@openui5/sap.uxap 1.84.18 → 1.84.22

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 (63) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +5 -5
  3. package/src/sap/uxap/.library +2 -2
  4. package/src/sap/uxap/AnchorBar.js +35 -19
  5. package/src/sap/uxap/AnchorBarRenderer.js +1 -1
  6. package/src/sap/uxap/BlockBase.js +1 -1
  7. package/src/sap/uxap/BlockBaseMetadata.js +2 -2
  8. package/src/sap/uxap/BlockBaseRenderer.js +1 -1
  9. package/src/sap/uxap/BreadCrumbs.js +1 -1
  10. package/src/sap/uxap/BreadCrumbsRenderer.js +1 -1
  11. package/src/sap/uxap/HierarchicalSelect.js +1 -1
  12. package/src/sap/uxap/HierarchicalSelectRenderer.js +1 -1
  13. package/src/sap/uxap/LazyLoading.js +1 -1
  14. package/src/sap/uxap/ModelMapping.js +1 -1
  15. package/src/sap/uxap/ObjectImageHelper.js +1 -1
  16. package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +2 -2
  17. package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +2 -2
  18. package/src/sap/uxap/ObjectPageDynamicHeaderContentRenderer.js +1 -1
  19. package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +2 -2
  20. package/src/sap/uxap/ObjectPageDynamicHeaderTitleRenderer.js +1 -1
  21. package/src/sap/uxap/ObjectPageHeader.js +1 -1
  22. package/src/sap/uxap/ObjectPageHeaderActionButton.js +1 -1
  23. package/src/sap/uxap/ObjectPageHeaderActionButtonRenderer.js +1 -1
  24. package/src/sap/uxap/ObjectPageHeaderContent.js +1 -1
  25. package/src/sap/uxap/ObjectPageHeaderContentRenderer.js +1 -1
  26. package/src/sap/uxap/ObjectPageHeaderLayoutData.js +2 -2
  27. package/src/sap/uxap/ObjectPageHeaderRenderer.js +1 -1
  28. package/src/sap/uxap/ObjectPageLayout.js +5 -5
  29. package/src/sap/uxap/ObjectPageLayoutABHelper.js +1 -1
  30. package/src/sap/uxap/ObjectPageLayoutRenderer.js +1 -1
  31. package/src/sap/uxap/ObjectPageLazyLoader.js +2 -2
  32. package/src/sap/uxap/ObjectPageSection.js +1 -1
  33. package/src/sap/uxap/ObjectPageSectionBase.js +1 -1
  34. package/src/sap/uxap/ObjectPageSectionRenderer.js +1 -1
  35. package/src/sap/uxap/ObjectPageSubSection.js +1 -1
  36. package/src/sap/uxap/ObjectPageSubSectionRenderer.js +1 -1
  37. package/src/sap/uxap/ThrottledTaskHelper.js +1 -1
  38. package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +2 -2
  39. package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +2 -2
  40. package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +2 -2
  41. package/src/sap/uxap/component/Component.js +1 -1
  42. package/src/sap/uxap/component/ObjectPageComponentContainer.js +1 -1
  43. package/src/sap/uxap/component/ObjectPageLayoutUXDrivenFactory.controller.js +1 -1
  44. package/src/sap/uxap/designtime/BlockBase.designtime.js +1 -1
  45. package/src/sap/uxap/designtime/ObjectPageHeader.designtime.js +1 -1
  46. package/src/sap/uxap/designtime/ObjectPageHeaderActionButton.designtime.js +1 -1
  47. package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +1 -1
  48. package/src/sap/uxap/designtime/ObjectPageSection.designtime.js +1 -1
  49. package/src/sap/uxap/designtime/ObjectPageSubSection.designtime.js +1 -1
  50. package/src/sap/uxap/designtime/library.designtime.js +1 -1
  51. package/src/sap/uxap/flexibility/ObjectPageDynamicHeaderTitle.flexibility.js +1 -1
  52. package/src/sap/uxap/flexibility/ObjectPageHeader.flexibility.js +1 -1
  53. package/src/sap/uxap/flexibility/ObjectPageHeaderActionButton.flexibility.js +1 -1
  54. package/src/sap/uxap/flexibility/ObjectPageLayout.flexibility.js +1 -1
  55. package/src/sap/uxap/flexibility/ObjectPageSection.flexibility.js +1 -1
  56. package/src/sap/uxap/flexibility/ObjectPageSubSection.flexibility.js +1 -1
  57. package/src/sap/uxap/library.js +2 -2
  58. package/src/sap/uxap/library.support.js +1 -1
  59. package/src/sap/uxap/messagebundle.properties +0 -3
  60. package/src/sap/uxap/messagebundle_tr.properties +1 -1
  61. package/src/sap/uxap/rules/ObjectPageLayout.support.js +1 -1
  62. package/src/sap/uxap/themes/base/library.source.less +1 -1
  63. package/src/sap/uxap/themes/sap_hcb/library.source.less +1 -1
package/LICENSE.txt CHANGED
@@ -581,7 +581,7 @@ License: MIT License
581
581
  <copyright holders> = Bjarke Walling
582
582
  <year> = 2014
583
583
 
584
- Component: URI.js 1.19.6
584
+ Component: URI.js 1.19.7
585
585
  Licensor: Rodney Rehm
586
586
  Website: http://github.com/medialize/URI.js/
587
587
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.84.18",
3
+ "version": "1.84.22",
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.84.18",
18
- "@openui5/sap.m": "1.84.18",
19
- "@openui5/sap.ui.core": "1.84.18",
20
- "@openui5/sap.ui.layout": "1.84.18"
17
+ "@openui5/sap.f": "1.84.22",
18
+ "@openui5/sap.m": "1.84.22",
19
+ "@openui5/sap.ui.core": "1.84.22",
20
+ "@openui5/sap.ui.layout": "1.84.22"
21
21
  }
22
22
  }
@@ -3,9 +3,9 @@
3
3
 
4
4
  <name>sap.uxap</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.84.18</version>
6
+ <version>1.84.22</version>
7
7
  <copyright>OpenUI5
8
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
10
10
 
11
11
  <documentation>SAP UxAP</documentation>
@@ -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
 
@@ -101,6 +101,28 @@ sap.ui.define([
101
101
  }
102
102
  });
103
103
 
104
+ AnchorBar.ButtonDelegate = {
105
+ onAfterRendering: function () {
106
+ var oButton = this.isA("sap.m.MenuButton") ? this._getButtonControl() : this,
107
+ bSelected = this.hasStyleClass("sapUxAPAnchorBarButtonSelected");
108
+
109
+ // set ARIA has-popup if button opens submenu
110
+ if (this.data("bHasSubMenu")) {
111
+ oButton.$().attr("aria-haspopup", "menu");
112
+
113
+ // although the inner (arrow like) buttons are not focusable
114
+ // set role 'none' since it is not allowed nesting
115
+ // them in elements with role 'option'
116
+ oButton.$().find(".sapMBtn")
117
+ .attr("role", "none")
118
+ // remove ARIA has-popup from inner elements
119
+ // since they are not receiving any focus
120
+ .removeAttr('aria-haspopup');
121
+ }
122
+ // set ARIA attributes of main buttons
123
+ oButton.$().attr("aria-controls", this.data("sectionId")).attr("aria-selected", bSelected);
124
+ }
125
+ };
104
126
 
105
127
  AnchorBar.prototype.init = function () {
106
128
  if (Toolbar.prototype.init) {
@@ -262,12 +284,21 @@ sap.ui.define([
262
284
  if (bIsSecondLevel) {
263
285
  oButton.destroy();
264
286
  } else {
287
+ oButton.addEventDelegate(AnchorBar.ButtonDelegate, oButton);
265
288
  this.addAggregation("content", oButton, bInvalidate);
266
289
  }
267
290
 
268
291
  return this;
269
292
  };
270
293
 
294
+ AnchorBar.prototype._removeButtonsDelegate = function () {
295
+ var aContent = this.getContent();
296
+
297
+ aContent.forEach(function (oButton) {
298
+ oButton.removeEventDelegate(AnchorBar.ButtonDelegate);
299
+ });
300
+ };
301
+
271
302
  AnchorBar.prototype._createSelectItem = function (oButton, bIsSecondLevel) {
272
303
  //create the phone equivalent item if the button has some visible text (UX rule)
273
304
  var oBindingInfo = oButton.getBindingInfo("text"),
@@ -921,24 +952,6 @@ sap.ui.define([
921
952
  };
922
953
 
923
954
  AnchorBar.prototype._computeNextSectionInfo = function (oContent) {
924
- var oButton = oContent.isA("sap.m.MenuButton") ? oContent._getButtonControl() : oContent,
925
- bSelected = oContent.hasStyleClass("sapUxAPAnchorBarButtonSelected");
926
-
927
- // set ARIA has-popup if button opens submenu
928
- if (oContent.data("bHasSubMenu")) {
929
- oButton.$().attr("aria-haspopup", "menu");
930
-
931
- // set role 'group' to inner button element since
932
- // its not allow nesting them in elements with role 'option'
933
- oButton.$().find(".sapMBtn")
934
- .attr("role", "group")
935
- // remove ARIA has-popup from inner elements
936
- // since they are not receiving any focus
937
- .removeAttr('aria-haspopup');
938
- }
939
- // set ARIA attributes of main buttons
940
- oButton.$().attr("aria-controls", oContent.data("sectionId")).attr("aria-selected", bSelected);
941
-
942
955
  var iWidth = oContent.$().outerWidth(true);
943
956
 
944
957
  //store info on the various sections for horizontalScrolling
@@ -971,6 +984,7 @@ sap.ui.define([
971
984
  };
972
985
 
973
986
  AnchorBar.prototype._resetControl = function () {
987
+ this._removeButtonsDelegate();
974
988
  this.destroyAggregation('content');
975
989
  this._oSelect.destroyAggregation("items", true);
976
990
 
@@ -1025,6 +1039,8 @@ sap.ui.define([
1025
1039
  clearTimeout(this._iComputeContentSizeTimeout);
1026
1040
  this._iComputeContentSizeTimeout = null;
1027
1041
  }
1042
+
1043
+ this._removeButtonsDelegate();
1028
1044
  };
1029
1045
 
1030
1046
  /**
@@ -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
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.84.18
24
+ * @version 1.84.22
25
25
  * @since 1.26
26
26
  * @alias sap.uxap.BlockBaseMetadata
27
27
  * @extends sap.ui.core.ElementMetadata
@@ -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
 
@@ -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.84.18
25
+ * @version 1.84.22
26
26
  *
27
27
  * @constructor
28
28
  * @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
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderContent
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.18
52
+ * @version 1.84.22
53
53
  *
54
54
  * @constructor
55
55
  * @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
 
@@ -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
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.uxap.IHeaderTitle
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.84.18
52
+ * @version 1.84.22
53
53
  *
54
54
  * @constructor
55
55
  * @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
 
@@ -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
 
@@ -71,7 +71,7 @@ sap.ui.define(["sap/ui/core/LayoutData", "./library"], function (LayoutData, lib
71
71
 
72
72
  /*!
73
73
  * OpenUI5
74
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
74
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
75
75
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
76
76
  */
77
77
 
@@ -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
 
@@ -2934,6 +2934,9 @@ sap.ui.define([
2934
2934
  return;
2935
2935
  }
2936
2936
 
2937
+ this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
2938
+ this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
2939
+
2937
2940
  if (!this._bDomReady) {
2938
2941
  Log.info("ObjectPageLayout :: cannot _onUpdateScreenSize before dom is ready");
2939
2942
  return;
@@ -2942,9 +2945,6 @@ sap.ui.define([
2942
2945
  this._oLazyLoading.setLazyLoadingParameters();
2943
2946
 
2944
2947
  setTimeout(function () {
2945
- this._bMobileScenario = library.Utilities.isPhoneScenario(this._getCurrentMediaContainerRange());
2946
- this._bTabletScenario = library.Utilities.isTabletScenario(this._getCurrentMediaContainerRange());
2947
-
2948
2948
  if (bIsAlwaysShowContentHeaderEnabled && (this._bHeaderInTitleArea != this._checkAlwaysShowContentHeader())) {
2949
2949
  this.invalidate();
2950
2950
  }
@@ -4650,7 +4650,7 @@ sap.ui.define([
4650
4650
  sTitleText = oHeader ? oHeader.getTitleText() : null,
4651
4651
  sAriaLabelText;
4652
4652
 
4653
- if (oHeader && sTitleText) {
4653
+ if (oHeader && sTitleText && sElement !== "ROOT") {
4654
4654
  sAriaLabelText = sTitleText;
4655
4655
 
4656
4656
  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.84.18
40
+ * @version 1.84.22
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
 
@@ -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
 
@@ -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.84.18
28
+ * @version 1.84.22
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.84.18
16
+ * @version 1.84.22
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.84.18
24
+ * @version 1.84.22
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,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
 
@@ -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
 
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  "sap.uxap.ObjectPageHeaderLayoutData",
66
66
  "sap.uxap.ObjectPageLazyLoader"
67
67
  ],
68
- version: "1.84.18",
68
+ version: "1.84.22",
69
69
  extensions: {
70
70
  flChangeHandlers: {
71
71
  "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
 
@@ -5,7 +5,7 @@ SHOW_LESS=Daha az g\u00F6ster
5
5
 
6
6
  ANCHOR_BAR_ROLE_DESCRIPTION=Sabitler listesi
7
7
 
8
- ANCHOR_BAR_ARIA_LABEL_DESC=Sayfada b\u00F6l\u00FCme gitmek i\u00E7in kalemi etkinle\u015Ftirin
8
+ ANCHOR_BAR_ARIA_LABEL_DESC=Sayfada b\u00F6l\u00FCme gitmek i\u00E7in \u00F6\u011Feyi etkinle\u015Ftirin
9
9
 
10
10
  ANCHOR_BAR_OVERFLOW=Daha fazla
11
11
 
@@ -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
  @import "../../../../sap/ui/core/themes/base/base.less";
@@ -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
  @import "../base/library.source.less";