@openui5/sap.ui.integration 1.126.1 → 1.128.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 (761) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/integration/.library +1 -1
  4. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  5. package/src/sap/ui/integration/Designtime.js +1 -1
  6. package/src/sap/ui/integration/Extension.js +1 -1
  7. package/src/sap/ui/integration/Host.js +1 -1
  8. package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
  9. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  10. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseContent.js +93 -29
  12. package/src/sap/ui/integration/cards/BaseListContent.js +3 -3
  13. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  14. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  15. package/src/sap/ui/integration/cards/Footer.js +1 -1
  16. package/src/sap/ui/integration/cards/Header.js +1 -1
  17. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  18. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  19. package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
  20. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  21. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  22. package/src/sap/ui/integration/cards/WebPageContent.js +5 -1
  23. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  24. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  32. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  37. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  38. package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
  39. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  40. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  41. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  42. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  43. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  44. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  45. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  46. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  47. package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
  48. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
  52. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  89. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
  90. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  91. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  92. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  93. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  94. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  95. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  96. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  97. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  99. package/src/sap/ui/integration/editor/Editor.js +2 -2
  100. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  101. package/src/sap/ui/integration/editor/Extension.js +1 -1
  102. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  103. package/src/sap/ui/integration/editor/Settings.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  121. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  122. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  123. package/src/sap/ui/integration/library.js +58 -3
  124. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +78 -64
  125. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +162 -148
  126. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  127. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  128. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  129. package/src/sap/ui/integration/schemas/sap-card.json +6 -1
  130. package/src/sap/ui/integration/themes/base/CalendarContent.less +8 -0
  131. package/src/sap/ui/integration/themes/base/Card.less +148 -3
  132. package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
  133. package/src/sap/ui/integration/themes/base/library.source.less +0 -1
  134. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
  135. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
  139. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  140. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
  142. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
  344. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  345. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  346. package/src/sap/ui/integration/util/BindingHelper.js +44 -2
  347. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  348. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  349. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  350. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  351. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  352. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  353. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  354. package/src/sap/ui/integration/util/Destinations.js +1 -1
  355. package/src/sap/ui/integration/util/DisplayVariants.js +71 -4
  356. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  357. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  358. package/src/sap/ui/integration/util/Form.js +1 -1
  359. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  360. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  361. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  362. package/src/sap/ui/integration/util/Manifest.js +1 -1
  363. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  364. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  365. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  366. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  367. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  368. package/src/sap/ui/integration/util/Utils.js +1 -1
  369. package/src/sap/ui/integration/util/Validators.js +1 -1
  370. package/src/sap/ui/integration/widgets/Card.js +41 -6
  371. package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
  372. package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
  373. package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
  374. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
  375. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
  377. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
  379. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
  381. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
  383. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
  385. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
  387. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
  389. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
  391. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
  393. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
  395. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
  397. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
  399. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
  401. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
  403. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
  405. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
  407. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
  409. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
  411. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
  413. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
  415. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
  417. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
  419. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
  421. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
  423. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
  425. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
  427. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
  429. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
  431. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
  433. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
  435. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
  437. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
  439. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
  441. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
  443. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
  445. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
  447. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
  449. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
  451. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
  453. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
  455. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
  457. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
  459. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
  461. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
  463. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
  465. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
  469. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
  471. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
  473. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
  475. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
  579. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
  580. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
  581. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
  582. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
  583. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
  584. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
  585. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
  586. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
  587. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
  588. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
  589. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
  590. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
  591. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
  592. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
  593. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
  594. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
  595. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
  596. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
  597. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
  598. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
  599. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
  600. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
  601. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
  602. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
  603. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
  604. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
  605. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
  649. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
  650. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
  651. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
  652. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
  653. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
  655. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
  657. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
  659. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
  661. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
  663. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
  665. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
  666. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
  667. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
  668. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
  669. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
  670. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
  671. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
  672. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
  673. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
  674. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
  675. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
  676. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
  677. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
  678. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
  679. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
  680. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
  681. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
  682. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
  683. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
  684. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
  685. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
  686. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
  687. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
  688. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
  689. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
  690. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
  691. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
  692. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
  693. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
  694. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
  695. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
  696. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
  697. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
  698. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
  699. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
  700. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
  701. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
  702. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
  703. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
  704. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
  705. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
  706. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
  707. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
  708. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
  709. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
  710. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
  711. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
  712. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
  713. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
  714. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
  715. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
  716. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
  717. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
  718. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
  719. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
  720. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
  721. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
  722. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
  723. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
  724. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
  725. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
  726. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
  727. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
  728. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
  729. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
  730. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
  731. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
  732. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
  733. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
  734. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
  735. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
  736. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
  737. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
  738. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
  739. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
  740. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
  741. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
  742. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
  743. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
  744. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
  745. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
  746. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
  747. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
  748. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
  749. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
  750. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
  751. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
  752. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
  753. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
  754. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
  755. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
  756. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
  757. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
  758. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
  759. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
  760. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
  761. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
@@ -1,296 +1,310 @@
1
1
 
2
- CARD.COUNT_X_OF_Y=MFwRelZjh+MFbBM5aQqyPw_{0} of {1}
2
+ CARD.COUNT_X_OF_Y=ZGc7X7jRuIKa7YhlvbCmgA_{0} of {1}
3
3
 
4
- CARD_ERROR_OCCURED=5qnssjx4kBAyJpO4Cr//Jg_An error occurred
4
+ CARD_MANIFEST=LhWbdbWBLAKR/CS10CB33Q_Card Manifest
5
5
 
6
- CARD_MANIFEST=DhasHthD7A8naAHIsbg85Q_Card Manifest
6
+ CARD_TEXT_COPY=cZi2pIb2UJWNzAU64J4NVg_Copy to Clipboard
7
7
 
8
- CARD_TEXT_COPY=gMk5I0Pn8bNjkOoV3jfbrg_Copy to Clipboard
8
+ CARD_DATA_LOAD_ERROR=6Xc1+nqTPa+dO81NtDpdtA_Unable to load data
9
9
 
10
- CARD_DATA_LOAD_ERROR=PDBDKkjGbkLFqFvj54aYTA_Unable to load data
10
+ CARD_DATA_LOAD_DEPENDENCIES_ERROR=AwK8CeolG+b7LfJGksnhyw_Unable to load dependencies
11
11
 
12
- CARD_DATA_LOAD_DEPENDENCIES_ERROR=eHN1htgGBW/eISq4j6E+Bg_Unable to load dependencies
12
+ CARD_FILTER_DATA_LOAD_ERROR=+DFlpTSik3iEIdjjCXqLgA_Unable to load the filter
13
13
 
14
- CARD_FILTER_DATA_LOAD_ERROR=RLVHcagSYfR84mXr/apbmw_Unable to load the filter
14
+ CARD_NO_ITEMS_ERROR_LISTS=4HwlIqElJKhNyccfSiOzrw_No items available
15
15
 
16
- CARD_NO_ITEMS_ERROR_LISTS=Pq+bcz+SyfKQQghk5+vP6g_No items available
16
+ CARD_NO_ITEMS_ERROR_CHART=RkTkGKkQR4zylpGFc+5a6A_No data available
17
17
 
18
- CARD_NO_ITEMS_ERROR_CHART=QN4qAjUGHKJ9jE/izA0qSQ_No data available
18
+ CARD_WEB_PAGE_TIMEOUT_ERROR=go/eFzsMIIaL3dfEqmuxGQ_The page could not be loaded in {0} seconds. Please check the URL.
19
19
 
20
- CARD_MISSING_PREVIEW_CONFIGURATION=fuLpFAkJuiKJ18H+Fq4cIQ_Preview configuration is missing. Abstract preview is displayed.
20
+ CARD_WEB_PAGE_EMPTY_URL_ERROR=Z0GQyYW/uNA3jCMKAnrmew_The URL of the page is empty.
21
21
 
22
- CARD_WEB_PAGE_TIMEOUT_ERROR=3cHxohsn2kOIn7GRws2o3g_The page could not be loaded in {0} seconds. Please check the URL.
22
+ CARD_WEB_PAGE_HTTPS_URL_ERROR=6IIzNNGbv/dCph8bD+5VRA_Please use a secure URL (https\://)
23
23
 
24
- CARD_WEB_PAGE_EMPTY_URL_ERROR=nGmuDiiKlHTu+QDJvmvIbQ_The URL of the page is empty.
24
+ CARD_DIALOG_CLOSE_BUTTON=6udaLzAv3i71Rd2fpDtz+g_Close
25
25
 
26
- CARD_WEB_PAGE_HTTPS_URL_ERROR=HU2p2sug/sX16JYDYdRCBA_Please use a secure URL (https\://)
26
+ CARD_ERROR_DIALOG_TITLE=nnqYNE/8j+7SzS7cVnGSsw_Error Details
27
27
 
28
- CARD_DIALOG_CLOSE_BUTTON=WkS7OLnTMQ+8FU0DRefnUw_Close
28
+ CARD_BUTTON_SHOW_MORE=eRgqxcmVt22aszjzghOllw_Show More
29
29
 
30
- CARD_ERROR_DIALOG_TITLE=APZyxla0VHP4tM3XdCl3Pw_Error Details
30
+ CARD_ERROR_REQUEST_TIMEOUT_TITLE=+R0N2llyu+TLF5u81odu7A_Timeout Error
31
31
 
32
- CARD_BUTTON_SHOW_MORE=tFQtlVBnG2dvlYWfvb4jLQ_Show More
32
+ CARD_ERROR_REQUEST_NOTFOUND_TITLE=meRDJtuHMwLXu9PPYYkDeQ_Not Found
33
33
 
34
- CARD_ERROR_REQUEST_TIMEOUT_TITLE=CbIq0fr7TEpzmHe3wjd4JQ_Timeout Error
34
+ CARD_ERROR_CONFIGURATION_TITLE=wpP1BkLS9/Fo8rhp4d4TRA_Card Configuration Error
35
35
 
36
- CARD_ERROR_REQUEST_NOTFOUND_TITLE=KDJ6Smeg7+qQKLSvf4pHQw_Not Found
36
+ CARD_ERROR_REQUEST_DESCRIPTION=D26zxu5eHm414TCSNNI3hQ_Try to refresh later or contact technical support
37
37
 
38
- CARD_ERROR_CONFIGURATION_TITLE=UmUSJ+EEnNXSA1JH/vEGyw_Card Configuration Error
38
+ CARD_ERROR_CONFIGURATION_DESCRIPTION=5yAiH1HGuhiiFsMJLrjzlw_Contact technical support
39
39
 
40
- CARD_ERROR_REQUEST_DESCRIPTION=fMlPkB4T/H8frNMUVzSWGg_Try to refresh later or contact technical support
40
+ CARD_ERROR_HIGHCHARTS_DESCRIPTION=XNEs3iKIOexp6b5mxOcNWQ_A problem occurred while loading the Highcharts library. Could not initialize AnalyticsCloud card content.
41
41
 
42
- CARD_ERROR_CONFIGURATION_DESCRIPTION=mm8a/dWxJjiJLRdoo28e3g_Contact technical support
42
+ CARD_ERROR_COMPONENT_DESCRIPTION=T/Lm8ZQzCsL7VnxKJ7E72Q_Card content failed to create component
43
43
 
44
- CARD_ERROR_HIGHCHARTS_DESCRIPTION=gUajmPIJuiCs474VFlAITA_There is a problem with loading Highcharts library. Could not initialize AnalyticsCloud card content.
44
+ CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=ilJmGyqKaHDqYBDDTtXHGQ_Check your access rights or contact technical support
45
45
 
46
- CARD_ERROR_COMPONENT_DESCRIPTION=ActgjxWD+vW77iDVVZC9pw_Card content failed to create component
46
+ CARD_ERROR_REQUEST_DETAILS=Rd4ATJxB1tvJg/9jG/073w_An error occurred while requesting "{0}". Please contact the system administrator.
47
47
 
48
- CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=oG6w757tKSPmoEyg7L5sUA_Check your access rights or contact technical support
48
+ CARD_ERROR_REQUEST_TIMEOUT_DETAILS=cjuXiJsHJm4tFz2giB3DuA_A timeout occurred while requesting "{0}". Please contact the system administrator.
49
49
 
50
- CARD_ERROR_REQUEST_DETAILS=bzLLBPktWWCk8RDtLIFR3g_An error occurred while requesting {0}. Please contact system administrator.
50
+ CARD_ERROR_ANALYTICS_CLOUD_TITLE=qBswtHAXwfevDvLtc/2ycA_Unable to initialize widget
51
51
 
52
- CARD_ERROR_REQUEST_TIMEOUT_DETAILS=H3agBCDt7tD/kscy1OtV4w_A timeout occurred while requesting {0}. Please contact system administrator.
52
+ CARD_ERROR_ANALYTICS_CLOUD_DESCRIPTION=i5aICFIsOnNQA1fwHXfztA_Contact technical support
53
53
 
54
- CARD_LOG_MSG=jv4b629sQgFKyP60HJpATQ_Log message\:
54
+ CARD_LOG_MSG=SEK8TGMsJ2DUYnZeqaA/5w_Log message\:
55
55
 
56
- CARD_REQUEST_SETTINGS=aWBMPUrSVvuWSrsPeI9GNA_Request settings\:
56
+ CARD_REQUEST_SETTINGS=H7cy/dSks4j3DQJhFeFWSQ_Request settings\:
57
57
 
58
- CARD_REQUEST=Ye2dHBDEzsoyTzc9QW0nUA_Request\:
58
+ CARD_REQUEST=Z4mJwRDg9OrE3mmhZ/YDdQ_Request\:
59
59
 
60
- CARD_RESPONSE_HEADERS=1rMFiemsy5q6CEmdC4K03A_Response headers\:
60
+ CARD_RESPONSE_HEADERS=X2ZHtL6YNfh8ZUnQYLyZiA_Response headers\:
61
61
 
62
- CARD_RESPONSE=TWFC3g25tc4XxvygS+BJQQ_Response\:
62
+ CARD_RESPONSE=lKNOZZt73fWA+MqL/hYqng_Response\:
63
63
 
64
- CARD_STACK_TRACE=gPEVB/9UlnlwPZdYOMQpPA_Stack trace\:
64
+ CARD_STACK_TRACE=WYpoAKL0m3XOqRLnZcKB+Q_Stack trace\:
65
65
 
66
- CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=gMF0C09zMnSgnOBtePgUSg_Data Successfully Sent
66
+ CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=3G7b+i6bsVONGvKO5Xtxrg_Data sent successfully
67
67
 
68
- CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=MWiy7A0arwR5Wi+LZlzb/Q_Error Sending Data
68
+ CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=SgA7wFK16Gc9WnQgyI51rg_An error occurred when sending the data
69
69
 
70
- CARDS_CALENDAR=28XpluVvZHhEIodiWpTyqw_Calendar Card
70
+ CARDS_CALENDAR=rO8Pba+tERC+G5FIfM2Vng_Calendar Card
71
71
 
72
- CARDS_CALENDAR_LEGEND=guaPvempOF9mJWcLUkHa+Q_Legend
72
+ CARDS_CALENDAR_LEGEND=/uRiv8GTvI5QJdDPJ4hWNA_Legend
73
73
 
74
- CARDS_CALENDAR_APPOINTMENTS=tMgo3Uvy83hNga947Mb9jg_Appointments list
74
+ CARDS_CALENDAR_APPOINTMENTS=NjR0JaRktEWhihiKb0el/w_Appointments List
75
75
 
76
- EDITOR_DESTINATIONS=9kLPlIZXdRV1JwZ6w6xOIw_Destinations
76
+ CARD_OAUTH3LO_FALLBACK_TITLE=NAVB5GEeYgmuRIm6z9bG9A_Authorization required
77
77
 
78
- EDITOR_PARAMETERS_GENERALSETTINGS=rYcWvP3rdxjdncbcFmoYIg_General Settings
78
+ CARD_OAUTH3LO_FALLBACK_DESCRIPTION=6bsV+Es+PVC8mo4FmG86jA_This application requires access to data from a third-party provider.
79
79
 
80
- EDITOR_GROUP_ERRORS=riVPJnWbdO5qPfx8QeX08g_Errors exist, please check.
80
+ CARD_OAUTH3LO_FALLBACK_BUTTON_TEXT=XgaAktnBGtQp/DXN5Lmrcw_Authorize and Connect
81
81
 
82
- EDITOR_GROUP_WARNINGS=vHGHCTab5IVKe9x9j7bdQA_Warnings exist, please check.
82
+ EDITOR_DESTINATIONS=2eaYvwxxVYEaybuf8bdMrA_Destinations
83
83
 
84
- EDITOR_ORIGINALLANG=WHCzVUN0UCWbXdaYVnDuhQ_Original Language
84
+ EDITOR_PARAMETERS_GENERALSETTINGS=8of4CTXVUX4JRbdAepbMQA_General Settings
85
85
 
86
- EDITOR_CONTEXT_EMPTY_VAL=eEZ03rXeDgyqDZBYbXPUWw_None
86
+ EDITOR_GROUP_ERRORS=Q+391nzrRAjMq8LhN0i8JQ_Errors found. Please check.
87
87
 
88
- EDITOR_CONTEXT_EMPTY_DESC=ti/vpegRzNnmbE32Vt4HLw_Select a dynamic value from the list
88
+ EDITOR_GROUP_WARNINGS=Z1R7Z6hGQKFWlnUKMaRQbQ_Warnings found. Please check.
89
89
 
90
- EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=D1uXP8xvSKWa5KAQatcXIA_Other Values
90
+ EDITOR_ORIGINALLANG=EzaY8bOuZ87JyPFpQlKofQ_Original Language
91
91
 
92
- EDITOR_CONTEXT_EDITOR_TODAY_VAL=T9AImbA68SC5s8N7lhx71A_Current date
92
+ EDITOR_CONTEXT_EMPTY_VAL=9bncfuPIz5sWMWdcxB+47Q_None
93
93
 
94
- EDITOR_CONTEXT_EDITOR_TODAY_DESC=wBGtxmI7yKDA5W67Y4gGRw_The current date can be used for filters or strings.
94
+ EDITOR_CONTEXT_EMPTY_DESC=fLkXj/mNwCrlU8FgvMIYxg_Select a dynamic value from the list
95
95
 
96
- EDITOR_CONTEXT_EDITOR_NOW_VAL=piDqii4iSmLHcMB2dwYs+Q_Now, date and time
96
+ EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=xpkN9pVRM9CjPJvnRKwT3Q_Other values
97
97
 
98
- EDITOR_CONTEXT_EDITOR_NOW_DESC=Y6PP7q38VTeQbTS96XhFUA_The current date and time can be used for filters or strings
98
+ EDITOR_CONTEXT_EDITOR_TODAY_VAL=f3jg8OdITyu+5PFBn6nBHw_Current date
99
99
 
100
- EDITOR_CONTEXT_EDITOR_LANG_VAL=frZCQMgrWegV5tDbK7hyBA_Current Language
100
+ EDITOR_CONTEXT_EDITOR_TODAY_DESC=1CpcX9Kz/GHVcGsi3WQjdg_The current date can be used for filters or strings.
101
101
 
102
- EDITOR_CONTEXT_EDITOR_LANG_DESC=nXvZFZTTKC9G3iDm47/T9A_The current language abbreviation of the current end user. Language and region are separated by an dash. e.g. en-US. The region might be omitted.
102
+ EDITOR_CONTEXT_EDITOR_NOW_VAL=nVvjcWKv+RUTKSK2DkZ/lQ_Now, date and time
103
103
 
104
- EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Eh1eVX1H/aqvqdBaWpLCOg_Switch to Properties Mode
104
+ EDITOR_CONTEXT_EDITOR_NOW_DESC=bqPN71J9W66n75CxwfKkHQ_The current date and time can be used for filters or strings
105
105
 
106
- EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=KA3Gx1Ix4GRAdaOA4dD4IQ_Switch to Json Mode
106
+ EDITOR_CONTEXT_EDITOR_LANG_VAL=Td0PgBxQm6ROvkkFrA6GEg_Current language
107
107
 
108
- EDITOR_FIELD_OBJECT_DELETE=Ug/MowLIcfjKn8ui6LdPGw_Delete
108
+ EDITOR_CONTEXT_EDITOR_LANG_DESC=WtBO+SioEEkcnAnzYGYAXA_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.
109
109
 
110
- EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=YKuELfl+BFk8AvZy333ndw_Unable to delete\: no editable item to delete.
110
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=MGdCRBNo1qhBaI1ROjOOlA_Switch to Production Mode
111
111
 
112
- EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=KcJh4OiiyjtsnwuzcO83pw_Confirm
112
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=pVaRRr8qHePspwNOiC1PXg_Switch to JSON Mode
113
113
 
114
- EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=hZ7NeDwDdHsT6DXoHzkVaQ_Delete editable items?
114
+ EDITOR_FIELD_OBJECT_DELETE=/fVsrbsKbZQpRarF1qLv9Q_Delete
115
115
 
116
- EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=ZehCubRkxbsUGFRIOP4Fbw_Delete canceled.
116
+ EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=GGgLX4OEs9kcN3j1Blwotw_Unable to delete; no editable item to delete.
117
117
 
118
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=U7IPq/UqJ46/iZ5nLKDlGQ_Object Details
118
+ EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=Hz5CxFDE59vPR47iG445lw_Confirm
119
119
 
120
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=LOoVx9BCz9Fg6ygH94HQYA_Add
120
+ EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=CuqWXC7m3RlJOB+cw48FVw_Delete editable items?
121
121
 
122
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=VZoYXrvQEARCVOkLaQq/KQ_Update
122
+ EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=MC2g7fQkOcfFT2Rgda1vQA_Delete canceled.
123
123
 
124
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=zN5a42DZYxG0jouGNVYb6w_Cancel
124
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=r69m6BDkAMhOog0LGzG4Xw_Object Details
125
125
 
126
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=et2ljU6q7Ha46E0ZyhuNJg_Close
126
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=PX+XfSyB8ElQwB12x5rssQ_Add
127
127
 
128
- EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=/xKBbfkIBiG6j9XSeeT0RQ_Reset
128
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=p5drCdgAiGb3cS2YDSC7iA_Update
129
129
 
130
- EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=75USwJPtF+rV+STOWw2xQA_Select Items
130
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=tqW2etGudGDK5llXsGjyXA_Cancel
131
131
 
132
- EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=TZxebrRaORNcslrAV9PbKw_OK
132
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=/kCDWDpguzChuqhW0wyxjQ_Close
133
133
 
134
- EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=9+oILvEosGVopT7KeUDjdg_Cancel
134
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=RopkVsIKQr3MTX64srLO+Q_Reset
135
135
 
136
- EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=gDfgmcSEuj1AxzUHdClnnw_Remove value
136
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=KHkqKmljAmQGsXHY/xphvg_Select Items
137
137
 
138
- EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=26MV6zFlT/R4BCEd67icDg_Select as value
138
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=w30/Qcc7BBVmVQolgV1FLw_OK
139
139
 
140
- EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=L5tC4f1Ngwo7yp6lR5JScw_Remove value
140
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=EyA7NIAD5m9+xA5bwtuKhQ_Cancel
141
141
 
142
- EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=47qZSl7vf+dLvFPzNjRwAg_Add All
142
+ EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=U3b6qnrT4gCjASqO1e5Q/Q_Remove value
143
143
 
144
- EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=sWmITf9pKx+0L0/3yqa6cw_Remove All
144
+ EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=G1bUHlRjSIZzebA5/mfuJQ_Select as value
145
145
 
146
- EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=Sws05/MPctnTCtejk+sa9g_Add into value
146
+ EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=pJSJrOIjvUszmqkQqeCeIg_Remove value
147
147
 
148
- EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=thAM8vLbVJgUKpMr2ZvCkg_Remove from value
148
+ EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=hbgEf8fQfcaoFFtqwxvvgw_Add All
149
149
 
150
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=tmiGxCac5vjdJgmZ1ipOZQ_Add
150
+ EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=a62bHFF4EIVfg9DsAXJs1A_Remove All
151
151
 
152
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=TCHy3AK/viHRAUqAkIwRLQ_Clear all filters
152
+ EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=RKSFRZc/h+Lc2PyCL4j4dQ_Add into value
153
153
 
154
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=ygmtOZYtRzeUV5XRawfSgQ_Select all selections
154
+ EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=36f0Vl2gAS0WtJ+TjNJWuA_Remove from value
155
155
 
156
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=metgdeErgFRVlvH3LcBNbQ_Clear all selections
156
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=HVsmidMghMdEHNrGiyySmA_Add
157
157
 
158
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_UP_TOOLTIP=j7M5EBvsDyUR+8jfmRdMaQ_Move up
158
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=tDVja6SFmPeiZegA876YtQ_Clear All Filters
159
159
 
160
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=dYTK9lS+QSQvIQgKW/ZZSQ_Move down
160
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=wd5p89BRkkD2P/nNNecIvg_Select All Selections
161
161
 
162
- EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=732QMBEKZ6/xsSecsVRjrg_Edit the latest selection item
162
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=flxbmCSfeqpWjEmZeZOikA_Clear All Selections
163
163
 
164
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=abaW2rIDNSzIXT/iLoDC3A_Value Translations
164
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_UP_TOOLTIP=jdd3TY/QV/blnByTdxVwJQ_Move Up
165
165
 
166
- EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=80/Mkdg80SVU8Twul344vg_Translations for property \: {0}
166
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=jsi5IYZBF6KgXmPUGoxVyw_Move Down
167
167
 
168
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=rRev4HdzfyGPZu/rX1v9EA_Save
168
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=yW3n0OG5ugIP66qf9d54bQ_Edit
169
169
 
170
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=6uk2dSBBs2N8SwvJ8X+g9Q_Cancel
170
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=q3OjMkP/o5bZTZanp8UWkw_Value translations
171
171
 
172
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=X/k6h3Vy0zqyq9Kbh5LFLw_Current Language
172
+ EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=VcYQZK5TviRbn5YzutEyUA_Translations for property \: {0}
173
173
 
174
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=5N7GU8g4sbjET5auffdytw_Value
174
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=k1ycJl1as0XcqTVl5p2e/Q_Save
175
175
 
176
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=aKPxvkl1S2moGHtXlFSBiw_Other Languages
176
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=ccoeQHk4XZkpCUp60024iA_Cancel
177
177
 
178
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=lpdBWE0dIAwmDC1dq5Ei6A_Not Updated
178
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=k8EUoDu2rKiAdtNrw312Ew_Current language
179
179
 
180
- EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=I55lLpXMvqVHdBtaEr0ViQ_Updated
180
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=2AYA+uswp1tZT7xtVc9iww_Value
181
181
 
182
- EDITOR_FIELD_MORE_SETTINGS=otw6OGCwdyF83O4iLapXyA_More Settings
182
+ EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=0kbPDwDsbUm6W7KIyJEfcQ_Other languages
183
183
 
184
- EDITOR_SELECT_FROM_LIST=EwTb6QPwOI6q3K/spe0zvQ_Select a dynamic value from the list
184
+ EDITOR_FIELD_MORE_SETTINGS=RRK5KB3gineG8uszwRMitA_More settings
185
185
 
186
- EDITOR_MORE_DYNAMICVALUES=0sXBBFwdUNdwSEQ7jwFlhA_Dynamic Value
186
+ EDITOR_SELECT_FROM_LIST=VaAAzgwq4QOTLZi6LmE7Ig_Select a dynamic value from the list
187
187
 
188
- EDITOR_ACTUAL_VALUE=4TkzMuaBrqFPW8w19wzy1g_Actual Dynamic Value
188
+ EDITOR_MORE_DYNAMICVALUES=rYB91TG7fryM5ZNFEYVhjQ_Dynamic Value
189
189
 
190
- EDITOR_MORE_DYNAMICVALUES_TECHHINT=Fd5kjnLGVwPPaJ43Bjss0g_This value is used in technical settings of a card and should not be shown to end-users.
190
+ EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=4NJOaoHlWw28RSkceG4gkA_Select a dynamic value
191
191
 
192
- EDITOR_MORE_SETTINGS=q5ghT+R1e6Jb5JsW8RtgkQ_Settings
192
+ EDITOR_ACTUAL_VALUE=zvM/5F4oMfmjni5AIvUabw_Actual Dynamic Value
193
193
 
194
- EDITOR_MORE_SETTINGS_P_ADMIN=mU9AMgjR2KfueJKgdVXMaA_Page Administrator Settings
194
+ EDITOR_MORE_DYNAMICVALUES_TECHHINT=a7FF98Cd6NMSgYQrQv7pXw_This value is used in technical settings of a card and should not be shown to end-users.
195
195
 
196
- EDITOR_MORE_SETTINGS_P_ADMIN_RESET=GtXpfbltiiOVUl7G8bBAbg_Reset to default values
196
+ EDITOR_MORE_SETTINGS=o/Gzs6k3+MhClFDi2b7VJQ_Settings
197
197
 
198
- EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=pY8JGDGW/V0z9jVsXdNgSQ_Allow to see the field
198
+ EDITOR_MORE_SETTINGS_P_ADMIN=yW0NXbFce7Z6VeFfW+rJ/g_Page Administrator Settings
199
199
 
200
- EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=ogoYE/JxN+s2P/zlKHPx8g_Allow to edit the field
200
+ EDITOR_MORE_SETTINGS_P_ADMIN_RESET=nv/zhTUONeD8QnDewmgOxw_Reset to Default Values
201
201
 
202
- EDITOR_MORE_SETTINGS_P_ADMIN_DYN=+LXzCVHJID4QbgPy8qD5Xw_Allow to set dynamic values
202
+ EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Yc1KJPQ47NyShBMdhISJUw_Allow field to be viewed
203
203
 
204
- EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=/MVImsF2qndAxmGCm+H+Hw_Allow to selected values
204
+ EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=uZqwA2F8P3BWTXNn9Gp71w_Allow field to be edited
205
205
 
206
- EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=bJPKgupyA0lLqRGSS73dxQ_Allowed values to be selected by Page Admin
206
+ EDITOR_MORE_SETTINGS_P_ADMIN_DYN=qlFbYHrAov3FicygBh4Azw_Allow dynamic values to be set
207
207
 
208
- EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=cXGJiHl1/4RfPELW6CZB0w_Select all
208
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=Y/p+oIjZSQSxelTL8RUIow_Allow to Selected Values
209
209
 
210
- EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=y/H6GUyeOwXeFa5BS15OLg_Deselect all
210
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=COzmGW/AZsVizuW9g5rVSw_Allowed Values to be Selected by Page Admin
211
211
 
212
- EDITOR_MORE_OK=WrNIW3JYK26p3HRnbjXQ8w_OK
212
+ EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=XXiSJKyYtdWfBS399pbxaQ_Select All
213
213
 
214
- EDITOR_MORE_CANCEL=0OWygFbBMv1dxqQyDmzzVg_Cancel
214
+ EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=K3ikoeOnL8PXNwqzOadktA_Deselect All
215
215
 
216
- EDITOR_MORE_RESET=PXt1fqB+NpxMBM+Y6F7VBg_Reset
216
+ EDITOR_MORE_TRANSFORM=0IeGpFiYh7LCkOdOsCqeHQ_Transform to a variant for Page Admin
217
217
 
218
- EDITOR_ICON_CHOOSE=wPGU1aAOVWtvNkKQlQAePA_Choose an icon from file
218
+ EDITOR_MORE_TRANSFORM_P_ADMIN_LABEL=MKZfrcAS9Y6SpOWpXU18FQ_Destination Label
219
219
 
220
- EDITOR_ICON_SELECTED=e8EpEw3NrEayPbbNooSbTQ_Selected from file
220
+ EDITOR_MORE_TRANSFORM_P_ADMIN_MAPPINGS=/RJ1RJ3BBqqz/tzWZc4fVA_Destination Mappings
221
221
 
222
- EDITOR_ICON_NONE=l7CMFybkeVoodfxbijimzg_(None)
222
+ EDITOR_MORE_OK=NyB5FET2Mj8lKpc2bvw0LA_OK
223
223
 
224
- EDITOR_VAL_NOT_A_JSONOBJECT=Sz+kj5hqDxP3tX0fOyZJHg_Not a JSON Object.
224
+ EDITOR_MORE_CANCEL=lBpqXImphaIENH7X1Vo5WQ_Cancel
225
225
 
226
- EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=dSPEUebsI9mWKTvKdtTJTw_Not a single JSON Object.
226
+ EDITOR_MORE_RESET=rrikWk8BuZE4fkS3YTq8sw_Reset
227
227
 
228
- EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=3B4J0mKNJKAtEWXguFMrcg_Not an array of JSON Objects.
228
+ EDITOR_ICON_CHOOSE=ZqCAEor/yBdkGeh5CDSmhQ_Choose an icon from file
229
229
 
230
- EDITOR_VAL_NOMATCH=yodArkvGOOY2W83opWMpkg_Value does not match the validation criteria
230
+ EDITOR_ICON_SELECTED=sYMK7tGQkt2LroJlqc43Lw_Selected from file
231
231
 
232
- EDITOR_VAL_MAXLENGTH=OYh5iyY/pU1Y+uH8q7wK1A_Value exceeds the maximum length of {0}
232
+ EDITOR_ICON_NONE=Dw/0R9sjKIsddvb8uqAYOg_(None)
233
233
 
234
- EDITOR_VAL_MINLENGTH=/mS7OoJNfMlGzl+CJK/SxQ_Value needs to be minimal {0} characters
234
+ EDITOR_IMAGE_CUSTOMICON_TOOLTIP=l+STcPeC4cVLGcVL9MF+SQ_Click to display image
235
235
 
236
- EDITOR_VAL_TEXTREQ=z0GqF5UXku6lAKDhQEFUCQ_Field is required, please enter a text
236
+ EDITOR_VAL_NOT_A_JSONOBJECT=80x7wYqOlv0hozdriefdbQ_Not a JSON object.
237
237
 
238
- EDITOR_VAL_LISTREQ=TSdhiBKY4cV+AX/O+ke/iQ_Field is required, please select 1 item
238
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=DoIA6WFSwB/zDCA+fWO/OA_Not a single JSON object.
239
239
 
240
- EDITOR_VAL_FIELDREQ=Add5vMbiEN44FLHZpZ2JCg_Field is required
240
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=uiMABKTESWLLQuWQhdnlTw_Not an array of JSON objects.
241
241
 
242
- EDITOR_VAL_LISTMAXLENGTH=bPjy8KV/NzUQAumwRoPaAw_List exceeds the maximum length of {0}
242
+ EDITOR_VAL_NOMATCH=oEH6xbinBjt2ZtbD0whObQ_Value does not match the validation criteria.
243
243
 
244
- EDITOR_VAL_LISTMINLENGTH=ISSL4vEVsbPXjG6JZB2iNA_List needs to have minimal {0} items
244
+ EDITOR_VAL_MAXLENGTH=dDXE4fqVYvmIzkVKxwmDRA_Value exceeds the maximum length of {0}.
245
245
 
246
- EDITOR_VAL_MAX=HKJy/HmZKI2C0u6IgJgdYQ_Value needs to be {0} or less
246
+ EDITOR_VAL_MINLENGTH=t0jSbupqSDzARIVukmgH5g_Value must be a minimum of {0} characters.
247
247
 
248
- EDITOR_VAL_MIN=FHl/gow1NzzhFwAnEqYMeA_Value needs to be {0} or greater
248
+ EDITOR_VAL_TEXTREQ=TxRFMQRZTsH+YfysQtPxYg_Field is required. Please enter a text.
249
249
 
250
- EDITOR_VAL_MAX_E=wnhMt5KuqUSQXYAnMU0T3Q_Value needs to be less than {0}
250
+ EDITOR_VAL_LISTREQ=zeFjCQNMV+90XQDPaB9zDw_Field is required. Please select an item.
251
251
 
252
- EDITOR_VAL_MIN_E=Lh8dZqDMZJGk8MA5CKDwHw_Value needs to be greater than {0}
252
+ EDITOR_VAL_FIELDREQ=klxqj8sMxG1w58lqXF8csA_Field is required.
253
253
 
254
- EDITOR_VAL_MULTIPLE=LJrjKjoT/kinAtAvJZMTlQ_Value needs to be a multiple of {0}
254
+ EDITOR_VAL_LISTMAXLENGTH=abEPhps4cLvX3/vTtzobzw_List exceeds the maximum length of {0}
255
255
 
256
- EDITOR_VAL_NUMBERREQ=xugfbWgUhQz4k7UeVJorzg_Field is required, please enter a number
256
+ EDITOR_VAL_LISTMINLENGTH=Ry6t6vxUHviQ3XsT5ztqtA_List must have at least {0} items
257
257
 
258
- EDITOR_ONLY_LISTED_VALUES_ALLOWED=xHSToVnAsY221bHJDAk2Nw_Only listed values are allowed
258
+ EDITOR_VAL_MAX=4dSrJz0bsdJ9DHC/hOTWMg_Value must be {0} or less.
259
259
 
260
- EDITOR_ITEM_SELECTED=kH42rkJdQUQz/p3mtct3Iw_Selected
260
+ EDITOR_VAL_MIN=RN4Bm/8G22QwbfYH8I8Hig_Value must be {0} or greater.
261
261
 
262
- EDITOR_ITEM_UNSELECTED=rUc4UX+UeEXMsfrgSzpdvQ_Unselected
262
+ EDITOR_VAL_MAX_E=6LftTTKw84zIOFr8OcfGLg_Value must be less than {0}.
263
263
 
264
- EDITOR_BAD_REQUEST=+chBuXxl+lcamv+GTlpVdw_Bad Request
264
+ EDITOR_VAL_MIN_E=ag55WKf7dw/XTuZGpyjBjQ_Value must be greater than {0}.
265
265
 
266
- CARDEDITOR_CONTEXT_EMPTY_VAL=VvRioDiYoHzfN+axG0N7hA_None
266
+ EDITOR_VAL_MULTIPLE=j4c+/FYp6Ba/t4/iSyTICg_Value must be a multiple of {0}
267
267
 
268
- CARDEDITOR_CONTEXT_EMPTY_DESC=av0up0z32dbFUv1Uttgiew_Select a dynamic value from the list
268
+ EDITOR_VAL_NUMBERREQ=4Lwzg0M6XNLEzf1VRPWciA_Field entry is required. Please enter a number.
269
269
 
270
- CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=NXdFU4aMhtiO4MGVYee+3Q_Other Values
270
+ EDITOR_ONLY_LISTED_VALUES_ALLOWED=I+3Bq+y9nflsC0Y21zbfyQ_Only listed values are allowed.
271
271
 
272
- CARDEDITOR_CONTEXT_CARD_TODAY_VAL=qu5ggqqw4voxb7WcZFfFog_Current date
272
+ EDITOR_ITEM_SELECTED=iJYUagwcYIQe14lvSzmJog_Selected
273
273
 
274
- CARDEDITOR_CONTEXT_CARD_TODAY_DESC=Br6CAhPaOjQEGFPPFD9Plg_The current date can be used for filters or strings.
274
+ EDITOR_ITEM_UNSELECTED=BhwrRFSJ2fq/B2IedSBbRg_Unselected
275
275
 
276
- CARDEDITOR_CONTEXT_CARD_NOW_VAL=tfAIZx8n+1CBAJp37N+AEA_Now, date and time
276
+ EDITOR_BAD_REQUEST=wu8T2HPlVDMf0mb4ra0JEQ_Bad request
277
277
 
278
- CARDEDITOR_CONTEXT_CARD_NOW_DESC=e1rLUzplwiMaYlM2IKFO4Q_The current date and time can be used for filters or strings
278
+ CARDEDITOR_CONTEXT_EMPTY_VAL=/Kq8HGVE6iJDqHWhP212Hg_None
279
279
 
280
- CARDEDITOR_CONTEXT_CARD_LANG_VAL=1AfsggR+MYy+hqQZj6qzPw_Current Language
280
+ CARDEDITOR_CONTEXT_EMPTY_DESC=W76lkVPaqNN6LUWfg49Ltw_Select a dynamic value from the list
281
281
 
282
- CARDEDITOR_CONTEXT_CARD_LANG_DESC=OIHZQjaIhWk8F6ugA2slpQ_The current language abbreviation of the current end user. Language and region are separated by an dash. e.g. en-US. The region might be omitted.
282
+ CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=49Jd+cM8Othq/pfcK1oJRw_Other values
283
283
 
284
- CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=lt3WKByoKuliAy7JgGok6A_Live Preview
284
+ CARDEDITOR_CONTEXT_CARD_TODAY_VAL=FnfZavJohPWsalOLBoSOLw_Current date
285
285
 
286
- CARDEDITOR_PREVIEW_BTN_MOCKDATAPREVIEW=l/GqAhYKP5rtHHlnEksEsA_MockData Preview
286
+ CARDEDITOR_CONTEXT_CARD_TODAY_DESC=C1YnRv1cxteJW482ng2W2g_The current date can be used for filters or strings.
287
287
 
288
- CARDEDITOR_PREVIEW_BTN_FULLSIZE=QR+/87qZtOudlRVF8lCRnQ_Full Size
288
+ CARDEDITOR_CONTEXT_CARD_NOW_VAL=idUOzQcTFciCPuhsD8qefw_Now, date and time
289
289
 
290
- CARDEDITOR_PREVIEW_BTN_NORMALSIZE=0opItJ0slRASfW3/m48jYw_Nomal Size
290
+ CARDEDITOR_CONTEXT_CARD_NOW_DESC=eOSs9w34okICDJS5pBZCKA_The current date and time can be used for filters or strings
291
291
 
292
- CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=XE3X7bbxuqF9Ga0GFHtkbw_Sample Preview
292
+ CARDEDITOR_CONTEXT_CARD_LANG_VAL=vogPH7LNSBkCPB1X0maoYw_Current language
293
293
 
294
- ADAPTIVE_CARDS_REQUIRED_FIELD=BbOCeBVxGPpNj4gzOfW5ag_Required
294
+ CARDEDITOR_CONTEXT_CARD_LANG_DESC=v56odPaStOlkMiB+btjbTg_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.
295
295
 
296
- CARD_ACTIONS_OVERFLOW_BUTTON_TOOLTIP=2rUW82RJaZqY3Zh4nRU0Vg_Actions
296
+ CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=KL1Qu5mLJqxyTJ4XW7U7gQ_Live Preview
297
+
298
+ CARDEDITOR_PREVIEW_BTN_MOCKDATAPREVIEW=qQc299DjZPnfAoROI6qnSA_Mock Data Preview
299
+
300
+ CARDEDITOR_PREVIEW_BTN_FULLSIZE=pnHUe5nkdqXB8de91Tz2bA_Full Size
301
+
302
+ CARDEDITOR_PREVIEW_BTN_NORMALSIZE=ruJ8dxSXD6Hcm+yWewmX2A_Normal Size
303
+
304
+ CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=AvW6MvdgxVF2Xc8A+WPUQg_Sample Preview
305
+
306
+ ADAPTIVE_CARDS_REQUIRED_FIELD=B4g2o4se/NBfzkZ/FxMrzw_Required
307
+
308
+ CARD_ACTIONS_OVERFLOW_BUTTON_TOOLTIP=OKy+z5WrUJsXWvTzkrQYLA_Actions
309
+
310
+ EDITOR_FIELD_OBJECT_PROPERTY_POPOVER_TITLE=+A6SESfhUe48KETkJ0V6SQ_Property Value
@@ -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.126.1
28
+ * @version 1.128.0
29
29
  * @constructor
30
30
  * @private
31
31
  * @alias sap.ui.integration.model.ContextModel
@@ -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.126.1
28
+ * @version 1.128.0
29
29
  * @constructor
30
30
  * @private
31
31
  * @alias sap.ui.integration.model.ObservableModel
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.model.json.JSONListBinding
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.126.1
24
+ * @version 1.128.0
25
25
  * @constructor
26
26
  * @private
27
27
  * @alias sap.ui.integration.model.PagingModelListBinding
@@ -56,7 +56,8 @@
56
56
  "1.43.0",
57
57
  "1.44.0",
58
58
  "1.45.0",
59
- "1.46.0"
59
+ "1.46.0",
60
+ "1.47.0"
60
61
  ]
61
62
  },
62
63
  "designtime": {
@@ -1726,6 +1727,10 @@
1726
1727
  "type": "string",
1727
1728
  "description": "Represents image source URL"
1728
1729
  },
1730
+ "fallbackSrc": {
1731
+ "type": "string",
1732
+ "description": "Represents fallback image source URL"
1733
+ },
1729
1734
  "alt": {
1730
1735
  "type": "string",
1731
1736
  "description": "The alternative text that is displayed in case the image is not available, or cannot be displayed."
@@ -134,6 +134,10 @@
134
134
  left: 0;
135
135
  margin-left: 0;
136
136
  }
137
+
138
+ .sapUiCalContent {
139
+ min-height: 14.5rem;
140
+ }
137
141
  }
138
142
  }
139
143
 
@@ -215,6 +219,10 @@
215
219
  width: 100%;
216
220
  }
217
221
  }
222
+
223
+ .sapUiCalContent {
224
+ min-height: 19.25rem;
225
+ }
218
226
  }
219
227
 
220
228
  // adjust calendar card on small screen sizes (phone) or higner zoom factor