@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([
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @alias sap.ui.integration.designtime.editor.fields.viz.ColorSelect
22
22
  * @author SAP SE
23
23
  * @since 1.84.0
24
- * @version 1.84.47
24
+ * @version 1.84.49
25
25
  * @private
26
26
  * @experimental since 1.84.0
27
27
  * @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([
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @alias sap.ui.integration.designtime.editor.fields.viz.IconSelect
27
27
  * @author SAP SE
28
28
  * @since 1.84.0
29
- * @version 1.84.47
29
+ * @version 1.84.49
30
30
  * @private
31
31
  * @experimental since 1.84.0
32
32
  * @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([
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @alias sap.ui.integration.designtime.editor.fields.viz.ShapeSelect
22
22
  * @author SAP SE
23
23
  * @since 1.84.0
24
- * @version 1.84.47
24
+ * @version 1.84.49
25
25
  * @private
26
26
  * @experimental since 1.84.0
27
27
  * @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([
@@ -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
  (function (window) {
@@ -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
  /**
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  // delegate further initialization of this library to the Core
19
19
  sap.ui.getCore().initLibrary({
20
20
  name: "sap.ui.integration",
21
- version: "1.84.47",
21
+ version: "1.84.49",
22
22
  dependencies: ["sap.ui.core", "sap.f", "sap.m"],
23
23
  types: [
24
24
  "sap.ui.integration.CardActionType",
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @namespace
46
46
  * @alias sap.ui.integration
47
47
  * @author SAP SE
48
- * @version 1.84.47
48
+ * @version 1.84.49
49
49
  * @public
50
50
  */
51
51
  var thisLib = sap.ui.integration;
@@ -1,20 +1,72 @@
1
1
 
2
- CARD.COUNT_X_OF_Y=MFwRelZjh+MFbBM5aQqyPw_{0} of {1}
2
+ CARD.COUNT_X_OF_Y=lz6suGFq9AEAsfRpYnA7pw_{0} of {1}
3
3
 
4
- CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=gMF0C09zMnSgnOBtePgUSg_Data Successfully Sent
4
+ CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=RaDsVOE7H1L4kmtSLeqgog_Data sent successfully
5
5
 
6
- CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=MWiy7A0arwR5Wi+LZlzb/Q_Error Sending Data
6
+ CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=6cc1XluePHcxVNHGAOOd2A_An error occurred when sending the data
7
7
 
8
- CARDEDITOR_DESTINATIONS=+xSqtRqYBzlqHdyjEcRdkg_Destinations
8
+ CARDS_CALENDAR=DGo46L86vbKiDbAfmruHTA_Calendar Card
9
9
 
10
- CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=lt3WKByoKuliAy7JgGok6A_Live Preview
10
+ CARDS_CALENDAR_LEGEND=JTpDyMPTWUOFmkbTXi/Agw_Legend
11
11
 
12
- CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=XE3X7bbxuqF9Ga0GFHtkbw_Sample Preview
12
+ CARDS_CALENDAR_APPOINTMENTS=1jsWRblUEuylLYU7qwia5Q_Appointments List
13
13
 
14
- CARDEDITOR_ORIGINALLANG=RBM/RjgfQUeXXdbwoBRemw_Original Language
14
+ CARDEDITOR_DESTINATIONS=YZH3cfeYJp1P3ujDEe5ElQ_Destinations
15
15
 
16
- CARDS_CALENDAR=28XpluVvZHhEIodiWpTyqw_Calendar Card
16
+ CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=o8aiAWqjG47gmphZzzV0Tw_Live Preview
17
17
 
18
- CARDS_CALENDAR_LEGEND=guaPvempOF9mJWcLUkHa+Q_Legend
18
+ CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=KVG/HzWO0ZYH53jpACn9kQ_Sample Preview
19
19
 
20
- CARDS_CALENDAR_APPOINTMENTS=tMgo3Uvy83hNga947Mb9jg_Appointments list
20
+ CARDEDITOR_ORIGINALLANG=Xx4TsSaBZVZy8TW4WcIbRA_Original Language
21
+
22
+ CARDEDITOR_CONTEXT_EMPTY_VAL=MdU0h/GMFowVkoMF8718zg_None
23
+
24
+ CARDEDITOR_CONTEXT_EMPTY_DESC=j8weTkREYW5tuoH9T+r4dw_Select a dynamic value from the list
25
+
26
+ CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=/eQbKE9hLjdqhrRagG16dg_Other values
27
+
28
+ CARDEDITOR_CONTEXT_CARD_TODAY_VAL=weMppn9GIkNjQuha5bJHSQ_Current date
29
+
30
+ CARDEDITOR_CONTEXT_CARD_TODAY_DESC=DAwcU6VnZbIXvIEG2iqxnw_The current date can be used for filters or strings.
31
+
32
+ CARDEDITOR_CONTEXT_CARD_NOW_VAL=H5cyZ4uX9w/HkICXQ1viTA_Now, date and time
33
+
34
+ CARDEDITOR_CONTEXT_CARD_NOW_DESC=25N+OpVAfuijSBRQ6iasPw_The current date and time can be used for filters or strings
35
+
36
+ CARDEDITOR_CONTEXT_CARD_LANG_VAL=akwmjzgwoDMuWH8JTjI29g_Current language
37
+
38
+ CARDEDITOR_CONTEXT_CARD_LANG_DESC=/KAWAqODh1AzumT4GFvYqQ_The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
39
+
40
+ CARDEDITOR_FIELD_MORE_SETTINGS=eHUmn0dd0JYvMmW+VOi6oA_More Settings
41
+
42
+ CARDEDITOR_SELECT_FROM_LIST=Giv/U9TjdN7yzQTRV95jPw_Select a dynamic value from the list
43
+
44
+ CARDEDITOR_MORE_DYNAMICVALUES=P1ApMlk+SEV0kYHeWKsnsA_Dynamic Value
45
+
46
+ CARDEDITOR_ACTUAL_VALUE=Qr3Y++IMgcEHB0WrxWZHjQ_Actual Dynamic Value
47
+
48
+ CARDEDITOR_MORE_DYNAMICVALUES_TECHHINT=56UxZ81ce6IuPa//XUpK7A_This value is used in technical settings of a card and should not be shown to end-users.
49
+
50
+ CARDEDITOR_MORE_SETTINGS=XP1Bw2I88PJvC3wne7xetw_Settings
51
+
52
+ CARDEDITOR_MORE_SETTINGS_P_ADMIN=7ui9s1AD5rQJ4PxNz/5J/Q_Page Administrator Settings
53
+
54
+ CARDEDITOR_MORE_SETTINGS_P_ADMIN_RESET=BJr1Gyr7ojWWDv+IVzfkhQ_Reset to Default Values
55
+
56
+ CARDEDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=xsWYno2qT8wnPtbB0fYu9w_Allow field to be viewed
57
+
58
+ CARDEDITOR_MORE_SETTINGS_P_ADMIN_EDIT=KK91eLQMfd4RYlVBGALVcA_Allow field to be edited
59
+
60
+ CARDEDITOR_MORE_SETTINGS_P_ADMIN_DYN=5usD5s0+rFnXRhtdVIaVNw_Allow dynamic values to be set
61
+
62
+ CARDEDITOR_MORE_OK=kmkuiRxKdVElYvuXAVBxYg_OK
63
+
64
+ CARDEDITOR_MORE_CANCEL=+FBGNvMHtx22FfWUuooUaQ_Cancel
65
+
66
+ CARDEDITOR_MORE_RESET=c76vjl7eNadkiK8N5z2vWg_Reset
67
+
68
+ CARDEDITOR_ICON_CHOOSE=LMbouQNGS1h78u6jF7WPnQ_Choose an icon from file
69
+
70
+ CARDEDITOR_ICON_SELECTED=LksJ8KaNfvGA3rMw8qYXyQ_Selected from file
71
+
72
+ CARDEDITOR_ICON_NONE=YU9tRQ3gWWpmjd4f6FkCPA_(None)
@@ -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
 
@@ -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
 
@@ -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(['./Service'], function (Service) {
@@ -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(['./Service'], function (Service) {
@@ -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
 
@@ -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
 
@@ -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([
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * Helper class for working with bindings.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.84.47
39
+ * @version 1.84.49
40
40
  *
41
41
  * @private
42
42
  * @alias sap.ui.integration.util.BindingHelper
@@ -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([
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * Resolves a binding syntax based on a provided model and path.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.84.47
35
+ * @version 1.84.49
36
36
  *
37
37
  * @private
38
38
  * @alias sap.ui.integration.util.BindingResolver
@@ -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([
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.base.ManagedObject
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.84.47
47
+ * @version 1.84.49
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -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(["sap/base/util/merge", "sap/ui/model/json/JSONModel"], function (merge, JSONModel) {
@@ -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
  * @extends sap.ui.base.Object
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.84.47
45
+ * @version 1.84.49
46
46
  *
47
47
  * @constructor
48
48
  * @private
@@ -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
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.model.json.JSONModel
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.84.47
28
+ * @version 1.84.49
29
29
  * @constructor
30
30
  * @private
31
31
  * @alias sap.ui.integration.util.ContextModel
@@ -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(["sap/ui/base/ManagedObject"],
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"],
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -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([
@@ -21,7 +21,7 @@ function (BaseObject, ServiceDataProvider, RequestDataProvider, DataProvider, Ex
21
21
  * When destroyed, all data providers created by this class are also destroyed.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.47
24
+ * @version 1.84.49
25
25
  *
26
26
  * @private
27
27
  * @since 1.65
@@ -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
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.Object
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.84.47
30
+ * @version 1.84.49
31
31
  *
32
32
  * @constructor
33
33
  * @param {sap.ui.integration.Host} oHost The Host which will be used for resolving destinations.
@@ -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(["sap/ui/integration/util/DataProvider"], function (DataProvider) {
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
17
17
  * @extends sap.ui.integration.util.DataProvider
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -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
  * @extends sap.ui.base.Object
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.84.47
31
+ * @version 1.84.49
32
32
  *
33
33
  * @constructor
34
34
  * @private
@@ -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([
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.base.Object
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.84.47
75
+ * @version 1.84.49
76
76
  *
77
77
  * @constructor
78
78
  * @private
@@ -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([
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * Helper class for working with bindings for json objects.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.84.47
30
+ * @version 1.84.49
31
31
  *
32
32
  * @private
33
33
  * @alias sap.ui.integration.util.JSONBindingHelper
@@ -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([
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.ManagedObject
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.47
24
+ * @version 1.84.49
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -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
 
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * @extends sap.ui.base.Object
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.84.47
63
+ * @version 1.84.49
64
64
  *
65
65
  * @constructor
66
66
  * @private
@@ -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
 
@@ -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
  * @extends sap.ui.integration.util.DataProvider
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.84.47
27
+ * @version 1.84.49
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -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(["sap/ui/integration/util/DataProvider"], function (DataProvider) {
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
17
17
  * @extends sap.ui.integration.util.DataProvider
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -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
  * @extends sap.ui.base.EventProvider
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.84.47
40
+ * @version 1.84.49
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-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
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * Utility class helping with JSON strings and formatters.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  *
22
22
  * @private
23
23
  * @alias sap.ui.integration.util.Utils
@@ -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([
@@ -141,7 +141,7 @@ sap.ui.define([
141
141
  * @extends sap.f.CardBase
142
142
  *
143
143
  * @author SAP SE
144
- * @version 1.84.47
144
+ * @version 1.84.49
145
145
  * @public
146
146
  * @constructor
147
147
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
@@ -338,7 +338,7 @@ sap.ui.define([
338
338
  * @experimental since 1.79
339
339
  * @public
340
340
  * @author SAP SE
341
- * @version 1.84.47
341
+ * @version 1.84.49
342
342
  * @borrows sap.ui.integration.widgets.Card#getParameters as getParameters
343
343
  * @borrows sap.ui.integration.widgets.Card#getCombinedParameters as getCombinedParameters
344
344
  * @borrows sap.ui.integration.widgets.Card#getManifestEntry as getManifestEntry
@@ -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
 
@@ -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