@openui5/sap.ui.integration 1.84.47 → 1.84.49

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 (165) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +2 -2
  3. package/src/sap/ui/integration/Designtime.js +2 -2
  4. package/src/sap/ui/integration/Extension.js +2 -2
  5. package/src/sap/ui/integration/Host.js +2 -2
  6. package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +2 -2
  9. package/src/sap/ui/integration/cards/AnalyticalContentRenderer.js +1 -1
  10. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +2 -2
  11. package/src/sap/ui/integration/cards/AnalyticsCloudContentRenderer.js +1 -1
  12. package/src/sap/ui/integration/cards/BaseContent.js +2 -2
  13. package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
  14. package/src/sap/ui/integration/cards/BaseListContent.js +2 -2
  15. package/src/sap/ui/integration/cards/CalendarContent.js +2 -2
  16. package/src/sap/ui/integration/cards/CalendarContentRenderer.js +1 -1
  17. package/src/sap/ui/integration/cards/ComponentContent.js +2 -2
  18. package/src/sap/ui/integration/cards/Filter.js +1 -1
  19. package/src/sap/ui/integration/cards/Header.js +2 -2
  20. package/src/sap/ui/integration/cards/ListContent.js +2 -2
  21. package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
  22. package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
  23. package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
  24. package/src/sap/ui/integration/cards/TableContent.js +2 -2
  25. package/src/sap/ui/integration/cards/TableContentRenderer.js +1 -1
  26. package/src/sap/ui/integration/cards/TimelineContent.js +2 -2
  27. package/src/sap/ui/integration/cards/TimelineContentRenderer.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +2 -2
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +2 -2
  30. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +2 -2
  31. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +2 -2
  32. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +1 -1
  33. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +2 -2
  34. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
  35. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
  36. package/src/sap/ui/integration/controls/ActionsToolbar.js +2 -2
  37. package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
  38. package/src/sap/ui/integration/controls/ListContentItem.js +2 -2
  39. package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
  40. package/src/sap/ui/integration/controls/Microchart.js +2 -2
  41. package/src/sap/ui/integration/controls/MicrochartLegend.js +2 -2
  42. package/src/sap/ui/integration/controls/MicrochartLegendRenderer.js +1 -1
  43. package/src/sap/ui/integration/customElements/CustomElementBase.js +1 -1
  44. package/src/sap/ui/integration/customElements/CustomElementCard.js +1 -1
  45. package/src/sap/ui/integration/customElements/CustomElementCardEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +2 -2
  47. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +2 -2
  48. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +2 -2
  49. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +74 -64
  50. package/src/sap/ui/integration/designtime/baseEditor/layout/Form.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +2 -2
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +2 -2
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +2 -2
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +2 -2
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +2 -2
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +2 -2
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +2 -2
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +2 -2
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +2 -2
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +2 -2
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +2 -2
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +2 -2
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +2 -2
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +2 -2
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +2 -2
  69. package/src/sap/ui/integration/designtime/baseEditor/util/BaseDefaultValidatorModules.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +2 -2
  72. package/src/sap/ui/integration/designtime/baseEditor/util/binding/resolveBinding.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/util/cleanupDesigntimeMetadata.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/escapeParameter.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/util/findClosestInstance.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/util/hasTag.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/util/isTemplate.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/util/isValidBindingString.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +2 -2
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +2 -2
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +2 -2
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +2 -2
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsJSONObject.js +2 -2
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +2 -2
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/IsPatternMatch.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +2 -2
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +2 -2
  89. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +2 -2
  90. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +2 -2
  91. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +2 -2
  92. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +2 -2
  93. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +2 -2
  94. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
  95. package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +1 -1
  96. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/cardEditor/PropertyEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/cardEditor/PropertyEditors.js +1 -1
  99. package/src/sap/ui/integration/designtime/cardEditor/config/AppConfig.js +1 -1
  100. package/src/sap/ui/integration/designtime/cardEditor/config/HeaderConfig.js +1 -1
  101. package/src/sap/ui/integration/designtime/cardEditor/config/ListCardConfig.js +1 -1
  102. package/src/sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig.js +1 -1
  103. package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +1 -1
  104. package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +1 -1
  105. package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +1 -1
  106. package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
  107. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +132 -110
  108. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +2 -2
  109. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +2 -2
  110. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
  111. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +2 -2
  112. package/src/sap/ui/integration/designtime/cardEditor/util/CommonPatterns.js +1 -1
  113. package/src/sap/ui/integration/designtime/cardEditor/validator/IsPatternMatchList.js +1 -1
  114. package/src/sap/ui/integration/designtime/editor/CardEditor.js +2 -2
  115. package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
  116. package/src/sap/ui/integration/designtime/editor/fields/BaseField.js +2 -2
  117. package/src/sap/ui/integration/designtime/editor/fields/BooleanField.js +2 -2
  118. package/src/sap/ui/integration/designtime/editor/fields/DateField.js +2 -2
  119. package/src/sap/ui/integration/designtime/editor/fields/DateTimeField.js +2 -2
  120. package/src/sap/ui/integration/designtime/editor/fields/DestinationField.js +2 -2
  121. package/src/sap/ui/integration/designtime/editor/fields/IntegerField.js +2 -2
  122. package/src/sap/ui/integration/designtime/editor/fields/ListField.js +2 -2
  123. package/src/sap/ui/integration/designtime/editor/fields/NumberField.js +2 -2
  124. package/src/sap/ui/integration/designtime/editor/fields/Settings.js +2 -2
  125. package/src/sap/ui/integration/designtime/editor/fields/StringField.js +2 -2
  126. package/src/sap/ui/integration/designtime/editor/fields/viz/ColorSelect.js +2 -2
  127. package/src/sap/ui/integration/designtime/editor/fields/viz/IconSelect.js +2 -2
  128. package/src/sap/ui/integration/designtime/editor/fields/viz/ShapeSelect.js +2 -2
  129. package/src/sap/ui/integration/formatters/DateTimeFormatter.js +1 -1
  130. package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
  131. package/src/sap/ui/integration/formatters/NumberFormatter.js +1 -1
  132. package/src/sap/ui/integration/library-bootstrap.js +1 -1
  133. package/src/sap/ui/integration/library.js +3 -3
  134. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +62 -10
  135. package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
  136. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
  137. package/src/sap/ui/integration/services/Data.js +1 -1
  138. package/src/sap/ui/integration/services/Navigation.js +1 -1
  139. package/src/sap/ui/integration/services/Service.js +1 -1
  140. package/src/sap/ui/integration/themes/base/library.source.less +1 -1
  141. package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
  142. package/src/sap/ui/integration/util/BindingHelper.js +2 -2
  143. package/src/sap/ui/integration/util/BindingResolver.js +2 -2
  144. package/src/sap/ui/integration/util/CardActions.js +2 -2
  145. package/src/sap/ui/integration/util/CardMerger.js +1 -1
  146. package/src/sap/ui/integration/util/ContentFactory.js +2 -2
  147. package/src/sap/ui/integration/util/ContextModel.js +2 -2
  148. package/src/sap/ui/integration/util/DataProvider.js +2 -2
  149. package/src/sap/ui/integration/util/DataProviderFactory.js +2 -2
  150. package/src/sap/ui/integration/util/Destinations.js +2 -2
  151. package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
  152. package/src/sap/ui/integration/util/FilterBarFactory.js +2 -2
  153. package/src/sap/ui/integration/util/HeaderFactory.js +2 -2
  154. package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
  155. package/src/sap/ui/integration/util/LoadingProvider.js +2 -2
  156. package/src/sap/ui/integration/util/Manifest.js +2 -2
  157. package/src/sap/ui/integration/util/ParameterMap.js +1 -1
  158. package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
  159. package/src/sap/ui/integration/util/ServiceDataProvider.js +2 -2
  160. package/src/sap/ui/integration/util/ServiceManager.js +2 -2
  161. package/src/sap/ui/integration/util/Utils.js +2 -2
  162. package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
  163. package/src/sap/ui/integration/widgets/Card.js +3 -3
  164. package/src/sap-ui-integration-editor.js +1 -1
  165. package/src/sap-ui-integration.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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
  * @alias sap.ui.integration.designtime.baseEditor.PropertyEditor
38
38
  * @author SAP SE
39
39
  * @since 1.73.0
40
- * @version 1.84.47
40
+ * @version 1.84.49
41
41
  * @private
42
42
  * @experimental since 1.73.0
43
43
  * @ui5-restricted
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @alias sap.ui.integration.designtime.baseEditor.PropertyEditors
68
68
  * @author SAP SE
69
69
  * @since 1.73.0
70
- * @version 1.84.47
70
+ * @version 1.84.49
71
71
  * @private
72
72
  * @experimental since 1.73.0
73
73
  * @ui5-restricted
@@ -1,127 +1,137 @@
1
- BASE_EDITOR.MAP.EMPTY=1NbtRzXBYVQxLRPVAON6Vg_No entries
1
+ BASE_EDITOR.MAP.EMPTY=qvDcp+puOIS7g1CcsTD3PQ_No entries
2
2
 
3
- BASE_EDITOR.MAP.KEY=oEkxPIwiRZ/idytNkocWYA_Key
3
+ BASE_EDITOR.MAP.KEY=IYgG8GR+QaILKwO8Lt3mzQ_Key
4
4
 
5
- BASE_EDITOR.MAP.VALUE=Nu8WuvXGyStatfLLBoZZUg_Value
5
+ BASE_EDITOR.MAP.VALUE=TWcHh5TmFohwYTotqvEv9w_Value
6
6
 
7
- BASE_EDITOR.MAP.TYPE=ImXmQM67iSweil+cb7vxwQ_Type
7
+ BASE_EDITOR.MAP.TYPE=jhVDDDHP/8YOWV/e9ToP7A_Type
8
8
 
9
- BASE_EDITOR.MAP.REMOVE_PARAMETER=YB93SvNzM9mEUOs4mEIEJg_Remove parameter
9
+ BASE_EDITOR.MAP.REMOVE_PARAMETER=DwhFSZwztfMBes8tl6ugiA_Remove Parameter
10
10
 
11
- BASE_EDITOR.MAP.DUPLICATE_KEY=U/sXCfq3TRCmRNyZ630Hyw_Please enter a unique key.
11
+ BASE_EDITOR.MAP.DUPLICATE_KEY=vYxPg5Wle0vcT61CamRkBA_Please enter a unique key.
12
12
 
13
- BASE_EDITOR.MAP.ADD_PARAMETER=pG/LU4hKBQwujCyk9phiPA_Add parameter
13
+ BASE_EDITOR.MAP.ADD_PARAMETER=Njr7rQuGcrzn/KvYXmXFog_Add Parameter
14
14
 
15
- BASE_EDITOR.MAP.TYPES.STRING=YjklqckM5AJbPZ2H7cGghw_String
15
+ BASE_EDITOR.MAP.TYPES.STRING=ra9jRaJpLrg9a3JGNGvobg_String
16
16
 
17
- BASE_EDITOR.MAP.TYPES.BOOLEAN=f3P9N6g+F/V5h+OE9dbX5Q_Boolean
17
+ BASE_EDITOR.MAP.TYPES.BOOLEAN=PK3CHV2UEQzMIAFUyNbHUQ_Boolean
18
18
 
19
- BASE_EDITOR.MAP.TYPES.NUMBER=F9iT5+26GuDsXSGahVL3MA_Float
19
+ BASE_EDITOR.MAP.TYPES.NUMBER=CmNI5/rtAu1QJGdBvmljkA_Number
20
20
 
21
- BASE_EDITOR.MAP.TYPES.INTEGER=RWf+G5C97MtR+DUt8c+5TA_Integer
21
+ BASE_EDITOR.MAP.TYPES.INTEGER=EfuWcEVLTmQo7kYbxMdVmQ_Integer
22
22
 
23
- BASE_EDITOR.MAP.TYPES.DATE=XigcABXti3XZpKi+HnkM5w_Date
23
+ BASE_EDITOR.MAP.TYPES.DATE=uHDvdh/bcn2W85R9VcADYA_Date
24
24
 
25
- BASE_EDITOR.MAP.TYPES.DATETIME=PMXOQhmsm/1Y045+2DZ1Yg_Datetime
25
+ BASE_EDITOR.MAP.TYPES.DATETIME=UfuraClwZi4+WtjhzkiNtQ_Date/Time
26
26
 
27
- BASE_EDITOR.STRING.INVALID_BINDING=dBxLUdALxuuDVkqcn2SUXA_Please enter a valid binding string.
27
+ BASE_EDITOR.MAP.TYPES.GROUP=c5QCjewd1ybeSvuvmcOwCA_Group
28
28
 
29
- BASE_EDITOR.LIST.DUPLICATE_ENTRY=x2g7nKsCqPfKyOmhFm79tw_Please enter a unique value.
29
+ BASE_EDITOR.MAP.TYPES.ICON=wZjjNkjU7PNCpH5JxLOUtg_Icon
30
30
 
31
- BASE_EDITOR.ENUM.INVALID_SELECTION=6llmUDAJZh562Z2wu+jaiw_Please select a value from the list.
31
+ BASE_EDITOR.MAP.TYPES.SIMPLEICON=tKvm9TbLr38fANIE79KxTw_Simple Icon
32
32
 
33
- BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=qCoHBJoKOmxrH3/zYC2+ag_Custom values are not allowed.
33
+ BASE_EDITOR.MAP.TYPES.ARRAY=xYf/QHiTFpI9vE9rSSWmXQ_Array
34
34
 
35
- BASE_EDITOR.SELECT.INVALID_SELECTION=A/PWxahsxMUPdoHLIX1O8g_Please select a value from the list.
35
+ BASE_EDITOR.STRING.INVALID_BINDING=EhKAVp7MI/1px4937Xy5cw_Please enter a valid binding string.
36
36
 
37
- BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=fYzDk0a/tsc1xJAH9Frzfw_Custom values are not allowed.
37
+ BASE_EDITOR.LIST.DUPLICATE_ENTRY=SoGncds9hODmegjbRasWOA_Please enter a unique value.
38
38
 
39
- BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=rIKpKGr4Y5SOscvkyVaC9A_Binding strings are not allowed.
39
+ BASE_EDITOR.ENUM.INVALID_SELECTION=rwM5ishDhHmiN9tD2QWuzg_Please select a value from the list.
40
40
 
41
- BASE_EDITOR.ARRAY.ITEM_LABEL=S756fn0U9QMWOE1vutYf6w_Item
41
+ BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=dTrlc7qtYlqeN8S8fw5VMQ_Custom values are not allowed.
42
42
 
43
- BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=WFvJHyyQ5SHxj23F9bKKkA_New\: {0}
43
+ BASE_EDITOR.SELECT.INVALID_SELECTION=/Dhf2WXQAXixnMMPbVAqgA_Please select a value from the list.
44
44
 
45
- BASE_EDITOR.ARRAY.REMOVE=D22Yj3zHqfOPWcQYEQCezA_Remove item
45
+ BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=74sHKc/VNia5xI0fxAE4pg_Custom values are not allowed.
46
46
 
47
- BASE_EDITOR.MOVEUP=qMpyIM2ERkdupTUtM1RPHw_Move up
47
+ BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=EFcxsdNKdV2fzcG4TIPMeg_Binding strings are not allowed.
48
48
 
49
- BASE_EDITOR.MOVEDOWN=Ab9NYN8SruvQZmf6n0NAKw_Move down
49
+ BASE_EDITOR.ARRAY.ITEM_LABEL=adSzMvsuQKe+jD/tTuF+5A_Item
50
50
 
51
- BASE_EDITOR.ARRAY.ADD=pFbd+htBDhlPgfl0wmSYAA_Add\: {0}
51
+ BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=58kv2A35WkXAFn5Ei2t4fw_New\: {0}
52
52
 
53
- BASE_EDITOR.JSON.TITLE=cKM2DkRufa4dZQm2Pq8pkQ_Edit JSON Data
53
+ BASE_EDITOR.ARRAY.REMOVE=0E/S/h02zOoOrawid27MjQ_Remove Item
54
54
 
55
- BASE_EDITOR.JSON.SAVE=kudMszhoeBkFoJBdHb9Jow_Save
55
+ BASE_EDITOR.MOVEUP=FUygecji3Erjv6WpKPFFGg_Move Up
56
56
 
57
- BASE_EDITOR.JSON.CANCEL=3KL8C1Q9z9GJju3uYXDQ5g_Cancel
57
+ BASE_EDITOR.MOVEDOWN=6YKmH0Dm8zyV6MZDk6z02A_Move Down
58
58
 
59
- BASE_EDITOR.JSON.BEAUTIFY=GZBpyE6rbVSrolfxEUlP1Q_Beautify
59
+ BASE_EDITOR.ARRAY.ADD=F7lG8oLf8YL+gYf6r2sm3w_Add\: {0}
60
60
 
61
- BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=42Y9CDeq1Veb+mj3hLCzHA_Please enter a valid binding string or a number.
61
+ BASE_EDITOR.JSON.TITLE=bGN/VNnrrM3b8JSO+WiTgw_Edit JSON Data
62
62
 
63
- BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=beAsdcbjIsi2cVf5TNccVw_Please enter a valid binding string or an integer.
63
+ BASE_EDITOR.JSON.SAVE=TypCQMXaa8gFnmgD8NCdeA_Save
64
64
 
65
- BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=HPbGHO/ckIquS+wfZIR0bw_Please enter a valid binding string or a boolean.
65
+ BASE_EDITOR.JSON.CANCEL=lppRxqxCiqHuz543ZdDpyg_Cancel
66
66
 
67
- BASE_EDITOR.BOOLEAN.TRUE_VALUE=TWKJWK4CVT0QPrQwTGSp3w_True
67
+ BASE_EDITOR.JSON.BEAUTIFY=/hjDgnrEKYGqzl/aC9fcSQ_Beautify
68
68
 
69
- BASE_EDITOR.BOOLEAN.FALSE_VALUE=NBQSViFPbTSHTuTOTBjG4w_False
69
+ BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=ZFSc4/TEz0vElV1qoEgFaQ_Please enter a valid binding string or a number.
70
70
 
71
- BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=bEAw/yV+cTYX1BzQKFxhfQ_Please enter a valid binding string or an icon URI.
71
+ BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=AiLWHUtfNM53at2VXZftpw_Please enter a valid binding string or an integer.
72
72
 
73
- BASE_EDITOR.ICON.BUTTON_SETTINGS=VIMbrB5gCuuoUH83fDVymw_Settings
73
+ BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=V8e+9Dwvzd0J1ScRXfm3Lg_Please enter a valid binding string or a boolean.
74
74
 
75
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=M2wT125uOmHUpDH4HAMxfA_Display settings
75
+ BASE_EDITOR.BOOLEAN.TRUE_VALUE=hCXdOZuT+w3Cc0lmb5C58w_True
76
76
 
77
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Kfvu9Z0jl5D+HheqKywNXQ_Shape
77
+ BASE_EDITOR.BOOLEAN.FALSE_VALUE=tMmCbptdzbRBnGLWEb3tJg_False
78
78
 
79
- BASE_EDITOR.ICON.SELECTION_SHAPE=6XCLYWMAlQxwc286HWX9oA_Select the shape of the icon
79
+ BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=HSYwuX70TMVDrZNuXxB82A_Please enter a valid binding string or an icon URI.
80
80
 
81
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=SIHcA7RtYjXmB5fDIMHJ3w_Square
81
+ BASE_EDITOR.ICON.BUTTON_SETTINGS=fYLEuNHhXKU71DrMNgCP6w_Settings
82
82
 
83
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=GyQd8x4l+mkbtNd67lG8VA_Circle
83
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=KUspDiX8DkHB2urDmUupCA_Display Settings
84
84
 
85
- BASE_EDITOR.ICON.INPUT_ALT=F+GSAZW7+0/otlFYUd2sNA_Enter alternative text for the icon
85
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=by5HG1JQBMoUAp90pYTh4w_Shape
86
86
 
87
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=u1bO2lMK0otGJvQb4Yks4A_Text
87
+ BASE_EDITOR.ICON.SELECTION_SHAPE=2M8XwZcl7BzunSA6VNXHxA_Select the shape of the icon
88
88
 
89
- BASE_EDITOR.ICON.INPUT_TEXT=R2B9tx7iw9draBHiRGK4TA_Enter text inside the icon
89
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=Gw0esRx544+jG7Iz2E2ebA_Square
90
90
 
91
- BASE_EDITOR.ICON.TYPE_ICON=mYiFNwo0VmGqskuW4RavAA_Icon
91
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=YVBhCjPb6eucRll80yTMVg_Circle
92
92
 
93
- BASE_EDITOR.ICON.TYPE_PICTURE=M+E6ef3r7p1eP4Oe6TPPOQ_Picture
93
+ BASE_EDITOR.ICON.INPUT_ALT=nS9XmsdnHT7c7YlEOt6Y+Q_Enter alternative text for the icon
94
94
 
95
- BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=dwfKhLqG24REWA0lOpaXsA_Background color
95
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=SGSi/3Pn8g9FhTGeINP0zA_Text
96
96
 
97
- BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=CWsfvXR7VE+npygdoAF1Ag_Enter background color of the icon
97
+ BASE_EDITOR.ICON.INPUT_TEXT=V/T/o9NhCFETsZu3LrLxZQ_Enter text inside the icon
98
98
 
99
- BASE_EDITOR.ICON.INPUT_COLOR=KrMl6ZP3IxGPRaVYxyCkHg_Enter color of the icon
99
+ BASE_EDITOR.ICON.TYPE_ICON=DLx+bELvPuaH1S0HzecuHA_Icon
100
100
 
101
- BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=/jK8HlUpUozpOewaT3enHw_Color
101
+ BASE_EDITOR.ICON.TYPE_PICTURE=Vpt1Bymf2P9GJLWGnNbHTQ_Picture
102
102
 
103
- BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=sk5IkVXQbGJcBbTY4Ffgrg_Please enter a valid binding string or date.
103
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=Ea/NKGJb2xzTe/mYFbn2bg_Background Color
104
104
 
105
- BASE_EDITOR.VALIDATOR.INVALID_BINDING=ikILBbP60AhJ19QsCOXoiw_Invalid binding.
105
+ BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=Bs2xetNyI5cgAjYdDHqGMw_Enter background color of the icon
106
106
 
107
- BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=S5fdVbO8SJDcFjtTyzsI3A_Bindings are not allowed.
107
+ BASE_EDITOR.ICON.INPUT_COLOR=gtw3XbuB6KvIZ8LlcNdkEg_Enter color of the icon
108
108
 
109
- BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=i/6T9WPTiTM3uU7H40C6lw_Custom values are not allowed.
109
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=+t10S3NmAl/syc1QkOMALw_Color
110
110
 
111
- BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=lpxlojhkJ//XImnJXbX4NQ_Not a number.
111
+ BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=pHTcc8MqgHQ+4mfRJ1OuCQ_Please enter a valid binding string or date.
112
112
 
113
- BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=a1pg3zXMZO9MP3K0rZLCHg_Not an integer.
113
+ BASE_EDITOR.VALIDATOR.INVALID_BINDING=RdeUfcZwrZFbd9pK9CC0UA_Invalid binding.
114
114
 
115
- BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=mnLGspym8SSrFatXa5XQ9w_Not a boolean.
115
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=g5iko8IMHTzuTtA7/eSI7w_Bindings are not allowed.
116
116
 
117
- BASE_EDITOR.VALIDATOR.NOT_AN_ICON=lS8Zy6epNkgAyq2P/c/xYw_Not an icon.
117
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=iM6mfc8Eq3hhNLTyMI06ZQ_Custom values are not allowed.
118
118
 
119
- BASE_EDITOR.VALIDATOR.MAX_LENGTH=dOCPHGFqwqTB4T6M2lbwEQ_Max length of {0} symbols is exceeded.
119
+ BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=6pF1POQGNnewVXIy72vmdQ_Not a number
120
120
 
121
- BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=AQj1B4Tvtui4925qn1bBLQ_Duplicate entry.
121
+ BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=mf4Af9kgZ0Ag4S9YwKrjGg_Not an integer
122
122
 
123
- BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=Q9e4UvCqScqXlQuIb0Espw_Duplicate key.
123
+ BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=bTOBQqYVBuEF9ttFQyCeZw_Not a boolean
124
124
 
125
- BASE_EDITOR.VALIDATOR.INVALID_DATE=GuCxyhRUtWZb3wrNtisrPw_Invalid date.
125
+ BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=8wh1BVZOdTxvY3YC2R3uEA_Not a JSON format
126
126
 
127
- BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=4jkkRh7sUdzVB10PRrxeHw_Input does not match the pattern.
127
+ BASE_EDITOR.VALIDATOR.NOT_AN_ICON=JrUxc2EjY+yVooh6ti1cjw_Not an icon
128
+
129
+ BASE_EDITOR.VALIDATOR.MAX_LENGTH=lJFpJYPRLG6U8TI8nZqIrQ_Max length of {0} symbols exceeded.
130
+
131
+ BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=nA3x4rXcxzcsHc1vtSZr7Q_Duplicate entry
132
+
133
+ BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=8c1JuZa3zu8swidChYNuOA_Duplicate key
134
+
135
+ BASE_EDITOR.VALIDATOR.INVALID_DATE=7EQYX5v21M6JbtVbBGbeOA_Invalid date
136
+
137
+ BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=w4V6tu4wNDNwB0Zf0hn49g_Input does not match the pattern.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.BasePropertyEditor
53
53
  * @author SAP SE
54
54
  * @since 1.70
55
- * @version 1.84.47
55
+ * @version 1.84.49
56
56
  *
57
57
  * @private
58
58
  * @experimental 1.70
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.PropertyEditorFactory
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.47
22
+ * @version 1.84.49
23
23
  *
24
24
  * @static
25
25
  * @since 1.75
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.arrayEditor.ArrayEditor
83
83
  * @author SAP SE
84
84
  * @since 1.72
85
- * @version 1.84.47
85
+ * @version 1.84.49
86
86
  *
87
87
  * @private
88
88
  * @experimental 1.72
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.booleanEditor.BooleanEditor
25
25
  * @author SAP SE
26
26
  * @since 1.72
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.72
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateEditor.DateEditor
23
23
  * @author SAP SE
24
24
  * @since 1.76
25
- * @version 1.84.47
25
+ * @version 1.84.49
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.76
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateTimeEditor.DateTimeEditor
25
25
  * @author SAP SE
26
26
  * @since 1.76
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.enumStringEditor.EnumStringEditor
48
48
  * @author SAP SE
49
49
  * @since 1.70
50
- * @version 1.84.47
50
+ * @version 1.84.49
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.70
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.groupEditor.GroupEditor
48
48
  * @author SAP SE
49
49
  * @since 1.85
50
- * @version 1.84.47
50
+ * @version 1.84.49
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.85
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IconEditor
43
43
  * @author SAP SE
44
44
  * @since 1.70
45
- * @version 1.84.47
45
+ * @version 1.84.49
46
46
  *
47
47
  * @private
48
48
  * @experimental 1.70
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IsInIconPool
21
21
  * @author SAP SE
22
- * @version 1.84.47
22
+ * @version 1.84.49
23
23
  *
24
24
  * @static
25
25
  * @since 1.81
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.integerEditor.IntegerEditor
25
25
  * @author SAP SE
26
26
  * @since 1.76
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.jsonEditor.JsonEditor
25
25
  * @author SAP SE
26
26
  * @since 1.72
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.72
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.listEditor.ListEditor
23
23
  * @author SAP SE
24
24
  * @since 1.76
25
- * @version 1.84.47
25
+ * @version 1.84.49
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.76
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.mapEditor.MapEditor
94
94
  * @author SAP SE
95
95
  * @since 1.74
96
- * @version 1.84.47
96
+ * @version 1.84.49
97
97
  *
98
98
  * @private
99
99
  * @experimental 1.74
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.numberEditor.NumberEditor
29
29
  * @author SAP SE
30
30
  * @since 1.72
31
- * @version 1.84.47
31
+ * @version 1.84.49
32
32
  *
33
33
  * @private
34
34
  * @experimental 1.72
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.selectEditor.SelectEditor
48
48
  * @author SAP SE
49
49
  * @since 1.81
50
- * @version 1.84.47
50
+ * @version 1.84.49
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.81
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.stringEditor.StringEditor
62
62
  * @author SAP SE
63
63
  * @since 1.70
64
- * @version 1.84.47
64
+ * @version 1.84.49
65
65
  *
66
66
  * @private
67
67
  * @experimental 1.70
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.textAreaEditor.TextAreaEditor
56
56
  * @author SAP SE
57
57
  * @since 1.85
58
- * @version 1.84.47
58
+ * @version 1.84.49
59
59
  *
60
60
  * @private
61
61
  * @experimental 1.85
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @alias sap.ui.integration.designtime.baseEditor.util.ObjectBinding
32
32
  * @author SAP SE
33
33
  * @since 1.70.0
34
- * @version 1.84.47
34
+ * @version 1.84.49
35
35
  * @private
36
36
  * @experimental since 1.70.0
37
37
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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 () {