@openui5/sap.ui.documentation 1.121.1 → 1.122.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/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
|
@@ -1,475 +0,0 @@
|
|
|
1
|
-
<mvc:View
|
|
2
|
-
controllerName="sap.ui.documentation.sdk.controller.Tools"
|
|
3
|
-
xmlns="sap.m"
|
|
4
|
-
xmlns:f="sap.f"
|
|
5
|
-
xmlns:mvc="sap.ui.core.mvc"
|
|
6
|
-
xmlns:l="sap.ui.layout"
|
|
7
|
-
xmlns:core="sap.ui.core"
|
|
8
|
-
xmlns:custom="sap.ui.documentation"
|
|
9
|
-
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
10
|
-
|
|
11
|
-
<Page showHeader="false"
|
|
12
|
-
class="sapUiNoContentPadding sapUiDemoApps">
|
|
13
|
-
<landmarkInfo>
|
|
14
|
-
<PageAccessibleLandmarkInfo
|
|
15
|
-
contentRole="Main"
|
|
16
|
-
contentLabel="Tools"/>
|
|
17
|
-
</landmarkInfo>
|
|
18
|
-
|
|
19
|
-
<Panel accessibleRole="Region" class="sapUiNoContentPadding" backgroundDesign="Transparent">
|
|
20
|
-
<l:BlockLayout>
|
|
21
|
-
<l:BlockLayoutRow>
|
|
22
|
-
<l:BlockLayoutCell
|
|
23
|
-
class="sapUiNoContentPadding sapUiDemokitLandingImageCell toolsImageCell">
|
|
24
|
-
<Image
|
|
25
|
-
id="phoneImage"
|
|
26
|
-
src="./resources/sap/ui/documentation/sdk/images/Tools_S_cropped.jpg"
|
|
27
|
-
width="100%"
|
|
28
|
-
densityAware="false"
|
|
29
|
-
class="landingImage"
|
|
30
|
-
load="handleLandingImageLoad"
|
|
31
|
-
visible="{device>/system/phone}"/>
|
|
32
|
-
<Image
|
|
33
|
-
src="./resources/sap/ui/documentation/sdk/images/Tools_M_and_L_cropped.jpg"
|
|
34
|
-
width="100%"
|
|
35
|
-
class="landingImage"
|
|
36
|
-
densityAware="false"
|
|
37
|
-
load="handleLandingImageLoad"
|
|
38
|
-
visible="{=!${device>/system/phone}}"/>
|
|
39
|
-
<Text id="landingImageHeadline"
|
|
40
|
-
visible="false"
|
|
41
|
-
class="sapUiDocumentationToolsHeaderText"
|
|
42
|
-
text="Tools"
|
|
43
|
-
width="100%"
|
|
44
|
-
textAlign="Left"/>
|
|
45
|
-
</l:BlockLayoutCell>
|
|
46
|
-
</l:BlockLayoutRow>
|
|
47
|
-
</l:BlockLayout>
|
|
48
|
-
</Panel>
|
|
49
|
-
<l:Grid defaultSpan="XL3 L4 M4 S12" class="toolpageResponsiveMargins">
|
|
50
|
-
<!-- UI Theme Designer -->
|
|
51
|
-
<f:Card class="threeColumnLayoutCard">
|
|
52
|
-
<f:content>
|
|
53
|
-
<VBox justifyContent="SpaceBetween">
|
|
54
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
55
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
56
|
-
<custom:TitleLink
|
|
57
|
-
level="H1"
|
|
58
|
-
titleStyle="H1"
|
|
59
|
-
text="{/uiThemeDesigner/text}"
|
|
60
|
-
href="{/uiThemeDesigner/href}"
|
|
61
|
-
target="_blank"
|
|
62
|
-
wrapping="true"/>
|
|
63
|
-
</html:div>
|
|
64
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_2_TEXT}" />
|
|
65
|
-
<HBox wrap="Wrap">
|
|
66
|
-
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
67
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
68
|
-
target="_blank"
|
|
69
|
-
href="https://help.sap.com/viewer/09f6818d8e064537973102d6289e2aca/Cloud/en-US"/>
|
|
70
|
-
<Image
|
|
71
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
72
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
73
|
-
width="1.25rem"
|
|
74
|
-
press="onDisclaimerLinkPress"/>
|
|
75
|
-
</html:div>
|
|
76
|
-
</HBox>
|
|
77
|
-
</VBox>
|
|
78
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/ThemeDesigner.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_2_IMG_ALT}"/>
|
|
79
|
-
</VBox>
|
|
80
|
-
</f:content>
|
|
81
|
-
</f:Card>
|
|
82
|
-
<!-- Fiori tools -->
|
|
83
|
-
<f:Card class="threeColumnLayoutCard">
|
|
84
|
-
<f:content>
|
|
85
|
-
<VBox justifyContent="SpaceBetween">
|
|
86
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
87
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
88
|
-
<custom:TitleLink
|
|
89
|
-
level="H1"
|
|
90
|
-
titleStyle="H1"
|
|
91
|
-
text="{/fioriTools/text}"
|
|
92
|
-
href="{/fioriTools/href}"
|
|
93
|
-
target="_blank"/>
|
|
94
|
-
</html:div>
|
|
95
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_12_TEXT}" />
|
|
96
|
-
<HBox wrap="Wrap">
|
|
97
|
-
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
98
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
99
|
-
target="_blank"
|
|
100
|
-
href="https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US"/>
|
|
101
|
-
<Image
|
|
102
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
103
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
104
|
-
width="1.25rem"
|
|
105
|
-
press="onDisclaimerLinkPress"/>
|
|
106
|
-
</html:div>
|
|
107
|
-
</HBox>
|
|
108
|
-
</VBox>
|
|
109
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/FioriTools.png" class="toolsPageImage" alt="{i18n>TOOLS_CARD_12_IMG_ALT}"/>
|
|
110
|
-
</VBox>
|
|
111
|
-
</f:content>
|
|
112
|
-
</f:Card>
|
|
113
|
-
<!-- Business Application Studio -->
|
|
114
|
-
<f:Card class="threeColumnLayoutCard">
|
|
115
|
-
<f:content>
|
|
116
|
-
<VBox justifyContent="SpaceBetween">
|
|
117
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
118
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
119
|
-
<custom:TitleLink
|
|
120
|
-
level="H1"
|
|
121
|
-
titleStyle="H1"
|
|
122
|
-
text="{/businessApplicationStudio/text}"
|
|
123
|
-
href="{/businessApplicationStudio/href}"
|
|
124
|
-
target="_blank"/>
|
|
125
|
-
<Image
|
|
126
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
127
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
128
|
-
width="1.25rem"
|
|
129
|
-
press="onDisclaimerLinkPress"/>
|
|
130
|
-
</html:div>
|
|
131
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_9_TEXT}" />
|
|
132
|
-
<HBox wrap="Wrap">
|
|
133
|
-
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
134
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
135
|
-
target="_blank"
|
|
136
|
-
href="https://help.sap.com/viewer/product/SAP%20Business%20Application%20Studio/Cloud/en-US"/>
|
|
137
|
-
<Image
|
|
138
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
139
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
140
|
-
width="1.25rem"
|
|
141
|
-
press="onDisclaimerLinkPress"/>
|
|
142
|
-
</html:div>
|
|
143
|
-
</HBox>
|
|
144
|
-
</VBox>
|
|
145
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/BusinessApplicationStudio.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_9_IMG_ALT}"/>
|
|
146
|
-
</VBox>
|
|
147
|
-
</f:content>
|
|
148
|
-
</f:Card>
|
|
149
|
-
<!-- UI5 Tooling -->
|
|
150
|
-
<f:Card class="threeColumnLayoutCard">
|
|
151
|
-
<f:content>
|
|
152
|
-
<VBox justifyContent="SpaceBetween">
|
|
153
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
154
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
155
|
-
<custom:TitleLink
|
|
156
|
-
level="H1"
|
|
157
|
-
titleStyle="H1"
|
|
158
|
-
text="{/ui5Tooling/text}"
|
|
159
|
-
href="{/ui5Tooling/href}"
|
|
160
|
-
target="_blank"/>
|
|
161
|
-
<Image
|
|
162
|
-
src="./resources/sap/ui/documentation/sdk/images/link-external.png"
|
|
163
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
164
|
-
width="1.25rem"
|
|
165
|
-
press="onDisclaimerLinkPress"/>
|
|
166
|
-
</html:div>
|
|
167
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_3_TEXT}" />
|
|
168
|
-
<HBox wrap="Wrap">
|
|
169
|
-
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
170
|
-
<Link text="{i18n>TOOLS_CARD_3_LINK_1}"
|
|
171
|
-
target="_blank"
|
|
172
|
-
href="https://github.com/SAP/ui5-tooling#ui5-build-and-development-tooling"/>
|
|
173
|
-
<Image
|
|
174
|
-
src="./resources/sap/ui/documentation/sdk/images/link-external.png"
|
|
175
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
176
|
-
width="1.25rem"
|
|
177
|
-
press="onDisclaimerLinkPress"/>
|
|
178
|
-
</html:div>
|
|
179
|
-
<html:div class="sapUIDisclaimerLink">
|
|
180
|
-
<Link text="{i18n>TOOLS_CARD_3_LINK_2}"
|
|
181
|
-
target="_blank"
|
|
182
|
-
href="https://github.com/SAP/ui5-cli#cli-usage"/>
|
|
183
|
-
<Image
|
|
184
|
-
src="./resources/sap/ui/documentation/sdk/images/link-external.png"
|
|
185
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
186
|
-
width="1.25rem"
|
|
187
|
-
press="onDisclaimerLinkPress"/>
|
|
188
|
-
</html:div>
|
|
189
|
-
</HBox>
|
|
190
|
-
</VBox>
|
|
191
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/UI5EvoTooling.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_3_IMG_ALT}"/>
|
|
192
|
-
</VBox>
|
|
193
|
-
</f:content>
|
|
194
|
-
</f:Card>
|
|
195
|
-
<!-- UI5 Inspector -->
|
|
196
|
-
<f:Card class="threeColumnLayoutCard">
|
|
197
|
-
<f:content>
|
|
198
|
-
<VBox justifyContent="SpaceBetween">
|
|
199
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
200
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
201
|
-
<custom:TitleLink
|
|
202
|
-
level="H1"
|
|
203
|
-
titleStyle="H1"
|
|
204
|
-
text="{/ui5Inspector/text}"
|
|
205
|
-
href="{/ui5Inspector/href}"
|
|
206
|
-
target="_blank"/>
|
|
207
|
-
<Image
|
|
208
|
-
src="./resources/sap/ui/documentation/sdk/images/link-external.png"
|
|
209
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
210
|
-
width="1.25rem"
|
|
211
|
-
press="onDisclaimerLinkPress"/>
|
|
212
|
-
</html:div>
|
|
213
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_4_TEXT}" />
|
|
214
|
-
<HBox wrap="Wrap">
|
|
215
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
216
|
-
class="sapUiMediumMarginEnd"
|
|
217
|
-
target="_blank"
|
|
218
|
-
href="{newWindowLinks>/inspectorHomeLink}"/>
|
|
219
|
-
<html:div class="sapUIDisclaimerLink">
|
|
220
|
-
<Link text="{i18n>TOOLS_CARD_4_LINK_1}"
|
|
221
|
-
target="_blank"
|
|
222
|
-
href="https://github.com/SAP/ui5-inspector"/>
|
|
223
|
-
<Image
|
|
224
|
-
src="./resources/sap/ui/documentation/sdk/images/link-external.png"
|
|
225
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
|
|
226
|
-
width="1.25rem"
|
|
227
|
-
press="onDisclaimerLinkPress"/>
|
|
228
|
-
</html:div>
|
|
229
|
-
</HBox>
|
|
230
|
-
</VBox>
|
|
231
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/UI5Inspector.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_4_IMG_ALT}"/>
|
|
232
|
-
</VBox>
|
|
233
|
-
</f:content>
|
|
234
|
-
</f:Card>
|
|
235
|
-
<!-- Card Explorer -->
|
|
236
|
-
<f:Card class="threeColumnLayoutCard">
|
|
237
|
-
<f:content>
|
|
238
|
-
<VBox justifyContent="SpaceBetween">
|
|
239
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
240
|
-
<custom:TitleLink
|
|
241
|
-
level="H1"
|
|
242
|
-
titleStyle="H1"
|
|
243
|
-
text="{/cardExplorer/text}"
|
|
244
|
-
href="{/cardExplorer/href}"
|
|
245
|
-
target="_blank"
|
|
246
|
-
class="sapUiSmallMarginBottom"/>
|
|
247
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_5_TEXT}" />
|
|
248
|
-
<HBox wrap="Wrap">
|
|
249
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
250
|
-
target="_blank"
|
|
251
|
-
href="test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html"
|
|
252
|
-
class="sapUiMediumMarginEnd"/>
|
|
253
|
-
<Link text="{i18n>TOOLS_CARD_5_LINK_1}"
|
|
254
|
-
target="_blank"
|
|
255
|
-
href="test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/explore/list"/>
|
|
256
|
-
</HBox>
|
|
257
|
-
</VBox>
|
|
258
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/CardExplorer.jpg" class="toolsPageImage"/>
|
|
259
|
-
</VBox>
|
|
260
|
-
</f:content>
|
|
261
|
-
</f:Card>
|
|
262
|
-
<!-- Support Assistant -->
|
|
263
|
-
<f:Card class="threeColumnLayoutCard">
|
|
264
|
-
<f:content>
|
|
265
|
-
<VBox justifyContent="SpaceBetween">
|
|
266
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
267
|
-
<custom:TitleLink
|
|
268
|
-
level="H1"
|
|
269
|
-
titleStyle="H1"
|
|
270
|
-
text="{/supportAssistant/text}"
|
|
271
|
-
class="sapUiSmallMarginBottom"
|
|
272
|
-
href="{newWindowLinks>/supportAssistantHomeLink}"
|
|
273
|
-
target="_blank"/>
|
|
274
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_6_TEXT}" />
|
|
275
|
-
<HBox wrap="Wrap">
|
|
276
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
277
|
-
target="_blank"
|
|
278
|
-
href="{newWindowLinks>/supportAssistantHomeLink}"/>
|
|
279
|
-
</HBox>
|
|
280
|
-
</VBox>
|
|
281
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/SupportAssistant.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_6_IMG_ALT}"/>
|
|
282
|
-
</VBox>
|
|
283
|
-
</f:content>
|
|
284
|
-
</f:Card>
|
|
285
|
-
<!-- Icon Explorer -->
|
|
286
|
-
<f:Card class="threeColumnLayoutCard">
|
|
287
|
-
<f:content>
|
|
288
|
-
<VBox justifyContent="SpaceBetween">
|
|
289
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
290
|
-
<custom:TitleLink
|
|
291
|
-
level="H1"
|
|
292
|
-
titleStyle="H1"
|
|
293
|
-
text="{/iconExplorer/text}"
|
|
294
|
-
href="{/iconExplorer/href}"
|
|
295
|
-
target="_blank"
|
|
296
|
-
class="sapUiSmallMarginBottom"/>
|
|
297
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_7_TEXT}" />
|
|
298
|
-
<HBox wrap="Wrap">
|
|
299
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
300
|
-
target="_blank"
|
|
301
|
-
href="{newWindowLinks>/iconExplorerHomeLink}"
|
|
302
|
-
class="sapUiMediumMarginEnd"/>
|
|
303
|
-
<!-- <Link text="{i18n>TOOLS_CARD_7_LINK_1}"
|
|
304
|
-
target="_blank"
|
|
305
|
-
href="test-resources/sap/m/demokit/iconExplorer/webapp/test/integration/opaTests1.qunit.html"
|
|
306
|
-
class="sapUiMediumMarginEnd"/> -->
|
|
307
|
-
<Link text="{i18n>TOOLS_CARD_7_LINK_2}"
|
|
308
|
-
target="_blank"
|
|
309
|
-
href="test-resources/sap/m/demokit/iconExplorer/webapp/test/unit/unitTests.qunit.html"/>
|
|
310
|
-
</HBox>
|
|
311
|
-
</VBox>
|
|
312
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/IconExplorer.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_7_IMG_ALT}"/>
|
|
313
|
-
</VBox>
|
|
314
|
-
</f:content>
|
|
315
|
-
</f:Card>
|
|
316
|
-
<!-- Theme Parameter Toolbox -->
|
|
317
|
-
<f:Card class="threeColumnLayoutCard">
|
|
318
|
-
<f:content>
|
|
319
|
-
<VBox justifyContent="SpaceBetween">
|
|
320
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
321
|
-
<custom:TitleLink
|
|
322
|
-
level="H1"
|
|
323
|
-
titleStyle="H1"
|
|
324
|
-
text="{/themeParameterToolbox/text}"
|
|
325
|
-
class="sapUiSmallMarginBottom"
|
|
326
|
-
href="{/themeParameterToolbox/href}"
|
|
327
|
-
target="_blank"/>
|
|
328
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_8_TEXT}" />
|
|
329
|
-
</VBox>
|
|
330
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/ThemeParameterToolbox.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_8_IMG_ALT}"/>
|
|
331
|
-
</VBox>
|
|
332
|
-
</f:content>
|
|
333
|
-
</f:Card>
|
|
334
|
-
<!-- UI5 Web Components -->
|
|
335
|
-
<f:Card class="threeColumnLayoutCard">
|
|
336
|
-
<f:content>
|
|
337
|
-
<VBox justifyContent="SpaceBetween">
|
|
338
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
339
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
340
|
-
<custom:TitleLink
|
|
341
|
-
level="H1"
|
|
342
|
-
titleStyle="H1"
|
|
343
|
-
text="{/ui5WebComponents/text}"
|
|
344
|
-
href="{/ui5WebComponents/href}"
|
|
345
|
-
target="_blank"/>
|
|
346
|
-
<Image
|
|
347
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
348
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
349
|
-
width="1.25rem"
|
|
350
|
-
press="onDisclaimerLinkPress"/>
|
|
351
|
-
</html:div>
|
|
352
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_10_TEXT}" />
|
|
353
|
-
<HBox wrap="Wrap">
|
|
354
|
-
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
355
|
-
<Link text="{i18n>TOOLS_CARD_10_LINK_1}"
|
|
356
|
-
target="_blank"
|
|
357
|
-
href="https://sap.github.io/ui5-webcomponents/playground"/>
|
|
358
|
-
<Image
|
|
359
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
360
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
361
|
-
width="1.25rem"
|
|
362
|
-
press="onDisclaimerLinkPress"/>
|
|
363
|
-
</html:div>
|
|
364
|
-
<html:div class="sapUIDisclaimerLink">
|
|
365
|
-
<Link text="{i18n>TOOLS_CARD_10_LINK_2}"
|
|
366
|
-
target="_blank"
|
|
367
|
-
href="https://github.com/SAP/ui5-webcomponents"/>
|
|
368
|
-
<Image
|
|
369
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
370
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
371
|
-
width="1.25rem"
|
|
372
|
-
press="onDisclaimerLinkPress"/>
|
|
373
|
-
</html:div>
|
|
374
|
-
</HBox>
|
|
375
|
-
</VBox>
|
|
376
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/UI5WebComponents.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_10_IMG_ALT}"/>
|
|
377
|
-
</VBox>
|
|
378
|
-
</f:content>
|
|
379
|
-
</f:Card>
|
|
380
|
-
<!-- Live Editor -->
|
|
381
|
-
<f:Card class="threeColumnLayoutCard"
|
|
382
|
-
visible="{
|
|
383
|
-
path: '/liveEditor',
|
|
384
|
-
formatter: '.formatter.formatToolCardVisibility'}">
|
|
385
|
-
<f:content>
|
|
386
|
-
<VBox justifyContent="SpaceBetween">
|
|
387
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
388
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
389
|
-
<custom:TitleLink
|
|
390
|
-
level="H1"
|
|
391
|
-
titleStyle="H1"
|
|
392
|
-
text="{/liveEditor/text}"
|
|
393
|
-
href="{/liveEditor/href}"
|
|
394
|
-
target="_blank"/>
|
|
395
|
-
</html:div>
|
|
396
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_13_TEXT}" />
|
|
397
|
-
</VBox>
|
|
398
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/Tools_LiveEditor.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_13_IMG_ALT}"/>
|
|
399
|
-
</VBox>
|
|
400
|
-
</f:content>
|
|
401
|
-
</f:Card>
|
|
402
|
-
<!-- Flexible Programming Model Explorer -->
|
|
403
|
-
<f:Card class="threeColumnLayoutCard"
|
|
404
|
-
visible="{
|
|
405
|
-
path: '/flexibleProgrammingModelExplorer',
|
|
406
|
-
formatter: '.formatter.formatToolCardVisibility'}">
|
|
407
|
-
<f:content>
|
|
408
|
-
<VBox justifyContent="SpaceBetween">
|
|
409
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
410
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
411
|
-
<custom:TitleLink
|
|
412
|
-
level="H1"
|
|
413
|
-
titleStyle="H1"
|
|
414
|
-
text="{/flexibleProgrammingModelExplorer/text}"
|
|
415
|
-
href="{/flexibleProgrammingModelExplorer/href}"
|
|
416
|
-
target="_blank"/>
|
|
417
|
-
</html:div>
|
|
418
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_14_TEXT}" />
|
|
419
|
-
</VBox>
|
|
420
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_14_IMG_ALT}"/>
|
|
421
|
-
</VBox>
|
|
422
|
-
</f:content>
|
|
423
|
-
</f:Card>
|
|
424
|
-
<!-- Accessibility Guide -->
|
|
425
|
-
<f:Card class="threeColumnLayoutCard"
|
|
426
|
-
visible="{
|
|
427
|
-
path: '/accessibilityGuide',
|
|
428
|
-
formatter: '.formatter.formatToolCardVisibility'}">
|
|
429
|
-
<f:content>
|
|
430
|
-
<VBox justifyContent="SpaceBetween">
|
|
431
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
432
|
-
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
433
|
-
<custom:TitleLink
|
|
434
|
-
level="H1"
|
|
435
|
-
titleStyle="H1"
|
|
436
|
-
text="{/accessibilityGuide/text}"
|
|
437
|
-
href="{/accessibilityGuide/href}"
|
|
438
|
-
target="_blank"/>
|
|
439
|
-
</html:div>
|
|
440
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_15_TEXT}" />
|
|
441
|
-
</VBox>
|
|
442
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png" class="toolsPageImage" alt="{i18n>TOOLS_CARD_15_IMG_ALT}"/>
|
|
443
|
-
</VBox>
|
|
444
|
-
</f:content>
|
|
445
|
-
</f:Card>
|
|
446
|
-
<!-- Test Recorder -->
|
|
447
|
-
<f:Card class="threeColumnLayoutCard"
|
|
448
|
-
visible="{
|
|
449
|
-
path: '/ui5TestRecorder',
|
|
450
|
-
formatter: '.formatter.formatToolCardVisibility'}">
|
|
451
|
-
<f:content>
|
|
452
|
-
<VBox justifyContent="SpaceBetween">
|
|
453
|
-
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
454
|
-
<custom:TitleLink
|
|
455
|
-
level="H1"
|
|
456
|
-
titleStyle="H1"
|
|
457
|
-
text="{/ui5TestRecorder/text}"
|
|
458
|
-
class="sapUiSmallMarginBottom"
|
|
459
|
-
href="{newWindowLinks>/ui5TestRecorderHomeLink}"
|
|
460
|
-
target="_blank"/>
|
|
461
|
-
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_16_TEXT}" />
|
|
462
|
-
<HBox wrap="Wrap">
|
|
463
|
-
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
464
|
-
target="_blank"
|
|
465
|
-
href="{newWindowLinks>/ui5TestRecorderHomeLink}"/>
|
|
466
|
-
</HBox>
|
|
467
|
-
</VBox>
|
|
468
|
-
<Image src="./resources/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png" class="toolsPageImage" alt="{i18n>TOOLS_CARD_16_IMG_ALT}"/>
|
|
469
|
-
</VBox>
|
|
470
|
-
</f:content>
|
|
471
|
-
</f:Card>
|
|
472
|
-
</l:Grid>
|
|
473
|
-
<core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
|
|
474
|
-
</Page>
|
|
475
|
-
</mvc:View>
|
/package/src/sap/ui/documentation/sdk/images/{DemoApps_intro_card.svg → intro_card_stripe.svg}
RENAMED
|
File without changes
|