@openui5/sap.uxap 1.122.1 → 1.123.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/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 +2 -2
- package/src/sap/uxap/ObjectPageHeader.js +1 -1
- package/src/sap/uxap/ObjectPageHeaderContent.js +1 -1
- package/src/sap/uxap/ObjectPageLayout.js +8 -6
- 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/changeHandler/UnstashObjectPageSection.js +1 -1
- package/src/sap/uxap/library.js +2 -2
- package/src/sap/uxap/themes/base/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/base/ObjectPageSubSection.less +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.123.0",
|
|
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.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.ui.core": "1.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.
|
|
17
|
+
"@openui5/sap.f": "1.123.0",
|
|
18
|
+
"@openui5/sap.m": "1.123.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.123.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.123.0"
|
|
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.
|
|
6
|
+
<version>1.123.0</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>
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @implements sap.uxap.IHeaderTitle
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.123.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
@@ -129,7 +129,7 @@ sap.ui.define([
|
|
|
129
129
|
/**
|
|
130
130
|
* Required by the {@link sap.uxap.IHeaderTitle} interface.
|
|
131
131
|
*
|
|
132
|
-
* @deprecated As of version 1.40.1
|
|
132
|
+
* @deprecated As of version 1.40.1 without replacement.
|
|
133
133
|
*/
|
|
134
134
|
ObjectPageDynamicHeaderTitle.prototype.getHeaderDesign = function () {
|
|
135
135
|
return library.ObjectPageHeaderDesign.Light;
|
|
@@ -172,7 +172,7 @@ sap.ui.define([
|
|
|
172
172
|
* Determines the design of the header - Light or Dark.
|
|
173
173
|
* <b>Note: </b>This property is deprecated. It will continue to work in the Blue Crystal theme,
|
|
174
174
|
* but it will not be taken into account for the Belize themes.
|
|
175
|
-
* @deprecated
|
|
175
|
+
* @deprecated as of version 1.40.1 without replacement.
|
|
176
176
|
*/
|
|
177
177
|
headerDesign: {
|
|
178
178
|
type: "sap.uxap.ObjectPageHeaderDesign",
|
|
@@ -72,7 +72,7 @@ sap.ui.define([
|
|
|
72
72
|
* Determines the design of the header - Light or Dark.
|
|
73
73
|
* <b>Note: </b>This property is deprecated. It will continue to work in the Blue Crystal theme,
|
|
74
74
|
* but it will not be taken into account for the Belize themes.
|
|
75
|
-
* @deprecated As of version 1.40.1
|
|
75
|
+
* @deprecated As of version 1.40.1 without replacement.
|
|
76
76
|
*/
|
|
77
77
|
contentDesign: {
|
|
78
78
|
type: "sap.uxap.ObjectPageHeaderDesign",
|
|
@@ -1582,12 +1582,14 @@ sap.ui.define([
|
|
|
1582
1582
|
return;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
|
-
this
|
|
1586
|
-
this
|
|
1587
|
-
this.oOPSections = this.getSections()
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1585
|
+
this.oAnchorbar = this._oABHelper._getAnchorBar();
|
|
1586
|
+
this.oAnchorbarButtons = this.oAnchorbar.getAggregation("content");
|
|
1587
|
+
this.oOPSections = this.getSections().filter((section) =>
|
|
1588
|
+
section.getAggregation("subSections").length !== 0
|
|
1589
|
+
);
|
|
1590
|
+
|
|
1591
|
+
if (this.oAnchorbarButtons) {
|
|
1592
|
+
this.oAnchorbarButtons.forEach((btn, index) => {
|
|
1591
1593
|
const sUniqueKey = btn.getCustomData().find((data) => data.getKey() === "sectionId").getValue();
|
|
1592
1594
|
if (sUniqueKey === sSectionId) {
|
|
1593
1595
|
const sNewStyleClass = "sapUxAPAnchorBarButtonColor" + this.oOPSections[index].getProperty("anchorBarButtonColor");
|
package/src/sap/uxap/library.js
CHANGED
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @namespace
|
|
31
31
|
* @alias sap.uxap
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.123.0
|
|
34
34
|
* @since 1.36
|
|
35
35
|
* @public
|
|
36
36
|
*/
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
"sap.uxap.ObjectPageHeaderLayoutData",
|
|
75
75
|
"sap.uxap.ObjectPageLazyLoader"
|
|
76
76
|
],
|
|
77
|
-
version: "1.
|
|
77
|
+
version: "1.123.0",
|
|
78
78
|
extensions: {
|
|
79
79
|
flChangeHandlers: {
|
|
80
80
|
"sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
|
|
@@ -205,7 +205,8 @@ Doing so will result in less generated CSS, as well as less future maintanance i
|
|
|
205
205
|
height: 2rem;
|
|
206
206
|
line-height: 2rem;
|
|
207
207
|
}
|
|
208
|
-
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUiFormResGrid > div
|
|
208
|
+
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUiFormResGrid > div,
|
|
209
|
+
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUiFormCLContainer {
|
|
209
210
|
padding: 1rem 0;
|
|
210
211
|
}
|
|
211
212
|
}
|