@openui5/sap.tnt 1.134.0 → 1.136.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.toml +649 -0
- package/THIRDPARTY.txt +23 -23
- package/package.json +3 -3
- package/src/sap/tnt/.library +2 -2
- package/src/sap/tnt/IllustratedMessageType.js +1 -1
- package/src/sap/tnt/InfoLabel.js +2 -2
- package/src/sap/tnt/InfoLabelRenderer.js +1 -1
- package/src/sap/tnt/NavigationList.js +20 -5
- package/src/sap/tnt/NavigationListGroup.js +7 -2
- package/src/sap/tnt/NavigationListItem.js +16 -2
- package/src/sap/tnt/NavigationListItemBase.js +19 -10
- package/src/sap/tnt/NavigationListMenuItem.js +3 -3
- package/src/sap/tnt/NavigationListRenderer.js +1 -1
- package/src/sap/tnt/SideNavigation.js +26 -3
- package/src/sap/tnt/SideNavigationRenderer.js +1 -1
- package/src/sap/tnt/ToolHeader.js +2 -4
- package/src/sap/tnt/ToolHeaderRenderer.js +1 -1
- package/src/sap/tnt/ToolHeaderUtilitySeparator.js +2 -2
- package/src/sap/tnt/ToolPage.js +4 -4
- package/src/sap/tnt/ToolPageRenderer.js +1 -1
- package/src/sap/tnt/designtime/NavigationList.designtime.js +1 -1
- package/src/sap/tnt/designtime/NavigationListGroup.designtime.js +1 -1
- package/src/sap/tnt/designtime/NavigationListItem.designtime.js +1 -1
- package/src/sap/tnt/designtime/library.designtime.js +1 -1
- package/src/sap/tnt/flexibility/NavigationList.flexibility.js +1 -1
- package/src/sap/tnt/flexibility/NavigationListGroup.flexibility.js +1 -1
- package/src/sap/tnt/flexibility/NavigationListItem.flexibility.js +1 -1
- package/src/sap/tnt/library.js +4 -3
- package/src/sap/tnt/messagebundle_sl.properties +6 -6
- package/src/sap/tnt/themes/base/NavigationList.less +74 -91
- package/src/sap/tnt/themes/base/illustrations/metadata.json +190 -8
- package/src/sap/tnt/themes/base/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_hcb/base_NavigationList.less +3 -3
- package/src/sap/tnt/themes/sap_hcb/library.source.less +1 -1
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
- package/src/sap/tnt/themes/base/illustrations/tnt-Dot-UnableToLoad.svg +0 -8
- package/src/sap/tnt/themes/base/illustrations/tnt-Dot-UnsuccessfulAuth.svg +0 -10
- package/src/sap/tnt/themes/base/illustrations/tnt-Dot-User2.svg +0 -10
package/src/sap/tnt/library.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -22,14 +22,14 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.tnt
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.136.0
|
|
26
26
|
* @since 1.36
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
var thisLib = Library.init({
|
|
30
30
|
apiVersion: 2,
|
|
31
31
|
name : "sap.tnt",
|
|
32
|
-
version: "1.
|
|
32
|
+
version: "1.136.0",
|
|
33
33
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
34
34
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
35
35
|
types: [
|
|
@@ -139,6 +139,7 @@ sap.ui.define([
|
|
|
139
139
|
*
|
|
140
140
|
* @since 1.68
|
|
141
141
|
* @name sap.tnt.IToolHeader
|
|
142
|
+
* @deprecated Since version 1.135. This interface is not needed anymore. The <code>ToolPage</code> now accepts any control as a header or subheader.
|
|
142
143
|
* @public
|
|
143
144
|
* @interface
|
|
144
145
|
*/
|
|
@@ -4,16 +4,16 @@ INFOLABEL_DEFAULT=Infooznaka
|
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=Prazna infooznaka
|
|
6
6
|
|
|
7
|
-
SIDENAVIGATION_ROLE_DESCRIPTION=
|
|
7
|
+
SIDENAVIGATION_ROLE_DESCRIPTION=Stranski pomik
|
|
8
8
|
|
|
9
|
-
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Lo\u010Dilo
|
|
9
|
+
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Lo\u010Dilo stranskega pomika
|
|
10
10
|
|
|
11
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Element menija seznama
|
|
11
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Element menija seznama pomika
|
|
12
12
|
|
|
13
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Vrstica menija seznama
|
|
13
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Vrstica menija seznama pomika
|
|
14
14
|
|
|
15
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Drevo seznama
|
|
15
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Drevo seznama pomika
|
|
16
16
|
|
|
17
|
-
NAVIGATION_LIST_DIALOG_TITLE=
|
|
17
|
+
NAVIGATION_LIST_DIALOG_TITLE=Pomik
|
|
18
18
|
|
|
19
19
|
NAVIGATION_LIST_NAVIGATION_OVERFLOW=Ve\u010D elementov
|
|
@@ -17,8 +17,9 @@
|
|
|
17
17
|
@_sap_tnt_NavigationList_LastItemBorderStyleColor: none;
|
|
18
18
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0;
|
|
19
19
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0;
|
|
20
|
-
@
|
|
20
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.1875rem;
|
|
21
21
|
@_sap_tnt_NavigationList_ItemTransition: none;
|
|
22
|
+
@_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontFamily);
|
|
22
23
|
@_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
|
|
23
24
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
|
|
24
25
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 1px;
|
|
@@ -40,15 +41,14 @@
|
|
|
40
41
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0;
|
|
41
42
|
@_sap_tnt_NavigationList_GroupTextWeight: unset;
|
|
42
43
|
@_sap_tnt_NavigationList_GroupPadding: 0.5rem;
|
|
43
|
-
@
|
|
44
|
+
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0;
|
|
44
45
|
@_sap_tnt_NavigationList_Padding: 0;
|
|
45
46
|
@_sap_tnt_NavigationList_PaddingFixed: 0;
|
|
46
|
-
@
|
|
47
|
-
@
|
|
47
|
+
@_sap_tnt_NavigationList_PaddingInlineEnd: 0.375rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ArrowPadding: 0.6875rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ArrowPaddingCompact: 0.3125rem;
|
|
50
|
+
@_sap_tnt_NavigationList_PopupPadding: 0;
|
|
48
51
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
|
|
49
|
-
@_sap_tnt_NavigationList_PopupIconWidth: 1rem;
|
|
50
|
-
@_sap_tnt_NavigationList_PopupBoxShadow: @sapUiContentShadow2;
|
|
51
|
-
@_sap_tnt_NavigationList_PopupArrowBoxShadow: @sapUiContentShadow2;
|
|
52
52
|
@_sap_tnt_NavigationList_PopupTitleTextSize: @sapMFontMediumSize;
|
|
53
53
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: normal;
|
|
54
54
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0;
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: relative;
|
|
59
59
|
@_sap_tnt_NavigationList_Collapsed_ItemHoverBoxShadow: @_sap_tnt_SideNavigation_BoxShadow;
|
|
60
60
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0;
|
|
61
|
+
@_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 0;
|
|
61
62
|
@_sap_tnt_NavigationList_NavigationIndicator: "";
|
|
62
63
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2rem;
|
|
63
64
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0;
|
|
@@ -100,6 +101,12 @@
|
|
|
100
101
|
flex-direction: column-reverse;
|
|
101
102
|
}
|
|
102
103
|
|
|
104
|
+
.sapUiIcon > .sapUiIconTitle {
|
|
105
|
+
padding-inline-end: @_sap_tnt_NavigationList_PaddingInlineEnd;
|
|
106
|
+
padding-block: @_sap_tnt_NavigationList_ArrowPadding;
|
|
107
|
+
top: -@_sap_tnt_NavigationList_ArrowPadding;
|
|
108
|
+
}
|
|
109
|
+
|
|
103
110
|
.sapTntNL ul {
|
|
104
111
|
margin: 0;
|
|
105
112
|
padding: 0;
|
|
@@ -150,6 +157,7 @@
|
|
|
150
157
|
|
|
151
158
|
.sapMText {
|
|
152
159
|
color: @sapUiListTextColor;
|
|
160
|
+
font-family: @_sap_tnt_NavigationList_ItemTextFontFamily;
|
|
153
161
|
}
|
|
154
162
|
|
|
155
163
|
.sapTntNLIIcon {
|
|
@@ -247,10 +255,17 @@
|
|
|
247
255
|
}
|
|
248
256
|
|
|
249
257
|
.sapTntNLPopover .sapTntNLPopup.sapTntNL {
|
|
250
|
-
padding: @
|
|
258
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
259
|
+
|
|
260
|
+
.sapTntNLI {
|
|
251
261
|
|
|
252
|
-
|
|
253
|
-
|
|
262
|
+
&.sapTntNLIFirstLevel {
|
|
263
|
+
margin-bottom: @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
&:not(:last-child) {
|
|
267
|
+
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
268
|
+
}
|
|
254
269
|
}
|
|
255
270
|
}
|
|
256
271
|
|
|
@@ -271,30 +286,20 @@
|
|
|
271
286
|
-moz-user-select: none; /* Firefox all */
|
|
272
287
|
user-select: none;
|
|
273
288
|
}
|
|
274
|
-
|
|
275
|
-
img.sapTntNLIIcon {
|
|
276
|
-
height: 1.125rem;
|
|
277
|
-
width: 1.125rem;
|
|
278
|
-
padding: 0.6875rem 0.9375rem;
|
|
279
|
-
}
|
|
280
289
|
}
|
|
281
290
|
|
|
282
291
|
.sapTntNLIHidden {
|
|
283
292
|
display: none;
|
|
284
293
|
}
|
|
285
294
|
|
|
286
|
-
.sapTntNLPopup {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
visibility: hidden;
|
|
295
|
+
.sapTntNLPopup .sapTntNLI {
|
|
296
|
+
|
|
297
|
+
a {
|
|
298
|
+
padding-left: 1rem;
|
|
291
299
|
}
|
|
292
300
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
min-width: @_sap_tnt_NavigationList_PopupIconWidth;
|
|
296
|
-
visibility: hidden;
|
|
297
|
-
padding: 0;
|
|
301
|
+
.sapTntNLIIcon {
|
|
302
|
+
display: none;
|
|
298
303
|
}
|
|
299
304
|
}
|
|
300
305
|
|
|
@@ -315,7 +320,7 @@
|
|
|
315
320
|
user-select: none;
|
|
316
321
|
}
|
|
317
322
|
|
|
318
|
-
.sapTntNLI.sapTntNLIWithExpander.sapTntNLITwoClickAreas .sapTntNLIExpandIcon {
|
|
323
|
+
.sapTntNL:not(.sapTntNLCollapsed) .sapTntNLI.sapTntNLIWithExpander.sapTntNLITwoClickAreas .sapTntNLIExpandIcon {
|
|
319
324
|
margin-left: 1rem;
|
|
320
325
|
}
|
|
321
326
|
|
|
@@ -397,7 +402,7 @@
|
|
|
397
402
|
&.sapTntNLITwoClickAreas:not(.sapTntNLIWithExpander) {
|
|
398
403
|
[tabindex]:hover,
|
|
399
404
|
[tabindex]:focus {
|
|
400
|
-
padding-right:
|
|
405
|
+
padding-right: @_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding;
|
|
401
406
|
}
|
|
402
407
|
}
|
|
403
408
|
}
|
|
@@ -472,11 +477,14 @@
|
|
|
472
477
|
}
|
|
473
478
|
|
|
474
479
|
.sapTntNLIWithExpander.sapTntNLITwoClickAreas .sapUiIcon:last-of-type {
|
|
475
|
-
border-left: 0.0625rem solid @sapTextColor;
|
|
476
480
|
height: @sapUiElementCondensedHeight;
|
|
477
481
|
line-height: @sapUiElementCondensedHeight;
|
|
478
482
|
}
|
|
479
483
|
|
|
484
|
+
.sapTntNL:not(.sapTntNLCollapsed) .sapTntNLIWithExpander.sapTntNLITwoClickAreas .sapUiIcon:last-of-type {
|
|
485
|
+
border-left: 0.0625rem solid @sapTextColor;
|
|
486
|
+
}
|
|
487
|
+
|
|
480
488
|
.sapTntNLIWithExpander.sapTntNLITwoClickAreas .sapUiIcon:last-of-type::before {
|
|
481
489
|
line-height: @sapUiElementCondensedHeight;
|
|
482
490
|
}
|
|
@@ -516,7 +524,6 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
516
524
|
display: flex;
|
|
517
525
|
cursor: pointer;
|
|
518
526
|
box-sizing: border-box;
|
|
519
|
-
gap: 0.4375rem;
|
|
520
527
|
align-items: center;
|
|
521
528
|
|
|
522
529
|
&::before {
|
|
@@ -564,18 +571,14 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
564
571
|
}
|
|
565
572
|
|
|
566
573
|
// NavigationList with icons
|
|
567
|
-
.sapTntNL:not(.sapTntNLNoIcons) {
|
|
568
|
-
|
|
569
|
-
min-width: @_sap_tnt_NavigationList_GroupIconWidth;
|
|
570
|
-
}
|
|
574
|
+
.sapTntNL:not(.sapTntNLNoIcons) span.sapTntNLIIcon {
|
|
575
|
+
min-width: @_sap_tnt_NavigationList_GroupIconWidth;
|
|
571
576
|
}
|
|
572
577
|
|
|
573
|
-
.sapTntNL:not(.sapTntNLNoIcons):not(.sapTntNLCollapsed) {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
margin-right: @_sap_tnt_NavigationList_GroupIconMarginRight
|
|
578
|
-
}
|
|
578
|
+
.sapTntNL:not(.sapTntNLNoIcons):not(.sapTntNLCollapsed) span.sapTntNLIIcon {
|
|
579
|
+
min-width: @_sap_tnt_NavigationList_GroupIconWidthExpanded;
|
|
580
|
+
margin-left: @_sap_tnt_NavigationList_GroupIconMarginLeft;
|
|
581
|
+
margin-right: @_sap_tnt_NavigationList_GroupIconMarginRight
|
|
579
582
|
}
|
|
580
583
|
|
|
581
584
|
// NavigationList without icons
|
|
@@ -591,31 +594,10 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
591
594
|
}
|
|
592
595
|
}
|
|
593
596
|
|
|
594
|
-
.sapTntNLPopover {
|
|
595
|
-
&.sapMPopover {
|
|
596
|
-
box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
|
|
597
|
-
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
598
|
-
|
|
599
|
-
.sapMPopoverCont {
|
|
600
|
-
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.sapMPopoverArr:after {
|
|
605
|
-
box-shadow: @_sap_tnt_NavigationList_PopupArrowBoxShadow;
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
|
|
609
597
|
.sapTntNLMenu.sapUiMnu {
|
|
610
|
-
box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
|
|
611
598
|
|
|
612
599
|
&:not(.sapUiSubmenu) {
|
|
613
|
-
padding: @
|
|
614
|
-
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
&.sapUiSubmenu {
|
|
618
|
-
padding: 0.5rem;
|
|
600
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
619
601
|
}
|
|
620
602
|
|
|
621
603
|
.sapUiMnuItmSbMnu:empty {
|
|
@@ -709,7 +691,7 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
709
691
|
outline-offset: 0;
|
|
710
692
|
|
|
711
693
|
&:not(:last-child) {
|
|
712
|
-
margin-bottom:
|
|
694
|
+
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup;
|
|
713
695
|
border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
|
|
714
696
|
border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
|
|
715
697
|
}
|
|
@@ -732,27 +714,31 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
732
714
|
}
|
|
733
715
|
|
|
734
716
|
.sapTntNLMenu.sapUiMnu.sapUiSubmenu {
|
|
735
|
-
.
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
padding-left: 0.5rem;
|
|
748
|
-
font-size: 0.875rem;
|
|
749
|
-
pointer-events: all;
|
|
750
|
-
outline: none;
|
|
751
|
-
-webkit-user-select: none; /* Chrome all / Safari all */
|
|
752
|
-
-moz-user-select: none; /* Firefox all */
|
|
753
|
-
user-select: none;
|
|
717
|
+
padding: 0.5rem;
|
|
718
|
+
|
|
719
|
+
.sapUiMnuLst .sapUiMnuItm {
|
|
720
|
+
padding-inline: 1rem;
|
|
721
|
+
|
|
722
|
+
.sapUiMnuItmIco {
|
|
723
|
+
position: relative !important;
|
|
724
|
+
width: auto;
|
|
725
|
+
|
|
726
|
+
.sapUiIcon {
|
|
727
|
+
color: @_sap_tnt_NavigationList_IconColor;
|
|
728
|
+
display: block;
|
|
754
729
|
}
|
|
755
730
|
}
|
|
731
|
+
|
|
732
|
+
.sapTntNLIExtLinkOverflowIcon {
|
|
733
|
+
color: @_sap_tnt_NavigationList_ExpandIconColor;
|
|
734
|
+
padding-left: 0.5rem;
|
|
735
|
+
font-size: 0.875rem;
|
|
736
|
+
pointer-events: all;
|
|
737
|
+
outline: none;
|
|
738
|
+
-webkit-user-select: none; /* Chrome all / Safari all */
|
|
739
|
+
-moz-user-select: none; /* Firefox all */
|
|
740
|
+
user-select: none;
|
|
741
|
+
}
|
|
756
742
|
}
|
|
757
743
|
}
|
|
758
744
|
|
|
@@ -776,8 +762,13 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
776
762
|
/* Compact size */
|
|
777
763
|
.sapUiSizeCompact {
|
|
778
764
|
|
|
765
|
+
.sapUiIcon > .sapUiIconTitle {
|
|
766
|
+
padding-block: @_sap_tnt_NavigationList_ArrowPaddingCompact;
|
|
767
|
+
top: -@_sap_tnt_NavigationList_ArrowPaddingCompact;
|
|
768
|
+
}
|
|
769
|
+
|
|
779
770
|
.sapTntNL.sapTntNLCollapsed li:not(.sapTntNLSeparator) {
|
|
780
|
-
min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @
|
|
771
|
+
min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
781
772
|
}
|
|
782
773
|
|
|
783
774
|
.sapTntNLMenu.sapUiMnu li.sapUiMnuItm,
|
|
@@ -797,10 +788,6 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
797
788
|
padding: 0.5rem 0;
|
|
798
789
|
}
|
|
799
790
|
|
|
800
|
-
.sapTntNL img.sapTntNLIIcon {
|
|
801
|
-
padding: 0.5rem 0.4375rem;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
791
|
.sapTntNLPopup span.sapTntNLIIcon {
|
|
805
792
|
width: 0.5rem;
|
|
806
793
|
min-width: 0.5rem;
|
|
@@ -810,10 +797,6 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
|
|
|
810
797
|
padding-left: 0;
|
|
811
798
|
}
|
|
812
799
|
|
|
813
|
-
.sapTntNL:not(.sapTntNLPopup) .sapTntNLI {
|
|
814
|
-
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
800
|
.sapTntNLCollapsed {
|
|
818
801
|
.sapTntNLI:not(.sapTntNLIDisabled):not(.sapTntNLIActive):not(.sapTntNLINoHoverEffect) {
|
|
819
802
|
[tabindex]:hover,
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"config": {
|
|
3
|
+
"themePath": {
|
|
4
|
+
"sap_horizon": "v5/",
|
|
5
|
+
"sap_horizon_dark": "v5/",
|
|
6
|
+
"sap_horizon_hcw": "v5/hc/",
|
|
7
|
+
"sap_horizon_hcb": "v5/hc/"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
2
10
|
"symbols": [
|
|
3
11
|
"Avatar",
|
|
4
12
|
"Calculator",
|
|
@@ -46,9 +54,185 @@
|
|
|
46
54
|
"UnsuccessfulAuth",
|
|
47
55
|
"User2"
|
|
48
56
|
],
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
57
|
+
"pathSymbolsConfig": {
|
|
58
|
+
"root": {
|
|
59
|
+
"ChartArea": {
|
|
60
|
+
"sizeReplacement": {
|
|
61
|
+
"Dot": "Spot"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"ChartArea2": {
|
|
65
|
+
"sizeReplacement": {
|
|
66
|
+
"Dot": "Spot"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"ChartBar": {
|
|
70
|
+
"sizeReplacement": {
|
|
71
|
+
"Dot": "Spot"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"ChartBPMNFlow": {
|
|
75
|
+
"sizeReplacement": {
|
|
76
|
+
"Dot": "Spot"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"ChartBullet": {
|
|
80
|
+
"sizeReplacement": {
|
|
81
|
+
"Dot": "Spot"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"ChartDoughnut": {
|
|
85
|
+
"sizeReplacement": {
|
|
86
|
+
"Dot": "Spot"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"ChartFlow": {
|
|
90
|
+
"sizeReplacement": {
|
|
91
|
+
"Dot": "Spot"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"ChartGantt": {
|
|
95
|
+
"sizeReplacement": {
|
|
96
|
+
"Dot": "Spot"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"ChartOrg": {
|
|
100
|
+
"sizeReplacement": {
|
|
101
|
+
"Dot": "Spot"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"ChartPie": {
|
|
105
|
+
"sizeReplacement": {
|
|
106
|
+
"Dot": "Spot"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"CodePlaceholder": {
|
|
110
|
+
"sizeReplacement": {
|
|
111
|
+
"Dot": "Spot"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"Company": {
|
|
115
|
+
"sizeReplacement": {
|
|
116
|
+
"Dot": "Spot"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"Components": {
|
|
120
|
+
"sizeReplacement": {
|
|
121
|
+
"Dot": "Spot"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"ExternalLink": {
|
|
125
|
+
"sizeReplacement": {
|
|
126
|
+
"Dot": "Spot"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"FaceID": {
|
|
130
|
+
"sizeReplacement": {
|
|
131
|
+
"Dot": "Spot"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"Fingerprint": {
|
|
135
|
+
"sizeReplacement": {
|
|
136
|
+
"Dot": "Spot"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"Lock": {
|
|
140
|
+
"sizeReplacement": {
|
|
141
|
+
"Dot": "Spot"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"Mission": {
|
|
145
|
+
"sizeReplacement": {
|
|
146
|
+
"Dot": "Spot"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"NoApplications": {
|
|
150
|
+
"sizeReplacement": {
|
|
151
|
+
"Dot": "Spot"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"NoFlows": {
|
|
155
|
+
"sizeReplacement": {
|
|
156
|
+
"Dot": "Spot"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"NoUsers": {
|
|
160
|
+
"sizeReplacement": {
|
|
161
|
+
"Dot": "Spot"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"Radar": {
|
|
165
|
+
"sizeReplacement": {
|
|
166
|
+
"Dot": "Spot"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"Secrets": {
|
|
170
|
+
"sizeReplacement": {
|
|
171
|
+
"Dot": "Spot"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"Services": {
|
|
175
|
+
"sizeReplacement": {
|
|
176
|
+
"Dot": "Spot"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"SessionExpired": {
|
|
180
|
+
"sizeReplacement": {
|
|
181
|
+
"Dot": "Spot"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"SessionExpiring": {
|
|
185
|
+
"sizeReplacement": {
|
|
186
|
+
"Dot": "Spot"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"Success": {
|
|
190
|
+
"sizeReplacement": {
|
|
191
|
+
"Dot": "Spot"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"SuccessfulAuth": {
|
|
195
|
+
"sizeReplacement": {
|
|
196
|
+
"Dot": "Spot"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"Systems": {
|
|
200
|
+
"sizeReplacement": {
|
|
201
|
+
"Dot": "Spot"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"Teams": {
|
|
205
|
+
"sizeReplacement": {
|
|
206
|
+
"Dot": "Spot"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"Tools": {
|
|
210
|
+
"sizeReplacement": {
|
|
211
|
+
"Dot": "Spot"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"UnableToLoad": {
|
|
215
|
+
"sizeReplacement": {
|
|
216
|
+
"Dot": "Spot"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"Unlock": {
|
|
220
|
+
"sizeReplacement": {
|
|
221
|
+
"Dot": "Spot"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"UnsuccessfulAuth": {
|
|
225
|
+
"sizeReplacement": {
|
|
226
|
+
"Dot": "Spot"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"User2": {
|
|
230
|
+
"sizeReplacement": {
|
|
231
|
+
"Dot": "Spot"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"v5/hc/": {
|
|
52
236
|
"Avatar": "Avatar-alternate",
|
|
53
237
|
"Calculator": "Calculator-alternate",
|
|
54
238
|
"ChartArea": "ChartArea-alternate",
|
|
@@ -93,10 +277,8 @@
|
|
|
93
277
|
"Tutorials": "Tutorials-alternate",
|
|
94
278
|
"UnSuccessfulAuth": "UnSuccessfulAuth-alternate",
|
|
95
279
|
"Unlock": "Unlock-alternate"
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
"prefix": "v5/",
|
|
99
|
-
"mappings": {
|
|
280
|
+
},
|
|
281
|
+
"v5/": {
|
|
100
282
|
"ChartArea": "ChartArea",
|
|
101
283
|
"ChartArea2": "ChartArea2",
|
|
102
284
|
"ChartBPMNFlow": "ChartBPMNFlow",
|
|
@@ -132,5 +314,5 @@
|
|
|
132
314
|
"UnSuccessfulAuth": "UnSuccessfulAuth",
|
|
133
315
|
"Unlock": "Unlock"
|
|
134
316
|
}
|
|
135
|
-
}
|
|
317
|
+
}
|
|
136
318
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0;
|
|
39
39
|
@_sap_tnt_NavigationList_Padding: 0;
|
|
40
40
|
@_sap_tnt_NavigationList_PaddingCompact: 0;
|
|
41
|
-
@
|
|
41
|
+
@_sap_tnt_NavigationList_PopupPadding: 0;
|
|
42
42
|
@_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
|
|
43
43
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
|
|
44
44
|
@_sap_tnt_NavigationList_PopupIconWidth: 1rem;
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.sapTntNLPopover .sapTntNLPopup.sapTntNL {
|
|
212
|
-
padding: @
|
|
212
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
213
213
|
|
|
214
214
|
.sapTntNLI.sapTntNLIFirstLevel {
|
|
215
215
|
margin-bottom: @_sap_tnt_NavigationList_GroupBottomMarginInPopup;
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
|
|
479
479
|
|
|
480
480
|
&:not(.sapUiSubmenu) {
|
|
481
|
-
padding: @
|
|
481
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
482
482
|
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
483
483
|
}
|
|
484
484
|
|
package/ui5.yaml
CHANGED
|
@@ -5,7 +5,7 @@ metadata:
|
|
|
5
5
|
name: sap.tnt
|
|
6
6
|
copyright: |-
|
|
7
7
|
OpenUI5
|
|
8
|
-
* (c) Copyright
|
|
8
|
+
* (c) Copyright ${currentYear} SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
10
10
|
resources:
|
|
11
11
|
configuration:
|