@openui5/sap.tnt 1.126.0 → 1.127.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/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.12.0
471
+ Component: SAP Theming Base Content, version: 11.16.1
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.126.0",
3
+ "version": "1.127.0",
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.126.0",
18
- "@openui5/sap.ui.core": "1.126.0"
17
+ "@openui5/sap.m": "1.127.0",
18
+ "@openui5/sap.ui.core": "1.127.0"
19
19
  }
20
20
  }
@@ -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.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.126.0
51
+ * @version 1.127.0
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  /**
66
66
  * Specifies the text inside the <code>InfoLabel</code> control.
67
67
  */
68
- text: { type: "string", defaultValue: "", bindable: "bindable" },
68
+ text: { type: "string", group: "Data", defaultValue: "", bindable: "bindable" },
69
69
  /**
70
70
  * Specifies the type of the <code>InfoLabel</code> paddings - loose or narrow.
71
71
  * <b>Note:</b> By default the padding is loose. It is recommended to use narrow (smaller) paddings for numeric texts.
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.126.0
57
+ * @version 1.127.0
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.tnt.NavigationListItemBase
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.126.0
24
+ * @version 1.127.0
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.tnt.NavigationListItemBase
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.126.0
53
+ * @version 1.127.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Item
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.126.0
32
+ * @version 1.127.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.unified.MenuItemBase
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.126.0
41
+ * @version 1.127.0
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.126.0
36
+ * @version 1.127.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -123,7 +123,7 @@ sap.ui.define([
123
123
  * @implements sap.tnt.IToolHeader
124
124
  *
125
125
  * @author SAP SE
126
- * @version 1.126.0
126
+ * @version 1.127.0
127
127
  *
128
128
  * @constructor
129
129
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.126.0
27
+ * @version 1.127.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.126.0
44
+ * @version 1.127.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.tnt
24
24
  * @author SAP SE
25
- * @version 1.126.0
25
+ * @version 1.127.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.126.0",
32
+ version: "1.127.0",
33
33
  dependencies : ["sap.ui.core", "sap.m"],
34
34
  designtime: "sap/tnt/designtime/library.designtime",
35
35
  types: [
@@ -1,20 +1,18 @@
1
1
 
2
2
 
3
- INFOLABEL_DEFAULT=[[[\u012C\u014B\u0192\u014F \u013A\u0105\u0183\u0113\u013A\u2219\u2219\u2219\u2219]]]
3
+ INFOLABEL_DEFAULT=[[[\u012C\u014B\u0192\u014F \u013B\u0105\u0183\u0113\u013A\u2219\u2219\u2219\u2219]]]
4
4
 
5
- INFOLABEL_EMPTY=[[[\u0114\u0271\u03C1\u0163\u0177 \u012F\u014B\u0192\u014F \u013A\u0105\u0183\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
5
+ INFOLABEL_EMPTY=[[[\u0114\u0271\u03C1\u0163\u0177 \u012C\u014B\u0192\u014F \u013B\u0105\u0183\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
6
6
 
7
- SIDENAVIGATION_ROLE_DESCRIPTION=[[[\u015C\u012F\u018C\u0113 \u014B\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219]]]
7
+ SIDENAVIGATION_ROLE_DESCRIPTION=[[[\u015C\u012F\u018C\u0113 \u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219]]]
8
8
 
9
- SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=[[[\u015C\u012F\u018C\u0113 \u014B\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u015F\u0113\u03C1\u0105\u0157\u0105\u0163\u014F\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
9
+ SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=[[[\u015C\u012F\u018C\u0113 \u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u015C\u0113\u03C1\u0105\u0157\u0105\u0163\u014F\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
10
10
 
11
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013A\u012F\u015F\u0163 \u0271\u0113\u014B\u0171 \u012F\u0163\u0113\u0271\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
11
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013B\u012F\u015F\u0163 \u039C\u0113\u014B\u0171 \u012C\u0163\u0113\u0271\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
12
12
 
13
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013A\u012F\u015F\u0163 \u0271\u0113\u014B\u0171 \u0183\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219]]]
13
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013B\u012F\u015F\u0163 \u039C\u0113\u014B\u0171 \u0181\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219]]]
14
14
 
15
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013A\u012F\u015F\u0163 \u0163\u0157\u0113\u0113\u2219\u2219\u2219\u2219]]]
16
-
17
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013A\u012F\u015F\u0163 \u0163\u0157\u0113\u0113 \u012F\u0163\u0113\u0271\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
15
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B \u013B\u012F\u015F\u0163 \u0162\u0157\u0113\u0113\u2219\u2219\u2219\u2219]]]
18
16
 
19
17
  NAVIGATION_LIST_DIALOG_TITLE=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219]]]
20
18
 
@@ -1,21 +1,19 @@
1
1
 
2
2
 
3
- INFOLABEL_DEFAULT=acYXVTn++ZbwHuhjAJayzQ_Info label
3
+ INFOLABEL_DEFAULT=GupegwkokN1RS+cUX7wWrQ_Info Label
4
4
 
5
- INFOLABEL_EMPTY=zbaGI0usx9mfiBVWE+PzMw_Empty info label
5
+ INFOLABEL_EMPTY=OKQtCZRaxqvXdjTlg2JNQw_Empty Info Label
6
6
 
7
- SIDENAVIGATION_ROLE_DESCRIPTION=8Pb2e62ymUIjYiXZtooEHg_Side navigation
7
+ SIDENAVIGATION_ROLE_DESCRIPTION=t6Q+gGR5npktZv3gM14Quw_Side Navigation
8
8
 
9
- SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=J6lzzIiE5pW12HGxCqvp6g_Side navigation separator
9
+ SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=XjalMznhEhmf1DM2IlVn/g_Side Navigation Separator
10
10
 
11
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=jIL6jxSIoL8eQeEmkYNJOA_Navigation list menu item
11
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=axutng9WE6i0dAXcuuiOiQ_Navigation List Menu Item
12
12
 
13
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Z0kxSAUbPRRUtKdFa+Y94A_Navigation list menu bar
13
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=z7lajgmL6Y7gVQfflrClCw_Navigation List Menu Bar
14
14
 
15
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=V/qixikIs+NTyzxLyDI7eA_Navigation list tree
15
+ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=2Si8/YnfpBGb/KuoO/WpfA_Navigation List Tree
16
16
 
17
- NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=tD7/+mC+Lvi8HjFY92MI7A_Navigation list tree item
17
+ NAVIGATION_LIST_DIALOG_TITLE=0CTVYxrM38DrH9wPYrxRJQ_Navigation
18
18
 
19
- NAVIGATION_LIST_DIALOG_TITLE=hzxs3tnccV4Qjv56Y6qDsA_Navigation
20
-
21
- NAVIGATION_LIST_NAVIGATION_OVERFLOW=jW0+TdimUwRny5wOxIknTQ_More items
19
+ NAVIGATION_LIST_NAVIGATION_OVERFLOW=hyn7DwVjnkCJLTgKTP44og_More items
@@ -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;