@openui5/sap.tnt 1.96.25 → 1.96.26
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 +2 -2
- package/src/sap/tnt/InfoLabel.js +2 -2
- package/src/sap/tnt/InfoLabelRenderer.js +1 -1
- package/src/sap/tnt/NavigationList.js +2 -2
- package/src/sap/tnt/NavigationListItem.js +2 -2
- package/src/sap/tnt/NavigationListRenderer.js +1 -1
- package/src/sap/tnt/SideNavigation.js +2 -2
- package/src/sap/tnt/SideNavigationRenderer.js +1 -1
- package/src/sap/tnt/ToolHeader.js +2 -2
- package/src/sap/tnt/ToolHeaderRenderer.js +1 -1
- package/src/sap/tnt/ToolHeaderUtilitySeparator.js +2 -2
- package/src/sap/tnt/ToolPage.js +2 -2
- package/src/sap/tnt/ToolPageRenderer.js +1 -1
- package/src/sap/tnt/designtime/NavigationListItem.designtime.js +1 -1
- package/src/sap/tnt/designtime/library.designtime.js +1 -1
- package/src/sap/tnt/flexibility/NavigationListItem.flexibility.js +1 -1
- package/src/sap/tnt/library.js +3 -3
- package/src/sap/tnt/messagebundle_en.properties +0 -11
- package/src/sap/tnt/messagebundle_en_US_saprigi.properties +9 -9
- package/src/sap/tnt/themes/base/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_hcb/library.source.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.26",
|
|
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.26",
|
|
18
|
+
"@openui5/sap.ui.core": "1.96.26"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/tnt/.library
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.tnt</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
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.26</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -47,7 +47,7 @@ sap.ui.define([
|
|
|
47
47
|
* @extends sap.ui.core.Control
|
|
48
48
|
*
|
|
49
49
|
* @author SAP SE
|
|
50
|
-
* @version 1.96.
|
|
50
|
+
* @version 1.96.26
|
|
51
51
|
*
|
|
52
52
|
* @constructor
|
|
53
53
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* @extends sap.ui.core.Control
|
|
42
42
|
*
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.96.
|
|
44
|
+
* @version 1.96.26
|
|
45
45
|
*
|
|
46
46
|
* @constructor
|
|
47
47
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
|
|
|
32
32
|
* @extends sap.ui.core.Item
|
|
33
33
|
*
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.96.
|
|
35
|
+
* @version 1.96.26
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @extends sap.ui.core.Control
|
|
41
41
|
*
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.96.
|
|
43
|
+
* @version 1.96.26
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -120,7 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
* @implements sap.tnt.IToolHeader
|
|
121
121
|
*
|
|
122
122
|
* @author SAP SE
|
|
123
|
-
* @version 1.96.
|
|
123
|
+
* @version 1.96.26
|
|
124
124
|
*
|
|
125
125
|
* @constructor
|
|
126
126
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @extends sap.ui.core.Control
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.96.
|
|
27
|
+
* @version 1.96.26
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
package/src/sap/tnt/ToolPage.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.96.
|
|
39
|
+
* @version 1.96.26
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
package/src/sap/tnt/library.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.26
|
|
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.26",
|
|
29
29
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
30
30
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
31
31
|
types: [
|
|
@@ -1,30 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.tnt library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
2
|
|
|
5
|
-
#XACT: ARIA Default control description
|
|
6
3
|
INFOLABEL_DEFAULT=Info Label
|
|
7
4
|
|
|
8
|
-
#XACT: ARIA control description when there is no text
|
|
9
5
|
INFOLABEL_EMPTY=Empty Info Label
|
|
10
6
|
|
|
11
|
-
#XACT: ARIA announcement for the SideNavigation`s roledescription attribute navigation
|
|
12
7
|
SIDENAVIGATION_ROLE_DESCRIPTION=Side Navigation
|
|
13
8
|
|
|
14
|
-
#XACT: ARIA announcement for the SideNavigation`s roledescription attribute separator
|
|
15
9
|
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=Side Navigation Separator
|
|
16
10
|
|
|
17
|
-
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute menu item
|
|
18
11
|
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=Navigation List Menu Item
|
|
19
12
|
|
|
20
|
-
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute menu bar
|
|
21
13
|
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=Navigation List Menu Bar
|
|
22
14
|
|
|
23
|
-
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute tree
|
|
24
15
|
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=Navigation List Tree
|
|
25
16
|
|
|
26
|
-
#XACT: ARIA announcement for the NavigationListItem`s roledescription attribute tree item
|
|
27
17
|
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=Navigation List Tree Item
|
|
28
18
|
|
|
29
|
-
#XACT: ARIA announcement for the NavigationList Dialog Title
|
|
30
19
|
NAVIGATION_LIST_DIALOG_TITLE=Navigation
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
INFOLABEL_DEFAULT=\u206A\u206A\u206A\u200C\
|
|
3
|
+
INFOLABEL_DEFAULT=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u206AInfo Label\u206A\u206A
|
|
4
4
|
|
|
5
|
-
INFOLABEL_EMPTY=\u206A\u206A\u206A\u200C\u200B\
|
|
5
|
+
INFOLABEL_EMPTY=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u206AEmpty Info Label\u206A\u206A
|
|
6
6
|
|
|
7
|
-
SIDENAVIGATION_ROLE_DESCRIPTION=\u206A\u206A\u206A\
|
|
7
|
+
SIDENAVIGATION_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u206ASide Navigation\u206A\u206A
|
|
8
8
|
|
|
9
|
-
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=\u206A\u206A\u206A\u200C\u200B\
|
|
9
|
+
SIDENAVIGATION_ROLE_DESCRIPTION_SEPARATOR=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u206ASide Navigation Separator\u206A\u206A
|
|
10
10
|
|
|
11
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=\u206A\u206A\u206A\u200D\
|
|
11
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u206ANavigation List Menu Item\u206A\u206A
|
|
12
12
|
|
|
13
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u206A\u206A\u206A\u200C\
|
|
13
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u206ANavigation List Menu Bar\u206A\u206A
|
|
14
14
|
|
|
15
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u206A\u206A\u206A\u200D\u200B\
|
|
15
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u206ANavigation List Tree\u206A\u206A
|
|
16
16
|
|
|
17
|
-
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=\u206A\u206A\u206A\u200C\
|
|
17
|
+
NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE_ITEM=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u206ANavigation List Tree Item\u206A\u206A
|
|
18
18
|
|
|
19
|
-
NAVIGATION_LIST_DIALOG_TITLE=\u206A\u206A\u206A\
|
|
19
|
+
NAVIGATION_LIST_DIALOG_TITLE=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u206ANavigation\u206A\u206A
|