@openui5/sap.tnt 1.141.2 → 1.142.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/README.md +2 -2
- package/REUSE.toml +38 -0
- package/THIRDPARTY.txt +34 -1
- 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 +20 -2
- 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.properties +1 -1
- package/src/sap/tnt/messagebundle_en_US_saprigi.properties +1 -1
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) UI Library **sap.tnt**.
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
7
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
ui5 add sap.tnt
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
13
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/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.142.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/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
17
|
+
"@openui5/sap.m": "1.142.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.142.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/tnt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.142.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @extends sap.tnt.NavigationListItemBase
|
|
60
60
|
*
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.142.0
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @public
|
|
@@ -172,7 +172,25 @@ sap.ui.define([
|
|
|
172
172
|
return this._invisibleText;
|
|
173
173
|
};
|
|
174
174
|
|
|
175
|
+
NavigationListItem.prototype._getInvisibleDescriptionLinkText = function () {
|
|
176
|
+
const aBundleText = [];
|
|
177
|
+
aBundleText.push(this.getText());
|
|
175
178
|
|
|
179
|
+
if (!this._invisibleDescriptionLinkText) {
|
|
180
|
+
this._invisibleDescriptionLinkText = new InvisibleText({ id: this.getId() + "-invDescribedbyText", text: this._resourceBundleTnt.getText("NAVIGATION_LIST_KEYBOARD_NAVIGATION", aBundleText)}).toStatic();
|
|
181
|
+
}
|
|
182
|
+
return this._invisibleDescriptionLinkText;
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
NavigationListItem.prototype.exit = function () {
|
|
187
|
+
if (this._invisibleDescriptionLinkText) {
|
|
188
|
+
this._invisibleDescriptionLinkText.destroy();
|
|
189
|
+
this._invisibleDescriptionLinkText = null;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
NavigationListItemBase.prototype.exit.apply(this, arguments);
|
|
193
|
+
};
|
|
176
194
|
/**
|
|
177
195
|
* Creates a popup list.
|
|
178
196
|
*
|
|
@@ -528,7 +546,7 @@ sap.ui.define([
|
|
|
528
546
|
oLinkAriaProps.roledescription = this._resourceBundleTnt.getText("NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUITEM");
|
|
529
547
|
} else {
|
|
530
548
|
if (this.getSelectable() && this.getItems().length) {
|
|
531
|
-
oLinkAriaProps.
|
|
549
|
+
oLinkAriaProps.describedby = this._getInvisibleDescriptionLinkText().getId();
|
|
532
550
|
}
|
|
533
551
|
|
|
534
552
|
oLinkAriaProps.role = "treeitem";
|
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.142.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.142.0",
|
|
33
33
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
34
34
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
35
35
|
types: [
|
|
@@ -36,7 +36,7 @@ NAVIGATION_LIST_DIALOG_TITLE=Navigation
|
|
|
36
36
|
NAVIGATION_LIST_ADDITIONAL_ITEMS_MENU=Additional Navigation Items
|
|
37
37
|
|
|
38
38
|
#XACT: ARIA announcement for the space and enter key navigation
|
|
39
|
-
NAVIGATION_LIST_KEYBOARD_NAVIGATION=
|
|
39
|
+
NAVIGATION_LIST_KEYBOARD_NAVIGATION=To navigate to navigation item {0}, press Spacebar or Enter
|
|
40
40
|
|
|
41
41
|
#XACT: ARIA text for the NavigationList Overflow Item
|
|
42
42
|
NAVIGATION_LIST_NAVIGATION_OVERFLOW=More items
|
|
@@ -22,7 +22,7 @@ NAVIGATION_LIST_DIALOG_TITLE=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u2
|
|
|
22
22
|
|
|
23
23
|
NAVIGATION_LIST_ADDITIONAL_ITEMS_MENU=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u206AAdditional Navigation Items\u206A\u206A
|
|
24
24
|
|
|
25
|
-
NAVIGATION_LIST_KEYBOARD_NAVIGATION=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200C\
|
|
25
|
+
NAVIGATION_LIST_KEYBOARD_NAVIGATION=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u206ATo navigate to navigation item \u200B\u200B\u200B{0}\u200C\u200C\u200C, press Spacebar or Enter\u206A\u206A
|
|
26
26
|
|
|
27
27
|
NAVIGATION_LIST_NAVIGATION_OVERFLOW=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u206AMore items\u206A\u206A
|
|
28
28
|
|