@openui5/sap.ui.documentation 1.142.0 → 1.142.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +1 -1
- package/THIRDPARTY.txt +2 -2
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +14 -6
- package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +6 -6
- package/src/sap/ui/documentation/sdk/images/Fiori_dev_portal.png +0 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/FioriDevelopmentRowSAPUI5.fragment.xml +87 -0
- package/src/sap/ui/documentation/sdk/view/Resources.view.xml +27 -27
- package/src/sap/ui/documentation/sdk/view/StartCodingRowOpenUI5.fragment.xml +65 -0
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +2 -61
- package/src/sap/ui/documentation/sdk/view/WelcomeCustomRowSAPUI5.fragment.xml +29 -30
package/REUSE.toml
CHANGED
|
@@ -385,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
|
|
|
385
385
|
[[annotations]]
|
|
386
386
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
|
|
387
387
|
precedence = "aggregate"
|
|
388
|
-
SPDX-FileCopyrightText = "2010-
|
|
388
|
+
SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
|
|
389
389
|
SPDX-License-Identifier = "MIT"
|
|
390
390
|
SPDX-FileComment = "these files belong to: requireJS"
|
|
391
391
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -254,8 +254,8 @@ License: MIT
|
|
|
254
254
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
255
255
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
256
256
|
|
|
257
|
-
Component: requireJS, version: 2.
|
|
258
|
-
Copyright: 2010-
|
|
257
|
+
Component: requireJS, version: 2.3.7
|
|
258
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
259
259
|
License: MIT
|
|
260
260
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
261
261
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.142.
|
|
3
|
+
"version": "1.142.1",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.documentation",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.142.
|
|
18
|
-
"@openui5/sap.ui.core": "1.142.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.142.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.142.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.142.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.142.
|
|
17
|
+
"@openui5/sap.m": "1.142.1",
|
|
18
|
+
"@openui5/sap.ui.core": "1.142.1",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.142.1",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.142.1",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.142.1",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.142.1"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.142.
|
|
9
|
+
<version>1.142.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -25,14 +25,14 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.documentation
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.142.
|
|
28
|
+
* @version 1.142.1
|
|
29
29
|
* @since 1.48
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
var thisLibrary = Lib.init({
|
|
33
33
|
apiVersion: 2,
|
|
34
34
|
name : 'sap.ui.documentation',
|
|
35
|
-
version: '1.142.
|
|
35
|
+
version: '1.142.1',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -182,6 +182,8 @@ WELCOME_START_CODING = Start Coding
|
|
|
182
182
|
WELCOME_CHOOSE_SCENARIO = Choose Your Scenario
|
|
183
183
|
#XHED: Group title
|
|
184
184
|
WELCOME_JOIN_COMMUNITY = Join the Community
|
|
185
|
+
#XHED: Group title
|
|
186
|
+
WELCOME_FIORI_DESIGN_DEVELOPMENT = Fiori Design and Development
|
|
185
187
|
#XHED: Block title
|
|
186
188
|
WELCOME_BLOCK_2_TITLE = Responsive Across Browsers and Devices
|
|
187
189
|
#XTXT: Block description
|
|
@@ -278,6 +280,12 @@ WELCOME_BLOCK_11_TEXT_3 = For any on-premise and cloud development scenario
|
|
|
278
280
|
WELCOME_BLOCK_12_TITLE = SAP Community
|
|
279
281
|
#XHED: Block title
|
|
280
282
|
WELCOME_BLOCK_13_TITLE = Newsletter
|
|
283
|
+
#XHED: Block title
|
|
284
|
+
WELCOME_BLOCK_14_TITLE = SAP Fiori Development Portal
|
|
285
|
+
#XTXT: Block description
|
|
286
|
+
WELCOME_BLOCK_14_TEXT = Explore the features and adaptation options of SAP Fiori elements for OData V4 in real time to rapidly and easily create metadata-driven SAP Fiori apps. To get started, choose your set of building blocks from predefined floorplans or custom pages using the SAP Fiori Development Portal.
|
|
287
|
+
#XALT: Alternative text for image that shows Fiori Development Portal screenshot
|
|
288
|
+
WELCOME_BLOCK_14_IMG_ALT = Screenshot of SAP Fiori Development Portal
|
|
281
289
|
#XHED: Video Block title
|
|
282
290
|
WELCOME_VIDEO_BLOCK_TITLE = What is SAPUI5?
|
|
283
291
|
|
|
@@ -785,6 +793,10 @@ RESOURCES_ASIDE_CARD_TITLE = Overview A-Z
|
|
|
785
793
|
|
|
786
794
|
#XHED: Group title for Featured resources
|
|
787
795
|
RESOURCES_CATEGORY_TITLE_FEATURED = Featured
|
|
796
|
+
#XHED: Card title for SAP Fiori Development Portal resource
|
|
797
|
+
RESOURCES_CARD_TITLE_FIORI_DEV_PORTAL = SAP Fiori Development Portal
|
|
798
|
+
#XTXT: Card description for SAP Fiori Development Portal resource
|
|
799
|
+
RESOURCES_CARD_DESC_FIORI_DEV_PORTAL = Select your set of building blocks. Explore SAP Fiori elements for OData V4 features and building blocks in real time, and see how you can adapt them in your custom layouts or when extending predefined floorplans.
|
|
788
800
|
#XHED: Card title for Icon Explorer resource
|
|
789
801
|
RESOURCES_CARD_TITLE_ICON_EXPLORER = Icon Explorer
|
|
790
802
|
#XTXT: Card description for Icon Explorer resource
|
|
@@ -816,10 +828,6 @@ RESOURCES_CARD_DESC_LINTER = UI5 linter is a static code analysis tool for UI5 p
|
|
|
816
828
|
RESOURCES_CARD_TITLE_MCPSERVER = UI5 MCP server
|
|
817
829
|
#XTXT: Card description for UI5 server resource
|
|
818
830
|
RESOURCES_CARD_DESC_MCPSERVER = The UI5 Model Context Protocol server offers tools to improve the developer experience when working with agentic AI tools.
|
|
819
|
-
#XHED: Card title for Flexible Programming Model Explorer resource
|
|
820
|
-
RESOURCES_CARD_TITLE_FPM_EXPLORER = Flexible Programming Model Explorer
|
|
821
|
-
#XTXT: Card description for Flexible Programming Model Explorer resource
|
|
822
|
-
RESOURCES_CARD_DESC_FPM_EXPLORER = The flexible programming model makes it easy for you to tailor applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
823
831
|
#XHED: Card title for SAP Business Application Studio resource
|
|
824
832
|
RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO = SAP Business Application Studio
|
|
825
833
|
#XTXT: Card description for SAP Business Application Studio resource
|
|
@@ -876,8 +884,8 @@ RESOURCES_CARD_LINK_CARD_EXPLORER = Check out UI Integration with cards
|
|
|
876
884
|
RESOURCES_CARD_LINK_LINTER = Check out UI5 linter
|
|
877
885
|
#XLNK: Link text for UI5 MCP server action button
|
|
878
886
|
RESOURCES_CARD_LINK_MCPSERVER = Check out UI5 MCP server
|
|
879
|
-
#XLNK: Link text for
|
|
880
|
-
|
|
887
|
+
#XLNK: Link text for SAP Fiori Development Portal action button
|
|
888
|
+
RESOURCES_CARD_LINK_FIORI_DEV_PORTAL = Check out the SAP Fiori Development Portal
|
|
881
889
|
#XLNK: Link text for SAP Business Application Studio action button
|
|
882
890
|
RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO = Check out BAS
|
|
883
891
|
#XLNK: Link text for UI Theme Designer action button
|
|
@@ -11,6 +11,12 @@ sap.ui.define([],
|
|
|
11
11
|
|
|
12
12
|
var aResources = [
|
|
13
13
|
// #1 Category: Featured
|
|
14
|
+
{
|
|
15
|
+
"id": "fioriDevPortal",
|
|
16
|
+
"text": "SAP Fiori Development Portal",
|
|
17
|
+
"href": "test-resources/sap/fe/core/fpmExplorer/index.html#/topic/introduction",
|
|
18
|
+
"isDistributionScope": true
|
|
19
|
+
},
|
|
14
20
|
{
|
|
15
21
|
"id": "iconExplorer",
|
|
16
22
|
"text": "Icon Explorer",
|
|
@@ -48,12 +54,6 @@ sap.ui.define([],
|
|
|
48
54
|
"text": "UI5 MCP server",
|
|
49
55
|
"href": "https://github.com/UI5/mcp-server"
|
|
50
56
|
},
|
|
51
|
-
{
|
|
52
|
-
"id": "fpmExplorer",
|
|
53
|
-
"text": "Flexible Programming Model Explorer",
|
|
54
|
-
"href": "test-resources/sap/fe/core/fpmExplorer/index.html#/overview/introduction",
|
|
55
|
-
"isDistributionScope": true
|
|
56
|
-
},
|
|
57
57
|
{
|
|
58
58
|
"id": "businessAppStudio",
|
|
59
59
|
"text": "SAP Business Application Studio",
|
|
Binary file
|
|
@@ -998,10 +998,10 @@ var hljs = (function () {
|
|
|
998
998
|
* @param {string} message
|
|
999
999
|
*/
|
|
1000
1000
|
const deprecated = (version, message) => {
|
|
1001
|
-
if (seenDeprecations[`1.142.
|
|
1001
|
+
if (seenDeprecations[`1.142.1/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.142.
|
|
1004
|
-
seenDeprecations[`1.142.
|
|
1003
|
+
console.log(`Deprecated as of 1.142.1. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.142.1/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns="sap.m"
|
|
3
|
+
xmlns:core="sap.ui.core"
|
|
4
|
+
xmlns:custom="sap.ui.documentation"
|
|
5
|
+
xmlns:l="sap.ui.layout">
|
|
6
|
+
<Panel visible="{=!${versionData>/isOpenUI5}}"
|
|
7
|
+
accessibleRole="Region"
|
|
8
|
+
backgroundDesign="Transparent"
|
|
9
|
+
class="sapUiNoContentPadding">
|
|
10
|
+
<headerToolbar>
|
|
11
|
+
<Toolbar class="headlineCell">
|
|
12
|
+
<Title width="100%"
|
|
13
|
+
text="{i18n>WELCOME_FIORI_DESIGN_DEVELOPMENT}"
|
|
14
|
+
level="H1"
|
|
15
|
+
titleStyle="H1"
|
|
16
|
+
class="sapUiMediumMarginTopBottom" />
|
|
17
|
+
</Toolbar>
|
|
18
|
+
</headerToolbar>
|
|
19
|
+
<l:BlockLayout>
|
|
20
|
+
<l:BlockLayoutRow>
|
|
21
|
+
<l:BlockLayoutCell
|
|
22
|
+
backgroundColorSet="ColorSet10"
|
|
23
|
+
backgroundColorShade="ShadeA">
|
|
24
|
+
<l:Grid
|
|
25
|
+
defaultSpan="L6 M12 S12"
|
|
26
|
+
hSpacing="0"
|
|
27
|
+
vSpacing="0">
|
|
28
|
+
<l:VerticalLayout width="100%">
|
|
29
|
+
<custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
30
|
+
<custom:TitleLink
|
|
31
|
+
href="https://experience.sap.com/fiori-design/"
|
|
32
|
+
text="{i18n>WELCOME_BLOCK_5_TITLE}"
|
|
33
|
+
titleStyle="H2"
|
|
34
|
+
target="_blank" />
|
|
35
|
+
<Image
|
|
36
|
+
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
37
|
+
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
38
|
+
width="1.25rem"
|
|
39
|
+
press="onDisclaimerLinkPress" />
|
|
40
|
+
</custom:DivContainer>
|
|
41
|
+
<Text
|
|
42
|
+
text="{i18n>WELCOME_BLOCK_5_TEXT}"
|
|
43
|
+
class="sapUiSmallMarginBottom" />
|
|
44
|
+
</l:VerticalLayout>
|
|
45
|
+
<Image
|
|
46
|
+
src="./resources/sap/ui/documentation/sdk/images/Fiori_design_examples.png"
|
|
47
|
+
alt="{i18n>WELCOME_BLOCK_5_IMG_ALT}"
|
|
48
|
+
densityAware="false"
|
|
49
|
+
width="100%">
|
|
50
|
+
<layoutData>
|
|
51
|
+
<l:GridData span="L6 M12 S12" />
|
|
52
|
+
</layoutData>
|
|
53
|
+
</Image>
|
|
54
|
+
</l:Grid>
|
|
55
|
+
</l:BlockLayoutCell>
|
|
56
|
+
|
|
57
|
+
<l:BlockLayoutCell
|
|
58
|
+
backgroundColorSet="ColorSet10"
|
|
59
|
+
backgroundColorShade="ShadeA">
|
|
60
|
+
<l:Grid
|
|
61
|
+
defaultSpan="L6 M12 S12"
|
|
62
|
+
hSpacing="0"
|
|
63
|
+
vSpacing="0">
|
|
64
|
+
<l:VerticalLayout
|
|
65
|
+
width="100%">
|
|
66
|
+
<custom:TitleLink
|
|
67
|
+
href="test-resources/sap/fe/core/fpmExplorer/index.html#/topic/introduction"
|
|
68
|
+
text="{i18n>WELCOME_BLOCK_14_TITLE}"
|
|
69
|
+
titleStyle="H2"
|
|
70
|
+
class="sapUiSmallMarginBottom" />
|
|
71
|
+
<Text text="{i18n>WELCOME_BLOCK_14_TEXT}" class="sapUiSmallMarginBottom" />
|
|
72
|
+
</l:VerticalLayout>
|
|
73
|
+
<Image
|
|
74
|
+
src="./resources/sap/ui/documentation/sdk/images/Fiori_dev_portal.png"
|
|
75
|
+
alt="{i18n>WELCOME_BLOCK_14_IMG_ALT}"
|
|
76
|
+
densityAware="false"
|
|
77
|
+
width="100%">
|
|
78
|
+
<layoutData>
|
|
79
|
+
<l:GridData span="L6 M12 S12" />
|
|
80
|
+
</layoutData>
|
|
81
|
+
</Image>
|
|
82
|
+
</l:Grid>
|
|
83
|
+
</l:BlockLayoutCell>
|
|
84
|
+
</l:BlockLayoutRow>
|
|
85
|
+
</l:BlockLayout>
|
|
86
|
+
</Panel>
|
|
87
|
+
</core:FragmentDefinition>
|
|
@@ -89,6 +89,33 @@
|
|
|
89
89
|
</grid:GridResponsiveLayout>
|
|
90
90
|
</grid:customLayout>
|
|
91
91
|
|
|
92
|
+
<!-- SAP Fiori Development Portal -->
|
|
93
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard"
|
|
94
|
+
visible="{
|
|
95
|
+
path: 'resources>/fioriDevPortal',
|
|
96
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
97
|
+
}">
|
|
98
|
+
<f:header>
|
|
99
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_FIORI_DEV_PORTAL}" iconSrc="sap-icon://explorer" />
|
|
100
|
+
</f:header>
|
|
101
|
+
<f:content>
|
|
102
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
103
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_FIORI_DEV_PORTAL}">
|
|
104
|
+
<layoutData>
|
|
105
|
+
<FlexItemData growFactor="1" />
|
|
106
|
+
</layoutData>
|
|
107
|
+
</Text>
|
|
108
|
+
<Link
|
|
109
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
110
|
+
href="{resources>/fioriDevPortal/href}"
|
|
111
|
+
target="_blank"
|
|
112
|
+
text="{i18n>RESOURCES_CARD_LINK_FIORI_DEV_PORTAL}"
|
|
113
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
114
|
+
wrapping="true" />
|
|
115
|
+
</VBox>
|
|
116
|
+
</f:content>
|
|
117
|
+
</f:Card>
|
|
118
|
+
|
|
92
119
|
<!-- Icon Explorer -->
|
|
93
120
|
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
94
121
|
<f:header>
|
|
@@ -293,33 +320,6 @@
|
|
|
293
320
|
</f:content>
|
|
294
321
|
</f:Card>
|
|
295
322
|
|
|
296
|
-
<!-- Flexible Programming Model Explorer -->
|
|
297
|
-
<f:Card class="sapUiDemoKitResourcesRegularCard"
|
|
298
|
-
visible="{
|
|
299
|
-
path: 'resources>/fpmExplorer',
|
|
300
|
-
formatter: '.formatter.formatResourceCardVisibility'
|
|
301
|
-
}">
|
|
302
|
-
<f:header>
|
|
303
|
-
<card:Header title="{i18n>RESOURCES_CARD_TITLE_FPM_EXPLORER}" iconSrc="sap-icon://explorer" />
|
|
304
|
-
</f:header>
|
|
305
|
-
<f:content>
|
|
306
|
-
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
307
|
-
<Text text="{i18n>RESOURCES_CARD_DESC_FPM_EXPLORER}">
|
|
308
|
-
<layoutData>
|
|
309
|
-
<FlexItemData growFactor="1" />
|
|
310
|
-
</layoutData>
|
|
311
|
-
</Text>
|
|
312
|
-
<Link
|
|
313
|
-
class="sapUiDemoKitResourcesCardLink"
|
|
314
|
-
href="{resources>/fpmExplorer/href}"
|
|
315
|
-
target="_blank"
|
|
316
|
-
text="{i18n>RESOURCES_CARD_LINK_FPM_EXPLORER}"
|
|
317
|
-
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
318
|
-
wrapping="true" />
|
|
319
|
-
</VBox>
|
|
320
|
-
</f:content>
|
|
321
|
-
</f:Card>
|
|
322
|
-
|
|
323
323
|
<!-- SAP Business Application Studio -->
|
|
324
324
|
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
325
325
|
<f:header>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns="sap.m"
|
|
3
|
+
xmlns:core="sap.ui.core"
|
|
4
|
+
xmlns:custom="sap.ui.documentation"
|
|
5
|
+
xmlns:l="sap.ui.layout">
|
|
6
|
+
<Panel visible="{=!${device>/system/phone} && ${versionData>/isOpenUI5}}"
|
|
7
|
+
accessibleRole="Region"
|
|
8
|
+
backgroundDesign="Transparent"
|
|
9
|
+
class="sapUiNoContentPadding">
|
|
10
|
+
<headerToolbar>
|
|
11
|
+
<Toolbar class="headlineCell">
|
|
12
|
+
<Title width="100%"
|
|
13
|
+
text="{i18n>WELCOME_START_CODING}"
|
|
14
|
+
level="H1"
|
|
15
|
+
titleStyle="H1"
|
|
16
|
+
class="sapUiMediumMarginTopBottom" />
|
|
17
|
+
</Toolbar>
|
|
18
|
+
</headerToolbar>
|
|
19
|
+
<l:BlockLayout>
|
|
20
|
+
<l:BlockLayoutRow>
|
|
21
|
+
<l:BlockLayoutCell backgroundColorSet="ColorSet10" backgroundColorShade="ShadeA">
|
|
22
|
+
<l:layoutData>
|
|
23
|
+
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3" />
|
|
24
|
+
</l:layoutData>
|
|
25
|
+
|
|
26
|
+
<HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">
|
|
27
|
+
|
|
28
|
+
<Image
|
|
29
|
+
src="./resources/sap/ui/documentation/sdk/images/Home_laptop.png"
|
|
30
|
+
densityAware="false"
|
|
31
|
+
width="100%"
|
|
32
|
+
alt="{i18n>WELCOME_BLOCK_7_ALT}">
|
|
33
|
+
<layoutData>
|
|
34
|
+
<FlexItemData maxWidth="37.5rem" />
|
|
35
|
+
</layoutData>
|
|
36
|
+
</Image>
|
|
37
|
+
</HBox>
|
|
38
|
+
</l:BlockLayoutCell>
|
|
39
|
+
|
|
40
|
+
<l:BlockLayoutCell
|
|
41
|
+
class="welcomeBlock"
|
|
42
|
+
backgroundColorSet="ColorSet10"
|
|
43
|
+
backgroundColorShade="ShadeA">
|
|
44
|
+
|
|
45
|
+
<l:layoutData>
|
|
46
|
+
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3" />
|
|
47
|
+
</l:layoutData>
|
|
48
|
+
|
|
49
|
+
<HBox direction="Column" justifyContent="Center" width="100%" height="100%">
|
|
50
|
+
<custom:TitleLink
|
|
51
|
+
href="topic/8b49fc198bf04b2d9800fc37fecbb218"
|
|
52
|
+
text="{i18n>WELCOME_BLOCK_6_TITLE}"
|
|
53
|
+
titleStyle="H2" />
|
|
54
|
+
<Text class="sapUiMediumMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_1}" />
|
|
55
|
+
<HBox width="100%">
|
|
56
|
+
<Text class="sapUiSmallMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_2}" />
|
|
57
|
+
<Link class="liveEditorLink sapUiSmallMarginTop" text="{i18n>LIVE_EDITOR_TITLE}"
|
|
58
|
+
href="liveEditor" />
|
|
59
|
+
</HBox>
|
|
60
|
+
</HBox>
|
|
61
|
+
</l:BlockLayoutCell>
|
|
62
|
+
</l:BlockLayoutRow>
|
|
63
|
+
</l:BlockLayout>
|
|
64
|
+
</Panel>
|
|
65
|
+
</core:FragmentDefinition>
|
|
@@ -215,67 +215,8 @@
|
|
|
215
215
|
</l:BlockLayout>
|
|
216
216
|
</Panel>
|
|
217
217
|
|
|
218
|
-
<
|
|
219
|
-
|
|
220
|
-
backgroundDesign="Transparent"
|
|
221
|
-
class="sapUiNoContentPadding">
|
|
222
|
-
<headerToolbar>
|
|
223
|
-
<Toolbar class="headlineCell">
|
|
224
|
-
<Title width="100%"
|
|
225
|
-
text="{i18n>WELCOME_START_CODING}"
|
|
226
|
-
level="H1"
|
|
227
|
-
titleStyle="H1"
|
|
228
|
-
class="sapUiMediumMarginTopBottom"/>
|
|
229
|
-
</Toolbar>
|
|
230
|
-
</headerToolbar>
|
|
231
|
-
<l:BlockLayout>
|
|
232
|
-
<l:BlockLayoutRow>
|
|
233
|
-
<l:BlockLayoutCell backgroundColorSet="ColorSet10"
|
|
234
|
-
backgroundColorShade="ShadeA">
|
|
235
|
-
<l:layoutData>
|
|
236
|
-
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3"/>
|
|
237
|
-
</l:layoutData>
|
|
238
|
-
|
|
239
|
-
<HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">
|
|
240
|
-
|
|
241
|
-
<Image
|
|
242
|
-
src="./resources/sap/ui/documentation/sdk/images/Home_laptop.png"
|
|
243
|
-
densityAware="false"
|
|
244
|
-
class="sapUiTinyMarginBeginEnd"
|
|
245
|
-
width="100%"
|
|
246
|
-
alt="{i18n>WELCOME_BLOCK_7_ALT}">
|
|
247
|
-
<layoutData>
|
|
248
|
-
<FlexItemData maxWidth="37.5rem" />
|
|
249
|
-
</layoutData>
|
|
250
|
-
</Image>
|
|
251
|
-
</HBox>
|
|
252
|
-
|
|
253
|
-
</l:BlockLayoutCell>
|
|
254
|
-
|
|
255
|
-
<l:BlockLayoutCell
|
|
256
|
-
class="welcomeBlock"
|
|
257
|
-
backgroundColorSet="ColorSet10"
|
|
258
|
-
backgroundColorShade="ShadeA">
|
|
259
|
-
|
|
260
|
-
<l:layoutData>
|
|
261
|
-
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3"/>
|
|
262
|
-
</l:layoutData>
|
|
263
|
-
|
|
264
|
-
<HBox direction="Column" justifyContent="Center" width="100%" height="100%">
|
|
265
|
-
<custom:TitleLink
|
|
266
|
-
href="topic/8b49fc198bf04b2d9800fc37fecbb218"
|
|
267
|
-
text="{i18n>WELCOME_BLOCK_6_TITLE}"
|
|
268
|
-
titleStyle="H2"/>
|
|
269
|
-
<Text class="sapUiMediumMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_1}"/>
|
|
270
|
-
<HBox width="100%">
|
|
271
|
-
<Text class="sapUiSmallMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_2}"/>
|
|
272
|
-
<Link class="liveEditorLink sapUiSmallMarginTop" text="Live Editor" href="liveEditor" />
|
|
273
|
-
</HBox>
|
|
274
|
-
</HBox>
|
|
275
|
-
</l:BlockLayoutCell>
|
|
276
|
-
</l:BlockLayoutRow>
|
|
277
|
-
</l:BlockLayout>
|
|
278
|
-
</Panel>
|
|
218
|
+
<core:Fragment fragmentName="sap.ui.documentation.sdk.view.StartCodingRowOpenUI5" type="XML" />
|
|
219
|
+
<core:Fragment fragmentName="sap.ui.documentation.sdk.view.FioriDevelopmentRowSAPUI5" type="XML" />
|
|
279
220
|
|
|
280
221
|
<Panel accessibleRole="Region"
|
|
281
222
|
backgroundDesign="Transparent"
|
|
@@ -76,38 +76,37 @@
|
|
|
76
76
|
</l:BlockLayoutCell>
|
|
77
77
|
|
|
78
78
|
<l:BlockLayoutCell
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
backgroundColorSet="ColorSet10"
|
|
80
|
+
backgroundColorShade="ShadeA">
|
|
81
81
|
<l:Grid
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
<
|
|
86
|
-
<custom:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
</
|
|
102
|
-
<
|
|
103
|
-
|
|
104
|
-
|
|
82
|
+
defaultSpan="L6 M12 S12"
|
|
83
|
+
hSpacing="0"
|
|
84
|
+
vSpacing="0">
|
|
85
|
+
<VBox width="100%" height="100%">
|
|
86
|
+
<custom:TitleLink
|
|
87
|
+
href="topic/8b49fc198bf04b2d9800fc37fecbb218"
|
|
88
|
+
text="{i18n>WELCOME_BLOCK_6_TITLE}"
|
|
89
|
+
titleStyle="H2"
|
|
90
|
+
class="sapUiMediumMarginBottom" />
|
|
91
|
+
<Text text="{i18n>WELCOME_BLOCK_6_TEXT_1}" class="sapUiTinyMarginEnd" />
|
|
92
|
+
<HBox width="100%" height="100%">
|
|
93
|
+
<Text class="sapUiSmallMarginTopBottom" text="{i18n>WELCOME_BLOCK_6_TEXT_2}">
|
|
94
|
+
<layoutData>
|
|
95
|
+
<FlexItemData shrinkFactor="0" />
|
|
96
|
+
</layoutData>
|
|
97
|
+
</Text>
|
|
98
|
+
<Link class="liveEditorLink sapUiSmallMarginTopBottom" text="{i18n>LIVE_EDITOR_TITLE}"
|
|
99
|
+
href="liveEditor" />
|
|
100
|
+
</HBox>
|
|
101
|
+
</VBox>
|
|
102
|
+
<HBox width="100%" height="100%">
|
|
103
|
+
<Image
|
|
104
|
+
src="./resources/sap/ui/documentation/sdk/images/Home_laptop.png"
|
|
105
105
|
densityAware="false"
|
|
106
|
-
width="100%"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</Image>
|
|
106
|
+
width="100%"
|
|
107
|
+
alt="{i18n>WELCOME_BLOCK_7_ALT}">
|
|
108
|
+
</Image>
|
|
109
|
+
</HBox>
|
|
111
110
|
</l:Grid>
|
|
112
111
|
</l:BlockLayoutCell>
|
|
113
112
|
</core:FragmentDefinition>
|