@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 +1 -1
- package/package.json +3 -3
- package/src/sap/tnt/.library +1 -1
- package/src/sap/tnt/InfoLabel.js +2 -2
- package/src/sap/tnt/NavigationList.js +1 -1
- package/src/sap/tnt/NavigationListGroup.js +1 -1
- package/src/sap/tnt/NavigationListItem.js +1 -1
- package/src/sap/tnt/NavigationListItemBase.js +1 -1
- package/src/sap/tnt/NavigationListMenuItem.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/messagebundle_en_US_sappsd.properties +7 -9
- package/src/sap/tnt/messagebundle_en_US_saptrc.properties +9 -11
- package/src/sap/tnt/themes/base/ToolHeader.less +2 -5
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.
|
|
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.
|
|
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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
17
|
+
"@openui5/sap.m": "1.127.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.127.0"
|
|
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.
|
|
9
|
+
<version>1.127.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
|
@@ -48,7 +48,7 @@ sap.ui.define([
|
|
|
48
48
|
* @extends sap.ui.core.Control
|
|
49
49
|
*
|
|
50
50
|
* @author SAP SE
|
|
51
|
-
* @version 1.
|
|
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.
|
package/src/sap/tnt/ToolPage.js
CHANGED
package/src/sap/tnt/library.js
CHANGED
|
@@ -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.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.
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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=
|
|
3
|
+
INFOLABEL_DEFAULT=GupegwkokN1RS+cUX7wWrQ_Info Label
|
|
4
4
|
|
|
5
|
-
INFOLABEL_EMPTY=
|
|
5
|
+
INFOLABEL_EMPTY=OKQtCZRaxqvXdjTlg2JNQw_Empty Info Label
|
|
6
6
|
|
|
7
|
-
SIDENAVIGATION_ROLE_DESCRIPTION=
|
|
7
|
+
SIDENAVIGATION_ROLE_DESCRIPTION=t6Q+gGR5npktZv3gM14Quw_Side Navigation
|
|
8
8
|
|
|
9
|
-
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=
|
|
9
|
+
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=XjalMznhEhmf1DM2IlVn/g_Side Navigation Separator
|
|
10
10
|
|
|
11
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=
|
|
11
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=axutng9WE6i0dAXcuuiOiQ_Navigation List Menu Item
|
|
12
12
|
|
|
13
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=
|
|
13
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=z7lajgmL6Y7gVQfflrClCw_Navigation List Menu Bar
|
|
14
14
|
|
|
15
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=
|
|
15
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=2Si8/YnfpBGb/KuoO/WpfA_Navigation List Tree
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
NAVIGATION_LIST_DIALOG_TITLE=0CTVYxrM38DrH9wPYrxRJQ_Navigation
|
|
18
18
|
|
|
19
|
-
|
|
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;
|