@openui5/sap.uxap 1.71.37 → 1.71.41
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/LICENSE.txt +1 -1
- 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 +5 -5
- package/src/sap/uxap/ObjectPageLayoutABHelper.js +1 -1
- package/src/sap/uxap/ObjectPageLayoutRenderer.js +1 -1
- 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/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 +2 -2
- package/src/sap/uxap/library.support.js +1 -1
- package/src/sap/uxap/messagebundle.properties +0 -3
- package/src/sap/uxap/messagebundle_tr.properties +1 -1
- package/src/sap/uxap/rules/ObjectPageLayout.support.js +1 -1
- package/src/sap/uxap/themes/base/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_hcb/library.source.less +1 -1
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.41",
|
|
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.71.
|
|
18
|
-
"@openui5/sap.m": "1.71.
|
|
19
|
-
"@openui5/sap.ui.core": "1.71.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.71.
|
|
17
|
+
"@openui5/sap.f": "1.71.41",
|
|
18
|
+
"@openui5/sap.m": "1.71.41",
|
|
19
|
+
"@openui5/sap.ui.core": "1.71.41",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.71.41"
|
|
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.71.
|
|
6
|
+
<version>1.71.41</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
|
-
* (c) Copyright 2009-
|
|
8
|
+
* (c) Copyright 2009-2022 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-2022 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/thirdparty/jquery", "sap/ui/core/ElementMetadata", "sap/b
|
|
|
17
17
|
*
|
|
18
18
|
* @class
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.71.
|
|
20
|
+
* @version 1.71.41
|
|
21
21
|
* @since 1.26
|
|
22
22
|
* @alias sap.uxap.BlockBaseMetadata
|
|
23
23
|
* @extends sap.ui.core.ElementMetadata
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.71.
|
|
25
|
+
* @version 1.71.41
|
|
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-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @implements sap.uxap.IHeaderContent
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.71.
|
|
52
|
+
* @version 1.71.41
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @implements sap.uxap.IHeaderTitle
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.71.
|
|
52
|
+
* @version 1.71.41
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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-2022 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-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -2742,6 +2742,9 @@ sap.ui.define([
|
|
|
2742
2742
|
return;
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
|
+
this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
|
|
2746
|
+
this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
|
|
2747
|
+
|
|
2745
2748
|
if (!this._bDomReady) {
|
|
2746
2749
|
Log.info("ObjectPageLayout :: cannot _onUpdateScreenSize before dom is ready");
|
|
2747
2750
|
return;
|
|
@@ -2750,9 +2753,6 @@ sap.ui.define([
|
|
|
2750
2753
|
this._oLazyLoading.setLazyLoadingParameters();
|
|
2751
2754
|
|
|
2752
2755
|
setTimeout(function () {
|
|
2753
|
-
this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
|
|
2754
|
-
this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
|
|
2755
|
-
|
|
2756
2756
|
if (bIsAlwaysShowContentHeaderEnabled && (this._bHeaderInTitleArea != this._checkAlwaysShowContentHeader())) {
|
|
2757
2757
|
this.invalidate();
|
|
2758
2758
|
}
|
|
@@ -4392,7 +4392,7 @@ sap.ui.define([
|
|
|
4392
4392
|
sTitleText = oHeader ? oHeader.getTitleText() : null,
|
|
4393
4393
|
sAriaLabelText;
|
|
4394
4394
|
|
|
4395
|
-
if (oHeader && sTitleText) {
|
|
4395
|
+
if (oHeader && sTitleText && sElement !== "ROOT") {
|
|
4396
4396
|
sAriaLabelText = sTitleText + " " + ObjectPageLayout._getLibraryResourceBundle().getText(sElement + "_ARIA_LABEL_WITH_TITLE");
|
|
4397
4397
|
} else {
|
|
4398
4398
|
sAriaLabelText = ObjectPageLayout._getLibraryResourceBundle().getText(sElement + "_ARIA_LABEL_WITHOUT_TITLE");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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.71.
|
|
40
|
+
* @version 1.71.41
|
|
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-2022 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/thirdparty/jquery
|
|
|
13
13
|
* @constructor
|
|
14
14
|
* @alias sap.uxap.changeHandler.MoveObjectPageSection
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.71.
|
|
16
|
+
* @version 1.71.41
|
|
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-2022 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 @@ function (
|
|
|
21
21
|
* @constructor
|
|
22
22
|
* @alias sap.uxap.changeHandler.RenameObjectPageSection
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.41
|
|
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-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -65,7 +65,7 @@ sap.ui.define([
|
|
|
65
65
|
"sap.uxap.ObjectPageHeaderLayoutData",
|
|
66
66
|
"sap.uxap.ObjectPageLazyLoader"
|
|
67
67
|
],
|
|
68
|
-
version: "1.71.
|
|
68
|
+
version: "1.71.41",
|
|
69
69
|
extensions: {
|
|
70
70
|
flChangeHandlers: {
|
|
71
71
|
"sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
|
|
@@ -64,9 +64,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Expand header content
|
|
|
64
64
|
#XTOL: Tooltip for the button that shows the Side Content panel
|
|
65
65
|
TOOLTIP_OP_SHOW_SIDE_CONTENT=Open side panel
|
|
66
66
|
|
|
67
|
-
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it has a title
|
|
68
|
-
ROOT_ARIA_LABEL_WITH_TITLE=Details
|
|
69
|
-
|
|
70
67
|
#XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it doesn't have a title
|
|
71
68
|
ROOT_ARIA_LABEL_WITHOUT_TITLE=Object details
|
|
72
69
|
|
|
@@ -14,7 +14,7 @@ ANCHOR_BAR_LABEL=Nesne ayr\u0131nt\u0131 dola\u015Fmas\u0131
|
|
|
14
14
|
ANCHOR_BAR_OVERFLOW=Daha fazla
|
|
15
15
|
|
|
16
16
|
#XACT: ARIA role description for AnchorBar menu items
|
|
17
|
-
ANCHOR_BAR_MENUITEM=Men\u00FC
|
|
17
|
+
ANCHOR_BAR_MENUITEM=Men\u00FC \u00F6\u011Fesi
|
|
18
18
|
|
|
19
19
|
#XACT: ARIA label for BreadCrumbs
|
|
20
20
|
BREADCRUMB_TRAIL_LABEL=Dola\u015Fma yolu
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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";
|