@openui5/sap.ui.integration 1.126.1 → 1.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (761) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/integration/.library +1 -1
  4. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  5. package/src/sap/ui/integration/Designtime.js +1 -1
  6. package/src/sap/ui/integration/Extension.js +1 -1
  7. package/src/sap/ui/integration/Host.js +1 -1
  8. package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
  9. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  10. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseContent.js +93 -29
  12. package/src/sap/ui/integration/cards/BaseListContent.js +3 -3
  13. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  14. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  15. package/src/sap/ui/integration/cards/Footer.js +1 -1
  16. package/src/sap/ui/integration/cards/Header.js +1 -1
  17. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  18. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  19. package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
  20. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  21. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  22. package/src/sap/ui/integration/cards/WebPageContent.js +5 -1
  23. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  24. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  32. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  37. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  38. package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
  39. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  40. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  41. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  42. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  43. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  44. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  45. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  46. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  47. package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
  48. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
  52. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  89. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
  90. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  91. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  92. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  93. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  94. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  95. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  96. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  97. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  99. package/src/sap/ui/integration/editor/Editor.js +2 -2
  100. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  101. package/src/sap/ui/integration/editor/Extension.js +1 -1
  102. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  103. package/src/sap/ui/integration/editor/Settings.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  121. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  122. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  123. package/src/sap/ui/integration/library.js +58 -3
  124. package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +78 -64
  125. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +162 -148
  126. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  127. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  128. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  129. package/src/sap/ui/integration/schemas/sap-card.json +6 -1
  130. package/src/sap/ui/integration/themes/base/CalendarContent.less +8 -0
  131. package/src/sap/ui/integration/themes/base/Card.less +148 -3
  132. package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
  133. package/src/sap/ui/integration/themes/base/library.source.less +0 -1
  134. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
  135. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
  139. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  140. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
  142. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
  340. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
  341. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
  342. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
  343. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
  344. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  345. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  346. package/src/sap/ui/integration/util/BindingHelper.js +44 -2
  347. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  348. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  349. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  350. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  351. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  352. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  353. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  354. package/src/sap/ui/integration/util/Destinations.js +1 -1
  355. package/src/sap/ui/integration/util/DisplayVariants.js +71 -4
  356. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  357. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  358. package/src/sap/ui/integration/util/Form.js +1 -1
  359. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  360. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  361. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  362. package/src/sap/ui/integration/util/Manifest.js +1 -1
  363. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  364. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  365. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  366. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  367. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  368. package/src/sap/ui/integration/util/Utils.js +1 -1
  369. package/src/sap/ui/integration/util/Validators.js +1 -1
  370. package/src/sap/ui/integration/widgets/Card.js +41 -6
  371. package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
  372. package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
  373. package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
  374. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
  375. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
  377. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
  379. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
  381. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
  383. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
  385. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
  387. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
  389. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
  391. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
  393. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
  395. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
  397. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
  399. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
  401. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
  403. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
  405. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
  407. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
  409. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
  411. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
  413. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
  415. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
  417. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
  419. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
  421. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
  423. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
  425. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
  427. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
  429. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
  431. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
  433. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
  435. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
  437. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
  439. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
  441. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
  443. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
  445. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
  447. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
  449. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
  451. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
  453. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
  455. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
  457. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
  459. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
  461. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
  463. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
  465. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
  469. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
  471. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
  473. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
  475. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
  579. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
  580. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
  581. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
  582. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
  583. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
  584. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
  585. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
  586. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
  587. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
  588. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
  589. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
  590. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
  591. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
  592. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
  593. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
  594. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
  595. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
  596. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
  597. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
  598. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
  599. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
  600. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
  601. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
  602. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
  603. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
  604. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
  605. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
  649. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
  650. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
  651. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
  652. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
  653. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
  655. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
  657. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
  659. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
  661. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
  663. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
  665. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
  666. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
  667. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
  668. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
  669. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
  670. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
  671. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
  672. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
  673. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
  674. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
  675. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
  676. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
  677. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
  678. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
  679. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
  680. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
  681. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
  682. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
  683. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
  684. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
  685. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
  686. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
  687. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
  688. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
  689. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
  690. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
  691. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
  692. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
  693. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
  694. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
  695. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
  696. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
  697. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
  698. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
  699. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
  700. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
  701. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
  702. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
  703. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
  704. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
  705. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
  706. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
  707. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
  708. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
  709. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
  710. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
  711. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
  712. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
  713. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
  714. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
  715. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
  716. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
  717. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
  718. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
  719. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
  720. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
  721. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
  722. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
  723. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
  724. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
  725. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
  726. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
  727. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
  728. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
  729. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
  730. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
  731. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
  732. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
  733. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
  734. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
  735. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
  736. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
  737. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
  738. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
  739. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
  740. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
  741. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
  742. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
  743. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
  744. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
  745. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
  746. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
  747. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
  748. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
  749. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
  750. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
  751. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
  752. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
  753. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
  754. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
  755. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
  756. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
  757. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
  758. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
  759. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
  760. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
  761. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
@@ -1,33 +1,33 @@
1
- class e{constructor(){this._eventRegistry=new Map}attachEvent(e,t){const i=this._eventRegistry,o=i.get(e);Array.isArray(o)?o.includes(t)||o.push(t):i.set(e,[t])}detachEvent(e,t){const i=this._eventRegistry,o=i.get(e);if(!o)return;const r=o.indexOf(t);-1!==r&&o.splice(r,1),0===o.length&&i.delete(e)}fireEvent(e,t){const i=this._eventRegistry.get(e);return i?i.map(e=>e.call(this,t)):[]}fireEventAsync(e,t){return Promise.all(this.fireEvent(e,t))}isHandlerAttached(e,t){const i=this._eventRegistry.get(e);return!!i&&i.includes(t)}hasListeners(e){return!!this._eventRegistry.get(e)}}const t=e=>{const t=[];return e.forEach(e=>{t.push(e)}),t},i=(e,t=document.body)=>{let i=document.querySelector(e);return i||(i=document.createElement(e),t.insertBefore(i,t.firstChild))},o=(e,t)=>{const o=e.split(".");let r=i("ui5-shared-resources",document.head);for(let e=0;e<o.length;e++){const i=o[e],a=e===o.length-1;Object.prototype.hasOwnProperty.call(r,i)||(r[i]=a?t:{}),r=r[i]}return r},r={version:"1.7.1",major:1,minor:7,patch:1,suffix:"",isNext:!1,buildTime:1664265279};let a;const n=new Map,s=o("Runtimes",[]),l=()=>a,_=o("Tags",new Map),u=new Set;let d,c={};const h=e=>{u.add(e),_.set(e,l())},p=()=>{const e=s,i=l(),o=e[i];let r="Multiple UI5 Web Components instances detected.";e.length>1&&(r=`${r}\nLoading order (versions before 1.1.0 not listed): ${e.map(e=>`\n${e.description}`).join("")}`),Object.keys(c).forEach(a=>{let l,_,u;"unknown"===a?(l=1,_={description:"Older unknown runtime"}):(l=((e,t)=>{const i=`${e},${t}`;if(n.has(i))return n.get(i);const o=s[e],r=s[t];if(!o||!r)throw new Error("Invalid runtime index supplied");if(o.isNext||r.isNext)return o.buildTime-r.buildTime;const a=o.major-r.major;if(a)return a;const l=o.minor-r.minor;if(l)return l;const _=o.patch-r.patch;if(_)return _;const u=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(o.suffix,r.suffix);return n.set(i,u),u})(i,a),_=e[a]),u=l>0?"an older":l<0?"a newer":"the same",r=`${r}\n\n"${o.description}" failed to define ${c[a].size} tag(s) as they were defined by a runtime of ${u} version "${_.description}": ${t(c[a]).sort().join(", ")}.`,r=l>0?`${r}\nWARNING! If your code uses features of the above web components, unavailable in ${_.description}, it might not work as expected!`:`${r}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),r=`${r}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/03-scoping.md.`,console.warn(r)},g=new Set,m=new Set,v=new e,f=new class{constructor(){this.list=[],this.lookup=new Set}add(e){this.lookup.has(e)||(this.list.push(e),this.lookup.add(e))}remove(e){this.lookup.has(e)&&(this.list=this.list.filter(t=>t!==e),this.lookup.delete(e))}shift(){const e=this.list.shift();if(e)return this.lookup.delete(e),e}isEmpty(){return 0===this.list.length}isAdded(e){return this.lookup.has(e)}process(e){let t;const i=new Map;for(t=this.shift();t;){const o=i.get(t)||0;if(o>10)throw new Error("Web component processed too many times this task, max allowed is: 10");e(t),i.set(t,o+1),t=this.shift()}}};let b,y,w,k;const x=async e=>{f.add(e),await S()},C=e=>{v.fireEvent("beforeComponentRender",e),m.add(e),e._render()},S=async()=>{k||(k=new Promise(e=>{window.requestAnimationFrame(()=>{f.process(C),k=null,e(),w||(w=setTimeout(()=>{w=void 0,f.isEmpty()&&$()},200))})})),await k},T=()=>{const e=t(u).map(e=>customElements.whenDefined(e));return Promise.all(e)},B=async()=>{await T(),await(b||(b=new Promise(e=>{y=e,window.requestAnimationFrame(()=>{f.isEmpty()&&(b=void 0,e())})}),b))},$=()=>{f.isEmpty()&&y&&(y(),y=void 0,b=void 0)},I=async e=>{m.forEach(t=>{const i=t.constructor.getMetadata().getTag(),o=(r=t.constructor,g.has(r));var r;const a=t.constructor.getMetadata().isLanguageAware(),n=t.constructor.getMetadata().isThemeAware();(!e||e.tag===i||e.rtlAware&&o||e.languageAware&&a||e.themeAware&&n)&&x(t)}),await B()},D=o("CustomStyle.eventProvider",new e),A=e=>{D.attachEvent("CustomCSSChange",e)},F=o("CustomStyle.customCSSFor",{});let E;A(e=>{E||I({tag:e})});const P=new e;((e,t)=>{F[e]||(F[e]=[]),F[e].push(t),E=!0;try{(e=>{D.fireEvent("CustomCSSChange",e)})(e)}finally{E=!1}I({tag:e})})("ui5-select","\n\t.ui5-select-root ui5-li:first-child {\n\t\tdisplay: none;\n\t}\n");
1
+ var _LanguageTag_instances,join_fn,_type,_mEventRegistry,__defProp=Object.defineProperty,__typeError=e=>{throw TypeError(e)},__defNormalProp=(e,t,o)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,__publicField=(e,t,o)=>__defNormalProp(e,"symbol"!=typeof t?t+"":t,o),__accessCheck=(e,t,o)=>t.has(e)||__typeError("Cannot "+o),__privateGet=(e,t,o)=>(__accessCheck(e,t,"read from private field"),o?o.call(e):t.get(e)),__privateAdd=(e,t,o)=>t.has(e)?__typeError("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,o),__privateSet=(e,t,o,i)=>(__accessCheck(e,t,"write to private field"),i?i.call(e,o):t.set(e,o),o),__privateMethod=(e,t,o)=>(__accessCheck(e,t,"access private method"),o);class EventProvider{constructor(){this._eventRegistry=new Map}attachEvent(e,t){const o=this._eventRegistry,i=o.get(e);Array.isArray(i)?i.includes(t)||i.push(t):o.set(e,[t])}detachEvent(e,t){const o=this._eventRegistry,i=o.get(e);if(!i)return;const a=i.indexOf(t);-1!==a&&i.splice(a,1),0===i.length&&o.delete(e)}fireEvent(e,t){const o=this._eventRegistry.get(e);return o?o.map((e=>e.call(this,t))):[]}fireEventAsync(e,t){return Promise.all(this.fireEvent(e,t))}isHandlerAttached(e,t){const o=this._eventRegistry.get(e);return!!o&&o.includes(t)}hasListeners(e){return!!this._eventRegistry.get(e)}}const MAX_PROCESS_COUNT=10;class RenderQueue{constructor(){this.list=[],this.lookup=new Set}add(e){this.lookup.has(e)||(this.list.push(e),this.lookup.add(e))}remove(e){this.lookup.has(e)&&(this.list=this.list.filter((t=>t!==e)),this.lookup.delete(e))}shift(){const e=this.list.shift();if(e)return this.lookup.delete(e),e}isEmpty(){return 0===this.list.length}isAdded(e){return this.lookup.has(e)}process(e){let t;const o=new Map;for(t=this.shift();t;){const i=o.get(t)||0;if(i>10)throw new Error("Web component processed too many times this task, max allowed is: 10");e(t),o.set(t,i+1),t=this.shift()}}}const getSingletonElementInstance=(e,t=document.body,o)=>{let i=document.querySelector(e);return i||(i=o?o():document.createElement(e),t.insertBefore(i,t.firstChild))},getMetaDomEl=()=>{const e=document.createElement("meta");return e.setAttribute("name","ui5-shared-resources"),e.setAttribute("content",""),e},getSharedResourcesInstance=()=>"undefined"==typeof document?null:getSingletonElementInstance('meta[name="ui5-shared-resources"]',document.head,getMetaDomEl),getSharedResource=(e,t)=>{const o=e.split(".");let i=getSharedResourcesInstance();if(!i)return t;for(let e=0;e<o.length;e++){const a=o[e],r=e===o.length-1;Object.prototype.hasOwnProperty.call(i,a)||(i[a]=r?t:{}),i=i[a]}return i},VersionInfo={version:"1.24.7",major:1,minor:24,patch:7,suffix:"",isNext:!1,buildTime:1720430613};let currentRuntimeIndex,currentRuntimeAlias="";const compareCache=new Map,Runtimes=getSharedResource("Runtimes",[]),registerCurrentRuntime=()=>{if(void 0===currentRuntimeIndex){currentRuntimeIndex=Runtimes.length;const e=VersionInfo;Runtimes.push({...e,alias:currentRuntimeAlias,description:`Runtime ${currentRuntimeIndex} - ver ${e.version}`})}},getCurrentRuntimeIndex=()=>currentRuntimeIndex,compareRuntimes=(e,t)=>{const o=`${e},${t}`;if(compareCache.has(o))return compareCache.get(o);const i=Runtimes[e],a=Runtimes[t];if(!i||!a)throw new Error("Invalid runtime index supplied");if(i.isNext||a.isNext)return i.buildTime-a.buildTime;const r=i.major-a.major;if(r)return r;const n=i.minor-a.minor;if(n)return n;const s=i.patch-a.patch;if(s)return s;const l=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(i.suffix,a.suffix);return compareCache.set(o,l),l},getAllRuntimes=()=>Runtimes,Tags=getSharedResource("Tags",new Map),Definitions=new Set;let failureTimeout,Failures=new Map;const UNKNOWN_RUNTIME=-1,registerTag=e=>{Definitions.add(e),Tags.set(e,getCurrentRuntimeIndex())},isTagRegistered=e=>Definitions.has(e),getAllRegisteredTags=()=>[...Definitions.values()],recordTagRegistrationFailure=e=>{let t=Tags.get(e);void 0===t&&(t=-1),Failures.has(t)||Failures.set(t,new Set),Failures.get(t).add(e),failureTimeout||(failureTimeout=setTimeout((()=>{displayFailedRegistrations(),Failures=new Map,failureTimeout=void 0}),1e3))},displayFailedRegistrations=()=>{const e=getAllRuntimes(),t=getCurrentRuntimeIndex(),o=e[t];let i="Multiple UI5 Web Components instances detected.";e.length>1&&(i=`${i}\nLoading order (versions before 1.1.0 not listed): ${e.map((e=>`\n${e.description}`)).join("")}`),[...Failures.keys()].forEach((a=>{let r,n,s;-1===a?(r=1,n={description:"Older unknown runtime"}):(r=compareRuntimes(t,a),n=e[a]),s=r>0?"an older":r<0?"a newer":"the same",i=`${i}\n\n"${o.description}" failed to define ${Failures.get(a).size} tag(s) as they were defined by a runtime of ${s} version "${n.description}": ${[...Failures.get(a)].sort().join(", ")}.`,i=r>0?`${i}\nWARNING! If your code uses features of the above web components, unavailable in ${n.description}, it might not work as expected!`:`${i}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`})),i=`${i}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/03-scoping.md.`,console.warn(i)},rtlAwareSet=new Set,markAsRtlAware=e=>{rtlAwareSet.add(e)},isRtlAware=e=>rtlAwareSet.has(e),registeredElements$1=new Set,eventProvider$4=new EventProvider,invalidatedWebComponents=new RenderQueue;let renderTaskPromise,renderTaskPromiseResolve,mutationObserverTimer,queuePromise;const renderDeferred=async e=>{invalidatedWebComponents.add(e),await scheduleRenderTask()},renderImmediately=e=>{eventProvider$4.fireEvent("beforeComponentRender",e),registeredElements$1.add(e),e._render()},cancelRender=e=>{invalidatedWebComponents.remove(e),registeredElements$1.delete(e)},scheduleRenderTask=async()=>{queuePromise||(queuePromise=new Promise((e=>{window.requestAnimationFrame((()=>{invalidatedWebComponents.process(renderImmediately),queuePromise=null,e(),mutationObserverTimer||(mutationObserverTimer=setTimeout((()=>{mutationObserverTimer=void 0,invalidatedWebComponents.isEmpty()&&_resolveTaskPromise()}),200))}))}))),await queuePromise},whenDOMUpdated=()=>renderTaskPromise||(renderTaskPromise=new Promise((e=>{renderTaskPromiseResolve=e,window.requestAnimationFrame((()=>{invalidatedWebComponents.isEmpty()&&(renderTaskPromise=void 0,e())}))})),renderTaskPromise),whenAllCustomElementsAreDefined=()=>{const e=getAllRegisteredTags().map((e=>customElements.whenDefined(e)));return Promise.all(e)},renderFinished=async()=>{await whenAllCustomElementsAreDefined(),await whenDOMUpdated()},_resolveTaskPromise=()=>{invalidatedWebComponents.isEmpty()&&renderTaskPromiseResolve&&(renderTaskPromiseResolve(),renderTaskPromiseResolve=void 0,renderTaskPromise=void 0)},reRenderAllUI5Elements=async e=>{registeredElements$1.forEach((t=>{const o=t.constructor,i=o.getMetadata().getTag(),a=isRtlAware(o),r=o.getMetadata().isLanguageAware(),n=o.getMetadata().isThemeAware();(!e||e.tag===i||e.rtlAware&&a||e.languageAware&&r||e.themeAware&&n)&&renderDeferred(t)})),await renderFinished()},getEventProvider=()=>getSharedResource("CustomStyle.eventProvider",new EventProvider),CUSTOM_CSS_CHANGE="CustomCSSChange",attachCustomCSSChange=e=>{getEventProvider().attachEvent("CustomCSSChange",e)},fireCustomCSSChange=e=>getEventProvider().fireEvent("CustomCSSChange",e),getCustomCSSFor=()=>getSharedResource("CustomStyle.customCSSFor",{});let skipRerender;attachCustomCSSChange((e=>{skipRerender||reRenderAllUI5Elements({tag:e})}));const addCustomCSS=(e,t)=>{const o=getCustomCSSFor();o[e]||(o[e]=[]),o[e].push(t),skipRerender=!0;try{fireCustomCSSChange(e)}finally{skipRerender=!1}return reRenderAllUI5Elements({tag:e})},getCustomCSS=e=>{const t=getCustomCSSFor();return t[e]?t[e].join(""):""},eventProvider$3=new EventProvider,THEME_LOADED="themeLoaded",fireThemeLoaded=e=>eventProvider$3.fireEvent(THEME_LOADED,e);addCustomCSS("ui5-select","\n\t.ui5-select-root ui5-li:first-child {\n\t\tdisplay: none;\n\t}\n");
2
2
  //!!computedStyles.getPropertyValue('--sapBaseColor'));
3
- const M=new Map,L=(e,t)=>{M.set(e,t)},z=e=>M.get(e);var N={},O=N.hasOwnProperty,H=N.toString,R=O.toString,U=R.call(Object),V=function(e){var t,i;return!(!e||"[object Object]"!==H.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(i=O.call(t,"constructor")&&t.constructor)&&R.call(i)===U)},W=Object.create(null),j=function(){var e,t,i,o,r,a,n=arguments[2]||{},s=3,l=arguments.length,_=arguments[0]||!1,u=arguments[1]?void 0:W;for("object"!=typeof n&&"function"!=typeof n&&(n={});s<l;s++)if(null!=(r=arguments[s]))for(o in r)e=n[o],i=r[o],"__proto__"!==o&&n!==i&&(_&&i&&(V(i)||(t=Array.isArray(i)))?(t?(t=!1,a=e&&Array.isArray(e)?e:[]):a=e&&V(e)?e:{},n[o]=j(_,arguments[1],a,i)):i!==u&&(n[o]=i));return n},q=function(){var e=[!0,!1];return e.push.apply(e,arguments),j.apply(null,e)};const Y={default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]},G={default:"sap_fiori_3",all:["sap_fiori_3","sap_fiori_3_dark","sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw","sap_horizon_exp"]}.default,X={default:"en",all:["ar","bg","ca","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sv","th","tr","uk","vi","zh_CN","zh_TW"]}.default,Z=Y.default,K=Y.all;let J=!1,Q={animationMode:"full",theme:G,rtl:null,language:null,calendarType:null,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1};const ee=new Map;ee.set("true",!0),ee.set("false",!1);const te=(e,t,i)=>{const o=t.toLowerCase(),r=e.split(`${i}-`)[1];ee.has(t)&&(t=ee.get(o)),t=((e,t)=>"theme"===e&&t.includes("@")?t.split("@")[0]:t)(r,t),Q[r]=t},ie=()=>{J||((()=>{const e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let t;if(e){try{t=JSON.parse(e.innerHTML)}catch(e){console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(Q=q(Q,t))}})(),(()=>{const e=new URLSearchParams(window.location.search);e.forEach((e,t)=>{const i=t.split("sap-").length;0!==i&&i!==t.split("sap-ui-").length&&te(t,e,"sap")}),e.forEach((e,t)=>{t.startsWith("sap-ui")&&te(t,e,"sap-ui")})})(),(()=>{const e=z("OpenUI5Support");if(!e||!e.isLoaded())return;const t=e.getConfigurationSettingsObject();Q=q(Q,t)})(),J=!0)},oe=new Map,re=new Map,ae=new Set,ne=new Set,se=(e,t,i)=>{re.set(`${e}/${t}`,i),ae.add(e),ne.add(t)},le=async(e,t)=>{const i=oe.get(`${e}_${t}`);if(void 0!==i)return i;if(!ne.has(t)){const i=[...ne.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${G}. Registered themes are: ${i}`),_e(e,G)}return _e(e,t)},_e=async(e,t)=>{const i=re.get(`${e}/${t}`);if(!i)return void console.error(`Theme [${t}] not registered for package [${e}]`);let o;try{o=await i(t)}catch(t){return void console.error(e,t.message)}const r=o._||o;return oe.set(`${e}_${t}`,r),r},ue=()=>ae,de=(e,t)=>t?`${e}|${t}`:e,ce=(e,t,i="")=>{const o="string"==typeof e?e:e.content;if(document.adoptedStyleSheets){const e=new CSSStyleSheet;e.replaceSync(o),e._ui5StyleId=de(t,i),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]}else{const e={};e[t]=i,((e,t={})=>{const i=document.createElement("style");i.type="text/css",Object.entries(t).forEach(e=>i.setAttribute(...e)),i.textContent=e,document.head.appendChild(i)})(o,e)}},he=(e,t="")=>document.adoptedStyleSheets?!!document.adoptedStyleSheets.find(i=>i._ui5StyleId===de(e,t)):!!document.querySelector(`head>style[${e}="${t}"]`),pe=(e,t,i="")=>{he(t,i)?((e,t,i="")=>{const o="string"==typeof e?e:e.content;document.adoptedStyleSheets?document.adoptedStyleSheets.find(e=>e._ui5StyleId===de(t,i)).replaceSync(o||""):document.querySelector(`head>style[${t}="${i}"]`).textContent=o||""})(e,t,i):ce(e,t,i)},ge=new Set,me=()=>{const e=(()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return"none"===t&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t})();if(e&&"none"!==e)return(e=>{let t,i;try{t=e.Path.match(/\.([^.]+)\.css_variables$/)[1],i=e.Extends[0]}catch(t){return void(ge.has("object")||(console.warn("Malformed theme metadata Object",e),ge.add("object")))}return{themeName:t,baseThemeName:i}})((e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let e=t[1];if(e=e.replace(/\\"/g,'"'),"{"!==e.charAt(0)&&"}"!==e.charAt(e.length-1))try{e=decodeURIComponent(e)}catch(e){return void(ge.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),ge.add("decode")))}try{return JSON.parse(e)}catch(e){ge.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),ge.add("parse"))}}})(e))},ve="@ui5/webcomponents-theming",fe=async e=>{if(!ue().has(ve))return;const t=await le(ve,e);t&&pe(t,"data-ui5-theme-properties",ve)},be=()=>{((e,t="")=>{if(document.adoptedStyleSheets)document.adoptedStyleSheets=document.adoptedStyleSheets.filter(i=>i._ui5StyleId!==de(e,t));else{const i=document.querySelector(`head > style[${e}="${t}"]`);i&&i.parentElement.removeChild(i)}})("data-ui5-theme-properties",ve)},ye=async e=>{const t=(()=>{const e=me();if(e)return e;const t=z("OpenUI5Support");if(t){if(t.cssVariablesLoaded())return{themeName:t.getConfigurationSettingsObject().theme}}})();t&&e===t.themeName?be():await fe(e);const i=(e=>ne.has(e))(e)?e:t&&t.baseThemeName;await(async e=>{ue().forEach(async t=>{if(t===ve)return;const i=await le(t,e);i&&pe(i,"data-ui5-theme-properties",t)})})(i),(e=>{P.fireEvent("themeLoaded",e)})(e)};let we;const ke=()=>(void 0===we&&(ie(),we=Q.theme),we),xe=e=>ke().startsWith(e),Ce=()=>{let e=document.activeElement;for(;e&&e.shadowRoot&&e.shadowRoot.activeElement;)e=e.shadowRoot.activeElement;return e},Se=o("PopupUtilsData",{});Se.currentZIndex=Se.currentZIndex||100;const Te=()=>{const e=Ce();return e&&"function"==typeof e.focus?e:null},Be=(e,t)=>{let i=e;if(i.shadowRoot&&(i=Array.from(i.shadowRoot.children).find(e=>"style"!==e.localName)),i===t)return!0;const o="slot"===i.localName?i.assignedNodes():i.children;return o?Array.from(o).some(e=>Be(e,t)):void 0},$e=(e,t)=>{let i,o;if(e.touches){const t=e.touches[0];i=t.clientX,o=t.clientY}else i=e.clientX,o=e.clientY;return((e,t,i)=>e>=i.left&&e<=i.right&&t>=i.top&&t<=i.bottom)(i,o,t)},Ie=e=>{const t=e.parentElement||e.getRootNode&&e.getRootNode().host;return t&&(t.showAt&&t.isUI5Element||t.open&&t.isUI5Element||t===document.documentElement)?t:Ie(t)},De=()=>{const e=z("OpenUI5Support");return e&&e.isLoaded()?e.getNextZIndex():(Se.currentZIndex+=2,Se.currentZIndex)},Ae=()=>Se.currentZIndex,Fe=()=>{const e=window.sap;return e&&e.ui&&"function"==typeof e.ui.getCore&&e.ui.getCore()},Ee=()=>{const e=Fe(),t=e.getConfiguration();e.attachThemeChanged(async()=>{await(async e=>{we!==e&&(we=e,await ye(we),await I({themeAware:!0}))})(t.getTheme())})};L("OpenUI5Support",{isLoaded:()=>!!Fe(),init:()=>{const e=Fe();return e?new Promise(t=>{e.attachInit(()=>{window.sap.ui.require(["sap/ui/core/LocaleData","sap/ui/core/Popup"],(e,i)=>{i.setInitialZIndex(Ae()),t()})})}):Promise.resolve()},getConfigurationSettingsObject:()=>{const e=Fe();if(!e)return;const t=e.getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:t.getAnimationMode(),language:t.getLanguage(),theme:t.getTheme(),rtl:t.getRTL(),calendarType:t.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(t.getLocale()).getFirstDayOfWeek():void 0}}},getLocaleDataObject:()=>{const e=Fe();if(!e)return;const t=e.getConfiguration();return window.sap.ui.require("sap/ui/core/LocaleData").getInstance(t.getLocale())._get()},attachListeners:()=>{Fe()&&Ee()},cssVariablesLoaded:()=>{if(!Fe())return;const e=[...document.head.children].find(e=>"sap-ui-theme-sap.ui.core"===e.id);return e?!!e.href.match(/\/css(-|_)variables\.css/):void 0},getNextZIndex:()=>{if(Fe())return window.sap.ui.require("sap/ui/core/Popup").getNextZIndex()},setInitialZIndex:()=>{Fe()&&window.sap.ui.require("sap/ui/core/Popup").setInitialZIndex(Ae())}});var Pe={packageName:"@ui5/webcomponents-base",fileName:"FontFace.css",content:'@font-face{font-family:"72";font-style:normal;font-weight:400;src:local("72"),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:local(\'72-full\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72";font-style:normal;font-weight:700;src:local(\'72-Bold\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:local(\'72-Bold-full\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:\'72-Bold\';font-style:normal;src:local(\'72-Bold\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:\'72-Boldfull\';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:\'72-Light\';font-style:normal;src:local(\'72-Light\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:\'72-Lightfull\';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72Black";font-style:bold;font-weight:900;src:local(\'72Black\'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2")}'},Me={packageName:"@ui5/webcomponents-base",fileName:"OverrideFontFace.css",content:"@font-face{font-family:'72override';unicode-range:U+0102-0103,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EB7,U+1EB8-1EC7,U+1EC8-1ECB,U+1ECC-1EE3,U+1EE4-1EF1,U+1EF4-1EF7;src:local('Arial'),local('Helvetica'),local('sans-serif')}"};const Le=()=>{he("data-ui5-font-face")||ce(Pe,"data-ui5-font-face")},ze=()=>{he("data-ui5-font-face-override")||ce(Me,"data-ui5-font-face-override")};var Ne={packageName:"@ui5/webcomponents-base",fileName:"SystemCSSVars.css",content:":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}[dir=rtl]{--_ui5_dir:rtl}[dir=ltr]{--_ui5_dir:ltr}"};let Oe;const He=async()=>Oe||(Oe=new Promise(async e=>{void 0===a&&(a=s.length,s.push({...r,alias:"",description:`Runtime ${a} - ver ${r.version}`}));const t=z("OpenUI5Support"),i=z("F6Navigation");t?await t.init():i&&i.init(),await new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e()})}),await ye(ke()),t&&t.attachListeners(),(()=>{const e=z("OpenUI5Support");e&&e.isLoaded()||Le(),ze()})(),he("data-ui5-system-css-vars")||ce(Ne,"data-ui5-system-css-vars"),e()}),Oe);class Re{static isValid(e){}static attributeToProperty(e){return e}static propertyToAttribute(e){return`${e}`}static valuesAreEqual(e,t){return e===t}static generateTypeAccessors(e){Object.keys(e).forEach(t=>{Object.defineProperty(this,t,{get:()=>e[t]})})}}const Ue=(e,t,i=!1)=>{if("function"!=typeof e||"function"!=typeof t)return!1;if(i&&e===t)return!0;let o=e;do{o=Object.getPrototypeOf(o)}while(null!==o&&o!==t);return o===t},Ve=new Map,We=new Map,je=e=>{if(!Ve.has(e)){const t=Ye(e.split("-"));Ve.set(e,t)}return Ve.get(e)},qe=e=>{if(!We.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();We.set(e,t)}return We.get(e)},Ye=e=>e.map((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()).join(""),Ge=e=>{if(!(e instanceof HTMLElement))return"default";const t=e.getAttribute("slot");if(t){const e=t.match(/^(.+?)-\d+$/);return e?e[1]:t}return"default"},Xe=e=>e&&e instanceof HTMLElement&&"slot"===e.localName,Ze=e=>Xe(e)?e.assignedNodes({flatten:!0}).filter(e=>e instanceof HTMLElement):[e];let Ke={include:[/^ui5-/],exclude:[]};const Je=new Map,Qe=e=>{if(!Je.has(e)){const t=Ke.include.some(t=>e.match(t))&&!Ke.exclude.some(t=>e.match(t));Je.set(e,t)}return Je.get(e)},et=e=>{Qe(e)};class tt{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const e={},t=this.slotsAreManaged(),i=this.getProperties();for(const t in i){const o=i[t].type,r=i[t].defaultValue;o===Boolean?(e[t]=!1,void 0!==r&&console.warn("The 'defaultValue' metadata key is ignored for all booleans properties, they would be initialized with 'false' by default")):i[t].multiple?e[t]=[]:e[t]=o===Object?"defaultValue"in i[t]?i[t].defaultValue:{}:o===String?"defaultValue"in i[t]?i[t].defaultValue:"":r}if(t){const t=this.getSlots();for(const[i,o]of Object.entries(t)){e[o.propertyName||i]=[]}}return this._initialState=e,e}static validatePropertyValue(e,t){return t.multiple?e.map(e=>it(e,t)):it(e,t)}static validateSlotValue(e,t){return ot(e,t)}getPureTag(){return this.metadata.tag}getTag(){const e=this.metadata.tag,t=et(e);return t?`${e}-${t}`:e}getAltTag(){const e=this.metadata.altTag;if(!e)return;const t=et(e);return t?`${e}-${t}`:e}hasAttribute(e){const t=this.getProperties()[e];return t.type!==Object&&!t.noAttribute&&!t.multiple}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute,this).map(qe)}getSlots(){return this.metadata.slots||{}}canSlotText(){const e=this.getSlots().default;return e&&e.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.entries(this.getSlots()).some(([e,t])=>t.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||{}}getEvents(){return this.metadata.events||{}}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}shouldInvalidateOnChildChange(e,t,i){const o=this.getSlots()[e].invalidateOnChildChange;if(void 0===o)return!1;if("boolean"==typeof o)return o;if("object"==typeof o){if("property"===t){if(void 0===o.properties)return!1;if("boolean"==typeof o.properties)return o.properties;if(Array.isArray(o.properties))return o.properties.includes(i);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===t){if(void 0===o.slots)return!1;if("boolean"==typeof o.slots)return o.slots;if(Array.isArray(o.slots))return o.slots.includes(i);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}}const it=(e,t)=>{const i=t.type;return i===Boolean?"boolean"==typeof e&&e:i===String?"string"==typeof e||null==e?e:e.toString():i===Object?"object"==typeof e?e:t.defaultValue:Ue(i,Re)?i.isValid(e)?e:t.defaultValue:void 0},ot=(e,t)=>(e&&Ze(e).forEach(e=>{if(!(e instanceof t.type))throw new Error(`${e} is not of type ${t.type}`)}),e);customElements.get("ui5-static-area")||customElements.define("ui5-static-area",class extends HTMLElement{});const rt=e=>{const t=e.constructor.getMetadata().getPureTag(),i=e.constructor.getUniqueDependencies().map(e=>e.getMetadata().getPureTag()).filter(Qe);return Qe(t)&&i.push(t),i},at=e=>Array.isArray(e)?nt(e.filter(e=>!!e)).map(e=>"string"==typeof e?e:e.content).join(" "):"string"==typeof e?e:e.content,nt=e=>e.reduce((e,t)=>e.concat(Array.isArray(t)?nt(t):t),[]),st=new Map;A(e=>{st.delete(`${e}_normal`)});const lt=(e,t=!1)=>{const i=e.getMetadata().getTag(),o=`${i}_${t?"static":"normal"}`,r=z("OpenUI5Enablement");if(!st.has(o)){let a,n="";if(r&&(n=at(r.getBusyIndicatorStyles())),t)a=at(e.staticAreaStyles);else{const t=(e=>F[e]?F[e].join(""):"")(i)||"";a=`${at(e.styles)} ${t}`}a=`${a} ${n}`,st.set(o,a)}return st.get(o)},_t=new Map;A(e=>{_t.delete(`${e}_normal`)});const ut=(e,t=!1)=>{let i;const o=t?"staticAreaTemplate":"template",r=t?e.staticAreaItem.shadowRoot:e.shadowRoot,a=((e,t)=>e(t,rt(t),void 0))(e.constructor[o],e);document.adoptedStyleSheets?r.adoptedStyleSheets=((e,t=!1)=>{const i=`${e.getMetadata().getTag()}_${t?"static":"normal"}`;if(!_t.has(i)){const o=lt(e,t),r=new CSSStyleSheet;r.replaceSync(o),_t.set(i,[r])}return _t.get(i)})(e.constructor,t):i=lt(e.constructor,t),e.constructor.render(a,r,i,t,{host:e})},dt=e=>getComputedStyle(e).getPropertyValue("--_ui5_content_density"),ct=new e,ht=e=>{ct.attachEvent("languageChange",e)};let pt,gt;const mt=()=>(void 0===pt&&(ie(),pt=Q.language),pt),vt=()=>{var e;return void 0===gt&&(ie(),e=Q.fetchDefaultLanguage,gt=e),gt};var ft=e=>{const t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null},bt=()=>{const e=navigator.languages;return e&&e[0]||navigator.language||navigator.userLanguage||navigator.browserLanguage||X};const yt={iw:"he",ji:"yi",in:"id",sh:"sr"},wt=ft("$cldr-rtl-locales:ar,fa,he$")||[],kt=()=>{const e=(ie(),Q.rtl);return null!==e?!!e:(e=>(e=e&&yt[e]||e,wt.indexOf(e)>=0))(mt()||bt())},xt=e=>{const t=window.document,i=["ltr","rtl"],o=getComputedStyle(e).getPropertyValue("--_ui5_dir");return i.includes(o)?o:i.includes(e.dir)?e.dir:i.includes(t.documentElement.dir)?t.documentElement.dir:i.includes(t.body.dir)?t.body.dir:kt()?"rtl":void 0};class Ct extends HTMLElement{constructor(){super(),this._rendered=!1,this.attachShadow({mode:"open"})}setOwnerElement(e){this.ownerElement=e,this.classList.add(this.ownerElement._id),this.ownerElement.hasAttribute("data-ui5-static-stable")&&this.setAttribute("data-ui5-stable",this.ownerElement.getAttribute("data-ui5-static-stable"))}update(){this._rendered&&(this._updateContentDensity(),this._updateDirection(),ut(this.ownerElement,!0))}_updateContentDensity(){"compact"===dt(this.ownerElement)?(this.classList.add("sapUiSizeCompact"),this.classList.add("ui5-content-density-compact")):(this.classList.remove("sapUiSizeCompact"),this.classList.remove("ui5-content-density-compact"))}_updateDirection(){const e=xt(this.ownerElement);e?this.setAttribute("dir",e):this.removeAttribute("dir")}async getDomRef(){return this._updateContentDensity(),this._rendered||(this._rendered=!0,ut(this.ownerElement,!0)),await B(),this.shadowRoot}static getTag(){const e="ui5-static-area-item",t=et(e);return t?`${e}-${t}`:e}static createInstance(){return customElements.get(Ct.getTag())||customElements.define(Ct.getTag(),Ct),document.createElement(this.getTag())}}const St=new WeakMap;const Tt=(e,t,i)=>{const o=((e,t,i)=>{const o=new MutationObserver(t);return o.observe(e,i),o})(e,t,i);St.set(e,o)},Bt=["value-changed"];let $t;const It=()=>(void 0===$t&&(ie(),$t=Q.noConflict),$t),Dt=e=>{const t=It();return!(e=>Bt.includes(e))(e)&&(!0===t||!(e=>{const t=It();return!(t.events&&t.events.includes&&t.events.includes(e))})(e))},At=["disabled","title","hidden","role","draggable"],Ft=e=>{if(At.includes(e)||e.startsWith("aria"))return!0;return![HTMLElement,Element,Node].some(t=>t.prototype.hasOwnProperty(e))},Et=(e,t)=>{if(e.length!==t.length)return!1;for(let i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0},Pt=(e,t)=>class extends e{constructor(){super(),t&&t()}};let Mt=0;const Lt=new Map,zt=new Map;function Nt(e){this._suppressInvalidation||(this.onInvalidation(e),this._changedState.push(e),x(this),this._eventProvider.fireEvent("invalidate",{...e,target:this}))}let Ot={};class Ht extends HTMLElement{constructor(){let t;super(),this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._eventProvider=new e,this._domRefReadyPromise=new Promise(e=>{t=e}),this._domRefReadyPromise._deferredResolve=t,this._doNotSyncAttributes=new Set,this._initializeState(),this._upgradeAllProperties(),this.constructor._needsShadowDOM()&&this.attachShadow({mode:"open"})}get _id(){return this.__id||(this.__id=`ui5wc_${++Mt}`),this.__id}async connectedCallback(){this.setAttribute(this.constructor.getMetadata().getPureTag(),""),this.constructor.getMetadata().supportsF6FastNavigation()&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!0,e&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(C(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,"function"==typeof this.onEnterDOM&&this.onEnterDOM())}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();var t;this._inDOM=!1,e&&this._stopObservingDOMChildren(),this._fullyConnected&&("function"==typeof this.onExitDOM&&this.onExitDOM(),this._fullyConnected=!1),this.staticAreaItem&&this.staticAreaItem.parentElement&&this.staticAreaItem.parentElement.removeChild(this.staticAreaItem),t=this,f.remove(t),m.delete(t)}_startObservingDOMChildren(){if(!this.constructor.getMetadata().hasSlots())return;const e=this.constructor.getMetadata().canSlotText(),t={childList:!0,subtree:e,characterData:e};Tt(this,this._processChildren.bind(this),t)}_stopObservingDOMChildren(){(e=>{const t=St.get(e);t&&((e=>{e.disconnect()})(t),St.delete(e))})(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const e=this.constructor.getMetadata().getSlots(),t=this.constructor.getMetadata().canSlotText(),i=Array.from(t?this.childNodes:this.children),o=new Map,r=new Map;for(const[t,i]of Object.entries(e)){const e=i.propertyName||t;r.set(e,t),o.set(e,[...this._state[e]]),this._clearSlot(t,i)}const a=new Map,n=new Map,s=i.map(async(t,i)=>{const o=Ge(t),r=e[o];if(void 0===r){const i=Object.keys(e).join(", ");return void console.warn(`Unknown slotName: ${o}, ignoring`,t,`Valid values are: ${i}`)}if(r.individualSlots){const e=(a.get(o)||0)+1;a.set(o,e),t._individualSlot=`${o}-${e}`}if(t instanceof HTMLElement){const e=t.localName;if(e.includes("-")){if(!window.customElements.get(e)){const t=window.customElements.whenDefined(e);let i=Lt.get(e);i||(i=new Promise(e=>setTimeout(e,1e3)),Lt.set(e,i)),await Promise.race([t,i])}window.customElements.upgrade(t)}}if((t=this.constructor.getMetadata().constructor.validateSlotValue(t,r)).isUI5Element&&r.invalidateOnChildChange){(t.attachInvalidate||t._attachChange).bind(t)(this._getChildChangeListener(o))}Xe(t)&&this._attachSlotChange(t,o);const s=r.propertyName||o;n.has(s)?n.get(s).push({child:t,idx:i}):n.set(s,[{child:t,idx:i}])});await Promise.all(s),n.forEach((e,t)=>{this._state[t]=e.sort((e,t)=>e.idx-t.idx).map(e=>e.child)});let l=!1;for(const[t,i]of Object.entries(e)){const e=i.propertyName||t;Et(o.get(e),this._state[e])||(Nt.call(this,{type:"slot",name:r.get(e),reason:"children"}),l=!0)}l||Nt.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(e,t){const i=t.propertyName||e;this._state[i].forEach(t=>{if(t&&t.isUI5Element){(t.detachInvalidate||t._detachChange).bind(t)(this._getChildChangeListener(e))}Xe(t)&&this._detachSlotChange(t,e)}),this._state[i]=[]}attachInvalidate(e){this._eventProvider.attachEvent("invalidate",e)}detachInvalidate(e){this._eventProvider.detachEvent("invalidate",e)}_onChildChange(e,t){this.constructor.getMetadata().shouldInvalidateOnChildChange(e,t.type,t.name)&&Nt.call(this,{type:"slot",name:e,reason:"childchange",child:t.target})}attributeChangedCallback(e,t,i){if(this._doNotSyncAttributes.has(e))return;const o=this.constructor.getMetadata().getProperties(),r=e.replace(/^ui5-/,""),a=je(r);if(o.hasOwnProperty(a)){const e=o[a].type;e===Boolean?i=null!==i:Ue(e,Re)&&(i=e.attributeToProperty(i)),this[a]=i}}_updateAttribute(e,t){if(!this.constructor.getMetadata().hasAttribute(e))return;const i=this.constructor.getMetadata().getProperties()[e].type,o=qe(e),r=this.getAttribute(o);if(i===Boolean)!0===t&&null===r?this.setAttribute(o,""):!1===t&&null!==r&&this.removeAttribute(o);else if(Ue(i,Re)){const e=i.propertyToAttribute(t);null===e?(this._doNotSyncAttributes.add(o),this.removeAttribute(o),this._doNotSyncAttributes.delete(o)):this.setAttribute(o,e)}else"object"!=typeof t&&r!==t&&this.setAttribute(o,t)}_upgradeProperty(e){if(this.hasOwnProperty(e)){const t=this[e];delete this[e],this[e]=t}}_upgradeAllProperties(){this.constructor.getMetadata().getPropertiesList().forEach(this._upgradeProperty,this)}_initializeState(){this._state={...this.constructor.getMetadata().getInitialState()}}_getChildChangeListener(e){return this._childChangeListeners.has(e)||this._childChangeListeners.set(e,this._onChildChange.bind(this,e)),this._childChangeListeners.get(e)}_getSlotChangeListener(e){return this._slotChangeListeners.has(e)||this._slotChangeListeners.set(e,this._onSlotChange.bind(this,e)),this._slotChangeListeners.get(e)}_attachSlotChange(e,t){e.addEventListener("slotchange",this._getSlotChangeListener(t))}_detachSlotChange(e,t){e.removeEventListener("slotchange",this._getSlotChangeListener(t))}_onSlotChange(e){Nt.call(this,{type:"slot",name:e,reason:"slotchange"})}onInvalidation(e){}_render(){const e=this.constructor.getMetadata().hasIndividualSlots();this._suppressInvalidation=!0,"function"==typeof this.onBeforeRendering&&this.onBeforeRendering(),this._onComponentStateFinalized&&this._onComponentStateFinalized(),this._suppressInvalidation=!1,this._changedState=[],this.constructor._needsShadowDOM()&&ut(this),this.staticAreaItem&&this.staticAreaItem.update(),e&&this._assignIndividualSlotsToChildren(),"function"==typeof this.onAfterRendering&&this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if("function"==typeof this._getRealDomRef)return this._getRealDomRef();if(!this.shadowRoot||0===this.shadowRoot.children.length)return;const e=[...this.shadowRoot.children].filter(e=>!["link","style"].includes(e.localName));return 1!==e.length&&console.warn(`The shadow DOM for ${this.constructor.getMetadata().getTag()} does not have a top level element, the getDomRef() method might not work as expected`),e[0]}getFocusDomRef(){const e=this.getDomRef();if(e){return e.querySelector("[data-sap-focus-ref]")||e}}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(){await this._waitForDomRef();const e=this.getFocusDomRef();e&&"function"==typeof e.focus&&e.focus()}fireEvent(e,t,i=!1,o=!0){const r=this._fireEvent(e,t,i,o),a=je(e);return a!==e?r&&this._fireEvent(a,t,i):r}_fireEvent(e,t,i=!1,o=!0){const r=new CustomEvent(`ui5-${e}`,{detail:t,composed:!1,bubbles:o,cancelable:i}),a=this.dispatchEvent(r);if(Dt(e))return a;const n=new CustomEvent(e,{detail:t,composed:!1,bubbles:o,cancelable:i});return this.dispatchEvent(n)&&a}getSlottedNodes(e){return this[e].reduce((e,t)=>e.concat(Ze(t)),[])}get effectiveDir(){var e;return e=this.constructor,g.add(e),xt(this)}get isUI5Element(){return!0}static get observedAttributes(){return this.getMetadata().getAttributesList()}static _needsShadowDOM(){return!!this.template}static _needsStaticArea(){return!!this.staticAreaTemplate}getStaticAreaItemDomRef(){if(!this.constructor._needsStaticArea())throw new Error("This component does not use the static area");return this.staticAreaItem||(this.staticAreaItem=Ct.createInstance(),this.staticAreaItem.setOwnerElement(this)),this.staticAreaItem.parentElement||i("ui5-static-area").appendChild(this.staticAreaItem),this.staticAreaItem.getDomRef()}static _generateAccessors(){const e=this.prototype,t=this.getMetadata().slotsAreManaged(),i=this.getMetadata().getProperties();for(const[t,o]of Object.entries(i)){if(Ft(t)||console.warn(`"${t}" is not a valid property name. Use a name that does not collide with DOM APIs`),o.type===Boolean&&o.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All booleans are false by default.`);if(o.type===Array)throw new Error(`Wrong type for property "${t}". Properties cannot be of type Array - use "multiple: true" and set "type" to the single value type, such as "String", "Object", etc...`);if(o.type===Object&&o.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All properties of type "Object" are empty objects by default.`);if(o.multiple&&o.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All multiple properties are empty arrays by default.`);Object.defineProperty(e,t,{get(){if(void 0!==this._state[t])return this._state[t];const e=o.defaultValue;return o.type!==Boolean&&(o.type===String?e:o.multiple?[]:e)},set(e){let i;e=this.constructor.getMetadata().constructor.validatePropertyValue(e,o);const r=this._state[t];i=o.multiple&&o.compareValues?!Et(r,e):Ue(o.type,Re)?!o.type.valuesAreEqual(r,e):r!==e,i&&(this._state[t]=e,Nt.call(this,{type:"property",name:t,newValue:e,oldValue:r}),this._updateAttribute(t,e))}})}if(t){const t=this.getMetadata().getSlots();for(const[i,o]of Object.entries(t)){Ft(i)||console.warn(`"${i}" is not a valid property name. Use a name that does not collide with DOM APIs`);const t=o.propertyName||i;Object.defineProperty(e,t,{get(){return void 0!==this._state[t]?this._state[t]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}})}}}static get metadata(){return Ot}static set metadata(e){Ot=e}static get styles(){return""}static get staticAreaStyles(){return""}static get dependencies(){return[]}static getUniqueDependencies(){if(!zt.has(this)){const e=this.dependencies.filter((e,t,i)=>i.indexOf(e)===t);zt.set(this,e)}return zt.get(this)}static whenDependenciesDefined(){return Promise.all(this.getUniqueDependencies().map(e=>e.define()))}static async onDefine(){return Promise.resolve()}static async define(){await He(),await Promise.all([this.whenDependenciesDefined(),this.onDefine()]);const e=this.getMetadata().getTag(),t=this.getMetadata().getAltTag(),i=(e=>u.has(e))(e),o=customElements.get(e);return o&&!i?(e=>{let t=_.get(e);void 0===t&&(t="unknown"),c[t]=c[t]||new Set,c[t].add(e),d||(d=setTimeout(()=>{p(),c={},d=void 0},1e3))})(e):o||(this._generateAccessors(),h(e),window.customElements.define(e,this),t&&!customElements.get(t)&&(h(t),window.customElements.define(t,Pt(this,()=>{console.log(`The ${t} tag is deprecated and will be removed in the next release, please use ${e} instead.`)})))),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const e=[this.metadata];let t=this;for(;t!==Ht;)t=Object.getPrototypeOf(t),e.unshift(t.metadata);const i=q({},...e);return this._metadata=new tt(i),this._metadata}}
3
+ const features=new Map,registerFeature=(e,t)=>{features.set(e,t)},getFeature=e=>features.get(e);var class2type$1={},hasOwn$1=class2type$1.hasOwnProperty,toString$1=class2type$1.toString,fnToString$1=hasOwn$1.toString,ObjectFunctionString$1=fnToString$1.call(Object),fnIsPlainObject$1=function(e){var t,o;return!(!e||"[object Object]"!==toString$1.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(o=hasOwn$1.call(t,"constructor")&&t.constructor)&&fnToString$1.call(o)===ObjectFunctionString$1)},oToken$1=Object.create(null),fnMerge$2=function(e,t,o,i){var a,r,n,s,l,c,d=arguments[2]||{},_=3,u=arguments.length,p=arguments[0]||!1,h=arguments[1]?void 0:oToken$1;for("object"!=typeof d&&"function"!=typeof d&&(d={});_<u;_++)if(null!=(l=arguments[_]))for(s in l)a=d[s],n=l[s],"__proto__"!==s&&d!==n&&(p&&n&&(fnIsPlainObject$1(n)||(r=Array.isArray(n)))?(r?(r=!1,c=a&&Array.isArray(a)?a:[]):c=a&&fnIsPlainObject$1(a)?a:{},d[s]=fnMerge$2(p,arguments[1],c,n)):n!==h&&(d[s]=n));return d};const fnMerge$1=function(e,t){return fnMerge$2(!0,!1,...arguments)},assetParameters={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw","sap_horizon_exp","sap_horizon_dark_exp","sap_horizon_hcb_exp","sap_horizon_hcw_exp"]},languages:{default:"en",all:["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"]},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},DEFAULT_THEME=assetParameters.themes.default,SUPPORTED_THEMES=assetParameters.themes.all,DEFAULT_LANGUAGE=assetParameters.languages.default,DEFAULT_LOCALE=assetParameters.locales.default,SUPPORTED_LOCALES=assetParameters.locales.all,getMetaTagValue=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},validateThemeOrigin=e=>{const t=getMetaTagValue("sap-allowedThemeOrigins");return t&&t.split(",").some((t=>"*"===t||e===t.trim()))},buildCorrectUrl=(e,t)=>{const o=new URL(e).pathname;return new URL(o,t).toString()},validateThemeRoot=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,window.location.href).toString();else{const o=new URL(e),i=o.origin;t=i&&validateThemeOrigin(i)?o.toString():buildCorrectUrl(o.toString(),window.location.href)}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch(e){}};var AnimationMode;!function(e){e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none"}(AnimationMode||(AnimationMode={}));const AnimationMode$1=AnimationMode;let initialized=!1,initialConfig={animationMode:AnimationMode$1.Full,theme:DEFAULT_THEME,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1};const getTheme$1=()=>(initConfiguration(),initialConfig.theme),getThemeRoot$1=()=>(initConfiguration(),initialConfig.themeRoot),getLanguage$1=()=>(initConfiguration(),initialConfig.language),getFetchDefaultLanguage$1=()=>(initConfiguration(),initialConfig.fetchDefaultLanguage),getNoConflict$1=()=>(initConfiguration(),initialConfig.noConflict),getCalendarType$1=()=>(initConfiguration(),initialConfig.calendarType),getSecondaryCalendarType$1=()=>(initConfiguration(),initialConfig.secondaryCalendarType),getTimezone$1=()=>(initConfiguration(),initialConfig.timezone),getFormatSettings=()=>(initConfiguration(),initialConfig.formatSettings),booleanMapping=new Map;booleanMapping.set("true",!0),booleanMapping.set("false",!1);const parseConfigurationScript=()=>{const e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let t;if(e){try{t=JSON.parse(e.innerHTML)}catch(e){console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(initialConfig=fnMerge$1(initialConfig,t))}},parseURLParameters=()=>{const e=new URLSearchParams(window.location.search);e.forEach(((e,t)=>{const o=t.split("sap-").length;0!==o&&o!==t.split("sap-ui-").length&&applyURLParam(t,e,"sap")})),e.forEach(((e,t)=>{t.startsWith("sap-ui")&&applyURLParam(t,e,"sap-ui")}))},normalizeThemeRootParamValue=e=>{const t=e.split("@")[1];return validateThemeRoot(t)},normalizeThemeParamValue=(e,t)=>"theme"===e&&t.includes("@")?t.split("@")[0]:t,applyURLParam=(e,t,o)=>{const i=t.toLowerCase(),a=e.split(`${o}-`)[1];booleanMapping.has(t)&&(t=booleanMapping.get(i)),"theme"===a?(initialConfig.theme=normalizeThemeParamValue(a,t),t&&t.includes("@")&&(initialConfig.themeRoot=normalizeThemeRootParamValue(t))):initialConfig[a]=t},applyOpenUI5Configuration=()=>{const e=getFeature("OpenUI5Support");if(!e||!e.isOpenUI5Detected())return;const t=e.getConfigurationSettingsObject();initialConfig=fnMerge$1(initialConfig,t)},initConfiguration=()=>{"undefined"==typeof document||initialized||(parseConfigurationScript(),parseURLParameters(),applyOpenUI5Configuration(),initialized=!0)},createStyleInHead=(e,t)=>{const o=document.createElement("style");return o.type="text/css",t&&Object.entries(t).forEach((e=>o.setAttribute(...e))),o.textContent=e,document.head.appendChild(o),o},createLinkInHead=(e,t)=>{const o=document.createElement("link");return o.type="text/css",o.rel="stylesheet",t&&Object.entries(t).forEach((e=>o.setAttribute(...e))),o.href=e,document.head.appendChild(o),new Promise((e=>{o.addEventListener("load",e),o.addEventListener("error",e)}))},isSSR$2="undefined"==typeof document,internals={get userAgent(){return isSSR$2?"":navigator.userAgent},get touch(){return!isSSR$2&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get ie(){return!isSSR$2&&/(msie|trident)/i.test(internals.userAgent)},get chrome(){return!isSSR$2&&(!internals.ie&&/(Chrome|CriOS)/.test(internals.userAgent))},get firefox(){return!isSSR$2&&/Firefox/.test(internals.userAgent)},get safari(){return!isSSR$2&&(!internals.ie&&!internals.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(internals.userAgent))},get webkit(){return!isSSR$2&&(!internals.ie&&/webkit/.test(internals.userAgent))},get windows(){return!isSSR$2&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!isSSR$2&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!isSSR$2&&(!!navigator.platform.match(/iPhone|iPad|iPod/)||!(!internals.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!isSSR$2&&(!internals.windows&&/Android/.test(internals.userAgent))},get androidPhone(){return!isSSR$2&&(internals.android&&/(?=android)(?=.*mobile)/i.test(internals.userAgent))},get ipad(){return!isSSR$2&&(/ipad/i.test(internals.userAgent)||/Macintosh/i.test(internals.userAgent)&&"ontouchend"in document)}};let windowsVersion,webkitVersion,tablet;const isWindows8OrAbove=()=>{if(isSSR$2)return!1;if(!internals.windows)return!1;if(void 0===windowsVersion){const e=internals.userAgent.match(/Windows NT (\d+).(\d)/);windowsVersion=e?parseFloat(e[1]):0}return windowsVersion>=8},isWebkit537OrAbove=()=>{if(isSSR$2)return!1;if(!internals.webkit)return!1;if(void 0===webkitVersion){const e=internals.userAgent.match(/(webkit)[ /]([\w.]+)/);webkitVersion=e?parseFloat(e[1]):0}return webkitVersion>=537.1},detectTablet=()=>{if(isSSR$2)return!1;if(void 0===tablet)if(internals.ipad)tablet=!0;else{if(internals.touch){if(isWindows8OrAbove())return void(tablet=!0);if(internals.chrome&&internals.android)return void(tablet=!/Mobile Safari\/[.0-9]+/.test(internals.userAgent));let e=window.devicePixelRatio?window.devicePixelRatio:1;return internals.android&&isWebkit537OrAbove()&&(e=1),void(tablet=Math.min(window.screen.width/e,window.screen.height/e)>=600)}tablet=internals.ie&&-1!==internals.userAgent.indexOf("Touch")||internals.android&&!internals.androidPhone}},isSafari=()=>internals.safari,isChrome=()=>internals.chrome,isTablet=()=>(detectTablet(),(internals.touch||isWindows8OrAbove())&&tablet),isPhone=()=>(detectTablet(),internals.touch&&!tablet),isDesktop=()=>!isSSR$2&&(!isTablet()&&!isPhone()||isWindows8OrAbove()),isCombi=()=>isTablet()&&isDesktop(),isIOS=()=>internals.iOS,isAndroid=()=>internals.android||internals.androidPhone,isSSR$1="undefined"==typeof document,getStyleId=(e,t)=>t?`${e}|${t}`:e,shouldUpdate=e=>void 0===e||1===compareRuntimes(getCurrentRuntimeIndex(),parseInt(e)),createStyle=(e,t,o="",i)=>{const a="string"==typeof e?e:e.content,r=getCurrentRuntimeIndex();if(document.adoptedStyleSheets&&!isSafari()){const e=new CSSStyleSheet;e.replaceSync(a),e._ui5StyleId=getStyleId(t,o),i&&(e._ui5RuntimeIndex=r,e._ui5Theme=i),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]}else{const e={};e[t]=o,i&&(e["data-ui5-runtime-index"]=r,e["data-ui5-theme"]=i),createStyleInHead(a,e)}},updateStyle=(e,t,o="",i)=>{const a="string"==typeof e?e:e.content,r=getCurrentRuntimeIndex();if(document.adoptedStyleSheets&&!isSafari()){const e=document.adoptedStyleSheets.find((e=>e._ui5StyleId===getStyleId(t,o)));if(!e)return;if(i){const t=e._ui5RuntimeIndex;(e._ui5Theme!==i||shouldUpdate(t))&&(e.replaceSync(a||""),e._ui5RuntimeIndex=String(r),e._ui5Theme=i)}else e.replaceSync(a||"")}else{const e=document.querySelector(`head>style[${t}="${o}"]`);if(!e)return;if(i){const t=e.getAttribute("data-ui5-runtime-index")||void 0;(e.getAttribute("data-ui5-theme")!==i||shouldUpdate(t))&&(e.textContent=a||"",e.setAttribute("data-ui5-runtime-index",String(r)),e.setAttribute("data-ui5-theme",i))}else e.textContent=a||""}},hasStyle=(e,t="")=>{if(isSSR$1)return!0;const o=document.querySelector(`head>style[${e}="${t}"]`);return document.adoptedStyleSheets&&!isSafari()?!!o||!!document.adoptedStyleSheets.find((o=>o._ui5StyleId===getStyleId(e,t))):!!o},removeStyle=(e,t="")=>{var o;if(document.adoptedStyleSheets&&!isSafari())document.adoptedStyleSheets=document.adoptedStyleSheets.filter((o=>o._ui5StyleId!==getStyleId(e,t)));else{const i=document.querySelector(`head > style[${e}="${t}"]`);null==(o=null==i?void 0:i.parentElement)||o.removeChild(i)}},createOrUpdateStyle=(e,t,o="",i)=>{hasStyle(t,o)?updateStyle(e,t,o,i):createStyle(e,t,o,i)},mergeStyles=(e,t)=>{if(void 0===e)return t;if(void 0===t)return e;const o="string"==typeof t?t:t.content;return"string"==typeof e?`${e} ${o}`:{content:`${e.content} ${o}`,packageName:e.packageName,fileName:e.fileName}},eventProvider$2=new EventProvider,THEME_REGISTERED="themeRegistered",attachThemeRegistered=e=>{eventProvider$2.attachEvent(THEME_REGISTERED,e)},fireThemeRegistered=e=>eventProvider$2.fireEvent(THEME_REGISTERED,e),themeStyles=new Map,loaders$3=new Map,customLoaders=new Map,registeredPackages=new Set,registeredThemes=new Set,registerThemePropertiesLoader=(e,t,o)=>{loaders$3.set(`${e}/${t}`,o),registeredPackages.add(e),registeredThemes.add(t),fireThemeRegistered(t)},getThemeProperties=async(e,t,o)=>{const i=`${e}_${t}_${o||""}`,a=themeStyles.get(i);if(void 0!==a)return a;if(!registeredThemes.has(t)){const o=[...registeredThemes.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${DEFAULT_THEME}. Registered themes are: ${o}`),_getThemeProperties(e,DEFAULT_THEME)}const[r,n]=await Promise.all([_getThemeProperties(e,t),o?_getThemeProperties(e,o,!0):void 0]),s=mergeStyles(r,n);return s&&themeStyles.set(i,s),s},_getThemeProperties=async(e,t,o=!1)=>{const i=(o?customLoaders:loaders$3).get(`${e}/${t}`);if(!i)return void(o||console.error(`Theme [${t}] not registered for package [${e}]`));let a;try{a=await i(t)}catch(t){const o=t;return void console.error(e,o.message)}return a._||a},getRegisteredPackages=()=>registeredPackages,isThemeRegistered=e=>registeredThemes.has(e),warnings=new Set,getThemeMetadata=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return"none"===t&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},parseThemeMetadata=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let e=t[1];if(e=e.replace(/\\"/g,'"'),"{"!==e.charAt(0)&&"}"!==e.charAt(e.length-1))try{e=decodeURIComponent(e)}catch(e){return void(warnings.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),warnings.add("decode")))}try{return JSON.parse(e)}catch(e){warnings.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),warnings.add("parse"))}}},processThemeMetadata=e=>{let t,o;try{t=e.Path.match(/\.([^.]+)\.css_variables$/)[1],o=e.Extends[0]}catch(t){return void(warnings.has("object")||(console.warn("Malformed theme metadata Object",e),warnings.add("object")))}return{themeName:t,baseThemeName:o}},getThemeDesignerTheme=()=>{const e=getThemeMetadata();if(!e||"none"===e)return;const t=parseThemeMetadata(e);return t?processThemeMetadata(t):void 0};let currThemeRoot;const getThemeRoot=()=>(void 0===currThemeRoot&&(currThemeRoot=getThemeRoot$1()),currThemeRoot),formatThemeLink=e=>`${getThemeRoot()}Base/baseLib/${e}/css_variables.css`,attachCustomThemeStylesToHead=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await createLinkInHead(formatThemeLink(e),{"sap-ui-webcomponents-theme":e})},BASE_THEME_PACKAGE="@ui5/webcomponents-theming",isThemeBaseRegistered=()=>getRegisteredPackages().has(BASE_THEME_PACKAGE),loadThemeBase=async e=>{if(!isThemeBaseRegistered())return;const t=await getThemeProperties(BASE_THEME_PACKAGE,e);t&&createOrUpdateStyle(t,"data-ui5-theme-properties",BASE_THEME_PACKAGE,e)},deleteThemeBase=()=>{removeStyle("data-ui5-theme-properties",BASE_THEME_PACKAGE)},loadComponentPackages=async(e,t)=>{const o=[...getRegisteredPackages()].map((async o=>{if(o===BASE_THEME_PACKAGE)return;const i=await getThemeProperties(o,e,t);i&&createOrUpdateStyle(i,`data-ui5-component-properties-${getCurrentRuntimeIndex()}`,o)}));return Promise.all(o)},detectExternalTheme=async e=>{var t;const o=getThemeDesignerTheme();if(o)return o;const i=getFeature("OpenUI5Support");if(i&&i.isOpenUI5Detected()){if(i.cssVariablesLoaded())return{themeName:null==(t=i.getConfigurationSettingsObject())?void 0:t.theme,baseThemeName:""}}else if(getThemeRoot())return await attachCustomThemeStylesToHead(e),getThemeDesignerTheme()},applyTheme=async e=>{const t=await detectExternalTheme(e);t&&e===t.themeName?deleteThemeBase():await loadThemeBase(e);const o=isThemeRegistered(e)?e:t&&t.baseThemeName;await loadComponentPackages(o||DEFAULT_THEME,t&&t.themeName===e?e:void 0),fireThemeLoaded(e)},whenDOMReady=()=>new Promise((e=>{document.body?e():document.addEventListener("DOMContentLoaded",(()=>{e()}))})),styleData$N={packageName:"@ui5/webcomponents-base",fileName:"FontFace.css",content:"@font-face{font-family:\"72\";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2?ui5-webcomponents) format(\"woff2\"),local(\"72\");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:\"72full\";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2?ui5-webcomponents) format(\"woff2\"),local('72-full')}@font-face{font-family:\"72\";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format(\"woff2\"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:\"72full\";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format(\"woff2\")}@font-face{font-family:'72-Bold';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format(\"woff2\"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Boldfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format(\"woff2\")}@font-face{font-family:'72-Light';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2?ui5-webcomponents) format(\"woff2\"),local('72-Light');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Lightfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2?ui5-webcomponents) format(\"woff2\")}@font-face{font-family:'72Mono';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2?ui5-webcomponents) format('woff2'),local('72Mono');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Monofull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:'72Mono-Bold';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2?ui5-webcomponents) format('woff2'),local('72Mono-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Mono-Boldfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:\"72Black\";font-style:bold;font-weight:900;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format(\"woff2\"),local('72Black');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Blackfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:\"72-SemiboldDuplex\";src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2?ui5-webcomponents) format(\"woff2\"),local('72-SemiboldDuplex');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}"},styleData$M={packageName:"@ui5/webcomponents-base",fileName:"OverrideFontFace.css",content:"@font-face{font-family:'72override';unicode-range:U+0102-0103,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EB7,U+1EB8-1EC7,U+1EC8-1ECB,U+1ECC-1EE3,U+1EE4-1EF1,U+1EF4-1EF7;src:local('Arial'),local('Helvetica'),local('sans-serif')}"},insertFontFace=()=>{const e=getFeature("OpenUI5Support");e&&e.isOpenUI5Detected()||insertMainFontFace(),insertOverrideFontFace()},insertMainFontFace=()=>{hasStyle("data-ui5-font-face")||createStyle(styleData$N,"data-ui5-font-face")},insertOverrideFontFace=()=>{hasStyle("data-ui5-font-face-override")||createStyle(styleData$M,"data-ui5-font-face-override")},styleData$L={packageName:"@ui5/webcomponents-base",fileName:"SystemCSSVars.css",content:":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}"},insertSystemCSSVars=()=>{hasStyle("data-ui5-system-css-vars")||createStyle(styleData$L,"data-ui5-system-css-vars")};let bootPromise,booted=!1;const eventProvider$1=new EventProvider,isBooted=()=>booted,attachBoot=e=>{booted?e():eventProvider$1.attachEvent("boot",e)},boot=async()=>{if(void 0!==bootPromise)return bootPromise;return bootPromise=new Promise((async e=>{if(registerCurrentRuntime(),"undefined"==typeof document)return void e();attachThemeRegistered(onThemeRegistered);const t=getFeature("OpenUI5Support"),o=!!t&&t.isOpenUI5Detected(),i=getFeature("F6Navigation");t&&await t.init(),i&&!o&&i.init(),await whenDOMReady(),await applyTheme(getTheme()),t&&t.attachListeners(),insertFontFace(),insertSystemCSSVars(),e(),booted=!0,await eventProvider$1.fireEventAsync("boot")})),bootPromise},onThemeRegistered=e=>{const t=getTheme();booted&&e===t&&applyTheme(t)};let curTheme;const getTheme=()=>(void 0===curTheme&&(curTheme=getTheme$1()),curTheme),setTheme=async e=>{curTheme!==e&&(curTheme=e,isBooted()&&(await applyTheme(curTheme),await reRenderAllUI5Elements({themeAware:!0})))},isLegacyThemeFamily=()=>{var e,t;const o=getTheme();return isKnownTheme(o)?!o.startsWith("sap_horizon"):!(null==(t=null==(e=getThemeDesignerTheme())?void 0:e.baseThemeName)?void 0:t.startsWith("sap_horizon"))},isKnownTheme=e=>SUPPORTED_THEMES.includes(e),getActiveElement=()=>{let e=document.activeElement;for(;e&&e.shadowRoot&&e.shadowRoot.activeElement;)e=e.shadowRoot.activeElement;return e},popupUtilsData=getSharedResource("PopupUtilsData",{currentZIndex:100}),getFocusedElement=()=>{const e=getActiveElement();return e&&"function"==typeof e.focus?e:null},isFocusedElementWithinNode=e=>{const t=getFocusedElement();return!!t&&isNodeContainedWithin(e,t)},isNodeContainedWithin=(e,t)=>{let o=e;if(o.shadowRoot){if(o=Array.from(o.shadowRoot.children).find((e=>"style"!==e.localName)),!o)return!1}if(o===t)return!0;const i="slot"===o.localName?o.assignedNodes():o.children;return!!i&&Array.from(i).some((e=>isNodeContainedWithin(e,t)))},isPointInRect=(e,t,o)=>e>=o.left&&e<=o.right&&t>=o.top&&t<=o.bottom,isClickInRect=(e,t)=>{let o,i;if(e instanceof MouseEvent)o=e.clientX,i=e.clientY;else{const t=e.touches[0];o=t.clientX,i=t.clientY}return isPointInRect(o,i,t)};function instanceOfPopup(e){return"isUI5Element"in e&&"_show"in e}const getClosedPopupParent=e=>{const t=e.parentElement||e.getRootNode&&e.getRootNode().host;return t&&(instanceOfPopup(t)||t===document.documentElement)?t:getClosedPopupParent(t)},getNextZIndex=()=>{const e=getFeature("OpenUI5Support");return e&&e.isOpenUI5Detected()?e.getNextZIndex():(popupUtilsData.currentZIndex+=2,popupUtilsData.currentZIndex)},getCurrentZIndex=()=>popupUtilsData.currentZIndex,patchFocusEvent=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(e){const o="focus"===e.type||"activate"===e.type,i=e.target;o&&i.closest("[ui5-popover],[ui5-responsive-popover],[ui5-dialog]")||t.call(this,e)}},patchPopup=e=>{patchFocusEvent(e)};class OpenUI5Support{static isAtLeastVersion116(){if(!window.sap.ui.version)return!0;const e=window.sap.ui.version.split(".");return!(!e||e.length<2)&&(parseInt(e[0])>1||parseInt(e[1])>=116)}static isOpenUI5Detected(){var e,t;return"function"==typeof(null==(t=null==(e=window.sap)?void 0:e.ui)?void 0:t.require)}static init(){return OpenUI5Support.isOpenUI5Detected()?new Promise((e=>{window.sap.ui.require(["sap/ui/core/Core"],(async t=>{const o=()=>{let t=["sap/ui/core/Popup","sap/ui/core/LocaleData"];OpenUI5Support.isAtLeastVersion116()&&(t=[...t,"sap/base/i18n/Formatting","sap/base/i18n/Localization","sap/ui/core/ControlBehavior","sap/ui/core/Theming","sap/ui/core/date/CalendarUtils"]),window.sap.ui.require(t,(t=>{t.setInitialZIndex(getCurrentZIndex()),patchPopup(t),e()}))};OpenUI5Support.isAtLeastVersion116()?(await t.ready(),o()):t.attachInit(o)}))})):Promise.resolve()}static getConfigurationSettingsObject(){var e,t;if(!OpenUI5Support.isOpenUI5Detected())return{};if(OpenUI5Support.isAtLeastVersion116()){const o=window.sap.ui.require("sap/ui/core/ControlBehavior"),i=window.sap.ui.require("sap/base/i18n/Localization"),a=window.sap.ui.require("sap/ui/core/Theming"),r=window.sap.ui.require("sap/base/i18n/Formatting"),n=window.sap.ui.require("sap/ui/core/date/CalendarUtils");return{animationMode:o.getAnimationMode(),language:i.getLanguage(),theme:a.getTheme(),themeRoot:a.getThemeRoot(),rtl:i.getRTL(),timezone:i.getTimezone(),calendarType:r.getCalendarType(),formatSettings:{firstDayOfWeek:n.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:(null==(e=r.getCustomIslamicCalendarData)?void 0:e.call(r))??(null==(t=r.getLegacyDateCalendarCustomizing)?void 0:t.call(r))}}}const o=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:o.getAnimationMode(),language:o.getLanguage(),theme:o.getTheme(),themeRoot:o.getThemeRoot(),rtl:o.getRTL(),timezone:o.getTimezone(),calendarType:o.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(o.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:o.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!OpenUI5Support.isOpenUI5Detected())return;const e=window.sap.ui.require("sap/ui/core/LocaleData");if(OpenUI5Support.isAtLeastVersion116()){const t=window.sap.ui.require("sap/base/i18n/Localization");return e.getInstance(t.getLanguageTag())._get()}const t=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return e.getInstance(t.getLocale())._get()}static _listenForThemeChange(){if(OpenUI5Support.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/Theming");e.attachApplied((()=>{setTheme(e.getTheme())}))}else{const e=window.sap.ui.require("sap/ui/core/Core"),t=e.getConfiguration();e.attachThemeChanged((()=>{setTheme(t.getTheme())}))}}static attachListeners(){OpenUI5Support.isOpenUI5Detected()&&OpenUI5Support._listenForThemeChange()}static cssVariablesLoaded(){if(!OpenUI5Support.isOpenUI5Detected())return;const e=[...document.head.children].find((e=>"sap-ui-theme-sap.ui.core"===e.id));return!!e&&!!e.href.match(/\/css(-|_)variables\.css/)}static getNextZIndex(){if(!OpenUI5Support.isOpenUI5Detected())return;const e=window.sap.ui.require("sap/ui/core/Popup");return e||console.warn("The OpenUI5Support feature hasn't been initialized properly. Make sure you import the \"@ui5/webcomponents-base/dist/features/OpenUI5Support.js\" module before all components' modules."),e.getNextZIndex()}static setInitialZIndex(){if(!OpenUI5Support.isOpenUI5Detected())return;window.sap.ui.require("sap/ui/core/Popup").setInitialZIndex(getCurrentZIndex())}}registerFeature("OpenUI5Support",OpenUI5Support);const kebabToCamelMap=new Map,camelToKebabMap=new Map,kebabToCamelCase=e=>{if(!kebabToCamelMap.has(e)){const t=toCamelCase(e.split("-"));kebabToCamelMap.set(e,t)}return kebabToCamelMap.get(e)},camelToKebabCase=e=>{if(!camelToKebabMap.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();camelToKebabMap.set(e,t)}return camelToKebabMap.get(e)},toCamelCase=e=>e.map(((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).join(""),getSlotName=e=>{if(!(e instanceof HTMLElement))return"default";const t=e.getAttribute("slot");if(t){const e=t.match(/^(.+?)-\d+$/);return e?e[1]:t}return"default"},getSlottedNodes=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter((e=>e instanceof HTMLElement)):[e],getSlottedNodesList=e=>e.reduce(((e,t)=>e.concat(getSlottedNodes(t))),[]);let suf,rulesObj={include:[/^ui5-/],exclude:[]};const tagsCache=new Map,getCustomElementsScopingSuffix=()=>suf,shouldScopeCustomElement=e=>{if(!tagsCache.has(e)){const t=rulesObj.include.some((t=>e.match(t)))&&!rulesObj.exclude.some((t=>e.match(t)));tagsCache.set(e,t)}return tagsCache.get(e)},getEffectiveScopingSuffixForTag=e=>{if(shouldScopeCustomElement(e))return getCustomElementsScopingSuffix()},getScopedVarName=e=>{const t=`v${VersionInfo.version.replaceAll(".","-")}`;return e.replaceAll(/(--_?ui5)([^,:)\s]+)/g,`$1-${t}$2`)};class UI5ElementMetadata{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const e={},t=this.slotsAreManaged(),o=this.getProperties();for(const t in o){const i=o[t].type,a=o[t].defaultValue;i===Boolean?(e[t]=!1,void 0!==a&&console.warn("The 'defaultValue' metadata key is ignored for all booleans properties, they would be initialized with 'false' by default")):o[t].multiple?Object.defineProperty(e,t,{enumerable:!0,get:()=>[]}):i===Object?Object.defineProperty(e,t,{enumerable:!0,get:()=>"defaultValue"in o[t]?o[t].defaultValue:{}}):e[t]=i===String?"defaultValue"in o[t]?o[t].defaultValue:"":a}if(t){const t=this.getSlots();for(const[o,i]of Object.entries(t)){e[i.propertyName||o]=[]}}return this._initialState=e,e}static validatePropertyValue(e,t){return t.multiple&&e?e.map((e=>validateSingleProperty(e,t))):validateSingleProperty(e,t)}static validateSlotValue(e,t){return validateSingleSlot(e,t)}getPureTag(){return this.metadata.tag||""}getTag(){const e=this.metadata.tag;if(!e)return"";const t=getEffectiveScopingSuffixForTag(e);return t?`${e}-${t}`:e}hasAttribute(e){const t=this.getProperties()[e];return t.type!==Object&&!t.noAttribute&&!t.multiple}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(camelToKebabCase)}canSlotText(){var e;return(null==(e=this.getSlots().default)?void 0:e.type)===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some((e=>e.individualSlots))}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}shouldInvalidateOnChildChange(e,t,o){const i=this.getSlots()[e].invalidateOnChildChange;if(void 0===i)return!1;if("boolean"==typeof i)return i;if("object"==typeof i){if("property"===t){if(void 0===i.properties)return!1;if("boolean"==typeof i.properties)return i.properties;if(Array.isArray(i.properties))return i.properties.includes(o);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===t){if(void 0===i.slots)return!1;if("boolean"==typeof i.slots)return i.slots;if(Array.isArray(i.slots))return i.slots.includes(o);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}}const validateSingleProperty=(e,t)=>{const o=t.type;let i=t.validator;return o&&o.isDataTypeClass&&(i=o),i?i.isValid(e)?e:t.defaultValue:o&&o!==String?o===Boolean?"boolean"==typeof e&&e:o===Object?"object"==typeof e?e:t.defaultValue:e in o?e:t.defaultValue:"string"==typeof e||null==e?e:e.toString()},validateSingleSlot=(e,t)=>(e&&getSlottedNodes(e).forEach((e=>{if(!(e instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)})),e);class StaticArea extends HTMLElement{}customElements.get("ui5-static-area")||customElements.define("ui5-static-area",StaticArea);const MAX_DEPTH_INHERITED_CLASSES=10,getStylesString=e=>Array.isArray(e)?e.filter((e=>!!e)).flat(10).map((e=>"string"==typeof e?e:e.content)).join(" "):"string"==typeof e?e:e.content,effectiveStyleMap=new Map;attachCustomCSSChange((e=>{effectiveStyleMap.delete(`${e}_normal`)}));const getEffectiveStyle=(e,t=!1)=>{const o=e.getMetadata().getTag(),i=`${o}_${t?"static":"normal"}`,a=getFeature("OpenUI5Enablement");if(!effectiveStyleMap.has(i)){let r,n="";if(a&&(n=getStylesString(a.getBusyIndicatorStyles())),t)r=getStylesString(e.staticAreaStyles);else{const t=getCustomCSS(o)||"";r=`${getStylesString(e.styles)} ${t}`}r=`${r} ${n}`,effectiveStyleMap.set(i,r)}return effectiveStyleMap.get(i)},constructableStyleMap=new Map;attachCustomCSSChange((e=>{constructableStyleMap.delete(`${e}_normal`)}));const getConstructableStyle=(e,t=!1)=>{const o=`${e.getMetadata().getTag()}_${t?"static":"normal"}`;if(!constructableStyleMap.has(o)){const i=getEffectiveStyle(e,t),a=new CSSStyleSheet;a.replaceSync(i),constructableStyleMap.set(o,[a])}return constructableStyleMap.get(o)},updateShadowRoot=(e,t=!1)=>{let o;const i=e.constructor,a=t?e.staticAreaItem.shadowRoot:e.shadowRoot;let r;r=t?e.renderStatic():e.render(),a?(document.adoptedStyleSheets&&!isSafari()?a.adoptedStyleSheets=getConstructableStyle(i,t):o=getEffectiveStyle(i,t),i.renderer?i.renderer(r,a,o,t,{host:e}):i.render(r,a,o,t,{host:e})):console.warn("There is no shadow root to update")},GLOBAL_CONTENT_DENSITY_CSS_VAR="--_ui5_content_density",getEffectiveContentDensity=e=>getComputedStyle(e).getPropertyValue("--_ui5_content_density"),getEffectiveDir=e=>e.matches(":dir(rtl)")?"rtl":"ltr",pureTagName="ui5-static-area-item",popupIntegrationAttr="data-sap-ui-integration-popup-content";class StaticAreaItem extends HTMLElement{constructor(){super(),this._rendered=!1,this.attachShadow({mode:"open"})}setOwnerElement(e){this.ownerElement=e,this.classList.add(this.ownerElement._id),this.ownerElement.hasAttribute("data-ui5-static-stable")&&this.setAttribute("data-ui5-stable",this.ownerElement.getAttribute("data-ui5-static-stable"))}update(){this._rendered&&(this.updateAdditionalProperties(),updateShadowRoot(this.ownerElement,!0))}updateAdditionalProperties(){this._updateAdditionalAttrs(),this._updateContentDensity(),this._updateDirection()}_updateContentDensity(){"compact"===getEffectiveContentDensity(this.ownerElement)?(this.classList.add("sapUiSizeCompact"),this.classList.add("ui5-content-density-compact")):(this.classList.remove("sapUiSizeCompact"),this.classList.remove("ui5-content-density-compact"))}_updateDirection(){if(this.ownerElement){const e=getEffectiveDir(this.ownerElement);"rtl"===e?this.setAttribute("dir",e):this.removeAttribute("dir")}}_updateAdditionalAttrs(){this.setAttribute(pureTagName,""),this.setAttribute(popupIntegrationAttr,"")}async getDomRef(){return this.updateAdditionalProperties(),this._rendered||(this._rendered=!0,updateShadowRoot(this.ownerElement,!0)),await renderFinished(),this.shadowRoot}static getTag(){const e=getEffectiveScopingSuffixForTag(pureTagName);return e?`${pureTagName}-${e}`:pureTagName}static createInstance(){return customElements.get(StaticAreaItem.getTag())||customElements.define(StaticAreaItem.getTag(),StaticAreaItem),document.createElement(this.getTag())}}const tagPrefixes=[],shouldIgnoreCustomElement=e=>tagPrefixes.some((t=>e.startsWith(t))),observers=new WeakMap,observeDOMNode=(e,t,o)=>{const i=new MutationObserver(t);observers.set(e,i),i.observe(e,o)},unobserveDOMNode=e=>{const t=observers.get(e);t&&(t.disconnect(),observers.delete(e))},excludeList=["value-changed","click"];let noConflict;const shouldFireOriginalEvent=e=>excludeList.includes(e),shouldNotFireOriginalEvent=e=>{const t=getNoConflict();return!("boolean"!=typeof t&&t.events&&t.events.includes&&t.events.includes(e))},getNoConflict=()=>(void 0===noConflict&&(noConflict=getNoConflict$1()),noConflict),skipOriginalEvent=e=>{const t=getNoConflict();return!shouldFireOriginalEvent(e)&&(!0===t||!shouldNotFireOriginalEvent(e))},allowList=["disabled","title","hidden","role","draggable"],isValidPropertyName=e=>{if(allowList.includes(e)||e.startsWith("aria"))return!0;return![HTMLElement,Element,Node].some((t=>t.prototype.hasOwnProperty(e)))},arraysAreEqual=(e,t)=>{if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0},executeTemplate=(e,t)=>{const o=getTagsToScope(t),i=getCustomElementsScopingSuffix();return e.call(t,t,o,i)},getTagsToScope=e=>{const t=e.constructor,o=t.getMetadata().getPureTag(),i=t.getUniqueDependencies().map((e=>e.getMetadata().getPureTag())).filter(shouldScopeCustomElement);return shouldScopeCustomElement(o)&&i.push(o),i};let autoId=0;const elementTimeouts=new Map,uniqueDependenciesCache=new Map;function _invalidate(e){this._suppressInvalidation||(this.onInvalidation(e),this._changedState.push(e),renderDeferred(this),this._invalidationEventProvider.fireEvent("invalidate",{...e,target:this}))}function getPropertyDescriptor(e,t){do{const o=Object.getOwnPropertyDescriptor(e,t);if(o)return o;e=Object.getPrototypeOf(e)}while(e&&e!==HTMLElement.prototype)}class UI5Element extends HTMLElement{constructor(){super();const e=this.constructor;let t;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new EventProvider,this._componentStateFinalizedEventProvider=new EventProvider,this._domRefReadyPromise=new Promise((e=>{t=e})),this._domRefReadyPromise._deferredResolve=t,this._doNotSyncAttributes=new Set,this._state={...e.getMetadata().getInitialState()},this._upgradeAllProperties(),e._needsShadowDOM()&&this.attachShadow({mode:"open"})}get _id(){return this.__id||(this.__id="ui5wc_"+ ++autoId),this.__id}render(){const e=this.constructor.template;return executeTemplate(e,this)}renderStatic(){const e=this.constructor.staticAreaTemplate;return executeTemplate(e,this)}async connectedCallback(){const e=this.constructor;this.setAttribute(e.getMetadata().getPureTag(),""),e.getMetadata().supportsF6FastNavigation()&&this.setAttribute("data-sap-ui-fastnavgroup","true");const t=e.getMetadata().slotsAreManaged();this._inDOM=!0,t&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(renderImmediately(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM())}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this.staticAreaItem&&this.staticAreaItem.parentElement&&this.staticAreaItem.parentElement.removeChild(this.staticAreaItem),cancelRender(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const t=e.canSlotText(),o=Object.keys(e.getSlots()).some((t=>e.getSlots()[t].cloned)),i={childList:!0,subtree:t||o,characterData:t};observeDOMNode(this,this._processChildren.bind(this),i)}_stopObservingDOMChildren(){unobserveDOMNode(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const e=this.constructor,t=e.getMetadata().getSlots(),o=e.getMetadata().canSlotText(),i=Array.from(o?this.childNodes:this.children),a=new Map,r=new Map;for(const[e,o]of Object.entries(t)){const t=o.propertyName||e;r.set(t,e),a.set(t,[...this._state[t]]),this._clearSlot(e,o)}const n=new Map,s=new Map,l=i.map((async(o,i)=>{const a=getSlotName(o),r=t[a];if(void 0===r){if("default"!==a){const e=Object.keys(t).join(", ");console.warn(`Unknown slotName: ${a}, ignoring`,o,`Valid values are: ${e}`)}return}if(r.individualSlots){const e=(n.get(a)||0)+1;n.set(a,e),o._individualSlot=`${a}-${e}`}if(o instanceof HTMLElement){const e=o.localName;if(e.includes("-")&&!shouldIgnoreCustomElement(e)){if(!customElements.get(e)){const t=customElements.whenDefined(e);let o=elementTimeouts.get(e);o||(o=new Promise((e=>setTimeout(e,1e3))),elementTimeouts.set(e,o)),await Promise.race([t,o])}customElements.upgrade(o)}}if(o=e.getMetadata().constructor.validateSlotValue(o,r),instanceOfUI5Element(o)&&r.invalidateOnChildChange){const e=this._getChildChangeListener(a);e&&o.attachInvalidate.call(o,e)}o instanceof HTMLSlotElement&&this._attachSlotChange(o,a);const l=r.propertyName||a;s.has(l)?s.get(l).push({child:o,idx:i}):s.set(l,[{child:o,idx:i}])}));await Promise.all(l),s.forEach(((e,t)=>{this._state[t]=e.sort(((e,t)=>e.idx-t.idx)).map((e=>e.child))}));let c=!1;for(const[e,o]of Object.entries(t)){const t=o.propertyName||e;arraysAreEqual(a.get(t),this._state[t])||(_invalidate.call(this,{type:"slot",name:r.get(t),reason:"children"}),c=!0)}c||_invalidate.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(e,t){const o=t.propertyName||e;this._state[o].forEach((t=>{if(instanceOfUI5Element(t)){const o=this._getChildChangeListener(e);o&&t.detachInvalidate.call(t,o)}t instanceof HTMLSlotElement&&this._detachSlotChange(t,e)})),this._state[o]=[]}attachInvalidate(e){this._invalidationEventProvider.attachEvent("invalidate",e)}detachInvalidate(e){this._invalidationEventProvider.detachEvent("invalidate",e)}_onChildChange(e,t){this.constructor.getMetadata().shouldInvalidateOnChildChange(e,t.type,t.name)&&_invalidate.call(this,{type:"slot",name:e,reason:"childchange",child:t.target})}attributeChangedCallback(e,t,o){let i;if(this._doNotSyncAttributes.has(e))return;const a=this.constructor.getMetadata().getProperties(),r=e.replace(/^ui5-/,""),n=kebabToCamelCase(r);if(a.hasOwnProperty(n)){const e=a[n],t=e.type;let r=e.validator;t&&t.isDataTypeClass&&(r=t),i=r?r.attributeToProperty(o):t===Boolean?null!==o:o,this[n]=i}}_updateAttribute(e,t){const o=this.constructor;if(!o.getMetadata().hasAttribute(e))return;const i=o.getMetadata().getProperties()[e],a=i.type;let r=i.validator;const n=camelToKebabCase(e),s=this.getAttribute(n);if(a&&a.isDataTypeClass&&(r=a),r){const e=r.propertyToAttribute(t);null===e?(this._doNotSyncAttributes.add(n),this.removeAttribute(n),this._doNotSyncAttributes.delete(n)):this.setAttribute(n,e)}else a===Boolean?!0===t&&null===s?this.setAttribute(n,""):!1===t&&null!==s&&this.removeAttribute(n):"object"!=typeof t&&s!==t&&this.setAttribute(n,t)}_upgradeProperty(e){if(this.hasOwnProperty(e)){const t=this[e];delete this[e],this[e]=t}}_upgradeAllProperties(){this.constructor.getMetadata().getPropertiesList().forEach(this._upgradeProperty.bind(this))}_getChildChangeListener(e){return this._childChangeListeners.has(e)||this._childChangeListeners.set(e,this._onChildChange.bind(this,e)),this._childChangeListeners.get(e)}_getSlotChangeListener(e){return this._slotChangeListeners.has(e)||this._slotChangeListeners.set(e,this._onSlotChange.bind(this,e)),this._slotChangeListeners.get(e)}_attachSlotChange(e,t){const o=this._getSlotChangeListener(t);o&&e.addEventListener("slotchange",o)}_detachSlotChange(e,t){e.removeEventListener("slotchange",this._getSlotChangeListener(t))}_onSlotChange(e){_invalidate.call(this,{type:"slot",name:e,reason:"slotchange"})}onInvalidation(e){}_render(){const e=this.constructor,t=e.getMetadata().hasIndividualSlots();this._suppressInvalidation=!0,this.onBeforeRendering(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized"),this._suppressInvalidation=!1,this._changedState=[],e._needsShadowDOM()&&updateShadowRoot(this),this.staticAreaItem&&this.staticAreaItem.update(),t&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach((e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot)}))}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if("function"==typeof this._getRealDomRef)return this._getRealDomRef();if(!this.shadowRoot||0===this.shadowRoot.children.length)return;const e=[...this.shadowRoot.children].filter((e=>!["link","style"].includes(e.localName)));return 1!==e.length&&console.warn(`The shadow DOM for ${this.constructor.getMetadata().getTag()} does not have a top level element, the getDomRef() method might not work as expected`),e[0]}getFocusDomRef(){const e=this.getDomRef();if(e){return e.querySelector("[data-sap-focus-ref]")||e}}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(e){await this._waitForDomRef();const t=this.getFocusDomRef();t&&"function"==typeof t.focus&&t.focus(e)}fireEvent(e,t,o=!1,i=!0){const a=this._fireEvent(e,t,o,i),r=kebabToCamelCase(e);return r!==e?a&&this._fireEvent(r,t,o,i):a}_fireEvent(e,t,o=!1,i=!0){const a=new CustomEvent(`ui5-${e}`,{detail:t,composed:!1,bubbles:i,cancelable:o}),r=this.dispatchEvent(a);if(skipOriginalEvent(e))return r;const n=new CustomEvent(e,{detail:t,composed:!1,bubbles:i,cancelable:o});return this.dispatchEvent(n)&&r}getSlottedNodes(e){return getSlottedNodesList(this[e])}attachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",e)}detachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",e)}get effectiveDir(){return markAsRtlAware(this.constructor),getEffectiveDir(this)}get isUI5Element(){return!0}get classes(){return{}}get accessibilityInfo(){return{}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _needsStaticArea(){return!!this.staticAreaTemplate||Object.prototype.hasOwnProperty.call(this.prototype,"renderStatic")}getStaticAreaItemDomRef(){if(!this.constructor._needsStaticArea())throw new Error("This component does not use the static area");return this.staticAreaItem||(this.staticAreaItem=StaticAreaItem.createInstance(),this.staticAreaItem.setOwnerElement(this)),this.staticAreaItem.parentElement||getSingletonElementInstance("ui5-static-area").appendChild(this.staticAreaItem),this.staticAreaItem.getDomRef()}static _generateAccessors(){const e=this.prototype,t=this.getMetadata().slotsAreManaged(),o=this.getMetadata().getProperties();for(const[t,i]of Object.entries(o)){if(isValidPropertyName(t)||console.warn(`"${t}" is not a valid property name. Use a name that does not collide with DOM APIs`),i.type===Boolean&&i.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All booleans are false by default.`);if(i.type===Array)throw new Error(`Wrong type for property "${t}". Properties cannot be of type Array - use "multiple: true" and set "type" to the single value type, such as "String", "Object", etc...`);if(i.type===Object&&i.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All properties of type "Object" are empty objects by default.`);if(i.multiple&&i.defaultValue)throw new Error(`Cannot set a default value for property "${t}". All multiple properties are empty arrays by default.`);const o=getPropertyDescriptor(e,t);let a,r;(null==o?void 0:o.set)&&(a=o.set),(null==o?void 0:o.get)&&(r=o.get),Object.defineProperty(e,t,{get(){if(r)return r.call(this);if(void 0!==this._state[t])return this._state[t];const e=i.defaultValue;return i.type!==Boolean&&(i.type===String?e:i.multiple?[]:e)},set(e){let o;e=this.constructor.getMetadata().constructor.validatePropertyValue(e,i);const n=i.type;let s=i.validator;const l=r?r.call(this):this._state[t];n&&n.isDataTypeClass&&(s=n),o=s?!s.valuesAreEqual(l,e):Array.isArray(l)&&Array.isArray(e)&&i.multiple&&i.compareValues?!arraysAreEqual(l,e):l!==e,o&&(a?a.call(this,e):this._state[t]=e,_invalidate.call(this,{type:"property",name:t,newValue:e,oldValue:l}),this._updateAttribute(t,e))}})}if(t){const t=this.getMetadata().getSlots();for(const[o,i]of Object.entries(t)){isValidPropertyName(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const t=i.propertyName||o;Object.defineProperty(e,t,{get(){return void 0!==this._state[t]?this._state[t]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}})}}}static get staticAreaStyles(){return""}static get dependencies(){return[]}static getUniqueDependencies(){if(!uniqueDependenciesCache.has(this)){const e=this.dependencies.filter(((e,t,o)=>o.indexOf(e)===t));uniqueDependenciesCache.set(this,e)}return uniqueDependenciesCache.get(this)||[]}static whenDependenciesDefined(){return Promise.all(this.getUniqueDependencies().map((e=>e.define())))}static async onDefine(){return Promise.resolve()}static async define(){await boot(),await Promise.all([this.whenDependenciesDefined(),this.onDefine()]);const e=this.getMetadata().getTag(),t=isTagRegistered(e),o=customElements.get(e);return o&&!t?recordTagRegistrationFailure(e):o||(this._generateAccessors(),registerTag(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const e=[this.metadata];let t=this;for(;t!==UI5Element;)t=Object.getPrototypeOf(t),e.unshift(t.metadata);const o=fnMerge$1({},...e);return this._metadata=new UI5ElementMetadata(o),this._metadata}}UI5Element.metadata={},UI5Element.styles="";const instanceOfUI5Element=e=>"isUI5Element"in e,customElement=(e={})=>t=>{if(Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={}),"string"==typeof e)return void(t.metadata.tag=e);const{tag:o,languageAware:i,themeAware:a,fastNavigation:r}=e;t.metadata.tag=o,i&&(t.metadata.languageAware=i),a&&(t.metadata.themeAware=a),r&&(t.metadata.fastNavigation=r),["render","renderer","template","staticAreaTemplate","styles","staticAreaStyles","dependencies"].forEach((o=>{const i=e["render"===o?"renderer":o];i&&Object.defineProperty(t,o,{get:()=>i})}))},property=e=>(t,o)=>{const i=t.constructor;Object.prototype.hasOwnProperty.call(i,"metadata")||(i.metadata={});const a=i.metadata;a.properties||(a.properties={});const r=a.properties;r[o]||(r[o]=e||{type:String})},event=(e,t={})=>o=>{Object.prototype.hasOwnProperty.call(o,"metadata")||(o.metadata={});const i=o.metadata;i.events||(i.events={});const a=i.events;a[e]||(a[e]=t)},slot=e=>(t,o)=>{const i=t.constructor;Object.prototype.hasOwnProperty.call(i,"metadata")||(i.metadata={});const a=i.metadata;a.slots||(a.slots={});const r=a.slots;if(e&&e.default&&r.default)throw new Error("Only one slot can be the default slot.");const n=e&&e.default?"default":o;(e=e||{type:HTMLElement}).type||(e.type=HTMLElement),r[n]||(r[n]=e),e.default&&(delete r.default.default,r.default.propertyName=o),i.metadata.managedSlots=!0};
4
4
  /**
5
5
  * @license
6
6
  * Copyright 2017 Google LLC
7
7
  * SPDX-License-Identifier: BSD-3-Clause
8
- */var Rt;const Ut=globalThis.trustedTypes,Vt=Ut?Ut.createPolicy("lit-html",{createHTML:e=>e}):void 0,Wt=`lit$${(Math.random()+"").slice(9)}$`,jt="?"+Wt,qt=`<${jt}>`,Yt=document,Gt=(e="")=>Yt.createComment(e),Xt=e=>null===e||"object"!=typeof e&&"function"!=typeof e,Zt=Array.isArray,Kt=e=>{var t;return Zt(e)||"function"==typeof(null===(t=e)||void 0===t?void 0:t[Symbol.iterator])},Jt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Qt=/-->/g,ei=/>/g,ti=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,ii=/'/g,oi=/"/g,ri=/^(?:script|style|textarea|title)$/i,ai=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),ni=ai(1),si=ai(2),li=Symbol.for("lit-noChange"),_i=Symbol.for("lit-nothing"),ui=new WeakMap,di=Yt.createTreeWalker(Yt,129,null,!1),ci=(e,t)=>{const i=e.length-1,o=[];let r,a=2===t?"<svg>":"",n=Jt;for(let t=0;t<i;t++){const i=e[t];let s,l,_=-1,u=0;for(;u<i.length&&(n.lastIndex=u,l=n.exec(i),null!==l);)u=n.lastIndex,n===Jt?"!--"===l[1]?n=Qt:void 0!==l[1]?n=ei:void 0!==l[2]?(ri.test(l[2])&&(r=RegExp("</"+l[2],"g")),n=ti):void 0!==l[3]&&(n=ti):n===ti?">"===l[0]?(n=null!=r?r:Jt,_=-1):void 0===l[1]?_=-2:(_=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?ti:'"'===l[3]?oi:ii):n===oi||n===ii?n=ti:n===Qt||n===ei?n=Jt:(n=ti,r=void 0);const d=n===ti&&e[t+1].startsWith("/>")?" ":"";a+=n===Jt?i+qt:_>=0?(o.push(s),i.slice(0,_)+"$lit$"+i.slice(_)+Wt+d):i+Wt+(-2===_?(o.push(void 0),t):d)}const s=a+(e[i]||"<?>")+(2===t?"</svg>":"");if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==Vt?Vt.createHTML(s):s,o]};class hi{constructor({strings:e,_$litType$:t},i){let o;this.parts=[];let r=0,a=0;const n=e.length-1,s=this.parts,[l,_]=ci(e,t);if(this.el=hi.createElement(l,i),di.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(o=di.nextNode())&&s.length<n;){if(1===o.nodeType){if(o.hasAttributes()){const e=[];for(const t of o.getAttributeNames())if(t.endsWith("$lit$")||t.startsWith(Wt)){const i=_[a++];if(e.push(t),void 0!==i){const e=o.getAttribute(i.toLowerCase()+"$lit$").split(Wt),t=/([.?@])?(.*)/.exec(i);s.push({type:1,index:r,name:t[2],strings:e,ctor:"."===t[1]?fi:"?"===t[1]?yi:"@"===t[1]?wi:vi})}else s.push({type:6,index:r})}for(const t of e)o.removeAttribute(t)}if(ri.test(o.tagName)){const e=o.textContent.split(Wt),t=e.length-1;if(t>0){o.textContent=Ut?Ut.emptyScript:"";for(let i=0;i<t;i++)o.append(e[i],Gt()),di.nextNode(),s.push({type:2,index:++r});o.append(e[t],Gt())}}}else if(8===o.nodeType)if(o.data===jt)s.push({type:2,index:r});else{let e=-1;for(;-1!==(e=o.data.indexOf(Wt,e+1));)s.push({type:7,index:r}),e+=Wt.length-1}r++}}static createElement(e,t){const i=Yt.createElement("template");return i.innerHTML=e,i}}function pi(e,t,i=e,o){var r,a,n,s;if(t===li)return t;let l=void 0!==o?null===(r=i._$Cl)||void 0===r?void 0:r[o]:i._$Cu;const _=Xt(t)?void 0:t._$litDirective$;return(null==l?void 0:l.constructor)!==_&&(null===(a=null==l?void 0:l._$AO)||void 0===a||a.call(l,!1),void 0===_?l=void 0:(l=new _(e),l._$AT(e,i,o)),void 0!==o?(null!==(n=(s=i)._$Cl)&&void 0!==n?n:s._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(t=pi(e,l._$AS(e,t.values),l,o)),t}class gi{constructor(e,t){this.v=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(e){var t;const{el:{content:i},parts:o}=this._$AD,r=(null!==(t=null==e?void 0:e.creationScope)&&void 0!==t?t:Yt).importNode(i,!0);di.currentNode=r;let a=di.nextNode(),n=0,s=0,l=o[0];for(;void 0!==l;){if(n===l.index){let t;2===l.type?t=new mi(a,a.nextSibling,this,e):1===l.type?t=new l.ctor(a,l.name,l.strings,this,e):6===l.type&&(t=new ki(a,this,e)),this.v.push(t),l=o[++s]}n!==(null==l?void 0:l.index)&&(a=di.nextNode(),n++)}return r}m(e){let t=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(e,i,t),t+=i.strings.length-2):i._$AI(e[t])),t++}}class mi{constructor(e,t,i,o){var r;this.type=2,this._$AH=_i,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=i,this.options=o,this._$Cg=null===(r=null==o?void 0:o.isConnected)||void 0===r||r}get _$AU(){var e,t;return null!==(t=null===(e=this._$AM)||void 0===e?void 0:e._$AU)&&void 0!==t?t:this._$Cg}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=pi(this,e,t),Xt(e)?e===_i||null==e||""===e?(this._$AH!==_i&&this._$AR(),this._$AH=_i):e!==this._$AH&&e!==li&&this.$(e):void 0!==e._$litType$?this.T(e):void 0!==e.nodeType?this.k(e):Kt(e)?this.S(e):this.$(e)}M(e,t=this._$AB){return this._$AA.parentNode.insertBefore(e,t)}k(e){this._$AH!==e&&(this._$AR(),this._$AH=this.M(e))}$(e){this._$AH!==_i&&Xt(this._$AH)?this._$AA.nextSibling.data=e:this.k(Yt.createTextNode(e)),this._$AH=e}T(e){var t;const{values:i,_$litType$:o}=e,r="number"==typeof o?this._$AC(e):(void 0===o.el&&(o.el=hi.createElement(o.h,this.options)),o);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===r)this._$AH.m(i);else{const e=new gi(r,this),t=e.p(this.options);e.m(i),this.k(t),this._$AH=e}}_$AC(e){let t=ui.get(e.strings);return void 0===t&&ui.set(e.strings,t=new hi(e)),t}S(e){Zt(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let i,o=0;for(const r of e)o===t.length?t.push(i=new mi(this.M(Gt()),this.M(Gt()),this,this.options)):i=t[o],i._$AI(r),o++;o<t.length&&(this._$AR(i&&i._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){var t;void 0===this._$AM&&(this._$Cg=e,null===(t=this._$AP)||void 0===t||t.call(this,e))}}class vi{constructor(e,t,i,o,r){this.type=1,this._$AH=_i,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=_i}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,i,o){const r=this.strings;let a=!1;if(void 0===r)e=pi(this,e,t,0),a=!Xt(e)||e!==this._$AH&&e!==li,a&&(this._$AH=e);else{const o=e;let n,s;for(e=r[0],n=0;n<r.length-1;n++)s=pi(this,o[i+n],t,n),s===li&&(s=this._$AH[n]),a||(a=!Xt(s)||s!==this._$AH[n]),s===_i?e=_i:e!==_i&&(e+=(null!=s?s:"")+r[n+1]),this._$AH[n]=s}a&&!o&&this.C(e)}C(e){e===_i?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=e?e:"")}}class fi extends vi{constructor(){super(...arguments),this.type=3}C(e){this.element[this.name]=e===_i?void 0:e}}const bi=Ut?Ut.emptyScript:"";class yi extends vi{constructor(){super(...arguments),this.type=4}C(e){e&&e!==_i?this.element.setAttribute(this.name,bi):this.element.removeAttribute(this.name)}}class wi extends vi{constructor(e,t,i,o,r){super(e,t,i,o,r),this.type=5}_$AI(e,t=this){var i;if((e=null!==(i=pi(this,e,t,0))&&void 0!==i?i:_i)===li)return;const o=this._$AH,r=e===_i&&o!==_i||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,a=e!==_i&&(o===_i||r);r&&this.element.removeEventListener(this.name,this,o),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var t,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(t=this.options)||void 0===t?void 0:t.host)&&void 0!==i?i:this.element,e):this._$AH.handleEvent(e)}}class ki{constructor(e,t,i){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(e){pi(this,e)}}const xi={L:"$lit$",P:Wt,V:jt,I:1,N:ci,R:gi,j:Kt,D:pi,H:mi,F:vi,O:yi,W:wi,B:fi,Z:ki},Ci=window.litHtmlPolyfillSupport;null==Ci||Ci(hi,mi),(null!==(Rt=globalThis.litHtmlVersions)&&void 0!==Rt?Rt:globalThis.litHtmlVersions=[]).push("2.2.2");
8
+ */
9
+ var t$1;const i$1=window,s$2=i$1.trustedTypes,e$3=s$2?s$2.createPolicy("lit-html",{createHTML:e=>e}):void 0,o$3="$lit$",n$1=`lit$${(Math.random()+"").slice(9)}$`,l$3="?"+n$1,h=`<${l$3}>`,r$1=document,u$2=()=>r$1.createComment(""),d=e=>null===e||"object"!=typeof e&&"function"!=typeof e,c$2=Array.isArray,v=e=>c$2(e)||"function"==typeof(null==e?void 0:e[Symbol.iterator]),a$2="[ \t\n\f\r]",f$1=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m$1=/>/g,p$1=RegExp(`>|${a$2}(?:([^\\s"'>=/]+)(${a$2}*=${a$2}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g=/'/g,$=/"/g,y=/^(?:script|style|textarea|title)$/i,w=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),x=w(1),b=w(2),T=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),E=new WeakMap,C=r$1.createTreeWalker(r$1,129,null,!1);function P(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==e$3?e$3.createHTML(t):t}const V=(e,t)=>{const o=e.length-1,i=[];let a,r=2===t?"<svg>":"",n=f$1;for(let t=0;t<o;t++){const o=e[t];let s,l,c=-1,d=0;for(;d<o.length&&(n.lastIndex=d,l=n.exec(o),null!==l);)d=n.lastIndex,n===f$1?"!--"===l[1]?n=_:void 0!==l[1]?n=m$1:void 0!==l[2]?(y.test(l[2])&&(a=RegExp("</"+l[2],"g")),n=p$1):void 0!==l[3]&&(n=p$1):n===p$1?">"===l[0]?(n=null!=a?a:f$1,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?p$1:'"'===l[3]?$:g):n===$||n===g?n=p$1:n===_||n===m$1?n=f$1:(n=p$1,a=void 0);const u=n===p$1&&e[t+1].startsWith("/>")?" ":"";r+=n===f$1?o+h:c>=0?(i.push(s),o.slice(0,c)+o$3+o.slice(c)+n$1+u):o+n$1+(-2===c?(i.push(void 0),t):u)}return[P(e,r+(e[o]||"<?>")+(2===t?"</svg>":"")),i]};class N{constructor({strings:e,_$litType$:t},o){let i;this.parts=[];let a=0,r=0;const n=e.length-1,s=this.parts,[l,c]=V(e,t);if(this.el=N.createElement(l,o),C.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(i=C.nextNode())&&s.length<n;){if(1===i.nodeType){if(i.hasAttributes()){const e=[];for(const t of i.getAttributeNames())if(t.endsWith(o$3)||t.startsWith(n$1)){const o=c[r++];if(e.push(t),void 0!==o){const e=i.getAttribute(o.toLowerCase()+o$3).split(n$1),t=/([.?@])?(.*)/.exec(o);s.push({type:1,index:a,name:t[2],strings:e,ctor:"."===t[1]?H:"?"===t[1]?L:"@"===t[1]?z:k})}else s.push({type:6,index:a})}for(const t of e)i.removeAttribute(t)}if(y.test(i.tagName)){const e=i.textContent.split(n$1),t=e.length-1;if(t>0){i.textContent=s$2?s$2.emptyScript:"";for(let o=0;o<t;o++)i.append(e[o],u$2()),C.nextNode(),s.push({type:2,index:++a});i.append(e[t],u$2())}}}else if(8===i.nodeType)if(i.data===l$3)s.push({type:2,index:a});else{let e=-1;for(;-1!==(e=i.data.indexOf(n$1,e+1));)s.push({type:7,index:a}),e+=n$1.length-1}a++}}static createElement(e,t){const o=r$1.createElement("template");return o.innerHTML=e,o}}function S(e,t,o=e,i){var a,r,n,s;if(t===T)return t;let l=void 0!==i?null===(a=o._$Co)||void 0===a?void 0:a[i]:o._$Cl;const c=d(t)?void 0:t._$litDirective$;return(null==l?void 0:l.constructor)!==c&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===c?l=void 0:(l=new c(e),l._$AT(e,o,i)),void 0!==i?(null!==(n=(s=o)._$Co)&&void 0!==n?n:s._$Co=[])[i]=l:o._$Cl=l),void 0!==l&&(t=S(e,l._$AS(e,t.values),l,i)),t}class M{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){var t;const{el:{content:o},parts:i}=this._$AD,a=(null!==(t=null==e?void 0:e.creationScope)&&void 0!==t?t:r$1).importNode(o,!0);C.currentNode=a;let r=C.nextNode(),n=0,s=0,l=i[0];for(;void 0!==l;){if(n===l.index){let t;2===l.type?t=new R(r,r.nextSibling,this,e):1===l.type?t=new l.ctor(r,l.name,l.strings,this,e):6===l.type&&(t=new Z(r,this,e)),this._$AV.push(t),l=i[++s]}n!==(null==l?void 0:l.index)&&(r=C.nextNode(),n++)}return C.currentNode=r$1,a}v(e){let t=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(e,o,t),t+=o.strings.length-2):o._$AI(e[t])),t++}}class R{constructor(e,t,o,i){var a;this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=o,this.options=i,this._$Cp=null===(a=null==i?void 0:i.isConnected)||void 0===a||a}get _$AU(){var e,t;return null!==(t=null===(e=this._$AM)||void 0===e?void 0:e._$AU)&&void 0!==t?t:this._$Cp}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===(null==e?void 0:e.nodeType)&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=S(this,e,t),d(e)?e===A||null==e||""===e?(this._$AH!==A&&this._$AR(),this._$AH=A):e!==this._$AH&&e!==T&&this._(e):void 0!==e._$litType$?this.g(e):void 0!==e.nodeType?this.$(e):v(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==A&&d(this._$AH)?this._$AA.nextSibling.data=e:this.$(r$1.createTextNode(e)),this._$AH=e}g(e){var t;const{values:o,_$litType$:i}=e,a="number"==typeof i?this._$AC(e):(void 0===i.el&&(i.el=N.createElement(P(i.h,i.h[0]),this.options)),i);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===a)this._$AH.v(o);else{const e=new M(a,this),t=e.u(this.options);e.v(o),this.$(t),this._$AH=e}}_$AC(e){let t=E.get(e.strings);return void 0===t&&E.set(e.strings,t=new N(e)),t}T(e){c$2(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let o,i=0;for(const a of e)i===t.length?t.push(o=new R(this.k(u$2()),this.k(u$2()),this,this.options)):o=t[i],o._$AI(a),i++;i<t.length&&(this._$AR(o&&o._$AB.nextSibling,i),t.length=i)}_$AR(e=this._$AA.nextSibling,t){var o;for(null===(o=this._$AP)||void 0===o||o.call(this,!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){var t;void 0===this._$AM&&(this._$Cp=e,null===(t=this._$AP)||void 0===t||t.call(this,e))}}class k{constructor(e,t,o,i,a){this.type=1,this._$AH=A,this._$AN=void 0,this.element=e,this.name=t,this._$AM=i,this.options=a,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=A}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,o,i){const a=this.strings;let r=!1;if(void 0===a)e=S(this,e,t,0),r=!d(e)||e!==this._$AH&&e!==T,r&&(this._$AH=e);else{const i=e;let n,s;for(e=a[0],n=0;n<a.length-1;n++)s=S(this,i[o+n],t,n),s===T&&(s=this._$AH[n]),r||(r=!d(s)||s!==this._$AH[n]),s===A?e=A:e!==A&&(e+=(null!=s?s:"")+a[n+1]),this._$AH[n]=s}r&&!i&&this.j(e)}j(e){e===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=e?e:"")}}class H extends k{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===A?void 0:e}}const I=s$2?s$2.emptyScript:"";class L extends k{constructor(){super(...arguments),this.type=4}j(e){e&&e!==A?this.element.setAttribute(this.name,I):this.element.removeAttribute(this.name)}}class z extends k{constructor(e,t,o,i,a){super(e,t,o,i,a),this.type=5}_$AI(e,t=this){var o;if((e=null!==(o=S(this,e,t,0))&&void 0!==o?o:A)===T)return;const i=this._$AH,a=e===A&&i!==A||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,r=e!==A&&(i===A||a);a&&this.element.removeEventListener(this.name,this,i),r&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var t,o;"function"==typeof this._$AH?this._$AH.call(null!==(o=null===(t=this.options)||void 0===t?void 0:t.host)&&void 0!==o?o:this.element,e):this._$AH.handleEvent(e)}}class Z{constructor(e,t,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){S(this,e)}}const j={O:o$3,P:n$1,A:l$3,C:1,M:V,L:M,R:v,D:S,I:R,V:k,H:L,N:z,U:H,F:Z},B=i$1.litHtmlPolyfillSupport;null==B||B(N,R),(null!==(t$1=i$1.litHtmlVersions)&&void 0!==t$1?t$1:i$1.litHtmlVersions=[]).push("2.8.0");const D=(e,t,o)=>{var i,a;const r=null!==(i=null==o?void 0:o.renderBefore)&&void 0!==i?i:t;let n=r._$litPart$;if(void 0===n){const e=null!==(a=null==o?void 0:o.renderBefore)&&void 0!==a?a:null;r._$litPart$=n=new R(t.insertBefore(u$2(),e),e,void 0,null!=o?o:{})}return n._$AI(e),n},t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e$2=e=>(...t)=>({_$litDirective$:e,values:t});
9
10
  /**
10
11
  * @license
11
12
  * Copyright 2017 Google LLC
12
13
  * SPDX-License-Identifier: BSD-3-Clause
13
- */
14
- const Si=1,Ti=2,Bi=e=>(...t)=>({_$litDirective$:e,values:t});class $i{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,i){this._$Ct=e,this._$AM=t,this._$Ci=i}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
14
+ */class i{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,o){this._$Ct=e,this._$AM=t,this._$Ci=o}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}
15
15
  /**
16
16
  * @license
17
17
  * Copyright 2020 Google LLC
18
18
  * SPDX-License-Identifier: BSD-3-Clause
19
- */const{H:Ii}=xi,Di=()=>document.createComment(""),Ai=(e,t,i)=>{var o;const r=e._$AA.parentNode,a=void 0===t?e._$AB:t._$AA;if(void 0===i){const t=r.insertBefore(Di(),a),o=r.insertBefore(Di(),a);i=new Ii(t,o,e,e.options)}else{const t=i._$AB.nextSibling,n=i._$AM,s=n!==e;if(s){let t;null===(o=i._$AQ)||void 0===o||o.call(i,e),i._$AM=e,void 0!==i._$AP&&(t=e._$AU)!==n._$AU&&i._$AP(t)}if(t!==a||s){let e=i._$AA;for(;e!==t;){const t=e.nextSibling;r.insertBefore(e,a),e=t}}}return i},Fi=(e,t,i=e)=>(e._$AI(t,i),e),Ei={},Pi=e=>{var t;null===(t=e._$AP)||void 0===t||t.call(e,!1,!0);let i=e._$AA;const o=e._$AB.nextSibling;for(;i!==o;){const e=i.nextSibling;i.remove(),i=e}},Mi=(e,t,i)=>{const o=new Map;for(let r=t;r<=i;r++)o.set(e[r],r);return o},Li=Bi(class extends $i{constructor(e){if(super(e),e.type!==Ti)throw Error("repeat() can only be used in text expressions")}dt(e,t,i){let o;void 0===i?i=t:void 0!==t&&(o=t);const r=[],a=[];let n=0;for(const t of e)r[n]=o?o(t,n):n,a[n]=i(t,n),n++;return{values:a,keys:r}}render(e,t,i){return this.dt(e,t,i).values}update(e,[t,i,o]){var r;const a=(e=>e._$AH)(e),{values:n,keys:s}=this.dt(t,i,o);if(!Array.isArray(a))return this.ut=s,n;const l=null!==(r=this.ut)&&void 0!==r?r:this.ut=[],_=[];let u,d,c=0,h=a.length-1,p=0,g=n.length-1;for(;c<=h&&p<=g;)if(null===a[c])c++;else if(null===a[h])h--;else if(l[c]===s[p])_[p]=Fi(a[c],n[p]),c++,p++;else if(l[h]===s[g])_[g]=Fi(a[h],n[g]),h--,g--;else if(l[c]===s[g])_[g]=Fi(a[c],n[g]),Ai(e,_[g+1],a[c]),c++,g--;else if(l[h]===s[p])_[p]=Fi(a[h],n[p]),Ai(e,a[c],a[h]),h--,p++;else if(void 0===u&&(u=Mi(s,p,g),d=Mi(l,c,h)),u.has(l[c]))if(u.has(l[h])){const t=d.get(s[p]),i=void 0!==t?a[t]:null;if(null===i){const t=Ai(e,a[c]);Fi(t,n[p]),_[p]=t}else _[p]=Fi(i,n[p]),Ai(e,a[c],i),a[t]=null;p++}else Pi(a[h]),h--;else Pi(a[c]),c++;for(;p<=g;){const t=Ai(e,_[g+1]);Fi(t,n[p]),_[p++]=t}for(;c<=h;){const e=a[c++];null!==e&&Pi(e)}return this.ut=s,((e,t=Ei)=>{e._$AH=t})(e,_),li}}),zi=Bi(class extends $i{constructor(e){var t;if(super(e),e.type!==Si||"class"!==e.name||(null===(t=e.strings)||void 0===t?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==e.strings&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter(e=>""!==e)));for(const e in t)t[e]&&!(null===(i=this.st)||void 0===i?void 0:i.has(e))&&this.et.add(e);return this.render(t)}const r=e.element.classList;this.et.forEach(e=>{e in t||(r.remove(e),this.et.delete(e))});for(const e in t){const i=!!t[e];i===this.et.has(e)||(null===(o=this.st)||void 0===o?void 0:o.has(e))||(i?(r.add(e),this.et.add(e)):(r.remove(e),this.et.delete(e)))}return li}});
19
+ */const{I:l$2}=j,r=()=>document.createComment(""),c$1=(e,t,o)=>{var i;const a=e._$AA.parentNode,n=void 0===t?e._$AB:t._$AA;if(void 0===o){const t=a.insertBefore(r(),n),i=a.insertBefore(r(),n);o=new l$2(t,i,e,e.options)}else{const t=o._$AB.nextSibling,r=o._$AM,s=r!==e;if(s){let t;null===(i=o._$AQ)||void 0===i||i.call(o,e),o._$AM=e,void 0!==o._$AP&&(t=e._$AU)!==r._$AU&&o._$AP(t)}if(t!==n||s){let e=o._$AA;for(;e!==t;){const t=e.nextSibling;a.insertBefore(e,n),e=t}}}return o},f=(e,t,o=e)=>(e._$AI(t,o),e),s$1={},a$1=(e,t=s$1)=>e._$AH=t,m=e=>e._$AH,p=e=>{var t;null===(t=e._$AP)||void 0===t||t.call(e,!1,!0);let o=e._$AA;const i=e._$AB.nextSibling;for(;o!==i;){const e=o.nextSibling;o.remove(),o=e}},u$1=(e,t,o)=>{const i=new Map;for(let a=t;a<=o;a++)i.set(e[a],a);return i},c=e$2(class extends i{constructor(e){if(super(e),e.type!==t.CHILD)throw Error("repeat() can only be used in text expressions")}ct(e,t,o){let i;void 0===o?o=t:void 0!==t&&(i=t);const a=[],r=[];let n=0;for(const t of e)a[n]=i?i(t,n):n,r[n]=o(t,n),n++;return{values:r,keys:a}}render(e,t,o){return this.ct(e,t,o).values}update(e,[t,o,i]){var a;const r=m(e),{values:n,keys:s}=this.ct(t,o,i);if(!Array.isArray(r))return this.ut=s,n;const l=null!==(a=this.ut)&&void 0!==a?a:this.ut=[],c=[];let d,_,u=0,h=r.length-1,v=0,g=n.length-1;for(;u<=h&&v<=g;)if(null===r[u])u++;else if(null===r[h])h--;else if(l[u]===s[v])c[v]=f(r[u],n[v]),u++,v++;else if(l[h]===s[g])c[g]=f(r[h],n[g]),h--,g--;else if(l[u]===s[g])c[g]=f(r[u],n[g]),c$1(e,c[g+1],r[u]),u++,g--;else if(l[h]===s[v])c[v]=f(r[h],n[v]),c$1(e,r[u],r[h]),h--,v++;else if(void 0===d&&(d=u$1(s,v,g),_=u$1(l,u,h)),d.has(l[u]))if(d.has(l[h])){const t=_.get(s[v]),o=void 0!==t?r[t]:null;if(null===o){const t=c$1(e,r[u]);f(t,n[v]),c[v]=t}else c[v]=f(o,n[v]),c$1(e,r[u],o),r[t]=null;v++}else p(r[h]),h--;else p(r[u]),u++;for(;v<=g;){const t=c$1(e,c[g+1]);f(t,n[v]),c[v++]=t}for(;u<=h;){const e=r[u++];null!==e&&p(e)}return this.ut=s,a$1(e,c),T}}),o$2=e$2(class extends i{constructor(e){var o;if(super(e),e.type!==t.ATTRIBUTE||"class"!==e.name||(null===(o=e.strings)||void 0===o?void 0:o.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((t=>e[t])).join(" ")+" "}update(e,[t]){var o,i;if(void 0===this.it){this.it=new Set,void 0!==e.strings&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter((e=>""!==e))));for(const e in t)t[e]&&!(null===(o=this.nt)||void 0===o?void 0:o.has(e))&&this.it.add(e);return this.render(t)}const a=e.element.classList;this.it.forEach((e=>{e in t||(a.remove(e),this.it.delete(e))}));for(const e in t){const o=!!t[e];o===this.it.has(e)||(null===(i=this.nt)||void 0===i?void 0:i.has(e))||(o?(a.add(e),this.it.add(e)):(a.remove(e),this.it.delete(e)))}return T}});
20
20
  /**
21
21
  * @license
22
22
  * Copyright 2017 Google LLC
23
23
  * SPDX-License-Identifier: BSD-3-Clause
24
- */const Ni=Bi(
24
+ */
25
25
  /**
26
26
  * @license
27
27
  * Copyright 2018 Google LLC
28
28
  * SPDX-License-Identifier: BSD-3-Clause
29
29
  */
30
- class extends $i{constructor(e){var t;if(super(e),e.type!==Si||"style"!==e.name||(null===(t=e.strings)||void 0===t?void 0:t.length)>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return""}update(e,[t]){const{style:i}=e.element;if(void 0===this._previousStyleProperties){this._previousStyleProperties=new Set;for(const e in t)this._previousStyleProperties.add(e)}this._previousStyleProperties.forEach(e=>{null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?i.removeProperty(e):i[e]="")});for(const e in t){const o=t[e];null!=o&&(this._previousStyleProperties.add(e),e.includes("-")?i.setProperty(e,o):i[e]=o)}return li}}),Oi=e=>null!=e?e:_i
30
+ class StyleMapDirective extends i{constructor(e){var o;if(super(e),e.type!==t.ATTRIBUTE||"style"!==e.name||(null===(o=e.strings)||void 0===o?void 0:o.length)>2)throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return""}update(e,[t]){const{style:o}=e.element;if(void 0===this._previousStyleProperties){this._previousStyleProperties=new Set;for(const e in t)this._previousStyleProperties.add(e)}this._previousStyleProperties.forEach((e=>{null==t[e]&&(this._previousStyleProperties.delete(e),e.includes("-")?o.removeProperty(e):o[e]="")}));for(const e in t){const i=t[e];null!=i&&(this._previousStyleProperties.add(e),e.includes("-")?o.setProperty(e,i):o[e]=i)}return T}}const styleMap=e$2(StyleMapDirective),l$1=e=>null!=e?e:A
31
31
  /**
32
32
  * @license
33
33
  * Copyright 2017 Google LLC
@@ -37,5 +37,149 @@ class extends $i{constructor(e){var t;if(super(e),e.type!==Si||"style"!==e.name|
37
37
  * @license
38
38
  * Copyright 2018 Google LLC
39
39
  * SPDX-License-Identifier: BSD-3-Clause
40
- */class Hi extends $i{constructor(e){if(super(e),this.it=_i,e.type!==Ti)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===_i||null==e)return this.ft=void 0,this.it=e;if(e===li)return e;if("string"!=typeof e)throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this.ft;this.it=e;const t=[e];return t.raw=t,this.ft={_$litType$:this.constructor.resultType,strings:t,values:[]}}}Hi.directiveName="unsafeHTML",Hi.resultType=1;const Ri=Bi(Hi),Ui=(...e)=>{const t=z("LitStatic");return(t?t.html:ni)(...e)},Vi=(...e)=>{const t=z("LitStatic");return(t?t.svg:si)(...e)},Wi=(e,t,i,o,{host:r}={})=>{const a=z("OpenUI5Enablement");a&&!o&&(e=a.wrapTemplateResultInBusyMarkup(Ui,r,e)),"string"==typeof i?e=Ui`<style>${i}</style>${e}`:Array.isArray(i)&&i.length&&(e=Ui`${i.map(e=>Ui`<link type="text/css" rel="stylesheet" href="${e}">`)}${e}`),((e,t,i)=>{var o,r;const a=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:t;let n=a._$litPart$;if(void 0===n){const e=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;a._$litPart$=n=new mi(t.insertBefore(Gt(),e),e,void 0,null!=i?i:{})}n._$AI(e)})(e,t,{host:r})},ji=(e,t,i)=>{const o=z("LitStatic");if(o)return o.unsafeStatic((t||[]).includes(e)?`${e}-${i}`:e)},qi={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CONTROL:17,ALT:18,BREAK:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,PRINT:44,INSERT:45,DELETE:46,DIGIT_0:48,DIGIT_1:49,DIGIT_2:50,DIGIT_3:51,DIGIT_4:52,DIGIT_5:53,DIGIT_6:54,DIGIT_7:55,DIGIT_8:56,DIGIT_9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOWS:91,CONTEXT_MENU:93,TURN_OFF:94,SLEEP:95,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_ASTERISK:106,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_COMMA:110,NUMPAD_SLASH:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUM_LOCK:144,SCROLL_LOCK:145,OPEN_BRACKET:186,PLUS:187,COMMA:188,SLASH:189,DOT:190,PIPE:191,SEMICOLON:192,MINUS:219,GREAT_ACCENT:220,EQUALS:221,SINGLE_QUOTE:222,BACKSLASH:226},Yi=e=>(e.key?"Enter"===e.key:e.keyCode===qi.ENTER)&&!To(e),Gi=e=>(e.key?"Enter"===e.key:e.keyCode===qi.ENTER)&&$o(e,!1,!1,!0),Xi=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===qi.SPACE)&&!To(e),Zi=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===qi.SPACE)&&$o(e,!1,!1,!0),Ki=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===qi.ARROW_LEFT)&&!To(e),Ji=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===qi.ARROW_RIGHT)&&!To(e),Qi=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===qi.ARROW_UP)&&!To(e),eo=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===qi.ARROW_DOWN)&&!To(e),to=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===qi.ARROW_UP)&&$o(e,!1,!1,!0),io=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===qi.ARROW_DOWN)&&$o(e,!1,!1,!0),oo=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===qi.ARROW_LEFT)&&$o(e,!1,!1,!0),ro=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===qi.ARROW_RIGHT)&&$o(e,!1,!1,!0),ao=e=>(e.key?"Home"===e.key:e.keyCode===qi.HOME)&&!To(e),no=e=>(e.key?"End"===e.key:e.keyCode===qi.END)&&!To(e),so=e=>(e.key?"Home"===e.key:e.keyCode===qi.HOME)&&$o(e,!0,!1,!1),lo=e=>(e.key?"End"===e.key:e.keyCode===qi.END)&&$o(e,!0,!1,!1),_o=e=>(e.key?"Escape"===e.key||"Esc"===e.key:e.keyCode===qi.ESCAPE)&&!To(e),uo=e=>(e.key?"Tab"===e.key:e.keyCode===qi.TAB)&&!To(e),co=e=>(e.key?"Tab"===e.key:e.keyCode===qi.TAB)&&$o(e,!1,!1,!0),ho=e=>(e.key?"Backspace"===e.key:e.keyCode===qi.BACKSPACE)&&!To(e),po=e=>(e.key?"Delete"===e.key:e.keyCode===qi.DELETE)&&!To(e),go=e=>(e.key?"PageUp"===e.key:e.keyCode===qi.PAGE_UP)&&!To(e),mo=e=>(e.key?"PageDown"===e.key:e.keyCode===qi.PAGE_DOWN)&&!To(e),vo=e=>(e.key?"PageUp"===e.key:e.keyCode===qi.PAGE_UP)&&$o(e,!1,!1,!0),fo=e=>(e.key?"PageDown"===e.key:e.keyCode===qi.PAGE_DOWN)&&$o(e,!1,!1,!0),bo=e=>(e.key?"PageUp"===e.key:e.keyCode===qi.PAGE_UP)&&$o(e,!0,!1,!0),yo=e=>(e.key?"PageDown"===e.key:e.keyCode===qi.PAGE_DOWN)&&$o(e,!0,!1,!0),wo=e=>e.key?ko(e)||So(e):e.keyCode===qi.F4&&!To(e)||e.keyCode===qi.ARROW_DOWN&&$o(e,!1,!0,!1),ko=e=>"F4"===e.key&&!To(e),xo=e=>(e.key?"F6"===e.key:e.keyCode===qi.F6)&&$o(e,!1,!1,!1)||(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===qi.ARROW_DOWN)&&$o(e,!0,!0,!1),Co=e=>(e.key?"F6"===e.key:e.keyCode===qi.F6)&&$o(e,!1,!1,!0)||(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===qi.ARROW_Up)&&$o(e,!0,!0,!1),So=e=>("ArrowDown"===e.key||"Down"===e.key||"ArrowUp"===e.key||"Up"===e.key)&&$o(e,!1,!0,!1),To=e=>e.shiftKey||e.altKey||Bo(e),Bo=e=>!(!e.metaKey&&!e.ctrlKey),$o=(e,t,i,o)=>e.shiftKey===o&&e.altKey===i&&Bo(e)===t,Io=e=>e.accessibleNameRef?Do(e):e.accessibleName?e.accessibleName:void 0,Do=(e,t,i="")=>{const o=i&&i.split(" ")||e.accessibleNameRef.split(" "),r=t||e.getRootNode();let a="";return o.forEach((e,t)=>{const i=r.querySelector(`[id='${e}']`);a+=`${i?i.textContent:""}`,t<o.length-1&&(a+=" ")}),a},Ao=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;class Fo{constructor(e){const t=Ao.exec(e.replace(/_/g,"-"));if(null===t)throw new Error(`The given language ${e} does not adhere to BCP-47.`);this.sLocaleId=e,this.sLanguage=t[1]||null,this.sScript=t[2]||null,this.sRegion=t[3]||null,this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,e=>e.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(e){return this.getPrivateUseSubtags().indexOf(e)>=0}toString(){const e=[this.sLanguage];return this.sScript&&e.push(this.sScript),this.sRegion&&e.push(this.sRegion),this.sVariant&&e.push(this.sVariant),this.sExtension&&e.push(this.sExtension),this.sPrivateUse&&e.push(this.sPrivateUse),e.join("-")}}const Eo=new Map,Po=e=>(Eo.has(e)||Eo.set(e,new Fo(e)),Eo.get(e)),Mo=e=>{try{if(e&&"string"==typeof e)return Po(e)}catch(e){}},Lo=e=>e?Mo(e):mt()?Po(mt()):Mo(bt()),zo=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,No=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,Oo={he:"iw",yi:"ji",id:"in",sr:"sh"},Ho=e=>{if(!e)return Z;if("zh_HK"===e)return"zh_TW";const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==Z?Z:""},Ro=new Set,Uo=new Set,Vo=new Map,Wo=new Map,jo=new Map,qo=(e,t,i)=>{const o=`${e}/${t}`;jo.set(o,i)},Yo=(e,t)=>{Vo.set(e,t)},Go=(e,t)=>{const i=`${e}/${t}`;return jo.has(i)},Xo=async e=>{const t=Lo().getLanguage(),i=Lo().getRegion();let o=(e=>{let t;if(!e)return Z;if("string"==typeof e&&(t=zo.exec(e.replace(/_/g,"-")))){let e=t[1].toLowerCase(),i=t[3]?t[3].toUpperCase():void 0;const o=t[2]?t[2].toLowerCase():void 0,r=t[4]?t[4].slice(1):void 0,a=t[6];return e=Oo[e]||e,a&&(t=No.exec(a))||r&&(t=No.exec(r))?`en_US_${t[1].toLowerCase()}`:("zh"!==e||i||("hans"===o?i="CN":"hant"===o&&(i="TW")),e+(i?"_"+i+(r?"_"+r.replace("-","_"):""):""))}})(t+(i?`-${i}`:""));for(;o!==X&&!Go(e,o);)o=Ho(o);const r=vt();if(o!==X||r)if(Go(e,o))try{const t=await((e,t)=>{const i=`${e}/${t}`,o=jo.get(i);return Wo.get(i)||Wo.set(i,o(t)),Wo.get(i)})(e,o);Yo(e,t)}catch(e){Uo.has(e.message)||(Uo.add(e.message),console.error(e.message))}else(e=>{Ro.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),Ro.add(e))})(e);else Yo(e,null)};ht(()=>{const e=[...Vo.keys()];return Promise.all(e.map(Xo))});const Zo=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,Ko=new Map;class Jo{constructor(e){this.packageName=e}getText(e,...t){if("string"==typeof e&&(e={key:e,defaultText:e}),!e||!e.key)return"";const i=(e=>Vo.get(e))(this.packageName);i&&!i[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const o=i&&i[e.key]?i[e.key]:e.defaultText||e.key;return t.length?(r=(r=t)||[],o.replace(Zo,(e,t,i,o,a)=>{if(t)return"'";if(i)return i.replace(/''/g,"'");if(o)return String(r[parseInt(o)]);throw new Error(`[i18n]: pattern syntax error at pos ${a}`)})):o;var r}}const Qo=async e=>(await Xo(e),(e=>{if(Ko.has(e))return Ko.get(e);const t=new Jo(e);return Ko.set(e,t),t})(e)),er=navigator.userAgent,tr="ontouchstart"in window||navigator.maxTouchPoints>0,ir=/(msie|trident)/i.test(er),or=!ir&&/(Chrome|CriOS)/.test(er),rr=!ir&&!or&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(er),ar=!ir&&/webkit/.test(er),nr=-1!==navigator.platform.indexOf("Win"),sr=navigator.platform.match(/iPhone|iPad|iPod/)||navigator.userAgent.match(/Mac/)&&"ontouchend"in document,lr=!nr&&/Android/.test(er),_r=lr&&/(?=android)(?=.*mobile)/i.test(er),ur=/ipad/i.test(er)||/Macintosh/i.test(er)&&"ontouchend"in document;let dr,cr,hr;const pr=()=>{if(!nr)return!1;if(void 0===dr){const e=er.match(/Windows NT (\d+).(\d)/);dr=e?parseFloat(e[1]):0}return dr>=8},gr=()=>{if(void 0===hr)if(ur)hr=!0;else{if(tr){if(pr())return void(hr=!0);if(or&&lr)return void(hr=!/Mobile Safari\/[.0-9]+/.test(er));let e=window.devicePixelRatio?window.devicePixelRatio:1;return lr&&(()=>{if(!ar)return!1;if(void 0===cr){const e=er.match(/(webkit)[ /]([\w.]+)/);cr=e?parseFloat(e[1]):0}return cr>=537.1})()&&(e=1),void(hr=Math.min(window.screen.width/e,window.screen.height/e)>=600)}hr=ir&&-1!==er.indexOf("Touch")||lr&&!_r}},mr=()=>tr,vr=()=>rr,fr=()=>(gr(),(tr||pr())&&hr),br=()=>(gr(),tr&&!hr),yr=()=>!fr()&&!br()||pr(),wr={Default:"Default",Positive:"Positive",Negative:"Negative",Transparent:"Transparent",Emphasized:"Emphasized",Attention:"Attention"};class kr extends Re{static isValid(e){return!!wr[e]}}kr.generateTypeAccessors(wr);const xr=(e,t,i)=>Ui`<button type="button" class="ui5-button-root" ?disabled="${e.disabled}" data-sap-focus-ref @focusout=${e._onfocusout} @focusin=${e._onfocusin} @click=${e._onclick} @mousedown=${e._onmousedown} @mouseup=${e._onmouseup} @keydown=${e._onkeydown} @keyup=${e._onkeyup} @touchstart="${e._ontouchstart}" @touchend="${e._ontouchend}" tabindex=${Oi(e.tabIndexValue)} aria-expanded="${Oi(e.accessibilityAttributes.expanded)}" aria-controls="${Oi(e.accessibilityAttributes.controls)}" aria-haspopup="${Oi(e.accessibilityAttributes.hasPopup)}" aria-label="${Oi(e.ariaLabelText)}" title="${Oi(e.tooltip)}" part="button">${e.icon?Cr(e,t,i):void 0}<span id="${Oi(e._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${e.hasButtonType?Sr(e):void 0}</button> `,Cr=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} class="ui5-button-icon" name="${Oi(e.icon)}" accessible-role="${Oi(e.iconRole)}" part="icon" ?show-tooltip=${e.showIconTooltip}></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon class="ui5-button-icon" name="${Oi(e.icon)}" accessible-role="${Oi(e.iconRole)}" part="icon" ?show-tooltip=${e.showIconTooltip}></ui5-icon>`,Sr=(e,t,i)=>Ui`<span class="ui5-hidden-text">${Oi(e.buttonTypeText)}</span>`,Tr={"SAP-icons-TNT":"tnt",BusinessSuiteInAppSymbols:"business-suite",horizon:"SAP-icons-v5"},Br=new Map,$r=()=>{const e=ke(),t=Br.get(e);return t||(xe("sap_horizon")?"SAP-icons-v5":"SAP-icons")},Ir=new Map,Dr=o("SVGIcons.registry",new Map),Ar=o("SVGIcons.promises",new Map),Fr=(e,{pathData:t,ltr:i,accData:o,collection:r,packageName:a}={})=>{r||(r=$r());const n=`${r}/${e}`;Dr.set(n,{pathData:t,ltr:i,accData:o,packageName:a})},Er=e=>{let t;return e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://","")),[e,t]=e.split("/").reverse(),t=t||$r(),t=Mr(t),{name:e=e.replace("icon-",""),collection:t,registryKey:`${t}/${e}`}},Pr=async e=>{const{collection:t,registryKey:i}=Er(e);let o="ICON_NOT_FOUND";try{o=await(async e=>{if(!Ar.has(e)){if(!Ir.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=Ir.get(e);Ar.set(e,t(e))}return Ar.get(e)})(t)}catch(e){console.error(e.message)}return"ICON_NOT_FOUND"===o?o:(Dr.has(i)||(e=>{Object.keys(e.data).forEach(t=>{const i=e.data[t];Fr(t,{pathData:i.path||i.paths,ltr:i.ltr,accData:i.acc,collection:e.collection,packageName:e.packageName})})})(o),Dr.get(i))},Mr=e=>Tr[e]?Tr[e]:e,Lr=(e,t,i)=>Ui`<svg class="ui5-icon-root" tabindex="${Oi(e.tabIndex)}" dir="${Oi(e._dir)}" viewBox="0 0 512 512" role="${Oi(e.effectiveAccessibleRole)}" focusable="false" preserveAspectRatio="xMidYMid meet" aria-label="${Oi(e.effectiveAccessibleName)}" aria-hidden=${Oi(e.effectiveAriaHidden)} xmlns="http://www.w3.org/2000/svg" @focusin=${e._onfocusin} @focusout=${e._onfocusout} @keydown=${e._onkeydown} @keyup=${e._onkeyup} @click=${e._onclick}>${zr(e)}</svg>`,zr=(e,t,i)=>Vi`${e.hasIconTooltip?((e,t,i)=>Vi`<title id="${Oi(e._id)}-tooltip">${Oi(e.effectiveAccessibleName)}</title>`)(e):void 0}<g role="presentation">${Li(e.pathData,(e,t)=>e._id||t,(e,t)=>((e,t,i,o,r)=>Vi`<path d="${Oi(e)}"></path>`)(e))}</g>`;var Nr={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_fiori_3/parameters-bundle.css",content:':root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_fiori_3.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_base_fiori","baseTheme"],"Tags":["Fiori_3","LightColorScheme"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.69.2"},"Version":{ "Build":"11.1.41.20220622152552","Source":"11.1.41"}};--sapBrandColor:#0a6ed1;--sapHighlightColor:#0854a0;--sapBaseColor:#fff;--sapShellColor:#354a5f;--sapBackgroundColor:#f7f7f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#32363a;--sapLinkColor:#0a6ed1;--sapLink_Hover_Color:#0854a0;--sapLink_Active_Color:#0a6ed1;--sapLink_Visited_Color:#0a6ed1;--sapLink_InvertedColor:#d3e8fd;--sapLink_SubtleColor:#074888;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0854a0;--sapActiveColor:#0854a0;--sapHighlightTextColor:#fff;--sapTitleColor:#32363a;--sapNegativeColor:#b00;--sapCriticalColor:#df6e0c;--sapPositiveColor:#107e3e;--sapInformativeColor:#0a6ed1;--sapNeutralColor:#6a6d70;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#df6e0c;--sapPositiveElementColor:#107e3e;--sapInformativeElementColor:#0a6ed1;--sapNeutralElementColor:#6a6d70;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#107e3e;--sapCriticalTextColor:#df6e0c;--sapInformativeTextColor:#0a6ed1;--sapNeutralTextColor:#6a6d70;--sapNeutralBorderColor:#6a6d70;--sapErrorColor:#b00;--sapErrorBorderColor:#b00;--sapWarningColor:#df6e0c;--sapWarningBorderColor:#df6e0c;--sapSuccessColor:#107e3e;--sapSuccessBorderColor:#107e3e;--sapInformationColor:#0a6ed1;--sapInformationBorderColor:#0a6ed1;--sapErrorBackground:#ffebeb;--sapWarningBackground:#fef7f1;--sapSuccessBackground:#f1fdf6;--sapInformationBackground:#f5faff;--sapNeutralBackground:#f4f4f4;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#df6e0c;--sapIndicationColor_3_Background:#df6e0c;--sapIndicationColor_3_BorderColor:#df6e0c;--sapIndicationColor_3_Hover_Background:#d0670b;--sapIndicationColor_3_Active_Background:#c2600a;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#107e3e;--sapIndicationColor_4_Background:#107e3e;--sapIndicationColor_4_BorderColor:#107e3e;--sapIndicationColor_4_Hover_Background:#0d6733;--sapIndicationColor_4_Active_Background:#0a5128;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0a6ed1;--sapIndicationColor_5_Background:#0a6ed1;--sapIndicationColor_5_BorderColor:#0a6ed1;--sapIndicationColor_5_Hover_Background:#0961b9;--sapIndicationColor_5_Active_Background:#0854a0;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#0f828f;--sapIndicationColor_6_Background:#0f828f;--sapIndicationColor_6_BorderColor:#0f828f;--sapIndicationColor_6_Hover_Background:#0d6d78;--sapIndicationColor_6_Active_Background:#0a5861;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#c0399f;--sapIndicationColor_8_Background:#c0399f;--sapIndicationColor_8_BorderColor:#c0399f;--sapIndicationColor_8_Hover_Background:#ac338f;--sapIndicationColor_8_Active_Background:#992d7e;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#0854a0;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#6a6d70;--sapContent_MarkerIconColor:#286eb4;--sapContent_MarkerTextColor:#0e7581;--sapContent_MeasureIndicatorColor:#89919a;--sapContent_Selected_MeasureIndicatorColor:#89919a;--sapContent_ImagePlaceholderBackground:#ccc;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#d08014;--sapContent_UnratedColor:#89919a;--sapContent_BusyColor:#0854a0;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem rgba(0,0,0,0.1),0 0.125rem 0.5rem 0 rgba(0,0,0,0.1);--sapContent_Shadow1:0 0 0 0.0625rem rgba(0,0,0,0.42),0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(0,0,0,0.42),0 0.625rem 1.875rem 0 rgba(0,0,0,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(0,0,0,0.42),0 1.25rem 5rem 0 rgba(0,0,0,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#6a6d70;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(50,54,58,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#89919a;--sapContent_ForegroundTextColor:#32363a;--sapContent_BadgeBackground:#d04343;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0854a0;--sapContent_Selected_Background:#0854a0;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#095caf;--sapContent_Selected_ForegroundColor:#0854a0;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#72b5f8;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#4ba1f6;--sapContent_Illustrative_Color14:#298ff4;--sapContent_Illustrative_Color15:#e6a400;--sapContent_Illustrative_Color16:#085aaa;--sapContent_Illustrative_Color17:#00a5a8;--sapContent_Illustrative_Color18:#d9ddde;--sapContent_Illustrative_Color19:#ccd0d2;--sapContent_Illustrative_Color20:#bec4c6;--sapShell_Background:#edeff0;--sapShell_BackgroundImage:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundGradient:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#32363a;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#23303e;--sapShell_Favicon:none;--sapShell_Navigation_Background:#354a5f;--sapShell_Navigation_SelectedColor:#d1e8ff;--sapShell_Navigation_Selected_TextColor:#d1e8ff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Hover_Background:#283848;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.08),inset 0 -0.0625rem 0 0 rgba(0,0,0,0.18);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#f8b67d;--sapShell_PositiveColor:#abe2c2;--sapShell_InformativeColor:#b1d6fb;--sapShell_NeutralColor:#d4d6d7;--sapAvatar_1_Background:#d08014;--sapAvatar_1_BorderColor:#d08014;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#d04343;--sapAvatar_2_BorderColor:#d04343;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#db1f77;--sapAvatar_3_BorderColor:#db1f77;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#c0399f;--sapAvatar_4_BorderColor:#c0399f;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#6367de;--sapAvatar_5_BorderColor:#6367de;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#286eb4;--sapAvatar_6_BorderColor:#286eb4;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#0f828f;--sapAvatar_7_BorderColor:#0f828f;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#7ca10c;--sapAvatar_8_BorderColor:#7ca10c;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_Background:#fff;--sapButton_BorderColor:#0854a0;--sapButton_TextColor:#0854a0;--sapButton_Hover_Background:#ebf5fe;--sapButton_Hover_BorderColor:#0854a0;--sapButton_Hover_TextColor:#0854a0;--sapButton_IconColor:#0854a0;--sapButton_Active_Background:#0854a0;--sapButton_Active_BorderColor:#0854a0;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#0a6ed1;--sapButton_Emphasized_BorderColor:#0a6ed1;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#085caf;--sapButton_Emphasized_Hover_BorderColor:#085caf;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#0854a0;--sapButton_Emphasized_Active_BorderColor:#0854a0;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#fff;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_Hover_Background:#ffebeb;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#a20000;--sapButton_Reject_Active_BorderColor:#a20000;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Selected_Background:#a20000;--sapButton_Reject_Selected_BorderColor:#a20000;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#b00;--sapButton_Reject_Selected_Hover_BorderColor:#b00;--sapButton_Accept_Background:#fff;--sapButton_Accept_BorderColor:#107e3e;--sapButton_Accept_Hover_Background:#f1fdf6;--sapButton_Accept_Hover_BorderColor:#107e3e;--sapButton_Accept_Hover_TextColor:#107e3e;--sapButton_Accept_Active_Background:#0d6733;--sapButton_Accept_Active_BorderColor:#0d6733;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#107e3e;--sapButton_Accept_Selected_Background:#0d6733;--sapButton_Accept_Selected_BorderColor:#0d6733;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#107e3e;--sapButton_Accept_Selected_Hover_BorderColor:#107e3e;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0854a0;--sapButton_Lite_Hover_Background:#ebf5fe;--sapButton_Lite_Hover_BorderColor:#0854a0;--sapButton_Lite_Hover_TextColor:#0854a0;--sapButton_Lite_Active_Background:#0854a0;--sapButton_Lite_Active_BorderColor:#0854a0;--sapButton_Selected_Background:#0854a0;--sapButton_Selected_BorderColor:#0854a0;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#095caf;--sapButton_Selected_Hover_BorderColor:#095caf;--sapButton_Attention_Background:#fff;--sapButton_Attention_BorderColor:#df6e0c;--sapButton_Attention_TextColor:#32363a;--sapButton_Attention_Hover_Background:#fef7f1;--sapButton_Attention_Hover_BorderColor:#df6e0c;--sapButton_Attention_Hover_TextColor:#32363a;--sapButton_Attention_Active_Background:#f3801c;--sapButton_Attention_Active_BorderColor:#f3801c;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#f3801c;--sapButton_Attention_Selected_BorderColor:#f3801c;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#f48e34;--sapButton_Attention_Selected_Hover_BorderColor:#f48e34;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#df6e0c;--sapButton_Critical_BorderColor:#df6e0c;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#f3801c;--sapButton_Critical_Hover_BorderColor:#f3801c;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#f5933e;--sapButton_Critical_Active_BorderColor:#f5933e;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#107e3e;--sapButton_Success_BorderColor:#107e3e;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#0c5e2e;--sapButton_Success_Hover_BorderColor:#0c5e2e;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#0a5128;--sapButton_Success_Active_BorderColor:#0a5128;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0a6ed1;--sapButton_Information_BorderColor:#0a6ed1;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0961b9;--sapButton_Information_Hover_BorderColor:#0961b9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0854a0;--sapButton_Information_Active_BorderColor:#0854a0;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#6a6d70;--sapButton_Neutral_BorderColor:#6a6d70;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#595b5e;--sapButton_Neutral_Hover_BorderColor:#595b5e;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#515456;--sapButton_Neutral_Active_BorderColor:#515456;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#ededed;--sapButton_Track_BorderColor:#89919a;--sapButton_Track_TextColor:#32363a;--sapButton_Track_Hover_Background:#ededed;--sapButton_Track_Hover_BorderColor:#0854a0;--sapButton_Track_Selected_Background:#ebf5fe;--sapButton_Track_Selected_BorderColor:#0854a0;--sapButton_Track_Selected_TextColor:#32363a;--sapButton_Track_Selected_Hover_Background:#ebf5fe;--sapButton_Track_Selected_Hover_BorderColor:#095caf;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#89919a;--sapButton_Handle_TextColor:#32363a;--sapButton_Handle_Hover_Background:#ebf5fe;--sapButton_Handle_Hover_BorderColor:#0854a0;--sapButton_Handle_Selected_Background:#0854a0;--sapButton_Handle_Selected_BorderColor:#0854a0;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#095caf;--sapButton_Handle_Selected_Hover_BorderColor:#095caf;--sapButton_Track_Negative_Background:#ffebeb;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#ffebeb;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#ffebeb;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f1fdf6;--sapButton_Track_Positive_BorderColor:#107e3e;--sapButton_Track_Positive_TextColor:#107e3e;--sapButton_Track_Positive_Hover_Background:#f1fdf6;--sapButton_Track_Positive_Hover_BorderColor:#107e3e;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#107e3e;--sapButton_Handle_Positive_TextColor:#107e3e;--sapButton_Handle_Positive_Hover_Background:#f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor:#107e3e;--sapButton_TokenBackground:#fafafa;--sapButton_TokenBorderColor:#c2c2c2;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#32363a;--sapField_PlaceholderTextColor:#74777a;--sapField_BorderColor:#89919a;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#0854a0;--sapField_Hover_HelpBackground:#ebf5fe;--sapField_Active_BorderColor:#0854a0;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#89919a;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#89919a;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#ce3b3b;--sapField_InvalidColor:#b00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#df6e0c;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#107e3e;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#0a6ed1;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#d9d9d9;--sapGroup_TitleTextColor:#32363a;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#f2f2f2;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#32363a;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#32363a;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#0854a0;--sapList_SelectionBackgroundColor:#e5f0fa;--sapList_SelectionBorderColor:#0854a0;--sapList_Hover_SelectionBackground:#d8e9f8;--sapList_Background:#fff;--sapList_Hover_Background:#f5f5f5;--sapList_AlternatingBackground:#f2f2f2;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#d9d9d9;--sapList_GroupHeaderTextColor:#32363a;--sapList_FooterBackground:#fafafa;--sapList_FooterTextColor:#32363a;--sapList_TableGroupHeaderBackground:#efefef;--sapList_TableGroupHeaderBorderColor:#d9d9d9;--sapList_TableGroupHeaderTextColor:#32363a;--sapList_TableFooterBorder:#d9d9d9;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#b00;--sapMessage_WarningBorderColor:#df6e0c;--sapMessage_SuccessBorderColor:#107e3e;--sapMessage_InformationBorderColor:#0a6ed1;--sapProgress_Background:#fff;--sapProgress_BorderColor:#89919a;--sapProgress_TextColor:#32363a;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#89919a;--sapProgress_NegativeTextColor:#32363a;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#89919a;--sapProgress_CriticalTextColor:#32363a;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#89919a;--sapProgress_PositiveTextColor:#32363a;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#89919a;--sapProgress_InformationTextColor:#32363a;--sapProgress_Value_Background:#6a6d70;--sapProgress_Value_BorderColor:#89919a;--sapProgress_Value_TextColor:#32363a;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#32363a;--sapProgress_Value_CriticalBackground:#df6e0c;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#32363a;--sapProgress_Value_PositiveBackground:#107e3e;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#32363a;--sapProgress_Value_InformationBackground:#0a6ed1;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#32363a;--sapScrollBar_FaceColor:#949494;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#949494;--sapScrollBar_SymbolColor:#0854a0;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#8c8c8c;--sapSlider_Background:#89919a;--sapSlider_BorderColor:#89919a;--sapSlider_Selected_Background:#0854a0;--sapSlider_Selected_BorderColor:#0854a0;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#89919a;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#ebf5fe;--sapSlider_Hover_HandleBorderColor:#0854a0;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#0854a0;--sapSlider_Active_HandleBorderColor:#0854a0;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#32363a;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#32363a;--sapInfobar_Background:#0f828f;--sapInfobar_Hover_Background:#0e7581;--sapInfobar_Active_Background:#0a545c;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#f5f5f5;--sapObjectHeader_Title_TextColor:#32363a;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#6a6d70;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f5f5f5;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#32363a;--sapTile_TextColor:#6a6d70;--sapTile_IconColor:#5a7da0;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#d08014;--sapAccentColor2:#d04343;--sapAccentColor3:#db1f77;--sapAccentColor4:#c0399f;--sapAccentColor5:#6367de;--sapAccentColor6:#286eb4;--sapAccentColor7:#0f828f;--sapAccentColor8:#7ca10c;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fafafa;--sapLegend_NonWorkingBackground:#dedede;--sapLegend_CurrentDateTime:#c0399f;--sapLegendColor1:#d58215;--sapLegendColor2:#dc5b5b;--sapLegendColor3:#db1f77;--sapLegendColor4:#9b3b3b;--sapLegendColor5:#cf5db3;--sapLegendColor6:#286eb4;--sapLegendColor7:#1193a2;--sapLegendColor8:#8b9668;--sapLegendColor9:#647987;--sapLegendColor10:#892971;--sapLegendColor11:#725a3a;--sapLegendColor12:#bb2f2f;--sapLegendColor13:#bc1b66;--sapLegendColor14:#8b714f;--sapLegendColor15:#606190;--sapLegendColor16:#597da1;--sapLegendColor17:#49797e;--sapLegendColor18:#687a33;--sapLegendColor19:#295989;--sapLegendColor20:#5154bd;--sapLegendBackgroundColor1:#fdf3e7;--sapLegendBackgroundColor2:#faeaea;--sapLegendBackgroundColor3:#fce9f2;--sapLegendBackgroundColor4:#f8ecec;--sapLegendBackgroundColor5:#f9ebf5;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#e8fbfd;--sapLegendBackgroundColor8:#f3f4ef;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f9ebf6;--sapLegendBackgroundColor11:#f6f2ed;--sapLegendBackgroundColor12:#faeaea;--sapLegendBackgroundColor13:#fce9f2;--sapLegendBackgroundColor14:#f5f2ee;--sapLegendBackgroundColor15:#f0f0f5;--sapLegendBackgroundColor16:#eff2f6;--sapLegendBackgroundColor17:#eff5f6;--sapLegendBackgroundColor18:#f5f7ed;--sapLegendBackgroundColor19:#ebf2f9;--sapLegendBackgroundColor20:#ecedf8;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;}'},Or={packageName:"@ui5/webcomponents",fileName:"themes/sap_fiori_3/parameters-bundle.css",content:':root{--_ui5_calendar_height:24.5rem;--_ui5_calendar_width:20.5rem;--_ui5_calendar_padding:1rem;--_ui5_calendar_left_right_padding:0.5rem;--_ui5_calendar_top_bottom_padding:1rem;--_ui5_calendar_header_height:3rem;--_ui5_calendar_header_arrow_button_width:2.5rem;--_ui5_calendar_header_padding:0.25rem 0;--_ui5_checkbox_root_side_padding:.6875rem;--_ui5_checkbox_icon_size:1rem;--_ui5_checkbox_partially_icon_size:.75rem;--_ui5_custom_list_item_rb_min_width:2.75rem;--_ui5_day_picker_item_width:2.25rem;--_ui5_day_picker_item_height:2.875rem;--_ui5_day_picker_empty_height:3rem;--_ui5_day_picker_item_justify_content:space-between;--_ui5_color-palette-item-height:1.75rem;--_ui5_color-palette-item-hover-height:2.375rem;--_ui5_color-palette-item-margin:calc(var(--_ui5_color-palette-item-hover-height)/2 - var(--_ui5_color-palette-item-height)/2);--_ui5_color-palette-row-width:12rem;--_ui5_color-palette-swatch-container-padding:0.3125rem 0.6875rem;--_ui5_datetime_picker_width:40.0625rem;--_ui5_datetime_picker_height:25rem;--_ui5_datetime_timeview_phonemode_width:19.5rem;--_ui5_datetime_timeview_padding:1rem;--_ui5_dialog_content_min_height:2.75rem;--_ui5_dialog_footer_height:2.75rem;--_ui5_input_inner_padding:0 0.625rem;--_ui5_input_inner_padding_with_icon:0 0.25rem 0 0.625rem;--_ui5_input_value_state_icon_padding:var(--_ui5-input-icon-padding);--_ui5_list_no_data_height:3rem;--_ui5_list_item_cb_margin_right:0;--_ui5_list_item_title_size:var(--sapFontLargeSize);--_ui5_list_no_data_font_size:var(--sapFontLargeSize);--_ui5_list_item_img_size:3rem;--_ui5_list_item_img_top_margin:0.5rem;--_ui5_list_item_img_bottom_margin:0.5rem;--_ui5_list_item_img_hn_margin:0.75rem;--_ui5_list_item_dropdown_base_height:2.5rem;--_ui5_list_item_base_height:2.75rem;--_ui5_list_item_icon_size:1.125rem;--_ui5_list_item_icon_padding-inline-end:0.5rem;--_ui5_group_header_list_item_height:2.75rem;--_ui5_list_busy_row_height:3rem;--_ui5_month_picker_item_height:3rem;--_ui5_popup_default_header_height:2.75rem;--_ui5-notification-overflow-popover-padding:0.25rem 0.5rem;--_ui5_year_picker_item_height:3rem;--_ui5_tokenizer_padding:0.25rem;--_ui5_token_height:1.625rem;--_ui5_token_icon_padding:0.25rem 0.5rem;--_ui5_token_wrapper_right_padding:0.3125rem;--_ui5_tl_bubble_padding:1rem;--_ui5_tl_indicator_before_bottom:-1.625rem;--_ui5_tl_padding:1rem 1rem 1rem .5rem;--_ui5_tl_li_margin_bottom:1.625rem;--_ui5_switch_height:var(--_ui5_switch_height);--_ui5_switch_width:var(--_ui5_switch_width);--_ui5_switch_with_label_width:var(--_ui5_switch_with_label_width);--_ui5_switch_root_outline_top:var(--_ui5_switch_root_outline_top);--_ui5_switch_root_outline_bottom:var(--_ui5_switch_root_outline_bottom);--_ui5_switch_track_width:var(--_ui5_switch_track_width);--_ui5_switch_track_height:var(--_ui5_switch_track_height);--_ui5_switch_track_with_label_width:var(--_ui5_switch_track_with_label_width);--_ui5_switch_track_with_label_height:var(--_ui5_switch_track_with_label_height);--_ui5_switch_min_width:var(--_ui5_switch_min_width);--_ui5_switch_handle_height:var(--_ui5_switch_handle_height);--_ui5_switch_handle_with_label_width:var(--_ui5_switch_handle_with_label_width);--_ui5_switch_handle_width:var(--_ui5_switch_handle_width);--_ui5_switch_handle_with_label_height:var(--_ui5_switch_handle_with_label_height);--_ui5_switch_text_active_left:var(--_ui5_switch_text_active_left);--_ui5_switch_text_font_size:var(--_ui5_switch_text_font_size);--_ui5_switch_text_width:var(--_ui5_switch_text_width);--_ui5_switch_focus_width_size_horizon_exp:calc(100% + 4px);--_ui5_switch_focus_height_size_horizon_exp:calc(100% + 4px);--_ui5_switch_transform:var(--_ui5_switch_transform);--_ui5_switch_transform_with_label:var(--_ui5_switch_transform_with_label);--_ui5_switch_rtl_transform:var(--_ui5_switch_rtl_transform);--_ui5_switch_rtl_transform_with_label:var(--_ui5_switch_rtl_transform_with_label);--_ui5_tc_item_text:3rem;--_ui5_tc_item_height:4.75rem;--_ui5_tc_item_text_only_height:2.75rem;--_ui5_tc_item_text_only_with_additional_text_height:3.75rem;--_ui5_tc_item_icon_circle_size:2.75rem;--_ui5_tc_item_icon_size:1.25rem;--_ui5_tc_item_add_text_margin_top:0.375rem;--_ui5_textarea_padding:0.5rem 0.625rem;--_ui5_textarea_margin:.25rem 0;--_ui5_panel_header_height:2.75rem;--_ui5_radio_button_height:2.75rem;--_ui5_radio_button_label_side_padding:.875rem;--_ui5_radio_button_focus_dist:.5rem;--_ui5_radio_button_inner_size:2.75rem;--_ui5_radio_button_svg_size:1.375rem;--_ui5_radio_button_label_width:calc(100% - 2.75rem);--_ui5_radio_button_outer_ring_padding_with_label:0 0.6875rem;--_ui5-responsive_popover_header_height:2.75rem;--ui5_side_navigation_item_height:2.75rem;--_ui5_load_more_text_height:2.75rem;--_ui5_load_more_text_font_size:var(--sapFontMediumSize);--_ui5_load_more_desc_padding:0.375rem 2rem 0.875rem 2rem;--ui5_table_header_row_height:2.75rem;--ui5_table_row_height:2.75rem;--ui5_table_focus_outline_offset:-0.125rem;--ui5_table_group_row_height:2rem;--_ui5-tree-indent-step:1.5rem;--_ui5-tree-toggle-box-width:2.75rem;--_ui5-tree-toggle-box-height:2.25rem;--_ui5-tree-toggle-icon-size:1.0625rem;--_ui5_timeline_tli_indicator_before_bottom:-1.625rem;--_ui5_timeline_tli_indicator_before_right:-1.625rem;--_ui5_timeline_tli_indicator_before_without_icon_bottom:-1.875rem;--_ui5_timeline_tli_indicator_before_without_icon_right:-1.9375rem;--_ui5_split_button_middle_separator_height:2.25rem}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_datetime_timeview_width:17rem;--_ui5_list_item_selection_btn_margin_top:calc(var(--_ui5_checkbox_wrapper_padding)*-1);--_ui5_list_item_content_vertical_offset:calc(var(--_ui5_list_item_base_height)/2 - var(--_ui5_list_item_title_size)/2);--_ui5_list_buttons_left_space:0.125rem;--_ui5_token_icon_size:.75rem;--_ui5_token_wrapper_left_padding:0;--_ui5_tc_item_text_line_height:1.325rem;--_ui5_split_button_middle_separator_top:0}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_button_base_height:1.625rem;--_ui5_button_base_padding:0.4375rem;--_ui5_button_base_min_width:2rem;--_ui5_button_icon_font_size:1rem;--_ui5_calendar_height:18rem;--_ui5_calendar_width:17.75rem;--_ui5_calendar_left_right_padding:0.25rem;--_ui5_calendar_top_bottom_padding:0.5rem;--_ui5_calendar_header_height:2rem;--_ui5_calendar_header_arrow_button_width:2rem;--_ui5_calendar_header_padding:0;--_ui5_checkbox_root_side_padding:var(--_ui5_checkbox_wrapped_focus_padding);--_ui5_checkbox_wrapped_content_margin_top:var(--_ui5_checkbox_compact_wrapped_label_margin_top);--_ui5_checkbox_wrapped_focus_left_top_bottom_position:var(--_ui5_checkbox_compact_focus_position);--_ui5_checkbox_width_height:var(--_ui5_checkbox_compact_width_height);--_ui5_checkbox_wrapper_padding:var(--_ui5_checkbox_compact_wrapper_padding);--_ui5_checkbox_focus_position:var(--_ui5_checkbox_compact_focus_position);--_ui5_checkbox_inner_width_height:var(--_ui5_checkbox_compact_inner_size);--_ui5_checkbox_icon_size:.75rem;--_ui5_checkbox_partially_icon_size:.5rem;--_ui5_color-palette-item-height:1.25rem;--_ui5_color-palette-item-focus-height:1rem;--_ui5_color-palette-item-container-sides-padding:0.1875rem;--_ui5_color-palette-item-container-rows-padding:0.8125rem;--_ui5_color-palette-item-hover-height:1.625rem;--_ui5_color-palette-item-margin:calc(var(--_ui5_color-palette-item-hover-height)/2 - var(--_ui5_color-palette-item-height)/2);--_ui5_color-palette-row-width:8.125rem;--_ui5_color-palette-swatch-container-padding:0.1875rem 0.8125rem;--_ui5_color-palette-item-hover-margin:0;--_ui5_color-palette-row-height:7.5rem;--_ui5_color-palette-button-height:2rem;--_ui5_color_picker_slider_container_margin_top:-4px;--_ui5_custom_list_item_rb_min_width:2rem;--_ui5_daypicker_weeknumbers_container_padding_top:2rem;--_ui5_day_picker_item_width:2rem;--_ui5_day_picker_item_height:2rem;--_ui5_day_picker_empty_height:2.125rem;--_ui5_day_picker_item_justify_content:flex-end;--_ui5_datetime_picker_height:17rem;--_ui5_datetime_picker_width:34.0625rem;--_ui5_datetime_timeview_phonemode_width:18.5rem;--_ui5_datetime_timeview_padding:0.5rem;--_ui5_dialog_content_min_height:2.5rem;--_ui5_dialog_footer_height:2.5rem;--_ui5_input_height:var(--_ui5_input_compact_height);--_ui5_input_inner_padding:0 0.5rem;--_ui5_input_icon_min_width:var(--_ui5_input_compact_min_width);--_ui5_input_icon_padding:.25rem .4375rem;--_ui5_input_error_warning_icon_padding:.1875rem .375rem .1875rem .4375rem;--_ui5_input_information_icon_padding:.1875rem .375rem .1875rem .4375rem;--_ui5_input_custom_icon_padding:.25rem .5rem;--_ui5_input_error_warning_custom_icon_padding:.1875rem .5rem;--_ui5_input_information_custom_icon_padding:.1875rem .5rem;--_ui5_input_value_state_icon_padding:.1875rem .5rem;--_ui5_menu_item_padding:0 0.75rem 0 0.5rem;--_ui5-notification-overflow-popover-padding:0.25rem 0.5rem;--_ui5_popup_default_header_height:2.5rem;--_ui5_textarea_padding:.1875rem .5rem;--_ui5_textarea_margin:.1875rem 0;--_ui5_list_no_data_height:2rem;--_ui5_list_item_cb_margin_right:.5rem;--_ui5_list_item_title_size:var(--sapFontSize);--_ui5_list_item_img_top_margin:0.55rem;--_ui5_list_no_data_font_size:var(--sapFontSize);--_ui5_list_item_dropdown_base_height:2rem;--_ui5_list_item_base_height:2rem;--_ui5_list_item_icon_size:1rem;--_ui5_list_busy_row_height:2rem;--_ui5_month_picker_item_height:2rem;--_ui5_year_picker_item_height:2rem;--_ui5_panel_header_height:2.5rem;--_ui5_token_height:1.25rem;--_ui5_token_top_margin:0.125rem;--_ui5_token_bottom_margin:0.125rem;--_ui5_token_right_margin:0.25rem;--_ui5_token_left_padding:0.25rem;--_ui5_token_readonly_padding:0.25rem;--_ui5_token_focus_offset:-0.125rem;--_ui5_token_icon_padding:0.125rem 0.25rem;--_ui5_token_wrapper_right_padding:0.25rem;--_ui5_token_outline_offset:-0.125rem;--_ui5_tl_bubble_padding:.5rem;--_ui5_tl_indicator_before_bottom:-.5rem;--_ui5_tl_padding:.5rem;--_ui5_tl_li_margin_bottom:.5rem;--_ui5_wheelslider_item_width:64px;--_ui5_wheelslider_item_height:32px;--_ui5_wheelslider_height:224px;--_ui5_wheelslider_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*2);--_ui5_wheelslider_arrows_visibility:visible;--_ui5_wheelslider_mobile_selection_frame_margin_top:128px;--_ui5_switch_height:var(--_ui5_switch_compact_height);--_ui5_switch_width:var(--_ui5_switch_compact_width);--_ui5_switch_with_label_width:var(--_ui5_switch_compact_with_label_width);--_ui5_switch_root_outline_top:var(--_ui5_switch_root_compact_outline_top);--_ui5_switch_root_outline_bottom:var(--_ui5_switch_root_compact_outline_bottom);--_ui5_switch_track_width:var(--_ui5_switch_track_compact_width);--_ui5_switch_track_height:var(--_ui5_switch_track_compact_height);--_ui5_switch_track_with_label_width:var(--_ui5_switch_track_with_label_compact_width);--_ui5_switch_track_with_label_height:var(--_ui5_switch_track_with_label_compact_height);--_ui5_switch_min_width:var(--_ui5_switch_compact_min_width);--_ui5_switch_handle_height:var(--_ui5_switch_handle_compact_height);--_ui5_switch_handle_with_label_width:var(--_ui5_switch_handle_with_label_compact_width);--_ui5_switch_handle_width:var(--_ui5_switch_handle_compact_width);--_ui5_switch_handle_with_label_height:var(--_ui5_switch_handle_with_label_compact_height);--_ui5_switch_text_active_left:var(--_ui5_switch_text_compact_active_left);--_ui5_switch_text_font_size:var(--_ui5_switch_text_compact_font_size);--_ui5_switch_text_width:var(--_ui5_switch_text_compact_width);--_ui5_switch_transform:var(--_ui5_switch_compact_transform);--_ui5_switch_transform_with_label:var(--_ui5_switch_compact_transform_with_label);--_ui5_switch_rtl_transform:var(--_ui5_switch_compact_rtl_transform);--_ui5_switch_rtl_transform_with_label:var(--_ui5_switch_compact_rtl_transform_with_label);--_ui5_tc_item_text:2rem;--_ui5_tc_item_add_text_margin_top:0.3125rem;--_ui5_tc_header_height:var(--_ui5_tc_header_height_compact);--_ui5_tc_item_height:4rem;--_ui5_tc_item_icon_circle_size:2rem;--_ui5_tc_item_icon_size:1rem;--_ui5_radio_button_min_width:var(--_ui5_radio_button_min_width_compact);--_ui5_radio_button_height:2rem;--_ui5_radio_button_label_side_padding:.5rem;--_ui5_radio_button_focus_dist:.375rem;--_ui5_radio_button_inner_size:2rem;--_ui5_radio_button_svg_size:1rem;--_ui5_radio_button_label_width:calc(100% - 2rem + 1px);--_ui5_radio_button_outer_ring_padding_with_label:0 0.5rem;--_ui5-responsive_popover_header_height:2.5rem;--ui5_side_navigation_item_height:2rem;--_ui5_slider_handle_height:1.25rem;--_ui5_slider_handle_width:1.25rem;--_ui5_slider_handle_top:-.5rem;--_ui5_slider_tooltip_height:1rem;--_ui5_slider_tooltip_padding:0.25rem;--_ui5_slider_progress_outline_offset:-0.625rem;--_ui5_slider_outer_height:1.3125rem;--_ui5_split_button_middle_separator_height:1.625rem;--_ui5_step_input_min_width:6rem;--_ui5_load_more_text_height:2.625rem;--_ui5_load_more_text_font_size:var(--sapFontSize);--_ui5_load_more_desc_padding:0 2rem 0.875rem 2rem;--ui5_table_header_row_height:2rem;--ui5_table_row_height:2rem;--_ui5-tree-indent-step:0.5rem;--_ui5-tree-toggle-box-width:2rem;--_ui5-tree-toggle-box-height:1.5rem;--_ui5-tree-toggle-icon-size:0.8125rem;--_ui5_timeline_tli_indicator_before_bottom:-0.5rem;--_ui5_timeline_tli_indicator_before_right:-0.5rem;--_ui5_timeline_tli_indicator_before_without_icon_bottom:-0.75rem;--_ui5_timeline_tli_indicator_before_without_icon_right:-0.8125rem;--_ui5_vsd_header_container:2.5rem;--_ui5_vsd_sub_header_container_height:2rem;--_ui5_vsd_header_height:4rem;--_ui5_vsd_expand_content_height:25.4375rem}:root,[dir=ltr]{--_ui5_rotation_90deg:rotate(90deg);--_ui5_rotation_minus_90deg:rotate(-90deg);--_ui5_icon_transform_scale:none;--_ui5_panel_toggle_btn_rotation:var(--_ui5_rotation_90deg);--_ui5_li_notification_group_toggle_btn_rotation:var(--_ui5_rotation_90deg);--_ui5_timeline_scroll_container_offset:0.5rem;--_ui5_popover_upward_arrow_margin:0.1875rem 0 0 0.1875rem;--_ui5_popover_right_arrow_margin:0.1875rem 0 0 -0.375rem;--_ui5_popover_downward_arrow_margin:-0.375rem 0 0 0.125rem;--_ui5_popover_left_arrow_margin:0.125rem 0 0 0.25rem;--_ui5_dialog_resize_cursor:se-resize;--_ui5_shellbar_overflow_container_float:none;--_ui5_progress_indicator_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_progress_indicator_remaining_bar_border_radius:0 0.5rem 0.5rem 0;--_ui5_menu_submenu_margin_offset:-0.25rem 0;--_ui5-menu_item_icon_float:right}[dir=rtl]{--_ui5_icon_transform_scale:scale(-1,1);--_ui5_panel_toggle_btn_rotation:var(--_ui5_rotation_minus_90deg);--_ui5_li_notification_group_toggle_btn_rotation:var(--_ui5_rotation_minus_90deg);--_ui5_timeline_scroll_container_offset:-0.5rem;--_ui5_popover_upward_arrow_margin:.1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin:.1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin:-0.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin:.1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_shellbar_overflow_container_float:left;--_ui5_progress_indicator_bar_border_radius:0 0.5rem 0.5rem 0;--_ui5_progress_indicator_remaining_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_menu_submenu_margin_offset:0 0.25rem;--_ui5-menu_item_icon_float:left}:root{--ui5-avatar-initials-color:var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius:.25rem;--ui5-avatar-initials-border:none;--ui5-avatar-accent1:var(--sapAccentColor1);--ui5-avatar-accent2:var(--sapAccentColor2);--ui5-avatar-accent3:var(--sapAccentColor3);--ui5-avatar-accent4:var(--sapAccentColor4);--ui5-avatar-accent5:var(--sapAccentColor5);--ui5-avatar-accent6:var(--sapAccentColor6);--ui5-avatar-accent7:var(--sapAccentColor7);--ui5-avatar-accent8:var(--sapAccentColor8);--ui5-avatar-accent9:var(--sapAccentColor9);--ui5-avatar-accent10:var(--sapAccentColor10);--ui5-avatar-placeholder:var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent2-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent3-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent4-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent5-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent6-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent7-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent8-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent9-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent10-color:var(--ui5-avatar-initials-color);--ui5-avatar-placeholder-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color:var(--sapField_BorderColor);--ui5-avatar-accent2-border-color:var(--sapField_BorderColor);--ui5-avatar-accent3-border-color:var(--sapField_BorderColor);--ui5-avatar-accent4-border-color:var(--sapField_BorderColor);--ui5-avatar-accent5-border-color:var(--sapField_BorderColor);--ui5-avatar-accent6-border-color:var(--sapField_BorderColor);--ui5-avatar-accent7-border-color:var(--sapField_BorderColor);--ui5-avatar-accent8-border-color:var(--sapField_BorderColor);--ui5-avatar-accent9-border-color:var(--sapField_BorderColor);--ui5-avatar-accent10-border-color:var(--sapField_BorderColor);--ui5-avatar-placeholder-border-color:var(--sapField_BorderColor);--_ui5_avatar_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset:1px;--_ui5_avatar_focus_width:1px;--_ui5_avatar_focus_color:var(--sapContent_FocusColor);--_ui5_avatar_fontsize_XS:0.75rem;--_ui5_avatar_fontsize_M:1.625rem;--_ui5_avatar_fontsize_L:2rem;--_ui5_avatar_fontsize_XL:2.75rem;--_ui5_avatar_icon_XS:1rem;--_ui5_avatar_icon_S:1.5rem;--_ui5_avatar_icon_M:2rem;--_ui5_avatar_icon_L:2.5rem;--_ui5_avatar_icon_XL:3rem;--_ui5_avatar_fontsize_XS:1rem;--_ui5_avatar_fontsize_S:1.125rem;--_ui5_avatar_fontsize_M:1.5rem;--_ui5_avatar_fontsize_L:2.25rem;--_ui5_avatar_fontsize_XL:3rem}[ui5-avatar-group]{--_ui5_button_focused_border:none }:root{--_ui5-badge-cursor:default;--ui5-badge-color-scheme-1-background:var(--sapLegendBackgroundColor1);--ui5-badge-color-scheme-1-border:var(--sapAccentColor1);--ui5-badge-color-scheme-1-color:var(--sapTextColor);--ui5-badge-color-scheme-2-background:var(--sapLegendBackgroundColor2);--ui5-badge-color-scheme-2-border:var(--sapAccentColor2);--ui5-badge-color-scheme-2-color:var(--sapTextColor);--ui5-badge-color-scheme-3-background:var(--sapLegendBackgroundColor3);--ui5-badge-color-scheme-3-border:var(--sapAccentColor3);--ui5-badge-color-scheme-3-color:var(--sapTextColor);--ui5-badge-color-scheme-4-background:var(--sapLegendBackgroundColor5);--ui5-badge-color-scheme-4-border:var(--sapAccentColor4);--ui5-badge-color-scheme-4-color:var(--sapTextColor);--ui5-badge-color-scheme-5-background:var(--sapLegendBackgroundColor20);--ui5-badge-color-scheme-5-border:var(--sapAccentColor5);--ui5-badge-color-scheme-5-color:var(--sapTextColor);--ui5-badge-color-scheme-6-background:var(--sapLegendBackgroundColor6);--ui5-badge-color-scheme-6-border:var(--sapAccentColor6);--ui5-badge-color-scheme-6-color:var(--sapTextColor);--ui5-badge-color-scheme-7-background:var(--sapLegendBackgroundColor7);--ui5-badge-color-scheme-7-border:var(--sapAccentColor7);--ui5-badge-color-scheme-7-color:var(--sapTextColor);--ui5-badge-color-scheme-8-background:var(--sapLegendBackgroundColor18);--ui5-badge-color-scheme-8-border:var(--sapLegendColor18);--ui5-badge-color-scheme-8-color:var(--sapTextColor);--ui5-badge-color-scheme-9-background:var(--sapLegendBackgroundColor10);--ui5-badge-color-scheme-9-border:var(--sapAccentColor10);--ui5-badge-color-scheme-9-color:var(--sapTextColor);--ui5-badge-color-scheme-10-background:var(--sapLegendBackgroundColor9);--ui5-badge-color-scheme-10-border:var(--sapAccentColor9);--ui5-badge-color-scheme-10-color:var(--sapTextColor);--browser_scrollbar_border_radius:var(--sapElement_BorderCornerRadius);--browser_scrollbar_border:none;--_ui5_busy_indicator_color:var(--sapContent_IconColor);--_ui5_busy_indicator_focus_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_busy_indicator_focus_border_radius:0px;--_ui5_button_focused_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_button_focused_border_radius:0.25rem;--_ui5_button_focused_inner_border_radius:0;--_ui5_button_base_min_width:2.5rem;--_ui5_button_base_min_compact_width:2rem;--_ui5_button_base_height:2.5rem;--_ui5_button_compact_height:1.625rem;--_ui5_button_border_radius:var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding:0.6875rem;--_ui5_button_compact_padding:0.4375rem;--_ui5_button_base_icon_margin:0.563rem;--_ui5_button_icon_font_size:1.375rem;--_ui5_button_outline:1px dotted var(--sapContent_FocusColor);--_ui5_button_emphasized_outline:1px dotted var(--sapContent_FocusColor);--_ui5_button_outline_offset:-0.1875rem;--_ui5_button_emphasized_font_weight:normal;--_ui5_button_text_shadow:var(--sapContent_TextShadow);--_ui5_button_focus_offset:1px;--_ui5_button_focus_width:1px;--_ui5_button_focus_color:var(--sapContent_FocusColor);--_ui5_button_focus_outline_focus_color:var(--sapContent_ContrastFocusColor);--_ui5_button_pressed_focused_border_color:var(--sapContent_ContrastFocusColor);--_ui5_button_positive_border_focus_hover_color:var(--sapContent_FocusColor);--_ui5_button_positive_focus_border_color:var(--sapButton_Accept_BorderColor);--_ui5_button_negative_focus_border_color:var(--sapButton_Reject_BorderColor);--_ui5_button_attention_focus_border_color:var(--sapButton_Negative_BorderColor);--_ui5_button_emphasized_focused_border_color:var(--sapButton_Emphasized_BorderColor);--_ui5_button_fontFamily:"72override",var(--sapFontFamily);--_ui5_button_emphasized_focused_border_before:none;--_ui5_button_emphasized_focused_border_radius:0;--_ui5_button_transparent_hover:transparent;--_ui5_button_base_min_width:2.25rem;--_ui5_button_base_height:2.25rem;--_ui5_button_base_padding:0.5625rem;--_ui5_button_base_icon_only_padding:0.5625rem;--_ui5_button_base_icon_margin:0.375rem;--_ui5_button_icon_font_size:1rem;--_ui5_button_emphasized_font_weight:bold;--_ui5_button_text_shadow:none;--_ui5_button_emphasized_focused_border:0.0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_button_emphasized_focused_border_before:0.0625rem solid var(--sapContent_FocusColor);--_ui5_button_emphasized_outline:1px solid var(--sapContent_FocusColor);--_ui5_card_box_shadow:var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow:var(--_ui5_card_box_shadow);--_ui5_card_border:1px solid var(--sapTile_BorderColor);--_ui5_card_border-radius:var(--sapElement_BorderCornerRadius);--_ui5_card_header_padding:1rem;--_ui5_card_header_hover_bg:var(--sapList_Hover_Background);--_ui5_card_header_active_bg:var(--_ui5_card_header_hover_bg);--_ui5_card_header_border:1px solid var(--_ui5_card_header_border_color);--_ui5_card_header_border_color:var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius:0px;--_ui5_card_header_focus_bottom_radius:0px;--_ui5_card_header_focus_offset:1px;--_ui5_card_header_title_font_family:"72override",var(--sapFontFamily);--_ui5_card_header_title_font_size:var(--sapFontHeader5Size);--_ui5_card_header_title_font_weight:normal;--_ui5_card_header_subtitle_margin_top:.25rem;--ui5_carousel_background_color:var(--sapBackgroundColor);--ui5_carousel_button_size:2.5rem;--ui5_carousel_inactive_dot_size:0.25rem;--ui5_carousel_inactive_dot_margin:0 0.375rem;--ui5_carousel_inactive_dot_border:none;--ui5_carousel_inactive_dot_background:var(--sapContent_NonInteractiveIconColor);--ui5_carousel_active_dot_border:var(--ui5_carousel_inactive_dot_border);--ui5_carousel_active_dot_background:var(--sapSelectedColor);--_ui5_checkbox_wrapper_padding:.8125rem;--_ui5_checkbox_width_height:3rem;--_ui5_checkbox_box_shadow:none;--_ui5_checkbox_transition:unset;--_ui5_checkbox_focus_border:none;--_ui5_checkbox_disabled_opacity:.5;--_ui5_checkbox_border_radius:0;--_ui5_checkbox_hover_background:var(--sapField_Hover_Background);--_ui5_checkbox_active_background:var(--sapField_Hover_Background);--_ui5_checkbox_checkmark_warning_color:var(--sapField_TextColor);--_ui5_checkbox_inner_warning_color:var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color:currentColor;--_ui5_checkbox_checkmark_color:var(--sapSelectedColor);--_ui5_checkbox_focus_position:.6875rem;--_ui5_checkbox_focus_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius:0;--_ui5_checkbox_outer_hover_background:transparent;--_ui5_checkbox_inner_width_height:1.375rem;--_ui5_checkbox_inner_border:solid .125rem var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color:var(--sapField_HoverBorderColor);--_ui5_checkbox_inner_hover_checked_border_color:var(--sapField_HoverBorderColor);--_ui5_checkbox_inner_selected_border_color:var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color:var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color:var(--sapField_BorderColor);--_ui5_checkbox_inner_border_radius:0;--_ui5_checkbox_inner_error_border:0.125rem solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border:0.125rem solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border:0.125rem solid var(--sapField_InformationColor);--_ui5_checkbox_inner_information_box_shadow:none;--_ui5_checkbox_inner_warning_box_shadow:none;--_ui5_checkbox_inner_error_box_shadow:none;--_ui5_checkbox_inner_success_box_shadow:none;--_ui5_checkbox_inner_default_box_shadow:none;--_ui5_checkbox_inner_warning_background_hover:var(--sapField_WarningBackground);--_ui5_checkbox_inner_error_background_hover:var(--sapField_InvalidBackground);--_ui5_checkbox_inner_success_background_hover:var(--sapField_SuccessBackground);--_ui5_checkbox_inner_information_background_hover:var(--sapField_InformationBackground);--_ui5_checkbox_inner_success_border:var(--sapField_BorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border:0.125rem solid var(--sapField_ReadOnly_BorderColor);--_ui5_checkbox_inner_background:var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding:.375rem;--_ui5_checkbox_wrapped_content_margin_top:.125rem;--_ui5_checkbox_wrapped_focus_left_top_bottom_position:.5625rem;--_ui5_checkbox_compact_wrapper_padding:.5rem;--_ui5_checkbox_compact_width_height:2rem;--_ui5_checkbox_compact_inner_size:1rem;--_ui5_checkbox_compact_focus_position:.375rem;--_ui5_checkbox_compact_wrapped_label_margin_top:-1px;--_ui5_checkbox_label_color:var(--sapContent_LabelColor);--_ui5_checkbox_label_offset:var(--_ui5_checkbox_wrapper_padding);--_ui5_checkbox_disabled_label_color:var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border:none;--_ui5_checkbox_focus_outline_display:block;--_ui5_checkbox_right_focus_distance:0;--_ui5_checkbox_wrapper_padding:.6875rem;--_ui5_checkbox_width_height:2.75rem;--_ui5_checkbox_inner_border:.0625rem solid var(--sapField_BorderColor);--_ui5_checkbox_focus_position:0.5625rem;--_ui5_checkbox_inner_border_radius:.125rem;--_ui5_checkbox_wrapped_content_margin_top:0;--_ui5_checkbox_wrapped_focus_padding:.5rem;--_ui5_checkbox_inner_readonly_border:1px solid var(--sapField_ReadOnly_BorderColor);--_ui5_checkbox_compact_wrapped_label_margin_top:-0.125rem;--_ui5_color-palette-item-container-sides-padding:0.3125rem;--_ui5_color-palette-item-container-rows-padding:0.6875rem;--_ui5_color-palette-item-focus-height:1.5rem;--_ui5_color-palette-item-container-padding:var(--_ui5_color-palette-item-container-sides-padding) var(--_ui5_color-palette-item-container-rows-padding);--_ui5_color-palette-item-hover-margin:0;--_ui5_color-palette-row-height:9.5rem;--_ui5_color-palette-button-height:3rem;--_ui5_color-palette-item-before-focus-color:0.0625rem solid #fff;--_ui5_color-palette-item-before-focus-offset:0.0625rem;--_ui5_color-palette-item-before-focus-hover-offset:0.0625rem;--_ui5_color-palette-item-after-focus-color:0.0625rem dotted #000;--_ui5_color-palette-item-after-focus-offset:0.0625rem;--_ui5_color-palette-item-after-focus-hover-offset:0.0625rem;--_ui5_color-palette-item-before-focus-border-radius:0;--_ui5_color-palette-item-outer-border-radius:0.25rem;--_ui5_color-palette-item-inner-border-radius:0.1875rem;--_ui5_color-palette-item-hover-outer-border-radius:0.25rem;--_ui5_color-palette-item-hover-inner-border-radius:0.1875rem;--_ui5_color_picker_slider_handle_box_shadow:0.0625rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_border:0.125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover:0.125rem solid var(--sapButton_Hover_BorderColor);--_ui5_color_picker_slider_handle_outline_focus:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_margin_top:0.125rem;--_ui5_color_picker_slider_handle_focus_margin_top:0.125rem;--_ui5_color_picker_circle_outer_border:0.0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border:0.0625rem solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size:0.5625rem;--_ui5_color_picker_slider_container_margin_top:-10px;--_ui5_color_picker_slider_handle_inline_focus:none;--_ui5_datepicker_icon_border:none;--_ui5-datepicker_border_radius:0;--_ui5-datepicker-hover-background:var(--sapField_Hover_Background);--_ui5-datepicker_icon_border_radius:0;--_ui5_daypicker_item_box_shadow:inset 0 0 0 0.0625rem var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_margin:2px;--_ui5_daypicker_item_border:none;--_ui5_daypicker_item_selected_border_color:var(--sapList_Background);--_ui5_daypicker_daynames_container_height:2rem;--_ui5_daypicker_weeknumbers_container_padding_top:2rem;--_ui5_daypicker_item_othermonth_background_color:var(--sapList_Background);--_ui5_daypicker_item_othermonth_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius:0;--_ui5_daypicker_item_now_inner_border_radius:0;--_ui5_daypicker_dayname_color:var(--sapTextColor);--_ui5_daypicker_weekname_color:var(--sapTextColor);--_ui5_daypicker_item_outline_width:1px;--_ui5_daypicker_item_outline_offset:1px;--_ui5_daypicker_item_now_selected_outline_offset:2px;--_ui5_daypicker_item_now_focus_after_width:calc(100% - 0.25rem);--_ui5_daypicker_item_now_focus_after_height:calc(100% - 0.25rem);--_ui5_daypicker_item_now_selected_focus_after_width:calc(100% - 0.375rem);--_ui5_daypicker_item_now_selected_focus_after_height:calc(100% - 0.375rem);--_ui5_daypicker_item_selected_background:transparent;--_ui5_daypicker_item_selected_box_shadow:var(--_ui5_daypicker_item_box_shadow),var(--_ui5_daypicker_item_box_shadow);--_ui5_daypicker_item_selected_daytext_hover_background:transparent;--_ui5_daypicker_item_outline_focus_after:none;--_ui5_daypicker_item_border_radius_focus_after:none;--_ui5_daypicker_item_border_focus_after:var(--_ui5_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5_daypicker_item_width_focus_after:calc(100% - 0.25rem);--_ui5_daypicker_item_height_focus_after:calc(100% - 0.25rem);--_ui5_daypicker_item_now_border:0.125rem solid var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_now_outline:none;--_ui5_daypicker_item_now_outline_offset:none;--_ui5_daypicker_item_now_outline_offset_focus_after:var(--_ui5_daypicker_item_now_outline_offset);--_ui5_daypicker_item_selected_between_border:5%;--_ui5_daypicker_item_selected_between_background:transparent;--_ui5_daypicker_item_selected_between_text_background:var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font:inherit;--_ui5_daypicker_item_selected_between_hover_background:inherit;--_ui5_daypicker_item_now_box_shadow:inset 0 0 0 0.0625rem var(--_ui5_daypicker_item_selected_border_color);--_ui5_daypicker_item_selected_text_outline:none;--_ui5_daypicker_item_now_not_selected_inset:0;--_ui5_daypicker_item_now_inset:0.1875rem;--_ui5_daypicker_item_now_border_color:var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_selected_background:var(--sapContent_Selected_Background);--_ui5_daypicker_dayname_color:var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius_focus_after:0.0625rem;--_ui5_daypicker_item_selected_border:none;--_ui5_daypicker_item_not_selected_focus_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color:var(--sapContent_ContrastFocusColor);--_ui5_daypicker_item_selected_focus_width:0.0625rem;--_ui5_daypicker_item_no_selected_inset:0.125rem;--_ui5_daypicker_item_now_border_focus_after:0.0625rem dotted var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_now_border_radius_focus_after:0.0625rem;--_ui5_day_picker_item_selected_now_border:0.1875rem solid var(--sapList_Background);--_ui5_day_picker_item_selected_now_border_foucs:0.0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_day_picker_item_selected_now_border_radios_foucs:0.0625rem;--_ui5-dp-item_withsecondtype_border:0.1875rem;--_ui5_daypicker_item_border_radius:0.25rem;--_ui5_daypicker_item_selected_text_border:none;--_ui5_daypicker_item_selected_between_text_border_radios:0.25rem;--_ui5_daypicker_item_select_between_border:1px solid var(--sapContent_Selected_ForegroundColor);--_ui5_file_uploader_hover_border:1px solid var(--sapField_Hover_BorderColor);--_ui5_file_uploader_value_state_error_hover_background_color:var(--sapField_Hover_Background);--_ui5_dialog_resize_handle_color:var(--sapButton_Lite_TextColor);--_ui5_dialog_resize_handle_right:-0.25rem;--_ui5_dialog_resize_handle_bottom:-0.0625rem;--_ui5_dialog_header_focus_bottom_offset:3px;--_ui5_dialog_header_focus_top_offset:2px;--_ui5_dialog_header_focus_left_offset:2px;--_ui5_dialog_header_focus_right_offset:2px;--_ui5_dialog_header_border_radius:0px;--_ui5_dialog_header_error_state_box_shadow:inset 0 -0.0625rem var(--sapErrorBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_information_state_box_shadow:inset 0 -0.0625rem var(--sapInformationBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_success_state_box_shadow:inset 0 -0.0625rem var(--sapSuccessBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_warning_state_box_shadow:inset 0 -0.0625rem var(--sapWarningBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_error_state_icon_color:var(--sapNegativeElementColor);--_ui5_dialog_header_information_state_icon_color:var(--sapInformativeElementColor);--_ui5_dialog_header_success_state_icon_color:var(--sapPositiveElementColor);--_ui5_dialog_header_warning_state_icon_color:var(--sapCriticalElementColor);--ui5-group-header-listitem-background-color:var(--sapList_GroupHeaderBackground);--_ui5_input_width:13.125rem;--_ui5_input_height:2.25rem;--_ui5_input_compact_height:1.625rem;--_ui5_input_hover_border:var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5_input_hover_box_shadow:none;--_ui5_input_value_state_error_hover_background:var(--sapField_Hover_Background);--_ui5_input_background_color:var(--sapField_Background);--_ui5_input_border_radius:var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius:0;--_ui5-input-border:2px solid transparent;--_ui5_input_placeholder_style:italic;--_ui5_input_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height:0;--_ui5_input_bottom_border_color:transparent;--_ui5_input_focused_border_color:var(--sapField_Hover_BorderColor);--_ui5_input_state_border_width:0.125rem;--_ui5_input_information_border_width:0.125rem;--_ui5_input_error_font_weight:normal;--_ui5_input_focus_border_width:1px;--_ui5_input_error_warning_border_style:solid;--_ui5_input_error_warning_font_style:inherit;--_ui5_input_error_warning_text_indent:0;--_ui5_input_disabled_color:var(--sapContent_DisabledTextColor);--_ui5_input_disabled_font_weight:normal;--_ui5_input_disabled_border_color:var(--sapField_BorderColor);--_ui5-input_disabled_background:var(--sapField_Background);--_ui5_input_readonly_border_color:var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background:var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding:.5625rem .625rem;--_ui5_input_error_warning_custom_icon_padding:.5rem .625rem;--_ui5_input_information_custom_icon_padding:.5rem .625rem;--_ui5_input_error_warning_icon_padding:.5rem .5rem .5rem .5625rem;--_ui5_input_information_icon_padding:.5rem .5rem .5rem .5625rem;--_ui5_input_disabled_opacity:0.4;--_ui5_input_icon_min_width:2.25rem;--_ui5_input_compact_min_width:2rem;--_ui5_input_transition:none;--_ui5-input-value-state-icon-display:none;--_ui5_input_focused_value_state_error_background:var(--sapField_InvalidBackground);--_ui5_input_focused_value_state_warning_background:var(--sapField_WarningBackground);--_ui5_input_focused_value_state_success_background:var(--sapField_SuccessBackground);--_ui5_input_focused_value_state_information_background:var(--sapField_InformationBackground);--_ui5_input_value_state_error_border_color:var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color:var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_focused_value_state_warning_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_focused_value_state_success_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_value_state_warning_border_color:var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color:var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color:var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color:var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width:1px;--_ui5_input_value_state_information_border_color:var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color:var(--sapField_InformationColor);--_ui5-input-value-state-information-border-width:1px;--_ui5-input-background-image:none;--_ui5_input_focus_offset:1px;--ui5_input_focus_pseudo_element_content:"";--_ui5_input_value_state_error_warning_placeholder_font_weight:normal;--_ui5_input_focus_outline_color:var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5-input-border:1px solid var(--sapField_BorderColor);--_ui5_input_icon_padding:.5625rem;--_ui5_input_icon_color:var(--sapContent_IconColor);--_ui5_input_icon_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg:var(--sapButton_Selected_Background);--_ui5_input_icon_hover_bg:var(--sapButton_Lite_Hover_Background);--_ui5_input_icon_border_radius:0;--_ui5_input_icon_box_shadow:none;--_ui5_input_icon_border:1px solid transparent;--_ui5_input_error_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_warning_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_information_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_success_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_icon_error_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_warning_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_information_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_success_pressed_color:var(--sapButton_Active_TextColor);--_ui5_link_focused_hover_text_decoration:underline;--_ui5_link_focused_hover_text_color:var(--sapLinkColor);--_ui5_link_active_text_decoration:underline;--_ui5_link_border:0.0625rem dotted transparent;--_ui5_link_border_focus:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_link_focus_border-radius:0;--_ui5_link_focus_background_color:transparent;--_ui5_link_focus_color:inherit;--_ui5_link_focus_text_decoration:underline;--_ui5_link_subtle_text_decoration:none;--_ui5_link_text_decoration:none;--_ui5_link_hover_text_decoration:underline;--ui5_list_footer_text_color:var(--sapPageFooter_TextColor);--ui5_list_footer_text_color:var(--sapTextColor);--ui5-listitem-background-color:var(--sapList_Background);--ui5-listitem-border-bottom:1px solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom:1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom:1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-active-border-color:var(--sapContent_ContrastFocusColor);--_ui5_listitembase_focus_width:1px;--_ui5-listitembase_disabled_opacity:0.5;--_ui5_product_switch_item_border:none;--_ui5_menu_popover_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_menu_item_padding:0 1rem 0 0.75rem;--_ui5_monthpicker_item_border_radius:0;--_ui5_monthpicker_item_border:none;--_ui5_monthpicker_item_margin:1px;--_ui5_monthpicker_item_focus_after_width:calc(100% - 0.375rem);--_ui5_monthpicker_item_focus_after_height:calc(100% - 0.375rem);--_ui5_monthpicker_item_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_monthpicker_item_focus_after_offset:2px;--_ui5_monthpicker_item_focus_after_border_radius:0;--_ui5_monthpicker_item_selected_text_color:var(--sapContent_ContrastTextColor);--_ui5_monthpicker_item_selected_background_color:var(--sapSelectedColor);--_ui5_monthpicker_item_selected_hover_color:var(--sapContent_Selected_Background);--_ui5_monthpicker_item_selected_box_shadow:none;--_ui5_monthpicker_item_focus_after_outline:none;--_ui5_monthpicker_item_selected_font_wieght:inherit;--_ui5_monthpicker_item_border_radius:0.25rem;--_ui5_message_strip_icon_width:2.5rem;--_ui5_message_strip_button_border_width:0;--_ui5_message_strip_button_border_style:none;--_ui5_message_strip_button_border_color:transparent;--_ui5_message_strip_button_border_radius:0;--_ui5_message_strip_padding:0.4375rem 2.5rem 0.4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon:0.4375rem 0.4375rem;--_ui5_message_strip_padding_inline_no_icon:1rem 2.5rem;--_ui5_message_strip_button_height:1.625rem;--_ui5_message_strip_border_width:1px;--_ui5_message_strip_close_button_border:none;--_ui5_message_strip_icon_top:0.4375rem;--_ui5_message_strip_focus_width:1px;--_ui5_message_strip_focus_offset:-2px;--_ui5_message_strip_close_button_top:0.125rem;--_ui5_message_strip_close_button_right:0.125rem;--_ui5_panel_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_button_root_width:3rem;--_ui5_panel_border_radius:0px;--_ui5_panel_border_radius_expanded:0;--_ui5_panel_default_header_border:none;--_ui5_panel_border_bottom:0.0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_outline_offset:-3px;--_ui5_panel_icon_color:var(--sapContent_IconColor);--_ui5_panel_header_padding_right:0.5rem;--_ui5_panel_header_button_wrapper_padding:.25rem;--_ui5_panel_focus_offset:1px}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_panel_header_button_wrapper_padding:.5625rem .375rem}:root{--_ui5_panel_button_root_width:2.75rem;--_ui5_popup_content_padding_s:1rem;--_ui5_popup_content_padding_m_l:2rem;--_ui5_popup_content_padding_xl:3rem;--_ui5_popup_header_footer_padding_s:1rem;--_ui5_popup_header_footer_padding_m_l:2rem;--_ui5_popup_header_footer_padding_xl:3rem;--_ui5_popup_viewport_margin:10px;--_ui5_popup_header_font_weight:400;--_ui5_popup_header_font_family:var(--sapFontFamily);--_ui5_popup_header_prop_header_text_alignment:flex-start;--_ui5_popup_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_progress_indicator_background_none:var(--sapField_Background);--_ui5_progress_indicator_background_error:var(--sapField_Background);--_ui5_progress_indicator_background_warning:var(--sapField_Background);--_ui5_progress_indicator_background_success:var(--sapField_Background);--_ui5_progress_indicator_background_information:var(--sapField_Background);--_ui5_progress_indicator_value_state_none:var(--sapNeutralElementColor);--_ui5_progress_indicator_value_state_error:var(--sapNegativeElementColor);--_ui5_progress_indicator_value_state_warning:var(--sapCriticalElementColor);--_ui5_progress_indicator_value_state_success:var(--sapPositiveElementColor);--_ui5_progress_indicator_value_state_information:var(--sapInformativeElementColor);--_ui5_progress_indicator_border_color_error:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_warning:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_success:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_information:var(--sapField_BorderColor);--_ui5_progress_indicator_color:var(--sapTextColor);--_ui5_progress_indicator_bar_color:var(--sapContent_ContrastTextColor);--_ui5_progress_indicator_border:0.0625rem solid var(--sapField_BorderColor);--_ui5_progress_indicator_bar_border_max:none;--_ui5_progress_indicator_icon_visibility:none;--_ui5_progress_indicator_side_points_visibility:none;--_ui5_progress_indicator_host_height:1rem;--_ui5_progress_indicator_host_min_height:1rem;--_ui5_progress_indicator_root_border_radius:0.5rem;--_ui5_progress_indicator_root_height:100%;--_ui5_progress_indicator_root_overflow:hidden;--_ui5_progress_indicator_bar_height:100%;--_ui5_progress_indicator_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_progress_indicator_remaining_bar_overflow:hidden;--_ui5_progress_indicator_icon_size:var(--sapFontSmallSize);--_ui5_progress_indicator_value_margin:0 0.375rem;--_ui5_radio_button_min_width:2.75rem;--_ui5_radio_button_min_width_compact:2rem;--_ui5_radio_button_hover_fill:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_error:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_warning:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_success:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_information:var(--sapField_Hover_Background);--_ui5_radio_button_border_width:1px;--_ui5_radio_button_checked_fill:var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill:var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill:var(--sapField_TextColor);--_ui5_radio_button_checked_success_fill:var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill:var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash:0;--_ui5_radio_button_outer_ring_color:var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width:var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg:var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding:0 0.625rem;--_ui5_radio_button_border_radius:0;--_ui5_radio_button_border:none;--_ui5_radio_button_focus_border:none;--_ui5_radio_button_focus_outline:block;--_ui5_radio_button_hover_shadow:none;--_ui5_radio_button_transition:none;--_ui5_radio_button_hover_background:inherit;--_ui5_radio_button_color:var(--sapField_BorderColor);--_ui5_radio_button_label_offset:1px;--_ui5_radio_button_label_color:var(--sapContent_LabelColor);--_ui5_radio_button_items_align:unset;--_ui5_radio_button_inner_width:initial;--_ui5_radio_button_border_readonly_focus_style:var(--sapContent_FocusStyle);--_ui5_radio_button_inner_ring_radius:22%;--_ui5_radio_button_outer_ring_hover_shadow:none;--_ui5_radio_button_outer_ring_hover_shadow_error:none;--_ui5_radio_button_outer_ring_hover_shadow_warning:none;--_ui5_radio_button_outer_ring_hover_shadow_success:none;--_ui5_radio_button_outer_ring_hover_shadow_information:none;--_ui5_radio_button_read_only_border_type:none;--_ui5_radio_button_inner_ring_color:var(--sapSelectedColor);--_ui5_radio_button_information_border_width:var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width:var(--sapField_BorderWidth);--_ui5_rating_indicator_border_radius:0px;--_ui5_rating_indicator_outline_offset:0px;--_ui5_rating_indicator_item_height:1em;--_ui5_rating_indicator_item_width:1em;--_ui5_rating_indicator_readonly_item_height:1em;--_ui5_rating_indicator_readonly_item_width:1em;--_ui5_rating_indicator_readonly_item_spacing:0px;--_ui5_rating_indicator_component_spacing:0.5rem 0px}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_rating_indicator_item_height:0.67em;--_ui5_rating_indicator_item_width:0.67em;--_ui5_rating_indicator_readonly_item_height:0.67em;--_ui5_rating_indicator_readonly_item_width:0.67em;--_ui5_rating_indicator_component_spacing:0.8125rem 0px}:root{--_ui5_segmented_btn_inner_border:0.0625rem solid var(--sapButton_BorderColor);--_ui5_segmented_btn_inner_border_odd_child:0;--_ui5_segmented_btn_inner_pressed_border_odd_child:0;--_ui5_segmented_btn_border_radius:0.375rem;--_ui5_segmented_btn_inner_border_radius:0;--_ui5_segmented_btn_outer_border_radius:0.375rem;--_ui5_segmented_btn_background_color:transparent;--_ui5_select_disabled_background:var(--sapField_Background);--_ui5_select_disabled_border_color:var(--sapField_BorderColor);--_ui5_select_state_error_warning_border_style:solid;--_ui5_select_state_error_warning_border_width:0.125rem;--_ui5_select_hover_icon_left_border:1px solid transparent;--_ui5_select_focus_width:1px;--_ui5_select_label_olor:var(--sapField_TextColor);--_ui5_split_button_focused_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius:0.125rem;--_ui5_split_button_hover_border_radius:0;--_ui5_split_button_attention_separator_color:var(--sapButton_Attention_BorderColor);--_ui5_split_button_middle_separator_width:0;--_ui5_split_button_middle_separator_left:0;--_ui5_split_button_middle_separator_hover_display:block;--_ui5_split_button_text_button_width:2.25rem;--_ui5_split_button_text_button_right_border_width:0;--_ui5_split_button_transparent_hover_background:var(--sapButton_Lite_Background);--_ui5_split_button_transparent_hover_color:var(--sapButton_Lite_TextColor);--_ui5_split_button_transparent_disabled_background:transparent;--_ui5_split_button_inner_focused_border_radius_outer:0.25rem;--_ui5_split_button_inner_focused_border_radius_inner:0;--_ui5_switch_height:2.75rem;--_ui5_switch_width:3.25rem;--_ui5_switch_compact_height:2rem;--_ui5_switch_compact_width:2.5rem;--_ui5_switch_min_width:3.875rem;--_ui5_switch_compact_min_width:3.5rem;--_ui5_switch_with_label_width:100%;--_ui5_switch_compact_with_label_width:100%;--_ui5_switch_focus_outline:var(--_ui5_switch_foucs_border_size) dotted var(--sapContent_FocusColor);--_ui5_switch_root_outline_top:0.25rem;--_ui5_switch_root_outline_bottom:0.25rem;--_ui5_switch_root_outline_left:0;--_ui5_switch_root_outline_right:0;--_ui5_switch_root_compact_outline_top:0;--_ui5_switch_root_compact_outline_bottom:0;--_ui5_switch_foucs_border_size:1px;--_ui5-switch-root-border-radius:0;--_ui5-switch-root-box-shadow:none;--_ui5_switch_root_after_outline:none;--_ui5-switch-focus:"";--_ui5_switch_disabled_opacity:.4;--_ui5_switch_transform:translateX(100%) translateX(-1.875rem);--_ui5_switch_compact_transform:translateX(100%) translateX(-1.5rem);--_ui5_switch_transform_with_label:translateX(100%) translateX(-1.875rem);--_ui5_switch_compact_transform_with_label:translateX(100%) translateX(-1.5rem);--_ui5_switch_rtl_transform:translateX(-100%) translateX(1.875rem);--_ui5_switch_compact_rtl_transform:translateX(1.5rem) translateX(-100%);--_ui5_switch_rtl_transform_with_label:translateX(-100%) translateX(1.875rem);--_ui5_switch_compact_rtl_transform_with_label:translateX(1.5rem) translateX(-100%);--_ui5_switch_track_with_label_width:100%;--_ui5_switch_track_with_label_compact_width:100%;--_ui5_switch_track_with_label_height:1.375rem;--_ui5_switch_track_with_label_compact_height:1.375rem;--_ui5_switch_track_width:100%;--_ui5_switch_track_compact_width:100%;--_ui5_switch_track_height:1.375rem;--_ui5_switch_track_compact_height:1.375rem;--_ui5_switch_track_border_radius:0.75rem;--_ui5-switch-track-border:1px solid;--_ui5_switch_track_active_background_color:var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color:var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color:var(--sapButton_Track_Selected_Background);--_ui5_switch_track_hover_inactive_background_color:var(--sapButton_Track_Background);--_ui5_switch_track_active_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_track_inactive_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_track_hover_active_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_track_semantic_reject_background_color:var(--sapErrorBackground);--_ui5_switch_track_semantic_hover_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_track_semantic_hover_reject_background_color:var(--sapErrorBackground);--_ui5_switch_track_semantic_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_track_semantic_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_track_semantic_hover_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_track_semantic_hover_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_track_transition:none;--_ui5_switch_track_icon_display:none;--_ui5_switch_handle_width:2rem;--_ui5_switch_handle_compact_width:1.625rem;--_ui5_switch_handle_height:2rem;--_ui5_switch_handle_compact_height:1.625rem;--_ui5_switch_handle_with_label_width:2rem;--_ui5_switch_handle_with_label_compact_width:1.625rem;--_ui5_switch_handle_with_label_height:2rem;--_ui5_switch_handle_with_label_compact_height:1.625rem;--_ui5_switch_handle_border:var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width:0.0625rem;--_ui5_switch_handle_border_radius:1rem;--_ui5_switch_handle_active_background_color:var(--sapButton_Selected_Background);--_ui5_switch_handle_inactive_background_color:var(--sapButton_TokenBackground);--_ui5_switch_handle_hover_active_background_color:var(--sapButton_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color:var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color:var(--sapButton_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_handle_hover_active_border_color:var(--sapButton_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_handle_semantic_accept_background_color:var(--sapButton_Background);--_ui5_switch_handle_semantic_reject_background_color:var(--sapButton_Background);--_ui5_switch_handle_semantic_hover_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_handle_semantic_hover_reject_background_color:var(--sapErrorBackground);--_ui5_switch_handle_semantic_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_handle_semantic_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_handle_on_hover_box_shadow:none;--_ui5_switch_handle_off_hover_box_shadow:none;--_ui5_switch_handle_semantic_on_hover_box_shadow:var(--sapContent_Informative_Shadow);--_ui5_switch_handle_semantic_off_hover_box_shadow:var(--sapContent_Negative_Shadow);--_ui5-switch-handle-icon-display:none;--_ui5_switch_handle_left:-0.0625rem;--_ui5-switch-slider-texts-display:inline;--_ui5_switch_text_font_family:"72override",var(--sapFontFamily);--_ui5_switch_text_font_size:var(--sapFontSmallSize);--_ui5_switch_text_compact_font_size:var(--sapFontSmallSize);--_ui5_switch_text_with_label_font_family:"72override",var(--sapFontFamily);--_ui5_switch_text_with_label_font_size:var(--sapFontSmallSize);--_ui5_switch_text_with_label_width:none;--_ui5_switch_text_width:none;--_ui5_switch_text_compact_width:none;--_ui5_switch_text_inactive_left:auto;--_ui5_switch_text_inactive_right:0.125rem;--_ui5_switch_text_active_left:calc(-100% + 2rem);--_ui5_switch_text_compact_active_left:calc(-100% + 1.625rem);--_ui5_switch_text_active_right:auto;--_ui5_switch_text_active_color:var(--sapButton_Track_Selected_TextColor);--_ui5_switch_text_inactive_color:var(--sapTextColor);--_ui5_switch_text_semantic_accept_color:var(--sapPositiveElementColor);--_ui5_switch_text_semantic_reject_color:var(--sapNegativeElementColor);--_ui5_switch_text_overflow:none;--_ui5_switch_text_z_index:inherit;--_ui5_switch_text_hidden:hidden;--_ui5_switch_text_min_width:1.625rem;--_ui5_switch_icon_width:0.75rem;--_ui5_switch_icon_height:0.75rem;--_ui5_tc_header_height_text_only:var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text:var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow:var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom:0.125rem solid var(--sapObjectHeader_Background);--_ui5_tc_headeritem_padding:0 1rem;--_ui5_tc_headerItem_color:var(--sapContent_LabelColor);--_ui5_tc_headerItem_additional_text_color:var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color:var(--_ui5_tc_headerItem_color);--_ui5_tc_headerItem_text_selected_color:var(--sapSelectedColor);--_ui5_tc_headerItem_text_selected_hover_color:var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight:normal;--_ui5_tc_headerItem_additional_text_font_weight:normal;--_ui5_tc_headerItem_neutral_color:var(--sapNeutralColor);--_ui5_tc_headerItem_positive_color:var(--sapPositiveColor);--_ui5_tc_headerItem_negative_color:var(--sapNegativeColor);--_ui5_tc_headerItem_critical_color:var(--sapCriticalColor);--_ui5_tc_headerItem_neutral_border_color:var(--_ui5_tc_headerItem_neutral_color);--_ui5_tc_headerItem_positive_border_color:var(--_ui5_tc_headerItem_positive_color);--_ui5_tc_headerItem_negative_border_color:var(--_ui5_tc_headerItem_negative_color);--_ui5_tc_headerItem_critical_border_color:var(--_ui5_tc_headerItem_critical_color);--_ui5_tc_headerItem_neutral_selected_border_color:var(--_ui5_tc_headerItem_neutral_color);--_ui5_tc_headerItem_positive_selected_border_color:var(--_ui5_tc_headerItem_positive_color);--_ui5_tc_headerItem_negative_selected_border_color:var(--_ui5_tc_headerItem_negative_color);--_ui5_tc_headerItem_critical_selected_border_color:var(--_ui5_tc_headerItem_critical_color);--_ui5_tc_headerItem_transition:none;--_ui5_tc_headerItem_hover_border_visibility:hidden;--_ui5_tc_headerItem_focus_offset:0px;--_ui5_tc_headerItemContent_border_radius:0.125rem 0.125rem 0 0;--_ui5_tc_headerItemContent_border_bottom:0.125rem solid var(--sapSelectedColor);--_ui5_tc_headerItemContent_border_bg:transparent;--_ui5_tc_headerItem_neutral_border_bg:transparent;--_ui5_tc_headerItem_positive_border_bg:transparent;--_ui5_tc_headerItem_negative_border_bg:transparent;--_ui5_tc_headerItem_critical_border_bg:transparent;--_ui5_tc_headerItem_hover_border_bg:transparent;--_ui5_tc_headerItem_hover_selected_hover_border_bg:transparent;--_ui5_tc_headerItemContent_border_height:0;--_ui5_tc_headerItemContent_offset:1rem;--_ui5_tc_headerItemContent_focus_offset:1rem;--_ui5_tc_headerItem_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left:0px;--_ui5_tc_headerItem_text_focus_border_offset_right:0px;--_ui5_tc_headerItem_text_focus_border_offset_top:0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom:0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left:0.75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right:0.625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top:0.75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom:0.75rem;--_ui5_tc_headerItemContent_padding:0;--_ui5_tc_headerItemContent_focus_border:none;--_ui5_tc_headerItemContent_default_focus_border:none;--_ui5_tc_headerItemContent_focus_border_radius:0;--_ui5_tc_headerItemSemanticIcon_display:none;--_ui5_tc_headerItemSemanticIcon_size:0.75rem;--_ui5_tc_headerItem_focus_border_radius:0px;--_ui5_tc_mixedMode_itemText_color:var(--sapContent_LabelColor);--_ui5_tc_mixedMode_itemText_font_family:var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size:var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight:normal;--_ui5_tc_overflowItem_neutral_color:var(--sapNeutralColor);--_ui5_tc_overflowItem_positive_color:var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color:var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color:var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset:0.125rem;--_ui5_tc_overflowItem_extraIndent:0rem;--_ui5_tc_headerItemIcon_border:1px solid var(--sapHighlightColor);--_ui5_tc_headerItemIcon_color:var(--sapHighlightColor);--_ui5_tc_headerItemIcon_selected_background:var(--sapHighlightColor);--_ui5_tc_headerItemIcon_selected_color:var(--sapGroup_ContentBackground);--_ui5_tc_headerItemIcon_positive_selected_background:var(--sapPositiveColor);--_ui5_tc_headerItemIcon_negative_selected_background:var(--sapNegativeColor);--_ui5_tc_headerItemIcon_critical_selected_background:var(--sapCriticalColor);--_ui5_tc_headerItemIcon_neutral_selected_background:var(--sapNeutralColor);--_ui5_tc_headerItemIcon_semantic_selected_color:var(--sapGroup_ContentBackground);--_ui5_tc_headerItemIcon_background_color:transparent;--_ui5_tc_content_border_bottom:0.125rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset:-2px;--_ui5_tc_headerItemIcon_focus_border_radius:0}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_tc_header_height:var(--_ui5_tc_item_height)}:root{--_ui5_tc_header_border_bottom:0.0625rem solid var(--sapObjectHeader_Background);--_ui5_tc_headerItemContent_border_bottom:0.1875rem solid var(--sapSelectedColor);--_ui5_tc_overflowItem_default_color:var(--sapNeutralTextColor);--_ui5_tc_overflowItem_current_color:CurrentColor;--_ui5_tc_content_border_bottom:0.0625rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_text_hover_color:#1a1c1f;--_ui5_textarea_focus_after_width:1px;--_ui5_textarea_warning_border_style:solid;--_ui5_textarea_state_border_width:0.125rem;--_ui5_textarea_information_border_width:0.125rem;--_ui5_textarea_focus_box_shadow:none;--_ui5_textarea_value_state_warning_focus_box_shadow:none;--_ui5_textarea_value_state_error_focus_box_shadow:none;--_ui5_textarea_value_state_success_focus_box_shadow:none;--_ui5_textarea_hover_box_shadow:none;--_ui5_textarea_inner_border_width:var(--sapField_BorderWidth);--_ui5_textarea_success_border_width:1px;--_ui5_textarea_focus_outline:var(--_ui5_textarea_focus_after_width) dotted var(--sapContent_FocusColor);--_ui5_textarea_focus_outline_offset:-3px;--_ui5_textarea_value_state_focus_outline:var(--_ui5_input_focus_border_width) dotted var(--sapContent_FocusColor);--_ui5_textarea_value_state_focus_outline_offset:-4px;--_ui5_textarea_after_element_display:none;--_ui5_textarea_placeholder_font_style:italic;--_ui5_input_warning_font_weight:normal;--_ui5_textarea_value_state_error_warning_placeholder_font_weight:normal;--_ui5_textarea_error_placeholder_font_style:italic;--_ui5_textarea_error_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5_textarea_disabled_background_color:var(--sapField_ReadOnly_Background);--_ui5_textarea_error_hover_background_color:var(--sapField_Hover_Background);--_ui5_textarea_error_focused_background_color:var(--sapField_Focus_Background);--_ui5-time_picker_border_radius:0;--_ui5_time_picker_border:0.0625rem solid transparent;--_ui5_toast_vertical_offset:3rem;--_ui5_toast_horizontal_offset:2rem;--_ui5_toast_background:var(--sapList_Background);--_ui5_toast_shadow:var(--sapContent_Shadow2);--_ui5_wheelslider_item_text_size:var(--sapFontSize);--_ui5_wheelslider_selected_item_hover_background_color:var(--sapList_BorderColor);--_ui5_wheelslider_label_text_size:var(--sapFontSmallSize);--_ui5_wheelslider_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*2);--_ui5_wheelslider_mobile_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*4);--_ui5_wheelslider_label_text_color:var(--sapContent_LabelColor);--_ui5_wheelslider_height:240px;--_ui5_wheelslider_mobile_height:432px;--_ui5_wheelslider_item_width:48px;--_ui5_wheelslider_item_height:46px;--_ui5_wheelslider_arrows_visibility:hidden;--_ui_wheelslider_item_expanded_hover_color:var(--sapList_Hover_Background);--_ui5_wheelslider_item_background_color:var(--sapLegend_WorkingBackground);--_ui5_wheelslider_item_text_color:var(--sapTextColor);--_ui_wheelslider_item_hover_color:var(--sapButton_Emphasized_Hover_BorderColor);--_ui5_wheelslider_item_border_color:var(--sapList_Background);--_ui5_wheelslider_item_hovered_border_color:var(--sapList_Background);--_ui5_wheelslider_collapsed_item_text_color:var(--_ui5_wheelslider_item_border_color);--_ui5_wheelslider_selected_item_background_color:var(--sapContent_Selected_Background);--_ui5_wheelslider_selected_item_hover_background_color:var(--sapButton_Emphasized_Hover_BorderColor);--_ui5_wheelslider_active_item_background_color:var(--sapContent_Selected_Background);--_ui5_wheelslider_active_item_text_color:var(--sapContent_Selected_TextColor);--_ui5_wheelslider_selection_frame_color:var(--sapList_SelectionBorderColor);--_ui_wheelslider_item_border_radius:var(--_ui5_button_border_radius);--_ui5_toggle_button_pressed_focussed:var(--sapButton_Selected_BorderColor);--_ui5_toggle_button_pressed_focussed_hovered:var(--sapButton_Selected_BorderColor);--_ui5_toggle_button_selected_positive_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_selected_negative_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_selected_attention_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_emphasized_pressed_focussed_hovered:var(--sapContent_FocusColor);--_ui5_yearpicker_item_selected_focus:var(--sapContent_Selected_Background);--_ui5_yearpicker_item_selected_hover_color:var(--sapContent_Selected_Background);--_ui5_yearpicker_item_border:none;--_ui5_yearpicker_item_border_radius:0;--_ui5_yearpicker_item_margin:1px;--_ui5_yearpicker_item_focus_after_width:calc(100% - 0.375rem);--_ui5_yearpicker_item_focus_after_height:calc(100% - 0.375rem);--_ui5_yearpicker_item_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_yearpicker_item_focus_after_offset:2px;--_ui5_yearpicker_item_focus_after_border_radius:0;--_ui5_yearpicker_item_selected_background_color:var(--sapSelectedColor);--_ui5_yearpicker_item_selected_text_color:var(--sapContent_ContrastTextColor);--_ui5_yearpicker_item_selected_box_shadow:none;--_ui5_yearpicker_item_focus_after_outline:none;--_ui5_yearpicker_item_border_radius:0.25rem;--_ui5_calendar_header_arrow_button_border:none;--_ui5_calendar_header_arrow_button_border_radius:0.25rem;--_ui5_calendar_header_middle_button_width:6.25rem;--_ui5_calendar_header_middle_button_flex:1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius:0.25rem;--_ui5_calendar_header_middle_button_focus_border:none;--_ui5_calendar_header_middle_button_focus_after_display:block;--_ui5_calendar_header_middle_button_focus_after_width:calc(100% - 0.25rem);--_ui5_calendar_header_middle_button_focus_after_height:calc(100% - 0.25rem);--_ui5_calendar_header_middle_button_focus_after_top_offset:1px;--_ui5_calendar_header_middle_button_focus_after_left_offset:1px;--_ui5_calendar_header_button_background_color:none;--_ui5_calendar_header_arrow_button_box_shadow:none;--_ui5_calendar_header_middle_button_focus_background:transparent;--_ui5_calendar_header_middle_button_focus_outline:none;--_ui5_calendar_header_middle_button_focus_active_outline:none;--_ui5_calendar_header_middle_button_focus_active_background:var(--sapButton_Active_Background);--_ui5_calendar_header_middle_button_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_after_width:calc(100% - 0.375rem);--_ui5_calendar_header_middle_button_focus_after_height:calc(100% - 0.375rem);--_ui5_calendar_header_middle_button_focus_after_top_offset:0.125rem;--_ui5_calendar_header_middle_button_focus_after_left_offset:0.125rem;--ui5_table_bottom_border:1px solid var(--sapList_BorderColor);--ui5_table_header_row_outline_width:1px;--ui5_table_multiselect_column_width:2.75rem;--ui5_table_header_row_border_bottom_color:var(--sapList_BorderColor);--ui5_table_header_row_border_width:1px;--_ui5_table_load_more_border-bottom:none;--ui5_table_header_row_font_weight:normal;--ui5_table_row_outline_width:1px;--ui5_table_group_row_font-weight:normal;--ui5_table_border_width:0 0 1px 0;--_ui5_load_more_padding:0;--_ui5_load_more_border:1px top solid transparent;--_ui5_load_more_border_radius:none;--_ui5_load_more_outline_width:1px;--_ui5_token_background:var(--sapButton_TokenBackground);--_ui5_token_readonly_background:var(--sapButton_TokenBackground);--_ui5_token_readonly_color:var(--sapContent_LabelColor);--_ui5_token_border_radius:var(--sapButton_BorderCornerRadius);--_ui5_token_outline_offset:-0.125rem;--_ui5_token_text_color:var(--sapButton_TextColor);--_ui5_token_hover_background:var(--sapButton_Hover_Background);--_ui5_token_hover_border_color:var(--sapButton_Hover_BorderColor);--_ui5_token_top_margin:0.25rem;--_ui5_token_bottom_margin:0.25rem;--_ui5_token_right_margin:0.3125rem;--_ui5_token_padding:0.25rem 0;--_ui5_token_left_padding:0.3125rem;--_ui5_token_readonly_padding:0.375rem;--_ui5_token_selected_focus_outline:var(--_ui5_token_focus_outline_width) dotted var(--sapContent_ContrastFocusColor);--_ui5_token_focus_outline:var(--_ui5_token_focus_outline_width) dotted var(--sapContent_FocusColor);--_ui5_token_selected_hover_background:var(--sapButton_Selected_Hover_Background);--_ui5_token_selected_hover_border_color:var(--sapButton_Selected_Hover_BorderColor);--_ui5_token_focused_selected_border:1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content:none;--_ui5_token_focus_offset:-0.25rem;--_ui5_token_focus_outline_width:0.0625rem;--_ui5_token_text_color:var(--sapTextColor);--_ui5_tokenizer_padding:0.3125rem;--_ui5_value_state_message_border:none;--_ui5_value_state_header_border:none;--_ui5_input_value_state_icon_display:none;--_ui5_value_state_message_padding:0.5rem;--_ui5_value_state_header_padding:.5625rem 1rem;--_ui5_value_state_message_popover_box_shadow:none;--_ui5_value_state_message_icon_width:.875rem;--_ui5_value_state_message_icon_height:.875rem;--_ui5_input_value_state_icon_offset:.5rem;--_ui5_value_state_header_offset:-0.125rem ;--_ui5-multi_combobox_token_margin_top:3px;--_ui5-multi_combobox_token_margin_top:1px;--_ui5_slider_progress_container_background:var(--sapField_BorderColor);--_ui5_slider_progress_container_dot_display:none;--_ui5_slider_progress_container_dot_background:var(--sapField_BorderColor);--_ui5_slider_progress_border:none;--_ui5_slider_padding:1.406rem 1.0625rem;--_ui5_slider_inner_height:0.25rem;--_ui5_slider_outer_height:1.6875rem;--_ui5_slider_progress_border_radius:0.25rem;--_ui5_slider_progress_background:var(--sapActiveColor);--_ui5_slider_handle_icon_display:none;--_ui5_slider_handle_height:1.625rem;--_ui5_slider_handle_width:1.625rem;--_ui5_slider_handle_border:solid 0.125rem var(--sapField_BorderColor);--_ui5_slider_handle_border_radius:1rem;--_ui5_slider_handle_box_shadow:none;--_ui5_slider_handle_box_shadow_focus:none;--_ui5_range_slider_handle_background:#fff;--_ui5_slider_handle_top:-0.825rem;--_ui5_slider_tickmark_bg:var(--sapField_BorderColor);--_ui5_slider_tickmark_in_range_bg:var(--sapButton_Active_Background);--_ui5_slider_handle_margin_left:calc(var(--_ui5_slider_handle_width)/2*-1);--_ui5_slider_handle_hover_border:0.125rem solid var(--sapButton_Hover_BorderColor);--_ui5_slider_handle_outline:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_handle_focus_border:var(--_ui5_slider_handle_hover_border);--_ui5_slider_handle_active_border:var(--_ui5_slider_handle_hover_border);--_ui5_slider_handle_focused_top:var(--_ui5_slider_handle_top);--_ui5_slider_handle_focused_margin_left:var(--_ui5_slider_handle_margin_left);--_ui5_slider_handle_outline_offset:0.075rem;--_ui5_slider_icon_left:0.5rem;--_ui5_slider_icon_top:0.125rem;--_ui5_range_slider_handle_hover_background:rgba(var(--sapButton_Background),0.25);--_ui5_range_slider_handle_hover_icon_display:none;--_ui5_slider_progress_outline:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_progress_outline_offset:-0.8125rem;--_ui5_slider_tickmark_top:-0.375rem;--_ui5_slider_disabled_opacity:0.4;--_ui5_slider_tooltip_fontsize:var(--sapFontSmallSize);--_ui5_slider_tooltip_color:var(--sapContent_LabelColor);--_ui5_slider_tooltip_background:var(--sapField_Background);--_ui5_slider_tooltip_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_slider_tooltip_border_color:var(--sapField_BorderColor);--_ui5_slider_tooltip_border:0.0625rem solid var(--_ui5_slider_tooltip_border_color);--_ui5_slider_tooltip_box_shadow:none;--_ui5_slider_tooltip_padding:0.4125rem;--_ui5_slider_tooltip_height:1rem;--_ui5_slider_tooltip_min_width:2rem;--_ui5_slider_tooltip_bottom:2rem;--_ui5_slider_label_fontsize:var(--sapFontSmallSize);--_ui5_slider_label_color:var(--sapContent_LabelColor);--_ui5_range_slider_progress_focus_display:none;--_ui5_range_slider_progress_focus_top:-1.063rem;--_ui5_range_slider_progress_focus_left:-1.438rem;--_ui5_range_slider_progress_focus_padding:0 1.375rem 0 1.438rem;--_ui5_range_slider_progress_focus_height:2rem;--_ui5_range_slider_legacy_progress_focus_display:block;--_ui5_slider_handle_focus_width:0;--_ui5_slider_start_end_point_size:.375rem;--_ui5_slider_start_end_point_left:-0.875rem;--_ui5_slider_start_end_point_top:-.1875rem;--_ui5_slider_handle_hover_box_shadow:none;--_ui5_slider_handle_background_focus:var(--_ui5_slider_handle_background);--_ui5_slider_handle_active_box_shadow:none;--_ui5_slider_handle_focused_tooltip_distance:var(--_ui5_slider_tooltip_bottom);--_ui5_slider_handle_box_sizing:content-box;--_ui5_slider_tooltip_border_box:content-box;--_ui5_range_slider_handle_active_background:var(--_ui5_range_slider_handle_background);--_ui5_range_slider_active_handle_icon_display:none;--_ui5_range_slider_progress_focus_width:100%;--_ui5_slider_tickmark_height:1rem;--_ui5_slider_tickmark_top:-.3125rem;--_ui5_slider_progress_box_sizing:content-box;--_ui5_slider_tickmark_in_range_bg:var(--sapField_BorderColor);--_ui5_range_slider_focus_outline_width:100%;--_ui5_slider_progress_outline_offset_left:0;--_ui5_range_slider_focus_outline_radius:0;--_ui5_slider_progress_container_top:0;--_ui5_slider_progress_height:100%;--_ui5_slider_active_progress_border:none;--_ui5_slider_active_progress_left:0;--_ui5_slider_active_progress_top:0;--_ui5_slider_no_tickmarks_progress_container_top:var(--_ui5_slider_progress_container_top);--_ui5_slider_no_tickmarks_progress_height:var(--_ui5_slider_progress_height);--_ui5_slider_no_tickmarks_active_progress_border:var(--_ui5_slider_active_progress_border);--_ui5_slider_no_tickmarks_active_progress_left:var(--_ui5_slider_active_progress_left);--_ui5_slider_no_tickmarks_active_progress_top:var(--_ui5_slider_active_progress_top);--_ui5_slider_handle_focus_visibility:none;--_ui5_slider_handle_icon_size:1rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_slider_handle_focused_top:-0.625rem;--_ui5_slider_handle_focused_margin_left:-0.75rem;--_ui5_slider_handle_icon_size:.875rem;--_ui5_slider_padding:1rem 1.0625rem}:root{--_ui5_slider_inner_min_width:4rem;--_ui5_slider_handle_background_focus:var(--sapButton_Background);--_ui5_range_slider_handle_background_focus:transparent;--_ui5_slider_handle_top:-.875rem;--_ui5_range_slider_handle_background:transparent;--_ui5_range_slider_handle_active_background:transparent;--_ui5_slider_handle_background:var(--sapButton_Background);--_ui5_slider_handle_hover_background:var(--sapButton_Hover_Background);--_ui5_range_slider_root_hover_handle_bg:transparent;--_ui5_range_slider_root_hover_handle_icon_display:none;--_ui5_range_slider_root_active_handle_icon_display:none;--_ui5_slider_handle_width:1.875rem;--_ui5_slider_handle_height:1.875rem;--_ui5_slider_handle_box_sizing:border-box;--_ui5_slider_tickmark_top:-.34375rem;--_ui5_step_input_input_error_background_color:var(--sapField_InvalidBackground);--_ui5-step_input_button_state_hover_background_color:var(--sapField_Background);--_ui5_step_input_border_style:1px solid var(--sapField_BorderColor);--_ui5_step_input_border_style_hover:1px solid var(--sapField_Hover_BorderColor);--_ui5_step_input_button_background_color:var(--sapField_Background);--_ui5_step_input_input_border:1px solid transparent;--_ui5_step_input_input_margin_top:-0.0625rem;--_ui5_step_input_button_display:inline-block;--_ui5_step_input_button_left:0;--_ui5_step_input_button_right:0;--_ui5_step_input_input_border_focused_after:var(--_ui5_input_focus_border_width) dotted var(--sapContent_FocusColor);--_ui5_step_input_input_border_top_bottom_focused_after:0.0625rem;--_ui5_step_input_input_border_radius_focused_after:0;--_ui5_step_input_input_information_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_warning_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_success_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_error_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_disabled_button_background:var(--sapField_ReadOnly_Background);--_ui5_step_input_border_color_hover:var(--sapField_Hover_Background);--_ui5_step_input_border_hover:1px solid var(--sapField_Hover_BorderColor);--_ui5_input_input_background_color:var(--sapField_InvalidBackground);--_ui5_step_input_min_width:7.25rem}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Hr={packageName:"@ui5/webcomponents",fileName:"themes/Icon.css",content:":host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_NonInteractiveIconColor);fill:currentColor;outline:none}:host([interactive][focused]) .ui5-icon-root{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-icon-focus-border-radius)}.ui5-icon-root{display:flex;outline:none;vertical-align:top}.ui5-icon-root:not([dir=ltr]){transform:var(--_ui5_icon_transform_scale);transform-origin:center}"};const Rr={tag:"ui5-icon",languageAware:!0,themeAware:!0,properties:{interactive:{type:Boolean},name:{type:String},accessibleName:{type:String},showTooltip:{type:Boolean},accessibleRole:{type:String},ariaHidden:{type:String},pathData:{type:String,multiple:!0},accData:{type:Object,noAttribute:!0},focused:{type:Boolean},invalid:{type:Boolean},effectiveAccessibleName:{type:String,defaultValue:void 0,noAttribute:!0}},events:{click:{}}};class Ur extends Ht{static get metadata(){return Rr}static get render(){return Wi}static get template(){return Lr}static get styles(){return Hr}_onFocusInHandler(e){this.interactive&&(this.focused=!0)}_onFocusOutHandler(e){this.focused=!1}_onkeydown(e){this.interactive&&(Yi(e)&&this.fireEvent("click"),Xi(e)&&e.preventDefault())}_onkeyup(e){this.interactive&&Xi(e)&&this.fireEvent("click")}_onClickHandler(e){e.stopPropagation(),this.fireEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return""===this.ariaHidden?!!this.isDecorative||void 0:this.ariaHidden}get tabIndex(){return this.interactive?"0":void 0}get isDecorative(){return"presentation"===this.effectiveAccessibleRole}get effectiveAccessibleRole(){return this.accessibleRole?this.accessibleRole:this.interactive?"button":this.effectiveAccessibleName?"img":"presentation"}async onBeforeRendering(){const e=this.name;if(!e)return console.warn("Icon name property is required",this);let t=(e=>{const{registryKey:t}=Er(e);return Dr.get(t)})(e);if(t||(t=await Pr(e)),"ICON_NOT_FOUND"===t)return this.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${e.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(!t)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(this.invalid=!1,this.pathData=Array.isArray(t.pathData)?t.pathData:[t.pathData],this.accData=t.accData,this.ltr=t.ltr,this.packageName=t.packageName,this._onclick=this.interactive?this._onClickHandler.bind(this):void 0,this._onfocusout=this.interactive?this._onFocusOutHandler.bind(this):void 0,this._onfocusin=this.interactive?this._onFocusInHandler.bind(this):void 0,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData){const e=await Qo(this.packageName);this.effectiveAccessibleName=e.getText(this.accData)||void 0}}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}}Ur.define();const Vr={key:"AVATAR_TOOLTIP",defaultText:"Avatar"},Wr={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},jr={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},qr={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},Yr={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Emphasized"},Gr={key:"DATEPICKER_OPEN_ICON_TITLE",defaultText:"Open Picker"},Xr={key:"DATEPICKER_DATE_DESCRIPTION",defaultText:"Date Input"},Zr={key:"DELETE",defaultText:"Delete"},Kr={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Select Combo Box"},Jr={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},Qr={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"Select"},ea={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},ta={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},ia={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},oa={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},ra={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},aa={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},na={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection Mode"},sa={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},la={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},_a={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},ua={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},da={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},ca={key:"LOAD_MORE_TEXT",defaultText:"More"},ha={key:"TEXTAREA_CHARACTERS_LEFT",defaultText:"{0} characters remaining"},pa={key:"TEXTAREA_CHARACTERS_EXCEEDED",defaultText:"{0} characters over limit"},ga={key:"TIMEPICKER_HOURS_LABEL",defaultText:"Hours"},ma={key:"TIMEPICKER_MINUTES_LABEL",defaultText:"Minutes"},va={key:"TIMEPICKER_SECONDS_LABEL",defaultText:"Seconds"},fa={key:"TIMEPICKER_SUBMIT_BUTTON",defaultText:"OK"},ba={key:"TIMEPICKER_CANCEL_BUTTON",defaultText:"Cancel"},ya={key:"TIMEPICKER_INPUT_DESCRIPTION",defaultText:"Time Input"},wa={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},ka={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},xa={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},Ca={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},Sa={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},Ta={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},Ba={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},$a={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},Ia={key:"CALENDAR_HEADER_NEXT_BUTTON",defaultText:"Next"},Da={key:"CALENDAR_HEADER_PREVIOUS_BUTTON",defaultText:"Previous"},Aa={key:"DAY_PICKER_WEEK_NUMBER_TEXT",defaultText:"Week Number"},Fa={key:"DAY_PICKER_NON_WORKING_DAY",defaultText:"Non-Working Day"},Ea={key:"DAY_PICKER_TODAY",defaultText:"Today"},Pa={key:"STEPINPUT_DEC_ICON_TITLE",defaultText:"Decrease"},Ma={key:"STEPINPUT_INC_ICON_TITLE",defaultText:"Increase"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var La={packageName:"@ui5/webcomponents",fileName:"themes/Button.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_button_base_min_width);height:var(--_ui5_button_base_height);line-height:normal;font-family:var(--_ui5_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5_button_text_shadow);border-radius:var(--_ui5_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):hover),:host(:not([hidden]).ui5_hovered){background:var(--sapButton_Hover_Background);box-shadow:var(--sapContent_Interaction_Shadow);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon{color:inherit;flex-shrink:0}:host([icon-end]) .ui5-button-root{flex-direction:row-reverse}:host([icon-end]) .ui5-button-icon{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([icon-only]) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not([icon-end])) .ui5-button-text{margin-inline-start:var(--_ui5_button_base_icon_margin)}:host([has-icon][icon-end]) .ui5-button-text{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:none}:host([has-icon]:not([icon-only])) .ui5-button-text{min-width:calc(var(--_ui5_button_base_min_width) - var(--_ui5_button_base_icon_margin) - 1rem)}:host([focused]) .ui5-button-root:after{content:"";position:absolute;box-sizing:border-box;left:.0625rem;top:.0625rem;right:.0625rem;bottom:.0625rem;border:var(--_ui5_button_focused_border);pointer-events:none;border-radius:var(--_ui5_button_focused_border_radius)}:host([design=Emphasized][focused]) .ui5-button-root:after{border-color:var(--_ui5_button_emphasized_focused_border_color)}:host([design=Emphasized][focused]) .ui5-button-root:before{content:"";position:absolute;box-sizing:border-box;left:.0625rem;top:.0625rem;right:.0625rem;bottom:.0625rem;border:var(--_ui5_button_emphasized_focused_border_before);pointer-events:none;border-radius:var(--_ui5_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design=Positive]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design=Positive]:not([active]):not([non-interactive]):not([_is-touch]).ui5_hovered),:host([design=Positive]:not([active]):not([non-interactive]):not([_is-touch]):hover){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);box-shadow:var(--sapContent_Positive_Shadow);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design=Positive][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design=Negative]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design=Negative]:not([active]):not([non-interactive]):not([_is-touch]).ui5_hovered),:host([design=Negative]:not([active]):not([non-interactive]):not([_is-touch]):hover){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);box-shadow:var(--sapContent_Negative_Shadow);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design=Negative][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design=Attention]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design=Attention]:not([active]):not([non-interactive]):not([_is-touch]).ui5_hovered),:host([design=Attention]:not([active]):not([non-interactive]):not([_is-touch]):hover){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor);box-shadow:var(--sapContent_Critical_Shadow)}:host([ui5-button][design=Attention][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design=Emphasized]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-weight:var(--_ui5_button_emphasized_font_weight)}:host([design=Emphasized]:not([active]):not([non-interactive]):not([_is-touch]).ui5_hovered),:host([design=Emphasized]:not([active]):not([non-interactive]):not([_is-touch]):hover){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor);box-shadow:none}:host([ui5-button][design=Empasized][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design=Emphasized][focused]) .ui5-button-root:after{border-color:var(--sapContent_ContrastFocusColor);outline:none}:host([design=Transparent]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design=Transparent]:not([active]):not([non-interactive]):not([_is-touch]).ui5_hovered),:host([design=Transparent]:not([active]):not([non-interactive]):not([_is-touch]):hover){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);box-shadow:var(--sapContent_Interaction_Shadow);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design=Transparent][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([pressed][focused]) .ui5-button-root:after,:host([ui5-segmented-button-item][active][focused]) .ui5-button-root:after{border-color:var(--_ui5_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][focused]:not(:last-child)) .ui5-button-root:after{border-top-right-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][focused]:not(:first-child)) .ui5-button-root:after{border-top-left-radius:var(--_ui5_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5_button_focused_inner_border_radius)}'};let za=!1,Na=null;const Oa={tag:"ui5-button",languageAware:!0,properties:{design:{type:kr,defaultValue:kr.Default},disabled:{type:Boolean},icon:{type:String},iconEnd:{type:Boolean},submits:{type:Boolean},tooltip:{type:String},active:{type:Boolean},iconOnly:{type:Boolean},focused:{type:Boolean},hasIcon:{type:Boolean},accessibleName:{type:String,defaultValue:void 0},accessibleNameRef:{type:String,defaultValue:""},accessibilityAttributes:{type:Object},nonInteractive:{type:Boolean},_iconSettings:{type:Object},_tabIndex:{type:String,defaultValue:"0",noAttribute:!0},_isTouch:{type:Boolean}},managedSlots:!0,slots:{default:{type:Node}},events:{click:{}}};class Ha extends Ht{static get metadata(){return Oa}static get styles(){return La}static get render(){return Wi}static get template(){return xr}static get dependencies(){return[Ur]}constructor(){super(),this._deactivate=()=>{Na&&(Na.active=!1)},za||(document.addEventListener("mouseup",this._deactivate),za=!0);this._ontouchstart={handleEvent:e=>{e.isMarked="button",this.nonInteractive||(this.active=!0)},passive:!0}}onEnterDOM(){this._isTouch=(br()||fr())&&!(fr()&&yr())}onBeforeRendering(){const e=z("FormSupport");this.submits&&!e&&console.warn('In order for the "submits" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";'),this.iconOnly=this.isIconOnly,this.hasIcon=!!this.icon}_onclick(e){if(this.nonInteractive)return;e.isMarked="button";const t=z("FormSupport");t&&this.submits&&t.triggerFormSubmit(this),vr()&&this.getDomRef().focus()}_onmousedown(e){this.nonInteractive||this._isTouch||(e.isMarked="button",this.active=!0,Na=this)}_ontouchend(e){this.active=!1,Na&&(Na.active=!1)}_onmouseup(e){e.isMarked="button"}_onkeydown(e){e.isMarked="button",(Xi(e)||Yi(e))&&(this.active=!0)}_onkeyup(e){(Xi(e)||Yi(e))&&(this.active=!1)}_onfocusout(e){this.nonInteractive||(this.active=!1,yr()&&(this.focused=!1))}_onfocusin(e){this.nonInteractive||(e.isMarked="button",yr()&&(this.focused=!0))}get hasButtonType(){return this.design!==kr.Default&&this.design!==kr.Transparent}get iconRole(){return this.icon?this.showIconTooltip?"img":"presentation":""}get isIconOnly(){return e=this,!(Array.from(e.childNodes).filter(e=>e.nodeType!==Node.COMMENT_NODE&&"default"===Ge(e)&&(e.nodeType!==Node.TEXT_NODE||0!==e.nodeValue.trim().length)).length>0);var e}static typeTextMappings(){return{Positive:jr,Negative:qr,Emphasized:Yr}}get buttonTypeText(){return Ha.i18nBundle.getText(Ha.typeTextMappings()[this.design])}get tabIndexValue(){const e=this.getAttribute("tabindex");return e||(this.nonInteractive?"-1":this._tabIndex)}get showIconTooltip(){return this.iconOnly&&!this.tooltip}get ariaLabelText(){return Io(this)}static async onDefine(){Ha.i18nBundle=await Qo("@ui5/webcomponents")}}Ha.define();const Ra={None:"None",Success:"Success",Warning:"Warning",Error:"Error",Information:"Information"};class Ua extends Re{static isValid(e){return!!Ra[e]}}Ua.generateTypeAccessors(Ra);const Va="M432 153q8 8 8 18v2q0 9-9 18L220 407q-8 8-18 8-12 0-21-9l-93-97q-8-7-8-18 0-12 9-21 7-7 18-7 12 0 21 9l75 76 191-197q7-7 18-7 13 0 20 9z";Fr("accept",{pathData:Va,ltr:!0,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Wa="M455.8 94q9 9 3 19l-222 326q-4 8-12 9t-14-5l-151-167q-5-5-4.5-11t5.5-11l25-25q12-12 23 0l96 96q5 5 13 4.5t12-8.5l175-249q4-7 11.5-8t13.5 4z";Fr("accept",{pathData:Wa,ltr:!0,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const ja={None:"None",Normal:"Normal"};class qa extends Re{static isValid(e){return!!ja[e]}}qa.generateTypeAccessors(ja);const Ya=(e,t,i)=>Ui`<label class="ui5-label-root" @click=${e._onclick} for="${Oi(e.for)}"><span class="${zi(e.classes.textWrapper)}"><bdi id="${Oi(e._id)}-bdi"><slot></slot></bdi></span><span aria-hidden="true" class="ui5-label-required-colon"></span></label>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Ga={packageName:"@ui5/webcomponents",fileName:"themes/Label.css",content:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host([wrapping-type=Normal]) .ui5-label-root{white-space:normal}:host(:not([wrapping-type=Normal])) .ui5-label-root{display:inline-block;white-space:nowrap}bdi{content:"";padding-right:.075rem}:host(:not([wrapping-type=Normal])) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;max-width:100%}:host(:not([wrapping-type=Normal])[required][show-colon]) .ui5-label-text-wrapper,:host(:not([wrapping-type=Normal])[required][show-colon]) .ui5-label-text-wrapper.ui5-label-text-wrapper-safari{max-width:calc(100% - .8rem)}:host(:not([wrapping-type=Normal])[required]) .ui5-label-text-wrapper{max-width:calc(100% - .475rem)}:host(:not([wrapping-type=Normal])[required]) .ui5-label-text-wrapper.ui5-label-text-wrapper-safari{max-width:calc(100% - .425rem)}:host(:not([wrapping-type=Normal])[show-colon]) .ui5-label-text-wrapper{max-width:calc(100% - .125rem)}:host([show-colon]) .ui5-label-required-colon{margin-left:-.05rem}:host([show-colon]) .ui5-label-required-colon:before{content:":"}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:1.25rem;font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}'};const Xa={tag:"ui5-label",properties:{required:{type:Boolean},wrappingType:{type:qa,defaultValue:qa.None},showColon:{type:Boolean},for:{type:String}},slots:{default:{type:Node}}};class Za extends Ht{static get metadata(){return Xa}static get render(){return Wi}static get template(){return Ya}static get styles(){return Ga}get classes(){return{textWrapper:{"ui5-label-text-wrapper":!0,"ui5-label-text-wrapper-safari":vr()}}}_onclick(){if(!this.for)return;const e=this.getRootNode().querySelector(`#${this.for}`);e&&e.focus()}}Za.define();const Ka=(e,t,i)=>Ui`<div class="ui5-checkbox-root ${zi(e.classes.main)}" role="checkbox" aria-checked="${Oi(e.ariaChecked)}" aria-readonly="${Oi(e.ariaReadonly)}" aria-disabled="${Oi(e.ariaDisabled)}" aria-label="${Oi(e.ariaLabelText)}" aria-labelledby="${Oi(e.ariaLabelledBy)}" aria-describedby="${Oi(e.ariaDescribedBy)}" aria-required="${Oi(e.required)}" tabindex="${Oi(e.tabIndex)}" @mousedown="${e._onmousedown}" @mouseup="${e._onmouseup}" @keydown="${e._onkeydown}" @keyup="${e._onkeyup}" @click="${e._onclick}" @focusout="${e._onfocusout}"><div id="${Oi(e._id)}-CbBg" class="ui5-checkbox-inner">${e.isCompletelyChecked?Ja(e,t,i):void 0}<input id="${Oi(e._id)}-CB" type='checkbox' ?checked="${e.checked}" ?readonly="${e.readonly}" ?disabled="${e.disabled}" tabindex="-1" aria-hidden="true" data-sap-no-tab-ref /></div>${e.text?Qa(e,t,i):void 0}${e.hasValueState?en(e):void 0}<slot name="formSupport"></slot></div>`,Ja=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} aria-hidden="true" name="accept" class="ui5-checkbox-icon"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon aria-hidden="true" name="accept" class="ui5-checkbox-icon"></ui5-icon>`,Qa=(e,t,i)=>i?Ui`<${ji("ui5-label",t,i)} id="${Oi(e._id)}-label" class="ui5-checkbox-label" wrapping-type="${Oi(e.wrappingType)}">${Oi(e.text)}</${ji("ui5-label",t,i)}>`:Ui`<ui5-label id="${Oi(e._id)}-label" class="ui5-checkbox-label" wrapping-type="${Oi(e.wrappingType)}">${Oi(e.text)}</ui5-label>`,en=(e,t,i)=>Ui`<span id="${Oi(e._id)}-descr" class="ui5-hidden-text">${Oi(e.valueStateText)}</span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var tn={packageName:"@ui5/webcomponents",fileName:"themes/CheckBox.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5_checkbox_border_radius);transition:var(--_ui5_checkbox_transition);cursor:pointer}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5_checkbox_disabled_label_color)}:host([readonly]:not([value-state=Warning]):not([value-state=Error])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5_checkbox_inner_readonly_border);color:var(--sapContent_NonInteractiveIconColor)}:host([wrapping-type=Normal][text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5_checkbox_root_side_padding);padding-bottom:var(--_ui5_checkbox_root_side_padding)}:host([wrapping-type=Normal][text]) .ui5-checkbox-root .ui5-checkbox-inner,:host([wrapping-type=Normal][text]) .ui5-checkbox-root .ui5-checkbox-label{margin-top:var(--_ui5_checkbox_wrapped_content_margin_top)}:host([wrapping-type=Normal][text]) .ui5-checkbox-root .ui5-checkbox-label{word-break:break-all;align-self:center}:host([wrapping-type=Normal]) .ui5-checkbox-root:focus:before{bottom:var(--_ui5_checkbox_wrapped_focus_left_top_bottom_position)}:host([value-state=Error]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host([value-state=Error]) .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state=Error]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{box-shadow:var(--_ui5_checkbox_inner_error_box_shadow);background:var(--_ui5_checkbox_inner_error_background_hover)}:host([value-state=Warning]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host([value-state=Warning]) .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5_checkbox_inner_warning_border);color:var(--_ui5_checkbox_inner_warning_color)}:host([value-state=Warning]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{box-shadow:var(--_ui5_checkbox_inner_warning_box_shadow);background:var(--_ui5_checkbox_inner_warning_background_hover)}:host([value-state=Information]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host([value-state=Information]) .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5_checkbox_inner_information_border);color:var(--_ui5_checkbox_inner_information_color)}:host([value-state=Information]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{box-shadow:var(--_ui5_checkbox_inner_information_box_shadow);background:var(--_ui5_checkbox_inner_information_background_hover)}:host([value-state=Success]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host([value-state=Success]) .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state=Success]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{box-shadow:var(--_ui5_checkbox_inner_success_box_shadow);background:var(--_ui5_checkbox_inner_success_background_hover)}:host(:not([value-state])) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host([value-state=None]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{box-shadow:var(--_ui5_checkbox_inner_default_box_shadow)}:host([value-state=Warning]) .ui5-checkbox-icon,:host([value-state=Warning][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5_checkbox_checkmark_warning_color)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before{inset-inline-end:0}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;width:100%;min-height:var(--_ui5_checkbox_width_height);min-width:var(--_ui5_checkbox_width_height);padding:0 var(--_ui5_checkbox_wrapper_padding);outline:none;transition:var(--_ui5_checkbox_transition);border:var(--_ui5_checkbox_default_focus_border);border-radius:var(--_ui5_checkbox_border_radius);box-sizing:border-box}.ui5-checkbox-root:focus:before{display:var(--_ui5_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5_checkbox_focus_position);inset-block:var(--_ui5_checkbox_focus_position);border:var(--_ui5_checkbox_focus_outline);border-radius:var(--_ui5_checkbox_focus_border_radius)}:host .ui5-checkbox-root:focus{border:var(--_ui5_checkbox_focus_border);border-radius:.5rem}:host(:hover:not([disabled])){background:var(--_ui5_checkbox_outer_hover_background);box-shadow:var(--_ui5_checkbox_box_shadow)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host(:not([active]):not([checked])[value-state=None]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover,:host(:not([active])[checked][value-state=None]) .ui5-checkbox--hoverable .ui5-checkbox-inner:hover{background:var(--_ui5_checkbox_hover_background);border-color:var(--_ui5_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state=None]) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state=None]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_active_border_color);background-color:var(--_ui5_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state=None]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5_checkbox_inner_selected_border_color)}.ui5-checkbox-inner{min-width:var(--_ui5_checkbox_inner_width_height);max-width:var(--_ui5_checkbox_inner_width_height);height:var(--_ui5_checkbox_inner_width_height);max-height:var(--_ui5_checkbox_inner_width_height);border:var(--_ui5_checkbox_inner_border);border-radius:var(--_ui5_checkbox_inner_border_radius);background:var(--_ui5_checkbox_inner_background);color:var(--_ui5_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5_checkbox_partially_icon_size);height:var(--_ui5_checkbox_partially_icon_size)}.ui5-checkbox-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;user-select:none;-webkit-user-select:none;color:var(--_ui5_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5_checkbox_icon_size);height:var(--_ui5_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}'};let on=!1,rn=null;const an={tag:"ui5-checkbox",languageAware:!0,properties:{accessibleNameRef:{type:String,defaultValue:""},accessibleName:{type:String},disabled:{type:Boolean},readonly:{type:Boolean},required:{type:Boolean},indeterminate:{type:Boolean},checked:{type:Boolean},text:{type:String},valueState:{type:Ua,defaultValue:Ua.None},wrappingType:{type:qa,defaultValue:qa.None},name:{type:String},active:{type:Boolean}},events:{change:{}},slots:{formSupport:{type:HTMLElement}}};class nn extends Ht{static get metadata(){return an}static get render(){return Wi}static get template(){return Ka}static get styles(){return tn}constructor(){super(),this._deactivate=()=>{rn&&(rn.active=!1)},on||(document.addEventListener("mouseup",this._deactivate),on=!0)}onBeforeRendering(){this._enableFormSupport()}_enableFormSupport(){const e=z("FormSupport");e?e.syncNativeHiddenInput(this,(e,t)=>{t.disabled=e.disabled||!e.checked,t.value=e.checked?"on":""}):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,rn=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){Xi(e)&&(e.preventDefault(),this.active=!0),Yi(e)&&(this.toggle(),this.active=!0)}_onkeyup(e){Xi(e)&&this.toggle(),this.active=!1}toggle(){return this.canToggle()&&(this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked,this.fireEvent("change"),this.fireEvent("value-changed")),this}canToggle(){return!(this.disabled||this.readonly)}valueStateTextMappings(){return{Error:nn.i18nBundle.getText(Sa),Warning:nn.i18nBundle.getText(Ta),Success:nn.i18nBundle.getText($a)}}get ariaLabelText(){return Io(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&yr()}}}get ariaReadonly(){return this.readonly?"true":void 0}get ariaDisabled(){return this.disabled?"true":void 0}get ariaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==Ua.None}get valueStateText(){return this.valueStateTextMappings()[this.valueState]}get tabIndex(){const e=this.getAttribute("tabindex");return this.disabled?void 0:e||"0"}get isCompletelyChecked(){return this.checked&&!this.indeterminate}static get dependencies(){return[Za,Ur]}static async onDefine(){nn.i18nBundle=await Qo("@ui5/webcomponents")}}let sn;nn.define();const ln=new Map,_n=()=>(sn||(sn=new window.ResizeObserver(e=>{e.forEach(e=>{ln.get(e.target).forEach(e=>e())})})),sn);class un{static register(e,t){e.isUI5Element&&(e=e.getDomRef()),e instanceof HTMLElement?((e,t)=>{const i=ln.get(e)||[];i.length||_n().observe(e),ln.set(e,[...i,t])})(e,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){e.isUI5Element&&(e=e.getDomRef()),e instanceof HTMLElement?((e,t)=>{const i=ln.get(e)||[];if(0===i.length)return;const o=i.filter(e=>e!==t);0===o.length?(_n().unobserve(e),ln.delete(e)):ln.set(e,o)})(e,t):console.warn("Cannot deregister ResizeHandler for element",e)}}class dn extends Re{static isValid(e){return Number.isInteger(e)}static attributeToProperty(e){return parseInt(e)}}const cn={key:"ICON_ADD",defaultText:"Add"},hn={key:"ICON_DECLINE",defaultText:"Decline"},pn={key:"ICON_ERROR",defaultText:"Error"},gn="M292 256l117 117q7 7 7 18t-7 18-19 7q-11 0-18-7L256 293 140 409q-7 7-18 7-12 0-19-7t-7-18 7-18l117-117-117-116q-7-7-7-18t7-18q8-8 19-8 10 0 18 8l116 116 116-116q8-8 18-8 11 0 19 8 7 7 7 18t-7 18z";Fr("decline",{pathData:gn,ltr:!1,accData:hn,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const mn="M86 109l22-23q5-5 12-5 6 0 11 5l124 125L380 86q5-5 11-5 7 0 12 5l22 23q12 11 0 23L301 256l124 125q11 11 0 22l-22 23q-8 5-12 5-3 0-11-5L255 301 131 426q-5 5-11 5-4 0-12-5l-22-23q-11-11 0-22l124-125L86 132q-12-12 0-23z";Fr("decline",{pathData:mn,ltr:!1,accData:hn,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const vn="M499 88q8 7 8 18 0 12-8 19L126 504q-8 8-19 8H27q-12 0-19.5-7.5T0 485v-80q0-10 8-18L382 8q7-8 18-8 12 0 19 8zm-56 18l-43-42-42 42 42 43zm-80 80l-43-42L64 405l43 43zm141 252q8 8 8 18 0 8-8 18-7 7-18 7t-18-7l-33-34-33 34q-7 7-18 7t-18-7q-8-10-8-18 0-10 8-18l33-33-33-34q-8-8-8-17 0-10 8-18t18-8 18 8l33 33 33-33q8-8 18-8t18 8 8 18q0 9-8 17l-33 34z";Fr("not-editable",{pathData:vn,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const fn="M443 104q5 7 5 12 0 6-5 11L118 453q-4 4-8 4L0 480l22-110q0-5 4-9L352 36q4-4 11-4t11 4zm-121 99l-46-45L52 381l46 46zm87-88l-46-44-64 64 45 45zm71 204l-63 64-65-64-33 32 66 63-66 66 33 32 65-66 63 66 32-32-66-66 66-63z";Fr("not-editable",{pathData:fn,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const bn="M375 183q9-11 9-23 0-13-9-23-10-9-23-9-12 0-23 9l-73 74-73-74q-10-9-23-9-12 0-23 9-9 10-9 23 0 12 9 23l74 73-74 73q-9 10-9 23 0 12 9 23 11 9 23 9 13 0 23-9l73-74 73 74q11 9 23 9 13 0 23-9 9-11 9-23 0-13-9-23l-74-73zM256 512q-53 0-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0t99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20z";Fr("error",{pathData:bn,ltr:!1,accData:pn,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const yn="M512 256q0 53-20.5 100t-55 81.5-81 54.5-99.5 20-100-20.5-81.5-55T20 355 0 256q0-54 20-100.5t55-81T156.5 20 256 0t99.5 20T437 75t55 81.5 20 99.5zM399 364q6-6 0-12l-86-86q-6-6 0-12l81-81q6-6 0-12l-37-37q-2-2-6-2t-6 2l-83 82q-1 3-6 3-3 0-6-3l-84-83q-1-2-6-2-4 0-6 2l-37 37q-6 6 0 12l83 82q6 6 0 12l-83 82q-2 2-2.5 6t2.5 6l36 37q4 2 6 2 4 0 6-2l85-84q2-2 6-2t6 2l88 88q4 2 6 2t6-2z";Fr("error",{pathData:yn,ltr:!1,accData:pn,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const wn="M200 34q9-17 24-25.5T256 0t32 8.5T312 34l192 353q8 13 8 30 0 25-18 44.5T448 481H64q-28 0-46-19.5T0 417q0-17 8-30zm88 119q0-13-9-22.5t-23-9.5-23 9.5-9 22.5v128q0 14 9 23.5t23 9.5 23-9.5 9-23.5V153zm6 238q0-16-11-27t-27-11-27 11-11 27q0 17 11 28t27 11 27-11 11-28z";Fr("alert",{pathData:wn,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const kn="M501 374q5 10 7.5 19.5T512 412v5q0 31-23 47.5T439 481H74q-13 0-26-4.5T24.5 464t-17-20T1 417q-1-13 3-22.5t9-20.5L198 38q24-38 61-38t59 38zM257 127q-13 0-23.5 8T223 161q1 7 3 23 2 14 3.5 37t3.5 61q0 11 7.5 16t15.5 5q22 0 24-21l2-36 9-85q0-18-10.5-26t-23.5-8zm0 299q20 0 31.5-12t11.5-32q0-19-11.5-31T257 339t-31.5 12-11.5 31q0 20 11.5 32t31.5 12z";Fr("alert",{pathData:kn,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const xn="M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zM128 256q-14 0-23 9t-9 23q0 12 9 23l64 64q11 9 23 9 13 0 23-9l192-192q9-11 9-23 0-13-9.5-22.5T384 128q-12 0-23 9L192 307l-41-42q-10-9-23-9z";Fr("sys-enter-2",{pathData:xn,ltr:!0,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Cn="M512 256q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256t20.5-100 55-81.5T157 20t99-20q53 0 100 20t81.5 54.5T492 156t20 100zm-118-87q4-8-1-13l-36-36q-3-4-8-4t-8 5L237 294q-3 1-4 0l-70-52q-4-3-7-3t-4.5 2-2.5 3l-29 41q-6 8 2 14l113 95q2 2 7 2t8-4z";Fr("sys-enter-2",{pathData:Cn,ltr:!0,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Sn="M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm38 140q0-16-11-27.5T256 101t-27 11.5-11 27.5 11 27 27 11 27-11 11-27zm-6 110q0-14-9-23t-23-9-23 9-9 23v128q0 13 9 22.5t23 9.5 23-9.5 9-22.5V250z";Fr("information",{pathData:Sn,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Tn="M0 256q0-53 20.5-100t55-81.5T157 20t99-20q54 0 100.5 20t81 55 54.5 81.5 20 99.5q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256zm192 112v33h128v-33h-32V215q0-6-7-6h-88v31h32v128h-33zm34-201q14 11 30 11 17 0 29.5-11.5T298 138q0-19-13-31-12-12-29-12-19 0-30.5 12.5T214 138q0 17 12 29z";Fr("information",{pathData:Tn,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Bn={Text:"Text",Email:"Email",Number:"Number",Password:"Password",Tel:"Tel",URL:"URL"};class $n extends Re{static isValid(e){return!!Bn[e]}}$n.generateTypeAccessors(Bn);const In=(e,t,i)=>Math.min(Math.max(e,t),i),Dn=e=>"SLOT"!==e.nodeName&&(e.offsetWidth<=0&&e.offsetHeight<=0||e.style&&"hidden"===e.style.visibility),An=/^(?:a|area)$/i,Fn=/^(?:input|select|textarea|button)$/i,En=e=>{if(e.disabled)return!1;const t=e.getAttribute("tabindex");return null!=t?parseInt(t)>=0:Fn.test(e.nodeName)||An.test(e.nodeName)&&e.href},Pn=e=>e.hasAttribute("data-ui5-focus-trap"),Mn=async(e,t)=>!e||Dn(e)?null:Ln(e,!0,t),Ln=async(e,t,i)=>{let o,r;if(e.shadowRoot)o=t?e.shadowRoot.firstChild:e.shadowRoot.lastChild;else if(e.assignedNodes&&e.assignedNodes()){const i=e.assignedNodes();o=t?i[0]:i[i.length-1]}else o=i?e:t?e.firstElementChild:e.lastElementChild;for(;o;){const e=o;if(o.isUI5Element&&(o=await o.getFocusDomRefAsync()),!o)return null;if(1===o.nodeType&&((a=o).hasAttribute("data-ui5-focus-redirect")||!Dn(a))&&!Pn(o)){if(En(o))return o&&"function"==typeof o.focus?o:null;if(r=await Ln(o,t),r)return r&&"function"==typeof r.focus?r:null}o=t?e.nextSibling:e.previousSibling}var a;return null},zn=()=>document.body.classList.contains("ui5-content-native-scrollbars"),Nn={},On={RANGE_4STEPS:"4Step"},Hn=(e,t=window.innerWidth)=>{const i=Nn[e];let o=0;if(!i)return null;for(;o<i.borders.length;o++)if(t<i.borders[o])return i.names[o];return i.names[o]};((e,t,i)=>{Nn[e]={borders:t,names:i}})(On.RANGE_4STEPS,[600,1024,1440],["S","M","L","XL"]);const Rn=(e,t,i)=>Ui`<section style="${Ni(e.styles.root)}" class="${zi(e.classes.root)}" role="${Oi(e._role)}" aria-modal="${Oi(e._ariaModal)}" aria-label="${Oi(e._ariaLabel)}" aria-labelledby="${Oi(e._ariaLabelledBy)}" @keydown=${e._onkeydown} @focusout=${e._onfocusout} @mouseup=${e._onmouseup} @mousedown=${e._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToLast}></span><div style="${Ni(e.styles.content)}" class="${zi(e.classes.content)}" @scroll="${e._scroll}" part="content"><slot></slot></div><span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToFirst}></span></section> `,Un=(e,t,i)=>Ui`<div class="ui5-block-layer" ?hidden=${e._blockLayerHidden} tabindex="0" style="${Ni(e.styles.blockLayer)}" @keydown="${e._preventBlockLayerFocus}" @mousedown="${e._preventBlockLayerFocus}"></div>`;let Vn=[];const Wn=(e,t=[])=>{Vn.includes(e)||Vn.push({instance:e,parentPopovers:t}),1===Vn.length&&Yn()},jn=e=>{Vn=Vn.filter(t=>t.instance!==e),Vn.length||Gn()},qn=e=>{Vn.length&&_o(e)&&Vn[Vn.length-1].instance.close(!0)},Yn=()=>{document.addEventListener("keydown",qn)},Gn=()=>{document.removeEventListener("keydown",qn)};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Xn={packageName:"@ui5/webcomponents",fileName:"themes/Popup.css",content:":host{min-width:1px;display:none;position:fixed}"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Zn={packageName:"@ui5/webcomponents",fileName:"themes/PopupStaticAreaStyles.css",content:".ui5-block-layer{display:none;position:fixed;background-color:var(--sapBlockLayer_Background);opacity:.6;top:-500px;left:-500px;right:-500px;bottom:-500px;outline:none;pointer-events:all;z-index:-1}.ui5-block-layer:not([hidden]){display:inline-block}"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Kn={packageName:"@ui5/webcomponents",fileName:"themes/PopupGlobal.css",content:".ui5-popup-scroll-blocker{overflow:hidden}"};const Jn={managedSlots:!0,slots:{default:{type:HTMLElement,propertyName:"content"}},properties:{initialFocus:{type:String},preventFocusRestore:{type:Boolean},open:{type:Boolean},opened:{type:Boolean,noAttribute:!0},accessibleName:{type:String,defaultValue:void 0},accessibleNameRef:{type:String,defaultValue:""},mediaRange:{type:String},_disableInitialFocus:{type:Boolean},_blockLayerHidden:{type:Boolean}},events:{"before-open":{},"after-open":{},"before-close":{detail:{escPressed:{type:Boolean}}},"after-close":{},scroll:{}}};he("data-ui5-popup-scroll-blocker")||ce(Kn,"data-ui5-popup-scroll-blocker");const Qn=new Set;class es extends Ht{constructor(){super(),this._resizeHandler=this._resize.bind(this)}static get metadata(){return Jn}static get render(){return Wi}static get styles(){return Xn}static get template(){return Rn}static get staticAreaTemplate(){return Un}static get staticAreaStyles(){return Zn}onEnterDOM(){this.isOpen()||(this._blockLayerHidden=!0),un.register(this,this._resizeHandler)}onExitDOM(){this.isOpen()&&(es.unblockPageScrolling(this),this._removeOpenedPopup()),un.deregister(this,this._resizeHandler)}get _displayProp(){return"block"}_resize(){this.mediaRange=Hn(On.RANGE_4STEPS,this.getDomRef().offsetWidth)}_preventBlockLayerFocus(e){e.preventDefault()}static blockPageScrolling(e){Qn.add(e),1===Qn.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(e){Qn.delete(e),0===Qn.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(e){this.fireEvent("scroll",{scrollTop:e.target.scrollTop,targetRef:e.target})}_onkeydown(e){const t=e.target===this._root&&co(e),i=Yi(e)&&!this.isOpen();(t||i)&&e.preventDefault()}_onfocusout(e){e.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(e){this._root.removeAttribute("tabindex"),this.shadowRoot.contains(e.target)?this._shouldFocusRoot=!0:this._shouldFocusRoot=!1}_onmouseup(){this._root.tabIndex=-1,this._shouldFocusRoot&&(or&&this._root.focus(),this._shouldFocusRoot=!1)}async forwardToFirst(){const e=await Mn(this);e?e.focus():this._root.focus()}async forwardToLast(){const e=await(async(e,t)=>!e||Dn(e)?null:Ln(e,!1,t))(this);e?e.focus():this._root.focus()}async applyInitialFocus(){await this.applyFocus()}async applyFocus(){await this._waitForDomRef();const e=this.getRootNode().getElementById(this.initialFocus)||document.getElementById(this.initialFocus)||await Mn(this)||this._root;e&&(e===this._root&&(e.tabIndex=-1),e.focus())}isOpen(){return this.opened}isFocusWithin(){return(e=>{const t=Te();return!!t&&Be(e,t)})(this.shadowRoot.querySelector(".ui5-popup-root"))}async _open(e){!this.fireEvent("before-open",{},!0,!1)||(this.isModal&&!this.shouldHideBackdrop&&(this.getStaticAreaItemDomRef(),this._blockLayerHidden=!1,es.blockPageScrolling(this)),this._zIndex=De(),this.style.zIndex=this._zIndex,this._focusedElementBeforeOpen=Te(),this._show(),this._disableInitialFocus||e||this.applyInitialFocus(),this._addOpenedPopup(),this.opened=!0,this.open=!0,await B(),this.fireEvent("after-open",{},!1,!1))}_addOpenedPopup(){Wn(this)}close(e=!1,t=!1,i=!1){if(!this.opened)return;!this.fireEvent("before-close",{escPressed:e},!0,!1)||(this.isModal&&(this._blockLayerHidden=!0,es.unblockPageScrolling(this)),this.hide(),this.opened=!1,this.open=!1,t||this._removeOpenedPopup(),this.preventFocusRestore||i||this.resetFocus(),this.fireEvent("after-close",{},!1,!1))}_removeOpenedPopup(){jn(this)}resetFocus(){this._focusedElementBeforeOpen&&(this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null)}_show(){this.style.display=this._displayProp}hide(){this.style.display="none"}get isModal(){}get shouldHideBackdrop(){}get _ariaLabelledBy(){}get _ariaModal(){}get _ariaLabel(){return Io(this)}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return"dialog"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{},blockLayer:{zIndex:this._zIndex-1}}}get classes(){return{root:{"ui5-popup-root":!0,"ui5-content-native-scrollbars":zn()},content:{"ui5-popup-content":!0}}}}const ts={Left:"Left",Right:"Right",Top:"Top",Bottom:"Bottom"};class is extends Re{static isValid(e){return!!ts[e]}}is.generateTypeAccessors(ts);const os={Center:"Center",Top:"Top",Bottom:"Bottom",Stretch:"Stretch"};class rs extends Re{static isValid(e){return!!os[e]}}rs.generateTypeAccessors(os);const as={Center:"Center",Left:"Left",Right:"Right",Stretch:"Stretch"};class ns extends Re{static isValid(e){return!!as[e]}}ns.generateTypeAccessors(as);let ss=null;const ls=[],_s=e=>{ls.forEach(e=>{e.instance.reposition()})},us=e=>{const t=[...Vn],i=t[t.length-1].instance.showAt;if(0!==t.length&&i)for(let i=t.length-1;-1!==i;i--){const o=t[i].instance;if(o.isModal||o.isOpenerClicked(e))return;if($e(e,o.getBoundingClientRect()))break;o.close()}},ds=e=>{const t=hs(e);var i;Wn(e,t),ls.push({instance:e,parentPopovers:t}),(i=e)&&i.shadowRoot.addEventListener("scroll",_s,!0),1===ls.length&&(document.body.addEventListener("scroll",_s,!0),document.addEventListener("mousedown",us),ss=setInterval(()=>{_s()},300))},cs=e=>{const t=[e];for(let i=0;i<ls.length;i++){const o=ls[i].parentPopovers.indexOf(e);ls[i].parentPopovers.length>0&&o>-1&&t.push(ls[i].instance)}for(let e=t.length-1;e>=0;e--)for(let o=0;o<ls.length;o++){let r;if(t[e]===ls[o].instance&&(r=o),r>=0){jn(ls[r].instance),(i=ls[r].instance)&&i.shadowRoot.removeEventListener("scroll",_s),ls.splice(r,1)[0].instance.close(!1,!0)}}var i;ls.length||(document.body.removeEventListener("scroll",_s,!0),document.removeEventListener("mousedown",us),clearInterval(ss))},hs=e=>{let t=e.parentNode;const i=[];for(;t.parentNode;){for(let e=0;e<ls.length;e++)t&&t===ls[e].instance&&i.push(t);t=t.parentNode}return i},ps=(e,t,i)=>Ui`<section style="${Ni(e.styles.root)}" class="${zi(e.classes.root)}" role="${Oi(e._role)}" aria-modal="${Oi(e._ariaModal)}" aria-label="${Oi(e._ariaLabel)}" aria-labelledby="${Oi(e._ariaLabelledBy)}" @keydown=${e._onkeydown} @focusout=${e._onfocusout} @mouseup=${e._onmouseup} @mousedown=${e._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToLast}></span><span class="ui5-popover-arrow" style="${Ni(e.styles.arrow)}"></span>${e._displayHeader?gs(e):void 0}<div style="${Ni(e.styles.content)}" class="${zi(e.classes.content)}" @scroll="${e._scroll}" part="content"><slot></slot></div>${e._displayFooter?fs(e):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToFirst}></span></section> `,gs=(e,t,i)=>Ui`<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${e.header.length?ms():vs(e)}</header>`,ms=(e,t,i)=>Ui`<slot name="header"></slot>`,vs=(e,t,i)=>Ui`<h2 class="ui5-popup-header-text">${Oi(e.headerText)}</h2>`,fs=(e,t,i)=>Ui`${e.footer.length?bs():void 0}`,bs=(e,t,i)=>Ui`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var ys={packageName:"@ui5/webcomponents",fileName:"themes/BrowserScrollbar.css",content:":not(.ui5-content-native-scrollbars) ::-webkit-scrollbar:horizontal{height:var(--sapScrollBar_Dimension)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar:vertical{width:var(--sapScrollBar_Dimension)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor);border-left:var(--browser_scrollbar_border)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-thumb{border-radius:var(--browser_scrollbar_border_radius);background-color:var(--sapScrollBar_FaceColor)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-thumb:hover{background-color:var(--sapScrollBar_Hover_FaceColor)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-corner{background-color:var(--sapScrollBar_TrackColor)}"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var ws={packageName:"@ui5/webcomponents",fileName:"themes/PopupsCommon.css",content:':host{display:none;position:fixed;background:var(--sapGroup_ContentBackground);box-shadow:var(--sapContent_Shadow2);border-radius:var(--_ui5_popup_border_radius);min-height:2rem;box-sizing:border-box}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;outline:none}.ui5-popup-root .ui5-popup-header-root{color:var(--sapPageHeader_TextColor);box-shadow:var(--sapContent_HeaderShadow);margin-bottom:.125rem}.ui5-popup-content{color:var(--sapTextColor)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-footer-root,.ui5-popup-header-root,:host([header-text]) .ui5-popup-header-text{margin:0;font-size:1rem;font-family:"72override",var(--_ui5_popup_header_font_family);display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--_ui5_popup_header_font_weight)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{text-align:center;min-height:var(--_ui5_popup_default_header_height);max-height:var(--_ui5_popup_default_header_height);line-height:var(--_ui5_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([disable-scrolling]) .ui5-popup-content{overflow:hidden}:host([media-range=S]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_s)}:host([media-range=L]) .ui5-popup-content,:host([media-range=M]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_m_l)}:host([media-range=XL]) .ui5-popup-content{padding:1rem var(--_ui5_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range=S]) .ui5-popup-footer-root,:host([media-range=S]) .ui5-popup-header-root{padding-left:var(--_ui5_popup_header_footer_padding_s);padding-right:var(--_ui5_popup_header_footer_padding_s)}:host([media-range=L]) .ui5-popup-footer-root,:host([media-range=L]) .ui5-popup-header-root,:host([media-range=M]) .ui5-popup-footer-root,:host([media-range=M]) .ui5-popup-header-root{padding-left:var(--_ui5_popup_header_footer_padding_m_l);padding-right:var(--_ui5_popup_header_footer_padding_m_l)}:host([media-range=XL]) .ui5-popup-footer-root,:host([media-range=XL]) .ui5-popup-header-root{padding-left:var(--_ui5_popup_header_footer_padding_xl);padding-right:var(--_ui5_popup_header_footer_padding_xl)}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var ks={packageName:"@ui5/webcomponents",fileName:"themes/Popover.css",content:'.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--sapGroup_ContentBackground);box-shadow:var(--sapContent_Shadow3);transform:rotate(-45deg)}:host{max-width:calc(100% - var(--_ui5_popup_viewport_margin)*2)}:host([opened][actual-placement-type=Top]){margin-top:var(--_ui5-popover-margin-bottom)}:host([opened][actual-placement-type=Bottom]){margin-top:var(--_ui5-popover-margin-top)}:host([actual-placement-type=Bottom]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5625rem}:host([actual-placement-type=Bottom]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_upward_arrow_margin)}:host([actual-placement-type=Left]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement-type=Left]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_right_arrow_margin)}:host([actual-placement-type=Top]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement-type=Top]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_downward_arrow_margin)}:host(:not([actual-placement-type])) .ui5-popover-arrow,:host([actual-placement-type=Right]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement-type])) .ui5-popover-arrow:after,:host([actual-placement-type=Right]) .ui5-popover-arrow:after{margin:var(--_ui5_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}'};const xs={tag:"ui5-popover",properties:{headerText:{type:String},placementType:{type:is,defaultValue:is.Right},horizontalAlign:{type:ns,defaultValue:ns.Center},verticalAlign:{type:rs,defaultValue:rs.Center},modal:{type:Boolean},hideBackdrop:{type:Boolean},hideArrow:{type:Boolean},allowTargetOverlap:{type:Boolean},opener:{type:class extends Re{static isValid(e){return"string"==typeof e||e instanceof HTMLElement}static propertyToAttribute(e){return e instanceof HTMLElement?null:e}}},disableScrolling:{type:Boolean},arrowTranslateX:{type:dn,defaultValue:0,noAttribute:!0},arrowTranslateY:{type:dn,defaultValue:0,noAttribute:!0},actualPlacementType:{type:is,defaultValue:is.Right},_maxHeight:{type:dn,noAttribute:!0},_maxWidth:{type:dn,noAttribute:!0}},managedSlots:!0,slots:{header:{type:HTMLElement},footer:{type:HTMLElement}},events:{}};class Cs extends es{constructor(){super()}static get metadata(){return xs}static get styles(){return[ys,ws,ks]}static get template(){return ps}static get VIEWPORT_MARGIN(){return 10}onAfterRendering(){if(!this.isOpen()&&this.open){const e=this.opener instanceof HTMLElement?this.opener:this.getRootNode().getElementById(this.opener);if(!e)return void console.warn("Valid opener id is required.");this.showAt(e)}else this.isOpen()&&!this.open&&this.close()}isOpenerClicked(e){const t=e.target;return t===this._opener||t.getFocusDomRef&&t.getFocusDomRef()===this._opener||e.composedPath().indexOf(this._opener)>-1}async showAt(e,t=!1){e&&!this.opened&&(this._opener=e,this._openerRect=e.getBoundingClientRect(),await super._open(t))}_addOpenedPopup(){ds(this)}_removeOpenedPopup(){cs(this)}shouldCloseDueToOverflow(e,t){const i={Right:t.right,Left:t.left,Top:t.top,Bottom:t.bottom},o=Ie(this._opener);let r=!1,a=!1;if(o.showAt){const e=o.contentDOM.getBoundingClientRect();r=t.top>e.top+e.height,a=t.top+t.height<e.top}return i[e]<0||i[e]+32>o.innerHeight||r||a}shouldCloseDueToNoOpener(e){return 0===e.top&&0===e.bottom&&0===e.left&&0===e.right}isOpenerOutsideViewport(e){return e.bottom<0||e.top>window.innerHeight||e.right<0||e.left>window.innerWidth}_resize(){super._resize(),this.opened&&this.reposition()}reposition(){this._show()}_show(){let e;const t=this.getPopoverSize();if(0===t.width||0===t.height)return;this.isOpen()&&(this._openerRect=this._opener.getBoundingClientRect()),e=this.shouldCloseDueToNoOpener(this._openerRect)&&this.isFocusWithin()?this._oldPlacement:this.calcPlacement(this._openerRect,t);const i=this.horizontalAlign===ns.Stretch;if(this._preventRepositionAndClose||this.isOpenerOutsideViewport(this._openerRect))return this.close();this._oldPlacement=e,this.actualPlacementType=e.placementType;let o=In(this._left,Cs.VIEWPORT_MARGIN,document.documentElement.clientWidth-t.width-Cs.VIEWPORT_MARGIN);this.actualPlacementType===is.Right&&(o=Math.max(o,this._left));let r=In(this._top,Cs.VIEWPORT_MARGIN,document.documentElement.clientHeight-t.height-Cs.VIEWPORT_MARGIN);this.actualPlacementType===is.Bottom&&(r=Math.max(r,this._top)),this.arrowTranslateX=e.arrow.x,this.arrowTranslateY=e.arrow.y,r=this._adjustForIOSKeyboard(r),Object.assign(this.style,{top:`${r}px`,left:`${o}px`}),super._show(),i&&this._width&&(this.style.width=this._width)}_adjustForIOSKeyboard(e){if(!sr)return e;const t=Math.ceil(this.getBoundingClientRect().top);return e+(Number.parseInt(this.style.top||"0")-t)}getPopoverSize(){this.opened||Object.assign(this.style,{display:"block",top:"-10000px",left:"-10000px"});const e=this.getBoundingClientRect();return{width:e.width,height:e.height}}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}calcPlacement(e,t){let i=0,o=0;const r=this.allowTargetOverlap,a=document.documentElement.clientWidth,n=document.documentElement.clientHeight;let s=n,l=a;const _=this.getActualPlacementType(e,t);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(e)||this.shouldCloseDueToOverflow(_,e);const u=_===is.Top||_===is.Bottom;this.horizontalAlign===ns.Stretch&&u?(t.width=e.width,this._width=`${e.width}px`):this.verticalAlign!==rs.Stretch||u||(t.height=e.height);const d=this.hideArrow?0:8;switch(_){case is.Top:i=this.getVerticalLeft(e,t),o=Math.max(e.top-t.height-d,0),r||(s=e.top-d);break;case is.Bottom:i=this.getVerticalLeft(e,t),o=e.bottom+d,r?o=Math.max(Math.min(o,n-t.height),0):s=n-e.bottom-d;break;case is.Left:i=Math.max(e.left-t.width-d,0),o=this.getHorizontalTop(e,t),r||(l=e.left-d);break;case is.Right:i=e.left+e.width+d,o=this.getHorizontalTop(e,t),r?i=Math.max(Math.min(i,a-t.width),0):l=a-e.right-d}u?t.width>a||i<0?i=0:i+t.width>a&&(i-=i+t.width-a):t.height>n||o<0?o=0:o+t.height>n&&(o-=o+t.height-n),this._maxHeight=Math.round(s-Cs.VIEWPORT_MARGIN),this._maxWidth=Math.round(l-Cs.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-i)>1.5)&&(this._left=Math.round(i)),(void 0===this._top||Math.abs(this._top-o)>1.5)&&(this._top=Math.round(o));const c=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius"));return{arrow:this.getArrowPosition(e,t,i,o,u,c),top:this._top,left:this._left,placementType:_}}getArrowPosition(e,{width:t,height:i},o,r,a,n){let s=this.horizontalAlign===ns.Center||this.horizontalAlign===ns.Stretch;this.horizontalAlign===ns.Right&&o<=e.left&&(s=!0),this.horizontalAlign===ns.Left&&o+t>=e.left+e.width&&(s=!0);let l=0;a&&s&&(l=e.left+e.width/2-o-t/2);let _=0;a||(_=e.top+e.height/2-r-i/2);const u=i/2-n-4;_=In(_,-u,u);const d=t/2-n-4;return l=In(l,-d,d),{x:Math.round(l),y:Math.round(_)}}fallbackPlacement(e,t,i,o){return i.left>o.width?is.Left:e-i.right>i.left?is.Right:t-i.bottom>o.height?is.Bottom:t-i.bottom<i.top?is.Top:void 0}getActualPlacementType(e,t){const i=this.placementType;let o=i;const r=document.documentElement.clientWidth,a=document.documentElement.clientHeight;switch(i){case is.Top:e.top<t.height&&e.top<a-e.bottom&&(o=is.Bottom);break;case is.Bottom:a-e.bottom<t.height&&a-e.bottom<e.top&&(o=is.Top);break;case is.Left:e.left<t.width&&(o=this.fallbackPlacement(r,a,e,t)||i);break;case is.Right:r-e.right<t.width&&(o=this.fallbackPlacement(r,a,e,t)||i)}return o}getVerticalLeft(e,t){let i;switch(this.horizontalAlign){case ns.Center:case ns.Stretch:i=e.left-(t.width-e.width)/2;break;case ns.Left:i=e.left;break;case ns.Right:i=e.right-t.width}return i}getHorizontalTop(e,t){let i;switch(this.verticalAlign){case rs.Center:case rs.Stretch:i=e.top-(t.height-e.height)/2;break;case rs.Top:i=e.top;break;case rs.Bottom:i=e.bottom-t.height}return i}get isModal(){return this.modal}get shouldHideBackdrop(){return this.hideBackdrop}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get _ariaModal(){return!0}get styles(){return{...super.styles,root:{"max-height":`${this._maxHeight}px`,"max-width":`${this._maxWidth}px`},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const e=super.classes;return e.root["ui5-popover-root"]=!0,e}get _displayHeader(){return this.header.length||this.headerText}get _displayFooter(){return!0}}Cs.define();const Ss=(e,t,i)=>Ui`<div class="ui5-input-root ui5-input-focusable-element" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}"><div class="ui5-input-content"><input id="${Oi(e._id)}-inner" class="ui5-input-inner" style="${Ni(e.styles.innerInput)}" type="${Oi(e.inputType)}" inner-input ?inner-input-with-icon="${e.icon.length}" ?disabled="${e.disabled}" ?readonly="${e._readonly}" .value="${Oi(e._innerValue)}" placeholder="${Oi(e._placeholder)}" maxlength="${Oi(e.maxlength)}" role="${Oi(e.accInfo.input.role)}" aria-controls="${Oi(e.accInfo.input.ariaControls)}" aria-invalid="${Oi(e.accInfo.input.ariaInvalid)}" aria-haspopup="${Oi(e.accInfo.input.ariaHasPopup)}" aria-describedby="${Oi(e.accInfo.input.ariaDescribedBy)}" aria-roledescription="${Oi(e.accInfo.input.ariaRoledescription)}" aria-autocomplete="${Oi(e.accInfo.input.ariaAutoComplete)}" aria-expanded="${Oi(e.accInfo.input.ariaExpanded)}" aria-label="${Oi(e.accInfo.input.ariaLabel)}" aria-required="${Oi(e.required)}" @input="${e._handleInput}" @change="${e._handleChange}" @keydown="${e._onkeydown}" @keyup="${e._onkeyup}" @click=${e._click} @focusin=${e.innerFocusIn} data-sap-focus-ref step="${Oi(e.nativeInputAttributes.step)}" min="${Oi(e.nativeInputAttributes.min)}" max="${Oi(e.nativeInputAttributes.max)}" />${e.effectiveShowClearIcon?Ts(e,t,i):void 0}${e.icon.length?Bs():void 0}<div class="ui5-input-value-state-icon">${Ri(e._valueStateInputIcon)}</div>${e.showSuggestions?$s(e):void 0}${e.accInfo.input.ariaDescription?Is(e):void 0}${e.hasValueState?Ds(e):void 0}</div><slot name="formSupport"></slot></div>`,Ts=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} @click=${e._clear} @mousedown=${e._iconMouseDown} tabindex="-1" input-icon class="ui5-input-clear-icon" name="decline"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon @click=${e._clear} @mousedown=${e._iconMouseDown} tabindex="-1" input-icon class="ui5-input-clear-icon" name="decline"></ui5-icon>`,Bs=(e,t,i)=>Ui`<div class="ui5-input-icon-root"><slot name="icon"></slot></div>`,$s=(e,t,i)=>Ui`<span id="${Oi(e._id)}-suggestionsText" class="ui5-hidden-text">${Oi(e.suggestionsText)}</span><span id="${Oi(e._id)}-selectionText" class="ui5-hidden-text" aria-live="polite" role="status"></span><span id="${Oi(e._id)}-suggestionsCount" class="ui5-hidden-text" aria-live="polite">${Oi(e.availableSuggestionsCount)}</span>`,Is=(e,t,i)=>Ui`<span id="${Oi(e._id)}-descr" class="ui5-hidden-text">${Oi(e.accInfo.input.ariaDescription)}</span>`,Ds=(e,t,i)=>Ui`<span id="${Oi(e._id)}-valueStateDesc" class="ui5-hidden-text">${Oi(e.ariaValueStateHiddenText)}</span>`,As=(e,t,i)=>Ui`${e.showSuggestions?Fs(e,t,i):void 0}${e.hasValueStateMessage?Gs(e,t,i):void 0} `,Fs=(e,t,i)=>i?Ui`<${ji("ui5-responsive-popover",t,i)} class="${zi(e.classes.popover)}" hide-arrow _disable-initial-focus placement-type="Bottom" horizontal-align="Left" style="${Ni(e.styles.suggestionsPopover)}" @ui5-after-open="${Oi(e._afterOpenPopover)}" @ui5-after-close="${Oi(e._afterClosePopover)}" @ui5-scroll="${Oi(e._scroll)}">${e._isPhone?Es(e,t,i):void 0}${e._isPhone?void 0:Ns(e,t,i)}<${ji("ui5-list",t,i)} separators="${Oi(e.suggestionSeparators)}" @mousedown="${e.onItemMouseDown}" mode="SingleSelect">${Li(e.suggestionsTexts,(e,t)=>e._id||t,(o,r)=>Vs(o,r,e,t,i))}</${ji("ui5-list",t,i)}>${e._isPhone?Ys(e,t,i):void 0}</${ji("ui5-responsive-popover",t,i)}>`:Ui`<ui5-responsive-popover class="${zi(e.classes.popover)}" hide-arrow _disable-initial-focus placement-type="Bottom" horizontal-align="Left" style="${Ni(e.styles.suggestionsPopover)}" @ui5-after-open="${Oi(e._afterOpenPopover)}" @ui5-after-close="${Oi(e._afterClosePopover)}" @ui5-scroll="${Oi(e._scroll)}">${e._isPhone?Es(e,t,i):void 0}${e._isPhone?void 0:Ns(e,t,i)}<ui5-list separators="${Oi(e.suggestionSeparators)}" @mousedown="${e.onItemMouseDown}" mode="SingleSelect">${Li(e.suggestionsTexts,(e,t)=>e._id||t,(o,r)=>Vs(o,r,e,t,i))}</ui5-list>${e._isPhone?Ys(e,t,i):void 0}</ui5-responsive-popover>`,Es=(e,t,i)=>i?Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><${ji("ui5-button",t,i)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e._closeRespPopover}"></${ji("ui5-button",t,i)}></div><div class="row"><div class="input-root-phone"><${ji("ui5-input",t,i)} class="ui5-input-inner-phone" type="${Oi(e.inputType)}" .value="${Oi(e.value)}" ?show-clear-icon=${e.showClearIcon} placeholder="${Oi(e.placeholder)}" @ui5-input="${Oi(e._handleInput)}" @change="${e._handleChange}"></${ji("ui5-input",t,i)}></div></div>${e.hasValueStateMessage?Ps(e,t,i):void 0}</div>`:Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e._closeRespPopover}"></ui5-button></div><div class="row"><div class="input-root-phone"><ui5-input class="ui5-input-inner-phone" type="${Oi(e.inputType)}" .value="${Oi(e.value)}" ?show-clear-icon=${e.showClearIcon} placeholder="${Oi(e.placeholder)}" @ui5-input="${Oi(e._handleInput)}" @change="${e._handleChange}"></ui5-input></div></div>${e.hasValueStateMessage?Ps(e,t,i):void 0}</div>`,Ps=(e,t,i)=>i?Ui`<div class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.suggestionPopoverHeader)}"><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></${ji("ui5-icon",t,i)}>${e.shouldDisplayDefaultValueStateMessage?Ms(e):Ls(e)}</div>`:Ui`<div class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.suggestionPopoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></ui5-icon>${e.shouldDisplayDefaultValueStateMessage?Ms(e):Ls(e)}</div>`,Ms=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,Ls=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>zs(e))}`,zs=(e,t,i,o,r)=>Ui`${Oi(e)}`,Ns=(e,t,i)=>Ui`${e.hasValueStateMessage?Os(e,t,i):void 0}`,Os=(e,t,i)=>i?Ui`<div slot="header" ?focused=${e._isValueStateFocused} class="ui5-responsive-popover-header ${zi(e.classes.popoverValueState)}" style=${Ni(e.styles.suggestionPopoverHeader)}><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></${ji("ui5-icon",t,i)}>${e.shouldDisplayDefaultValueStateMessage?Hs(e):Rs(e)}</div>`:Ui`<div slot="header" ?focused=${e._isValueStateFocused} class="ui5-responsive-popover-header ${zi(e.classes.popoverValueState)}" style=${Ni(e.styles.suggestionPopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></ui5-icon>${e.shouldDisplayDefaultValueStateMessage?Hs(e):Rs(e)}</div>`,Hs=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,Rs=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>Us(e))}`,Us=(e,t,i,o,r)=>Ui`${Oi(e)}`,Vs=(e,t,i,o,r)=>Ui`${e.groupItem?Ws(e,t,i,o,r):js(e,t,i,o,r)}`,Ws=(e,t,i,o,r)=>r?Ui`<${ji("ui5-li-groupheader",o,r)} data-ui5-key="${Oi(e.key)}">${Ri(e.text)}</${ji("ui5-li-groupheader",o,r)}>`:Ui`<ui5-li-groupheader data-ui5-key="${Oi(e.key)}">${Ri(e.text)}</ui5-li-groupheader>`,js=(e,t,i,o,r)=>r?Ui`<${ji("ui5-li-suggestion-item",o,r)} image="${Oi(e.image)}" icon="${Oi(e.icon)}" additional-text="${Oi(e.additionalText)}" type="${Oi(e.type)}" additional-text-state="${Oi(e.additionalTextState)}" data-ui5-key="${Oi(e.key)}">${Ri(e.text)}${e.description?qs(e):void 0}</${ji("ui5-li-suggestion-item",o,r)}>`:Ui`<ui5-li-suggestion-item image="${Oi(e.image)}" icon="${Oi(e.icon)}" additional-text="${Oi(e.additionalText)}" type="${Oi(e.type)}" additional-text-state="${Oi(e.additionalTextState)}" data-ui5-key="${Oi(e.key)}">${Ri(e.text)}${e.description?qs(e):void 0}</ui5-li-suggestion-item>`,qs=(e,t,i,o,r)=>Ui`<span slot="richDescription">${Ri(e.description)}</span>`,Ys=(e,t,i)=>i?Ui`<div slot="footer" class="ui5-responsive-popover-footer"><${ji("ui5-button",t,i)} design="Transparent" @click="${e._closeRespPopover}">OK</${ji("ui5-button",t,i)}></div>`:Ui`<div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${e._closeRespPopover}">OK</ui5-button></div>`,Gs=(e,t,i)=>i?Ui`<${ji("ui5-popover",t,i)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="${Oi(e._valueStatePopoverHorizontalAlign)}"><div slot="header" class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.popoverHeader)}"><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></${ji("ui5-icon",t,i)}>${e.shouldDisplayDefaultValueStateMessage?Xs(e):Zs(e)}</div></${ji("ui5-popover",t,i)}>`:Ui`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="${Oi(e._valueStatePopoverHorizontalAlign)}"><div slot="header" class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></ui5-icon>${e.shouldDisplayDefaultValueStateMessage?Xs(e):Zs(e)}</div></ui5-popover>`,Xs=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,Zs=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>Ks(e))}`,Ks=(e,t,i,o,r)=>Ui`${Oi(e)}`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Js={packageName:"@ui5/webcomponents",fileName:"themes/Input.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:var(--_ui5_input_width);height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;line-height:normal;letter-spacing:normal;word-spacing:normal;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:inherit;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state=Error]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Error]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Warning]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Warning]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Success]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Success]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Information]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Information]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]){border-color:var(--_ui5_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host(:not([value-state]):not([readonly]):hover),:host([value-state=None]:not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--_ui5_input_hover_box_shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state=None]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state=None])){border-width:var(--_ui5_input_state_border_width)}:host([value-state=Error]) [inner-input],:host([value-state=Warning]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state=Error]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state=Warning]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state=Error]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}:host([value-state=Error][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state=Error][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state=Error]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state=Error]:not([readonly]):not([focused]):hover),:host([value-state=Error]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--_ui5_input_value_state_error_hover_box_shadow)}:host([value-state=Error]:not([readonly]):not([disabled])),:host([value-state=Information]:not([readonly]):not([disabled])),:host([value-state=Warning]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state=Warning]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}:host([value-state=Warning][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state=Warning][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state=Warning]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state=Warning]:not([readonly]):not([focused]):hover),:host([value-state=Warning]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_warning_hover_box_shadow)}:host([value-state=Success]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}:host([value-state=Success][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state=Success][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state=Success]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state=Success]:not([readonly]):not([focused]):hover),:host([value-state=Success]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_success_hover_box_shadow)}:host([value-state=Information]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}:host([value-state=Information][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state=Information]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state=Information]:not([readonly]):not([focused]):hover),:host([value-state=Information]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_information_hover_box_shadow)}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot=icon]){align-self:start;padding:var(--_ui5_input_custom_icon_padding)}:host([value-state=Error]) [input-icon],:host([value-state=Warning]) [input-icon]{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state=Information]) [input-icon]{padding:var(--_ui5_input_information_icon_padding)}:host([value-state=Error]) ::slotted([input-icon][ui5-icon]),:host([value-state=Error]) ::slotted([ui5-icon][slot=icon]),:host([value-state=Warning]) ::slotted([ui5-icon][slot=icon]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state=Information]) ::slotted([ui5-icon][slot=icon]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state=Error]) [input-icon]:active,:host([value-state=Error]) [input-icon][pressed]{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state=Error]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state=Warning]) [input-icon]:active,:host([value-state=Warning]) [input-icon][pressed]{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state=Warning]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state=Information]) [input-icon]:active,:host([value-state=Information]) [input-icon][pressed]{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state=Information]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state=Success]) [input-icon]:active,:host([value-state=Success]) [input-icon][pressed]{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state=Success]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}[inner-input]::-webkit-inner-spin-button,[inner-input]::-webkit-outer-spin-button{-webkit-appearance:inherit;margin:inherit}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Qs={packageName:"@ui5/webcomponents",fileName:"themes/ResponsivePopoverCommon.css",content:'.input-root-phone{flex:1;position:relative;height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color);border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.input-root-phone [value-state=Error] [input-icon][data-ui5-compact-size],.input-root-phone [value-state=Success] [input-icon][data-ui5-compact-size],.input-root-phone [value-state=Warning] [input-icon][data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5_input_border_radius)}[inner-input]::-moz-selection,[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:italic;color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:italic;color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5_input_state_border_width)}.input-root-phone[value-state=Error] [inner-input],.input-root-phone[value-state=Warning] [inner-input]{font-style:var(--_ui5_input_error_warning_font_style)}.input-root-phone[value-state=Error] [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}.input-root-phone[value-state=Error]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}.input-root-phone[value-state=Error]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Error]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Error]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]),.input-root-phone[value-state=Warning]:not([readonly]):not([disabled]){border-style:var(--_ui5_input_error_warning_border_style)}.input-root-phone[value-state=Warning]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}.input-root-phone[value-state=Warning]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Warning]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Success]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}.input-root-phone[value-state=Success]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Success]:not([readonly]):focus-within:before{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5_button_base_min_width))}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;padding:.25rem 0;width:100%}.ui5-responsive-popover-close-btn{position:absolute;right:1rem}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var el={packageName:"@ui5/webcomponents",fileName:"themes/ValueStateMessage.css",content:'.ui5-valuestatemessage-popover{box-shadow:var(--_ui5_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5_value_state_message_icon_width);height:var(--_ui5_value_state_message_icon_height);display:var(--_ui5_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);height:auto;padding:var(--_ui5_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5_value_state_message_border)}[ui5-responsive-popover] .ui5-valuestatemessage-header{min-height:2rem;padding:var(--_ui5_value_state_header_padding);border:var(--_ui5_value_state_header_border);border-bottom:var(--_ui5_value_state_header_border_bottom)}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header:focus,.ui5-responsive-popover-header[focused]{outline-offset:var(--_ui5_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(content),.ui5-valuestatemessage-popover::part(header){padding:0}.ui5-valuestatemessage-popover::part(footer),.ui5-valuestatemessage-popover::part(header){min-height:0}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var tl={packageName:"@ui5/webcomponents",fileName:"themes/Suggestions.css",content:".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(content),.ui5-suggestions-popover::part(header){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.ui5-suggestions-popover [ui5-li-suggestion-item],.ui5-suggestions-popover [ui5-li]{height:var(--_ui5_list_item_dropdown_base_height)}"};const il={tag:"ui5-input",languageAware:!0,managedSlots:!0,slots:{icon:{type:HTMLElement},default:{propertyName:"suggestionItems",type:HTMLElement},formSupport:{type:HTMLElement},valueStateMessage:{type:HTMLElement}},properties:{disabled:{type:Boolean},highlight:{type:Boolean},placeholder:{type:String},readonly:{type:Boolean},required:{type:Boolean},noTypeahead:{type:Boolean},type:{type:$n,defaultValue:$n.Text},value:{type:String},_innerValue:{type:String,noAttribute:!0},valueState:{type:Ua,defaultValue:Ua.None},name:{type:String},showSuggestions:{type:Boolean},maxlength:{type:dn},accessibleName:{type:String},accessibleNameRef:{type:String,defaultValue:""},showClearIcon:{type:Boolean},effectiveShowClearIcon:{type:Boolean},focused:{type:Boolean},openOnMobile:{type:Boolean},open:{type:Boolean},_forceOpen:{type:Boolean},_isValueStateFocused:{type:Boolean},_input:{type:Object},_inputAccInfo:{type:Object},_nativeInputAttributes:{type:Object},_inputWidth:{type:dn},_listWidth:{type:dn},_isPopoverOpen:{type:Boolean,noAttribute:!0},_inputIconFocused:{type:Boolean,noAttribute:!0}},events:{change:{},input:{},"suggestion-item-select":{detail:{item:{type:HTMLElement}}},"suggestion-item-preview":{detail:{item:{type:HTMLElement},targetRef:{type:HTMLElement}}},"suggestion-scroll":{detail:{scrollTop:{type:dn},scrollContainer:{type:HTMLElement}}}}};class ol extends Ht{static get metadata(){return il}static get render(){return Wi}static get template(){return Ss}static get staticAreaTemplate(){return As}static get styles(){return Js}static get staticAreaStyles(){return[Qs,el,tl]}constructor(){super(),this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeItemPreview="",this.suggestionSelectionCanceled=!1,this.previousValue=void 0,this.firstRendering=!0,this.highlightValue="",this.lastConfirmedValue="",this.valueBeforeAutoComplete="",this.isTyping=!1,this.EVENT_CHANGE="change",this.EVENT_INPUT="input",this.EVENT_SUGGESTION_ITEM_SELECT="suggestion-item-select",this.ACTION_ENTER="enter",this.ACTION_USER_INPUT="input",this.suggestionsTexts=[],this._handleResizeBound=this._handleResize.bind(this),this._keepInnerValue=!1}onEnterDOM(){un.register(this,this._handleResizeBound)}onExitDOM(){un.deregister(this,this._handleResizeBound)}onBeforeRendering(){this._keepInnerValue||(this._innerValue=this.value),this.showSuggestions&&(this.enableSuggestions(),this.suggestionsTexts=this.Suggestions.defaultSlotProperties(this.highlightValue)),this.effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.FormSupport=z("FormSupport");const e=this.suggestionItems.length,t=!!this.value,i=this.shadowRoot.querySelector("input")===Ce();this._isPhone?this.open=this.openOnMobile:this._forceOpen?this.open=!0:this.open=t&&e&&i&&this.isTyping,this.FormSupport?this.FormSupport.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";');const o=this.value,r=this.getInputDOMRefSync();if(!r||!o)return;const a=r.selectionEnd-r.selectionStart;if(this._shouldAutocomplete&&!lr&&!_r&&!a&&!this._isKeyNavigation){const e=this._getFirstMatchingItem(o);this.valueBeforeAutoComplete+=o.slice(this.valueBeforeAutoComplete.length,o.length),this._handleTypeAhead(e,o)}}async onAfterRendering(){this.Suggestions&&this.showSuggestions&&(this.Suggestions.toggle(this.open,{preventFocusRestore:!0}),this._listWidth=await this.Suggestions._getListWidth()),this.shouldDisplayOnlyValueStateMessage?this.openPopover():this.closePopover()}_onkeydown(e){return this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!(ho(e)||po(e)||_o(e)),Qi(e)?this._handleUp(e):eo(e)?this._handleDown(e):Xi(e)?this._handleSpace(e):uo(e)?this._handleTab(e):Yi(e)?this._handleEnter(e):go(e)?this._handlePageUp(e):mo(e)?this._handlePageDown(e):ao(e)?this._handleHome(e):no(e)?this._handleEnd(e):_o(e)?this._handleEscape(e):(ho(e)&&(this._selectedText=window.getSelection().toString()),this.showSuggestions&&this._clearPopoverFocusAndSelection(),this._keyDown=!0,void(this._isKeyNavigation=!1))}_onkeyup(e){po(e)&&(this.value=e.target.value),this._keyDown=!1}_handleUp(e){this.Suggestions&&this.Suggestions.isOpened()&&this.Suggestions.onUp(e)}_handleDown(e){this.Suggestions&&this.Suggestions.isOpened()&&this.Suggestions.onDown(e)}_handleSpace(e){this.Suggestions&&this.Suggestions.onSpace(e)}_handleTab(e){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab(e)}_handleEnter(e){const t=!(!this.Suggestions||!this.Suggestions.onEnter(e)),i=this.getInputDOMRefSync(),o=this.suggestionItems.find(e=>e.text&&e.text===this.value||e.textContent===this.value);if(o){const e=o.text?o.text:o.textContent;this.getInputDOMRefSync().setSelectionRange(e.length,e.length),t||(this.selectSuggestion(o,!0),this.open=!1)}if(this._isPhone&&!this.suggestionItems.length&&i.setSelectionRange(this.value.length,this.value.length),!t)return this.lastConfirmedValue=this.value,void(this.FormSupport&&this.FormSupport.triggerFormSubmit(this));this.focused=!0}_handlePageUp(e){this._isSuggestionsFocused?this.Suggestions.onPageUp(e):e.preventDefault()}_handlePageDown(e){this._isSuggestionsFocused?this.Suggestions.onPageDown(e):e.preventDefault()}_handleHome(e){this._isSuggestionsFocused&&this.Suggestions.onHome(e)}_handleEnd(e){this._isSuggestionsFocused&&this.Suggestions.onEnd(e)}_handleEscape(){const e=this.showSuggestions&&!!this.Suggestions,t=e&&this.open,i=this.getInputDOMRefSync(),o=i.selectionEnd-i.selectionStart>0;if(this.isTyping=!1,t){if(e&&t&&this.Suggestions._isItemOnTarget())return this.value=this.valueBeforeAutoComplete||this.valueBeforeItemPreview,this.suggestionSelectionCanceled=!0,void(this.focused=!0);o&&(this.value=this.valueBeforeAutoComplete),this._isValueStateFocused&&(this._isValueStateFocused=!1,this.focused=!0)}else this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue}async _onfocusin(e){await this.getInputDOMRef(),this.valueBeforeAutoComplete="",this.focused=!0,this.previousValue=this.value,this.valueBeforeItemPreview=this.value,this._inputIconFocused=e.target&&e.target===this.querySelector("[ui5-icon]")}_onfocusout(e){const t=this.Suggestions&&e.relatedTarget&&e.relatedTarget.shadowRoot&&e.relatedTarget.shadowRoot.contains(this.Suggestions.responsivePopover),i=e.relatedTarget&&e.relatedTarget.shadowRoot&&e.relatedTarget.shadowRoot.querySelector(".ui5-valuestatemessage-root");if(this._keepInnerValue=!1,this.showClearIcon&&!this.effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),t||i)return void e.stopImmediatePropagation();const o=e.relatedTarget;o&&o.classList.contains(this._id)||(this.open=!1,this._clearPopoverFocusAndSelection(),this.previousValue="",this.lastConfirmedValue="",this.focused=!1,this.isTyping=!1,this._forceOpen=!1)}_clearPopoverFocusAndSelection(){this.showSuggestions&&this.Suggestions&&(this._isValueStateFocused=!1,this.hasSuggestionItemSelected=!1,this.Suggestions._deselectItems(),this.Suggestions._clearItemFocus())}_click(e){br()&&!this.readonly&&this.Suggestions&&(this.blur(),this.openOnMobile=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.previousValue=this.getInputDOMRefSync().value,this.fireEvent(this.EVENT_CHANGE))}_clear(){this.value="",this.fireEvent(this.EVENT_INPUT),this._isPhone||this.focus()}_iconMouseDown(){this._clearIconClicked=!0}_scroll(e){const t=e.detail;this.fireEvent("suggestion-scroll",{scrollTop:t.scrollTop,scrollContainer:t.targetRef})}_handleInput(e){const t=this.getInputDOMRefSync(),i=this.value&&this.isTypeNumber&&!t.value,o=e.inputType||e.detail&&e.detail.inputType;this._keepInnerValue=!1,this._shouldAutocomplete="deleteContentBackward"!==o&&!this.noTypeahead,this.suggestionSelectionCanceled=!1;const r=this.isTypeNumber&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType)&&!e.target.value.includes(".")&&this.value.includes("."),a=i&&"e"===e.data,n=i&&this.value.startsWith("-")&&2===this.value.length&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType);(r||a||n)&&(this.value=e.target.value,this._keepInnerValue=!0),e.target===t&&(this.focused=!0,e.stopImmediatePropagation()),this.fireEventByAction(this.ACTION_USER_INPUT,e),this.hasSuggestionItemSelected=!1,this._isValueStateFocused=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(null),this.isTyping=!0}_startsWithMatchingItems(e){const t=this.suggestionItems[0].text?"text":"textContent";return i=e,o=this.suggestionItems,r=t,o.filter(e=>e[r].toLowerCase().startsWith(i.toLowerCase()));var i,o,r}_getFirstMatchingItem(e){if(!this.suggestionItems.length)return;const t=this._startsWithMatchingItems(e).filter(e=>!e.groupItem);return t.length?t[0]:void 0}_handleTypeAhead(e,t){if(!e)return;const i=e.text?e.text:e.textContent||"",o=this.getInputDOMRefSync();t=t||"",this._innerValue=i,this.value=i,o.value=i,setTimeout(()=>{o.setSelectionRange(t.length,i.length)},0),this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_closeRespPopover(e){this.Suggestions.close(e)}async _afterOpenPopover(){br()&&(await this.getInputDOMRef()).focus()}_afterClosePopover(){this.announceSelectedItem(),br()&&(this.blur(),this.focused=!1),this.openOnMobile=!1,this.open=!1,this._forceOpen=!1}isValueStateOpened(){return!!this._isPopoverOpen}async openPopover(){const e=await this._getPopover();e&&(this._isPopoverOpen=!0,e.showAt(this))}async closePopover(){const e=await this._getPopover();e&&e.close()}async _getPopover(){const e=await this.getStaticAreaItemDomRef();return e&&e.querySelector("[ui5-popover]")}openPicker(){!this.suggestionItems.length||this.disabled||this.readonly||(this._forceOpen=!0)}enableSuggestions(){if(this.Suggestions)return;const e=z("InputSuggestions");if(!e)throw new Error('You have to import "@ui5/webcomponents/dist/features/InputSuggestions.js" module to use ui5-input suggestions');this.Suggestions=new e(this,"suggestionItems",!0)}selectSuggestion(e,t){if(e.group)return;const i=this.getInputDOMRefSync(),o=this.valueBeforeAutoComplete||this.value,r=e.text||e.textContent,a=t?this.valueBeforeItemSelection!==r:o!==r;this.hasSuggestionItemSelected=!0,a&&(this.value=r,this.valueBeforeItemSelection=r,this.lastConfirmedValue=r,this.getInputDOMRefSync().value=r,this.fireEvent(this.EVENT_INPUT),this._handleChange(),i.setSelectionRange(this.value.length,this.value.length)),this.valueBeforeItemPreview="",this.suggestionSelectionCanceled=!1,this.fireEvent(this.EVENT_SUGGESTION_ITEM_SELECT,{item:e}),this.isTyping=!1,this.openOnMobile=!1,this._forceOpen=!1}previewSuggestion(e){this.valueBeforeItemSelection=this.value,this.updateValueOnPreview(e),this.announceSelectedItem(),this._previewItem=e}updateValueOnPreview(e){const t="Inactive"===e.type||e.group,i=this.getInputDOMRefSync(),o=t?this.valueBeforeItemPreview:e.effectiveTitle||e.textContent;this.value=o,i.value=o,i.setSelectionRange(this.valueBeforeAutoComplete.length,this.value.length)}get previewItem(){return this._previewItem?this.getSuggestionByListItem(this._previewItem):null}async fireEventByAction(e,t){if(this.disabled||this.readonly)return;const i=await this.getInputValue(),o=e===this.ACTION_USER_INPUT,r=await this.getInputDOMRef(),a=r.selectionStart;this.value=i,this.highlightValue=i,this.valueBeforeItemPreview=i,vr()&&setTimeout(()=>{r.selectionStart=a,r.selectionEnd=a},0),o&&(this.fireEvent(this.EVENT_INPUT,{inputType:t.inputType}),this.fireEvent("value-changed"))}async getInputValue(){return this.getDomRef()?(await this.getInputDOMRef()).value:""}async getInputDOMRef(){return br()&&this.Suggestions?(await this.Suggestions._getSuggestionPopover(),this.Suggestions&&this.Suggestions.responsivePopover.querySelector(".ui5-input-inner-phone")):this.nativeInput}getInputDOMRefSync(){return br()&&this.Suggestions&&this.Suggestions.responsivePopover?this.Suggestions.responsivePopover.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input"):this.nativeInput}get nativeInput(){return this.getDomRef()&&this.getDomRef().querySelector("input")}get nativeInputWidth(){return this.nativeInput&&this.nativeInput.offsetWidth}getLabelableElementId(){return this.getInputId()}getSuggestionByListItem(e){const t=parseInt(e.getAttribute("data-ui5-key"));return this.suggestionItems[t]}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions._isScrollable():Promise.resolve(!1)}getInputId(){return`${this._id}-inner`}onItemFocused(){}onItemMouseOver(e){const t=e.target,i=this.getSuggestionByListItem(t);i&&i.fireEvent("mouseover",{item:i,targetRef:t})}onItemMouseOut(e){const t=e.target,i=this.getSuggestionByListItem(t);i&&i.fireEvent("mouseout",{item:i,targetRef:t})}onItemMouseDown(e){e.preventDefault()}onItemSelected(e,t){this.selectSuggestion(e,t)}onItemPreviewed(e){this.previewSuggestion(e),this.fireEvent("suggestion-item-preview",{item:this.getSuggestionByListItem(e),targetRef:e})}onOpen(){}onClose(){}get valueStateTypeMappings(){return{Success:ol.i18nBundle.getText(xa),Information:ol.i18nBundle.getText(Ca),Error:ol.i18nBundle.getText(wa),Warning:ol.i18nBundle.getText(ka)}}valueStateTextMappings(){return{Success:ol.i18nBundle.getText($a),Information:ol.i18nBundle.getText(Ba),Error:ol.i18nBundle.getText(Sa),Warning:ol.i18nBundle.getText(Ta)}}announceSelectedItem(){const e=this.shadowRoot.querySelector(`#${this._id}-selectionText`);this.Suggestions&&this.Suggestions._isItemOnTarget()?e.textContent=this.itemSelectionAnnounce:e.textContent=""}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return ol.i18nBundle.getText(Qr)}get inputType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===$n.Number}get suggestionsTextId(){return this.showSuggestions?`${this._id}-suggestionsText`:""}get valueStateTextId(){return this.hasValueState?`${this._id}-valueStateDesc`:""}get accInfo(){const e=this.showSuggestions?"true":void 0,t=this.showSuggestions?"list":void 0,i=this._inputAccInfo.ariaDescribedBy?`${this.suggestionsTextId} ${this.valueStateTextId} ${this._inputAccInfo.ariaDescribedBy}`.trim():`${this.suggestionsTextId} ${this.valueStateTextId}`.trim();return{input:{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:i||void 0,ariaInvalid:this.valueState===Ua.Error?"true":void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:e,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:t,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._inputAccInfo&&this._inputAccInfo.ariaDescription,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||Io(this)}}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(this.hasValueState)return this.shouldDisplayDefaultValueStateMessage?`${this.valueStateTypeMappings[this.valueState]} ${this.valueStateText}`:`${this.valueStateTypeMappings[this.valueState]}`.concat(" ",this.valueStateMessageText.map(e=>e.textContent).join(" "))}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:void 0}get classes(){return{popover:{"ui5-suggestions-popover":!this.isPhone&&this.showSuggestions,"ui5-suggestions-popover-with-value-state-header":!this.isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===Ua.Success,"ui5-valuestatemessage--error":this.valueState===Ua.Error,"ui5-valuestatemessage--warning":this.valueState===Ua.Warning,"ui5-valuestatemessage--information":this.valueState===Ua.Information}}}get styles(){const e=parseInt(getComputedStyle(document.documentElement).fontSize),t={popoverHeader:{"max-width":`${this._inputWidth}px`},suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:`${this._listWidth}px`},suggestionsPopover:{"min-width":`${this._inputWidth}px`,"max-width":this._inputWidth/e>40?`${this._inputWidth}px`:"40rem"},innerInput:{}};return this.nativeInputWidth<48&&(t.innerInput.padding="0"),t}get suggestionSeparators(){return"None"}get valueStateMessageText(){return this.getSlottedNodes("valueStateMessage").map(e=>e.cloneNode(!0))}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==Ua.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==Ua.Success&&(!this._inputIconFocused||this._isPhone&&this.Suggestions)}get valueStateText(){return this.valueStateTextMappings()[this.valueState]}get suggestionsText(){return ol.i18nBundle.getText(Jr)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions.isOpened()))switch(this.suggestionsTexts.length){case 0:return ol.i18nBundle.getText(ia);case 1:return ol.i18nBundle.getText(ea);default:return ol.i18nBundle.getText(ta,this.suggestionsTexts.length)}}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return br()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions&&this.Suggestions.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){const e=`\n\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t${{Error:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Warning:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Success:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'}[this.valueState]};\n\t\t</svg>\n\t\t`;return this.valueState!==Ua.None?e:""}get _valueStatePopoverHorizontalAlign(){return"rtl"!==this.effectiveDir?"Left":"Right"}get _valueStateMessageInputIcon(){return this.valueState!==Ua.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return(e=>{let t=0;return(e.selectionStart||"0"===e.selectionStart)&&(t="backward"===e.selectionDirection?e.selectionStart:e.selectionEnd),t})(this.nativeInput)}setCaretPosition(e){((e,t)=>{if(e.createTextRange){const i=e.createTextRange();i.move("character",t),i.select()}else e.selectionStart?(e.focus(),e.setSelectionRange(t,t)):e.focus()})(this.nativeInput,e)}removeFractionalPart(e){return e.includes(".")?e.slice(0,e.indexOf(".")):e.includes(",")?e.slice(0,e.indexOf(",")):e}static get dependencies(){const e=z("InputSuggestions");return[Cs,Ur].concat(e?e.dependencies:[])}static async onDefine(){const e=z("InputSuggestions");[ol.i18nBundle]=await Promise.all([Qo("@ui5/webcomponents"),e?e.init():Promise.resolve()])}}ol.define();class rl extends Re{static isValid(e){return Number(e)===e}static attributeToProperty(e){return parseFloat(e)}}const al=(e,t,i)=>i?Ui`<div id="${Oi(e._id)}" class="ui5-step-input-root" @keydown="${e._onkeydown}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${e.readonly?void 0:nl(e,t,i)}<${ji("ui5-input",t,i)} id="${Oi(e._id)}-inner" class="ui5-step-input-input" placeholder="${Oi(e.placeholder)}" type="${Oi(e.type)}" value="${Oi(e._valuePrecisioned)}" ?disabled="${e.disabled}" ?required="${e.required}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" data-sap-focus-ref ._inputAccInfo ="${Oi(e.accInfo)}" ._nativeInputAttributes="${Oi(e.inputAttributes)}" @ui5-change="${Oi(e._onInputChange)}" @focusout="${e._onInputFocusOut}" @focusin="${e._onInputFocusIn}">${e.valueStateMessage.length?sl():void 0}</${ji("ui5-input",t,i)}>${e.readonly?void 0:ll(e,t,i)}<slot name="formSupport"></slot></div>`:Ui`<div id="${Oi(e._id)}" class="ui5-step-input-root" @keydown="${e._onkeydown}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${e.readonly?void 0:nl(e,t,i)}<ui5-input id="${Oi(e._id)}-inner" class="ui5-step-input-input" placeholder="${Oi(e.placeholder)}" type="${Oi(e.type)}" value="${Oi(e._valuePrecisioned)}" ?disabled="${e.disabled}" ?required="${e.required}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" data-sap-focus-ref ._inputAccInfo ="${Oi(e.accInfo)}" ._nativeInputAttributes="${Oi(e.inputAttributes)}" @ui5-change="${Oi(e._onInputChange)}" @focusout="${e._onInputFocusOut}" @focusin="${e._onInputFocusIn}">${e.valueStateMessage.length?sl():void 0}</ui5-input>${e.readonly?void 0:ll(e,t,i)}<slot name="formSupport"></slot></div>`,nl=(e,t,i)=>i?Ui`<div class="ui5-step-icon ui5-step-dec" title="${Oi(e.decIconTitle)}"><${ji("ui5-icon",t,i)} id="${Oi(e._id)}-dec" name="${Oi(e.decIconName)}" tabindex="-1" accessible-name="${Oi(e.decIconTitle)}" @click="${e._decValue}" @focusout="${e._onButtonFocusOut}" @mousedown="${e._decSpin}" @mouseup="${e._resetSpin}" @mouseout="${e._resetSpinOut}" input-icon show-tooltip ?clickable="${e._decIconClickable}"></${ji("ui5-icon",t,i)}></div>`:Ui`<div class="ui5-step-icon ui5-step-dec" title="${Oi(e.decIconTitle)}"><ui5-icon id="${Oi(e._id)}-dec" name="${Oi(e.decIconName)}" tabindex="-1" accessible-name="${Oi(e.decIconTitle)}" @click="${e._decValue}" @focusout="${e._onButtonFocusOut}" @mousedown="${e._decSpin}" @mouseup="${e._resetSpin}" @mouseout="${e._resetSpinOut}" input-icon show-tooltip ?clickable="${e._decIconClickable}"></ui5-icon></div>`,sl=(e,t,i)=>Ui`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`,ll=(e,t,i)=>i?Ui`<div class="ui5-step-icon ui5-step-inc" title="${Oi(e.incIconTitle)}"><${ji("ui5-icon",t,i)} id="${Oi(e._id)}-inc" name="${Oi(e.incIconName)}" tabindex="-1" accessible-name="${Oi(e.incIconTitle)}" @click="${e._incValue}" @focusout="${e._onButtonFocusOut}" @mousedown="${e._incSpin}" @mouseup="${e._resetSpin}" @mouseout="${e._resetSpinOut}" input-icon show-tooltip ?clickable="${e._incIconClickable}"></${ji("ui5-icon",t,i)}></div>`:Ui`<div class="ui5-step-icon ui5-step-inc" title="${Oi(e.incIconTitle)}"><ui5-icon id="${Oi(e._id)}-inc" name="${Oi(e.incIconName)}" tabindex="-1" accessible-name="${Oi(e.incIconTitle)}" @click="${e._incValue}" @focusout="${e._onButtonFocusOut}" @mousedown="${e._incSpin}" @mouseup="${e._resetSpin}" @mouseout="${e._resetSpinOut}" input-icon show-tooltip ?clickable="${e._incIconClickable}"></ui5-icon></div>`,_l="M444 215q16 0 26 10t10 26q0 17-10 27t-26 10H69q-17 0-27-10t-10-27q0-16 10-26t27-10h375z";Fr("less",{pathData:_l,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const ul="M464 224q16 0 16 16v32q0 16-16 16H48q-6 0-11-4.5T32 272v-32q0-7 5-11.5t11-4.5h416z";Fr("less",{pathData:ul,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const dl="M286 279v164q0 11-7.5 18.5T260 469q-10 0-18-8-8-6-8-18V279H70q-12 0-18-8-8-8-8-18 0-11 7.5-18.5T70 227h164V63q0-11 7.5-18.5T260 37t18.5 7.5T286 63v164h164q11 0 18.5 7.5T476 253t-7.5 18.5T450 279H286z";Fr("add",{pathData:dl,ltr:!1,accData:cn,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const cl="M32 240q0-7 5-11.5t11-4.5h176V48q0-7 5-11.5t11-4.5h32q16 0 16 16v176h176q16 0 16 16v32q0 16-16 16H288v176q0 16-16 16h-32q-6 0-11-4.5t-5-11.5V288H48q-6 0-11-4.5T32 272v-32z";Fr("add",{pathData:cl,ltr:!1,accData:cn,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var hl={packageName:"@ui5/webcomponents",fileName:"themes/StepInput.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block;width:100%}:host{--ui5_input_focus_pseudo_element_content:none;color:var(--sapField_TextColor);background-color:var(--sapField_Background);border:var(--_ui5_step_input_border_style);border-radius:var(--sapField_BorderCornerRadius);box-sizing:border-box;height:var(--_ui5_input_height);position:relative;min-width:var(--_ui5_step_input_min_width)}:host .ui5-step-input-input{text-align:inherit}:host(:not([value-state]):not([readonly]):not([disabled])){box-shadow:none}:host([value-state=Success]:not([readonly]):not([disabled])){background-color:var(--sapField_SuccessBackground)}:host([value-state=Error]:not([readonly]):not([disabled])){background-color:var(--sapField_InvalidBackground)}:host([value-state=Information]:not([readonly]):not([disabled])){background-color:var(--sapField_InformationBackground)}:host([value-state=Warning]:not([readonly]):not([disabled])){background-color:var(--sapField_WarningBackground)}:host(:not([value-state]):not([readonly]):not([disabled]):hover),:host([value-state=None]:not([readonly]):not([disabled]):hover){background-color:var(--_ui5_step_input_border_color_hover);border:var(--_ui5_step_input_border_hover)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover),:host([value-state=None]:not([readonly]):not([disabled]):not([focused]):hover){background-color:var(--sapField_Hover_Background);border:var(--_ui5_step_input_border_style_hover);box-shadow:var(--_ui5_input_hover_box_shadow)}:host([value-state=Success]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--_ui5_input_value_state_success_hover_box_shadow)}:host([value-state=Information]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--_ui5_input_value_state_information_hover_box_shadow)}:host([value-state=Warning]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--_ui5_input_value_state_warning_hover_box_shadow)}:host([value-state=Error]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--_ui5_input_value_state_error_hover_box_shadow)}:host([value-state=Error]:not([readonly]):not([disabled]):hover),:host([value-state=Information]:not([readonly]):not([disabled]):hover),:host([value-state=Success]:not([readonly]):not([disabled]):hover),:host([value-state=Warning]:not([readonly]):not([disabled]):hover){background-color:var(--_ui5-step_input_button_state_hover_background_color)}:host(:not([value-state]):not([readonly]):not([disabled])[focused]),:host([value-state=Error]:not([readonly]):not([disabled])[focused]),:host([value-state=Information]:not([readonly]):not([disabled])[focused]),:host([value-state=None]:not([readonly]):not([disabled])[focused]),:host([value-state=Success]:not([readonly]):not([disabled])[focused]),:host([value-state=Warning]:not([readonly]):not([disabled])[focused]){background-color:var(--sapField_Focus_Background)}:host([value-state=Error]:not([readonly]):not([disabled])):after,:host([value-state=Information]:not([readonly]):not([disabled])):after,:host([value-state=None]:not([readonly]):not([disabled])):after,:host([value-state=Success]:not([readonly]):not([disabled])):after,:host([value-state=Warning]:not([readonly]):not([disabled])):after{position:absolute;content:"";top:-1px;right:-1px;bottom:-1px;left:-1px;outline:none;pointer-events:none;border-radius:var(--sapField_BorderCornerRadius);border-style:var(--_ui5_input_error_warning_border_style);z-index:3;border-width:0}:host([value-state=Information]:not([readonly]):not([disabled])):after{border-color:var(--sapField_InformationColor);border-width:var(--_ui5_input_information_border_width)}:host([value-state=Warning]:not([readonly]):not([disabled])):after{border-color:var(--sapField_WarningColor);border-width:2px}:host([value-state=Success]:not([readonly]):not([disabled])):after{border-color:var(--sapField_SuccessColor);border-width:1px}:host([value-state=Error]:not([readonly]):not([disabled])):after{border-color:var(--sapField_InvalidColor);border-width:var(--_ui5_input_information_border_width)}:host([value-state]):after{border-width:var(--_ui5_input_state_border_width)}:host([value-state=Error]:not([readonly]):not([disabled])) .ui5-step-input-input{background-color:var(--_ui5_input_input_background_color)}:host([value-state=Error]:not([readonly]):not([disabled])) .ui5-step-input-input:hover{background-color:var(--_ui5_step_input_input_error_background_color)}:host([value-state]:not([value-state=None]) .ui5-step-input-input[focused]){outline:none}:host .ui5-step-input-input{width:100%;color:inherit;background-color:inherit;border:var(--_ui5_step_input_input_border);box-sizing:border-box;vertical-align:top;margin-top:var(--_ui5_step_input_input_margin_top);min-width:var(--_ui5_step_input_min_width);position:relative;padding:0 2.5rem 0 2.4375rem;outline:none}:host .ui5-step-input-input[readonly]{padding:0}:host .ui5-step-input-input:hover,:host .ui5-step-input-input[focused]{box-shadow:none}:host .ui5-step-input-root{white-space:nowrap}:host .ui5-step-input-input[text-align=left]{text-align:left}:host .ui5-step-input-input[text-align=center]{text-align:center}:host .ui5-step-input-input[text-align=right]{text-align:right}:host .ui5-step-icon{position:absolute;display:var(--_ui5_step_input_button_display);height:2rem;height:100%;background-color:var(--_ui5_step_input_button_background_color);z-index:2}:host .ui5-step-icon[focused]{border:none;outline:none}:host .ui5-step-icon.ui5-step-dec{left:var(--_ui5_step_input_button_left)}:host .ui5-step-icon.ui5-step-inc{right:var(--_ui5_step_input_button_right)}:host .ui5-step-icon :not([clickable]),:host .ui5-step-icon :not([clickable]):active,:host .ui5-step-icon :not([clickable]):hover{opacity:.5;background-color:transparent;color:var(--sapContent_IconColor)}:host .ui5-step-icon :not([clickable]) :active,:host .ui5-step-icon :not([clickable]) :hover{background-color:var(--sapField_Background);color:var(--sapContent_IconColor)}:host .ui5-step-input-input[focused]:after{position:absolute;content:"";border:var(--_ui5_step_input_input_border_focused_after);top:var(--_ui5_step_input_input_border_top_bottom_focused_after);right:0;bottom:var(--_ui5_step_input_input_border_top_bottom_focused_after);border-radius:var(--_ui5_step_input_input_border_radius_focused_after);left:0;outline:none;pointer-events:none;z-index:3}:host .ui5-step-input-input[focused]{outline:none}:host([value-state=Information]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5_step_input_input_information_border_color_focused_after)}:host([value-state=Warning]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5_step_input_input_warning_border_color_focused_after)}:host([value-state=Success]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5_step_input_input_success_border_color_focused_after)}:host([value-state=Error]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5_step_input_input_error_border_color_focused_after)}:host .ui5-step-input-input::-webkit-inner-spin-button,:host .ui5-step-input-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor)}:host([disabled]) .ui5-step-icon{background-color:var(--_ui5_step_input_disabled_button_background)}:host([disabled]) .ui5-step-icon [ui5-icon]{color:var(--sapField_ReadOnly_BorderColor)}'};const pl={tag:"ui5-step-input",managedSlots:!0,properties:{value:{type:rl,defaultValue:0},min:{type:rl},max:{type:rl},step:{type:rl,defaultValue:1},valueState:{type:Ua,defaultValue:Ua.None},required:{type:Boolean},disabled:{type:Boolean},readonly:{type:Boolean},placeholder:{type:String,defaultValue:void 0},name:{type:String},valuePrecision:{type:dn,defaultValue:0},accessibleName:{type:String},accessibleNameRef:{type:String,defaultValue:""},_decIconDisabled:{type:Boolean,noAttribute:!0},_incIconDisabled:{type:Boolean,noAttribute:!0},focused:{type:Boolean},_inputFocused:{type:Boolean,noAttribute:!0},_previousValue:{type:rl,noAttribute:!0},_previousValueState:{type:String,noAttribute:!0,defaultValue:""},_waitTimeout:{type:rl,noAttribute:!0},_speed:{type:rl,noAttribute:!0},_btnDown:{type:Boolean,noAttribute:!0},_spinTimeoutId:{type:dn,noAttribute:!0},_spinStarted:{type:Boolean,noAttribute:!0}},slots:{valueStateMessage:{type:HTMLElement},formSupport:{type:HTMLElement}},events:{change:{}}};class gl extends Ht{constructor(){super()}static get metadata(){return pl}static get render(){return Wi}static get styles(){return hl}static get template(){return al}static get dependencies(){return[Ur,ol]}static async onDefine(){gl.i18nBundle=await Qo("@ui5/webcomponents")}get type(){return $n.Number}get decIconTitle(){return gl.i18nBundle.getText(Pa)}get decIconName(){return"less"}get incIconTitle(){return gl.i18nBundle.getText(Ma)}get incIconName(){return"add"}get _decIconClickable(){return!this._decIconDisabled&&!this.readonly&&!this.disabled}get _incIconClickable(){return!this._incIconDisabled&&!this.readonly&&!this.disabled}get _isFocused(){return this.focused}get _valuePrecisioned(){return this.value.toFixed(this.valuePrecision)}get accInfo(){return{ariaRequired:this.required,ariaLabel:Io(this)}}get inputAttributes(){return{min:void 0===this.min?void 0:this.min,max:void 0===this.max?void 0:this.max,step:this.step}}onBeforeRendering(){this._setButtonState(),void 0===this._previousValue&&(this._previousValue=this.value);const e=z("FormSupport");e?e.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}get input(){return this.shadowRoot.querySelector("[ui5-input]")}get inputOuter(){return this.shadowRoot.querySelector(".ui5-step-input-input")}_onButtonFocusOut(){setTimeout(()=>{this._inputFocused||this.inputOuter.removeAttribute("focused")},0)}_onInputFocusIn(){this._inputFocused=!0}_onInputFocusOut(){this._inputFocused=!1,this._onInputChange()}_setButtonState(){this._decIconDisabled=void 0!==this.min&&this.value<=this.min,this._incIconDisabled=void 0!==this.max&&this.value>=this.max}_validate(){""===this._previousValueState&&(this._previousValueState=""!==this.valueState?this.valueState:Ua.None),this.valueState=void 0!==this.min&&this.value<this.min||void 0!==this.max&&this.value>this.max?Ua.Error:this._previousValueState}_preciseValue(e){const t=10**this.valuePrecision;return Math.round(e*t)/t}_fireChangeEvent(){this._previousValue!==this.value&&(this._previousValue=this.value,this.fireEvent("change",{value:this.value}))}_modifyValue(e,t){let i;this.value=this._preciseValue(parseFloat(this.input.value)),i=this.value+e,void 0!==this.min&&i<this.min&&(i=this.min),void 0!==this.max&&i>this.max&&(i=this.max),i=this._preciseValue(i),i!==this.value&&(this.value=i,this._validate(),this._setButtonState(),this.focused=!0,this.inputOuter.setAttribute("focused",""),t?this._fireChangeEvent():this.input.focus())}_incValue(e){this._incIconClickable&&e.isTrusted&&!this.disabled&&!this.readonly&&(this._modifyValue(this.step,!0),this._previousValue=this.value)}_decValue(e){this._decIconClickable&&e.isTrusted&&!this.disabled&&!this.readonly&&(this._modifyValue(-this.step,!0),this._previousValue=this.value)}_onInputChange(e){""===this.input.value&&(this.input.value=this.min||0);const t=this._preciseValue(parseFloat(this.input.value));this.value===this._previousValue&&this.value===t||(this.value=t,this._validate(),this._setButtonState(),this._fireChangeEvent())}_onfocusin(){this.focused=!0}_onfocusout(){this.focused=!1}_onkeydown(e){let t=!0;this.disabled||this.readonly||(Yi(e)?this._onInputChange():(Qi(e)?this._modifyValue(this.step):eo(e)?this._modifyValue(-this.step):_o(e)?(this.value=this._previousValue,this.input.value=this.value.toFixed(this.valuePrecision)):void 0!==this.max&&(vo(e)||(e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===qi.ARROW_UP)&&$o(e,!0,!1,!0))(e))?this._modifyValue(this.max-this.value):void 0!==this.min&&(fo(e)||(e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===qi.ARROW_DOWN)&&$o(e,!0,!1,!0))(e))?this._modifyValue(this.min-this.value):(e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===qi.ARROW_UP)&&$o(e,!0,!1,!1))(e)||(e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===qi.ARROW_DOWN)&&$o(e,!0,!1,!1))(e)||to(e)||io(e)||(t=!1),t&&e.preventDefault()))}_decSpin(){this._decIconDisabled||this._spinValue(!1,!0)}_incSpin(){this._incIconDisabled||this._spinValue(!0,!0)}_calcWaitTimeout(){return this._speed*=.8,this._waitTimeout=this._waitTimeout-this._speed<50?50:this._waitTimeout-this._speed,this._waitTimeout}_spinValue(e,t){t&&(this._waitTimeout=500,this._speed=120,this._btnDown=!0),this._spinTimeoutId=setTimeout(()=>{this._btnDown&&(this._spinStarted=!0,this._modifyValue(e?this.step:-this.step),this._setButtonState(),!this._incIconDisabled&&e||!this._decIconDisabled&&!e?this._spinValue(e):(this._resetSpin(),this._fireChangeEvent()))},this._calcWaitTimeout())}_resetSpin(){clearTimeout(this._spinTimeoutId),this._btnDown=!1,this._spinStarted=!1}_resetSpinOut(){this._btnDown&&(this._resetSpin(),this._fireChangeEvent())}}gl.define();const ml={Gregorian:"Gregorian",Islamic:"Islamic",Japanese:"Japanese",Buddhist:"Buddhist",Persian:"Persian"};class vl extends Re{static isValid(e){return!!ml[e]}}let fl;vl.generateTypeAccessors(ml);const bl=()=>(void 0===fl&&(ie(),fl=Q.calendarType),vl.isValid(fl)?fl:vl.Gregorian);var yl={},wl="",kl={_oCache:new Map,_iCacheLimit:10,get:function(e){var t=this._oCache.get(e);if(t)return t;var i={hourCycle:"h23",hour:"2-digit",minute:"2-digit",second:"2-digit",fractionalSecondDigits:3,day:"2-digit",month:"2-digit",year:"numeric",timeZone:e,timeZoneName:"short",era:"narrow"},o=new Intl.DateTimeFormat("en-US",i);return this._oCache.size===this._iCacheLimit&&(this._oCache=new Map),this._oCache.set(e,o),o}};yl.isValidTimezone=function(e){if(!e)return!1;try{return kl.get(e),!0}catch(e){return!1}},yl.convertToTimezone=function(e,t){var i=this._getParts(e,t);return yl._getDateFromParts(i)},yl._getParts=function(e,t){var i=kl.get(t).formatToParts(new Date(e.getTime())),o=Object.create(null);for(var r in i){var a=i[r];"literal"!==a.type&&(o[a.type]=a.value)}return o},yl._getDateFromParts=function(e){var t=new Date(0),i=parseInt(e.year);return"B"===e.era&&(i=-1*i+1),t.setUTCFullYear(i,parseInt(e.month)-1,parseInt(e.day)),t.setUTCHours(parseInt(e.hour),parseInt(e.minute),parseInt(e.second),parseInt(e.fractionalSecond)),t},yl.calculateOffset=function(e,t){var i=this.convertToTimezone(e,t),o=e.getTime()-i.getTime(),r=new Date(e.getTime()+o),a=this.convertToTimezone(r,t);return(r.getTime()-a.getTime())/1e3},yl.getLocalTimezone=function(){return wl||(wl=(new Intl.DateTimeFormat).resolvedOptions().timeZone)};const xl=()=>{},Cl={getFormatLocale:Lo,getLegacyDateFormat:xl,getLegacyDateCalendarCustomizing:xl,getCustomLocaleData:xl},Sl={getLanguage:mt,getCalendarType:bl,getSupportedLanguages:()=>ft("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,es,et,fi,fr,hi,hr,hu,it,iw,ja,ko,lt,lv,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$"),getOriginInfo:xl,getFormatSettings:()=>Cl,getTimezone:()=>yl.getLocalTimezone()},Tl={getConfiguration:()=>Sl,getLibraryResourceBundle:void 0,getFormatSettings:()=>Cl};var Bl={},$l=window;function Il(e){return Array.isArray(e)?e.slice():e.split(".")}Bl.create=function(e,t){for(var i=t||$l,o=Il(e),r=0;r<o.length;r++){var a=o[r];if(null===i[a]||void 0!==i[a]&&"object"!=typeof i[a]&&"function"!=typeof i[a])throw new Error("Could not set object-path for '"+o.join(".")+"', path segment '"+a+"' already exists.");i[a]=i[a]||{},i=i[a]}return i},Bl.get=function(e,t){for(var i=t||$l,o=Il(e),r=o.pop(),a=0;a<o.length&&i;a++)i=i[o[a]];return i?i[r]:void 0},Bl.set=function(e,t,i){i=i||$l;var o=Il(e),r=o.pop();Bl.create(o,i)[r]=t};var Dl,Al="undefined"!=typeof window&&window.performance&&performance.now&&performance.timing?(Dl=performance.timing.navigationStart,function(){return Dl+performance.now()}):Date.now,Fl={Level:{NONE:-1,FATAL:0,ERROR:1,WARNING:2,INFO:3,DEBUG:4,TRACE:5,ALL:6}},El=[],Pl={"":Fl.Level.ERROR},Ml=3e3,Ll=null,zl=!1;function Nl(e,t){return("000"+String(e)).slice(-t)}function Ol(e){return!e||isNaN(Pl[e])?Pl[""]:Pl[e]}function Hl(){var e=El.length;if(e){var t=Math.min(e,Math.floor(.7*Ml));Ll&&Ll.onDiscardLogEntries(El.slice(0,e-t)),El=t?El.slice(-t,e):[]}}function Rl(){return Ll||(Ll={listeners:[],onLogEntry:function(e){for(var t=0;t<Ll.listeners.length;t++)Ll.listeners[t].onLogEntry&&Ll.listeners[t].onLogEntry(e)},onDiscardLogEntries:function(e){for(var t=0;t<Ll.listeners.length;t++)Ll.listeners[t].onDiscardLogEntries&&Ll.listeners[t].onDiscardLogEntries(e)},attach:function(e,t){t&&(Ll.listeners.push(t),t.onAttachToLog&&t.onAttachToLog(e))},detach:function(e,t){for(var i=0;i<Ll.listeners.length;i++)if(Ll.listeners[i]===t)return t.onDetachFromLog&&t.onDetachFromLog(e),void Ll.listeners.splice(i,1)}}),Ll}function Ul(e,t,i,o,r){if(r||o||"function"!=typeof i||(r=i,i=""),r||"function"!=typeof o||(r=o,o=""),e<=Ol(o=o||void 0)){var a=Al(),n=new Date(a),s=Math.floor(1e3*(a-Math.floor(a))),l={time:Nl(n.getHours(),2)+":"+Nl(n.getMinutes(),2)+":"+Nl(n.getSeconds(),2)+"."+Nl(n.getMilliseconds(),3)+Nl(s,3),date:Nl(n.getFullYear(),4)+"-"+Nl(n.getMonth()+1,2)+"-"+Nl(n.getDate(),2),timestamp:a,level:e,message:String(t||""),details:String(i||""),component:String(o||"")};if(zl&&"function"==typeof r&&(l.supportInfo=r()),Ml&&(El.length>=Ml&&Hl(),El.push(l)),Ll&&Ll.onLogEntry(l),console){var _=i instanceof Error,u=l.date+" "+l.time+" "+l.message+" - "+l.details+" "+l.component;switch(e){case Fl.Level.FATAL:case Fl.Level.ERROR:_?console.error(u,"\n",i):console.error(u);break;case Fl.Level.WARNING:_?console.warn(u,"\n",i):console.warn(u);break;case Fl.Level.INFO:console.info?_?console.info(u,"\n",i):console.info(u):_?console.log(u,"\n",i):console.log(u);break;case Fl.Level.DEBUG:_?console.debug(u,"\n",i):console.debug(u);break;case Fl.Level.TRACE:_?console.trace(u,"\n",i):console.trace(u)}console.info&&l.supportInfo&&console.info(l.supportInfo)}return l}}function Vl(e){this.fatal=function(t,i,o,r){return Fl.fatal(t,i,o||e,r),this},this.error=function(t,i,o,r){return Fl.error(t,i,o||e,r),this},this.warning=function(t,i,o,r){return Fl.warning(t,i,o||e,r),this},this.info=function(t,i,o,r){return Fl.info(t,i,o||e,r),this},this.debug=function(t,i,o,r){return Fl.debug(t,i,o||e,r),this},this.trace=function(t,i,o,r){return Fl.trace(t,i,o||e,r),this},this.setLevel=function(t,i){return Fl.setLevel(t,i||e),this},this.getLevel=function(t){return Fl.getLevel(t||e)},this.isLoggable=function(t,i){return Fl.isLoggable(t,i||e)}}Fl.fatal=function(e,t,i,o){Ul(Fl.Level.FATAL,e,t,i,o)},Fl.error=function(e,t,i,o){Ul(Fl.Level.ERROR,e,t,i,o)},Fl.warning=function(e,t,i,o){Ul(Fl.Level.WARNING,e,t,i,o)},Fl.info=function(e,t,i,o){Ul(Fl.Level.INFO,e,t,i,o)},Fl.debug=function(e,t,i,o){Ul(Fl.Level.DEBUG,e,t,i,o)},Fl.trace=function(e,t,i,o){Ul(Fl.Level.TRACE,e,t,i,o)},Fl.setLevel=function(e,t,i){var o;(t=t||"",i&&null!=Pl[t])||(Pl[t]=e,Object.keys(Fl.Level).forEach((function(t){Fl.Level[t]===e&&(o=t)})),Ul(Fl.Level.INFO,"Changing log level "+(t?"for '"+t+"' ":"")+"to "+o,"","sap.base.log"))},Fl.getLevel=function(e){return Ol(e||void 0)},Fl.isLoggable=function(e,t){return(null==e?Fl.Level.DEBUG:e)<=Ol(t||void 0)},Fl.logSupportInfo=function(e){zl=e},Fl.getLogEntries=function(){return El.slice()},Fl.getLogEntriesLimit=function(){return Ml},Fl.setLogEntriesLimit=function(e){if(e<0)throw new Error("The log entries limit needs to be greater than or equal to 0!");Ml=e,El.length>=Ml&&Hl()},Fl.addLogListener=function(e){Rl().attach(this,e)},Fl.removeLogListener=function(e){Rl().detach(this,e)},Fl.getLogger=function(e,t){return isNaN(t)||null!=Pl[e]||(Pl[e]=t),new Vl(e)};var Wl=function(e,t){if(!e){var i="function"==typeof t?t():t;console.assert(e,i)}},jl=function(e){Wl(Array.isArray(e),"uniqueSort: input parameter must be an Array");var t=e.length;if(t>1){e.sort();for(var i=0,o=1;o<t;o++)e.indexOf(e[o])===o&&(e[++i]=e[o]);++i<t&&e.splice(i,t-i)}return e},ql=function(e,t){if(Wl("string"==typeof e&&e,"Metadata: sClassName must be a non-empty string"),Wl("object"==typeof t,"Metadata: oClassInfo must be empty or an object"),t&&"object"==typeof t.metadata||((t={metadata:t||{},constructor:Bl.get(e)}).metadata.__version=1),t.metadata.__version=t.metadata.__version||2,"function"!=typeof t.constructor)throw Error("constructor for class "+e+" must have been declared before creating metadata for it");this._sClassName=e,this._oClass=t.constructor,this.extend(t)};ql.prototype.extend=function(e){this.applySettings(e),this.afterApplySettings()},ql.prototype.applySettings=function(e){var t,i=e.metadata;if(i.baseType){var o=Bl.get(i.baseType);"function"!=typeof o&&Fl.fatal("base class '"+i.baseType+"' does not exist"),o.getMetadata?(this._oParent=o.getMetadata(),Wl(o===o.getMetadata().getClass(),"Metadata: oParentClass must match the class in the parent metadata")):this._oParent=new ql(i.baseType,{})}else this._oParent=void 0;for(var r in this._bAbstract=!!i.abstract,this._bFinal=!!i.final,this._sStereotype=i.stereotype||(this._oParent?this._oParent._sStereotype:"object"),this._bDeprecated=!!i.deprecated,this._aInterfaces=i.interfaces||[],this._aPublicMethods=i.publicMethods||[],this._bInterfacesUnique=!1,t=this._oClass.prototype,e)"metadata"!==r&&"constructor"!==r&&(t[r]=e[r],r.match(/^_|^on|^init$|^exit$/)||this._aPublicMethods.push(r))},ql.prototype.afterApplySettings=function(){this._oParent?(this._aAllPublicMethods=this._oParent._aAllPublicMethods.concat(this._aPublicMethods),this._bInterfacesUnique=!1):this._aAllPublicMethods=this._aPublicMethods},ql.prototype.getStereotype=function(){return this._sStereotype},ql.prototype.getName=function(){return this._sClassName},ql.prototype.getClass=function(){return this._oClass},ql.prototype.getParent=function(){return this._oParent},ql.prototype._dedupInterfaces=function(){this._bInterfacesUnique||(jl(this._aInterfaces),jl(this._aPublicMethods),jl(this._aAllPublicMethods),this._bInterfacesUnique=!0)},ql.prototype.getPublicMethods=function(){return this._dedupInterfaces(),this._aPublicMethods},ql.prototype.getAllPublicMethods=function(){return this._dedupInterfaces(),this._aAllPublicMethods},ql.prototype.getInterfaces=function(){return this._dedupInterfaces(),this._aInterfaces},ql.prototype.isInstanceOf=function(e){if(this._oParent&&this._oParent.isInstanceOf(e))return!0;for(var t=this._aInterfaces,i=0,o=t.length;i<o;i++)if(t[i]===e)return!0;return!1},Object.defineProperty(ql.prototype,"_mImplementedTypes",{get:function(){if(this===ql.prototype)throw new Error("sap.ui.base.Metadata: The '_mImplementedTypes' property must not be accessed on the prototype");var e=Object.create(this._oParent?this._oParent._mImplementedTypes:null);e[this._sClassName]=!0;for(var t=this._aInterfaces,i=t.length;i-- >0;)e[t[i]]||(e[t[i]]=!0);return Object.defineProperty(this,"_mImplementedTypes",{value:Object.freeze(e),writable:!1,configurable:!1}),e},configurable:!0}),ql.prototype.isA=function(e){var t=this._mImplementedTypes;if(Array.isArray(e)){for(var i=0;i<e.length;i++)if(e[i]in t)return!0;return!1}return e in t},ql.prototype.isAbstract=function(){return this._bAbstract},ql.prototype.isFinal=function(){return this._bFinal},ql.prototype.isDeprecated=function(){return this._bDeprecated},ql.prototype.addPublicMethods=function(e){var t=e instanceof Array?e:arguments;Array.prototype.push.apply(this._aPublicMethods,t),Array.prototype.push.apply(this._aAllPublicMethods,t),this._bInterfacesUnique=!1},ql.createClass=function(e,t,i,o){"string"==typeof e&&(o=i,i=t,t=e,e=null),Wl(!e||"function"==typeof e),Wl("string"==typeof t&&!!t),Wl(!i||"object"==typeof i),Wl(!o||"function"==typeof o),"function"==typeof(o=o||ql).preprocessClassInfo&&(i=o.preprocessClassInfo(i)),(i=i||{}).metadata=i.metadata||{},i.hasOwnProperty("constructor")||(i.constructor=void 0);var r=i.constructor;Wl(!r||"function"==typeof r),e?(r||(r=i.metadata.deprecated?function(){Fl.warning("Usage of deprecated class: "+t),e.apply(this,arguments)}:function(){e.apply(this,arguments)}),r.prototype=Object.create(e.prototype),r.prototype.constructor=r,i.metadata.baseType=e.getMetadata().getName()):(r=r||function(){},delete i.metadata.baseType),i.constructor=r,Bl.set(t,r);var a=new o(t,i);return r.getMetadata=r.prototype.getMetadata=function(){return a},r.getMetadata().isFinal()||(r.extend=function(e,t,i){return ql.createClass(r,e,t,i||o)}),r};var Yl=ql.createClass("sap.ui.base.Object",{constructor:function(){if(!(this instanceof Yl))throw Error('Cannot instantiate object: "new" is missing!')}});Yl.prototype.destroy=function(){},Yl.prototype.getInterface=function(){var e=new Yl._Interface(this,this.getMetadata().getAllPublicMethods());return this.getInterface=function(){return e},e},Yl.defineClass=function(e,t,i){var o=new(i||ql)(e,t),r=o.getClass();return r.getMetadata=r.prototype.getMetadata=function(){return o},o.isFinal()||(r.extend=function(e,t,o){return ql.createClass(r,e,t,o||i)}),Fl.debug("defined class '"+e+"'"+(o.getParent()?" as subclass of "+o.getParent().getName():"")),o},Yl.prototype.isA=function(e){return this.getMetadata().isA(e)},Yl.isA=function(e,t){return e instanceof Yl&&e.isA(t)},Yl._Interface=function(e,t,i){if(!e)return e;function o(e,t){return function(){var o=e[t].apply(e,arguments);return i?this:o instanceof Yl?o.getInterface():o}}if(!t)return{};for(var r,a=0,n=t.length;a<n;a++)e[r=t[a]]&&"function"!=typeof e[r]||(this[r]=o(e,r))};var Gl={},Xl=Gl.hasOwnProperty,Zl=Gl.toString,Kl=Xl.toString,Jl=Kl.call(Object),Ql=function(e){var t,i;return!(!e||"[object Object]"!==Zl.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(i=Xl.call(t,"constructor")&&t.constructor)&&Kl.call(i)===Jl)},e_=Object.create(null),t_=function(){var e,t,i,o,r,a,n=arguments[2]||{},s=3,l=arguments.length,_=arguments[0]||!1,u=arguments[1]?void 0:e_;for("object"!=typeof n&&"function"!=typeof n&&(n={});s<l;s++)if(null!=(r=arguments[s]))for(o in r)e=n[o],i=r[o],"__proto__"!==o&&n!==i&&(_&&i&&(Ql(i)||(t=Array.isArray(i)))?(t?(t=!1,a=e&&Array.isArray(e)?e:[]):a=e&&Ql(e)?e:{},n[o]=t_(_,arguments[1],a,i)):i!==u&&(n[o]=i));return n},i_=function(){var e=[!1,!0];return e.push.apply(e,arguments),t_.apply(null,e)},o_={Gregorian:"Gregorian",Islamic:"Islamic",Japanese:"Japanese",Persian:"Persian",Buddhist:"Buddhist"},r_=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,a_=Yl.extend("sap.ui.core.Locale",{constructor:function(e){Yl.apply(this);var t=r_.exec(e.replace(/_/g,"-"));if(null===t)throw new TypeError("The given language '"+e+"' does not adhere to BCP-47.");this.sLocaleId=e,this.sLanguage=t[1]||null,this.sScript=t[2]||null,this.sRegion=t[3]||null,this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,(function(e){return e.toUpperCase()}))),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())},getLanguage:function(){return this.sLanguage},getScript:function(){return this.sScript},getRegion:function(){return this.sRegion},getVariant:function(){return this.sVariant},getVariantSubtags:function(){return this.sVariant?this.sVariant.split("-"):[]},getExtension:function(){return this.sExtension},getExtensionSubtags:function(){return this.sExtension?this.sExtension.slice(2).split("-"):[]},getPrivateUse:function(){return this.sPrivateUse},getPrivateUseSubtags:function(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]},hasPrivateUseSubtag:function(e){return Wl(e&&e.match(/^[0-9A-Z]{1,8}$/i),"subtag must be a valid BCP47 private use tag"),this.getPrivateUseSubtags().indexOf(e)>=0},toString:function(){return c_(this.sLanguage,this.sScript,this.sRegion,this.sVariant,this.sExtension,this.sPrivateUse)},toLanguageTag:function(){var e=this.getModernLanguage(),t=this.sScript;return"sr"===e&&"Latn"===t&&(e="sh",t=null),c_(e,t,this.sRegion,this.sVariant,this.sExtension,this.sPrivateUse)},getModernLanguage:function(){return s_[this.sLanguage]||this.sLanguage},getSAPLogonLanguage:function(){var e=this.sLanguage||"";return e.indexOf("-")>=0&&(e=e.slice(0,e.indexOf("-"))),"zh"!==(e=s_[e]||e)||this.sScript||"TW"!==this.sRegion?__[c_(e,this.sScript)]||__[c_(e,this.sRegion)]||__[function(e){if(e){var t=/-(saptrc|sappsd|saprigi)(?:-|$)/i.exec(e);return t&&"en-US-x-"+t[1].toLowerCase()}}(this.sPrivateUse)]||e.toUpperCase():"ZF"},getPreferredCalendarType:function(){return a_._mPreferredCalendar[this.getLanguage()+"-"+this.getRegion()]||a_._mPreferredCalendar[this.getLanguage()]||a_._mPreferredCalendar.default}});var n_,s_={iw:"he",ji:"yi"},l_={ZH:"zh-Hans",ZF:"zh-Hant",SH:"sr-Latn","6N":"en-GB","1P":"pt-PT","1X":"es-MX","3F":"fr-CA","1Q":"en-US-x-saptrc","2Q":"en-US-x-sappsd","3Q":"en-US-x-saprigi"},__=(n_=l_,Object.keys(n_).reduce((function(e,t){return e[n_[t]]=t,e}),{}));function u_(e){var t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null}var d_=u_("$cldr-rtl-locales:ar,fa,he$")||[];function c_(){return Array.prototype.filter.call(arguments,Boolean).join("-")}a_._cldrLocales=u_("$cldr-locales:ar,ar_EG,ar_SA,bg,ca,cy,cs,da,de,de_AT,de_CH,el,el_CY,en,en_AU,en_GB,en_HK,en_IE,en_IN,en_NZ,en_PG,en_SG,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_MX,es_PE,es_UY,es_VE,et,fa,fi,fr,fr_BE,fr_CA,fr_CH,fr_LU,he,hi,hr,hu,id,it,it_CH,ja,kk,ko,lt,lv,ms,nb,nl,nl_BE,pl,pt,pt_PT,ro,ru,ru_UA,sk,sl,sr,sr_Latn,sv,th,tr,uk,vi,zh_CN,zh_HK,zh_SG,zh_TW$"),a_._mPreferredCalendar={"ar-SA":o_.Islamic,fa:o_.Persian,th:o_.Buddhist,default:o_.Gregorian},a_._coreI18nLocales=u_("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,en_GB,es,es_MX,et,fi,fr,hi,hr,hu,it,iw,ja,kk,ko,lt,lv,ms,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$"),a_._impliesRTL=function(e){var t=e instanceof a_?e:new a_(e),i=t.getLanguage()||"";i=i&&s_[i]||i;var o=t.getRegion()||"";return!!(o&&d_.indexOf(i+"_"+o)>=0)||d_.indexOf(i)>=0},a_.fromSAPLogonLanguage=function(e){if(e&&"string"==typeof e){e=l_[e.toUpperCase()]||e;try{return new a_(e)}catch(e){}}};const h_=new Map,p_=new Map,g_=new Map,m_=new Set;let v_=!1;const f_={iw:"he",ji:"yi",in:"id"},b_=e=>{v_||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),v_=!0)},y_=(e,t)=>{h_.set(e,t)},w_=async(e,t,i)=>{const o=((e,t,i)=>{"no"===(e=e&&f_[e]||e)&&(e="nb"),"zh"!==e||t||("Hans"===i?t="CN":"Hant"===i&&(t="TW")),("sh"===e||"sr"===e&&"Latn"===i)&&(e="sr",t="Latn");let o=`${e}_${t}`;return K.includes(o)?p_.has(o)?o:(b_(o),Z):(o=e,K.includes(o)?p_.has(o)?o:(b_(o),Z):Z)})(e,t,i),r=z("OpenUI5Support");if(r){const e=r.getLocaleDataObject();if(e)return void y_(o,e)}try{const e=await(e=>{const t=p_.get(e);return g_.get(e)||g_.set(e,t(e)),g_.get(e)})(o);y_(o,e)}catch(e){m_.has(e.message)||(m_.add(e.message),console.error(e.message))}},k_=(e,t)=>{p_.set(e,t)};k_("en",async e=>(await fetch("https://sdk.openui5.org/1.103.0/resources/sap/ui/core/cldr/en.json")).json()),ht(()=>{const e=Lo();return w_(e.getLanguage(),e.getRegion(),e.getScript())});const x_=e=>{const t=e.match(/sap\/ui\/core\/cldr\/(\w+)\.json/);if(!t)throw new Error(`Unknown module "${e}"`);return(e=>{p_.has(e)||(e=Z);const t=h_.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);return t})(t[1])};var C_=Yl.extend("sap.ui.core.LocaleData",{constructor:function(e){this.oLocale=e,Yl.apply(this);var t=function(e){var t,i=e.getLanguage()||"",o=e.getScript()||"",r=e.getRegion()||"";function a(e){if(!(I_[e]||$_&&!0!==$_[e])){var t=I_[e]=x_("sap/ui/core/cldr/"+e+".json",{dataType:"json",failOnError:!1});t&&t.__fallbackLocale&&(!function e(t,i){var o,r,a;if(i)for(o in i)i.hasOwnProperty(o)&&(r=t[o],a=i[o],void 0===r?t[o]=a:null===r?delete t[o]:"object"==typeof r&&"object"==typeof a&&e(r,a))}(t,a(t.__fallbackLocale)),delete t.__fallbackLocale)}return I_[e]}"no"===(i=i&&B_[i]||i)&&(i="nb");"zh"!==i||r||("Hans"===o?r="CN":"Hant"===o&&(r="TW"));("sh"===i||"sr"===i&&"Latn"===o)&&(i="sr_Latn");var n=i+"_"+r,s=n;i&&r&&(t=a(n));!t&&i&&(t=a(i),s=i);t||(t=a("en"),s="en");return I_[n]=t,s=s.replace(/_/g,"-"),{mData:t,sCLDRLocaleId:s}}(e);this.mData=t.mData,this.sCLDRLocaleId=t.sCLDRLocaleId},_get:function(){return this._getDeep(this.mData,arguments)},_getMerged:function(){return this._get.apply(this,arguments)},_getDeep:function(e,t){for(var i=e,o=0;o<t.length&&void 0!==(i=i[t[o]]);o++);return i},getOrientation:function(){return this._get("orientation")},getCurrentLanguageName:function(){var e,t=this.getLanguages(),i=this.oLocale.getModernLanguage(),o=this.oLocale.getScript();return"sr"===i&&"Latn"===o&&(i="sh",o=null),this.oLocale.getRegion()&&(e=t[i+"_"+this.oLocale.getRegion()]),!e&&o&&(e=t[i+"_"+o]),e||(e=t[i]),e},getLanguages:function(){return this._get("languages")},getScripts:function(){return this._get("scripts")},getTerritories:function(){return this._get("territories")},getMonths:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"months","format",e)},getMonthsStandAlone:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"months","stand-alone",e)},getDays:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e||"short"==e,"sWidth must be narrow, abbreviate, wide or short"),this._get(D_(t),"days","format",e)},getDaysStandAlone:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e||"short"==e,"sWidth must be narrow, abbreviated, wide or short"),this._get(D_(t),"days","stand-alone",e)},getQuarters:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"quarters","format",e)},getQuartersStandAlone:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"quarters","stand-alone",e)},getDayPeriods:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"dayPeriods","format",e)},getDayPeriodsStandAlone:function(e,t){return Wl("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(D_(t),"dayPeriods","stand-alone",e)},getDatePattern:function(e,t){return Wl("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(D_(t),"dateFormats",e)},getTimePattern:function(e,t){return Wl("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(D_(t),"timeFormats",e)},getDateTimePattern:function(e,t){return Wl("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(D_(t),"dateTimeFormats",e)},getCombinedDateTimePattern:function(e,t,i){Wl("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),Wl("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full");var o=this.getDateTimePattern(e,i),r=this.getDatePattern(e,i),a=this.getTimePattern(t,i);return o.replace("{0}",a).replace("{1}",r)},getCombinedDateTimeWithTimezonePattern:function(e,t,i){return this.applyTimezonePattern(this.getCombinedDateTimePattern(e,t,i))},applyTimezonePattern:function(e){var t=[e];return this._appendItems(t,[{group:"Timezone",length:2,field:"zone",symbol:"V"}]),t[0]},getCustomDateTimePattern:function(e,t){var i=this._get(D_(t),"dateTimeFormats","availableFormats");return this._getFormatPattern(e,i,t)},getIntervalPattern:function(e,t){var i,o,r,a,n,s=this._get(D_(t),"dateTimeFormats","intervalFormats");return e&&(o=(i=e.split("-"))[0],r=i[1],(a=s[o])&&(n=a[r]))?n:s.intervalFormatFallback},getCombinedIntervalPattern:function(e,t){return this._get(D_(t),"dateTimeFormats","intervalFormats").intervalFormatFallback.replace(/\{(0|1)\}/g,e)},getCustomIntervalPattern:function(e,t,i){var o=this._get(D_(i),"dateTimeFormats","intervalFormats");return this._getFormatPattern(e,o,i,t)},_getFormatPattern:function(e,t,i,o){var r,a,n;if(o?"string"==typeof o&&("j"!=o&&"J"!=o||(o=this.getPreferredHourSymbol()),n=t[e],r=n&&n[o]):r=t[e],r){if("object"!=typeof r)return r;a=Object.keys(r).map((function(e){return r[e]}))}return a||(a=this._createFormatPattern(e,t,i,o)),a&&1===a.length?a[0]:a},_createFormatPattern:function(e,t,i,o){var r,a,n,s,l,_,u,d,c,h,p,g=this._parseSkeletonFormat(e),m=this._findBestMatch(g,e,t),v=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/;if(o){if("string"==typeof o)(c=T_[o]?T_[o].group:"")&&(h=S_[c].index>g[g.length-1].index),d=o;else{for(h=!0,"y"===g[0].symbol&&m&&m.pattern.G&&(s=T_.G,l=S_[s.group],g.splice(0,0,{symbol:"G",group:s.group,match:s.match,index:l.index,field:l.field,length:1})),p=g.length-1;p>=0;p--)if(o[(a=g[p]).group]){h=!1;break}for(p=0;p<g.length;p++)if(o[(a=g[p]).group]){d=a.symbol;break}"h"!=d&&"K"!=d||!o.DayPeriod||(d="a")}if(h)return[this.getCustomDateTimePattern(e,i)];m&&0===m.missingTokens.length&&(_=m.pattern[d])&&m.distance>0&&(_=this._expandFields(_,m.patternTokens,g)),_||(n=this._get(D_(i),"dateTimeFormats","availableFormats"),v.test(e)&&"ahHkKjJms".indexOf(d)>=0?_=this._getMixedFormatPattern(e,n,i,o):(u=this._getFormatPattern(e,n,i),_=this.getCombinedIntervalPattern(u,i))),r=[_]}else if(m){if("string"==typeof m.pattern)r=[m.pattern];else if("object"==typeof m.pattern)for(var f in r=[],m.pattern)_=m.pattern[f],r.push(_);m.distance>0&&(m.missingTokens.length>0?v.test(e)?r=[this._getMixedFormatPattern(e,t,i)]:(r=this._expandFields(r,m.patternTokens,g),r=this._appendItems(r,m.missingTokens,i)):r=this._expandFields(r,m.patternTokens,g))}else r=[_=e];return e.indexOf("J")>=0&&r.forEach((function(e,t){r[t]=e.replace(/ ?[abB](?=([^']*'[^']*')*[^']*)$/g,"")})),r},_parseSkeletonFormat:function(e){for(var t,i,o,r=[],a={index:-1},n=0;n<e.length;n++)if("j"!=(t=e.charAt(n))&&"J"!=t||(t=this.getPreferredHourSymbol()),t!=a.symbol){if(i=T_[t],o=S_[i.group],"Other"==i.group||o.diffOnly)throw new Error("Symbol '"+t+"' is not allowed in skeleton format '"+e+"'");if(o.index<=a.index)throw new Error("Symbol '"+t+"' at wrong position or duplicate in skeleton format '"+e+"'");a={symbol:t,group:i.group,match:i.match,index:o.index,field:o.field,length:1},r.push(a)}else a.length++;return r},_findBestMatch:function(e,t,i){var o,r,a,n,s,l,_,u,d,c,h={distance:1e4,firstDiffPos:-1};for(var p in i)if(!("intervalFormatFallback"===p||p.indexOf("B")>-1||(o=this._parseSkeletonFormat(p),l=0,r=[],_=!0,e.length<o.length))){s=0,u=e.length;for(var g=0;g<e.length;g++){if(a=e[g],n=o[s],u===e.length&&(u=g),n){if(d=T_[a.symbol],c=T_[n.symbol],a.symbol===n.symbol){a.length===n.length?u===g&&(u=e.length):(a.length<d.numericCeiling?n.length<c.numericCeiling:n.length>=c.numericCeiling)?l+=Math.abs(a.length-n.length):l+=5,s++;continue}if(a.match==n.match){l+=Math.abs(a.length-n.length)+10,s++;continue}}r.push(a),l+=50-g}s<o.length&&(_=!1),_&&(l<h.distance||l===h.distance&&u>h.firstDiffPos)&&(h.distance=l,h.firstDiffPos=u,h.missingTokens=r,h.pattern=i[p],h.patternTokens=o)}if(h.pattern)return h},_expandFields:function(e,t,i){var o="string"==typeof e,r=(o?[e]:e).map((function(e){var o,r,a,n,s,l,_,u,d={},c={},h="",p=!1,g=0;for(i.forEach((function(e){d[e.group]=e})),t.forEach((function(e){c[e.group]=e}));g<e.length;){if(u=e.charAt(g),p)h+=u,"'"==u&&(p=!1);else if((_=T_[u])&&d[_.group]&&c[_.group]){for(s=d[_.group],l=c[_.group],o=s.length,a=l.length,r=1;e.charAt(g+1)==u;)g++,r++;n=o===a||(o<_.numericCeiling?r>=_.numericCeiling:r<_.numericCeiling)?r:Math.max(r,o);for(var m=0;m<n;m++)h+=u}else h+=u,"'"==u&&(p=!0);g++}return h}));return o?r[0]:r},_appendItems:function(e,t,i){var o=this._get(D_(i),"dateTimeFormats","appendItems");return e.forEach(function(i,r){var a,n,s;t.forEach(function(t){n=o[t.group],a="'"+this.getDisplayName(t.field)+"'",s="";for(var l=0;l<t.length;l++)s+=t.symbol;e[r]=n.replace(/\{0\}/,i).replace(/\{1\}/,s).replace(/\{2\}/,a)}.bind(this))}.bind(this)),e},_getMixedFormatPattern:function(e,t,i,o){var r,a,n,s,l,_;return a=(r=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/.exec(e))[1],n=r[2],l=this._getFormatPattern(a,t,i),_=o?this.getCustomIntervalPattern(n,o,i):this._getFormatPattern(n,t,i),s=/MMMM|LLLL/.test(a)?/E|e|c/.test(a)?"full":"long":/MMM|LLL/.test(a)?"medium":"short",this.getDateTimePattern(s,i).replace(/\{1\}/,l).replace(/\{0\}/,_)},getNumberSymbol:function(e){return Wl("decimal"==e||"group"==e||"plusSign"==e||"minusSign"==e||"percentSign"==e,"sType must be decimal, group, plusSign, minusSign or percentSign"),this._get("symbols-latn-"+e)},getLenientNumberSymbols:function(e){return Wl("plusSign"==e||"minusSign"==e,"sType must be plusSign or minusSign"),this._get("lenient-scope-number")[e]},getDecimalPattern:function(){return this._get("decimalFormat").standard},getCurrencyPattern:function(e){return this._get("currencyFormat")[e]||this._get("currencyFormat").standard},getCurrencySpacing:function(e){return this._get("currencyFormat","currencySpacing","after"===e?"afterCurrency":"beforeCurrency")},getPercentPattern:function(){return this._get("percentFormat").standard},getMiscPattern:function(e){return Wl("approximately"==e||"atLeast"==e||"atMost"==e||"range"==e,"sName must be approximately, atLeast, atMost or range"),this._get("miscPattern")[e]},getMinimalDaysInFirstWeek:function(){return this._get("weekData-minDays")},getFirstDayOfWeek:function(){return this._get("weekData-firstDay")},getWeekendStart:function(){return this._get("weekData-weekendStart")},getWeekendEnd:function(){return this._get("weekData-weekendEnd")},getCustomCurrencyCodes:function(){var e=this._get("currency")||{},t={};return Object.keys(e).forEach((function(e){t[e]=e})),t},getCurrencyDigits:function(e){var t=this._get("currency");if(t){if(t[e]&&t[e].hasOwnProperty("digits"))return t[e].digits;if(t.DEFAULT&&t.DEFAULT.hasOwnProperty("digits"))return t.DEFAULT.digits}var i=this._get("currencyDigits",e);return null==i&&null==(i=this._get("currencyDigits","DEFAULT"))&&(i=2),i},getCurrencySymbol:function(e){var t=this.getCurrencySymbols();return t&&t[e]||e},getCurrencyCodeBySymbol:function(e){var t,i=this._get("currencySymbols");for(t in i)if(i[t]===e)return t;return e},getCurrencySymbols:function(){var e,t=this._get("currency"),i={};for(var o in t)e=t[o].isoCode,t[o].symbol?i[o]=t[o].symbol:e&&(i[o]=this._get("currencySymbols")[e]);return Object.assign({},this._get("currencySymbols"),i)},getUnitDisplayName:function(e){var t=this.getUnitFormat(e);return t&&t.displayName||""},getRelativePatterns:function(e,t){void 0===t&&(t="wide"),Wl("wide"===t||"short"===t||"narrow"===t,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var i,o,r,a,n=[],s=this.getPluralCategories();return e||(e=["year","month","week","day","hour","minute","second"]),e.forEach(function(e){for(var l in i=this._get("dateFields",e+"-"+t))0===l.indexOf("relative-type-")?(r=parseInt(l.substr(14)),n.push({scale:e,value:r,pattern:i[l]})):0==l.indexOf("relativeTime-type-")&&(o=i[l],a="past"===l.substr(18)?-1:1,s.forEach((function(t){n.push({scale:e,sign:a,pattern:o["relativeTimePattern-count-"+t]})})))}.bind(this)),n},getRelativePattern:function(e,t,i,o){var r,a;return"string"==typeof i&&(o=i,i=void 0),void 0===i&&(i=t>0),void 0===o&&(o="wide"),Wl("wide"===o||"short"===o||"narrow"===o,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'"),a=e+"-"+o,0!==t&&-2!==t&&2!==t||(r=this._get("dateFields",a,"relative-type-"+t)),r||(r=this._get("dateFields",a,"relativeTime-type-"+(i?"future":"past"))["relativeTimePattern-count-"+this.getPluralCategory(Math.abs(t).toString())]),r},getRelativeSecond:function(e,t){return this.getRelativePattern("second",e,t)},getRelativeMinute:function(e,t){return 0==e?null:this.getRelativePattern("minute",e,t)},getRelativeHour:function(e,t){return 0==e?null:this.getRelativePattern("hour",e,t)},getRelativeDay:function(e,t){return this.getRelativePattern("day",e,t)},getRelativeWeek:function(e,t){return this.getRelativePattern("week",e,t)},getRelativeMonth:function(e,t){return this.getRelativePattern("month",e,t)},getDisplayName:function(e,t){Wl("second"==e||"minute"==e||"hour"==e||"zone"==e||"day"==e||"weekday"==e||"week"==e||"month"==e||"quarter"==e||"year"==e||"era"==e,"sType must be second, minute, hour, zone, day, weekday, week, month, quarter, year, era"),void 0===t&&(t="wide"),Wl("wide"===t||"short"===t||"narrow"===t,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var i=-1===["era","weekday","zone"].indexOf(e)?e+"-"+t:e;return this._get("dateFields",i,"displayName")},getRelativeYear:function(e,t){return this.getRelativePattern("year",e,t)},getDecimalFormat:function(e,t,i){var o,r;switch(e){case"long":r=this._get("decimalFormat-long");break;default:r=this._get("decimalFormat-short")}if(r){var a=t+"-"+i;(o=r[a])||(o=r[a=t+"-other"])}return o},getCurrencyFormat:function(e,t,i){var o,r=this._get("currencyFormat-"+e);if(!r){if("sap-short"===e)throw new Error('Failed to get CLDR data for property "currencyFormat-sap-short"');r=this._get("currencyFormat-short")}if(r){var a=t+"-"+i;(o=r[a])||(o=r[a=t+"-other"])}return o},getListFormat:function(e,t){var i=this._get("listPattern-"+(e||"standard")+"-"+(t||"wide"));return i||{}},getResolvedUnitFormat:function(e){return e=this.getUnitFromMapping(e)||e,this.getUnitFormat(e)},getUnitFormat:function(e){return this._get("units","short",e)},getUnitFormats:function(){return this._getMerged("units","short")},getUnitFromMapping:function(e){return this._get("unitMappings",e)},getEras:function(e,t){Wl("wide"==e||"abbreviated"==e||"narrow"==e,"sWidth must be wide, abbreviate or narrow");var i=this._get(D_(t),"era-"+e),o=[];for(var r in i)o[parseInt(r)]=i[r];return o},getEraDates:function(e){var t=this._get("eras-"+e.toLowerCase()),i=[];for(var o in t)i[parseInt(o)]=t[o];return i},getCalendarWeek:function(e,t){Wl("wide"==e||"narrow"==e,"sStyle must be wide or narrow");var i="date.week.calendarweek."+e;return Tl.getLibraryResourceBundle("sap.ui.core",this.oLocale.toString()).getText(i,t)},firstDayStartsFirstWeek:function(){return"FIRSTDAY_STARTS_FIRSTWEEK"===this._get("weekData-algorithm")},getPreferredCalendarType:function(){var e,t,i,o=this._get("calendarPreference"),r=o?o.split(" "):[];for(i=0;i<r.length;i++)for(t in e=r[i].split("-")[0],o_)if(e===t.toLowerCase())return t;return o_.Gregorian},getPreferredHourSymbol:function(){return this._get("timeData","_preferred")},getPluralCategories:function(){var e=this._get("plurals"),t=Object.keys(e);return t.push("other"),t},getPluralCategory:function(e){var t=this._get("plurals");for(var i in"number"==typeof e&&(e=e.toString()),this._pluralTest||(this._pluralTest={}),t){var o=this._pluralTest[i];if(o||(o=this._parsePluralRule(t[i]),this._pluralTest[i]=o),o(e))return i}return"other"},_parsePluralRule:function(e){var t,i=",",o=0;function r(e){return t[o]===e&&(o++,!0)}function a(){var e=t[o];return o++,e}t=e.split(" ");var n=function e(){var t,o;return t=function e(){var t,o;if(t=function(){var e,t,o;if(e=function(){var e;if(e=function(){if(r("n"))return function(e){return e.n};if(r("i"))return function(e){return e.i};if(r("f"))return function(e){return e.f};if(r("t"))return function(e){return e.t};if(r("v"))return function(e){return e.v};if(r("w"))return function(e){return e.w};throw new Error("Unknown operand: "+a())}(),r("%")){var t=parseInt(a());return function(i){return e(i)%t}}return e}(),r("="))o=!0;else{if(!r("!="))throw new Error("Expected '=' or '!='");o=!1}return t=function(){var e,t,o,r=[];return a().split(i).forEach((function(i){if(1===(e=i.split("..")).length)r.push(parseInt(i));else{t=parseInt(e[0]),o=parseInt(e[1]);for(var a=t;a<=o;a++)r.push(a)}})),function(e){return r}}(),o?function(i){return t(i).indexOf(e(i))>=0}:function(i){return-1===t(i).indexOf(e(i))}}(),r("and"))return o=e(),function(e){return t(e)&&o(e)};return t}(),r("or")?(o=e(),function(e){return t(e)||o(e)}):t}();if(o!=t.length)throw new Error("Not completely parsed");return function(e){var t,i,o,r,a=e.indexOf(".");return-1===a?(t=e,i="",o=""):(t=e.substr(0,a),o=(i=e.substr(a+1)).replace(/0+$/,"")),r={n:parseFloat(e),i:parseInt(t),v:i.length,w:o.length,f:parseInt(i),t:parseInt(o)},n(r)}}}),S_={Era:{field:"era",index:0},Year:{field:"year",index:1},Quarter:{field:"quarter",index:2},Month:{field:"month",index:3},Week:{field:"week",index:4},"Day-Of-Week":{field:"weekday",index:5},Day:{field:"day",index:6},DayPeriod:{field:"hour",index:7,diffOnly:!0},Hour:{field:"hour",index:8},Minute:{field:"minute",index:9},Second:{field:"second",index:10},Timezone:{field:"zone",index:11}},T_={G:{group:"Era",match:"Era",numericCeiling:1},y:{group:"Year",match:"Year",numericCeiling:100},Y:{group:"Year",match:"Year",numericCeiling:100},Q:{group:"Quarter",match:"Quarter",numericCeiling:3},q:{group:"Quarter",match:"Quarter",numericCeiling:3},M:{group:"Month",match:"Month",numericCeiling:3},L:{group:"Month",match:"Month",numericCeiling:3},w:{group:"Week",match:"Week",numericCeiling:100},W:{group:"Week",match:"Week",numericCeiling:100},d:{group:"Day",match:"Day",numericCeiling:100},D:{group:"Day",match:"Day",numericCeiling:100},E:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:1},e:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:3},c:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:2},h:{group:"Hour",match:"Hour12",numericCeiling:100},H:{group:"Hour",match:"Hour24",numericCeiling:100},k:{group:"Hour",match:"Hour24",numericCeiling:100},K:{group:"Hour",match:"Hour12",numericCeiling:100},m:{group:"Minute",match:"Minute",numericCeiling:100},s:{group:"Second",match:"Second",numericCeiling:100},z:{group:"Timezone",match:"Timezone",numericCeiling:1},Z:{group:"Timezone",match:"Timezone",numericCeiling:1},O:{group:"Timezone",match:"Timezone",numericCeiling:1},v:{group:"Timezone",match:"Timezone",numericCeiling:1},V:{group:"Timezone",match:"Timezone",numericCeiling:1},X:{group:"Timezone",match:"Timezone",numericCeiling:1},x:{group:"Timezone",match:"Timezone",numericCeiling:1},S:{group:"Other",numericCeiling:100},u:{group:"Other",numericCeiling:100},U:{group:"Other",numericCeiling:1},r:{group:"Other",numericCeiling:100},F:{group:"Other",numericCeiling:100},g:{group:"Other",numericCeiling:100},a:{group:"DayPeriod",numericCeiling:1},b:{group:"Other",numericCeiling:1},B:{group:"Other",numericCeiling:1},A:{group:"Other",numericCeiling:100}},B_={iw:"he",ji:"yi"},$_=function(){var e,t=a_._cldrLocales,i={};if(t)for(e=0;e<t.length;e++)i[t[e]]=!0;return i}(),I_={};function D_(e){return e||(e=Tl.getConfiguration().getCalendarType()),"ca-"+e.toLowerCase()}var A_=C_.extend("sap.ui.core.CustomLocaleData",{constructor:function(e){C_.apply(this,arguments),this.mCustomData=Tl.getConfiguration().getFormatSettings().getCustomLocaleData()},_get:function(){var e,t=Array.prototype.slice.call(arguments);0==t[0].indexOf("ca-")&&t[0]==D_()&&(t=t.slice(1)),e=t.join("-");var i=this.mCustomData[e];return null==i&&null==(i=this._getDeep(this.mCustomData,arguments))&&(i=this._getDeep(this.mData,arguments)),i},_getMerged:function(){var e=this._getDeep(this.mData,arguments),t=this._getDeep(this.mCustomData,arguments);return i_({},e,t)}});C_.getInstance=function(e){return e.hasPrivateUseSubtag("sapufmt")?new A_(e):new C_(e)};var F_=new Map,E_=function(e){if(!F_.has(e))throw new Error("Required calendar type: "+e+" not loaded.");return F_.get(e)},P_=function(e,t){F_.set(e,t)},M_=Yl.extend("sap.ui.core.date.UniversalDate",{constructor:function(){var e=M_.getClass();return this.createDate(e,arguments)}});M_.UTC=function(){var e=M_.getClass();return e.UTC.apply(e,arguments)},M_.now=function(){return Date.now()},M_.prototype.createDate=function(e,t){switch(t.length){case 0:return new e;case 1:return new e(t[0]instanceof Date?t[0].getTime():t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}},M_.getInstance=function(e,t){var i,o;if(e instanceof M_?e=e.getJSDate():e||(e=new Date),isNaN(e.getTime()))throw new Error("The given date object is invalid");return t||(t=Tl.getConfiguration().getCalendarType()),i=M_.getClass(t),(o=Object.create(i.prototype)).oDate=e,o.sCalendarType=t,o},M_.getClass=function(e){return e||(e=Tl.getConfiguration().getCalendarType()),E_(e)},["getDate","getMonth","getFullYear","getYear","getDay","getHours","getMinutes","getSeconds","getMilliseconds","getUTCDate","getUTCMonth","getUTCFullYear","getUTCDay","getUTCHours","getUTCMinutes","getUTCSeconds","getUTCMilliseconds","getTime","valueOf","getTimezoneOffset","toString","toDateString","setDate","setFullYear","setYear","setMonth","setHours","setMinutes","setSeconds","setMilliseconds","setUTCDate","setUTCFullYear","setUTCMonth","setUTCHours","setUTCMinutes","setUTCSeconds","setUTCMilliseconds"].forEach((function(e){M_.prototype[e]=function(){return this.oDate[e].apply(this.oDate,arguments)}})),M_.prototype.getJSDate=function(){return this.oDate},M_.prototype.getCalendarType=function(){return this.sCalendarType},M_.prototype.getEra=function(){return M_.getEraByDate(this.sCalendarType,this.oDate.getFullYear(),this.oDate.getMonth(),this.oDate.getDate())},M_.prototype.setEra=function(e){},M_.prototype.getUTCEra=function(){return M_.getEraByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.oDate.getUTCMonth(),this.oDate.getUTCDate())},M_.prototype.setUTCEra=function(e){},M_.prototype.getWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.getFullYear(),this.getMonth(),this.getDate())},M_.prototype.setWeek=function(e){var t=M_.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week);this.setFullYear(t.year,t.month,t.day)},M_.prototype.getUTCWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},M_.prototype.setUTCWeek=function(e){var t=M_.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week);this.setUTCFullYear(t.year,t.month,t.day)},M_.prototype.getQuarter=function(){return Math.floor(this.getMonth()/3)},M_.prototype.getUTCQuarter=function(){return Math.floor(this.getUTCMonth()/3)},M_.prototype.getDayPeriod=function(){return this.getHours()<12?0:1},M_.prototype.getUTCDayPeriod=function(){return this.getUTCHours()<12?0:1},M_.prototype.getTimezoneShort=function(){if(this.oDate.getTimezoneShort)return this.oDate.getTimezoneShort()},M_.prototype.getTimezoneLong=function(){if(this.oDate.getTimezoneLong)return this.oDate.getTimezoneLong()};function L_(e,t){var i=Tl.getConfiguration().getFormatSettings().getFormatLocale(),o=C_.getInstance(i),r=o.getMinimalDaysInFirstWeek(),a=o.getFirstDayOfWeek(),n=new e(e.UTC(t,0,1)),s=7;if(isNaN(n.getTime()))throw new Error("Could not determine the first day of the week, because the date object is invalid");for(;n.getUTCDay()!==a;)n.setUTCDate(n.getUTCDate()-1),s--;return s<r&&n.setUTCDate(n.getUTCDate()+7),n}function z_(e,t){return Math.floor((t.valueOf()-e.valueOf())/6048e5)}M_.getWeekByDate=function(e,t,i,o){var r,a,n,s,l=Tl.getConfiguration().getFormatSettings().getFormatLocale(),_=C_.getInstance(l),u=this.getClass(e),d=L_(u,t),c=new u(u.UTC(t,i,o));return _.firstDayStartsFirstWeek()?r=z_(d,c):(n=t+1,s=L_(u,a=t-1),c>=L_(u,n)?(t=n,r=0):c<d?(t=a,r=z_(s,c)):r=z_(d,c)),{year:t,week:r}},M_.getFirstDateOfWeek=function(e,t,i){var o=Tl.getConfiguration().getFormatSettings().getFormatLocale(),r=C_.getInstance(o),a=this.getClass(e),n=L_(a,t),s=new a(n.valueOf()+6048e5*i);return r.firstDayStartsFirstWeek()&&0===i&&n.getUTCFullYear()<t?{year:t,month:0,day:1}:{year:s.getUTCFullYear(),month:s.getUTCMonth(),day:s.getUTCDate()}};var N_={};function O_(e){var t=Tl.getConfiguration().getFormatSettings().getFormatLocale(),i=C_.getInstance(t);if(!(o=N_[e])){var o;(o=i.getEraDates(e))[0]||(o[0]={_start:"1-1-1"});for(var r=0;r<o.length;r++){var a=o[r];a&&(a._start&&(a._startInfo=H_(a._start)),a._end&&(a._endInfo=H_(a._end)))}N_[e]=o}return o}function H_(e){var t,i,o,r=e.split("-");return""==r[0]?(t=-parseInt(r[1]),i=parseInt(r[2])-1,o=parseInt(r[3])):(t=parseInt(r[0]),i=parseInt(r[1])-1,o=parseInt(r[2])),{timestamp:new Date(0).setUTCFullYear(t,i,o),year:t,month:i,day:o}}M_.getEraByDate=function(e,t,i,o){for(var r,a=O_(e),n=new Date(0).setUTCFullYear(t,i,o),s=a.length-1;s>=0;s--)if(r=a[s]){if(r._start&&n>=r._startInfo.timestamp)return s;if(r._end&&n<r._endInfo.timestamp)return s}},M_.getCurrentEra=function(e){var t=new Date;return this.getEraByDate(e,t.getFullYear(),t.getMonth(),t.getDate())},M_.getEraStartDate=function(e,t){var i=O_(e),o=i[t]||i[0];if(o._start)return o._startInfo};class R_{constructor(){let e,t,i,o=arguments;switch(o.length){case 0:return t=new Date,this.constructor(t.getFullYear(),t.getMonth(),t.getDate());case 1:case 2:if(!(o[0]instanceof R_))throw new Error("Invalid arguments: the first argument must be of type sap.ui.unified.calendar.CalendarDate.");i=o[1]?o[1]:o[0]._oUDate.sCalendarType,e=new Date(o[0].valueOf()),e.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),this._oUDate=U_(e,i);break;case 3:case 4:j_(o[0],`Invalid year: ${o[0]}`),j_(o[1],`Invalid month: ${o[1]}`),j_(o[2],`Invalid date: ${o[2]}`),e=new Date(0,0,1),e.setFullYear(o[0],o[1],o[2]),o[3]&&(i=o[3]),this._oUDate=U_(e,i);break;default:throw new Error(`Invalid arguments. Accepted arguments are: 1) oCalendarDate, (optional)calendarTypeor 2) year, month, date, (optional) calendarType${o}`)}}getYear(){return this._oUDate.getUTCFullYear()}setYear(e){return j_(e,`Invalid year: ${e}`),this._oUDate.setUTCFullYear(e),this}getMonth(){return this._oUDate.getUTCMonth()}setMonth(e,t){return j_(e,`Invalid month: ${e}`),t||0===t?(j_(t,`Invalid date: ${t}`),this._oUDate.setUTCMonth(e,t)):this._oUDate.setUTCMonth(e),this}getDate(){return this._oUDate.getUTCDate()}setDate(e){return j_(e,`Invalid date: ${e}`),this._oUDate.setUTCDate(e),this}getDay(){return this._oUDate.getUTCDay()}getCalendarType(){return this._oUDate.sCalendarType}isBefore(e){return W_(e),this.valueOf()<e.valueOf()}isAfter(e){return W_(e),this.valueOf()>e.valueOf()}isSameOrBefore(e){return W_(e),this.valueOf()<=e.valueOf()}isSameOrAfter(e){return W_(e),this.valueOf()>=e.valueOf()}isSame(e){return W_(e),this.valueOf()===e.valueOf()}toLocalJSDate(){const e=new Date(this._oUDate.getTime());return e.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e.setHours(0,0,0,0),e}toUTCJSDate(){const e=new Date(this._oUDate.getTime());return e.setUTCHours(0,0,0,0),e}toString(){return`${this._oUDate.sCalendarType}: ${this.getYear()}/${this.getMonth()+1}/${this.getDate()}`}valueOf(){return this._oUDate.getTime()}static fromLocalJSDate(e,t){if(!(i=e)||"[object Date]"!==Object.prototype.toString.call(i)||isNaN(i))throw new Error(`Date parameter must be a JavaScript Date object: [${e}].`);var i;return new R_(e.getFullYear(),e.getMonth(),e.getDate(),t)}static fromTimestamp(e,t){const i=new R_(0,0,1);let o;try{o=M_.getInstance(new Date(e),t)}catch(e){o=new Date(NaN)}return i._oUDate=o,i}}function U_(e,t){return t?M_.getInstance(V_(e),t):new M_(V_(e).getTime())}function V_(e){const t=new Date(Date.UTC(0,0,1));return t.setUTCFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t}function W_(e){if(!(e instanceof R_))throw new Error(`Invalid calendar date: [${e}]. Expected: sap.ui.unified.calendar.CalendarDate`)}function j_(e,t){if(void 0===e||e===1/0||isNaN(e))throw t}const q_=(e,t,i,o=null,r=null)=>{const a=new R_(e);if("day"===i)a.setDate(e.getDate()+t);else if("month"===i){a.setMonth(e.getMonth()+t);const i=-1===t&&a.getMonth()===e.getMonth(),o=1===t&&a.getMonth()-e.getMonth()>1;(i||o)&&a.setDate(0)}else a.setYear(e.getYear()+t),a.getMonth()!==e.getMonth()&&a.setDate(0);return o&&a.valueOf()<o.valueOf()?new R_(o):r&&a.valueOf()>r.valueOf()?new R_(r):a},Y_=e=>R_.fromLocalJSDate(new Date,e).valueOf()/1e3,G_="M409.5 52q32 0 54.5 22t22.5 54v307q0 32-22.5 54t-54.5 22h-307q-32 0-54-22t-22-54V128q0-32 22-54t54-22h52V26q0-11 7-18.5t18-7.5T198 7.5t7.5 18.5v26h102V26q0-11 7-18.5t18-7.5q12 0 19 7.5t7 18.5v26h51zm-307 51q-25 0-25 25v77h358v-77q0-11-7.5-18t-18.5-7h-51v25q0 11-7 18.5t-19 7.5q-11 0-18-7.5t-7-18.5v-25h-102v25q0 11-7.5 18.5t-18.5 7.5-18-7.5-7-18.5v-25h-52zm307 357q11 0 18.5-7t7.5-18V256h-358v179q0 25 25 25h307zm-153-166q16 0 27 11t11 28q0 16-11 27t-27 11-27.5-11-11.5-27q0-17 11.5-28t27.5-11zm102 0q16 0 27 11t11 28q0 16-11 27t-27 11-27-11-11-27q0-17 11-28t27-11zm-204 0q16 0 27 11t11 28q0 16-11 27t-27 11q-17 0-28-11t-11-27q0-17 11-28t28-11z";Fr("appointment-2",{pathData:G_,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const X_="M32 481V65q0-14 9.5-23T64 33h64V1h32v32h192V1h32v32h64q14 0 23 9t9 23v416q0 14-9 23t-23 9H64q-13 0-22.5-9T32 481zm416 0V129H64v352h384zM256 193q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zM128 321q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm256-128q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm0 128q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm-128 0q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zM96 225q0-14 9-23t23-9 23 9 9 23-9 23-23 9-23-9-9-23zM384 97V65h-32v32h32zM128 65v32h32V65h-32z";Fr("appointment-2",{pathData:X_,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Z_={Dialog:"Dialog",Grid:"Grid",ListBox:"ListBox",Menu:"Menu",Tree:"Tree"};class K_ extends Re{static isValid(e){return!!Z_[e]}}K_.generateTypeAccessors(Z_);var J_=function(e,t,i,o,r){if("boolean"==typeof i&&(o=i,i=void 0),r||(r=0),i||(i=10),r>i)return Fl.warning("deepEqual comparison exceeded maximum recursion depth of "+i+". Treating values as unequal"),!1;if(e===t||Number.isNaN(e)&&Number.isNaN(t))return!0;if(Array.isArray(e)&&Array.isArray(t)){if(!o&&e.length!==t.length)return!1;if(e.length>t.length)return!1;for(var a=0;a<e.length;a++)if(!J_(e[a],t[a],i,o,r+1))return!1;return!0}if("object"==typeof e&&"object"==typeof t){if(!e||!t)return!1;if(e.constructor!==t.constructor)return!1;if(!o&&Object.keys(e).length!==Object.keys(t).length)return!1;if(e instanceof Node)return e.isEqualNode(t);if(e instanceof Date)return e.valueOf()===t.valueOf();for(var a in e)if(!J_(e[a],t[a],i,o,r+1))return!1;return!0}return!1},Q_=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,eu=function(){throw new Error},tu="time",iu="datetime",ou="datetimeWithTimezone",ru={},au=function(e){if("string"!=typeof e&&!(e instanceof String)&&null!=e)throw new TypeError("The given timezone must be a string.")};eu.oDateInfo={type:"date",oDefaultFormatOptions:{style:"medium",relativeScale:"day",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"yyyy-MM-dd"},{pattern:"yyyyMMdd",strictParsing:!0}],bShortFallbackFormatOptions:!0,bPatternFallbackWithoutDelimiter:!0,getPattern:function(e,t,i){return e.getDatePattern(t,i)},oRequiredParts:{text:!0,year:!0,weekYear:!0,month:!0,day:!0},aRelativeScales:["year","month","week","day"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["Era","FullYear","Quarter","Month","Week","Date"]},eu.oDateTimeInfo={type:iu,oDefaultFormatOptions:{style:"medium",relativeScale:"auto",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"yyyy-MM-dd'T'HH:mm:ss"},{pattern:"yyyyMMdd HHmmss"}],getPattern:function(e,t,i){var o=t.indexOf("/");return o>0?e.getCombinedDateTimePattern(t.substr(0,o),t.substr(o+1),i):e.getCombinedDateTimePattern(t,t,i)},oRequiredParts:{text:!0,year:!0,weekYear:!0,month:!0,day:!0,hour0_23:!0,hour1_24:!0,hour0_11:!0,hour1_12:!0},aRelativeScales:["year","month","week","day","hour","minute","second"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["Era","FullYear","Quarter","Month","Week","Date","DayPeriod","Hours","Minutes","Seconds"]},eu._getDateTimeWithTimezoneInfo=function(e){var t=void 0===e.showDate||e.showDate,i=void 0===e.showTime||e.showTime,o=void 0===e.showTimezone||e.showTimezone,r=eu.oDateTimeInfo;return t&&!i?r=eu.oDateInfo:!t&&i&&(r=eu.oTimeInfo),Object.assign({},r,{type:ou,getTimezonePattern:function(e){return t||i||!o?o?e+" VV":e:"VV"},getPattern:function(e,a,n){if(!t&&!i&&o)return"VV";if(!o)return r.getPattern(e,a,n);var s=r.getPattern(e,a,n);return e.applyTimezonePattern(s)}})},eu.oTimeInfo={type:tu,oDefaultFormatOptions:{style:"medium",relativeScale:"auto",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"HH:mm:ss"},{pattern:"HHmmss"}],getPattern:function(e,t,i){return e.getTimePattern(t,i)},oRequiredParts:{text:!0,hour0_23:!0,hour1_24:!0,hour0_11:!0,hour1_12:!0},aRelativeScales:["hour","minute","second"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["DayPeriod","Hours","Minutes","Seconds"]},eu.getInstance=function(e,t){return this.getDateInstance(e,t)},eu.getDateInstance=function(e,t){return this.createInstance(e,t,this.oDateInfo)},eu.getDateTimeInstance=function(e,t){return this.createInstance(e,t,this.oDateTimeInfo)},eu.getDateTimeWithTimezoneInstance=function(e,t){if(e&&!(e instanceof a_)){if("string"==typeof(e=Object.assign({},e)).showTimezone){var i=e.showTimezone;void 0===e.showDate&&void 0===e.showTime&&("Hide"===i?e.showTimezone=!1:"Only"===i&&(e.showDate=!1,e.showTime=!1)),e.showTimezone="Hide"!==i}if(!1===e.showDate&&!1===e.showTime&&!1===e.showTimezone)throw new TypeError("Invalid Configuration. One of the following format options must be true: showDate, showTime or showTimezone.")}return this.createInstance(e,t,eu._getDateTimeWithTimezoneInfo(e||{}))},eu.getTimeInstance=function(e,t){return this.createInstance(e,t,this.oTimeInfo)},eu.createInstance=function(e,t,i){var o=Object.create(this.prototype);if(e instanceof a_&&(t=e,e=void 0),t||(t=Tl.getConfiguration().getFormatSettings().getFormatLocale()),o.oLocale=t,o.oLocaleData=C_.getInstance(t),o.oFormatOptions=i_({},i.oDefaultFormatOptions,e),i.type===ou?(o.oFormatOptions.interval=!1,o.oFormatOptions.singleIntervalValue=!1,o.oFormatOptions.UTC=!1):(o.oFormatOptions.showTimezone=void 0,o.oFormatOptions.showDate=void 0,o.oFormatOptions.showTime=void 0),o.type=i.type,o.oFormatOptions.calendarType||(o.oFormatOptions.calendarType=Tl.getConfiguration().getCalendarType()),o.oFormatOptions.pattern||(o.oFormatOptions.format?o.oFormatOptions.pattern=o.oLocaleData.getCustomDateTimePattern(o.oFormatOptions.format,o.oFormatOptions.calendarType):o.oFormatOptions.pattern=i.getPattern(o.oLocaleData,o.oFormatOptions.style,o.oFormatOptions.calendarType)),o.oFormatOptions.interval){o.oFormatOptions.format?(o.intervalPatterns=o.oLocaleData.getCustomIntervalPattern(o.oFormatOptions.format,null,o.oFormatOptions.calendarType),"string"==typeof o.intervalPatterns&&(o.intervalPatterns=[o.intervalPatterns]),o.intervalPatterns.push(o.oLocaleData.getCustomDateTimePattern(o.oFormatOptions.format,o.oFormatOptions.calendarType))):o.intervalPatterns=[o.oLocaleData.getCombinedIntervalPattern(o.oFormatOptions.pattern,o.oFormatOptions.calendarType),o.oFormatOptions.pattern];var r=function(e){var t=e.oLocaleData.getIntervalPattern("",e.oFormatOptions.calendarType);return(t=t.replace(/[^\{\}01 ]/,"-")).replace(/\{(0|1)\}/g,e.oFormatOptions.pattern)}(o);o.intervalPatterns.push(r)}if(!o.oFormatOptions.fallback){i.oFallbackFormats||(i.oFallbackFormats={});var a,n,s=t.toString(),l=o.oFormatOptions.calendarType,_=s+"-"+l;o.oFormatOptions.pattern&&i.bPatternFallbackWithoutDelimiter&&(_=_+"-"+o.oFormatOptions.pattern),o.oFormatOptions.interval&&(_+="-interval");var u=i.oFallbackFormats[_]?Object.assign({},i.oFallbackFormats[_]):void 0;u||(n=i.aFallbackFormatOptions,i.bShortFallbackFormatOptions&&(a=i.getPattern(o.oLocaleData,"short"),n=n.concat(eu._createFallbackOptionsWithoutDelimiter(a))),o.oFormatOptions.pattern&&i.bPatternFallbackWithoutDelimiter&&(n=eu._createFallbackOptionsWithoutDelimiter(o.oFormatOptions.pattern).concat(n)),u=eu._createFallbackFormat(n,l,t,i,o.oFormatOptions)),o.aFallbackFormats=u}return o.oRequiredParts=i.oRequiredParts,o.aRelativeScales=i.aRelativeScales,o.aRelativeParseScales=i.aRelativeParseScales,o.aIntervalCompareFields=i.aIntervalCompareFields,o.init(),o},eu.prototype.init=function(){var e=this.oFormatOptions.calendarType;this.aMonthsAbbrev=this.oLocaleData.getMonths("abbreviated",e),this.aMonthsWide=this.oLocaleData.getMonths("wide",e),this.aMonthsNarrow=this.oLocaleData.getMonths("narrow",e),this.aMonthsAbbrevSt=this.oLocaleData.getMonthsStandAlone("abbreviated",e),this.aMonthsWideSt=this.oLocaleData.getMonthsStandAlone("wide",e),this.aMonthsNarrowSt=this.oLocaleData.getMonthsStandAlone("narrow",e),this.aDaysAbbrev=this.oLocaleData.getDays("abbreviated",e),this.aDaysWide=this.oLocaleData.getDays("wide",e),this.aDaysNarrow=this.oLocaleData.getDays("narrow",e),this.aDaysShort=this.oLocaleData.getDays("short",e),this.aDaysAbbrevSt=this.oLocaleData.getDaysStandAlone("abbreviated",e),this.aDaysWideSt=this.oLocaleData.getDaysStandAlone("wide",e),this.aDaysNarrowSt=this.oLocaleData.getDaysStandAlone("narrow",e),this.aDaysShortSt=this.oLocaleData.getDaysStandAlone("short",e),this.aQuartersAbbrev=this.oLocaleData.getQuarters("abbreviated",e),this.aQuartersWide=this.oLocaleData.getQuarters("wide",e),this.aQuartersNarrow=this.oLocaleData.getQuarters("narrow",e),this.aQuartersAbbrevSt=this.oLocaleData.getQuartersStandAlone("abbreviated",e),this.aQuartersWideSt=this.oLocaleData.getQuartersStandAlone("wide",e),this.aQuartersNarrowSt=this.oLocaleData.getQuartersStandAlone("narrow",e),this.aErasNarrow=this.oLocaleData.getEras("narrow",e),this.aErasAbbrev=this.oLocaleData.getEras("abbreviated",e),this.aErasWide=this.oLocaleData.getEras("wide",e),this.aDayPeriods=this.oLocaleData.getDayPeriods("abbreviated",e),this.aFormatArray=this.parseCldrDatePattern(this.oFormatOptions.pattern),this.sAllowedCharacters=this.getAllowedCharacters(this.aFormatArray)},eu._createFallbackFormat=function(e,t,i,o,r){return e.map((function(e){var a=Object.assign({},e);a.showDate=r.showDate,a.showTime=r.showTime,a.showTimezone=r.showTimezone,"function"==typeof o.getTimezonePattern&&a.pattern&&(a.pattern=o.getTimezonePattern(a.pattern)),r.interval&&(a.interval=!0),a.calendarType=t,a.fallback=!0;var n=eu.createInstance(a,i,o);return n.bIsFallback=!0,n}))},eu._createFallbackOptionsWithoutDelimiter=function(e){var t=/d+/g,i="dd",o=/M+/g,r="MM",a={regex:/[yU]+/g,replace:["yyyy","yy"]};return e=(e=(e=e.replace(/[^dMyGU]/g,"")).replace(t,i)).replace(o,r),a.replace.map((function(t){return{pattern:e.replace(a.regex,t),strictParsing:!0}}))};var nu={isNumber:function(e){return e>=48&&e<=57},findNumbers:function(e,t){for(var i=0;i<t&&this.isNumber(e.charCodeAt(i));)i++;return"string"!=typeof e&&(e=e.toString()),e.substr(0,i)},startsWithIgnoreCase:function(e,t,i){if(e.startsWith(t))return!0;try{var o=t.toLocaleUpperCase(i),r=e.toLocaleUpperCase(i);return o.length===t.length&&r.length===e.length&&r.startsWith(o)}catch(e){return!1}},findEntry:function(e,t,i){for(var o=-1,r=0,a=0;a<t.length;a++)t[a]&&t[a].length>r&&this.startsWithIgnoreCase(e,t[a],i)&&(o=a,r=t[a].length);return{index:o,length:r}},parseTZ:function(e,t){var i,o=0,r="+"==e.charAt(0)?-1:1;o++,i=this.findNumbers(e.substr(o),2);var a=parseInt(i);o+=2,t&&o++;var n=0;return(i=this.findNumbers(e.substr(o),2))&&(o+=2,n=parseInt(i)),{length:o,tzDiff:60*(n+60*a)*r}},checkValid:function(e,t,i){if(e in i.oRequiredParts&&t)return!1}};eu.prototype.oSymbols={"":{name:"text",format:function(e,t){return e.value},parse:function(e,t,i,o){for(var r,a=!0,n=0,s=0;s<t.value.length;s++){if(" "===(r=t.value.charAt(s)))for(;" "===e.charAt(n);)n++;else"-~‐‑‒–—﹘﹣-~".includes(r)?("-~‐‑‒–—﹘﹣-~".includes(e.charAt(n))||(a=!1),n++):(e.charAt(n)!==r&&(a=!1),n++);if(!a)break}if(a)return{length:n};var l=!1;return o.index<o.formatArray.length-1&&(l=o.formatArray[o.index+1].type in i.oRequiredParts),{valid:nu.checkValid(t.type,l,i)}}},G:{name:"era",format:function(e,t,i,o){var r=t.getUTCEra();return e.digits<=3?o.aErasAbbrev[r]:4===e.digits?o.aErasWide[r]:o.aErasNarrow[r]},parse:function(e,t,i,o){for(var r=[i.aErasWide,i.aErasAbbrev,i.aErasNarrow],a=0;a<r.length;a++){var n=r[a],s=nu.findEntry(e,n,i.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{era:s.index,length:s.length}}return{era:i.aErasWide.length-1,valid:nu.checkValid(t.type,!0,i)}}},y:{name:"year",format:function(e,t,i,o){var r=t.getUTCFullYear(),a=String(r),n=o.oFormatOptions.calendarType;return 2==e.digits&&a.length>2&&(a=a.substr(a.length-2)),n!=o_.Japanese&&1==e.digits&&r<100&&(a=a.padStart(4,"0")),a.padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=i.oFormatOptions.calendarType;r=1==t.digits?nu.findNumbers(e,4):2==t.digits?nu.findNumbers(e,2):nu.findNumbers(e,t.digits);var n=parseInt(r);if(a!=o_.Japanese&&r.length<=2){var s=M_.getInstance(new Date,a).getUTCFullYear(),l=Math.floor(s/100),_=100*l+n-s;n+=_<-70?100*(l+1):_<30?100*l:100*(l-1)}return{length:r.length,valid:nu.checkValid(t.type,""===r,i),year:n}}},Y:{name:"weekYear",format:function(e,t,i,o){var r=t.getUTCWeek().year,a=String(r),n=o.oFormatOptions.calendarType;return 2==e.digits&&a.length>2&&(a=a.substr(a.length-2)),n!=o_.Japanese&&1==e.digits&&r<100&&(a=a.padStart(4,"0")),a.padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=i.oFormatOptions.calendarType;r=1==t.digits?nu.findNumbers(e,4):2==t.digits?nu.findNumbers(e,2):nu.findNumbers(e,t.digits);var n=parseInt(r),s=n;if(a!=o_.Japanese&&r.length<=2){var l=M_.getInstance(new Date,a).getUTCFullYear(),_=Math.floor(l/100),u=100*_+s-l;s+=u<-70?100*(_+1):u<30?100*_:100*(_-1)}return{length:r.length,valid:nu.checkValid(t.type,""===r,i),year:n,weekYear:s}}},M:{name:"month",format:function(e,t,i,o){var r=t.getUTCMonth();return 3==e.digits?o.aMonthsAbbrev[r]:4==e.digits?o.aMonthsWide[r]:e.digits>4?o.aMonthsNarrow[r]:String(r+1).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a,n,s=[i.aMonthsWide,i.aMonthsWideSt,i.aMonthsAbbrev,i.aMonthsAbbrevSt,i.aMonthsNarrow,i.aMonthsNarrowSt];if(t.digits<3)n=nu.findNumbers(e,Math.max(t.digits,2)),r=nu.checkValid(t.type,""===n,i),a=parseInt(n)-1,o.strict&&(a>11||a<0)&&(r=!1);else{for(var l=0;l<s.length;l++){var _=s[l],u=nu.findEntry(e,_,i.oLocaleData.sCLDRLocaleId);if(-1!==u.index)return{month:u.index,length:u.length}}r=nu.checkValid(t.type,!0,i)}return{month:a,length:n?n.length:0,valid:r}}},L:{name:"monthStandalone",format:function(e,t,i,o){var r=t.getUTCMonth();return 3==e.digits?o.aMonthsAbbrevSt[r]:4==e.digits?o.aMonthsWideSt[r]:e.digits>4?o.aMonthsNarrowSt[r]:String(r+1).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a,n,s=[i.aMonthsWide,i.aMonthsWideSt,i.aMonthsAbbrev,i.aMonthsAbbrevSt,i.aMonthsNarrow,i.aMonthsNarrowSt];if(t.digits<3)n=nu.findNumbers(e,Math.max(t.digits,2)),r=nu.checkValid(t.type,""===n,i),a=parseInt(n)-1,o.strict&&(a>11||a<0)&&(r=!1);else{for(var l=0;l<s.length;l++){var _=s[l],u=nu.findEntry(e,_,i.oLocaleData.sCLDRLocaleId);if(-1!==u.index)return{month:u.index,length:u.length}}r=nu.checkValid(t.type,!0,i)}return{month:a,length:n?n.length:0,valid:r}}},w:{name:"weekInYear",format:function(e,t,i,o){var r=t.getUTCWeek().week,a=String(r+1);return a=e.digits<3?a.padStart(e.digits,"0"):o.oLocaleData.getCalendarWeek(3===e.digits?"narrow":"wide",a.padStart(2,"0"))},parse:function(e,t,i,o){var r,a,n,s=0;if(t.digits<3)s=(a=nu.findNumbers(e,2)).length,n=parseInt(a)-1,r=nu.checkValid(t.type,!a,i);else{a=(a=i.oLocaleData.getCalendarWeek(3===t.digits?"narrow":"wide")).replace("{0}","([0-9]+)");var l=new RegExp(a).exec(e);l?(s=l[0].length,n=parseInt(l[l.length-1])-1):r=nu.checkValid(t.type,!0,i)}return{length:s,valid:r,week:n}}},W:{name:"weekInMonth",format:function(e,t){return""},parse:function(){return{}}},D:{name:"dayInYear",format:function(e,t){},parse:function(){return{}}},d:{name:"day",format:function(e,t){var i=t.getUTCDate();return String(i).padStart(e.digits,"0")},parse:function(e,t,i,o){var r=nu.findNumbers(e,Math.max(t.digits,2)),a=nu.checkValid(t.type,""===r,i),n=parseInt(r);return o.strict&&(n>31||n<1)&&(a=!1),{day:n,length:r.length,valid:a}}},Q:{name:"quarter",format:function(e,t,i,o){var r=t.getUTCQuarter();return 3==e.digits?o.aQuartersAbbrev[r]:4==e.digits?o.aQuartersWide[r]:e.digits>4?o.aQuartersNarrow[r]:String(r+1).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a,n,s=[i.aQuartersWide,i.aQuartersWideSt,i.aQuartersAbbrev,i.aQuartersAbbrevSt,i.aQuartersNarrow,i.aQuartersNarrowSt];if(t.digits<3)n=nu.findNumbers(e,Math.max(t.digits,2)),r=nu.checkValid(t.type,""===n,i),a=parseInt(n)-1,o.strict&&a>3&&(r=!1);else{for(var l=0;l<s.length;l++){var _=s[l],u=nu.findEntry(e,_,i.oLocaleData.sCLDRLocaleId);if(-1!==u.index)return{quarter:u.index,length:u.length}}r=nu.checkValid(t.type,!0,i)}return{length:n?n.length:0,quarter:a,valid:r}}},q:{name:"quarterStandalone",format:function(e,t,i,o){var r=t.getUTCQuarter();return 3==e.digits?o.aQuartersAbbrevSt[r]:4==e.digits?o.aQuartersWideSt[r]:e.digits>4?o.aQuartersNarrowSt[r]:String(r+1).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a,n,s=[i.aQuartersWide,i.aQuartersWideSt,i.aQuartersAbbrev,i.aQuartersAbbrevSt,i.aQuartersNarrow,i.aQuartersNarrowSt];if(t.digits<3)n=nu.findNumbers(e,Math.max(t.digits,2)),r=nu.checkValid(t.type,""===n,i),a=parseInt(n)-1,o.strict&&a>3&&(r=!1);else{for(var l=0;l<s.length;l++){var _=s[l],u=nu.findEntry(e,_,i.oLocaleData.sCLDRLocaleId);if(-1!==u.index)return{quarter:u.index,length:u.length}}r=nu.checkValid(t.type,!0,i)}return{length:n?n.length:0,quarter:a,valid:r}}},F:{name:"dayOfWeekInMonth",format:function(e,t,i){return""},parse:function(){return{}}},E:{name:"dayNameInWeek",format:function(e,t,i,o){var r=t.getUTCDay();return e.digits<4?o.aDaysAbbrev[r]:4==e.digits?o.aDaysWide[r]:5==e.digits?o.aDaysNarrow[r]:o.aDaysShort[r]},parse:function(e,t,i,o){for(var r=[i.aDaysWide,i.aDaysWideSt,i.aDaysAbbrev,i.aDaysAbbrevSt,i.aDaysShort,i.aDaysShortSt,i.aDaysNarrow,i.aDaysNarrowSt],a=0;a<r.length;a++){var n=r[a],s=nu.findEntry(e,n,i.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{dayOfWeek:s.index,length:s.length}}}},c:{name:"dayNameInWeekStandalone",format:function(e,t,i,o){var r=t.getUTCDay();return e.digits<4?o.aDaysAbbrevSt[r]:4==e.digits?o.aDaysWideSt[r]:5==e.digits?o.aDaysNarrowSt[r]:o.aDaysShortSt[r]},parse:function(e,t,i,o){for(var r=[i.aDaysWide,i.aDaysWideSt,i.aDaysAbbrev,i.aDaysAbbrevSt,i.aDaysShort,i.aDaysShortSt,i.aDaysNarrow,i.aDaysNarrowSt],a=0;a<r.length;a++){var n=r[a],s=nu.findEntry(e,n,i.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{day:s.index,length:s.length}}}},u:{name:"dayNumberOfWeek",format:function(e,t,i,o){var r=t.getUTCDay();return o._adaptDayOfWeek(r)},parse:function(e,t,i,o){var r=nu.findNumbers(e,t.digits);return{dayNumberOfWeek:parseInt(r),length:r.length}}},a:{name:"amPmMarker",format:function(e,t,i,o){var r=t.getUTCDayPeriod();return o.aDayPeriods[r]},parse:function(e,t,i,o){var r,a,n=i.aDayPeriods[0],s=i.aDayPeriods[1],l=e.match(/[aApP](?:\.)?[\x20\xA0]?[mM](?:\.)?/),_=l&&0===l.index;return _&&(e=l[0],n=n.replace(/[\x20\xA0]/g,""),s=s.replace(/[\x20\xA0]/g,""),e=e.replace(/[\x20\xA0]/g,""),n=n.replace(/\./g,"").toLowerCase(),s=s.replace(/\./g,"").toLowerCase(),e=e.replace(/\./g,"").toLowerCase()),0===e.indexOf(n)?(r=!1,a=_?l[0].length:n.length):0===e.indexOf(s)&&(r=!0,a=_?l[0].length:s.length),{pm:r,length:a}}},H:{name:"hour0_23",format:function(e,t){var i=t.getUTCHours();return String(i).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a);return r=nu.checkValid(t.type,""===a,i),o.strict&&n>23&&(r=!1),{hour:n,length:a.length,valid:r}}},k:{name:"hour1_24",format:function(e,t){var i=t.getUTCHours();return(0===i?"24":String(i)).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a);return r=nu.checkValid(t.type,""===a,i),24==n&&(n=0),o.strict&&n>23&&(r=!1),{hour:n,length:a.length,valid:r}}},K:{name:"hour0_11",format:function(e,t){var i=t.getUTCHours();return String(i>11?i-12:i).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a);return r=nu.checkValid(t.type,""===a,i),o.strict&&n>11&&(r=!1),{hour:n,length:a.length,valid:r}}},h:{name:"hour1_12",format:function(e,t){var i=t.getUTCHours();return(i>12?String(i-12):0==i?"12":String(i)).padStart(e.digits,"0")},parse:function(e,t,i,o){var r=o.dateValue.pm,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a),s=nu.checkValid(t.type,""===a,i);return 12==n&&(n=0,r=void 0===r||r),o.strict&&n>11&&(s=!1),{hour:n,length:a.length,pm:r,valid:s}}},m:{name:"minute",format:function(e,t){var i=t.getUTCMinutes();return String(i).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a);return r=nu.checkValid(t.type,""===a,i),o.strict&&n>59&&(r=!1),{length:a.length,minute:n,valid:r}}},s:{name:"second",format:function(e,t){var i=t.getUTCSeconds();return String(i).padStart(e.digits,"0")},parse:function(e,t,i,o){var r,a=nu.findNumbers(e,Math.max(t.digits,2)),n=parseInt(a);return r=nu.checkValid(t.type,""===a,i),o.strict&&n>59&&(r=!1),{length:a.length,second:n,valid:r}}},S:{name:"fractionalsecond",format:function(e,t){var i=t.getUTCMilliseconds(),o=String(i).padStart(3,"0");return o=(o=o.substr(0,e.digits)).padEnd(e.digits,"0")},parse:function(e,t,i,o){var r=nu.findNumbers(e,t.digits),a=r.length;return r=(r=r.substr(0,3)).padEnd(3,"0"),{length:a,millisecond:parseInt(r)}}},z:{name:"timezoneGeneral",format:function(e,t,i,o,r){if(e.digits>3&&t.getTimezoneLong&&t.getTimezoneLong())return t.getTimezoneLong();if(t.getTimezoneShort&&t.getTimezoneShort())return t.getTimezoneShort();var a=yl.calculateOffset(t,r),n="GMT",s=Math.abs(a/60),l=a>0,_=Math.floor(s/60),u=Math.floor(s%60);return i||0==s?n+="Z":(n+=l?"-":"+",n+=String(_).padStart(2,"0"),n+=":",n+=String(u).padStart(2,"0")),n},parse:function(e,t,i,o){var r,a=0,n=e.substring(0,3);if("GMT"===n||"UTC"===n)a=3;else if("UT"===e.substring(0,2))a=2;else{if("Z"!==e.charAt(0))return{error:"cannot be parsed correctly by sap.ui.core.format.DateFormat: The given timezone is not supported!"};a=1,r=0}if("Z"!==e.charAt(0)){var s=nu.parseTZ(e.substr(a),!0);a+=s.length,r=s.tzDiff}return{length:a,tzDiff:r}}},Z:{name:"timezoneRFC822",format:function(e,t,i,o,r){var a=yl.calculateOffset(t,r),n=Math.abs(a/60),s=a>0,l=Math.floor(n/60),_=Math.floor(n%60),u="";return i||(u+=s?"-":"+",u+=String(l).padStart(2,"0"),u+=String(_).padStart(2,"0")),u},parse:function(e,t,i,o){return nu.parseTZ(e,!1)}},X:{name:"timezoneISO8601",format:function(e,t,i,o,r){var a=yl.calculateOffset(t,r),n=Math.abs(a/60),s=a>0,l=Math.floor(n/60),_=Math.floor(n%60),u="";return i||0==n?u+="Z":(u+=s?"-":"+",u+=String(l).padStart(2,"0"),(e.digits>1||_>0)&&(3!==e.digits&&5!==e.digits||(u+=":"),u+=String(_).padStart(2,"0"))),u},parse:function(e,t,i,o){return"Z"===e.charAt(0)?{length:1,tzDiff:0}:nu.parseTZ(e,3===t.digits||5===t.digits)}},V:{name:"timezoneID",format:function(e,t,i,o,r){return i||2!==e.digits?"":r},parse:function(e,t,i,o,r){var a={timezone:"",length:0};if(2===t.digits){if(e===r)return a.timezone=r,a.length=r.length,a;if(e){var n=new RegExp("([A-Za-z_])+([/][A-Za-z_]+)+").exec(e);if(n&&n[0]&&yl.isValidTimezone(n[0]))return a.timezone=n[0],a.length=n[0].length,a}}return a}}},eu.prototype._format=function(e,t,i){if(this.oFormatOptions.relative){var o=this.formatRelative(e,t,this.oFormatOptions.relativeRange,i);if(o)return o}for(var r,a,n,s=this.oFormatOptions.calendarType,l=M_.getInstance(e,s),_=[],u=0;u<this.aFormatArray.length;u++)n=(r=this.aFormatArray[u]).symbol||"",_.push(this.oSymbols[n].format(r,l,t,this,i));return a=_.join(""),Tl.getConfiguration().getOriginInfo()&&((a=new String(a)).originInfo={source:"Common Locale Data Repository",locale:this.oLocale.toString(),style:this.oFormatOptions.style,pattern:this.oFormatOptions.pattern}),a},eu.prototype.format=function(e,t){var i;if(this.type===ou&&(i=t,t=!1,au(i),i&&!yl.isValidTimezone(i)))return Fl.error("The given timezone isn't valid."),"";var o,r=this.oFormatOptions.calendarType;if(void 0===t&&(t=this.oFormatOptions.UTC),i=i||Tl.getConfiguration().getTimezone(),Array.isArray(e)){if(!this.oFormatOptions.interval)return Fl.error("Non-interval DateFormat can't format more than one date instance."),"";if(2!==e.length)return Fl.error("Interval DateFormat can only format with 2 date instances but "+e.length+" is given."),"";if(e=e.map((function(e){return lu(e,i,t)})),this.oFormatOptions.singleIntervalValue){if(null===e[0])return Fl.error("First date instance which is passed to the interval DateFormat shouldn't be null."),"";null===e[1]&&(o=this._format(e[0],t,i))}if(void 0===o){if(!e.every(du))return Fl.error("At least one date instance which is passed to the interval DateFormat isn't valid."),"";o=this._formatInterval(e,t)}}else{if(!du(e))return this.type===ou&&this.oFormatOptions.pattern.includes("VV")?i:(Fl.error("The given date instance isn't valid."),"");if(this.oFormatOptions.interval)return Fl.error("Interval DateFormat expects an array with two dates for the first argument but only one date is given."),"";e=lu(e,i,t),o=this._format(e,t,i)}return r==o_.Japanese&&"ja"===this.oLocale.getLanguage()&&(o=o.replace(/(^|[^\d])1年/g,"$1元年")),o},eu.prototype._formatInterval=function(e,t){var i,o,r,a,n,s=this.oFormatOptions.calendarType,l=M_.getInstance(e[0],s),_=M_.getInstance(e[1],s),u=[],d=this._getGreatestDiffField([l,_]);if(!d)return this._format(e[0],t);a=this.oFormatOptions.format?this.oLocaleData.getCustomIntervalPattern(this.oFormatOptions.format,d,s):this.oLocaleData.getCombinedIntervalPattern(this.oFormatOptions.pattern,s),n=this.parseCldrDatePattern(a),i=l;for(var c=0;c<n.length;c++)r=(o=n[c]).symbol||"",o.repeat&&(i=_),u.push(this.oSymbols[r].format(o,i,t,this));return u.join("")};var su={Era:"Era",FullYear:"Year",Quarter:"Quarter",Month:"Month",Week:"Week",Date:"Day",DayPeriod:"DayPeriod",Hours:"Hour",Minutes:"Minute",Seconds:"Second"};eu.prototype._getGreatestDiffField=function(e){var t=!1,i={};return this.aIntervalCompareFields.forEach((function(o){var r="getUTC"+o,a=su[o],n=e[0][r].apply(e[0]),s=e[1][r].apply(e[1]);J_(n,s)||(t=!0,i[a]=!0)})),t?i:null},eu.prototype._parse=function(e,t,i,o,r){for(var a,n,s,l=0,_={valid:!0,lastTimezonePatternSymbol:""},u={formatArray:t,dateValue:_,strict:o},d=0;d<t.length&&(n=e.substr(l),a=t[d],u.index=d,(void 0!==(s=this.oSymbols[a.symbol||""].parse(n,a,this,u,r)||{}).tzDiff||s.timezone)&&(s.lastTimezonePatternSymbol=a.symbol),_=i_(_,s),!1!==s.valid);d++)l+=s.length||0;return _.index=l,_.pm&&(_.hour+=12),void 0===_.dayNumberOfWeek&&void 0!==_.dayOfWeek&&(_.dayNumberOfWeek=this._adaptDayOfWeek(_.dayOfWeek)),void 0!==_.quarter&&void 0===_.month&&void 0===_.day&&(_.month=3*_.quarter,_.day=1),_},eu.prototype._parseInterval=function(e,t,i,o,r){var a,n,s;return this.intervalPatterns.some(function(t){var l=this.parseCldrDatePattern(t);n=void 0;for(var _=0;_<l.length;_++)if(l[_].repeat){n=_;break}if(void 0===n){if((0===(s=this._parse(e,l,i,o,r)).index||s.index<e.length)&&(s.valid=!1),!1===s.valid)return;return a=[s,s],!0}if(a=[],!1!==(s=this._parse(e,l.slice(0,n),i,o,r)).valid){a.push(s);var u=s.index;if((0===(s=this._parse(e.substring(u),l.slice(n),i,o,r)).index||s.index+u<e.length)&&(s.valid=!1),!1!==s.valid)return a.push(s),!0}}.bind(this)),a};var lu=function(e,t,i){return!i&&du(e)?yl.convertToTimezone(e,t):e},_u=function(e,t,i,o,r){if(!e.valid)return null;var a,n="number"==typeof e.year?e.year:1970;return(a=M_.getInstance(new Date(0),t)).setUTCEra(e.era||M_.getCurrentEra(t)),a.setUTCFullYear(n),a.setUTCMonth(e.month||0),a.setUTCDate(e.day||1),a.setUTCHours(e.hour||0),a.setUTCMinutes(e.minute||0),a.setUTCSeconds(e.second||0),a.setUTCMilliseconds(e.millisecond||0),o&&(e.day||1)!==a.getUTCDate()?null:(void 0===e.week||void 0!==e.month&&void 0!==e.day||(a.setUTCWeek({year:e.weekYear||e.year,week:e.week}),void 0!==e.dayNumberOfWeek&&a.setUTCDate(a.getUTCDate()+e.dayNumberOfWeek-1)),a=a.getJSDate(),!i&&("V"===e.lastTimezonePatternSymbol&&e.timezone||void 0===e.tzDiff)&&(e.timezone&&(r=e.timezone),r&&(e.tzDiff=yl.calculateOffset(a,r))),e.tzDiff&&a.setUTCSeconds((e.second||0)+e.tzDiff),a)};function uu(e,t){if(e===t)return e;var i={};return Object.keys(e).forEach((function(t){i[t]=e[t]})),Object.keys(t).forEach((function(e){i.hasOwnProperty(e)||(i[e]=t[e])})),i}function du(e){return e&&"function"==typeof e.getTime&&!isNaN(e.getTime())}function cu(e,t){for(var i=["FullYear","Month","Date","Hours","Minutes","Seconds","Milliseconds"],o=new Date(e.getTime()),r=t;r<i.length;r++)o["setUTC"+i[t]].apply(o,[0]);return o}eu.prototype.parse=function(e,t,i){var o,r=void 0===this.oFormatOptions.showDate||this.oFormatOptions.showDate,a=void 0===this.oFormatOptions.showTime||this.oFormatOptions.showTime;if(this.type===ou&&(r&&!a||!r&&a))throw new TypeError("The input can only be parsed back to date if both date and time are supplied.");void 0===t&&this.type!==ou&&(t=this.oFormatOptions.UTC);var n,s=t;if(this.type===ou&&(o=t,t=!1,au(o),o&&!yl.isValidTimezone(o)))return Fl.error("The given timezone isn't valid."),null;e=null==e?"":String(e).trim();var l,_,u=this.oFormatOptions.calendarType;if(o=o||Tl.getConfiguration().getTimezone(),void 0===i&&(i=this.oFormatOptions.strictParsing),u==o_.Japanese&&"ja"===this.oLocale.getLanguage()&&(e=e.replace(/元年/g,"1年")),this.oFormatOptions.interval){var d,c,h=this._parseInterval(e,u,t,i,o);if(h&&2==h.length){var p=uu(h[0],h[1]),g=uu(h[1],h[0]);if(d=_u(p,u,t,i,o),c=_u(g,u,t,i,o),d&&c){if(this.oFormatOptions.singleIntervalValue&&d.getTime()===c.getTime())return[d,null];var m=(l=c,!(d.getTime()>l.getTime()));return i&&!m?(Fl.error("StrictParsing: Invalid date range. The given end date is before the start date."),[null,null]):[d,c]}}}else{var v=this.parseRelative(e,t);if(v)return v;if((0===(n=this._parse(e,this.aFormatArray,t,i,o)).index||n.index<e.length)&&(n.valid=!1),v=_u(n,u,t,i,o)){if(this.type===ou){var f=void 0===this.oFormatOptions.showTimezone||this.oFormatOptions.showTimezone;return!f&&r&&a?[v,void 0]:!f||r||a?[v,n.timezone||void 0]:[void 0,n.timezone]}return v}}return this.bIsFallback?this.oFormatOptions.interval?[null,null]:null:(this.aFallbackFormats.every((function(t){return _=t.parse(e,s,i),Array.isArray(_)?t.type!==ou&&!(_[0]&&_[1]):!_})),_)},eu.prototype.parseCldrDatePattern=function(e){if(ru[e])return ru[e];var t,i=[],o=!1,r=null,a="",n="",s={},l=!1;for(t=0;t<e.length;t++){var _,u,d,c=e.charAt(t);if(o){if("'"==c)if(u=e.charAt(t-1),d=e.charAt(t-2),_=e.charAt(t+1),"'"==u&&"'"!=d)o=!1;else{if("'"!=_){o=!1;continue}t+=1}"text"==a?r.value+=c:(r={type:"text",value:c},i.push(r),a="text")}else"'"==c?o=!0:this.oSymbols[c]?a==(n=this.oSymbols[c].name)?r.digits++:(r={type:n,symbol:c,digits:1},i.push(r),a=n,l||(s[n]?(r.repeat=!0,l=!0):s[n]=!0)):"text"==a?r.value+=c:(r={type:"text",value:c},i.push(r),a="text")}return ru[e]=i,i},eu.prototype.parseRelative=function(e,t){var i,o,r;if(!e)return null;i=this.oLocaleData.getRelativePatterns(this.aRelativeParseScales,this.oFormatOptions.relativeStyle);for(var a=0;a<i.length;a++)if(o=i[a],r=new RegExp("^\\s*"+o.pattern.replace(/\{0\}/,"(\\d+)")+"\\s*$","i").exec(e))return void 0!==o.value?n(o.value,o.scale):n(parseInt(r[1])*o.sign,o.scale);function n(e,i){var o,r,a=new Date;switch(o=t?a.getTime():Date.UTC(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds(),a.getMilliseconds()),r=new Date(o),i){case"second":r.setUTCSeconds(r.getUTCSeconds()+e);break;case"minute":r.setUTCMinutes(r.getUTCMinutes()+e);break;case"hour":r.setUTCHours(r.getUTCHours()+e);break;case"day":r.setUTCDate(r.getUTCDate()+e);break;case"week":r.setUTCDate(r.getUTCDate()+7*e);break;case"month":r.setUTCMonth(r.getUTCMonth()+e);break;case"quarter":r.setUTCMonth(r.getUTCMonth()+3*e);break;case"year":r.setUTCFullYear(r.getUTCFullYear()+e)}return t?r:new Date(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate(),r.getUTCHours(),r.getUTCMinutes(),r.getUTCSeconds(),r.getUTCMilliseconds())}},eu.prototype.formatRelative=function(e,t,i,o){var r,a,n,s=lu(new Date,o),l=this.oFormatOptions.relativeScale||"day";return n=(e.getTime()-s.getTime())/1e3,"auto"==this.oFormatOptions.relativeScale&&(l=function(e,t,i,o){var r=Math.abs(e.getUTCMonth()-t.getUTCMonth());if("week"===i&&2===r)return"month";if("week"===i&&1===r){if(e.getUTCDate()===t.getUTCDate()||o<0&&e.getUTCDate()<t.getUTCDate()||o>0&&e.getUTCDate()>t.getUTCDate())return"month"}else if("month"===i&&1===r&&(o>0&&e.getUTCDate()<t.getUTCDate()||o<0&&e.getUTCDate()>t.getUTCDate()))return"week";return i}(e,s,l=this._getScale(n,this.aRelativeScales),n)),i||(i=this._mRanges[l]),"year"!=l&&"month"!=l&&"day"!=l||(s=new Date(Date.UTC(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate())),(r=new Date(0)).setUTCFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e=r),a=this._getDifference(l,[s,e]),"auto"!=this.oFormatOptions.relativeScale&&(a<i[0]||a>i[1])?null:function(e,t){return Wl("string"==typeof e||e instanceof String,"pattern must be string"),(arguments.length>2||null!=t&&!Array.isArray(t))&&(t=Array.prototype.slice.call(arguments,1)),t=t||[],e.replace(Q_,(function(e,i,o,r,a){if(i)return"'";if(o)return o.replace(/''/g,"'");if(r)return String(t[parseInt(r)]);throw new Error("formatMessage: pattern syntax error at pos. "+a)}))}(this.oLocaleData.getRelativePattern(l,a,n>0,this.oFormatOptions.relativeStyle),[Math.abs(a)])},eu.prototype._mRanges={second:[-60,60],minute:[-60,60],hour:[-24,24],day:[-6,6],week:[-4,4],month:[-12,12],year:[-10,10]},eu.prototype._mScales={second:1,minute:60,hour:3600,day:86400,week:604800,month:2592e3,quarter:7776e3,year:31536e3},eu.prototype._getScale=function(e,t){var i,o;e=Math.abs(e);for(var r=0;r<t.length;r++)if(o=t[r],e>=this._mScales[o]){i=o;break}return i||(i=t[t.length-1]),i};var hu={year:function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()},month:function(e,t){return t.getUTCMonth()-e.getUTCMonth()+12*this.year(e,t)},week:function(e,t,i){var o=i._adaptDayOfWeek(e.getUTCDay()),r=i._adaptDayOfWeek(t.getUTCDay());return e=cu(e,3),((t=cu(t,3)).getTime()-e.getTime()-(r-o)*i._mScales.day*1e3)/(1e3*i._mScales.week)},day:function(e,t,i){return e=cu(e,3),((t=cu(t,3)).getTime()-e.getTime())/(1e3*i._mScales.day)},hour:function(e,t,i){return e=cu(e,4),((t=cu(t,4)).getTime()-e.getTime())/(1e3*i._mScales.hour)},minute:function(e,t,i){return e=cu(e,5),((t=cu(t,5)).getTime()-e.getTime())/(1e3*i._mScales.minute)},second:function(e,t,i){return e=cu(e,6),((t=cu(t,6)).getTime()-e.getTime())/(1e3*i._mScales.second)}};eu.prototype._adaptDayOfWeek=function(e){var t=e-(C_.getInstance(Tl.getConfiguration().getFormatSettings().getFormatLocale()).getFirstDayOfWeek()-1);return t<=0&&(t+=7),t},eu.prototype._getDifference=function(e,t){var i=t[0],o=t[1];return Math.round(hu[e](i,o,this))},eu.prototype.getAllowedCharacters=function(e){if(this.oFormatOptions.relative)return"";for(var t,i="",o=!1,r=!1,a=0;a<e.length;a++)switch((t=e[a]).type){case"text":i.indexOf(t.value)<0&&(i+=t.value);break;case"day":case"year":case"weekYear":case"dayNumberOfWeek":case"weekInYear":case"hour0_23":case"hour1_24":case"hour0_11":case"hour1_12":case"minute":case"second":case"fractionalsecond":o||(i+="0123456789",o=!0);break;case"month":case"monthStandalone":t.digits<3?o||(i+="0123456789",o=!0):r=!0;break;default:r=!0}return r&&(i=""),i};const pu=new Map,gu=e=>(pu.has(e)||pu.set(e,C_.getInstance(e)),pu.get(e)),mu=new Map,vu=e=>{const t=`max ${e}`;if(!mu.has(t)){const i=new R_(1,0,1,e);i.setYear(9999),i.setMonth(11);const o=new R_(i,e);o.setDate(1),o.setMonth(o.getMonth()+1,0),i.setDate(o.getDate()),mu.set(t,i)}return mu.get(t)},fu={languageAware:!0,properties:{primaryCalendarType:{type:vl},secondaryCalendarType:{type:vl},minDate:{type:String},maxDate:{type:String},formatPattern:{type:String}}};class bu extends Ht{static get metadata(){return fu}static get render(){return Wi}constructor(){super()}get _primaryCalendarType(){const e=gu(Lo());return this.primaryCalendarType||bl()||e.getPreferredCalendarType()}get _minDate(){return this.minDate&&this.getFormat().parse(this.minDate)?this._getCalendarDateFromString(this.minDate):(e=>{const t=`min ${e}`;if(!mu.has(t)){const i=new R_(1,0,1,e);i.setYear(1),i.setMonth(0),i.setDate(1),mu.set(t,i)}return mu.get(t)})(this._primaryCalendarType)}get _maxDate(){return this.maxDate&&this.getFormat().parse(this.maxDate)?this._getCalendarDateFromString(this.maxDate):vu(this._primaryCalendarType)}get _formatPattern(){return this.formatPattern||"medium"}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}_getCalendarDateFromString(e){const t=this.getFormat().parse(e);if(t)return R_.fromLocalJSDate(t,this._primaryCalendarType)}_getTimeStampFromString(e){const t=this._getCalendarDateFromString(e);if(t)return t.toUTCJSDate().valueOf()}_getStringFromTimestamp(e){const t=new Date(e);return this.getFormat().format(t,!0)}getFormat(){return this._isPattern?eu.getInstance({strictParsing:!0,pattern:this._formatPattern,calendarType:this._primaryCalendarType}):eu.getInstance({strictParsing:!0,style:this._formatPattern,calendarType:this._primaryCalendarType})}static async onDefine(){[bu.i18nBundle]=await Promise.all([Qo("@ui5/webcomponents"),w_(Lo().getLanguage(),Lo().getRegion(),Lo().getScript())])}}const yu=(e,t,i)=>Ui`${e._isPhone?wu(e,t,i):Bu(e)}`,wu=(e,t,i)=>i?Ui`<${ji("ui5-dialog",t,i)} accessible-name=${Oi(e.accessibleName)} accessible-name-ref=${Oi(e.accessibleNameRef)} stretch _disable-initial-focus @ui5-before-open="${Oi(e._beforeDialogOpen)}" @ui5-after-open="${Oi(e._propagateDialogEvent)}" @ui5-before-close="${Oi(e._propagateDialogEvent)}" @ui5-after-close="${Oi(e._afterDialogClose)}" exportparts="content, header, footer">${e._hideHeader?void 0:ku(e,t,i)}<slot></slot><slot slot="footer" name="footer"></slot></${ji("ui5-dialog",t,i)}>`:Ui`<ui5-dialog accessible-name=${Oi(e.accessibleName)} accessible-name-ref=${Oi(e.accessibleNameRef)} stretch _disable-initial-focus @ui5-before-open="${Oi(e._beforeDialogOpen)}" @ui5-after-open="${Oi(e._propagateDialogEvent)}" @ui5-before-close="${Oi(e._propagateDialogEvent)}" @ui5-after-close="${Oi(e._afterDialogClose)}" exportparts="content, header, footer">${e._hideHeader?void 0:ku(e,t,i)}<slot></slot><slot slot="footer" name="footer"></slot></ui5-dialog>`,ku=(e,t,i)=>Ui`${e.header.length?xu():Cu(e,t,i)}`,xu=(e,t,i)=>Ui`<slot slot="header" name="header"></slot>`,Cu=(e,t,i)=>Ui`<div class="${zi(e.classes.header)}" slot="header">${e.headerText?Su(e,t,i):void 0}${e._hideCloseButton?void 0:Tu(e,t,i)}</div>`,Su=(e,t,i)=>i?Ui`<${ji("ui5-title",t,i)} level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${Oi(e.headerText)}</${ji("ui5-title",t,i)}>`:Ui`<ui5-title level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${Oi(e.headerText)}</ui5-title>`,Tu=(e,t,i)=>i?Ui`<${ji("ui5-button",t,i)} icon="decline" design="Transparent" aria-label="${Oi(e._closeDialogAriaLabel)}" @click="${e.close}"></${ji("ui5-button",t,i)}>`:Ui`<ui5-button icon="decline" design="Transparent" aria-label="${Oi(e._closeDialogAriaLabel)}" @click="${e.close}"></ui5-button>`,Bu=(e,t,i)=>Ui`<section style="${Ni(e.styles.root)}" class="${zi(e.classes.root)}" role="${Oi(e._role)}" aria-modal="${Oi(e._ariaModal)}" aria-label="${Oi(e._ariaLabel)}" aria-labelledby="${Oi(e._ariaLabelledBy)}" @keydown=${e._onkeydown} @focusout=${e._onfocusout} @mouseup=${e._onmouseup} @mousedown=${e._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToLast}></span><span class="ui5-popover-arrow" style="${Ni(e.styles.arrow)}"></span>${e._displayHeader?$u(e):void 0}<div style="${Ni(e.styles.content)}" class="${zi(e.classes.content)}" @scroll="${e._scroll}" part="content"><slot></slot></div>${e._displayFooter?Au(e):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToFirst}></span></section>`,$u=(e,t,i)=>Ui`<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${e.header.length?Iu():Du(e)}</header>`,Iu=(e,t,i)=>Ui`<slot name="header"></slot>`,Du=(e,t,i)=>Ui`<h2 class="ui5-popup-header-text">${Oi(e.headerText)}</h2>`,Au=(e,t,i)=>Ui`${e.footer.length?Fu():void 0}`,Fu=(e,t,i)=>Ui`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`,Eu="M386.5 305q10-8 19-8 11 0 19 8 8 10 8 19t-8 19l-161 161q-10 8-19 8t-19-8q-8-8-8-18t8-20zm38-134q8 8 8 19 0 10-8 18l-296 296q-8 8-18 8-11 0-19-8-8-7-8-19 0-11 8-19l295-295q8-8 19-8 12 0 19 8z";Fr("resize-corner",{pathData:Eu,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Pu="M384 224v32q0 12-10 22L182 470q-10 10-22 10h-32zM224 480l160-160v32q0 12-10 22l-96 96q-10 10-22 10h-32zm160-64v32q0 12-10 22t-22 10h-32z";Fr("resize-corner",{pathData:Pu,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Mu=(e,t,i)=>Ui`<section style="${Ni(e.styles.root)}" class="${zi(e.classes.root)}" role="${Oi(e._role)}" aria-modal="${Oi(e._ariaModal)}" aria-label="${Oi(e._ariaLabel)}" aria-labelledby="${Oi(e._ariaLabelledBy)}" @keydown=${e._onkeydown} @focusout=${e._onfocusout} @mouseup=${e._onmouseup} @mousedown=${e._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToLast}></span>${e._displayHeader?Lu(e,t,i):void 0}<div style="${Ni(e.styles.content)}" class="${zi(e.classes.content)}" @scroll="${e._scroll}" part="content"><slot></slot></div>${e.footer.length?Hu():void 0}${e._showResizeHandle?Ru(e,t,i):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${e.forwardToFirst}></span></section> `,Lu=(e,t,i)=>Ui`<header class="ui5-popup-header-root" id="ui5-popup-header" tabindex="${Oi(e._headerTabIndex)}" @keydown="${e._onDragOrResizeKeyDown}" @mousedown="${e._onDragMouseDown}" part="header" state="${Oi(e.state)}">${e.hasValueState?zu(e,t,i):void 0}${e.header.length?Nu():Ou(e)}</header>`,zu=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} class="ui5-dialog-value-state-icon" name="${Oi(e._dialogStateIcon)}"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon class="ui5-dialog-value-state-icon" name="${Oi(e._dialogStateIcon)}"></ui5-icon>`,Nu=(e,t,i)=>Ui`<slot name="header"></slot>`,Ou=(e,t,i)=>Ui`<h2 id="ui5-popup-header-text" class="ui5-popup-header-text">${Oi(e.headerText)}</h2>`,Hu=(e,t,i)=>Ui`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`,Ru=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} name="resize-corner" class="ui5-popup-resize-handle" @mousedown="${e._onResizeMouseDown}"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon name="resize-corner" class="ui5-popup-resize-handle" @mousedown="${e._onResizeMouseDown}"></ui5-icon>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Uu={packageName:"@ui5/webcomponents",fileName:"themes/Dialog.css",content:':host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot=header]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}:host([state=Error]) .ui5-popup-header-root{box-shadow:var(--_ui5_dialog_header_error_state_box_shadow)}:host([state=Information]) .ui5-popup-header-root{box-shadow:var(--_ui5_dialog_header_information_state_box_shadow)}:host([state=Success]) .ui5-popup-header-root{box-shadow:var(--_ui5_dialog_header_success_state_box_shadow)}:host([state=Warning]) .ui5-popup-header-root{box-shadow:var(--_ui5_dialog_header_warning_state_box_shadow)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem}:host([state=Error]) .ui5-dialog-value-state-icon{color:var(--_ui5_dialog_header_error_state_icon_color)}:host([state=Information]) .ui5-dialog-value-state-icon{color:var(--_ui5_dialog_header_information_state_icon_color)}:host([state=Success]) .ui5-dialog-value-state-icon{color:var(--_ui5_dialog_header_success_state_icon_color)}:host([state=Warning]) .ui5-dialog-value-state-icon{color:var(--_ui5_dialog_header_warning_state_icon_color)}.ui5-popup-header-root:focus{outline:none}.ui5-popup-header-root:focus:after{content:"";position:absolute;left:var(--_ui5_dialog_header_focus_left_offset);bottom:var(--_ui5_dialog_header_focus_bottom_offset);right:var(--_ui5_dialog_header_focus_right_offset);top:var(--_ui5_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_dialog_header_border_radius) var(--_ui5_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:var(--_ui5_dialog_resize_handle_bottom);inset-inline-end:var(--_ui5_dialog_resize_handle_right);cursor:var(--_ui5_dialog_resize_cursor);color:var(--_ui5_dialog_resize_handle_color)}:host ::slotted([slot=footer]){height:var(--_ui5_dialog_footer_height)}'};const Vu={[Ua.Error]:"error",[Ua.Warning]:"alert",[Ua.Success]:"sys-enter-2",[Ua.Information]:"information"},Wu={tag:"ui5-dialog",slots:{header:{type:HTMLElement},footer:{type:HTMLElement}},properties:{headerText:{type:String},stretch:{type:Boolean},draggable:{type:Boolean},resizable:{type:Boolean},onPhone:{type:Boolean},onDesktop:{type:Boolean},state:{type:Ua,defaultValue:Ua.None}}};class ju extends es{constructor(){super(),this._screenResizeHandler=this._center.bind(this),this._dragMouseMoveHandler=this._onDragMouseMove.bind(this),this._dragMouseUpHandler=this._onDragMouseUp.bind(this),this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this),this._dragStartHandler=this._handleDragStart.bind(this)}static get metadata(){return Wu}static get dependencies(){return[Ur]}static get template(){return Mu}static get styles(){return[ys,ws,Uu]}static _isHeader(e){return e.classList.contains("ui5-popup-header-root")||"header"===e.getAttribute("slot")}async show(e=!1){await super._open(e)}get isModal(){return!0}get shouldHideBackdrop(){return!1}get _ariaLabelledBy(){let e;return""===this.headerText||this._ariaLabel||(e="ui5-popup-header-text"),e}get _ariaModal(){return!0}get _displayProp(){return"flex"}get _displayHeader(){return this.header.length||this.headerText||this.draggable||this.resizable}get _movable(){return!this.stretch&&this.onDesktop&&(this.draggable||this.resizable)}get _headerTabIndex(){return this._movable?"0":void 0}get _showResizeHandle(){return this.resizable&&this.onDesktop}get _minHeight(){let e=Number.parseInt(window.getComputedStyle(this.contentDOM).minHeight);const t=this._root.querySelector(".ui5-popup-header-root");t&&(e+=t.offsetHeight);const i=this._root.querySelector(".ui5-popup-footer-root");return i&&(e+=i.offsetHeight),e}get hasValueState(){return this.state!==Ua.None}get _dialogStateIcon(){return Vu[this.state]}get _role(){return this.state===Ua.Error||this.state===Ua.Warning?"alertdialog":"dialog"}_show(){super._show(),this._center()}onBeforeRendering(){this._isRTL="rtl"===this.effectiveDir,this.onPhone=br(),this.onDesktop=yr()}onAfterRendering(){!this.isOpen()&&this.open?this.show():this.isOpen()&&!this.open&&this.close()}onEnterDOM(){super.onEnterDOM(),this._attachScreenResizeHandler(),this.addEventListener("dragstart",this._dragStartHandler)}onExitDOM(){super.onExitDOM(),this._detachScreenResizeHandler(),this.removeEventListener("dragstart",this._dragStartHandler)}_resize(){super._resize(),this._screenResizeHandlerAttached&&this._center()}_attachScreenResizeHandler(){this._screenResizeHandlerAttached||(window.addEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!0)}_detachScreenResizeHandler(){this._screenResizeHandlerAttached&&(window.removeEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!1)}_center(){const e=window.innerHeight-this.offsetHeight,t=window.innerWidth-this.offsetWidth;Object.assign(this.style,{top:`${Math.round(e/2)}px`,left:`${Math.round(t/2)}px`})}_revertSize(){Object.assign(this.style,{top:"",left:"",width:"",height:""}),this.removeEventListener("ui5-before-close",this._revertSize)}_onDragMouseDown(e){if(!this._movable||!this.draggable||!ju._isHeader(e.target))return;e.preventDefault();const{top:t,left:i}=this.getBoundingClientRect(),{width:o,height:r}=window.getComputedStyle(this);Object.assign(this.style,{top:`${t}px`,left:`${i}px`,width:`${Math.round(100*Number.parseFloat(o))/100}px`,height:`${Math.round(100*Number.parseFloat(r))/100}px`}),this._x=e.clientX,this._y=e.clientY,this._attachMouseDragHandlers()}_onDragMouseMove(e){e.preventDefault();const t=this._x-e.clientX,i=this._y-e.clientY,{left:o,top:r}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(o-t)}px`,top:`${Math.floor(r-i)}px`}),this._x=e.clientX,this._y=e.clientY}_onDragMouseUp(){this._x=null,this._y=null,this._detachMouseDragHandlers()}_onDragOrResizeKeyDown(e){this._movable&&ju._isHeader(e.target)&&(this.draggable&&[Qi,eo,Ki,Ji].some(t=>t(e))?this._dragWithEvent(e):this.resizable&&[to,io,oo,ro].some(t=>t(e))&&this._resizeWithEvent(e))}_dragWithEvent(e){const{top:t,left:i,width:o,height:r}=this.getBoundingClientRect();let a,n;switch(!0){case Qi(e):a=t-16,n="top";break;case eo(e):a=t+16,n="top";break;case Ki(e):a=i-16,n="left";break;case Ji(e):a=i+16,n="left"}a=In(a,0,"left"===n?window.innerWidth-o:window.innerHeight-r),this.style[n]=`${a}px`}_resizeWithEvent(e){this._detachScreenResizeHandler(),this.addEventListener("ui5-before-close",this._revertSize);const{top:t,left:i}=this.getBoundingClientRect(),o=window.getComputedStyle(this),r=Number.parseFloat(o.minWidth),a=window.innerWidth-i,n=window.innerHeight-t;let s=Number.parseFloat(o.width),l=Number.parseFloat(o.height);switch(!0){case to(e):l-=16;break;case io(e):l+=16;break;case oo(e):s-=16;break;case ro(e):s+=16}s=In(s,r,a),l=In(l,this._minHeight,n),Object.assign(this.style,{width:`${s}px`,height:`${l}px`})}_attachMouseDragHandlers(){this._detachScreenResizeHandler(),window.addEventListener("mousemove",this._dragMouseMoveHandler),window.addEventListener("mouseup",this._dragMouseUpHandler)}_detachMouseDragHandlers(){window.removeEventListener("mousemove",this._dragMouseMoveHandler),window.removeEventListener("mouseup",this._dragMouseUpHandler)}_onResizeMouseDown(e){if(!this._movable||!this.resizable)return;e.preventDefault();const{top:t,left:i}=this.getBoundingClientRect(),{width:o,height:r,minWidth:a}=window.getComputedStyle(this);this._initialX=e.clientX,this._initialY=e.clientY,this._initialWidth=Number.parseFloat(o),this._initialHeight=Number.parseFloat(r),this._initialTop=t,this._initialLeft=i,this._minWidth=Number.parseFloat(a),this._cachedMinHeight=this._minHeight,Object.assign(this.style,{top:`${t}px`,left:`${i}px`}),this._attachMouseResizeHandlers()}_onResizeMouseMove(e){const{clientX:t,clientY:i}=e;let o,r;this._isRTL?(o=In(this._initialWidth-(t-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),r=In(this._initialLeft+(t-this._initialX),0,this._initialX+this._initialWidth-this._minWidth)):o=In(this._initialWidth+(t-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);const a=In(this._initialHeight+(i-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${a}px`,width:`${o}px`,left:r?`${r}px`:void 0})}_onResizeMouseUp(){delete this._initialX,delete this._initialY,delete this._initialWidth,delete this._initialHeight,delete this._initialTop,delete this._initialLeft,delete this._minWidth,delete this._cachedMinHeight,this._detachMouseResizeHandlers()}_handleDragStart(e){this.draggable&&e.preventDefault()}_attachMouseResizeHandlers(){this._detachScreenResizeHandler(),window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler),this.addEventListener("ui5-before-close",this._revertSize)}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}}ju.define();const qu={H1:"H1",H2:"H2",H3:"H3",H4:"H4",H5:"H5",H6:"H6"};class Yu extends Re{static isValid(e){return!!qu[e]}}Yu.generateTypeAccessors(qu);const Gu=(e,t,i)=>Ui`${e.h1?Xu(e):void 0}${e.h2?Zu(e):void 0}${e.h3?Ku(e):void 0}${e.h4?Ju(e):void 0}${e.h5?Qu(e):void 0}${e.h6?ed(e):void 0}`,Xu=(e,t,i)=>Ui`<h1 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h1>`,Zu=(e,t,i)=>Ui`<h2 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h2>`,Ku=(e,t,i)=>Ui`<h3 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h3>`,Ju=(e,t,i)=>Ui`<h4 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h4>`,Qu=(e,t,i)=>Ui`<h5 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h5>`,ed=(e,t,i)=>Ui`<h6 class="ui5-title-root"><span id="${Oi(e._id)}-inner"><slot></slot></span></h6>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var td={packageName:"@ui5/webcomponents",fileName:"themes/Title.css",content:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader2Size);font-family:"72override",var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host([wrapping-type=Normal]) .ui5-title-root{white-space:pre-line}:host([level=H1]){font-size:var(--sapFontHeader1Size)}:host([level=H2]){font-size:var(--sapFontHeader2Size)}:host([level=H3]){font-size:var(--sapFontHeader3Size)}:host([level=H4]){font-size:var(--sapFontHeader4Size)}:host([level=H5]){font-size:var(--sapFontHeader5Size)}:host([level=H6]){font-size:var(--sapFontHeader6Size)}'};const id={tag:"ui5-title",properties:{wrappingType:{type:qa,defaultValue:qa.None},level:{type:Yu,defaultValue:Yu.H2}},slots:{default:{type:Node}}};class od extends Ht{static get metadata(){return id}static get render(){return Wi}static get template(){return Gu}static get styles(){return td}get normalizedLevel(){return this.level.toLowerCase()}get h1(){return"h1"===this.normalizedLevel}get h2(){return"h2"===this.normalizedLevel}get h3(){return"h3"===this.normalizedLevel}get h4(){return"h4"===this.normalizedLevel}get h5(){return"h5"===this.normalizedLevel}get h6(){return"h6"===this.normalizedLevel}}od.define(),se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var rd={packageName:"@ui5/webcomponents",fileName:"themes/ResponsivePopover.css",content:":host{--_ui5_input_width:100%;min-width:6.25rem;min-height:2rem}:host([opened]){display:inline-block}.ui5-responsive-popover-header{height:var(--_ui5-responsive_popover_header_height);display:flex;justify-content:space-between;align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}"};const ad={tag:"ui5-responsive-popover",properties:{contentOnlyOnDesktop:{type:Boolean},_hideHeader:{type:Boolean},_hideCloseButton:{type:Boolean}}};class nd extends Cs{constructor(){super()}static get metadata(){return ad}static get styles(){return[Cs.styles,rd]}get classes(){const e=super.classes;return e.header={"ui5-responsive-popover-header":!0,"ui5-responsive-popover-header-no-title":!this.headerText},e}static get template(){return yu}static get dependencies(){return[...Cs.dependencies,Ha,ju,od]}async showAt(e,t=!1){br()?(this.style.display="contents",this.style.zIndex=De(),await this._dialog.show(t)):await super.showAt(e,t)}close(e=!1,t=!1,i=!1){br()?this._dialog.close(e,t,i):super.close(e,t,i)}toggle(e){if(this.isOpen())return this.close();this.showAt(e)}isOpen(){return br()?this._dialog.isOpen():super.isOpen()}get _dialog(){return this.shadowRoot.querySelector("[ui5-dialog]")}get contentDOM(){return this._isPhone?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return br()}get _displayHeader(){return(this._isPhone||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return this._isPhone||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return nd.i18nBundle.getText(da)}_beforeDialogOpen(e){this.open=!0,this.opened=!0,this._propagateDialogEvent(e)}_afterDialogClose(e){this.open=!1,this.opened=!1,this._propagateDialogEvent(e)}_propagateDialogEvent(e){const t=e.type.replace("ui5-","");this.fireEvent(t,e.detail)}static async onDefine(){nd.i18nBundle=await Qo("@ui5/webcomponents")}}nd.define();const sd=(e,t,i,o)=>{let r=R_.fromLocalJSDate(new Date(1e3*i),e),a=R_.fromLocalJSDate(new Date(1e3*i),e);return r.setDate(1),o&&(r.setMonth(0),a.setMonth(11)),a.setDate((e=>{const t=new R_(e);return t.setDate(1),t.setMonth(t.getMonth()+1),t.setDate(0),t.getDate()})(a)),r=new R_(r,t),a=new R_(a,t),{firstDate:r,lastDate:a}},ld=(e,t,i)=>{const o=gu(Lo()),r=o.getIntervalPattern(),a=o.getMonthsStandAlone("abbreviated",i),n=o.getMonthsStandAlone("wide",i);return e===t?{text:o.getMonths("abbreviated",i)[e],textInfo:o.getMonths("wide",i)[e]}:{text:r.replace(/\{0\}/,a[e]).replace(/\{1\}/,a[t]),textInfo:r.replace(/\{0\}/,n[e]).replace(/\{1\}/,n[t])}},_d={tag:"ui5-date",properties:{value:{type:String}}};class ud extends Ht{static get metadata(){return _d}}ud.define();const dd={properties:{timestamp:{type:dn}}};class cd extends bu{static get metadata(){return dd}get _minTimestamp(){return this._minDate.valueOf()/1e3}get _maxTimestamp(){return this._maxDate.valueOf()/1e3}get _timestamp(){let e=void 0!==this.timestamp?this.timestamp:Y_(this._primaryCalendarType);return(e<this._minTimestamp||e>this._maxTimestamp)&&(e=this._minTimestamp),e}get _localDate(){return new Date(1e3*this._timestamp)}get _calendarDate(){return R_.fromTimestamp(this._localDate.getTime(),this._primaryCalendarType)}_safelySetTimestamp(e){const t=this._minDate.valueOf()/1e3,i=this._maxDate.valueOf()/1e3;e<t&&(e=t),e>i&&(e=i),this.timestamp=e}_safelyModifyTimestampBy(e,t){const i=q_(this._calendarDate,e,t);this._safelySetTimestamp(i.valueOf()/1e3)}_getTimestampFromDom(e){const t=e.getAttribute("data-sap-timestamp");return parseInt(t)}}const hd="M340.5 358q9 9 9 22 0 11-9 22-9 9-22 9-11 0-22-9l-124-124q-9-11-9-22 0-13 9-22l124-124q11-9 22-9 13 0 22 9t9 22q0 11-9 22l-103 102z";Fr("slim-arrow-left",{pathData:hd,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const pd="M351.5 421q12 12 0 23-5 5-11 5t-11-5l-166-165q-9-10-9-23t9-23l165-164q5-5 11.5-5t11.5 5 5 11-5 11l-159 159q-6 6 0 12z";Fr("slim-arrow-left",{pathData:pd,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const gd="M172.5 154q-9-11-9-22 0-13 9-22 11-9 22-9 13 0 22 9l124 124q9 9 9 22 0 11-9 22l-124 124q-9 9-22 9-11 0-22-9-9-11-9-22 0-13 9-22l103-102z";Fr("slim-arrow-right",{pathData:gd,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const md="M357.5 233q10 10 10 23t-10 23l-165 165q-12 11-23 0t0-23l160-159q6-6 0-12l-159-159q-5-5-5-11t5-11 11-5 11 5z";Fr("slim-arrow-right",{pathData:md,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const vd=(e,t,i)=>i?Ui`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${zi(e.classes.prevButton)}" role="button" @mousedown=${e.onPrevButtonClick} title="${Oi(e._prevButtonText)}"><${ji("ui5-icon",t,i)} class="ui5-calheader-arrowicon" name="slim-arrow-left"></${ji("ui5-icon",t,i)}></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${e.isMonthButtonHidden}" tabindex="0" role="button" aria-label="${Oi(e.accInfo.ariaLabelMonthButton)}" @click=${e.onMonthButtonClick} @keydown=${e.onMonthButtonKeyDown} @keyup=${e.onMonthButtonKeyUp}><span>${Oi(e._monthButtonText)}</span>${e.hasSecondaryCalendarType?fd(e):void 0}</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${e.isYearButtonHidden}" tabindex="0" role="button" @click=${e.onYearButtonClick} @keydown=${e.onYearButtonKeyDown} @keyup=${e.onYearButtonKeyUp}><span>${Oi(e._yearButtonText)}</span>${e.hasSecondaryCalendarType?bd(e):void 0}</div></div><div data-ui5-cal-header-btn-next class="${zi(e.classes.nextButton)}" role="button" @mousedown=${e.onNextButtonClick} title=${Oi(e._nextButtonText)}><${ji("ui5-icon",t,i)} class="ui5-calheader-arrowicon" name="slim-arrow-right"></${ji("ui5-icon",t,i)}></div></div>`:Ui`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${zi(e.classes.prevButton)}" role="button" @mousedown=${e.onPrevButtonClick} title="${Oi(e._prevButtonText)}"><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-left"></ui5-icon></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${e.isMonthButtonHidden}" tabindex="0" role="button" aria-label="${Oi(e.accInfo.ariaLabelMonthButton)}" @click=${e.onMonthButtonClick} @keydown=${e.onMonthButtonKeyDown} @keyup=${e.onMonthButtonKeyUp}><span>${Oi(e._monthButtonText)}</span>${e.hasSecondaryCalendarType?fd(e):void 0}</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${e.isYearButtonHidden}" tabindex="0" role="button" @click=${e.onYearButtonClick} @keydown=${e.onYearButtonKeyDown} @keyup=${e.onYearButtonKeyUp}><span>${Oi(e._yearButtonText)}</span>${e.hasSecondaryCalendarType?bd(e):void 0}</div></div><div data-ui5-cal-header-btn-next class="${zi(e.classes.nextButton)}" role="button" @mousedown=${e.onNextButtonClick} title=${Oi(e._nextButtonText)}><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-right"></ui5-icon></div></div>`,fd=(e,t,i)=>Ui`<span class="ui5-calheader-btn-sectext">${Oi(e._secondMonthButtonText)}</span>`,bd=(e,t,i)=>Ui`<span class="ui5-calheader-btn-sectext">${Oi(e._yearButtonTextSecType)}</span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var yd={packageName:"@ui5/webcomponents",fileName:"themes/CalendarHeader.css",content:':host{display:block;width:100%;height:100%}.ui5-calheader-root{display:flex;height:100%;padding:var(--_ui5_calendar_header_padding);box-sizing:border-box}.ui5-calheader-arrowbtn{display:flex;justify-content:center;align-items:center;width:var(--_ui5_calendar_header_arrow_button_width);background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);cursor:pointer;overflow:hidden;white-space:nowrap;padding:0;font-size:var(--sapFontSize);user-select:none}.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:active,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:focus,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:hover{pointer-events:none;opacity:.4;outline:none;background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor)}[hidden].ui5-calheader-arrowbtn.ui5-calheader-middlebtn{display:none}.ui5-calheader-arrowbtn:focus{outline:none}.ui5-calheader-arrowbtn:hover{background-color:var(--sapButton_Hover_Background);color:var(--sapButton_Lite_TextColor);box-shadow:var(--_ui5_calendar_header_arrow_button_box_shadow)}.ui5-calheader-arrowbtn:active{background-color:var(--sapButton_Active_Background);color:var(--sapButton_Active_TextColor)}.ui5-calheader-arrowbtn,.ui5-calheader-middlebtn{border:var(--_ui5_calendar_header_arrow_button_border);border-radius:var(--_ui5_calendar_header_arrow_button_border_radius);display:flex;background-color:var(--sapButton_Lite_Background);border-color:var(--sapButton_Lite_BorderColor)}.ui5-calheader-middlebtn{flex-direction:column;align-items:center;justify-content:center}.ui5-calheader-arrowbtn:not(:active) .ui5-calheader-btn-sectext{color:var(--sapNeutralElementColor);font-size:var(--sapFontSmallSize)}.ui5-calheader-arrowicon{color:currentColor;pointer-events:none}.ui5-calheader-midcontainer{display:flex;justify-content:space-around;flex:1 1 auto;padding:0 .5rem}.ui5-calheader-midcontainer .ui5-calheader-middlebtn:first-child{margin-inline-end:.5rem}.ui5-calheader-middlebtn{font-family:var(--_ui5_button_fontFamily);width:var(--_ui5_calendar_header_middle_button_width);flex:var(--_ui5_calendar_header_middle_button_flex);position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui5-calheader-middlebtn:focus{border:var(--_ui5_calendar_header_middle_button_focus_border);border-radius:var(--_ui5_calendar_header_middle_button_focus_border_radius);outline:var(--_ui5_calendar_header_middle_button_focus_outline);outline-offset:-.125rem;background:var(--_ui5_calendar_header_middle_button_focus_background)}.ui5-calheader-middlebtn:focus:active{outline:var(--_ui5_calendar_header_middle_button_focus_active_outline);outline-offset:-.0625rem;background:var(--_ui5_calendar_header_middle_button_focus_active_background)}.ui5-calheader-middlebtn:focus:after{content:"";display:var(--_ui5_calendar_header_middle_button_focus_after_display);width:var(--_ui5_calendar_header_middle_button_focus_after_width);height:var(--_ui5_calendar_header_middle_button_focus_after_height);border:var(--_ui5_calendar_header_middle_button_focus_after_border);position:absolute;top:var(--_ui5_calendar_header_middle_button_focus_after_top_offset);left:var(--_ui5_calendar_header_middle_button_focus_after_left_offset)}.ui5-calheader-middlebtn:focus:active:after{border-color:var(--sapContent_ContrastFocusColor)}'};const wd={tag:"ui5-calendar-header",languageAware:!0,properties:{timestamp:{type:dn},primaryCalendarType:{type:vl},secondaryCalendarType:{type:vl},buttonTextForSecondaryCalendarType:{type:Object},isNextButtonDisabled:{type:Boolean},isPrevButtonDisabled:{type:Boolean},isMonthButtonHidden:{type:Boolean},_monthButtonText:{type:String},_yearButtonText:{type:String},_yearButtonTextSecType:{type:String},isYearButtonHidden:{type:Boolean}},events:{"previous-press":{},"next-press":{},"show-month-press":{},"show-year-press":{}}};class kd extends Ht{static get metadata(){return wd}static get render(){return Wi}static get template(){return vd}static get styles(){return yd}static get dependencies(){return[Ur]}static async onDefine(){kd.i18nBundle=await Qo("@ui5/webcomponents")}constructor(){super()}onBeforeRendering(){this._prevButtonText=kd.i18nBundle.getText(Da),this._nextButtonText=kd.i18nBundle.getText(Ia),this.hasSecondaryCalendarType&&(this._secondMonthButtonText=this.buttonTextForSecondaryCalendarType.monthButtonText,this._secondYearButtonText=this.buttonTextForSecondaryCalendarType.yearButtonText)}onPrevButtonClick(e){this.fireEvent("previous-press",e)}onNextButtonClick(e){this.fireEvent("next-press",e)}onMonthButtonClick(e){this.fireEvent("show-month-press",e)}onMonthButtonKeyDown(e){Xi(e)&&e.preventDefault(),Yi(e)&&this.fireEvent("show-month-press",e)}onMonthButtonKeyUp(e){Xi(e)&&(e.preventDefault(),this.fireEvent("show-month-press",e))}onYearButtonClick(e){this.fireEvent("show-year-press",e)}onYearButtonKeyDown(e){Xi(e)&&e.preventDefault(),Yi(e)&&this.fireEvent("show-year-press",e)}onYearButtonKeyUp(e){Xi(e)&&(e.preventDefault(),this.fireEvent("show-year-press",e))}get hasSecondaryCalendarType(){return!!this.secondaryCalendarType}get classes(){return{prevButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this.isPrevButtonDisabled},nextButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this.isNextButtonDisabled}}}get accInfo(){return{ariaLabelMonthButton:this.hasSecondaryCalendarType?`${this._monthButtonText}, ${this.buttonTextForSecondaryCalendarType.monthButtonInfo}`:`${this._monthButtonText}`}}}let xd;kd.define();const Cd=()=>(void 0===xd&&(ie(),xd=Q.formatSettings),xd.firstDayOfWeek),Sd=(e,t,i,o,r)=>{let a=0,n=0;const s=Number.isInteger(e)?e:r.getFirstDayOfWeek();if(o&&"en"===o.getLanguage()&&"US"===o.getRegion()){const e=new M_(t.getTime());e.setUTCFullYear(i,0,1),n=e.getUTCDay();const o=new M_(t.getTime());o.setUTCDate(o.getUTCDate()-o.getUTCDay()+n),a=Math.round((o.getTime()-e.getTime())/864e5/7)+1}else{const e=new M_(t.getTime());e.setUTCDate(e.getUTCDate()-s),n=e.getUTCDay(),e.setUTCDate(e.getUTCDate()-n+4);const i=new M_(e.getTime());i.setUTCMonth(0,1),n=i.getUTCDay();let o=0;n>4&&(o=7);const r=new M_(i.getTime());r.setUTCDate(1-n+4+o),a=Math.round((e.getTime()-r.getTime())/864e5/7)+1}return a},Td={Single:"Single",Multiple:"Multiple",Range:"Range"};class Bd extends Re{static isValid(e){return!!Td[e]}}Bd.generateTypeAccessors(Td);const $d=(e,t,i)=>Ui`<div class="ui5-dp-root" style="${Ni(e.styles.wrapper)}" @keydown=${e._onkeydown} @keyup=${e._onkeyup} @click=${e._onclick} @mouseover=${e._onmouseover} @focusin=${e._onfocusin} @focusout=${e._onfocusout}><div id="${Oi(e._id)}-content" class="ui5-dp-content" role="grid" aria-roledescription="${Oi(e.ariaRoledescription)}"><div role="row" class="ui5-dp-days-names-container">${Li(e._dayNames,(e,t)=>e._id||t,(e,t)=>Id(e))}</div>${Li(e._weeks,(e,t)=>e._id||t,(e,t)=>Dd(e))}</div></div>`,Id=(e,t,i,o,r)=>Ui`<div role="columnheader" aria-label="${Oi(e.name)}" class="${Oi(e.classes)}">${Oi(e.ultraShortName)}</div>`,Dd=(e,t,i,o,r)=>Ui`${e.length?Ad(e):zd()}`,Ad=(e,t,i,o,r)=>Ui`<div class="ui5-dp-weeks-row" role="row">${Li(e,(e,t)=>e._id||t,(e,t)=>Fd(e))}</div>`,Fd=(e,t,i,o,r)=>Ui`${e.timestamp?Ed(e):Md(e)}`,Ed=(e,t,i,o,r)=>Ui`<div tabindex="${Oi(e._tabIndex)}" ?data-sap-focus-ref="${e.focusRef}" data-sap-timestamp="${Oi(e.timestamp)}" role="gridcell" aria-selected="${Oi(e.ariaSelected)}" aria-label="${Oi(e.ariaLabel)}" aria-disabled="${Oi(e.ariaDisabled)}" class="${Oi(e.classes)}"><span class="ui5-dp-daytext" data-sap-timestamp="${Oi(e.timestamp)}">${Oi(e.day)}</span>${e._isSecondaryCalendarType?Pd(e):void 0}</div>`,Pd=(e,t,i,o,r)=>Ui`<span class="ui5-dp-daytext ui5-dp-daysectext">${Oi(e.secondDay)}</span>`,Md=(e,t,i,o,r)=>Ui`${e.isHidden?void 0:Ld(e)}`,Ld=(e,t,i,o,r)=>Ui`<div class="ui5-dp-weekname-container" role="rowheader" aria-label="Calendar Week ${Oi(e.weekNum)}"><span class="ui5-dp-weekname">${Oi(e.weekNum)}</span></div>`,zd=(e,t,i,o,r)=>Ui`<div class="sapWCEmptyWeek"></div>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Nd={packageName:"@ui5/webcomponents",fileName:"themes/DayPicker.css",content:':host(:not([hidden])){display:block}:host{height:100%;width:100%}:host([hide-week-numbers]) .ui5-dp-content{flex-basis:100%}:host([secondary-calendar-type]) .ui5-dp-item{flex-direction:column;justify-content:var(--_ui5_day_picker_item_justify_content)}:host([secondary-calendar-type]) .ui5-dp-daytext{height:1.575rem;padding:.575rem 0 0 0}:host([secondary-calendar-type]) .ui5-dp-daysectext{font-size:.625rem;height:1rem;padding:0 .375rem .375rem 50%}.ui5-dp-dayname,.ui5-dp-item,.ui5-dp-weekname{width:var(--_ui5_day_picker_item_width);height:var(--_ui5_day_picker_item_height);margin-top:var(--_ui5_daypicker_item_margin);margin-right:var(--_ui5_daypicker_item_margin);font-family:"72override",var(--sapFontFamily);border-radius:var(--_ui5_daypicker_item_border_radius)}.ui5-dp-weekname{color:var(--_ui5_daypicker_weekname_color)}.ui5-dp-weeks-row{display:flex}.ui5-dp-content{display:flex;flex-basis:87.5%;flex-direction:column;font-family:"72override",var(--sapFontFamily)}.ui5-dp-days-names-container{display:flex;height:var(--_ui5_daypicker_daynames_container_height)}.ui5-dp-weeknumber-container{padding-top:var(--_ui5_daypicker_weeknumbers_container_padding_top);flex-basis:12.5%}.ui5-dp-dayname,.ui5-dp-item,.ui5-dp-weekname,.ui5-dp-weekname-container{display:flex;flex-grow:1;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);outline:none;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui5-dp-item{position:relative;color:var(--sapTextColor);background:var(--sapLegend_WorkingBackground);font-size:var(--sapFontSize);border:var(--_ui5_daypicker_item_border);border-radius:var(--_ui5_daypicker_item_border_radius)}.ui5-dp-item:hover{background:var(--sapList_Hover_Background)}.ui5-dp-daytext{display:flex;width:100%;height:100%;justify-content:center;align-items:center;box-sizing:border-box}.ui5-dp-dayname{color:var(--_ui5_daypicker_dayname_color);height:100%}.ui5-dp-item.ui5-dp-item--weeekend{background:var(--sapLegend_NonWorkingBackground)}.ui5-dp-item.ui5-dp-item--disabled{pointer-events:none;opacity:.5}.ui5-dp-item.ui5-dp-item--weeekend:hover{background:var(--sapList_Hover_Background)}.ui5-dp-item.ui5-dp-item--othermonth{color:var(--_ui5_daypicker_item_othermonth_color);background:var(--_ui5_daypicker_item_othermonth_background_color);border-color:transparent}.ui5-dp-item.ui5-dp-item--othermonth:hover,.ui5-dp-item.ui5-dp-item--weeekend.ui5-dp-item--othermonth:hover{color:var(--_ui5_daypicker_item_othermonth_hover_color);background:var(--sapList_Hover_Background)}.ui5-dp-item:focus:after{content:"";border:var(--_ui5_daypicker_item_not_selected_focus_border);position:absolute;inset:var(--_ui5_daypicker_item_no_selected_inset);outline:none;border-radius:var(--_ui5_daypicker_item_border_radius_focus_after)}.ui5-dp-item.ui5-dp-item--now:before{position:absolute;inset:var(--_ui5_daypicker_item_now_not_selected_inset);border:.125rem solid var(--_ui5_daypicker_item_now_border_color);content:"";border-radius:var(--_ui5_daypicker_item_border_radius)}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected{box-shadow:var(--_ui5_daypicker_item_now_box_shadow)}:host([secondary-calendar-type]) .ui5-dp-item.ui5-dp-item--now .ui5-dp-daytext{height:1.8125rem;padding-top:.387rem}:host([secondary-calendar-type]) .ui5-dp-item.ui5-dp-item--now .ui5-dp-daysectext{height:1rem;padding-top:0;padding-bottom:.187rem}.ui5-dp-item.ui5-dp-item--selected{background:var(--sapContent_Selected_Background)}.ui5-dp-item.ui5-dp-item--selected:not(.ui5-dp-item.ui5-dp-item--now) .ui5-dp-daytext:after{position:absolute;inset:0;border:var(--_ui5_daypicker_item_selected_border);content:"";border-radius:var(--_ui5_daypicker_item_border_radius_focus_after)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item.ui5-dp-item--now .ui5-dp-daytext{border:var(--_ui5_day_picker_item_selected_now_border);outline:var(--_ui5_daypicker_item_selected_text_outline);outline-offset:-.3125rem;border-radius:var(--_ui5_daypicker_item_border_radius_focus_after);font-family:var(--_ui5_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected .ui5-dp-daytext{background:var(--_ui5_daypicker_item_selected_background);color:var(--sapContent_Selected_TextColor);border-radius:var(--_ui5_daypicker_item_border_radius);border:var(--_ui5_daypicker_item_selected_text_border);font-family:var(--_ui5_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected:hover .ui5-dp-daytext{background:var(--_ui5_daypicker_item_selected_daytext_hover_background);color:var(--sapContent_Selected_TextColor)}.ui5-dp-item.ui5-dp-item--now:focus:after{inset:var(--_ui5_daypicker_item_now_inset);border-radius:var(--_ui5_daypicker_item_now_border_radius_focus_after);border:var(--_ui5_daypicker_item_now_border_focus_after);position:absolute;content:"";width:auto;height:auto}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now:focus:after{inset:var(--_ui5_daypicker_item_now_inset);border-radius:var(--_ui5_day_picker_item_selected_now_border_radios_foucs);border:var(--_ui5_day_picker_item_selected_now_border_foucs);position:absolute;content:"";width:auto;height:auto}.ui5-dp-item.ui5-dp-item--selected:hover{background:var(--sapContent_Selected_Hover_Background);color:var(--sapContent_ContrastTextColor)}.ui5-dp-item.ui5-dp-item--selected:focus:after{border-color:var(--_ui5_daypicker_item_selected_focus_color);border-width:var(--_ui5_daypicker_item_selected_focus_width)}.ui5-dp-items-container{outline:none}.ui5-dp-item.ui5-dp-item--selected-between .ui5-dp-daytext,.ui5-dp-item[hovered] .ui5-dp-daytext{border:var(--_ui5_daypicker_item_select_between_border);border-radius:var(--_ui5_daypicker_item_border_radius);background-color:var(--_ui5_daypicker_item_selected_between_text_background);color:var(--sapTextColor);font-weight:var(--_ui5_daypicker_item_selected_between_text_font)}.ui5-dp-item.ui5-dp-item--selected-between.ui5-dp-item--now:not(.ui5-dp-item--selected) .ui5-dp-daytext:after{content:"";position:absolute;inset:var(--_ui5_daypicker_item_now_selected_between_inset);border:var(--_ui5_daypicker_item_now_selected_between_border);border-radius:var(--_ui5_daypicker_item_now_selected_between_border_radius)}.ui5-dp-item.ui5-dp-item--selected-between,.ui5-dp-item[hovered]{border-radius:var(--_ui5_daypicker_item_selected_between_border);background:var(--_ui5_daypicker_item_selected_between_background)}.ui5-dp-item.ui5-dp-item--selected-between:hover{background:var(--_ui5_daypicker_item_selected_between_hover_background)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--selected-between:focus:after{border-color:var(--sapContent_FocusColor)}.ui5-dp-items-container>:first-child{justify-content:flex-end}.ui5-dp-emptyweek{height:var(--_ui5_day_picker_empty_height)}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected.ui5-dp-item--withsecondtype:focus:after{outline-offset:-.1875rem;border-radius:var(--_ui5-dp-item_withsecondtype_border)}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected.ui5-dp-item--withsecondtype .ui5-dp-daytext,.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now.ui5-dp-item--withsecondtype .ui5-dp-daysectext{border:none;outline:none}'};const Od={tag:"ui5-daypicker",properties:{selectedDates:{type:dn,multiple:!0,compareValues:!0},selectionMode:{type:Bd,defaultValue:Bd.Single},hideWeekNumbers:{type:Boolean},_weeks:{type:Object,multiple:!0},_dayNames:{type:Object,multiple:!0},_hidden:{type:Boolean,noAttribute:!0},_secondTimestamp:{type:String}},events:{change:{},navigate:{}}},Hd=(e,t,i)=>e>Math.min(t,i)&&e<Math.max(t,i);class Rd extends cd{static get metadata(){return Od}static get template(){return $d}static get styles(){return Nd}onBeforeRendering(){const e=gu(Lo());this._buildWeeks(e),this._buildDayNames(e)}_buildWeeks(e){if(this._hidden)return;this._weeks=[];const t=this._getFirstDayOfWeek(),i=e.getMonths("wide",this._primaryCalendarType),o=this.hasSecondaryCalendarType&&e.getMonths("wide",this.secondaryCalendarType),r=Rd.i18nBundle.getText(Fa),a=Rd.i18nBundle.getText(Ea),n=this._getFirstDay(),s=R_.fromLocalJSDate(new Date,this._primaryCalendarType),l=this._calendarDate,_=this._minDate,u=this._maxDate,d=this.hasSecondaryCalendarType&&this._getSecondaryDay(n);let c=[];for(let h=0;h<42;h++){const h=n.valueOf()/1e3;let p=n.getDay()-t;p<0&&(p+=7);const g=n.getMonth()===l.getMonth()&&n.getDate()===l.getDate(),m=this._isDaySelected(h),v=this._isDayInsideSelectionRange(h),f=n.getMonth()!==l.getMonth(),b=this._isWeekend(n),y=n.valueOf()<_.valueOf()||n.valueOf()>u.valueOf(),w=n.isSame(s),k=n.getDay()===t,x=b?`${r} `:"",C=w?`${a} `:"",S=this.hasSecondaryCalendarType?`${C}${x}${i[n.getMonth()]} ${n.getDate()}, ${n.getYear()}; ${o[d.getMonth()]} ${d.getDate()}, ${d.getYear()}`:`${C}${x}${i[n.getMonth()]} ${n.getDate()}, ${n.getYear()}`,T={timestamp:h.toString(),focusRef:g,_tabIndex:g?"0":"-1",selected:m,day:n.getDate(),secondDay:this.hasSecondaryCalendarType&&d.getDate(),_isSecondaryCalendarType:this.hasSecondaryCalendarType,classes:`ui5-dp-item ui5-dp-wday${p}`,ariaLabel:S,ariaSelected:m?"true":"false",ariaDisabled:f?"true":void 0,disabled:y};k&&(T.classes+=" ui5-dp-firstday"),m&&(T.classes+=" ui5-dp-item--selected"),v&&(T.classes+=" ui5-dp-item--selected-between"),w&&(T.classes+=" ui5-dp-item--now"),f&&(T.classes+=" ui5-dp-item--othermonth"),b&&(T.classes+=" ui5-dp-item--weeekend"),y&&(T.classes+=" ui5-dp-item--disabled"),this.hasSecondaryCalendarType&&(T.classes+=" ui5-dp-item--withsecondtype"),c.push(T),6===p&&c.unshift({weekNum:Sd(Cd(),n.toUTCJSDate(),n.getYear(),Lo(),e),isHidden:this.shouldHideWeekNumbers}),8===c.length&&(this._weeks.push(c),c=[]),n.setDate(n.getDate()+1),this.hasSecondaryCalendarType&&d.setDate(d.getDate()+1)}}_buildDayNames(e){if(this._hidden)return;let t;const i=e.getDays("wide",this._primaryCalendarType),o=e.getDays("abbreviated",this._primaryCalendarType);let r;this._dayNames=[],this._dayNames.push({classes:"ui5-dp-dayname",name:Rd.i18nBundle.getText(Aa)});for(let e=0;e<7;e++)t=e+this._getFirstDayOfWeek(),t>6&&(t-=7),r={name:i[t],ultraShortName:o[t],classes:"ui5-dp-dayname"},this._dayNames.push(r);this._dayNames[1].classes+=" ui5-dp-firstday",this.shouldHideWeekNumbers&&this._dayNames.shift()}onAfterRendering(){this._autoFocus&&!this._hidden&&this.focus()}_onfocusin(){this._autoFocus=!0}_onfocusout(){this._autoFocus=!1}_isDaySelected(e){return this.selectionMode===Bd.Single?e===this.selectedDates[0]:this.selectedDates.includes(e)}_isDayInsideSelectionRange(e){return!(this.selectionMode!==Bd.Range||!this.selectedDates.length)&&(1===this.selectedDates.length&&this._secondTimestamp?Hd(e,this.selectedDates[0],this._secondTimestamp):Hd(e,this.selectedDates[0],this.selectedDates[1]))}_selectDate(e,t){const i=e.target;if(!this._isDayPressed(i))return;const o=this._getTimestampFromDom(i);this._safelySetTimestamp(o),this._updateSecondTimestamp(),this.selectionMode===Bd.Single?this.selectedDates=[o]:this.selectionMode===Bd.Multiple?this.selectedDates.length>0&&t?this._multipleSelection(o):this._toggleTimestampInSelection(o):this.selectedDates=1===this.selectedDates.length?[...this.selectedDates,o]:[o],this.fireEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_selectWeek(e){this._weeks.forEach(e=>{if(-1!==e.findIndex(e=>{const t=R_.fromTimestamp(1e3*parseInt(e.timestamp));return t.getMonth()===this._calendarDate.getMonth()&&t.getDate()===this._calendarDate.getDate()})){e.some(e=>e.timestamp&&!this.selectedDates.includes(parseInt(e.timestamp)))?e.filter(e=>e.timestamp).forEach(e=>{this._addTimestampToSelection(parseInt(e.timestamp))}):e.filter(e=>e.timestamp).forEach(e=>{this._removeTimestampFromSelection(parseInt(e.timestamp))})}}),this.fireEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_toggleTimestampInSelection(e){this.selectedDates.includes(e)?this._removeTimestampFromSelection(e):this._addTimestampToSelection(e)}_addTimestampToSelection(e){this.selectedDates.includes(e)||(this.selectedDates=[...this.selectedDates,e])}_removeTimestampFromSelection(e){this.selectedDates=this.selectedDates.filter(t=>t!==e)}_multipleSelection(e){const t=Math.min(...this.selectedDates),i=Math.max(...this.selectedDates);let o,r,a=!1;if(e<t)o=e,r=t;else if(e>=t&&e<=i){Math.abs(e-t)<Math.abs(e-i)?(o=e,r=i):(o=t,r=e),a=!0}else o=i,r=e;const n=R_.fromTimestamp(1e3*o),s=R_.fromTimestamp(1e3*r);for(;n.valueOf()<=s.valueOf();)this[a?"_toggleTimestampInSelection":"_addTimestampToSelection"](n.valueOf()/1e3),n.setDate(n.getDate()+1)}_onmouseover(e){const t=e.target.closest(".ui5-dp-item");t&&this.selectionMode===Bd.Range&&1===this.selectedDates.length&&(this._secondTimestamp=this._getTimestampFromDom(t))}_onkeydown(e){let t=!0;if(Yi(e)||Gi(e))this._selectDate(e,Gi(e));else if(Xi(e)||Zi(e))e.preventDefault();else if(Ki(e))this._modifyTimestampBy(-1,"day");else if(Ji(e))this._modifyTimestampBy(1,"day");else if(Qi(e))this._modifyTimestampBy(-7,"day");else if(eo(e))this._modifyTimestampBy(7,"day");else if(go(e))this._modifyTimestampBy(-1,"month");else if(mo(e))this._modifyTimestampBy(1,"month");else if(vo(e)||(e=>(e.key?"PageUp"===e.key:e.keyCode===qi.PAGE_UP)&&$o(e,!1,!0,!1))(e))this._modifyTimestampBy(-1,"year");else if(fo(e)||(e=>(e.key?"PageDown"===e.key:e.keyCode===qi.PAGE_DOWN)&&$o(e,!1,!0,!1))(e))this._modifyTimestampBy(1,"year");else if(bo(e))this._modifyTimestampBy(-10,"year");else if(yo(e))this._modifyTimestampBy(10,"year");else if(ao(e)||no(e))this._onHomeOrEnd(ao(e));else if(so(e)){const e=new R_(this._calendarDate,this._primaryCalendarType);e.setDate(1),this._setTimestamp(e.valueOf()/1e3)}else if(lo(e)){const e=new R_(this._calendarDate,this._primaryCalendarType);e.setMonth(e.getMonth()+1),e.setDate(0),this._setTimestamp(e.valueOf()/1e3)}else t=!1;t&&e.preventDefault()}_onkeyup(e){Xi(e)||Zi(e)&&this.selectionMode!==Bd.Multiple?this._selectDate(e,!1):Zi(e)&&this._selectWeek(e)}_onclick(e){this._selectDate(e,e.shiftKey)}_onHomeOrEnd(e){this._weeks.forEach(t=>{if(-1!==t.findIndex(e=>{const t=R_.fromTimestamp(1e3*parseInt(e.timestamp));return t.getMonth()===this._calendarDate.getMonth()&&t.getDate()===this._calendarDate.getDate()})){const i=e?1:7;this._setTimestamp(parseInt(t[i].timestamp))}})}_hasPreviousPage(){return!(this._calendarDate.getMonth()===this._minDate.getMonth()&&this._calendarDate.getYear()===this._minDate.getYear())}_hasNextPage(){return!(this._calendarDate.getMonth()===this._maxDate.getMonth()&&this._calendarDate.getYear()===this._maxDate.getYear())}_showPreviousPage(){this._modifyTimestampBy(-1,"month")}_showNextPage(){this._modifyTimestampBy(1,"month")}_modifyTimestampBy(e,t){this._safelyModifyTimestampBy(e,t),this._updateSecondTimestamp(),this.fireEvent("navigate",{timestamp:this.timestamp})}_setTimestamp(e){this._safelySetTimestamp(e),this._updateSecondTimestamp(),this.fireEvent("navigate",{timestamp:this.timestamp})}_updateSecondTimestamp(){this.selectionMode===Bd.Range&&1===this.selectedDates.length&&(this._secondTimestamp=this.timestamp)}get shouldHideWeekNumbers(){return this._primaryCalendarType!==vl.Gregorian||this.hideWeekNumbers}get hasSecondaryCalendarType(){return!!this.secondaryCalendarType}_isWeekend(e){const t=gu(Lo()),i=e.getDay(),o=t.getWeekendStart(),r=t.getWeekendEnd();return i>=o&&i<=r||r<o&&(i>=o||i<=r)}_isDayPressed(e){const t=e.parentNode;return e.className.indexOf("ui5-dp-item")>-1||t&&t.classList&&t.classList.contains("ui5-dp-item")}_getSecondaryDay(e){return new R_(e,this.secondaryCalendarType)}_getFirstDay(){let e;const t=this._getFirstDayOfWeek(),i=new R_(this._calendarDate,this._primaryCalendarType);return i.setDate(1),e=i.getDay()-t,e<0&&(e=7+e),e>0&&i.setDate(1-e),i}_getFirstDayOfWeek(){const e=gu(Lo()),t=Cd();return Number.isInteger(t)?t:e.getFirstDayOfWeek()}get styles(){return{wrapper:{display:this._hidden?"none":"flex","justify-content":"center"},main:{width:"100%"}}}get ariaRoledescription(){return this.hasSecondaryCalendarType?`${this._primaryCalendarType} calendar with secondary ${this.secondaryCalendarType} calendar`:`${this._primaryCalendarType} calendar`}}Rd.define();const Ud=(e,t,i)=>Ui`<div class="ui5-mp-root" role="grid" aria-readonly="false" aria-multiselectable="false" @keydown=${e._onkeydown} @keyup=${e._onkeyup} @click=${e._selectMonth} @focusin=${e._onfocusin}>${Li(e._months,(e,t)=>e._id||t,(e,t)=>Vd(e))}</div>`,Vd=(e,t,i,o,r)=>Ui`<div class="ui5-mp-quarter">${Li(e,(e,t)=>e._id||t,(e,t)=>Wd(e))}</div>`,Wd=(e,t,i,o,r)=>Ui`<div data-sap-timestamp=${Oi(e.timestamp)} tabindex=${Oi(e._tabIndex)} ?data-sap-focus-ref="${e.focusRef}" class="${Oi(e.classes)}" role="gridcell" aria-selected="${Oi(e.ariaSelected)}"><span class="ui5-dp-monthtext">${Oi(e.name)}</span>${e.nameInSecType?jd(e):void 0}</div>`,jd=(e,t,i,o,r)=>Ui`<span class="ui5-dp-monthtext ui5-dp-monthsectext">${Oi(e.nameInSecType)}</span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var qd={packageName:"@ui5/webcomponents",fileName:"themes/MonthPicker.css",content:':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-mp-root{padding:2rem 0 1rem 0;display:flex;flex-direction:column;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-mp-item{display:flex;flex-direction:column;width:calc(33.333% - .125rem);height:var(--_ui5_month_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapLegend_WorkingBackground);align-items:center;justify-content:center;margin:var(--_ui5_monthpicker_item_margin);box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;outline:none;position:relative;border:var(--_ui5_monthpicker_item_border);border-radius:var(--_ui5_monthpicker_item_border_radius)}.ui5-dp-monthsectext{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-mp-item:hover{background-color:var(--sapList_Hover_Background)}.ui5-mp-item.ui5-mp-item--selected,.ui5-mp-item.ui5-mp-item--selected .ui5-dp-monthsectext{box-shadow:var(--_ui5_monthpicker_item_selected_box_shadow);font-weight:var(--_ui5_monthpicker_item_selected_font_wieght);background-color:var(--_ui5_monthpicker_item_selected_background_color);color:var(--_ui5_monthpicker_item_selected_text_color)}.ui5-mp-item.ui5-mp-item--disabled{pointer-events:none;opacity:.5}.ui5-mp-item.ui5-mp-item--selected:focus{background-color:var(--sapContent_Selected_Background)}.ui5-mp-item.ui5-mp-item--selected:focus:after{border-color:var(--_ui5_monthpicker_item_focus_after_border)}.ui5-mp-item.ui5-mp-item--selected:hover{background-color:var(--_ui5_monthpicker_item_selected_hover_color)}.ui5-mp-item:focus:after{content:"";position:absolute;border:var(--_ui5_button_focused_border);inset:0;border-radius:var(--_ui5_monthpicker_item_focus_after_border_radius)}.ui5-mp-quarter{display:flex;justify-content:center;align-items:center;width:100%}'};const Yd={tag:"ui5-monthpicker",properties:{selectedDates:{type:dn,multiple:!0,compareValues:!0},_months:{type:Object,multiple:!0},_hidden:{type:Boolean,noAttribute:!0}},events:{change:{},navigate:{}}};class Gd extends cd{static get metadata(){return Yd}static get template(){return Ud}static get styles(){return qd}onBeforeRendering(){this._buildMonths()}_buildMonths(){if(this._hidden)return;const e=gu(Lo()).getMonthsStandAlone("wide",this._primaryCalendarType),t=[],i=this._calendarDate,o=this._minDate,r=this._maxDate,a=new R_(i,this._primaryCalendarType);let n;for(let s=0;s<12;s++){a.setMonth(s),n=a.valueOf()/1e3;const l=this.selectedDates.some(e=>{const t=R_.fromTimestamp(1e3*e,this._primaryCalendarType);return t.getYear()===a.getYear()&&t.getMonth()===a.getMonth()}),_=a.getMonth()===i.getMonth(),u=this._isOutOfSelectableRange(a,o,r),d={timestamp:n.toString(),focusRef:_,_tabIndex:_?"0":"-1",selected:l,ariaSelected:l?"true":"false",name:e[s],nameInSecType:this.secondaryCalendarType&&this._getDisplayedSecondaryMonthText(n).text,disabled:u,classes:"ui5-mp-item"};l&&(d.classes+=" ui5-mp-item--selected"),u&&(d.classes+=" ui5-mp-item--disabled");const c=parseInt(s/3);t[c]?t[c].push(d):t[c]=[d]}this._months=t}_getDisplayedSecondaryMonthText(e){const t=sd(this._primaryCalendarType,this.secondaryCalendarType,e);return ld(t.firstDate.getMonth(),t.lastDate.getMonth(),this.secondaryCalendarType)}onAfterRendering(){this._hidden||this.focus()}_onkeydown(e){let t=!0;Yi(e)?this._selectMonth(e):Xi(e)?e.preventDefault():Ki(e)?this._modifyTimestampBy(-1):Ji(e)?this._modifyTimestampBy(1):Qi(e)?this._modifyTimestampBy(-3):eo(e)?this._modifyTimestampBy(3):go(e)?this._modifyTimestampBy(-12):mo(e)?this._modifyTimestampBy(12):ao(e)||no(e)?this._onHomeOrEnd(ao(e)):so(e)?this._setTimestamp(parseInt(this._months[0][0].timestamp)):lo(e)?this._setTimestamp(parseInt(this._months[3][2].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._months.forEach(t=>{if(-1!==t.findIndex(e=>R_.fromTimestamp(1e3*parseInt(e.timestamp)).getMonth()===this._calendarDate.getMonth())){const i=e?0:2;this._setTimestamp(parseInt(t[i].timestamp))}})}_setTimestamp(e){this._safelySetTimestamp(e),this.fireEvent("navigate",{timestamp:this.timestamp})}_modifyTimestampBy(e){this._safelyModifyTimestampBy(e,"month"),this.fireEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){Xi(e)&&this._selectMonth(e)}_selectMonth(e){if(e.preventDefault(),e.target.className.indexOf("ui5-mp-item")>-1){const t=this._getTimestampFromDom(e.target);this._safelySetTimestamp(t),this.fireEvent("change",{timestamp:this.timestamp})}}_hasPreviousPage(){return this._calendarDate.getYear()!==this._minDate.getYear()}_hasNextPage(){return this._calendarDate.getYear()!==this._maxDate.getYear()}_showPreviousPage(){this._modifyTimestampBy(-12)}_showNextPage(){this._modifyTimestampBy(12)}_isOutOfSelectableRange(e,t,i){const o=e.getMonth(),r=e.getYear(),a=t.getYear(),n=t.getMonth(),s=i.getYear(),l=i.getMonth();return r<a||r===a&&o<n||r>s||r===s&&o>l}}Gd.define();const Xd=(e,t,i)=>Ui`<div class="ui5-yp-root" role="grid" aria-readonly="false" aria-multiselectable="false" @keydown=${e._onkeydown} @keyup=${e._onkeyup} @click=${e._selectYear} @focusin=${e._onfocusin}>${Li(e._years,(e,t)=>e._id||t,(e,t)=>Zd(e))}</div>`,Zd=(e,t,i,o,r)=>Ui`<div class="ui5-yp-interval-container">${Li(e,(e,t)=>e._id||t,(e,t)=>Kd(e))}</div>`,Kd=(e,t,i,o,r)=>Ui`<div data-sap-timestamp="${Oi(e.timestamp)}" tabindex="${Oi(e._tabIndex)}" ?data-sap-focus-ref="${e.focusRef}" class="${Oi(e.classes)}" role="gridcell" aria-selected="${Oi(e.ariaSelected)}"><span>${Oi(e.year)}</span>${e.yearInSecType?Jd(e):void 0}</div>`,Jd=(e,t,i,o,r)=>Ui`<span class="ui5-yp-item-sec-type">${Oi(e.yearInSecType)}</span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Qd={packageName:"@ui5/webcomponents",fileName:"themes/YearPicker.css",content:':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-yp-root{padding:2rem 0 1rem 0;display:flex;flex-direction:column;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-yp-interval-container{display:flex;justify-content:center;align-items:center;width:100%}.ui5-yp-item{display:flex;margin:var(--_ui5_yearpicker_item_margin);width:calc(25% - .125rem);height:var(--_ui5_year_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapLegend_WorkingBackground);align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;outline:none;position:relative;border:var(--_ui5_yearpicker_item_border);border-radius:var(--_ui5_yearpicker_item_border_radius)}.ui5-yp-item-secondary-type{flex-direction:column;width:calc(50% - .125rem)}.ui5-yp-item-sec-type{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-yp-item:hover{background-color:var(--sapList_Hover_Background)}.ui5-yp-item.ui5-yp-item--selected,.ui5-yp-item.ui5-yp-item--selected .ui5-yp-item-sec-type{background-color:var(--_ui5_yearpicker_item_selected_background_color);color:var(--_ui5_yearpicker_item_selected_text_color);box-shadow:var(--_ui5_yearpicker_item_selected_box_shadow);font-weight:700}.ui5-yp-item.ui5-yp-item--disabled{pointer-events:none;opacity:.5}.ui5-yp-item.ui5-yp-item--selected:focus{background-color:var(--_ui5_yearpicker_item_selected_focus)}.ui5-yp-item.ui5-yp-item--selected:focus:after{border-color:var(--_ui5_yearpicker_item_focus_after_border)}.ui5-yp-item.ui5-yp-item--selected:hover{background-color:var(--_ui5_yearpicker_item_selected_hover_color)}.ui5-yp-item:focus:after{content:"";position:absolute;border:var(--_ui5_yearpicker_item_focus_after_border);inset:0;border-radius:var(--_ui5_yearpicker_item_focus_after_border_radius);outline:var(--_ui5_yearpicker_item_focus_after_outline)}'};const ec={tag:"ui5-yearpicker",properties:{selectedDates:{type:dn,multiple:!0,compareValues:!0},_years:{type:Object,multiple:!0},_hidden:{type:Boolean,noAttribute:!0}},events:{change:{},navigate:{}}};class tc extends cd{static get metadata(){return ec}static get styles(){return Qd}static get template(){return Xd}onBeforeRendering(){this._buildYears()}_getPageSize(){return this.secondaryCalendarType?8:20}_getRowSize(){return this.secondaryCalendarType?2:4}_buildYears(){if(this._hidden)return;const e=this._getPageSize(),t=eu.getDateInstance({format:"y",calendarType:this._primaryCalendarType},Lo()),i=eu.getDateInstance({format:"y",calendarType:this.secondaryCalendarType},Lo());this._calculateFirstYear(),this._lastYear=this._firstYear+e-1;const o=this._calendarDate,r=this._minDate,a=this._maxDate,n=new R_(o,this._primaryCalendarType);let s,l;n.setYear(this._firstYear);const _=[];let u;for(let d=0;d<e;d++){u=n.valueOf()/1e3;const e=this.selectedDates.some(e=>R_.fromTimestamp(1e3*e,this._primaryCalendarType).getYear()===n.getYear()),c=n.getYear()===o.getYear(),h=n.getYear()<r.getYear()||n.getYear()>a.getYear();this.secondaryCalendarType&&(s=sd(this._primaryCalendarType,this.secondaryCalendarType,u,!0),l=s.firstDate.getYear()===s.lastDate.getYear?`${i.format(s.firstDate.toLocalJSDate(),!0)}`:`${i.format(s.firstDate.toLocalJSDate(),!0)} - ${i.format(s.lastDate.toLocalJSDate(),!0)}`);const p={timestamp:u.toString(),_tabIndex:c?"0":"-1",focusRef:c,selected:e,ariaSelected:e?"true":"false",year:t.format(n.toLocalJSDate()),yearInSecType:this.secondaryCalendarType&&l,disabled:h,classes:"ui5-yp-item"};e&&(p.classes+=" ui5-yp-item--selected"),h&&(p.classes+=" ui5-yp-item--disabled"),this.secondaryCalendarType&&(p.classes+=" ui5-yp-item-secondary-type");const g=parseInt(d/this._getRowSize());_[g]?_[g].push(p):_[g]=[p],n.setYear(n.getYear()+1)}this._years=_}_calculateFirstYear(){const e=this._getPageSize(),t=vu(this._primaryCalendarType).getYear(),i=this._calendarDate.getYear();this._firstYear||(this._firstYear=i-e/2),i<this._firstYear?this._firstYear-=e:i>=this._firstYear+e&&(this._firstYear+=e),Math.abs(this._firstYear-i)>=e&&(this._firstYear=i-e/2),this._firstYear=Math.max(this._firstYear,this._minDate.getYear()),this._firstYear=Math.min(this._firstYear,this._maxDate.getYear()),this._firstYear>t-e+1&&(this._firstYear=t-e+1)}onAfterRendering(){this._hidden||this.focus()}_onkeydown(e){let t=!0;const i=this._getPageSize(),o=this._getRowSize();Yi(e)?this._selectYear(e):Xi(e)?e.preventDefault():Ki(e)?this._modifyTimestampBy(-1):Ji(e)?this._modifyTimestampBy(1):Qi(e)?this._modifyTimestampBy(-o):eo(e)?this._modifyTimestampBy(o):go(e)?this._modifyTimestampBy(-i):mo(e)?this._modifyTimestampBy(i):ao(e)||no(e)?this._onHomeOrEnd(ao(e)):so(e)?this._setTimestamp(parseInt(this._years[0][0].timestamp)):lo(e)?this._setTimestamp(parseInt(this._years[i/o-1][o-1].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._years.forEach(t=>{if(-1!==t.findIndex(e=>R_.fromTimestamp(1e3*parseInt(e.timestamp)).getYear()===this._calendarDate.getYear())){const i=e?0:this._getRowSize()-1;this._setTimestamp(parseInt(t[i].timestamp))}})}_setTimestamp(e){this._safelySetTimestamp(e),this.fireEvent("navigate",{timestamp:this.timestamp})}_modifyTimestampBy(e){this._safelyModifyTimestampBy(e,"year"),this.fireEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){Xi(e)&&this._selectYear(e)}_selectYear(e){if(e.preventDefault(),e.target.className.indexOf("ui5-yp-item")>-1){const t=this._getTimestampFromDom(e.target);this._safelySetTimestamp(t),this.fireEvent("change",{timestamp:this.timestamp})}}_hasPreviousPage(){return this._firstYear>this._minDate.getYear()}_hasNextPage(){return this._firstYear+this._getPageSize()-1<this._maxDate.getYear()}_showPreviousPage(){const e=this._getPageSize();this._modifyTimestampBy(-e)}_showNextPage(){this._modifyTimestampBy(this._getPageSize())}}tc.define();var ic=M_.extend("sap.ui.core.date.Gregorian",{constructor:function(){this.oDate=this.createDate(Date,arguments),this.sCalendarType=o_.Gregorian}});ic.UTC=function(){return Date.UTC.apply(Date,arguments)},ic.now=function(){return Date.now()},P_(o_.Gregorian,ic);const oc=(e,t,i)=>i?Ui`<div class="ui5-cal-root" @keydown=${e._onkeydown}><div id="${Oi(e._id)}-content" class="ui5-cal-content"><${ji("ui5-daypicker",t,i)} id="${Oi(e._id)}-daypicker" ?hidden="${e._isDayPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isDayPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .selectionMode="${Oi(e.selectionMode)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" ?hide-week-numbers="${e.hideWeekNumbers}" @ui5-change="${Oi(e.onSelectedDatesChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></${ji("ui5-daypicker",t,i)}><${ji("ui5-monthpicker",t,i)} id="${Oi(e._id)}-MP" ?hidden="${e._isMonthPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isMonthPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" @ui5-change="${Oi(e.onSelectedMonthChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></${ji("ui5-monthpicker",t,i)}><${ji("ui5-yearpicker",t,i)} id="${Oi(e._id)}-YP" ?hidden="${e._isYearPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isYearPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" @ui5-change="${Oi(e.onSelectedYearChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></${ji("ui5-yearpicker",t,i)}></div><${ji("ui5-calendar-header",t,i)} id="${Oi(e._id)}-head" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${Oi(e.secondaryCalendarTypeButtonText)}" timestamp="${Oi(e._timestamp)}" .isPrevButtonDisabled="${Oi(e._previousButtonDisabled)}" .isNextButtonDisabled="${Oi(e._nextButtonDisabled)}" .isMonthButtonHidden="${Oi(e._isHeaderMonthButtonHidden)}" ._monthButtonText="${Oi(e._headerMonthButtonText)}" ._yearButtonText="${Oi(e._headerYearButtonText)}" ._yearButtonTextSecType="${Oi(e._headerYearButtonTextSecType)}" @ui5-previous-press="${Oi(e.onHeaderPreviousPress)}" @ui5-next-press="${Oi(e.onHeaderNextPress)}" @ui5-show-month-press="${Oi(e.onHeaderShowMonthPress)}" @ui5-show-year-press="${Oi(e.onHeaderShowYearPress)}"></${ji("ui5-calendar-header",t,i)}></div>`:Ui`<div class="ui5-cal-root" @keydown=${e._onkeydown}><div id="${Oi(e._id)}-content" class="ui5-cal-content"><ui5-daypicker id="${Oi(e._id)}-daypicker" ?hidden="${e._isDayPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isDayPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .selectionMode="${Oi(e.selectionMode)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" ?hide-week-numbers="${e.hideWeekNumbers}" @ui5-change="${Oi(e.onSelectedDatesChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></ui5-daypicker><ui5-monthpicker id="${Oi(e._id)}-MP" ?hidden="${e._isMonthPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isMonthPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" @ui5-change="${Oi(e.onSelectedMonthChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></ui5-monthpicker><ui5-yearpicker id="${Oi(e._id)}-YP" ?hidden="${e._isYearPickerHidden}" format-pattern="${Oi(e._formatPattern)}" .selectedDates="${Oi(e._selectedDatesTimestamps)}" ._hidden="${Oi(e._isYearPickerHidden)}" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" timestamp="${Oi(e._timestamp)}" @ui5-change="${Oi(e.onSelectedYearChange)}" @ui5-navigate="${Oi(e.onNavigate)}"></ui5-yearpicker></div><ui5-calendar-header id="${Oi(e._id)}-head" .primaryCalendarType="${Oi(e._primaryCalendarType)}" .secondaryCalendarType="${Oi(e.secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${Oi(e.secondaryCalendarTypeButtonText)}" timestamp="${Oi(e._timestamp)}" .isPrevButtonDisabled="${Oi(e._previousButtonDisabled)}" .isNextButtonDisabled="${Oi(e._nextButtonDisabled)}" .isMonthButtonHidden="${Oi(e._isHeaderMonthButtonHidden)}" ._monthButtonText="${Oi(e._headerMonthButtonText)}" ._yearButtonText="${Oi(e._headerYearButtonText)}" ._yearButtonTextSecType="${Oi(e._headerYearButtonTextSecType)}" @ui5-previous-press="${Oi(e.onHeaderPreviousPress)}" @ui5-next-press="${Oi(e.onHeaderNextPress)}" @ui5-show-month-press="${Oi(e.onHeaderShowMonthPress)}" @ui5-show-year-press="${Oi(e.onHeaderShowYearPress)}"></ui5-calendar-header></div>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var rc={packageName:"@ui5/webcomponents",fileName:"themes/Calendar.css",content:":host(:not([hidden])){display:inline-block}.ui5-cal-root{background:var(--sapList_Background);box-sizing:border-box;height:var(--_ui5_calendar_height);width:var(--_ui5_calendar_width);padding:var(--_ui5_calendar_top_bottom_padding) var(--_ui5_calendar_left_right_padding) 0;display:flex;flex-direction:column-reverse;justify-content:flex-end}.ui5-cal-root [ui5-calendar-header]{height:var(--_ui5_calendar_header_height);font-family:var(--_ui5_button_fontFamily)}.ui5-cal-root .ui5-cal-content{padding:0 var(--_ui5_calendar_left_right_padding) var(--_ui5_calendar_top_bottom_padding)}"};const ac={tag:"ui5-calendar",fastNavigation:!0,properties:{selectionMode:{type:Bd,defaultValue:Bd.Single},hideWeekNumbers:{type:Boolean},_currentPicker:{type:String,defaultValue:"day"},_previousButtonDisabled:{type:Boolean},_nextButtonDisabled:{type:Boolean},_headerMonthButtonText:{type:String},_headerYearButtonText:{type:String},_headerYearButtonTextSecType:{type:String}},managedSlots:!0,slots:{default:{propertyName:"dates",type:HTMLElement,invalidateOnChildChange:!0}},events:{"selected-dates-change":{detail:{dates:{type:Array},values:{type:Array}}},"show-month-press":{},"show-year-press":{}}};class nc extends cd{static get metadata(){return ac}static get template(){return oc}static get styles(){return rc}get _selectedDatesTimestamps(){return this.dates.map(e=>{const t=e.value;return t&&this.getFormat().parse(t)?this._getTimeStampFromString(t)/1e3:void 0}).filter(e=>!!e)}_setSelectedDates(e){const t=e.map(e=>this.getFormat().format(new Date(1e3*e),!0)),i=[...this.dates].map(e=>e.value);this.dates.filter(e=>!t.includes(e.value)).forEach(e=>{this.removeChild(e)}),t.filter(e=>!i.includes(e)).forEach(e=>{const t=document.createElement(ud.getMetadata().getTag());t.value=e,this.appendChild(t)})}async onAfterRendering(){await B(),this._previousButtonDisabled=!this._currentPickerDOM._hasPreviousPage(),this._nextButtonDisabled=!this._currentPickerDOM._hasNextPage();const e=eu.getDateInstance({format:"y",calendarType:this.primaryCalendarType}),t=gu(Lo());if(this._headerMonthButtonText=t.getMonthsStandAlone("wide",this.primaryCalendarType)[this._calendarDate.getMonth()],"year"===this._currentPicker){const t=new R_(this._calendarDate,this._primaryCalendarType),i=new R_(this._calendarDate,this._primaryCalendarType);t.setYear(this._currentPickerDOM._firstYear),i.setYear(this._currentPickerDOM._lastYear),this._headerYearButtonText=`${e.format(t.toLocalJSDate(),!0)} - ${e.format(i.toLocalJSDate(),!0)}`}else this._headerYearButtonText=String(e.format(this._localDate,!0));this.secondaryCalendarType&&this._setSecondaryCalendarTypeButtonText()}onHeaderShowMonthPress(e){this._currentPickerDOM._autoFocus=!1,this._currentPicker="month",this.fireEvent("show-month-press",e)}onHeaderShowYearPress(e){this._currentPickerDOM._autoFocus=!1,this._currentPicker="year",this.fireEvent("show-year-press",e)}get _currentPickerDOM(){return this.shadowRoot.querySelector(`[ui5-${this._currentPicker}picker]`)}onHeaderPreviousPress(){this._currentPickerDOM._showPreviousPage()}onHeaderNextPress(){this._currentPickerDOM._showNextPage()}_setSecondaryCalendarTypeButtonText(){const e=gu(Lo()),t=eu.getDateInstance({format:"y",calendarType:this.secondaryCalendarType});if(this._headerMonthButtonTextInSexType=e.getMonthsStandAlone("wide",this.secondaryCalendarType)[this._calendarDate.getMonth()],"year"===this._currentPicker){const e=new R_(this._calendarDate,this._primaryCalendarType),i=new R_(this._calendarDate,this._primaryCalendarType);e.setYear(this._currentPickerDOM._firstYear),i.setYear(this._currentPickerDOM._lastYear);const o=sd(this.primaryCalendarType,this.secondaryCalendarType,e.valueOf()/1e3,!0).firstDate,r=sd(this.primaryCalendarType,this.secondaryCalendarType,i.valueOf()/1e3,!0).lastDate;this._headerYearButtonTextSecType=`${t.format(o.toLocalJSDate(),!0)} - ${t.format(r.toLocalJSDate(),!0)}`}else this._headerYearButtonTextSecType=String(t.format(this._localDate,!0))}get secondaryCalendarTypeButtonText(){if(!this.secondaryCalendarType)return;const e=new Date(1e3*this._timestamp),t=eu.getDateInstance({format:"y",calendarType:this.secondaryCalendarType}),i=sd(this._primaryCalendarType,this.secondaryCalendarType,this._timestamp),o=ld(i.firstDate.getMonth(),i.lastDate.getMonth(),this.secondaryCalendarType);return{yearButtonText:t.format(e,!0),monthButtonText:o.text,monthButtonInfo:o.textInfo}}get _isHeaderMonthButtonHidden(){return"month"===this._currentPicker||"year"===this._currentPicker}get _isDayPickerHidden(){return"day"!==this._currentPicker}get _isMonthPickerHidden(){return"month"!==this._currentPicker}get _isYearPickerHidden(){return"year"!==this._currentPicker}onSelectedDatesChange(e){const t=e.detail.timestamp,i=e.detail.dates,o=i.map(e=>{const t=R_.fromTimestamp(1e3*e,this._primaryCalendarType);return this.getFormat().format(t.toUTCJSDate(),!0)});this.timestamp=t,!this.fireEvent("selected-dates-change",{timestamp:t,dates:[...i],values:o},!0)||this._setSelectedDates(i)}onSelectedMonthChange(e){this.timestamp=e.detail.timestamp,this._currentPicker="day",this._currentPickerDOM._autoFocus=!0}onSelectedYearChange(e){this.timestamp=e.detail.timestamp,this._currentPicker="day",this._currentPickerDOM._autoFocus=!0}onNavigate(e){this.timestamp=e.detail.timestamp}_onkeydown(e){ko(e)&&"month"!==this._currentPicker&&(this._currentPicker="month"),(e=>(e.key?"F4"===e.key:e.keyCode===qi.F4)&&$o(e,!1,!1,!0))(e)&&"year"!==this._currentPicker&&(this._currentPicker="year")}get selectedDates(){return this._selectedDatesTimestamps}set selectedDates(e){this._setSelectedDates(e)}static get dependencies(){return[ud,kd,Rd,Gd,tc]}}nc.define();const sc=(e,t,i)=>i?Ui`<div class="ui5-date-picker-root" style="${Ni(e.styles.main)}"><${ji("ui5-input",t,i)} id="${Oi(e._id)}-inner" class="ui5-date-picker-input" placeholder="${Oi(e._placeholder)}" type="${Oi(e.type)}" value="${Oi(e.value)}" ?disabled="${e.disabled}" ?required="${e.required}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" data-sap-focus-ref ._inputAccInfo ="${Oi(e.accInfo)}" @ui5-change="${Oi(e._onInputChange)}" @ui5-input="${Oi(e._onInputInput)}" @ui5-submit="${Oi(e._onInputSubmit)}" @keydown="${e._onkeydown}">${e.valueStateMessage.length?lc():void 0}${e.readonly?void 0:_c(e,t,i)}</${ji("ui5-input",t,i)}><slot name="formSupport"></slot></div>`:Ui`<div class="ui5-date-picker-root" style="${Ni(e.styles.main)}"><ui5-input id="${Oi(e._id)}-inner" class="ui5-date-picker-input" placeholder="${Oi(e._placeholder)}" type="${Oi(e.type)}" value="${Oi(e.value)}" ?disabled="${e.disabled}" ?required="${e.required}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" data-sap-focus-ref ._inputAccInfo ="${Oi(e.accInfo)}" @ui5-change="${Oi(e._onInputChange)}" @ui5-input="${Oi(e._onInputInput)}" @ui5-submit="${Oi(e._onInputSubmit)}" @keydown="${e._onkeydown}">${e.valueStateMessage.length?lc():void 0}${e.readonly?void 0:_c(e,t,i)}</ui5-input><slot name="formSupport"></slot></div>`,lc=(e,t,i)=>Ui`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`,_c=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} slot="icon" name="${Oi(e.openIconName)}" tabindex="-1" accessible-name="${Oi(e.openIconTitle)}" accessible-role="button" aria-hidden="${Oi(e._ariaHidden)}" show-tooltip @click="${e.togglePicker}" input-icon ?pressed="${e._isPickerOpen}"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon slot="icon" name="${Oi(e.openIconName)}" tabindex="-1" accessible-name="${Oi(e.openIconTitle)}" accessible-role="button" aria-hidden="${Oi(e._ariaHidden)}" show-tooltip @click="${e.togglePicker}" input-icon ?pressed="${e._isPickerOpen}"></ui5-icon>`,uc=(e,t,i)=>i?Ui`<${ji("ui5-responsive-popover",t,i)} id="${Oi(e._id)}-responsive-popover" allow-target-overlap placement-type="Bottom" horizontal-align="Left" hide-arrow ?_hide-header=${Oi(e._shouldHideHeader)} @keydown="${e._onkeydown}" @ui5-after-close="${Oi(e.onResponsivePopoverAfterClose)}">${e.showHeader?dc(e,t,i):void 0}<${ji("ui5-calendar",t,i)} id="${Oi(e._id)}-calendar" primary-calendar-type="${Oi(e._primaryCalendarType)}" secondary-calendar-type="${Oi(e.secondaryCalendarType)}" format-pattern="${Oi(e._formatPattern)}" timestamp="${Oi(e._calendarTimestamp)}" .selectionMode="${Oi(e._calendarSelectionMode)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" @ui5-selected-dates-change="${Oi(e.onSelectedDatesChange)}" @ui5-show-month-press="${Oi(e.onHeaderShowMonthPress)}" @ui5-show-year-press="${Oi(e.onHeaderShowYearPress)}" ?hide-week-numbers="${e.hideWeekNumbers}" ._currentPicker="${Oi(e._calendarCurrentPicker)}">${Li(e._calendarSelectedDates,(e,t)=>e._id||t,(o,r)=>cc(o,r,e,t,i))}</${ji("ui5-calendar",t,i)}>${e.showFooter?hc():void 0}</${ji("ui5-responsive-popover",t,i)}> `:Ui`<ui5-responsive-popover id="${Oi(e._id)}-responsive-popover" allow-target-overlap placement-type="Bottom" horizontal-align="Left" hide-arrow ?_hide-header=${Oi(e._shouldHideHeader)} @keydown="${e._onkeydown}" @ui5-after-close="${Oi(e.onResponsivePopoverAfterClose)}">${e.showHeader?dc(e,t,i):void 0}<ui5-calendar id="${Oi(e._id)}-calendar" primary-calendar-type="${Oi(e._primaryCalendarType)}" secondary-calendar-type="${Oi(e.secondaryCalendarType)}" format-pattern="${Oi(e._formatPattern)}" timestamp="${Oi(e._calendarTimestamp)}" .selectionMode="${Oi(e._calendarSelectionMode)}" .minDate="${Oi(e.minDate)}" .maxDate="${Oi(e.maxDate)}" @ui5-selected-dates-change="${Oi(e.onSelectedDatesChange)}" @ui5-show-month-press="${Oi(e.onHeaderShowMonthPress)}" @ui5-show-year-press="${Oi(e.onHeaderShowYearPress)}" ?hide-week-numbers="${e.hideWeekNumbers}" ._currentPicker="${Oi(e._calendarCurrentPicker)}">${Li(e._calendarSelectedDates,(e,t)=>e._id||t,(o,r)=>cc(o,r,e,t,i))}</ui5-calendar>${e.showFooter?hc():void 0}</ui5-responsive-popover> `,dc=(e,t,i)=>i?Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><${ji("ui5-button",t,i)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e.closePicker}"></${ji("ui5-button",t,i)}></div></div>`:Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e.closePicker}"></ui5-button></div></div>`,cc=(e,t,i,o,r)=>r?Ui`<${ji("ui5-date",o,r)} value="${Oi(e)}"></${ji("ui5-date",o,r)}>`:Ui`<ui5-date value="${Oi(e)}"></ui5-date>`,hc=(e,t,i)=>Ui``;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var pc={packageName:"@ui5/webcomponents",fileName:"themes/DatePicker.css",content:".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal;height:var(--_ui5_input_height);border-radius:var(--_ui5_input_border_radius)}:host{color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-datepicker_border_radius)}:host([value-state=Error]):not([disabled]):not([readonly]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):active){background:var(--_ui5-datepicker-hover-background)}:host(:not([disabled]):not([readonly]):hover){background:var(--_ui5-datepicker-hover-background)}.ui5-date-picker-root{border-radius:inherit;height:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host .ui5-date-picker-input{width:100%;min-width:12.5625rem;color:inherit;background-color:inherit;border-radius:inherit;height:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host(:not([disabled]):not([readonly])) .ui5-date-picker-input[focused]{background-color:var(--_ui5-datepicker-hover-background)}[slot=icon]{border-top-right-radius:var(--_ui5-datepicker_icon_border_radius);border-bottom-right-radius:var(--_ui5-datepicker_icon_border_radius)}"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var gc={packageName:"@ui5/webcomponents",fileName:"themes/DatePickerPopover.css",content:"[ui5-calendar]{width:100%;display:flex;justify-content:center}[ui5-responsive-popover]::part(content){padding:0}"};const mc={tag:"ui5-date-picker",altTag:"ui5-datepicker",managedSlots:!0,properties:{value:{type:String},valueState:{type:Ua,defaultValue:Ua.None},required:{type:Boolean},disabled:{type:Boolean},readonly:{type:Boolean},placeholder:{type:String,defaultValue:void 0},name:{type:String},hideWeekNumbers:{type:Boolean},accessibleName:{type:String},accessibleNameRef:{type:String,defaultValue:""},_isPickerOpen:{type:Boolean,noAttribute:!0},_respPopoverConfig:{type:Object},_calendarCurrentPicker:{type:String,defaultValue:"day"}},slots:{valueStateMessage:{type:HTMLElement},formSupport:{type:HTMLElement}},events:{change:{detail:{value:{type:String},valid:{type:Boolean}}},input:{detail:{value:{type:String},valid:{type:Boolean}}}}};class vc extends bu{static get metadata(){return mc}static get template(){return sc}static get staticAreaTemplate(){return uc}static get styles(){return pc}static get staticAreaStyles(){return[Qs,gc]}constructor(){super(),this.FormSupport=void 0}onResponsivePopoverAfterClose(){this._isPickerOpen=!1,br()?this.blur():this._getInput().focus()}onBeforeRendering(){this.FormSupport=z("FormSupport"),["minDate","maxDate"].forEach(e=>{this[e]&&!this.isValid(this[e])&&console.warn(`Invalid value for property "${e}": ${this[e]} is not compatible with the configured format pattern: "${this._displayFormat}"`)});const e=z("FormSupport");e?e.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";'),this.value=this.normalizeValue(this.value)||this.value,this.liveValue=this.value}get _calendarSelectionMode(){return"Single"}get _calendarTimestamp(){if(this.value&&this._checkValueValidity(this.value)){return(e=>(e||(e=(new Date).getTime()),(e-e%864e5)/1e3))(this.dateValueUTC.getTime())}return Y_(this._primaryCalendarType)}get _calendarSelectedDates(){return this.value&&this._checkValueValidity(this.value)?[this.value]:[]}_onkeydown(e){wo(e)&&(e.preventDefault(),this.isOpen()&&ko(e)||this._toggleAndFocusInput()),this._getInput().isEqualNode(e.target)&&this.isOpen()&&(uo(e)||co(e)||xo(e)||Co(e))&&this.closePicker(),this.isOpen()||(Yi(e)?this.FormSupport&&this.FormSupport.triggerFormSubmit(this):bo(e)?(e.preventDefault(),this._modifyDateValue(1,"year")):vo(e)?(e.preventDefault(),this._modifyDateValue(1,"month")):go(e)?(e.preventDefault(),this._modifyDateValue(1,"day")):yo(e)?(e.preventDefault(),this._modifyDateValue(-1,"year")):fo(e)?(e.preventDefault(),this._modifyDateValue(-1,"month")):mo(e)&&(e.preventDefault(),this._modifyDateValue(-1,"day")))}_modifyDateValue(e,t){if(!this.dateValue)return;const i=q_(R_.fromLocalJSDate(this.dateValue),e,t,this._minDate,this._maxDate),o=this.formatValue(i.toUTCJSDate());this._updateValueAndFireEvents(o,!0,["change","value-changed"])}_updateValueAndFireEvents(e,t,i,o=!0){const r=this._checkValueValidity(e);r&&t&&(e=this.normalizeValue(e));let a=!0;this.liveValue=e,i.forEach(t=>{this.fireEvent(t,{value:e,valid:r},!0)||(a=!1)}),a&&o&&(this._getInput().getInputDOMRef().then(t=>{t.value=e}),this.value=e,this._updateValueState())}_updateValueState(){const e=this._checkValueValidity(this.value);e?e&&this.valueState===Ua.Error&&(this.valueState=Ua.None):this.valueState=Ua.Error}_toggleAndFocusInput(){this.togglePicker(),this._getInput().focus()}_getInput(){return this.shadowRoot.querySelector("[ui5-input]")}_onInputSubmit(e){}_onInputChange(e){this._updateValueAndFireEvents(e.target.value,!0,["change","value-changed"])}async _onInputInput(e){this._updateValueAndFireEvents(e.target.value,!1,["input"],!1)}_checkValueValidity(e){return""===e||this.isValid(e)&&this.isInValidRange(e)}_click(e){br()&&(this.responsivePopover.showAt(this),e.preventDefault())}isValid(e=""){return""===e||!!this.getFormat().parse(e)}isInValidRange(e=""){if(""===e)return!0;const t=this._getCalendarDateFromString(e);return t.valueOf()>=this._minDate.valueOf()&&t.valueOf()<=this._maxDate.valueOf()}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e,!0),!0)}get _displayFormat(){return this.getFormat().oFormatOptions.pattern}get _placeholder(){return void 0!==this.placeholder?this.placeholder:this._displayFormat}get _headerTitleText(){return vc.i18nBundle.getText(Qr)}get phone(){return br()}get showHeader(){return this.phone}get showFooter(){return this.phone}get accInfo(){return{ariaRoledescription:this.dateAriaDescription,ariaHasPopup:K_.Grid,ariaAutoComplete:"none",ariaRequired:this.required,ariaLabel:Io(this)}}get openIconTitle(){return vc.i18nBundle.getText(Gr)}get openIconName(){return"appointment-2"}get dateAriaDescription(){return vc.i18nBundle.getText(Xr)}get _shouldHideHeader(){return!1}get _ariaHidden(){return yr()}async _respPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}_canOpenPicker(){return!this.disabled&&!this.readonly}onSelectedDatesChange(e){e.preventDefault();const t=e.detail.values&&e.detail.values[0];this._updateValueAndFireEvents(t,!0,["change","value-changed"]),this.closePicker()}onHeaderShowMonthPress(){this._calendarCurrentPicker="month"}onHeaderShowYearPress(){this._calendarCurrentPicker="year"}formatValue(e){return this.getFormat().format(e)}closePicker(){this.responsivePopover.close()}async openPicker(){this._isPickerOpen=!0,this._calendarCurrentPicker="day",this.responsivePopover=await this._respPopover(),this.responsivePopover.showAt(this)}togglePicker(){this.isOpen()?this.closePicker():this._canOpenPicker()&&this.openPicker()}isOpen(){return!!this._isPickerOpen}get dateValue(){return this.liveValue?this.getFormat().parse(this.liveValue):this.getFormat().parse(this.value)}get dateValueUTC(){return this.liveValue?this.getFormat().parse(this.liveValue,!0):this.getFormat().parse(this.value)}get styles(){return{main:{width:"100%"}}}get type(){return $n.Text}static get dependencies(){return[Ur,nd,nc,ud,ol,Ha]}}vc.define();const fc="M256.5 103q11 0 18 7.5t7 18.5v120l72 95q5 8 4 19t-9 16q-8 6-19.5 4.5t-16.5-9.5l-77-102q-2-4-3.5-7.5t-1.5-7.5V129q0-11 7-18.5t19-7.5zm0-102q53 0 99 20t81 55 55 81.5 20 99.5q0 52-20 98.5t-55 81.5-81 55-99 20q-26 0-26-25 0-26 26-26 42 0 79-16t65-44 44-65 16-79-16-79.5-44-65.5-65-44-79-16q-39 0-74.5 14t-62.5 38.5-44 57.5-21 72q-2 9-10.5 16t-17.5 7q-12-2-18.5-10.5T3.5 229q6-48 27.5-89.5T86.5 67 164 18.5 256.5 1zm-103 307q26 0 26 25 0 26-26 26h-127q-26 0-26-26 0-25 26-25h127zm0 76q12 0 19 7.5t7 18.5-7 18.5-19 7.5h-127q-12 0-19-7.5T.5 410t7-18.5 19-7.5h127zm0 77q26 0 26 26 0 25-26 25h-127q-26 0-26-25 0-26 26-26h127z";Fr("time-entry-request",{pathData:fc,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const bc="M416 272q0 16-16 16H224V144q0-16 16-16t16 16v112h144q16 0 16 16zM256 0q53 0 99.5 20T437 75t55 81.5 20 99.5q0 49-17.5 92.5T447 426t-71 56-88 28v-32q40-6 75.5-25.5t61-49T465 336t15-80q0-46-17.5-87t-48-71.5-71.5-48T256 32q-38 0-72.5 12T121 77.5t-49 51T41 192H8q11-41 34.5-76.5t56-61 72.5-40T256 0zM144 480q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128zm0-64q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128zm0-64q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128z";Fr("time-entry-request",{pathData:bc,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const yc=(e,t,i)=>i?Ui`<div id="${Oi(e._id)}" class="ui5-time-picker-root"><${ji("ui5-input",t,i)} id="${Oi(e._id)}-inner" value="${Oi(e.value)}" placeholder="${Oi(e._placeholder)}" ?disabled="${e.disabled}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" ._inputAccInfo="${Oi(e.accInfo)}" data-sap-focus-ref @click="${e._handleInputClick}" @ui5-change="${Oi(e._handleInputChange)}" @ui5-input="${Oi(e._handleInputLiveChange)}" class="ui5-time-picker-input" @keydown="${e._onkeydown}">${e.valueStateMessage.length?wc():void 0}${e.readonly?void 0:kc(e,t,i)}</${ji("ui5-input",t,i)}></div>`:Ui`<div id="${Oi(e._id)}" class="ui5-time-picker-root"><ui5-input id="${Oi(e._id)}-inner" value="${Oi(e.value)}" placeholder="${Oi(e._placeholder)}" ?disabled="${e.disabled}" ?readonly="${e.readonly}" value-state="${Oi(e.valueState)}" ._inputAccInfo="${Oi(e.accInfo)}" data-sap-focus-ref @click="${e._handleInputClick}" @ui5-change="${Oi(e._handleInputChange)}" @ui5-input="${Oi(e._handleInputLiveChange)}" class="ui5-time-picker-input" @keydown="${e._onkeydown}">${e.valueStateMessage.length?wc():void 0}${e.readonly?void 0:kc(e,t,i)}</ui5-input></div>`,wc=(e,t,i)=>Ui`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`,kc=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} slot="icon" name="${Oi(e.openIconName)}" tabindex="-1" show-tooltip @click="${e.togglePicker}" input-icon ?pressed="${e._isPickerOpen}" class="ui5-time-picker-input-icon-button"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon slot="icon" name="${Oi(e.openIconName)}" tabindex="-1" show-tooltip @click="${e.togglePicker}" input-icon ?pressed="${e._isPickerOpen}" class="ui5-time-picker-input-icon-button"></ui5-icon>`,xc=(e,t,i)=>i?Ui`<${ji("ui5-responsive-popover",t,i)} id="${Oi(e._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-close="${Oi(e.onResponsivePopoverAfterClose)}" @wheel="${e._handleWheel}" @keydown="${e._onkeydown}"><${ji("ui5-time-selection",t,i)} id="${Oi(e._id)}-time-sel" value="${Oi(e._timeSelectionValue)}" format-pattern="${Oi(e._formatPattern)}" .hideHours="${Oi(e.hideHours)}" .hideMinutes="${Oi(e.hideMinutes)}" .hideSeconds="${Oi(e.hideSeconds)}" .minutesStep="${Oi(e.minutesStep)}" .secondsStep="${Oi(e.secondsStep)}" .maxHours="${Oi(e.maxHours)}" .maxMinutes="${Oi(e.maxMinutes)}" .maxSeconds="${Oi(e.maxSeconds)}" @ui5-change="${Oi(e.onTimeSelectionChange)}"></${ji("ui5-time-selection",t,i)}><div slot="footer" class="ui5-time-picker-footer" @keydown=${e._onfooterkeydown}><${ji("ui5-button",t,i)} id="submit" design="Emphasized" @click="${e.submitPickers}">${Oi(e.submitButtonLabel)}</${ji("ui5-button",t,i)}><${ji("ui5-button",t,i)} id="close" design="Transparent" @click="${e.closePicker}">${Oi(e.cancelButtonLabel)}</${ji("ui5-button",t,i)}></div></${ji("ui5-responsive-popover",t,i)}>`:Ui`<ui5-responsive-popover id="${Oi(e._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-close="${Oi(e.onResponsivePopoverAfterClose)}" @wheel="${e._handleWheel}" @keydown="${e._onkeydown}"><ui5-time-selection id="${Oi(e._id)}-time-sel" value="${Oi(e._timeSelectionValue)}" format-pattern="${Oi(e._formatPattern)}" .hideHours="${Oi(e.hideHours)}" .hideMinutes="${Oi(e.hideMinutes)}" .hideSeconds="${Oi(e.hideSeconds)}" .minutesStep="${Oi(e.minutesStep)}" .secondsStep="${Oi(e.secondsStep)}" .maxHours="${Oi(e.maxHours)}" .maxMinutes="${Oi(e.maxMinutes)}" .maxSeconds="${Oi(e.maxSeconds)}" @ui5-change="${Oi(e.onTimeSelectionChange)}"></ui5-time-selection><div slot="footer" class="ui5-time-picker-footer" @keydown=${e._onfooterkeydown}><ui5-button id="submit" design="Emphasized" @click="${e.submitPickers}">${Oi(e.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${e.closePicker}">${Oi(e.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>`,Cc=(e,t,i)=>Ui`<div class="${zi(e.classes.root)}" tabindex="-1" @keydown=${e._onkeydown} @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${e._hasHoursSlider?Sc(e,t,i):void 0}${e._hasMinutesSlider?Tc(e,t,i):void 0}${e._hasSecondsSlider?Bc(e,t,i):void 0}${e._hasPeriodsSlider?$c(e,t,i):void 0}</div>`,Sc=(e,t,i)=>i?Ui`<${ji("ui5-wheelslider",t,i)} label = "${Oi(e.hoursSliderTitle)}" ._items="${Oi(e.hoursArray)}" data-sap-focus-ref ?expanded="${e._hoursSliderFocused}" value="${Oi(e._hours)}" @ui5-select="${Oi(e.onHoursChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="hours" cyclic></${ji("ui5-wheelslider",t,i)}>`:Ui`<ui5-wheelslider label = "${Oi(e.hoursSliderTitle)}" ._items="${Oi(e.hoursArray)}" data-sap-focus-ref ?expanded="${e._hoursSliderFocused}" value="${Oi(e._hours)}" @ui5-select="${Oi(e.onHoursChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="hours" cyclic></ui5-wheelslider>`,Tc=(e,t,i)=>i?Ui`<${ji("ui5-wheelslider",t,i)} label = "${Oi(e.minutesSliderTitle)}" ._items="${Oi(e.minutesArray)}" ?expanded="${e._minutesSliderFocused}" value="${Oi(e._minutes)}" @ui5-select="${Oi(e.onMinutesChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="minutes" cyclic></${ji("ui5-wheelslider",t,i)}>`:Ui`<ui5-wheelslider label = "${Oi(e.minutesSliderTitle)}" ._items="${Oi(e.minutesArray)}" ?expanded="${e._minutesSliderFocused}" value="${Oi(e._minutes)}" @ui5-select="${Oi(e.onMinutesChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="minutes" cyclic></ui5-wheelslider>`,Bc=(e,t,i)=>i?Ui`<${ji("ui5-wheelslider",t,i)} label = "${Oi(e.secondsSliderTitle)}" ._items="${Oi(e.secondsArray)}" ?expanded="${e._secondsSliderFocused}" value="${Oi(e._seconds)}" @ui5-select="${Oi(e.onSecondsChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="seconds" cyclic></${ji("ui5-wheelslider",t,i)}>`:Ui`<ui5-wheelslider label = "${Oi(e.secondsSliderTitle)}" ._items="${Oi(e.secondsArray)}" ?expanded="${e._secondsSliderFocused}" value="${Oi(e._seconds)}" @ui5-select="${Oi(e.onSecondsChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="seconds" cyclic></ui5-wheelslider>`,$c=(e,t,i)=>i?Ui`<${ji("ui5-wheelslider",t,i)} label = "${Oi(e.periodSliderTitle)}" ._items="${Oi(e.periodsArray)}" ?expanded="${e._periodSliderFocused}" value="${Oi(e._period)}" @ui5-select="${Oi(e.onPeriodChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="periods"></${ji("ui5-wheelslider",t,i)}>`:Ui`<ui5-wheelslider label = "${Oi(e.periodSliderTitle)}" ._items="${Oi(e.periodsArray)}" ?expanded="${e._periodSliderFocused}" value="${Oi(e._period)}" @ui5-select="${Oi(e.onPeriodChange)}" @click="${e.selectSlider}" @focusin="${e.selectSlider}" data-sap-slider="periods"></ui5-wheelslider>`,Ic="M156.5 340q-9 9-22 9-11 0-22-9-9-11-9-22 0-13 9-22l124-124q11-9 22-9 13 0 22 9l124 124q9 9 9 22 0 11-9 22-9 9-22 9-11 0-22-9l-102-103z";Fr("navigation-up-arrow",{pathData:Ic,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Dc="M86.5 380q-9 9-22.5 9t-22.5-9q-10-10-10-23t10-23l193-197q4-2 5-3 2-1 2.5-1.5t2.5-1.5q6-2 11-2 2 0 3 .5t2 .5q4 0 6 1t3.5 2 3.5 2q1 1 1.5 1t1.5 1 2 1l192 196q10 10 10 23t-10 23q-9 9-22.5 9t-22.5-9l-154-155q-16-10-32 0z";Fr("navigation-up-arrow",{pathData:Dc,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Ac="M360.5 172q11-9 22-9 13 0 22 9 9 10 9 22 0 11-9 22l-124 124q-9 9-22 9-11 0-22-9l-124-124q-9-11-9-22 0-12 9-22 11-9 22-9 13 0 22 9l102 103z";Fr("navigation-down-arrow",{pathData:Ac,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Fc="M425.5 137q9-9 22.5-9t22.5 9q10 10 10 23t-10 23l-193 197q-4 2-5 3-2 1-2.5 1.5t-2.5 1.5q-6 2-11 2-2 0-3-.5t-2-.5q-4 0-6-1t-3.5-2-3.5-2q-1-1-1.5-1t-1.5-1-2-1l-192-196q-10-10-10-23t10-23q9-9 22.5-9t22.5 9l154 155q16 10 32 0z";Fr("navigation-down-arrow",{pathData:Fc,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Ec=new WeakMap;class Pc{static get tasks(){return Ec}static enqueue(e,t){Ec.has(e)||Ec.set(e,[]),Ec.get(e).push(t)}static run(e,t){return Ec.has(e)||Ec.set(e,[]),t().then(()=>{const t=Ec.get(e);if(t.length>0)return Pc.run(e,t.shift());Ec.delete(e)})}static push(e,t){Ec.get(e)?Pc.enqueue(e,t):Pc.run(e,t)}}var Mc={defaultDuration:400,element:document.createElement("DIV"),identity:()=>{}},Lc=({element:e=Mc.element,duration:t=Mc.duration,progress:i=Mc.identity,dx:o=0,dy:r=0})=>{let a,n;return(({beforeStart:e=Mc.identity,duration:t=Mc.defaultDuration,element:i=Mc.element,progress:o=Mc.identity})=>{let r,a,n,s=null,l=!1;const _=new Promise((e,i)=>{n=i=>{s=s||i;const a=i-s;if(a<=t){o(1-(t-a)/t),r=!l&&requestAnimationFrame(n)}else o(1),e()},a=()=>{l=!0,cancelAnimationFrame(r),i(new Error("animation stopped"))}}).catch(e=>e);return Pc.push(i,()=>(e(),requestAnimationFrame(n),new Promise(e=>{_.then(()=>e())}))),{promise:()=>_,stop:()=>a}})({beforeStart:()=>{a=e.scrollLeft,n=e.scrollTop},duration:t,element:e,progress:t=>{i(t),e.scrollLeft=a+t*o,e.scrollTop=n+t*r}})};const zc=mr()?"touchend":"mouseup";class Nc extends e{constructor(e){super(),this.containerComponent=e,this.mouseMove=this.ontouchmove.bind(this),this.mouseUp=this.ontouchend.bind(this),this.touchStart=this.ontouchstart.bind(this),this.supportsTouch=mr(),this.cachedValue={},this.startX=0,this.startY=0,this.supportsTouch?(e.addEventListener("touchstart",this.touchStart,{passive:!0}),e.addEventListener("touchmove",this.mouseMove,{passive:!0}),e.addEventListener("touchend",this.mouseUp,{passive:!0})):e.addEventListener("mousedown",this.touchStart,{passive:!0})}set scrollContainer(e){this._container=e}get scrollContainer(){return this._container}async scrollTo(e,t,i=0,o=0){let r=this.scrollContainer.clientHeight>0&&this.scrollContainer.clientWidth>0;for(;!r&&i>0;)await new Promise(e=>{setTimeout(()=>{r=this.scrollContainer.clientHeight>0&&this.scrollContainer.clientWidth>0,i--,e()},o)});this._container.scrollLeft=e,this._container.scrollTop=t}move(e,t,i){return i?(this._container.scrollLeft+=e,void(this._container.scrollTop+=t)):Lc({element:this._container,dx:e,dy:t})}getScrollLeft(){return this._container.scrollLeft}getScrollTop(){return this._container.scrollTop}_isTouchInside(e){const t=this._container.getBoundingClientRect(),i=this.supportsTouch?e.clientX:e.x,o=this.supportsTouch?e.clientY:e.y;return i>=t.left&&i<=t.right&&o>=t.top&&o<=t.bottom}ontouchstart(e){const t=this.supportsTouch?e.touches[0]:null;this.supportsTouch?(this.startX=t.pageX,this.startY=t.pageY):(document.addEventListener("mouseup",this.mouseUp,{passive:!0}),document.addEventListener("mousemove",this.mouseMove,{passive:!0})),this._prevDragX=this.supportsTouch?t.pageX:e.x,this._prevDragY=this.supportsTouch?t.pageY:e.y,this._canScroll=this._isTouchInside(this.supportsTouch?t:e)}ontouchmove(e){if(!this._canScroll)return;const t=this._container,i=this.supportsTouch?e.touches[0]:null,o=this.supportsTouch?i.pageX:e.x,r=this.supportsTouch?i.pageY:e.y;t.scrollLeft+=this._prevDragX-o,t.scrollTop+=this._prevDragY-r,this.fireEvent("scroll",{isLeft:o>this._prevDragX,isRight:o<this._prevDragX}),this.cachedValue.dragX=this._prevDragX,this.cachedValue.dragY=this._prevDragY,this._prevDragX=o,this._prevDragY=r}ontouchend(e){if(this.supportsTouch){const t=Math.abs(e.changedTouches[0].pageX-this.startX),i=Math.abs(e.changedTouches[0].pageY-this.startY);if(t<10&&i<10)return}if(!this._canScroll)return;const t=this._container,i=this.supportsTouch?e.changedTouches[0].pageX:e.x,o=this.supportsTouch?e.changedTouches[0].pageY:e.y;t.scrollLeft+=this._prevDragX-i,t.scrollTop+=this._prevDragY-o;const r=i===this._prevDragX?this.cachedValue.dragX:i;this.fireEvent(zc,{isLeft:r<this._prevDragX,isRight:r>this._prevDragX}),this._prevDragX=i,this._prevDragY=o,this.supportsTouch||(document.removeEventListener("mousemove",this.mouseMove,{passive:!0}),document.removeEventListener("mouseup",this.mouseUp))}}const Oc=(e,t,i)=>i?Ui`<div id="${Oi(e._id)}" ?disabled= "${Oi(e.disabled)}" value = "${Oi(e.value)}" label = "${Oi(e.label)}" @click = ${Oi(e._onclick)} @keydown=${e._onkeydown} class = "${zi(e.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${e._handleWheel}"><div class="ui5-wheelslider-header-block"><div id="${Oi(e._id)}--label" class="ui5-wheelslider-label">${Oi(e.label)}</div><div class="ui5-wheelslider-invisible-text"></div><${ji("ui5-button",t,i)} class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${e._onArrowUp} tabindex="-1"></${ji("ui5-button",t,i)}></div><div id="${Oi(e._id)}--inner" class="ui5-wheelslider-inner"><div id="${Oi(e._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${Oi(e._id)}--wrapper" class="ui5-wheelslider-wrapper">${e.expanded?Hc(e):Uc(e)}</div></div><div class="ui5-wheelslider-footer-block"><${ji("ui5-button",t,i)} class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${e._onArrowDown} tabindex="-1"></${ji("ui5-button",t,i)}></div></div>`:Ui`<div id="${Oi(e._id)}" ?disabled= "${Oi(e.disabled)}" value = "${Oi(e.value)}" label = "${Oi(e.label)}" @click = ${Oi(e._onclick)} @keydown=${e._onkeydown} class = "${zi(e.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${e._handleWheel}"><div class="ui5-wheelslider-header-block"><div id="${Oi(e._id)}--label" class="ui5-wheelslider-label">${Oi(e.label)}</div><div class="ui5-wheelslider-invisible-text"></div><ui5-button class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${e._onArrowUp} tabindex="-1"></ui5-button></div><div id="${Oi(e._id)}--inner" class="ui5-wheelslider-inner"><div id="${Oi(e._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${Oi(e._id)}--wrapper" class="ui5-wheelslider-wrapper">${e.expanded?Hc(e):Uc(e)}</div></div><div class="ui5-wheelslider-footer-block"><ui5-button class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${e._onArrowDown} tabindex="-1"></ui5-button></div></div>`,Hc=(e,t,i)=>Ui`<ul id="${Oi(e._id)}--items-list" role="listbox" aria-label="${Oi(e.label)}">${Li(e._itemsToShow,(e,t)=>e._id||t,(e,t)=>Rc(e,t))}</ul>`,Rc=(e,t,i,o,r)=>Ui`<li class="ui5-wheelslider-item" data-item-index="${t}" role="option" aria-selected="${Oi(e.selected)}">${Oi(e.value)}</li>`,Uc=(e,t,i)=>Ui`<ul id="${Oi(e._id)}--items-list" role="listbox" aria-label="${Oi(e.label)}"><li class="ui5-wheelslider-item" role="option" aria-selected="true">${Oi(e.value)}</li></ul>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Vc={packageName:"@ui5/webcomponents",fileName:"themes/WheelSlider.css",content:'.ui5-wheelslider-root{overflow:hidden;height:100%;vertical-align:middle;text-align:center;box-sizing:border-box;font-family:"72override",var(--sapFontFamily);justify-content:space-between;flex-direction:column;display:inline-flex;width:var(--_ui5_wheelslider_item_width)}.ui5-wheelslider-root .ui5-wheelslider-label{box-sizing:border-box;height:2rem;line-height:2rem;width:var(--_ui5_wheelslider_item_width);font-size:var(--sapFontSmallSize);color:var(--_ui5_wheelslider_label_text_color);text-align:center;vertical-align:middle;visibility:hidden}.ui5-wheelslider-root .ui5-wheelslider-arrow{visibility:hidden;box-sizing:border-box;height:1.5rem;user-select:none;outline:none}:host([expanded]) .ui5-wheelslider-arrow{visibility:var(--_ui5_wheelslider_arrows_visibility);box-sizing:border-box;border-color:transparent;cursor:pointer}:host([expanded]) .ui5-wheelslider-arrow:hover{visibility:var(--_ui5_wheelslider_arrows_visibility);box-sizing:border-box;border-color:inherit;cursor:pointer}.ui5-wheelslider-root .ui5-wheelslider-inner{position:relative;overflow:hidden;height:100%;box-sizing:border-box;user-select:none;list-style:none;margin-top:0}:host([expanded]) .ui5-wheelslider-inner{margin-top:0}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-item{height:var(--_ui5_wheelslider_item_height);line-height:var(--_ui5_wheelslider_item_height);width:var(--_ui5_wheelslider_item_width);box-sizing:border-box;background:var(--_ui5_wheelslider_selected_item_background_color);border:.625px solid var(--_ui5_wheelslider_item_border_color);font-size:var(--_ui5_wheelslider_item_text_size);color:var(--_ui5_wheelslider_collapsed_item_text_color);text-align:center;border-radius:var(--_ui_wheelslider_item_border_radius);cursor:pointer}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-item:hover{background:var(--_ui_wheelslider_item_hover_color);border-color:var(--_ui5_wheelslider_item_hovered_border_color)}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-item:focus{outline:1px dotted #000;outline-offset:-3px}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-selection-frame{width:var(--_ui5_wheelslider_item_width);height:var(--_ui5_wheelslider_item_height);position:absolute;box-sizing:border-box;visibility:hidden;z-index:1}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-wrapper>ul{transition:all .4s;margin:0;padding:0;position:absolute;top:var(--_ui5_wheelslider_selection_frame_margin_top);height:3000px;cursor:pointer;list-style-type:none}.ui5-wheelslider-root.ui5-phone .ui5-wheelslider-inner .ui5-wheelslider-wrapper>ul{top:var(--_ui5_wheelslider_mobile_selection_frame_margin_top)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-wrapper>ul{list-style-type:none;top:0;padding-top:calc(var(--_ui5_wheelslider_item_height)*2)}:host([expanded]) .ui5-wheelslider-root.ui5-phone .ui5-wheelslider-inner .ui5-wheelslider-wrapper>ul{list-style-type:none;top:0;padding-top:calc(var(--_ui5_wheelslider_item_height)*4)}.ui5-wheelslider-root .ui5-wheelslider-inner .ui5-wheelslider-wrapper{height:var(--_ui5_wheelslider_height);position:relative;overflow:hidden;outline:none}.ui5-wheelslider-root.ui5-phone .ui5-wheelslider-inner .ui5-wheelslider-wrapper{height:var(--_ui5_wheelslider_mobile_height)}:host([expanded]){height:100%;cursor:default;margin:0;justify-content:space-between;flex-direction:column;display:inline-flex}:host([expanded]) .ui5-wheelslider-label{display:block;visibility:visible}.ui5-wheelslider-root .ui5-wheelslider-inner{max-height:100%;height:var(--_ui5_wheelslider_height)}.ui5-wheelslider-root.ui5-phone .ui5-wheelslider-inner{height:var(--_ui5_wheelslider_mobile_height)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-item{background:var(--_ui5_wheelslider_item_background_color);color:var(--_ui5_wheelslider_item_text_color);border:1px solid var(--_ui5_wheelslider_item_expanded_border_color);border-radius:var(--_ui_wheelslider_item_border_radius);offset-position:auto;cursor:auto}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-item:hover{background:var(--_ui_wheelslider_item_expanded_hover_color);border-color:var(--_ui5_wheelslider_item_hovered_border_color)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-item:active{background:var(--_ui5_wheelslider_active_item_background_color);color:var(--_ui5_wheelslider_active_item_text_color)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-item:focus{outline:1px dotted #000;outline-offset:-3px}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-selection-frame{visibility:visible;-webkit-box-shadow:inset 0 0 0 2px var(--_ui5_wheelslider_selection_frame_color);-moz-box-shadow:inset 0 0 0 2px var(--_ui5_wheelslider_selection_frame_color);box-shadow:inset 0 0 0 2px var(--_ui5_wheelslider_selection_frame_color);border-radius:var(--_ui_wheelslider_item_border_radius);margin-top:var(--_ui5_wheelslider_selection_frame_margin_top)}:host([expanded]) .ui5-wheelslider-root.ui5-phone .ui5-wheelslider-inner .ui5-wheelslider-selection-frame{margin-top:var(--_ui5_wheelslider_mobile_selection_frame_margin_top)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-selection-frame:hover+.ui5-wheelslider-wrapper ul>li.ui5-wheelslider-item[aria-selected=true]{background:var(--_ui_wheelslider_item_expanded_hover_color)}:host([expanded]) .ui5-wheelslider-inner .ui5-wheelslider-selection-frame:active+ul>li.ui5-wheelslider-item[aria-selected=true]{background:var(--_ui5_wheelslider_selected_item_background_color);color:#d3d3d3}.ui5-wheelslider-root:focus{outline:none}'};const Wc={tag:"ui5-wheelslider",properties:{disabled:{type:Boolean},value:{type:String,defaultValue:"0"},label:{type:String,defaultValue:""},expanded:{type:Boolean},_items:{type:String,multiple:!0,compareValues:!0},_itemsToShow:{type:Object,multiple:!0},cyclic:{type:Boolean}},slots:{},events:{expand:{},collapse:{},select:{detail:{value:{type:String}}}}};class jc extends Ht{static get metadata(){return Wc}static get render(){return Wi}static get styles(){return Vc}static get template(){return Oc}constructor(){super(),this._currentElementIndex=0,this._itemsToShow=[],this._scroller=new Nc(this),this._scroller.attachEvent("scroll",this._updateScrolling.bind(this)),this._scroller.attachEvent("mouseup",this._handleScrollTouchEnd.bind(this)),this._scroller.attachEvent("touchend",this._handleScrollTouchEnd.bind(this))}onBeforeRendering(){if(!this.expanded&&this.cyclic){const e=this._currentElementIndex%this._items.length;this._currentElementIndex=this._timesMultipliedOnCyclic()/2*this._items.length+e}this.value||(this.value=this._items[0]),this._buildItemsToShow()}static get dependencies(){return[Ha]}onAfterRendering(){if(this._scroller.scrollContainer||(this._scroller.scrollContainer=this.shadowRoot.querySelector(`#${this._id}--wrapper`)),this.expanded||this._scroller.scrollTo(0,0),this.expanded){const e=this.shadowRoot.querySelectorAll(".ui5-wheelslider-item");for(let t=0;t<e.length;t++)if(e[t].textContent===this.value)return this._selectElementByIndex(Number(e[t].dataset.itemIndex)+this._getCurrentRepetition()*this._items.length),!0;this._selectElement(e[0])}}get classes(){return{root:{"ui5-wheelslider-root":!0,"ui5-phone":br()}}}expandSlider(){this.expanded=!0,this.fireEvent("expand",{})}collapseSlider(){this.expanded=!1,this.fireEvent("collapse",{})}get _itemCellHeight(){const e="compact"===dt(document.body)?32:46;if(this.shadowRoot.querySelectorAll(".ui5-wheelslider-item").length){const t=getComputedStyle(this.shadowRoot.querySelector(".ui5-wheelslider-item")).getPropertyValue("--_ui5_wheelslider_item_height").replace("px","");return Number(t)||e}return e}_updateScrolling(){const e=this._itemCellHeight,t=this._scroller.scrollContainer.scrollTop;let i;if(t&&(i=Math.round(t/e),this.value!==this._itemsToShow[i].value)){if(this.cyclic){const e=this._handleArrayBorderReached(i);i!==e&&(i=e)}this.value=this._itemsToShow[i].value,this._currentElementIndex=i}}_handleScrollTouchEnd(){this.expanded&&this._selectElementByIndex(this._currentElementIndex)}_selectElement(e){e&&this._items.indexOf(e.textContent)>-1&&(this._currentElementIndex=Number(e.dataset.itemIndex),this._selectElementByIndex(this._currentElementIndex))}_getCurrentRepetition(){return this._currentElementIndex?Math.floor(this._currentElementIndex/this._items.length):0}_selectElementByIndex(e){let t=e;const i=this._itemsToShow.length,o=this._itemCellHeight*t;this.cyclic&&(t=this._handleArrayBorderReached(t)),t<i&&t>-1&&(this._scroller.scrollTo(0,o,5,100),this._currentElementIndex=t,this.value=this._items[t-this._getCurrentRepetition()*this._items.length],this.fireEvent("select",{value:this.value}))}_timesMultipliedOnCyclic(){const e=Math.round(70/this._items.length);return Math.max(3,e)}_buildItemsToShow(){let e=this._items;if(this.cyclic&&e.length<this._items.length*this._timesMultipliedOnCyclic())for(let t=0;t<this._timesMultipliedOnCyclic();t++)e=e.concat(this._items);this._itemsToShow=e.map(e=>({value:e,selected:e===this.value}))}_handleArrayBorderReached(e){const t=this._itemsToShow.length;let i=e;return 7>i?i+=2*this._items.length:i>t-7&&(i-=2*this._items.length),i}_handleWheel(e){e&&(e.stopPropagation(),e.preventDefault(),e.timeStamp!==this._prevWheelTimestamp&&this.expanded&&(e.deltaY>0?this._itemUp():e.deltaY<0&&this._itemDown(),this._prevWheelTimestamp=e.timeStamp))}_onclick(e){e.target.classList.contains("ui5-wheelslider-item")&&(this.expanded?(this.value=e.target.textContent,this._selectElement(e.target),this.fireEvent("select",{value:this.value})):this.expanded=!0)}_onArrowDown(e){e.preventDefault(),this._itemDown()}_onArrowUp(e){e.preventDefault(),this._itemUp()}_itemDown(){const e=this._currentElementIndex+1;this._selectElementByIndex(e)}_itemUp(){const e=this._currentElementIndex-1;this._selectElementByIndex(e)}_onkeydown(e){this.expanded&&(Qi(e)&&this._onArrowUp(e),eo(e)&&this._onArrowDown(e),mo(e)&&this._selectLimitCell(e,!1),go(e)&&this._selectLimitCell(e,!0))}_selectLimitCell(e,t){e.preventDefault();const i=this.cyclic?this._items.length:0;t?this._selectElementByIndex(this._items.length-1+i):this._selectElementByIndex(i)}}jc.define();const qc=(e,t=1)=>{const i=[];for(let o=0;o<e;o++)if(o%t==0){let e=o.toString();1===e.length&&(e=`0${e}`),i.push(e)}return i};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Yc={packageName:"@ui5/webcomponents",fileName:"themes/TimeSelection.css",content:":host(:not([hidden])){display:inline-block;min-width:18rem}.ui5-time-selection-root{width:100%;height:100%;display:flex;justify-content:center;align-items:stretch;direction:ltr;box-sizing:border-box}.ui5-time-selection-root.ui5-phone{height:90vh}:host(.ui5-dt-time.ui5-dt-cal--hidden) .ui5-time-selection-root.ui5-phone{height:80vh}[ui5-wheelslider]{padding-left:.25rem;padding-right:.25rem}"};const Gc={tag:"ui5-time-selection",languageAware:!0,managedSlots:!0,properties:{value:{type:String,defaultValue:void 0},formatPattern:{type:String},hideHours:{type:Boolean},hideMinutes:{type:Boolean},hideSeconds:{type:Boolean},maxHours:{type:dn},maxMinutes:{type:dn},maxSeconds:{type:dn},secondsStep:{type:dn,defaultValue:1},minutesStep:{type:dn,defaultValue:1},_currentSlider:{type:String,defaultValue:"hours"},_calendarType:{type:vl}},events:{change:{},sliderChange:{}}};class Xc extends Ht{static get metadata(){return Gc}static get render(){return Wi}static get styles(){return Yc}static get template(){return Cc}static get dependencies(){return[jc]}static async onDefine(){[Xc.i18nBundle]=await Promise.all([Qo("@ui5/webcomponents"),w_(Lo().getLanguage(),Lo().getRegion(),Lo().getScript())])}constructor(){super()}get _hoursConfiguration(){const e=this.getFormat().aFormatArray.find(e=>e.type.startsWith("hour"));return(e=>{const t={};return"hour0_23"===e?(t.minHour=0,t.maxHour=23,t.isTwelveHoursFormat=!1):"hour1_24"===e?(t.minHour=1,t.maxHour=24,t.isTwelveHoursFormat=!1):"hour0_11"===e?(t.minHour=0,t.maxHour=11,t.isTwelveHoursFormat=!0):"hour1_12"===e&&(t.minHour=1,t.maxHour=12,t.isTwelveHoursFormat=!0),t})(e?e.type:"hour0_23")}get _neededSliders(){return((e,t)=>{const i=[!1,!1,!1,!1];for(let o=0;o<e.length;o++)0!==t.maxHour&&(i[0]=!0),0!==t.maxHour&&t.isTwelveHoursFormat&&(i[0]=!0),"minute"===e[o].type&&(i[1]=!0),"second"===e[o].type&&(i[2]=!0),"amPmMarker"===e[o].type&&(i[3]=!0);return i})(this.getFormat().aFormatArray,this._hoursConfiguration)}get _hasHoursSlider(){return this._neededSliders[0]&&!this.hideHours}get _hasMinutesSlider(){return this._neededSliders[1]&&!this.hideMinutes}get _hasSecondsSlider(){return this._neededSliders[2]&&!this.hideSeconds}get _hasPeriodsSlider(){return this._neededSliders[3]}get secondsArray(){return e=this.maxSeconds?this.maxSeconds+1:void 0,t=this.secondsStep,qc(e||60,t);var e,t}get minutesArray(){return e=this.maxMinutes?this.maxMinutes+1:void 0,t=this.minutesStep,qc(e||60,t);var e,t}get hoursArray(){return((e,t)=>{let i=[];if(i=e.isTwelveHoursFormat?qc(t||12,1):qc(t||24,1),1===e.minHour)for(let e=0;e<i.length;e++){const t=1*i[e]+1;1===t.toString().length?i[e]=`0${t.toString()}`:i[e]=t.toString()}return i})(this._hoursConfiguration,this.maxHours?this.maxHours+1:void 0)}get periodsArray(){return this.getFormat().aDayPeriods.map(e=>e.toUpperCase())}get _hoursSliderFocused(){return"hours"===this._currentSlider}get _minutesSliderFocused(){return"minutes"===this._currentSlider}get _secondsSliderFocused(){return"seconds"===this._currentSlider}get _periodSliderFocused(){return"periods"===this._currentSlider}get _hours(){let e;const t=this.validDateValue;return e=this._hoursConfiguration.isTwelveHoursFormat&&t.getHours()>this._hoursConfiguration.maxHour?t.getHours()-12:this._hoursConfiguration.isTwelveHoursFormat&&t.getHours()<this._hoursConfiguration.minHour?t.getHours()+12:t.getHours(),1===e.toString().length&&(e=`0${e}`),e.toString()}get _minutes(){const e=this.validDateValue.getMinutes().toString();return 1===e.length?`0${e}`:e}get _seconds(){const e=this.validDateValue.getSeconds().toString();return 1===e.length?`0${e}`:e}get _period(){if(!this._hoursConfiguration.isTwelveHoursFormat)return;let e;const t=this.validDateValue;return e=1===this._hoursConfiguration.minHour?t.getHours()>=this._hoursConfiguration.maxHour?this.periodsArray[1]:this.periodsArray[0]:t.getHours()>this._hoursConfiguration.maxHour||t.getHours()===this._hoursConfiguration.minHour?this.periodsArray[1]:this.periodsArray[0],e}setValue(e){const t=this.formatValue(e);this.isValid(t)&&(this.value=this.normalizeValue(t),this.fireEvent("change",{value:this.value,valid:!0}))}onHoursChange(e){let t=e.detail.value;this._hoursConfiguration.isTwelveHoursFormat&&(this._period===this.periodsArray[0]&&(t="12"===t?0:t),this._period===this.periodsArray[1]&&(t="12"===t?t:1*t+12));const i=this.validDateValue;i.setHours(t),this.setValue(i)}onMinutesChange(e){const t=e.detail.value,i=this.validDateValue;i.setMinutes(t),this.setValue(i)}onSecondsChange(e){const t=e.detail.value,i=this.validDateValue;i.setSeconds(t),this.setValue(i)}onPeriodChange(e){const t=e.detail.value,i=this.validDateValue;t===this.periodsArray[0]&&i.getHours()>=12&&i.setHours(i.getHours()-12),t===this.periodsArray[1]&&i.getHours()<12&&i.setHours(i.getHours()+12),this.setValue(i)}isValid(e){return""===e||this.getFormat().parse(e)}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e))}get _formatPattern(){const e=this.formatPattern,t=!!e.match(/H/i),i=!e||!t,o=gu(Lo());return i?o.getCombinedDateTimePattern("medium","medium",this._primaryCalendarType):e}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}selectSlider(e){this._setCurrentSlider(e.target.closest("[ui5-wheelslider]").getAttribute("data-sap-slider"))}_setCurrentSlider(e){this._currentSlider!==e&&(this._currentSlider=e,this.fireEvent("slider-change",{slider:e}))}get _currentSliderDOM(){return this.shadowRoot.querySelector(`[data-sap-slider="${this._currentSlider}"]`)}get _activeSliders(){return["hours","minutes","seconds","periods"].filter(e=>{return this[`_has${t=e,t.substr(0,1).toUpperCase()+t.substr(1)}Slider`];var t})}_onfocusin(e){this._currentSlider||this._setCurrentSlider(this._activeSliders[0]),e.target===e.currentTarget&&this._currentSliderDOM.focus()}_onfocusout(e){this.shadowRoot.contains(e.relatedTarget)||this._setCurrentSlider("")}async _onkeydown(e){if(!Ki(e)&&!Ji(e))return;e.preventDefault();const t=this._activeSliders,i=e.target.closest("[ui5-wheelslider]").getAttribute("data-sap-slider");let o=t.indexOf(i);Ki(e)?o=0===o?t.length-1:o-1:Ji(e)&&(o=o===t.length-1?0:o+1),this._setCurrentSlider(t[o]),this._currentSliderDOM.focus()}_handleWheel(e){e.preventDefault()}getFormat(){let e;return e=this._isPattern?eu.getInstance({calendarType:this._calendarType,pattern:this._formatPattern}):eu.getInstance({calendarType:this._calendarType,style:this._formatPattern}),e}formatValue(e){return this.getFormat().format(e)}get dateValue(){return this.value?this.getFormat().parse(this.value):new Date}get validDateValue(){return this.isValid(this.value)?this.dateValue:new Date}get hoursSliderTitle(){return Xc.i18nBundle.getText(ga)}get minutesSliderTitle(){return Xc.i18nBundle.getText(ma)}get secondsSliderTitle(){return Xc.i18nBundle.getText(va)}get periodSliderTitle(){return"AM/PM"}get classes(){return{root:{"ui5-time-selection-root":!0,"ui5-phone":br()}}}}Xc.define(),se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Zc={packageName:"@ui5/webcomponents",fileName:"themes/TimePicker.css",content:".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-time_picker_border_radius)}:host([value-state=Error]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):hover){background:var(--sapField_Hover_Background)}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit}.ui5-time-picker-input-icon-button{border-left:.0625rem solid transparent}.ui5-time-picker-input-icon-button:hover{cursor:pointer;border-left:var(--_ui5_time_picker_border);background:var(--sapButton_Hover_Background)}.ui5-time-picker-input-icon-button:active{background-color:var(--sapButton_Active_Background);color:var(--sapButton_Active_TextColor)}.ui5-time-picker-input-icon-button[pressed]{background-color:var(--sapButton_Active_Background);color:var(--sapButton_Active_TextColor)}"};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Kc={packageName:"@ui5/webcomponents",fileName:"themes/TimePickerPopover.css",content:".ui5-time-picker-footer{height:fit-content;display:flex;justify-content:flex-end;width:100%}.ui5-time-picker-footer>[ui5-button]{margin:1%;min-width:20%}.ui5-time-picker-popover::part(content){padding:0}"};const Jc={languageAware:!0,managedSlots:!0,properties:{value:{type:String,defaultValue:void 0},valueState:{type:Ua,defaultValue:Ua.None},disabled:{type:Boolean},readonly:{type:Boolean},_isPickerOpen:{type:Boolean,noAttribute:!0}},slots:{valueStateMessage:{type:HTMLElement}},events:{change:{},input:{}}};class Qc extends Ht{static get metadata(){return Jc}static get render(){return Wi}static get styles(){return Zc}static get staticAreaTemplate(){return xc}static get template(){return yc}static get dependencies(){return[Ur,nd,Xc,ol,Ha]}static async onDefine(){[Qc.i18nBundle]=await Promise.all([Qo("@ui5/webcomponents"),w_(Lo().getLanguage(),Lo().getRegion(),Lo().getScript())])}static get staticAreaStyles(){return[Qs,Kc]}constructor(){super()}get _placeholder(){}get _formatPattern(){}get _effectiveValue(){return this.value}get _timeSelectionValue(){return this.tempValue}onTimeSelectionChange(e){this.tempValue=e.detail.value}submitPickers(){this._updateValueAndFireEvents(this.tempValue,!0,["change","value-changed"]),this.closePicker()}onResponsivePopoverAfterClose(){this._isPickerOpen=!1}async _handleInputClick(){if(this._isPickerOpen)return;const e=await this._getInputField();e&&e.select()}_updateValueAndFireEvents(e,t,i){if(e===this.value)return;const o=this.isValid(e);o&&t&&(e=this.normalizeValue(e)),i.includes("input")||(this.value="",this.value=e),this.tempValue=e,this._updateValueState(),i.forEach(t=>{this.fireEvent(t,{value:e,valid:o})})}_updateValueState(){const e=this.isValid(this.value);e?e&&this.valueState===Ua.Error&&(this.valueState=Ua.None):this.valueState=Ua.Error}async _handleInputChange(e){this._updateValueAndFireEvents(e.target.value,!0,["change","value-changed"])}async _handleInputLiveChange(e){this._updateValueAndFireEvents(e.target.value,!1,["input"])}async closePicker(){(await this._getPopover()).close(),this._isPickerOpen=!1}async openPicker(){this.tempValue=this.value&&this.isValid(this.value)?this.value:this.getFormat().format(new Date),(await this._getPopover()).showAt(this),this._isPickerOpen=!0}togglePicker(){this.isOpen()?this.closePicker():this._canOpenPicker()&&this.openPicker()}isOpen(){return!!this._isPickerOpen}_canOpenPicker(){return!this.disabled&&!this.readonly}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}_getInput(){return this.shadowRoot.querySelector("[ui5-input]")}_getInputField(){const e=this._getInput();return e&&e.getInputDOMRef()}_onkeydown(e){wo(e)&&(e.preventDefault(),this.togglePicker()),this._getInput().isEqualNode(e.target)&&this.isOpen()&&(uo(e)||co(e)||xo(e)||Co(e))&&this.closePicker(),this.isOpen()||(bo(e)?(e.preventDefault(),this._modifyValueBy(1,"second")):vo(e)?(e.preventDefault(),this._modifyValueBy(1,"minute")):go(e)?(e.preventDefault(),this._modifyValueBy(1,"hour")):yo(e)?(e.preventDefault(),this._modifyValueBy(-1,"second")):fo(e)?(e.preventDefault(),this._modifyValueBy(-1,"minute")):mo(e)&&(e.preventDefault(),this._modifyValueBy(-1,"hour")))}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}getFormat(){let e;return e=this._isPattern?eu.getInstance({pattern:this._formatPattern}):eu.getInstance({style:this._formatPattern}),e}formatValue(e){return this.getFormat().format(e)}isValid(e){return""===e||this.getFormat().parse(e)}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e))}_modifyValueBy(e,t){const i=this.getFormat().parse(this._effectiveValue);if(!i)return;"hour"===t?i.setHours(i.getHours()+e):"minute"===t?i.setMinutes(i.getMinutes()+e):"second"===t&&i.setSeconds(i.getSeconds()+e);const o=this.formatValue(i);this._updateValueAndFireEvents(o,!0,["change","value-changed"])}_handleWheel(e){e.preventDefault()}get submitButtonLabel(){return Qc.i18nBundle.getText(fa)}get cancelButtonLabel(){return Qc.i18nBundle.getText(ba)}get openIconName(){return"time-entry-request"}}const eh={tag:"ui5-time-picker",altTag:"ui5-timepicker",properties:{placeholder:{type:String,defaultValue:void 0},formatPattern:{type:String}}};class th extends Qc{static get metadata(){return eh}get _formatPattern(){const e=!!this.formatPattern.match(/H/i),t=!this.formatPattern||!e,i=gu(Lo());return t?i.getTimePattern("medium"):this.formatPattern}get _displayFormat(){return this.getFormat().oFormatOptions.pattern}get _placeholder(){return void 0!==this.placeholder?this.placeholder:this._displayFormat}get dateValue(){return this.getFormat().parse(this._effectiveValue)}get accInfo(){return{ariaRoledescription:this.dateAriaDescription,ariaHasPopup:"dialog",ariaAutoComplete:"none",ariaControls:`${this._id}-responsive-popover`}}get dateAriaDescription(){return th.i18nBundle.getText(ya)}}th.define();class ih{static hasGroup(e){return this.groups.has(e)}static getGroup(e){return this.groups.get(e)}static getCheckedRadioFromGroup(e){return this.checkedRadios.get(e)}static removeGroup(e){return this.checkedRadios.delete(e),this.groups.delete(e)}static addToGroup(e,t){this.hasGroup(t)?(this.enforceSingleSelection(e,t),this.getGroup(t).push(e)):this.createGroup(e,t),this.updateTabOrder(t)}static removeFromGroup(e,t){if(!this.hasGroup(t))return;const i=this.getGroup(t),o=this.getCheckedRadioFromGroup(t);i.forEach((t,i,o)=>{if(e._id===t._id)return o.splice(i,1)}),o===e&&this.checkedRadios.set(t,null),i.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(e,t){e.checked&&this.checkedRadios.set(t,e),this.groups.set(t,[e])}static selectNextItem(e,t){const i=this.getGroup(t),o=i.length,r=i.indexOf(e);if(o<=1)return;const a=this._nextSelectable(r,i);this.updateSelectionInGroup(a,t)}static updateTabOrder(e){if(!this.hasGroup(e))return;const t=this.getGroup(e),i=t.some(e=>e.checked);t.filter(e=>!e.disabled).forEach((e,t)=>{e._tabIndex=i?e.checked?"0":"-1":0===t?"0":"-1"})}static selectPreviousItem(e,t){const i=this.getGroup(t),o=i.length,r=i.indexOf(e);if(o<=1)return;const a=this._previousSelectable(r,i);this.updateSelectionInGroup(a,t)}static selectItem(e,t){this.updateSelectionInGroup(e,t),this.updateTabOrder(t)}static updateSelectionInGroup(e,t){const i=this.getCheckedRadioFromGroup(t);this._deselectRadio(i),this._selectRadio(e),this.checkedRadios.set(t,e)}static _deselectRadio(e){e&&(e.checked=!1)}static _selectRadio(e){e&&(e.focus(),e.checked=!0,e._checked=!0,e.fireEvent("change"))}static _nextSelectable(e,t){let i=null;if(e===t.length-1){if(t[0].disabled||t[0].readonly)return this._nextSelectable(1,t);i=t[0]}else{if(t[e+1].disabled||t[e+1].readonly)return this._nextSelectable(e+1,t);i=t[e+1]}return i}static _previousSelectable(e,t){const i=t.length;let o=null;if(0===e){if(t[i-1].disabled||t[i-1].readonly)return this._previousSelectable(i-1,t);o=t[i-1]}else{if(t[e-1].disabled||t[e-1].readonly)return this._previousSelectable(e-1,t);o=t[e-1]}return o}static enforceSingleSelection(e,t){const i=this.getCheckedRadioFromGroup(t);e.checked?i?e!==i&&(this._deselectRadio(i),this.checkedRadios.set(t,e)):this.checkedRadios.set(t,e):e===i&&this.checkedRadios.set(t,null),this.updateTabOrder(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}}const oh=(e,t,i)=>Ui`<div class="ui5-radio-root ${zi(e.classes.main)}" role="radio" aria-checked="${Oi(e.checked)}" aria-readonly="${Oi(e.ariaReadonly)}" aria-disabled="${Oi(e.ariaDisabled)}" aria-label="${Oi(e.ariaLabelText)}" aria-describedby="${Oi(e.ariaDescribedBy)}" tabindex="${Oi(e.tabIndex)}" @click="${e._onclick}" @keydown="${e._onkeydown}" @keyup="${e._onkeyup}" @mousedown="${e._onmousedown}" @mouseup="${e._onmouseup}" @focusout="${e._onfocusout}"><div class='ui5-radio-inner ${zi(e.classes.inner)}'><svg class="ui5-radio-svg" focusable="false" aria-hidden="true">${nh()}</svg><input type='radio' ?checked="${e.checked}" ?readonly="${e.readonly}" ?disabled="${e.disabled}" name="${Oi(e.name)}" data-sap-no-tab-ref/></div>${e.text?rh(e,t,i):void 0}${e.hasValueState?ah(e):void 0}</div>`,rh=(e,t,i)=>i?Ui`<${ji("ui5-label",t,i)} id="${Oi(e._id)}-label" class="ui5-radio-label" for="${Oi(e._id)}" wrapping-type="${Oi(e.wrappingType)}">${Oi(e.text)}</${ji("ui5-label",t,i)}>`:Ui`<ui5-label id="${Oi(e._id)}-label" class="ui5-radio-label" for="${Oi(e._id)}" wrapping-type="${Oi(e.wrappingType)}">${Oi(e.text)}</ui5-label>`,ah=(e,t,i)=>Ui`<span id="${Oi(e._id)}-descr" class="ui5-hidden-text">${Oi(e.valueStateText)}</span>`,nh=(e,t,i)=>Vi`<circle class="ui5-radio-svg-outer" cx="50%" cy="50%" r="50%" /><circle class="ui5-radio-svg-inner" cx="50%" cy="50%" />`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var sh={packageName:"@ui5/webcomponents",fileName:"themes/RadioButton.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5_radio_button_color);border-radius:var(--_ui5_radio_button_border_radius);transition:var(--_ui5_radio_button_transition)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_color)}:host(:not([disabled])) .ui5-radio-root:focus:before{content:"";display:var(--_ui5_radio_button_focus_outline);position:absolute;top:var(--_ui5_radio_button_focus_dist);bottom:var(--_ui5_radio_button_focus_dist);left:var(--_ui5_radio_button_focus_dist);right:var(--_ui5_radio_button_focus_dist);pointer-events:none;border:var(--_ui5_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5_radio_button_border_radius)}:host(:not([disabled])[readonly]) .ui5-radio-root:focus:before{border:var(--_ui5_radio_button_border_width) var(--_ui5_radio_button_border_readonly_focus_style) var(--sapContent_FocusColor)}:host(:not([disabled])) .ui5-radio-root:focus{border-radius:var(--_ui5_radio_button_border_radius);border:var(--_ui5_radio_button_focus_border)}:host(:not([disabled]):hover){background:var(--_ui5_radio_button_hover_background);box-shadow:var(--_ui5_radio_button_hover_shadow)}:host(:not([value-state=Error]):not([value-state=Warning]):not([value-state=Success]):not([value-state=Information])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_hover_color)}:host(:not([value-state=Error]):not([value-state=Warning]):not([value-state=Success]):not([value-state=Information])) .ui5-radio-root:hover .ui5-radio-inner--hoverable{filter:drop-shadow(var(--_ui5_radio_button_outer_ring_hover_shadow))}:host(:not([value-state=Error]):not([value-state=Warning]):not([value-state=Success]):not([value-state=Information])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root:focus:before{inset-inline:var(--_ui5_radio_button_focus_dist) 0}:host([text]) .ui5-radio-inner{padding:var(--_ui5_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--sapContent_NonInteractiveIconColor)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5_radio_button_read_only_border_type);stroke-width:var(--_ui5_radio_button_read_only_border_width)}:host([value-state=Error]) .ui5-radio-svg-outer,:host([value-state=Warning]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state=Information]) .ui5-radio-svg-outer{stroke-width:var(--_ui5_radio_button_information_border_width)}:host([value-state=Error][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_error_fill)}:host([value-state=Error]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer,:host([value-state=Error]) .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state=Error]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_error)}:host([value-state=Error]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable{filter:drop-shadow(var(--_ui5_radio_button_outer_ring_hover_shadow_error))}:host([value-state=Warning][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_warning_fill)}:host([value-state=Warning]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer,:host([value-state=Warning]) .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state=Warning]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_warning)}:host([value-state=Warning]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable{filter:drop-shadow(var(--_ui5_radio_button_outer_ring_hover_shadow_warning))}:host([value-state=Success][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_success_fill)}:host([value-state=Success]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer,:host([value-state=Success]) .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state=Success]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_success)}:host([value-state=Success]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable{filter:drop-shadow(var(--_ui5_radio_button_outer_ring_hover_shadow_success))}:host([value-state=Information][checked]) .ui5-radio-svg-inner{fill:var(--_ui5_radio_button_checked_information_fill)}:host([value-state=Information]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer,:host([value-state=Information]) .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state=Information]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5_radio_button_hover_fill_information)}:host([value-state=Information]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable{filter:drop-shadow(var(--_ui5_radio_button_outer_ring_hover_shadow_information))}:host([value-state=Error]) .ui5-radio-root,:host([value-state=Information]) .ui5-radio-root,:host([value-state=Warning]) .ui5-radio-root{stroke-dasharray:var(--_ui5_radio_button_warning_error_border_dash)}.ui5-radio-root{height:var(--_ui5_radio_button_height);position:relative;display:inline-flex;flex-wrap:nowrap;outline:none;max-width:100%;width:var(--_ui5_radio_button_inner_width);box-sizing:border-box;border:var(--_ui5_radio_button_border);border-radius:var(--_ui5_radio_button_border_radius);transition:var(--_ui5_radio_button_transition)}.ui5-radio-inner{display:flex;align-items:center;padding:var(--_ui5_radio_button_outer_ring_padding);flex-shrink:0;height:var(--_ui5_radio_button_inner_size);font-size:1rem;pointer-events:none;vertical-align:top}.ui5-radio-inner:focus{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5_radio_button_label_offset);vertical-align:top;max-width:100%;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5_radio_button_label_color)}:host([wrapping-type=Normal][text]) .ui5-radio-root{height:auto}:host([wrapping-type=Normal][text]) [ui5-label].ui5-radio-label{padding:var(--_ui5_radio_button_label_side_padding) 0;word-break:break-all}.ui5-radio-svg{height:var(--_ui5_radio_button_svg_size);width:var(--_ui5_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5_radio_button_inner_ring_radius)}.ui5-radio-svg-inner,.ui5-radio-svg-outer{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}'};let lh=!1,_h=null;const uh={tag:"ui5-radio-button",altTag:"ui5-radiobutton",languageAware:!0,properties:{disabled:{type:Boolean},readonly:{type:Boolean},checked:{type:Boolean},text:{type:String},valueState:{defaultValue:Ua.None,type:Ua},name:{type:String},value:{type:String},wrappingType:{type:qa,defaultValue:qa.None},accessibleName:{type:String},accessibleNameRef:{type:String},_tabIndex:{type:String,defaultValue:"-1",noAttribute:!0},active:{type:Boolean}},slots:{formSupport:{type:HTMLElement}},events:{change:{}}};class dh extends Ht{constructor(){super(),this._deactivate=()=>{_h&&(_h.active=!1)},lh||(document.addEventListener("mouseup",this._deactivate),lh=!0)}static get metadata(){return uh}static get render(){return Wi}static get template(){return oh}static get styles(){return sh}static get dependencies(){return[Za]}static async onDefine(){dh.i18nBundle=await Qo("@ui5/webcomponents")}onBeforeRendering(){this.syncGroup(),this._enableFormSupport()}syncGroup(){const e=this._name,t=this.name,i=this._checked,o=this.checked;t!==e?(e&&ih.removeFromGroup(this,e),t&&ih.addToGroup(this,t)):t&&ih.enforceSingleSelection(this,t),this.name&&o!==i&&ih.updateTabOrder(this.name),this._name=this.name,this._checked=this.checked}_enableFormSupport(){const e=z("FormSupport");e?e.syncNativeHiddenInput(this,(e,t)=>{t.disabled=e.disabled||!e.checked,t.value=e.checked?e.value:""}):this.value&&console.warn('In order for the "value" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_onclick(){return this.toggle()}_handleDown(e){const t=this.name;t&&(e.preventDefault(),ih.selectNextItem(this,t))}_handleUp(e){const t=this.name;t&&(e.preventDefault(),ih.selectPreviousItem(this,t))}_onkeydown(e){if(Xi(e))return this.active=!0,e.preventDefault();if(Yi(e))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;(eo(e)||!t&&Ji(e)||t&&Ki(e))&&this._handleDown(e),(Qi(e)||!t&&Ki(e)||t&&Ji(e))&&this._handleUp(e)}_onkeyup(e){Xi(e)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,_h=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(ih.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}valueStateTextMappings(){return{Error:dh.i18nBundle.getText(Sa),Warning:dh.i18nBundle.getText(Ta),Success:dh.i18nBundle.getText($a),Information:dh.i18nBundle.getText(Ba)}}get classes(){return{main:{},inner:{"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&yr()}}}get ariaReadonly(){return this.readonly?"true":void 0}get ariaDisabled(){return this.disabled?"true":void 0}get ariaLabelText(){return[Io(this),this.text].filter(Boolean).join(" ")}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==Ua.None}get valueStateText(){return this.valueStateTextMappings()[this.valueState]}get tabIndex(){const e=this.getAttribute("tabindex");return this.disabled?"-1":this.name?this._tabIndex:e||"0"}get strokeWidth(){return"None"===this.valueState?"1":"2"}}dh.define();const ch=(e,t,i)=>Ui`<div class="${zi(e.classes.root)}" style="${Ni(e.styles.main)}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${e.growing?hh(e):void 0}<textarea id="${Oi(e._id)}-inner" class="ui5-textarea-inner" placeholder="${Oi(e.placeholder)}" ?disabled="${e.disabled}" ?readonly="${e.readonly}" aria-label="${Oi(e.ariaLabelText)}" aria-describedby="${Oi(e.ariaDescribedBy)}" aria-invalid="${Oi(e.ariaInvalid)}" aria-required="${Oi(e.required)}" maxlength="${Oi(e._exceededTextProps.calcedMaxLength)}" .value="${Oi(e.value)}" @input="${e._oninput}" @change="${e._onchange}" @keyup="${e._onkeyup}" @keydown="${e._onkeydown}" data-sap-focus-ref part="textarea"></textarea>${e.showExceededText?gh(e):void 0}${e.hasValueState?mh(e):void 0}<slot name="formSupport"></slot></div> `,hh=(e,t,i)=>Ui`<div id="${Oi(e._id)}-mirror" style="${Ni(e.styles.mirror)}" class="ui5-textarea-mirror" aria-hidden="true">${Li(e._mirrorText,(e,t)=>e._id||t,(e,t)=>ph(e))}</div>`,ph=(e,t,i,o,r)=>Ui`${Oi(e.text)}<br />`,gh=(e,t,i)=>Ui`<span class="ui5-textarea-exceeded-text">${Oi(e._exceededTextProps.exceededText)}</span>`,mh=(e,t,i)=>Ui`<span id="${Oi(e._id)}-valueStateDesc" class="ui5-hidden-text">${Oi(e.ariaValueStateHiddenText)}</span>`,vh=(e,t,i)=>Ui`${e.displayValueStateMessagePopover?fh(e,t,i):void 0}`,fh=(e,t,i)=>i?Ui`<${ji("ui5-popover",t,i)} skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${Ni(e.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${Oi(e._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${zi(e.classes.valueStateMsg)}"><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageIcon)}"></${ji("ui5-icon",t,i)}>${e.hasCustomValueState?bh(e):wh(e)}</div></${ji("ui5-popover",t,i)}>`:Ui`<ui5-popover skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${Ni(e.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${Oi(e._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${zi(e.classes.valueStateMsg)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageIcon)}"></ui5-icon>${e.hasCustomValueState?bh(e):wh(e)}</div></ui5-popover>`,bh=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>yh(e))}`,yh=(e,t,i,o,r)=>Ui`${Oi(e)}`,wh=(e,t,i)=>Ui`${Oi(e.valueStateDefaultText)}`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var kh={packageName:"@ui5/webcomponents",fileName:"themes/TextArea.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{width:100%;color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);box-sizing:border-box;line-height:1.4;letter-spacing:normal;word-spacing:normal;margin:var(--_ui5_textarea_margin)}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;border-color:var(--sapField_ReadOnly_BorderColor);-webkit-text-fill-color:var(--sapContent_DisabledTextColor);color:var(--sapContent_DisabledTextColor)}:host([disabled]) .ui5-textarea-inner{background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_textarea_disabled_background_color)}:host([focused]) .ui5-textarea-inner{outline:var(--_ui5_textarea_focus_outline);outline-offset:var(--_ui5_textarea_focus_outline_offset)}:host([focused]) .ui5-textarea-inner{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:var(--_ui5_textarea_focus_box_shadow)}:host(:not([value-state]):not([readonly]):not([focused]):hover) .ui5-textarea-inner{box-shadow:var(--_ui5_textarea_hover_box_shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host([value-state]:not([value-state=None])[focused]) .ui5-textarea-inner{outline:var(--_ui5_textarea_value_state_focus_outline);outline-offset:var(--_ui5_textarea_value_state_focus_outline_offset)}.ui5-textarea-root{height:100%;min-height:var(--_ui5_input_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit}.ui5-textarea-inner{width:100%;height:100%;min-width:6rem;margin:0;padding:var(--_ui5_textarea_padding);box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;border-color:inherit;border-radius:inherit;border-width:var(--_ui5_textarea_inner_border_width);border-style:var(--sapField_BorderStyle);line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host([growing]) .ui5-textarea-root{position:relative}:host([growing]) .ui5-textarea-inner{position:absolute;top:0;left:0}.ui5-textarea-mirror{line-height:1.4;visibility:hidden;width:100%;word-break:break-all;padding:var(--_ui5_textarea_padding);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);white-space:pre-wrap;box-sizing:border-box}:host([readonly]){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly][focused]) .ui5-textarea-root .ui5-textarea-inner{background-image:none}:host([readonly]) .ui5-textarea-root .ui5-textarea-inner{background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--sapField_ReadOnly_Background)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state=Error]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5_textarea_error_placeholder_font_style);color:var(--_ui5_textarea_error_placeholder_color)}:host([value-state=Error]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5_textarea_error_placeholder_font_style);color:var(--_ui5_textarea_error_placeholder_color)}:host([value-state=Error]) .ui5-textarea-inner:-moz-placeholder{font-weight:var(--_ui5_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5_textarea_error_placeholder_font_style);color:var(--_ui5_textarea_error_placeholder_color)}:host([value-state=Warning]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5_textarea_value_state_error_warning_placeholder_font_weight)}:host([value-state=Warning]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5_textarea_value_state_error_warning_placeholder_font_weight)}:host(:not([value-state]):not([readonly]):hover){border-color:var(--sapField_Hover_BorderColor)}:host(:not([value-state]):not([readonly]):hover) .ui5-textarea-inner{background-color:var(--sapField_Hover_Background)}:host([value-state]:not([value-state=None])) .ui5-textarea-inner{border-width:var(--_ui5_textarea_state_border_width)}:host([value-state=Error]) .ui5-textarea-inner,:host([value-state=Warning]) .ui5-textarea-inner{font-style:var(--_ui5_input_error_warning_font_style)}:host([value-state=Warning]) .ui5-textarea-inner{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state=Warning]:not([readonly])) .ui5-textarea-inner{background:var(--sapField_WarningBackgroundStyle)}:host([value-state=Warning]:not([readonly]):not([focused]):hover) .ui5-textarea-inner{box-shadow:var(--sapContent_Critical_Shadow);background-color:var(--sapField_Hover_Background)}:host([value-state=Warning][focused]:not([readonly])) .ui5-textarea-inner{background-image:none;box-shadow:var(--_ui5_textarea_value_state_warning_focus_box_shadow);background-color:var(--sapField_Focus_Background)}:host([value-state=Error]:not([readonly])) .ui5-textarea-inner{font-weight:var(--_ui5_input_error_font_weight);background:var(--sapField_InvalidBackgroundStyle)}:host([value-state=Error]:not([readonly]):not([focused]):hover) .ui5-textarea-inner{box-shadow:var(--sapContent_Negative_Shadow);background-color:var(--_ui5_textarea_error_hover_background_color)}:host([value-state=Error][focused]:not([readonly])) .ui5-textarea-inner{background-image:none;box-shadow:var(--_ui5_textarea_value_state_error_focus_box_shadow);background-color:var(--_ui5_textarea_error_focused_background_color)}:host([value-state=Information]:not([readonly])) .ui5-textarea-inner{background:var(--sapField_InformationBackgroundStyle)}:host([value-state=Information]:not([readonly]):not([focused]):hover) .ui5-textarea-inner{box-shadow:var(--sapContent_Informative_Shadow);background-color:var(--sapField_Hover_Background)}:host([value-state=Information][focused]:not([readonly])) .ui5-textarea-inner{background-image:none;box-shadow:var(--_ui5_textarea_focus_box_shadow);background-color:var(--sapField_Focus_Background)}:host([value-state=Success]:not([readonly])) .ui5-textarea-inner{background:var(--sapField_SuccessBackgroundStyle)}:host([value-state=Success]:not([readonly]):not([focused]):hover) .ui5-textarea-inner{box-shadow:var(--sapContent_Positive_Shadow);background-color:var(--sapField_Hover_Background)}:host([value-state=Success][focused]:not([readonly])) .ui5-textarea-inner{background-image:none;box-shadow:var(--_ui5_textarea_value_state_success_focus_box_shadow);background-color:var(--sapField_Focus_Background)}:host([value-state=Error]:not([readonly])){border-color:var(--sapField_InvalidColor)}:host([value-state=Error]:not([readonly])) .ui5-textarea-inner{background-color:var(--sapField_InvalidBackground)}:host([value-state=Error]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=Information]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state=Warning]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state=Warning]:not([readonly])){border-color:var(--sapField_WarningColor)}:host([value-state=Warning]:not([readonly])) .ui5-textarea-inner{background-color:var(--sapField_WarningBackground)}:host([value-state=Success]:not([readonly])){border-color:var(--sapField_SuccessColor)}:host([value-state=Success]:not([readonly])) .ui5-textarea-inner{background-color:var(--sapField_SuccessBackground);border-width:var(--_ui5_textarea_success_border_width)}:host([value-state=Information]:not([readonly])){border-color:var(--sapField_InformationColor)}:host([value-state=Information]:not([readonly])) .ui5-textarea-inner{background-color:var(--sapField_InformationBackground);border-width:var(--_ui5_textarea_information_border_width)}.ui5-textarea-exceeded-text{overflow:hidden;align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_BackgroundStyle);background-color:var(--sapScrollBar_TrackColor);border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([readonly]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--sapScrollBar_TrackColor)}:host([value-state=Error]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapScrollBar_TrackColor)}:host([value-state=Warning]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapScrollBar_TrackColor)}:host([value-state=Information]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapScrollBar_TrackColor)}:host([value-state=Success]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapScrollBar_TrackColor)}:host([focused]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-image:none}'};const xh={tag:"ui5-textarea",languageAware:!0,managedSlots:!0,properties:{value:{type:String},disabled:{type:Boolean},readonly:{type:Boolean},required:{type:Boolean},placeholder:{type:String},valueState:{type:Ua,defaultValue:Ua.None},rows:{type:dn,defaultValue:0},maxlength:{type:dn,defaultValue:null},showExceededText:{type:Boolean},growing:{type:Boolean},growingMaxLines:{type:dn,defaultValue:0},name:{type:String},accessibleName:{type:String},accessibleNameRef:{type:String},focused:{type:Boolean},exceeding:{type:Boolean},_mirrorText:{type:Object,multiple:!0,defaultValue:""},_maxHeight:{type:String,noAttribute:!0},_width:{type:dn}},slots:{valueStateMessage:{type:HTMLElement},formSupport:{type:HTMLElement}},events:{change:{},input:{}}};class Ch extends Ht{static get metadata(){return xh}static get styles(){return[ys,kh]}static get render(){return Wi}static get template(){return ch}static get staticAreaTemplate(){return vh}static get staticAreaStyles(){return el}constructor(){super(),this._firstRendering=!0,this._openValueStateMsgPopover=!1,this._fnOnResize=this._onResize.bind(this)}onEnterDOM(){un.register(this,this._fnOnResize)}onExitDOM(){un.deregister(this,this._fnOnResize)}onBeforeRendering(){this._exceededTextProps=this._calcExceededText(),this._mirrorText=this._tokenizeText(this.value),this.exceeding=this._exceededTextProps.leftCharactersCount<0,this.growingMaxLines&&(this._maxHeight=`${1.4*this.growingMaxLines*14+9}px`);const e=z("FormSupport");e?e.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}onAfterRendering(){this.toggleValueStateMessage(this.openValueStateMsgPopover),this._firstRendering=!1}getInputDomRef(){return this.getDomRef().querySelector("textarea")}_onkeydown(e){if(this._keyDown=!0,_o(e)){const e=this.getInputDomRef();this.value=this.previousValue,e.value=this.value,this.fireEvent("input")}}_onkeyup(){this._keyDown=!1}_onfocusin(){this.focused=!0,this._openValueStateMsgPopover=!0,this.previousValue=this.getInputDomRef().value}_onfocusout(e){const t=e.relatedTarget&&e.relatedTarget.shadowRoot&&e.relatedTarget.shadowRoot.querySelector(".ui5-valuestatemessage-root");this.focused=!1,t||(this._openValueStateMsgPopover=!1)}_onchange(){this.fireEvent("change",{})}_oninput(e){const t=this.getInputDomRef();e.target===t&&e.stopImmediatePropagation(),this.value=t.value,this.fireEvent("input",{}),this.fireEvent("value-changed")}_onResize(){this.displayValueStateMessagePopover&&(this._width=this.offsetWidth)}toggleValueStateMessage(e){e?this.openPopover():this.closePopover()}async openPopover(){this.popover=await this._getPopover(),this.popover&&this.popover.showAt(this.shadowRoot.querySelector(".ui5-textarea-inner"))}async closePopover(){this.popover=await this._getPopover(),this.popover&&this.popover.close()}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}_tokenizeText(e){const t=e.replace(/&/gm,"&amp;").replace(/"/gm,"&quot;").replace(/'/gm,"&apos;").replace(/</gm,"&lt;").replace(/>/gm,"&gt;").split("\n");return t.length<this.rows?this._mapTokenizedTextToObject([...t,...Array(this.rows-t.length).fill("")]):this._mapTokenizedTextToObject(t)}_mapTokenizedTextToObject(e){return e.map((t,i)=>({text:t,last:i===e.length-1}))}_calcExceededText(){let e,t,i;if(this.showExceededText){const e=this.maxlength;null!==e&&(i=e-this.value.length,t=i>=0?Ch.i18nBundle.getText(ha,i):Ch.i18nBundle.getText(pa,Math.abs(i)))}else e=this.maxlength;return{exceededText:t,leftCharactersCount:i,calcedMaxLength:e}}get classes(){return{root:{"ui5-textarea-root":!0,"ui5-content-native-scrollbars":zn()},valueStateMsg:{"ui5-valuestatemessage--error":this.valueState===Ua.Error,"ui5-valuestatemessage--warning":this.valueState===Ua.Warning,"ui5-valuestatemessage--information":this.valueState===Ua.Information}}}get styles(){const e=22.4*this.rows+(this.showExceededText?32:0);return{mirror:{"max-height":this._maxHeight},main:{width:"100%",height:this.rows&&!this.growing?`${e}px`:"100%"},focusDiv:{height:this.showExceededText?"calc(100% - 26px)":"100%","max-height":this._maxHeight},valueStateMsgPopover:{"max-width":`${this._width}px`}}}get tabIndex(){return this.disabled?void 0:"0"}get ariaLabelText(){const e=Io(this);return this.showExceededText?e?`${e} ${this._exceededTextProps.exceededText}`:this._exceededTextProps.exceededText:e}get ariaDescribedBy(){return this.hasValueState?`${this._id}-valueStateDesc`:void 0}get ariaValueStateHiddenText(){if(this.hasValueState)return this.hasCustomValueState?`${this.valueStateTypeMappings[this.valueState]}`.concat(" ",this.valueStateMessageText.map(e=>e.textContent).join(" ")):`${this.valueStateTypeMappings[this.valueState]} ${this.valueStateDefaultText}`}get valueStateDefaultText(){return this.valueStateTextMappings[this.valueState]}get ariaInvalid(){return"Error"===this.valueState?"true":void 0}get openValueStateMsgPopover(){return!this._firstRendering&&this._openValueStateMsgPopover&&this.displayValueStateMessagePopover}get displayValueStateMessagePopover(){return!this.readonly&&(this.hasCustomValueState||this.hasValueState)}get hasCustomValueState(){return!!this.valueStateMessage.length&&this.hasValueState}get hasValueState(){return this.valueState===Ua.Error||this.valueState===Ua.Warning||this.valueState===Ua.Information}get valueStateMessageText(){return this.valueStateMessage.map(e=>e.cloneNode(!0))}get _valueStatePopoverHorizontalAlign(){return"rtl"!==this.effectiveDir?"Left":"Right"}get _valueStateMessageIcon(){return this.valueState!==Ua.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}get valueStateTextMappings(){return{Success:Ch.i18nBundle.getText($a),Information:Ch.i18nBundle.getText(Ba),Error:Ch.i18nBundle.getText(Sa),Warning:Ch.i18nBundle.getText(Ta)}}get valueStateTypeMappings(){return{Success:Ch.i18nBundle.getText(xa),Information:Ch.i18nBundle.getText(Ca),Error:Ch.i18nBundle.getText(wa),Warning:Ch.i18nBundle.getText(ka)}}static get dependencies(){return[Cs,Ur]}static async onDefine(){Ch.i18nBundle=await Qo("@ui5/webcomponents")}}Ch.define();const Sh={Polite:"Polite",Assertive:"Assertive"};let Th,Bh;(class extends Re{static isValid(e){return!!Sh[e]}}).generateTypeAccessors(Sh);const $h=e=>{e.style.position="absolute",e.style.clip="rect(1px,1px,1px,1px)",e.style.userSelect="none",e.style.left="-1000px",e.style.top="-1000px",e.style.pointerEvents="none"};(async e=>{await He(),e()})(()=>{Th&&Bh||(Th=document.createElement("span"),Bh=document.createElement("span"),Th.classList.add("ui5-invisiblemessage-polite"),Bh.classList.add("ui5-invisiblemessage-assertive"),Th.setAttribute("aria-live","polite"),Bh.setAttribute("aria-live","assertive"),Th.setAttribute("role","alert"),Bh.setAttribute("role","alert"),$h(Th),$h(Bh),i("ui5-static-area").appendChild(Th),i("ui5-static-area").appendChild(Bh))});const Ih="M360.5 172q9-9 22-9 12 0 22 9 9 10 9 22 0 13-9 22l-124 124q-9 9-22 9-11 0-22-9l-124-124q-9-9-9-22 0-12 9-22 11-9 22-9 13 0 22 9l102 103z";Fr("slim-arrow-down",{pathData:Ih,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const Dh="M420.5 187q11-12 23 0 5 5 5 11t-5 11l-165 165q-10 9-23 9t-22-9l-166-165q-5-5-5-11.5t5-11.5 11.5-5 11.5 5l160 160q5 6 11 0z";Fr("slim-arrow-down",{pathData:Dh,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const Ah={tag:"ui5-option",managedSlots:!0,properties:{selected:{type:Boolean},disabled:{type:Boolean},title:{type:String},icon:{type:String,defaultValue:null},value:{type:String},additionalText:{type:String},_focused:{type:Boolean}},slots:{default:{type:Node}},events:{}};class Fh extends Ht{static get metadata(){return Ah}get stableDomRef(){return this.getAttribute("stable-dom-ref")||`${this._id}-stable-dom-ref`}}Fh.define();const Eh="Auto",Ph="Vertical",Mh="Horizontal",Lh="Static",zh="Cyclic";class Nh{constructor(e,t={}){this._setRootComponent(e),this._initOptions(t)}_setRootComponent(e){if(!e.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");this.rootWebComponent=e,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this.rootWebComponent._onComponentStateFinalized=()=>{this._init()}}_initOptions(e){if("function"!=typeof e.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=e.getItemsCallback,this._currentIndex=e.currentIndex||0,this._rowSize=e.rowSize||1,this._behavior=e.behavior||Lh,this._navigationMode=e.navigationMode||Eh,this._affectedPropertiesNames=e.affectedPropertiesNames||[],this._skipItemsSize=e.skipItemsSize||null}setCurrentItem(e){const t=this._getItems().indexOf(e);-1!==t?(this._currentIndex=t,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",e)}setRowSize(e){this._rowSize=e}_init(){this._getItems().forEach((e,t)=>{e._tabIndex=t===this._currentIndex?"0":"-1"})}_onkeydown(e){if(!this._canNavigate())return;const t=this._navigationMode===Mh||this._navigationMode===Eh,i=this._navigationMode===Ph||this._navigationMode===Eh,o="rtl"===this.rootWebComponent.effectiveDir;if(o&&Ki(e)&&t)this._handleRight();else if(o&&Ji(e)&&t)this._handleLeft();else if(Ki(e)&&t)this._handleLeft();else if(Ji(e)&&t)this._handleRight();else if(Qi(e)&&i)this._handleUp();else if(eo(e)&&i)this._handleDown();else if(ao(e))this._handleHome();else if(no(e))this._handleEnd();else if(go(e))this._handlePageUp();else{if(!mo(e))return;this._handlePageDown()}e.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const e=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===zh){const t=this._currentIndex%this._rowSize;let i=(0===t?this._rowSize-1:t-1)+(Math.ceil(e/this._rowSize)-1)*this._rowSize;i>e-1&&(i-=this._rowSize),this._currentIndex=i}else this._currentIndex=0}_handleDown(){const e=this._getItems().length;if(this._currentIndex+this._rowSize<e)this._currentIndex+=this._rowSize;else if(this._behavior===zh){const e=(this._currentIndex%this._rowSize+1)%this._rowSize;this._currentIndex=e}else this._currentIndex=e-1}_handleLeft(){const e=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===zh&&(this._currentIndex=e-1)}_handleRight(){const e=this._getItems().length;this._currentIndex<e-1?this._currentIndex+=1:this._behavior===zh&&(this._currentIndex=0)}_handleHome(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%e}_handleEnd(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=e-1-this._currentIndex%e}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){null===this._skipItemsSize&&(this._currentIndex-=this._currentIndex),this._currentIndex+1>this._skipItemsSize?this._currentIndex-=this._skipItemsSize:this._currentIndex-=this._currentIndex}_handlePageDownFlat(){null===this._skipItemsSize&&(this._currentIndex=this._getItems().length-1),this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const e=this._getItems();for(let t=0;t<e.length;t++)e[t]._tabIndex=t===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(e=>{const t=this.rootWebComponent[e];this.rootWebComponent[e]=Array.isArray(t)?[...t]:{...t}})}_focusCurrentItem(){const e=this._getCurrentItem();e&&e.focus()}_canNavigate(){const e=this._getCurrentItem(),t=Ce();return e&&e===t}_getCurrentItem(){const e=this._getItems();if(!e.length)return null;for(;this._currentIndex>=e.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const t=e[this._currentIndex];if(t){if(t.isUI5Element)return t.getFocusDomRef();if(this.rootWebComponent.getDomRef())return this.rootWebComponent.getDomRef().querySelector(`#${t.id}`)}}}const Oh=(e,t)=>{const i=t||[];return e?(Array.from(e).forEach(e=>{if(e.nodeType!==Node.TEXT_NODE&&e.nodeType!==Node.COMMENT_NODE&&!e.hasAttribute("data-sap-no-tab-ref")){if(e.shadowRoot){const t=e.shadowRoot.children;e=Array.from(t).find(e=>"STYLE"!==e.tagName)}e&&((e=>{if(!e)return!1;const t=e.nodeName.toLowerCase();if(e.hasAttribute("data-sap-no-tab-ref"))return!1;if(Dn(e))return!1;const i=e.getAttribute("tabindex");return null!=i?parseInt(i)>=0:"a"===t||/input|select|textarea|button|object/.test(t)?!e.disabled:void 0})(e)&&i.push(e),"SLOT"===e.tagName?Oh(e.assignedNodes(),i):Oh(e.children,i))}}),i):i};let Hh=null;const Rh={None:"None",SingleSelect:"SingleSelect",SingleSelectBegin:"SingleSelectBegin",SingleSelectEnd:"SingleSelectEnd",SingleSelectAuto:"SingleSelectAuto",MultiSelect:"MultiSelect",Delete:"Delete"};class Uh extends Re{static isValid(e){return!!Rh[e]}}Uh.generateTypeAccessors(Rh);const Vh={Button:"Button",Scroll:"Scroll",None:"None"};class Wh extends Re{static isValid(e){return!!Vh[e]}}Wh.generateTypeAccessors(Vh);const jh={All:"All",Inner:"Inner",None:"None"};class qh extends Re{static isValid(e){return!!jh[e]}}qh.generateTypeAccessors(jh);const Yh={Small:"Small",Medium:"Medium",Large:"Large"};class Gh extends Re{static isValid(e){return!!Yh[e]}}Gh.generateTypeAccessors(Yh);const Xh=(e,t,i)=>Ui`<div class="${zi(e.classes.root)}">${e._isBusy?Zh(e,t,i):void 0}<slot></slot>${e._isBusy?Jh(e):void 0}</div>`,Zh=(e,t,i)=>Ui`<div class="ui5-busy-indicator-busy-area" title="${Oi(e.ariaTitle)}" tabindex="0" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuetext="Busy" aria-labelledby="${Oi(e.labelId)}" data-sap-focus-ref><div class="ui5-busy-indicator-circles-wrapper"><div class="ui5-busy-indicator-circle circle-animation-0"></div><div class="ui5-busy-indicator-circle circle-animation-1"></div><div class="ui5-busy-indicator-circle circle-animation-2"></div></div>${e.text?Kh(e,t,i):void 0}</div>`,Kh=(e,t,i)=>i?Ui`<${ji("ui5-label",t,i)} id="${Oi(e._id)}-label" class="ui5-busy-indicator-text">${Oi(e.text)}</${ji("ui5-label",t,i)}>`:Ui`<ui5-label id="${Oi(e._id)}-label" class="ui5-busy-indicator-text">${Oi(e.text)}</ui5-label>`,Jh=(e,t,i)=>Ui`<span data-ui5-focus-redirect tabindex="0" @focusin="${e._redirectFocus}"></span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Qh={packageName:"@ui5/webcomponents",fileName:"themes/BusyIndicator.css",content:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5_busy_indicator_color)}:host([size=Small]) .ui5-busy-indicator-root{min-width:1.5rem;min-height:.5rem}:host([size=Small][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size=Small]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size=Medium]) .ui5-busy-indicator-root{min-width:3rem;min-height:1rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size=Medium][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size=Medium]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size=Large]) .ui5-busy-indicator-root{min-width:6rem;min-height:2rem}:host([size=Large][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size=Large]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column}.ui5-busy-indicator-busy-area:focus{outline:var(--_ui5_busy_indicator_focus_outline);outline-offset:-2px;border-radius:var(--_ui5_busy_indicator_focus_border_radius)}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s cubic-bezier(.32,.06,.85,1.11) infinite}.circle-animation-1{animation:grow 1.6s cubic-bezier(.32,.06,.85,1.11) infinite;animation-delay:.2s}.circle-animation-2{animation:grow 1.6s cubic-bezier(.32,.06,.85,1.11) infinite;animation-delay:.4s}.ui5-busy-indicator-text{width:100%;margin-top:.25rem;text-align:center}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}'};const ep={tag:"ui5-busy-indicator",altTag:"ui5-busyindicator",languageAware:!0,slots:{default:{type:Node}},properties:{text:{type:String},size:{type:Gh,defaultValue:Gh.Medium},active:{type:Boolean},delay:{type:dn,defaultValue:1e3},_isBusy:{type:Boolean}}};class tp extends Ht{constructor(){super(),this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0})}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}static get metadata(){return ep}static get styles(){return Qh}static get render(){return Wi}static get template(){return Xh}static get dependencies(){return[Za]}static async onDefine(){tp.i18nBundle=await Qo("@ui5/webcomponents")}get ariaTitle(){return tp.i18nBundle.getText(Wr)}get labelId(){return this.text?`${this._id}-label`:void 0}get classes(){return{root:{"ui5-busy-indicator-root":!0}}}onBeforeRendering(){this.active?this._isBusy||this._busyTimeoutId||(this._busyTimeoutId=setTimeout(()=>{delete this._busyTimeoutId,this._isBusy=!0},Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(e){this._isBusy&&(e.stopImmediatePropagation(),uo(e)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(e){this._isBusy&&e.stopImmediatePropagation()}_redirectFocus(e){this.focusForward||(e.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}}tp.define();const ip=(e,t,i)=>Ui`<div class="${zi(e.classes.root)}" @focusin="${e._onfocusin}" @keydown="${e._onkeydown}"><div class="ui5-list-scroll-container">${e.header.length?op():void 0}${e.shouldRenderH1?rp(e):void 0}${e.hasData?ap(e):void 0}<span id="${Oi(e._id)}-modeLabel" class="ui5-hidden-text">${Oi(e.ariaLabelModeText)}</span><ul id="${Oi(e._id)}-listUl" class="ui5-list-ul" role="${Oi(e.accessibleRole)}" aria-label="${Oi(e.ariaLabelTxt)}" aria-labelledby="${Oi(e.ariaLabelledBy)}"><slot></slot>${e.showNoDataText?np(e):void 0}</ul>${e.growsWithButton?sp(e):void 0}${e.footerText?lp(e):void 0}${e.hasData?_p(e):void 0}<span tabindex="-1" aria-hidden="true" class="ui5-list-end-marker"></span></div>${e.busy?up(e,t,i):void 0}</div> `,op=(e,t,i)=>Ui`<slot name="header" />`,rp=(e,t,i)=>Ui`<header id="${Oi(e.headerID)}" class="ui5-list-header">${Oi(e.headerText)}</header>`,ap=(e,t,i)=>Ui`<div id="${Oi(e._id)}-before" tabindex="0" class="ui5-list-focusarea"></div>`,np=(e,t,i)=>Ui`<li id="${Oi(e._id)}-nodata" class="ui5-list-nodata" tabindex="${Oi(e.noDataTabIndex)}"><div id="${Oi(e._id)}-nodata-text" class="ui5-list-nodata-text">${Oi(e.noDataText)}</div></li>`,sp=(e,t,i)=>Ui`<div growing-button><div tabindex="0" role="button" id="${Oi(e._id)}-growing-btn" aria-labelledby="${Oi(e._id)}-growingButton-text" ?active="${e._loadMoreActive}" @click="${e._onLoadMoreClick}" @keydown="${e._onLoadMoreKeydown}" @keyup="${e._onLoadMoreKeyup}" @mousedown="${e._onLoadMoreMousedown}" @mouseup="${e._onLoadMoreMouseup}" growing-button-inner><span id="${Oi(e._id)}-growingButton-text" growing-button-text>${Oi(e._growingButtonText)}</span></div></div>`,lp=(e,t,i)=>Ui`<footer id="${Oi(e._id)}-footer" class="ui5-list-footer">${Oi(e.footerText)}</footer>`,_p=(e,t,i)=>Ui`<div id="${Oi(e._id)}-after" tabindex="0" class="ui5-list-focusarea"></div>`,up=(e,t,i)=>i?Ui`<div class="ui5-list-busy-row"><${ji("ui5-busy-indicator",t,i)} delay="${Oi(e.busyDelay)}" active size="Medium" class="ui5-list-busy-ind" style="${Ni(e.styles.busyInd)}" data-sap-focus-ref></${ji("ui5-busy-indicator",t,i)}></div>`:Ui`<div class="ui5-list-busy-row"><ui5-busy-indicator delay="${Oi(e.busyDelay)}" active size="Medium" class="ui5-list-busy-ind" style="${Ni(e.styles.busyInd)}" data-sap-focus-ref></ui5-busy-indicator></div>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var dp={packageName:"@ui5/webcomponents",fileName:"themes/List.css",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[growing-button]{display:flex;align-items:center;padding:var(--_ui5_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}[growing-button-inner]{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:var(--_ui5_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5_load_more_border);border-radius:var(--_ui5_load_more_border_radius);box-sizing:border-box}[growing-button-inner]:focus{outline:var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}[growing-button-inner]:hover{background-color:var(--sapList_Hover_Background)}[growing-button-inner]:active,[growing-button-inner][active]{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}[growing-button-inner]:active>*,[growing-button-inner][active]>*{color:var(--sapList_Active_TextColor)}[growing-button-subtext],[growing-button-text]{width:100%;text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}[growing-button-text]{height:var(--_ui5_load_more_text_height);padding:.875rem 1rem 0 1rem;font-size:var(--_ui5_load_more_text_font_size);font-weight:700}[growing-button-subtext]{font-size:var(--sapFontSize);padding:var(--_ui5_load_more_desc_padding)}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators=None]) .ui5-list-nodata{border-bottom:0}:host([busy]){opacity:.72}:host([busy]) .ui5-list-busy-row{position:absolute;left:0;right:0;bottom:0;top:0;outline:none}:host([busy]) .ui5-list-busy-ind{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ui5-list-root{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;height:var(--_ui5_list_no_data_height);font-size:var(--_ui5_list_no_data_font_size);font-family:"72override",var(--sapFontFamily)}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}'};const cp={tag:"ui5-list",managedSlots:!0,fastNavigation:!0,slots:{header:{type:HTMLElement},default:{propertyName:"items",type:HTMLElement}},properties:{headerText:{type:String},footerText:{type:String},indent:{type:Boolean},mode:{type:Uh,defaultValue:Uh.None},noDataText:{type:String},separators:{type:qh,defaultValue:qh.All},growing:{type:Wh,defaultValue:Wh.None},busy:{type:Boolean},busyDelay:{type:dn,defaultValue:1e3},accessibleName:{type:String},accessibleNameRef:{type:String,defaultValue:""},accessibleRole:{type:String,defaultValue:"list"},_inViewport:{type:Boolean},_loadMoreActive:{type:Boolean}},events:{"item-click":{detail:{item:{type:HTMLElement}}},"item-close":{detail:{item:{type:HTMLElement}}},"item-toggle":{detail:{item:{type:HTMLElement}}},"item-delete":{detail:{item:{type:HTMLElement}}},"selection-change":{detail:{selectedItems:{type:Array},previouslySelectedItems:{type:Array},targetItem:{type:HTMLElement},selectionComponentPressed:{type:Boolean}}},"load-more":{}}};class hp extends Ht{static get metadata(){return cp}static get render(){return Wi}static get template(){return ip}static get styles(){return[ys,dp]}static async onDefine(){hp.i18nBundle=await Qo("@ui5/webcomponents")}static get dependencies(){return[tp]}constructor(){super(),this.initItemNavigation(),this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._previouslySelectedItem=null,this.resizeListenerAttached=!1,this.listEndObserved=!1,this.addEventListener("ui5-_press",this.onItemPress.bind(this)),this.addEventListener("ui5-close",this.onItemClose.bind(this)),this.addEventListener("ui5-toggle",this.onItemToggle.bind(this)),this.addEventListener("ui5-_focused",this.onItemFocused.bind(this)),this.addEventListener("ui5-_forward-after",this.onForwardAfter.bind(this)),this.addEventListener("ui5-_forward-before",this.onForwardBefore.bind(this)),this.addEventListener("ui5-_selection-requested",this.onSelectionRequested.bind(this)),this.addEventListener("ui5-_focus-requested",this.focusUploadCollectionItem.bind(this)),this._handleResize=this.checkListInViewport.bind(this),this.initialIntersection=!0}onExitDOM(){this.unobserveListEnd(),this.resizeListenerAttached=!1,un.deregister(this.getDomRef(),this._handleResize)}onBeforeRendering(){this.prepareListItems()}onAfterRendering(){this.growsOnScroll?this.observeListEnd():this.listEndObserved&&this.unobserveListEnd(),this.grows&&(this.checkListInViewport(),this.attachForResize())}attachForResize(){this.resizeListenerAttached||(this.resizeListenerAttached=!0,un.register(this.getDomRef(),this._handleResize))}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get hasData(){return 0!==this.getSlottedNodes("items").length}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.mode===Uh.Delete}get isSingleSelect(){return[Uh.SingleSelect,Uh.SingleSelectBegin,Uh.SingleSelectEnd,Uh.SingleSelectAuto].includes(this.mode)}get isMultiSelect(){return this.mode===Uh.MultiSelect}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const e=[];return(this.isMultiSelect||this.isSingleSelect||this.isDelete)&&e.push(this.modeLabelID),this.shouldRenderH1&&e.push(this.headerID),e.length?e.join(" "):void 0}get ariaLabelTxt(){return Io(this)}get ariaLabelModeText(){return this.isMultiSelect?hp.i18nBundle.getText(_a):this.isSingleSelect?hp.i18nBundle.getText(la):this.isDelete?hp.i18nBundle.getText(ua):void 0}get grows(){return this.growing!==Wh.None}get growsOnScroll(){return this.growing===Wh.Scroll}get growsWithButton(){return this.growing===Wh.Button}get _growingButtonText(){return hp.i18nBundle.getText(ca)}get busyIndPosition(){return this.grows?this._inViewport?"absolute":"sticky":"absolute"}get styles(){return{busyInd:{position:this.busyIndPosition}}}get classes(){return{root:{"ui5-list-root":!0,"ui5-content-native-scrollbars":zn()}}}initItemNavigation(){this._itemNavigation=new Nh(this,{skipItemsSize:10,navigationMode:Ph,getItemsCallback:()=>this.getEnabledItems()})}prepareListItems(){const e=this.getSlottedNodes("items");e.forEach((t,i)=>{const o=i===e.length-1,r=this.separators===qh.All||this.separators===qh.Inner&&!o;t._mode=this.mode,t.hasBorder=r}),this._previouslySelectedItem=null}async observeListEnd(){this.listEndObserved||(await B(),this.getIntersectionObserver().observe(this.listEndDOM),this.listEndObserved=!0)}unobserveListEnd(){this.growingIntersectionObserver&&(this.growingIntersectionObserver.disconnect(),this.growingIntersectionObserver=null,this.listEndObserved=!1)}onInteresection(e){this.initialIntersection?this.initialIntersection=!1:e.forEach(e=>{var t,i;e.isIntersecting&&(t=this.loadMore.bind(this),i=250,clearTimeout(Hh),Hh=setTimeout(()=>{Hh=null,t()},i))})}onSelectionRequested(e){const t=this.getSelectedItems();let i=!1;this._selectionRequested=!0,this[`handle${this.mode}`]&&(i=this[`handle${this.mode}`](e.detail.item,e.detail.selected)),i&&this.fireEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:t,selectionComponentPressed:e.detail.selectionComponentPressed,targetItem:e.detail.item,key:e.detail.key})}handleSingleSelect(e){return!e.selected&&(this.deselectSelectedItems(),e.selected=!0,!0)}handleSingleSelectBegin(e){return this.handleSingleSelect(e)}handleSingleSelectEnd(e){return this.handleSingleSelect(e)}handleSingleSelectAuto(e){return this.handleSingleSelect(e)}handleMultiSelect(e,t){return e.selected=t,!0}handleDelete(e){this.fireEvent("item-delete",{item:e})}deselectSelectedItems(){this.getSelectedItems().forEach(e=>{e.selected=!1})}getSelectedItems(){return this.getSlottedNodes("items").filter(e=>e.selected)}getEnabledItems(){return this.getSlottedNodes("items").filter(e=>!e.disabled)}_onkeydown(e){uo(e)&&this._handleTabNext(e)}_onLoadMoreKeydown(e){Xi(e)&&(e.preventDefault(),this._loadMoreActive=!0),Yi(e)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),uo(e)&&this.focusAfterElement(),co(e)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),e.preventDefault())}_onLoadMoreKeyup(e){Xi(e)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}checkListInViewport(){this._inViewport=(e=>{const t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)})(this.getDomRef())}loadMore(){this.fireEvent("load-more")}_handleTabNext(e){let t;const i=this.getNormalizedTarget(e.target);this.headerToolbar&&(t=this.getHeaderToolbarLastTabbableElement()),t&&t===i&&(this.getFirstItem(e=>e.selected&&!e.disabled)?this.focusFirstSelectedItem():this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),e.stopImmediatePropagation(),e.preventDefault())}_onfocusin(e){const t=this.getNormalizedTarget(e.target);if(this.isForwardElement(t)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(t)?this.focusGrowingButton():this.focusFirstItem(),void e.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(t))return this.focusGrowingButton(),void e.stopImmediatePropagation();this.focusPreviouslyFocusedItem(),e.stopImmediatePropagation()}this.setForwardingFocus(!1)}else e.stopImmediatePropagation()}isForwardElement(e){const t=e.id,i=this.getBeforeElement();return!!(this._id===t||i&&i.id===t)||this.isForwardAfterElement(e)}isForwardAfterElement(e){const t=e.id,i=this.getAfterElement();return i&&i.id===t}onItemFocused(e){const t=e.target;e.stopPropagation(),this._itemNavigation.setCurrentItem(t),this.fireEvent("item-focused",{item:t}),this.mode===Uh.SingleSelectAuto&&this.onSelectionRequested({detail:{item:t,selectionComponentPressed:!1,selected:!0,key:e.detail.key}})}onItemPress(e){const t=e.detail.item;this.fireEvent("item-click",{item:t},!0)&&(this._selectionRequested||this.mode===Uh.Delete||(this._selectionRequested=!0,this.onSelectionRequested({detail:{item:t,selectionComponentPressed:!1,selected:!t.selected,key:e.detail.key}})),this._selectionRequested=!1)}onItemClose(e){this.fireEvent("item-close",{item:e.detail.item})}onItemToggle(e){this.fireEvent("item-toggle",{item:e.detail.item})}onForwardBefore(e){this.setPreviouslyFocusedItem(e.target),this.focusBeforeElement(),e.stopPropagation()}onForwardAfter(e){this.setPreviouslyFocusedItem(e.target),this.growsWithButton?(this.focusGrowingButton(),e.preventDefault()):this.focusAfterElement(),e.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const e=this.getGrowingButton();e&&e.focus()}getGrowingButton(){return this.shadowRoot.querySelector(`#${this._id}-growing-btn`)}focusFirstItem(){const e=this.getFirstItem(e=>!e.disabled);e&&e.focus()}focusPreviouslyFocusedItem(){const e=this.getPreviouslyFocusedItem();e&&e.focus()}focusFirstSelectedItem(){const e=this.getFirstItem(e=>e.selected&&!e.disabled);e&&e.focus()}focusItem(e){this._itemNavigation.setCurrentItem(e),e.focus()}focusUploadCollectionItem(e){setTimeout(()=>{this.setPreviouslyFocusedItem(e.target),this.focusPreviouslyFocusedItem()},0)}setForwardingFocus(e){this._forwardingFocus=e}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(e){this._previouslyFocusedItem=e}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(e){const t=this.getSlottedNodes("items");let i=null;if(!e)return!!t.length&&t[0];for(let o=0;o<t.length;o++)if(e(t[o])){i=t[o];break}return i}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`#${this._id}-after`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`#${this._id}-before`)),this._beforeElement}getHeaderToolbarLastTabbableElement(){return(e=>{const t=Oh(e.children);return t.length?t[t.length-1]:null})(this.headerToolbar.getDomRef())||this.headerToolbar.getDomRef()}getNormalizedTarget(e){let t=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(t=e.shadowRoot.activeElement),t}getIntersectionObserver(){return this.growingIntersectionObserver||(this.growingIntersectionObserver=new IntersectionObserver(this.onInteresection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this.growingIntersectionObserver}}hp.define();const pp="M501.5 88q8 7 8 19 0 10-8 18l-373 379q-5 4-9 6t-10 2h-80q-12 0-19.5-7.5T2.5 485v-80q0-10 8-18l374-379q8-8 18-8 11 0 19 8zm-136 99l-43-43-256 261 43 43zm80-80l-43-43-42 43 42 42z";Fr("edit",{pathData:pp,ltr:!1,collection:"SAP-icons-v5",packageName:"@ui5/webcomponents-icons"});const gp="M475 104q5 7 5 12 0 6-5 11L150 453q-4 4-8 4L32 480l22-110q0-5 4-9L384 36q4-4 11-4t11 4zm-121 99l-46-45L84 381l46 46zm87-88l-46-44-64 64 45 45z";Fr("edit",{pathData:gp,ltr:!1,collection:"SAP-icons",packageName:"@ui5/webcomponents-icons"});xe("sap_horizon");const mp={Inactive:"Inactive",Active:"Active",Detail:"Detail"};class vp extends Re{static isValid(e){return!!mp[e]}}vp.generateTypeAccessors(mp),se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var fp={packageName:"@ui5/webcomponents",fileName:"themes/ListItemBase.css",content:':host(:not([hidden])){display:block}:host{height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);box-sizing:border-box;border-bottom:1px solid transparent}:host([selected]){background:var(--sapList_SelectionBackgroundColor)}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([selected]){border-bottom:var(--ui5-listitem-selected-border-bottom)}:host(:not([focused])[selected][has-border]){border-bottom:var(--ui5-listitem-selected-border-bottom)}:host([focused][selected]){border-bottom:var(--ui5-listitem-focused-selected-border-bottom)}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:0 1rem 0 1rem;box-sizing:border-box}:host([focused]) .ui5-li-root.ui5-li--focusable{outline:none}:host([focused]) .ui5-li-root.ui5-li--focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:.125rem;right:.125rem;bottom:.125rem;left:.125rem;pointer-events:none}:host([focused]) .ui5-li-content:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([active][focused]) .ui5-li-root.ui5-li--focusable:after{border-color:var(--ui5-listitem-active-border-color)}:host([disabled]){opacity:var(--_ui5-listitembase_disabled_opacity);pointer-events:none}.ui5-li-content{max-width:100%;font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor)}'};const bp={properties:{selected:{type:Boolean},hasBorder:{type:Boolean},_tabIndex:{type:String,defaultValue:"-1",noAttribute:!0},disabled:{type:Boolean},focused:{type:Boolean}},events:{_focused:{},"_forward-after":{},"_forward-before":{}}};class yp extends Ht{static get metadata(){return bp}static get render(){return Wi}static get styles(){return fp}_onfocusin(e){e.target===this.getFocusDomRef()&&(this.focused=!0,this.fireEvent("_focused",e))}_onfocusout(e){this.focused=!1}_onkeydown(e){return uo(e)?this._handleTabNext(e):co(e)?this._handleTabPrevious(e):void 0}_onkeyup(){}_handleTabNext(e){const t=e.target;this.shouldForwardTabAfter(t)&&(this.fireEvent("_forward-after",{item:t},!0)||e.preventDefault())}_handleTabPrevious(e){const t=e.target;if(this.shouldForwardTabBefore(t)){const i=e;i.item=t,this.fireEvent("_forward-before",i)}}shouldForwardTabAfter(e){const t=(i=this.getDomRef(),Oh(i.children));var i;return e.getFocusDomRef&&(e=e.getFocusDomRef()),!t.length||t[t.length-1]===e}shouldForwardTabBefore(e){return this.getDomRef()===e}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":!this.disabled}}}get ariaDisabled(){return this.disabled?"true":void 0}get tabIndex(){return this.disabled?-1:this.selected?0:this._tabIndex}}se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var wp={packageName:"@ui5/webcomponents",fileName:"themes/ListItem.css",content:".ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([actionable]:not([disabled])){cursor:pointer}:host([selected][actionable]:not([active]):hover){background:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]),:host([selected][active][actionable]){background:var(--sapList_Active_Background)}:host([actionable]:not([active]):not([selected]):hover){background:var(--sapList_Hover_Background)}:host([active][actionable]) .ui5-li-root.ui5-li--focusable .ui5-li-content:focus,:host([active][actionable]) .ui5-li-root.ui5-li--focusable:focus{outline-color:var(--sapContent_ContrastFocusColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-title{color:var(--sapList_Active_TextColor)}:host([additional-text-state=Warning]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state=Success]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state=Error]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state=Information]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}:host([description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.375rem}.ui5-li-text-wrapper{display:flex;flex-direction:column;flex:auto;min-width:1px;line-height:normal}:host([description]) .ui5-li-text-wrapper{height:100%;justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-title{color:var(--sapTextColor);font-size:var(--_ui5_list_item_title_size)}.ui5-li-additional-text,.ui5-li-desc,:host(:not([wrapping-type=Normal])) .ui5-li-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type=Normal]){height:auto}:host([wrapping-type=Normal]) .ui5-li-content{margin:var(--_ui5_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}.ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:.875rem;min-width:3.75rem;text-align:end;max-width:40%}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-img{width:var(--_ui5_list_item_img_size);min-width:var(--_ui5_list_item_img_size);height:var(--_ui5_list_item_img_size);min-height:var(--_ui5_list_item_img_size);margin-top:var(--_ui5_list_item_img_top_margin);margin-bottom:var(--_ui5_list_item_img_bottom_margin);margin-inline-end:var(--_ui5_list_item_img_hn_margin);border-radius:.25rem}.ui5-li-img-inner{object-fit:contain}.ui5-li-icon{min-width:var(--_ui5_list_item_icon_size);min-height:var(--_ui5_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5_list_item_icon_padding-inline-end)}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden}.ui5-li-deletebtn,.ui5-li-detailbtn{display:flex;align-items:center;margin-left:var(--_ui5_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5_list_item_selection_btn_margin_top)}:host([_mode=SingleSelectBegin]) .ui5-li-root{padding-inline:0 1rem}:host([_mode=MultiSelect]) .ui5-li-root{padding-inline:0 1rem}:host([_mode=SingleSelectEnd]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5_list_item_cb_margin_right)}"};const kp={languageAware:!0,properties:{type:{type:vp,defaultValue:vp.Active},active:{type:Boolean},title:{type:String},actionable:{type:Boolean},role:{type:String,defaultValue:"listitem"},accessibleRole:{type:String},_mode:{type:Uh,defaultValue:Uh.None},_ariaHasPopup:{type:String,noAttribute:!0}},events:{"detail-click":{},_press:{},_focused:{},"_selection-requested":{}}};class xp extends yp{static get metadata(){return kp}static get styles(){return[yp.styles,wp]}static get dependencies(){return[Ha,dh,nn]}constructor(){super(),this.deactivateByKey=e=>{Yi(e)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)};this._ontouchstart={handleEvent:e=>{this._onmousedown(e)},passive:!0}}onBeforeRendering(...e){this.actionable=this.type===vp.Active&&this._mode!==Uh.Delete}onEnterDOM(){document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(e){super._onkeydown(e);const t=this.type===vp.Active;Xi(e)&&e.preventDefault(),(Xi(e)||Yi(e))&&t&&this.activate(),Yi(e)&&this.fireItemPress(e)}_onkeyup(e){(Xi(e)||Yi(e))&&this.deactivate(),Xi(e)&&this.fireItemPress(e),this.modeDelete&&po(e)&&this.onDelete()}_onmousedown(e){"button"!==e.isMarked&&this.activate()}_onmouseup(e){"button"!==e.isMarked&&this.deactivate()}_ontouchend(e){this._onmouseup(e)}_onfocusout(){super._onfocusout(),this.deactivate()}_onclick(e){"button"!==e.isMarked&&this.fireItemPress(e)}onMultiSelectionComponentPress(e){this.isInactive||this.fireEvent("_selection-requested",{item:this,selected:e.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(e){this.isInactive||this.fireEvent("_selection-requested",{item:this,selected:!e.target.selected,selectionComponentPressed:!0})}activate(){this.type===vp.Active&&(this.active=!0)}onDelete(e){this.fireEvent("_selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(e){this.fireEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(e){this.isInactive||this.fireEvent("_press",{item:this,selected:this.selected,key:e.key})}get isInactive(){return this.type===vp.Inactive||this.type===vp.Detail}get placeSelectionElementBefore(){return this._mode===Uh.MultiSelect||this._mode===Uh.SingleSelectBegin}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._mode===Uh.SingleSelectEnd||this._mode===Uh.Delete)}get modeSingleSelect(){return[Uh.SingleSelectBegin,Uh.SingleSelectEnd,Uh.SingleSelect].includes(this._mode)}get modeMultiSelect(){return this._mode===Uh.MultiSelect}get modeDelete(){return this._mode===Uh.Delete}get renderDeleteButton(){return this.modeDelete}get disableDeleteButton(){return!1}get typeDetail(){return this.type===vp.Detail}get typeActive(){return this.type===vp.Active}get ariaSelected(){if(this.modeMultiSelect||this.modeSingleSelect)return this.selected}get ariaSelectedText(){let e;return void 0!==this.ariaSelected&&(e=this.ariaSelected?xp.i18nBundle.getText(ra):xp.i18nBundle.getText(aa)),e}get deleteText(){return xp.i18nBundle.getText(Zr)}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get _accInfo(){return{role:this.accessibleRole||this.role,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:xp.i18nBundle.getText(na),ariaLabelRadioButton:xp.i18nBundle.getText(sa),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:this._ariaHasPopup||void 0}}static async onDefine(){xp.i18nBundle=await Qo("@ui5/webcomponents")}}const Cp=(e,t,i)=>Ui`<div class="ui5-avatar-root" tabindex="${Oi(e.tabindex)}" data-sap-focus-ref @keyup=${e._onkeyup} @keydown=${e._onkeydown} @focusout=${e._onfocusout} @focusin=${e._onfocusin} @click=${e._onclick} role="${Oi(e._role)}" aria-haspopup="${Oi(e._ariaHasPopup)}">${e.hasImage?Sp():Tp(e,t,i)}<slot name="badge"></slot></div>`,Sp=(e,t,i)=>Ui`<slot></slot>`,Tp=(e,t,i)=>Ui`${e.icon?Bp(e,t,i):$p(e)}`,Bp=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} class="ui5-avatar-icon" name="${Oi(e.icon)}" accessible-name="${Oi(e.accessibleNameText)}"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon class="ui5-avatar-icon" name="${Oi(e.icon)}" accessible-name="${Oi(e.accessibleNameText)}"></ui5-icon>`,$p=(e,t,i)=>Ui`${e.initials?Ip(e):void 0}`,Ip=(e,t,i)=>Ui`<span class="ui5-avatar-initials">${Oi(e.validInitials)}</span>`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Dp={packageName:"@ui5/webcomponents",fileName:"themes/Avatar.css",content:':host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([focused]){outline:var(--_ui5_avatar_outline);outline-offset:var(--_ui5_avatar_focus_offset)}:host([interactive]){cursor:pointer}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-avatar-initials-border);outline:none;color:var(--ui5-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%}:host([_size=XS]),:host([size=XS]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5_avatar_fontsize_XS)}:host([_size=S]),:host([size=S]){min-height:3rem;min-width:3rem;font-size:var(--_ui5_avatar_fontsize_S)}:host([_size=M]),:host([size=M]){min-height:4rem;min-width:4rem;font-size:var(--_ui5_avatar_fontsize_M)}:host([_size=L]),:host([size=L]){min-height:5rem;min-width:5rem;font-size:var(--_ui5_avatar_fontsize_L)}:host([_size=XL]),:host([size=XL]){min-height:7rem;min-width:7rem;font-size:var(--_ui5_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5_avatar_fontsize_S);width:var(--_ui5_avatar_fontsize_S);color:inherit}:host([_size=XS]) .ui5-avatar-icon,:host([size=XS]) .ui5-avatar-icon{height:var(--_ui5_avatar_icon_XS);width:var(--_ui5_avatar_icon_XS)}:host([_size=S]) .ui5-avatar-icon,:host([size=S]) .ui5-avatar-icon{height:var(--_ui5_avatar_icon_S);width:var(--_ui5_avatar_icon_S)}:host([_size=M]) .ui5-avatar-icon,:host([size=M]) .ui5-avatar-icon{height:var(--_ui5_avatar_icon_M);width:var(--_ui5_avatar_icon_M)}:host([_size=L]) .ui5-avatar-icon,:host([size=L]) .ui5-avatar-icon{height:var(--_ui5_avatar_icon_L);width:var(--_ui5_avatar_icon_L)}:host([_size=XL]) .ui5-avatar-icon,:host([size=XL]) .ui5-avatar-icon{height:var(--_ui5_avatar_icon_XL);width:var(--_ui5_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=Square]),:host([shape=Square]) ::slotted(*){border-radius:var(--ui5-avatar-border-radius)}:host(:not([_has-image])),:host(:not([color-scheme])),:host([_color-scheme=Accent6]),:host([color-scheme=Accent6]){background-color:var(--ui5-avatar-accent6);color:var(--ui5-avatar-accent6-color);border-color:var(--ui5-avatar-accent6-border-color)}:host([_color-scheme=Accent1]),:host([color-scheme=Accent1]){background-color:var(--ui5-avatar-accent1);color:var(--ui5-avatar-accent1-color);border-color:var(--ui5-avatar-accent1-border-color)}:host([_color-scheme=Accent2]),:host([color-scheme=Accent2]){background-color:var(--ui5-avatar-accent2);color:var(--ui5-avatar-accent2-color);border-color:var(--ui5-avatar-accent2-border-color)}:host([_color-scheme=Accent3]),:host([color-scheme=Accent3]){background-color:var(--ui5-avatar-accent3);color:var(--ui5-avatar-accent3-color);border-color:var(--ui5-avatar-accent3-border-color)}:host([_color-scheme=Accent4]),:host([color-scheme=Accent4]){background-color:var(--ui5-avatar-accent4);color:var(--ui5-avatar-accent4-color);border-color:var(--ui5-avatar-accent4-border-color)}:host([_color-scheme=Accent5]),:host([color-scheme=Accent5]){background-color:var(--ui5-avatar-accent5);color:var(--ui5-avatar-accent5-color);border-color:var(--ui5-avatar-accent5-border-color)}:host([_color-scheme=Accent7]),:host([color-scheme=Accent7]){background-color:var(--ui5-avatar-accent7);color:var(--ui5-avatar-accent7-color);border-color:var(--ui5-avatar-accent7-border-color)}:host([_color-scheme=Accent8]),:host([color-scheme=Accent8]){background-color:var(--ui5-avatar-accent8);color:var(--ui5-avatar-accent8-color);border-color:var(--ui5-avatar-accent8-border-color)}:host([_color-scheme=Accent9]),:host([color-scheme=Accent9]){background-color:var(--ui5-avatar-accent9);color:var(--ui5-avatar-accent9-color);border-color:var(--ui5-avatar-accent9-border-color)}:host([_color-scheme=Accent10]),:host([color-scheme=Accent10]){background-color:var(--ui5-avatar-accent10);color:var(--ui5-avatar-accent10-color);border-color:var(--ui5-avatar-accent10-border-color)}:host([_color-scheme=Placeholder]),:host([color-scheme=Placeholder]){background-color:var(--ui5-avatar-placeholder);color:var(--ui5-avatar-placeholder-color);border-color:var(--ui5-avatar-placeholder-border-color)}:host([_has-image]){background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}::slotted([slot=badge]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;background:var(--sapButton_Emphasized_Background);border:var(--sapButton_Emphasized_Background);border-radius:1rem;color:var(--sapContent_BadgeTextColor);justify-content:center;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}::slotted([ui5-badge][slot=badge]){padding:.1875rem}:host([_size=L]) ::slotted([slot=badge]),:host([size=L]) ::slotted([slot=badge]){width:1.25rem;height:1.25rem}:host([_size=XL]) ::slotted([slot=badge]),:host([size=XL]) ::slotted([slot=badge]){padding:.375rem;width:1.75rem;height:1.75rem}:host([shape=Square]) ::slotted([slot=badge]){bottom:-.125rem;right:-.125rem}:host([_size=L][shape=Square]) ::slotted([slot=badge]),:host([size=L][shape=Square]) ::slotted([slot=badge]){bottom:-.1875rem;right:-.1875rem}:host([_size=XL][shape=Square]) ::slotted([slot=badge]),:host([size=XL][shape=Square]) ::slotted([slot=badge]){bottom:-.25rem;right:-.25rem}'};const Ap={XS:"XS",S:"S",M:"M",L:"L",XL:"XL"};class Fp extends Re{static isValid(e){return!!Ap[e]}}Fp.generateTypeAccessors(Ap);const Ep={Circle:"Circle",Square:"Square"};class Pp extends Re{static isValid(e){return!!Ep[e]}}Pp.generateTypeAccessors(Ep);const Mp={Accent1:"Accent1",Accent2:"Accent2",Accent3:"Accent3",Accent4:"Accent4",Accent5:"Accent5",Accent6:"Accent6",Accent7:"Accent7",Accent8:"Accent8",Accent9:"Accent9",Accent10:"Accent10",Placeholder:"Placeholder"};class Lp extends Re{static isValid(e){return!!Mp[e]}}Lp.generateTypeAccessors(Mp);const zp={tag:"ui5-avatar",languageAware:!0,managedSlots:!0,properties:{interactive:{type:Boolean},focused:{type:Boolean},icon:{type:String},initials:{type:String},shape:{type:Pp,defaultValue:Pp.Circle},size:{type:Fp,defaultValue:Fp.S},_size:{type:String,defaultValue:Fp.S},colorScheme:{type:Lp,defaultValue:Lp.Accent6},_colorScheme:{type:String,defaultValue:Lp.Accent6},accessibleName:{type:String},ariaHaspopup:{type:String},_tabIndex:{type:String,noAttribute:!0},_hasImage:{type:Boolean}},slots:{default:{propertyName:"image",type:HTMLElement},badge:{type:HTMLElement}},events:{click:{}}};class Np extends Ht{static get metadata(){return zp}static get render(){return Wi}static get styles(){return Dp}static get template(){return Cp}static get dependencies(){return[Ur]}static async onDefine(){Np.i18nBundle=await Qo("@ui5/webcomponents")}get tabindex(){return this._tabIndex||(this.interactive?"0":"-1")}get _effectiveSize(){return this.getAttribute("size")||this._size}get _effectiveBackgroundColor(){return this.getAttribute("_color-scheme")||this._colorScheme}get _role(){return this.interactive?"button":void 0}get _ariaHasPopup(){return this._getAriaHasPopup()}get validInitials(){return this.initials&&/^[a-zA-Z]{1,2}$/.test(this.initials)?this.initials:null}get accessibleNameText(){return this.accessibleName?this.accessibleName:Np.i18nBundle.getText(Vr)||void 0}get hasImage(){return this._hasImage=!!this.image.length,this._hasImage}onBeforeRendering(){this._onclick=this.interactive?this._onClickHandler.bind(this):void 0}_onClickHandler(e){e.stopPropagation(),this.fireEvent("click")}_onkeydown(e){this.interactive&&(Yi(e)&&this.fireEvent("click"),Xi(e)&&e.preventDefault())}_onkeyup(e){this.interactive&&!e.shiftKey&&Xi(e)&&this.fireEvent("click")}_onfocusout(){this.focused=!1}_onfocusin(){this.interactive&&(this.focused=!0)}_getAriaHasPopup(){if(this.interactive&&""!==this.ariaHaspopup)return this.ariaHaspopup}}Np.define();const Op=(e,t,i)=>Ui`<li part="native-li" tabindex="${Oi(e.tabIndex)}" class="${zi(e.classes.main)}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}" @keyup="${e._onkeyup}" @keydown="${e._onkeydown}" @mouseup="${e._onmouseup}" @mousedown="${e._onmousedown}" @touchstart="${e._ontouchstart}" @touchend="${e._ontouchend}" @click="${e._onclick}" role="${Oi(e._accInfo.role)}" aria-expanded="${Oi(e._accInfo.ariaExpanded)}" title="${Oi(e.title)}" aria-level="${Oi(e._accInfo.ariaLevel)}" aria-haspopup="${Oi(e._accInfo.ariaHaspopup)}" aria-posinset="${Oi(e._accInfo.posinset)}" aria-setsize="${Oi(e._accInfo.setsize)}" aria-describedby="${Oi(e._id)}-invisibleText-describedby" aria-labelledby="${Oi(e._accessibleNameRef)}" aria-disabled="${Oi(e.ariaDisabled)}">${e.placeSelectionElementBefore?Hp(e,t,i):void 0}<div id="${Oi(e._id)}-content" class="ui5-li-content">${e.displayImage?Wp(e,t,i):void 0}${e.displayIconBegin?jp(e,t,i):void 0}<div class="ui5-li-text-wrapper"><span part="title" class="ui5-li-title"><slot></slot></span>${e.description?qp(e):void 0}${e.typeActive?void 0:Gp(e)}</div>${e.description?void 0:Xp(e)}</div>${e.displayIconEnd?Kp(e,t,i):void 0}${e.typeDetail?Jp(e,t,i):void 0}${e.placeSelectionElementAfter?Qp(e,t,i):void 0}<span id="${Oi(e._id)}-invisibleText" class="ui5-hidden-text">${Oi(e._accInfo.listItemAriaLabel)}${Oi(e.accessibleName)}</span><span id="${Oi(e._id)}-invisibleText-describedby" class="ui5-hidden-text">${Oi(e._accInfo.ariaSelectedText)}</span></li> `,Hp=(e,t,i)=>Ui`${e.modeSingleSelect?Rp(e,t,i):void 0}${e.modeMultiSelect?Up(e,t,i):void 0}${e.renderDeleteButton?Vp(e,t,i):void 0}`,Rp=(e,t,i)=>i?Ui`<${ji("ui5-radio-button",t,i)} ?disabled="${e.isInactive}" accessible-name="${Oi(e._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${Oi(e._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${e.selected}" @click="${e.onSingleSelectionComponentPress}"></${ji("ui5-radio-button",t,i)}>`:Ui`<ui5-radio-button ?disabled="${e.isInactive}" accessible-name="${Oi(e._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${Oi(e._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${e.selected}" @click="${e.onSingleSelectionComponentPress}"></ui5-radio-button>`,Up=(e,t,i)=>i?Ui`<${ji("ui5-checkbox",t,i)} ?disabled="${e.isInactive}" ?indeterminate=${e.indeterminate} tabindex="-1" id="${Oi(e._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${e.selected}" accessible-name="${Oi(e._accInfo.ariaLabel)}" @click="${e.onMultiSelectionComponentPress}"></${ji("ui5-checkbox",t,i)}>`:Ui`<ui5-checkbox ?disabled="${e.isInactive}" ?indeterminate=${e.indeterminate} tabindex="-1" id="${Oi(e._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${e.selected}" accessible-name="${Oi(e._accInfo.ariaLabel)}" @click="${e.onMultiSelectionComponentPress}"></ui5-checkbox>`,Vp=(e,t,i)=>i?Ui`<div class="ui5-li-deletebtn"><${ji("ui5-button",t,i)} tabindex="-1" data-sap-no-tab-ref id="${Oi(e._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${e.disableDeleteButton}" @click="${e.onDelete}" tooltip="${Oi(e.deleteText)}"></${ji("ui5-button",t,i)}></div>`:Ui`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${Oi(e._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${e.disableDeleteButton}" @click="${e.onDelete}" tooltip="${Oi(e.deleteText)}"></ui5-button></div>`,Wp=(e,t,i)=>i?Ui`<${ji("ui5-avatar",t,i)} shape="Square" class="ui5-li-img"><img src="${Oi(e.image)}" class="ui5-li-img-inner" /></${ji("ui5-avatar",t,i)}>`:Ui`<ui5-avatar shape="Square" class="ui5-li-img"><img src="${Oi(e.image)}" class="ui5-li-img-inner" /></ui5-avatar>`,jp=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} part="icon" name="${Oi(e.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon part="icon" name="${Oi(e.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`,qp=(e,t,i)=>Ui`<div class="ui5-li-description-info-wrapper"><span part="description" class="ui5-li-desc">${Oi(e.description)}</span>${e.additionalText?Yp(e):void 0}</div>`,Yp=(e,t,i)=>Ui`<span part="additional-text" class="ui5-li-additional-text">${Oi(e.additionalText)}</span>`,Gp=(e,t,i)=>Ui`<span class="ui5-hidden-text">${Oi(e.type)}</span>`,Xp=(e,t,i)=>Ui`${e.additionalText?Zp(e):void 0}`,Zp=(e,t,i)=>Ui`<span part="additional-text" class="ui5-li-additional-text">${Oi(e.additionalText)}</span>`,Kp=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} part="icon" name="${Oi(e.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon part="icon" name="${Oi(e.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`,Jp=(e,t,i)=>i?Ui`<div class="ui5-li-detailbtn"><${ji("ui5-button",t,i)} design="Transparent" icon="edit" @click="${e.onDetailClick}"></${ji("ui5-button",t,i)}></div>`:Ui`<div class="ui5-li-detailbtn"><ui5-button design="Transparent" icon="edit" @click="${e.onDetailClick}"></ui5-button></div>`,Qp=(e,t,i)=>Ui`${e.modeSingleSelect?eg(e,t,i):void 0}${e.modeMultiSelect?tg(e,t,i):void 0}${e.renderDeleteButton?ig(e,t,i):void 0}`,eg=(e,t,i)=>i?Ui`<${ji("ui5-radio-button",t,i)} ?disabled="${e.isInactive}" accessible-name="${Oi(e._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${Oi(e._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${e.selected}" @click="${e.onSingleSelectionComponentPress}"></${ji("ui5-radio-button",t,i)}>`:Ui`<ui5-radio-button ?disabled="${e.isInactive}" accessible-name="${Oi(e._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${Oi(e._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${e.selected}" @click="${e.onSingleSelectionComponentPress}"></ui5-radio-button>`,tg=(e,t,i)=>i?Ui`<${ji("ui5-checkbox",t,i)} ?disabled="${e.isInactive}" ?indeterminate=${e.indeterminate} tabindex="-1" id="${Oi(e._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${e.selected}" accessible-name="${Oi(e._accInfo.ariaLabel)}" @click="${e.onMultiSelectionComponentPress}"></${ji("ui5-checkbox",t,i)}>`:Ui`<ui5-checkbox ?disabled="${e.isInactive}" ?indeterminate=${e.indeterminate} tabindex="-1" id="${Oi(e._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${e.selected}" accessible-name="${Oi(e._accInfo.ariaLabel)}" @click="${e.onMultiSelectionComponentPress}"></ui5-checkbox>`,ig=(e,t,i)=>i?Ui`<div class="ui5-li-deletebtn"><${ji("ui5-button",t,i)} tabindex="-1" data-sap-no-tab-ref id="${Oi(e._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${e.disableDeleteButton}" @click="${e.onDelete}" tooltip="${Oi(e.deleteText)}"></${ji("ui5-button",t,i)}></div>`:Ui`<div class="ui5-li-deletebtn"><ui5-button tabindex="-1" data-sap-no-tab-ref id="${Oi(e._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${e.disableDeleteButton}" @click="${e.onDelete}" tooltip="${Oi(e.deleteText)}"></ui5-button></div>`,og={tag:"ui5-li",properties:{description:{type:String},icon:{type:String},iconEnd:{type:Boolean},image:{type:String},additionalText:{type:String},additionalTextState:{type:Ua,defaultValue:Ua.None},accessibleName:{type:String},wrappingType:{type:qa,defaultValue:qa.None},hasTitle:{type:Boolean}},slots:{default:{type:Node}}};class rg extends xp{static get template(){return Op}static get metadata(){return og}onBeforeRendering(...e){super.onBeforeRendering(...e),this.hasTitle=!!this.textContent}get displayImage(){return!!this.image}get displayIconBegin(){return this.icon&&!this.iconEnd}get displayIconEnd(){return this.icon&&this.iconEnd}static get dependencies(){return[...xp.dependencies,Ur,Np]}}rg.define();const ag=(e,t,i)=>i?Ui`<div class="ui5-select-root ui5-input-focusable-element" id="${Oi(e._id)}-select" @click="${e._onclick}">${e.selectedOptionIcon?ng(e,t,i):void 0}<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${Oi(e.tabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${Oi(e.ariaLabelText)}" aria-describedby="${Oi(e.valueStateTextId)}" aria-disabled="${Oi(e.isDisabled)}" aria-required="${Oi(e.required)}" aria-expanded="${Oi(e._isPickerOpen)}" aria-roledescription="${Oi(e._ariaRoleDescription)}" @keydown="${e._onkeydown}" @keypress="${e._handleKeyboardNavigation}" @keyup="${e._onkeyup}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${Oi(e._text)}</div><${ji("ui5-icon",t,i)} name="slim-arrow-down" input-icon ?pressed="${e._iconPressed}"></${ji("ui5-icon",t,i)}>${e.hasValueState?sg(e):void 0}<slot name="formSupport"></slot></div>`:Ui`<div class="ui5-select-root ui5-input-focusable-element" id="${Oi(e._id)}-select" @click="${e._onclick}">${e.selectedOptionIcon?ng(e,t,i):void 0}<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${Oi(e.tabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${Oi(e.ariaLabelText)}" aria-describedby="${Oi(e.valueStateTextId)}" aria-disabled="${Oi(e.isDisabled)}" aria-required="${Oi(e.required)}" aria-expanded="${Oi(e._isPickerOpen)}" aria-roledescription="${Oi(e._ariaRoleDescription)}" @keydown="${e._onkeydown}" @keypress="${e._handleKeyboardNavigation}" @keyup="${e._onkeyup}" @focusin="${e._onfocusin}" @focusout="${e._onfocusout}">${Oi(e._text)}</div><ui5-icon name="slim-arrow-down" input-icon ?pressed="${e._iconPressed}"></ui5-icon>${e.hasValueState?sg(e):void 0}<slot name="formSupport"></slot></div>`,ng=(e,t,i)=>i?Ui`<${ji("ui5-icon",t,i)} aria-hidden="true" class="ui5-select-option-icon" name="${Oi(e.selectedOptionIcon)}"></${ji("ui5-icon",t,i)}>`:Ui`<ui5-icon aria-hidden="true" class="ui5-select-option-icon" name="${Oi(e.selectedOptionIcon)}"></ui5-icon>`,sg=(e,t,i)=>Ui`<span id="${Oi(e._id)}-valueStateDesc" class="ui5-hidden-text">${Oi(e.valueStateText)}</span>`,lg=(e,t,i)=>Ui`${e.options?_g(e,t,i):void 0}${e.shouldOpenValueStateMessagePopover?wg(e,t,i):void 0}`,_g=(e,t,i)=>i?Ui`<${ji("ui5-responsive-popover",t,i)} hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${zi(e.classes.popover)}" horizontal-align="Left" @ui5-after-open="${Oi(e._afterOpen)}" @ui5-before-open="${Oi(e._beforeOpen)}" @ui5-after-close="${Oi(e._afterClose)}" @keydown="${e._onkeydown}" style=${Ni(e.styles.responsivePopover)}>${e._isPhone?ug(e,t,i):void 0}${e._isPhone?void 0:gg(e,t,i)}<${ji("ui5-list",t,i)} mode="SingleSelectAuto" separators="None" @mousedown="${e._itemMousedown}" @ui5-selection-change="${Oi(e._handleItemPress)}">${Li(e._syncedOptions,(e,t)=>e._id||t,(o,r)=>yg(o,r,e,t,i))}</${ji("ui5-list",t,i)}></${ji("ui5-responsive-popover",t,i)}>`:Ui`<ui5-responsive-popover hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${zi(e.classes.popover)}" horizontal-align="Left" @ui5-after-open="${Oi(e._afterOpen)}" @ui5-before-open="${Oi(e._beforeOpen)}" @ui5-after-close="${Oi(e._afterClose)}" @keydown="${e._onkeydown}" style=${Ni(e.styles.responsivePopover)}>${e._isPhone?ug(e,t,i):void 0}${e._isPhone?void 0:gg(e,t,i)}<ui5-list mode="SingleSelectAuto" separators="None" @mousedown="${e._itemMousedown}" @ui5-selection-change="${Oi(e._handleItemPress)}">${Li(e._syncedOptions,(e,t)=>e._id||t,(o,r)=>yg(o,r,e,t,i))}</ui5-list></ui5-responsive-popover>`,ug=(e,t,i)=>i?Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><${ji("ui5-button",t,i)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e._toggleRespPopover}"></${ji("ui5-button",t,i)}></div>${e.hasValueStateText?dg(e):void 0}</div>`:Ui`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${Oi(e._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${e._toggleRespPopover}"></ui5-button></div>${e.hasValueStateText?dg(e):void 0}</div>`,dg=(e,t,i)=>Ui`<div class="${zi(e.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${e.shouldDisplayDefaultValueStateMessage?cg(e):hg(e)}</div>`,cg=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,hg=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>pg(e))}`,pg=(e,t,i,o,r)=>Ui`${Oi(e)}`,gg=(e,t,i)=>Ui`${e.hasValueStateText?mg(e,t,i):void 0}`,mg=(e,t,i)=>i?Ui`<div slot="header" class="${zi(e.classes.popoverValueState)}" style=${Ni(e.styles.responsivePopoverHeader)}><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></${ji("ui5-icon",t,i)}>${e.shouldDisplayDefaultValueStateMessage?vg(e):fg(e)}</div>`:Ui`<div slot="header" class="${zi(e.classes.popoverValueState)}" style=${Ni(e.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></ui5-icon>${e.shouldDisplayDefaultValueStateMessage?vg(e):fg(e)}</div>`,vg=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,fg=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>bg(e))}`,bg=(e,t,i,o,r)=>Ui`${Oi(e)}`,yg=(e,t,i,o,r)=>r?Ui`<${ji("ui5-li",o,r)} id="${Oi(e.id)}-li" icon="${Oi(e.icon)}" ?selected="${e.selected}" ?focused="${e._focused}" title="${Oi(e.title)}" additional-text="${Oi(e.additionalText)}" ?aria-selected="${e.selected}" data-ui5-stable="${Oi(e.stableDomRef)}">${Oi(e.textContent)}</${ji("ui5-li",o,r)}>`:Ui`<ui5-li id="${Oi(e.id)}-li" icon="${Oi(e.icon)}" ?selected="${e.selected}" ?focused="${e._focused}" title="${Oi(e.title)}" additional-text="${Oi(e.additionalText)}" ?aria-selected="${e.selected}" data-ui5-stable="${Oi(e.stableDomRef)}">${Oi(e.textContent)}</ui5-li>`,wg=(e,t,i)=>i?Ui`<${ji("ui5-popover",t,i)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div slot="header" class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.popoverHeader)}"><${ji("ui5-icon",t,i)} class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></${ji("ui5-icon",t,i)}>${e.shouldDisplayDefaultValueStateMessage?kg(e):xg(e)}</div></${ji("ui5-popover",t,i)}>`:Ui`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div slot="header" class="${zi(e.classes.popoverValueState)}" style="${Ni(e.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${Oi(e._valueStateMessageInputIcon)}"></ui5-icon>${e.shouldDisplayDefaultValueStateMessage?kg(e):xg(e)}</div></ui5-popover>`,kg=(e,t,i)=>Ui`${Oi(e.valueStateText)}`,xg=(e,t,i)=>Ui`${Li(e.valueStateMessageText,(e,t)=>e._id||t,(e,t)=>Cg(e))}`,Cg=(e,t,i,o,r)=>Ui`${Oi(e)}`;se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Sg={packageName:"@ui5/webcomponents",fileName:"themes/Select.css",content:'[input-icon]{color:var(--_ui5_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5_input_icon_padding);border-inline-start:var(--_ui5_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5_input_icon_pressed_bg);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5_input_icon_box_shadow);border-inline-start:var(--_ui5_select_hover_icon_left_border);color:var(--_ui5_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5_input_icon_hover_bg);box-shadow:var(--_ui5_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5_select_hover_icon_left_border);box-shadow:var(--_ui5_input_icon_box_shadow)}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5_input_width);min-width:var(--_ui5_input_width);height:var(--_ui5_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;border:var(--_ui5-input-border);border-radius:var(--_ui5_input_border_radius);box-sizing:border-box;line-height:normal;letter-spacing:normal;word-spacing:normal;text-align:start;transition:var(--_ui5_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5_input_background_color)}:host([focused]:not([opened])){border-color:var(--_ui5_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_focus_outline_color);border-radius:var(--_ui5_input_focus_border_radius);top:var(--_ui5_input_focus_offset);bottom:var(--_ui5_input_focus_offset);left:var(--_ui5_input_focus_offset);right:var(--_ui5_input_focus_offset)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5_input_bottom_border_height);transition:var(--_ui5_input_transition);background-color:var(--_ui5_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-input_disabled_background);border-color:var(--_ui5_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5_input_inner_padding);box-sizing:border-box;min-width:inherit;width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5_input_inner_padding_with_icon)}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5_input_placeholder_style);color:var(--_ui5_input_placeholder_color);padding-right:.125rem}:host([value-state=Error]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Error]) [inner-input]::-moz-placeholder{color:var(--_ui5-input_error_placeholder_color);font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Warning]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Warning]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5_input_value_state_error_warning_placeholder_font_weight)}:host([value-state=Success]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Success]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Information]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5_input_placeholder_color)}:host([value-state=Information]) [inner-input]::-moz-placeholder{color:var(--_ui5_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5_input_border_radius)}:host([readonly]){border-color:var(--_ui5_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5_input_readonly_background)}:host(:not([value-state]):not([readonly]):hover),:host([value-state=None]:not([readonly]):hover){border:var(--_ui5_input_hover_border);border-color:var(--_ui5_input_focused_border_color);box-shadow:var(--_ui5_input_hover_box_shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state=None]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state=None])){border-width:var(--_ui5_input_state_border_width)}:host([value-state=Error]) [inner-input],:host([value-state=Warning]) [inner-input]{font-style:var(--_ui5_input_error_warning_font_style);text-indent:var(--_ui5_input_error_warning_text_indent)}:host([value-state=Error]) [inner-input]{font-weight:var(--_ui5_input_error_font_weight)}:host([value-state=Warning]) [inner-input]{font-weight:var(--_ui5_input_warning_font_weight)}:host([value-state=Error]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5_input_value_state_error_border_color)}:host([value-state=Error][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_error_background);border-color:var(--_ui5_input_focused_value_state_error_border_color)}:host([value-state=Error][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_error_focus_outline_color)}:host([value-state=Error]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-input-value-state-error-border-botom-color)}:host([value-state=Error]:not([readonly]):not([focused]):hover),:host([value-state=Error]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5_input_value_state_error_hover_background);box-shadow:var(--_ui5_input_value_state_error_hover_box_shadow)}:host([value-state=Error]:not([readonly]):not([disabled])),:host([value-state=Information]:not([readonly]):not([disabled])),:host([value-state=Warning]:not([readonly]):not([disabled])){border-style:var(--_ui5_input_error_warning_border_style)}:host([value-state=Warning]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5_input_value_state_warning_border_color)}:host([value-state=Warning][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_warning_background);border-color:var(--_ui5_input_focused_value_state_warning_border_color)}:host([value-state=Warning][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_warning_focus_outline_color)}:host([value-state=Warning]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_warning_border_botom_color)}:host([value-state=Warning]:not([readonly]):not([focused]):hover),:host([value-state=Warning]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_warning_hover_box_shadow)}:host([value-state=Success]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5_input_value_state_success_border_color);border-width:var(--_ui5_input_value_state_success_border_width)}:host([value-state=Success][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_success_background);border-color:var(--_ui5_input_focused_value_state_success_border_color)}:host([value-state=Success][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5_input_focused_value_state_success_focus_outline_color)}:host([value-state=Success]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_state_success_border_botom_color)}:host([value-state=Success]:not([readonly]):not([focused]):hover),:host([value-state=Success]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_success_hover_box_shadow)}:host([value-state=Information]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5_input_value_state_information_border_color);border-width:var(--_ui5_input_information_border_width)}:host([value-state=Information][focused]:not([opened]):not([readonly])){background-color:var(--_ui5_input_focused_value_state_information_background);border-color:var(--_ui5_input_focused_value_state_information_border_color)}:host([value-state=Information]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5_input_value_success_information_border_botom_color)}:host([value-state=Information]:not([readonly]):not([focused]):hover),:host([value-state=Information]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--_ui5_input_value_state_information_hover_box_shadow)}.ui5-input-icon-root{min-width:var(--_ui5_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot=icon]){align-self:start;padding:var(--_ui5_input_custom_icon_padding)}:host([value-state=Error]) [input-icon],:host([value-state=Warning]) [input-icon]{padding:var(--_ui5_input_error_warning_icon_padding)}:host([value-state=Information]) [input-icon]{padding:var(--_ui5_input_information_icon_padding)}:host([value-state=Error]) ::slotted([input-icon][ui5-icon]),:host([value-state=Error]) ::slotted([ui5-icon][slot=icon]),:host([value-state=Warning]) ::slotted([ui5-icon][slot=icon]){padding:var(--_ui5_input_error_warning_custom_icon_padding)}:host([value-state=Information]) ::slotted([ui5-icon][slot=icon]){padding:var(--_ui5_input_information_custom_icon_padding)}:host([value-state=Error]) [input-icon]:active,:host([value-state=Error]) [input-icon][pressed]{box-shadow:var(--_ui5_input_error_icon_box_shadow);color:var(--_ui5_input_icon_error_pressed_color)}:host([value-state=Error]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_error_icon_box_shadow)}:host([value-state=Warning]) [input-icon]:active,:host([value-state=Warning]) [input-icon][pressed]{box-shadow:var(--_ui5_input_warning_icon_box_shadow);color:var(--_ui5_input_icon_warning_pressed_color)}:host([value-state=Warning]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_warning_icon_box_shadow)}:host([value-state=Information]) [input-icon]:active,:host([value-state=Information]) [input-icon][pressed]{box-shadow:var(--_ui5_input_information_icon_box_shadow);color:var(--_ui5_input_icon_information_pressed_color)}:host([value-state=Information]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_information_icon_box_shadow)}:host([value-state=Success]) [input-icon]:active,:host([value-state=Success]) [input-icon][pressed]{box-shadow:var(--_ui5_input_success_icon_box_shadow);color:var(--_ui5_input_icon_success_pressed_color)}:host([value-state=Success]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5_input_success_icon_box_shadow)}[inner-input]::-webkit-inner-spin-button,[inner-input]::-webkit-outer-spin-button{-webkit-appearance:inherit;margin:inherit}.ui5-select-root{width:100%;height:100%;display:flex;outline:none;cursor:pointer;overflow:hidden;border-radius:var(--_ui5_input_border_radius)}.ui5-select-label-root{flex-shrink:1;flex-grow:1;align-self:center;min-width:1rem;padding-inline-start:.5rem;cursor:pointer;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--_ui5_select_label_olor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400}.ui5-select-option-icon{padding-inline-start:.5rem;color:var(--sapField_TextColor);align-self:center}:host(:not([disabled])){cursor:pointer}'};se("@ui5/webcomponents-theming","sap_fiori_3",()=>Nr),se("@ui5/webcomponents","sap_fiori_3",()=>Or);var Tg={packageName:"@ui5/webcomponents",fileName:"themes/SelectPopover.css",content:".ui5-select-popover::part(content),.ui5-select-popover::part(header){padding:0}.ui5-select-popover [ui5-li]{height:var(--_ui5_list_item_dropdown_base_height)}"};const Bg={tag:"ui5-select",languageAware:!0,managedSlots:!0,slots:{default:{propertyName:"options",type:HTMLElement,invalidateOnChildChange:!0},valueStateMessage:{type:HTMLElement},formSupport:{type:HTMLElement}},properties:{disabled:{type:Boolean},name:{type:String},valueState:{type:Ua,defaultValue:Ua.None},required:{type:Boolean},accessibleName:{type:String},accessibleNameRef:{type:String,defaultValue:""},_text:{type:String,noAttribute:!0},_iconPressed:{type:Boolean,noAttribute:!0},opened:{type:Boolean},_listWidth:{type:dn,defaultValue:0,noAttribute:!0},focused:{type:Boolean}},events:{change:{detail:{selectedOption:{}}}}};class $g extends Ht{static get metadata(){return Bg}static get render(){return Wi}static get template(){return ag}static get staticAreaTemplate(){return lg}static get styles(){return Sg}static get staticAreaStyles(){return[Qs,el,Tg]}constructor(){super(),this._syncedOptions=[],this._selectedIndex=-1,this._selectedIndexBeforeOpen=-1,this._escapePressed=!1,this._lastSelectedOption=null,this._typedChars="",this._typingTimeoutID=-1}onBeforeRendering(){this._syncSelection(),this._enableFormSupport()}onAfterRendering(){this.toggleValueStatePopover(this.shouldOpenValueStateMessagePopover),this._isPickerOpen&&(this._listWidth||(this._listWidth=this.responsivePopover.offsetWidth)),this._attachRealDomRefs()}_onfocusin(){this.focused=!0}_onfocusout(){this.focused=!1}get _isPickerOpen(){return!!this.responsivePopover&&this.responsivePopover.opened}async _respPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}get selectedOption(){return this._filteredItems.find(e=>e.selected)}async _toggleRespPopover(){this._iconPressed=!0,this.responsivePopover=await this._respPopover(),this.disabled||(this._isPickerOpen?this.responsivePopover.close():this.responsivePopover.showAt(this))}async _attachRealDomRefs(){this.responsivePopover=await this._respPopover(),this.options.forEach(e=>{e._getRealDomRef=()=>this.responsivePopover.querySelector(`*[data-ui5-stable=${e.stableDomRef}]`)})}_syncSelection(){let e=-1,t=-1;const i=this._filteredItems,o=i.map((i,o)=>((i.selected||i.textContent===this.value)&&(e=o),-1===t&&(t=o),i.selected=!1,i._focused=!1,{selected:!1,_focused:!1,icon:i.icon,value:i.value,textContent:i.textContent,title:i.title,additionalText:i.additionalText,id:i._id,stableDomRef:i.stableDomRef}));e>-1&&!o[e].disabled?(o[e].selected=!0,o[e]._focused=!0,i[e].selected=!0,i[e]._focused=!0,this._text=o[e].textContent,this._selectedIndex=e):(this._text="",this._selectedIndex=-1,o[t]&&(o[t].selected=!0,o[t]._focused=!0,i[t].selected=!0,i[t]._focused=!0,this._selectedIndex=t,this._text=i[t].textContent)),this._syncedOptions=o}_enableFormSupport(){const e=z("FormSupport");e?e.syncNativeHiddenInput(this,(e,t)=>{t.disabled=e.disabled,t.value=e._currentlySelectedOption?e._currentlySelectedOption.value:""}):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_onkeydown(e){(uo(e)||co(e))&&this.responsivePopover&&this.responsivePopover.opened&&this.responsivePopover.close(),wo(e)?(e.preventDefault(),this._toggleRespPopover()):Xi(e)?e.preventDefault():_o(e)&&this._isPickerOpen?this._escapePressed=!0:ao(e)?this._handleHomeKey(e):no(e)?this._handleEndKey(e):Yi(e)?this._handleSelectionChange():(Qi(e)||eo(e))&&this._handleArrowNavigation(e)}_handleKeyboardNavigation(e){if(Yi(e))return;const t=e.key.toLowerCase();this._typedChars+=t;const i=/^(.)\1+$/i.test(this._typedChars)?t:this._typedChars;clearTimeout(this._typingTimeoutID),this._typingTimeoutID=setTimeout(()=>{this._typedChars="",this._typingTimeoutID=-1},1e3),this._selectTypedItem(i)}_selectTypedItem(e){const t=this._selectedIndex,i=this._searchNextItemByText(e);if(i){const e=this._filteredItems.indexOf(i);this._changeSelectedItem(this._selectedIndex,e),t!==this._selectedIndex&&this.itemSelectionAnnounce()}}_searchNextItemByText(e){let t=this._filteredItems.slice(0);const i=t.splice(this._selectedIndex+1,t.length-this._selectedIndex),o=t.splice(0,t.length-1);return t=i.concat(o),t.find(t=>t.textContent.toLowerCase().startsWith(e))}_handleHomeKey(e){e.preventDefault(),this._changeSelectedItem(this._selectedIndex,0)}_handleEndKey(e){const t=this._filteredItems.length-1;e.preventDefault(),this._changeSelectedItem(this._selectedIndex,t)}_onkeyup(e){Xi(e)&&(this._isPickerOpen?this._handleSelectionChange():this._toggleRespPopover())}_getSelectedItemIndex(e){return this._filteredItems.findIndex(t=>`${t._id}-li`===e.id)}_select(e){this._filteredItems[this._selectedIndex].selected=!1,this._selectedIndex=e,this._filteredItems[e].selected=!0}_handleItemPress(e){const t=e.detail.selectedItems[0],i=this._getSelectedItemIndex(t);this._handleSelectionChange(i)}_itemMousedown(e){e.preventDefault()}_onclick(e){this.getFocusDomRef().focus(),this._toggleRespPopover()}_handleSelectionChange(e=this._selectedIndex){this._select(e),this._toggleRespPopover()}_handleArrowNavigation(e){let t=-1;const i=this._selectedIndex,o=eo(e);e.preventDefault(),t=o?this._getNextOptionIndex():this._getPreviousOptionIndex(),this._changeSelectedItem(this._selectedIndex,t),i!==this._selectedIndex&&this.itemSelectionAnnounce()}_changeSelectedItem(e,t){const i=this._filteredItems;i[e].selected=!1,i[e]._focused=!1,i[t].selected=!0,i[t]._focused=!0,this._selectedIndex=t,this._isPickerOpen||this._fireChangeEvent(i[t])}_getNextOptionIndex(){return this._selectedIndex===this.options.length-1?this._selectedIndex:this._selectedIndex+1}_getPreviousOptionIndex(){return 0===this._selectedIndex?this._selectedIndex:this._selectedIndex-1}_beforeOpen(){this._selectedIndexBeforeOpen=this._selectedIndex,this._lastSelectedOption=this._filteredItems[this._selectedIndex]}_afterOpen(){this.opened=!0}_afterClose(){this.opened=!1,this._iconPressed=!1,this._listWidth=0,this._escapePressed?(this._select(this._selectedIndexBeforeOpen),this._escapePressed=!1):this._lastSelectedOption!==this._filteredItems[this._selectedIndex]&&(this._fireChangeEvent(this._filteredItems[this._selectedIndex]),this._lastSelectedOption=this._filteredItems[this._selectedIndex])}_fireChangeEvent(e){this.fireEvent("change",{selectedOption:e}),this.selectedItem=e.textContent,this.fireEvent("selected-item-changed")}get valueStateTextMappings(){return{[Ua.Success]:$g.i18nBundle.getText($a),[Ua.Information]:$g.i18nBundle.getText(Ba),[Ua.Error]:$g.i18nBundle.getText(Sa),[Ua.Warning]:$g.i18nBundle.getText(Ta)}}get valueStateTypeMappings(){return{[Ua.Success]:$g.i18nBundle.getText(xa),[Ua.Information]:$g.i18nBundle.getText(Ca),[Ua.Error]:$g.i18nBundle.getText(wa),[Ua.Warning]:$g.i18nBundle.getText(ka)}}get valueStateText(){let e;return e=this.shouldDisplayDefaultValueStateMessage?this.valueStateDefaultText:this.valueStateMessageText.map(e=>e.textContent).join(" "),`${this.valueStateTypeText} ${e}`}get valueStateDefaultText(){return this.valueStateTextMappings[this.valueState]}get valueStateTypeText(){return this.valueStateTypeMappings[this.valueState]}get hasValueState(){return this.valueState!==Ua.None}get valueStateTextId(){return this.hasValueState?`${this._id}-valueStateDesc`:void 0}get isDisabled(){return this.disabled||void 0}get _headerTitleText(){return $g.i18nBundle.getText(Qr)}get _currentSelectedItem(){return this.shadowRoot.querySelector(`#${this._filteredItems[this._selectedIndex]._id}-li`)}get _currentlySelectedOption(){return this._filteredItems[this._selectedIndex]}get tabIndex(){return this.disabled||this.responsivePopover&&this.responsivePopover.opened?"-1":"0"}get _valueStateMessageInputIcon(){return this.valueState!==Ua.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}get classes(){return{popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage--success":this.valueState===Ua.Success,"ui5-valuestatemessage--error":this.valueState===Ua.Error,"ui5-valuestatemessage--warning":this.valueState===Ua.Warning,"ui5-valuestatemessage--information":this.valueState===Ua.Information},popover:{"ui5-select-popover-valuestate":this.hasValueState}}}get styles(){return{popoverHeader:{"max-width":`${this.offsetWidth}px`},responsivePopoverHeader:{display:this._filteredItems.length&&0===this._listWidth?"none":"inline-block",width:`${this._filteredItems.length?this._listWidth:this.offsetWidth}px`},responsivePopover:{"min-width":`${this.offsetWidth}px`}}}get ariaLabelText(){return Io(this)}get valueStateMessageText(){return this.getSlottedNodes("valueStateMessage").map(e=>e.cloneNode(!0))}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateText}get hasValueStateText(){return this.hasValueState&&this.valueState!==Ua.Success}get shouldOpenValueStateMessagePopover(){return this.focused&&this.hasValueStateText&&!this._iconPressed&&!this._isPickerOpen&&!this._isPhone}get _ariaRoleDescription(){return $g.i18nBundle.getText(Kr)}get _isPhone(){return br()}get _filteredItems(){return this.options.filter(e=>!e.disabled)}itemSelectionAnnounce(){let e;const t=this._filteredItems.length,i=$g.i18nBundle.getText(oa,this._selectedIndex+1,t);this.focused&&this._currentlySelectedOption&&(e=`${this._currentlySelectedOption.textContent} ${this._isPickerOpen?i:""}`,((e,t)=>{const i=t===Sh.Assertive?Bh:Th;i.textContent="",i.textContent=e,t!==Sh.Assertive&&t!==Sh.Polite&&console.warn('You have entered an invalid mode. Valid values are: "Polite" and "Assertive". The framework will automatically set the mode to "Polite".'),setTimeout(()=>{i.textContent===e&&(i.textContent="")},3e3)})(e,"Polite"))}async openValueStatePopover(){this.popover=await this._getPopover(),this.popover&&this.popover.showAt(this)}closeValueStatePopover(){this.popover&&this.popover.close()}toggleValueStatePopover(e){e?this.openValueStatePopover():this.closeValueStatePopover()}get selectedOptionIcon(){return this.selectedOption&&this.selectedOption.icon}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}static get dependencies(){return[Fh,Za,nd,Cs,hp,rg,Ur,Ha]}static async onDefine(){$g.i18nBundle=await Qo("@ui5/webcomponents")}}$g.define();const Ig=(e,t)=>{t.disabled=e.disabled,t.value=e.value};L("FormSupport",class{static syncNativeHiddenInput(e,t){const i=!!e.name||e.required;let o=e.querySelector("input[data-ui5-form-support]");i&&!o&&(o=document.createElement("input"),o.style.clip="rect(0 0 0 0)",o.style.clipPath="inset(50%)",o.style.height="1px",o.style.overflow="hidden",o.style.position="absolute",o.style.whiteSpace="nowrap",o.style.width="1px",o.style.bottom="0",o.setAttribute("tabindex","-1"),o.required=e.required,o.setAttribute("data-ui5-form-support",""),o.addEventListener("focusin",t=>e.focus()),o.slot="formSupport",e.appendChild(o)),!i&&o&&e.removeChild(o),i&&(o.name=e.name,(t||Ig)(e,o))}static syncNativeFileInput(e,t,i){const o=!!e.name;let r=e.querySelector(`input[type=${e._type||"hidden"}][data-ui5-form-support]`);o&&!r&&(r=document.createElement("input"),r.type=e._type,r.setAttribute("data-ui5-form-support",""),r.slot="formSupport",r.style.position="absolute",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.opacity="0",e.multiple&&(r.multiple=!0),r.addEventListener("change",i),e.appendChild(r)),!o&&r&&e.removeChild(r),o&&(r.name=e.name,(t||Ig)(e,r))}static triggerFormSubmit(e){let t=e.parentElement;for(;t&&"form"!==t.tagName.toLowerCase();)t=t.parentElement;if(t){if(!t.dispatchEvent(new SubmitEvent("submit",{bubbles:!0,cancelable:!0,submitter:e})))return;t.submit()}}});const Dg=async e=>{const t=await(async e=>{switch(e){case"ar":return(await import("./ar-3d86671f.js")).default;case"ar_EG":return(await import("./ar_EG-bec371f8.js")).default;case"ar_SA":return(await import("./ar_SA-013516b9.js")).default;case"bg":return(await import("./bg-c8a3d631.js")).default;case"ca":return(await import("./ca-432aede8.js")).default;case"cs":return(await import("./cs-cb494530.js")).default;case"da":return(await import("./da-b8216f78.js")).default;case"de":return(await import("./de-db7ee200.js")).default;case"de_AT":return(await import("./de_AT-16212e69.js")).default;case"de_CH":return(await import("./de_CH-b2e7405d.js")).default;case"el":return(await import("./el-bc8ea43c.js")).default;case"el_CY":return(await import("./el_CY-32899bf5.js")).default;case"en":return(await import("./en-852a3c47.js")).default;case"en_AU":return(await import("./en_AU-a22d2bd1.js")).default;case"en_GB":return(await import("./en_GB-06fb3326.js")).default;case"en_HK":return(await import("./en_HK-8e388c7e.js")).default;case"en_IE":return(await import("./en_IE-31301e64.js")).default;case"en_IN":return(await import("./en_IN-a8cac790.js")).default;case"en_NZ":return(await import("./en_NZ-1ac8fca7.js")).default;case"en_PG":return(await import("./en_PG-90ae5ac9.js")).default;case"en_SG":return(await import("./en_SG-f783b9e0.js")).default;case"en_ZA":return(await import("./en_ZA-a4a6c2af.js")).default;case"es":return(await import("./es-2987b3bf.js")).default;case"es_AR":return(await import("./es_AR-c9568bef.js")).default;case"es_BO":return(await import("./es_BO-f80d4cab.js")).default;case"es_CL":return(await import("./es_CL-e69a20cc.js")).default;case"es_CO":return(await import("./es_CO-8ed671f5.js")).default;case"es_MX":return(await import("./es_MX-ca227fd9.js")).default;case"es_PE":return(await import("./es_PE-313ad09c.js")).default;case"es_UY":return(await import("./es_UY-3145d111.js")).default;case"es_VE":return(await import("./es_VE-9855c07f.js")).default;case"et":return(await import("./et-c8b012d9.js")).default;case"fa":return(await import("./fa-270906e4.js")).default;case"fi":return(await import("./fi-5cb24937.js")).default;case"fr":return(await import("./fr-f90c8dbe.js")).default;case"fr_BE":return(await import("./fr_BE-0a0b1e89.js")).default;case"fr_CA":return(await import("./fr_CA-69115871.js")).default;case"fr_CH":return(await import("./fr_CH-67cec36a.js")).default;case"fr_LU":return(await import("./fr_LU-41d18384.js")).default;case"he":return(await import("./he-c7dd8770.js")).default;case"hi":return(await import("./hi-02d890ff.js")).default;case"hr":return(await import("./hr-ce839bd8.js")).default;case"hu":return(await import("./hu-8894ff20.js")).default;case"id":return(await import("./id-4e1f336f.js")).default;case"it":return(await import("./it-2f7ca2cc.js")).default;case"it_CH":return(await import("./it_CH-96f6448e.js")).default;case"ja":return(await import("./ja-b852efec.js")).default;case"kk":return(await import("./kk-4d418f87.js")).default;case"ko":return(await import("./ko-580a2045.js")).default;case"lt":return(await import("./lt-ee0f5d04.js")).default;case"lv":return(await import("./lv-b18d4611.js")).default;case"ms":return(await import("./ms-97288878.js")).default;case"nb":return(await import("./nb-d77ab65a.js")).default;case"nl":return(await import("./nl-624d50c1.js")).default;case"nl_BE":return(await import("./nl_BE-ae42d671.js")).default;case"pl":return(await import("./pl-e69ff58a.js")).default;case"pt":return(await import("./pt-b6593b86.js")).default;case"pt_PT":return(await import("./pt_PT-6f58c38d.js")).default;case"ro":return(await import("./ro-cf279a8d.js")).default;case"ru":return(await import("./ru-a41bc6ce.js")).default;case"ru_UA":return(await import("./ru_UA-60325a6e.js")).default;case"sk":return(await import("./sk-a3e7e927.js")).default;case"sl":return(await import("./sl-0d949839.js")).default;case"sr":return(await import("./sr-d3b5a8a9.js")).default;case"sr_Latn":return(await import("./sr_Latn-66ea0243.js")).default;case"sv":return(await import("./sv-704380a3.js")).default;case"th":return(await import("./th-a3f0b98a.js")).default;case"tr":return(await import("./tr-a75c54c5.js")).default;case"uk":return(await import("./uk-2ea9760e.js")).default;case"vi":return(await import("./vi-0ee42fc7.js")).default;case"zh_CN":return(await import("./zh_CN-9347b38b.js")).default;case"zh_HK":return(await import("./zh_HK-402bf471.js")).default;case"zh_SG":return(await import("./zh_SG-decc6172.js")).default;case"zh_TW":return(await import("./zh_TW-22e4094b.js")).default;default:throw"unknown locale"}})(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[LocaleData] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["ar","ar_EG","ar_SA","bg","ca","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"].forEach(e=>k_(e,Dg));const Ag=async e=>{const t=await(async e=>{switch(e){case"sap_belize":return(await import("./parameters-bundle.css-f7a88bec.js")).default;case"sap_belize_hcb":return(await import("./parameters-bundle.css-6ff10523.js")).default;case"sap_belize_hcw":return(await import("./parameters-bundle.css-c36ca341.js")).default;case"sap_fiori_3":return(await import("./parameters-bundle.css-6b0ea135.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-5c3f5118.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-7dc01b3a.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-521ed433.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-dda93805.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-b3fbd1e6.js")).default;case"sap_horizon_exp":return(await import("./parameters-bundle.css-bf92c220.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-5f5e6b1a.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-0e7b5607.js")).default;default:throw"unknown theme"}})(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_exp","sap_horizon_hcb","sap_horizon_hcw"].forEach(e=>se("@ui5/webcomponents-theming",e,Ag));const Fg=async e=>{const t=await(async e=>{switch(e){case"ar":return(await import("./messagebundle_ar-f6792d81.js")).default;case"bg":return(await import("./messagebundle_bg-884d46bd.js")).default;case"ca":return(await import("./messagebundle_ca-5b6cc3e2.js")).default;case"cs":return(await import("./messagebundle_cs-c7ed5c29.js")).default;case"cy":return(await import("./messagebundle_cy-9889d6f0.js")).default;case"da":return(await import("./messagebundle_da-53593542.js")).default;case"de":return(await import("./messagebundle_de-eb501c07.js")).default;case"el":return(await import("./messagebundle_el-45d1c326.js")).default;case"en":return(await import("./messagebundle_en-3bc10a88.js")).default;case"en_GB":return(await import("./messagebundle_en_GB-a4723c29.js")).default;case"en_US_sappsd":return(await import("./messagebundle_en_US_sappsd-9cf5ba75.js")).default;case"en_US_saprigi":return(await import("./messagebundle_en_US_saprigi-00c865df.js")).default;case"en_US_saptrc":return(await import("./messagebundle_en_US_saptrc-ae1a6e4a.js")).default;case"es":return(await import("./messagebundle_es-288d5c23.js")).default;case"es_MX":return(await import("./messagebundle_es_MX-4f1305df.js")).default;case"et":return(await import("./messagebundle_et-a0061a71.js")).default;case"fi":return(await import("./messagebundle_fi-27edc9b8.js")).default;case"fr":return(await import("./messagebundle_fr-6265990a.js")).default;case"fr_CA":return(await import("./messagebundle_fr_CA-c0eae649.js")).default;case"hi":return(await import("./messagebundle_hi-c4029409.js")).default;case"hr":return(await import("./messagebundle_hr-49952683.js")).default;case"hu":return(await import("./messagebundle_hu-9eaeaf2e.js")).default;case"in":return(await import("./messagebundle_in-69efcc93.js")).default;case"it":return(await import("./messagebundle_it-0b408aea.js")).default;case"iw":return(await import("./messagebundle_iw-6db571be.js")).default;case"ja":return(await import("./messagebundle_ja-9c40042d.js")).default;case"kk":return(await import("./messagebundle_kk-b620a07a.js")).default;case"ko":return(await import("./messagebundle_ko-4be67a77.js")).default;case"lt":return(await import("./messagebundle_lt-daa86622.js")).default;case"lv":return(await import("./messagebundle_lv-54381557.js")).default;case"ms":return(await import("./messagebundle_ms-536227b5.js")).default;case"nl":return(await import("./messagebundle_nl-56e48e33.js")).default;case"no":return(await import("./messagebundle_no-eecb1eec.js")).default;case"pl":return(await import("./messagebundle_pl-bd30a402.js")).default;case"pt":return(await import("./messagebundle_pt-026877c7.js")).default;case"pt_PT":return(await import("./messagebundle_pt_PT-a24258d4.js")).default;case"ro":return(await import("./messagebundle_ro-0dbe572d.js")).default;case"ru":return(await import("./messagebundle_ru-4291aa7d.js")).default;case"sh":return(await import("./messagebundle_sh-4047dcd1.js")).default;case"sk":return(await import("./messagebundle_sk-fd3049d8.js")).default;case"sl":return(await import("./messagebundle_sl-586b310b.js")).default;case"sv":return(await import("./messagebundle_sv-1796a5d2.js")).default;case"th":return(await import("./messagebundle_th-63398540.js")).default;case"tr":return(await import("./messagebundle_tr-f32e601b.js")).default;case"uk":return(await import("./messagebundle_uk-70daf763.js")).default;case"vi":return(await import("./messagebundle_vi-3f36f453.js")).default;case"zh_CN":return(await import("./messagebundle_zh_CN-2420a6e9.js")).default;case"zh_TW":return(await import("./messagebundle_zh_TW-91e89b06.js")).default;default:throw"unknown locale"}})(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["ar","bg","ca","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","ms","nl","no","pl","pt","pt_PT","ro","ru","sh","sk","sl","sv","th","tr","uk","vi","zh_CN","zh_TW"].forEach(e=>{qo("@ui5/webcomponents-icons",e,Fg)});const Eg=async e=>{const t=await(async e=>{switch(e){case"sap_belize":return(await import("./parameters-bundle.css-0492638f.js")).default;case"sap_belize_hcb":return(await import("./parameters-bundle.css-fe0b62d8.js")).default;case"sap_belize_hcw":return(await import("./parameters-bundle.css-7b2c3304.js")).default;case"sap_fiori_3":return(await import("./parameters-bundle.css-9c9eaabc.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-abd55cbb.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-e504ec6c.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-1a0ab11d.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-e9886ead.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-243fcda5.js")).default;case"sap_horizon_exp":return(await import("./parameters-bundle.css-04bc9eb3.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-60fa0cd2.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-125b2b7a.js")).default;default:throw"unknown theme"}})(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_exp","sap_horizon_hcb","sap_horizon_hcw"].forEach(e=>se("@ui5/webcomponents",e,Eg));const Pg=async e=>{const t=await(async e=>{switch(e){case"ar":return(await import("./messagebundle_ar-0d1ad1fe.js")).default;case"bg":return(await import("./messagebundle_bg-19dab68c.js")).default;case"ca":return(await import("./messagebundle_ca-9a2c00aa.js")).default;case"cs":return(await import("./messagebundle_cs-7eb827ff.js")).default;case"cy":return(await import("./messagebundle_cy-59b352bb.js")).default;case"da":return(await import("./messagebundle_da-7b82a777.js")).default;case"de":return(await import("./messagebundle_de-fe0ee4dd.js")).default;case"el":return(await import("./messagebundle_el-b846ddbd.js")).default;case"en":return(await import("./messagebundle_en-00d224f0.js")).default;case"en_GB":return(await import("./messagebundle_en_GB-b6557ced.js")).default;case"en_US_sappsd":return(await import("./messagebundle_en_US_sappsd-7f53c3de.js")).default;case"en_US_saprigi":return(await import("./messagebundle_en_US_saprigi-94648753.js")).default;case"en_US_saptrc":return(await import("./messagebundle_en_US_saptrc-57779176.js")).default;case"es":return(await import("./messagebundle_es-32e23462.js")).default;case"es_MX":return(await import("./messagebundle_es_MX-247861b8.js")).default;case"et":return(await import("./messagebundle_et-077b43b7.js")).default;case"fi":return(await import("./messagebundle_fi-b9f27356.js")).default;case"fr":return(await import("./messagebundle_fr-776fbe53.js")).default;case"fr_CA":return(await import("./messagebundle_fr_CA-be82338b.js")).default;case"hi":return(await import("./messagebundle_hi-9f578dcf.js")).default;case"hr":return(await import("./messagebundle_hr-c9d5ac76.js")).default;case"hu":return(await import("./messagebundle_hu-d015baa6.js")).default;case"in":return(await import("./messagebundle_in-5f15c5a1.js")).default;case"it":return(await import("./messagebundle_it-f7bf3947.js")).default;case"iw":return(await import("./messagebundle_iw-a2983dd2.js")).default;case"ja":return(await import("./messagebundle_ja-b96fe6b5.js")).default;case"kk":return(await import("./messagebundle_kk-31b7f62f.js")).default;case"ko":return(await import("./messagebundle_ko-9c52f847.js")).default;case"lt":return(await import("./messagebundle_lt-1e4f1335.js")).default;case"lv":return(await import("./messagebundle_lv-156ea5fe.js")).default;case"ms":return(await import("./messagebundle_ms-e142440d.js")).default;case"nl":return(await import("./messagebundle_nl-1290458f.js")).default;case"no":return(await import("./messagebundle_no-2f06c288.js")).default;case"pl":return(await import("./messagebundle_pl-179a75de.js")).default;case"pt":return(await import("./messagebundle_pt-741d8c1c.js")).default;case"pt_PT":return(await import("./messagebundle_pt_PT-d2a87d88.js")).default;case"ro":return(await import("./messagebundle_ro-6da8daa7.js")).default;case"ru":return(await import("./messagebundle_ru-e80d281e.js")).default;case"sh":return(await import("./messagebundle_sh-83f9fefd.js")).default;case"sk":return(await import("./messagebundle_sk-c7dd9005.js")).default;case"sl":return(await import("./messagebundle_sl-e31d7023.js")).default;case"sv":return(await import("./messagebundle_sv-4adc09cc.js")).default;case"th":return(await import("./messagebundle_th-33e2fe27.js")).default;case"tr":return(await import("./messagebundle_tr-b49fdd27.js")).default;case"uk":return(await import("./messagebundle_uk-de6e4871.js")).default;case"vi":return(await import("./messagebundle_vi-ba1b4011.js")).default;case"zh_CN":return(await import("./messagebundle_zh_CN-81dc4660.js")).default;case"zh_TW":return(await import("./messagebundle_zh_TW-7833a089.js")).default;default:throw"unknown locale"}})(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["ar","bg","ca","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","ms","nl","no","pl","pt","pt_PT","ro","ru","sh","sk","sl","sv","th","tr","uk","vi","zh_CN","zh_TW"].forEach(e=>{qo("@ui5/webcomponents",e,Pg)});var Mg=M_.extend("sap.ui.core.date.Buddhist",{constructor:function(){var e=arguments;e.length>1&&(e=Ng(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=o_.Buddhist}});function Lg(e){var t=M_.getEraStartDate(o_.Buddhist,0).year,i=e.year-t+1;return e.year<1941&&e.month<3&&(i-=1),null===e.year&&(i=void 0),{year:i,month:e.month,day:e.day}}function zg(e){var t=M_.getEraStartDate(o_.Buddhist,0).year,i=e.year+t-1;return i<1941&&e.month<3&&(i+=1),null===e.year&&(i=void 0),{year:i,month:e.month,day:e.day}}function Ng(e){var t;return t=zg({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),e[0]=t.year,e}Mg.UTC=function(){var e=Ng(arguments);return Date.UTC.apply(Date,e)},Mg.now=function(){return Date.now()},Mg.prototype._getBuddhist=function(){return Lg({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},Mg.prototype._setBuddhist=function(e){var t=zg(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Mg.prototype._getUTCBuddhist=function(){return Lg({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},Mg.prototype._setUTCBuddhist=function(e){var t=zg(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Mg.prototype.getYear=function(){return this._getBuddhist().year},Mg.prototype.getFullYear=function(){return this._getBuddhist().year},Mg.prototype.getUTCFullYear=function(){return this._getUTCBuddhist().year},Mg.prototype.setYear=function(e){var t=this._getBuddhist();return t.year=e,this._setBuddhist(t)},Mg.prototype.setFullYear=function(e,t,i){var o=this._getBuddhist();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setBuddhist(o)},Mg.prototype.setUTCFullYear=function(e,t,i){var o=this._getUTCBuddhist();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setUTCBuddhist(o)},Mg.prototype.getWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.oDate.getFullYear(),this.getMonth(),this.getDate())},Mg.prototype.getUTCWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},P_(o_.Buddhist,Mg);var Og=M_.extend("sap.ui.core.date.Islamic",{constructor:function(){var e=arguments;e.length>1&&(e=Wg(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=o_.Islamic}});Og.UTC=function(){var e=Wg(arguments);return Date.UTC.apply(Date,e)},Og.now=function(){return Date.now()};var Hg=null,Rg=["A","B"];function Ug(e){var t,i,o,r,a,n,s,l=e.year,_=e.month,u=e.day;if(n=0,_+1>2&&(n=Zg(l)?-1:-2),s=1721424.5+365*(l-1)+Math.floor((l-1)/4)+-Math.floor((l-1)/100)+Math.floor((l-1)/400)+Math.floor((367*(_+1)-362)/12+n+u),a=(s=Math.floor(s)+.5)-1948439.5,(r=Math.floor(a/29.530588853))<0)(i=r%12)<0&&(i+=12),o=a-Gg(t=Math.floor(r/12)+1,i)+1;else{for(r++;Yg(r)>a;)r--;o=a-Yg(12*((t=Math.floor(r/12)+1)-1)+(i=r%12))+1}return{day:o,month:i,year:t}}function Vg(e){var t,i,o,r,a,n=e.year,s=e.month,l=e.day+(n<1?Gg(n,s):Yg(12*(n-1)+s))+1948439.5-1,_=Math.floor(l-.5)+.5,u=_-1721425.5,d=Math.floor(u/146097),c=Xg(u,146097),h=Math.floor(c/36524),p=Xg(c,36524),g=Math.floor(p/1461),m=Xg(p,1461),v=Math.floor(m/365),f=400*d+100*h+4*g+v;return 4!=h&&4!=v&&f++,i=_-(1721425.5+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400)),r=0,r=_<1721424.5+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400)+Math.floor(739/12+(Zg(f)?-1:-2)+1)?0:Zg(f)?1:2,t=Math.floor((12*(i+r)+373)/367),o=1721424.5+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400),a=0,t>2&&(a=Zg(f)?-1:-2),{day:_-(o+=Math.floor((367*t-362)/12+a+1))+1,month:t-1,year:f}}function Wg(e){var t,i=Array.prototype.slice.call(e);return t=Vg({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),i[0]=t.year,i[1]=t.month,i[2]=t.day,i}function jg(){var e,t,i;Hg={},e=Tl.getConfiguration().getFormatSettings().getLegacyDateFormat(),i=e,e=-1!==Rg.indexOf(i)?e:"A",(t=(t=Tl.getConfiguration().getFormatSettings().getLegacyDateCalendarCustomizing())||[]).length?(t.forEach((function(t){if(t.dateFormat===e){var i=qg(t.gregDate),o=(new Date(Date.UTC(i.year,i.month-1,i.day)).getTime()- -425215872e5)/864e5,r=12*((i=qg(t.islamicMonthStart)).year-1)+i.month-1;Hg[r]=o}})),Fl.info("Working with date format: ["+e+"] and customization: "+JSON.stringify(t))):Fl.warning("No calendar customizations.")}function qg(e){return{year:parseInt(e.substr(0,4)),month:parseInt(e.substr(4,2)),day:parseInt(e.substr(6,2))}}function Yg(e){Hg||jg();var t=Hg[e];t||(t=Gg(Math.floor(e/12)+1,e%12));return t}function Gg(e,t){return Math.ceil(29.5*t)+354*(e-1)+Math.floor((3+11*e)/30)}function Xg(e,t){return e-t*Math.floor(e/t)}function Zg(e){return!(e%400&&(e%4||!(e%100)))}Og.prototype._getIslamic=function(){return Ug({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},Og.prototype._setIslamic=function(e){var t=Vg(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Og.prototype._getUTCIslamic=function(){return Ug({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},Og.prototype._setUTCIslamic=function(e){var t=Vg(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Og.prototype.getDate=function(e){return this._getIslamic().day},Og.prototype.getMonth=function(){return this._getIslamic().month},Og.prototype.getYear=function(){return this._getIslamic().year-1400},Og.prototype.getFullYear=function(){return this._getIslamic().year},Og.prototype.setDate=function(e){var t=this._getIslamic();return t.day=e,this._setIslamic(t)},Og.prototype.setMonth=function(e,t){var i=this._getIslamic();return i.month=e,void 0!==t&&(i.day=t),this._setIslamic(i)},Og.prototype.setYear=function(e){var t=this._getIslamic();return t.year=e+1400,this._setIslamic(t)},Og.prototype.setFullYear=function(e,t,i){var o=this._getIslamic();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setIslamic(o)},Og.prototype.getUTCDate=function(e){return this._getUTCIslamic().day},Og.prototype.getUTCMonth=function(){return this._getUTCIslamic().month},Og.prototype.getUTCFullYear=function(){return this._getUTCIslamic().year},Og.prototype.setUTCDate=function(e){var t=this._getUTCIslamic();return t.day=e,this._setUTCIslamic(t)},Og.prototype.setUTCMonth=function(e,t){var i=this._getUTCIslamic();return i.month=e,void 0!==t&&(i.day=t),this._setUTCIslamic(i)},Og.prototype.setUTCFullYear=function(e,t,i){var o=this._getUTCIslamic();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setUTCIslamic(o)},P_(o_.Islamic,Og);var Kg=M_.extend("sap.ui.core.date.Japanese",{constructor:function(){var e=arguments;e.length>1&&(e=em(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=o_.Japanese}});function Jg(e){var t=M_.getEraByDate(o_.Japanese,e.year,e.month,e.day),i=M_.getEraStartDate(o_.Japanese,t).year;return{era:t,year:e.year-i+1,month:e.month,day:e.day}}function Qg(e){return{year:M_.getEraStartDate(o_.Japanese,e.era).year+e.year-1,month:e.month,day:e.day}}function em(e){var t,i=e[0];if("number"==typeof i){if(i>=100)return e;i=[M_.getCurrentEra(o_.Japanese),i]}else Array.isArray(i)||(i=[]);return t=Qg({era:i[0],year:i[1],month:e[1],day:void 0!==e[2]?e[2]:1}),e[0]=t.year,e}Kg.UTC=function(){var e=em(arguments);return Date.UTC.apply(Date,e)},Kg.now=function(){return Date.now()},Kg.prototype._getJapanese=function(){return Jg({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},Kg.prototype._setJapanese=function(e){var t=Qg(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Kg.prototype._getUTCJapanese=function(){return Jg({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},Kg.prototype._setUTCJapanese=function(e){var t=Qg(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Kg.prototype.getYear=function(){return this._getJapanese().year},Kg.prototype.getFullYear=function(){return this._getJapanese().year},Kg.prototype.getEra=function(){return this._getJapanese().era},Kg.prototype.getUTCFullYear=function(){return this._getUTCJapanese().year},Kg.prototype.getUTCEra=function(){return this._getUTCJapanese().era},Kg.prototype.setYear=function(e){var t=this._getJapanese();return t.year=e,this._setJapanese(t)},Kg.prototype.setFullYear=function(e,t,i){var o=this._getJapanese();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setJapanese(o)},Kg.prototype.setEra=function(e,t,i,o){var r=Jg(M_.getEraStartDate(o_.Japanese,e));return void 0!==t&&(r.year=t),void 0!==i&&(r.month=i),void 0!==o&&(r.day=o),this._setJapanese(r)},Kg.prototype.setUTCFullYear=function(e,t,i){var o=this._getUTCJapanese();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setUTCJapanese(o)},Kg.prototype.setUTCEra=function(e,t,i,o){var r=Jg(M_.getEraStartDate(o_.Japanese,e));return void 0!==t&&(r.year=t),void 0!==i&&(r.month=i),void 0!==o&&(r.day=o),this._setUTCJapanese(r)},Kg.prototype.getWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.oDate.getFullYear(),this.getMonth(),this.getDate())},Kg.prototype.getUTCWeek=function(){return M_.getWeekByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},P_(o_.Japanese,Kg);var tm=M_.extend("sap.ui.core.date.Persian",{constructor:function(){var e=arguments;e.length>1&&(e=rm(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=o_.Persian}});tm.UTC=function(){var e=rm(arguments);return Date.UTC.apply(Date,e)},tm.now=function(){return Date.now()};function im(e){return function(e){var t,i,o,r=sm(e).year,a=r-621,n=am(a),s=nm(r,3,n.march);if((o=e-s)>=0){if(o<=185)return i=1+lm(o,31),t=_m(o,31)+1,{year:a,month:i-1,day:t};o-=186}else a-=1,o+=179,1===n.leap&&(o+=1);return i=7+lm(o,30),t=_m(o,30)+1,{year:a,month:i-1,day:t}}(nm(e.year,e.month+1,e.day))}function om(e){return sm(function(e,t,i){for(;t<1;)t+=12,e--;for(;t>12;)t-=12,e++;var o=am(e);return nm(o.gy,3,o.march)+31*(t-1)-lm(t,7)*(t-7)+i-1}(e.year,e.month+1,e.day))}function rm(e){var t,i=Array.prototype.slice.call(e);return"number"!=typeof e[0]||"number"!=typeof e[1]||void 0!==e[2]&&"number"!=typeof e[2]?(i[0]=NaN,i[1]=NaN,i[2]=NaN,i):(t=om({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),i[0]=t.year,i[1]=t.month,i[2]=t.day,i)}function am(e){var t,i,o,r,a,n,s=[-61,9,38,199,426,686,756,818,1111,1181,1210,1635,2060,2097,2192,2262,2324,2394,2456,3178],l=s.length,_=e+621,u=-14,d=s[0];for(n=1;n<l&&(i=(t=s[n])-d,!(e<t));n+=1)u=u+8*lm(i,33)+lm(_m(i,33),4),d=t;return u=u+8*lm(a=e-d,33)+lm(_m(a,33)+3,4),4===_m(i,33)&&i-a==4&&(u+=1),r=20+u-(lm(_,4)-lm(3*(lm(_,100)+1),4)-150),i-a<6&&(a=a-i+33*lm(i+4,33)),-1===(o=_m(_m(a+1,33)-1,4))&&(o=4),{leap:o,gy:_,march:r}}function nm(e,t,i){var o=lm(1461*(e+lm(t-8,6)+100100),4)+lm(153*_m(t+9,12)+2,5)+i-34840408;return o=o-lm(3*lm(e+100100+lm(t-8,6),100),4)+752}function sm(e){var t,i,o,r;return t=(t=4*e+139361631)+4*lm(3*lm(4*e+183187720,146097),4)-3908,i=5*lm(_m(t,1461),4)+308,o=lm(_m(i,153),5)+1,r=_m(lm(i,153),12)+1,{year:lm(t,1461)-100100+lm(8-r,6),month:r-1,day:o}}function lm(e,t){return~~(e/t)}function _m(e,t){return e-~~(e/t)*t}tm.prototype._getPersian=function(){return im({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},tm.prototype._setPersian=function(e){var t=om(e);return this.oDate.setFullYear(t.year,t.month,t.day)},tm.prototype._getUTCPersian=function(){return im({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},tm.prototype._setUTCPersian=function(e){var t=om(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},tm.prototype.getDate=function(e){return this._getPersian().day},tm.prototype.getMonth=function(){return this._getPersian().month},tm.prototype.getYear=function(){return this._getPersian().year-1300},tm.prototype.getFullYear=function(){return this._getPersian().year},tm.prototype.setDate=function(e){var t=this._getPersian();return t.day=e,this._setPersian(t)},tm.prototype.setMonth=function(e,t){var i=this._getPersian();return i.month=e,void 0!==t&&(i.day=t),this._setPersian(i)},tm.prototype.setYear=function(e){var t=this._getPersian();return t.year=e+1300,this._setPersian(t)},tm.prototype.setFullYear=function(e,t,i){var o=this._getPersian();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setPersian(o)},tm.prototype.getUTCDate=function(e){return this._getUTCPersian().day},tm.prototype.getUTCMonth=function(){return this._getUTCPersian().month},tm.prototype.getUTCFullYear=function(){return this._getUTCPersian().year},tm.prototype.setUTCDate=function(e){var t=this._getUTCPersian();return t.day=e,this._setUTCPersian(t)},tm.prototype.setUTCMonth=function(e,t){var i=this._getUTCPersian();return i.month=e,void 0!==t&&(i.day=t),this._setUTCPersian(i)},tm.prototype.setUTCFullYear=function(e,t,i){var o=this._getUTCPersian();return o.year=e,void 0!==t&&(o.month=t),void 0!==i&&(o.day=i),this._setUTCPersian(o)},P_(o_.Persian,tm);
41
- //# sourceMappingURL=bundle.esm.js.map
40
+ */let e$1=class extends i{constructor(e){if(super(e),this.et=A,e.type!==t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===A||null==e)return this.ft=void 0,this.et=e;if(e===T)return e;if("string"!=typeof e)throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.ft;this.et=e;const t=[e];return t.raw=t,this.ft={_$litType$:this.constructor.resultType,strings:t,values:[]}}};e$1.directiveName="unsafeHTML",e$1.resultType=1;const o$1=e$2(e$1),effectiveHtml=(e,...t)=>{const o=getFeature("LitStatic");return(o?o.html:x)(e,...t)},effectiveSvg=(e,...t)=>{const o=getFeature("LitStatic");return(o?o.svg:b)(e,...t)},litRender=(e,t,o,i,a)=>{const r=getFeature("OpenUI5Enablement");r&&!i&&(e=r.wrapTemplateResultInBusyMarkup(effectiveHtml,a.host,e)),"string"==typeof o?e=effectiveHtml`<style>${o}</style>${e}`:Array.isArray(o)&&o.length&&(e=effectiveHtml`${o.map((e=>effectiveHtml`<link type="text/css" rel="stylesheet" href="${e}">`))}${e}`),D(e,t,a)},scopeTag=(e,t,o)=>{const i=getFeature("LitStatic");if(i)return i.unsafeStatic((t||[]).includes(e)?`${e}-${o}`:e)},KeyCodes={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CONTROL:17,ALT:18,BREAK:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,PRINT:44,INSERT:45,DELETE:46,DIGIT_0:48,DIGIT_1:49,DIGIT_2:50,DIGIT_3:51,DIGIT_4:52,DIGIT_5:53,DIGIT_6:54,DIGIT_7:55,DIGIT_8:56,DIGIT_9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOWS:91,CONTEXT_MENU:93,TURN_OFF:94,SLEEP:95,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_ASTERISK:106,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_COMMA:110,NUMPAD_SLASH:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUM_LOCK:144,SCROLL_LOCK:145,COLON:186,PLUS:187,COMMA:188,SLASH:189,DOT:190,PIPE:191,SEMICOLON:192,MINUS:219,GREAT_ACCENT:220,EQUALS:221,SINGLE_QUOTE:222,BACKSLASH:226},isEnter=e=>(e.key?"Enter"===e.key:e.keyCode===KeyCodes.ENTER)&&!hasModifierKeys(e),isEnterShift=e=>(e.key?"Enter"===e.key:e.keyCode===KeyCodes.ENTER)&&checkModifierKeys(e,!1,!1,!0),isSpace=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===KeyCodes.SPACE)&&!hasModifierKeys(e),isSpaceShift=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===KeyCodes.SPACE)&&checkModifierKeys(e,!1,!1,!0),isLeft=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===KeyCodes.ARROW_LEFT)&&!hasModifierKeys(e),isRight=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===KeyCodes.ARROW_RIGHT)&&!hasModifierKeys(e),isUp=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&!hasModifierKeys(e),isDown=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&!hasModifierKeys(e),isUpCtrl=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&checkModifierKeys(e,!0,!1,!1),isDownCtrl=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&checkModifierKeys(e,!0,!1,!1),isUpShift=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&checkModifierKeys(e,!1,!1,!0),isDownShift=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&checkModifierKeys(e,!1,!1,!0),isUpAlt=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&checkModifierKeys(e,!1,!0,!1),isDownAlt=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&checkModifierKeys(e,!1,!0,!1),isLeftShift=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===KeyCodes.ARROW_LEFT)&&checkModifierKeys(e,!1,!1,!0),isRightShift=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===KeyCodes.ARROW_RIGHT)&&checkModifierKeys(e,!1,!1,!0),isUpShiftCtrl=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&checkModifierKeys(e,!0,!1,!0),isDownShiftCtrl=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&checkModifierKeys(e,!0,!1,!0),isHome=e=>(e.key?"Home"===e.key:e.keyCode===KeyCodes.HOME)&&!hasModifierKeys(e),isEnd=e=>(e.key?"End"===e.key:e.keyCode===KeyCodes.END)&&!hasModifierKeys(e),isHomeCtrl=e=>(e.key?"Home"===e.key:e.keyCode===KeyCodes.HOME)&&checkModifierKeys(e,!0,!1,!1),isEndCtrl=e=>(e.key?"End"===e.key:e.keyCode===KeyCodes.END)&&checkModifierKeys(e,!0,!1,!1),isEscape=e=>(e.key?"Escape"===e.key||"Esc"===e.key:e.keyCode===KeyCodes.ESCAPE)&&!hasModifierKeys(e),isTabNext=e=>(e.key?"Tab"===e.key:e.keyCode===KeyCodes.TAB)&&!hasModifierKeys(e),isTabPrevious=e=>(e.key?"Tab"===e.key:e.keyCode===KeyCodes.TAB)&&checkModifierKeys(e,!1,!1,!0),isBackSpace=e=>(e.key?"Backspace"===e.key:e.keyCode===KeyCodes.BACKSPACE)&&!hasModifierKeys(e),isDelete=e=>(e.key?"Delete"===e.key:e.keyCode===KeyCodes.DELETE)&&!hasModifierKeys(e),isPageUp=e=>(e.key?"PageUp"===e.key:e.keyCode===KeyCodes.PAGE_UP)&&!hasModifierKeys(e),isPageDown=e=>(e.key?"PageDown"===e.key:e.keyCode===KeyCodes.PAGE_DOWN)&&!hasModifierKeys(e),isPageUpShift=e=>(e.key?"PageUp"===e.key:e.keyCode===KeyCodes.PAGE_UP)&&checkModifierKeys(e,!1,!1,!0),isPageUpAlt=e=>(e.key?"PageUp"===e.key:e.keyCode===KeyCodes.PAGE_UP)&&checkModifierKeys(e,!1,!0,!1),isPageDownShift=e=>(e.key?"PageDown"===e.key:e.keyCode===KeyCodes.PAGE_DOWN)&&checkModifierKeys(e,!1,!1,!0),isPageDownAlt=e=>(e.key?"PageDown"===e.key:e.keyCode===KeyCodes.PAGE_DOWN)&&checkModifierKeys(e,!1,!0,!1),isPageUpShiftCtrl=e=>(e.key?"PageUp"===e.key:e.keyCode===KeyCodes.PAGE_UP)&&checkModifierKeys(e,!0,!1,!0),isPageDownShiftCtrl=e=>(e.key?"PageDown"===e.key:e.keyCode===KeyCodes.PAGE_DOWN)&&checkModifierKeys(e,!0,!1,!0),isShow=e=>e.key?isF4(e)||isShowByArrows(e):e.keyCode===KeyCodes.F4&&!hasModifierKeys(e)||e.keyCode===KeyCodes.ARROW_DOWN&&checkModifierKeys(e,!1,!0,!1),isF4=e=>"F4"===e.key&&!hasModifierKeys(e),isF4Shift=e=>(e.key?"F4"===e.key:e.keyCode===KeyCodes.F4)&&checkModifierKeys(e,!1,!1,!0),isF6Next=e=>(e.key?"F6"===e.key:e.keyCode===KeyCodes.F6)&&checkModifierKeys(e,!1,!1,!1)||(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===KeyCodes.ARROW_DOWN)&&checkModifierKeys(e,!0,!0,!1),isF6Previous=e=>(e.key?"F6"===e.key:e.keyCode===KeyCodes.F6)&&checkModifierKeys(e,!1,!1,!0)||(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===KeyCodes.ARROW_UP)&&checkModifierKeys(e,!0,!0,!1),isShowByArrows=e=>("ArrowDown"===e.key||"Down"===e.key||"ArrowUp"===e.key||"Up"===e.key)&&checkModifierKeys(e,!1,!0,!1),isShift=e=>"Shift"===e.key||e.keyCode===KeyCodes.SHIFT,isKeyA=e=>("A"===e.key||"a"===e.key||e.which===KeyCodes.A)&&checkModifierKeys(e,!1,!1,!1),isKeyP=e=>("P"===e.key||"p"===e.key||e.which===KeyCodes.P)&&checkModifierKeys(e,!1,!1,!1),hasModifierKeys=e=>e.shiftKey||e.altKey||getCtrlKey(e),getCtrlKey=e=>!(!e.metaKey&&!e.ctrlKey),checkModifierKeys=(e,t,o,i)=>e.shiftKey===i&&e.altKey===o&&getCtrlKey(e)===t,isNumber=e=>(e.key?-1!=="0123456789".indexOf(e.key):e.keyCode>=KeyCodes.DIGIT_0&&e.keyCode<=KeyCodes.DIGIT_9)&&checkModifierKeys(e,!1,!1,!1),isColon=e=>(e.key?":"===e.key:e.keyCode===KeyCodes.COLON)&&checkModifierKeys(e,!1,!1,!0),associatedElements=new WeakMap,registeredElements=new WeakMap,observerOptions={attributes:!0,childList:!0,characterData:!0,subtree:!0},getEffectiveAriaLabelText=e=>{const t=e;return t.accessibleNameRef?getAllAccessibleNameRefTexts(e):t.accessibleName?t.accessibleName:void 0},getAllAccessibleNameRefTexts=e=>{var t;const o=(null==(t=e.accessibleNameRef)?void 0:t.split(" "))??[],i=e.getRootNode();let a="";return o.forEach(((e,t)=>{const r=i.querySelector(`[id='${e}']`),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,t<o.length-1&&(a+=" "))})),a},_getAllAssociatedElementsFromDOM=e=>{const t=new Set;_getAssociatedLabels(e).forEach((e=>{t.add(e)}));const o=e.accessibleNameRef;return((null==o?void 0:o.split(" "))??[]).forEach((o=>{const i=_getReferencedElementById(e,o);i&&t.add(i)})),Array.from(t)},_getAssociatedLabels=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},_getReferencedElementById=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`),getAssociatedLabelForTexts=e=>{const t=[];if(_getAssociatedLabels(e).forEach((e=>{const o=e.textContent;o&&t.push(o)})),t.length)return t.join(" ")},_createInvalidationCallback=e=>t=>{if(!t||"property"!==t.type||"accessibleNameRef"!==t.name)return;const o=registeredElements.get(e);if(!o)return;const i=o.observedElements,a=_getAllAssociatedElementsFromDOM(e);i.forEach((e=>{a.includes(e)||_removeObservedElementFromRegisteredElement(o,e)})),a.forEach((e=>{i.includes(e)||(_addObservedElementToRegisteredElement(o,e),o.observedElements.push(e))})),null==o||o.callback()},registerUI5Element=(e,t)=>{if(registeredElements.has(e))return;const o=_getAllAssociatedElementsFromDOM(e),i=_createInvalidationCallback(e),a={host:e,observedElements:o,callback:t,invalidationCallback:i};registeredElements.set(e,a),e.attachInvalidate(i),o.forEach((e=>{_addObservedElementToRegisteredElement(a,e)})),t()},_addObservedElementToRegisteredElement=(e,t)=>{let o=associatedElements.get(t);if(!o){o={observer:null,callbacks:[]};const i=new MutationObserver((()=>{o.callbacks.forEach((e=>{e()}));const i=document.getElementById(t.id);e.host.id===t.getAttribute("for")||i||_removeObservedElementFromRegisteredElement(e,t)}));o.observer=i,i.observe(t,observerOptions),associatedElements.set(t,o)}o.callbacks.includes(e.callback)||o.callbacks.push(e.callback)},_removeObservedElementFromRegisteredElement=(e,t)=>{var o;const i=associatedElements.get(t);i&&(i.callbacks=i.callbacks.filter((t=>t!==e.callback)),i.callbacks.length||(null==(o=i.observer)||o.disconnect(),associatedElements.delete(t))),e.observedElements=e.observedElements.filter((e=>e!==t))},deregisterUI5Element=e=>{const t=registeredElements.get(e);if(!t)return;[...t.observedElements].forEach((e=>{_removeObservedElementFromRegisteredElement(t,e)})),e.detachInvalidate(t.invalidationCallback),registeredElements.delete(e)},isSSR="undefined"==typeof document,detectNavigatorLanguage=()=>{if(isSSR)return DEFAULT_LANGUAGE;const e=navigator.languages;return e&&e[0]||navigator.language||DEFAULT_LANGUAGE},eventProvider=new EventProvider,LANG_CHANGE="languageChange",attachLanguageChange=e=>{eventProvider.attachEvent(LANG_CHANGE,e)};let curLanguage,fetchDefaultLanguage;const getLanguage=()=>(void 0===curLanguage&&(curLanguage=getLanguage$1()),curLanguage),setFetchDefaultLanguage=e=>{fetchDefaultLanguage=e},getFetchDefaultLanguage=()=>(void 0===fetchDefaultLanguage&&setFetchDefaultLanguage(getFetchDefaultLanguage$1()),fetchDefaultLanguage),rLocale=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;let Locale$1=class{constructor(e){const t=rLocale.exec(e.replace(/_/g,"-"));if(null===t)throw new Error(`The given language ${e} does not adhere to BCP-47.`);this.sLocaleId=e,this.sLanguage=t[1]||DEFAULT_LANGUAGE,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,(e=>e.toUpperCase()))),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(e){return this.getPrivateUseSubtags().indexOf(e)>=0}toString(){const e=[this.sLanguage];return this.sScript&&e.push(this.sScript),this.sRegion&&e.push(this.sRegion),this.sVariant&&e.push(this.sVariant),this.sExtension&&e.push(this.sExtension),this.sPrivateUse&&e.push(this.sPrivateUse),e.join("-")}};const cache$2=new Map,getLocaleInstance=e=>(cache$2.has(e)||cache$2.set(e,new Locale$1(e)),cache$2.get(e)),convertToLocaleOrNull=e=>{try{if(e&&"string"==typeof e)return getLocaleInstance(e)}catch(e){}return new Locale$1(DEFAULT_LOCALE)},getLocale=e=>{if(e)return convertToLocaleOrNull(e);const t=getLanguage();return t?getLocaleInstance(t):convertToLocaleOrNull(detectNavigatorLanguage())},localeRegEX=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,SAPSupportabilityLocales=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,M_ISO639_NEW_TO_OLD={he:"iw",yi:"ji",nb:"no",sr:"sh"},normalizeLocale=e=>{let t;if(!e)return DEFAULT_LOCALE;if("string"==typeof e&&(t=localeRegEX.exec(e.replace(/_/g,"-")))){let e=t[1].toLowerCase(),o=t[3]?t[3].toUpperCase():void 0;const i=t[2]?t[2].toLowerCase():void 0,a=t[4]?t[4].slice(1):void 0,r=t[6];return e=M_ISO639_NEW_TO_OLD[e]||e,r&&(t=SAPSupportabilityLocales.exec(r))||a&&(t=SAPSupportabilityLocales.exec(a))?`en_US_${t[1].toLowerCase()}`:("zh"!==e||o||("hans"===i?o="CN":"hant"===i&&(o="TW")),e+(o?"_"+o+(a?"_"+a.replace("-","_"):""):""))}return DEFAULT_LOCALE},nextFallbackLocale=e=>{if(!e)return DEFAULT_LOCALE;if("zh_HK"===e)return"zh_TW";const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==DEFAULT_LOCALE?DEFAULT_LOCALE:""},warningShown$1=new Set,reportedErrors$1=new Set,bundleData=new Map,bundlePromises=new Map,loaders$2=new Map,registerI18nLoader=(e,t,o)=>{const i=`${e}/${t}`;loaders$2.set(i,o)},_setI18nBundleData=(e,t)=>{bundleData.set(e,t)},getI18nBundleData=e=>bundleData.get(e),_hasLoader=(e,t)=>{const o=`${e}/${t}`;return loaders$2.has(o)},_loadMessageBundleOnce=(e,t)=>{const o=`${e}/${t}`,i=loaders$2.get(o);return i&&!bundlePromises.get(o)&&bundlePromises.set(o,i(t)),bundlePromises.get(o)},_showAssetsWarningOnce$1=e=>{warningShown$1.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),warningShown$1.add(e))},useFallbackBundle=(e,t)=>t!==DEFAULT_LANGUAGE&&!_hasLoader(e,t),fetchI18nBundle=async e=>{const t=getLocale().getLanguage(),o=getLocale().getRegion(),i=getLocale().getVariant();let a=t+(o?`-${o}`:"")+(i?`-${i}`:"");if(useFallbackBundle(e,a))for(a=normalizeLocale(a);useFallbackBundle(e,a);)a=nextFallbackLocale(a);const r=getFetchDefaultLanguage();if(a!==DEFAULT_LANGUAGE||r)if(_hasLoader(e,a))try{const t=await _loadMessageBundleOnce(e,a);_setI18nBundleData(e,t)}catch(e){const t=e;reportedErrors$1.has(t.message)||(reportedErrors$1.add(t.message),console.error(t.message))}else _showAssetsWarningOnce$1(e);else _setI18nBundleData(e,null)};attachLanguageChange((e=>{const t=[...bundleData.keys()];return Promise.all(t.map(fetchI18nBundle))}));const messageFormatRegEX=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,formatMessage=(e,t)=>(t=t||[],e.replace(messageFormatRegEX,((e,o,i,a,r)=>{if(o)return"'";if(i)return i.replace(/''/g,"'");if(a){const e="string"==typeof a?parseInt(a):a;return String(t[e])}throw new Error(`[i18n]: pattern syntax error at pos ${r}`)}))),I18nBundleInstances=new Map;class I18nBundle{constructor(e){this.packageName=e}getText(e,...t){if("string"==typeof e&&(e={key:e,defaultText:e}),!e||!e.key)return"";const o=getI18nBundleData(this.packageName);o&&!o[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const i=o&&o[e.key]?o[e.key]:e.defaultText||e.key;return formatMessage(i,t)}}const getI18nBundleSync=e=>{if(I18nBundleInstances.has(e))return I18nBundleInstances.get(e);const t=new I18nBundle(e);return I18nBundleInstances.set(e,t),t},getI18nBundle=async e=>(await fetchI18nBundle(e),getI18nBundleSync(e)),markedEvents=new WeakMap,markEvent=(e,t)=>{markedEvents.set(e,t)},getEventMark=e=>markedEvents.get(e);var IconCollectionsAlias;!function(e){e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite"}(IconCollectionsAlias||(IconCollectionsAlias={}));const getIconCollectionByAlias=e=>IconCollectionsAlias[e]?IconCollectionsAlias[e]:e;var RegisteredIconCollection;!function(e){e.SAPIconsV4="SAP-icons-v4",e.SAPIconsV5="SAP-icons-v5",e.SAPIconsTNTV2="tnt-v2",e.SAPIconsTNTV3="tnt-v3",e.SAPBSIconsV1="business-suite-v1",e.SAPBSIconsV2="business-suite-v2"}(RegisteredIconCollection||(RegisteredIconCollection={}));const iconCollections=new Map;iconCollections.set("SAP-icons",{legacy:RegisteredIconCollection.SAPIconsV4,sap_horizon:RegisteredIconCollection.SAPIconsV5}),iconCollections.set("tnt",{legacy:RegisteredIconCollection.SAPIconsTNTV2,sap_horizon:RegisteredIconCollection.SAPIconsTNTV3}),iconCollections.set("business-suite",{legacy:RegisteredIconCollection.SAPBSIconsV1,sap_horizon:RegisteredIconCollection.SAPBSIconsV2});const registerIconCollectionForTheme=(e,t)=>{iconCollections.has(e)?iconCollections.set(e,{...t,...iconCollections.get(e)}):iconCollections.set(e,t)},getIconCollectionForTheme=e=>{const t=isLegacyThemeFamily()?"legacy":"sap_horizon";return iconCollections.has(e)?iconCollections.get(e)[t]:e},IconCollectionConfiguration=new Map,getDefaultIconCollection=e=>IconCollectionConfiguration.get(e),getEffectiveIconCollection=e=>{const t=getDefaultIconCollection(getTheme());return!e&&t?getIconCollectionByAlias(t):getIconCollectionForTheme(e||"SAP-icons")},DEFAULT_THEME_FAMILY="legacy",loaders$1=new Map,registry=getSharedResource("SVGIcons.registry",new Map),iconCollectionPromises=getSharedResource("SVGIcons.promises",new Map),ICON_NOT_FOUND$1="ICON_NOT_FOUND",_loadIconCollectionOnce=async e=>{if(!iconCollectionPromises.has(e)){if(!loaders$1.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=loaders$1.get(e);iconCollectionPromises.set(e,t(e))}return iconCollectionPromises.get(e)},_fillRegistry=e=>{Object.keys(e.data).forEach((t=>{const o=e.data[t];registerIcon(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName})}))},registerIcon=(e,t)=>{const o=`${t.collection}/${e}`;registry.set(o,{pathData:t.pathData,ltr:t.ltr,accData:t.accData,packageName:t.packageName,customTemplate:t.customTemplate,viewBox:t.viewBox,collection:t.collection})},processName=e=>{let t;return e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://","")),[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=getIconCollectionByAlias(t)),{name:e,collection:t}},getIconDataSync=e=>{const{name:t,collection:o}=processName(e);return getRegisteredIconData(o,t)},getIconData=async e=>{const{name:t,collection:o}=processName(e);let i="ICON_NOT_FOUND";try{i=await _loadIconCollectionOnce(getEffectiveIconCollection(o))}catch(e){const t=e;console.error(t.message)}if("ICON_NOT_FOUND"===i)return i;const a=getRegisteredIconData(o,t);return a||(Array.isArray(i)?i.forEach((e=>{_fillRegistry(e),registerIconCollectionForTheme(o,{[e.themeFamily||"legacy"]:e.collection})})):_fillRegistry(i),getRegisteredIconData(o,t))},getRegisteredIconData=(e,t)=>{const o=`${getEffectiveIconCollection(e)}/${t}`;return registry.get(o)},getIconAccessibleName=async e=>{if(!e)return;let t=getIconDataSync(e);if(t||(t=await getIconData(e)),t&&"ICON_NOT_FOUND"!==t&&t.accData){return(await getI18nBundle(t.packageName)).getText(t.accData)}},willShowContent=e=>Array.from(e).filter((e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||0!==(e.nodeValue||"").trim().length))).length>0;var ButtonDesign;!function(e){e.Default="Default",e.Positive="Positive",e.Negative="Negative",e.Transparent="Transparent",e.Emphasized="Emphasized",e.Attention="Attention"}(ButtonDesign||(ButtonDesign={}));const ButtonDesign$1=ButtonDesign;var ButtonType;!function(e){e.Button="Button",e.Submit="Submit",e.Reset="Reset"}(ButtonType||(ButtonType={}));const ButtonType$1=ButtonType;var ButtonAccessibleRole;!function(e){e.Button="Button",e.Link="Link"}(ButtonAccessibleRole||(ButtonAccessibleRole={}));const ButtonAccessibleRole$1=ButtonAccessibleRole;function block0$E(e,t,o){return effectiveHtml`<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${l$1(this.tabIndexValue)} aria-expanded="${l$1(this.accessibilityAttributes.expanded)}" aria-controls="${l$1(this.accessibilityAttributes.controls)}" aria-haspopup="${l$1(this._hasPopup)}" aria-label="${l$1(this.ariaLabelText)}" aria-describedby="${l$1(this.ariaDescribedbyText)}" title="${l$1(this.buttonTitle)}" part="button" role="${l$1(this.buttonAccessibleRole)}">${this.icon?block1$x.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.hasButtonType?block2$v.call(this,e,t,o):void 0}</button> `}function block1$x(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`}function block2$v(e,t,o){return effectiveHtml`<span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">${l$1(this.buttonTypeText)}</span>`}function block0$D(e,t,o){return effectiveHtml`<svg class="ui5-icon-root" part="root" tabindex="${l$1(this._tabIndex)}" dir="${l$1(this._dir)}" viewBox="${l$1(this.viewBox)}" role="${l$1(this.effectiveAccessibleRole)}" focusable="false" preserveAspectRatio="xMidYMid meet" aria-label="${l$1(this.effectiveAccessibleName)}" aria-hidden=${l$1(this.effectiveAriaHidden)} xmlns="http://www.w3.org/2000/svg" @focusin=${this._onfocusin} @focusout=${this._onfocusout} @keydown=${this._onkeydown} @keyup=${this._onkeyup}>${blockSVG1$1.call(this,e,t,o)}</svg>`}function block1$w(e,t,o){return effectiveSvg`<title id="${l$1(this._id)}-tooltip">${l$1(this.effectiveAccessibleName)}</title>`}function block2$u(e,t,o){return effectiveSvg`${l$1(this.customSvg)}`}function block3$o(e,t,o,i,a){return effectiveSvg`<path d="${l$1(i)}"></path>`}function blockSVG1$1(e,t,o){return effectiveSvg`${this.hasIconTooltip?block1$w.call(this,e,t,o):void 0}<g role="presentation">${this.customSvg?block2$u.call(this,e,t,o):void 0}${c(this.pathData,((e,t)=>e._id||t),((i,a)=>block3$o.call(this,e,t,o,i,a)))}</g>`}var IconDesign;!function(e){e.Contrast="Contrast",e.Critical="Critical",e.Default="Default",e.Information="Information",e.Negative="Negative",e.Neutral="Neutral",e.NonInteractive="NonInteractive",e.Positive="Positive"}(IconDesign||(IconDesign={}));const IconDesign$1=IconDesign,styleData$K={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon/parameters-bundle.css.ts",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #1d2d3e;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #1d2d3e;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #1d2d3e;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #1d2d3e;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #5b738b;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(29,45,62,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #1d2d3e;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #5d36ff;--sapContent_Illustrative_Color2: #0070f2;--sapContent_Illustrative_Color3: #f58b00;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #ebf8ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #005dc9;--sapContent_Illustrative_Color14: #004da5;--sapContent_Illustrative_Color15: #cc7400;--sapContent_Illustrative_Color16: #3b0ac6;--sapContent_Illustrative_Color17: #00a58a;--sapContent_Illustrative_Color18: #d1efff;--sapContent_Illustrative_Color19: #b8e6ff;--sapContent_Illustrative_Color20: #9eddff;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #1d2d3e;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #1d2d3e;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #1d2d3e;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #1d2d3e;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #1d2d3e;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #1d2d3e;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #1d2d3e;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #1d2d3e;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #1d2d3e;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #1d2d3e;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .5rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #1d2d3e;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #1d2d3e;--sapList_Active_TextColor: #1d2d3e;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #1d2d3e;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #1d2d3e;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #1d2d3e;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #1d2d3e;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #1d2d3e;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #1d2d3e;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #1d2d3e;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #1d2d3e;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #1d2d3e;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #1d2d3e;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #1d2d3e;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #1d2d3e;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #1d2d3e;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #fff2c0;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #fff2c0;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #fff2c0;--sapIndicationColor_3b_BorderColor: #fff2c0;--sapIndicationColor_3b_Hover_Background: #ffeda6;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d3effd;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d3effd;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d3effd;--sapIndicationColor_5b_BorderColor: #d3effd;--sapIndicationColor_5b_Hover_Background: #bbe6fc;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_OrderedColor_1: #0070f2;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #3c8cdd;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #0070f2;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_7: #3c8cdd;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_Neutral: #788fa6;}\n'},styleData$J={packageName:"@ui5/webcomponents",fileName:"themes/sap_horizon/parameters-bundle.css.ts",content:':root{--ui5-v1-24-7-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem;--ui5-v1-24-7-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v1-24-7-avatar-border-radius-img-deduction: .0625rem;--_ui5-v1-24-7_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_avatar_focus_width: .0625rem;--_ui5-v1-24-7_avatar_focus_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_avatar_focus_offset: .1875rem;--ui5-v1-24-7-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v1-24-7-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_avatar_fontsize_XS: 1rem;--_ui5-v1-24-7_avatar_fontsize_S: 1.125rem;--_ui5-v1-24-7_avatar_fontsize_M: 1.5rem;--_ui5-v1-24-7_avatar_fontsize_L: 2.25rem;--_ui5-v1-24-7_avatar_fontsize_XL: 3rem;--ui5-v1-24-7-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v1-24-7-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v1-24-7-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v1-24-7-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v1-24-7-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v1-24-7-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v1-24-7-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v1-24-7-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v1-24-7-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v1-24-7-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v1-24-7-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v1-24-7-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v1-24-7-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v1-24-7-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v1-24-7-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v1-24-7-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v1-24-7-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v1-24-7-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v1-24-7-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v1-24-7-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v1-24-7-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v1-24-7-avatar-placeholder-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v1-24-7-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v1-24-7-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v1-24-7-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v1-24-7-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v1-24-7-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v1-24-7-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v1-24-7-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v1-24-7-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v1-24-7-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v1-24-7-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--ui5-v1-24-7-avatar-placeholder-border-color: var(--sapContent_ImagePlaceholderBackground);--_ui5-v1-24-7_avatar_icon_XS: var(--_ui5-v1-24-7_avatar_fontsize_XS);--_ui5-v1-24-7_avatar_icon_S: var(--_ui5-v1-24-7_avatar_fontsize_S);--_ui5-v1-24-7_avatar_icon_M: var(--_ui5-v1-24-7_avatar_fontsize_M);--_ui5-v1-24-7_avatar_icon_L: var(--_ui5-v1-24-7_avatar_fontsize_L);--_ui5-v1-24-7_avatar_icon_XL: var(--_ui5-v1-24-7_avatar_fontsize_XL);--_ui5-v1-24-7_avatar_group_button_focus_border: none;--_ui5-v1-24-7_avatar_group_focus_border_radius: .375rem;--_ui5-v1-24-7-badge-icon-width: .75rem;--ui5-v1-24-7-badge-text-shadow: var(--sapContent_TextShadow);--ui5-v1-24-7-badge-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v1-24-7-badge-color-scheme-1-border: var(--sapAccentColor1);--ui5-v1-24-7-badge-color-scheme-2-border: var(--sapAccentColor2);--ui5-v1-24-7-badge-color-scheme-3-border: var(--sapAccentColor3);--ui5-v1-24-7-badge-color-scheme-4-border: var(--sapAccentColor4);--ui5-v1-24-7-badge-color-scheme-5-border: var(--sapAccentColor5);--ui5-v1-24-7-badge-color-scheme-6-border: var(--sapAccentColor6);--ui5-v1-24-7-badge-color-scheme-7-border: var(--sapAccentColor7);--ui5-v1-24-7-badge-color-scheme-8-border: var(--sapLegendColor18);--ui5-v1-24-7-badge-color-scheme-9-border: var(--sapAccentColor10);--ui5-v1-24-7-badge-color-scheme-10-border: var(--sapAccentColor9);--ui5-v1-24-7-badge-set2-color-scheme-1-color: var(--sapIndicationColor_1);--ui5-v1-24-7-badge-set2-color-scheme-1-background: var(--sapIndicationColor_1b);--ui5-v1-24-7-badge-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-2-color: var(--sapIndicationColor_2);--ui5-v1-24-7-badge-set2-color-scheme-2-background: var(--sapIndicationColor_2b);--ui5-v1-24-7-badge-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-3-color: var(--sapIndicationColor_3);--ui5-v1-24-7-badge-set2-color-scheme-3-background: var(--sapIndicationColor_3b);--ui5-v1-24-7-badge-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-4-color: var(--sapIndicationColor_4);--ui5-v1-24-7-badge-set2-color-scheme-4-background: var(--sapIndicationColor_4b);--ui5-v1-24-7-badge-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-5-color: var(--sapIndicationColor_5);--ui5-v1-24-7-badge-set2-color-scheme-5-background: var(--sapIndicationColor_5b);--ui5-v1-24-7-badge-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-6-color: var(--sapIndicationColor_6);--ui5-v1-24-7-badge-set2-color-scheme-6-background: var(--sapIndicationColor_6b);--ui5-v1-24-7-badge-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-7-color: var(--sapIndicationColor_7);--ui5-v1-24-7-badge-set2-color-scheme-7-background: var(--sapIndicationColor_7b);--ui5-v1-24-7-badge-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-8-color: var(--sapIndicationColor_8);--ui5-v1-24-7-badge-set2-color-scheme-8-background: var(--sapIndicationColor_8b);--ui5-v1-24-7-badge-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-9-color: var(--sapIndicationColor_9);--ui5-v1-24-7-badge-set2-color-scheme-9-background: var(--sapIndicationColor_9b);--ui5-v1-24-7-badge-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-10-color: var(--sapIndicationColor_10);--ui5-v1-24-7-badge-set2-color-scheme-10-background: var(--sapIndicationColor_10b);--ui5-v1-24-7-badge-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v1-24-7-badge-height: 1.375rem;--_ui5-v1-24-7-badge-border: none;--_ui5-v1-24-7-badge-border-radius: .25rem;--_ui5-v1-24-7-badge-padding-inline: .375em;--_ui5-v1-24-7-badge-padding-inline-icon-only: .313rem;--_ui5-v1-24-7-badge-text-transform: none;--_ui5-v1-24-7-badge-icon-height: 1rem;--_ui5-v1-24-7-badge-icon-gap: .25rem;--_ui5-v1-24-7-badge-font-size: var(--sapFontSize);--_ui5-v1-24-7-badge-font: var(--sapFontSemiboldDuplexFamily);--_ui5-v1-24-7-badge-font-weight: normal;--_ui5-v1-24-7-badge-letter-spacing: normal;--ui5-v1-24-7-badge-color-scheme-1-background: var(--sapAvatar_1_Background);--ui5-v1-24-7-badge-color-scheme-1-color: var(--sapAvatar_1_TextColor);--ui5-v1-24-7-badge-color-scheme-2-background: var(--sapAvatar_2_Background);--ui5-v1-24-7-badge-color-scheme-2-color: var(--sapAvatar_2_TextColor);--ui5-v1-24-7-badge-color-scheme-3-background: var(--sapAvatar_3_Background);--ui5-v1-24-7-badge-color-scheme-3-color: var(--sapAvatar_3_TextColor);--ui5-v1-24-7-badge-color-scheme-4-background: var(--sapAvatar_4_Background);--ui5-v1-24-7-badge-color-scheme-4-color: var(--sapAvatar_4_TextColor);--ui5-v1-24-7-badge-color-scheme-5-background: var(--sapAvatar_5_Background);--ui5-v1-24-7-badge-color-scheme-5-color: var(--sapAvatar_5_TextColor);--ui5-v1-24-7-badge-color-scheme-6-background: var(--sapAvatar_6_Background);--ui5-v1-24-7-badge-color-scheme-6-color: var(--sapAvatar_6_TextColor);--ui5-v1-24-7-badge-color-scheme-7-background: var(--sapAvatar_7_Background);--ui5-v1-24-7-badge-color-scheme-7-color: var(--sapAvatar_7_TextColor);--ui5-v1-24-7-badge-color-scheme-8-background: var(--sapAvatar_8_Background);--ui5-v1-24-7-badge-color-scheme-8-color: var(--sapAvatar_8_TextColor);--ui5-v1-24-7-badge-color-scheme-9-background: var(--sapAvatar_9_Background);--ui5-v1-24-7-badge-color-scheme-9-color: var(--sapAvatar_9_TextColor);--ui5-v1-24-7-badge-color-scheme-10-background: var(--sapAvatar_10_Background);--ui5-v1-24-7-badge-color-scheme-10-color: var(--sapAvatar_10_TextColor);--_ui5-v1-24-7_breadcrumbs_margin: 0 0 .5rem 0;--browser_scrollbar_border_radius: var(--sapElement_BorderCornerRadius);--browser_scrollbar_border: none;--_ui5-v1-24-7_busy_indicator_block_layer: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 20%);--_ui5-v1-24-7_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v1-24-7_busy_indicator_focus_border_radius: .75rem;--_ui5-v1-24-7_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_button_base_min_compact_width: 2rem;--_ui5-v1-24-7_button_base_height: var(--sapElement_Height);--_ui5-v1-24-7_button_compact_height: 1.625rem;--_ui5-v1-24-7_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v1-24-7_button_compact_padding: .4375rem;--_ui5-v1-24-7_button_emphasized_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_button_focus_offset: 1px;--_ui5-v1-24-7_button_focus_width: 1px;--_ui5-v1-24-7_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_button_emphasized_focused_active_border_color: transparent;--_ui5-v1-24-7_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_button_focused_border_radius: .375rem;--_ui5-v1-24-7_button_focused_inner_border_radius: .375rem;--_ui5-v1-24-7_button_base_min_width: 2.25rem;--_ui5-v1-24-7_button_base_padding: .5625rem;--_ui5-v1-24-7_button_base_icon_only_padding: .5625rem;--_ui5-v1-24-7_button_base_icon_margin: .375rem;--_ui5-v1-24-7_button_icon_font_size: 1rem;--_ui5-v1-24-7_button_text_shadow: none;--_ui5-v1-24-7_button_emphasized_border_width: .0625rem;--_ui5-v1-24-7_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_button_fontFamily: var(--sapFontSemiboldDuplexFamily);--_ui5-v1-24-7_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7-calendar-legend-root-padding: .75rem;--_ui5-v1-24-7-calendar-legend-root-width: 18.5rem;--_ui5-v1-24-7-calendar-legend-item-box-margin: .25rem .5rem .25rem .25rem;--_ui5-v1-24-7-calendar-legend-item-root-focus-margin: 0;--_ui5-v1-24-7-calendar-legend-item-root-width: 7.75rem;--_ui5-v1-24-7-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v1-24-7-calendar-legend-item-root-focus-border-radius: .125rem;--_ui5-v1-24-7_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v1-24-7_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v1-24-7_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_card_header_focus_bottom_radius: 0px;--_ui5-v1-24-7_card_header_title_font_weight: normal;--_ui5-v1-24-7_card_header_subtitle_margin_top: .25rem;--_ui5-v1-24-7_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v1-24-7_card_header_focus_offset: 0px;--_ui5-v1-24-7_card_header_focus_radius: var(--_ui5-v1-24-7_card_border-radius);--_ui5-v1-24-7_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v1-24-7_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v1-24-7_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v1-24-7_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v1-24-7_card_header_border: none;--_ui5-v1-24-7_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v1-24-7_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v1-24-7_card_border: none;--ui5-v1-24-7_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v1-24-7_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v1-24-7_carousel_button_size: 2.5rem;--ui5-v1-24-7_carousel_inactive_dot_size: .25rem;--ui5-v1-24-7_carousel_inactive_dot_margin: 0 .375rem;--ui5-v1-24-7_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v1-24-7_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v1-24-7_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v1-24-7_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v1-24-7_carousel_navigation_button_active_box_shadow: none;--_ui5-v1-24-7_checkbox_box_shadow: none;--_ui5-v1-24-7_checkbox_transition: unset;--_ui5-v1-24-7_checkbox_focus_border: none;--_ui5-v1-24-7_checkbox_border_radius: 0;--_ui5-v1-24-7_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_checkbox_outer_hover_background: transparent;--_ui5-v1-24-7_checkbox_inner_width_height: 1.375rem;--_ui5-v1-24-7_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_information_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_warning_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_error_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_success_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_default_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_background: var(--sapField_Background);--_ui5-v1-24-7_checkbox_wrapped_focus_padding: .375rem;--_ui5-v1-24-7_checkbox_wrapped_content_margin_top: .125rem;--_ui5-v1-24-7_checkbox_compact_wrapper_padding: .5rem;--_ui5-v1-24-7_checkbox_compact_width_height: 2rem;--_ui5-v1-24-7_checkbox_compact_inner_size: 1rem;--_ui5-v1-24-7_checkbox_compact_focus_position: .375rem;--_ui5-v1-24-7_checkbox_compact_wrapped_label_margin_top: -1px;--_ui5-v1-24-7_checkbox_label_offset: var(--_ui5-v1-24-7_checkbox_wrapper_padding);--_ui5-v1-24-7_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_checkbox_default_focus_border: none;--_ui5-v1-24-7_checkbox_focus_outline_display: block;--_ui5-v1-24-7_checkbox_wrapper_padding: .6875rem;--_ui5-v1-24-7_checkbox_width_height: 2.75rem;--_ui5-v1-24-7_checkbox_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v1-24-7_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v1-24-7_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v1-24-7_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v1-24-7_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v1-24-7_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v1-24-7_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v1-24-7_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v1-24-7_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_checkbox_focus_position: .3125rem;--_ui5-v1-24-7_checkbox_focus_border_radius: .5rem;--_ui5-v1-24-7_checkbox_right_focus_distance: var(--_ui5-v1-24-7_checkbox_focus_position);--_ui5-v1-24-7_checkbox_wrapped_focus_left_top_bottom_position: .1875rem;--_ui5-v1-24-7_color-palette-item-outer-border-radius: .25rem;--_ui5-v1-24-7_color-palette-item-inner-border-radius: .1875rem;--_ui5-v1-24-7_color-palette-item-container-sides-padding: .3125rem;--_ui5-v1-24-7_color-palette-item-container-rows-padding: .6875rem;--_ui5-v1-24-7_color-palette-item-focus-height: 1.5rem;--_ui5-v1-24-7_color-palette-item-container-padding: var(--_ui5-v1-24-7_color-palette-item-container-sides-padding) var(--_ui5-v1-24-7_color-palette-item-container-rows-padding);--_ui5-v1-24-7_color-palette-item-hover-margin: .0625rem;--_ui5-v1-24-7_color-palette-row-height: 9.5rem;--_ui5-v1-24-7_color-palette-button-height: 3rem;--_ui5-v1-24-7_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_color-palette-item-before-focus-offset: -.3125rem;--_ui5-v1-24-7_color-palette-item-before-focus-hover-offset: -.0625rem;--_ui5-v1-24-7_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_color-palette-item-after-focus-offset: -.1875rem;--_ui5-v1-24-7_color-palette-item-after-focus-hover-offset: .0625rem;--_ui5-v1-24-7_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v1-24-7_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v1-24-7_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v1-24-7_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v1-24-7_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v1-24-7_color_picker_circle_inner_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v1-24-7_color_picker_slider_handle_box_shadow: .125rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_color_picker_slider_handle_margin_top: -.1875rem;--_ui5-v1-24-7_color_picker_slider_handle_focus_margin_top: var(--_ui5-v1-24-7_color_picker_slider_handle_margin_top);--_ui5-v1-24-7_color_picker_slider_container_margin_top: -11px;--_ui5-v1-24-7_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_datepicker_icon_border: none;--_ui5-v1-24-7-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v1-24-7-datepicker_border_radius: .25rem;--_ui5-v1-24-7-datepicker_icon_border_radius: .125rem;--_ui5-v1-24-7_daypicker_item_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_margin: 2px;--_ui5-v1-24-7_daypicker_item_border: none;--_ui5-v1-24-7_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_daynames_container_height: 2rem;--_ui5-v1-24-7_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v1-24-7_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_now_inner_border_radius: 0;--_ui5-v1-24-7_daypicker_item_outline_width: 1px;--_ui5-v1-24-7_daypicker_item_outline_offset: 1px;--_ui5-v1-24-7_daypicker_item_now_focus_after_width: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_focus_after_height: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_selected_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_item_now_selected_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_item_selected_background: transparent;--_ui5-v1-24-7_daypicker_item_outline_focus_after: none;--_ui5-v1-24-7_daypicker_item_border_focus_after: var(--_ui5-v1-24-7_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_width_focus_after: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_height_focus_after: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_outline: none;--_ui5-v1-24-7_daypicker_item_now_outline_offset: none;--_ui5-v1-24-7_daypicker_item_now_outline_offset_focus_after: var(--_ui5-v1-24-7_daypicker_item_now_outline_offset);--_ui5-v1-24-7_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v1-24-7_daypicker_item_now_not_selected_inset: 0;--_ui5-v1-24-7_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v1-24-7_daypicker_special_day_top: 2.5rem;--_ui5-v1-24-7_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v1-24-7_daypicker_item_border_radius: .4375rem;--_ui5-v1-24-7_daypicker_item_focus_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_width: .125rem;--_ui5-v1-24-7_daypicker_item_no_selected_inset: .375rem;--_ui5-v1-24-7_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v1-24-7_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_day_picker_item_selected_now_border_radius_focus: .1875rem;--ui5-v1-24-7-dp-item_withsecondtype_border: .375rem;--_ui5-v1-24-7_daypicker_item_now_border: .125rem solid var(--sapLegend_CurrentDateTime);--_ui5-v1-24-7_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_selected_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v1-24-7_daypicker_item_border_radius_item: .5rem;--_ui5-v1-24-7_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v1-24-7_daypicker_item_selected_between_border: .5rem;--_ui5-v1-24-7_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v1-24-7_daypicker_item_selected_between_text_background: transparent;--_ui5-v1-24-7_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v1-24-7_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v1-24-7_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v1-24-7_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v1-24-7_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v1-24-7_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v1-24-7_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v1-24-7_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v1-24-7_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v1-24-7_daypicker_item_now_inset: .3125rem;--_ui5-v1-24-7-dp-item_withsecondtype_border: .25rem;--_ui5-v1-24-7_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v1-24-7_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v1-24-7_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v1-24-7_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v1-24-7-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v1-24-7_daypicker_item_now_focus_margin: 0;--_ui5-v1-24-7_daypicker_special_day_border_top: none;--_ui5-v1-24-7_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 2.125rem;--_ui5-v1-24-7_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom: 0;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v1-24-7_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v1-24-7_dialog_resize_handle_color: var(--sapButton_Lite_TextColor);--_ui5-v1-24-7_dialog_header_error_state_icon_color: var(--sapNegativeElementColor);--_ui5-v1-24-7_dialog_header_information_state_icon_color: var(--sapInformativeElementColor);--_ui5-v1-24-7_dialog_header_success_state_icon_color: var(--sapPositiveElementColor);--_ui5-v1-24-7_dialog_header_warning_state_icon_color: var(--sapCriticalElementColor);--_ui5-v1-24-7_dialog_header_state_line_height: .0625rem;--_ui5-v1-24-7_dialog_header_focus_bottom_offset: 2px;--_ui5-v1-24-7_dialog_header_focus_top_offset: 1px;--_ui5-v1-24-7_dialog_header_focus_left_offset: 1px;--_ui5-v1-24-7_dialog_header_focus_right_offset: 1px;--_ui5-v1-24-7_dialog_resize_handle_right: 0;--_ui5-v1-24-7_dialog_resize_handle_bottom: 3px;--_ui5-v1-24-7_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_file_uploader_value_state_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v1-24-7_file_uploader_hover_border: none;--ui5-v1-24-7-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v1-24-7-icon-focus-border-radius: .25rem;--_ui5-v1-24-7_input_width: 13.125rem;--_ui5-v1-24-7_input_min_width: 2.75rem;--_ui5-v1-24-7_input_height: var(--sapElement_Height);--_ui5-v1-24-7_input_compact_height: 1.625rem;--_ui5-v1-24-7_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_background_color: var(--sapField_Background);--_ui5-v1-24-7_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v1-24-7_input_placeholder_style: italic;--_ui5-v1-24-7_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_input_bottom_border_height: 0;--_ui5-v1-24-7_input_bottom_border_color: transparent;--_ui5-v1-24-7_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_input_state_border_width: .125rem;--_ui5-v1-24-7_input_information_border_width: .125rem;--_ui5-v1-24-7_input_error_font_weight: normal;--_ui5-v1-24-7_input_warning_font_weight: normal;--_ui5-v1-24-7_input_focus_border_width: 1px;--_ui5-v1-24-7_input_error_warning_font_style: inherit;--_ui5-v1-24-7_input_error_warning_text_indent: 0;--_ui5-v1-24-7_input_disabled_color: var(--sapContent_DisabledTextColor);--_ui5-v1-24-7_input_disabled_font_weight: normal;--_ui5-v1-24-7_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7-input_disabled_background: var(--sapField_Background);--_ui5-v1-24-7_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v1-24-7_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v1-24-7_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_input_icon_min_width: 2.25rem;--_ui5-v1-24-7_input_compact_min_width: 2rem;--_ui5-v1-24-7_input_transition: none;--_ui5-v1-24-7-input-value-state-icon-display: none;--_ui5-v1-24-7_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v1-24-7_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v1-24-7_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_input_value_state_success_border_width: 1px;--_ui5-v1-24-7_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v1-24-7_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v1-24-7-input-value-state-information-border-width: 1px;--_ui5-v1-24-7-input-background-image: none;--ui5-v1-24-7_input_focus_pseudo_element_content: "";--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v1-24-7-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_input_icon_width: 2.25rem;--_ui5-v1-24-7-input-icons-count: 0;--_ui5-v1-24-7_input_margin_top_bottom: .1875rem;--_ui5-v1-24-7_input_tokenizer_min_width: 3.25rem;--_ui5-v1-24-7-input-border: none;--_ui5-v1-24-7_input_hover_border: none;--_ui5-v1-24-7_input_focus_border_radius: .25rem;--_ui5-v1-24-7_input_readonly_focus_border_radius: .125rem;--_ui5-v1-24-7_input_error_warning_border_style: none;--_ui5-v1-24-7_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v1-24-7_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_input_focus_offset: 0;--_ui5-v1-24-7_input_readonly_focus_offset: .125rem;--_ui5-v1-24-7_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v1-24-7_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v1-24-7_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v1-24-7_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v1-24-7_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v1-24-7_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v1-24-7_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v1-24-7_input_value_state_success_border_width));--_ui5-v1-24-7_input_icon_color: var(--sapContent_IconColor);--_ui5-v1-24-7_input_icon_pressed_bg: var(--sapButton_Selected_Background);--_ui5-v1-24-7_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v1-24-7_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v1-24-7_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_input_icon_border_radius: .25rem;--_ui5-v1-24-7_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v1-24-7_input_icon_border: none;--_ui5-v1-24-7_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v1-24-7_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v1-24-7_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v1-24-7_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v1-24-7_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v1-24-7_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v1-24-7_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v1-24-7_link_focus_text_decoration: underline;--_ui5-v1-24-7_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v1-24-7_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v1-24-7_link_focused_hover_text_decoration: none;--_ui5-v1-24-7_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v1-24-7_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v1-24-7_link_outline: none;--_ui5-v1-24-7_link_focus_border-radius: .125rem;--_ui5-v1-24-7_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v1-24-7_link_subtle_text_decoration: underline;--_ui5-v1-24-7_link_subtle_text_decoration_hover: none;--ui5-v1-24-7_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v1-24-7-listitem-background-color: var(--sapList_Background);--ui5-v1-24-7-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v1-24-7-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v1-24-7-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_listitembase_focus_width: 1px;--_ui5-v1-24-7-listitembase_disabled_opacity: .5;--_ui5-v1-24-7_product_switch_item_border: none;--ui5-v1-24-7-listitem-active-border-color: var(--sapContent_FocusColor);--_ui5-v1-24-7_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v1-24-7_menu_item_submenu_icon_right: 1rem;--_ui5-v1-24-7_menu_item_additional_text_start_margin: 1rem;--_ui5-v1-24-7_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v1-24-7_monthpicker_item_border: none;--_ui5-v1-24-7_monthpicker_item_margin: 1px;--_ui5-v1-24-7_monthpicker_item_border_radius: .5rem;--_ui5-v1-24-7_monthpicker_item_focus_after_border: var(--_ui5-v1-24-7_button_focused_border);--_ui5-v1-24-7_monthpicker_item_focus_after_border_radius: .5rem;--_ui5-v1-24-7_monthpicker_item_focus_after_width: calc(100% - .5rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_height: calc(100% - .5rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_offset: .25rem;--_ui5-v1-24-7_monthpicker_item_selected_text_color: var(--sapContent_Selected_TextColor);--_ui5-v1-24-7_monthpicker_item_selected_background_color:var(--sapLegend_WorkingBackground);--_ui5-v1-24-7_monthpicker_item_selected_hover_color: var(--sapList_Hover_Background);--_ui5-v1-24-7_monthpicker_item_selected_box_shadow: none;--_ui5-v1-24-7_monthpicker_item_focus_after_outline: .125rem solid var(--sapSelectedColor);--_ui5-v1-24-7_monthpicker_item_selected_font_wieght: bold;--_ui5-v1-24-7_message_strip_icon_width: 2.5rem;--_ui5-v1-24-7_message_strip_button_border_width: 0;--_ui5-v1-24-7_message_strip_button_border_style: none;--_ui5-v1-24-7_message_strip_button_border_color: transparent;--_ui5-v1-24-7_message_strip_button_border_radius: 0;--_ui5-v1-24-7_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v1-24-7_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v1-24-7_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v1-24-7_message_strip_button_height: 1.625rem;--_ui5-v1-24-7_message_strip_border_width: 1px;--_ui5-v1-24-7_message_strip_close_button_border: none;--_ui5-v1-24-7_message_strip_icon_top: .4375rem;--_ui5-v1-24-7_message_strip_focus_width: 1px;--_ui5-v1-24-7_message_strip_focus_offset: -2px;--_ui5-v1-24-7_message_strip_close_button_top: .125rem;--_ui5-v1-24-7_message_strip_close_button_right: .1875rem;--_ui5-v1-24-7_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_panel_header_height: 2.75rem;--_ui5-v1-24-7_panel_button_root_width: 2.75rem;--_ui5-v1-24-7_panel_button_root_height: 2.75rem;--_ui5-v1-24-7_panel_header_padding_right: .5rem;--_ui5-v1-24-7_panel_header_button_wrapper_padding: .25rem;--_ui5-v1-24-7_panel_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_panel_border_bottom: none;--_ui5-v1-24-7_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v1-24-7_panel_outline_offset: -.125rem;--_ui5-v1-24-7_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v1-24-7_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v1-24-7_panel_focus_offset: 0px;--_ui5-v1-24-7_panel_focus_bottom_offset: -1px;--_ui5-v1-24-7_panel_content_padding: .625rem 1rem;--_ui5-v1-24-7_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v1-24-7_popover_background: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v1-24-7_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v1-24-7_popup_content_padding_s: 1rem;--_ui5-v1-24-7_popup_content_padding_m_l: 2rem;--_ui5-v1-24-7_popup_content_padding_xl: 3rem;--_ui5-v1-24-7_popup_header_footer_padding_s: 1rem;--_ui5-v1-24-7_popup_header_footer_padding_m_l: 2rem;--_ui5-v1-24-7_popup_header_footer_padding_xl: 3rem;--_ui5-v1-24-7_popup_viewport_margin: 10px;--_ui5-v1-24-7_popup_header_font_weight: 400;--_ui5-v1-24-7_popup_header_prop_header_text_alignment: flex-start;--_ui5-v1-24-7_popup_header_background: var(--sapPageHeader_Background);--_ui5-v1-24-7_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v1-24-7_popup_header_border: none;--_ui5-v1-24-7_popup_header_font_family: var(--sapFontHeaderFamily);--_ui5-v1-24-7_popup_border_radius: .5rem;--_ui5-v1-24-7_popup_block_layer_background: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 60%);--_ui5-v1-24-7_progress_indicator_bar_border_max: none;--_ui5-v1-24-7_progress_indicator_icon_visibility: inline-block;--_ui5-v1-24-7_progress_indicator_side_points_visibility: block;--_ui5-v1-24-7_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v1-24-7_progress_indicator_padding_end: 1.25rem;--_ui5-v1-24-7_progress_indicator_host_height: unset;--_ui5-v1-24-7_progress_indicator_host_min_height: unset;--_ui5-v1-24-7_progress_indicator_host_box_sizing: border-box;--_ui5-v1-24-7_progress_indicator_root_position: relative;--_ui5-v1-24-7_progress_indicator_root_border_radius: .25rem;--_ui5-v1-24-7_progress_indicator_root_height: .375rem;--_ui5-v1-24-7_progress_indicator_root_min_height: .375rem;--_ui5-v1-24-7_progress_indicator_root_overflow: visible;--_ui5-v1-24-7_progress_indicator_bar_height: .625rem;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_position: absolute;--_ui5-v1-24-7_progress_indicator_remaining_bar_width: 100%;--_ui5-v1-24-7_progress_indicator_remaining_bar_overflow: visible;--_ui5-v1-24-7_progress_indicator_icon_position: absolute;--_ui5-v1-24-7_progress_indicator_icon_right_position: -1.25rem;--_ui5-v1-24-7_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v1-24-7_progress_indicator_value_position: absolute;--_ui5-v1-24-7_progress_indicator_value_top_position: -1.3125rem;--_ui5-v1-24-7_progress_indicator_value_left_position: 0;--_ui5-v1-24-7_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v1-24-7_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v1-24-7_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v1-24-7_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v1-24-7_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v1-24-7_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v1-24-7_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v1-24-7_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v1-24-7_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v1-24-7_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v1-24-7_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v1-24-7_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v1-24-7_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v1-24-7_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v1-24-7_progress_indicator_border: none;--_ui5-v1-24-7_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v1-24-7_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v1-24-7_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v1-24-7_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v1-24-7_progress_indicator_color: var(--sapField_TextColor);--_ui5-v1-24-7_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v1-24-7_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v1-24-7_rating_indicator_item_height: 1em;--_ui5-v1-24-7_rating_indicator_item_width: 1em;--_ui5-v1-24-7_rating_indicator_component_spacing: .5rem 0px;--_ui5-v1-24-7_rating_indicator_border_radius: .25rem;--_ui5-v1-24-7_rating_indicator_outline_offset: .125rem;--_ui5-v1-24-7_rating_indicator_readonly_item_height: .75em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: .75em;--_ui5-v1-24-7_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v1-24-7_segmented_btn_inner_border: .0625rem solid transparent;--_ui5-v1-24-7_segmented_btn_inner_border_odd_child: .0625rem solid transparent;--_ui5-v1-24-7_segmented_btn_inner_pressed_border_odd_child: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_segmented_btn_inner_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v1-24-7_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v1-24-7_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v1-24-7_segmented_btn_hover_box_shadow: none;--_ui5-v1-24-7_segmented_btn_item_border_left: .0625rem;--_ui5-v1-24-7_segmented_btn_item_border_right: .0625rem;--_ui5-v1-24-7_radio_button_min_width: 2.75rem;--_ui5-v1-24-7_radio_button_hover_fill_error: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_warning: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_success: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_information: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v1-24-7_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v1-24-7_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v1-24-7_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v1-24-7_radio_button_warning_error_border_dash: 0;--_ui5-v1-24-7_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v1-24-7_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v1-24-7_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v1-24-7_radio_button_border: none;--_ui5-v1-24-7_radio_button_focus_border: none;--_ui5-v1-24-7_radio_button_focus_outline: block;--_ui5-v1-24-7_radio_button_color: var(--sapField_BorderColor);--_ui5-v1-24-7_radio_button_label_offset: 1px;--_ui5-v1-24-7_radio_button_items_align: unset;--_ui5-v1-24-7_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v1-24-7_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v1-24-7_radio_button_border_radius: .5rem;--_ui5-v1-24-7_radio_button_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_radio_button_inner_ring_radius: 27.5%;--_ui5-v1-24-7_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v1-24-7_radio_button_read_only_border_type: 4,2;--_ui5-v1-24-7_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v1-24-7_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v1-24-7_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v1-24-7_radio_button_hover_fill: var(--sapContent_Selected_Hover_Background);--_ui5-v1-24-7_radio_button_focus_dist: .375rem;--_ui5-v1-24-7_switch_height: 2.75rem;--_ui5-v1-24-7_switch_foucs_border_size: 1px;--_ui5-v1-24-7-switch-root-border-radius: 0;--_ui5-v1-24-7-switch-root-box-shadow: none;--_ui5-v1-24-7-switch-focus: "";--_ui5-v1-24-7_switch_track_border_radius: .75rem;--_ui5-v1-24-7-switch-track-border: 1px solid;--_ui5-v1-24-7_switch_track_transition: none;--_ui5-v1-24-7_switch_handle_border_radius: 1rem;--_ui5-v1-24-7-switch-handle-icon-display: none;--_ui5-v1-24-7-switch-slider-texts-display: inline;--_ui5-v1-24-7_switch_width: 3.5rem;--_ui5-v1-24-7_switch_min_width: none;--_ui5-v1-24-7_switch_with_label_width: 3.875rem;--_ui5-v1-24-7_switch_focus_outline: none;--_ui5-v1-24-7_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_switch_root_after_boreder: none;--_ui5-v1-24-7_switch_root_after_boreder_radius: 1rem;--_ui5-v1-24-7_switch_root_outline_top: .5rem;--_ui5-v1-24-7_switch_root_outline_bottom: .5rem;--_ui5-v1-24-7_switch_root_outline_left: .375rem;--_ui5-v1-24-7_switch_root_outline_right: .375rem;--_ui5-v1-24-7_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v1-24-7_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v1-24-7_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v1-24-7_switch_track_width: 2.5rem;--_ui5-v1-24-7_switch_track_height: 1.5rem;--_ui5-v1-24-7_switch_track_with_label_width: 2.875rem;--_ui5-v1-24-7_switch_track_with_label_height: 1.5rem;--_ui5-v1-24-7_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v1-24-7_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v1-24-7_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v1-24-7_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v1-24-7_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v1-24-7_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v1-24-7_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v1-24-7_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v1-24-7_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v1-24-7_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v1-24-7_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v1-24-7_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v1-24-7_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v1-24-7_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v1-24-7_switch_track_icon_display: inline-block;--_ui5-v1-24-7_switch_handle_width: 1.5rem;--_ui5-v1-24-7_switch_handle_height: 1.25rem;--_ui5-v1-24-7_switch_handle_with_label_width: 1.75rem;--_ui5-v1-24-7_switch_handle_with_label_height: 1.25rem;--_ui5-v1-24-7_switch_handle_border: var(--_ui5-v1-24-7_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_border_width: .125rem;--_ui5-v1-24-7_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v1-24-7_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v1-24-7_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v1-24-7_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v1-24-7_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v1-24-7_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v1-24-7_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v1-24-7_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_left: .0625rem;--_ui5-v1-24-7_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v1-24-7_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v1-24-7_switch_text_width: 1.25rem;--_ui5-v1-24-7_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v1-24-7_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_switch_text_with_label_width: 1.75rem;--_ui5-v1-24-7_switch_text_inactive_left: .1875rem;--_ui5-v1-24-7_switch_text_inactive_left_alternate: .0625rem;--_ui5-v1-24-7_switch_text_inactive_right: auto;--_ui5-v1-24-7_switch_text_inactive_right_alternate: 0;--_ui5-v1-24-7_switch_text_active_left: .1875rem;--_ui5-v1-24-7_switch_text_active_left_alternate: .0625rem;--_ui5-v1-24-7_switch_text_active_right: auto;--_ui5-v1-24-7_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v1-24-7_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v1-24-7_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v1-24-7_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v1-24-7_switch_text_overflow: hidden;--_ui5-v1-24-7_switch_text_z_index: 1;--_ui5-v1-24-7_switch_text_hidden: hidden;--_ui5-v1-24-7_switch_text_min_width: none;--_ui5-v1-24-7_switch_icon_width: 1rem;--_ui5-v1-24-7_switch_icon_height: 1rem;--_ui5-v1-24-7_select_disabled_background: var(--sapField_Background);--_ui5-v1-24-7_select_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_select_state_error_warning_border_style: solid;--_ui5-v1-24-7_select_state_error_warning_border_width: .125rem;--_ui5-v1-24-7_select_focus_width: 1px;--_ui5-v1-24-7_select_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_select_hover_icon_left_border: none;--_ui5-v1-24-7_select_option_focus_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_split_button_host_transparent_hover_background: transparent;--_ui5-v1-24-7_split_button_transparent_disabled_background: transparent;--_ui5-v1-24-7_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v1-24-7_split_text_button_border_color: transparent;--_ui5-v1-24-7_split_text_button_background_color: transparent;--_ui5-v1-24-7_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_border_width: .0625rem;--_ui5-v1-24-7_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_positive_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_text_button_negative_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_text_button_attention_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_text_button_transparent_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_split_button_focused_border_radius: .375rem;--_ui5-v1-24-7_split_button_hover_border_radius: var(--_ui5-v1-24-7_button_border_radius);--_ui5-v1-24-7_split_button_middle_separator_width: 0;--_ui5-v1-24-7_split_button_middle_separator_left: -.0625rem;--_ui5-v1-24-7_split_button_middle_separator_hover_display: none;--_ui5-v1-24-7_split_button_text_button_width: 2.375rem;--_ui5-v1-24-7_split_button_text_button_right_border_width: .0625rem;--_ui5-v1-24-7_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v1-24-7_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v1-24-7_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_inner_focused_border_radius_outer: .375rem;--_ui5-v1-24-7_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v1-24-7_split_button_emphasized_separator_color: transparent;--_ui5-v1-24-7_split_button_positive_separator_color: transparent;--_ui5-v1-24-7_split_button_negative_separator_color: transparent;--_ui5-v1-24-7_split_button_attention_separator_color: transparent;--_ui5-v1-24-7_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v1-24-7_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border_right: none;--_ui5-v1-24-7_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v1-24-7_tc_header_height: var(--_ui5-v1-24-7_tc_item_height);--_ui5-v1-24-7_tc_header_height_text_only: var(--_ui5-v1-24-7_tc_item_text_only_height);--_ui5-v1-24-7_tc_header_height_text_with_additional_text: var(--_ui5-v1-24-7_tc_item_text_only_with_additional_text_height);--_ui5-v1-24-7_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v1-24-7_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_content_background: var(--sapBackgroundColor);--_ui5-v1-24-7_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_tc_headeritem_padding: 1rem;--_ui5-v1-24-7_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_tc_headerItem_text_selected_color: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItem_additional_text_font_weight: normal;--_ui5-v1-24-7_tc_headerItem_neutral_color: var(--sapNeutralTextColor);--_ui5-v1-24-7_tc_headerItem_positive_color: var(--sapPositiveTextColor);--_ui5-v1-24-7_tc_headerItem_negative_color: var(--sapNegativeTextColor);--_ui5-v1-24-7_tc_headerItem_critical_color: var(--sapCriticalTextColor);--_ui5-v1-24-7_tc_headerItem_neutral_border_color: var(--sapNeutralElementColor);--_ui5-v1-24-7_tc_headerItem_positive_border_color: var(--sapPositiveElementColor);--_ui5-v1-24-7_tc_headerItem_negative_border_color: var(--sapNegativeElementColor);--_ui5-v1-24-7_tc_headerItem_critical_border_color: var(--sapCriticalElementColor);--_ui5-v1-24-7_tc_headerItem_neutral_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_neutral_color);--_ui5-v1-24-7_tc_headerItem_positive_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_positive_color);--_ui5-v1-24-7_tc_headerItem_negative_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_negative_color);--_ui5-v1-24-7_tc_headerItem_critical_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_critical_color);--_ui5-v1-24-7_tc_headerItem_transition: none;--_ui5-v1-24-7_tc_headerItem_hover_border_visibility: hidden;--_ui5-v1-24-7_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v1-24-7_tc_headerItemContent_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_neutral_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_positive_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_negative_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_critical_border_bg: transparent;--_ui5-v1-24-7_tc_headerItemContent_border_height: 0;--_ui5-v1-24-7_tc_headerItemContent_focus_offset: 1rem;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v1-24-7_tc_headerItemContent_focus_border: none;--_ui5-v1-24-7_tc_headerItemContent_default_focus_border: none;--_ui5-v1-24-7_tc_headerItemContent_focus_border_radius: 0;--_ui5-v1-24-7_tc_headerItemSemanticIcon_display: none;--_ui5-v1-24-7_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v1-24-7_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v1-24-7_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_tc_mixedMode_itemText_font_weight: normal;--_ui5-v1-24-7_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v1-24-7_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v1-24-7_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v1-24-7_tc_overflowItem_focus_offset: .125rem;--_ui5-v1-24-7_tc_overflowItem_extraIndent: 0rem;--_ui5-v1-24-7_tc_headerItemIcon_positive_selected_background: var(--sapPositiveColor);--_ui5-v1-24-7_tc_headerItemIcon_negative_selected_background: var(--sapNegativeColor);--_ui5-v1-24-7_tc_headerItemIcon_critical_selected_background: var(--sapCriticalColor);--_ui5-v1-24-7_tc_headerItemIcon_neutral_selected_background: var(--sapNeutralColor);--_ui5-v1-24-7_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_headerItemContent_border_bottom: .1875rem solid var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItem_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_default_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_current_color: CurrentColor;--_ui5-v1-24-7_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v1-24-7_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v1-24-7_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v1-24-7_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v1-24-7_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v1-24-7_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_tc_headerItem_focus_border_offset: -5px;--_ui5-v1-24-7_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v1-24-7_tc_headerItem_focus_border_radius: .375rem;--_ui5-v1-24-7_tc_headeritem_text_font_weight: bold;--_ui5-v1-24-7_tc_headerItem_focus_offset: 1px;--_ui5-v1-24-7_tc_headerItem_text_hover_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_tc_headerItemIcon_border: .125rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_tc_headerItemIcon_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_tc_headerItemIcon_selected_background: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_tc_headerItemIcon_background_color: var(--sapContent_Selected_Background);--_ui5-v1-24-7_tc_headerItemIcon_selected_color: var(--sapContent_ContrastIconColor);--_ui5-v1-24-7_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflow_text_color: var(--sapTextColor);--_ui5-v1-24-7_textarea_state_border_width: .125rem;--_ui5-v1-24-7_textarea_information_border_width: .125rem;--_ui5-v1-24-7_textarea_placeholder_font_style: italic;--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v1-24-7_textarea_error_placeholder_font_style: italic;--_ui5-v1-24-7_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_disabled_opacity: .4;--_ui5-v1-24-7_textarea_focus_pseudo_element_content: "";--_ui5-v1-24-7_textarea_min_height: 2.25rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .4375rem;--_ui5-v1-24-7_textarea_exceeded_text_height: 1rem;--_ui5-v1-24-7_textarea_hover_border: none;--_ui5-v1-24-7_textarea_focus_border_radius: .25rem;--_ui5-v1-24-7_textarea_error_warning_border_style: none;--_ui5-v1-24-7_textarea_line_height: 1.5;--_ui5-v1-24-7_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v1-24-7_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_textarea_focus_offset: 0;--_ui5-v1-24-7_textarea_readonly_focus_offset: 1px;--_ui5-v1-24-7_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v1-24-7_textarea_value_state_focus_offset: 0;--_ui5-v1-24-7_textarea_wrapper_padding: .0625rem;--_ui5-v1-24-7_textarea_success_wrapper_padding: .0625rem;--_ui5-v1-24-7_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v1-24-7_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly: .375rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .5rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v1-24-7_textarea_padding_top_information: .5rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .4375rem;--_ui5-v1-24-7_textarea_padding_right_and_left: .625rem;--_ui5-v1-24-7_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .625rem;--_ui5-v1-24-7_textarea_readonly_border_style: dashed;--_ui5-v1-24-7_time_picker_border: .0625rem solid transparent;--_ui5-v1-24-7-time_picker_border_radius: .25rem;--_ui5-v1-24-7_toast_vertical_offset: 3rem;--_ui5-v1-24-7_toast_horizontal_offset: 2rem;--_ui5-v1-24-7_toast_background: var(--sapList_Background);--_ui5-v1-24-7_toast_shadow: var(--sapContent_Shadow2);--_ui5-v1-24-7_toast_offset_width: -.1875rem;--_ui5-v1-24-7_wheelslider_item_text_size: var(--sapFontSize);--_ui5-v1-24-7_wheelslider_label_text_size: var(--sapFontSmallSize);--_ui5-v1-24-7_wheelslider_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 2);--_ui5-v1-24-7_wheelslider_mobile_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 4);--_ui5-v1-24-7_wheelslider_label_text_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_wheelslider_height: 240px;--_ui5-v1-24-7_wheelslider_mobile_height: 432px;--_ui5-v1-24-7_wheelslider_item_width: 48px;--_ui5-v1-24-7_wheelslider_item_height: 46px;--_ui5-v1-24-7_wheelslider_arrows_visibility: hidden;--_ui5-v1-24-7_wheelslider_item_background_color: var(--sapLegend_WorkingBackground);--_ui5-v1-24-7_wheelslider_item_text_color: var(--sapTextColor);--_ui_wheelslider_item_hover_color: var(--sapList_AlternatingBackground);--_ui_wheelslider_item_expanded_hover_color: var(--sapList_AlternatingBackground);--_ui_wheelslider_item_exanded_hover_color: var(--sapList_AlternatingBackground);--_ui5-v1-24-7_wheelslider_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_wheelslider_item_expanded_border_color: transparent;--_ui5-v1-24-7_wheelslider_item_hovered_border_color: transparent;--_ui5-v1-24-7_wheelslider_collapsed_item_text_color: var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_wheelslider_selected_item_background_color: var(--sapContent_Selected_Background);--_ui5-v1-24-7_wheelslider_selected_item_hover_background_color: var(--sapButton_Emphasized_Hover_BorderColor);--_ui5-v1-24-7_wheelslider_active_item_background_color:var(--sapContent_Selected_Background);--_ui5-v1-24-7_wheelslider_active_item_text_color: var(--sapContent_Selected_TextColor);--_ui5-v1-24-7_wheelslider_selection_frame_color: var(--sapList_SelectionBorderColor);--_ui_wheelslider_item_border_radius: var(--_ui5-v1-24-7_button_border_radius);--_ui5-v1-24-7_toggle_button_pressed_focussed: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_toggle_button_pressed_focussed_hovered: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_toggle_button_selected_positive_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_selected_negative_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_selected_attention_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_emphasized_pressed_focussed_hovered: var(--sapContent_FocusColor);--_ui5-v1-24-7_toggle_button_emphasized_text_shadow: none;--_ui5-v1-24-7_yearpicker_item_selected_focus: var(--sapContent_Selected_Background);--_ui5-v1-24-7_yearpicker_item_border: none;--_ui5-v1-24-7_yearpicker_item_margin: 1px;--_ui5-v1-24-7_yearpicker_item_border_radius: .5rem;--_ui5-v1-24-7_yearpicker_item_focus_after_offset: .25rem;--_ui5-v1-24-7_yearpicker_item_focus_after_border: var(--_ui5-v1-24-7_button_focused_border);--_ui5-v1-24-7_yearpicker_item_focus_after_border_radius: .5rem;--_ui5-v1-24-7_yearpicker_item_focus_after_width: calc(100% - .5rem) ;--_ui5-v1-24-7_yearpicker_item_focus_after_height: calc(100% - .5rem) ;--_ui5-v1-24-7_yearpicker_item_selected_background_color: transparent;--_ui5-v1-24-7_yearpicker_item_selected_text_color: var(--sapContent_Selected_TextColor);--_ui5-v1-24-7_yearpicker_item_selected_box_shadow: none;--_ui5-v1-24-7_yearpicker_item_selected_hover_color: var(--sapList_Hover_Background);--_ui5-v1-24-7_yearpicker_item_focus_after_outline: none;--_ui5-v1-24-7_calendar_header_middle_button_width: 6.25rem;--_ui5-v1-24-7_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_display: block;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v1-24-7_calendar_header_arrow_button_border: none;--_ui5-v1-24-7_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v1-24-7_calendar_header_button_background_color: var(--sapButton_Lite_Background);--_ui5-v1-24-7_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v1-24-7_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_border: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_border: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_background: transparent;--_ui5-v1-24-7_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v1-24-7_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v1-24-7_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v1-24-7_token_background: var(--sapButton_TokenBackground);--_ui5-v1-24-7_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v1-24-7_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_token_right_margin: .3125rem;--_ui5-v1-24-7_token_padding: .25rem 0;--_ui5-v1-24-7_token_left_padding: .3125rem;--_ui5-v1-24-7_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_token_focus_offset: -.25rem;--_ui5-v1-24-7_token_focus_outline_width: .0625rem;--_ui5-v1-24-7_token_hover_border_color: var(--sapButton_TokenBorderColor);--_ui5-v1-24-7_token_selected_focus_outline: none;--_ui5-v1-24-7_token_focus_outline: none;--_ui5-v1-24-7_token_outline_offset: .125rem;--_ui5-v1-24-7_token_selected_hover_border_color: var(--sapButton_Selected_BorderColor);--ui5-v1-24-7_token_focus_pseudo_element_content: "";--_ui5-v1-24-7_token_border_radius: .375rem;--_ui5-v1-24-7_token_focus_outline_border_radius: .5rem;--_ui5-v1-24-7_token_text_color: var(--sapTextColor);--_ui5-v1-24-7_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v1-24-7_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v1-24-7_token_text_icon_top: .0625rem;--_ui5-v1-24-7_token_selected_focused_offset_bottom: -.375rem;--_ui5-v1-24-7_token_readonly_padding: .25rem .3125rem;--_ui5-v1-24-7_tokenizer-popover_offset: .3125rem;--_ui5-v1-24-7_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v1-24-7-multi_combobox_token_margin_top: 1px;--_ui5-v1-24-7_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_progress_border: none;--_ui5-v1-24-7_slider_padding: 1.406rem 1.0625rem;--_ui5-v1-24-7_slider_inner_height: .25rem;--_ui5-v1-24-7_slider_outer_height: 1.6875rem;--_ui5-v1-24-7_slider_progress_border_radius: .25rem;--_ui5-v1-24-7_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_margin_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2));--_ui5-v1-24-7_slider_handle_outline_offset: .075rem;--_ui5-v1-24-7_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_slider_progress_outline_offset: -.8125rem;--_ui5-v1-24-7_slider_disabled_opacity: .4;--_ui5-v1-24-7_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_range_slider_handle_background_focus: transparent;--_ui5-v1-24-7_slider_progress_box_sizing: content-box;--_ui5-v1-24-7_range_slider_focus_outline_width: 100%;--_ui5-v1-24-7_slider_progress_outline_offset_left: 0;--_ui5-v1-24-7_range_slider_focus_outline_radius: 0;--_ui5-v1-24-7_slider_progress_container_top: 0;--_ui5-v1-24-7_slider_progress_height: 100%;--_ui5-v1-24-7_slider_active_progress_border: none;--_ui5-v1-24-7_slider_active_progress_left: 0;--_ui5-v1-24-7_slider_active_progress_top: 0;--_ui5-v1-24-7_slider_no_tickmarks_progress_container_top: var(--_ui5-v1-24-7_slider_progress_container_top);--_ui5-v1-24-7_slider_no_tickmarks_progress_height: var(--_ui5-v1-24-7_slider_progress_height);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_border: var(--_ui5-v1-24-7_slider_active_progress_border);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_left: var(--_ui5-v1-24-7_slider_active_progress_left);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_top: var(--_ui5-v1-24-7_slider_active_progress_top);--_ui5-v1-24-7_slider_handle_focus_visibility: none;--_ui5-v1-24-7_slider_handle_icon_size: 1rem;--_ui5-v1-24-7_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v1-24-7_slider_progress_container_dot_display: block;--_ui5-v1-24-7_slider_inner_min_width: 4rem;--_ui5-v1-24-7_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v1-24-7_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v1-24-7_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v1-24-7_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v1-24-7_slider_handle_icon_display: inline-block;--_ui5-v1-24-7_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v1-24-7_slider_handle_border_radius: .5rem;--_ui5-v1-24-7_slider_handle_height: 1.5rem;--_ui5-v1-24-7_slider_handle_width: 2rem;--_ui5-v1-24-7_slider_handle_top: -.625rem;--_ui5-v1-24-7_slider_handle_font_family: "SAP-icons";--_ui5-v1-24-7_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v1-24-7_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v1-24-7_slider_handle_outline: none;--_ui5-v1-24-7_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v1-24-7_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v1-24-7_slider_tooltip_border: none;--_ui5-v1-24-7_slider_tooltip_border_radius: .5rem;--_ui5-v1-24-7_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v1-24-7_range_slider_legacy_progress_focus_display: none;--_ui5-v1-24-7_range_slider_progress_focus_display: block;--_ui5-v1-24-7_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v1-24-7_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v1-24-7_slider_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_slider_tooltip_min_width: 2rem;--_ui5-v1-24-7_slider_tooltip_padding: .25rem;--_ui5-v1-24-7_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v1-24-7_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_slider_tooltip_height: 1.375rem;--_ui5-v1-24-7_slider_handle_focus_width: 1px;--_ui5-v1-24-7_slider_start_end_point_size: .5rem;--_ui5-v1-24-7_slider_start_end_point_left: -.75rem;--_ui5-v1-24-7_slider_start_end_point_top: -.125rem;--_ui5-v1-24-7_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v1-24-7_slider_tooltip_bottom) - var(--_ui5-v1-24-7_slider_handle_focus_width));--_ui5-v1-24-7_slider_tooltip_border_box: border-box;--_ui5-v1-24-7_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v1-24-7_range_slider_active_handle_icon_display: none;--_ui5-v1-24-7_range_slider_progress_focus_top: -15px;--_ui5-v1-24-7_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2) - 5px);--_ui5-v1-24-7_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v1-24-7_range_slider_progress_focus_width: calc(100% + var(--_ui5-v1-24-7_slider_handle_width) + 10px);--_ui5-v1-24-7_range_slider_progress_focus_height: calc(var(--_ui5-v1-24-7_slider_handle_height) + 10px);--_ui5-v1-24-7_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v1-24-7_range_slider_root_hover_handle_bg: var(--_ui5-v1-24-7_slider_handle_hover_background);--_ui5-v1-24-7_range_slider_root_active_handle_icon_display: none;--_ui5-v1-24-7_slider_tickmark_height: .5rem;--_ui5-v1-24-7_slider_tickmark_top: -2px;--_ui5-v1-24-7_slider_handle_box_sizing: border-box;--_ui5-v1-24-7_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v1-24-7_slider_tooltip_bottom: 2rem;--_ui5-v1-24-7_value_state_message_border: none;--_ui5-v1-24-7_value_state_header_border: none;--_ui5-v1-24-7_input_value_state_icon_offset: .5rem;--_ui5-v1-24-7_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v1-24-7_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v1-24-7_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v1-24-7_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v1-24-7_value_state_message_icon_offset_phone: 1rem;--_ui5-v1-24-7_value_state_header_border_bottom: none;--_ui5-v1-24-7_input_value_state_icon_display: inline-block;--_ui5-v1-24-7_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v1-24-7_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v1-24-7_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v1-24-7_value_state_message_icon_width: 1rem;--_ui5-v1-24-7_value_state_message_icon_height: 1rem;--_ui5-v1-24-7_value_state_header_offset: -.25rem;--_ui5-v1-24-7_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v1-24-7_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v1-24-7_value_state_message_line_height: 1.125rem;--ui5-v1-24-7_table_bottom_border: 1px solid var(--sapList_BorderColor);--ui5-v1-24-7_table_multiselect_column_width: 2.75rem;--ui5-v1-24-7_table_header_row_border_width: 1px;--_ui5-v1-24-7_table_load_more_border-bottom: none;--ui5-v1-24-7_table_header_row_outline_width: var(--sapContent_FocusWidth);--ui5-v1-24-7_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);--ui5-v1-24-7_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);--ui5-v1-24-7_table_header_row_font_weight: bold;--ui5-v1-24-7_table_multiselect_popin_row_padding: 3.25rem;--ui5-v1-24-7_table_row_outline_width: var(--sapContent_FocusWidth);--ui5-v1-24-7_table_group_row_font-weight: bold;--ui5-v1-24-7_table_border_width: 1px 0 1px 0;--_ui5-v1-24-7-toolbar-padding-left: .5rem;--_ui5-v1-24-7-toolbar-padding-right: .5rem;--_ui5-v1-24-7-toolbar-item-margin-left: 0;--_ui5-v1-24-7-toolbar-item-margin-right: .25rem;--_ui5-v1-24-7_step_input_min_width: 7.25rem;--_ui5-v1-24-7_step_input_padding: 2.5rem;--_ui5-v1-24-7_step_input_input_error_background_color: inherit;--_ui5-v1-24-7-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v1-24-7_step_input_border_style: none;--_ui5-v1-24-7_step_input_border_style_hover: none;--_ui5-v1-24-7_step_input_button_background_color: transparent;--_ui5-v1-24-7_step_input_input_border: none;--_ui5-v1-24-7_step_input_input_margin_top: 0;--_ui5-v1-24-7_step_input_button_display: inline-flex;--_ui5-v1-24-7_step_input_button_left: 0;--_ui5-v1-24-7_step_input_button_right: 0;--_ui5-v1-24-7_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v1-24-7_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v1-24-7_step_input_input_border_radius_focused_after: .25rem;--_ui5-v1-24-7_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v1-24-7_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v1-24-7_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v1-24-7_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v1-24-7_step_input_disabled_button_background: none;--_ui5-v1-24-7_step_input_border_color_hover: none;--_ui5-v1-24-7_step_input_border_hover: none;--_ui5-v1-24-7_input_input_background_color: transparent;--_ui5-v1-24-7_load_more_padding: 0;--_ui5-v1-24-7_load_more_border: 1px top solid transparent;--_ui5-v1-24-7_load_more_border_radius: none;--_ui5-v1-24-7_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v1-24-7_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v1-24-7_calendar_height: 24.5rem;--_ui5-v1-24-7_calendar_width: 20rem;--_ui5-v1-24-7_calendar_padding: 1rem;--_ui5-v1-24-7_calendar_left_right_padding: .5rem;--_ui5-v1-24-7_calendar_top_bottom_padding: 1rem;--_ui5-v1-24-7_calendar_header_height: 3rem;--_ui5-v1-24-7_calendar_header_arrow_button_width: 2.5rem;--_ui5-v1-24-7_calendar_header_padding: .25rem 0;--_ui5-v1-24-7_checkbox_root_side_padding: .6875rem;--_ui5-v1-24-7_checkbox_icon_size: 1rem;--_ui5-v1-24-7_checkbox_partially_icon_size: .75rem;--_ui5-v1-24-7_custom_list_item_rb_min_width: 2.75rem;--_ui5-v1-24-7_day_picker_item_width: 2.25rem;--_ui5-v1-24-7_day_picker_item_height: 2.875rem;--_ui5-v1-24-7_day_picker_empty_height: 3rem;--_ui5-v1-24-7_day_picker_item_justify_content: space-between;--_ui5-v1-24-7_dp_two_calendar_item_now_text_padding_top: .375rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v1-24-7_dp_two_calendar_item_primary_text_height: 1.8125rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v1-24-7_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v1-24-7_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v1-24-7_datetime_picker_width: 40.0625rem;--_ui5-v1-24-7_datetime_picker_height: 25rem;--_ui5-v1-24-7_datetime_timeview_width: 17rem;--_ui5-v1-24-7_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v1-24-7_datetime_timeview_padding: 1rem;--_ui5-v1-24-7_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v1-24-7_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v1-24-7_dialog_content_min_height: 2.75rem;--_ui5-v1-24-7_dialog_footer_height: 2.75rem;--_ui5-v1-24-7_input_inner_padding: 0 .625rem;--_ui5-v1-24-7_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v1-24-7_input_inner_space_to_tokenizer: .125rem;--_ui5-v1-24-7_input_inner_space_to_n_more_text: .1875rem;--_ui5-v1-24-7_list_no_data_height: 3rem;--_ui5-v1-24-7_list_item_cb_margin_right: 0;--_ui5-v1-24-7_list_item_title_size: var(--sapFontLargeSize);--_ui5-v1-24-7_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v1-24-7_list_item_img_size: 3rem;--_ui5-v1-24-7_list_item_img_top_margin: .5rem;--_ui5-v1-24-7_list_item_img_bottom_margin: .5rem;--_ui5-v1-24-7_list_item_img_hn_margin: .75rem;--_ui5-v1-24-7_list_item_dropdown_base_height: 2.5rem;--_ui5-v1-24-7_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v1-24-7_list_item_icon_size: 1.125rem;--_ui5-v1-24-7_list_item_icon_padding-inline-end: .5rem;--_ui5-v1-24-7_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v1-24-7_checkbox_wrapper_padding));--_ui5-v1-24-7_list_item_content_vertical_offset: calc((var(--_ui5-v1-24-7_list_item_base_height) - var(--_ui5-v1-24-7_list_item_title_size)) / 2);--_ui5-v1-24-7_group_header_list_item_height: 2.75rem;--_ui5-v1-24-7_list_busy_row_height: 3rem;--_ui5-v1-24-7_month_picker_item_height: 3rem;--_ui5-v1-24-7_list_buttons_left_space: .125rem;--_ui5-v1-24-7_popup_default_header_height: 2.75rem;--_ui5-v1-24-7-notification-overflow-popover-padding: .25rem .5rem;--_ui5-v1-24-7_year_picker_item_height: 3rem;--_ui5-v1-24-7_tokenizer_padding: .25rem;--_ui5-v1-24-7_token_height: 1.625rem;--_ui5-v1-24-7_token_icon_size: .75rem;--_ui5-v1-24-7_token_icon_padding: .25rem .5rem;--_ui5-v1-24-7_token_wrapper_right_padding: .3125rem;--_ui5-v1-24-7_token_wrapper_left_padding: 0;--_ui5-v1-24-7_tl_bubble_padding: 1rem;--_ui5-v1-24-7_tl_indicator_before_bottom: -1.625rem;--_ui5-v1-24-7_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v1-24-7_tl_li_margin_bottom: 1.625rem;--_ui5-v1-24-7_switch_focus_width_size_horizon_exp: calc(100% + 4px) ;--_ui5-v1-24-7_switch_focus_height_size_horizon_exp: calc(100% + 4px) ;--_ui5-v1-24-7_tc_item_text: 3rem;--_ui5-v1-24-7_tc_item_height: 4.75rem;--_ui5-v1-24-7_tc_item_text_only_height: 2.75rem;--_ui5-v1-24-7_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v1-24-7_tc_item_text_line_height: 1.325rem;--_ui5-v1-24-7_tc_item_icon_circle_size: 2.75rem;--_ui5-v1-24-7_tc_item_icon_size: 1.25rem;--_ui5-v1-24-7_tc_item_add_text_margin_top: .375rem;--_ui5-v1-24-7_textarea_margin: .25rem 0;--_ui5-v1-24-7_radio_button_height: 2.75rem;--_ui5-v1-24-7_radio_button_label_side_padding: .875rem;--_ui5-v1-24-7_radio_button_inner_size: 2.75rem;--_ui5-v1-24-7_radio_button_svg_size: 1.375rem;--_ui5-v1-24-7-responsive_popover_header_height: 2.75rem;--ui5-v1-24-7_side_navigation_item_height: 2.75rem;--_ui5-v1-24-7_load_more_text_height: 2.75rem;--_ui5-v1-24-7_load_more_text_font_size: var(--sapFontMediumSize);--_ui5-v1-24-7_load_more_desc_padding: .375rem 2rem .875rem 2rem;--ui5-v1-24-7_table_header_row_height: 2.75rem;--ui5-v1-24-7_table_row_height: 2.75rem;--ui5-v1-24-7_table_focus_outline_offset: -.125rem;--ui5-v1-24-7_table_group_row_height: 2rem;--_ui5-v1-24-7-tree-indent-step: 1.5rem;--_ui5-v1-24-7-tree-toggle-box-width: 2.75rem;--_ui5-v1-24-7-tree-toggle-box-height: 2.25rem;--_ui5-v1-24-7-tree-toggle-icon-size: 1.0625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_bottom: -1.625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v1-24-7-toolbar-separator-height: 2rem;--_ui5-v1-24-7-toolbar-height: 2.75rem;--_ui5-v1-24-7_toolbar_overflow_padding: .25rem .5rem;--_ui5-v1-24-7_split_button_middle_separator_top: .625rem;--_ui5-v1-24-7_split_button_middle_separator_height: 1rem;--_ui5-v1-24-7_color-palette-item-height: 1.75rem;--_ui5-v1-24-7_color-palette-item-hover-height: 2.25rem;--_ui5-v1-24-7_color-palette-item-margin: calc(((var(--_ui5-v1-24-7_color-palette-item-hover-height) - var(--_ui5-v1-24-7_color-palette-item-height)) / 2) + .0625rem);--_ui5-v1-24-7_color-palette-row-width: 12rem;--_ui5-v1-24-7_textarea_padding_top: .5rem;--_ui5-v1-24-7_textarea_padding_bottom: .4375rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v1-24-7_input_min_width: 2rem;--_ui5-v1-24-7_input_icon_width: 2rem;--_ui5-v1-24-7_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v1-24-7_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v1-24-7_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v1-24-7_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v1-24-7_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v1-24-7_rating_indicator_item_height: .67em;--_ui5-v1-24-7_rating_indicator_item_width: .67em;--_ui5-v1-24-7_rating_indicator_component_spacing: .8125rem 0px;--_ui5-v1-24-7_rating_indicator_readonly_item_height: .5em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: .5em;--_ui5-v1-24-7_rating_indicator_readonly_item_spacing: .125rem .125rem;--_ui5-v1-24-7_radio_button_min_width: 2rem;--_ui5-v1-24-7_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v1-24-7_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v1-24-7_radio_button_focus_dist: .1875rem;--_ui5-v1-24-7_switch_height: 2rem;--_ui5-v1-24-7_switch_width: 3rem;--_ui5-v1-24-7_switch_min_width: none;--_ui5-v1-24-7_switch_with_label_width: 3.75rem;--_ui5-v1-24-7_switch_root_outline_top: .25rem;--_ui5-v1-24-7_switch_root_outline_bottom: .25rem;--_ui5-v1-24-7_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v1-24-7_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v1-24-7_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v1-24-7_switch_track_width: 2rem;--_ui5-v1-24-7_switch_track_height: 1.25rem;--_ui5-v1-24-7_switch_track_with_label_width: 2.75rem;--_ui5-v1-24-7_switch_track_with_label_height: 1.25rem;--_ui5-v1-24-7_switch_handle_width: 1.25rem;--_ui5-v1-24-7_switch_handle_height: 1rem;--_ui5-v1-24-7_switch_handle_with_label_width: 1.75rem;--_ui5-v1-24-7_switch_handle_with_label_height: 1rem;--_ui5-v1-24-7_switch_text_font_size: var(--sapFontSize);--_ui5-v1-24-7_switch_text_width: 1rem;--_ui5-v1-24-7_switch_text_active_left: .1875rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .125rem;--_ui5-v1-24-7_textarea_exceeded_text_height: .375rem;--_ui5-v1-24-7_textarea_min_height: 1.625rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly: .0625rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .1875rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: .125rem;--_ui5-v1-24-7_textarea_padding_top_information: .1875rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .125rem;--_ui5-v1-24-7_textarea_padding_right_and_left: .5rem;--_ui5-v1-24-7_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .5rem;--_ui5-v1-24-7_token_selected_focused_offset_bottom: -.25rem;--_ui5-v1-24-7_tokenizer-popover_offset: .1875rem;--_ui5-v1-24-7_slider_handle_icon_size: .875rem;--_ui5-v1-24-7_slider_padding: 1rem 1.0625rem;--_ui5-v1-24-7_range_slider_progress_focus_width: calc(100% + var(--_ui5-v1-24-7_slider_handle_width) + 10px);--_ui5-v1-24-7_range_slider_progress_focus_height: calc(var(--_ui5-v1-24-7_slider_handle_height) + 10px);--_ui5-v1-24-7_range_slider_progress_focus_top: -.8125rem;--_ui5-v1-24-7_slider_tooltip_bottom: 1.75rem;--_ui5-v1-24-7_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v1-24-7_slider_tooltip_bottom) - var(--_ui5-v1-24-7_slider_handle_focus_width));--_ui5-v1-24-7_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2) - 5px);--_ui5-v1-24-7_button_base_height: var(--sapElement_Compact_Height);--_ui5-v1-24-7_button_base_padding: .4375rem;--_ui5-v1-24-7_button_base_min_width: 2rem;--_ui5-v1-24-7_button_icon_font_size: 1rem;--_ui5-v1-24-7_calendar_height: 18rem;--_ui5-v1-24-7_calendar_width: 17.75rem;--_ui5-v1-24-7_calendar_left_right_padding: .25rem;--_ui5-v1-24-7_calendar_top_bottom_padding: .5rem;--_ui5-v1-24-7_calendar_header_height: 2rem;--_ui5-v1-24-7_calendar_header_arrow_button_width: 2rem;--_ui5-v1-24-7_calendar_header_padding: 0;--_ui5-v1-24-7-calendar-legend-root-padding: .5rem;--_ui5-v1-24-7-calendar-legend-root-width: 16.75rem;--_ui5-v1-24-7-calendar-legend-item-box-margin: .125rem .5rem .125rem .125rem;--_ui5-v1-24-7-calendar-legend-item-root-focus-margin: -.125rem;--_ui5-v1-24-7_checkbox_root_side_padding: var(--_ui5-v1-24-7_checkbox_wrapped_focus_padding);--_ui5-v1-24-7_checkbox_wrapped_content_margin_top: var(--_ui5-v1-24-7_checkbox_compact_wrapped_label_margin_top);--_ui5-v1-24-7_checkbox_wrapped_focus_left_top_bottom_position: var(--_ui5-v1-24-7_checkbox_compact_focus_position);--_ui5-v1-24-7_checkbox_width_height: var(--_ui5-v1-24-7_checkbox_compact_width_height);--_ui5-v1-24-7_checkbox_wrapper_padding: var(--_ui5-v1-24-7_checkbox_compact_wrapper_padding);--_ui5-v1-24-7_checkbox_inner_width_height: var(--_ui5-v1-24-7_checkbox_compact_inner_size);--_ui5-v1-24-7_checkbox_icon_size: .75rem;--_ui5-v1-24-7_checkbox_partially_icon_size: .5rem;--_ui5-v1-24-7_custom_list_item_rb_min_width: 2rem;--_ui5-v1-24-7_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v1-24-7_day_picker_item_width: 2rem;--_ui5-v1-24-7_day_picker_item_height: 2rem;--_ui5-v1-24-7_day_picker_empty_height: 2.125rem;--_ui5-v1-24-7_day_picker_item_justify_content: flex-end;--_ui5-v1-24-7_dp_two_calendar_item_now_text_padding_top: .5rem;--_ui5-v1-24-7_dp_two_calendar_item_primary_text_height: 1rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v1-24-7_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v1-24-7_daypicker_special_day_top: 1.625rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v1-24-7_datetime_picker_height: 20.5rem;--_ui5-v1-24-7_datetime_picker_width: 35.5rem;--_ui5-v1-24-7_datetime_timeview_width: 17rem;--_ui5-v1-24-7_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v1-24-7_datetime_timeview_padding: .5rem;--_ui5-v1-24-7_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v1-24-7_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v1-24-7_dialog_content_min_height: 2.5rem;--_ui5-v1-24-7_dialog_footer_height: 2.5rem;--_ui5-v1-24-7_input_height: var(--sapElement_Compact_Height);--_ui5-v1-24-7_input_inner_padding: 0 .5rem;--_ui5-v1-24-7_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v1-24-7_input_inner_space_to_tokenizer: .125rem;--_ui5-v1-24-7_input_inner_space_to_n_more_text: .125rem;--_ui5-v1-24-7_input_icon_min_width: var(--_ui5-v1-24-7_input_compact_min_width);--_ui5-v1-24-7_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v1-24-7_menu_item_submenu_icon_right: .75rem;--_ui5-v1-24-7-notification-overflow-popover-padding: .25rem .5rem;--_ui5-v1-24-7_popup_default_header_height: 2.5rem;--_ui5-v1-24-7_textarea_margin: .1875rem 0;--_ui5-v1-24-7_list_no_data_height: 2rem;--_ui5-v1-24-7_list_item_cb_margin_right: .5rem;--_ui5-v1-24-7_list_item_title_size: var(--sapFontSize);--_ui5-v1-24-7_list_item_img_top_margin: .55rem;--_ui5-v1-24-7_list_no_data_font_size: var(--sapFontSize);--_ui5-v1-24-7_list_item_dropdown_base_height: 2rem;--_ui5-v1-24-7_list_item_base_height: 2rem;--_ui5-v1-24-7_list_item_icon_size: 1rem;--_ui5-v1-24-7_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v1-24-7_checkbox_wrapper_padding));--_ui5-v1-24-7_list_item_content_vertical_offset: calc((var(--_ui5-v1-24-7_list_item_base_height) - var(--_ui5-v1-24-7_list_item_title_size)) / 2);--_ui5-v1-24-7_list_busy_row_height: 2rem;--_ui5-v1-24-7_list_buttons_left_space: .125rem;--_ui5-v1-24-7_month_picker_item_height: 2rem;--_ui5-v1-24-7_year_picker_item_height: 2rem;--_ui5-v1-24-7_panel_header_height: 2rem;--_ui5-v1-24-7_panel_button_root_height: 2rem;--_ui5-v1-24-7_panel_button_root_width: 2.5rem;--_ui5-v1-24-7_token_height: 1.25rem;--_ui5-v1-24-7_token_right_margin: .25rem;--_ui5-v1-24-7_token_left_padding: .25rem;--_ui5-v1-24-7_token_readonly_padding: .125rem .25rem;--_ui5-v1-24-7_token_focus_offset: -.125rem;--_ui5-v1-24-7_token_icon_size: .75rem;--_ui5-v1-24-7_token_icon_padding: .125rem .25rem;--_ui5-v1-24-7_token_wrapper_right_padding: .25rem;--_ui5-v1-24-7_token_wrapper_left_padding: 0;--_ui5-v1-24-7_token_outline_offset: -.125rem;--_ui5-v1-24-7_tl_bubble_padding: .5rem;--_ui5-v1-24-7_tl_indicator_before_bottom: -.5rem;--_ui5-v1-24-7_tl_padding: .5rem;--_ui5-v1-24-7_tl_li_margin_bottom: .5rem;--_ui5-v1-24-7_wheelslider_item_width: 64px;--_ui5-v1-24-7_wheelslider_item_height: 32px;--_ui5-v1-24-7_wheelslider_height: 224px;--_ui5-v1-24-7_wheelslider_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 2);--_ui5-v1-24-7_wheelslider_arrows_visibility: visible;--_ui5-v1-24-7_wheelslider_mobile_selection_frame_margin_top: 128px;--_ui5-v1-24-7_tc_item_text: 2rem;--_ui5-v1-24-7_tc_item_text_line_height: 1.325rem;--_ui5-v1-24-7_tc_item_add_text_margin_top: .3125rem;--_ui5-v1-24-7_tc_item_height: 4rem;--_ui5-v1-24-7_tc_header_height: var(--_ui5-v1-24-7_tc_item_height);--_ui5-v1-24-7_tc_item_icon_circle_size: 2rem;--_ui5-v1-24-7_tc_item_icon_size: 1rem;--_ui5-v1-24-7_radio_button_height: 2rem;--_ui5-v1-24-7_radio_button_label_side_padding: .5rem;--_ui5-v1-24-7_radio_button_inner_size: 2rem;--_ui5-v1-24-7_radio_button_svg_size: 1rem;--_ui5-v1-24-7-responsive_popover_header_height: 2.5rem;--ui5-v1-24-7_side_navigation_item_height: 2rem;--_ui5-v1-24-7_slider_handle_height: 1.25rem;--_ui5-v1-24-7_slider_handle_width: 1.25rem;--_ui5-v1-24-7_slider_tooltip_padding: .25rem;--_ui5-v1-24-7_slider_progress_outline_offset: -.625rem;--_ui5-v1-24-7_slider_outer_height: 1.3125rem;--_ui5-v1-24-7_step_input_min_width: 6rem;--_ui5-v1-24-7_step_input_padding: 2rem;--_ui5-v1-24-7_load_more_text_height: 2.625rem;--_ui5-v1-24-7_load_more_text_font_size: var(--sapFontSize);--_ui5-v1-24-7_load_more_desc_padding: 0 2rem .875rem 2rem;--ui5-v1-24-7_table_header_row_height: 2rem;--ui5-v1-24-7_table_row_height: 2rem;--_ui5-v1-24-7-tree-indent-step: .5rem;--_ui5-v1-24-7-tree-toggle-box-width: 2rem;--_ui5-v1-24-7-tree-toggle-box-height: 1.5rem;--_ui5-v1-24-7-tree-toggle-icon-size: .8125rem;--_ui5-v1-24-7_timeline_tli_indicator_before_bottom: -.5rem;--_ui5-v1-24-7_timeline_tli_indicator_before_right: -.5rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_bottom: -.75rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v1-24-7_vsd_header_container: 2.5rem;--_ui5-v1-24-7_vsd_sub_header_container_height: 2rem;--_ui5-v1-24-7_vsd_header_height: 4rem;--_ui5-v1-24-7_vsd_expand_content_height: 25.4375rem;--_ui5-v1-24-7-toolbar-separator-height: 1.5rem;--_ui5-v1-24-7-toolbar-height: 2rem;--_ui5-v1-24-7_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v1-24-7_textarea_padding_top: .1875rem;--_ui5-v1-24-7_textarea_padding_bottom: .125rem;--_ui5-v1-24-7_checkbox_focus_position: .25rem;--_ui5-v1-24-7_split_button_middle_separator_top: .3125rem;--_ui5-v1-24-7_split_button_middle_separator_height: 1rem;--_ui5-v1-24-7_slider_handle_top: -.5rem;--_ui5-v1-24-7_slider_tooltip_height: 1.375rem;--_ui5-v1-24-7_color-palette-item-height: 1.25rem;--_ui5-v1-24-7_color-palette-item-focus-height: 1rem;--_ui5-v1-24-7_color-palette-item-container-sides-padding: .1875rem;--_ui5-v1-24-7_color-palette-item-container-rows-padding: .8125rem;--_ui5-v1-24-7_color-palette-item-hover-height: 1.625rem;--_ui5-v1-24-7_color-palette-item-margin: calc(((var(--_ui5-v1-24-7_color-palette-item-hover-height) - var(--_ui5-v1-24-7_color-palette-item-height)) / 2) + .0625rem);--_ui5-v1-24-7_color-palette-row-width: 8.75rem;--_ui5-v1-24-7_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v1-24-7_color-palette-item-hover-margin: .0625rem;--_ui5-v1-24-7_color-palette-row-height: 7.5rem;--_ui5-v1-24-7_color-palette-button-height: 2rem;--_ui5-v1-24-7_color-palette-item-before-focus-offset: -.25rem;--_ui5-v1-24-7_color-palette-item-after-focus-offset: -.125rem;--_ui5-v1-24-7_color_picker_slider_container_margin_top: -9px;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v1-24-7_rotation_90deg: rotate(90deg);--_ui5-v1-24-7_rotation_minus_90deg: rotate(-90deg);--_ui5-v1-24-7_icon_transform_scale: none;--_ui5-v1-24-7_panel_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_90deg);--_ui5-v1-24-7_li_notification_group_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_90deg);--_ui5-v1-24-7_timeline_scroll_container_offset: .5rem;--_ui5-v1-24-7_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v1-24-7_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v1-24-7_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v1-24-7_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v1-24-7_dialog_resize_cursor: se-resize;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v1-24-7_menu_submenu_margin_offset: -.25rem 0;--_ui5-v1-24-7_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v1-24-7-menu_item_icon_float: right;--_ui5-v1-24-7-shellbar-notification-btn-count-offset: -.125rem}[dir=rtl]{--_ui5-v1-24-7_icon_transform_scale: scale(-1, 1);--_ui5-v1-24-7_panel_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_minus_90deg);--_ui5-v1-24-7_li_notification_group_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_minus_90deg);--_ui5-v1-24-7_timeline_scroll_container_offset: -.5rem;--_ui5-v1-24-7_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v1-24-7_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v1-24-7_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v1-24-7_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v1-24-7_dialog_resize_cursor:sw-resize;--_ui5-v1-24-7_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v1-24-7_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v1-24-7-menu_item_icon_float: left;--_ui5-v1-24-7-shellbar-notification-btn-count-offset: auto;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v1-24-7_segmented_btn_item_border_left: .0625rem;--_ui5-v1-24-7_segmented_btn_item_border_right: .0625rem}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$I={packageName:"@ui5/webcomponents",fileName:"themes/Icon.css.ts",content:':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([interactive][focused]) .ui5-icon-root{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v1-24-7-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([interactive]){cursor:pointer}.ui5-icon-root:not([dir=ltr]){transform:var(--_ui5-v1-24-7_icon_transform_scale);transform-origin:center}\n'};var __decorate$H=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ICON_NOT_FOUND="ICON_NOT_FOUND",PRESENTATION_ROLE="presentation";let Icon=class extends UI5Element{_onFocusInHandler(){this.interactive&&(this.focused=!0)}_onFocusOutHandler(){this.focused=!1}_onkeydown(e){this.interactive&&(isEnter(e)&&this.fireEvent("click"),isSpace(e)&&e.preventDefault())}_onkeyup(e){this.interactive&&isSpace(e)&&this.fireEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return""===this.ariaHidden?!!this.isDecorative||void 0:this.ariaHidden}get _tabIndex(){return this.interactive?"0":void 0}get isDecorative(){return"presentation"===this.effectiveAccessibleRole}get effectiveAccessibleRole(){return this.accessibleRole?this.accessibleRole:this.interactive?"button":this.effectiveAccessibleName?"img":"presentation"}async onBeforeRendering(){const e=this.name;if(!e)return console.warn("Icon name property is required",this);let t=getIconDataSync(e);if(t||(t=await getIconData(e)),!t)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(t===ICON_NOT_FOUND)return this.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${e.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(this.viewBox=t.viewBox||"0 0 512 512",t.customTemplate&&(t.pathData=[],this.customSvg=executeTemplate(t.customTemplate,this)),this.invalid=!1,this.pathData=Array.isArray(t.pathData)?t.pathData:[t.pathData],this.accData=t.accData,this.ltr=t.ltr,this.packageName=t.packageName,this._onfocusout=this.interactive?this._onFocusOutHandler.bind(this):void 0,this._onfocusin=this.interactive?this._onFocusInHandler.bind(this):void 0,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData){const e=await getI18nBundle(this.packageName);this.effectiveAccessibleName=e.getText(this.accData)||void 0}else this.effectiveAccessibleName=void 0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}};__decorate$H([property({type:IconDesign$1,defaultValue:IconDesign$1.Default})],Icon.prototype,"design",void 0),__decorate$H([property({type:Boolean})],Icon.prototype,"interactive",void 0),__decorate$H([property()],Icon.prototype,"name",void 0),__decorate$H([property()],Icon.prototype,"accessibleName",void 0),__decorate$H([property({type:Boolean})],Icon.prototype,"showTooltip",void 0),__decorate$H([property()],Icon.prototype,"accessibleRole",void 0),__decorate$H([property()],Icon.prototype,"ariaHidden",void 0),__decorate$H([property({multiple:!0})],Icon.prototype,"pathData",void 0),__decorate$H([property({type:Object,defaultValue:void 0,noAttribute:!0})],Icon.prototype,"accData",void 0),__decorate$H([property({type:Boolean})],Icon.prototype,"focused",void 0),__decorate$H([property({type:Boolean})],Icon.prototype,"invalid",void 0),__decorate$H([property({noAttribute:!0,defaultValue:void 0})],Icon.prototype,"effectiveAccessibleName",void 0),Icon=__decorate$H([customElement({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:litRender,template:block0$D,styles:styleData$I}),event("click")],Icon),Icon.define();const Icon$1=Icon;var HasPopup;!function(e){e.Dialog="Dialog",e.Grid="Grid",e.ListBox="ListBox",e.Menu="Menu",e.Tree="Tree"}(HasPopup||(HasPopup={}));const HasPopup$1=HasPopup,AVATAR_TOOLTIP={key:"AVATAR_TOOLTIP",defaultText:"Avatar"},BUSY_INDICATOR_TITLE={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},BUTTON_ARIA_TYPE_ACCEPT={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},BUTTON_ARIA_TYPE_REJECT={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},BUTTON_ARIA_TYPE_EMPHASIZED={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Emphasized"},CAL_LEGEND_TODAY_TEXT={key:"CAL_LEGEND_TODAY_TEXT",defaultText:"Today"},CAL_LEGEND_SELECTED_TEXT={key:"CAL_LEGEND_SELECTED_TEXT",defaultText:"Selected Day"},CAL_LEGEND_WORKING_DAY_TEXT={key:"CAL_LEGEND_WORKING_DAY_TEXT",defaultText:"Working Day"},CAL_LEGEND_NON_WORKING_DAY_TEXT={key:"CAL_LEGEND_NON_WORKING_DAY_TEXT",defaultText:"Non-Working Day"},DATEPICKER_OPEN_ICON_TITLE={key:"DATEPICKER_OPEN_ICON_TITLE",defaultText:"Open Picker"},DATEPICKER_DATE_DESCRIPTION={key:"DATEPICKER_DATE_DESCRIPTION",defaultText:"Date Input"},DATEPICKER_POPOVER_ACCESSIBLE_NAME={key:"DATEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Date"},DELETE={key:"DELETE",defaultText:"Delete"},SELECT_ROLE_DESCRIPTION={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Listbox"},INPUT_SUGGESTIONS={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions available"},INPUT_SUGGESTIONS_TITLE={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"Select"},INPUT_SUGGESTIONS_ONE_HIT={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},INPUT_SUGGESTIONS_MORE_HITS={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},INPUT_SUGGESTIONS_NO_HIT={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},INPUT_CLEAR_ICON_ACC_NAME={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},LIST_ITEM_POSITION={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},LIST_ITEM_SELECTED={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},LIST_ITEM_NOT_SELECTED={key:"LIST_ITEM_NOT_SELECTED",defaultText:"Not Selected"},ARIA_LABEL_LIST_ITEM_CHECKBOX={key:"ARIA_LABEL_LIST_ITEM_CHECKBOX",defaultText:"Multiple Selection mode."},ARIA_LABEL_LIST_ITEM_RADIO_BUTTON={key:"ARIA_LABEL_LIST_ITEM_RADIO_BUTTON",defaultText:"Item Selection."},ARIA_LABEL_LIST_SELECTABLE={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},ARIA_LABEL_LIST_MULTISELECTABLE={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},ARIA_LABEL_LIST_DELETABLE={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},RADIO_BUTTON_GROUP_REQUIRED={key:"RADIO_BUTTON_GROUP_REQUIRED",defaultText:"Select one of the available options."},RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},SEGMENTEDBUTTON_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTON_ARIA_DESCRIPTION",defaultText:"Segmented button group"},SEGMENTEDBUTTON_ARIA_DESCRIBEDBY={key:"SEGMENTEDBUTTON_ARIA_DESCRIBEDBY",defaultText:"Press SPACE or ENTER to select an item"},SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION",defaultText:"Segmented button"},LOAD_MORE_TEXT={key:"LOAD_MORE_TEXT",defaultText:"More"},TEXTAREA_CHARACTERS_LEFT={key:"TEXTAREA_CHARACTERS_LEFT",defaultText:"{0} characters remaining"},TEXTAREA_CHARACTERS_EXCEEDED={key:"TEXTAREA_CHARACTERS_EXCEEDED",defaultText:"{0} characters over limit"},TIMEPICKER_HOURS_LABEL={key:"TIMEPICKER_HOURS_LABEL",defaultText:"Hours"},TIMEPICKER_MINUTES_LABEL={key:"TIMEPICKER_MINUTES_LABEL",defaultText:"Minutes"},TIMEPICKER_SECONDS_LABEL={key:"TIMEPICKER_SECONDS_LABEL",defaultText:"Seconds"},TIMEPICKER_SUBMIT_BUTTON={key:"TIMEPICKER_SUBMIT_BUTTON",defaultText:"OK"},TIMEPICKER_CANCEL_BUTTON={key:"TIMEPICKER_CANCEL_BUTTON",defaultText:"Cancel"},TIMEPICKER_INPUT_DESCRIPTION={key:"TIMEPICKER_INPUT_DESCRIPTION",defaultText:"Time Input"},TIMEPICKER_POPOVER_ACCESSIBLE_NAME={key:"TIMEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Time"},TIMEPICKER_CLOCK_DIAL_LABEL={key:"TIMEPICKER_CLOCK_DIAL_LABEL",defaultText:"Clock Dial"},TIMEPICKER_INPUTS_ENTER_HOURS={key:"TIMEPICKER_INPUTS_ENTER_HOURS",defaultText:"Please enter hours"},TIMEPICKER_INPUTS_ENTER_MINUTES={key:"TIMEPICKER_INPUTS_ENTER_MINUTES",defaultText:"Please enter minutes"},TIMEPICKER_INPUTS_ENTER_SECONDS={key:"TIMEPICKER_INPUTS_ENTER_SECONDS",defaultText:"Please enter seconds"},VALUE_STATE_TYPE_ERROR={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},VALUE_STATE_TYPE_WARNING={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},VALUE_STATE_TYPE_SUCCESS={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},VALUE_STATE_TYPE_INFORMATION={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},VALUE_STATE_ERROR={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},VALUE_STATE_WARNING={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},VALUE_STATE_INFORMATION={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},VALUE_STATE_SUCCESS={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},CALENDAR_HEADER_NEXT_BUTTON={key:"CALENDAR_HEADER_NEXT_BUTTON",defaultText:"Next"},CALENDAR_HEADER_PREVIOUS_BUTTON={key:"CALENDAR_HEADER_PREVIOUS_BUTTON",defaultText:"Previous"},DAY_PICKER_WEEK_NUMBER_TEXT={key:"DAY_PICKER_WEEK_NUMBER_TEXT",defaultText:"Week number"},DAY_PICKER_NON_WORKING_DAY={key:"DAY_PICKER_NON_WORKING_DAY",defaultText:"Non-Working Day"},DAY_PICKER_TODAY={key:"DAY_PICKER_TODAY",defaultText:"Today"},MONTH_PICKER_DESCRIPTION={key:"MONTH_PICKER_DESCRIPTION",defaultText:"Month Picker"},YEAR_PICKER_DESCRIPTION={key:"YEAR_PICKER_DESCRIPTION",defaultText:"Year Picker"},STEPINPUT_DEC_ICON_TITLE={key:"STEPINPUT_DEC_ICON_TITLE",defaultText:"Decrease"},STEPINPUT_INC_ICON_TITLE={key:"STEPINPUT_INC_ICON_TITLE",defaultText:"Increase"},DIALOG_HEADER_ARIA_ROLE_DESCRIPTION={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},LABEL_COLON={key:"LABEL_COLON",defaultText:":"};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$H={packageName:"@ui5/webcomponents",fileName:"themes/Button.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v1-24-7_button_base_min_width);height:var(--_ui5-v1-24-7_button_base_height);line-height:normal;font-family:var(--_ui5-v1-24-7_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v1-24-7_button_text_shadow);border-radius:var(--_ui5-v1-24-7_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v1-24-7_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon{color:inherit;flex-shrink:0}:host([icon-end]) .ui5-button-root{flex-direction:row-reverse}:host([icon-end]) .ui5-button-icon{margin-inline-start:var(--_ui5-v1-24-7_button_base_icon_margin)}:host([icon-only]) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not([icon-end])) .ui5-button-text{margin-inline-start:var(--_ui5-v1-24-7_button_base_icon_margin)}:host([has-icon][icon-end]) .ui5-button-text{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only])) .ui5-button-text{min-width:calc(var(--_ui5-v1-24-7_button_base_min_width) - var(--_ui5-v1-24-7_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([focused]:not([active])) .ui5-button-root:after,:host([focused][active][design="Emphasized"]) .ui5-button-root:after,:host([focused][active]) .ui5-button-root:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v1-24-7_button_focused_border);border-radius:var(--_ui5-v1-24-7_button_focused_border_radius)}:host([focused][active]) .ui5-button-root:before{border-color:var(--_ui5-v1-24-7_button_pressed_focused_border_color)}:host([design="Emphasized"][focused]) .ui5-button-root:after{border-color:var(--_ui5-v1-24-7_button_emphasized_focused_border_color)}:host([design="Emphasized"][focused]) .ui5-button-root:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v1-24-7_button_emphasized_focused_border_before);border-radius:var(--_ui5-v1-24-7_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v1-24-7_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapFontBoldFamily )}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v1-24-7_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][focused]) .ui5-button-root:after{border-color:var(--_ui5-v1-24-7_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][focused][active]:not([non-interactive])) .ui5-button-root:after{border-color:var(--_ui5-v1-24-7_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][focused]) .ui5-button-root:after,:host([pressed][focused]) .ui5-button-root:after{border-color:var(--_ui5-v1-24-7_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][focused]:not(:last-child)) .ui5-button-root:after{border-top-right-radius:var(--_ui5-v1-24-7_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v1-24-7_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][focused]:not(:first-child)) .ui5-button-root:after{border-top-left-radius:var(--_ui5-v1-24-7_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v1-24-7_button_focused_inner_border_radius)}\n'};var Button_1,__decorate$G=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let isGlobalHandlerAttached$2=!1,activeButton=null,Button=Button_1=class extends UI5Element{constructor(){super(),this._deactivate=()=>{activeButton&&activeButton._setActiveState(!1)},isGlobalHandlerAttached$2||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$2=!0);this._ontouchstart={handleEvent:e=>{markEvent(e,"button"),this.nonInteractive||this._setActiveState(!0)},passive:!0}}onEnterDOM(){this._isTouch=(isPhone()||isTablet())&&!isCombi()}async onBeforeRendering(){const e=getFeature("FormSupport");this.type===ButtonType$1.Button||e||console.warn('In order for the "type" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";'),this.submits&&!e&&console.warn('In order for the "submits" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";'),this.iconOnly=this.isIconOnly,this.hasIcon=!!this.icon,this.buttonTitle=this.tooltip||await getIconAccessibleName(this.icon)}_onclick(e){var t;if(this.nonInteractive)return;markEvent(e,"button");const o=getFeature("FormSupport");o&&this._isSubmit&&o.triggerFormSubmit(this),o&&this._isReset&&o.triggerFormReset(this),isSafari()&&(null==(t=this.getDomRef())||t.focus())}_onmousedown(e){this.nonInteractive||this._isTouch||(markEvent(e,"button"),this._setActiveState(!0),activeButton=this)}_ontouchend(e){this.disabled&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),activeButton&&activeButton._setActiveState(!1)}_onmouseup(e){markEvent(e,"button")}_onkeydown(e){this._cancelAction=isShift(e)||isEscape(e),markEvent(e,"button"),isSpace(e)||isEnter(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){this._cancelAction&&e.preventDefault(),(isSpace(e)||isEnter(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||(this.active&&this._setActiveState(!1),isDesktop()&&(this.focused=!1))}_onfocusin(e){this.nonInteractive||(markEvent(e,"button"),isDesktop()&&(this.focused=!0))}_setActiveState(e){!this.fireEvent("_active-state-change",null,!0)||(this.active=e)}get _hasPopup(){var e;return null==(e=this.accessibilityAttributes.hasPopup)?void 0:e.toLowerCase()}get hasButtonType(){return this.design!==ButtonDesign$1.Default&&this.design!==ButtonDesign$1.Transparent}get iconRole(){return this.icon?"presentation":""}get isIconOnly(){return!willShowContent(this.text)}static typeTextMappings(){return{Positive:BUTTON_ARIA_TYPE_ACCEPT,Negative:BUTTON_ARIA_TYPE_REJECT,Emphasized:BUTTON_ARIA_TYPE_EMPHASIZED}}get buttonTypeText(){return Button_1.i18nBundle.getText(Button_1.typeTextMappings()[this.design])}get buttonAccessibleRole(){return this.accessibleRole.toLowerCase()}get tabIndexValue(){const e=this.getAttribute("tabindex");return e||(this.nonInteractive?"-1":this.forcedTabIndex)}get showIconTooltip(){return this.iconOnly&&!this.tooltip}get ariaLabelText(){return getEffectiveAriaLabelText(this)}get ariaDescribedbyText(){return this.hasButtonType?"ui5-button-hiddenText-type":void 0}get _isSubmit(){return this.type===ButtonType$1.Submit||this.submits}get _isReset(){return this.type===ButtonType$1.Reset}static async onDefine(){Button_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}};__decorate$G([property({type:ButtonDesign$1,defaultValue:ButtonDesign$1.Default})],Button.prototype,"design",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"disabled",void 0),__decorate$G([property()],Button.prototype,"icon",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"iconEnd",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"submits",void 0),__decorate$G([property()],Button.prototype,"tooltip",void 0),__decorate$G([property({defaultValue:void 0})],Button.prototype,"accessibleName",void 0),__decorate$G([property({defaultValue:""})],Button.prototype,"accessibleNameRef",void 0),__decorate$G([property({type:Object})],Button.prototype,"accessibilityAttributes",void 0),__decorate$G([property({type:ButtonType$1,defaultValue:ButtonType$1.Button})],Button.prototype,"type",void 0),__decorate$G([property({type:ButtonAccessibleRole$1,defaultValue:ButtonAccessibleRole$1.Button})],Button.prototype,"accessibleRole",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"active",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"iconOnly",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"focused",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"hasIcon",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"nonInteractive",void 0),__decorate$G([property({noAttribute:!0})],Button.prototype,"buttonTitle",void 0),__decorate$G([property({type:Object})],Button.prototype,"_iconSettings",void 0),__decorate$G([property({defaultValue:"0",noAttribute:!0})],Button.prototype,"forcedTabIndex",void 0),__decorate$G([property({type:Boolean})],Button.prototype,"_isTouch",void 0),__decorate$G([property({type:Boolean,noAttribute:!0})],Button.prototype,"_cancelAction",void 0),__decorate$G([slot({type:Node,default:!0})],Button.prototype,"text",void 0),Button=Button_1=__decorate$G([customElement({tag:"ui5-button",languageAware:!0,renderer:litRender,template:block0$E,styles:styleData$H,dependencies:[Icon$1]}),event("click"),event("_active-state-change")],Button),Button.define();const Button$1=Button;var ValueState;!function(e){e.None="None",e.Success="Success",e.Warning="Warning",e.Error="Error",e.Information="Information"}(ValueState||(ValueState={}));const ValueState$1=ValueState,name$D="accept",pathData$D="M455.8 94q9 9 3 19l-222 326q-4 8-12 9t-14-5l-151-167q-5-5-4.5-11t5.5-11l25-25q12-12 23 0l96 96q5 5 13 4.5t12-8.5l175-249q4-7 11.5-8t13.5 4z",ltr$D=!0,collection$D="SAP-icons-v4",packageName$D="@ui5/webcomponents-icons";registerIcon(name$D,{pathData:pathData$D,ltr:true,collection:collection$D,packageName:packageName$D});const name$C="accept",pathData$C="M187 416q-12 0-20-9L71 299q-7-7-7-17 0-11 7.5-18.5T90 256q12 0 19 9l77 87 217-247q8-9 19-9t18.5 7.5T448 122q0 10-6 16L206 407q-7 9-19 9z",ltr$C=!0,collection$C="SAP-icons-v5",packageName$C="@ui5/webcomponents-icons";registerIcon(name$C,{pathData:pathData$C,ltr:true,collection:collection$C,packageName:packageName$C}),isLegacyThemeFamily();const name$B="complete",pathData$B="M431.958 320h32v128q0 14-9.5 23t-22.5 9h-384q-14 0-23-9t-9-23V64q0-13 9-22.5t23-9.5h128v32h-128v384h384V320zm60-295q7 7 2 16l-185 272q-3 6-10 7t-12-4l-125-139q-9-9 0-18l21-21q10-10 19 0l80 80q5 5 11.5 4t9.5-8l146-207q3-6 9.5-7t11.5 4z",ltr$B=!0,collection$B="SAP-icons-v4",packageName$B="@ui5/webcomponents-icons";registerIcon(name$B,{pathData:pathData$B,ltr:true,collection:collection$B,packageName:packageName$B});const name$A="complete",pathData$A="M438 224q11 0 18.5 7.5T464 250v140q0 38-26 64t-64 26H106q-38 0-64-26t-26-64V122q0-38 26-64t64-26h237q11 0 18 7.5t7 18.5-7 18-18 7H106q-16 0-27.5 11.5T67 122v268q0 16 11.5 27.5T106 429h268q16 0 27.5-11.5T413 390V250q0-11 7-18.5t18-7.5zm32-192q11 0 18.5 7.5T496 58q0 10-7 17L257 312q-6 8-18 8-10 0-18-8l-70-71q-7-7-7-18t7.5-18 18.5-7 18 7l51 53L452 40q8-8 18-8z",ltr$A=!0,collection$A="SAP-icons-v5",packageName$A="@ui5/webcomponents-icons";registerIcon(name$A,{pathData:pathData$A,ltr:true,collection:collection$A,packageName:packageName$A}),isLegacyThemeFamily();const name$z="border",pathData$z="M448 32q13 0 22.5 9t9.5 23v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-14 9-23t23-9h384zm0 32H64v384h384V64z",ltr$z=!1,collection$z="SAP-icons-v4",packageName$z="@ui5/webcomponents-icons";registerIcon(name$z,{pathData:pathData$z,ltr:false,collection:collection$z,packageName:packageName$z});const name$y="border",pathData$y="M390 480H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268q38 0 64 26t26 64v268q0 38-26 64t-64 26zM122 83q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122q0-17-11-28t-28-11H122z",ltr$y=!1,collection$y="SAP-icons-v5",packageName$y="@ui5/webcomponents-icons";registerIcon(name$y,{pathData:pathData$y,ltr:false,collection:collection$y,packageName:packageName$y}),isLegacyThemeFamily();const name$x="tri-state",pathData$x="M448 32q13 0 22.5 9.5T480 64v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-13 9-22.5T64 32h384zm0 32H64v384h384V64zM160 345V169q0-8 8-8h176q8 0 8 8v176q0 8-8 8H168q-8 0-8-8z",ltr$x=!1,collection$x="SAP-icons-v4",packageName$x="@ui5/webcomponents-icons";registerIcon(name$x,{pathData:pathData$x,ltr:false,collection:collection$x,packageName:packageName$x});const name$w="tri-state",pathData$w="M390 32q38 0 64 26t26 64v268q0 38-26 64t-64 26H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268zm39 90q0-17-11-28t-28-11H122q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122zm-77 38v192H160V160h192z",ltr$w=!1,collection$w="SAP-icons-v5",packageName$w="@ui5/webcomponents-icons";var WrappingType;registerIcon(name$w,{pathData:pathData$w,ltr:false,collection:collection$w,packageName:packageName$w}),isLegacyThemeFamily(),function(e){e.None="None",e.Normal="Normal"}(WrappingType||(WrappingType={}));const WrappingType$1=WrappingType;function block0$C(e,t,o){return effectiveHtml`<label class="ui5-label-root" @click=${this._onclick}><span class="ui5-label-text-wrapper"><bdi id="${l$1(this._id)}-bdi"><slot></slot></bdi></span><span aria-hidden="true" class="ui5-label-required-colon" data-colon="${l$1(this._colonSymbol)}"></span></label>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$G={packageName:"@ui5/webcomponents",fileName:"themes/Label.css.ts",content:':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host([wrapping-type="Normal"]) .ui5-label-root{white-space:normal}:host(:not([wrapping-type="Normal"])) .ui5-label-root{display:inline-flex;white-space:nowrap}:host(:not([wrapping-type="Normal"])) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:1.25rem;font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}bdi{padding-right:.075rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n'};var Label_1,__decorate$F=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Label=Label_1=class extends UI5Element{static async onDefine(){Label_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}_onclick(){if(!this.for)return;const e=this.getRootNode().querySelector(`[id="${this.for}"]`);e&&e.focus()}get _colonSymbol(){return Label_1.i18nBundle.getText(LABEL_COLON)}};__decorate$F([property()],Label.prototype,"for",void 0),__decorate$F([property({type:Boolean})],Label.prototype,"showColon",void 0),__decorate$F([property({type:Boolean})],Label.prototype,"required",void 0),__decorate$F([property({type:WrappingType$1,defaultValue:WrappingType$1.None})],Label.prototype,"wrappingType",void 0),Label=Label_1=__decorate$F([customElement({tag:"ui5-label",renderer:litRender,template:block0$C,styles:styleData$G,languageAware:!0})],Label),Label.define();const Label$1=Label;registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$F={packageName:"@ui5/webcomponents",fileName:"themes/CheckBox.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v1-24-7_checkbox_border_radius);transition:var(--_ui5-v1-24-7_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5-v1-24-7_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5-v1-24-7_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5-v1-24-7_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Warning"]):not([value-state="Error"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5-v1-24-7_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host([wrapping-type="Normal"][text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5-v1-24-7_checkbox_root_side_padding);padding-bottom:var(--_ui5-v1-24-7_checkbox_root_side_padding)}:host([wrapping-type="Normal"][text]) .ui5-checkbox-root .ui5-checkbox-inner,:host([wrapping-type="Normal"][text]) .ui5-checkbox-root .ui5-checkbox-label{margin-top:var(--_ui5-v1-24-7_checkbox_wrapped_content_margin_top)}:host([wrapping-type="Normal"][text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([wrapping-type="Normal"]) .ui5-checkbox-root:focus:before{bottom:var(--_ui5-v1-24-7_checkbox_wrapped_focus_left_top_bottom_position)}:host([value-state="Error"]) .ui5-checkbox-inner,:host([value-state="Error"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5-v1-24-7_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Error"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_inner_error_background_hover)}:host([value-state="Warning"]) .ui5-checkbox-inner,:host([value-state="Warning"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5-v1-24-7_checkbox_inner_warning_border);color:var(--_ui5-v1-24-7_checkbox_inner_warning_color)}:host([value-state="Warning"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5-v1-24-7_checkbox_inner_information_border);color:var(--_ui5-v1-24-7_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_inner_information_background_hover)}:host([value-state="Success"]) .ui5-checkbox-inner,:host([value-state="Success"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5-v1-24-7_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Success"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_inner_success_background_hover)}:host([value-state="Warning"]) .ui5-checkbox-icon,:host([value-state="Warning"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5-v1-24-7_checkbox_checkmark_warning_color)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5-v1-24-7_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before{inset-inline-end:0}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;width:100%;min-height:var(--_ui5-v1-24-7_checkbox_width_height);min-width:var(--_ui5-v1-24-7_checkbox_width_height);padding:0 var(--_ui5-v1-24-7_checkbox_wrapper_padding);outline:none;transition:var(--_ui5-v1-24-7_checkbox_transition);border:var(--_ui5-v1-24-7_checkbox_default_focus_border);border-radius:var(--_ui5-v1-24-7_checkbox_border_radius);box-sizing:border-box}.ui5-checkbox-root:focus:before{display:var(--_ui5-v1-24-7_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5-v1-24-7_checkbox_focus_position);inset-block:var(--_ui5-v1-24-7_checkbox_focus_position);border:var(--_ui5-v1-24-7_checkbox_focus_outline);border-radius:var(--_ui5-v1-24-7_checkbox_focus_border_radius)}:host .ui5-checkbox-root:focus{border:var(--_ui5-v1-24-7_checkbox_focus_border);border-radius:.5rem}:host(:hover:not([disabled])){background:var(--_ui5-v1-24-7_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5-v1-24-7_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_hover_background);border-color:var(--_ui5-v1-24-7_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v1-24-7_checkbox_hover_background);border-color:var(--_ui5-v1-24-7_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5-v1-24-7_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v1-24-7_checkbox_inner_active_border_color);background-color:var(--_ui5-v1-24-7_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v1-24-7_checkbox_inner_selected_border_color);background-color:var(--_ui5-v1-24-7_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5-v1-24-7_checkbox_inner_width_height);max-width:var(--_ui5-v1-24-7_checkbox_inner_width_height);height:var(--_ui5-v1-24-7_checkbox_inner_width_height);max-height:var(--_ui5-v1-24-7_checkbox_inner_width_height);border:var(--_ui5-v1-24-7_checkbox_inner_border);border-radius:var(--_ui5-v1-24-7_checkbox_inner_border_radius);background:var(--_ui5-v1-24-7_checkbox_inner_background);color:var(--_ui5-v1-24-7_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5-v1-24-7_checkbox_partially_icon_size);height:var(--_ui5-v1-24-7_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5-v1-24-7_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v1-24-7_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5-v1-24-7_checkbox_icon_size);height:var(--_ui5-v1-24-7_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5-v1-24-7_checkbox_inner_width_height);max-width:var(--_ui5-v1-24-7_checkbox_inner_width_height);height:var(--_ui5-v1-24-7_checkbox_inner_width_height);max-height:var(--_ui5-v1-24-7_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n'};function block0$B(e,t,o){return effectiveHtml`<div class="ui5-checkbox-root ${o$2(this.classes.main)}" role="checkbox" part="root" aria-checked="${l$1(this.effectiveAriaChecked)}" aria-readonly="${l$1(this.ariaReadonly)}" aria-disabled="${l$1(this.effectiveAriaDisabled)}" aria-label="${l$1(this.ariaLabelText)}" aria-labelledby="${l$1(this.ariaLabelledBy)}" aria-describedby="${l$1(this.ariaDescribedBy)}" aria-required="${l$1(this.required)}" tabindex="${l$1(this.effectiveTabIndex)}" @mousedown="${this._onmousedown}" @mouseup="${this._onmouseup}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click="${this._onclick}" @focusout="${this._onfocusout}">${this.isDisplayOnly?block1$v.call(this,e,t,o):block2$t.call(this,e,t,o)}<input id="${l$1(this._id)}-CB" type='checkbox' ?checked="${this.checked}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" tabindex="-1" aria-hidden="true" data-sap-no-tab-ref />${this.text?block4$i.call(this,e,t,o):void 0}${this.hasValueState?block5$e.call(this,e,t,o):void 0}<slot name="formSupport"></slot></div>`}function block1$v(e,t,o){return o?effectiveHtml`<div class="ui5-checkbox-display-only-icon-inner"><${scopeTag("ui5-icon",t,o)} aria-hidden="true" name=${l$1(this.displayOnlyIcon)} class="ui5-checkbox-display-only-icon" part="icon"></${scopeTag("ui5-icon",t,o)}></div>`:effectiveHtml`<div class="ui5-checkbox-display-only-icon-inner"><ui5-icon aria-hidden="true" name=${l$1(this.displayOnlyIcon)} class="ui5-checkbox-display-only-icon" part="icon"></ui5-icon></div>`}function block2$t(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}-CbBg" class="ui5-checkbox-inner">${this.isCompletelyChecked?block3$n.call(this,e,t,o):void 0}</div>`}function block3$n(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} aria-hidden="true" name="accept" class="ui5-checkbox-icon" part="icon"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon aria-hidden="true" name="accept" class="ui5-checkbox-icon" part="icon"></ui5-icon>`}function block4$i(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-label",t,o)} part="label" id="${l$1(this._id)}-label" class="ui5-checkbox-label" wrapping-type="${l$1(this.wrappingType)}">${l$1(this.text)}</${scopeTag("ui5-label",t,o)}>`:effectiveHtml`<ui5-label part="label" id="${l$1(this._id)}-label" class="ui5-checkbox-label" wrapping-type="${l$1(this.wrappingType)}">${l$1(this.text)}</ui5-label>`}function block5$e(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" class="ui5-hidden-text">${l$1(this.valueStateText)}</span>`}var CheckBox_1,__decorate$E=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeCb,isGlobalHandlerAttached$1=!1,CheckBox=CheckBox_1=class extends UI5Element{constructor(){super(),this._deactivate=()=>{activeCb&&(activeCb.active=!1)},isGlobalHandlerAttached$1||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$1=!0)}onBeforeRendering(){this._enableFormSupport()}_enableFormSupport(){const e=getFeature("FormSupport");e?e.syncNativeHiddenInput(this,((e,t)=>{t.disabled=!!e.disabled,t.checked=!!e.checked,t.value=e.checked?"on":""})):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,activeCb=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){isSpace(e)&&e.preventDefault(),this.readonly||this.disabled||(isEnter(e)&&this.toggle(),this.active=!0)}_onkeyup(e){isSpace(e)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const e={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireEvent("change",null,!0),o=!this.fireEvent("value-changed",null,!0);(t||o)&&(this.checked=e.checked,this.indeterminate=e.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Error:CheckBox_1.i18nBundle.getText(VALUE_STATE_ERROR),Warning:CheckBox_1.i18nBundle.getText(VALUE_STATE_WARNING),Success:CheckBox_1.i18nBundle.getText(VALUE_STATE_SUCCESS)}}get ariaLabelText(){return getEffectiveAriaLabelText(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&isDesktop()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==ValueState$1.None}get valueStateText(){if(this.valueState!==ValueState$1.None&&this.valueState!==ValueState$1.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const e=this.getAttribute("tabindex");return this.disabled||this.displayOnly?void 0:e||"0"}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get displayOnlyIcon(){return this.isCompletelyChecked?"complete":this.checked&&this.indeterminate?"tri-state":"border"}static async onDefine(){CheckBox_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}};__decorate$E([property()],CheckBox.prototype,"accessibleNameRef",void 0),__decorate$E([property()],CheckBox.prototype,"accessibleName",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"disabled",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"readonly",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"displayOnly",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"required",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"indeterminate",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"checked",void 0),__decorate$E([property()],CheckBox.prototype,"text",void 0),__decorate$E([property({type:ValueState$1,defaultValue:ValueState$1.None})],CheckBox.prototype,"valueState",void 0),__decorate$E([property({type:WrappingType$1,defaultValue:WrappingType$1.None})],CheckBox.prototype,"wrappingType",void 0),__decorate$E([property()],CheckBox.prototype,"name",void 0),__decorate$E([property({type:Boolean})],CheckBox.prototype,"active",void 0),__decorate$E([slot()],CheckBox.prototype,"formSupport",void 0),CheckBox=CheckBox_1=__decorate$E([customElement({tag:"ui5-checkbox",languageAware:!0,renderer:litRender,template:block0$B,styles:styleData$F,dependencies:[Label$1,Icon$1]}),event("change")],CheckBox),CheckBox.define();const CheckBox$1=CheckBox;let resizeObserver;const observedElements=new Map,getResizeObserver=()=>(resizeObserver||(resizeObserver=new window.ResizeObserver((e=>{window.requestAnimationFrame((()=>{e.forEach((e=>{const t=observedElements.get(e.target);t&&Promise.all(t.map((e=>e())))}))}))}))),resizeObserver),observe=(e,t)=>{const o=observedElements.get(e)||[];o.length||getResizeObserver().observe(e),observedElements.set(e,[...o,t])},unobserve=(e,t)=>{const o=observedElements.get(e)||[];if(0===o.length)return;const i=o.filter((e=>e!==t));0===i.length?(getResizeObserver().unobserve(e),observedElements.delete(e)):observedElements.set(e,i)};class ResizeHandler{static register(e,t){let o=e;instanceOfUI5Element(o)&&(o=o.getDomRef()),o instanceof HTMLElement?observe(o,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){let o=e;instanceOfUI5Element(o)&&(o=o.getDomRef()),o instanceof HTMLElement?unobserve(o,t):console.warn("Cannot deregister ResizeHandler for element",e)}}
41
+ /**
42
+ * @license
43
+ * Copyright 2020 Google LLC
44
+ * SPDX-License-Identifier: BSD-3-Clause
45
+ */const e2=Symbol.for(""),l=e=>{if((null==e?void 0:e.r)===e2)return null==e?void 0:e._$litStatic$},o=e=>({_$litStatic$:e,r:e2}),s=new Map,a=e=>(t,...o)=>{const i=o.length;let a,r;const n=[],c=[];let d,_=0,u=!1;for(;_<i;){for(d=t[_];_<i&&void 0!==(r=o[_],a=l(r));)d+=a+t[++_],u=!0;_!==i&&c.push(r),n.push(d),_++}if(_===i&&n.push(t[i]),u){const e=n.join("$$lit$$");void 0===(t=s.get(e))&&(n.raw=n,s.set(e,t=n)),o=c}return e(t,...o)},n=a(x),u=a(b);class LitStatic{}LitStatic.html=n,LitStatic.svg=u,LitStatic.unsafeStatic=o,registerFeature("LitStatic",LitStatic);let DataType$1=class{static isValid(e){return!1}static attributeToProperty(e){return e}static propertyToAttribute(e){return null===e?null:String(e)}static valuesAreEqual(e,t){return e===t}static generateTypeAccessors(e){Object.keys(e).forEach((t=>{Object.defineProperty(this,t,{get:()=>e[t]})}))}static get isDataTypeClass(){return!0}};class Integer extends DataType$1{static isValid(e){return Number.isInteger(e)}static attributeToProperty(e){return parseInt(e)}}const getCaretPosition=e=>{let t=0;return(e.selectionStart||0===e.selectionStart)&&(t="backward"===e.selectionDirection?e.selectionStart:e.selectionEnd),t},setCaretPosition=(e,t)=>{e.selectionStart?(e.focus(),e.setSelectionRange(t,t)):e.focus()},ICON_ADD={key:"ICON_ADD",defaultText:"Add"},ICON_DECLINE={key:"ICON_DECLINE",defaultText:"Decline"},ICON_ERROR={key:"ICON_ERROR",defaultText:"Error"},name$v="decline",pathData$v="M86 109l22-23q5-5 12-5 6 0 11 5l124 125L380 86q5-5 11-5 7 0 12 5l22 23q12 11 0 23L301 256l124 125q11 11 0 22l-22 23q-8 5-12 5-3 0-11-5L255 301 131 426q-5 5-11 5-4 0-12-5l-22-23q-11-11 0-22l124-125L86 132q-12-12 0-23z",ltr$v=!1,accData$5=ICON_DECLINE,collection$v="SAP-icons-v4",packageName$v="@ui5/webcomponents-icons";registerIcon(name$v,{pathData:pathData$v,ltr:false,accData:accData$5,collection:collection$v,packageName:packageName$v});const name$u="decline",pathData$u="M292 256l117 116q7 7 7 18 0 12-7.5 19t-18.5 7q-10 0-18-8L256 292 140 408q-8 8-18 8-11 0-18.5-7.5T96 390q0-10 8-18l116-116-116-116q-8-8-8-18 0-11 7.5-18.5T122 96t18 7l116 117 116-117q7-7 18-7t18.5 7.5T416 122t-7 18z",ltr$u=!1,accData$4=ICON_DECLINE,collection$u="SAP-icons-v5",packageName$u="@ui5/webcomponents-icons";registerIcon(name$u,{pathData:pathData$u,ltr:false,accData:accData$4,collection:collection$u,packageName:packageName$u}),isLegacyThemeFamily();const name$t="not-editable",pathData$t="M443 104q5 7 5 12 0 6-5 11L118 453q-4 4-8 4L0 480l22-110q0-5 4-9L352 36q4-4 11-4t11 4zm-121 99l-46-45L52 381l46 46zm87-88l-46-44-64 64 45 45zm71 204l-63 64-65-64-33 32 66 63-66 66 33 32 65-66 63 66 32-32-66-66 66-63z",ltr$t=!1,collection$t="SAP-icons-v4",packageName$t="@ui5/webcomponents-icons";registerIcon(name$t,{pathData:pathData$t,ltr:false,collection:collection$t,packageName:packageName$t});const name$s="not-editable",pathData$s="M504 94q7 7 7 18t-7 18L130 505q-9 7-18 7H26q-11 0-18.5-7.5T0 486v-86q0-10 8-18L381 7q9-7 18-7 11 0 18 7zm-55 18l-50-50-50 50 50 50zm-86 86l-50-50L62 400l50 50zm142 270q7 7 7 18t-7.5 18.5T486 512t-18-7l-37-38-38 38q-7 7-18 7t-18.5-7.5T349 486q0-10 8-18l38-37-38-38q-8-8-8-18 0-11 7.5-18.5T375 349q10 0 18 8l38 37 37-37q8-8 18-8 11 0 18.5 7.5T512 375t-7 18l-38 38z",ltr$s=!1,collection$s="SAP-icons-v5",packageName$s="@ui5/webcomponents-icons";registerIcon(name$s,{pathData:pathData$s,ltr:false,collection:collection$s,packageName:packageName$s}),isLegacyThemeFamily();const name$r="error",pathData$r="M512 256q0 53-20.5 100t-55 81.5-81 54.5-99.5 20-100-20.5-81.5-55T20 355 0 256q0-54 20-100.5t55-81T156.5 20 256 0t99.5 20T437 75t55 81.5 20 99.5zM399 364q6-6 0-12l-86-86q-6-6 0-12l81-81q6-6 0-12l-37-37q-2-2-6-2t-6 2l-83 82q-1 3-6 3-3 0-6-3l-84-83q-1-2-6-2-4 0-6 2l-37 37q-6 6 0 12l83 82q6 6 0 12l-83 82q-2 2-2.5 6t2.5 6l36 37q4 2 6 2 4 0 6-2l85-84q2-2 6-2t6 2l88 88q4 2 6 2t6-2z",ltr$r=!1,accData$3=ICON_ERROR,collection$r="SAP-icons-v4",packageName$r="@ui5/webcomponents-icons";registerIcon(name$r,{pathData:pathData$r,ltr:false,accData:accData$3,collection:collection$r,packageName:packageName$r});const name$q="error",pathData$q="M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm45 256l74-73q9-11 9-23 0-13-9.5-22.5T352 128q-12 0-23 9l-73 74-73-74q-10-9-23-9t-22.5 9.5T128 160q0 12 9 23l74 73-74 73q-9 10-9 23t9.5 22.5T160 384t23-9l73-74 73 74q11 9 23 9 13 0 22.5-9.5T384 352t-9-23z",ltr$q=!1,accData$2=ICON_ERROR,collection$q="SAP-icons-v5",packageName$q="@ui5/webcomponents-icons";registerIcon(name$q,{pathData:pathData$q,ltr:false,accData:accData$2,collection:collection$q,packageName:packageName$q}),isLegacyThemeFamily();const name$p="alert",pathData$p="M501 374q5 10 7.5 19.5T512 412v5q0 31-23 47t-50 16H74q-13 0-26-4t-23.5-12-17-20T0 417q0-13 4-22.5t9-20.5L198 38q21-38 61-38 38 0 59 38zM257 127q-13 0-23.5 8T223 161q1 7 2 12 3 25 4.5 48t3.5 61q0 11 7.5 16t16.5 5q22 0 23-21l2-36 9-85q0-18-10.5-26t-23.5-8zm0 299q20 0 31.5-12t11.5-32q0-19-11.5-31T257 339t-31.5 12-11.5 31q0 20 11.5 32t31.5 12z",ltr$p=!1,collection$p="SAP-icons-v4",packageName$p="@ui5/webcomponents-icons";registerIcon(name$p,{pathData:pathData$p,ltr:false,collection:collection$p,packageName:packageName$p});const name$o="alert",pathData$o="M505 399q7 13 7 27 0 21-15.5 37.5T456 480H56q-25 0-40.5-16.5T0 426q0-14 7-27L208 59q17-27 48-27 14 0 27 6.5T304 59zM288 176q0-14-9-23t-23-9-23 9-9 23v96q0 14 9 23t23 9 23-9 9-23v-96zm-32 240q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z",ltr$o=!1,collection$o="SAP-icons-v5",packageName$o="@ui5/webcomponents-icons";registerIcon(name$o,{pathData:pathData$o,ltr:false,collection:collection$o,packageName:packageName$o}),isLegacyThemeFamily();const name$n="sys-enter-2",pathData$n="M512 256q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256t20.5-100 55-81.5T157 20t99-20q53 0 100 20t81.5 54.5T492 156t20 100zm-118-87q4-8-1-13l-36-36q-3-4-8-4t-8 5L237 294q-3 1-4 0l-70-52q-4-3-7-3t-4.5 2-2.5 3l-29 41q-6 8 2 14l113 95q2 2 7 2t8-4z",ltr$n=!0,collection$n="SAP-icons-v4",packageName$n="@ui5/webcomponents-icons";registerIcon(name$n,{pathData:pathData$n,ltr:true,collection:collection$n,packageName:packageName$n});const name$m="sys-enter-2",pathData$m="M256 0q53 0 100 20t81.5 54.5T492 156t20 100-20 100-54.5 81.5T356 492t-100 20-100-20-81.5-54.5T20 356 0 256t20-100 54.5-81.5T156 20 256 0zm150 183q10-9 10-23 0-13-9.5-22.5T384 128t-22 9L186 308l-68-63q-9-9-22-9t-22.5 9.5T64 268q0 15 10 24l91 83q9 9 21 9 13 0 23-9z",ltr$m=!0,collection$m="SAP-icons-v5",packageName$m="@ui5/webcomponents-icons";registerIcon(name$m,{pathData:pathData$m,ltr:true,collection:collection$m,packageName:packageName$m}),isLegacyThemeFamily();const name$l="information",pathData$l="M0 256q0-53 20.5-100t55-81.5T157 20t99-20q54 0 100.5 20t81 55 54.5 81.5 20 99.5q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256zm192 112v33h128v-33h-32V215q0-6-7-6h-88v31h32v128h-33zm34-201q14 11 30 11 17 0 29.5-11.5T298 138q0-19-13-31-12-12-29-12-19 0-30.5 12.5T214 138q0 17 12 29z",ltr$l=!1,collection$l="SAP-icons-v4",packageName$l="@ui5/webcomponents-icons";registerIcon(name$l,{pathData:pathData$l,ltr:false,collection:collection$l,packageName:packageName$l});const name$k="information",pathData$k="M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm0 160q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9zm32 64q0-14-9-23t-23-9-23 9-9 23v160q0 14 9 23t23 9 23-9 9-23V224z",ltr$k=!1,collection$k="SAP-icons-v5",packageName$k="@ui5/webcomponents-icons";var InputType;registerIcon(name$k,{pathData:pathData$k,ltr:false,collection:collection$k,packageName:packageName$k}),isLegacyThemeFamily(),function(e){e.Text="Text",e.Email="Email",e.Number="Number",e.Password="Password",e.Tel="Tel",e.URL="URL"}(InputType||(InputType={}));const InputType$1=InputType;class DOMReference extends DataType$1{static isValid(e){return"string"==typeof e||e instanceof HTMLElement}static propertyToAttribute(e){return e instanceof HTMLElement?null:e}}const clamp=(e,t,o)=>Math.min(Math.max(e,t),Math.max(t,o)),isElementContainingBlock=e=>{const t=getComputedStyle(e);return["size","inline-size"].indexOf(t.containerType)>-1||["transform","perspective"].indexOf(t.willChange)>-1||["layout","paint","strict","content"].indexOf(t.contain)>-1||t.transform&&"none"!==t.transform||t.perspective&&"none"!==t.perspective||t.backdropFilter&&"none"!==t.backdropFilter},getParentElement=e=>e.parentElement?e.parentNode:e.parentNode.host,isElementHidden=e=>"SLOT"!==e.nodeName&&(e.offsetWidth<=0&&e.offsetHeight<=0||e.style&&"hidden"===e.style.visibility),rClickable=/^(?:a|area)$/i,rFocusable=/^(?:input|select|textarea|button)$/i,isElementClickable=e=>{if(e.disabled)return!1;const t=e.getAttribute("tabindex");return null!=t?parseInt(t)>=0:rFocusable.test(e.nodeName)||rClickable.test(e.nodeName)&&!!e.href},isFocusTrap=e=>e.hasAttribute("data-ui5-focus-trap"),getFirstFocusableElement=async(e,t)=>!e||isElementHidden(e)?null:findFocusableElement(e,!0),getLastFocusableElement=async(e,t)=>!e||isElementHidden(e)?null:findFocusableElement(e,!1),isElemFocusable=e=>e.hasAttribute("data-ui5-focus-redirect")||!isElementHidden(e),findFocusableElement=async(e,t,o)=>{let i,a,r,n=-1;for(e.shadowRoot?i=t?e.shadowRoot.firstChild:e.shadowRoot.lastChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(a=e.assignedNodes(),n=t?0:a.length-1,i=a[n]):i=t?e.firstElementChild:e.lastElementChild;i;){const e=i;if(instanceOfUI5Element(i)&&(i=await i.getFocusDomRefAsync()),!i)return null;if(1===i.nodeType&&isElemFocusable(i)&&!isFocusTrap(i)){if(isElementClickable(i))return i&&"function"==typeof i.focus?i:null;if(r=await findFocusableElement(i,t),r)return r&&"function"==typeof r.focus?r:null}i=t?e.nextSibling:e.previousSibling,a&&!a[n].contains(i)&&(n=t?n+1:n-1,i=a[n])}return null},NO_SCROLLBAR_STYLE_CLASS="ui5-content-native-scrollbars",getEffectiveScrollbarStyle=()=>document.body.classList.contains(NO_SCROLLBAR_STYLE_CLASS),mediaRanges=new Map,DEAFULT_RANGE_SET=new Map;var RANGESETS;DEAFULT_RANGE_SET.set("S",[0,599]),DEAFULT_RANGE_SET.set("M",[600,1023]),DEAFULT_RANGE_SET.set("L",[1024,1439]),DEAFULT_RANGE_SET.set("XL",[1440,1/0]),(RANGESETS||(RANGESETS={})).RANGE_4STEPS="4Step";const initRangeSet=(e,t)=>{mediaRanges.set(e,t)},getCurrentRange=(e,t=window.innerWidth)=>{let o,i=mediaRanges.get(e);i||(i=mediaRanges.get(RANGESETS.RANGE_4STEPS));const a=Math.floor(t);return i.forEach(((e,t)=>{a>=e[0]&&a<=e[1]&&(o=t)})),o||[...i.keys()][0]},MediaRange={RANGESETS:RANGESETS,initRangeSet:initRangeSet,getCurrentRange:getCurrentRange};function block0$A(e,t,o){return effectiveHtml`<section style="${styleMap(this.styles.root)}" class="${o$2(this.classes.root)}" role="${l$1(this._role)}" aria-modal="${l$1(this._ariaModal)}" aria-label="${l$1(this._ariaLabel)}" aria-labelledby="${l$1(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><div style="${styleMap(this.styles.content)}" class="${o$2(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div><span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section> `}function block0$z(e,t,o){return effectiveHtml`<div class="ui5-block-layer" ?hidden=${this._blockLayerHidden} tabindex="0" style="${styleMap(this.styles.blockLayer)}" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div>`}var PopupAccessibleRole;MediaRange.initRangeSet(MediaRange.RANGESETS.RANGE_4STEPS,DEAFULT_RANGE_SET),function(e){e.None="None",e.Dialog="Dialog",e.AlertDialog="AlertDialog"}(PopupAccessibleRole||(PopupAccessibleRole={}));const PopupAccessibleRole$1=PopupAccessibleRole,OpenedPopupsRegistry=getSharedResource("OpenedPopupsRegistry",{openedRegistry:[]}),addOpenedPopup=(e,t=[])=>{OpenedPopupsRegistry.openedRegistry.some((t=>t.instance===e))||OpenedPopupsRegistry.openedRegistry.push({instance:e,parentPopovers:t}),_updateTopModalPopup(),1===OpenedPopupsRegistry.openedRegistry.length&&attachGlobalListener()},removeOpenedPopup=e=>{OpenedPopupsRegistry.openedRegistry=OpenedPopupsRegistry.openedRegistry.filter((t=>t.instance!==e)),_updateTopModalPopup(),OpenedPopupsRegistry.openedRegistry.length||detachGlobalListener()},getOpenedPopups=()=>[...OpenedPopupsRegistry.openedRegistry],_keydownListener=e=>{OpenedPopupsRegistry.openedRegistry.length&&isEscape(e)&&(e.stopPropagation(),OpenedPopupsRegistry.openedRegistry[OpenedPopupsRegistry.openedRegistry.length-1].instance.close(!0))},attachGlobalListener=()=>{document.addEventListener("keydown",_keydownListener)},detachGlobalListener=()=>{document.removeEventListener("keydown",_keydownListener)},_updateTopModalPopup=()=>{let e,t=!1;for(let o=OpenedPopupsRegistry.openedRegistry.length-1;o>=0;o--)e=OpenedPopupsRegistry.openedRegistry[o].instance,!t&&e.isModal?(e.isTopModalPopup=!0,t=!0):e.isTopModalPopup=!1};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$E={packageName:"@ui5/webcomponents",fileName:"themes/Popup.css.ts",content:":host{min-width:1px;display:none;position:fixed}\n"};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$D={packageName:"@ui5/webcomponents",fileName:"themes/PopupStaticAreaStyles.css.ts",content:".ui5-block-layer{display:none;position:fixed;background-color:var(--_ui5-v1-24-7_popup_block_layer_background);inset:-500px;outline:none;pointer-events:all;z-index:-1}.ui5-block-layer:not([hidden]){display:inline-block}\n"};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$C={packageName:"@ui5/webcomponents",fileName:"themes/PopupGlobal.css.ts",content:".ui5-popup-scroll-blocker{overflow:hidden}\n"};var Popup_1,__decorate$D=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const createBlockingStyle=()=>{hasStyle("data-ui5-popup-scroll-blocker")||createStyle(styleData$C,"data-ui5-popup-scroll-blocker")};createBlockingStyle();const pageScrollingBlockers=new Set;let Popup=Popup_1=class extends UI5Element{constructor(){super(),this._resizeHandler=this._resize.bind(this)}onBeforeRendering(){this._blockLayerHidden=!this.isOpen()||!this.isTopModalPopup}onAfterRendering(){this._updateMediaRange()}onEnterDOM(){ResizeHandler.register(this,this._resizeHandler)}onExitDOM(){this.isOpen()&&(Popup_1.unblockPageScrolling(this),this._removeOpenedPopup()),ResizeHandler.deregister(this,this._resizeHandler)}get _displayProp(){return"block"}_resize(){this._updateMediaRange()}_preventBlockLayerFocus(e){e.preventDefault()}static blockPageScrolling(e){pageScrollingBlockers.add(e),1===pageScrollingBlockers.size&&document.documentElement.classList.add("ui5-popup-scroll-blocker")}static unblockPageScrolling(e){pageScrollingBlockers.delete(e),0===pageScrollingBlockers.size&&document.documentElement.classList.remove("ui5-popup-scroll-blocker")}_scroll(e){this.fireEvent("scroll",{scrollTop:e.target.scrollTop,targetRef:e.target})}_onkeydown(e){const t=e.target===this._root&&isTabPrevious(e),o=isEnter(e)&&!this.isOpen();(t||o)&&e.preventDefault()}_onfocusout(e){e.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(e){isSafari()||this._root.removeAttribute("tabindex"),this.shadowRoot.contains(e.target)?this._shouldFocusRoot=!0:this._shouldFocusRoot=!1}_onmouseup(){isSafari()||(this._root.tabIndex=-1),this._shouldFocusRoot&&(isChrome()&&this._root.focus(),this._shouldFocusRoot=!1)}async forwardToFirst(){const e=await getFirstFocusableElement(this);e?e.focus():this._root.focus()}async forwardToLast(){const e=await getLastFocusableElement(this);e?e.focus():this._root.focus()}async applyInitialFocus(){await this.applyFocus()}async applyFocus(){if(await this._waitForDomRef(),this.getRootNode()===this)return;let e;this.initialFocus&&(e=this.getRootNode().getElementById(this.initialFocus)||document.getElementById(this.initialFocus)),e=e||await getFirstFocusableElement(this)||this._root,e&&(e===this._root&&(e.tabIndex=-1),e.focus())}isOpen(){return this.opened}isFocusWithin(){return isFocusedElementWithinNode(this._root)}async _open(e){var t;!this.fireEvent("before-open",{},!0,!1)||(this.isModal&&!this.shouldHideBackdrop&&(this.getStaticAreaItemDomRef(),this._blockLayerHidden=!1,Popup_1.blockPageScrolling(this)),this._zIndex=getNextZIndex(),this.style.zIndex=(null==(t=this._zIndex)?void 0:t.toString())||"",this._focusedElementBeforeOpen=getFocusedElement(),this._show(),this.getDomRef()&&this._updateMediaRange(),this._addOpenedPopup(),this.opened=!0,this.open=!0,await renderFinished(),this._disableInitialFocus||e||await this.applyInitialFocus(),this.fireEvent("after-open",{},!1,!1))}_updateMediaRange(){this.mediaRange=MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_addOpenedPopup(){addOpenedPopup(this)}close(e=!1,t=!1,o=!1){if(!this.opened)return;!this.fireEvent("before-close",{escPressed:e},!0,!1)||(this.isModal&&(this._blockLayerHidden=!0,Popup_1.unblockPageScrolling(this)),this.hide(),this.opened=!1,this.open=!1,t||this._removeOpenedPopup(),this.preventFocusRestore||o||this.resetFocus(),this.fireEvent("after-close",{},!1,!1))}_removeOpenedPopup(){removeOpenedPopup(this)}resetFocus(){this._focusedElementBeforeOpen&&(this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null)}_show(){this.style.display=this._displayProp}hide(){this.style.display="none"}get _ariaLabel(){return getEffectiveAriaLabelText(this)}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===PopupAccessibleRole$1.None?void 0:this.accessibleRole.toLowerCase()}get _ariaModal(){return this.accessibleRole===PopupAccessibleRole$1.None?void 0:"true"}get contentDOM(){return this.shadowRoot.querySelector(".ui5-popup-content")}get styles(){return{root:{},content:{},blockLayer:{zIndex:this._zIndex?this._zIndex-1:""}}}get classes(){return{root:{"ui5-popup-root":!0,"ui5-content-native-scrollbars":getEffectiveScrollbarStyle()},content:{"ui5-popup-content":!0}}}};__decorate$D([property()],Popup.prototype,"initialFocus",void 0),__decorate$D([property({type:Boolean})],Popup.prototype,"preventFocusRestore",void 0),__decorate$D([property({type:Boolean})],Popup.prototype,"open",void 0),__decorate$D([property({type:Boolean,noAttribute:!0})],Popup.prototype,"opened",void 0),__decorate$D([property({defaultValue:void 0})],Popup.prototype,"accessibleName",void 0),__decorate$D([property({defaultValue:""})],Popup.prototype,"accessibleNameRef",void 0),__decorate$D([property({type:PopupAccessibleRole$1,defaultValue:PopupAccessibleRole$1.Dialog})],Popup.prototype,"accessibleRole",void 0),__decorate$D([property()],Popup.prototype,"mediaRange",void 0),__decorate$D([property({type:Boolean})],Popup.prototype,"_disableInitialFocus",void 0),__decorate$D([property({type:Boolean})],Popup.prototype,"_blockLayerHidden",void 0),__decorate$D([property({type:Boolean,noAttribute:!0})],Popup.prototype,"isTopModalPopup",void 0),__decorate$D([slot({type:HTMLElement,default:!0})],Popup.prototype,"content",void 0),Popup=Popup_1=__decorate$D([customElement({renderer:litRender,styles:styleData$E,template:block0$A,staticAreaTemplate:block0$z,staticAreaStyles:styleData$D}),event("before-open"),event("after-open"),event("before-close",{detail:{escPressed:{type:Boolean}}}),event("after-close"),event("scroll")],Popup);const Popup$1=Popup;var PopoverPlacementType;!function(e){e.Left="Left",e.Right="Right",e.Top="Top",e.Bottom="Bottom"}(PopoverPlacementType||(PopoverPlacementType={}));const PopoverPlacementType$1=PopoverPlacementType;var PopoverVerticalAlign;!function(e){e.Center="Center",e.Top="Top",e.Bottom="Bottom",e.Stretch="Stretch"}(PopoverVerticalAlign||(PopoverVerticalAlign={}));const PopoverVerticalAlign$1=PopoverVerticalAlign;var PopoverHorizontalAlign;!function(e){e.Center="Center",e.Left="Left",e.Right="Right",e.Stretch="Stretch"}(PopoverHorizontalAlign||(PopoverHorizontalAlign={}));const PopoverHorizontalAlign$1=PopoverHorizontalAlign;let updateInterval;const intervalTimeout=300,openedRegistry=[],repositionPopovers=()=>{openedRegistry.forEach((e=>{e.instance.reposition()}))},closePopoversIfLostFocus=()=>{"IFRAME"===getActiveElement().tagName&&getRegistry().reverse().forEach((e=>e.instance.close(!1,!1,!0)))},runUpdateInterval=()=>{updateInterval=setInterval((()=>{repositionPopovers(),closePopoversIfLostFocus()}),300)},stopUpdateInterval=()=>{clearInterval(updateInterval)},attachGlobalScrollHandler=()=>{document.addEventListener("scroll",repositionPopovers,{capture:!0})},detachGlobalScrollHandler=()=>{document.removeEventListener("scroll",repositionPopovers,{capture:!0})},attachScrollHandler=e=>{e&&e.shadowRoot.addEventListener("scroll",repositionPopovers,{capture:!0})},detachScrollHandler=e=>{e&&e.shadowRoot.removeEventListener("scroll",repositionPopovers,{capture:!0})},attachGlobalClickHandler=()=>{document.addEventListener("mousedown",clickHandler)},detachGlobalClickHandler=()=>{document.removeEventListener("mousedown",clickHandler)},clickHandler=e=>{const t=getOpenedPopups();if(0===t.length)return;if(instanceOfPopover(t[t.length-1].instance))for(let o=t.length-1;-1!==o;o--){const i=t[o].instance;if(i.isModal||i.isOpenerClicked(e))return;if(isClickInRect(e,i.getBoundingClientRect()))break;i.close()}},addOpenedPopover=e=>{const t=getParentPopoversIfNested(e);addOpenedPopup(e,t),openedRegistry.push({instance:e,parentPopovers:t}),attachScrollHandler(e),1===openedRegistry.length&&(attachGlobalScrollHandler(),attachGlobalClickHandler(),runUpdateInterval())},removeOpenedPopover=e=>{const t=[e];for(let o=0;o<openedRegistry.length;o++){const i=openedRegistry[o].parentPopovers.indexOf(e);openedRegistry[o].parentPopovers.length>0&&i>-1&&t.push(openedRegistry[o].instance)}for(let e=t.length-1;e>=0;e--)for(let o=0;o<openedRegistry.length;o++){let i=-1;if(t[e]===openedRegistry[o].instance&&(i=o),i>=0){removeOpenedPopup(openedRegistry[i].instance),detachScrollHandler(openedRegistry[i].instance);openedRegistry.splice(i,1)[0].instance.close(!1,!0)}}openedRegistry.length||(detachGlobalScrollHandler(),detachGlobalClickHandler(),stopUpdateInterval())},getRegistry=()=>openedRegistry,getParentPopoversIfNested=e=>{let t=e.parentNode;const o=[];for(;t&&t.parentNode;){for(let e=0;e<openedRegistry.length;e++)t===openedRegistry[e].instance&&o.push(t);t=t.parentNode}return o};function block0$y(e,t,o){return effectiveHtml`<section style="${styleMap(this.styles.root)}" class="${o$2(this.classes.root)}" role="${l$1(this._role)}" aria-modal="${l$1(this._ariaModal)}" aria-label="${l$1(this._ariaLabel)}" aria-labelledby="${l$1(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader?block1$u.call(this,e,t,o):void 0}<div style="${styleMap(this.styles.content)}" class="${o$2(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter?block4$h.call(this,e,t,o):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section> `}function block1$u(e,t,o){return effectiveHtml`<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${this.header.length?block2$s.call(this,e,t,o):block3$m.call(this,e,t,o)}</header>`}function block2$s(e,t,o){return effectiveHtml`<slot name="header"></slot>`}function block3$m(e,t,o){return effectiveHtml`<h1 class="ui5-popup-header-text">${l$1(this.headerText)}</h1>`}function block4$h(e,t,o){return effectiveHtml`${this.footer.length?block5$d.call(this,e,t,o):void 0}`}function block5$d(e,t,o){return effectiveHtml`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$B={packageName:"@ui5/webcomponents",fileName:"themes/BrowserScrollbar.css.ts",content:":not(.ui5-content-native-scrollbars) ::-webkit-scrollbar:horizontal{height:var(--sapScrollBar_Dimension)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar:vertical{width:var(--sapScrollBar_Dimension)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor);border-left:var(--browser_scrollbar_border)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-thumb{border-radius:var(--browser_scrollbar_border_radius);background-color:var(--sapScrollBar_FaceColor)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-thumb:hover{background-color:var(--sapScrollBar_Hover_FaceColor)}:not(.ui5-content-native-scrollbars) ::-webkit-scrollbar-corner{background-color:var(--sapScrollBar_TrackColor)}\n"};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$A={packageName:"@ui5/webcomponents",fileName:"themes/PopupsCommon.css.ts",content:':host{display:none;position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v1-24-7_popup_border_radius);min-height:2rem;box-sizing:border-box}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;outline:none;justify-content:space-between}.ui5-popup-root .ui5-popup-header-root{color:var(--sapPageHeader_TextColor);box-shadow:var(--_ui5-v1-24-7_popup_header_shadow);border-bottom:var(--_ui5-v1-24-7_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;font-size:1rem;font-family:"72override",var(--_ui5-v1-24-7_popup_header_font_family);display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--_ui5-v1-24-7_popup_header_font_weight)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{text-align:center;min-height:var(--_ui5-v1-24-7_popup_default_header_height);max-height:var(--_ui5-v1-24-7_popup_default_header_height);line-height:var(--_ui5-v1-24-7_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v1-24-7_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([disable-scrolling]) .ui5-popup-content{overflow:hidden}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v1-24-7_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v1-24-7_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v1-24-7_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--_ui5-v1-24-7_popup_header_background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v1-24-7_popup_header_footer_padding_s);padding-right:var(--_ui5-v1-24-7_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v1-24-7_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v1-24-7_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v1-24-7_popup_header_footer_padding_xl);padding-right:var(--_ui5-v1-24-7_popup_header_footer_padding_xl)}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$z={packageName:"@ui5/webcomponents",fileName:"themes/Popover.css.ts",content:':host{box-shadow:var(--_ui5-v1-24-7_popover_box_shadow);background-color:var(--_ui5-v1-24-7_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v1-24-7_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v1-24-7_popover_no_arrow_box_shadow)}:host([opened][actual-placement-type="Top"]){margin-top:var(--_ui5-v1-24-7-popover-margin-bottom)}:host([opened][actual-placement-type="Bottom"]){margin-top:var(--_ui5-v1-24-7-popover-margin-top)}:host([actual-placement-type="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5625rem}:host([actual-placement-type="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v1-24-7_popover_upward_arrow_margin)}:host([actual-placement-type="Left"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement-type="Left"]) .ui5-popover-arrow:after{margin:var(--_ui5-v1-24-7_popover_right_arrow_margin)}:host([actual-placement-type="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement-type="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v1-24-7_popover_downward_arrow_margin)}:host(:not([actual-placement-type])) .ui5-popover-arrow,:host([actual-placement-type="Right"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement-type])) .ui5-popover-arrow:after,:host([actual-placement-type="Right"]) .ui5-popover-arrow:after{margin:var(--_ui5-v1-24-7_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5-v1-24-7_popover_background);box-shadow:var(--_ui5-v1-24-7_popover_box_shadow);transform:rotate(-45deg)}\n'};var Popover_1,__decorate$C=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ARROW_SIZE=8;let Popover=Popover_1=class extends Popup$1{static get VIEWPORT_MARGIN(){return 10}constructor(){super()}onAfterRendering(){if(super.onAfterRendering(),!this.isOpen()&&this.open){let e;if(this.opener instanceof HTMLElement?e=this.opener:"string"==typeof this.opener&&(e=this.getRootNode().getElementById(this.opener)||document.getElementById(this.opener)),!e)return void console.warn("Valid opener id is required.");this.showAt(e)}else this.isOpen()&&!this.open&&this.close()}isOpenerClicked(e){const t=e.target;if(t===this._opener)return!0;const o=t;return!(!o.getFocusDomRef||o.getFocusDomRef()!==this._opener)||e.composedPath().indexOf(this._opener)>-1}async showAt(e,t=!1){e&&!this.opened&&(this._opener=e,this._openerRect=e.getBoundingClientRect(),await super._open(t))}_addOpenedPopup(){addOpenedPopover(this)}_removeOpenedPopup(){removeOpenedPopover(this)}shouldCloseDueToOverflow(e,t){const o={Right:t.right,Left:t.left,Top:t.top,Bottom:t.bottom},i=getClosedPopupParent(this._opener);let a=!1,r=!1;if(i.showAt){const e=i.contentDOM.getBoundingClientRect();a=t.top>e.top+e.height,r=t.top+t.height<e.top}return o[e]<0||o[e]+32>i.innerHeight||a||r}shouldCloseDueToNoOpener(e){return 0===e.top&&0===e.bottom&&0===e.left&&0===e.right}isOpenerOutsideViewport(e){return e.bottom<0||e.top>window.innerHeight||e.right<0||e.left>window.innerWidth}_resize(){super._resize(),this.opened&&this.reposition()}reposition(){this._show()}_show(){this.opened||this._showOutsideViewport();const e=this.getPopoverSize();let t;if(0===e.width||0===e.height)return;if(this.isOpen()&&(this._openerRect=this._opener.getBoundingClientRect()),t=this.shouldCloseDueToNoOpener(this._openerRect)&&this.isFocusWithin()&&this._oldPlacement?this._oldPlacement:this.calcPlacement(this._openerRect,e),this._preventRepositionAndClose||this.isOpenerOutsideViewport(this._openerRect))return this.close();this._oldPlacement=t,this.actualPlacementType=t.placementType;let o=clamp(this._left,Popover_1.VIEWPORT_MARGIN,document.documentElement.clientWidth-e.width-Popover_1.VIEWPORT_MARGIN);this.actualPlacementType===PopoverPlacementType$1.Right&&(o=Math.max(o,this._left));let i=clamp(this._top,Popover_1.VIEWPORT_MARGIN,document.documentElement.clientHeight-e.height-Popover_1.VIEWPORT_MARGIN);this.actualPlacementType===PopoverPlacementType$1.Bottom&&(i=Math.max(i,this._top)),this.arrowTranslateX=t.arrow.x,this.arrowTranslateY=t.arrow.y,i=this._adjustForIOSKeyboard(i);const a=this._getContainingBlockClientLocation();o-=a.left,i-=a.top,Object.assign(this.style,{top:`${i}px`,left:`${o}px`}),this.horizontalAlign===PopoverHorizontalAlign$1.Stretch&&this._width&&(this.style.width=this._width)}_adjustForIOSKeyboard(e){if(!isIOS())return e;const t=Math.ceil(this.getBoundingClientRect().top);return e+(Number.parseInt(this.style.top||"0")-t)}_getContainingBlockClientLocation(){let e=getParentElement(this);for(;e;){if(isElementContainingBlock(e))return e.getBoundingClientRect();e=getParentElement(e)}return{left:0,top:0}}getPopoverSize(){const e=this.getBoundingClientRect();return{width:e.width,height:e.height}}_showOutsideViewport(){Object.assign(this.style,{display:this._displayProp,top:"-10000px",left:"-10000px"})}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}calcPlacement(e,t){let o=Popover_1.VIEWPORT_MARGIN,i=0;const a=this.allowTargetOverlap,r=document.documentElement.clientWidth,n=document.documentElement.clientHeight;let s=n,l=r;const c=this.getActualPlacementType(e,t);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(e)||this.shouldCloseDueToOverflow(c,e);const d=c===PopoverPlacementType$1.Top||c===PopoverPlacementType$1.Bottom;this.horizontalAlign===PopoverHorizontalAlign$1.Stretch&&d?(t.width=e.width,this._width=`${e.width}px`):this.verticalAlign!==PopoverVerticalAlign$1.Stretch||d||(t.height=e.height);const _=this.hideArrow?0:8;switch(c){case PopoverPlacementType$1.Top:o=this.getVerticalLeft(e,t),i=Math.max(e.top-t.height-_,0),a||(s=e.top-_);break;case PopoverPlacementType$1.Bottom:o=this.getVerticalLeft(e,t),i=e.bottom+_,a?i=Math.max(Math.min(i,n-t.height),0):s=n-e.bottom-_;break;case PopoverPlacementType$1.Left:o=Math.max(e.left-t.width-_,0),i=this.getHorizontalTop(e,t),a||(l=e.left-_);break;case PopoverPlacementType$1.Right:o=e.left+e.width+_,i=this.getHorizontalTop(e,t),a?o=Math.max(Math.min(o,r-t.width),0):l=r-e.right-_}d?t.width>r||o<Popover_1.VIEWPORT_MARGIN?o=Popover_1.VIEWPORT_MARGIN:o+t.width>r-Popover_1.VIEWPORT_MARGIN&&(o=r-Popover_1.VIEWPORT_MARGIN-t.width):t.height>n||i<0?i=0:i+t.height>n&&(i-=i+t.height-n),this._maxHeight=Math.round(s-Popover_1.VIEWPORT_MARGIN),this._maxWidth=Math.round(l-Popover_1.VIEWPORT_MARGIN),(void 0===this._left||Math.abs(this._left-o)>1.5)&&(this._left=Math.round(o)),(void 0===this._top||Math.abs(this._top-i)>1.5)&&(this._top=Math.round(i));const u=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius"));return{arrow:this.getArrowPosition(e,t,o,i,d,u),top:this._top,left:this._left,placementType:c}}getArrowPosition(e,t,o,i,a,r){const n=this._actualHorizontalAlign;let s=n===PopoverHorizontalAlign$1.Center||n===PopoverHorizontalAlign$1.Stretch;n===PopoverHorizontalAlign$1.Right&&o<=e.left&&(s=!0),n===PopoverHorizontalAlign$1.Left&&o+t.width>=e.left+e.width&&(s=!0);let l=0;a&&s&&(l=e.left+e.width/2-o-t.width/2);let c=0;a||(c=e.top+e.height/2-i-t.height/2);const d=t.height/2-r-4;c=clamp(c,-d,d);const _=t.width/2-r-4;return l=clamp(l,-_,_),{x:Math.round(l),y:Math.round(c)}}fallbackPlacement(e,t,o,i){return o.left>i.width?PopoverPlacementType$1.Left:e-o.right>o.left?PopoverPlacementType$1.Right:t-o.bottom>i.height?PopoverPlacementType$1.Bottom:t-o.bottom<o.top?PopoverPlacementType$1.Top:void 0}getActualPlacementType(e,t){const o=this.placementType;let i=o;const a=document.documentElement.clientWidth,r=document.documentElement.clientHeight;switch(o){case PopoverPlacementType$1.Top:e.top<t.height&&e.top<r-e.bottom&&(i=PopoverPlacementType$1.Bottom);break;case PopoverPlacementType$1.Bottom:r-e.bottom<t.height&&r-e.bottom<e.top&&(i=PopoverPlacementType$1.Top);break;case PopoverPlacementType$1.Left:e.left<t.width&&(i=this.fallbackPlacement(a,r,e,t)||o);break;case PopoverPlacementType$1.Right:a-e.right<t.width&&(i=this.fallbackPlacement(a,r,e,t)||o)}return i}getVerticalLeft(e,t){const o=this._actualHorizontalAlign;let i=Popover_1.VIEWPORT_MARGIN;switch(o){case PopoverHorizontalAlign$1.Center:case PopoverHorizontalAlign$1.Stretch:i=e.left-(t.width-e.width)/2;break;case PopoverHorizontalAlign$1.Left:i=e.left;break;case PopoverHorizontalAlign$1.Right:i=e.right-t.width}return i}getHorizontalTop(e,t){let o=0;switch(this.verticalAlign){case PopoverVerticalAlign$1.Center:case PopoverVerticalAlign$1.Stretch:o=e.top-(t.height-e.height)/2;break;case PopoverVerticalAlign$1.Top:o=e.top;break;case PopoverVerticalAlign$1.Bottom:o=e.bottom-t.height}return o}get isModal(){return this.modal}get shouldHideBackdrop(){return this.hideBackdrop}get _ariaLabelledBy(){if(!this._ariaLabel&&this._displayHeader)return"ui5-popup-header"}get styles(){return{...super.styles,root:{"max-height":this._maxHeight?`${this._maxHeight}px`:"","max-width":this._maxWidth?`${this._maxWidth}px`:""},arrow:{transform:`translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`}}}get classes(){const e=super.classes;return e.root["ui5-popover-root"]=!0,e}get _displayHeader(){return!(!this.header.length&&!this.headerText)}get _displayFooter(){return!0}get _actualHorizontalAlign(){if("rtl"===this.effectiveDir){if(this.horizontalAlign===PopoverHorizontalAlign$1.Left)return PopoverHorizontalAlign$1.Right;if(this.horizontalAlign===PopoverHorizontalAlign$1.Right)return PopoverHorizontalAlign$1.Left}return this.horizontalAlign}};__decorate$C([property()],Popover.prototype,"headerText",void 0),__decorate$C([property({type:PopoverPlacementType$1,defaultValue:PopoverPlacementType$1.Right})],Popover.prototype,"placementType",void 0),__decorate$C([property({type:PopoverHorizontalAlign$1,defaultValue:PopoverHorizontalAlign$1.Center})],Popover.prototype,"horizontalAlign",void 0),__decorate$C([property({type:PopoverVerticalAlign$1,defaultValue:PopoverVerticalAlign$1.Center})],Popover.prototype,"verticalAlign",void 0),__decorate$C([property({type:Boolean})],Popover.prototype,"modal",void 0),__decorate$C([property({type:Boolean})],Popover.prototype,"hideBackdrop",void 0),__decorate$C([property({type:Boolean})],Popover.prototype,"hideArrow",void 0),__decorate$C([property({type:Boolean})],Popover.prototype,"allowTargetOverlap",void 0),__decorate$C([property({validator:DOMReference})],Popover.prototype,"opener",void 0),__decorate$C([property({type:Boolean})],Popover.prototype,"disableScrolling",void 0),__decorate$C([property({validator:Integer,defaultValue:0,noAttribute:!0})],Popover.prototype,"arrowTranslateX",void 0),__decorate$C([property({validator:Integer,defaultValue:0,noAttribute:!0})],Popover.prototype,"arrowTranslateY",void 0),__decorate$C([property({type:PopoverPlacementType$1,defaultValue:PopoverPlacementType$1.Right})],Popover.prototype,"actualPlacementType",void 0),__decorate$C([property({validator:Integer,noAttribute:!0})],Popover.prototype,"_maxHeight",void 0),__decorate$C([property({validator:Integer,noAttribute:!0})],Popover.prototype,"_maxWidth",void 0),__decorate$C([slot({type:HTMLElement})],Popover.prototype,"header",void 0),__decorate$C([slot({type:HTMLElement})],Popover.prototype,"footer",void 0),Popover=Popover_1=__decorate$C([customElement({tag:"ui5-popover",styles:[styleData$B,styleData$A,styleData$z],template:block0$y})],Popover);const instanceOfPopover=e=>"showAt"in e;Popover.define();const Popover$1=Popover;function block0$x(e,t,o){return effectiveHtml`<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><input id="${l$1(this._id)}-inner" class="ui5-input-inner" style="${styleMap(this.styles.innerInput)}" type="${l$1(this.inputType)}" inner-input ?inner-input-with-icon="${this.icon.length}" ?disabled="${this.disabled}" ?readonly="${this._readonly}" .value="${l$1(this._innerValue)}" placeholder="${l$1(this._placeholder)}" maxlength="${l$1(this.maxlength)}" role="${l$1(this.accInfo.input.role)}" aria-controls="${l$1(this.accInfo.input.ariaControls)}" aria-invalid="${l$1(this.accInfo.input.ariaInvalid)}" aria-haspopup="${l$1(this.accInfo.input.ariaHasPopup)}" aria-describedby="${l$1(this.accInfo.input.ariaDescribedBy)}" aria-roledescription="${l$1(this.accInfo.input.ariaRoledescription)}" aria-autocomplete="${l$1(this.accInfo.input.ariaAutoComplete)}" aria-expanded="${l$1(this.accInfo.input.ariaExpanded)}" aria-label="${l$1(this.accInfo.input.ariaLabel)}" aria-required="${l$1(this.required)}" autocomplete="off" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${l$1(this.nativeInputAttributes.step)}" min="${l$1(this.nativeInputAttributes.min)}" max="${l$1(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon?block1$t.call(this,e,t,o):void 0}${this.icon.length?block2$r.call(this,e,t,o):void 0}<div class="ui5-input-value-state-icon">${o$1(this._valueStateInputIcon)}</div>${this.showSuggestions?block3$l.call(this,e,t,o):void 0}${this.accInfo.input.ariaDescription?block4$g.call(this,e,t,o):void 0}${this.hasValueState?block5$c.call(this,e,t,o):void 0}</div><slot name="formSupport"></slot></div>`}function block1$t(e,t,o){return o?effectiveHtml`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class="ui5-input-clear-icon-wrapper" input-icon tabindex="-1"><${scopeTag("ui5-icon",t,o)} tabindex="-1" class="ui5-input-clear-icon" name="decline" accessible-name="${l$1(this.clearIconAccessibleName)}"></${scopeTag("ui5-icon",t,o)}></div>`:effectiveHtml`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class="ui5-input-clear-icon-wrapper" input-icon tabindex="-1"><ui5-icon tabindex="-1" class="ui5-input-clear-icon" name="decline" accessible-name="${l$1(this.clearIconAccessibleName)}"></ui5-icon></div>`}function block2$r(e,t,o){return effectiveHtml`<div class="ui5-input-icon-root"><slot name="icon"></slot></div>`}function block3$l(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-suggestionsText" class="ui5-hidden-text">${l$1(this.suggestionsText)}</span><span id="${l$1(this._id)}-selectionText" class="ui5-hidden-text" aria-live="polite" role="status"></span><span id="${l$1(this._id)}-suggestionsCount" class="ui5-hidden-text" aria-live="polite">${l$1(this.availableSuggestionsCount)}</span>`}function block4$g(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" class="ui5-hidden-text">${l$1(this.accInfo.input.ariaDescription)}</span>`}function block5$c(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-valueStateDesc" class="ui5-hidden-text">${l$1(this.ariaValueStateHiddenText)}</span>`}function block0$w(e,t,o){return effectiveHtml`${this.showSuggestions?block1$s.call(this,e,t,o):void 0}${this.hasValueStateMessage?block17$1.call(this,e,t,o):void 0} `}function block1$s(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-responsive-popover",t,o)} class="${o$2(this.classes.popover)}" hide-arrow _disable-initial-focus placement-type="Bottom" horizontal-align="Left" style="${styleMap(this.styles.suggestionsPopover)}" @ui5-after-open="${l$1(this._afterOpenPopover)}" @ui5-after-close="${l$1(this._afterClosePopover)}" @ui5-scroll="${l$1(this._scroll)}">${this._isPhone?block2$q.call(this,e,t,o):void 0}${this._isPhone?void 0:block7$6.call(this,e,t,o)}<${scopeTag("ui5-list",t,o)} separators="${l$1(this.suggestionSeparators)}" @mousedown="${this.onItemMouseDown}" mode="SingleSelect">${c(this.suggestionObjects,((e,t)=>e._id||t),((i,a)=>block12$3.call(this,e,t,o,i,a)))}</${scopeTag("ui5-list",t,o)}>${this._isPhone?block16$2.call(this,e,t,o):void 0}</${scopeTag("ui5-responsive-popover",t,o)}>`:effectiveHtml`<ui5-responsive-popover class="${o$2(this.classes.popover)}" hide-arrow _disable-initial-focus placement-type="Bottom" horizontal-align="Left" style="${styleMap(this.styles.suggestionsPopover)}" @ui5-after-open="${l$1(this._afterOpenPopover)}" @ui5-after-close="${l$1(this._afterClosePopover)}" @ui5-scroll="${l$1(this._scroll)}">${this._isPhone?block2$q.call(this,e,t,o):void 0}${this._isPhone?void 0:block7$6.call(this,e,t,o)}<ui5-list separators="${l$1(this.suggestionSeparators)}" @mousedown="${this.onItemMouseDown}" mode="SingleSelect">${c(this.suggestionObjects,((e,t)=>e._id||t),((i,a)=>block12$3.call(this,e,t,o,i,a)))}</ui5-list>${this._isPhone?block16$2.call(this,e,t,o):void 0}</ui5-responsive-popover>`}function block2$q(e,t,o){return o?effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><${scopeTag("ui5-button",t,o)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._closeRespPopover}"></${scopeTag("ui5-button",t,o)}></div><div class="row"><div class="input-root-phone native-input-wrapper"><${scopeTag("ui5-input",t,o)} class="ui5-input-inner-phone" type="${l$1(this.inputType)}" .value="${l$1(this.value)}" ?show-clear-icon=${this.showClearIcon} placeholder="${l$1(this.placeholder)}" @ui5-input="${l$1(this._handleInput)}" @ui5-change="${l$1(this._handleChange)}"></${scopeTag("ui5-input",t,o)}></div></div></div>${this.hasValueStateMessage?block3$k.call(this,e,t,o):void 0}`:effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._closeRespPopover}"></ui5-button></div><div class="row"><div class="input-root-phone native-input-wrapper"><ui5-input class="ui5-input-inner-phone" type="${l$1(this.inputType)}" .value="${l$1(this.value)}" ?show-clear-icon=${this.showClearIcon} placeholder="${l$1(this.placeholder)}" @ui5-input="${l$1(this._handleInput)}" @ui5-change="${l$1(this._handleChange)}"></ui5-input></div></div></div>${this.hasValueStateMessage?block3$k.call(this,e,t,o):void 0}`}function block3$k(e,t,o){return o?effectiveHtml`<div class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.suggestionPopoverHeader)}"><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.shouldDisplayDefaultValueStateMessage?block4$f.call(this,e,t,o):block5$b.call(this,e,t,o)}</div>`:effectiveHtml`<div class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.suggestionPopoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage?block4$f.call(this,e,t,o):block5$b.call(this,e,t,o)}</div>`}function block4$f(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block5$b(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block6$9.call(this,e,t,o,i,a)))}`}function block6$9(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}function block7$6(e,t,o){return effectiveHtml`${this.hasValueStateMessage?block8$6.call(this,e,t,o):void 0}`}function block8$6(e,t,o){return o?effectiveHtml`<div slot="header" ?focused=${this._isValueStateFocused} class="ui5-responsive-popover-header ${o$2(this.classes.popoverValueState)}" style=${styleMap(this.styles.suggestionPopoverHeader)}><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.shouldDisplayDefaultValueStateMessage?block9$5.call(this,e,t,o):block10$5.call(this,e,t,o)}</div>`:effectiveHtml`<div slot="header" ?focused=${this._isValueStateFocused} class="ui5-responsive-popover-header ${o$2(this.classes.popoverValueState)}" style=${styleMap(this.styles.suggestionPopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage?block9$5.call(this,e,t,o):block10$5.call(this,e,t,o)}</div>`}function block9$5(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block10$5(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block11$4.call(this,e,t,o,i,a)))}`}function block11$4(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}function block12$3(e,t,o,i,a){return effectiveHtml`${i.groupItem?block13$2.call(this,e,t,o,i,a):block14$2.call(this,e,t,o,i,a)}`}function block13$2(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-li-groupheader",t,o)} data-ui5-key="${l$1(i.key)}">${o$1(i.text)}</${scopeTag("ui5-li-groupheader",t,o)}>`:effectiveHtml`<ui5-li-groupheader data-ui5-key="${l$1(i.key)}">${o$1(i.text)}</ui5-li-groupheader>`}function block14$2(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-li-suggestion-item",t,o)} wrapping-type="Normal" image="${l$1(i.image)}" icon="${l$1(i.icon)}" additional-text="${l$1(i.additionalText)}" type="${l$1(i.type)}" additional-text-state="${l$1(i.additionalTextState)}" data-ui5-key="${l$1(i.key)}">${o$1(i.text)}${i.description?block15$2.call(this,e,t,o,i,a):void 0}</${scopeTag("ui5-li-suggestion-item",t,o)}>`:effectiveHtml`<ui5-li-suggestion-item wrapping-type="Normal" image="${l$1(i.image)}" icon="${l$1(i.icon)}" additional-text="${l$1(i.additionalText)}" type="${l$1(i.type)}" additional-text-state="${l$1(i.additionalTextState)}" data-ui5-key="${l$1(i.key)}">${o$1(i.text)}${i.description?block15$2.call(this,e,t,o,i,a):void 0}</ui5-li-suggestion-item>`}function block15$2(e,t,o,i,a){return effectiveHtml`<span slot="richDescription">${o$1(i.description)}</span>`}function block16$2(e,t,o){return o?effectiveHtml`<div slot="footer" class="ui5-responsive-popover-footer"><${scopeTag("ui5-button",t,o)} design="Transparent" @click="${this._closeRespPopover}">OK</${scopeTag("ui5-button",t,o)}></div>`:effectiveHtml`<div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${this._closeRespPopover}">OK</ui5-button></div>`}function block17$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-popover",t,o)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="${l$1(this._valueStatePopoverHorizontalAlign)}"><div slot="header" class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.shouldDisplayDefaultValueStateMessage?block18$1.call(this,e,t,o):block19$1.call(this,e,t,o)}</div></${scopeTag("ui5-popover",t,o)}>`:effectiveHtml`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="${l$1(this._valueStatePopoverHorizontalAlign)}"><div slot="header" class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage?block18$1.call(this,e,t,o):block19$1.call(this,e,t,o)}</div></ui5-popover>`}function block18$1(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block19$1(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block20$1.call(this,e,t,o,i,a)))}`}function block20$1(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}const StartsWith=(e,t,o)=>t.filter((t=>t[o].toLowerCase().startsWith(e.toLowerCase())));registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$y={packageName:"@ui5/webcomponents",fileName:"themes/Input.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5-v1-24-7_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v1-24-7_input_icon_padding);border-inline-start:var(--_ui5-v1-24-7_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v1-24-7_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5-v1-24-7_input_icon_pressed_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5-v1-24-7_input_icon_hover_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5-v1-24-7_input_width);min-width:calc(var(--_ui5-v1-24-7_input_min_width) + (var(--_ui5-v1-24-7-input-icons-count)*var(--_ui5-v1-24-7_input_icon_width)));margin:var(--_ui5-v1-24-7_input_margin_top_bottom) 0;height:var(--_ui5-v1-24-7_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;border:var(--_ui5-v1-24-7-input-border);border-radius:var(--_ui5-v1-24-7_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5-v1-24-7_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5-v1-24-7_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5-v1-24-7_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v1-24-7_input_focus_outline_color);border-radius:var(--_ui5-v1-24-7_input_focus_border_radius);top:var(--_ui5-v1-24-7_input_focus_offset);bottom:var(--_ui5-v1-24-7_input_focus_offset);left:var(--_ui5-v1-24-7_input_focus_offset);right:var(--_ui5-v1-24-7_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5-v1-24-7_input_readonly_focus_offset);bottom:var(--_ui5-v1-24-7_input_readonly_focus_offset);left:var(--_ui5-v1-24-7_input_readonly_focus_offset);right:var(--_ui5-v1-24-7_input_readonly_focus_offset);border-radius:var(--_ui5-v1-24-7_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5-v1-24-7_input_bottom_border_height);transition:var(--_ui5-v1-24-7_input_transition);background-color:var(--_ui5-v1-24-7_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5-v1-24-7_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5-v1-24-7_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v1-24-7-input_disabled_background);border-color:var(--_ui5-v1-24-7_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5-v1-24-7_input_inner_padding);box-sizing:border-box;min-width:var(--_ui5-v1-24-7_input_min_width);width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5-v1-24-7_input_inner_padding_with_icon)}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-v1-24-7-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_input_placeholder_style);color:var(--_ui5-v1-24-7_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_input_placeholder_style);color:var(--_ui5-v1-24-7_input_placeholder_color);padding-right:.125rem}:host([value-state="Error"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7-input_error_placeholder_color);font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Error"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7-input_error_placeholder_color);font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Warning"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Warning"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Success"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Success"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5-v1-24-7_input_border_radius)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v1-24-7_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5-v1-24-7_input_hover_border);border-color:var(--_ui5-v1-24-7_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5-v1-24-7_input_state_border_width)}:host([value-state="Error"]) [inner-input],:host([value-state="Warning"]) [inner-input]{font-style:var(--_ui5-v1-24-7_input_error_warning_font_style);text-indent:var(--_ui5-v1-24-7_input_error_warning_text_indent)}:host([value-state="Error"]) [inner-input]{font-weight:var(--_ui5-v1-24-7_input_error_font_weight)}:host([value-state="Warning"]) [inner-input]{font-weight:var(--_ui5-v1-24-7_input_warning_font_weight)}:host([value-state="Error"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Error"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_error_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_border_color)}:host([value-state="Error"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_focus_outline_color)}:host([value-state="Error"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7-input-value-state-error-border-botom-color)}:host([value-state="Error"]:not([readonly]):not([focused]):hover),:host([value-state="Error"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5-v1-24-7_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Error"]:not([readonly]):not([disabled])),:host([value-state="Warning"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5-v1-24-7_input_error_warning_border_style)}:host([value-state="Warning"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Warning"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_border_color)}:host([value-state="Warning"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Warning"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_state_warning_border_botom_color)}:host([value-state="Warning"]:not([readonly]):not([focused]):hover),:host([value-state="Warning"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Success"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_success_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_border_color)}:host([value-state="Success"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_focus_outline_color)}:host([value-state="Success"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_state_success_border_botom_color)}:host([value-state="Success"]:not([readonly]):not([focused]):hover),:host([value-state="Success"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_information_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-input-icon-root{min-width:var(--_ui5-v1-24-7_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5-v1-24-7_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Error"]) [input-icon],:host([value-state="Warning"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_icon_padding)}:host([value-state="Error"][focused]) [input-icon],:host([value-state="Warning"][focused]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_icon_padding)}:host([value-state="Information"][focused]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_focused_icon_padding)}:host([value-state="Error"]) ::slotted([input-icon][ui5-icon]),:host([value-state="Error"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Warning"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_error_warning_custom_icon_padding)}:host([value-state="Error"][focused]) ::slotted([input-icon][ui5-icon]),:host([value-state="Error"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Warning"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_information_custom_focused_icon_padding)}:host([value-state="Error"]) [input-icon]:active,:host([value-state="Error"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_error_pressed_color)}:host([value-state="Error"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow)}:host([value-state="Warning"]) [input-icon]:active,:host([value-state="Warning"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_warning_pressed_color)}:host([value-state="Warning"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow)}:host([value-state="Information"]) [input-icon]:active,:host([value-state="Information"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_information_pressed_color)}:host([value-state="Information"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow)}:host([value-state="Success"]) [input-icon]:active,:host([value-state="Success"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_success_pressed_color)}:host([value-state="Success"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_height);padding:0;width:var(--_ui5-v1-24-7_input_icon_width);min-width:var(--_ui5-v1-24-7_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Success"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Success"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$x={packageName:"@ui5/webcomponents",fileName:"themes/ResponsivePopoverCommon.css.ts",content:'.input-root-phone{flex:1;position:relative;height:var(--_ui5-v1-24-7_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_background_color);border:var(--_ui5-v1-24-7-input-border);border-radius:var(--_ui5-v1-24-7_input_border_radius);box-sizing:border-box}.input-root-phone [inner-input]{padding:0 .5rem;width:100%;height:100%}.input-root-phone [inner-input]:focus{background-color:var(--sapField_Focus_Background)}.input-root-phone:focus-within:before{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v1-24-7_input_focus_border_radius);top:var(--_ui5-v1-24-7_input_focus_offset);bottom:var(--_ui5-v1-24-7_input_focus_offset);left:var(--_ui5-v1-24-7_input_focus_offset);right:var(--_ui5-v1-24-7_input_focus_offset)}.input-root-phone [value-state=Error] [input-icon][data-ui5-compact-size],.input-root-phone [value-state=Success] [input-icon][data-ui5-compact-size],.input-root-phone [value-state=Warning] [input-icon][data-ui5-compact-size]{padding:.1875rem .5rem}[inner-input]{background:transparent;color:inherit;border:none;font-style:normal;-webkit-appearance:none;-moz-appearance:textfield;line-height:normal;padding:var(--_ui5-v1-24-7_input_inner_padding);box-sizing:border-box;min-width:3rem;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;border-radius:var(--_ui5-v1-24-7_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:italic;color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:italic;color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5-v1-24-7_input_state_border_width)}.input-root-phone[value-state=Error] [inner-input],.input-root-phone[value-state=Warning] [inner-input]{font-style:var(--_ui5-v1-24-7_input_error_warning_font_style)}.input-root-phone[value-state=Error] [inner-input]{font-weight:var(--_ui5-v1-24-7_input_error_font_weight)}.input-root-phone[value-state=Error]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color)}.input-root-phone[value-state=Error]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v1-24-7_input_focused_value_state_error_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Error]:not([readonly]):focus-within:before{border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Error]:not([readonly]):not([disabled]),.input-root-phone[value-state=Warning]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5-v1-24-7_input_error_warning_border_style)}.input-root-phone[value-state=Warning]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color)}.input-root-phone[value-state=Warning]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Warning]:not([readonly]):focus-within:before{border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Success]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width)}.input-root-phone[value-state=Success]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v1-24-7_input_focused_value_state_success_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Success]:not([readonly]):focus-within:before{border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_focus_outline_color)}.input-root-phone[value-state=Information]:not([readonly]){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v1-24-7_input_focused_value_state_information_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_information_border_color)}.ui5-multi-combobox-toggle-button{margin-left:.5rem}.ui5-responsive-popover-header{width:100%;min-height:2.5rem;display:flex;flex-direction:column}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v1-24-7_button_base_min_width))}.ui5-responsive-popover-header .row{box-sizing:border-box;padding:.25rem 1rem;min-height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontHeader5Size)}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;padding:.25rem 0;width:100%}.ui5-responsive-popover-close-btn{position:absolute;right:1rem}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$w={packageName:"@ui5/webcomponents",fileName:"themes/ValueStateMessage.css.ts",content:'.ui5-valuestatemessage-popover{border-radius:var(--_ui5-v1-24-7_value_state_message_popover_border_radius);box-shadow:var(--_ui5-v1-24-7_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5-v1-24-7_value_state_message_icon_width);height:var(--_ui5-v1-24-7_value_state_message_icon_height);display:var(--_ui5-v1-24-7_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5-v1-24-7_input_value_state_icon_offset)}.ui5-input-value-state-message-icon[name=error]{color:var(--sapNegativeElementColor)}.ui5-input-value-state-message-icon[name=alert]{color:var(--sapCriticalElementColor)}.ui5-input-value-state-message-icon[name=success]{color:var(--sapPositiveElementColor)}.ui5-input-value-state-message-icon[name=information]{color:var(--sapInformativeElementColor)}.ui5-valuestatemessage-root{box-sizing:border-box;display:inline-block;color:var(--sapTextColor);font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);height:auto;padding:var(--_ui5-v1-24-7_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5-v1-24-7_value_state_message_border);line-height:var(--_ui5-v1-24-7_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:2rem}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5-v1-24-7_value_state_header_padding);border:var(--_ui5-v1-24-7_value_state_header_border);border-bottom:var(--_ui5-v1-24-7_value_state_header_border_bottom);flex-grow:1;position:relative}.ui5-valuestatemessage--success{background:var(--sapSuccessBackground)}.ui5-valuestatemessage--warning{background:var(--sapWarningBackground)}.ui5-valuestatemessage--error{background:var(--sapErrorBackground)}.ui5-valuestatemessage--information{background:var(--sapInformationBackground)}.ui5-responsive-popover-header[focused],.ui5-responsive-popover-header:focus{outline-offset:var(--_ui5-v1-24-7_value_state_header_offset);outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor)}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(content){padding:0}.ui5-valuestatemessage-popover::part(header),.ui5-valuestatemessage-popover::part(footer){min-height:0}.ui5-valuestatemessage-popover::part(header),.ui5-popover-with-value-state-header::part(header),.ui5-popover-with-value-state-header-phone::part(header){margin-bottom:0}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-root{padding:var(--_ui5-v1-24-7_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5-v1-24-7_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0}.ui5-popover-with-value-state-header-phone::part(content){padding:0;overflow:hidden;display:flex;flex-direction:column}.ui5-popover-with-value-state-header-phone [ui5-list]{overflow:auto}[ui5-responsive-popover] .ui5-valuestatemessage--error{box-shadow:var(--_ui5-v1-24-7_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5-v1-24-7_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5-v1-24-7_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5-v1-24-7_value_state_header_box_shadow_warning)}[ui5-responsive-popover].ui5-popover-with-value-state-header .ui5-valuestatemessage-root:has(+[ui5-list]:empty){box-shadow:none}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$v={packageName:"@ui5/webcomponents",fileName:"themes/Suggestions.css.ts",content:".ui5-suggestions-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-suggestions-popover::part(header),.ui5-suggestions-popover::part(content){padding:0}.ui5-suggestions-popover::part(footer){padding:0 1rem}.ui5-suggestions-popover [ui5-li]::part(icon),.ui5-suggestions-popover [ui5-li-suggestion-item]::part(icon){color:var(--sapList_TextColor)}.input-root-phone.native-input-wrapper{display:contents}.input-root-phone.native-input-wrapper:before{display:none}.native-input-wrapper .ui5-input-inner-phone{margin:0}\n"};var Input_1,INPUT_EVENTS,INPUT_ACTIONS,__decorate$B=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};!function(e){e.CHANGE="change",e.INPUT="input",e.SUGGESTION_ITEM_SELECT="suggestion-item-select"}(INPUT_EVENTS||(INPUT_EVENTS={})),function(e){e.ACTION_ENTER="enter",e.ACTION_USER_INPUT="input"}(INPUT_ACTIONS||(INPUT_ACTIONS={}));let Input=Input_1=class extends UI5Element{constructor(){super(),this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeItemPreview="",this.suggestionSelectionCancelled=!1,this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this.suggestionObjects=[],this._handleResizeBound=this._handleResize.bind(this),this._keepInnerValue=!1,this._focusedAfterClear=!1}onEnterDOM(){ResizeHandler.register(this,this._handleResizeBound),registerUI5Element(this,this._updateAssociatedLabelsTexts.bind(this))}onExitDOM(){ResizeHandler.deregister(this,this._handleResizeBound),deregisterUI5Element(this)}onBeforeRendering(){this._keepInnerValue||(this._innerValue=this.value),this.showSuggestions&&(this.enableSuggestions(),this.suggestionObjects=this.Suggestions.defaultSlotProperties(this.typedInValue)),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty(getScopedVarName("--_ui5-input-icons-count"),`${this.iconsCount}`),this.FormSupport=getFeature("FormSupport");const e=!!this.suggestionItems.length,t=!!this.value,o=this.shadowRoot.querySelector("input")===getActiveElement();this._isPhone?this.open=this.openOnMobile:this._forceOpen?this.open=!0:this.open=t&&e&&o&&this.isTyping,this.FormSupport?this.FormSupport.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";');const i=this.value,a=this.getInputDOMRefSync();if(!a||!i)return;const r=a.selectionEnd-a.selectionStart;if(this._shouldAutocomplete&&!isAndroid()&&!r&&!this._isKeyNavigation){const e=this._getFirstMatchingItem(i);e&&this._handleTypeAhead(e)}}async onAfterRendering(){const e=this.getInputDOMRefSync();this.Suggestions&&this.showSuggestions&&(this.Suggestions.toggle(this.open,{preventFocusRestore:!0}),this._listWidth=await this.Suggestions._getListWidth()),this.shouldDisplayOnlyValueStateMessage?this.openPopover():this.closePopover(),this._performTextSelection&&(e.value!==this._innerValue&&(e.value=this._innerValue),this.typedInValue.length&&this.value.length&&e.setSelectionRange(this.typedInValue.length,this.value.length)),this._performTextSelection=!1}_onkeydown(e){return this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!(isBackSpace(e)||isDelete(e)||isEscape(e)),isUp(e)?this._handleUp(e):isDown(e)?this._handleDown(e):isSpace(e)?this._handleSpace(e):isTabNext(e)?this._handleTab():isEnter(e)?this._handleEnter(e):isPageUp(e)?this._handlePageUp(e):isPageDown(e)?this._handlePageDown(e):isHome(e)?this._handleHome(e):isEnd(e)?this._handleEnd(e):isEscape(e)?this._handleEscape():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),this._keyDown=!0,void(this._isKeyNavigation=!1))}_onkeyup(e){isDelete(e)&&(this.value=e.target.value),this._keyDown=!1}_handleUp(e){this.Suggestions&&this.Suggestions.isOpened()&&this.Suggestions.onUp(e)}_handleDown(e){this.Suggestions&&this.Suggestions.isOpened()&&this.Suggestions.onDown(e)}_handleSpace(e){this.Suggestions&&this.Suggestions.onSpace(e)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleEnter(e){const t=!(!this.Suggestions||!this.Suggestions.onEnter(e)),o=this.getInputDOMRefSync(),i=this.suggestionItems.find((e=>e.text&&e.text===this.value||e.textContent===this.value));if(i){const e=i.text?i.text:i.textContent||"";o.setSelectionRange(e.length,e.length),t||(this.selectSuggestion(i,!0),this.open=!1)}if(!this._isPhone||this.suggestionItems.length||this.isTypeNumber||o.setSelectionRange(this.value.length,this.value.length),!t)return this.lastConfirmedValue=this.value,void(this.FormSupport&&this.FormSupport.triggerFormSubmit(this));this.focused=!0}_handlePageUp(e){this._isSuggestionsFocused?this.Suggestions.onPageUp(e):e.preventDefault()}_handlePageDown(e){this._isSuggestionsFocused?this.Suggestions.onPageDown(e):e.preventDefault()}_handleHome(e){this._isSuggestionsFocused&&this.Suggestions.onHome(e)}_handleEnd(e){this._isSuggestionsFocused&&this.Suggestions.onEnd(e)}_handleEscape(){const e=this.showSuggestions&&!!this.Suggestions&&this.open,t=this.getInputDOMRefSync(),o=t.selectionEnd-t.selectionStart>0;if(this.isTyping=!1,e){if(e&&this.Suggestions._isItemOnTarget())return this.value=this.typedInValue||this.valueBeforeItemPreview,this.suggestionSelectionCancelled=!0,void(this.focused=!0);o&&(this.value=this.typedInValue),this._isValueStateFocused&&(this._isValueStateFocused=!1,this.focused=!0)}else this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue}async _onfocusin(e){await this.getInputDOMRef(),this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeItemPreview=this.value,this._inputIconFocused=!!e.target&&e.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(e){const t=e.relatedTarget,o=this.Suggestions&&t&&t.shadowRoot&&t.shadowRoot.contains(this.Suggestions.responsivePopover),i=t&&t.shadowRoot&&t.shadowRoot.querySelector(".ui5-valuestatemessage-root");this._keepInnerValue=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),o||i?e.stopImmediatePropagation():t&&t.classList.contains(this._id)||(this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.focused=!1,this.isTyping=!1,this._forceOpen=!1)}_clearPopoverFocusAndSelection(){this.showSuggestions&&this.Suggestions&&(this._isValueStateFocused=!1,this.hasSuggestionItemSelected=!1,this.Suggestions._deselectItems(),this.Suggestions._clearItemFocus())}_click(){isPhone()&&!this.readonly&&this.Suggestions&&(this.blur(),this.openOnMobile=!0)}_handleChange(){this._clearIconClicked?this._clearIconClicked=!1:this.previousValue!==this.getInputDOMRefSync().value&&(this.fireEvent(INPUT_EVENTS.CHANGE),this.previousValue=this.value,this.typedInValue=this.value)}_clear(){this.value="",this.fireEvent(INPUT_EVENTS.INPUT),this._isPhone||(this.focus(),this._focusedAfterClear=!0)}_iconMouseDown(){this._clearIconClicked=!0}_scroll(e){this.fireEvent("suggestion-scroll",{scrollTop:e.detail.scrollTop,scrollContainer:e.detail.targetRef})}_handleInput(e){const t=this.getInputDOMRefSync(),o=this.value&&this.isTypeNumber&&!t.value,i=e.inputType||e.detail.inputType||"";this._keepInnerValue=!1;if(this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(i)&&!this.noTypeahead,this.suggestionSelectionCancelled=!1,e instanceof InputEvent){const t=this.isTypeNumber&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType)&&!e.target.value.includes(".")&&this.value.includes("."),i=o&&"e"===e.data,a=o&&this.value.startsWith("-")&&2===this.value.length&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType);(t||i||a)&&(this.value=e.target.value,this._keepInnerValue=!0)}e.target===t&&(this.focused=!0,e.stopImmediatePropagation()),this.fireEventByAction(INPUT_ACTIONS.ACTION_ENTER,e),this.hasSuggestionItemSelected=!1,this._isValueStateFocused=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.isTyping=!0}_startsWithMatchingItems(e){const t=this.suggestionItems[0].text?"text":"textContent";return StartsWith(e,this.suggestionItems,t)}_getFirstMatchingItem(e){if(!this.suggestionItems.length)return;const t=this._startsWithMatchingItems(e).filter((e=>!e.groupItem));return t.length?t[0]:void 0}_handleTypeAhead(e){const t=e.text?e.text:e.textContent||"";this._innerValue=t,this.value=t,this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=getAssociatedLabelForTexts(this),this._accessibleLabelsRefTexts=getAllAccessibleNameRefTexts(this)}_closeRespPopover(){this.Suggestions.close(!0)}async _afterOpenPopover(){isPhone()&&(await this.getInputDOMRef()).focus()}_afterClosePopover(){this.announceSelectedItem(),isPhone()&&(this.blur(),this.focused=!1),this.openOnMobile=!1,this.open=!1,this._forceOpen=!1,this.hasSuggestionItemSelected&&this.focus()}isValueStateOpened(){return!!this._isPopoverOpen}async openPopover(){const e=await this._getPopover();e&&(this._isPopoverOpen=!0,e.showAt(this))}async closePopover(){const e=await this._getPopover();e&&e.close()}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}openPicker(){!this.suggestionItems.length||this.disabled||this.readonly||(this._forceOpen=!0)}enableSuggestions(){if(this.Suggestions)return;const e=getFeature("InputSuggestions");if(!e)throw new Error('You have to import "@ui5/webcomponents/dist/features/InputSuggestions.js" module to use ui5-input suggestions');this.Suggestions=new e(this,"suggestionItems",!0,!1)}selectSuggestion(e,t){var o;if(e.groupItem)return;const i=this.typedInValue||this.value,a=e.text||e.textContent||"",r=t?this.valueBeforeItemSelection!==a:i!==a;this.hasSuggestionItemSelected=!0;const n=this.value,s=this.valueBeforeItemSelection,l=this.lastConfirmedValue,c=this._performTextSelection,d=this.typedInValue,_=this.previousValue;r&&(this.value=a,this.valueBeforeItemSelection=a,this.lastConfirmedValue=a,this._performTextSelection=!0,this.fireEvent(INPUT_EVENTS.CHANGE),isPhone()&&this.fireEvent(INPUT_EVENTS.INPUT),this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeItemPreview="",this.suggestionSelectionCancelled=!1;!this.fireEvent(INPUT_EVENTS.SUGGESTION_ITEM_SELECT,{item:e},!0)&&(null==(o=this.Suggestions)||o._clearSelectedSuggestionAndAccInfo(),this.hasSuggestionItemSelected=!1,this.suggestionSelectionCancelled=!0,r&&(a===this.value&&(this.value=n),this.valueBeforeItemSelection=s,this.lastConfirmedValue=l,this._performTextSelection=c,this.typedInValue=d,this.previousValue=_)),this.isTyping=!1,this.openOnMobile=!1,this._forceOpen=!1}previewSuggestion(e){this.valueBeforeItemSelection=this.value,this.updateValueOnPreview(e),this.announceSelectedItem(),this._previewItem=e}updateValueOnPreview(e){const t="Inactive"===e.type||e.groupItem?this.valueBeforeItemPreview:e.effectiveTitle||e.textContent||"";this.value=t,this._performTextSelection=!0}get previewItem(){return this._previewItem?this.getSuggestionByListItem(this._previewItem):null}async fireEventByAction(e,t){if(this.disabled||this.readonly)return;const o=await this.getInputValue(),i=e===INPUT_ACTIONS.ACTION_ENTER;this.value=o,this.typedInValue=o,this.valueBeforeItemPreview=o,i&&(this.fireEvent(INPUT_EVENTS.INPUT,{inputType:t.inputType}),this.fireEvent("value-changed"))}async getInputValue(){return this.getDomRef()?(await this.getInputDOMRef()).value:""}async getInputDOMRef(){return isPhone()&&this.Suggestions?(await this.Suggestions._getSuggestionPopover(),this.Suggestions.responsivePopover.querySelector(".ui5-input-inner-phone")):this.nativeInput}getInputDOMRefSync(){return isPhone()&&this.Suggestions&&this.Suggestions.responsivePopover?this.Suggestions.responsivePopover.querySelector(".ui5-input-inner-phone").shadowRoot.querySelector("input"):this.nativeInput}get nativeInput(){const e=this.getDomRef();return e?e.querySelector("input"):null}get nativeInputWidth(){return this.nativeInput?this.nativeInput.offsetWidth:0}getLabelableElementId(){return this.getInputId()}getSuggestionByListItem(e){const t=parseInt(e.getAttribute("data-ui5-key"));return this.suggestionItems[t]}isSuggestionsScrollable(){return this.Suggestions?this.Suggestions._isScrollable():Promise.resolve(!1)}getInputId(){return`${this._id}-inner`}onItemMouseOver(e){const t=e.target,o=this.getSuggestionByListItem(t);o&&o.fireEvent("mouseover",{item:o,targetRef:t})}onItemMouseOut(e){const t=e.target,o=this.getSuggestionByListItem(t);o&&o.fireEvent("mouseout",{item:o,targetRef:t})}onItemMouseDown(e){e.preventDefault()}onItemSelected(e,t){this.selectSuggestion(e,t)}onItemPreviewed(e){this.previewSuggestion(e),this.fireEvent("suggestion-item-preview",{item:this.getSuggestionByListItem(e),targetRef:e})}get valueStateTypeMappings(){return{Success:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),Information:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),Error:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),Warning:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}valueStateTextMappings(){return{Success:Input_1.i18nBundle.getText(VALUE_STATE_SUCCESS),Information:Input_1.i18nBundle.getText(VALUE_STATE_INFORMATION),Error:Input_1.i18nBundle.getText(VALUE_STATE_ERROR),Warning:Input_1.i18nBundle.getText(VALUE_STATE_WARNING)}}announceSelectedItem(){this.shadowRoot.querySelector(`[id="${this._id}-selectionText"]`).textContent=this.itemSelectionAnnounce}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get clearIconAccessibleName(){return Input_1.i18nBundle.getText(INPUT_CLEAR_ICON_ACC_NAME)}get inputType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===InputType$1.Number}get suggestionsTextId(){return this.showSuggestions?`${this._id}-suggestionsText`:""}get valueStateTextId(){return this.hasValueState?`${this._id}-valueStateDesc`:""}get accInfo(){const e=this.showSuggestions?"true":void 0,t=this.showSuggestions?"list":void 0,o=this._inputAccInfo.ariaDescribedBy?`${this.suggestionsTextId} ${this.valueStateTextId} ${this._inputAccInfo.ariaDescribedBy}`.trim():`${this.suggestionsTextId} ${this.valueStateTextId}`.trim();return{input:{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:o||void 0,ariaInvalid:this.valueState===ValueState$1.Error?"true":void 0,ariaHasPopup:this._inputAccInfo.ariaHasPopup?this._inputAccInfo.ariaHasPopup:e,ariaAutoComplete:this._inputAccInfo.ariaAutoComplete?this._inputAccInfo.ariaAutoComplete:t,role:this._inputAccInfo&&this._inputAccInfo.role,ariaControls:this._inputAccInfo&&this._inputAccInfo.ariaControls,ariaExpanded:this._inputAccInfo&&this._inputAccInfo.ariaExpanded,ariaDescription:this._inputAccInfo&&this._inputAccInfo.ariaDescription,ariaLabel:this._inputAccInfo&&this._inputAccInfo.ariaLabel||this._accessibleLabelsRefTexts||this.accessibleName||this._associatedLabelsTexts||void 0}}}get nativeInputAttributes(){return{min:this.isTypeNumber?this._nativeInputAttributes.min:void 0,max:this.isTypeNumber?this._nativeInputAttributes.max:void 0,step:this.isTypeNumber?this._nativeInputAttributes.step||"any":void 0}}get ariaValueStateHiddenText(){if(!this.hasValueState)return;const e=this.valueState!==ValueState$1.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${e} ${this.valueStateText}`:e:`${e}`.concat(" ",this.valueStateMessageText.map((e=>e.textContent)).join(" "))}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get iconsCount(){return(this.icon?this.icon.length:0)+(Number(this._effectiveShowClearIcon)??0)}get classes(){return{popover:{"ui5-suggestions-popover":this.showSuggestions,"ui5-popover-with-value-state-header-phone":this._isPhone&&this.showSuggestions&&this.hasValueStateMessage,"ui5-popover-with-value-state-header":!this._isPhone&&this.showSuggestions&&this.hasValueStateMessage},popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--success":this.valueState===ValueState$1.Success,"ui5-valuestatemessage--error":this.valueState===ValueState$1.Error,"ui5-valuestatemessage--warning":this.valueState===ValueState$1.Warning,"ui5-valuestatemessage--information":this.valueState===ValueState$1.Information}}}get styles(){const e=parseInt(getComputedStyle(document.documentElement).fontSize);return{popoverHeader:{"max-width":this._inputWidth?`${this._inputWidth}px`:""},suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:""},suggestionsPopover:{"min-width":this._inputWidth?`${this._inputWidth}px`:"","max-width":this._inputWidth&&this._inputWidth/e>40?`${this._inputWidth}px`:"40rem"},innerInput:{padding:""}}}get suggestionSeparators(){return"None"}get valueStateMessageText(){return this.getSlottedNodes("valueStateMessage").map((e=>e.cloneNode(!0)))}get shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==ValueState$1.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==ValueState$1.Success&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==ValueState$1.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS)}get availableSuggestionsCount(){if(this.showSuggestions&&(this.value||this.Suggestions.isOpened())){const e=this.suggestionObjects.filter((e=>!e.groupItem));switch(e.length){case 0:return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_NO_HIT);case 1:return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_ONE_HIT);default:return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_MORE_HITS,e.length)}}}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return isPhone()}get _isSuggestionsFocused(){return!this.focused&&this.Suggestions&&this.Suggestions.isOpened()}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){const e={Error:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929L8.58579 10L6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289C6.68342 5.90237 7.31658 5.90237 7.70711 6.29289L10 8.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L11.4142 10L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L10 11.4142L7.70711 13.7071Z" fill="#EE3939"/>',Warning:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M11.8619 0.49298C11.6823 0.187541 11.3544 0 11 0C10.6456 0 10.3177 0.187541 10.1381 0.49298L0.138066 17.493C-0.0438112 17.8022 -0.0461447 18.1851 0.13195 18.4965C0.310046 18.8079 0.641283 19 1 19H21C21.3587 19 21.69 18.8079 21.868 18.4965C22.0461 18.1851 22.0438 17.8022 21.8619 17.493L11.8619 0.49298ZM11 6C11.5523 6 12 6.44772 12 7V10C12 10.5523 11.5523 11 11 11C10.4477 11 10 10.5523 10 10V7C10 6.44772 10.4477 6 11 6ZM11 16C11.8284 16 12.5 15.3284 12.5 14.5C12.5 13.6716 11.8284 13 11 13C10.1716 13 9.5 13.6716 9.5 14.5C9.5 15.3284 10.1716 16 11 16Z" fill="#F58B00"/>',Success:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8 11.5858L6.70711 10.2929C6.31658 9.90237 5.68342 9.90237 5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071L7.29289 13.7071C7.68342 14.0976 8.31658 14.0976 8.70711 13.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289Z" fill="#36A41D"/>',Information:'<path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM9 6.5C9.82843 6.5 10.5 5.82843 10.5 5C10.5 4.17157 9.82843 3.5 9 3.5C8.17157 3.5 7.5 4.17157 7.5 5C7.5 5.82843 8.17157 6.5 9 6.5ZM9 8.5C9.55228 8.5 10 8.94772 10 9.5V13.5C10 14.0523 9.55228 14.5 9 14.5C8.44771 14.5 8 14.0523 8 13.5V9.5C8 8.94772 8.44771 8.5 9 8.5Z" fill="#1B90FF"/>'};return this.valueState!==ValueState$1.None?`\n\t\t\t<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 20 20" fill="none">\n\t\t\t\t${e[this.valueState]};\n\t\t\t</svg>\n\t\t\t`:""}get _valueStatePopoverHorizontalAlign(){return"rtl"!==this.effectiveDir?"Left":"Right"}get _valueStateMessageInputIcon(){return this.valueState!==ValueState$1.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return getCaretPosition(this.nativeInput)}setCaretPosition(e){setCaretPosition(this.nativeInput,e)}removeFractionalPart(e){return e.includes(".")?e.slice(0,e.indexOf(".")):e.includes(",")?e.slice(0,e.indexOf(",")):e}static async onDefine(){const e=getFeature("InputSuggestions");[Input_1.i18nBundle]=await Promise.all([getI18nBundle("@ui5/webcomponents"),e?e.init():Promise.resolve()])}};__decorate$B([property({type:Boolean})],Input.prototype,"disabled",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"highlight",void 0),__decorate$B([property()],Input.prototype,"placeholder",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"readonly",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"required",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"noTypeahead",void 0),__decorate$B([property({type:InputType$1,defaultValue:InputType$1.Text})],Input.prototype,"type",void 0),__decorate$B([property()],Input.prototype,"value",void 0),__decorate$B([property({noAttribute:!0})],Input.prototype,"_innerValue",void 0),__decorate$B([property({type:ValueState$1,defaultValue:ValueState$1.None})],Input.prototype,"valueState",void 0),__decorate$B([property()],Input.prototype,"name",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"showSuggestions",void 0),__decorate$B([property({validator:Integer})],Input.prototype,"maxlength",void 0),__decorate$B([property()],Input.prototype,"accessibleName",void 0),__decorate$B([property({defaultValue:""})],Input.prototype,"accessibleNameRef",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"showClearIcon",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"_effectiveShowClearIcon",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"focused",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"openOnMobile",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"open",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"_forceOpen",void 0),__decorate$B([property({type:Boolean})],Input.prototype,"_isValueStateFocused",void 0),__decorate$B([property({type:Object,noAttribute:!0})],Input.prototype,"_inputAccInfo",void 0),__decorate$B([property({type:Object,noAttribute:!0})],Input.prototype,"_nativeInputAttributes",void 0),__decorate$B([property({validator:Integer})],Input.prototype,"_inputWidth",void 0),__decorate$B([property({validator:Integer})],Input.prototype,"_listWidth",void 0),__decorate$B([property({type:Boolean,noAttribute:!0})],Input.prototype,"_isPopoverOpen",void 0),__decorate$B([property({type:Boolean,noAttribute:!0})],Input.prototype,"_inputIconFocused",void 0),__decorate$B([property({type:String,noAttribute:!0,defaultValue:void 0})],Input.prototype,"_associatedLabelsTexts",void 0),__decorate$B([property({type:String,noAttribute:!0,defaultValue:void 0})],Input.prototype,"_accessibleLabelsRefTexts",void 0),__decorate$B([slot({type:HTMLElement,default:!0})],Input.prototype,"suggestionItems",void 0),__decorate$B([slot()],Input.prototype,"icon",void 0),__decorate$B([slot()],Input.prototype,"formSupport",void 0),__decorate$B([slot({type:HTMLElement,invalidateOnChildChange:!0,cloned:!0})],Input.prototype,"valueStateMessage",void 0),Input=Input_1=__decorate$B([customElement({tag:"ui5-input",languageAware:!0,renderer:litRender,template:block0$x,staticAreaTemplate:block0$w,styles:styleData$y,staticAreaStyles:[styleData$x,styleData$w,styleData$v],get dependencies(){const e=getFeature("InputSuggestions");return[Popover$1,Icon$1].concat(e?e.dependencies:[])}}),event("change"),event("input"),event("suggestion-item-select",{detail:{item:{type:HTMLElement}}}),event("suggestion-item-preview",{detail:{item:{type:HTMLElement},targetRef:{type:HTMLElement}}}),event("suggestion-scroll",{detail:{scrollTop:{type:Integer},scrollContainer:{type:HTMLElement}}})],Input),Input.define();const Input$1=Input;class Float extends DataType$1{static isValid(e){return Number(e)===e}static attributeToProperty(e){return parseFloat(e)}}function block0$v(e,t,o){return o?effectiveHtml`<div id="${l$1(this._id)}" class="ui5-step-input-root" @keydown="${this._onkeydown}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this.readonly?void 0:block1$r.call(this,e,t,o)}<${scopeTag("ui5-input",t,o)} id="${l$1(this._id)}-inner" class="ui5-step-input-input" placeholder="${l$1(this.placeholder)}" type="${l$1(this.type)}" value="${l$1(this._displayValue)}" ?disabled="${this.disabled}" ?required="${this.required}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" data-sap-focus-ref ._inputAccInfo ="${l$1(this.accInfo)}" ._nativeInputAttributes="${l$1(this.inputAttributes)}" @ui5-change="${l$1(this._onInputChange)}" @focusout="${this._onInputFocusOut}" @focusin="${this._onInputFocusIn}">${this.valueStateMessage.length?block2$p.call(this,e,t,o):void 0}</${scopeTag("ui5-input",t,o)}>${this.readonly?void 0:block3$j.call(this,e,t,o)}<slot name="formSupport"></slot></div>`:effectiveHtml`<div id="${l$1(this._id)}" class="ui5-step-input-root" @keydown="${this._onkeydown}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this.readonly?void 0:block1$r.call(this,e,t,o)}<ui5-input id="${l$1(this._id)}-inner" class="ui5-step-input-input" placeholder="${l$1(this.placeholder)}" type="${l$1(this.type)}" value="${l$1(this._displayValue)}" ?disabled="${this.disabled}" ?required="${this.required}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" data-sap-focus-ref ._inputAccInfo ="${l$1(this.accInfo)}" ._nativeInputAttributes="${l$1(this.inputAttributes)}" @ui5-change="${l$1(this._onInputChange)}" @focusout="${this._onInputFocusOut}" @focusin="${this._onInputFocusIn}">${this.valueStateMessage.length?block2$p.call(this,e,t,o):void 0}</ui5-input>${this.readonly?void 0:block3$j.call(this,e,t,o)}<slot name="formSupport"></slot></div>`}function block1$r(e,t,o){return o?effectiveHtml`<div class="ui5-step-icon ui5-step-dec" title="${l$1(this.decIconTitle)}"><${scopeTag("ui5-icon",t,o)} id="${l$1(this._id)}-dec" name="${l$1(this.decIconName)}" tabindex="-1" accessible-name="${l$1(this.decIconTitle)}" @click="${this._decValue}" @focusout="${this._onButtonFocusOut}" @mousedown="${this._decSpin}" @mouseup="${this._resetSpin}" @mouseout="${this._resetSpinOut}" input-icon show-tooltip ?clickable="${this._decIconClickable}"></${scopeTag("ui5-icon",t,o)}></div>`:effectiveHtml`<div class="ui5-step-icon ui5-step-dec" title="${l$1(this.decIconTitle)}"><ui5-icon id="${l$1(this._id)}-dec" name="${l$1(this.decIconName)}" tabindex="-1" accessible-name="${l$1(this.decIconTitle)}" @click="${this._decValue}" @focusout="${this._onButtonFocusOut}" @mousedown="${this._decSpin}" @mouseup="${this._resetSpin}" @mouseout="${this._resetSpinOut}" input-icon show-tooltip ?clickable="${this._decIconClickable}"></ui5-icon></div>`}function block2$p(e,t,o){return effectiveHtml`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`}function block3$j(e,t,o){return o?effectiveHtml`<div class="ui5-step-icon ui5-step-inc" title="${l$1(this.incIconTitle)}"><${scopeTag("ui5-icon",t,o)} id="${l$1(this._id)}-inc" name="${l$1(this.incIconName)}" tabindex="-1" accessible-name="${l$1(this.incIconTitle)}" @click="${this._incValue}" @focusout="${this._onButtonFocusOut}" @mousedown="${this._incSpin}" @mouseup="${this._resetSpin}" @mouseout="${this._resetSpinOut}" input-icon show-tooltip ?clickable="${this._incIconClickable}"></${scopeTag("ui5-icon",t,o)}></div>`:effectiveHtml`<div class="ui5-step-icon ui5-step-inc" title="${l$1(this.incIconTitle)}"><ui5-icon id="${l$1(this._id)}-inc" name="${l$1(this.incIconName)}" tabindex="-1" accessible-name="${l$1(this.incIconTitle)}" @click="${this._incValue}" @focusout="${this._onButtonFocusOut}" @mousedown="${this._incSpin}" @mouseup="${this._resetSpin}" @mouseout="${this._resetSpinOut}" input-icon show-tooltip ?clickable="${this._incIconClickable}"></ui5-icon></div>`}const name$j="less",pathData$j="M464 224q16 0 16 16v32q0 16-16 16H48q-6 0-11-4.5T32 272v-32q0-7 5-11.5t11-4.5h416z",ltr$j=!1,collection$j="SAP-icons-v4",packageName$j="@ui5/webcomponents-icons";registerIcon("less",{pathData:pathData$j,ltr:false,collection:collection$j,packageName:packageName$j});const name$i="less",pathData$i="M454 275H58q-11 0-18.5-7T32 250t7.5-18.5T58 224h396q11 0 18.5 7.5T480 250t-7.5 18-18.5 7z",ltr$i=!1,collection$i="SAP-icons-v5",packageName$i="@ui5/webcomponents-icons";registerIcon("less",{pathData:pathData$i,ltr:false,collection:collection$i,packageName:packageName$i}),isLegacyThemeFamily();const name$h="add",pathData$h="M32 240q0-7 5-11.5t11-4.5h176V48q0-7 5-11.5t11-4.5h32q16 0 16 16v176h176q16 0 16 16v32q0 16-16 16H288v176q0 16-16 16h-32q-6 0-11-4.5t-5-11.5V288H48q-6 0-11-4.5T32 272v-32z",ltr$h=!1,accData$1=ICON_ADD,collection$h="SAP-icons-v4",packageName$h="@ui5/webcomponents-icons";registerIcon("add",{pathData:pathData$h,ltr:false,accData:accData$1,collection:collection$h,packageName:packageName$h});const name$g="add",pathData$g="M454 230q11 0 18.5 7.5T480 256t-7.5 18.5T454 282H282v172q0 11-7.5 18.5T256 480t-18.5-7.5T230 454V282H58q-11 0-18.5-7.5T32 256t7.5-18.5T58 230h172V58q0-11 7.5-18.5T256 32t18.5 7.5T282 58v172h172z",ltr$g=!1,accData=ICON_ADD,collection$g="SAP-icons-v5",packageName$g="@ui5/webcomponents-icons";registerIcon("add",{pathData:pathData$g,ltr:false,accData:accData,collection:collection$g,packageName:packageName$g}),isLegacyThemeFamily(),registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$u={packageName:"@ui5/webcomponents",fileName:"themes/StepInput.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5-v1-24-7_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v1-24-7_input_icon_padding);border-inline-start:var(--_ui5-v1-24-7_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v1-24-7_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5-v1-24-7_input_icon_pressed_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5-v1-24-7_input_icon_hover_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v1-24-7_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v1-24-7_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v1-24-7-input_disabled_background);border-color:var(--_ui5-v1-24-7_input_disabled_border_color)}:host([value-state="Error"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow)}:host([value-state="Warning"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow)}:host([value-state="Information"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow)}:host([value-state="Success"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow)}:host([value-state="Error"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Warning"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Error"]) [input-icon]:active,:host([value-state="Error"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_error_pressed_color)}:host([value-state="Warning"]) [input-icon]:active,:host([value-state="Warning"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_warning_pressed_color)}:host([value-state="Information"]) [input-icon]:active,:host([value-state="Information"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_information_pressed_color)}:host([value-state="Success"]) [input-icon]:active,:host([value-state="Success"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_success_pressed_color)}:host([value-state="Error"]) [input-icon],:host([value-state="Warning"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_icon_padding)}:host([value-state="Information"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;width:100%;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{--ui5-v1-24-7_input_focus_pseudo_element_content: none;color:var(--sapField_TextColor);background-color:var(--sapField_Background);border:var(--_ui5-v1-24-7_step_input_border_style);border-radius:var(--sapField_BorderCornerRadius);box-sizing:border-box;height:var(--_ui5-v1-24-7_input_height);position:relative;margin:var(--_ui5-v1-24-7_input_margin_top_bottom) 0;min-width:var(--_ui5-v1-24-7_step_input_min_width);text-align:right;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host .ui5-step-input-input{text-align:inherit}:host(:not([value-state]):not([readonly]):not([disabled])){box-shadow:none}:host(:not([value-state]):not([readonly]):not([disabled]):hover),:host([value-state="None"]:not([readonly]):not([disabled]):hover){background-color:var(--_ui5-v1-24-7_step_input_border_color_hover);border:var(--_ui5-v1-24-7_step_input_border_hover)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover),:host([value-state="None"]:not([readonly]):not([disabled]):not([focused]):hover){background-color:var(--sapField_Hover_Background);border:var(--_ui5-v1-24-7_step_input_border_style_hover);box-shadow:var(--sapField_Hover_Shadow)}:host([value-state="Success"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_InformationShadow)}:host([value-state="Warning"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Error"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Success"]:not([readonly]):not([disabled]):hover),:host([value-state="Error"]:not([readonly]):not([disabled]):hover),:host([value-state="Information"]:not([readonly]):not([disabled]):hover),:host([value-state="Warning"]:not([readonly]):not([disabled]):hover){background-color:var(--_ui5-v1-24-7-step_input_button_state_hover_background_color)}:host(:not([value-state]):not([readonly]):not([disabled])[focused]),:host([value-state="None"]:not([readonly]):not([disabled])[focused]),:host([value-state="Success"]:not([readonly]):not([disabled])[focused]),:host([value-state="Error"]:not([readonly]):not([disabled])[focused]),:host([value-state="Information"]:not([readonly]):not([disabled])[focused]),:host([value-state="Warning"]:not([readonly]):not([disabled])[focused]){background-color:var(--sapField_Focus_Background)}:host([value-state="Success"]:not([readonly]):not([disabled])):after,:host([value-state="Error"]:not([readonly]):not([disabled])):after,:host([value-state="None"]:not([readonly]):not([disabled])):after,:host([value-state="Information"]:not([readonly]):not([disabled])):after,:host([value-state="Warning"]:not([readonly]):not([disabled])):after{position:absolute;content:"";inset:-1px;outline:none;pointer-events:none;border-radius:var(--sapField_BorderCornerRadius);border-style:var(--_ui5-v1-24-7_input_error_warning_border_style);z-index:1;border-width:0px}:host([value-state="Information"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_InformationColor);border-width:var(--_ui5-v1-24-7_input_information_border_width)}:host([value-state="Warning"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_WarningColor);border-width:2px}:host([value-state="Success"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_SuccessColor);border-width:1px}:host([value-state="Error"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_InvalidColor);border-width:var(--_ui5-v1-24-7_input_information_border_width)}:host([value-state]):after{border-width:var(--_ui5-v1-24-7_input_state_border_width)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-step-input-input{background-color:var(--_ui5-v1-24-7_input_input_background_color)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-step-input-input:hover{background-color:var(--_ui5-v1-24-7_step_input_input_error_background_color)}:host([value-state]:not([value-state="None"]) .ui5-step-input-input[focused]){outline:none}:host .ui5-step-input-input{width:100%;color:inherit;background-color:inherit;border:var(--_ui5-v1-24-7_step_input_input_border);box-sizing:border-box;vertical-align:top;margin-top:var(--_ui5-v1-24-7_step_input_input_margin_top);min-width:var(--_ui5-v1-24-7_step_input_min_width);padding-inline-start:var(--_ui5-v1-24-7_step_input_padding);padding-inline-end:var(--_ui5-v1-24-7_step_input_padding);position:relative;outline:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host .ui5-step-input-input[readonly]{padding:0}:host .ui5-step-input-input:hover,:host .ui5-step-input-input[focused]{box-shadow:none}:host .ui5-step-input-root{white-space:nowrap;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host .ui5-step-input-input[text-align=left]{text-align:left}:host .ui5-step-input-input[text-align=center]{text-align:center}:host .ui5-step-input-input[text-align=right]{text-align:right}:host .ui5-step-icon{position:absolute;display:var(--_ui5-v1-24-7_step_input_button_display);height:2rem;height:100%;background-color:var(--_ui5-v1-24-7_step_input_button_background_color);z-index:0}:host .ui5-step-icon[focused]{border:none;outline:none}:host .ui5-step-icon.ui5-step-dec{left:var(--_ui5-v1-24-7_step_input_button_left);z-index:1}:host .ui5-step-icon.ui5-step-inc{right:var(--_ui5-v1-24-7_step_input_button_right)}:host .ui5-step-icon *:not([clickable]),:host .ui5-step-icon *:not([clickable]):active,:host .ui5-step-icon *:not([clickable]):hover{opacity:.5;background-color:transparent;color:var(--sapContent_IconColor)}:host .ui5-step-icon :not([clickable]) *:hover,:host .ui5-step-icon :not([clickable]) *:active{background-color:var(--sapField_Background);color:var(--sapContent_IconColor)}:host .ui5-step-input-input[focused]:after{position:absolute;content:"";border:var(--_ui5-v1-24-7_step_input_input_border_focused_after);top:var(--_ui5-v1-24-7_step_input_input_border_top_bottom_focused_after);right:0;bottom:var(--_ui5-v1-24-7_step_input_input_border_top_bottom_focused_after);border-radius:var(--_ui5-v1-24-7_step_input_input_border_radius_focused_after);left:0;outline:none;pointer-events:none;z-index:1}:host .ui5-step-input-input[focused]{outline:none}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v1-24-7_step_input_input_information_border_color_focused_after)}:host([value-state="Warning"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v1-24-7_step_input_input_warning_border_color_focused_after)}:host([value-state="Success"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v1-24-7_step_input_input_success_border_color_focused_after)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v1-24-7_step_input_input_error_border_color_focused_after)}:host .ui5-step-input-input::-webkit-outer-spin-button,:host .ui5-step-input-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host([disabled]) .ui5-step-icon{background-color:var(--_ui5-v1-24-7_step_input_disabled_button_background)}:host([disabled]) .ui5-step-icon [ui5-icon]{color:var(--sapField_ReadOnly_BorderColor)}\n'};var StepInput_1,__decorate$A=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const INITIAL_WAIT_TIMEOUT=500,ACCELERATION=.8,MIN_WAIT_TIMEOUT=50,INITIAL_SPEED=120;let StepInput=StepInput_1=class extends UI5Element{static async onDefine(){StepInput_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get type(){return InputType$1.Number}get decIconTitle(){return StepInput_1.i18nBundle.getText(STEPINPUT_DEC_ICON_TITLE)}get decIconName(){return"less"}get incIconTitle(){return StepInput_1.i18nBundle.getText(STEPINPUT_INC_ICON_TITLE)}get incIconName(){return"add"}get _decIconClickable(){return!this._decIconDisabled&&!this.readonly&&!this.disabled}get _incIconClickable(){return!this._incIconDisabled&&!this.readonly&&!this.disabled}get _isFocused(){return this.focused}get _displayValue(){return 0===this.value||Number.isInteger(this.value)?this.value.toFixed(this.valuePrecision):this.input&&this.value===Number(this.input.value)?this.input.value:this.value.toString()}get accInfo(){return{ariaRequired:this.required,ariaLabel:getEffectiveAriaLabelText(this)}}get inputAttributes(){return{min:void 0===this.min?void 0:this.min,max:void 0===this.max?void 0:this.max,step:this.step}}onBeforeRendering(){this._setButtonState(),void 0===this._previousValue&&(this._previousValue=this.value);const e=getFeature("FormSupport");e?e.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}get input(){return this.shadowRoot.querySelector("[ui5-input]")}get innerInput(){return this.input.shadowRoot.querySelector("input")}get inputOuter(){return this.shadowRoot.querySelector(".ui5-step-input-input")}_onButtonFocusOut(){setTimeout((()=>{this._inputFocused||this.inputOuter.removeAttribute("focused")}),0)}_onInputFocusIn(){this._inputFocused=!0,this.value!==this._previousValue&&(this._previousValue=this.value)}_onInputFocusOut(){this._inputFocused=!1,this._onInputChange()}_setButtonState(){this._decIconDisabled=void 0!==this.min&&this.value<=this.min,this._incIconDisabled=void 0!==this.max&&this.value>=this.max}_validate(){void 0===this._initialValueState&&(this._initialValueState=this.valueState),this._updateValueState()}_updateValueState(){const e=(void 0===this.min||Number(this.input.value)>=this.min)&&(void 0===this.max||Number(this.input.value)<=this.max),t=this._isValueWithCorrectPrecision,o=this.valueState,i=e&&t;this.valueState=i?ValueState$1.None:ValueState$1.Error;!this.fireEvent("value-state-change",{valueState:this.valueState,valid:i},!0)&&(this.valueState=o)}_preciseValue(e){const t=10**this.valuePrecision;return Math.round(e*t)/t}_fireChangeEvent(){this._previousValue!==this.value&&(this._previousValue=this.value,this.fireEvent("change",{value:this.value}))}_modifyValue(e,t=!1){let o;o=this.value+e,void 0!==this.min&&o<this.min&&(o=this.min),void 0!==this.max&&o>this.max&&(o=this.max),o=this._preciseValue(o),o!==this.value&&(this.value=o,this.input.value=o.toFixed(this.valuePrecision),this._validate(),this._setButtonState(),this.focused=!0,this.inputOuter.setAttribute("focused",""),t?this._fireChangeEvent():this.input.focus())}_incValue(e){this._incIconClickable&&e.isTrusted&&!this.disabled&&!this.readonly&&(this._modifyValue(this.step,!0),this._previousValue=this.value)}_decValue(e){this._decIconClickable&&e.isTrusted&&!this.disabled&&!this.readonly&&(this._modifyValue(-this.step,!0),this._previousValue=this.value)}get _isValueWithCorrectPrecision(){const e=this.input.value.includes(".")?".":",",t=this.input.value.split(e);return(t.length>1?t[1].length:0)===this.valuePrecision}_onInputChange(){this._setDefaultInputValueIfNeeded();const e=Number(this.input.value);this._isValueChanged(e)&&this._updateValueAndValidate(e)}_setDefaultInputValueIfNeeded(){if(""===this.input.value){const e=(this.min||0).toFixed(this.valuePrecision);this.input.value=e,this.innerInput.value=e}}_isValueChanged(e){const t=this._isValueWithCorrectPrecision,o=t&&this.valueState===ValueState$1.Error;return this.value!==this._previousValue||this.value!==e||0===e||!t||o}_updateValueAndValidate(e){this.value=e,this._validate(),this._setButtonState(),this._fireChangeEvent()}_onfocusin(){this.focused=!0}_onfocusout(){this.focused=!1}_onkeydown(e){let t=!0;this.disabled||this.readonly||(isEnter(e)?this._onInputChange():(isUp(e)?this._modifyValue(this.step):isDown(e)?this._modifyValue(-this.step):isEscape(e)?(this.value=this._previousValue,this.input.value=this.value.toFixed(this.valuePrecision)):void 0!==this.max&&(isPageUpShift(e)||isUpShiftCtrl(e))?this._modifyValue(this.max-this.value):void 0!==this.min&&(isPageDownShift(e)||isDownShiftCtrl(e))?this._modifyValue(this.min-this.value):isUpCtrl(e)||isDownCtrl(e)||isUpShift(e)||isDownShift(e)||(t=!1),t&&e.preventDefault()))}_decSpin(){this._decIconDisabled||this._spinValue(!1,!0)}_incSpin(){this._incIconDisabled||this._spinValue(!0,!0)}_calcWaitTimeout(){return this._speed*=.8,this._waitTimeout=this._waitTimeout-this._speed<50?50:this._waitTimeout-this._speed,this._waitTimeout}_spinValue(e,t=!1){t&&(this._waitTimeout=500,this._speed=120,this._btnDown=!0),this._spinTimeoutId=setTimeout((()=>{this._btnDown&&(this._spinStarted=!0,this._modifyValue(e?this.step:-this.step),this._setButtonState(),!this._incIconDisabled&&e||!this._decIconDisabled&&!e?this._spinValue(e):(this._resetSpin(),this._fireChangeEvent()))}),this._calcWaitTimeout())}_resetSpin(){clearTimeout(this._spinTimeoutId),this._btnDown=!1,this._spinStarted=!1}_resetSpinOut(){this._btnDown&&(this._resetSpin(),this._fireChangeEvent())}};__decorate$A([property({validator:Float,defaultValue:0})],StepInput.prototype,"value",void 0),__decorate$A([property({validator:Float})],StepInput.prototype,"min",void 0),__decorate$A([property({validator:Float})],StepInput.prototype,"max",void 0),__decorate$A([property({validator:Float,defaultValue:1})],StepInput.prototype,"step",void 0),__decorate$A([property({type:ValueState$1,defaultValue:ValueState$1.None})],StepInput.prototype,"valueState",void 0),__decorate$A([property({type:Boolean})],StepInput.prototype,"required",void 0),__decorate$A([property({type:Boolean})],StepInput.prototype,"disabled",void 0),__decorate$A([property({type:Boolean})],StepInput.prototype,"readonly",void 0),__decorate$A([property({defaultValue:void 0})],StepInput.prototype,"placeholder",void 0),__decorate$A([property()],StepInput.prototype,"name",void 0),__decorate$A([property({validator:Integer,defaultValue:0})],StepInput.prototype,"valuePrecision",void 0),__decorate$A([property()],StepInput.prototype,"accessibleName",void 0),__decorate$A([property({defaultValue:""})],StepInput.prototype,"accessibleNameRef",void 0),__decorate$A([property({type:Boolean,noAttribute:!0})],StepInput.prototype,"_decIconDisabled",void 0),__decorate$A([property({type:Boolean,noAttribute:!0})],StepInput.prototype,"_incIconDisabled",void 0),__decorate$A([property({type:Boolean})],StepInput.prototype,"focused",void 0),__decorate$A([property({type:Boolean,noAttribute:!0})],StepInput.prototype,"_inputFocused",void 0),__decorate$A([property({validator:Float,noAttribute:!0})],StepInput.prototype,"_previousValue",void 0),__decorate$A([property({validator:Float,noAttribute:!0})],StepInput.prototype,"_waitTimeout",void 0),__decorate$A([property({validator:Float,noAttribute:!0})],StepInput.prototype,"_speed",void 0),__decorate$A([property({type:Boolean,noAttribute:!0})],StepInput.prototype,"_btnDown",void 0),__decorate$A([property({validator:Integer,noAttribute:!0})],StepInput.prototype,"_spinTimeoutId",void 0),__decorate$A([property({type:Boolean,noAttribute:!0})],StepInput.prototype,"_spinStarted",void 0),__decorate$A([slot()],StepInput.prototype,"valueStateMessage",void 0),__decorate$A([slot()],StepInput.prototype,"formSupport",void 0),StepInput=StepInput_1=__decorate$A([customElement({tag:"ui5-step-input",renderer:litRender,styles:styleData$u,template:block0$v,dependencies:[Icon$1,Input$1]}),event("change"),event("value-state-change",{detail:{valueState:{type:String},valid:{type:Boolean}}})],StepInput),StepInput.define();const Log=console;Log.warning=console.warn;
46
+ /*!
47
+ * OpenUI5
48
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
49
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
50
+ */
51
+ var fnAssert=function(e,t){if(!e){var o="function"==typeof t?t():t;console.assert(e,o)}},rMessageFormat=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,fnFormatMessage=function(e,t){return fnAssert("string"==typeof e||e instanceof String,"pattern must be string"),(arguments.length>2||null!=t&&!Array.isArray(t))&&(t=Array.prototype.slice.call(arguments,1)),t=t||[],e.replace(rMessageFormat,(function(e,o,i,a,r){if(o)return"'";if(i)return i.replace(/''/g,"'");if(a)return String(t[parseInt(a)]);throw new Error("formatMessage: pattern syntax error at pos. "+r)}))},fnEqual=function(e,t,o,i,a){if("boolean"==typeof o&&(i=o,o=void 0),a||(a=0),o||(o=10),a>o)return Log.warning("deepEqual comparison exceeded maximum recursion depth of "+o+". Treating values as unequal"),!1;if(e===t||Number.isNaN(e)&&Number.isNaN(t))return!0;if(Array.isArray(e)&&Array.isArray(t)){if(!i&&e.length!==t.length)return!1;if(e.length>t.length)return!1;for(var r=0;r<e.length;r++)if(!fnEqual(e[r],t[r],o,i,a+1))return!1;return!0}if("object"==typeof e&&"object"==typeof t){if(!e||!t)return!1;if(e.constructor!==t.constructor)return!1;if(!i&&Object.keys(e).length!==Object.keys(t).length)return!1;if(e instanceof Node)return e.isEqualNode(t);if(e instanceof Date)return e.valueOf()===t.valueOf();for(var r in e)if(!fnEqual(e[r],t[r],o,i,a+1))return!1;return!0}return!1},class2type={},hasOwn=class2type.hasOwnProperty,toString=class2type.toString,fnToString=hasOwn.toString,ObjectFunctionString=fnToString.call(Object),fnIsPlainObject=function(e){var t,o;return!(!e||"[object Object]"!==toString.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(o=hasOwn.call(t,"constructor")&&t.constructor)&&fnToString.call(o)===ObjectFunctionString)},oToken=Object.create(null),fnMerge=function(){var e,t,o,i,a,r,n=arguments[2]||{},s=3,l=arguments.length,c=arguments[0]||!1,d=arguments[1]?void 0:oToken;for("object"!=typeof n&&"function"!=typeof n&&(n={});s<l;s++)if(null!=(a=arguments[s]))for(i in a)e=n[i],o=a[i],"__proto__"!==i&&n!==o&&(c&&o&&(fnIsPlainObject(o)||(t=Array.isArray(o)))?(t?(t=!1,r=e&&Array.isArray(e)?e:[]):r=e&&fnIsPlainObject(e)?e:{},n[i]=fnMerge(c,arguments[1],r,o)):o!==d&&(n[i]=o));return n},fnExtend=function(){var e=[!1,!0];return e.push.apply(e,arguments),fnMerge.apply(null,e)};
52
+ /*!
53
+ * OpenUI5
54
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
55
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
56
+ */const ObjectPath={set(){}},resolveReference=function(){throw new Error("not implemented")};
57
+ /*!
58
+ * OpenUI5
59
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
60
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
61
+ */
62
+ var DataType2=function(){throw new Error};function createType(e,t,o){t=t||{};var i=o||DataType2.prototype,a=Object.create(i);if(a.getName=function(){return e},t.hasOwnProperty("defaultValue")){var r=t.defaultValue;a.getDefaultValue=function(){return r}}if(t.isValid){var n=t.isValid;a.isValid=i.isValid?function(e){return!!i.isValid(e)&&n(e)}:n}return t.parseValue&&(a.parseValue=t.parseValue),a.getBaseType=function(){return o},a}DataType2.prototype.getName=function(){},DataType2.prototype.getBaseType=function(){},DataType2.prototype.getPrimitiveType=function(){for(var e=this;e.getBaseType();)e=e.getBaseType();return e},DataType2.prototype.getComponentType=function(){},DataType2.prototype.getDefaultValue=function(){},DataType2.prototype.isArrayType=function(){return!1},DataType2.prototype.isEnumType=function(){return!1},DataType2.prototype.getEnumValues=function(){},DataType2.prototype.parseValue=function(e){return e},DataType2.prototype.isValid=void 0,DataType2.prototype.setNormalizer=function(e){fnAssert("function"==typeof e,"DataType.setNormalizer: fnNormalizer must be a function"),this._fnNormalizer="function"==typeof e?e:void 0},DataType2.prototype.normalize=function(e){return this._fnNormalizer?this._fnNormalizer(e):e};var mTypes={any:createType("any",{defaultValue:null,isValid:function(e){return!0}}),boolean:createType("boolean",{defaultValue:!1,isValid:function(e){return"boolean"==typeof e},parseValue:function(e){return"true"==e}}),int:createType("int",{defaultValue:0,isValid:function(e){return"number"==typeof e&&(isNaN(e)||Math.floor(e)==e)},parseValue:function(e){return parseInt(e)}}),float:createType("float",{defaultValue:0,isValid:function(e){return"number"==typeof e},parseValue:function(e){return parseFloat(e)}}),string:createType("string",{defaultValue:"",isValid:function(e){return"string"==typeof e||e instanceof String},parseValue:function(e){return e}}),object:createType("object",{defaultValue:null,isValid:function(e){return"object"==typeof e||"function"==typeof e},parseValue:function(e){return e?JSON.parse(e):null}}),function:createType("function",{defaultValue:null,isValid:function(e){return null==e||"function"==typeof e},parseValue:function(e,t){if(""!==e){if(!/^\.?[A-Z_\$][A-Z0-9_\$]*(\.[A-Z_\$][A-Z0-9_\$]*)*$/i.test(e))throw new Error("Function references must consist of dot separated simple identifiers (A-Z, 0-9, _ or $) only, but was '"+e+"'");var o,i=t&&t.context,a=t&&t.locals;if((o=resolveReference(Object.assign({".":i},a)))&&this.isValid(o))return o;throw new TypeError("The string '"+e+"' couldn't be resolved to a function")}}})},arrayType=createType("array",{defaultValue:[]});function createArrayType(e){fnAssert(e instanceof DataType2,"DataType.<createArrayType>: componentType must be a DataType");var t=Object.create(DataType2.prototype);return t.getName=function(){return e.getName()+"[]"},t.getComponentType=function(){return e},t.isValid=function(t){if(null===t)return!0;if(Array.isArray(t)){for(var o=0;o<t.length;o++)if(!e.isValid(t[o]))return!1;return!0}return!1},t.parseValue=function(t){for(var o=t.split(","),i=0;i<o.length;i++)o[i]=e.parseValue(o[i]);return o},t.isArrayType=function(){return!0},t.getBaseType=function(){return arrayType},t}const mEnumRegistry=Object.create(null);function createEnumType(e,t){var o,i={};for(var a in t){var r=t[a];if(o||(o=r),"string"!=typeof r)throw new Error("Value "+r+" for enum type "+e+" is not a string");i.hasOwnProperty(r)&&a!=r||(i[r]=a)}var n=Object.create(DataType2.prototype);return n.getName=function(){return e},n.isValid=function(e){return"string"==typeof e&&i.hasOwnProperty(e)},n.parseValue=function(e){return t[e]},n.getDefaultValue=function(){return o},n.getBaseType=function(){return mTypes.string},n.isEnumType=function(){return!0},n.getEnumValues=function(){return t},n}DataType2.getType=function(e){fnAssert(e&&"string"==typeof e,"sTypeName must be a non-empty string");var t=mTypes[e];if(!(t instanceof DataType2))if(e.indexOf("[]",e.length-2)>0){var o=e.slice(0,-2),i=this.getType(o);(t=i&&createArrayType(i))&&(mTypes[e]=t)}else"array"!==e&&(null==(t=mEnumRegistry[e])&&null!=(t=ObjectPath.get(e))&&Log.error(`The type '${e}' was accessed via globals. Defining enums via globals is deprecated. Please require the module 'sap/ui/base/DataType' and call the static 'DataType.registerEnum' API.`),t instanceof DataType2?mTypes[e]=t:fnIsPlainObject(t)?(t=mTypes[e]=createEnumType(e,t),delete mEnumRegistry[e]):t?(Log.warning("[FUTURE FATAL] '"+e+"' is not a valid data type. Falling back to type 'any'."),t=mTypes.any):(Log.error("[FUTURE FATAL] data type '"+e+"' could not be found."),t=void 0));return t},DataType2.createType=function(e,t,o){if(fnAssert("string"==typeof e&&e,"DataType.createType: type name must be a non-empty string"),fnAssert(null==o||o instanceof DataType2||"string"==typeof o&&o,"DataType.createType: base type must be empty or a DataType or a non-empty string"),/[\[\]]/.test(e)&&Log.error("[FUTURE FATAL] DataType.createType: array types ('something[]') must not be created with createType, they're created on-the-fly by DataType.getType"),"string"==typeof o&&(o=DataType2.getType(o)),((o=o||mTypes.any).isArrayType()||o.isEnumType())&&Log.error("[FUTURE FATAL] DataType.createType: base type must not be an array- or enum-type"),"array"===e||mTypes[e]instanceof DataType2){if("array"===e||null==mTypes[e].getBaseType())throw new Error("DataType.createType: primitive or hidden type "+e+" can't be re-defined");Log.warning("[FUTURE FATAL] DataTypes.createType: type "+e+" is redefined. This is an unsupported usage of DataType and might cause issues.")}return mTypes[e]=createType(e,t,o)};var oInterfaces=new Set;DataType2.registerInterfaceTypes=function(e){e.forEach((function(e){oInterfaces.add(e),ObjectPath.set(e,e)}))},DataType2.registerEnum=function(e,t){mEnumRegistry[e]=t},DataType2._isEnumCandidate=function(e){return!Object.keys(e).some((t=>{const o=typeof e[t];return"object"===o||"function"===o}))},DataType2.isInterfaceType=function(e){return oInterfaces.has(e)};
63
+ /*!
64
+ * OpenUI5
65
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
66
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
67
+ */
68
+ var CalendarType,CalendarType$2={Gregorian:"Gregorian",Islamic:"Islamic",Japanese:"Japanese",Persian:"Persian",Buddhist:"Buddhist"};
69
+ /*!
70
+ * OpenUI5
71
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
72
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
73
+ */DataType2.registerEnum("sap.ui.core.CalendarType",CalendarType$2),function(e){e.Gregorian="Gregorian",e.Islamic="Islamic",e.Japanese="Japanese",e.Buddhist="Buddhist",e.Persian="Persian"}(CalendarType||(CalendarType={}));const CalendarType$1=CalendarType;let calendarType,secondaryCalendarType;const getCalendarType=()=>(void 0===calendarType&&(calendarType=getCalendarType$1()),calendarType&&calendarType in CalendarType$1?calendarType:CalendarType$1.Gregorian),getSecondaryCalendarType=()=>(void 0===secondaryCalendarType&&(secondaryCalendarType=getSecondaryCalendarType$1()),secondaryCalendarType);let currTimezone;const getTimezone=()=>(void 0===currTimezone&&(currTimezone=getTimezone$1()),currTimezone),designTimePropertyAsArray=e=>{const t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null};
74
+ /*!
75
+ * OpenUI5
76
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
77
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
78
+ */
79
+ var aSupportedTimezoneIDs,TimezoneUtils={},sLocalTimezone="",oIntlDateTimeFormatCache={_oCache:new Map,_iCacheLimit:10,get:function(e){var t=this._oCache.get(e);if(t)return t;var o={hourCycle:"h23",hour:"2-digit",minute:"2-digit",second:"2-digit",fractionalSecondDigits:3,day:"2-digit",month:"2-digit",year:"numeric",timeZone:e,timeZoneName:"short",era:"narrow",weekday:"short"},i=new Intl.DateTimeFormat("en-US",o);return this._oCache.size===this._iCacheLimit&&(this._oCache=new Map),this._oCache.set(e,i),i}};let formatSettings$1,formatSettings;TimezoneUtils.isValidTimezone=function(e){if(!e)return!1;if(Intl.supportedValuesOf)try{if((aSupportedTimezoneIDs=aSupportedTimezoneIDs||Intl.supportedValuesOf("timeZone")).includes(e))return!0}catch(e){aSupportedTimezoneIDs=[]}try{return oIntlDateTimeFormatCache.get(e),!0}catch(e){return!1}},TimezoneUtils.convertToTimezone=function(e,t){var o=this._getParts(e,t);return TimezoneUtils._getDateFromParts(o)},TimezoneUtils._getParts=function(e,t){var o,i,a=Object.create(null),r=oIntlDateTimeFormatCache.get(t).formatToParts(new Date(e.getTime()));for(o in r)"literal"!==(i=r[o]).type&&(a[i.type]=i.value);return a},TimezoneUtils._getDateFromParts=function(e){var t=new Date(0),o=parseInt(e.year);return"B"===e.era&&(o=-1*o+1),t.setUTCFullYear(o,parseInt(e.month)-1,parseInt(e.day)),t.setUTCHours(parseInt(e.hour),parseInt(e.minute),parseInt(e.second),parseInt(e.fractionalSecond||0)),t},TimezoneUtils.calculateOffset=function(e,t){const o=TimezoneUtils.convertToTimezone(e,t),i=e.getTime(),a=i-o.getTime(),r=new Date(i+a),n=TimezoneUtils.convertToTimezone(r,t).getTime(),s=r.getTime()-n;let l=s;if(a!==s){const e=new Date(i+s),o=TimezoneUtils.convertToTimezone(e,t).getTime();o!==i&&n>o&&(l=a)}return l/1e3},TimezoneUtils.mCLDR2ABAPTimezones={"America/Buenos_Aires":"America/Argentina/Buenos_Aires","America/Catamarca":"America/Argentina/Catamarca","America/Cordoba":"America/Argentina/Cordoba","America/Jujuy":"America/Argentina/Jujuy","America/Mendoza":"America/Argentina/Mendoza","America/Indianapolis":"America/Indiana/Indianapolis","America/Louisville":"America/Kentucky/Louisville","Africa/Asmera":"Africa/Asmara","Asia/Katmandu":"Asia/Kathmandu","Asia/Calcutta":"Asia/Kolkata","Atlantic/Faeroe":"Atlantic/Faroe","Pacific/Ponape":"Pacific/Pohnpei","Asia/Rangoon":"Asia/Yangon","Pacific/Truk":"Pacific/Chuuk","America/Godthab":"America/Nuuk","Asia/Saigon":"Asia/Ho_Chi_Minh","America/Coral_Harbour":"America/Atikokan"},TimezoneUtils.getLocalTimezone=function(){return""===sLocalTimezone&&(sLocalTimezone=(new Intl.DateTimeFormat).resolvedOptions().timeZone,sLocalTimezone=TimezoneUtils.mCLDR2ABAPTimezones[sLocalTimezone]||sLocalTimezone),sLocalTimezone},TimezoneUtils._clearLocalTimezoneCache=function(){sLocalTimezone=""};class LegacyDateFormats{static getLegacyDateCalendarCustomizing(){return void 0===formatSettings$1&&(formatSettings$1=getFormatSettings()),formatSettings$1.legacyDateCalendarCustomizing||[]}}registerFeature("LegacyDateFormats",LegacyDateFormats);const getFirstDayOfWeek=()=>(void 0===formatSettings&&(formatSettings=getFormatSettings()),formatSettings.firstDayOfWeek),legacyDateFormats=getFeature("LegacyDateFormats"),getLegacyDateCalendarCustomizing=legacyDateFormats?LegacyDateFormats.getLegacyDateCalendarCustomizing:()=>[],emptyFn$2=()=>{},FormatSettings={getFormatLocale:getLocale,getLegacyDateFormat:emptyFn$2,getCustomLocaleData:emptyFn$2,getLegacyDateCalendarCustomizing:getLegacyDateCalendarCustomizing},emptyFn$1=()=>{},Configuration={getLanguage:getLanguage,getCalendarType:getCalendarType,getSupportedLanguages:()=>designTimePropertyAsArray("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,es,et,fi,fr,hi,hr,hu,it,iw,ja,ko,lt,lv,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$"),getOriginInfo:emptyFn$1,getFormatSettings:()=>FormatSettings,getTimezone:()=>getTimezone()||TimezoneUtils.getLocalTimezone(),getCalendarWeekNumbering:()=>"Default"},emptyFn=()=>{},Core={getConfiguration:()=>Configuration,getLibraryResourceBundle:emptyFn(),getFormatSettings:()=>FormatSettings};
80
+ /*!
81
+ * OpenUI5
82
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
83
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
84
+ */
85
+ var fnUniqueSort=function(e){fnAssert(Array.isArray(e),"uniqueSort: input parameter must be an Array");var t=e.length;if(t>1){e.sort();for(var o=0,i=1;i<t;i++)e.indexOf(e[i])===i&&(e[++o]=e[i]);++o<t&&e.splice(o,t-o)}return e};
86
+ /*!
87
+ * OpenUI5
88
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
89
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
90
+ */function isFunction(e){return"function"==typeof e}var Metadata=function(e,t){if(fnAssert("string"==typeof e&&e,"Metadata: sClassName must be a non-empty string"),fnAssert("object"==typeof t,"Metadata: oClassInfo must be empty or an object"),t&&"object"==typeof t.metadata||((t={metadata:t||{},constructor:ObjectPath.get(e)}).metadata.__version=1),t.metadata.__version=t.metadata.__version||2,!isFunction(t.constructor))throw Error("constructor for class "+e+" must have been declared before creating metadata for it");this._sClassName=e,this._oClass=t.constructor,this.extend(t)};Metadata.prototype.extend=function(e){this.applySettings(e),this.afterApplySettings()},Metadata.prototype.applySettings=function(e){var t,o=e.metadata;if(o.baseType){var i;if(isFunction(o.baseType)){if(!isFunction((i=o.baseType).getMetadata))throw new TypeError("baseType must be a UI5 class with a static getMetadata function")}else isFunction(i=ObjectPath.get(o.baseType))||Log.fatal("base class '"+o.baseType+"' does not exist");i.getMetadata?(this._oParent=i.getMetadata(),fnAssert(i===i.getMetadata().getClass(),"Metadata: oParentClass must match the class in the parent metadata")):this._oParent=new Metadata(o.baseType,{})}else this._oParent=void 0;for(var a in this._bAbstract=!!o.abstract,this._bFinal=!!o.final,this._sStereotype=o.stereotype||(this._oParent?this._oParent._sStereotype:"object"),this._bDeprecated=!!o.deprecated,this._aInterfaces=o.interfaces||[],this._aPublicMethods=o.publicMethods||[],this._bInterfacesUnique=!1,t=this._oClass.prototype,e)"metadata"!==a&&"constructor"!==a&&(t[a]=e[a],a.match(/^_|^on|^init$|^exit$/)||this._aPublicMethods.push(a))},Metadata.prototype.afterApplySettings=function(){this._oParent?(this._aAllPublicMethods=this._oParent._aAllPublicMethods.concat(this._aPublicMethods),this._bInterfacesUnique=!1):this._aAllPublicMethods=this._aPublicMethods},Metadata.prototype.getStereotype=function(){return this._sStereotype},Metadata.prototype.getName=function(){return this._sClassName},Metadata.prototype.getClass=function(){return this._oClass},Metadata.prototype.getParent=function(){return this._oParent},Metadata.prototype._dedupInterfaces=function(){this._bInterfacesUnique||(fnUniqueSort(this._aInterfaces),fnUniqueSort(this._aPublicMethods),fnUniqueSort(this._aAllPublicMethods),this._bInterfacesUnique=!0)},Metadata.prototype.getPublicMethods=function(){return this._dedupInterfaces(),this._aPublicMethods},Metadata.prototype.getAllPublicMethods=function(){return this._dedupInterfaces(),this._aAllPublicMethods},Metadata.prototype.getInterfaces=function(){return this._dedupInterfaces(),this._aInterfaces},Metadata.prototype.isInstanceOf=function(e){if(this._oParent&&this._oParent.isInstanceOf(e))return!0;for(var t=this._aInterfaces,o=0,i=t.length;o<i;o++)if(t[o]===e)return!0;return!1},Object.defineProperty(Metadata.prototype,"_mImplementedTypes",{get:function(){if(this===Metadata.prototype)throw new Error("sap.ui.base.Metadata: The '_mImplementedTypes' property must not be accessed on the prototype");var e=Object.create(this._oParent?this._oParent._mImplementedTypes:null);e[this._sClassName]=!0;for(var t=this._aInterfaces,o=t.length;o-- >0;)e[t[o]]||(e[t[o]]=!0);return Object.defineProperty(this,"_mImplementedTypes",{value:Object.freeze(e),writable:!1,configurable:!1}),e},configurable:!0}),Metadata.prototype.isA=function(e){var t=this._mImplementedTypes;if(Array.isArray(e)){for(var o=0;o<e.length;o++)if(e[o]in t)return!0;return!1}return e in t},Metadata.prototype.isAbstract=function(){return this._bAbstract},Metadata.prototype.isFinal=function(){return this._bFinal},Metadata.prototype.isDeprecated=function(){return this._bDeprecated},Metadata.prototype.addPublicMethods=function(e){var t=e instanceof Array?e:arguments;Array.prototype.push.apply(this._aPublicMethods,t),Array.prototype.push.apply(this._aAllPublicMethods,t),this._bInterfacesUnique=!1},Metadata.createClass=function(e,t,o,i){"string"==typeof e&&(i=o,o=t,t=e,e=null),fnAssert(!e||isFunction(e)),fnAssert("string"==typeof t&&!!t),fnAssert(!o||"object"==typeof o),fnAssert(!i||isFunction(i)),isFunction((i=i||Metadata).preprocessClassInfo)&&(o=i.preprocessClassInfo(o)),(o=o||{}).metadata=o.metadata||{},o.hasOwnProperty("constructor")||(o.constructor=void 0);var a=o.constructor;fnAssert(!a||isFunction(a)),e?(a||(a=o.metadata.deprecated?function(){Log.warning("Usage of deprecated class: "+t),e.apply(this,arguments)}:function(){e.apply(this,arguments)}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,o.metadata.baseType=e):(a=a||function(){},delete o.metadata.baseType),o.constructor=a,ObjectPath.set(t,a);var r=new i(t,o);return a.getMetadata=a.prototype.getMetadata=function(){return r},a.getMetadata().isFinal()||(a.extend=function(e,t,o){return Metadata.createClass(a,e,t,o||i)}),a};
91
+ /*!
92
+ * OpenUI5
93
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
94
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
95
+ */
96
+ var BaseObject=Metadata.createClass("sap.ui.base.Object",{constructor:function(){if(!(this instanceof BaseObject))throw Error('Cannot instantiate object: "new" is missing!')}});BaseObject.prototype.destroy=function(){},BaseObject.prototype.getInterface=function(){var e=new BaseObject._Interface(this,this.getMetadata().getAllPublicMethods());return this.getInterface=function(){return e},e},BaseObject.defineClass=function(e,t,o){var i=new(o||Metadata)(e,t),a=i.getClass();return a.getMetadata=a.prototype.getMetadata=function(){return i},i.isFinal()||(a.extend=function(e,t,i){return Metadata.createClass(a,e,t,i||o)}),Log.debug("defined class '"+e+"'"+(i.getParent()?" as subclass of "+i.getParent().getName():"")),i},BaseObject.prototype.isA=function(e){return this.getMetadata().isA(e)},BaseObject.isA=function(e,t){return e instanceof BaseObject&&e.isA(t)},BaseObject.isObjectA=function(e,t){return e instanceof BaseObject&&e.isA(t)},BaseObject._Interface=function(e,t,o){if(!e)return e;function i(e,t){return function(){var i=e[t].apply(e,arguments);return o?this:i instanceof BaseObject?i.getInterface():i}}if(!t)return{};for(var a,r=0,n=t.length;r<n;r++)
97
+ //!oObject[sMethodName] for 'lazy' loading interface methods ;-)
98
+ e[a=t[r]]&&"function"!=typeof e[a]||(this[a]=i(e,a))};const M_ISO639_OLD_TO_NEW$1={iw:"he",ji:"yi"},getModernLanguage=e=>M_ISO639_OLD_TO_NEW$1[e]||e,Localization={getModernLanguage:getModernLanguage};
99
+ /*!
100
+ * OpenUI5
101
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
102
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
103
+ */
104
+ var rLanguageTag=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;class LanguageTag{constructor(e){__privateAdd(this,_LanguageTag_instances),__publicField(this,"language"),__publicField(this,"script"),__publicField(this,"region"),__publicField(this,"variant"),__publicField(this,"variantSubtags"),__publicField(this,"extension"),__publicField(this,"extensionSubtags"),__publicField(this,"privateUse"),__publicField(this,"privateUseSubtags");var t=rLanguageTag.exec(e.replace(/_/g,"-"));if(null===t)throw new TypeError("The given language tag'"+e+"' does not adhere to BCP-47.");this.language=t[1]||null,this.script=t[2]||null,this.region=t[3]||null,this.variant=t[4]&&t[4].slice(1)||null,this.variantSubtags=this.variant?this.variant.split("-"):[],this.extension=t[5]&&t[5].slice(1)||null,this.extensionSubtags=this.variant?this.variant.split("-"):[],this.privateUse=t[6]||null,this.privateUseSubtags=this.privateUse?this.privateUse.slice(2).split("-"):[],this.language&&(this.language=this.language.toLowerCase()),this.script&&(this.script=this.script.toLowerCase().replace(/^[a-z]/,(function(e){return e.toUpperCase()}))),this.region&&(this.region=this.region.toUpperCase()),Object.freeze(this)}toString(){return __privateMethod(this,_LanguageTag_instances,join_fn).call(this,this.language,this.script,this.region,this.variant,this.extension,this.privateUse)}}_LanguageTag_instances=new WeakSet,join_fn=function(){return Array.prototype.filter.call(arguments,Boolean).join("-")};
105
+ /*!
106
+ * OpenUI5
107
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
108
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
109
+ */
110
+ var mCache=Object.create(null),Locale2=BaseObject.extend("sap.ui.core.Locale",{constructor:function(e){BaseObject.apply(this),e instanceof LanguageTag?(this.oLanguageTag=e,this.sLocaleId=this.oLanguageTag.toString()):(this.oLanguageTag=new LanguageTag(e),this.sLocaleId=e),Object.assign(this,this.oLanguageTag),this.sLanguage=this.language},getLanguage:function(){return this.language},getScript:function(){return this.script},getRegion:function(){return this.region},getVariant:function(){return this.variant},getVariantSubtags:function(){return this.variantSubtags},getExtension:function(){return this.extension},getExtensionSubtags:function(){return this.extensionSubtags},getPrivateUse:function(){return this.privateUse},getPrivateUseSubtags:function(){return this.privateUseSubtags},hasPrivateUseSubtag:function(e){return fnAssert(e&&e.match(/^[0-9A-Z]{1,8}$/i),"subtag must be a valid BCP47 private use tag"),this.privateUseSubtags.indexOf(e)>=0},toString:function(){return this.oLanguageTag.toString()},getSAPLogonLanguage:function(){return Localization._getSAPLogonLanguage(this)}});Locale2._getCoreLocale=function(e){return e instanceof LanguageTag&&(e=mCache[e.toString()]||new Locale2(e),mCache[e.toString()]=e),e};const localeDataMap=new Map,loaders=new Map,cldrPromises=new Map,reportedErrors=new Set;let warningShown=!1;const M_ISO639_OLD_TO_NEW={iw:"he",ji:"yi",in:"id"},_showAssetsWarningOnce=e=>{warningShown||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),warningShown=!0)},calcLocale=(e,t,o)=>{"no"===(e=e&&M_ISO639_OLD_TO_NEW[e]||e)&&(e="nb"),"zh"!==e||t||("Hans"===o?t="CN":"Hant"===o&&(t="TW")),("sh"===e||"sr"===e&&"Latn"===o)&&(e="sr",t="Latn");let i=`${e}_${t}`;return SUPPORTED_LOCALES.includes(i)?loaders.has(i)?i:(_showAssetsWarningOnce(i),DEFAULT_LOCALE):(i=e,SUPPORTED_LOCALES.includes(i)?loaders.has(i)?i:(_showAssetsWarningOnce(i),DEFAULT_LOCALE):DEFAULT_LOCALE)},setLocaleData=(e,t)=>{localeDataMap.set(e,t)},getLocaleData=e=>{loaders.has(e)||(e=DEFAULT_LOCALE);const t=localeDataMap.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);return t},_loadCldrOnce=e=>{if(!cldrPromises.get(e)){const t=loaders.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);cldrPromises.set(e,t(e))}return cldrPromises.get(e)},fetchCldr=async(e,t,o)=>{const i=calcLocale(e,t,o),a=getFeature("OpenUI5Support");if(a){const e=a.getLocaleDataObject();if(e)return void setLocaleData(i,e)}try{const e=await _loadCldrOnce(i);setLocaleData(i,e)}catch(e){const t=e;reportedErrors.has(t.message)||(reportedErrors.add(t.message),console.error(t.message))}},registerLocaleDataLoader=(e,t)=>{loaders.set(e,t)};registerLocaleDataLoader("en",(async()=>(await fetch("https://sdk.openui5.org/1.120.5/resources/sap/ui/core/cldr/en.json")).json())),attachLanguageChange((()=>{const e=getLocale();return fetchCldr(e.getLanguage(),e.getRegion(),e.getScript())}));const loadResource=e=>{const t=e.match(/sap\/ui\/core\/cldr\/(\w+)\.json/);if(!t)throw new Error(`Unknown module "${e}"`);const o=t[1];return getLocaleData(o)},LoaderExtensions={loadResource:loadResource};
111
+ /*!
112
+ * OpenUI5
113
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
114
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
115
+ */
116
+ var CalendarWeekNumbering={Default:"Default",ISO_8601:"ISO_8601",MiddleEastern:"MiddleEastern",WesternTraditional:"WesternTraditional"};Object.defineProperty(CalendarWeekNumbering,"getWeekConfigurationValues",{value:function(e){switch(e){case CalendarWeekNumbering.ISO_8601:return{firstDayOfWeek:1,minimalDaysInFirstWeek:4};case CalendarWeekNumbering.MiddleEastern:return{firstDayOfWeek:6,minimalDaysInFirstWeek:1};case CalendarWeekNumbering.WesternTraditional:return{firstDayOfWeek:0,minimalDaysInFirstWeek:1};default:return}}}),
117
+ /*!
118
+ * OpenUI5
119
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
120
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
121
+ */
122
+ DataType2.registerEnum("sap.ui.core.date.CalendarWeekNumbering",CalendarWeekNumbering);var rCIgnoreCase=/c/i,rEIgnoreCase=/e/i,mLegacyUnit2CurrentUnit={"acceleration-meter-per-second-squared":"acceleration-meter-per-square-second","concentr-milligram-per-deciliter":"concentr-milligram-ofglucose-per-deciliter","concentr-part-per-million":"concentr-permillion","consumption-liter-per-100kilometers":"consumption-liter-per-100-kilometer","mass-metric-ton":"mass-tonne","pressure-millimeter-of-mercury":"pressure-millimeter-ofhg","pressure-pound-per-square-inch":"pressure-pound-force-per-square-inch","pressure-inch-hg":"pressure-inch-ofhg","torque-pound-foot":"torque-pound-force-foot"},rNumberInScientificNotation=/^([+-]?)((\d+)(?:\.(\d+))?)[eE]([+-]?\d+)$/,rTrailingZeroes=/0+$/;const rFallbackPatternTextParts=/(.*)?\{[0|1]}(.*)?\{[0|1]}(.*)?/,aSupportedWidths=["narrow","abbreviated","wide"];var LocaleData$1=BaseObject.extend("sap.ui.core.LocaleData",{constructor:function(e){BaseObject.apply(this),this.oLocale=Locale2._getCoreLocale(e);var t=getData(this.oLocale);this.mData=t.mData,this.sCLDRLocaleId=t.sCLDRLocaleId},_get:function(){return this._getDeep(this.mData,arguments)},_getMerged:function(){return this._get.apply(this,arguments)},_getMonthsWithAlternatives:function(e,t){return this._get(getCLDRCalendarName(t),"months","format",e)},_getMonthsStandAloneWithAlternatives:function(e,t){return this._get(getCLDRCalendarName(t),"months","stand-alone",e)},_getDeep:function(e,t){for(var o=e,i=0;i<t.length&&void 0!==(o=o[t[i]]);i++);return o},getOrientation:function(){return this._get("orientation")},getCurrentLanguageName:function(){return this.getLanguageName(this.oLocale.toString())},getLanguageName:function(e){const t=new LanguageTag(e);let o=Localization.getModernLanguage(t.language),i=t.script;"sr"===o&&"Latn"===i&&(o="sh",i=null);const a=t.region,r=this._get("languages"),n=r[o];if(!i&&!a||!n)return n;const s=r[o+"_"+a]||r[o+"_"+i];if(s)return s;if(i){const e=this._get("scripts")[i];if(e)return n+" ("+e+")"}if(a){const e=this._get("territories")[a];if(e)return n+" ("+e+")"}return n},getLanguages:function(){const e=this._get("languages");return["ar_001","de_AT","de_CH","en_AU","en_CA","en_GB","en_US","es_419","es_ES","es_MX","fa_AF","fr_CA","fr_CH","nds_NL","nl_BE","pt_BR","pt_PT","ro_MD","sw_CD","zh_Hans","zh_Hant"].forEach((t=>{e[t]||(e[t]=this.getLanguageName(t))})),e},getScripts:function(){return this._get("scripts")},getTerritories:function(){return this._get("territories")},getMonths:function(e,t){return fnAssert(aSupportedWidths.includes(e),"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"months","format",e).map((e=>Array.isArray(e)?e[0]:e))},getMonthsStandAlone:function(e,t){return fnAssert(aSupportedWidths.includes(e),"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"months","stand-alone",e).map((e=>Array.isArray(e)?e[0]:e))},getDays:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e||"short"==e,"sWidth must be narrow, abbreviate, wide or short"),this._get(getCLDRCalendarName(t),"days","format",e)},getDaysStandAlone:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e||"short"==e,"sWidth must be narrow, abbreviated, wide or short"),this._get(getCLDRCalendarName(t),"days","stand-alone",e)},getQuarters:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"quarters","format",e)},getQuartersStandAlone:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"quarters","stand-alone",e)},getDayPeriods:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"dayPeriods","format",e)},getDayPeriodsStandAlone:function(e,t){return fnAssert("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),this._get(getCLDRCalendarName(t),"dayPeriods","stand-alone",e)},getDatePattern:function(e,t){return fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(getCLDRCalendarName(t),"dateFormats",e)},getFlexibleDayPeriods:function(e,t){return this._get(getCLDRCalendarName(t),"flexibleDayPeriods","format",e)},getFlexibleDayPeriodsStandAlone:function(e,t){return this._get(getCLDRCalendarName(t),"flexibleDayPeriods","stand-alone",e)},getFlexibleDayPeriodOfTime:function(e,t){var o,i;function a(e){var t=e.split(":"),o=t[0],i=t[1];return 60*parseInt(o)+parseInt(i)}return o=(60*e+t)%1440,i=this._get("dayPeriodRules"),Object.keys(i).find((function(e){var t=i[e];return t._at&&a(t._at)===o}))||Object.keys(i).find((function(e){var t,r,n=i[e];return!n._at&&((r=a(n._from))>(t=a(n._before))?[{start:r,end:1440},{start:0,end:t}]:[{start:r,end:t}]).some((function(e){return e.start<=o&&e.end>o}))}))},getTimePattern:function(e,t){return fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(getCLDRCalendarName(t),"timeFormats",e)},getDateTimePattern:function(e,t){return fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),this._get(getCLDRCalendarName(t),"dateTimeFormats",e)},getCombinedDateTimePattern:function(e,t,o){fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),fnAssert("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full");var i=this.getDateTimePattern(e,o),a=this.getDatePattern(e,o),r=this.getTimePattern(t,o);return i.replace("{0}",r).replace("{1}",a)},getCombinedDateTimeWithTimezonePattern:function(e,t,o){return this.applyTimezonePattern(this.getCombinedDateTimePattern(e,t,o))},applyTimezonePattern:function(e){var t=[e];return this._appendItems(t,[{group:"Timezone",length:2,field:"zone",symbol:"V"}]),t[0]},getTimezoneTranslations:function(){var e=this.oLocale.toString(),t=LocaleData$1._mTimezoneTranslations[e];return t||(LocaleData$1._mTimezoneTranslations[e]=t=_resolveTimezoneTranslationStructure(this._get("timezoneNames"))),Object.assign({},t)},getCustomDateTimePattern:function(e,t){var o=this._get(getCLDRCalendarName(t),"dateTimeFormats","availableFormats");return this._getFormatPattern(e,o,t)},getIntervalPattern:function(e,t){var o,i,a,r,n,s=this._get(getCLDRCalendarName(t),"dateTimeFormats","intervalFormats");return e&&(i=(o=e.split("-"))[0],a=o[1],(r=s[i])&&(n=r[a]))?n:s.intervalFormatFallback},getCombinedIntervalPattern:function(e,t){const o=this._get(getCLDRCalendarName(t),"dateTimeFormats","intervalFormats"),[,i,a,r]=rFallbackPatternTextParts.exec(o.intervalFormatFallback);return LocaleData$1._escapeIfNeeded(i)+e+LocaleData$1._escapeIfNeeded(a)+e+LocaleData$1._escapeIfNeeded(r)},getCustomIntervalPattern:function(e,t,o){var i=this._get(getCLDRCalendarName(o),"dateTimeFormats","intervalFormats");return this._getFormatPattern(e,i,o,t)},_getFormatPattern:function(e,t,o,i){var a,r,n;if(i?"string"==typeof i&&("j"!=i&&"J"!=i||(i=this.getPreferredHourSymbol()),n=t[e],a=n&&n[i]):a=t[e],a){if("object"!=typeof a)return a;r=Object.keys(a).map((function(e){return a[e]}))}return r||(r=this._createFormatPattern(e,t,o,i)),r&&1===r.length?r[0]:r},_createFormatPattern:function(e,t,o,i){var a,r,n,s,l,c,d,_,u,p,h,v=this._parseSkeletonFormat(e),m=this._findBestMatch(v,e,t),g=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/;if(i){if("string"==typeof i)(u=mCLDRSymbols[i]?mCLDRSymbols[i].group:"")&&(p=mCLDRSymbolGroups[u].index>v[v.length-1].index),_=i;else{for(p=!0,"y"===v[0].symbol&&m&&m.pattern.G&&(s=mCLDRSymbols.G,l=mCLDRSymbolGroups[s.group],v.splice(0,0,{symbol:"G",group:s.group,match:s.match,index:l.index,field:l.field,length:1})),h=v.length-1;h>=0;h--)if(i[(r=v[h]).group]){p=!1;break}for(h=0;h<v.length;h++)if(i[(r=v[h]).group]){_=r.symbol;break}"h"!=_&&"K"!=_||!i.DayPeriod||(_="a")}if(p)return[this.getCustomDateTimePattern(e,o)];m&&0===m.missingTokens.length&&(c=m.pattern[_])&&m.distance>0&&(c=this._expandFields(c,m.patternTokens,v)),c||(n=this._get(getCLDRCalendarName(o),"dateTimeFormats","availableFormats"),g.test(e)&&"ahHkKjJms".indexOf(_)>=0?c=this._getMixedFormatPattern(e,n,o,i):(d=this._getFormatPattern(e,n,o),c=this.getCombinedIntervalPattern(d,o))),a=[c]}else if(m){if("string"==typeof m.pattern)a=[m.pattern];else if("object"==typeof m.pattern)for(var f in a=[],m.pattern)c=m.pattern[f],a.push(c);m.distance>0&&(m.missingTokens.length>0?g.test(e)?a=[this._getMixedFormatPattern(e,t,o)]:(a=this._expandFields(a,m.patternTokens,v),a=this._appendItems(a,m.missingTokens,o)):a=this._expandFields(a,m.patternTokens,v))}else a=[c=e];return e.indexOf("J")>=0&&a.forEach((function(e,t){a[t]=e.replace(/ ?[abB](?=([^']*'[^']*')*[^']*)$/g,"")})),a},_parseSkeletonFormat:function(e){for(var t,o,i,a=[],r={index:-1},n=0;n<e.length;n++)if("j"!=(t=e.charAt(n))&&"J"!=t||(t=this.getPreferredHourSymbol()),t!=r.symbol){if(o=mCLDRSymbols[t],i=mCLDRSymbolGroups[o.group],"Other"==o.group||i.diffOnly)throw new Error("Symbol '"+t+"' is not allowed in skeleton format '"+e+"'");if(i.index<=r.index)throw new Error("Symbol '"+t+"' at wrong position or duplicate in skeleton format '"+e+"'");r={symbol:t,group:o.group,match:o.match,index:i.index,field:i.field,length:1},a.push(r)}else r.length++;return a},_findBestMatch:function(e,t,o){var i,a,r,n,s,l,c,d,_,u,p={distance:1e4,firstDiffPos:-1};for(var h in o)if(!("intervalFormatFallback"===h||h.indexOf("B")>-1||(i=this._parseSkeletonFormat(h),l=0,a=[],c=!0,e.length<i.length))){s=0,d=e.length;for(var v=0;v<e.length;v++){if(r=e[v],n=i[s],d===e.length&&(d=v),n){if(_=mCLDRSymbols[r.symbol],u=mCLDRSymbols[n.symbol],r.symbol===n.symbol){r.length===n.length?d===v&&(d=e.length):(r.length<_.numericCeiling?n.length<u.numericCeiling:n.length>=u.numericCeiling)?l+=Math.abs(r.length-n.length):l+=5,s++;continue}if(r.match==n.match){l+=Math.abs(r.length-n.length)+10,s++;continue}}a.push(r),l+=50-v}s<i.length&&(c=!1),c&&(l<p.distance||l===p.distance&&d>p.firstDiffPos)&&(p.distance=l,p.firstDiffPos=d,p.missingTokens=a,p.pattern=o[h],p.patternTokens=i)}if(p.pattern)return p},_expandFields:function(e,t,o){var i="string"==typeof e,a=(i?[e]:e).map((function(e){var i,a,r,n,s,l,c,d,_={},u={},p="",h=!1,v=0;for(o.forEach((function(e){_[e.group]=e})),t.forEach((function(e){u[e.group]=e}));v<e.length;){if(d=e.charAt(v),h)p+=d,"'"==d&&(h=!1);else if((c=mCLDRSymbols[d])&&_[c.group]&&u[c.group]){for(s=_[c.group],l=u[c.group],i=s.length,r=l.length,a=1;e.charAt(v+1)==d;)v++,a++;n=i===r||(i<c.numericCeiling?a>=c.numericCeiling:a<c.numericCeiling)?a:Math.max(a,i);for(var m=0;m<n;m++)p+=d}else p+=d,"'"==d&&(h=!0);v++}return p}));return i?a[0]:a},_appendItems:function(e,t,o){var i=this._get(getCLDRCalendarName(o),"dateTimeFormats","appendItems");return e.forEach(function(o,a){var r,n,s;t.forEach(function(t){n=i[t.group],r="'"+this.getDisplayName(t.field)+"'",s="";for(var l=0;l<t.length;l++)s+=t.symbol;e[a]=n.replace(/\{0\}/,o).replace(/\{1\}/,s).replace(/\{2\}/,r)}.bind(this))}.bind(this)),e},_getMixedFormatPattern:function(e,t,o,i){var a,r,n,s,l,c;return r=(a=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/.exec(e))[1],n=a[2],l=this._getFormatPattern(r,t,o),c=i?this.getCustomIntervalPattern(n,i,o):this._getFormatPattern(n,t,o),s=/MMMM|LLLL/.test(r)?/E|e|c/.test(r)?"full":"long":/MMM|LLL/.test(r)?"medium":"short",this.getDateTimePattern(s,o).replace(/\{1\}/,l).replace(/\{0\}/,c)},getNumberSymbol:function(e){return fnAssert("decimal"==e||"group"==e||"plusSign"==e||"minusSign"==e||"percentSign"==e,"sType must be decimal, group, plusSign, minusSign or percentSign"),this._get("symbols-latn-"+e)},getLenientNumberSymbols:function(e){return fnAssert("plusSign"==e||"minusSign"==e,"sType must be plusSign or minusSign"),this._get("lenient-scope-number")[e]},getDecimalPattern:function(){return this._get("decimalFormat").standard},getCurrencyPattern:function(e){return this._get("currencyFormat")[e]||this._get("currencyFormat").standard},getCurrencySpacing:function(e){return this._get("currencyFormat","currencySpacing","after"===e?"afterCurrency":"beforeCurrency")},getPercentPattern:function(){return this._get("percentFormat").standard},getMiscPattern:function(e){return fnAssert("approximately"==e||"atLeast"==e||"atMost"==e||"range"==e,"sName must be approximately, atLeast, atMost or range"),this._get("miscPattern")[e]},getMinimalDaysInFirstWeek:function(){return this._get("weekData-minDays")},getFirstDayOfWeek:function(){return this._get("weekData-firstDay")},getWeekendStart:function(){return this._get("weekData-weekendStart")},getWeekendEnd:function(){return this._get("weekData-weekendEnd")},getCustomCurrencyCodes:function(){var e=this._get("currency")||{},t={};return Object.keys(e).forEach((function(e){t[e]=e})),t},getCurrencyDigits:function(e){var t=this._get("currency");if(t){if(t[e]&&t[e].hasOwnProperty("digits"))return t[e].digits;if(t.DEFAULT&&t.DEFAULT.hasOwnProperty("digits"))return t.DEFAULT.digits}var o=this._get("currencyDigits",e);return null==o&&null==(o=this._get("currencyDigits","DEFAULT"))&&(o=2),o},getCurrencySymbol:function(e){var t=this.getCurrencySymbols();return t&&t[e]||e},getCurrencyCodeBySymbol:function(e){var t,o=this._get("currencySymbols");for(t in o)if(o[t]===e)return t;return e},getCurrencySymbols:function(){var e,t=this._get("currency"),o={};for(var i in t)e=t[i].isoCode,t[i].symbol?o[i]=t[i].symbol:e&&(o[i]=this._get("currencySymbols")[e]);return Object.assign({},this._get("currencySymbols"),o)},getUnitDisplayName:function(e){var t=this.getUnitFormat(e);return t&&t.displayName||""},getRelativePatterns:function(e,t){void 0===t&&(t="wide"),fnAssert("wide"===t||"short"===t||"narrow"===t,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var o,i,a,r,n=[],s=this.getPluralCategories();return e||(e=["year","month","week","day","hour","minute","second"]),e.forEach(function(e){for(var l in o=this._get("dateFields",e+"-"+t))0===l.indexOf("relative-type-")?(a=parseInt(l.substr(14)),n.push({scale:e,value:a,pattern:o[l]})):0==l.indexOf("relativeTime-type-")&&(i=o[l],r="past"===l.substr(18)?-1:1,s.forEach((function(t){var o=i["relativeTimePattern-count-"+t];o&&n.push({scale:e,sign:r,pattern:o})})))}.bind(this)),n},getRelativePattern:function(e,t,o,i){var a,r;return"string"==typeof o&&(i=o,o=void 0),void 0===o&&(o=t>0),void 0===i&&(i="wide"),fnAssert("wide"===i||"short"===i||"narrow"===i,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'"),r=e+"-"+i,0!==t&&-2!==t&&2!==t||(a=this._get("dateFields",r,"relative-type-"+t)),a||(a=this._get("dateFields",r,"relativeTime-type-"+(o?"future":"past"))["relativeTimePattern-count-"+this.getPluralCategory(Math.abs(t).toString())]),a},getRelativeSecond:function(e,t){return this.getRelativePattern("second",e,t)},getRelativeMinute:function(e,t){return 0==e?null:this.getRelativePattern("minute",e,t)},getRelativeHour:function(e,t){return 0==e?null:this.getRelativePattern("hour",e,t)},getRelativeDay:function(e,t){return this.getRelativePattern("day",e,t)},getRelativeWeek:function(e,t){return this.getRelativePattern("week",e,t)},getRelativeMonth:function(e,t){return this.getRelativePattern("month",e,t)},getDisplayName:function(e,t){fnAssert("second"==e||"minute"==e||"hour"==e||"zone"==e||"day"==e||"weekday"==e||"week"==e||"month"==e||"quarter"==e||"year"==e||"era"==e,"sType must be second, minute, hour, zone, day, weekday, week, month, quarter, year, era"),void 0===t&&(t="wide"),fnAssert("wide"===t||"short"===t||"narrow"===t,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var o=-1===["era","weekday","zone"].indexOf(e)?e+"-"+t:e;return this._get("dateFields",o,"displayName")},getRelativeYear:function(e,t){return this.getRelativePattern("year",e,t)},getDecimalFormat:function(e,t,o){var i,a;if("long"===e)a=this._get("decimalFormat-long");else a=this._get("decimalFormat-short");if(a){var r=t+"-"+o;(i=a[r])||(i=a[r=t+"-other"])}return i},getCurrencyFormat:function(e,t,o){var i,a=this._get("currencyFormat-"+e);if(!a){if("sap-short"===e)throw new Error('Failed to get CLDR data for property "currencyFormat-sap-short"');a=this._get("currencyFormat-short")}if(a){var r=t+"-"+o;(i=a[r])||(i=a[r=t+"-other"])}return i},getListFormat:function(e,t){var o=this._get("listPattern-"+(e||"standard")+"-"+(t||"wide"));return o||{}},getResolvedUnitFormat:function(e){return e=this.getUnitFromMapping(e)||e,this.getUnitFormat(e)},getUnitFormat:function(e){var t=this._get("units","short",e);return!t&&mLegacyUnit2CurrentUnit[e]&&(t=this._get("units","short",mLegacyUnit2CurrentUnit[e])),t},getUnitFormats:function(){return this._getMerged("units","short")},getUnitFromMapping:function(e){return this._get("unitMappings",e)},getEras:function(e,t){fnAssert("wide"==e||"abbreviated"==e||"narrow"==e,"sWidth must be wide, abbreviate or narrow");var o=this._get(getCLDRCalendarName(t),"era-"+e),i=[];for(var a in o)i[parseInt(a)]=o[a];return i},getEraDates:function(e){var t=this._get("eras-"+e.toLowerCase()),o=[];for(var i in t)o[parseInt(i)]=t[i];return o},getCalendarWeek:function(e,t){fnAssert("wide"==e||"narrow"==e,"sStyle must be wide or narrow");var o="date.week.calendarweek."+e;return Core.getLibraryResourceBundle("sap.ui.core",this.oLocale.toString()).getText(o,t?[t]:void 0)},firstDayStartsFirstWeek:function(){return"en"===this.oLocale.getLanguage()&&"US"===this.oLocale.getRegion()},getPreferredCalendarType:function(){var e,t,o,i=this._get("calendarPreference")||[];for(o=0;o<i.length;o++)for(t in e=i[o].split("-")[0],CalendarType$2)if(e===t.toLowerCase())return t;return CalendarType$2.Gregorian},getPreferredHourSymbol:function(){return this._get("timeData","_preferred")},getPluralCategories:function(){var e=this._get("plurals"),t=Object.keys(e);return t.push("other"),t},getPluralCategory:function(e){var t="number"==typeof e?e.toString():e,o=this._get("plurals");for(var i in this._pluralTest||(this._pluralTest={}),o){var a=this._pluralTest[i];if(a||(a=this._parsePluralRule(o[i]),this._pluralTest[i]=a),a(t).bMatch)return i}return"other"},_parsePluralRule:function(e){var t,o="and",i="%",a="=",r="!=",n="n",s="i",l="f",c="t",d="v",_="w",u="c",p="e",h="..",v=",",m=0;function g(e){return t[m]===e&&(m++,!0)}function f(){var e=t[m];return m++,e}function b(){var e,t;return e=function(){var e,t,o;if(e=function(){var e;if(e=function(){if(g(n))return function(e){return e.n};if(g(s))return function(e){return e.i};if(g(l))return function(e){return e.f};if(g(c))return function(e){return e.t};if(g(d))return function(e){return e.v};if(g(_))return function(e){return e.w};if(g(u))return function(e){return e.c};if(g(p))return function(e){return e.c};throw new Error("Unknown operand: "+f())}(),g(i)){var t=parseInt(f());return function(o){return e(o)%t}}return e}(),g(a))o=!0;else{if(!g(r))throw new Error("Expected '=' or '!='");o=!1}return t=function(){var e,t,o,i=[];return f().split(v).forEach((function(a){if(1===(e=a.split(h)).length)i.push(parseInt(a));else{t=parseInt(e[0]),o=parseInt(e[1]);for(var r=t;r<=o;r++)i.push(r)}})),function(e){return i}}(),o?function(o){return t(o).indexOf(e(o))>=0}:function(o){return-1===t(o).indexOf(e(o))}}(),g(o)?(t=b(),function(o){return e(o)&&t(o)}):e}t=e.split(" ");var y=function e(){var t,o;return t=b(),g("or")?(o=e(),function(e){return t(e)||o(e)}):t}();if(m!=t.length)throw new Error("Not completely parsed");return function(e){var t,o,i,a,r,n,s;return o=(i=(e=e.replace(rCIgnoreCase,"e")).search(rEIgnoreCase))<0?0:parseInt(e.slice(i+1)),-1===(t=(e=LocaleData$1.convertToDecimal(e)).indexOf("."))?(n=e,a="",r=""):(n=e.slice(0,t),r=(a=e.slice(t+1)).replace(rTrailingZeroes,"")),s={n:parseFloat(e),i:parseInt(n),v:a.length,w:r.length,f:""===a?0:parseInt(a),t:""===r?0:parseInt(r),c:o},{bMatch:y(s),oOperands:s}}}});LocaleData$1.convertToDecimal=function(e){var t,o,i,a,r,n,s=String(e);return s.includes("e")||s.includes("E")?(a="-"===(n=s.match(rNumberInScientificNotation))[1],s=n[2].replace(".",""),t=n[3]?n[3].length:0,i=n[4]?n[4].length:0,r=t+(o=parseInt(n[5])),s=o>0?o<i?s.slice(0,r)+"."+s.slice(r):s=s.padEnd(r,"0"):s=-o<t?s.slice(0,r)+"."+s.slice(r):"0."+s.padStart(i-o,"0"),a&&(s="-"+s),s):s};var mCLDRSymbolGroups={Era:{field:"era",index:0},Year:{field:"year",index:1},Quarter:{field:"quarter",index:2},Month:{field:"month",index:3},Week:{field:"week",index:4},"Day-Of-Week":{field:"weekday",index:5},Day:{field:"day",index:6},DayPeriod:{field:"hour",index:7,diffOnly:!0},Hour:{field:"hour",index:8},Minute:{field:"minute",index:9},Second:{field:"second",index:10},Timezone:{field:"zone",index:11}},mCLDRSymbols={G:{group:"Era",match:"Era",numericCeiling:1},y:{group:"Year",match:"Year",numericCeiling:100},Y:{group:"Year",match:"Year",numericCeiling:100},Q:{group:"Quarter",match:"Quarter",numericCeiling:3},q:{group:"Quarter",match:"Quarter",numericCeiling:3},M:{group:"Month",match:"Month",numericCeiling:3},L:{group:"Month",match:"Month",numericCeiling:3},w:{group:"Week",match:"Week",numericCeiling:100},W:{group:"Week",match:"Week",numericCeiling:100},d:{group:"Day",match:"Day",numericCeiling:100},D:{group:"Day",match:"Day",numericCeiling:100},E:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:1},e:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:3},c:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:2},h:{group:"Hour",match:"Hour12",numericCeiling:100},H:{group:"Hour",match:"Hour24",numericCeiling:100},k:{group:"Hour",match:"Hour24",numericCeiling:100},K:{group:"Hour",match:"Hour12",numericCeiling:100},m:{group:"Minute",match:"Minute",numericCeiling:100},s:{group:"Second",match:"Second",numericCeiling:100},z:{group:"Timezone",match:"Timezone",numericCeiling:1},Z:{group:"Timezone",match:"Timezone",numericCeiling:1},O:{group:"Timezone",match:"Timezone",numericCeiling:1},v:{group:"Timezone",match:"Timezone",numericCeiling:1},V:{group:"Timezone",match:"Timezone",numericCeiling:1},X:{group:"Timezone",match:"Timezone",numericCeiling:1},x:{group:"Timezone",match:"Timezone",numericCeiling:1},S:{group:"Other",numericCeiling:100},u:{group:"Other",numericCeiling:100},U:{group:"Other",numericCeiling:1},r:{group:"Other",numericCeiling:100},F:{group:"Other",numericCeiling:100},g:{group:"Other",numericCeiling:100},a:{group:"DayPeriod",numericCeiling:1},b:{group:"Other",numericCeiling:1},B:{group:"Other",numericCeiling:1},A:{group:"Other",numericCeiling:100}};function getDesigntimePropertyAsArray(e){var t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null}var _cldrLocales=getDesigntimePropertyAsArray("$cldr-locales:ar,ar_EG,ar_SA,bg,ca,cnr,cy,cs,da,de,de_AT,de_CH,el,el_CY,en,en_AU,en_GB,en_HK,en_IE,en_IN,en_NZ,en_PG,en_SG,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_MX,es_PE,es_UY,es_VE,et,fa,fi,fr,fr_BE,fr_CA,fr_CH,fr_LU,he,hi,hr,hu,id,it,it_CH,ja,kk,ko,lt,lv,mk,ms,nb,nl,nl_BE,pl,pt,pt_PT,ro,ru,ru_UA,sk,sl,sr,sr_Latn,sv,th,tr,uk,vi,zh_CN,zh_HK,zh_SG,zh_TW$"),M_SUPPORTED_LOCALES=function(){var e,t=_cldrLocales,o={};if(t)for(e=0;e<t.length;e++)o[t[e]]=!0;return o}(),mLocaleDatas={};function _resolveTimezoneTranslationStructure(e,t,o,i){return i=i?i.slice():[],o=o||{},t=t||"",Object.keys(e).forEach((function(a){var r=e[a];if("object"==typeof r){var n=i.slice(),s=r._parent;s&&n.push(s),_resolveTimezoneTranslationStructure(r,t+a+"/",o,n)}else if("string"==typeof r&&"_parent"!==a){var l=i.length?i.join(", ")+", ":"";o[t+a]=l+r}})),o}function getCLDRCalendarName(e){return e||(e=Configuration.getCalendarType()),"ca-"+e.toLowerCase()}function getData(e){var t,o=e.getLanguage()||"",i=e.getScript()||"",a=e.getRegion()||"";function r(e,t){var o,i,a;if(t)for(o in t)t.hasOwnProperty(o)&&(i=e[o],a=t[o],void 0===i?e[o]=a:null===i?delete e[o]:"object"!=typeof i||"object"!=typeof a||Array.isArray(i)||r(i,a))}function n(e){if(!(mLocaleDatas[e]||M_SUPPORTED_LOCALES&&!0!==M_SUPPORTED_LOCALES[e])){var t=mLocaleDatas[e]=LoaderExtensions.loadResource("sap/ui/core/cldr/"+e+".json",{dataType:"json",failOnError:!1});t&&t.__fallbackLocale&&(r(t,n(t.__fallbackLocale)),delete t.__fallbackLocale)}return mLocaleDatas[e]}"no"===(o=o&&Localization.getModernLanguage(o)||o)&&(o="nb"),"zh"!==o||a||("Hans"===i?a="CN":"Hant"===i&&(a="TW")),("sh"===o||"sr"===o&&"Latn"===i)&&(o="sr_Latn");var s=o+"_"+a,l=s;return o&&a&&(t=n(s)),!t&&o&&(t=n(o),l=o),t||(t=n("en"),l="en"),mLocaleDatas[s]=t,{mData:t,sCLDRLocaleId:l=l.replace(/_/g,"-")}}var CustomLocaleData=LocaleData$1.extend("sap.ui.core.CustomLocaleData",{constructor:function(e){LocaleData$1.apply(this,arguments),this.mCustomData=Configuration.getFormatSettings().getCustomLocaleData()},_get:function(){var e,t=Array.prototype.slice.call(arguments);0==t[0].indexOf("ca-")&&t[0]==getCLDRCalendarName()&&(t=t.slice(1)),e=t.join("-");var o=this.mCustomData[e];return null==o&&null==(o=this._getDeep(this.mCustomData,arguments))&&(o=this._getDeep(this.mData,arguments)),o},_getMerged:function(){var e=this._getDeep(this.mData,arguments),t=this._getDeep(this.mCustomData,arguments);return fnExtend({},e,t)},getFirstDayOfWeek:function(){var e=Configuration.getCalendarWeekNumbering();return e===CalendarWeekNumbering.Default?LocaleData$1.prototype.getFirstDayOfWeek.call(this):CalendarWeekNumbering.getWeekConfigurationValues(e).firstDayOfWeek},getMinimalDaysInFirstWeek:function(){var e=Configuration.getCalendarWeekNumbering();return e===CalendarWeekNumbering.Default?LocaleData$1.prototype.getMinimalDaysInFirstWeek.call(this):CalendarWeekNumbering.getWeekConfigurationValues(e).minimalDaysInFirstWeek}});LocaleData$1.getInstance=function(e){return(e=Locale2._getCoreLocale(e)).hasPrivateUseSubtag("sapufmt")?new CustomLocaleData(e):new LocaleData$1(e)},LocaleData$1._cldrLocales=_cldrLocales,LocaleData$1._mTimezoneTranslations={};const rContainsSymbol=new RegExp("["+Object.keys(mCLDRSymbols).join("")+"]"),rTextWithOptionalSpacesAtStartAndEnd=/^(\s)?(.*?)(\s)?$/;LocaleData$1._escapeIfNeeded=function(e){return void 0===e?"":rContainsSymbol.test(e)?e.replace(rTextWithOptionalSpacesAtStartAndEnd,"$1'$2'$3"):e};
123
+ /*!
124
+ * OpenUI5
125
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
126
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
127
+ */
128
+ var CalendarUtils={getWeekConfigurationValues:function(e,t){var o;return e?CalendarWeekNumbering.getWeekConfigurationValues(e)||(e===CalendarWeekNumbering.Default?(t=t||Configuration.getFormatSettings().getFormatLocale(),{firstDayOfWeek:(o=LocaleData$1.getInstance(t)).getFirstDayOfWeek(),minimalDaysInFirstWeek:o.getMinimalDaysInFirstWeek()}):void 0):CalendarUtils.getWeekConfigurationValues(Configuration.getCalendarWeekNumbering(),t)}},aAllParts=["year","month","day","hour","minute","second","fractionalSecond"],rIsUTCString=/Z|GMT|:.*[\+|\-]|^([\+|\-]\d{2})?\d{4}(-\d{2}){0,2}$/,aWeekday=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],aMonths=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],mWeekdayToDay={Sun:0,Mon:1,Tue:2,Wed:3,Thu:4,Fri:5,Sat:6};
129
+ /*!
130
+ * OpenUI5
131
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
132
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
133
+ */function addLeadingZeros(e,t){return(e<0?"-":"")+Math.abs(e).toString().padStart(t,"0")}function UI5Date$1(e,t){var o=UI5Date$1._createDateInstance(e);Object.defineProperties(this,{sTimezoneID:{value:t},oDate:{value:o,writable:!0},oDateParts:{value:void 0,writable:!0}}),isNaN(o)||(e.length>1||1===e.length&&"string"==typeof e[0]&&!rIsUTCString.test(e[0]))&&this._setParts(aAllParts,[o.getFullYear(),o.getMonth(),o.getDate(),o.getHours(),o.getMinutes(),o.getSeconds(),o.getMilliseconds()])}UI5Date$1.prototype=Object.create(Date.prototype,{constructor:{value:Date}}),UI5Date$1.prototype[Symbol.toStringTag]="Date",UI5Date$1.prototype._getPart=function(e){var t;return isNaN(this.oDate)?NaN:(this.oDateParts=this.oDateParts||TimezoneUtils._getParts(this.oDate,this.sTimezoneID),"weekday"===e?mWeekdayToDay[this.oDateParts.weekday]:(t=parseInt(this.oDateParts[e]),"month"===e?t-=1:"year"===e&&"B"===this.oDateParts.era&&(t=1-t),t))},UI5Date$1.prototype._setParts=function(e,t){var o,i,a,r,n,s,l={},c=Math.min(e.length,t.length);if(0===c)return this.setTime(NaN);for(o=0;o<c;o+=1){if(s=parseInt(+t[o]),n=e[o],isNaN(s))return this.setTime(NaN);"month"===n?s+=1:"year"===n&&(s<=0?(s=1-s,l.era="B"):l.era="A"),l[n]=s.toString()}return i=this.oDateParts?this.oDateParts:isNaN(this.oDate)?{day:"1",fractionalSecond:"0",hour:"0",minute:"0",month:"1",second:"0"}:TimezoneUtils._getParts(this.oDate,this.sTimezoneID),l=Object.assign({},i,l),a=TimezoneUtils._getDateFromParts(l),isNaN(a)?this.setTime(NaN):(r=a.getTime()+1e3*TimezoneUtils.calculateOffset(a,this.sTimezoneID),this.setTime(r))},UI5Date$1.prototype.clone=function(){return UI5Date$1.getInstance(this)},UI5Date$1.prototype.getDate=function(){return this._getPart("day")},UI5Date$1.prototype.getDay=function(){return this._getPart("weekday")},UI5Date$1.prototype.getFullYear=function(){return this._getPart("year")},UI5Date$1.prototype.getHours=function(){return this._getPart("hour")},UI5Date$1.prototype.getMilliseconds=function(){return this._getPart("fractionalSecond")},UI5Date$1.prototype.getMinutes=function(){return this._getPart("minute")},UI5Date$1.prototype.getMonth=function(){return this._getPart("month")},UI5Date$1.prototype.getSeconds=function(){return this._getPart("second")},UI5Date$1.prototype.getTimezoneOffset=function(){return TimezoneUtils.calculateOffset(this.oDate,this.sTimezoneID)/60},UI5Date$1.prototype.getYear=function(){return this._getPart("year")-1900},UI5Date$1.prototype.setDate=function(e){return this._setParts(["day"],arguments)},UI5Date$1.prototype.setFullYear=function(e,t,o){return this._setParts(["year","month","day"],arguments)},UI5Date$1.prototype.setHours=function(e,t,o,i){return this._setParts(["hour","minute","second","fractionalSecond"],arguments)},UI5Date$1.prototype.setMilliseconds=function(e){return this._setParts(["fractionalSecond"],arguments)},UI5Date$1.prototype.setMinutes=function(e,t,o){return this._setParts(["minute","second","fractionalSecond"],arguments)},UI5Date$1.prototype.setMonth=function(e,t){return this._setParts(["month","day"],arguments)},UI5Date$1.prototype.setSeconds=function(e,t){return this._setParts(["second","fractionalSecond"],arguments)},UI5Date$1.prototype.setTime=function(e){return this.oDateParts=void 0,this.oDate.setTime(e)},UI5Date$1.prototype.setYear=function(e){var t=parseInt(e);return t=t<0||t>99?t:t+1900,this._setParts(["year"],[t])},UI5Date$1.prototype.toDateString=function(){return isNaN(this.oDate)?this.oDate.toDateString():aWeekday[this.getDay()]+" "+aMonths[this.getMonth()]+" "+addLeadingZeros(this.getDate(),2)+" "+addLeadingZeros(this.getFullYear(),4)},UI5Date$1.prototype.toString=function(){return isNaN(this.oDate)?this.oDate.toString():this.toDateString()+" "+this.toTimeString()},UI5Date$1.prototype.toTimeString=function(){var e,t,o,i;return isNaN(this.oDate)?this.oDate.toTimeString():(o=(i=this.getTimezoneOffset())>0?"-":"+",e=Math.floor(Math.abs(i)/60),t=Math.abs(i)%60,addLeadingZeros(this.getHours(),2)+":"+addLeadingZeros(this.getMinutes(),2)+":"+addLeadingZeros(this.getSeconds(),2)+" GMT"+o+addLeadingZeros(e,2)+addLeadingZeros(t,2))},["getTime","getUTCDate","getUTCDay","getUTCFullYear","getUTCHours","getUTCMilliseconds","getUTCMinutes","getUTCMonth","getUTCSeconds","toGMTString","toISOString","toJSON","toUTCString","valueOf"].forEach((function(e){UI5Date$1.prototype[e]=function(){return this.oDate[e].apply(this.oDate,arguments)}})),["toLocaleDateString","toLocaleString","toLocaleTimeString"].forEach((function(e){UI5Date$1.prototype[e]=function(t,o){return this.oDate[e](t||Configuration.getLanguageTag(),Object.assign({timeZone:this.sTimezoneID},o))}})),["setUTCDate","setUTCFullYear","setUTCHours","setUTCMilliseconds","setUTCMinutes","setUTCMonth","setUTCSeconds"].forEach((function(e){UI5Date$1.prototype[e]=function(){return this.oDateParts=void 0,this.oDate[e].apply(this.oDate,arguments)}})),UI5Date$1._createDateInstance=function(e){return e[0]instanceof Date&&(e[0]=e[0].valueOf()),new(Function.prototype.bind.apply(Date,[].concat.apply([null],e)))},UI5Date$1.getInstance=function(){var e=Configuration.getTimezone();return e!==TimezoneUtils.getLocalTimezone()?new UI5Date$1(arguments,e):UI5Date$1._createDateInstance(arguments)},UI5Date$1.checkDate=function(e){if(isNaN(e.getTime()))throw new Error("The given Date is not valid");if(!(e instanceof UI5Date$1)&&Configuration.getTimezone()!==TimezoneUtils.getLocalTimezone())throw new Error("Configured time zone requires the parameter 'oDate' to be an instance of sap.ui.core.date.UI5Date")};var mRegistry=new Map,_Calendars={get:function(e){if(!mRegistry.has(e))throw new Error("Required calendar type: "+e+" not loaded.");return mRegistry.get(e)},set:function(e,t){mRegistry.set(e,t)}},UniversalDate$1=BaseObject.extend("sap.ui.core.date.UniversalDate",{constructor:function(){var e=UniversalDate$1.getClass();return this.createDate(e,arguments)}});UniversalDate$1.UTC=function(){var e=UniversalDate$1.getClass();return e.UTC.apply(e,arguments)},UniversalDate$1.now=function(){return Date.now()},UniversalDate$1.prototype.createDate=function(e,t){if(e===Date)return UI5Date$1.getInstance.apply(null,t);switch(t.length){case 0:return new e;case 1:return new e(t[0]instanceof Date?t[0].getTime():t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}},UniversalDate$1.getInstance=function(e,t){var o,i;if(e instanceof UniversalDate$1&&(e=e.getJSDate()),e&&isNaN(e.getTime()))throw new Error("The given date object is invalid");return t||(t=Configuration.getCalendarType()),o=UniversalDate$1.getClass(t),(i=Object.create(o.prototype)).oDate=e?UI5Date$1.getInstance(e):UI5Date$1.getInstance(),i.sCalendarType=t,i},UniversalDate$1.getClass=function(e){return e||(e=Configuration.getCalendarType()),_Calendars.get(e)},["getDate","getMonth","getFullYear","getYear","getDay","getHours","getMinutes","getSeconds","getMilliseconds","getUTCDate","getUTCMonth","getUTCFullYear","getUTCDay","getUTCHours","getUTCMinutes","getUTCSeconds","getUTCMilliseconds","getTime","valueOf","getTimezoneOffset","toString","toDateString","setDate","setFullYear","setYear","setMonth","setHours","setMinutes","setSeconds","setMilliseconds","setUTCDate","setUTCFullYear","setUTCMonth","setUTCHours","setUTCMinutes","setUTCSeconds","setUTCMilliseconds"].forEach((function(e){UniversalDate$1.prototype[e]=function(){return this.oDate[e].apply(this.oDate,arguments)}})),UniversalDate$1.prototype.getJSDate=function(){return this.oDate},UniversalDate$1.prototype.getCalendarType=function(){return this.sCalendarType},UniversalDate$1.prototype.getEra=function(){return UniversalDate$1.getEraByDate(this.sCalendarType,this.oDate.getFullYear(),this.oDate.getMonth(),this.oDate.getDate())},UniversalDate$1.prototype.setEra=function(e){},UniversalDate$1.prototype.getUTCEra=function(){return UniversalDate$1.getEraByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.oDate.getUTCMonth(),this.oDate.getUTCDate())},UniversalDate$1.prototype.setUTCEra=function(e){},UniversalDate$1.prototype.getWeek=function(e,t){return UniversalDate$1.getWeekByDate(this.sCalendarType,this.getFullYear(),this.getMonth(),this.getDate(),e,t)},UniversalDate$1.prototype.setWeek=function(e,t,o){var i=UniversalDate$1.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week,t,o);this.setFullYear(i.year,i.month,i.day)},UniversalDate$1.prototype.getUTCWeek=function(e,t){return UniversalDate$1.getWeekByDate(this.sCalendarType,this.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate(),e,t)},UniversalDate$1.prototype.setUTCWeek=function(e,t,o){var i=UniversalDate$1.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week,t,o);this.setUTCFullYear(i.year,i.month,i.day)},UniversalDate$1.prototype.getQuarter=function(){return Math.floor(this.getMonth()/3)},UniversalDate$1.prototype.getUTCQuarter=function(){return Math.floor(this.getUTCMonth()/3)},UniversalDate$1.prototype.getDayPeriod=function(){return this.getHours()<12?0:1},UniversalDate$1.prototype.getUTCDayPeriod=function(){return this.getUTCHours()<12?0:1},UniversalDate$1.prototype.getTimezoneShort=function(){if(this.oDate.getTimezoneShort)return this.oDate.getTimezoneShort()},UniversalDate$1.prototype.getTimezoneLong=function(){if(this.oDate.getTimezoneLong)return this.oDate.getTimezoneLong()};var iMillisecondsInWeek=6048e5;function isSplitWeek(e,t){var o=LocaleData$1.getInstance(t);return(e===CalendarWeekNumbering.Default||e===CalendarWeekNumbering.WesternTraditional)&&o.firstDayStartsFirstWeek()}function checkWeekConfig(e){if("object"==typeof e){if("number"!=typeof e.firstDayOfWeek||"number"!=typeof e.minimalDaysInFirstWeek)throw new TypeError("Week config requires firstDayOfWeek and minimalDaysInFirstWeek to be set")}else if(!Object.values(CalendarWeekNumbering).includes(e))throw new TypeError("Illegal format option calendarWeekNumbering: '"+e+"'")}function resolveCalendarWeekConfiguration(e,t){return"object"==typeof e&&"number"==typeof e.firstDayOfWeek&&"number"==typeof e.minimalDaysInFirstWeek?e:CalendarUtils.getWeekConfigurationValues(e,t)}function getFirstDayOfFirstWeek(e,t,o,i){var a=resolveCalendarWeekConfiguration(i,o=o||Configuration.getFormatSettings().getFormatLocale()),r=a.minimalDaysInFirstWeek,n=a.firstDayOfWeek,s=new e(e.UTC(t,0,1)),l=7;if(isNaN(s.getTime()))throw new Error("Could not determine the first day of the week, because the date object is invalid");for(;s.getUTCDay()!==n;)s.setUTCDate(s.getUTCDate()-1),l--;return l<r&&s.setUTCDate(s.getUTCDate()+7),s}function calculateWeeks(e,t){return Math.floor((t.valueOf()-e.valueOf())/iMillisecondsInWeek)}UniversalDate$1.getWeekByDate=function(e,t,o,i,a,r){checkWeekConfig(r=r||Configuration.getCalendarWeekNumbering()),a=a||Configuration.getFormatSettings().getFormatLocale();var n,s,l,c,d=this.getClass(e),_=getFirstDayOfFirstWeek(d,t,a,r),u=new d(d.UTC(t,o,i));return isSplitWeek(r,a)?n=calculateWeeks(_,u):(l=t+1,c=getFirstDayOfFirstWeek(d,s=t-1,a,r),u>=getFirstDayOfFirstWeek(d,l,a,r)?(t=l,n=0):u<_?(t=s,n=calculateWeeks(c,u)):n=calculateWeeks(_,u)),{year:t,week:n}},UniversalDate$1.getFirstDateOfWeek=function(e,t,o,i,a){checkWeekConfig(a=a||Configuration.getCalendarWeekNumbering()),i=i||Configuration.getFormatSettings().getFormatLocale();var r=this.getClass(e),n=getFirstDayOfFirstWeek(r,t,i,a),s=new r(n.valueOf()+o*iMillisecondsInWeek);return isSplitWeek(a,i)&&0===o&&n.getUTCFullYear()<t?{year:t,month:0,day:1}:{year:s.getUTCFullYear(),month:s.getUTCMonth(),day:s.getUTCDate()}};var mEras={};function getEras(e){var t=Configuration.getFormatSettings().getFormatLocale(),o=LocaleData$1.getInstance(t);if(!(i=mEras[e])){var i;(i=o.getEraDates(e))[0]||(i[0]={_start:"1-1-1"});for(var a=0;a<i.length;a++){var r=i[a];r&&(r._start&&(r._startInfo=parseDateString(r._start)),r._end&&(r._endInfo=parseDateString(r._end)))}mEras[e]=i}return i}function parseDateString(e){var t,o,i,a=e.split("-");return""==a[0]?(t=-parseInt(a[1]),o=parseInt(a[2])-1,i=parseInt(a[3])):(t=parseInt(a[0]),o=parseInt(a[1])-1,i=parseInt(a[2])),{timestamp:new Date(0).setUTCFullYear(t,o,i),year:t,month:o,day:i}}
134
+ /*!
135
+ * OpenUI5
136
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
137
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
138
+ */UniversalDate$1.getEraByDate=function(e,t,o,i){for(var a,r=getEras(e),n=new Date(0).setUTCFullYear(t,o,i),s=r.length-1;s>=0;s--)if(a=r[s]){if(a._start&&n>=a._startInfo.timestamp)return s;if(a._end&&n<a._endInfo.timestamp)return s}},UniversalDate$1.getCurrentEra=function(e){var t=UI5Date$1.getInstance();return this.getEraByDate(e,t.getFullYear(),t.getMonth(),t.getDate())},UniversalDate$1.getEraStartDate=function(e,t){var o=getEras(e),i=o[t]||o[0];if(i._start)return i._startInfo};var DateFormat$1=function(){throw new Error},mDateFormatTypes={DATE:"date",TIME:"time",DATETIME:"datetime",DATETIME_WITH_TIMEZONE:"datetimeWithTimezone"},mCldrDatePattern={},checkTimezoneParameterType=function(e){if("string"!=typeof e&&!(e instanceof String)&&null!=e)throw new TypeError("The given timezone must be a string.")};DateFormat$1.oDateInfo={type:mDateFormatTypes.DATE,oDefaultFormatOptions:{style:"medium",relativeScale:"day",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"yyyy-MM-dd"},{pattern:"yyyyMMdd",strictParsing:!0}],bShortFallbackFormatOptions:!0,bPatternFallbackWithoutDelimiter:!0,getPattern:function(e,t,o){return e.getDatePattern(t,o)},oRequiredParts:{text:!0,year:!0,weekYear:!0,month:!0,day:!0},aRelativeScales:["year","month","week","day"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["Era","FullYear","Quarter","Month","Week","Date"]},DateFormat$1.oDateTimeInfo={type:mDateFormatTypes.DATETIME,oDefaultFormatOptions:{style:"medium",relativeScale:"auto",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"yyyy-MM-dd'T'HH:mm:ss"},{pattern:"yyyyMMdd HHmmss"}],getPattern:function(e,t,o){var i=t.indexOf("/");return i>0?e.getCombinedDateTimePattern(t.substr(0,i),t.substr(i+1),o):e.getCombinedDateTimePattern(t,t,o)},oRequiredParts:{text:!0,year:!0,weekYear:!0,month:!0,day:!0,hour0_23:!0,hour1_24:!0,hour0_11:!0,hour1_12:!0},aRelativeScales:["year","month","week","day","hour","minute","second"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["Era","FullYear","Quarter","Month","Week","Date","DayPeriod","Hours","Minutes","Seconds"]},DateFormat$1._getDateTimeWithTimezoneInfo=function(e){var t=void 0===e.showDate||e.showDate,o=void 0===e.showTime||e.showTime,i=void 0===e.showTimezone||e.showTimezone,a=DateFormat$1.oDateTimeInfo;return t&&!o?a=DateFormat$1.oDateInfo:!t&&o&&(a=DateFormat$1.oTimeInfo),Object.assign({},a,{type:mDateFormatTypes.DATETIME_WITH_TIMEZONE,getTimezonePattern:function(e){return t||o||!i?i?e+" VV":e:"VV"},getPattern:function(e,r,n){if(!t&&!o&&i)return"VV";if(!i)return a.getPattern(e,r,n);var s=a.getPattern(e,r,n);return e.applyTimezonePattern(s)}})},DateFormat$1.oTimeInfo={type:mDateFormatTypes.TIME,oDefaultFormatOptions:{style:"medium",relativeScale:"auto",relativeStyle:"wide"},aFallbackFormatOptions:[{style:"short"},{style:"medium"},{pattern:"HH:mm:ss"},{pattern:"HHmmss"}],getPattern:function(e,t,o){return e.getTimePattern(t,o)},oRequiredParts:{text:!0,hour0_23:!0,hour1_24:!0,hour0_11:!0,hour1_12:!0},aRelativeScales:["hour","minute","second"],aRelativeParseScales:["year","quarter","month","week","day","hour","minute","second"],aIntervalCompareFields:["DayPeriod","Hours","Minutes","Seconds"]},DateFormat$1.getInstance=function(e,t){return this.getDateInstance(e,t)},DateFormat$1.getDateInstance=function(e,t){return this.createInstance(e,t,this.oDateInfo)},DateFormat$1.getDateTimeInstance=function(e,t){return this.createInstance(e,t,this.oDateTimeInfo)},DateFormat$1.getDateTimeWithTimezoneInstance=function(e,t){if(e&&!(e instanceof Locale2)&&(function(){if("string"==typeof(e=Object.assign({},e)).showTimezone){var t=e.showTimezone;void 0===e.showDate&&void 0===e.showTime&&("Hide"===t?e.showTimezone=!1:"Only"===t&&(e.showDate=!1,e.showTime=!1)),e.showTimezone="Hide"!==t}}(),!1===e.showDate&&!1===e.showTime&&!1===e.showTimezone))throw new TypeError("Invalid Configuration. One of the following format options must be true: showDate, showTime or showTimezone.");return this.createInstance(e,t,DateFormat$1._getDateTimeWithTimezoneInfo(e||{}))},DateFormat$1.getTimeInstance=function(e,t){return this.createInstance(e,t,this.oTimeInfo)},DateFormat$1.createInstance=function(e,t,o,i){var a,r,n;if(r=Object.create(this.prototype),e instanceof Locale2&&(t=e,e=void 0),t||(t=Configuration.getFormatSettings().getFormatLocale()),r.oLocale=t,r.oLocaleData=LocaleData$1.getInstance(t),r.oFormatOptions=fnExtend({},o.oDefaultFormatOptions,e),o.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE?(r.oFormatOptions.interval=!1,r.oFormatOptions.singleIntervalValue=!1,r.oFormatOptions.UTC=!1):(r.oFormatOptions.showTimezone=void 0,r.oFormatOptions.showDate=void 0,r.oFormatOptions.showTime=void 0),r.type=o.type,r.oFormatOptions.calendarType||(r.oFormatOptions.calendarType=Configuration.getCalendarType()),void 0===r.oFormatOptions.firstDayOfWeek&&void 0!==r.oFormatOptions.minimalDaysInFirstWeek||void 0!==r.oFormatOptions.firstDayOfWeek&&void 0===r.oFormatOptions.minimalDaysInFirstWeek)throw new TypeError("Format options firstDayOfWeek and minimalDaysInFirstWeek need both to be set, but only one was provided.");if(r.oFormatOptions.calendarWeekNumbering&&!Object.values(CalendarWeekNumbering).includes(r.oFormatOptions.calendarWeekNumbering))throw new TypeError("Illegal format option calendarWeekNumbering: '"+r.oFormatOptions.calendarWeekNumbering+"'");if(r.oFormatOptions.pattern||(r.oFormatOptions.format?r.oFormatOptions.pattern=r.oLocaleData.getCustomDateTimePattern(r.oFormatOptions.format,r.oFormatOptions.calendarType):r.oFormatOptions.pattern=o.getPattern(r.oLocaleData,r.oFormatOptions.style,r.oFormatOptions.calendarType)),r.oFormatOptions.interval){var s,l=r.oFormatOptions.intervalDelimiter;r.oFormatOptions.format?(r.intervalPatterns=r.oLocaleData.getCustomIntervalPattern(r.oFormatOptions.format,null,r.oFormatOptions.calendarType),"string"==typeof r.intervalPatterns&&(r.intervalPatterns=[r.intervalPatterns]),s=r.oLocaleData.getCustomDateTimePattern(r.oFormatOptions.format,r.oFormatOptions.calendarType),r.intervalPatterns.push(s)):(s=r.oFormatOptions.pattern,r.intervalPatterns=[r.oLocaleData.getCombinedIntervalPattern(r.oFormatOptions.pattern,r.oFormatOptions.calendarType),r.oFormatOptions.pattern]),r.intervalPatterns.push(r.oFormatOptions.pattern+" - "+r.oFormatOptions.pattern),l&&(l="'"+(l=l.replace(/'/g,"''"))+"'",r.intervalPatterns.unshift(s+l+s)),r.intervalPatterns=Array.from(new Set(r.intervalPatterns))}return i||(a=o.aFallbackFormatOptions,o.bShortFallbackFormatOptions&&(n=o.getPattern(r.oLocaleData,"short"),a=a.concat(DateFormat$1._createFallbackOptionsWithoutDelimiter(n))),r.oFormatOptions.pattern&&o.bPatternFallbackWithoutDelimiter&&(a=DateFormat$1._createFallbackOptionsWithoutDelimiter(r.oFormatOptions.pattern).concat(a)),a=a.reduce((function(e,t){var o=Object.keys(t);return e.some((function(e){return Object.keys(e).length===o.length&&o.every((function(o){return e[o]===t[o]}))}))||e.push(t),e}),[]),r.aFallbackFormats=DateFormat$1._createFallbackFormat(a,r.oFormatOptions.calendarType,t,o,r.oFormatOptions)),r.oRequiredParts=o.oRequiredParts,r.aRelativeScales=o.aRelativeScales,r.aRelativeParseScales=o.aRelativeParseScales,r.aIntervalCompareFields=o.aIntervalCompareFields,r.init(),r},DateFormat$1.prototype.init=function(){var e=this.oFormatOptions.calendarType;this.aMonthsAbbrev=this.oLocaleData._getMonthsWithAlternatives("abbreviated",e),this.aMonthsWide=this.oLocaleData.getMonths("wide",e),this.aMonthsNarrow=this.oLocaleData.getMonths("narrow",e),this.aMonthsAbbrevSt=this.oLocaleData._getMonthsStandAloneWithAlternatives("abbreviated",e),this.aMonthsWideSt=this.oLocaleData.getMonthsStandAlone("wide",e),this.aMonthsNarrowSt=this.oLocaleData.getMonthsStandAlone("narrow",e),this.aDaysAbbrev=this.oLocaleData.getDays("abbreviated",e),this.aDaysWide=this.oLocaleData.getDays("wide",e),this.aDaysNarrow=this.oLocaleData.getDays("narrow",e),this.aDaysShort=this.oLocaleData.getDays("short",e),this.aDaysAbbrevSt=this.oLocaleData.getDaysStandAlone("abbreviated",e),this.aDaysWideSt=this.oLocaleData.getDaysStandAlone("wide",e),this.aDaysNarrowSt=this.oLocaleData.getDaysStandAlone("narrow",e),this.aDaysShortSt=this.oLocaleData.getDaysStandAlone("short",e),this.aQuartersAbbrev=this.oLocaleData.getQuarters("abbreviated",e),this.aQuartersWide=this.oLocaleData.getQuarters("wide",e),this.aQuartersNarrow=this.oLocaleData.getQuarters("narrow",e),this.aQuartersAbbrevSt=this.oLocaleData.getQuartersStandAlone("abbreviated",e),this.aQuartersWideSt=this.oLocaleData.getQuartersStandAlone("wide",e),this.aQuartersNarrowSt=this.oLocaleData.getQuartersStandAlone("narrow",e),this.aErasNarrow=this.oLocaleData.getEras("narrow",e),this.aErasAbbrev=this.oLocaleData.getEras("abbreviated",e),this.aErasWide=this.oLocaleData.getEras("wide",e),this.aDayPeriodsAbbrev=this.oLocaleData.getDayPeriods("abbreviated",e),this.aDayPeriodsNarrow=this.oLocaleData.getDayPeriods("narrow",e),this.aDayPeriodsWide=this.oLocaleData.getDayPeriods("wide",e),this.oFlexibleDayPeriodsAbbrev=this.oLocaleData.getFlexibleDayPeriods("abbreviated",e),this.oFlexibleDayPeriodsNarrow=this.oLocaleData.getFlexibleDayPeriods("narrow",e),this.oFlexibleDayPeriodsWide=this.oLocaleData.getFlexibleDayPeriods("wide",e),this.oFlexibleDayPeriodsAbbrevSt=this.oLocaleData.getFlexibleDayPeriodsStandAlone("abbreviated",e),this.oFlexibleDayPeriodsNarrowSt=this.oLocaleData.getFlexibleDayPeriodsStandAlone("narrow",e),this.oFlexibleDayPeriodsWideSt=this.oLocaleData.getFlexibleDayPeriodsStandAlone("wide",e),this.aFormatArray=this.parseCldrDatePattern(this.oFormatOptions.pattern),this.sAllowedCharacters=this.getAllowedCharacters(this.aFormatArray)},DateFormat$1._createFallbackFormat=function(e,t,o,i,a){return e.map((function(e){var r=Object.assign({},e);return r.showDate=a.showDate,r.showTime=a.showTime,r.showTimezone=a.showTimezone,"function"==typeof i.getTimezonePattern&&r.pattern&&(r.pattern=i.getTimezonePattern(r.pattern)),a.interval&&(r.interval=!0),r.calendarType=t,DateFormat$1.createInstance(r,o,i,!0)}))},DateFormat$1._createFallbackOptionsWithoutDelimiter=function(e){var t=/d+/g,o="dd",i=/M+/g,a="MM",r={regex:/[yU]+/g,replace:["yyyy","yy"]};return e=(e=(e=e.replace(/[^dMyGU]/g,"")).replace(t,o)).replace(i,a),r.replace.map((function(t){return{pattern:e.replace(r.regex,t),strictParsing:!0}}))};var oParseHelper={isNumber:function(e){return e>=48&&e<=57},findNumbers:function(e,t){for(var o=0;o<t&&this.isNumber(e.charCodeAt(o));)o++;return e.substr(0,o)},startsWithIgnoreCase:function(e,t,o){if(e.startsWith(t))return!0;try{var i=t.toLocaleUpperCase(o),a=e.toLocaleUpperCase(o);return i.length===t.length&&a.length===e.length&&a.startsWith(i)}catch(e){return!1}},findEntry:function(e,t,o){let i=-1,a=0;return t.forEach(((t,r)=>{(Array.isArray(t)?t:[t]).forEach((t=>{t.length>a&&this.startsWithIgnoreCase(e,t,o)&&(i=r,a=t.length)}))})),{index:i,length:a}},parseTZ:function(e,t){var o,i=0,a="+"===e.charAt(0)?-1:1;if("Z"===e[0])return{length:1,tzDiff:0};i++,o=this.findNumbers(e.substr(i),2);var r=parseInt(o);i+=2,t&&i++;var n=0;return(o=this.findNumbers(e.substr(i),2))&&(i+=2,n=parseInt(o)),{length:i,tzDiff:60*(n+60*r)*a}},checkValid:function(e,t,o){return!(e in o.oRequiredParts)||!t}};DateFormat$1._oParseHelper=oParseHelper,DateFormat$1._createPatternSymbol=function(e){var t="function"==typeof e.isNumeric&&e.isNumeric||function(){return e.isNumeric||!1};return{name:e.name,format:e.format||function(){return""},parse:e.parse||function(){return{}},isNumeric:t}},DateFormat$1.prototype.oSymbols={"":DateFormat$1._createPatternSymbol({name:"text",format:function(e,t){return e.value},parse:function(e,t,o,i){var a,r=!0,n=0,s=0,l="-~‐‑‒–—﹘﹣-~";const c=DateFormat$1._normalize(t.value);for(;s<c.length;s++){if(" "===(a=c.charAt(s)))for(;" "===e.charAt(n);)n++;else l.includes(a)?(l.includes(e.charAt(n))||(r=!1),n++):(e.charAt(n)!==a&&(r=!1),n++);if(!r)break}if(r)return{length:n};var d=!1;return i.index<i.formatArray.length-1&&(d=i.formatArray[i.index+1].type in o.oRequiredParts),{valid:oParseHelper.checkValid(t.type,d,o)}}}),G:DateFormat$1._createPatternSymbol({name:"era",format:function(e,t,o,i){var a=t.getUTCEra();return e.digits<=3?i.aErasAbbrev[a]:4===e.digits?i.aErasWide[a]:i.aErasNarrow[a]},parse:function(e,t,o,i){for(var a=[o.aErasWide,o.aErasAbbrev,o.aErasNarrow],r=0;r<a.length;r++){var n=a[r],s=oParseHelper.findEntry(e,n,o.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{era:s.index,length:s.length}}return{era:o.aErasWide.length-1,valid:oParseHelper.checkValid(t.type,!0,o)}}}),y:DateFormat$1._createPatternSymbol({name:"year",format:function(e,t,o,i){var a=t.getUTCFullYear(),r=String(a),n=i.oFormatOptions.calendarType;return 2===e.digits&&r.length>2&&(r=r.substr(r.length-2)),n!==CalendarType$2.Japanese&&1===e.digits&&a<100&&(r=r.padStart(4,"0")),r.padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s=o.oFormatOptions.calendarType;a=1===t.digits?4:2===t.digits?2:t.digits,n=""===(r=oParseHelper.findNumbers(e,a))||i.exactLength&&r.length!==a;var l=parseInt(r);if(s!==CalendarType$2.Japanese&&r.length<=2){var c=UniversalDate$1.getInstance(UI5Date$1.getInstance(),s).getUTCFullYear(),d=Math.floor(c/100),_=100*d+l-c;l+=_<-70?100*(d+1):_<30?100*d:100*(d-1)}return{length:r.length,valid:oParseHelper.checkValid(t.type,n,o),year:l}},isNumeric:!0}),Y:DateFormat$1._createPatternSymbol({name:"weekYear",format:function(e,t,o,i){var a=t.getUTCWeek(i.oLocale,getCalendarWeekParameter(i.oFormatOptions)).year,r=String(a),n=i.oFormatOptions.calendarType;return 2===e.digits&&r.length>2&&(r=r.substr(r.length-2)),n!==CalendarType$2.Japanese&&1===e.digits&&a<100&&(r=r.padStart(4,"0")),r.padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s=o.oFormatOptions.calendarType;a=1===t.digits?4:2===t.digits?2:t.digits,n=""===(r=oParseHelper.findNumbers(e,a))||i.exactLength&&r.length!==a;var l=parseInt(r),c=l;if(s!==CalendarType$2.Japanese&&r.length<=2){var d=UniversalDate$1.getInstance(UI5Date$1.getInstance(),s).getUTCFullYear(),_=Math.floor(d/100),u=100*_+c-d;c+=u<-70?100*(_+1):u<30?100*_:100*(_-1)}return{length:r.length,valid:oParseHelper.checkValid(t.type,n,o),year:l,weekYear:c}},isNumeric:!0}),M:DateFormat$1._createPatternSymbol({name:"month",format:function(e,t,o,i){var a=t.getUTCMonth();if(3===e.digits){const e=i.aMonthsAbbrev[a];return Array.isArray(e)?e[0]:e}return 4===e.digits?i.aMonthsWide[a]:e.digits>4?i.aMonthsNarrow[a]:String(a+1).padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s,l=[o.aMonthsWide,o.aMonthsWideSt,o.aMonthsAbbrev,o.aMonthsAbbrevSt,o.aMonthsNarrow,o.aMonthsNarrowSt];if(t.digits<3)n=""===(r=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||i.exactLength&&r.length<2,s=oParseHelper.checkValid(t.type,n,o),a=parseInt(r)-1,i.strict&&(a>11||a<0)&&(s=!1);else{for(var c=0;c<l.length;c++){var d=l[c],_=oParseHelper.findEntry(e,d,o.oLocaleData.sCLDRLocaleId);if(-1!==_.index)return{month:_.index,length:_.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{month:a,length:r?r.length:0,valid:s}},isNumeric:function(e){return e<3}}),L:DateFormat$1._createPatternSymbol({name:"monthStandalone",format:function(e,t,o,i){var a=t.getUTCMonth();if(3===e.digits){const e=i.aMonthsAbbrevSt[a];return Array.isArray(e)?e[0]:e}return 4===e.digits?i.aMonthsWideSt[a]:e.digits>4?i.aMonthsNarrowSt[a]:String(a+1).padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s,l=[o.aMonthsWide,o.aMonthsWideSt,o.aMonthsAbbrev,o.aMonthsAbbrevSt,o.aMonthsNarrow,o.aMonthsNarrowSt];if(t.digits<3)n=""===(r=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||i.exactLength&&r.length<2,s=oParseHelper.checkValid(t.type,n,o),a=parseInt(r)-1,i.strict&&(a>11||a<0)&&(s=!1);else{for(var c=0;c<l.length;c++){var d=l[c],_=oParseHelper.findEntry(e,d,o.oLocaleData.sCLDRLocaleId);if(-1!==_.index)return{month:_.index,length:_.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{month:a,length:r?r.length:0,valid:s}},isNumeric:function(e){return e<3}}),w:DateFormat$1._createPatternSymbol({name:"weekInYear",format:function(e,t,o,i){var a=t.getUTCWeek(i.oLocale,getCalendarWeekParameter(i.oFormatOptions)).week,r=String(a+1);return r=e.digits<3?r.padStart(e.digits,"0"):i.oLocaleData.getCalendarWeek(3===e.digits?"narrow":"wide",r.padStart(2,"0"))},parse:function(e,t,o,i){var a,r,n,s,l=0;if(t.digits<3)l=(a=oParseHelper.findNumbers(e,2)).length,s=parseInt(a)-1,r=!a||i.exactLength&&l<2,n=oParseHelper.checkValid(t.type,r,o);else{a=(a=o.oLocaleData.getCalendarWeek(3===t.digits?"narrow":"wide")).replace("{0}","([0-9]+)");var c=new RegExp(a).exec(e);c?(l=c[0].length,s=parseInt(c[c.length-1])-1):n=oParseHelper.checkValid(t.type,!0,o)}return{length:l,valid:n,week:s}},isNumeric:function(e){return e<3}}),W:DateFormat$1._createPatternSymbol({name:"weekInMonth"}),D:DateFormat$1._createPatternSymbol({name:"dayInYear"}),d:DateFormat$1._createPatternSymbol({name:"day",format:function(e,t){var o=t.getUTCDate();return String(o).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=""===a||i.exactLength&&a.length<2,n=oParseHelper.checkValid(t.type,r,o),s=parseInt(a);return i.strict&&(s>31||s<1)&&(n=!1),{day:s,length:a.length,valid:n}},isNumeric:!0}),Q:DateFormat$1._createPatternSymbol({name:"quarter",format:function(e,t,o,i){var a=t.getUTCQuarter();return 3===e.digits?i.aQuartersAbbrev[a]:4===e.digits?i.aQuartersWide[a]:e.digits>4?i.aQuartersNarrow[a]:String(a+1).padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s,l=[o.aQuartersWide,o.aQuartersWideSt,o.aQuartersAbbrev,o.aQuartersAbbrevSt,o.aQuartersNarrow,o.aQuartersNarrowSt];if(t.digits<3)r=""===(a=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,r,o),n=parseInt(a)-1,i.strict&&n>3&&(s=!1);else{for(var c=0;c<l.length;c++){var d=l[c],_=oParseHelper.findEntry(e,d,o.oLocaleData.sCLDRLocaleId);if(-1!==_.index)return{quarter:_.index,length:_.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{length:a?a.length:0,quarter:n,valid:s}},isNumeric:function(e){return e<3}}),q:DateFormat$1._createPatternSymbol({name:"quarterStandalone",format:function(e,t,o,i){var a=t.getUTCQuarter();return 3===e.digits?i.aQuartersAbbrevSt[a]:4===e.digits?i.aQuartersWideSt[a]:e.digits>4?i.aQuartersNarrowSt[a]:String(a+1).padStart(e.digits,"0")},parse:function(e,t,o,i){var a,r,n,s,l=[o.aQuartersWide,o.aQuartersWideSt,o.aQuartersAbbrev,o.aQuartersAbbrevSt,o.aQuartersNarrow,o.aQuartersNarrowSt];if(t.digits<3)r=""===(a=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,r,o),n=parseInt(a)-1,i.strict&&n>3&&(s=!1);else{for(var c=0;c<l.length;c++){var d=l[c],_=oParseHelper.findEntry(e,d,o.oLocaleData.sCLDRLocaleId);if(-1!==_.index)return{quarter:_.index,length:_.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{length:a?a.length:0,quarter:n,valid:s}},isNumeric:function(e){return e<3}}),F:DateFormat$1._createPatternSymbol({name:"dayOfWeekInMonth"}),E:DateFormat$1._createPatternSymbol({name:"dayNameInWeek",format:function(e,t,o,i){var a=t.getUTCDay();return e.digits<4?i.aDaysAbbrev[a]:4===e.digits?i.aDaysWide[a]:5===e.digits?i.aDaysNarrow[a]:i.aDaysShort[a]},parse:function(e,t,o,i){for(var a=[o.aDaysWide,o.aDaysWideSt,o.aDaysAbbrev,o.aDaysAbbrevSt,o.aDaysShort,o.aDaysShortSt,o.aDaysNarrow,o.aDaysNarrowSt],r=0;r<a.length;r++){var n=a[r],s=oParseHelper.findEntry(e,n,o.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{dayOfWeek:s.index,length:s.length}}}}),c:DateFormat$1._createPatternSymbol({name:"dayNameInWeekStandalone",format:function(e,t,o,i){var a=t.getUTCDay();return e.digits<4?i.aDaysAbbrevSt[a]:4===e.digits?i.aDaysWideSt[a]:5===e.digits?i.aDaysNarrowSt[a]:i.aDaysShortSt[a]},parse:function(e,t,o,i){for(var a=[o.aDaysWide,o.aDaysWideSt,o.aDaysAbbrev,o.aDaysAbbrevSt,o.aDaysShort,o.aDaysShortSt,o.aDaysNarrow,o.aDaysNarrowSt],r=0;r<a.length;r++){var n=a[r],s=oParseHelper.findEntry(e,n,o.oLocaleData.sCLDRLocaleId);if(-1!==s.index)return{day:s.index,length:s.length}}}}),u:DateFormat$1._createPatternSymbol({name:"dayNumberOfWeek",format:function(e,t,o,i){var a=t.getUTCDay();return i._adaptDayOfWeek(a)},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,t.digits),r=i.exactLength&&a.length!==t.digits;return{dayNumberOfWeek:parseInt(a),length:a.length,valid:oParseHelper.checkValid(t.type,r,o)}},isNumeric:!0}),a:DateFormat$1._createPatternSymbol({name:"amPmMarker",format:function(e,t,o,i){var a=t.getUTCDayPeriod();return e.digits<=3?i.aDayPeriodsAbbrev[a]:4===e.digits?i.aDayPeriodsWide[a]:i.aDayPeriodsNarrow[a]},parse:function(e,t,o,i,a){var r,n,s,l,c,d,_=[o.aDayPeriodsWide,o.aDayPeriodsAbbrev,o.aDayPeriodsNarrow];function u(e){return e.replace(/[\x20\xA0]/g,"").replace(/\./g,"")}for(r=/[aApP](?:\.)?[\x20\xA0]?[mM](?:\.)?/,(n=(c=e.match(r))&&0===c.index)&&(e=u(e)),l=0;l<_.length;l+=1)if(d=_[l].map((e=>DateFormat$1._normalize(e))),n&&(d=d.map(u)),-1!==(s=oParseHelper.findEntry(e,d,o.oLocaleData.sCLDRLocaleId)).index)return{pm:1===s.index,length:n?c[0].length:s.length};return{valid:!1}}}),B:DateFormat$1._createPatternSymbol({name:"flexibleDayPeriod",format:function(e,t,o,i){var a=i.aFormatArray.some((function(e){return"hHKk".includes(e.symbol)})),r=i.oLocaleData.getFlexibleDayPeriodOfTime(t.getUTCHours(),t.getUTCMinutes());return a?e.digits<=3?i.oFlexibleDayPeriodsAbbrev[r]:4===e.digits?i.oFlexibleDayPeriodsWide[r]:i.oFlexibleDayPeriodsNarrow[r]:e.digits<=3?i.oFlexibleDayPeriodsAbbrevSt[r]:4===e.digits?i.oFlexibleDayPeriodsWideSt[r]:i.oFlexibleDayPeriodsNarrowSt[r]},parse:function(e,t,o,i){var a,r,n,s=o.aFormatArray.some((function(e){return"hHKk".includes(e.symbol)})),l=[o.oFlexibleDayPeriodsWide,o.oFlexibleDayPeriodsAbbrev,o.oFlexibleDayPeriodsNarrow];if(s)for(a=0;a<l.length;a++)if(n=l[a],-1!==(r=oParseHelper.findEntry(e,Object.values(n),o.oLocaleData.sCLDRLocaleId)).index)return{flexDayPeriod:Object.keys(n)[r.index],length:r.length};return{valid:!1}}}),H:DateFormat$1._createPatternSymbol({name:"hour0_23",format:function(e,t){var o=t.getUTCHours();return String(o).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(a),n=""===a||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,n,o);return i.strict&&r>23&&(s=!1),{hour:r,length:a.length,valid:s}},isNumeric:!0}),k:DateFormat$1._createPatternSymbol({name:"hour1_24",format:function(e,t){var o=t.getUTCHours();return(0===o?"24":String(o)).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(a),n=""===a||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,n,o);return 24===r&&(r=0),i.strict&&r>23&&(s=!1),{hour:r,length:a.length,valid:s}},isNumeric:!0}),K:DateFormat$1._createPatternSymbol({name:"hour0_11",format:function(e,t){var o=t.getUTCHours();return String(o>11?o-12:o).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(a),n=""===a||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,n,o);return i.strict&&r>11&&(s=!1),{hour:r,length:a.length,valid:s}},isNumeric:!0}),h:DateFormat$1._createPatternSymbol({name:"hour1_12",format:function(e,t){var o=t.getUTCHours();return(o>12?String(o-12):0===o?"12":String(o)).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=i.dateValue.pm,r=oParseHelper.findNumbers(e,Math.max(t.digits,2)),n=parseInt(r),s=""===r||i.exactLength&&r.length<2,l=oParseHelper.checkValid(t.type,s,o);return 12===n&&(n=0,a=void 0===a||a),i.strict&&n>11&&(l=!1),{hour:n,length:r.length,pm:a,valid:l}},isNumeric:!0}),m:DateFormat$1._createPatternSymbol({name:"minute",format:function(e,t){var o=t.getUTCMinutes();return String(o).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(a),n=""===a||i.exactLength&&a.length<2,s=oParseHelper.checkValid(t.type,n,o);return i.strict&&r>59&&(s=!1),{length:a.length,minute:r,valid:s}},isNumeric:!0}),s:DateFormat$1._createPatternSymbol({name:"second",format:function(e,t){var o=t.getUTCSeconds();return String(o).padStart(e.digits,"0")},parse:function(e,t,o,i){var a=Math.max(t.digits,2),r=oParseHelper.findNumbers(e,a),n=""===r||i.exactLength&&r.length<a,s=parseInt(r),l=oParseHelper.checkValid(t.type,n,o);return i.strict&&s>59&&(l=!1),{length:r.length,second:s,valid:l}},isNumeric:!0}),S:DateFormat$1._createPatternSymbol({name:"fractionalsecond",format:function(e,t){var o=t.getUTCMilliseconds(),i=String(o).padStart(3,"0");return i=(i=i.substr(0,e.digits)).padEnd(e.digits,"0")},parse:function(e,t,o,i){var a=oParseHelper.findNumbers(e,t.digits),r=a.length,n=i.exactLength&&r<t.digits;return a=(a=a.substr(0,3)).padEnd(3,"0"),{length:r,millisecond:parseInt(a),valid:oParseHelper.checkValid(t.type,n,o)}},isNumeric:!0}),z:DateFormat$1._createPatternSymbol({name:"timezoneGeneral",format:function(e,t,o,i,a){if(e.digits>3&&t.getTimezoneLong&&t.getTimezoneLong())return t.getTimezoneLong();if(t.getTimezoneShort&&t.getTimezoneShort())return t.getTimezoneShort();var r=TimezoneUtils.calculateOffset(t,a),n="GMT",s=Math.abs(r/60),l=r>0,c=Math.floor(s/60),d=Math.floor(s%60);return o||0===s?n+="Z":(n+=l?"-":"+",n+=String(c).padStart(2,"0"),n+=":",n+=String(d).padStart(2,"0")),n},parse:function(e,t,o,i){var a,r=0,n=e.substring(0,3);if("GMT"===n||"UTC"===n)r=3;else if("UT"===e.substring(0,2))r=2;else{if("Z"!==e.charAt(0))return{error:"cannot be parsed correctly by sap.ui.core.format.DateFormat: The given timezone is not supported!"};r=1,a=0}if("Z"!==e.charAt(0)){var s=oParseHelper.parseTZ(e.substr(r),!0);r+=s.length,a=s.tzDiff}return{length:r,tzDiff:a}}}),Z:DateFormat$1._createPatternSymbol({name:"timezoneRFC822",format:function(e,t,o,i,a){var r=TimezoneUtils.calculateOffset(t,a),n=Math.abs(r/60),s=r>0,l=Math.floor(n/60),c=Math.floor(n%60),d="";return o||(d+=s?"-":"+",d+=String(l).padStart(2,"0"),d+=String(c).padStart(2,"0")),d},parse:function(e,t,o,i){return oParseHelper.parseTZ(e,!1)}}),X:DateFormat$1._createPatternSymbol({name:"timezoneISO8601",format:function(e,t,o,i,a){var r=TimezoneUtils.calculateOffset(t,a),n=Math.abs(r/60),s=r>0,l=Math.floor(n/60),c=Math.floor(n%60),d="";return o||0===n?d+="Z":(d+=s?"-":"+",d+=String(l).padStart(2,"0"),(e.digits>1||c>0)&&(3!==e.digits&&5!==e.digits||(d+=":"),d+=String(c).padStart(2,"0"))),d},parse:function(e,t,o,i){return"Z"===e.charAt(0)?{length:1,tzDiff:0}:oParseHelper.parseTZ(e,3===t.digits||5===t.digits)}}),V:DateFormat$1._createPatternSymbol({name:"timezoneID",format:function(e,t,o,i,a){return o||2!==e.digits?"":i.oLocaleData.getTimezoneTranslations()[a]||a},parse:function(e,t,o,i,a){var r={timezone:"",length:0};if(2===t.digits){var n=o.oLocaleData.getTimezoneTranslations();if(e===n[a])return{timezone:a,length:e.length};var s=Object.values(n),l=oParseHelper.findEntry(e,s,o.oLocaleData.sCLDRLocaleId);if(-1!==l.index)return{timezone:Object.keys(n)[l.index],length:l.length};for(var c="",d=e.length;d>0;d-=1)if(c=e.slice(0,d),TimezoneUtils.isValidTimezone(c)){r.timezone=c,r.length=c.length;break}}return r}})},DateFormat$1.prototype._format=function(e,t,o){if(this.oFormatOptions.relative){var i=this.formatRelative(e,t,this.oFormatOptions.relativeRange,o);if(i)return i}for(var a,r,n=this.oFormatOptions.calendarType,s=UniversalDate$1.getInstance(e,n),l=[],c=0;c<this.aFormatArray.length;c++)r=(a=this.aFormatArray[c]).symbol||"",l.push(this.oSymbols[r].format(a,s,t,this,o));return l.join("")},DateFormat$1.prototype.format=function(e,t){var o;if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE&&(o=t,t=!1,checkTimezoneParameterType(o),o&&!TimezoneUtils.isValidTimezone(o)))return Log.error("The given timezone isn't valid."),"";var i,a=this.oFormatOptions.calendarType;if(void 0===t&&(t=this.oFormatOptions.UTC),o=o||Configuration.getTimezone(),Array.isArray(e)){if(!this.oFormatOptions.interval)return Log.error("Non-interval DateFormat can't format more than one date instance."),"";if(2!==e.length)return Log.error("Interval DateFormat can only format with 2 date instances but "+e.length+" is given."),"";if(e=e.map((function(e){return convertToTimezone(e,o,t)})),this.oFormatOptions.singleIntervalValue){if(null===e[0])return Log.error("First date instance which is passed to the interval DateFormat shouldn't be null."),"";null===e[1]&&(i=this._format(e[0],t,o))}if(void 0===i){if(!e.every(isValidDateObject))return Log.error("At least one date instance which is passed to the interval DateFormat isn't valid."),"";i=this._formatInterval(e,t)}}else{if(!isValidDateObject(e))return this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE&&this.oFormatOptions.pattern.includes("VV")?this.oLocaleData.getTimezoneTranslations()[o]||o:(Log.error("The given date instance isn't valid."),"");if(this.oFormatOptions.interval)return Log.error("Interval DateFormat expects an array with two dates for the first argument but only one date is given."),"";e=convertToTimezone(e,o,t),i=this._format(e,t,o)}return a===CalendarType$2.Japanese&&"ja"===this.oLocale.getLanguage()&&(i=i.replace(/(^|[^\d])1年/g,"$1元年")),i},DateFormat$1.prototype._useCustomIntervalDelimiter=function(e){return!!this.oFormatOptions.intervalDelimiter&&(!this.oFormatOptions.format||this.oLocaleData._parseSkeletonFormat(this.oFormatOptions.format).some((function(t){return e[t.group]})))},DateFormat$1.prototype._formatInterval=function(e,t){var o,i,a,r,n,s=[],l=this.oFormatOptions.calendarType,c=UniversalDate$1.getInstance(e[0],l),d=UniversalDate$1.getInstance(e[1],l),_=this._getDiffFields([c,d]);if(!_)return this._format(e[0],t);a=this._useCustomIntervalDelimiter(_)?this.intervalPatterns[0]:this.oFormatOptions.format?this.oLocaleData.getCustomIntervalPattern(this.oFormatOptions.format,_,l):this.oLocaleData.getCombinedIntervalPattern(this.oFormatOptions.pattern,l),n=this.parseCldrDatePattern(a),o=c;for(var u=0;u<n.length;u++)r=(i=n[u]).symbol||"",i.repeat&&(o=d),s.push(this.oSymbols[r].format(i,o,t,this));return s.join("")};var mFieldToGroup={Era:"Era",FullYear:"Year",Quarter:"Quarter",Month:"Month",Week:"Week",Date:"Day",DayPeriod:"DayPeriod",Hours:"Hour",Minutes:"Minute",Seconds:"Second"};function getCalendarWeekParameter(e){return e.calendarWeekNumbering?e.calendarWeekNumbering:void 0!==e.firstDayOfWeek&&void 0!==e.minimalDaysInFirstWeek?{firstDayOfWeek:e.firstDayOfWeek,minimalDaysInFirstWeek:e.minimalDaysInFirstWeek}:void 0}DateFormat$1.prototype._getDiffFields=function(e){var t=!1,o={};return this.aIntervalCompareFields.forEach((function(i){var a="getUTC"+i,r=mFieldToGroup[i],n=e[0][a].apply(e[0]),s=e[1][a].apply(e[1]);fnEqual(n,s)||(t=!0,o[r]=!0)})),t?o:null},DateFormat$1.prototype._parse=function(e,t,o,i,a){var r,n,s,l,c,d,_,u={valid:!0,lastTimezonePatternSymbol:""},p=0,h={formatArray:t,dateValue:u,strict:i},v=this;function m(e){return v.oSymbols[e.symbol||""]}function g(e){return!!e&&m(e).isNumeric(e.digits)}for(var f=0;f<t.length&&(_=e.substr(p),s=t[f],c=t[f-1],n=t[f+1],h.index=f,h.exactLength=g(s)&&(g(c)||g(n)),(void 0!==(d=m(s).parse(_,s,this,h,a)||{}).tzDiff||d.timezone)&&(d.lastTimezonePatternSymbol=s.symbol),u=fnExtend(u,d),!1!==d.valid);f++)p+=d.length||0;return u.index=p,l=u.pm,u.flexDayPeriod&&60*u.hour+(u.minute||0)<720&&(r=this.oLocaleData.getFlexibleDayPeriodOfTime(u.hour+12,u.minute||0),l=u.flexDayPeriod===r),l&&(u.hour+=12),void 0===u.dayNumberOfWeek&&void 0!==u.dayOfWeek&&(u.dayNumberOfWeek=this._adaptDayOfWeek(u.dayOfWeek)),void 0!==u.quarter&&void 0===u.month&&void 0===u.day&&(u.month=3*u.quarter,u.day=1),u},DateFormat$1.prototype._parseInterval=function(e,t,o,i,a){var r,n,s;return this.intervalPatterns.some(function(t){var l=this.parseCldrDatePattern(t);n=void 0;for(var c=0;c<l.length;c++)if(l[c].repeat){n=c;break}if(void 0===n){if((0===(s=this._parse(e,l,o,i,a)).index||s.index<e.length)&&(s.valid=!1),!1===s.valid)return;return r=[s,s],!0}if(r=[],!1!==(s=this._parse(e,l.slice(0,n),o,i,a)).valid){r.push(s);var d=s.index;if((0===(s=this._parse(e.substring(d),l.slice(n),o,i,a)).index||s.index+d<e.length)&&(s.valid=!1),!1!==s.valid)return r.push(s),!0}}.bind(this)),r};var convertToTimezone=function(e,t,o){return!o&&isValidDateObject(e)?TimezoneUtils.convertToTimezone(e,t):e},fnCreateDate=function(e,t,o,i,a,r,n){if(!e.valid)return null;var s,l="number"==typeof e.year?e.year:1970;return(s=UniversalDate$1.getInstance(new Date(0),t)).setUTCEra(e.era||UniversalDate$1.getCurrentEra(t)),s.setUTCFullYear(l),s.setUTCMonth(e.month||0),s.setUTCDate(e.day||1),s.setUTCHours(e.hour||0),s.setUTCMinutes(e.minute||0),s.setUTCSeconds(e.second||0),s.setUTCMilliseconds(e.millisecond||0),i&&(e.day||1)!==s.getUTCDate()?null:(void 0===e.week||void 0!==e.month&&void 0!==e.day||(s.setUTCWeek({year:e.weekYear||e.year,week:e.week},n,getCalendarWeekParameter(r)),void 0!==e.dayNumberOfWeek&&s.setUTCDate(s.getUTCDate()+e.dayNumberOfWeek-1)),s=s.getJSDate(),!o&&("V"===e.lastTimezonePatternSymbol&&e.timezone||void 0===e.tzDiff)&&(e.timezone&&(a=e.timezone),a&&(e.tzDiff=TimezoneUtils.calculateOffset(s,a))),e.tzDiff&&s.setUTCSeconds(s.getUTCSeconds()+e.tzDiff),s)};function mergeWithoutOverwrite(e,t){if(e===t)return e;var o={};return Object.keys(e).forEach((function(t){o[t]=e[t]})),Object.keys(t).forEach((function(e){o.hasOwnProperty(e)||(o[e]=t[e])})),o}function isValidDateRange(e,t){return!(e.getTime()>t.getTime())}function isValidDateObject(e){return e&&"function"==typeof e.getTime&&!isNaN(e.getTime())}function fixScaleForMonths(e,t,o,i){var a=Math.abs(e.getUTCMonth()-t.getUTCMonth());if("week"===o&&2===a)return"month";if("week"===o&&1===a){if(e.getUTCDate()===t.getUTCDate()||i<0&&e.getUTCDate()<t.getUTCDate()||i>0&&e.getUTCDate()>t.getUTCDate())return"month"}else if("month"===o&&1===a&&(i>0&&e.getUTCDate()<t.getUTCDate()||i<0&&e.getUTCDate()>t.getUTCDate()))return"week";return o}function cutDateFields(e,t){for(var o=["FullYear","Month","Date","Hours","Minutes","Seconds","Milliseconds"],i=new Date(e.getTime()),a=t;a<o.length;a++)i["setUTC"+o[t]].apply(i,[0]);return i}DateFormat$1.prototype.parse=function(e,t,o){var i,a=void 0===this.oFormatOptions.showDate||this.oFormatOptions.showDate,r=void 0===this.oFormatOptions.showTime||this.oFormatOptions.showTime;if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE&&(a&&!r||!a&&r))throw new TypeError("The input can only be parsed back to date if both date and time are supplied.");void 0===t&&this.type!==mDateFormatTypes.DATETIME_WITH_TIMEZONE&&(t=this.oFormatOptions.UTC);var n,s=t;if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE&&(i=t,t=!1,checkTimezoneParameterType(i),i&&!TimezoneUtils.isValidTimezone(i)))return Log.error("The given timezone isn't valid."),null;e=null==e?"":String(e).trim(),e=DateFormat$1._normalize(e);var l,c=this.oFormatOptions.calendarType;if(i=i||Configuration.getTimezone(),void 0===o&&(o=this.oFormatOptions.strictParsing),c===CalendarType$2.Japanese&&"ja"===this.oLocale.getLanguage()&&(e=e.replace(/元年/g,"1年")),this.oFormatOptions.interval){var d,_,u=this._parseInterval(e,c,t,o,i);if(u&&2===u.length){var p=mergeWithoutOverwrite(u[0],u[1]),h=mergeWithoutOverwrite(u[1],u[0]);if(d=fnCreateDate(p,c,t,o,i,this.oFormatOptions,this.oLocale),_=fnCreateDate(h,c,t,o,i,this.oFormatOptions,this.oLocale),d&&_){if(this.oFormatOptions.singleIntervalValue&&d.getTime()===_.getTime())return[d,null];var v=isValidDateRange(d,_);return o&&!v?(Log.error("StrictParsing: Invalid date range. The given end date is before the start date."),[null,null]):[d,_]}}}else{var m=this.parseRelative(e,t);if(m)return m;if((0===(n=this._parse(e,this.aFormatArray,t,o,i)).index||n.index<e.length)&&(n.valid=!1),m=fnCreateDate(n,c,t,o,i,this.oFormatOptions,this.oLocale)){if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE){var g=void 0===this.oFormatOptions.showTimezone||this.oFormatOptions.showTimezone;return!g&&a&&r?[m,void 0]:!g||a||r?[m,n.timezone||void 0]:[void 0,n.timezone]}return m}}return this.aFallbackFormats?(this.aFallbackFormats.every((function(t){return l=t.parse(e,s,o),Array.isArray(l)?t.type!==mDateFormatTypes.DATETIME_WITH_TIMEZONE&&!(l[0]&&l[1]):!l})),l):this.oFormatOptions.interval?[null,null]:null},DateFormat$1.prototype.parseCldrDatePattern=function(e){if(mCldrDatePattern[e])return mCldrDatePattern[e];var t,o=[],i=!1,a=null,r="",n="",s={},l=!1;for(t=0;t<e.length;t++){var c,d,_,u=e.charAt(t);if(i){if("'"===u)if(d=e.charAt(t-1),_=e.charAt(t-2),c=e.charAt(t+1),"'"===d&&"'"!==_)i=!1;else{if("'"!==c){i=!1;continue}t+=1}"text"===r?a.value+=u:(a={type:"text",value:u},o.push(a),r="text")}else"'"===u?i=!0:this.oSymbols[u]?r===(n=this.oSymbols[u].name)?a.digits++:(a={type:n,symbol:u,digits:1},o.push(a),r=n,l||(s[n]?(a.repeat=!0,l=!0):s[n]=!0)):"text"===r?a.value+=u:(a={type:"text",value:u},o.push(a),r="text")}return mCldrDatePattern[e]=o,o},DateFormat$1.prototype.parseRelative=function(e,t){var o,i,a;if(!e)return null;o=this.oLocaleData.getRelativePatterns(this.aRelativeParseScales,this.oFormatOptions.relativeStyle);for(var r=0;r<o.length;r++)if(i=o[r],a=new RegExp("^\\s*"+i.pattern.replace(/\{0\}/,"(\\d+)")+"\\s*$","i").exec(e))return void 0!==i.value?n(i.value,i.scale):n(parseInt(a[1])*i.sign,i.scale);function n(e,o){var i=UI5Date$1.getInstance();if(t)switch(i.setUTCFullYear(i.getFullYear(),i.getMonth(),i.getDate()),i.setUTCHours(i.getHours(),i.getMinutes(),i.getSeconds(),i.getMilliseconds()),o){case"second":i.setUTCSeconds(i.getUTCSeconds()+e);break;case"minute":i.setUTCMinutes(i.getUTCMinutes()+e);break;case"hour":i.setUTCHours(i.getUTCHours()+e);break;case"day":i.setUTCDate(i.getUTCDate()+e);break;case"week":i.setUTCDate(i.getUTCDate()+7*e);break;case"month":i.setUTCMonth(i.getUTCMonth()+e);break;case"quarter":i.setUTCMonth(i.getUTCMonth()+3*e);break;case"year":i.setUTCFullYear(i.getUTCFullYear()+e)}else switch(o){case"second":i.setSeconds(i.getSeconds()+e);break;case"minute":i.setMinutes(i.getMinutes()+e);break;case"hour":i.setHours(i.getHours()+e);break;case"day":i.setDate(i.getDate()+e);break;case"week":i.setDate(i.getDate()+7*e);break;case"month":i.setMonth(i.getMonth()+e);break;case"quarter":i.setMonth(i.getMonth()+3*e);break;case"year":i.setFullYear(i.getFullYear()+e)}return i}},DateFormat$1.prototype.formatRelative=function(e,t,o,i){var a,r,n,s,l=convertToTimezone(new Date,i),c=this.oFormatOptions.relativeScale||"day";return n=(e.getTime()-l.getTime())/1e3,"auto"===this.oFormatOptions.relativeScale&&(c=fixScaleForMonths(e,l,c=this._getScale(n,this.aRelativeScales),n)),o||(o=this._mRanges[c]),"year"!==c&&"month"!==c&&"day"!==c||(l=new Date(Date.UTC(l.getUTCFullYear(),l.getUTCMonth(),l.getUTCDate())),(a=new Date(0)).setUTCFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e=a),r=this._getDifference(c,[l,e]),"auto"!==this.oFormatOptions.relativeScale&&(r<o[0]||r>o[1])?null:(s=this.oLocaleData.getRelativePattern(c,r,n>0,this.oFormatOptions.relativeStyle),fnFormatMessage(s,[Math.abs(r)]))},DateFormat$1.prototype._mRanges={second:[-60,60],minute:[-60,60],hour:[-24,24],day:[-6,6],week:[-4,4],month:[-12,12],year:[-10,10]},DateFormat$1.prototype._mScales={second:1,minute:60,hour:3600,day:86400,week:604800,month:2592e3,quarter:7776e3,year:31536e3},DateFormat$1.prototype._getScale=function(e,t){var o,i;e=Math.abs(e);for(var a=0;a<t.length;a++)if(i=t[a],e>=this._mScales[i]){o=i;break}return o||(o=t[t.length-1]),o};var mRelativeDiffs={year:function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()},month:function(e,t){return t.getUTCMonth()-e.getUTCMonth()+12*this.year(e,t)},week:function(e,t,o){var i=o._adaptDayOfWeek(e.getUTCDay()),a=o._adaptDayOfWeek(t.getUTCDay());return e=cutDateFields(e,3),((t=cutDateFields(t,3)).getTime()-e.getTime()-(a-i)*o._mScales.day*1e3)/(1e3*o._mScales.week)},day:function(e,t,o){return e=cutDateFields(e,3),((t=cutDateFields(t,3)).getTime()-e.getTime())/(1e3*o._mScales.day)},hour:function(e,t,o){return e=cutDateFields(e,4),((t=cutDateFields(t,4)).getTime()-e.getTime())/(1e3*o._mScales.hour)},minute:function(e,t,o){return e=cutDateFields(e,5),((t=cutDateFields(t,5)).getTime()-e.getTime())/(1e3*o._mScales.minute)},second:function(e,t,o){return e=cutDateFields(e,6),((t=cutDateFields(t,6)).getTime()-e.getTime())/(1e3*o._mScales.second)}};DateFormat$1.prototype._adaptDayOfWeek=function(e){var t=getCalendarWeekParameter(this.oFormatOptions),o=e-(("object"==typeof t?t.firstDayOfWeek:CalendarUtils.getWeekConfigurationValues(t,this.oLocale).firstDayOfWeek)-1);return o<=0&&(o+=7),o},DateFormat$1.prototype._getDifference=function(e,t){var o=t[0],i=t[1];return Math.round(mRelativeDiffs[e](o,i,this))},DateFormat$1.prototype.getAllowedCharacters=function(e){if(this.oFormatOptions.relative)return"";for(var t,o="",i=!1,a=!1,r=0;r<e.length;r++)switch((t=e[r]).type){case"text":o.indexOf(t.value)<0&&(o+=t.value);break;case"day":case"year":case"weekYear":case"dayNumberOfWeek":case"weekInYear":case"hour0_23":case"hour1_24":case"hour0_11":case"hour1_12":case"minute":case"second":case"fractionalsecond":i||(o+="0123456789",i=!0);break;case"month":case"monthStandalone":t.digits<3?i||(o+="0123456789",i=!0):a=!0;break;default:a=!0}return a&&(o=""),o},DateFormat$1.prototype.getPlaceholderText=function(){return Core.getLibraryResourceBundle().getText("date.placeholder",[this.format.apply(this,this.getSampleValue())])},DateFormat$1.prototype.getSampleValue=function(){var e,t=UI5Date$1.getInstance().getFullYear(),o=this.oFormatOptions.UTC;function i(e,t,i,a,r,n,s){return o?UI5Date$1.getInstance(Date.UTC(e,t,i,a,r,n,s)):UI5Date$1.getInstance(e,t,i,a,r,n,s)}return e=i(t,11,31,23,59,58,123),this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE?[e,Configuration.getTimezone()]:this.oFormatOptions.interval?[[i(t,11,22,9,12,34,567),e]]:[e]};const rAllRTLCharacters=/[\u200e\u200f\u202a\u202b\u202c]/g,rAllSpaces=/\s/g;DateFormat$1._normalize=function(e){return e.replace(rAllRTLCharacters,"").replace(rAllSpaces," ")};const DateFormatWrapped=DateFormat$1;class DateFormat extends DateFormatWrapped{}const UI5DateWrapped=UI5Date$1;class UI5Date extends UI5DateWrapped{}const UniversalDate=UniversalDate$1;let CalendarDate$1=class e{constructor(t,o,i,a){let r,n,s,l=arguments;switch(l.length){case 0:return n=UI5Date.getInstance(),this.constructor(n.getFullYear(),n.getMonth(),n.getDate());case 1:case 2:if(!(l[0]instanceof e))throw new Error("Invalid arguments: the first argument must be of type CalendarDate.");s=l[1]?l[1]:l[0]._oUDate.sCalendarType,r=UI5Date.getInstance(l[0].valueOf()),r.setFullYear(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate()),r.setHours(r.getUTCHours(),r.getUTCMinutes(),r.getUTCSeconds(),r.getUTCMilliseconds()),this._oUDate=createUniversalUTCDate(r,s);break;case 3:case 4:checkNumericLike(l[0],`Invalid year: ${l[0]}`),checkNumericLike(l[1],`Invalid month: ${l[1]}`),checkNumericLike(l[2],`Invalid date: ${l[2]}`),r=UI5Date.getInstance(0,0,1),r.setFullYear(l[0],l[1],l[2]),l[3]&&(s=l[3]),this._oUDate=createUniversalUTCDate(r,s);break;default:throw new Error(`Invalid arguments. Accepted arguments are: 1) oCalendarDate, (optional)calendarTypeor 2) year, month, date, (optional) calendarType${l}`)}}getYear(){return this._oUDate.getUTCFullYear()}setYear(e){return checkNumericLike(e,`Invalid year: ${e}`),this._oUDate.setUTCFullYear(e),this}getMonth(){return this._oUDate.getUTCMonth()}setMonth(e,t){return checkNumericLike(e,`Invalid month: ${e}`),t||0===t?(checkNumericLike(t,`Invalid date: ${t}`),this._oUDate.setUTCMonth(e,t)):this._oUDate.setUTCMonth(e),this}getDate(){return this._oUDate.getUTCDate()}setDate(e){return checkNumericLike(e,`Invalid date: ${e}`),this._oUDate.setUTCDate(e),this}getDay(){return this._oUDate.getUTCDay()}getCalendarType(){return this._oUDate.sCalendarType}isBefore(e){return checkCalendarDate(e),this.valueOf()<e.valueOf()}isAfter(e){return checkCalendarDate(e),this.valueOf()>e.valueOf()}isSameOrBefore(e){return checkCalendarDate(e),this.valueOf()<=e.valueOf()}isSameOrAfter(e){return checkCalendarDate(e),this.valueOf()>=e.valueOf()}isSame(e){return checkCalendarDate(e),this.valueOf()===e.valueOf()}toLocalJSDate(){const e=UI5Date.getInstance(this._oUDate.getTime());return e.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e.setHours(0,0,0,0),e}toUTCJSDate(){const e=UI5Date.getInstance(this._oUDate.getTime());return e.setUTCHours(0,0,0,0),e}toString(){return`${this._oUDate.sCalendarType}: ${this.getYear()}/${this.getMonth()+1}/${this.getDate()}`}valueOf(){return this._oUDate.getTime()}static fromLocalJSDate(t,o){if(!(i=t)||"[object Date]"!==Object.prototype.toString.call(i)||isNaN(i))throw new Error(`Date parameter must be a JavaScript Date object: [${t}].`);var i;return new e(t.getFullYear(),t.getMonth(),t.getDate(),o)}static fromTimestamp(t,o){const i=new e(0,0,1);let a;try{a=UniversalDate.getInstance(UI5Date.getInstance(t),o)}catch(e){a=new Date(NaN)}return i._oUDate=a,i}};function createUniversalUTCDate(e,t){return t?UniversalDate.getInstance(createUTCDate(e),t):new UniversalDate(createUTCDate(e).getTime())}function createUTCDate(e){const t=new Date(Date.UTC(0,0,1));return t.setUTCFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t}function checkCalendarDate(e){if(!(e instanceof CalendarDate$1))throw new Error(`Invalid calendar date: [${e}]. Expected: CalendarDate`)}function checkNumericLike(e,t){if(void 0===e||e===1/0||isNaN(e))throw t}const modifyDateBy=(e,t,o,i=!0,a,r)=>{const n=new CalendarDate$1(e);switch(o){case"day":n.setDate(e.getDate()+t);break;case"month":if(i){n.setMonth(e.getMonth()+t);const o=-1===t&&n.getMonth()===e.getMonth(),i=1===t&&n.getMonth()-e.getMonth()>1;(o||i)&&n.setDate(0)}else 1===t&&n.setMonth(n.getMonth()+1,1),-1===t&&n.setDate(0);break;case"year":n.setYear(e.getYear()+t),n.getMonth()!==e.getMonth()&&n.setDate(0)}return a&&n.isBefore(a)?new CalendarDate$1(a):r&&n.isAfter(r)?new CalendarDate$1(r):n},getRoundedTimestamp=e=>{e||(e=(new Date).getTime());return(e-e%864e5)/1e3},getTodayUTCTimestamp=e=>CalendarDate$1.fromLocalJSDate(UI5Date.getInstance(),e).valueOf()/1e3;var CalendarPickersMode;!function(e){e.DAY_MONTH_YEAR="DAY_MONTH_YEAR",e.MONTH_YEAR="MONTH_YEAR",e.YEAR="YEAR"}(CalendarPickersMode||(CalendarPickersMode={}));const CalendarPickersMode$1=CalendarPickersMode,name$f="appointment-2",pathData$f="M32 481V65q0-14 9.5-23T64 33h64V1h32v32h192V1h32v32h64q14 0 23 9t9 23v416q0 14-9 23t-23 9H64q-13 0-22.5-9T32 481zm416 0V129H64v352h384zM256 193q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zM128 321q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm256-128q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm0 128q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm-128 0q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zM96 225q0-14 9-23t23-9 23 9 9 23-9 23-23 9-23-9-9-23zM384 97V65h-32v32h32zM128 65v32h32V65h-32z",ltr$f=!1,collection$f="SAP-icons-v4",packageName$f="@ui5/webcomponents-icons";registerIcon(name$f,{pathData:pathData$f,ltr:false,collection:collection$f,packageName:packageName$f});const name$e="appointment-2",pathData$e="M403 64q32 0 54.5 22.5T480 141v294q0 32-22.5 54.5T403 512H109q-32 0-54.5-22.5T32 435V141q0-32 22.5-54.5T109 64h25V26q0-11 7.5-18.5T160 0t18.5 7.5T186 26v38h140V26q0-11 7.5-18.5T352 0t18.5 7.5T378 26v38h25zm-294 51q-11 0-18.5 7.5T83 141v64h346v-64q0-11-7.5-18.5T403 115h-25v19q0 11-7.5 18.5T352 160t-18.5-7.5T326 134v-19H186v19q0 11-7.5 18.5T160 160t-18.5-7.5T134 134v-19h-25zm294 346q11 0 18.5-7.5T429 435V256H83v179q0 11 7.5 18.5T109 461h294zM160 320q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm96 0q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9zm96 0q14 0 23 9t9 23-9 23-23 9-23-9-9-23 9-23 23-9z",ltr$e=!1,collection$e="SAP-icons-v5",packageName$e="@ui5/webcomponents-icons";registerIcon(name$e,{pathData:pathData$e,ltr:false,collection:collection$e,packageName:packageName$e}),isLegacyThemeFamily();const LocaleDataWrapped=LocaleData$1;class LocaleData extends LocaleDataWrapped{}const cache$1=new Map,getCachedLocaleDataInstance=e=>(cache$1.has(e)||cache$1.set(e,new LocaleData(e)),cache$1.get(e)),cache=new Map,getMinCalendarDate=e=>{const t=`min ${e}`;if(!cache.has(t)){const o=new CalendarDate$1(1,0,1,e);o.setYear(1),o.setMonth(0),o.setDate(1),cache.set(t,o)}return cache.get(t)},getMaxCalendarDate=e=>{const t=`max ${e}`;if(!cache.has(t)){const o=new CalendarDate$1(1,0,1,e);o.setYear(9999),o.setMonth(11);const i=new CalendarDate$1(o,e);i.setDate(1),i.setMonth(i.getMonth()+1,0),o.setDate(i.getDate()),cache.set(t,o)}return cache.get(t)};var DateComponentBase_1,__decorate$z=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DateComponentBase=DateComponentBase_1=class extends UI5Element{constructor(){super()}get _primaryCalendarType(){const e=getCachedLocaleDataInstance(getLocale());return this.primaryCalendarType||getCalendarType()||e.getPreferredCalendarType()}get _secondaryCalendarType(){return this.secondaryCalendarType||getSecondaryCalendarType()}get _minDate(){let e;return this.minDate&&(e=this._getMinMaxCalendarDateFromString(this.minDate)),e||getMinCalendarDate(this._primaryCalendarType)}get _maxDate(){let e;return this.maxDate&&(e=this._getMinMaxCalendarDateFromString(this.maxDate)),e||getMaxCalendarDate(this._primaryCalendarType)}get _formatPattern(){return this.formatPattern||"medium"}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}get hasSecondaryCalendarType(){return!!this.secondaryCalendarType&&this.secondaryCalendarType!==this.primaryCalendarType}_getMinMaxCalendarDateFromString(e){if(this.getFormat().parse(e))return this._getCalendarDateFromString(e);const t=this.getISOFormat().parse(e);return t?CalendarDate$1.fromLocalJSDate(t,this._primaryCalendarType):void 0}_getCalendarDateFromString(e){const t=this.getFormat().parse(e);if(t)return CalendarDate$1.fromLocalJSDate(t,this._primaryCalendarType)}_getTimeStampFromString(e){const t=this._getCalendarDateFromString(e);if(t)return t.toUTCJSDate().valueOf()}_getStringFromTimestamp(e){const t=new Date(e);return this.getFormat().format(t,!0)}getFormat(){return this._isPattern?DateFormat.getDateInstance({strictParsing:!0,pattern:this._formatPattern,calendarType:this._primaryCalendarType}):DateFormat.getDateInstance({strictParsing:!0,style:this._formatPattern,calendarType:this._primaryCalendarType})}getISOFormat(){return this._isoFormatInstance||(this._isoFormatInstance=DateFormat.getDateInstance({strictParsing:!0,pattern:"YYYY-MM-dd",calendarType:this._primaryCalendarType})),this._isoFormatInstance}static async onDefine(){[DateComponentBase_1.i18nBundle]=await Promise.all([getI18nBundle("@ui5/webcomponents"),fetchCldr(getLocale().getLanguage(),getLocale().getRegion(),getLocale().getScript())])}};__decorate$z([property({type:CalendarType$1})],DateComponentBase.prototype,"primaryCalendarType",void 0),__decorate$z([property({type:CalendarType$1})],DateComponentBase.prototype,"secondaryCalendarType",void 0),__decorate$z([property()],DateComponentBase.prototype,"formatPattern",void 0),__decorate$z([property()],DateComponentBase.prototype,"minDate",void 0),__decorate$z([property()],DateComponentBase.prototype,"maxDate",void 0),DateComponentBase=DateComponentBase_1=__decorate$z([customElement({languageAware:!0,renderer:litRender})],DateComponentBase);const DateComponentBase$1=DateComponentBase;function block0$u(e,t,o){return effectiveHtml`${this._isPhone?block1$q.call(this,e,t,o):block7$5.call(this,e,t,o)}`}function block1$q(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-dialog",t,o)} accessible-name=${l$1(this.accessibleName)} accessible-name-ref=${l$1(this.accessibleNameRef)} accessible-role=${l$1(this.accessibleRole)} stretch ?_disable-initial-focus="${l$1(this._disableInitialFocus)}" initial-focus="${l$1(this.initialFocus)}" @ui5-before-open="${l$1(this._beforeDialogOpen)}" @ui5-after-open="${l$1(this._propagateDialogEvent)}" @ui5-before-close="${l$1(this._propagateDialogEvent)}" @ui5-after-close="${l$1(this._afterDialogClose)}" exportparts="content, header, footer">${this._hideHeader?void 0:block2$o.call(this,e,t,o)}<slot></slot><slot slot="footer" name="footer"></slot></${scopeTag("ui5-dialog",t,o)}>`:effectiveHtml`<ui5-dialog accessible-name=${l$1(this.accessibleName)} accessible-name-ref=${l$1(this.accessibleNameRef)} accessible-role=${l$1(this.accessibleRole)} stretch ?_disable-initial-focus="${l$1(this._disableInitialFocus)}" initial-focus="${l$1(this.initialFocus)}" @ui5-before-open="${l$1(this._beforeDialogOpen)}" @ui5-after-open="${l$1(this._propagateDialogEvent)}" @ui5-before-close="${l$1(this._propagateDialogEvent)}" @ui5-after-close="${l$1(this._afterDialogClose)}" exportparts="content, header, footer">${this._hideHeader?void 0:block2$o.call(this,e,t,o)}<slot></slot><slot slot="footer" name="footer"></slot></ui5-dialog>`}function block2$o(e,t,o){return effectiveHtml`${this.header.length?block3$i.call(this,e,t,o):block4$e.call(this,e,t,o)}`}function block3$i(e,t,o){return effectiveHtml`<slot slot="header" name="header"></slot>`}function block4$e(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.header)}" slot="header">${this.headerText?block5$a.call(this,e,t,o):void 0}${this._hideCloseButton?void 0:block6$8.call(this,e,t,o)}</div>`}function block5$a(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-title",t,o)} level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${l$1(this.headerText)}</${scopeTag("ui5-title",t,o)}>`:effectiveHtml`<ui5-title level="H2" class="ui5-popup-header-text ui5-responsive-popover-header-text">${l$1(this.headerText)}</ui5-title>`}function block6$8(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-button",t,o)} icon="decline" design="Transparent" aria-label="${l$1(this._closeDialogAriaLabel)}" @click="${this.close}"></${scopeTag("ui5-button",t,o)}>`:effectiveHtml`<ui5-button icon="decline" design="Transparent" aria-label="${l$1(this._closeDialogAriaLabel)}" @click="${this.close}"></ui5-button>`}function block7$5(e,t,o){return effectiveHtml`<section style="${styleMap(this.styles.root)}" class="${o$2(this.classes.root)}" role="${l$1(this._role)}" aria-modal="${l$1(this._ariaModal)}" aria-label="${l$1(this._ariaLabel)}" aria-labelledby="${l$1(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader?block8$5.call(this,e,t,o):void 0}<div style="${styleMap(this.styles.content)}" class="${o$2(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter?block11$3.call(this,e,t,o):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section>`}function block8$5(e,t,o){return effectiveHtml`<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${this.header.length?block9$4.call(this,e,t,o):block10$4.call(this,e,t,o)}</header>`}function block9$4(e,t,o){return effectiveHtml`<slot name="header"></slot>`}function block10$4(e,t,o){return effectiveHtml`<h1 class="ui5-popup-header-text">${l$1(this.headerText)}</h1>`}function block11$3(e,t,o){return effectiveHtml`${this.footer.length?block12$2.call(this,e,t,o):void 0}`}function block12$2(e,t,o){return effectiveHtml`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`}const name$d="resize-corner",pathData$d="M384 224v32q0 12-10 22L182 470q-10 10-22 10h-32zM224 480l160-160v32q0 12-10 22l-96 96q-10 10-22 10h-32zm160-64v32q0 12-10 22t-22 10h-32z",ltr$d=!1,collection$d="SAP-icons-v4",packageName$d="@ui5/webcomponents-icons";registerIcon(name$d,{pathData:pathData$d,ltr:false,collection:collection$d,packageName:packageName$d});const name$c="resize-corner",pathData$c="M202 512q-11 0-18.5-7.5T176 486q0-10 8-18l204-205q7-7 18-7t18.5 7.5T432 282t-7 18L220 505q-7 7-18 7zm128 0q-11 0-18.5-7.5T304 486q0-10 8-18l76-77q7-7 18-7t18.5 7.5T432 410t-7 18l-77 77q-7 7-18 7z",ltr$c=!1,collection$c="SAP-icons-v5",packageName$c="@ui5/webcomponents-icons";function block0$t(e,t,o){return effectiveHtml`<section style="${styleMap(this.styles.root)}" class="${o$2(this.classes.root)}" role="${l$1(this._role)}" aria-modal="${l$1(this._ariaModal)}" aria-label="${l$1(this._ariaLabel)}" aria-labelledby="${l$1(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span>${this._displayHeader?block1$p.call(this,e,t,o):void 0}<div style="${styleMap(this.styles.content)}" class="${o$2(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this.footer.length?block10$3.call(this,e,t,o):void 0}${this._showResizeHandle?block11$2.call(this,e,t,o):void 0}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section> `}function block1$p(e,t,o){return effectiveHtml`<header><div class="ui5-popup-header-root" id="ui5-popup-header" role="group" aria-describedby=${l$1(this.effectiveAriaDescribedBy)} aria-roledescription=${l$1(this.ariaRoleDescriptionHeaderText)} tabindex="${l$1(this._headerTabIndex)}" @keydown="${this._onDragOrResizeKeyDown}" @mousedown="${this._onDragMouseDown}" part="header" state="${l$1(this.state)}">${this.hasValueState?block2$n.call(this,e,t,o):void 0}${this.header.length?block3$h.call(this,e,t,o):block4$d.call(this,e,t,o)}${this.resizable?block5$9.call(this,e,t,o):block8$4.call(this,e,t,o)}</div></header>`}function block2$n(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-dialog-value-state-icon" name="${l$1(this._dialogStateIcon)}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-dialog-value-state-icon" name="${l$1(this._dialogStateIcon)}"></ui5-icon>`}function block3$h(e,t,o){return effectiveHtml`<slot name="header"></slot>`}function block4$d(e,t,o){return effectiveHtml`<h1 id="ui5-popup-header-text" class="ui5-popup-header-text">${l$1(this.headerText)}</h1>`}function block5$9(e,t,o){return effectiveHtml`${this.draggable?block6$7.call(this,e,t,o):block7$4.call(this,e,t,o)}`}function block6$7(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" aria-hidden="true" class="ui5-hidden-text">${l$1(this.ariaDescribedByHeaderTextDraggableAndResizable)}</span>`}function block7$4(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" aria-hidden="true" class="ui5-hidden-text">${l$1(this.ariaDescribedByHeaderTextResizable)}</span>`}function block8$4(e,t,o){return effectiveHtml`${this.draggable?block9$3.call(this,e,t,o):void 0}`}function block9$3(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" aria-hidden="true" class="ui5-hidden-text">${l$1(this.ariaDescribedByHeaderTextDraggable)}</span>`}function block10$3(e,t,o){return effectiveHtml`<footer class="ui5-popup-footer-root" part="footer"><slot name="footer"></slot></footer>`}function block11$2(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} name="resize-corner" class="ui5-popup-resize-handle" @mousedown="${this._onResizeMouseDown}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon name="resize-corner" class="ui5-popup-resize-handle" @mousedown="${this._onResizeMouseDown}"></ui5-icon>`}registerIcon(name$c,{pathData:pathData$c,ltr:false,collection:collection$c,packageName:packageName$c}),isLegacyThemeFamily(),registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$t={packageName:"@ui5/webcomponents",fileName:"themes/Dialog.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v1-24-7_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Error"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Success"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Warning"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Error"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v1-24-7_dialog_header_error_state_icon_color)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v1-24-7_dialog_header_information_state_icon_color)}:host([state="Success"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v1-24-7_dialog_header_success_state_icon_color)}:host([state="Warning"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v1-24-7_dialog_header_warning_state_icon_color)}.ui5-popup-header-root{outline:none}.ui5-popup-header-root:focus:after{content:"";position:absolute;left:var(--_ui5-v1-24-7_dialog_header_focus_left_offset);bottom:var(--_ui5-v1-24-7_dialog_header_focus_bottom_offset);right:var(--_ui5-v1-24-7_dialog_header_focus_right_offset);top:var(--_ui5-v1-24-7_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v1-24-7_dialog_header_border_radius) var(--_ui5-v1-24-7_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5-v1-24-7_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:var(--_ui5-v1-24-7_dialog_resize_handle_bottom);inset-inline-end:var(--_ui5-v1-24-7_dialog_resize_handle_right);cursor:var(--_ui5-v1-24-7_dialog_resize_cursor);color:var(--_ui5-v1-24-7_dialog_resize_handle_color)}::slotted([slot="footer"]){height:var(--_ui5-v1-24-7_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}\n'};var Dialog_1,__decorate$y=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const STEP_SIZE=16,ICON_PER_STATE={[ValueState$1.Error]:"error",[ValueState$1.Warning]:"alert",[ValueState$1.Success]:"sys-enter-2",[ValueState$1.Information]:"information"};let Dialog=Dialog_1=class extends Popup$1{constructor(){super(),this._draggedOrResized=!1,this._revertSize=()=>{Object.assign(this.style,{top:"",left:"",width:"",height:""})},this._screenResizeHandler=this._screenResize.bind(this),this._dragMouseMoveHandler=this._onDragMouseMove.bind(this),this._dragMouseUpHandler=this._onDragMouseUp.bind(this),this._resizeMouseMoveHandler=this._onResizeMouseMove.bind(this),this._resizeMouseUpHandler=this._onResizeMouseUp.bind(this),this._dragStartHandler=this._handleDragStart.bind(this)}static async onDefine(){Dialog_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}static _isHeader(e){return e.classList.contains("ui5-popup-header-root")||"header"===e.getAttribute("slot")}async show(e=!1){await super._open(e)}get isModal(){return!0}get shouldHideBackdrop(){return!1}get _ariaLabelledBy(){let e;return""===this.headerText||this._ariaLabel||(e="ui5-popup-header-text"),e}get ariaRoleDescriptionHeaderText(){return this.resizable||this.draggable?Dialog_1.i18nBundle.getText(DIALOG_HEADER_ARIA_ROLE_DESCRIPTION):void 0}get effectiveAriaDescribedBy(){return this.resizable||this.draggable?`${this._id}-descr`:void 0}get ariaDescribedByHeaderTextResizable(){return Dialog_1.i18nBundle.getText(DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE)}get ariaDescribedByHeaderTextDraggable(){return Dialog_1.i18nBundle.getText(DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE)}get ariaDescribedByHeaderTextDraggableAndResizable(){return Dialog_1.i18nBundle.getText(DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE)}get _displayProp(){return"flex"}get _displayHeader(){return this.header.length||this.headerText||this.draggable||this.resizable}get _movable(){return!this.stretch&&this.onDesktop&&(this.draggable||this.resizable)}get _headerTabIndex(){return this._movable?"0":void 0}get _showResizeHandle(){return this.resizable&&this.onDesktop}get _minHeight(){let e=Number.parseInt(window.getComputedStyle(this.contentDOM).minHeight);const t=this._root.querySelector(".ui5-popup-header-root");t&&(e+=t.offsetHeight);const o=this._root.querySelector(".ui5-popup-footer-root");return o&&(e+=o.offsetHeight),e}get hasValueState(){return this.state!==ValueState$1.None}get _dialogStateIcon(){return ICON_PER_STATE[this.state]}get _role(){if(this.accessibleRole!==PopupAccessibleRole$1.None)return this.state===ValueState$1.Error||this.state===ValueState$1.Warning?PopupAccessibleRole$1.AlertDialog.toLowerCase():this.accessibleRole.toLowerCase()}_show(){super._show(),this._center()}onBeforeRendering(){super.onBeforeRendering(),this._isRTL="rtl"===this.effectiveDir,this.onPhone=isPhone(),this.onDesktop=isDesktop()}onAfterRendering(){super.onAfterRendering(),!this.isOpen()&&this.open?this.show():this.isOpen()&&!this.open&&this.close()}onEnterDOM(){super.onEnterDOM(),this._attachScreenResizeHandler(),this.addEventListener("dragstart",this._dragStartHandler)}onExitDOM(){super.onExitDOM(),this._detachScreenResizeHandler(),this.removeEventListener("dragstart",this._dragStartHandler)}_resize(){super._resize(),this._draggedOrResized||this._center()}_screenResize(){this._center()}_attachScreenResizeHandler(){this._screenResizeHandlerAttached||(window.addEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!0)}_detachScreenResizeHandler(){this._screenResizeHandlerAttached&&(window.removeEventListener("resize",this._screenResizeHandler),this._screenResizeHandlerAttached=!1)}_center(){const e=window.innerHeight-this.offsetHeight,t=window.innerWidth-this.offsetWidth;Object.assign(this.style,{top:`${Math.round(e/2)}px`,left:`${Math.round(t/2)}px`})}_onDragMouseDown(e){if(!this._movable||!this.draggable||!Dialog_1._isHeader(e.target))return;e.preventDefault();const{top:t,left:o}=this.getBoundingClientRect(),{width:i,height:a}=window.getComputedStyle(this);Object.assign(this.style,{top:`${t}px`,left:`${o}px`,width:Math.round(100*Number.parseFloat(i))/100+"px",height:Math.round(100*Number.parseFloat(a))/100+"px"}),this._x=e.clientX,this._y=e.clientY,this._draggedOrResized=!0,this._attachMouseDragHandlers()}_onDragMouseMove(e){e.preventDefault();const{clientX:t,clientY:o}=e,i=this._x-t,a=this._y-o,{left:r,top:n}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(r-i)}px`,top:`${Math.floor(n-a)}px`}),this._x=t,this._y=o}_onDragMouseUp(){delete this._x,delete this._y,this._detachMouseDragHandlers()}_onDragOrResizeKeyDown(e){this._movable&&Dialog_1._isHeader(e.target)&&(this.draggable&&[isUp,isDown,isLeft,isRight].some((t=>t(e)))?this._dragWithEvent(e):this.resizable&&[isUpShift,isDownShift,isLeftShift,isRightShift].some((t=>t(e)))&&this._resizeWithEvent(e))}_dragWithEvent(e){const{top:t,left:o,width:i,height:a}=this.getBoundingClientRect();let r=0,n="top";switch(!0){case isUp(e):r=t-16,n="top";break;case isDown(e):r=t+16,n="top";break;case isLeft(e):r=o-16,n="left";break;case isRight(e):r=o+16,n="left"}r=clamp(r,0,"left"===n?window.innerWidth-i:window.innerHeight-a),this.style[n]=`${r}px`}_resizeWithEvent(e){this._draggedOrResized=!0,this.addEventListener("ui5-before-close",this._revertSize,{once:!0});const{top:t,left:o}=this.getBoundingClientRect(),i=window.getComputedStyle(this),a=Number.parseFloat(i.minWidth),r=window.innerWidth-o,n=window.innerHeight-t;let s=Number.parseFloat(i.width),l=Number.parseFloat(i.height);switch(!0){case isUpShift(e):l-=16;break;case isDownShift(e):l+=16;break;case isLeftShift(e):s-=16;break;case isRightShift(e):s+=16}s=clamp(s,a,r),l=clamp(l,this._minHeight,n),Object.assign(this.style,{width:`${s}px`,height:`${l}px`})}_attachMouseDragHandlers(){window.addEventListener("mousemove",this._dragMouseMoveHandler),window.addEventListener("mouseup",this._dragMouseUpHandler)}_detachMouseDragHandlers(){window.removeEventListener("mousemove",this._dragMouseMoveHandler),window.removeEventListener("mouseup",this._dragMouseUpHandler)}_onResizeMouseDown(e){if(!this._movable||!this.resizable)return;e.preventDefault();const{top:t,left:o}=this.getBoundingClientRect(),{width:i,height:a,minWidth:r}=window.getComputedStyle(this);this._initialX=e.clientX,this._initialY=e.clientY,this._initialWidth=Number.parseFloat(i),this._initialHeight=Number.parseFloat(a),this._initialTop=t,this._initialLeft=o,this._minWidth=Number.parseFloat(r),this._cachedMinHeight=this._minHeight,Object.assign(this.style,{top:`${t}px`,left:`${o}px`}),this._draggedOrResized=!0,this._attachMouseResizeHandlers()}_onResizeMouseMove(e){const{clientX:t,clientY:o}=e;let i,a;this._isRTL?(i=clamp(this._initialWidth-(t-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),a=clamp(this._initialLeft+(t-this._initialX),0,this._initialX+this._initialWidth-this._minWidth)):i=clamp(this._initialWidth+(t-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);const r=clamp(this._initialHeight+(o-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${r}px`,width:`${i}px`,left:a?`${a}px`:void 0})}_onResizeMouseUp(){delete this._initialX,delete this._initialY,delete this._initialWidth,delete this._initialHeight,delete this._initialTop,delete this._initialLeft,delete this._minWidth,delete this._cachedMinHeight,this._detachMouseResizeHandlers()}_handleDragStart(e){this.draggable&&e.preventDefault()}_attachMouseResizeHandlers(){window.addEventListener("mousemove",this._resizeMouseMoveHandler),window.addEventListener("mouseup",this._resizeMouseUpHandler),this.addEventListener("ui5-before-close",this._revertSize,{once:!0})}_detachMouseResizeHandlers(){window.removeEventListener("mousemove",this._resizeMouseMoveHandler),window.removeEventListener("mouseup",this._resizeMouseUpHandler)}};__decorate$y([property()],Dialog.prototype,"headerText",void 0),__decorate$y([property({type:Boolean})],Dialog.prototype,"stretch",void 0),__decorate$y([property({type:Boolean})],Dialog.prototype,"draggable",void 0),__decorate$y([property({type:Boolean})],Dialog.prototype,"resizable",void 0),__decorate$y([property({type:ValueState$1,defaultValue:ValueState$1.None})],Dialog.prototype,"state",void 0),__decorate$y([property({type:Boolean})],Dialog.prototype,"onPhone",void 0),__decorate$y([property({type:Boolean})],Dialog.prototype,"onDesktop",void 0),__decorate$y([slot()],Dialog.prototype,"header",void 0),__decorate$y([slot()],Dialog.prototype,"footer",void 0),Dialog=Dialog_1=__decorate$y([customElement({tag:"ui5-dialog",template:block0$t,styles:[styleData$B,styleData$A,styleData$t],dependencies:[Icon$1]})],Dialog),Dialog.define();const Dialog$1=Dialog;var TitleLevel;!function(e){e.H1="H1",e.H2="H2",e.H3="H3",e.H4="H4",e.H5="H5",e.H6="H6"}(TitleLevel||(TitleLevel={}));const TitleLevel$1=TitleLevel;function block0$s(e,t,o){return effectiveHtml`${this.h1?block1$o.call(this,e,t,o):void 0}${this.h2?block2$m.call(this,e,t,o):void 0}${this.h3?block3$g.call(this,e,t,o):void 0}${this.h4?block4$c.call(this,e,t,o):void 0}${this.h5?block5$8.call(this,e,t,o):void 0}${this.h6?block6$6.call(this,e,t,o):void 0}`}function block1$o(e,t,o){return effectiveHtml`<h1 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h1>`}function block2$m(e,t,o){return effectiveHtml`<h2 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h2>`}function block3$g(e,t,o){return effectiveHtml`<h3 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h3>`}function block4$c(e,t,o){return effectiveHtml`<h4 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h4>`}function block5$8(e,t,o){return effectiveHtml`<h5 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h5>`}function block6$6(e,t,o){return effectiveHtml`<h6 class="ui5-title-root"><span id="${l$1(this._id)}-inner"><slot></slot></span></h6>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$s={packageName:"@ui5/webcomponents",fileName:"themes/Title.css.ts",content:':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader2Size);font-family:"72override",var(--sapFontHeaderFamily);text-shadow:var(--sapContent_TextShadow)}.ui5-title-root{display:inline-block;position:relative;font-weight:400;font-size:inherit;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;vertical-align:bottom;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;cursor:inherit}:host([wrapping-type="Normal"]) .ui5-title-root,:host([wrapping-type="Normal"]) ::slotted(*){white-space:pre-line}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([level="H1"]){font-size:var(--sapFontHeader1Size)}:host([level="H2"]){font-size:var(--sapFontHeader2Size)}:host([level="H3"]){font-size:var(--sapFontHeader3Size)}:host([level="H4"]){font-size:var(--sapFontHeader4Size)}:host([level="H5"]){font-size:var(--sapFontHeader5Size)}:host([level="H6"]){font-size:var(--sapFontHeader6Size)}\n'};var __decorate$x=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Title=class extends UI5Element{get normalizedLevel(){return this.level.toLowerCase()}get h1(){return"h1"===this.normalizedLevel}get h2(){return"h2"===this.normalizedLevel}get h3(){return"h3"===this.normalizedLevel}get h4(){return"h4"===this.normalizedLevel}get h5(){return"h5"===this.normalizedLevel}get h6(){return"h6"===this.normalizedLevel}};__decorate$x([property({type:WrappingType$1,defaultValue:WrappingType$1.None})],Title.prototype,"wrappingType",void 0),__decorate$x([property({type:TitleLevel$1,defaultValue:TitleLevel$1.H2})],Title.prototype,"level",void 0),Title=__decorate$x([customElement({tag:"ui5-title",renderer:litRender,template:block0$s,styles:styleData$s})],Title),Title.define();const Title$1=Title;registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$r={packageName:"@ui5/webcomponents",fileName:"themes/ResponsivePopover.css.ts",content:":host{--_ui5-v1-24-7_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([opened]){display:inline-block}.ui5-responsive-popover-header{height:var(--_ui5-v1-24-7-responsive_popover_header_height);display:flex;justify-content:space-between;align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v1-24-7_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}\n"};var ResponsivePopover_1,__decorate$w=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ResponsivePopover=ResponsivePopover_1=class extends Popover$1{constructor(){super()}async showAt(e,t=!1){if(isPhone()){this.style.display="contents";const e=getNextZIndex();if(!e)return;this.style.zIndex=e.toString(),await this._dialog.show(t)}else await super.showAt(e,t)}close(e=!1,t=!1,o=!1){isPhone()?this._dialog.close(e,t,o):super.close(e,t,o)}toggle(e){if(this.isOpen())return this.close();this.showAt(e)}isOpen(){return isPhone()&&this._dialog?this._dialog.isOpen():super.isOpen()}get classes(){const e=super.classes;return e.header={"ui5-responsive-popover-header":!0,"ui5-responsive-popover-header-no-title":!this.headerText},e}get _dialog(){return this.shadowRoot.querySelector("[ui5-dialog]")}get contentDOM(){return isPhone()?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return isPhone()}get _displayHeader(){return(isPhone()||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return isPhone()||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return ResponsivePopover_1.i18nBundle.getText(RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON)}_beforeDialogOpen(e){this.open=!0,this.opened=!0,this._propagateDialogEvent(e)}_afterDialogClose(e){this.open=!1,this.opened=!1,this._propagateDialogEvent(e)}_propagateDialogEvent(e){const t=e.type.replace("ui5-","");this.fireEvent(t,e.detail)}get isModal(){return isPhone()?this._dialog.isModal:super.isModal}static async onDefine(){ResponsivePopover_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}};__decorate$w([property({type:Boolean})],ResponsivePopover.prototype,"contentOnlyOnDesktop",void 0),__decorate$w([property({type:Boolean})],ResponsivePopover.prototype,"_hideHeader",void 0),__decorate$w([property({type:Boolean})],ResponsivePopover.prototype,"_hideCloseButton",void 0),ResponsivePopover=ResponsivePopover_1=__decorate$w([customElement({tag:"ui5-responsive-popover",styles:[Popover$1.styles,styleData$r],template:block0$u,dependencies:[...Popover$1.dependencies,Button$1,Dialog$1,Title$1]})],ResponsivePopover),ResponsivePopover.define();const ResponsivePopover$1=ResponsivePopover,getDaysInMonth=e=>{const t=new CalendarDate$1(e);return t.setDate(1),t.setMonth(t.getMonth()+1),t.setDate(0),t.getDate()},transformDateToSecondaryType=(e,t,o,i)=>{let a=CalendarDate$1.fromLocalJSDate(UI5Date.getInstance(1e3*o),e),r=CalendarDate$1.fromLocalJSDate(UI5Date.getInstance(1e3*o),e);return a.setDate(1),i&&(a.setMonth(0),r.setMonth(11)),r.setDate(getDaysInMonth(r)),a=new CalendarDate$1(a,t),r=new CalendarDate$1(r,t),{firstDate:a,lastDate:r}},convertMonthNumbersToMonthNames=(e,t,o)=>{const i=getCachedLocaleDataInstance(getLocale()),a=i.getIntervalPattern(""),r=i.getMonthsStandAlone("abbreviated",o),n=i.getMonthsStandAlone("wide",o);return e===t?{text:i.getMonths("abbreviated",o)[e],textInfo:i.getMonths("wide",o)[e]}:{text:a.replace(/\{0\}/,r[e]).replace(/\{1\}/,r[t]),textInfo:a.replace(/\{0\}/,n[e]).replace(/\{1\}/,n[t])}};var __decorate$v=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarDate2=class extends UI5Element{};__decorate$v([property()],CalendarDate2.prototype,"value",void 0),CalendarDate2=__decorate$v([customElement("ui5-date")],CalendarDate2),CalendarDate2.define();const CalendarDateComponent=CalendarDate2;var __decorate$u=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarPart=class extends DateComponentBase$1{get _minTimestamp(){return this._minDate.valueOf()/1e3}get _maxTimestamp(){return this._maxDate.valueOf()/1e3}get _timestamp(){let e=void 0!==this.timestamp?this.timestamp:getTodayUTCTimestamp(this._primaryCalendarType);return this._maxTimestamp&&this._maxTimestamp<e?e=this._maxTimestamp:this._minTimestamp&&this._minTimestamp>e&&(e=this._minTimestamp),e}get _localDate(){return new Date(1e3*this._timestamp)}get _calendarDate(){return CalendarDate$1.fromTimestamp(this._localDate.getTime(),this._primaryCalendarType)}_safelySetTimestamp(e){const t=this._minDate.valueOf()/1e3,o=this._maxDate.valueOf()/1e3;e<t&&(e=t),e>o&&(e=o),this.timestamp=e}_safelyModifyTimestampBy(e,t,o){const i=modifyDateBy(this._calendarDate,e,t,o);this._safelySetTimestamp(i.valueOf()/1e3)}_getTimestampFromDom(e){const t=e.getAttribute("data-sap-timestamp");return parseInt(t)}};__decorate$u([property({validator:Integer})],CalendarPart.prototype,"timestamp",void 0),CalendarPart=__decorate$u([customElement()],CalendarPart);const CalendarPart$1=CalendarPart,name$b="slim-arrow-left",pathData$b="M351.5 421q12 12 0 23-5 5-11 5t-11-5l-166-165q-9-10-9-23t9-23l165-164q5-5 11.5-5t11.5 5 5 11-5 11l-159 159q-6 6 0 12z",ltr$b=!1,collection$b="SAP-icons-v4",packageName$b="@ui5/webcomponents-icons";registerIcon(name$b,{pathData:pathData$b,ltr:false,collection:collection$b,packageName:packageName$b});const name$a="slim-arrow-left",pathData$a="M326 96q11 0 18.5 7.5T352 122q0 10-8 18L223 256l121 116q8 8 8 18 0 11-7.5 18.5T326 416q-10 0-17-7L168 274q-8-6-8-18 0-11 8-19l141-134q7-7 17-7z",ltr$a=!1,collection$a="SAP-icons-v5",packageName$a="@ui5/webcomponents-icons";registerIcon(name$a,{pathData:pathData$a,ltr:false,collection:collection$a,packageName:packageName$a}),isLegacyThemeFamily();const name$9="slim-arrow-right",pathData$9="M357.5 233q10 10 10 23t-10 23l-165 165q-12 11-23 0t0-23l160-159q6-6 0-12l-159-159q-5-5-5-11t5-11 11-5 11 5z",ltr$9=!1,collection$9="SAP-icons-v4",packageName$9="@ui5/webcomponents-icons";registerIcon(name$9,{pathData:pathData$9,ltr:false,collection:collection$9,packageName:packageName$9});const name$8="slim-arrow-right",pathData$8="M186 416q-11 0-18.5-7.5T160 390q0-10 8-18l121-116-121-116q-8-8-8-18 0-11 7.5-18.5T186 96q10 0 17 7l141 134q8 8 8 19 0 12-8 18L203 409q-7 7-17 7z",ltr$8=!1,collection$8="SAP-icons-v5",packageName$8="@ui5/webcomponents-icons";function block0$r(e,t,o){return o?effectiveHtml`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${o$2(this.classes.prevButton)}" role="button" @mousedown=${this.onPrevButtonClick} title="${l$1(this._prevButtonText)}"><${scopeTag("ui5-icon",t,o)} class="ui5-calheader-arrowicon" name="slim-arrow-left"></${scopeTag("ui5-icon",t,o)}></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${this.isMonthButtonHidden}" tabindex="0" role="button" aria-label="${l$1(this.accInfo.ariaLabelMonthButton)}" @click=${this.onMonthButtonClick} @keydown=${this.onMonthButtonKeyDown} @keyup=${this.onMonthButtonKeyUp}><span>${l$1(this._monthButtonText)}</span>${this.hasSecondaryCalendarType?block1$n.call(this,e,t,o):void 0}</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${this.isYearButtonHidden}" tabindex="0" role="button" @click=${this.onYearButtonClick} @keydown=${this.onYearButtonKeyDown} @keyup=${this.onYearButtonKeyUp}><span>${l$1(this._yearButtonText)}</span>${this.hasSecondaryCalendarType?block2$l.call(this,e,t,o):void 0}</div></div><div data-ui5-cal-header-btn-next class="${o$2(this.classes.nextButton)}" role="button" @mousedown=${this.onNextButtonClick} title=${l$1(this._nextButtonText)}><${scopeTag("ui5-icon",t,o)} class="ui5-calheader-arrowicon" name="slim-arrow-right"></${scopeTag("ui5-icon",t,o)}></div></div>`:effectiveHtml`<div class="ui5-calheader-root"><div data-ui5-cal-header-btn-prev class="${o$2(this.classes.prevButton)}" role="button" @mousedown=${this.onPrevButtonClick} title="${l$1(this._prevButtonText)}"><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-left"></ui5-icon></div><div class="ui5-calheader-midcontainer"><div data-ui5-cal-header-btn-month class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${this.isMonthButtonHidden}" tabindex="0" role="button" aria-label="${l$1(this.accInfo.ariaLabelMonthButton)}" @click=${this.onMonthButtonClick} @keydown=${this.onMonthButtonKeyDown} @keyup=${this.onMonthButtonKeyUp}><span>${l$1(this._monthButtonText)}</span>${this.hasSecondaryCalendarType?block1$n.call(this,e,t,o):void 0}</div><div data-ui5-cal-header-btn-year class="ui5-calheader-arrowbtn ui5-calheader-middlebtn" ?hidden="${this.isYearButtonHidden}" tabindex="0" role="button" @click=${this.onYearButtonClick} @keydown=${this.onYearButtonKeyDown} @keyup=${this.onYearButtonKeyUp}><span>${l$1(this._yearButtonText)}</span>${this.hasSecondaryCalendarType?block2$l.call(this,e,t,o):void 0}</div></div><div data-ui5-cal-header-btn-next class="${o$2(this.classes.nextButton)}" role="button" @mousedown=${this.onNextButtonClick} title=${l$1(this._nextButtonText)}><ui5-icon class="ui5-calheader-arrowicon" name="slim-arrow-right"></ui5-icon></div></div>`}function block1$n(e,t,o){return effectiveHtml`<span class="ui5-calheader-btn-sectext">${l$1(this._secondMonthButtonText)}</span>`}function block2$l(e,t,o){return effectiveHtml`<span class="ui5-calheader-btn-sectext">${l$1(this._yearButtonTextSecType)}</span>`}registerIcon(name$8,{pathData:pathData$8,ltr:false,collection:collection$8,packageName:packageName$8}),isLegacyThemeFamily(),registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$q={packageName:"@ui5/webcomponents",fileName:"themes/CalendarHeader.css.ts",content:':host{display:block;width:100%;height:100%}.ui5-calheader-root{display:flex;height:100%;padding:var(--_ui5-v1-24-7_calendar_header_padding);box-sizing:border-box}.ui5-calheader-arrowbtn{display:flex;justify-content:center;align-items:center;width:var(--_ui5-v1-24-7_calendar_header_arrow_button_width);background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);cursor:pointer;overflow:hidden;white-space:nowrap;padding:0;font-size:var(--sapFontSize);user-select:none}.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:hover,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:active,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled:focus,.ui5-calheader-arrowbtn.ui5-calheader-arrowbtn-disabled{opacity:.4;cursor:default;outline:none;background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor)}[hidden].ui5-calheader-arrowbtn.ui5-calheader-middlebtn{display:none}.ui5-calheader-arrowbtn:focus{outline:none}.ui5-calheader-arrowbtn:hover{background-color:var(--sapButton_Hover_Background);color:var(--sapButton_Lite_TextColor);box-shadow:var(--_ui5-v1-24-7_calendar_header_arrow_button_box_shadow)}.ui5-calheader-arrowbtn:active{background-color:var(--sapButton_Active_Background);color:var(--sapButton_Active_TextColor)}.ui5-calheader-arrowbtn,.ui5-calheader-middlebtn{border:var(--_ui5-v1-24-7_calendar_header_arrow_button_border);border-radius:var(--_ui5-v1-24-7_calendar_header_arrow_button_border_radius);display:flex;background-color:var(--sapButton_Lite_Background);border-color:var(--sapButton_Lite_BorderColor)}.ui5-calheader-middlebtn{flex-direction:column;align-items:center;justify-content:center}.ui5-calheader-arrowbtn:not(:active) .ui5-calheader-btn-sectext{color:var(--sapNeutralElementColor);font-size:var(--sapFontSmallSize)}.ui5-calheader-arrowicon{color:currentColor;pointer-events:none}.ui5-calheader-midcontainer{display:flex;justify-content:space-around;flex:1 1 auto;padding:0 .5rem}.ui5-calheader-midcontainer .ui5-calheader-middlebtn:first-child{margin-inline-end:.5rem}.ui5-calheader-middlebtn{font-family:var(--_ui5-v1-24-7_button_fontFamily);width:var(--_ui5-v1-24-7_calendar_header_middle_button_width);flex:var(--_ui5-v1-24-7_calendar_header_middle_button_flex);position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui5-calheader-middlebtn:focus{border:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_border);border-radius:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_border_radius);outline:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_outline);outline-offset:-.125rem;background:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_background)}.ui5-calheader-middlebtn:focus:active{outline:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_active_outline);outline-offset:-.0625rem;background:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_active_background)}.ui5-calheader-middlebtn:focus:after{content:"";display:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_display);width:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_width);height:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_height);border:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_border);position:absolute;top:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_top_offset);left:var(--_ui5-v1-24-7_calendar_header_middle_button_focus_after_left_offset)}.ui5-calheader-middlebtn:focus:active:after{border-color:var(--sapContent_ContrastFocusColor)}\n'};var CalendarHeader_1,__decorate$t=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarHeader=CalendarHeader_1=class extends UI5Element{static async onDefine(){CalendarHeader_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}constructor(){super()}onBeforeRendering(){this._prevButtonText=CalendarHeader_1.i18nBundle.getText(CALENDAR_HEADER_PREVIOUS_BUTTON),this._nextButtonText=CalendarHeader_1.i18nBundle.getText(CALENDAR_HEADER_NEXT_BUTTON),this.hasSecondaryCalendarType&&(this._secondMonthButtonText=this.buttonTextForSecondaryCalendarType.monthButtonText,this._secondYearButtonText=this.buttonTextForSecondaryCalendarType.yearButtonText)}onPrevButtonClick(e){this.isPrevButtonDisabled||this.fireEvent("previous-press",e),e.preventDefault()}onNextButtonClick(e){this.isNextButtonDisabled||this.fireEvent("next-press",e),e.preventDefault()}onMonthButtonClick(e){this.fireEvent("show-month-view",e)}onMonthButtonKeyDown(e){isSpace(e)&&e.preventDefault(),isEnter(e)&&this.fireEvent("show-month-view",e)}onMonthButtonKeyUp(e){isSpace(e)&&(e.preventDefault(),this.fireEvent("show-month-view",e))}onYearButtonClick(e){this.fireEvent("show-year-view",e)}onYearButtonKeyDown(e){isSpace(e)&&e.preventDefault(),isEnter(e)&&this.fireEvent("show-year-view",e)}onYearButtonKeyUp(e){isSpace(e)&&(e.preventDefault(),this.fireEvent("show-year-view",e))}get hasSecondaryCalendarType(){return!!this.secondaryCalendarType&&this.secondaryCalendarType!==this.primaryCalendarType}get classes(){return{prevButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this.isPrevButtonDisabled},nextButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this.isNextButtonDisabled}}}get accInfo(){return{ariaLabelMonthButton:this.hasSecondaryCalendarType?`${this._monthButtonText}, ${this.buttonTextForSecondaryCalendarType.monthButtonInfo}`:`${this._monthButtonText}`}}};__decorate$t([property({validator:Integer})],CalendarHeader.prototype,"timestamp",void 0),__decorate$t([property({type:CalendarType$1})],CalendarHeader.prototype,"primaryCalendarType",void 0),__decorate$t([property({type:CalendarType$1})],CalendarHeader.prototype,"secondaryCalendarType",void 0),__decorate$t([property({type:Object})],CalendarHeader.prototype,"buttonTextForSecondaryCalendarType",void 0),__decorate$t([property({type:Boolean})],CalendarHeader.prototype,"isNextButtonDisabled",void 0),__decorate$t([property({type:Boolean})],CalendarHeader.prototype,"isPrevButtonDisabled",void 0),__decorate$t([property({type:Boolean})],CalendarHeader.prototype,"isMonthButtonHidden",void 0),__decorate$t([property()],CalendarHeader.prototype,"_monthButtonText",void 0),__decorate$t([property()],CalendarHeader.prototype,"_yearButtonText",void 0),__decorate$t([property()],CalendarHeader.prototype,"_yearButtonTextSecType",void 0),__decorate$t([property({type:Boolean})],CalendarHeader.prototype,"isYearButtonHidden",void 0),CalendarHeader=CalendarHeader_1=__decorate$t([customElement({tag:"ui5-calendar-header",languageAware:!0,renderer:litRender,template:block0$r,styles:styleData$q,dependencies:[Icon$1]}),event("next-press"),event("previous-press"),event("show-month-view"),event("show-year-view")],CalendarHeader),CalendarHeader.define();const CalendarHeader$1=CalendarHeader,calculateWeekNumber=(e,t,o,i,a,r)=>{let n=0,s=0;const l=Number.isInteger(e)?e:a.getFirstDayOfWeek();if(i&&"en"===i.getLanguage()&&"US"===i.getRegion()){const e=UniversalDate.getInstance(t,r);e.setUTCFullYear(o,0,1),s=e.getUTCDay();const i=UniversalDate.getInstance(t,r);i.setUTCDate(i.getUTCDate()-i.getUTCDay()+s),n=Math.round((i.getTime()-e.getTime())/864e5/7)+1}else{const e=UniversalDate.getInstance(t,r);e.setUTCDate(e.getUTCDate()-l),s=e.getUTCDay(),e.setUTCDate(e.getUTCDate()-s+4);const o=UniversalDate.getInstance(new Date(e.getTime()),r);o.setUTCMonth(0,1),s=o.getUTCDay();let i=0;s>4&&(i=7);const a=UniversalDate.getInstance(new Date(o.getTime()),r);a.setUTCDate(1-s+4+i),n=Math.round((e.getTime()-a.getTime())/864e5/7)+1}return n};var CalendarSelectionMode;!function(e){e.Single="Single",e.Multiple="Multiple",e.Range="Range"}(CalendarSelectionMode||(CalendarSelectionMode={}));const CalendarSelectionMode$1=CalendarSelectionMode;function block0$q(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.root)}" style="${styleMap(this.styles.wrapper)}" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._onclick} @mouseover=${this._onmouseover} @focusin=${this._onfocusin} @focusout=${this._onfocusout}><div id="${l$1(this._id)}-content" class="ui5-dp-content" role="grid" aria-roledescription="${l$1(this.ariaRoledescription)}"><div role="row" class="ui5-dp-days-names-container">${c(this._dayNames,((e,t)=>e._id||t),((i,a)=>block1$m.call(this,e,t,o,i,a)))}</div>${c(this._weeks,((e,t)=>e._id||t),((i,a)=>block2$k.call(this,e,t,o,i,a)))}</div></div>`}function block1$m(e,t,o,i,a){return effectiveHtml`<div role="columnheader" aria-label="${l$1(i.name)}" class="${l$1(i.classes)}">${l$1(i.ultraShortName)}</div>`}function block2$k(e,t,o,i,a){return effectiveHtml`${i.length?block3$f.call(this,e,t,o,i,a):block10$2.call(this,e,t,o,i,a)}`}function block3$f(e,t,o,i,a){return effectiveHtml`<div class="ui5-dp-weeks-row" role="row">${c(i,((e,t)=>e._id||t),((i,a)=>block4$b.call(this,e,t,o,i,a)))}</div>`}function block4$b(e,t,o,i,a){return effectiveHtml`${i.timestamp?block5$7.call(this,e,t,o,i,a):block8$3.call(this,e,t,o,i,a)}`}function block5$7(e,t,o,i,a){return effectiveHtml`<div ?special-day="${i.type}" tabindex="${l$1(i._tabIndex)}" ?data-sap-focus-ref="${i.focusRef}" data-sap-timestamp="${l$1(i.timestamp)}" role="gridcell" aria-selected="${l$1(i.ariaSelected)}" aria-label="${l$1(i.ariaLabel)}" aria-disabled="${l$1(i.ariaDisabled)}" class="${l$1(i.classes)}"><span class="ui5-dp-daytext" data-sap-timestamp="${l$1(i.timestamp)}">${l$1(i.day)}</span>${i._isSecondaryCalendarType?block6$5.call(this,e,t,o,i,a):void 0}${i.type?block7$3.call(this,e,t,o,i,a):void 0}</div>`}function block6$5(e,t,o,i,a){return effectiveHtml`<span class="ui5-dp-daytext ui5-dp-daysectext">${l$1(i.secondDay)}</span>`}function block7$3(e,t,o,i,a){return effectiveHtml`<div class="ui5-dp-specialday ${l$1(i.type)}"></div>`}function block8$3(e,t,o,i,a){return effectiveHtml`${i.isHidden?void 0:block9$2.call(this,e,t,o,i,a)}`}function block9$2(e,t,o,i,a){return effectiveHtml`<div class="ui5-dp-weekname-container" role="rowheader" aria-label="Calendar Week ${l$1(i.weekNum)}"><span class="ui5-dp-weekname">${l$1(i.weekNum)}</span></div>`}function block10$2(e,t,o,i,a){return effectiveHtml`<div class="sapWCEmptyWeek"></div>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$p={packageName:"@ui5/webcomponents",fileName:"themes/DayPicker.css.ts",content:':host(:not([hidden])){display:block}:host{height:100%;width:100%}:host([hide-week-numbers]) .ui5-dp-content{flex-basis:100%}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item{flex-direction:column;justify-content:var(--_ui5-v1-24-7_day_picker_item_justify_content)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-daytext{height:1.5625rem;padding-inline-end:var(--_ui5-v1-24-7_dp_two_calendar_item_text_padding_top)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-daysectext{font-size:.75rem;height:var(--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height);padding-block:var(--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding_block);padding-inline:50% .4375rem}.ui5-dp-weekname,.ui5-dp-dayname,.ui5-dp-item{width:var(--_ui5-v1-24-7_day_picker_item_width);height:var(--_ui5-v1-24-7_day_picker_item_height);margin-block-start:var(--_ui5-v1-24-7_daypicker_item_margin);margin-inline-end:var(--_ui5-v1-24-7_daypicker_item_margin);font-family:"72override",var(--sapFontFamily);border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius)}.ui5-dp-weekname{color:var(--_ui5-v1-24-7_daypicker_weekname_color)}.ui5-dp-weeks-row{display:flex}.ui5-dp-content{display:flex;flex-basis:87.5%;flex-direction:column;font-family:"72override",var(--sapFontFamily)}.ui5-dp-days-names-container{display:flex;height:var(--_ui5-v1-24-7_daypicker_daynames_container_height)}.ui5-dp-weeknumber-container{padding-block-start:var(--_ui5-v1-24-7_daypicker_weeknumbers_container_padding_top);flex-basis:12.5%}.ui5-dp-weekname,.ui5-dp-dayname,.ui5-dp-weekname-container,.ui5-dp-item{display:flex;flex-grow:1;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);outline:none;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui5-dp-item{position:relative;color:var(--sapTextColor);background:var(--sapLegend_WorkingBackground);font-size:var(--sapFontSize);border:var(--_ui5-v1-24-7_daypicker_item_border);border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius)}.ui5-dp-item:hover{background:var(--sapList_Hover_Background)}.ui5-dp-daytext{display:flex;width:100%;height:100%;justify-content:center;align-items:center;box-sizing:border-box}.ui5-dp-dayname{color:var(--_ui5-v1-24-7_daypicker_dayname_color);height:100%}.ui5-dp-item.ui5-dp-item--weeekend{background:var(--sapLegend_NonWorkingBackground)}.ui5-dp-item.ui5-dp-item--disabled{pointer-events:none;opacity:.5}.ui5-dp-item.ui5-dp-item--weeekend:hover{background:var(--sapList_Hover_Background);filter:var(--_ui5-v1-24-7_daypicker_item_weeekend_filter)}.ui5-dp-item.ui5-dp-item--othermonth{color:var(--_ui5-v1-24-7_daypicker_item_othermonth_color);background:var(--_ui5-v1-24-7_daypicker_item_othermonth_background_color);border-color:transparent}.ui5-dp-item.ui5-dp-item--othermonth:hover,.ui5-dp-item.ui5-dp-item--weeekend.ui5-dp-item--othermonth:hover{color:var(--_ui5-v1-24-7_daypicker_item_othermonth_hover_color);background:var(--sapList_Hover_Background)}.ui5-dp-item:focus:after{content:"";border:var(--_ui5-v1-24-7_daypicker_item_not_selected_focus_border);position:absolute;inset:var(--_ui5-v1-24-7_daypicker_item_no_selected_inset);outline:none;border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius_focus_after)}.ui5-dp-item.ui5-dp-item--now:before{position:absolute;inset:var(--_ui5-v1-24-7_daypicker_item_now_not_selected_inset);border:.125rem solid var(--_ui5-v1-24-7_daypicker_item_now_border_color);content:"";border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius);z-index:1}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected{box-shadow:var(--_ui5-v1-24-7_daypicker_item_now_box_shadow)}.ui5-dp-item.ui5-dp-item--selected{background:var(--sapContent_Selected_Background)}.ui5-dp-item.ui5-dp-item--selected:not(.ui5-dp-item.ui5-dp-item--now) .ui5-dp-daytext:after{position:absolute;inset:0;border:var(--_ui5-v1-24-7_daypicker_item_selected_border);content:"";border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius_item);z-index:1}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item.ui5-dp-item--now .ui5-dp-daytext{border:var(--_ui5-v1-24-7_day_picker_item_selected_now_border);outline:var(--_ui5-v1-24-7_daypicker_item_selected_text_outline);outline-offset:var(--_ui5-v1-24-7_daypicker_item_now_selected_outline_offset);border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius_item);font-family:var(--_ui5-v1-24-7_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected .ui5-dp-daytext{background:var(--_ui5-v1-24-7_daypicker_item_selected_background);color:var(--sapContent_Selected_TextColor);border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius);border:var(--_ui5-v1-24-7_daypicker_item_selected_text_border);font-family:var(--_ui5-v1-24-7_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected .ui5-dp-daytext{background:var(--_ui5-v1-24-7_daypicker_item_selected_daytext_hover_background);color:var(--sapContent_Selected_TextColor)}.ui5-dp-item.ui5-dp-item--now:focus:after{inset:var(--_ui5-v1-24-7_daypicker_item_now_inset);border-radius:var(--_ui5-v1-24-7_daypicker_item_now_border_radius_focus_after);border:var(--_ui5-v1-24-7_daypicker_item_now_border_focus_after);position:absolute;content:"";width:auto;height:auto}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now:focus:after{inset:var(--_ui5-v1-24-7_daypicker_item_now_inset);border-radius:var(--_ui5-v1-24-7_day_picker_item_selected_now_border_radius_focus);border:var(--_ui5-v1-24-7_day_picker_item_selected_now_border_focus);position:absolute;content:"";width:auto;height:auto}.ui5-dp-item.ui5-dp-item--selected:hover{background:var( --_ui5-v1-24-7_daypicker_item_selected_hover);color:var(--sapContent_ContrastTextColor)}.ui5-dp-item.ui5-dp-item--selected:focus:after{border-color:var(--_ui5-v1-24-7_daypicker_item_selected_focus_color);border-width:var(--_ui5-v1-24-7_daypicker_item_selected_focus_width)}.ui5-dp-items-container{outline:none}.ui5-dp-item.ui5-dp-item--selected-between .ui5-dp-daytext{border-radius:var(--_ui5-v1-24-7_daypicker_item_border_radius);color:var(--sapTextColor);font-weight:var(--_ui5-v1-24-7_daypicker_item_selected_between_text_font)}.ui5-dp-item.ui5-dp-item--selected-between.ui5-dp-item--now:not(.ui5-dp-item--selected) .ui5-dp-daytext:after{content:"";position:absolute;inset:var(--_ui5-v1-24-7_daypicker_item_now_selected_between_inset);border:var(--_ui5-v1-24-7_daypicker_item_now_selected_between_border);border-radius:var(--_ui5-v1-24-7_daypicker_item_now_selected_between_border_radius)}.ui5-dp-item.ui5-dp-item--selected-between{border:var(--_ui5-v1-24-7_daypicker_item_select_between_border);border-radius:var(--_ui5-v1-24-7_daypicker_item_selected_between_border);background:var(--_ui5-v1-24-7_daypicker_item_selected_between_background)}.ui5-dp-item.ui5-dp-item--selected-between:hover{background:var(--_ui5-v1-24-7_daypicker_item_selected_between_hover_background)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--selected-between:focus:after{border-color:var(--sapContent_FocusColor)}.ui5-dp-items-container>:first-child{justify-content:flex-end}.ui5-dp-emptyweek{height:var(--_ui5-v1-24-7_day_picker_empty_height)}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected.ui5-dp-item--withsecondtype:focus:after{outline-offset:-.1875rem;border-radius:var(--_ui5-v1-24-7-dp-item_withsecondtype_border)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now.ui5-dp-item--withsecondtype .ui5-dp-daysectext,.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected.ui5-dp-item--withsecondtype .ui5-dp-daytext{border:none;outline:none}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--selected:not(.ui5-dp-item.ui5-dp-item--now) .ui5-dp-daytext:after{border-width:.0625rem}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--now .ui5-dp-daysectext{height:var(--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height);padding-block-start:0;border-radius:var(--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_border_radios)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--selected.ui5-dp-item.ui5-dp-item--now .ui5-dp-daytext{border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_border_radius);margin-block-end:var(--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item:focus:after{inset:var(--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_inset);border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_border_focus_border_radius)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--now:after{inset:var(--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_focus_inset);border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_no_select_focus_border_radius)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--selected:focus:after{border-width:var(--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_width);inset:var(--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_inset);border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_border_focus_border_radius)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now:after{inset:var(--_ui5-v1-24-7_daypicker_two_calendar_item_now_inset);border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_selected_now_border_radius_focus)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected.ui5-dp-item--withsecondtype .ui5-dp-daytext:not(.ui5-dp-daysectext):before{content:var(--_ui5-v1-24-7_daypicker_two_calendar_item_now_day_text_content);position:absolute;inset:.25rem;border-radius:var(--_ui5-v1-24-7_daypicker_two_calendar_item_selected_now_border_radius_focus);outline:var(--_ui5-v1-24-7_daypicker_item_selected__secondary_type_text_outline);z-index:1}.ui5-dp-specialday{width:100%;height:.375rem;position:absolute;box-sizing:border-box;inset-block-start:var(--_ui5-v1-24-7_daypicker_special_day_top);border-end-end-radius:var(--_ui5-v1-24-7_daypicker_special_day_border_bottom_radius);border-end-start-radius:var(--_ui5-v1-24-7_daypicker_special_day_border_bottom_radius);border-block-start:var(--_ui5-v1-24-7_daypicker_special_day_border_top)}.ui5-dp-item--selected .ui5-dp-specialday{width:var(--_ui5-v1-24-7_daypicker_selected_item_special_day_width)}.ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-specialday{inset-block-start:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top);width:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_width);border-end-end-radius:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius);border-end-start-radius:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius)}.ui5-dp-item--now .ui5-dp-specialday,.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-specialday{height:.3125rem;border-end-end-radius:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate);border-end-start-radius:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate);inset-block-start:var(--_ui5-v1-24-7_daypicker_item_now_specialday_top);width:var(--_ui5-v1-24-7_daypicker_item_now_specialday_width)}.ui5-dp-item:not(:focus).ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-specialday{border-end-end-radius:var(--_ui5-v1-24-7_daypicker_special_day_selected_border_radius_bottom);border-end-start-radius:var(--_ui5-v1-24-7_daypicker_special_day_selected_border_radius_bottom)}.ui5-dp-item--now .ui5-dp-specialday{width:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_width);inset-block-start:var(--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top)}.ui5-dp-item[special-day].ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-daytext{border-radius:var(--_ui5-v1-24-7-daypicker_item_selected_now_border_radius)}.ui5-dp-item[special-day].ui5-dp-item--selected.ui5-dp-item--now:focus:after,.ui5-dp-item[special-day].ui5-dp-item--now:focus:after{margin:var(--_ui5-v1-24-7_daypicker_item_now_focus_margin)}.ui5-dp-item.ui5-dp-item--now:focus .ui5-dp-specialday{inset-block-start:var(--_ui5-v1-24-7_daypicker_specialday_focused_top);width:var(--_ui5-v1-24-7_daypicker_specialday_focused_width);border-end-end-radius:var(--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom);border-end-start-radius:var(--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom);height:.3125rem}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[special-day].ui5-dp-item--selected.ui5-dp-item--now:after,.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[special-day].ui5-dp-item--now:after{inset:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_inset);border-radius:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_border_radius);border-width:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_after_border_width);border-color:var(--_ui5-v1-24-7_daypicker_item_selected_focus_color)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[special-day].ui5-dp-item--now:not(.ui5-dp-item--selected):after{inset:.1875rem}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item .ui5-dp-specialday{inset-block-start:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top);inset-inline-end:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item:not(.ui5-dp-item--now) .ui5-dp-daysectext{padding-block:var(--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now.ui5-dp-item--withsecondtype:focus .ui5-dp-specialday{inset-block-start:var(--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_top);inset-inline-end:var(--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_right)}.ui5-dp-item.ui5-dp-item--selected.ui5-dp-item--now.ui5-dp-item--withsecondtype:focus .ui5-dp-daysectext{padding-block:var(--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block)}.ui5-dp-item--withsecondtype .ui5-dp-daytext{font-size:.75rem}.ui5-dp-item.ui5-dp-item--withsecondtype .ui5-dp-specialday,.ui5-dp-item.ui5-dp-item--withsecondtype.ui5-dp-item--now:focus .ui5-dp-specialday,.ui5-dp-item.ui5-dp-item--withsecondtype:not(:focus).ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-specialday{border-radius:100%;width:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_dot);inset-block-start:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top);inset-inline-end:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right);height:var(--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_dot);border-block-start:none}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item.ui5-dp-item--selected.ui5-dp-item.ui5-dp-item--now:focus .ui5-dp-daytext{margin-block-end:var(--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_margin_bottom);padding-inline-end:var(--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_padding_right)}.Type01{background:var(--sapLegendColor1)}.Type02{background:var(--sapLegendColor2)}.Type03{background:var(--sapLegendColor3)}.Type04{background:var(--sapLegendColor4)}.Type05{background:var(--sapLegendColor5)}.Type06{background:var(--sapLegendColor6)}.Type07{background:var(--sapLegendColor7)}.Type08{background:var(--sapLegendColor8)}.Type09{background:var(--sapLegendColor9)}.Type10{background:var(--sapLegendColor10)}.Type11{background:var(--sapLegendColor11)}.Type12{background:var(--sapLegendColor12)}.Type13{background:var(--sapLegendColor13)}.Type14{background:var(--sapLegendColor14)}.Type15{background:var(--sapLegendColor15)}.Type16{background:var(--sapLegendColor16)}.Type17{background:var(--sapLegendColor17)}.Type18{background:var(--sapLegendColor18)}.Type19{background:var(--sapLegendColor19)}.Type20{background:var(--sapLegendColor20)}\n'};var DayPicker_1,__decorate$s=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const isBetween=(e,t,o)=>e>Math.min(t,o)&&e<Math.max(t,o),DAYS_IN_WEEK=7;let DayPicker=DayPicker_1=class extends CalendarPart$1{onBeforeRendering(){const e=getCachedLocaleDataInstance(getLocale());this._buildWeeks(e),this._buildDayNames(e)}_buildWeeks(e){if(this._hidden)return;this._weeks=[];const t=this._getFirstDayOfWeek(),o=this._specialCalendarDates,i=e.getMonths("wide",this._primaryCalendarType),a=this.hasSecondaryCalendarType?e.getMonths("wide",this.secondaryCalendarType):[],r=DayPicker_1.i18nBundle.getText(DAY_PICKER_NON_WORKING_DAY),n=DayPicker_1.i18nBundle.getText(DAY_PICKER_TODAY),s=this._getFirstDay(),l=CalendarDate$1.fromLocalJSDate(new Date,this._primaryCalendarType),c=this._calendarDate,d=this._minDate,_=this._maxDate,u=this.hasSecondaryCalendarType?this._getSecondaryDay(s):void 0;let p=[];for(let h=0;h<42;h++){const h=s.valueOf()/1e3;let v=s.getDay()-t;v<0&&(v+=7);const m=o.find((e=>e.specialDateTimestamp===h)),g=m?m.type:"",f=s.getMonth()===c.getMonth()&&s.getDate()===c.getDate(),b=this._isDaySelected(h),y=this._isDayInsideSelectionRange(h),$=s.getMonth()!==c.getMonth(),k=this._isWeekend(s),C=s.valueOf()<d.valueOf()||s.valueOf()>_.valueOf(),T=s.isSame(l),w=s.getDay()===t,S=k?`${r} `:"",x=T?`${n} `:"",I=u?u.getDate():"",D=u?u.getYear():"",B=a.length>0?a[u.getMonth()]:"",A=this.hasSecondaryCalendarType?`${x}${S}${i[s.getMonth()]} ${s.getDate()}, ${s.getYear()}; ${B} ${I}, ${D}`:`${x}${S}${i[s.getMonth()]} ${s.getDate()}, ${s.getYear()}`,P={timestamp:h.toString(),focusRef:f,_tabIndex:f?"0":"-1",selected:b||y,day:s.getDate(),secondDay:this.hasSecondaryCalendarType?u.getDate():void 0,_isSecondaryCalendarType:this.hasSecondaryCalendarType,classes:`ui5-dp-item ui5-dp-wday${v}`,ariaLabel:A,ariaSelected:String(b||y),ariaDisabled:$?"true":void 0,disabled:C,type:g};w&&(P.classes+=" ui5-dp-firstday"),b&&(P.classes+=" ui5-dp-item--selected"),y&&(P.classes+=" ui5-dp-item--selected-between"),T&&(P.classes+=" ui5-dp-item--now"),$&&(P.classes+=" ui5-dp-item--othermonth"),k&&(P.classes+=" ui5-dp-item--weeekend"),C&&(P.classes+=" ui5-dp-item--disabled"),this.hasSecondaryCalendarType&&(P.classes+=" ui5-dp-item--withsecondtype"),p.push(P),6===v&&p.unshift({weekNum:calculateWeekNumber(getFirstDayOfWeek(),s.toUTCJSDate(),s.getYear(),getLocale(),e,this._primaryCalendarType),isHidden:this.shouldHideWeekNumbers}),8===p.length&&(this._weeks.push(p),p=[]),s.setDate(s.getDate()+1),this.hasSecondaryCalendarType&&u&&u.setDate(u.getDate()+1)}}_buildDayNames(e){if(this._hidden)return;let t;const o=e.getDays("wide",this._primaryCalendarType);let i,a=e.getDays("abbreviated",this._primaryCalendarType);this.namesTooLong(a)&&(a=e.getDays("narrow",this._primaryCalendarType)),this._dayNames=[],this._dayNames.push({classes:"ui5-dp-dayname",name:DayPicker_1.i18nBundle.getText(DAY_PICKER_WEEK_NUMBER_TEXT)});for(let e=0;e<7;e++)t=e+this._getFirstDayOfWeek(),t>6&&(t-=7),i={name:o[t],ultraShortName:a[t],classes:"ui5-dp-dayname"},this._dayNames.push(i);this._dayNames[1].classes+=" ui5-dp-firstday",this.shouldHideWeekNumbers&&this._dayNames.shift()}namesTooLong(e){return e.some((e=>e.length>4))}onAfterRendering(){this._autoFocus&&!this._hidden&&this.focus();const e=this.shadowRoot.querySelector("[data-sap-focus-ref]");e&&document.activeElement!==e&&0===this._specialCalendarDates.length&&e.focus()}_onfocusin(){this._autoFocus=!0}_onfocusout(){this._autoFocus=!1}_isDaySelected(e){return this.selectionMode===CalendarSelectionMode$1.Single?e===this.selectedDates[0]:this.selectedDates.includes(e)}_isDayInsideSelectionRange(e){return!(this.selectionMode!==CalendarSelectionMode$1.Range||!this.selectedDates.length)&&(1===this.selectedDates.length&&this._secondTimestamp?isBetween(e,this.selectedDates[0],this._secondTimestamp):isBetween(e,this.selectedDates[0],this.selectedDates[1]))}_selectDate(e,t){let o=e.target;if(o.hasAttribute("data-sap-timestamp")||(o=o.parentNode),!this._isDayPressed(o))return;const i=this._getTimestampFromDom(o);this._safelySetTimestamp(i),this._updateSecondTimestamp(),this.selectionMode===CalendarSelectionMode$1.Single?this.selectedDates=[i]:this.selectionMode===CalendarSelectionMode$1.Multiple?this.selectedDates.length>0&&t?this._multipleSelection(i):this._toggleTimestampInSelection(i):this.selectedDates=1===this.selectedDates.length?[...this.selectedDates,i]:[i],this.fireEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_selectWeek(){this._weeks.forEach((e=>{const t=e;if(-1!==t.findIndex((e=>{const t=CalendarDate$1.fromTimestamp(1e3*parseInt(e.timestamp));return t.getMonth()===this._calendarDate.getMonth()&&t.getDate()===this._calendarDate.getDate()}))){t.some((e=>e.timestamp&&!this.selectedDates.includes(parseInt(e.timestamp))))?t.filter((e=>e.timestamp)).forEach((e=>{this._addTimestampToSelection(parseInt(e.timestamp))})):t.filter((e=>e.timestamp)).forEach((e=>{this._removeTimestampFromSelection(parseInt(e.timestamp))}))}})),this.fireEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_toggleTimestampInSelection(e){this.selectedDates.includes(e)?this._removeTimestampFromSelection(e):this._addTimestampToSelection(e)}_addTimestampToSelection(e){this.selectedDates.includes(e)||(this.selectedDates=[...this.selectedDates,e])}_removeTimestampFromSelection(e){this.selectedDates=this.selectedDates.filter((t=>t!==e))}_multipleSelection(e){const t=Math.min(...this.selectedDates),o=Math.max(...this.selectedDates);let i,a,r=!1;if(e<t)i=e,a=t;else if(e>=t&&e<=o){Math.abs(e-t)<Math.abs(e-o)?(i=e,a=o):(i=t,a=e),r=!0}else i=o,a=e;const n=CalendarDate$1.fromTimestamp(1e3*i),s=CalendarDate$1.fromTimestamp(1e3*a);for(;n.valueOf()<=s.valueOf();)this[r?"_toggleTimestampInSelection":"_addTimestampToSelection"](n.valueOf()/1e3),n.setDate(n.getDate()+1)}_onmouseover(e){const t=e.target.closest(".ui5-dp-item");t&&this.selectionMode===CalendarSelectionMode$1.Range&&1===this.selectedDates.length&&(this._secondTimestamp=this._getTimestampFromDom(t))}_onkeydown(e){let t=!0;if(isEnter(e)||isEnterShift(e))this._selectDate(e,isEnterShift(e));else if(isSpace(e)||isSpaceShift(e))e.preventDefault();else if(isLeft(e))this._modifyTimestampBy(-1,"day",!1);else if(isRight(e))this._modifyTimestampBy(1,"day",!1);else if(isUp(e))this._modifyTimestampBy(-7,"day",!1);else if(isDown(e))this._modifyTimestampBy(7,"day",!1);else if(isPageUp(e))this._modifyTimestampBy(-1,"month");else if(isPageDown(e))this._modifyTimestampBy(1,"month");else if(isPageUpShift(e)||isPageUpAlt(e))this._modifyTimestampBy(-1,"year");else if(isPageDownShift(e)||isPageDownAlt(e))this._modifyTimestampBy(1,"year");else if(isPageUpShiftCtrl(e))this._modifyTimestampBy(-10,"year");else if(isPageDownShiftCtrl(e))this._modifyTimestampBy(10,"year");else if(isHome(e)||isEnd(e))this._onHomeOrEnd(isHome(e));else if(isHomeCtrl(e)){const e=new CalendarDate$1(this._calendarDate,this._primaryCalendarType);e.setDate(1),this._setTimestamp(e.valueOf()/1e3)}else if(isEndCtrl(e)){const e=new CalendarDate$1(this._calendarDate,this._primaryCalendarType);e.setMonth(e.getMonth()+1),e.setDate(0),this._setTimestamp(e.valueOf()/1e3)}else t=!1;t&&e.preventDefault()}_onkeyup(e){isSpace(e)||isSpaceShift(e)&&this.selectionMode!==CalendarSelectionMode$1.Multiple?this._selectDate(e,!1):isSpaceShift(e)&&this._selectWeek()}_onclick(e){this._selectDate(e,e.shiftKey)}_onHomeOrEnd(e){this._weeks.forEach((t=>{const o=t;if(-1!==o.findIndex((e=>{const t=CalendarDate$1.fromTimestamp(1e3*parseInt(e.timestamp));return t.getMonth()===this._calendarDate.getMonth()&&t.getDate()===this._calendarDate.getDate()}))){const t=e?1:7;this._setTimestamp(parseInt(o[t].timestamp))}}))}_hasPreviousPage(){return!(this._calendarDate.getMonth()===this._minDate.getMonth()&&this._calendarDate.getYear()===this._minDate.getYear())}_hasNextPage(){return!(this._calendarDate.getMonth()===this._maxDate.getMonth()&&this._calendarDate.getYear()===this._maxDate.getYear())}_showPreviousPage(){this._modifyTimestampBy(-1,"month",!1)}_showNextPage(){this._modifyTimestampBy(1,"month",!1)}_modifyTimestampBy(e,t,o){this._safelyModifyTimestampBy(e,t,o),this._updateSecondTimestamp(),this.fireEvent("navigate",{timestamp:this.timestamp})}_setTimestamp(e){this._safelySetTimestamp(e),this._updateSecondTimestamp(),this.fireEvent("navigate",{timestamp:this.timestamp})}_updateSecondTimestamp(){this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length&&2!==this.selectedDates.length||(this._secondTimestamp=this.timestamp)}get _specialCalendarDates(){return this.specialCalendarDates}get shouldHideWeekNumbers(){return this._primaryCalendarType!==CalendarType$1.Gregorian||this.hideWeekNumbers}get classes(){return{root:{"ui5-dp-root":!0,"ui5-dp-twocalendartypes":this.hasSecondaryCalendarType}}}_isWeekend(e){const t=getCachedLocaleDataInstance(getLocale()),o=e.getDay(),i=t.getWeekendStart(),a=t.getWeekendEnd();return o>=i&&o<=a||a<i&&(o>=i||o<=a)}_isDayPressed(e){const t=e.parentNode;return e.className.indexOf("ui5-dp-item")>-1||t&&t.classList&&t.classList.contains("ui5-dp-item")}_getSecondaryDay(e){return new CalendarDate$1(e,this.secondaryCalendarType)}_getFirstDay(){let e;const t=this._getFirstDayOfWeek(),o=new CalendarDate$1(this._calendarDate,this._primaryCalendarType);return o.setDate(1),e=o.getDay()-t,e<0&&(e=7+e),e>0&&o.setDate(1-e),o}_getFirstDayOfWeek(){const e=getCachedLocaleDataInstance(getLocale()),t=getFirstDayOfWeek();return Number.isInteger(t)?t:e.getFirstDayOfWeek()}get styles(){return{wrapper:{display:this._hidden?"none":"flex","justify-content":"center"},main:{width:"100%"}}}get ariaRoledescription(){return this.hasSecondaryCalendarType?`${this._primaryCalendarType} calendar with secondary ${this.secondaryCalendarType} calendar`:`${this._primaryCalendarType} calendar`}};__decorate$s([property({validator:Integer,multiple:!0,compareValues:!0})],DayPicker.prototype,"selectedDates",void 0),__decorate$s([property({type:CalendarSelectionMode$1,defaultValue:CalendarSelectionMode$1.Single})],DayPicker.prototype,"selectionMode",void 0),__decorate$s([property({type:Boolean})],DayPicker.prototype,"hideWeekNumbers",void 0),__decorate$s([property({type:Object,multiple:!0})],DayPicker.prototype,"_weeks",void 0),__decorate$s([property({type:Object,multiple:!0})],DayPicker.prototype,"_dayNames",void 0),__decorate$s([property({type:Boolean,noAttribute:!0})],DayPicker.prototype,"_hidden",void 0),__decorate$s([property()],DayPicker.prototype,"_secondTimestamp",void 0),__decorate$s([property({type:Object,multiple:!0})],DayPicker.prototype,"specialCalendarDates",void 0),DayPicker=DayPicker_1=__decorate$s([customElement({tag:"ui5-daypicker",styles:styleData$p,template:block0$q}),event("change"),event("navigate")],DayPicker),DayPicker.define();const DayPicker$1=DayPicker;function block0$p(e,t,o){return effectiveHtml`<div class="ui5-mp-root" role="grid" aria-roledescription="${l$1(this.roleDescription)}" aria-readonly="false" aria-multiselectable="false" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._selectMonth}>${c(this._months,((e,t)=>e._id||t),((i,a)=>block1$l.call(this,e,t,o,i,a)))}</div>`}function block1$l(e,t,o,i,a){return effectiveHtml`<div role="row" class="ui5-mp-quarter">${c(i,((e,t)=>e._id||t),((i,a)=>block2$j.call(this,e,t,o,i,a)))}</div>`}function block2$j(e,t,o,i,a){return effectiveHtml`<div data-sap-timestamp=${l$1(i.timestamp)} tabindex=${l$1(i._tabIndex)} ?data-sap-focus-ref="${i.focusRef}" class="${l$1(i.classes)}" role="gridcell" aria-selected="${l$1(i.ariaSelected)}"><span class="ui5-dp-monthtext">${l$1(i.name)}</span>${i.nameInSecType?block3$e.call(this,e,t,o,i,a):void 0}</div>`}function block3$e(e,t,o,i,a){return effectiveHtml`<span class="ui5-dp-monthtext ui5-dp-monthsectext">${l$1(i.nameInSecType)}</span>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$o={packageName:"@ui5/webcomponents",fileName:"themes/MonthPicker.css.ts",content:':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-mp-root{box-sizing:border-box;padding:2rem 0 1rem;display:flex;flex-direction:column;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-mp-item{display:flex;flex-direction:column;width:calc(33.333% - .125rem);height:var(--_ui5-v1-24-7_month_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapLegend_WorkingBackground);align-items:center;justify-content:center;margin:var(--_ui5-v1-24-7_monthpicker_item_margin);box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;outline:none;position:relative;border:var(--_ui5-v1-24-7_monthpicker_item_border);border-radius:var(--_ui5-v1-24-7_monthpicker_item_border_radius)}.ui5-dp-monthsectext{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-mp-item:hover{background-color:var(--sapList_Hover_Background)}.ui5-mp-item.ui5-mp-item--selected,.ui5-mp-item.ui5-mp-item--selected .ui5-dp-monthsectext{box-shadow:var(--_ui5-v1-24-7_monthpicker_item_selected_box_shadow);font-weight:var(--_ui5-v1-24-7_monthpicker_item_selected_font_wieght);background-color:var(--_ui5-v1-24-7_monthpicker_item_selected_background_color);color:var(--_ui5-v1-24-7_monthpicker_item_selected_text_color)}.ui5-mp-item.ui5-mp-item--disabled{pointer-events:none;opacity:.5}.ui5-mp-item.ui5-mp-item--selected:focus{background-color:var(--sapContent_Selected_Background)}.ui5-mp-item.ui5-mp-item--selected:focus:after{border-color:var(--_ui5-v1-24-7_monthpicker_item_focus_after_border)}.ui5-mp-item.ui5-mp-item--selected:hover{background-color:var(--_ui5-v1-24-7_monthpicker_item_selected_hover_color)}.ui5-mp-item:focus:after{content:"";position:absolute;border:var(--_ui5-v1-24-7_button_focused_border);inset:0;border-radius:var(--_ui5-v1-24-7_monthpicker_item_focus_after_border_radius)}.ui5-mp-quarter{display:flex;justify-content:center;align-items:center;width:100%}:host([secondary-calendar-type="Persian"]:not([primary-calendar-type="Persian"])) .ui5-mp-root,:host([secondary-calendar-type="Islamic"]:not([primary-calendar-type="Islamic"])) .ui5-mp-root{display:grid;padding:.5625rem 0;grid-template-columns:repeat(2,1fr);gap:var(--_ui5-v1-24-7_monthpicker_item_margin)}:host([secondary-calendar-type="Persian"]:not([primary-calendar-type="Persian"])) .ui5-mp-item,:host([secondary-calendar-type="Islamic"]:not([primary-calendar-type="Islamic"])) .ui5-mp-item{margin:0;width:auto}:host([secondary-calendar-type="Persian"]:not([primary-calendar-type="Persian"])) .ui5-mp-quarter,:host([secondary-calendar-type="Islamic"]:not([primary-calendar-type="Islamic"])) .ui5-mp-quarter{width:100%;display:contents}\n'};var MonthPicker_1,__decorate$r=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const PAGE_SIZE=12;let MonthPicker=MonthPicker_1=class extends CalendarPart$1{static async onDefine(){MonthPicker_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get roleDescription(){return MonthPicker_1.i18nBundle.getText(MONTH_PICKER_DESCRIPTION)}onBeforeRendering(){this._buildMonths()}onAfterRendering(){this._hidden||this.focus()}get rowSize(){return this.secondaryCalendarType===CalendarType$1.Islamic&&this.primaryCalendarType!==CalendarType$1.Islamic||this.secondaryCalendarType===CalendarType$1.Persian&&this.primaryCalendarType!==CalendarType$1.Persian?2:3}_buildMonths(){if(this._hidden)return;const e=getCachedLocaleDataInstance(getLocale()).getMonthsStandAlone("wide",this._primaryCalendarType),t=[],o=this._calendarDate,i=this._minDate,a=this._maxDate,r=new CalendarDate$1(o,this._primaryCalendarType);let n;for(let s=0;s<12;s++){r.setMonth(s),n=r.valueOf()/1e3;const l=this.selectedDates.some((e=>{const t=CalendarDate$1.fromTimestamp(1e3*e,this._primaryCalendarType);return t.getYear()===r.getYear()&&t.getMonth()===r.getMonth()})),c=r.getMonth()===o.getMonth(),d=this._isOutOfSelectableRange(r,i,a),_={timestamp:n.toString(),focusRef:c,_tabIndex:c?"0":"-1",selected:l,ariaSelected:l?"true":"false",name:e[s],nameInSecType:this.hasSecondaryCalendarType&&this._getDisplayedSecondaryMonthText(n).text,disabled:d,classes:"ui5-mp-item"};l&&(_.classes+=" ui5-mp-item--selected"),d&&(_.classes+=" ui5-mp-item--disabled");const u=Math.floor(s/this.rowSize);t[u]?t[u].push(_):t[u]=[_]}this._months=t}_getDisplayedSecondaryMonthText(e){const t=transformDateToSecondaryType(this._primaryCalendarType,this.secondaryCalendarType,e);return convertMonthNumbersToMonthNames(t.firstDate.getMonth(),t.lastDate.getMonth(),this.secondaryCalendarType)}_onkeydown(e){let t=!0;isEnter(e)?this._selectMonth(e):isSpace(e)?e.preventDefault():isLeft(e)?this._modifyTimestampBy(-1):isRight(e)?this._modifyTimestampBy(1):isUp(e)?this._modifyTimestampBy(-this.rowSize):isDown(e)?this._modifyTimestampBy(this.rowSize):isPageUp(e)?this._modifyTimestampBy(-12):isPageDown(e)?this._modifyTimestampBy(12):isHome(e)||isEnd(e)?this._onHomeOrEnd(isHome(e)):isHomeCtrl(e)?this._setTimestamp(parseInt(this._months[0][0].timestamp)):isEndCtrl(e)?this._setTimestamp(parseInt(this._months[12/this.rowSize-1][this.rowSize-1].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._months.forEach((t=>{if(-1!==t.findIndex((e=>CalendarDate$1.fromTimestamp(1e3*parseInt(e.timestamp)).getMonth()===this._calendarDate.getMonth()))){const o=e?0:this.rowSize-1;this._setTimestamp(parseInt(t[o].timestamp))}}))}_setTimestamp(e){this._safelySetTimestamp(e),this.fireEvent("navigate",{timestamp:this.timestamp})}_modifyTimestampBy(e,t){this._safelyModifyTimestampBy(e,"month",t),this.fireEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){isSpace(e)&&this._selectMonth(e)}_selectMonth(e){e.preventDefault();const t=e.target;if(t.className.indexOf("ui5-mp-item")>-1){const e=this._getTimestampFromDom(t);this._safelySetTimestamp(e),this.fireEvent("change",{timestamp:this.timestamp})}}_hasPreviousPage(){return this._calendarDate.getYear()!==this._minDate.getYear()}_hasNextPage(){return this._calendarDate.getYear()!==this._maxDate.getYear()}_showPreviousPage(){this._modifyTimestampBy(-12,!0)}_showNextPage(){this._modifyTimestampBy(12,!0)}_isOutOfSelectableRange(e,t,o){const i=e.getMonth(),a=e.getYear(),r=t.getYear(),n=t.getMonth(),s=o.getYear(),l=o.getMonth();return a<r||a===r&&i<n||a>s||a===s&&i>l}};__decorate$r([property({validator:Integer,multiple:!0,compareValues:!0})],MonthPicker.prototype,"selectedDates",void 0),__decorate$r([property({type:Object,multiple:!0})],MonthPicker.prototype,"_months",void 0),__decorate$r([property({type:Boolean,noAttribute:!0})],MonthPicker.prototype,"_hidden",void 0),MonthPicker=MonthPicker_1=__decorate$r([customElement({tag:"ui5-monthpicker",template:block0$p,styles:styleData$o}),event("change"),event("navigate")],MonthPicker),MonthPicker.define();const MonthPicker$1=MonthPicker;function block0$o(e,t,o){return effectiveHtml`<div class="ui5-yp-root" role="grid" aria-roledescription="${l$1(this.roleDescription)}" aria-readonly="false" aria-multiselectable="false" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @click=${this._selectYear}>${c(this._years,((e,t)=>e._id||t),((i,a)=>block1$k.call(this,e,t,o,i,a)))}</div>`}function block1$k(e,t,o,i,a){return effectiveHtml`<div role="row" class="ui5-yp-interval-container">${c(i,((e,t)=>e._id||t),((i,a)=>block2$i.call(this,e,t,o,i,a)))}</div>`}function block2$i(e,t,o,i,a){return effectiveHtml`<div data-sap-timestamp="${l$1(i.timestamp)}" tabindex="${l$1(i._tabIndex)}" ?data-sap-focus-ref="${i.focusRef}" class="${l$1(i.classes)}" role="gridcell" aria-selected="${l$1(i.ariaSelected)}"><span>${l$1(i.year)}</span>${i.yearInSecType?block3$d.call(this,e,t,o,i,a):void 0}</div>`}function block3$d(e,t,o,i,a){return effectiveHtml`<span class="ui5-yp-item-sec-type">${l$1(i.yearInSecType)}</span>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$n={packageName:"@ui5/webcomponents",fileName:"themes/YearPicker.css.ts",content:':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-yp-root{padding:2rem 0 1rem;display:flex;flex-direction:column;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-yp-interval-container{display:flex;justify-content:center;align-items:center;width:100%}.ui5-yp-item{display:flex;margin:var(--_ui5-v1-24-7_yearpicker_item_margin);width:calc(25% - .125rem);height:var(--_ui5-v1-24-7_year_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapLegend_WorkingBackground);align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;outline:none;position:relative;border:var(--_ui5-v1-24-7_yearpicker_item_border);border-radius:var(--_ui5-v1-24-7_yearpicker_item_border_radius)}.ui5-yp-item-secondary-type{flex-direction:column;width:calc(50% - .125rem)}.ui5-yp-item-sec-type{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-yp-item:hover{background-color:var(--sapList_Hover_Background)}.ui5-yp-item.ui5-yp-item--selected,.ui5-yp-item.ui5-yp-item--selected .ui5-yp-item-sec-type{background-color:var(--_ui5-v1-24-7_yearpicker_item_selected_background_color);color:var(--_ui5-v1-24-7_yearpicker_item_selected_text_color);box-shadow:var(--_ui5-v1-24-7_yearpicker_item_selected_box_shadow);font-weight:700}.ui5-yp-item.ui5-yp-item--disabled{pointer-events:none;opacity:.5}.ui5-yp-item.ui5-yp-item--selected:focus{background-color:var(--_ui5-v1-24-7_yearpicker_item_selected_focus)}.ui5-yp-item.ui5-yp-item--selected:focus:after{border-color:var(--_ui5-v1-24-7_yearpicker_item_focus_after_border)}.ui5-yp-item.ui5-yp-item--selected:hover{background-color:var(--_ui5-v1-24-7_yearpicker_item_selected_hover_color)}.ui5-yp-item:focus:after{content:"";position:absolute;border:var(--_ui5-v1-24-7_yearpicker_item_focus_after_border);inset:0;border-radius:var(--_ui5-v1-24-7_yearpicker_item_focus_after_border_radius);outline:var(--_ui5-v1-24-7_yearpicker_item_focus_after_outline)}\n'};var YearPicker_1,__decorate$q=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let YearPicker=YearPicker_1=class extends CalendarPart$1{static async onDefine(){YearPicker_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get roleDescription(){return YearPicker_1.i18nBundle.getText(YEAR_PICKER_DESCRIPTION)}onBeforeRendering(){this._buildYears()}_getPageSize(){return this.hasSecondaryCalendarType?8:20}_getRowSize(){return this.hasSecondaryCalendarType?2:4}_buildYears(){if(this._hidden)return;const e=this._getPageSize(),t=getLocale(),o=DateFormat.getDateInstance({format:"y",calendarType:this._primaryCalendarType},t),i=DateFormat.getDateInstance({format:"y",calendarType:this.secondaryCalendarType},t);this._calculateFirstYear(),this._lastYear=this._firstYear+e-1;const a=this._calendarDate,r=this._minDate,n=this._maxDate,s=new CalendarDate$1(a,this._primaryCalendarType);let l,c;s.setYear(this._firstYear);const d=[];let _;for(let t=0;t<e;t++){_=s.valueOf()/1e3;const e=this.selectedDates.some((e=>CalendarDate$1.fromTimestamp(1e3*e,this._primaryCalendarType).getYear()===s.getYear())),u=s.getYear()===a.getYear(),p=s.getYear()<r.getYear()||s.getYear()>n.getYear();this.hasSecondaryCalendarType&&(l=transformDateToSecondaryType(this._primaryCalendarType,this.secondaryCalendarType,_,!0),c=l.firstDate.getYear()===l.lastDate.getYear()?`${i.format(l.firstDate.toLocalJSDate(),!0)}`:`${i.format(l.firstDate.toLocalJSDate(),!0)} - ${i.format(l.lastDate.toLocalJSDate(),!0)}`);const h={timestamp:_.toString(),_tabIndex:u?"0":"-1",focusRef:u,selected:e,ariaSelected:e?"true":"false",year:o.format(s.toLocalJSDate()),yearInSecType:c,disabled:p,classes:"ui5-yp-item"};e&&(h.classes+=" ui5-yp-item--selected"),p&&(h.classes+=" ui5-yp-item--disabled"),this.hasSecondaryCalendarType&&(h.classes+=" ui5-yp-item-secondary-type");const v=Math.floor(t/this._getRowSize());d[v]?d[v].push(h):d[v]=[h],s.setYear(s.getYear()+1)}this._years=d}_calculateFirstYear(){const e=this._getPageSize(),t=getMaxCalendarDate(this._primaryCalendarType).getYear(),o=this._calendarDate.getYear();this._firstYear||(this._firstYear=o-e/2),o<this._firstYear?this._firstYear-=e:o>=this._firstYear+e&&(this._firstYear+=e),Math.abs(this._firstYear-o)>=e&&(this._firstYear=o-e/2),this._firstYear=Math.max(this._firstYear,this._minDate.getYear()),this._firstYear=Math.min(this._firstYear,this._maxDate.getYear()),this._firstYear>t-e+1&&(this._firstYear=t-e+1)}onAfterRendering(){this._hidden||this.focus()}_onkeydown(e){let t=!0;const o=this._getPageSize(),i=this._getRowSize();isEnter(e)?this._selectYear(e):isSpace(e)?e.preventDefault():isLeft(e)?this._modifyTimestampBy(-1):isRight(e)?this._modifyTimestampBy(1):isUp(e)?this._modifyTimestampBy(-i):isDown(e)?this._modifyTimestampBy(i):isPageUp(e)?this._modifyTimestampBy(-o):isPageDown(e)?this._modifyTimestampBy(o):isHome(e)||isEnd(e)?this._onHomeOrEnd(isHome(e)):isHomeCtrl(e)?this._setTimestamp(parseInt(this._years[0][0].timestamp)):isEndCtrl(e)?this._setTimestamp(parseInt(this._years[o/i-1][i-1].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._years.forEach((t=>{if(-1!==t.findIndex((e=>CalendarDate$1.fromTimestamp(1e3*parseInt(e.timestamp)).getYear()===this._calendarDate.getYear()))){const o=e?0:this._getRowSize()-1;this._setTimestamp(parseInt(t[o].timestamp))}}))}_setTimestamp(e){this._safelySetTimestamp(e),this.fireEvent("navigate",{timestamp:this.timestamp})}_modifyTimestampBy(e){this._safelyModifyTimestampBy(e,"year"),this.fireEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){isSpace(e)&&this._selectYear(e)}_selectYear(e){e.preventDefault();const t=e.target;if(t.className.indexOf("ui5-yp-item")>-1){const e=this._getTimestampFromDom(t);this._safelySetTimestamp(e),this.fireEvent("change",{timestamp:this.timestamp})}}_hasPreviousPage(){return this._firstYear>this._minDate.getYear()}_hasNextPage(){return this._firstYear+this._getPageSize()-1<this._maxDate.getYear()}_showPreviousPage(){const e=this._getPageSize();this._modifyTimestampBy(-e)}_showNextPage(){this._modifyTimestampBy(this._getPageSize())}};__decorate$q([property({validator:Integer,multiple:!0,compareValues:!0})],YearPicker.prototype,"selectedDates",void 0),__decorate$q([property({type:Object,multiple:!0})],YearPicker.prototype,"_years",void 0),__decorate$q([property({type:Boolean,noAttribute:!0})],YearPicker.prototype,"_hidden",void 0),YearPicker=YearPicker_1=__decorate$q([customElement({tag:"ui5-yearpicker",styles:styleData$n,template:block0$o}),event("change"),event("navigate")],YearPicker),YearPicker.define();const YearPicker$1=YearPicker;var NavigationMode;!function(e){e.Auto="Auto",e.Vertical="Vertical",e.Horizontal="Horizontal",e.Paging="Paging"}(NavigationMode||(NavigationMode={}));const NavigationMode$1=NavigationMode;var ItemNavigationBehavior;!function(e){e.Static="Static",e.Cyclic="Cyclic"}(ItemNavigationBehavior||(ItemNavigationBehavior={}));const ItemNavigationBehavior$1=ItemNavigationBehavior;class ItemNavigation{constructor(e,t){if(!e.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=e,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),"function"!=typeof t.getItemsCallback)throw new Error("getItemsCallback is required");this._getItems=t.getItemsCallback,this._currentIndex=t.currentIndex||0,this._rowSize=t.rowSize||1,this._behavior=t.behavior||ItemNavigationBehavior$1.Static,this._navigationMode=t.navigationMode||NavigationMode$1.Auto,this._affectedPropertiesNames=t.affectedPropertiesNames||[],this._skipItemsSize=t.skipItemsSize||null}setCurrentItem(e){const t=this._getItems().indexOf(e);-1!==t?(this._currentIndex=t,this._applyTabIndex()):console.warn("The provided item is not managed by ItemNavigation",e)}setRowSize(e){this._rowSize=e}_init(){this._getItems().forEach(((e,t)=>{e.forcedTabIndex=t===this._currentIndex?"0":"-1"}))}_onkeydown(e){if(!this._canNavigate())return;const t=this._navigationMode===NavigationMode$1.Horizontal||this._navigationMode===NavigationMode$1.Auto,o=this._navigationMode===NavigationMode$1.Vertical||this._navigationMode===NavigationMode$1.Auto,i="rtl"===this.rootWebComponent.effectiveDir;if(i&&isLeft(e)&&t)this._handleRight();else if(i&&isRight(e)&&t)this._handleLeft();else if(isLeft(e)&&t)this._handleLeft();else if(isRight(e)&&t)this._handleRight();else if(isUp(e)&&o)this._handleUp();else if(isDown(e)&&o)this._handleDown();else if(isHome(e))this._handleHome();else if(isEnd(e))this._handleEnd();else if(isPageUp(e))this._handlePageUp();else{if(!isPageDown(e))return;this._handlePageDown()}e.preventDefault(),this._applyTabIndex(),this._focusCurrentItem()}_handleUp(){const e=this._getItems().length;if(this._currentIndex-this._rowSize>=0)this._currentIndex-=this._rowSize;else if(this._behavior===ItemNavigationBehavior$1.Cyclic){const t=this._currentIndex%this._rowSize;let o=(0===t?this._rowSize-1:t-1)+(Math.ceil(e/this._rowSize)-1)*this._rowSize;o>e-1&&(o-=this._rowSize),this._currentIndex=o}else this._currentIndex=0}_handleDown(){const e=this._getItems().length;if(this._currentIndex+this._rowSize<e)this._currentIndex+=this._rowSize;else if(this._behavior===ItemNavigationBehavior$1.Cyclic){const e=(this._currentIndex%this._rowSize+1)%this._rowSize;this._currentIndex=e}else this._currentIndex=e-1}_handleLeft(){const e=this._getItems().length;this._currentIndex>0?this._currentIndex-=1:this._behavior===ItemNavigationBehavior$1.Cyclic&&(this._currentIndex=e-1)}_handleRight(){const e=this._getItems().length;this._currentIndex<e-1?this._currentIndex+=1:this._behavior===ItemNavigationBehavior$1.Cyclic&&(this._currentIndex=0)}_handleHome(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%e}_handleEnd(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=e-1-this._currentIndex%e}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat()}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat()}_handlePageUpFlat(){null!==this._skipItemsSize&&this._currentIndex+1>this._skipItemsSize?this._currentIndex-=this._skipItemsSize:this._currentIndex-=this._currentIndex}_handlePageDownFlat(){if(null===this._skipItemsSize)return void(this._currentIndex=this._getItems().length-1);this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1}_applyTabIndex(){const e=this._getItems();for(let t=0;t<e.length;t++)e[t].forcedTabIndex=t===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach((e=>{const t=this.rootWebComponent[e];this.rootWebComponent[e]=Array.isArray(t)?[...t]:{...t}}))}_focusCurrentItem(){const e=this._getCurrentItem();e&&e.focus()}_canNavigate(){const e=this._getCurrentItem(),t=getActiveElement();return e&&e===t}_getCurrentItem(){const e=this._getItems();if(!e.length)return;for(;this._currentIndex>=e.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const t=e[this._currentIndex];if(!t)return;if(instanceOfUI5Element(t))return t.getFocusDomRef();const o=this.rootWebComponent.getDomRef();return o&&t.id?o.querySelector(`[id="${t.id}"]`):void 0}}var CalendarLegendItemType;!function(e){e.Today="Today",e.Selected="Selected",e.None="None",e.Working="Working",e.NonWorking="NonWorking",e.Type01="Type01",e.Type02="Type02",e.Type03="Type03",e.Type04="Type04",e.Type05="Type05",e.Type06="Type06",e.Type07="Type07",e.Type08="Type08",e.Type09="Type09",e.Type10="Type10",e.Type11="Type11",e.Type12="Type12",e.Type13="Type13",e.Type14="Type14",e.Type15="Type15",e.Type16="Type16",e.Type17="Type17",e.Type18="Type18",e.Type19="Type19",e.Type20="Type20"}(CalendarLegendItemType||(CalendarLegendItemType={}));const CalendarLegendItemType$1=CalendarLegendItemType;function block0$n(e,t,o){return effectiveHtml`<div class="ui5-calendar-legend-root" @focusout="${this._onFocusOut}" @focusin="${this._onFocusIn}" @keydown="${this._onItemKeyDown}" @mousedown="${this._onMouseDown}">${c(this.defaultItemsMapping,((e,t)=>e._id||t),((i,a)=>block1$j.call(this,e,t,o,i,a)))}${c(this.legendItems,((e,t)=>e._id||t),((i,a)=>block3$c.call(this,e,t,o,i,a)))}</div>`}function block1$j(e,t,o,i,a){return effectiveHtml`${i.hide?void 0:block2$h.call(this,e,t,o,i,a)}`}function block2$h(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-calendar-legend-item",t,o)} type=${l$1(i.type)}></${scopeTag("ui5-calendar-legend-item",t,o)}>`:effectiveHtml`<ui5-calendar-legend-item type=${l$1(i.type)}></ui5-calendar-legend-item>`}function block3$c(e,t,o,i,a){return effectiveHtml`<slot name="${l$1(i._individualSlot)}"></slot>`}function block0$m(e,t,o){return effectiveHtml`<div class="ui5-calendar-legend-item-root" tabindex="${l$1(this.forcedTabIndex)}"><div class="ui5-calendar-legend-item-box"></div><div class="ui5-calendar-legend-item-text">${l$1(this.effectiveText)}</div></div>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$m={packageName:"@ui5/webcomponents",fileName:"themes/CalendarLegendItem.css.ts",content:'.ui5-calendar-legend-item-root{display:flex;flex-direction:row;flex-wrap:wrap;width:var(--_ui5-v1-24-7-calendar-legend-item-root-width);white-space:pre-line;text-overflow:ellipsis;overflow:hidden;cursor:default}.ui5-calendar-legend-item-box{display:inline-block;box-sizing:border-box;height:1rem;width:1rem;margin:var(--_ui5-v1-24-7-calendar-legend-item-box-margin);background:var(--sapLegend_WorkingBackground);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}.ui5-calendar-legend-item-text{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;color:var(--sapContent_LabelColor);font-weight:400;font-family:var(--sapFontFamily);font-size:var(--sapFontSmallSize);white-space:pre-line;text-overflow:ellipsis;overflow:hidden;cursor:default}:host([type="Today"]) .ui5-calendar-legend-item-box{border-color:var(--sapLegend_CurrentDateTime);border:.125rem solid var(--sapLegend_CurrentDateTime)}:host([type="Selected"]) .ui5-calendar-legend-item-box{background:var(--sapContent_Selected_Background);border:.0625rem solid var(--sapContent_FocusColor)}:host([type="NonWorking"]) .ui5-calendar-legend-item-box{background:var(--sapLegend_NonWorkingBackground);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type01"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor1);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type02"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor2);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type03"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor3);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type04"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor4);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type05"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor5);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type06"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor6);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type07"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor7);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type08"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor8);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type09"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor9);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type10"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor10);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type11"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor11);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type12"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor12);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type13"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor13);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type14"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor14);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type15"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor15);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type16"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor16);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type17"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor17);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type18"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor18);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type19"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor19);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}:host([type="Type20"]) .ui5-calendar-legend-item-box{background:var(--sapLegendColor20);border:.0625rem solid var(--sapContent_ForegroundBorderColor)}.ui5-calendar-legend-item-root:focus{outline:var(--_ui5-v1-24-7-calendar-legend-item-root-focus-border);outline-offset:-.0625rem;border-radius:var(--_ui5-v1-24-7-calendar-legend-item-root-focus-border-radius)}\n'};var CalendarLegendItem_1,__decorate$p=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarLegendItem=CalendarLegendItem_1=class extends UI5Element{static async onDefine(){CalendarLegendItem_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get effectiveText(){const e=CalendarLegendItem_1.i18nBundle.getText(CAL_LEGEND_TODAY_TEXT),t=CalendarLegendItem_1.i18nBundle.getText(CAL_LEGEND_SELECTED_TEXT),o=CalendarLegendItem_1.i18nBundle.getText(CAL_LEGEND_WORKING_DAY_TEXT),i=CalendarLegendItem_1.i18nBundle.getText(CAL_LEGEND_NON_WORKING_DAY_TEXT);return{[CalendarLegendItemType$1.Today]:e,[CalendarLegendItemType$1.Selected]:t,[CalendarLegendItemType$1.NonWorking]:i,[CalendarLegendItemType$1.Working]:o}[this.type]||this.text||this.type}};__decorate$p([property()],CalendarLegendItem.prototype,"text",void 0),__decorate$p([property({type:CalendarLegendItemType$1,defaultValue:CalendarLegendItemType$1.None})],CalendarLegendItem.prototype,"type",void 0),__decorate$p([property({defaultValue:"-1",noAttribute:!0})],CalendarLegendItem.prototype,"forcedTabIndex",void 0),CalendarLegendItem=CalendarLegendItem_1=__decorate$p([customElement({tag:"ui5-calendar-legend-item",renderer:litRender,styles:styleData$m,template:block0$m})],CalendarLegendItem),CalendarLegendItem.define();const CalendarLegendItem$1=CalendarLegendItem;registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$l={packageName:"@ui5/webcomponents",fileName:"themes/CalendarLegend.css.ts",content:".ui5-calendar-legend-root{column-width:7.5rem;gap:.5rem;padding:var(--_ui5-v1-24-7-calendar-legend-root-padding);margin:1rem 0;width:var(--_ui5-v1-24-7-calendar-legend-root-width);background-color:var(--sapList_Background)}\n"};var __decorate$o=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarLegend=class extends UI5Element{constructor(){super(),this._lastFocusedItemIndex=null}onAfterRendering(){if(!this._itemNavigation){this._itemNavigation=new ItemNavigation(this,{navigationMode:NavigationMode$1.Horizontal,behavior:ItemNavigationBehavior$1.Static,getItemsCallback:()=>this.focusableElements});const e=null!==this._lastFocusedItemIndex?this._lastFocusedItemIndex:0;this._itemNavigation.setCurrentItem(this.focusableElements[e])}}_onMouseDown(e){e.stopPropagation();const t=e.target;this._itemNavigation.setCurrentItem(t),this._itemNavigation._focusCurrentItem(),this._lastFocusedItemIndex=this.focusableElements.indexOf(t)}_onFocusIn(e){const t=e.target;this.fireEvent("_calendar-legend-selection-change",{item:t}),this._lastFocusedItemIndex=this.focusableElements.indexOf(t)}_onFocusOut(){this.fireEvent("_calendar-legend-focus-out")}_onItemKeyDown(e){const t=this.focusableElements,o=t.length,i=e.target,a=t.indexOf(i);if(isDown(e)){e.preventDefault();const i=a+1;i<o&&(this._itemNavigation.setCurrentItem(t[i]),this._itemNavigation._focusCurrentItem(),this._lastFocusedItemIndex=i)}if(isUp(e)){e.preventDefault();const o=a-1;o>=0&&(this._itemNavigation.setCurrentItem(t[o]),this._itemNavigation._focusCurrentItem(),this._lastFocusedItemIndex=o)}}get focusableElements(){return[...this.shadowRoot.querySelectorAll("[ui5-calendar-legend-item]"),...this.legendItems]}get legendItems(){return this.getSlottedNodes("items").filter((e=>e instanceof CalendarLegendItem$1))}get defaultItemsMapping(){return[{type:[CalendarLegendItemType$1.Today],hide:this.hideToday},{type:[CalendarLegendItemType$1.Selected],hide:this.hideSelectedDay},{type:[CalendarLegendItemType$1.Working],hide:this.hideWorkingDay},{type:[CalendarLegendItemType$1.NonWorking],hide:this.hideNonWorkingDay}]}};__decorate$o([property({type:Boolean})],CalendarLegend.prototype,"hideToday",void 0),__decorate$o([property({type:Boolean})],CalendarLegend.prototype,"hideSelectedDay",void 0),__decorate$o([property({type:Boolean})],CalendarLegend.prototype,"hideNonWorkingDay",void 0),__decorate$o([property({type:Boolean})],CalendarLegend.prototype,"hideWorkingDay",void 0),__decorate$o([slot({type:HTMLElement,invalidateOnChildChange:!0,individualSlots:!0,default:!0})],CalendarLegend.prototype,"items",void 0),CalendarLegend=__decorate$o([customElement({tag:"ui5-calendar-legend",renderer:litRender,styles:styleData$l,template:block0$n,dependencies:[CalendarLegendItem$1]}),event("_calendar-legend-selection-change",{detail:{item:{type:CalendarLegendItem$1}}}),event("_calendar-legend-focus-out")],CalendarLegend),CalendarLegend.define();const CalendarLegend$1=CalendarLegend;var __decorate$n=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SpecialCalendarDate=class extends CalendarDateComponent{};__decorate$n([property({type:CalendarLegendItemType$1,defaultValue:CalendarLegendItemType$1.None})],SpecialCalendarDate.prototype,"type",void 0),SpecialCalendarDate=__decorate$n([customElement("ui5-special-date")],SpecialCalendarDate),SpecialCalendarDate.define();
139
+ /*!
140
+ * OpenUI5
141
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
142
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
143
+ */
144
+ var Gregorian=UniversalDate$1.extend("sap.ui.core.date.Gregorian",{constructor:function(){this.oDate=this.createDate(Date,arguments),this.sCalendarType=CalendarType$2.Gregorian}});function block0$l(e,t,o){return o?effectiveHtml`<div class="ui5-cal-root" @keydown=${this._onkeydown}><div id="${l$1(this._id)}-content" class="ui5-cal-content"><${scopeTag("ui5-daypicker",t,o)} id="${l$1(this._id)}-daypicker" ?hidden="${this._isDayPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" .specialCalendarDates="${l$1(this._specialCalendarDates)}" ._hidden="${l$1(this._isDayPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .selectionMode="${l$1(this.selectionMode)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" ?hide-week-numbers="${this.hideWeekNumbers}" @ui5-change="${l$1(this.onSelectedDatesChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></${scopeTag("ui5-daypicker",t,o)}><${scopeTag("ui5-monthpicker",t,o)} id="${l$1(this._id)}-MP" ?hidden="${this._isMonthPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" ._hidden="${l$1(this._isMonthPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" @ui5-change="${l$1(this.onSelectedMonthChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></${scopeTag("ui5-monthpicker",t,o)}><${scopeTag("ui5-yearpicker",t,o)} id="${l$1(this._id)}-YP" ?hidden="${this._isYearPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" ._hidden="${l$1(this._isYearPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" @ui5-change="${l$1(this.onSelectedYearChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></${scopeTag("ui5-yearpicker",t,o)}></div><${scopeTag("ui5-calendar-header",t,o)} id="${l$1(this._id)}-head" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${l$1(this.secondaryCalendarTypeButtonText)}" timestamp="${l$1(this._timestamp)}" .isPrevButtonDisabled="${l$1(this._previousButtonDisabled)}" .isNextButtonDisabled="${l$1(this._nextButtonDisabled)}" .isMonthButtonHidden="${l$1(this._isHeaderMonthButtonHidden)}" .isYearButtonHidden="${l$1(this._isHeaderYearButtonHidden)}" ._monthButtonText="${l$1(this._headerMonthButtonText)}" ._yearButtonText="${l$1(this._headerYearButtonText)}" ._yearButtonTextSecType="${l$1(this._headerYearButtonTextSecType)}" @ui5-previous-press="${l$1(this.onHeaderPreviousPress)}" @ui5-next-press="${l$1(this.onHeaderNextPress)}" @ui5-show-month-view="${l$1(this.onHeaderShowMonthPress)}" @ui5-show-year-view="${l$1(this.onHeaderShowYearPress)}"></${scopeTag("ui5-calendar-header",t,o)}></div><div @ui5-_calendar-legend-selection-change=${l$1(this._onCalendarLegendSelectionChange)} @ui5-_calendar-legend-focus-out=${l$1(this._onLegendFocusOut)}><slot name="calendarLegend"></slot></div>`:effectiveHtml`<div class="ui5-cal-root" @keydown=${this._onkeydown}><div id="${l$1(this._id)}-content" class="ui5-cal-content"><ui5-daypicker id="${l$1(this._id)}-daypicker" ?hidden="${this._isDayPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" .specialCalendarDates="${l$1(this._specialCalendarDates)}" ._hidden="${l$1(this._isDayPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .selectionMode="${l$1(this.selectionMode)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" ?hide-week-numbers="${this.hideWeekNumbers}" @ui5-change="${l$1(this.onSelectedDatesChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></ui5-daypicker><ui5-monthpicker id="${l$1(this._id)}-MP" ?hidden="${this._isMonthPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" ._hidden="${l$1(this._isMonthPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" @ui5-change="${l$1(this.onSelectedMonthChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></ui5-monthpicker><ui5-yearpicker id="${l$1(this._id)}-YP" ?hidden="${this._isYearPickerHidden}" format-pattern="${l$1(this._formatPattern)}" .selectedDates="${l$1(this._selectedDatesTimestamps)}" ._hidden="${l$1(this._isYearPickerHidden)}" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" timestamp="${l$1(this._timestamp)}" @ui5-change="${l$1(this.onSelectedYearChange)}" @ui5-navigate="${l$1(this.onNavigate)}"></ui5-yearpicker></div><ui5-calendar-header id="${l$1(this._id)}-head" .primaryCalendarType="${l$1(this._primaryCalendarType)}" .secondaryCalendarType="${l$1(this._secondaryCalendarType)}" .buttonTextForSecondaryCalendarType="${l$1(this.secondaryCalendarTypeButtonText)}" timestamp="${l$1(this._timestamp)}" .isPrevButtonDisabled="${l$1(this._previousButtonDisabled)}" .isNextButtonDisabled="${l$1(this._nextButtonDisabled)}" .isMonthButtonHidden="${l$1(this._isHeaderMonthButtonHidden)}" .isYearButtonHidden="${l$1(this._isHeaderYearButtonHidden)}" ._monthButtonText="${l$1(this._headerMonthButtonText)}" ._yearButtonText="${l$1(this._headerYearButtonText)}" ._yearButtonTextSecType="${l$1(this._headerYearButtonTextSecType)}" @ui5-previous-press="${l$1(this.onHeaderPreviousPress)}" @ui5-next-press="${l$1(this.onHeaderNextPress)}" @ui5-show-month-view="${l$1(this.onHeaderShowMonthPress)}" @ui5-show-year-view="${l$1(this.onHeaderShowYearPress)}"></ui5-calendar-header></div><div @ui5-_calendar-legend-selection-change=${l$1(this._onCalendarLegendSelectionChange)} @ui5-_calendar-legend-focus-out=${l$1(this._onLegendFocusOut)}><slot name="calendarLegend"></slot></div>`}Gregorian.UTC=function(){return Date.UTC.apply(Date,arguments)},Gregorian.now=function(){return Date.now()},_Calendars.set(CalendarType$2.Gregorian,Gregorian),registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$k={packageName:"@ui5/webcomponents",fileName:"themes/Calendar.css.ts",content:":host(:not([hidden])){display:inline-block}.ui5-cal-root{background:var(--sapList_Background);box-sizing:border-box;height:var(--_ui5-v1-24-7_calendar_height);width:var(--_ui5-v1-24-7_calendar_width);padding:var(--_ui5-v1-24-7_calendar_top_bottom_padding) var(--_ui5-v1-24-7_calendar_left_right_padding) 0;display:flex;flex-direction:column-reverse;justify-content:flex-end;overflow:hidden}.ui5-cal-root [ui5-calendar-header]{height:var(--_ui5-v1-24-7_calendar_header_height);font-family:var(--_ui5-v1-24-7_button_fontFamily)}.ui5-cal-root .ui5-cal-content{padding:0 var(--_ui5-v1-24-7_calendar_left_right_padding) var(--_ui5-v1-24-7_calendar_top_bottom_padding)}\n"};var __decorate$m=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Calendar=class extends CalendarPart$1{get _selectedDatesTimestamps(){return this.dates.map((e=>{const t=e.value;return t&&!!this.getFormat().parse(t)?this._getTimeStampFromString(t)/1e3:void 0})).filter((e=>!!e))}constructor(){super(),this._valueIsProcessed=!1}_setSelectedDates(e){const t=e.map((e=>this.getFormat().format(new Date(1e3*e),!0))),o=[...this.dates].map((e=>e.value));this.dates.filter((e=>!t.includes(e.value))).forEach((e=>{this.removeChild(e)})),t.filter((e=>!o.includes(e))).forEach((e=>{const t=document.createElement(CalendarDateComponent.getMetadata().getTag());t.value=e,this.appendChild(t)}))}_isValidCalendarDate(e){return!!this.getFormat().parse(e)}get _specialCalendarDates(){const e=this._specialDates.filter((e=>{const t=e.type,o=e.value;return("None"===this._selectedItemType||t===this._selectedItemType)&&o&&this._isValidCalendarDate(o)}));0===e.length&&(this._selectedItemType="None");const t=new Set,o=[];return e.forEach((e=>{const i=new Date(e.value),a=i.getTime();if(!t.has(a)){t.add(a);const r=CalendarDate$1.fromLocalJSDate(i).valueOf()/1e3,n=e.type;o.push({specialDateTimestamp:r,type:n})}})),o}_onCalendarLegendSelectionChange(e){this._selectedItemType=e.detail.item.type,this._currentPickerDOM._autoFocus=!1}_normalizeCurrentPicker(){"day"===this._currentPicker&&this._pickersMode!==CalendarPickersMode$1.DAY_MONTH_YEAR&&(this._currentPicker="month"),"month"===this._currentPicker&&this._pickersMode===CalendarPickersMode$1.YEAR&&(this._currentPicker="year")}onBeforeRendering(){this._normalizeCurrentPicker(),this._valueIsProcessed||(this._selectedDatesTimestamps&&(this.timestamp=this._selectedDatesTimestamps[0]),this._valueIsProcessed=!0)}async onAfterRendering(){await renderFinished(),this._previousButtonDisabled=!this._currentPickerDOM._hasPreviousPage(),this._nextButtonDisabled=!this._currentPickerDOM._hasNextPage();const e=DateFormat.getDateInstance({format:"y",calendarType:this.primaryCalendarType}),t=getCachedLocaleDataInstance(getLocale());if(this._headerMonthButtonText=t.getMonthsStandAlone("wide",this.primaryCalendarType)[this._calendarDate.getMonth()],"year"===this._currentPicker){const t=new CalendarDate$1(this._calendarDate,this._primaryCalendarType),o=new CalendarDate$1(this._calendarDate,this._primaryCalendarType);t.setYear(this._currentPickerDOM._firstYear),o.setYear(this._currentPickerDOM._lastYear),this._headerYearButtonText=`${e.format(t.toLocalJSDate(),!0)} - ${e.format(o.toLocalJSDate(),!0)}`}else this._headerYearButtonText=String(e.format(this._localDate,!0));this._secondaryCalendarType&&this._setSecondaryCalendarTypeButtonText()}onInvalidation(e){"childchange"===e.reason&&(this._valueIsProcessed=!1)}onHeaderShowMonthPress(e){this._currentPickerDOM._autoFocus=!1,this._currentPicker="month",this.fireEvent("show-month-view",e)}onHeaderShowYearPress(e){this._currentPickerDOM._autoFocus=!1,this._currentPicker="year",this.fireEvent("show-year-view",e)}get _currentPickerDOM(){return this.shadowRoot.querySelector(`[ui5-${this._currentPicker}picker]`)}onHeaderPreviousPress(){this._currentPickerDOM._showPreviousPage(),this.calendarLegend&&(this._currentPickerDOM._autoFocus=!0)}onHeaderNextPress(){this._currentPickerDOM._showNextPage(),this.calendarLegend&&(this._currentPickerDOM._autoFocus=!0)}_setSecondaryCalendarTypeButtonText(){const e=DateFormat.getDateInstance({format:"y",calendarType:this._secondaryCalendarType});if("year"===this._currentPicker){const t=new CalendarDate$1(this._calendarDate,this._primaryCalendarType),o=new CalendarDate$1(this._calendarDate,this._primaryCalendarType);t.setYear(this._currentPickerDOM._firstYear),o.setYear(this._currentPickerDOM._lastYear);const i=transformDateToSecondaryType(this.primaryCalendarType,this._secondaryCalendarType,t.valueOf()/1e3,!0).firstDate,a=transformDateToSecondaryType(this.primaryCalendarType,this._secondaryCalendarType,o.valueOf()/1e3,!0).lastDate;this._headerYearButtonTextSecType=`${e.format(i.toLocalJSDate(),!0)} - ${e.format(a.toLocalJSDate(),!0)}`}else this._headerYearButtonTextSecType=String(e.format(this._localDate,!0))}get secondaryCalendarTypeButtonText(){if(!this.hasSecondaryCalendarType)return;const e=new Date(1e3*this._timestamp),t=DateFormat.getDateInstance({format:"y",calendarType:this._secondaryCalendarType}),o=transformDateToSecondaryType(this._primaryCalendarType,this._secondaryCalendarType,this._timestamp),i=convertMonthNumbersToMonthNames(o.firstDate.getMonth(),o.lastDate.getMonth(),this._secondaryCalendarType);return{yearButtonText:t.format(e,!0),monthButtonText:i.text,monthButtonInfo:i.textInfo}}get _isHeaderMonthButtonHidden(){return"month"===this._currentPicker||"year"===this._currentPicker}get _isHeaderYearButtonHidden(){return"year"===this._currentPicker}get _isDayPickerHidden(){return"day"!==this._currentPicker}get _isMonthPickerHidden(){return"month"!==this._currentPicker}get _isYearPickerHidden(){return"year"!==this._currentPicker}_fireEventAndUpdateSelectedDates(e){const t=e.map((e=>{const t=CalendarDate$1.fromTimestamp(1e3*e,this._primaryCalendarType);return this.getFormat().format(t.toUTCJSDate(),!0)}));!this.fireEvent("selected-dates-change",{timestamp:this.timestamp,dates:[...e],values:t},!0)||this._setSelectedDates(e)}onSelectedDatesChange(e){this.timestamp=e.detail.timestamp,this._fireEventAndUpdateSelectedDates(e.detail.dates)}onSelectedMonthChange(e){this.timestamp=e.detail.timestamp,this._pickersMode===CalendarPickersMode$1.DAY_MONTH_YEAR?this._currentPicker="day":this._fireEventAndUpdateSelectedDates([this.timestamp]),this._currentPickerDOM._autoFocus=!0}onSelectedYearChange(e){this.timestamp=e.detail.timestamp,this._pickersMode===CalendarPickersMode$1.DAY_MONTH_YEAR?this._currentPicker="day":this._pickersMode===CalendarPickersMode$1.MONTH_YEAR?this._currentPicker="month":this._fireEventAndUpdateSelectedDates([this.timestamp]),this._currentPickerDOM._autoFocus=!0}onNavigate(e){this.timestamp=e.detail.timestamp}_onkeydown(e){isF4(e)&&"month"!==this._currentPicker&&(this._currentPicker="month",this.fireEvent("show-month-view",e)),isF4Shift(e)&&"year"!==this._currentPicker&&(this._currentPicker="year",this.fireEvent("show-year-view",e))}_onLegendFocusOut(){this._selectedItemType="None"}get _specialDates(){return this.getSlottedNodes("specialDates")}get selectedDates(){return this._selectedDatesTimestamps}set selectedDates(e){this._setSelectedDates(e)}};__decorate$m([property({type:CalendarSelectionMode$1,defaultValue:CalendarSelectionMode$1.Single})],Calendar.prototype,"selectionMode",void 0),__decorate$m([property({type:Boolean})],Calendar.prototype,"hideWeekNumbers",void 0),__decorate$m([property({defaultValue:"day"})],Calendar.prototype,"_currentPicker",void 0),__decorate$m([property({type:Boolean})],Calendar.prototype,"_previousButtonDisabled",void 0),__decorate$m([property({type:Boolean})],Calendar.prototype,"_nextButtonDisabled",void 0),__decorate$m([property()],Calendar.prototype,"_headerMonthButtonText",void 0),__decorate$m([property()],Calendar.prototype,"_headerYearButtonText",void 0),__decorate$m([property()],Calendar.prototype,"_headerYearButtonTextSecType",void 0),__decorate$m([property({type:CalendarPickersMode$1,defaultValue:CalendarPickersMode$1.DAY_MONTH_YEAR,noAttribute:!0})],Calendar.prototype,"_pickersMode",void 0),__decorate$m([slot({type:HTMLElement})],Calendar.prototype,"calendarLegend",void 0),__decorate$m([slot({type:HTMLElement,invalidateOnChildChange:!0,default:!0})],Calendar.prototype,"dates",void 0),__decorate$m([slot({type:HTMLElement,invalidateOnChildChange:!0})],Calendar.prototype,"specialDates",void 0),__decorate$m([property({type:CalendarLegendItemType$1,defaultValue:CalendarLegendItemType$1.None})],Calendar.prototype,"_selectedItemType",void 0),Calendar=__decorate$m([customElement({tag:"ui5-calendar",fastNavigation:!0,template:block0$l,styles:styleData$k,dependencies:[CalendarDateComponent,CalendarHeader$1,DayPicker$1,MonthPicker$1,YearPicker$1,CalendarLegend$1]}),event("selected-dates-change",{detail:{dates:{type:Array},values:{type:Array},timestamp:{type:Number}}}),event("show-month-view"),event("show-year-view")],Calendar),Calendar.define();const Calendar$1=Calendar;function block0$k(e,t,o){return o?effectiveHtml`<div class="ui5-date-picker-root" style="${styleMap(this.styles.main)}"><${scopeTag("ui5-input",t,o)} id="${l$1(this._id)}-inner" class="ui5-date-picker-input" placeholder="${l$1(this._placeholder)}" type="${l$1(this.type)}" value="${l$1(this.value)}" ?disabled="${this.disabled}" ?required="${this.required}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" data-sap-focus-ref ._inputAccInfo ="${l$1(this.accInfo)}" @ui5-change="${l$1(this._onInputChange)}" @ui5-input="${l$1(this._onInputInput)}" @ui5-submit="${l$1(this._onInputSubmit)}" @keydown="${this._onkeydown}">${this.valueStateMessage.length?block1$i.call(this,e,t,o):void 0}${this.readonly?void 0:block2$g.call(this,e,t,o)}</${scopeTag("ui5-input",t,o)}><slot name="formSupport"></slot></div>`:effectiveHtml`<div class="ui5-date-picker-root" style="${styleMap(this.styles.main)}"><ui5-input id="${l$1(this._id)}-inner" class="ui5-date-picker-input" placeholder="${l$1(this._placeholder)}" type="${l$1(this.type)}" value="${l$1(this.value)}" ?disabled="${this.disabled}" ?required="${this.required}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" data-sap-focus-ref ._inputAccInfo ="${l$1(this.accInfo)}" @ui5-change="${l$1(this._onInputChange)}" @ui5-input="${l$1(this._onInputInput)}" @ui5-submit="${l$1(this._onInputSubmit)}" @keydown="${this._onkeydown}">${this.valueStateMessage.length?block1$i.call(this,e,t,o):void 0}${this.readonly?void 0:block2$g.call(this,e,t,o)}</ui5-input><slot name="formSupport"></slot></div>`}function block1$i(e,t,o){return effectiveHtml`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`}function block2$g(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} slot="icon" name="${l$1(this.openIconName)}" tabindex="-1" accessible-name="${l$1(this.openIconTitle)}" accessible-role="button" aria-hidden="${l$1(this._ariaHidden)}" show-tooltip @click="${this.togglePicker}" input-icon ?pressed="${this._isPickerOpen}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon slot="icon" name="${l$1(this.openIconName)}" tabindex="-1" accessible-name="${l$1(this.openIconTitle)}" accessible-role="button" aria-hidden="${l$1(this._ariaHidden)}" show-tooltip @click="${this.togglePicker}" input-icon ?pressed="${this._isPickerOpen}"></ui5-icon>`}function block0$j(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-responsive-popover",t,o)} id="${l$1(this._id)}-responsive-popover" allow-target-overlap placement-type="Bottom" horizontal-align="Left" accessible-name="${l$1(this.pickerAccessibleName)}" hide-arrow ?_hide-header=${l$1(this._shouldHideHeader)} @keydown="${this._onkeydown}" @ui5-after-close="${l$1(this.onResponsivePopoverAfterClose)}">${this.showHeader?block1$h.call(this,e,t,o):void 0}<${scopeTag("ui5-calendar",t,o)} id="${l$1(this._id)}-calendar" primary-calendar-type="${l$1(this._primaryCalendarType)}" secondary-calendar-type="${l$1(this.secondaryCalendarType)}" format-pattern="${l$1(this._formatPattern)}" timestamp="${l$1(this._calendarTimestamp)}" .selectionMode="${l$1(this._calendarSelectionMode)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" @ui5-selected-dates-change="${l$1(this.onSelectedDatesChange)}" @ui5-show-month-view="${l$1(this.onHeaderShowMonthPress)}" @ui5-show-year-view="${l$1(this.onHeaderShowYearPress)}" ?hide-week-numbers="${this.hideWeekNumbers}" ._currentPicker="${l$1(this._calendarCurrentPicker)}" ._pickersMode="${l$1(this._calendarPickersMode)}">${c(this._calendarSelectedDates,((e,t)=>e._id||t),((i,a)=>block2$f.call(this,e,t,o,i,a)))}</${scopeTag("ui5-calendar",t,o)}>${this.showFooter?block3$b.call(this,e,t,o):void 0}</${scopeTag("ui5-responsive-popover",t,o)}> `:effectiveHtml`<ui5-responsive-popover id="${l$1(this._id)}-responsive-popover" allow-target-overlap placement-type="Bottom" horizontal-align="Left" accessible-name="${l$1(this.pickerAccessibleName)}" hide-arrow ?_hide-header=${l$1(this._shouldHideHeader)} @keydown="${this._onkeydown}" @ui5-after-close="${l$1(this.onResponsivePopoverAfterClose)}">${this.showHeader?block1$h.call(this,e,t,o):void 0}<ui5-calendar id="${l$1(this._id)}-calendar" primary-calendar-type="${l$1(this._primaryCalendarType)}" secondary-calendar-type="${l$1(this.secondaryCalendarType)}" format-pattern="${l$1(this._formatPattern)}" timestamp="${l$1(this._calendarTimestamp)}" .selectionMode="${l$1(this._calendarSelectionMode)}" .minDate="${l$1(this.minDate)}" .maxDate="${l$1(this.maxDate)}" @ui5-selected-dates-change="${l$1(this.onSelectedDatesChange)}" @ui5-show-month-view="${l$1(this.onHeaderShowMonthPress)}" @ui5-show-year-view="${l$1(this.onHeaderShowYearPress)}" ?hide-week-numbers="${this.hideWeekNumbers}" ._currentPicker="${l$1(this._calendarCurrentPicker)}" ._pickersMode="${l$1(this._calendarPickersMode)}">${c(this._calendarSelectedDates,((e,t)=>e._id||t),((i,a)=>block2$f.call(this,e,t,o,i,a)))}</ui5-calendar>${this.showFooter?block3$b.call(this,e,t,o):void 0}</ui5-responsive-popover> `}function block1$h(e,t,o){return o?effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><${scopeTag("ui5-button",t,o)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this.closePicker}"></${scopeTag("ui5-button",t,o)}></div></div>`:effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this.closePicker}"></ui5-button></div></div>`}function block2$f(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-date",t,o)} value="${l$1(i)}"></${scopeTag("ui5-date",t,o)}>`:effectiveHtml`<ui5-date value="${l$1(i)}"></ui5-date>`}function block3$b(e,t,o){return effectiveHtml``}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$j={packageName:"@ui5/webcomponents",fileName:"themes/DatePicker.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5-v1-24-7_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v1-24-7_input_icon_padding);border-inline-start:var(--_ui5-v1-24-7_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v1-24-7_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5-v1-24-7_input_icon_pressed_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5-v1-24-7_input_icon_hover_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v1-24-7_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v1-24-7_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v1-24-7-input_disabled_background);border-color:var(--_ui5-v1-24-7_input_disabled_border_color)}:host([value-state="Error"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow)}:host([value-state="Warning"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow)}:host([value-state="Information"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow)}:host([value-state="Success"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow)}:host([value-state="Error"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Warning"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Error"]) [input-icon]:active,:host([value-state="Error"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_error_pressed_color)}:host([value-state="Warning"]) [input-icon]:active,:host([value-state="Warning"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_warning_pressed_color)}:host([value-state="Information"]) [input-icon]:active,:host([value-state="Information"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_information_pressed_color)}:host([value-state="Success"]) [input-icon]:active,:host([value-state="Success"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_success_pressed_color)}:host([value-state="Error"]) [input-icon],:host([value-state="Warning"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_icon_padding)}:host([value-state="Information"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal;height:var(--_ui5-v1-24-7_input_height);border-radius:var(--_ui5-v1-24-7_input_border_radius)}:host{min-width:calc(var(--_ui5-v1-24-7_input_min_width) + var(--_ui5-v1-24-7_input_icon_width));color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v1-24-7-datepicker_border_radius);margin:var(--_ui5-v1-24-7_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host(:not([disabled]):not([readonly]):active){background:var(--_ui5-v1-24-7-datepicker-hover-background)}:host(:not([disabled]):not([readonly]):hover){background:var(--_ui5-v1-24-7-datepicker-hover-background)}.ui5-date-picker-root{border-radius:inherit;height:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host .ui5-date-picker-input{width:100%;min-width:12.5625rem;color:inherit;background-color:inherit;border-radius:inherit;height:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit}:host(:not([disabled]):not([readonly])) .ui5-date-picker-input[focused]{background-color:var(--_ui5-v1-24-7-datepicker-hover-background)}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$i={packageName:"@ui5/webcomponents",fileName:"themes/DatePickerPopover.css.ts",content:"[ui5-calendar]{width:100%;display:flex;justify-content:center}[ui5-responsive-popover]::part(content){padding:0}\n"};var DatePicker_1,__decorate$l=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DatePicker=DatePicker_1=class extends DateComponentBase$1{onResponsivePopoverAfterClose(){var e;this._isPickerOpen=!1,isPhone()?this.blur():null==(e=this._getInput())||e.focus()}onBeforeRendering(){this.FormSupport=getFeature("FormSupport"),["minDate","maxDate"].forEach((e=>{const t=this[e];this.isValid(t)||console.warn(`Invalid value for property "${e}": ${t} is not compatible with the configured format pattern: "${this._displayFormat}"`)})),this.FormSupport?this.FormSupport.syncNativeHiddenInput(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";'),this.value=this.normalizeValue(this.value)||this.value,this.liveValue=this.value}get _calendarSelectionMode(){return"Single"}get _calendarTimestamp(){if(this.value&&this.dateValueUTC&&this._checkValueValidity(this.value)){const e=this.dateValueUTC.getTime();return getRoundedTimestamp(e)}return getTodayUTCTimestamp(this._primaryCalendarType)}get _calendarSelectedDates(){return this.value&&this._checkValueValidity(this.value)?[this.value]:[]}_onkeydown(e){isShow(e)&&(e.preventDefault(),this.isOpen()&&isF4(e)||this._toggleAndFocusInput()),this._getInput().isEqualNode(e.target)&&this.isOpen()&&(isTabNext(e)||isTabPrevious(e)||isF6Next(e)||isF6Previous(e))&&this.closePicker(),this.isOpen()||(isEnter(e)?this.FormSupport&&this.FormSupport.triggerFormSubmit(this):isPageUpShiftCtrl(e)?(e.preventDefault(),this._modifyDateValue(1,"year")):isPageUpShift(e)?(e.preventDefault(),this._modifyDateValue(1,"month")):isPageUp(e)?(e.preventDefault(),this._modifyDateValue(1,"day")):isPageDownShiftCtrl(e)?(e.preventDefault(),this._modifyDateValue(-1,"year")):isPageDownShift(e)?(e.preventDefault(),this._modifyDateValue(-1,"month")):isPageDown(e)&&(e.preventDefault(),this._modifyDateValue(-1,"day")))}_modifyDateValue(e,t,o){if(!this.dateValue)return;const i=modifyDateBy(CalendarDate$1.fromLocalJSDate(this.dateValue),e,t,o,this._minDate,this._maxDate),a=this.formatValue(i.toUTCJSDate());this._updateValueAndFireEvents(a,!0,["change","value-changed"])}_updateValueAndFireEvents(e,t,o,i=!0){const a=this._checkValueValidity(e);a&&t&&(e=this.normalizeValue(e));let r=!0;this.liveValue=e;const n=this.value;if(i&&(this._getInput().value=e,this.value=e,this._updateValueState()),o.forEach((t=>{this.fireEvent(t,{value:e,valid:a},!0)||(r=!1)})),!r&&i){if(this.value!==n&&this.value!==this._getInput().value)return;this._getInput().value=n,this.value=n}}_updateValueState(){const e=this._checkValueValidity(this.value),t=this.valueState;this.valueState=e?ValueState$1.None:ValueState$1.Error;!this.fireEvent("value-state-change",{valueState:this.valueState,valid:e},!0)&&(this.valueState=t)}_toggleAndFocusInput(){this.togglePicker(),this._getInput().focus()}_getInput(){return this.shadowRoot.querySelector("[ui5-input]")}_onInputSubmit(){}_onInputChange(e){this._updateValueAndFireEvents(e.target.value,!0,["change","value-changed"])}_onInputInput(e){this._updateValueAndFireEvents(e.target.value,!1,["input"],!1)}_checkValueValidity(e){return""===e||this.isValid(e)&&this.isInValidRange(e)}_click(e){isPhone()&&(this.responsivePopover.showAt(this),e.preventDefault())}isValid(e){return""===e||void 0===e||!!this.getFormat().parse(e)}isInValidRange(e){if(""===e||void 0===e)return!0;const t=this._getCalendarDateFromString(e);return!!(t&&this._minDate&&this._maxDate)&&(t.valueOf()>=this._minDate.valueOf()&&t.valueOf()<=this._maxDate.valueOf())}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e,!0),!0)}get _displayFormat(){return this.getFormat().oFormatOptions.pattern}get _placeholder(){return void 0!==this.placeholder?this.placeholder:this._displayFormat}get _headerTitleText(){return DatePicker_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get phone(){return isPhone()}get showHeader(){return this.phone}get showFooter(){return this.phone}get accInfo(){return{ariaRoledescription:this.dateAriaDescription,ariaHasPopup:HasPopup$1.Grid.toLowerCase(),ariaRequired:this.required,ariaLabel:getEffectiveAriaLabelText(this)}}get openIconTitle(){return DatePicker_1.i18nBundle.getText(DATEPICKER_OPEN_ICON_TITLE)}get openIconName(){return"appointment-2"}get dateAriaDescription(){return DatePicker_1.i18nBundle.getText(DATEPICKER_DATE_DESCRIPTION)}get pickerAccessibleName(){return DatePicker_1.i18nBundle.getText(DATEPICKER_POPOVER_ACCESSIBLE_NAME)}get _shouldHideHeader(){return!1}get firstPicker(){const e=this._calendarPickersMode;let t="day";return e===CalendarPickersMode$1.YEAR?t="year":e===CalendarPickersMode$1.MONTH_YEAR&&(t="month"),t}get _ariaHidden(){return isDesktop()}async _respPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}_canOpenPicker(){return!this.disabled&&!this.readonly}get _calendarPickersMode(){const e=this.getFormat().aFormatArray.map((e=>e.type.toLowerCase()));return e.includes("day")?CalendarPickersMode$1.DAY_MONTH_YEAR:e.includes("month")||e.includes("monthstandalone")?CalendarPickersMode$1.MONTH_YEAR:CalendarPickersMode$1.YEAR}onSelectedDatesChange(e){e.preventDefault();const t=e.detail.values&&e.detail.values[0];this._updateValueAndFireEvents(t,!0,["change","value-changed"]),this.closePicker()}onHeaderShowMonthPress(){this._calendarCurrentPicker="month"}onHeaderShowYearPress(){this._calendarCurrentPicker="year"}formatValue(e){return this.getFormat().format(e)}closePicker(){this.responsivePopover.close()}async openPicker(){this._isPickerOpen=!0,this._calendarCurrentPicker=this.firstPicker,this.responsivePopover=await this._respPopover(),this.responsivePopover.showAt(this)}togglePicker(){this.isOpen()?this.closePicker():this._canOpenPicker()&&this.openPicker()}isOpen(){return!!this._isPickerOpen}get dateValue(){return this.liveValue?this.getFormat().parse(this.liveValue):this.getFormat().parse(this.value)}get dateValueUTC(){return this.liveValue?this.getFormat().parse(this.liveValue,!0):this.getFormat().parse(this.value)}get styles(){return{main:{width:"100%"}}}get type(){return InputType$1.Text}};__decorate$l([property()],DatePicker.prototype,"value",void 0),__decorate$l([property({type:ValueState$1,defaultValue:ValueState$1.None})],DatePicker.prototype,"valueState",void 0),__decorate$l([property({type:Boolean})],DatePicker.prototype,"required",void 0),__decorate$l([property({type:Boolean})],DatePicker.prototype,"disabled",void 0),__decorate$l([property({type:Boolean})],DatePicker.prototype,"readonly",void 0),__decorate$l([property({defaultValue:void 0})],DatePicker.prototype,"placeholder",void 0),__decorate$l([property()],DatePicker.prototype,"name",void 0),__decorate$l([property({type:Boolean})],DatePicker.prototype,"hideWeekNumbers",void 0),__decorate$l([property()],DatePicker.prototype,"accessibleName",void 0),__decorate$l([property({defaultValue:""})],DatePicker.prototype,"accessibleNameRef",void 0),__decorate$l([property({type:Boolean,noAttribute:!0})],DatePicker.prototype,"_isPickerOpen",void 0),__decorate$l([property({type:Object})],DatePicker.prototype,"_respPopoverConfig",void 0),__decorate$l([property({defaultValue:"day"})],DatePicker.prototype,"_calendarCurrentPicker",void 0),__decorate$l([slot({type:HTMLElement})],DatePicker.prototype,"valueStateMessage",void 0),__decorate$l([slot({type:HTMLElement})],DatePicker.prototype,"formSupport",void 0),DatePicker=DatePicker_1=__decorate$l([customElement({tag:"ui5-date-picker",languageAware:!0,template:block0$k,staticAreaTemplate:block0$j,styles:styleData$j,staticAreaStyles:[styleData$x,styleData$i],dependencies:[Icon$1,ResponsivePopover$1,Calendar$1,CalendarDateComponent,Input$1,Button$1]}),event("change",{detail:{value:{type:String},valid:{type:Boolean}}}),event("input",{detail:{value:{type:String},valid:{type:Boolean}}}),event("value-state-change",{detail:{valueState:{type:String},valid:{type:Boolean}}})],DatePicker),DatePicker.define();const name$7="time-entry-request",pathData$7="M416 272q0 16-16 16H224V144q0-16 16-16t16 16v112h144q16 0 16 16zM256 0q53 0 99.5 20T437 75t55 81.5 20 99.5q0 49-17.5 92.5T447 426t-71 56-88 28v-32q40-6 75.5-25.5t61-49T465 336t15-80q0-46-17.5-87t-48-71.5-71.5-48T256 32q-38 0-72.5 12T121 77.5t-49 51T41 192H8q11-41 34.5-76.5t56-61 72.5-40T256 0zM144 480q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128zm0-64q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128zm0-64q16 0 16 16 0 6-4.5 11t-11.5 5H16q-6 0-11-5t-5-11q0-7 5-11.5t11-4.5h128z",ltr$7=!1,collection$7="SAP-icons-v4",packageName$7="@ui5/webcomponents-icons";registerIcon(name$7,{pathData:pathData$7,ltr:false,collection:collection$7,packageName:packageName$7});const name$6="time-entry-request",pathData$6="M262 461q11 0 18.5 7t7.5 18-7.5 18.5T262 512h-6q-53 0-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0q44 0 84 14t73 39 56.5 59.5T503 188q2 5 2 6.5v3.5q0 11-7.5 18.5T479 224q-8 0-15.5-5.5T454 205q-9-34-27.5-62.5t-45-48.5T323 62.5 256 51q-42 0-79.5 16T111 111t-44 65.5T51 256t16 79.5 44 65.5 65.5 44 79.5 16h6zm0-365q11 0 18.5 7.5T288 122v131q0 8-5 15l-77 105q-8 11-20 11-11 0-18.5-7.5T160 358q0-7 5-15l72-98V122q0-11 7-18.5t18-7.5zm224 192q11 0 18.5 7.5T512 314t-7.5 18-18.5 7H378q-11 0-18.5-7t-7.5-18 7.5-18.5T378 288h108zm0 86q11 0 18.5 7.5T512 400t-7.5 18.5T486 426H378q-11 0-18.5-7.5T352 400t7.5-18.5T378 374h108zm0 87q11 0 18.5 7t7.5 18-7.5 18.5T486 512H378q-11 0-18.5-7.5T352 486t7.5-18 18.5-7h108z",ltr$6=!1,collection$6="SAP-icons-v5",packageName$6="@ui5/webcomponents-icons";function block0$i(e,t,o){return o?effectiveHtml`<div id="${l$1(this._id)}" class="ui5-time-picker-root"><${scopeTag("ui5-input",t,o)} id="${l$1(this._id)}-inner" value="${l$1(this.value)}" placeholder="${l$1(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" ._inputAccInfo="${l$1(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${l$1(this._handleInputChange)}" @ui5-input="${l$1(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length?block1$g.call(this,e,t,o):void 0}${this.readonly?void 0:block2$e.call(this,e,t,o)}</${scopeTag("ui5-input",t,o)}></div>`:effectiveHtml`<div id="${l$1(this._id)}" class="ui5-time-picker-root"><ui5-input id="${l$1(this._id)}-inner" value="${l$1(this.value)}" placeholder="${l$1(this._placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" value-state="${l$1(this.valueState)}" ._inputAccInfo="${l$1(this.accInfo)}" data-sap-focus-ref @click="${this._handleInputClick}" @ui5-change="${l$1(this._handleInputChange)}" @ui5-input="${l$1(this._handleInputLiveChange)}" @focusin="${this._onfocusin}" @input="${this._oninput}" class="ui5-time-picker-input" @keydown="${this._onkeydown}">${this.valueStateMessage.length?block1$g.call(this,e,t,o):void 0}${this.readonly?void 0:block2$e.call(this,e,t,o)}</ui5-input></div>`}function block1$g(e,t,o){return effectiveHtml`<slot name="valueStateMessage" slot="valueStateMessage"></slot>`}function block2$e(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} slot="icon" name="${l$1(this.openIconName)}" tabindex="-1" show-tooltip @click="${this.togglePicker}" input-icon ?pressed="${this._isPickerOpen}" class="ui5-time-picker-input-icon-button"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon slot="icon" name="${l$1(this.openIconName)}" tabindex="-1" show-tooltip @click="${this.togglePicker}" input-icon ?pressed="${this._isPickerOpen}" class="ui5-time-picker-input-icon-button"></ui5-icon>`}function block0$h(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-responsive-popover",t,o)} id="${l$1(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow accessible-name="${l$1(this.pickerAccessibleName)}" @ui5-after-open="${l$1(this.onResponsivePopoverAfterOpen)}" @ui5-after-close="${l$1(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><${scopeTag("ui5-time-selection-clocks",t,o)} id="${l$1(this._id)}-time-sel" value="${l$1(this._timeSelectionValue)}" format-pattern="${l$1(this._formatPattern)}" @ui5-change="${l$1(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></${scopeTag("ui5-time-selection-clocks",t,o)}><div slot="footer" class="ui5-time-picker-footer" @keydown=${this._onfooterkeydown}><${scopeTag("ui5-button",t,o)} id="submit" design="Emphasized" @click="${this.submitPickers}">${l$1(this.submitButtonLabel)}</${scopeTag("ui5-button",t,o)}><${scopeTag("ui5-button",t,o)} id="close" design="Transparent" @click="${this.closePicker}">${l$1(this.cancelButtonLabel)}</${scopeTag("ui5-button",t,o)}></div></${scopeTag("ui5-responsive-popover",t,o)}>${this._isPhone?block1$f.call(this,e,t,o):void 0}`:effectiveHtml`<ui5-responsive-popover id="${l$1(this._id)}-responsive-popover" class="ui5-time-picker-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow accessible-name="${l$1(this.pickerAccessibleName)}" @ui5-after-open="${l$1(this.onResponsivePopoverAfterOpen)}" @ui5-after-close="${l$1(this.onResponsivePopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><ui5-time-selection-clocks id="${l$1(this._id)}-time-sel" value="${l$1(this._timeSelectionValue)}" format-pattern="${l$1(this._formatPattern)}" @ui5-change="${l$1(this.onTimeSelectionChange)}" @close-picker="${this.submitPickers}"></ui5-time-selection-clocks><div slot="footer" class="ui5-time-picker-footer" @keydown=${this._onfooterkeydown}><ui5-button id="submit" design="Emphasized" @click="${this.submitPickers}">${l$1(this.submitButtonLabel)}</ui5-button><ui5-button id="close" design="Transparent" @click="${this.closePicker}">${l$1(this.cancelButtonLabel)}</ui5-button></div></ui5-responsive-popover>${this._isPhone?block1$f.call(this,e,t,o):void 0}`}function block1$f(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-popover",t,o)} id="${l$1(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-open="${l$1(this.onInputsPopoverAfterOpen)}" @ui5-after-close="${l$1(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><${scopeTag("ui5-time-selection-inputs",t,o)} id="${l$1(this._id)}-time-sel-inputs" value="${l$1(this._timeSelectionValue)}" format-pattern="${l$1(this._formatPattern)}" @ui5-change="${l$1(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></${scopeTag("ui5-time-selection-inputs",t,o)}></div><div slot="footer" class="ui5-time-picker-footer" @keydown=${this._onfooterkeydown}><${scopeTag("ui5-button",t,o)} id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${l$1(this.submitButtonLabel)}</${scopeTag("ui5-button",t,o)}><${scopeTag("ui5-button",t,o)} id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${l$1(this.cancelButtonLabel)}</${scopeTag("ui5-button",t,o)}></div></${scopeTag("ui5-popover",t,o)}>`:effectiveHtml`<ui5-popover id="${l$1(this._id)}-popover" class="ui5-time-picker-inputs-popover" placement-type="Bottom" horizontal-align="Left" allow-target-overlap _hide-header hide-arrow @ui5-after-open="${l$1(this.onInputsPopoverAfterOpen)}" @ui5-after-close="${l$1(this.onInputsPopoverAfterClose)}" @wheel="${this._handleWheel}" @keydown="${this._onkeydown}"><div class="popover-content"><ui5-time-selection-inputs id="${l$1(this._id)}-time-sel-inputs" value="${l$1(this._timeSelectionValue)}" format-pattern="${l$1(this._formatPattern)}" @ui5-change="${l$1(this.onTimeSelectionChange)}" @close-inputs="${this.submitInputsPopover}"></ui5-time-selection-inputs></div><div slot="footer" class="ui5-time-picker-footer" @keydown=${this._onfooterkeydown}><ui5-button id="submitInputs" design="Emphasized" @click="${this.submitInputsPopover}">${l$1(this.submitButtonLabel)}</ui5-button><ui5-button id="closeInputs" design="Transparent" @click="${this.closeInputsPopover}">${l$1(this.cancelButtonLabel)}</ui5-button></div></ui5-popover>`}function block0$g(e,t,o){return effectiveHtml`<li role="option" aria-roledescription="${l$1(this.ariaDescription)}" aria-posinset="${l$1(this.posInSet)}" aria-setsize="${l$1(this.sizeOfSet)}" aria-selected="${l$1(this.pressed)}" class="ui5-button-root" aria-disabled="${l$1(this.disabled)}" data-sap-focus-ref @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${l$1(this.tabIndexValue)} aria-label="${l$1(this.ariaLabelText)}" title="${l$1(this.tooltip)}">${this.icon?block1$e.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span></li> `}function block1$e(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-button-icon" name="${l$1(this.icon)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-button-icon" name="${l$1(this.icon)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`}function block0$f(e,t,o){return effectiveHtml`<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${l$1(this.pressed)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${l$1(this.tabIndexValue)} aria-expanded="${l$1(this.accessibilityAttributes.expanded)}" aria-controls="${l$1(this.accessibilityAttributes.controls)}" aria-haspopup="${l$1(this._hasPopup)}" aria-label="${l$1(this.ariaLabelText)}" aria-describedby="${l$1(this.ariaDescribedbyText)}" title="${l$1(this.buttonTitle)}" part="button" role="${l$1(this.buttonAccessibleRole)}">${this.icon?block1$d.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.hasButtonType?block2$d.call(this,e,t,o):void 0}</button> `}function block1$d(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`}function block2$d(e,t,o){return effectiveHtml`<span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">${l$1(this.buttonTypeText)}</span>`}registerIcon(name$6,{pathData:pathData$6,ltr:false,collection:collection$6,packageName:packageName$6}),isLegacyThemeFamily(),registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$h={packageName:"@ui5/webcomponents",fileName:"themes/ToggleButton.css.ts",content:':host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v1-24-7_toggle_button_emphasized_text_shadow)}:host([pressed]),:host([design="Default"][pressed]),:host([design="Transparent"][pressed]),:host([design="Emphasized"][pressed]){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor);text-shadow:none}:host([pressed]:hover),:host([pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Default"][pressed]:hover),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Transparent"][pressed]:hover),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover),:host([design="Emphasized"][pressed]:hover),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Selected_Hover_Background);border-color:var(--sapButton_Selected_Hover_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([active][focused]),:host([design="Default"][active][focused]),:host([design="Transparent"][active][focused]),:host([design="Emphasized"][active][focused]){background:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch])),:host([design="Emphasized"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Selected_Background);border-color:var(--sapButton_Selected_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Negative"][pressed]){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Negative"][active][focused]){background:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Negative"][pressed][active]:hover),:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Reject_Selected_Hover_Background);border-color:var(--sapButton_Reject_Selected_Hover_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Reject_Selected_Background);border-color:var(--sapButton_Reject_Selected_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Positive"][pressed]){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][active][focused]){background:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed][active]:hover),:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Accept_Selected_Hover_Background);border-color:var(--sapButton_Accept_Selected_Hover_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Accept_Selected_Background);border-color:var(--sapButton_Accept_Selected_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Attention"][pressed]){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Attention"][active][focused]){background:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Attention"][pressed][active]:hover),:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover){background:var(--sapButton_Attention_Selected_Hover_Background);border-color:var(--sapButton_Attention_Selected_Hover_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch])){background:var(--sapButton_Attention_Selected_Background);border-color:var(--sapButton_Attention_Selected_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}\n'};var __decorate$k=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ToggleButton=class extends Button$1{_onclick(){this.pressed=!this.pressed,isSafari()&&this.getDomRef().focus()}_onkeyup(e){isSpaceShift(e)?e.preventDefault():super._onkeyup(e)}};__decorate$k([property({type:Boolean})],ToggleButton.prototype,"pressed",void 0),ToggleButton=__decorate$k([customElement({tag:"ui5-toggle-button",template:block0$f,styles:[Button$1.styles,styleData$h]})],ToggleButton),ToggleButton.define();const ToggleButton$1=ToggleButton;var SegmentedButtonItem_1,__decorate$j=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SegmentedButtonItem=SegmentedButtonItem_1=class extends ToggleButton$1{get ariaDescription(){return SegmentedButtonItem_1.i18nBundle.getText(SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION)}};__decorate$j([property({type:ButtonDesign$1,defaultValue:ButtonDesign$1.Default})],SegmentedButtonItem.prototype,"design",void 0),__decorate$j([property({type:Boolean})],SegmentedButtonItem.prototype,"iconEnd",void 0),__decorate$j([property({type:Boolean})],SegmentedButtonItem.prototype,"submits",void 0),__decorate$j([property({type:Object})],SegmentedButtonItem.prototype,"accessibilityAttributes",void 0),__decorate$j([property({type:ButtonType$1,defaultValue:ButtonType$1.Button})],SegmentedButtonItem.prototype,"type",void 0),__decorate$j([property({type:ButtonAccessibleRole$1,defaultValue:ButtonAccessibleRole$1.Button})],SegmentedButtonItem.prototype,"accessibleRole",void 0),__decorate$j([property({validator:Integer,defaultValue:0})],SegmentedButtonItem.prototype,"posInSet",void 0),__decorate$j([property({validator:Integer,defaultValue:0})],SegmentedButtonItem.prototype,"sizeOfSet",void 0),SegmentedButtonItem=SegmentedButtonItem_1=__decorate$j([customElement({tag:"ui5-segmented-button-item",template:block0$g,dependencies:[Icon$1]})],SegmentedButtonItem),SegmentedButtonItem.define();const SegmentedButtonItem$1=SegmentedButtonItem;var SegmentedButtonMode;!function(e){e.SingleSelect="SingleSelect",e.MultiSelect="MultiSelect"}(SegmentedButtonMode||(SegmentedButtonMode={}));const SegmentedButtonMode$1=SegmentedButtonMode;function block0$e(e,t,o){return effectiveHtml`<ul @click="${this._onclick}" @mousedown="${this._onmousedown}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @focusin="${this._onfocusin}" class="ui5-segmented-button-root" role="listbox" aria-multiselectable="true" aria-describedby="${l$1(this._id)}-invisibleText" aria-roledescription=${l$1(this.ariaDescription)} aria-label=${l$1(this.accessibleName)}><slot></slot><span id="${l$1(this._id)}-invisibleText" class="ui5-hidden-text">${l$1(this.ariaDescribedBy)}</span></ul>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$g={packageName:"@ui5/webcomponents",fileName:"themes/SegmentedButton.css.ts",content:":host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block;min-width:calc(var(--_ui5-v1-24-7_segmented_btn_items_count) * 2.5rem)}.ui5-segmented-button-root{width:inherit;display:grid;grid-template-columns:repeat(var(--_ui5-v1-24-7_segmented_btn_items_count),minmax(2.5rem,1fr));margin:0;padding:0;background-color:var(--sapButton_Background);border-radius:var(--sapButton_BorderCornerRadius);box-shadow:inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor)}::slotted([ui5-segmented-button-item]){border-radius:var(--_ui5-v1-24-7_segmented_btn_inner_border_radius);border-color:var(--_ui5-v1-24-7_segmented_btn_border_color);background-color:var(--_ui5-v1-24-7_segmented_btn_background_color);height:var(--_ui5-v1-24-7_button_base_height);min-width:2.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:initial}::slotted([ui5-segmented-button-item]:hover){z-index:2;box-shadow:var(--_ui5-v1-24-7_segmented_btn_hover_box_shadow);border-color:var(--sapButton_Hover_BorderColor);background-color:var(--sapButton_Hover_Background)}::slotted([ui5-segmented-button-item][pressed]),::slotted([ui5-segmented-button-item][active]){border-color:var(--sapButton_Selected_BorderColor);background-color:var(--sapButton_Selected_Background);color:var(--sapButton_Selected_TextColor)}::slotted([ui5-segmented-button-item][pressed]:hover){border-color:var(--sapButton_Selected_Hover_BorderColor);background-color:var(--sapButton_Selected_Hover_Background);color:var(--sapButton_Selected_TextColor)}::slotted([ui5-segmented-button-item]:last-child){border-start-end-radius:var(--sapButton_BorderCornerRadius);border-end-end-radius:var(--sapButton_BorderCornerRadius)}::slotted([ui5-segmented-button-item]:first-child){border-start-start-radius:var(--sapButton_BorderCornerRadius);border-end-start-radius:var(--sapButton_BorderCornerRadius)}::slotted([ui5-segmented-button-item]:not(:first-child)){border-left-width:var(--_ui5-v1-24-7_segmented_btn_item_border_left);border-right-width:var(--_ui5-v1-24-7_segmented_btn_item_border_right)}::slotted([ui5-segmented-button-item][active]:not([active]):hover){border-color:var(--sapButton_BorderColor)}::slotted([ui5-segmented-button-item][active]:hover){border-color:var(--sapButton_Selected_BorderColor)}\n"};var SegmentedButton_1,__decorate$i=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SegmentedButton=SegmentedButton_1=class extends UI5Element{static async onDefine(){SegmentedButton_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}constructor(){super(),this._itemNavigation=new ItemNavigation(this,{getItemsCallback:()=>this.getSlottedNodes("items")}),this.hasPreviouslyFocusedItem=!1}onBeforeRendering(){const e=this.getSlottedNodes("items");e.forEach(((e,t,o)=>{e.posInSet=t+1,e.sizeOfSet=o.length})),this.normalizeSelection(),this.style.setProperty(getScopedVarName("--_ui5_segmented_btn_items_count"),`${e.length}`)}normalizeSelection(){if(this.items.length)switch(this.mode){case SegmentedButtonMode$1.SingleSelect:{const e=this.selectedItems,t=this._selectedItem?e.indexOf(this._selectedItem):-1;this._selectedItem&&e.length>1&&e.splice(t,1);const o=e.pop()||this.items[0];this._applySingleSelection(o);break}}}_selectItem(e){const t=e.target,o=t.hasAttribute("ui5-segmented-button-item");if(!t.disabled&&t!==this.getDomRef()&&o){if(this.mode===SegmentedButtonMode$1.MultiSelect)e instanceof KeyboardEvent&&(t.pressed=!t.pressed);else this._applySingleSelection(t);return this.fireEvent("selection-change",{selectedItem:t,selectedItems:this.selectedItems}),this._itemNavigation.setCurrentItem(t),t.focus(),this}}_applySingleSelection(e){this.items.forEach((e=>{e.pressed=!1})),e.pressed=!0,this._selectedItem=e}_onclick(e){this._selectItem(e)}_onkeydown(e){isEnter(e)?this._selectItem(e):isSpace(e)&&e.preventDefault()}_onkeyup(e){isSpace(e)&&this._selectItem(e)}_onmousedown(e){const t=e.target;t.hasAttribute("ui5-segmented-button-item")&&(t.focus(),this._itemNavigation.setCurrentItem(t),this.hasPreviouslyFocusedItem=!0)}_onfocusin(e){this.hasPreviouslyFocusedItem?this._itemNavigation.setCurrentItem(e.target):this.selectedItems.length&&(this.selectedItems[0].focus(),this._itemNavigation.setCurrentItem(this.selectedItems[0]),this.hasPreviouslyFocusedItem=!0)}get selectedItem(){return this._selectedItem}get selectedItems(){return this.items.filter((e=>e.pressed))}get ariaDescribedBy(){return SegmentedButton_1.i18nBundle.getText(SEGMENTEDBUTTON_ARIA_DESCRIBEDBY)}get ariaDescription(){return SegmentedButton_1.i18nBundle.getText(SEGMENTEDBUTTON_ARIA_DESCRIPTION)}};__decorate$i([property({defaultValue:void 0})],SegmentedButton.prototype,"accessibleName",void 0),__decorate$i([property({type:SegmentedButtonMode$1,defaultValue:SegmentedButtonMode$1.SingleSelect})],SegmentedButton.prototype,"mode",void 0),__decorate$i([slot({type:HTMLElement,invalidateOnChildChange:!0,default:!0})],SegmentedButton.prototype,"items",void 0),SegmentedButton=SegmentedButton_1=__decorate$i([customElement({tag:"ui5-segmented-button",languageAware:!0,renderer:litRender,template:block0$e,styles:styleData$g,dependencies:[SegmentedButtonItem$1]}),event("selection-change",{detail:{selectedItem:{type:HTMLElement},selectedItems:{type:Array}}})],SegmentedButton),SegmentedButton.define();const SegmentedButton$1=SegmentedButton,getHoursConfigByFormat=e=>{const t={minHour:0,maxHour:0,isTwelveHoursFormat:!1};return"hour0_23"===e?(t.minHour=0,t.maxHour=23,t.isTwelveHoursFormat=!1):"hour1_24"===e?(t.minHour=1,t.maxHour=24,t.isTwelveHoursFormat=!1):"hour0_11"===e?(t.minHour=0,t.maxHour=11,t.isTwelveHoursFormat=!0):"hour1_12"===e&&(t.minHour=1,t.maxHour=12,t.isTwelveHoursFormat=!0),t},getTimeControlsByFormat=(e,t)=>{const o=[!1,!1,!1,!1];for(let i=0;i<e.length;i++)0!==t.maxHour&&(o[0]=!0),0!==t.maxHour&&t.isTwelveHoursFormat&&(o[0]=!0),"minute"===e[i].type&&(o[1]=!0),"second"===e[i].type&&(o[2]=!0),"amPmMarker"===e[i].type&&(o[3]=!0);return o};var TimePickerInternals_1,__decorate$h=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const TYPE_COOLDOWN_DELAY=1e3;let TimePickerInternals=TimePickerInternals_1=class extends UI5Element{static async onDefine(){[TimePickerInternals_1.i18nBundle]=await Promise.all([getI18nBundle("@ui5/webcomponents"),fetchCldr(getLocale().getLanguage(),getLocale().getRegion(),getLocale().getScript())])}get _hoursConfiguration(){const e=this.getFormat().aFormatArray.find((e=>e.type.startsWith("hour")));return getHoursConfigByFormat(e?e.type:"hour0_23")}get _zeroPaddedHours(){const e=this.getFormat().aFormatArray.find((e=>e.type.startsWith("hour")));return!(e.digits&&1===e.digits)}get _neededComponents(){const e=this.getFormat().aFormatArray;return getTimeControlsByFormat(e,this._hoursConfiguration)}get _hasHoursComponent(){return this._neededComponents[0]}get _hasMinutesComponent(){return this._neededComponents[1]}get _hasSecondsComponent(){return this._neededComponents[2]}get _hasPeriodsComponent(){return this._neededComponents[3]}get dateValue(){return this.value?this.getFormat().parse(this.value,void 0,void 0):new Date}get validDateValue(){return void 0!==this.value&&this.isValid(this.value)?this.dateValue:new Date}get periodsArray(){return this.getFormat().aDayPeriodsAbbrev.map((e=>e.toUpperCase()))}get _hours(){let e;const t=this.validDateValue;return e=this._hoursConfiguration.isTwelveHoursFormat&&t.getHours()>this._hoursConfiguration.maxHour?t.getHours()-12:this._hoursConfiguration.isTwelveHoursFormat&&t.getHours()<this._hoursConfiguration.minHour?t.getHours()+12:t.getHours(),1===e.toString().length&&this._zeroPaddedHours&&(e=`0${e}`),e.toString()}get _minutes(){const e=this.validDateValue.getMinutes().toString();return 1===e.length?`0${e}`:e}get _seconds(){const e=this.validDateValue.getSeconds().toString();return 1===e.length?`0${e}`:e}get _period(){let e;const t=this.validDateValue;if(this._hoursConfiguration.isTwelveHoursFormat)return e=1===this._hoursConfiguration.minHour?t.getHours()>=this._hoursConfiguration.maxHour?this.periodsArray[1]:this.periodsArray[0]:t.getHours()>this._hoursConfiguration.maxHour||t.getHours()===this._hoursConfiguration.minHour?this.periodsArray[1]:this.periodsArray[0],e}get _formatPattern(){const e=this.formatPattern,t=!!e.match(/H/i),o=!e||!t,i=getCachedLocaleDataInstance(getLocale());return o?i.getCombinedDateTimePattern("medium","medium",void 0):e}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}get hoursLabel(){return TimePickerInternals_1.i18nBundle.getText(TIMEPICKER_HOURS_LABEL)}get minutesLabel(){return TimePickerInternals_1.i18nBundle.getText(TIMEPICKER_MINUTES_LABEL)}get secondsLabel(){return TimePickerInternals_1.i18nBundle.getText(TIMEPICKER_SECONDS_LABEL)}get clockDialAriaLabel(){return TimePickerInternals_1.i18nBundle.getText(TIMEPICKER_CLOCK_DIAL_LABEL)}setValue(e){const t=this.formatValue(e);this.isValid(t)&&(this.value=this.normalizeValue(t),this.fireEvent("change",{value:this.value,valid:!0}))}isValid(e){return""===e||this.getFormat().parse(e,void 0,void 0)}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e,void 0,void 0))}getFormat(){let e;return e=this._isPattern?DateFormat.getDateInstance({calendarType:this._calendarType,pattern:this._formatPattern}):DateFormat.getDateInstance({calendarType:this._calendarType,style:this._formatPattern}),e}formatValue(e){return this.getFormat().format(e)}_componentKey(e){return e}_indexFromName(e){return this._componentMap[this._componentKey(e)]}_getNameFromId(e){const t=e.split("_");return t.length?t[t.length-1]:void 0}_getIndexFromId(e){const t=this._getNameFromId(e);return t?this._indexFromName(t):0}_hoursChange(e){this._hoursConfiguration.isTwelveHoursFormat&&(e=this._shiftHours(e));const t=this.validDateValue;t.setHours(e),this.setValue(t)}_minutesChange(e){const t=this.validDateValue;t.setMinutes(e),this.setValue(t)}_secondsChange(e){const t=this.validDateValue;t.setSeconds(e),this.setValue(t)}_buttonAmPm(){var e;return this._hasPeriodsComponent?null==(e=this.shadowRoot)?void 0:e.querySelector(`#${this._id}_AmPm`):void 0}_createPeriodComponent(){this._hasPeriodsComponent&&this.periodsArray.forEach((e=>{this._periods.push({label:e,pressed:this._period===e})}))}_periodChange(e){const t=e.target;if(t){const e=t.textContent;this._calculatePeriodChange(e)}}_calculatePeriodChange(e){const t=this.validDateValue;e===this._periods[0].label&&t.getHours()>=12&&t.setHours(t.getHours()-12),e===this._periods[1].label&&t.getHours()<12&&t.setHours(t.getHours()+12),this.setValue(t)}_shiftHours(e){return this._period===this.periodsArray[0]?e=12===e?0:e:this._period===this.periodsArray[1]&&(e=12===e?e:e+12),e}_resetCooldown(e){this._typeCooldownId&&clearTimeout(this._typeCooldownId),e&&this._startCooldown()}_startCooldown(){this._typeCooldownId=setTimeout((()=>{this._keyboardBuffer="",this._typeCooldownId=void 0,this._exactMatch&&(this._setExactMatch(),this._exactMatch=void 0)}),1e3)}_setExactMatch(){}};__decorate$h([property({defaultValue:void 0})],TimePickerInternals.prototype,"value",void 0),__decorate$h([property()],TimePickerInternals.prototype,"formatPattern",void 0),__decorate$h([property({validator:Integer,defaultValue:0,noAttribute:!0})],TimePickerInternals.prototype,"_activeIndex",void 0),__decorate$h([property({type:CalendarType$1})],TimePickerInternals.prototype,"_calendarType",void 0),__decorate$h([property({type:Object,multiple:!0})],TimePickerInternals.prototype,"_entities",void 0),__decorate$h([property({type:Object})],TimePickerInternals.prototype,"_componentMap",void 0),__decorate$h([property({type:Object,multiple:!0})],TimePickerInternals.prototype,"_periods",void 0),__decorate$h([property({validator:Integer,noAttribute:!0})],TimePickerInternals.prototype,"_typeCooldownId",void 0),__decorate$h([property({validator:Integer,noAttribute:!0})],TimePickerInternals.prototype,"_exactMatch",void 0),__decorate$h([property({defaultValue:"",noAttribute:!0})],TimePickerInternals.prototype,"_keyboardBuffer",void 0),TimePickerInternals=TimePickerInternals_1=__decorate$h([customElement({tag:"ui5-time-picker-internals"}),event("change",{detail:{value:{type:String},valid:{type:Boolean}}})],TimePickerInternals),TimePickerInternals.define();const TimePickerInternals$1=TimePickerInternals;function block0$d(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}" ondragstart="return false;" ondrop="return false;" aria-hidden="true" class="${o$2(this.classes.clock)}"><div data-label="${l$1(this.label)}" class="ui5-tp-clock-dial"></div><div>${c(this._items,((e,t)=>e._id||t),((i,a)=>block1$c.call(this,e,t,o,i,a)))}${this._selectedItem.showMarker?block6$4.call(this,e,t,o):void 0}</div><div class="ui5-tp-clock-cover" @touchstart="${this._onTouchStart}" @touchmove="${this._onTouchMove}" @touchend="${this._onTouchEnd}" @mousedown="${this._onTouchStart}" @mousemove="${this._onTouchMove}" @mouseup="${this._onTouchEnd}" @mouseout="${this._onMouseOut}" @mousewheel="${this._onMouseWheel}" @DOMMouseScroll="${this._onMouseWheel}"></div></div>`}function block1$c(e,t,o,i,a){return effectiveHtml`<div class="ui5-tp-clock-item" style="${styleMap(i.outerStyles)}">${i.item?block2$c.call(this,e,t,o,i,a):block4$a.call(this,e,t,o,i,a)}</div>`}function block2$c(e,t,o,i,a){return effectiveHtml`<span class="ui5-tp-clock-dot"></span><span id="${l$1(this._id)}-${l$1(i.item)}" class="ui5-tp-clock-number" style="${styleMap(i.innerStyles)}">${l$1(i.item)}</span>${i.innerItem?block3$a.call(this,e,t,o,i,a):void 0}`}function block3$a(e,t,o,i,a){return effectiveHtml`<span id="${l$1(this._id)}-${l$1(i.innerItem)}" class="ui5-tp-clock-number" style="${styleMap(i.innerStyles)}">${l$1(i.innerItem)}</span>`}function block4$a(e,t,o,i,a){return effectiveHtml`${this.hideFractions?void 0:block5$6.call(this,e,t,o,i,a)}`}function block5$6(e,t,o,i,a){return effectiveHtml`<span class="ui5-tp-clock-mid-dot"></span>`}function block6$4(e,t,o){return effectiveHtml`<div class="ui5-tp-clock-item" style="${styleMap(this._selectedItem.outerStyles)}" marker><div class="ui5-tp-clock-marker"></div><div class="${l$1(this._selectedItem.itemClasses)}" style="${styleMap(this._selectedItem.innerStyles)}">${l$1(this._selectedItem.item)}</div><div id="${l$1(this._id)}-selected" class="${l$1(this._selectedItem.innerItemClasses)}" style="${styleMap(this._selectedItem.innerStyles)}">${l$1(this._selectedItem.innerItem)}</div></div>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$f={packageName:"@ui5/webcomponents",fileName:"themes/TimePickerClock.css.ts",content:'.ui5-tp-clock{position:relative;width:auto;padding:.5625rem;outline:none;display:none}.ui5-tp-clock-active{display:block}.ui5-tp-clock-dial{position:relative;width:auto;display:block;border-radius:100%;background-color:var(--sapLegend_WorkingBackground);text-align:center;z-index:1}.ui5-tp-clock-dial:before{content:attr(data-label);display:flex;align-items:center;justify-content:center;position:absolute;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor);inset:2.75rem;border-radius:100%;z-index:2}.ui5-tp-clock-dial:after{content:"";display:block;padding-bottom:100%}.ui5-tp-clock-inner .ui5-tp-clock-dial:before{background-color:var(--sapLegend_WorkingBackground)}.ui5-tp-clock-cover{position:absolute;inset:.5625rem;border-radius:100%;z-index:10;touch-action:none}.ui5-tp-clock-item{position:absolute;top:0;left:50%;display:inline-block;width:2.75rem;height:100%;z-index:3;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui5-tp-clock-item.ui5-tp-clock-marker{z-index:4}.ui5-tp-clock-dot{display:block;box-sizing:border-box;width:.25rem;height:.3125rem;margin:0 auto .25rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-mid-dot{display:block;box-sizing:border-box;width:.125rem;height:.1875rem;margin:0 auto .375rem;border-radius:100%;background-color:var(--sapField_BorderColor)}.ui5-tp-clock-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-number{box-sizing:border-box;display:inline-block;width:2.75rem;height:2.75rem;border-radius:100%;line-height:2.75rem;text-align:center;vertical-align:top;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--sapList_Hover_Background)}.ui5-tp-clock-selected{color:var(--sapButton_Selected_TextColor);background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}\n'};var __decorate$g=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ANIMATION_DURATION_MAX=200,ANIMATION_DELAY_EVENT=100,CLOCK_ANGLE_STEP=6,CLOCK_NUMBER_CLASS="ui5-tp-clock-number",CLOCK_NUMBER_HOVER_CLASS="ui5-tp-clock-number-hover",CLOCK_NUMBER_SELECTED_CLASS="ui5-tp-clock-selected",CLOCK_MIDDOT_CLASS="ui5-tp-clock-mid-dot";let TimePickerClock=class extends UI5Element{constructor(){super(),this._fnOnMouseOutUp=()=>{this._mouseOrTouchDown=!1}}get classes(){return{clock:{"ui5-tp-clock":!0,"ui5-tp-clock-inner":this.showInnerCircle,"ui5-tp-clock-active":this.active}}}onEnterDOM(){document.addEventListener("mouseup",this._fnOnMouseOutUp,!1)}onExitDOM(){document.removeEventListener("mouseup",this._fnOnMouseOutUp,!1)}onBeforeRendering(){this._prepareClockItems();const e=this._fixReplacementValue(this.selectedValue);this._updateSelectedValueObject(e)}_fixReplacementValue(e){let t=e;const o=this.itemMax*(this.showInnerCircle?2:1);return 0===t&&(t=o),t===o&&-1!==this.lastItemReplacement&&(t=this.lastItemReplacement),t}_updateSelectedValueObject(e){if(-1===e)return void(this._selectedItem={showMarker:!1});const t=e>=this.itemMin&&e<=this.itemMax||!this.showInnerCircle&&e===this.lastItemReplacement,o=(e>=this.itemMin+this.itemMax&&e<=2*this.itemMax||e===this.lastItemReplacement)&&this.showInnerCircle,i=360/(this.itemMax-this.itemMin+1),a=-1!==this.lastItemReplacement&&this.prependZero?e.toString().padStart(2,"0"):e.toString();let r=t||o?e*i:void 0;void 0!==r&&(r%=360),this._selectedItem={angle:r,item:t?e.toString():"",innerItem:o?a:"",showMarker:t||o,itemClasses:CLOCK_NUMBER_CLASS+(t?" ui5-tp-clock-selected":""),innerItemClasses:CLOCK_NUMBER_CLASS+(o?" ui5-tp-clock-selected":""),outerStyles:{transform:`translate(-50%) rotate(${r||0}deg)`},innerStyles:{transform:`rotate(-${r||0}deg)`}}}_prepareClockItems(){const e=[];let t,o,i,a=this.displayStep;for(this._items=[],i=this.itemMin;i<=this.itemMax;i++)e.push({item:i.toString(),innerItem:this.showInnerCircle?(i+this.itemMax).toString():void 0});-1!==this.lastItemReplacement&&(this.showInnerCircle&&this.prependZero?e[e.length-1].innerItem=this.lastItemReplacement.toString().padStart(2,"0"):e[e.length-1].item=this.lastItemReplacement.toString());const r=60/e.length;for(this.valueStep*r>a&&(a=this.valueStep*r),i=1;i<=60;i++)o=i/r-1,t=i%a!=0?{}:e[o],t.angle=6*i,t.outerStyles={transform:`translate(-50%) rotate(${6*i}deg)`},t.innerStyles={transform:`rotate(-${6*i}deg)`},this._items.push(t)}_getClockCoverContainerDomRef(){const e=this.getDomRef();return e&&e.querySelector(".ui5-tp-clock-cover")}_getMaxValue(){return this.showInnerCircle?2*this.itemMax:this.itemMax}_outerHeight(e){if(!e)return 0;const t=window.getComputedStyle(e);return e.offsetHeight+parseInt(t.marginTop)+parseInt(t.marginBottom)}_hoveredId(e){e===this._getMaxValue()&&-1!==this.lastItemReplacement&&(e=this.lastItemReplacement);const t=this.showInnerCircle&&e===this.lastItemReplacement&&this.prependZero?e.toString().padStart(2,"0"):e.toString();return`#${this._id}-${t}`}_getStringValue(e){return this.prependZero?e.toString().padStart(2,"0"):e.toString()}_calculateDimensions(){const e=this.getDomRef(),t=window.pageXOffset||document.documentElement.scrollLeft,o=window.pageYOffset||document.documentElement.scrollTop;if(!e)return;const i=this.getDomRef(),a=i.querySelector(`.${CLOCK_MIDDOT_CLASS}`),r=i.querySelector(`.${CLOCK_NUMBER_CLASS}`),n=Math.round(e.offsetHeight/2),s=this._outerHeight(a),l=this._outerHeight(r),c=e.getBoundingClientRect();this._dimensionParameters={radius:n,centerX:n,centerY:n,dotHeight:s,numberHeight:l,outerMax:n,outerMin:n-l,innerMax:n-l-1,innerMin:n-2*l-1,offsetX:c.left+t,offsetY:c.top+o}}_calculatePosition(e,t){const o=e-this._dimensionParameters.offsetX+1-this._dimensionParameters.radius,i=t-this._dimensionParameters.offsetY+1-this._dimensionParameters.radius,a=o>=0?0:180,r=180*Math.atan(i/o)/Math.PI+90+a,n=360/this.itemMax*this.valueStep,s=Math.sqrt(o*o+i*i),l=s<=this._dimensionParameters.outerMax&&s>(this.showInnerCircle?this._dimensionParameters.outerMin:this._dimensionParameters.innerMin),c=this.showInnerCircle&&s<=this._dimensionParameters.innerMax&&s>this._dimensionParameters.innerMin,d=s<=this._dimensionParameters.outerMax&&s>this._dimensionParameters.outerMin,_=c;let u=Math.round((0===r?360:r)/n)*n;0===u&&(u=360),c||l?(this._selectedValue=u/n*this.valueStep,c&&(this._selectedValue+=this.itemMax)):this._selectedValue=-1,this._hoveredValue=_||d?this._selectedValue:-1,this._selectedValue===this._getMaxValue()&&-1!==this.lastItemReplacement&&(this._selectedValue=this.lastItemReplacement)}_changeValueAnimation(e,t=!1){const o=this.itemMax*(this.showInnerCircle?2:1);let i,a,r,n=this._movSelectedValue,s=e,l=1;t?this._setSelectedValue(e):(i=Math.abs(n-s),a=o-i,n<s?a<i&&(n+=o,l=-1):a<i?s+=o:l=-1,r=n===s?0:Math.ceil(200/Math.abs(n-s)),this._animationInProgress=!0,this._selectNextNumber(n,s,l,o,e,r))}_selectNextNumber(e,t,o,i,a,r){const n=e>i?e-i:e;e===t&&(this._animationInProgress=!1),this._setSelectedValue(n),e!==t?(e+=o,setTimeout((()=>{this._selectNextNumber(e,t,o,i,a,r)}),r)):setTimeout((()=>{this.fireEvent("change",{value:a,stringValue:this._getStringValue(a),finalChange:!0})}),100)}_modifyValue(e){let t=this.selectedValue;const o=this.lastItemReplacement,i=this.itemMin,a=this.itemMax*(this.showInnerCircle?2:1);let r,n=this.valueStep;t%n!=0&&(r=e?Math.ceil(t/n)*n:Math.floor(t/n)*n,n=Math.abs(t-r)),t===o&&(t=a),e?(t+=n,t>a&&(t-=a)):(t-=n,t<i&&(t=a)),this._setSelectedValue(t)}_setSelectedValue(e){const t=this._fixReplacementValue(e);this.selectedValue=t,this.fireEvent("change",{value:t,stringValue:this._getStringValue(t),finalChange:!1}),this._updateSelectedValueObject(t)}_onTouchStart(e){if(this._cancelTouchOut=!1,this.disabled||this._mouseOrTouchDown)return;const t="touchstart"===e.type?e.touches[0].pageX:e.pageX,o="touchstart"===e.type?e.touches[0].pageY:e.pageY;this._movSelectedValue=this.selectedValue,this._calculateDimensions(),this._calculatePosition(t,o),this._mouseOrTouchDown=!0}_onTouchMove(e){let t;const o=this.getDomRef();if(e.preventDefault(),this._mouseOrTouchDown){const t="touchmove"===e.type?e.touches[0].pageX:e.pageX,o="touchmove"===e.type?e.touches[0].pageY:e.pageY;this._calculatePosition(t,o),this.disabled||-1===this._selectedValue||this._selectedValue===this._movSelectedValue||(this._setSelectedValue(this._selectedValue),this._movSelectedValue=0+this._selectedValue)}else"mousemove"===e.type&&(this._dimensionParameters.radius||this._calculateDimensions(),this._calculatePosition(e.pageX,e.pageY),this.displayStep>1&&-1!==this._hoveredValue&&(this._hoveredValue=Math.round(this._hoveredValue/this.displayStep)*this.displayStep),this.disabled||this._hoveredValue===this._prevHoveredValue||(t=o.querySelector(this._hoveredId(this._prevHoveredValue)),t&&t.classList.remove(CLOCK_NUMBER_HOVER_CLASS),this._prevHoveredValue=this._hoveredValue,t=o.querySelector(this._hoveredId(this._prevHoveredValue)),t&&t.classList.add(CLOCK_NUMBER_HOVER_CLASS)))}_onTouchEnd(e){this._mouseOrTouchDown&&(this._mouseOrTouchDown=!1,e.preventDefault(),this.disabled||-1===this._selectedValue||this._cancelTouchOut||this._changeValueAnimation(this._selectedValue))}_onMouseWheel(e){const t=e.detail?e.detail>0:e.deltaY>0||e.deltaX>0;e.preventDefault(),this._mouseOrTouchDown||this._modifyValue(t)}_onMouseOut(){const e=this.getDomRef().querySelector(this._hoveredId(this._hoveredValue));e&&e.classList.remove(CLOCK_NUMBER_HOVER_CLASS),this._hoveredValue=-1,this._prevHoveredValue=-1}};__decorate$g([property({type:Boolean})],TimePickerClock.prototype,"disabled",void 0),__decorate$g([property({type:Boolean})],TimePickerClock.prototype,"active",void 0),__decorate$g([property({validator:Integer,defaultValue:-1})],TimePickerClock.prototype,"itemMin",void 0),__decorate$g([property({validator:Integer,defaultValue:-1})],TimePickerClock.prototype,"itemMax",void 0),__decorate$g([property({type:Boolean})],TimePickerClock.prototype,"showInnerCircle",void 0),__decorate$g([property({type:String,defaultValue:void 0})],TimePickerClock.prototype,"label",void 0),__decorate$g([property({type:Boolean})],TimePickerClock.prototype,"hideFractions",void 0),__decorate$g([property({validator:Integer,defaultValue:-1})],TimePickerClock.prototype,"lastItemReplacement",void 0),__decorate$g([property({type:Boolean})],TimePickerClock.prototype,"prependZero",void 0),__decorate$g([property({validator:Integer,defaultValue:-1})],TimePickerClock.prototype,"selectedValue",void 0),__decorate$g([property({validator:Integer,defaultValue:5})],TimePickerClock.prototype,"displayStep",void 0),__decorate$g([property({validator:Integer,defaultValue:1})],TimePickerClock.prototype,"valueStep",void 0),__decorate$g([property({type:Object,multiple:!0})],TimePickerClock.prototype,"_items",void 0),__decorate$g([property({type:Object})],TimePickerClock.prototype,"_selectedItem",void 0),__decorate$g([property({type:Object})],TimePickerClock.prototype,"_dimensionParameters",void 0),__decorate$g([property({type:Boolean,noAttribute:!0})],TimePickerClock.prototype,"_mouseOrTouchDown",void 0),__decorate$g([property({type:Boolean,noAttribute:!0})],TimePickerClock.prototype,"_cancelTouchOut",void 0),__decorate$g([property({validator:Integer,defaultValue:-1,noAttribute:!0})],TimePickerClock.prototype,"_selectedValue",void 0),__decorate$g([property({validator:Integer,defaultValue:-1,noAttribute:!0})],TimePickerClock.prototype,"_movSelectedValue",void 0),__decorate$g([property({validator:Integer,defaultValue:-1,noAttribute:!0})],TimePickerClock.prototype,"_hoveredValue",void 0),__decorate$g([property({validator:Integer,defaultValue:-1,noAttribute:!0})],TimePickerClock.prototype,"_prevHoveredValue",void 0),__decorate$g([property({type:Boolean,noAttribute:!0})],TimePickerClock.prototype,"_animationInProgress",void 0),TimePickerClock=__decorate$g([customElement({tag:"ui5-time-picker-clock",renderer:litRender,styles:styleData$f,template:block0$d}),event("change",{detail:{value:{type:Integer},stringValue:{type:String},finalChange:{type:Boolean}}})],TimePickerClock),TimePickerClock.define();const TimePickerClock$1=TimePickerClock;function block0$c(e,t,o){return effectiveHtml`<button type="button" class="ui5-button-root" ?disabled="${this.disabled}" data-sap-focus-ref aria-pressed="${l$1(this.pressed)}" aria-valuemin="${l$1(this.valueMin)}" aria-valuemax="${l$1(this.valueMax)}" aria-valuenow="${l$1(this.valueNow)}" aria-valuetext="${l$1(this.valueText)}" @focusout=${this._onfocusout} @focusin=${this._onfocusin} @click=${this._onclick} @mousedown=${this._onmousedown} @mouseup=${this._onmouseup} @keydown=${this._onkeydown} @keyup=${this._onkeyup} @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" tabindex=${l$1(this.tabIndexValue)} aria-expanded="${l$1(this.accessibilityAttributes.expanded)}" aria-controls="${l$1(this.accessibilityAttributes.controls)}" aria-haspopup="${l$1(this._hasPopup)}" aria-label="${l$1(this.ariaLabelText)}" aria-describedby="${l$1(this.ariaDescribedbyText)}" title="${l$1(this.buttonTitle)}" part="button" role="${l$1(this.buttonAccessibleRole)}">${this.icon?block1$b.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-content" class="ui5-button-text"><bdi><slot></slot></bdi></span>${this.hasButtonType?block2$b.call(this,e,t,o):void 0}</button> `}function block1$b(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-button-icon" name="${l$1(this.icon)}" accessible-role="${l$1(this.iconRole)}" part="icon" ?show-tooltip=${this.showIconTooltip}></ui5-icon>`}function block2$b(e,t,o){return effectiveHtml`<span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">${l$1(this.buttonTypeText)}</span>`}var __decorate$f=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ToggleSpinButton=class extends ToggleButton$1{_onclick(){}get buttonAccessibleRole(){return"spinbutton"}};__decorate$f([property({validator:Integer,defaultValue:-1})],ToggleSpinButton.prototype,"valueMin",void 0),__decorate$f([property({validator:Integer,defaultValue:-1})],ToggleSpinButton.prototype,"valueMax",void 0),__decorate$f([property({validator:Integer,defaultValue:-1})],ToggleSpinButton.prototype,"valueNow",void 0),__decorate$f([property()],ToggleSpinButton.prototype,"valueText",void 0),ToggleSpinButton=__decorate$f([customElement({tag:"ui5-toggle-spin-button",renderer:litRender,styles:[Button$1.styles,ToggleButton$1.styles],template:block0$c})],ToggleSpinButton),ToggleSpinButton.define();const ToggleSpinButton$1=ToggleSpinButton;function block0$b(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}" class="ui5-time-picker-tsc-container" tabindex="-1" @keydown=${this._onkeydown} @keyup=${this._onkeyup} @focusin=${this._clocksFocusIn} @focusout=${this._clocksFocusOut} format-pattern="${l$1(this.formatPattern)}"><div class="ui5-time-picker-tsc-buttons">${c(this._entities,((e,t)=>e._id||t),((i,a)=>block1$a.call(this,e,t,o,i,a)))}${this._periods.length?block3$9.call(this,e,t,o):void 0}</div><div class="ui5-time-picker-tsc-clocks" role="img" aria-label="${l$1(this.clockDialAriaLabel)}">${c(this._entities,((e,t)=>e._id||t),((i,a)=>block5$5.call(this,e,t,o,i,a)))}</div></div>`}function block1$a(e,t,o,i,a){return o?effectiveHtml`${i.hasSeparator?block2$a.call(this,e,t,o,i,a):void 0}<${scopeTag("ui5-toggle-spin-button",t,o)} id="${l$1(this._id)}_button_${l$1(i.entity)}" data-sap-clock="${l$1(i.entity)}" .valueMin="${l$1(i.attributes.min)}" .valueMax="${l$1(i.attributes.max)}" .valueNow="${l$1(i.value)}" .valueText="${l$1(i.textValue)}" .accessibleName="${l$1(i.label)}" .pressed="${l$1(i.active)}" ?focused="${i.focused}" @focusin="${this._buttonFocusIn}">${l$1(i.stringValue)}</${scopeTag("ui5-toggle-spin-button",t,o)}>`:effectiveHtml`${i.hasSeparator?block2$a.call(this,e,t,o,i,a):void 0}<ui5-toggle-spin-button id="${l$1(this._id)}_button_${l$1(i.entity)}" data-sap-clock="${l$1(i.entity)}" .valueMin="${l$1(i.attributes.min)}" .valueMax="${l$1(i.attributes.max)}" .valueNow="${l$1(i.value)}" .valueText="${l$1(i.textValue)}" .accessibleName="${l$1(i.label)}" .pressed="${l$1(i.active)}" ?focused="${i.focused}" @focusin="${this._buttonFocusIn}">${l$1(i.stringValue)}</ui5-toggle-spin-button>`}function block2$a(e,t,o,i,a){return effectiveHtml`<span separator>:</span>`}function block3$9(e,t,o){return o?effectiveHtml`<span separator></span><${scopeTag("ui5-segmented-button",t,o)} id="${l$1(this._id)}_AmPm" @click=${this._periodChange} @focusin=${this._amPmFocusIn} @focusout=${this._amPmFocusOut}>${c(this._periods,((e,t)=>e._id||t),((i,a)=>block4$9.call(this,e,t,o,i,a)))}</${scopeTag("ui5-segmented-button",t,o)}>`:effectiveHtml`<span separator></span><ui5-segmented-button id="${l$1(this._id)}_AmPm" @click=${this._periodChange} @focusin=${this._amPmFocusIn} @focusout=${this._amPmFocusOut}>${c(this._periods,((e,t)=>e._id||t),((i,a)=>block4$9.call(this,e,t,o,i,a)))}</ui5-segmented-button>`}function block4$9(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-segmented-button-item",t,o)} ?pressed=${i.pressed}>${l$1(i.label)}</${scopeTag("ui5-segmented-button-item",t,o)}>`:effectiveHtml`<ui5-segmented-button-item ?pressed=${i.pressed}>${l$1(i.label)}</ui5-segmented-button-item>`}function block5$5(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-time-picker-clock",t,o)} id="${l$1(this._id)}_clock_${l$1(i.entity)}" data-sap-clock="${l$1(i.entity)}" .active="${l$1(i.active)}" .label="${l$1(i.label)}" .itemMin="${l$1(i.itemMin)}" .itemMax="${l$1(i.itemMax)}" .selectedValue="${l$1(i.value)}" .displayStep="${l$1(i.displayStep)}" .valueStep="${l$1(i.attributes.step)}" .lastItemReplacement="${l$1(i.lastItemReplacement)}" .showInnerCircle="${l$1(i.showInnerCircle)}" .prependZero="${l$1(i.prependZero)}" @ui5-change=${l$1(this._clockChange)}></${scopeTag("ui5-time-picker-clock",t,o)}>`:effectiveHtml`<ui5-time-picker-clock id="${l$1(this._id)}_clock_${l$1(i.entity)}" data-sap-clock="${l$1(i.entity)}" .active="${l$1(i.active)}" .label="${l$1(i.label)}" .itemMin="${l$1(i.itemMin)}" .itemMax="${l$1(i.itemMax)}" .selectedValue="${l$1(i.value)}" .displayStep="${l$1(i.displayStep)}" .valueStep="${l$1(i.attributes.step)}" .lastItemReplacement="${l$1(i.lastItemReplacement)}" .showInnerCircle="${l$1(i.showInnerCircle)}" .prependZero="${l$1(i.prependZero)}" @ui5-change=${l$1(this._clockChange)}></ui5-time-picker-clock>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$e={packageName:"@ui5/webcomponents",fileName:"themes/TimeSelectionClocks.css.ts",content:".ui5-time-picker-tsc-container{margin:0 auto;box-sizing:border-box;width:100%;padding:1rem;text-align:center}.ui5-time-picker-tsc-container:focus{outline:none}.ui5-time-picker-tsc-buttons{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;width:100%}.ui5-time-picker-tsc-buttons span[separator]{min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-time-picker-tsc-clocks{display:block;text-align:center;width:100%;touch-action:none}\n"};var __decorate$e=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimeSelectionClocks=class extends TimePickerInternals$1{onBeforeRendering(){this._createComponents()}_buttonComponent(e){var t;const o="string"==typeof e?this._indexFromName(e):e,i=this._entities[o].entity;return i?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_button_${i}`):void 0}_clockComponent(e){var t;const o="string"==typeof e?this._indexFromName(e):e,i=this._entities[o].entity;return i?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_clock_${i}`):void 0}_clocksFocusIn(e){const t=e.target;this._focused=!0,t.id===this._id&&this._switchClock(this._activeIndex)}_clocksFocusOut(){this._focused=!1}_buttonFocusIn(e){const t=e.target,o=this._getNameFromId(t.id);o&&this._switchTo(o)}_amPmFocusIn(){this._amPmFocused=!0}_amPmFocusOut(){this._amPmFocused=!1}_onkeyup(e){isSpace(e)&&(this._spacePressed=!1)}_onkeydown(e){let t;const o=e.target&&-1===e.target.tagName.toLowerCase().indexOf("segmented");if(isEnter(e))this.fireEvent("close-picker");else if(isSpace(e)&&o&&!this._spacePressed)e.preventDefault(),this._spacePressed=!0,this._keyboardBuffer="",this._resetCooldown(!0),this._switchNextClock(!0);else if(!isUp(e)&&!isDown(e)||isUpAlt(e)||isDownAlt(e))if(isPageUp(e)||isPageDown(e))t=this._clockComponent("hours"),t&&!t.disabled&&(this._switchTo("hours"),t._modifyValue(isPageUp(e))),e.preventDefault();else if(isPageUpShift(e)||isPageDownShift(e))t=this._clockComponent("minutes"),t&&!t.disabled&&(this._switchTo("minutes"),t._modifyValue(isPageUpShift(e))),e.preventDefault();else if(isPageUpShiftCtrl(e)||isPageDownShiftCtrl(e))t=this._clockComponent("seconds"),t&&!t.disabled&&(this._switchTo("seconds"),t._modifyValue(isPageUpShiftCtrl(e))),e.preventDefault();else if(isKeyA(e)||isKeyP(e)){const t=this._buttonAmPm();if(t){t.items[0].pressed=isKeyA(e),t.items[1].pressed=isKeyP(e);const o=isKeyA(e)?t.items[0].textContent:t.items[1].textContent;o&&this._calculatePeriodChange(o)}e.preventDefault()}else isColon(e)?(this._keyboardBuffer="",this._exactMatch=void 0,this._resetCooldown(!0),this._switchNextClock(!0)):isNumber(e)&&this._entities[this._activeIndex]&&(this._exactMatch=void 0,this._resetCooldown(!0),this._numbersInput(e));else t=this._clockComponent(this._activeIndex),t&&!t.disabled&&!this._amPmFocused&&t._modifyValue(isUp(e)),e.preventDefault()}_numbersInput(e){const t=e.key,o=this._keyboardBuffer+t,i=parseInt(o),a=this._entities[this._activeIndex];let r=this._clockComponent(this._activeIndex);a&&a.attributes&&(i>a.attributes.max?(r&&r._setSelectedValue(parseInt(this._keyboardBuffer)),this._switchNextClock(),this._keyboardBuffer=t,r=this._clockComponent(this._activeIndex),r&&r._setSelectedValue(parseInt(t)),this._resetCooldown(!0)):(this._keyboardBuffer=o,r&&r._setSelectedValue(parseInt(this._keyboardBuffer)),(2===this._keyboardBuffer.length||parseInt(`${this._keyboardBuffer}0`)>a.attributes.max)&&(this._resetCooldown(2!==this._keyboardBuffer.length),this._keyboardBuffer="",this._switchNextClock())))}_focusFirstButton(){this._activeIndex=0,this._buttonComponent(0).focus()}_setExactMatch(){const e=this._clockComponent(this._activeIndex);e&&void 0!==this._exactMatch&&e._setSelectedValue(this._exactMatch)}_createComponents(){const e={hours:parseInt(this._hours),minutes:parseInt(this._minutes),seconds:parseInt(this._seconds)};this._entities=[],this._periods=[],this._componentMap={hours:-1,minutes:-1,seconds:-1},this._hasHoursComponent&&(this._componentMap.hours=this._entities.length,this._entities.push({label:this.hoursLabel,entity:"hours",itemMin:1,itemMax:12,value:e.hours,stringValue:this._hours,textValue:`${e.hours} ${this.hoursLabel}`,displayStep:1,lastItemReplacement:this._hoursConfiguration.isTwelveHoursFormat?-1:0,showInnerCircle:!this._hoursConfiguration.isTwelveHoursFormat,prependZero:this._zeroPaddedHours,hasSeparator:this._entities.length>0,active:!1,attributes:{min:this._hoursConfiguration.minHour,max:this._hoursConfiguration.maxHour,step:1}})),this._hasMinutesComponent&&(this._componentMap.minutes=this._entities.length,this._entities.push({label:this.minutesLabel,entity:"minutes",itemMin:1,itemMax:60,value:e.minutes,stringValue:this._minutes,textValue:`${e.minutes} ${this.minutesLabel}`,displayStep:5,lastItemReplacement:0,showInnerCircle:!1,prependZero:!1,hasSeparator:this._entities.length>0,active:!1,attributes:{min:0,max:59,step:1}})),this._hasSecondsComponent&&(this._componentMap.seconds=this._entities.length,this._entities.push({label:this.secondsLabel,entity:"seconds",itemMin:1,itemMax:60,value:e.seconds,stringValue:this._seconds,textValue:`${e.seconds} ${this.secondsLabel}`,displayStep:5,lastItemReplacement:0,showInnerCircle:!1,prependZero:!1,hasSeparator:this._entities.length>0,active:!1,attributes:{min:0,max:59,step:1}})),this._entities[this._activeIndex].active=!0,this._entities[this._activeIndex].focused=this._focused&&!this._amPmFocused,this._createPeriodComponent()}_switchTo(e){const t=this._componentKey(e);void 0!==this._componentMap[t]&&this._switchClock(this._componentMap[t])}_switchClock(e){const t=this._buttonComponent(e);this._entities.length&&e<this._entities.length&&t&&(this._entities[this._activeIndex].active=!1,this._entities[this._activeIndex].focused=!1,this._activeIndex=e,this._entities[this._activeIndex].active=!0,this._entities[this._activeIndex].focused=this._focused&&!this._amPmFocused,t.focus())}_switchNextClock(e=!1){let t=this._activeIndex;const o=t,i=this._clockComponent(t);do{t++,t>=this._entities.length&&(t=e?0:this._entities.length-1)}while(i&&i.disabled&&t!==o&&(e||t<this._entities.length-1));const a=this._clockComponent(t);t!==o&&a&&!a.disabled&&this._switchClock(t)}_clockChange(e){const t=this._getIndexFromId(e.target.id),o=e.detail.stringValue,i=e.detail.value,a=this._buttonComponent(t);if(a){switch(this._entities[t].stringValue=o,this._entities[t].value=i,this._entities=JSON.parse(JSON.stringify(this._entities)),t){case this._componentMap.hours:this._hoursChange(i);break;case this._componentMap.minutes:this._minutesChange(i);break;case this._componentMap.seconds:this._secondsChange(i)}e.detail.finalChange&&(this._activeIndex<this._entities.length-1?this._switchNextClock():a.focus())}}};__decorate$e([property({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_spacePressed",void 0),__decorate$e([property({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_focused",void 0),__decorate$e([property({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_amPmFocused",void 0),TimeSelectionClocks=__decorate$e([event("close-picker"),customElement({tag:"ui5-time-selection-clocks",renderer:litRender,styles:styleData$e,template:block0$b,dependencies:[TimePickerClock$1,ToggleSpinButton$1,SegmentedButton$1,SegmentedButtonItem$1]})],TimeSelectionClocks),TimeSelectionClocks.define();const TimeSelectionClocks$1=TimeSelectionClocks;function block0$a(e,t,o){return effectiveHtml`<div class="ui5-time-selection-inputs" @keydown="${this._onkeydown}">${c(this._entities,((e,t)=>e._id||t),((i,a)=>block1$9.call(this,e,t,o,i,a)))}${this._periods.length?block3$8.call(this,e,t,o):void 0}</div>`}function block1$9(e,t,o,i,a){return o?effectiveHtml`${i.hasSeparator?block2$9.call(this,e,t,o,i,a):void 0}<${scopeTag("ui5-input",t,o)} id="${l$1(this._id)}_input_${l$1(i.entity)}" data-sap-input="${l$1(i.entity)}" type="${l$1(this._numberType)}" maxlength="2" autocomplete="off" pattern="[0-9]*" inputmode="numeric" class="ui5-time-selection-numeric-input" .value="${l$1(i.stringValue)}" .accessibleName="${l$1(i.label)}" ._nativeInputAttributes=${l$1(i.attributes)} @focusin=${this._onfocusin} @focusout=${this._onfocusout} @ui5-input=${l$1(this._oninput)}></${scopeTag("ui5-input",t,o)}>`:effectiveHtml`${i.hasSeparator?block2$9.call(this,e,t,o,i,a):void 0}<ui5-input id="${l$1(this._id)}_input_${l$1(i.entity)}" data-sap-input="${l$1(i.entity)}" type="${l$1(this._numberType)}" maxlength="2" autocomplete="off" pattern="[0-9]*" inputmode="numeric" class="ui5-time-selection-numeric-input" .value="${l$1(i.stringValue)}" .accessibleName="${l$1(i.label)}" ._nativeInputAttributes=${l$1(i.attributes)} @focusin=${this._onfocusin} @focusout=${this._onfocusout} @ui5-input=${l$1(this._oninput)}></ui5-input>`}function block2$9(e,t,o,i,a){return effectiveHtml`<span separator>:</span>`}function block3$8(e,t,o){return o?effectiveHtml`<span separator></span><${scopeTag("ui5-segmented-button",t,o)} id="${l$1(this._id)}_AmPm" @click=${this._periodChange}>${c(this._periods,((e,t)=>e._id||t),((i,a)=>block4$8.call(this,e,t,o,i,a)))}</${scopeTag("ui5-segmented-button",t,o)}>`:effectiveHtml`<span separator></span><ui5-segmented-button id="${l$1(this._id)}_AmPm" @click=${this._periodChange}>${c(this._periods,((e,t)=>e._id||t),((i,a)=>block4$8.call(this,e,t,o,i,a)))}</ui5-segmented-button>`}function block4$8(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-segmented-button-item",t,o)} ?pressed=${i.pressed}>${l$1(i.label)}</${scopeTag("ui5-segmented-button-item",t,o)}>`:effectiveHtml`<ui5-segmented-button-item ?pressed=${i.pressed}>${l$1(i.label)}</ui5-segmented-button-item>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$d={packageName:"@ui5/webcomponents",fileName:"themes/TimeSelectionInputs.css.ts",content:".ui5-time-selection-numeric-input{width:2.875rem;text-align:center}.ui5-time-selection-inputs{min-width:12.5rem;display:flex;justify-content:center;align-items:center}span[separator]{display:inline-block;min-width:.5rem;padding:0 .125rem;text-align:center;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapTextColor)}.ui5-hidden-text{display:none}\n"};var __decorate$d=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimeSelectionInputs=class extends TimePickerInternals$1{get enterHoursLabel(){return TimePickerInternals$1.i18nBundle.getText(TIMEPICKER_INPUTS_ENTER_HOURS)}get enterMinutesLabel(){return TimePickerInternals$1.i18nBundle.getText(TIMEPICKER_INPUTS_ENTER_MINUTES)}get enterSecondsLabel(){return TimePickerInternals$1.i18nBundle.getText(TIMEPICKER_INPUTS_ENTER_SECONDS)}get _numberType(){return InputType$1.Number}get _isHoursInput(){const e=this._componentKey("hours");return this._componentMap[e]===this._activeIndex}get _is24HoursFormat(){return-1!==this.formatPattern.indexOf("HH")||-1!==this.formatPattern.indexOf("H")}onBeforeRendering(){this._createComponents()}_addNumericAttributes(){this._entities.forEach(((e,t)=>{const o=this._inputComponent(t);if(o){const e=this._innerInput(o);e.setAttribute("autocomplete","off"),e.setAttribute("pattern","[0-9]*"),e.setAttribute("inputmode","numeric")}}))}_inputComponent(e){var t;const o="string"==typeof e?this._indexFromName(e):e,i=this._entities[o].entity;return i?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_input_${i}`):void 0}_innerInput(e){return e&&e.getInputDOMRefSync()}_createComponents(){let e;this._entities=[],this._periods=[],this._componentMap={hours:-1,minutes:-1,seconds:-1},this._hasHoursComponent&&(this._componentMap.hours=this._entities.length,e=parseInt(this._hours),this._entities.push({entity:"hours",label:this.enterHoursLabel,value:e,stringValue:this._editedInput===this._entities.length?this._editedInputValue:this._formatNumberToString(e,this._zeroPaddedHours),hasSeparator:this._entities.length>0,prependZero:this._zeroPaddedHours,attributes:{min:this._hoursConfiguration.minHour,max:this._hoursConfiguration.maxHour,step:1}})),this._hasMinutesComponent&&(this._componentMap.minutes=this._entities.length,e=parseInt(this._minutes),this._entities.push({entity:"minutes",label:this.enterMinutesLabel,value:e,stringValue:this._editedInput===this._entities.length?this._editedInputValue:this._formatNumberToString(e,!0),hasSeparator:this._entities.length>0,prependZero:!0,attributes:{min:0,max:59,step:1}})),this._hasSecondsComponent&&(this._componentMap.seconds=this._entities.length,e=parseInt(this._seconds),this._entities.push({entity:"seconds",label:this.enterSecondsLabel,value:e,stringValue:this._editedInput===this._entities.length?this._editedInputValue:this._formatNumberToString(e,!0),hasSeparator:this._entities.length>0,prependZero:!0,attributes:{min:0,max:59,step:1}})),this._createPeriodComponent()}_switchInput(e){e>=this._entities.length&&(e=0),this._inputComponent(e).focus()}_switchNextInput(e=!1){let t=this._activeIndex;const o=t;if(this._entities.length){do{t++,t>=this._entities.length&&(t=e?0:this._entities.length-1)}while(this._inputComponent(t).disabled&&t!==o&&(e||t<this._entities.length));t===o||this._inputComponent(t).disabled||this._switchInput(t)}}_formatNumberToString(e,t){return e<10&&t?`0${e}`:e.toString()}_onkeydown(e){if(-1!==this._activeIndex)if(isEnter(e))this.fireEvent("close-inputs");else if(isNumber(e)&&this._entities[this._activeIndex]){const t=e.key,o=this._keyboardBuffer+t,i=parseInt(o);e.preventDefault(),this._resetCooldown(!0),i>this._entities[this._activeIndex].attributes.max?(this._inputChange(parseInt(this._keyboardBuffer)),this._switchNextInput(),this._keyboardBuffer=t,this._inputChange(parseInt(t)),this._resetCooldown(!0)):(this._keyboardBuffer=o,this._inputChange(parseInt(this._keyboardBuffer)),(2===this._keyboardBuffer.length||parseInt(`${this._keyboardBuffer}0`)>this._entities[this._activeIndex].attributes.max)&&(this._resetCooldown(2!==this._keyboardBuffer.length),this._keyboardBuffer="",this._switchNextInput()))}}_inputChange(e){const t=this._formatNumberToString(e,this._entities[this._activeIndex].prependZero);if(-1!==this._activeIndex)switch(e=parseInt(t),this._entities[this._activeIndex].value=e,this._inputComponent(this._activeIndex).value=this._formatNumberToString(e,this._entities[this._activeIndex].prependZero),this._activeIndex){case this._componentMap.hours:this._hoursChange(e);break;case this._componentMap.minutes:this._minutesChange(e);break;case this._componentMap.seconds:this._secondsChange(e)}}_onfocusin(e){const t=e.target,o=this._innerInput(t);this._editedInput=-1,o.select(),this._activeIndex=this._getIndexFromId(t.id)}_onfocusout(){let e=""===this._inputComponent(this._activeIndex).value?0:this._entities[this._activeIndex].value;this._editedInput=-1,this._isHoursInput&&!this._is24HoursFormat&&0===e&&(e=12),this._inputChange(e),this._activeIndex=-1}_oninput(){const e=this._inputComponent(this._activeIndex).value,t=""===e?0:parseInt(e);t!==this._entities[this._activeIndex].value&&(this._editedInput=this._activeIndex,this._editedInputValue=e,this._inputChange(t),this._keyboardBuffer=e)}};__decorate$d([property({validator:Integer,defaultValue:-1})],TimeSelectionInputs.prototype,"_editedInput",void 0),__decorate$d([property()],TimeSelectionInputs.prototype,"_editedInputValue",void 0),TimeSelectionInputs=__decorate$d([customElement({tag:"ui5-time-selection-inputs",renderer:litRender,styles:styleData$d,template:block0$a,dependencies:[Input$1,SegmentedButton$1,SegmentedButtonItem$1]})],TimeSelectionInputs),TimeSelectionInputs.define();const TimeSelectionInputs$1=TimeSelectionInputs;registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$c={packageName:"@ui5/webcomponents",fileName:"themes/TimePicker.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5-v1-24-7_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v1-24-7_input_icon_padding);border-inline-start:var(--_ui5-v1-24-7_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v1-24-7_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5-v1-24-7_input_icon_pressed_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5-v1-24-7_input_icon_hover_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v1-24-7_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_readonly_background)}:host([disabled]){opacity:var(--_ui5-v1-24-7_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v1-24-7-input_disabled_background);border-color:var(--_ui5-v1-24-7_input_disabled_border_color)}:host([value-state="Error"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow)}:host([value-state="Warning"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow)}:host([value-state="Information"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow)}:host([value-state="Success"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow)}:host([value-state="Error"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Warning"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Error"]) [input-icon]:active,:host([value-state="Error"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_error_pressed_color)}:host([value-state="Warning"]) [input-icon]:active,:host([value-state="Warning"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_warning_pressed_color)}:host([value-state="Information"]) [input-icon]:active,:host([value-state="Information"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_information_pressed_color)}:host([value-state="Success"]) [input-icon]:active,:host([value-state="Success"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_success_pressed_color)}:host([value-state="Error"]) [input-icon],:host([value-state="Warning"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_icon_padding)}:host([value-state="Information"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{min-width:calc(var(--_ui5-v1-24-7_input_min_width) + var(--_ui5-v1-24-7_input_icon_width));color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v1-24-7-time_picker_border_radius);margin:var(--_ui5-v1-24-7_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state="Error"]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):hover){background:var(--sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$b={packageName:"@ui5/webcomponents",fileName:"themes/TimePickerPopover.css.ts",content:".ui5-time-picker-popover{width:20rem}.ui5-time-picker-footer{height:fit-content;display:flex;justify-content:flex-end;width:100%}.ui5-time-picker-footer>[ui5-button]{margin:1%;min-width:20%}.ui5-time-picker-popover::part(content){padding:0}\n"};var TimePickerBase_1,__decorate$c=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimePickerBase=TimePickerBase_1=class extends UI5Element{static async onDefine(){[TimePickerBase_1.i18nBundle]=await Promise.all([getI18nBundle("@ui5/webcomponents"),fetchCldr(getLocale().getLanguage(),getLocale().getRegion(),getLocale().getScript())])}constructor(){super()}get _placeholder(){}get _formatPattern(){}get _effectiveValue(){return this.value}get _timeSelectionValue(){return this.tempValue}get _isPhone(){return isPhone()}onTimeSelectionChange(e){this.tempValue=e.detail.value}async openPicker(){this.tempValue=this.value&&this.isValid(this.value)?this.value:this.getFormat().format(new Date);(await this._getPopover()).showAt(this)}async closePicker(){(await this._getPopover()).close(),this._isPickerOpen=!1}togglePicker(){this.isOpen()?this.closePicker():this._canOpenPicker()&&this.openPicker()}isOpen(){return!!this._isPickerOpen}submitPickers(){this._updateValueAndFireEvents(this.tempValue,!0,["change","value-changed"]),this.closePicker()}onResponsivePopoverAfterClose(){this._isPickerOpen=!1}async onResponsivePopoverAfterOpen(){this._isPickerOpen=!0;(await this._getPopover()).querySelector("[ui5-time-selection-clocks]")._focusFirstButton()}async openInputsPopover(){this.tempValue=this.value&&this.isValid(this.value)?this.value:this.getFormat().format(new Date);(await this._getInputsPopover()).showAt(this),this._isInputsPopoverOpen=!0}async closeInputsPopover(){(await this._getInputsPopover()).close()}toggleInputsPopover(){this.isInputsPopoverOpen()?this.closeInputsPopover():this._canOpenInputsPopover()&&this.openInputsPopover()}isInputsPopoverOpen(){return!!this._isInputsPopoverOpen}submitInputsPopover(){this._updateValueAndFireEvents(this.tempValue,!0,["change","value-changed"]),this.closeInputsPopover()}async onInputsPopoverAfterOpen(){(await this._getInputsPopover()).querySelector("[ui5-time-selection-inputs]")._addNumericAttributes()}onInputsPopoverAfterClose(){this._isInputsPopoverOpen=!1}async _handleInputClick(e){const t=e.target;if(this._isPickerOpen)return;this._isPhone&&t&&!t.hasAttribute("ui5-icon")&&this.toggleInputsPopover();const o=await this._getInputField();o&&o.select()}_updateValueAndFireEvents(e,t,o){if(e===this.value)return;const i=this.isValid(e);void 0!==e&&i&&t&&(e=this.normalizeValue(e)),o.includes("input")||(this.value="",this.value=e),this.tempValue=e,this._updateValueState(),o.forEach((t=>{this.fireEvent(t,{value:e,valid:i})}))}_updateValueState(){const e=this.isValid(this.value);e?e&&this.valueState===ValueState$1.Error&&(this.valueState=ValueState$1.None):this.valueState=ValueState$1.Error}_handleInputChange(e){const t=e.target;this._updateValueAndFireEvents(t.value,!0,["change","value-changed"])}_handleInputLiveChange(e){const t=e.target;this._updateValueAndFireEvents(t.value,!1,["input"])}_canOpenPicker(){return!this.disabled&&!this.readonly}_canOpenInputsPopover(){return!this.disabled&&this._isPhone}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}async _getInputsPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}_getInput(){return this.shadowRoot.querySelector("[ui5-input]")}_getInputField(){const e=this._getInput();return e&&e.getInputDOMRef()}_onkeydown(e){this._isPhone&&!this.isInputsPopoverOpen()&&e.preventDefault(),isShow(e)&&(e.preventDefault(),this.togglePicker());const t=e.target;this._getInput().isEqualNode(t)&&this.isOpen()&&(isTabNext(e)||isTabPrevious(e)||isF6Next(e)||isF6Previous(e))&&this.closePicker(),this.isOpen()||(isPageUpShiftCtrl(e)?(e.preventDefault(),this._modifyValueBy(1,"second")):isPageUpShift(e)?(e.preventDefault(),this._modifyValueBy(1,"minute")):isPageUp(e)?(e.preventDefault(),this._modifyValueBy(1,"hour")):isPageDownShiftCtrl(e)?(e.preventDefault(),this._modifyValueBy(-1,"second")):isPageDownShift(e)?(e.preventDefault(),this._modifyValueBy(-1,"minute")):isPageDown(e)&&(e.preventDefault(),this._modifyValueBy(-1,"hour")))}get _isPattern(){return"medium"!==this._formatPattern&&"short"!==this._formatPattern&&"long"!==this._formatPattern}getFormat(){let e;return e=this._isPattern?DateFormat.getDateInstance({pattern:this._formatPattern}):DateFormat.getDateInstance({style:this._formatPattern}),e}formatValue(e){return this.getFormat().format(e)}isValid(e){return""===e||!!this.getFormat().parse(e)}normalizeValue(e){return""===e?e:this.getFormat().format(this.getFormat().parse(e))}_modifyValueBy(e,t){const o=this.getFormat().parse(this._effectiveValue);if(!o)return;"hour"===t?o.setHours(o.getHours()+e):"minute"===t?o.setMinutes(o.getMinutes()+e):"second"===t&&o.setSeconds(o.getSeconds()+e);const i=this.formatValue(o);this._updateValueAndFireEvents(i,!0,["change","value-changed"])}_handleWheel(e){e.preventDefault()}_hideMobileKeyboard(){this._getInput().readonly=!0,setTimeout((()=>{this._getInput().readonly=!1}),0)}async _onfocusin(e){if(this._isPhone){if(this._hideMobileKeyboard(),this._isInputsPopoverOpen){(await this._getInputsPopover()).applyFocus()}e.preventDefault()}}_oninput(e){this._isPhone&&e.preventDefault()}get submitButtonLabel(){return TimePickerBase_1.i18nBundle.getText(TIMEPICKER_SUBMIT_BUTTON)}get cancelButtonLabel(){return TimePickerBase_1.i18nBundle.getText(TIMEPICKER_CANCEL_BUTTON)}get openIconName(){return"time-entry-request"}};__decorate$c([property({defaultValue:void 0})],TimePickerBase.prototype,"value",void 0),__decorate$c([property({type:ValueState$1,defaultValue:ValueState$1.None})],TimePickerBase.prototype,"valueState",void 0),__decorate$c([property({type:Boolean})],TimePickerBase.prototype,"disabled",void 0),__decorate$c([property({type:Boolean})],TimePickerBase.prototype,"readonly",void 0),__decorate$c([property({type:Boolean,noAttribute:!0})],TimePickerBase.prototype,"_isPickerOpen",void 0),__decorate$c([property({type:Boolean,noAttribute:!0})],TimePickerBase.prototype,"_isInputsPopoverOpen",void 0),__decorate$c([slot()],TimePickerBase.prototype,"valueStateMessage",void 0),TimePickerBase=TimePickerBase_1=__decorate$c([customElement({languageAware:!0,renderer:litRender,template:block0$i,styles:styleData$c,staticAreaTemplate:block0$h,staticAreaStyles:[styleData$x,styleData$z,styleData$b],dependencies:[Icon$1,Popover$1,ResponsivePopover$1,TimeSelectionClocks$1,TimeSelectionInputs$1,Input$1,Button$1]}),event("change",{detail:{value:{type:String},valid:{type:Boolean}}}),event("input",{detail:{value:{type:String},valid:{type:Boolean}}})],TimePickerBase);const TimePickerBase$1=TimePickerBase;var TimePicker_1,__decorate$b=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimePicker=TimePicker_1=class extends TimePickerBase$1{onBeforeRendering(){this.value&&(this.value=this.normalizeValue(this.value)||this.value)}get _formatPattern(){const e=!!this.formatPattern.match(/H/i),t=!this.formatPattern||!e,o=getCachedLocaleDataInstance(getLocale());return t?o.getTimePattern("medium"):this.formatPattern}get _displayFormat(){return this.getFormat().oFormatOptions.pattern}get _placeholder(){return void 0!==this.placeholder?this.placeholder:this._displayFormat}get dateValue(){return this.getFormat().parse(this._effectiveValue)}get accInfo(){return{ariaRoledescription:this.dateAriaDescription,ariaHasPopup:"dialog"}}get dateAriaDescription(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_INPUT_DESCRIPTION)}get pickerAccessibleName(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_POPOVER_ACCESSIBLE_NAME)}};__decorate$b([property({defaultValue:void 0})],TimePicker.prototype,"placeholder",void 0),__decorate$b([property()],TimePicker.prototype,"formatPattern",void 0),TimePicker=TimePicker_1=__decorate$b([customElement("ui5-time-picker")],TimePicker),TimePicker.define();class RadioButtonGroup{static hasGroup(e){return this.groups.has(e)}static getGroup(e){return this.groups.get(e)}static getCheckedRadioFromGroup(e){return this.checkedRadios.get(e)}static removeGroup(e){return this.checkedRadios.delete(e),this.groups.delete(e)}static addToGroup(e,t){this.hasGroup(t)?(this.enforceSingleSelection(e,t),this.getGroup(t)&&this.getGroup(t).push(e)):this.createGroup(e,t),this.updateTabOrder(t)}static removeFromGroup(e,t){const o=this.getGroup(t);if(!o)return;const i=this.getCheckedRadioFromGroup(t);o.forEach(((t,o,i)=>{if(e._id===t._id)return i.splice(o,1)})),i===e&&this.checkedRadios.set(t,null),o.length||this.removeGroup(t),this.updateTabOrder(t)}static createGroup(e,t){e.checked&&this.checkedRadios.set(t,e),this.groups.set(t,[e])}static selectNextItem(e,t){const o=this.getGroup(t);if(!o)return;const i=o.length,a=o.indexOf(e);if(i<=1)return;const r=this._nextSelectable(a,o);r&&this.updateSelectionInGroup(r,t)}static updateFormValidity(e){const t=this.getGroup(e);if(!t)return;t.forEach((e=>e._resetFormValidity()));t.some((e=>e.required))&&t.every((e=>!e.checked))&&t[0]._invalidateForm()}static updateTabOrder(e){const t=this.getGroup(e);if(!t)return;const o=t.some((e=>e.checked));t.filter((e=>!e.disabled)).forEach(((e,t)=>{e._tabIndex=o?e.checked?"0":"-1":0===t?"0":"-1"}))}static selectPreviousItem(e,t){const o=this.getGroup(t);if(!o)return;const i=o.length,a=o.indexOf(e);if(i<=1)return;const r=this._previousSelectable(a,o);r&&this.updateSelectionInGroup(r,t)}static selectItem(e,t){this.updateSelectionInGroup(e,t),this.updateTabOrder(t)}static updateSelectionInGroup(e,t){const o=this.getCheckedRadioFromGroup(t);o&&this._deselectRadio(o),this._selectRadio(e),this.checkedRadios.set(t,e)}static _deselectRadio(e){e&&(e.checked=!1)}static _selectRadio(e){e&&(e.focus(),e.checked=!0,e._checked=!0,e.fireEvent("change"))}static _nextSelectable(e,t){if(!t)return null;let o=null;if(e===t.length-1){if(t[0].disabled||t[0].readonly)return this._nextSelectable(1,t);o=t[0]}else{if(t[e+1].disabled||t[e+1].readonly)return this._nextSelectable(e+1,t);o=t[e+1]}return o}static _previousSelectable(e,t){const o=t.length;let i=null;if(0===e){if(t[o-1].disabled||t[o-1].readonly)return this._previousSelectable(o-1,t);i=t[o-1]}else{if(t[e-1].disabled||t[e-1].readonly)return this._previousSelectable(e-1,t);i=t[e-1]}return i}static enforceSingleSelection(e,t,o=!1){if(o&&this.hasGroup(t)&&!this.getGroup(t).includes(e))return;const i=this.getCheckedRadioFromGroup(t);e.checked?i?e!==i&&(this._deselectRadio(i),this.checkedRadios.set(t,e)):this.checkedRadios.set(t,e):e===i&&this.checkedRadios.set(t,null),this.updateTabOrder(t),this.updateFormValidity(t)}static get groups(){return this._groups||(this._groups=new Map),this._groups}static get checkedRadios(){return this._checkedRadios||(this._checkedRadios=new Map),this._checkedRadios}}function block0$9(e,t,o){return effectiveHtml`<div class="ui5-radio-root" role="radio" aria-checked="${l$1(this.checked)}" aria-disabled="${l$1(this.effectiveAriaDisabled)}" aria-describedby="${l$1(this.effectiveAriaDescribedBy)}" aria-label="${l$1(this.ariaLabelText)}" tabindex="${l$1(this.effectiveTabIndex)}" @click="${this._onclick}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @mousedown="${this._onmousedown}" @mouseup="${this._onmouseup}" @focusout="${this._onfocusout}"><div class='ui5-radio-inner ${o$2(this.classes.inner)}'><svg class="ui5-radio-svg" focusable="false" aria-hidden="true">${blockSVG1.call(this,e,t,o)}</svg><input type='radio' ?required="${this.required}" ?checked="${this.checked}" ?readonly="${this.readonly}" ?disabled="${this.effectiveAriaDisabled}" name="${l$1(this.name)}" data-sap-no-tab-ref/></div>${this.text?block1$8.call(this,e,t,o):void 0}${this.hasValueState?block2$8.call(this,e,t,o):void 0}<slot name="formSupport"></slot></div>`}function block1$8(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-label",t,o)} id="${l$1(this._id)}-label" class="ui5-radio-label" for="${l$1(this._id)}" wrapping-type="${l$1(this.wrappingType)}">${l$1(this.text)}</${scopeTag("ui5-label",t,o)}>`:effectiveHtml`<ui5-label id="${l$1(this._id)}-label" class="ui5-radio-label" for="${l$1(this._id)}" wrapping-type="${l$1(this.wrappingType)}">${l$1(this.text)}</ui5-label>`}function block2$8(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-descr" class="ui5-hidden-text">${l$1(this.valueStateText)}</span>`}function blockSVG1(e,t,o){return effectiveSvg`<circle part="outer-ring" class="ui5-radio-svg-outer" cx="50%" cy="50%" r="50%" /><circle part="inner-ring" class="ui5-radio-svg-inner" cx="50%" cy="50%" />`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$a={packageName:"@ui5/webcomponents",fileName:"themes/RadioButton.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v1-24-7_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5-v1-24-7_radio_button_color);border-radius:var(--_ui5-v1-24-7_radio_button_border_radius)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5-v1-24-7_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5-v1-24-7_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_color)}:host(:not([disabled])) .ui5-radio-root:focus:before{content:"";display:var(--_ui5-v1-24-7_radio_button_focus_outline);position:absolute;inset:var(--_ui5-v1-24-7_radio_button_focus_dist);pointer-events:none;border:var(--_ui5-v1-24-7_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v1-24-7_radio_button_border_radius)}:host(:not([disabled])) .ui5-radio-root:focus{border-radius:var(--_ui5-v1-24-7_radio_button_border_radius);border:var(--_ui5-v1-24-7_radio_button_focus_border)}:host(:not([value-state="Error"]):not([value-state="Warning"]):not([value-state="Success"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_outer_ring_hover_color)}:host(:not([value-state="Error"]):not([value-state="Warning"]):not([value-state="Success"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5-v1-24-7_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5-v1-24-7_radio_button_border_width)}:host([text]) .ui5-radio-root:focus:before{inset-inline-end:0px}:host([text]) .ui5-radio-inner{padding:var(--_ui5-v1-24-7_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5-v1-24-7_radio_button_read_only_border_type);stroke-width:var(--_ui5-v1-24-7_radio_button_read_only_border_width)}:host([value-state="Error"]) .ui5-radio-svg-outer,:host([value-state="Warning"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5-v1-24-7_radio_button_information_border_width)}:host([value-state="Error"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_checked_error_fill)}:host([value-state="Error"]) .ui5-radio-svg-outer,:host([value-state="Error"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Error"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_hover_fill_error)}:host([value-state="Warning"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_checked_warning_fill)}:host([value-state="Warning"]) .ui5-radio-svg-outer,:host([value-state="Warning"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Warning"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_hover_fill_warning)}:host([value-state="Success"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_checked_success_fill)}:host([value-state="Success"]) .ui5-radio-svg-outer,:host([value-state="Success"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Success"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v1-24-7_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_hover_fill_information)}:host([value-state="Error"]) .ui5-radio-root,:host([value-state="Warning"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5-v1-24-7_radio_button_warning_error_border_dash)}.ui5-radio-root{height:var(--_ui5-v1-24-7_radio_button_height);position:relative;display:inline-flex;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5-v1-24-7_radio_button_border);border-radius:var(--_ui5-v1-24-7_radio_button_border_radius)}.ui5-radio-inner{display:flex;align-items:center;padding:var(--_ui5-v1-24-7_radio_button_outer_ring_padding);flex-shrink:0;height:var(--_ui5-v1-24-7_radio_button_inner_size);font-size:1rem;pointer-events:none;vertical-align:top}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5-v1-24-7_radio_button_label_offset);vertical-align:top;max-width:100%;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v1-24-7_radio_button_label_color)}:host([wrapping-type="Normal"][text]) .ui5-radio-root{height:auto}:host([wrapping-type="Normal"][text]) [ui5-label].ui5-radio-label{padding:var(--_ui5-v1-24-7_radio_button_label_side_padding) 0;overflow-wrap:break-word}.ui5-radio-svg{height:var(--_ui5-v1-24-7_radio_button_svg_size);width:var(--_ui5-v1-24-7_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5-v1-24-7_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5-v1-24-7_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5-v1-24-7_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}\n'};var RadioButton_1,__decorate$a=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeRadio,isGlobalHandlerAttached=!1,RadioButton=RadioButton_1=class extends UI5Element{static get formAssociated(){return!0}constructor(){super(),this._internals=this.attachInternals(),this._deactivate=()=>{activeRadio&&(activeRadio.active=!1)},isGlobalHandlerAttached||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached=!0)}static async onDefine(){RadioButton_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}onBeforeRendering(){this.syncGroup(),this._enableFormSupport()}onExitDOM(){this.syncGroup(!0)}syncGroup(e){const t=this._name,o=this.name,i=this._checked,a=this.checked;e&&RadioButtonGroup.removeFromGroup(this,t),o!==t?(t&&RadioButtonGroup.removeFromGroup(this,t),o&&RadioButtonGroup.addToGroup(this,o)):o&&RadioButtonGroup.enforceSingleSelection(this,o,!0),this.name&&a!==i&&RadioButtonGroup.updateTabOrder(this.name),this._name=this.name,this._checked=this.checked}_enableFormSupport(){getFeature("FormSupport")?this._setFormValue():this.value&&console.warn('In order for the "value" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_setFormValue(){this._internals.setFormValue(this.checked?this.value:null)}_resetFormValidity(){this._internals.setValidity({})}_invalidateForm(){this._internals.setValidity({valueMissing:!0},this.radioButtonGroupRequiredText,this.shadowRoot.firstElementChild)}_onclick(){return this.toggle()}_handleDown(e){const t=this.name;t&&(e.preventDefault(),RadioButtonGroup.selectNextItem(this,t))}_handleUp(e){const t=this.name;t&&(e.preventDefault(),RadioButtonGroup.selectPreviousItem(this,t))}_onkeydown(e){if(isSpace(e))return this.active=!0,e.preventDefault();if(isEnter(e))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;(isDown(e)||!t&&isRight(e)||t&&isLeft(e))&&this._handleDown(e),(isUp(e)||!t&&isLeft(e)||t&&isRight(e))&&this._handleUp(e)}_onkeyup(e){isSpace(e)&&this.toggle(),this.active=!1}_onmousedown(){this.active=!0,activeRadio=this}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}toggle(){return this.canToggle()?this.name?(RadioButtonGroup.selectItem(this,this.name),this):(this.checked=!this.checked,this.fireEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get classes(){return{inner:{"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&isDesktop()}}}get effectiveAriaDisabled(){return this.disabled?"true":null}get ariaLabelText(){return[getEffectiveAriaLabelText(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==ValueState$1.None}get valueStateText(){switch(this.valueState){case ValueState$1.Error:return RadioButton_1.i18nBundle.getText(VALUE_STATE_ERROR);case ValueState$1.Warning:return RadioButton_1.i18nBundle.getText(VALUE_STATE_WARNING);case ValueState$1.Success:return RadioButton_1.i18nBundle.getText(VALUE_STATE_SUCCESS);case ValueState$1.Information:return RadioButton_1.i18nBundle.getText(VALUE_STATE_INFORMATION);default:return""}}get radioButtonGroupRequiredText(){return RadioButton_1.i18nBundle.getText(RADIO_BUTTON_GROUP_REQUIRED)}get effectiveTabIndex(){const e=this.getAttribute("tabindex");return this.disabled?"-1":this.name?this._tabIndex:e||"0"}};__decorate$a([property({type:Boolean})],RadioButton.prototype,"disabled",void 0),__decorate$a([property({type:Boolean})],RadioButton.prototype,"readonly",void 0),__decorate$a([property({type:Boolean})],RadioButton.prototype,"required",void 0),__decorate$a([property({type:Boolean})],RadioButton.prototype,"checked",void 0),__decorate$a([property()],RadioButton.prototype,"text",void 0),__decorate$a([property({type:ValueState$1,defaultValue:ValueState$1.None})],RadioButton.prototype,"valueState",void 0),__decorate$a([property()],RadioButton.prototype,"name",void 0),__decorate$a([property()],RadioButton.prototype,"value",void 0),__decorate$a([property({type:WrappingType$1,defaultValue:WrappingType$1.None})],RadioButton.prototype,"wrappingType",void 0),__decorate$a([property()],RadioButton.prototype,"accessibleName",void 0),__decorate$a([property()],RadioButton.prototype,"accessibleNameRef",void 0),__decorate$a([property({defaultValue:"-1",noAttribute:!0})],RadioButton.prototype,"_tabIndex",void 0),__decorate$a([property({type:Boolean})],RadioButton.prototype,"active",void 0),__decorate$a([slot()],RadioButton.prototype,"formSupport",void 0),RadioButton=RadioButton_1=__decorate$a([customElement({tag:"ui5-radio-button",languageAware:!0,renderer:litRender,template:block0$9,styles:styleData$a,dependencies:[Label$1]}),event("change")],RadioButton),RadioButton.define();const RadioButton$1=RadioButton;function block0$8(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.root)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-textarea-wrapper">${this.growing?block1$7.call(this,e,t,o):void 0}<textarea id="${l$1(this._id)}-inner" class="ui5-textarea-inner" placeholder="${l$1(this.placeholder)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" aria-label="${l$1(this.ariaLabelText)}" aria-describedby="${l$1(this.ariaDescribedBy)}" aria-invalid="${l$1(this.ariaInvalid)}" aria-required="${l$1(this.required)}" maxlength="${l$1(this._exceededTextProps.calcedMaxLength)}" .value="${l$1(this.value)}" @input="${this._oninput}" @change="${this._onchange}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @select="${this._onselect}" @scroll="${this._onscroll}" data-sap-focus-ref part="textarea"></textarea></div>${this.showExceededText?block3$7.call(this,e,t,o):void 0}${this.hasValueState?block4$7.call(this,e,t,o):void 0}<slot name="formSupport"></slot></div> `}function block1$7(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}-mirror" class="ui5-textarea-mirror" aria-hidden="true">${c(this._mirrorText,((e,t)=>e._id||t),((i,a)=>block2$7.call(this,e,t,o,i,a)))}</div>`}function block2$7(e,t,o,i,a){return effectiveHtml`${l$1(i.text)}<br />`}function block3$7(e,t,o){return effectiveHtml`<span class="ui5-textarea-exceeded-text">${l$1(this._exceededTextProps.exceededText)}</span>`}function block4$7(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-valueStateDesc" class="ui5-hidden-text">${l$1(this.ariaValueStateHiddenText)}</span>`}function block0$7(e,t,o){return effectiveHtml`${this.displayValueStateMessagePopover?block1$6.call(this,e,t,o):void 0}`}function block1$6(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-popover",t,o)} skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${styleMap(this.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${l$1(this._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${o$2(this.classes.valueStateMsg)}"><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.hasCustomValueState?block2$6.call(this,e,t,o):block4$6.call(this,e,t,o)}</div></${scopeTag("ui5-popover",t,o)}>`:effectiveHtml`<ui5-popover skip-registry-update prevent-focus-restore hide-arrow _disable-initial-focus class="ui5-valuestatemessage-popover" style="${styleMap(this.styles.valueStateMsgPopover)}" placement-type="Bottom" horizontal-align="${l$1(this._valueStatePopoverHorizontalAlign)}"><div slot="header" class="ui5-valuestatemessage-root ${o$2(this.classes.valueStateMsg)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageIcon)}"></ui5-icon>${this.hasCustomValueState?block2$6.call(this,e,t,o):block4$6.call(this,e,t,o)}</div></ui5-popover>`}function block2$6(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block3$6.call(this,e,t,o,i,a)))}`}function block3$6(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}function block4$6(e,t,o){return effectiveHtml`${l$1(this.valueStateDefaultText)}`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$9={packageName:"@ui5/webcomponents",fileName:"themes/TextArea.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{width:100%;min-width:6rem;color:var(--sapField_TextColor);min-height:var(--_ui5-v1-24-7_textarea_min_height);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v1-24-7_textarea_line_height);margin:var(--_ui5-v1-24-7_textarea_margin)}:host([value-state][disabled]) .ui5-textarea-wrapper,:host(:not([value-state]):not([readonly]):not([focused])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused])) .ui5-textarea-wrapper{background:var(--sapField_BackgroundStyle);background-color:var(--sapField_Background)}:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):hover) .ui5-textarea-wrapper{background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background);border:var(--_ui5-v1-24-7_textarea_hover_border)}:host(:not([value-state]):not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper,:host([value-state="None"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{box-shadow:var(--sapField_Hover_Shadow)}.ui5-textarea-root{width:100%;height:inherit;min-height:var(--_ui5-v1-24-7_textarea_min_height);display:inline-flex;vertical-align:top;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative;outline:none}.ui5-textarea-wrapper{position:relative;box-sizing:border-box;width:100%;border-bottom:none;display:flex;height:100%;background-color:var(--sapField_Background);border-color:var(--sapField_BorderColor);border-radius:var(--sapField_BorderCornerRadius);border-width:var(--sapField_BorderWidth);border-style:var(--sapField_BorderStyle);padding:var(--_ui5-v1-24-7_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v1-24-7_textarea_disabled_opacity);cursor:default;pointer-events:none}:host(:not([readonly])) .ui5-textarea-wrapper,:host([readonly][disabled]) .ui5-textarea-wrapper{box-shadow:var(--sapField_Shadow)}:host([value-state]) .ui5-textarea-wrapper{border-color:inherit}:host([focused]) .ui5-textarea-wrapper{background-color:var(--sapField_Focus_Background);background-image:none;box-shadow:none}:host([focused]) .ui5-textarea-wrapper:after{content:var(--_ui5-v1-24-7_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v1-24-7_textarea_focus_outline_color);border-radius:var(--_ui5-v1-24-7_textarea_focus_border_radius);top:var(--_ui5-v1-24-7_textarea_focus_offset);bottom:var(--_ui5-v1-24-7_textarea_focus_offset);left:var(--_ui5-v1-24-7_textarea_focus_offset);right:var(--_ui5-v1-24-7_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v1-24-7_textarea_readonly_focus_offset);bottom:var(--_ui5-v1-24-7_textarea_readonly_focus_offset);left:var(--_ui5-v1-24-7_textarea_readonly_focus_offset);right:var(--_ui5-v1-24-7_textarea_readonly_focus_offset)}:host([focused][value-state="Error"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Warning"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Information"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v1-24-7_textarea_value_state_focus_offset);bottom:var(--_ui5-v1-24-7_textarea_value_state_focus_offset);left:var(--_ui5-v1-24-7_textarea_value_state_focus_offset);right:var(--_ui5-v1-24-7_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v1-24-7_textarea_padding_top) var(--_ui5-v1-24-7_textarea_padding_right_and_left) var(--_ui5-v1-24-7_textarea_padding_bottom);color:inherit;font-size:inherit;font-family:inherit;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;overflow:auto;resize:none;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;background:transparent;outline:none}:host([growing]) .ui5-textarea-inner{box-sizing:border-box;height:100%;position:absolute;top:0;left:0}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v1-24-7_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;min-height:calc((var(--_textarea_rows) * var(--_ui5-v1-24-7_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom));word-break:break-all;padding-top:var(--_ui5-v1-24-7_textarea_padding_top);padding-bottom:var(--_ui5-v1-24-7_textarea_padding_bottom);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);white-space:pre-wrap;overflow-y:auto}:host([style*="height"]) .ui5-textarea-root,:host([growing][style*="height"]) .ui5-textarea-wrapper{height:inherit;min-height:var(--_ui5-v1-24-7_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v1-24-7_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host:not([rows]) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host([growing]):not([growing-max-lines]) .ui5-textarea-inner{max-height:100%}:host([growing-max-lines]) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_lines) * var(--_ui5-v1-24-7_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host([rows="1"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host([growing-max-lines="1"]) .ui5-textarea-inner,:host([growing-max-lines="1"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom));min-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host([rows="1"][growing-max-lines]) .ui5-textarea-inner,:host([rows="1"][growing-max-lines]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_lines) * var(--_ui5-v1-24-7_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top) + var(--_ui5-v1-24-7_textarea_padding_bottom))}:host([rows="1"][value-state="Error"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([rows="1"][value-state="Warning"]:not([readonly]):not([disabled])) .ui5-textarea-inner{height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning));min-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning))}:host([value-state="Error"]) .ui5-textarea-mirror,:host([value-state="Warning"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v1-24-7_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning))}:host([growing-max-lines="1"][value-state="Error"]) .ui5-textarea-inner,:host([growing-max-lines="1"][value-state="Error"]) .ui5-textarea-mirror :host([growing-max-lines="1"][value-state="Warning"]) .ui5-textarea-inner,:host([growing-max-lines="1"][value-state="Warning"]) .ui5-textarea-mirror{max-height:var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning)}:host([value-state="Information"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v1-24-7_textarea_padding_top_information);padding-bottom:var(--_ui5-v1-24-7_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_information) + var(--_ui5-v1-24-7_textarea_padding_bottom_information))}:host([rows="1"][value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_information) + var(--_ui5-v1-24-7_textarea_padding_bottom_information));min-height:calc(var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_information) + var(--_ui5-v1-24-7_textarea_padding_bottom_information))}:host([growing-max-lines="1"][value-state="Information"]) .ui5-textarea-inner,:host([growing-max-lines="1"][value-state="Information"]) .ui5-textarea-mirror{max-height:var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v1-24-7_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v1-24-7_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v1-24-7_textarea_padding_top_error_warning) + var(--_ui5-v1-24-7_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v1-24-7_textarea_padding_top_readonly) var(--_ui5-v1-24-7_textarea_padding_right_and_left_readonly) var(--_ui5-v1-24-7_textarea_padding_bottom_readonly)}:host([readonly]:not([disabled])) .ui5-textarea-root .ui5-textarea-wrapper{background-color:var(--sapField_ReadOnly_Background);border-color:var(--sapField_ReadOnly_BorderColor);border-style:var(--_ui5-v1-24-7_textarea_readonly_border_style)}:host([show-exceeded-text]) .ui5-textarea-root{flex-direction:column}.ui5-textarea-inner::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Error"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v1-24-7_textarea_error_placeholder_font_style);color:var(--_ui5-v1-24-7_textarea_error_placeholder_color)}:host([value-state="Error"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v1-24-7_textarea_error_placeholder_font_style);color:var(--_ui5-v1-24-7_textarea_error_placeholder_color)}:host([value-state="Warning"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v1-24-7_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Warning"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v1-24-7_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--sapField_InvalidColor);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Error"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v1-24-7_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state="Error"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v1-24-7_textarea_focused_value_state_error_focus_outline_color)}:host([value-state="Error"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v1-24-7_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Warning"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v1-24-7_textarea_error_warning_font_style);font-weight:var(--_ui5-v1-24-7_textarea_error_warning_font_weight);padding:var(--_ui5-v1-24-7_textarea_padding_top_error_warning) var(--_ui5-v1-24-7_textarea_padding_right_and_left_error_warning) var(--_ui5-v1-24-7_textarea_padding_bottom_error_warning)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state="Warning"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v1-24-7_textarea_error_warning_border_style);border-width:var(--_ui5-v1-24-7_textarea_state_border_width);padding:var(--_ui5-v1-24-7_textarea_warning_error_wrapper_padding)}:host([value-state="Error"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Warning"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state="Warning"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--sapField_WarningColor);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Warning"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v1-24-7_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state="Warning"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v1-24-7_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state="Warning"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--sapField_SuccessColor);border-width:var(--sapField_BorderWidth);box-shadow:var(--sapField_SuccessShadow);padding:var(--_ui5-v1-24-7_textarea_success_wrapper_padding)}:host([value-state="Success"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v1-24-7_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state="Success"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v1-24-7_textarea_focused_value_state_success_focus_outline_color)}:host([value-state="Success"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state][value-state="Success"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v1-24-7_textarea_padding_top_information) var(--_ui5-v1-24-7_textarea_padding_right_and_left_information) var(--_ui5-v1-24-7_textarea_padding_bottom_information)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--sapField_InformationColor);box-shadow:var(--sapField_InformationShadow);padding:var(--_ui5-v1-24-7_textarea_information_wrapper_padding)}:host([value-state="Information"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v1-24-7_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-width:var(--_ui5-v1-24-7_textarea_information_border_width);border-style:var(--_ui5-v1-24-7_textarea_error_warning_border_style)}:host([value-state="Information"]:not([readonly]):not([disabled]):not([focused]):hover) .ui5-textarea-wrapper{background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-textarea-exceeded-text{align-self:flex-end;padding:.125rem .125rem .5rem;color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}:host :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{border-top-right-radius:var(--sapField_BorderCornerRadius);border-bottom-right-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Error"]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Warning"]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Information"]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([value-state="Success"]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-color:var(--sapScrollBar_TrackColor)}:host([focused]) :not(.ui5-content-native-scrollbars) ::-webkit-scrollbar{background-image:none}\n'};var TextArea_1,__decorate$9=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TextArea=TextArea_1=class extends UI5Element{static async onDefine(){TextArea_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}constructor(){super(),this._firstRendering=!0,this._openValueStateMsgPopover=!1,this._fnOnResize=this._onResize.bind(this),this.previousValue=""}onEnterDOM(){ResizeHandler.register(this,this._fnOnResize)}onExitDOM(){ResizeHandler.deregister(this,this._fnOnResize)}onBeforeRendering(){this.value||(this.value=""),this._exceededTextProps=this._calcExceededText(),this._mirrorText=this._tokenizeText(this.value),this.exceeding=!!this._exceededTextProps.leftCharactersCount&&this._exceededTextProps.leftCharactersCount<0,this._setCSSParams();const e=getFeature("FormSupport");e?e.syncNativeHiddenTextArea(this):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}onAfterRendering(){const e=this.getInputDomRef();1===this.rows?e.setAttribute("rows","1"):e.removeAttribute("rows"),this.toggleValueStateMessage(this.openValueStateMsgPopover),this._firstRendering=!1}getInputDomRef(){return this.getDomRef().querySelector("textarea")}_onkeydown(e){if(this._keyDown=!0,isEscape(e)){const e=this.getInputDomRef();this.value=this.previousValue,e.value=this.value,this.fireEvent("input")}}_onkeyup(){this._keyDown=!1}_onfocusin(){this.focused=!0,this._openValueStateMsgPopover=!0,this.previousValue=this.getInputDomRef().value}_onfocusout(e){var t;const o=e.relatedTarget,i=null==(t=null==o?void 0:o.shadowRoot)?void 0:t.querySelector(".ui5-valuestatemessage-root");this.focused=!1,i||(this._openValueStateMsgPopover=!1)}_onchange(){this.fireEvent("change",{})}_onselect(){this.fireEvent("select",{})}_onscroll(){this.fireEvent("scroll",{})}_oninput(e){const t=this.getInputDomRef();e.target===t&&e.stopImmediatePropagation(),this.value=t.value;const o=this.value.length;"insertFromPaste"===e.inputType&&this.maxlength&&o>this.maxlength&&t.setSelectionRange(this.maxlength,o),this.fireEvent("input",{}),this.fireEvent("value-changed")}_onResize(){this.displayValueStateMessagePopover&&(this._width=this.offsetWidth)}_setCSSParams(){this.style.setProperty("--_textarea_rows",this.rows?String(this.rows):"2"),this.style.setProperty("--_textarea_growing_max_lines",String(this.growingMaxLines))}toggleValueStateMessage(e){e?this.openPopover():this.closePopover()}async openPopover(){this.valueStatePopover=await this._getPopover(),this.valueStatePopover&&await this.valueStatePopover.showAt(this.shadowRoot.querySelector(".ui5-textarea-root .ui5-textarea-wrapper"))}async closePopover(){this.valueStatePopover=await this._getPopover(),this.valueStatePopover&&this.valueStatePopover.close()}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}_tokenizeText(e){const t=e.replace(/&/gm,"&amp;").replace(/"/gm,"&quot;").replace(/'/gm,"&apos;").replace(/</gm,"<").replace(/>/gm,">").split("\n");return t.length<this.rows?this._mapTokenizedTextToObject([...t,...Array(this.rows-t.length).fill("")]):this._mapTokenizedTextToObject(t)}_mapTokenizedTextToObject(e){return e.map(((t,o)=>({text:t,last:o===e.length-1})))}_calcExceededText(){let e,t,o;if(this.showExceededText){const e=this.maxlength;null!=e&&(o=e-this.value.length,t=o>=0?TextArea_1.i18nBundle.getText(TEXTAREA_CHARACTERS_LEFT,o):TextArea_1.i18nBundle.getText(TEXTAREA_CHARACTERS_EXCEEDED,Math.abs(o)))}else e=this.maxlength;return{exceededText:t,leftCharactersCount:o,calcedMaxLength:e}}get classes(){return{root:{"ui5-textarea-root":!0,"ui5-content-native-scrollbars":getEffectiveScrollbarStyle()},valueStateMsg:{"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--error":this.valueState===ValueState$1.Error,"ui5-valuestatemessage--warning":this.valueState===ValueState$1.Warning,"ui5-valuestatemessage--information":this.valueState===ValueState$1.Information}}}get styles(){return{valueStateMsgPopover:{"max-width":`${this._width}px`}}}get tabIndex(){return this.disabled?-1:0}get ariaLabelText(){const e=getEffectiveAriaLabelText(this)||getAssociatedLabelForTexts(this);return this.showExceededText?e?e.concat(" ",this._exceededTextProps.exceededText):this._exceededTextProps.exceededText:e}get ariaDescribedBy(){return this.hasValueState?`${this._id}-valueStateDesc`:void 0}get ariaValueStateHiddenText(){if(this.hasValueState&&this.valueState!==ValueState$1.None)return this.hasCustomValueState?`${this.valueStateTypeMappings[this.valueState]}`.concat(" ",this.valueStateMessageText.map((e=>e.textContent)).join(" ")):`${this.valueStateTypeMappings[this.valueState]} ${this.valueStateDefaultText}`}get valueStateDefaultText(){return this.valueState!==ValueState$1.None?this.valueStateTextMappings[this.valueState]:""}get ariaInvalid(){return"Error"===this.valueState?"true":null}get openValueStateMsgPopover(){return!this._firstRendering&&this._openValueStateMsgPopover&&this.displayValueStateMessagePopover}get displayValueStateMessagePopover(){return!this.readonly&&(this.hasCustomValueState||this.hasValueState)}get hasCustomValueState(){return!!this.valueStateMessage.length&&this.hasValueState}get hasValueState(){return this.valueState===ValueState$1.Error||this.valueState===ValueState$1.Warning||this.valueState===ValueState$1.Information}get valueStateMessageText(){return this.valueStateMessage.map((e=>e.cloneNode(!0)))}get _valueStatePopoverHorizontalAlign(){return"rtl"!==this.effectiveDir?"Left":"Right"}get _valueStateMessageIcon(){return this.valueState!==ValueState$1.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}get valueStateTextMappings(){return{Success:TextArea_1.i18nBundle.getText(VALUE_STATE_SUCCESS),Information:TextArea_1.i18nBundle.getText(VALUE_STATE_INFORMATION),Error:TextArea_1.i18nBundle.getText(VALUE_STATE_ERROR),Warning:TextArea_1.i18nBundle.getText(VALUE_STATE_WARNING)}}get valueStateTypeMappings(){return{Success:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),Information:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),Error:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),Warning:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}};__decorate$9([property()],TextArea.prototype,"value",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"disabled",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"readonly",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"required",void 0),__decorate$9([property()],TextArea.prototype,"placeholder",void 0),__decorate$9([property({type:ValueState$1,defaultValue:ValueState$1.None})],TextArea.prototype,"valueState",void 0),__decorate$9([property({validator:Integer,defaultValue:0})],TextArea.prototype,"rows",void 0),__decorate$9([property({validator:Integer})],TextArea.prototype,"maxlength",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"showExceededText",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"growing",void 0),__decorate$9([property({validator:Integer,defaultValue:0})],TextArea.prototype,"growingMaxLines",void 0),__decorate$9([property()],TextArea.prototype,"name",void 0),__decorate$9([property()],TextArea.prototype,"accessibleName",void 0),__decorate$9([property()],TextArea.prototype,"accessibleNameRef",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"focused",void 0),__decorate$9([property({type:Boolean})],TextArea.prototype,"exceeding",void 0),__decorate$9([property({type:Object,multiple:!0})],TextArea.prototype,"_mirrorText",void 0),__decorate$9([property({noAttribute:!0})],TextArea.prototype,"_maxHeight",void 0),__decorate$9([property({validator:Integer})],TextArea.prototype,"_width",void 0),__decorate$9([slot()],TextArea.prototype,"valueStateMessage",void 0),__decorate$9([slot()],TextArea.prototype,"formSupport",void 0),TextArea=TextArea_1=__decorate$9([customElement({tag:"ui5-textarea",languageAware:!0,styles:[styleData$B,styleData$9],renderer:litRender,template:block0$8,staticAreaTemplate:block0$7,staticAreaStyles:styleData$w,dependencies:[Popover$1,Icon$1]}),event("change"),event("input"),event("select"),event("scroll")],TextArea),TextArea.define();const MISSING_ELEMENT_POLL_TIMEOUT=500,connections=new Map,intervals=new Map,connectToComponent=e=>{const t=e.host,o=e.propName,i=t[o];let a;if(void 0===i||""===i)a=void 0;else if(i instanceof HTMLElement)a=i;else{const e=t.getRootNode();a=e.getElementById&&e.getElementById(i)||void 0}const r=`${t._id}-${o}`,n=connections.get(r);if(a)return intervals.has(r)&&(clearInterval(intervals.get(r)),intervals.delete(r)),n!==a&&(n&&e.onDisconnect&&e.onDisconnect(n),e.onConnect&&e.onConnect(a),connections.set(r,a)),connections.get(r);if(n&&(e.onDisconnect&&e.onDisconnect(n),connections.delete(r)),"string"==typeof i&&i&&!intervals.has(r)){const e=setInterval((()=>{const e=t.getRootNode();e.getElementById&&e.getElementById(i)&&(clearInterval(intervals.get(r)),intervals.delete(r),renderDeferred(t))}),500);intervals.set(r,e)}};let politeSpan,assertiveSpan;const setOutOfViewportStyles=e=>{e.style.position="absolute",e.style.clip="rect(1px,1px,1px,1px)",e.style.userSelect="none",e.style.left="-1000px",e.style.top="-1000px",e.style.pointerEvents="none"};attachBoot((()=>{politeSpan&&assertiveSpan||(politeSpan=document.createElement("span"),assertiveSpan=document.createElement("span"),politeSpan.classList.add("ui5-invisiblemessage-polite"),assertiveSpan.classList.add("ui5-invisiblemessage-assertive"),politeSpan.setAttribute("aria-live","polite"),assertiveSpan.setAttribute("aria-live","assertive"),politeSpan.setAttribute("role","alert"),assertiveSpan.setAttribute("role","alert"),setOutOfViewportStyles(politeSpan),setOutOfViewportStyles(assertiveSpan),getSingletonElementInstance("ui5-static-area").appendChild(politeSpan),getSingletonElementInstance("ui5-static-area").appendChild(assertiveSpan))}));const announce=(e,t)=>{const o=politeSpan;o.textContent="",o.textContent=e,setTimeout((()=>{o.textContent===e&&(o.textContent="")}),3e3)},name$5="slim-arrow-down",pathData$5="M420.5 187q11-12 23 0 5 5 5 11t-5 11l-165 165q-10 9-23 9t-22-9l-166-165q-5-5-5-11.5t5-11.5 11.5-5 11.5 5l160 160q5 6 11 0z",ltr$5=!1,collection$5="SAP-icons-v4",packageName$5="@ui5/webcomponents-icons";registerIcon(name$5,{pathData:pathData$5,ltr:false,collection:collection$5,packageName:packageName$5});const name$4="slim-arrow-down",pathData$4="M96 186q0-11 7.5-18.5T122 160q10 0 18 8l116 121 116-121q8-8 18-8 11 0 18.5 7.5T416 186q0 10-7 17L275 344q-8 8-19 8-12 0-18-8L103 203q-7-7-7-17z",ltr$4=!1,collection$4="SAP-icons-v5",packageName$4="@ui5/webcomponents-icons";registerIcon(name$4,{pathData:pathData$4,ltr:false,collection:collection$4,packageName:packageName$4}),isLegacyThemeFamily();let draggedElement=null,globalHandlersAttached=!1;const subscribers=new Set,selfManagedDragAreas=new Set,ondragstart=e=>{e.dataTransfer&&e.target instanceof HTMLElement&&(selfManagedDragAreas.has(e.target)||(draggedElement=e.target))},ondragend=()=>{draggedElement=null},ondrop=()=>{draggedElement=null},setDraggedElement=e=>{draggedElement=e},getDraggedElement=()=>draggedElement,attachGlobalHandlers=()=>{globalHandlersAttached||(document.body.addEventListener("dragstart",ondragstart),document.body.addEventListener("dragend",ondragend),document.body.addEventListener("drop",ondrop))},detachGlobalHandlers=()=>{document.body.removeEventListener("dragstart",ondragstart),document.body.removeEventListener("dragend",ondragend),document.body.removeEventListener("drop",ondrop),globalHandlersAttached=!1},subscribe=e=>{subscribers.add(e),globalHandlersAttached||attachGlobalHandlers()},unsubscribe=e=>{subscribers.delete(e),0===subscribers.size&&globalHandlersAttached&&detachGlobalHandlers()},addSelfManagedArea=e=>(selfManagedDragAreas.add(e),setDraggedElement),removeSelfManagedArea=e=>{selfManagedDragAreas.delete(e)},DragRegistry={subscribe:subscribe,unsubscribe:unsubscribe,addSelfManagedArea:addSelfManagedArea,removeSelfManagedArea:removeSelfManagedArea,getDraggedElement:getDraggedElement};var MovePlacement;!function(e){e.On="On",e.Before="Before",e.After="After"}(MovePlacement||(MovePlacement={}));const MovePlacement$1=MovePlacement;var Orientation;!function(e){e.Vertical="Vertical",e.Horizontal="Horizontal"}(Orientation||(Orientation={}));const Orientation$1=Orientation,closestPlacement=(e,t,o,i)=>{const a=Math.abs(e-t),r=Math.abs(e-o),n=Math.abs(e-i);let s=[];switch(Math.min(a,r,n)){case a:s=[MovePlacement$1.Before];break;case r:s=[MovePlacement$1.On,a<n?MovePlacement$1.Before:MovePlacement$1.After];break;case n:s=[MovePlacement$1.After]}return s},findClosestPosition=(e,t,o)=>{let i=Number.POSITIVE_INFINITY,a=null;for(let r=0;r<e.length;r++){const n=e[r],{left:s,width:l,top:c,height:d}=n.getBoundingClientRect();let _;_=o===Orientation$1.Vertical?c+d/2:s+l/2;const u=Math.abs(t-_);u<i&&(i=u,a=n)}if(!a)return null;const{width:r,height:n,left:s,right:l,top:c,bottom:d}=a.getBoundingClientRect();let _;return _=o===Orientation$1.Vertical?closestPlacement(t,c,c+n/2,d):closestPlacement(t,s,s+r/2,l),{element:a,placements:_}},getNormalizedTarget=e=>{let t=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(t=e.shadowRoot.activeElement),t};let debounceInterval=null;const debounce=(e,t)=>{debounceInterval&&clearTimeout(debounceInterval),debounceInterval=setTimeout((()=>{debounceInterval=null,e()}),t)},isElementInView=e=>{const t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)};var ListMode;!function(e){e.None="None",e.SingleSelect="SingleSelect",e.SingleSelectBegin="SingleSelectBegin",e.SingleSelectEnd="SingleSelectEnd",e.SingleSelectAuto="SingleSelectAuto",e.MultiSelect="MultiSelect",e.Delete="Delete"}(ListMode||(ListMode={}));const ListMode$1=ListMode;var ListGrowingMode;!function(e){e.Button="Button",e.Scroll="Scroll",e.None="None"}(ListGrowingMode||(ListGrowingMode={}));const ListGrowingMode$1=ListGrowingMode,isElementTabbable=e=>{if(!e)return!1;const t=e.nodeName.toLowerCase();if(e.hasAttribute("data-sap-no-tab-ref"))return!1;if(isElementHidden(e))return!1;const o=e.getAttribute("tabindex");return null!=o?parseInt(o)>=0:!("a"!==t&&!/input|select|textarea|button|object/.test(t))&&!e.disabled},getTabbableElements=e=>getTabbables([...e.children]),getTabbables=(e,t)=>{const o=t||[];return e?(e.forEach((e=>{if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE)return;let t=e;if(!t.hasAttribute("data-sap-no-tab-ref")){if(t.shadowRoot){const e=t.shadowRoot.children;t=Array.from(e).find((e=>"STYLE"!==e.tagName))}t&&(isElementTabbable(t)&&o.push(t),"SLOT"===t.tagName?getTabbables(t.assignedNodes(),o):getTabbables([...t.children],o))}})),o):o};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$8={packageName:"@ui5/webcomponents",fileName:"themes/ListItemBase.css.ts",content:':host(:not([hidden])){display:block}:host{height:var(--_ui5-v1-24-7_list_item_base_height);background:var(--ui5-v1-24-7-listitem-background-color);box-sizing:border-box;border-bottom:1px solid transparent}:host([selected]){background:var(--sapList_SelectionBackgroundColor)}:host([has-border]){border-bottom:var(--ui5-v1-24-7-listitem-border-bottom)}:host([selected]){border-bottom:var(--ui5-v1-24-7-listitem-selected-border-bottom)}:host(:not([focused])[selected][has-border]){border-bottom:var(--ui5-v1-24-7-listitem-selected-border-bottom)}:host([focused][selected]){border-bottom:var(--ui5-v1-24-7-listitem-focused-selected-border-bottom)}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:0 1rem;box-sizing:border-box;background:inherit}:host([focused]) .ui5-li-root.ui5-li--focusable{outline:none}:host([focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;border-radius:0;inset:.125rem;pointer-events:none}:host([focused]:not(data-moving)) .ui5-li-root .ui5-li-content:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}:host([active][focused]) .ui5-li-root.ui5-li--focusable:after{border-color:var(--ui5-v1-24-7-listitem-active-border-color)}:host([disabled]){opacity:var(--_ui5-v1-24-7-listitembase_disabled_opacity);pointer-events:none}.ui5-li-content{max-width:100%;font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor)}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$7={packageName:"@ui5/webcomponents",fileName:"themes/DraggableElement.css.ts",content:"[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n"};var __decorate$8=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ListItemBase=class extends UI5Element{_onfocusin(e){this.fireEvent("_request-tabindex-change",e),e.target===this.getFocusDomRef()&&(this.focused=!0,this.fireEvent("_focused",e))}_onfocusout(){this.focused=!1}_onkeydown(e){return isTabNext(e)?this._handleTabNext(e):isTabPrevious(e)?this._handleTabPrevious(e):void 0}_onkeyup(e){}_handleTabNext(e){this.shouldForwardTabAfter()&&(this.fireEvent("_forward-after",{},!0)||e.preventDefault())}_handleTabPrevious(e){const t=e.target;this.shouldForwardTabBefore(t)&&this.fireEvent("_forward-before")}shouldForwardTabAfter(){const e=getTabbableElements(this.getFocusDomRef());return 0===e.length||e[e.length-1]===getActiveElement()}shouldForwardTabBefore(e){return this.getFocusDomRef()===e}get classes(){return{main:{"ui5-li-root":!0,"ui5-li--focusable":this._focusable}}}get _ariaDisabled(){return!!this.disabled||void 0}get _focusable(){return!this.disabled}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex:-1}};__decorate$8([property({type:Boolean})],ListItemBase.prototype,"selected",void 0),__decorate$8([property({type:Boolean})],ListItemBase.prototype,"movable",void 0),__decorate$8([property({type:Boolean})],ListItemBase.prototype,"hasBorder",void 0),__decorate$8([property({defaultValue:"-1",noAttribute:!0})],ListItemBase.prototype,"forcedTabIndex",void 0),__decorate$8([property({type:Boolean})],ListItemBase.prototype,"disabled",void 0),__decorate$8([property({type:Boolean})],ListItemBase.prototype,"focused",void 0),ListItemBase=__decorate$8([customElement({renderer:litRender,styles:[styleData$8,styleData$7]}),event("_request-tabindex-change"),event("_focused"),event("_forward-after"),event("_forward-before")],ListItemBase);const ListItemBase$1=ListItemBase;function block0$6(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.root)}"></div>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$6={packageName:"@ui5/webcomponents",fileName:"themes/DropIndicator.css.ts",content:':host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}\n'};var __decorate$7=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DropIndicator=class extends UI5Element{get _positionProperty(){return this.orientation===Orientation$1.Vertical?"left":"top"}constructor(){super()}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:e,width:t,right:o,top:i,bottom:a,height:r}=this.targetReference.getBoundingClientRect(),{top:n}=this.ownerReference.getBoundingClientRect(),s={display:"",[this._positionProperty]:"",width:"",height:""};let l=0;if(this.orientation===Orientation$1.Vertical){switch(this.placement){case MovePlacement$1.Before:l=e-this._needle.offsetWidth/2;break;case MovePlacement$1.On:s.width=`${t}px`,l=e;break;case MovePlacement$1.After:l=o-this._needle.offsetWidth/2}s.height=`${r}px`}if(this.orientation===Orientation$1.Horizontal){switch(this.placement){case MovePlacement$1.Before:l=i;break;case MovePlacement$1.On:s.height=`${r}px`,l=i;break;case MovePlacement$1.After:l=a}s.width=`${t}px`,l-=n}s[this._positionProperty]=`${l}px`,Object.assign(this.style,s)}get classes(){return{root:{"ui5-di-rect":this.placement===MovePlacement$1.On,"ui5-di-needle":this.placement!==MovePlacement$1.On}}}get _needle(){return this.shadowRoot.querySelector(".ui5-di-needle")}};__decorate$7([property({type:Object,defaultValue:null})],DropIndicator.prototype,"targetReference",void 0),__decorate$7([property({type:Object,defaultValue:null})],DropIndicator.prototype,"ownerReference",void 0),__decorate$7([property({type:MovePlacement$1,defaultValue:MovePlacement$1.Before})],DropIndicator.prototype,"placement",void 0),__decorate$7([property({type:Orientation$1,defaultValue:Orientation$1.Vertical})],DropIndicator.prototype,"orientation",void 0),DropIndicator=__decorate$7([customElement({tag:"ui5-drop-indicator",renderer:litRender,styles:styleData$6,template:block0$6,dependencies:[]})],DropIndicator),DropIndicator.define();const DropIndicator$1=DropIndicator;var ListSeparators;!function(e){e.All="All",e.Inner="Inner",e.None="None"}(ListSeparators||(ListSeparators={}));const ListSeparators$1=ListSeparators;var BusyIndicatorSize;!function(e){e.Small="Small",e.Medium="Medium",e.Large="Large"}(BusyIndicatorSize||(BusyIndicatorSize={}));const BusyIndicatorSize$1=BusyIndicatorSize;var BusyIndicatorTextPlacement;!function(e){e.Top="Top",e.Bottom="Bottom"}(BusyIndicatorTextPlacement||(BusyIndicatorTextPlacement={}));const BusyIndicatorTextPlacement$1=BusyIndicatorTextPlacement;function block0$5(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.root)}">${this._isBusy?block1$5.call(this,e,t,o):void 0}<slot></slot>${this._isBusy?block6$3.call(this,e,t,o):void 0}</div> `}function block1$5(e,t,o){return effectiveHtml`<div class="ui5-busy-indicator-busy-area" title="${l$1(this.ariaTitle)}" tabindex="0" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuetext="Busy" aria-labelledby="${l$1(this.labelId)}" data-sap-focus-ref>${this.textPosition.top?block2$5.call(this,e,t,o):void 0}<div class="ui5-busy-indicator-circles-wrapper"><div class="ui5-busy-indicator-circle circle-animation-0"></div><div class="ui5-busy-indicator-circle circle-animation-1"></div><div class="ui5-busy-indicator-circle circle-animation-2"></div></div>${this.textPosition.bottom?block4$5.call(this,e,t,o):void 0}</div>`}function block2$5(e,t,o){return effectiveHtml`${this.text?block3$5.call(this,e,t,o):void 0}`}function block3$5(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-label",t,o)} id="${l$1(this._id)}-label" class="ui5-busy-indicator-text" wrapping-type="Normal">${l$1(this.text)}</${scopeTag("ui5-label",t,o)}>`:effectiveHtml`<ui5-label id="${l$1(this._id)}-label" class="ui5-busy-indicator-text" wrapping-type="Normal">${l$1(this.text)}</ui5-label>`}function block4$5(e,t,o){return effectiveHtml`${this.text?block5$4.call(this,e,t,o):void 0}`}function block5$4(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-label",t,o)} id="${l$1(this._id)}-label" class="ui5-busy-indicator-text" wrapping-type="Normal">${l$1(this.text)}</${scopeTag("ui5-label",t,o)}>`:effectiveHtml`<ui5-label id="${l$1(this._id)}-label" class="ui5-busy-indicator-text" wrapping-type="Normal">${l$1(this.text)}</ui5-label>`}function block6$3(e,t,o){return effectiveHtml`<span data-ui5-focus-redirect tabindex="0" @focusin="${this._redirectFocus}"></span>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$5={packageName:"@ui5/webcomponents",fileName:"themes/BusyIndicator.css.ts",content:':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v1-24-7_busy_indicator_color)}:host([size="Small"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="Small"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="Small"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="Small"]) .ui5-busy-indicator-circle:first-child,:host([size="Small"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="Medium"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="Medium"]) .ui5-busy-indicator-circle:first-child,:host([size="Medium"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="Medium"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="Medium"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="Large"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="Large"]) .ui5-busy-indicator-circle:first-child,:host([size="Large"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="Large"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="Large"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column}:host(:not(:empty)) .ui5-busy-indicator-busy-area{background-color:var(--_ui5-v1-24-7_busy_indicator_block_layer)}.ui5-busy-indicator-busy-area:focus{outline:var(--_ui5-v1-24-7_busy_indicator_focus_outline);outline-offset:-2px;border-radius:var(--_ui5-v1-24-7_busy_indicator_focus_border_radius)}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n'};var BusyIndicator_1,__decorate$6=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let BusyIndicator=BusyIndicator_1=class extends UI5Element{constructor(){super(),this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0})}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}static async onDefine(){BusyIndicator_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get ariaTitle(){return BusyIndicator_1.i18nBundle.getText(BUSY_INDICATOR_TITLE)}get labelId(){return this.text?`${this._id}-label`:void 0}get classes(){return{root:{"ui5-busy-indicator-root":!0}}}get textPosition(){return{top:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Top,bottom:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Bottom}}onBeforeRendering(){this.active?this._isBusy||this._busyTimeoutId||(this._busyTimeoutId=setTimeout((()=>{delete this._busyTimeoutId,this._isBusy=!0}),Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(e){this._isBusy&&(e.stopImmediatePropagation(),isTabNext(e)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(e){this._isBusy&&e.stopImmediatePropagation()}_redirectFocus(e){this.focusForward||(e.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};__decorate$6([property()],BusyIndicator.prototype,"text",void 0),__decorate$6([property({type:BusyIndicatorSize$1,defaultValue:BusyIndicatorSize$1.Medium})],BusyIndicator.prototype,"size",void 0),__decorate$6([property({type:Boolean})],BusyIndicator.prototype,"active",void 0),__decorate$6([property({validator:Integer,defaultValue:1e3})],BusyIndicator.prototype,"delay",void 0),__decorate$6([property({type:BusyIndicatorTextPlacement$1,defaultValue:BusyIndicatorTextPlacement$1.Bottom})],BusyIndicator.prototype,"textPlacement",void 0),__decorate$6([property({type:Boolean})],BusyIndicator.prototype,"_isBusy",void 0),BusyIndicator=BusyIndicator_1=__decorate$6([customElement({tag:"ui5-busy-indicator",languageAware:!0,styles:styleData$5,renderer:litRender,template:block0$5,dependencies:[Label$1]})],BusyIndicator),BusyIndicator.define();const BusyIndicator$1=BusyIndicator;function block0$4(e,t,o){return o?effectiveHtml`<div class="${o$2(this.classes.root)}" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" @dragenter="${this._ondragenter}" @dragover="${this._ondragover}" @drop="${this._ondrop}" @dragleave="${this._ondragleave}" @ui5-_press=${l$1(this.onItemPress)} @ui5-close=${l$1(this.onItemClose)} @ui5-toggle=${l$1(this.onItemToggle)} @ui5-_request-tabindex-change=${l$1(this.onItemTabIndexChange)} @ui5-_focused=${l$1(this.onItemFocused)} @ui5-_forward-after=${l$1(this.onForwardAfter)} @ui5-_forward-before=${l$1(this.onForwardBefore)} @ui5-_selection-requested=${l$1(this.onSelectionRequested)} @ui5-_focus-requested=${l$1(this.onFocusRequested)}><div class="ui5-list-scroll-container">${this.header.length?block1$4.call(this,e,t,o):void 0}${this.shouldRenderH1?block2$4.call(this,e,t,o):void 0}${this.hasData?block3$4.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-modeLabel" class="ui5-hidden-text">${l$1(this.ariaLabelModeText)}</span><ul id="${l$1(this._id)}-listUl" class="ui5-list-ul" role="${l$1(this.accessibleRole)}" aria-label="${l$1(this.ariaLabelTxt)}" aria-labelledby="${l$1(this.ariaLabelledBy)}" aria-roledescription="${l$1(this.accessibleRoleDescription)}"><slot></slot>${this.showNoDataText?block4$4.call(this,e,t,o):void 0}</ul>${this.growsWithButton?block5$3.call(this,e,t,o):void 0}${this.footerText?block6$2.call(this,e,t,o):void 0}${this.hasData?block7$2.call(this,e,t,o):void 0}<span tabindex="-1" aria-hidden="true" class="ui5-list-end-marker"></span></div>${this.busy?block8$2.call(this,e,t,o):void 0}<${scopeTag("ui5-drop-indicator",t,o)} orientation="Horizontal" .ownerReference="${l$1(this)}"></${scopeTag("ui5-drop-indicator",t,o)}></div> `:effectiveHtml`<div class="${o$2(this.classes.root)}" @focusin="${this._onfocusin}" @keydown="${this._onkeydown}" @dragenter="${this._ondragenter}" @dragover="${this._ondragover}" @drop="${this._ondrop}" @dragleave="${this._ondragleave}" @ui5-_press=${l$1(this.onItemPress)} @ui5-close=${l$1(this.onItemClose)} @ui5-toggle=${l$1(this.onItemToggle)} @ui5-_request-tabindex-change=${l$1(this.onItemTabIndexChange)} @ui5-_focused=${l$1(this.onItemFocused)} @ui5-_forward-after=${l$1(this.onForwardAfter)} @ui5-_forward-before=${l$1(this.onForwardBefore)} @ui5-_selection-requested=${l$1(this.onSelectionRequested)} @ui5-_focus-requested=${l$1(this.onFocusRequested)}><div class="ui5-list-scroll-container">${this.header.length?block1$4.call(this,e,t,o):void 0}${this.shouldRenderH1?block2$4.call(this,e,t,o):void 0}${this.hasData?block3$4.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-modeLabel" class="ui5-hidden-text">${l$1(this.ariaLabelModeText)}</span><ul id="${l$1(this._id)}-listUl" class="ui5-list-ul" role="${l$1(this.accessibleRole)}" aria-label="${l$1(this.ariaLabelTxt)}" aria-labelledby="${l$1(this.ariaLabelledBy)}" aria-roledescription="${l$1(this.accessibleRoleDescription)}"><slot></slot>${this.showNoDataText?block4$4.call(this,e,t,o):void 0}</ul>${this.growsWithButton?block5$3.call(this,e,t,o):void 0}${this.footerText?block6$2.call(this,e,t,o):void 0}${this.hasData?block7$2.call(this,e,t,o):void 0}<span tabindex="-1" aria-hidden="true" class="ui5-list-end-marker"></span></div>${this.busy?block8$2.call(this,e,t,o):void 0}<ui5-drop-indicator orientation="Horizontal" .ownerReference="${l$1(this)}"></ui5-drop-indicator></div> `}function block1$4(e,t,o){return effectiveHtml`<slot name="header" />`}function block2$4(e,t,o){return effectiveHtml`<header id="${l$1(this.headerID)}" class="ui5-list-header">${l$1(this.headerText)}</header>`}function block3$4(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}-before" tabindex="0" role="none" class="ui5-list-focusarea"></div>`}function block4$4(e,t,o){return effectiveHtml`<li id="${l$1(this._id)}-nodata" class="ui5-list-nodata"><div id="${l$1(this._id)}-nodata-text" class="ui5-list-nodata-text">${l$1(this.noDataText)}</div></li>`}function block5$3(e,t,o){return effectiveHtml`<div growing-button><div tabindex="0" role="button" id="${l$1(this._id)}-growing-btn" aria-labelledby="${l$1(this._id)}-growingButton-text" ?active="${this._loadMoreActive}" @click="${this._onLoadMoreClick}" @keydown="${this._onLoadMoreKeydown}" @keyup="${this._onLoadMoreKeyup}" @mousedown="${this._onLoadMoreMousedown}" @mouseup="${this._onLoadMoreMouseup}" growing-button-inner><span id="${l$1(this._id)}-growingButton-text" growing-button-text>${l$1(this._growingButtonText)}</span></div></div>`}function block6$2(e,t,o){return effectiveHtml`<footer id="${l$1(this._id)}-footer" class="ui5-list-footer">${l$1(this.footerText)}</footer>`}function block7$2(e,t,o){return effectiveHtml`<div id="${l$1(this._id)}-after" tabindex="0" role="none" class="ui5-list-focusarea"></div>`}function block8$2(e,t,o){return o?effectiveHtml`<div class="ui5-list-busy-row"><${scopeTag("ui5-busy-indicator",t,o)} delay="${l$1(this.busyDelay)}" active size="Medium" class="ui5-list-busy-ind" style="${styleMap(this.styles.busyInd)}" data-sap-focus-ref></${scopeTag("ui5-busy-indicator",t,o)}></div>`:effectiveHtml`<div class="ui5-list-busy-row"><ui5-busy-indicator delay="${l$1(this.busyDelay)}" active size="Medium" class="ui5-list-busy-ind" style="${styleMap(this.styles.busyInd)}" data-sap-focus-ref></ui5-busy-indicator></div>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$4={packageName:"@ui5/webcomponents",fileName:"themes/List.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[growing-button]{display:flex;align-items:center;padding:var(--_ui5-v1-24-7_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v1-24-7_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}[growing-button-inner]{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:var(--_ui5-v1-24-7_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v1-24-7_load_more_border);border-radius:var(--_ui5-v1-24-7_load_more_border_radius);box-sizing:border-box}[growing-button-inner]:focus{outline:var(--_ui5-v1-24-7_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}[growing-button-inner]:hover{background-color:var(--sapList_Hover_Background)}[growing-button-inner]:active,[growing-button-inner][active]{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}[growing-button-inner]:active>*,[growing-button-inner][active]>*{color:var(--sapList_Active_TextColor)}[growing-button-text],[growing-button-subtext]{width:100%;text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}[growing-button-text]{height:var(--_ui5-v1-24-7_load_more_text_height);padding:.875rem 1rem 0;font-size:var(--_ui5-v1-24-7_load_more_text_font_size);font-weight:700}[growing-button-subtext]{font-size:var(--sapFontSize);padding:var(--_ui5-v1-24-7_load_more_desc_padding)}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}:host([busy]){opacity:.72}:host([busy]) .ui5-list-busy-row{position:absolute;inset:0;outline:none}:host([busy]) .ui5-list-busy-ind{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ui5-list-root{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v1-24-7_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;height:var(--_ui5-v1-24-7_list_no_data_height);font-size:var(--_ui5-v1-24-7_list_no_data_font_size);font-family:"72override",var(--sapFontFamily)}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}\n'};var List_1,__decorate$5=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const INFINITE_SCROLL_DEBOUNCE_RATE=250,PAGE_UP_DOWN_SIZE=10;let List=List_1=class extends UI5Element{static async onDefine(){List_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}constructor(){super(),this._previouslyFocusedItem=null,this._forwardingFocus=!1,this.resizeListenerAttached=!1,this.listEndObserved=!1,this._itemNavigation=new ItemNavigation(this,{skipItemsSize:10,navigationMode:NavigationMode$1.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this._handleResize=this.checkListInViewport.bind(this),this._handleResize=this.checkListInViewport.bind(this),this.initialIntersection=!0}onEnterDOM(){DragRegistry.subscribe(this)}onExitDOM(){this.unobserveListEnd(),this.resizeListenerAttached=!1,ResizeHandler.deregister(this.getDomRef(),this._handleResize),DragRegistry.unsubscribe(this)}onBeforeRendering(){this.prepareListItems()}onAfterRendering(){this.growsOnScroll?this.observeListEnd():this.listEndObserved&&this.unobserveListEnd(),this.grows&&(this.checkListInViewport(),this.attachForResize())}attachForResize(){this.resizeListenerAttached||(this.resizeListenerAttached=!0,ResizeHandler.register(this.getDomRef(),this._handleResize))}get shouldRenderH1(){return!this.header.length&&this.headerText}get headerID(){return`${this._id}-header`}get modeLabelID(){return`${this._id}-modeLabel`}get listEndDOM(){return this.shadowRoot.querySelector(".ui5-list-end-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.mode===ListMode$1.Delete}get isSingleSelect(){return[ListMode$1.SingleSelect,ListMode$1.SingleSelectBegin,ListMode$1.SingleSelectEnd,ListMode$1.SingleSelectAuto].includes(this.mode)}get isMultiSelect(){return this.mode===ListMode$1.MultiSelect}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const e=[];return(this.isMultiSelect||this.isSingleSelect||this.isDelete)&&e.push(this.modeLabelID),this.shouldRenderH1&&e.push(this.headerID),e.length?e.join(" "):void 0}get ariaLabelTxt(){return getEffectiveAriaLabelText(this)}get ariaLabelModeText(){if(this.hasData){if(this.isMultiSelect)return List_1.i18nBundle.getText(ARIA_LABEL_LIST_MULTISELECTABLE);if(this.isSingleSelect)return List_1.i18nBundle.getText(ARIA_LABEL_LIST_SELECTABLE);if(this.isDelete)return List_1.i18nBundle.getText(ARIA_LABEL_LIST_DELETABLE)}return""}get grows(){return this.growing!==ListGrowingMode$1.None}get growsOnScroll(){return this.growing===ListGrowingMode$1.Scroll}get growsWithButton(){return this.growing===ListGrowingMode$1.Button}get _growingButtonText(){return this.growingButtonText||List_1.i18nBundle.getText(LOAD_MORE_TEXT)}get busyIndPosition(){return this.grows?this._inViewport?"absolute":"sticky":"absolute"}get styles(){return{busyInd:{position:this.busyIndPosition}}}get classes(){return{root:{"ui5-list-root":!0,"ui5-content-native-scrollbars":getEffectiveScrollbarStyle()}}}prepareListItems(){const e=this.getItemsForProcessing();e.forEach(((t,o)=>{const i=o===e.length-1,a=this.separators===ListSeparators$1.All||this.separators===ListSeparators$1.Inner&&!i;t.hasConfigurableMode&&(t._mode=this.mode),t.hasBorder=a}))}async observeListEnd(){this.listEndObserved||(await renderFinished(),this.getIntersectionObserver().observe(this.listEndDOM),this.listEndObserved=!0)}unobserveListEnd(){this.growingIntersectionObserver&&(this.growingIntersectionObserver.disconnect(),this.growingIntersectionObserver=null,this.listEndObserved=!1)}onInteresection(e){this.initialIntersection?this.initialIntersection=!1:e.forEach((e=>{e.isIntersecting&&debounce(this.loadMore.bind(this),250)}))}onSelectionRequested(e){const t=this.getSelectedItems();let o=!1;if(this._selectionRequested=!0,this.mode!==ListMode$1.None&&this[`handle${this.mode}`]&&(o=this[`handle${this.mode}`](e.detail.item,!!e.detail.selected)),o){!this.fireEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:t,selectionComponentPressed:e.detail.selectionComponentPressed,targetItem:e.detail.item,key:e.detail.key},!0)&&this._revertSelection(t)}}handleSingleSelect(e){return!e.selected&&(this.deselectSelectedItems(),e.selected=!0,!0)}handleSingleSelectBegin(e){return this.handleSingleSelect(e)}handleSingleSelectEnd(e){return this.handleSingleSelect(e)}handleSingleSelectAuto(e){return this.handleSingleSelect(e)}handleMultiSelect(e,t){return e.selected=t,!0}handleDelete(e){return this.fireEvent("item-delete",{item:e}),!0}deselectSelectedItems(){this.getSelectedItems().forEach((e=>{e.selected=!1}))}getSelectedItems(){return this.getItems().filter((e=>e.selected))}getEnabledItems(){return this.getItems().filter((e=>e._focusable))}getItems(){return this.getSlottedNodes("items")}getItemsForProcessing(){return this.getItems()}_revertSelection(e){this.getItems().forEach((t=>{const o=-1!==e.indexOf(t),i=t.shadowRoot.querySelector(".ui5-li-multisel-cb"),a=t.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");t.selected=o,i?i.checked=o:a&&(a.checked=o)}))}_onkeydown(e){isTabNext(e)&&this._handleTabNext(e)}_onLoadMoreKeydown(e){isSpace(e)&&(e.preventDefault(),this._loadMoreActive=!0),isEnter(e)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),isTabNext(e)&&this.focusAfterElement(),isTabPrevious(e)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),e.preventDefault())}_onLoadMoreKeyup(e){isSpace(e)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}checkListInViewport(){this._inViewport=isElementInView(this.getDomRef())}loadMore(){this.fireEvent("load-more")}_handleTabNext(e){getNormalizedTarget(e.target)}_onfocusin(e){const t=getNormalizedTarget(e.target);if(this.isForwardElement(t)){if(!this.getPreviouslyFocusedItem())return this.growsWithButton&&this.isForwardAfterElement(t)?this.focusGrowingButton():this.focusFirstItem(),void e.stopImmediatePropagation();if(!this.getForwardingFocus()){if(this.growsWithButton&&this.isForwardAfterElement(t))return this.focusGrowingButton(),void e.stopImmediatePropagation();this.focusPreviouslyFocusedItem(),e.stopImmediatePropagation()}this.setForwardingFocus(!1)}else e.stopImmediatePropagation()}_ondragenter(e){e.preventDefault()}_ondragleave(e){e.relatedTarget instanceof Node&&this.shadowRoot.contains(e.relatedTarget)||(this.dropIndicatorDOM.targetReference=null)}_ondragover(e){const t=DragRegistry.getDraggedElement();if(!(e.target instanceof HTMLElement&&t))return;const o=findClosestPosition(this.items,e.clientY,Orientation$1.Vertical);if(!o)return void(this.dropIndicatorDOM.targetReference=null);let i=o.placements;o.element===t&&(i=i.filter((e=>e!==MovePlacement$1.On)));i.some((i=>!this.fireEvent("move-over",{source:{element:t},destination:{element:o.element,placement:i}},!0)&&(e.preventDefault(),this.dropIndicatorDOM.targetReference=o.element,this.dropIndicatorDOM.placement=i,!0)))||(this.dropIndicatorDOM.targetReference=null)}_ondrop(e){e.preventDefault();const t=DragRegistry.getDraggedElement();this.fireEvent("move",{source:{element:t},destination:{element:this.dropIndicatorDOM.targetReference,placement:this.dropIndicatorDOM.placement}}),this.dropIndicatorDOM.targetReference=null,t.focus()}isForwardElement(e){const t=e.id,o=this.getBeforeElement();return!!(this._id===t||o&&o.id===t)||this.isForwardAfterElement(e)}isForwardAfterElement(e){const t=e.id,o=this.getAfterElement();return o&&o.id===t}onItemTabIndexChange(e){const t=e.target;this._itemNavigation.setCurrentItem(t)}onItemFocused(e){const t=e.target;if(e.stopPropagation(),this._itemNavigation.setCurrentItem(t),this.fireEvent("item-focused",{item:t}),this.mode===ListMode$1.SingleSelectAuto){const o={item:t,selectionComponentPressed:!1,selected:!0,key:e.detail.key};this.onSelectionRequested({detail:o})}}onItemPress(e){const t=e.detail.item;if(this.fireEvent("item-click",{item:t},!0)){if(!this._selectionRequested&&this.mode!==ListMode$1.Delete){this._selectionRequested=!0;const o={item:t,selectionComponentPressed:!1,selected:!t.selected,key:e.detail.key};this.onSelectionRequested({detail:o})}this._selectionRequested=!1}}onItemClose(e){var t;const o=e.target;((null==o?void 0:o.hasAttribute("ui5-li-notification"))||(null==o?void 0:o.hasAttribute("ui5-li-notification-group")))&&this.fireEvent("item-close",{item:null==(t=e.detail)?void 0:t.item})}onItemToggle(e){this.fireEvent("item-toggle",{item:e.detail.item})}onForwardBefore(e){this.setPreviouslyFocusedItem(e.target),this.focusBeforeElement(),e.stopPropagation()}onForwardAfter(e){this.setPreviouslyFocusedItem(e.target),this.growsWithButton?(this.focusGrowingButton(),e.preventDefault()):this.focusAfterElement(),e.stopPropagation()}focusBeforeElement(){this.setForwardingFocus(!0),this.getBeforeElement().focus()}focusAfterElement(){this.setForwardingFocus(!0),this.getAfterElement().focus()}focusGrowingButton(){const e=this.getGrowingButton();e&&e.focus()}getGrowingButton(){return this.shadowRoot.querySelector(`[id="${this._id}-growing-btn"]`)}focusFirstItem(){const e=this.getFirstItem((e=>e._focusable));e&&e.focus()}focusPreviouslyFocusedItem(){const e=this.getPreviouslyFocusedItem();e&&e.focus()}focusFirstSelectedItem(){const e=this.getFirstItem((e=>e.selected&&e._focusable));e&&e.focus()}focusItem(e){this._itemNavigation.setCurrentItem(e),e.focus()}onFocusRequested(e){setTimeout((()=>{this.setPreviouslyFocusedItem(e.target),this.focusPreviouslyFocusedItem()}),0)}setForwardingFocus(e){this._forwardingFocus=e}getForwardingFocus(){return this._forwardingFocus}setPreviouslyFocusedItem(e){this._previouslyFocusedItem=e}getPreviouslyFocusedItem(){return this._previouslyFocusedItem}getFirstItem(e){const t=this.getItems();let o=null;if(!e)return t.length?t[0]:null;for(let i=0;i<t.length;i++)if(e(t[i])){o=t[i];break}return o}getAfterElement(){return this._afterElement||(this._afterElement=this.shadowRoot.querySelector(`[id="${this._id}-after"]`)),this._afterElement}getBeforeElement(){return this._beforeElement||(this._beforeElement=this.shadowRoot.querySelector(`[id="${this._id}-before"]`)),this._beforeElement}getIntersectionObserver(){return this.growingIntersectionObserver||(this.growingIntersectionObserver=new IntersectionObserver(this.onInteresection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this.growingIntersectionObserver}};__decorate$5([property()],List.prototype,"headerText",void 0),__decorate$5([property()],List.prototype,"footerText",void 0),__decorate$5([property({type:Boolean})],List.prototype,"indent",void 0),__decorate$5([property({type:ListMode$1,defaultValue:ListMode$1.None})],List.prototype,"mode",void 0),__decorate$5([property()],List.prototype,"noDataText",void 0),__decorate$5([property({type:ListSeparators$1,defaultValue:ListSeparators$1.All})],List.prototype,"separators",void 0),__decorate$5([property({type:ListGrowingMode$1,defaultValue:ListGrowingMode$1.None})],List.prototype,"growing",void 0),__decorate$5([property()],List.prototype,"growingButtonText",void 0),__decorate$5([property({type:Boolean})],List.prototype,"busy",void 0),__decorate$5([property({validator:Integer,defaultValue:1e3})],List.prototype,"busyDelay",void 0),__decorate$5([property()],List.prototype,"accessibleName",void 0),__decorate$5([property({defaultValue:""})],List.prototype,"accessibleNameRef",void 0),__decorate$5([property({defaultValue:"list"})],List.prototype,"accessibleRole",void 0),__decorate$5([property({defaultValue:void 0,noAttribute:!0})],List.prototype,"accessibleRoleDescription",void 0),__decorate$5([property({type:Boolean})],List.prototype,"_inViewport",void 0),__decorate$5([property({type:Boolean})],List.prototype,"_loadMoreActive",void 0),__decorate$5([slot({type:HTMLElement,default:!0})],List.prototype,"items",void 0),__decorate$5([slot()],List.prototype,"header",void 0),List=List_1=__decorate$5([customElement({tag:"ui5-list",fastNavigation:!0,renderer:litRender,template:block0$4,styles:[styleData$B,styleData$4],dependencies:[BusyIndicator$1,DropIndicator$1]}),event("item-click",{detail:{item:{type:HTMLElement}}}),event("item-close",{detail:{item:{type:HTMLElement}}}),event("item-toggle",{detail:{item:{type:HTMLElement}}}),event("item-delete",{detail:{item:{type:HTMLElement}}}),event("selection-change",{detail:{selectedItems:{type:Array},previouslySelectedItems:{type:Array},targetItem:{type:HTMLElement},selectionComponentPressed:{type:Boolean},key:{type:String}}}),event("load-more"),event("item-focused",{detail:{item:{type:HTMLElement}}})],List),List.define();const List$1=List;var __decorate$4=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Option=class extends UI5Element{get stableDomRef(){return this.getAttribute("stable-dom-ref")||`${this._id}-stable-dom-ref`}};__decorate$4([property({type:Boolean})],Option.prototype,"selected",void 0),__decorate$4([property({type:Boolean})],Option.prototype,"disabled",void 0),__decorate$4([property()],Option.prototype,"title",void 0),__decorate$4([property({defaultValue:null})],Option.prototype,"icon",void 0),__decorate$4([property()],Option.prototype,"value",void 0),__decorate$4([property()],Option.prototype,"additionalText",void 0),__decorate$4([property({type:Boolean})],Option.prototype,"focused",void 0),__decorate$4([slot({type:Node,default:!0,invalidateOnChildChange:!0})],Option.prototype,"text",void 0),Option=__decorate$4([customElement("ui5-option")],Option),Option.define();const Option$1=Option,name$3="edit",pathData$3="M475 104q5 7 5 12 0 6-5 11L150 453q-4 4-8 4L32 480l22-110q0-5 4-9L384 36q4-4 11-4t11 4zm-121 99l-46-45L84 381l46 46zm87-88l-46-44-64 64 45 45z",ltr$3=!1,collection$3="SAP-icons-v4",packageName$3="@ui5/webcomponents-icons";registerIcon("edit",{pathData:pathData$3,ltr:false,collection:collection$3,packageName:packageName$3});const name$2="edit",pathData$2="M505 94q7 7 7 18t-6 17L130 505q-7 7-18 7H26q-11 0-18.5-7.5T0 486v-86q1-10 6-16L382 7q7-7 18-7t18 7zm-55 18l-50-50-50 50 50 50zm-86 86l-50-50L62 400l50 50z",ltr$2=!1,collection$2="SAP-icons-v5",packageName$2="@ui5/webcomponents-icons";var HighlightTypes;registerIcon("edit",{pathData:pathData$2,ltr:false,collection:collection$2,packageName:packageName$2}),isLegacyThemeFamily(),function(e){e.None="None",e.Success="Success",e.Warning="Warning",e.Error="Error",e.Information="Information"}(HighlightTypes||(HighlightTypes={}));const HighlightTypes$1=HighlightTypes;var ListItemType;!function(e){e.Inactive="Inactive",e.Active="Active",e.Detail="Detail",e.Navigation="Navigation"}(ListItemType||(ListItemType={}));const ListItemType$1=ListItemType;registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$3={packageName:"@ui5/webcomponents",fileName:"themes/ListItem.css.ts",content:'.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([actionable]:not([disabled])){cursor:pointer}:host([selected][actionable]:not([active]):not([data-moving]):hover){background:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([selected][active][actionable]:not([data-moving])){background:var(--sapList_Active_Background)}:host([actionable]:not([active]):not([selected]):hover){background:var(--sapList_Hover_Background)}:host([active][actionable]) .ui5-li-root.ui5-li--focusable:focus,:host([active][actionable]) .ui5-li-root.ui5-li--focusable .ui5-li-content:focus{outline-color:var(--sapContent_ContrastFocusColor)}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([additional-text-state="Warning"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Success"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Error"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image-content]){height:5rem}:host([image]) .ui5-li-content{height:3rem}:host([description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.375rem}.ui5-li-text-wrapper{display:flex;flex-direction:column;flex:auto;min-width:1px;line-height:normal}:host([description]) .ui5-li-text-wrapper{height:100%;justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5-v1-24-7_list_item_title_size)}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5-v1-24-7_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}.ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-img{width:var(--_ui5-v1-24-7_list_item_img_size);height:var(--_ui5-v1-24-7_list_item_img_size);border-radius:var(--ui5-v1-24-7-avatar-border-radius)}.ui5-li-img,.ui5-li-imgContent{min-width:var(--_ui5-v1-24-7_list_item_img_size);min-height:var(--_ui5-v1-24-7_list_item_img_size);margin-top:var(--_ui5-v1-24-7_list_item_img_top_margin);margin-bottom:var(--_ui5-v1-24-7_list_item_img_bottom_margin);margin-inline-end:var(--_ui5-v1-24-7_list_item_img_hn_margin)}.ui5-li-img-inner{object-fit:contain}.ui5-li-icon{min-width:var(--_ui5-v1-24-7_list_item_icon_size);min-height:var(--_ui5-v1-24-7_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5-v1-24-7_list_item_icon_padding-inline-end)}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5-v1-24-7_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5-v1-24-7_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5-v1-24-7_list_item_selection_btn_margin_top)}:host([_mode="SingleSelectBegin"]) .ui5-li-root{padding-inline:0 1rem}:host([_mode="MultiSelect"]) .ui5-li-root{padding-inline:0 1rem}:host([_mode="SingleSelectEnd"]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5-v1-24-7_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-v1-24-7-listitem-background-color);box-sizing:border-box}:host([highlight="Error"]) .ui5-li-highlight{background:var(--sapNegativeTextColor)}:host([highlight="Warning"]) .ui5-li-highlight{background:var(--sapCriticalTextColor)}:host([highlight="Success"]) .ui5-li-highlight{background:var(--sapPositiveTextColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformativeTextColor)}\n'};var ListItem_1,__decorate$3=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ListItem=ListItem_1=class extends ListItemBase$1{constructor(){super(),this.deactivateByKey=e=>{isEnter(e)&&this.deactivate()},this.deactivate=()=>{this.active&&(this.active=!1)};this._ontouchstart={handleEvent:e=>{this._onmousedown(e)},passive:!0}}onBeforeRendering(){this.actionable=(this.type===ListItemType$1.Active||this.type===ListItemType$1.Navigation)&&this._mode!==ListMode$1.Delete}onEnterDOM(){document.addEventListener("mouseup",this.deactivate),document.addEventListener("touchend",this.deactivate),document.addEventListener("keyup",this.deactivateByKey)}onExitDOM(){document.removeEventListener("mouseup",this.deactivate),document.removeEventListener("keyup",this.deactivateByKey),document.removeEventListener("touchend",this.deactivate)}_onkeydown(e){super._onkeydown(e);const t=this.type===ListItemType$1.Active,o=this.typeNavigation;isSpace(e)&&e.preventDefault(),(isSpace(e)||isEnter(e))&&(t||o)&&this.activate(),isEnter(e)&&this.fireItemPress(e)}_onkeyup(e){(isSpace(e)||isEnter(e))&&this.deactivate(),isSpace(e)&&this.fireItemPress(e),this.modeDelete&&isDelete(e)&&this.onDelete()}_onmousedown(e){"button"!==getEventMark(e)&&this.activate()}_onmouseup(e){"button"!==getEventMark(e)&&this.deactivate()}_ontouchend(e){this._onmouseup(e)}_onfocusout(){super._onfocusout(),this.deactivate()}_onclick(e){"button"!==getEventMark(e)&&this.fireItemPress(e)}_ondragstart(e){e.dataTransfer&&e.target===this._listItem&&(this.setAttribute("data-moving",""),e.dataTransfer.dropEffect="move",e.dataTransfer.effectAllowed="move")}_ondragend(e){e.target===this._listItem&&this.removeAttribute("data-moving")}onMultiSelectionComponentPress(e){this.isInactive||this.fireEvent("_selection-requested",{item:this,selected:e.target.checked,selectionComponentPressed:!0})}onSingleSelectionComponentPress(e){this.isInactive||this.fireEvent("_selection-requested",{item:this,selected:!e.target.checked,selectionComponentPressed:!0})}activate(){this.type!==ListItemType$1.Active&&this.type!==ListItemType$1.Navigation||(this.active=!0)}onDelete(){this.fireEvent("_selection-requested",{item:this,selectionComponentPressed:!1})}onDetailClick(){this.fireEvent("detail-click",{item:this,selected:this.selected})}fireItemPress(e){this.isInactive||this.disabled||(isEnter(e)&&e.preventDefault(),this.fireEvent("_press",{item:this,selected:this.selected,key:e.key}))}get isInactive(){return this.type===ListItemType$1.Inactive||this.type===ListItemType$1.Detail}get placeSelectionElementBefore(){return this._mode===ListMode$1.MultiSelect||this._mode===ListMode$1.SingleSelectBegin}get placeSelectionElementAfter(){return!this.placeSelectionElementBefore&&(this._mode===ListMode$1.SingleSelectEnd||this._mode===ListMode$1.Delete)}get modeSingleSelect(){return[ListMode$1.SingleSelectBegin,ListMode$1.SingleSelectEnd,ListMode$1.SingleSelect].includes(this._mode)}get modeMultiSelect(){return this._mode===ListMode$1.MultiSelect}get modeDelete(){return this._mode===ListMode$1.Delete}get renderDeleteButton(){return this.modeDelete}get typeDetail(){return this.type===ListItemType$1.Detail}get typeNavigation(){return this.type===ListItemType$1.Navigation}get typeActive(){return this.type===ListItemType$1.Active}get _ariaSelected(){if(this.modeMultiSelect||this.modeSingleSelect)return this.selected}get ariaSelectedText(){let e;return void 0!==this._ariaSelected&&(e=this._ariaSelected?ListItem_1.i18nBundle.getText(LIST_ITEM_SELECTED):ListItem_1.i18nBundle.getText(LIST_ITEM_NOT_SELECTED)),e}get deleteText(){return ListItem_1.i18nBundle.getText(DELETE)}get hasDeleteButtonSlot(){return!!this.deleteButton.length}get _accessibleNameRef(){return this.accessibleName?`${this._id}-invisibleText`:`${this._id}-content ${this._id}-invisibleText`}get _accInfo(){var e;return{role:this.accessibleRole||this.role,ariaExpanded:void 0,ariaLevel:void 0,ariaLabel:ListItem_1.i18nBundle.getText(ARIA_LABEL_LIST_ITEM_CHECKBOX),ariaLabelRadioButton:ListItem_1.i18nBundle.getText(ARIA_LABEL_LIST_ITEM_RADIO_BUTTON),ariaSelectedText:this.ariaSelectedText,ariaHaspopup:(null==(e=this.ariaHaspopup)?void 0:e.toLowerCase())||void 0,setsize:this.accessibilityAttributes.ariaSetsize,posinset:this.accessibilityAttributes.ariaPosinset,tooltip:this.tooltip||this.title}}get _hasHighlightColor(){return this.highlight!==HighlightTypes$1.None}get hasConfigurableMode(){return!0}get _listItem(){return this.shadowRoot.querySelector("li")}static async onDefine(){ListItem_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}};__decorate$3([property({type:ListItemType$1,defaultValue:ListItemType$1.Active})],ListItem.prototype,"type",void 0),__decorate$3([property({type:Object})],ListItem.prototype,"accessibilityAttributes",void 0),__decorate$3([property({type:Boolean})],ListItem.prototype,"navigated",void 0),__decorate$3([property({type:String,defaultValue:""})],ListItem.prototype,"tooltip",void 0),__decorate$3([property({type:Boolean})],ListItem.prototype,"active",void 0),__decorate$3([property()],ListItem.prototype,"title",void 0),__decorate$3([property({type:HighlightTypes$1,defaultValue:HighlightTypes$1.None})],ListItem.prototype,"highlight",void 0),__decorate$3([property({type:Boolean})],ListItem.prototype,"actionable",void 0),__decorate$3([property({defaultValue:"listitem"})],ListItem.prototype,"role",void 0),__decorate$3([property({defaultValue:void 0,noAttribute:!0})],ListItem.prototype,"accessibleRoleDescription",void 0),__decorate$3([property()],ListItem.prototype,"accessibleRole",void 0),__decorate$3([property({type:ListMode$1,defaultValue:ListMode$1.None})],ListItem.prototype,"_mode",void 0),__decorate$3([property({type:HasPopup$1,noAttribute:!0})],ListItem.prototype,"ariaHaspopup",void 0),__decorate$3([slot()],ListItem.prototype,"deleteButton",void 0),ListItem=ListItem_1=__decorate$3([customElement({languageAware:!0,styles:[ListItemBase$1.styles,styleData$3],dependencies:[Button$1,RadioButton$1,CheckBox$1]}),event("detail-click"),event("_press"),event("_focused"),event("_selection-requested")],ListItem);const ListItem$1=ListItem;function block0$3(e,t,o){return effectiveHtml`<div class="ui5-avatar-root" tabindex="${l$1(this.tabindex)}" data-sap-focus-ref @keyup=${this._onkeyup} @keydown=${this._onkeydown} @click=${this._onclick} role="${l$1(this._role)}" aria-haspopup="${l$1(this._ariaHasPopup)}" aria-label="${l$1(this.accessibleNameText)}" fallback-icon="${l$1(this._fallbackIcon)}">${this.hasImage?block1$3.call(this,e,t,o):block2$3.call(this,e,t,o)}<slot name="badge"></slot></div>`}function block1$3(e,t,o){return effectiveHtml`<slot></slot>`}function block2$3(e,t,o){return effectiveHtml`${this.icon?block3$3.call(this,e,t,o):void 0}${this.initials?block4$3.call(this,e,t,o):void 0}`}function block3$3(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} class="ui5-avatar-icon" name="${l$1(this.icon)}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon class="ui5-avatar-icon" name="${l$1(this.icon)}"></ui5-icon>`}function block4$3(e,t,o){return o?effectiveHtml`<span class="ui5-avatar-initials ui5-avatar-initials-hidden">${l$1(this.validInitials)}</span><${scopeTag("ui5-icon",t,o)} class="ui5-avatar-icon ui5-avatar-icon-fallback ui5-avatar-fallback-icon-hidden" name="${l$1(this.fallbackIcon)}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<span class="ui5-avatar-initials ui5-avatar-initials-hidden">${l$1(this.validInitials)}</span><ui5-icon class="ui5-avatar-icon ui5-avatar-icon-fallback ui5-avatar-fallback-icon-hidden" name="${l$1(this.fallbackIcon)}"></ui5-icon>`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$2={packageName:"@ui5/webcomponents",fileName:"themes/Avatar.css.ts",content:':host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v1-24-7-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v1-24-7_avatar_outline);outline-offset:var(--_ui5-v1-24-7_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v1-24-7-avatar-initials-border);outline:none;color:var(--ui5-v1-24-7-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v1-24-7_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v1-24-7_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v1-24-7_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v1-24-7_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v1-24-7_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_fontsize_S);width:var(--_ui5-v1-24-7_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_icon_XS);width:var(--_ui5-v1-24-7_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_icon_S);width:var(--_ui5-v1-24-7_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_icon_M);width:var(--_ui5-v1-24-7_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_icon_L);width:var(--_ui5-v1-24-7_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-7_avatar_icon_XL);width:var(--_ui5-v1-24-7_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v1-24-7-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v1-24-7-avatar-border-radius) - var(--ui5-v1-24-7-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v1-24-7-avatar-accent6);color:var(--ui5-v1-24-7-avatar-accent6-color);border-color:var(--ui5-v1-24-7-avatar-accent6-border-color)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v1-24-7-avatar-accent1);color:var(--ui5-v1-24-7-avatar-accent1-color);border-color:var(--ui5-v1-24-7-avatar-accent1-border-color)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v1-24-7-avatar-accent2);color:var(--ui5-v1-24-7-avatar-accent2-color);border-color:var(--ui5-v1-24-7-avatar-accent2-border-color)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v1-24-7-avatar-accent3);color:var(--ui5-v1-24-7-avatar-accent3-color);border-color:var(--ui5-v1-24-7-avatar-accent3-border-color)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v1-24-7-avatar-accent4);color:var(--ui5-v1-24-7-avatar-accent4-color);border-color:var(--ui5-v1-24-7-avatar-accent4-border-color)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v1-24-7-avatar-accent5);color:var(--ui5-v1-24-7-avatar-accent5-color);border-color:var(--ui5-v1-24-7-avatar-accent5-border-color)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v1-24-7-avatar-accent7);color:var(--ui5-v1-24-7-avatar-accent7-color);border-color:var(--ui5-v1-24-7-avatar-accent7-border-color)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v1-24-7-avatar-accent8);color:var(--ui5-v1-24-7-avatar-accent8-color);border-color:var(--ui5-v1-24-7-avatar-accent8-border-color)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v1-24-7-avatar-accent9);color:var(--ui5-v1-24-7-avatar-accent9-color);border-color:var(--ui5-v1-24-7-avatar-accent9-border-color)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v1-24-7-avatar-accent10);color:var(--ui5-v1-24-7-avatar-accent10-color);border-color:var(--ui5-v1-24-7-avatar-accent10-border-color)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v1-24-7-avatar-placeholder);color:var(--ui5-v1-24-7-avatar-placeholder-color);border-color:var(--ui5-v1-24-7-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v1-24-7-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v1-24-7-badge-height: 1.125rem;--_ui5-v1-24-7-badge-border-radius: 50%;--ui5-v1-24-7-badge-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v1-24-7-badge-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v1-24-7-badge-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v1-24-7-badge-height: 1.25rem;--_ui5-v1-24-7-badge-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v1-24-7-badge-height: 1.75rem;--_ui5-v1-24-7-badge-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}\n'};var AvatarSize;!function(e){e.XS="XS",e.S="S",e.M="M",e.L="L",e.XL="XL"}(AvatarSize||(AvatarSize={}));const AvatarSize$1=AvatarSize;var AvatarShape;!function(e){e.Circle="Circle",e.Square="Square"}(AvatarShape||(AvatarShape={}));const AvatarShape$1=AvatarShape;var AvatarColorScheme;!function(e){e.Accent1="Accent1",e.Accent2="Accent2",e.Accent3="Accent3",e.Accent4="Accent4",e.Accent5="Accent5",e.Accent6="Accent6",e.Accent7="Accent7",e.Accent8="Accent8",e.Accent9="Accent9",e.Accent10="Accent10",e.Placeholder="Placeholder"}(AvatarColorScheme||(AvatarColorScheme={}));const AvatarColorScheme$1=AvatarColorScheme,name$1="employee",pathData$1="M448 512H64V384q0-26 10-49.5t27.5-41T142 266t50-10h64q-27 0-50-10t-40.5-27.5T138 178t-10-50q0-26 10-49.5t27.5-41T206 10t50-10q26 0 49.5 10t41 27.5 27.5 41 10 49.5q0 27-10 50t-27.5 40.5-41 27.5-49.5 10h64q26 0 49.5 10t41 27.5 27.5 41 10 49.5v128zM96 384v96h320v-96q0-40-28-68t-68-28H192q-40 0-68 28t-28 68zm160-160q40 0 68-28t28-68-28-68-68-28-68 28-28 68 28 68 68 28zm32 192v-32h96v32h-96z",ltr$1=!1,collection$1="SAP-icons-v4",packageName$1="@ui5/webcomponents-icons";registerIcon(name$1,{pathData:pathData$1,ltr:false,collection:collection$1,packageName:packageName$1});const name="employee",pathData="M342 255q48 23 77 67.5t29 99.5v32q0 11-7.5 18.5T422 480H90q-11 0-18.5-7.5T64 454v-32q0-55 29-99.5t77-67.5l-4-5q-19-17-28.5-40.5T128 160q0-27 10-50t27.5-40.5 41-27.5T256 32t49.5 10.5 41 28T374 111t10 49q0 27-11 52t-31 43zm-163-95q0 32 22.5 54.5T256 237t54.5-22.5T333 160t-22.5-54.5T256 83t-54.5 22.5T179 160zm51 181l-25-15q-13-7-13-19v-6q-34 17-55.5 49T115 422v7h115v-88zm167 81q0-40-21-72t-56-49v6q0 12-13 19l-26 15v88h116v-7zm-71-70q11 0 18.5 7.5T352 378t-7.5 18-18.5 7h-12q-11 0-18.5-7t-7.5-18 7.5-18.5T314 352h12z",ltr=!1,collection="SAP-icons-v5",packageName="@ui5/webcomponents-icons";registerIcon(name,{pathData:pathData,ltr:ltr,collection:collection,packageName:packageName}),isLegacyThemeFamily();var Avatar_1,__decorate$2=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Avatar=Avatar_1=class extends UI5Element{constructor(){super(),this._handleResizeBound=this.handleResize.bind(this)}static async onDefine(){Avatar_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}get tabindex(){return this.forcedTabIndex||(this._interactive?"0":"-1")}get effectiveSize(){return this.getAttribute("size")||this._size}get"еffectiveBackgroundColor"(){return this.getAttribute("color-scheme")||this._colorScheme}get _role(){return this._interactive?"button":"img"}get _ariaHasPopup(){return this._getAriaHasPopup()}get _fallbackIcon(){return""===this.fallbackIcon&&(this.fallbackIcon="employee"),this.fallbackIcon}get _interactive(){return this.interactive&&!this.disabled}get validInitials(){return this.initials&&/^[a-zA-Zà-üÀ-Ü]{1,3}$/.test(this.initials)?this.initials:null}get accessibleNameText(){return this.accessibleName?this.accessibleName:Avatar_1.i18nBundle.getText(AVATAR_TOOLTIP)||void 0}get hasImage(){return this._hasImage=!!this.image.length,this._hasImage}get initialsContainer(){return this.getDomRef().querySelector(".ui5-avatar-initials")}get fallBackIconDomRef(){return this.getDomRef().querySelector(".ui5-avatar-icon-fallback")}onBeforeRendering(){this._onclick=this._interactive?this._onClickHandler.bind(this):void 0}async onAfterRendering(){await renderFinished(),this.initials&&!this.icon&&this._checkInitials()}onEnterDOM(){isDesktop()&&this.setAttribute("desktop",""),this.initialsContainer&&ResizeHandler.register(this.initialsContainer,this._handleResizeBound)}onExitDOM(){this.initialsContainer&&ResizeHandler.deregister(this.initialsContainer,this._handleResizeBound)}handleResize(){this.initials&&!this.icon&&this._checkInitials()}_checkInitials(){const e=this.getDomRef(),t=e.querySelector(".ui5-avatar-initials");this.validInitials&&t&&t.scrollWidth<=e.scrollWidth?this.showInitials():this.showFallbackIcon()}showFallbackIcon(){var e,t;null==(e=this.initialsContainer)||e.classList.add("ui5-avatar-initials-hidden"),null==(t=this.fallBackIconDomRef)||t.classList.remove("ui5-avatar-fallback-icon-hidden")}showInitials(){var e,t;null==(e=this.initialsContainer)||e.classList.remove("ui5-avatar-initials-hidden"),null==(t=this.fallBackIconDomRef)||t.classList.add("ui5-avatar-fallback-icon-hidden")}_onClickHandler(e){e.stopPropagation(),this._fireClick()}_onkeydown(e){this._interactive&&(isEnter(e)&&this._fireClick(),isSpace(e)&&e.preventDefault())}_onkeyup(e){this._interactive&&!e.shiftKey&&isSpace(e)&&this._fireClick()}_fireClick(){this.fireEvent("click")}_getAriaHasPopup(){if(this._interactive&&""!==this.ariaHaspopup)return this.ariaHaspopup}};__decorate$2([property({type:Boolean})],Avatar.prototype,"disabled",void 0),__decorate$2([property({type:Boolean})],Avatar.prototype,"interactive",void 0),__decorate$2([property()],Avatar.prototype,"icon",void 0),__decorate$2([property()],Avatar.prototype,"fallbackIcon",void 0),__decorate$2([property()],Avatar.prototype,"initials",void 0),__decorate$2([property({type:AvatarShape$1,defaultValue:AvatarShape$1.Circle})],Avatar.prototype,"shape",void 0),__decorate$2([property({type:AvatarSize$1,defaultValue:AvatarSize$1.S})],Avatar.prototype,"size",void 0),__decorate$2([property({type:AvatarSize$1,defaultValue:AvatarSize$1.S})],Avatar.prototype,"_size",void 0),__decorate$2([property({type:AvatarColorScheme$1,defaultValue:AvatarColorScheme$1.Accent6})],Avatar.prototype,"colorScheme",void 0),__decorate$2([property({type:AvatarColorScheme$1,defaultValue:AvatarColorScheme$1.Accent6})],Avatar.prototype,"_colorScheme",void 0),__decorate$2([property()],Avatar.prototype,"accessibleName",void 0),__decorate$2([property()],Avatar.prototype,"ariaHaspopup",void 0),__decorate$2([property({noAttribute:!0})],Avatar.prototype,"forcedTabIndex",void 0),__decorate$2([property({type:Boolean})],Avatar.prototype,"_hasImage",void 0),__decorate$2([slot({type:HTMLElement,default:!0})],Avatar.prototype,"image",void 0),__decorate$2([slot()],Avatar.prototype,"badge",void 0),Avatar=Avatar_1=__decorate$2([customElement({tag:"ui5-avatar",languageAware:!0,renderer:litRender,styles:styleData$2,template:block0$3,dependencies:[Icon$1]}),event("click")],Avatar),Avatar.define();const Avatar$1=Avatar;function block0$2(e,t,o){return effectiveHtml`<li part="native-li" data-sap-focus-ref tabindex="${l$1(this._effectiveTabIndex)}" class="${o$2(this.classes.main)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @mouseup="${this._onmouseup}" @mousedown="${this._onmousedown}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" @click="${this._onclick}" draggable="${l$1(this.movable)}" @dragstart="${this._ondragstart}" @dragend="${this._ondragend}" role="${l$1(this._accInfo.role)}" aria-expanded="${l$1(this._accInfo.ariaExpanded)}" title="${l$1(this._accInfo.tooltip)}" aria-level="${l$1(this._accInfo.ariaLevel)}" aria-haspopup="${l$1(this._accInfo.ariaHaspopup)}" aria-posinset="${l$1(this._accInfo.posinset)}" aria-roledescription="${l$1(this.accessibleRoleDescription)}" aria-setsize="${l$1(this._accInfo.setsize)}" aria-describedby="${l$1(this._id)}-invisibleText-describedby" aria-labelledby="${l$1(this._accessibleNameRef)}" aria-disabled="${l$1(this._ariaDisabled)}" aria-selected="${l$1(this._accInfo.ariaSelected)}" aria-checked="${l$1(this._accInfo.ariaChecked)}" aria-owns="${l$1(this._accInfo.ariaOwns)}">${this.placeSelectionElementBefore?block1$2.call(this,e,t,o):void 0}${this._hasHighlightColor?block7$1.call(this,e,t,o):void 0}<div part="content" id="${l$1(this._id)}-content" class="ui5-li-content">${this.hasImageContent?block8$1.call(this,e,t,o):block9$1.call(this,e,t,o)}${this.displayIconBegin?block11$1.call(this,e,t,o):void 0}<div class="ui5-li-text-wrapper"><span part="title" class="ui5-li-title"><slot></slot></span>${this.description?block12$1.call(this,e,t,o):void 0}${this.typeActive?void 0:block14$1.call(this,e,t,o)}</div>${this.description?void 0:block15$1.call(this,e,t,o)}</div>${this.displayIconEnd?block17.call(this,e,t,o):void 0}${this.typeDetail?block18.call(this,e,t,o):void 0}${this.typeNavigation?block19.call(this,e,t,o):void 0}${this.navigated?block20.call(this,e,t,o):void 0}${this.placeSelectionElementAfter?block21.call(this,e,t,o):void 0}<span id="${l$1(this._id)}-invisibleText" class="ui5-hidden-text">${l$1(this._accInfo.listItemAriaLabel)}${l$1(this.accessibleName)}</span><span id="${l$1(this._id)}-invisibleText-describedby" class="ui5-hidden-text">${l$1(this._accInfo.ariaSelectedText)}</span></li> `}function block1$2(e,t,o){return effectiveHtml`${this.modeSingleSelect?block2$2.call(this,e,t,o):void 0}${this.modeMultiSelect?block3$2.call(this,e,t,o):void 0}${this.renderDeleteButton?block4$2.call(this,e,t,o):void 0}`}function block2$2(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-radio-button",t,o)} part="radio" ?disabled="${this.isInactive}" accessible-name="${l$1(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${l$1(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button",t,o)}>`:effectiveHtml`<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${l$1(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${l$1(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`}function block3$2(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-checkbox",t,o)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${l$1(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${l$1(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox",t,o)}>`:effectiveHtml`<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${l$1(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${l$1(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`}function block4$2(e,t,o){return effectiveHtml`<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot?block5$2.call(this,e,t,o):block6$1.call(this,e,t,o)}</div>`}function block5$2(e,t,o){return effectiveHtml`<slot name="deleteButton"></slot>`}function block6$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-button",t,o)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${l$1(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${l$1(this.deleteText)}"></${scopeTag("ui5-button",t,o)}>`:effectiveHtml`<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${l$1(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${l$1(this.deleteText)}"></ui5-button>`}function block7$1(e,t,o){return effectiveHtml`<div class="ui5-li-highlight"></div>`}function block8$1(e,t,o){return effectiveHtml`<div class="ui5-li-imgContent"><slot name="imageContent"></slot></div>`}function block9$1(e,t,o){return effectiveHtml`${this.displayImage?block10$1.call(this,e,t,o):void 0}`}function block10$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-avatar",t,o)} shape="Square" class="ui5-li-img"><img src="${l$1(this.image)}" class="ui5-li-img-inner" /></${scopeTag("ui5-avatar",t,o)}>`:effectiveHtml`<ui5-avatar shape="Square" class="ui5-li-img"><img src="${l$1(this.image)}" class="ui5-li-img-inner" /></ui5-avatar>`}function block11$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} part="icon" name="${l$1(this.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon part="icon" name="${l$1(this.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`}function block12$1(e,t,o){return effectiveHtml`<div class="ui5-li-description-info-wrapper"><span part="description" class="ui5-li-desc">${l$1(this.description)}</span>${this.additionalText?block13$1.call(this,e,t,o):void 0}</div>`}function block13$1(e,t,o){return effectiveHtml`<span part="additional-text" class="ui5-li-additional-text">${l$1(this.additionalText)}</span>`}function block14$1(e,t,o){return effectiveHtml`<span class="ui5-hidden-text">${l$1(this.type)}</span>`}function block15$1(e,t,o){return effectiveHtml`${this.additionalText?block16$1.call(this,e,t,o):void 0}`}function block16$1(e,t,o){return effectiveHtml`<span part="additional-text" class="ui5-li-additional-text">${l$1(this.additionalText)}</span>`}function block17(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} part="icon" name="${l$1(this.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon part="icon" name="${l$1(this.icon)}" class="ui5-li-icon" accessible-role="presentation" aria-hidden="true"></ui5-icon>`}function block18(e,t,o){return o?effectiveHtml`<div class="ui5-li-detailbtn"><${scopeTag("ui5-button",t,o)} part="detail-button" design="Transparent" icon="edit" @click="${this.onDetailClick}"></${scopeTag("ui5-button",t,o)}></div>`:effectiveHtml`<div class="ui5-li-detailbtn"><ui5-button part="detail-button" design="Transparent" icon="edit" @click="${this.onDetailClick}"></ui5-button></div>`}function block19(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} name ="slim-arrow-right"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon name ="slim-arrow-right"></ui5-icon>`}function block20(e,t,o){return effectiveHtml`<div class="ui5-li-navigated"></div>`}function block21(e,t,o){return effectiveHtml`${this.modeSingleSelect?block22.call(this,e,t,o):void 0}${this.modeMultiSelect?block23.call(this,e,t,o):void 0}${this.renderDeleteButton?block24.call(this,e,t,o):void 0}`}function block22(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-radio-button",t,o)} part="radio" ?disabled="${this.isInactive}" accessible-name="${l$1(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${l$1(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button",t,o)}>`:effectiveHtml`<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${l$1(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${l$1(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`}function block23(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-checkbox",t,o)} part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${l$1(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${l$1(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></${scopeTag("ui5-checkbox",t,o)}>`:effectiveHtml`<ui5-checkbox part="checkbox" ?disabled="${this.isInactive}" ?indeterminate=${this.indeterminate} tabindex="-1" id="${l$1(this._id)}-multiSelectionElement" class="ui5-li-multisel-cb" ?checked="${this.selected}" accessible-name="${l$1(this._accInfo.ariaLabel)}" @click="${this.onMultiSelectionComponentPress}"></ui5-checkbox>`}function block24(e,t,o){return effectiveHtml`<div class="ui5-li-deletebtn">${this.hasDeleteButtonSlot?block25.call(this,e,t,o):block26.call(this,e,t,o)}</div>`}function block25(e,t,o){return effectiveHtml`<slot name="deleteButton"></slot>`}function block26(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-button",t,o)} part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${l$1(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${l$1(this.deleteText)}"></${scopeTag("ui5-button",t,o)}>`:effectiveHtml`<ui5-button part="delete-button" tabindex="-1" data-sap-no-tab-ref id="${l$1(this._id)}-deleteSelectionElement" design="Transparent" icon="decline" ?disabled="${this.disableDeleteButton}" @click="${this.onDelete}" tooltip="${l$1(this.deleteText)}"></ui5-button>`}var __decorate$1=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let StandardListItem=class extends ListItem$1{onBeforeRendering(){super.onBeforeRendering(),this.hasTitle=!!this.textContent,this._hasImageContent=this.hasImageContent}get displayImage(){return!!this.image}get displayIconBegin(){return!(!this.icon||this.iconEnd)}get displayIconEnd(){return!(!this.icon||!this.iconEnd)}get hasImageContent(){return!!this.imageContent.length}};__decorate$1([property()],StandardListItem.prototype,"description",void 0),__decorate$1([property()],StandardListItem.prototype,"icon",void 0),__decorate$1([property({type:Boolean})],StandardListItem.prototype,"iconEnd",void 0),__decorate$1([property()],StandardListItem.prototype,"image",void 0),__decorate$1([property()],StandardListItem.prototype,"additionalText",void 0),__decorate$1([property({type:ValueState$1,defaultValue:ValueState$1.None})],StandardListItem.prototype,"additionalTextState",void 0),__decorate$1([property()],StandardListItem.prototype,"accessibleName",void 0),__decorate$1([property({type:WrappingType$1,defaultValue:WrappingType$1.None})],StandardListItem.prototype,"wrappingType",void 0),__decorate$1([property({type:Boolean})],StandardListItem.prototype,"hasTitle",void 0),__decorate$1([property({type:Boolean})],StandardListItem.prototype,"_hasImageContent",void 0),__decorate$1([slot()],StandardListItem.prototype,"imageContent",void 0),StandardListItem=__decorate$1([customElement({tag:"ui5-li",template:block0$2,dependencies:[...ListItem$1.dependencies,Icon$1,Avatar$1]})],StandardListItem),StandardListItem.define();const StandardListItem$1=StandardListItem;function block0$1(e,t,o){return effectiveHtml`<div class="ui5-select-root ui5-input-focusable-element" id="${l$1(this._id)}-select" @click="${this._onclick}">${this.selectedOptionIcon?block1$1.call(this,e,t,o):void 0}<div class="ui5-select-label-root" data-sap-focus-ref tabindex="${l$1(this._effectiveTabIndex)}" role="combobox" aria-haspopup="listbox" aria-label="${l$1(this.ariaLabelText)}" aria-describedby="${l$1(this.valueStateTextId)}" aria-disabled="${l$1(this.isDisabled)}" aria-required="${l$1(this.required)}" aria-readonly="${l$1(this.readonly)}" aria-expanded="${l$1(this._isPickerOpen)}" aria-roledescription="${l$1(this._ariaRoleDescription)}" @keydown="${this._onkeydown}" @keypress="${this._handleKeyboardNavigation}" @keyup="${this._onkeyup}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this.hasCustomLabel?block2$1.call(this,e,t,o):block3$1.call(this,e,t,o)}</div>${this.readonly?void 0:block4$1.call(this,e,t,o)}${this.hasValueState?block5$1.call(this,e,t,o):void 0}<slot name="formSupport"></slot></div>`}function block1$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} aria-hidden="true" class="ui5-select-option-icon" name="${l$1(this.selectedOptionIcon)}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon aria-hidden="true" class="ui5-select-option-icon" name="${l$1(this.selectedOptionIcon)}"></ui5-icon>`}function block2$1(e,t,o){return effectiveHtml`<slot name="label"></slot>`}function block3$1(e,t,o){return effectiveHtml`${l$1(this._text)}`}function block4$1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-icon",t,o)} name="slim-arrow-down" input-icon ?pressed="${this._iconPressed}"></${scopeTag("ui5-icon",t,o)}>`:effectiveHtml`<ui5-icon name="slim-arrow-down" input-icon ?pressed="${this._iconPressed}"></ui5-icon>`}function block5$1(e,t,o){return effectiveHtml`<span id="${l$1(this._id)}-valueStateDesc" class="ui5-hidden-text">${l$1(this.valueStateText)}</span>`}function block0(e,t,o){return effectiveHtml`${this.options?block1.call(this,e,t,o):void 0}${this.shouldOpenValueStateMessagePopover?block13.call(this,e,t,o):void 0}`}function block1(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-responsive-popover",t,o)} hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${o$2(this.classes.popover)}" horizontal-align="Left" @ui5-after-open="${l$1(this._afterOpen)}" @ui5-before-open="${l$1(this._beforeOpen)}" @ui5-after-close="${l$1(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone?block2.call(this,e,t,o):void 0}${this._isPhone?void 0:block7.call(this,e,t,o)}<${scopeTag("ui5-list",t,o)} mode="SingleSelectAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${l$1(this._handleItemPress)}">${c(this._syncedOptions,((e,t)=>e._id||t),((i,a)=>block12.call(this,e,t,o,i,a)))}</${scopeTag("ui5-list",t,o)}></${scopeTag("ui5-responsive-popover",t,o)}>`:effectiveHtml`<ui5-responsive-popover hide-arrow _disable-initial-focus placement-type="Bottom" class="ui5-select-popover ${o$2(this.classes.popover)}" horizontal-align="Left" @ui5-after-open="${l$1(this._afterOpen)}" @ui5-before-open="${l$1(this._beforeOpen)}" @ui5-after-close="${l$1(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone?block2.call(this,e,t,o):void 0}${this._isPhone?void 0:block7.call(this,e,t,o)}<ui5-list mode="SingleSelectAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${l$1(this._handleItemPress)}">${c(this._syncedOptions,((e,t)=>e._id||t),((i,a)=>block12.call(this,e,t,o,i,a)))}</ui5-list></ui5-responsive-popover>`}function block2(e,t,o){return o?effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><${scopeTag("ui5-button",t,o)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></${scopeTag("ui5-button",t,o)}></div>${this.hasValueStateText?block3.call(this,e,t,o):void 0}</div>`:effectiveHtml`<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${l$1(this._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></ui5-button></div>${this.hasValueStateText?block3.call(this,e,t,o):void 0}</div>`}function block3(e,t,o){return effectiveHtml`<div class="${o$2(this.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${this.shouldDisplayDefaultValueStateMessage?block4.call(this,e,t,o):block5.call(this,e,t,o)}</div>`}function block4(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block5(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block6.call(this,e,t,o,i,a)))}`}function block6(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}function block7(e,t,o){return effectiveHtml`${this.hasValueStateText?block8.call(this,e,t,o):void 0}`}function block8(e,t,o){return o?effectiveHtml`<div class="${o$2(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.shouldDisplayDefaultValueStateMessage?block9.call(this,e,t,o):block10.call(this,e,t,o)}</div>`:effectiveHtml`<div class="${o$2(this.classes.popoverValueState)}" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage?block9.call(this,e,t,o):block10.call(this,e,t,o)}</div>`}function block9(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block10(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block11.call(this,e,t,o,i,a)))}`}function block11(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}function block12(e,t,o,i,a){return o?effectiveHtml`<${scopeTag("ui5-li",t,o)} id="${l$1(i.id)}-li" icon="${l$1(i.icon)}" ?selected="${i.selected}" ?focused="${i.focused}" title="${l$1(i.title)}" additional-text="${l$1(i.additionalText)}" ?aria-selected="${i.selected}" data-ui5-stable="${l$1(i.stableDomRef)}">${l$1(i.textContent)}</${scopeTag("ui5-li",t,o)}>`:effectiveHtml`<ui5-li id="${l$1(i.id)}-li" icon="${l$1(i.icon)}" ?selected="${i.selected}" ?focused="${i.focused}" title="${l$1(i.title)}" additional-text="${l$1(i.additionalText)}" ?aria-selected="${i.selected}" data-ui5-stable="${l$1(i.stableDomRef)}">${l$1(i.textContent)}</ui5-li>`}function block13(e,t,o){return o?effectiveHtml`<${scopeTag("ui5-popover",t,o)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon",t,o)} class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon",t,o)}>${this.shouldDisplayDefaultValueStateMessage?block14.call(this,e,t,o):block15.call(this,e,t,o)}</div></${scopeTag("ui5-popover",t,o)}>`:effectiveHtml`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement-type="Bottom" horizontal-align="Left"><div class="${o$2(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${l$1(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage?block14.call(this,e,t,o):block15.call(this,e,t,o)}</div></ui5-popover>`}function block14(e,t,o){return effectiveHtml`${l$1(this.valueStateText)}`}function block15(e,t,o){return effectiveHtml`${c(this.valueStateMessageText,((e,t)=>e._id||t),((i,a)=>block16.call(this,e,t,o,i,a)))}`}function block16(e,t,o,i,a){return effectiveHtml`${l$1(i)}`}registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData$1={packageName:"@ui5/webcomponents",fileName:"themes/Select.css.ts",content:':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}[input-icon]{color:var(--_ui5-v1-24-7_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v1-24-7_input_icon_padding);border-inline-start:var(--_ui5-v1-24-7_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v1-24-7_input_icon_border_radius)}[input-icon][pressed]{background:var(--_ui5-v1-24-7_input_icon_pressed_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow);border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);color:var(--_ui5-v1-24-7_input_icon_pressed_color)}[input-icon]:not([pressed]):not(:active):hover{background:var(--_ui5-v1-24-7_input_icon_hover_bg);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}[input-icon]:hover{border-inline-start:var(--_ui5-v1-24-7_select_hover_icon_left_border);box-shadow:var(--_ui5-v1-24-7_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5-v1-24-7_input_width);min-width:calc(var(--_ui5-v1-24-7_input_min_width) + (var(--_ui5-v1-24-7-input-icons-count)*var(--_ui5-v1-24-7_input_icon_width)));margin:var(--_ui5-v1-24-7_input_margin_top_bottom) 0;height:var(--_ui5-v1-24-7_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);font-style:normal;border:var(--_ui5-v1-24-7-input-border);border-radius:var(--_ui5-v1-24-7_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5-v1-24-7_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5-v1-24-7_input_focused_border_color);background-color:var(--sapField_Focus_Background)}.ui5-input-focusable-element{position:relative}:host([focused]:not([opened])) .ui5-input-focusable-element:after{content:var(--ui5-v1-24-7_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v1-24-7_input_focus_outline_color);border-radius:var(--_ui5-v1-24-7_input_focus_border_radius);top:var(--_ui5-v1-24-7_input_focus_offset);bottom:var(--_ui5-v1-24-7_input_focus_offset);left:var(--_ui5-v1-24-7_input_focus_offset);right:var(--_ui5-v1-24-7_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5-v1-24-7_input_readonly_focus_offset);bottom:var(--_ui5-v1-24-7_input_readonly_focus_offset);left:var(--_ui5-v1-24-7_input_readonly_focus_offset);right:var(--_ui5-v1-24-7_input_readonly_focus_offset);border-radius:var(--_ui5-v1-24-7_input_readonly_focus_border_radius)}.ui5-input-root:before{content:"";position:absolute;width:calc(100% - 2px);left:1px;bottom:-2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:var(--_ui5-v1-24-7_input_bottom_border_height);transition:var(--_ui5-v1-24-7_input_transition);background-color:var(--_ui5-v1-24-7_input_bottom_border_color)}.ui5-input-root{width:100%;height:100%;position:relative;background:transparent;display:inline-block;outline:none;box-sizing:border-box;color:inherit;transition:border-color .2s ease-in-out;border-radius:var(--_ui5-v1-24-7_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5-v1-24-7_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v1-24-7-input_disabled_background);border-color:var(--_ui5-v1-24-7_input_disabled_border_color)}:host([disabled]) .ui5-input-root:before,:host([readonly]) .ui5-input-root:before{content:none}[inner-input]{background:transparent;color:inherit;border:none;font-style:inherit;-webkit-appearance:none;-moz-appearance:textfield;padding:var(--_ui5-v1-24-7_input_inner_padding);box-sizing:border-box;min-width:var(--_ui5-v1-24-7_input_min_width);width:100%;text-overflow:ellipsis;flex:1;outline:none;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit}[inner-input][inner-input-with-icon]{padding:var(--_ui5-v1-24-7_input_inner_padding_with_icon)}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-v1-24-7-input-value-state-icon-display);align-items:center}.ui5-input-value-state-icon>svg{margin-right:8px}[inner-input]::selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}:host([disabled]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-webkit-input-placeholder{visibility:hidden}:host([disabled]) [inner-input]::-moz-placeholder{visibility:hidden}:host([readonly]) [inner-input]::-moz-placeholder{visibility:hidden}[inner-input]::-webkit-input-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_input_placeholder_style);color:var(--_ui5-v1-24-7_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v1-24-7_input_placeholder_style);color:var(--_ui5-v1-24-7_input_placeholder_color);padding-right:.125rem}:host([value-state="Error"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7-input_error_placeholder_color);font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Error"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7-input_error_placeholder_color);font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Warning"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Warning"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Success"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Success"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v1-24-7_input_placeholder_color)}.ui5-input-content{height:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;outline:none;background:transparent;color:inherit;border-radius:var(--_ui5-v1-24-7_input_border_radius)}:host([readonly]:not([disabled])){border-color:var(--_ui5-v1-24-7_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v1-24-7_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5-v1-24-7_input_hover_border);border-color:var(--_ui5-v1-24-7_input_focused_border_color);box-shadow:var(--sapField_Hover_Shadow);background:var(--sapField_Hover_BackgroundStyle);background-color:var(--sapField_Hover_Background)}:host(:not([value-state]):not([readonly])[focused]:not([opened]):hover),:host([value-state="None"]:not([readonly])[focused]:not([opened]):hover){box-shadow:none}:host([focused]):not([opened]) .ui5-input-root:before{content:none}:host(:not([readonly]):not([disabled])[value-state]:not([value-state="None"])){border-width:var(--_ui5-v1-24-7_input_state_border_width)}:host([value-state="Error"]) [inner-input],:host([value-state="Warning"]) [inner-input]{font-style:var(--_ui5-v1-24-7_input_error_warning_font_style);text-indent:var(--_ui5-v1-24-7_input_error_warning_text_indent)}:host([value-state="Error"]) [inner-input]{font-weight:var(--_ui5-v1-24-7_input_error_font_weight)}:host([value-state="Warning"]) [inner-input]{font-weight:var(--_ui5-v1-24-7_input_warning_font_weight)}:host([value-state="Error"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v1-24-7_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Error"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_error_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_border_color)}:host([value-state="Error"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_error_focus_outline_color)}:host([value-state="Error"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7-input-value-state-error-border-botom-color)}:host([value-state="Error"]:not([readonly]):not([focused]):hover),:host([value-state="Error"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5-v1-24-7_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Error"]:not([readonly]):not([disabled])),:host([value-state="Warning"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5-v1-24-7_input_error_warning_border_style)}:host([value-state="Warning"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v1-24-7_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Warning"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_border_color)}:host([value-state="Warning"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Warning"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_state_warning_border_botom_color)}:host([value-state="Warning"]:not([readonly]):not([focused]):hover),:host([value-state="Warning"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Success"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v1-24-7_input_value_state_success_border_color);border-width:var(--_ui5-v1-24-7_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Success"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_success_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_border_color)}:host([value-state="Success"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v1-24-7_input_focused_value_state_success_focus_outline_color)}:host([value-state="Success"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_state_success_border_botom_color)}:host([value-state="Success"]:not([readonly]):not([focused]):hover),:host([value-state="Success"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_SuccessShadow)}:host([value-state="Information"]:not([readonly]):not([disabled])){background:var(--sapField_InformationBackgroundStyle);background-color:var(--sapField_InformationBackground);border-color:var(--_ui5-v1-24-7_input_value_state_information_border_color);border-width:var(--_ui5-v1-24-7_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v1-24-7_input_focused_value_state_information_background);border-color:var(--_ui5-v1-24-7_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v1-24-7_input_value_success_information_border_botom_color)}:host([value-state="Information"]:not([readonly]):not([focused]):hover),:host([value-state="Information"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_InformationShadow)}.ui5-input-icon-root{min-width:var(--_ui5-v1-24-7_input_icon_min_width);height:100%;display:flex;justify-content:center;align-items:center}::slotted([ui5-icon][slot="icon"]){align-self:start;padding:var(--_ui5-v1-24-7_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Error"]) [input-icon],:host([value-state="Warning"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_icon_padding)}:host([value-state="Error"][focused]) [input-icon],:host([value-state="Warning"][focused]) [input-icon]{padding:var(--_ui5-v1-24-7_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_icon_padding)}:host([value-state="Information"][focused]) [input-icon]{padding:var(--_ui5-v1-24-7_input_information_focused_icon_padding)}:host([value-state="Error"]) ::slotted([input-icon][ui5-icon]),:host([value-state="Error"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Warning"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_error_warning_custom_icon_padding)}:host([value-state="Error"][focused]) ::slotted([input-icon][ui5-icon]),:host([value-state="Error"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Warning"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v1-24-7_input_information_custom_focused_icon_padding)}:host([value-state="Error"]) [input-icon]:active,:host([value-state="Error"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_error_pressed_color)}:host([value-state="Error"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_error_icon_box_shadow)}:host([value-state="Warning"]) [input-icon]:active,:host([value-state="Warning"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_warning_pressed_color)}:host([value-state="Warning"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_warning_icon_box_shadow)}:host([value-state="Information"]) [input-icon]:active,:host([value-state="Information"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_information_pressed_color)}:host([value-state="Information"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_information_icon_box_shadow)}:host([value-state="Success"]) [input-icon]:active,:host([value-state="Success"]) [input-icon][pressed]{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow);color:var(--_ui5-v1-24-7_input_icon_success_pressed_color)}:host([value-state="Success"]) [input-icon]:not([pressed]):not(:active):hover{box-shadow:var(--_ui5-v1-24-7_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_height);padding:0;width:var(--_ui5-v1-24-7_input_icon_width);min-width:var(--_ui5-v1-24-7_input_icon_width);display:flex;justify-content:center;align-items:center;box-sizing:border-box}:host([value-state]:not([value-state="None"]):not([value-state="Success"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Success"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v1-24-7_input_icon_wrapper_success_state_height)}[ui5-icon].ui5-input-clear-icon{padding:0;color:inherit}[inner-input]::-webkit-outer-spin-button,[inner-input]::-webkit-inner-spin-button{-webkit-appearance:inherit;margin:inherit}.ui5-select-root{min-width:calc(var(--_ui5-v1-24-7_input_min_width) + (var(--_ui5-v1-24-7-input-icons-count)*var(--_ui5-v1-24-7_input_icon_width)));width:100%;height:100%;display:flex;outline:none;cursor:pointer;overflow:hidden;border-radius:var(--_ui5-v1-24-7_input_border_radius)}.ui5-select-label-root{flex-shrink:1;flex-grow:1;align-self:center;min-width:1rem;padding-inline-start:.5rem;cursor:pointer;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--_ui5-v1-24-7_select_label_color);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400}.ui5-select-option-icon{padding-inline-start:.5rem;color:var(--sapField_TextColor);align-self:center}:host(:not([disabled])){cursor:pointer}\n'};registerThemePropertiesLoader("@ui5/webcomponents-theming","sap_horizon",(async()=>styleData$K)),registerThemePropertiesLoader("@ui5/webcomponents","sap_horizon",(async()=>styleData$J));const styleData={packageName:"@ui5/webcomponents",fileName:"themes/SelectPopover.css.ts",content:".ui5-select-popover::part(content),.ui5-select-popover::part(header){padding:0}.ui5-select-popover [ui5-li]{height:var(--_ui5-v1-24-7_list_item_dropdown_base_height)}.ui5-select-popover [ui5-li]::part(icon){color:var(--sapList_TextColor)}\n"};var Select_1,__decorate=function(e,t,o,i){var a,r=arguments.length,n=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(n=(r<3?a(n):r>3?a(t,o,n):a(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Select=Select_1=class extends UI5Element{constructor(){super(),this._syncedOptions=[],this._selectedIndexBeforeOpen=-1,this._escapePressed=!1,this._lastSelectedOption=null,this._typedChars="",this._onMenuClick=this.onMenuClick.bind(this),this._onMenuClose=this.onMenuClose.bind(this),this._onMenuOpen=this.onMenuOpen.bind(this),this._onMenuBeforeOpen=this.onMenuBeforeOpen.bind(this),this._onMenuChange=this.onMenuChange.bind(this),this._attachMenuListeners=this.attachMenuListeners.bind(this),this._detachMenuListeners=this.detachMenuListeners.bind(this),this._upgradeProperty("value")}onBeforeRendering(){const e=this._getSelectMenu();e?(e.value=this.value,e.selectId=this.__id):this._syncSelection(),this._enableFormSupport(),this.style.setProperty(getScopedVarName("--_ui5-input-icons-count"),`${this.iconsCount}`)}onAfterRendering(){this.toggleValueStatePopover(this.shouldOpenValueStateMessagePopover),this._isPickerOpen&&(this._listWidth||(this._listWidth=this.responsivePopover.offsetWidth)),this._attachRealDomRefs()}_onfocusin(){this.focused=!0}_onfocusout(){this.focused=!1}get _isPickerOpen(){const e=this._getSelectMenu();return e?e.open:!!this.responsivePopover&&this.responsivePopover.opened}async _respPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-responsive-popover]")}set value(e){const t=this._getSelectMenu();Array.from(t?t.children:this.children).filter((e=>!e.getAttribute("disabled"))).forEach((t=>{t.selected=!((t.getAttribute("value")||t.textContent)!==e)}))}get value(){var e,t;return(null==(e=this.selectedOption)?void 0:e.value)||(null==(t=this.selectedOption)?void 0:t.textContent)||""}get selectedOption(){return this.selectOptions.find((e=>e.selected))}onMenuClick(e){const t=e.detail.optionIndex;this._handleSelectionChange(t)}onMenuBeforeOpen(){this._beforeOpen()}onMenuOpen(){this._afterOpen()}onMenuClose(){this._afterClose()}onMenuChange(e){this._text=e.detail.text,this._selectedIndex=e.detail.selectedIndex}_toggleSelectMenu(){const e=this._getSelectMenu();e&&(e.open?e.close():e.showAt(this,this.offsetWidth))}onExitDOM(){const e=this._getSelectMenu();e&&this._detachMenuListeners(e)}async _toggleRespPopover(){if(this.disabled||this.readonly)return;this._iconPressed=!0;this._getSelectMenu()?this._toggleSelectMenu():(this.responsivePopover=await this._respPopover(),this._isPickerOpen?this.responsivePopover.close():this.responsivePopover.showAt(this))}async _attachRealDomRefs(){this.responsivePopover=await this._respPopover(),this.options.forEach((e=>{e._getRealDomRef=()=>this.responsivePopover.querySelector(`*[data-ui5-stable=${e.stableDomRef}]`)}))}_syncSelection(){let e=-1,t=-1;const o=this._filteredItems,i=o.map(((o,i)=>(o.selected&&(e=i),-1===t&&(t=i),o.selected=!1,o.focused=!1,{selected:!1,focused:!1,icon:o.icon,value:o.value,textContent:o.textContent,title:o.title,additionalText:o.additionalText,id:o._id,stableDomRef:o.stableDomRef})));e>-1?(i[e].selected=!0,i[e].focused=!0,o[e].selected=!0,o[e].focused=!0,this._text=i[e].textContent,this._selectedIndex=e):(this._text="",this._selectedIndex=-1,i[t]&&(i[t].selected=!0,i[t].focused=!0,o[t].selected=!0,o[t].focused=!0,this._selectedIndex=t,this._text=o[t].textContent)),this._syncedOptions=i}_getSelectMenu(){return connectToComponent({host:this,propName:"menu",onConnect:this._attachMenuListeners,onDisconnect:this._detachMenuListeners})}attachMenuListeners(e){e.addEventListener("ui5-after-close",this._onMenuClose),e.addEventListener("ui5-after-open",this._onMenuOpen),e.addEventListener("ui5-before-open",this._onMenuBeforeOpen),e.addEventListener("ui5-option-click",this._onMenuClick),e.addEventListener("ui5-menu-change",this._onMenuChange)}detachMenuListeners(e){e.removeEventListener("ui5-after-close",this._onMenuClose),e.removeEventListener("ui5-after-open",this._onMenuOpen),e.removeEventListener("ui5-before-open",this._onMenuBeforeOpen),e.removeEventListener("ui5-option-click",this._onMenuClick),e.removeEventListener("ui5-menu-change",this._onMenuChange)}_enableFormSupport(){const e=getFeature("FormSupport");e?e.syncNativeHiddenInput(this,((e,t)=>{const o=e;t.disabled=!!e.disabled,t.value=o.value})):this.name&&console.warn('In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";')}_onkeydown(e){if((isTabNext(e)||isTabPrevious(e))&&this._isPickerOpen){const e=this._getSelectMenu();e?e.close(!1,!1,!0):this.responsivePopover.close()}else isShow(e)?(e.preventDefault(),this._toggleRespPopover()):isSpace(e)?e.preventDefault():isEscape(e)&&this._isPickerOpen?this._escapePressed=!0:isHome(e)?this._handleHomeKey(e):isEnd(e)?this._handleEndKey(e):isEnter(e)?this._handleSelectionChange():(isUp(e)||isDown(e))&&this._handleArrowNavigation(e)}_handleKeyboardNavigation(e){if(isEnter(e)||this.readonly)return;const t=e.key.toLowerCase();this._typedChars+=t;const o=/^(.)\1+$/i.test(this._typedChars)?t:this._typedChars;clearTimeout(this._typingTimeoutID),this._typingTimeoutID=setTimeout((()=>{this._typedChars="",this._typingTimeoutID=-1}),1e3),this._selectTypedItem(o)}_selectTypedItem(e){const t=this._selectedIndex,o=this._searchNextItemByText(e);if(o){const e=this.selectOptions.indexOf(o);this._changeSelectedItem(this._selectedIndex,e),t!==this._selectedIndex&&(this.itemSelectionAnnounce(),this._scrollSelectedItem())}}_searchNextItemByText(e){let t=this.selectOptions.slice(0);const o=t.splice(this._selectedIndex+1,t.length-this._selectedIndex),i=t.splice(0,t.length-1);return t=o.concat(i),t.find((t=>(t.displayText||t.textContent||"").toLowerCase().startsWith(e)))}_handleHomeKey(e){e.preventDefault(),this.readonly||this._changeSelectedItem(this._selectedIndex,0)}_handleEndKey(e){if(e.preventDefault(),this.readonly)return;const t=this.selectOptions.length-1;this._changeSelectedItem(this._selectedIndex,t)}_onkeyup(e){isSpace(e)&&(this._isPickerOpen?this._handleSelectionChange():this._toggleRespPopover())}_getSelectedItemIndex(e){return this.selectOptions.findIndex((t=>`${t._id}-li`===e.id))}_select(e){this.selectOptions[this._selectedIndex].selected=!1,this._selectedIndex!==e&&this.fireEvent("live-change",{selectedOption:this.selectOptions[e]}),this._selectedIndex=e,this.selectOptions[e].selected=!0}_handleItemPress(e){const t=e.detail.item,o=this._getSelectedItemIndex(t);this._handleSelectionChange(o)}_itemMousedown(e){e.preventDefault()}_onclick(){this.getFocusDomRef().focus(),this._toggleRespPopover()}_handleSelectionChange(e=this._selectedIndex){this._select(e),this._toggleRespPopover()}_scrollSelectedItem(){var e;if(this._isPickerOpen){const t=null==(e=this._currentlySelectedOption)?void 0:e.getDomRef();t&&t.scrollIntoView({behavior:"auto",block:"nearest",inline:"nearest"})}}_handleArrowNavigation(e){if(e.preventDefault(),this.readonly)return;let t=-1;const o=this._selectedIndex;t=isDown(e)?this._getNextOptionIndex():this._getPreviousOptionIndex(),this._changeSelectedItem(this._selectedIndex,t),o!==this._selectedIndex&&(this.itemSelectionAnnounce(),this._scrollSelectedItem())}_changeSelectedItem(e,t){const o=this.selectOptions,i=o[e];i.selected=!1,i.focused=!1;const a=o[t];a.selected=!0,a.focused=!0,this._selectedIndex=t,this.fireEvent("live-change",{selectedOption:a}),this._isPickerOpen||this._fireChangeEvent(a)}_getNextOptionIndex(){const e=this._getSelectMenu();return e?this._selectedIndex===e.options.length-1?this._selectedIndex:this._selectedIndex+1:this._selectedIndex===this.options.length-1?this._selectedIndex:this._selectedIndex+1}_getPreviousOptionIndex(){return 0===this._selectedIndex?this._selectedIndex:this._selectedIndex-1}_beforeOpen(){this._selectedIndexBeforeOpen=this._selectedIndex,this._lastSelectedOption=this.selectOptions[this._selectedIndex]}_afterOpen(){this.opened=!0,this.fireEvent("open"),this.itemSelectionAnnounce(),this._scrollSelectedItem()}_afterClose(){this.opened=!1,this._iconPressed=!1,this._listWidth=0,this._escapePressed?(this._select(this._selectedIndexBeforeOpen),this._escapePressed=!1):this._lastSelectedOption!==this.selectOptions[this._selectedIndex]&&(this._fireChangeEvent(this.selectOptions[this._selectedIndex]),this._lastSelectedOption=this.selectOptions[this._selectedIndex]),this.fireEvent("close")}get selectOptions(){const e=this._getSelectMenu();return e?e.options:this._filteredItems}get hasCustomLabel(){return!!this.label.length}_fireChangeEvent(e){const t=!this.fireEvent("change",{selectedOption:e},!0);this.selectedItem=e.textContent,this.fireEvent("selected-item-changed"),t&&(this.selectedItem=this._lastSelectedOption.textContent,this._select(this._selectedIndexBeforeOpen))}get valueStateTextMappings(){return{[ValueState$1.Success]:Select_1.i18nBundle.getText(VALUE_STATE_SUCCESS),[ValueState$1.Information]:Select_1.i18nBundle.getText(VALUE_STATE_INFORMATION),[ValueState$1.Error]:Select_1.i18nBundle.getText(VALUE_STATE_ERROR),[ValueState$1.Warning]:Select_1.i18nBundle.getText(VALUE_STATE_WARNING)}}get valueStateTypeMappings(){return{[ValueState$1.Success]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),[ValueState$1.Information]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),[ValueState$1.Error]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),[ValueState$1.Warning]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}get valueStateText(){let e;return e=this.shouldDisplayDefaultValueStateMessage?this.valueStateDefaultText:this.valueStateMessageText.map((e=>e.textContent)).join(" "),`${this.valueStateTypeText} ${e}`}get valueStateDefaultText(){return this.valueState!==ValueState$1.None?this.valueStateTextMappings[this.valueState]:""}get valueStateTypeText(){return this.valueState!==ValueState$1.None?this.valueStateTypeMappings[this.valueState]:""}get hasValueState(){return this.valueState!==ValueState$1.None}get valueStateTextId(){return this.hasValueState?`${this._id}-valueStateDesc`:void 0}get isDisabled(){return this.disabled||void 0}get _headerTitleText(){return Select_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get _currentlySelectedOption(){return this.selectOptions[this._selectedIndex]}get _effectiveTabIndex(){return this.disabled||this.responsivePopover&&this.responsivePopover.opened?"-1":"0"}get _valueStateMessageInputIcon(){return this.valueState!==ValueState$1.None?{Error:"error",Warning:"alert",Success:"sys-enter-2",Information:"information"}[this.valueState]:""}get iconsCount(){return this.selectedOptionIcon?2:1}get classes(){return{popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage--success":this.valueState===ValueState$1.Success,"ui5-valuestatemessage--error":this.valueState===ValueState$1.Error,"ui5-valuestatemessage--warning":this.valueState===ValueState$1.Warning,"ui5-valuestatemessage--information":this.valueState===ValueState$1.Information},popover:{"ui5-select-popover-valuestate":this.hasValueState}}}get styles(){return{popoverHeader:{"max-width":`${this.offsetWidth}px`},responsivePopoverHeader:{display:this._filteredItems.length&&0===this._listWidth?"none":"inline-block",width:`${this._filteredItems.length?this._listWidth:this.offsetWidth}px`},responsivePopover:{"min-width":`${this.offsetWidth}px`}}}get ariaLabelText(){return getEffectiveAriaLabelText(this)}get valueStateMessageText(){return this.getSlottedNodes("valueStateMessage").map((e=>e.cloneNode(!0)))}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessageText.length&&this.hasValueStateText}get hasValueStateText(){return this.hasValueState&&this.valueState!==ValueState$1.Success}get shouldOpenValueStateMessagePopover(){return this.focused&&this.hasValueStateText&&!this._iconPressed&&!this._isPickerOpen&&!this._isPhone}get _ariaRoleDescription(){return Select_1.i18nBundle.getText(SELECT_ROLE_DESCRIPTION)}get _isPhone(){return isPhone()}get _filteredItems(){return this.options.filter((e=>!e.disabled))}itemSelectionAnnounce(){let e;const t=this.selectOptions.length,o=Select_1.i18nBundle.getText(LIST_ITEM_POSITION,this._selectedIndex+1,t);this.focused&&this._currentlySelectedOption&&(e=`${this._currentlySelectedOption.textContent} ${this._isPickerOpen?o:""}`,announce(e))}async openValueStatePopover(){this.valueStatePopover=await this._getPopover(),this.valueStatePopover&&this.valueStatePopover.showAt(this)}closeValueStatePopover(){this.valueStatePopover&&this.valueStatePopover.close()}toggleValueStatePopover(e){e?this.openValueStatePopover():this.closeValueStatePopover()}get selectedOptionIcon(){return this.selectedOption&&this.selectedOption.icon}async _getPopover(){return(await this.getStaticAreaItemDomRef()).querySelector("[ui5-popover]")}static async onDefine(){Select_1.i18nBundle=await getI18nBundle("@ui5/webcomponents")}};__decorate([property({validator:DOMReference})],Select.prototype,"menu",void 0),__decorate([property({type:Boolean})],Select.prototype,"disabled",void 0),__decorate([property()],Select.prototype,"name",void 0),__decorate([property({type:ValueState$1,defaultValue:ValueState$1.None})],Select.prototype,"valueState",void 0),__decorate([property({type:Boolean})],Select.prototype,"required",void 0),__decorate([property({type:Boolean})],Select.prototype,"readonly",void 0),__decorate([property()],Select.prototype,"accessibleName",void 0),__decorate([property()],Select.prototype,"accessibleNameRef",void 0),__decorate([property({type:String,noAttribute:!0})],Select.prototype,"_text",void 0),__decorate([property({type:Boolean,noAttribute:!0})],Select.prototype,"_iconPressed",void 0),__decorate([property({type:Boolean})],Select.prototype,"opened",void 0),__decorate([property({validator:Integer,defaultValue:0,noAttribute:!0})],Select.prototype,"_listWidth",void 0),__decorate([property({type:Boolean})],Select.prototype,"focused",void 0),__decorate([property({validator:Integer,defaultValue:-1,noAttribute:!0})],Select.prototype,"_selectedIndex",void 0),__decorate([slot({default:!0,type:HTMLElement,invalidateOnChildChange:!0})],Select.prototype,"options",void 0),__decorate([slot()],Select.prototype,"formSupport",void 0),__decorate([slot()],Select.prototype,"valueStateMessage",void 0),__decorate([slot()],Select.prototype,"label",void 0),Select=Select_1=__decorate([customElement({tag:"ui5-select",languageAware:!0,renderer:litRender,template:block0$1,staticAreaTemplate:block0,styles:styleData$1,staticAreaStyles:[styleData$x,styleData$w,styleData],dependencies:[Option$1,Label$1,ResponsivePopover$1,Popover$1,List$1,StandardListItem$1,Icon$1,Button$1]}),event("change",{detail:{selectedOption:{type:HTMLElement}}}),event("live-change",{detail:{selectedOption:{type:HTMLElement}}}),event("open"),event("close")],Select),Select.define();const findNearestFormElement=e=>{let t=e.parentElement;for(;t&&"form"!==t.tagName.toLowerCase();)t=t.parentElement;if(t instanceof HTMLFormElement)return t};class FormSupport{static syncNativeHiddenInput(e,t){const o=!!e.name||e.required,i=e.querySelector("input[data-ui5-form-support]");o?this.syncNativeElement(e,i,t):i&&e.removeChild(i)}static syncNativeHiddenTextArea(e,t){const o=!!e.name||e.required,i=e.querySelector("textarea[data-ui5-form-support]");o?this.syncNativeElement(e,i,t,"textarea"):i&&e.removeChild(i)}static syncNativeElement(e,t,o,i="input"){t||((t=document.createElement(i)).style.clip="rect(0 0 0 0)",t.style.clipPath="inset(50%)",t.style.height="1px",t.style.overflow="hidden",t.style.position="absolute",t.style.whiteSpace="nowrap",t.style.width="1px",t.style.bottom="0",t.setAttribute("tabindex","-1"),t.required=e.required,t.setAttribute("data-ui5-form-support",""),t.setAttribute("aria-hidden","true"),t.addEventListener("focusin",(()=>{var t;return null==(t=e.getFocusDomRef())?void 0:t.focus()})),t.slot="formSupport",e.appendChild(t)),t.name=e.name,(o||copyDefaultProperties)(e,t)}static syncNativeFileInput(e,t,o){const i=!!e.name;let a=e.querySelector('input[type="file"][data-ui5-form-support]');i&&!a&&(a=document.createElement("input"),a.type="file",a.setAttribute("data-ui5-form-support",""),a.slot="formSupport",a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.width="100%",a.style.height="100%",a.style.opacity="0",e.multiple&&(a.multiple=!0),a.addEventListener("change",o),e.appendChild(a)),!i&&a&&e.removeChild(a),i&&(a.name=e.name,(t||copyDefaultProperties)(e,a))}static triggerFormSubmit(e){const t=findNearestFormElement(e);if(t){if(!t.checkValidity())return void t.reportValidity();if(!t.dispatchEvent(new SubmitEvent("submit",{bubbles:!0,cancelable:!0,submitter:e})))return;t.submit()}}static triggerFormReset(e){const t=findNearestFormElement(e);t&&t.reset()}}const copyDefaultProperties=(e,t)=>{t.disabled=e.disabled,t.value=e.value};registerFeature("FormSupport",FormSupport);const availableLocales=["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"],importCldrJson=async e=>{switch(e){case"ar":return(await import("./ar-gaI1v_KV.js")).default;case"ar_EG":return(await import("./ar_EG-CGlHr-jg.js")).default;case"ar_SA":return(await import("./ar_SA-D0iF05tg.js")).default;case"bg":return(await import("./bg-CJrwzo8x.js")).default;case"ca":return(await import("./ca-CkzsZJhe.js")).default;case"cnr":return(await import("./cnr-DbKJTxGN.js")).default;case"cs":return(await import("./cs-BaB3d9Av.js")).default;case"da":return(await import("./da-CTDYg05i.js")).default;case"de":return(await import("./de-BPAvOyho.js")).default;case"de_AT":return(await import("./de_AT-C0Q-I35O.js")).default;case"de_CH":return(await import("./de_CH-V6zqRGuT.js")).default;case"el":return(await import("./el-CE6EdnmY.js")).default;case"el_CY":return(await import("./el_CY-DM-mftU_.js")).default;case"en":return(await import("./en-BV_fMYiZ.js")).default;case"en_AU":return(await import("./en_AU-DdpdhNc9.js")).default;case"en_GB":return(await import("./en_GB-DR37sckE.js")).default;case"en_HK":return(await import("./en_HK-C3ORwL4y.js")).default;case"en_IE":return(await import("./en_IE-CImesKWm.js")).default;case"en_IN":return(await import("./en_IN-BnP0Xsux.js")).default;case"en_NZ":return(await import("./en_NZ-D-XmB6sh.js")).default;case"en_PG":return(await import("./en_PG-k1g6MW0k.js")).default;case"en_SG":return(await import("./en_SG-CH-OueZe.js")).default;case"en_ZA":return(await import("./en_ZA-De7Q7wq-.js")).default;case"es":return(await import("./es-CUYgeeV2.js")).default;case"es_AR":return(await import("./es_AR-bphqT9e8.js")).default;case"es_BO":return(await import("./es_BO-9iWEF7Cs.js")).default;case"es_CL":return(await import("./es_CL-Cma-TrGh.js")).default;case"es_CO":return(await import("./es_CO-Co5-6aNz.js")).default;case"es_MX":return(await import("./es_MX-DOMSkspG.js")).default;case"es_PE":return(await import("./es_PE-Thtj5270.js")).default;case"es_UY":return(await import("./es_UY-B6Fj2AOa.js")).default;case"es_VE":return(await import("./es_VE-BIY0wat6.js")).default;case"et":return(await import("./et-h7DaePYx.js")).default;case"fa":return(await import("./fa-BSumtYoR.js")).default;case"fi":return(await import("./fi-CY8p4VYP.js")).default;case"fr":return(await import("./fr-c7VTGFC1.js")).default;case"fr_BE":return(await import("./fr_BE-fS0pUgwn.js")).default;case"fr_CA":return(await import("./fr_CA-HJakdL_2.js")).default;case"fr_CH":return(await import("./fr_CH-CsYAhWeP.js")).default;case"fr_LU":return(await import("./fr_LU-CHqDsjpc.js")).default;case"he":return(await import("./he-DvqV-7FS.js")).default;case"hi":return(await import("./hi-DtIyTix1.js")).default;case"hr":return(await import("./hr-DO7SyOn5.js")).default;case"hu":return(await import("./hu-CXT-q6md.js")).default;case"id":return(await import("./id-D7Ji1Vol.js")).default;case"it":return(await import("./it-B30H1Zn6.js")).default;case"it_CH":return(await import("./it_CH-DXNpHhgj.js")).default;case"ja":return(await import("./ja-HOZtY2HT.js")).default;case"kk":return(await import("./kk-CyER5Yfk.js")).default;case"ko":return(await import("./ko-CCOZRLOI.js")).default;case"lt":return(await import("./lt-CbuIe_XX.js")).default;case"lv":return(await import("./lv-B6P7cPB-.js")).default;case"ms":return(await import("./ms-CxRS8r8U.js")).default;case"mk":return(await import("./mk-Cd0pbvjP.js")).default;case"nb":return(await import("./nb-Bt6tTISo.js")).default;case"nl":return(await import("./nl-Bn_bYiUP.js")).default;case"nl_BE":return(await import("./nl_BE-gGhbga80.js")).default;case"pl":return(await import("./pl-CMCnDFeN.js")).default;case"pt":return(await import("./pt-epnACSlD.js")).default;case"pt_PT":return(await import("./pt_PT-DDh80D1c.js")).default;case"ro":return(await import("./ro-99b_8s0L.js")).default;case"ru":return(await import("./ru-KnV2YsI1.js")).default;case"ru_UA":return(await import("./ru_UA-DQu1w3nF.js")).default;case"sk":return(await import("./sk-BmVMraWc.js")).default;case"sl":return(await import("./sl-D-1eHn67.js")).default;case"sr":return(await import("./sr-qnchOIe3.js")).default;case"sr_Latn":return(await import("./sr_Latn-7xdk5b7O.js")).default;case"sv":return(await import("./sv-Cd90PyJ4.js")).default;case"th":return(await import("./th-DBMtUCWg.js")).default;case"tr":return(await import("./tr-IfauWU6c.js")).default;case"uk":return(await import("./uk-CKaGQnVZ.js")).default;case"vi":return(await import("./vi-DL9RCxxW.js")).default;case"zh_CN":return(await import("./zh_CN-MHYosyo-.js")).default;case"zh_HK":return(await import("./zh_HK-CW9bNs3G.js")).default;case"zh_SG":return(await import("./zh_SG-CeJTYNVn.js")).default;case"zh_TW":return(await import("./zh_TW-CA1JpQ7j.js")).default;default:throw"unknown locale"}},importAndCheck$2=async e=>{const t=await importCldrJson(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[LocaleData] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};availableLocales.forEach((e=>registerLocaleDataLoader(e,importAndCheck$2)));const loadThemeProperties$1=async e=>{switch(e){case"sap_belize":return(await import("./parameters-bundle.css-BvnJRv5X.js")).default;case"sap_belize_hcb":return(await import("./parameters-bundle.css-DyS9hduW.js")).default;case"sap_belize_hcw":return(await import("./parameters-bundle.css-BZzOoCHg.js")).default;case"sap_fiori_3":return(await import("./parameters-bundle.css-BJg9oVgh.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-BRs0Mxa-.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-CAHqDBtl.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-Dv-C1e_-.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-Bz5PtVM4.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-D6TuiR7M.js")).default;case"sap_horizon_dark_exp":return(await import("./parameters-bundle.css-DaKv2hn7.js")).default;case"sap_horizon_exp":return(await import("./parameters-bundle.css-CpTOUvo7.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-DG_KwGUG.js")).default;case"sap_horizon_hcb_exp":return(await import("./parameters-bundle.css-G5-JJidX.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-CBkyQy2Q.js")).default;case"sap_horizon_hcw_exp":return(await import("./parameters-bundle.css-Dnhr_EgY.js")).default;default:throw"unknown theme"}},loadAndCheck$1=async e=>{const t=await loadThemeProperties$1(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_dark_exp","sap_horizon_exp","sap_horizon_hcb","sap_horizon_hcb_exp","sap_horizon_hcw","sap_horizon_hcw_exp"].forEach((e=>registerThemePropertiesLoader("@ui5/webcomponents-theming",e,loadAndCheck$1)));const importMessageBundle$1=async e=>{switch(e){case"ar":return(await import("./messagebundle_ar-By0ELKn1.js")).default;case"bg":return(await import("./messagebundle_bg-CtKf3_pD.js")).default;case"ca":return(await import("./messagebundle_ca-C7yAJLXv.js")).default;case"cnr":return(await import("./messagebundle_cnr-B2C2UtnY.js")).default;case"cs":return(await import("./messagebundle_cs-CglsMLoj.js")).default;case"cy":return(await import("./messagebundle_cy-CM6O5UY_.js")).default;case"da":return(await import("./messagebundle_da-Dnrxp7vZ.js")).default;case"de":return(await import("./messagebundle_de-Dbpn-Kzy.js")).default;case"el":return(await import("./messagebundle_el-BbKk0xSf.js")).default;case"en":return(await import("./messagebundle_en-DvYWXfG3.js")).default;case"en_GB":return(await import("./messagebundle_en_GB-Bo0ABb8q.js")).default;case"en_US_sappsd":return(await import("./messagebundle_en_US_sappsd-DnyNqUM9.js")).default;case"en_US_saprigi":return(await import("./messagebundle_en_US_saprigi-DZ_EqeE9.js")).default;case"en_US_saptrc":return(await import("./messagebundle_en_US_saptrc-Dpnkxanh.js")).default;case"es":return(await import("./messagebundle_es-CjKpS0VR.js")).default;case"es_MX":return(await import("./messagebundle_es_MX-CaUIlVEp.js")).default;case"et":return(await import("./messagebundle_et-C50d_WIs.js")).default;case"fi":return(await import("./messagebundle_fi-BjJAU_zd.js")).default;case"fr":return(await import("./messagebundle_fr-CZjoFOTp.js")).default;case"fr_CA":return(await import("./messagebundle_fr_CA-DZBFnNAJ.js")).default;case"hi":return(await import("./messagebundle_hi-CMAHfPzF.js")).default;case"hr":return(await import("./messagebundle_hr-DJBozPw3.js")).default;case"hu":return(await import("./messagebundle_hu-CmnM7BSH.js")).default;case"in":return(await import("./messagebundle_in-D3m1v9KT.js")).default;case"it":return(await import("./messagebundle_it-NkVMHGle.js")).default;case"iw":return(await import("./messagebundle_iw-CfnJye2i.js")).default;case"ja":return(await import("./messagebundle_ja-DiyT2vK2.js")).default;case"kk":return(await import("./messagebundle_kk-CZn0MmH2.js")).default;case"ko":return(await import("./messagebundle_ko-CQgzMWRu.js")).default;case"lt":return(await import("./messagebundle_lt-BnmsTwH0.js")).default;case"lv":return(await import("./messagebundle_lv-BhX-3e7T.js")).default;case"mk":return(await import("./messagebundle_mk-1F54i8zg.js")).default;case"ms":return(await import("./messagebundle_ms-C4ALLG8v.js")).default;case"nl":return(await import("./messagebundle_nl-COOj_3wb.js")).default;case"no":return(await import("./messagebundle_no-raoH9TFS.js")).default;case"pl":return(await import("./messagebundle_pl-BypwDfY-.js")).default;case"pt":return(await import("./messagebundle_pt-BGN4m4Lf.js")).default;case"pt_PT":return(await import("./messagebundle_pt_PT-Bieyl7u4.js")).default;case"ro":return(await import("./messagebundle_ro-nTlNR9MA.js")).default;case"ru":return(await import("./messagebundle_ru-BDcLROAo.js")).default;case"sh":return(await import("./messagebundle_sh-EQ0ATQCR.js")).default;case"sk":return(await import("./messagebundle_sk-B0_P6rhh.js")).default;case"sl":return(await import("./messagebundle_sl-82XaNOOU.js")).default;case"sr":return(await import("./messagebundle_sr-nEv82gwv.js")).default;case"sv":return(await import("./messagebundle_sv-gTC20rWk.js")).default;case"th":return(await import("./messagebundle_th-B-LFWoo4.js")).default;case"tr":return(await import("./messagebundle_tr-Ddfex1-g.js")).default;case"uk":return(await import("./messagebundle_uk-CtqpazAf.js")).default;case"vi":return(await import("./messagebundle_vi-Gus-NSRW.js")).default;case"zh_CN":return(await import("./messagebundle_zh_CN-KensJmFt.js")).default;case"zh_TW":return(await import("./messagebundle_zh_TW-DZQ07fJI.js")).default;default:throw"unknown locale"}},importAndCheck$1=async e=>{const t=await importMessageBundle$1(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t},localeIds$1=["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt","pt_PT","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"];localeIds$1.forEach((e=>{registerI18nLoader("@ui5/webcomponents-icons",e,importAndCheck$1)}));const loadThemeProperties=async e=>{switch(e){case"sap_belize":return(await import("./parameters-bundle.css-DFjmm25g.js")).default;case"sap_belize_hcb":return(await import("./parameters-bundle.css-B3CYe-Fc.js")).default;case"sap_belize_hcw":return(await import("./parameters-bundle.css-MhNAGmGd.js")).default;case"sap_fiori_3":return(await import("./parameters-bundle.css-DJVciiYr.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-z7bW6xuy.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-CXMLSn4M.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-CqroeEYG.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-C8H_1O9h.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-CGhz8fL0.js")).default;case"sap_horizon_dark_exp":return(await import("./parameters-bundle.css-BA22z097.js")).default;case"sap_horizon_exp":return(await import("./parameters-bundle.css-C970Konx.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-hd9kUYDu.js")).default;case"sap_horizon_hcb_exp":return(await import("./parameters-bundle.css-BYugiKGk.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-QAUNS7Mf.js")).default;case"sap_horizon_hcw_exp":return(await import("./parameters-bundle.css-BAv31BII.js")).default;default:throw"unknown theme"}},loadAndCheck=async e=>{const t=await loadThemeProperties(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t};["sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_dark_exp","sap_horizon_exp","sap_horizon_hcb","sap_horizon_hcb_exp","sap_horizon_hcw","sap_horizon_hcw_exp"].forEach((e=>registerThemePropertiesLoader("@ui5/webcomponents",e,loadAndCheck)));const importMessageBundle=async e=>{switch(e){case"ar":return(await import("./messagebundle_ar-DNg2ihdf.js")).default;case"bg":return(await import("./messagebundle_bg-BpOpdSRg.js")).default;case"ca":return(await import("./messagebundle_ca-z_PzL0LS.js")).default;case"cnr":return(await import("./messagebundle_cnr-BgC1xGfN.js")).default;case"cs":return(await import("./messagebundle_cs-B2g02_qY.js")).default;case"cy":return(await import("./messagebundle_cy-BGpEQrLK.js")).default;case"da":return(await import("./messagebundle_da-Bbv9jJL9.js")).default;case"de":return(await import("./messagebundle_de-DdtngzTc.js")).default;case"el":return(await import("./messagebundle_el-CHOdJfj5.js")).default;case"en":return(await import("./messagebundle_en-D0t7zNNP.js")).default;case"en_GB":return(await import("./messagebundle_en_GB-C7CSH40g.js")).default;case"en_US_sappsd":return(await import("./messagebundle_en_US_sappsd-DjC9X79L.js")).default;case"en_US_saprigi":return(await import("./messagebundle_en_US_saprigi-BQKctZq6.js")).default;case"en_US_saptrc":return(await import("./messagebundle_en_US_saptrc-C-dKnlfj.js")).default;case"es":return(await import("./messagebundle_es-BGIF2r4i.js")).default;case"es_MX":return(await import("./messagebundle_es_MX-Bq9-w7vo.js")).default;case"et":return(await import("./messagebundle_et-CvxKhma3.js")).default;case"fi":return(await import("./messagebundle_fi-CHT0e9Ft.js")).default;case"fr":return(await import("./messagebundle_fr-B0JemQZg.js")).default;case"fr_CA":return(await import("./messagebundle_fr_CA-BjoN_ya6.js")).default;case"hi":return(await import("./messagebundle_hi-CW6YUR81.js")).default;case"hr":return(await import("./messagebundle_hr-yfePmKmp.js")).default;case"hu":return(await import("./messagebundle_hu-CLa7lmSo.js")).default;case"in":return(await import("./messagebundle_in-BiCFe-4Q.js")).default;case"it":return(await import("./messagebundle_it-DHL9ypHJ.js")).default;case"iw":return(await import("./messagebundle_iw-8NhJ8eqk.js")).default;case"ja":return(await import("./messagebundle_ja-DH9VAGau.js")).default;case"kk":return(await import("./messagebundle_kk-Bx7MYmis.js")).default;case"ko":return(await import("./messagebundle_ko-DnPyJW94.js")).default;case"lt":return(await import("./messagebundle_lt-B6j5anSt.js")).default;case"lv":return(await import("./messagebundle_lv-_w1ygXGM.js")).default;case"mk":return(await import("./messagebundle_mk-Bnw6ljFX.js")).default;case"ms":return(await import("./messagebundle_ms-DfBTz_Is.js")).default;case"nl":return(await import("./messagebundle_nl-BfnMt-Zu.js")).default;case"no":return(await import("./messagebundle_no-qAggYCjN.js")).default;case"pl":return(await import("./messagebundle_pl-BbRrb6VO.js")).default;case"pt":return(await import("./messagebundle_pt-BM74fN-c.js")).default;case"pt_PT":return(await import("./messagebundle_pt_PT-B672qnbI.js")).default;case"ro":return(await import("./messagebundle_ro-BAjCPC5e.js")).default;case"ru":return(await import("./messagebundle_ru-BOKN1onR.js")).default;case"sh":return(await import("./messagebundle_sh-BM9t1YKT.js")).default;case"sk":return(await import("./messagebundle_sk-DmaQbbM-.js")).default;case"sl":return(await import("./messagebundle_sl-CgPRi_DE.js")).default;case"sr":return(await import("./messagebundle_sr-9k6YFpsK.js")).default;case"sv":return(await import("./messagebundle_sv-DgrN1Ri0.js")).default;case"th":return(await import("./messagebundle_th-BVC0K0Sb.js")).default;case"tr":return(await import("./messagebundle_tr-B-dH0ajw.js")).default;case"uk":return(await import("./messagebundle_uk-BwkyJRsw.js")).default;case"vi":return(await import("./messagebundle_vi-g9BjG_PT.js")).default;case"zh_CN":return(await import("./messagebundle_zh_CN-D4R1g5Rt.js")).default;case"zh_TW":return(await import("./messagebundle_zh_TW-D33wzIcH.js")).default;default:throw"unknown locale"}},importAndCheck=async e=>{const t=await importMessageBundle(e);if("string"==typeof t&&t.endsWith(".json"))throw new Error('[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use \'import ".../Assets-static.js"\'. Check the "Assets" documentation for more information.');return t},localeIds=["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt","pt_PT","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"];localeIds.forEach((e=>{registerI18nLoader("@ui5/webcomponents",e,importAndCheck)}));
145
+ /*!
146
+ * OpenUI5
147
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
148
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
149
+ */
150
+ var Buddhist=UniversalDate$1.extend("sap.ui.core.date.Buddhist",{constructor:function(){var e=arguments;e.length>1&&(e=toGregorianArguments$3(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=CalendarType$2.Buddhist}});function toBuddhist(e){var t=UniversalDate$1.getEraStartDate(CalendarType$2.Buddhist,0).year,o=e.year-t+1;return e.year<1941&&e.month<3&&(o-=1),null===e.year&&(o=void 0),{year:o,month:e.month,day:e.day}}function toGregorian$3(e){var t=UniversalDate$1.getEraStartDate(CalendarType$2.Buddhist,0).year,o=e.year+t-1;return o<1941&&e.month<3&&(o+=1),null===e.year&&(o=void 0),{year:o,month:e.month,day:e.day}}function toGregorianArguments$3(e){var t;return t=toGregorian$3({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),e[0]=t.year,e}Buddhist.UTC=function(){var e=toGregorianArguments$3(arguments);return Date.UTC.apply(Date,e)},Buddhist.now=function(){return Date.now()},Buddhist.prototype._getBuddhist=function(){return toBuddhist({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},Buddhist.prototype._setBuddhist=function(e){var t=toGregorian$3(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Buddhist.prototype._getUTCBuddhist=function(){return toBuddhist({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},Buddhist.prototype._setUTCBuddhist=function(e){var t=toGregorian$3(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Buddhist.prototype.getYear=function(){return this._getBuddhist().year},Buddhist.prototype.getFullYear=function(){return this._getBuddhist().year},Buddhist.prototype.getUTCFullYear=function(){return this._getUTCBuddhist().year},Buddhist.prototype.setYear=function(e){var t=this._getBuddhist();return t.year=e,this._setBuddhist(t)},Buddhist.prototype.setFullYear=function(e,t,o){var i=this._getBuddhist();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setBuddhist(i)},Buddhist.prototype.setUTCFullYear=function(e,t,o){var i=this._getUTCBuddhist();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setUTCBuddhist(i)},_Calendars.set(CalendarType$2.Buddhist,Buddhist);const legacyFormats=["sapUiLegacyTimeFormat","sapUiABAPTimeFormat","sapUiLegacyDateFormat","sapUiABAPDateFormat","sapUiLegacyNumberFormat","sapUiABAPNumberFormat"],BaseConfig={getWritableInstance:()=>({get({name:e}){if(!legacyFormats.includes(e))throw new Error("Localization :: missing configuration requested.")}}),Type:{}},EVENT_PARAMETERS_SYMBOL=Symbol("parameters");class Event{constructor(e,t){__privateAdd(this,_type);for(const e in t)this[e]=t[e],Object.defineProperty(this,e,{configurable:!1,writable:!1});this[EVENT_PARAMETERS_SYMBOL]=t,__privateSet(this,_type,e)}get type(){return __privateGet(this,_type)}static getParameters(e){return Object.assign({},e[EVENT_PARAMETERS_SYMBOL])}}_type=new WeakMap;
151
+ /*!
152
+ * OpenUI5
153
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
154
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
155
+ */
156
+ class Eventing{constructor(){__privateAdd(this,_mEventRegistry,{})}attachEvent(e,t,o){fnAssert("string"==typeof e&&e,"Eventing.attachEvent: sType must be a non-empty string"),fnAssert("function"==typeof t,"Eventing.attachEvent: fnFunction must be a function");let i=__privateGet(this,_mEventRegistry)[e];Array.isArray(i)||(i=__privateGet(this,_mEventRegistry)[e]=[]),i.push({fnFunction:t,oData:o})}attachEventOnce(e,t,o){const i=o=>{this.detachEvent(e,i),t.call(null,o)};i.oOriginal={fnFunction:t},this.attachEvent(e,i,o)}detachEvent(e,t){fnAssert("string"==typeof e&&e,"Eventing.detachEvent: sType must be a non-empty string"),fnAssert("function"==typeof t,"Eventing.detachEvent: fnFunction must be a function");const o=__privateGet(this,_mEventRegistry)[e];if(!Array.isArray(o))return;let i;for(let e=0,a=o.length;e<a;e++)if(o[e].fnFunction===t){i=o[e],o.splice(e,1);break}if(!i)for(let e=0,i=o.length;e<i;e++){const i=o[e].fnFunction.oOriginal;if(i&&i.fnFunction===t){o.splice(e,1);break}}0==o.length&&delete __privateGet(this,_mEventRegistry)[e]}fireEvent(e,t){let o,i,a,r,n;if(o=__privateGet(this,_mEventRegistry)[e],Array.isArray(o))for(o=o.slice(),i=new Event(e,t),a=0,r=o.length;a<r;a++)n=o[a],n.fnFunction.call(null,i)}}_mEventRegistry=new WeakMap;
157
+ /*!
158
+ * OpenUI5
159
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
160
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
161
+ */
162
+ var fnIsEmptyObject=function(e){for(var t in e)return!1;return!0};
163
+ /*!
164
+ * OpenUI5
165
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
166
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
167
+ */const oEventing=new Eventing,oWritableConfig=BaseConfig.getWritableInstance(),mSettings={};let mChanges,aCustomIslamicCalendarData;const M_ABAP_DATE_FORMAT_PATTERN={"":{pattern:null},1:{pattern:"dd.MM.yyyy"},2:{pattern:"MM/dd/yyyy"},3:{pattern:"MM-dd-yyyy"},4:{pattern:"yyyy.MM.dd"},5:{pattern:"yyyy/MM/dd"},6:{pattern:"yyyy-MM-dd"},7:{pattern:"Gyy.MM.dd"},8:{pattern:"Gyy/MM/dd"},9:{pattern:"Gyy-MM-dd"},A:{pattern:"yyyy/MM/dd"},B:{pattern:"yyyy/MM/dd"},C:{pattern:"yyyy/MM/dd"}},M_ABAP_TIME_FORMAT_PATTERN={"":{short:null,medium:null,dayPeriods:null},0:{short:"HH:mm",medium:"HH:mm:ss",dayPeriods:null},1:{short:"hh:mm a",medium:"hh:mm:ss a",dayPeriods:["AM","PM"]},2:{short:"hh:mm a",medium:"hh:mm:ss a",dayPeriods:["am","pm"]},3:{short:"KK:mm a",medium:"KK:mm:ss a",dayPeriods:["AM","PM"]},4:{short:"KK:mm a",medium:"KK:mm:ss a",dayPeriods:["am","pm"]}},M_ABAP_NUMBER_FORMAT_SYMBOLS={"":{groupingSeparator:null,decimalSeparator:null}," ":{groupingSeparator:".",decimalSeparator:","},X:{groupingSeparator:",",decimalSeparator:"."},Y:{groupingSeparator:" ",decimalSeparator:","}};function check(e,t){if(!e)throw new TypeError(t)}function _set(e,t){BaseConfig._.invalidate();const o=mSettings[e];if(null!=t?mSettings[e]=t:delete mSettings[e],(null!=o||null!=t)&&!fnEqual(o,t)){const o=!mChanges;mChanges??(mChanges={}),mChanges[e]=t,o&&fireChange()}}function createLanguageTag(e){let t;if(e&&"string"==typeof e)try{t=new LanguageTag(e)}catch(e){}else e instanceof LanguageTag&&(t=e);return t}const Formatting={attachChange(e){oEventing.attachEvent("change",e)},detachChange(e){oEventing.detachEvent("change",e)},getLanguageTag:()=>oWritableConfig.get({name:"sapUiFormatLocale",type:function(e){return new LanguageTag(e)},defaultValue:function(){let e=new LanguageTag(Localization.getLanguage());if(!fnIsEmptyObject(mSettings)||Formatting.getCalendarWeekNumbering()!==CalendarWeekNumbering.Default){let t=e.toString();t.indexOf("-x-")<0?t+="-x-sapufmt":t.indexOf("-sapufmt")<=t.indexOf("-x-")&&(t+="-sapufmt"),e=new LanguageTag(t)}return e},external:!0}),setLanguageTag(e){const t=createLanguageTag(e);check(null==e||t,"vLanguageTag must be a BCP47 language tag or Java Locale id or null");const o=Formatting.getLanguageTag();oWritableConfig.set("sapUiFormatLocale",null==t?void 0:t.toString());const i=Formatting.getLanguageTag();if(o.toString()!==i.toString()){const e=!mChanges;mChanges??(mChanges={}),mChanges.languageTag=i.toString(),e&&fireChange()}},_set:_set,getCustomUnits(){var e;return null==(e=mSettings.units)?void 0:e.short},setCustomUnits(e){let t=null;e&&(t={short:e}),_set("units",t)},addCustomUnits(e){const t=Formatting.getCustomUnits();t&&(e=fnExtend({},t,e)),Formatting.setCustomUnits(e)},setUnitMappings(e){_set("unitMappings",e)},addUnitMappings(e){const t=Formatting.getUnitMappings();t&&(e=fnExtend({},t,e)),Formatting.setUnitMappings(e)},getUnitMappings:()=>mSettings.unitMappings,getDatePattern:e=>(fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),mSettings["dateFormats-"+e]),setDatePattern(e,t){check("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),_set("dateFormats-"+e,t)},getTimePattern:e=>(fnAssert("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),mSettings["timeFormats-"+e]),setTimePattern(e,t){check("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full"),_set("timeFormats-"+e,t)},getNumberSymbol:e=>(fnAssert(["group","decimal","plusSign","minusSign"].includes(e),"sType must be decimal, group, plusSign or minusSign"),mSettings["symbols-latn-"+e]),setNumberSymbol(e,t){check(["group","decimal","plusSign","minusSign"].includes(e),"sType must be decimal, group, plusSign or minusSign"),_set("symbols-latn-"+e,t)},getCustomCurrencies:()=>mSettings.currency,setCustomCurrencies(e){check("object"==typeof e||null==e,"mCurrencyDigits must be an object"),Object.keys(e||{}).forEach((function(t){check("string"==typeof t),check("object"==typeof e[t])})),_set("currency",e)},addCustomCurrencies(e){const t=Formatting.getCustomCurrencies();t&&(e=fnExtend({},t,e)),Formatting.setCustomCurrencies(e)},_setDayPeriods(e,t){fnAssert("narrow"==e||"abbreviated"==e||"wide"==e,"sWidth must be narrow, abbreviated or wide"),_set("dayPeriods-format-"+e,t)},getABAPDateFormat(){const e=oWritableConfig.get({name:"sapUiABAPDateFormat",type:BaseConfig.Type.String,defaultValue:oWritableConfig.get({name:"sapUiLegacyDateFormat",type:BaseConfig.Type.String,external:!0}),external:!0});return e?e.toUpperCase():void 0},setABAPDateFormat(e){e=e?String(e).toUpperCase():"",check(M_ABAP_DATE_FORMAT_PATTERN.hasOwnProperty(e),"sFormatId must be one of ['1','2','3','4','5','6','7','8','9','A','B','C'] or empty");const t=!mChanges;Formatting.getABAPDateFormat()!==e&&(mChanges??(mChanges={}),oWritableConfig.set("sapUiABAPDateFormat",e),mChanges.ABAPDateFormat=e,Formatting.setDatePattern("short",M_ABAP_DATE_FORMAT_PATTERN[e].pattern),Formatting.setDatePattern("medium",M_ABAP_DATE_FORMAT_PATTERN[e].pattern),t&&fireChange())},getABAPTimeFormat(){const e=oWritableConfig.get({name:"sapUiABAPTimeFormat",type:BaseConfig.Type.String,defaultValue:oWritableConfig.get({name:"sapUiLegacyTimeFormat",type:BaseConfig.Type.String,external:!0}),external:!0});return e?e.toUpperCase():void 0},setABAPTimeFormat(e){e=e||"",check(M_ABAP_TIME_FORMAT_PATTERN.hasOwnProperty(e),"sFormatId must be one of ['0','1','2','3','4'] or empty");const t=!mChanges;Formatting.getABAPTimeFormat()!==e&&(mChanges??(mChanges={}),oWritableConfig.set("sapUiABAPTimeFormat",e),mChanges.ABAPTimeFormat=e,Formatting.setTimePattern("short",M_ABAP_TIME_FORMAT_PATTERN[e].short),Formatting.setTimePattern("medium",M_ABAP_TIME_FORMAT_PATTERN[e].medium),Formatting._setDayPeriods("abbreviated",M_ABAP_TIME_FORMAT_PATTERN[e].dayPeriods),t&&fireChange())},getABAPNumberFormat(){const e=oWritableConfig.get({name:"sapUiABAPNumberFormat",type:BaseConfig.Type.String,defaultValue:oWritableConfig.get({name:"sapUiLegacyNumberFormat",type:BaseConfig.Type.String,external:!0}),external:!0});return e?e.toUpperCase():void 0},setABAPNumberFormat(e){e=e?e.toUpperCase():"",check(M_ABAP_NUMBER_FORMAT_SYMBOLS.hasOwnProperty(e),"sFormatId must be one of [' ','X','Y'] or empty");const t=!mChanges;Formatting.getABAPNumberFormat()!==e&&(mChanges??(mChanges={}),oWritableConfig.set("sapUiABAPNumberFormat",e),mChanges.ABAPNumberFormat=e,Formatting.setNumberSymbol("group",M_ABAP_NUMBER_FORMAT_SYMBOLS[e].groupingSeparator),Formatting.setNumberSymbol("decimal",M_ABAP_NUMBER_FORMAT_SYMBOLS[e].decimalSeparator),t&&fireChange())},setCustomIslamicCalendarData(e){check(Array.isArray(e),"aCustomCalendarData must be an Array");const t=!mChanges;mChanges??(mChanges={}),aCustomIslamicCalendarData=mChanges.customIslamicCalendarData=e.slice(),t&&fireChange()},getCustomIslamicCalendarData:()=>(null==aCustomIslamicCalendarData?void 0:aCustomIslamicCalendarData.slice())??void 0,setTrailingCurrencyCode(e){check("boolean"==typeof e,"bTrailingCurrencyCode must be a boolean"),oWritableConfig.set("sapUiTrailingCurrencyCode",e)},getTrailingCurrencyCode:()=>oWritableConfig.get({name:"sapUiTrailingCurrencyCode",type:BaseConfig.Type.Boolean,defaultValue:!0,external:!0}),getCustomLocaleData:()=>mSettings,getCalendarWeekNumbering(){let e=CalendarWeekNumbering.Default;try{e=oWritableConfig.get({name:"sapUiCalendarWeekNumbering",type:CalendarWeekNumbering,defaultValue:CalendarWeekNumbering.Default,external:!0})}catch(e){}return e},setCalendarWeekNumbering(e){BaseConfig._.checkEnum(CalendarWeekNumbering,e,"calendarWeekNumbering");if(oWritableConfig.get({name:"sapUiCalendarWeekNumbering",type:CalendarWeekNumbering,defaultValue:CalendarWeekNumbering.Default,external:!0})!==e){const t=!mChanges;mChanges??(mChanges={}),oWritableConfig.set("sapUiCalendarWeekNumbering",e),mChanges.calendarWeekNumbering=e,t&&fireChange()}},getCalendarType(){let e,t=oWritableConfig.get({name:"sapUiCalendarType",type:BaseConfig.Type.String,external:!0});if(t??(t=null),t){for(e in CalendarType$2)if(e.toLowerCase()===t.toLowerCase())return e;Log.warning("Parameter 'calendarType' is set to "+t+" which isn't a valid value and therefore ignored. The calendar type is determined from format setting and current locale")}switch(Formatting.getABAPDateFormat()){case"1":case"2":case"3":case"4":case"5":case"6":return CalendarType$2.Gregorian;case"7":case"8":case"9":return CalendarType$2.Japanese;case"A":case"B":return CalendarType$2.Islamic;case"C":return CalendarType$2.Persian;default:return Localization.getPreferredCalendarType()}},setCalendarType(e){const t=Formatting.getCalendarType();oWritableConfig.set("sapUiCalendarType",e);const o=Formatting.getCalendarType();if(t!==o){const e=!mChanges;mChanges??(mChanges={}),mChanges.calendarType=o,e&&fireChange()}}};function fireChange(){oEventing.fireEvent("change",mChanges),mChanges=void 0}function init(){const e=Formatting.getABAPDateFormat();void 0!==e&&Formatting.setABAPDateFormat(e);const t=Formatting.getABAPNumberFormat();void 0!==t&&Formatting.setABAPNumberFormat(t);const o=Formatting.getABAPTimeFormat();void 0!==o&&Formatting.setABAPTimeFormat(o)}init();
168
+ /*!
169
+ * OpenUI5
170
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
171
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
172
+ */
173
+ var Islamic=UniversalDate$1.extend("sap.ui.core.date.Islamic",{constructor:function(){var e=arguments;e.length>1&&(e=toGregorianArguments$2(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=CalendarType$2.Islamic}});Islamic.UTC=function(){var e=toGregorianArguments$2(arguments);return Date.UTC.apply(Date,e)},Islamic.now=function(){return Date.now()};var BASE_YEAR$1=1400,GREGORIAN_EPOCH_DAYS=1721425.5,ISLAMIC_EPOCH_DAYS=1948439.5,ISLAMIC_MILLIS=-425215872e5,ONE_DAY=864e5,oCustomizationMap=null,aSupportedIslamicCalendarTypes=["A","B"];function toIslamic(e){var t,o,i,a,r,n,s,l=e.year,c=e.month,d=e.day;if(n=0,c+1>2&&(n=isGregorianLeapYear(l)?-1:-2),s=GREGORIAN_EPOCH_DAYS-1+365*(l-1)+Math.floor((l-1)/4)+-Math.floor((l-1)/100)+Math.floor((l-1)/400)+Math.floor((367*(c+1)-362)/12+n+d),r=(s=Math.floor(s)+.5)-ISLAMIC_EPOCH_DAYS,(a=Math.floor(r/29.530588853))<0)(o=a%12)<0&&(o+=12),i=r-monthStart(t=Math.floor(a/12)+1,o)+1;else{for(a++;getCustomMonthStartDays(a)>r;)a--;i=r-getCustomMonthStartDays(12*((t=Math.floor(a/12)+1)-1)+(o=a%12))+1}return{day:i,month:o,year:t}}function toGregorian$2(e){var t,o,i,a,r,n=e.year,s=e.month,l=e.day+(n<1?monthStart(n,s):getCustomMonthStartDays(12*(n-1)+s))+ISLAMIC_EPOCH_DAYS-1,c=Math.floor(l-.5)+.5,d=c-GREGORIAN_EPOCH_DAYS,_=Math.floor(d/146097),u=mod$1(d,146097),p=Math.floor(u/36524),h=mod$1(u,36524),v=Math.floor(h/1461),m=mod$1(h,1461),g=Math.floor(m/365),f=400*_+100*p+4*v+g;return 4!=p&&4!=g&&f++,o=c-(GREGORIAN_EPOCH_DAYS+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400)),a=0,a=c<GREGORIAN_EPOCH_DAYS-1+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400)+Math.floor(739/12+(isGregorianLeapYear(f)?-1:-2)+1)?0:isGregorianLeapYear(f)?1:2,t=Math.floor((12*(o+a)+373)/367),i=GREGORIAN_EPOCH_DAYS-1+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400),r=0,t>2&&(r=isGregorianLeapYear(f)?-1:-2),{day:c-(i+=Math.floor((367*t-362)/12+r+1))+1,month:t-1,year:f}}function toGregorianArguments$2(e){var t,o=Array.prototype.slice.call(e);return t=toGregorian$2({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),o[0]=t.year,o[1]=t.month,o[2]=t.day,o}function initCustomizationMap(){var e,t;oCustomizationMap={},e=_isSupportedIslamicCalendarType(e=Formatting.getABAPDateFormat())?e:"A",(t=(t=Formatting.getCustomIslamicCalendarData())||[]).length?(t.forEach((function(t){if(t.dateFormat===e){var o=parseDate(t.gregDate),i=(new Date(Date.UTC(o.year,o.month-1,o.day)).getTime()-ISLAMIC_MILLIS)/ONE_DAY,a=12*((o=parseDate(t.islamicMonthStart)).year-1)+o.month-1;oCustomizationMap[a]=i}})),Log.info("Working with date format: ["+e+"] and customization: "+JSON.stringify(t))):Log.warning("No calendar customizations.")}function parseDate(e){return{year:parseInt(e.substr(0,4)),month:parseInt(e.substr(4,2)),day:parseInt(e.substr(6,2))}}function getCustomMonthStartDays(e){oCustomizationMap||initCustomizationMap();var t=oCustomizationMap[e];t||(t=monthStart(Math.floor(e/12)+1,e%12));return t}function monthStart(e,t){return Math.ceil(29.5*t)+354*(e-1)+Math.floor((3+11*e)/30)}function mod$1(e,t){return e-t*Math.floor(e/t)}function isGregorianLeapYear(e){return!(e%400&&(e%4||!(e%100)))}function _isSupportedIslamicCalendarType(e){return-1!==aSupportedIslamicCalendarTypes.indexOf(e)}Islamic.prototype._getIslamic=function(){return toIslamic({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},Islamic.prototype._setIslamic=function(e){var t=toGregorian$2(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Islamic.prototype._getUTCIslamic=function(){return toIslamic({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},Islamic.prototype._setUTCIslamic=function(e){var t=toGregorian$2(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Islamic.prototype.getDate=function(e){return this._getIslamic().day},Islamic.prototype.getMonth=function(){return this._getIslamic().month},Islamic.prototype.getYear=function(){return this._getIslamic().year-BASE_YEAR$1},Islamic.prototype.getFullYear=function(){return this._getIslamic().year},Islamic.prototype.setDate=function(e){var t=this._getIslamic();return t.day=e,this._setIslamic(t)},Islamic.prototype.setMonth=function(e,t){var o=this._getIslamic();return o.month=e,void 0!==t&&(o.day=t),this._setIslamic(o)},Islamic.prototype.setYear=function(e){var t=this._getIslamic();return t.year=e+BASE_YEAR$1,this._setIslamic(t)},Islamic.prototype.setFullYear=function(e,t,o){var i=this._getIslamic();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setIslamic(i)},Islamic.prototype.getUTCDate=function(e){return this._getUTCIslamic().day},Islamic.prototype.getUTCMonth=function(){return this._getUTCIslamic().month},Islamic.prototype.getUTCFullYear=function(){return this._getUTCIslamic().year},Islamic.prototype.setUTCDate=function(e){var t=this._getUTCIslamic();return t.day=e,this._setUTCIslamic(t)},Islamic.prototype.setUTCMonth=function(e,t){var o=this._getUTCIslamic();return o.month=e,void 0!==t&&(o.day=t),this._setUTCIslamic(o)},Islamic.prototype.setUTCFullYear=function(e,t,o){var i=this._getUTCIslamic();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setUTCIslamic(i)},_Calendars.set(CalendarType$2.Islamic,Islamic);
174
+ /*!
175
+ * OpenUI5
176
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
177
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
178
+ */
179
+ var Japanese=UniversalDate$1.extend("sap.ui.core.date.Japanese",{constructor:function(){var e=arguments;e.length>1&&(e=toGregorianArguments$1(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=CalendarType$2.Japanese}});function toJapanese(e){var t=UniversalDate$1.getEraByDate(CalendarType$2.Japanese,e.year,e.month,e.day),o=UniversalDate$1.getEraStartDate(CalendarType$2.Japanese,t).year;return{era:t,year:e.year-o+1,month:e.month,day:e.day}}function toGregorian$1(e){return{year:UniversalDate$1.getEraStartDate(CalendarType$2.Japanese,e.era).year+e.year-1,month:e.month,day:e.day}}function toGregorianArguments$1(e){var t,o=e[0];if("number"==typeof o){if(o>=100)return e;o=[UniversalDate$1.getCurrentEra(CalendarType$2.Japanese),o]}else Array.isArray(o)||(o=[]);return t=toGregorian$1({era:o[0],year:o[1],month:e[1],day:void 0!==e[2]?e[2]:1}),e[0]=t.year,e}Japanese.UTC=function(){var e=toGregorianArguments$1(arguments);return Date.UTC.apply(Date,e)},Japanese.now=function(){return Date.now()},Japanese.prototype._getJapanese=function(){return toJapanese({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},Japanese.prototype._setJapanese=function(e){var t=toGregorian$1(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Japanese.prototype._getUTCJapanese=function(){return toJapanese({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},Japanese.prototype._setUTCJapanese=function(e){var t=toGregorian$1(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Japanese.prototype.getYear=function(){return this._getJapanese().year},Japanese.prototype.getFullYear=function(){return this._getJapanese().year},Japanese.prototype.getEra=function(){return this._getJapanese().era},Japanese.prototype.getUTCFullYear=function(){return this._getUTCJapanese().year},Japanese.prototype.getUTCEra=function(){return this._getUTCJapanese().era},Japanese.prototype.setYear=function(e){var t=this._getJapanese();return t.year=e,this._setJapanese(t)},Japanese.prototype.setFullYear=function(e,t,o){var i=this._getJapanese();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setJapanese(i)},Japanese.prototype.setEra=function(e,t,o,i){var a=toJapanese(UniversalDate$1.getEraStartDate(CalendarType$2.Japanese,e));return void 0!==t&&(a.year=t),void 0!==o&&(a.month=o),void 0!==i&&(a.day=i),this._setJapanese(a)},Japanese.prototype.setUTCFullYear=function(e,t,o){var i=this._getUTCJapanese();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setUTCJapanese(i)},Japanese.prototype.setUTCEra=function(e,t,o,i){var a=toJapanese(UniversalDate$1.getEraStartDate(CalendarType$2.Japanese,e));return void 0!==t&&(a.year=t),void 0!==o&&(a.month=o),void 0!==i&&(a.day=i),this._setUTCJapanese(a)},Japanese.prototype.getWeek=function(e,t){return UniversalDate$1.getWeekByDate(this.sCalendarType,this.oDate.getFullYear(),this.getMonth(),this.getDate(),e,t)},Japanese.prototype.getUTCWeek=function(e,t){return UniversalDate$1.getWeekByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate(),e,t)},_Calendars.set(CalendarType$2.Japanese,Japanese);
180
+ /*!
181
+ * OpenUI5
182
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
183
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
184
+ */
185
+ var Persian=UniversalDate$1.extend("sap.ui.core.date.Persian",{constructor:function(){var e=arguments;e.length>1&&(e=toGregorianArguments(e)),this.oDate=this.createDate(Date,e),this.sCalendarType=CalendarType$2.Persian}});Persian.UTC=function(){var e=toGregorianArguments(arguments);return Date.UTC.apply(Date,e)},Persian.now=function(){return Date.now()};var BASE_YEAR=1300;function toPersian(e){return d2j(g2d(e.year,e.month+1,e.day))}function toGregorian(e){return d2g(j2d(e.year,e.month+1,e.day))}function toGregorianArguments(e){var t,o=Array.prototype.slice.call(e);return"number"!=typeof e[0]||"number"!=typeof e[1]||void 0!==e[2]&&"number"!=typeof e[2]?(o[0]=NaN,o[1]=NaN,o[2]=NaN,o):(t=toGregorian({year:e[0],month:e[1],day:void 0!==e[2]?e[2]:1}),o[0]=t.year,o[1]=t.month,o[2]=t.day,o)}function jalCal(e){var t,o,i,a,r,n,s=[-61,9,38,199,426,686,756,818,1111,1181,1210,1635,2060,2097,2192,2262,2324,2394,2456,3178],l=s.length,c=e+621,d=-14,_=s[0];for(n=1;n<l&&(o=(t=s[n])-_,!(e<t));n+=1)d=d+8*div(o,33)+div(mod(o,33),4),_=t;return d=d+8*div(r=e-_,33)+div(mod(r,33)+3,4),4===mod(o,33)&&o-r==4&&(d+=1),a=20+d-(div(c,4)-div(3*(div(c,100)+1),4)-150),o-r<6&&(r=r-o+33*div(o+4,33)),-1===(i=mod(mod(r+1,33)-1,4))&&(i=4),{leap:i,gy:c,march:a}}function j2d(e,t,o){for(;t<1;)t+=12,e--;for(;t>12;)t-=12,e++;var i=jalCal(e);return g2d(i.gy,3,i.march)+31*(t-1)-div(t,7)*(t-7)+o-1}function d2j(e){var t,o=d2g(e).year,i=o-621,a=jalCal(i);if((t=e-g2d(o,3,a.march))>=0){if(t<=185)return{year:i,month:1+div(t,31)-1,day:mod(t,31)+1};t-=186}else i-=1,t+=179,1===a.leap&&(t+=1);return{year:i,month:7+div(t,30)-1,day:mod(t,30)+1}}function g2d(e,t,o){var i=div(1461*(e+div(t-8,6)+100100),4)+div(153*mod(t+9,12)+2,5)+o-34840408;return i=i-div(3*div(e+100100+div(t-8,6),100),4)+752}function d2g(e){var t,o,i,a;return t=(t=4*e+139361631)+4*div(3*div(4*e+183187720,146097),4)-3908,o=5*div(mod(t,1461),4)+308,i=div(mod(o,153),5)+1,a=mod(div(o,153),12)+1,{year:div(t,1461)-100100+div(8-a,6),month:a-1,day:i}}function div(e,t){return~~(e/t)}function mod(e,t){return e-~~(e/t)*t}Persian.prototype._getPersian=function(){return toPersian({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},Persian.prototype._setPersian=function(e){var t=toGregorian(e);return this.oDate.setFullYear(t.year,t.month,t.day)},Persian.prototype._getUTCPersian=function(){return toPersian({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},Persian.prototype._setUTCPersian=function(e){var t=toGregorian(e);return this.oDate.setUTCFullYear(t.year,t.month,t.day)},Persian.prototype.getDate=function(e){return this._getPersian().day},Persian.prototype.getMonth=function(){return this._getPersian().month},Persian.prototype.getYear=function(){return this._getPersian().year-BASE_YEAR},Persian.prototype.getFullYear=function(){return this._getPersian().year},Persian.prototype.setDate=function(e){var t=this._getPersian();return t.day=e,this._setPersian(t)},Persian.prototype.setMonth=function(e,t){var o=this._getPersian();return o.month=e,void 0!==t&&(o.day=t),this._setPersian(o)},Persian.prototype.setYear=function(e){var t=this._getPersian();return t.year=e+BASE_YEAR,this._setPersian(t)},Persian.prototype.setFullYear=function(e,t,o){var i=this._getPersian();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setPersian(i)},Persian.prototype.getUTCDate=function(e){return this._getUTCPersian().day},Persian.prototype.getUTCMonth=function(){return this._getUTCPersian().month},Persian.prototype.getUTCFullYear=function(){return this._getUTCPersian().year},Persian.prototype.setUTCDate=function(e){var t=this._getUTCPersian();return t.day=e,this._setUTCPersian(t)},Persian.prototype.setUTCMonth=function(e,t){var o=this._getUTCPersian();return o.month=e,void 0!==t&&(o.day=t),this._setUTCPersian(o)},Persian.prototype.setUTCFullYear=function(e,t,o){var i=this._getUTCPersian();return i.year=e,void 0!==t&&(i.month=t),void 0!==o&&(i.day=o),this._setUTCPersian(i)},_Calendars.set(CalendarType$2.Persian,Persian);