@openui5/sap.ui.integration 1.127.0 → 1.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (757) hide show
  1. package/package.json +7 -7
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +76 -17
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/ShowCardAction.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/filters/BaseFilter.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  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 +1 -1
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
  38. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  39. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  40. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  41. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  42. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  43. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  44. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  45. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  46. package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
  47. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  88. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
  89. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  90. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  91. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  92. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  93. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  94. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  95. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  96. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  98. package/src/sap/ui/integration/editor/Editor.js +2 -2
  99. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  100. package/src/sap/ui/integration/editor/Extension.js +1 -1
  101. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  102. package/src/sap/ui/integration/editor/Settings.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  121. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  122. package/src/sap/ui/integration/library.js +58 -3
  123. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  124. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  125. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  126. package/src/sap/ui/integration/schemas/sap-card.json +6 -1
  127. package/src/sap/ui/integration/themes/base/Card.less +148 -3
  128. package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
  129. package/src/sap/ui/integration/themes/base/library.source.less +0 -1
  130. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
  131. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
  132. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
  133. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
  135. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
  142. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
  340. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  341. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  342. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  343. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  344. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  345. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  346. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  347. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  348. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  349. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  350. package/src/sap/ui/integration/util/Destinations.js +1 -1
  351. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  352. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  353. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  354. package/src/sap/ui/integration/util/Form.js +1 -1
  355. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  356. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  357. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  358. package/src/sap/ui/integration/util/Manifest.js +1 -1
  359. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  360. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  361. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  362. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  363. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  364. package/src/sap/ui/integration/util/Utils.js +1 -1
  365. package/src/sap/ui/integration/util/Validators.js +1 -1
  366. package/src/sap/ui/integration/widgets/Card.js +10 -6
  367. package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
  368. package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
  369. package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
  370. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
  371. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
  373. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
  375. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
  377. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
  379. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
  381. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
  383. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
  385. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
  387. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
  389. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
  391. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
  393. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
  395. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
  397. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
  399. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
  401. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
  403. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
  405. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
  407. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
  409. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
  411. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
  413. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
  415. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
  417. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
  419. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
  421. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
  423. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
  425. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
  427. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
  429. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
  431. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
  433. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
  435. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
  437. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
  439. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
  441. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
  443. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
  445. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
  447. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
  449. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
  451. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
  453. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
  455. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
  457. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
  459. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
  461. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
  463. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
  465. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
  469. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
  471. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
  473. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
  475. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
  579. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
  580. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
  581. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
  582. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
  583. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
  584. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
  585. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
  586. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
  587. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
  588. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
  589. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
  590. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
  591. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
  592. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
  593. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
  594. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
  595. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
  596. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
  597. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
  598. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
  599. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
  600. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
  601. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
  602. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
  603. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
  604. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
  605. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
  649. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
  650. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
  651. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
  652. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
  653. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
  655. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
  657. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
  659. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
  661. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
  663. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
  665. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
  666. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
  667. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
  668. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
  669. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
  670. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
  671. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
  672. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
  673. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
  674. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
  675. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
  676. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
  677. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
  678. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
  679. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
  680. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
  681. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
  682. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
  683. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
  684. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
  685. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
  686. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
  687. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
  688. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
  689. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
  690. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
  691. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
  692. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
  693. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
  694. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
  695. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
  696. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
  697. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
  698. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
  699. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
  700. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
  701. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
  702. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
  703. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
  704. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
  705. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
  706. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
  707. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
  708. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
  709. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
  710. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
  711. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
  712. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
  713. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
  714. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
  715. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
  716. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
  717. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
  718. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
  719. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
  720. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
  721. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
  722. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
  723. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
  724. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
  725. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
  726. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
  727. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
  728. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
  729. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
  730. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
  731. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
  732. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
  733. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
  734. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
  735. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
  736. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
  737. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
  738. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
  739. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
  740. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
  741. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
  742. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
  743. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
  744. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
  745. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
  746. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
  747. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
  748. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
  749. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
  750. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
  751. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
  752. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
  753. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
  754. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
  755. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
  756. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
  757. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
@@ -0,0 +1 @@
1
+ const __license="This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",orientation="left-to-right",dateFields={era:{displayName:"年代"},"year-wide":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"year-short":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"year-narrow":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"quarter-wide":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"quarter-short":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"quarter-narrow":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"month-wide":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"month-short":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"month-narrow":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"week-wide":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"week-short":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"week-narrow":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"day-wide":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},"day-short":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},"day-narrow":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},weekday:{displayName:"週天"},"hour-wide":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"hour-short":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"hour-narrow":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"minute-wide":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"minute-short":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"minute-narrow":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"second-wide":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},"second-short":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},"second-narrow":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},zone:{displayName:"時區"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0%"},currencyFormat={standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA",XPF:"CFPF"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"{0} 公寸"},"10p-2":{unitPrefixPattern:"{0} 公分"},"10p-3":{unitPrefixPattern:"{0} 公釐"},"10p-6":{unitPrefixPattern:"{0} 微米"},"10p-9":{unitPrefixPattern:"{0} 奈米"},"10p-12":{unitPrefixPattern:"{0} 皮米"},"10p-15":{unitPrefixPattern:"{0} 飛米"},"10p-18":{unitPrefixPattern:"{0} 阿米"},"10p-21":{unitPrefixPattern:"{0} 仄米"},"10p-24":{unitPrefixPattern:"{0} 麼米"},"10p1":{unitPrefixPattern:"{0} 公丈"},"10p2":{unitPrefixPattern:"{0} 公引"},"10p3":{unitPrefixPattern:"{0} 公里"},"10p6":{unitPrefixPattern:"{0} 兆米"},"10p9":{unitPrefixPattern:"{0} 吉米"},"10p12":{unitPrefixPattern:"{0} 太米"},"10p15":{unitPrefixPattern:"{0} 拍米"},"10p18":{unitPrefixPattern:"{0} 艾米"},"10p21":{unitPrefixPattern:"{0} 皆米"},"10p24":{unitPrefixPattern:"{0} 佑米"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}⋅{1}"},"acceleration-g-force":{displayName:"G 力","unitPattern-count-other":"{0} G 力"},"acceleration-meter-per-square-second":{displayName:"公尺/平方秒","unitPattern-count-other":"{0} 公尺/平方秒"},"angle-revolution":{displayName:"圈數","unitPattern-count-other":"{0} 圈"},"angle-radian":{displayName:"弧度","unitPattern-count-other":"{0} 弧度"},"angle-degree":{displayName:"角度","unitPattern-count-other":"{0} 度"},"angle-arc-minute":{displayName:"角分","unitPattern-count-other":"{0} 角分"},"angle-arc-second":{displayName:"角秒","unitPattern-count-other":"{0} 角秒"},"area-square-kilometer":{displayName:"平方公里","unitPattern-count-other":"{0} 平方公里",perUnitPattern:"{0}/平方公里"},"area-hectare":{displayName:"公頃","unitPattern-count-other":"{0} 公頃"},"area-square-meter":{displayName:"平方公尺","unitPattern-count-other":"{0} 平方公尺",perUnitPattern:"{0}/平方公尺"},"area-square-centimeter":{displayName:"平方公分","unitPattern-count-other":"{0} 平方公分",perUnitPattern:"{0}/平分公分"},"area-square-mile":{displayName:"平方英里","unitPattern-count-other":"{0} 平方英里",perUnitPattern:"{0}/平方英里"},"area-acre":{displayName:"英畝","unitPattern-count-other":"{0} 英畝"},"area-square-yard":{displayName:"平方碼","unitPattern-count-other":"{0} 平方碼"},"area-square-foot":{displayName:"平方英尺","unitPattern-count-other":"{0} 平方英尺"},"area-square-inch":{displayName:"平方英寸","unitPattern-count-other":"{0} 平方英寸",perUnitPattern:"{0}/平方英寸"},"area-dunam":{displayName:"杜納畝","unitPattern-count-other":"{0} 杜納畝"},"concentr-karat":{displayName:"克拉","unitPattern-count-other":"{0} 克拉"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"毫克/分升","unitPattern-count-other":"{0} 毫克/分升"},"concentr-millimole-per-liter":{displayName:"毫莫耳/公升","unitPattern-count-other":"{0} 毫莫耳/公升"},"concentr-item":{displayName:"個項目","unitPattern-count-other":"{0} 個項目"},"concentr-permillion":{displayName:"百萬分率","unitPattern-count-other":"{0} 百萬分率"},"concentr-percent":{displayName:"百分比","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"千分比","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"莫耳","unitPattern-count-other":"{0} 莫耳"},"consumption-liter-per-kilometer":{displayName:"公升/公里","unitPattern-count-other":"{0} 升/公里"},"consumption-liter-per-100-kilometer":{displayName:"升/100 公里","unitPattern-count-other":"{0} 升/100 公里"},"consumption-mile-per-gallon":{displayName:"英里/加侖","unitPattern-count-other":"{0} 英里/加侖"},"consumption-mile-per-gallon-imperial":{displayName:"英里/英制加侖","unitPattern-count-other":"{0} 英里/英制加侖"},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"世紀","unitPattern-count-other":"{0} 世紀"},"duration-decade":{displayName:"10 年","unitPattern-count-other":"{0}0 年"},"duration-year":{displayName:"年","unitPattern-count-other":"{0} 年",perUnitPattern:"{0}/年"},"duration-quarter":{displayName:"刻","unitPattern-count-other":"{0} 刻",perUnitPattern:"{0}/刻"},"duration-month":{displayName:"月","unitPattern-count-other":"{0} 個月",perUnitPattern:"{0}/月"},"duration-week":{displayName:"週","unitPattern-count-other":"{0} 週",perUnitPattern:"{0}/週"},"duration-day":{displayName:"天","unitPattern-count-other":"{0} 天",perUnitPattern:"{0}/天"},"duration-hour":{displayName:"小時","unitPattern-count-other":"{0} 小時",perUnitPattern:"{0}/小時"},"duration-minute":{displayName:"分鐘","unitPattern-count-other":"{0} 分鐘",perUnitPattern:"{0}/分鐘"},"duration-second":{displayName:"秒","unitPattern-count-other":"{0} 秒",perUnitPattern:"{0}/秒"},"duration-millisecond":{displayName:"毫秒","unitPattern-count-other":"{0} 毫秒"},"duration-microsecond":{displayName:"微秒","unitPattern-count-other":"{0} 微秒"},"duration-nanosecond":{displayName:"奈秒","unitPattern-count-other":"{0} 奈秒"},"electric-ampere":{displayName:"安培","unitPattern-count-other":"{0} 安培"},"electric-milliampere":{displayName:"毫安培","unitPattern-count-other":"{0} 毫安培"},"electric-ohm":{displayName:"歐姆","unitPattern-count-other":"{0} 歐姆"},"electric-volt":{displayName:"伏特","unitPattern-count-other":"{0} 伏特"},"energy-kilocalorie":{displayName:"千卡","unitPattern-count-other":"{0} 千卡"},"energy-calorie":{displayName:"卡路里","unitPattern-count-other":"{0} 卡"},"energy-foodcalorie":{displayName:"大卡","unitPattern-count-other":"{0} 大卡"},"energy-kilojoule":{displayName:"千焦耳","unitPattern-count-other":"{0} 千焦"},"energy-joule":{displayName:"焦耳","unitPattern-count-other":"{0} 焦"},"energy-kilowatt-hour":{displayName:"千瓦小時","unitPattern-count-other":"{0} 千瓦小時"},"energy-electronvolt":{displayName:"電子伏特","unitPattern-count-other":"{0} 電子伏特"},"energy-british-thermal-unit":{displayName:"英熱單位","unitPattern-count-other":"{0} 英熱單位"},"energy-therm-us":{displayName:"美制撒姆","unitPattern-count-other":"{0} 美制撒姆"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"吉赫","unitPattern-count-other":"{0} 吉赫"},"frequency-megahertz":{displayName:"兆赫","unitPattern-count-other":"{0} 兆赫"},"frequency-kilohertz":{displayName:"千赫","unitPattern-count-other":"{0} 千赫"},"frequency-hertz":{displayName:"赫茲","unitPattern-count-other":"{0} 赫茲"},"graphics-em":{displayName:"em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"公里","unitPattern-count-other":"{0} 公里",perUnitPattern:"{0}/公里"},"length-meter":{displayName:"公尺","unitPattern-count-other":"{0} 公尺",perUnitPattern:"{0}/公尺"},"length-decimeter":{displayName:"公寸","unitPattern-count-other":"{0} 公寸"},"length-centimeter":{displayName:"公分","unitPattern-count-other":"{0} 公分",perUnitPattern:"{0}/公分"},"length-millimeter":{displayName:"公釐","unitPattern-count-other":"{0} 公釐"},"length-micrometer":{displayName:"微米","unitPattern-count-other":"{0} 微米"},"length-nanometer":{displayName:"奈米","unitPattern-count-other":"{0} 奈米"},"length-picometer":{displayName:"皮米","unitPattern-count-other":"{0} 皮米"},"length-mile":{displayName:"英里","unitPattern-count-other":"{0} 英里"},"length-yard":{displayName:"碼","unitPattern-count-other":"{0} 碼"},"length-foot":{displayName:"英尺","unitPattern-count-other":"{0} 呎",perUnitPattern:"{0}/呎"},"length-inch":{displayName:"英寸","unitPattern-count-other":"{0} 吋",perUnitPattern:"{0}/吋"},"length-parsec":{displayName:"秒差距","unitPattern-count-other":"{0} 秒差距"},"length-light-year":{displayName:"光年","unitPattern-count-other":"{0} 光年"},"length-astronomical-unit":{displayName:"天文單位","unitPattern-count-other":"{0} 天文單位"},"length-furlong":{displayName:"化朗","unitPattern-count-other":"{0} 化朗"},"length-fathom":{displayName:"英尋","unitPattern-count-other":"{0} 英尋"},"length-nautical-mile":{displayName:"海里","unitPattern-count-other":"{0} 海里"},"length-mile-scandinavian":{displayName:"斯堪地那維亞英里","unitPattern-count-other":"{0} 斯堪地那維亞英里"},"length-point":{displayName:"點","unitPattern-count-other":"{0} 點"},"length-solar-radius":{displayName:"R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"勒克斯","unitPattern-count-other":"{0} 勒克斯"},"light-candela":{displayName:"燭光","unitPattern-count-other":"{0} 燭光"},"light-lumen":{displayName:"流明","unitPattern-count-other":"{0} 流明"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"公噸","unitPattern-count-other":"{0} 公噸"},"mass-kilogram":{displayName:"公斤","unitPattern-count-other":"{0} 公斤",perUnitPattern:"{0}/公斤"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} 克",perUnitPattern:"{0}/克"},"mass-milligram":{displayName:"毫克","unitPattern-count-other":"{0} 毫克"},"mass-microgram":{displayName:"微克","unitPattern-count-other":"{0} 微克"},"mass-ton":{displayName:"美噸","unitPattern-count-other":"{0} 美噸"},"mass-stone":{displayName:"英石","unitPattern-count-other":"{0} 英石"},"mass-pound":{displayName:"磅","unitPattern-count-other":"{0} 磅",perUnitPattern:"{0}/磅"},"mass-ounce":{displayName:"盎司","unitPattern-count-other":"{0} 盎司",perUnitPattern:"{0}/盎司"},"mass-ounce-troy":{displayName:"金衡盎司","unitPattern-count-other":"{0} 金衡盎司"},"mass-carat":{displayName:"克拉","unitPattern-count-other":"{0} 克拉"},"mass-dalton":{displayName:"達爾頓","unitPattern-count-other":"{0} 達爾頓"},"mass-earth-mass":{displayName:"地球質量","unitPattern-count-other":"{0} 地球質量"},"mass-solar-mass":{displayName:"太陽質量","unitPattern-count-other":"{0} 太陽質量"},"mass-grain":{displayName:"格林","unitPattern-count-other":"{0} 格林"},"power-gigawatt":{displayName:"吉瓦","unitPattern-count-other":"{0} 吉瓦"},"power-megawatt":{displayName:"百萬瓦","unitPattern-count-other":"{0} 百萬瓦"},"power-kilowatt":{displayName:"千瓦","unitPattern-count-other":"{0} 千瓦"},"power-watt":{displayName:"瓦特","unitPattern-count-other":"{0} 瓦"},"power-milliwatt":{displayName:"毫瓦","unitPattern-count-other":"{0} 毫瓦"},"power-horsepower":{displayName:"匹","unitPattern-count-other":"{0} 匹"},"pressure-millimeter-ofhg":{displayName:"毫米汞柱","unitPattern-count-other":"{0} 毫米汞柱"},"pressure-pound-force-per-square-inch":{displayName:"磅力/平方英寸","unitPattern-count-other":"{0} 磅力/平方英寸"},"pressure-inch-ofhg":{displayName:"英寸汞柱","unitPattern-count-other":"{0} 英寸汞柱"},"pressure-bar":{displayName:"巴","unitPattern-count-other":"{0} 巴"},"pressure-millibar":{displayName:"毫巴","unitPattern-count-other":"{0} 毫巴"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"帕","unitPattern-count-other":"{0} 帕"},"pressure-hectopascal":{displayName:"百帕","unitPattern-count-other":"{0} 百帕"},"pressure-kilopascal":{displayName:"千帕","unitPattern-count-other":"{0} 千帕"},"pressure-megapascal":{displayName:"兆帕","unitPattern-count-other":"{0} 兆帕"},"speed-kilometer-per-hour":{displayName:"公里/小時","unitPattern-count-other":"{0} 公里/小時"},"speed-meter-per-second":{displayName:"公尺/秒","unitPattern-count-other":"{0} 公尺/秒"},"speed-mile-per-hour":{displayName:"英里/小時","unitPattern-count-other":"{0} 英里/小時"},"speed-knot":{displayName:"節","unitPattern-count-other":"{0} 節"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"攝氏","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"華氏","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"克耳文","unitPattern-count-other":"{0} 克耳文"},"torque-pound-force-foot":{displayName:"磅英尺","unitPattern-count-other":"{0} 磅英尺"},"torque-newton-meter":{displayName:"牛頓米","unitPattern-count-other":"{0} 牛頓米"},"volume-cubic-kilometer":{displayName:"立方公里","unitPattern-count-other":"{0} 立方公里"},"volume-cubic-meter":{displayName:"立方公尺","unitPattern-count-other":"{0} 立方公尺",perUnitPattern:"{0}/立方公尺"},"volume-cubic-centimeter":{displayName:"立方公分","unitPattern-count-other":"{0} 立方公分",perUnitPattern:"{0}/立方公分"},"volume-cubic-mile":{displayName:"立方英里","unitPattern-count-other":"{0} 立方英里"},"volume-cubic-yard":{displayName:"立方碼","unitPattern-count-other":"{0} 立方碼"},"volume-cubic-foot":{displayName:"立方英尺","unitPattern-count-other":"{0} 立方英尺"},"volume-cubic-inch":{displayName:"立方英寸","unitPattern-count-other":"{0} 立方英寸"},"volume-megaliter":{displayName:"兆升","unitPattern-count-other":"{0} 兆升"},"volume-hectoliter":{displayName:"公石","unitPattern-count-other":"{0} 公石"},"volume-liter":{displayName:"公升","unitPattern-count-other":"{0} 升",perUnitPattern:"{0}/升"},"volume-deciliter":{displayName:"公合","unitPattern-count-other":"{0} 公合"},"volume-centiliter":{displayName:"釐升","unitPattern-count-other":"{0} 釐升"},"volume-milliliter":{displayName:"毫升","unitPattern-count-other":"{0} 毫升"},"volume-pint-metric":{displayName:"公制品脫","unitPattern-count-other":"{0} 公制品脫"},"volume-cup-metric":{displayName:"公制量杯","unitPattern-count-other":"{0} 公制杯"},"volume-acre-foot":{displayName:"英畝英尺","unitPattern-count-other":"{0} 英畝英尺"},"volume-bushel":{displayName:"蒲式耳","unitPattern-count-other":"{0} 蒲式耳"},"volume-gallon":{displayName:"加侖","unitPattern-count-other":"{0} 加侖",perUnitPattern:"{0}/加侖"},"volume-gallon-imperial":{displayName:"英制加侖","unitPattern-count-other":"{0} 英制加侖",perUnitPattern:"{0}/英制加侖"},"volume-quart":{displayName:"夸脫","unitPattern-count-other":"{0} 夸脫"},"volume-pint":{displayName:"品脫","unitPattern-count-other":"{0} 品脫"},"volume-cup":{displayName:"量杯","unitPattern-count-other":"{0} 杯"},"volume-fluid-ounce":{displayName:"液盎司","unitPattern-count-other":"{0} 液盎司"},"volume-fluid-ounce-imperial":{displayName:"英液盎司","unitPattern-count-other":"{0} 英液盎司"},"volume-tablespoon":{displayName:"湯匙","unitPattern-count-other":"{0} 湯匙"},"volume-teaspoon":{displayName:"茶匙","unitPattern-count-other":"{0} 茶匙"},"volume-barrel":{displayName:"桶","unitPattern-count-other":"{0} 桶"},"volume-dessert-spoon":{displayName:"甜品匙","unitPattern-count-other":"{0} 甜品匙"},"volume-dessert-spoon-imperial":{displayName:"英制甜品匙","unitPattern-count-other":"{0} 英制甜品匙"},"volume-drop":{displayName:"滴","unitPattern-count-other":"{0} 滴"},"volume-dram":{displayName:"打蘭","unitPattern-count-other":"{0} 打蘭"},"volume-jigger":{displayName:"量酒杯","unitPattern-count-other":"{0} 量酒杯"},"volume-pinch":{displayName:"小撮","unitPattern-count-other":"{0} 小撮"},"volume-quart-imperial":{displayName:"英制夸脫","unitPattern-count-other":"{0} 英制夸脫"},coordinateUnit:{displayName:"方向",east:"東經{0}",north:"北緯{0}",south:"南緯{0}",west:"西經{0}"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={},timeData={_allowed:"hB hb h H",_preferred:"h"},dayPeriodRules={afternoon1:{_before:"13:00",_from:"12:00"},afternoon2:{_before:"19:00",_from:"13:00"},evening1:{_before:"24:00",_from:"19:00"},midnight:{_at:"00:00"},morning1:{_before:"08:00",_from:"05:00"},morning2:{_before:"12:00",_from:"08:00"},night1:{_before:"05:00",_from:"00:00"}},calendarPreference=["gregorian","roc","chinese"],zh_TW={__license:__license,__version:"43.0.0",__buildtime:__buildtime,orientation:orientation,"ca-gregorian":{dateFormats:{full:"y年M月d日 EEEE",long:"y年M月d日",medium:"y年M月d日",short:"y/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日 E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"HH:mm",hms:"Bh:mm:ss",Hms:"HH:mm:ss",hmsv:"Bh:mm:ss [v]",Hmsv:"HH:mm:ss [v]",hmv:"Bh:mm [v]",Hmv:"HH:mm [v]",M:"M月",Md:"M/d",MEd:"M/d(E)",MMdd:"MM/dd",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日 E",MMMMd:"M月d日",ms:"mm:ss",y:"y年",yM:"y/M",yMd:"y/M/d",yMEd:"y/M/d(E)",yMEEEEd:"y年M月d日 EEEE",yMM:"y/MM",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日 E",yMMMM:"y年M月",yQQQ:"y年QQQ",yQQQQ:"y年QQQQ",MMMMW:"MMMM的第W週",yw:"Y年的第w週"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"Bh時 – Bh時",h:"Bh–h時"},Bhm:{B:"Bh:mm – Bh:mm",h:"Bh:mm–h:mm",m:"Bh:mm–h:mm"},d:{d:"d日至d日"},Gy:{G:"Gy – Gy",y:"Gy–y"},GyM:{G:"GGGGGy-MM – GGGGGy-MM",M:"GGGGGy-MM – y-MM",y:"GGGGGy-MM – y-MM"},GyMd:{d:"GGGGGy-MM-dd – y-MM-dd",G:"GGGGGy-MM-dd – GGGGGy-MM-dd",M:"GGGGGy-MM-dd – y-MM-dd",y:"GGGGGy-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGGy-MM-dd, E – y-MM-dd, E",G:"GGGGGy-MM-dd, E – GGGGGy-MM-dd, E",M:"GGGGGy-MM-dd, E – y-MM-dd, E",y:"GGGGGy-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"Gy年MMM – Gy年MMM",M:"Gy年MMM–MMM",y:"Gy年MMM – y年MMM"},GyMMMd:{d:"Gy年MMMd–d日",G:"Gy年MMMd日 – Gy年MMMd日",M:"Gy年MMMd日 – MMMd日",y:"Gy年MMMd日 – y年MMMd日"},GyMMMEd:{d:"Gy年MMMd日, E – MMMd日, E",G:"Gy年MMMd日, E – Gy年MMMd日, E",M:"Gy年MMMd日, E – MMMd日, E",y:"Gy年MMMd日, E – y年MMMd日, E"},h:{a:"ah時至ah時",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH – HH"},hm:{a:"ah:mm至ah:mm",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm – HH:mm [v]",m:"HH:mm – HH:mm [v]"},hv:{a:"ah時至ah時 [v]",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH – HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"y至y"},yM:{M:"y/M至y/M",y:"y/M至y/M"},yMd:{d:"y/M/d至y/M/d",M:"y/M/d至y/M/d",y:"y/M/d至y/M/d"},yMEd:{d:"y/M/dE至y/M/dE",M:"y/M/dE至y/M/dE",y:"y/M/dE至y/M/dE"},yMMM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMMMd:{d:"y年M月d日至d日",M:"y年M月d日至M月d日",y:"y年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"y年M月d日E至M月d日E",y:"y年M月d日E至y年M月d日E"},yMMMM:{M:"y年M月至M月",y:"y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"西元前",1:"西元"},"era-abbreviated":{0:"西元前",1:"西元"},"era-narrow":{0:"西元前",1:"西元"}},"ca-islamic":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]},"stand-alone":{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"伊斯蘭曆"},"era-abbreviated":{0:"伊斯蘭曆"},"era-narrow":{0:"伊斯蘭曆"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"G y/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"HH:mm",hms:"Bh:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y",G:"G y至G y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M",G:"G y/M至G y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d",G:"G y/M/d至G y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE",G:"G y/M/dE至G y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日",G:"G y年M月d日至G y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E",G:"G y年M月d日E至G y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-abbreviated":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-narrow":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"}},"ca-persian":{dateFormats:{full:"G y年M月d日 EEEE",long:"G y年M月d日",medium:"G y年M月d日",short:"G y/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"G y年",GyMd:"G y/M/d",GyMMM:"G y年M月",GyMMMd:"G y年M月d日",GyMMMEd:"G y年M月d日 E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日 E",MMMMd:"M月d日",ms:"mm:ss",y:"G y年",yyyy:"G y年",yyyyM:"G y/M",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/d(E)",yyyyMMM:"G y年M月",yyyyMMMd:"G y年M月d日",yyyyMMMEd:"G y年M月d日 E",yyyyMMMM:"G y年M月",yyyyQQQ:"G y年QQQ",yyyyQQQQ:"G y年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"波斯曆"},"era-abbreviated":{0:"波斯曆"},"era-narrow":{0:"波斯曆"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E Bh:mm",EHm:"E HH:mm",Ehms:"E Bh:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMd:"Gy/M/d",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"Bh時",H:"H時",hm:"Bh:mm",Hm:"H:mm",hms:"Bh:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"h a – h a",B:"Bh時至Bh時",h:"Bh時至h時"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",B:"Bh:mm至Bh:mm",h:"Bh:mm至h:mm",m:"Bh:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",B:"Bh:mm至Bh:mm [v]",h:"Bh:mm至h:mm [v]",m:"Bh:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"h a – h a v",B:"Bh時至Bh時 [v]",h:"Bh時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}},"stand-alone":{abbreviated:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},narrow:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"},wide:{midnight:"午夜",morning1:"清晨",morning2:"上午",afternoon1:"中午",afternoon2:"下午",evening1:"晚上",night1:"凌晨"}}},"era-wide":{0:"佛曆"},"era-abbreviated":{0:"佛曆"},"era-narrow":{0:"佛曆"}},dateFields:dateFields,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-other":"0","10000-other":"0萬","100000-other":"00萬","1000000-other":"000萬","10000000-other":"0000萬","100000000-other":"0億","1000000000-other":"00億","10000000000-other":"000億","100000000000-other":"0000億","1000000000000-other":"0兆","10000000000000-other":"00兆","100000000000000-other":"000兆"},"decimalFormat-short":{"1000-other":"0","10000-other":"0萬","100000-other":"00萬","1000000-other":"000萬","10000000-other":"0000萬","100000000-other":"0億","1000000000-other":"00億","10000000000-other":"000億","100000000000-other":"0000億","1000000000000-other":"0兆","10000000000000-other":"00兆","100000000000000-other":"000兆"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-other":"0","10000-other":"¤0萬","100000-other":"¤00萬","1000000-other":"¤000萬","10000000-other":"¤0000萬","100000000-other":"¤0億","1000000000-other":"¤00億","10000000000-other":"¤000億","100000000000-other":"¤0000億","1000000000000-other":"¤0兆","10000000000000-other":"¤00兆","100000000000000-other":"¤000兆"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"非數值","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,units:units,"lenient-scope-number":{minusSign:"-‐‒–⁻₋−➖﹣-",commaSign:",،٫⹁、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0","10000-other":"0萬 ¤","100000-other":"00萬 ¤","1000000-other":"000萬 ¤","10000000-other":"0000萬 ¤","100000000-other":"0億 ¤","1000000000-other":"00億 ¤","10000000000-other":"000億 ¤","100000000000-other":"0000億 ¤","1000000000000-other":"0兆 ¤","10000000000000-other":"00兆 ¤","100000000000000-other":"000兆 ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules,calendarPreference:calendarPreference};export{__buildtime,__license,__version,calendarPreference,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,zh_TW as default,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,timeData,timezoneNamesFormats,units};
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Utility class helping with analytics cloud widget.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.127.0
24
+ * @version 1.128.0
25
25
  *
26
26
  * @private
27
27
  * @alias sap.ui.integration.util.AnalyticsCloudHelper
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.base.Object
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.127.0
25
+ * @version 1.128.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * Helper class for working with bindings.
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.127.0
58
+ * @version 1.128.0
59
59
  *
60
60
  * @private
61
61
  * @alias sap.ui.integration.util.BindingHelper
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * Resolves a binding syntax based on a provided model and path.
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.127.0
36
+ * @version 1.128.0
37
37
  *
38
38
  * @private
39
39
  * @ui5-restricted sap.ushell
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.base.Object
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @private
@@ -11,7 +11,7 @@ sap.ui.define([], function () {
11
11
  * Utility class helping with sap.m.ComboBox control.
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.127.0
14
+ * @version 1.128.0
15
15
  *
16
16
  * @private
17
17
  * @alias sap.ui.integration.util.ComboBoxHelper
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.integration.util.BaseFactory
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.127.0
47
+ * @version 1.128.0
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.base.Object
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.127.0
35
+ * @version 1.128.0
36
36
  *
37
37
  * @constructor
38
38
  * @param {object} mSettings Token handler settings
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.base.ManagedObject
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.127.0
32
+ * @version 1.128.0
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * When destroyed, all data providers created by this class are also destroyed.
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.127.0
43
+ * @version 1.128.0
44
44
  *
45
45
  * @private
46
46
  * @ui5-restricted sap.ui.integration, shell-toolkit
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.base.Object
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.127.0
32
+ * @version 1.128.0
33
33
  *
34
34
  * @constructor
35
35
  * @param {sap.ui.integration.Host} oHost The Host which will be used for resolving destinations.
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.base.Object
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.127.0
55
+ * @version 1.128.0
56
56
  *
57
57
  * @constructor
58
58
  * @param {sap.ui.integration.widgets.Card} oCard The card.
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * Utility class for handling errors in the cards.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.127.0
38
+ * @version 1.128.0
39
39
  *
40
40
  * @private
41
41
  * @ui5-restricted
@@ -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.127.0
20
+ * @version 1.128.0
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * Utility class for handling forms in the cards.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.127.0
39
+ * @version 1.128.0
40
40
  *
41
41
  * @private
42
42
  * @ui5-restricted
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.integration.util.BaseFactory
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.127.0
53
+ * @version 1.128.0
54
54
  *
55
55
  * @constructor
56
56
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * Helper class for working with bindings for json objects.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.127.0
30
+ * @version 1.128.0
31
31
  *
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.integration, shell-toolkit
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.127.0
24
+ * @version 1.128.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @extends sap.ui.base.Object
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.127.0
71
+ * @version 1.128.0
72
72
  *
73
73
  * @constructor
74
74
  * @private
@@ -18,7 +18,7 @@ sap.ui.define([], function () {
18
18
  * Utility class helping with OAuth 3LO flow handling.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @private
24
24
  * @alias sap.ui.integration.util.OAuth3LOHelper
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.integration.util.DataProvider
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.127.0
75
+ * @version 1.128.0
76
76
  *
77
77
  * @constructor
78
78
  * @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.127.0
20
+ * @version 1.128.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.127.0
40
+ * @version 1.128.0
41
41
  *
42
42
  * @constructor
43
43
  * @param {Object} mServiceFactoryReferences A map with service descriptions.
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.integration.widgets.Card
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.127.0
26
+ * @version 1.128.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * Utility class helping with JSON strings and formatters.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.127.0
32
+ * @version 1.128.0
33
33
  *
34
34
  * @private
35
35
  * @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.127.0
14
+ * @version 1.128.0
15
15
  *
16
16
  * @private
17
17
  * @alias sap.ui.integration.util.Validators
@@ -178,7 +178,7 @@ sap.ui.define([
178
178
  * @extends sap.f.CardBase
179
179
  *
180
180
  * @author SAP SE
181
- * @version 1.127.0
181
+ * @version 1.128.0
182
182
  * @public
183
183
  * @constructor
184
184
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
@@ -562,7 +562,7 @@ sap.ui.define([
562
562
  * @experimental since 1.79
563
563
  * @public
564
564
  * @author SAP SE
565
- * @version 1.127.0
565
+ * @version 1.128.0
566
566
  * @borrows sap.ui.integration.widgets.Card#getId as getId
567
567
  * @borrows sap.ui.integration.widgets.Card#getDomRef as getDomRef
568
568
  * @borrows sap.ui.integration.widgets.Card#setVisible as setVisible
@@ -1566,16 +1566,20 @@ sap.ui.define([
1566
1566
  * @public
1567
1567
  * @experimental As of version 1.81
1568
1568
  * @param {string} sMessage The message.
1569
- * @param {sap.ui.core.MessageType} sType Type of the message.
1569
+ * @param {sap.ui.integration.CardMessageType} sType Type of the message.
1570
+ * @param {boolean} bAutoClose Close the message automatically. Default is <code>false</code> for most message types.
1571
+ * It is <code>true</code> for message type <code>Toast</code>.
1572
+ * <b>Note</b> This property has no effect for message type <code>Loading</code>.
1570
1573
  */
1571
- Card.prototype.showMessage = function (sMessage, sType) {
1574
+ Card.prototype.showMessage = function (sMessage, sType, bAutoClose) {
1572
1575
  var oContent = this.getCardContent();
1573
1576
 
1574
1577
  if (oContent && oContent.isA("sap.ui.integration.cards.BaseContent")) {
1575
- oContent.showMessage(sMessage, sType);
1578
+ oContent.showMessage(sMessage, sType, bAutoClose);
1576
1579
  this._oMessage = {
1577
1580
  text: sMessage,
1578
- type: sType
1581
+ type: sType,
1582
+ autoClose: bAutoClose
1579
1583
  };
1580
1584
  this.scheduleFireStateChanged();
1581
1585
  } else {
@@ -1,79 +0,0 @@
1
- /*!
2
- * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
- * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
- */
6
-
7
- // Provides control sap.ui.integration.controls.LinkWithIcon
8
- sap.ui.define([
9
- "./LinkWithIconRenderer",
10
- "sap/ui/integration/library",
11
- "sap/m/Link",
12
- "sap/ui/core/Icon"
13
- ], function (
14
- LinkWithIconRenderer,
15
- library,
16
- Link,
17
- Icon
18
- ) {
19
- "use strict";
20
-
21
- /**
22
- * Constructor for a new LinkWithIcon.
23
- *
24
- * @param {string} [sId] ID for the new control, generated automatically if no ID is given
25
- * @param {object} [mSettings] Initial settings for the new control
26
- *
27
- * @class
28
- *
29
- * @extends sap.m.Link
30
- *
31
- * @author SAP SE
32
- * @version 1.127.0
33
- *
34
- * @constructor
35
- * @private
36
- * @alias sap.ui.integration.controls.LinkWithIcon
37
- */
38
- var LinkWithIcon = Link.extend("sap.ui.integration.controls.LinkWithIcon", {
39
- metadata: {
40
- library: "sap.ui.integration",
41
- properties: {
42
- /**
43
- * Defines the icon to be displayed as graphical element within the <code>Link</code>.
44
- */
45
- icon: {type : "sap.ui.core.URI", group : "Appearance", defaultValue: "" }
46
- },
47
- aggregations: {
48
- _icon: { type: "sap.ui.core.Icon", multiple: false, visibility: "hidden" }
49
- }
50
- },
51
-
52
- renderer: LinkWithIconRenderer
53
- });
54
-
55
- /**
56
- * Called before the control is rendered.
57
- * @private
58
- */
59
- LinkWithIcon.prototype.onBeforeRendering = function () {
60
- Link.prototype.onBeforeRendering.apply(this, arguments);
61
-
62
- if (this.getIcon()) {
63
- this._getIcon().setSrc(this.getIcon());
64
- }
65
-
66
- this.addStyleClass("sapUiIntCardLinkWithIcon");
67
- };
68
-
69
- LinkWithIcon.prototype._getIcon = function () {
70
- var oIcon = this.getAggregation("_icon");
71
- if (!oIcon) {
72
- oIcon = new Icon();
73
- this.setAggregation("_icon", oIcon);
74
- }
75
- return oIcon;
76
- };
77
-
78
- return LinkWithIcon;
79
- });
@@ -1,38 +0,0 @@
1
- /*!
2
- * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
- * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
- */
6
-
7
- sap.ui.define([
8
- "sap/ui/integration/library",
9
- "sap/ui/core/Renderer",
10
- "sap/m/LinkRenderer"
11
- ], function(library,
12
- Renderer,
13
- LinkRenderer) {
14
- "use strict";
15
-
16
- /**
17
- * LinkWithIconRenderer renderer.
18
- * @private
19
- */
20
- var LinkWithIconRenderer = Renderer.extend(LinkRenderer);
21
- LinkWithIconRenderer.apiVersion = 2;
22
-
23
- /**
24
- * @override
25
- */
26
- LinkWithIconRenderer.renderText = function(oRm, oControl) {
27
- var oIcon = oControl.getAggregation("_icon");
28
-
29
- if (oIcon) {
30
- oRm.renderControl(oIcon);
31
- }
32
-
33
- LinkRenderer.renderText.apply(this, arguments);
34
- };
35
-
36
- return LinkWithIconRenderer;
37
-
38
- }, /* bExport= */ true);