@openui5/sap.uxap 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 +5 -5
- package/src/sap/uxap/.library +1 -1
- package/src/sap/uxap/BlockBaseMetadata.js +1 -1
- package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +1 -1
- package/src/sap/uxap/ObjectPageLazyLoader.js +1 -1
- package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +1 -1
- package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +1 -1
- package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +1 -1
- package/src/sap/uxap/library.js +2 -2
- package/src/sap/uxap/messagebundle_en_US_saptrc.properties +82 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.34",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.uxap",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.96.
|
|
18
|
-
"@openui5/sap.m": "1.96.
|
|
19
|
-
"@openui5/sap.ui.core": "1.96.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.96.
|
|
17
|
+
"@openui5/sap.f": "1.96.34",
|
|
18
|
+
"@openui5/sap.m": "1.96.34",
|
|
19
|
+
"@openui5/sap.ui.core": "1.96.34",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.96.34"
|
|
21
21
|
}
|
|
22
22
|
}
|
package/src/sap/uxap/.library
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.uxap</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.96.
|
|
6
|
+
<version>1.96.34</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
package/src/sap/uxap/library.js
CHANGED
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @namespace
|
|
25
25
|
* @name sap.uxap
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.96.
|
|
27
|
+
* @version 1.96.34
|
|
28
28
|
* @since 1.36
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
"sap.uxap.ObjectPageHeaderLayoutData",
|
|
70
70
|
"sap.uxap.ObjectPageLazyLoader"
|
|
71
71
|
],
|
|
72
|
-
version: "1.96.
|
|
72
|
+
version: "1.96.34",
|
|
73
73
|
extensions: {
|
|
74
74
|
flChangeHandlers: {
|
|
75
75
|
"sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
|
|
@@ -1,80 +1,122 @@
|
|
|
1
|
+
# com.sap.uxap:uxap-uilib resource file
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XBUT,15: Text displayed on the button to click to expand the subsection (when expanded user will see more information)
|
|
5
|
+
SHOW_MORE=Ir2A16ENtxsgkWoib7hn7w_Show More
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT,15: Text displayed on the button to click to collapse the block (when collapsed user will see less information)
|
|
8
|
+
SHOW_LESS=PSZ1eXMLkJ/3XiK7gyomiA_Show Less
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
#XACT: ARIA aria-label for AnchorBar
|
|
11
|
+
ANCHOR_BAR_ARIA_LABEL=BMQPtFbd9og6Uey1piB8bw_Anchors
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XACT: ARIA roledescription for AnchorBar
|
|
14
|
+
ANCHOR_BAR_ARIA_LABEL_DESC=AGxZ8QI3v4ubqrnietK6dA_Activate item to go to section in page
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#XACT: ARIA label for AnchorBar
|
|
17
|
+
ANCHOR_BAR_OVERFLOW=Kb50UmKdE4pmrJgf2GGFjw_More
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XACT: ARIA label for BreadCrumbs
|
|
20
|
+
BREADCRUMB_TRAIL_LABEL=/aO4e9JJSNLvLhl5lImTEw_Breadcrumb Trail
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XBUT,11: Text displayed on the button to click to expand all subsections
|
|
23
|
+
SHOW_ALL=z39PajXPi9PeYyg77QGi/w_Show All
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
#XBUT,12: Text displayed on the button to click to collapse all subsections
|
|
26
|
+
HIDE_ALL=M2epp1jgd9jKhv790xYSZQ_Show Less
|
|
17
27
|
|
|
18
|
-
|
|
28
|
+
#XBUT,9: Text displayed on the button to click to expand section
|
|
29
|
+
SHOW=9sw5xIT+StUkxKY4bDRanA_Expand
|
|
19
30
|
|
|
20
|
-
|
|
31
|
+
#XBUT,11: Text displayed on the button to click to collapse section
|
|
32
|
+
HIDE=vQpAsBpoFrow7iD4/9gFKg_Collapse
|
|
21
33
|
|
|
22
|
-
|
|
34
|
+
#XBUT: Text displayed on the button that will allow editing the Header Area Content
|
|
35
|
+
EDIT_HEADER=gFl5PFfOHlutk+snzLPmUA_Edit Header
|
|
23
36
|
|
|
24
|
-
|
|
37
|
+
#XTOL: Tooltip for the flag icon inside sap.uxap.ObjectPageHeader, showing that the item is flagged
|
|
38
|
+
TOOLTIP_OP_FLAG_MARK_VALUE=xH4vlPTtvkMGsztJbBmU7A_Flagged
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
#XTOL: Tooltip for the favorite icon inside sap.uxap.ObjectPageHeader, showing that the item is favorite
|
|
41
|
+
TOOLTIP_OP_FAVORITE_MARK_VALUE=EPENfkiEkMcaExtWntnyhg_Favorite
|
|
27
42
|
|
|
28
|
-
|
|
43
|
+
#XTOL: Tooltip for the select title arrow inside sap.uxap.ObjectPageHeader
|
|
44
|
+
OP_SELECT_ARROW_TOOLTIP=Y7Mlv4SIKtwvWjCRP7ttjw_Related options
|
|
29
45
|
|
|
30
|
-
|
|
46
|
+
#XTOL: Tooltip for the locked icon inside sap.uxap.ObjectPageHeader, showing that the item is locked
|
|
47
|
+
TOOLTIP_OP_LOCK_MARK_VALUE=6692kCrumxmShbA2NjaCVw_Locked
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
#XTOL: Tooltip for the Overflow button inside sap.uxap.ObjectPageHeader
|
|
50
|
+
TOOLTIP_OP_OVERFLOW_BTN=xc1xqkghNXB8UGYFUUM5eA_More
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
#XTOL: Tooltip for the Scroll left arrow inside sap.uxap.AnchorBar
|
|
53
|
+
TOOLTIP_OP_SCROLL_LEFT_ARROW=zJODjS+v80Uvtd5/031sGw_Scroll Left
|
|
35
54
|
|
|
36
|
-
|
|
55
|
+
#XTOL: Tooltip for the Scroll right arrow inside sap.uxap.AnchorBar
|
|
56
|
+
TOOLTIP_OP_SCROLL_RIGHT_ARROW=veRlVVjV494Tj/jsTP2T6g_Scroll Right
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
#XTOL: Tooltip for the unsaved changes icon inside sap.uxap.ObjectPageHeader, showing that the item have been changed by another user and there are unsaved changes
|
|
59
|
+
TOOLTIP_OP_CHANGES_MARK_VALUE=Bb5UX99YzibmtSBCF1pEWg_Unsaved changes
|
|
39
60
|
|
|
40
|
-
|
|
61
|
+
#XTOL: Tooltip for the button that expands the header area content inside sap.uxap.ObjectPageHeader
|
|
62
|
+
TOOLTIP_OP_EXPAND_HEADER_BTN=8i8Shcoy88MiZ2YhPLcWeA_Expand header content
|
|
41
63
|
|
|
42
|
-
|
|
64
|
+
#XTOL: Tooltip for the button that shows the Side Content panel
|
|
65
|
+
TOOLTIP_OP_SHOW_SIDE_CONTENT=T0lvrPVw5J3MnbruMEgcLw_Open side panel
|
|
43
66
|
|
|
44
|
-
|
|
67
|
+
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it has a title
|
|
68
|
+
ROOT_ARIA_LABEL_WITH_TITLE=DxTUnh6LRNFUztx4+ip2tA_Details
|
|
45
69
|
|
|
46
|
-
|
|
70
|
+
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it doesn't have a title
|
|
71
|
+
ROOT_ARIA_LABEL_WITHOUT_TITLE=Rd1Iuggsf0MRkGcTohUktA_Object details
|
|
47
72
|
|
|
48
|
-
|
|
73
|
+
#XACT: Text used to label the header area element of sap.uxap.ObjectPageLayout when it has a title
|
|
74
|
+
HEADER_ARIA_LABEL_WITH_TITLE=QEyuzF77RYc4E0lrURWwCQ_Header Use screen reader reading mode for reading of all object information
|
|
49
75
|
|
|
50
|
-
|
|
76
|
+
#XACT: Text used to label the header area element of sap.uxap.ObjectPageLayout when it doesn`t have title
|
|
77
|
+
HEADER_ARIA_LABEL_WITHOUT_TITLE=3jEPUipthlhATTQFp7uL1A_Object header Use screen reader reading mode for reading of all object information
|
|
51
78
|
|
|
52
|
-
|
|
79
|
+
#XACT: Text used to label the AnchorBar element of sap.uxap.ObjectPageLayout when it doesn't have a title
|
|
80
|
+
NAVIGATION_ARIA_LABEL_WITHOUT_TITLE=LjWdluCJp80O1v2vpeIi3g_Object
|
|
53
81
|
|
|
54
|
-
|
|
82
|
+
#XACT: Text used to label the Toolbar inside the AnchorBar when ObjectPage has a title
|
|
83
|
+
NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=fS+b2s+uFPEV03h0OaHfpg_Options
|
|
55
84
|
|
|
56
|
-
|
|
85
|
+
#XACT: Text used to label the Toolbar inside the AnchorBar when ObjectPage doesn't have a title
|
|
86
|
+
NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Xz9mkwlBSBeM+667k+pQxg_Object options
|
|
57
87
|
|
|
58
|
-
|
|
88
|
+
#XACT: Text used to label the AnchorBar element of sap.uxap.ObjectPageLayout when it doesn't have a title
|
|
89
|
+
FOOTER_ARIA_LABEL=8woGGhmOJDJ2t96OImrMYQ_General actions
|
|
59
90
|
|
|
60
|
-
|
|
91
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Section
|
|
92
|
+
SECTION_CONTROL_NAME=97aPZZZNTQ9rj57S6BsDiw_Section
|
|
61
93
|
|
|
62
|
-
|
|
94
|
+
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Sections
|
|
95
|
+
SECTION_CONTROL_NAME_PLURAL=t1nwj7D623wHSlP85Tk2Yg_Sections
|
|
63
96
|
|
|
64
|
-
|
|
97
|
+
#XTIT: Default title for sections created in order to display IFrame
|
|
98
|
+
SECTION_TITLE_FOR_IFRAME=7UIHpRgTr0meGHQA6Hg/sQ_Embedded Content
|
|
65
99
|
|
|
66
|
-
|
|
100
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Header
|
|
101
|
+
HEADER_CONTROL_NAME=DdcaE8zBLeANHbS+YEM+ew_Header
|
|
67
102
|
|
|
68
|
-
|
|
103
|
+
#XMIT: Friendly control type name, used for aria-labelling: Subsection
|
|
104
|
+
SUBSECTION_CONTROL_NAME=reGOKu9udz44EvWbnay3lQ_Subsection
|
|
69
105
|
|
|
70
|
-
|
|
106
|
+
#XACT: Text used to describe the role of the root sap.uxap.ObjectPageLayout element
|
|
107
|
+
ROOT_ROLE_DESCRIPTION=D5+7Dgdu6aIn0IIcqVWzAg_Object Page
|
|
71
108
|
|
|
72
|
-
|
|
109
|
+
#XACT: Text used to describe the role of the sap.uxap.ObjectPageHeader element
|
|
110
|
+
HEADER_ROLE_DESCRIPTION=rSsFVnAHa9c3Ra8zzXFpVA_Object Page Header
|
|
73
111
|
|
|
74
|
-
|
|
112
|
+
#XACT: Text used to describe the role of the sap.uxap.AnchorBar element
|
|
113
|
+
NAVIGATION_ROLE_DESCRIPTION=yUQPdgTmNZWh0zyyAWS5Dg_Sections Navigation bar
|
|
75
114
|
|
|
76
|
-
|
|
115
|
+
#XACT: Text used to describe the role of the footer toolbar element of the sap.uxap.ObjectPageLayout
|
|
116
|
+
FOOTER_ROLE_DESCRIPTION=9nHHit5jb/NzTDSFpBxlUw_General Actions for Object Page
|
|
77
117
|
|
|
78
|
-
|
|
118
|
+
#XACT: Text used in key user adaptation after 'Embed Content: ' for adding an iFrame in the header
|
|
119
|
+
ADD_IFRAME_IN_HEADER=LlT5jF1FvQymuIjWAy+ESg_in Header
|
|
79
120
|
|
|
80
|
-
|
|
121
|
+
#XACT: Text used in key user adaptation after 'Embed Content: ' for adding an iFrame as a new section
|
|
122
|
+
ADD_IFRAME_AS_SECTION=8Etpu0OVU9V+pH/stAtrIw_as Section
|