@openui5/sap.tnt 1.120.17 → 1.120.19
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/package.json +3 -3
- package/src/sap/tnt/.library +1 -1
- package/src/sap/tnt/InfoLabel.js +1 -1
- package/src/sap/tnt/NavigationList.js +1 -1
- package/src/sap/tnt/NavigationListItem.js +1 -1
- package/src/sap/tnt/SideNavigation.js +1 -1
- package/src/sap/tnt/ToolHeader.js +1 -1
- package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
- package/src/sap/tnt/ToolPage.js +1 -1
- package/src/sap/tnt/library.js +2 -2
- package/src/sap/tnt/themes/base/NavigationList.less +4 -8
- package/src/sap/tnt/themes/base/ToolHeader.less +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.19",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.tnt",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.120.
|
|
18
|
-
"@openui5/sap.ui.core": "1.120.
|
|
17
|
+
"@openui5/sap.m": "1.120.19",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.19"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/tnt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.19</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
package/src/sap/tnt/ToolPage.js
CHANGED
package/src/sap/tnt/library.js
CHANGED
|
@@ -17,13 +17,13 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
|
|
|
17
17
|
* @namespace
|
|
18
18
|
* @alias sap.tnt
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.120.
|
|
20
|
+
* @version 1.120.19
|
|
21
21
|
* @since 1.36
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
24
24
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
25
25
|
name : "sap.tnt",
|
|
26
|
-
version: "1.120.
|
|
26
|
+
version: "1.120.19",
|
|
27
27
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
28
28
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
29
29
|
types: [
|
|
@@ -378,10 +378,8 @@
|
|
|
378
378
|
background-color: @sapUiListSelectionHoverBackground;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.sapTntNavLI:not(.sapTntNavLIPopup) {
|
|
382
|
-
|
|
383
|
-
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
384
|
-
}
|
|
381
|
+
.sapTntNavLI:not(.sapTntNavLIPopup) li .sapTntNavLIItem {
|
|
382
|
+
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
385
383
|
}
|
|
386
384
|
|
|
387
385
|
.sapTntNavLICollapsed .sapTntNavLIItemSelected:not(.sapTntNavLIItemDisabled):not(.sapTntNavLIActive) {
|
|
@@ -587,10 +585,8 @@
|
|
|
587
585
|
}
|
|
588
586
|
}
|
|
589
587
|
|
|
590
|
-
.sapTntNavLI:not(.sapTntNavLIPopup) {
|
|
591
|
-
|
|
592
|
-
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
|
|
593
|
-
}
|
|
588
|
+
.sapTntNavLI:not(.sapTntNavLIPopup) li .sapTntNavLIItem {
|
|
589
|
+
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
|
|
594
590
|
}
|
|
595
591
|
|
|
596
592
|
.sapTntNavLICollapsed {
|
|
@@ -74,17 +74,14 @@
|
|
|
74
74
|
/* Shell overrides */
|
|
75
75
|
/* ------------------------------------------------ */
|
|
76
76
|
|
|
77
|
-
.sapTntToolHeader.sapUshellShellToolHeader {
|
|
77
|
+
.sapTntToolHeader.sapMTB.sapUshellShellToolHeader {
|
|
78
78
|
background-color: @sapUiShellNavigationBackground;
|
|
79
79
|
height: 2.75rem;
|
|
80
80
|
box-shadow: @sapUiShellShadow;
|
|
81
81
|
border: none;
|
|
82
82
|
z-index: 1;
|
|
83
83
|
position: relative;
|
|
84
|
-
|
|
85
|
-
&.sapMTB {
|
|
86
|
-
border-radius: 0;
|
|
87
|
-
}
|
|
84
|
+
border-radius: 0;
|
|
88
85
|
|
|
89
86
|
.sapMITH {
|
|
90
87
|
background: transparent;
|