@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,220 +1,242 @@
1
1
 
2
- CARD_EDITOR.APP.ID=TIcPloFM+G0+OH8i1++6Tg_ID
2
+ CARD_EDITOR.APP.ID=WDPZh44g8wChO3+W6JJfpA_ID
3
3
 
4
- CARD_EDITOR.APP.VERSION=mKRy1Gz4hHz3m4WlsUkRUQ_Version
4
+ CARD_EDITOR.APP.VERSION=V8cCOaKH72RR7gGHTNlsww_Version
5
5
 
6
- CARD_EDITOR.APP.SHORTTITLE=71nOAq3rozuqlwR5pi8b4A_Short Title
6
+ CARD_EDITOR.APP.SHORTTITLE=+dMKBz9wtnk8l1d/7LrPQA_Short Title
7
7
 
8
- CARD_EDITOR.APP.INFO=tgMmm1Wm8I7kI8gYdFdX4A_Info
8
+ CARD_EDITOR.APP.INFO=5aJchGk1TYVf+BVbYxUq4A_Info
9
9
 
10
- CARD_EDITOR.APP.DESCRIPTION=UEBw1ROosA1iKlNhchpoiA_Description
10
+ CARD_EDITOR.APP.DESCRIPTION=PeSGtNqBLifm3fdlUkLpzQ_Description
11
11
 
12
- CARD_EDITOR.APP.TAGS.KEYWORDS=OGZ4G8ijgN5Dkfsn8f3dyA_Keywords
12
+ CARD_EDITOR.APP.TAGS.KEYWORDS=IcFk40lxYaty7XG5nyjbgg_Keywords
13
13
 
14
- CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=caxr2R9mM6+p5mXYZXOlZw_Technical Attributes of Tags
14
+ CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=flreJsYUB4RTj0Oij45uwg_Technical Attributes of Tags
15
15
 
16
- CARD_EDITOR.APP.I18N=rU/VlJW3I9p/Lwe+kKaBcQ_I18n File Path
16
+ CARD_EDITOR.APP.I18N=4IZ0hvXewz/bwnXzKugg8Q_I18n File Path
17
17
 
18
- CARD_EDITOR.APP.DATASOURCES=s2AiRRmKtGQE8HckOhbPmQ_Data Sources
18
+ CARD_EDITOR.APP.DATASOURCES=hyiC7mrUk5roA8yPNcUx1g_Data Sources
19
19
 
20
- CARD_EDITOR.APP.DATASOURCE=kZgLvALVrCXXDkt71rntpQ_Data Source
20
+ CARD_EDITOR.APP.DATASOURCE=1R98f/i/y8bE2kb/2YbnfA_Data Source
21
21
 
22
- CARD_EDITOR.APP.DATASOURCES.KEY=c+srbyFc0hlnSr7tEb3Ugg_Key
22
+ CARD_EDITOR.APP.DATASOURCES.KEY=JrJX19xu9UERPpPjiiPH0Q_Key
23
23
 
24
- CARD_EDITOR.APP.DATASOURCES.URI=54BG84F5dwq+IIkomNrnPQ_URI
24
+ CARD_EDITOR.APP.DATASOURCES.URI=pzMmpKl7zsBvgnISR2KCdg_URI
25
25
 
26
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=fmJk/0oipnj+oTo1fjF+dg_OData Version
26
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=BtwqKWBYfRiFdcLE/CogEQ_OData Version
27
27
 
28
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=ySJUp30t2j/AtKnvbamfDA_Local URI
28
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=6oqcIMlRWv2B8xsoFCOYxA_Local URI
29
29
 
30
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=PSFpSUMMlHGLwA37ZF+q0A_OData Annotations
30
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=W25sPNg1ZGcFdbcKNN6tIw_OData Annotations
31
31
 
32
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=BBYcL4zM+gMG3LJFxLekGQ_Maximum Allowed Response Age
32
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=9AjRWvZjl8xIzKH1zUeeSA_Maximum Allowed Response Age
33
33
 
34
- CARD_EDITOR.APP.MOBILE=ubfnO8VMvw66ETB/q6W9+g_Compatible with SAP Mobile Cards
34
+ CARD_EDITOR.APP.MOBILE=APMVQoMgnw+UTvNbe+Lixg_Compatible with SAP Mobile Cards
35
35
 
36
- CARD_EDITOR.TYPE=E4Mo1HavLcwwA5eLJ2/A9A_Card Type
36
+ CARD_EDITOR.TYPE=CIhhOch4Mg7tbxdipoeGrg_Card Type
37
37
 
38
- CARD_EDITOR.LABEL.TYPE=iyvlRONisg8FvfCAuCM4RQ_Type
38
+ CARD_EDITOR.LABEL.TYPE=CfhtBExcDtGX0W9QOm5gGg_Type
39
39
 
40
- CARD_EDITOR.HEADERTYPE=rHatOpBtqnCUTI+mPER9RA_Card Header Type
40
+ CARD_EDITOR.HEADERTYPE=Rxi6cWxSH/0yXSJoCVejSw_Card Header Type
41
41
 
42
- CARD_EDITOR.HEADERTYPE.DEFAULT=ESrIT7V1vDfL1jCn2/lGsg_Default
42
+ CARD_EDITOR.HEADERTYPE.DEFAULT=GeqVX18qZhn9N2OueZcsOg_Default
43
43
 
44
- CARD_EDITOR.HEADERTYPE.NUMERIC=379yzZr4JWPPMTlWmA/xQQ_Numeric
44
+ CARD_EDITOR.HEADERTYPE.NUMERIC=tOif72dhrRh/w9hBstDYWw_Numeric
45
45
 
46
- CARD_EDITOR.HEADERPOSITION=IelcdSiVeAmOPMatSsnrQw_Card Header Position
46
+ CARD_EDITOR.HEADERPOSITION=yXloFvONMKFCsbWmvOCCSw_Card Header Position
47
47
 
48
- CARD_EDITOR.HEADERPOSITION.TOP=KFnCMiy+ls9PmViv3woRUw_Top
48
+ CARD_EDITOR.HEADERPOSITION.TOP=DBP3k9P1+GwBCkvCCI6Dxw_Top
49
49
 
50
- CARD_EDITOR.HEADERPOSITION.BOTTOM=J+813wG6AkpmaHhDi7fh5A_Bottom
50
+ CARD_EDITOR.HEADERPOSITION.BOTTOM=WqdX7+XpFJW+lJfKGYbb6A_Bottom
51
51
 
52
- CARD_EDITOR.TITLE=oEb8nZMwzY5OdYb6Tt9bxg_Title
52
+ CARD_EDITOR.TITLE=573Tz41ZAiCPQPPmnWqV8w_Title
53
53
 
54
- CARD_EDITOR.SUBTITLE=TkJeFCY/Ppkaeeg+ijMXXg_Subtitle
54
+ CARD_EDITOR.SUBTITLE=1mC06pKgSvscGn0CTlsyXg_Subtitle
55
55
 
56
- CARD_EDITOR.ICON=q1y0GjzxDL34tyk1qxYwvg_Icon
56
+ CARD_EDITOR.ICON=8PYkSHGvkv5zrIDEN0z0GQ_Icon
57
57
 
58
- CARD_EDITOR.STATUS=C41txHNkBWSjKi92Ip8KLg_Status
58
+ CARD_EDITOR.STATUS=dqUfEvmXgeT2MeAJtn2d1w_Status
59
59
 
60
- CARD_EDITOR.ACTIONS=RxilAHojAkoDpVCy4mTN/Q_Actions
60
+ CARD_EDITOR.ACTIONS=/ap97oiornjNjN/9HjeT7Q_Actions
61
61
 
62
- CARD_EDITOR.ACTION=wIEvHRp/hQ/wYFdd+uhUaw_Action
62
+ CARD_EDITOR.ACTION=jsWSSanxHINSgC+p3H7HUg_Action
63
63
 
64
- CARD_EDITOR.ACTION.SERVICE=IGdIsf3p9thEtMUJuGevhw_Service
64
+ CARD_EDITOR.ACTION.SERVICE=RduFv0mqcF8h+Ri02t4HHQ_Service
65
65
 
66
- CARD_EDITOR.ACTION.ENABLED=NSpJrUyphv1DaIS0Q5AwEA_Enabled
66
+ CARD_EDITOR.ACTION.ENABLED=D0u9krYpdAqBt4iZKRopBA_Enabled
67
67
 
68
- CARD_EDITOR.LABEL.URL=1JBflnjtESUwJzmVxlFZqg_URL
68
+ CARD_EDITOR.LABEL.URL=7su1Jn2m2EROVAtWtXX1oQ_URL
69
69
 
70
- CARD_EDITOR.TARGET=Xr/begYqwU2uCVLby3K7tw_Target
70
+ CARD_EDITOR.TARGET=qsGTh6jg11HP5sDmkNcwJw_Target
71
71
 
72
- CARD_EDITOR.TARGET.BLANK=Y7IwQrMrJ8OY76tqHJdhwQ_Open in New Window
72
+ CARD_EDITOR.TARGET.BLANK=eQXlJD9ucs4j0TWyMgT37Q_Open in New Window
73
73
 
74
- CARD_EDITOR.TARGET.SELF=GhLx2NrajlsGNhsu2Rzy+A_Open in Same Window
74
+ CARD_EDITOR.TARGET.SELF=+AL5ddtLtag9MuC/9q4koA_Open in Same Window
75
75
 
76
- CARD_EDITOR.UOM=auDKRZqMX3YmT9DFIuQSpQ_Unit Of Measurement
76
+ CARD_EDITOR.UOM=bxwGOn0A6q8IWePVN1zCEg_Unit of Measurement
77
77
 
78
- CARD_EDITOR.SIDE_INDICATOR=O+Yp6bvl0PGw5OD7tzhHCg_Side Indicator
78
+ CARD_EDITOR.SIDE_INDICATOR=2d/ylvCxvs5JMP8ZkAwyaQ_Side Indicator
79
79
 
80
- CARD_EDITOR.SIDE_INDICATORS=ffZvToJc46XghQnuhYFrkA_Side Indicators
80
+ CARD_EDITOR.SIDE_INDICATORS=JMC/kOWjxypH4hgC15w4yQ_Side Indicators
81
81
 
82
- CARD_EDITOR.SIDE_INDICATOR.UNIT=Rioy8j8lS4Cv4krJ3+B2zg_Unit
82
+ CARD_EDITOR.SIDE_INDICATOR.UNIT=Lz0diIlPjzLVkmzs7wQGgg_Unit
83
83
 
84
- CARD_EDITOR.NUMBER=l6II+1FBT5SdixhGhNUivA_Number
84
+ CARD_EDITOR.NUMBER=tSeXJd+7rl2iQsslGmDPUw_Number
85
85
 
86
- CARD_EDITOR.MAIN_INDICATOR.UNIT=jh07BQjED0VaKuY1uAuuow_Main Indicator Unit
86
+ CARD_EDITOR.MAIN_INDICATOR.UNIT=8Fwv4m5ijF2AYiB3lesnEg_Main Indicator Unit
87
87
 
88
- CARD_EDITOR.MAIN_INDICATOR.TREND=1fzAChgBZnpck1AGPRmAmg_Main Indicator Trend
88
+ CARD_EDITOR.MAIN_INDICATOR.TREND=U3LUAlK0sblxk2SYWEGZ2w_Main Indicator Trend
89
89
 
90
- CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=3UvMQPdQRc8EKWs31BRXVw_Down
90
+ CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=u59PvXzswTxwyouO18ay2g_Down
91
91
 
92
- CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=xblTgRjGI2eRdTm47z+MZA_None
92
+ CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=G0BrgQa4RdRi79pnqpe1jw_None
93
93
 
94
- CARD_EDITOR.MAIN_INDICATOR.TREND.UP=+b3Is2GnwwZQ8Xsng0TXGA_Up
94
+ CARD_EDITOR.MAIN_INDICATOR.TREND.UP=8+ohTo7eJSUrhAw2jQNTrA_Up
95
95
 
96
- CARD_EDITOR.MAIN_INDICATOR.STATE=17lACx6UkX43qhHmKp6qCA_Main Indicator State
96
+ CARD_EDITOR.MAIN_INDICATOR.STATE=8VwLzzYZWAvTYMIhZg6nCQ_Main Indicator State
97
97
 
98
- CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=j8zmPhJ/4N/sMP4J3PjrHQ_Critical
98
+ CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=iZmpgUWf3z0qdwpwus11Kg_Critical
99
99
 
100
- CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=0r0trDNO//93ACzm844ogw_Error
100
+ CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=V4qkpqM6IX+BJNTBKnPiSw_Error
101
101
 
102
- CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=KLcpOVdli9/ASDU5SjP0FA_Good
102
+ CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=ouN3N3CHWXRXq54oxvBfpQ_Good
103
103
 
104
- CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=QCuRd+9GkE3FkBeRR09OWg_Neutral
104
+ CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=GH1Y8KJbUuHYmSdCicax5Q_Neutral
105
105
 
106
- CARD_EDITOR.DETAILS=o1jmXgF6ngo5WEI1iMr3AQ_Details
106
+ CARD_EDITOR.DETAILS=chSyFaJrC75oKVNV0MaCaw_Details
107
107
 
108
- CARD_EDITOR.DATA.REQUEST.MODE=eHFQkMAXwUbNU5xujOeSow_Data Request Mode
108
+ CARD_EDITOR.DATA.REQUEST.MODE=A2e3dRI/nAWGSfTpjsjVkA_Data Request Mode
109
109
 
110
- CARD_EDITOR.DATA.REQUEST.URL=FK1Gu7yVj2gTvoNC+hGcmg_Data Request URL
110
+ CARD_EDITOR.DATA.REQUEST.URL=yQ1bRz0aCqxgx6Go8NAz+Q_Data Request URL
111
111
 
112
- CARD_EDITOR.DATA.REQUEST.METHOD=sAxVKYBMxf6QrXYGTLhXDQ_Data Request Method
112
+ CARD_EDITOR.DATA.REQUEST.METHOD=V73+UZY3DZx7BgEbYmGBDg_Data Request Method
113
113
 
114
- CARD_EDITOR.DATA.REQUEST.PARAMETERS=nUCQQLYUldLCy0KNyrL0qg_Data Request Parameters
114
+ CARD_EDITOR.DATA.REQUEST.PARAMETERS=1drYKa/JdgOWJN1yJLYszw_Data Request Parameters
115
115
 
116
- CARD_EDITOR.DATA.REQUEST.HEADERS=8Fv02rxi5vFWOhRsOIZ/Bw_Data Request HTTP Headers
116
+ CARD_EDITOR.DATA.REQUEST.HEADERS=BD/0DJlc6OmQjCp8DV+L9A_Data Request HTTP Headers
117
117
 
118
- CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=PXrTvCE8we7KemOhx6I7yw_Use Credentials for Cross-Site Data Request
118
+ CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=lOAY2AjYY7BmDPqE4CjPMg_Use Credentials for Cross-Site Data Request
119
119
 
120
- CARD_EDITOR.DATA.PATH=NnQTcjsoYgMJ5JzmJPjLGA_Data Path for JSON Root
120
+ CARD_EDITOR.DATA.PATH=AxzrCXc8Wot0TKfHV+/jwg_Data Path for JSON Root
121
121
 
122
- CARD_EDITOR.DATA.JSON=TJ1u/y/anydOCulxy61JSA_JSON Data
122
+ CARD_EDITOR.DATA.JSON=6QdHeXdWFjYS34qrDAIXRg_JSON Data
123
123
 
124
- CARD_EDITOR.DATA.SERVICE.NAME=mLusyiJ4oRnUzCj1kuXYKA_Data Service Name
124
+ CARD_EDITOR.DATA.SERVICE.NAME=TUAFetA3CYmX/o2MNEwDWw_Data Service Name
125
125
 
126
- CARD_EDITOR.DATA.SERVICE.PARAMETERS=0oW7b4OKEkb72NoXcHZTMg_Data Service Parameters
126
+ CARD_EDITOR.DATA.SERVICE.PARAMETERS=yPSCGg2vVJJSjT5YttTUOg_Data Service Parameters
127
127
 
128
- CARD_EDITOR.DATA.UPDATEINTERVAL=nJTZgZ8x1Wst74ld7iwMcw_Data Update Interval
128
+ CARD_EDITOR.DATA.UPDATEINTERVAL=s6Uu2LBj8u0im4kho5+unw_Data Update Interval
129
129
 
130
- CARD_EDITOR.LIST_ITEM.DESCRIPTION=uuzV2wZ2YL2zSfJacXFfIg_Item Description
130
+ CARD_EDITOR.LIST_ITEM.DESCRIPTION=KfYMADCQV9odZ+S/9zINHQ_Item Description
131
131
 
132
- CARD_EDITOR.LIST_ITEM.HIGHLIGHT=pmakiRZq3yULwKXPy8EnuQ_Item Highlight
132
+ CARD_EDITOR.LIST_ITEM.HIGHLIGHT=BWBETJZMM+9Nt74vZDvhsw_Item Highlight
133
133
 
134
- CARD_EDITOR.LIST_ITEM.ICON=KwaZvxz2AtuYQuW1Ia1rXA_Item Icon
134
+ CARD_EDITOR.LIST_ITEM.ICON=JAz9P75tMz5as1+YSxDe8g_Item Icon
135
135
 
136
- CARD_EDITOR.LIST_ITEM.INFO.VALUE=mTVVsBjeeXBBLo3LeAMuHQ_Info Value
136
+ CARD_EDITOR.LIST_ITEM.INFO.VALUE=2UBEti7Bq2aXf0qbxad0yw_Info Value
137
137
 
138
- CARD_EDITOR.LIST_ITEM.INFO.STATE=Jdx4zzD8jVkt1hz/BVIQIQ_Info State
138
+ CARD_EDITOR.LIST_ITEM.INFO.STATE=6sM+QlaAf6U8TiD4nWrqjw_Info State
139
139
 
140
- CARD_EDITOR.OBJECT.GROUPS=yjdKcH8L3dItvbZ7hhp1IA_Groups
140
+ CARD_EDITOR.OBJECT.GROUPS=U3Z9L/6pcvgUF6A+Xv9ghw_Groups
141
141
 
142
- CARD_EDITOR.OBJECT.GROUP=28S55NcDC/crNX9rpc8Kuw_Group
142
+ CARD_EDITOR.OBJECT.GROUP=R32v8Od0gOFhyns33Mwl2w_Group
143
143
 
144
- CARD_EDITOR.OBJECT.GROUP.ITEMS=oKwuxqFEQ+9vPnOqeNpe/Q_Items
144
+ CARD_EDITOR.OBJECT.GROUP.ITEMS=3hZrAlfqihQumVYzHcevHA_Items
145
145
 
146
- CARD_EDITOR.OBJECT.GROUP.ITEM=85g8RbeJYb6LNUinQYpPRg_Item
146
+ CARD_EDITOR.OBJECT.GROUP.ITEM=0y0VkUJl4qIwhVj4Vu23Bw_Item
147
147
 
148
- CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=HYdIsm8PklGM73o+SCwmsA_Value
148
+ CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=8FjzJuJNOoQK0q6voKwAsA_Value
149
149
 
150
- CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=QzR3dLt3O8m2400HZCQnug_Email Subject
150
+ CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=/k00360BEIGy/BQ1TNkjsw_Email Subject
151
151
 
152
- CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=s38jTVJU/F+S5fVZdfmtWQ_Phone
152
+ CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=cZAcoy1dOznXo+Yfn4y5lQ_Phone
153
153
 
154
- CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=8PDyywTPX9eFY8uN5qNQ7g_Email
154
+ CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=8m8t18DHrxdQqTb0UZM6ww_E-Mail
155
155
 
156
- CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=4Lk3keIcri0Vj7BiVGoCWw_Link
156
+ CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=nCvf0jGeTXz9tkV1zBEcRA_Link
157
157
 
158
- CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=4/2SILJi6QBAKpdFkYMN0w_Text
158
+ CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=7lX/nHBEAYgAHflDpSLaXw_Text
159
159
 
160
- CARD_EDITOR.MAXITEMS=DAcD8EQfZZPTuWenTCAmOw_Maximum Number of Items
160
+ CARD_EDITOR.MAXITEMS=SRB7SUTePKQSyd3SUEHRsg_Maximum Number of Items
161
161
 
162
- CARD_EDITOR.TABLE.ROW.COLUMNS=1RxlXESaYs9jPKcAEx40dw_Columns
162
+ CARD_EDITOR.TABLE.ROW.COLUMNS=WlN4zVDdbB8Kh0lYwTXM4w_Columns
163
163
 
164
- CARD_EDITOR.TABLE.ROW.COLUMN=4E7t4ywvdNQSieNMQK5MgQ_Column
164
+ CARD_EDITOR.TABLE.ROW.COLUMN=znRSdAEuVSUhSBC9Ph34jw_Column
165
165
 
166
- CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=bpciIdorIiBnQA95JvMQJA_Width
166
+ CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=I++UPVB9J+zEw26Xl1SnqQ_Width
167
167
 
168
- CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=XDeAwUISZi/aVNanLA4kNA_Value
168
+ CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=PkumwftfHWB840mY017yRQ_Value
169
169
 
170
- CARD_EDITOR.TABLE.ROW.COLUMN.STATE=sflJcVav+l9PNWbOo/wrUg_State
170
+ CARD_EDITOR.TABLE.ROW.COLUMN.STATE=ar+G+jyF1gKGQJwqp9ydqg_State
171
171
 
172
- CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=GcwKYxneTZKlDotIDbz0pg_Identifier
172
+ CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=yMc/Zu9csd2TqYC3Hi0MNA_Identifier
173
173
 
174
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=csg/RivZ+qww1brDRFPqPA_Progress State
174
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=Ze6kNm+uvSo2B6Y0nWISuw_Progress State
175
175
 
176
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=SB7LsHar2ZTMNq38rgK+PQ_Progress Percent
176
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=3R6D29QIcBV+2mktRaUd2A_Progress Percent
177
177
 
178
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=ibZi71R/9kL+IPY1bzRaHw_Progress Text
178
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=po0edO4WA4JnQ32xFsFRaw_Progress Text
179
179
 
180
- CARD_EDITOR.PARAMETERS=+aS2NiE2SxcAtpl0Glp+Bw_Parameters
180
+ CARD_EDITOR.PARAMETERS=ck+rBtgas9WWZGzZeNvbjg_Parameters
181
181
 
182
- CARD_EDITOR.LABEL=ShKu/Za7tMLHkkmflRnfpA_Label
182
+ CARD_EDITOR.LABEL=ljBs8U7IkS4lZVnYuTF50Q_Label
183
183
 
184
- CARD_EDITOR.COMPLEX_MAP.KEY=Oaa4qEwIYglx7HsMfR2WMw_Key
184
+ CARD_EDITOR.PARAMETERS.DESCRIPTION=PMKGHnNPQkfHTIoY2K6qgg_Description
185
185
 
186
- CARD_EDITOR.DESTINATIONS=xPZHTtXdIldTCE1+Iev4Lw_Destinations
186
+ CARD_EDITOR.PARAMETERS.MANIFESTPATH=wonjusQMEofGF+5Jm8TA4A_Manifestpath
187
187
 
188
- CARD_EDITOR.DESTINATION=f6F20PnH60C09nz4U24rdw_Destination
188
+ CARD_EDITOR.PARAMETERS.VISIBLE=7CHqIkvXWULxLRz/LTtPUQ_Visible in Configuration
189
189
 
190
- CARD_EDITOR.DESTINATION.NAME=zqCQsrhMNor4Yn8n0NY02Q_Name
190
+ CARD_EDITOR.PARAMETERS.EDITABLE=QVCZFxz30sfB4XgcQ3Sy8g_Editable in Configuration
191
191
 
192
- CARD_EDITOR.DESTINATION.DEFAULT_URL=pI5Fc8CocL6qIr9yK1dTBg_Default URL
192
+ CARD_EDITOR.PARAMETERS.TRANSLATABLE=xatR+zsfsABZfwgbd83HxQ_Translatable in Configuration
193
193
 
194
- CARD_EDITOR.GROUP.METADATA=ACGbZ+id0hivfToBpDsIwQ_Card Metadata
194
+ CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=/LgqSJOM0WBavr8jZ8QIHw_Allow Dynamic Values in Configuration
195
195
 
196
- CARD_EDITOR.GROUP.GENERALCONFIGURATION=lt4NXo1WnaO8X4Kk4I/KKg_General Configuration
196
+ CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=AyaTnFQqF/qau+pVhYTlaQ_Allow Settings in Configuration
197
197
 
198
- CARD_EDITOR.GROUP.DATA=ESxB3qNR5e851G17zI5gZQ_Data Configuration (Card)
198
+ CARD_EDITOR.PARAMETERS.VISUALIZATION=8us7TAZPiQCkAMz6EREwaA_Visualization
199
199
 
200
- CARD_EDITOR.GROUP.DATAHEADER=keohaCmSP4eyvi6ix0GZ4Q_Data Configuration (Header)
200
+ CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=ogIsABuIzPcsP6CFYhOoQw_Define visualization of this parameter here
201
201
 
202
- CARD_EDITOR.GROUP.DATACONTENT=7IOarTWAbdn6RKQq1NwlFw_Data Configuration (Content)
202
+ CARD_EDITOR.PARAMETERS.VALUES=1j6W7i1x7rAQ3PubSdnGgQ_Values
203
203
 
204
- CARD_EDITOR.GROUP.HEADER=Oo2PskxFUY31nF4O4kqxGA_Card Header Configuration
204
+ CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=08Wv/i8nomwRoOQl+DQw3g_Define values of this parameter here
205
205
 
206
- CARD_EDITOR.GROUP.CONTENT=8PRqqLVlc0KCwrOMHDNTrw_Content Configuration
206
+ CARD_EDITOR.COMPLEX_MAP.KEY=fWHFjCSC2g9OQo0FXzwUsw_Key
207
207
 
208
- CARD_EDITOR.STATE.SUCCESS=2Pz8zkoU6uUqN6w3JOGgCA_Success
208
+ CARD_EDITOR.DESTINATIONS=GCUJu60a1xD4raZm9EODrg_Destinations
209
209
 
210
- CARD_EDITOR.STATE.ERROR=b2E7AHRCWPlgBeu5RfIS6w_Error
210
+ CARD_EDITOR.DESTINATION=YLS3SEcTlwR7yaYkXsoB+g_Destination
211
211
 
212
- CARD_EDITOR.STATE.WARNING=lpMX2FvSNSnTcyEMrrBbcQ_Warning
212
+ CARD_EDITOR.DESTINATION.NAME=7qzd5r+EhxHYcu+43e3+Hg_Name
213
213
 
214
- CARD_EDITOR.STATE.NONE=puxgojpns/eBD4l9e9kYag_None
214
+ CARD_EDITOR.DESTINATION.DEFAULT_URL=u8UXczVukrEqAPCB59KIgg_Default URL
215
215
 
216
- CARD_EDITOR.STATE.INFORMATION=GNq3STxfp6d7IU1zJVMvkQ_Information
216
+ CARD_EDITOR.GROUP.METADATA=IMlkU7NQxVDLPY9Xev2+7A_Card Metadata
217
217
 
218
- CARD_EDITOR.VALIDATOR.INVALID_EMAIL=xtocAVakBrNSmVFVYBdmpg_Invalid email address.
218
+ CARD_EDITOR.GROUP.GENERALCONFIGURATION=2qgrr1bajxRG5dAb55rl0Q_General Configuration
219
219
 
220
- CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=ZWAnX6KWQGAJkOsMXNpZ4w_String should contain only A-Z characters.
220
+ CARD_EDITOR.GROUP.DATA=Nyc1WvwlD+gu32eObqcXAg_Data Configuration (Card)
221
+
222
+ CARD_EDITOR.GROUP.DATAHEADER=m401GtBmaaKzm/NWl4B5aA_Data Configuration (Header)
223
+
224
+ CARD_EDITOR.GROUP.DATACONTENT=g1rlnOQx2ExQrvbVRE394g_Data Configuration (Content)
225
+
226
+ CARD_EDITOR.GROUP.HEADER=a6um3R/wSh4v7fjfknauLw_Card Header Configuration
227
+
228
+ CARD_EDITOR.GROUP.CONTENT=Sne9n643bBqnfNfg+SbgHQ_Content Configuration
229
+
230
+ CARD_EDITOR.STATE.SUCCESS=CC2XtZMtiP1RsdBXf/blww_Success
231
+
232
+ CARD_EDITOR.STATE.ERROR=O04W7YV3MCRfODYbvWbdqQ_Error
233
+
234
+ CARD_EDITOR.STATE.WARNING=m/CZcFegzuAPvLUOEmmByA_Warning
235
+
236
+ CARD_EDITOR.STATE.NONE=Wgxa5lmXHsfeGwqyYm/kLw_None
237
+
238
+ CARD_EDITOR.STATE.INFORMATION=GcV6rgLn+/8WPkgwp9k4qg_Information
239
+
240
+ CARD_EDITOR.VALIDATOR.INVALID_EMAIL=YVOxmqej+o6lhBb8HFnzMQ_Invalid e-mail address.
241
+
242
+ CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=8iqJvUOXCqnVrFchsErYPA_String should only contain characters A-Z.
@@ -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([
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.complexMapEditor.ComplexMapEditor
54
54
  * @author SAP SE
55
55
  * @since 1.76
56
- * @version 1.84.47
56
+ * @version 1.84.49
57
57
  *
58
58
  * @private
59
59
  * @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([
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.destinationsEditor.DestinationsEditor
42
42
  * @author SAP SE
43
43
  * @since 1.77
44
- * @version 1.84.47
44
+ * @version 1.84.49
45
45
  *
46
46
  * @private
47
47
  * @experimental 1.77
@@ -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.cardEditor.propertyEditor.iconEditor.IconEditor
41
41
  * @author SAP SE
42
42
  * @since 1.81
43
- * @version 1.84.47
43
+ * @version 1.84.49
44
44
  *
45
45
  * @private
46
46
  * @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([
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.parametersEditor.ParametersEditor
46
46
  * @author SAP SE
47
47
  * @since 1.70
48
- * @version 1.84.47
48
+ * @version 1.84.49
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(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
 
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @extends sap.ui.core.Control
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.84.47
100
+ * @version 1.84.49
101
101
  * @constructor
102
102
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
103
103
  * @since 1.83
@@ -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
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @alias sap.ui.integration.designtime.Preview
27
27
  * @author SAP SE
28
28
  * @since 1.83.0
29
- * @version 1.84.47
29
+ * @version 1.84.49
30
30
  * @private
31
31
  * @experimental since 1.83.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([
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @alias sap.ui.integration.designtime.propertyEditors.BaseField
26
26
  * @author SAP SE
27
27
  * @since 1.83.0
28
- * @version 1.84.47
28
+ * @version 1.84.49
29
29
  * @private
30
30
  * @experimental since 1.83.0
31
31
  * @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([
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @alias sap.ui.integration.designtime.editor.fields.BooleanField
18
18
  * @author SAP SE
19
19
  * @since 1.83.0
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  * @private
22
22
  * @experimental since 1.83.0
23
23
  * @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([
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @alias sap.ui.integration.designtime.editor.fields.DateField
18
18
  * @author SAP SE
19
19
  * @since 1.83.0
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  * @private
22
22
  * @experimental since 1.83.0
23
23
  * @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([
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @alias sap.ui.integration.designtime.editor.fields.DateTimeField
18
18
  * @author SAP SE
19
19
  * @since 1.83.0
20
- * @version 1.84.47
20
+ * @version 1.84.49
21
21
  * @private
22
22
  * @experimental since 1.83.0
23
23
  * @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([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @alias sap.ui.integration.designtime.editor.fields.DestinationField
20
20
  * @author SAP SE
21
21
  * @since 1.83.0
22
- * @version 1.84.47
22
+ * @version 1.84.49
23
23
  * @private
24
24
  * @experimental since 1.83.0
25
25
  * @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([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @alias sap.ui.integration.designtime.editor.fields.IntegerField
19
19
  * @author SAP SE
20
20
  * @since 1.83.0
21
- * @version 1.84.47
21
+ * @version 1.84.49
22
22
  * @private
23
23
  * @experimental since 1.83.0
24
24
  * @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([
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @alias sap.ui.integration.designtime.editor.fields.ListField
21
21
  * @author SAP SE
22
22
  * @since 1.83.0
23
- * @version 1.84.47
23
+ * @version 1.84.49
24
24
  * @private
25
25
  * @experimental since 1.83.0
26
26
  * @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([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @alias sap.ui.integration.designtime.editor.fields.NumberField
19
19
  * @author SAP SE
20
20
  * @since 1.83.0
21
- * @version 1.84.47
21
+ * @version 1.84.49
22
22
  * @private
23
23
  * @experimental since 1.83.0
24
24
  * @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([
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @alias sap.ui.integration.designtime.editor.fields.BooleanField
55
55
  * @author SAP SE
56
56
  * @since 1.83.0
57
- * @version 1.84.47
57
+ * @version 1.84.49
58
58
  * @private
59
59
  * @experimental since 1.83.0
60
60
  * @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([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.editor.fields.StringField
23
23
  * @author SAP SE
24
24
  * @since 1.83.0
25
- * @version 1.84.47
25
+ * @version 1.84.49
26
26
  * @private
27
27
  * @experimental since 1.83.0
28
28
  * @ui5-restricted