@openui5/sap.ui.documentation 1.124.0 → 1.125.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 (82) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/THIRDPARTY.txt +7 -0
  3. package/package.json +7 -7
  4. package/src/sap/ui/documentation/.library +2 -2
  5. package/src/sap/ui/documentation/DivContainer.js +35 -0
  6. package/src/sap/ui/documentation/library.js +2 -2
  7. package/src/sap/ui/documentation/messagebundle.properties +6 -0
  8. package/src/sap/ui/documentation/messagebundle_ar.properties +3 -0
  9. package/src/sap/ui/documentation/messagebundle_bg.properties +3 -0
  10. package/src/sap/ui/documentation/messagebundle_ca.properties +3 -0
  11. package/src/sap/ui/documentation/messagebundle_cnr.properties +3 -0
  12. package/src/sap/ui/documentation/messagebundle_cs.properties +3 -0
  13. package/src/sap/ui/documentation/messagebundle_cy.properties +3 -0
  14. package/src/sap/ui/documentation/messagebundle_da.properties +4 -1
  15. package/src/sap/ui/documentation/messagebundle_de.properties +3 -0
  16. package/src/sap/ui/documentation/messagebundle_el.properties +3 -0
  17. package/src/sap/ui/documentation/messagebundle_en.properties +3 -0
  18. package/src/sap/ui/documentation/messagebundle_en_GB.properties +3 -0
  19. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +3 -0
  20. package/src/sap/ui/documentation/messagebundle_es.properties +3 -0
  21. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -3
  22. package/src/sap/ui/documentation/messagebundle_et.properties +3 -0
  23. package/src/sap/ui/documentation/messagebundle_fi.properties +3 -0
  24. package/src/sap/ui/documentation/messagebundle_fr.properties +3 -0
  25. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +4 -1
  26. package/src/sap/ui/documentation/messagebundle_hi.properties +3 -0
  27. package/src/sap/ui/documentation/messagebundle_hr.properties +3 -0
  28. package/src/sap/ui/documentation/messagebundle_hu.properties +17 -14
  29. package/src/sap/ui/documentation/messagebundle_id.properties +4 -1
  30. package/src/sap/ui/documentation/messagebundle_it.properties +3 -0
  31. package/src/sap/ui/documentation/messagebundle_iw.properties +3 -0
  32. package/src/sap/ui/documentation/messagebundle_ja.properties +3 -0
  33. package/src/sap/ui/documentation/messagebundle_kk.properties +3 -0
  34. package/src/sap/ui/documentation/messagebundle_ko.properties +3 -0
  35. package/src/sap/ui/documentation/messagebundle_lt.properties +3 -0
  36. package/src/sap/ui/documentation/messagebundle_lv.properties +3 -0
  37. package/src/sap/ui/documentation/messagebundle_mk.properties +3 -0
  38. package/src/sap/ui/documentation/messagebundle_ms.properties +3 -0
  39. package/src/sap/ui/documentation/messagebundle_nl.properties +3 -0
  40. package/src/sap/ui/documentation/messagebundle_no.properties +3 -0
  41. package/src/sap/ui/documentation/messagebundle_pl.properties +3 -0
  42. package/src/sap/ui/documentation/messagebundle_pt.properties +3 -0
  43. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +3 -0
  44. package/src/sap/ui/documentation/messagebundle_ro.properties +3 -0
  45. package/src/sap/ui/documentation/messagebundle_ru.properties +4 -1
  46. package/src/sap/ui/documentation/messagebundle_sh.properties +3 -0
  47. package/src/sap/ui/documentation/messagebundle_sk.properties +3 -0
  48. package/src/sap/ui/documentation/messagebundle_sl.properties +3 -0
  49. package/src/sap/ui/documentation/messagebundle_sr.properties +3 -0
  50. package/src/sap/ui/documentation/messagebundle_sv.properties +3 -0
  51. package/src/sap/ui/documentation/messagebundle_th.properties +3 -0
  52. package/src/sap/ui/documentation/messagebundle_tr.properties +3 -0
  53. package/src/sap/ui/documentation/messagebundle_uk.properties +3 -0
  54. package/src/sap/ui/documentation/messagebundle_vi.properties +3 -0
  55. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -0
  56. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +3 -0
  57. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +1 -2
  58. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +5 -0
  60. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/view/CookieSettingsDialog.fragment.xml +3 -3
  61. package/src/sap/ui/documentation/sdk/css/style.css +5 -6
  62. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  63. package/src/sap/ui/documentation/sdk/view/Code.view.xml +0 -1
  64. package/src/sap/ui/documentation/sdk/view/LiveEditor.view.xml +6 -7
  65. package/src/sap/ui/documentation/sdk/view/Resources.view.xml +23 -0
  66. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +7 -8
  67. package/src/sap/ui/documentation/sdk/view/WelcomeCustomRowOpenUI5.fragment.xml +2 -3
  68. package/src/sap/ui/documentation/sdk/view/WelcomeCustomRowSAPUI5.fragment.xml +2 -3
  69. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +10 -1
  70. package/src/sap/ui/documentation/themes/sap_belize_base/DataTableFilterDropDown.less +21 -0
  71. package/src/sap/ui/documentation/themes/sap_belize_base/DemoApps.less +214 -0
  72. package/src/sap/ui/documentation/themes/sap_belize_base/DemokitTreeItem.less +50 -0
  73. package/src/sap/ui/documentation/themes/sap_belize_base/Documentation.less +1185 -0
  74. package/src/sap/ui/documentation/themes/sap_belize_base/LightTable.less +224 -0
  75. package/src/sap/ui/documentation/themes/sap_belize_base/ObjectPageSubSection.less +16 -0
  76. package/src/sap/ui/documentation/themes/sap_belize_base/Resources.less +190 -0
  77. package/src/sap/ui/documentation/themes/sap_belize_base/Search.less +19 -0
  78. package/src/sap/ui/documentation/themes/sap_belize_base/TitleLink.less +12 -0
  79. package/src/sap/ui/documentation/themes/sap_belize_base/global.less +27 -0
  80. package/src/sap/ui/documentation/themes/sap_belize_base/library.source.less +22 -0
  81. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +10 -1
  82. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +10 -1
@@ -0,0 +1,1185 @@
1
+ /*!********************************************* Demo Kit styles *********************************************!*/
2
+
3
+ :root {
4
+ --sapUiDemoKitAccentColor6: @sapAccentColor6;
5
+ }
6
+ html.sap-phone,
7
+ html.sap-tablet:not(.sap-desktop) {
8
+ .sapUiDemokit {
9
+ * {
10
+ -webkit-user-select: text;
11
+ -moz-user-select: text;
12
+ -ms-user-select: text;
13
+ user-select: text;
14
+ }
15
+ .sapUiDocumentationSamplePage {
16
+ * {
17
+ -webkit-user-select: none;
18
+ -moz-user-select: none;
19
+ -ms-user-select: none;
20
+ user-select: none;
21
+ }
22
+ }
23
+ }
24
+ }
25
+
26
+ /*!********************************************* Documentation page styles *********************************************!*/
27
+ .imagemap-overlay-popover {
28
+ pointer-events: none;
29
+ }
30
+
31
+ .topicWrapper,
32
+ .topicWrapper .sapUiHLayoutChildWrapper {
33
+ width: 100%;
34
+ }
35
+
36
+ .sapUiDemoKitSitemapPage .sapUiDemoKitSitemapLinksWrapper {
37
+ width: 100%;
38
+
39
+ .sapUiDemoKitSitemapLink {
40
+ width: 100%;
41
+ padding: 0.5rem 1rem;
42
+ }
43
+ }
44
+
45
+ .faqContent {
46
+ details {
47
+ margin: 0.8em;
48
+ }
49
+
50
+ summary {
51
+ font-size: 1.1em;
52
+ line-height: 1.45em;
53
+ }
54
+
55
+ summary:focus {
56
+ outline: 0.125em dotted @sapUiContentFocusColor;
57
+ outline-offset: -0.125em;
58
+ }
59
+ }
60
+
61
+ .bpsupport {
62
+ overflow-x: auto;
63
+ }
64
+
65
+ #d4h5-main-container {
66
+ padding-bottom: 2rem;
67
+ }
68
+
69
+ #d4h5-main-container,
70
+ .faqContent {
71
+ font-size: 0.875em;
72
+
73
+ &.faqContent pre > code {
74
+ font-family: monospace;
75
+ }
76
+
77
+ .hidden {
78
+ display: none;
79
+ }
80
+
81
+ .sapUISDKExternalLink {
82
+ margin: 0;
83
+ }
84
+
85
+ .SAP-icons {
86
+ font-family: "SAP-icons";
87
+ }
88
+
89
+ li:not(:last-child),
90
+ li p,
91
+ li div.p,
92
+ li ol,
93
+ li ul,
94
+ li aside,
95
+ li pre.codeblock,
96
+ li div.note,
97
+ li div.syntax,
98
+ li blockquote,
99
+ li pre.msgblock,
100
+ li table,
101
+ li div.table-wrapper,
102
+ table p,
103
+ table div.p,
104
+ table ol,
105
+ table ul,
106
+ table aside,
107
+ table pre.codeblock,
108
+ table div.note,
109
+ table div.syntax,
110
+ table blockquote,
111
+ table pre.msgblock,
112
+ .stepresult,
113
+ .itemgroup, div.disclaimer-page-block li, div.disclaimer-page-block li p {
114
+ margin-top: 1.5em;
115
+ margin-bottom: 1.5em;
116
+ }
117
+
118
+ .collapsible.expanded {
119
+ > .collapsible-icon:before {
120
+ content: '\E1EF';
121
+ }
122
+ }
123
+
124
+ .collapsible:not(.expanded) {
125
+ > .fig {
126
+ display: none;
127
+ }
128
+
129
+ > .collapsible-icon:before {
130
+ content: '\e0e3';
131
+ }
132
+ }
133
+
134
+ .collapsible {
135
+ .collapsible-icon {
136
+ cursor: pointer;
137
+
138
+ &:before {
139
+ margin-right: 1rem;
140
+ font-family: sap-icons;
141
+ font-size: 1rem;
142
+ float: left;
143
+ }
144
+
145
+ &:hover {
146
+ color: @sapUiHighlight;
147
+ }
148
+
149
+ h2, h3, .title, strong {
150
+ cursor: pointer;
151
+ display: block;
152
+ float: none;
153
+ margin: 0.25rem 0.25rem 0.25rem;
154
+ pointer-events: none;
155
+ }
156
+ }
157
+ }
158
+
159
+ &.faqContent h2,
160
+ .section.topic > .innerTitle > h2 {
161
+ font-size: 2em;
162
+ font-weight: 400;
163
+ margin: 1.6em 0 .75em 0;
164
+
165
+ .apiname,
166
+ .sap-technical-name,
167
+ code {
168
+ font-size: inherit;
169
+ }
170
+ }
171
+
172
+ .h2 {
173
+ color: rgba(0, 0, 0, 0.7);
174
+ font-size: 1.375em;
175
+ }
176
+
177
+ .section.topic > section {
178
+ margin: 1.5rem 0;
179
+ }
180
+
181
+ .section.topic > section:first-of-type {
182
+ margin-top: 0.75rem;
183
+ h2 {
184
+ margin-top: 0;
185
+ }
186
+ }
187
+
188
+ .section.topic:first-of-type > .innerTitle > h2:first-of-type {
189
+ display: none;
190
+ }
191
+
192
+ .lightbox-img-wrapper {
193
+ max-width: 100%;
194
+ cursor: pointer;
195
+ position: relative;
196
+ display: inline-block;
197
+
198
+ .overlay {
199
+ position: absolute;
200
+ width: 100%;
201
+ height: 100%;
202
+ top: 0;
203
+ left: 0;
204
+ background-color: @sapUiBaseBG;
205
+ pointer-events: none;
206
+ }
207
+
208
+ &:before {
209
+ z-index: 2;
210
+ position: absolute;
211
+ right: 0;
212
+ content: "";
213
+ font-family: sap-icons;
214
+ color: @sapUiAccent5;
215
+ background-color: @sapUiBaseBG;
216
+ }
217
+
218
+ img {
219
+ width: 100%;
220
+ position: relative;
221
+ z-index: 1;
222
+ &:hover {
223
+ opacity: .8;
224
+ }
225
+ }
226
+
227
+ img.minimized-extrasmall {
228
+ max-width: 100px;
229
+ }
230
+
231
+ img.minimized-small {
232
+ max-width: 200px;
233
+ }
234
+ }
235
+
236
+ .imagemap {
237
+ position: relative;
238
+
239
+ map area:focus {
240
+ outline: none;
241
+ }
242
+
243
+ .overlay {
244
+ position: absolute;
245
+ width: 100%;
246
+ top: 0;
247
+ left: 0;
248
+ pointer-events: none;
249
+ user-select: none;
250
+
251
+ .shape {
252
+ transition: opacity 0.3s;
253
+ }
254
+ }
255
+ }
256
+
257
+ .imagemap_sidebyside.stacked .imagemap.fig{
258
+ display: inline-block;
259
+ }
260
+
261
+ .imagemap_sidebyside:not(.stacked) {
262
+ display: flex;
263
+
264
+ > p {
265
+ display: none;
266
+ }
267
+
268
+ .imagemap {
269
+ flex-shrink: 0;
270
+ margin-right: 1.5rem;
271
+ }
272
+ }
273
+
274
+ .imagemap_sidebyside[data-static-type="false"] .imagemap {
275
+ transition: width 0.5s;
276
+ }
277
+
278
+ .light-overlays .imagemap {
279
+ .shape {
280
+ fill: fade(@sapUiTileHoverBackground, 50);
281
+ }
282
+ }
283
+
284
+ .dark-overlays .imagemap {
285
+ .shape {
286
+ fill: fade(darken(@sapUiTileHoverBackground, 50), 50);
287
+ }
288
+ }
289
+
290
+ .apiname,
291
+ .sap-technical-name,
292
+ code {
293
+ font-family: Consolas, Courier, monospace;
294
+ font-size: 0.875rem;
295
+ }
296
+
297
+ p {
298
+ line-height: 1.6em;
299
+ orphans: 2;
300
+ padding: 0;
301
+ widows: 2;
302
+ margin: 1.5em 0;
303
+ font-size: 1em;
304
+ }
305
+
306
+ .content-body p {
307
+ line-height: 1.5rem;
308
+ padding: 0;
309
+ }
310
+
311
+ .note,
312
+ pre.codeblock,
313
+ blockquote,
314
+ div.syntax {
315
+ border-left: 0.6rem solid @sapAccentColor6;
316
+ background-color: darken(@sapUiBaseBG, 5);
317
+ padding: .6em .75em .6em .75em;
318
+ margin: 1.5em 0;
319
+ }
320
+
321
+ .note {
322
+ .note {
323
+ border-left: unset;
324
+ }
325
+ }
326
+
327
+ .note .codeblock {
328
+ border: none;
329
+ }
330
+
331
+ pre.lines {
332
+ font-family: 'Benton Sans', Arial, sans-serif;
333
+ line-height: 1.6em;
334
+ orphans: 2;
335
+ padding: 0;
336
+ widows: 2;
337
+ margin: 1.5em 0;
338
+ font-size: 1em;
339
+ }
340
+
341
+ aside > p:first-of-type {
342
+ margin-bottom: 0;
343
+ }
344
+
345
+ aside > p:last-of-type {
346
+ margin-top: 0;
347
+ }
348
+
349
+ .note .fig > p {
350
+ margin: .4em 0;
351
+ }
352
+
353
+ .caution,
354
+ .restriction,
355
+ .limitations {
356
+ border-left: 0.6rem solid @sapUiNegativeElement;
357
+ }
358
+
359
+ .note .title,
360
+ .note .cautiontitle,
361
+ .syntaxtitle,
362
+ .notetitle {
363
+ display: block;
364
+ background-repeat: no-repeat;
365
+ background-position: left top;
366
+ font-weight: 300;
367
+ }
368
+
369
+ .restriction .title:before,
370
+ .caution .cautiontitle:before,
371
+ .note.caution .title:before,
372
+ .note .title:before,
373
+ .notetitle:before,
374
+ .recommendation .title:before,
375
+ .remember .title:before,
376
+ .tip .title:before,
377
+ .tiptitle:before,
378
+ .samplecode .title:before,
379
+ .codesyntax .title:before,
380
+ .syntaxtitle .title:before,
381
+ .outputcodeblock .title:before,
382
+ .sourcecodeblock .title:before,
383
+ .example .title:before {
384
+ font-family: sap-icons;
385
+ }
386
+
387
+ .note .title:before,
388
+ .recommendation .title:before,
389
+ .remember .title:before,
390
+ .tip .title:before,
391
+ .example .title:before,
392
+ .restriction .title:before,
393
+ .caution .title:before {
394
+ margin-right: .5em;
395
+ float: left;
396
+ }
397
+
398
+ .note .title:before {
399
+ content: '\e05c';
400
+ }
401
+
402
+ .tip .title:before,
403
+ .remember .title:before,
404
+ .recommendation .title:before {
405
+ content: '\e04c';
406
+ }
407
+
408
+ .limitations .title:before,
409
+ .restriction .title:before {
410
+ content: '\e094';
411
+ }
412
+
413
+ .caution .title:before {
414
+ content: '\e201';
415
+ }
416
+
417
+ .example .title:before {
418
+ content: '\e16d';
419
+ }
420
+
421
+ .videoWrapper {
422
+ padding-bottom: 56.25%; /* 16:9 */
423
+ position: relative;
424
+ }
425
+
426
+ .videoWrapper iframe {
427
+ position: absolute;
428
+ top: 0;
429
+ left: 0;
430
+ width: 100%;
431
+ height: 100%;
432
+ }
433
+
434
+ .sapUiInvertedElement {
435
+ color: @sapBaseColor;
436
+ }
437
+
438
+ .sapUiElement {
439
+ color: @sapInformativeElementColor;
440
+ }
441
+
442
+ .sapUiNeutralElement {
443
+ color: @sapNeutralElementColor;
444
+ }
445
+
446
+ .sapUiNegativeElement {
447
+ color: @sapNegativeElementColor;
448
+ }
449
+
450
+ .sapUiCriticalElement {
451
+ color: @sapCriticalElementColor;
452
+ }
453
+
454
+ .sapUiPositiveElement {
455
+ color: @sapPositiveElementColor;
456
+ }
457
+
458
+ .sapContent_IconColor {
459
+ color: @sapContent_IconColor;
460
+ }
461
+
462
+ .sapPositiveColor {
463
+ color: @sapPositiveColor;
464
+ }
465
+
466
+ .sapNegativeColor {
467
+ color: @sapNegativeColor;
468
+ }
469
+
470
+ .sapCriticalColor {
471
+ color: @sapCriticalColor;
472
+ }
473
+
474
+ .sapUiBrand {
475
+ background-color: @sapUiBrand;
476
+ }
477
+
478
+ .sapUiPageFooterBackground {
479
+ background-color: @sapUiPageFooterBackground;
480
+ }
481
+ .sapUiButtonRejectBackground {
482
+ background-color: @sapNegativeColor;
483
+ }
484
+
485
+ .sapUiButtonAcceptBackground {
486
+ background-color: @sapPositiveColor;
487
+ }
488
+
489
+ .sapUiPageHeaderBackground {
490
+ background-color: @sapUiPageHeaderBackground;
491
+ }
492
+
493
+ .sapUiObjectHeaderBackground {
494
+ background-color: @sapUiObjectHeaderBackground;
495
+ }
496
+
497
+ .samplecode .title:before,
498
+ .codesyntax .title:before,
499
+ .syntaxtitle .title:before,
500
+ .outputcodeblock .title:before,
501
+ .syntax .title:before,
502
+ .sourcecodeblock .title:before {
503
+ content: '\e139';
504
+ }
505
+
506
+ a,
507
+ a:visited {
508
+ color: @sapUiLinkVisited;
509
+ cursor: pointer;
510
+ text-decoration: none;
511
+ }
512
+
513
+ h2 {
514
+ break-after: avoid;
515
+ break-inside: avoid;
516
+ font-weight: 600;
517
+ font-size: 1.25rem;
518
+ line-height: 1.25rem;
519
+ margin: 2.125rem 0 1.25rem 0;
520
+ word-wrap: break-word;
521
+
522
+ .apiname,
523
+ .sap-technical-name,
524
+ code {
525
+ font-size: inherit;
526
+ }
527
+ }
528
+
529
+ em,
530
+ span.uicontrol,
531
+ span.uinolabel,
532
+ .emphasis,
533
+ strong {
534
+ font-weight: 600;
535
+ }
536
+
537
+ code, kbd, pre, samp {
538
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
539
+ }
540
+
541
+ pre {
542
+ white-space: pre-wrap;
543
+ white-space: -moz-pre-wrap;
544
+ white-space: -pre-wrap;
545
+ white-space: -o-pre-wrap;
546
+ word-wrap: break-word;
547
+ }
548
+
549
+ .codeblock-wrapper {
550
+ overflow-x: auto;
551
+ }
552
+
553
+ pre.codeblock {
554
+ display: inline-block;
555
+ padding: .625rem;
556
+ margin: 0 0 .625rem;
557
+ font-size: .8125rem;
558
+ line-height: 1.125rem;
559
+ color: @sapUiBaseText;
560
+ white-space: pre;
561
+ width: 100%;
562
+ box-sizing: border-box;
563
+
564
+ .emphasis {
565
+ background-color: #fffcb5;
566
+ }
567
+ }
568
+
569
+ .samplecode pre {
570
+ border: unset;
571
+ }
572
+
573
+ aside pre.codeblock,
574
+ div.note pre.codeblock,
575
+ div.syntax pre {
576
+ border-left: 0;
577
+ padding: 0;
578
+ }
579
+
580
+ .tableWrapper {
581
+ overflow-x: auto;
582
+ }
583
+
584
+ table {
585
+ border: 0;
586
+ border-color: darken(@sapUiListTableGroupHeaderBorderColor, 10);
587
+ border-collapse: collapse;
588
+ width: auto;
589
+ text-align: left;
590
+ table-layout: fixed;
591
+ border-spacing: 0;
592
+ }
593
+
594
+ table.tableFullWidth {
595
+ width: 100%;
596
+ table-layout: auto;
597
+ }
598
+
599
+ table.tableAutoWidth {
600
+ width: auto;
601
+ }
602
+
603
+ .tablecap {
604
+ color: @sapTitleColor;
605
+ page-break-after: avoid;
606
+ page-break-inside: avoid;
607
+ white-space: nowrap;
608
+ font-size: .625rem;
609
+ margin-left: .125rem;
610
+ }
611
+
612
+ table:not(.datatable) {
613
+ th {
614
+ background-color: darken(@sapUiListTableGroupHeaderBackground, 5);
615
+ font-weight: bold;
616
+ border-collapse: collapse;
617
+ padding: 0.6em;
618
+ border: .02em solid @sapUiDemoKitTableThBorder;
619
+ }
620
+
621
+ td {
622
+ border-collapse: collapse;
623
+ padding: .5rem;
624
+ line-height: 1.75rem;
625
+ border: .02em solid @sapUiDemoKitTableTdBorder;
626
+
627
+ p:first-child {
628
+ margin-top: 0;
629
+ }
630
+
631
+ p:last-child {
632
+ margin-bottom: 0;
633
+ }
634
+
635
+ p {
636
+ margin: 0;
637
+ }
638
+
639
+ .p {
640
+ font-size: .8125rem;
641
+ }
642
+ }
643
+ th,td {
644
+ &.background_blue {
645
+ border-color: @sapUiDemoKitBorderBlue;
646
+ background-color: @sapUiDemoKitBgrBlue;
647
+ }
648
+ &.background_green {
649
+ border-color: @sapUiDemoKitBorderGreen;
650
+ background-color: @sapUiDemoKitBgrGreen;
651
+ }
652
+ &.background_yellow {
653
+ border-color: @sapUiDemoKitBorderYellow;
654
+ background-color: @sapUiDemoKitBgrYellow;
655
+ }
656
+ }
657
+ }
658
+
659
+ span.figcap > h2 {
660
+ font-size: .857rem;
661
+ }
662
+
663
+ ol,
664
+ ul {
665
+ margin-top: 0;
666
+ margin-bottom: .625rem;
667
+ }
668
+
669
+ ol ol {
670
+ list-style-type: lower-alpha;
671
+ }
672
+
673
+ ol ol ol {
674
+ list-style-type: lower-roman;
675
+ }
676
+
677
+ .relatedLinks ol,
678
+ .relatedLinks ul,
679
+ .contentInSection ul {
680
+ list-style-type: none;
681
+ padding: 0;
682
+ }
683
+
684
+ .relatedLinks ul.fig {
685
+ margin-bottom: 0;
686
+ }
687
+
688
+ .contentInSection {
689
+ h2 {
690
+ font-size: 1em;
691
+ }
692
+ ul {
693
+ font-weight: 600;
694
+ font-size: 1em;
695
+ }
696
+ }
697
+
698
+ .sl {
699
+ list-style-type: none;
700
+ padding: 0;
701
+ }
702
+
703
+ .msgph,
704
+ .wintitle {
705
+ font-weight: 600;
706
+ color: @sapUiLegend6;
707
+ }
708
+
709
+ img {
710
+ max-width: 100%;
711
+ }
712
+
713
+ kbd.key {
714
+ border-radius: 3px;
715
+ font-size: 1em;
716
+ border: 1px solid rgba(0, 0, 0, 0.8);
717
+ padding: 2px 4px;
718
+ }
719
+
720
+ .keys {
721
+ .keyWrap:not(:first-child):before {
722
+ content: '+';
723
+ margin-right: 0.25rem;
724
+ }
725
+ }
726
+
727
+ span.menucascade .uicontrol:after {
728
+ content: '\e066';
729
+ font-family: "SAP-icons";
730
+ font-size: .75em;
731
+ color: @sapBrandColor;
732
+ padding-left: .15em;
733
+ }
734
+
735
+ .keyword,
736
+ .cmdname {
737
+ font-style: italic;
738
+ }
739
+
740
+ .parmname {
741
+ font-size: 1rem;
742
+ font-family: Monaco, monospace;
743
+ }
744
+
745
+ .uilabel{
746
+ font-style: normal;
747
+ font-weight: 600;
748
+ color: @sapBrandColor;
749
+ }
750
+
751
+ .dataTables_wrapper {
752
+ .sapUiDocumentationDatatableFilterWrapper {
753
+ padding: 0.3rem;
754
+ }
755
+ // datatables style override
756
+ .dt-button-background {
757
+ // col visibility button depends on this overlay background
758
+ // to be rendered so when it receives a click the colvis menu is clicked
759
+ position: absolute;
760
+ background: transparent;
761
+ }
762
+ .dt-buttons {
763
+ height: 30px;
764
+ .dt-button {
765
+ height: 100%;
766
+ }
767
+ }
768
+ .pagingWrapper {
769
+ display: inline-block;
770
+ text-align: center;
771
+ margin-left: 1rem;
772
+
773
+ .dataTables_paginate {
774
+ float: unset;
775
+ padding-top: 0;
776
+ }
777
+ }
778
+
779
+ .dataTables_filter {
780
+ margin-top: 0.35rem;
781
+ }
782
+
783
+ .dataTables_length {
784
+ margin-left: 0.5rem;
785
+ margin-top: 0.5rem;
786
+ }
787
+
788
+ .datatable {
789
+ width: 100% !important;
790
+ .selectWrapper {
791
+ ul > li {
792
+ margin: 0;
793
+ }
794
+ }
795
+
796
+ .compactList,
797
+ .compactList li {
798
+ margin: 0;
799
+ padding: 0;
800
+ }
801
+
802
+ tbody tr {
803
+ background-color: @sapUiBaseBG;
804
+ }
805
+ }
806
+ }
807
+ }
808
+
809
+ html.sapUiMedia-Std-Desktop {
810
+ .sapUiDemoKitSitemapPage .sapUiDemoKitSitemapLinksWrapper .sapUiDemoKitSitemapLink {
811
+ width: 25%;
812
+ }
813
+ }
814
+
815
+ html.sapUiMedia-Std-Tablet {
816
+ .sapUiDemoKitSitemapPage .sapUiDemoKitSitemapLinksWrapper .sapUiDemoKitSitemapLink {
817
+ width: 50%;
818
+ }
819
+ }
820
+
821
+ #d4h5-main-content .apiname,
822
+ #d4h5-main-content .parmname {
823
+ font-size: 1.375em;
824
+ }
825
+
826
+ //copy buttons styles
827
+ .copyButton {
828
+ position: absolute;
829
+ top: 5px;
830
+ right: 10px;
831
+ }
832
+
833
+ .fig .fig-codeblock {
834
+ position: relative;
835
+ }
836
+
837
+ /*!********************************************* DemoKit Header Redesign *********************************************!*/
838
+ .sapUiDemokit {
839
+ // Adjust borders and spacing in the overall layout
840
+ &.sapTntToolPage {
841
+ padding: 0;
842
+ }
843
+
844
+ .sapTntToolPageMain,
845
+ .sapTntToolHeader.sapMTB,
846
+ .sapTntSideNavigation,
847
+ .sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
848
+ border-radius: 0;
849
+ }
850
+
851
+ .sapTntToolHeader.sapMTB {
852
+ border: none;
853
+ }
854
+
855
+ .sapTntToolPageMain,
856
+ .sapTntToolPageAside {
857
+ margin: 0;
858
+ }
859
+
860
+ .sapUiDemokitMainHeader {
861
+ &.sapTntToolHeader.sapMTB {
862
+ padding: 0 0.75rem;
863
+ }
864
+
865
+ .sapUiDemokitMainHeaderGrid {
866
+ align-items: center;
867
+ }
868
+
869
+ .sapUiDemoKitHeaderOTB {
870
+ justify-content: end;
871
+ }
872
+
873
+ &.sapTntToolHeader .sapMBarChild.sapMMenuBtn .sapMBtn:focus .sapMBtnDefault.sapMFocusable::before {
874
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
875
+ border: none !important;
876
+ }
877
+
878
+ // Apply more polished box-shadow effect
879
+ .sapUiDocumentationSearch {
880
+ .sapMSF .sapMSFF:hover,
881
+ .sapMSFVal.sapMFocus .sapMSFF {
882
+ box-shadow:
883
+ 0 0 0.1875rem 0 rgba(85, 107, 130, 0.1),
884
+ 0 0.1875rem 0.3125rem 0 rgba(85, 107, 130, 0.3);
885
+ }
886
+ }
887
+
888
+ // Apply some spacing between the logo and the search field
889
+ .sapUiDemokitMainHeaderLogo {
890
+ display: block;
891
+ margin-left: 1rem;
892
+
893
+ @media screen and (max-width: 37.4375em) { // 599px
894
+ margin-right: 1rem;
895
+ }
896
+ }
897
+
898
+ // Align the styles of the MenuButton with the styles of other buttons
899
+ .sapMIBar .sapMMenuBtn {
900
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
901
+ align-items: center;
902
+ top: -0.1875rem;
903
+ height: 2rem;
904
+ padding-right: 0.125rem;
905
+
906
+ &:after {
907
+ content: none;
908
+ }
909
+ }
910
+
911
+ .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive) {
912
+ box-shadow: none;
913
+ }
914
+
915
+ .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon {
916
+ color: @sapContent_IconColor;
917
+ }
918
+
919
+ &.sapMMenuBtnRegular .sapMBtnInner::after {
920
+ color: @sapContent_IconColor;
921
+ height: 2rem;
922
+ line-height: 2rem;
923
+ }
924
+
925
+ // Button states
926
+ &:focus .sapMBtnDefault.sapMFocusable {
927
+ &::before {
928
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
929
+ border: none !important;
930
+ }
931
+ }
932
+
933
+ &:hover:not(.sapMBtnDisabled) .sapMBtnDefault {
934
+ background: @sapButton_Lite_Hover_Background;
935
+ }
936
+
937
+ &:active:not(.sapMBtnDisabled) .sapMBtnDefault {
938
+ background: @sapActiveColor;
939
+ }
940
+ }
941
+
942
+ // Adjust the style of the version switch button to match the design specifiaction
943
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
944
+ &:after {
945
+ content: "\e287";
946
+ font-family: "SAP-icons";
947
+ position: relative;
948
+ top: 0.5rem;
949
+ margin-left: 0.5rem;
950
+ }
951
+ }
952
+ }
953
+ }
954
+
955
+ // Align the icons of the menu buttons in overflow popover
956
+ .sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
957
+ .sapUiDemoKitHeaderActionsVersionSwitch {
958
+ .sapMBtnInner.sapMBtnTransparent.sapMBtnHoverable {
959
+ background-color: @sapUiButtonBackground;
960
+ border: 0.0625rem solid @sapUiButtonBorderColor;
961
+ color: @sapUiButtonTextColor;
962
+
963
+ bdi,
964
+ .sapMBtnIcon {
965
+ color: @sapUiButtonTextColor;
966
+ }
967
+
968
+ &:hover:not(.sapMBtnActive) {
969
+ background-color: @sapUiButtonHoverBackground;
970
+ color: sapUiButtonHoverTextColor;
971
+ box-shadow: @sapContent_Interaction_Shadow;
972
+
973
+ .sapMBtnIcon {
974
+ color: sapUiButtonHoverTextColor;
975
+ }
976
+ }
977
+
978
+ &.sapMBtnActive {
979
+ bdi,
980
+ .sapMBtnIcon {
981
+ color: @sapUiButtonActiveTextColor;
982
+ }
983
+ }
984
+ }
985
+ }
986
+
987
+ .sapUiDemoKitHeaderActionsMenuButton.sapMMenuBtn {
988
+ .sapMBtnIcon {
989
+ margin-left: -0.0625rem;
990
+ }
991
+ }
992
+
993
+ .sapMBtn.sapMBarChild[class*="sapUiDemoKitHeaderActions"] {
994
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
995
+ position: absolute;
996
+ top: -0.3125rem;
997
+ }
998
+ }
999
+ }
1000
+
1001
+ .sapUiSizeCompact .sapUiDemokit .sapUiDemokitMainHeader {
1002
+ .sapMBtn.sapMBarChild[class*="sapUiDemoKitHeaderActions"] {
1003
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
1004
+ top: -0.1875rem;
1005
+ }
1006
+ }
1007
+ }
1008
+
1009
+ .sapUiSizeCozy .sapUiDemokit .sapUiDemokitMainHeader {
1010
+ .sapMBtn.sapMBarChild[class*="sapUiDemoKitHeaderActions"] {
1011
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
1012
+ top: -0.125rem;
1013
+ }
1014
+ }
1015
+
1016
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
1017
+ &:after {
1018
+ top: 0.75rem;
1019
+ }
1020
+ }
1021
+ }
1022
+
1023
+ // Media queries
1024
+ html.sap-desktop {
1025
+ .sapUiDemokit {
1026
+ &.sapTntToolPage {
1027
+ .sapUiDemokitMainHeader.sapMIBar.sapMTB .sapMBarChild:first-child[style*="width: 100%"] {
1028
+ padding-left: 0;
1029
+ }
1030
+ }
1031
+ }
1032
+
1033
+ &:not(html.sap-combi) .sapUiDemokit.sapTntToolPage {
1034
+ .sapUiDemoKitHeaderOTB {
1035
+ height: 2.25rem;
1036
+ }
1037
+ }
1038
+
1039
+ // Adjust the style of the version switch button to match the design specifiaction
1040
+ &:is(.sapUiMedia-Std-Phone, .sapUiMedia-Std-Tablet) {
1041
+ .sapUiDemokit {
1042
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
1043
+ padding: 0;
1044
+
1045
+ &:after {
1046
+ content: none;
1047
+ }
1048
+
1049
+ .sapMBtnIcon {
1050
+ padding: 0;
1051
+ }
1052
+ }
1053
+
1054
+ .sapUiDemoKitHeaderActionsVersionSwitchTextContent {
1055
+ display: none;
1056
+ }
1057
+ }
1058
+ }
1059
+
1060
+ // Align the menu button with the side menu button
1061
+ &:is(.sapUiMedia-Std-Phone) {
1062
+ .sapUiDemokit {
1063
+ .sapUiDocumentationMasterToggleButton {
1064
+ margin-left: 0;
1065
+ }
1066
+ }
1067
+ }
1068
+
1069
+ // Align the menu button with the side menu button
1070
+ &:is(.sapUiMedia-Std-Tablet, .sapUiMedia-Std-Desktop) {
1071
+ .sapUiDemokit {
1072
+ .sapUiDocumentationMasterToggleButton {
1073
+ margin-left: 1rem;
1074
+ }
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ html.sap-tablet {
1080
+ &:not(html.sap-combi) .sapUiDemokit.sapTntToolPage {
1081
+ padding: 0;
1082
+
1083
+ // Adjust the style of the version switch button to match the design specifiaction
1084
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
1085
+ padding: 0;
1086
+
1087
+ &:after {
1088
+ content: none;
1089
+ }
1090
+
1091
+ .sapMBtnIcon {
1092
+ padding: 0;
1093
+ }
1094
+ }
1095
+
1096
+ .sapUiDemoKitHeaderActionsVersionSwitchTextContent {
1097
+ display: none;
1098
+ }
1099
+ }
1100
+
1101
+ .sapUiDemokit {
1102
+ &.sapTntToolPage {
1103
+ padding: 0;
1104
+ }
1105
+
1106
+ .sapTntToolPageMain {
1107
+ margin: 0;
1108
+ border-radius: 0;
1109
+ }
1110
+
1111
+ .sapUiDemokitMainHeader {
1112
+ .sapMIBar .sapMMenuBtn {
1113
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
1114
+ height: 2.5rem;
1115
+ width: 2.5rem;
1116
+ top: -0.125rem;
1117
+
1118
+ .sapUiIcon {
1119
+ margin-left: 0.125rem;
1120
+ }
1121
+ }
1122
+ }
1123
+
1124
+ // Align the menu button with the side menu button
1125
+ .sapUiDocumentationMasterToggleButton {
1126
+ margin-left: 1rem;
1127
+ }
1128
+ }
1129
+ }
1130
+ }
1131
+
1132
+ html.sap-phone {
1133
+ .sapUiDemokit {
1134
+ &.sapTntToolPage {
1135
+ padding: 0;
1136
+ }
1137
+
1138
+ .sapTntToolPageAside {
1139
+ z-index: 10;
1140
+ }
1141
+
1142
+ .sapTntToolPageMain {
1143
+ margin: 0;
1144
+ border-radius: 0;
1145
+ }
1146
+
1147
+ .sapUiDemokitMainHeader {
1148
+ .sapMIBar .sapMMenuBtn {
1149
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
1150
+ height: 2.5rem;
1151
+ width: 2.5rem;
1152
+ top: -0.125rem;
1153
+
1154
+ .sapUiIcon {
1155
+ margin-left: 0.125rem;
1156
+ }
1157
+ }
1158
+ }
1159
+ }
1160
+ }
1161
+
1162
+ // Align the menu button with the side menu button
1163
+ &:is(.sapUiMedia-Std-Phone) {
1164
+ .sapUiDemokit .sapUiDocumentationMasterToggleButton {
1165
+ margin-left: 0.75rem;
1166
+ }
1167
+ }
1168
+
1169
+ // Adjust the style of the version switch button to match the design specifiaction
1170
+ &:not(.sapUiMedia-Std-Desktop) {
1171
+ .sapUiDemokit .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner:after {
1172
+ content: none;
1173
+ }
1174
+ }
1175
+ }
1176
+
1177
+ html.sap-phone,
1178
+ html.sap-tablet {
1179
+ .sapUiDemokit.sapTntToolPage {
1180
+ .sapTntToolPageMain,
1181
+ .sapTntSideNavigation {
1182
+ border-radius: 0;
1183
+ }
1184
+ }
1185
+ }