@openui5/sap.uxap 1.90.8 → 1.90.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.90.8",
3
+ "version": "1.90.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.90.8",
18
- "@openui5/sap.m": "1.90.8",
19
- "@openui5/sap.ui.core": "1.90.8",
20
- "@openui5/sap.ui.layout": "1.90.8"
17
+ "@openui5/sap.f": "1.90.9",
18
+ "@openui5/sap.m": "1.90.9",
19
+ "@openui5/sap.ui.core": "1.90.9",
20
+ "@openui5/sap.ui.layout": "1.90.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.90.8</version>
6
+ <version>1.90.9</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2021 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.90.8
24
+ * @version 1.90.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.90.8
25
+ * @version 1.90.9
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderContent
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.90.8
52
+ * @version 1.90.9
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderTitle
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.90.8
52
+ * @version 1.90.9
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -3023,6 +3023,9 @@ sap.ui.define([
3023
3023
  return;
3024
3024
  }
3025
3025
 
3026
+ this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3027
+ this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3028
+
3026
3029
  if (!this._bDomReady) {
3027
3030
  Log.info("ObjectPageLayout :: cannot _onUpdateScreenSize before dom is ready");
3028
3031
  return;
@@ -3031,9 +3034,6 @@ sap.ui.define([
3031
3034
  this._oLazyLoading.setLazyLoadingParameters();
3032
3035
 
3033
3036
  setTimeout(function () {
3034
- this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3035
- this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3036
-
3037
3037
  if (bIsAlwaysShowContentHeaderEnabled && (this._bHeaderInTitleArea != this._checkAlwaysShowContentHeader())) {
3038
3038
  this.invalidate();
3039
3039
  }
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.90.8
40
+ * @version 1.90.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.90.8
28
+ * @version 1.90.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.90.8
16
+ * @version 1.90.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.90.8
24
+ * @version 1.90.9
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  "sap.uxap.ObjectPageHeaderLayoutData",
66
66
  "sap.uxap.ObjectPageLazyLoader"
67
67
  ],
68
- version: "1.90.8",
68
+ version: "1.90.9",
69
69
  extensions: {
70
70
  flChangeHandlers: {
71
71
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",