@openui5/sap.uxap 1.136.2 → 1.138.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/REUSE.toml +0 -28
- package/THIRDPARTY.txt +0 -24
- 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/ObjectPageLayout.js +1 -0
- package/src/sap/uxap/ObjectPageLayoutRenderer.js +21 -5
- package/src/sap/uxap/ObjectPageLazyLoader.js +1 -1
- package/src/sap/uxap/ObjectPageSectionRenderer.js +4 -2
- package/src/sap/uxap/ObjectPageSubSection.js +3 -20
- package/src/sap/uxap/ObjectPageSubSectionRenderer.js +5 -2
- 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 +7 -5
- package/src/sap/uxap/themes/base/ObjectPageSubSection.less +19 -5
package/REUSE.toml
CHANGED
|
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
|
|
|
238
238
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
239
239
|
SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
|
|
240
240
|
|
|
241
|
-
[[annotations]]
|
|
242
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
|
|
243
|
-
precedence = "aggregate"
|
|
244
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
245
|
-
SPDX-License-Identifier = "MIT"
|
|
246
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
|
|
247
|
-
|
|
248
|
-
[[annotations]]
|
|
249
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
|
|
250
|
-
precedence = "aggregate"
|
|
251
|
-
SPDX-FileCopyrightText = "2011 Matteo Spinelli"
|
|
252
|
-
SPDX-License-Identifier = "MIT"
|
|
253
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
|
|
254
|
-
|
|
255
|
-
[[annotations]]
|
|
256
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
|
|
257
|
-
precedence = "aggregate"
|
|
258
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
259
|
-
SPDX-License-Identifier = "MIT"
|
|
260
|
-
SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
|
|
261
|
-
|
|
262
241
|
[[annotations]]
|
|
263
242
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
|
|
264
243
|
precedence = "aggregate"
|
|
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
|
|
|
308
287
|
SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
|
|
309
288
|
SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
|
|
310
289
|
|
|
311
|
-
[[annotations]]
|
|
312
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
|
|
313
|
-
precedence = "aggregate"
|
|
314
|
-
SPDX-FileCopyrightText = "2010-2013, Acid Media"
|
|
315
|
-
SPDX-License-Identifier = "MIT"
|
|
316
|
-
SPDX-FileComment = "these files belong to: MobiScroll"
|
|
317
|
-
|
|
318
290
|
[[annotations]]
|
|
319
291
|
path = [
|
|
320
292
|
"src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
|
package/THIRDPARTY.txt
CHANGED
|
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
133
133
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
134
134
|
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
135
135
|
|
|
136
|
-
Component: cubiq.org - iScroll, version: 4.2.5
|
|
137
|
-
Copyright: 2012 Matteo Spinelli
|
|
138
|
-
License: MIT
|
|
139
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
140
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
|
|
141
|
-
|
|
142
|
-
Component: cubiq.org - iScroll Lite, version: 4.1.6
|
|
143
|
-
Copyright: 2011 Matteo Spinelli
|
|
144
|
-
License: MIT
|
|
145
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
146
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
|
|
147
|
-
|
|
148
|
-
Component: cubiq.org - swipeview, version: 1.0
|
|
149
|
-
Copyright: 2012 Matteo Spinelli
|
|
150
|
-
License: MIT
|
|
151
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
152
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
|
|
153
|
-
|
|
154
136
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
155
137
|
Copyright: 2011 Zynga Inc.
|
|
156
138
|
License: MIT
|
|
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
|
|
|
193
175
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
194
176
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
|
|
195
177
|
|
|
196
|
-
Component: MobiScroll, version: 2.9.0
|
|
197
|
-
Copyright: 2010-2013, Acid Media
|
|
198
|
-
License: MIT
|
|
199
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
200
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
|
|
201
|
-
|
|
202
178
|
Component: SinonJS, version: 1.14.1
|
|
203
179
|
Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
|
|
204
180
|
License: BSD-3-Clause
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.138.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.138.0",
|
|
18
|
+
"@openui5/sap.m": "1.138.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.138.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.138.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.138.0</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -41,7 +41,10 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
41
41
|
bHeaderRoleSet = oLandmarkInfo && oLandmarkInfo.getHeaderRole(),
|
|
42
42
|
bHeaderLabelSet = oLandmarkInfo && oLandmarkInfo.getHeaderLabel(),
|
|
43
43
|
bRootRoleSet = oLandmarkInfo && oLandmarkInfo.getRootRole(),
|
|
44
|
+
bNavigationRoleSet = oLandmarkInfo && oLandmarkInfo.getNavigationRole(),
|
|
44
45
|
sRootRole = bRootRoleSet ? oLandmarkInfo.getRootRole() : undefined,
|
|
46
|
+
sHeaderRole = bHeaderRoleSet ? oLandmarkInfo.getHeaderRole() : undefined,
|
|
47
|
+
sNavigationRole = bNavigationRoleSet ? oLandmarkInfo.getNavigationRole() : undefined,
|
|
45
48
|
bRootLabelSet = oLandmarkInfo && oLandmarkInfo.getRootLabel(),
|
|
46
49
|
bShowFooter = oControl.getShowFooter();
|
|
47
50
|
|
|
@@ -84,7 +87,11 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
84
87
|
if (!bHeaderRoleSet) {
|
|
85
88
|
oRm.attr("role", "banner");
|
|
86
89
|
}
|
|
87
|
-
|
|
90
|
+
|
|
91
|
+
if (sHeaderRole !== "None") {
|
|
92
|
+
oRm.attr("aria-roledescription", oRb.getText("HEADER_ROLE_DESCRIPTION"));
|
|
93
|
+
}
|
|
94
|
+
|
|
88
95
|
if (!bHeaderLabelSet) {
|
|
89
96
|
oRm.attr("aria-label", sHeaderAriaLabelText);
|
|
90
97
|
}
|
|
@@ -105,7 +112,9 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
105
112
|
oRm.openStart("div", oControl.getId() + "-stickyAnchorBar");
|
|
106
113
|
oRm.attr("data-sap-ui-customfastnavgroup", true);
|
|
107
114
|
|
|
108
|
-
|
|
115
|
+
if (sNavigationRole !== "None") {
|
|
116
|
+
oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
|
|
117
|
+
}
|
|
109
118
|
|
|
110
119
|
if (!oControl._bHeaderInTitleArea) {
|
|
111
120
|
oRm.attr("aria-hidden", "true");
|
|
@@ -150,7 +159,9 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
150
159
|
oRm.openStart("section", oControl.getId() + "-anchorBar");
|
|
151
160
|
oRm.attr("data-sap-ui-customfastnavgroup", true);
|
|
152
161
|
|
|
153
|
-
|
|
162
|
+
if (sNavigationRole !== "None") {
|
|
163
|
+
oRm.attr("aria-roledescription", oRb.getText("NAVIGATION_ROLE_DESCRIPTION"));
|
|
164
|
+
}
|
|
154
165
|
|
|
155
166
|
oRm.class("sapUxAPObjectPageNavigation")
|
|
156
167
|
.class("ui-helper-clearfix")
|
|
@@ -290,7 +301,8 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
290
301
|
*/
|
|
291
302
|
ObjectPageLayoutRenderer._renderFooterContentInternal = function (oRm, oObjectPageLayout, sFooterTag, oLandmarkInfo, oRb) {
|
|
292
303
|
var oFooter = oObjectPageLayout.getFooter(),
|
|
293
|
-
bFooterRoleSet = oLandmarkInfo && oLandmarkInfo.getFooterRole()
|
|
304
|
+
bFooterRoleSet = oLandmarkInfo && oLandmarkInfo.getFooterRole(),
|
|
305
|
+
sFooterRole = bFooterRoleSet ? oLandmarkInfo.getFooterRole() : undefined;
|
|
294
306
|
|
|
295
307
|
if (!oFooter) {
|
|
296
308
|
return;
|
|
@@ -308,7 +320,11 @@ sap.ui.define(["sap/ui/core/Lib"],
|
|
|
308
320
|
if (!bFooterRoleSet) {
|
|
309
321
|
oRm.attr("role", "region");
|
|
310
322
|
}
|
|
311
|
-
|
|
323
|
+
|
|
324
|
+
if (sFooterRole !== "None") {
|
|
325
|
+
oRm.attr("aria-roledescription", oRb.getText("FOOTER_ROLE_DESCRIPTION"));
|
|
326
|
+
}
|
|
327
|
+
|
|
312
328
|
oRm.accessibilityState(oObjectPageLayout, oObjectPageLayout._formatLandmarkInfo(oLandmarkInfo, "Footer"));
|
|
313
329
|
oRm.openEnd();
|
|
314
330
|
oFooter.addStyleClass("sapUxAPObjectPageFloatingFooter");
|
|
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
ObjectPageSectionRenderer.render = function (oRm, oControl) {
|
|
19
|
-
var bTitleVisible, bTitleAriaHidden, bShouldDisplayButtonsInHeader, bHasMoreThanOneVisibleSubSection,
|
|
19
|
+
var bTitleVisible, bTitleAriaHidden, bShouldDisplayButtonsInHeader, bHasMoreThanOneVisibleSubSection, bShouldStick,
|
|
20
20
|
bAccessibilityOn = ControlBehavior.isAccessibilityEnabled(),
|
|
21
21
|
oLabelledByTitleID = oControl._getAriaLabelledById(),
|
|
22
22
|
oHeading = oControl.getHeading(),
|
|
@@ -30,6 +30,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
30
30
|
bTitleAriaHidden = !oControl._isTitleAriaVisible();
|
|
31
31
|
bShouldDisplayButtonsInHeader = oControl._shouldDisplayButtonsInHeader();
|
|
32
32
|
bHasMoreThanOneVisibleSubSection = oControl._getVisibleSubSections().length > 1;
|
|
33
|
+
bShouldStick = !bHasMoreThanOneVisibleSubSection;
|
|
33
34
|
|
|
34
35
|
oRm.openStart("section", oControl)
|
|
35
36
|
.class("sapUxAPObjectPageSection");
|
|
@@ -65,7 +66,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
65
66
|
.attr("aria-level", oControl._getARIALevel())
|
|
66
67
|
.class("sapUxAPObjectPageSectionHeader")
|
|
67
68
|
.class(bTitleAriaHidden ? "sapUxAPObjectPageSectionHeaderHidden" : "")
|
|
68
|
-
.class(bHasMoreThanOneVisibleSubSection && !bShouldDisplayButtonsInHeader ? "sapUxAPObjectPageSectionHeaderCompact" : "")
|
|
69
|
+
.class(bHasMoreThanOneVisibleSubSection && !bShouldDisplayButtonsInHeader ? "sapUxAPObjectPageSectionHeaderCompact" : "")
|
|
70
|
+
.class(bShouldStick ? "sapUxAPObjectPageSectionHeaderSticky" : "");
|
|
69
71
|
|
|
70
72
|
if (bTitleAriaHidden) {
|
|
71
73
|
oRm.attr("aria-hidden", "true");
|
|
@@ -675,7 +675,7 @@ sap.ui.define([
|
|
|
675
675
|
bHasTitle;
|
|
676
676
|
|
|
677
677
|
if (sChangeName === "visible") { // change of the actions elements` visibility
|
|
678
|
-
bHasTitle = this.
|
|
678
|
+
bHasTitle = this._getInternalTitleVisible() && this.getTitle().trim() !== "";
|
|
679
679
|
if (!bHasTitle) {
|
|
680
680
|
this.$("header").toggleClass("sapUiHidden", !this._hasVisibleActions());
|
|
681
681
|
}
|
|
@@ -832,14 +832,7 @@ sap.ui.define([
|
|
|
832
832
|
});
|
|
833
833
|
};
|
|
834
834
|
|
|
835
|
-
ObjectPageSubSection.prototype.clone = function (
|
|
836
|
-
var oClone,
|
|
837
|
-
bCloneChildren = true;
|
|
838
|
-
|
|
839
|
-
if (oOptions) {
|
|
840
|
-
bCloneChildren = !!oOptions.cloneChildren;
|
|
841
|
-
}
|
|
842
|
-
|
|
835
|
+
ObjectPageSubSection.prototype.clone = function () {
|
|
843
836
|
Object.keys(this._aAggregationProxy).forEach(function (sAggregationName){
|
|
844
837
|
var oAggregation = this.mAggregations[sAggregationName];
|
|
845
838
|
|
|
@@ -848,17 +841,7 @@ sap.ui.define([
|
|
|
848
841
|
}
|
|
849
842
|
|
|
850
843
|
}, this);
|
|
851
|
-
|
|
852
|
-
oClone = ObjectPageSectionBase.prototype.clone.apply(this, arguments);
|
|
853
|
-
if (!this.isBound("actions") && bCloneChildren) {
|
|
854
|
-
var oAggregation = this.getMetadata().getAggregation("actions");
|
|
855
|
-
|
|
856
|
-
oAggregation.get(this).forEach(function(oChild) {
|
|
857
|
-
oAggregation.add(oClone, oChild.clone());
|
|
858
|
-
}, this);
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
return oClone;
|
|
844
|
+
return ObjectPageSectionBase.prototype.clone.apply(this, arguments);
|
|
862
845
|
};
|
|
863
846
|
|
|
864
847
|
ObjectPageSubSection.prototype._cleanProxiedAggregations = function () {
|
|
@@ -18,7 +18,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
18
18
|
ObjectPageSubSectionRenderer.render = function (oRm, oControl) {
|
|
19
19
|
var aActions, bHasTitle, bHasTitleLine, bUseTitleOnTheLeft, bHasActions, bHasVisibleActions,
|
|
20
20
|
bAccessibilityOn = ControlBehavior.isAccessibilityEnabled(),
|
|
21
|
-
oLabelledByTitleID = oControl._getAriaLabelledById()
|
|
21
|
+
oLabelledByTitleID = oControl._getAriaLabelledById(),
|
|
22
|
+
bIsPromoted = oControl._isPromoted();
|
|
22
23
|
|
|
23
24
|
if (!oControl.getVisible() || !oControl._getInternalVisible()) {
|
|
24
25
|
return;
|
|
@@ -33,7 +34,7 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
33
34
|
oRm.openStart("div", oControl)
|
|
34
35
|
.style("height", oControl._getHeight());
|
|
35
36
|
|
|
36
|
-
if (bHasTitle) {
|
|
37
|
+
if (bHasTitle && !bIsPromoted) {
|
|
37
38
|
oRm.attr("role", "region");
|
|
38
39
|
}
|
|
39
40
|
|
|
@@ -51,6 +52,8 @@ sap.ui.define(["sap/ui/core/ControlBehavior"], function (ControlBehavior) {
|
|
|
51
52
|
|
|
52
53
|
oRm.openEnd();
|
|
53
54
|
|
|
55
|
+
oRm.openStart("span").class("sapUxAPObjectPageSubSectionFocusSpan").openEnd().close("span");
|
|
56
|
+
|
|
54
57
|
if (bHasTitleLine) {
|
|
55
58
|
oRm.openStart("div", oControl.getId() + "-header")
|
|
56
59
|
.class("sapUxAPObjectPageSubSectionHeader");
|
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.138.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.138.0",
|
|
78
78
|
...{
|
|
79
79
|
interactionDocumentation: true
|
|
80
80
|
},
|
|
@@ -28,11 +28,6 @@
|
|
|
28
28
|
margin-left: 0.5rem;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.sapUxAPObjectPageSectionHeader .sapMTB {
|
|
32
|
-
padding-left: 0;
|
|
33
|
-
padding-right: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
31
|
.sapUxAPObjectPageSectionHeader .sapMIBar :not(.sapMBtnDisabled)>.sapMBtnInner.sapMBtnActive {
|
|
37
32
|
border-color: @sapUiButtonActiveBorderColor;
|
|
38
33
|
}
|
|
@@ -112,6 +107,13 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSectionHeader {
|
|
|
112
107
|
line-height: 1.5rem;
|
|
113
108
|
}
|
|
114
109
|
|
|
110
|
+
.sapUxAPObjectPageSectionHeaderSticky {
|
|
111
|
+
background-color: @sapUiGlobalBackgroundColor;
|
|
112
|
+
position: sticky;
|
|
113
|
+
top: 0;
|
|
114
|
+
z-index: 5;
|
|
115
|
+
}
|
|
116
|
+
|
|
115
117
|
html[data-sap-ui-browser^="ed"].sap-desktop .sapUxAPObjectPageSection:focus {
|
|
116
118
|
outline-style: dashed;
|
|
117
119
|
}
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
+
.sapUxAPObjectPageSubSection {
|
|
7
|
+
position: relative;
|
|
8
|
+
}
|
|
9
|
+
|
|
6
10
|
.sapUxAPObjectPageSubSection:not(.sapUxAPObjectPageSubSectionPromoted) {
|
|
7
11
|
padding-top: 1rem;
|
|
8
12
|
box-sizing: border-box;
|
|
@@ -18,13 +22,23 @@
|
|
|
18
22
|
width: 100%;
|
|
19
23
|
}
|
|
20
24
|
|
|
25
|
+
.sapUxAPObjectPageSubSection .sapUxAPObjectPageSubSectionHeader {
|
|
26
|
+
.sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
|
|
27
|
+
background-color: @sapUiGlobalBackgroundColor;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
position: sticky;
|
|
31
|
+
top: 0;
|
|
32
|
+
z-index: 5;
|
|
33
|
+
}
|
|
34
|
+
|
|
21
35
|
.sapUxAPObjectPageSubSectionHeader > .sapMBtn {
|
|
22
36
|
margin-left: 0.5rem;
|
|
23
37
|
}
|
|
24
38
|
|
|
25
39
|
.sapUxAPObjectPageSubSectionHeader .sapMTB {
|
|
26
|
-
padding-left:
|
|
27
|
-
padding-right: 0;
|
|
40
|
+
padding-left: 1rem;
|
|
41
|
+
padding-right: 0.75rem;
|
|
28
42
|
}
|
|
29
43
|
|
|
30
44
|
.sapUxAPObjectPageSubSectionHeader .sapMIBar :not(.sapMBtnDisabled)>.sapMBtnInner.sapMBtnActive {
|
|
@@ -38,7 +52,7 @@
|
|
|
38
52
|
.sapUxAPObjectPageSubSectionHeader {
|
|
39
53
|
height: auto;
|
|
40
54
|
word-wrap: break-word;
|
|
41
|
-
padding: 0
|
|
55
|
+
padding: 0 2rem 0 2rem;
|
|
42
56
|
display: flex;
|
|
43
57
|
width: 100%;
|
|
44
58
|
box-sizing: border-box;
|
|
@@ -76,7 +90,7 @@
|
|
|
76
90
|
/* phone display */
|
|
77
91
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSectionHeader,
|
|
78
92
|
html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeader {
|
|
79
|
-
padding: 0
|
|
93
|
+
padding: 0 0.25rem 0 0;
|
|
80
94
|
}
|
|
81
95
|
|
|
82
96
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSectionHeaderTitle,
|
|
@@ -93,7 +107,7 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeaderTitle {
|
|
|
93
107
|
|
|
94
108
|
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
95
109
|
html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
|
|
96
|
-
padding: 0
|
|
110
|
+
padding: 0 1.25rem 0 1rem;
|
|
97
111
|
}
|
|
98
112
|
|
|
99
113
|
/* Those styles apply Desktop and Desktop-XL.
|