@openui5/sap.uxap 1.96.2 → 1.97.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/dep5 CHANGED
@@ -418,7 +418,7 @@ Comment: these files contain content from SAP and BooleanExpressionEvaluator: Bo
418
418
 
419
419
  # Library: sap.ui.webc.common:
420
420
 
421
- Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
421
+ Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
422
422
  Copyright: SAP
423
423
  License: Apache-2.0
424
424
  Comment: these files belong to: UI5 Web Components
package/THIRDPARTY.txt CHANGED
@@ -412,10 +412,11 @@ Copyright: SAP
412
412
  License: Apache-2.0
413
413
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
414
414
  Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
415
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.*
415
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
416
416
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
417
417
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
418
418
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
419
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
419
420
 
420
421
  Component: lit-html, version: 1.4.1
421
422
  Copyright: Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.96.2",
3
+ "version": "1.97.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.96.2",
18
- "@openui5/sap.m": "1.96.2",
19
- "@openui5/sap.ui.core": "1.96.2",
20
- "@openui5/sap.ui.layout": "1.96.2"
17
+ "@openui5/sap.f": "1.97.0",
18
+ "@openui5/sap.m": "1.97.0",
19
+ "@openui5/sap.ui.core": "1.97.0",
20
+ "@openui5/sap.ui.layout": "1.97.0"
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.96.2</version>
6
+ <version>1.97.0</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>
@@ -12,6 +12,7 @@ sap.ui.define([
12
12
  "sap/ui/core/mvc/View",
13
13
  "sap/ui/base/ManagedObjectObserver",
14
14
  "./BlockBaseMetadata",
15
+ "./BlockBaseRenderer",
15
16
  "sap/ui/model/Context",
16
17
  "sap/ui/Device",
17
18
  "sap/ui/layout/form/ColumnLayout",
@@ -26,6 +27,7 @@ sap.ui.define([
26
27
  CoreView,
27
28
  ManagedObjectObserver,
28
29
  BlockBaseMetadata,
30
+ BlockBaseRenderer,
29
31
  Context,
30
32
  Device,
31
33
  ColumnLayout,
@@ -186,7 +188,7 @@ sap.ui.define([
186
188
  //
187
189
  }
188
190
  },
189
- renderer: "sap.uxap.BlockBaseRenderer"
191
+ renderer: BlockBaseRenderer
190
192
  }, BlockBaseMetadata);
191
193
 
192
194
  BlockBase.prototype.init = function () {
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.96.2
24
+ * @version 1.97.0
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.96.2
25
+ * @version 1.97.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @implements sap.uxap.IHeaderContent
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.96.2
44
+ * @version 1.97.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @implements sap.uxap.IHeaderTitle
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.96.2
45
+ * @version 1.97.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -3051,6 +3051,9 @@ sap.ui.define([
3051
3051
  return;
3052
3052
  }
3053
3053
 
3054
+ this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3055
+ this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3056
+
3054
3057
  if (!this._bDomReady) {
3055
3058
  Log.info("ObjectPageLayout :: cannot _onUpdateScreenSize before dom is ready");
3056
3059
  return;
@@ -3059,9 +3062,6 @@ sap.ui.define([
3059
3062
  this._oLazyLoading.setLazyLoadingParameters();
3060
3063
 
3061
3064
  setTimeout(function () {
3062
- this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3063
- this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3064
-
3065
3065
  if (bIsAlwaysShowContentHeaderEnabled && (this._bHeaderInTitleArea != this._checkAlwaysShowContentHeader())) {
3066
3066
  this.invalidate();
3067
3067
  }
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.96.2
40
+ * @version 1.97.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -157,6 +157,7 @@ sap.ui.define([
157
157
  this._updateShowHideAllButton(false);
158
158
 
159
159
  oHeaderDOM && oHeaderDOM.classList.toggle("sapUxAPObjectPageSectionHeaderHidden", !this._isTitleVisible());
160
+ oHeaderDOM && oHeaderDOM.setAttribute("aria-hidden", !this._isTitleVisible());
160
161
 
161
162
  if (oObjectPage && this.getDomRef()) {
162
163
  oObjectPage._requestAdjustLayout();
@@ -45,6 +45,7 @@ sap.ui.define(function () {
45
45
  oRm.openStart("div", oControl.getId() + "-header")
46
46
  .attr("role", "heading")
47
47
  .attr("aria-level", oControl._getARIALevel())
48
+ .attr("aria-hidden", !bTitleVisible)
48
49
  .class("sapUxAPObjectPageSectionHeader")
49
50
  .class(bTitleVisible ? "" : "sapUxAPObjectPageSectionHeaderHidden")
50
51
  .openEnd();
@@ -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.96.2
28
+ * @version 1.97.0
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.96.2
16
+ * @version 1.97.0
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.96.2
24
+ * @version 1.97.0
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @namespace
25
25
  * @name sap.uxap
26
26
  * @author SAP SE
27
- * @version 1.96.2
27
+ * @version 1.97.0
28
28
  * @since 1.36
29
29
  * @public
30
30
  */
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  "sap.uxap.ObjectPageHeaderLayoutData",
70
70
  "sap.uxap.ObjectPageLazyLoader"
71
71
  ],
72
- version: "1.96.2",
72
+ version: "1.97.0",
73
73
  extensions: {
74
74
  flChangeHandlers: {
75
75
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",