@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.108.8",
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.8",
18
- "@openui5/sap.m": "1.108.8",
19
- "@openui5/sap.ui.core": "1.108.8",
20
- "@openui5/sap.ui.layout": "1.108.8"
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
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.uxap</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.108.8</version>
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>
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.108.8
24
+ * @version 1.108.9
25
25
  * @since 1.26
26
26
  * @alias sap.uxap.BlockBaseMetadata
27
27
  * @extends sap.ui.core.ElementMetadata
@@ -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.108.8
25
+ * @version 1.108.9
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @implements sap.uxap.IHeaderContent
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.108.8
43
+ * @version 1.108.9
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @implements sap.uxap.IHeaderTitle
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.108.8
45
+ * @version 1.108.9
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -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
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.108.8
40
+ * @version 1.108.9
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -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.108.8
28
+ * @version 1.108.9
29
29
  * @since 1.75
30
30
  * @experimental Since 1.75
31
31
  */
@@ -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.108.8
16
+ * @version 1.108.9
17
17
  * @experimental Since 1.54
18
18
  */
19
19
 
@@ -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.108.8
24
+ * @version 1.108.9
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.uxap
27
27
  * @author SAP SE
28
- * @version 1.108.8
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.8",
71
+ version: "1.108.9",
72
72
  extensions: {
73
73
  flChangeHandlers: {
74
74
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",