Skip to content

Commit fe1a692

Browse files
auto-bsp-changes
1 parent 331269f commit fe1a692

13 files changed

+2534
-2533
lines changed

src/02/package.devc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
44
<asx:values>
55
<DEVC>
6-
<CTEXT>abap2UI5 - app</CTEXT>
6+
<CTEXT>abap2UI5</CTEXT>
77
</DEVC>
88
</asx:values>
99
</asx:abap>

src/02/z2ui5.wapa.cc_-debugtool.fragment.xml

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.cc_-debugtool.js

Lines changed: 161 additions & 161 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.cc_-server.js

Lines changed: 154 additions & 154 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.component.js

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.controller_-app.controller.js

Lines changed: 1222 additions & 1221 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.controller_-view1.controller.js

Lines changed: 605 additions & 605 deletions
Large diffs are not rendered by default.

src/02/z2ui5.wapa.css_-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* Enter your custom styles here */
1+
/* Enter your custom styles here */

src/02/z2ui5.wapa.index.html

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<title></title>
8-
<style>
9-
html, body, body > div, #container, #container-uiarea {
10-
height: 100%;
11-
}
12-
</style>
13-
<script
14-
id="sap-ui-bootstrap"
15-
src="resources/sap-ui-core.js"
16-
data-sap-ui-theme="sap_horizon"
17-
data-sap-ui-resourceroots='{
18-
"z2ui5": "./"
19-
}'
20-
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
21-
data-sap-ui-compatVersion="edge"
22-
data-sap-ui-async="true"
23-
data-sap-ui-frameOptions="trusted"
24-
></script>
25-
</head>
26-
<body class="sapUiBody sapUiSizeCompact" id="content">
27-
<div
28-
data-sap-ui-component
29-
data-name="z2ui5"
30-
data-id="container"
31-
data-settings='{"id" : "z2ui5"}'
32-
data-handle-validation="true"
33-
></div>
34-
</body>
35-
</html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<title></title>
8+
<style>
9+
html, body, body > div, #container, #container-uiarea {
10+
height: 100%;
11+
}
12+
</style>
13+
<script
14+
id="sap-ui-bootstrap"
15+
src="resources/sap-ui-core.js"
16+
data-sap-ui-theme="sap_horizon"
17+
data-sap-ui-resourceroots='{
18+
"z2ui5": "./"
19+
}'
20+
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
21+
data-sap-ui-compatVersion="edge"
22+
data-sap-ui-async="true"
23+
data-sap-ui-frameOptions="trusted"
24+
></script>
25+
</head>
26+
<body class="sapUiBody sapUiSizeCompact" id="content">
27+
<div
28+
data-sap-ui-component
29+
data-name="z2ui5"
30+
data-id="container"
31+
data-settings='{"id" : "z2ui5"}'
32+
data-handle-validation="true"
33+
></div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)