@openui5/sap.ui.integration 1.141.2 → 1.142.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.
- package/README.md +2 -2
- package/REUSE.toml +38 -0
- package/THIRDPARTY.txt +34 -1
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +3 -3
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +6 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +2 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +5 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +40 -3
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +4 -4
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- package/ui5.yaml +8 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
|
@@ -1,185 +1 @@
|
|
|
1
|
-
|
|
2
|
-
//!!computedStyles.getPropertyValue('--sapBaseColor'));
|
|
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
|
-
/**
|
|
5
|
-
* @license
|
|
6
|
-
* Copyright 2017 Google LLC
|
|
7
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
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});
|
|
10
|
-
/**
|
|
11
|
-
* @license
|
|
12
|
-
* Copyright 2017 Google LLC
|
|
13
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
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
|
-
/**
|
|
16
|
-
* @license
|
|
17
|
-
* Copyright 2020 Google LLC
|
|
18
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
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
|
-
/**
|
|
21
|
-
* @license
|
|
22
|
-
* Copyright 2017 Google LLC
|
|
23
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
24
|
-
*/
|
|
25
|
-
/**
|
|
26
|
-
* @license
|
|
27
|
-
* Copyright 2018 Google LLC
|
|
28
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
|
-
*/
|
|
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
|
-
/**
|
|
32
|
-
* @license
|
|
33
|
-
* Copyright 2017 Google LLC
|
|
34
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
35
|
-
*/;
|
|
36
|
-
/**
|
|
37
|
-
* @license
|
|
38
|
-
* Copyright 2018 Google LLC
|
|
39
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
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,"&").replace(/"/gm,""").replace(/'/gm,"'").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);
|
|
1
|
+
import"./bundle.esm-DFIwWD54.js";
|