@openui5/sap.uxap 1.108.8 → 1.108.9
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/ObjectPageLayout.js +3 -2
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.uxap",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.9",
|
|
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.108.
|
|
18
|
-
"@openui5/sap.m": "1.108.
|
|
19
|
-
"@openui5/sap.ui.core": "1.108.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.108.
|
|
17
|
+
"@openui5/sap.f": "1.108.9",
|
|
18
|
+
"@openui5/sap.m": "1.108.9",
|
|
19
|
+
"@openui5/sap.ui.core": "1.108.9",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.108.9"
|
|
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.108.
|
|
6
|
+
<version>1.108.9</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -1203,7 +1203,7 @@ sap.ui.define([
|
|
|
1203
1203
|
}
|
|
1204
1204
|
// enable scrolling in non-fullscreen-mode only
|
|
1205
1205
|
// (to avoid any scrollbar appearing even for an instance while we snap/unsnap header)
|
|
1206
|
-
this._toggleScrolling(!this._bAllContentFitsContainer);
|
|
1206
|
+
this._toggleScrolling(!this._bAllContentFitsContainer || this._headerBiggerThanAllowedToBeFixed());
|
|
1207
1207
|
|
|
1208
1208
|
this._registerOnContentResize();
|
|
1209
1209
|
|
|
@@ -2077,7 +2077,7 @@ sap.ui.define([
|
|
|
2077
2077
|
|
|
2078
2078
|
// the current tab changed => update the <code>this._bAllContentFitsContainer</code> accordingly
|
|
2079
2079
|
this._bAllContentFitsContainer = this._hasSingleVisibleFullscreenSubSection(oToSelect);
|
|
2080
|
-
this._toggleScrolling(!this._bAllContentFitsContainer);
|
|
2080
|
+
this._toggleScrolling(!this._bAllContentFitsContainer || this._headerBiggerThanAllowedToBeFixed());
|
|
2081
2081
|
|
|
2082
2082
|
bFullscreenModeChanged = this._bAllContentFitsContainer !== bWasFullscreenMode;
|
|
2083
2083
|
if (bFullscreenModeChanged && !this._bHeaderExpanded) {
|
|
@@ -2954,6 +2954,7 @@ sap.ui.define([
|
|
|
2954
2954
|
// (1) add top padding for the area underneath the title element
|
|
2955
2955
|
// so that the title does not overlap the content of the scroll container
|
|
2956
2956
|
oWrapperElement.style.paddingTop = iTitleHeight + "px";
|
|
2957
|
+
oWrapperElement.style.scrollPaddingTop = iTitleHeight + "px";
|
|
2957
2958
|
|
|
2958
2959
|
// (2) also make the area underneath the title invisible (using clip-path)
|
|
2959
2960
|
// to allow usage of *transparent background* of the title element
|
package/src/sap/uxap/library.js
CHANGED
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.uxap
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.108.
|
|
28
|
+
* @version 1.108.9
|
|
29
29
|
* @since 1.36
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
@@ -68,7 +68,7 @@ sap.ui.define([
|
|
|
68
68
|
"sap.uxap.ObjectPageHeaderLayoutData",
|
|
69
69
|
"sap.uxap.ObjectPageLazyLoader"
|
|
70
70
|
],
|
|
71
|
-
version: "1.108.
|
|
71
|
+
version: "1.108.9",
|
|
72
72
|
extensions: {
|
|
73
73
|
flChangeHandlers: {
|
|
74
74
|
"sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
|