@openui5/sap.ui.integration 1.71.60 → 1.71.62

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 (111) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +2 -2
  3. package/src/sap/ui/integration/Widget.js +2 -2
  4. package/src/sap/ui/integration/WidgetComponent.js +1 -1
  5. package/src/sap/ui/integration/WidgetRenderer.js +1 -1
  6. package/src/sap/ui/integration/designtime/controls/BaseEditor.js +1 -1
  7. package/src/sap/ui/integration/designtime/controls/CardEditor.js +1 -1
  8. package/src/sap/ui/integration/designtime/controls/DefaultCardConfig.js +1 -1
  9. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ar.properties +0 -33
  10. package/src/sap/ui/integration/designtime/controls/i18n/i18n_bg.properties +0 -33
  11. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ca.properties +0 -33
  12. package/src/sap/ui/integration/designtime/controls/i18n/i18n_cs.properties +0 -33
  13. package/src/sap/ui/integration/designtime/controls/i18n/i18n_da.properties +0 -33
  14. package/src/sap/ui/integration/designtime/controls/i18n/i18n_de.properties +0 -33
  15. package/src/sap/ui/integration/designtime/controls/i18n/i18n_el.properties +0 -33
  16. package/src/sap/ui/integration/designtime/controls/i18n/i18n_en.properties +0 -33
  17. package/src/sap/ui/integration/designtime/controls/i18n/i18n_es.properties +0 -33
  18. package/src/sap/ui/integration/designtime/controls/i18n/i18n_et.properties +0 -33
  19. package/src/sap/ui/integration/designtime/controls/i18n/i18n_fi.properties +0 -33
  20. package/src/sap/ui/integration/designtime/controls/i18n/i18n_fr.properties +0 -33
  21. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hi.properties +0 -33
  22. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hr.properties +0 -33
  23. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hu.properties +0 -33
  24. package/src/sap/ui/integration/designtime/controls/i18n/i18n_it.properties +0 -33
  25. package/src/sap/ui/integration/designtime/controls/i18n/i18n_iw.properties +0 -33
  26. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ja.properties +0 -33
  27. package/src/sap/ui/integration/designtime/controls/i18n/i18n_kk.properties +0 -33
  28. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ko.properties +0 -33
  29. package/src/sap/ui/integration/designtime/controls/i18n/i18n_lt.properties +0 -33
  30. package/src/sap/ui/integration/designtime/controls/i18n/i18n_lv.properties +0 -33
  31. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ms.properties +0 -33
  32. package/src/sap/ui/integration/designtime/controls/i18n/i18n_nl.properties +0 -33
  33. package/src/sap/ui/integration/designtime/controls/i18n/i18n_no.properties +0 -33
  34. package/src/sap/ui/integration/designtime/controls/i18n/i18n_pl.properties +0 -33
  35. package/src/sap/ui/integration/designtime/controls/i18n/i18n_pt.properties +0 -33
  36. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ro.properties +0 -33
  37. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ru.properties +0 -33
  38. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sh.properties +0 -33
  39. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sk.properties +0 -33
  40. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sl.properties +0 -33
  41. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sr.properties +0 -33
  42. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sv.properties +0 -33
  43. package/src/sap/ui/integration/designtime/controls/i18n/i18n_th.properties +0 -33
  44. package/src/sap/ui/integration/designtime/controls/i18n/i18n_tr.properties +0 -33
  45. package/src/sap/ui/integration/designtime/controls/i18n/i18n_uk.properties +0 -33
  46. package/src/sap/ui/integration/designtime/controls/i18n/i18n_vi.properties +0 -33
  47. package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_CN.properties +0 -33
  48. package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_TW.properties +0 -33
  49. package/src/sap/ui/integration/designtime/controls/propertyEditors/ArrayEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/controls/propertyEditors/BasePropertyEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/controls/propertyEditors/EnumStringEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/controls/propertyEditors/IconEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/controls/propertyEditors/ParametersEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/controls/propertyEditors/StringEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/controls/utils/ObjectBinding.js +1 -1
  56. package/src/sap/ui/integration/host/HostConfiguration.js +2 -2
  57. package/src/sap/ui/integration/host/HostConfigurationCompiler.js +1 -1
  58. package/src/sap/ui/integration/library-bootstrap.js +1 -1
  59. package/src/sap/ui/integration/library.js +3 -3
  60. package/src/sap/ui/integration/messagebundle_ar.properties +0 -3
  61. package/src/sap/ui/integration/messagebundle_bg.properties +0 -3
  62. package/src/sap/ui/integration/messagebundle_ca.properties +0 -3
  63. package/src/sap/ui/integration/messagebundle_cs.properties +0 -3
  64. package/src/sap/ui/integration/messagebundle_da.properties +0 -3
  65. package/src/sap/ui/integration/messagebundle_de.properties +0 -3
  66. package/src/sap/ui/integration/messagebundle_el.properties +0 -3
  67. package/src/sap/ui/integration/messagebundle_en.properties +0 -3
  68. package/src/sap/ui/integration/messagebundle_es.properties +0 -3
  69. package/src/sap/ui/integration/messagebundle_et.properties +0 -3
  70. package/src/sap/ui/integration/messagebundle_fi.properties +0 -3
  71. package/src/sap/ui/integration/messagebundle_fr.properties +0 -3
  72. package/src/sap/ui/integration/messagebundle_hi.properties +0 -3
  73. package/src/sap/ui/integration/messagebundle_hr.properties +0 -3
  74. package/src/sap/ui/integration/messagebundle_hu.properties +0 -3
  75. package/src/sap/ui/integration/messagebundle_it.properties +0 -3
  76. package/src/sap/ui/integration/messagebundle_iw.properties +0 -3
  77. package/src/sap/ui/integration/messagebundle_ja.properties +0 -3
  78. package/src/sap/ui/integration/messagebundle_kk.properties +0 -3
  79. package/src/sap/ui/integration/messagebundle_ko.properties +0 -3
  80. package/src/sap/ui/integration/messagebundle_lt.properties +0 -3
  81. package/src/sap/ui/integration/messagebundle_lv.properties +0 -3
  82. package/src/sap/ui/integration/messagebundle_ms.properties +0 -3
  83. package/src/sap/ui/integration/messagebundle_nl.properties +0 -3
  84. package/src/sap/ui/integration/messagebundle_no.properties +0 -3
  85. package/src/sap/ui/integration/messagebundle_pl.properties +0 -3
  86. package/src/sap/ui/integration/messagebundle_pt.properties +0 -3
  87. package/src/sap/ui/integration/messagebundle_ro.properties +0 -3
  88. package/src/sap/ui/integration/messagebundle_ru.properties +0 -3
  89. package/src/sap/ui/integration/messagebundle_sh.properties +0 -3
  90. package/src/sap/ui/integration/messagebundle_sk.properties +0 -3
  91. package/src/sap/ui/integration/messagebundle_sl.properties +0 -3
  92. package/src/sap/ui/integration/messagebundle_sr.properties +0 -3
  93. package/src/sap/ui/integration/messagebundle_sv.properties +0 -3
  94. package/src/sap/ui/integration/messagebundle_th.properties +0 -3
  95. package/src/sap/ui/integration/messagebundle_tr.properties +0 -3
  96. package/src/sap/ui/integration/messagebundle_uk.properties +0 -3
  97. package/src/sap/ui/integration/messagebundle_vi.properties +0 -3
  98. package/src/sap/ui/integration/messagebundle_zh_CN.properties +0 -3
  99. package/src/sap/ui/integration/messagebundle_zh_TW.properties +0 -3
  100. package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
  101. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
  102. package/src/sap/ui/integration/services/Data.js +1 -1
  103. package/src/sap/ui/integration/services/Navigation.js +1 -1
  104. package/src/sap/ui/integration/services/Service.js +1 -1
  105. package/src/sap/ui/integration/util/CustomElementBase.js +1 -1
  106. package/src/sap/ui/integration/util/CustomElements.js +1 -1
  107. package/src/sap/ui/integration/util/Manifest.js +2 -2
  108. package/src/sap/ui/integration/util/ServiceManager.js +2 -2
  109. package/src/sap/ui/integration/util/Utils.js +1 -1
  110. package/src/sap/ui/integration/widgets/Card.js +2 -2
  111. package/src/sap-ui-integration.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/base/DataType",
20
20
  // delegate further initialization of this library to the Core
21
21
  sap.ui.getCore().initLibrary({
22
22
  name: "sap.ui.integration",
23
- version: "1.71.60",
23
+ version: "1.71.62",
24
24
  dependencies: ["sap.ui.core", "sap.f", "sap.m"],
25
25
  types: [
26
26
  "sap.ui.integration.CardActionType",
@@ -49,7 +49,7 @@ sap.ui.define(["sap/ui/base/DataType",
49
49
  * @namespace
50
50
  * @alias sap.ui.integration
51
51
  * @author SAP SE
52
- * @version 1.71.60
52
+ * @version 1.71.62
53
53
  * @public
54
54
  */
55
55
  var thisLib = sap.ui.integration;
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u0645\u0646 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u043E\u0442 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} de {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} z {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} af {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} von {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u03B1\u03C0\u03CC {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} of {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} de {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} / {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0}/{1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0}/{1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={1} \u092E\u0947\u0902 \u0938\u0947 {0}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} od {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} / {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} di {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u05DE\u05EA\u05D5\u05DA {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} / {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} / {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0}/{1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} i\u0161 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} no {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} daripada {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} van {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} av {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} z {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} de {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} din {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u0438\u0437 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} od {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} z {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} od {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u043E\u0434 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} av {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u0E08\u0E32\u0E01 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} / {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} \u0437 {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0} cu\u0309a {1}
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y=\u7B2C {0} \u4E2A\uFF0C\u5171 {1} \u4E2A
@@ -1,5 +1,2 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
- #
3
1
 
4
- #XTIT: Card header count
5
2
  CARD.COUNT_X_OF_Y={0}/{1}
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['./Service'], function (Service) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['./Service'], function (Service) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([], function () {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.base.Object
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.71.60
54
+ * @version 1.71.62
55
55
  *
56
56
  * @constructor
57
57
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.EventProvider
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.60
40
+ * @version 1.71.62
41
41
  *
42
42
  * @constructor
43
43
  * @param {Object} mServiceFactoryReferences A map with service descriptions.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 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-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @extends sap.ui.core.Control
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.71.60
123
+ * @version 1.71.62
124
124
  * @public
125
125
  * @constructor
126
126
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6