@openui5/sap.ui.documentation 1.96.5 → 1.99.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/.reuse/dep5 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +56 -10
- package/src/sap/ui/documentation/messagebundle_ar.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_bg.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ca.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cs.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cy.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_da.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_de.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_el.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_en.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +4 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_es.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +34 -8
- package/src/sap/ui/documentation/messagebundle_et.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fi.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_fr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hu.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_id.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_it.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_iw.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ja.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_kk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ko.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lv.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ms.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_nl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_no.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_pl.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_pt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ro.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ru.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sh.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_sk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sv.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_th.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_tr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_uk.properties +47 -21
- package/src/sap/ui/documentation/messagebundle_vi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +32 -6
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +78 -2
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +6 -5
- package/src/sap/ui/documentation/sdk/controller/News.controller.js +77 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +246 -25
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +7 -7
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +106 -0
- package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +40 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +16 -0
- package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +188 -0
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +7 -1
- package/src/sap/ui/documentation/sdk/css/style.css +42 -2
- package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/manifest.json +16 -0
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +3 -1
- package/src/sap/ui/documentation/sdk/view/App.view.xml +18 -0
- package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +1 -2
- package/src/sap/ui/documentation/sdk/view/News.view.xml +68 -0
- package/src/sap/ui/documentation/sdk/view/NewsPopover.fragment.xml +51 -0
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +5 -1
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +23 -25
- package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +44 -0
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +90 -8
- package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +1 -0
- package/src/sap/ui/documentation/themes/base/Documentation.less +1 -7
- package/ui5.yaml +4 -1
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
class="sapUiHideOnPhone"
|
|
62
62
|
tooltip="{i18n>SAMPLE_ADAPT_BTN_TOOLTIP}"
|
|
63
63
|
press="onToggleAdaptationMode"
|
|
64
|
-
visible="{=
|
|
64
|
+
visible="{= ${/rtaLoaded}}" />
|
|
65
65
|
<Button
|
|
66
66
|
id="code"
|
|
67
67
|
icon="sap-icon://syntax"
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
tooltip="{i18n>SAMPLE_NEW_TAB_BTN_TOOLTIP}"
|
|
73
73
|
icon="sap-icon://inspect"
|
|
74
74
|
press="onNewTab" />
|
|
75
|
+
<Button id="sampleSettings"
|
|
76
|
+
visible="{= ${/showSettings}}"
|
|
77
|
+
icon="sap-icon://action-settings"
|
|
78
|
+
press="handleSettings" />
|
|
75
79
|
<Button
|
|
76
80
|
class="sapUiHideOnPhone"
|
|
77
81
|
text="{i18n>SAMPLE_DOWNLOAD_BTN_TOOLTIP}"
|
|
@@ -53,10 +53,11 @@
|
|
|
53
53
|
<VBox justifyContent="SpaceBetween">
|
|
54
54
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
55
55
|
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
56
|
-
<
|
|
56
|
+
<custom:TitleLink
|
|
57
57
|
level="H1"
|
|
58
58
|
titleStyle="H1"
|
|
59
59
|
text="{/uiThemeDesigner/text}"
|
|
60
|
+
href="{/uiThemeDesigner/href}"
|
|
60
61
|
target="_blank"
|
|
61
62
|
wrapping="true"/>
|
|
62
63
|
</html:div>
|
|
@@ -72,16 +73,6 @@
|
|
|
72
73
|
width="1.25rem"
|
|
73
74
|
press="onDisclaimerLinkPress"/>
|
|
74
75
|
</html:div>
|
|
75
|
-
<html:div class="sapUIDisclaimerLink">
|
|
76
|
-
<Link text="{i18n>TOOLS_CARD_2_LINK_1}"
|
|
77
|
-
target="_blank"
|
|
78
|
-
href="https://www.sap.com/community/topics/ui-theme-designer.html"/>
|
|
79
|
-
<Image
|
|
80
|
-
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
81
|
-
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
82
|
-
width="1.25rem"
|
|
83
|
-
press="onDisclaimerLinkPress"/>
|
|
84
|
-
</html:div>
|
|
85
76
|
</HBox>
|
|
86
77
|
</VBox>
|
|
87
78
|
<Image src="./resources/sap/ui/documentation/sdk/images/tools/ThemeDesigner.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_2_IMG_ALT}"/>
|
|
@@ -156,10 +147,7 @@
|
|
|
156
147
|
</f:content>
|
|
157
148
|
</f:Card>
|
|
158
149
|
<!-- UI5 Tooling -->
|
|
159
|
-
<f:Card
|
|
160
|
-
<f:layoutData>
|
|
161
|
-
<l:GridData spanM="6" spanL="6"/>
|
|
162
|
-
</f:layoutData>
|
|
150
|
+
<f:Card class="threeColumnLayoutCard">
|
|
163
151
|
<f:content>
|
|
164
152
|
<VBox justifyContent="SpaceBetween">
|
|
165
153
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -205,10 +193,7 @@
|
|
|
205
193
|
</f:content>
|
|
206
194
|
</f:Card>
|
|
207
195
|
<!-- UI5 Inspector -->
|
|
208
|
-
<f:Card
|
|
209
|
-
<f:layoutData>
|
|
210
|
-
<l:GridData spanM="6" spanL="6" spanXL="4"/>
|
|
211
|
-
</f:layoutData>
|
|
196
|
+
<f:Card class="threeColumnLayoutCard">
|
|
212
197
|
<f:content>
|
|
213
198
|
<VBox justifyContent="SpaceBetween">
|
|
214
199
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -252,9 +237,6 @@
|
|
|
252
237
|
</f:Card>
|
|
253
238
|
<!-- Card Explorer -->
|
|
254
239
|
<f:Card class="threeColumnLayoutCard">
|
|
255
|
-
<f:layoutData>
|
|
256
|
-
<l:GridData spanXL="4"/>
|
|
257
|
-
</f:layoutData>
|
|
258
240
|
<f:content>
|
|
259
241
|
<VBox justifyContent="SpaceBetween">
|
|
260
242
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -282,9 +264,6 @@
|
|
|
282
264
|
</f:Card>
|
|
283
265
|
<!-- Support Assistant -->
|
|
284
266
|
<f:Card class="threeColumnLayoutCard">
|
|
285
|
-
<f:layoutData>
|
|
286
|
-
<l:GridData spanXL="4"/>
|
|
287
|
-
</f:layoutData>
|
|
288
267
|
<f:content>
|
|
289
268
|
<VBox justifyContent="SpaceBetween">
|
|
290
269
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -429,6 +408,25 @@
|
|
|
429
408
|
</VBox>
|
|
430
409
|
</f:content>
|
|
431
410
|
</f:Card>
|
|
411
|
+
<!-- Flexible Programming Model Explorer -->
|
|
412
|
+
<f:Card class="threeColumnLayoutCard" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
|
|
413
|
+
<f:content>
|
|
414
|
+
<VBox justifyContent="SpaceBetween">
|
|
415
|
+
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
416
|
+
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
417
|
+
<custom:TitleLink
|
|
418
|
+
level="H1"
|
|
419
|
+
titleStyle="H1"
|
|
420
|
+
text="{/flexibleProgrammingModelExplorer/text}"
|
|
421
|
+
href="{/flexibleProgrammingModelExplorer/href}"
|
|
422
|
+
target="_blank"/>
|
|
423
|
+
</html:div>
|
|
424
|
+
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_14_TEXT}" />
|
|
425
|
+
</VBox>
|
|
426
|
+
<Image src="./resources/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_14_IMG_ALT}"/>
|
|
427
|
+
</VBox>
|
|
428
|
+
</f:content>
|
|
429
|
+
</f:Card>
|
|
432
430
|
</l:Grid>
|
|
433
431
|
<l:BlockLayout>
|
|
434
432
|
<l:BlockLayoutRow>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<mvc:View
|
|
2
|
+
controllerName="sap.ui.documentation.sdk.controller.VersionNotFound"
|
|
3
|
+
xmlns:mvc="sap.ui.core.mvc"
|
|
4
|
+
xmlns:f="sap.f"
|
|
5
|
+
xmlns="sap.m">
|
|
6
|
+
|
|
7
|
+
<App>
|
|
8
|
+
<Page>
|
|
9
|
+
<customHeader>
|
|
10
|
+
<f:ShellBar
|
|
11
|
+
title="UI5 Version Not Found"
|
|
12
|
+
homeIcon="/resources/sap/ui/documentation/sdk/images/logo_ui5.png"
|
|
13
|
+
homeIconPressed="onHomePress"
|
|
14
|
+
>
|
|
15
|
+
</f:ShellBar>
|
|
16
|
+
</customHeader>
|
|
17
|
+
<MessagePage
|
|
18
|
+
id="page"
|
|
19
|
+
icon="sap-icon://document"
|
|
20
|
+
description=""
|
|
21
|
+
showHeader="false"
|
|
22
|
+
text=""
|
|
23
|
+
busy="true"
|
|
24
|
+
>
|
|
25
|
+
<buttons>
|
|
26
|
+
<Button
|
|
27
|
+
id="readMoreButton"
|
|
28
|
+
visible="false"
|
|
29
|
+
text="Read More"
|
|
30
|
+
press="onReadMore"
|
|
31
|
+
type="Emphasized"
|
|
32
|
+
width="100%" />
|
|
33
|
+
<Button
|
|
34
|
+
id="homePageButton"
|
|
35
|
+
visible="true"
|
|
36
|
+
text="Home Page"
|
|
37
|
+
press="onHomePress"
|
|
38
|
+
width="100%" />
|
|
39
|
+
</buttons>
|
|
40
|
+
</MessagePage>
|
|
41
|
+
</Page>
|
|
42
|
+
</App>
|
|
43
|
+
|
|
44
|
+
</mvc:View>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
width="100%">
|
|
112
112
|
<custom:TitleLink
|
|
113
113
|
text="{i18n>WELCOME_BLOCK_3_TITLE}"
|
|
114
|
-
href="topic/
|
|
114
|
+
href="topic/23cfd955f58142389fa7c9097e11559c"
|
|
115
115
|
class="sapUiSmallMarginBottom"
|
|
116
116
|
titleStyle="H2"/>
|
|
117
117
|
<Text
|
|
@@ -149,9 +149,24 @@
|
|
|
149
149
|
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
150
150
|
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_5}"/>
|
|
151
151
|
</HBox>
|
|
152
|
+
<HBox>
|
|
153
|
+
<core:Icon
|
|
154
|
+
src="sap-icon://accept"
|
|
155
|
+
size="0.875rem"
|
|
156
|
+
color="Default"
|
|
157
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
158
|
+
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_6}"/>
|
|
159
|
+
</HBox>
|
|
160
|
+
<HBox>
|
|
161
|
+
<core:Icon
|
|
162
|
+
src="sap-icon://accept"
|
|
163
|
+
size="0.875rem"
|
|
164
|
+
color="Default"
|
|
165
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
166
|
+
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_7}"/>
|
|
167
|
+
</HBox>
|
|
152
168
|
</l:VerticalLayout>
|
|
153
169
|
</l:BlockLayoutCell>
|
|
154
|
-
|
|
155
170
|
</l:BlockLayoutRow>
|
|
156
171
|
|
|
157
172
|
<l:BlockLayoutRow>
|
|
@@ -161,10 +176,10 @@
|
|
|
161
176
|
<l:VerticalLayout
|
|
162
177
|
width="100%">
|
|
163
178
|
<custom:TitleLink
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
179
|
+
href="topic/bf2d55eaa33b44a78ef95e7946d658e8"
|
|
180
|
+
text="{i18n>WELCOME_BLOCK_4_TITLE}"
|
|
181
|
+
class="sapUiSmallMarginBottom"
|
|
182
|
+
titleStyle="H2"/>
|
|
168
183
|
<Text
|
|
169
184
|
text="{i18n>WELCOME_BLOCK_4_TEXT_1}"
|
|
170
185
|
class="sapUiSmallMarginBottom"/>
|
|
@@ -192,6 +207,38 @@
|
|
|
192
207
|
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
193
208
|
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_4}"/>
|
|
194
209
|
</HBox>
|
|
210
|
+
<HBox>
|
|
211
|
+
<core:Icon
|
|
212
|
+
src="sap-icon://accept"
|
|
213
|
+
size="0.875rem"
|
|
214
|
+
color="Default"
|
|
215
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
216
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_5}"/>
|
|
217
|
+
</HBox>
|
|
218
|
+
<HBox>
|
|
219
|
+
<core:Icon
|
|
220
|
+
src="sap-icon://accept"
|
|
221
|
+
size="0.875rem"
|
|
222
|
+
color="Default"
|
|
223
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
224
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_6}"/>
|
|
225
|
+
</HBox>
|
|
226
|
+
<HBox>
|
|
227
|
+
<core:Icon
|
|
228
|
+
src="sap-icon://accept"
|
|
229
|
+
size="0.875rem"
|
|
230
|
+
color="Default"
|
|
231
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
232
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_7}"/>
|
|
233
|
+
</HBox>
|
|
234
|
+
<HBox>
|
|
235
|
+
<core:Icon
|
|
236
|
+
src="sap-icon://accept"
|
|
237
|
+
size="0.875rem"
|
|
238
|
+
color="Default"
|
|
239
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
240
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_8}"/>
|
|
241
|
+
</HBox>
|
|
195
242
|
</l:VerticalLayout>
|
|
196
243
|
</l:BlockLayoutCell>
|
|
197
244
|
|
|
@@ -229,10 +276,45 @@
|
|
|
229
276
|
</layoutData>
|
|
230
277
|
</Image>
|
|
231
278
|
</l:Grid>
|
|
232
|
-
|
|
233
279
|
</l:BlockLayoutCell>
|
|
234
|
-
|
|
235
280
|
</l:BlockLayoutRow>
|
|
281
|
+
<!-- This block layout row will be commented until BGSOFUIPIRIN-5473 is completely finished-->
|
|
282
|
+
<!-- <l:BlockLayoutRow>-->
|
|
283
|
+
<!-- <l:BlockLayoutCell-->
|
|
284
|
+
<!-- backgroundColorSet="ColorSet11"-->
|
|
285
|
+
<!-- backgroundColorShade="ShadeA">-->
|
|
286
|
+
<!-- <HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">-->
|
|
287
|
+
<!-- <core:HTML sanitizeContent="true" content='-->
|
|
288
|
+
<!-- <div class="videoWrapper">-->
|
|
289
|
+
<!-- <iframe src="https://www.youtube.com/embed/6_CQYtmRJNg" title="YouTube video player" frameborder="0"-->
|
|
290
|
+
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true" />-->
|
|
291
|
+
<!-- </div>'>-->
|
|
292
|
+
<!-- <core:layoutData>-->
|
|
293
|
+
<!-- <FlexItemData maxWidth="35rem" growFactor="1" />-->
|
|
294
|
+
<!-- </core:layoutData>-->
|
|
295
|
+
<!-- </core:HTML>-->
|
|
296
|
+
<!-- </HBox>-->
|
|
297
|
+
<!-- </l:BlockLayoutCell>-->
|
|
298
|
+
<!-- <l:BlockLayoutCell-->
|
|
299
|
+
<!-- backgroundColorSet="ColorSet11"-->
|
|
300
|
+
<!-- backgroundColorShade="ShadeD">-->
|
|
301
|
+
<!-- <l:VerticalLayout-->
|
|
302
|
+
<!-- width="100%">-->
|
|
303
|
+
<!-- <custom:TitleLink-->
|
|
304
|
+
<!-- text="{i18n>WELCOME_VIDEO_BLOCK_TITLE}"-->
|
|
305
|
+
<!-- class="sapUiSmallMarginBottom"-->
|
|
306
|
+
<!-- href="https://www.youtube.com/watch?v=6_CQYtmRJNg"-->
|
|
307
|
+
<!-- target="_blank"-->
|
|
308
|
+
<!-- titleStyle="H2"/>-->
|
|
309
|
+
<!-- <Text-->
|
|
310
|
+
<!-- text="{i18n>WELCOME_VIDEO_BLOCK_TEXT_1}"-->
|
|
311
|
+
<!-- class="sapUiSmallMarginBottom"/>-->
|
|
312
|
+
<!-- <FormattedText-->
|
|
313
|
+
<!-- htmlText="{i18n>WELCOME_VIDEO_BLOCK_TEXT_2}"-->
|
|
314
|
+
<!-- class="sapUiSmallMarginBottom"/>-->
|
|
315
|
+
<!-- </l:VerticalLayout>-->
|
|
316
|
+
<!-- </l:BlockLayoutCell>-->
|
|
317
|
+
<!-- </l:BlockLayoutRow>-->
|
|
236
318
|
</l:BlockLayout>
|
|
237
319
|
</Panel>
|
|
238
320
|
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<VBox class="sapUiTinyMarginTop">
|
|
12
12
|
<Label text="{i18n>APP_SETTINGS_DIALOG_THEME}" design="Standard" labelFor="ThemeSelect" />
|
|
13
13
|
<Select id="ThemeSelect" width="100%" class="sapUiSmallMarginBottom">
|
|
14
|
+
<core:Item key="sap_horizon" text="Horizon"/>
|
|
14
15
|
<core:Item key="sap_fiori_3" text="Quartz Light"/>
|
|
15
16
|
<core:Item key="sap_fiori_3_dark" text="Quartz Dark"/>
|
|
16
17
|
<core:Item key="sap_belize" text="Belize"/>
|
|
@@ -522,11 +522,6 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
522
522
|
font-weight: 600;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
span.uicontrol,
|
|
526
|
-
span.uinolabel {
|
|
527
|
-
color: @sapBrandColor;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
525
|
code, kbd, pre, samp {
|
|
531
526
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
532
527
|
}
|
|
@@ -716,8 +711,7 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
716
711
|
font-family: Monaco, monospace;
|
|
717
712
|
}
|
|
718
713
|
|
|
719
|
-
.uilabel
|
|
720
|
-
.uinolabel {
|
|
714
|
+
.uilabel{
|
|
721
715
|
font-style: normal;
|
|
722
716
|
font-weight: 600;
|
|
723
717
|
color: @sapBrandColor;
|
package/ui5.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
specVersion: "2.
|
|
2
|
+
specVersion: "2.6"
|
|
3
3
|
type: library
|
|
4
4
|
metadata:
|
|
5
5
|
name: sap.ui.documentation
|
|
@@ -14,3 +14,6 @@ builder:
|
|
|
14
14
|
jsdoc:
|
|
15
15
|
excludes:
|
|
16
16
|
- "sap/ui/documentation/sdk/thirdparty/**"
|
|
17
|
+
minification:
|
|
18
|
+
excludes:
|
|
19
|
+
- "sap/ui/documentation/sdk/thirdparty/highlight.js/*.js"
|