@openui5/sap.ui.integration 1.97.1 → 1.100.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 (692) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +15 -22
  3. package/package.json +3 -3
  4. package/src/sap/ui/integration/.library +15 -21
  5. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  6. package/src/sap/ui/integration/Designtime.js +1 -1
  7. package/src/sap/ui/integration/Extension.js +1 -1
  8. package/src/sap/ui/integration/Host.js +17 -3
  9. package/src/sap/ui/integration/cards/AdaptiveContent.js +19 -73
  10. package/src/sap/ui/integration/cards/AnalyticalContent.js +13 -1
  11. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  12. package/src/sap/ui/integration/cards/BaseContent.js +82 -7
  13. package/src/sap/ui/integration/cards/BaseContentRenderer.js +8 -3
  14. package/src/sap/ui/integration/cards/BaseListContent.js +80 -69
  15. package/src/sap/ui/integration/cards/CalendarContent.js +20 -14
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +25 -8
  18. package/src/sap/ui/integration/cards/Header.js +2 -2
  19. package/src/sap/ui/integration/cards/ListContent.js +47 -27
  20. package/src/sap/ui/integration/cards/ListContentRenderer.js +9 -5
  21. package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
  22. package/src/sap/ui/integration/cards/ObjectContent.js +369 -193
  23. package/src/sap/ui/integration/cards/ObjectContentRenderer.js +28 -0
  24. package/src/sap/ui/integration/cards/TableContent.js +3 -3
  25. package/src/sap/ui/integration/cards/TableContentRenderer.js +5 -4
  26. package/src/sap/ui/integration/cards/TimelineContent.js +5 -6
  27. package/src/sap/ui/integration/cards/TimelineContentRenderer.js +4 -7
  28. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  29. package/src/sap/ui/integration/cards/actions/BaseAction.js +89 -0
  30. package/src/sap/ui/integration/cards/actions/CardActions.js +480 -0
  31. package/src/sap/ui/integration/cards/actions/CustomAction.js +31 -0
  32. package/src/sap/ui/integration/cards/actions/DateChangeAction.js +20 -0
  33. package/src/sap/ui/integration/cards/actions/HideCardAction.js +36 -0
  34. package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +20 -0
  35. package/src/sap/ui/integration/cards/actions/NavigationAction.js +63 -0
  36. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +74 -0
  37. package/src/sap/ui/integration/cards/actions/SubmitAction.js +89 -0
  38. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +52 -10
  39. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +39 -4
  40. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +41 -13
  41. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +41 -4
  42. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +27 -116
  43. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +37 -3
  44. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +6 -0
  45. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +115 -0
  46. package/src/sap/ui/integration/cards/filters/BaseFilter.js +19 -2
  47. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +56 -47
  48. package/src/sap/ui/integration/cards/filters/FilterBar.js +91 -0
  49. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +33 -12
  50. package/src/sap/ui/integration/cards/filters/SearchFilter.js +104 -0
  51. package/src/sap/ui/integration/cards/filters/SelectFilter.js +7 -2
  52. package/src/sap/ui/integration/controls/ActionsStrip.js +6 -2
  53. package/src/sap/ui/integration/controls/ActionsToolbar.js +6 -6
  54. package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
  55. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  56. package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
  57. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  58. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  59. package/src/sap/ui/integration/controls/Paginator.js +173 -0
  60. package/src/sap/ui/integration/controls/PaginatorRenderer.js +113 -0
  61. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +6 -4
  62. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n.properties +11 -2
  65. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +7 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +7 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +7 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +7 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +7 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +7 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +7 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +7 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +7 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +7 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +7 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +25 -13
  77. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +7 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +7 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +7 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +7 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +7 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +7 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +7 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +7 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +7 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +7 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +7 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +7 -1
  89. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +7 -1
  90. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +7 -1
  91. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +7 -1
  92. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +7 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +7 -1
  94. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +7 -1
  95. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +7 -1
  96. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +7 -1
  97. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +7 -1
  98. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +7 -1
  99. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +7 -1
  100. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +7 -1
  101. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +7 -1
  102. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +7 -1
  103. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +7 -1
  104. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +7 -1
  105. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +7 -1
  106. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +7 -1
  107. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +7 -1
  108. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +7 -1
  109. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +7 -1
  110. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +7 -1
  111. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +7 -1
  112. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +7 -1
  113. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  114. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  115. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  116. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  117. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  118. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  119. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  120. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  121. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  122. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  123. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  124. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.fragment.xml +1 -0
  125. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +6 -1
  126. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  127. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +11 -3
  128. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.fragment.xml +15 -0
  129. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +116 -0
  130. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  131. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.fragment.xml +14 -0
  132. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +102 -0
  133. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  134. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  135. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  136. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +5 -2
  137. package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
  138. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  139. package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
  140. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  141. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  142. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  143. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  144. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  145. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +17 -2
  146. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  147. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  148. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  149. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  150. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  151. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  152. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
  153. package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +22 -21
  154. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +4 -4
  155. package/src/sap/ui/integration/designtime/cardEditor/config/index.js +15 -2
  156. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +66 -0
  157. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +44 -0
  158. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +44 -0
  159. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +44 -0
  160. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +44 -0
  161. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +44 -0
  162. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +44 -0
  163. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +44 -0
  164. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +44 -0
  165. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +44 -0
  166. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +44 -0
  167. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +44 -0
  168. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +48 -0
  169. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +44 -0
  170. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +44 -0
  171. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +44 -0
  172. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +44 -0
  173. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +44 -0
  174. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +44 -0
  175. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +44 -0
  176. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +44 -0
  177. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +44 -0
  178. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +44 -0
  179. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +44 -0
  180. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +44 -0
  181. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +44 -0
  182. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +44 -0
  183. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +44 -0
  184. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +44 -0
  185. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +44 -0
  186. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +44 -0
  187. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +44 -0
  188. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +44 -0
  189. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +44 -0
  190. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +44 -0
  191. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +44 -0
  192. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +44 -0
  193. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +44 -0
  194. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +44 -0
  195. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +44 -0
  196. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +44 -0
  197. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +44 -0
  198. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +44 -0
  199. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +44 -0
  200. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +44 -0
  201. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +45 -1
  202. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +44 -0
  203. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +44 -0
  204. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +44 -0
  205. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +61 -3
  206. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  207. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +218 -0
  208. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  209. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +34 -3
  210. package/src/sap/ui/integration/designtime/editor/CardEditor.js +53 -4
  211. package/src/sap/ui/integration/designtime/editor/CardPreview.js +5 -7
  212. package/src/sap/ui/integration/editor/Editor.js +933 -284
  213. package/src/sap/ui/integration/editor/EditorResourceBundles.js +42 -31
  214. package/src/sap/ui/integration/editor/Extension.js +1 -1
  215. package/src/sap/ui/integration/editor/Manifest.js +2 -2
  216. package/src/sap/ui/integration/editor/Merger.js +0 -18
  217. package/src/sap/ui/integration/editor/Settings.js +9 -5
  218. package/src/sap/ui/integration/editor/css/Editor.css +156 -11
  219. package/src/sap/ui/integration/editor/fields/BaseField.js +13 -13
  220. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  221. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  222. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  223. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  224. package/src/sap/ui/integration/editor/fields/IntegerField.js +16 -2
  225. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  226. package/src/sap/ui/integration/editor/fields/ObjectField.js +1239 -0
  227. package/src/sap/ui/integration/editor/fields/ObjectListField.js +360 -0
  228. package/src/sap/ui/integration/editor/fields/StringField.js +86 -51
  229. package/src/sap/ui/integration/editor/fields/{ListField.js → StringListField.js} +74 -59
  230. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +9 -29
  231. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -3
  232. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -3
  233. package/src/sap/ui/integration/editor/languages.json +2 -2
  234. package/src/sap/ui/integration/formatters/InitialsFormatter.js +38 -0
  235. package/src/sap/ui/integration/library.js +35 -4
  236. package/src/sap/ui/integration/messagebundle.properties +87 -0
  237. package/src/sap/ui/integration/messagebundle_ar.properties +58 -0
  238. package/src/sap/ui/integration/messagebundle_bg.properties +60 -2
  239. package/src/sap/ui/integration/messagebundle_ca.properties +58 -0
  240. package/src/sap/ui/integration/messagebundle_cs.properties +58 -0
  241. package/src/sap/ui/integration/messagebundle_cy.properties +58 -0
  242. package/src/sap/ui/integration/messagebundle_da.properties +58 -0
  243. package/src/sap/ui/integration/messagebundle_de.properties +58 -0
  244. package/src/sap/ui/integration/messagebundle_el.properties +58 -0
  245. package/src/sap/ui/integration/messagebundle_en.properties +58 -0
  246. package/src/sap/ui/integration/messagebundle_en_GB.properties +58 -0
  247. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +58 -0
  248. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +139 -55
  249. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +58 -0
  250. package/src/sap/ui/integration/messagebundle_es.properties +58 -0
  251. package/src/sap/ui/integration/messagebundle_es_MX.properties +58 -0
  252. package/src/sap/ui/integration/messagebundle_et.properties +58 -0
  253. package/src/sap/ui/integration/messagebundle_fi.properties +58 -0
  254. package/src/sap/ui/integration/messagebundle_fr.properties +58 -0
  255. package/src/sap/ui/integration/messagebundle_fr_CA.properties +58 -0
  256. package/src/sap/ui/integration/messagebundle_hi.properties +58 -0
  257. package/src/sap/ui/integration/messagebundle_hr.properties +58 -0
  258. package/src/sap/ui/integration/messagebundle_hu.properties +58 -0
  259. package/src/sap/ui/integration/messagebundle_id.properties +58 -0
  260. package/src/sap/ui/integration/messagebundle_it.properties +58 -0
  261. package/src/sap/ui/integration/messagebundle_iw.properties +58 -0
  262. package/src/sap/ui/integration/messagebundle_ja.properties +58 -0
  263. package/src/sap/ui/integration/messagebundle_kk.properties +58 -0
  264. package/src/sap/ui/integration/messagebundle_ko.properties +58 -0
  265. package/src/sap/ui/integration/messagebundle_lt.properties +58 -0
  266. package/src/sap/ui/integration/messagebundle_lv.properties +58 -0
  267. package/src/sap/ui/integration/messagebundle_ms.properties +58 -0
  268. package/src/sap/ui/integration/messagebundle_nl.properties +58 -0
  269. package/src/sap/ui/integration/messagebundle_no.properties +58 -0
  270. package/src/sap/ui/integration/messagebundle_pl.properties +58 -0
  271. package/src/sap/ui/integration/messagebundle_pt.properties +58 -0
  272. package/src/sap/ui/integration/messagebundle_pt_PT.properties +58 -0
  273. package/src/sap/ui/integration/messagebundle_ro.properties +58 -0
  274. package/src/sap/ui/integration/messagebundle_ru.properties +58 -0
  275. package/src/sap/ui/integration/messagebundle_sh.properties +58 -0
  276. package/src/sap/ui/integration/messagebundle_sk.properties +58 -0
  277. package/src/sap/ui/integration/messagebundle_sl.properties +58 -0
  278. package/src/sap/ui/integration/messagebundle_sv.properties +58 -0
  279. package/src/sap/ui/integration/messagebundle_th.properties +58 -0
  280. package/src/sap/ui/integration/messagebundle_tr.properties +58 -0
  281. package/src/sap/ui/integration/messagebundle_uk.properties +61 -3
  282. package/src/sap/ui/integration/messagebundle_vi.properties +58 -0
  283. package/src/sap/ui/integration/messagebundle_zh_CN.properties +58 -0
  284. package/src/sap/ui/integration/messagebundle_zh_TW.properties +58 -0
  285. package/src/sap/ui/integration/model/ContextModel.js +2 -2
  286. package/src/sap/ui/integration/model/ObservableModel.js +14 -5
  287. package/src/sap/ui/integration/model/PagingModelListBinding.js +40 -0
  288. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +2 -1
  289. package/src/sap/ui/integration/schemas/sap-card.json +294 -24
  290. package/src/sap/ui/integration/themes/base/ActionsStrip.less +15 -0
  291. package/src/sap/ui/integration/themes/base/Footer.less +10 -0
  292. package/src/sap/ui/integration/themes/base/ObjectContent.less +73 -9
  293. package/src/sap/ui/integration/themes/base/Paginator.less +58 -0
  294. package/src/sap/ui/integration/themes/base/library.source.less +3 -0
  295. package/src/sap/ui/integration/thirdparty/adaptive-expressions.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/adaptivecards-templating.js +660 -952
  297. package/src/sap/ui/integration/thirdparty/markdown-it.js +8340 -1
  298. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +27 -102
  299. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +2 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +2 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +2 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +2 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +2 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +2 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +2 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +2 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +2 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +2 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +2 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +2 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +2 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +2 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +2 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +2 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +2 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +2 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +2 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +2 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +1 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +2 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +1 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +2 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +1 -0
  344. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +2 -0
  345. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +1 -0
  346. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +2 -0
  347. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +1 -0
  348. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +2 -0
  349. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +1 -0
  350. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +2 -0
  351. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +1 -0
  352. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +2 -0
  353. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +1 -0
  354. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +2 -0
  355. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +1 -0
  356. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +2 -0
  357. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +1 -0
  358. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +2 -0
  359. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +1 -0
  360. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +2 -0
  361. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +1 -0
  362. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +2 -0
  363. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +1 -0
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +2 -0
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +1 -0
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +2 -0
  367. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +1 -0
  368. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +2 -0
  369. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +1 -0
  370. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +2 -0
  371. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +1 -0
  372. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +2 -0
  373. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +1 -0
  374. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +2 -0
  375. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +1 -0
  376. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +2 -0
  377. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +1 -0
  378. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +2 -0
  379. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +1 -0
  380. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +2 -0
  381. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +1 -0
  382. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +2 -0
  383. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +1 -0
  384. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +2 -0
  385. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +1 -0
  386. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +2 -0
  387. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +1 -0
  388. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +2 -0
  389. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +1 -0
  390. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +2 -0
  391. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +1 -0
  392. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +2 -0
  393. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +1 -0
  394. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +2 -0
  395. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +1 -0
  396. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +2 -0
  397. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +1 -0
  398. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +2 -0
  399. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +1 -0
  400. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +2 -0
  401. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +1 -0
  402. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +2 -0
  403. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +1 -0
  404. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +2 -0
  405. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +1 -0
  406. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +2 -0
  407. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +1 -0
  408. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +2 -0
  409. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +1 -0
  410. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +2 -0
  411. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +1 -0
  412. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +2 -0
  413. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +1 -0
  414. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +2 -0
  415. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +1 -0
  416. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +2 -0
  417. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +1 -0
  418. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +2 -0
  419. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +1 -0
  420. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +2 -0
  421. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +1 -0
  422. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +2 -0
  423. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +1 -0
  424. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +2 -0
  425. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +1 -0
  426. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +2 -0
  427. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +1 -0
  428. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +2 -0
  429. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +1 -0
  430. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +2 -0
  431. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +1 -0
  432. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +2 -0
  433. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +1 -0
  434. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +2 -0
  435. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +1 -0
  436. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +2 -0
  437. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +1 -0
  438. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +2 -0
  439. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +1 -0
  440. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +2 -0
  441. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +1 -0
  442. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +2 -0
  443. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +1 -0
  444. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +2 -0
  445. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +1 -0
  446. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +2 -0
  447. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +1 -0
  448. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +2 -0
  449. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +1 -0
  450. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +2 -0
  451. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +1 -0
  452. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +2 -0
  453. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +1 -0
  454. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +2 -0
  455. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +1 -0
  456. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +2 -0
  457. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +1 -0
  458. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +2 -0
  459. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +1 -0
  460. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +2 -0
  461. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +1 -0
  462. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +2 -0
  463. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +1 -0
  464. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +2 -0
  465. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +1 -0
  466. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +2 -0
  467. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +1 -0
  468. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +2 -0
  469. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +1 -0
  470. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +2 -0
  471. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +1 -0
  472. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +2 -0
  473. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +1 -0
  474. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +2 -0
  475. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +1 -0
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +2 -0
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +1 -0
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +2 -0
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +1 -0
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +2 -0
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +1 -0
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +2 -0
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +1 -0
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +2 -0
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +1 -0
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +2 -0
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +1 -0
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +2 -0
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +1 -0
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +2 -0
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +1 -0
  492. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +2 -0
  493. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +1 -0
  494. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +2 -0
  495. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +1 -0
  496. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +2 -0
  497. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +1 -0
  498. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +2 -0
  499. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +1 -0
  500. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +2 -0
  501. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +1 -0
  502. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +2 -0
  503. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +1 -0
  504. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +2 -0
  505. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +1 -0
  506. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +2 -0
  507. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +1 -0
  508. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +2 -0
  509. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +1 -0
  510. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +2 -0
  511. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +1 -0
  512. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +2 -0
  513. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +1 -0
  514. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +2 -0
  515. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +1 -0
  516. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +2 -0
  517. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +1 -0
  518. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +2 -0
  519. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +1 -0
  520. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +2 -0
  521. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +1 -0
  522. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +2 -0
  523. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +1 -0
  524. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +2 -0
  525. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +1 -0
  526. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +2 -0
  527. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +1 -0
  528. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  529. package/src/sap/ui/integration/util/BindingHelper.js +16 -7
  530. package/src/sap/ui/integration/util/BindingResolver.js +5 -4
  531. package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +4 -30
  532. package/src/sap/ui/integration/util/CardMerger.js +6 -17
  533. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  534. package/src/sap/ui/integration/util/ContentFactory.js +2 -2
  535. package/src/sap/ui/integration/util/CsrfTokenHandler.js +62 -78
  536. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  537. package/src/sap/ui/integration/util/DataProviderFactory.js +8 -1
  538. package/src/sap/ui/integration/util/Destinations.js +4 -2
  539. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  540. package/src/sap/ui/integration/util/HeaderFactory.js +7 -2
  541. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  542. package/src/sap/ui/integration/util/LoadingProvider.js +16 -6
  543. package/src/sap/ui/integration/util/Manifest.js +8 -4
  544. package/src/sap/ui/integration/{ManifestResolver.js → util/ManifestResolver.js} +17 -19
  545. package/src/sap/ui/integration/util/RequestDataProvider.js +33 -7
  546. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  547. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  548. package/src/sap/ui/integration/util/SkeletonCard.js +50 -0
  549. package/src/sap/ui/integration/util/Utils.js +48 -4
  550. package/src/sap/ui/integration/widgets/Card.js +381 -100
  551. package/src/sap/ui/integration/widgets/CardRenderer.js +0 -6
  552. package/ui5.yaml +2 -0
  553. package/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt +0 -27
  554. package/src/sap/ui/integration/thirdparty/webcomponents/ar.43441c1da168c24d.json +0 -5906
  555. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG.2c9d7bc8c6cc480e.json +0 -5906
  556. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA.5a58dac7851f3491.json +0 -5906
  557. package/src/sap/ui/integration/thirdparty/webcomponents/bg.ed8d32010cf321a6.json +0 -4979
  558. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.es5.js +0 -212
  559. package/src/sap/ui/integration/thirdparty/webcomponents/ca.e7ad42298985cd11.json +0 -4996
  560. package/src/sap/ui/integration/thirdparty/webcomponents/cs.9c679acdc4b03e38.json +0 -5498
  561. package/src/sap/ui/integration/thirdparty/webcomponents/da.ba9951ef39b201a6.json +0 -4888
  562. package/src/sap/ui/integration/thirdparty/webcomponents/de.6caccc36abcd1ecf.json +0 -4916
  563. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT.0f4ffe37737725a0.json +0 -4917
  564. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH.c148cbc7ceb1a7a5.json +0 -4915
  565. package/src/sap/ui/integration/thirdparty/webcomponents/el.11c4c67dcb9fadcc.json +0 -4883
  566. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY.ed3bddd6e79dc343.json +0 -4883
  567. package/src/sap/ui/integration/thirdparty/webcomponents/en.c4465af466100b5b.json +0 -4970
  568. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU.5cb9fccc9ce24663.json +0 -4962
  569. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB.e31daeeb57c2f1d1.json +0 -4971
  570. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK.0a22405bb092bec2.json +0 -4977
  571. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE.6a062df10dabdb1c.json +0 -4971
  572. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN.bfd20b07e9079267.json +0 -4972
  573. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ.18303e8298e4752a.json +0 -4971
  574. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG.9f604c968f3ab77e.json +0 -4972
  575. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG.cc59a6a409e1617e.json +0 -4973
  576. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA.198f9641a502d660.json +0 -4972
  577. package/src/sap/ui/integration/thirdparty/webcomponents/es.c10bf80f473caf30.json +0 -4912
  578. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR.7708d7dd7a6d2a15.json +0 -4914
  579. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO.4a1616d9f3425fba.json +0 -4913
  580. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL.5637126713317a15.json +0 -4914
  581. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO.c9436572ca8f4da8.json +0 -4913
  582. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX.b4bce7dc951eb8f4.json +0 -4915
  583. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE.65f448fde1f0de13.json +0 -4913
  584. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY.9ec44031491e9b95.json +0 -4915
  585. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE.152233c7f57ecdab.json +0 -4914
  586. package/src/sap/ui/integration/thirdparty/webcomponents/et.bbc93e8a17832e8f.json +0 -4967
  587. package/src/sap/ui/integration/thirdparty/webcomponents/fa.083b927b3586b3a3.json +0 -4883
  588. package/src/sap/ui/integration/thirdparty/webcomponents/fi.1b4c89f38783556e.json +0 -5008
  589. package/src/sap/ui/integration/thirdparty/webcomponents/fr.ddbb9df1e0bdb6ac.json +0 -4979
  590. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE.bf3609280b7b93ee.json +0 -4979
  591. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA.b64d0bcd23a5cd3e.json +0 -4973
  592. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH.349b221a02887244.json +0 -4997
  593. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU.ef7d7c8bb3328d28.json +0 -4979
  594. package/src/sap/ui/integration/thirdparty/webcomponents/he.d628e8bf13a8a2c8.json +0 -5378
  595. package/src/sap/ui/integration/thirdparty/webcomponents/hi.cc34df8229f656f5.json +0 -4829
  596. package/src/sap/ui/integration/thirdparty/webcomponents/hr.c920290f50173516.json +0 -4919
  597. package/src/sap/ui/integration/thirdparty/webcomponents/hu.2d9fa4a9163cd7c0.json +0 -4856
  598. package/src/sap/ui/integration/thirdparty/webcomponents/id.163fdd2a7dbd1dd3.json +0 -4658
  599. package/src/sap/ui/integration/thirdparty/webcomponents/it.b5acbefdd6794dfc.json +0 -4950
  600. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH.ade4cbfb2e49424a.json +0 -4950
  601. package/src/sap/ui/integration/thirdparty/webcomponents/ja.d882fade5c3e04b5.json +0 -4830
  602. package/src/sap/ui/integration/thirdparty/webcomponents/kk.ab96b18c66676a99.json +0 -4725
  603. package/src/sap/ui/integration/thirdparty/webcomponents/ko.a0d63a1580dcbefd.json +0 -4738
  604. package/src/sap/ui/integration/thirdparty/webcomponents/lt.93bb00f91a74d613.json +0 -5481
  605. package/src/sap/ui/integration/thirdparty/webcomponents/lv.3c272216d7d4d61c.json +0 -5112
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar.d20c665dc46a6f9b.json +0 -1
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg.38428028ff3b1869.json +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca.c46423cc94896604.json +0 -1
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs.d9d68b2690954b4e.json +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy.facf33e921a1a902.json +0 -1
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da.1189e997523b89f6.json +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de.1edf86f620dd657a.json +0 -1
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el.b0d02877b9366e9a.json +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es.43fc364a8be37449.json +0 -1
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX.ebf2828c83c4821a.json +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et.8f9abcfab5eb10c2.json +0 -1
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi.6fc14fd0d16cc223.json +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr.c686ab9036b91d78.json +0 -1
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA.fb1250c736f2ac8c.json +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi.8b8cbc4fb282adf6.json +0 -1
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr.bb811aa76359724a.json +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu.18417ced7dce8cf7.json +0 -1
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in.e3c5681fc8917143.json +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it.554f904c106ab069.json +0 -1
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw.487febe0c5c504ff.json +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja.68cf1fa9f03cd6c3.json +0 -1
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk.36e63b8f9e1fd98f.json +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko.fb000c7a35009d21.json +0 -1
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt.6acd357e3eb3f54e.json +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv.3ffdda1a20bc15ec.json +0 -1
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms.218aa30a3e8f58fa.json +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl.f753744c7e08b3a5.json +0 -1
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no.385f0fc9f2e49ab5.json +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl.6c42672479ad9687.json +0 -1
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt.ede162cbf79f7fca.json +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT.dcaa871d6b8eec75.json +0 -1
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro.d3f32654c57588ea.json +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru.0ec083b64484a12d.json +0 -1
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh.98cd3e4299919a30.json +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk.fddb8b9e7b70fc1d.json +0 -1
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl.c55d5f817482ea06.json +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv.6d855a11d20b4335.json +0 -1
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th.e791b9a81f16120c.json +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr.ce83741e39606b55.json +0 -1
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk.e1ea822764025a5a.json +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi.7ee7339211750379.json +0 -1
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN.0cfd71faba640211.json +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW.bc718e0187728a16.json +0 -1
  649. package/src/sap/ui/integration/thirdparty/webcomponents/ms.e26b54937e5d1516.json +0 -4515
  650. package/src/sap/ui/integration/thirdparty/webcomponents/nb.a6e9993590a73989.json +0 -4977
  651. package/src/sap/ui/integration/thirdparty/webcomponents/nl.cac914c3529b7b01.json +0 -4884
  652. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE.a3ac6f9f99feba7b.json +0 -4884
  653. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.34f9ef46a8f6a852.json +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.52d78e00faad9126.json +0 -1
  655. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.6c6e759e0d3534d0.json +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.8cc66e917327b7a4.json +0 -1
  657. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.966b2e43c0966351.json +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.97725b2cf4e77494.json +0 -1
  659. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.b1bf75f0b850363c.json +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.d164773ecb392b28.json +0 -1
  661. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.def3978aa5de7b11.json +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.dfd19a1252497415.json +0 -1
  663. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e19065174fdd4592.json +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e2ac94de83159e1e.json +0 -1
  665. package/src/sap/ui/integration/thirdparty/webcomponents/pl.2cc1c94da23f8c37.json +0 -5176
  666. package/src/sap/ui/integration/thirdparty/webcomponents/pt.fc8dd9656bc363a4.json +0 -4805
  667. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT.be31b641eedfdb48.json +0 -4940
  668. package/src/sap/ui/integration/thirdparty/webcomponents/ro.fc6a48bc63cf435e.json +0 -5090
  669. package/src/sap/ui/integration/thirdparty/webcomponents/ru.77f0de46b3b490b1.json +0 -5407
  670. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA.4c4e0034fbd799c6.json +0 -5407
  671. package/src/sap/ui/integration/thirdparty/webcomponents/sk.0d62a8cca83c1dec.json +0 -5370
  672. package/src/sap/ui/integration/thirdparty/webcomponents/sl.7b303551cc238560.json +0 -5340
  673. package/src/sap/ui/integration/thirdparty/webcomponents/sr.7fb9ac6ed054ff7d.json +0 -5126
  674. package/src/sap/ui/integration/thirdparty/webcomponents/sv.6ea04dfd8d1c331b.json +0 -5011
  675. package/src/sap/ui/integration/thirdparty/webcomponents/th.8e8d734a66ed1c51.json +0 -4797
  676. package/src/sap/ui/integration/thirdparty/webcomponents/tr.dbb9aa836fc4e3f5.json +0 -4979
  677. package/src/sap/ui/integration/thirdparty/webcomponents/uk.4854089f0c12f77c.json +0 -5353
  678. package/src/sap/ui/integration/thirdparty/webcomponents/vi.e6ffbde0643d7d75.json +0 -4673
  679. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +0 -73
  680. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
  681. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -336
  682. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
  683. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -221
  684. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
  685. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +0 -169
  686. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
  687. package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/webcomponents-loader.js +0 -185
  688. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN.6607a3e9e0901e53.json +0 -4632
  689. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK.1c2563d3e4dad56e.json +0 -4640
  690. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG.db7f1334eecf894d.json +0 -4640
  691. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW.a1d00dd87c58d8f0.json +0 -4728
  692. package/src/sap/ui/integration/util/CardActions.js +0 -551
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} no {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Nevar\u0113ja iel\u0101d\u0113t datus.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Nav pieejama neviena poz\u012Bcija.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Dati nav pieejami.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=Lapu nevar\u0113ja iel\u0101d\u0113t {0} sekund\u0113s. L\u016Bdzu, p\u0101rbaudiet URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=Lapas URL ir tuk\u0161s.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Adres\u0101ti
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Visp\u0101r\u012Bgie iestat\u012Bjumi
25
29
 
30
+ EDITOR_GROUP_ERRORS=Atrastas k\u013C\u016Bdas. L\u016Bdzu, p\u0101rbaudiet.
31
+
32
+ EDITOR_GROUP_WARNINGS=Atrasti br\u012Bdin\u0101jumi. L\u016Bdzu, p\u0101rbaudiet.
33
+
26
34
  EDITOR_ORIGINALLANG=Ori\u0123in\u0101lvaloda
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Nav
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Pa\u0161reiz\u0113j\u0101 valoda
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=Pa\u0161reiz\u0113j\u0101 lietot\u0101ja pa\u0161reiz\u0113j\u0101s valodas sa\u012Bsin\u0101jums. Valoda un re\u0123ions tiek atdal\u012Bti ar defisi. Piem\u0113ram, lv-LV. Re\u0123ions var tikt izlaists.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=P\u0101rsl\u0113gties uz ra\u017Eo\u0161anas re\u017E\u012Bmu
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=P\u0101rsl\u0113gties uz Json re\u017E\u012Bmu
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Dz\u0113st
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detaliz\u0113ta inform\u0101cija
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Izveidot
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Atjaunin\u0101t
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Aizv\u0113rt
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Atlas\u012Bt poz\u012Bcijas
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=Labi
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Atcelt
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=V\u0113rt\u012Bba
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Izveidot jaunu objektu
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Not\u012Br\u012Bt visus filtrus
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Redi\u0123\u0113t
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Par\u0101d\u012Bt
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Saglab\u0101t objektu
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Saglab\u0101t visus objektus
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Izveidot jaunu
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Pievienot
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Vai v\u0113laties dz\u0113st \u0161o objektu?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Objekts ir izdz\u0113sts.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=V\u0113rt\u012Bbas tulkojumi
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Saglab\u0101t
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Atlas\u012Bts no faila
101
151
 
102
152
  EDITOR_ICON_NONE=(nav)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=Nav JSON objekts.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Nav viens JSON objekts.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Nav JSON objektu mas\u012Bvs.
159
+
104
160
  EDITOR_VAL_NOMATCH=V\u0113rt\u012Bba neatbilst p\u0101rbaudes krit\u0113rijiem.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=V\u0113rt\u012Bba p\u0101rsniedz maksim\u0101lo garumu, kas ir {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Pa\u0161reiz\u0113j\u0101 lietot\u0101ja pa\u0
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=\u012Astais priek\u0161skat\u012Bjums
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Vienk\u0101r\u0161ais priek\u0161skat\u012Bjums
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Nepiecie\u0161ams
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} daripada {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Tidak boleh memuat data.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Tiada item tersedia.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Tiada data tersedia.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=Halaman tidak boleh dimuatkan dalam {0} saat. Sila semak URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=URL halaman kosong.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Destinasi
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Tetapan Am
25
29
 
30
+ EDITOR_GROUP_ERRORS=Ralat ditemui. Sila semak.
31
+
32
+ EDITOR_GROUP_WARNINGS=Amaran ditemui. Sila semak.
33
+
26
34
  EDITOR_ORIGINALLANG=Bahasa Asal
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Tiada
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Bahasa semasa
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=Singkatan bahasa semasa bagi pengguna akhir semasa. Bahasa dan wilayah dipisahkan oleh sengkang. Contohnya, en-US. Wilayah mungkin akan diabaikan.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Tukar kepada Mod Pengeluaran
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Tukar kepada Mod Json
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Padam
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Butiran
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Cipta
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Kemas kini
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Tutup
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Pilih Item
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Batal
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Nilai
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Cipta Objek Baharu
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Kosongkan Semua Penapis
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Edit
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Papar
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Simpan Objek
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Simpan semua Objek
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Cipta Baharu
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Tambah
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Adakah anda ingin memadam objek ini?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Objek dipadam.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Terjemahan nilai
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Simpan
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Dipilih daripada fail
101
151
 
102
152
  EDITOR_ICON_NONE=(Tiada)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=Bukan objek JSON.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Bukan objek JSON tunggal.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Bukan tatasusunan objek JSON.
159
+
104
160
  EDITOR_VAL_NOMATCH=Nilai tidak sepadan dengan kriteria pengesahan.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=Nilai melebihi panjang maksimum {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Singkatan bahasa semasa bagi pengguna akhir se
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Pratonton Langsung
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Pratonton Sampel
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Diperlukan
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} van {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Gegevens kunnen niet worden geladen.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Geen posities beschikbaar.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Geen gegevens beschikbaar.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=De pagina kon niet worden geladen na {0} seconden. Controleer de URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=De URL van de pagina is leeg.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Destinations
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Algemene instellingen
25
29
 
30
+ EDITOR_GROUP_ERRORS=Fouten gevonden. Controleer uw gegevens.
31
+
32
+ EDITOR_GROUP_WARNINGS=Waarschuwingen gevonden. Controleer uw gegevens.
33
+
26
34
  EDITOR_ORIGINALLANG=Originele taal
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Geen
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Huidige taal
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=De huidige taalafkorting van de huidige eindgebruiker. Taal en regio worden gescheiden door een streepje. Voorbeeld\: en-US. De regio kan worden weggelaten.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Naar productieve modus schakelen
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Naar JSON-modus schakelen
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Verwijderen
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Details
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Cre\u00EBren
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Actualiseren
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Sluiten
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Posities selecteren
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Annuleren
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Waarde
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Nieuw object cre\u00EBren
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Alle filters wissen
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Bewerken
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Weergeven
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Object opslaan
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Alle objecten opslaan
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Nieuwe cre\u00EBren
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Toevoegen
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Object verwijderen?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Object verwijderd.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Waardevertalingen
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Opslaan
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Geselecteerd van bestand
101
151
 
102
152
  EDITOR_ICON_NONE=(Geen)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=Geen JSON-object.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Geen afzonderlijk JSON-object.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Geen array van JSON-objecten.
159
+
104
160
  EDITOR_VAL_NOMATCH=Waarde komt niet overeen met validatiecriteria.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=Waarde overschrijdt maximale lengte van {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=De huidige taalafkorting van de huidige eindge
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Live preview
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Voorbeeldpreview
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Verplicht
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} av {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Kan ikke laste data.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Ingen elementer tilgjengelig.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Ingen data tilgjengelig.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=Siden ble ikke lastet i l\u00F8pet av {0} sekunder. Kontroller URL-adressen.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=URL-adressen til siden er tom.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=M\u00E5l
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Generelle innstillinger
25
29
 
30
+ EDITOR_GROUP_ERRORS=Feil er funnet. Kontroller.
31
+
32
+ EDITOR_GROUP_WARNINGS=Advarsler er funnet. Kontroller.
33
+
26
34
  EDITOR_ORIGINALLANG=Originalspr\u00E5k
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Ingen
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Aktuelt spr\u00E5k
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=Forkortelse for aktuelt spr\u00E5k for aktuell sluttbruker. Spr\u00E5k og region atskilles med en bindestrek. Eksempel\: en-US. Region kan utelates.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Bytt til produktiv modus
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Bytt til JSON-modus
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Slett
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detaljer
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Opprett
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Oppdater
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Lukk
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Velg posisjoner
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Avbryt
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Verdi
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Opprett et nytt objekt
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Tilbakestill alle filtre
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Rediger
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Vis
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Lagre objektet
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Lagre alle objektene
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Opprett nytt
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Legg til
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Vil du slette dette objektet?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Objekt slettet.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Verdioversettelser
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Lagre
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Valgt fra fil
101
151
 
102
152
  EDITOR_ICON_NONE=(Ingen)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=Ikke et JSON-objekt.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Ikke et enkelt JSON-objekt.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Ikke en matrise for JSON-objekter.
159
+
104
160
  EDITOR_VAL_NOMATCH=Verdien stemmer ikke overens med valideringskriteriene.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=Verdien overskrider den maksimale lengden p\u00E5 {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Forkortelse for aktuelt spr\u00E5k for aktuell
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Live forh\u00E5ndsvisning
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Eksempelforh\u00E5ndsvisning
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Obligatorisk
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} z {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Nie mo\u017Cna wczyta\u0107 danych.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Brak pozycji.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Brak danych.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=Nie mo\u017Cna by\u0142o wczyta\u0107 strony w ci\u0105gu {0} sekund. Sprawd\u017A URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=URL strony jest pusty.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Miejsca przeznaczenia
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Ustawienia og\u00F3lne
25
29
 
30
+ EDITOR_GROUP_ERRORS=Znaleziono b\u0142\u0119dy. Sprawd\u017A.
31
+
32
+ EDITOR_GROUP_WARNINGS=Znaleziono ostrze\u017Cenia. Sprawd\u017A.
33
+
26
34
  EDITOR_ORIGINALLANG=J\u0119zyk oryginalny
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Brak
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Aktualny j\u0119zyk
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=Skr\u00F3t aktualnego j\u0119zyka bie\u017C\u0105cego u\u017Cytkownika ko\u0144cowego. J\u0119zyk i region s\u0105 oddzielone kresk\u0105, np. en-US. Region mo\u017Cna pomin\u0105\u0107.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Prze\u0142\u0105cz na tryb produktywny
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Prze\u0142\u0105cz na tryb JSON
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Usu\u0144
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Szczeg\u00F3\u0142y
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Utw\u00F3rz
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Aktualizuj
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Zamknij
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Wybierz wpisy
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Anuluj
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Warto\u015B\u0107
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Utw\u00F3rz nowy obiekt
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Wyczy\u015B\u0107 wszystkie filtry
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Edytuj
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Wy\u015Bwietl
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Zapisz obiekt
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Zapisz wszystkie obiekty
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Utw\u00F3rz nowe
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Dodaj
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Czy chcesz usun\u0105\u0107 ten obiekt?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Usuni\u0119to obiekt.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Przeliczenia warto\u015Bci
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Zapisz
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Wybrane z pliku
101
151
 
102
152
  EDITOR_ICON_NONE=(Brak)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=To nie jest obiekt JSON.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=To nie jest pojedynczy obiekt JSON.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=To nie jest tablica obiekt\u00F3w JSON.
159
+
104
160
  EDITOR_VAL_NOMATCH=Warto\u015B\u0107 nie jest zgodna z kryteriami walidacji.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=Warto\u015B\u0107 przekracza maksymaln\u0105 d\u0142ugo\u015B\u0107 {0} znak\u00F3w.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Skr\u00F3t aktualnego j\u0119zyka bie\u017C\u0
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Podgl\u0105d rzeczywisty
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Podgl\u0105d przyk\u0142adowy
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Wymagane
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} de {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=N\u00E3o \u00E9 poss\u00EDvel carregar dados.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Nenhum item dispon\u00EDvel.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=Sem dados dispon\u00EDveis.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=N\u00E3o foi poss\u00EDvel carregar p\u00E1gina em {0} segundos. Verifique o URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=O URL da p\u00E1gina est\u00E1 vazio.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Destinos
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Configura\u00E7\u00F5es gerais
25
29
 
30
+ EDITOR_GROUP_ERRORS=Erros encontrados. Verifique.
31
+
32
+ EDITOR_GROUP_WARNINGS=Advert\u00EAncias encontradas. Verifique.
33
+
26
34
  EDITOR_ORIGINALLANG=Idioma original
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Nenhum
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Idioma atual
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=A abreviatura do idioma atual do usu\u00E1rio final atual. O idioma e a regi\u00E3o s\u00E3o separados por um tra\u00E7o. Por exemplo, en-US. A regi\u00E3o poder\u00E1 ser omitida.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Comutar para modo de produ\u00E7\u00E3o
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Comutar para modo JSON
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Eliminar
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detalhes
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Criar
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Atualizar
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Fechar
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Selecionar itens
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Cancelar
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Valor
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Criar um novo objeto
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Limpar todos os filtros
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Processar
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Exibir
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Gravar o objeto
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Gravar todos os objetos
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Criar novo
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Adicionar
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Eliminar o objeto?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Objeto eliminado.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Tradu\u00E7\u00F5es de valor
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Salvar
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Selecionado do file
101
151
 
102
152
  EDITOR_ICON_NONE=(Nenhum)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=N\u00E3o um objeto JSON
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=N\u00E3o um objeto JSON individual
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=N\u00E3o um array de objetos JSON.
159
+
104
160
  EDITOR_VAL_NOMATCH=O valor n\u00E3o corresponde aos crit\u00E9rios de valida\u00E7\u00E3o.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=O valor excede o comprimento m\u00E1ximo de {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=A abreviatura do idioma atual do usu\u00E1rio
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Visualiza\u00E7\u00E3o em tempo real
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Visualiza\u00E7\u00E3o de amostra
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Obrigat\u00F3rio
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} de {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Imposs\u00EDvel carregar os dados.
5
5
 
6
+ CARD_NO_ITEMS_ERROR_LISTS=Nenhum item dispon\u00EDvel.
7
+
8
+ CARD_NO_ITEMS_ERROR_CHART=N\u00E3o existem dados dispon\u00EDveis.
9
+
6
10
  CARD_WEB_PAGE_TIMEOUT_ERROR=N\u00E3o foi poss\u00EDvel carregar a p\u00E1gina em {0} segundos. Verifique o URL.
7
11
 
8
12
  CARD_WEB_PAGE_EMPTY_URL_ERROR=O URL da p\u00E1gina est\u00E1 vazio.
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Destinos
23
27
 
24
28
  EDITOR_PARAMETERS_GENERALSETTINGS=Defini\u00E7\u00F5es gerais
25
29
 
30
+ EDITOR_GROUP_ERRORS=Erros encontrados. Verifique.
31
+
32
+ EDITOR_GROUP_WARNINGS=Avisos encontrados. Verifique.
33
+
26
34
  EDITOR_ORIGINALLANG=Idioma original
27
35
 
28
36
  EDITOR_CONTEXT_EMPTY_VAL=Nenhum
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Idioma atual
43
51
 
44
52
  EDITOR_CONTEXT_EDITOR_LANG_DESC=A abreviatura de idioma atual do utilizador final atual. O idioma e a regi\u00E3o s\u00E3o separados por um h\u00EDfen Por exemplo, en-US. A regi\u00E3o pode ser omitida.
45
53
 
54
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Mudar para o modo de produ\u00E7\u00E3o
55
+
56
+ EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Mudar para o modo Json
57
+
58
+ EDITOR_FIELD_OBJECT_DELETE=Eliminar
59
+
60
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Detalhes
61
+
62
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Criar
63
+
64
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=Atualizar
65
+
66
+ EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Fechar
67
+
68
+ EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Selecionar itens
69
+
70
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
71
+
72
+ EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=Cancelar
73
+
74
+ EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Valor
75
+
76
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Criar um novo objeto
77
+
78
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Limpar todos os filtros
79
+
80
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Editar
81
+
82
+ EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Visualizar
83
+
84
+ EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Guardar o objeto
85
+
86
+ EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=Guardar todos os objetos
87
+
88
+ EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Criar novo
89
+
90
+ EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Adicionar
91
+
92
+ EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Pretende eliminar este objeto?
93
+
94
+ EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Objeto eliminado.
95
+
46
96
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Tradu\u00E7\u00F5es de valor
47
97
 
48
98
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Guardar
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Selecionado do ficheiro
101
151
 
102
152
  EDITOR_ICON_NONE=(Nenhum)
103
153
 
154
+ EDITOR_VAL_NOT_A_JSONOBJECT=N\u00E3o \u00E9 um objeto JSON.
155
+
156
+ EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=N\u00E3o \u00E9 um objeto JSON \u00FAnico.
157
+
158
+ EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=N\u00E3o \u00E9 uma matriz de objetos JSON.
159
+
104
160
  EDITOR_VAL_NOMATCH=O valor n\u00E3o corresponde aos crit\u00E9rios de valida\u00E7\u00E3o.
105
161
 
106
162
  EDITOR_VAL_MAXLENGTH=O valor excede o comprimento m\u00E1ximo de {0}.
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=A abreviatura de idioma atual do utilizador fi
154
210
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Pr\u00E9-visualiza\u00E7\u00E3o din\u00E2mica
155
211
 
156
212
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Pr\u00E9-visualiza\u00E7\u00E3o de amostra
213
+
214
+ ADAPTIVE_CARDS_REQUIRED_FIELD=Obrigat\u00F3rio