@openui5/sap.uxap 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 +5 -5
- package/src/sap/uxap/.library +2 -2
- package/src/sap/uxap/AnchorBar.js +1 -1
- package/src/sap/uxap/AnchorBarRenderer.js +1 -1
- package/src/sap/uxap/BlockBase.js +1 -1
- package/src/sap/uxap/BlockBaseMetadata.js +2 -2
- package/src/sap/uxap/BlockBaseRenderer.js +1 -1
- package/src/sap/uxap/BreadCrumbs.js +1 -1
- package/src/sap/uxap/BreadCrumbsRenderer.js +1 -1
- package/src/sap/uxap/HierarchicalSelect.js +1 -1
- package/src/sap/uxap/HierarchicalSelectRenderer.js +1 -1
- package/src/sap/uxap/LazyLoading.js +1 -1
- package/src/sap/uxap/ModelMapping.js +1 -1
- package/src/sap/uxap/ObjectImageHelper.js +1 -1
- package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderContentRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +2 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderTitleRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeader.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderActionButton.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderActionButtonRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderContent.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderContentRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderLayoutData.js +2 -2
- package/src/sap/uxap/ObjectPageHeaderRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageLayout.js +1 -1
- package/src/sap/uxap/ObjectPageLayoutABHelper.js +1 -1
- package/src/sap/uxap/ObjectPageLayoutRenderer.js +6 -4
- package/src/sap/uxap/ObjectPageLazyLoader.js +2 -2
- package/src/sap/uxap/ObjectPageSection.js +1 -1
- package/src/sap/uxap/ObjectPageSectionBase.js +1 -1
- package/src/sap/uxap/ObjectPageSectionRenderer.js +1 -1
- package/src/sap/uxap/ObjectPageSubSection.js +1 -1
- package/src/sap/uxap/ObjectPageSubSectionRenderer.js +1 -1
- package/src/sap/uxap/ThrottledTaskHelper.js +1 -1
- package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +2 -2
- package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +2 -2
- package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +2 -2
- package/src/sap/uxap/component/Component.js +1 -1
- package/src/sap/uxap/component/ObjectPageComponentContainer.js +1 -1
- package/src/sap/uxap/component/ObjectPageLayoutUXDrivenFactory.controller.js +1 -1
- package/src/sap/uxap/designtime/BlockBase.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageHeader.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageHeaderActionButton.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageSection.designtime.js +1 -1
- package/src/sap/uxap/designtime/ObjectPageSubSection.designtime.js +1 -1
- package/src/sap/uxap/designtime/library.designtime.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageDynamicHeaderTitle.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageHeader.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageHeaderActionButton.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageLayout.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageSection.flexibility.js +1 -1
- package/src/sap/uxap/flexibility/ObjectPageSubSection.flexibility.js +1 -1
- package/src/sap/uxap/library.js +3 -3
- package/src/sap/uxap/library.support.js +1 -1
- package/src/sap/uxap/messagebundle_en.properties +0 -42
- package/src/sap/uxap/messagebundle_en_US_saprigi.properties +40 -40
- package/src/sap/uxap/rules/ObjectPageLayout.support.js +1 -1
- package/src/sap/uxap/themes/base/ObjectPageLayout.less +3 -15
- package/src/sap/uxap/themes/base/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_hcb/library.source.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.26",
|
|
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.26",
|
|
18
|
+
"@openui5/sap.m": "1.96.26",
|
|
19
|
+
"@openui5/sap.ui.core": "1.96.26",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.96.26"
|
|
21
21
|
}
|
|
22
22
|
}
|
package/src/sap/uxap/.library
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.uxap</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.96.
|
|
6
|
+
<version>1.96.26</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
|
-
* (c) Copyright 2009-
|
|
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>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UxAP</documentation>
|
|
@@ -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
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @class
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.96.
|
|
24
|
+
* @version 1.96.26
|
|
25
25
|
* @since 1.26
|
|
26
26
|
* @alias sap.uxap.BlockBaseMetadata
|
|
27
27
|
* @extends sap.ui.core.ElementMetadata
|
|
@@ -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
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
|
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.96.
|
|
25
|
+
* @version 1.96.26
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @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
|
* @implements sap.uxap.IHeaderContent
|
|
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
|
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @implements sap.uxap.IHeaderTitle
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.96.
|
|
45
|
+
* @version 1.96.26
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @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
|
|
|
@@ -71,7 +71,7 @@ sap.ui.define(["sap/ui/core/LayoutData", "./library"], function (LayoutData, lib
|
|
|
71
71
|
|
|
72
72
|
/*!
|
|
73
73
|
* OpenUI5
|
|
74
|
-
* (c) Copyright 2009-
|
|
74
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
75
75
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
76
76
|
*/
|
|
77
77
|
|
|
@@ -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
|
|
|
@@ -127,10 +127,12 @@ sap.ui.define(["sap/ui/Device"],
|
|
|
127
127
|
|
|
128
128
|
oRm.openStart("div", oControl.getId() + "-opwrapper")
|
|
129
129
|
.class("sapUxAPObjectPageWrapper");
|
|
130
|
-
//
|
|
131
|
-
//
|
|
130
|
+
// the below restriction for setting the <code>sapUxAPObjectPageWrapperWillChangeScrollTop</code> class
|
|
131
|
+
// may no longer apply, but can be deleted only after thorough testing: Restriction:
|
|
132
|
+
// set the class only if we don't have title arrow inside the header content, otherwise the z-index is not working
|
|
133
|
+
// always set the class if showTitleInHeaderConent is not supported
|
|
132
134
|
if (oHeader && (!oHeader.supportsTitleInHeaderContent() || !(oControl.getShowTitleInHeaderContent() && oHeader.getShowTitleSelector()))) {
|
|
133
|
-
oRm.class("
|
|
135
|
+
oRm.class("sapUxAPObjectPageWrapperWillChangeScrollTop");
|
|
134
136
|
}
|
|
135
137
|
oRm.openEnd();
|
|
136
138
|
|
|
@@ -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
|
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @extends sap.ui.core.Element
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.96.
|
|
40
|
+
* @version 1.96.26
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @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
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @constructor
|
|
26
26
|
* @alias sap.uxap.changeHandler.AddIFrameObjectPageLayout
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.96.
|
|
28
|
+
* @version 1.96.26
|
|
29
29
|
* @since 1.75
|
|
30
30
|
* @experimental Since 1.75
|
|
31
31
|
*/
|
|
@@ -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
|
|
|
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/MoveControls", "sap/ui/core/Core", "sap/
|
|
|
13
13
|
* @constructor
|
|
14
14
|
* @alias sap.uxap.changeHandler.MoveObjectPageSection
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.96.
|
|
16
|
+
* @version 1.96.26
|
|
17
17
|
* @experimental Since 1.54
|
|
18
18
|
*/
|
|
19
19
|
|
|
@@ -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
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @constructor
|
|
22
22
|
* @alias sap.uxap.changeHandler.RenameObjectPageSection
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.96.
|
|
24
|
+
* @version 1.96.26
|
|
25
25
|
* @experimental Since 1.50
|
|
26
26
|
*/
|
|
27
27
|
|
package/src/sap/uxap/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
|
|
|
@@ -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.26
|
|
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.26",
|
|
73
73
|
extensions: {
|
|
74
74
|
flChangeHandlers: {
|
|
75
75
|
"sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
|
|
@@ -1,122 +1,80 @@
|
|
|
1
|
-
# com.sap.uxap:uxap-uilib resource file
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XBUT,15: Text displayed on the button to click to expand the subsection (when expanded user will see more information)
|
|
5
2
|
SHOW_MORE=Show More
|
|
6
3
|
|
|
7
|
-
#XBUT,15: Text displayed on the button to click to collapse the block (when collapsed user will see less information)
|
|
8
4
|
SHOW_LESS=Show Less
|
|
9
5
|
|
|
10
|
-
#XACT: ARIA aria-label for AnchorBar
|
|
11
6
|
ANCHOR_BAR_ARIA_LABEL=Anchors
|
|
12
7
|
|
|
13
|
-
#XACT: ARIA roledescription for AnchorBar
|
|
14
8
|
ANCHOR_BAR_ARIA_LABEL_DESC=Activate item to go to section in page
|
|
15
9
|
|
|
16
|
-
#XACT: ARIA label for AnchorBar
|
|
17
10
|
ANCHOR_BAR_OVERFLOW=More
|
|
18
11
|
|
|
19
|
-
#XACT: ARIA label for BreadCrumbs
|
|
20
12
|
BREADCRUMB_TRAIL_LABEL=Breadcrumb Trail
|
|
21
13
|
|
|
22
|
-
#XBUT,11: Text displayed on the button to click to expand all subsections
|
|
23
14
|
SHOW_ALL=Show All
|
|
24
15
|
|
|
25
|
-
#XBUT,12: Text displayed on the button to click to collapse all subsections
|
|
26
16
|
HIDE_ALL=Show Less
|
|
27
17
|
|
|
28
|
-
#XBUT,9: Text displayed on the button to click to expand section
|
|
29
18
|
SHOW=Expand
|
|
30
19
|
|
|
31
|
-
#XBUT,11: Text displayed on the button to click to collapse section
|
|
32
20
|
HIDE=Collapse
|
|
33
21
|
|
|
34
|
-
#XBUT: Text displayed on the button that will allow editing the Header Area Content
|
|
35
22
|
EDIT_HEADER=Edit Header
|
|
36
23
|
|
|
37
|
-
#XTOL: Tooltip for the flag icon inside sap.uxap.ObjectPageHeader, showing that the item is flagged
|
|
38
24
|
TOOLTIP_OP_FLAG_MARK_VALUE=Flagged
|
|
39
25
|
|
|
40
|
-
#XTOL: Tooltip for the favorite icon inside sap.uxap.ObjectPageHeader, showing that the item is favorite
|
|
41
26
|
TOOLTIP_OP_FAVORITE_MARK_VALUE=Favorite
|
|
42
27
|
|
|
43
|
-
#XTOL: Tooltip for the select title arrow inside sap.uxap.ObjectPageHeader
|
|
44
28
|
OP_SELECT_ARROW_TOOLTIP=Related options
|
|
45
29
|
|
|
46
|
-
#XTOL: Tooltip for the locked icon inside sap.uxap.ObjectPageHeader, showing that the item is locked
|
|
47
30
|
TOOLTIP_OP_LOCK_MARK_VALUE=Locked
|
|
48
31
|
|
|
49
|
-
#XTOL: Tooltip for the Overflow button inside sap.uxap.ObjectPageHeader
|
|
50
32
|
TOOLTIP_OP_OVERFLOW_BTN=More
|
|
51
33
|
|
|
52
|
-
#XTOL: Tooltip for the Scroll left arrow inside sap.uxap.AnchorBar
|
|
53
34
|
TOOLTIP_OP_SCROLL_LEFT_ARROW=Scroll left
|
|
54
35
|
|
|
55
|
-
#XTOL: Tooltip for the Scroll right arrow inside sap.uxap.AnchorBar
|
|
56
36
|
TOOLTIP_OP_SCROLL_RIGHT_ARROW=Scroll right
|
|
57
37
|
|
|
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
38
|
TOOLTIP_OP_CHANGES_MARK_VALUE=Unsaved changes
|
|
60
39
|
|
|
61
|
-
#XTOL: Tooltip for the button that expands the header area content inside sap.uxap.ObjectPageHeader
|
|
62
40
|
TOOLTIP_OP_EXPAND_HEADER_BTN=Expand header content
|
|
63
41
|
|
|
64
|
-
#XTOL: Tooltip for the button that shows the Side Content panel
|
|
65
42
|
TOOLTIP_OP_SHOW_SIDE_CONTENT=Open side panel
|
|
66
43
|
|
|
67
|
-
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it has a title
|
|
68
44
|
ROOT_ARIA_LABEL_WITH_TITLE=Details
|
|
69
45
|
|
|
70
|
-
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it doesn't have a title
|
|
71
46
|
ROOT_ARIA_LABEL_WITHOUT_TITLE=Object details
|
|
72
47
|
|
|
73
|
-
#XACT: Text used to label the header area element of sap.uxap.ObjectPageLayout when it has a title
|
|
74
48
|
HEADER_ARIA_LABEL_WITH_TITLE=Header\: Use screen reader reading mode for reading all object information
|
|
75
49
|
|
|
76
|
-
#XACT: Text used to label the header area element of sap.uxap.ObjectPageLayout when it doesn`t have title
|
|
77
50
|
HEADER_ARIA_LABEL_WITHOUT_TITLE=Object header\: Use screen reader reading mode for reading all object information
|
|
78
51
|
|
|
79
|
-
#XACT: Text used to label the AnchorBar element of sap.uxap.ObjectPageLayout when it doesn't have a title
|
|
80
52
|
NAVIGATION_ARIA_LABEL_WITHOUT_TITLE=Object
|
|
81
53
|
|
|
82
|
-
#XACT: Text used to label the Toolbar inside the AnchorBar when ObjectPage has a title
|
|
83
54
|
NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=Options
|
|
84
55
|
|
|
85
|
-
#XACT: Text used to label the Toolbar inside the AnchorBar when ObjectPage doesn't have a title
|
|
86
56
|
NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Object options
|
|
87
57
|
|
|
88
|
-
#XACT: Text used to label the AnchorBar element of sap.uxap.ObjectPageLayout when it doesn't have a title
|
|
89
58
|
FOOTER_ARIA_LABEL=General actions
|
|
90
59
|
|
|
91
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Section
|
|
92
60
|
SECTION_CONTROL_NAME=Section
|
|
93
61
|
|
|
94
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Sections
|
|
95
62
|
SECTION_CONTROL_NAME_PLURAL=Sections
|
|
96
63
|
|
|
97
|
-
#XTIT: Default title for sections created in order to display IFrame
|
|
98
64
|
SECTION_TITLE_FOR_IFRAME=Embedded Content
|
|
99
65
|
|
|
100
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Header
|
|
101
66
|
HEADER_CONTROL_NAME=Header
|
|
102
67
|
|
|
103
|
-
#XMIT: Friendly control type name, used for aria-labelling: Subsection
|
|
104
68
|
SUBSECTION_CONTROL_NAME=Subsection
|
|
105
69
|
|
|
106
|
-
#XACT: Text used to describe the role of the root sap.uxap.ObjectPageLayout element
|
|
107
70
|
ROOT_ROLE_DESCRIPTION=Object page
|
|
108
71
|
|
|
109
|
-
#XACT: Text used to describe the role of the sap.uxap.ObjectPageHeader element
|
|
110
72
|
HEADER_ROLE_DESCRIPTION=Object page header
|
|
111
73
|
|
|
112
|
-
#XACT: Text used to describe the role of the sap.uxap.AnchorBar element
|
|
113
74
|
NAVIGATION_ROLE_DESCRIPTION=Sections navigation bar
|
|
114
75
|
|
|
115
|
-
#XACT: Text used to describe the role of the footer toolbar element of the sap.uxap.ObjectPageLayout
|
|
116
76
|
FOOTER_ROLE_DESCRIPTION=General actions for object page
|
|
117
77
|
|
|
118
|
-
#XACT: Text used in key user adaptation after 'Embed Content: ' for adding an iFrame in the header
|
|
119
78
|
ADD_IFRAME_IN_HEADER=in Header
|
|
120
79
|
|
|
121
|
-
#XACT: Text used in key user adaptation after 'Embed Content: ' for adding an iFrame as a new section
|
|
122
80
|
ADD_IFRAME_AS_SECTION=as section
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
|
|
2
|
-
SHOW_MORE=\u206A\u206A\u206A\u200C\u200C\
|
|
2
|
+
SHOW_MORE=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u206AShow More\u206A\u206A
|
|
3
3
|
|
|
4
|
-
SHOW_LESS=\u206A\u206A\u206A\
|
|
4
|
+
SHOW_LESS=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u206AShow Less\u206A\u206A
|
|
5
5
|
|
|
6
|
-
ANCHOR_BAR_ARIA_LABEL=\u206A\u206A\u206A\u200C\u200B\
|
|
6
|
+
ANCHOR_BAR_ARIA_LABEL=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u206AAnchors\u206A\u206A
|
|
7
7
|
|
|
8
|
-
ANCHOR_BAR_ARIA_LABEL_DESC=\u206A\u206A\u206A\
|
|
8
|
+
ANCHOR_BAR_ARIA_LABEL_DESC=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u206AActivate item to go to section in page\u206A\u206A
|
|
9
9
|
|
|
10
|
-
ANCHOR_BAR_OVERFLOW=\u206A\u206A\u206A\u200C\
|
|
10
|
+
ANCHOR_BAR_OVERFLOW=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u206AMore\u206A\u206A
|
|
11
11
|
|
|
12
|
-
BREADCRUMB_TRAIL_LABEL=\u206A\u206A\u206A\
|
|
12
|
+
BREADCRUMB_TRAIL_LABEL=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u206ABreadcrumb Trail\u206A\u206A
|
|
13
13
|
|
|
14
|
-
SHOW_ALL=\u206A\u206A\u206A\u200D\u200C\u200C\u200C\u200D\u200B\u200B\
|
|
14
|
+
SHOW_ALL=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u206AShow All\u206A\u206A
|
|
15
15
|
|
|
16
|
-
HIDE_ALL=\u206A\u206A\u206A\
|
|
16
|
+
HIDE_ALL=\u206A\u206A\u206A\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u206AShow Less\u206A\u206A
|
|
17
17
|
|
|
18
|
-
SHOW=\u206A\u206A\u206A\
|
|
18
|
+
SHOW=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u206AExpand\u206A\u206A
|
|
19
19
|
|
|
20
|
-
HIDE=\u206A\u206A\u206A\u200D\u200B\u200B\
|
|
20
|
+
HIDE=\u206A\u206A\u206A\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u206ACollapse\u206A\u206A
|
|
21
21
|
|
|
22
|
-
EDIT_HEADER=\u206A\u206A\u206A\u200C\u200C\
|
|
22
|
+
EDIT_HEADER=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u206AEdit Header\u206A\u206A
|
|
23
23
|
|
|
24
|
-
TOOLTIP_OP_FLAG_MARK_VALUE=\u206A\u206A\u206A\u200C\
|
|
24
|
+
TOOLTIP_OP_FLAG_MARK_VALUE=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200C\u206AFlagged\u206A\u206A
|
|
25
25
|
|
|
26
|
-
TOOLTIP_OP_FAVORITE_MARK_VALUE=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200B\
|
|
26
|
+
TOOLTIP_OP_FAVORITE_MARK_VALUE=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u206AFavorite\u206A\u206A
|
|
27
27
|
|
|
28
|
-
OP_SELECT_ARROW_TOOLTIP=\u206A\u206A\u206A\u200C\
|
|
28
|
+
OP_SELECT_ARROW_TOOLTIP=\u206A\u206A\u206A\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u206ARelated options\u206A\u206A
|
|
29
29
|
|
|
30
|
-
TOOLTIP_OP_LOCK_MARK_VALUE=\u206A\u206A\u206A\
|
|
30
|
+
TOOLTIP_OP_LOCK_MARK_VALUE=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200B\u206ALocked\u206A\u206A
|
|
31
31
|
|
|
32
|
-
TOOLTIP_OP_OVERFLOW_BTN=\u206A\u206A\u206A\u200C\
|
|
32
|
+
TOOLTIP_OP_OVERFLOW_BTN=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u206AMore\u206A\u206A
|
|
33
33
|
|
|
34
|
-
TOOLTIP_OP_SCROLL_LEFT_ARROW=\u206A\u206A\u206A\
|
|
34
|
+
TOOLTIP_OP_SCROLL_LEFT_ARROW=\u206A\u206A\u206A\u200D\u200D\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u206AScroll left\u206A\u206A
|
|
35
35
|
|
|
36
|
-
TOOLTIP_OP_SCROLL_RIGHT_ARROW=\u206A\u206A\u206A\u200C\u200B\
|
|
36
|
+
TOOLTIP_OP_SCROLL_RIGHT_ARROW=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u206AScroll right\u206A\u206A
|
|
37
37
|
|
|
38
|
-
TOOLTIP_OP_CHANGES_MARK_VALUE=\u206A\u206A\u206A\u200C\u200B\u200B\
|
|
38
|
+
TOOLTIP_OP_CHANGES_MARK_VALUE=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u206AUnsaved changes\u206A\u206A
|
|
39
39
|
|
|
40
|
-
TOOLTIP_OP_EXPAND_HEADER_BTN=\u206A\u206A\u206A\u200C\
|
|
40
|
+
TOOLTIP_OP_EXPAND_HEADER_BTN=\u206A\u206A\u206A\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u206AExpand header content\u206A\u206A
|
|
41
41
|
|
|
42
|
-
TOOLTIP_OP_SHOW_SIDE_CONTENT=\u206A\u206A\u206A\
|
|
42
|
+
TOOLTIP_OP_SHOW_SIDE_CONTENT=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200C\u200C\u206AOpen side panel\u206A\u206A
|
|
43
43
|
|
|
44
|
-
ROOT_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\u200C\u200D\
|
|
44
|
+
ROOT_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u206ADetails\u206A\u206A
|
|
45
45
|
|
|
46
|
-
ROOT_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200C\
|
|
46
|
+
ROOT_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u206AObject details\u206A\u206A
|
|
47
47
|
|
|
48
|
-
HEADER_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\
|
|
48
|
+
HEADER_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200C\u206AHeader\: Use screen reader reading mode for reading all object information\u206A\u206A
|
|
49
49
|
|
|
50
|
-
HEADER_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\
|
|
50
|
+
HEADER_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u206AObject header\: Use screen reader reading mode for reading all object information\u206A\u206A
|
|
51
51
|
|
|
52
|
-
NAVIGATION_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200C\
|
|
52
|
+
NAVIGATION_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200B\u206AObject\u206A\u206A
|
|
53
53
|
|
|
54
|
-
NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\
|
|
54
|
+
NAVTOOLBAR_ARIA_LABEL_WITH_TITLE=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u206AOptions\u206A\u206A
|
|
55
55
|
|
|
56
|
-
NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\
|
|
56
|
+
NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u206AObject options\u206A\u206A
|
|
57
57
|
|
|
58
|
-
FOOTER_ARIA_LABEL=\u206A\u206A\u206A\
|
|
58
|
+
FOOTER_ARIA_LABEL=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u206AGeneral actions\u206A\u206A
|
|
59
59
|
|
|
60
|
-
SECTION_CONTROL_NAME=\u206A\u206A\u206A\
|
|
60
|
+
SECTION_CONTROL_NAME=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u206ASection\u206A\u206A
|
|
61
61
|
|
|
62
|
-
SECTION_CONTROL_NAME_PLURAL=\u206A\u206A\u206A\
|
|
62
|
+
SECTION_CONTROL_NAME_PLURAL=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u206ASections\u206A\u206A
|
|
63
63
|
|
|
64
|
-
SECTION_TITLE_FOR_IFRAME=\u206A\u206A\u206A\
|
|
64
|
+
SECTION_TITLE_FOR_IFRAME=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u206AEmbedded Content\u206A\u206A
|
|
65
65
|
|
|
66
|
-
HEADER_CONTROL_NAME=\u206A\u206A\u206A\
|
|
66
|
+
HEADER_CONTROL_NAME=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u206AHeader\u206A\u206A
|
|
67
67
|
|
|
68
|
-
SUBSECTION_CONTROL_NAME=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200B\u200C\
|
|
68
|
+
SUBSECTION_CONTROL_NAME=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200B\u206ASubsection\u206A\u206A
|
|
69
69
|
|
|
70
|
-
ROOT_ROLE_DESCRIPTION=\u206A\u206A\u206A\
|
|
70
|
+
ROOT_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u206AObject page\u206A\u206A
|
|
71
71
|
|
|
72
|
-
HEADER_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200C\
|
|
72
|
+
HEADER_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u206AObject page header\u206A\u206A
|
|
73
73
|
|
|
74
|
-
NAVIGATION_ROLE_DESCRIPTION=\u206A\u206A\u206A\
|
|
74
|
+
NAVIGATION_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200C\u206ASections navigation bar\u206A\u206A
|
|
75
75
|
|
|
76
|
-
FOOTER_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200C\
|
|
76
|
+
FOOTER_ROLE_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u206AGeneral actions for object page\u206A\u206A
|
|
77
77
|
|
|
78
|
-
ADD_IFRAME_IN_HEADER=\u206A\u206A\u206A\
|
|
78
|
+
ADD_IFRAME_IN_HEADER=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u206Ain Header\u206A\u206A
|
|
79
79
|
|
|
80
|
-
ADD_IFRAME_AS_SECTION=\u206A\u206A\u206A\u200C\u200D\u200B\
|
|
80
|
+
ADD_IFRAME_AS_SECTION=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u206Aas section\u206A\u206A
|
|
@@ -59,21 +59,9 @@ body > .sapUxAPObjectPageLayout,
|
|
|
59
59
|
background-color: @sapUiGlobalBackgroundColor;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
63
|
-
/* Performance tweak
|
|
64
|
-
|
|
65
|
-
many platforms. When will-change becomes widely adopted than it's better to use it rather than translate3d */
|
|
66
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
67
|
-
transform: translate3d(0, 0, 0);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/*Transform translate3d causes problems on IE11 with Windows 10.
|
|
71
|
-
The issue can be observed while scrolling some nested controls.
|
|
72
|
-
BCP: 0020751294 0000432437 2019
|
|
73
|
-
BCP: 1980095977
|
|
74
|
-
*/
|
|
75
|
-
html[data-sap-ui-browser^="ie"] .sapUxAPObjectPageWrapperTransform {
|
|
76
|
-
transform: none;
|
|
62
|
+
.sapUxAPObjectPageWrapperWillChangeScrollTop {
|
|
63
|
+
/* Performance tweak */
|
|
64
|
+
will-change: scroll-position;
|
|
77
65
|
}
|
|
78
66
|
|
|
79
67
|
.sapUxAPObjectPageScroll {
|
|
@@ -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
|
@import "../../../../sap/ui/core/themes/base/base.less";
|