@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.
Files changed (50) hide show
  1. package/.reuse/dep5 +18 -1
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +6 -6
  5. package/src/sap/ui/documentation/.library +6 -6
  6. package/src/sap/ui/documentation/library.js +2 -2
  7. package/src/sap/ui/documentation/sdk/Component.js +9 -11
  8. package/src/sap/ui/documentation/sdk/controller/App.controller.js +9 -5
  9. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  10. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +2 -2
  11. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +53 -21
  12. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +20 -1
  13. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +19 -12
  14. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +2 -3
  15. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +9 -4
  16. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -3
  17. package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +121 -0
  18. package/src/sap/ui/documentation/sdk/css/style.css +56 -33
  19. package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
  20. package/src/sap/ui/documentation/sdk/index.html +20 -1
  21. package/src/sap/ui/documentation/sdk/manifest.json +5 -0
  22. package/src/sap/ui/documentation/sdk/model/formatter.js +26 -1
  23. package/src/sap/ui/documentation/sdk/model/libraryData.js +13 -2
  24. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/styles.css +47 -1
  25. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +7 -0
  26. package/src/sap/ui/documentation/sdk/view/ApiDetailInitial.view.xml +13 -13
  27. package/src/sap/ui/documentation/sdk/view/Controls.view.xml +19 -19
  28. package/src/sap/ui/documentation/sdk/view/Entity.view.xml +2 -2
  29. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +30 -7
  30. package/src/sap/ui/documentation/sdk/view/Tools.view.xml +12 -3
  31. package/src/sap/ui/documentation/sdk/view/TopicDetailInitial.view.xml +12 -12
  32. package/src/sap/ui/documentation/sdk/view/VisibilityInformation.fragment.xml +12 -0
  33. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +26 -26
  34. package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +6 -4
  35. package/src/sap/ui/documentation/themes/base/DemokitTreeItem.less +5 -9
  36. package/src/sap/ui/documentation/themes/base/LightTable.less +49 -40
  37. package/src/sap/ui/documentation/themes/base/ObjectPageSubSection.less +16 -0
  38. package/src/sap/ui/documentation/themes/base/Search.less +1 -0
  39. package/src/sap/ui/documentation/themes/base/library.source.less +1 -0
  40. package/src/sap/ui/documentation/themes/sap_horizon/Link.less +3 -0
  41. package/src/sap/ui/documentation/themes/sap_horizon/Panel.less +3 -0
  42. package/src/sap/ui/documentation/themes/sap_horizon/Search.less +3 -0
  43. package/src/sap/ui/documentation/themes/sap_horizon/SplitButton.less +5 -0
  44. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +6 -1
  45. package/src/sap/ui/documentation/themes/sap_horizon_dark/Documentation.less +17 -0
  46. package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +3 -0
  47. package/src/sap/ui/documentation/themes/sap_horizon_dark/Panel.less +3 -0
  48. package/src/sap/ui/documentation/themes/sap_horizon_dark/Search.less +3 -0
  49. package/src/sap/ui/documentation/themes/sap_horizon_dark/SplitButton.less +5 -0
  50. 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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
171
- backgroundColorShade="ShadeD">
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="ColorSet11"
190
- backgroundColorShade="ShadeA">
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
387
- backgroundColorShade="ShadeD">
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
- <m:ObjectStatus text="Visibility: {parts : [{path : 'visibility'}, {path : 'allowedFor'}], formatter : 'sap.ui.documentation.sdk.model.formatter.formatVisibility'}"
284
- state="{= ${visibility} === 'public' ? 'Success' : 'Warning'}"/>
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
- <m:ObjectStatus text="Visibility: {parts : [{path : 'event>visibility'}, {path : 'event>allowedFor'}], formatter : 'sap.ui.documentation.sdk.model.formatter.formatVisibility'}"
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'}" class="sapUiTinyMarginEnd"/>
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} &amp;&amp; ${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" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
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" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
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" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
116
- backgroundColorShade="ShadeD">
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="ColorSet11"
133
- backgroundColorShade="ShadeC">
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
210
- backgroundColorShade="ShadeD">
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="ColorSet11"
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 &lt;a href='topic/b0d5fe2f1b0b497cbd67cd5a1d35fa4c'&gt;here&lt;/a&gt;" />
11
+ </Popover>
12
+ </core:FragmentDefinition>
@@ -77,7 +77,7 @@
77
77
  <l:BlockLayout>
78
78
  <l:BlockLayoutRow>
79
79
  <l:BlockLayoutCell
80
- backgroundColorSet="ColorSet11"
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="ColorSet11"
109
- backgroundColorShade="ShadeD">
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"-->
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="ColorSet11"-->
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="ColorSet11"
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="ColorSet11"
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="ColorSet11"
450
- backgroundColorShade="ShadeD">
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="ColorSet11"
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="ColorSet11"
530
- backgroundColorShade="ShadeA">
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="ColorSet11"
571
- backgroundColorShade="ShadeC">
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="ColorSet11"
625
- backgroundColorShade="ShadeD">
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="ColorSet11"
650
- backgroundColorShade="ShadeA">
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="ColorSet11"
676
- backgroundColorShade="ShadeC">
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="ColorSet11"
703
- backgroundColorShade="ShadeB">
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="ColorSet11"
728
- backgroundColorShade="ShadeA">
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: #fff;
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
  }