@openui5/sap.tnt 1.123.0 → 1.124.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/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/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_sh.properties +6 -6
- package/src/sap/tnt/themes/base/fonts/SAP-icons-TNT.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.124.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.124.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.124.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.124.0</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
|
@@ -21,14 +21,14 @@ sap.ui.define([
|
|
|
21
21
|
* @namespace
|
|
22
22
|
* @alias sap.tnt
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.124.0
|
|
25
25
|
* @since 1.36
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = Library.init({
|
|
29
29
|
apiVersion: 2,
|
|
30
30
|
name : "sap.tnt",
|
|
31
|
-
version: "1.
|
|
31
|
+
version: "1.124.0",
|
|
32
32
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
33
33
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
34
34
|
types: [
|
|
@@ -4,16 +4,16 @@ INFOLABEL_DEFAULT=Info oznaka
|
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=Prazna info oznaka
|
|
6
6
|
|
|
7
|
-
SIDENAVIGATION_ROLE_DESCRIPTION=Bo\u010Dno
|
|
7
|
+
SIDENAVIGATION_ROLE_DESCRIPTION=Bo\u010Dno usmeravanje
|
|
8
8
|
|
|
9
|
-
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Separator bo\u010Dnog
|
|
9
|
+
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Separator bo\u010Dnog usmeravanja
|
|
10
10
|
|
|
11
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Stavka menija liste
|
|
11
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Stavka menija liste usmeravanja
|
|
12
12
|
|
|
13
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Traka menija liste
|
|
13
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Traka menija liste usmeravanja
|
|
14
14
|
|
|
15
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Stablo liste
|
|
15
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Stablo liste usmeravanja
|
|
16
16
|
|
|
17
|
-
NAVIGATION_LIST_DIALOG_TITLE=
|
|
17
|
+
NAVIGATION_LIST_DIALOG_TITLE=Usmeravanje
|
|
18
18
|
|
|
19
19
|
NAVIGATION_LIST_NAVIGATION_OVERFLOW=Vi\u0161e stavki
|
|
@@ -253,8 +253,8 @@
|
|
|
253
253
|
"any": "0xe101",
|
|
254
254
|
"integer": "0xe102",
|
|
255
255
|
"float": "0xe103",
|
|
256
|
-
"build-
|
|
257
|
-
"build-
|
|
256
|
+
"build-work-zone": "0xe104",
|
|
257
|
+
"build-apps": "0xe105",
|
|
258
258
|
"build-process-automation": "0xe106",
|
|
259
259
|
"indicator": "0xe107",
|
|
260
260
|
"indicator-active": "0xe108",
|