@openui5/sap.ui.documentation 1.103.0 → 1.105.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 +18 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +36 -3
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +6 -6
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/sdk/Component.js +9 -11
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +9 -5
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +53 -21
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +20 -1
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +19 -12
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +2 -3
- package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +9 -4
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -3
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +121 -0
- package/src/sap/ui/documentation/sdk/css/style.css +56 -33
- package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
- package/src/sap/ui/documentation/sdk/index.html +20 -1
- package/src/sap/ui/documentation/sdk/manifest.json +5 -0
- package/src/sap/ui/documentation/sdk/model/formatter.js +26 -1
- package/src/sap/ui/documentation/sdk/model/libraryData.js +13 -2
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/styles.css +47 -1
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +7 -0
- package/src/sap/ui/documentation/sdk/view/ApiDetailInitial.view.xml +13 -13
- package/src/sap/ui/documentation/sdk/view/Controls.view.xml +19 -19
- package/src/sap/ui/documentation/sdk/view/Entity.view.xml +2 -2
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +30 -7
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +12 -3
- package/src/sap/ui/documentation/sdk/view/TopicDetailInitial.view.xml +12 -12
- package/src/sap/ui/documentation/sdk/view/VisibilityInformation.fragment.xml +12 -0
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +26 -26
- package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +6 -4
- package/src/sap/ui/documentation/themes/base/DemokitTreeItem.less +5 -9
- package/src/sap/ui/documentation/themes/base/LightTable.less +49 -40
- package/src/sap/ui/documentation/themes/base/ObjectPageSubSection.less +16 -0
- package/src/sap/ui/documentation/themes/base/Search.less +1 -0
- package/src/sap/ui/documentation/themes/base/library.source.less +1 -0
- package/src/sap/ui/documentation/themes/sap_horizon/Link.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon/Panel.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon/Search.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon/SplitButton.less +5 -0
- package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +6 -1
- package/src/sap/ui/documentation/themes/sap_horizon_dark/Documentation.less +17 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/Panel.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/Search.less +3 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/SplitButton.less +5 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +7 -1
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<l:BlockLayoutRow>
|
|
70
70
|
<l:BlockLayoutCell
|
|
71
71
|
class="largeCell"
|
|
72
|
-
backgroundColorSet="
|
|
72
|
+
backgroundColorSet="ColorSet10"
|
|
73
73
|
backgroundColorShade="ShadeA">
|
|
74
74
|
<l:VerticalLayout>
|
|
75
75
|
<core:Icon
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
</l:BlockLayoutCell>
|
|
89
89
|
<l:BlockLayoutCell
|
|
90
90
|
class="largeCell"
|
|
91
|
-
backgroundColorSet="
|
|
91
|
+
backgroundColorSet="ColorSet10"
|
|
92
92
|
backgroundColorShade="ShadeB">
|
|
93
93
|
<l:VerticalLayout>
|
|
94
94
|
<core:Icon
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</l:BlockLayoutCell>
|
|
108
108
|
<l:BlockLayoutCell
|
|
109
109
|
class="largeCell"
|
|
110
|
-
backgroundColorSet="
|
|
110
|
+
backgroundColorSet="ColorSet10"
|
|
111
111
|
backgroundColorShade="ShadeC">
|
|
112
112
|
<l:VerticalLayout>
|
|
113
113
|
<core:Icon
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</l:BlockLayoutCell>
|
|
127
127
|
<l:BlockLayoutCell
|
|
128
128
|
class="largeCell"
|
|
129
|
-
backgroundColorSet="
|
|
129
|
+
backgroundColorSet="ColorSet10"
|
|
130
130
|
backgroundColorShade="ShadeA">
|
|
131
131
|
<l:VerticalLayout>
|
|
132
132
|
<core:Icon
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
<l:BlockLayoutRow>
|
|
148
148
|
<l:BlockLayoutCell
|
|
149
149
|
class="largeCell"
|
|
150
|
-
backgroundColorSet="
|
|
150
|
+
backgroundColorSet="ColorSet10"
|
|
151
151
|
backgroundColorShade="ShadeB">
|
|
152
152
|
<l:VerticalLayout>
|
|
153
153
|
<core:Icon
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
</l:BlockLayoutCell>
|
|
168
168
|
<l:BlockLayoutCell
|
|
169
169
|
class="largeCell"
|
|
170
|
-
backgroundColorSet="
|
|
171
|
-
backgroundColorShade="
|
|
170
|
+
backgroundColorSet="ColorSet10"
|
|
171
|
+
backgroundColorShade="ShadeA">
|
|
172
172
|
<l:VerticalLayout>
|
|
173
173
|
<core:Icon
|
|
174
174
|
src="sap-icon://message-popup"
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
</l:BlockLayoutCell>
|
|
187
187
|
<l:BlockLayoutCell
|
|
188
188
|
class="largeCell"
|
|
189
|
-
backgroundColorSet="
|
|
190
|
-
backgroundColorShade="
|
|
189
|
+
backgroundColorSet="ColorSet10"
|
|
190
|
+
backgroundColorShade="ShadeB">
|
|
191
191
|
<l:VerticalLayout>
|
|
192
192
|
<core:Icon
|
|
193
193
|
src="sap-icon://header"
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
</l:BlockLayoutCell>
|
|
206
206
|
<l:BlockLayoutCell
|
|
207
207
|
class="largeCell"
|
|
208
|
-
backgroundColorSet="
|
|
208
|
+
backgroundColorSet="ColorSet10"
|
|
209
209
|
backgroundColorShade="ShadeC">
|
|
210
210
|
<l:VerticalLayout>
|
|
211
211
|
<core:Icon
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<l:BlockLayoutRow visible="{= !${versionData>/isOpenUI5}}">
|
|
227
227
|
<l:BlockLayoutCell
|
|
228
228
|
class="largeCell"
|
|
229
|
-
backgroundColorSet="
|
|
229
|
+
backgroundColorSet="ColorSet10"
|
|
230
230
|
backgroundColorShade="ShadeD">
|
|
231
231
|
<l:VerticalLayout>
|
|
232
232
|
<core:Icon
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
</l:BlockLayoutCell>
|
|
246
246
|
<l:BlockLayoutCell
|
|
247
247
|
class="largeCell"
|
|
248
|
-
backgroundColorSet="
|
|
248
|
+
backgroundColorSet="ColorSet10"
|
|
249
249
|
backgroundColorShade="ShadeA">
|
|
250
250
|
<l:VerticalLayout>
|
|
251
251
|
<core:Icon
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
</l:BlockLayoutCell>
|
|
266
266
|
<l:BlockLayoutCell
|
|
267
267
|
class="largeCell"
|
|
268
|
-
backgroundColorSet="
|
|
268
|
+
backgroundColorSet="ColorSet10"
|
|
269
269
|
backgroundColorShade="ShadeC">
|
|
270
270
|
<l:VerticalLayout>
|
|
271
271
|
<core:Icon
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
</l:BlockLayoutCell>
|
|
286
286
|
<l:BlockLayoutCell
|
|
287
287
|
class="largeCell"
|
|
288
|
-
backgroundColorSet="
|
|
288
|
+
backgroundColorSet="ColorSet10"
|
|
289
289
|
backgroundColorShade="ShadeD">
|
|
290
290
|
<l:VerticalLayout>
|
|
291
291
|
<core:Icon
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
<l:BlockLayoutRow>
|
|
323
323
|
<l:BlockLayoutCell
|
|
324
324
|
class="largeCell"
|
|
325
|
-
backgroundColorSet="
|
|
325
|
+
backgroundColorSet="ColorSet10"
|
|
326
326
|
backgroundColorShade="ShadeA">
|
|
327
327
|
<l:VerticalLayout>
|
|
328
328
|
<core:Icon
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
</l:BlockLayoutCell>
|
|
343
343
|
<l:BlockLayoutCell
|
|
344
344
|
class="largeCell"
|
|
345
|
-
backgroundColorSet="
|
|
345
|
+
backgroundColorSet="ColorSet10"
|
|
346
346
|
backgroundColorShade="ShadeB">
|
|
347
347
|
<l:VerticalLayout>
|
|
348
348
|
<core:Icon
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
</l:BlockLayoutCell>
|
|
364
364
|
<l:BlockLayoutCell
|
|
365
365
|
class="largeCell"
|
|
366
|
-
backgroundColorSet="
|
|
366
|
+
backgroundColorSet="ColorSet10"
|
|
367
367
|
backgroundColorShade="ShadeC">
|
|
368
368
|
<l:VerticalLayout>
|
|
369
369
|
<core:Icon
|
|
@@ -383,8 +383,8 @@
|
|
|
383
383
|
</l:BlockLayoutCell>
|
|
384
384
|
<l:BlockLayoutCell
|
|
385
385
|
class="largeCell"
|
|
386
|
-
backgroundColorSet="
|
|
387
|
-
backgroundColorShade="
|
|
386
|
+
backgroundColorSet="ColorSet10"
|
|
387
|
+
backgroundColorShade="ShadeA">
|
|
388
388
|
<l:VerticalLayout>
|
|
389
389
|
<core:Icon
|
|
390
390
|
src="sap-icon://screen-split-one"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</headerContent>
|
|
38
38
|
|
|
39
39
|
<sections>
|
|
40
|
-
<ObjectPageSection id="about" title="{i18n>ENTITY_ABOUT}">
|
|
40
|
+
<ObjectPageSection class="sapUiDemokitEntityAbout" id="about" title="{i18n>ENTITY_ABOUT}">
|
|
41
41
|
<subSections>
|
|
42
42
|
<ObjectPageSubSection>
|
|
43
43
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</subSections>
|
|
55
55
|
</ObjectPageSection>
|
|
56
56
|
|
|
57
|
-
<ObjectPageSection id="samples" title="{
|
|
57
|
+
<ObjectPageSection class="sapUiDemokitEntitySamples" id="samples" title="{
|
|
58
58
|
parts: [
|
|
59
59
|
'i18n>ENTITY_SAMPLES',
|
|
60
60
|
'/count/samples'
|
|
@@ -280,8 +280,16 @@
|
|
|
280
280
|
<m:Text text="{defaultValue}"/>
|
|
281
281
|
<layout:VerticalLayout width="100%">
|
|
282
282
|
<custom:JSDocText sanitizeContent="false" text="{description}"/>
|
|
283
|
-
<
|
|
284
|
-
|
|
283
|
+
<layout:HorizontalLayout width="100%">
|
|
284
|
+
<m:ObjectStatus text="Visibility: {parts : [{path : 'visibility'}, {path : 'allowedFor'}], formatter : 'sap.ui.documentation.sdk.model.formatter.formatVisibility'}"
|
|
285
|
+
state="{= ${visibility} === 'public' ? 'Success' : 'Warning'}"/>
|
|
286
|
+
<core:Icon
|
|
287
|
+
src="sap-icon://sys-help-2"
|
|
288
|
+
color="#286eb4"
|
|
289
|
+
class="sapUiDocumentationVisibilityInformationIcon"
|
|
290
|
+
press="onVisibilityInformationClick">
|
|
291
|
+
</core:Icon>
|
|
292
|
+
</layout:HorizontalLayout>
|
|
285
293
|
<m:MessageStrip
|
|
286
294
|
visible="{=${deprecatedText} !== undefined}"
|
|
287
295
|
text="{deprecatedText}"
|
|
@@ -474,9 +482,16 @@
|
|
|
474
482
|
|
|
475
483
|
<custom:JSDocText sanitizeContent="false" text="{path: 'event>description', formatter: 'sap.ui.base.ManagedObject.escapeSettingsValue'}"/>
|
|
476
484
|
|
|
477
|
-
<
|
|
485
|
+
<layout:HorizontalLayout width="100%">
|
|
486
|
+
<m:ObjectStatus text="Visibility: {parts : [{path : 'event>visibility'}, {path : 'event>allowedFor'}], formatter : 'sap.ui.documentation.sdk.model.formatter.formatVisibility'}"
|
|
478
487
|
state="{= ${event>visibility} === 'public' ? 'Success' : 'Warning'}" class="sapUiSmallMarginBottom"/>
|
|
479
|
-
|
|
488
|
+
<core:Icon
|
|
489
|
+
src="sap-icon://sys-help-2"
|
|
490
|
+
color="#286eb4"
|
|
491
|
+
class="sapUiDocumentationVisibilityInformationIcon"
|
|
492
|
+
press="onVisibilityInformationClick">
|
|
493
|
+
</core:Icon>
|
|
494
|
+
</layout:HorizontalLayout>
|
|
480
495
|
<template:if test="{=${event>deprecated} !== undefined}">
|
|
481
496
|
<m:MessageStrip
|
|
482
497
|
text="{event>deprecatedText}"
|
|
@@ -584,9 +599,17 @@
|
|
|
584
599
|
</layout:VerticalLayout>
|
|
585
600
|
|
|
586
601
|
<m:FlexBox class="sapUiTinyMarginBottom">
|
|
602
|
+
<layout:HorizontalLayout width="100%">
|
|
587
603
|
<m:ObjectStatus text="Visibility: {parts : [{path : 'method>visibility'}, {path : 'method>allowedFor'}], formatter : 'sap.ui.documentation.sdk.model.formatter.formatVisibility'}"
|
|
588
|
-
state="{= ${method>visibility} === 'public' ? 'Success' : 'Warning'}"
|
|
604
|
+
state="{= ${method>visibility} === 'public' ? 'Success' : 'Warning'}"/>
|
|
605
|
+
<core:Icon
|
|
606
|
+
src="sap-icon://sys-help-2"
|
|
607
|
+
color="#286eb4"
|
|
608
|
+
class="sapUiDocumentationVisibilityInformationIcon sapUiTinyMarginEnd"
|
|
609
|
+
press="onVisibilityInformationClick">
|
|
610
|
+
</core:Icon>
|
|
589
611
|
<m:ObjectStatus visible="{=${method>since} !== undefined}" text="Since: {method>since}"/>
|
|
612
|
+
</layout:HorizontalLayout>
|
|
590
613
|
</m:FlexBox>
|
|
591
614
|
<template:if test="{=${method>deprecated} !== undefined}">
|
|
592
615
|
<m:MessageStrip
|
|
@@ -609,7 +632,7 @@
|
|
|
609
632
|
</m:MessageStrip>
|
|
610
633
|
</template:if>
|
|
611
634
|
|
|
612
|
-
<custom:JSDocText text="{method>code}" />
|
|
635
|
+
<custom:JSDocText text="{path: 'method>code', formatter: 'sap.ui.base.ManagedObject.escapeSettingsValue'}" />
|
|
613
636
|
|
|
614
637
|
<template:if test="{= !!${method>parameters} && ${method>parameters}.length > 0}">
|
|
615
638
|
<custom:LightTable
|
|
@@ -647,7 +670,7 @@
|
|
|
647
670
|
<custom:Row>
|
|
648
671
|
<layout:VerticalLayout class="sapUiDocumentationOrList" width="100%">
|
|
649
672
|
<template:repeat list="{method>returnValue/types}" var="rtype">
|
|
650
|
-
<m:Link text="{rtype>value}"
|
|
673
|
+
<m:Link text="{path: 'rtype>value', formatter: 'sap.ui.base.ManagedObject.escapeSettingsValue'}"
|
|
651
674
|
href="{rtype>href}"
|
|
652
675
|
enabled="{= !!${rtype>linkEnabled} }"/>
|
|
653
676
|
</template:repeat>
|
|
@@ -390,7 +390,10 @@
|
|
|
390
390
|
</f:content>
|
|
391
391
|
</f:Card>
|
|
392
392
|
<!-- Live Editor -->
|
|
393
|
-
<f:Card class="threeColumnLayoutCard"
|
|
393
|
+
<f:Card class="threeColumnLayoutCard"
|
|
394
|
+
visible="{
|
|
395
|
+
path: '/liveEditor',
|
|
396
|
+
formatter: '.formatter.formatToolCardVisibility'}">
|
|
394
397
|
<f:content>
|
|
395
398
|
<VBox justifyContent="SpaceBetween">
|
|
396
399
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -409,7 +412,10 @@
|
|
|
409
412
|
</f:content>
|
|
410
413
|
</f:Card>
|
|
411
414
|
<!-- Flexible Programming Model Explorer -->
|
|
412
|
-
<f:Card class="threeColumnLayoutCard"
|
|
415
|
+
<f:Card class="threeColumnLayoutCard"
|
|
416
|
+
visible="{
|
|
417
|
+
path: '/flexibleProgrammingModelExplorer',
|
|
418
|
+
formatter: '.formatter.formatToolCardVisibility'}">
|
|
413
419
|
<f:content>
|
|
414
420
|
<VBox justifyContent="SpaceBetween">
|
|
415
421
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -428,7 +434,10 @@
|
|
|
428
434
|
</f:content>
|
|
429
435
|
</f:Card>
|
|
430
436
|
<!-- Accessibility Guide -->
|
|
431
|
-
<f:Card class="threeColumnLayoutCard"
|
|
437
|
+
<f:Card class="threeColumnLayoutCard"
|
|
438
|
+
visible="{
|
|
439
|
+
path: '/accessibilityGuide',
|
|
440
|
+
formatter: '.formatter.formatToolCardVisibility'}">
|
|
432
441
|
<f:content>
|
|
433
442
|
<VBox justifyContent="SpaceBetween">
|
|
434
443
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<l:BlockLayoutRow class="sapUiContentPadding">
|
|
82
82
|
<l:BlockLayoutCell
|
|
83
83
|
class="largeCell"
|
|
84
|
-
backgroundColorSet="
|
|
84
|
+
backgroundColorSet="ColorSet10"
|
|
85
85
|
backgroundColorShade="ShadeA">
|
|
86
86
|
<l:VerticalLayout width="100%">
|
|
87
87
|
<custom:TitleLink
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
|
|
97
97
|
<l:BlockLayoutCell
|
|
98
98
|
class="largeCell"
|
|
99
|
-
backgroundColorSet="
|
|
99
|
+
backgroundColorSet="ColorSet10"
|
|
100
100
|
backgroundColorShade="ShadeB">
|
|
101
101
|
<l:VerticalLayout width="100%">
|
|
102
102
|
<custom:TitleLink
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
<l:BlockLayoutCell
|
|
113
113
|
width="2"
|
|
114
114
|
class="largeCell"
|
|
115
|
-
backgroundColorSet="
|
|
116
|
-
backgroundColorShade="
|
|
115
|
+
backgroundColorSet="ColorSet10"
|
|
116
|
+
backgroundColorShade="ShadeC">
|
|
117
117
|
<l:VerticalLayout width="100%">
|
|
118
118
|
<custom:TitleLink
|
|
119
119
|
width="100%"
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
<l:BlockLayoutCell
|
|
130
130
|
width="2"
|
|
131
131
|
class="largeCell"
|
|
132
|
-
backgroundColorSet="
|
|
133
|
-
backgroundColorShade="
|
|
132
|
+
backgroundColorSet="ColorSet10"
|
|
133
|
+
backgroundColorShade="ShadeA">
|
|
134
134
|
<l:VerticalLayout width="100%">
|
|
135
135
|
<custom:TitleLink
|
|
136
136
|
width="100%"
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</l:BlockLayoutCell>
|
|
143
143
|
<l:BlockLayoutCell
|
|
144
144
|
class="largeCell"
|
|
145
|
-
backgroundColorSet="
|
|
145
|
+
backgroundColorSet="ColorSet10"
|
|
146
146
|
backgroundColorShade="ShadeB">
|
|
147
147
|
<l:VerticalLayout width="100%">
|
|
148
148
|
<custom:TitleLink
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
|
|
158
158
|
<l:BlockLayoutCell
|
|
159
159
|
class="largeCell"
|
|
160
|
-
backgroundColorSet="
|
|
160
|
+
backgroundColorSet="ColorSet10"
|
|
161
161
|
backgroundColorShade="ShadeA">
|
|
162
162
|
<l:VerticalLayout width="100%">
|
|
163
163
|
<custom:TitleLink
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
<l:BlockLayoutCell
|
|
193
193
|
class="largeCell demokitInitialPagesColorPatternC"
|
|
194
|
-
backgroundColorSet="
|
|
194
|
+
backgroundColorSet="ColorSet10"
|
|
195
195
|
backgroundColorShade="ShadeB"
|
|
196
196
|
visible="{=!${versionData>/isOpenUI5}}">
|
|
197
197
|
<l:VerticalLayout width="100%">
|
|
@@ -206,8 +206,8 @@
|
|
|
206
206
|
</l:BlockLayoutCell>
|
|
207
207
|
<l:BlockLayoutCell
|
|
208
208
|
class="largeCell"
|
|
209
|
-
backgroundColorSet="
|
|
210
|
-
backgroundColorShade="
|
|
209
|
+
backgroundColorSet="ColorSet10"
|
|
210
|
+
backgroundColorShade="ShadeB">
|
|
211
211
|
<l:VerticalLayout width="100%">
|
|
212
212
|
<custom:TitleLink
|
|
213
213
|
width="100%"
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
|
|
221
221
|
<l:BlockLayoutCell
|
|
222
222
|
class="largeCell"
|
|
223
|
-
backgroundColorSet="
|
|
223
|
+
backgroundColorSet="ColorSet10"
|
|
224
224
|
backgroundColorShade="ShadeC">
|
|
225
225
|
<l:VerticalLayout width="100%">
|
|
226
226
|
<custom:TitleLink
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns="sap.m"
|
|
3
|
+
xmlns:core="sap.ui.core"
|
|
4
|
+
xmlns:layout="sap.ui.layout">
|
|
5
|
+
<Popover
|
|
6
|
+
id="visibilityInformationPopover"
|
|
7
|
+
placement="Right"
|
|
8
|
+
showHeader="false">
|
|
9
|
+
<FormattedText class="sapUiDocumentationVisibilityInformationText"
|
|
10
|
+
htmlText="For more information about different API types click <a href='topic/b0d5fe2f1b0b497cbd67cd5a1d35fa4c'>here</a>" />
|
|
11
|
+
</Popover>
|
|
12
|
+
</core:FragmentDefinition>
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<l:BlockLayout>
|
|
78
78
|
<l:BlockLayoutRow>
|
|
79
79
|
<l:BlockLayoutCell
|
|
80
|
-
backgroundColorSet="
|
|
80
|
+
backgroundColorSet="ColorSet10"
|
|
81
81
|
backgroundColorShade="ShadeA">
|
|
82
82
|
<l:Grid
|
|
83
83
|
defaultSpan="L6 M12 S12"
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
</l:BlockLayoutCell>
|
|
106
106
|
|
|
107
107
|
<l:BlockLayoutCell
|
|
108
|
-
backgroundColorSet="
|
|
109
|
-
backgroundColorShade="
|
|
108
|
+
backgroundColorSet="ColorSet10"
|
|
109
|
+
backgroundColorShade="ShadeB">
|
|
110
110
|
<l:VerticalLayout
|
|
111
111
|
width="100%">
|
|
112
112
|
<custom:TitleLink
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
|
|
172
172
|
<l:BlockLayoutRow>
|
|
173
173
|
<l:BlockLayoutCell
|
|
174
|
-
backgroundColorSet="
|
|
174
|
+
backgroundColorSet="ColorSet10"
|
|
175
175
|
backgroundColorShade="ShadeB">
|
|
176
176
|
<l:VerticalLayout
|
|
177
177
|
width="100%">
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
</l:BlockLayoutCell>
|
|
244
244
|
|
|
245
245
|
<l:BlockLayoutCell
|
|
246
|
-
backgroundColorSet="
|
|
246
|
+
backgroundColorSet="ColorSet10"
|
|
247
247
|
backgroundColorShade="ShadeA">
|
|
248
248
|
<l:Grid
|
|
249
249
|
defaultSpan="L6 M12 S12"
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
<!-- This block layout row will be commented until BGSOFUIPIRIN-5473 is completely finished-->
|
|
282
282
|
<!-- <l:BlockLayoutRow>-->
|
|
283
283
|
<!-- <l:BlockLayoutCell-->
|
|
284
|
-
<!-- backgroundColorSet="
|
|
284
|
+
<!-- backgroundColorSet="ColorSet10"-->
|
|
285
285
|
<!-- backgroundColorShade="ShadeA">-->
|
|
286
286
|
<!-- <HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">-->
|
|
287
287
|
<!-- <core:HTML sanitizeContent="true" content='-->
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
<!-- </HBox>-->
|
|
297
297
|
<!-- </l:BlockLayoutCell>-->
|
|
298
298
|
<!-- <l:BlockLayoutCell-->
|
|
299
|
-
<!-- backgroundColorSet="
|
|
299
|
+
<!-- backgroundColorSet="ColorSet10"-->
|
|
300
300
|
<!-- backgroundColorShade="ShadeD">-->
|
|
301
301
|
<!-- <l:VerticalLayout-->
|
|
302
302
|
<!-- width="100%">-->
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
<l:BlockLayout>
|
|
396
396
|
<l:BlockLayoutRow>
|
|
397
397
|
<l:BlockLayoutCell
|
|
398
|
-
backgroundColorSet="
|
|
398
|
+
backgroundColorSet="ColorSet10"
|
|
399
399
|
backgroundColorShade="ShadeA">
|
|
400
400
|
<l:VerticalLayout
|
|
401
401
|
width="100%">
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
</l:BlockLayoutCell>
|
|
413
413
|
|
|
414
414
|
<l:BlockLayoutCell
|
|
415
|
-
backgroundColorSet="
|
|
415
|
+
backgroundColorSet="ColorSet10"
|
|
416
416
|
backgroundColorShade="ShadeA">
|
|
417
417
|
<HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">
|
|
418
418
|
<Image
|
|
@@ -446,8 +446,8 @@
|
|
|
446
446
|
<l:BlockLayout>
|
|
447
447
|
<l:BlockLayoutRow>
|
|
448
448
|
<l:BlockLayoutCell
|
|
449
|
-
backgroundColorSet="
|
|
450
|
-
backgroundColorShade="
|
|
449
|
+
backgroundColorSet="ColorSet10"
|
|
450
|
+
backgroundColorShade="ShadeA">
|
|
451
451
|
<l:VerticalLayout
|
|
452
452
|
width="100%">
|
|
453
453
|
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
</l:BlockLayoutCell>
|
|
486
486
|
|
|
487
487
|
<l:BlockLayoutCell
|
|
488
|
-
backgroundColorSet="
|
|
488
|
+
backgroundColorSet="ColorSet10"
|
|
489
489
|
backgroundColorShade="ShadeB">
|
|
490
490
|
<l:VerticalLayout
|
|
491
491
|
width="100%">
|
|
@@ -526,8 +526,8 @@
|
|
|
526
526
|
</l:BlockLayoutCell>
|
|
527
527
|
|
|
528
528
|
<l:BlockLayoutCell
|
|
529
|
-
backgroundColorSet="
|
|
530
|
-
backgroundColorShade="
|
|
529
|
+
backgroundColorSet="ColorSet10"
|
|
530
|
+
backgroundColorShade="ShadeC">
|
|
531
531
|
<l:VerticalLayout
|
|
532
532
|
width="100%">
|
|
533
533
|
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
@@ -567,8 +567,8 @@
|
|
|
567
567
|
</l:BlockLayoutCell>
|
|
568
568
|
|
|
569
569
|
<l:BlockLayoutCell
|
|
570
|
-
backgroundColorSet="
|
|
571
|
-
backgroundColorShade="
|
|
570
|
+
backgroundColorSet="ColorSet10"
|
|
571
|
+
backgroundColorShade="ShadeA">
|
|
572
572
|
<l:VerticalLayout
|
|
573
573
|
width="100%">
|
|
574
574
|
<custom:TitleLink
|
|
@@ -621,8 +621,8 @@
|
|
|
621
621
|
<l:BlockLayoutRow>
|
|
622
622
|
<l:BlockLayoutCell
|
|
623
623
|
class="sapUiBlockCenteredCell communityLinkCell"
|
|
624
|
-
backgroundColorSet="
|
|
625
|
-
backgroundColorShade="
|
|
624
|
+
backgroundColorSet="ColorSet10"
|
|
625
|
+
backgroundColorShade="ShadeA">
|
|
626
626
|
<l:HorizontalLayout>
|
|
627
627
|
<core:Icon
|
|
628
628
|
src="sap-icon://collaborate"
|
|
@@ -646,8 +646,8 @@
|
|
|
646
646
|
|
|
647
647
|
<l:BlockLayoutCell
|
|
648
648
|
class="sapUiBlockCenteredCell communityLinkCell"
|
|
649
|
-
backgroundColorSet="
|
|
650
|
-
backgroundColorShade="
|
|
649
|
+
backgroundColorSet="ColorSet10"
|
|
650
|
+
backgroundColorShade="ShadeB">
|
|
651
651
|
<l:HorizontalLayout>
|
|
652
652
|
<Image
|
|
653
653
|
src="./resources/sap/ui/documentation/sdk/images/logo_stackoverflow.png"
|
|
@@ -672,8 +672,8 @@
|
|
|
672
672
|
|
|
673
673
|
<l:BlockLayoutCell
|
|
674
674
|
class="sapUiBlockCenteredCell communityLinkCell"
|
|
675
|
-
backgroundColorSet="
|
|
676
|
-
backgroundColorShade="
|
|
675
|
+
backgroundColorSet="ColorSet10"
|
|
676
|
+
backgroundColorShade="ShadeA">
|
|
677
677
|
<l:HorizontalLayout>
|
|
678
678
|
<Image
|
|
679
679
|
src="./resources/sap/ui/documentation/sdk/images/logo_youtube.png"
|
|
@@ -699,8 +699,8 @@
|
|
|
699
699
|
<l:BlockLayoutRow>
|
|
700
700
|
<l:BlockLayoutCell
|
|
701
701
|
class="sapUiBlockCenteredCell communityLinkCell"
|
|
702
|
-
backgroundColorSet="
|
|
703
|
-
backgroundColorShade="
|
|
702
|
+
backgroundColorSet="ColorSet10"
|
|
703
|
+
backgroundColorShade="ShadeC">
|
|
704
704
|
<l:HorizontalLayout>
|
|
705
705
|
<Image
|
|
706
706
|
src="./resources/sap/ui/documentation/sdk/images/logo_twitter.png"
|
|
@@ -724,8 +724,8 @@
|
|
|
724
724
|
</l:BlockLayoutCell>
|
|
725
725
|
<l:BlockLayoutCell
|
|
726
726
|
class="sapUiBlockCenteredCell communityLinkCell"
|
|
727
|
-
backgroundColorSet="
|
|
728
|
-
backgroundColorShade="
|
|
727
|
+
backgroundColorSet="ColorSet10"
|
|
728
|
+
backgroundColorShade="ShadeB">
|
|
729
729
|
<l:HorizontalLayout>
|
|
730
730
|
<core:Icon
|
|
731
731
|
src="sap-icon://email"
|
|
@@ -11,13 +11,15 @@
|
|
|
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
|
+
<core:Item key="sap_horizon" text="Morning Horizon (Light)"/>
|
|
15
|
+
<core:Item key="sap_horizon_dark" text="Evening Horizon (Dark)"/>
|
|
16
|
+
<core:Item key="sap_horizon_hcb" text="Horizon High Contrast Black"/>
|
|
17
|
+
<core:Item key="sap_horizon_hcw" text="Horizon High Contrast White"/>
|
|
15
18
|
<core:Item key="sap_fiori_3" text="Quartz Light"/>
|
|
16
19
|
<core:Item key="sap_fiori_3_dark" text="Quartz Dark"/>
|
|
20
|
+
<core:Item key="sap_fiori_3_hcb" text="Quartz High Contrast Black"/>
|
|
21
|
+
<core:Item key="sap_fiori_3_hcw" text="Quartz High Contrast White"/>
|
|
17
22
|
<core:Item key="sap_belize" text="Belize"/>
|
|
18
|
-
<core:Item key="sap_belize_plus" text="Belize Deep"/>
|
|
19
|
-
<core:Item key="sap_fiori_3_hcb" text="High Contrast Black"/>
|
|
20
|
-
<core:Item key="sap_fiori_3_hcw" text="High Contrast White"/>
|
|
21
23
|
</Select>
|
|
22
24
|
|
|
23
25
|
<Label text="{i18n>APP_SETTINGS_DIALOG_DENSITY}" design="Standard" labelFor="CompactModeSwitch" />
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.sapDemokitTreeItemTitle {
|
|
7
|
-
color:
|
|
7
|
+
color: @sapUiListTextColor;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapDemokitTreeItemLabel,
|
|
@@ -17,18 +17,14 @@
|
|
|
17
17
|
color: #d3d7d9;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
.sapUiTheme-sap_horizon .sapDemokitTreeItemLabel {
|
|
21
|
+
color: #556b82;
|
|
22
|
+
}
|
|
23
|
+
|
|
20
24
|
.sapUiTheme-sap_belize_hcw .sapDemokitTreeItemLabel {
|
|
21
25
|
color: #000;
|
|
22
26
|
}
|
|
23
27
|
|
|
24
28
|
.sapUiTheme-sap_belize_hcb .sapDemokitTreeItemLabel {
|
|
25
29
|
color: #fff;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.sapUiTheme-sap_fiori_3_hcw .sapDemokitTreeItemTitle {
|
|
29
|
-
color: #000000;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.sapUiTheme-sap_belize_hcw .sapDemokitTreeItemTitle {
|
|
33
|
-
color: #000000;
|
|
34
30
|
}
|