@openui5/sap.tnt 1.96.32 → 1.96.34
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/messagebundle_en_US_saptrc.properties +20 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.34",
|
|
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.96.
|
|
18
|
-
"@openui5/sap.ui.core": "1.96.
|
|
17
|
+
"@openui5/sap.m": "1.96.34",
|
|
18
|
+
"@openui5/sap.ui.core": "1.96.34"
|
|
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.96.
|
|
9
|
+
<version>1.96.34</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,7 +17,7 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
|
|
|
17
17
|
* @namespace
|
|
18
18
|
* @name sap.tnt
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.96.
|
|
20
|
+
* @version 1.96.34
|
|
21
21
|
* @since 1.36
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
@@ -25,7 +25,7 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
|
|
|
25
25
|
// delegate further initialization of this library to the Core
|
|
26
26
|
sap.ui.getCore().initLibrary({
|
|
27
27
|
name : "sap.tnt",
|
|
28
|
-
version: "1.96.
|
|
28
|
+
version: "1.96.34",
|
|
29
29
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
30
30
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
31
31
|
types: [
|
|
@@ -1,19 +1,30 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.tnt library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
#XACT: ARIA Default control description
|
|
6
|
+
INFOLABEL_DEFAULT=X36utJhznOVhX7Iv7JUzLw_Info label
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
#XACT: ARIA control description when there is no text
|
|
9
|
+
INFOLABEL_EMPTY=McScBE/VpfedqfeAIBLHAA_Empty info label
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
#XACT: ARIA announcement for the SideNavigation`s roledescription attribute navigation
|
|
12
|
+
SIDENAVIGATION_ROLE_DESCRIPTION=8UolcqCaCe6OyYCjdQfl2g_Side navigation
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
#XACT: ARIA announcement for the SideNavigation`s roledescription attribute separator
|
|
15
|
+
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=veP9fWiHJin6L5Zy7SGfDg_Side navigation separator
|
|
10
16
|
|
|
11
|
-
|
|
17
|
+
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute menu item
|
|
18
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=w1z/Ui4Hndq0NKAAS/B0FA_Navigation list menu item
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute menu bar
|
|
21
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=OsWiOx5HnxVALZwkx8v1Lg_Navigation list menu bar
|
|
14
22
|
|
|
15
|
-
|
|
23
|
+
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute tree
|
|
24
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=MmJNM06c5y/3oiNh/Quzlw_Navigation list tree
|
|
16
25
|
|
|
17
|
-
|
|
26
|
+
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute tree item
|
|
27
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=ZcBY/F2fQnB67VGNcWNJwA_Navigation list tree item
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
#XACT: ARIA announcement for the NavigationList Dialog Title
|
|
30
|
+
NAVIGATION_LIST_DIALOG_TITLE=uGvEZy20b+RLLXKOCSyHDw_Navigation
|