@openui5/sap.ui.documentation 1.121.1 → 1.122.0
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/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/DemoKitCardHeader.js +70 -0
- package/src/sap/ui/documentation/library.js +3 -3
- package/src/sap/ui/documentation/messagebundle.properties +113 -82
- package/src/sap/ui/documentation/messagebundle_ar.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_bg.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_ca.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_cnr.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_cs.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_cy.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_da.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_de.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_el.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_en.properties +61 -429
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_es.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_et.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fi.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_hi.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_hr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_hu.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_id.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_it.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_iw.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ja.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_kk.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ko.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_lt.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_lv.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_mk.properties +65 -45
- package/src/sap/ui/documentation/messagebundle_ms.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_nl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_no.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pt.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ro.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_ru.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sh.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_sk.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sv.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_th.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_tr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_uk.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_vi.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +61 -41
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +3 -3
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +15 -9
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +7 -2
- package/src/sap/ui/documentation/sdk/controller/Resources.controller.js +79 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +5 -3
- package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +10 -11
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +5 -4
- package/src/sap/ui/documentation/sdk/controller/util/{ToolsInfo.js → ResourcesInfo.js} +52 -44
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -0
- package/src/sap/ui/documentation/sdk/css/style.css +0 -73
- package/src/sap/ui/documentation/sdk/index.js +16 -4
- package/src/sap/ui/documentation/sdk/manifest.json +11 -4
- package/src/sap/ui/documentation/sdk/model/LiveEditorData.json +1 -1
- package/src/sap/ui/documentation/sdk/model/formatter.js +2 -2
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +6 -4
- package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +8 -7
- package/src/sap/ui/documentation/sdk/view/App.view.xml +5 -5
- package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +26 -26
- package/src/sap/ui/documentation/sdk/view/Resources.view.xml +725 -0
- package/src/sap/ui/documentation/sdk/view/Sitemap.view.xml +2 -2
- package/src/sap/ui/documentation/themes/base/DemoApps.less +149 -91
- package/src/sap/ui/documentation/themes/base/Resources.less +181 -0
- package/src/sap/ui/documentation/themes/base/library.source.less +2 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/DemoApps.less +15 -4
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/Resources.less +24 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/DemoApps.less +25 -11
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/Resources.less +44 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/documentation/DemoAppsCardHeader.js +0 -62
- package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +0 -106
- package/src/sap/ui/documentation/sdk/images/Tools_M_and_L_cropped.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/Tools_S_cropped.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/demoAppsTeaser.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/BusinessApplicationStudio.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/CardExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/FioriTools.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/IconExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/SupportAssistant.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/ThemeDesigner.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/ThemeParameterToolbox.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/Tools_LiveEditor.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5EvoTooling.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5Inspector.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5WebComponents.jpg +0 -0
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +0 -475
- /package/src/sap/ui/documentation/sdk/images/{DemoApps_intro_card.svg → intro_card_stripe.svg} +0 -0
|
@@ -0,0 +1,725 @@
|
|
|
1
|
+
<mvc:View
|
|
2
|
+
controllerName="sap.ui.documentation.sdk.controller.Resources"
|
|
3
|
+
xmlns="sap.m"
|
|
4
|
+
xmlns:f="sap.f"
|
|
5
|
+
xmlns:card="sap.f.cards"
|
|
6
|
+
xmlns:core="sap.ui.core"
|
|
7
|
+
xmlns:mvc="sap.ui.core.mvc"
|
|
8
|
+
xmlns:grid="sap.ui.layout.cssgrid"
|
|
9
|
+
xmlns:custom="sap.ui.documentation"
|
|
10
|
+
displayBlock="true"
|
|
11
|
+
height="100%">
|
|
12
|
+
|
|
13
|
+
<ScrollContainer
|
|
14
|
+
id="sapUiDemoKitResourcesPage"
|
|
15
|
+
class="sapUiDemoKitResourcesPage"
|
|
16
|
+
vertical="true"
|
|
17
|
+
horizontal="false"
|
|
18
|
+
height="100%"
|
|
19
|
+
width="100%">
|
|
20
|
+
|
|
21
|
+
<VBox class="sapUiDemoKitResourcesIntroCardSpacing">
|
|
22
|
+
<f:Card class="sapUiDemoKitResourcesIntroCard">
|
|
23
|
+
<f:header>
|
|
24
|
+
<card:Header
|
|
25
|
+
title="{i18n>RESOURCES_INTRO_CARD_TITLE}"
|
|
26
|
+
subtitle="{i18n>RESOURCES_INTRO_CARD_SUBTITLE}"
|
|
27
|
+
subtitleMaxLines="10" />
|
|
28
|
+
</f:header>
|
|
29
|
+
</f:Card>
|
|
30
|
+
</VBox>
|
|
31
|
+
|
|
32
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesLayoutSpacing">
|
|
33
|
+
<!-- Page Content Ratio Config -->
|
|
34
|
+
<grid:customLayout>
|
|
35
|
+
<grid:GridResponsiveLayout>
|
|
36
|
+
<grid:layout>
|
|
37
|
+
<grid:GridSettings gridTemplateColumns="1fr" gridColumnGap="1rem" />
|
|
38
|
+
</grid:layout>
|
|
39
|
+
<grid:layoutL>
|
|
40
|
+
<grid:GridSettings gridTemplateColumns="2fr 1fr" gridColumnGap="1rem" />
|
|
41
|
+
</grid:layoutL>
|
|
42
|
+
<grid:layoutXL>
|
|
43
|
+
<grid:GridSettings gridTemplateColumns="3fr 1fr" gridColumnGap="1rem" />
|
|
44
|
+
</grid:layoutXL>
|
|
45
|
+
</grid:GridResponsiveLayout>
|
|
46
|
+
</grid:customLayout>
|
|
47
|
+
|
|
48
|
+
<grid:items>
|
|
49
|
+
<!-- Main -->
|
|
50
|
+
<grid:CSSGrid id="sapUiDemoKitResourcesMain" class="sapUiDemoKitResourcesMain">
|
|
51
|
+
<grid:customLayout>
|
|
52
|
+
<grid:GridBasicLayout gridRowGap="3rem" />
|
|
53
|
+
</grid:customLayout>
|
|
54
|
+
|
|
55
|
+
<!-- #1 Category: Featured -->
|
|
56
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesCategoryFeatured">
|
|
57
|
+
<grid:customLayout>
|
|
58
|
+
<grid:GridBasicLayout gridRowGap="1rem" />
|
|
59
|
+
</grid:customLayout>
|
|
60
|
+
|
|
61
|
+
<Title
|
|
62
|
+
class="sapUiDemoKitResourcesCategoryTitle"
|
|
63
|
+
text="{i18n>RESOURCES_CATEGORY_TITLE_FEATURED}"
|
|
64
|
+
titleStyle="{= ${device>/system/phone} ? 'H4' : 'H3' }"
|
|
65
|
+
level="H3"
|
|
66
|
+
wrapping="true" />
|
|
67
|
+
|
|
68
|
+
<grid:CSSGrid>
|
|
69
|
+
<grid:customLayout>
|
|
70
|
+
<grid:GridResponsiveLayout>
|
|
71
|
+
<grid:layoutS>
|
|
72
|
+
<grid:GridSettings
|
|
73
|
+
gridTemplateColumns="1fr"
|
|
74
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
75
|
+
gridGap="1rem" />
|
|
76
|
+
</grid:layoutS>
|
|
77
|
+
<grid:layout>
|
|
78
|
+
<grid:GridSettings
|
|
79
|
+
gridTemplateColumns="repeat(2, 1fr)"
|
|
80
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
81
|
+
gridGap="1rem" />
|
|
82
|
+
</grid:layout>
|
|
83
|
+
<grid:layoutXL>
|
|
84
|
+
<grid:GridSettings
|
|
85
|
+
gridTemplateColumns="repeat(3, 1fr)"
|
|
86
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
87
|
+
gridGap="1rem" />
|
|
88
|
+
</grid:layoutXL>
|
|
89
|
+
</grid:GridResponsiveLayout>
|
|
90
|
+
</grid:customLayout>
|
|
91
|
+
|
|
92
|
+
<!-- Icon Explorer -->
|
|
93
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
94
|
+
<f:header>
|
|
95
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_ICON_EXPLORER}" iconSrc="sap-icon://sap-ui5" />
|
|
96
|
+
</f:header>
|
|
97
|
+
<f:content>
|
|
98
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
99
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_ICON_EXPLORER}">
|
|
100
|
+
<layoutData>
|
|
101
|
+
<FlexItemData growFactor="1" />
|
|
102
|
+
</layoutData>
|
|
103
|
+
</Text>
|
|
104
|
+
|
|
105
|
+
<Button
|
|
106
|
+
text="{i18n>RESOURCES_CARD_LINK_ICON_EXPLORER}"
|
|
107
|
+
icon="sap-icon://action"
|
|
108
|
+
type="Transparent"
|
|
109
|
+
accessibleRole="Link"
|
|
110
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
111
|
+
press=".onButtonPress">
|
|
112
|
+
<customData>
|
|
113
|
+
<core:CustomData key="href" value="{resources>/iconExplorer/href}" />
|
|
114
|
+
</customData>
|
|
115
|
+
</Button>
|
|
116
|
+
</VBox>
|
|
117
|
+
</f:content>
|
|
118
|
+
</f:Card>
|
|
119
|
+
|
|
120
|
+
<!-- Accessibility Guide -->
|
|
121
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard"
|
|
122
|
+
visible="{
|
|
123
|
+
path: 'resources>/accessibilityGuide',
|
|
124
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
125
|
+
}">
|
|
126
|
+
<f:header>
|
|
127
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_ACC_GUIDE}" iconSrc="sap-icon://show" />
|
|
128
|
+
</f:header>
|
|
129
|
+
<f:content>
|
|
130
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
131
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_ACC_GUIDE}">
|
|
132
|
+
<layoutData>
|
|
133
|
+
<FlexItemData growFactor="1" />
|
|
134
|
+
</layoutData>
|
|
135
|
+
</Text>
|
|
136
|
+
|
|
137
|
+
<Button
|
|
138
|
+
text="{i18n>RESOURCES_CARD_LINK_ACC_GUIDE}"
|
|
139
|
+
icon="sap-icon://action"
|
|
140
|
+
type="Transparent"
|
|
141
|
+
accessibleRole="Link"
|
|
142
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
143
|
+
press=".onButtonPress">
|
|
144
|
+
<customData>
|
|
145
|
+
<core:CustomData key="href" value="{resources>/accessibilityGuide/href}" />
|
|
146
|
+
</customData>
|
|
147
|
+
</Button>
|
|
148
|
+
</VBox>
|
|
149
|
+
</f:content>
|
|
150
|
+
</f:Card>
|
|
151
|
+
</grid:CSSGrid>
|
|
152
|
+
</grid:CSSGrid>
|
|
153
|
+
|
|
154
|
+
<!-- #2 Category: Development Tools -->
|
|
155
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesCategoryDevTools">
|
|
156
|
+
<grid:customLayout>
|
|
157
|
+
<grid:GridBasicLayout gridRowGap="1rem" />
|
|
158
|
+
</grid:customLayout>
|
|
159
|
+
|
|
160
|
+
<Title
|
|
161
|
+
class="sapUiDemoKitResourcesCategoryTitle"
|
|
162
|
+
text="{i18n>RESOURCES_CATEGORY_TITLE_DEV_TOOLS}"
|
|
163
|
+
titleStyle="{= ${device>/system/phone} ? 'H4' : 'H3' }"
|
|
164
|
+
level="H3"
|
|
165
|
+
wrapping="true" />
|
|
166
|
+
|
|
167
|
+
<grid:CSSGrid>
|
|
168
|
+
<grid:customLayout>
|
|
169
|
+
<grid:GridResponsiveLayout>
|
|
170
|
+
<grid:layoutS>
|
|
171
|
+
<grid:GridSettings
|
|
172
|
+
gridTemplateColumns="1fr"
|
|
173
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
174
|
+
gridGap="1rem" />
|
|
175
|
+
</grid:layoutS>
|
|
176
|
+
<grid:layout>
|
|
177
|
+
<grid:GridSettings
|
|
178
|
+
gridTemplateColumns="repeat(2, 1fr)"
|
|
179
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
180
|
+
gridGap="1rem" />
|
|
181
|
+
</grid:layout>
|
|
182
|
+
<grid:layoutXL>
|
|
183
|
+
<grid:GridSettings
|
|
184
|
+
gridTemplateColumns="repeat(3, 1fr)"
|
|
185
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
186
|
+
gridGap="1rem" />
|
|
187
|
+
</grid:layoutXL>
|
|
188
|
+
</grid:GridResponsiveLayout>
|
|
189
|
+
</grid:customLayout>
|
|
190
|
+
|
|
191
|
+
<!-- UI5 Tooling -->
|
|
192
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
193
|
+
<f:header>
|
|
194
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_TOOLING}" iconSrc="sap-icon://hello-world" />
|
|
195
|
+
</f:header>
|
|
196
|
+
<f:content>
|
|
197
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
198
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_TOOLING}">
|
|
199
|
+
<layoutData>
|
|
200
|
+
<FlexItemData growFactor="1" />
|
|
201
|
+
</layoutData>
|
|
202
|
+
</Text>
|
|
203
|
+
|
|
204
|
+
<Button
|
|
205
|
+
text="{i18n>RESOURCES_CARD_LINK_TOOLING}"
|
|
206
|
+
icon="sap-icon://action"
|
|
207
|
+
type="Transparent"
|
|
208
|
+
accessibleRole="Link"
|
|
209
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
210
|
+
press=".onButtonPress">
|
|
211
|
+
<customData>
|
|
212
|
+
<core:CustomData key="href" value="{resources>/tooling/href}" />
|
|
213
|
+
</customData>
|
|
214
|
+
</Button>
|
|
215
|
+
</VBox>
|
|
216
|
+
</f:content>
|
|
217
|
+
</f:Card>
|
|
218
|
+
|
|
219
|
+
<!-- SAP Fiori Tools -->
|
|
220
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
221
|
+
<f:header>
|
|
222
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_FIORI_TOOLS}" iconSrc="sap-icon://fx" />
|
|
223
|
+
</f:header>
|
|
224
|
+
<f:content>
|
|
225
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
226
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_FIORI_TOOLS}">
|
|
227
|
+
<layoutData>
|
|
228
|
+
<FlexItemData growFactor="1" />
|
|
229
|
+
</layoutData>
|
|
230
|
+
</Text>
|
|
231
|
+
|
|
232
|
+
<Button
|
|
233
|
+
text="{i18n>RESOURCES_CARD_LINK_FIORI_TOOLS}"
|
|
234
|
+
icon="sap-icon://action"
|
|
235
|
+
type="Transparent"
|
|
236
|
+
accessibleRole="Link"
|
|
237
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
238
|
+
press=".onButtonPress">
|
|
239
|
+
<customData>
|
|
240
|
+
<core:CustomData key="href" value="{resources>/fioriTools/href}" />
|
|
241
|
+
</customData>
|
|
242
|
+
</Button>
|
|
243
|
+
</VBox>
|
|
244
|
+
</f:content>
|
|
245
|
+
</f:Card>
|
|
246
|
+
|
|
247
|
+
<!-- Card Explorer -->
|
|
248
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
249
|
+
<f:header>
|
|
250
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_CARD_EXPLORER}" iconSrc="sap-icon://card" />
|
|
251
|
+
</f:header>
|
|
252
|
+
<f:content>
|
|
253
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
254
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_CARD_EXPLORER}">
|
|
255
|
+
<layoutData>
|
|
256
|
+
<FlexItemData growFactor="1" />
|
|
257
|
+
</layoutData>
|
|
258
|
+
</Text>
|
|
259
|
+
|
|
260
|
+
<Button
|
|
261
|
+
text="{i18n>RESOURCES_CARD_LINK_CARD_EXPLORER}"
|
|
262
|
+
icon="sap-icon://action"
|
|
263
|
+
type="Transparent"
|
|
264
|
+
accessibleRole="Link"
|
|
265
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
266
|
+
press=".onButtonPress">
|
|
267
|
+
<customData>
|
|
268
|
+
<core:CustomData key="href" value="{resources>/cardExplorer/href}" />
|
|
269
|
+
</customData>
|
|
270
|
+
</Button>
|
|
271
|
+
</VBox>
|
|
272
|
+
</f:content>
|
|
273
|
+
</f:Card>
|
|
274
|
+
|
|
275
|
+
<!-- Flexible Programming Model Explorer -->
|
|
276
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard"
|
|
277
|
+
visible="{
|
|
278
|
+
path: 'resources>/fpmExplorer',
|
|
279
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
280
|
+
}">
|
|
281
|
+
<f:header>
|
|
282
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_FPM_EXPLORER}" iconSrc="sap-icon://explorer" />
|
|
283
|
+
</f:header>
|
|
284
|
+
<f:content>
|
|
285
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
286
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_FPM_EXPLORER}">
|
|
287
|
+
<layoutData>
|
|
288
|
+
<FlexItemData growFactor="1" />
|
|
289
|
+
</layoutData>
|
|
290
|
+
</Text>
|
|
291
|
+
|
|
292
|
+
<Button
|
|
293
|
+
text="{i18n>RESOURCES_CARD_LINK_FPM_EXPLORER}"
|
|
294
|
+
icon="sap-icon://action"
|
|
295
|
+
type="Transparent"
|
|
296
|
+
accessibleRole="Link"
|
|
297
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
298
|
+
press=".onButtonPress">
|
|
299
|
+
<customData>
|
|
300
|
+
<core:CustomData key="href" value="{resources>/fpmExplorer/href}" />
|
|
301
|
+
</customData>
|
|
302
|
+
</Button>
|
|
303
|
+
</VBox>
|
|
304
|
+
</f:content>
|
|
305
|
+
</f:Card>
|
|
306
|
+
|
|
307
|
+
<!-- SAP Business Application Studio -->
|
|
308
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
309
|
+
<f:header>
|
|
310
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO}" iconSrc="sap-icon://command-line-interfaces" />
|
|
311
|
+
</f:header>
|
|
312
|
+
<f:content>
|
|
313
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
314
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_BUSINESS_APP_STUDIO}">
|
|
315
|
+
<layoutData>
|
|
316
|
+
<FlexItemData growFactor="1" />
|
|
317
|
+
</layoutData>
|
|
318
|
+
</Text>
|
|
319
|
+
|
|
320
|
+
<Button
|
|
321
|
+
text="{i18n>RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO}"
|
|
322
|
+
icon="sap-icon://action"
|
|
323
|
+
type="Transparent"
|
|
324
|
+
accessibleRole="Link"
|
|
325
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
326
|
+
press=".onButtonPress">
|
|
327
|
+
<customData>
|
|
328
|
+
<core:CustomData key="href" value="{resources>/businessAppStudio/href}" />
|
|
329
|
+
</customData>
|
|
330
|
+
</Button>
|
|
331
|
+
</VBox>
|
|
332
|
+
</f:content>
|
|
333
|
+
</f:Card>
|
|
334
|
+
|
|
335
|
+
</grid:CSSGrid>
|
|
336
|
+
</grid:CSSGrid>
|
|
337
|
+
|
|
338
|
+
<!-- #3 Category: Customising -->
|
|
339
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesCategoryCustomising">
|
|
340
|
+
<grid:customLayout>
|
|
341
|
+
<grid:GridBasicLayout gridRowGap="1rem" />
|
|
342
|
+
</grid:customLayout>
|
|
343
|
+
|
|
344
|
+
<Title
|
|
345
|
+
class="sapUiDemoKitResourcesCategoryTitle"
|
|
346
|
+
text="{i18n>RESOURCES_CATEGORY_TITLE_CUSTOMISING}"
|
|
347
|
+
level="H3"
|
|
348
|
+
wrapping="true"
|
|
349
|
+
titleStyle="{= ${device>/system/phone} ? 'H4' : 'H3' }" />
|
|
350
|
+
|
|
351
|
+
<grid:CSSGrid>
|
|
352
|
+
<grid:customLayout>
|
|
353
|
+
<grid:GridResponsiveLayout>
|
|
354
|
+
<grid:layoutS>
|
|
355
|
+
<grid:GridSettings
|
|
356
|
+
gridTemplateColumns="1fr"
|
|
357
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
358
|
+
gridGap="1rem" />
|
|
359
|
+
</grid:layoutS>
|
|
360
|
+
<grid:layout>
|
|
361
|
+
<grid:GridSettings
|
|
362
|
+
gridTemplateColumns="repeat(2, 1fr)"
|
|
363
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
364
|
+
gridGap="1rem" />
|
|
365
|
+
</grid:layout>
|
|
366
|
+
<grid:layoutXL>
|
|
367
|
+
<grid:GridSettings
|
|
368
|
+
gridTemplateColumns="repeat(3, 1fr)"
|
|
369
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
370
|
+
gridGap="1rem" />
|
|
371
|
+
</grid:layoutXL>
|
|
372
|
+
</grid:GridResponsiveLayout>
|
|
373
|
+
</grid:customLayout>
|
|
374
|
+
|
|
375
|
+
<!-- UI Theme Designer -->
|
|
376
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
377
|
+
<f:header>
|
|
378
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_THEME_DESIGNER}" iconSrc="sap-icon://palette" />
|
|
379
|
+
</f:header>
|
|
380
|
+
<f:content>
|
|
381
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
382
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_THEME_DESIGNER}">
|
|
383
|
+
<layoutData>
|
|
384
|
+
<FlexItemData growFactor="1" />
|
|
385
|
+
</layoutData>
|
|
386
|
+
</Text>
|
|
387
|
+
|
|
388
|
+
<Button
|
|
389
|
+
text="{i18n>RESOURCES_CARD_LINK_THEME_DESIGNER}"
|
|
390
|
+
icon="sap-icon://action"
|
|
391
|
+
type="Transparent"
|
|
392
|
+
accessibleRole="Link"
|
|
393
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
394
|
+
press=".onButtonPress">
|
|
395
|
+
<customData>
|
|
396
|
+
<core:CustomData key="href" value="{resources>/themeDesigner/href}" />
|
|
397
|
+
</customData>
|
|
398
|
+
</Button>
|
|
399
|
+
</VBox>
|
|
400
|
+
</f:content>
|
|
401
|
+
</f:Card>
|
|
402
|
+
|
|
403
|
+
<!-- Theme Parameter Toolbox -->
|
|
404
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
405
|
+
<f:header>
|
|
406
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_THEME_PARAMETER_TOOLBOX}" iconSrc="sap-icon://sap-box" />
|
|
407
|
+
</f:header>
|
|
408
|
+
<f:content>
|
|
409
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
410
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_THEME_PARAMETER_TOOLBOX}">
|
|
411
|
+
<layoutData>
|
|
412
|
+
<FlexItemData growFactor="1" />
|
|
413
|
+
</layoutData>
|
|
414
|
+
</Text>
|
|
415
|
+
|
|
416
|
+
<Button
|
|
417
|
+
text="{i18n>RESOURCES_CARD_LINK_THEME_PARAMETER_TOOLBOX}"
|
|
418
|
+
icon="sap-icon://action"
|
|
419
|
+
type="Transparent"
|
|
420
|
+
accessibleRole="Link"
|
|
421
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
422
|
+
press=".onButtonPress">
|
|
423
|
+
<customData>
|
|
424
|
+
<core:CustomData key="href" value="{resources>/themeParameterToolbox/href}" />
|
|
425
|
+
</customData>
|
|
426
|
+
</Button>
|
|
427
|
+
</VBox>
|
|
428
|
+
</f:content>
|
|
429
|
+
</f:Card>
|
|
430
|
+
|
|
431
|
+
<!-- SAPUI5 Flexibility -->
|
|
432
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
433
|
+
<f:header>
|
|
434
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_FLEXIBILITY}" iconSrc="sap-icon://wrench" />
|
|
435
|
+
</f:header>
|
|
436
|
+
<f:content>
|
|
437
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
438
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_FLEXIBILITY}">
|
|
439
|
+
<layoutData>
|
|
440
|
+
<FlexItemData growFactor="1" />
|
|
441
|
+
</layoutData>
|
|
442
|
+
</Text>
|
|
443
|
+
|
|
444
|
+
<Button
|
|
445
|
+
text="{i18n>RESOURCES_CARD_LINK_FLEXIBILITY}"
|
|
446
|
+
icon="sap-icon://action"
|
|
447
|
+
type="Transparent"
|
|
448
|
+
accessibleRole="Link"
|
|
449
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
450
|
+
press=".onButtonPress">
|
|
451
|
+
<customData>
|
|
452
|
+
<core:CustomData key="href" value="{resources>/flexibility/href}" />
|
|
453
|
+
</customData>
|
|
454
|
+
</Button>
|
|
455
|
+
</VBox>
|
|
456
|
+
</f:content>
|
|
457
|
+
</f:Card>
|
|
458
|
+
|
|
459
|
+
</grid:CSSGrid>
|
|
460
|
+
</grid:CSSGrid>
|
|
461
|
+
|
|
462
|
+
<!-- #4 Category: Troubleshooting -->
|
|
463
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesCategoryTroubleshooting">
|
|
464
|
+
<grid:customLayout>
|
|
465
|
+
<grid:GridBasicLayout gridRowGap="1rem" />
|
|
466
|
+
</grid:customLayout>
|
|
467
|
+
|
|
468
|
+
<Title
|
|
469
|
+
class="sapUiDemoKitResourcesCategoryTitle"
|
|
470
|
+
text="{i18n>RESOURCES_CATEGORY_TITLE_TROUBLESHOOTING}"
|
|
471
|
+
level="H3"
|
|
472
|
+
wrapping="true"
|
|
473
|
+
titleStyle="{= ${device>/system/phone} ? 'H4' : 'H3' }" />
|
|
474
|
+
|
|
475
|
+
<grid:CSSGrid>
|
|
476
|
+
<grid:customLayout>
|
|
477
|
+
<grid:GridResponsiveLayout>
|
|
478
|
+
<grid:layoutS>
|
|
479
|
+
<grid:GridSettings
|
|
480
|
+
gridTemplateColumns="1fr"
|
|
481
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
482
|
+
gridGap="1rem" />
|
|
483
|
+
</grid:layoutS>
|
|
484
|
+
<grid:layout>
|
|
485
|
+
<grid:GridSettings
|
|
486
|
+
gridTemplateColumns="repeat(2, 1fr)"
|
|
487
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
488
|
+
gridGap="1rem" />
|
|
489
|
+
</grid:layout>
|
|
490
|
+
<grid:layoutXL>
|
|
491
|
+
<grid:GridSettings
|
|
492
|
+
gridTemplateColumns="repeat(3, 1fr)"
|
|
493
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
494
|
+
gridGap="1rem" />
|
|
495
|
+
</grid:layoutXL>
|
|
496
|
+
</grid:GridResponsiveLayout>
|
|
497
|
+
</grid:customLayout>
|
|
498
|
+
|
|
499
|
+
<!-- UI5 Inspector -->
|
|
500
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
501
|
+
<f:header>
|
|
502
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_INSPECTOR}" iconSrc="sap-icon://inspection" />
|
|
503
|
+
</f:header>
|
|
504
|
+
<f:content>
|
|
505
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
506
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_INSPECTOR}">
|
|
507
|
+
<layoutData>
|
|
508
|
+
<FlexItemData growFactor="1" />
|
|
509
|
+
</layoutData>
|
|
510
|
+
</Text>
|
|
511
|
+
|
|
512
|
+
<Button
|
|
513
|
+
text="{i18n>RESOURCES_CARD_LINK_INSPECTOR}"
|
|
514
|
+
icon="sap-icon://action"
|
|
515
|
+
type="Transparent"
|
|
516
|
+
accessibleRole="Link"
|
|
517
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
518
|
+
press=".onButtonPress">
|
|
519
|
+
<customData>
|
|
520
|
+
<core:CustomData key="href" value="{resources>/inspector/href}" />
|
|
521
|
+
</customData>
|
|
522
|
+
</Button>
|
|
523
|
+
</VBox>
|
|
524
|
+
</f:content>
|
|
525
|
+
</f:Card>
|
|
526
|
+
|
|
527
|
+
<!-- Support Assistant -->
|
|
528
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
529
|
+
<f:header>
|
|
530
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_SUPPORT_ASSISTANT}" iconSrc="sap-icon://person-placeholder" />
|
|
531
|
+
</f:header>
|
|
532
|
+
<f:content>
|
|
533
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
534
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_SUPPORT_ASSISTANT}">
|
|
535
|
+
<layoutData>
|
|
536
|
+
<FlexItemData growFactor="1" />
|
|
537
|
+
</layoutData>
|
|
538
|
+
</Text>
|
|
539
|
+
|
|
540
|
+
<Button
|
|
541
|
+
text="{i18n>RESOURCES_CARD_LINK_SUPPORT_ASSISTANT}"
|
|
542
|
+
icon="sap-icon://action"
|
|
543
|
+
type="Transparent"
|
|
544
|
+
accessibleRole="Link"
|
|
545
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
546
|
+
press=".onButtonPress">
|
|
547
|
+
<customData>
|
|
548
|
+
<core:CustomData key="href" value="{resources>/supportAssistant/href}" />
|
|
549
|
+
</customData>
|
|
550
|
+
</Button>
|
|
551
|
+
</VBox>
|
|
552
|
+
</f:content>
|
|
553
|
+
</f:Card>
|
|
554
|
+
|
|
555
|
+
</grid:CSSGrid>
|
|
556
|
+
</grid:CSSGrid>
|
|
557
|
+
|
|
558
|
+
<!-- #5 Category: Testing -->
|
|
559
|
+
<grid:CSSGrid class="sapUiDemoKitResourcesCategoryTesting">
|
|
560
|
+
<grid:customLayout>
|
|
561
|
+
<grid:GridBasicLayout gridRowGap="1rem" />
|
|
562
|
+
</grid:customLayout>
|
|
563
|
+
|
|
564
|
+
<Title
|
|
565
|
+
class="sapUiDemoKitResourcesCategoryTitle"
|
|
566
|
+
text="{i18n>RESOURCES_CATEGORY_TITLE_TESTING}"
|
|
567
|
+
level="H3"
|
|
568
|
+
wrapping="true"
|
|
569
|
+
titleStyle="{= ${device>/system/phone} ? 'H4' : 'H3' }" />
|
|
570
|
+
|
|
571
|
+
<grid:CSSGrid>
|
|
572
|
+
<grid:customLayout>
|
|
573
|
+
<grid:GridResponsiveLayout>
|
|
574
|
+
<grid:layoutS>
|
|
575
|
+
<grid:GridSettings
|
|
576
|
+
gridTemplateColumns="1fr"
|
|
577
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
578
|
+
gridGap="1rem" />
|
|
579
|
+
</grid:layoutS>
|
|
580
|
+
<grid:layout>
|
|
581
|
+
<grid:GridSettings
|
|
582
|
+
gridTemplateColumns="repeat(2, 1fr)"
|
|
583
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
584
|
+
gridGap="1rem" />
|
|
585
|
+
</grid:layout>
|
|
586
|
+
<grid:layoutXL>
|
|
587
|
+
<grid:GridSettings
|
|
588
|
+
gridTemplateColumns="repeat(3, 1fr)"
|
|
589
|
+
gridAutoRows="minmax(15rem, auto)"
|
|
590
|
+
gridGap="1rem" />
|
|
591
|
+
</grid:layoutXL>
|
|
592
|
+
</grid:GridResponsiveLayout>
|
|
593
|
+
</grid:customLayout>
|
|
594
|
+
|
|
595
|
+
<!-- Test Recorder -->
|
|
596
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard"
|
|
597
|
+
visible="{
|
|
598
|
+
path: 'resources>/testRecorder',
|
|
599
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
600
|
+
}">
|
|
601
|
+
<f:header>
|
|
602
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_TEST_RECORDER}" iconSrc="sap-icon://record" />
|
|
603
|
+
</f:header>
|
|
604
|
+
<f:content>
|
|
605
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing"
|
|
606
|
+
wrap="Wrap">
|
|
607
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_TEST_RECORDER}">
|
|
608
|
+
<layoutData>
|
|
609
|
+
<FlexItemData growFactor="1" />
|
|
610
|
+
</layoutData>
|
|
611
|
+
</Text>
|
|
612
|
+
|
|
613
|
+
<Button
|
|
614
|
+
text="{i18n>RESOURCES_CARD_LINK_TEST_RECORDER}"
|
|
615
|
+
icon="sap-icon://action"
|
|
616
|
+
type="Transparent"
|
|
617
|
+
accessibleRole="Link"
|
|
618
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
619
|
+
press=".onButtonPress">
|
|
620
|
+
<customData>
|
|
621
|
+
<core:CustomData key="href" value="{resources>/testRecorder/href}" />
|
|
622
|
+
</customData>
|
|
623
|
+
</Button>
|
|
624
|
+
</VBox>
|
|
625
|
+
</f:content>
|
|
626
|
+
</f:Card>
|
|
627
|
+
|
|
628
|
+
<!-- wdi5 -->
|
|
629
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
630
|
+
<f:header>
|
|
631
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_WDI5}" iconSrc="sap-icon://order-status" />
|
|
632
|
+
</f:header>
|
|
633
|
+
<f:content>
|
|
634
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing"
|
|
635
|
+
wrap="Wrap">
|
|
636
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_WDI5}">
|
|
637
|
+
<layoutData>
|
|
638
|
+
<FlexItemData growFactor="1" />
|
|
639
|
+
</layoutData>
|
|
640
|
+
</Text>
|
|
641
|
+
|
|
642
|
+
<Button
|
|
643
|
+
text="{i18n>RESOURCES_CARD_LINK_WDI5}"
|
|
644
|
+
icon="sap-icon://action"
|
|
645
|
+
type="Transparent"
|
|
646
|
+
accessibleRole="Link"
|
|
647
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
648
|
+
press=".onButtonPress">
|
|
649
|
+
<customData>
|
|
650
|
+
<core:CustomData key="href" value="{resources>/wdi5/href}" />
|
|
651
|
+
</customData>
|
|
652
|
+
</Button>
|
|
653
|
+
</VBox>
|
|
654
|
+
</f:content>
|
|
655
|
+
</f:Card>
|
|
656
|
+
|
|
657
|
+
</grid:CSSGrid>
|
|
658
|
+
</grid:CSSGrid>
|
|
659
|
+
|
|
660
|
+
</grid:CSSGrid> <!-- Main Container End-->
|
|
661
|
+
|
|
662
|
+
<!-- Aside -->
|
|
663
|
+
<grid:CSSGrid id="sapUiDemoKitResourcesAside" class="sapUiDemoKitResourcesAside">
|
|
664
|
+
<VBox class="sapUiDemoKitResourcesAsideDekstop" wrap="Wrap">
|
|
665
|
+
<f:Card class="sapUiDemoKitResourcesAsideCard">
|
|
666
|
+
<f:header>
|
|
667
|
+
<card:Header title="{i18n>RESOURCES_ASIDE_CARD_TITLE}" />
|
|
668
|
+
</f:header>
|
|
669
|
+
<f:content>
|
|
670
|
+
<List items="{path: 'resources>/_raw/', sorter: {path: 'text'}}" showSeparators="None">
|
|
671
|
+
<InputListItem
|
|
672
|
+
label="{resources>text}"
|
|
673
|
+
visible="{
|
|
674
|
+
path: 'resources>',
|
|
675
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
676
|
+
}">
|
|
677
|
+
|
|
678
|
+
<Button
|
|
679
|
+
type="Transparent"
|
|
680
|
+
icon="sap-icon://action"
|
|
681
|
+
accessibleRole="Link"
|
|
682
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
683
|
+
press=".onButtonPress">
|
|
684
|
+
<customData>
|
|
685
|
+
<core:CustomData key="href" value="{resources>href}" />
|
|
686
|
+
</customData>
|
|
687
|
+
</Button>
|
|
688
|
+
</InputListItem>
|
|
689
|
+
</List>
|
|
690
|
+
</f:content>
|
|
691
|
+
</f:Card>
|
|
692
|
+
</VBox>
|
|
693
|
+
|
|
694
|
+
<VBox class="sapUiDemoKitResourcesAsideMobile" wrap="Wrap">
|
|
695
|
+
<Panel class="sapUiDemoKitResourcesAsidePanel" expandable="true" headerText="{i18n>RESOURCES_ASIDE_CARD_TITLE}">
|
|
696
|
+
<List showSeparators="None" items="{path: 'resources>/_raw/', sorter: {path: 'text'}}">
|
|
697
|
+
<InputListItem
|
|
698
|
+
label="{resources>text}"
|
|
699
|
+
visible="{
|
|
700
|
+
path: 'resources>',
|
|
701
|
+
formatter: '.formatter.formatResourceCardVisibility'
|
|
702
|
+
}">
|
|
703
|
+
|
|
704
|
+
<Button
|
|
705
|
+
type="Transparent"
|
|
706
|
+
icon="sap-icon://action"
|
|
707
|
+
accessibleRole="Link"
|
|
708
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
709
|
+
press=".onButtonPress">
|
|
710
|
+
<customData>
|
|
711
|
+
<core:CustomData key="href" value="{resources>href}" />
|
|
712
|
+
</customData>
|
|
713
|
+
</Button>
|
|
714
|
+
</InputListItem>
|
|
715
|
+
</List>
|
|
716
|
+
</Panel>
|
|
717
|
+
</VBox>
|
|
718
|
+
</grid:CSSGrid> <!-- Aside Container End-->
|
|
719
|
+
|
|
720
|
+
</grid:items>
|
|
721
|
+
</grid:CSSGrid>
|
|
722
|
+
|
|
723
|
+
<core:Fragment fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
|
|
724
|
+
</ScrollContainer>
|
|
725
|
+
</mvc:View>
|