@openui5/sap.uxap 1.96.2 → 1.98.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.
Files changed (113) hide show
  1. package/.reuse/dep5 +26 -31
  2. package/THIRDPARTY.txt +15 -21
  3. package/package.json +5 -5
  4. package/src/sap/uxap/.library +2 -2
  5. package/src/sap/uxap/AnchorBar.js +1 -1
  6. package/src/sap/uxap/AnchorBarRenderer.js +1 -1
  7. package/src/sap/uxap/BlockBase.js +4 -2
  8. package/src/sap/uxap/BlockBaseMetadata.js +2 -2
  9. package/src/sap/uxap/BlockBaseRenderer.js +1 -1
  10. package/src/sap/uxap/BreadCrumbs.js +1 -1
  11. package/src/sap/uxap/BreadCrumbsRenderer.js +1 -1
  12. package/src/sap/uxap/HierarchicalSelect.js +12 -2
  13. package/src/sap/uxap/HierarchicalSelectRenderer.js +1 -1
  14. package/src/sap/uxap/LazyLoading.js +1 -1
  15. package/src/sap/uxap/ModelMapping.js +1 -1
  16. package/src/sap/uxap/ObjectImageHelper.js +1 -1
  17. package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +2 -2
  18. package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +2 -2
  19. package/src/sap/uxap/ObjectPageDynamicHeaderContentRenderer.js +1 -1
  20. package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +2 -2
  21. package/src/sap/uxap/ObjectPageDynamicHeaderTitleRenderer.js +1 -1
  22. package/src/sap/uxap/ObjectPageHeader.js +1 -1
  23. package/src/sap/uxap/ObjectPageHeaderActionButton.js +1 -1
  24. package/src/sap/uxap/ObjectPageHeaderActionButtonRenderer.js +1 -1
  25. package/src/sap/uxap/ObjectPageHeaderContent.js +1 -1
  26. package/src/sap/uxap/ObjectPageHeaderContentRenderer.js +1 -1
  27. package/src/sap/uxap/ObjectPageHeaderLayoutData.js +2 -2
  28. package/src/sap/uxap/ObjectPageHeaderRenderer.js +1 -1
  29. package/src/sap/uxap/ObjectPageLayout.js +16 -13
  30. package/src/sap/uxap/ObjectPageLayoutABHelper.js +1 -1
  31. package/src/sap/uxap/ObjectPageLayoutRenderer.js +1 -1
  32. package/src/sap/uxap/ObjectPageLazyLoader.js +2 -2
  33. package/src/sap/uxap/ObjectPageSection.js +2 -1
  34. package/src/sap/uxap/ObjectPageSectionBase.js +1 -1
  35. package/src/sap/uxap/ObjectPageSectionRenderer.js +2 -1
  36. package/src/sap/uxap/ObjectPageSubSection.js +1 -1
  37. package/src/sap/uxap/ObjectPageSubSectionRenderer.js +1 -1
  38. package/src/sap/uxap/ThrottledTaskHelper.js +1 -1
  39. package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +2 -2
  40. package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +2 -2
  41. package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +2 -2
  42. package/src/sap/uxap/component/Component.js +1 -1
  43. package/src/sap/uxap/component/ObjectPageComponentContainer.js +1 -1
  44. package/src/sap/uxap/component/ObjectPageLayoutUXDrivenFactory.controller.js +7 -9
  45. package/src/sap/uxap/designtime/BlockBase.designtime.js +1 -1
  46. package/src/sap/uxap/designtime/ObjectPageHeader.designtime.js +1 -1
  47. package/src/sap/uxap/designtime/ObjectPageHeaderActionButton.designtime.js +1 -1
  48. package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +2 -2
  49. package/src/sap/uxap/designtime/ObjectPageSection.designtime.js +1 -1
  50. package/src/sap/uxap/designtime/ObjectPageSubSection.designtime.js +1 -1
  51. package/src/sap/uxap/designtime/library.designtime.js +1 -1
  52. package/src/sap/uxap/flexibility/ObjectPageDynamicHeaderTitle.flexibility.js +1 -1
  53. package/src/sap/uxap/flexibility/ObjectPageHeader.flexibility.js +1 -1
  54. package/src/sap/uxap/flexibility/ObjectPageHeaderActionButton.flexibility.js +1 -1
  55. package/src/sap/uxap/flexibility/ObjectPageLayout.flexibility.js +1 -1
  56. package/src/sap/uxap/flexibility/ObjectPageSection.flexibility.js +1 -1
  57. package/src/sap/uxap/flexibility/ObjectPageSubSection.flexibility.js +1 -1
  58. package/src/sap/uxap/library.js +3 -3
  59. package/src/sap/uxap/library.support.js +1 -1
  60. package/src/sap/uxap/messagebundle.properties +6 -3
  61. package/src/sap/uxap/messagebundle_ar.properties +4 -2
  62. package/src/sap/uxap/messagebundle_bg.properties +4 -2
  63. package/src/sap/uxap/messagebundle_ca.properties +4 -2
  64. package/src/sap/uxap/messagebundle_cs.properties +4 -2
  65. package/src/sap/uxap/messagebundle_cy.properties +4 -2
  66. package/src/sap/uxap/messagebundle_da.properties +4 -2
  67. package/src/sap/uxap/messagebundle_de.properties +4 -2
  68. package/src/sap/uxap/messagebundle_el.properties +4 -2
  69. package/src/sap/uxap/messagebundle_en.properties +4 -2
  70. package/src/sap/uxap/messagebundle_en_GB.properties +4 -2
  71. package/src/sap/uxap/messagebundle_en_US_sappsd.properties +4 -2
  72. package/src/sap/uxap/messagebundle_en_US_saptrc.properties +4 -2
  73. package/src/sap/uxap/messagebundle_es.properties +4 -2
  74. package/src/sap/uxap/messagebundle_es_MX.properties +4 -2
  75. package/src/sap/uxap/messagebundle_et.properties +4 -2
  76. package/src/sap/uxap/messagebundle_fi.properties +4 -2
  77. package/src/sap/uxap/messagebundle_fr.properties +4 -2
  78. package/src/sap/uxap/messagebundle_fr_CA.properties +7 -5
  79. package/src/sap/uxap/messagebundle_hi.properties +4 -2
  80. package/src/sap/uxap/messagebundle_hr.properties +4 -2
  81. package/src/sap/uxap/messagebundle_hu.properties +4 -2
  82. package/src/sap/uxap/messagebundle_id.properties +4 -2
  83. package/src/sap/uxap/messagebundle_it.properties +4 -2
  84. package/src/sap/uxap/messagebundle_iw.properties +4 -2
  85. package/src/sap/uxap/messagebundle_ja.properties +4 -2
  86. package/src/sap/uxap/messagebundle_kk.properties +4 -2
  87. package/src/sap/uxap/messagebundle_ko.properties +4 -2
  88. package/src/sap/uxap/messagebundle_lt.properties +4 -2
  89. package/src/sap/uxap/messagebundle_lv.properties +4 -2
  90. package/src/sap/uxap/messagebundle_ms.properties +4 -2
  91. package/src/sap/uxap/messagebundle_nl.properties +4 -2
  92. package/src/sap/uxap/messagebundle_no.properties +4 -2
  93. package/src/sap/uxap/messagebundle_pl.properties +4 -2
  94. package/src/sap/uxap/messagebundle_pt.properties +5 -3
  95. package/src/sap/uxap/messagebundle_pt_PT.properties +4 -2
  96. package/src/sap/uxap/messagebundle_ro.properties +4 -2
  97. package/src/sap/uxap/messagebundle_ru.properties +4 -2
  98. package/src/sap/uxap/messagebundle_sh.properties +4 -2
  99. package/src/sap/uxap/messagebundle_sk.properties +4 -2
  100. package/src/sap/uxap/messagebundle_sl.properties +4 -2
  101. package/src/sap/uxap/messagebundle_sv.properties +4 -2
  102. package/src/sap/uxap/messagebundle_th.properties +4 -2
  103. package/src/sap/uxap/messagebundle_tr.properties +5 -3
  104. package/src/sap/uxap/messagebundle_uk.properties +4 -2
  105. package/src/sap/uxap/messagebundle_vi.properties +4 -2
  106. package/src/sap/uxap/messagebundle_zh_CN.properties +4 -2
  107. package/src/sap/uxap/messagebundle_zh_TW.properties +4 -2
  108. package/src/sap/uxap/rules/ObjectPageLayout.support.js +1 -1
  109. package/src/sap/uxap/themes/base/ObjectPageHeaderContent.less +2 -10
  110. package/src/sap/uxap/themes/base/ObjectPageSection.less +0 -9
  111. package/src/sap/uxap/themes/base/ObjectPageSubSection.less +6 -1
  112. package/src/sap/uxap/themes/base/library.source.less +1 -1
  113. package/src/sap/uxap/themes/sap_hcb/library.source.less +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2050,9 +2050,11 @@ sap.ui.define([
2050
2050
  ObjectPageLayout.prototype._isClosestScrolledSection = function (sSectionId) {
2051
2051
  var iScrollTop = this._$opWrapper.length > 0 ? this._$opWrapper.scrollTop() : 0,
2052
2052
  iPageHeight = this.iScreenHeight,
2053
- sClosestSectionId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight);
2053
+ sClosestSectionBaseId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight),
2054
+ oSectionBase = this.oCore.byId(sClosestSectionBaseId),
2055
+ oSection = ObjectPageSection._getClosestSection(oSectionBase);
2054
2056
 
2055
- return sClosestSectionId && (sSectionId === sClosestSectionId);
2057
+ return oSection && (sSectionId === oSection.getId());
2056
2058
  };
2057
2059
 
2058
2060
  ObjectPageLayout.prototype._setSelectedSectionId = function (sSelectedSectionId) {
@@ -3051,6 +3053,9 @@ sap.ui.define([
3051
3053
  return;
3052
3054
  }
3053
3055
 
3056
+ this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3057
+ this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3058
+
3054
3059
  if (!this._bDomReady) {
3055
3060
  Log.info("ObjectPageLayout :: cannot _onUpdateScreenSize before dom is ready");
3056
3061
  return;
@@ -3059,9 +3064,6 @@ sap.ui.define([
3059
3064
  this._oLazyLoading.setLazyLoadingParameters();
3060
3065
 
3061
3066
  setTimeout(function () {
3062
- this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
3063
- this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
3064
-
3065
3067
  if (bIsAlwaysShowContentHeaderEnabled && (this._bHeaderInTitleArea != this._checkAlwaysShowContentHeader())) {
3066
3068
  this.invalidate();
3067
3069
  }
@@ -3328,8 +3330,8 @@ sap.ui.define([
3328
3330
  }
3329
3331
 
3330
3332
  //find the currently scrolled section = where position - iScrollTop is closest to 0
3331
- sClosestId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight);
3332
- sClosestSubSectionId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight, true /* subSections only */);
3333
+ sClosestId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight);
3334
+ sClosestSubSectionId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight, true /* subSections only */);
3333
3335
 
3334
3336
  if (sClosestId) {
3335
3337
 
@@ -3418,7 +3420,7 @@ sap.ui.define([
3418
3420
  return iTitleHeightDelta;
3419
3421
  };
3420
3422
 
3421
- ObjectPageLayout.prototype._getClosestScrolledSectionId = function (iScrollTop, iPageHeight, bSubSectionsOnly) {
3423
+ ObjectPageLayout.prototype._getClosestScrolledSectionBaseId = function (iScrollTop, iPageHeight, bSubSectionsOnly) {
3422
3424
  bSubSectionsOnly = !!bSubSectionsOnly;
3423
3425
  iScrollTop = Math.ceil(iScrollTop);
3424
3426
 
@@ -4220,7 +4222,7 @@ sap.ui.define([
4220
4222
  }
4221
4223
 
4222
4224
  var iScrollTop = this._oScroller.getScrollTop(),
4223
- sScrolledSubSectionId = this._getClosestScrolledSectionId(
4225
+ sScrolledSubSectionId = this._getClosestScrolledSectionBaseId(
4224
4226
  this._oScroller.getScrollTop(), this.iScreenHeight, true /* subSections only */),
4225
4227
  iScrollTopWithinScrolledSubSection;
4226
4228
 
@@ -4265,13 +4267,14 @@ sap.ui.define([
4265
4267
  */
4266
4268
  ObjectPageLayout.prototype._toggleFooter = function (bShow) {
4267
4269
  var bUseAnimations,
4268
- oFooter = this.getFooter();
4270
+ oFooter = this.getFooter(),
4271
+ sAnimationMode = this.oCore.getConfiguration().getAnimationMode();
4269
4272
 
4270
4273
  if (!exists(oFooter) || !exists(this._$footerWrapper)) {
4271
4274
  return;
4272
4275
  }
4273
4276
 
4274
- bUseAnimations = this.oCore.getConfiguration().getAnimationMode() !== Configuration.AnimationMode.none;
4277
+ bUseAnimations = sAnimationMode !== Configuration.AnimationMode.none && sAnimationMode !== Configuration.AnimationMode.minimal;
4275
4278
 
4276
4279
  if (bUseAnimations) {
4277
4280
  this._toggleFooterAnimation(bShow, oFooter);
@@ -4815,7 +4818,7 @@ sap.ui.define([
4815
4818
  sTitleText = oHeader ? oHeader.getTitleText() : null,
4816
4819
  sAriaLabelText;
4817
4820
 
4818
- if (oHeader && sTitleText) {
4821
+ if (oHeader && sTitleText && sElement !== "ROOT") {
4819
4822
  sAriaLabelText = sTitleText;
4820
4823
 
4821
4824
  if (bAddResourceBundleText) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.98.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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();
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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();
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.98.0
29
29
  * @since 1.75
30
30
  * @experimental Since 1.75
31
31
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.98.0
17
17
  * @experimental Since 1.54
18
18
  */
19
19
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.98.0
25
25
  * @experimental Since 1.50
26
26
  */
27
27
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,11 +1,10 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
7
  sap.ui.define([
8
- "jquery.sap.global",
9
8
  "sap/ui/model/BindingMode",
10
9
  "sap/ui/model/Context",
11
10
  "sap/ui/base/ManagedObject",
@@ -14,14 +13,13 @@ sap.ui.define([
14
13
  "sap/base/util/ObjectPath",
15
14
  "sap/ui/thirdparty/jquery"
16
15
  ], function(
17
- jQuery,
18
16
  BindingMode,
19
17
  Context,
20
18
  ManagedObject,
21
19
  Controller,
22
20
  Log,
23
21
  ObjectPath,
24
- jQueryDOM
22
+ jQuery
25
23
  ) {
26
24
  "use strict";
27
25
 
@@ -33,12 +31,12 @@ sap.ui.define([
33
31
  */
34
32
  connectToComponent: function (oModel) {
35
33
 
36
- var bHasPendingRequest = jQueryDOM.isEmptyObject(oModel.getData());
34
+ var bHasPendingRequest = jQuery.isEmptyObject(oModel.getData());
37
35
 
38
36
  //ensure a 1 way binding otherwise it cause any block property change to update the entire subSections
39
37
  oModel.setDefaultBindingMode(BindingMode.OneWay);
40
38
 
41
- var fnHeaderFactory = jQueryDOM.proxy(function () {
39
+ var fnHeaderFactory = jQuery.proxy(function () {
42
40
 
43
41
  if (bHasPendingRequest) {
44
42
  oModel.detachRequestCompleted(fnHeaderFactory);
@@ -84,7 +82,7 @@ sap.ui.define([
84
82
  oControlMetadata = oControlClass.getMetadata();
85
83
 
86
84
  //pre-processing: substitute event handler as strings by their function instance
87
- jQueryDOM.each(oControlMetadata._mAllEvents, jQueryDOM.proxy(function (sEventName, oEventProperties) {
85
+ jQuery.each(oControlMetadata._mAllEvents, jQuery.proxy(function (sEventName, oEventProperties) {
88
86
  if (typeof oControlInfo[sEventName] == "string") {
89
87
  oControlInfo[sEventName] = this.convertEventHandler(oControlInfo[sEventName]);
90
88
  }
@@ -94,7 +92,7 @@ sap.ui.define([
94
92
  oControl = ManagedObject.create(oControlInfo);
95
93
 
96
94
  //post-processing: bind properties on the objectPageLayoutMetadata model
97
- jQueryDOM.each(oControlMetadata._mAllProperties, jQueryDOM.proxy(function (sPropertyName, oProperty) {
95
+ jQuery.each(oControlMetadata._mAllProperties, jQuery.proxy(function (sPropertyName, oProperty) {
98
96
  if (oControlInfo[sPropertyName]) {
99
97
  oControl.bindProperty(sPropertyName, "objectPageLayoutMetadata>" + oBindingContext.getPath() + "/" + sPropertyName);
100
98
  }
@@ -116,7 +114,7 @@ sap.ui.define([
116
114
  var fnNameSpace = window, aNameSpaceParts = sStaticHandlerName.split('.');
117
115
 
118
116
  try {
119
- jQueryDOM.each(aNameSpaceParts, function (iIndex, sNameSpacePart) {
117
+ jQuery.each(aNameSpaceParts, function (iIndex, sNameSpacePart) {
120
118
  fnNameSpace = fnNameSpace[sNameSpacePart];
121
119
  });
122
120
  } catch (sError) {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -34,7 +34,7 @@ function(
34
34
  return sap.ui.getCore().getLibraryResourceBundle("sap.uxap").getText("LAYOUT_CONTROL_NAME");
35
35
  },
36
36
  plural : function(){
37
- return sap.ui.getCore().getLibraryResourceBundle("sap.uxap").getText("LAYOUT_CONTROL__PLURAL");
37
+ return sap.ui.getCore().getLibraryResourceBundle("sap.uxap").getText("LAYOUT_CONTROL_NAME_PLURAL");
38
38
  }
39
39
  },
40
40
  aggregations : {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.98.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.98.0",
73
73
  extensions: {
74
74
  flChangeHandlers: {
75
75
  "sap.uxap.ObjectPageHeader": "sap/uxap/flexibility/ObjectPageHeader",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -64,9 +64,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Expand header content
64
64
  #XTOL: Tooltip for the button that shows the Side Content panel
65
65
  TOOLTIP_OP_SHOW_SIDE_CONTENT=Open side panel
66
66
 
67
- #XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it has a title
68
- ROOT_ARIA_LABEL_WITH_TITLE=Details
69
-
70
67
  #XACT: Text used to label the root sap.uxap.ObjectPageLayout element when it doesn't have a title
71
68
  ROOT_ARIA_LABEL_WITHOUT_TITLE=Object details
72
69
 
@@ -88,6 +85,12 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Object options
88
85
  #XACT: Text used to label the AnchorBar element of sap.uxap.ObjectPageLayout when it doesn't have a title
89
86
  FOOTER_ARIA_LABEL=General actions
90
87
 
88
+ #XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Object Page Layout
89
+ LAYOUT_CONTROL_NAME=Object Page Layout
90
+
91
+ #XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Object Page Layouts
92
+ LAYOUT_CONTROL_NAME_PLURAL=Object Page Layouts
93
+
91
94
  #XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Section
92
95
  SECTION_CONTROL_NAME=Section
93
96
 
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=\u062A\u0648\u0633\u064A\u0639 \u0645\u062D\u062A\u
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=\u0641\u062A\u062D \u0627\u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062C\u0627\u0646\u0628\u064A\u0629
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=\u062A\u0641\u0627\u0635\u064A\u0644
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0643\u0627\u0626\u0646
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=\u0627\u0644\u0645\u0642\u062F\u0645\u0629\: \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u0645\u0637 \u0642\u0631\u0627\u0621\u0629 \u0642\u0627\u0631\u0626 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0642\u0631\u0627\u0621\u0629 \u062C\u0645\u064A\u0639 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u062E\u064A\u0627\u0631\u0627\u062A \u0627\
57
55
 
58
56
  FOOTER_ARIA_LABEL=\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0639\u0627\u0645\u0629
59
57
 
58
+ LAYOUT_CONTROL_NAME=\u0645\u062E\u0637\u0637 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=\u0645\u062E\u0637\u0637\u0627\u062A \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A
61
+
60
62
  SECTION_CONTROL_NAME=\u0627\u0644\u0642\u0633\u0645
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=\u0627\u0644\u0623\u0642\u0633\u0627\u0645
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0447\u0435\u043D \u043F\u0430\u043D\u0435\u043B
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435\: \u0418\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0440\u0435\u0436\u0438\u043C \u0437\u0430 \u0447\u0435\u0442\u0435\u043D\u0435 \u043D\u0430 \u0435\u043A\u0440\u0430\u043D \u0437\u0430 \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u0435 \u043D\u0430 \u0446\u044F\u043B\u0430\u0442\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=\u041E\u043F\u0446\u0438\u0438 \u043D\u0430
57
55
 
58
56
  FOOTER_ARIA_LABEL=\u041E\u0431\u0449\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
59
57
 
58
+ LAYOUT_CONTROL_NAME=\u0424\u043E\u0440\u043C\u0430\u0442 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=\u0424\u043E\u0440\u043C\u0430\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
61
+
60
62
  SECTION_CONTROL_NAME=\u0420\u0430\u0437\u0434\u0435\u043B
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=\u0420\u0430\u0437\u0434\u0435\u043B\u0438
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Desplegar contingut de cap\u00E7alera
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=Obrir \u00E0rea de p\u00E0gina
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=Detalls
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=Detalls d'objecte
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=Cap\u00E7alera\: utilitzeu el mode de lectura del lector de pantalla per llegir tota la informaci\u00F3 de l'objecte
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Opcions d'objecte
57
55
 
58
56
  FOOTER_ARIA_LABEL=Accions generals
59
57
 
58
+ LAYOUT_CONTROL_NAME=Disposici\u00F3 de p\u00E0gina d'objecte
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=Disposicions de p\u00E0gina d'objecte
61
+
60
62
  SECTION_CONTROL_NAME=Secci\u00F3
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=Seccions
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Rozbalit obsah hlavi\u010Dky
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=Otev\u0159\u00EDt bo\u010Dn\u00ED panel
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=Detaily
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=Detaily objektu
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=Hlavi\u010Dka\: Pou\u017Eijte re\u017Eim \u010Dten\u00ED obrazovky pro \u010Dten\u00ED v\u0161ech informac\u00ED o objektu
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Mo\u017Enosti objektu
57
55
 
58
56
  FOOTER_ARIA_LABEL=V\u0161eobecn\u00E9 akce
59
57
 
58
+ LAYOUT_CONTROL_NAME=Layout str\u00E1nky objektu
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=Layouty str\u00E1nky objektu
61
+
60
62
  SECTION_CONTROL_NAME=Sekce
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=Sekce
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Ehangu cynnwys y pennyn
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=Agor y panel ochr
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=Manylion
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=Manylion y gwrthrych
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=Pennyn\: Defnyddiwch fodd darllen darllenydd sgrin i ddarllen yr holl wybodaeth am y gwrthrych
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Opsiynau gwrthrych
57
55
 
58
56
  FOOTER_ARIA_LABEL=Camau gweithredu cyffredinol
59
57
 
58
+ LAYOUT_CONTROL_NAME=Cynllun Tudalen Gwrthrych
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=Cynlluniau Tudalen Gwrthrych
61
+
60
62
  SECTION_CONTROL_NAME=Adran
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=Adrannau
@@ -41,8 +41,6 @@ TOOLTIP_OP_EXPAND_HEADER_BTN=Ekspander topindhold
41
41
 
42
42
  TOOLTIP_OP_SHOW_SIDE_CONTENT=\u00C5bn sideomr\u00E5de
43
43
 
44
- ROOT_ARIA_LABEL_WITH_TITLE=Detaljer
45
-
46
44
  ROOT_ARIA_LABEL_WITHOUT_TITLE=Objektdetaljer
47
45
 
48
46
  HEADER_ARIA_LABEL_WITH_TITLE=Top\: Anvend sk\u00E6rml\u00E6serl\u00E6sningsmode til l\u00E6sning af alle objektinformationer
@@ -57,6 +55,10 @@ NAVTOOLBAR_ARIA_LABEL_WITHOUT_TITLE=Objektmuligheder
57
55
 
58
56
  FOOTER_ARIA_LABEL=Generelle aktioner
59
57
 
58
+ LAYOUT_CONTROL_NAME=Objektsidelayout
59
+
60
+ LAYOUT_CONTROL_NAME_PLURAL=Objektsidelayouts
61
+
60
62
  SECTION_CONTROL_NAME=Afsnit
61
63
 
62
64
  SECTION_CONTROL_NAME_PLURAL=Afsnit