@openui5/sap.ui.integration 1.131.1 → 1.132.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 (248) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/integration/.library +2 -2
  4. package/src/sap/ui/integration/ActionDefinition.js +2 -2
  5. package/src/sap/ui/integration/Designtime.js +2 -2
  6. package/src/sap/ui/integration/Extension.js +2 -2
  7. package/src/sap/ui/integration/Host.js +2 -2
  8. package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
  9. package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
  10. package/src/sap/ui/integration/cards/AnalyticalContent.js +6 -2
  11. package/src/sap/ui/integration/cards/AnalyticalContentRenderer.js +1 -1
  12. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +2 -2
  13. package/src/sap/ui/integration/cards/AnalyticsCloudContentRenderer.js +1 -1
  14. package/src/sap/ui/integration/cards/BaseContent.js +11 -4
  15. package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
  16. package/src/sap/ui/integration/cards/BaseListContent.js +16 -24
  17. package/src/sap/ui/integration/cards/BaseListContentRenderer.js +1 -1
  18. package/src/sap/ui/integration/cards/CalendarContent.js +6 -2
  19. package/src/sap/ui/integration/cards/CalendarContentRenderer.js +1 -1
  20. package/src/sap/ui/integration/cards/ComponentContent.js +2 -2
  21. package/src/sap/ui/integration/cards/ComponentContentRenderer.js +1 -1
  22. package/src/sap/ui/integration/cards/Footer.js +2 -2
  23. package/src/sap/ui/integration/cards/Header.js +64 -64
  24. package/src/sap/ui/integration/cards/ListContent.js +7 -5
  25. package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
  26. package/src/sap/ui/integration/cards/NumericHeader.js +99 -97
  27. package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
  28. package/src/sap/ui/integration/cards/ObjectContentRenderer.js +1 -1
  29. package/src/sap/ui/integration/cards/TableContent.js +9 -13
  30. package/src/sap/ui/integration/cards/TableContentRenderer.js +1 -1
  31. package/src/sap/ui/integration/cards/TimelineContent.js +2 -2
  32. package/src/sap/ui/integration/cards/TimelineContentRenderer.js +1 -1
  33. package/src/sap/ui/integration/cards/WebPageContent.js +48 -31
  34. package/src/sap/ui/integration/cards/WebPageContentRenderer.js +26 -13
  35. package/src/sap/ui/integration/cards/actions/BaseAction.js +1 -1
  36. package/src/sap/ui/integration/cards/actions/CardActions.js +12 -3
  37. package/src/sap/ui/integration/cards/actions/CustomAction.js +1 -1
  38. package/src/sap/ui/integration/cards/actions/DateChangeAction.js +1 -1
  39. package/src/sap/ui/integration/cards/actions/HideCardAction.js +1 -1
  40. package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +1 -1
  41. package/src/sap/ui/integration/cards/actions/NavigationAction.js +1 -1
  42. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
  43. package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -1
  44. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +2 -2
  45. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +2 -2
  46. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +2 -2
  47. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +2 -2
  48. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +1 -1
  49. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +2 -2
  50. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
  51. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
  52. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
  53. package/src/sap/ui/integration/cards/data/CsrfToken.js +1 -1
  54. package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
  55. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +13 -5
  56. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
  57. package/src/sap/ui/integration/cards/filters/FilterBar.js +2 -2
  58. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +2 -2
  59. package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
  60. package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
  61. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +2 -2
  62. package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
  63. package/src/sap/ui/integration/controls/ActionsToolbar.js +20 -10
  64. package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
  65. package/src/sap/ui/integration/controls/BlockingMessage.js +2 -2
  66. package/src/sap/ui/integration/controls/ComboBox.js +2 -2
  67. package/src/sap/ui/integration/controls/ImageWithOverlay.js +2 -2
  68. package/src/sap/ui/integration/controls/ImageWithOverlayRenderer.js +1 -1
  69. package/src/sap/ui/integration/controls/ListContentItem.js +2 -2
  70. package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
  71. package/src/sap/ui/integration/controls/Microchart.js +2 -2
  72. package/src/sap/ui/integration/controls/MicrochartLegend.js +2 -2
  73. package/src/sap/ui/integration/controls/MicrochartLegendRenderer.js +1 -1
  74. package/src/sap/ui/integration/controls/MicrochartRenderer.js +1 -1
  75. package/src/sap/ui/integration/controls/ObjectStatus.js +2 -2
  76. package/src/sap/ui/integration/customElements/CustomElementBase.js +1 -1
  77. package/src/sap/ui/integration/customElements/CustomElementCard.js +1 -1
  78. package/src/sap/ui/integration/customElements/CustomElementCardEditor.js +1 -1
  79. package/src/sap/ui/integration/customElements/CustomElementEditor.js +1 -1
  80. package/src/sap/ui/integration/delegate/Paginator.js +3 -5
  81. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +2 -2
  82. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +2 -2
  83. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +2 -2
  84. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  85. package/src/sap/ui/integration/designtime/baseEditor/layout/Form.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +2 -2
  87. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
  88. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +2 -2
  89. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
  90. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +2 -2
  91. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +4 -4
  92. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.fragment.xml +1 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +3 -3
  94. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +2 -2
  95. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +2 -2
  96. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
  97. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +2 -2
  98. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +2 -2
  99. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +2 -2
  100. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +2 -2
  101. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +2 -2
  102. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +2 -2
  103. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +2 -2
  104. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +2 -2
  105. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +2 -2
  106. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +2 -2
  107. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +2 -2
  108. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +2 -2
  109. package/src/sap/ui/integration/designtime/baseEditor/util/BaseDefaultValidatorModules.js +1 -1
  110. package/src/sap/ui/integration/designtime/baseEditor/util/EvalUtils.js +1 -1
  111. package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
  112. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +2 -2
  113. package/src/sap/ui/integration/designtime/baseEditor/util/binding/resolveBinding.js +1 -1
  114. package/src/sap/ui/integration/designtime/baseEditor/util/cleanupDesigntimeMetadata.js +1 -1
  115. package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
  116. package/src/sap/ui/integration/designtime/baseEditor/util/escapeParameter.js +1 -1
  117. package/src/sap/ui/integration/designtime/baseEditor/util/findClosestInstance.js +1 -1
  118. package/src/sap/ui/integration/designtime/baseEditor/util/hasTag.js +1 -1
  119. package/src/sap/ui/integration/designtime/baseEditor/util/isTemplate.js +1 -1
  120. package/src/sap/ui/integration/designtime/baseEditor/util/isValidBindingString.js +1 -1
  121. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +2 -2
  122. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +2 -2
  123. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +2 -2
  124. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +2 -2
  125. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +2 -2
  126. package/src/sap/ui/integration/designtime/baseEditor/validator/IsPatternMatch.js +1 -1
  127. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +2 -2
  128. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +2 -2
  129. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +2 -2
  130. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +2 -2
  131. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +2 -2
  132. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +2 -2
  133. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +2 -2
  134. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
  135. package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +1 -1
  136. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +1 -1
  137. package/src/sap/ui/integration/designtime/cardEditor/PropertyEditor.js +1 -1
  138. package/src/sap/ui/integration/designtime/cardEditor/PropertyEditors.js +1 -1
  139. package/src/sap/ui/integration/designtime/cardEditor/config/AppConfig.js +1 -1
  140. package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +1 -1
  141. package/src/sap/ui/integration/designtime/cardEditor/config/HeaderConfig.js +1 -1
  142. package/src/sap/ui/integration/designtime/cardEditor/config/ListCardConfig.js +1 -1
  143. package/src/sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig.js +1 -1
  144. package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +1 -1
  145. package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +1 -1
  146. package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +1 -1
  147. package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +1 -1
  148. package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
  149. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  150. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +2 -2
  151. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +2 -2
  152. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +2 -2
  153. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
  154. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +2 -2
  155. package/src/sap/ui/integration/designtime/cardEditor/util/CommonPatterns.js +1 -1
  156. package/src/sap/ui/integration/designtime/cardEditor/validator/IsPatternMatchList.js +1 -1
  157. package/src/sap/ui/integration/designtime/editor/Card.js +2 -2
  158. package/src/sap/ui/integration/designtime/editor/CardEditor.js +2 -2
  159. package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
  160. package/src/sap/ui/integration/designtime/editor/CardRenderer.js +1 -1
  161. package/src/sap/ui/integration/editor/Editor.js +88 -38
  162. package/src/sap/ui/integration/editor/EditorResourceBundles.js +70 -31
  163. package/src/sap/ui/integration/editor/Extension.js +3 -3
  164. package/src/sap/ui/integration/editor/Manifest.js +2 -2
  165. package/src/sap/ui/integration/editor/Merger.js +1 -1
  166. package/src/sap/ui/integration/editor/Settings.js +3 -2
  167. package/src/sap/ui/integration/editor/fields/BaseField.js +8 -4
  168. package/src/sap/ui/integration/editor/fields/BooleanField.js +2 -2
  169. package/src/sap/ui/integration/editor/fields/DateField.js +2 -2
  170. package/src/sap/ui/integration/editor/fields/DateTimeField.js +2 -2
  171. package/src/sap/ui/integration/editor/fields/DestinationField.js +2 -2
  172. package/src/sap/ui/integration/editor/fields/GroupField.js +2 -2
  173. package/src/sap/ui/integration/editor/fields/IntegerField.js +2 -2
  174. package/src/sap/ui/integration/editor/fields/NumberField.js +2 -2
  175. package/src/sap/ui/integration/editor/fields/ObjectField.js +31 -7
  176. package/src/sap/ui/integration/editor/fields/ObjectListField.js +2 -2
  177. package/src/sap/ui/integration/editor/fields/StringField.js +32 -15
  178. package/src/sap/ui/integration/editor/fields/StringListField.js +2 -2
  179. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +2 -2
  180. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +2 -2
  181. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +2 -2
  182. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +2 -2
  183. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +2 -2
  184. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +2 -2
  185. package/src/sap/ui/integration/extensions/OAuth3LO.js +2 -2
  186. package/src/sap/ui/integration/formatters/DateTimeFormatter.js +1 -1
  187. package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
  188. package/src/sap/ui/integration/formatters/InitialsFormatter.js +1 -1
  189. package/src/sap/ui/integration/formatters/NumberFormatter.js +1 -1
  190. package/src/sap/ui/integration/formatters/TextFormatter.js +1 -1
  191. package/src/sap/ui/integration/library-bootstrap.js +1 -1
  192. package/src/sap/ui/integration/library.js +3 -3
  193. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +159 -155
  194. package/src/sap/ui/integration/messagebundle_ko.properties +1 -1
  195. package/src/sap/ui/integration/model/ContextModel.js +2 -2
  196. package/src/sap/ui/integration/model/ObservableModel.js +2 -2
  197. package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
  198. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
  199. package/src/sap/ui/integration/schemas/sap-card.json +7 -3
  200. package/src/sap/ui/integration/services/Data.js +1 -1
  201. package/src/sap/ui/integration/services/Navigation.js +1 -1
  202. package/src/sap/ui/integration/services/Service.js +1 -1
  203. package/src/sap/ui/integration/themes/base/Card.less +21 -6
  204. package/src/sap/ui/integration/themes/base/ListContentItem.less +5 -0
  205. package/src/sap/ui/integration/themes/base/WebPageContent.less +5 -0
  206. package/src/sap/ui/integration/themes/base/library.source.less +1 -1
  207. package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
  208. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +2 -2
  209. package/src/sap/ui/integration/util/BaseFactory.js +2 -2
  210. package/src/sap/ui/integration/util/BindingHelper.js +2 -2
  211. package/src/sap/ui/integration/util/BindingResolver.js +2 -2
  212. package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +1 -1
  213. package/src/sap/ui/integration/util/CardMerger.js +1 -1
  214. package/src/sap/ui/integration/util/CardObserver.js +2 -2
  215. package/src/sap/ui/integration/util/ComboBoxHelper.js +2 -2
  216. package/src/sap/ui/integration/util/ContentFactory.js +2 -2
  217. package/src/sap/ui/integration/util/CsrfTokenHandler.js +2 -2
  218. package/src/sap/ui/integration/util/DataProvider.js +2 -2
  219. package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
  220. package/src/sap/ui/integration/util/DateRangeHelper.js +1 -1
  221. package/src/sap/ui/integration/util/Destinations.js +2 -2
  222. package/src/sap/ui/integration/util/DisplayVariants.js +2 -2
  223. package/src/sap/ui/integration/util/Duration.js +1 -1
  224. package/src/sap/ui/integration/util/ErrorHandler.js +2 -2
  225. package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
  226. package/src/sap/ui/integration/util/Form.js +3 -3
  227. package/src/sap/ui/integration/util/HeaderFactory.js +4 -4
  228. package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
  229. package/src/sap/ui/integration/util/LoadingProvider.js +2 -2
  230. package/src/sap/ui/integration/util/Manifest.js +2 -2
  231. package/src/sap/ui/integration/util/ManifestResolver.js +19 -1
  232. package/src/sap/ui/integration/util/Measurement.js +1 -1
  233. package/src/sap/ui/integration/util/OAuth3LOHelper.js +2 -2
  234. package/src/sap/ui/integration/util/ParameterMap.js +1 -1
  235. package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
  236. package/src/sap/ui/integration/util/ServiceDataProvider.js +2 -2
  237. package/src/sap/ui/integration/util/ServiceManager.js +2 -2
  238. package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
  239. package/src/sap/ui/integration/util/SorterHelper.js +45 -0
  240. package/src/sap/ui/integration/util/Utils.js +2 -2
  241. package/src/sap/ui/integration/util/Validators.js +2 -2
  242. package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
  243. package/src/sap/ui/integration/util/openCardDialog.js +60 -57
  244. package/src/sap/ui/integration/widgets/Card.js +43 -7
  245. package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
  246. package/src/sap-ui-integration-card-editor.js +1 -1
  247. package/src/sap-ui-integration-editor.js +1 -1
  248. 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([
@@ -136,7 +136,7 @@ sap.ui.define([
136
136
  * @alias sap.ui.integration.designtime.baseEditor.BaseEditor
137
137
  * @author SAP SE
138
138
  * @since 1.70.0
139
- * @version 1.131.1
139
+ * @version 1.132.0
140
140
  * @private
141
141
  * @experimental since 1.70.0
142
142
  * @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([
@@ -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.131.1
40
+ * @version 1.132.0
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([
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * @alias sap.ui.integration.designtime.baseEditor.PropertyEditors
70
70
  * @author SAP SE
71
71
  * @since 1.73.0
72
- * @version 1.131.1
72
+ * @version 1.132.0
73
73
  * @private
74
74
  * @experimental since 1.73.0
75
75
  * @ui5-restricted
@@ -1,159 +1,159 @@
1
- BASE_EDITOR.FALLBACK_TYPE=qMbp9r1sNe2B0unCc1t1cg_Custom type
1
+ BASE_EDITOR.FALLBACK_TYPE=LKRU5qlpI+y7feiwWSvNSQ_Custom type
2
2
 
3
- BASE_EDITOR.MAP.EMPTY=aFUxg0//VHpDEmX18uoHrQ_No entries
3
+ BASE_EDITOR.MAP.EMPTY=aD0t7c6wY7ulpe/7OC6iWw_No entries
4
4
 
5
- BASE_EDITOR.MAP.KEY=H6f2MJlRMyqJfAYikFWvEQ_Key
5
+ BASE_EDITOR.MAP.KEY=vXksyBdawzBiFrNExzU23w_Key
6
6
 
7
- BASE_EDITOR.MAP.VALUE=0E6+QIH2jiHto8y6Qq0NFg_Value
7
+ BASE_EDITOR.MAP.VALUE=3ujfUyPX3OSLkS0dMSg6OA_Value
8
8
 
9
- BASE_EDITOR.MAP.TYPE=onaG4y3GZeKrz5MoWkqRaQ_Type
9
+ BASE_EDITOR.MAP.TYPE=J2UBnveEUTYpcPb9upk/Og_Type
10
10
 
11
- BASE_EDITOR.MAP.REMOVE=8Np/jDe6uGgT8mamJxMmug_Remove
11
+ BASE_EDITOR.MAP.REMOVE=KhuZH907UQMarUoI31qzAQ_Remove
12
12
 
13
- BASE_EDITOR.MAP.DUPLICATE_KEY=UrHM3zz4JO6vZ2mnHeKWOA_Please enter a unique key.
13
+ BASE_EDITOR.MAP.DUPLICATE_KEY=x0LSEL9XOFupg+h41ECv5w_Please enter a unique key.
14
14
 
15
- BASE_EDITOR.MAP.ADD=5yTWE4IDZBXP34M786UJ4Q_Add\: {0}
15
+ BASE_EDITOR.MAP.ADD=NlrP6a466r18I/kIReLXrw_Add\: {0}
16
16
 
17
- BASE_EDITOR.MAP.DEFAULT_TYPE=E/0oYc4UGuqsQvLXbPiEUw_Parameter
17
+ BASE_EDITOR.MAP.DEFAULT_TYPE=gI2u8ztstMpDI35QYHDNbw_Parameter
18
18
 
19
- BASE_EDITOR.TYPES.STRING=Ga0W6690ocffLSV3kC5g6A_String
19
+ BASE_EDITOR.TYPES.STRING=XrXUEg0jY05GfGT0eHAZFQ_String
20
20
 
21
- BASE_EDITOR.TYPES.BOOLEAN=Dzaxm/Rv5qBtwiD052GCaQ_Boolean
21
+ BASE_EDITOR.TYPES.BOOLEAN=UqxqUmjVB9prerB60mmVzQ_Boolean
22
22
 
23
- BASE_EDITOR.TYPES.NUMBER=5zqkcyn3jYpIqXUWpmjlVg_Number
23
+ BASE_EDITOR.TYPES.NUMBER=f8M+tc+HuS7JZU1OCaRwzg_Number
24
24
 
25
- BASE_EDITOR.TYPES.INTEGER=A+6UOan7rT/3fczUmaBSEQ_Integer
25
+ BASE_EDITOR.TYPES.INTEGER=Dy2oVgQNQKr9/wuaqXM9rw_Integer
26
26
 
27
- BASE_EDITOR.TYPES.DATE=jwroBLszUNo0D0LKWkmA1g_Date
27
+ BASE_EDITOR.TYPES.DATE=A0WS2j7371l2kMSVu7Sc/g_Date
28
28
 
29
- BASE_EDITOR.TYPES.DATETIME=rLrPI36s6O5nAHv8pX5AlQ_Date/Time
29
+ BASE_EDITOR.TYPES.DATETIME=pQgtf+VcBN/kMSadNU2Knw_Date/Time
30
30
 
31
- BASE_EDITOR.TYPES.GROUP=q9JRDtNxcsnRWVG1JalxDg_Group
31
+ BASE_EDITOR.TYPES.GROUP=6pal7JbGH32KAJNCky+ZjA_Group
32
32
 
33
- BASE_EDITOR.TYPES.SEPARATOR=5HaYFiLuARQph/ASMcFUmQ_Separator
33
+ BASE_EDITOR.TYPES.SEPARATOR=Icfg8ZUSPeBLOfEha8evRA_Separator
34
34
 
35
- BASE_EDITOR.TYPES.ICON=++c/R80xkQiGduTLE8f/qg_Icon
35
+ BASE_EDITOR.TYPES.ICON=5q8tn+Hz1bJLazQPWGBZJA_Icon
36
36
 
37
- BASE_EDITOR.TYPES.SIMPLEICON=s2gX8RXzGNxQKlWmC5HI1w_Simple Icon
37
+ BASE_EDITOR.TYPES.SIMPLEICON=WCbPIPanbJGGMojUW1poRA_Simple Icon
38
38
 
39
- BASE_EDITOR.TYPES.ARRAY=kzKOx/bf028h8r/F8uHYzg_String Array
39
+ BASE_EDITOR.TYPES.ARRAY=bVpDzQYS09yVz2hfwtBUaw_String Array
40
40
 
41
- BASE_EDITOR.TYPES.JSON=l602jZ7c+2LDxX+54npUcg_JSON
41
+ BASE_EDITOR.TYPES.JSON=QGftFX65Puq6A0Zf1vws5Q_JSON
42
42
 
43
- BASE_EDITOR.TYPES.OBJECT=cfv9z//axoF8BA8GAivD+A_Object
43
+ BASE_EDITOR.TYPES.OBJECT=2QBlu3ILUQqrxxUuhtWikQ_Object
44
44
 
45
- BASE_EDITOR.TYPES.OBJECTARRAY=GHU70MHLUkUNdD4KCUl54Q_Object Array
45
+ BASE_EDITOR.TYPES.OBJECTARRAY=9q2tqaBsuXo3977ul5lOcw_Object Array
46
46
 
47
- BASE_EDITOR.STRING.INVALID_BINDING=CVBz8eKcPTOzQXCF/PcEBQ_Please enter a valid binding string.
47
+ BASE_EDITOR.STRING.INVALID_BINDING=aHdOTv2PUnCoCSL9XZVmzA_Please enter a valid binding string.
48
48
 
49
- BASE_EDITOR.LIST.DUPLICATE_ENTRY=vQPpqdZ/SDXBVD1AAeCw6Q_Please enter a unique value.
49
+ BASE_EDITOR.LIST.DUPLICATE_ENTRY=8l+iPp0Dcqf5c+rOTJmMRw_Please enter a unique value.
50
50
 
51
- BASE_EDITOR.ENUM.INVALID_SELECTION=m6dF8WX3mnXi7KqUjJNQlw_Please select a value from the list.
51
+ BASE_EDITOR.ENUM.INVALID_SELECTION=p8NI21fb1vC3I5bRfqxHQw_Please select a value from the list.
52
52
 
53
- BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=oJJu0Jk6iObDEKZdt4HNRw_Custom values are not allowed.
53
+ BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=27YY3cg9AbfteUX5ql8+gw_Custom values are not allowed.
54
54
 
55
- BASE_EDITOR.SELECT.INVALID_SELECTION=JQxqri3X0EIDysvgkXx5Jg_Please select a value from the list.
55
+ BASE_EDITOR.SELECT.INVALID_SELECTION=tmc5KdJuDQHTHLy6bMeQ6w_Please select a value from the list.
56
56
 
57
- BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=HUMZ8Uyk0JVKmhunzm+CGA_Custom values are not allowed.
57
+ BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=FScfHMNohIXuYgGl7HMh/w_Custom values are not allowed.
58
58
 
59
- BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=g3SBCUx/+Q/BH8g/qT0IBw_Binding strings are not allowed.
59
+ BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=xjzcGgikmu5U3MUbof750g_Binding strings are not allowed.
60
60
 
61
- BASE_EDITOR.ARRAY.ITEM_LABEL=RAWk6tAqbRm8k/wG10MbQA_Item
61
+ BASE_EDITOR.ARRAY.ITEM_LABEL=KW4Cuaf6qsNk0qo413PSpw_Item
62
62
 
63
- BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=6+XrfGW5uYdaDxk2vmr2wQ_New\: {0}
63
+ BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=wX5vdKc+LWxuK+rVg1XVGQ_New\: {0}
64
64
 
65
- BASE_EDITOR.ARRAY.REMOVE=1hm50ZoVdBs00byar+zOLQ_Remove Item
65
+ BASE_EDITOR.ARRAY.REMOVE=xjiOiHd+dbEtNSmreCZK/g_Remove Item
66
66
 
67
- BASE_EDITOR.MOVEUP=QP78jbvBEV/K53b2BAMVsg_Move Up
67
+ BASE_EDITOR.MOVEUP=dg9QhPf2Okh7RZDXmTuSPQ_Move Up
68
68
 
69
- BASE_EDITOR.MOVEDOWN=1B300UUeT+/8Cc3q53GnFg_Move Down
69
+ BASE_EDITOR.MOVEDOWN=8Mp6bNk84jEneGUv/xhVtw_Move Down
70
70
 
71
- BASE_EDITOR.ARRAY.ADD=ynQuDtoYO+FbfBEiN68UMg_Add\: {0}
71
+ BASE_EDITOR.ARRAY.ADD=naZbJRMRKNTh7TDHhrQq9g_Add\: {0}
72
72
 
73
- BASE_EDITOR.JSON.TITLE=oyuHuu0nNM8xv0DWhMiFAQ_Edit JSON Data
73
+ BASE_EDITOR.JSON.TITLE=bdh+Ful1uUOyq2VKdb/4wg_Edit JSON Data
74
74
 
75
- BASE_EDITOR.JSON.SAVE=JSg0W5mzyR2IiXJD+CSHXw_Save
75
+ BASE_EDITOR.JSON.SAVE=mVai6rw1dGwSBo9E0DT0vA_Save
76
76
 
77
- BASE_EDITOR.JSON.CANCEL=TpZN2RYmK5uCb3Pkv+UWuA_Cancel
77
+ BASE_EDITOR.JSON.CANCEL=lbhz2q8Va76Egr/QFNKdqg_Cancel
78
78
 
79
- BASE_EDITOR.JSON.BEAUTIFY=uAqq2nnJLGbXTBmt2mq8lg_Beautify
79
+ BASE_EDITOR.JSON.BEAUTIFY=oQeiIc2BWwf2mG7SicR1gg_Beautify
80
80
 
81
- BASE_EDITOR.CODE.TITLE=bfTfoBoK/qSIU1WEePEv3w_Edit Data
81
+ BASE_EDITOR.CODE.TITLE=QWuwjNTD5witcH6ks0shVg_Edit Data
82
82
 
83
- BASE_EDITOR.CODE.OK=q2H7j/wqu3exvZ6N6EQB0g_OK
83
+ BASE_EDITOR.CODE.OK=GGJ/lgNjJWzgROFVSxIvQg_OK
84
84
 
85
- BASE_EDITOR.CODE.CANCEL=hsodNRoS9V9RcgPjTUtl8g_Cancel
85
+ BASE_EDITOR.CODE.CANCEL=u+d/NS+cN+rV/+oKvj9uWw_Cancel
86
86
 
87
- BASE_EDITOR.CODE.BEAUTIFY=0IR2Q4j30mmCLzS2yOtQOw_Beautify
87
+ BASE_EDITOR.CODE.BEAUTIFY=xZvaALm4MSfVzCg9bwD/dA_Beautify
88
88
 
89
- BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=nEUVKkOL3U5qr4nkL3PfeA_Please enter a valid binding string or a number.
89
+ BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Wu8BWIKDnGkrM1DWBrAz6Q_Please enter a valid binding string or a number.
90
90
 
91
- BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=uCCdmDax2EX+HXgH2ub54g_Please enter a valid binding string or an integer.
91
+ BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=nxntYgyNOQ30VaLfCFlPww_Please enter a valid binding string or an integer.
92
92
 
93
- BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=S9tnFS+Y3ur+QyHjrsNvlQ_Please enter a valid binding string or a boolean.
93
+ BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=6MNlrlTmU4kGXbPlpURqMA_Please enter a valid binding string or a boolean.
94
94
 
95
- BASE_EDITOR.BOOLEAN.TRUE_VALUE=1RIo7VQeTWF20gaDPXcBEw_True
95
+ BASE_EDITOR.BOOLEAN.TRUE_VALUE=yDVIktvIVVv1AUlkOivTLg_True
96
96
 
97
- BASE_EDITOR.BOOLEAN.FALSE_VALUE=r0X3zcuvy6/HoRwgVmihwQ_False
97
+ BASE_EDITOR.BOOLEAN.FALSE_VALUE=AT/jm5s+drnP2la19zEb8w_False
98
98
 
99
- BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=EJ89xK+8Hg2wB89n6Kyo6A_Please enter a valid binding string or an icon URI.
99
+ BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=Ewif79+7qNeUOofubaJ8bQ_Please enter a valid binding string or an icon URI.
100
100
 
101
- BASE_EDITOR.ICON.BUTTON_SETTINGS=JbBSnycTqKIkKq7p3u0GHA_Settings
101
+ BASE_EDITOR.ICON.BUTTON_SETTINGS=b5KE4hg9JPJ0DQpBCV0nQw_Settings
102
102
 
103
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=TYRfcOmSwlouqIchNFT7FQ_Display Settings
103
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=ZDMf4SBE6/7oN1mFlPYo0w_Display Settings
104
104
 
105
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=lvSk0ku3I0DQkrDe9koz8w_Shape
105
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=kfFlC81N9Yo412FzuujUwQ_Shape
106
106
 
107
- BASE_EDITOR.ICON.SELECTION_SHAPE=sJogloKfjjGzo7rgQ5GGZA_Select the shape of the icon
107
+ BASE_EDITOR.ICON.SELECTION_SHAPE=4Q/KgbWdBvwi5Nex/ruRLQ_Select the shape of the icon
108
108
 
109
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=4owdBJ+xYxitFXH3MvQHtw_Square
109
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=x2JYYTYSm6hZx+L9Z1KDEw_Square
110
110
 
111
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=q8qSmNIMOIP0q9ag1qN7tw_Circle
111
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=26HFXrdVoUOf/G0HLvflMw_Circle
112
112
 
113
- BASE_EDITOR.ICON.INPUT_ALT=yQkG5bt9mZL5MPKoQt/Khw_Enter alternative text for the icon
113
+ BASE_EDITOR.ICON.INPUT_ALT=/B3ga3HCXwGXoc4yPx0z1w_Enter alternative text for the icon
114
114
 
115
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=Vh8q99ytJww/sYLOMkgoVA_Text
115
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=tc5qOaiFa5viul/3qBFrfQ_Text
116
116
 
117
- BASE_EDITOR.ICON.INPUT_TEXT=vPp8QmR6rMvKhS+Gl4Y5yw_Enter text inside the icon
117
+ BASE_EDITOR.ICON.INPUT_TEXT=lnGlSv05d4f84RAUBj3NYw_Enter text inside the icon
118
118
 
119
- BASE_EDITOR.ICON.TYPE_ICON=v9CMLX5EXRoSpOev05IIuQ_Icon
119
+ BASE_EDITOR.ICON.TYPE_ICON=XfjYrfYK36BIEVNpgHpidw_Icon
120
120
 
121
- BASE_EDITOR.ICON.TYPE_PICTURE=Gj1pBPcfIA2rkIYPh/7lhQ_Picture
121
+ BASE_EDITOR.ICON.TYPE_PICTURE=0MGcC+jH5X17QuPDl25c1g_Picture
122
122
 
123
- BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=BikIKGMN3JXMSQqO+b12TA_Background Color
123
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=2dBk0LcH3J1zIyNHnvUbXg_Background Color
124
124
 
125
- BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=9wdf5Ab07DSgHrxdP5CvXQ_Enter background color of the icon
125
+ BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=EVGqXdQkasAk67pX70GyGA_Enter background color of the icon
126
126
 
127
- BASE_EDITOR.ICON.INPUT_COLOR=8cBG65yx22exik9Dbvc6Jw_Enter color of the icon
127
+ BASE_EDITOR.ICON.INPUT_COLOR=Wg4hT5TvJrDlwHkHs79EiQ_Enter color of the icon
128
128
 
129
- BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=s7ItApSVnhqRmWEthfXYlg_Color
129
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=H+KNnmhBOl63t2IwU0cOew_Color
130
130
 
131
- BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=6dlQ39Lhtg2rN2jzscuDEw_Please enter a valid binding string or date.
131
+ BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=gBRuEONGOE4rgl+zW16FZQ_Please enter a valid binding string or date.
132
132
 
133
- BASE_EDITOR.VALIDATOR.INVALID_BINDING=eVZTpvAG8UlOZ0UgLrTY6Q_Invalid binding.
133
+ BASE_EDITOR.VALIDATOR.INVALID_BINDING=fgV64pEPJ/ojxX7jg6kdKA_Invalid binding.
134
134
 
135
- BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=GvusfvRkJYGskOWRg63vUg_Bindings are not allowed.
135
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=NWo90zsbdh2SB6USctVrCA_Bindings are not allowed.
136
136
 
137
- BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=aEdB9P9o/98K6OYcznGoeA_Custom values are not allowed.
137
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=uuN44g6m5tcU8W3Wt7nF4Q_Custom values are not allowed.
138
138
 
139
- BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=iCZzKumeETWqnX3zUJJE7w_Not a number
139
+ BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=3g8+QKmfemKIH8hM66nGoQ_Not a number
140
140
 
141
- BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=+NMV9rRz4NQQIOXXyl/EmA_Not an integer
141
+ BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=eSXOljTykidksNYTEEa2fw_Not an integer
142
142
 
143
- BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=1YvcrktZk7rd8JcIZxWg2w_Not a boolean
143
+ BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=d/Bf2FnI4/GtspWdqtGD8w_Not a boolean
144
144
 
145
- BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=cOJllfXZygBzfbKDYMPGNg_Not a JSON format
145
+ BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=jl8Q2MvsnNGg1W7zfUc1bw_Not a JSON format
146
146
 
147
- BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=Ete3+tfG6ewM9LHW/kvMQA_Not an array of JSON objects.
147
+ BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=H4lqLcdTsJPe/Hu8G5L2ew_Not an array of JSON objects.
148
148
 
149
- BASE_EDITOR.VALIDATOR.NOT_AN_ICON=ZsrLYj5H95p6RO53nSNy9g_Not an icon
149
+ BASE_EDITOR.VALIDATOR.NOT_AN_ICON=NgwNj5dmLYAKbk+oNznsoA_Not an icon
150
150
 
151
- BASE_EDITOR.VALIDATOR.MAX_LENGTH=yTgV+G1xP2shLhdCRNe+bQ_Max length of {0} symbols exceeded.
151
+ BASE_EDITOR.VALIDATOR.MAX_LENGTH=acxDaCm9gttPspogvgR1PQ_Max length of {0} symbols exceeded.
152
152
 
153
- BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=WVwU2kXuo521DU0AiNd+kg_Duplicate entry
153
+ BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=xQ+KBSNJaxDefojtx2quTA_Duplicate entry
154
154
 
155
- BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=xZ6EZEXfYWhJXFRIP5+N+Q_Duplicate key
155
+ BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=jClCVdsSrVQ8FfM3hwPp5w_Duplicate key
156
156
 
157
- BASE_EDITOR.VALIDATOR.INVALID_DATE=a50skQZ7cEqv/kKrstZHHA_Invalid date
157
+ BASE_EDITOR.VALIDATOR.INVALID_DATE=hb/fhGxjKj/wop025ozM5Q_Invalid date
158
158
 
159
- BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=LpBgUaUyHgbZLpR9iXs3pA_Input does not match the pattern.
159
+ BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=bkPxgmBXkVfqOkjkmuaW5Q_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([
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.BasePropertyEditor
51
51
  * @author SAP SE
52
52
  * @since 1.70
53
- * @version 1.131.1
53
+ * @version 1.132.0
54
54
  *
55
55
  * @private
56
56
  * @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
 
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.PropertyEditorFactory
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.131.1
18
+ * @version 1.132.0
19
19
  *
20
20
  * @static
21
21
  * @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.131.1
85
+ * @version 1.132.0
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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.booleanEditor.BooleanEditor
23
23
  * @author SAP SE
24
24
  * @since 1.72
25
- * @version 1.131.1
25
+ * @version 1.132.0
26
26
  *
27
27
  * @private
28
28
  * @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([
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.codeEditor.CodeEditor
62
62
  * @author SAP SE
63
63
  * @since 1.106
64
- * @version 1.131.1
64
+ * @version 1.132.0
65
65
  *
66
66
  * @private
67
67
  * @experimental 1.106
@@ -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.131.1
25
+ * @version 1.132.0
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.76
@@ -81,7 +81,7 @@ sap.ui.define([
81
81
  defaultValue: "BASE_EDITOR.TYPES.DATE"
82
82
  },
83
83
  pattern: {
84
- defaultValue: "YYYY-MM-dd'T'HH:mm:ss.SSS'Z'"
84
+ defaultValue: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
85
85
  },
86
86
  utc: {
87
87
  defaultValue: false
@@ -147,7 +147,7 @@ sap.ui.define([
147
147
 
148
148
  DateEditor.prototype.getFormatterInstance = function (mOptions) {
149
149
  return DateFormat.getDateInstance(mOptions || {
150
- pattern: "YYYY-MM-dd"
150
+ pattern: "yyyy-MM-dd"
151
151
  });
152
152
  };
153
153
 
@@ -4,7 +4,7 @@
4
4
  >
5
5
  <DateTimePicker
6
6
  value="{displayValue}"
7
- valueFormat="YYYY-MM-dd'T'HH:mm:ss.SSSSZ"
7
+ valueFormat="yyyy-MM-dd'T'HH:mm:ss.SSSSZ"
8
8
  change="_onChange"
9
9
  />
10
10
  </core:FragmentDefinition>
@@ -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.131.1
27
+ * @version 1.132.0
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
 
41
41
  DateTimeEditor.prototype.getFormatterInstance = function (mOptions) {
42
42
  return DateFormat.getDateTimeInstance(mOptions || {
43
- pattern: "YYYY-MM-dd'T'HH:mm:ss.SSSSZ"
43
+ pattern: "yyyy-MM-dd'T'HH:mm:ss.SSSSZ"
44
44
  });
45
45
  };
46
46
 
@@ -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([
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.enumStringEditor.EnumStringEditor
46
46
  * @author SAP SE
47
47
  * @since 1.70
48
- * @version 1.131.1
48
+ * @version 1.132.0
49
49
  *
50
50
  * @private
51
51
  * @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([
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.groupEditor.GroupEditor
46
46
  * @author SAP SE
47
47
  * @since 1.85
48
- * @version 1.131.1
48
+ * @version 1.132.0
49
49
  *
50
50
  * @private
51
51
  * @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([
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IconEditor
41
41
  * @author SAP SE
42
42
  * @since 1.70
43
- * @version 1.131.1
43
+ * @version 1.132.0
44
44
  *
45
45
  * @private
46
46
  * @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.131.1
22
+ * @version 1.132.0
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.131.1
27
+ * @version 1.132.0
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.131.1
27
+ * @version 1.132.0
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.131.1
25
+ * @version 1.132.0
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([
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.mapEditor.MapEditor
95
95
  * @author SAP SE
96
96
  * @since 1.74
97
- * @version 1.131.1
97
+ * @version 1.132.0
98
98
  *
99
99
  * @private
100
100
  * @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([
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.multiSelectEditor.MultiSelectEditor
46
46
  * @author SAP SE
47
47
  * @since 1.97
48
- * @version 1.131.1
48
+ * @version 1.132.0
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.98
@@ -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.131.1
31
+ * @version 1.132.0
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([
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.objectArrayEditor.ObjectArrayEditor
52
52
  * @author SAP SE
53
53
  * @since 1.100.0
54
- * @version 1.131.1
54
+ * @version 1.132.0
55
55
  *
56
56
  * @private
57
57
  * @experimental 1.100