@openui5/sap.ui.integration 1.107.1 → 1.108.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 (614) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/integration/.library +7 -7
  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 +3 -3
  7. package/src/sap/ui/integration/Host.js +1 -1
  8. package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
  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 +1 -1
  12. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  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 +3 -2
  16. package/src/sap/ui/integration/cards/Header.js +2 -4
  17. package/src/sap/ui/integration/cards/ListContent.js +3 -1
  18. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  19. package/src/sap/ui/integration/cards/ObjectContent.js +32 -17
  20. package/src/sap/ui/integration/cards/TableContent.js +3 -2
  21. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  22. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/BaseFilter.js +9 -2
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +11 -2
  32. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/SearchFilter.js +10 -2
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +35 -12
  36. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  38. package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
  39. package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
  40. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  41. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  42. package/src/sap/ui/integration/controls/Paginator.js +2 -2
  43. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  82. package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +0 -160
  83. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  84. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  85. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  86. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  87. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  88. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  89. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  90. package/src/sap/ui/integration/editor/Editor.js +3 -3
  91. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  92. package/src/sap/ui/integration/editor/Extension.js +1 -1
  93. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  94. package/src/sap/ui/integration/editor/Settings.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  99. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  100. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  101. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  102. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  112. package/src/sap/ui/integration/library.js +2 -2
  113. package/src/sap/ui/integration/messagebundle.properties +4 -1
  114. package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
  115. package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
  116. package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
  117. package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
  118. package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
  119. package/src/sap/ui/integration/messagebundle_da.properties +3 -1
  120. package/src/sap/ui/integration/messagebundle_de.properties +3 -1
  121. package/src/sap/ui/integration/messagebundle_el.properties +3 -1
  122. package/src/sap/ui/integration/messagebundle_en.properties +3 -1
  123. package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
  124. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +3 -1
  125. package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +3 -1
  126. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +3 -1
  127. package/src/sap/ui/integration/messagebundle_es.properties +3 -1
  128. package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
  129. package/src/sap/ui/integration/messagebundle_et.properties +3 -1
  130. package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
  131. package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
  132. package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
  133. package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
  134. package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
  135. package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
  136. package/src/sap/ui/integration/messagebundle_id.properties +3 -1
  137. package/src/sap/ui/integration/messagebundle_it.properties +3 -1
  138. package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
  139. package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
  140. package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
  141. package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
  142. package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
  143. package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
  144. package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
  145. package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
  146. package/src/sap/ui/integration/messagebundle_no.properties +3 -1
  147. package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
  148. package/src/sap/ui/integration/messagebundle_pt.properties +3 -1
  149. package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
  150. package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
  151. package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
  152. package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
  153. package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
  154. package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
  155. package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
  156. package/src/sap/ui/integration/messagebundle_th.properties +2 -0
  157. package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
  158. package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
  159. package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
  160. package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
  161. package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
  162. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  163. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  164. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  165. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +57 -6
  166. package/src/sap/ui/integration/schemas/sap-card.json +31 -2
  167. package/src/sap/ui/integration/themes/base/AdaptiveCard.less +8 -0
  168. package/src/sap/ui/integration/themes/base/library.source.less +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +2 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +2 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +2 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +2 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +9 -14
  178. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +2 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +2 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +2 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +2 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +2 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +2 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +2 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +2 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +2 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +2 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +2 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +2 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +2 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +2 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +2 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +2 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +2 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +2 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +2 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +2 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +2 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +2 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +2 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +2 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +2 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +2 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +2 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +2 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +2 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +2 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +2 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +2 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +2 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +2 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +2 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +2 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +2 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +2 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +2 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +2 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +2 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +2 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +2 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +2 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +2 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +2 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +2 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +2 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +2 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +2 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +2 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +2 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +2 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +2 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +2 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +2 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +2 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +2 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +2 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +2 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +2 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +2 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +2 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +2 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +2 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +2 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +2 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +2 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +2 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +2 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +2 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +2 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +2 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +2 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +2 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +2 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +2 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +2 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +2 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +2 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +2 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +1 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +2 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +1 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +2 -0
  344. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +1 -0
  345. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +2 -0
  346. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +1 -0
  347. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +2 -0
  348. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +1 -0
  349. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +2 -0
  350. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +1 -0
  351. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +2 -0
  352. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +1 -0
  353. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +2 -0
  354. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +1 -0
  355. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +2 -0
  356. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +1 -0
  357. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +2 -0
  358. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +1 -0
  359. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +2 -0
  360. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +1 -0
  361. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +2 -0
  362. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +1 -0
  363. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +2 -0
  364. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +1 -0
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +2 -0
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +1 -0
  367. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +2 -0
  368. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +1 -0
  369. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +2 -0
  370. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +1 -0
  371. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +2 -0
  372. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +1 -0
  373. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +2 -0
  374. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +1 -0
  375. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +2 -0
  376. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +1 -0
  377. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +2 -0
  378. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +1 -0
  379. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +2 -0
  380. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +1 -0
  381. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +2 -0
  382. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +1 -0
  383. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +2 -0
  384. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +1 -0
  385. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +2 -0
  386. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +1 -0
  387. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +2 -0
  388. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +1 -0
  389. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +2 -0
  390. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +1 -0
  391. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +2 -0
  392. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +1 -0
  393. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +2 -0
  394. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +1 -0
  395. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +2 -0
  396. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +1 -0
  397. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +2 -0
  398. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +1 -0
  399. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +2 -0
  400. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +1 -0
  401. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +2 -0
  402. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +1 -0
  403. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +2 -0
  404. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +1 -0
  405. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +2 -0
  406. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +1 -0
  407. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +2 -0
  408. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +1 -0
  409. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +2 -0
  410. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +1 -0
  411. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +2 -0
  412. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +1 -0
  413. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +2 -0
  414. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +1 -0
  415. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +2 -0
  416. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +1 -0
  417. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +2 -0
  418. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +1 -0
  419. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +2 -0
  420. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +1 -0
  421. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +2 -0
  422. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +1 -0
  423. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +2 -0
  424. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +1 -0
  425. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +2 -0
  426. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +1 -0
  427. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +2 -0
  428. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +1 -0
  429. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +2 -0
  430. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +1 -0
  431. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +2 -0
  432. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +1 -0
  433. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +2 -0
  434. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +1 -0
  435. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +2 -0
  436. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +1 -0
  437. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +2 -0
  438. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +1 -0
  439. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +2 -0
  440. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +1 -0
  441. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +2 -0
  442. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +1 -0
  443. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +2 -0
  444. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +1 -0
  445. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +2 -0
  446. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +1 -0
  447. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +2 -0
  448. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +1 -0
  449. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +2 -0
  450. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +1 -0
  451. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +2 -0
  452. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +1 -0
  453. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +2 -0
  454. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +1 -0
  455. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +2 -0
  456. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +1 -0
  457. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +2 -0
  458. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +1 -0
  459. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +2 -0
  460. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +1 -0
  461. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  462. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  463. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  464. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  465. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  466. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  467. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  468. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  469. package/src/sap/ui/integration/util/Destinations.js +3 -3
  470. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  471. package/src/sap/ui/integration/util/Forms.js +42 -7
  472. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  473. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  474. package/src/sap/ui/integration/util/LoadingProvider.js +14 -3
  475. package/src/sap/ui/integration/util/Manifest.js +1 -1
  476. package/src/sap/ui/integration/util/ManifestResolver.js +61 -11
  477. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  478. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  479. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  480. package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
  481. package/src/sap/ui/integration/util/Utils.js +1 -1
  482. package/src/sap/ui/integration/util/Validators.js +1 -1
  483. package/src/sap/ui/integration/widgets/Card.js +66 -31
  484. package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +0 -2
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +0 -2
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +0 -2
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +0 -2
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +0 -2
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +0 -2
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +0 -2
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +0 -2
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +0 -2
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +0 -2
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +0 -2
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +0 -2
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +0 -2
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +0 -2
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +0 -2
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +0 -2
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +0 -2
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +0 -2
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +0 -1
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +0 -2
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +0 -1
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +0 -2
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +0 -1
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +0 -2
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +0 -1
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +0 -2
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +0 -1
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +0 -2
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +0 -1
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +0 -2
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +0 -1
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +0 -2
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +0 -1
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +0 -2
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +0 -1
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +0 -2
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +0 -1
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +0 -2
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +0 -1
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +0 -2
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +0 -1
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +0 -2
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +0 -1
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +0 -2
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +0 -1
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +0 -2
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +0 -1
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +0 -2
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +0 -1
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +0 -2
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +0 -1
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +0 -2
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +0 -1
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +0 -2
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +0 -1
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +0 -2
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +0 -1
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +0 -2
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +0 -1
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +0 -2
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +0 -1
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +0 -2
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +0 -1
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +0 -2
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +0 -1
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +0 -2
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +0 -1
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +0 -2
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +0 -1
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +0 -2
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +0 -1
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +0 -2
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +0 -1
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +0 -2
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +0 -1
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +0 -2
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +0 -1
  579. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +0 -2
  580. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +0 -1
  581. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +0 -2
  582. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +0 -1
  583. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +0 -2
  584. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +0 -1
  585. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +0 -2
  586. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +0 -1
  587. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +0 -2
  588. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +0 -1
  589. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +0 -2
  590. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +0 -1
  591. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +0 -2
  592. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +0 -1
  593. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +0 -2
  594. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +0 -1
  595. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +0 -2
  596. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +0 -1
  597. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +0 -2
  598. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +0 -1
  599. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +0 -2
  600. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +0 -1
  601. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +0 -2
  602. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +0 -1
  603. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +0 -2
  604. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +0 -1
  605. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +0 -2
  606. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +0 -1
  607. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +0 -2
  608. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +0 -1
  609. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +0 -2
  610. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +0 -1
  611. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +0 -2
  612. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +0 -1
  613. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +0 -2
  614. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +0 -1
@@ -4,13 +4,19 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
+ "sap/ui/core/Core",
7
8
  "sap/ui/integration/util/BindingHelper",
8
9
  "sap/ui/integration/util/BindingResolver",
9
- "sap/ui/integration/util/Utils"
10
+ "sap/ui/integration/util/Utils",
11
+ "sap/m/IllustratedMessageType",
12
+ "sap/m/IllustratedMessageSize"
10
13
  ], function (
14
+ Core,
11
15
  BindingHelper,
12
16
  BindingResolver,
13
- Utils
17
+ Utils,
18
+ IllustratedMessageType,
19
+ IllustratedMessageSize
14
20
  ) {
15
21
  "use strict";
16
22
 
@@ -29,7 +35,7 @@ sap.ui.define([
29
35
  * @memberof sap.ui.integration.util.ManifestResolver
30
36
  * @alias sap.ui.integration.util.ManifestResolver.resolveCard
31
37
  * @param {sap.ui.integration.widgets.Card} oCard The card to resolve.
32
- * @returns {Promise<string>} Promise which resolves with stringified manifest with resolved bindings and translations or rejects with an error message if there is an error.
38
+ * @returns {Promise<object>} Promise which resolves with manifest with resolved bindings and translations or rejects with an error message if there is an error.
33
39
  * @private
34
40
  * @ui5-restricted Mobile SDK
35
41
  */
@@ -37,9 +43,18 @@ sap.ui.define([
37
43
  oCard.startManifestProcessing();
38
44
 
39
45
  return ManifestResolver._awaitReadyEvent(oCard)
40
- .then(ManifestResolver._handleCardReady);
46
+ .then(ManifestResolver._handleCardReady)
47
+ .catch(function (oError) {
48
+ return ManifestResolver._handleCardSevereError(oCard, oError);
49
+ });
41
50
  };
42
51
 
52
+ /**
53
+ * Waits for the _ready event of the card
54
+ * @private
55
+ * @param {sap.ui.integration.widgets.Card} oCard The card.
56
+ * @returns {Promise} A promise which is resolved when the _ready event is fired.
57
+ */
43
58
  ManifestResolver._awaitReadyEvent = function (oCard) {
44
59
  if (oCard.isReady()) {
45
60
  return Promise.resolve(oCard);
@@ -52,10 +67,17 @@ sap.ui.define([
52
67
  });
53
68
  };
54
69
 
70
+ /**
71
+ * Resolves the manifest when the card is ready.
72
+ * @private
73
+ * @param {sap.ui.integration.widgets.Card} oCard The card.
74
+ * @returns {Promise<object>} Resolved manifest.
75
+ */
55
76
  ManifestResolver._handleCardReady = function (oCard) {
56
- var oManifest = oCard.getManifestEntry("/");
57
- var aFilters = [];
58
- var aErrors = oCard.getFundamentalErrors();
77
+ var oManifest = oCard.getManifestEntry("/"),
78
+ aFilters = [],
79
+ aErrors = oCard.getSevereErrors(),
80
+ oContentMessage = oCard.getContentMessage();
59
81
 
60
82
  if (aErrors.length) {
61
83
  return Promise.reject(aErrors.join(" "));
@@ -82,10 +104,12 @@ sap.ui.define([
82
104
  var oSubConfig;
83
105
  var sDataPath;
84
106
 
85
- if (oContext.getStaticConfiguration) {
107
+ if (oContentMessage && sManifestPath === "/sap.card/content") {
108
+ oSubConfig = {
109
+ message: oContentMessage
110
+ };
111
+ } else if (oContext.getStaticConfiguration) {
86
112
  oSubConfig = oContext.getStaticConfiguration();
87
- } else if (oContext._oCardOriginalContent && oContext._oCardOriginalContent.getStaticConfiguration) {
88
- oSubConfig = oContext._oCardOriginalContent.getStaticConfiguration();
89
113
  } else {
90
114
  oSubConfig = Utils.getNestedPropertyValue(oManifest, sManifestPath);
91
115
  }
@@ -100,11 +124,37 @@ sap.ui.define([
100
124
  Utils.setNestedPropertyValue(oManifest, sManifestPath, oSubConfig);
101
125
  });
102
126
 
103
- return JSON.stringify(oManifest);
127
+ return Promise.resolve(JSON.parse(JSON.stringify(oManifest))); // remove undefined values
104
128
  } catch (ex) {
105
129
  return Promise.reject(ex);
106
130
  }
107
131
  };
108
132
 
133
+ /**
134
+ * Resolves the manifest if there is a severe error. This function makes sure that we always return a manifest.
135
+ * @private
136
+ * @param {sap.ui.integration.widgets.Card} oCard The card.
137
+ * @param {object} oError The error which was caught.
138
+ * @returns {object} Resolved manifest.
139
+ */
140
+ ManifestResolver._handleCardSevereError = function (oCard, oError) {
141
+ var oManifest = oCard.getManifestEntry("/"),
142
+ oResourceBundle = Core.getLibraryResourceBundle("sap.ui.integration");
143
+
144
+ oManifest["sap.card"] = {
145
+ content: {
146
+ message: {
147
+ type: "error",
148
+ title: oResourceBundle.getText("CARD_ERROR_OCCURED"),
149
+ description: oError.toString(),
150
+ illustrationType: IllustratedMessageType.SimpleError,
151
+ illustrationSize: IllustratedMessageSize.Spot
152
+ }
153
+ }
154
+ };
155
+
156
+ return JSON.parse(JSON.stringify(oManifest)); // remove undefined values
157
+ };
158
+
109
159
  return ManifestResolver;
110
160
  });
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.integration.util.DataProvider
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.107.1
35
+ * @version 1.108.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
17
17
  * @extends sap.ui.integration.util.DataProvider
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.107.1
20
+ * @version 1.108.0
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.EventProvider
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.107.1
40
+ * @version 1.108.0
41
41
  *
42
42
  * @constructor
43
43
  * @param {Object} mServiceFactoryReferences A map with service descriptions.
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.integration.widgets.Card
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.107.1
22
+ * @version 1.108.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * Resolves the card manifest to a static manifest.
38
38
  * Processes all bindings and translations then returns the result as a static manifest in which bindings and translations are resolved.
39
39
  *
40
- * @returns {Promise<string>} Promise which resolves with stringified manifest with resolved bindings and translations or rejects with an error message if there is an error.
40
+ * @returns {Promise<object>} Promise which resolves with manifest with resolved bindings and translations or rejects with an error message if there is an error.
41
41
  */
42
42
  SkeletonCard.prototype.resolveManifest = function () {
43
43
  return ManifestResolver.resolveCard(this);
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * Utility class helping with JSON strings and formatters.
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.107.1
26
+ * @version 1.108.0
27
27
  *
28
28
  * @private
29
29
  * @alias sap.ui.integration.util.Utils
@@ -11,7 +11,7 @@ sap.ui.define([], function () {
11
11
  * Utility class helping with input validations.
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.107.1
14
+ * @version 1.108.0
15
15
  *
16
16
  * @private
17
17
  * @alias sap.ui.integration.util.Validators
@@ -188,7 +188,7 @@ sap.ui.define([
188
188
  * @extends sap.f.CardBase
189
189
  *
190
190
  * @author SAP SE
191
- * @version 1.107.1
191
+ * @version 1.108.0
192
192
  * @public
193
193
  * @constructor
194
194
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
@@ -485,7 +485,7 @@ sap.ui.define([
485
485
  this._oContentFactory = new ContentFactory(this);
486
486
  this._oCardObserver = new CardObserver(this);
487
487
  this._bFirstRendering = true;
488
- this._aFundamentalErrors = [];
488
+ this._aSevereErrors = [];
489
489
  this._sPerformanceId = "UI5 Integration Cards - " + this.getId() + "---";
490
490
  this._aActiveLoadingProviders = [];
491
491
  this._fnOnDataReady = function () {
@@ -499,7 +499,7 @@ sap.ui.define([
499
499
  * @experimental since 1.79
500
500
  * @public
501
501
  * @author SAP SE
502
- * @version 1.107.1
502
+ * @version 1.108.0
503
503
  * @borrows sap.ui.integration.widgets.Card#getDomRef as getDomRef
504
504
  * @borrows sap.ui.integration.widgets.Card#setVisible as setVisible
505
505
  * @borrows sap.ui.integration.widgets.Card#getParameters as getParameters
@@ -691,7 +691,7 @@ sap.ui.define([
691
691
  */
692
692
  Card.prototype.startManifestProcessing = function () {
693
693
  if (!Utils.isBindingSyntaxComplex()) {
694
- this._logFundamentalError(
694
+ this._logSevereError(
695
695
  "Cannot parse manifest. Complex binding syntax is not enabled - " +
696
696
  "To enable it, set the 'compatVersion' configuration option to 'edge', e.g.: data-sap-ui-compatVersion='edge' - " +
697
697
  "sap.ui.integration.widgets.Card"
@@ -840,7 +840,7 @@ sap.ui.define([
840
840
  return;
841
841
  }
842
842
 
843
- this._logFundamentalError(e.message);
843
+ this._logSevereError(e.message);
844
844
  this._applyManifest();
845
845
  }.bind(this));
846
846
  };
@@ -871,7 +871,7 @@ sap.ui.define([
871
871
 
872
872
  resolve();
873
873
  }.bind(this), function (vErr) {
874
- this._logFundamentalError("Failed to load " + sFullExtensionPath + ". Check if the path is correct. Reason: " + vErr);
874
+ this._logSevereError("Failed to load " + sFullExtensionPath + ". Check if the path is correct. Reason: " + vErr);
875
875
  reject(vErr);
876
876
  }.bind(this));
877
877
  }.bind(this));
@@ -879,22 +879,22 @@ sap.ui.define([
879
879
 
880
880
  /**
881
881
  * Logs an error which does not allow the card to be rendered.
882
- * Use <code>getFundamentalErrors()</code> method to retrieve a list of such errors.
882
+ * Use <code>getSevereErrors()</code> method to retrieve a list of such errors.
883
883
  * @param {string} sMessage The error message.
884
884
  */
885
- Card.prototype._logFundamentalError = function (sMessage) {
885
+ Card.prototype._logSevereError = function (sMessage) {
886
886
  Log.error(sMessage);
887
- this._aFundamentalErrors.push(sMessage);
887
+ this._aSevereErrors.push(sMessage);
888
888
  };
889
889
 
890
890
  /**
891
- * Retrieves a list of fundamental errors which appeared during card initialization.
891
+ * Retrieves a list of severe errors that appeared during card initialization.
892
892
  * @private
893
893
  * @ui5-restricted sap.ui.integration
894
- * @returns {array} A list of fundamental errors if there are any. Empty array otherwise.
894
+ * @returns {array} A list of severe errors if there are any. Empty array otherwise.
895
895
  */
896
- Card.prototype.getFundamentalErrors = function () {
897
- return this._aFundamentalErrors;
896
+ Card.prototype.getSevereErrors = function () {
897
+ return this._aSevereErrors;
898
898
  };
899
899
 
900
900
  /**
@@ -920,7 +920,7 @@ sap.ui.define([
920
920
  var oCardManifest = this._oCardManifest;
921
921
 
922
922
  if (!oCardManifest.get("/sap.card")) {
923
- this._logFundamentalError("There must be a 'sap.card' section in the manifest.");
923
+ this._logSevereError("There must be a 'sap.card' section in the manifest.");
924
924
  }
925
925
 
926
926
  if (oCardManifest && oCardManifest.getResourceBundle()) {
@@ -1075,6 +1075,33 @@ sap.ui.define([
1075
1075
  }
1076
1076
  };
1077
1077
 
1078
+ /**
1079
+ * Sets the value of a filter in the card.
1080
+ *
1081
+ * @private
1082
+ * @ui5-restricted
1083
+ * @param {string} sFilterKey the key of the filter as defined in the manifest
1084
+ * @param {*} vValue value to set
1085
+ */
1086
+ Card.prototype.setFilterValue = function (sFilterKey, vValue) {
1087
+ var mFiltersConfig = this._oCardManifest.get(MANIFEST_PATHS.FILTERS);
1088
+ if (!mFiltersConfig.hasOwnProperty(sFilterKey)) {
1089
+ Log.error("Filter with key '" + sFilterKey + "' does not exist in the manifest section 'filters'.", "sap.ui.integration.widgets.Card");
1090
+ return;
1091
+ }
1092
+
1093
+ var oFilterBar = this.getAggregation("_filterBar");
1094
+ if (!oFilterBar) {
1095
+ return;
1096
+ }
1097
+
1098
+ var oFilter = oFilterBar._getFilters().find(function (oFilter) {
1099
+ return oFilter.getKey() === sFilterKey;
1100
+ });
1101
+
1102
+ oFilter.setValueFromOutside(vValue);
1103
+ };
1104
+
1078
1105
  /**
1079
1106
  * Refreshes the card data by triggering all data requests.
1080
1107
  *
@@ -1154,6 +1181,7 @@ sap.ui.define([
1154
1181
  this._bFirstRendering = null;
1155
1182
  this._oIntegrationRb = null;
1156
1183
  this._aActiveLoadingProviders = null;
1184
+ this._oContentMessage = null;
1157
1185
 
1158
1186
  if (this._oActionsToolbar) {
1159
1187
  this._oActionsToolbar.destroy();
@@ -1235,7 +1263,7 @@ sap.ui.define([
1235
1263
  if (this._sAppId) {
1236
1264
  LoaderExtensions.registerResourcePath(this._sAppId.replace(/\./g, "/"), this._oCardManifest.getUrl() || "/");
1237
1265
  } else {
1238
- this._logFundamentalError("Card sap.app/id entry in the manifest is mandatory");
1266
+ this._logSevereError("Card sap.app/id entry in the manifest is mandatory");
1239
1267
  }
1240
1268
  };
1241
1269
 
@@ -1688,7 +1716,7 @@ sap.ui.define([
1688
1716
  * @private
1689
1717
  * @returns {sap.ui.integration.cards.Footer} The footer of the card
1690
1718
  */
1691
- Card.prototype.getCardFooter = function () {
1719
+ Card.prototype.getCardFooter = function () {
1692
1720
  return this.getAggregation("_footer");
1693
1721
  };
1694
1722
 
@@ -1861,7 +1889,7 @@ sap.ui.define([
1861
1889
  bHasContent = !!oContentManifest;
1862
1890
 
1863
1891
  if (bHasContent && !sCardType) {
1864
- this._logFundamentalError("Card type property is mandatory!");
1892
+ this._logSevereError("Card type property is mandatory!");
1865
1893
  return null;
1866
1894
  }
1867
1895
 
@@ -2003,11 +2031,9 @@ sap.ui.define([
2003
2031
 
2004
2032
  var oErrorConfiguration = this._oCardManifest.get(MANIFEST_PATHS.ERROR_MESSAGES),
2005
2033
  oError = this._getIllustratedMessage(oErrorConfiguration, bNoItems),
2006
- oContentSection = this._oCardManifest.get(MANIFEST_PATHS.CONTENT),
2007
- oCardContent = merge({}, this.getCardContent());
2034
+ oContentSection = this._oCardManifest.get(MANIFEST_PATHS.CONTENT);
2008
2035
 
2009
2036
  if (oContentSection) {
2010
- this._handleNoDataItems(oCardContent, oError, bNoItems);
2011
2037
  this._destroyPreviousContent(this.getCardContent());
2012
2038
  this._preserveMinHeightInContent(oError);
2013
2039
  this.setAggregation("_content", oError);
@@ -2026,8 +2052,9 @@ sap.ui.define([
2026
2052
  */
2027
2053
  Card.prototype._getIllustratedMessage = function (oErrorConfiguration, bNoItems) {
2028
2054
  var sIllustratedMessageType = IllustratedMessageType.UnableToLoad,
2029
- sIllustratedMessageSize = IllustratedMessageSize.Spot,
2030
- sTitle,
2055
+ sIllustratedMessageSize = IllustratedMessageSize.Auto,
2056
+ sBoxHeight = "",
2057
+ sTitle = this._oIntegrationRb.getText("CARD_DATA_LOAD_ERROR"),
2031
2058
  sDescription;
2032
2059
 
2033
2060
  //no item from request default messages, for some card types
@@ -2062,36 +2089,44 @@ sap.ui.define([
2062
2089
  sDescription = oErrorData.description;
2063
2090
  }
2064
2091
 
2092
+ this._oContentMessage = {
2093
+ type: bNoItems ? "noData" : "error",
2094
+ illustrationType: sIllustratedMessageType,
2095
+ illustrationSize: sIllustratedMessageSize,
2096
+ title: sTitle,
2097
+ description: sDescription
2098
+ };
2065
2099
 
2066
2100
  var oIllustratedMessage = new IllustratedMessage({
2067
2101
  illustrationType: sIllustratedMessageType,
2068
2102
  illustrationSize: sIllustratedMessageSize,
2069
2103
  title: sTitle,
2104
+ enableVerticalResponsiveness: true,
2070
2105
  description: sDescription ? sDescription : " "
2071
2106
  });
2072
2107
 
2108
+ if (this.getCardContent() && this.getCardContent().getDomRef()) {
2109
+ sBoxHeight = this.getCardContent().getDomRef().offsetHeight + "px";
2110
+ }
2111
+
2073
2112
  var oFlexBox = new HBox({
2074
2113
  renderType: FlexRendertype.Bare,
2075
2114
  justifyContent: FlexJustifyContent.Center,
2076
2115
  alignItems: FlexAlignItems.Center,
2077
2116
  width: "100%",
2117
+ height: sBoxHeight,
2078
2118
  items: [oIllustratedMessage]
2079
2119
  }).addStyleClass("sapFCardErrorContent");
2080
2120
  return oFlexBox;
2081
2121
  };
2082
2122
 
2083
2123
  /**
2084
- * Handle when there is no data in error cases for manifest resolver.
2085
- *
2086
- * @param {object} oCardContent clone of the original card content before it is destroyed.
2087
- * @param {object} oError IllustratedMessage used for the error content.
2088
- * @param {boolean} bNoItems No items are available after request.
2124
+ * @ui5-restricted sap.ui.integration
2089
2125
  * @private
2126
+ * @returns {object} The content message if any.
2090
2127
  */
2091
- Card.prototype._handleNoDataItems = function (oCardContent, oError, bNoItems) {
2092
- if (bNoItems) {
2093
- oError._oCardOriginalContent = oCardContent;
2094
- }
2128
+ Card.prototype.getContentMessage = function () {
2129
+ return this._oContentMessage;
2095
2130
  };
2096
2131
 
2097
2132
  Card.prototype._getTemporaryContent = function (sCardType, oContentManifest) {
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  oRm.class("sapUiIntCardAnalytical");
31
31
  }
32
32
 
33
- if (oCard.getAggregation("_footer")) {
33
+ if (oCard.getCardFooter() && oCard.getCardFooter().getVisible()) {
34
34
  oRm.class("sapUiIntCardWithFooter");
35
35
  }
36
36
  },
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"محتوى البطاقة",ARIA_ROLEDESCRIPTION_CARD:"البطاقة",ARIA_ROLEDESCRIPTION_CARD_HEADER:"مقدمة البطاقة",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"مقدمة بطاقة تفاعلية",AVATAR_TOOLTIP:"صورة رمزية (أفاتار)",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} معروض، {1} مخفي.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"قم بالتنشيط للقائمة بأكملها.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"الأفاتارز الفردية.",AVATAR_GROUP_ARIA_LABEL_GROUP:"الأفاتارز المربوطة.",AVATAR_GROUP_MOVE:"اضغط على مفاتيح الأسهم للنقل.",BADGE_DESCRIPTION:"شارة",BREADCRUMBS_ARIA_LABEL:"مسار التنقل",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"المزيد",BREADCRUMBS_CANCEL_BUTTON:"إلغاء",BUSY_INDICATOR_TITLE:"الرجاء الانتظار",BUTTON_ARIA_TYPE_ACCEPT:"إجراء موجب",BUTTON_ARIA_TYPE_REJECT:"إجراء سالب",BUTTON_ARIA_TYPE_EMPHASIZED:"مؤكد",CAROUSEL_OF_TEXT:"من",CAROUSEL_DOT_TEXT:"تم عرض {0} من {1}",CAROUSEL_PREVIOUS_ARROW_TEXT:"الصفحة السابقة",CAROUSEL_NEXT_ARROW_TEXT:"الصفحة التالية",COLORPALETTE_CONTAINER_LABEL:"لوحة الألوان - الألوان المحددة مسبقًا",COLORPALETTE_POPOVER_TITLE:"لوحة الألوان",COLORPALETTE_COLOR_LABEL:"اللون",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"إلغاء",COLOR_PALETTE_DIALOG_OK_BUTTON:"موافق",COLOR_PALETTE_DIALOG_TITLE:"تغيير اللون",COLOR_PALETTE_MORE_COLORS_TEXT:"مزيد من الألوان...",DATEPICKER_OPEN_ICON_TITLE:"فتح أداة الانتقاء",DATEPICKER_DATE_DESCRIPTION:"إدخال التاريخ",DATETIME_DESCRIPTION:"إدخال التاريخ/الوقت",DATERANGE_DESCRIPTION:"إدخال نطاق التواريخ",DELETE:"حذف",FILEUPLOAD_BROWSE:"استعراض...",FILEUPLOADER_TITLE:"تحميل ملف",GROUP_HEADER_TEXT:"مقدمة المجموعة",SELECT_OPTIONS:"تحديد الخيارات",INPUT_SUGGESTIONS:"اقترحات متوفرة",INPUT_SUGGESTIONS_TITLE:"تحديد",INPUT_SUGGESTIONS_ONE_HIT:"النتيجة المتوفرة: 1",INPUT_SUGGESTIONS_MORE_HITS:"{0} النتائج متوفرة",INPUT_SUGGESTIONS_NO_HIT:"لا توجد نتائج",LINK_SUBTLE:"غامض",LINK_EMPHASIZED:"مؤكد",LIST_ITEM_POSITION:"بند القائمة {0} لـ {1}",LIST_ITEM_SELECTED:"محدد",LIST_ITEM_NOT_SELECTED:"غير محدد",ARIA_LABEL_LIST_ITEM_CHECKBOX:"نمط التحديد المتعدد",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"تحديد البنود.",ARIA_LABEL_LIST_SELECTABLE:"توجد بنود قابلة للتحديد",ARIA_LABEL_LIST_MULTISELECTABLE:"توجد بنود قابلة لتحديد متعدد",ARIA_LABEL_LIST_DELETABLE:"توجد بنود قابلة للحذف",MESSAGE_STRIP_CLOSE_BUTTON:"إغلاق شريط الرسالة",MULTICOMBOBOX_DIALOG_OK_BUTTON:"موافق",VALUE_STATE_ERROR_ALREADY_SELECTED:"هذه القيمة محددة بالفعل.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"إدخال متعدد القيمة",MULTIINPUT_SHOW_MORE_TOKENS:"{0} المزيد",PANEL_ICON:"توسيع/طي",RANGE_SLIDER_ARIA_DESCRIPTION:"النطاق",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"المؤشر الأيمن",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"المؤشر الأيسر",RATING_INDICATOR_TOOLTIP_TEXT:"التصنيف",RATING_INDICATOR_TEXT:"مؤشر التقييم",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"رفض",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"مجموعة الأزرار المقسَّمة",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"اضغط على SPACE أو ENTER لتحديد أحد البنود",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"الزر المقسَّم",SLIDER_ARIA_DESCRIPTION:"مؤشر مربع التمرير",SWITCH_ON:"تشغيل",SWITCH_OFF:"غلق",LOAD_MORE_TEXT:"المزيد",TABLE_HEADER_ROW_TEXT:"صف المقدمة",TABLE_ROW_POSITION:"{0} من {1}",TABLE_GROUP_ROW_ARIA_LABEL:"صف مقدمة المجموعة",ARIA_LABEL_ROW_SELECTION:"تحديد البنود",ARIA_LABEL_SELECT_ALL_CHECKBOX:"تحديد كل الصفوف",TABCONTAINER_NEXT_ICON_ACC_NAME:"التالي",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"السابق",TABCONTAINER_OVERFLOW_MENU_TITLE:"قائمة التدفق",TEXTAREA_CHARACTERS_LEFT:"متبق {0} من الحروف",TEXTAREA_CHARACTERS_EXCEEDED:"تم تجاوز الحد بمقدار {0} من الحروف",TIMEPICKER_HOURS_LABEL:"الساعات",TIMEPICKER_MINUTES_LABEL:"الدقائق",TIMEPICKER_SECONDS_LABEL:"الثواني",TIMEPICKER_PERIODS_LABEL:"صباحًا/مساءًا",TIMEPICKER_SUBMIT_BUTTON:"موافق",TIMEPICKER_CANCEL_BUTTON:"إلغاء",TIMEPICKER_INPUT_DESCRIPTION:"إدخال الوقت",DURATION_INPUT_DESCRIPTION:"إدخال المدة",DATETIME_PICKER_DATE_BUTTON:"التاريخ",DATETIME_PICKER_TIME_BUTTON:"الوقت",TOKEN_ARIA_DELETABLE:"قابل للحذف",TOKENIZER_ARIA_CONTAIN_TOKEN:"لا توجد رموز مميزة",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"يتضمن رمز مميز واحد",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"يحتوى على {0} من الرموز المميزة",TOKENIZER_ARIA_LABEL:"عارض الرموز المميزة",TOKENIZER_POPOVER_REMOVE:"إزالة",TREE_ITEM_ARIA_LABEL:"عنصر الشجرة",TREE_ITEM_EXPAND_NODE:"توسيع العقدة",TREE_ITEM_COLLAPSE_NODE:"طي العقدة",VALUE_STATE_ERROR:"إدخال غير صالح",VALUE_STATE_WARNING:"تم إصدار تحذير",VALUE_STATE_INFORMATION:"إدخال معلوماتي",VALUE_STATE_SUCCESS:"تم التحقق من صحة الإدخال بنجاح",CALENDAR_HEADER_NEXT_BUTTON:"التالي",CALENDAR_HEADER_PREVIOUS_BUTTON:"السابق",DAY_PICKER_WEEK_NUMBER_TEXT:"رقم الأسبوع",DAY_PICKER_NON_WORKING_DAY:"يوم عطلة",DAY_PICKER_TODAY:"اليوم",STEPINPUT_DEC_ICON_TITLE:"تخفيض",STEPINPUT_INC_ICON_TITLE:"زيادة"};
2
- //# sourceMappingURL=messagebundle_ar-8f9ad94e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_ar-8f9ad94e.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Съдържание на карта",ARIA_ROLEDESCRIPTION_CARD:"Карта",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Заглавна част на карта",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Интерактивна заглавна част на карта",AVATAR_TOOLTIP:"Аватар",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} показани, {1} скрити.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Активиране за пълен списък.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Индивидуални аватари.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Свързани аватари.",AVATAR_GROUP_MOVE:"Придвижвайте се чрез клавишите със стрелки.",BADGE_DESCRIPTION:"Значка",BREADCRUMBS_ARIA_LABEL:"Път на навигация",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Още",BREADCRUMBS_CANCEL_BUTTON:"Отказ",BUSY_INDICATOR_TITLE:"Моля, изчакайте",BUTTON_ARIA_TYPE_ACCEPT:"Положително действие",BUTTON_ARIA_TYPE_REJECT:"Отрицателно действие",BUTTON_ARIA_TYPE_EMPHASIZED:"Подчертан",CAROUSEL_OF_TEXT:"от",CAROUSEL_DOT_TEXT:"Позиция {0} от {1} показани",CAROUSEL_PREVIOUS_ARROW_TEXT:"Предишна страница",CAROUSEL_NEXT_ARROW_TEXT:"Следваща страница",COLORPALETTE_CONTAINER_LABEL:"Цветова палитра - предварително определени цветове",COLORPALETTE_POPOVER_TITLE:"Цветова палитра",COLORPALETTE_COLOR_LABEL:"Цвят",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Отказ",COLOR_PALETTE_DIALOG_OK_BUTTON:"OK",COLOR_PALETTE_DIALOG_TITLE:"Промяна на цвят",COLOR_PALETTE_MORE_COLORS_TEXT:"Още цветове...",DATEPICKER_OPEN_ICON_TITLE:"Отваряне на средство за избор",DATEPICKER_DATE_DESCRIPTION:"Въвеждане на дата",DATETIME_DESCRIPTION:"Въвеждане на дата и час",DATERANGE_DESCRIPTION:"Въвеждане на диапазон от дати",DELETE:"Изтриване",FILEUPLOAD_BROWSE:"Браузване...",FILEUPLOADER_TITLE:"Качване на файл",GROUP_HEADER_TEXT:"Заглавна част на група",SELECT_OPTIONS:"Избиране на опции",INPUT_SUGGESTIONS:"Има налични предложения",INPUT_SUGGESTIONS_TITLE:"Избор",INPUT_SUGGESTIONS_ONE_HIT:"1 резултат е наличен",INPUT_SUGGESTIONS_MORE_HITS:"{0} резултати са налични",INPUT_SUGGESTIONS_NO_HIT:"Няма резултати",LINK_SUBTLE:"Блед",LINK_EMPHASIZED:"Подчертан",LIST_ITEM_POSITION:"Позиция от списък {0} от {1}",LIST_ITEM_SELECTED:"Избрани",LIST_ITEM_NOT_SELECTED:"Неизбрано",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Режим на множествен избор",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Избор на позиция.",ARIA_LABEL_LIST_SELECTABLE:"Съдържа подлежащи на избор позиции",ARIA_LABEL_LIST_MULTISELECTABLE:"Съдържа подлежащи на множествен избор позиции",ARIA_LABEL_LIST_DELETABLE:"Съдържа подлежащи на изтриване позиции",MESSAGE_STRIP_CLOSE_BUTTON:"Затваряне на лента със съобщения",MULTICOMBOBOX_DIALOG_OK_BUTTON:"OK",VALUE_STATE_ERROR_ALREADY_SELECTED:"Тази стойност вече е избрана.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Въвеждане на множество стойности",MULTIINPUT_SHOW_MORE_TOKENS:"Още {0}",PANEL_ICON:"Разширяване/скриване",RANGE_SLIDER_ARIA_DESCRIPTION:"Диапазон",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Ляв регулатор",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Десен регулатор",RATING_INDICATOR_TOOLTIP_TEXT:"Оценка",RATING_INDICATOR_TEXT:"Индикатор за рейтинг",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Отхвърляне",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Група на сегментиран бутон",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Натиснете клавиша за интервал или ENTER, за да изберете позиция",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Сегментиран бутон",SLIDER_ARIA_DESCRIPTION:"Регулатор на плъзгач",SWITCH_ON:"Включено",SWITCH_OFF:"Изключено",LOAD_MORE_TEXT:"Други",TABLE_HEADER_ROW_TEXT:"Заглавен ред",TABLE_ROW_POSITION:"{0} от {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Заглавен ред на група",ARIA_LABEL_ROW_SELECTION:"Избор на позиция",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Изберете всички редове",TABCONTAINER_NEXT_ICON_ACC_NAME:"Напред",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Назад",TABCONTAINER_OVERFLOW_MENU_TITLE:"Меню препълване",TEXTAREA_CHARACTERS_LEFT:"Остават {0} символа",TEXTAREA_CHARACTERS_EXCEEDED:"{0} символа над ограничението",TIMEPICKER_HOURS_LABEL:"Часове",TIMEPICKER_MINUTES_LABEL:"Минути",TIMEPICKER_SECONDS_LABEL:"Секунди",TIMEPICKER_PERIODS_LABEL:"Предиобед/следобед",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Отказ",TIMEPICKER_INPUT_DESCRIPTION:"Въвеждане на час",DURATION_INPUT_DESCRIPTION:"Въвеждане на времетраене",DATETIME_PICKER_DATE_BUTTON:"Дата",DATETIME_PICKER_TIME_BUTTON:"Час",TOKEN_ARIA_DELETABLE:"С възможност за изтриване",TOKENIZER_ARIA_CONTAIN_TOKEN:"Няма токени",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Съдържа 1 токен",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Съдържа {0} токена",TOKENIZER_ARIA_LABEL:"Генератор за токени",TOKENIZER_POPOVER_REMOVE:"Премахване",TREE_ITEM_ARIA_LABEL:"Позиция от дърво",TREE_ITEM_EXPAND_NODE:"Разширяване на възел",TREE_ITEM_COLLAPSE_NODE:"Скриване на възел",VALUE_STATE_ERROR:"Невалиден запис",VALUE_STATE_WARNING:"Изведено предупреждение",VALUE_STATE_INFORMATION:"Информативен запис",VALUE_STATE_SUCCESS:"Записът е успешно проверен",CALENDAR_HEADER_NEXT_BUTTON:"Напред",CALENDAR_HEADER_PREVIOUS_BUTTON:"Назад",DAY_PICKER_WEEK_NUMBER_TEXT:"Номер на седмица",DAY_PICKER_NON_WORKING_DAY:"Неработен ден",DAY_PICKER_TODAY:"Днес",STEPINPUT_DEC_ICON_TITLE:"Намаляване",STEPINPUT_INC_ICON_TITLE:"Увеличаване"};
2
- //# sourceMappingURL=messagebundle_bg-39f4bd50.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_bg-39f4bd50.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Contingut de targeta",ARIA_ROLEDESCRIPTION_CARD:"Targeta",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Capçalera de targeta",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Capçalera de targeta interactiva",AVATAR_TOOLTIP:"Avatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} visualitzats, {1} ocults.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Activar per a llista completa.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Avatars individuals.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Avatars conjunts.",AVATAR_GROUP_MOVE:"Per desplaçar-vos premeu les tecles de cursor.",BADGE_DESCRIPTION:"Distinció",BREADCRUMBS_ARIA_LABEL:"Via de navegació",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Més",BREADCRUMBS_CANCEL_BUTTON:"Cancel·lar",BUSY_INDICATOR_TITLE:"Espereu",BUTTON_ARIA_TYPE_ACCEPT:"Acció positiva",BUTTON_ARIA_TYPE_REJECT:"Acció negativa",BUTTON_ARIA_TYPE_EMPHASIZED:"Destacat",CAROUSEL_OF_TEXT:"de",CAROUSEL_DOT_TEXT:"Es visualitza l'element {0} de {1}",CAROUSEL_PREVIOUS_ARROW_TEXT:"Pàgina anterior",CAROUSEL_NEXT_ARROW_TEXT:"Pàgina següent",COLORPALETTE_CONTAINER_LABEL:"Paleta de colors - colors predefinits",COLORPALETTE_POPOVER_TITLE:"Paleta de colors",COLORPALETTE_COLOR_LABEL:"Color",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Cancel·lar",COLOR_PALETTE_DIALOG_OK_BUTTON:"D’acord",COLOR_PALETTE_DIALOG_TITLE:"Modificar color",COLOR_PALETTE_MORE_COLORS_TEXT:"Més colors...",DATEPICKER_OPEN_ICON_TITLE:"Obrir selector",DATEPICKER_DATE_DESCRIPTION:"Entrada de data",DATETIME_DESCRIPTION:"Entrada de data hora",DATERANGE_DESCRIPTION:"Entrada d'interval de dates",DELETE:"Suprimir",FILEUPLOAD_BROWSE:"Navegar...",FILEUPLOADER_TITLE:"Carregar fitxer",GROUP_HEADER_TEXT:"Capçalera de grup",SELECT_OPTIONS:"Seleccionar opcions",INPUT_SUGGESTIONS:"Propostes disponibles",INPUT_SUGGESTIONS_TITLE:"Seleccionar",INPUT_SUGGESTIONS_ONE_HIT:"1 resultat disponible",INPUT_SUGGESTIONS_MORE_HITS:"{0} resultats disponibles",INPUT_SUGGESTIONS_NO_HIT:"Cap resultat",LINK_SUBTLE:"Discret",LINK_EMPHASIZED:"Destacat",LIST_ITEM_POSITION:"Element de llista {0} de {1}",LIST_ITEM_SELECTED:"Seleccionat",LIST_ITEM_NOT_SELECTED:"No seleccionats",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Mode de selecció múltiple",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Selecció de posició.",ARIA_LABEL_LIST_SELECTABLE:"Conté elements per a la selecció",ARIA_LABEL_LIST_MULTISELECTABLE:"Conté elements per a la selecció múltiple",ARIA_LABEL_LIST_DELETABLE:"Conté elements suprimibles",MESSAGE_STRIP_CLOSE_BUTTON:"Línia de missatge per tancar",MULTICOMBOBOX_DIALOG_OK_BUTTON:"D'acord",VALUE_STATE_ERROR_ALREADY_SELECTED:"Aquest valor ja està seleccionat.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Entrada de diversos valors",MULTIINPUT_SHOW_MORE_TOKENS:"{0} més",PANEL_ICON:"Ampliar/Comprimir",RANGE_SLIDER_ARIA_DESCRIPTION:"Interval",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Ansa esquerre",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Ansa dreta",RATING_INDICATOR_TOOLTIP_TEXT:"Valoració",RATING_INDICATOR_TEXT:"Indicador de valoració",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Declinar",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Grup de botons segmentats",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Premeu ESPAI o RETORN per seleccionar una posició",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Botó segmentat",SLIDER_ARIA_DESCRIPTION:"Ansa del botó lliscant",SWITCH_ON:"Activat",SWITCH_OFF:"Desactivat",LOAD_MORE_TEXT:"Més",TABLE_HEADER_ROW_TEXT:"Línia de capçalera",TABLE_ROW_POSITION:"{0} de {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Línia de capçalera de grup",ARIA_LABEL_ROW_SELECTION:"Selecció de posició",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Seleccionar totes les línies",TABCONTAINER_NEXT_ICON_ACC_NAME:"Següent",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Anterior",TABCONTAINER_OVERFLOW_MENU_TITLE:"Menú de desbordament",TEXTAREA_CHARACTERS_LEFT:"{0} caràcters restants",TEXTAREA_CHARACTERS_EXCEEDED:"S'han excedit {0} caràcters",TIMEPICKER_HOURS_LABEL:"Hores",TIMEPICKER_MINUTES_LABEL:"Minuts",TIMEPICKER_SECONDS_LABEL:"Segons",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Cancel·lar",TIMEPICKER_INPUT_DESCRIPTION:"Entrada d'hora",DURATION_INPUT_DESCRIPTION:"Entrada de durada",DATETIME_PICKER_DATE_BUTTON:"Data",DATETIME_PICKER_TIME_BUTTON:"Hora",TOKEN_ARIA_DELETABLE:"Suprimible",TOKENIZER_ARIA_CONTAIN_TOKEN:"Sense marques",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Conté 1 marca",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Conté {0} marques",TOKENIZER_ARIA_LABEL:"Tokenizer",TOKENIZER_POPOVER_REMOVE:"Eliminar",TREE_ITEM_ARIA_LABEL:"Element d'arbre",TREE_ITEM_EXPAND_NODE:"Desplegar nodes",TREE_ITEM_COLLAPSE_NODE:"Comprimir nodes",VALUE_STATE_ERROR:"Entrada no vàlida",VALUE_STATE_WARNING:"Advertència emesa",VALUE_STATE_INFORMATION:"Entrada informativa",VALUE_STATE_SUCCESS:"Entrada validada correctament",CALENDAR_HEADER_NEXT_BUTTON:"Següent",CALENDAR_HEADER_PREVIOUS_BUTTON:"Anterior",DAY_PICKER_WEEK_NUMBER_TEXT:"Número de setmana",DAY_PICKER_NON_WORKING_DAY:"Dia no laborable",DAY_PICKER_TODAY:"Avui",STEPINPUT_DEC_ICON_TITLE:"Reduir",STEPINPUT_INC_ICON_TITLE:"Ampliar"};
2
- //# sourceMappingURL=messagebundle_ca-d12c1ceb.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_ca-d12c1ceb.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Obsah karty",ARIA_ROLEDESCRIPTION_CARD:"Karta",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Hlavička karty",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Interaktivní hlavička karty",AVATAR_TOOLTIP:"Avatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} zobrazeno, {1} skryto.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Aktivovat pro kompletní seznam.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Jednotlivé avatars.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Spojené avatars.",AVATAR_GROUP_MOVE:"Pro pohyb použijte příslušnou šipku.",BADGE_DESCRIPTION:"Označení",BREADCRUMBS_ARIA_LABEL:"Navigační cesta",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Další",BREADCRUMBS_CANCEL_BUTTON:"Zrušit",BUSY_INDICATOR_TITLE:"Čekejte",BUTTON_ARIA_TYPE_ACCEPT:"Pozitivní akce",BUTTON_ARIA_TYPE_REJECT:"Negativní akce",BUTTON_ARIA_TYPE_EMPHASIZED:"Zvýrazněné",CAROUSEL_OF_TEXT:"z",CAROUSEL_DOT_TEXT:"Položka {0} z {1} zobrazených",CAROUSEL_PREVIOUS_ARROW_TEXT:"Předchozí strana",CAROUSEL_NEXT_ARROW_TEXT:"Následující strana",COLORPALETTE_CONTAINER_LABEL:"Barevná paleta – předdefinované barvy",COLORPALETTE_POPOVER_TITLE:"Barevná paleta",COLORPALETTE_COLOR_LABEL:"Barva",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Zrušit",COLOR_PALETTE_DIALOG_OK_BUTTON:"OK",COLOR_PALETTE_DIALOG_TITLE:"Změnit barvu",COLOR_PALETTE_MORE_COLORS_TEXT:"Další barvy...",DATEPICKER_OPEN_ICON_TITLE:"Otevřít výběr",DATEPICKER_DATE_DESCRIPTION:"Zadání data",DATETIME_DESCRIPTION:"Zadání data a času",DATERANGE_DESCRIPTION:"Zadání rozsahu období",DELETE:"Odstranit",FILEUPLOAD_BROWSE:"Prohledávání...",FILEUPLOADER_TITLE:"Odeslat soubor",GROUP_HEADER_TEXT:"Skupinová hlavička",SELECT_OPTIONS:"Vybrat možnosti",INPUT_SUGGESTIONS:"Existují návrhy",INPUT_SUGGESTIONS_TITLE:"Výběr",INPUT_SUGGESTIONS_ONE_HIT:"1 výsledek k dispozici",INPUT_SUGGESTIONS_MORE_HITS:"{0} Výsledky jsou k dispozici",INPUT_SUGGESTIONS_NO_HIT:"Žádné výsledky",LINK_SUBTLE:"Jemné",LINK_EMPHASIZED:"Zvýrazněné",LIST_ITEM_POSITION:"Položka seznamu {0} z {1}",LIST_ITEM_SELECTED:"Vybráno",LIST_ITEM_NOT_SELECTED:"Není vybráno",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Režim vícenásobného výběru",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Výběr položek.",ARIA_LABEL_LIST_SELECTABLE:"Obsahuje zvolitelné položky",ARIA_LABEL_LIST_MULTISELECTABLE:"Obsahuje položky pro vícenásobný výběr",ARIA_LABEL_LIST_DELETABLE:"Obsahuje vymazatelné položky",MESSAGE_STRIP_CLOSE_BUTTON:"Zavření pruhu zpráv",MULTICOMBOBOX_DIALOG_OK_BUTTON:"OK",VALUE_STATE_ERROR_ALREADY_SELECTED:"Tato hodnota je již vybrána.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Vícehodnotový vstup",MULTIINPUT_SHOW_MORE_TOKENS:"Další {0}",PANEL_ICON:"Rozbalit/sbalit",RANGE_SLIDER_ARIA_DESCRIPTION:"Rozsah",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Levý úchyt",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Pravý úchyt",RATING_INDICATOR_TOOLTIP_TEXT:"Rating",RATING_INDICATOR_TEXT:"Indikátor ratingu",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Odmítnout",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Skupina segmentovaných tlačítek",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Stiskněte SPACE nebo ENTER pro výběr položky",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Segmentované tlačítko",SLIDER_ARIA_DESCRIPTION:"Úchyt jezdce",SWITCH_ON:"Zapnuto",SWITCH_OFF:"Vypnuto",LOAD_MORE_TEXT:"Více",TABLE_HEADER_ROW_TEXT:"Hlavička",TABLE_ROW_POSITION:"{0} z {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Řádka hlavičky skupiny",ARIA_LABEL_ROW_SELECTION:"Výběr položek",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Vybrat všechny řádky",TABCONTAINER_NEXT_ICON_ACC_NAME:"Další",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Předchozí",TABCONTAINER_OVERFLOW_MENU_TITLE:"Přetečení - menu",TEXTAREA_CHARACTERS_LEFT:"{0} znaky zbývají",TEXTAREA_CHARACTERS_EXCEEDED:"{0} znaky přes limit",TIMEPICKER_HOURS_LABEL:"Hodiny",TIMEPICKER_MINUTES_LABEL:"Minuty",TIMEPICKER_SECONDS_LABEL:"Sekundy",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Zrušit",TIMEPICKER_INPUT_DESCRIPTION:"Zadání času",DURATION_INPUT_DESCRIPTION:"Zadání trvání",DATETIME_PICKER_DATE_BUTTON:"Datum",DATETIME_PICKER_TIME_BUTTON:"Čas",TOKEN_ARIA_DELETABLE:"Lze vymazat",TOKENIZER_ARIA_CONTAIN_TOKEN:"Žádné tokeny",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Obsahuje 1 token",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Obsahuje {0} tokeny",TOKENIZER_ARIA_LABEL:"Tokenizer",TOKENIZER_POPOVER_REMOVE:"Odebrat",TREE_ITEM_ARIA_LABEL:"Prvek stromu",TREE_ITEM_EXPAND_NODE:"Rozbalit uzel",TREE_ITEM_COLLAPSE_NODE:"Sbalit uzel",VALUE_STATE_ERROR:"Neplatné zadání",VALUE_STATE_WARNING:"Výstup upozornění",VALUE_STATE_INFORMATION:"Informativní záznam",VALUE_STATE_SUCCESS:"Záznam úspěšně ověřen",CALENDAR_HEADER_NEXT_BUTTON:"Další",CALENDAR_HEADER_PREVIOUS_BUTTON:"Předchozí",DAY_PICKER_WEEK_NUMBER_TEXT:"Číslo týdne",DAY_PICKER_NON_WORKING_DAY:"Nepracovní den",DAY_PICKER_TODAY:"Dnes",STEPINPUT_DEC_ICON_TITLE:"Zmenšení",STEPINPUT_INC_ICON_TITLE:"Zvětšení"};
2
- //# sourceMappingURL=messagebundle_cs-307b7f69.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_cs-307b7f69.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Cynnwys Cerdyn",ARIA_ROLEDESCRIPTION_CARD:"Cerdyn",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Pennyn Cerdyn",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Pennyn Cerdyn Rhyngweithiol",AVATAR_TOOLTIP:"Afatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} wedi'u dangos, {1} wedi'u cuddio.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Rhoi ar waith ar gyfer rhestr gyflawn.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Afatarau unigol.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Afatarau wedi'u huno.",AVATAR_GROUP_MOVE:"Pwyswch y byselli SAETH i symud.",BADGE_DESCRIPTION:"Bathodyn",BREADCRUMBS_ARIA_LABEL:"Llwybr Briwsion Bara",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Mwy",BREADCRUMBS_CANCEL_BUTTON:"Canslo",BUSY_INDICATOR_TITLE:"Arhoswch",BUTTON_ARIA_TYPE_ACCEPT:"Cam Gweithredu Cadarnhaol",BUTTON_ARIA_TYPE_REJECT:"Cam Gweithredu Negyddol",BUTTON_ARIA_TYPE_EMPHASIZED:"Wedi’i Bwysleisio",CAROUSEL_OF_TEXT:"o",CAROUSEL_DOT_TEXT:"Eitem {0} o {1} wedi’i ddangos",CAROUSEL_PREVIOUS_ARROW_TEXT:"Tudalen Flaenorol",CAROUSEL_NEXT_ARROW_TEXT:"Tudalen Nesaf",COLORPALETTE_CONTAINER_LABEL:"Palet Lliwiau - Lliwiau Parod",COLORPALETTE_POPOVER_TITLE:"Palet Lliwiau",COLORPALETTE_COLOR_LABEL:"Lliw",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Canslo",COLOR_PALETTE_DIALOG_OK_BUTTON:"Iawn",COLOR_PALETTE_DIALOG_TITLE:"Newid Lliw",COLOR_PALETTE_MORE_COLORS_TEXT:"Mwy o Liwiau...",DATEPICKER_OPEN_ICON_TITLE:"Agor Dewiswr",DATEPICKER_DATE_DESCRIPTION:"Mewnbwn Dyddiad",DATETIME_DESCRIPTION:"Mewnbwn Dyddiad Amser",DATERANGE_DESCRIPTION:"Mewnbwn Ystod Dyddiad",DELETE:"Dileu",FILEUPLOAD_BROWSE:"Pori...",FILEUPLOADER_TITLE:"Llwytho Ffeil i Fyny",GROUP_HEADER_TEXT:"Pennyn Grŵp",SELECT_OPTIONS:"Dewis Opsiynau",INPUT_SUGGESTIONS:"Awgrymiadau ar gael",INPUT_SUGGESTIONS_TITLE:"Dewis",INPUT_SUGGESTIONS_ONE_HIT:"1 canlyniad ar gal",INPUT_SUGGESTIONS_MORE_HITS:"{0} canlyniad ar gael",INPUT_SUGGESTIONS_NO_HIT:"Dim canlyniadau",LINK_SUBTLE:"Cynnil",LINK_EMPHASIZED:"Wedi’i Bwysleisio",LIST_ITEM_POSITION:"Rhestru eitem {0} o {1}",LIST_ITEM_SELECTED:"Wedi'i Ddewis",LIST_ITEM_NOT_SELECTED:"Heb ei Ddewis",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Modd Dewis mwy nag un",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Dewis Eitem.",ARIA_LABEL_LIST_SELECTABLE:"Yn Cynnwys Eitemau Mae Modd eu Dewis",ARIA_LABEL_LIST_MULTISELECTABLE:"Yn Cynnwys Mwy nag un Eitem y mae Modd ei Ddewis",ARIA_LABEL_LIST_DELETABLE:"Yn Cynnwys Eitemau Mae Modd eu Dileu",MESSAGE_STRIP_CLOSE_BUTTON:"Cau Stribed Neges",MULTICOMBOBOX_DIALOG_OK_BUTTON:"IAWN",VALUE_STATE_ERROR_ALREADY_SELECTED:"Mae'r gwerth hwn wedi'i ddewis yn barod.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Mewnbwn Mwy Nag Un Gwerth",MULTIINPUT_SHOW_MORE_TOKENS:"{0} Mwy",PANEL_ICON:"Ehangu/Cwympo",RANGE_SLIDER_ARIA_DESCRIPTION:"Ystod",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Bachyn Chwith",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Bachyn Dde",RATING_INDICATOR_TOOLTIP_TEXT:"Sgôr",RATING_INDICATOR_TEXT:"Dangosydd Sgôr",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Gwrthod",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Grŵp botwm wedi'i segmentu",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Pwyswch BWLCH neu ENTER i ddewis eitem",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Botwm wedi'i Segmentu",SLIDER_ARIA_DESCRIPTION:"Bachyn llithrydd",SWITCH_ON:"Ymlaen",SWITCH_OFF:"Wedi Diffodd",LOAD_MORE_TEXT:"Mwy",TABLE_HEADER_ROW_TEXT:"Pennyn Rhes",TABLE_ROW_POSITION:"{0} o {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Grwpio Rhes Pennyn",ARIA_LABEL_ROW_SELECTION:"Dewisiad Eitemau",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Dewis Pob Rhes",TABCONTAINER_NEXT_ICON_ACC_NAME:"Nesaf",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Blaenorol",TABCONTAINER_OVERFLOW_MENU_TITLE:"Dewislen Gorlif",TEXTAREA_CHARACTERS_LEFT:"{0} nod ar ôl",TEXTAREA_CHARACTERS_EXCEEDED:"{0} nod dros yr uchafswm",TIMEPICKER_HOURS_LABEL:"Awr",TIMEPICKER_MINUTES_LABEL:"Munud",TIMEPICKER_SECONDS_LABEL:"Eiliad",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"IAWN",TIMEPICKER_CANCEL_BUTTON:"Canslo",TIMEPICKER_INPUT_DESCRIPTION:"Mewnbwn Amser",DURATION_INPUT_DESCRIPTION:"Mewnbwn Hyd",DATETIME_PICKER_DATE_BUTTON:"Dyddiad",DATETIME_PICKER_TIME_BUTTON:"Amser",TOKEN_ARIA_DELETABLE:"Mae modd ei ddileu",TOKENIZER_ARIA_CONTAIN_TOKEN:"Dim Tocynnau",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Yn cynnwys 1 tocyn",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Yn cynnwys {0} tocyn",TOKENIZER_ARIA_LABEL:"Tocyneiddiwr",TOKENIZER_POPOVER_REMOVE:"Tynnu",TREE_ITEM_ARIA_LABEL:"Eitem Coeden",TREE_ITEM_EXPAND_NODE:"Ehangu Nodyn",TREE_ITEM_COLLAPSE_NODE:"Cwympo Nodyn",VALUE_STATE_ERROR:"Cofnod annilys",VALUE_STATE_WARNING:"Rhoddwyd rhybudd",VALUE_STATE_INFORMATION:"Cofnod gwybodaeth",VALUE_STATE_SUCCESS:"Cofnod wedi’i ddilysu’n llwyddiannus",CALENDAR_HEADER_NEXT_BUTTON:"Nesaf",CALENDAR_HEADER_PREVIOUS_BUTTON:"Blaenorol",DAY_PICKER_WEEK_NUMBER_TEXT:"Rhif yr Wythnos",DAY_PICKER_NON_WORKING_DAY:"Diwrnod Dim Gwaith",DAY_PICKER_TODAY:"Heddiw",STEPINPUT_DEC_ICON_TITLE:"Lleihau",STEPINPUT_INC_ICON_TITLE:"Cynyddu"};
2
- //# sourceMappingURL=messagebundle_cy-0f578e7e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_cy-0f578e7e.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Kortindhold",ARIA_ROLEDESCRIPTION_CARD:"Kort",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Korttop",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Interaktiv korttop",AVATAR_TOOLTIP:"Avatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} vist, {1} skjult.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Aktiver for hele listen.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Individuelle avatars.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Forbundne avatars.",AVATAR_GROUP_MOVE:"Tryk på PILE-tasterne for at flytte.",BADGE_DESCRIPTION:"Badge",BREADCRUMBS_ARIA_LABEL:"Navigationssti",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Mere",BREADCRUMBS_CANCEL_BUTTON:"Afbryd",BUSY_INDICATOR_TITLE:"Vent",BUTTON_ARIA_TYPE_ACCEPT:"Positiv aktion",BUTTON_ARIA_TYPE_REJECT:"Negativ aktion",BUTTON_ARIA_TYPE_EMPHASIZED:"Fremhævet",CAROUSEL_OF_TEXT:"af",CAROUSEL_DOT_TEXT:"Element {0} af {1} vises",CAROUSEL_PREVIOUS_ARROW_TEXT:"Forrige side",CAROUSEL_NEXT_ARROW_TEXT:"Næste side",COLORPALETTE_CONTAINER_LABEL:"Farvepalet - foruddefinerede farver",COLORPALETTE_POPOVER_TITLE:"Farvepalet",COLORPALETTE_COLOR_LABEL:"Farve",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Afbryd",COLOR_PALETTE_DIALOG_OK_BUTTON:"OK",COLOR_PALETTE_DIALOG_TITLE:"Ændr farve",COLOR_PALETTE_MORE_COLORS_TEXT:"Flere farver...",DATEPICKER_OPEN_ICON_TITLE:"Åben selektion",DATEPICKER_DATE_DESCRIPTION:"Datoinput",DATETIME_DESCRIPTION:"Dato-/tidsinput",DATERANGE_DESCRIPTION:"Datoområdeinput",DELETE:"Slet",FILEUPLOAD_BROWSE:"Gennemse...",FILEUPLOADER_TITLE:"Upload fil",GROUP_HEADER_TEXT:"Gruppetop",SELECT_OPTIONS:"Valgmuligheder",INPUT_SUGGESTIONS:"Forslag er tilgængelige",INPUT_SUGGESTIONS_TITLE:"Vælg",INPUT_SUGGESTIONS_ONE_HIT:"1 resultat tilgængeligt",INPUT_SUGGESTIONS_MORE_HITS:"{0} resultater er tilgængelige",INPUT_SUGGESTIONS_NO_HIT:"Ingen resultater",LINK_SUBTLE:"Diskret",LINK_EMPHASIZED:"Fremhævet",LIST_ITEM_POSITION:"Listeelement {0} af {1}",LIST_ITEM_SELECTED:"Valgt",LIST_ITEM_NOT_SELECTED:"Ikke valgt",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Multiselektionsmode",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Postselektion.",ARIA_LABEL_LIST_SELECTABLE:"Indeholder valgbare elementer",ARIA_LABEL_LIST_MULTISELECTABLE:"Indeholder elementer for multiselektion",ARIA_LABEL_LIST_DELETABLE:"Indeholder sletbare elementer",MESSAGE_STRIP_CLOSE_BUTTON:"Lukning af meddelelseslinie",MULTICOMBOBOX_DIALOG_OK_BUTTON:"OK",VALUE_STATE_ERROR_ALREADY_SELECTED:"Denne værdi er allerede valgt.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Input med flere værdier",MULTIINPUT_SHOW_MORE_TOKENS:"{0} Mere",PANEL_ICON:"Ekspander/komprimer",RANGE_SLIDER_ARIA_DESCRIPTION:"Område",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Venstre skyder",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Højre skyder",RATING_INDICATOR_TOOLTIP_TEXT:"Vurdering",RATING_INDICATOR_TEXT:"Vurderingsindikator",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Afvis",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Segmenteret knapgruppe",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Tryk på MELLEMRUM eller ENTER for at vælge et element",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Segmenteret trykknap",SLIDER_ARIA_DESCRIPTION:"Greb for skyder",SWITCH_ON:"Til",SWITCH_OFF:"Fra",LOAD_MORE_TEXT:"Mere",TABLE_HEADER_ROW_TEXT:"Toprække",TABLE_ROW_POSITION:"{0} af {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Gruppetoprække",ARIA_LABEL_ROW_SELECTION:"Postselektion",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Vælg alle rækker",TABCONTAINER_NEXT_ICON_ACC_NAME:"Frem",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Tilbage",TABCONTAINER_OVERFLOW_MENU_TITLE:"Overløbsmenu",TEXTAREA_CHARACTERS_LEFT:"{0} tegn tilbage",TEXTAREA_CHARACTERS_EXCEEDED:"{0} tegn overskredet",TIMEPICKER_HOURS_LABEL:"Timer",TIMEPICKER_MINUTES_LABEL:"Minutter",TIMEPICKER_SECONDS_LABEL:"Sekunder",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Afbryd",TIMEPICKER_INPUT_DESCRIPTION:"Tidsinput",DURATION_INPUT_DESCRIPTION:"Varighedsinput",DATETIME_PICKER_DATE_BUTTON:"Dato",DATETIME_PICKER_TIME_BUTTON:"Klokkeslæt",TOKEN_ARIA_DELETABLE:"Kan slettes",TOKENIZER_ARIA_CONTAIN_TOKEN:"Ingen tokens",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Indeholder 1 token",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Indeholder {0} tokens",TOKENIZER_ARIA_LABEL:"Tokenizer",TOKENIZER_POPOVER_REMOVE:"Fjern",TREE_ITEM_ARIA_LABEL:"Træelement",TREE_ITEM_EXPAND_NODE:"Ekspander knude",TREE_ITEM_COLLAPSE_NODE:"Komprimer knude",VALUE_STATE_ERROR:"Ugyldig entry",VALUE_STATE_WARNING:"Advarsel udlæst",VALUE_STATE_INFORMATION:"Informativ entry",VALUE_STATE_SUCCESS:"Entry valideret uden fejl",CALENDAR_HEADER_NEXT_BUTTON:"Frem",CALENDAR_HEADER_PREVIOUS_BUTTON:"Tilbage",DAY_PICKER_WEEK_NUMBER_TEXT:"Ugenummer",DAY_PICKER_NON_WORKING_DAY:"Arbejdsfri dag",DAY_PICKER_TODAY:"I dag",STEPINPUT_DEC_ICON_TITLE:"Formindsk",STEPINPUT_INC_ICON_TITLE:"Forstør"};
2
- //# sourceMappingURL=messagebundle_da-6bb7d77b.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_da-6bb7d77b.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Karteninhalt",ARIA_ROLEDESCRIPTION_CARD:"Karte",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Kartenkopf",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Interaktiver Kartenkopf",AVATAR_TOOLTIP:"Avatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} angezeigt, {1} ausgeblendet.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Für vollständige Liste aktivieren.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Einzelne Avatare",AVATAR_GROUP_ARIA_LABEL_GROUP:"Überlappende Avatare",AVATAR_GROUP_MOVE:"Zum Verschieben drücken Sie die entsprechenden PFEIL-Tasten.",BADGE_DESCRIPTION:"Abzeichen",BREADCRUMBS_ARIA_LABEL:"Navigationspfad",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Mehr",BREADCRUMBS_CANCEL_BUTTON:"Abbrechen",BUSY_INDICATOR_TITLE:"Bitte warten",BUTTON_ARIA_TYPE_ACCEPT:"Positive Aktion",BUTTON_ARIA_TYPE_REJECT:"Negative Aktion",BUTTON_ARIA_TYPE_EMPHASIZED:"Hervorgehoben",CAROUSEL_OF_TEXT:"von",CAROUSEL_DOT_TEXT:"Element {0} von {1} wird angezeigt",CAROUSEL_PREVIOUS_ARROW_TEXT:"Vorherige Seite",CAROUSEL_NEXT_ARROW_TEXT:"Nächste Seite",COLORPALETTE_CONTAINER_LABEL:"Farbpalette - Vordefinierte Farben",COLORPALETTE_POPOVER_TITLE:"Farbpalette",COLORPALETTE_COLOR_LABEL:"Farbe",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Abbrechen",COLOR_PALETTE_DIALOG_OK_BUTTON:"OK",COLOR_PALETTE_DIALOG_TITLE:"Farbe ändern",COLOR_PALETTE_MORE_COLORS_TEXT:"Mehr Farben...",DATEPICKER_OPEN_ICON_TITLE:"Auswahl öffnen",DATEPICKER_DATE_DESCRIPTION:"Datumseingabe",DATETIME_DESCRIPTION:"Datums-/Zeit-Eingabe",DATERANGE_DESCRIPTION:"Datumsbereichseingabe",DELETE:"Löschen",FILEUPLOAD_BROWSE:"Durchsuchen ...",FILEUPLOADER_TITLE:"Datei hochladen",GROUP_HEADER_TEXT:"Gruppenkopf",SELECT_OPTIONS:"Auswahloptionen",INPUT_SUGGESTIONS:"Es sind Vorschläge verfügbar",INPUT_SUGGESTIONS_TITLE:"Auswählen",INPUT_SUGGESTIONS_ONE_HIT:"1 Ergebnis verfügbar",INPUT_SUGGESTIONS_MORE_HITS:"{0} Ergebnisse sind verfügbar",INPUT_SUGGESTIONS_NO_HIT:"Keine Ergebnisse",LINK_SUBTLE:"Dezent",LINK_EMPHASIZED:"Hervorgehoben",LIST_ITEM_POSITION:"Listenelement {0} von {1}",LIST_ITEM_SELECTED:"Ausgewählt",LIST_ITEM_NOT_SELECTED:"Nicht ausgewählt",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Mehrfachauswahlmodus",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Elementauswahl",ARIA_LABEL_LIST_SELECTABLE:"Enthält auswählbare Elemente",ARIA_LABEL_LIST_MULTISELECTABLE:"Enthält Elemente für Mehrfachauswahl",ARIA_LABEL_LIST_DELETABLE:"Enthält löschbare Elemente",MESSAGE_STRIP_CLOSE_BUTTON:"Schließen der Nachrichtenzeile",MULTICOMBOBOX_DIALOG_OK_BUTTON:"OK",VALUE_STATE_ERROR_ALREADY_SELECTED:"Wert ist bereits ausgewählt.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Mehrwerteingabe",MULTIINPUT_SHOW_MORE_TOKENS:"{0} Mehr",PANEL_ICON:"Expandieren/komprimieren",RANGE_SLIDER_ARIA_DESCRIPTION:"Bereich",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Linker Regler",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Rechter Regler",RATING_INDICATOR_TOOLTIP_TEXT:"Bewertung",RATING_INDICATOR_TEXT:"Bewertungssterne",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Ablehnen",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Drucktastengruppe mit Unterteilung",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Leertaste oder Eingabetaste drücken, um ein Element auszuwählen",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Drucktaste mit Unterteilung",SLIDER_ARIA_DESCRIPTION:"Griff des Schiebereglers",SWITCH_ON:"Ein",SWITCH_OFF:"Aus",LOAD_MORE_TEXT:"Mehr",TABLE_HEADER_ROW_TEXT:"Kopfzeile",TABLE_ROW_POSITION:"{0} von {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Gruppenkopfzeile",ARIA_LABEL_ROW_SELECTION:"Elementauswahl",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Alle Zeilen auswählen",TABCONTAINER_NEXT_ICON_ACC_NAME:"Weiter",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Zurück",TABCONTAINER_OVERFLOW_MENU_TITLE:"Überlaufmenü",TEXTAREA_CHARACTERS_LEFT:"{0} Zeichen verbleibend",TEXTAREA_CHARACTERS_EXCEEDED:"{0} Zeichen über Limit",TIMEPICKER_HOURS_LABEL:"Stunden",TIMEPICKER_MINUTES_LABEL:"Minuten",TIMEPICKER_SECONDS_LABEL:"Sekunden",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Abbrechen",TIMEPICKER_INPUT_DESCRIPTION:"Zeiteingabe",DURATION_INPUT_DESCRIPTION:"Eingabe der Dauer",DATETIME_PICKER_DATE_BUTTON:"Datum",DATETIME_PICKER_TIME_BUTTON:"Zeit",TOKEN_ARIA_DELETABLE:"Löschbar",TOKENIZER_ARIA_CONTAIN_TOKEN:"Keine Tokens",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Enthält 1 Token",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Enthält {0} Tokens",TOKENIZER_ARIA_LABEL:"Tokenizer",TOKENIZER_POPOVER_REMOVE:"Entfernen",TREE_ITEM_ARIA_LABEL:"Baumelement",TREE_ITEM_EXPAND_NODE:"Knoten expandieren",TREE_ITEM_COLLAPSE_NODE:"Knoten komprimieren",VALUE_STATE_ERROR:"Ungültige Eingabe",VALUE_STATE_WARNING:"Warnung ausgegeben",VALUE_STATE_INFORMATION:"Informationseintrag",VALUE_STATE_SUCCESS:"Eintrag erfolgreich validiert",CALENDAR_HEADER_NEXT_BUTTON:"Weiter",CALENDAR_HEADER_PREVIOUS_BUTTON:"Zurück",DAY_PICKER_WEEK_NUMBER_TEXT:"Kalenderwoche",DAY_PICKER_NON_WORKING_DAY:"Arbeitsfreier Tag",DAY_PICKER_TODAY:"Heute",STEPINPUT_DEC_ICON_TITLE:"Verkleinern",STEPINPUT_INC_ICON_TITLE:"Vergrößern"};
2
- //# sourceMappingURL=messagebundle_de-0376c479.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_de-0376c479.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Περιεχόμενα Κάρτας",ARIA_ROLEDESCRIPTION_CARD:"Κάρτα",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Κεφαλίδα Κάρτας",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Κεφαλίδα Διαδραστικής Κάρτας",AVATAR_TOOLTIP:"Αβαταρ",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} εμφανίστηκε, {1} κρύφθηκε.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Ενεργοποίηση για ολοκληρωμένη λίστα.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Μεμονωμένα άβαταρ.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Συνδεδεμένα άβαταρ.",AVATAR_GROUP_MOVE:"Πατήστε τα πλήκτρα ΒΕΛΟΥΣ για μετακίνηση.",BADGE_DESCRIPTION:"Σήμα",BREADCRUMBS_ARIA_LABEL:"Ιχνος Πορείας",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"Περισσότερα",BREADCRUMBS_CANCEL_BUTTON:"Ακύρωση",BUSY_INDICATOR_TITLE:"Περιμένετε",BUTTON_ARIA_TYPE_ACCEPT:"Θετική Ενέργεια",BUTTON_ARIA_TYPE_REJECT:"Αρνητική Ενέργεια",BUTTON_ARIA_TYPE_EMPHASIZED:"Τονισμένο",CAROUSEL_OF_TEXT:"από",CAROUSEL_DOT_TEXT:"Στοιχείο {0} του {1} εμφανίζεται",CAROUSEL_PREVIOUS_ARROW_TEXT:"Προηγούμενη Σελίδα",CAROUSEL_NEXT_ARROW_TEXT:"Επόμενη Σελίδα",COLORPALETTE_CONTAINER_LABEL:"Παλέτα Χρωμάτων - Προκαθορισμένα Χρώματα",COLORPALETTE_POPOVER_TITLE:"Παλέτα Χρωμάτων",COLORPALETTE_COLOR_LABEL:"Χρώμα",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Ακύρωση",COLOR_PALETTE_DIALOG_OK_BUTTON:"ΟΚ",COLOR_PALETTE_DIALOG_TITLE:"Αλλαγή Χρώματος",COLOR_PALETTE_MORE_COLORS_TEXT:"Περισσότερα Χρώματα...",DATEPICKER_OPEN_ICON_TITLE:"Ανοιγμα Επιλογέα",DATEPICKER_DATE_DESCRIPTION:"Εισαγωγή Ημερ.",DATETIME_DESCRIPTION:"Εισαγωγή Ημερομηνίας/Ώρας",DATERANGE_DESCRIPTION:"Είσοδος Εύρους Ημερομηνιών",DELETE:"Διαγραφή",FILEUPLOAD_BROWSE:"Αναζήτηση...",FILEUPLOADER_TITLE:"Φόρτωση Αρχείου",GROUP_HEADER_TEXT:"Κεφαλίδα Ομάδας",SELECT_OPTIONS:"Επιλογή Εκδοχών",INPUT_SUGGESTIONS:"Προτάσεις Διαθέσιμες",INPUT_SUGGESTIONS_TITLE:"Επιλογή",INPUT_SUGGESTIONS_ONE_HIT:"1 αποτέλεσμα διαθέσιμο",INPUT_SUGGESTIONS_MORE_HITS:"{0} αποτελέσματα είναι διαθέσιμα",INPUT_SUGGESTIONS_NO_HIT:"Χωρίς αποτελέσματα",LINK_SUBTLE:"Διακριτικό",LINK_EMPHASIZED:"Τονισμένο",LIST_ITEM_POSITION:"Αναλ.γραμ.λίστας {0} από {1}",LIST_ITEM_SELECTED:"Επιλεγμένο",LIST_ITEM_NOT_SELECTED:"Δεν Επιλέχτηκε",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Λειτουργία Πολλαπλής Επιλογής",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Επιλογή Αναλ.Γραμ.",ARIA_LABEL_LIST_SELECTABLE:"Περιέχει Επιλέξιμα Στοιχεία",ARIA_LABEL_LIST_MULTISELECTABLE:"Περιέχει Πολλά Επιλέξιμα Στοιχεία",ARIA_LABEL_LIST_DELETABLE:"Περιέχει Διαγράψιμα Στοιχεία",MESSAGE_STRIP_CLOSE_BUTTON:"Κλείσιμο Ταινίας Μηνύματος",MULTICOMBOBOX_DIALOG_OK_BUTTON:"ΟΚ",VALUE_STATE_ERROR_ALREADY_SELECTED:"Αυτή η τιμή επιλέχθηκε ήδη.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Είσοδος με Πολλές Τιμές",MULTIINPUT_SHOW_MORE_TOKENS:"{0} Περισσότερα",PANEL_ICON:"Επέκταση/Σύμπτυξη",RANGE_SLIDER_ARIA_DESCRIPTION:"Εύρος",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Αριστερός μοχλός",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Δεξιός μοχλός",RATING_INDICATOR_TOOLTIP_TEXT:"Αξιολόγηση",RATING_INDICATOR_TEXT:"Δείκτης Αξιολόγησης",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Απόρριψη",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Ομάδα κουμπιού τμηματοποίησης",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Πατήστε SPACE ή ENTER για να επιλέξετε αναλ.γραμ.",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Κουμπί τμηματοποίησης",SLIDER_ARIA_DESCRIPTION:"Μοχλός ρυθμιστικού",SWITCH_ON:"Ενεργό",SWITCH_OFF:"Ανενεργό",LOAD_MORE_TEXT:"Περισσότερα",TABLE_HEADER_ROW_TEXT:"Σειρά Κεφαλίδας",TABLE_ROW_POSITION:"{0} από {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Σειρά Κεφαλίδας Ομάδας",ARIA_LABEL_ROW_SELECTION:"Επιλογή Αναλ.Γραμ.",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Επιλέξτε Όλες τις Σειρές",TABCONTAINER_NEXT_ICON_ACC_NAME:"Επόμενο",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Προηγούμενο",TABCONTAINER_OVERFLOW_MENU_TITLE:"Μενού Υπερχείλισης",TEXTAREA_CHARACTERS_LEFT:"{0} εναπομείναντες χαρακτήρες",TEXTAREA_CHARACTERS_EXCEEDED:"{0} Πλεονάζοντες χαρακτήρες",TIMEPICKER_HOURS_LABEL:"Ωρες",TIMEPICKER_MINUTES_LABEL:"Λεπτά",TIMEPICKER_SECONDS_LABEL:"Δευτερόλεπτα",TIMEPICKER_PERIODS_LABEL:"ΠΜ/ΜΜ",TIMEPICKER_SUBMIT_BUTTON:"ΟΚ",TIMEPICKER_CANCEL_BUTTON:"Ακύρωση",TIMEPICKER_INPUT_DESCRIPTION:"Εισαγωγή Ώρας",DURATION_INPUT_DESCRIPTION:"Εισαγωγή Διάρκειας",DATETIME_PICKER_DATE_BUTTON:"Ημερομηνία",DATETIME_PICKER_TIME_BUTTON:"Χρόνος",TOKEN_ARIA_DELETABLE:"Διαγράψιμο",TOKENIZER_ARIA_CONTAIN_TOKEN:"Δεν Υπάρχουν Διακριτικά",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Περιέχει 1 διακριτικό",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Περιέχει {0} διακριτικά",TOKENIZER_ARIA_LABEL:"Με Διακριτικά",TOKENIZER_POPOVER_REMOVE:"Διαγραφή",TREE_ITEM_ARIA_LABEL:"Αναλ.Γραμ.Δέντρου",TREE_ITEM_EXPAND_NODE:"Επέκταση Κόμβου",TREE_ITEM_COLLAPSE_NODE:"Σύμπτυξη Κόμβου",VALUE_STATE_ERROR:"Ακυρη καταχώριση",VALUE_STATE_WARNING:"Προειδοποίηση εκδόθηκε",VALUE_STATE_INFORMATION:"Πληροφοριακή καταχώριση",VALUE_STATE_SUCCESS:"Καταχώριση ελέγχθηκε επιτυχώς",CALENDAR_HEADER_NEXT_BUTTON:"Επόμενο",CALENDAR_HEADER_PREVIOUS_BUTTON:"Προηγούμενο",DAY_PICKER_WEEK_NUMBER_TEXT:"Αριθμός Εβδομάδας",DAY_PICKER_NON_WORKING_DAY:"Μη Εργάσιμη Ημέρα",DAY_PICKER_TODAY:"Σήμερα",STEPINPUT_DEC_ICON_TITLE:"Μείωση",STEPINPUT_INC_ICON_TITLE:"Αύξηση"};
2
- //# sourceMappingURL=messagebundle_el-e1955d32.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_el-e1955d32.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export default{ARIA_LABEL_CARD_CONTENT:"Card Content",ARIA_ROLEDESCRIPTION_CARD:"Card",ARIA_ROLEDESCRIPTION_CARD_HEADER:"Card Header",ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER:"Interactive Card Header",AVATAR_TOOLTIP:"Avatar",AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL:"{0} displayed, {1} hidden.",AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL:"Activate for complete list.",AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL:"Individual avatars.",AVATAR_GROUP_ARIA_LABEL_GROUP:"Conjoined avatars.",AVATAR_GROUP_MOVE:"Press ARROW keys to move.",BADGE_DESCRIPTION:"Badge",BREADCRUMBS_ARIA_LABEL:"Breadcrumb Trail",BREADCRUMBS_OVERFLOW_ARIA_LABEL:"More",BREADCRUMBS_CANCEL_BUTTON:"Cancel",BUSY_INDICATOR_TITLE:"Please wait",BUTTON_ARIA_TYPE_ACCEPT:"Positive Action",BUTTON_ARIA_TYPE_REJECT:"Negative Action",BUTTON_ARIA_TYPE_EMPHASIZED:"Emphasized",CAROUSEL_OF_TEXT:"of",CAROUSEL_DOT_TEXT:"Item {0} of {1} displayed",CAROUSEL_PREVIOUS_ARROW_TEXT:"Previous Page",CAROUSEL_NEXT_ARROW_TEXT:"Next Page",COLORPALETTE_CONTAINER_LABEL:"Color Palette - Predefined Colors",COLORPALETTE_POPOVER_TITLE:"Color Palette",COLORPALETTE_COLOR_LABEL:"Color",COLOR_PALETTE_DIALOG_CANCEL_BUTTON:"Cancel",COLOR_PALETTE_DIALOG_OK_BUTTON:"OK",COLOR_PALETTE_DIALOG_TITLE:"Change Color",COLOR_PALETTE_MORE_COLORS_TEXT:"More Colors...",DATEPICKER_OPEN_ICON_TITLE:"Open Picker",DATEPICKER_DATE_DESCRIPTION:"Date Input",DATETIME_DESCRIPTION:"Date Time Input",DATERANGE_DESCRIPTION:"Date Range Input",DELETE:"Delete",FILEUPLOAD_BROWSE:"Browse...",FILEUPLOADER_TITLE:"Upload File",GROUP_HEADER_TEXT:"Group Header",SELECT_OPTIONS:"Select Options",INPUT_SUGGESTIONS:"Suggestions Available",INPUT_SUGGESTIONS_TITLE:"Select",INPUT_SUGGESTIONS_ONE_HIT:"1 result available",INPUT_SUGGESTIONS_MORE_HITS:"{0} results are available",INPUT_SUGGESTIONS_NO_HIT:"No results",LINK_SUBTLE:"Subtle",LINK_EMPHASIZED:"Emphasized",LIST_ITEM_POSITION:"List item {0} of {1}",LIST_ITEM_SELECTED:"Selected",LIST_ITEM_NOT_SELECTED:"Not Selected",ARIA_LABEL_LIST_ITEM_CHECKBOX:"Multiple Selection Mode",ARIA_LABEL_LIST_ITEM_RADIO_BUTTON:"Item Selection.",ARIA_LABEL_LIST_SELECTABLE:"Contains Selectable Items",ARIA_LABEL_LIST_MULTISELECTABLE:"Contains Multi-Selectable Items",ARIA_LABEL_LIST_DELETABLE:"Contains Deletable Items",MESSAGE_STRIP_CLOSE_BUTTON:"Message Strip Close",MULTICOMBOBOX_DIALOG_OK_BUTTON:"OK",VALUE_STATE_ERROR_ALREADY_SELECTED:"This value is already selected.",MULTIINPUT_ROLEDESCRIPTION_TEXT:"Multi Value Input",MULTIINPUT_SHOW_MORE_TOKENS:"{0} More",PANEL_ICON:"Expand/Collapse",RANGE_SLIDER_ARIA_DESCRIPTION:"Range",RANGE_SLIDER_START_HANDLE_DESCRIPTION:"Left handle",RANGE_SLIDER_END_HANDLE_DESCRIPTION:"Right handle",RATING_INDICATOR_TOOLTIP_TEXT:"Rating",RATING_INDICATOR_TEXT:"Rating Indicator",RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON:"Decline",SEGMENTEDBUTTON_ARIA_DESCRIPTION:"Segmented button group",SEGMENTEDBUTTON_ARIA_DESCRIBEDBY:"Press SPACE or ENTER to select an item",SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION:"Segmented button",SLIDER_ARIA_DESCRIPTION:"Slider handle",SWITCH_ON:"On",SWITCH_OFF:"Off",LOAD_MORE_TEXT:"More",TABLE_HEADER_ROW_TEXT:"Header Row",TABLE_ROW_POSITION:"{0} of {1}",TABLE_GROUP_ROW_ARIA_LABEL:"Group Header Row",ARIA_LABEL_ROW_SELECTION:"Item Selection",ARIA_LABEL_SELECT_ALL_CHECKBOX:"Select All Rows",TABCONTAINER_NEXT_ICON_ACC_NAME:"Next",TABCONTAINER_PREVIOUS_ICON_ACC_NAME:"Previous",TABCONTAINER_OVERFLOW_MENU_TITLE:"Overflow Menu",TEXTAREA_CHARACTERS_LEFT:"{0} characters remaining",TEXTAREA_CHARACTERS_EXCEEDED:"{0} characters over limit",TIMEPICKER_HOURS_LABEL:"Hours",TIMEPICKER_MINUTES_LABEL:"Minutes",TIMEPICKER_SECONDS_LABEL:"Seconds",TIMEPICKER_PERIODS_LABEL:"AM/PM",TIMEPICKER_SUBMIT_BUTTON:"OK",TIMEPICKER_CANCEL_BUTTON:"Cancel",TIMEPICKER_INPUT_DESCRIPTION:"Time Input",DURATION_INPUT_DESCRIPTION:"Duration Input",DATETIME_PICKER_DATE_BUTTON:"Date",DATETIME_PICKER_TIME_BUTTON:"Time",TOKEN_ARIA_DELETABLE:"Deletable",TOKENIZER_ARIA_CONTAIN_TOKEN:"No Tokens",TOKENIZER_ARIA_CONTAIN_ONE_TOKEN:"Contains 1 token",TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS:"Contains {0} tokens",TOKENIZER_ARIA_LABEL:"Tokenizer",TOKENIZER_POPOVER_REMOVE:"Remove",TREE_ITEM_ARIA_LABEL:"Tree Item",TREE_ITEM_EXPAND_NODE:"Expand Node",TREE_ITEM_COLLAPSE_NODE:"Collapse Node",VALUE_STATE_ERROR:"Invalid entry",VALUE_STATE_WARNING:"Warning issued",VALUE_STATE_INFORMATION:"Informative entry",VALUE_STATE_SUCCESS:"Entry successfully validated",CALENDAR_HEADER_NEXT_BUTTON:"Next",CALENDAR_HEADER_PREVIOUS_BUTTON:"Previous",DAY_PICKER_WEEK_NUMBER_TEXT:"Week Number",DAY_PICKER_NON_WORKING_DAY:"Non-Working Day",DAY_PICKER_TODAY:"Today",STEPINPUT_DEC_ICON_TITLE:"Decrease",STEPINPUT_INC_ICON_TITLE:"Increase"};
2
- //# sourceMappingURL=messagebundle_en-e41c44ec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messagebundle_en-e41c44ec.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}