@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
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
var _a,_b,_LanguageTag_instances,join_fn,__defProp=Object.defineProperty,__typeError=e=>{throw TypeError(e)},__defNormalProp=(e,t,o)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,__publicField=(e,t,o)=>__defNormalProp(e,"symbol"!=typeof t?t+"":t,o),__accessCheck=(e,t,o)=>t.has(e)||__typeError("Cannot "+o),__privateAdd=(e,t,o)=>t.has(e)?__typeError("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,o),__privateMethod=(e,t,o)=>(__accessCheck(e,t,"access private method"),o);let i$t=class{constructor(){this._eventRegistry=new Map}attachEvent(e,t){const o=this._eventRegistry,a=o.get(e);Array.isArray(a)?a.includes(t)||a.push(t):o.set(e,[t])}detachEvent(e,t){const o=this._eventRegistry,a=o.get(e);if(!a)return;const i=a.indexOf(t);-1!==i&&a.splice(i,1),0===a.length&&o.delete(e)}fireEvent(e,t){const o=this._eventRegistry.get(e);return o?o.map((e=>e.call(this,t))):[]}fireEventAsync(e,t){return Promise.all(this.fireEvent(e,t))}isHandlerAttached(e,t){const o=this._eventRegistry.get(e);return!!o&&o.includes(t)}hasListeners(e){return!!this._eventRegistry.get(e)}},l$u=class{constructor(){this.list=[],this.lookup=new Set}add(e){this.lookup.has(e)||(this.list.push(e),this.lookup.add(e))}remove(e){this.lookup.has(e)&&(this.list=this.list.filter((t=>t!==e)),this.lookup.delete(e))}shift(){const e=this.list.shift();if(e)return this.lookup.delete(e),e}isEmpty(){return 0===this.list.length}isAdded(e){return this.lookup.has(e)}process(e){let t;const o=new Map;for(t=this.shift();t;){const a=o.get(t)||0;if(a>10)throw new Error("Web component processed too many times this task, max allowed is: 10");e(t),o.set(t,a+1),t=this.shift()}}};const o$p=(e,t=document.body,o)=>{let a=document.querySelector(e);return a||(a=o?o():document.createElement(e),t.insertBefore(a,t.firstChild))},u$n=()=>{const e=document.createElement("meta");return e.setAttribute("name","ui5-shared-resources"),e.setAttribute("content",""),e},l$t=()=>typeof document>"u"?null:o$p('meta[name="ui5-shared-resources"]',document.head,u$n),m$k=(e,t)=>{const o=e.split(".");let a=l$t();if(!a)return t;for(let e=0;e<o.length;e++){const i=o[e],r=e===o.length-1;Object.prototype.hasOwnProperty.call(a,i)||(a[i]=r?t:{}),a=a[i]}return a},e$r={version:"2.15.0",major:2,minor:15,patch:0,suffix:"",isNext:!1,buildTime:1759738790};let s$v,t$s={include:[/^ui5-/],exclude:[]};const o$o=new Map,l$s=e=>{if(!e.match(/^[a-zA-Z0-9_-]+$/))throw new Error("Only alphanumeric characters and dashes allowed for the scoping suffix");R$6()&&console.warn("Setting the scoping suffix must be done before importing any components. For proper usage, read the scoping section: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md."),s$v=e},c$k=()=>s$v,m$j=()=>t$s,i$s=e=>{if(!o$o.has(e)){const t=t$s.include.some((t=>e.match(t)))&&!t$s.exclude.some((t=>e.match(t)));o$o.set(e,t)}return o$o.get(e)},g$f=e=>{if(i$s(e))return c$k()},d$g=e=>{const t=`v${e$r.version.replaceAll(".","-")}`;return e.replaceAll(/(--_?ui5)([^,:)\s]+)/g,`$1-${t}$2`)};let i$r,s$u="";const u$m=new Map,r$p=m$k("Runtimes",[]),x$3=()=>{if(void 0===i$r){i$r=r$p.length;const e=e$r;r$p.push({...e,get scopingSuffix(){return c$k()},get registeredTags(){return T$8()},get scopingRules(){return m$j()},alias:s$u,description:`Runtime ${i$r} - ver ${e.version}`})}},I$7=()=>i$r,b$b=(e,t)=>{const o=`${e},${t}`;if(u$m.has(o))return u$m.get(o);const a=r$p[e],i=r$p[t];if(!a||!i)throw new Error("Invalid runtime index supplied");if(a.isNext||i.isNext)return a.buildTime-i.buildTime;const r=a.major-i.major;if(r)return r;const n=a.minor-i.minor;if(n)return n;const s=a.patch-i.patch;if(s)return s;const _=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(a.suffix,i.suffix);return u$m.set(o,_),_},$$5=()=>r$p,g$e=m$k("Tags",new Map),d$f=new Set;let c$j,i$q=new Map;const m$i=-1,h$a=e=>{d$f.add(e),g$e.set(e,I$7())},w$9=e=>d$f.has(e),R$6=()=>d$f.size>0,T$8=()=>[...d$f.values()],$$4=e=>{let t=g$e.get(e);void 0===t&&(t=-1),i$q.has(t)||i$q.set(t,new Set),i$q.get(t).add(e),c$j||(c$j=setTimeout((()=>{y$b(),i$q=new Map,c$j=void 0}),1e3))},y$b=()=>{const e=$$5(),t=I$7(),o=e[t];let a="Multiple UI5 Web Components instances detected.";e.length>1&&(a=`${a}\nLoading order (versions before 1.1.0 not listed): ${e.map((e=>`\n${e.description}`)).join("")}`),[...i$q.keys()].forEach((i=>{let r,n,s;-1===i?(r=1,n={description:"Older unknown runtime"}):(r=b$b(t,i),n=e[i]),s=r>0?"an older":r<0?"a newer":"the same",a=`${a}\n\n"${o.description}" failed to define ${i$q.get(i).size} tag(s) as they were defined by a runtime of ${s} version "${n.description}": ${[...i$q.get(i)].sort().join(", ")}.`,a=r>0?`${a}\nWARNING! If your code uses features of the above web components, unavailable in ${n.description}, it might not work as expected!`:`${a}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`})),a=`${a}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/UI5/webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(a)},t$r=new Set,n$w=e=>{t$r.add(e)},r$o=e=>t$r.has(e),s$t=new Set,d$e=new i$t,n$v=new l$u;let t$q,a$p,m$h,i$p;const l$r=async e=>{n$v.add(e),await P$a()},c$i=e=>{d$e.fireEvent("beforeComponentRender",e),s$t.add(e),e._render()},h$9=e=>{n$v.remove(e),s$t.delete(e)},P$a=async()=>{i$p||(i$p=new Promise((e=>{window.requestAnimationFrame((()=>{n$v.process(c$i),i$p=null,e(),m$h||(m$h=setTimeout((()=>{m$h=void 0,n$v.isEmpty()&&U$2()}),200))}))}))),await i$p},y$a=()=>t$q||(t$q=new Promise((e=>{a$p=e,window.requestAnimationFrame((()=>{n$v.isEmpty()&&(t$q=void 0,e())}))})),t$q),I$6=()=>{const e=T$8().map((e=>customElements.whenDefined(e)));return Promise.all(e)},f$i=async()=>{await I$6(),await y$a()},U$2=()=>{n$v.isEmpty()&&a$p&&(a$p(),a$p=void 0,t$q=void 0)},C$5=async e=>{s$t.forEach((t=>{const o=t.constructor,a=o.getMetadata().getTag(),i=r$o(o),r=o.getMetadata().isLanguageAware(),n=o.getMetadata().isThemeAware();(!e||e.tag===a||e.rtlAware&&i||e.languageAware&&r||e.themeAware&&n)&&l$r(t)})),await f$i()},r$n=()=>m$k("CustomStyle.eventProvider",new i$t),n$u="CustomCSSChange",i$o=e=>{r$n().attachEvent(n$u,e)},u$l=e=>r$n().fireEvent(n$u,e),c$h=()=>m$k("CustomStyle.customCSSFor",{});let s$s;i$o((e=>{s$s||C$5({tag:e})}));const g$d=(e,t)=>{const o=c$h();o[e]||(o[e]=[]),o[e].push(t),s$s=!0;try{u$l(e)}finally{s$s=!1}return C$5({tag:e})},l$q=e=>{const t=c$h();return t[e]?t[e].join(""):""},t$p=new i$t,d$d="themeLoaded",r$m=e=>t$p.fireEvent(d$d,e)
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2017 Google LLC
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
*/;var t$o;const i$n=window,s$r=i$n.trustedTypes,e$q=s$r?s$r.createPolicy("lit-html",{createHTML:e=>e}):void 0,o$n="$lit$",n$t=`lit$${(Math.random()+"").slice(9)}$`,l$p="?"+n$t,h$8=`<${l$p}>`,r$l=document,u$k=()=>r$l.createComment(""),d$c=e=>null===e||"object"!=typeof e&&"function"!=typeof e,c$g=Array.isArray,v$5=e=>c$g(e)||"function"==typeof(null==e?void 0:e[Symbol.iterator]),a$o="[ \t\n\f\r]",f$h=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_$5=/-->/g,m$g=/>/g,p$b=RegExp(`>|${a$o}(?:([^\\s"'>=/]+)(${a$o}*=${a$o}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g$c=/'/g,$$3=/"/g,y$9=/^(?:script|style|textarea|title)$/i,w$8=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),x$2=w$8(1),b$a=w$8(2),T$7=Symbol.for("lit-noChange"),A$7=Symbol.for("lit-nothing"),E$6=new WeakMap,C$4=r$l.createTreeWalker(r$l,129,null,!1);function P$9(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==e$q?e$q.createHTML(t):t}const V$2=(e,t)=>{const o=e.length-1,a=[];let i,r=2===t?"<svg>":"",n=f$h;for(let t=0;t<o;t++){const o=e[t];let s,_,l=-1,c=0;for(;c<o.length&&(n.lastIndex=c,_=n.exec(o),null!==_);)c=n.lastIndex,n===f$h?"!--"===_[1]?n=_$5:void 0!==_[1]?n=m$g:void 0!==_[2]?(y$9.test(_[2])&&(i=RegExp("</"+_[2],"g")),n=p$b):void 0!==_[3]&&(n=p$b):n===p$b?">"===_[0]?(n=null!=i?i:f$h,l=-1):void 0===_[1]?l=-2:(l=n.lastIndex-_[2].length,s=_[1],n=void 0===_[3]?p$b:'"'===_[3]?$$3:g$c):n===$$3||n===g$c?n=p$b:n===_$5||n===m$g?n=f$h:(n=p$b,i=void 0);const d=n===p$b&&e[t+1].startsWith("/>")?" ":"";r+=n===f$h?o+h$8:l>=0?(a.push(s),o.slice(0,l)+o$n+o.slice(l)+n$t+d):o+n$t+(-2===l?(a.push(void 0),t):d)}return[P$9(e,r+(e[o]||"<?>")+(2===t?"</svg>":"")),a]};let N$3=class e{constructor({strings:t,_$litType$:o},a){let i;this.parts=[];let r=0,n=0;const s=t.length-1,_=this.parts,[l,c]=V$2(t,o);if(this.el=e.createElement(l,a),C$4.currentNode=this.el.content,2===o){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(i=C$4.nextNode())&&_.length<s;){if(1===i.nodeType){if(i.hasAttributes()){const e=[];for(const t of i.getAttributeNames())if(t.endsWith(o$n)||t.startsWith(n$t)){const o=c[n++];if(e.push(t),void 0!==o){const e=i.getAttribute(o.toLowerCase()+o$n).split(n$t),t=/([.?@])?(.*)/.exec(o);_.push({type:1,index:r,name:t[2],strings:e,ctor:"."===t[1]?H$3:"?"===t[1]?L$5:"@"===t[1]?z$3:k$6})}else _.push({type:6,index:r})}for(const t of e)i.removeAttribute(t)}if(y$9.test(i.tagName)){const e=i.textContent.split(n$t),t=e.length-1;if(t>0){i.textContent=s$r?s$r.emptyScript:"";for(let o=0;o<t;o++)i.append(e[o],u$k()),C$4.nextNode(),_.push({type:2,index:++r});i.append(e[t],u$k())}}}else if(8===i.nodeType)if(i.data===l$p)_.push({type:2,index:r});else{let e=-1;for(;-1!==(e=i.data.indexOf(n$t,e+1));)_.push({type:7,index:r}),e+=n$t.length-1}r++}}static createElement(e,t){const o=r$l.createElement("template");return o.innerHTML=e,o}};function S$7(e,t,o=e,a){var i,r,n,s;if(t===T$7)return t;let _=void 0!==a?null===(i=o._$Co)||void 0===i?void 0:i[a]:o._$Cl;const l=d$c(t)?void 0:t._$litDirective$;return(null==_?void 0:_.constructor)!==l&&(null===(r=null==_?void 0:_._$AO)||void 0===r||r.call(_,!1),void 0===l?_=void 0:(_=new l(e),_._$AT(e,o,a)),void 0!==a?(null!==(n=(s=o)._$Co)&&void 0!==n?n:s._$Co=[])[a]=_:o._$Cl=_),void 0!==_&&(t=S$7(e,_._$AS(e,t.values),_,a)),t}let M$5=class{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:a}=this._$AD,i=(null!==(t=null==e?void 0:e.creationScope)&&void 0!==t?t:r$l).importNode(o,!0);C$4.currentNode=i;let r=C$4.nextNode(),n=0,s=0,_=a[0];for(;void 0!==_;){if(n===_.index){let t;2===_.type?t=new R$5(r,r.nextSibling,this,e):1===_.type?t=new _.ctor(r,_.name,_.strings,this,e):6===_.type&&(t=new Z(r,this,e)),this._$AV.push(t),_=a[++s]}n!==(null==_?void 0:_.index)&&(r=C$4.nextNode(),n++)}return C$4.currentNode=r$l,i}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++}},R$5=class e{constructor(e,t,o,a){var i;this.type=2,this._$AH=A$7,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=o,this.options=a,this._$Cp=null===(i=null==a?void 0:a.isConnected)||void 0===i||i}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$7(this,e,t),d$c(e)?e===A$7||null==e||""===e?(this._$AH!==A$7&&this._$AR(),this._$AH=A$7):e!==this._$AH&&e!==T$7&&this._(e):void 0!==e._$litType$?this.g(e):void 0!==e.nodeType?this.$(e):v$5(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$7&&d$c(this._$AH)?this._$AA.nextSibling.data=e:this.$(r$l.createTextNode(e)),this._$AH=e}g(e){var t;const{values:o,_$litType$:a}=e,i="number"==typeof a?this._$AC(e):(void 0===a.el&&(a.el=N$3.createElement(P$9(a.h,a.h[0]),this.options)),a);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===i)this._$AH.v(o);else{const e=new M$5(i,this),t=e.u(this.options);e.v(o),this.$(t),this._$AH=e}}_$AC(e){let t=E$6.get(e.strings);return void 0===t&&E$6.set(e.strings,t=new N$3(e)),t}T(t){c$g(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let a,i=0;for(const r of t)i===o.length?o.push(a=new e(this.k(u$k()),this.k(u$k()),this,this.options)):a=o[i],a._$AI(r),i++;i<o.length&&(this._$AR(a&&a._$AB.nextSibling,i),o.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))}},k$6=class{constructor(e,t,o,a,i){this.type=1,this._$AH=A$7,this._$AN=void 0,this.element=e,this.name=t,this._$AM=a,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=A$7}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,o,a){const i=this.strings;let r=!1;if(void 0===i)e=S$7(this,e,t,0),r=!d$c(e)||e!==this._$AH&&e!==T$7,r&&(this._$AH=e);else{const a=e;let n,s;for(e=i[0],n=0;n<i.length-1;n++)s=S$7(this,a[o+n],t,n),s===T$7&&(s=this._$AH[n]),r||(r=!d$c(s)||s!==this._$AH[n]),s===A$7?e=A$7:e!==A$7&&(e+=(null!=s?s:"")+i[n+1]),this._$AH[n]=s}r&&!a&&this.j(e)}j(e){e===A$7?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=e?e:"")}},H$3=class extends k$6{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===A$7?void 0:e}};const I$5=s$r?s$r.emptyScript:"";let L$5=class extends k$6{constructor(){super(...arguments),this.type=4}j(e){e&&e!==A$7?this.element.setAttribute(this.name,I$5):this.element.removeAttribute(this.name)}},z$3=class extends k$6{constructor(e,t,o,a,i){super(e,t,o,a,i),this.type=5}_$AI(e,t=this){var o;if((e=null!==(o=S$7(this,e,t,0))&&void 0!==o?o:A$7)===T$7)return;const a=this._$AH,i=e===A$7&&a!==A$7||e.capture!==a.capture||e.once!==a.once||e.passive!==a.passive,r=e!==A$7&&(a===A$7||i);i&&this.element.removeEventListener(this.name,this,a),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$7(this,e)}}const B$2=i$n.litHtmlPolyfillSupport;null==B$2||B$2(N$3,R$5),(null!==(t$o=i$n.litHtmlVersions)&&void 0!==t$o?t$o:i$n.litHtmlVersions=[]).push("2.7.5");
|
|
7
|
+
/**
|
|
8
|
+
* @license
|
|
9
|
+
* Copyright 2020 Google LLC
|
|
10
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
11
|
+
*/
|
|
12
|
+
const e$p=Symbol.for(""),l$o=e=>{if((null==e?void 0:e.r)===e$p)return null==e?void 0:e._$litStatic$},o$m=e=>({_$litStatic$:e,r:e$p}),s$q=new Map,a$n=e=>(t,...o)=>{const a=o.length;let i,r;const n=[],s=[];let _,l=0,c=!1;for(;l<a;){for(_=t[l];l<a&&void 0!==(r=o[l],i=l$o(r));)_+=i+t[++l],c=!0;l!==a&&s.push(r),n.push(_),l++}if(l===a&&n.push(t[a]),c){const e=n.join("$$lit$$");void 0===(t=s$q.get(e))&&(n.raw=n,s$q.set(e,t=n)),o=s}return e(t,...o)},n$s=a$n(x$2),u$j=a$n(b$a),e$o=new Map,s$p=(e,t)=>{e$o.set(e,t)},n$r=e=>e$o.get(e);let t$n=((_a=class{}).html=n$s,_a.svg=u$j,_a.unsafeStatic=o$m,_a);s$p("LitStatic",t$n),l$s("ac"),g$d("ui5-select","\n\t.ui5-select-root ui5-li:first-child {\n\t\tdisplay: none;\n\t}\n");
|
|
13
|
+
//!!computedStyles.getPropertyValue('--sapBaseColor'));
|
|
14
|
+
const p$a=e=>{const t=e.prototype.openEnd;e.prototype.openEnd=function(){return this._mAttributes.popover&&delete this._mAttributes.popover,t.apply(this)}},g$b=typeof document>"u",i$m=(e,t)=>t?`${e}|${t}`:e,l$n=e=>void 0===e||1===b$b(I$7(),parseInt(e)),c$f=(e,t,o="",a)=>{const i=I$7(),r=new CSSStyleSheet;r.replaceSync(e),r._ui5StyleId=i$m(t,o),a&&(r._ui5RuntimeIndex=i,r._ui5Theme=a),document.adoptedStyleSheets=[...document.adoptedStyleSheets,r]},y$8=(e,t,o="",a)=>{const i=I$7(),r=document.adoptedStyleSheets.find((e=>e._ui5StyleId===i$m(t,o)));if(r)if(a){const t=r._ui5RuntimeIndex;(r._ui5Theme!==a||l$n(t))&&(r.replaceSync(e||""),r._ui5RuntimeIndex=String(i),r._ui5Theme=a)}else r.replaceSync(e||"")},S$6=(e,t="")=>!!g$b||!!document.adoptedStyleSheets.find((o=>o._ui5StyleId===i$m(e,t))),f$g=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter((o=>o._ui5StyleId!==i$m(e,t)))},R$4=(e,t,o="",a)=>{S$6(t,o)?y$8(e,t,o,a):c$f(e,t,o,a)},m$f=(e,t)=>void 0===e?t:void 0===t?e:`${e} ${t}`,e$n="[data-sap-ui-popup][popover]{border:none;overflow:visible;margin:0}",o$l=()=>{S$6("data-ui5-popup-styles")||c$f(e$n,"data-ui5-popup-styles")},n$q=m$k("AllOpenedPopupsRegistry",{openedRegistry:[]}),l$m=e=>{n$q.openedRegistry.push(e)},u$i=e=>{const t=n$q.openedRegistry.findIndex((t=>t.instance===e));t>-1&&n$q.openedRegistry.splice(t,1)},g$a=()=>n$q.openedRegistry[n$q.openedRegistry.length-1].instance,f$f=e=>{for(let t=n$q.openedRegistry.length-1;t>=0;t--){const o=n$q.openedRegistry[t];if("OpenUI5"!==o.type)return!1;if(o.instance===e)break}return!0},h$7=e=>{e.setAttribute("popover","manual"),e.showPopover()},v$4=e=>{e.hasAttribute("popover")&&(e.hidePopover(),e.removeAttribute("popover"))},a$m=(e=document)=>!!e.querySelector(":popover-open")||Array.from(e.querySelectorAll("*")).some((e=>{const t=e.shadowRoot;return t&&a$m(t)})),O$5=e=>{const t=e.prototype.open;e.prototype.open=function(...e){t.apply(this,e);const o=a$m();if(["OPENING","OPEN"].includes(this.getOpenState())&&o){const e=this.getContent();if(e){const t=e instanceof HTMLElement?e:null==e?void 0:e.getDomRef();t&&h$7(t)}}l$m({type:"OpenUI5",instance:this})}},m$e=e=>{const t=e.prototype._closed;e.prototype._closed=function(...e){const o=this.getContent(),a=o instanceof HTMLElement?o:null==o?void 0:o.getDomRef();t.apply(this,e),a&&v$4(a),u$i(this)}},I$4=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(e){f$f(this)&&t.call(this,e)}},P$8=()=>{const e=new CSSStyleSheet;e.replaceSync(".sapMPopup-CTX:popover-open { inset: unset; }"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]},E$5=e=>{o$l(),O$5(e),m$e(e),P$8(),I$4(e)};var c$e={},e$m=c$e.hasOwnProperty,a$l=c$e.toString,o$k=e$m.toString,l$l=o$k.call(Object),i$l=function(e){var t,o;return!(!e||"[object Object]"!==a$l.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(o=e$m.call(t,"constructor")&&t.constructor)&&o$k.call(o)===l$l)},c$d=Object.create(null),u$h=function(e,t,o,a){var i,r,n,s,_,l,c=arguments[2]||{},d=3,u=arguments.length,p=arguments[0]||!1,h=arguments[1]?void 0:c$d;for("object"!=typeof c&&"function"!=typeof c&&(c={});d<u;d++)if(null!=(_=arguments[d]))for(s in _)i=c[s],n=_[s],"__proto__"!==s&&c!==n&&(p&&n&&(i$l(n)||(r=Array.isArray(n)))?(r?(r=!1,l=i&&Array.isArray(i)?i:[]):l=i&&i$l(i)?i:{},c[s]=u$h(p,arguments[1],l,n)):n!==h&&(c[s]=n));return c};const e$l=function(e,t){return u$h(!0,!1,...arguments)},_$4={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},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","id","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"]}},e$k=_$4.themes.default,s$o=_$4.themes.all,a$k=_$4.languages.default,r$k=_$4.locales.default,l$k=_$4.locales.all,o$j=typeof document>"u",n$p={search:()=>o$j?"":window.location.search},i$k=()=>o$j?"":window.location.hostname,c$c=()=>o$j?"":window.location.port,a$j=()=>o$j?"":window.location.protocol,s$n=()=>o$j?"":window.location.href,u$g=()=>n$p.search(),s$m=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},o$i=e=>{const t=s$m("sap-allowed-theme-origins")??s$m("sap-allowedThemeOrigins");return!!t&&t.split(",").some((t=>"*"===t||e===t.trim()))},a$i=(e,t)=>{const o=new URL(e).pathname;return new URL(o,t).toString()},g$9=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,s$n()).toString();else{const o=new URL(e),a=o.origin;t=a&&o$i(a)?o.toString():a$i(o.toString(),s$n())}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};var u$f=(e=>(e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none",e))(u$f||{});const e$j=new i$t,t$m="configurationReset",i$j=e=>{e$j.attachEvent(t$m,e)};let p$9=!1,t$l={animationMode:u$f.Full,theme:e$k,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0};const T$6=()=>(o$h(),t$l.theme),S$5=()=>{if(o$h(),void 0!==t$l.themeRoot)return g$9(t$l.themeRoot)?t$l.themeRoot:void console.warn(`The ${t$l.themeRoot} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)},L$4=()=>(o$h(),t$l.language),R$3=()=>(o$h(),t$l.fetchDefaultLanguage),F$2=()=>(o$h(),t$l.noConflict),U$1=()=>(o$h(),t$l.defaultFontLoading),b$9=()=>(o$h(),t$l.enableDefaultTooltips),D$5=()=>(o$h(),t$l.calendarType),I$3=()=>(o$h(),t$l.secondaryCalendarType),O$4=()=>(o$h(),t$l.timezone),M$4=()=>(o$h(),t$l.formatSettings),i$i=new Map;i$i.set("true",!0),i$i.set("false",!1);const w$7=()=>{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{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(t$l=e$l(t$l,t))}},z$2=()=>{const e=new URLSearchParams(u$g());e.forEach(((e,t)=>{const o=t.split("sap-").length;0===o||o===t.split("sap-ui-").length||g$8(t,e,"sap")})),e.forEach(((e,t)=>{t.startsWith("sap-ui")&&g$8(t,e,"sap-ui")}))},E$4=e=>{const t=e.split("@")[1];return g$9(t)},P$7=(e,t)=>"theme"===e&&t.includes("@")?t.split("@")[0]:t,g$8=(e,t,o)=>{const a=t.toLowerCase(),i=e.split(`${o}-`)[1];i$i.has(t)&&(t=i$i.get(a)),"theme"===i?(t$l.theme=P$7(i,t),t&&t.includes("@")&&(t$l.themeRoot=E$4(t))):t$l[i]=t},j$2=()=>{const e=n$r("OpenUI5Support");if(!e||!e.isOpenUI5Detected())return;const t=e.getConfigurationSettingsObject();t$l=e$l(t$l,t)},o$h=()=>{typeof document>"u"||p$9||(l$j(),p$9=!0)},l$j=e=>{w$7(),z$2(),j$2()},t$k=new i$t,r$j="themeRegistered",n$o=e=>{t$k.attachEvent(r$j,e)},s$l=e=>t$k.fireEvent(r$j,e),l$i=new Map,h$6=new Map,u$e=new Map,T$5=new Set,i$h=new Set,p$8=(e,t,o)=>{h$6.set(`${e}/${t}`,o),T$5.add(e),i$h.add(t),s$l(t)},m$d=async(e,t,o)=>{const a=`${e}_${t}_${o||""}`,i=l$i.get(a);if(void 0!==i)return i;if(!i$h.has(t)){const o=[...i$h.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${e$k}. Registered themes are: ${o}`),a$h(e,e$k)}const[r,n]=await Promise.all([a$h(e,t),o?a$h(e,o,!0):void 0]),s=m$f(r,n);return s&&l$i.set(a,s),s},a$h=async(e,t,o=!1)=>{const a=(o?u$e:h$6).get(`${e}/${t}`);if(!a)return void(o||console.error(`Theme [${t}] not registered for package [${e}]`));let i;try{i=await a(t)}catch(t){return void console.error(e,t.message)}return i},w$6=()=>T$5,P$6=e=>i$h.has(e),r$i=new Set,s$k=()=>{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},o$g=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{return void(r$i.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),r$i.add("decode")))}try{return JSON.parse(e)}catch{r$i.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),r$i.add("parse"))}}},d$b=e=>{let t,o;try{const a=e.Path.split(".");t=4===a.length?a[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),o=e.Extends[0]}catch{return void(r$i.has("object")||(console.warn("Malformed theme metadata Object",e),r$i.add("object")))}return{themeName:t,baseThemeName:o}},m$c=()=>{const e=s$k();if(!e||"none"===e)return;const t=o$g(e);return t?d$b(t):void 0},d$a=(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)}))};let t$j;i$j((()=>{t$j=void 0}));const n$n=()=>(void 0===t$j&&(t$j=S$5()),t$j),u$d=e=>`${n$n()}Base/baseLib/${e}/css_variables.css`,i$g=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await d$a(u$d(e),{"sap-ui-webcomponents-theme":e})};let _lib="ui5",_package="webcomponents-theming";const s$j="@"+_lib+"/"+_package,S$4=()=>w$6().has(s$j),P$5=async e=>{if(!S$4())return;const t=await m$d(s$j,e);t&&R$4(t,"data-ui5-theme-properties",s$j,e)},E$3=()=>{f$g("data-ui5-theme-properties",s$j)},U=async(e,t)=>{const o=[...w$6()].map((async o=>{if(o===s$j)return;const a=await m$d(o,e,t);a&&R$4(a,`data-ui5-component-properties-${I$7()}`,o)}));return Promise.all(o)},k$5=async e=>{var t;const o=m$c();if(o)return o;const a=n$r("OpenUI5Support");if(a&&a.isOpenUI5Detected()){if(a.cssVariablesLoaded())return{themeName:null==(t=a.getConfigurationSettingsObject())?void 0:t.theme,baseThemeName:""}}else if(n$n())return await i$g(e),m$c()},w$5=async e=>{const t=await k$5(e);t&&e===t.themeName?E$3():await P$5(e);const o=P$6(e)?e:t&&t.baseThemeName;await U(o||e$k,t&&t.themeName===e?e:void 0),r$m(e)},d$9=()=>new Promise((e=>{document.body?e():document.addEventListener("DOMContentLoaded",(()=>{e()}))})),n$m='@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) 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}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) 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}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) 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}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");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}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");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}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) 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}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) 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}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) 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}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");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}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");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}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");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}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");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}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");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}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");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}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");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}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");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}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");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}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) 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}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) 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}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}';let o$f;i$j((()=>{o$f=void 0}));const a$g=()=>(void 0===o$f&&(o$f=U$1()),o$f),a$f=()=>{const e=n$r("OpenUI5Support");(!e||!e.isOpenUI5Detected())&&f$e()},f$e=()=>{const e=document.querySelector("head>style[data-ui5-font-face]");!a$g()||e||S$6("data-ui5-font-face")||c$f(n$m,"data-ui5-font-face")},a$e=":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}",e$i=()=>{S$6("data-ui5-system-css-vars")||c$f(a$e,"data-ui5-system-css-vars")},t$i="html:not(:has(.ui5-content-native-scrollbars)){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}",s$i=()=>{S$6("data-ui5-scrollbar-styles")||c$f(t$i,"data-ui5-scrollbar-styles")},t$h=typeof document>"u",e$h={get userAgent(){return t$h?"":navigator.userAgent},get touch(){return!t$h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!t$h&&/(Chrome|CriOS)/.test(e$h.userAgent)},get firefox(){return!t$h&&/Firefox/.test(e$h.userAgent)},get safari(){return!t$h&&(!e$h.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(e$h.userAgent))},get webkit(){return!t$h&&/webkit/.test(e$h.userAgent)},get windows(){return!t$h&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!t$h&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!t$h&&(!!navigator.platform.match(/iPhone|iPad|iPod/)||!(!e$h.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!t$h&&(!e$h.windows&&/Android/.test(e$h.userAgent))},get androidPhone(){return!t$h&&(e$h.android&&/(?=android)(?=.*mobile)/i.test(e$h.userAgent))},get ipad(){return!t$h&&(/ipad/i.test(e$h.userAgent)||/Macintosh/i.test(e$h.userAgent)&&"ontouchend"in document)},_isPhone:()=>(u$c(),e$h.touch&&!r$h)};let o$e,i$f,r$h;const s$h=()=>{if(t$h||!e$h.windows)return!1;if(void 0===o$e){const e=e$h.userAgent.match(/Windows NT (\d+).(\d)/);o$e=e?parseFloat(e[1]):0}return o$e>=8},c$b=()=>{if(t$h||!e$h.webkit)return!1;if(void 0===i$f){const e=e$h.userAgent.match(/(webkit)[ /]([\w.]+)/);i$f=e?parseFloat(e[1]):0}return i$f>=537.1},u$c=()=>{if(t$h)return!1;if(void 0===r$h){if(e$h.ipad)return void(r$h=!0);if(e$h.touch){if(s$h())return void(r$h=!0);if(e$h.chrome&&e$h.android)return void(r$h=!/Mobile Safari\/[.0-9]+/.test(e$h.userAgent));let e=window.devicePixelRatio?window.devicePixelRatio:1;return e$h.android&&c$b()&&(e=1),void(r$h=Math.min(window.screen.width/e,window.screen.height/e)>=600)}r$h=-1!==e$h.userAgent.indexOf("Touch")||e$h.android&&!e$h.androidPhone}},h$5=()=>e$h.safari,g$7=()=>e$h.chrome,a$d=()=>(u$c(),(e$h.touch||s$h())&&r$h),d$8=()=>e$h._isPhone(),f$d=()=>!t$h&&(!a$d()&&!d$8()||s$h()),w$4=()=>e$h.iOS,A$6=()=>e$h.macOS,P$4=()=>e$h.android||e$h.androidPhone;let t$g=!1;const i$e=()=>{h$5()&&w$4()&&!t$g&&(document.body.addEventListener("touchstart",(()=>{})),t$g=!0)};let r$g,o$d=!1;const p$7=new i$t,h$4=()=>o$d,P$3=e=>{o$d?e():p$7.attachEvent("boot",e)},b$8=async()=>{if(void 0!==r$g)return r$g;return r$g=new Promise((async e=>{if(x$3(),typeof document>"u")return void e();n$o(F$1);const t=n$r("OpenUI5Support"),o=!!t&&t.isOpenUI5Detected(),a=n$r("F6Navigation");t&&await t.init(),a&&!o&&a.init(),await d$9(),await w$5(r$f()),t&&t.attachListeners(),a$f(),e$i(),s$i(),i$e(),e(),o$d=!0,p$7.fireEvent("boot")})),r$g},F$1=e=>{o$d&&e===r$f()&&w$5(r$f())};let t$f;i$j((()=>{t$f=void 0}));const r$f=()=>(void 0===t$f&&(t$f=T$6()),t$f),u$b=async e=>{t$f!==e&&(t$f=e,h$4()&&(await w$5(t$f),await C$5({themeAware:!0})))},n$l=()=>{var e,t;const o=r$f();return l$h(o)?!o.startsWith("sap_horizon"):!(null==(t=null==(e=m$c())?void 0:e.baseThemeName)?void 0:t.startsWith("sap_horizon"))},l$h=e=>s$o.includes(e);let a$c=class e{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 e.isOpenUI5Detected()?(e.initPromise||(e.initPromise=new Promise((t=>{window.sap.ui.require(["sap/ui/core/Core"],(async o=>{const a=()=>{let o=["sap/ui/core/Popup","sap/ui/core/Patcher","sap/ui/core/LocaleData"];e.isAtLeastVersion116()&&(o=[...o,"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(o,((e,o)=>{p$a(o),E$5(e),t()}))};e.isAtLeastVersion116()?(await o.ready(),a()):o.attachInit(a)}))}))),e.initPromise):Promise.resolve()}static getConfigurationSettingsObject(){var t,o;if(!e.isOpenUI5Detected())return{};if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/ControlBehavior"),a=window.sap.ui.require("sap/base/i18n/Localization"),i=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:e.getAnimationMode(),language:a.getLanguage(),theme:i.getTheme(),themeRoot:i.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:r.getCalendarType(),formatSettings:{firstDayOfWeek:n.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:(null==(t=r.getCustomIslamicCalendarData)?void 0:t.call(r))??(null==(o=r.getLegacyDateCalendarCustomizing)?void 0:o.call(r))}}}const a=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:a.getAnimationMode(),language:a.getLanguage(),theme:a.getTheme(),themeRoot:a.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:a.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(a.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:a.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!e.isOpenUI5Detected())return;const t=window.sap.ui.require("sap/ui/core/LocaleData");if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/base/i18n/Localization");return t.getInstance(e.getLanguageTag())._get()}const o=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return t.getInstance(o.getLocale())._get()}static _listenForThemeChange(){if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/Theming");e.attachApplied((()=>{u$b(e.getTheme())}))}else{const e=window.sap.ui.require("sap/ui/core/Core"),t=e.getConfiguration();e.attachThemeChanged((()=>{u$b(t.getTheme())}))}}static attachListeners(){e.isOpenUI5Detected()&&e._listenForThemeChange()}static cssVariablesLoaded(){if(!e.isOpenUI5Detected())return;const t=[...document.head.children].find((e=>"sap-ui-theme-sap.ui.core"===e.id));return!!t&&(!!t.href.match(/\/css(-|_)variables\.css/)||!!t.href.match(/\/library\.css/))}static addOpenedPopup(e){l$m(e)}static removeOpenedPopup(e){u$i(e)}static getTopmostPopup(){return g$a()}};s$p("OpenUI5Support",a$c);const s$g=new Map,o$c=new Map,n$k=new Map,c$a=e=>{if(!s$g.has(e)){const t=b$7(e.split("-"));s$g.set(e,t)}return s$g.get(e)},l$g=e=>{if(!o$c.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();o$c.set(e,t)}return o$c.get(e)},b$7=e=>e.map(((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).join(""),C$3=e=>{const t=n$k.get(e);if(t)return t;const o=c$a(e),a=o.charAt(0).toUpperCase()+o.slice(1);return n$k.set(e,a),a},o$b=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"},n$j=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter((e=>e instanceof HTMLElement)):[e],s$f=e=>e.reduce(((e,t)=>e.concat(n$j(t))),[]);let p$6=class{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const e={};if(this.slotsAreManaged()){const t=this.getSlots();for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;e[t]=[],e[c$a(t)]=e[t]}}return this._initialState=e,e}static validateSlotValue(e,t){return g$6(e,t)}getPureTag(){return this.metadata.tag||""}getTag(){const e=this.metadata.tag;if(!e)return"";const t=g$f(e);return t?`${e}-${t}`:e}hasAttribute(e){const t=this.getProperties()[e];return t.type!==Object&&t.type!==Array&&!t.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(l$g)}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}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(e,t,o){const a=this.getSlots()[e].invalidateOnChildChange;if(void 0===a)return!1;if("boolean"==typeof a)return a;if("object"==typeof a){if("property"===t){if(void 0===a.properties)return!1;if("boolean"==typeof a.properties)return a.properties;if(Array.isArray(a.properties))return a.properties.includes(o);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===t){if(void 0===a.slots)return!1;if("boolean"==typeof a.slots)return a.slots;if(Array.isArray(a.slots))return a.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")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};const g$6=(e,t)=>(e&&n$j(e).forEach((e=>{if(!(e instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)})),e),e$g=e=>Array.isArray(e)?e.filter((e=>!!e)).flat(10).join(" "):e,e$f=new Map;i$o((e=>{e$f.delete(`${e}_normal`)}));const y$7=e=>{const t=e.getMetadata().getTag(),o=`${t}_normal`,a=n$r("OpenUI5Enablement");if(!e$f.has(o)){let i="";a&&(i=e$g(a.getBusyIndicatorStyles()));const r=l$q(t)||"",n=`${e$g(e.styles)} ${r} ${i}`;e$f.set(o,n)}return e$f.get(o)},e$e=new Map;i$o((e=>{e$e.delete(`${e}_normal`)}));const s$e=e=>{const t=`${e.getMetadata().getTag()}_normal`;if(!e$e.has(t)){const o=y$7(e),a=new CSSStyleSheet;a.replaceSync(o),e$e.set(t,[a])}return e$e.get(t)},s$d=e=>{const t=e.constructor,o=e.shadowRoot;o?(o.adoptedStyleSheets=s$e(t),t.renderer(e,o)):console.warn("There is no shadow root to update")},r$e=[],o$a=e=>r$e.some((t=>e.startsWith(t))),t$e=new WeakMap,n$i=(e,t,o)=>{const a=new MutationObserver(t);t$e.set(e,a),a.observe(e,o)},b$6=e=>{const t=t$e.get(e);t&&(t.disconnect(),t$e.delete(e))},c$9=["value-changed","click"];let e$d;i$j((()=>{e$d=void 0}));const s$c=e=>c$9.includes(e),l$f=e=>{const t=o$9();return!("boolean"!=typeof t&&t.events&&t.events.includes&&t.events.includes(e))},o$9=()=>(void 0===e$d&&(e$d=F$2()),e$d),a$b=e=>{const t=o$9();return!s$c(e)&&(!0===t||!l$f(e))},r$d=e=>e.matches(":dir(rtl)")?"rtl":"ltr",s$b=["disabled","title","hidden","role","draggable"],r$c=e=>!(!s$b.includes(e)&&!e.startsWith("aria"))||![HTMLElement,Element,Node].some((t=>t.prototype.hasOwnProperty(e))),n$h=(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},n$g=(e,t)=>e.call(t),o$8=e=>{s$a(e)&&e$c(e)},e$c=e=>{var t,o;if(null==(t=e._internals)?void 0:t.form){if(n$f(e),!e.name)return void(null==(o=e._internals)||o.setFormValue(null));e._internals.setFormValue(e.formFormattedValue)}},n$f=async e=>{var t,o;if(null==(t=e._internals)?void 0:t.form)if(e.formValidity&&Object.keys(e.formValidity).some((e=>e))){const t=await(null==(o=e.formElementAnchor)?void 0:o.call(e));e._internals.setValidity(e.formValidity,e.formValidityMessage,t)}else e._internals.setValidity({})},i$d=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.requestSubmit()},m$b=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.reset()},s$a=e=>"formFormattedValue"in e&&"name"in e,t$d=typeof document>"u",o$7=()=>{if(t$d)return a$k;const e=navigator.languages;return e&&e[0]||navigator.language||a$k},e$b=new i$t,n$e="languageChange",t$c=e=>{e$b.attachEvent(n$e,e)};let e$a,t$b;i$j((()=>{e$a=void 0,t$b=void 0}));let a$a=!1;const s$9=()=>a$a,l$e=()=>(void 0===e$a&&(e$a=L$4()),e$a),h$3=()=>(void 0===t$b&&(t$b=R$3()),t$b),n$d=/^((?:[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 r$b=class{constructor(e){const t=n$d.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]||a$k,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 r$a=new Map,n$c=e=>(r$a.has(e)||r$a.set(e,new r$b(e)),r$a.get(e)),c$8=e=>{try{if(e&&"string"==typeof e)return n$c(e)}catch{}return new r$b(r$k)},s$8=e=>{if(e)return c$8(e);const t=l$e();return t?n$c(t):c$8(o$7())},_$3=/^((?:[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,c$7=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,f$c={he:"iw",yi:"ji",nb:"no",sr:"sh"},p$5=e=>{let t;if(!e)return r$k;if("string"==typeof e&&(t=_$3.exec(e.replace(/_/g,"-")))){let e=t[1].toLowerCase(),o=t[3]?t[3].toUpperCase():void 0;const a=t[2]?t[2].toLowerCase():void 0,i=t[4]?t[4].slice(1):void 0,r=t[6];return e=f$c[e]||e,r&&(t=c$7.exec(r))||i&&(t=c$7.exec(i))?`en_US_${t[1].toLowerCase()}`:("zh"===e&&!o&&("hans"===a?o="CN":"hant"===a&&(o="TW")),e+(o?"_"+o+(i?"_"+i.replace("-","_"):""):""))}return r$k},r$9={zh_HK:"zh_TW",in:"id"},n$b=e=>{if(!e)return r$k;if(r$9[e])return r$9[e];const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==r$k?r$k:""},d$7=new Set,m$a=new Set,g$5=new Map,l$d=new Map,u$a=new Map,$$2=(e,t,o)=>{const a=`${e}/${t}`;u$a.set(a,o)},f$b=(e,t)=>{g$5.set(e,t)},A$5=e=>g$5.get(e),h$2=(e,t)=>{const o=`${e}/${t}`;return u$a.has(o)},B$1=(e,t)=>{const o=`${e}/${t}`,a=u$a.get(o);return a&&!l$d.get(o)&&l$d.set(o,a(t)),l$d.get(o)},M$3=e=>{d$7.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.`),d$7.add(e))},L$3=(e,t)=>t!==a$k&&!h$2(e,t),w$3=async e=>{const t=s$8().getLanguage(),o=s$8().getRegion(),a=s$8().getVariant();let i=t+(o?`-${o}`:"")+(a?`-${a}`:"");if(L$3(e,i))for(i=p$5(i);L$3(e,i);)i=n$b(i);const r=h$3();if(i!==a$k||r)if(h$2(e,i))try{const t=await B$1(e,i);f$b(e,t)}catch(e){const t=e;m$a.has(t.message)||(m$a.add(t.message),console.error(t.message))}else M$3(e);else f$b(e,null)};t$c((e=>{const t=[...g$5.keys()];return Promise.all(t.map(w$3))}));const g$4=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,i$c=(e,t)=>(t=t||[],e.replace(g$4,((e,o,a,i,r)=>{if(o)return"'";if(a)return a.replace(/''/g,"'");if(i){const e="string"==typeof i?parseInt(i):i;return String(t[e])}throw new Error(`[i18n]: pattern syntax error at pos ${r}`)}))),r$8=new Map;let u$9=class{constructor(e){this.packageName=e}getText(e,...t){if("string"==typeof e&&(e={key:e,defaultText:e}),!e||!e.key)return"";const o=A$5(this.packageName);o&&!o[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const a=o&&o[e.key]?o[e.key]:e.defaultText||e.key;return i$c(a,t)}};const a$9=e=>{if(r$8.has(e))return r$8.get(e);const t=new u$9(e);return r$8.set(e,t),t},f$a=async e=>(await w$3(e),a$9(e)),f$9=new Map,s$7=new Map,i$b=new Map,D$4=new Set;let d$6=!1;const O$3={iw:"he",ji:"yi",in:"id"},l$c=e=>{d$6||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),d$6=!0)},R$2=(e,t,o)=>{"no"===(e=e&&O$3[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 a=`${e}_${t}`;return l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):(a=e,l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):r$k)},m$9=(e,t)=>{f$9.set(e,t)},S$3=e=>{s$7.has(e)||(e=r$k);const t=f$9.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);return t},_$2=e=>{if(!i$b.get(e)){const t=s$7.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);i$b.set(e,t(e))}return i$b.get(e)},u$8=async(e,t,o)=>{const a=R$2(e,t,o),i=n$r("OpenUI5Support");if(i){const e=i.getLocaleDataObject();if(e)return void m$9(a,e)}try{const e=await _$2(a);m$9(a,e)}catch(e){const t=e;D$4.has(t.message)||(D$4.add(t.message),console.error(t.message))}},C$2=(e,t)=>{s$7.set(e,t)};C$2("en",(async()=>(await fetch("https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json")).json())),t$c((()=>{const e=s$8();return u$8(e.getLanguage(),e.getRegion(),e.getScript())}));let it=0;const R$1=new Map,I$2=new Map,O$2={fromAttribute:(e,t)=>t===Boolean?null!==e:t===Number?null===e?void 0:parseFloat(e):e,toAttribute:(e,t)=>t===Boolean?e?"":null:t===Object||t===Array||null==e?null:String(e)};function y$6(e){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&s$9()||(this.onInvalidation(e),this._changedState.push(e),l$r(this),this._invalidationEventProvider.fireEvent("invalidate",{...e,target:this}))}function at(e,t){do{const o=Object.getOwnPropertyDescriptor(e,t);if(o)return o;e=Object.getPrototypeOf(e)}while(e&&e!==HTMLElement.prototype)}let b$5=((_b=class extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;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 i$t,this._componentStateFinalizedEventProvider=new i$t,this._domRefReadyPromise=new Promise((e=>{t=e})),this._domRefReadyPromise._deferredResolve=t,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...e.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach((e=>{if(this.hasOwnProperty(e)){const t=this[e];this.initializedProperties.set(e,t)}})),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const e=this.constructor;if(e._needsShadowDOM()){const t={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...t,...e.getMetadata().getShadowRootOptions()}),e.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(e){var t;(null==(t=e.target)?void 0:t.getRootNode())===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++it),this.__id}render(){const e=this.constructor.template;return n$g(e,this)}async connectedCallback(){const e=this.constructor;this.setAttribute(e.getMetadata().getPureTag(),""),e.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const t=e.getMetadata().slotsAreManaged();this._inDOM=!0,t&&(this._startObservingDOMChildren(),await this._processChildren()),e.asyncFinished||await e.definePromise,this._inDOM&&(c$i(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._domRefReadyPromise._deferredResolve(),h$9(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const t=e.canSlotText(),o={childList:!0,subtree:t,characterData:t};n$i(this,this._processChildren.bind(this),o)}_stopObservingDOMChildren(){b$6(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const e=this.constructor,t=e.getMetadata().getSlots(),o=e.getMetadata().canSlotText(),a=Array.from(o?this.childNodes:this.children),i=new Map,r=new Map;for(const[e,o]of Object.entries(t)){const t=o.propertyName||e;r.set(t,e),i.set(t,[...this._state[t]]),this._clearSlot(e,o)}const n=new Map,s=new Map,_=a.map((async(o,a)=>{const i=o$b(o),r=t[i];if(void 0===r){if("default"!==i){const e=Object.keys(t).join(", ");console.warn(`Unknown slotName: ${i}, ignoring`,o,`Valid values are: ${e}`)}return}if(r.individualSlots){const e=(n.get(i)||0)+1;n.set(i,e),o._individualSlot=`${i}-${e}`}if(o instanceof HTMLElement){const e=o.localName;if(e.includes("-")&&!o$a(e)){if(!customElements.get(e)){const t=customElements.whenDefined(e);let o=R$1.get(e);o||(o=new Promise((e=>setTimeout(e,1e3))),R$1.set(e,o)),await Promise.race([t,o])}customElements.upgrade(o)}}if(o=e.getMetadata().constructor.validateSlotValue(o,r),v$3(o)&&r.invalidateOnChildChange){const e=this._getChildChangeListener(i);o.attachInvalidate.call(o,e)}o instanceof HTMLSlotElement&&this._attachSlotChange(o,i,!!r.invalidateOnChildChange);const _=r.propertyName||i;s.has(_)?s.get(_).push({child:o,idx:a}):s.set(_,[{child:o,idx:a}])}));await Promise.all(_),s.forEach(((e,t)=>{this._state[t]=e.sort(((e,t)=>e.idx-t.idx)).map((e=>e.child)),this._state[c$a(t)]=this._state[t]}));let l=!1;for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;n$h(i.get(t),this._state[t])||(y$6.call(this,{type:"slot",name:r.get(t),reason:"children"}),l=!0,e.getMetadata().isFormAssociated()&&e$c(this))}l||y$6.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(e,t){const o=t.propertyName||e;this._state[o].forEach((t=>{if(v$3(t)){const o=this._getChildChangeListener(e);t.detachInvalidate.call(t,o)}t instanceof HTMLSlotElement&&this._detachSlotChange(t,e)})),this._state[o]=[],this._state[c$a(o)]=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)&&y$6.call(this,{type:"slot",name:e,reason:"childchange",child:t.target})}attributeChangedCallback(e,t,o){let a;if(this._doNotSyncAttributes.has(e))return;const i=this.constructor.getMetadata().getProperties(),r=e.replace(/^ui5-/,""),n=c$a(r);if(i.hasOwnProperty(n)){const e=i[n];a=(e.converter??O$2).fromAttribute(o,e.type),this[n]=a}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$8(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(e,t){const o=this.constructor;if(!o.getMetadata().hasAttribute(e))return;const a=o.getMetadata().getProperties()[e],i=l$g(e),r=(a.converter||O$2).toAttribute(t,a.type);this._doNotSyncAttributes.add(i),null==r?this.removeAttribute(i):this.setAttribute(i,r),this._doNotSyncAttributes.delete(i)}_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,o){const a=this._getSlotChangeListener(t);e.addEventListener("slotchange",(i=>{if(a.call(e,i),o){const o=this._slotsAssignedNodes.get(e);o&&o.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.detachInvalidate.call(e,o)}}));const a=s$f([e]);this._slotsAssignedNodes.set(e,a),a.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.attachInvalidate.call(e,o)}}))}}))}_detachSlotChange(e,t){e.removeEventListener("slotchange",this._getSlotChangeListener(t))}_onSlotChange(e){y$6.call(this,{type:"slot",name:e,reason:"slotchange"})}onInvalidation(e){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[t,o]of Object.entries(e))this._updateAttribute(t,this[t])}_render(){const e=this.constructor,t=e.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach((([e,t])=>{delete this[e],this[e]=t})),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],e._needsShadowDOM()&&s$d(this),this._rendered=!0,t&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach((e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot)}))}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 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!==this&&this.isConnected?t&&"function"==typeof t.focus&&t.focus(e):HTMLElement.prototype.focus.call(this,e)}fireEvent(e,t,o=!1,a=!0){const i=this._fireEvent(e,t,o,a),r=C$3(e);return r!==e?i&&this._fireEvent(r,t,o,a):i}fireDecoratorEvent(e,t){const o=this.getEventData(e),a=!!o&&o.cancelable,i=!!o&&o.bubbles,r=this._fireEvent(e,t,a,i),n=C$3(e);return n!==e?r&&this._fireEvent(n,t,a,i):r}_fireEvent(e,t,o=!1,a=!0){const i=new CustomEvent(`ui5-${e}`,{detail:t,composed:!1,bubbles:a,cancelable:o}),r=this.dispatchEvent(i);if(a$b(e))return r;const n=new CustomEvent(e,{detail:t,composed:!1,bubbles:a,cancelable:o});return this.dispatchEvent(n)&&r}getEventData(e){return this.constructor.getMetadata().getEvents()[e]}getSlottedNodes(e){return s$f(this[e])}attachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",e)}detachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",e)}get effectiveDir(){return n$w(this.constructor),r$d(this)}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const e=this.getMetadata().getPureTag(),t=this.getUniqueDependencies().map((e=>e.getMetadata().getPureTag())).filter(i$s);return i$s(e)&&t.push(e),t}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const e=this.prototype,t=this.getMetadata().slotsAreManaged(),o=this.getMetadata().getProperties();for(const[t,a]of Object.entries(o)){r$c(t)||console.warn(`"${t}" is not a valid property name. Use a name that does not collide with DOM APIs`);const o=at(e,t);let a,i;(null==o?void 0:o.set)&&(a=o.set),(null==o?void 0:o.get)&&(i=o.get),Object.defineProperty(e,t,{get(){return i?i.call(this):this._state[t]},set(e){const o=this.constructor,r=i?i.call(this):this._state[t];if(r!==e){if(a?a.call(this,e):this._state[t]=e,y$6.call(this,{type:"property",name:t,newValue:e,oldValue:r}),this._rendered){const e=i?i.call(this):this._state[t];this._updateAttribute(t,e)}o.getMetadata().isFormAssociated()&&e$c(this)}}})}if(t){const t=this.getMetadata().getSlots();for(const[o,a]of Object.entries(t)){r$c(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const t=a.propertyName||o,i={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...)")}};Object.defineProperty(e,t,i),t!==c$a(t)&&Object.defineProperty(e,c$a(t),i)}}}static get dependencies(){return[]}static cacheUniqueDependencies(){const e=this.dependencies.filter(((e,t,o)=>o.indexOf(e)===t));I$2.set(this,e)}static getUniqueDependencies(){return I$2.has(this)||this.cacheUniqueDependencies(),I$2.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map((e=>{const{bundleName:t}=e[1];return f$a(t)})))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u$8(s$8().getLanguage(),s$8().getRegion(),s$8().getScript()):Promise.resolve()}static get i18nBundles(){return this.i18nBundleStorage}static define(){this.definePromise=(async()=>{await b$8();const e=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[t]=e;Object.entries(this.getMetadata().getI18n()).forEach(((e,o)=>{const a=e[1].bundleName;this.i18nBundleStorage[a]=t[o]})),this.asyncFinished=!0})();const e=this.getMetadata().getTag(),t=w$9(e),o=customElements.get(e);return o&&!t?$$4(e):o||(this._generateAccessors(),h$a(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const e=[this.metadata];let t=this;for(;t!==_b;)t=Object.getPrototypeOf(t),e.unshift(t.metadata);const o=e$l({},...e);return this._metadata=new p$6(o),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}).metadata={},_b.styles="",_b.i18nBundleStorage={},_b);const v$3=e=>"isUI5Element"in e,m$8=(e={})=>t=>{if(Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={}),"string"==typeof e)return void(t.metadata.tag=e);const{tag:o,languageAware:a,themeAware:i,cldr:r,fastNavigation:n,formAssociated:s,shadowRootOptions:_}=e;t.metadata.tag=o,a&&(t.metadata.languageAware=a),r&&(t.metadata.cldr=r),i&&(t.metadata.themeAware=i),n&&(t.metadata.fastNavigation=n),s&&(t.metadata.formAssociated=s),_&&(t.metadata.shadowRootOptions=_),["renderer","template","styles","dependencies"].forEach((o=>{e[o]&&Object.defineProperty(t,o,{get:()=>e[o]})}))},s$6=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.properties||(i.properties={});const r=i.properties;r[o]||(r[o]=e??{})},l$b=(e,t={})=>o=>{Object.prototype.hasOwnProperty.call(o,"metadata")||(o.metadata={});const a=o.metadata;a.events||(a.events={});const i=a.events;i[e]||(t.bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,i[e]=t)},d$5=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.slots||(i.slots={});const r=i.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),a.metadata.managedSlots=!0},i$a=e=>(t,o)=>{t.metadata.i18n||(t.metadata.i18n={}),Object.defineProperty(t,o,{get:()=>t.i18nBundles[e],set(){}}),t.metadata.i18n[o]={bundleName:e,target:t}};var n$a,l$a,t$a,i$9,o$6,r$7,e$9,f$8,c$6,s$5,a$8,h$1,p$4={},v$2=[],y$5=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$4=Array.isArray;function w$2(e,t){for(var o in t)e[o]=t[o];return e}function _$1(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function g$3(e,t,o){var a,i,r,n={};for(r in t)"key"==r?a=t[r]:"ref"==r?i=t[r]:n[r]=t[r];if(arguments.length>2&&(n.children=arguments.length>3?n$a.call(arguments,2):o),"function"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===n[r]&&(n[r]=e.defaultProps[r]);return m$7(e,n,a,i,null)}function m$7(e,t,o,a,i){var r={type:e,props:t,key:o,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==i?++t$a:i,__i:-1,__u:0};return null==i&&null!=l$a.vnode&&l$a.vnode(r),r}function k$4(e){return e.children}function x$1(e,t){this.props=e,this.context=t}function C$1(e,t){if(null==t)return e.__?C$1(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e)return o.__e;return"function"==typeof e.type?C$1(e):null}function S$2(e){var t,o;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e){e.__e=e.__c.base=o.__e;break}return S$2(e)}}function M$2(e){(!e.__d&&(e.__d=!0)&&i$9.push(e)&&!P$2.__r++||o$6!==l$a.debounceRendering)&&((o$6=l$a.debounceRendering)||r$7)(P$2)}function P$2(){var e,t,o,a,i,r,n,s;for(i$9.sort(e$9);e=i$9.shift();)e.__d&&(t=i$9.length,a=void 0,r=(i=(o=e).__v).__e,n=[],s=[],o.__P&&((a=w$2({},i)).__v=i.__v+1,l$a.vnode&&l$a.vnode(a),F(o.__P,a,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,n,null==r?C$1(i):r,!!(32&i.__u),s),a.__v=i.__v,a.__.__k[a.__i]=a,z$1(n,a,s),a.__e!=r&&S$2(a)),i$9.length>t&&i$9.sort(e$9));P$2.__r=0}function $$1(e,t,o,a,i,r,n,s,_,l,c){var d,u,p,h,v,m,g=a&&a.__k||v$2,f=t.length;for(_=I$1(o,t,g,_),d=0;d<f;d++)null!=(p=o.__k[d])&&(u=-1===p.__i?p$4:g[p.__i]||p$4,p.__i=d,m=F(e,p,u,i,r,n,s,_,l,c),h=p.__e,p.ref&&u.ref!=p.ref&&(u.ref&&V$1(u.ref,null,p),c.push(p.ref,p.__c||h,p)),null==v&&null!=h&&(v=h),4&p.__u||u.__k===p.__k?_=H$2(p,_,e):"function"==typeof p.type&&void 0!==m?_=m:h&&(_=h.nextSibling),p.__u&=-7);return o.__e=v,_}function I$1(e,t,o,a){var i,r,n,s,_,l=t.length,c=o.length,d=c,u=0;for(e.__k=[],i=0;i<l;i++)null!=(r=t[i])&&"boolean"!=typeof r&&"function"!=typeof r?(s=i+u,(r=e.__k[i]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?m$7(null,r,null,null,null):d$4(r)?m$7(k$4,{children:r},null,null,null):void 0===r.constructor&&r.__b>0?m$7(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r).__=e,r.__b=e.__b+1,n=null,-1!==(_=r.__i=O$1(r,o,s,d))&&(d--,(n=o[_])&&(n.__u|=2)),null==n||null===n.__v?(-1==_&&u--,"function"!=typeof r.type&&(r.__u|=4)):_!==s&&(_==s-1?u--:_==s+1?u++:(_>s?u--:u++,r.__u|=4))):r=e.__k[i]=null;if(d)for(i=0;i<c;i++)null!=(n=o[i])&&!(2&n.__u)&&(n.__e==a&&(a=C$1(n)),q$1(n,n));return a}function H$2(e,t,o){var a,i;if("function"==typeof e.type){for(a=e.__k,i=0;a&&i<a.length;i++)a[i]&&(a[i].__=e,t=H$2(a[i],t,o));return t}e.__e!=t&&(t&&e.type&&!o.contains(t)&&(t=C$1(e)),o.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function O$1(e,t,o,a){var i=e.key,r=e.type,n=o-1,s=o+1,_=t[o];if(null===_||_&&i==_.key&&r===_.type&&!(2&_.__u))return o;if(("function"!=typeof r||r===k$4||i)&&a>(null==_||2&_.__u?0:1))for(;n>=0||s<t.length;){if(n>=0){if((_=t[n])&&!(2&_.__u)&&i==_.key&&r===_.type)return n;n--}if(s<t.length){if((_=t[s])&&!(2&_.__u)&&i==_.key&&r===_.type)return s;s++}}return-1}function T$4(e,t,o){"-"===t[0]?e.setProperty(t,null==o?"":o):e[t]=null==o?"":"number"!=typeof o||y$5.test(t)?o:o+"px"}function j$1(e,t,o,a,i){var r,n;e:if("style"===t)if("string"==typeof o)e.style.cssText=o;else{if("string"==typeof a&&(e.style.cssText=a=""),a)for(t in a)o&&t in o||T$4(e.style,t,"");if(o)for(t in o)a&&o[t]===a[t]||T$4(e.style,t,o[t])}else if("o"===t[0]&&"n"===t[1])r=t!==(t=t.replace(f$8,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?a?o.t=a.t:(o.t=c$6,e.addEventListener(t,r?a$8:s$5,r)):e.removeEventListener(t,r?a$8:s$5,r);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{n=e.tagName&&e.tagName.includes("-"),o!==a&&(e[t]=null!=o||n?o:"");break e}catch(e){}"function"==typeof o||(null==o||!1===o&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==o?"":o))}}function A$4(e){return function(t){if(this.l){var o=this.l[t.type+e];if(null==t.u)t.u=c$6++;else if(t.u<o.t)return;return o(l$a.event?l$a.event(t):t)}}}function F(e,t,o,a,i,r,n,s,_,l){var c,d,u,p,h,v,m,g,f,b,y,C,T,$,w,S,k,x=t.type;if(void 0!==t.constructor)return null;128&o.__u&&(_=!!(32&o.__u),r=[s=t.__e=o.__e]),(c=l$a.__b)&&c(t);e:if("function"==typeof x)try{if(g=t.props,f="prototype"in x&&x.prototype.render,b=(c=x.contextType)&&a[c.__c],y=c?b?b.props.value:c.__:a,o.__c?m=(d=t.__c=o.__c).__=d.__E:(f?t.__c=d=new x(g,y):(t.__c=d=new x$1(g,y),d.constructor=x,d.render=B),b&&b.sub(d),d.props=g,d.state||(d.state={}),d.context=y,d.__n=a,u=d.__d=!0,d.__h=[],d._sb=[]),f&&null==d.__s&&(d.__s=d.state),f&&null!=x.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=w$2({},d.__s)),w$2(d.__s,x.getDerivedStateFromProps(g,d.__s))),p=d.props,h=d.state,d.__v=t,u)f&&null==x.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),f&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(f&&null==x.getDerivedStateFromProps&&g!==p&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(g,y),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(g,d.__s,y)||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=g,d.state=d.__s,d.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.some((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&n.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(g,d.__s,y),f&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(p,h,v)}))}if(d.context=y,d.props=g,d.__P=e,d.__e=!1,T=l$a.__r,$=0,f){for(d.state=d.__s,d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[]}else do{d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++$<25);d.state=d.__s,null!=d.getChildContext&&(a=w$2(w$2({},a),d.getChildContext())),f&&!u&&null!=d.getSnapshotBeforeUpdate&&(v=d.getSnapshotBeforeUpdate(p,h)),s=$$1(e,d$4(S=null!=c&&c.type===k$4&&null==c.key?c.props.children:c)?S:[S],t,o,a,i,r,n,s,_,l),d.base=t.__e,t.__u&=-161,d.__h.length&&n.push(d),m&&(d.__E=d.__=null)}catch(e){if(t.__v=null,_||null!=r)if(e.then){for(t.__u|=_?160:128;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;r[r.indexOf(s)]=null,t.__e=s}else for(k=r.length;k--;)_$1(r[k]);else t.__e=o.__e,t.__k=o.__k;l$a.__e(e,t,o)}else null==r&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):s=t.__e=N$2(o.__e,t,o,a,i,r,n,_,l);return(c=l$a.diffed)&&c(t),128&t.__u?void 0:s}function z$1(e,t,o){for(var a=0;a<o.length;a++)V$1(o[a],o[++a],o[++a]);l$a.__c&&l$a.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){l$a.__e(e,t.__v)}}))}function N$2(e,t,o,a,i,r,n,s,_){var l,c,d,u,p,h,v,m,g=o.props,f=t.props,b=t.type;if("svg"===b?i="http://www.w3.org/2000/svg":"math"===b?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=r)for(l=0;l<r.length;l++)if((p=r[l])&&"setAttribute"in p==!!b&&(b?p.localName===b:3===p.nodeType)){e=p,r[l]=null;break}if(null==e){if(null===b)return document.createTextNode(f);e=document.createElementNS(i,b,f.is&&f),s&&(l$a.__m&&l$a.__m(t,r),s=!1),r=null}if(null===b)g===f||s&&e.data===f||(e.data=f);else{if(r=r&&n$a.call(e.childNodes),g=o.props||p$4,!s&&null!=r)for(g={},l=0;l<e.attributes.length;l++)g[(p=e.attributes[l]).name]=p.value;for(l in g)if(p=g[l],"children"==l);else if("dangerouslySetInnerHTML"==l)d=p;else if(!(l in f)){if("value"==l&&"defaultValue"in f||"checked"==l&&"defaultChecked"in f)continue;j$1(e,l,null,p,i)}for(l in f)p=f[l],"children"==l?u=p:"dangerouslySetInnerHTML"==l?c=p:"value"==l?h=p:"checked"==l?v=p:s&&"function"!=typeof p||g[l]===p||((l.startsWith("on")||"ref"===l&&"function"==typeof p)&&(m=a[Object.keys(a)[0]])&&(p=p.bind(m.props.value)),j$1(e,l,p,g[l],i));if(c)s||d&&(c.__html===d.__html||c.__html===e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(d&&(e.innerHTML=""),$$1(e,d$4(u)?u:[u],t,o,a,"foreignObject"===b?"http://www.w3.org/1999/xhtml":i,r,n,r?r[0]:o.__k&&C$1(o,0),s,_),null!=r)for(l=r.length;l--;)_$1(r[l]);s||(l="value","progress"===b&&null==h?e.removeAttribute("value"):void 0!==h&&(h!==e[l]||"progress"===b&&!h||"option"===b&&h!==g[l])&&j$1(e,l,h,g[l],i),l="checked",void 0!==v&&v!==e[l]&&j$1(e,l,v,g[l],i))}return e}function V$1(e,t,o){try{if("function"==typeof e){var a="function"==typeof e.__u;a&&e.__u(),a&&null==t||(e.__u=e(t))}else e.current=t}catch(e){l$a.__e(e,o)}}function q$1(e,t,o){var a,i;if(l$a.unmount&&l$a.unmount(e),(a=e.ref)&&(a.current&&a.current!==e.__e||V$1(a,null,t)),null!=(a=e.__c)){if(a.componentWillUnmount)try{a.componentWillUnmount()}catch(e){l$a.__e(e,t)}a.base=a.__P=null}if(a=e.__k)for(i=0;i<a.length;i++)a[i]&&q$1(a[i],t,o||"function"!=typeof e.type);o||_$1(e.__e),e.__c=e.__=e.__e=void 0}function B(e,t,o){return this.constructor(e,o)}function D$3(e,t,o){var a,i,r,n;t===document&&(t=document.documentElement),l$a.__&&l$a.__(e,t),i=(a="function"==typeof o)?null:o&&o.__k||t.__k,r=[],n=[],F(t,e=(!a&&o||t).__k=g$3(k$4,null,[e]),i||p$4,p$4,t.namespaceURI,!a&&o?[o]:i?null:t.firstChild?n$a.call(t.childNodes):null,r,!a&&o?o:i?i.__e:t.firstChild,a,n),z$1(r,e,n)}function E$2(e,t){D$3(e,t,E$2)}function J(e,t){var o={__c:t="__cC"+h$1++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var o,a;return this.getChildContext||(o=new Set,(a={})[t]=this,this.getChildContext=function(){return a},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&o.forEach((function(e){e.__e=!0,M$2(e)}))},this.sub=function(e){o.add(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){o&&o.delete(e),t&&t.call(e)}}),e.children}};return o.Provider.__=o.Consumer.contextType=o}n$a=v$2.slice,l$a={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},t$a=0,x$1.prototype.setState=function(e,t){var o;o=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w$2({},this.state),"function"==typeof e&&(e=e(w$2({},o),this.props)),e&&w$2(o,e),null!=e&&this.__v&&(t&&this._sb.push(t),M$2(this))},x$1.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),M$2(this))},x$1.prototype.render=k$4,i$9=[],r$7="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e$9=function(e,t){return e.__v.__b-t.__v.__b},P$2.__r=0,f$8=/(PointerCapture)$|Capture$/i,c$6=0,s$5=A$4(!1),a$8=A$4(!0),h$1=0;var f$7=0;function u$7(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$7,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$a.vnode&&l$a.vnode(l),l}const l$9=new WeakMap,y$4=(e,t)=>{var o;let a=l$9.get(e);a||(a=J(e),l$9.set(e,a));const i=e.render(),r=u$7(a.Provider,{value:e,children:i});e.__shouldHydrate?(null==(o=e.shadowRoot)||o.querySelectorAll("style").forEach((e=>e.remove())),E$2(r,t),e.__shouldHydrate=!1):D$3(r,t)},y$3={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},b$4=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&!a$7(e),i$8=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&e$8(e,!1,!1,!0),C=e=>e$8(e,!0,!1,!1),A$3=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&!a$7(e),K=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&e$8(e,!1,!1,!0),D$2=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&!a$7(e),R2=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&!a$7(e),P$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&!a$7(e),_=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&!a$7(e),S$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!1),u$6=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!1),O=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!1,!0),N$1=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!1,!0),w$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!0,!1),T$3=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!0,!1),h=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&e$8(e,!1,!1,!0),I=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&e$8(e,!1,!1,!0),p$3=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!0),W=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!0),M$1=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&!a$7(e),n$9=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&!a$7(e),G=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&e$8(e,!0,!1,!1),H$1=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&e$8(e,!0,!1,!1),m$6=e=>(e.key?"Escape"===e.key||"Esc"===e.key:e.keyCode===y$3.ESCAPE)&&!a$7(e),x=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&!a$7(e),V=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&e$8(e,!1,!1,!0),Q=e=>(e.key?"Backspace"===e.key:e.keyCode===y$3.BACKSPACE)&&!a$7(e),X=e=>(e.key?"Delete"===e.key:e.keyCode===y$3.DELETE)&&!a$7(e),j=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&!a$7(e),q=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&!a$7(e),z2=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!1,!0),$=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!0,!1),v$1=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!1,!0),oo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!0,!1),yo=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!0,!1,!0),eo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!0,!1,!0),ko=e=>e.key?s$4(e)||Ao(e):e.keyCode===y$3.F4&&!a$7(e)||e.keyCode===y$3.ARROW_DOWN&&e$8(e,!1,!0,!1),s$4=e=>"F4"===e.key&&!a$7(e),lo=e=>(e.key?"F4"===e.key:e.keyCode===y$3.F4)&&e$8(e,!1,!1,!0),bo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!1)||(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!0,!1),fo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!0)||(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!0,!1),Co=e=>(e.key?"F8"===e.key:e.keyCode===y$3.F8)&&e$8(e,!0,!0,!1),Ao=e=>("ArrowDown"===e.key||"Down"===e.key||"ArrowUp"===e.key||"Up"===e.key)&&e$8(e,!1,!0,!1),Ko=e=>"Shift"===e.key||e.keyCode===y$3.SHIFT,Ro=e=>("A"===e.key||"a"===e.key||e.which===y$3.A)&&e$8(e,!1,!1,!1),Po=e=>("P"===e.key||"p"===e.key||e.which===y$3.P)&&e$8(e,!1,!1,!1),a$7=e=>e.shiftKey||e.altKey||k$3(e),k$3=e=>!(!e.metaKey&&!e.ctrlKey),e$8=(e,t,o,a)=>e.shiftKey===a&&e.altKey===o&&k$3(e)===t,_o=e=>(e.key?-1!=="0123456789".indexOf(e.key):e.keyCode>=y$3.DIGIT_0&&e.keyCode<=y$3.DIGIT_9)&&e$8(e,!1,!1,!1),Uo=e=>(e.key?":"===e.key:e.keyCode===y$3.COLON)&&e$8(e,!1,!1,!0),b$3=new WeakMap,o$5=new WeakMap,v={attributes:!0,childList:!0,characterData:!0,subtree:!0},A$2=e=>{const t=e;return t.accessibleNameRef?E$1(e):t.accessibleName?t.accessibleName:void 0},E$1=e=>{var t;const o=(null==(t=e.accessibleNameRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a},f$6=e=>{const t=new Set;u$5(e).forEach((e=>{t.add(e)}));const o=[e.accessibleNameRef,e.accessibleDescriptionRef].filter(Boolean).join(" ");return(o?o.split(" "):[]).forEach((o=>{const a=m$5(e,o);a&&t.add(a)})),Array.from(t)},u$5=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m$5=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),M2=e=>{const t=[];if(u$5(e).forEach((e=>{const o=e.textContent;o&&t.push(o)})),t.length)return t.join(" ")},k$2=e=>t=>{const o=t&&"property"===t.type&&"accessibleNameRef"===t.name,a=t&&"property"===t.type&&"accessibleDescriptionRef"===t.name;if(!o&&!a)return;const i=o$5.get(e);if(!i)return;const r=i.observedElements,n=f$6(e);r.forEach((e=>{n.includes(e)||d$3(i,e)})),n.forEach((e=>{r.includes(e)||(g$2(i,e),i.observedElements.push(e))})),null==i||i.callback()},y$2=(e,t)=>{if(o$5.has(e))return;const o=f$6(e),a=k$2(e),i={host:e,observedElements:o,callback:t,invalidationCallback:a};o$5.set(e,i),e.attachInvalidate(a),o.forEach((e=>{g$2(i,e)})),t()},g$2=(e,t)=>{let o=b$3.get(t);if(!o){o={observer:null,callbacks:[]};const a=new MutationObserver((()=>{o.callbacks.forEach((e=>{e()}));const a=document.getElementById(t.id);e.host.id===t.getAttribute("for")||a||d$3(e,t)}));o.observer=a,a.observe(t,v),b$3.set(t,o)}o.callbacks.includes(e.callback)||o.callbacks.push(e.callback)},d$3=(e,t)=>{var o;const a=b$3.get(t);a&&(a.callbacks=a.callbacks.filter((t=>t!==e.callback)),a.callbacks.length||(null==(o=a.observer)||o.disconnect(),b$3.delete(t))),e.observedElements=e.observedElements.filter((e=>e!==t))},T$2=e=>{const t=o$5.get(e);t&&([...t.observedElements].forEach((e=>{d$3(t,e)})),e.detachInvalidate(t.invalidationCallback),o$5.delete(e))},L$2=e=>{const t=e;return t.accessibleDescriptionRef?p$2(e):t.accessibleDescription?t.accessibleDescription:void 0},p$2=e=>{var t;const o=(null==(t=e.accessibleDescriptionRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a};var t$9=(e=>(e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite",e))(t$9||{});const n$8=e=>t$9[e]?t$9[e]:e;var t$8=(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",e))(t$8||{});const s$3=new Map;s$3.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$3.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$3.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$5=(e,t)=>{s$3.has(e)?s$3.set(e,{...t,...s$3.get(e)}):s$3.set(e,t)},r$6=e=>{const t=n$l()?"legacy":"sap_horizon";return s$3.has(e)?s$3.get(e)[t]:e},t$7=new Map,c$4=e=>t$7.get(e),i$7=e=>{const t=c$4(r$f());return!e&&t?n$8(t):r$6(e||"SAP-icons")},w="legacy",s$2=new Map,c$3=m$k("SVGIcons.registry",new Map),i$6=m$k("SVGIcons.promises",new Map),l$8="ICON_NOT_FOUND",N2=async e=>{if(!i$6.has(e)){if(!s$2.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=s$2.get(e);i$6.set(e,t(e))}return i$6.get(e)},f$5=e=>{Object.keys(e.data).forEach((t=>{const o=e.data[t];y$1(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName})}))},y$1=(e,t)=>{const o=`${t.collection}/${e}`,a={collection:t.collection,packageName:t.packageName,pathData:t.pathData,viewBox:t.viewBox,ltr:t.ltr,accData:t.accData,customTemplate:t.customTemplate};c$3.set(o,a)},u$4=e=>{let t;return e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://","")),[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=n$8(t)),{name:e,collection:t}},D$1=e=>{const{name:t,collection:o}=u$4(e);return g$1(o,t)},n$7=async e=>{const{name:t,collection:o}=u$4(e);let a=l$8;try{a=await N2(i$7(o))}catch(e){console.error(e.message)}if(a===l$8)return a;return g$1(o,t)||(Array.isArray(a)?a.forEach((e=>{f$5(e),c$5(o,{[e.themeFamily||w]:e.collection})})):f$5(a),g$1(o,t))},g$1=(e,t)=>{const o=`${i$7(e)}/${t}`;return c$3.get(o)},A$1=async e=>{var t;if(!e)return;let o=D$1(e);return o||(o=await n$7(e)),o&&o!==l$8&&o.accData?o.packageName?(await f$a(o.packageName)).getText(o.accData):(null==(t=o.accData)?void 0:t.defaultText)||"":void 0},t$6=e=>Array.from(e).filter((e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||0!==(e.nodeValue||"").trim().length))).length>0;let e$7;const l$7=()=>(void 0===e$7&&(e$7=b$9()),e$7);function n$6(e){return e.toLowerCase()}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 ButtonBadgeDesign;!function(e){e.InlineText="InlineText",e.OverlayText="OverlayText",e.AttentionDot="AttentionDot"}(ButtonBadgeDesign||(ButtonBadgeDesign={}));const ButtonBadgeDesign$1=ButtonBadgeDesign;var l$6;function k$1(e){return e.children}l$6={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},"function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;var f$4=0;function u$3(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$4,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$6.vnode&&l$6.vnode(l),l}function hash2str(e){let t="";for(const o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const camelToKebabMap=new Map,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)},pascalToKebabCase=e=>camelToKebabCase(e);function convertEventScoping(e,t,o){const a=e.getMetadata().getEvents();Object.keys(t).forEach((e=>{if(e.startsWith("on")){const o=e.slice(2),i=pascalToKebabCase(o),r=o.charAt(0).toLowerCase()+o.slice(1);let n;i in a?n=i:r in a&&(n=r),n&&"onClick"!==e&&(t[`onui5-${n}`]=t[e],delete t[e])}}))}function isUI5ElementClass(e){return"function"==typeof e&&"getMetadata"in e}function preprocess(e,t,o){let a;return isUI5ElementClass(e)?(a=e.getMetadata().getTag(),convertEventScoping(e,t)):a=e,"object"==typeof t.class&&(t.class=hash2str(t.class)),a}const old=l$6.vnode;function Fragment(e,t){return k$1(e)}function jsx(e,t,o){return u$3(preprocess(e,t),t,o)}function jsxs(e,t,o){return u$3(preprocess(e,t),t,o)}function IconTemplate(){return jsxs("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.hasIconTooltip&&jsxs("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),jsx("g",{role:"presentation",children:content.call(this)})]})}function content(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?jsx("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map((e=>jsx("path",{d:e})))}var IconMode;l$6.vnode=e=>{const t=e.props;null!==t&&"object"==typeof t&&t.class&&t.class,old&&old(e)},function(e){e.Image="Image",e.Decorative="Decorative",e.Interactive="Interactive"}(IconMode||(IconMode={}));const IconMode$1=IconMode,defaultThemeBase='.sapThemeMetaData-Base-baseLib{background-image:url(\'data:text/plain;utf-8,{"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": "15.0.8"}, "Version": { "Build": "11.29.3.20250417070835", "Source": "11.29.3"}}\')}: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": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #131e29;--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: #131e29;--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: #131e29;--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(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #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_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--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: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--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: #131e29;--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: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--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);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--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: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--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_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--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: #131e29;--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;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--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);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--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: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--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_Selected_Dimension: 111px;--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: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--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: #131e29;--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;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--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_TextColor: #830707;--sapIndicationColor_1b_Background: #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_TextColor: #a90909;--sapIndicationColor_2b_Background: #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: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--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_TextColor: #256f28;--sapIndicationColor_4b_Background: #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: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--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_TextColor: #156b58;--sapIndicationColor_6b_Background: #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_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #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_TextColor: #a100c2;--sapIndicationColor_8b_Background: #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_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #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_TextColor: #464646;--sapIndicationColor_10b_Background: #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_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #96ccff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #3b9ffe;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #168eff;--sapChart_Sequence_1_Minus1: #077cea;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #077cea;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #06559e;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #054887;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #043b6e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #623c00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #2f13a8;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapFontUrl_SAP-icons_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff);--sapSapThemeId: sap_horizon;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px}@font-face{font-family:SAP-icons;src:url(../sap_horizon/fonts/SAP-icons.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons.ttf) format("truetype"),local("SAP-icons");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-TNT;src:url(../sap_horizon/fonts/SAP-icons-TNT.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons-TNT.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons-TNT.ttf) format("truetype"),local("SAP-icons-TNT");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-Business-Suite;src:url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2) format("woff2"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff) format("woff"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf) format("truetype"),local("SAP-icons-Business-Suite_woff2");font-weight:400;font-style:normal}@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular.woff) format("woff"),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(../baseTheme/fonts/72-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular-full.woff) format("woff")}@font-face{font-family:"72-Bold";src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),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";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),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";src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72-Semibold";src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");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";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");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-Semiboldfull";src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72-SemiboldDuplex";src:url(../baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex.woff) format("woff"),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}@font-face{font-family:"72-SemiboldDuplexfull";src:url(../baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex-full.woff) format("woff")}@font-face{font-family:"72-Light";src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),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";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),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";src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72Black";src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+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";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+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(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72-BoldItalic";src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");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";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");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:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic-full.woff) format("woff")}@font-face{font-family:"72-Condensed";src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");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";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");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";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed-full.woff) format("woff");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-CondensedBold";src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");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";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");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;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold-full.woff) format("woff")}@font-face{font-family:"72-Italic";src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");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";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");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:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic-full.woff) format("woff")}@font-face{font-family:"72Mono";src:url(../baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular.woff) format("woff"),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(../baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular-full.woff) format("woff")}@font-face{font-family:"72Mono-Bold";src:url(../baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold.woff) format("woff"),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(../baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold-full.woff) format("woff")}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}\n',defaultTheme=':root{--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-15-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-15-0-avatar-border-radius-img-deduction: .0625rem;--ui5-v2-15-0-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-v2-15-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-15-0-avatar-placeholder-color: var(--ui5-v2-15-0-avatar-initials-color);--_ui5-v2-15-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--_ui5-v2-15-0_avatar_focus_offset: .1875rem;--ui5-v2-15-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_avatar_fontsize_XS: 1rem;--_ui5-v2-15-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-15-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-15-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-15-0_avatar_fontsize_XL: 3rem;--ui5-v2-15-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-15-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-15-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-15-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-15-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-15-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-15-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-15-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-15-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-15-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-15-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-15-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-15-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-15-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-15-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-15-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-15-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-15-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-15-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-15-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-15-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-15-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-15-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-15-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-15-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-15-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-15-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-15-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-15-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5-v2-15-0_avatar_icon_XS: var(--_ui5-v2-15-0_avatar_fontsize_XS);--_ui5-v2-15-0_avatar_icon_S: var(--_ui5-v2-15-0_avatar_fontsize_S);--_ui5-v2-15-0_avatar_icon_M: var(--_ui5-v2-15-0_avatar_fontsize_M);--_ui5-v2-15-0_avatar_icon_L: var(--_ui5-v2-15-0_avatar_fontsize_L);--_ui5-v2-15-0_avatar_icon_XL: var(--_ui5-v2-15-0_avatar_fontsize_XL);--_ui5-v2-15-0_avatar_group_button_focus_border: none;--_ui5-v2-15-0_avatar_group_padding: .3rem;--_ui5-v2-15-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-15-0-tag-height: 1rem;--_ui5-v2-15-0-tag-icon-width: .75rem;--ui5-v2-15-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-15-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-15-0-tag-information-text-shadow: var(--ui5-v2-15-0-tag-text-shadow);--ui5-v2-15-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-15-0-tag-height_size_l: 1.5rem;--_ui5-v2-15-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-15-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-15-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-15-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-15-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-15-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-15-0-tag-text-transform: none;--_ui5-v2-15-0-tag-icon-gap: .25rem;--_ui5-v2-15-0-tag-font-weight: normal;--_ui5-v2-15-0-tag-letter-spacing: normal;--ui5-v2-15-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-15-0_bar_base_height: 2.75rem;--_ui5-v2-15-0_bar_subheader_height: 3rem;--_ui5-v2-15-0_bar-start-container-padding-start: 1rem;--_ui5-v2-15-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-15-0_bar-end-container-padding-end: 1rem;--_ui5-v2-15-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-15-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-15-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-15-0-button-badge-diameter: .75rem;--_ui5-v2-15-0-calendar-legend-root-padding: .75rem;--_ui5-v2-15-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-15-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-15-0-calendar-legend-item-box-dot-display: block;--_ui5-v2-15-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-15-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-15-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-15-0_card_header_title_font_weight: normal;--_ui5-v2-15-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-15-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_card_header_focus_offset: 0px;--_ui5-v2-15-0_card_header_focus_radius: var(--_ui5-v2-15-0_card_border-radius);--_ui5-v2-15-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-15-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-15-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-15-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-15-0_card_header_border: none;--_ui5-v2-15-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-15-0_card_border: none;--ui5-v2-15-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-15-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-15-0_carousel_button_size: 2.5rem;--ui5-v2-15-0_carousel_inactive_dot_size: .25rem;--ui5-v2-15-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-15-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-15-0_checkbox_transition: unset;--_ui5-v2-15-0_checkbox_border_radius: 0;--_ui5-v2-15-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_checkbox_outer_hover_background: transparent;--_ui5-v2-15-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-15-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-15-0_checkbox_wrapped_focus_padding: .5rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-15-0_checkbox_focus_position);--_ui5-v2-15-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-15-0_checkbox_compact_width_height: 2rem;--_ui5-v2-15-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-15-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_wrapper_padding);--_ui5-v2-15-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_checkbox_default_focus_border: none;--_ui5-v2-15-0_checkbox_focus_outline_display: block;--_ui5-v2-15-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-15-0_checkbox_width_height: 2.75rem;--_ui5-v2-15-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-15-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-15-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-15-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_checkbox_focus_position: .3125rem;--_ui5-v2-15-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-15-0_checkbox_right_focus_distance: .3125rem;--_ui5-v2-15-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-15-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 9.5rem;--_ui5-v2-15-0_color-palette-button-height: 3rem;--_ui5-v2-15-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-15-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-15-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-15-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-15-0_color-palette-item-selected-focused-border: none;--_ui5-v2-15-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-15-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-15-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-15-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-15-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-15-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-15-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-15-0-datepicker_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_margin: 2px;--_ui5-v2-15-0_daypicker_item_border: none;--_ui5-v2-15-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_background: transparent;--_ui5-v2-15-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-15-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-15-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-15-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-15-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-15-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-15-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-15-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-15-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-15-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-15-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-15-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-15-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-15-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-15-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-15-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-15-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-15-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-15-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-15-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-15-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-15-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-15-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-15-0_daypicker_special_day_border_top: none;--_ui5-v2-15-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-15-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-15-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-15-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-15-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-15-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-15-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_file_uploader_display_input_width: calc(100% - var(--_ui5-v2-15-0_input_icon_width));--_ui5-v2-15-0_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5-v2-15-0_input_icon_width) - var(--_ui5-v2-15-0_input_inner_space_to_tokenizer));--_ui5-v2-15-0_table_cell_valign: center;--_ui5-v2-15-0_table_cell_min_width: 2.75rem;--_ui5-v2-15-0_table_navigated_cell_width: .25rem;--_ui5-v2-15-0_first_table_cell_horizontal_padding: 1rem;--_ui5-v2-15-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-15-0_table_cell_vertical_padding: .25rem;--_ui5-v2-15-0_table_row_actions_gap: .25rem;--ui5-v2-15-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-15-0-form-item-label-justify: end;--ui5-v2-15-0-form-item-label-justify-span12: start;--ui5-v2-15-0-form-item-label-padding: .125rem 0;--ui5-v2-15-0-form-item-label-padding-end: .85rem;--ui5-v2-15-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-15-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-15-0-icon-focus-border-radius: .25rem;--_ui5-v2-15-0_input_width: 13.125rem;--_ui5-v2-15-0_input_min_width: 2.75rem;--_ui5-v2-15-0_input_height: var(--sapElement_Height);--_ui5-v2-15-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_background_color: var(--sapField_Background);--_ui5-v2-15-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_placeholder_style: italic;--_ui5-v2-15-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_bottom_border_height: 0;--_ui5-v2-15-0_input_bottom_border_color: transparent;--_ui5-v2-15-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_input_state_border_width: .125rem;--_ui5-v2-15-0_input_information_border_width: .125rem;--_ui5-v2-15-0_input_error_font_weight: normal;--_ui5-v2-15-0_input_warning_font_weight: normal;--_ui5-v2-15-0_input_focus_border_width: 1px;--_ui5-v2-15-0_input_error_warning_font_style: inherit;--_ui5-v2-15-0_input_error_warning_text_indent: 0;--_ui5-v2-15-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-15-0_input_readonly_border: none;--_ui5-v2-15-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-15-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-15-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_input_icon_min_width: 2.25rem;--_ui5-v2-15-0_input_compact_min_width: 2rem;--_ui5-v2-15-0_input_transition: none;--_ui5-v2-15-0-input-value-state-icon-display: none;--_ui5-v2-15-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_value_state_success_border_width: 1px;--_ui5-v2-15-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-15-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--ui5-v2-15-0_input_focus_pseudo_element_content: "";--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_icon_width: 2.25rem;--_ui5-v2-15-0-input-icons-count: 0;--_ui5-v2-15-0_input_margin_top_bottom: .1875rem;--_ui5-v2-15-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-15-0-input-border: none;--_ui5-v2-15-0_input_hover_border: none;--_ui5-v2-15-0_input_focus_border_radius: .25rem;--_ui5-v2-15-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-15-0_input_error_warning_border_style: none;--_ui5-v2-15-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focus_offset: 0;--_ui5-v2-15-0_input_readonly_focus_offset: .125rem;--_ui5-v2-15-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-15-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-15-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-15-0_input_value_state_success_border_width));--_ui5-v2-15-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-15-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-15-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-15-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-15-0_input_icon_border: none;--_ui5-v2-15-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-15-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-15-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-15-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-15-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-15-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-15-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-15-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-15-0_link_focus_text_decoration: underline;--_ui5-v2-15-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-15-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-15-0_link_focused_hover_text_decoration: none;--_ui5-v2-15-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-15-0_link_outline: none;--_ui5-v2-15-0_link_focus_border-radius: .125rem;--_ui5-v2-15-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_subtle_text_decoration: underline;--_ui5-v2-15-0_link_subtle_text_decoration_hover: none;--_ui5-v2-15-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-15-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-15-0-listitem-background-color: var(--sapList_Background);--ui5-v2-15-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-15-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-15-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0-listitembase_disabled_opacity: .5;--_ui5-v2-15-0_product_switch_item_border: none;--_ui5-v2-15-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-15-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_monthpicker_item_margin: .0625rem;--_ui5-v2-15-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-15-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-15-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-15-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-15-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-15-0_message_strip_icon_top: .4375rem;--_ui5-v2-15-0_message_strip_close_button_top: .125rem;--_ui5-v2-15-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-15-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-15-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-15-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-15-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-15-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-15-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-15-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-15-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-15-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-15-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-15-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-15-0_message_strip_close_button_right: .1875rem;--_ui5-v2-15-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_panel_header_height: 2.75rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_panel_button_root_height: 2.75rem;--_ui5-v2-15-0_panel_header_padding_right: .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-15-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-15-0_panel_border_bottom: none;--_ui5-v2-15-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-15-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-15-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-15-0_panel_focus_offset: 0px;--_ui5-v2-15-0_panel_focus_bottom_offset: -1px;--_ui5-v2-15-0_panel_content_padding: .625rem 1rem;--_ui5-v2-15-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-15-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_popup_content_padding_s: 1rem;--_ui5-v2-15-0_popup_content_padding_m_l: 2rem;--_ui5-v2-15-0_popup_content_padding_xl: 3rem;--_ui5-v2-15-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-15-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-15-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-15-0_popup_viewport_margin: 10px;--_ui5-v2-15-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-15-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_popup_header_border: none;--_ui5-v2-15-0_popup_border_radius: .5rem;--_ui5-v2-15-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-15-0_popup_block_layer_opacity: .2;--_ui5-v2-15-0_progress_indicator_bar_border_max: none;--_ui5-v2-15-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-15-0_progress_indicator_side_points_visibility: block;--_ui5-v2-15-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-15-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-15-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-15-0_progress_indicator_host_height: unset;--_ui5-v2-15-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-15-0_progress_indicator_root_position: relative;--_ui5-v2-15-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_root_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_overflow: visible;--_ui5-v2-15-0_progress_indicator_bar_height: .625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-15-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-15-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-15-0_progress_indicator_icon_position: absolute;--_ui5-v2-15-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-15-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-15-0_progress_indicator_value_position: absolute;--_ui5-v2-15-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-15-0_progress_indicator_value_left_position: 0;--_ui5-v2-15-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-15-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-15-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-15-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-15-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-15-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-15-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-15-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-15-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-15-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-15-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-15-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-15-0_progress_indicator_border: none;--_ui5-v2-15-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-15-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-15-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-15-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-15-0_rating_indicator_border_radius: .5rem;--_ui5-v2-15-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_rating_indicator_component_padding: .25rem;--_ui5-v2-15-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-15-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-15-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-15-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Height);--_ui5-v2-15-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-15-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-15-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_focused_border_radius: .375rem;--_ui5-v2-15-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-15-0_button_base_min_width: 2.25rem;--_ui5-v2-15-0_button_base_padding: .5625rem;--_ui5-v2-15-0_button_base_icon_margin: .375rem;--_ui5-v2-15-0_button_text_shadow: none;--_ui5-v2-15-0_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_button_fontFamily: var(--sapButton_FontFamily);--_ui5-v2-15-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_radio_button_min_width: 2.75rem;--_ui5-v2-15-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-15-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-15-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-15-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-15-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-15-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-15-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-15-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-15-0_radio_button_border: none;--_ui5-v2-15-0_radio_button_focus_outline: block;--_ui5-v2-15-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_label_offset: 1px;--_ui5-v2-15-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-15-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-15-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-15-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-15-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-15-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-15-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_radio_button_border_radius: .5rem;--_ui5-v2-15-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-15-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-15-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-15-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-15-0_radio_button_focus_dist: .375rem;--_ui5-v2-15-0_switch_height: 2.75rem;--_ui5-v2-15-0_switch_foucs_border_size: 1px;--_ui5-v2-15-0-switch-root-border-radius: 0;--_ui5-v2-15-0-switch-root-box-shadow: none;--_ui5-v2-15-0_switch_track_border_radius: .75rem;--_ui5-v2-15-0-switch-track-border: 1px solid;--_ui5-v2-15-0_switch_track_transition: none;--_ui5-v2-15-0_switch_handle_border_radius: 1rem;--_ui5-v2-15-0-switch-slider-texts-display: inline;--_ui5-v2-15-0_switch_width: 2.5rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_focus_outline: none;--_ui5-v2-15-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-15-0_switch_root_outline_top: .5rem;--_ui5-v2-15-0_switch_root_outline_bottom: .5rem;--_ui5-v2-15-0_switch_root_outline_left: -.125rem;--_ui5-v2-15-0_switch_root_outline_right: -.125rem;--_ui5-v2-15-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-15-0_switch_track_width: 2.5rem;--_ui5-v2-15-0_switch_track_height: 1.5rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-15-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-15-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-15-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-15-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-15-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-15-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-15-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-15-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-15-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-15-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_track_icon_display: inline-block;--_ui5-v2-15-0_switch_handle_width: 1.5rem;--_ui5-v2-15-0_switch_handle_height: 1.25rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_border: var(--_ui5-v2-15-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_border_width: .125rem;--_ui5-v2-15-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-15-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-15-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-15-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-15-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-15-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_left: .0625rem;--_ui5-v2-15-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-15-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_switch_text_width: 1.25rem;--_ui5-v2-15-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-15-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_text_inactive_left: .1875rem;--_ui5-v2-15-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_inactive_right: auto;--_ui5-v2-15-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-15-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-15-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-15-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-15-0_switch_text_overflow: hidden;--_ui5-v2-15-0_switch_text_z_index: 1;--_ui5-v2-15-0_switch_text_hidden: hidden;--_ui5-v2-15-0_switch_text_min_width: none;--_ui5-v2-15-0_switch_icon_width: 1rem;--_ui5-v2-15-0_switch_icon_height: 1rem;--_ui5-v2-15-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_select_icon_width: 2.25rem;--_ui5-v2-15-0_select_hover_icon_left_border: none;--_ui5-v2-15-0_select_icon_wrapper_height: calc(100% - .0625rem) ;--_ui5-v2-15-0_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_ui5-v2-15-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-15-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-15-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_split_text_button_border_color: transparent;--_ui5-v2-15-0_split_text_button_background_color: transparent;--_ui5-v2-15-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_split_button_focused_border_radius: .375rem;--_ui5-v2-15-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-15-0_split_button_middle_separator_hover_display: none;--_ui5-v2-15-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-15-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-15-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-15-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-15-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-15-0_split_button_positive_separator_color: transparent;--_ui5-v2-15-0_split_button_negative_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-15-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_header_height_text_only: var(--_ui5-v2-15-0_tc_item_text_only_height);--_ui5-v2-15-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-15-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-15-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_headeritem_padding: 1rem;--_ui5-v2-15-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-15-0_tc_headeritem_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-15-0_tc_headerItem_transition: none;--_ui5-v2-15-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-15-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-15-0_tc_headerItemContent_border_height: 0;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-15-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-15-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-15-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-15-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-15-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-15-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-15-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-15-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-15-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-15-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-15-0_tc_overflowItem_indent: .5rem;--_ui5-v2-15-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-15-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-15-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-15-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-15-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-15-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-15-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-15-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-15-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-15-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-15-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-15-0_text_max_lines: initial;--_ui5-v2-15-0_textarea_state_border_width: .125rem;--_ui5-v2-15-0_textarea_information_border_width: .125rem;--_ui5-v2-15-0_textarea_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_disabled_opacity: .4;--_ui5-v2-15-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-15-0_textarea_min_height: 2.25rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-15-0_textarea_hover_border: none;--_ui5-v2-15-0_textarea_focus_border_radius: .25rem;--_ui5-v2-15-0_textarea_error_warning_border_style: none;--_ui5-v2-15-0_textarea_line_height: 1.5;--_ui5-v2-15-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_textarea_focus_offset: 0;--_ui5-v2-15-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-15-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-15-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_inner_width: calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding)));--_ui5-v2-15-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-15-0_textarea_padding_top_information: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-15-0_textarea_readonly_border_style: dashed;--_ui5-v2-15-0-time_picker_border_radius: .25rem;--_ui5-v2-15-0_toast_vertical_offset: 3rem;--_ui5-v2-15-0_toast_horizontal_offset: 2rem;--_ui5-v2-15-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-15-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-15-0_toast_offset_width: -.1875rem;--_ui5-v2-15-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-15-0_yearpicker_item_margin: .0625rem;--_ui5-v2-15-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-15-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-15-0_calendar_header_arrow_button_border: none;--_ui5-v2-15-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-15-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-15-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-15-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_token_right_margin: .3125rem;--_ui5-v2-15-0_token_left_padding: .3125rem;--_ui5-v2-15-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_focus_offset: -.25rem;--_ui5-v2-15-0_token_focus_outline_width: .0625rem;--_ui5-v2-15-0_token_selected_focus_outline: none;--_ui5-v2-15-0_token_focus_outline: none;--_ui5-v2-15-0_token_outline_offset: .125rem;--ui5-v2-15-0_token_focus_pseudo_element_content: "";--_ui5-v2-15-0_token_border_radius: .375rem;--_ui5-v2-15-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-15-0_token_text_color: var(--sapTextColor);--_ui5-v2-15-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-15-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-15-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-15-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-15-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-15-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_progress_border: none;--_ui5-v2-15-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-15-0_slider_inner_height: .25rem;--_ui5-v2-15-0_slider_outer_height: 1.6875rem;--_ui5-v2-15-0_slider_progress_border_radius: .25rem;--_ui5-v2-15-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_handle_outline_offset: .075rem;--_ui5-v2-15-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-15-0_slider_disabled_opacity: .4;--_ui5-v2-15-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_range_slider_handle_background_focus: transparent;--_ui5-v2-15-0_slider_progress_box_sizing: content-box;--_ui5-v2-15-0_range_slider_focus_outline_width: 100%;--_ui5-v2-15-0_slider_progress_outline_offset_left: 0;--_ui5-v2-15-0_range_slider_focus_outline_radius: 0;--_ui5-v2-15-0_slider_progress_container_top: 0;--_ui5-v2-15-0_slider_progress_height: 100%;--_ui5-v2-15-0_slider_active_progress_border: none;--_ui5-v2-15-0_slider_active_progress_left: 0;--_ui5-v2-15-0_slider_active_progress_top: 0;--_ui5-v2-15-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-15-0_slider_progress_container_top);--_ui5-v2-15-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-15-0_slider_progress_height);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-15-0_slider_active_progress_border);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-15-0_slider_active_progress_left);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-15-0_slider_active_progress_top);--_ui5-v2-15-0_slider_handle_focus_visibility: none;--_ui5-v2-15-0_slider_handle_icon_size: 1rem;--_ui5-v2-15-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-15-0_slider_progress_container_dot_display: block;--_ui5-v2-15-0_slider_inner_min_width: 4rem;--_ui5-v2-15-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-15-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-15-0_slider_handle_icon_display: inline-block;--_ui5-v2-15-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-15-0_slider_handle_border_radius: .5rem;--_ui5-v2-15-0_slider_handle_height: 1.5rem;--_ui5-v2-15-0_slider_handle_width: 2rem;--_ui5-v2-15-0_slider_handle_top: -.625rem;--_ui5-v2-15-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-15-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-15-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_slider_handle_outline: none;--_ui5-v2-15-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-15-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-15-0_slider_tooltip_border: none;--_ui5-v2-15-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-15-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-15-0_range_slider_progress_focus_display: block;--_ui5-v2-15-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-15-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_min_width: 2rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_slider_handle_focus_width: 1px;--_ui5-v2-15-0_slider_start_end_point_size: .5rem;--_ui5-v2-15-0_slider_start_end_point_left: -.75rem;--_ui5-v2-15-0_slider_start_end_point_top: -.125rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_slider_tooltip_border_box: border-box;--_ui5-v2-15-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_range_slider_active_handle_icon_display: none;--_ui5-v2-15-0_range_slider_progress_focus_top: -15px;--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-15-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-15-0_slider_handle_hover_background);--_ui5-v2-15-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-15-0_slider_tickmark_height: .5rem;--_ui5-v2-15-0_slider_tickmark_top: -2px;--_ui5-v2-15-0_slider_handle_box_sizing: border-box;--_ui5-v2-15-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-15-0_slider_tooltip_bottom: 2rem;--_ui5-v2-15-0_value_state_message_border: none;--_ui5-v2-15-0_value_state_header_border: none;--_ui5-v2-15-0_input_value_state_icon_offset: .5rem;--_ui5-v2-15-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-15-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-15-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-15-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-15-0_value_state_message_popover_header_min_height: 2rem;--_ui5-v2-15-0_value_state_message_popover_header_min_width: 6rem;--_ui5-v2-15-0_value_state_message_popover_header_max_width: 22rem;--_ui5-v2-15-0_value_state_message_popover_header_width: auto;--_ui5-v2-15-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-15-0_value_state_header_border_bottom: none;--_ui5-v2-15-0_input_value_state_icon_display: inline-block;--_ui5-v2-15-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_value_state_message_icon_width: 1rem;--_ui5-v2-15-0_value_state_message_icon_height: 1rem;--_ui5-v2-15-0_value_state_header_offset: -.25rem;--_ui5-v2-15-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-15-0_value_state_message_line_height: 1.125rem;--_ui5-v2-15-0-toolbar-padding-left: .5rem;--_ui5-v2-15-0-toolbar-padding-right: .5rem;--_ui5-v2-15-0-toolbar-item-margin-left: 0;--_ui5-v2-15-0-toolbar-item-margin-right: .25rem;--_ui5-v2-15-0_step_input_min_width: 7.25rem;--_ui5-v2-15-0_step_input_padding: 2.5rem;--_ui5-v2-15-0_step_input_input_error_background_color: inherit;--_ui5-v2-15-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_step_input_border_style: none;--_ui5-v2-15-0_step_input_border_style_hover: none;--_ui5-v2-15-0_step_input_button_background_color: transparent;--_ui5-v2-15-0_step_input_input_border: none;--_ui5-v2-15-0_step_input_input_margin_top: 0;--_ui5-v2-15-0_step_input_button_display: inline-flex;--_ui5-v2-15-0_step_input_button_left: 0;--_ui5-v2-15-0_step_input_button_right: 0;--_ui5-v2-15-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-15-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-15-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-15-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-15-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-15-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-15-0_step_input_disabled_button_background: none;--_ui5-v2-15-0_step_input_border_color_hover: none;--_ui5-v2-15-0_step_input_border_hover: none;--_ui5-v2-15-0_input_input_background_color: transparent;--_ui5-v2-15-0_load_more_padding: 0;--_ui5-v2-15-0_load_more_border: 1px top solid transparent;--_ui5-v2-15-0_load_more_border_radius: none;--_ui5-v2-15-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0_calendar_height: 24.5rem;--_ui5-v2-15-0_calendar_width: 20rem;--_ui5-v2-15-0_calendar_left_right_padding: .5rem;--_ui5-v2-15-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-15-0_calendar_header_height: 3rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-15-0_calendar_header_padding: .25rem 0;--_ui5-v2-15-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-15-0_checkbox_icon_size: 1rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-15-0_day_picker_item_width: 2.25rem;--_ui5-v2-15-0_day_picker_item_height: 2.875rem;--_ui5-v2-15-0_day_picker_empty_height: 3rem;--_ui5-v2-15-0_day_picker_item_justify_content: space-between;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-15-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-15-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-15-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-15-0_color_picker_sliders_height: 3rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-15-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-15-0-color_channel_margin_top: .25rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-15-0_datetime_picker_width: 40.0625rem;--_ui5-v2-15-0_datetime_picker_height: 25rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-15-0_dialog_content_min_height: 2.75rem;--_ui5-v2-15-0_dialog_footer_height: 2.75rem;--_ui5-v2-15-0_input_inner_padding: 0 .625rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-15-0_list_no_data_height: 3rem;--_ui5-v2-15-0_list_item_cb_margin_right: 0;--_ui5-v2-15-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_item_img_size: 3rem;--_ui5-v2-15-0_list_item_img_top_margin: .5rem;--_ui5-v2-15-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-15-0_list_item_img_hn_margin: .75rem;--_ui5-v2-15-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-15-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1.125rem;--_ui5-v2-15-0_list_item_icon_padding-inline-end: .75rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_group_header_list_item_height: 2.75rem;--_ui5-v2-15-0_month_picker_item_height: 3rem;--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_form_item_min_height: 2.813rem;--_ui5-v2-15-0_form_item_padding: .65rem;--_ui5-v2-15-0-form-group-heading-height: 2.75rem;--_ui5-v2-15-0_popup_default_header_height: 2.75rem;--_ui5-v2-15-0_year_picker_item_height: 3rem;--_ui5-v2-15-0_tokenizer_padding: .25rem;--_ui5-v2-15-0_token_height: 1.625rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .25rem .5rem;--_ui5-v2-15-0_tl_bubble_padding: 1rem;--_ui5-v2-15-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-15-0_tc_item_text: 3rem;--_ui5-v2-15-0_tc_item_height: 4.75rem;--_ui5-v2-15-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-15-0_tc_item_icon_size: 1.25rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-15-0_textarea_margin: .25rem 0;--_ui5-v2-15-0_radio_button_height: 2.75rem;--_ui5-v2-15-0_radio_button_label_side_padding: .875rem;--_ui5-v2-15-0_radio_button_inner_size: 2.75rem;--_ui5-v2-15-0_radio_button_svg_size: 1.375rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.75rem;--_ui5-v2-15-0-tree-indent-step: 1.5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-15-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-15-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-15-0-toolbar-separator-height: 2rem;--_ui5-v2-15-0-toolbar-height: 2.75rem;--_ui5-v2-15-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_split_button_middle_separator_top: .625rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-height: 1.75rem;--_ui5-v2-15-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 12rem;--_ui5-v2-15-0_textarea_padding_top: .5rem;--_ui5-v2-15-0_textarea_padding_bottom: .4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_input_min_width: 2rem;--_ui5-v2-15-0_input_icon_width: 2rem;--_ui5-v2-15-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_radio_button_min_width: 2rem;--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-15-0_radio_button_focus_dist: .1875rem;--_ui5-v2-15-0_switch_height: 2rem;--_ui5-v2-15-0_switch_width: 2.75rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_root_outline_top: .25rem;--_ui5-v2-15-0_switch_root_outline_bottom: .25rem;--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-15-0_switch_track_width: 2.75rem;--_ui5-v2-15-0_switch_track_height: 1.25rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_width: 1.25rem;--_ui5-v2-15-0_switch_handle_height: 1rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1rem;--_ui5-v2-15-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-15-0_switch_text_width: 1rem;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_select_icon_width: 2rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-15-0_textarea_min_height: 1.625rem;--_ui5-v2-15-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-15-0_textarea_padding_top_information: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-15-0_tokenizer_gap: .375em .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-15-0_slider_handle_icon_size: .875rem;--_ui5-v2-15-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-15-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_bar_base_height: 2.5rem;--_ui5-v2-15-0_bar_subheader_height: 2.25rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_button_base_padding: .4375rem;--_ui5-v2-15-0_button_base_min_width: 2rem;--_ui5-v2-15-0-button-badge-diameter: .625rem;--_ui5-v2-15-0_calendar_height: 18rem;--_ui5-v2-15-0_calendar_width: 17.75rem;--_ui5-v2-15-0_calendar_left_right_padding: .25rem;--_ui5-v2-15-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-15-0_calendar_header_height: 2rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-15-0_calendar_header_padding: 0;--_ui5-v2-15-0-calendar-legend-root-padding: .5rem;--_ui5-v2-15-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-15-0_checkbox_root_side_padding: var(--_ui5-v2-15-0_checkbox_wrapped_focus_padding);--_ui5-v2-15-0_checkbox_width_height: var(--_ui5-v2-15-0_checkbox_compact_width_height);--_ui5-v2-15-0_checkbox_wrapper_padding: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_checkbox_inner_width_height: var(--_ui5-v2-15-0_checkbox_compact_inner_size);--_ui5-v2-15-0_checkbox_icon_size: .75rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-15-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-15-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-15-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-15-0-color_channel_margin_top: 0rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_day_picker_item_width: 2rem;--_ui5-v2-15-0_day_picker_item_height: 2rem;--_ui5-v2-15-0_day_picker_empty_height: 2.125rem;--_ui5-v2-15-0_day_picker_item_justify_content: flex-end;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-15-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-15-0_datetime_picker_height: 20.5rem;--_ui5-v2-15-0_datetime_picker_width: 35.5rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-15-0_dialog_content_min_height: 2.5rem;--_ui5-v2-15-0_dialog_footer_height: 2.5rem;--_ui5-v2-15-0_form_item_min_height: 2rem;--_ui5-v2-15-0_form_item_padding: .25rem;--_ui5-v2-15-0-form-group-heading-height: 2rem;--_ui5-v2-15-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_input_inner_padding: 0 .5rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-15-0_input_icon_min_width: var(--_ui5-v2-15-0_input_compact_min_width);--_ui5-v2-15-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-15-0_popup_default_header_height: 2.5rem;--_ui5-v2-15-0_textarea_margin: .1875rem 0;--_ui5-v2-15-0_list_no_data_height: 2rem;--_ui5-v2-15-0_list_item_cb_margin_right: .5rem;--_ui5-v2-15-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_img_top_margin: .55rem;--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-15-0_list_item_base_height: 2rem;--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_month_picker_item_height: 2rem;--_ui5-v2-15-0_year_picker_item_height: 2rem;--_ui5-v2-15-0_panel_header_height: 2rem;--_ui5-v2-15-0_panel_button_root_height: 2rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_token_height: 1.25rem;--_ui5-v2-15-0_token_right_margin: .25rem;--_ui5-v2-15-0_token_left_padding: .25rem;--_ui5-v2-15-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-15-0_token_focus_offset: -.125rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .375rem .375rem;--_ui5-v2-15-0_token_outline_offset: -.125rem;--_ui5-v2-15-0_tl_bubble_padding: .5rem;--_ui5-v2-15-0_tl_padding: .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: .5rem;--_ui5-v2-15-0_tc_item_text: 2rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-15-0_tc_item_height: 4rem;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-15-0_tc_item_icon_size: 1rem;--_ui5-v2-15-0_radio_button_height: 2rem;--_ui5-v2-15-0_radio_button_label_side_padding: .5rem;--_ui5-v2-15-0_radio_button_inner_size: 2rem;--_ui5-v2-15-0_radio_button_svg_size: 1rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-15-0_slider_handle_height: 1.25rem;--_ui5-v2-15-0_slider_handle_width: 1.5rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-15-0_slider_outer_height: 1.3125rem;--_ui5-v2-15-0_step_input_min_width: 6rem;--_ui5-v2-15-0_step_input_padding: 2rem;--_ui5-v2-15-0-tree-indent-step: .5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2rem;--_ui5-v2-15-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-15-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-15-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-15-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-15-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-15-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-15-0_vsd_header_container: 2.5rem;--_ui5-v2-15-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-15-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-15-0-toolbar-separator-height: 1.5rem;--_ui5-v2-15-0-toolbar-height: 2rem;--_ui5-v2-15-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_textarea_padding_top: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom: .125rem;--_ui5-v2-15-0_checkbox_focus_position: .125rem;--_ui5-v2-15-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0_slider_handle_top: -.5rem;--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-15-0_color-palette-item-height: 1.25rem;--_ui5-v2-15-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 8.75rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 7.5rem;--_ui5-v2-15-0_color-palette-button-height: 2rem;--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-15-0_rotation_90deg: rotate(90deg);--_ui5-v2-15-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-15-0_icon_transform_scale: none;--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-15-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-15-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-15-0_dialog_resize_cursor: se-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: .125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-15-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_minus_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-15-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-15-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-15-0_dialog_resize_cursor:sw-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: 0px;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const iconCss=':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([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-15-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-15-0_icon_transform_scale);transform-origin:center}\n';var __decorate$H=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ICON_NOT_FOUND="ICON_NOT_FOUND";let Icon=class extends b$5{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onkeydown(e){this.mode===IconMode$1.Interactive&&(b$4(e)&&this.fireDecoratorEvent("click"),A$3(e)&&e.preventDefault())}_onkeyup(e){this.mode===IconMode$1.Interactive&&A$3(e)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===IconMode$1.Decorative?"true":void 0}get _tabIndex(){return this.mode===IconMode$1.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case IconMode$1.Interactive:return"button";case IconMode$1.Decorative:return"presentation";default:return"img"}}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}async onBeforeRendering(){var e;const t=this.name;if(!t)return;let o=D$1(t);if(o||(o=await n$7(t)),!o)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(o===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/${t.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(this.viewBox=o.viewBox||"0 0 512 512","customTemplate"in o&&o.customTemplate&&(this.customTemplate=n$g(o.customTemplate,this)),"customTemplateAsString"in o&&(this.customTemplateAsString=o.customTemplateAsString),this.invalid=!1,"pathData"in o&&o.pathData&&(this.pathData=Array.isArray(o.pathData)?o.pathData:[o.pathData]),this.accData=o.accData,this.ltr=o.ltr,this.packageName=o.packageName,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData)if(this.packageName){const e=await f$a(this.packageName);this.effectiveAccessibleName=e.getText(this.accData)||void 0}else this.effectiveAccessibleName=(null==(e=this.accData)?void 0:e.defaultText)||void 0;else this.effectiveAccessibleName=void 0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}};__decorate$H([s$6()],Icon.prototype,"design",void 0),__decorate$H([s$6()],Icon.prototype,"name",void 0),__decorate$H([s$6()],Icon.prototype,"accessibleName",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"showTooltip",void 0),__decorate$H([s$6()],Icon.prototype,"mode",void 0),__decorate$H([s$6({type:Array})],Icon.prototype,"pathData",void 0),__decorate$H([s$6({type:Object,noAttribute:!0})],Icon.prototype,"accData",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"invalid",void 0),__decorate$H([s$6({noAttribute:!0})],Icon.prototype,"effectiveAccessibleName",void 0),Icon=__decorate$H([m$8({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:y$4,template:IconTemplate,styles:iconCss}),l$b("click",{bubbles:!0})],Icon),Icon.define();const Icon$1=Icon;var BusyIndicatorTextPlacement;!function(e){e.Top="Top",e.Bottom="Bottom"}(BusyIndicatorTextPlacement||(BusyIndicatorTextPlacement={}));const BusyIndicatorTextPlacement$1=BusyIndicatorTextPlacement,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"},BUTTON_ARIA_TYPE_ATTENTION={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},BUTTON_BADGE_ONE_ITEM={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},BUTTON_BADGE_MANY_ITEMS={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},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 for {0}"},DATETIME_COMPONENTS_PLACEHOLDER_PREFIX={key:"DATETIME_COMPONENTS_PLACEHOLDER_PREFIX",defaultText:"e.g."},EMPTY_INDICATOR_SYMBOL={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"–"},EMPTY_INDICATOR_ACCESSIBLE_TEXT={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},EXPANDABLE_TEXT_SHOW_MORE={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},EXPANDABLE_TEXT_SHOW_LESS={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},EXPANDABLE_TEXT_CLOSE={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},GROUP_HEADER_TEXT={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},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"},INPUT_SUGGESTIONS_OK_BUTTON={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},INPUT_SUGGESTIONS_CANCEL_BUTTON={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},LINK_SUBTLE={key:"LINK_SUBTLE",defaultText:"Subtle"},LINK_EMPHASIZED={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},LIST_ITEM_POSITION={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},LIST_ITEM_SELECTED={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},LIST_ITEM_GROUP_HEADER={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},LIST_ROLE_LIST_GROUP_DESCRIPTION={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},LIST_ROLE_LISTBOX_GROUP_DESCRIPTION={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},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"},INPUT_AVALIABLE_VALUES={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},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 for {0}"},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"},VALUE_STATE_LINK={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},VALUE_STATE_LINK_MAC={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},VALUE_STATE_LINKS={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},VALUE_STATE_LINKS_MAC={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},CALENDAR_HEADER_MONTH_BUTTON={key:"CALENDAR_HEADER_MONTH_BUTTON",defaultText:"Month {0}"},CALENDAR_HEADER_YEAR_BUTTON={key:"CALENDAR_HEADER_YEAR_BUTTON",defaultText:"Year {0}"},CALENDAR_HEADER_YEAR_RANGE_BUTTON={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON",defaultText:"Year range from {0} to {1}"},CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT",defaultText:"F4"},CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT",defaultText:"Shift + F4"},CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT",defaultText:"Shift + F4"},DAY_PICKER_SELECTED_RANGE_START={key:"DAY_PICKER_SELECTED_RANGE_START",defaultText:"{0} First date of range"},DAY_PICKER_SELECTED_RANGE_BETWEEN={key:"DAY_PICKER_SELECTED_RANGE_BETWEEN",defaultText:"{0} in a selected range"},DAY_PICKER_SELECTED_RANGE_END={key:"DAY_PICKER_SELECTED_RANGE_END",defaultText:"{0} Last date of range"},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"},YEAR_RANGE_PICKER_DESCRIPTION={key:"YEAR_RANGE_PICKER_DESCRIPTION",defaultText:"Year Range 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:":"},FORM_CHECKABLE_REQUIRED={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},FORM_SELECTABLE_REQUIRED={key:"FORM_SELECTABLE_REQUIRED",defaultText:"Please select an item in the list."},FORM_SELECTABLE_REQUIRED2={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},FORM_TEXTFIELD_REQUIRED={key:"FORM_TEXTFIELD_REQUIRED",defaultText:"Please fill in this field."};function LabelTemplate(){return jsxs("label",{class:"ui5-label-root",onClick:this._onclick,children:[jsx("span",{class:"ui5-label-text-wrapper",children:jsx("slot",{})}),jsx("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const labelCss=':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .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-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n';var Label_1,__decorate$G=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Label=Label_1=class extends b$5{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_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$G([s$6()],Label.prototype,"for",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"showColon",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"required",void 0),__decorate$G([s$6()],Label.prototype,"wrappingType",void 0),__decorate$G([i$a("@ui5/webcomponents")],Label,"i18nBundle",void 0),Label=Label_1=__decorate$G([m$8({tag:"ui5-label",renderer:y$4,template:LabelTemplate,styles:labelCss,languageAware:!0})],Label),Label.define();const Label$1=Label;function BusyIndicatorTemplate(){return jsxs("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&jsxs("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&BusyIndicatorBusyText.call(this),jsxs("div",{class:"ui5-busy-indicator-circles-wrapper",children:[jsx("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&BusyIndicatorBusyText.call(this)]}),jsx("slot",{}),this._isBusy&&jsx("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}function BusyIndicatorBusyText(){return jsx(Fragment,{children:this.text&&jsx(Label$1,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const busyIndicatorCss=':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .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;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.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$F=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let BusyIndicator=BusyIndicator_1=class extends b$5{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,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}),f$d()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return BusyIndicator_1.i18nBundle.getText(BUSY_INDICATOR_TITLE)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Top,bottom:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Bottom}}get hasContent(){return t$6(Array.from(this.children))}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(),x(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$F([s$6()],BusyIndicator.prototype,"text",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"size",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"active",void 0),__decorate$F([s$6({type:Number})],BusyIndicator.prototype,"delay",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"textPlacement",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"_isBusy",void 0),__decorate$F([i$a("@ui5/webcomponents")],BusyIndicator,"i18nBundle",void 0),BusyIndicator=BusyIndicator_1=__decorate$F([m$8({tag:"ui5-busy-indicator",languageAware:!0,styles:busyIndicatorCss,renderer:y$4,template:BusyIndicatorTemplate})],BusyIndicator),BusyIndicator.define();const BusyIndicator$1=BusyIndicator;var BusyIndicatorSize;!function(e){e.S="S",e.M="M",e.L="L"}(BusyIndicatorSize||(BusyIndicatorSize={}));const BusyIndicatorSize$1=BusyIndicatorSize;function ButtonTemplate(e){var t,o,a,i,r,n,s,_;return jsxs(Fragment,{children:[jsxs("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===(null==(t=this.badge[0])?void 0:t.design),"ui5-button-badge-placement-end-top":"OverlayText"===(null==(o=this.badge[0])?void 0:o.design),"ui5-button-badge-dot":"AttentionDot"===(null==(a=this.badge[0])?void 0:a.design)},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":null==e?void 0:e.ariaPressed,"aria-valuemin":null==e?void 0:e.ariaValueMin,"aria-valuemax":null==e?void 0:e.ariaValueMax,"aria-valuenow":null==e?void 0:e.ariaValueNow,"aria-valuetext":null==e?void 0:e.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":null==(i=this._computedAccessibilityAttributes)?void 0:i.expanded,"aria-controls":null==(r=this._computedAccessibilityAttributes)?void 0:r.controls,"aria-haspopup":null==(n=this._computedAccessibilityAttributes)?void 0:n.hasPopup,"aria-label":null==(s=this._computedAccessibilityAttributes)?void 0:s.ariaLabel,"aria-keyshortcuts":null==(_=this._computedAccessibilityAttributes)?void 0:_.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&jsx(Icon$1,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),jsx("span",{id:`${this._id}-content`,class:"ui5-button-text",children:jsx("bdi",{children:jsx("slot",{})})}),this.endIcon&&jsx(Icon$1,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&jsx("slot",{name:"badge"})]}),this.loading&&jsx(BusyIndicator$1,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?BusyIndicatorSize$1.S:BusyIndicatorSize$1.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const buttonCss=':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-v2-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-0_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;-webkit-tap-highlight-color:transparent}.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-v2-15-0_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,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .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(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-15-0_button_base_min_width) - var(--_ui5-v2-15-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-15-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}: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-v2-15-0_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"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_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][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}\n';var Button_1$1,__decorate$E=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let isGlobalHandlerAttached$3=!1,activeButton$1=null,Button$2=Button_1$1=class extends b$5{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{activeButton$1&&activeButton$1._setActiveState(!1)},this._onclickBound=e=>{e instanceof CustomEvent||this._onclick(e)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),isGlobalHandlerAttached$3||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$3=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1)}async onBeforeRendering(){this._setBadgeOverlayStyle(),this.hasIcon=!!this.icon,this.hasEndIcon=!!this.endIcon,this.iconOnly=this.isIconOnly;const e=await this.getDefaultTooltip();this.buttonTitle=this.iconOnly?this.tooltip??e:this.tooltip}_setBadgeOverlayStyle(){this.badge.length&&(this.badge[0].design===ButtonBadgeDesign$1.AttentionDot||this.badge[0].design===ButtonBadgeDesign$1.OverlayText)?this._internals.states.add("has-overlay-badge"):this._internals.states.delete("has-overlay-badge")}_onclick(e){var t;if(e.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void e.preventDefault();const{altKey:o,ctrlKey:a,metaKey:i,shiftKey:r}=e;this.fireDecoratorEvent("click",{originalEvent:e,altKey:o,ctrlKey:a,metaKey:i,shiftKey:r})?(this._isSubmit&&i$d(this),this._isReset&&m$b(this),h$5()&&(null==(t=this.getDomRef())||t.focus())):e.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),activeButton$1=this)}_ontouchend(e){(this.disabled||this.loading)&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),activeButton$1&&activeButton$1._setActiveState(!1)}_onkeydown(e){this._cancelAction=Ko(e)||m$6(e),A$3(e)||b$4(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){this._cancelAction&&e.preventDefault(),(A$3(e)||b$4(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||this.active&&this._setActiveState(!1)}_setActiveState(e){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=e)}get hasButtonType(){return this.design!==ButtonDesign$1.Default&&this.design!==ButtonDesign$1.Transparent}get isIconOnly(){return!t$6(this.text)}static typeTextMappings(){return{Positive:BUTTON_ARIA_TYPE_ACCEPT,Negative:BUTTON_ARIA_TYPE_REJECT,Emphasized:BUTTON_ARIA_TYPE_EMPHASIZED,Attention:BUTTON_ARIA_TYPE_ATTENTION}}getDefaultTooltip(){if(l$7())return A$1(this.icon)}get buttonTypeText(){return Button_1$1.i18nBundle.getText(Button_1$1.typeTextMappings()[this.design])}get effectiveAccRole(){return n$6(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const e=this.getAttribute("tabindex");return e?Number.parseInt(e):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this.textContent||"",A$2(this)||"",this.hasButtonType?this.buttonTypeText:"",this.effectiveBadgeDescriptionText||""].filter((e=>e)).join(" ")}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const e=this.badge[0].effectiveText;switch(e){case"":return e;case"1":return Button_1$1.i18nBundle.getText(BUTTON_BADGE_ONE_ITEM,e);default:return Button_1$1.i18nBundle.getText(BUTTON_BADGE_MANY_ITEMS,e)}}get _isSubmit(){return this.type===ButtonType$1.Submit||this.submits}get _isReset(){return this.type===ButtonType$1.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ButtonBadgeDesign$1.AttentionDot)}};__decorate$E([s$6()],Button$2.prototype,"design",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"disabled",void 0),__decorate$E([s$6()],Button$2.prototype,"icon",void 0),__decorate$E([s$6()],Button$2.prototype,"endIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"submits",void 0),__decorate$E([s$6()],Button$2.prototype,"tooltip",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleName",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleNameRef",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"accessibilityAttributes",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleDescription",void 0),__decorate$E([s$6()],Button$2.prototype,"type",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleRole",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"active",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"iconOnly",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasEndIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"nonInteractive",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"loading",void 0),__decorate$E([s$6({type:Number})],Button$2.prototype,"loadingDelay",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"buttonTitle",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"_iconSettings",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"forcedTabIndex",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"_isTouch",void 0),__decorate$E([s$6({type:Boolean,noAttribute:!0})],Button$2.prototype,"_cancelAction",void 0),__decorate$E([d$5({type:Node,default:!0})],Button$2.prototype,"text",void 0),__decorate$E([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Button$2.prototype,"badge",void 0),__decorate$E([i$a("@ui5/webcomponents")],Button$2,"i18nBundle",void 0),Button$2=Button_1$1=__decorate$E([m$8({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:y$4,template:ButtonTemplate,styles:buttonCss,shadowRootOptions:{delegatesFocus:!0}}),l$b("click",{bubbles:!0,cancelable:!0}),l$b("active-state-change",{bubbles:!0,cancelable:!0})],Button$2),Button$2.define();var o$4=(e=>(e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e))(o$4||{});p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const checkboxCss='.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([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);transition:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5-v2-15-0_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5-v2-15-0_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5-v2-15-0_checkbox_root_side_padding);padding-bottom:var(--_ui5-v2-15-0_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5-v2-15-0_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5-v2-15-0_checkbox_inner_warning_border);color:var(--_ui5-v2-15-0_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_inner_information_border);color:var(--_ui5-v2-15-0_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5-v2-15-0_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5-v2-15-0_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5-v2-15-0_checkbox_width_height);min-width:var(--_ui5-v2-15-0_checkbox_width_height);padding:0 var(--_ui5-v2-15-0_checkbox_wrapper_padding);outline:none;transition:var(--_ui5-v2-15-0_checkbox_transition);border:var(--_ui5-v2-15-0_checkbox_default_focus_border);border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5-v2-15-0_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5-v2-15-0_checkbox_focus_position);inset-block:var(--_ui5-v2-15-0_checkbox_focus_position);border:var(--_ui5-v2-15-0_checkbox_focus_outline);border-radius:var(--_ui5-v2-15-0_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5-v2-15-0_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5-v2-15-0_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_checkbox_inner_active_border_color);background-color:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_inner_selected_border_color);background-color:var(--_ui5-v2-15-0_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);border:var(--_ui5-v2-15-0_checkbox_inner_border);border-radius:var(--_ui5-v2-15-0_checkbox_inner_border_radius);background:var(--_ui5-v2-15-0_checkbox_inner_background);color:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_partially_icon_size);height:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v2-15-0_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5-v2-15-0_checkbox_icon_size);height:var(--_ui5-v2-15-0_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-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n',name$x="accept",pathData$x="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$x=!0,collection$x="SAP-icons-v4",packageName$x="@ui5/webcomponents-icons";y$1(name$x,{pathData:pathData$x,ltr:true,collection:collection$x,packageName:packageName$x});const name$w="accept",pathData$w="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$w=!0,collection$w="SAP-icons-v5",packageName$w="@ui5/webcomponents-icons";y$1(name$w,{pathData:pathData$w,ltr:true,collection:collection$w,packageName:packageName$w});const accept="accept",name$v="complete",pathData$v="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$v=!0,collection$v="SAP-icons-v4",packageName$v="@ui5/webcomponents-icons";y$1(name$v,{pathData:pathData$v,ltr:true,collection:collection$v,packageName:packageName$v});const name$u="complete",pathData$u="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$u=!0,collection$u="SAP-icons-v5",packageName$u="@ui5/webcomponents-icons";y$1(name$u,{pathData:pathData$u,ltr:true,collection:collection$u,packageName:packageName$u});const complete="complete",name$t="border",pathData$t="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$t=!1,collection$t="SAP-icons-v4",packageName$t="@ui5/webcomponents-icons";y$1(name$t,{pathData:pathData$t,ltr:false,collection:collection$t,packageName:packageName$t});const name$s="border",pathData$s="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$s=!1,collection$s="SAP-icons-v5",packageName$s="@ui5/webcomponents-icons";y$1(name$s,{pathData:pathData$s,ltr:false,collection:collection$s,packageName:packageName$s});const border="border",name$r="tri-state",pathData$r="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$r=!1,collection$r="SAP-icons-v4",packageName$r="@ui5/webcomponents-icons";y$1(name$r,{pathData:pathData$r,ltr:false,collection:collection$r,packageName:packageName$r});const name$q="tri-state",pathData$q="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$q=!1,collection$q="SAP-icons-v5",packageName$q="@ui5/webcomponents-icons";y$1(name$q,{pathData:pathData$q,ltr:false,collection:collection$q,packageName:packageName$q});const triState="tri-state";function CheckBoxTemplate(){return jsxs("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[this.isDisplayOnly?jsx("div",{class:"ui5-checkbox-display-only-icon-inner",children:jsx(Icon$1,{"aria-hidden":"true",name:displayOnlyIcon.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}):jsx("div",{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&jsx(Icon$1,{"aria-hidden":"true",name:accept,class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&jsx("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&jsx(Label$1,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&jsx("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}function displayOnlyIcon(){return this.isCompletelyChecked?complete:this.checked&&this.indeterminate?triState:border}var CheckBox_1,__decorate$D=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeCb,n$5,isGlobalHandlerAttached$2=!1,CheckBox=CheckBox_1=class extends b$5{get formValidityMessage(){return CheckBox_1.i18nBundle.getText(FORM_CHECKABLE_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.checked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{activeCb&&(activeCb.active=!1)},isGlobalHandlerAttached$2||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$2=!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,activeCb=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){A$3(e)&&e.preventDefault(),this.readonly||this.disabled||(b$4(e)&&this.toggle(),this.active=!0)}_onkeyup(e){A$3(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.fireDecoratorEvent("change"),o=!this.fireDecoratorEvent("value-changed");(t||o)&&(this.checked=e.checked,this.indeterminate=e.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:CheckBox_1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:CheckBox_1.i18nBundle.getText(VALUE_STATE_WARNING),Positive:CheckBox_1.i18nBundle.getText(VALUE_STATE_SUCCESS)}}get ariaLabelText(){return A$2(this)||M2(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()}}}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!==o$4.None}get valueStateText(){if(this.valueState!==o$4.None&&this.valueState!==o$4.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const e=this.getAttribute("tabindex");if(this.tabbable)return e?parseInt(e):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};__decorate$D([s$6()],CheckBox.prototype,"accessibleNameRef",void 0),__decorate$D([s$6()],CheckBox.prototype,"accessibleName",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"disabled",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"readonly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"displayOnly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"required",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"indeterminate",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"checked",void 0),__decorate$D([s$6()],CheckBox.prototype,"text",void 0),__decorate$D([s$6()],CheckBox.prototype,"valueState",void 0),__decorate$D([s$6()],CheckBox.prototype,"wrappingType",void 0),__decorate$D([s$6()],CheckBox.prototype,"name",void 0),__decorate$D([s$6()],CheckBox.prototype,"value",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"active",void 0),__decorate$D([s$6({type:Object})],CheckBox.prototype,"_accInfo",void 0),__decorate$D([i$a("@ui5/webcomponents")],CheckBox,"i18nBundle",void 0),CheckBox=CheckBox_1=__decorate$D([m$8({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:y$4,template:CheckBoxTemplate,styles:checkboxCss}),l$b("change",{bubbles:!0,cancelable:!0}),l$b("value-changed",{bubbles:!0,cancelable:!0})],CheckBox),CheckBox.define();const l$5=new Map,a$6=()=>(n$5||(n$5=new window.ResizeObserver((e=>{window.requestAnimationFrame((()=>{e.forEach((e=>{const t=l$5.get(e.target);t&&Promise.all(t.map((e=>e())))}))}))}))),n$5),c$2=(e,t)=>{const o=l$5.get(e)||[];o.length||a$6().observe(e),l$5.set(e,[...o,t])},b$2=(e,t)=>{const o=l$5.get(e)||[];if(0===o.length)return;const a=o.filter((e=>e!==t));0===a.length?(a$6().unobserve(e),l$5.delete(e)):l$5.set(e,a)};let f$3=class{static register(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?c$2(o,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?b$2(o,t):console.warn("Cannot deregister ResizeHandler for element",e)}};
|
|
15
|
+
/*!
|
|
16
|
+
* OpenUI5
|
|
17
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
18
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
19
|
+
*/var fnToHex=function(e,t){return e.toString(16)},rHtml=/[\x00-\x2b\x2f\x3a-\x40\x5b-\x5e\x60\x7b-\xff\u2028\u2029]/g,rHtmlReplace=/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]/,mHtmlLookup={"<":"<",">":">","&":"&",'"':"""},fnHtml=function(e){var t=mHtmlLookup[e];return t||(t=rHtmlReplace.test(e)?"�":"&#x"+fnToHex(e.charCodeAt(0))+";",mHtmlLookup[e]=t),t},fnEncodeXML=function(e){return e.replace(rHtml,fnHtml)};
|
|
20
|
+
/*!
|
|
21
|
+
* OpenUI5
|
|
22
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
23
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
24
|
+
*/const f$2=(e,t,o,a)=>{x(e)&&(o!==t.length-1?(e.stopImmediatePropagation(),e.preventDefault(),t[o+1].focus()):(a.closeValueState(),a.focusInput())),V(e)&&(e.preventDefault(),e.stopImmediatePropagation(),o>0?t[o-1].focus():a.focusInput()),P$1(e)&&(e.preventDefault(),e.stopImmediatePropagation(),a.isPopoverOpen()&&a.focusInput()),_(e)&&(e.preventDefault(),e.stopImmediatePropagation(),a.navigateToItem()),m$6(e)&&(e.preventDefault(),e.stopImmediatePropagation())},n$4=e=>{let t=0;return(e.selectionStart||0===e.selectionStart)&&(t="backward"===e.selectionDirection?e.selectionStart:e.selectionEnd),t},o$3=(e,t)=>{e.selectionStart?(e.focus(),e.setSelectionRange(t,t)):e.focus()},t$5=()=>{let e=document.activeElement;for(;e&&e.shadowRoot&&e.shadowRoot.activeElement;)e=e.shadowRoot.activeElement;return e};var InputType;!function(e){e.Text="Text",e.Email="Email",e.Number="Number",e.Password="Password",e.Tel="Tel",e.URL="URL",e.Search="Search"}(InputType||(InputType={}));const InputType$1=InputType,ICON_ADD={key:"ICON_ADD",defaultText:"Add"},ICON_DECLINE={key:"ICON_DECLINE",defaultText:"Decline"},ICON_ERROR={key:"ICON_ERROR",defaultText:"Error"},name$p="decline",pathData$p="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$p=!1,accData$5=ICON_DECLINE,collection$p="SAP-icons-v4",packageName$p="@ui5/webcomponents-icons";y$1(name$p,{pathData:pathData$p,ltr:false,accData:accData$5,collection:collection$p,packageName:packageName$p});const name$o="decline",pathData$o="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$o=!1,accData$4=ICON_DECLINE,collection$o="SAP-icons-v5",packageName$o="@ui5/webcomponents-icons";y$1(name$o,{pathData:pathData$o,ltr:false,accData:accData$4,collection:collection$o,packageName:packageName$o});const decline="decline",name$n="error",pathData$n="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$n=!1,accData$3=ICON_ERROR,collection$n="SAP-icons-v4",packageName$n="@ui5/webcomponents-icons";y$1(name$n,{pathData:pathData$n,ltr:false,accData:accData$3,collection:collection$n,packageName:packageName$n});const name$m="error",pathData$m="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$m=!1,accData$2=ICON_ERROR,collection$m="SAP-icons-v5",packageName$m="@ui5/webcomponents-icons";y$1(name$m,{pathData:pathData$m,ltr:false,accData:accData$2,collection:collection$m,packageName:packageName$m});const error="error",name$l="alert",pathData$l="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$l=!1,collection$l="SAP-icons-v4",packageName$l="@ui5/webcomponents-icons";y$1(name$l,{pathData:pathData$l,ltr:false,collection:collection$l,packageName:packageName$l});const name$k="alert",pathData$k="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$k=!1,collection$k="SAP-icons-v5",packageName$k="@ui5/webcomponents-icons";y$1(name$k,{pathData:pathData$k,ltr:false,collection:collection$k,packageName:packageName$k});const alert="alert",name$j="sys-enter-2",pathData$j="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$j=!0,collection$j="SAP-icons-v4",packageName$j="@ui5/webcomponents-icons";y$1(name$j,{pathData:pathData$j,ltr:true,collection:collection$j,packageName:packageName$j});const name$i="sys-enter-2",pathData$i="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$i=!0,collection$i="SAP-icons-v5",packageName$i="@ui5/webcomponents-icons";y$1(name$i,{pathData:pathData$i,ltr:true,collection:collection$i,packageName:packageName$i});const sysEnter2="sys-enter-2",name$h="information",pathData$h="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$h=!1,collection$h="SAP-icons-v4",packageName$h="@ui5/webcomponents-icons";y$1(name$h,{pathData:pathData$h,ltr:false,collection:collection$h,packageName:packageName$h});const name$g="information",pathData$g="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$g=!1,collection$g="SAP-icons-v5",packageName$g="@ui5/webcomponents-icons";y$1(name$g,{pathData:pathData$g,ltr:false,collection:collection$g,packageName:packageName$g});const information="information",r$5=()=>{const e=t$5();return e&&"function"==typeof e.focus?e:null},a$5=e=>{const t=r$5();return!!t&&l$4(e,t)},l$4=(e,t)=>{let o=e;if(o.shadowRoot&&(o=Array.from(o.shadowRoot.children).find((e=>"style"!==e.localName)),!o))return!1;if(o===t)return!0;const a="slot"===o.localName?o.assignedNodes():o.children;return!!a&&Array.from(a).some((e=>l$4(e,t)))},m$4=(e,t,o)=>e>=o.left&&e<=o.right&&t>=o.top&&t<=o.bottom,f$1=(e,t)=>{let o,a;if(e instanceof MouseEvent)o=e.clientX,a=e.clientY;else{const t=e.touches[0];o=t.clientX,a=t.clientY}return m$4(o,a,t)};function d$2(e){return"isUI5Element"in e&&"_show"in e}const i$5=e=>{const t=e.parentElement||e.getRootNode&&e.getRootNode().host;return t&&(d$2(t)||t===document.documentElement)?t:i$5(t)},m$3=(e,t,o)=>Math.min(Math.max(e,t),Math.max(t,o)),e$6={toAttribute:e=>e instanceof HTMLElement?null:e,fromAttribute:e=>e},i$4=e=>{if("SLOT"===e.nodeName)return!1;const t=window.getComputedStyle(e);return"contents"!==t.display&&e.offsetWidth<=0&&e.offsetHeight<=0||"hidden"===t.visibility},n$3=/^(?:a|area)$/i,a$4=/^(?:input|select|textarea|button)$/i,r$4=e=>{if(e.disabled)return!1;const t=e.getAttribute("tabindex");return null!=t?parseInt(t)>=0:a$4.test(e.nodeName)||n$3.test(e.nodeName)&&!!e.href},c$1=e=>e.hasAttribute("data-ui5-focus-trap"),d$1=e=>{const t=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(t.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(t.overflowX)>=0},b$1=async(e,t)=>!e||i$4(e)?null:u$2(e,!0),H2=async(e,t)=>!e||i$4(e)?null:u$2(e,!1),T$1=e=>e.hasAttribute("data-ui5-focus-redirect")||!i$4(e),L$1=e=>{if(v$3(e)){const t=e.getAttribute("tabindex");if(null!==t&&parseInt(t)<0)return!0}return!1},u$2=async(e,t,o)=>{let a,i,r,n=-1;for(e.shadowRoot?a=t?e.shadowRoot.firstElementChild:e.shadowRoot.lastElementChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(i=e.assignedElements(),n=t?0:i.length-1,a=i[n]):a=t?e.firstElementChild:e.lastElementChild;a;){const e=a;if(!i$4(e)&&!L$1(e)){if(v$3(a)&&(await a._waitForDomRef(),a=a.getDomRef()),!a||i$4(a))return null;if(1===a.nodeType&&T$1(a)&&!c$1(a)){if(r$4(a)||(r=await u$2(a,t),!h$5()&&!r&&d$1(a)))return a&&"function"==typeof a.focus?a:null;if(r)return r&&"function"==typeof r.focus?r:null}}a=t?e.nextElementSibling:e.previousElementSibling,i&&!i[n].contains(a)&&(n=t?n+1:n-1,a=i[n])}return null},a$3=new Map,t$4=new Map;t$4.set("S",[0,599]),t$4.set("M",[600,1023]),t$4.set("L",[1024,1439]),t$4.set("XL",[1440,1/0]);var S=(e=>(e.RANGE_4STEPS="4Step",e))(S||{});const o$2=(e,t)=>{a$3.set(e,t)},c=(e,t=window.innerWidth)=>{let o,a=a$3.get(e);a||(a=a$3.get("4Step"));const i=Math.floor(t);return a.forEach(((e,t)=>{i>=e[0]&&i<=e[1]&&(o=t)})),o||[...a.keys()][0]},i$3={RANGESETS:S,initRangeSet:o$2,getCurrentRange:c};function PopubBlockLayerTemplate(){return jsx("div",{class:"ui5-block-layer",onKeyDown:this._preventBlockLayerFocus,onMouseDown:this._preventBlockLayerFocus})}function PopupTemplate(e){return jsxs(Fragment,{children:[PopubBlockLayerTemplate.call(this),jsxs("section",{"root-element":!0,style:this.styles.root,class:this.classes.root,role:this._role,"aria-describedby":this.ariaDescribedByIds,"aria-modal":this._ariaModal,"aria-label":this._ariaLabel,"aria-labelledby":this._ariaLabelledBy,onKeyDown:this._onkeydown,onFocusOut:this._onfocusout,onMouseUp:this._onmouseup,onMouseDown:this._onmousedown,children:[jsx("span",{class:"first-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToLast}),((null==e?void 0:e.beforeContent)||beforeContent$2).call(this),jsx("div",{style:this.styles.content,class:this.classes.content,onScroll:this._scroll,part:"content",children:jsx("slot",{})}),this.ariaDescriptionText&&jsx("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText}),((null==e?void 0:e.afterContent)||afterContent$2).call(this),jsx("span",{class:"last-fe","data-ui5-focus-trap":!0,role:"none",tabIndex:0,onFocusIn:this.forwardToFirst})]})]})}function beforeContent$2(){}function afterContent$2(){}var PopupAccessibleRole;i$3.initRangeSet(i$3.RANGESETS.RANGE_4STEPS,t$4),function(e){e.None="None",e.Dialog="Dialog",e.AlertDialog="AlertDialog"}(PopupAccessibleRole||(PopupAccessibleRole={}));const PopupAccessibleRole$1=PopupAccessibleRole,OpenedPopupsRegistry=m$k("OpenedPopupsRegistry",{openedRegistry:[]}),openUI5Support=n$r("OpenUI5Support");function registerPopupWithOpenUI5Support(e){null==openUI5Support||openUI5Support.addOpenedPopup(e)}function unregisterPopupWithOpenUI5Support(e){null==openUI5Support||openUI5Support.removeOpenedPopup(e)}const addOpenedPopup=(e,t=[])=>{OpenedPopupsRegistry.openedRegistry.some((t=>t.instance===e))||(OpenedPopupsRegistry.openedRegistry.push({instance:e,parentPopovers:t}),registerPopupWithOpenUI5Support({type:"WebComponent",instance:e})),_updateTopModalPopup(),1===OpenedPopupsRegistry.openedRegistry.length&&attachGlobalListener()},removeOpenedPopup=e=>{OpenedPopupsRegistry.openedRegistry=OpenedPopupsRegistry.openedRegistry.filter((t=>t.instance!==e)),unregisterPopupWithOpenUI5Support(e),_updateTopModalPopup(),OpenedPopupsRegistry.openedRegistry.length||detachGlobalListener()},getOpenedPopups=()=>[...OpenedPopupsRegistry.openedRegistry],_keydownListener=e=>{if(OpenedPopupsRegistry.openedRegistry.length&&m$6(e)){const t=OpenedPopupsRegistry.openedRegistry[OpenedPopupsRegistry.openedRegistry.length-1].instance;if(openUI5Support&&t!==openUI5Support.getTopmostPopup())return;e.stopPropagation(),t.closePopup(!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};p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const popupStlyes=":host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}\n";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const popupBlockLayerStyles=".ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}\n";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const globalStyles=".ui5-popup-scroll-blocker{overflow:hidden}\n";var Popup_1,__decorate$C=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const createBlockingStyle=()=>{S$6("data-ui5-popup-scroll-blocker")||c$f(globalStyles,"data-ui5-popup-scroll-blocker")};createBlockingStyle();const pageScrollingBlockers=new Set;let Popup=Popup_1=class extends b$5{constructor(){super(),this.preventFocusRestore=!1,this.accessibleRole="Dialog",this.preventInitialFocus=!1,this.isTopModalPopup=!1,this.onPhone=!1,this.onDesktop=!1,this._opened=!1,this._open=!1,this._resizeHandlerRegistered=!1,this._resizeHandler=this._resize.bind(this),this._getRealDomRef=()=>this.shadowRoot.querySelector("[root-element]")}onBeforeRendering(){this.onPhone=d$8(),this.onDesktop=f$d()}onAfterRendering(){f$i().then((()=>{this._updateMediaRange()})),this.open?this._registerResizeHandler():this._deregisterResizeHandler()}onEnterDOM(){this.setAttribute("popover","manual"),f$d()&&this.setAttribute("desktop",""),this.tabIndex=-1,this.handleOpenOnEnterDOM(),this.setAttribute("data-sap-ui-fastnavgroup-container","true"),y$2(this,this._updateAssociatedLabelsTexts.bind(this))}handleOpenOnEnterDOM(){this.open&&(this.showPopover(),this.openPopup())}onExitDOM(){this._opened&&(Popup_1.unblockPageScrolling(this),this._removeOpenedPopup()),f$3.deregister(this,this._resizeHandler),T$2(this)}set open(e){this._open!==e&&(this._open=e,e?this.openPopup():this.closePopup())}get open(){return this._open}async openPopup(){if(this._opened)return;this.fireDecoratorEvent("before-open")?(this.isModal&&Popup_1.blockPageScrolling(this),this._focusedElementBeforeOpen=r$5(),this._show(),this._opened=!0,this.getDomRef()&&this._updateMediaRange(),this._addOpenedPopup(),this.open=!0,await this.applyInitialFocus(),await f$i(),this.isConnected&&this.fireDecoratorEvent("open")):this.open=!1}_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.fireDecoratorEvent("scroll",{scrollTop:e.target.scrollTop,targetRef:e.target})}_onkeydown(e){const t=e.target===this._root&&V(e),o=b$4(e)&&!this.open;(t||o)&&e.preventDefault()}_onfocusout(e){e.relatedTarget||(this._shouldFocusRoot=!0)}_onmousedown(e){this.shadowRoot.contains(e.target)?this._shouldFocusRoot=!0:this._shouldFocusRoot=!1}_onmouseup(){this._shouldFocusRoot&&(g$7()&&this._root.focus(),this._shouldFocusRoot=!1)}async forwardToFirst(){const e=await b$1(this);e?e.focus():this._root.focus()}async forwardToLast(){const e=await H2(this);e?e.focus():this._root.focus()}async applyInitialFocus(){this.preventInitialFocus||await this.applyFocus()}async applyFocus(){if(this.querySelector("[autofocus]"))return;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 b$1(this)||this._root,e&&(e===this._root&&(e.tabIndex=-1),e.focus())}isFocusWithin(){return a$5(this._root)}_updateMediaRange(){this.mediaRange=i$3.getCurrentRange(i$3.RANGESETS.RANGE_4STEPS,this.getDomRef().offsetWidth)}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=p$2(this)}_addOpenedPopup(){addOpenedPopup(this)}closePopup(e=!1,t=!1,o=!1){if(!this._opened)return;this.fireDecoratorEvent("before-close",{escPressed:e})?(this._opened=!1,this.isModal&&Popup_1.unblockPageScrolling(this),this.hide(),this.open=!1,t||this._removeOpenedPopup(),this.preventFocusRestore||o||this.resetFocus(),this.fireDecoratorEvent("close")):this.open=!0}_removeOpenedPopup(){removeOpenedPopup(this)}resetFocus(){var e;null==(e=this._focusedElementBeforeOpen)||e.focus(),this._focusedElementBeforeOpen=null}_show(){this.isConnected&&(this.setAttribute("popover","manual"),this.showPopover())}_registerResizeHandler(){this._resizeHandlerRegistered||(f$3.register(this,this._resizeHandler),this._resizeHandlerRegistered=!0)}_deregisterResizeHandler(){this._resizeHandlerRegistered&&(f$3.deregister(this,this._resizeHandler),this._resizeHandlerRegistered=!1)}hide(){this.isConnected&&this.hidePopover()}get _ariaLabel(){return A$2(this)}get _accInfoAriaDescription(){return this.ariaDescriptionText||""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||L$2(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.ariaDescriptionTextId].filter(Boolean).join(" ")}get _root(){return this.shadowRoot.querySelector(".ui5-popup-root")}get _role(){return this.accessibleRole===PopupAccessibleRole$1.None?void 0:n$6(this.accessibleRole)}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:{}}}get classes(){return{root:{"ui5-popup-root":!0},content:{"ui5-popup-content":!0}}}};__decorate$C([s$6()],Popup.prototype,"initialFocus",void 0),__decorate$C([s$6({type:Boolean})],Popup.prototype,"preventFocusRestore",void 0),__decorate$C([s$6()],Popup.prototype,"accessibleName",void 0),__decorate$C([s$6()],Popup.prototype,"accessibleNameRef",void 0),__decorate$C([s$6()],Popup.prototype,"accessibleRole",void 0),__decorate$C([s$6()],Popup.prototype,"accessibleDescription",void 0),__decorate$C([s$6()],Popup.prototype,"accessibleDescriptionRef",void 0),__decorate$C([s$6({noAttribute:!0})],Popup.prototype,"_associatedDescriptionRefTexts",void 0),__decorate$C([s$6()],Popup.prototype,"mediaRange",void 0),__decorate$C([s$6({type:Boolean})],Popup.prototype,"preventInitialFocus",void 0),__decorate$C([s$6({type:Boolean,noAttribute:!0})],Popup.prototype,"isTopModalPopup",void 0),__decorate$C([d$5({type:HTMLElement,default:!0})],Popup.prototype,"content",void 0),__decorate$C([s$6({type:Boolean})],Popup.prototype,"onPhone",void 0),__decorate$C([s$6({type:Boolean})],Popup.prototype,"onDesktop",void 0),__decorate$C([s$6({type:Boolean})],Popup.prototype,"open",null),Popup=Popup_1=__decorate$C([m$8({renderer:y$4,styles:[popupStlyes,popupBlockLayerStyles],template:PopupTemplate}),l$b("before-open",{cancelable:!0}),l$b("open"),l$b("before-close",{cancelable:!0}),l$b("close"),l$b("scroll",{bubbles:!0})],Popup);const Popup$1=Popup;var PopoverPlacement;!function(e){e.Start="Start",e.End="End",e.Top="Top",e.Bottom="Bottom"}(PopoverPlacement||(PopoverPlacement={}));const PopoverPlacement$1=PopoverPlacement;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.Start="Start",e.End="End",e.Stretch="Stretch"}(PopoverHorizontalAlign||(PopoverHorizontalAlign={}));const PopoverHorizontalAlign$1=PopoverHorizontalAlign,e$5=e=>e.parentElement?e.parentElement:e.parentNode.host;let updateInterval;const intervalTimeout=300,openedRegistry=[],repositionPopovers=()=>{openedRegistry.forEach((e=>{e.instance.reposition()}))},closePopoversIfLostFocus=()=>{let e=t$5();"IFRAME"===e.tagName&&getRegistry().reverse().forEach((t=>{const o=t.instance,a=o.getOpenerHTMLElement(o.opener);for(;e;){if(e===a)return;e=e$5(e)}o.closePopup(!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,{capture:!0})},detachGlobalClickHandler=()=>{document.removeEventListener("mousedown",clickHandler,{capture:!0})},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 a=t[o].instance;if(a.isModal||a.isOpenerClicked(e))return;if(f$1(e,a.getBoundingClientRect()))break;a.closePopup()}},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 a=openedRegistry[o].parentPopovers.indexOf(e);openedRegistry[o].parentPopovers.length>0&&a>-1&&t.push(openedRegistry[o].instance)}for(let e=t.length-1;e>=0;e--)for(let o=0;o<openedRegistry.length;o++){let a=-1;if(t[e]===openedRegistry[o].instance&&(a=o),a>=0){removeOpenedPopup(openedRegistry[a].instance),detachScrollHandler(openedRegistry[a].instance);openedRegistry.splice(a,1)[0].instance.closePopup(!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};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 TitleTemplate(){return jsx(Fragment,{children:title.call(this,this.level)})}function title(e){switch(e){case"H1":return jsx("h1",{class:"ui5-title-root",children:titleInner.call(this)});case"H2":default:return jsx("h2",{class:"ui5-title-root",children:titleInner.call(this)});case"H3":return jsx("h3",{class:"ui5-title-root",children:titleInner.call(this)});case"H4":return jsx("h4",{class:"ui5-title-root",children:titleInner.call(this)});case"H5":return jsx("h5",{class:"ui5-title-root",children:titleInner.call(this)});case"H6":return jsx("h6",{id:`${this._id}-inner`,class:"ui5-title-root",children:titleInner.call(this)})}}function titleInner(){return jsx("span",{id:`${this._id}-inner`,children:jsx("slot",{})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const titleCss=':host(:not([hidden])){display:block;cursor:text}:host{max-width:100%;color:var(--sapGroup_TitleTextColor);font-size:var(--sapFontHeader5Size);font-family: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;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{white-space:pre-line}:host([wrapping-type="None"]){white-space:nowrap}.ui5-title-root,:host ::slotted(*){white-space:inherit}::slotted(*){font-size:inherit;font-family:inherit;text-shadow:inherit}:host([size="H1"]){font-size:var(--sapFontHeader1Size)}:host([size="H2"]){font-size:var(--sapFontHeader2Size)}:host([size="H3"]){font-size:var(--sapFontHeader3Size)}:host([size="H4"]){font-size:var(--sapFontHeader4Size)}:host([size="H5"]){font-size:var(--sapFontHeader5Size)}:host([size="H6"]){font-size:var(--sapFontHeader6Size)}\n';var __decorate$B=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Title=class extends b$5{constructor(){super(...arguments),this.wrappingType="Normal",this.level="H2",this.size="H5"}get h1(){return this.level===TitleLevel$1.H1}get h2(){return this.level===TitleLevel$1.H2}get h3(){return this.level===TitleLevel$1.H3}get h4(){return this.level===TitleLevel$1.H4}get h5(){return this.level===TitleLevel$1.H5}get h6(){return this.level===TitleLevel$1.H6}};__decorate$B([s$6()],Title.prototype,"wrappingType",void 0),__decorate$B([s$6()],Title.prototype,"level",void 0),__decorate$B([s$6()],Title.prototype,"size",void 0),Title=__decorate$B([m$8({tag:"ui5-title",renderer:y$4,template:TitleTemplate,styles:titleCss})],Title),Title.define();const Title$1=Title;function PopoverTemplate(){return PopupTemplate.call(this,{beforeContent:beforeContent$1,afterContent:afterContent$1})}function beforeContent$1(){return jsxs(Fragment,{children:[jsx("span",{class:"ui5-popover-arrow",style:this.styles.arrow}),this._displayHeader&&jsx("header",{class:"ui5-popup-header-root",id:"ui5-popup-header",part:"header",children:this.header.length?jsx("slot",{name:"header"}):jsx(Title$1,{level:"H1",class:"ui5-popup-header-text",children:this.headerText})})]})}function afterContent$1(){return jsx(Fragment,{children:this._displayFooter&&!!this.footer.length&&jsx("footer",{class:"ui5-popup-footer-root",part:"footer",children:jsx("slot",{name:"footer"})})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const PopupsCommonCss='.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{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-15-0_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5-v2-15-0_popup_header_shadow);border-bottom:var(--_ui5-v2-15-0_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5-v2-15-0_popup_border_radius)}.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;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5-v2-15-0_popup_default_header_height);max-height:var(--_ui5-v2-15-0_popup_default_header_height);line-height:var(--_ui5-v2-15-0_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-15-0_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-v2-15-0_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-15-0_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-v2-15-0_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_xl)}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const PopoverCss=':host{box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);background-color:var(--_ui5-v2-15-0_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-15-0_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-15-0_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_upward_arrow_margin)}:host([actual-placement="Start"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Start"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="End"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="End"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_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-v2-15-0_popover_background);box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}\n';var Popover_1,__decorate$A=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(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(),this.placement="End",this.horizontalAlign="Center",this.verticalAlign="Center",this.modal=!1,this.hideArrow=!1,this.allowTargetOverlap=!1,this.arrowTranslateX=0,this.arrowTranslateY=0,this.actualPlacement="End"}set opener(e){this._opener!==e&&(this._opener=e,e&&this.open&&this.openPopup())}get opener(){return this._opener}async openPopup(){if(this._opened)return;const e=this.getOpenerHTMLElement(this.opener);if(e){if(!e||this.isOpenerOutsideViewport(e.getBoundingClientRect()))return await f$i(),this.open=!1,void this.fireDecoratorEvent("close");this._openerRect=e.getBoundingClientRect(),await super.openPopup()}}isOpenerClicked(e){const t=e.target,o=this.getOpenerHTMLElement(this.opener);return!!o&&(t===o||(!(!this._isUI5AbstractElement(t)||t.getFocusDomRef()!==o)||e.composedPath().indexOf(o)>-1))}_addOpenedPopup(){addOpenedPopover(this)}_removeOpenedPopup(){removeOpenedPopover(this)}getOpenerHTMLElement(e){if(null==e)return e;if(e instanceof HTMLElement)return this._isUI5AbstractElement(e)?e.getFocusDomRef():e;let t=this.getRootNode();t===this&&(t=document);let o=t.getElementById(e);return t instanceof ShadowRoot&&!o&&(o=document.getElementById(e)),o&&this._isUI5AbstractElement(o)?o.getFocusDomRef():o}shouldCloseDueToOverflow(e,t){const o={Start:t.right,End:t.left,Top:t.top,Bottom:t.bottom},a=this.getOpenerHTMLElement(this.opener),i=i$5(a);let r=!1,n=!1;if(i instanceof Popover_1){const e=i.getBoundingClientRect();r=t.top>e.top+e.height,n=t.top+t.height<e.top}return o[e]<0||o[e]+32>i.innerHeight||r||n}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.open&&this.reposition()}reposition(){this._show()}async _show(){super._show();const e=this.getOpenerHTMLElement(this.opener);if(!e)return void Object.assign(this.style,{top:"0px",left:"0px"});if(e&&v$3(e)&&!e.getDomRef())return;this._opened||this._showOutsideViewport();const t=this.getPopoverSize();let o;if(0===t.width||0===t.height)return;if(this.open&&(this._openerRect=e.getBoundingClientRect()),o=this._oldPlacement&&this.shouldCloseDueToNoOpener(this._openerRect)&&this.isFocusWithin()?this._oldPlacement:this.calcPlacement(this._openerRect,t),this._preventRepositionAndClose||this.isOpenerOutsideViewport(this._openerRect))return await this._waitForDomRef(),this.closePopup();this._oldPlacement=o,this.actualPlacement=o.placement;let a=m$3(this._left,Popover_1.VIEWPORT_MARGIN,document.documentElement.clientWidth-t.width-Popover_1.VIEWPORT_MARGIN);this.actualPlacement===PopoverPlacement$1.End&&(a=Math.max(a,this._left));let i=m$3(this._top,Popover_1.VIEWPORT_MARGIN,document.documentElement.clientHeight-t.height-Popover_1.VIEWPORT_MARGIN);this.actualPlacement===PopoverPlacement$1.Bottom&&(i=Math.max(i,this._top)),this.arrowTranslateX=o.arrow.x,this.arrowTranslateY=o.arrow.y,i=this._adjustForIOSKeyboard(i),Object.assign(this.style,{top:`${i}px`,left:`${a}px`}),this.horizontalAlign===PopoverHorizontalAlign$1.Stretch&&this._width&&(this.style.width=this._width),this.verticalAlign===PopoverVerticalAlign$1.Stretch&&this._height&&(this.style.height=this._height)}_adjustForIOSKeyboard(e){if(!w$4())return e;const t=Math.ceil(this.getBoundingClientRect().top);return e+(Number.parseInt(this.style.top||"0")-t)}getPopoverSize(e=!1){const t=this.getBoundingClientRect(),o=t.width;let a;const i=this.getDomRef();if(e&&i){const e=i.querySelector(".ui5-popup-header-root"),t=i.querySelector(".ui5-popup-content"),o=i.querySelector(".ui5-popup-footer-root");a=(null==t?void 0:t.scrollHeight)||0,a+=(null==e?void 0:e.scrollHeight)||0,a+=(null==o?void 0:o.scrollHeight)||0}else a=t.height;return{width:o,height:a}}_showOutsideViewport(){Object.assign(this.style,{top:"-10000px",left:"-10000px"})}_isUI5AbstractElement(e){return v$3(e)&&e.isUI5AbstractElement}get arrowDOM(){return this.shadowRoot.querySelector(".ui5-popover-arrow")}focusOpener(){var e;null==(e=this.getOpenerHTMLElement(this.opener))||e.focus()}calcPlacement(e,t){let o=Popover_1.VIEWPORT_MARGIN,a=0;const i=this.allowTargetOverlap,r=document.documentElement.clientWidth,n=document.documentElement.clientHeight;let s=n,_=r;const l=this.getActualPlacement(e);this._preventRepositionAndClose=this.shouldCloseDueToNoOpener(e)||this.shouldCloseDueToOverflow(l,e);const c=l===PopoverPlacement$1.Top||l===PopoverPlacement$1.Bottom;this.horizontalAlign===PopoverHorizontalAlign$1.Stretch&&c?(t.width=e.width,this._width=`${e.width}px`):this.verticalAlign!==PopoverVerticalAlign$1.Stretch||c||(t.height=e.height,this._height=`${e.height}px`);const d=this.hideArrow?0:8;switch(l){case PopoverPlacement$1.Top:o=this.getVerticalLeft(e,t),a=Math.max(e.top-t.height-d,0),i||(s=e.top-d);break;case PopoverPlacement$1.Bottom:o=this.getVerticalLeft(e,t),a=e.bottom+d,i?a=Math.max(Math.min(a,n-t.height),0):s=n-e.bottom-d;break;case PopoverPlacement$1.Start:o=Math.max(e.left-t.width-d,0),a=this.getHorizontalTop(e,t),i||(_=e.left-d);break;case PopoverPlacement$1.End:o=e.left+e.width+d,a=this.getHorizontalTop(e,t),i?o=Math.max(Math.min(o,r-t.width),0):_=r-e.right-d}c?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||a<Popover_1.VIEWPORT_MARGIN?a=Popover_1.VIEWPORT_MARGIN:a+t.height>n-Popover_1.VIEWPORT_MARGIN&&(a=n-Popover_1.VIEWPORT_MARGIN-t.height),this._maxHeight=Math.round(s-Popover_1.VIEWPORT_MARGIN),this._maxWidth=Math.round(_-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-a)>1.5)&&(this._top=Math.round(a));const u=Number.parseInt(window.getComputedStyle(this).getPropertyValue("border-radius")),p=this.getArrowPosition(e,t,o,a,c,u);return this._left+=this.getRTLCorrectionLeft(),{arrow:p,top:this._top,left:this._left,placement:l}}getRTLCorrectionLeft(){return parseFloat(window.getComputedStyle(this).left)-this.getBoundingClientRect().left}getArrowPosition(e,t,o,a,i,r){const n=this._actualHorizontalAlign;let s=n===PopoverHorizontalAlign$1.Center||n===PopoverHorizontalAlign$1.Stretch;n===PopoverHorizontalAlign$1.End&&o<=e.left&&(s=!0),n===PopoverHorizontalAlign$1.Start&&o+t.width>=e.left+e.width&&(s=!0);let _=0;i&&s&&(_=e.left+e.width/2-o-t.width/2);let l=0;i||(l=e.top+e.height/2-a-t.height/2);const c=t.height/2-r-4-2;l=m$3(l,-c,c);const d=t.width/2-r-4-2;return _=m$3(_,-d,d),{x:Math.round(_),y:Math.round(l)}}fallbackPlacement(e,t,o,a){return o.left>a.width?PopoverPlacement$1.Start:e-o.right>o.left?PopoverPlacement$1.End:t-o.bottom>a.height?PopoverPlacement$1.Bottom:t-o.bottom<o.top?PopoverPlacement$1.Top:void 0}getActualPlacement(e){const t=this.placement;let o=t;const a=t===PopoverPlacement$1.Top||t===PopoverPlacement$1.Bottom,i=this.getPopoverSize(!this.allowTargetOverlap),r=document.documentElement.clientWidth;let n=document.documentElement.clientHeight,s=i.height;switch(a&&(s+=this.hideArrow?0:8,n-=Popover_1.VIEWPORT_MARGIN),t){case PopoverPlacement$1.Top:e.top<s&&e.top<n-e.bottom&&(o=PopoverPlacement$1.Bottom);break;case PopoverPlacement$1.Bottom:n-e.bottom<s&&n-e.bottom<e.top&&(o=PopoverPlacement$1.Top);break;case PopoverPlacement$1.Start:e.left<i.width&&(o=this.fallbackPlacement(r,n,e,i)||t);break;case PopoverPlacement$1.End:r-e.right<i.width&&(o=this.fallbackPlacement(r,n,e,i)||t)}return o}getVerticalLeft(e,t){const o=this._actualHorizontalAlign;let a=Popover_1.VIEWPORT_MARGIN;switch(o){case PopoverHorizontalAlign$1.Center:case PopoverHorizontalAlign$1.Stretch:a=e.left-(t.width-e.width)/2;break;case PopoverHorizontalAlign$1.Start:a=e.left;break;case PopoverHorizontalAlign$1.End:a=e.right-t.width}return a}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 _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.Start)return PopoverHorizontalAlign$1.End;if(this.horizontalAlign===PopoverHorizontalAlign$1.End)return PopoverHorizontalAlign$1.Start}return this.horizontalAlign}};__decorate$A([s$6()],Popover.prototype,"headerText",void 0),__decorate$A([s$6()],Popover.prototype,"placement",void 0),__decorate$A([s$6()],Popover.prototype,"horizontalAlign",void 0),__decorate$A([s$6()],Popover.prototype,"verticalAlign",void 0),__decorate$A([s$6({type:Boolean})],Popover.prototype,"modal",void 0),__decorate$A([s$6({type:Boolean})],Popover.prototype,"hideArrow",void 0),__decorate$A([s$6({type:Boolean})],Popover.prototype,"allowTargetOverlap",void 0),__decorate$A([s$6({type:Number,noAttribute:!0})],Popover.prototype,"arrowTranslateX",void 0),__decorate$A([s$6({type:Number,noAttribute:!0})],Popover.prototype,"arrowTranslateY",void 0),__decorate$A([s$6()],Popover.prototype,"actualPlacement",void 0),__decorate$A([s$6({type:Number,noAttribute:!0})],Popover.prototype,"_maxHeight",void 0),__decorate$A([s$6({type:Number,noAttribute:!0})],Popover.prototype,"_maxWidth",void 0),__decorate$A([d$5({type:HTMLElement})],Popover.prototype,"header",void 0),__decorate$A([d$5({type:HTMLElement})],Popover.prototype,"footer",void 0),__decorate$A([s$6({converter:e$6})],Popover.prototype,"opener",null),Popover=Popover_1=__decorate$A([m$8({tag:"ui5-popover",styles:[Popup$1.styles,PopupsCommonCss,PopoverCss],template:PopoverTemplate})],Popover);const instanceOfPopover=e=>"opener"in e;Popover.define();const Popover$1=Popover;function InputPopoverTemplate(e){var t;const o=null==e?void 0:e.suggestionsList;return jsxs(Fragment,{children:[this._effectiveShowSuggestions&&(null==(t=this.Suggestions)?void 0:t.template.call(this,{suggestionsList:o,valueStateMessage:valueStateMessage$4,valueStateMessageInputIcon:valueStateMessageInputIcon$2})),this.hasValueStateMessage&&jsx(Popover$1,{preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,class:"ui5-valuestatemessage-popover",placement:"Bottom",tabindex:-1,horizontalAlign:this._valueStatePopoverHorizontalAlign,opener:this,open:this.valueStateOpen,onClose:this._handleValueStatePopoverAfterClose,children:jsxs("div",{slot:"header",class:this.classes.popoverValueState,children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:valueStateMessageInputIcon$2.call(this)}),this.valueStateOpen&&valueStateMessage$4.call(this)]})})]})}function valueStateMessage$4(){return jsx(Fragment,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:jsx("slot",{name:"valueStateMessage"})})}function valueStateMessageInputIcon$2(){const e={Negative:error,Critical:alert,Positive:sysEnter2,Information:information};return this.valueState!==o$4.None?e[this.valueState]:""}function InputTemplate(e){const t=null==e?void 0:e.suggestionsList,o=(null==e?void 0:e.preContent)||defaultPreContent,a=(null==e?void 0:e.postContent)||defaultPostContent;return jsxs(Fragment,{children:[jsx("div",{class:"ui5-input-root ui5-input-focusable-element",part:"root",onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:jsxs("div",{class:"ui5-input-content",children:[o.call(this),jsx("input",{id:"inner",part:"input",class:"ui5-input-inner",style:this.styles.innerInput,type:this.inputNativeType,"inner-input":!0,"inner-input-with-icon":!!this.icon.length,disabled:this.disabled,readonly:this._readonly,value:this._innerValue,placeholder:this._placeholder,maxlength:this.maxlength,role:this.accInfo.role,enterkeyhint:this.hint,"aria-controls":this.accInfo.ariaControls,"aria-invalid":this.accInfo.ariaInvalid,"aria-haspopup":this.accInfo.ariaHasPopup,"aria-describedby":this.accInfo.ariaDescribedBy,"aria-roledescription":this.accInfo.ariaRoledescription,"aria-autocomplete":this.accInfo.ariaAutoComplete,"aria-expanded":this.accInfo.ariaExpanded,"aria-label":this.accInfo.ariaLabel,"aria-required":this.required,autocomplete:"off","data-sap-focus-ref":!0,step:this.nativeInputAttributes.step,min:this.nativeInputAttributes.min,max:this.nativeInputAttributes.max,onInput:this._handleNativeInput,onChange:this._handleChange,onSelect:this._handleSelect,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._click,onFocusIn:this.innerFocusIn}),this._effectiveShowClearIcon&&jsx("div",{tabindex:-1,class:"ui5-input-clear-icon-wrapper inputIcon",part:"clear-icon-wrapper",onClick:this._clear,onMouseDown:this._iconMouseDown,children:jsx(Icon$1,{part:"clear-icon",class:"ui5-input-clear-icon",name:decline,tabindex:-1,accessibleName:this.clearIconAccessibleName})}),this.icon.length>0&&jsx("div",{class:"ui5-input-icon-root",tabindex:-1,children:jsx("slot",{name:"icon"})}),jsx("div",{class:"ui5-input-value-state-icon",children:this._valueStateInputIcon}),a.call(this),this._effectiveShowSuggestions&&jsxs(Fragment,{children:[jsx("span",{id:"suggestionsText",class:"ui5-hidden-text",children:this.suggestionsText}),jsx("span",{id:"selectionText",class:"ui5-hidden-text","aria-live":"polite",role:"status"}),jsx("span",{id:"suggestionsCount",class:"ui5-hidden-text","aria-live":"polite",children:this.availableSuggestionsCount})]}),this.accInfo.ariaDescription&&jsx("span",{id:"descr",class:"ui5-hidden-text",children:this.accInfo.ariaDescription}),this.accInfo.accessibleDescription&&jsx("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.accInfo.accessibleDescription}),this.linksInAriaValueStateHiddenText.length>0&&jsx("span",{id:"hiddenText-value-state-link-shortcut",class:"ui5-hidden-text",children:this.valueStateLinksShortcutsTextAcc}),this.hasValueState&&jsx("span",{id:"valueStateDesc",class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]})}),InputPopoverTemplate.call(this,{suggestionsList:t})]})}function defaultPreContent(){}function defaultPostContent(){}const StartsWith=(e,t,o)=>t.filter((t=>(t[o]||"").toLowerCase().startsWith(e.toLowerCase())));p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const inputStyles=':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}.inputIcon{color:var(--_ui5-v2-15-0_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-15-0_input_icon_padding);border-inline-start:var(--_ui5-v2-15-0_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-15-0_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-15-0_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-15-0_input_icon_hover_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5-v2-15-0_input_width);min-width:calc(var(--_ui5-v2-15-0_input_min_width) + (var(--_ui5-v2-15-0-input-icons-count)*var(--_ui5-v2-15-0_input_icon_width)));margin:var(--_ui5-v2-15-0_input_margin_top_bottom) 0;height:var(--_ui5-v2-15-0_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-v2-15-0-input-border);border-radius:var(--_ui5-v2-15-0_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5-v2-15-0_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-15-0_input_focus_outline_color);border-radius:var(--_ui5-v2-15-0_input_focus_border_radius);top:var(--_ui5-v2-15-0_input_focus_offset);bottom:var(--_ui5-v2-15-0_input_focus_offset);left:var(--_ui5-v2-15-0_input_focus_offset);right:var(--_ui5-v2-15-0_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5-v2-15-0_input_readonly_focus_offset);bottom:var(--_ui5-v2-15-0_input_readonly_focus_offset);left:var(--_ui5-v2-15-0_input_readonly_focus_offset);right:var(--_ui5-v2-15-0_input_readonly_focus_offset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_input_bottom_border_height);transition:var(--_ui5-v2-15-0_input_transition);background-color:var(--_ui5-v2-15-0_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-v2-15-0_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5-v2-15-0_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-15-0-input_disabled_background);border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_inner_padding);box-sizing:border-box;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-v2-15-0_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-v2-15-0-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-v2-15-0_input_placeholder_style);color:var(--_ui5-v2-15-0_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-15-0_input_placeholder_style);color:var(--_ui5-v2-15-0_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0-input_error_placeholder_color);font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0-input_error_placeholder_color);font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0_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-v2-15-0_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5-v2-15-0_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5-v2-15-0_input_hover_border);border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5-v2-15-0_input_error_warning_font_style);text-indent:var(--_ui5-v2-15-0_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5-v2-15-0_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5-v2-15-0_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_error_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5-v2-15-0_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5-v2-15-0_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_success_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]: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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_information_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_input_icon_wrapper_height);padding:0;width:var(--_ui5-v2-15-0_input_icon_width);min-width:var(--_ui5-v2-15-0_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="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_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';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const ResponsivePopoverCommonCss='.input-root-phone{flex:1;position:relative;height:var(--_ui5-v2-15-0_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_background_color);border:var(--_ui5-v2-15-0-input-border);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_input_focus_border_radius);top:var(--_ui5-v2-15-0_input_focus_offset);bottom:var(--_ui5-v2-15-0_input_focus_offset);left:var(--_ui5-v2-15-0_input_focus_offset);right:var(--_ui5-v2-15-0_input_focus_offset)}.input-root-phone [value-state=Negative] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Positive] .inputIcon[data-ui5-compact-size],.input-root-phone [value-state=Critical] .inputIcon[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-v2-15-0_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-v2-15-0_input_border_radius)}[inner-input]::selection,[inner-input]::-moz-selection{background:var(--sapSelectedColor);color:var(--sapContent_ContrastTextColor)}[inner-input]::-webkit-input-placeholder{font-style:var(--_ui5-v2-15-0_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}[inner-input]::-moz-placeholder{font-style:var(--_ui5-v2-15-0_input_placeholder_style);color:var(--sapField_PlaceholderTextColor)}.input-root-phone[value-state]:not([value-state=None]){border-width:var(--_ui5-v2-15-0_input_state_border_width)}.input-root-phone[value-state=Negative] [inner-input],.input-root-phone[value-state=Critical] [inner-input]{font-style:var(--_ui5-v2-15-0_input_error_warning_font_style)}.input-root-phone[value-state=Negative] [inner-input]{font-weight:var(--_ui5-v2-15-0_input_error_font_weight)}.input-root-phone[value-state=Negative]:not([readonly]){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v2-15-0_input_focused_value_state_error_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_border_color)}.input-root-phone[value-state=Negative]:not([readonly]):focus-within:before{border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color)}.input-root-phone[value-state=Negative]:not([readonly]):not([disabled]),.input-root-phone[value-state=Critical]:not([readonly]):not([disabled]),.input-root-phone[value-state=Information]:not([readonly]):not([disabled]){border-style:var(--_ui5-v2-15-0_input_error_warning_border_style)}.input-root-phone[value-state=Critical]:not([readonly]){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_border_color)}.input-root-phone[value-state=Critical]:not([readonly]):focus-within:before{border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color)}.input-root-phone[value-state=Positive]:not([readonly]){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_input_value_state_success_border_width)}.input-root-phone[value-state=Positive]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v2-15-0_input_focused_value_state_success_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_success_border_color)}.input-root-phone[value-state=Positive]:not([readonly]):focus-within:before{border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width)}.input-root-phone[value-state=Information]:not([readonly]) [inner-input]:focus{background-color:var(--_ui5-v2-15-0_input_focused_value_state_information_background);border-color:var(--_ui5-v2-15-0_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-v2-15-0_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-footer .ui5-responsive-popover-close-btn{margin-left:.5rem}.ui5-responsive-popover-header .ui5-responsive-popover-close-btn{position:absolute;right:1rem}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const ValueStateMessageCss=".ui5-valuestatemessage-popover{border-radius:var(--_ui5-v2-15-0_value_state_message_popover_border_radius);box-shadow:var(--_ui5-v2-15-0_value_state_message_popover_box_shadow)}.ui5-input-value-state-message-icon{width:var(--_ui5-v2-15-0_value_state_message_icon_width);height:var(--_ui5-v2-15-0_value_state_message_icon_height);display:var(--_ui5-v2-15-0_input_value_state_icon_display);position:absolute;padding-right:.375rem}.ui5-valuestatemessage-root .ui5-input-value-state-message-icon{left:var(--_ui5-v2-15-0_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:var(--sapFontFamily);height:auto;padding:var(--_ui5-v2-15-0_value_state_message_padding);overflow:hidden;text-overflow:ellipsis;min-width:6.25rem;border:var(--_ui5-v2-15-0_value_state_message_border);line-height:var(--_ui5-v2-15-0_value_state_message_line_height)}[ui5-responsive-popover] .ui5-valuestatemessage-header,[ui5-popover] .ui5-valuestatemessage-header{min-height:var(--_ui5-v2-15-0_value_state_message_popover_header_min_height);min-width:var(--_ui5-v2-15-0_value_state_message_popover_header_min_width);max-width:var(--_ui5-v2-15-0_value_state_message_popover_header_max_width);width:var(--_ui5-v2-15-0_value_state_message_popover_header_width)}[ui5-responsive-popover] .ui5-valuestatemessage-header{padding:var(--_ui5-v2-15-0_value_state_header_padding);border:var(--_ui5-v2-15-0_value_state_header_border);border-bottom:var(--_ui5-v2-15-0_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:focus{outline-offset:var(--_ui5-v2-15-0_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-v2-15-0_value_state_message_padding_phone);width:100%}.ui5-popover-with-value-state-header-phone .ui5-input-value-state-message-icon{left:var(--_ui5-v2-15-0_value_state_message_icon_offset_phone)}.ui5-popover-with-value-state-header-phone .ui5-valuestatemessage-header{position:relative;flex:none;top:0;left:0;max-width:100%}.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-v2-15-0_value_state_header_box_shadow_error)}[ui5-responsive-popover] .ui5-valuestatemessage--information{box-shadow:var(--_ui5-v2-15-0_value_state_header_box_shadow_information)}[ui5-responsive-popover] .ui5-valuestatemessage--success{box-shadow:var(--_ui5-v2-15-0_value_state_header_box_shadow_success)}[ui5-responsive-popover] .ui5-valuestatemessage--warning{box-shadow:var(--_ui5-v2-15-0_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";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const SuggestionsCss=".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}.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$1,INPUT_EVENTS$1,INPUT_ACTIONS$1,__decorate$z=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};!function(e){e.CHANGE="change",e.INPUT="input",e.SELECTION_CHANGE="selection-change"}(INPUT_EVENTS$1||(INPUT_EVENTS$1={})),function(e){e.ACTION_ENTER="enter",e.ACTION_USER_INPUT="input"}(INPUT_ACTIONS$1||(INPUT_ACTIONS$1={}));let Input$2=Input_1$1=class extends b$5{get formValidityMessage(){return Input_1$1.i18nBundle.getText(FORM_TEXTFIELD_REQUIRED)}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.required&&!this.value}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this._innerValue="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._keepInnerValue=!1,this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){f$3.register(this,this._handleResizeBound),y$2(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){var e;f$3.deregister(this,this._handleResizeBound),T$2(this),this._removeLinksEventListeners(),null==(e=this._composition)||e.removeEventListeners()}_highlightSuggestionItem(e){var t;e.markupText=this.typedInValue?null==(t=this.Suggestions)?void 0:t.hightlightInput(e.text||"",this.typedInValue):fnEncodeXML(e.text||"")}_isGroupItem(e){return e.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this._keepInnerValue||(this._innerValue=null===this.value?"":this.value),this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach((e=>{var t;e.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(e):this._isGroupItem(e)&&(null==(t=e.items)||t.forEach((e=>{this._highlightSuggestionItem(e)})))}))),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty(d$g("--_ui5-input-icons-count"),`${this.iconsCount}`);const e=!!this._flattenItems.length,t=!!this.value,o=this.shadowRoot.querySelector("input")===t$5();this.shouldDisplayOnlyValueStateMessage?this.openValueStatePopover():this.closeValueStatePopover();this.disabled||this.readonly?this.open=!1:this._isPhone||(this.open=e&&(this.open||t&&o&&this.isTyping));const a=this.value,i=this.getInputDOMRefSync();if(!i||!a)return;const r=i.selectionEnd-i.selectionStart;if(this._shouldAutocomplete&&!P$4()&&!r&&!this._isKeyNavigation){const e=this._getFirstMatchingItem(a);e&&(this._isComposing||this._handleTypeAhead(e),this._selectMatchingItem(e))}}onAfterRendering(){var e;const t=this.getInputDOMRefSync();this.showSuggestions&&(null==(e=this.Suggestions)?void 0:e._getPicker())&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(t.value!==this._innerValue&&(t.value=this._innerValue),this.typedInValue.length&&this.value.length&&t.setSelectionRange(this.typedInValue.length,this.value.length),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,n$h(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_onkeydown(e){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!(Q(e)||X(e)||m$6(e)),P$1(e))return this._handleUp(e);if(_(e))return this._handleDown(e);if(A$3(e))return this._handleSpace(e);if(x(e))return this._handleTab();if(b$4(e)){const t=this.previousValue===this.getInputDOMRefSync().value,o=this._internals.form&&1===this._internals.form.querySelectorAll("[ui5-input]").length;return this._enterKeyDown=!0,t&&o&&i$d(this),this._handleEnter(e)}return j(e)?this._handlePageUp(e):q(e)?this._handlePageDown(e):M$1(e)?this._handleHome(e):n$9(e)?this._handleEnd(e):m$6(e)?this._handleEscape():Co(e)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(e){X(e)&&(this.value=e.target.value),this._enterKeyDown=!1}get currentItemIndex(){var e;const t=null==(e=this.Suggestions)?void 0:e._getItems(),o=t.find((e=>e.selected||e.focused));return o?t.indexOf(o):-1}_handleUp(e){var t;(null==(t=this.Suggestions)?void 0:t.isOpened())&&this.Suggestions.onUp(e,this.currentItemIndex)}_handleDown(e){var t;(null==(t=this.Suggestions)?void 0:t.isOpened())&&this.Suggestions.onDown(e,this.currentItemIndex)}_handleSpace(e){this.Suggestions&&this.Suggestions.onSpace(e)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const e=this.linksInAriaValueStateHiddenText;e.length&&e[0].focus()}_addLinksEventListeners(){const e=this.linksInAriaValueStateHiddenText;e.forEach(((t,o)=>{this._linksListenersArray.push((t=>{f$2(t,e,o,{closeValueState:()=>{var e,t;(null==(e=this.Suggestions)?void 0:e.isOpened())&&(null==(t=this.Suggestions)||t.close()),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{var e;this._handleLinkNavigation?(this._handleLinkNavigation=!1,(null==(e=this.Suggestions)?void 0:e.isOpened())&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(t,this.currentItemIndex))):this._handleDown(t)},isPopoverOpen:()=>{var e;return this.Suggestions&&(null==(e=this.Suggestions)?void 0:e.isOpened())||!1}})})),t.addEventListener("keydown",this._linksListenersArray[o])}))}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach(((e,t)=>{e.removeEventListener("keydown",this._linksListenersArray[t])})),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(e){var t;const o=!!(null==(t=this.Suggestions)?void 0:t.onEnter(e)),a=this.getInputDOMRefSync(),i=this._selectableItems.find((e=>e.text===this.value));if(i){const e=i.text||"";a.setSelectionRange(e.length,e.length),o||(this.fireSelectionChange(i,!0),this.acceptSuggestion(i,!0),this.open=!1)}!this._isPhone||this._flattenItems.length||this.isTypeNumber||a.setSelectionRange(this.value.length,this.value.length),o?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(e){var t;this._isSuggestionsFocused?null==(t=this.Suggestions)||t.onPageUp(e):e.preventDefault()}_handlePageDown(e){var t;this._isSuggestionsFocused?null==(t=this.Suggestions)||t.onPageDown(e):e.preventDefault()}_handleHome(e){var t;this._isSuggestionsFocused&&(null==(t=this.Suggestions)||t.onHome(e))}_handleEnd(e){var t;this._isSuggestionsFocused&&(null==(t=this.Suggestions)||t.onEnd(e))}_handleEscape(){var e;const t=this.showSuggestions&&!!this.Suggestions&&this.open,o=this.getInputDOMRefSync(),a=o.selectionEnd-o.selectionStart>0;if(this.isTyping=!1,this.value!==this.previousValue&&this.value!==this.lastConfirmedValue&&!this.open)return this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(INPUT_EVENTS$1.INPUT,{inputType:""});if(t){if(t&&(null==(e=this.Suggestions)?void 0:e._isItemOnTarget()))return this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0);a&&(this.value=this.typedInValue),this.focused=!0}else this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue}_onfocusin(e){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!e.target&&e.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(e){var t;const o=e.relatedTarget;(null==(t=this.Suggestions)?void 0:t._getPicker().contains(o))||this.contains(o)||this.getSlottedNodes("valueStateMessage").some((e=>e.contains(o)))||(this._keepInnerValue=!1,this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){var e,t;this.showSuggestions&&this.Suggestions&&(this.hasSuggestionItemSelected=!1,null==(e=this.Suggestions)||e._deselectItems(),null==(t=this.Suggestions)||t._clearItemFocus())}_click(){d$8()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){var e;const t=this._internals.form&&1===this._internals.form.querySelectorAll("[ui5-input]").length;if(this._clearIconClicked)return void(this._clearIconClicked=!1);const o=()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(INPUT_EVENTS$1.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1};this.previousValue!==this.getInputDOMRefSync().value&&((null==(e=this.Suggestions)?void 0:e._getPicker().open)&&this._flattenItems.some((e=>e.hasAttribute("ui5-suggestion-item")&&e.selected))?this._changeToBeFired=!0:(o(),this._enterKeyDown&&t&&i$d(this)))}_clear(){const e=this.value;this.value="";this.fireDecoratorEvent(INPUT_EVENTS$1.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=e}_iconMouseDown(){this._clearIconClicked=!0}_scroll(e){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:e.detail.scrollTop,scrollContainer:e.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(e){const t=e.detail&&e.detail.inputType||"";this._input(e,t)}_handleNativeInput(e){const t=e.inputType||"";this._input(e,t)}_input(e,t){const o=this.getInputDOMRefSync(),a=this.value&&this.isTypeNumber&&!o.value;this._keepInnerValue=!1;if(this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(t)&&!this.noTypeahead,e instanceof InputEvent){const t=this.isTypeNumber&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType)&&!e.target.value.includes(".")&&this.value.includes("."),o=a&&"e"===e.data,i=a&&this.value.startsWith("-")&&2===this.value.length&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType);(t||o||i)&&(this.value=e.target.value,this._keepInnerValue=!0)}e.target===o&&(this.focused=!0,e.stopImmediatePropagation()),this.fireEventByAction(INPUT_ACTIONS$1.ACTION_ENTER,e),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.isTyping=!0}_startsWithMatchingItems(e){return StartsWith(e,this._selectableItems,"text")}_getFirstMatchingItem(e){if(!this._flattenItems.length)return;const t=this._startsWithMatchingItems(e).filter((e=>!this._isGroupItem(e)));return t.length?t[0]:void 0}_handleSelectionChange(e){var t;null==(t=this.Suggestions)||t.onItemPress(e)}_selectMatchingItem(e){e.selected=!0}_handleTypeAhead(e){const t=e.text?e.text:"";this._innerValue=t,this.value=t,this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=M2(this),this._accessibleLabelsRefTexts=E$1(this),this._associatedDescriptionRefTexts=p$2(this)}_closePicker(){this.open=!1}_afterOpenPicker(){var e;d$8()&&(this.getInputDOMRef().focus(),null==(e=this._composition)||e.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){this.announceSelectedItem(),d$8()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(INPUT_EVENTS$1.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus(),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){var e;null==(e=this.Suggestions)||e._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const e=e=>{e.i18nBundle=Input_1$1.i18nBundle,this.Suggestions=new e(this,"suggestionItems",!0,!1)};Input_1$1.SuggestionsClass?e(Input_1$1.SuggestionsClass):import("./InputSuggestions-D4BHir_S.js").then((t=>{e(t.default)}))}_enableComposition(){if(this._composition)return;const e=e=>{this._composition=new e({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:e=>{this._isComposing=e}}),this._composition.addEventListeners()};Input_1$1.composition?e(Input_1$1.composition):import("./InputComposition-GPOVGV-P.js").then((t=>{Input_1$1.composition=t.default,e(t.default)}))}acceptSuggestion(e,t){if(this._isGroupItem(e))return;const o=e.text||"",a=t?this.valueBeforeItemSelection!==o:this.previousValue!==o;this.hasSuggestionItemSelected=!0,this.value=o,a&&this.previousValue!==o&&(this.valueBeforeItemSelection=o,this.lastConfirmedValue=o,this._performTextSelection=!0,this.fireDecoratorEvent(INPUT_EVENTS$1.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this.isTyping=!1,this.open=!1}updateValueOnSelect(e){const t=this._isGroupItem(e)?this.valueBeforeSelectionStart:e.text;this.value=t||"",this._performTextSelection=!0}fireEventByAction(e,t){const o=this.value,a=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const i=this.getInputValue(),r=e===INPUT_ACTIONS$1.ACTION_ENTER;this.value=i,this.typedInValue=i,this.valueBeforeSelectionStart=i;const n=this.value;if(r){const e=t.inputType||"";!this.fireDecoratorEvent(INPUT_EVENTS$1.INPUT,{inputType:e})&&(n===this.value&&(this.value=o),a&&(a.value=this.value)),this.fireResetSelectionChange()}}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){return d$8()&&this.Suggestions?this.Suggestions._getPicker().querySelector(".ui5-input-inner-phone"):this.nativeInput}getInputDOMRefSync(){var e;return d$8()&&(null==(e=this.Suggestions)?void 0:e._getPicker())?this.Suggestions._getPicker().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}isSuggestionsScrollable(){var e;return this.Suggestions?null==(e=this.Suggestions)?void 0:e._isScrollable():Promise.resolve(!1)}onItemMouseDown(e){e.preventDefault()}onItemSelected(e,t){!t&&!(null==e?void 0:e.focused)&&this.valueBeforeItemSelection!==e.text&&this.fireSelectionChange(e,!0),this.acceptSuggestion(e,t)}_handleSuggestionItemPress(e){var t;null==(t=this.Suggestions)||t.onItemPress(e)}onItemSelect(e){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(e),this.announceSelectedItem(),this.fireSelectionChange(e,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap((e=>this._isGroupItem(e)?[e,...e.items]:[e]))}get _selectableItems(){return this._flattenItems.filter((e=>!this._isGroupItem(e)))}get valueStateTypeMappings(){return{Positive:Input_1$1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),Information:Input_1$1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),Negative:Input_1$1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),Critical:Input_1$1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}valueStateTextMappings(){return{Positive:Input_1$1.i18nBundle.getText(VALUE_STATE_SUCCESS),Information:Input_1$1.i18nBundle.getText(VALUE_STATE_INFORMATION),Negative:Input_1$1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:Input_1$1.i18nBundle.getText(VALUE_STATE_WARNING)}}announceSelectedItem(){const e=this.shadowRoot.querySelector("#selectionText");e&&(e.textContent=this.itemSelectionAnnounce)}fireSelectionChange(e,t){this.Suggestions&&(this.fireDecoratorEvent(INPUT_EVENTS$1.SELECTION_CHANGE,{item:e}),this._isLatestValueFromSuggestions=t)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get _suggestionsOkButtonText(){return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_OK_BUTTON)}get _suggestionsCancelButtonText(){return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_CANCEL_BUTTON)}get clearIconAccessibleName(){return Input_1$1.i18nBundle.getText(INPUT_CLEAR_ICON_ACC_NAME)}get _popupLabel(){return Input_1$1.i18nBundle.getText(INPUT_AVALIABLE_VALUES)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===InputType$1.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||L$2(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){const e=this.showSuggestions?"dialog":void 0,t=this.showSuggestions?"list":void 0;return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===o$4.Negative||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._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,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!==o$4.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${e} ${this.valueStateText}`:e:this.valueStateMessage.length?`${e} ${this.valueStateMessage.map((e=>e.textContent)).join(" ")}`:e}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const e=[];return this.valueStateMessage&&this.valueStateMessage.forEach((t=>{t.children.length&&t.querySelectorAll("ui5-link").forEach((t=>{e.push(t)}))})),e}get valueStateLinksShortcutsTextAcc(){const e=this.linksInAriaValueStateHiddenText;return e.length?A$6()?1===e.length?Input_1$1.i18nBundle.getText(VALUE_STATE_LINK_MAC):Input_1$1.i18nBundle.getText(VALUE_STATE_LINKS_MAC):1===e.length?Input_1$1.i18nBundle.getText(VALUE_STATE_LINK):Input_1$1.i18nBundle.getText(VALUE_STATE_LINKS):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}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===o$4.Positive,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information}}}get styles(){const e=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},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 shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==o$4.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==o$4.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==o$4.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS)}get availableSuggestionsCount(){var e;if(this.showSuggestions&&(this.value||(null==(e=this.Suggestions)?void 0:e.isOpened()))){const e=this._selectableItems;switch(e.length){case 0:return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_NO_HIT);case 1:return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_ONE_HIT);default:return Input_1$1.i18nBundle.getText(INPUT_SUGGESTIONS_MORE_HITS,e.length)}}}get step(){return this.isTypeNumber?"any":void 0}get _isPhone(){return d$8()}get _isSuggestionsFocused(){var e;return!this.focused&&(null==(e=this.Suggestions)?void 0:e.isOpened())}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){const e={Negative:'<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"/>',Critical:'<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"/>',Positive:'<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!==o$4.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?"Start":"End"}get _valueStateMessageInputIcon(){return this.valueState!==o$4.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return n$4(this.nativeInput)}setCaretPosition(e){o$3(this.nativeInput,e)}removeFractionalPart(e){return e.includes(".")?e.slice(0,e.indexOf(".")):e.includes(",")?e.slice(0,e.indexOf(",")):e}};__decorate$z([s$6({type:Boolean})],Input$2.prototype,"disabled",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"highlight",void 0),__decorate$z([s$6()],Input$2.prototype,"placeholder",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"readonly",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"required",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"noTypeahead",void 0),__decorate$z([s$6()],Input$2.prototype,"type",void 0),__decorate$z([s$6()],Input$2.prototype,"value",void 0),__decorate$z([s$6({noAttribute:!0})],Input$2.prototype,"_innerValue",void 0),__decorate$z([s$6()],Input$2.prototype,"valueState",void 0),__decorate$z([s$6()],Input$2.prototype,"name",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"showSuggestions",void 0),__decorate$z([s$6({type:Number})],Input$2.prototype,"maxlength",void 0),__decorate$z([s$6()],Input$2.prototype,"accessibleName",void 0),__decorate$z([s$6()],Input$2.prototype,"accessibleNameRef",void 0),__decorate$z([s$6()],Input$2.prototype,"accessibleDescription",void 0),__decorate$z([s$6()],Input$2.prototype,"accessibleDescriptionRef",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"showClearIcon",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"open",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"_effectiveShowClearIcon",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"focused",void 0),__decorate$z([s$6()],Input$2.prototype,"hint",void 0),__decorate$z([s$6({type:Boolean})],Input$2.prototype,"valueStateOpen",void 0),__decorate$z([s$6({type:Object})],Input$2.prototype,"_inputAccInfo",void 0),__decorate$z([s$6({type:Object})],Input$2.prototype,"_nativeInputAttributes",void 0),__decorate$z([s$6({type:Number})],Input$2.prototype,"_inputWidth",void 0),__decorate$z([s$6({type:Number})],Input$2.prototype,"_listWidth",void 0),__decorate$z([s$6({type:Boolean,noAttribute:!0})],Input$2.prototype,"_inputIconFocused",void 0),__decorate$z([s$6({noAttribute:!0})],Input$2.prototype,"_associatedLabelsTexts",void 0),__decorate$z([s$6({noAttribute:!0})],Input$2.prototype,"_accessibleLabelsRefTexts",void 0),__decorate$z([s$6({noAttribute:!0})],Input$2.prototype,"_associatedDescriptionRefTexts",void 0),__decorate$z([s$6({type:Object})],Input$2.prototype,"Suggestions",void 0),__decorate$z([s$6({type:Array})],Input$2.prototype,"_linksListenersArray",void 0),__decorate$z([s$6({type:Boolean,noAttribute:!0})],Input$2.prototype,"_isComposing",void 0),__decorate$z([d$5({type:HTMLElement,default:!0})],Input$2.prototype,"suggestionItems",void 0),__decorate$z([d$5()],Input$2.prototype,"icon",void 0),__decorate$z([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Input$2.prototype,"valueStateMessage",void 0),__decorate$z([i$a("@ui5/webcomponents")],Input$2,"i18nBundle",void 0),Input$2=Input_1$1=__decorate$z([m$8({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:y$4,template:InputTemplate,styles:[inputStyles,ResponsivePopoverCommonCss,ValueStateMessageCss,SuggestionsCss]}),l$b("change",{bubbles:!0}),l$b("input",{bubbles:!0,cancelable:!0}),l$b("select",{bubbles:!0}),l$b("selection-change",{bubbles:!0}),l$b("type-ahead",{bubbles:!0}),l$b("suggestion-scroll",{bubbles:!0}),l$b("open",{bubbles:!0}),l$b("close")],Input$2),Input$2.define();var Input_1,INPUT_EVENTS,INPUT_ACTIONS,__decorate$y=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};!function(e){e.CHANGE="change",e.INPUT="input",e.SELECTION_CHANGE="selection-change"}(INPUT_EVENTS||(INPUT_EVENTS={})),function(e){e.ACTION_ENTER="enter",e.ACTION_USER_INPUT="input"}(INPUT_ACTIONS||(INPUT_ACTIONS={}));let Input2=Input_1=class extends b$5{get formValidityMessage(){return Input_1.i18nBundle.getText(FORM_TEXTFIELD_REQUIRED)}get _effectiveShowSuggestions(){return!(!this.showSuggestions||!this.Suggestions)}get formValidity(){return{valueMissing:this.required&&!this.value}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.value}constructor(){super(),this.disabled=!1,this.highlight=!1,this.readonly=!1,this.required=!1,this.noTypeahead=!1,this.type="Text",this.value="",this._innerValue="",this.valueState="None",this.showSuggestions=!1,this.showClearIcon=!1,this.open=!1,this._effectiveShowClearIcon=!1,this.focused=!1,this.valueStateOpen=!1,this._inputAccInfo={},this._nativeInputAttributes={},this._inputIconFocused=!1,this._linksListenersArray=[],this._isComposing=!1,this._handleLinkNavigation=!1,this.hasSuggestionItemSelected=!1,this.valueBeforeItemSelection="",this.valueBeforeSelectionStart="",this.previousValue="",this.firstRendering=!0,this.typedInValue="",this.lastConfirmedValue="",this.isTyping=!1,this._isLatestValueFromSuggestions=!1,this._isChangeTriggeredBySuggestion=!1,this._indexOfSelectedItem=-1,this._handleResizeBound=this._handleResize.bind(this),this._keepInnerValue=!1,this._focusedAfterClear=!1,this._valueStateLinks=[]}onEnterDOM(){f$3.register(this,this._handleResizeBound),y$2(this,this._updateAssociatedLabelsTexts.bind(this)),this._enableComposition()}onExitDOM(){var e;f$3.deregister(this,this._handleResizeBound),T$2(this),this._removeLinksEventListeners(),null==(e=this._composition)||e.removeEventListeners()}_highlightSuggestionItem(e){var t;e.markupText=this.typedInValue?null==(t=this.Suggestions)?void 0:t.hightlightInput(e.text||"",this.typedInValue):fnEncodeXML(e.text||"")}_isGroupItem(e){return e.hasAttribute("ui5-suggestion-item-group")}onBeforeRendering(){this._keepInnerValue||(this._innerValue=null===this.value?"":this.value),this.showSuggestions&&(this.enableSuggestions(),this._flattenItems.forEach((e=>{var t;e.hasAttribute("ui5-suggestion-item")?this._highlightSuggestionItem(e):this._isGroupItem(e)&&(null==(t=e.items)||t.forEach((e=>{this._highlightSuggestionItem(e)})))}))),this._effectiveShowClearIcon=this.showClearIcon&&!!this.value&&!this.readonly&&!this.disabled,this.style.setProperty(d$g("--_ui5-input-icons-count"),`${this.iconsCount}`);const e=!!this._flattenItems.length,t=!!this.value,o=this.shadowRoot.querySelector("input")===t$5();this.shouldDisplayOnlyValueStateMessage?this.openValueStatePopover():this.closeValueStatePopover();this.disabled||this.readonly?this.open=!1:this._isPhone||(this.open=e&&(this.open||t&&o&&this.isTyping));const a=this.value,i=this.getInputDOMRefSync();if(!i||!a)return;const r=i.selectionEnd-i.selectionStart;if(this._shouldAutocomplete&&!P$4()&&!r&&!this._isKeyNavigation){const e=this._getFirstMatchingItem(a);e&&(this._isComposing||this._handleTypeAhead(e),this._selectMatchingItem(e))}}onAfterRendering(){var e;const t=this.getInputDOMRefSync();this.showSuggestions&&(null==(e=this.Suggestions)?void 0:e._getPicker())&&(this._listWidth=this.Suggestions._getListWidth(),this.Suggestions._getList()._itemNavigation._getItems=()=>[]),this._performTextSelection&&(t.value!==this._innerValue&&(t.value=this._innerValue),this.typedInValue.length&&this.value.length&&t.setSelectionRange(this.typedInValue.length,this.value.length),this.fireDecoratorEvent("type-ahead")),this._performTextSelection=!1,n$h(this._valueStateLinks,this.linksInAriaValueStateHiddenText)||(this._removeLinksEventListeners(),this._addLinksEventListeners(),this._valueStateLinks=this.linksInAriaValueStateHiddenText)}_onkeydown(e){if(this._isKeyNavigation=!0,this._shouldAutocomplete=!this.noTypeahead&&!(Q(e)||X(e)||m$6(e)),P$1(e))return this._handleUp(e);if(_(e))return this._handleDown(e);if(A$3(e))return this._handleSpace(e);if(x(e))return this._handleTab();if(b$4(e)){const t=this.previousValue===this.getInputDOMRefSync().value,o=this._internals.form&&1===this._internals.form.querySelectorAll("[ui5-input]").length;return this._enterKeyDown=!0,t&&o&&i$d(this),this._handleEnter(e)}return j(e)?this._handlePageUp(e):q(e)?this._handlePageDown(e):M$1(e)?this._handleHome(e):n$9(e)?this._handleEnd(e):m$6(e)?this._handleEscape():Co(e)?this._handleCtrlAltF8():(this.showSuggestions&&this._clearPopoverFocusAndSelection(),void(this._isKeyNavigation=!1))}_onkeyup(e){X(e)&&(this.value=e.target.value),this._enterKeyDown=!1}get currentItemIndex(){var e;const t=null==(e=this.Suggestions)?void 0:e._getItems(),o=t.find((e=>e.selected||e.focused));return o?t.indexOf(o):-1}_handleUp(e){var t;(null==(t=this.Suggestions)?void 0:t.isOpened())&&this.Suggestions.onUp(e,this.currentItemIndex)}_handleDown(e){var t;(null==(t=this.Suggestions)?void 0:t.isOpened())&&this.Suggestions.onDown(e,this.currentItemIndex)}_handleSpace(e){this.Suggestions&&this.Suggestions.onSpace(e)}_handleTab(){this.Suggestions&&this.previousValue!==this.value&&this.Suggestions.onTab()}_handleCtrlAltF8(){this._handleLinkNavigation=!0;const e=this.linksInAriaValueStateHiddenText;e.length&&e[0].focus()}_addLinksEventListeners(){const e=this.linksInAriaValueStateHiddenText;e.forEach(((t,o)=>{this._linksListenersArray.push((t=>{f$2(t,e,o,{closeValueState:()=>{var e,t;(null==(e=this.Suggestions)?void 0:e.isOpened())&&(null==(t=this.Suggestions)||t.close()),this.valueStateOpen&&this.closeValueStatePopover()},focusInput:()=>{this._handleLinkNavigation=!1,this.getInputDOMRef().focus()},navigateToItem:()=>{var e;this._handleLinkNavigation?(this._handleLinkNavigation=!1,(null==(e=this.Suggestions)?void 0:e.isOpened())&&(this.innerFocusIn(),this.getInputDOMRef().focus(),this.Suggestions.onDown(t,this.currentItemIndex))):this._handleDown(t)},isPopoverOpen:()=>{var e;return this.Suggestions&&(null==(e=this.Suggestions)?void 0:e.isOpened())||!1}})})),t.addEventListener("keydown",this._linksListenersArray[o])}))}_removeLinksEventListeners(){this.linksInAriaValueStateHiddenText.forEach(((e,t)=>{e.removeEventListener("keydown",this._linksListenersArray[t])})),this._linksListenersArray=[],this._handleLinkNavigation=!1}_handleEnter(e){var t;const o=!!(null==(t=this.Suggestions)?void 0:t.onEnter(e)),a=this.getInputDOMRefSync(),i=this._selectableItems.find((e=>e.text===this.value));if(i){const e=i.text||"";a.setSelectionRange(e.length,e.length),o||(this.fireSelectionChange(i,!0),this.acceptSuggestion(i,!0),this.open=!1)}!this._isPhone||this._flattenItems.length||this.isTypeNumber||a.setSelectionRange(this.value.length,this.value.length),o?this.focused=!0:this.lastConfirmedValue=this.value}_handlePageUp(e){var t;this._isSuggestionsFocused?null==(t=this.Suggestions)||t.onPageUp(e):e.preventDefault()}_handlePageDown(e){var t;this._isSuggestionsFocused?null==(t=this.Suggestions)||t.onPageDown(e):e.preventDefault()}_handleHome(e){var t;this._isSuggestionsFocused&&(null==(t=this.Suggestions)||t.onHome(e))}_handleEnd(e){var t;this._isSuggestionsFocused&&(null==(t=this.Suggestions)||t.onEnd(e))}_handleEscape(){var e;const t=this.showSuggestions&&!!this.Suggestions&&this.open,o=this.getInputDOMRefSync(),a=o.selectionEnd-o.selectionStart>0;if(this.isTyping=!1,this.value!==this.previousValue&&this.value!==this.lastConfirmedValue&&!this.open)return this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue,void this.fireDecoratorEvent(INPUT_EVENTS.INPUT,{inputType:""});if(t){if(t&&(null==(e=this.Suggestions)?void 0:e._isItemOnTarget()))return this.value=this.typedInValue||this.valueBeforeSelectionStart,void(this.focused=!0);a&&(this.value=this.typedInValue),this.focused=!0}else this.value=this.lastConfirmedValue?this.lastConfirmedValue:this.previousValue}_onfocusin(e){this.focused=!0,this._focusedAfterClear||(this.previousValue=this.value),this.valueBeforeSelectionStart=this.value,this._inputIconFocused=!!e.target&&e.target===this.querySelector("[ui5-icon]"),this._focusedAfterClear=!1}innerFocusIn(){}_onfocusout(e){var t;const o=e.relatedTarget;(null==(t=this.Suggestions)?void 0:t._getPicker().contains(o))||this.contains(o)||this.getSlottedNodes("valueStateMessage").some((e=>e.contains(o)))||(this._keepInnerValue=!1,this.focused=!1,this._isChangeTriggeredBySuggestion=!1,this.showClearIcon&&!this._effectiveShowClearIcon&&(this._clearIconClicked=!1,this._handleChange()),this.open=!1,this._clearPopoverFocusAndSelection(),this._clearIconClicked||(this.previousValue=""),this.lastConfirmedValue="",this.isTyping=!1,this.value!==this.previousValue&&this.showClearIcon&&(this._clearIconClicked=!1))}_clearPopoverFocusAndSelection(){var e,t;this.showSuggestions&&this.Suggestions&&(this.hasSuggestionItemSelected=!1,null==(e=this.Suggestions)||e._deselectItems(),null==(t=this.Suggestions)||t._clearItemFocus())}_click(){d$8()&&!this.readonly&&this.Suggestions&&(this.blur(),this.open=!0)}_handleChange(){var e;const t=this._internals.form&&1===this._internals.form.querySelectorAll("[ui5-input]").length;if(this._clearIconClicked)return void(this._clearIconClicked=!1);const o=()=>{this._isChangeTriggeredBySuggestion||this.fireDecoratorEvent(INPUT_EVENTS.CHANGE),this.previousValue=this.value,this.typedInValue=this.value,this._isChangeTriggeredBySuggestion=!1};this.previousValue!==this.getInputDOMRefSync().value&&((null==(e=this.Suggestions)?void 0:e._getPicker().open)&&this._flattenItems.some((e=>e.hasAttribute("ui5-suggestion-item")&&e.selected))?this._changeToBeFired=!0:(o(),this._enterKeyDown&&t&&i$d(this)))}_clear(){const e=this.value;this.value="";this.fireDecoratorEvent(INPUT_EVENTS.INPUT,{inputType:""})?(this.typedInValue="",this._isPhone||(this.fireResetSelectionChange(),this.focus(),this._focusedAfterClear=!0)):this.value=e}_iconMouseDown(){this._clearIconClicked=!0}_scroll(e){this.fireDecoratorEvent("suggestion-scroll",{scrollTop:e.detail.scrollTop,scrollContainer:e.detail.targetRef})}_handleSelect(){this.fireDecoratorEvent("select")}_handleInput(e){const t=e.detail&&e.detail.inputType||"";this._input(e,t)}_handleNativeInput(e){const t=e.inputType||"";this._input(e,t)}_input(e,t){const o=this.getInputDOMRefSync(),a=this.value&&this.isTypeNumber&&!o.value;this._keepInnerValue=!1;if(this._shouldAutocomplete=!["deleteWordBackward","deleteWordForward","deleteSoftLineBackward","deleteSoftLineForward","deleteEntireSoftLine","deleteHardLineBackward","deleteHardLineForward","deleteByDrag","deleteByCut","deleteContent","deleteContentBackward","deleteContentForward","historyUndo"].includes(t)&&!this.noTypeahead,e instanceof InputEvent){const t=this.isTypeNumber&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType)&&!e.target.value.includes(".")&&this.value.includes("."),o=a&&"e"===e.data,i=a&&this.value.startsWith("-")&&2===this.value.length&&("deleteContentForward"===e.inputType||"deleteContentBackward"===e.inputType);(t||o||i)&&(this.value=e.target.value,this._keepInnerValue=!0)}e.target===o&&(this.focused=!0,e.stopImmediatePropagation()),this.fireEventByAction(INPUT_ACTIONS.ACTION_ENTER,e),this.hasSuggestionItemSelected=!1,this.Suggestions&&this.Suggestions.updateSelectedItemPosition(-1),this.isTyping=!0}_startsWithMatchingItems(e){return StartsWith(e,this._selectableItems,"text")}_getFirstMatchingItem(e){if(!this._flattenItems.length)return;const t=this._startsWithMatchingItems(e).filter((e=>!this._isGroupItem(e)));return t.length?t[0]:void 0}_handleSelectionChange(e){var t;null==(t=this.Suggestions)||t.onItemPress(e)}_selectMatchingItem(e){e.selected=!0}_handleTypeAhead(e){const t=e.text?e.text:"";this._innerValue=t,this.value=t,this._performTextSelection=!0,this._shouldAutocomplete=!1}_handleResize(){this._inputWidth=this.offsetWidth}_updateAssociatedLabelsTexts(){this._associatedLabelsTexts=M2(this),this._accessibleLabelsRefTexts=E$1(this),this._associatedDescriptionRefTexts=p$2(this)}_closePicker(){this.open=!1}_afterOpenPicker(){var e;d$8()&&(this.getInputDOMRef().focus(),null==(e=this._composition)||e.addEventListeners()),this._handlePickerAfterOpen()}_afterClosePicker(){this.announceSelectedItem(),d$8()&&(this.blur(),this.focused=!1),this._changeToBeFired&&!this._isChangeTriggeredBySuggestion?(this.previousValue=this.value,this.fireDecoratorEvent(INPUT_EVENTS.CHANGE)):this._isChangeTriggeredBySuggestion=!1,this._changeToBeFired=!1,this.open=!1,this.isTyping=!1,this.hasSuggestionItemSelected&&this.focus(),this._handlePickerAfterClose()}_handlePickerAfterOpen(){this.fireDecoratorEvent("open")}_handlePickerAfterClose(){var e;null==(e=this.Suggestions)||e._onClose(),this.fireDecoratorEvent("close")}openValueStatePopover(){this.valueStateOpen=!0}closeValueStatePopover(){this.valueStateOpen=!1}_handleValueStatePopoverAfterClose(){this.valueStateOpen=!1,this._handleLinkNavigation=!1}_getValueStatePopover(){return this.shadowRoot.querySelector("[ui5-popover]")}enableSuggestions(){if(this.Suggestions)return;const e=e=>{e.i18nBundle=Input_1.i18nBundle,this.Suggestions=new e(this,"suggestionItems",!0,!1)};Input_1.SuggestionsClass?e(Input_1.SuggestionsClass):import("./InputSuggestions-D4BHir_S.js").then((t=>{e(t.default)}))}_enableComposition(){if(this._composition)return;const e=e=>{this._composition=new e({getInputEl:()=>this.getInputDOMRefSync(),updateCompositionState:e=>{this._isComposing=e}}),this._composition.addEventListeners()};Input_1.composition?e(Input_1.composition):import("./InputComposition-GPOVGV-P.js").then((t=>{Input_1.composition=t.default,e(t.default)}))}acceptSuggestion(e,t){if(this._isGroupItem(e))return;const o=e.text||"",a=t?this.valueBeforeItemSelection!==o:this.previousValue!==o;this.hasSuggestionItemSelected=!0,this.value=o,a&&this.previousValue!==o&&(this.valueBeforeItemSelection=o,this.lastConfirmedValue=o,this._performTextSelection=!0,this.fireDecoratorEvent(INPUT_EVENTS.CHANGE),this._isChangeTriggeredBySuggestion=!0,this.typedInValue=this.value,this.previousValue=this.value),this.valueBeforeSelectionStart="",this.isTyping=!1,this.open=!1}updateValueOnSelect(e){const t=this._isGroupItem(e)?this.valueBeforeSelectionStart:e.text;this.value=t||"",this._performTextSelection=!0}fireEventByAction(e,t){const o=this.value,a=this.getInputDOMRefSync();if(this.disabled||this.readonly)return;const i=this.getInputValue(),r=e===INPUT_ACTIONS.ACTION_ENTER;this.value=i,this.typedInValue=i,this.valueBeforeSelectionStart=i;const n=this.value;if(r){const e=t.inputType||"";!this.fireDecoratorEvent(INPUT_EVENTS.INPUT,{inputType:e})&&(n===this.value&&(this.value=o),a&&(a.value=this.value)),this.fireResetSelectionChange()}}getInputValue(){return this.getDomRef()?this.getInputDOMRef().value:""}getInputDOMRef(){return d$8()&&this.Suggestions?this.Suggestions._getPicker().querySelector(".ui5-input-inner-phone"):this.nativeInput}getInputDOMRefSync(){var e;return d$8()&&(null==(e=this.Suggestions)?void 0:e._getPicker())?this.Suggestions._getPicker().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}isSuggestionsScrollable(){var e;return this.Suggestions?null==(e=this.Suggestions)?void 0:e._isScrollable():Promise.resolve(!1)}onItemMouseDown(e){e.preventDefault()}onItemSelected(e,t){!t&&!(null==e?void 0:e.focused)&&this.valueBeforeItemSelection!==e.text&&this.fireSelectionChange(e,!0),this.acceptSuggestion(e,t)}_handleSuggestionItemPress(e){var t;null==(t=this.Suggestions)||t.onItemPress(e)}onItemSelect(e){this.valueBeforeItemSelection=this.value,this.updateValueOnSelect(e),this.announceSelectedItem(),this.fireSelectionChange(e,!0)}get _flattenItems(){return this.getSlottedNodes("suggestionItems").flatMap((e=>this._isGroupItem(e)?[e,...e.items]:[e]))}get _selectableItems(){return this._flattenItems.filter((e=>!this._isGroupItem(e)))}get valueStateTypeMappings(){return{Positive:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),Information:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),Negative:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),Critical:Input_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}valueStateTextMappings(){return{Positive:Input_1.i18nBundle.getText(VALUE_STATE_SUCCESS),Information:Input_1.i18nBundle.getText(VALUE_STATE_INFORMATION),Negative:Input_1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:Input_1.i18nBundle.getText(VALUE_STATE_WARNING)}}announceSelectedItem(){const e=this.shadowRoot.querySelector("#selectionText");e&&(e.textContent=this.itemSelectionAnnounce)}fireSelectionChange(e,t){this.Suggestions&&(this.fireDecoratorEvent(INPUT_EVENTS.SELECTION_CHANGE,{item:e}),this._isLatestValueFromSuggestions=t)}fireResetSelectionChange(){this._isLatestValueFromSuggestions&&(this.fireSelectionChange(null,!1),this.valueBeforeItemSelection=this.value)}get _readonly(){return this.readonly&&!this.disabled}get _headerTitleText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get _suggestionsOkButtonText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_OK_BUTTON)}get _suggestionsCancelButtonText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS_CANCEL_BUTTON)}get clearIconAccessibleName(){return Input_1.i18nBundle.getText(INPUT_CLEAR_ICON_ACC_NAME)}get _popupLabel(){return Input_1.i18nBundle.getText(INPUT_AVALIABLE_VALUES)}get inputType(){return this.type}get inputNativeType(){return this.type.toLowerCase()}get isTypeNumber(){return this.type===InputType$1.Number}get suggestionsTextId(){return this.showSuggestions?"suggestionsText":""}get valueStateTextId(){return this.hasValueState?"valueStateDesc":""}get _accInfoAriaDescription(){return this._inputAccInfo&&this._inputAccInfo.ariaDescription||""}get _accInfoAriaDescriptionId(){return""!==this._accInfoAriaDescription?"descr":""}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||L$2(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){return[this.suggestionsTextId,this.valueStateTextId,this._valueStateLinksShortcutsTextAccId,this._inputAccInfo.ariaDescribedBy,this._accInfoAriaDescriptionId,this.ariaDescriptionTextId].filter(Boolean).join(" ")}get accInfo(){const e=this.showSuggestions?"dialog":void 0,t=this.showSuggestions?"list":void 0;return{ariaRoledescription:this._inputAccInfo&&(this._inputAccInfo.ariaRoledescription||void 0),ariaDescribedBy:this.ariaDescribedByIds||void 0,ariaInvalid:this.valueState===o$4.Negative||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._accInfoAriaDescription,accessibleDescription:this.ariaDescriptionText,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!==o$4.None?this.valueStateTypeMappings[this.valueState]:"";return this.shouldDisplayDefaultValueStateMessage?this.valueStateText?`${e} ${this.valueStateText}`:e:this.valueStateMessage.length?`${e} ${this.valueStateMessage.map((e=>e.textContent)).join(" ")}`:e}get itemSelectionAnnounce(){return this.Suggestions?this.Suggestions.itemSelectionAnnounce:""}get linksInAriaValueStateHiddenText(){const e=[];return this.valueStateMessage&&this.valueStateMessage.forEach((t=>{t.children.length&&t.querySelectorAll("ui5-link").forEach((t=>{e.push(t)}))})),e}get valueStateLinksShortcutsTextAcc(){const e=this.linksInAriaValueStateHiddenText;return e.length?A$6()?1===e.length?Input_1.i18nBundle.getText(VALUE_STATE_LINK_MAC):Input_1.i18nBundle.getText(VALUE_STATE_LINKS_MAC):1===e.length?Input_1.i18nBundle.getText(VALUE_STATE_LINK):Input_1.i18nBundle.getText(VALUE_STATE_LINKS):""}get _valueStateLinksShortcutsTextAccId(){return this.linksInAriaValueStateHiddenText.length>0?"hiddenText-value-state-link-shortcut":""}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===o$4.Positive,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information}}}get styles(){const e=parseInt(getComputedStyle(document.documentElement).fontSize);return{suggestionPopoverHeader:{display:0===this._listWidth?"none":"inline-block",width:this._listWidth?`${this._listWidth}px`:"","max-width":"inherit"},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 shouldDisplayOnlyValueStateMessage(){return this.hasValueStateMessage&&!this.readonly&&!this.open&&this.focused}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateMessage}get hasValueState(){return this.valueState!==o$4.None}get hasValueStateMessage(){return this.hasValueState&&this.valueState!==o$4.Positive&&(!this._inputIconFocused||!(!this._isPhone||!this.Suggestions))}get valueStateText(){return this.valueState!==o$4.None?this.valueStateTextMappings()[this.valueState]:void 0}get suggestionsText(){return Input_1.i18nBundle.getText(INPUT_SUGGESTIONS)}get availableSuggestionsCount(){var e;if(this.showSuggestions&&(this.value||(null==(e=this.Suggestions)?void 0:e.isOpened()))){const e=this._selectableItems;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 d$8()}get _isSuggestionsFocused(){var e;return!this.focused&&(null==(e=this.Suggestions)?void 0:e.isOpened())}get _placeholder(){return this.placeholder}get _valueStateInputIcon(){const e={Negative:'<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"/>',Critical:'<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"/>',Positive:'<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!==o$4.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?"Start":"End"}get _valueStateMessageInputIcon(){return this.valueState!==o$4.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}getCaretPosition(){return n$4(this.nativeInput)}setCaretPosition(e){o$3(this.nativeInput,e)}removeFractionalPart(e){return e.includes(".")?e.slice(0,e.indexOf(".")):e.includes(",")?e.slice(0,e.indexOf(",")):e}};__decorate$y([s$6({type:Boolean})],Input2.prototype,"disabled",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"highlight",void 0),__decorate$y([s$6()],Input2.prototype,"placeholder",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"readonly",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"required",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"noTypeahead",void 0),__decorate$y([s$6()],Input2.prototype,"type",void 0),__decorate$y([s$6()],Input2.prototype,"value",void 0),__decorate$y([s$6({noAttribute:!0})],Input2.prototype,"_innerValue",void 0),__decorate$y([s$6()],Input2.prototype,"valueState",void 0),__decorate$y([s$6()],Input2.prototype,"name",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"showSuggestions",void 0),__decorate$y([s$6({type:Number})],Input2.prototype,"maxlength",void 0),__decorate$y([s$6()],Input2.prototype,"accessibleName",void 0),__decorate$y([s$6()],Input2.prototype,"accessibleNameRef",void 0),__decorate$y([s$6()],Input2.prototype,"accessibleDescription",void 0),__decorate$y([s$6()],Input2.prototype,"accessibleDescriptionRef",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"showClearIcon",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"open",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"_effectiveShowClearIcon",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"focused",void 0),__decorate$y([s$6()],Input2.prototype,"hint",void 0),__decorate$y([s$6({type:Boolean})],Input2.prototype,"valueStateOpen",void 0),__decorate$y([s$6({type:Object})],Input2.prototype,"_inputAccInfo",void 0),__decorate$y([s$6({type:Object})],Input2.prototype,"_nativeInputAttributes",void 0),__decorate$y([s$6({type:Number})],Input2.prototype,"_inputWidth",void 0),__decorate$y([s$6({type:Number})],Input2.prototype,"_listWidth",void 0),__decorate$y([s$6({type:Boolean,noAttribute:!0})],Input2.prototype,"_inputIconFocused",void 0),__decorate$y([s$6({noAttribute:!0})],Input2.prototype,"_associatedLabelsTexts",void 0),__decorate$y([s$6({noAttribute:!0})],Input2.prototype,"_accessibleLabelsRefTexts",void 0),__decorate$y([s$6({noAttribute:!0})],Input2.prototype,"_associatedDescriptionRefTexts",void 0),__decorate$y([s$6({type:Object})],Input2.prototype,"Suggestions",void 0),__decorate$y([s$6({type:Array})],Input2.prototype,"_linksListenersArray",void 0),__decorate$y([s$6({type:Boolean,noAttribute:!0})],Input2.prototype,"_isComposing",void 0),__decorate$y([d$5({type:HTMLElement,default:!0})],Input2.prototype,"suggestionItems",void 0),__decorate$y([d$5()],Input2.prototype,"icon",void 0),__decorate$y([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Input2.prototype,"valueStateMessage",void 0),__decorate$y([i$a("@ui5/webcomponents")],Input2,"i18nBundle",void 0),Input2=Input_1=__decorate$y([m$8({tag:"ui5-input",languageAware:!0,formAssociated:!0,renderer:y$4,template:InputTemplate,styles:[inputStyles,ResponsivePopoverCommonCss,ValueStateMessageCss,SuggestionsCss]}),l$b("change",{bubbles:!0}),l$b("input",{bubbles:!0,cancelable:!0}),l$b("select",{bubbles:!0}),l$b("selection-change",{bubbles:!0}),l$b("type-ahead",{bubbles:!0}),l$b("suggestion-scroll",{bubbles:!0}),l$b("open",{bubbles:!0}),l$b("close")],Input2),Input2.define();const Input$1=Input2,name$f="less",pathData$f="M464 224q16 0 16 16v32q0 16-16 16H48q-6 0-11-4.5T32 272v-32q0-7 5-11.5t11-4.5h416z",ltr$f=!1,collection$f="SAP-icons-v4",packageName$f="@ui5/webcomponents-icons";y$1("less",{pathData:pathData$f,ltr:false,collection:collection$f,packageName:packageName$f});const name$e="less",pathData$e="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$e=!1,collection$e="SAP-icons-v5",packageName$e="@ui5/webcomponents-icons";y$1("less",{pathData:pathData$e,ltr:false,collection:collection$e,packageName:packageName$e});const less="less",name$d="add",pathData$d="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$d=!1,accData$1=ICON_ADD,collection$d="SAP-icons-v4",packageName$d="@ui5/webcomponents-icons";y$1("add",{pathData:pathData$d,ltr:false,accData:accData$1,collection:collection$d,packageName:packageName$d});const name$c="add",pathData$c="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$c=!1,accData=ICON_ADD,collection$c="SAP-icons-v5",packageName$c="@ui5/webcomponents-icons";y$1("add",{pathData:pathData$c,ltr:false,accData:accData,collection:collection$c,packageName:packageName$c});const add="add";function StepInputTemplate(){return jsxs("div",{id:`${this._id}`,class:"ui5-step-input-root",onKeyDown:this._onkeydown,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:[!this.readonly&&jsx("div",{class:"ui5-step-icon ui5-step-dec",title:this.decIconTitle,children:jsx(Icon$1,{id:`${this._id}-dec`,name:less,tabindex:-1,accessibleName:this.decIconTitle,onClick:this._decValue,onFocusOut:this._onButtonFocusOut,onMouseDown:this._decSpin,onMouseUp:this._resetSpin,onMouseOut:this._resetSpinOut,class:{inputIcon:!0,"ui5-step-input-icon--clickable":this._decIconClickable},showTooltip:!0})}),jsx(Input$1,{id:`${this._id}-inner`,"data-sap-focus-ref":!0,class:"ui5-step-input-input",placeholder:this.placeholder,type:this.type,value:this._displayValue,disabled:this.disabled,required:this.required,readonly:this.readonly,valueState:this.valueState,_inputAccInfo:this.accInfo,_nativeInputAttributes:this.inputAttributes,onChange:this._onInputChange,onFocusOut:this._onInputFocusOut,onFocusIn:this._onInputFocusIn,onInput:this._onInput,children:this.valueStateMessage.length>0&&jsx("slot",{name:"valueStateMessage",slot:"valueStateMessage"})}),!this.readonly&&jsx("div",{class:"ui5-step-icon ui5-step-inc",title:this.incIconTitle,children:jsx(Icon$1,{id:`${this._id}-inc`,class:{inputIcon:!0,"ui5-step-input-icon--clickable":this._incIconClickable},name:add,tabindex:-1,accessibleName:this.incIconTitle,onClick:this._incValue,onFocusOut:this._onButtonFocusOut,onMouseDown:this._incSpin,onMouseUp:this._resetSpin,onMouseOut:this._resetSpinOut,showTooltip:!0})})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const StepInputCss=':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}.inputIcon{color:var(--_ui5-v2-15-0_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-15-0_input_icon_padding);border-inline-start:var(--_ui5-v2-15-0_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-15-0_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-15-0_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-15-0_input_icon_hover_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-15-0_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_readonly_background)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;width:100%;line-height:normal;letter-spacing:normal;word-spacing:normal}:host{--ui5-v2-15-0_input_focus_pseudo_element_content: none;color:var(--sapField_TextColor);background-color:var(--sapField_Background);border:var(--_ui5-v2-15-0_step_input_border_style);border-radius:var(--sapField_BorderCornerRadius);box-sizing:border-box;height:var(--_ui5-v2-15-0_input_height);position:relative;margin:var(--_ui5-v2-15-0_input_margin_top_bottom) 0;min-width:var(--_ui5-v2-15-0_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;height: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-v2-15-0_step_input_border_color_hover);border:var(--_ui5-v2-15-0_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-v2-15-0_step_input_border_style_hover);box-shadow:var(--sapField_Hover_Shadow)}:host([value-state="Positive"]: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="Critical"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled]):not([focused]):hover){box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled]):hover),:host([value-state="Negative"]:not([readonly]):not([disabled]):hover),:host([value-state="Information"]:not([readonly]):not([disabled]):hover),:host([value-state="Critical"]:not([readonly]):not([disabled]):hover){background-color:var(--_ui5-v2-15-0-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="Positive"]:not([readonly]):not([disabled])[focused]),:host([value-state="Negative"]:not([readonly]):not([disabled])[focused]),:host([value-state="Information"]:not([readonly]):not([disabled])[focused]),:host([value-state="Critical"]:not([readonly]):not([disabled])[focused]){background-color:var(--sapField_Focus_Background)}:host([value-state="Positive"]:not([readonly]):not([disabled])):after,:host([value-state="Negative"]: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="Critical"]:not([readonly]):not([disabled])):after{position:absolute;content:"";inset:-1px;outline:none;pointer-events:none;border-radius:var(--sapField_BorderCornerRadius);border-style:var(--_ui5-v2-15-0_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-v2-15-0_input_information_border_width)}:host([value-state="Critical"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_WarningColor);border-width:2px}:host([value-state="Positive"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_SuccessColor);border-width:1px}:host([value-state="Negative"]:not([readonly]):not([disabled])):after{border-color:var(--sapField_InvalidColor);border-width:var(--_ui5-v2-15-0_input_information_border_width)}:host([value-state]):after{border-width:var(--_ui5-v2-15-0_input_state_border_width)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-step-input-input{background-color:var(--_ui5-v2-15-0_input_input_background_color)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-step-input-input:hover{background-color:var(--_ui5-v2-15-0_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-v2-15-0_step_input_input_border);box-sizing:border-box;vertical-align:top;margin-top:var(--_ui5-v2-15-0_step_input_input_margin_top);min-width:var(--_ui5-v2-15-0_step_input_min_width);padding-inline-start:var(--_ui5-v2-15-0_step_input_padding);padding-inline-end:var(--_ui5-v2-15-0_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;height: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-v2-15-0_step_input_button_display);height:2rem;height:100%;background-color:var(--_ui5-v2-15-0_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-v2-15-0_step_input_button_left);z-index:1}:host .ui5-step-icon.ui5-step-inc{right:var(--_ui5-v2-15-0_step_input_button_right)}:host .ui5-step-icon *:not(.ui5-step-input-icon--clickable),:host .ui5-step-icon *:not(.ui5-step-input-icon--clickable):active,:host .ui5-step-icon *:not(.ui5-step-input-icon--clickable):hover{opacity:.5;background-color:transparent;color:var(--sapContent_IconColor)}:host .ui5-step-icon :not(.ui5-step-input-icon--clickable) *:hover,:host .ui5-step-icon :not(.ui5-step-input-icon--clickable) *:active{background-color:var(--sapField_Background);color:var(--sapContent_IconColor)}:host .ui5-step-input-input[focused]:after{position:absolute;content:"";border:var(--_ui5-v2-15-0_step_input_input_border_focused_after);top:var(--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after);right:0;bottom:var(--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_step_input_input_information_border_color_focused_after)}:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v2-15-0_step_input_input_warning_border_color_focused_after)}:host([value-state="Positive"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v2-15-0_step_input_input_success_border_color_focused_after)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-step-input-input[focused]:after{border-color:var(--_ui5-v2-15-0_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-v2-15-0_step_input_disabled_button_background)}:host([disabled]) .ui5-step-icon [ui5-icon]{color:var(--sapField_ReadOnly_BorderColor)}\n';var StepInput_1,__decorate$x=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(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 b$5{constructor(){super(...arguments),this.value=0,this.step=1,this.valueState="None",this.required=!1,this.disabled=!1,this.readonly=!1,this.valuePrecision=0,this._decIconDisabled=!1,this._incIconDisabled=!1,this.focused=!1,this._inputFocused=!1,this._waitTimeout=500,this._speed=120,this._spinStarted=!1}async formElementAnchor(){var e;return null==(e=await this.getFocusDomRefAsync())?void 0:e.getFocusDomRefAsync()}get formFormattedValue(){return this.value.toString()}get type(){return InputType$1.Number}get decIconTitle(){return StepInput_1.i18nBundle.getText(STEPINPUT_DEC_ICON_TITLE)}get incIconTitle(){return StepInput_1.i18nBundle.getText(STEPINPUT_INC_ICON_TITLE)}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:A$2(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()}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)}_onInput(e){!this.fireDecoratorEvent("input",{inputType:e.detail.inputType})&&e.preventDefault()}_onInputFocusIn(){this._inputFocused=!0}_onInputFocusOut(){this._inputFocused=!1,this._onInputChange()}_setButtonState(){this._decIconDisabled=void 0!==this.min&&this.value<=this.min,this._incIconDisabled=void 0!==this.max&&this.value>=this.max}_validate(){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,a=e&&t;this.valueState=a?o$4.None:o$4.Negative;!this.fireDecoratorEvent("value-state-change",{valueState:this.valueState,valid:a})&&(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.fireDecoratorEvent("change"))}_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(){!this._incIconClickable||this.disabled||this.readonly||(this._modifyValue(this.step,!0),this._previousValue=this.value)}_decValue(){!this._decIconClickable||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===o$4.Negative;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,this._previousValue=this.value}_onfocusout(){this.focused=!1,this._previousValue=void 0}_onkeydown(e){let t=!0;this.disabled||this.readonly||(b$4(e)?this._onInputChange():(P$1(e)?this._modifyValue(this.step):_(e)?this._modifyValue(-this.step):m$6(e)?(void 0===this._previousValue&&(this._previousValue=this.value),this.value=this._previousValue,this.input.value=this.value.toFixed(this.valuePrecision)):void 0!==this.max&&(z2(e)||p$3(e))?this._modifyValue(this.max-this.value):void 0!==this.min&&(v$1(e)||W(e))?this._modifyValue(this.min-this.value):S$1(e)||u$6(e)||O(e)||N$1(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$x([s$6({type:Number})],StepInput.prototype,"value",void 0),__decorate$x([s$6({type:Number})],StepInput.prototype,"min",void 0),__decorate$x([s$6({type:Number})],StepInput.prototype,"max",void 0),__decorate$x([s$6({type:Number})],StepInput.prototype,"step",void 0),__decorate$x([s$6()],StepInput.prototype,"valueState",void 0),__decorate$x([s$6({type:Boolean})],StepInput.prototype,"required",void 0),__decorate$x([s$6({type:Boolean})],StepInput.prototype,"disabled",void 0),__decorate$x([s$6({type:Boolean})],StepInput.prototype,"readonly",void 0),__decorate$x([s$6()],StepInput.prototype,"placeholder",void 0),__decorate$x([s$6()],StepInput.prototype,"name",void 0),__decorate$x([s$6({type:Number})],StepInput.prototype,"valuePrecision",void 0),__decorate$x([s$6()],StepInput.prototype,"accessibleName",void 0),__decorate$x([s$6()],StepInput.prototype,"accessibleNameRef",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_decIconDisabled",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_incIconDisabled",void 0),__decorate$x([s$6({type:Boolean})],StepInput.prototype,"focused",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_inputFocused",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_previousValue",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_waitTimeout",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_speed",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_btnDown",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_spinTimeoutId",void 0),__decorate$x([s$6({noAttribute:!0})],StepInput.prototype,"_spinStarted",void 0),__decorate$x([d$5()],StepInput.prototype,"valueStateMessage",void 0),__decorate$x([i$a("@ui5/webcomponents")],StepInput,"i18nBundle",void 0),StepInput=StepInput_1=__decorate$x([m$8({tag:"ui5-step-input",formAssociated:!0,renderer:y$4,styles:StepInputCss,template:StepInputTemplate}),l$b("change",{bubbles:!0}),l$b("input",{cancelable:!0,bubbles:!0}),l$b("value-state-change",{bubbles:!0,cancelable:!0})],StepInput),StepInput.define();const o$1=e=>(t,o)=>{Object.defineProperty(t,o,{get(){var t;return null==(t=this.shadowRoot)?void 0:t.querySelector(e)}})};var s$1=(e=>(e.Gregorian="Gregorian",e.Islamic="Islamic",e.Japanese="Japanese",e.Buddhist="Buddhist",e.Persian="Persian",e))(s$1||{});let n$2,e$4;i$j((()=>{n$2=void 0,e$4=void 0}));const i$2=()=>(void 0===n$2&&(n$2=D$5()),n$2&&n$2 in s$1?n$2:s$1.Gregorian),o=()=>(void 0===e$4&&(e$4=I$3()),e$4);let e$3;i$j((()=>{e$3=void 0}));const r$3=()=>(void 0===e$3&&(e$3=O$4()),e$3),t$3=e=>{const t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null};
|
|
25
|
+
/*!
|
|
26
|
+
* OpenUI5
|
|
27
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
28
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
29
|
+
*/
|
|
30
|
+
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"},a=new Intl.DateTimeFormat("en-US",o);return this._oCache.size===this._iCacheLimit&&(this._oCache=new Map),this._oCache.set(e,a),a}};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,a,i=Object.create(null),r=oIntlDateTimeFormatCache.get(t).formatToParts(new Date(e.getTime()));for(o in r)"literal"!==(a=r[o]).type&&(i[a.type]=a.value);return i},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),a=e.getTime(),i=a-o.getTime(),r=new Date(a+i),n=TimezoneUtils.convertToTimezone(r,t).getTime(),s=r.getTime()-n;let _=s;if(i!==s){const e=new Date(a+s),o=TimezoneUtils.convertToTimezone(e,t).getTime();o!==a&&n>o&&(_=i)}return _/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=""};const emptyFn$3=()=>{},FormatSettings={getFormatLocale:s$8,getLegacyDateFormat:emptyFn$3,getCustomLocaleData:emptyFn$3},emptyFn$2=()=>{},Configuration={getLanguage:l$e,getCalendarType:i$2,getSupportedLanguages:()=>t$3("$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$2,getFormatSettings:()=>FormatSettings,getTimezone:()=>r$3()||TimezoneUtils.getLocalTimezone(),getCalendarWeekNumbering:()=>"Default"};
|
|
31
|
+
/*!
|
|
32
|
+
* OpenUI5
|
|
33
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
34
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
35
|
+
*/
|
|
36
|
+
var 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};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,a,i,r,n,s,_={},l=Math.min(e.length,t.length);if(0===l)return this.setTime(NaN);for(o=0;o<l;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,_.era="B"):_.era="A"),_[n]=s.toString()}return a=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),_=Object.assign({},a,_),i=TimezoneUtils._getDateFromParts(_),isNaN(i)?this.setTime(NaN):(r=i.getTime()+1e3*TimezoneUtils.calculateOffset(i,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,a){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,a;return isNaN(this.oDate)?this.oDate.toTimeString():(o=(a=this.getTimezoneOffset())>0?"-":"+",e=Math.floor(Math.abs(a)/60),t=Math.abs(a)%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")};const UI5DateWrapped=UI5Date$1;class UI5Date extends UI5DateWrapped{}const emptyFn$1=()=>{},Core={getConfiguration:()=>Configuration,getLibraryResourceBundle:emptyFn$1(),getFormatSettings:()=>FormatSettings},ObjectPath={set(){}};
|
|
37
|
+
/*!
|
|
38
|
+
* OpenUI5
|
|
39
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
40
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
41
|
+
*/
|
|
42
|
+
var fnAssert=function(e,t){if(!e){var o="function"==typeof t?t():t;console.assert(e,o)}};const Log=console;Log.warning=console.warn;
|
|
43
|
+
/*!
|
|
44
|
+
* OpenUI5
|
|
45
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
46
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
47
|
+
*/
|
|
48
|
+
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,a=1;a<t;a++)e.indexOf(e[a])===a&&(e[++o]=e[a]);++o<t&&e.splice(o,t-o)}return e};
|
|
49
|
+
/*!
|
|
50
|
+
* OpenUI5
|
|
51
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
52
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
53
|
+
*/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 a;if(isFunction(o.baseType)){if(!isFunction((a=o.baseType).getMetadata))throw new TypeError("baseType must be a UI5 class with a static getMetadata function")}else isFunction(a=ObjectPath.get(o.baseType))||Log.fatal("base class '"+o.baseType+"' does not exist");a.getMetadata?(this._oParent=a.getMetadata(),fnAssert(a===a.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 i 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"!==i&&"constructor"!==i&&(t[i]=e[i],i.match(/^_|^on|^init$|^exit$/)||this._aPublicMethods.push(i))},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,a=t.length;o<a;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,a){"string"==typeof e&&(a=o,o=t,t=e,e=null),fnAssert(!e||isFunction(e)),fnAssert("string"==typeof t&&!!t),fnAssert(!o||"object"==typeof o),fnAssert(!a||isFunction(a)),isFunction((a=a||Metadata).preprocessClassInfo)&&(o=a.preprocessClassInfo(o)),(o=o||{}).metadata=o.metadata||{},o.hasOwnProperty("constructor")||(o.constructor=void 0);var i=o.constructor;fnAssert(!i||isFunction(i)),e?(i||(i=o.metadata.deprecated?function(){Log.warning("Usage of deprecated class: "+t),e.apply(this,arguments)}:function(){e.apply(this,arguments)}),i.prototype=Object.create(e.prototype),i.prototype.constructor=i,o.metadata.baseType=e):(i=i||function(){},delete o.metadata.baseType),o.constructor=i,ObjectPath.set(t,i);var r=new a(t,o);return i.getMetadata=i.prototype.getMetadata=function(){return r},i.getMetadata().isFinal()||(i.extend=function(e,t,o){return Metadata.createClass(i,e,t,o||a)}),i};
|
|
54
|
+
/*!
|
|
55
|
+
* OpenUI5
|
|
56
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
57
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
58
|
+
*/
|
|
59
|
+
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 a=new(o||Metadata)(e,t),i=a.getClass();return i.getMetadata=i.prototype.getMetadata=function(){return a},a.isFinal()||(i.extend=function(e,t,a){return Metadata.createClass(i,e,t,a||o)}),Log.debug("defined class '"+e+"'"+(a.getParent()?" as subclass of "+a.getParent().getName():"")),a},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 a(e,t){return function(){var a=e[t].apply(e,arguments);return o?this:a instanceof BaseObject?a.getInterface():a}}if(!t)return{};for(var i,r=0,n=t.length;r<n;r++)
|
|
60
|
+
//!oObject[sMethodName] for 'lazy' loading interface methods ;-)
|
|
61
|
+
e[i=t[r]]&&"function"!=typeof e[i]||(this[i]=a(e,i))};
|
|
62
|
+
/*!
|
|
63
|
+
* OpenUI5
|
|
64
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
65
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
66
|
+
*/
|
|
67
|
+
var 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)};const resolveReference=function(){throw new Error("not implemented")};
|
|
68
|
+
/*!
|
|
69
|
+
* OpenUI5
|
|
70
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
71
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
72
|
+
*/var DataType=function(){throw new Error};function createType(e,t,o){t=t||{};var a=o||DataType.prototype,i=Object.create(a);if(i.getName=function(){return e},t.hasOwnProperty("defaultValue")){var r=t.defaultValue;i.getDefaultValue=function(){return r}}if(t.isValid){var n=t.isValid;i.isValid=a.isValid?function(e){return!!a.isValid(e)&&n(e)}:n}return t.parseValue&&(i.parseValue=t.parseValue),i.getBaseType=function(){return o},i}DataType.prototype.getName=function(){},DataType.prototype.getBaseType=function(){},DataType.prototype.getPrimitiveType=function(){for(var e=this;e.getBaseType();)e=e.getBaseType();return e},DataType.prototype.getComponentType=function(){},DataType.prototype.getDefaultValue=function(){},DataType.prototype.isArrayType=function(){return!1},DataType.prototype.isEnumType=function(){return!1},DataType.prototype.getEnumValues=function(){},DataType.prototype.parseValue=function(e){return e},DataType.prototype.isValid=void 0,DataType.prototype.setNormalizer=function(e){fnAssert("function"==typeof e,"DataType.setNormalizer: fnNormalizer must be a function"),this._fnNormalizer="function"==typeof e?e:void 0},DataType.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,a=t&&t.context,i=t&&t.locals;if((o=resolveReference(Object.assign({".":a},i)))&&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 DataType,"DataType.<createArrayType>: componentType must be a DataType");var t=Object.create(DataType.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(","),a=0;a<o.length;a++)o[a]=e.parseValue(o[a]);return o},t.isArrayType=function(){return!0},t.getBaseType=function(){return arrayType},t}const mEnumRegistry=Object.create(null);function createEnumType(e,t){var o,a={};for(var i in t){var r=t[i];if(o||(o=r),"string"!=typeof r)throw new Error("Value "+r+" for enum type "+e+" is not a string");a.hasOwnProperty(r)&&i!=r||(a[r]=i)}var n=Object.create(DataType.prototype);return n.getName=function(){return e},n.isValid=function(e){return"string"==typeof e&&a.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}DataType.getType=function(e){fnAssert(e&&"string"==typeof e,"sTypeName must be a non-empty string");var t=mTypes[e];if(!(t instanceof DataType))if(e.indexOf("[]",e.length-2)>0){var o=e.slice(0,-2),a=this.getType(o);(t=a&&createArrayType(a))&&(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 DataType?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},DataType.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 DataType||"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=DataType.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 DataType){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;DataType.registerInterfaceTypes=function(e){e.forEach((function(e){oInterfaces.add(e),ObjectPath.set(e,e)}))},DataType.registerEnum=function(e,t){mEnumRegistry[e]=t},DataType._isEnumCandidate=function(e){return!Object.keys(e).some((t=>{const o=typeof e[t];return"object"===o||"function"===o}))},DataType.isInterfaceType=function(e){return oInterfaces.has(e)};
|
|
73
|
+
/*!
|
|
74
|
+
* OpenUI5
|
|
75
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
76
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
77
|
+
*/
|
|
78
|
+
var CalendarType={Gregorian:"Gregorian",Islamic:"Islamic",Japanese:"Japanese",Persian:"Persian",Buddhist:"Buddhist"};
|
|
79
|
+
/*!
|
|
80
|
+
* OpenUI5
|
|
81
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
82
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
83
|
+
*/DataType.registerEnum("sap.ui.core.CalendarType",CalendarType);const M_ISO639_OLD_TO_NEW={iw:"he",ji:"yi"},getModernLanguage=e=>M_ISO639_OLD_TO_NEW[e]||e,Localization={getModernLanguage:getModernLanguage};
|
|
84
|
+
/*!
|
|
85
|
+
* OpenUI5
|
|
86
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
87
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
88
|
+
*/
|
|
89
|
+
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("-")};
|
|
90
|
+
/*!
|
|
91
|
+
* OpenUI5
|
|
92
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
93
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
94
|
+
*/
|
|
95
|
+
var mCache=Object.create(null),Locale=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)}});Locale._getCoreLocale=function(e){return e instanceof LanguageTag&&(e=mCache[e.toString()]||new Locale(e),mCache[e.toString()]=e),e};
|
|
96
|
+
/*!
|
|
97
|
+
* OpenUI5
|
|
98
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
99
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
100
|
+
*/
|
|
101
|
+
var oToken=Object.create(null),fnMerge=function(){var e,t,o,a,i,r,n=arguments[2]||{},s=3,_=arguments.length,l=arguments[0]||!1,c=arguments[1]?void 0:oToken;for("object"!=typeof n&&"function"!=typeof n&&(n={});s<_;s++)if(null!=(i=arguments[s]))for(a in i)e=n[a],o=i[a],"__proto__"!==a&&n!==o&&(l&&o&&(fnIsPlainObject(o)||(t=Array.isArray(o)))?(t?(t=!1,r=e&&Array.isArray(e)?e:[]):r=e&&fnIsPlainObject(e)?e:{},n[a]=fnMerge(l,arguments[1],r,o)):o!==c&&(n[a]=o));return n},fnExtend=function(){var e=[!1,!0];return e.push.apply(e,arguments),fnMerge.apply(null,e)};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 S$3(o)},LoaderExtensions={loadResource:loadResource};
|
|
102
|
+
/*!
|
|
103
|
+
* OpenUI5
|
|
104
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
105
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
106
|
+
*/
|
|
107
|
+
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}}}),
|
|
108
|
+
/*!
|
|
109
|
+
* OpenUI5
|
|
110
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
111
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
112
|
+
*/
|
|
113
|
+
DataType.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=Locale._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,a=0;a<t.length&&void 0!==(o=o[t[a]]);a++);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),a=t.script;"sr"===o&&"Latn"===a&&(o="sh",a=null);const i=t.region,r=this._get("languages"),n=r[o];if(!a&&!i||!n)return n;const s=r[o+"_"+i]||r[o+"_"+a];if(s)return s;if(a){const e=this._get("scripts")[a];if(e)return n+" ("+e+")"}if(i){const e=this._get("territories")[i];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,a;function i(e){var t=e.split(":"),o=t[0],a=t[1];return 60*parseInt(o)+parseInt(a)}return o=(60*e+t)%1440,a=this._get("dayPeriodRules"),Object.keys(a).find((function(e){var t=a[e];return t._at&&i(t._at)===o}))||Object.keys(a).find((function(e){var t,r,n=a[e];return!n._at&&((r=i(n._from))>(t=i(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 a=this.getDateTimePattern(e,o),i=this.getDatePattern(e,o),r=this.getTimePattern(t,o);return a.replace("{0}",r).replace("{1}",i)},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,a,i,r,n,s=this._get(getCLDRCalendarName(t),"dateTimeFormats","intervalFormats");return e&&(a=(o=e.split("-"))[0],i=o[1],(r=s[a])&&(n=r[i]))?n:s.intervalFormatFallback},getCombinedIntervalPattern:function(e,t){const o=this._get(getCLDRCalendarName(t),"dateTimeFormats","intervalFormats"),[,a,i,r]=rFallbackPatternTextParts.exec(o.intervalFormatFallback);return LocaleData$1._escapeIfNeeded(a)+e+LocaleData$1._escapeIfNeeded(i)+e+LocaleData$1._escapeIfNeeded(r)},getCustomIntervalPattern:function(e,t,o){var a=this._get(getCLDRCalendarName(o),"dateTimeFormats","intervalFormats");return this._getFormatPattern(e,a,o,t)},_getFormatPattern:function(e,t,o,a){var i,r,n;if(a?"string"==typeof a&&("j"!=a&&"J"!=a||(a=this.getPreferredHourSymbol()),n=t[e],i=n&&n[a]):i=t[e],i){if("object"!=typeof i)return i;r=Object.keys(i).map((function(e){return i[e]}))}return r||(r=this._createFormatPattern(e,t,o,a)),r&&1===r.length?r[0]:r},_createFormatPattern:function(e,t,o,a){var i,r,n,s,_,l,c,d,u,p,h,v=this._parseSkeletonFormat(e),m=this._findBestMatch(v,e,t),g=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/;if(a){if("string"==typeof a)(u=mCLDRSymbols[a]?mCLDRSymbols[a].group:"")&&(p=mCLDRSymbolGroups[u].index>v[v.length-1].index),d=a;else{for(p=!0,"y"===v[0].symbol&&m&&m.pattern.G&&(s=mCLDRSymbols.G,_=mCLDRSymbolGroups[s.group],v.splice(0,0,{symbol:"G",group:s.group,match:s.match,index:_.index,field:_.field,length:1})),h=v.length-1;h>=0;h--)if(a[(r=v[h]).group]){p=!1;break}for(h=0;h<v.length;h++)if(a[(r=v[h]).group]){d=r.symbol;break}"h"!=d&&"K"!=d||!a.DayPeriod||(d="a")}if(p)return[this.getCustomDateTimePattern(e,o)];m&&0===m.missingTokens.length&&(l=m.pattern[d])&&m.distance>0&&(l=this._expandFields(l,m.patternTokens,v)),l||(n=this._get(getCLDRCalendarName(o),"dateTimeFormats","availableFormats"),g.test(e)&&"ahHkKjJms".indexOf(d)>=0?l=this._getMixedFormatPattern(e,n,o,a):(c=this._getFormatPattern(e,n,o),l=this.getCombinedIntervalPattern(c,o))),i=[l]}else if(m){if("string"==typeof m.pattern)i=[m.pattern];else if("object"==typeof m.pattern)for(var f in i=[],m.pattern)l=m.pattern[f],i.push(l);m.distance>0&&(m.missingTokens.length>0?g.test(e)?i=[this._getMixedFormatPattern(e,t,o)]:(i=this._expandFields(i,m.patternTokens,v),i=this._appendItems(i,m.missingTokens,o)):i=this._expandFields(i,m.patternTokens,v))}else i=[l=e];return e.indexOf("J")>=0&&i.forEach((function(e,t){i[t]=e.replace(/ ?[abB](?=([^']*'[^']*')*[^']*)$/g,"")})),i},_parseSkeletonFormat:function(e){for(var t,o,a,i=[],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],a=mCLDRSymbolGroups[o.group],"Other"==o.group||a.diffOnly)throw new Error("Symbol '"+t+"' is not allowed in skeleton format '"+e+"'");if(a.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:a.index,field:a.field,length:1},i.push(r)}else r.length++;return i},_findBestMatch:function(e,t,o){var a,i,r,n,s,_,l,c,d,u,p={distance:1e4,firstDiffPos:-1};for(var h in o)if(!("intervalFormatFallback"===h||h.indexOf("B")>-1||(a=this._parseSkeletonFormat(h),_=0,i=[],l=!0,e.length<a.length))){s=0,c=e.length;for(var v=0;v<e.length;v++){if(r=e[v],n=a[s],c===e.length&&(c=v),n){if(d=mCLDRSymbols[r.symbol],u=mCLDRSymbols[n.symbol],r.symbol===n.symbol){r.length===n.length?c===v&&(c=e.length):(r.length<d.numericCeiling?n.length<u.numericCeiling:n.length>=u.numericCeiling)?_+=Math.abs(r.length-n.length):_+=5,s++;continue}if(r.match==n.match){_+=Math.abs(r.length-n.length)+10,s++;continue}}i.push(r),_+=50-v}s<a.length&&(l=!1),l&&(_<p.distance||_===p.distance&&c>p.firstDiffPos)&&(p.distance=_,p.firstDiffPos=c,p.missingTokens=i,p.pattern=o[h],p.patternTokens=a)}if(p.pattern)return p},_expandFields:function(e,t,o){var a="string"==typeof e,i=(a?[e]:e).map((function(e){var a,i,r,n,s,_,l,c,d={},u={},p="",h=!1,v=0;for(o.forEach((function(e){d[e.group]=e})),t.forEach((function(e){u[e.group]=e}));v<e.length;){if(c=e.charAt(v),h)p+=c,"'"==c&&(h=!1);else if((l=mCLDRSymbols[c])&&d[l.group]&&u[l.group]){for(s=d[l.group],_=u[l.group],a=s.length,r=_.length,i=1;e.charAt(v+1)==c;)v++,i++;n=a===r||(a<l.numericCeiling?i>=l.numericCeiling:i<l.numericCeiling)?i:Math.max(i,a);for(var m=0;m<n;m++)p+=c}else p+=c,"'"==c&&(h=!0);v++}return p}));return a?i[0]:i},_appendItems:function(e,t,o){var a=this._get(getCLDRCalendarName(o),"dateTimeFormats","appendItems");return e.forEach(function(o,i){var r,n,s;t.forEach(function(t){n=a[t.group],r="'"+this.getDisplayName(t.field)+"'",s="";for(var _=0;_<t.length;_++)s+=t.symbol;e[i]=n.replace(/\{0\}/,o).replace(/\{1\}/,s).replace(/\{2\}/,r)}.bind(this))}.bind(this)),e},_getMixedFormatPattern:function(e,t,o,a){var i,r,n,s,_,l;return r=(i=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/.exec(e))[1],n=i[2],_=this._getFormatPattern(r,t,o),l=a?this.getCustomIntervalPattern(n,a,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\}/,_).replace(/\{0\}/,l)},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 a in t)e=t[a].isoCode,t[a].symbol?o[a]=t[a].symbol:e&&(o[a]=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,a,i,r,n=[],s=this.getPluralCategories();return e||(e=["year","month","week","day","hour","minute","second"]),e.forEach(function(e){for(var _ in o=this._get("dateFields",e+"-"+t))0===_.indexOf("relative-type-")?(i=parseInt(_.substr(14)),n.push({scale:e,value:i,pattern:o[_]})):0==_.indexOf("relativeTime-type-")&&(a=o[_],r="past"===_.substr(18)?-1:1,s.forEach((function(t){var o=a["relativeTimePattern-count-"+t];o&&n.push({scale:e,sign:r,pattern:o})})))}.bind(this)),n},getRelativePattern:function(e,t,o,a){var i,r;return"string"==typeof o&&(a=o,o=void 0),void 0===o&&(o=t>0),void 0===a&&(a="wide"),fnAssert("wide"===a||"short"===a||"narrow"===a,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'"),r=e+"-"+a,0!==t&&-2!==t&&2!==t||(i=this._get("dateFields",r,"relative-type-"+t)),i||(i=this._get("dateFields",r,"relativeTime-type-"+(o?"future":"past"))["relativeTimePattern-count-"+this.getPluralCategory(Math.abs(t).toString())]),i},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 a,i;if("long"===e)i=this._get("decimalFormat-long");else i=this._get("decimalFormat-short");if(i){var r=t+"-"+o;(a=i[r])||(a=i[r=t+"-other"])}return a},getCurrencyFormat:function(e,t,o){var a,i=this._get("currencyFormat-"+e);if(!i){if("sap-short"===e)throw new Error('Failed to get CLDR data for property "currencyFormat-sap-short"');i=this._get("currencyFormat-short")}if(i){var r=t+"-"+o;(a=i[r])||(a=i[r=t+"-other"])}return a},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),a=[];for(var i in o)a[parseInt(i)]=o[i];return a},getEraDates:function(e){var t=this._get("eras-"+e.toLowerCase()),o=[];for(var a in t)o[parseInt(a)]=t[a];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,a=this._get("calendarPreference")||[];for(o=0;o<a.length;o++)for(t in e=a[o].split("-")[0],CalendarType)if(e===t.toLowerCase())return t;return CalendarType.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 a in this._pluralTest||(this._pluralTest={}),o){var i=this._pluralTest[a];if(i||(i=this._parsePluralRule(o[a]),this._pluralTest[a]=i),i(t).bMatch)return a}return"other"},_parsePluralRule:function(e){var t,o="and",a="%",i="=",r="!=",n="n",s="i",_="f",l="t",c="v",d="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(_))return function(e){return e.f};if(g(l))return function(e){return e.t};if(g(c))return function(e){return e.v};if(g(d))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(a)){var t=parseInt(f());return function(o){return e(o)%t}}return e}(),g(i))o=!0;else{if(!g(r))throw new Error("Expected '=' or '!='");o=!1}return t=function(){var e,t,o,a=[];return f().split(v).forEach((function(i){if(1===(e=i.split(h)).length)a.push(parseInt(i));else{t=parseInt(e[0]),o=parseInt(e[1]);for(var r=t;r<=o;r++)a.push(r)}})),function(e){return a}}(),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,a,i,r,n,s;return o=(a=(e=e.replace(rCIgnoreCase,"e")).search(rEIgnoreCase))<0?0:parseInt(e.slice(a+1)),-1===(t=(e=LocaleData$1.convertToDecimal(e)).indexOf("."))?(n=e,i="",r=""):(n=e.slice(0,t),r=(i=e.slice(t+1)).replace(rTrailingZeroes,"")),s={n:parseFloat(e),i:parseInt(n),v:i.length,w:r.length,f:""===i?0:parseInt(i),t:""===r?0:parseInt(r),c:o},{bMatch:y(s),oOperands:s}}}});LocaleData$1.convertToDecimal=function(e){var t,o,a,i,r,n,s=String(e);return s.includes("e")||s.includes("E")?(i="-"===(n=s.match(rNumberInScientificNotation))[1],s=n[2].replace(".",""),t=n[3]?n[3].length:0,a=n[4]?n[4].length:0,r=t+(o=parseInt(n[5])),s=o>0?o<a?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(a-o,"0"),i&&(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,a){return a=a?a.slice():[],o=o||{},t=t||"",Object.keys(e).forEach((function(i){var r=e[i];if("object"==typeof r){var n=a.slice(),s=r._parent;s&&n.push(s),_resolveTimezoneTranslationStructure(r,t+i+"/",o,n)}else if("string"==typeof r&&"_parent"!==i){var _=a.length?a.join(", ")+", ":"";o[t+i]=_+r}})),o}function getCLDRCalendarName(e){return e||(e=Configuration.getCalendarType()),"ca-"+e.toLowerCase()}function getData(e){var t,o=e.getLanguage()||"",a=e.getScript()||"",i=e.getRegion()||"";function r(e,t){var o,a,i;if(t)for(o in t)t.hasOwnProperty(o)&&(a=e[o],i=t[o],void 0===a?e[o]=i:null===a?delete e[o]:"object"!=typeof a||"object"!=typeof i||Array.isArray(a)||r(a,i))}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||i||("Hans"===a?i="CN":"Hant"===a&&(i="TW")),("sh"===o||"sr"===o&&"Latn"===a)&&(o="sr_Latn");var s=o+"_"+i,_=s;return o&&i&&(t=n(s)),!t&&o&&(t=n(o),_=o),t||(t=n("en"),_="en"),mLocaleDatas[s]=t,{mData:t,sCLDRLocaleId:_=_.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=Locale._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};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)}},CalendarUtils$1={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$1.getWeekConfigurationValues(Configuration.getCalendarWeekNumbering(),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,a;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),(a=Object.create(o.prototype)).oDate=e?UI5Date$1.getInstance(e):UI5Date$1.getInstance(),a.sCalendarType=t,a},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 a=UniversalDate$1.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week,t,o);this.setFullYear(a.year,a.month,a.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 a=UniversalDate$1.getFirstDateOfWeek(this.sCalendarType,e.year||this.getFullYear(),e.week,t,o);this.setUTCFullYear(a.year,a.month,a.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$1.getWeekConfigurationValues(e,t)}function getFirstDayOfFirstWeek(e,t,o,a){var i=resolveCalendarWeekConfiguration(a,o=o||Configuration.getFormatSettings().getFormatLocale()),r=i.minimalDaysInFirstWeek,n=i.firstDayOfWeek,s=new e(e.UTC(t,0,1)),_=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),_--;return _<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,a,i,r){checkWeekConfig(r=r||Configuration.getCalendarWeekNumbering()),i=i||Configuration.getFormatSettings().getFormatLocale();var n,s,_,l,c=this.getClass(e),d=getFirstDayOfFirstWeek(c,t,i,r),u=new c(c.UTC(t,o,a));return isSplitWeek(r,i)?n=calculateWeeks(d,u):(_=t+1,l=getFirstDayOfFirstWeek(c,s=t-1,i,r),u>=getFirstDayOfFirstWeek(c,_,i,r)?(t=_,n=0):u<d?(t=s,n=calculateWeeks(l,u)):n=calculateWeeks(d,u)),{year:t,week:n}},UniversalDate$1.getFirstDateOfWeek=function(e,t,o,a,i){checkWeekConfig(i=i||Configuration.getCalendarWeekNumbering()),a=a||Configuration.getFormatSettings().getFormatLocale();var r=this.getClass(e),n=getFirstDayOfFirstWeek(r,t,a,i),s=new r(n.valueOf()+o*iMillisecondsInWeek);return isSplitWeek(i,a)&&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(!(a=mEras[e])){var a;(a=o.getEraDates(e))[0]||(a[0]={_start:"1-1-1"});for(var i=0;i<a.length;i++){var r=a[i];r&&(r._start&&(r._startInfo=parseDateString(r._start)),r._end&&(r._endInfo=parseDateString(r._end)))}mEras[e]=a}return a}function parseDateString(e){var t,o,a,i=e.split("-");return""==i[0]?(t=-parseInt(i[1]),o=parseInt(i[2])-1,a=parseInt(i[3])):(t=parseInt(i[0]),o=parseInt(i[1])-1,a=parseInt(i[2])),{timestamp:new Date(0).setUTCFullYear(t,o,a),year:t,month:o,day:a}}UniversalDate$1.getEraByDate=function(e,t,o,a){for(var i,r=getEras(e),n=new Date(0).setUTCFullYear(t,o,a),s=r.length-1;s>=0;s--)if(i=r[s]){if(i._start&&n>=i._startInfo.timestamp)return s;if(i._end&&n<i._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),a=o[t]||o[0];if(a._start)return a._startInfo};const UniversalDate=UniversalDate$1;let CalendarDate$2=class e{constructor(t,o,a,i){let r,n,s,_=arguments;switch(_.length){case 0:return n=UI5Date.getInstance(),this.constructor(n.getFullYear(),n.getMonth(),n.getDate());case 1:case 2:if(!(_[0]instanceof e))throw new Error("Invalid arguments: the first argument must be of type CalendarDate.");s=_[1]?_[1]:_[0]._oUDate.sCalendarType,r=UI5Date.getInstance(_[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(_[0],`Invalid year: ${_[0]}`),checkNumericLike(_[1],`Invalid month: ${_[1]}`),checkNumericLike(_[2],`Invalid date: ${_[2]}`),r=UI5Date.getInstance(0,0,1),r.setFullYear(_[0],_[1],_[2]),_[3]&&(s=_[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${_}`)}}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(!(a=t)||"[object Date]"!==Object.prototype.toString.call(a)||isNaN(a))throw new Error(`Date parameter must be a JavaScript Date object: [${t}].`);var a;return new e(t.getFullYear(),t.getMonth(),t.getDate(),o)}static fromTimestamp(t,o){const a=new e(0,0,1);let i;try{i=UniversalDate.getInstance(UI5Date.getInstance(t),o)}catch(e){i=new Date(NaN)}return a._oUDate=i,a}};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$2))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,a=!0,i,r)=>{const n=new CalendarDate$2(e);switch(o){case"day":n.setDate(e.getDate()+t);break;case"month":if(a){n.setMonth(e.getMonth()+t);const o=-1===t&&n.getMonth()===e.getMonth(),a=1===t&&n.getMonth()-e.getMonth()>1;(o||a)&&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 i&&n.isBefore(i)?new CalendarDate$2(i):r&&n.isAfter(r)?new CalendarDate$2(r):n},getRoundedTimestamp=e=>{e||(e=(new Date).getTime());return(e-e%864e5)/1e3},getTodayUTCTimestamp=e=>CalendarDate$2.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$b="appointment-2",pathData$b="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$b=!1,collection$b="SAP-icons-v4",packageName$b="@ui5/webcomponents-icons";y$1(name$b,{pathData:pathData$b,ltr:false,collection:collection$b,packageName:packageName$b});const name$a="appointment-2",pathData$a="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$a=!1,collection$a="SAP-icons-v5",packageName$a="@ui5/webcomponents-icons";y$1(name$a,{pathData:pathData$a,ltr:false,collection:collection$a,packageName:packageName$a});
|
|
114
|
+
/*!
|
|
115
|
+
* OpenUI5
|
|
116
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
117
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
118
|
+
*/
|
|
119
|
+
var 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,a,i,r){if(o)return"'";if(a)return a.replace(/''/g,"'");if(i)return String(t[parseInt(i)]);throw new Error("formatMessage: pattern syntax error at pos. "+r)}))},fnEqual=function(e,t,o,a,i){if("boolean"==typeof o&&(a=o,o=void 0),i||(i=0),o||(o=10),i>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(!a&&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,a,i+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(!a&&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,a,i+1))return!1;return!0}return!1},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 a=t.indexOf("/");return a>0?e.getCombinedDateTimePattern(t.substr(0,a),t.substr(a+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,a=void 0===e.showTimezone||e.showTimezone,i=DateFormat$1.oDateTimeInfo;return t&&!o?i=DateFormat$1.oDateInfo:!t&&o&&(i=DateFormat$1.oTimeInfo),Object.assign({},i,{type:mDateFormatTypes.DATETIME_WITH_TIMEZONE,getTimezonePattern:function(e){return t||o||!a?a?e+" VV":e:"VV"},getPattern:function(e,r,n){if(!t&&!o&&a)return"VV";if(!a)return i.getPattern(e,r,n);var s=i.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 Locale)&&(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,a){var i,r,n;if(r=Object.create(this.prototype),e instanceof Locale&&(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,_=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),_&&(_="'"+(_=_.replace(/'/g,"''"))+"'",r.intervalPatterns.unshift(s+_+s)),r.intervalPatterns=Array.from(new Set(r.intervalPatterns))}return a||(i=o.aFallbackFormatOptions,o.bShortFallbackFormatOptions&&(n=o.getPattern(r.oLocaleData,"short"),i=i.concat(DateFormat$1._createFallbackOptionsWithoutDelimiter(n))),r.oFormatOptions.pattern&&o.bPatternFallbackWithoutDelimiter&&(i=DateFormat$1._createFallbackOptionsWithoutDelimiter(r.oFormatOptions.pattern).concat(i)),i=i.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(i,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,a,i){return e.map((function(e){var r=Object.assign({},e);return r.showDate=i.showDate,r.showTime=i.showTime,r.showTimezone=i.showTimezone,"function"==typeof a.getTimezonePattern&&r.pattern&&(r.pattern=a.getTimezonePattern(r.pattern)),i.interval&&(r.interval=!0),r.calendarType=t,DateFormat$1.createInstance(r,o,a,!0)}))},DateFormat$1._createFallbackOptionsWithoutDelimiter=function(e){var t=/d+/g,o="dd",a=/M+/g,i="MM",r={regex:/[yU]+/g,replace:["yyyy","yy"]};return e=(e=(e=e.replace(/[^dMyGU]/g,"")).replace(t,o)).replace(a,i),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 a=t.toLocaleUpperCase(o),i=e.toLocaleUpperCase(o);return a.length===t.length&&i.length===e.length&&i.startsWith(a)}catch(e){return!1}},findEntry:function(e,t,o){let a=-1,i=0;return t.forEach(((t,r)=>{(Array.isArray(t)?t:[t]).forEach((t=>{t.length>i&&this.startsWithIgnoreCase(e,t,o)&&(a=r,i=t.length)}))})),{index:a,length:i}},parseTZ:function(e,t){var o,a=0,i="+"===e.charAt(0)?-1:1;if("Z"===e[0])return{length:1,tzDiff:0};a++,o=this.findNumbers(e.substr(a),2);var r=parseInt(o);a+=2,t&&a++;var n=0;return(o=this.findNumbers(e.substr(a),2))&&(a+=2,n=parseInt(o)),{length:a,tzDiff:60*(n+60*r)*i}},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,a){var i,r=!0,n=0,s=0,_="-~‐‑‒–—﹘﹣-~";const l=DateFormat$1._normalize(t.value);for(;s<l.length;s++){if(" "===(i=l.charAt(s)))for(;" "===e.charAt(n);)n++;else _.includes(i)?(_.includes(e.charAt(n))||(r=!1),n++):(e.charAt(n)!==i&&(r=!1),n++);if(!r)break}if(r)return{length:n};var c=!1;return a.index<a.formatArray.length-1&&(c=a.formatArray[a.index+1].type in o.oRequiredParts),{valid:oParseHelper.checkValid(t.type,c,o)}}}),G:DateFormat$1._createPatternSymbol({name:"era",format:function(e,t,o,a){var i=t.getUTCEra();return e.digits<=3?a.aErasAbbrev[i]:4===e.digits?a.aErasWide[i]:a.aErasNarrow[i]},parse:function(e,t,o,a){for(var i=[o.aErasWide,o.aErasAbbrev,o.aErasNarrow],r=0;r<i.length;r++){var n=i[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,a){var i=t.getUTCFullYear(),r=String(i),n=a.oFormatOptions.calendarType;return 2===e.digits&&r.length>2&&(r=r.substr(r.length-2)),n!==CalendarType.Japanese&&1===e.digits&&i<100&&(r=r.padStart(4,"0")),r.padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s=o.oFormatOptions.calendarType;i=1===t.digits?4:2===t.digits?2:t.digits,n=""===(r=oParseHelper.findNumbers(e,i))||a.exactLength&&r.length!==i;var _=parseInt(r);if(s!==CalendarType.Japanese&&r.length<=2){var l=UniversalDate$1.getInstance(UI5Date$1.getInstance(),s).getUTCFullYear(),c=Math.floor(l/100),d=100*c+_-l;_+=d<-70?100*(c+1):d<30?100*c:100*(c-1)}return{length:r.length,valid:oParseHelper.checkValid(t.type,n,o),year:_}},isNumeric:!0}),Y:DateFormat$1._createPatternSymbol({name:"weekYear",format:function(e,t,o,a){var i=t.getUTCWeek(a.oLocale,getCalendarWeekParameter(a.oFormatOptions)).year,r=String(i),n=a.oFormatOptions.calendarType;return 2===e.digits&&r.length>2&&(r=r.substr(r.length-2)),n!==CalendarType.Japanese&&1===e.digits&&i<100&&(r=r.padStart(4,"0")),r.padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s=o.oFormatOptions.calendarType;i=1===t.digits?4:2===t.digits?2:t.digits,n=""===(r=oParseHelper.findNumbers(e,i))||a.exactLength&&r.length!==i;var _=parseInt(r),l=_;if(s!==CalendarType.Japanese&&r.length<=2){var c=UniversalDate$1.getInstance(UI5Date$1.getInstance(),s).getUTCFullYear(),d=Math.floor(c/100),u=100*d+l-c;l+=u<-70?100*(d+1):u<30?100*d:100*(d-1)}return{length:r.length,valid:oParseHelper.checkValid(t.type,n,o),year:_,weekYear:l}},isNumeric:!0}),M:DateFormat$1._createPatternSymbol({name:"month",format:function(e,t,o,a){var i=t.getUTCMonth();if(3===e.digits){const e=a.aMonthsAbbrev[i];return Array.isArray(e)?e[0]:e}return 4===e.digits?a.aMonthsWide[i]:e.digits>4?a.aMonthsNarrow[i]:String(i+1).padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s,_=[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)))||a.exactLength&&r.length<2,s=oParseHelper.checkValid(t.type,n,o),i=parseInt(r)-1,a.strict&&(i>11||i<0)&&(s=!1);else{for(var l=0;l<_.length;l++){var c=_[l],d=oParseHelper.findEntry(e,c,o.oLocaleData.sCLDRLocaleId);if(-1!==d.index)return{month:d.index,length:d.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{month:i,length:r?r.length:0,valid:s}},isNumeric:function(e){return e<3}}),L:DateFormat$1._createPatternSymbol({name:"monthStandalone",format:function(e,t,o,a){var i=t.getUTCMonth();if(3===e.digits){const e=a.aMonthsAbbrevSt[i];return Array.isArray(e)?e[0]:e}return 4===e.digits?a.aMonthsWideSt[i]:e.digits>4?a.aMonthsNarrowSt[i]:String(i+1).padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s,_=[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)))||a.exactLength&&r.length<2,s=oParseHelper.checkValid(t.type,n,o),i=parseInt(r)-1,a.strict&&(i>11||i<0)&&(s=!1);else{for(var l=0;l<_.length;l++){var c=_[l],d=oParseHelper.findEntry(e,c,o.oLocaleData.sCLDRLocaleId);if(-1!==d.index)return{month:d.index,length:d.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{month:i,length:r?r.length:0,valid:s}},isNumeric:function(e){return e<3}}),w:DateFormat$1._createPatternSymbol({name:"weekInYear",format:function(e,t,o,a){var i=t.getUTCWeek(a.oLocale,getCalendarWeekParameter(a.oFormatOptions)).week,r=String(i+1);return r=e.digits<3?r.padStart(e.digits,"0"):a.oLocaleData.getCalendarWeek(3===e.digits?"narrow":"wide",r.padStart(2,"0"))},parse:function(e,t,o,a){var i,r,n,s,_=0;if(t.digits<3)_=(i=oParseHelper.findNumbers(e,2)).length,s=parseInt(i)-1,r=!i||a.exactLength&&_<2,n=oParseHelper.checkValid(t.type,r,o);else{i=(i=o.oLocaleData.getCalendarWeek(3===t.digits?"narrow":"wide")).replace("{0}","([0-9]+)");var l=new RegExp(i).exec(e);l?(_=l[0].length,s=parseInt(l[l.length-1])-1):n=oParseHelper.checkValid(t.type,!0,o)}return{length:_,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,a){var i=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=""===i||a.exactLength&&i.length<2,n=oParseHelper.checkValid(t.type,r,o),s=parseInt(i);return a.strict&&(s>31||s<1)&&(n=!1),{day:s,length:i.length,valid:n}},isNumeric:!0}),Q:DateFormat$1._createPatternSymbol({name:"quarter",format:function(e,t,o,a){var i=t.getUTCQuarter();return 3===e.digits?a.aQuartersAbbrev[i]:4===e.digits?a.aQuartersWide[i]:e.digits>4?a.aQuartersNarrow[i]:String(i+1).padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s,_=[o.aQuartersWide,o.aQuartersWideSt,o.aQuartersAbbrev,o.aQuartersAbbrevSt,o.aQuartersNarrow,o.aQuartersNarrowSt];if(t.digits<3)r=""===(i=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,r,o),n=parseInt(i)-1,a.strict&&n>3&&(s=!1);else{for(var l=0;l<_.length;l++){var c=_[l],d=oParseHelper.findEntry(e,c,o.oLocaleData.sCLDRLocaleId);if(-1!==d.index)return{quarter:d.index,length:d.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{length:i?i.length:0,quarter:n,valid:s}},isNumeric:function(e){return e<3}}),q:DateFormat$1._createPatternSymbol({name:"quarterStandalone",format:function(e,t,o,a){var i=t.getUTCQuarter();return 3===e.digits?a.aQuartersAbbrevSt[i]:4===e.digits?a.aQuartersWideSt[i]:e.digits>4?a.aQuartersNarrowSt[i]:String(i+1).padStart(e.digits,"0")},parse:function(e,t,o,a){var i,r,n,s,_=[o.aQuartersWide,o.aQuartersWideSt,o.aQuartersAbbrev,o.aQuartersAbbrevSt,o.aQuartersNarrow,o.aQuartersNarrowSt];if(t.digits<3)r=""===(i=oParseHelper.findNumbers(e,Math.max(t.digits,2)))||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,r,o),n=parseInt(i)-1,a.strict&&n>3&&(s=!1);else{for(var l=0;l<_.length;l++){var c=_[l],d=oParseHelper.findEntry(e,c,o.oLocaleData.sCLDRLocaleId);if(-1!==d.index)return{quarter:d.index,length:d.length}}s=oParseHelper.checkValid(t.type,!0,o)}return{length:i?i.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,a){var i=t.getUTCDay();return e.digits<4?a.aDaysAbbrev[i]:4===e.digits?a.aDaysWide[i]:5===e.digits?a.aDaysNarrow[i]:a.aDaysShort[i]},parse:function(e,t,o,a){for(var i=[o.aDaysWide,o.aDaysWideSt,o.aDaysAbbrev,o.aDaysAbbrevSt,o.aDaysShort,o.aDaysShortSt,o.aDaysNarrow,o.aDaysNarrowSt],r=0;r<i.length;r++){var n=i[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,a){var i=t.getUTCDay();return e.digits<4?a.aDaysAbbrevSt[i]:4===e.digits?a.aDaysWideSt[i]:5===e.digits?a.aDaysNarrowSt[i]:a.aDaysShortSt[i]},parse:function(e,t,o,a){for(var i=[o.aDaysWide,o.aDaysWideSt,o.aDaysAbbrev,o.aDaysAbbrevSt,o.aDaysShort,o.aDaysShortSt,o.aDaysNarrow,o.aDaysNarrowSt],r=0;r<i.length;r++){var n=i[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,a){var i=t.getUTCDay();return a._adaptDayOfWeek(i)},parse:function(e,t,o,a){var i=oParseHelper.findNumbers(e,t.digits),r=a.exactLength&&i.length!==t.digits;return{dayNumberOfWeek:parseInt(i),length:i.length,valid:oParseHelper.checkValid(t.type,r,o)}},isNumeric:!0}),a:DateFormat$1._createPatternSymbol({name:"amPmMarker",format:function(e,t,o,a){var i=t.getUTCDayPeriod();return e.digits<=3?a.aDayPeriodsAbbrev[i]:4===e.digits?a.aDayPeriodsWide[i]:a.aDayPeriodsNarrow[i]},parse:function(e,t,o,a,i){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=(l=e.match(r))&&0===l.index)&&(e=u(e)),_=0;_<d.length;_+=1)if(c=d[_].map((e=>DateFormat$1._normalize(e))),n&&(c=c.map(u)),-1!==(s=oParseHelper.findEntry(e,c,o.oLocaleData.sCLDRLocaleId)).index)return{pm:1===s.index,length:n?l[0].length:s.length};return{valid:!1}}}),B:DateFormat$1._createPatternSymbol({name:"flexibleDayPeriod",format:function(e,t,o,a){var i=a.aFormatArray.some((function(e){return"hHKk".includes(e.symbol)})),r=a.oLocaleData.getFlexibleDayPeriodOfTime(t.getUTCHours(),t.getUTCMinutes());return i?e.digits<=3?a.oFlexibleDayPeriodsAbbrev[r]:4===e.digits?a.oFlexibleDayPeriodsWide[r]:a.oFlexibleDayPeriodsNarrow[r]:e.digits<=3?a.oFlexibleDayPeriodsAbbrevSt[r]:4===e.digits?a.oFlexibleDayPeriodsWideSt[r]:a.oFlexibleDayPeriodsNarrowSt[r]},parse:function(e,t,o,a){var i,r,n,s=o.aFormatArray.some((function(e){return"hHKk".includes(e.symbol)})),_=[o.oFlexibleDayPeriodsWide,o.oFlexibleDayPeriodsAbbrev,o.oFlexibleDayPeriodsNarrow];if(s)for(i=0;i<_.length;i++)if(n=_[i],-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,a){var i=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(i),n=""===i||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,n,o);return a.strict&&r>23&&(s=!1),{hour:r,length:i.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,a){var i=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(i),n=""===i||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,n,o);return 24===r&&(r=0),a.strict&&r>23&&(s=!1),{hour:r,length:i.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,a){var i=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(i),n=""===i||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,n,o);return a.strict&&r>11&&(s=!1),{hour:r,length:i.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,a){var i=a.dateValue.pm,r=oParseHelper.findNumbers(e,Math.max(t.digits,2)),n=parseInt(r),s=""===r||a.exactLength&&r.length<2,_=oParseHelper.checkValid(t.type,s,o);return 12===n&&(n=0,i=void 0===i||i),a.strict&&n>11&&(_=!1),{hour:n,length:r.length,pm:i,valid:_}},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,a){var i=oParseHelper.findNumbers(e,Math.max(t.digits,2)),r=parseInt(i),n=""===i||a.exactLength&&i.length<2,s=oParseHelper.checkValid(t.type,n,o);return a.strict&&r>59&&(s=!1),{length:i.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,a){var i=Math.max(t.digits,2),r=oParseHelper.findNumbers(e,i),n=""===r||a.exactLength&&r.length<i,s=parseInt(r),_=oParseHelper.checkValid(t.type,n,o);return a.strict&&s>59&&(_=!1),{length:r.length,second:s,valid:_}},isNumeric:!0}),S:DateFormat$1._createPatternSymbol({name:"fractionalsecond",format:function(e,t){var o=t.getUTCMilliseconds(),a=String(o).padStart(3,"0");return a=(a=a.substr(0,e.digits)).padEnd(e.digits,"0")},parse:function(e,t,o,a){var i=oParseHelper.findNumbers(e,t.digits),r=i.length,n=a.exactLength&&r<t.digits;return i=(i=i.substr(0,3)).padEnd(3,"0"),{length:r,millisecond:parseInt(i),valid:oParseHelper.checkValid(t.type,n,o)}},isNumeric:!0}),z:DateFormat$1._createPatternSymbol({name:"timezoneGeneral",format:function(e,t,o,a,i){if(e.digits>3&&t.getTimezoneLong&&t.getTimezoneLong())return t.getTimezoneLong();if(t.getTimezoneShort&&t.getTimezoneShort())return t.getTimezoneShort();var r=TimezoneUtils.calculateOffset(t,i),n="GMT",s=Math.abs(r/60),_=r>0,l=Math.floor(s/60),c=Math.floor(s%60);return o||0===s?n+="Z":(n+=_?"-":"+",n+=String(l).padStart(2,"0"),n+=":",n+=String(c).padStart(2,"0")),n},parse:function(e,t,o,a){var i,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,i=0}if("Z"!==e.charAt(0)){var s=oParseHelper.parseTZ(e.substr(r),!0);r+=s.length,i=s.tzDiff}return{length:r,tzDiff:i}}}),Z:DateFormat$1._createPatternSymbol({name:"timezoneRFC822",format:function(e,t,o,a,i){var r=TimezoneUtils.calculateOffset(t,i),n=Math.abs(r/60),s=r>0,_=Math.floor(n/60),l=Math.floor(n%60),c="";return o||(c+=s?"-":"+",c+=String(_).padStart(2,"0"),c+=String(l).padStart(2,"0")),c},parse:function(e,t,o,a){return oParseHelper.parseTZ(e,!1)}}),X:DateFormat$1._createPatternSymbol({name:"timezoneISO8601",format:function(e,t,o,a,i){var r=TimezoneUtils.calculateOffset(t,i),n=Math.abs(r/60),s=r>0,_=Math.floor(n/60),l=Math.floor(n%60),c="";return o||0===n?c+="Z":(c+=s?"-":"+",c+=String(_).padStart(2,"0"),(e.digits>1||l>0)&&(3!==e.digits&&5!==e.digits||(c+=":"),c+=String(l).padStart(2,"0"))),c},parse:function(e,t,o,a){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,a,i){return o||2!==e.digits?"":a.oLocaleData.getTimezoneTranslations()[i]||i},parse:function(e,t,o,a,i){var r={timezone:"",length:0};if(2===t.digits){var n=o.oLocaleData.getTimezoneTranslations();if(e===n[i])return{timezone:i,length:e.length};var s=Object.values(n),_=oParseHelper.findEntry(e,s,o.oLocaleData.sCLDRLocaleId);if(-1!==_.index)return{timezone:Object.keys(n)[_.index],length:_.length};for(var l="",c=e.length;c>0;c-=1)if(l=e.slice(0,c),TimezoneUtils.isValidTimezone(l)){r.timezone=l,r.length=l.length;break}}return r}})},DateFormat$1.prototype._format=function(e,t,o){if(this.oFormatOptions.relative){var a=this.formatRelative(e,t,this.oFormatOptions.relativeRange,o);if(a)return a}for(var i,r,n=this.oFormatOptions.calendarType,s=UniversalDate$1.getInstance(e,n),_=[],l=0;l<this.aFormatArray.length;l++)r=(i=this.aFormatArray[l]).symbol||"",_.push(this.oSymbols[r].format(i,s,t,this,o));return _.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 a,i=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]&&(a=this._format(e[0],t,o))}if(void 0===a){if(!e.every(isValidDateObject))return Log.error("At least one date instance which is passed to the interval DateFormat isn't valid."),"";a=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),a=this._format(e,t,o)}return i===CalendarType.Japanese&&"ja"===this.oLocale.getLanguage()&&(a=a.replace(/(^|[^\d])1年/g,"$1元年")),a},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,a,i,r,n,s=[],_=this.oFormatOptions.calendarType,l=UniversalDate$1.getInstance(e[0],_),c=UniversalDate$1.getInstance(e[1],_),d=this._getDiffFields([l,c]);if(!d)return this._format(e[0],t);i=this._useCustomIntervalDelimiter(d)?this.intervalPatterns[0]:this.oFormatOptions.format?this.oLocaleData.getCustomIntervalPattern(this.oFormatOptions.format,d,_):this.oLocaleData.getCombinedIntervalPattern(this.oFormatOptions.pattern,_),n=this.parseCldrDatePattern(i),o=l;for(var u=0;u<n.length;u++)r=(a=n[u]).symbol||"",a.repeat&&(o=c),s.push(this.oSymbols[r].format(a,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(a){var i="getUTC"+a,r=mFieldToGroup[a],n=e[0][i].apply(e[0]),s=e[1][i].apply(e[1]);fnEqual(n,s)||(t=!0,o[r]=!0)})),t?o:null},DateFormat$1.prototype._parse=function(e,t,o,a,i){var r,n,s,_,l,c,d,u={valid:!0,lastTimezonePatternSymbol:""},p=0,h={formatArray:t,dateValue:u,strict:a},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&&(d=e.substr(p),s=t[f],l=t[f-1],n=t[f+1],h.index=f,h.exactLength=g(s)&&(g(l)||g(n)),(void 0!==(c=m(s).parse(d,s,this,h,i)||{}).tzDiff||c.timezone)&&(c.lastTimezonePatternSymbol=s.symbol),u=fnExtend(u,c),!1!==c.valid);f++)p+=c.length||0;return u.index=p,_=u.pm,u.flexDayPeriod&&60*u.hour+(u.minute||0)<720&&(r=this.oLocaleData.getFlexibleDayPeriodOfTime(u.hour+12,u.minute||0),_=u.flexDayPeriod===r),_&&(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,a,i){var r,n,s;return this.intervalPatterns.some(function(t){var _=this.parseCldrDatePattern(t);n=void 0;for(var l=0;l<_.length;l++)if(_[l].repeat){n=l;break}if(void 0===n){if((0===(s=this._parse(e,_,o,a,i)).index||s.index<e.length)&&(s.valid=!1),!1===s.valid)return;return r=[s,s],!0}if(r=[],!1!==(s=this._parse(e,_.slice(0,n),o,a,i)).valid){r.push(s);var c=s.index;if((0===(s=this._parse(e.substring(c),_.slice(n),o,a,i)).index||s.index+c<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,a,i,r,n){if(!e.valid)return null;var s,_="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(_,e.month||0,e.day||1),s.setUTCHours(e.hour||0),s.setUTCMinutes(e.minute||0),s.setUTCSeconds(e.second||0),s.setUTCMilliseconds(e.millisecond||0),a&&(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&&(i=e.timezone),i&&(e.tzDiff=TimezoneUtils.calculateOffset(s,i))),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,a){var i=Math.abs(e.getUTCMonth()-t.getUTCMonth());if("week"===o&&2===i)return"month";if("week"===o&&1===i){if(e.getUTCDate()===t.getUTCDate()||a<0&&e.getUTCDate()<t.getUTCDate()||a>0&&e.getUTCDate()>t.getUTCDate())return"month"}else if("month"===o&&1===i&&(a>0&&e.getUTCDate()<t.getUTCDate()||a<0&&e.getUTCDate()>t.getUTCDate()))return"week";return o}function cutDateFields(e,t){for(var o=["FullYear","Month","Date","Hours","Minutes","Seconds","Milliseconds"],a=new Date(e.getTime()),i=t;i<o.length;i++)a["setUTC"+o[t]].apply(a,[0]);return a}DateFormat$1.prototype.parse=function(e,t,o){var a,i=void 0===this.oFormatOptions.showDate||this.oFormatOptions.showDate,r=void 0===this.oFormatOptions.showTime||this.oFormatOptions.showTime;if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE&&(i&&!r||!i&&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&&(a=t,t=!1,checkTimezoneParameterType(a),a&&!TimezoneUtils.isValidTimezone(a)))return Log.error("The given timezone isn't valid."),null;e=null==e?"":String(e).trim(),e=DateFormat$1._normalize(e);var _,l=this.oFormatOptions.calendarType;if(a=a||Configuration.getTimezone(),void 0===o&&(o=this.oFormatOptions.strictParsing),l===CalendarType.Japanese&&"ja"===this.oLocale.getLanguage()&&(e=e.replace(/元年/g,"1年")),this.oFormatOptions.interval){var c,d,u=this._parseInterval(e,l,t,o,a);if(u&&2===u.length){var p=mergeWithoutOverwrite(u[0],u[1]),h=mergeWithoutOverwrite(u[1],u[0]);if(c=fnCreateDate(p,l,t,o,a,this.oFormatOptions,this.oLocale),d=fnCreateDate(h,l,t,o,a,this.oFormatOptions,this.oLocale),c&&d){if(this.oFormatOptions.singleIntervalValue&&c.getTime()===d.getTime())return[c,null];var v=isValidDateRange(c,d);return o&&!v?(Log.error("StrictParsing: Invalid date range. The given end date is before the start date."),[null,null]):[c,d]}}}else{var m=this.parseRelative(e,t);if(m)return m;if((0===(n=this._parse(e,this.aFormatArray,t,o,a)).index||n.index<e.length)&&(n.valid=!1),m=fnCreateDate(n,l,t,o,a,this.oFormatOptions,this.oLocale)){if(this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE){var g=void 0===this.oFormatOptions.showTimezone||this.oFormatOptions.showTimezone;return!g&&i&&r?[m,void 0]:!g||i||r?[m,n.timezone||void 0]:[void 0,n.timezone]}return m}}return this.aFallbackFormats?(this.aFallbackFormats.every((function(t){return _=t.parse(e,s,o),Array.isArray(_)?t.type!==mDateFormatTypes.DATETIME_WITH_TIMEZONE&&!(_[0]&&_[1]):!_})),_):this.oFormatOptions.interval?[null,null]:null},DateFormat$1.prototype.parseCldrDatePattern=function(e){if(mCldrDatePattern[e])return mCldrDatePattern[e];var t,o=[],a=!1,i=null,r="",n="",s={},_=!1;for(t=0;t<e.length;t++){var l,c,d,u=e.charAt(t);if(a){if("'"===u)if(c=e.charAt(t-1),d=e.charAt(t-2),l=e.charAt(t+1),"'"===c&&"'"!==d)a=!1;else{if("'"!==l){a=!1;continue}t+=1}"text"===r?i.value+=u:(i={type:"text",value:u},o.push(i),r="text")}else"'"===u?a=!0:this.oSymbols[u]?r===(n=this.oSymbols[u].name)?i.digits++:(i={type:n,symbol:u,digits:1},o.push(i),r=n,_||(s[n]?(i.repeat=!0,_=!0):s[n]=!0)):"text"===r?i.value+=u:(i={type:"text",value:u},o.push(i),r="text")}return mCldrDatePattern[e]=o,o},DateFormat$1.prototype.parseRelative=function(e,t){var o,a,i;if(!e)return null;o=this.oLocaleData.getRelativePatterns(this.aRelativeParseScales,this.oFormatOptions.relativeStyle);for(var r=0;r<o.length;r++)if(a=o[r],i=new RegExp("^\\s*"+a.pattern.replace(/\{0\}/,"(\\d+)")+"\\s*$","i").exec(e))return void 0!==a.value?n(a.value,a.scale):n(parseInt(i[1])*a.sign,a.scale);function n(e,o){var a=UI5Date$1.getInstance();if(t)switch(a.setUTCFullYear(a.getFullYear(),a.getMonth(),a.getDate()),a.setUTCHours(a.getHours(),a.getMinutes(),a.getSeconds(),a.getMilliseconds()),o){case"second":a.setUTCSeconds(a.getUTCSeconds()+e);break;case"minute":a.setUTCMinutes(a.getUTCMinutes()+e);break;case"hour":a.setUTCHours(a.getUTCHours()+e);break;case"day":a.setUTCDate(a.getUTCDate()+e);break;case"week":a.setUTCDate(a.getUTCDate()+7*e);break;case"month":a.setUTCMonth(a.getUTCMonth()+e);break;case"quarter":a.setUTCMonth(a.getUTCMonth()+3*e);break;case"year":a.setUTCFullYear(a.getUTCFullYear()+e)}else switch(o){case"second":a.setSeconds(a.getSeconds()+e);break;case"minute":a.setMinutes(a.getMinutes()+e);break;case"hour":a.setHours(a.getHours()+e);break;case"day":a.setDate(a.getDate()+e);break;case"week":a.setDate(a.getDate()+7*e);break;case"month":a.setMonth(a.getMonth()+e);break;case"quarter":a.setMonth(a.getMonth()+3*e);break;case"year":a.setFullYear(a.getFullYear()+e)}return a}},DateFormat$1.prototype.formatRelative=function(e,t,o,a){var i,r,n,s,_=convertToTimezone(new Date,a),l=this.oFormatOptions.relativeScale||"day";return n=(e.getTime()-_.getTime())/1e3,"auto"===this.oFormatOptions.relativeScale&&(l=fixScaleForMonths(e,_,l=this._getScale(n,this.aRelativeScales),n)),o||(o=this._mRanges[l]),"year"!==l&&"month"!==l&&"day"!==l||(_=new Date(Date.UTC(_.getUTCFullYear(),_.getUTCMonth(),_.getUTCDate())),(i=new Date(0)).setUTCFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),e=i),r=this._getDifference(l,[_,e]),"auto"!==this.oFormatOptions.relativeScale&&(r<o[0]||r>o[1])?null:(s=this.oLocaleData.getRelativePattern(l,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,a;e=Math.abs(e);for(var i=0;i<t.length;i++)if(a=t[i],e>=this._mScales[a]){o=a;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 a=o._adaptDayOfWeek(e.getUTCDay()),i=o._adaptDayOfWeek(t.getUTCDay());return e=cutDateFields(e,3),((t=cutDateFields(t,3)).getTime()-e.getTime()-(i-a)*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$1.getWeekConfigurationValues(t,this.oLocale).firstDayOfWeek)-1);return o<=0&&(o+=7),o},DateFormat$1.prototype._getDifference=function(e,t){var o=t[0],a=t[1];return Math.round(mRelativeDiffs[e](o,a,this))},DateFormat$1.prototype.getAllowedCharacters=function(e){if(this.oFormatOptions.relative)return"";for(var t,o="",a=!1,i=!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":a||(o+="0123456789",a=!0);break;case"month":case"monthStandalone":t.digits<3?a||(o+="0123456789",a=!0):i=!0;break;default:i=!0}return i&&(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 a(e,t,a,i,r,n,s){return o?UI5Date$1.getInstance(Date.UTC(e,t,a,i,r,n,s)):UI5Date$1.getInstance(e,t,a,i,r,n,s)}return e=a(t,11,31,23,59,58,123),this.type===mDateFormatTypes.DATETIME_WITH_TIMEZONE?[e,Configuration.getTimezone()]:this.oFormatOptions.interval?[[a(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 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$2(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$2(1,0,1,e);o.setYear(9999),o.setMonth(11);const a=new CalendarDate$2(o,e);a.setDate(1),a.setMonth(a.getMonth()+1,0),o.setDate(a.getDate()),cache.set(t,o)}return cache.get(t)};var __decorate$w=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DateComponentBase=class extends b$5{constructor(){super(),this.minDate="",this.maxDate="",this.calendarWeekNumbering="Default"}get _primaryCalendarType(){const e=getCachedLocaleDataInstance(s$8());return this.primaryCalendarType||i$2()||e.getPreferredCalendarType()}get _secondaryCalendarType(){return this.secondaryCalendarType||o()}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 _isValueFormatPattern(){return"medium"!==this._valueFormat&&"short"!==this._valueFormat&&"long"!==this._valueFormat}get _isDisplayFormatPattern(){return"medium"!==this._displayFormat&&"short"!==this._displayFormat&&"long"!==this._displayFormat}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$2.fromLocalJSDate(t,this._primaryCalendarType):void 0}_getCalendarDateFromString(e){const t=this.getValueFormat().parse(e);if(t)return CalendarDate$2.fromLocalJSDate(t,this._primaryCalendarType)}_getCalendarDateFromStringDisplayValue(e){const t=this.getDisplayFormat().parse(e);if(t)return CalendarDate$2.fromLocalJSDate(t,this._primaryCalendarType)}_getTimeStampFromString(e){const t=this._getCalendarDateFromString(e);if(t)return t.toUTCJSDate().valueOf()}_getStringFromTimestamp(e){if(!e)return"";const t=UI5Date.getInstance(e);return this.getFormat().format(t,!0)}_getDisplayStringFromTimestamp(e){if(!e)return"";const t=UI5Date.getInstance(e);return this.getDisplayFormat().format(t,!0)}_getValueStringFromTimestamp(e){if(!e)return"";const t=UI5Date.getInstance(e);return this.getValueFormat().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})}get _displayFormat(){return this.displayFormat?this.displayFormat:this._formatPattern}get _valueFormat(){return this.valueFormat?this.valueFormat:this._formatPattern?this._formatPattern:""}getDisplayFormat(){return this._isDisplayFormatPattern?DateFormat.getDateInstance({strictParsing:!0,pattern:this._displayFormat,calendarType:this._primaryCalendarType}):DateFormat.getDateInstance({strictParsing:!0,style:this._displayFormat,calendarType:this._primaryCalendarType})}getValueFormat(){return this._valueFormat?this._isValueFormatPattern?DateFormat.getDateInstance({strictParsing:!0,pattern:this._valueFormat,calendarType:this._primaryCalendarType}):DateFormat.getDateInstance({strictParsing:!0,style:this._valueFormat,calendarType:this._primaryCalendarType}):this.getISOFormat()}getISOFormat(){return this._isoFormatInstance||(this._isoFormatInstance=DateFormat.getDateInstance({strictParsing:!0,pattern:"yyyy-MM-dd",calendarType:this._primaryCalendarType})),this._isoFormatInstance}};__decorate$w([s$6()],DateComponentBase.prototype,"primaryCalendarType",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"secondaryCalendarType",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"formatPattern",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"displayFormat",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"valueFormat",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"minDate",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"maxDate",void 0),__decorate$w([s$6()],DateComponentBase.prototype,"calendarWeekNumbering",void 0),__decorate$w([i$a("@ui5/webcomponents")],DateComponentBase,"i18nBundle",void 0),DateComponentBase=__decorate$w([m$8({languageAware:!0,cldr:!0,renderer:y$4})],DateComponentBase);const DateComponentBase$1=DateComponentBase;var __decorate$v=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DateTimeInput=class extends Input$1{constructor(){super(...arguments),this._shouldOpenValueStatePopover=!1}get hasValueStateMessage(){return this._shouldOpenValueStatePopover&&super.hasValueStateMessage&&!this._isMobileDevice}get _isMobileDevice(){return!f$d()&&(d$8()||a$d())}};__decorate$v([s$6({noAttribute:!0})],DateTimeInput.prototype,"_shouldOpenValueStatePopover",void 0),DateTimeInput=__decorate$v([m$8({tag:"ui5-datetime-input"})],DateTimeInput),DateTimeInput.define();const DateTimeInput$1=DateTimeInput;function DatePickerInputTemplate(){return jsx("div",{class:"ui5-date-picker-root",style:{width:"100%"},children:jsxs(DateTimeInput$1,{"data-sap-focus-ref":!0,id:`${this._id}-inner`,class:"ui5-date-picker-input",placeholder:this._placeholder,type:this.type,value:this.displayValue,disabled:this.disabled,required:this.required,readonly:this.readonly,valueState:this.valueState,_inputAccInfo:this.accInfo,_shouldOpenValueStatePopover:!this.open,onChange:this._onInputChange,onInput:this._onInputInput,onSubmit:this._onInputSubmit,onKeyDown:this._onkeydown,children:[!this.open&&this.valueStateMessage.length>0&&jsx("slot",{name:"valueStateMessage",slot:"valueStateMessage"}),!this.readonly&&jsx(Icon$1,{id:`${this._id}-value-help`,slot:"icon",name:this.openIconName,tabindex:-1,accessibleName:this.openIconTitle,mode:this._iconMode,showTooltip:!0,class:{inputIcon:!0,"inputIcon--pressed":this.open},onClick:this._togglePicker})]})})}var Button_1,__decorate$u=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let isGlobalHandlerAttached$1=!1,activeButton=null,Button2=Button_1=class extends b$5{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{activeButton&&activeButton._setActiveState(!1)},this._onclickBound=e=>{e instanceof CustomEvent||this._onclick(e)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),isGlobalHandlerAttached$1||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$1=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1)}async onBeforeRendering(){this._setBadgeOverlayStyle(),this.hasIcon=!!this.icon,this.hasEndIcon=!!this.endIcon,this.iconOnly=this.isIconOnly;const e=await this.getDefaultTooltip();this.buttonTitle=this.iconOnly?this.tooltip??e:this.tooltip}_setBadgeOverlayStyle(){this.badge.length&&(this.badge[0].design===ButtonBadgeDesign$1.AttentionDot||this.badge[0].design===ButtonBadgeDesign$1.OverlayText)?this._internals.states.add("has-overlay-badge"):this._internals.states.delete("has-overlay-badge")}_onclick(e){var t;if(e.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void e.preventDefault();const{altKey:o,ctrlKey:a,metaKey:i,shiftKey:r}=e;this.fireDecoratorEvent("click",{originalEvent:e,altKey:o,ctrlKey:a,metaKey:i,shiftKey:r})?(this._isSubmit&&i$d(this),this._isReset&&m$b(this),h$5()&&(null==(t=this.getDomRef())||t.focus())):e.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),activeButton=this)}_ontouchend(e){(this.disabled||this.loading)&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),activeButton&&activeButton._setActiveState(!1)}_onkeydown(e){this._cancelAction=Ko(e)||m$6(e),A$3(e)||b$4(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){this._cancelAction&&e.preventDefault(),(A$3(e)||b$4(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||this.active&&this._setActiveState(!1)}_setActiveState(e){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=e)}get hasButtonType(){return this.design!==ButtonDesign$1.Default&&this.design!==ButtonDesign$1.Transparent}get isIconOnly(){return!t$6(this.text)}static typeTextMappings(){return{Positive:BUTTON_ARIA_TYPE_ACCEPT,Negative:BUTTON_ARIA_TYPE_REJECT,Emphasized:BUTTON_ARIA_TYPE_EMPHASIZED,Attention:BUTTON_ARIA_TYPE_ATTENTION}}getDefaultTooltip(){if(l$7())return A$1(this.icon)}get buttonTypeText(){return Button_1.i18nBundle.getText(Button_1.typeTextMappings()[this.design])}get effectiveAccRole(){return n$6(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const e=this.getAttribute("tabindex");return e?Number.parseInt(e):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this.textContent||"",A$2(this)||"",this.hasButtonType?this.buttonTypeText:"",this.effectiveBadgeDescriptionText||""].filter((e=>e)).join(" ")}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const e=this.badge[0].effectiveText;switch(e){case"":return e;case"1":return Button_1.i18nBundle.getText(BUTTON_BADGE_ONE_ITEM,e);default:return Button_1.i18nBundle.getText(BUTTON_BADGE_MANY_ITEMS,e)}}get _isSubmit(){return this.type===ButtonType$1.Submit||this.submits}get _isReset(){return this.type===ButtonType$1.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ButtonBadgeDesign$1.AttentionDot)}};__decorate$u([s$6()],Button2.prototype,"design",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"disabled",void 0),__decorate$u([s$6()],Button2.prototype,"icon",void 0),__decorate$u([s$6()],Button2.prototype,"endIcon",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"submits",void 0),__decorate$u([s$6()],Button2.prototype,"tooltip",void 0),__decorate$u([s$6()],Button2.prototype,"accessibleName",void 0),__decorate$u([s$6()],Button2.prototype,"accessibleNameRef",void 0),__decorate$u([s$6({type:Object})],Button2.prototype,"accessibilityAttributes",void 0),__decorate$u([s$6()],Button2.prototype,"accessibleDescription",void 0),__decorate$u([s$6()],Button2.prototype,"type",void 0),__decorate$u([s$6()],Button2.prototype,"accessibleRole",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"active",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"iconOnly",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"hasIcon",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"hasEndIcon",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"nonInteractive",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"loading",void 0),__decorate$u([s$6({type:Number})],Button2.prototype,"loadingDelay",void 0),__decorate$u([s$6({noAttribute:!0})],Button2.prototype,"buttonTitle",void 0),__decorate$u([s$6({type:Object})],Button2.prototype,"_iconSettings",void 0),__decorate$u([s$6({noAttribute:!0})],Button2.prototype,"forcedTabIndex",void 0),__decorate$u([s$6({type:Boolean})],Button2.prototype,"_isTouch",void 0),__decorate$u([s$6({type:Boolean,noAttribute:!0})],Button2.prototype,"_cancelAction",void 0),__decorate$u([d$5({type:Node,default:!0})],Button2.prototype,"text",void 0),__decorate$u([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Button2.prototype,"badge",void 0),__decorate$u([i$a("@ui5/webcomponents")],Button2,"i18nBundle",void 0),Button2=Button_1=__decorate$u([m$8({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:y$4,template:ButtonTemplate,styles:buttonCss,shadowRootOptions:{delegatesFocus:!0}}),l$b("click",{bubbles:!0,cancelable:!0}),l$b("active-state-change",{bubbles:!0,cancelable:!0})],Button2),Button2.define();const Button$1=Button2,getDaysInMonth=e=>{const t=new CalendarDate$2(e);return t.setDate(1),t.setMonth(t.getMonth()+1),t.setDate(0),t.getDate()},transformDateToSecondaryType=(e,t,o,a)=>{let i=CalendarDate$2.fromLocalJSDate(UI5Date.getInstance(1e3*o),e),r=CalendarDate$2.fromLocalJSDate(UI5Date.getInstance(1e3*o),e);return i.setDate(1),a&&(i.setMonth(0),r.setMonth(11)),r.setDate(getDaysInMonth(r)),i=new CalendarDate$2(i,t),r=new CalendarDate$2(r,t),{firstDate:i,lastDate:r}},convertMonthNumbersToMonthNames=(e,t,o)=>{const a=getCachedLocaleDataInstance(s$8()),i=a.getIntervalPattern(""),r=a.getMonthsStandAlone("abbreviated",o),n=a.getMonthsStandAlone("wide",o);return e===t?{text:a.getMonths("abbreviated",o)[e],textInfo:a.getMonths("wide",o)[e]}:{text:i.replace(/\{0\}/,r[e]).replace(/\{1\}/,r[t]),textInfo:i.replace(/\{0\}/,n[e]).replace(/\{1\}/,n[t])}},name$9="slim-arrow-left",pathData$9="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$9=!1,collection$9="SAP-icons-v4",packageName$9="@ui5/webcomponents-icons";y$1(name$9,{pathData:pathData$9,ltr:false,collection:collection$9,packageName:packageName$9});const name$8="slim-arrow-left",pathData$8="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$8=!1,collection$8="SAP-icons-v5",packageName$8="@ui5/webcomponents-icons";y$1(name$8,{pathData:pathData$8,ltr:false,collection:collection$8,packageName:packageName$8});const slimArowLeft="slim-arrow-left",name$7="slim-arrow-right",pathData$7="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$7=!1,collection$7="SAP-icons-v4",packageName$7="@ui5/webcomponents-icons";y$1(name$7,{pathData:pathData$7,ltr:false,collection:collection$7,packageName:packageName$7});const name$6="slim-arrow-right",pathData$6="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$6=!1,collection$6="SAP-icons-v5",packageName$6="@ui5/webcomponents-icons";y$1(name$6,{pathData:pathData$6,ltr:false,collection:collection$6,packageName:packageName$6});const slimArowRight="slim-arrow-right";var __decorate$t=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarDate2=class extends b$5{constructor(){super(...arguments),this.value=""}};__decorate$t([s$6()],CalendarDate2.prototype,"value",void 0),CalendarDate2=__decorate$t([m$8("ui5-date")],CalendarDate2),CalendarDate2.define();const CalendarDate$1=CalendarDate2;var __decorate$s=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let CalendarDateRange=class extends b$5{constructor(){super(...arguments),this.startValue="",this.endValue=""}};__decorate$s([s$6()],CalendarDateRange.prototype,"startValue",void 0),__decorate$s([s$6()],CalendarDateRange.prototype,"endValue",void 0),CalendarDateRange=__decorate$s([m$8("ui5-date-range")],CalendarDateRange),CalendarDateRange.define();const CalendarDateRange$1=CalendarDateRange;var __decorate$r=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SpecialCalendarDate=class extends b$5{constructor(){super(...arguments),this.value="",this.type="None",this._tooltip=""}};__decorate$r([s$6()],SpecialCalendarDate.prototype,"value",void 0),__decorate$r([s$6()],SpecialCalendarDate.prototype,"type",void 0),__decorate$r([s$6()],SpecialCalendarDate.prototype,"_tooltip",void 0),SpecialCalendarDate=__decorate$r([m$8("ui5-special-date")],SpecialCalendarDate),SpecialCalendarDate.define();var __decorate$q=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(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 UI5Date.getInstance(1e3*this._timestamp)}get _calendarDate(){return CalendarDate$2.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 a=modifyDateBy(this._calendarDate,e,t,o);this._safelySetTimestamp(a.valueOf()/1e3)}_getTimestampFromDom(e){const t=e.getAttribute("data-sap-timestamp");return parseInt(t)}};__decorate$q([s$6({type:Number})],CalendarPart.prototype,"timestamp",void 0),CalendarPart=__decorate$q([m$8()],CalendarPart);const CalendarPart$1=CalendarPart;var CalendarSelectionMode;!function(e){e.Single="Single",e.Multiple="Multiple",e.Range="Range"}(CalendarSelectionMode||(CalendarSelectionMode={}));const CalendarSelectionMode$1=CalendarSelectionMode;
|
|
120
|
+
/*!
|
|
121
|
+
* OpenUI5
|
|
122
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
123
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
124
|
+
*/var Gregorian=UniversalDate$1.extend("sap.ui.core.date.Gregorian",{constructor:function(){this.oDate=this.createDate(Date,arguments),this.sCalendarType=CalendarType.Gregorian}});Gregorian.UTC=function(){return Date.UTC.apply(Date,arguments)},Gregorian.now=function(){return Date.now()},_Calendars.set(CalendarType.Gregorian,Gregorian);const e$2={Polite:"Polite",Assertive:"Assertive"};let t$2,n$1;const l$3=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"};P$3((()=>{t$2&&n$1||(t$2=document.createElement("span"),n$1=document.createElement("span"),t$2.classList.add("ui5-invisiblemessage-polite"),n$1.classList.add("ui5-invisiblemessage-assertive"),t$2.setAttribute("aria-live","polite"),n$1.setAttribute("aria-live","assertive"),t$2.setAttribute("role","alert"),n$1.setAttribute("role","alert"),l$3(t$2),l$3(n$1),o$p("ui5-announcement-area").appendChild(t$2),o$p("ui5-announcement-area").appendChild(n$1))}));const p$1=(e,t)=>{const o=t===e$2.Assertive?n$1:t$2;o.textContent="",o.textContent=e,t!==e$2.Assertive&&t!==e$2.Polite&&console.warn('You have entered an invalid mode. Valid values are: "Polite" and "Assertive". The framework will automatically set the mode to "Polite".'),setTimeout((()=>{o.textContent===e&&(o.textContent="")}),3e3)},CalendarUtilsWrapped=CalendarUtils$1,CalendarUtils=CalendarUtilsWrapped;function DayPickerTemplate(){return jsx("div",{class:{"ui5-dp-root":!0,"ui5-dp-twocalendartypes":this.hasSecondaryCalendarType},style:{"justify-content":"center",display:this._hidden?"none":"flex"},onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onMouseOver:this._onmouseover,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:jsxs("div",{id:`${this._id}-content`,class:"ui5-dp-content",role:"grid","aria-roledescription":this.ariaRoledescription,children:[jsx("div",{role:"row",class:"ui5-dp-days-names-container",children:this._dayNames.map((e=>jsx("div",{role:"columnheader","aria-label":e.name,class:e.classes,children:e.ultraShortName})))}),this._weeks.map((e=>e.length>0?jsx("div",{class:"ui5-dp-weeks-row",role:"row",children:e.map((e=>"timestamp"in e?jsxs("div",{"data-ui5-special-day":e.type?e.type:void 0,tabindex:e._tabIndex,"data-sap-focus-ref":e.focusRef?"true":void 0,"data-sap-timestamp":e.timestamp,role:"gridcell",title:e.tooltip,"aria-selected":e.ariaSelected,"aria-label":e.ariaLabel,"aria-disabled":e.ariaDisabled,class:e.classes,part:e.parts,children:[jsx("span",{class:"ui5-dp-daytext","data-sap-timestamp":e.timestamp,children:e.day}),e._isSecondaryCalendarType&&jsx("span",{class:"ui5-dp-daytext ui5-dp-daysectext",children:e.secondDay}),e.type&&jsx("div",{class:`ui5-dp-specialday ${e.type}`})]}):!e.isHidden&&jsx("div",{className:"ui5-dp-weekname-container",role:"rowheader","aria-label":`Calendar Week ${e.weekNum}`,children:jsx("span",{className:"ui5-dp-weekname",children:e.weekNum})})))}):jsx("div",{class:"ui5-dp-empty-week"})))]})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const dayPickerCSS=':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-v2-15-0_day_picker_item_justify_content)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-daytext{height:1.5625rem;padding-inline-end:var(--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-daysectext{font-size:.75rem;height:var(--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height);padding-block:var(--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block);padding-inline:50% .4375rem}.ui5-dp-weekname,.ui5-dp-dayname,.ui5-dp-item{width:var(--_ui5-v2-15-0_day_picker_item_width);height:var(--_ui5-v2-15-0_day_picker_item_height);margin-block-start:var(--_ui5-v2-15-0_daypicker_item_margin);margin-inline-end:var(--_ui5-v2-15-0_daypicker_item_margin);font-family:var(--sapFontFamily);border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius)}.ui5-dp-weekname,.ui5-dp-dayname{cursor:default}.ui5-dp-weekname{color:var(--_ui5-v2-15-0_daypicker_weekname_color)}.ui5-dp-weeks-row{display:flex}.ui5-dp-content{display:flex;flex-basis:87.5%;flex-direction:column;font-family:var(--sapFontFamily)}.ui5-dp-days-names-container{display:flex;height:var(--_ui5-v2-15-0_daypicker_daynames_container_height)}.ui5-dp-weeknumber-container{padding-block-start:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_border);border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius);cursor:pointer}.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-v2-15-0_daypicker_dayname_color);height:100%}.ui5-dp-item.ui5-dp-item--weekend{background:var(--sapLegend_NonWorkingBackground)}.ui5-dp-item.ui5-dp-item--disabled{pointer-events:none;opacity:.5}.ui5-dp-item.ui5-dp-item--weekend:hover{background:var(--sapList_Hover_Background);filter:var(--_ui5-v2-15-0_daypicker_item_weeekend_filter)}.ui5-dp-item.ui5-dp-item--othermonth{color:var(--_ui5-v2-15-0_daypicker_item_othermonth_color);background:var(--_ui5-v2-15-0_daypicker_item_othermonth_background_color);border-color:transparent}.ui5-dp-item.ui5-dp-item--othermonth:hover,.ui5-dp-item.ui5-dp-item--weekend.ui5-dp-item--othermonth:hover{color:var(--_ui5-v2-15-0_daypicker_item_othermonth_hover_color);background:var(--sapList_Hover_Background)}.ui5-dp-item:focus:after{content:"";border:var(--_ui5-v2-15-0_daypicker_item_not_selected_focus_border);position:absolute;inset:var(--_ui5-v2-15-0_daypicker_item_no_selected_inset);outline:none;border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius_focus_after)}.ui5-dp-item.ui5-dp-item--now:before{position:absolute;inset:var(--_ui5-v2-15-0_daypicker_item_now_not_selected_inset);border:.125rem solid var(--_ui5-v2-15-0_daypicker_item_now_border_color);content:"";border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius);z-index:1}.ui5-dp-item.ui5-dp-item--now.ui5-dp-item--selected{box-shadow:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_selected_border);content:"";border-radius:var(--_ui5-v2-15-0_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-v2-15-0_day_picker_item_selected_now_border);outline:var(--_ui5-v2-15-0_daypicker_item_selected_text_outline);outline-offset:var(--_ui5-v2-15-0_daypicker_item_now_selected_outline_offset);border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius_item);font-family:var(--_ui5-v2-15-0_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected .ui5-dp-daytext{background:var(--_ui5-v2-15-0_daypicker_item_selected_background);color:var(--sapContent_Selected_TextColor);border-radius:var(--_ui5-v2-15-0_daypicker_item_border_radius);border:var(--_ui5-v2-15-0_daypicker_item_selected_text_border);font-family:var(--_ui5-v2-15-0_daypicker_item_selected_text_font)}.ui5-dp-item.ui5-dp-item--selected .ui5-dp-daytext{background:var(--_ui5-v2-15-0_daypicker_item_selected_daytext_hover_background);color:var(--sapContent_Selected_TextColor)}.ui5-dp-item.ui5-dp-item--now:focus:after{inset:var(--_ui5-v2-15-0_daypicker_item_now_inset);border-radius:var(--_ui5-v2-15-0_daypicker_item_now_border_radius_focus_after);border:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_now_inset);border-radius:var(--_ui5-v2-15-0_day_picker_item_selected_now_border_radius_focus);border:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_selected_hover);color:var(--sapContent_ContrastTextColor)}.ui5-dp-item.ui5-dp-item--selected:focus:after{border-color:var(--_ui5-v2-15-0_daypicker_item_selected_focus_color);border-width:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_border_radius);font-weight:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_item_now_selected_between_inset);border:var(--_ui5-v2-15-0_daypicker_item_now_selected_between_border);border-radius:var(--_ui5-v2-15-0_daypicker_item_now_selected_between_border_radius)}.ui5-dp-item.ui5-dp-item--selected-between{border:var(--_ui5-v2-15-0_daypicker_item_select_between_border);border-radius:var(--_ui5-v2-15-0_daypicker_item_selected_between_border);background:var(--_ui5-v2-15-0_daypicker_item_selected_between_background)}.ui5-dp-item.ui5-dp-item--selected-between:hover{background:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0-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-v2-15-0_dp_two_calendar_item_secondary_text_height);padding-block-start:0;border-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_border_radius);margin-block-end:var(--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item:focus:after{inset:var(--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_inset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_no_selected_focus_inset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_now_selected_border_width);inset:var(--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_inset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_now_inset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_now_day_text_content);position:absolute;inset:.25rem;border-radius:var(--_ui5-v2-15-0_daypicker_two_calendar_item_selected_now_border_radius_focus);outline:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_special_day_top);border-end-end-radius:var(--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius);border-end-start-radius:var(--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius);border-block-start:var(--_ui5-v2-15-0_daypicker_special_day_border_top)}.ui5-dp-specialday.NonWorking,.ui5-dp-specialday.Working{border-block-start:none}.ui5-dp-item--selected .ui5-dp-specialday{width:var(--_ui5-v2-15-0_daypicker_selected_item_special_day_width)}.ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-specialday{inset-block-start:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top);width:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width);border-end-end-radius:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius);border-end-start-radius:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate);border-end-start-radius:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate);inset-block-start:var(--_ui5-v2-15-0_daypicker_item_now_specialday_top);width:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_special_day_selected_border_radius_bottom);border-end-start-radius:var(--_ui5-v2-15-0_daypicker_special_day_selected_border_radius_bottom)}.ui5-dp-item--now .ui5-dp-specialday{width:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width);inset-block-start:var(--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top)}.ui5-dp-item[data-ui5-special-day].ui5-dp-item--selected.ui5-dp-item--now .ui5-dp-daytext{border-radius:var(--_ui5-v2-15-0-daypicker_item_selected_now_border_radius)}.ui5-dp-item[data-ui5-special-day].ui5-dp-item--selected.ui5-dp-item--now:focus:after,.ui5-dp-item[data-ui5-special-day].ui5-dp-item--now:focus:after{margin:var(--_ui5-v2-15-0_daypicker_item_now_focus_margin)}.ui5-dp-item.ui5-dp-item--now:focus .ui5-dp-specialday{inset-block-start:var(--_ui5-v2-15-0_daypicker_specialday_focused_top);width:var(--_ui5-v2-15-0_daypicker_specialday_focused_width);border-end-end-radius:var(--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom);border-end-start-radius:var(--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom);height:.3125rem}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[data-ui5-special-day].ui5-dp-item--selected.ui5-dp-item--now:after,.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[data-ui5-special-day].ui5-dp-item--now:after{inset:var(--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_inset);border-radius:var(--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_border_radius);border-width:var(--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_after_border_width);border-color:var(--_ui5-v2-15-0_daypicker_item_selected_focus_color)}.ui5-dp-root.ui5-dp-twocalendartypes .ui5-dp-item[data-ui5-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-v2-15-0_daypicker_twocalendar_item_special_day_top);inset-inline-end:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top);inset-inline-end:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_daypicker_twocalendar_item_special_day_dot);inset-block-start:var(--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top);inset-inline-end:var(--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right);height:var(--_ui5-v2-15-0_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-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom);padding-inline-end:var(--_ui5-v2-15-0_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$p=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const isBetween$2=(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{constructor(){super(...arguments),this.selectedDates=[],this.selectionMode="Single",this.hideWeekNumbers=!1,this._weeks=[],this._dayNames=[],this._hidden=!1,this.specialCalendarDates=[]}onBeforeRendering(){const e=getCachedLocaleDataInstance(s$8());this._buildWeeks(e),this._buildDayNames(e)}_buildWeeks(e){if(this._hidden)return;this._weeks=[];const t=this._getFirstDayOfWeek(),o=this._specialCalendarDates,a=e.getMonths("wide",this._primaryCalendarType),i=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(),_=CalendarDate$2.fromLocalJSDate(UI5Date.getInstance(),this._primaryCalendarType),l=this._calendarDate,c=this._minDate,d=this._maxDate,u=this.hasSecondaryCalendarType?this._getSecondaryDay(s):void 0;let p=[];for(let e=0;e<42;e++){const e=s.valueOf()/1e3;let h=s.getDay()-t;h<0&&(h+=7);const v=o.find((t=>t.specialDateTimestamp===e)),m=v?v.type:"",g=v?v.tooltip:"",f=g&&!this._isDefaultCalendarLegendType(m)?g:"",b=s.getMonth()===l.getMonth()&&s.getDate()===l.getDate(),y=this._isDaySelected(e),C=this._isDayInsideSelectionRange(e),T=s.getMonth()!==l.getMonth(),$=this._isWeekend(s),w=s.valueOf()<c.valueOf()||s.valueOf()>d.valueOf(),S=s.isSame(_),k=s.getDay()===t,x=!$&&"NonWorking"!==m||"Working"===m?"":`${r} `,I=S?`${n} `:"",D=u?u.getDate():"",B=u?u.getYear():"",A=i.length>0?i[u.getMonth()]:"",P=`${I}${x}${f}`.trim();let E=this.hasSecondaryCalendarType?`${a[s.getMonth()]} ${s.getDate()}, ${s.getYear()}; ${A} ${D}, ${B} ${P}`.trim():`${a[s.getMonth()]} ${s.getDate()}, ${s.getYear()} ${P}`.trim();this.selectionMode===CalendarSelectionMode$1.Range&&(y&&this._isRangeEndDate(e)?E=DayPicker_1.i18nBundle.getText(DAY_PICKER_SELECTED_RANGE_END,E):y&&this._isRangeStartDate(e)?E=DayPicker_1.i18nBundle.getText(DAY_PICKER_SELECTED_RANGE_START,E):C&&(E=DayPicker_1.i18nBundle.getText(DAY_PICKER_SELECTED_RANGE_BETWEEN,E)));const U={timestamp:e.toString(),focusRef:b,_tabIndex:b?0:-1,selected:y||C,day:s.getDate(),secondDay:this.hasSecondaryCalendarType?u.getDate():void 0,_isSecondaryCalendarType:this.hasSecondaryCalendarType,classes:`ui5-dp-item ui5-dp-wday${h}`,tooltip:P,ariaLabel:E,ariaSelected:y||C,ariaDisabled:w||T,disabled:w,type:m,parts:"day-cell"};if(k&&(U.classes+=" ui5-dp-firstday"),y&&(U.classes+=" ui5-dp-item--selected",U.parts+=" day-cell-selected"),C&&(U.classes+=" ui5-dp-item--selected-between",U.parts+=" day-cell-selected-between"),S&&(U.classes+=" ui5-dp-item--now"),T&&(U.classes+=" ui5-dp-item--othermonth"),!$&&"NonWorking"!==m||"Working"===m||(U.classes+=" ui5-dp-item--weekend"),w&&(U.classes+=" ui5-dp-item--disabled"),this.hasSecondaryCalendarType&&(U.classes+=" ui5-dp-item--withsecondtype"),p.push(U),6===h){const e=this._calculateWeekNumber(s.toLocalJSDate());p.unshift({weekNum:e,isHidden:this.shouldHideWeekNumbers})}8===p.length&&(this._weeks.push(p),p=[]),s.setDate(s.getDate()+1),this.hasSecondaryCalendarType&&u&&u.setDate(u.getDate()+1)}}_calculateWeekNumber(e){const t=DateFormat.getDateInstance({pattern:"w",calendarType:this.primaryCalendarType,calendarWeekNumbering:this.calendarWeekNumbering}).format(e);return Number(t)}_buildDayNames(e){if(this._hidden)return;let t;const o=e.getDays("wide",this._primaryCalendarType);let a,i=e.getDays("abbreviated",this._primaryCalendarType);this.namesTooLong(i)&&(i=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),a={name:o[t],ultraShortName:i[t],classes:"ui5-dp-dayname"},this._dayNames.push(a);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()}_focusCorrectDay(){this._shouldFocusDay&&this._focusableDay.focus()}get _shouldFocusDay(){return document.activeElement!==this._focusableDay&&0===this._specialCalendarDates.length}_onfocusin(){this._autoFocus=!0,this._focusCorrectDay()}_onfocusout(){this._autoFocus=!1}_isDaySelected(e){return this.selectionMode===CalendarSelectionMode$1.Single?e===this.selectedDates[0]:this.selectionMode===CalendarSelectionMode$1.Multiple?this.selectedDates.includes(e):e===this.selectedDates[0]||e===this.selectedDates[this.selectedDates.length-1]}_isRangeEndDate(e){return this.selectionMode===CalendarSelectionMode$1.Range&&e===this.selectedDates[1]}_isRangeStartDate(e){return this.selectionMode===CalendarSelectionMode$1.Range&&e===this.selectedDates[0]}_isDayInsideSelectionRange(e){return!(this.selectionMode!==CalendarSelectionMode$1.Range||!this.selectedDates.length)&&(1===this.selectedDates.length&&this._secondTimestamp?isBetween$2(e,this.selectedDates[0],this._secondTimestamp):isBetween$2(e,this.selectedDates[0],this.selectedDates[this.selectedDates.length-1]))}_selectDate(e,t){let o=e.target;if(o.hasAttribute("data-sap-timestamp")||(o=o.parentNode),!this._isDayPressed(o))return;const a=this._getTimestampFromDom(o);this._safelySetTimestamp(a),this._updateSecondTimestamp(),this._updateSelectedDates(a,t),this.fireDecoratorEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_updateSelectedDates(e,t){this.selectionMode!==CalendarSelectionMode$1.Multiple?(p$1(DayPicker_1.i18nBundle.getText(LIST_ITEM_SELECTED),e$2.Assertive),this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length?this.selectedDates=[e]:this.selectedDates=[this.selectedDates[0],e]):this.selectedDates.length>0&&t?this._multipleSelection(e):this._toggleTimestampInSelection(e)}_selectWeek(){this._weeks.forEach((e=>{const t=e;if(-1!==t.findIndex((e=>{const t=CalendarDate$2.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.fireDecoratorEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_toggleTimestampInSelection(e){this.selectedDates.includes(e)?this._removeTimestampFromSelection(e):(this._addTimestampToSelection(e),p$1(DayPicker_1.i18nBundle.getText(LIST_ITEM_SELECTED),e$2.Assertive))}_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 a,i,r=!1;if(e<t)a=e,i=t;else if(e>=t&&e<=o){Math.abs(e-t)<Math.abs(e-o)?(a=e,i=o):(a=t,i=e),r=!0}else a=o,i=e;const n=CalendarDate$2.fromTimestamp(1e3*a),s=CalendarDate$2.fromTimestamp(1e3*i);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(b$4(e)||i$8(e))this._selectDate(e,i$8(e));else if(A$3(e)||K(e))e.preventDefault();else if(D$2(e))this._modifyTimestampBy(-1,"day",!1);else if(R2(e))this._modifyTimestampBy(1,"day",!1);else if(P$1(e))this._modifyTimestampBy(-7,"day",!1);else if(_(e))this._modifyTimestampBy(7,"day",!1);else if(j(e))this._modifyTimestampBy(-1,"month");else if(q(e))this._modifyTimestampBy(1,"month");else if(z2(e)||$(e))this._modifyTimestampBy(-1,"year");else if(v$1(e)||oo(e))this._modifyTimestampBy(1,"year");else if(yo(e))this._modifyTimestampBy(-10,"year");else if(eo(e))this._modifyTimestampBy(10,"year");else if(M$1(e)||n$9(e))this._onHomeOrEnd(M$1(e));else if(G(e)){const e=new CalendarDate$2(this._calendarDate,this._primaryCalendarType);e.setDate(1),this._setTimestamp(e.valueOf()/1e3)}else if(H$1(e)){const e=new CalendarDate$2(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){A$3(e)||K(e)&&this.selectionMode!==CalendarSelectionMode$1.Multiple?this._selectDate(e,!1):K(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$2.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.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_setTimestamp(e){this._safelySetTimestamp(e),this._updateSecondTimestamp(),this.fireDecoratorEvent("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!==s$1.Gregorian||this.hideWeekNumbers}_isWeekend(e){const t=getCachedLocaleDataInstance(s$8()),o=e.getDay(),a=t.getWeekendStart(),i=t.getWeekendEnd();return o>=a&&o<=i||i<a&&(o>=a||o<=i)}_isDayPressed(e){const t=e.parentNode;return e.className.indexOf("ui5-dp-item")>-1||t&&t.classList&&t.classList.contains("ui5-dp-item")}_isDefaultCalendarLegendType(e){return["NonWorking","Working","Today","Selected","None"].includes(e)}_getSecondaryDay(e){return new CalendarDate$2(e,this.secondaryCalendarType)}_getFirstDay(){let e;const t=this._getFirstDayOfWeek(),o=new CalendarDate$2(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=CalendarUtils.getWeekConfigurationValues(this.calendarWeekNumbering),t=getCachedLocaleDataInstance(s$8());return(null==e?void 0:e.firstDayOfWeek)?e.firstDayOfWeek:t.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$p([s$6({type:Array})],DayPicker.prototype,"selectedDates",void 0),__decorate$p([s$6()],DayPicker.prototype,"selectionMode",void 0),__decorate$p([s$6({type:Boolean})],DayPicker.prototype,"hideWeekNumbers",void 0),__decorate$p([s$6({type:Array})],DayPicker.prototype,"_weeks",void 0),__decorate$p([s$6({type:Array})],DayPicker.prototype,"_dayNames",void 0),__decorate$p([s$6({type:Boolean,noAttribute:!0})],DayPicker.prototype,"_hidden",void 0),__decorate$p([s$6({type:Number})],DayPicker.prototype,"_secondTimestamp",void 0),__decorate$p([s$6({type:Array})],DayPicker.prototype,"specialCalendarDates",void 0),__decorate$p([o$1("[data-sap-focus-ref]")],DayPicker.prototype,"_focusableDay",void 0),__decorate$p([i$a("@ui5/webcomponents")],DayPicker,"i18nBundle",void 0),DayPicker=DayPicker_1=__decorate$p([m$8({tag:"ui5-daypicker",styles:dayPickerCSS,template:DayPickerTemplate}),l$b("change",{bubbles:!0}),l$b("navigate",{bubbles:!0})],DayPicker),DayPicker.define();const DayPicker$1=DayPicker;function MonthPickerTemplate(){return jsx("div",{class:"ui5-mp-root",part:"month-picker-root",role:"grid","aria-roledescription":this.roleDescription,"aria-readonly":"false","aria-multiselectable":"false",onMouseOver:this._onmouseover,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._selectMonth,children:this._monthsInterval.map((e=>jsx("div",{role:"row",class:"ui5-mp-quarter",children:e.map((e=>jsxs("div",{"data-sap-timestamp":e.timestamp,tabindex:e._tabIndex,"data-sap-focus-ref":e.focusRef?"true":void 0,class:e.classes,part:e.parts,role:"gridcell","aria-selected":e.ariaSelected,"aria-disabled":e.ariaDisabled,children:[jsx("span",{class:"ui5-dp-monthtext",children:e.name}),e.nameInSecType&&jsx("span",{class:"ui5-dp-monthtext ui5-dp-monthsectext",children:e.nameInSecType})]})))})))})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const monthPickerStyles=':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:var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-mp-quarter{display:flex;justify-content:center;align-items:center;width:100%}.ui5-mp-item{display:flex;flex-direction:column;width:calc(33.333% - .125rem);height:var(--_ui5-v2-15-0_month_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapButton_Lite_Background);align-items:center;justify-content:center;margin:var(--_ui5-v2-15-0_monthpicker_item_margin);box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;position:relative;border:var(--_ui5-v2-15-0_monthpicker_item_border);border-radius:var(--_ui5-v2-15-0_monthpicker_item_border_radius)}.ui5-dp-monthsectext{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-mp-item.ui5-mp-item--selected,.ui5-mp-item.ui5-mp-item--selected-between{background:var(--sapButton_Selected_Background);border:var(--_ui5-v2-15-0_monthpicker_item_selected_border);color:var(--sapButton_Selected_TextColor)}.ui5-mp-item.ui5-mp-item--selected .ui5-dp-monthsectext,.ui5-mp-item.ui5-mp-item--selected-between .ui5-dp-monthsectext{color:var(--sapButton_Selected_TextColor)}.ui5-mp-item:hover{background:var(--sapButton_Lite_Hover_Background);border:var(--_ui5-v2-15-0_monthpicker_item_hover_border);color:var(--sapButton_Lite_Hover_TextColor)}.ui5-mp-item.ui5-mp-item--selected:hover,.ui5-mp-item.ui5-mp-item--selected-between:hover{background:var(--sapButton_Selected_Hover_Background);border:var(--_ui5-v2-15-0_monthpicker_item_selected_hover_border);color:var(--sapButton_Selected_TextColor)}.ui5-mp-item.ui5-mp-item--selected:hover .ui5-dp-monthsectext,.ui5-mp-item.ui5-mp-item--selected-between:hover .ui5-dp-monthsectext{color:var(--sapButton_Selected_TextColor)}.ui5-mp-item:active,.ui5-mp-item.ui5-mp-item--selected:active,.ui5-mp-item.ui5-mp-item--selected-between:active{background:var(--sapButton_Active_Background);border:var(--_ui5-v2-15-0_monthpicker_item_active_border);color:var(--sapButton_Active_TextColor)}.ui5-mp-item:active .ui5-dp-monthsectext,.ui5-mp-item.ui5-mp-item--selected:active .ui5-dp-monthsectext,.ui5-mp-item.ui5-mp-item--selected-between:active .ui5-dp-monthsectext{color:var(--sapButton_Active_TextColor)}.ui5-mp-item.ui5-mp-item--disabled{pointer-events:none;opacity:.5}.ui5-mp-item:focus:after{content:"";position:absolute;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}: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-v2-15-0_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$o=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const isBetween$1=(e,t,o)=>e>Math.min(t,o)&&e<Math.max(t,o),PAGE_SIZE=12;let MonthPicker=MonthPicker_1=class extends CalendarPart$1{constructor(){super(...arguments),this.selectedDates=[],this.selectionMode="Single",this._monthsInterval=[],this._hidden=!1}get roleDescription(){return MonthPicker_1.i18nBundle.getText(MONTH_PICKER_DESCRIPTION)}onBeforeRendering(){this._buildMonths()}onAfterRendering(){this._hidden||this.focus()}get rowSize(){return this.secondaryCalendarType===s$1.Islamic&&this.primaryCalendarType!==s$1.Islamic||this.secondaryCalendarType===s$1.Persian&&this.primaryCalendarType!==s$1.Persian?2:3}_buildMonths(){if(this._hidden)return;const e=getCachedLocaleDataInstance(s$8()).getMonthsStandAlone("wide",this._primaryCalendarType),t=[],o=this._calendarDate,a=this._minDate,i=this._maxDate;let r;for(let n=0;n<12;n++){const s=new CalendarDate$2(o,this._primaryCalendarType);s.setMonth(n),s.getMonth()!==n&&(s.setMonth(s.getMonth()-1),s.setDate(this._calendarDate.getDate()-s.getDate())),r=s.valueOf()/1e3;const _=this.selectedDates.some((e=>{const t=CalendarDate$2.fromTimestamp(1e3*e,this._primaryCalendarType);return t.getYear()===s.getYear()&&t.getMonth()===s.getMonth()})),l=s.getMonth()===o.getMonth(),c=this._isOutOfSelectableRange(s,a,i),d=this._isMonthInsideSelectionRange(r),u={timestamp:r.toString(),focusRef:l,_tabIndex:l?0:-1,selected:_||d,ariaSelected:_||d,name:e[n],nameInSecType:this.hasSecondaryCalendarType&&this._getDisplayedSecondaryMonthText(r).text,disabled:c,ariaDisabled:c,classes:"ui5-mp-item",parts:"month-cell"};_&&(u.classes+=" ui5-mp-item--selected",u.parts+=" month-cell-selected"),d&&(u.classes+=" ui5-mp-item--selected-between",u.parts+=" month-cell-selected-between"),c&&(u.classes+=" ui5-mp-item--disabled");const p=Math.floor(n/this.rowSize);t[p]?t[p].push(u):t[p]=[u]}this._monthsInterval=t}_getDisplayedSecondaryMonthText(e){const t=transformDateToSecondaryType(this._primaryCalendarType,this.secondaryCalendarType,e);return convertMonthNumbersToMonthNames(t.firstDate.getMonth(),t.lastDate.getMonth(),this.secondaryCalendarType)}_isMonthInsideSelectionRange(e){return!(this.selectionMode!==CalendarSelectionMode$1.Range||!this.selectedDates.length)&&(1===this.selectedDates.length&&this._secondTimestamp?isBetween$1(e,this.selectedDates[0],this._secondTimestamp):isBetween$1(e,this.selectedDates[0],this.selectedDates[1]))}_onkeydown(e){let t=!0;b$4(e)?this._selectMonth(e):A$3(e)?e.preventDefault():D$2(e)?this._modifyTimestampBy(-1):R2(e)?this._modifyTimestampBy(1):P$1(e)?this._modifyTimestampBy(-this.rowSize):_(e)?this._modifyTimestampBy(this.rowSize):j(e)?this._modifyTimestampBy(-12):q(e)?this._modifyTimestampBy(12):M$1(e)||n$9(e)?this._onHomeOrEnd(M$1(e)):G(e)?this._setTimestamp(parseInt(this._monthsInterval[0][0].timestamp)):H$1(e)?this._setTimestamp(parseInt(this._monthsInterval[12/this.rowSize-1][this.rowSize-1].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._monthsInterval.forEach((t=>{if(-1!==t.findIndex((e=>CalendarDate$2.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.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_updateSecondTimestamp(){this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length&&2!==this.selectedDates.length||(this._secondTimestamp=this.timestamp)}_onmouseover(e){const t=e.target.closest(".ui5-mp-item");t&&this.selectionMode===CalendarSelectionMode$1.Range&&1===this.selectedDates.length&&(this._secondTimestamp=this._getTimestampFromDom(t))}_modifyTimestampBy(e,t){this._safelyModifyTimestampBy(e,"month",t),this._updateSecondTimestamp(),this.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){A$3(e)&&this._selectMonth(e)}_selectMonth(e){e.preventDefault();const t=e.target;if(!t.classList.contains("ui5-mp-item"))return;const o=this._getTimestampFromDom(t);this._safelySetTimestamp(o),this._updateSecondTimestamp(),this._updateSelectedDates(o),this.fireDecoratorEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_updateSelectedDates(e){this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length?this.selectedDates=[e]:this.selectedDates=[this.selectedDates[0],e]}_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 a=e.getMonth(),i=e.getYear(),r=t.getYear(),n=t.getMonth(),s=o.getYear(),_=o.getMonth();return i<r||i===r&&a<n||i>s||i===s&&a>_}};__decorate$o([s$6({type:Array})],MonthPicker.prototype,"selectedDates",void 0),__decorate$o([s$6()],MonthPicker.prototype,"selectionMode",void 0),__decorate$o([s$6({type:Array})],MonthPicker.prototype,"_monthsInterval",void 0),__decorate$o([s$6({type:Boolean,noAttribute:!0})],MonthPicker.prototype,"_hidden",void 0),__decorate$o([s$6({type:Number})],MonthPicker.prototype,"_secondTimestamp",void 0),__decorate$o([i$a("@ui5/webcomponents")],MonthPicker,"i18nBundle",void 0),MonthPicker=MonthPicker_1=__decorate$o([m$8({tag:"ui5-monthpicker",template:MonthPickerTemplate,styles:monthPickerStyles}),l$b("change",{bubbles:!0}),l$b("navigate",{bubbles:!0})],MonthPicker),MonthPicker.define();const MonthPicker$1=MonthPicker;function YearPickerTemplate(){return jsx("div",{class:"ui5-yp-root",part:"year-picker-root",role:"grid","aria-roledescription":this.roleDescription,"aria-readonly":"false","aria-multiselectable":"false",onMouseOver:this._onmouseover,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._selectYear,children:this._yearsInterval.map((e=>jsx("div",{role:"row",class:"ui5-yp-interval-container",children:e.map((e=>jsxs("div",{"data-sap-timestamp":e.timestamp,tabindex:e._tabIndex,"data-sap-focus-ref":e.focusRef?"true":void 0,class:e.classes,part:e.parts,role:"gridcell","aria-selected":e.ariaSelected,"aria-disabled":e.ariaDisabled,children:[jsx("span",{class:"ui5-dp-yeartext",children:e.year}),e.yearInSecType&&jsx("span",{class:"ui5-yp-item-sec-type",children:e.yearInSecType})]})))})))})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const yearPickerStyles=':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-yp-root{padding:2rem 0 1rem;display:flex;flex-direction:column;font-family: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-v2-15-0_yearpicker_item_margin);width:calc(25% - .125rem);height:var(--_ui5-v2-15-0_year_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapButton_Lite_Background);align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;position:relative;border:var(--_ui5-v2-15-0_yearpicker_item_border);border-radius:var(--_ui5-v2-15-0_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.ui5-yp-item--selected,.ui5-yp-item.ui5-yp-item--selected-between{background:var(--sapButton_Selected_Background);border:var(--_ui5-v2-15-0_yearpicker_item_selected_border);color:var(--sapButton_Selected_TextColor)}.ui5-yp-item.ui5-yp-item--selected .ui5-yp-item-sec-type,.ui5-yp-item.ui5-yp-item--selected-between .ui5-yp-item-sec-type{color:var(--sapButton_Selected_TextColor)}.ui5-yp-item:hover{background:var(--sapButton_Lite_Hover_Background);border:var(--_ui5-v2-15-0_yearpicker_item_hover_border);color:var(--sapButton_Lite_Hover_TextColor)}.ui5-yp-item.ui5-yp-item--selected:hover,.ui5-yp-item.ui5-yp-item--selected-between:hover{background:var(--sapButton_Selected_Hover_Background);border:var(--_ui5-v2-15-0_yearpicker_item_selected_hover_border);color:var(--sapButton_Selected_TextColor)}.ui5-yp-item.ui5-yp-item--selected:hover .ui5-yp-item-sec-type,.ui5-yp-item.ui5-yp-item--selected-between:hover .ui5-yp-item-sec-type{color:var(--sapButton_Selected_TextColor)}.ui5-yp-item:active,.ui5-yp-item.ui5-yp-item--selected:active,.ui5-yp-item.ui5-yp-item--selected-between:active{background:var(--sapButton_Active_Background);border:var(--_ui5-v2-15-0_monthpicker_item_active_border);color:var(--sapButton_Active_TextColor)}.ui5-yp-item:active .ui5-yp-item-sec-type,.ui5-yp-item.ui5-yp-item--selected:active .ui5-yp-item-sec-type,.ui5-yp-item.ui5-yp-item--selected-between:active .ui5-yp-item-sec-type{color:var(--sapButton_Active_TextColor)}.ui5-yp-item.ui5-yp-item--disabled{pointer-events:none;opacity:.5}.ui5-yp-item:focus:after{content:"";position:absolute;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}\n';var YearPicker_1,__decorate$n=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(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);let YearPicker=YearPicker_1=class extends CalendarPart$1{constructor(){super(...arguments),this.selectedDates=[],this.selectionMode="Single",this._yearsInterval=[],this._hidden=!1}get roleDescription(){return YearPicker_1.i18nBundle.getText(YEAR_PICKER_DESCRIPTION)}onBeforeRendering(){var e,t;this._hidden||(this._firstYear=(null==(e=this._currentYearRange)?void 0:e.startYear)?null==(t=this._currentYearRange)?void 0:t.startYear:this._calendarDate.getYear(),this._buildYears())}_getPageSize(){return this.hasSecondaryCalendarType?8:20}_getRowSize(){return this.hasSecondaryCalendarType?2:4}_buildYears(){const e=this._getPageSize(),t=s$8(),o=DateFormat.getDateInstance({format:"y",calendarType:this._primaryCalendarType},t),a=DateFormat.getDateInstance({format:"y",calendarType:this.secondaryCalendarType},t),i=this._calendarDate,r=this._minDate,n=this._maxDate,s=new CalendarDate$2(i,this._primaryCalendarType);let _,l;s.setYear(this._firstYear);const c=[];let d;for(let t=0;t<e;t++){d=s.valueOf()/1e3;const e=this.selectedDates.some((e=>CalendarDate$2.fromTimestamp(1e3*e,this._primaryCalendarType).getYear()===s.getYear())),u=s.getYear()===i.getYear(),p=s.getYear()<r.getYear()||s.getYear()>n.getYear(),h=this._isYearInsideSelectionRange(d);this.hasSecondaryCalendarType&&(_=transformDateToSecondaryType(this._primaryCalendarType,this.secondaryCalendarType,d,!0),l=_.firstDate.getYear()===_.lastDate.getYear()?`${a.format(_.firstDate.toLocalJSDate())}`:`${a.format(_.firstDate.toLocalJSDate())} - ${a.format(_.lastDate.toLocalJSDate())}`);const v={timestamp:d.toString(),_tabIndex:u?0:-1,focusRef:u,selected:e||h,ariaSelected:e||h,year:o.format(s.toLocalJSDate()),yearInSecType:l,disabled:p,ariaDisabled:p,classes:"ui5-yp-item",parts:"year-cell"};e&&(v.classes+=" ui5-yp-item--selected",v.parts+=" year-cell-selected"),h&&(v.classes+=" ui5-yp-item--selected-between",v.parts+=" year-cell-selected-between"),p&&(v.classes+=" ui5-yp-item--disabled"),this.hasSecondaryCalendarType&&(v.classes+=" ui5-yp-item-secondary-type");const m=Math.floor(t/this._getRowSize());c[m]?c[m].push(v):c[m]=[v],s.setYear(s.getYear()+1)}this._yearsInterval=c}onAfterRendering(){this._hidden||this.focus()}_isYearInsideSelectionRange(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]))}_onkeydown(e){let t=!0;const o=this._getPageSize(),a=this._getRowSize();b$4(e)?this._selectYear(e):A$3(e)?e.preventDefault():D$2(e)?this._modifyTimestampBy(-1):R2(e)?this._modifyTimestampBy(1):P$1(e)?this._modifyTimestampBy(-a):_(e)?this._modifyTimestampBy(a):j(e)?this._modifyTimestampBy(-o):q(e)?this._modifyTimestampBy(o):M$1(e)||n$9(e)?this._onHomeOrEnd(M$1(e)):G(e)?this._setTimestamp(parseInt(this._yearsInterval[0][0].timestamp)):H$1(e)?this._setTimestamp(parseInt(this._yearsInterval[o/a-1][a-1].timestamp)):t=!1,t&&e.preventDefault()}_onHomeOrEnd(e){this._yearsInterval.forEach((t=>{if(-1!==t.findIndex((e=>CalendarDate$2.fromTimestamp(1e3*parseInt(e.timestamp)).getYear()===this._calendarDate.getYear()))){const o=e?0:this._getRowSize()-1;this._setTimestamp(parseInt(t[o].timestamp))}}))}_updateSecondTimestamp(){this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length&&2!==this.selectedDates.length||(this._secondTimestamp=this.timestamp)}_onmouseover(e){const t=e.target.closest(".ui5-yp-item");t&&this.selectionMode===CalendarSelectionMode$1.Range&&1===this.selectedDates.length&&(this._secondTimestamp=this._getTimestampFromDom(t))}_setTimestamp(e){this._safelySetTimestamp(e),this.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_modifyTimestampBy(e){this._safelyModifyTimestampBy(e,"year"),this._updateSecondTimestamp(),this.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_onkeyup(e){A$3(e)&&this._selectYear(e)}_selectYear(e){e.preventDefault();const t=e.target;if(-1===t.className.indexOf("ui5-yp-item"))return;const o=this._getTimestampFromDom(t);this._safelySetTimestamp(o),this._updateSecondTimestamp(),this._updateSelectedDates(o),this.fireDecoratorEvent("change",{timestamp:this.timestamp,dates:this.selectedDates})}_updateSelectedDates(e){this.selectionMode!==CalendarSelectionMode$1.Range||1!==this.selectedDates.length?this.selectedDates=[e]:this.selectedDates=[this.selectedDates[0],e]}_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$n([s$6({type:Array})],YearPicker.prototype,"selectedDates",void 0),__decorate$n([s$6()],YearPicker.prototype,"selectionMode",void 0),__decorate$n([s$6({type:Array})],YearPicker.prototype,"_yearsInterval",void 0),__decorate$n([s$6({type:Boolean,noAttribute:!0})],YearPicker.prototype,"_hidden",void 0),__decorate$n([s$6({type:Number})],YearPicker.prototype,"_secondTimestamp",void 0),__decorate$n([s$6({noAttribute:!0})],YearPicker.prototype,"_currentYearRange",void 0),__decorate$n([i$a("@ui5/webcomponents")],YearPicker,"i18nBundle",void 0),YearPicker=YearPicker_1=__decorate$n([m$8({tag:"ui5-yearpicker",styles:yearPickerStyles,template:YearPickerTemplate}),l$b("change",{bubbles:!0}),l$b("navigate",{bubbles:!0})],YearPicker),YearPicker.define();const YearPicker$1=YearPicker;function YearRangePickerTemplate(){return jsx("div",{class:"ui5-yrp-root",part:"year-range-picker-root",role:"grid","aria-roledescription":this.roleDescription,"aria-readonly":"false","aria-multiselectable":"false",onClick:this._selectYearRange,onMouseOver:this._onmouseover,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:this._yearRanges.map((e=>jsx("div",{role:"row",class:"ui5-yrp-interval-container",children:e.map((e=>jsxs("div",{"data-sap-timestamp":e.timestamp,tabindex:e._tabIndex,"data-sap-focus-ref":e.focusRef?"true":void 0,class:e.classes,part:e.parts,role:"gridcell","aria-selected":e.ariaSelected,"aria-disabled":e.ariaDisabled,children:[jsx("span",{class:"ui5-dp-yeartext",children:e.range}),e.rangeInSecType&&jsx("span",{class:"ui5-yrp-item-sec-type",children:e.rangeInSecType})]})))})))})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const yearRangePickerStyles=':host(:not([hidden])){display:block}:host{width:100%;height:100%}.ui5-yrp-root{padding:2rem 0 1rem;display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);justify-content:center;align-items:center}.ui5-yrp-interval-container{display:flex;justify-content:space-evenly;align-items:center;width:100%}.ui5-yrp-item{display:flex;margin:var(--_ui5-v2-15-0_yearpicker_item_margin);width:calc(50% - .125rem);height:var(--_ui5-v2-15-0_year_picker_item_height);color:var(--sapButton_Lite_TextColor);background-color:var(--sapButton_Lite_Background);align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;position:relative;border:var(--_ui5-v2-15-0_yearpicker_item_border);border-radius:var(--_ui5-v2-15-0_yearpicker_item_border_radius)}.ui5-yrp-item-secondary-type{flex-direction:column;width:calc(50% - .125rem)}.ui5-yrp-item-sec-type{font-size:.75rem;color:var(--sapNeutralElementColor)}.ui5-yrp-item-one-column-view{width:initial;padding-left:.5rem;padding-right:.5rem}.ui5-yrp-item.ui5-yrp-item--selected,.ui5-yrp-item.ui5-yrp-item--selected-between{background:var(--sapButton_Selected_Background);border:var(--_ui5-v2-15-0_yearpicker_item_selected_border);color:var(--sapButton_Selected_TextColor)}.ui5-yrp-item.ui5-yrp-item--selected .ui5-yrp-item-sec-type,.ui5-yrp-item.ui5-yrp-item--selected-between .ui5-yrp-item-sec-type{color:var(--sapButton_Selected_TextColor)}.ui5-yrp-item:hover{background:var(--sapButton_Lite_Hover_Background);border:var(--_ui5-v2-15-0_yearpicker_item_hover_border);color:var(--sapButton_Lite_Hover_TextColor)}.ui5-yrp-item.ui5-yrp-item--selected:hover,.ui5-yrp-item.ui5-yrp-item--selected-between:hover{background:var(--sapButton_Selected_Hover_Background);border:var(--_ui5-v2-15-0_yearpicker_item_selected_hover_border);color:var(--sapButton_Selected_TextColor)}.ui5-yrp-item.ui5-yrp-item--selected:hover .ui5-yrp-item-sec-type,.ui5-yrp-item.ui5-yrp-item--selected-between:hover .ui5-yrp-item-sec-type{color:var(--sapButton_Selected_TextColor)}.ui5-yrp-item:active,.ui5-yrp-item.ui5-yrp-item--selected:active,.ui5-yrp-item.ui5-yrp-item--selected-between:active{background:var(--sapButton_Active_Background);border:var(--_ui5-v2-15-0_monthpicker_item_active_border);color:var(--sapButton_Active_TextColor)}.ui5-yrp-item:active .ui5-yrp-item-sec-type,.ui5-yrp-item.ui5-yrp-item--selected:active .ui5-yrp-item-sec-type,.ui5-yrp-item.ui5-yrp-item--selected-between:active .ui5-yrp-item-sec-type{color:var(--sapButton_Active_TextColor)}.ui5-yrp-item.ui5-yrp-item--disabled{pointer-events:none;opacity:.5}.ui5-yrp-item:focus:after{content:"";position:absolute;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}\n';var YearRangePicker_1,__decorate$m=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const isBetweenInclusive=(e,t,o)=>e>=Math.min(t,o)&&e<=Math.max(t,o);let YearRangePicker=YearRangePicker_1=class extends CalendarPart$1{constructor(){super(...arguments),this.selectedDates=[],this._showRangeSelection=!1,this._yearRanges=[],this._hidden=!1}get roleDescription(){return YearRangePicker_1.i18nBundle.getText(YEAR_RANGE_PICKER_DESCRIPTION)}onBeforeRendering(){this._hidden||(this._gridStartYear=this._getGridStartYear(),this._yearRanges=this._getYearRanges())}_shouldShowOneColumn(){const e=s$8().getLanguage();return["zh","ja","ko","bg","mk","ru"].includes(e)&&this.hasSecondaryCalendarType}_getPageSize(){return this._shouldShowOneColumn()?6:8}_getRowSize(){return this._shouldShowOneColumn()?1:2}_getInitialFocusedIndex(){return 2}_getRangeSize(){return this.hasSecondaryCalendarType?8:20}_getYearRangeFormattedText(e,t,o){return`${o.format(e.toLocalJSDate())} - ${o.format(t.toLocalJSDate())}`}_getGridStartYear(){var e,t;const o=this._getRangeSize(),a=o*this._getPageSize(),i=o*this._getInitialFocusedIndex(),r=(null==(e=this._currentYearRange)?void 0:e.startYear)?null==(t=this._currentYearRange)?void 0:t.startYear:this._calendarDate.getYear();let n=this._gridStartYear?this._gridStartYear:r-i;n+=Math.floor((r-n)/a)*a;const s=this._minDate.getYear();r-o<s&&(n=s);const _=getMaxCalendarDate(this._primaryCalendarType).getYear();return r+a>_&&(n=_-a+1),n}_getYearRanges(){const e=s$8(),t=DateFormat.getDateInstance({format:"y",calendarType:this._primaryCalendarType},e),o=DateFormat.getDateInstance({format:"y",calendarType:this._secondaryCalendarType},e),a=this._getPageSize(),i=this._getRowSize(),r=this._getRangeSize(),n=this._calendarDate,s=this._minDate.getYear(),_=this._maxDate.getYear(),l=new CalendarDate$2(n,this._primaryCalendarType);l.setYear(this._gridStartYear);const c=[];for(let e=0;e<a;e++){const a=new CalendarDate$2(l,this._primaryCalendarType);a.setYear(a.getYear()+r-1);const d=l.valueOf()/1e3,u=a.valueOf()/1e3,p=isBetweenInclusive(n.getYear(),l.getYear(),a.getYear()),h=this._isYearRangeSelected(d,u),v=this._isInsideSelectionRange(d),m=this._getYearRangeFormattedText(l,a,t),g=this.hasSecondaryCalendarType?this._getYearRangeFormattedText(l,a,o):void 0,f=!(isBetweenInclusive(l.getYear(),s,_)||isBetweenInclusive(a.getYear(),s,_)),b=this._getYearRange(d,p,h,v,m,g,f),y=Math.floor(e/i);c[y]?c[y].push(b):c[y]=[b],l.setYear(l.getYear()+r)}return c}_getYearRange(e,t,o,a,i,r,n){const s={timestamp:e.toString(),_tabIndex:t?0:-1,focusRef:t,selected:o||a,ariaSelected:o||a,range:i,rangeInSecType:r,disabled:n,ariaDisabled:n,classes:"ui5-yrp-item",parts:"year-range-cell"};return o&&(s.classes+=" ui5-yrp-item--selected",s.parts+=" year-range-cell-selected"),a&&!o&&(s.classes+=" ui5-yrp-item--selected-between",s.parts+=" year-range-cell-selected-between"),n&&(s.classes+=" ui5-yrp-item--disabled"),this.hasSecondaryCalendarType&&(s.classes+=" ui5-yrp-item-secondary-type"),this._shouldShowOneColumn()&&(s.classes+=" ui5-yrp-item-one-column-view"),s}_isYearRangeSelected(e,t){return this.selectedDates.some((o=>isBetweenInclusive(o,e,t)))}_isInsideSelectionRange(e){return!(!this._showRangeSelection||!this.selectedDates.length)&&(1===this.selectedDates.length&&this._secondTimestamp?isBetweenInclusive(e,this.selectedDates[0],this._secondTimestamp):isBetweenInclusive(e,this.selectedDates[0],this.selectedDates[1]))}onAfterRendering(){this._hidden||this.focus()}_onkeydown(e){let t=!0;const o=this._getPageSize(),a=this._getRowSize();b$4(e)?this._selectYearRange(e):A$3(e)?e.preventDefault():D$2(e)?this._modifyTimestampBy(-1):R2(e)?this._modifyTimestampBy(1):P$1(e)?this._modifyTimestampBy(-a):_(e)?this._modifyTimestampBy(a):j(e)?this._modifyTimestampBy(-o):q(e)?this._modifyTimestampBy(o):M$1(e)||n$9(e)?this._onHomeOrEnd(M$1(e)):G(e)?this._setTimestamp(parseInt(this._yearRanges[0][0].timestamp)):H$1(e)?this._setTimestamp(parseInt(this._yearRanges[o/a-1][a-1].timestamp)):t=!1,t&&e.preventDefault()}_onkeyup(e){A$3(e)&&this._selectYearRange(e)}_onHomeOrEnd(e){this._yearRanges.forEach((t=>{if(-1!==t.findIndex((e=>{const t=CalendarDate$2.fromTimestamp(1e3*parseInt(e.timestamp)).getYear(),o=this._calendarDate.getYear();return isBetweenInclusive(t,o,o+this._getRangeSize()-1)}))){const o=e?0:this._getRowSize()-1;this._setTimestamp(parseInt(t[o].timestamp))}}))}_onmouseover(e){const t=e.target.closest(".ui5-yrp-item");t&&this._showRangeSelection&&1===this.selectedDates.length&&(this._secondTimestamp=this._getTimestampFromDom(t))}_setTimestamp(e){this._safelySetTimestamp(e),this.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_updateSecondTimestamp(){!this._showRangeSelection||1!==this.selectedDates.length&&2!==this.selectedDates.length||(this._secondTimestamp=this.timestamp)}_selectYearRange(e){e.preventDefault();const t=e.target;if(-1===t.className.indexOf("ui5-yrp-item"))return;let o=this._getTimestampFromDom(t);o=this._getYearPickerCenteredTimestamp(o),this._safelySetTimestamp(o),this.fireDecoratorEvent("change",{timestamp:this.timestamp})}_getYearPickerCenteredTimestamp(e){const t=this.hasSecondaryCalendarType?2:9,o=CalendarDate$2.fromTimestamp(1e3*e,this._primaryCalendarType),a=o.getYear()+t;return o.setYear(a),o.valueOf()/1e3}_hasPreviousPage(){return this._gridStartYear>this._minDate.getYear()}_hasNextPage(){const e=this._getPageSize()*this._getRangeSize();return this._gridStartYear+e-1<this._maxDate.getYear()}_showPreviousPage(){const e=this._getPageSize();this._modifyTimestampBy(-e);const t=e*this._getRangeSize();this._modifyGridStartBy(-t)}_showNextPage(){const e=this._getPageSize();this._modifyTimestampBy(e);const t=e*this._getRangeSize();this._modifyGridStartBy(t)}_modifyTimestampBy(e){const t=e*this._getRangeSize();this._safelyModifyTimestampBy(t,"year"),this.fireDecoratorEvent("navigate",{timestamp:this.timestamp})}_modifyGridStartBy(e){this._gridStartYear+=e}};__decorate$m([s$6({type:Array})],YearRangePicker.prototype,"selectedDates",void 0),__decorate$m([s$6({type:Boolean,noAttribute:!0})],YearRangePicker.prototype,"_showRangeSelection",void 0),__decorate$m([s$6({type:Number})],YearRangePicker.prototype,"_secondTimestamp",void 0),__decorate$m([s$6({type:Array})],YearRangePicker.prototype,"_yearRanges",void 0),__decorate$m([s$6({type:Boolean,noAttribute:!0})],YearRangePicker.prototype,"_hidden",void 0),__decorate$m([s$6({noAttribute:!0})],YearRangePicker.prototype,"_currentYearRange",void 0),__decorate$m([i$a("@ui5/webcomponents")],YearRangePicker,"i18nBundle",void 0),YearRangePicker=YearRangePicker_1=__decorate$m([m$8({tag:"ui5-yearrangepicker",styles:[yearRangePickerStyles],template:YearRangePickerTemplate}),l$b("change",{bubbles:!0}),l$b("navigate",{bubbles:!0})],YearRangePicker),YearRangePicker.define();const YearRangePicker$1=YearRangePicker;function CalendarTemplate$1(){return jsxs("div",{class:"ui5-calheader-root",children:[jsx("div",{"data-ui5-cal-header-btn-prev":!0,class:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this._previousButtonDisabled},part:"calendar-header-arrow-button",role:"button",onMouseDown:this.onPrevButtonClick,children:jsx(Icon$1,{class:"ui5-calheader-arrowicon",name:slimArowLeft})}),jsxs("div",{class:"ui5-calheader-midcontainer",children:[jsxs("div",{"data-ui5-cal-header-btn-month":!0,class:"ui5-calheader-arrowbtn ui5-calheader-middlebtn",part:"calendar-header-middle-button",hidden:this._isHeaderMonthButtonHidden,tabindex:0,role:"button","aria-label":this.accInfo.ariaLabelMonthButton,"aria-description":this.accInfo.ariaLabelMonthButton,title:this.accInfo.tooltipMonthButton,"aria-keyshortcuts":this.accInfo.keyShortcutMonthButton,onClick:this.onHeaderShowMonthPress,onKeyDown:this.onMonthButtonKeyDown,onKeyUp:this.onMonthButtonKeyUp,children:[jsx("span",{children:this._headerMonthButtonText}),this.hasSecondaryCalendarType&&jsx("span",{class:"ui5-calheader-btn-sectext",children:this.secondMonthButtonText})]}),jsxs("div",{"data-ui5-cal-header-btn-year":!0,class:"ui5-calheader-arrowbtn ui5-calheader-middlebtn",part:"calendar-header-middle-button",hidden:this._isHeaderYearButtonHidden,tabindex:0,role:"button","aria-label":this.accInfo.ariaLabelYearButton,"aria-description":this.accInfo.ariaLabelYearButton,onClick:this.onHeaderShowYearPress,onKeyDown:this.onYearButtonKeyDown,onKeyUp:this.onYearButtonKeyUp,title:this.accInfo.tooltipYearButton,"aria-keyshortcuts":this.accInfo.keyShortcutYearButton,children:[jsx("span",{children:this._headerYearButtonText}),this.hasSecondaryCalendarType&&jsx("span",{class:"ui5-calheader-btn-sectext",children:this._headerYearButtonTextSecType})]}),jsxs("div",{"data-ui5-cal-header-btn-year-range":!0,class:"ui5-calheader-arrowbtn ui5-calheader-middlebtn",part:"calendar-header-middle-button",hidden:this._isHeaderYearRangeButtonHidden,tabindex:0,role:"button","aria-label":this.accInfo.ariaLabelYearRangeButton,"aria-description":this.accInfo.ariaLabelYearRangeButton,title:this.accInfo.tooltipYearRangeButton,"aria-keyshortcuts":this.accInfo.keyShortcutYearRangeButton,onClick:this.onHeaderShowYearRangePress,onKeyDown:this.onYearRangeButtonKeyDown,onKeyUp:this.onYearRangeButtonKeyUp,children:[jsx("span",{children:this._headerYearRangeButtonText}),this.hasSecondaryCalendarType&&jsx("span",{class:"ui5-calheader-btn-sectext",children:this._headerYearRangeButtonTextSecType})]})]}),jsx("div",{"data-ui5-cal-header-btn-next":!0,class:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this._nextButtonDisabled},part:"calendar-header-arrow-button",role:"button",onMouseDown:this.onNextButtonClick,children:jsx(Icon$1,{class:"ui5-calheader-arrowicon",name:slimArowRight})})]})}function CalendarTemplate(){return jsxs(Fragment,{children:[jsxs("div",{class:"ui5-cal-root",onKeyDown:this._onkeydown,children:[jsxs("div",{id:`${this._id}-content`,class:"ui5-cal-content",children:[jsx(DayPicker$1,{id:`${this._id}-daypicker`,hidden:this._isDayPickerHidden,formatPattern:this._formatPattern,selectedDates:this._selectedDatesTimestamps,specialCalendarDates:this._specialCalendarDates,_hidden:this._isDayPickerHidden,primaryCalendarType:this._primaryCalendarType,secondaryCalendarType:this._secondaryCalendarType,selectionMode:this.selectionMode,minDate:this.minDate,maxDate:this.maxDate,calendarWeekNumbering:this.calendarWeekNumbering,timestamp:this._timestamp,hideWeekNumbers:this.hideWeekNumbers,onChange:this.onSelectedDatesChange,onNavigate:this.onNavigate,exportparts:"day-cell, day-cell-selected, day-cell-selected-between"}),jsx(MonthPicker$1,{id:`${this._id}-MP`,hidden:this._isMonthPickerHidden,formatPattern:this._formatPattern,selectedDates:this._selectedDatesTimestamps,_hidden:this._isMonthPickerHidden,primaryCalendarType:this._primaryCalendarType,secondaryCalendarType:this._secondaryCalendarType,selectionMode:this.selectionMode,minDate:this.minDate,maxDate:this.maxDate,timestamp:this._timestamp,onChange:this.onSelectedMonthChange,onNavigate:this.onNavigate,exportparts:"month-cell, month-cell-selected, month-cell-selected-between, month-picker-root"}),jsx(YearPicker$1,{id:`${this._id}-YP`,hidden:this._isYearPickerHidden,formatPattern:this._formatPattern,selectedDates:this._selectedDatesTimestamps,_hidden:this._isYearPickerHidden,primaryCalendarType:this._primaryCalendarType,secondaryCalendarType:this._secondaryCalendarType,selectionMode:this.selectionMode,minDate:this.minDate,maxDate:this.maxDate,timestamp:this._timestamp,_currentYearRange:this._currentYearRange,onChange:this.onSelectedYearChange,onNavigate:this.onNavigate,exportparts:"year-cell, year-cell-selected, year-cell-selected-between, year-picker-root"}),jsx(YearRangePicker$1,{id:`${this._id}-YRP`,hidden:this._isYearRangePickerHidden,formatPattern:this._formatPattern,selectedDates:this._selectedDatesTimestamps,_showRangeSelection:this.selectionMode===CalendarSelectionMode$1.Range,_hidden:this._isYearRangePickerHidden,primaryCalendarType:this._primaryCalendarType,secondaryCalendarType:this._secondaryCalendarType,minDate:this.minDate,maxDate:this.maxDate,timestamp:this._timestamp,_currentYearRange:this._currentYearRange,onChange:this.onSelectedYearRangeChange,onNavigate:this.onNavigate,exportparts:"year-range-cell, year-range-cell-selected, year-range-cell-selected-between, year-range-picker-root"})]}),jsx("div",{class:"ui5-calheader",exportparts:"calendar-header-arrow-button, calendar-header-middle-button",children:CalendarTemplate$1.call(this)})]}),jsx("div",{"onui5-calendar-legend-selection-change":this._onCalendarLegendSelectionChange,"onui5-calendar-legend-focus-out":this._onLegendFocusOut,children:jsx("slot",{name:"calendarLegend"})})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const calendarCSS=":host(:not([hidden])){display:inline-block}.ui5-cal-root .ui5-calheader{display:block;height:var(--_ui5-v2-15-0_calendar_header_height);font-family:var(--_ui5-v2-15-0_button_fontFamily)}.ui5-cal-root{background:var(--sapList_Background);box-sizing:border-box;height:var(--_ui5-v2-15-0_calendar_height);width:var(--_ui5-v2-15-0_calendar_width);padding:var(--_ui5-v2-15-0_calendar_top_bottom_padding) var(--_ui5-v2-15-0_calendar_left_right_padding) 0;display:flex;flex-direction:column-reverse;justify-content:flex-end;overflow:hidden}.ui5-cal-root .ui5-cal-content{padding:0 var(--_ui5-v2-15-0_calendar_left_right_padding) var(--_ui5-v2-15-0_calendar_top_bottom_padding)}\n";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const CalendarHeaderCss=':host{display:block;width:100%;height:100%}.ui5-calheader-root{display:flex;height:100%;padding:var(--_ui5-v2-15-0_calendar_header_padding);box-sizing:border-box}.ui5-calheader-arrowbtn{display:flex;justify-content:center;align-items:center;width:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_calendar_header_arrow_button_border);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_button_fontFamily);width:var(--_ui5-v2-15-0_calendar_header_middle_button_width);flex:var(--_ui5-v2-15-0_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-v2-15-0_calendar_header_middle_button_focus_border);border-radius:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_border_radius);outline:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_outline);outline-offset:-.125rem;background:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_background)}.ui5-calheader-middlebtn:focus:active{outline:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_active_outline);outline-offset:-.0625rem;background:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_active_background)}.ui5-calheader-middlebtn:focus:after{content:"";display:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_display);width:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_width);height:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_height);border:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_border);position:absolute;top:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_top_offset);left:var(--_ui5-v2-15-0_calendar_header_middle_button_focus_after_left_offset)}.ui5-calheader-middlebtn:focus:active:after{border-color:var(--sapContent_ContrastFocusColor)}\n';var Calendar_1,__decorate$l=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Calendar=Calendar_1=class extends CalendarPart$1{constructor(){super(),this.selectionMode="Single",this.hideWeekNumbers=!1,this._currentPicker="day",this._previousButtonDisabled=!1,this._nextButtonDisabled=!1,this._pickersMode="DAY_MONTH_YEAR",this._valueIsProcessed=!1,this._selectedItemType="None",this._valueIsProcessed=!1}get _selectedDatesTimestamps(){let e=[];if(this.selectionMode===CalendarSelectionMode$1.Range){const t=this.dates.find((e=>e.hasAttribute("ui5-date-range"))),o=t&&t.startValue&&this.getFormat().parse(t.startValue,!0),a=t&&t.endValue&&this.getFormat().parse(t.endValue,!0);o&&e.push(o.getTime()/1e3),a&&e.push(a.getTime()/1e3)}else e=this.dates.filter((e=>e.hasAttribute("ui5-date")&&e.value&&this._isValidCalendarDate(e.value)&&this._getTimeStampFromString(e.value))).map((e=>Number(this._getTimeStampFromString(e.value))/1e3));return e}_setSelectedDates(e){const t=e.map((e=>this.getFormat().format(UI5Date.getInstance(1e3*e),!0)));if(this.selectionMode===CalendarSelectionMode$1.Range){if(t.length){let e=this.dates.find((e=>e.hasAttribute("ui5-date-range")&&e.startValue===t[0]));e?e.endValue=t[1]:(e=document.createElement(CalendarDateRange$1.getMetadata().getTag()),e.startValue=t[0],this.appendChild(e)),this.dates.filter((t=>t.hasAttribute("ui5-date")||e&&t.startValue!==e.startValue)).forEach((e=>{this.removeChild(e)}))}}else{const e=this._selectedDatesTimestamps.map((e=>this.getFormat().format(UI5Date.getInstance(1e3*e))));this.dates.filter((e=>e.hasAttribute("ui5-date-range")||e.hasAttribute("ui5-date")&&!t.includes(e.value))).forEach((e=>{this.removeChild(e)})),t.filter((t=>!e.includes(t))).forEach((e=>{const t=document.createElement(CalendarDate$1.getMetadata().getTag());t.value=e,this.appendChild(t)}))}}_isValidCalendarDate(e){return!!this.getFormat().parse(e)}get _specialCalendarDates(){const e=this._specialDates.some((e=>e.type===this._selectedItemType)),t=this._specialDates.filter((t=>{const o=t.type,a=t.value;return(!e||(o===this._selectedItemType||"Working"===o||"NonWorking"===o))&&a&&this._isValidCalendarDate(a)}));t.forEach((e=>{const t=this.calendarLegend.length?this.calendarLegend[0].items.find((t=>t.type===e.type)):void 0;e._tooltip=(null==t?void 0:t.text)||""}));const o=new Set,a=[];return t.forEach((e=>{const t=this.getFormat().parse(e.value),i=t.getTime();if(!o.has(i)){o.add(i);const r=CalendarDate$2.fromLocalJSDate(t).valueOf()/1e3,n=e.type,s=e._tooltip;a.push({specialDateTimestamp:r,type:n,tooltip:s})}})),a}_onCalendarLegendSelectionChange(e){this._selectedItemType=e.detail.item.type,["Working","NonWorking","Selected","Today"].includes(this._selectedItemType)&&(this._selectedItemType="None"),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 f$i(),this._previousButtonDisabled=!this._currentPickerDOM._hasPreviousPage(),this._nextButtonDisabled=!this._currentPickerDOM._hasNextPage();const e=DateFormat.getDateInstance({format:"y",calendarType:this.primaryCalendarType}),t=getCachedLocaleDataInstance(s$8());this._headerMonthButtonText=t.getMonthsStandAlone("wide",this.primaryCalendarType)[this._calendarDate.getMonth()],this._headerYearButtonText=String(e.format(this._localDate,!0));const o=this._currentYearRange,{rangeStartText:a,rangeEndText:i}=this._formatYearRangeText(o);this._headerYearRangeButtonText=`${a} - ${i}`,this._secondaryCalendarType&&this._setSecondaryCalendarTypeButtonText()}onInvalidation(e){"childchange"===e.reason&&(this._valueIsProcessed=!1)}onHeaderShowMonthPress(){this.showMonth(),this.fireDecoratorEvent("show-month-view")}showMonth(){this._currentPickerDOM._autoFocus=!1,this._currentPicker="month"}onHeaderShowYearPress(){this.showYear(),this.fireDecoratorEvent("show-year-view")}showYear(){this._currentPickerDOM._autoFocus=!1,this._currentPicker="year"}onHeaderShowYearRangePress(){this.showYearRange(),this.fireDecoratorEvent("show-year-range-view")}showYearRange(){this._currentPickerDOM._autoFocus=!1,this._currentPicker="yearrange"}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});this._headerYearButtonTextSecType=String(e.format(this._localDate,!0));const t=this._currentYearRange,{rangeStart:o,rangeEnd:a}=this._createYearRangeDates(t),i=transformDateToSecondaryType(this.primaryCalendarType,this._secondaryCalendarType,o.valueOf()/1e3,!0).firstDate,r=transformDateToSecondaryType(this.primaryCalendarType,this._secondaryCalendarType,a.valueOf()/1e3,!0).lastDate;this._headerYearRangeButtonTextSecType=`${e.format(i.toLocalJSDate())} - ${e.format(r.toLocalJSDate())}`}get secondaryCalendarTypeButtonText(){if(!this.hasSecondaryCalendarType)return;const e=UI5Date.getInstance(1e3*this._timestamp),t=DateFormat.getDateInstance({format:"y",calendarType:this._secondaryCalendarType}),o=transformDateToSecondaryType(this._primaryCalendarType,this._secondaryCalendarType,this._timestamp),a=convertMonthNumbersToMonthNames(o.firstDate.getMonth(),o.lastDate.getMonth(),this._secondaryCalendarType);return{yearButtonText:t.format(e),monthButtonText:a.text,monthButtonInfo:a.textInfo}}get _isHeaderMonthButtonHidden(){return"day"!==this._currentPicker}get _isHeaderYearRangeButtonHidden(){return"year"!==this._currentPicker}get _isHeaderYearButtonHidden(){return!("day"===this._currentPicker||"month"===this._currentPicker)}get _isDayPickerHidden(){return"day"!==this._currentPicker}get _isMonthPickerHidden(){return"month"!==this._currentPicker}get _isYearPickerHidden(){return"year"!==this._currentPicker}get _isYearRangePickerHidden(){return"yearrange"!==this._currentPicker}get _currentYearRange(){const e=this.hasSecondaryCalendarType?8:20,t=this.hasSecondaryCalendarType?2:9,o=this._calendarDate.getYear();this._rangeStartYear||(this._rangeStartYear=o-t),this._rangeStartYear+=Math.floor((o-this._rangeStartYear)/e)*e;const a=this._minDate.getYear();o-e<a&&(this._rangeStartYear=a);const i=getMaxCalendarDate(this._primaryCalendarType).getYear();return o+e>i&&(this._rangeStartYear=i-e+1),{startYear:this._rangeStartYear,endYear:this._rangeStartYear+e-1}}_fireEventAndUpdateSelectedDates(e){const t=e.map((e=>{const t=CalendarDate$2.fromTimestamp(1e3*e,this._primaryCalendarType);return this.getFormat().format(t.toUTCJSDate(),!0)}));!this.fireDecoratorEvent("selection-change",{timestamp:this.timestamp,selectedDates:[...e],selectedValues:t})||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(e.detail.dates),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(e.detail.dates),this._currentPickerDOM._autoFocus=!0}onSelectedYearRangeChange(e){this.timestamp=e.detail.timestamp,this._currentPicker="year",this._currentPickerDOM._autoFocus=!0}onNavigate(e){this.timestamp=e.detail.timestamp}_onkeydown(e){s$4(e)&&"month"!==this._currentPicker&&(this._currentPicker="month",this.fireDecoratorEvent("show-month-view")),lo(e)&&("year"!==this._currentPicker?(this._currentPicker="year",this.fireDecoratorEvent("show-year-view")):(this._currentPicker="yearrange",this.fireDecoratorEvent("show-year-range-view")))}_onLegendFocusOut(){this._selectedItemType="None"}get _specialDates(){return this.getSlottedNodes("specialDates")}get classes(){return{prevButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this._previousButtonDisabled},nextButton:{"ui5-calheader-arrowbtn":!0,"ui5-calheader-arrowbtn-disabled":this._nextButtonDisabled}}}get accInfo(){var e,t,o,a,i,r;const n=this._currentYearRange,{rangeStartText:s,rangeEndText:_}=this._formatYearRangeText(n),l=this.hasSecondaryCalendarType?`${this._headerMonthButtonText}, ${this.secondMonthButtonText}`:`${this._headerMonthButtonText}`,c=null==(e=Calendar_1.i18nBundle)?void 0:e.getText(CALENDAR_HEADER_MONTH_BUTTON,l),d=null==(t=Calendar_1.i18nBundle)?void 0:t.getText(CALENDAR_HEADER_YEAR_BUTTON,this._headerYearButtonText),u=null==(o=Calendar_1.i18nBundle)?void 0:o.getText(CALENDAR_HEADER_YEAR_RANGE_BUTTON,s,_),p=null==(a=Calendar_1.i18nBundle)?void 0:a.getText(CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT),h=null==(i=Calendar_1.i18nBundle)?void 0:i.getText(CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT),v=null==(r=Calendar_1.i18nBundle)?void 0:r.getText(CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT);return{ariaLabelMonthButton:c,ariaLabelYearButton:d,ariaLabelYearRangeButton:u,keyShortcutMonthButton:p,keyShortcutYearButton:h,keyShortcutYearRangeButton:v,tooltipMonthButton:`${c} (${p})`,tooltipYearButton:`${d} (${h})`,tooltipYearRangeButton:`${u} (${v})`}}_createYearRangeDates(e,t=this._primaryCalendarType){const o=new CalendarDate$2(this._calendarDate,t),a=new CalendarDate$2(this._calendarDate,t);return o.setYear(e.startYear),a.setYear(e.endYear),{rangeStart:o,rangeEnd:a}}_formatYearRangeText(e){const t=DateFormat.getDateInstance({format:"y",calendarType:this.primaryCalendarType}),{rangeStart:o,rangeEnd:a}=this._createYearRangeDates(e,this.primaryCalendarType);return{rangeStartText:t.format(o.toLocalJSDate()),rangeEndText:t.format(a.toLocalJSDate())}}get secondMonthButtonText(){var e;return null==(e=this.secondaryCalendarTypeButtonText)?void 0:e.monthButtonText}onMonthButtonKeyDown(e){A$3(e)&&e.preventDefault(),b$4(e)&&(this.showMonth(),this.fireDecoratorEvent("show-month-view"))}onMonthButtonKeyUp(e){A$3(e)&&(e.preventDefault(),this.showMonth(),this.fireDecoratorEvent("show-month-view"))}onYearButtonKeyDown(e){A$3(e)&&e.preventDefault(),b$4(e)&&(this.showYear(),this.fireDecoratorEvent("show-year-view"))}onYearButtonKeyUp(e){A$3(e)&&(this.showYear(),this.fireDecoratorEvent("show-year-view"))}onYearRangeButtonKeyDown(e){A$3(e)&&e.preventDefault(),b$4(e)&&(this.showYearRange(),this.fireDecoratorEvent("show-year-range-view"))}onYearRangeButtonKeyUp(e){A$3(e)&&(this.showYearRange(),this.fireDecoratorEvent("show-year-range-view"))}onPrevButtonClick(e){this._previousButtonDisabled||this.onHeaderPreviousPress(),e.preventDefault()}onNextButtonClick(e){this._nextButtonDisabled||this.onHeaderNextPress(),e.preventDefault()}get selectedDates(){return this._selectedDatesTimestamps}set selectedDates(e){this._setSelectedDates(e)}};__decorate$l([s$6()],Calendar.prototype,"selectionMode",void 0),__decorate$l([s$6({type:Boolean})],Calendar.prototype,"hideWeekNumbers",void 0),__decorate$l([s$6()],Calendar.prototype,"_currentPicker",void 0),__decorate$l([s$6({type:Boolean})],Calendar.prototype,"_previousButtonDisabled",void 0),__decorate$l([s$6({type:Boolean})],Calendar.prototype,"_nextButtonDisabled",void 0),__decorate$l([s$6()],Calendar.prototype,"_headerMonthButtonText",void 0),__decorate$l([s$6()],Calendar.prototype,"_headerYearButtonText",void 0),__decorate$l([s$6()],Calendar.prototype,"_headerYearButtonTextSecType",void 0),__decorate$l([s$6()],Calendar.prototype,"_headerYearRangeButtonText",void 0),__decorate$l([s$6()],Calendar.prototype,"_headerYearRangeButtonTextSecType",void 0),__decorate$l([s$6({noAttribute:!0})],Calendar.prototype,"_pickersMode",void 0),__decorate$l([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Calendar.prototype,"calendarLegend",void 0),__decorate$l([d$5({type:HTMLElement,invalidateOnChildChange:!0,default:!0})],Calendar.prototype,"dates",void 0),__decorate$l([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Calendar.prototype,"specialDates",void 0),__decorate$l([s$6()],Calendar.prototype,"_selectedItemType",void 0),__decorate$l([i$a("@ui5/webcomponents")],Calendar,"i18nBundle",void 0),Calendar=Calendar_1=__decorate$l([m$8({tag:"ui5-calendar",fastNavigation:!0,template:CalendarTemplate,styles:[calendarCSS,CalendarHeaderCss]}),l$b("selection-change",{bubbles:!0,cancelable:!0}),l$b("show-month-view",{bubbles:!0}),l$b("show-year-view",{bubbles:!0}),l$b("show-year-range-view",{bubbles:!0})],Calendar),Calendar.define();const Calendar$1=Calendar,name$5="resize-corner",pathData$5="M384 160v32q0 12-10 22L182 406q-10 10-22 10h-32zM224 416l160-160v32q0 12-10 22l-96 96q-10 10-22 10h-32zm160-64v32q0 12-10 22t-22 10h-32z",ltr$5=!1,collection$5="SAP-icons-v4",packageName$5="@ui5/webcomponents-icons";y$1(name$5,{pathData:pathData$5,ltr:false,collection:collection$5,packageName:packageName$5});const name$4="resize-corner",pathData$4="M282 416q-11 0-18.5-7.5T256 390t7-18l109-109q7-7 18-7t18.5 7.5T416 282t-7 18L300 409q-7 7-18 7zm-160 0q-11 0-18.5-7.5T96 390t7-18l269-269q7-7 18-7t18.5 7.5T416 122t-7 18L140 409q-7 7-18 7z",ltr$4=!1,collection$4="SAP-icons-v5",packageName$4="@ui5/webcomponents-icons";y$1(name$4,{pathData:pathData$4,ltr:false,collection:collection$4,packageName:packageName$4});const resizeCorner="resize-corner";function DialogTemplate(){return PopupTemplate.call(this,{beforeContent:beforeContent,afterContent:afterContent})}function beforeContent(){return jsx(Fragment,{children:!!this._displayHeader&&jsx("header",{children:jsxs("div",{class:"ui5-popup-header-root",id:"ui5-popup-header",role:"group","aria-describedby":this.effectiveAriaDescribedBy,"aria-roledescription":this.ariaRoleDescriptionHeaderText,tabIndex:this._headerTabIndex,onKeyDown:this._onDragOrResizeKeyDown,onMouseDown:this._onDragMouseDown,part:"header",children:[this.hasValueState&&jsx(Icon$1,{class:"ui5-dialog-value-state-icon",name:this._dialogStateIcon}),this.header.length?jsx("slot",{name:"header"}):jsx(Title$1,{level:"H1",id:"ui5-popup-header-text",class:"ui5-popup-header-text",children:this.headerText}),this.resizable?this.draggable?jsx("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggableAndResizable}):jsx("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextResizable}):this.draggable&&jsx("span",{id:`${this._id}-descr`,"aria-hidden":"true",class:"ui5-hidden-text",children:this.ariaDescribedByHeaderTextDraggable})]})})})}function afterContent(){return jsxs(Fragment,{children:[!!this.footer.length&&jsx("footer",{class:"ui5-popup-footer-root",part:"footer",children:jsx("slot",{name:"footer"})}),this._showResizeHandle&&jsx("div",{class:"ui5-popup-resize-handle",onMouseDown:this._onResizeMouseDown,children:jsx(Icon$1,{name:resizeCorner})})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const dialogCSS='.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;min-width: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}::slotted([slot="header"]){max-width:100%}.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-v2-15-0_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5-v2-15-0_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-15-0_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-15-0_dialog_header_focus_right_offset);top:var(--_ui5-v2-15-0_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-15-0_dialog_header_border_radius) var(--_ui5-v2-15-0_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-v2-15-0_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-15-0_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}::slotted([slot="footer"]){height:var(--_ui5-v2-15-0_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}:host::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}.ui5-block-layer{display:block}\n';var Dialog_1,__decorate$k=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const STEP_SIZE=16,ICON_PER_STATE={[o$4.Negative]:"error",[o$4.Critical]:"alert",[o$4.Positive]:"sys-enter-2",[o$4.Information]:"information"};let Dialog=Dialog_1=class extends Popup$1{constructor(){super(),this.stretch=!1,this.draggable=!1,this.resizable=!1,this.state="None",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 _isHeader(e){return e.classList.contains("ui5-popup-header-root")||"header"===e.getAttribute("slot")}get isModal(){return!0}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 _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!==o$4.None}get _dialogStateIcon(){return ICON_PER_STATE[this.state]}get _role(){if(this.accessibleRole!==PopupAccessibleRole$1.None)return this.state===o$4.Negative||this.state===o$4.Critical?n$6(PopupAccessibleRole$1.AlertDialog):n$6(this.accessibleRole)}_show(){super._show(),this._center()}onBeforeRendering(){super.onBeforeRendering(),this._isRTL="rtl"===this.effectiveDir}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;const{top:t,left:o}=this.getBoundingClientRect(),{width:a,height:i}=window.getComputedStyle(this);Object.assign(this.style,{top:`${t}px`,left:`${o}px`,width:Math.round(100*Number.parseFloat(a))/100+"px",height:Math.round(100*Number.parseFloat(i))/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,a=this._x-t,i=this._y-o,{left:r,top:n}=this.getBoundingClientRect();Object.assign(this.style,{left:`${Math.floor(r-a)}px`,top:`${Math.floor(n-i)}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&&[P$1,_,D$2,R2].some((t=>t(e)))?this._dragWithEvent(e):this.resizable&&[O,N$1,h,I].some((t=>t(e)))&&this._resizeWithEvent(e))}_dragWithEvent(e){const{top:t,left:o,width:a,height:i}=this.getBoundingClientRect();let r=0,n="top";switch(!0){case P$1(e):r=t-16,n="top";break;case _(e):r=t+16,n="top";break;case D$2(e):r=o-16,n="left";break;case R2(e):r=o+16,n="left"}r=m$3(r,0,"left"===n?window.innerWidth-a:window.innerHeight-i),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(),a=window.getComputedStyle(this),i=Number.parseFloat(a.minWidth),r=window.innerWidth-o,n=window.innerHeight-t;let s=Number.parseFloat(a.width),_=Number.parseFloat(a.height);switch(!0){case O(e):_-=16;break;case N$1(e):_+=16;break;case h(e):s-=16;break;case I(e):s+=16}s=m$3(s,i,r),_=m$3(_,this._minHeight,n),Object.assign(this.style,{width:`${s}px`,height:`${_}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:a,height:i,minWidth:r}=window.getComputedStyle(this);this._initialX=e.clientX,this._initialY=e.clientY,this._initialWidth=Number.parseFloat(a),this._initialHeight=Number.parseFloat(i),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 a,i;if(this._isRTL){a=m$3(this._initialWidth-(t-this._initialX),this._minWidth,this._initialLeft+this._initialWidth),Object.assign(this.style,{width:`${a}px`});const e=a-this.getBoundingClientRect().width,o=this._initialLeft+this._initialWidth+e;i=m$3(o-a,0,o-this._minWidth)}else a=m$3(this._initialWidth+(t-this._initialX),this._minWidth,window.innerWidth-this._initialLeft);const r=m$3(this._initialHeight+(o-this._initialY),this._cachedMinHeight,window.innerHeight-this._initialTop);Object.assign(this.style,{height:`${r}px`,width:`${a}px`,left:this._isRTL?`${i}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$k([s$6()],Dialog.prototype,"headerText",void 0),__decorate$k([s$6({type:Boolean})],Dialog.prototype,"stretch",void 0),__decorate$k([s$6({type:Boolean})],Dialog.prototype,"draggable",void 0),__decorate$k([s$6({type:Boolean})],Dialog.prototype,"resizable",void 0),__decorate$k([s$6()],Dialog.prototype,"state",void 0),__decorate$k([d$5()],Dialog.prototype,"header",void 0),__decorate$k([d$5()],Dialog.prototype,"footer",void 0),__decorate$k([i$a("@ui5/webcomponents")],Dialog,"i18nBundle",void 0),Dialog=Dialog_1=__decorate$k([m$8({tag:"ui5-dialog",template:DialogTemplate,styles:[Popup$1.styles,PopupsCommonCss,dialogCSS]})],Dialog),Dialog.define();const Dialog$1=Dialog;function ResponsivePopoverTemplate(){return this._isPhone?jsxs(Dialog$1,{"root-element":!0,accessibleName:this.accessibleName,accessibleNameRef:this.accessibleNameRef,accessibleDescription:this.accessibleDescription,accessibleDescriptionRef:this.accessibleDescriptionRef,accessibleRole:this.accessibleRole,stretch:!0,preventInitialFocus:this.preventInitialFocus,preventFocusRestore:this.preventFocusRestore,initialFocus:this.initialFocus,onBeforeOpen:this._beforeDialogOpen,onOpen:this._afterDialogOpen,onBeforeClose:this._beforeDialogClose,onClose:this._afterDialogClose,exportparts:"content, header, footer",open:this.open,children:[!this._hideHeader&&jsx(Fragment,{children:this.header.length?jsx("slot",{slot:"header",name:"header"}):jsxs("div",{class:this.classes.header,slot:"header",children:[this.headerText&&jsx(Title$1,{level:"H1",wrappingType:"None",class:"ui5-popup-header-text ui5-responsive-popover-header-text",children:this.headerText}),!this._hideCloseButton&&jsx(Button$1,{icon:decline,design:"Transparent",accessibleName:this._closeDialogAriaLabel,onClick:this._dialogCloseButtonClick})]})}),jsx("slot",{}),jsx("slot",{slot:"footer",name:"footer"})]}):PopoverTemplate.call(this)}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const ResponsivePopoverCss=":host{--_ui5-v2-15-0_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-15-0-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-15-0_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}\n";var ResponsivePopover_1,__decorate$j=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ResponsivePopover=ResponsivePopover_1=class extends Popover$1{constructor(){super(),this.contentOnlyOnDesktop=!1,this._hideHeader=!1,this._hideCloseButton=!1}async openPopup(){d$8()?this._dialog&&(this._dialog.open=!0):await super.openPopup()}async _show(){if(!d$8())return super._show()}handleOpenOnEnterDOM(){this.open&&!d$8()&&(this.showPopover(),this.openPopup())}_dialogCloseButtonClick(){this.closePopup()}closePopup(e=!1,t=!1,o=!1){var a;d$8()?null==(a=this._dialog)||a.closePopup(e,t,o):super.closePopup(e,t,o)}toggle(e){this.open?this.closePopup():(this.opener=e,this.open=!0)}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 d$8()?this._dialog.contentDOM:super.contentDOM}get _isPhone(){return d$8()}get _displayHeader(){return(d$8()||!this.contentOnlyOnDesktop)&&super._displayHeader}get _displayFooter(){return d$8()||!this.contentOnlyOnDesktop}get _closeDialogAriaLabel(){return ResponsivePopover_1.i18nBundle.getText(RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON)}_beforeDialogOpen(){this._opened=!0,this.open=!0,this.fireDecoratorEvent("before-open")}_afterDialogOpen(){this.fireDecoratorEvent("open")}_beforeDialogClose(e){this.fireDecoratorEvent("before-close",e.detail)}_afterDialogClose(){this._opened=!1,this.open=!1,this.fireDecoratorEvent("close")}get isModal(){return d$8()?this._dialog.isModal:super.isModal}};__decorate$j([s$6({type:Boolean})],ResponsivePopover.prototype,"contentOnlyOnDesktop",void 0),__decorate$j([s$6({type:Boolean})],ResponsivePopover.prototype,"_hideHeader",void 0),__decorate$j([s$6({type:Boolean})],ResponsivePopover.prototype,"_hideCloseButton",void 0),__decorate$j([i$a("@ui5/webcomponents")],ResponsivePopover,"i18nBundle",void 0),ResponsivePopover=ResponsivePopover_1=__decorate$j([m$8({tag:"ui5-responsive-popover",styles:[Popover$1.styles,ResponsivePopoverCss],template:ResponsivePopoverTemplate})],ResponsivePopover),ResponsivePopover.define();const ResponsivePopover$1=ResponsivePopover;function DatePickerPopoverTemplate(e){const t=(null==e?void 0:e.header)||defaultHeader,o=(null==e?void 0:e.content)||defaultContent,a=(null==e?void 0:e.footer)||defaultFooter;return jsxs(ResponsivePopover$1,{id:`${this._id}-responsive-popover`,class:"ui5-date-picker-popover",opener:this,open:this.open,allowTargetOverlap:!0,placement:"Bottom",horizontalAlign:"Start",accessibleName:this.pickerAccessibleName,hideArrow:!0,_hideHeader:this._shouldHideHeader,onKeyDown:this._onkeydown,onClose:this.onResponsivePopoverAfterClose,onOpen:this.onResponsivePopoverAfterOpen,onBeforeOpen:this.onResponsivePopoverBeforeOpen,children:[this.showHeader&&t.call(this),valueStateTextHeader$1.call(this),o.call(this),this.showFooter&&a.call(this)]})}function defaultHeader(){return jsx("div",{slot:"header",class:"ui5-responsive-popover-header",children:jsxs("div",{class:"row",children:[jsx("span",{children:this._headerTitleText}),jsx(Button$1,{class:"ui5-responsive-popover-close-btn",icon:decline,design:"Transparent",onClick:this._togglePicker})]})})}function defaultContent(){return jsx(Calendar$1,{id:`${this._id}-calendar`,primaryCalendarType:this._primaryCalendarType,secondaryCalendarType:this.secondaryCalendarType,formatPattern:this._formatPattern,selectionMode:this._calendarSelectionMode,minDate:this.minDate,maxDate:this.maxDate,calendarWeekNumbering:this.calendarWeekNumbering,onSelectionChange:this.onSelectedDatesChange,onShowMonthView:this.onHeaderShowMonthPress,onShowYearView:this.onHeaderShowYearPress,hideWeekNumbers:this.hideWeekNumbers,_currentPicker:this._calendarCurrentPicker,_pickersMode:this._calendarPickersMode,children:this._calendarSelectedDates.map((e=>jsx(CalendarDate$1,{value:e})))})}function valueStateMessage$3(){return this.shouldDisplayDefaultValueStateMessage?this.valueStateDefaultText:jsx("slot",{name:"valueStateMessage"})}function valueStateTextHeader$1(){if(this.hasValueStateText)return jsxs("div",{slot:d$8()?void 0:"header",class:{"ui5-popover-header":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage--success":this.valueState===o$4.Positive,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information},children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:valueStateMessageInputIcon$1.call(this)}),valueStateMessage$3.call(this)]})}function valueStateMessageInputIcon$1(){const e={Negative:error,Critical:alert,Positive:sysEnter2,Information:information};return this.valueState!==o$4.None?e[this.valueState]:""}function defaultFooter(){}function DatePickerTemplate(){return[DatePickerInputTemplate.call(this),DatePickerPopoverTemplate.call(this)]}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const datePickerCss='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.inputIcon{color:var(--_ui5-v2-15-0_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-15-0_input_icon_padding);border-inline-start:var(--_ui5-v2-15-0_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-15-0_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-15-0_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-15-0_input_icon_hover_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-15-0_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_readonly_background)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_icon_padding)}:host(:not([hidden])){display:inline-block;line-height:normal;letter-spacing:normal;word-spacing:normal;height:var(--_ui5-v2-15-0_input_height);border-radius:var(--_ui5-v2-15-0_input_border_radius)}:host{min-width:calc(var(--_ui5-v2-15-0_input_min_width) + var(--_ui5-v2-15-0_input_icon_width));color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-15-0-datepicker_border_radius);margin:var(--_ui5-v2-15-0_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-v2-15-0-datepicker-hover-background)}:host(:not([disabled]):not([readonly]):hover){background:var(--_ui5-v2-15-0-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%;color:inherit;background-color:inherit;border-radius:inherit;height:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit}:host([disabled]) .ui5-date-picker-input{background-color:var(--_ui5-v2-15-0-input_disabled_background);opacity:var(--_ui5-v2-15-0_input_disabled_opacity)}:host(:not([disabled]):not([readonly])) .ui5-date-picker-input[focused]{background-color:var(--_ui5-v2-15-0-datepicker-hover-background)}.ui5-date-picker-popover::part(header){padding:0}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const datePickerPopoverCss=".ui5-date-picker-popover{width:var(--_ui5-v2-15-0_calendar_width);.ui5-popover-header{width:100%}}[ui5-calendar]{width:100%;display:flex;justify-content:center}[ui5-responsive-popover]::part(content){padding:0}\n";var DatePicker_1,__decorate$i=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DatePicker=DatePicker_1=class extends DateComponentBase$1{constructor(){super(...arguments),this.value="",this.valueState="None",this.required=!1,this.disabled=!1,this.readonly=!1,this.hideWeekNumbers=!1,this.open=!1,this._calendarCurrentPicker="day"}get formValidityMessage(){return DatePicker_1.i18nBundle.getText(FORM_TEXTFIELD_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.value}}async formElementAnchor(){var e;return null==(e=await this.getFocusDomRefAsync())?void 0:e.getFocusDomRefAsync()}get formFormattedValue(){return this.value}onResponsivePopoverAfterClose(){var e;this.open=!1,d$8()?this.blur():null==(e=this._dateTimeInput)||e.focus(),this.fireDecoratorEvent("close")}onResponsivePopoverAfterOpen(){this.fireDecoratorEvent("open")}onResponsivePopoverBeforeOpen(){this._calendar.timestamp=this._calendarTimestamp,this._calendarCurrentPicker=this.firstPicker}onBeforeRendering(){["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.value=this.normalizeFormattedValue(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){ko(e)&&(e.preventDefault(),this.open&&s$4(e)||this._toggleAndFocusInput());const t=e.target;t&&this.open&&this._dateTimeInput.id===t.id&&(x(e)||V(e)||bo(e)||fo(e))&&this._togglePicker(),this.open||(b$4(e)?this._internals.form&&i$d(this):yo(e)?(e.preventDefault(),this._modifyDateValue(1,"year")):z2(e)?(e.preventDefault(),this._modifyDateValue(1,"month")):j(e)?(e.preventDefault(),this._modifyDateValue(1,"day")):eo(e)?(e.preventDefault(),this._modifyDateValue(-1,"year")):v$1(e)?(e.preventDefault(),this._modifyDateValue(-1,"month")):q(e)&&(e.preventDefault(),this._modifyDateValue(-1,"day")))}_modifyDateValue(e,t,o){if(!this.dateValue)return;const a=modifyDateBy(CalendarDate$2.fromLocalJSDate(this.dateValue),e,t,o,this._minDate,this._maxDate),i=this.formatValue(a.toUTCJSDate());this._updateValueAndFireEvents(i,!0,["change","value-changed"])}_updateValueAndFireEvents(e,t,o,a=!0){const i=this._checkValueValidity(e);i&&t&&(e=this.getDisplayValueFromValue(e),e=this.normalizeDisplayValue(e));let r=!0;this.liveValue=e;const n=this.value;if(a&&(this._dateTimeInput.value=e,this.value=this.getValueFromDisplayValue(e),this._updateValueState()),o.forEach((t=>{this.fireDecoratorEvent(t,{value:e,valid:i})||(r=!1)})),!r&&a){if(this.value!==n&&this.value!==this._dateTimeInput.value)return;this._dateTimeInput.value=n,this.value=n}}_updateValueState(){const e=this._checkValueValidity(this.value),t=this.valueState;this.valueState=e?o$4.None:o$4.Negative;!this.fireDecoratorEvent("value-state-change",{valueState:this.valueState,valid:e})&&(this.valueState=t)}getValueFromDisplayValue(e){return this.getDisplayFormat().parse(e)?this.getValueFormat().format(this.getDisplayFormat().parse(e)):e}getDisplayValueFromValue(e){return this.getValueFormat().parse(e)?this.getDisplayFormat().format(this.getValueFormat().parse(e)):e}_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.isValidValue(e)&&this.isInValidRange(e)}_checkDisplayValueValidity(e){return""===e||this.isValidDisplayValue(e)&&this.isInValidRangeDisplayValue(e)}_click(e){d$8()&&(this.responsivePopover.opener=this,this.responsivePopover.open=!0,e.preventDefault())}isValid(e){return""===e||void 0===e||!!this.getFormat().parse(e)}isValidValue(e){return""===e||void 0===e||!!this.getValueFormat().parse(e)}isValidDisplayValue(e){return""===e||void 0===e||!!this.getDisplayFormat().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())}isInValidRangeDisplayValue(e){if(""===e||void 0===e)return!0;const t=this._getCalendarDateFromStringDisplayValue(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)}normalizeFormattedValue(e){return this.getValueFormat().parse(e,!0)?""===e?e:this.getValueFormat().format(this.getValueFormat().parse(e,!0),!0):""}normalizeDisplayValue(e){return""!==e&&this.getDisplayFormat().parse(e,!0)?this.getDisplayFormat().format(this.getDisplayFormat().parse(e,!0),!0):e}get _lastDayOfTheYear(){const e=UI5Date.getInstance().getFullYear(),t=UI5Date.getInstance(e,11,31,23,59,59);return this.getFormat().format(t)}get _placeholder(){return this.placeholder?this.placeholder:`${DatePicker_1.i18nBundle.getText(DATETIME_COMPONENTS_PLACEHOLDER_PREFIX)} ${this._lastDayOfTheYear}`}get _headerTitleText(){return this.ariaLabelText||DatePicker_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get showHeader(){return d$8()}get showFooter(){return d$8()}get displayValue(){return this.getValueFormat().parse(this.value,!0)?this.value?this.getDisplayFormat().format(this.getValueFormat().parse(this.value,!0),!0):"":this.value}get accInfo(){return{ariaRoledescription:this.roleDescription,ariaHasPopup:"grid",ariaRequired:this.required,ariaLabel:this.ariaLabelText||void 0,ariaDescription:p$2(this)||L$2(this)||void 0}}get ariaLabelText(){return E$1(this)||A$2(this)||M2(this)||""}get valueStateDefaultText(){if(this.valueState!==o$4.None)return this.valueStateTextMappings[this.valueState]}get valueStateTextMappings(){return{[o$4.Positive]:DatePicker_1.i18nBundle.getText(VALUE_STATE_SUCCESS),[o$4.Negative]:DatePicker_1.i18nBundle.getText(VALUE_STATE_ERROR),[o$4.Critical]:DatePicker_1.i18nBundle.getText(VALUE_STATE_WARNING),[o$4.Information]:DatePicker_1.i18nBundle.getText(VALUE_STATE_INFORMATION)}}get shouldDisplayDefaultValueStateMessage(){return!t$6(this.valueStateMessage)&&this.hasValueStateText}get hasValueStateText(){return this.hasValueState&&this.valueState!==o$4.Positive}get hasValueState(){return this.valueState!==o$4.None}get openIconTitle(){return DatePicker_1.i18nBundle.getText(DATEPICKER_OPEN_ICON_TITLE)}get openIconName(){return"appointment-2"}get roleDescription(){return DatePicker_1.i18nBundle.getText(DATEPICKER_DATE_DESCRIPTION)}get pickerAccessibleName(){return DatePicker_1.i18nBundle.getText(DATEPICKER_POPOVER_ACCESSIBLE_NAME,this.ariaLabelText)}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 _iconMode(){return f$d()?IconMode$1.Decorative:IconMode$1.Interactive}_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.selectedValues&&e.detail.selectedValues[0];this._updateValueAndFireEvents(t,!0,["change","value-changed"]),this._togglePicker()}onHeaderShowMonthPress(){this._calendarCurrentPicker="month"}onHeaderShowYearPress(){this._calendarCurrentPicker="year"}formatValue(e){return this.getValueFormat().format(e)}_togglePicker(){this.open=!this.open}_toggleAndFocusInput(){this._togglePicker(),this._dateTimeInput.focus()}get dateValue(){return this.liveValue?this.getValueFormat().parse(this.liveValue):this.getValueFormat().parse(this.value)}get dateValueUTC(){return this.liveValue?this.getValueFormat().parse(this.liveValue,!0):this.getValueFormat().parse(this.value)}get styles(){return{main:{width:"100%"}}}get type(){return InputType$1.Text}};__decorate$i([s$6()],DatePicker.prototype,"value",void 0),__decorate$i([s$6()],DatePicker.prototype,"valueState",void 0),__decorate$i([s$6({type:Boolean})],DatePicker.prototype,"required",void 0),__decorate$i([s$6({type:Boolean})],DatePicker.prototype,"disabled",void 0),__decorate$i([s$6({type:Boolean})],DatePicker.prototype,"readonly",void 0),__decorate$i([s$6()],DatePicker.prototype,"placeholder",void 0),__decorate$i([s$6()],DatePicker.prototype,"name",void 0),__decorate$i([s$6({type:Boolean})],DatePicker.prototype,"hideWeekNumbers",void 0),__decorate$i([s$6({type:Boolean})],DatePicker.prototype,"open",void 0),__decorate$i([s$6()],DatePicker.prototype,"accessibleName",void 0),__decorate$i([s$6()],DatePicker.prototype,"accessibleNameRef",void 0),__decorate$i([s$6()],DatePicker.prototype,"accessibleDescription",void 0),__decorate$i([s$6()],DatePicker.prototype,"accessibleDescriptionRef",void 0),__decorate$i([s$6({type:Object})],DatePicker.prototype,"_respPopoverConfig",void 0),__decorate$i([s$6()],DatePicker.prototype,"_calendarCurrentPicker",void 0),__decorate$i([d$5({type:HTMLElement})],DatePicker.prototype,"valueStateMessage",void 0),__decorate$i([o$1("[ui5-datetime-input]")],DatePicker.prototype,"_dateTimeInput",void 0),__decorate$i([o$1("[ui5-calendar]")],DatePicker.prototype,"_calendar",void 0),__decorate$i([i$a("@ui5/webcomponents")],DatePicker,"i18nBundle",void 0),DatePicker=DatePicker_1=__decorate$i([m$8({tag:"ui5-date-picker",languageAware:!0,formAssociated:!0,template:DatePickerTemplate,styles:[datePickerCss,ResponsivePopoverCommonCss,datePickerPopoverCss,ValueStateMessageCss]}),l$b("change",{bubbles:!0,cancelable:!0}),l$b("input",{bubbles:!0,cancelable:!0}),l$b("value-state-change",{bubbles:!0,cancelable:!0}),l$b("open"),l$b("close")],DatePicker),DatePicker.define();const 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 a=0;a<e.length;a++)0!==t.maxHour&&(o[0]=!0),0!==t.maxHour&&t.isTwelveHoursFormat&&(o[0]=!0),"minute"===e[a].type&&(o[1]=!0),"second"===e[a].type&&(o[2]=!0),"amPmMarker"===e[a].type&&(o[3]=!0);return o};var TimePickerInternals_1,__decorate$h=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const TYPE_COOLDOWN_DELAY=1e3;let TimePickerInternals=TimePickerInternals_1=class extends b$5{constructor(){super(...arguments),this._activeIndex=0,this._entities=[],this._periods=[],this._keyboardBuffer=""}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):UI5Date.getInstance()}get validDateValue(){return void 0!==this.value&&this.isValid(this.value)?this.dateValue:UI5Date.getInstance()}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=!!(null==e?void 0:e.match(/H/i)),o=!e||!t,a=getCachedLocaleDataInstance(s$8());return o?a.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.fireDecoratorEvent("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,selected: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([s$6()],TimePickerInternals.prototype,"value",void 0),__decorate$h([s$6()],TimePickerInternals.prototype,"formatPattern",void 0),__decorate$h([s$6({type:Number,noAttribute:!0})],TimePickerInternals.prototype,"_activeIndex",void 0),__decorate$h([s$6()],TimePickerInternals.prototype,"_calendarType",void 0),__decorate$h([s$6({type:Array})],TimePickerInternals.prototype,"_entities",void 0),__decorate$h([s$6({type:Object})],TimePickerInternals.prototype,"_componentMap",void 0),__decorate$h([s$6({type:Array})],TimePickerInternals.prototype,"_periods",void 0),__decorate$h([s$6({type:Number,noAttribute:!0})],TimePickerInternals.prototype,"_typeCooldownId",void 0),__decorate$h([s$6({type:Number,noAttribute:!0})],TimePickerInternals.prototype,"_exactMatch",void 0),__decorate$h([s$6({noAttribute:!0})],TimePickerInternals.prototype,"_keyboardBuffer",void 0),__decorate$h([i$a("@ui5/webcomponents")],TimePickerInternals,"i18nBundle",void 0),TimePickerInternals=TimePickerInternals_1=__decorate$h([m$8({cldr:!0,renderer:y$4}),l$b("change",{bubbles:!0})],TimePickerInternals);const TimePickerInternals$1=TimePickerInternals;function ToggleButtonTemplate(){return jsx(Fragment,{children:ButtonTemplate.call(this,{ariaPressed:this.pressed})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const toggleBtnCss=':host(:not([hidden])){display:inline-block}:host([design="Emphasized"]:not([pressed])){text-shadow:var(--_ui5-v2-15-0_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]:not([disabled])),:host([design="Default"][active]:not([disabled])),:host([design="Transparent"][active]:not([disabled])),:host([design="Emphasized"][active]:not([disabled])){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]:not([disabled])){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]:not([disabled])){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]:not([disabled])){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$g=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ToggleButton=class extends Button$1{constructor(){super(...arguments),this.pressed=!1}_onclick(e){if(e.stopImmediatePropagation(),this.nonInteractive)return;const{altKey:t,ctrlKey:o,metaKey:a,shiftKey:i}=e,r=this.pressed;this.pressed=!r;if(!this.fireDecoratorEvent("click",{originalEvent:e,altKey:t,ctrlKey:o,metaKey:a,shiftKey:i}))return e.preventDefault(),void(this.pressed=r);h$5()&&this.getDomRef().focus()}_onkeyup(e){K(e)?e.preventDefault():super._onkeyup(e)}};__decorate$g([s$6({type:Boolean})],ToggleButton.prototype,"pressed",void 0),ToggleButton=__decorate$g([m$8({tag:"ui5-toggle-button",template:ToggleButtonTemplate,styles:[Button$1.styles,toggleBtnCss]})],ToggleButton),ToggleButton.define();const ToggleButton$1=ToggleButton;function ToggleSpinButtonTemplate(){return jsx(Fragment,{children:ButtonTemplate.call(this,{ariaPressed:this.pressed,ariaValueMax:this.valueMax,ariaValueMin:this.valueMin,ariaValueNow:this.valueNow,ariaValueText:this.valueText})})}var __decorate$f=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ToggleSpinButton=class extends ToggleButton$1{constructor(){super(...arguments),this.valueMin=-1,this.valueMax=-1,this.valueNow=-1}_onclick(){}get effectiveAccRole(){return"spinbutton"}};__decorate$f([s$6({type:Number})],ToggleSpinButton.prototype,"valueMin",void 0),__decorate$f([s$6({type:Number})],ToggleSpinButton.prototype,"valueMax",void 0),__decorate$f([s$6({type:Number})],ToggleSpinButton.prototype,"valueNow",void 0),__decorate$f([s$6()],ToggleSpinButton.prototype,"valueText",void 0),ToggleSpinButton=__decorate$f([m$8({tag:"ui5-toggle-spin-button",renderer:y$4,styles:[Button$1.styles,ToggleButton$1.styles],template:ToggleSpinButtonTemplate})],ToggleSpinButton),ToggleSpinButton.define();const ToggleSpinButton$1=ToggleSpinButton;var r$2=(e=>(e.Auto="Auto",e.Vertical="Vertical",e.Horizontal="Horizontal",e.Paging="Paging",e))(r$2||{}),l$2=(e=>(e.Static="Static",e.Cyclic="Cyclic",e))(l$2||{});class f2{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||l$2.Static,this._navigationMode=t.navigationMode||r$2.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===r$2.Horizontal||this._navigationMode===r$2.Auto,o=this._navigationMode===r$2.Vertical||this._navigationMode===r$2.Auto,a="rtl"===this.rootWebComponent.effectiveDir;if(a&&D$2(e)&&t)this._handleRight();else if(a&&R2(e)&&t)this._handleLeft();else if(D$2(e)&&t)this._handleLeft();else if(R2(e)&&t)this._handleRight();else if(P$1(e)&&o)this._handleUp();else if(_(e)&&o)this._handleDown();else if(M$1(e))this._handleHome();else if(n$9(e))this._handleEnd();else if(j(e))this._handlePageUp();else{if(!q(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===l$2.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===l$2.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===l$2.Cyclic&&(this._currentIndex=e-1)}_handleRight(){const e=this._getItems().length;this._currentIndex<e-1?this._currentIndex+=1:this._behavior===l$2.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(){null!==this._skipItemsSize&&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=t$5();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(v$3(t))return t.getFocusDomRef();const o=this.rootWebComponent.getDomRef();return o&&t.id?o.querySelector(`[id="${t.id}"]`):void 0}}function SegmentedButtonItemTemplate(){return jsxs("li",{role:"option",class:"ui5-segmented-button-item-root","aria-posinset":this.posInSet,"aria-setsize":this.sizeOfSet,"aria-selected":this.selected,"aria-disabled":this.disabled,"aria-roledescription":this.ariaDescription,"data-sap-focus-ref":!0,onClick:this._onclick,onKeyUp:this._onkeyup,tabindex:this.tabIndexValue?parseInt(this.tabIndexValue):void 0,"aria-label":this.ariaLabelText,"aria-description":this.ariaDescriptionText,title:this.tooltip,children:[this.icon&&jsx(Icon$1,{part:"icon",class:"ui5-segmented-button-item-icon",name:this.icon,showTooltip:this.showIconTooltip}),jsx("span",{id:`${this._id}-content`,class:"ui5-segmented-button-item-text",children:jsx("bdi",{children:jsx("slot",{})})})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const segmentedButtonItemCss=':host{vertical-align:middle}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-0_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-segmented-button-item-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-v2-15-0_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:.0625rem solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-segmented-button-item-icon{color:inherit;flex-shrink:0;padding-inline-end:.375rem}:host([icon-only]) .ui5-segmented-button-item-icon{padding-inline-end:0}:host([icon-only]) .ui5-segmented-button-item-root{min-width:auto;padding:0}:host([icon-only]) .ui5-segmented-button-item-text{display:none}.ui5-segmented-button-item-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not([icon-end])) .ui5-segmented-button-item-text{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([has-icon][icon-end]) .ui5-segmented-button-item-text{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only])) .ui5-segmented-button-item-text{min-width:calc(var(--_ui5-v2-15-0_button_base_min_width) - var(--_ui5-v2-15-0_button_base_icon_margin) - 1rem)}:host([disabled]){pointer-events:none}:host([desktop]:not([active])) .ui5-segmented-button-item-root:focus-within:after,:host(:not([active])) .ui5-segmented-button-item-root:focus-visible:after,:host([desktop][active]) .ui5-segmented-button-item-root:focus-within:before,:host([active]) .ui5-segmented-button-item-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}:host([desktop][active]) .ui5-segmented-button-item-root:focus-within:before,:host([active]) .ui5-segmented-button-item-root:focus-visible:before{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color)}.ui5-segmented-button-item-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([active][desktop]) .ui5-segmented-button-item-root:focus-within:after,:host([active]) .ui5-segmented-button-item-root:focus-visible:after,:host([selected][desktop]) .ui5-segmented-button-item-root:focus-within:after,:host([selected]) .ui5-segmented-button-item-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color);outline:none}:host([desktop]:not(:last-child)) .ui5-segmented-button-item-root:focus-within:after,:host(:not(:last-child)) .ui5-segmented-button-item-root:focus-visible:after{border-start-end-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-end-end-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}:host([desktop]:not(:first-child)) .ui5-segmented-button-item-root:focus-within:after,:host(:not(:first-child)) .ui5-segmented-button-item-root:focus-visible:after{border-start-start-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-end-start-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}\n';var SegmentedButtonItem_1,__decorate$e=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SegmentedButtonItem=SegmentedButtonItem_1=class extends b$5{get ariaDescription(){return SegmentedButtonItem_1.i18nBundle.getText(SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION)}constructor(){super(),this.disabled=!1,this.selected=!1,this.iconOnly=!1,this.nonInteractive=!1,this.posInSet=0,this.sizeOfSet=0,this.hidden=!1}_onclick(e){this.disabled&&(e.preventDefault(),e.stopPropagation()),this.selected=!this.selected}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}onBeforeRendering(){this.iconOnly=!t$6(this.text)}_onkeyup(e){K(e)&&e.preventDefault()}get tabIndexValue(){if(this.disabled)return;const e=this.getAttribute("tabindex");return e||this.forcedTabIndex}get ariaLabelText(){return A$2(this)||M2(this)||void 0}get ariaDescriptionText(){return L$2(this)||void 0}get showIconTooltip(){return l$7()&&this.iconOnly&&!this.tooltip}};__decorate$e([s$6({type:Boolean})],SegmentedButtonItem.prototype,"disabled",void 0),__decorate$e([s$6({type:Boolean})],SegmentedButtonItem.prototype,"selected",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"tooltip",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"accessibleName",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"accessibleNameRef",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"accessibleDescription",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"accessibleDescriptionRef",void 0),__decorate$e([s$6()],SegmentedButtonItem.prototype,"icon",void 0),__decorate$e([s$6({type:Boolean})],SegmentedButtonItem.prototype,"iconOnly",void 0),__decorate$e([s$6({type:Boolean})],SegmentedButtonItem.prototype,"nonInteractive",void 0),__decorate$e([s$6({noAttribute:!0})],SegmentedButtonItem.prototype,"forcedTabIndex",void 0),__decorate$e([s$6({type:Number})],SegmentedButtonItem.prototype,"posInSet",void 0),__decorate$e([s$6({type:Number})],SegmentedButtonItem.prototype,"sizeOfSet",void 0),__decorate$e([s$6({type:Boolean})],SegmentedButtonItem.prototype,"hidden",void 0),__decorate$e([d$5({type:Node,default:!0})],SegmentedButtonItem.prototype,"text",void 0),__decorate$e([i$a("@ui5/webcomponents")],SegmentedButtonItem,"i18nBundle",void 0),SegmentedButtonItem=SegmentedButtonItem_1=__decorate$e([m$8({tag:"ui5-segmented-button-item",renderer:y$4,template:SegmentedButtonItemTemplate,styles:segmentedButtonItemCss})],SegmentedButtonItem),SegmentedButtonItem.define();const SegmentedButtonItem$1=SegmentedButtonItem;var SegmentedButtonSelectionMode;!function(e){e.Single="Single",e.Multiple="Multiple"}(SegmentedButtonSelectionMode||(SegmentedButtonSelectionMode={}));const SegmentedButtonSelectionMode$1=SegmentedButtonSelectionMode;function SegmentedButtonTemplate(){return jsx("ul",{role:"listbox",class:"ui5-segmented-button-root",onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onFocusIn:this._onfocusin,"aria-multiselectable":"Multiple"===this.selectionMode?"true":"false","aria-orientation":"horizontal","aria-description":this.ariaDescriptionText,"aria-label":this.ariaLabelText,"aria-roledescription":this.ariaRoleDescription,children:jsx("slot",{})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const SegmentedButtonCss=":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-v2-15-0_segmented_btn_items_count) * var(--_ui5-v2-15-0_button_base_min_width))}.ui5-segmented-button-root{width:inherit;display:grid;grid-template-columns:repeat(var(--_ui5-v2-15-0_segmented_btn_items_count),minmax(var(--_ui5-v2-15-0_button_base_min_width),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(--sapButton_Segment_BorderCornerRadius);border-color:var(--_ui5-v2-15-0_segmented_btn_border_color);background-color:var(--_ui5-v2-15-0_segmented_btn_background_color);height:var(--_ui5-v2-15-0_button_base_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:initial}::slotted([ui5-segmented-button-item]:hover){z-index:2;box-shadow:var(--_ui5-v2-15-0_segmented_btn_hover_box_shadow);border-color:var(--sapButton_Hover_BorderColor);background-color:var(--sapButton_Hover_Background)}::slotted([ui5-segmented-button-item][selected]),::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][selected]: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-v2-15-0_segmented_btn_item_border_left);border-right-width:var(--_ui5-v2-15-0_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)}::slotted([ui5-segmented-button-item]:active){background-color:var(--sapButton_Selected_Background)}\n";var SegmentedButton_1,__decorate$d=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let SegmentedButton=SegmentedButton_1=class extends b$5{constructor(){super(),this.selectionMode="Single",this._itemNavigation=new f2(this,{getItemsCallback:()=>this.navigatableItems}),this.hasPreviouslyFocusedItem=!1,this._actionCanceled=!1}onBeforeRendering(){const e=this.getSlottedNodes("items"),t=e.filter((e=>!e.hidden));let o=1;e.forEach((e=>{e.posInSet=e.hidden?void 0:o++,e.sizeOfSet=e.hidden?void 0:t.length})),this.normalizeSelection(),this.style.setProperty(d$g("--_ui5_segmented_btn_items_count"),`${t.length}`)}normalizeSelection(){if(this.items.length)switch(this.selectionMode){case SegmentedButtonSelectionMode$1.Single:{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}}}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}_selectItem(e){const t=e.target,o=t.hasAttribute("ui5-segmented-button-item");if(!t.disabled&&t!==this.getDomRef()&&o){if(this.selectionMode===SegmentedButtonSelectionMode$1.Multiple)e instanceof KeyboardEvent&&(t.selected=!t.selected);else this._applySingleSelection(t);return this.fireDecoratorEvent("selection-change",{selectedItems:this.selectedItems}),this._itemNavigation.setCurrentItem(t),this}}_applySingleSelection(e){this.items.forEach((e=>{e.selected=!1})),e.selected=!0,this._selectedItem=e}_onclick(e){this._selectItem(e)}_onkeydown(e){b$4(e)?this._selectItem(e):A$3(e)?(e.preventDefault(),this._actionCanceled=!1):(Ko(e)||m$6(e))&&(this._actionCanceled=!0)}_onkeyup(e){A$3(e)&&(this._actionCanceled||this._selectItem(e),this._actionCanceled=!1)}_onmousedown(e){const t=e.target;t.hasAttribute("ui5-segmented-button-item")&&(this._itemNavigation.setCurrentItem(t),this.hasPreviouslyFocusedItem=!0)}_onfocusin(e){this.hasPreviouslyFocusedItem?this._itemNavigation.setCurrentItem(e.target):this.selectedItems.length&&(this._itemNavigation.setCurrentItem(this.selectedItems[0]),this.selectedItems[0].focus(),this.hasPreviouslyFocusedItem=!0)}get selectedItems(){return this.items.filter((e=>e.selected))}get navigatableItems(){return this.getSlottedNodes("items").filter((e=>!e.disabled))}get ariaLabelText(){return A$2(this)||M2(this)||void 0}get ariaDescriptionText(){return`${L$2(this)||""} ${SegmentedButton_1.i18nBundle.getText(SEGMENTEDBUTTON_ARIA_DESCRIBEDBY)}`.trim()}get ariaRoleDescription(){return SegmentedButton_1.i18nBundle.getText(SEGMENTEDBUTTON_ARIA_DESCRIPTION)}};__decorate$d([s$6()],SegmentedButton.prototype,"accessibleName",void 0),__decorate$d([s$6()],SegmentedButton.prototype,"accessibleNameRef",void 0),__decorate$d([s$6()],SegmentedButton.prototype,"accessibleDescription",void 0),__decorate$d([s$6()],SegmentedButton.prototype,"accessibleDescriptionRef",void 0),__decorate$d([s$6()],SegmentedButton.prototype,"selectionMode",void 0),__decorate$d([d$5({type:HTMLElement,invalidateOnChildChange:!0,default:!0})],SegmentedButton.prototype,"items",void 0),__decorate$d([i$a("@ui5/webcomponents")],SegmentedButton,"i18nBundle",void 0),SegmentedButton=SegmentedButton_1=__decorate$d([m$8({tag:"ui5-segmented-button",languageAware:!0,renderer:y$4,template:SegmentedButtonTemplate,styles:SegmentedButtonCss}),l$b("selection-change",{bubbles:!0})],SegmentedButton),SegmentedButton.define();const SegmentedButton$1=SegmentedButton;function TimePickerClockTemplate(){return jsxs("div",{id:`${this._id}`,onDragStart:this.noop,onDrop:this.noop,"aria-hidden":"true",class:{"ui5-tp-clock":!0,"ui5-tp-clock-active":this.active},children:[jsx("div",{"data-label":this.label,class:"ui5-tp-clock-dial"}),jsx("div",{class:"ui5-tp-clock-items",children:this._items.map(((e,t)=>jsx("div",{class:"ui5-tp-clock-item",style:{transform:`translate(-50%) rotate(${(t+1)*this._angleStep}deg`},children:e.item?jsxs(Fragment,{children:[jsx("span",{class:"ui5-tp-clock-dot"}),jsx("span",{id:`${this._id}-${e.item}`,class:"ui5-tp-clock-number",style:{transform:`rotate(-${(t+1)*this._angleStep}deg)`},children:e.item})]}):jsx("span",{class:"ui5-tp-clock-mid-dot"})})))}),jsxs("div",{class:"ui5-tp-clock-markers",children:[this._selectedItem.showMarker&&jsxs("div",{class:"ui5-tp-clock-item",style:{transform:`translate(-50%) rotate(${this._selectedItem.angle||0}deg)`},children:[jsx("div",{class:"ui5-tp-clock-select-marker"}),jsx("div",{class:this._selectedItem.itemClasses,style:{transform:`rotate(-${this._selectedItem.angle||0}deg)`},children:this._selectedItem.item})]}),this._hoveredItem.showMarker&&jsxs("div",{class:"ui5-tp-clock-item",style:{transform:`translate(-50%) rotate(${this._hoveredItem.angle||0}deg)`},children:[jsx("div",{class:"ui5-tp-clock-hover-marker"}),jsx("div",{class:this._hoveredItem.itemClasses,style:{transform:`rotate(-${this._hoveredItem.angle||0}deg)`},children:this._hoveredItem.item})]})]}),jsx("div",{class:{"ui5-tp-clock-cover":!0,"ui5-tp-clock-pointer":this._hoveredItem.showMarker},onTouchStart:this._onTouchStart,onTouchMove:this._onTouchMove,onTouchEnd:this._onTouchEnd,onMouseDown:this._onTouchStart,onMouseMove:this._onTouchMove,onMouseUp:this._onTouchEnd,onMouseOut:this._onMouseOut,onWheel:this._onMouseWheel})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const TimePickerClockCss='.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:-.25rem;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-select-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-hover-marker{box-sizing:border-box;width:.25rem;height:.5625rem;margin:0 auto;border-radius:100%;background-color:var(--sapList_Hover_Background);border:.0625rem solid var(--sapGroup_TitleBorderColor)}.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);border:.0625rem solid transparent}.ui5-tp-clock-number.ui5-tp-clock-number-hover:not(.ui5-tp-clock-selected){background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-selected{color:var(--sapButton_Selected_TextColor);background-color:var(--sapButton_Selected_Background);border:.0625rem solid var(--sapButton_Selected_BorderColor)}.ui5-tp-clock-hovered{background-color:var(--sapList_Hover_Background);z-index:5}.ui5-tp-clock-pointer{cursor:pointer}.ui5-tp-clock-items,.ui5-tp-clock-markers{position:absolute;inset:0}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{opacity:0}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeOutClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-dial:before{animation-name:fadeOutClockLabel;animation-duration:.35s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-number.ui5-tp-clock-selected,.ui5-tp-clock-transition .ui5-tp-clock-select-marker{animation-name:fadeOutSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-out;animation-fill-mode:forwards}.ui5-tp-clock-transition .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeOutSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-number{animation-name:fadeInClockItems;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-dial:before{animation-name:fadeInClockLabel;animation-duration:.35s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-number.ui5-tp-clock-selected,:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-select-marker{animation-name:fadeInSelectedItem;animation-delay:.1s;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards}:host(:not([_skip-animation])) .ui5-tp-clock-active:not(.ui5-tp-clock-transition) .ui5-tp-clock-items .ui5-tp-clock-mid-dot{animation-name:fadeInSelectedItem;animation-delay:.15s;animation-duration:.2s;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes fadeOutClockItems{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeOutClockLabel{0%{opacity:1;display:flex;transform:translateY(0)}to{opacity:0;display:flex;transform:translateY(-16px)}}@keyframes fadeOutSelectedItem{0%{opacity:1;display:block}to{opacity:0;display:block}}@keyframes fadeInClockItems{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes fadeInClockLabel{0%{opacity:0;display:flex;transform:translateY(16px)}to{opacity:1;display:flex;transform:translateY(0)}}@keyframes fadeInSelectedItem{0%{opacity:0;display:block}50%{opacity:.5;display:block}to{opacity:1;display:block}}\n';var __decorate$c=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const CLOCK_NUMBER_CLASS="ui5-tp-clock-number",CLOCK_NUMBER_SELECTED_CLASS="ui5-tp-clock-selected",CLOCK_NUMBER_HOVERED_CLASS="ui5-tp-clock-hovered",CLOCK_MIDDOT_CLASS="ui5-tp-clock-mid-dot";let TimePickerClock=class extends b$5{constructor(){super(),this.disabled=!1,this.active=!1,this.itemMin=-1,this.itemMax=-1,this.hideFractions=!1,this.lastItemReplacement=-1,this.prependZero=!1,this.selectedValue=-1,this.displayStep=5,this.valueStep=1,this._items=[],this._selectedItem={},this._hoveredItem={},this._dimensionParameters={radius:0,centerX:0,centerY:0,dotHeight:0,numberHeight:0,activeRadiusMax:0,activeRadiusMin:0,offsetX:0,offsetY:0},this._mouseOrTouchDown=!1,this._cancelTouchOut=!1,this._selectedValue=-1,this._movSelectedValue=-1,this._hoveredValue=-1,this._prevHoveredValue=-1,this._skipAnimation=!1,this._fnOnMouseOutUp=()=>{this._mouseOrTouchDown=!1}}onEnterDOM(){document.addEventListener("mouseup",this._fnOnMouseOutUp,!1)}onExitDOM(){document.removeEventListener("mouseup",this._fnOnMouseOutUp,!1)}onBeforeRendering(){this._prepareClockItems(),this._selectedItem=this._updateSelectedOrHoveredItem(this._fixReplacementValue(this.selectedValue),"ui5-tp-clock-selected"),this._hoveredItem=this._updateSelectedOrHoveredItem(this._fixReplacementValue(this._hoveredValue),"ui5-tp-clock-hovered")}get _itemsCount(){return this.itemMax-this.itemMin+1}get _angleStep(){return this.hideFractions?360/this._itemsCount:6}_fixReplacementValue(e){let t=e;return 0===t&&(t=this.itemMax),t===this.itemMax&&-1!==this.lastItemReplacement&&(t=this.lastItemReplacement),t}_updateSelectedOrHoveredItem(e,t){if(-1===e)return{showMarker:!1};const o=e>=this.itemMin&&e<=this.itemMax||e===this.lastItemReplacement,a=360/(this.itemMax-this.itemMin+1);let i=o?e*a:void 0;return void 0!==i&&(i%=360),{angle:i,item:o?e.toString():"",showMarker:o,itemClasses:`${CLOCK_NUMBER_CLASS} ${o?t:""}`}}_prepareClockItems(){const e=[],t=this._angleStep,o=360/t,a=o/this._itemsCount;let i,r;for(this._items=[],r=this.itemMin;r<=this.itemMax;r++)e.push({item:r.toString()});for(-1!==this.lastItemReplacement&&(e[e.length-1].item=this.lastItemReplacement.toString()),r=1;r<=o;r++)i=r%(this.displayStep*a)!=0?{}:e[r/a-1],i.angle=r*t,this._items.push(i)}_getClockCoverContainerDomRef(){const e=this.getDomRef();return e&&e.querySelector(".ui5-tp-clock-cover")}_outerHeight(e){if(!e)return 0;const t=window.getComputedStyle(e);return e.offsetHeight+parseInt(t.marginTop)+parseInt(t.marginBottom)}_hoveredId(e){return e===this.itemMax&&-1!==this.lastItemReplacement&&(e=this.lastItemReplacement),`#${this._id}-${e.toString()}`}_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 a=this.getDomRef(),i=a.querySelector(`.${CLOCK_MIDDOT_CLASS}`),r=a.querySelector(`.${CLOCK_NUMBER_CLASS}`),n=Math.round(e.offsetHeight/2),s=this._outerHeight(i),_=this._outerHeight(r),l=e.getBoundingClientRect();this._dimensionParameters={radius:n,centerX:n,centerY:n,dotHeight:s,numberHeight:_,activeRadiusMax:n,activeRadiusMin:n-1.5*_-1,offsetX:l.left+t,offsetY:l.top+o}}_calculatePosition(e,t){const o=e-this._dimensionParameters.offsetX+1-this._dimensionParameters.radius,a=t-this._dimensionParameters.offsetY+1-this._dimensionParameters.radius,i=o>=0?0:180,r=180*Math.atan(a/o)/Math.PI+90+i,n=360/this.itemMax*this.valueStep,s=Math.sqrt(o*o+a*a),_=s<=this._dimensionParameters.activeRadiusMax&&s>this._dimensionParameters.activeRadiusMin;let l=Math.round((0===r?360:r)/n)*n;0===l&&(l=360),this._selectedValue=_?l/n*this.valueStep:-1,this._hoveredValue=_?this._selectedValue:-1,this._selectedValue===this.itemMax&&-1!==this.lastItemReplacement&&(this._selectedValue=this.lastItemReplacement)}_modifyValue(e){let t=this.selectedValue;const o=this.lastItemReplacement;let a,i=this.valueStep;t%i!=0&&(a=e?Math.ceil(t/i)*i:Math.floor(t/i)*i,i=Math.abs(t-a)),t===o&&(t=this.itemMax),e?(t+=i,t>this.itemMax&&(t-=this.itemMax)):(t-=i,t<this.itemMin&&(t=this.itemMax)),this._setSelectedValue(t)}_setSelectedValue(e,t=!1){const o=this._fixReplacementValue(e);this.selectedValue=o,this.fireDecoratorEvent("change",{value:o,stringValue:this._getStringValue(o),finalChange:t}),this._selectedItem=this._updateSelectedOrHoveredItem(o,"ui5-tp-clock-selected")}_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){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))}_onTouchEnd(e){this._mouseOrTouchDown&&(this._mouseOrTouchDown=!1,e.preventDefault(),this.disabled||-1===this._selectedValue||this._cancelTouchOut||this._setSelectedValue(this._selectedValue,!0))}_onMouseWheel(e){const t=e.detail?e.detail>0:e.deltaY>0||e.deltaX>0;e.preventDefault(),this._mouseOrTouchDown||this._modifyValue(t)}_onMouseOut(){this._hoveredValue=-1,this._prevHoveredValue=-1}noop(){return!1}};__decorate$c([s$6({type:Boolean})],TimePickerClock.prototype,"disabled",void 0),__decorate$c([s$6({type:Boolean})],TimePickerClock.prototype,"active",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"itemMin",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"itemMax",void 0),__decorate$c([s$6()],TimePickerClock.prototype,"label",void 0),__decorate$c([s$6({type:Boolean})],TimePickerClock.prototype,"hideFractions",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"lastItemReplacement",void 0),__decorate$c([s$6({type:Boolean})],TimePickerClock.prototype,"prependZero",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"selectedValue",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"displayStep",void 0),__decorate$c([s$6({type:Number})],TimePickerClock.prototype,"valueStep",void 0),__decorate$c([s$6({type:Array})],TimePickerClock.prototype,"_items",void 0),__decorate$c([s$6({type:Object})],TimePickerClock.prototype,"_selectedItem",void 0),__decorate$c([s$6({type:Object})],TimePickerClock.prototype,"_hoveredItem",void 0),__decorate$c([s$6({type:Object})],TimePickerClock.prototype,"_dimensionParameters",void 0),__decorate$c([s$6({type:Boolean,noAttribute:!0})],TimePickerClock.prototype,"_mouseOrTouchDown",void 0),__decorate$c([s$6({type:Boolean,noAttribute:!0})],TimePickerClock.prototype,"_cancelTouchOut",void 0),__decorate$c([s$6({type:Number,noAttribute:!0})],TimePickerClock.prototype,"_selectedValue",void 0),__decorate$c([s$6({type:Number,noAttribute:!0})],TimePickerClock.prototype,"_movSelectedValue",void 0),__decorate$c([s$6({type:Number,noAttribute:!0})],TimePickerClock.prototype,"_hoveredValue",void 0),__decorate$c([s$6({type:Number,noAttribute:!0})],TimePickerClock.prototype,"_prevHoveredValue",void 0),__decorate$c([s$6({type:Boolean})],TimePickerClock.prototype,"_skipAnimation",void 0),__decorate$c([o$1(".ui5-tp-clock-number")],TimePickerClock.prototype,"_firstNumberElement",void 0),__decorate$c([o$1(".ui5-tp-clock")],TimePickerClock.prototype,"_clockWrapper",void 0),TimePickerClock=__decorate$c([m$8({tag:"ui5-time-picker-clock",renderer:y$4,styles:TimePickerClockCss,template:TimePickerClockTemplate}),l$b("change",{bubbles:!0})],TimePickerClock),TimePickerClock.define();const TimePickerClock$1=TimePickerClock;function TimeSelectionClocksTemplate(){return jsxs("div",{id:`${this._id}`,class:"ui5-time-picker-tsc-container",tabindex:-1,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onFocusIn:this._clocksFocusIn,children:[jsxs("div",{class:"ui5-time-picker-tsc-buttons",children:[this._entities.map((e=>jsxs(Fragment,{children:[e.hasSeparator&&jsx("span",{class:"ui5-time-selection-separator",children:":"}),jsx(ToggleSpinButton$1,{"data-sap-focus-ref":!0,id:`${this._id}_button_${e.entity}`,"data-ui5-clock":e.entity,valueMin:e.attributes&&e.attributes.min,valueMax:e.attributes&&e.attributes.max,valueNow:e.value,valueText:e.textValue,accessibleName:e.label,pressed:e.active,onFocusIn:this._buttonFocusIn,children:e.stringValue})]}))),this._periods.length>0&&jsxs(Fragment,{children:[jsx("span",{class:"ui5-time-selection-separator"}),jsx(SegmentedButton$1,{id:`${this._id}_AmPm`,onClick:this._periodChange,onFocusIn:this._amPmFocusIn,onFocusOut:this._amPmFocusOut,children:this._periods.map((e=>jsx(SegmentedButtonItem$1,{selected:e.selected,children:e.label})))})]})]}),jsx("div",{class:"ui5-time-picker-tsc-clocks",role:"img","aria-label":this.clockDialAriaLabel,children:this._entities.map((e=>jsx(TimePickerClock$1,{id:`${this._id}_clock_${e.entity}`,"data-ui5-clock":e.entity,active:e.active,label:e.label,itemMin:e.itemMin,itemMax:e.itemMax,selectedValue:e.value,displayStep:e.displayStep,valueStep:e.attributes&&e.attributes.step,lastItemReplacement:e.lastItemReplacement,hideFractions:e.hideFractions,prependZero:e.prependZero,_skipAnimation:e.skipAnimation,onChange:this._clockChange})))})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const TimeSelectionClocksCss=".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 .ui5-time-selection-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$b=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimeSelectionClocks=class extends TimePickerInternals$1{constructor(){super(...arguments),this._spacePressed=!1,this._focused=!1,this._amPmFocused=!1,this._skipAnimation=!1}onBeforeRendering(){this._createComponents()}_buttonComponent(e){var t;const o="string"==typeof e?this._indexFromName(e):e,a=this._entities[o].entity;return a?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_button_${a}`):void 0}_clockComponent(e){var t;const o="string"==typeof e?this._indexFromName(e):e,a=this._entities[o].entity;return a?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_clock_${a}`):void 0}_clocksFocusIn(e){e.target.id===this._id&&this._switchClock(this._activeIndex)}_buttonFocusIn(e){const t=e.target,o=this._getNameFromId(t.id),a=this._getIndexFromId(t.id);this._activeIndex!==a&&o&&this._switchTo(o)}_amPmFocusIn(){this._amPmFocused=!0}_amPmFocusOut(){this._amPmFocused=!1}_onkeyup(e){A$3(e)&&(this._spacePressed=!1)}_onkeydown(e){let t;const o=e.target&&-1===e.target.tagName.toLowerCase().indexOf("segmented");if(b$4(e))this.fireDecoratorEvent("close-picker");else if(A$3(e)&&o&&!this._spacePressed)e.preventDefault(),this._spacePressed=!0,this._keyboardBuffer="",this._resetCooldown(!0),this._switchNextClock(!0,!0);else if(!P$1(e)&&!_(e)||w$1(e)||T$3(e))if(j(e)||q(e))t=this._clockComponent("hours"),t&&!t.disabled&&(this._switchTo("hours",!0),t._modifyValue(j(e))),e.preventDefault();else if(z2(e)||v$1(e))t=this._clockComponent("minutes"),t&&!t.disabled&&(this._switchTo("minutes",!0),t._modifyValue(z2(e))),e.preventDefault();else if(yo(e)||eo(e))t=this._clockComponent("seconds"),t&&!t.disabled&&(this._switchTo("seconds",!0),t._modifyValue(yo(e))),e.preventDefault();else if(Ro(e)||Po(e)){const t=this._buttonAmPm();if(t){t.items[0].selected=Ro(e),t.items[1].selected=Po(e);const o=Ro(e)?t.items[0].textContent:t.items[1].textContent;o&&this._calculatePeriodChange(o)}e.preventDefault()}else Uo(e)?(this._keyboardBuffer="",this._exactMatch=void 0,this._resetCooldown(!0),this._switchNextClock(!0,!0)):_o(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(P$1(e)),e.preventDefault()}_numbersInput(e){const t=e.key,o=this._keyboardBuffer+t,a=parseInt(o),i=this._entities[this._activeIndex];let r=this._clockComponent(this._activeIndex);i&&i.attributes&&(a>i.attributes.max?(r&&r._setSelectedValue(parseInt(this._keyboardBuffer)),this._switchNextClock(!1,!0),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`)>i.attributes.max)&&(this._resetCooldown(2!==this._keyboardBuffer.length),this._keyboardBuffer="",this._switchNextClock(!1,!0))))}_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:this._hoursConfiguration.isTwelveHoursFormat?12:24,value:e.hours,stringValue:this._hours,textValue:`${e.hours} ${this.hoursLabel}`,displayStep:this._hoursConfiguration.isTwelveHoursFormat?1:2,lastItemReplacement:this._hoursConfiguration.isTwelveHoursFormat?-1:0,hideFractions:!this._hoursConfiguration.isTwelveHoursFormat,prependZero:this._zeroPaddedHours,hasSeparator:this._entities.length>0,active:!1,skipAnimation:!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,hideFractions:!1,prependZero:!1,hasSeparator:this._entities.length>0,active:!1,skipAnimation:!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,hideFractions:!1,prependZero:!1,hasSeparator:this._entities.length>0,active:!1,skipAnimation:!1,attributes:{min:0,max:59,step:1}})),this._entities[this._activeIndex].active=!0,this._entities[this._activeIndex].skipAnimation=this._skipAnimation,this._createPeriodComponent()}_switchTo(e,t=!1){const o=this._componentKey(e);void 0!==this._componentMap[o]&&this._switchClock(this._componentMap[o],t)}_switchClock(e,t=!1){var o,a;if(this._activeIndex===e||!this._entities.length||e>=this._entities.length)return;const i=this._clockComponent(this._activeIndex),r=this._clockComponent(e);this._skipAnimation&&0!==e&&0===this._activeIndex&&i&&(i._skipAnimation=!1,this._skipAnimation=t),r&&t?(r._skipAnimation=!0,this._activateClock(e)):(null==(o=null==i?void 0:i._firstNumberElement)||o.addEventListener("animationend",(()=>this._activateClock(e)),{once:!0}),null==(a=null==i?void 0:i._clockWrapper)||a.classList.add("ui5-tp-clock-transition"))}_activateClock(e){const t=this._buttonComponent(e);this._entities[this._activeIndex].active=!1,this._activeIndex=e,this._entities[this._activeIndex].active=!0,t&&t.focus()}_switchNextClock(e=!1,t=!1){let o=this._activeIndex;const a=o,i=this._clockComponent(o);do{o++,o>=this._entities.length&&(o=e?0:this._entities.length-1)}while(i&&i.disabled&&o!==a&&(e||o<this._entities.length-1));const r=this._clockComponent(o);o!==a&&r&&!r.disabled&&this._switchClock(o,t)}_clockChange(e){const t=this._getIndexFromId(e.target.id),o=e.detail.stringValue,a=e.detail.value,i=this._buttonComponent(t);if(i){switch(this._entities[t].stringValue=o,this._entities[t].value=a,this._entities=JSON.parse(JSON.stringify(this._entities)),t){case this._componentMap.hours:this._hoursChange(a);break;case this._componentMap.minutes:this._minutesChange(a);break;case this._componentMap.seconds:this._secondsChange(a)}e.detail.finalChange&&(this._activeIndex<this._entities.length-1?this._switchNextClock():i.focus())}}};__decorate$b([s$6({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_spacePressed",void 0),__decorate$b([s$6({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_focused",void 0),__decorate$b([s$6({type:Boolean,noAttribute:!0})],TimeSelectionClocks.prototype,"_amPmFocused",void 0),__decorate$b([s$6({type:Boolean})],TimeSelectionClocks.prototype,"_skipAnimation",void 0),TimeSelectionClocks=__decorate$b([l$b("close-picker",{bubbles:!0}),m$8({tag:"ui5-time-selection-clocks",styles:TimeSelectionClocksCss,template:TimeSelectionClocksTemplate})],TimeSelectionClocks),TimeSelectionClocks.define();const TimeSelectionClocks$1=TimeSelectionClocks;function TimeSelectionInputsTemplate(){return jsxs("div",{class:"ui5-time-selection-inputs",onKeyDown:this._onkeydown,children:[this._entities.map((e=>jsxs(Fragment,{children:[e.hasSeparator&&jsx("span",{class:"ui5-time-selection-separator",children:":"}),jsx(Input$1,{id:`${this._id}_input_${e.entity}`,class:"ui5-time-selection-numeric-input",type:this._numberType,maxlength:2,autocomplete:"off",pattern:"[0-9]*",inputmode:"numeric",value:e.stringValue,accessibleName:e.label,_nativeInputAttributes:e.attributes,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,onInput:this._oninput})]}))),this._periods.length>0&&jsxs(Fragment,{children:[jsx("span",{class:"ui5-time-selection-separator"}),jsx(SegmentedButton$1,{id:`${this._id}_AmPm`,onClick:this._periodChange,children:this._periods.map((e=>jsx(SegmentedButtonItem$1,{selected:e.selected,children:e.label})))})]})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const TimeSelectionInputsCss=".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}.ui5-time-selection-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$a=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimeSelectionInputs=class extends TimePickerInternals$1{constructor(){super(...arguments),this._editedInput=-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(){var e,t;return(null==(e=this.formatPattern)?void 0:e.includes("HH"))||(null==(t=this.formatPattern)?void 0:t.includes("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,a=this._entities[o].entity;return a?null==(t=this.shadowRoot)?void 0:t.querySelector(`#${this._id}_input_${a}`):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(b$4(e))this.fireDecoratorEvent("close-inputs");else if(_o(e)&&this._entities[this._activeIndex]){const t=e.key,o=this._keyboardBuffer+t,a=parseInt(o);e.preventDefault(),this._resetCooldown(!0),a>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$a([s$6({type:Number})],TimeSelectionInputs.prototype,"_editedInput",void 0),__decorate$a([s$6()],TimeSelectionInputs.prototype,"_editedInputValue",void 0),TimeSelectionInputs=__decorate$a([m$8({tag:"ui5-time-selection-inputs",styles:TimeSelectionInputsCss,template:TimeSelectionInputsTemplate}),l$b("close-inputs",{bubbles:!0})],TimeSelectionInputs),TimeSelectionInputs.define();const TimeSelectionInputs$1=TimeSelectionInputs;function TimePickerPopoverTemplate(){return jsxs(Fragment,{children:[jsxs(ResponsivePopover$1,{id:`${this._id}-responsive-popover`,class:"ui5-time-picker-popover",placement:"Bottom",horizontalAlign:"Start",opener:this,open:this.open,allowTargetOverlap:!0,_hideHeader:!this.hasValueStateText,hideArrow:!0,accessibleName:this.pickerAccessibleName,onClose:this.onResponsivePopoverAfterClose,onBeforeOpen:this.onResponsivePopoverBeforeOpen,onOpen:this.onResponsivePopoverAfterOpen,onWheel:this._handleWheel,onKeyDown:this._onkeydown,children:[this.shouldDisplayValueStateMessageInResponsivePopover&&valueStateTextHeader.call(this),jsx(TimeSelectionClocks$1,{id:`${this._id}-time-sel`,value:this._timeSelectionValue,formatPattern:this._formatPattern,onChange:this.onTimeSelectionChange,onClosePicker:this.submitPickers}),jsxs("div",{slot:"footer",class:"ui5-time-picker-footer",children:[jsx(Button$1,{id:"submit",design:"Emphasized",onClick:this.submitPickers,children:this.submitButtonLabel}),jsx(Button$1,{id:"close",design:"Transparent",onClick:this._togglePicker,children:this.cancelButtonLabel})]})]}),this._isMobileDevice&&jsxs(Popover$1,{id:`${this._id}-popover`,class:"ui5-time-picker-inputs-popover",placement:"Bottom",horizontalAlign:"Start","allow-target-overlap":!0,"_hide-header":!0,"hide-arrow":!0,onOpen:this.onInputsPopoverAfterOpen,onClose:this.onInputsPopoverAfterClose,onWheel:this._handleWheel,onKeyDown:this._onkeydown,children:[this.hasValueStateText&&valueStateTextHeader.call(this,{width:"100%"}),jsx("div",{class:"popover-content",children:jsx(TimeSelectionInputs$1,{id:`${this._id}-time-sel-inputs`,value:this._timeSelectionValue,formatPattern:this._formatPattern,onChange:this.onTimeSelectionChange,onCloseInputs:this.submitInputsPopover})}),jsxs("div",{slot:"footer",class:"ui5-time-picker-footer",children:[jsx(Button$1,{id:"submitInputs",design:"Emphasized",onClick:this.submitInputsPopover,children:this.submitButtonLabel}),jsx(Button$1,{id:"closeInputs",design:"Transparent",onClick:this.closeInputsPopover,children:this.cancelButtonLabel})]})]})]})}function valueStateMessage$2(){return this.shouldDisplayDefaultValueStateMessage?this.valueStateDefaultText:jsx("slot",{name:"valueStateMessage"})}function valueStateTextHeader(e){if(this.hasValueStateText)return jsxs("div",{slot:"header",class:{"ui5-popover-header":!0,"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage--success":this.valueState===o$4.Positive,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information},style:e,children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:valueStateMessageInputIcon.call(this)}),valueStateMessage$2.call(this)]})}function valueStateMessageInputIcon(){const e={Negative:error,Critical:alert,Positive:sysEnter2,Information:information};return this.valueState!==o$4.None?e[this.valueState]:""}const name$3="time-entry-request",pathData$3="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$3=!1,collection$3="SAP-icons-v4",packageName$3="@ui5/webcomponents-icons";y$1(name$3,{pathData:pathData$3,ltr:false,collection:collection$3,packageName:packageName$3});const name$2="time-entry-request",pathData$2="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$2=!1,collection$2="SAP-icons-v5",packageName$2="@ui5/webcomponents-icons";y$1(name$2,{pathData:pathData$2,ltr:false,collection:collection$2,packageName:packageName$2});const timeEntryRequest="time-entry-request";function TimePickerTemplate(){return jsxs(Fragment,{children:[jsx("div",{id:this._id,class:"ui5-time-picker-root",children:jsxs(DateTimeInput$1,{"data-sap-focus-ref":!0,id:`${this._id}-inner`,class:"ui5-time-picker-input",value:this.value,placeholder:this._placeholder,disabled:this.disabled,readonly:this.readonly,required:this.required,valueState:this.valueState,_shouldOpenValueStatePopover:!this.open,_inputAccInfo:this.accInfo,onClick:this._handleInputClick,onChange:this._handleInputChange,onInput:this._handleInputLiveChange,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[this.shouldDisplayValueStateMessageOnDesktop&&jsx("slot",{name:"valueStateMessage",slot:"valueStateMessage"}),!this.readonly&&jsx(Icon$1,{slot:"icon",name:timeEntryRequest,tabindex:-1,showTooltip:!0,onClick:this._togglePicker,class:{"ui5-time-picker-input-icon-button":!0,inputIcon:!0,"inputIcon--pressed":this.open}})]})}),TimePickerPopoverTemplate.call(this)]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const TimePickerCss=':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}.inputIcon{color:var(--_ui5-v2-15-0_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-15-0_input_icon_padding);border-inline-start:var(--_ui5-v2-15-0_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-15-0_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-15-0_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-15-0_input_icon_hover_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}:host([disabled]){cursor:default;pointer-events:none;background:none}:host([readonly]:not([disabled])){border-color:var(--_ui5-v2-15-0_input_readonly_border_color);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_readonly_background)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_error_pressed_color)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_warning_pressed_color)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_information_pressed_color)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_success_pressed_color)}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-15-0_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-v2-15-0_input_min_width) + var(--_ui5-v2-15-0_input_icon_width));height:var(--_ui5-v2-15-0_input_height);color:var(--sapField_TextColor);background-color:var(--sapField_Background);border-radius:var(--_ui5-v2-15-0-time_picker_border_radius);margin:var(--_ui5-v2-15-0_input_margin_top_bottom) 0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([value-state="Negative"]){background-color:var(--sapField_InvalidBackground)}:host(:not([disabled]):not([readonly]):hover){background:var(--sapField_Hover_Background)}.ui5-time-picker-root{line-height:inherit;letter-spacing:inherit;word-spacing:inherit;height:inherit}:host .ui5-time-picker-input{width:100%;color:inherit;background-color:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;margin:inherit;height:inherit}:host([disabled]) .ui5-time-picker-input{background-color:var(--_ui5-v2-15-0-input_disabled_background);opacity:var(--_ui5-v2-15-0_input_disabled_opacity)}.ui5-time-picker-popover::part(header){padding:0}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const TimePickerPopoverCss=".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}.ui5-time-picker-inputs-popover::part(header){padding:0;width:100%}\n";var TimePicker_1,__decorate$9=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TimePicker=TimePicker_1=class extends b$5{constructor(){super(...arguments),this.value="",this.valueState="None",this.disabled=!1,this.readonly=!1,this.open=!1,this.required=!1,this._isInputsPopoverOpen=!1}get formValidityMessage(){return TimePicker_1.i18nBundle.getText(FORM_TEXTFIELD_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.value}}async formElementAnchor(){var e;return null==(e=await this.getFocusDomRefAsync())?void 0:e.getFocusDomRefAsync()}get formFormattedValue(){return this.value||""}onBeforeRendering(){this.value&&(this.value=this.normalizeValue(this.value)||this.value),this.tempValue=this.value&&this.isValid(this.value)?this.value:this.getFormat().format(UI5Date.getInstance())}get roleDescription(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_INPUT_DESCRIPTION)}get pickerAccessibleName(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_POPOVER_ACCESSIBLE_NAME,this.ariaLabelText)}get accInfo(){return{ariaRoledescription:this.roleDescription,ariaHasPopup:"grid",ariaRequired:this.required,ariaLabel:this.ariaLabelText||void 0,ariaDescription:p$2(this)||L$2(this)||void 0}}get ariaLabelText(){return E$1(this)||A$2(this)||M2(this)||""}get dateValue(){return this.getFormat().parse(this._effectiveValue)}get _lastAvailableTime(){const e=UI5Date.getInstance();return e.setHours(23,59,59,999),this.getFormat().format(e)}get _placeholder(){return this.placeholder?this.placeholder:`${TimePicker_1.i18nBundle.getText(DATETIME_COMPONENTS_PLACEHOLDER_PREFIX)} ${this._lastAvailableTime}`}get _formatPattern(){var e;const t=!!(null==(e=this.formatPattern)?void 0:e.match(/H/i)),o=!this.formatPattern||!t,a=getCachedLocaleDataInstance(s$8());return o?a.getTimePattern("medium"):this.formatPattern}get _displayFormat(){return this.getFormat().oFormatOptions.pattern}get _effectiveValue(){return this.value}get _timeSelectionValue(){return this.tempValue}get _isPhone(){return d$8()}get _isMobileDevice(){return!f$d()&&(d$8()||a$d())}get shouldDisplayValueStateMessageInResponsivePopover(){var e;return this.hasValueStateText&&!(null==(e=this._inputsPopover)?void 0:e.open)}onTimeSelectionChange(e){this.tempValue=e.detail.value}_togglePicker(){this.open=!this.open,this._isMobileDevice&&(this._inputsPopover.open=!1)}submitPickers(){this._updateValueAndFireEvents(this.tempValue,!0,["change","value-changed"]),this._togglePicker()}onResponsivePopoverAfterClose(){this.open=!1,this.fireDecoratorEvent("close")}onResponsivePopoverBeforeOpen(){const e=this._timeSelectionClocks;e&&(e._activeIndex=0,e._skipAnimation=!0)}onResponsivePopoverAfterOpen(){this.fireDecoratorEvent("open")}openInputsPopover(){this.tempValue=this.value&&this.isValid(this.value)?this.value:this.getFormat().format(UI5Date.getInstance());const e=this._inputsPopover;e.opener=this,e.open=!0,this._isInputsPopoverOpen=!0}closeInputsPopover(){this._inputsPopover.open=!1}toggleInputsPopover(){this.isInputsPopoverOpen()?this.closeInputsPopover():this._canOpenInputsPopover()&&this.openInputsPopover()}isInputsPopoverOpen(){return!!this._isInputsPopoverOpen}submitInputsPopover(){this._updateValueAndFireEvents(this.tempValue,!0,["change","value-changed"]),this.closeInputsPopover()}onInputsPopoverAfterOpen(){this._inputsPopover.querySelector("[ui5-time-selection-inputs]")._addNumericAttributes()}onInputsPopoverAfterClose(){this._isInputsPopoverOpen=!1}_handleInputClick(e){const t=e.target;if(this.open)return;this._isMobileDevice&&t&&!t.hasAttribute("ui5-icon")&&this.toggleInputsPopover();const o=this._getInputField();o&&o.select()}_updateValueAndFireEvents(e,t,o){if(e===this.value)return;const a=this.isValid(e);void 0!==e&&a&&t&&(e=this.normalizeValue(e)),o.includes("input")||(this.value="",this.value=e),this.tempValue=e,this._updateValueState(),o.forEach((t=>{this.fireDecoratorEvent(t,{value:e,valid:a})}))}_updateValueState(){const e=this.isValid(this.value);e?e&&this.valueState===o$4.Negative&&(this.valueState=o$4.None):this.valueState=o$4.Negative}_handleInputChange(e){const t=e.target;this._updateValueAndFireEvents(t.value,!0,["change","value-changed"])}_handleInputLiveChange(e){this._isPhone&&e.preventDefault();const t=e.target;this._updateValueAndFireEvents(t.value,!1,["input"])}_canOpenPicker(){return!this.disabled&&!this.readonly}_canOpenInputsPopover(){return!this.disabled&&this._isMobileDevice}_getInputField(){const e=this._dateTimeInput;return e&&e.getInputDOMRef()}_onkeydown(e){this._isMobileDevice&&!this.isInputsPopoverOpen()&&e.preventDefault(),ko(e)&&(e.preventDefault(),this._togglePicker());const t=e.target;t&&this.open&&this._dateTimeInput.id===t.id&&(x(e)||V(e)||bo(e)||fo(e))&&this._togglePicker(),this.open||(b$4(e)?this._internals.form&&i$d(this):yo(e)?(e.preventDefault(),this._modifyValueBy(1,"second")):z2(e)?(e.preventDefault(),this._modifyValueBy(1,"minute")):j(e)?(e.preventDefault(),this._modifyValueBy(1,"hour")):eo(e)?(e.preventDefault(),this._modifyValueBy(-1,"second")):v$1(e)?(e.preventDefault(),this._modifyValueBy(-1,"minute")):q(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 a=this.formatValue(o);this._updateValueAndFireEvents(a,!0,["change","value-changed"])}_handleWheel(e){e.preventDefault()}_hideMobileKeyboard(){this._dateTimeInput.readonly=!0,setTimeout((()=>{this._dateTimeInput.readonly=!1}),0)}_onfocusin(e){if(this._isMobileDevice){if(this._hideMobileKeyboard(),this._isInputsPopoverOpen){this._inputsPopover.applyFocus()}e.preventDefault()}}get valueStateDefaultText(){if(this.valueState!==o$4.None)return this.valueStateTextMappings[this.valueState]}get valueStateTextMappings(){return{[o$4.Positive]:TimePicker_1.i18nBundle.getText(VALUE_STATE_SUCCESS),[o$4.Negative]:TimePicker_1.i18nBundle.getText(VALUE_STATE_ERROR),[o$4.Critical]:TimePicker_1.i18nBundle.getText(VALUE_STATE_WARNING),[o$4.Information]:TimePicker_1.i18nBundle.getText(VALUE_STATE_INFORMATION)}}get shouldDisplayDefaultValueStateMessage(){return!t$6(this.valueStateMessage)&&this.hasValueStateText}get submitButtonLabel(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_SUBMIT_BUTTON)}get cancelButtonLabel(){return TimePicker_1.i18nBundle.getText(TIMEPICKER_CANCEL_BUTTON)}get hasValueStateText(){return this.hasValueState&&this.valueState!==o$4.Positive}get hasValueState(){return this.valueState!==o$4.None}get shouldDisplayValueStateMessageOnDesktop(){return this.valueStateMessage.length>0&&!this.open&&!this._isMobileDevice}get openIconName(){return"time-entry-request"}};__decorate$9([s$6()],TimePicker.prototype,"value",void 0),__decorate$9([s$6()],TimePicker.prototype,"name",void 0),__decorate$9([s$6()],TimePicker.prototype,"valueState",void 0),__decorate$9([s$6({type:Boolean})],TimePicker.prototype,"disabled",void 0),__decorate$9([s$6({type:Boolean})],TimePicker.prototype,"readonly",void 0),__decorate$9([s$6()],TimePicker.prototype,"placeholder",void 0),__decorate$9([s$6()],TimePicker.prototype,"formatPattern",void 0),__decorate$9([s$6({type:Boolean})],TimePicker.prototype,"open",void 0),__decorate$9([s$6({type:Boolean})],TimePicker.prototype,"required",void 0),__decorate$9([s$6()],TimePicker.prototype,"accessibleName",void 0),__decorate$9([s$6()],TimePicker.prototype,"accessibleNameRef",void 0),__decorate$9([s$6()],TimePicker.prototype,"accessibleDescription",void 0),__decorate$9([s$6()],TimePicker.prototype,"accessibleDescriptionRef",void 0),__decorate$9([s$6({type:Boolean,noAttribute:!0})],TimePicker.prototype,"_isInputsPopoverOpen",void 0),__decorate$9([d$5()],TimePicker.prototype,"valueStateMessage",void 0),__decorate$9([o$1("[ui5-time-selection-clocks]")],TimePicker.prototype,"_timeSelectionClocks",void 0),__decorate$9([o$1("[ui5-popover]")],TimePicker.prototype,"_inputsPopover",void 0),__decorate$9([o$1("[ui5-datetime-input]")],TimePicker.prototype,"_dateTimeInput",void 0),__decorate$9([i$a("@ui5/webcomponents")],TimePicker,"i18nBundle",void 0),TimePicker=TimePicker_1=__decorate$9([m$8({tag:"ui5-time-picker",languageAware:!0,cldr:!0,formAssociated:!0,renderer:y$4,template:TimePickerTemplate,styles:[TimePickerCss,ResponsivePopoverCommonCss,TimePickerPopoverCss,ValueStateMessageCss]}),l$b("change",{bubbles:!0}),l$b("input",{bubbles:!0}),l$b("open",{bubbles:!0}),l$b("close",{bubbles:!0})],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 a=this.getCheckedRadioFromGroup(t);o.forEach(((t,o,a)=>{if(e._id===t._id)return a.splice(o,1)})),a===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 a=o.length,i=o.indexOf(e);if(a<=1)return;const r=this._nextFocusable(i,o);r&&this.updateSelectionInGroup(r,t)}static updateFormValidity(e){const t=this.getGroup(e);if(!t)return;const o=t.some((e=>e.required)),a=t.some((e=>e.checked));t.forEach((e=>{e._groupChecked=a,e._groupRequired=o}))}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)=>{let a=t$5();(null==a?void 0:a.classList.contains("ui5-radio-root"))&&(a=a.getRootNode(),a instanceof ShadowRoot&&(a=a.host)),o?(null==a?void 0:a.hasAttribute("ui5-radio-button"))&&a.readonly?e._tabIndex=a===e&&e.readonly?0:-1:e._tabIndex=e.checked?0:-1:e._tabIndex=0===t?0:-1}))}static selectPreviousItem(e,t){const o=this.getGroup(t);if(!o)return;const a=o.length,i=o.indexOf(e);if(a<=1)return;const r=this._previousFocusable(i,o);r&&this.updateSelectionInGroup(r,t)}static selectItem(e,t){this.updateSelectionInGroup(e,t),this.updateTabOrder(t),this.updateFormValidity(t)}static updateSelectionInGroup(e,t){const o=this.getCheckedRadioFromGroup(t);o&&!e.readonly&&(this._deselectRadio(o),this.checkedRadios.set(t,e)),e&&(e.focus(),e.readonly?setTimeout((()=>{this.updateTabOrder(t)}),0):this._selectRadio(e))}static _deselectRadio(e){e&&(e.checked=!1)}static _selectRadio(e){e.checked=!0,e._checked=!0,e.fireDecoratorEvent("change")}static _nextFocusable(e,t){if(!t)return null;let o=null;if(e===t.length-1){if(t[0].disabled)return this._nextFocusable(1,t);o=t[0]}else{if(t[e+1].disabled)return this._nextFocusable(e+1,t);o=t[e+1]}return o}static _previousFocusable(e,t){const o=t.length;let a=null;if(0===e){if(t[o-1].disabled)return this._previousFocusable(o-1,t);a=t[o-1]}else{if(t[e-1].disabled)return this._previousFocusable(e-1,t);a=t[e-1]}return a}static enforceSingleSelection(e,t){const o=this.getCheckedRadioFromGroup(t);e.checked?o?e!==o&&(this._deselectRadio(o),this.checkedRadios.set(t,e)):this.checkedRadios.set(t,e):e===o&&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 RadioButtonTemplate(){return jsxs("div",{role:"radio",class:"ui5-radio-root","aria-checked":this.checked,"aria-disabled":this.effectiveAriaDisabled,"aria-describedby":this.effectiveAriaDescribedBy,"aria-label":this.ariaLabelText,tabindex:this.effectiveTabIndex,onClick:this._onclick,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onFocusOut:this._onfocusout,children:[jsxs("div",{class:{"ui5-radio-inner":!0,"ui5-radio-inner--hoverable":!this.disabled&&!this.readonly&&f$d()},children:[jsxs("svg",{class:"ui5-radio-svg",focusable:"false","aria-hidden":"true",children:[jsx("circle",{part:"outer-ring",class:"ui5-radio-svg-outer",cx:"50%",cy:"50%",r:"50%"}),jsx("circle",{part:"inner-ring",class:"ui5-radio-svg-inner",cx:"50%",cy:"50%"})]}),jsx("input",{type:"radio",required:this.required,checked:this.checked,readonly:this.readonly,disabled:this.disabled,name:this.name,"data-sap-no-tab-ref":!0})]}),this.text&&jsx(Label$1,{id:`${this._id}-label`,class:"ui5-radio-label",for:this._id,wrappingType:this.wrappingType,children:this.text}),this.hasValueState&&jsx("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const radioButtonCss='.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-v2-15-0_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5-v2-15-0_radio_button_color);border-radius:var(--_ui5-v2-15-0_radio_button_border_radius)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5-v2-15-0_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-15-0_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5-v2-15-0_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-15-0_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5-v2-15-0_radio_button_focus_outline);position:absolute;inset:var(--_ui5-v2-15-0_radio_button_focus_dist);pointer-events:none;border:var(--_ui5-v2-15-0_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-15-0_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v2-15-0_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v2-15-0_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-v2-15-0_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-15-0_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-v2-15-0_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5-v2-15-0_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0px}:host([text]) .ui5-radio-inner{padding:var(--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_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-v2-15-0_radio_button_read_only_border_type);stroke-width:var(--_ui5-v2-15-0_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5-v2-15-0_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .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="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-15-0_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .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="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-15-0_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .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="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-15-0_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-15-0_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-v2-15-0_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5-v2-15-0_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5-v2-15-0_radio_button_border);border-radius:var(--_ui5-v2-15-0_radio_button_border_radius)}.ui5-radio-inner{display:flex;align-items:center;padding:var(--_ui5-v2-15-0_radio_button_outer_ring_padding);flex-shrink:0;height:var(--_ui5-v2-15-0_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-v2-15-0_radio_button_label_offset);padding-block:var(--_ui5-v2-15-0_radio_button_label_side_padding);vertical-align:top;max-width:100%;pointer-events:none;color:var(--_ui5-v2-15-0_radio_button_label_color);overflow-wrap:break-word}:host([wrapping-type="None"][text]) .ui5-radio-root{height:var(--_ui5-v2-15-0_radio_button_height)}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5-v2-15-0_radio_button_svg_size);width:var(--_ui5-v2-15-0_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5-v2-15-0_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5-v2-15-0_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5-v2-15-0_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$8=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeRadio,isGlobalHandlerAttached=!1,RadioButton=RadioButton_1=class extends b$5{get formValidityMessage(){return RadioButton_1.i18nBundle.getText(FORM_SELECTABLE_REQUIRED2)}get formValidity(){return{valueMissing:this._groupRequired&&!this._groupChecked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value||"on":null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.valueState="None",this.value="",this.wrappingType="Normal",this.active=!1,this._groupChecked=!1,this._groupRequired=!1,this._name="",this._checked=!1,this._deactivate=()=>{activeRadio&&(activeRadio.active=!1)},isGlobalHandlerAttached||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached=!0)}onAfterRendering(){this.syncGroup()}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}onExitDOM(){this.syncGroup(!0)}syncGroup(e){const t=this._name,o=this.name,a=this._checked,i=this.checked;e&&RadioButtonGroup.removeFromGroup(this,t),o!==t?(t&&RadioButtonGroup.removeFromGroup(this,t),o&&RadioButtonGroup.addToGroup(this,o)):o&&this.isConnected&&RadioButtonGroup.enforceSingleSelection(this,o),this.name&&i!==a&&RadioButtonGroup.updateTabOrder(this.name),this._name=this.name||"",this._checked=this.checked}_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(A$3(e))return this.active=!0,e.preventDefault();if(b$4(e))return this.active=!0,this.toggle();const t="rtl"===this.effectiveDir;(_(e)||!t&&R2(e)||t&&D$2(e))&&this._handleDown(e),(P$1(e)||!t&&D$2(e)||t&&R2(e))&&this._handleUp(e)}_onkeyup(e){A$3(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.fireDecoratorEvent("change"),this):this}canToggle(){return!(this.disabled||this.readonly||this.checked)}get effectiveAriaDisabled(){return!(!this.disabled&&!this.readonly)||void 0}get ariaLabelText(){return[A$2(this),this.text].filter(Boolean).join(" ")}get effectiveAriaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==o$4.None}get valueStateText(){switch(this.valueState){case o$4.Negative:return RadioButton_1.i18nBundle.getText(VALUE_STATE_ERROR);case o$4.Critical:return RadioButton_1.i18nBundle.getText(VALUE_STATE_WARNING);case o$4.Positive:return RadioButton_1.i18nBundle.getText(VALUE_STATE_SUCCESS);case o$4.Information:return RadioButton_1.i18nBundle.getText(VALUE_STATE_INFORMATION);default:return""}}get effectiveTabIndex(){const e=this.getAttribute("tabindex");return this.disabled?-1:this.name?this._tabIndex:e?parseInt(e):0}};__decorate$8([s$6({type:Boolean})],RadioButton.prototype,"disabled",void 0),__decorate$8([s$6({type:Boolean})],RadioButton.prototype,"readonly",void 0),__decorate$8([s$6({type:Boolean})],RadioButton.prototype,"required",void 0),__decorate$8([s$6({type:Boolean})],RadioButton.prototype,"checked",void 0),__decorate$8([s$6()],RadioButton.prototype,"text",void 0),__decorate$8([s$6()],RadioButton.prototype,"valueState",void 0),__decorate$8([s$6()],RadioButton.prototype,"name",void 0),__decorate$8([s$6()],RadioButton.prototype,"value",void 0),__decorate$8([s$6()],RadioButton.prototype,"wrappingType",void 0),__decorate$8([s$6()],RadioButton.prototype,"accessibleName",void 0),__decorate$8([s$6()],RadioButton.prototype,"accessibleNameRef",void 0),__decorate$8([s$6({type:Number})],RadioButton.prototype,"_tabIndex",void 0),__decorate$8([s$6({type:Boolean})],RadioButton.prototype,"active",void 0),__decorate$8([s$6({type:Boolean,noAttribute:!0})],RadioButton.prototype,"_groupChecked",void 0),__decorate$8([s$6({type:Boolean,noAttribute:!0})],RadioButton.prototype,"_groupRequired",void 0),__decorate$8([i$a("@ui5/webcomponents")],RadioButton,"i18nBundle",void 0),RadioButton=RadioButton_1=__decorate$8([m$8({tag:"ui5-radio-button",languageAware:!0,formAssociated:!0,renderer:y$4,template:RadioButtonTemplate,styles:radioButtonCss}),l$b("change",{bubbles:!0})],RadioButton),RadioButton.define();const IconPerValueState={Negative:error,Critical:alert,Positive:sysEnter2,Information:information};function TextAreaPopoverTemplate(){return jsx(Fragment,{children:this.displayValueStateMessagePopover&&jsx(Popover$1,{preventFocusRestore:!0,hideArrow:!0,preventInitialFocus:!0,class:"ui5-valuestatemessage-popover",style:{"max-width":`${this._width}px`},placement:"Bottom",horizontalAlign:this._valueStatePopoverHorizontalAlign,children:jsxs("div",{slot:"header",class:{"ui5-valuestatemessage-root":!0,...this.classes.valueStateMsg},children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:valueStateIcon.call(this)}),valueStateMessage$1.call(this)]})})})}function valueStateMessage$1(){return this.hasCustomValueState?jsx("slot",{name:"valueStateMessage"}):this.valueStateDefaultText}function valueStateIcon(){return this.valueState!==o$4.None?IconPerValueState[this.valueState]:""}function TextAreaTemplate(){return jsxs(Fragment,{children:[jsxs("div",{class:this.classes.root,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,children:[jsxs("div",{class:"ui5-textarea-wrapper",children:[this.growing&&jsx("div",{id:`${this._id}-mirror`,class:"ui5-textarea-mirror","aria-hidden":"true",children:this._mirrorText.map((e=>jsxs(Fragment,{children:[e.text,jsx("br",{})]})))}),jsx("textarea",{id:`${this._id}-inner`,class:"ui5-textarea-inner",part:"textarea",placeholder:this.placeholder,disabled:this.disabled,readonly:this.readonly,"aria-label":this.ariaLabelText,"aria-describedby":this.ariaDescribedBy,"aria-invalid":this._ariaInvalid,"aria-required":this.required,maxlength:this._exceededTextProps.calcedMaxLength,value:this.value,"data-sap-focus-ref":!0,onInput:this._oninput,onChange:this._onchange,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onSelect:this._onselect,onScroll:this._onscroll})]}),afterTextarea.call(this),this.showExceededText&&jsx("span",{class:"ui5-textarea-exceeded-text",children:this._exceededTextProps.exceededText}),this.hasValueState&&jsx("span",{id:`${this._id}-valueStateDesc`,class:"ui5-hidden-text",children:this.ariaValueStateHiddenText})]}),TextAreaPopoverTemplate.call(this)]})}function afterTextarea(){}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const textareaStyles=':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-v2-15-0_textarea_min_height);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;box-sizing:border-box;line-height:var(--_ui5-v2-15-0_textarea_line_height);margin:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_textarea_min_height);display:inline-flex;vertical-align:top;outline:none;box-sizing:border-box;border-radius:inherit;border-color:inherit;position:relative}.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-v2-15-0_textarea_wrapper_padding);outline:none}:host([disabled]) .ui5-textarea-wrapper{opacity:var(--_ui5-v2-15-0_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-v2-15-0_textarea_focus_pseudo_element_content);position:absolute;pointer-events:none;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-15-0_textarea_focus_outline_color);border-radius:var(--_ui5-v2-15-0_textarea_focus_border_radius);top:var(--_ui5-v2-15-0_textarea_focus_offset);bottom:var(--_ui5-v2-15-0_textarea_focus_offset);left:var(--_ui5-v2-15-0_textarea_focus_offset);right:var(--_ui5-v2-15-0_textarea_focus_offset)}:host([focused][readonly]) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-15-0_textarea_readonly_focus_offset);bottom:var(--_ui5-v2-15-0_textarea_readonly_focus_offset);left:var(--_ui5-v2-15-0_textarea_readonly_focus_offset);right:var(--_ui5-v2-15-0_textarea_readonly_focus_offset)}:host([focused][value-state="Negative"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Critical"]:not([disabled])) .ui5-textarea-wrapper:after,:host([focused][value-state="Information"]:not([disabled])) .ui5-textarea-wrapper:after{top:var(--_ui5-v2-15-0_textarea_value_state_focus_offset);bottom:var(--_ui5-v2-15-0_textarea_value_state_focus_offset);left:var(--_ui5-v2-15-0_textarea_value_state_focus_offset);right:var(--_ui5-v2-15-0_textarea_value_state_focus_offset)}.ui5-textarea-inner{border:none;box-sizing:border-box;width:100%;margin:0;padding:var(--_ui5-v2-15-0_textarea_padding_top) var(--_ui5-v2-15-0_textarea_padding_right_and_left) var(--_ui5-v2-15-0_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:calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding)));width:var(--_ui5-v2-15-0_textarea_inner_width, calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding))));position:absolute}:host([growing]:not([growing-max-rows])) .ui5-textarea-inner{overflow:hidden}.ui5-textarea-mirror{box-sizing:border-box;line-height:var(--_ui5-v2-15-0_textarea_line_height);visibility:hidden;width:100%;max-height:94vh;word-break:break-word;min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-15-0_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom));padding:var(--_ui5-v2-15-0_textarea_padding_top) var(--_ui5-v2-15-0_textarea_padding_right_and_left) var(--_ui5-v2-15-0_textarea_padding_bottom);font-size:var(--sapFontSize);font-family: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-v2-15-0_textarea_min_height)}:host([rows]) .ui5-textarea-inner,:host([rows]) .ui5-textarea-mirror{min-height:calc((var(--_textarea_rows) * var(--_ui5-v2-15-0_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host(:not([rows])) .ui5-textarea-inner{min-height:calc(2 * var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host([growing]):not([growing-max-rows="0"]) .ui5-textarea-inner{max-height:100%}:host([growing-max-rows]:not([growing-max-rows="0"])) .ui5-textarea-mirror{max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-15-0_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host([rows="1"]) .ui5-textarea-inner{min-height:calc(var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host([growing-max-rows="1"]) .ui5-textarea-inner,:host([growing-max-rows="1"]) .ui5-textarea-mirror{max-height:calc(var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom));min-height:calc(var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host([rows="1"][growing-max-rows]) .ui5-textarea-inner,:host([rows="1"][growing-max-rows]) .ui5-textarea-mirror{min-height:calc(var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom));max-height:calc((var(--_textarea_growing_max_rows) * var(--_ui5-v2-15-0_textarea_line_height)) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top) + var(--_ui5-v2-15-0_textarea_padding_bottom))}:host([value-state="Negative"]) .ui5-textarea-mirror,:host([value-state="Critical"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-15-0_textarea_padding_top_error_warning);padding-bottom:var(--_ui5-v2-15-0_textarea_padding_bottom_error_warning);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top_error_warning) + var(--_ui5-v2-15-0_textarea_padding_bottom_error_warning))}:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Negative"]) .ui5-textarea-mirror :host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Critical"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top_error_warning) + var(--_ui5-v2-15-0_textarea_padding_bottom_error_warning);min-height:var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top_error_warning) + var(--_ui5-v2-15-0_textarea_padding_bottom_error_warning)}:host([value-state="Information"]) .ui5-textarea-mirror{padding-top:var(--_ui5-v2-15-0_textarea_padding_top_information);padding-bottom:var(--_ui5-v2-15-0_textarea_padding_bottom_information);min-height:calc(var(--_textarea_rows) * var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top_information) + var(--_ui5-v2-15-0_textarea_padding_bottom_information))}:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-inner,:host([growing-max-rows="1"][value-state="Information"]) .ui5-textarea-mirror{max-height:var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top__ui5_textarea_padding_top_information) + var(--_ui5-v2-15-0_textarea_padding_bottom__ui5_textarea_padding_top_information);min-height:var(--_ui5-v2-15-0_textarea_line_height) * var(--sapFontSize) + var(--_ui5-v2-15-0_textarea_padding_top_error_warning) + var(--_ui5-v2-15-0_textarea_padding_bottom_information)}:host([readonly]:not([disabled])){border-color:var(--sapField_ReadOnly_BorderColor)}:host([readonly]:not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-15-0_textarea_padding_top_readonly) var(--_ui5-v2-15-0_textarea_padding_right_and_left_readonly) var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-15-0_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}.ui5-textarea-inner:-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-15-0_textarea_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-15-0_textarea_error_placeholder_font_style);color:var(--_ui5-v2-15-0_textarea_error_placeholder_color)}:host([value-state="Negative"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-15-0_textarea_error_placeholder_font_style);color:var(--_ui5-v2-15-0_textarea_error_placeholder_color)}:host([value-state="Critical"]) .ui5-textarea-inner::-moz-placeholder{font-weight:var(--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-15-0_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Critical"]) .ui5-textarea-inner::-webkit-input-placeholder{font-weight:var(--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight);font-style:var(--_ui5-v2-15-0_textarea_error_placeholder_font_style);color:var(--sapField_PlaceholderTextColor)}:host([value-state="Negative"]: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="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-15-0_textarea_focused_value_state_error_background);border-color:var(--sapField_InvalidColor)}:host([value-state="Negative"][focused]:not([readonly]):not([disabled])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-15-0_textarea_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly]):not([focused]):not([disabled]):hover) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-15-0_textarea_error_hover_background_color);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner{font-style:var(--_ui5-v2-15-0_textarea_error_warning_font_style);font-weight:var(--_ui5-v2-15-0_textarea_error_warning_font_weight);padding:var(--_ui5-v2-15-0_textarea_padding_top_error_warning) var(--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning) var(--_ui5-v2-15-0_textarea_padding_bottom_error_warning)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-wrapper{border-style:var(--_ui5-v2-15-0_textarea_error_warning_border_style);border-width:var(--_ui5-v2-15-0_textarea_state_border_width);padding:var(--_ui5-v2-15-0_textarea_warning_error_wrapper_padding)}:host([value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner,:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{border-style:none}:host([value-state="Critical"]: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="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-15-0_textarea_focused_value_state_warning_background);border-color:var(--sapField_WarningColor)}:host([value-state="Critical"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-15-0_textarea_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]: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="Positive"]: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-v2-15-0_textarea_success_wrapper_padding)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-15-0_textarea_focused_value_state_success_background);border-color:var(--sapField_SuccessColor)}:host([value-state="Positive"][focused]:not([readonly])) .ui5-textarea-wrapper:after{border-color:var(--_ui5-v2-15-0_textarea_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]: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="Positive"]) .ui5-textarea-inner{border-radius:var(--sapField_BorderCornerRadius)}:host([value-state="Information"]:not([readonly]):not([disabled])) .ui5-textarea-inner{padding:var(--_ui5-v2-15-0_textarea_padding_top_information) var(--_ui5-v2-15-0_textarea_padding_right_and_left_information) var(--_ui5-v2-15-0_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-v2-15-0_textarea_information_wrapper_padding);border-width:var(--_ui5-v2-15-0_textarea_information_border_width);border-style:var(--_ui5-v2-15-0_textarea_error_warning_border_style)}:host([value-state="Information"][focused]:not([readonly])) .ui5-textarea-wrapper{background-color:var(--_ui5-v2-15-0_textarea_focused_value_state_information_background);border-color:var(--sapField_InformationColor)}: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:var(--sapFontFamily);font-size:var(--sapFontSmallSize)}:host([readonly]) .ui5-textarea-exceeded-text,:host([disabled]) .ui5-textarea-exceeded-text{display:none}\n';var TextArea_1,__decorate$7=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let TextArea=TextArea_1=class extends b$5{get formValidityMessage(){return TextArea_1.i18nBundle.getText(FORM_TEXTFIELD_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.value}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.value}constructor(){super(),this.value="",this.disabled=!1,this.readonly=!1,this.required=!1,this.valueState="None",this.rows=0,this.showExceededText=!1,this.growing=!1,this.growingMaxRows=0,this.focused=!1,this.exceeding=!1,this._mirrorText=[],this._firstRendering=!0,this._openValueStateMsgPopover=!1,this._fnOnResize=this._onResize.bind(this),this.previousValue=""}onEnterDOM(){f$3.register(this,this._fnOnResize)}onExitDOM(){f$3.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()}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,m$6(e)){const e=this.getInputDomRef();!this.fireDecoratorEvent("input",{escapePressed:!0})||(this.value=this.previousValue,e.value=this.value)}}_onkeyup(){this._keyDown=!1}_onfocusin(){this.focused=!0,this._openValueStateMsgPopover=!0,this.previousValue=this.getInputDomRef().value}_onfocusout(e){const t=e.relatedTarget,o=t&&this.contains(t);this.focused=!1,o||(this._openValueStateMsgPopover=!1)}_onchange(){this.fireDecoratorEvent("change")}_onselect(){this.fireDecoratorEvent("select")}_onscroll(){this.fireDecoratorEvent("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.fireDecoratorEvent("input"),this.fireDecoratorEvent("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_rows",String(this.growingMaxRows))}toggleValueStateMessage(e){e?this.openPopover():this.closePopover()}openPopover(){this.valueStatePopover=this._getPopover(),this.valueStatePopover&&(this.valueStatePopover.opener=this.shadowRoot.querySelector(".ui5-textarea-root .ui5-textarea-wrapper"),this.valueStatePopover.open=!0)}closePopover(){this.valueStatePopover=this._getPopover(),this.valueStatePopover&&(this.valueStatePopover.open=!1)}_getPopover(){return this.shadowRoot.querySelector("[ui5-popover]")}_tokenizeText(e){const t=e.replace(/</gm,"<").replace(/>/gm,">").split("\n");return 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},valueStateMsg:{"ui5-valuestatemessage-header":!0,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information}}}get tabIndex(){return this.disabled?-1:0}get ariaLabelText(){const e=A$2(this)||M2(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!==o$4.None)return this.hasCustomValueState?`${this.valueStateTypeMappings[this.valueState]}`.concat(" ",this.valueStateMessage.map((e=>e.textContent)).join(" ")):`${this.valueStateTypeMappings[this.valueState]} ${this.valueStateDefaultText}`}get valueStateDefaultText(){return this.valueState!==o$4.None?this.valueStateTextMappings[this.valueState]:""}get _ariaInvalid(){return this.valueState===o$4.Negative?"true":void 0}get openValueStateMsgPopover(){return!this._firstRendering&&this._openValueStateMsgPopover&&this.displayValueStateMessagePopover}get displayValueStateMessagePopover(){return!this.readonly&&(this.hasCustomValueState||this.hasValueState)}get hasCustomValueState(){return!!this.valueStateMessage.length&&this.hasValueState}get hasValueState(){return this.valueState===o$4.Negative||this.valueState===o$4.Critical||this.valueState===o$4.Information}get _valueStatePopoverHorizontalAlign(){return"rtl"!==this.effectiveDir?"Start":"End"}get valueStateTextMappings(){return{Positive:TextArea_1.i18nBundle.getText(VALUE_STATE_SUCCESS),Information:TextArea_1.i18nBundle.getText(VALUE_STATE_INFORMATION),Negative:TextArea_1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:TextArea_1.i18nBundle.getText(VALUE_STATE_WARNING)}}get valueStateTypeMappings(){return{Positive:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),Information:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),Negative:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),Critical:TextArea_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}};__decorate$7([s$6()],TextArea.prototype,"value",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"disabled",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"readonly",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"required",void 0),__decorate$7([s$6()],TextArea.prototype,"placeholder",void 0),__decorate$7([s$6()],TextArea.prototype,"valueState",void 0),__decorate$7([s$6({type:Number})],TextArea.prototype,"rows",void 0),__decorate$7([s$6({type:Number})],TextArea.prototype,"maxlength",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"showExceededText",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"growing",void 0),__decorate$7([s$6({type:Number})],TextArea.prototype,"growingMaxRows",void 0),__decorate$7([s$6()],TextArea.prototype,"name",void 0),__decorate$7([s$6()],TextArea.prototype,"accessibleName",void 0),__decorate$7([s$6()],TextArea.prototype,"accessibleNameRef",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"focused",void 0),__decorate$7([s$6({type:Boolean})],TextArea.prototype,"exceeding",void 0),__decorate$7([s$6({type:Array})],TextArea.prototype,"_mirrorText",void 0),__decorate$7([s$6({noAttribute:!0})],TextArea.prototype,"_maxHeight",void 0),__decorate$7([s$6({type:Number})],TextArea.prototype,"_width",void 0),__decorate$7([d$5()],TextArea.prototype,"valueStateMessage",void 0),__decorate$7([i$a("@ui5/webcomponents")],TextArea,"i18nBundle",void 0),TextArea=TextArea_1=__decorate$7([m$8({tag:"ui5-textarea",formAssociated:!0,languageAware:!0,styles:[textareaStyles,ValueStateMessageCss],renderer:y$4,template:TextAreaTemplate}),l$b("change",{bubbles:!0}),l$b("value-changed",{bubbles:!0}),l$b("input",{bubbles:!0,cancelable:!0}),l$b("select",{bubbles:!0}),l$b("scroll",{bubbles:!0})],TextArea),TextArea.define();const s=":host{justify-content:center;align-items:center;display:flex;color:var(--sapList_TextColor);background-color:var(--sapList_Background);font-family:var(--sapFontFamily);height:var(--sapElement_LineHeight);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_BorderColor);opacity:.8;position:absolute;padding:0 1rem;top:-1000px;left:-1000px}",e$1={key:"DRAG_DROP_MULTIPLE_TEXT",defaultText:"{0} items"},l$1=2;let a$2=null;const g=e=>{a$2=e},d=()=>{a$2=null},p2=()=>a$2,u$1=async e=>{const t=document.createElement("div"),o=await f$a("@ui5/webcomponents-base"),a=t.attachShadow({mode:"open"}),i=new CSSStyleSheet;return i.replaceSync(s),a.adoptedStyleSheets=[i],a.textContent=o.getText(e$1,e),t},m$2=async(e,t)=>{if(e<2)return void console.warn(`Cannot start multiple drag with count ${e}. Minimum is 2.`);if(!t.dataTransfer)return;const o=await u$1(e);document.body.appendChild(o),t.dataTransfer.setDragImage(o,0,0),requestAnimationFrame((()=>{o.remove()}))},D={setDraggedElement:g,clearDraggedElement:d,getDraggedElement:p2,startMultipleDrag:m$2};function i$1(e,t,o,a,i={}){const r=D.getDraggedElement(),n={targetReference:null,placement:null};if(!r&&!(null==i?void 0:i.crossDnD))return n;const s=o.placements;return n.targetReference=e.target,s.some((s=>{const _=i.originalEvent?{originalEvent:e}:{};return!t.fireDecoratorEvent("move-over",{..._,source:{element:r},destination:{element:a,placement:s}})&&(e.preventDefault(),n.targetReference=o.element,n.placement=s,!0)}))||(n.targetReference=null),n}function m$1(e,t,o,a,i={}){e.preventDefault();const r=D.getDraggedElement();if(!r&&(null==i?void 0:i.crossDnD))return;const n=i.originalEvent?{originalEvent:e}:{};t.fireDecoratorEvent("move",{...n,source:{element:r},destination:{element:o,placement:a}}),null==r||r.focus()}var r$1=(e=>(e.On="On",e.Before="Before",e.After="After",e))(r$1||{}),a$1=(e=>(e.Vertical="Vertical",e.Horizontal="Horizontal",e))(a$1||{});const A=(e,t,o,a)=>{const i=Math.abs(e-t),r=Math.abs(e-o),n=Math.abs(e-a);let s=[];switch(Math.min(i,r,n)){case i:s=[r$1.Before];break;case r:s=[r$1.On,i<n?r$1.Before:r$1.After];break;case n:s=[r$1.After]}return s},L2=(e,t,o)=>{let a=Number.POSITIVE_INFINITY,i=null;for(let r=0;r<e.length;r++){const n=e[r],{left:s,width:_,top:l,height:c}=n.getBoundingClientRect();let d;d=o===a$1.Vertical?l+c/2:s+_/2;const u=Math.abs(t-d);u<a&&(a=u,i=n)}if(!i)return null;const{width:r,height:n,left:s,right:_,top:l,bottom:c}=i.getBoundingClientRect();let d;return d=o===a$1.Vertical?A(t,l,l+n/2,c):A(t,s,s+r/2,_),{element:i,placements:d}},T=(e,t)=>--t<0?[]:[{element:e[t],placement:r$1.Before}],y=(e,t)=>++t>=e.length?[]:[{element:e[t],placement:r$1.After}],E={ArrowLeft:T,ArrowUp:T,ArrowRight:y,ArrowDown:y,Home:(e,t)=>e.slice(0,t).map((e=>({element:e,placement:r$1.Before}))),End:(e,t)=>e.slice(t+1,e.length).reverse().map((e=>({element:e,placement:r$1.After})))},k2=(e,t,o)=>P(o.key)?E[o.key](e,e.indexOf(t)):[],P=e=>e in E;class DragAndDropHandler{constructor(e,t){this.component=e,this.config={orientation:a$1.Vertical,clientCoordinate:"clientY",...t}}ondragenter(e){e.preventDefault()}ondragleave(e){var t;if(e.relatedTarget instanceof Node&&(null==(t=this.component.shadowRoot)?void 0:t.contains(e.relatedTarget)))return;const o=this.config.getDropIndicator();o&&(o.targetReference=null)}ondragover(e){if(!this._validateDragOver(e))return;const t=D.getDraggedElement(),o=this.config.getDropIndicator(),a=this._findClosestPosition(e);if(!a)return void(o.targetReference=null);const i=this._transformTargetElement(a.element);if(!this._isValidDragTarget(t,i))return void(o.targetReference=null);const r=this._filterPlacements(a.placements,t,i),n=this.config.useOriginalEvent?{originalEvent:!0}:{},{targetReference:s,placement:_}=i$1(e,this.component,{element:i,placements:r},i,n);o.targetReference=s,o.placement=_}ondrop(e){const t=this.config.getDropIndicator();if(!(null==t?void 0:t.targetReference)||!(null==t?void 0:t.placement))return void e.preventDefault();const o=this.config.useOriginalEvent?{originalEvent:!0}:{};m$1(e,this.component,t.targetReference,t.placement,o),t.targetReference=null}_validateDragOver(e){if(!(e.target instanceof HTMLElement))return!1;const t=D.getDraggedElement(),o=this.config.getDropIndicator();return!(!t||!o)}_findClosestPosition(e){const t=this.config.getItems(),o="clientX"===this.config.clientCoordinate?e.clientX:e.clientY;return L2(t,o,this.config.orientation)}_transformTargetElement(e){return this.config.transformElement?this.config.transformElement(e):e}_isValidDragTarget(e,t){return!this.config.validateDraggedElement||this.config.validateDraggedElement(e,t)}_filterPlacements(e,t,o){return this.config.filterPlacements?this.config.filterPlacements(e,t,o):e}}const t$1=e=>{let t=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(t=e.shadowRoot.activeElement),t};let e=null;const u2=(t,o)=>{e&&clearTimeout(e),e=setTimeout((()=>{e=null,t()}),o)},n=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 ListSelectionMode;!function(e){e.None="None",e.Single="Single",e.SingleStart="SingleStart",e.SingleEnd="SingleEnd",e.SingleAuto="SingleAuto",e.Multiple="Multiple",e.Delete="Delete"}(ListSelectionMode||(ListSelectionMode={}));const ListSelectionMode$1=ListSelectionMode;var ListGrowingMode;!function(e){e.Button="Button",e.Scroll="Scroll",e.None="None"}(ListGrowingMode||(ListGrowingMode={}));const ListGrowingMode$1=ListGrowingMode;var ListAccessibleRole;!function(e){e.List="List",e.Menu="Menu",e.Tree="Tree",e.ListBox="ListBox"}(ListAccessibleRole||(ListAccessibleRole={}));const ListAccessibleRole$1=ListAccessibleRole;var ListSeparator;!function(e){e.All="All",e.Inner="Inner",e.None="None"}(ListSeparator||(ListSeparator={}));const ListSeparator$1=ListSeparator;function DropIndicatorTemplate(){return jsx("div",{class:{"ui5-di-rect":this.placement===r$1.On,"ui5-di-needle":this.placement!==r$1.On}})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const DropIndicatorCss=':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="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}: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$6=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let DropIndicator=class extends b$5{get _positionProperty(){return this.orientation===a$1.Vertical?"left":"top"}constructor(){super(),this.targetReference=null,this.ownerReference=null,this.placement="Before",this.orientation="Vertical"}onAfterRendering(){if(!this.targetReference||!this.ownerReference)return void Object.assign(this.style,{display:"none"});const{left:e,width:t,right:o,top:a,bottom:i,height:r}=this.targetReference.getBoundingClientRect(),{top:n,height:s}=this.ownerReference.getBoundingClientRect(),_={display:"",[this._positionProperty]:"",width:"",height:""};let l=0,c=!1,d=!1;if(this.orientation===a$1.Vertical){switch(this.placement){case r$1.Before:l=e;break;case r$1.On:_.width=`${t}px`,l=e;break;case r$1.After:l=o}_.height=`${r}px`}if(this.orientation===a$1.Horizontal){switch(this.placement){case r$1.Before:l=a;break;case r$1.On:_.height=`${r}px`,l=a;break;case r$1.After:l=i}_.width=`${t}px`,l-=n,l<=0&&(d=!0),l>=s&&(c=!0)}_[this._positionProperty]=`${l}px`,this.toggleAttribute("first",d),this.toggleAttribute("last",c),Object.assign(this.style,_)}};__decorate$6([s$6({type:Object})],DropIndicator.prototype,"targetReference",void 0),__decorate$6([s$6({type:Object})],DropIndicator.prototype,"ownerReference",void 0),__decorate$6([s$6()],DropIndicator.prototype,"placement",void 0),__decorate$6([s$6()],DropIndicator.prototype,"orientation",void 0),DropIndicator=__decorate$6([m$8({tag:"ui5-drop-indicator",renderer:y$4,styles:DropIndicatorCss,template:DropIndicatorTemplate})],DropIndicator),DropIndicator.define();const DropIndicator$1=DropIndicator;function ListTemplate(){return jsx("div",{class:"ui5-list-root",onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,"onui5-_close":this.onItemClose,"onui5-toggle":this.onItemToggle,"onui5-request-tabindex-change":this.onItemTabIndexChange,"onui5-_focused":this.onItemFocused,"onui5-forward-after":this.onForwardAfter,"onui5-forward-before":this.onForwardBefore,"onui5-selection-requested":this.onSelectionRequested,"onui5-focus-requested":this.onFocusRequested,"onui5-_press":this.onItemPress,children:jsxs(BusyIndicator$1,{id:`${this._id}-busyIndicator`,delay:this.loadingDelay,active:this.showBusyIndicatorOverlay,class:"ui5-list-busy-indicator",children:[jsxs("div",{class:"ui5-list-scroll-container",children:[jsx("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-start-marker"}),this.header.length>0&&jsx("slot",{name:"header"}),this.shouldRenderH1&&jsx("header",{id:this.headerID,class:"ui5-list-header",children:this.headerText}),this.hasData&&jsx("div",{id:`${this._id}-before`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),jsx("span",{id:`${this._id}-modeLabel`,class:"ui5-hidden-text",children:this.ariaLabelModeText}),jsxs("ul",{id:`${this._id}-listUl`,class:"ui5-list-ul",role:this.listAccessibleRole,"aria-label":this.ariaLabelTxt,"aria-labelledby":this.ariaLabelledBy,"aria-description":this.ariaDescriptionText,children:[jsx("slot",{}),this.showNoDataText&&jsx("li",{tabindex:0,id:`${this._id}-nodata`,class:"ui5-list-nodata",role:"listitem",children:jsx("div",{id:`${this._id}-nodata-text`,class:"ui5-list-nodata-text",children:this.noDataText})})]}),this.growsWithButton&&moreRow.call(this),this.footerText&&jsx("footer",{id:`${this._id}-footer`,class:"ui5-list-footer",children:this.footerText}),this.hasData&&jsx("div",{id:`${this._id}-after`,tabindex:0,role:"none",class:"ui5-list-focusarea"}),jsx("span",{tabindex:-1,"aria-hidden":"true",class:"ui5-list-end-marker"})]}),jsx(DropIndicator$1,{orientation:"Horizontal",ownerReference:this})]})})}function moreRow(){return jsx("div",{class:"ui5-growing-button",part:"growing-button",children:jsxs("div",{id:`${this._id}-growing-btn`,role:"button",tabindex:0,part:"growing-button-inner",class:{"ui5-growing-button-inner":!0,"ui5-growing-button-inner-active":this._loadMoreActive},"aria-label":this.growingButtonAriaLabel,"aria-labelledby":this.growingButtonAriaLabelledBy,onClick:this._onLoadMoreClick,onKeyDown:this._onLoadMoreKeydown,onKeyUp:this._onLoadMoreKeyup,onMouseDown:this._onLoadMoreMousedown,onMouseUp:this._onLoadMoreMouseup,children:[this.loading&&jsx(BusyIndicator$1,{delay:this.loadingDelay,part:"growing-button-busy-indicator",class:"ui5-list-growing-button-busy-indicator",active:!0}),jsx("span",{id:`${this._id}-growingButton-text`,class:"ui5-growing-button-text","growing-button-text":!0,children:this._growingButtonText})]})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const listCss='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-15-0_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-15-0_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-15-0_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-15-0_load_more_border);border-radius:var(--_ui5-v2-15-0_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-15-0_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-15-0_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-15-0_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}: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}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width: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: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:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-15-0_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;outline:none;min-height:var(--_ui5-v2-15-0_list_no_data_height);font-size:var(--_ui5-v2-15-0_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-15-0_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}\n',r2=e=>{if(!e||e.hasAttribute("data-sap-no-tab-ref")||i$4(e))return!1;const t=e.getAttribute("tabindex");if(null!=t)return parseInt(t)>=0;const o=e.nodeName.toLowerCase();return!("a"!==o&&!/^(input|select|textarea|button|object)$/.test(o))&&!e.disabled},b=e=>l2("SLOT"===e.tagName?[e]:[...e.children]),l2=(e,t)=>{const o=t||[];return e&&e.forEach((e=>{if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE)return;const t=e;if(!t.hasAttribute("data-sap-no-tab-ref"))if(r2(t)&&o.push(t),"SLOT"===t.tagName)l2(t.assignedElements(),o);else{const e=t.shadowRoot?t.shadowRoot.children:t.children;l2([...e],o)}})),o};p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const styles=':host{box-sizing:border-box;height:var(--_ui5-v2-15-0_list_item_base_height);background-color:var(--ui5-v2-15-0-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-v2-15-0-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-v2-15-0-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-v2-15-0-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5-v2-15-0_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5-v2-15-0_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const draggableElementStyles="[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}\n";var __decorate$5=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ListItemBase=class extends b$5{constructor(){super(...arguments),this.selected=!1,this.movable=!1,this.hasBorder=!1,this.disabled=!1,this.focused=!1,this.actionable=!1}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}onBeforeRendering(){this.actionable=!0}_onfocusin(e){this.fireDecoratorEvent("request-tabindex-change",e),e.target===this.getFocusDomRef()&&this.fireDecoratorEvent("_focused",e)}_onkeydown(e){return x(e)?this._handleTabNext(e):V(e)?this._handleTabPrevious(e):void(this.getFocusDomRef().matches(":has(:focus-within)")||(this._isSpace(e)&&e.preventDefault(),this._isEnter(e)&&this.fireItemPress(e)))}_onkeyup(e){this.getFocusDomRef().matches(":has(:focus-within)")||this._isSpace(e)&&this.fireItemPress(e)}_onclick(e){this.getFocusDomRef().matches(":has(:focus-within)")||this.fireItemPress(e)}_isSpace(e){return A$3(e)}_isEnter(e){return b$4(e)}fireItemPress(e){!this.disabled&&this._pressable&&(b$4(e)&&e.preventDefault(),this.fireDecoratorEvent("_press",{item:this,selected:this.selected,key:e.key}))}_handleTabNext(e){this.shouldForwardTabAfter()&&(this.fireDecoratorEvent("forward-after")||e.preventDefault())}_handleTabPrevious(e){const t=e.target;this.shouldForwardTabBefore(t)&&this.fireDecoratorEvent("forward-before")}shouldForwardTabAfter(){const e=b(this.getFocusDomRef());return 0===e.length||e[e.length-1]===t$5()}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 _pressable(){return!0}get hasConfigurableMode(){return!1}get _effectiveTabIndex(){return this._focusable?this.selected?0:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0:-1}get isListItemBase(){return!0}};__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"selected",void 0),__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"movable",void 0),__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"hasBorder",void 0),__decorate$5([s$6()],ListItemBase.prototype,"forcedTabIndex",void 0),__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"disabled",void 0),__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"focused",void 0),__decorate$5([s$6({type:Boolean})],ListItemBase.prototype,"actionable",void 0),ListItemBase=__decorate$5([m$8({renderer:y$4,styles:[styles,draggableElementStyles]}),l$b("request-tabindex-change",{bubbles:!0}),l$b("_press",{bubbles:!0}),l$b("_focused",{bubbles:!0}),l$b("forward-after",{bubbles:!0,cancelable:!0}),l$b("forward-before",{bubbles:!0})],ListItemBase);const ListItemBase$1=ListItemBase;var WrappingType;!function(e){e.None="None",e.Normal="Normal"}(WrappingType||(WrappingType={}));const WrappingType$1=WrappingType;function ListItemGroupHeaderTemplate(){return jsxs("div",{part:"native-li",role:this.effectiveAccRole,tabindex:this.forcedTabIndex?parseInt(this.forcedTabIndex):void 0,class:{"ui5-ghli-root":!0,...this.classes.main},"aria-label":this.ariaLabelText,"aria-roledescription":this.groupHeaderText,onFocusIn:this._onfocusin,onKeyDown:this._onkeydown,children:[jsx("div",{id:`${this._id}-content`,class:"ui5-li-content",children:renderTitle.call(this)}),this.hasSubItems&&jsx("slot",{name:"subItems"})]})}function renderTitle(){var e;return this.wrappingType===WrappingType$1.Normal?null==(e=this.expandableTextTemplate)?void 0:e.call(this,{className:"ui5-ghli-title",text:this._textContent,maxCharacters:this._maxCharacters,part:"title"}):jsx("span",{part:"title",class:"ui5-ghli-title",children:jsx("slot",{})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const ListItemGroupHeaderCss='.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{height:var(--_ui5-v2-15-0_group_header_list_item_height);background:var(--ui5-v2-15-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}\n';var ListItemAccessibleRole;!function(e){e.Group="Group",e.ListItem="ListItem",e.MenuItem="MenuItem",e.TreeItem="TreeItem",e.Option="Option",e.None="None"}(ListItemAccessibleRole||(ListItemAccessibleRole={}));const ListItemAccessibleRole$1=ListItemAccessibleRole;var ListItemGroupHeader_1,__decorate$4=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const MAX_CHARACTERS_SIZE_S=100,MAX_CHARACTERS_SIZE_M=300;let ListItemGroupHeader=ListItemGroupHeader_1=class extends ListItemBase$1{constructor(){super(...arguments),this.accessibleRole=ListItemAccessibleRole$1.ListItem,this.wrappingType="None",this.mediaRange="S"}get effectiveAccRole(){return n$6(this.accessibleRole)}get groupItem(){return!0}get _pressable(){return!1}get groupHeaderText(){return ListItemGroupHeader_1.i18nBundle.getText(GROUP_HEADER_TEXT)}get defaultSlotText(){return this.textContent}get ariaLabelText(){return[this.textContent,this.accessibleName].filter(Boolean).join(" ")}get hasSubItems(){return this.subItems.length>0}onBeforeRendering(){super.onBeforeRendering(),"Normal"===this.wrappingType&&(ListItemGroupHeader_1.ExpandableTextTemplate?this.expandableTextTemplate=ListItemGroupHeader_1.ExpandableTextTemplate:import("./ListItemStandardExpandableTextTemplate-BqBUacB9.js").then((e=>{this.expandableTextTemplate=e.default})))}get _maxCharacters(){return"S"===this.mediaRange?100:300}get _textContent(){return this.defaultSlotText||this.groupHeaderText||""}};__decorate$4([s$6()],ListItemGroupHeader.prototype,"accessibleName",void 0),__decorate$4([s$6()],ListItemGroupHeader.prototype,"accessibleRole",void 0),__decorate$4([s$6()],ListItemGroupHeader.prototype,"wrappingType",void 0),__decorate$4([s$6()],ListItemGroupHeader.prototype,"mediaRange",void 0),__decorate$4([s$6({noAttribute:!0})],ListItemGroupHeader.prototype,"expandableTextTemplate",void 0),__decorate$4([d$5()],ListItemGroupHeader.prototype,"subItems",void 0),__decorate$4([i$a("@ui5/webcomponents")],ListItemGroupHeader,"i18nBundle",void 0),ListItemGroupHeader=ListItemGroupHeader_1=__decorate$4([m$8({tag:"ui5-li-group-header",languageAware:!0,template:ListItemGroupHeaderTemplate,styles:[ListItemBase$1.styles,ListItemGroupHeaderCss]})],ListItemGroupHeader),ListItemGroupHeader.define();const ListItemGroupHeader$1=ListItemGroupHeader;function ListItemGroupTemplate(){return jsxs(Fragment,{children:[this.hasHeader&&jsxs(ListItemGroupHeader$1,{wrappingType:this.wrappingType,focused:this.focused,part:"header",accessibleRole:ListItemAccessibleRole$1.ListItem,children:[this.hasFormattedHeader?jsx("slot",{name:"header"}):this.headerText,jsx("div",{role:"list",slot:"subItems","aria-owns":`${this._id}-content`,"aria-label":this.headerText})]}),jsxs("div",{class:"ui5-group-li-root",onDragEnter:this._ondragenter,onDragOver:this._ondragover,onDrop:this._ondrop,onDragLeave:this._ondragleave,id:`${this._id}-content`,children:[jsx("slot",{}),jsx(DropIndicator$1,{orientation:"Horizontal",ownerReference:this})]})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const ListItemGroupCss=".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{height:var(--_ui5-v2-15-0_group_header_list_item_height);background:var(--ui5-v2-15-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}\n";var __decorate$3=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let ListItemGroup=class extends b$5{constructor(){super(),this.wrappingType="None",this.focused=!1,this._dragAndDropHandler=new DragAndDropHandler(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,filterPlacements:this._filterPlacements.bind(this)})}get groupHeaderItem(){return this.shadowRoot.querySelector("[ui5-li-group-header]")}get hasHeader(){return!!this.headerText||this.hasFormattedHeader}get hasFormattedHeader(){return!!this.header.length}get isListItemGroup(){return!0}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}_ondragenter(e){this._dragAndDropHandler.ondragenter(e)}_ondragleave(e){this._dragAndDropHandler.ondragleave(e)}_ondragover(e){this._dragAndDropHandler.ondragover(e)}_ondrop(e){this._dragAndDropHandler.ondrop(e)}_filterPlacements(e,t,o){return o===t?e.filter((e=>e!==r$1.On)):e}getFocusDomRef(){return this.groupHeaderItem||this.items.at(0)}};__decorate$3([s$6()],ListItemGroup.prototype,"headerText",void 0),__decorate$3([s$6()],ListItemGroup.prototype,"headerAccessibleName",void 0),__decorate$3([d$5({default:!0,invalidateOnChildChange:!0,type:HTMLElement})],ListItemGroup.prototype,"items",void 0),__decorate$3([s$6()],ListItemGroup.prototype,"wrappingType",void 0),__decorate$3([s$6({type:Boolean})],ListItemGroup.prototype,"focused",void 0),__decorate$3([d$5({type:HTMLElement})],ListItemGroup.prototype,"header",void 0),ListItemGroup=__decorate$3([m$8({tag:"ui5-li-group",renderer:y$4,languageAware:!0,template:ListItemGroupTemplate,styles:[ListItemGroupCss]}),l$b("move-over",{bubbles:!0,cancelable:!0}),l$b("move",{bubbles:!0})],ListItemGroup),ListItemGroup.define();const isInstanceOfListItemGroup=e=>"isListItemGroup"in e,ListItemGroup$1=ListItemGroup;var List_1,__decorate$2=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(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 b$5{constructor(){super(),this.indent=!1,this.selectionMode="None",this.separators="All",this.growing="None",this.loading=!1,this.loadingDelay=1e3,this.accessibilityAttributes={},this.accessibleRole="List",this._inViewport=!1,this._loadMoreActive=!1,this.mediaRange="S",this._startMarkerOutOfView=!1,this._previouslyFocusedItem=null,this._forwardingFocus=!1,this._itemNavigation=new f2(this,{skipItemsSize:10,navigationMode:r$2.Vertical,getItemsCallback:()=>this.getEnabledItems()}),this.handleResizeCallback=this._handleResize.bind(this),this._groupCount=0,this._groupItemCount=0,this.onItemFocusedBound=this.onItemFocused.bind(this),this.onForwardAfterBound=this.onForwardAfter.bind(this),this.onForwardBeforeBound=this.onForwardBefore.bind(this),this.onItemTabIndexChangeBound=this.onItemTabIndexChange.bind(this),this._dragAndDropHandler=new DragAndDropHandler(this,{getItems:()=>this.items,getDropIndicator:()=>this.dropIndicatorDOM,useOriginalEvent:!0})}get listItems(){return this.getItems()}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=p$2(this),this._associatedLabelsRefTexts=E$1(this)}onEnterDOM(){y$2(this,this._updateAssociatedLabelsTexts.bind(this)),f$3.register(this.getDomRef(),this.handleResizeCallback)}onExitDOM(){T$2(this),this.unobserveListEnd(),this.unobserveListStart(),f$3.deregister(this.getDomRef(),this.handleResizeCallback)}onBeforeRendering(){this.detachGroupHeaderEvents(),this.prepareListItems()}onAfterRendering(){this.attachGroupHeaderEvents(),this.growsOnScroll?(this.observeListEnd(),this.observeListStart()):(this.unobserveListEnd(),this.unobserveListStart()),this.grows&&this.checkListInViewport()}attachGroupHeaderEvents(){this.getItems().forEach((e=>{e.hasAttribute("ui5-li-group-header")&&(e.addEventListener("ui5-_focused",this.onItemFocusedBound),e.addEventListener("ui5-forward-after",this.onForwardAfterBound),e.addEventListener("ui5-forward-before",this.onForwardBeforeBound))}))}detachGroupHeaderEvents(){this.getItems().forEach((e=>{e.hasAttribute("ui5-li-group-header")&&(e.removeEventListener("ui5-_focused",this.onItemFocusedBound),e.removeEventListener("ui5-forward-after",this.onForwardAfterBound),e.removeEventListener("ui5-forward-before",this.onForwardBeforeBound))}))}getFocusDomRef(){return this._itemNavigation._getCurrentItem()}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 listStartDOM(){return this.shadowRoot.querySelector(".ui5-list-start-marker")}get dropIndicatorDOM(){return this.shadowRoot.querySelector("[ui5-drop-indicator]")}get hasData(){return 0!==this.getItems().length}get showBusyIndicatorOverlay(){return!this.growsWithButton&&this.loading}get showNoDataText(){return!this.hasData&&this.noDataText}get isDelete(){return this.selectionMode===ListSelectionMode$1.Delete}get isSingleSelect(){return[ListSelectionMode$1.Single,ListSelectionMode$1.SingleStart,ListSelectionMode$1.SingleEnd,ListSelectionMode$1.SingleAuto].includes(this.selectionMode)}get isMultiple(){return this.selectionMode===ListSelectionMode$1.Multiple}get ariaLabelledBy(){if(this.accessibleNameRef||this.accessibleName)return;const e=[];return(this.isMultiple||this.isSingleSelect||this.isDelete)&&e.push(this.modeLabelID),this.shouldRenderH1&&e.push(this.headerID),e.length?e.join(" "):void 0}get ariaLabelTxt(){return this._associatedLabelsRefTexts||A$2(this)}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||L$2(this)||this._getDescriptionForGroups()}get growingButtonAriaLabel(){var e;return null==(e=this.accessibilityAttributes.growingButton)?void 0:e.name}get growingButtonAriaLabelledBy(){var e;return(null==(e=this.accessibilityAttributes.growingButton)?void 0:e.name)?void 0:`${this._id}-growingButton-text`}hasGrowingComponent(){return this.growsOnScroll?this._startMarkerOutOfView:this.growsWithButton}_getDescriptionForGroups(){let e="";return this._groupCount>0&&(this.accessibleRole===ListAccessibleRole$1.List?e=List_1.i18nBundle.getText(LIST_ROLE_LIST_GROUP_DESCRIPTION,this._groupCount,this._groupItemCount):this.accessibleRole===ListAccessibleRole$1.ListBox&&(e=List_1.i18nBundle.getText(LIST_ROLE_LISTBOX_GROUP_DESCRIPTION,this._groupCount))),e}get ariaLabelModeText(){if(this.hasData){if(this.isMultiple)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 listAccessibleRole(){return n$6(this.accessibleRole)}get classes(){return{root:{"ui5-list-root":!0}}}prepareListItems(){const e=this.getItemsForProcessing();e.forEach(((t,o)=>{const a=o===e.length-1,i=this.separators===ListSeparator$1.All||this.separators===ListSeparator$1.Inner&&!a;t.hasConfigurableMode&&(t._selectionMode=this.selectionMode),t.hasBorder=i,t.mediaRange=this.mediaRange}))}async observeListEnd(){await f$i(),this.getEndIntersectionObserver().observe(this.listEndDOM)}unobserveListEnd(){this._endIntersectionObserver&&(this._endIntersectionObserver.disconnect(),this._endIntersectionObserver=null)}async observeListStart(){await f$i(),this.getStartIntersectionObserver().observe(this.listStartDOM)}unobserveListStart(){this._startIntersectionObserver&&(this._startIntersectionObserver.disconnect(),this._startIntersectionObserver=null)}onEndIntersection(e){e.forEach((e=>{e.isIntersecting&&u2(this.loadMore.bind(this),250)}))}onStartIntersection(e){e.forEach((e=>{this._startMarkerOutOfView=!e.isIntersecting}))}onSelectionRequested(e){const t=this.getSelectedItems();let o=!1;if(this.selectionMode!==ListSelectionMode$1.None&&this[`handle${this.selectionMode}`]&&(o=this[`handle${this.selectionMode}`](e.detail.item,!!e.detail.selected)),o){!this.fireDecoratorEvent("selection-change",{selectedItems:this.getSelectedItems(),previouslySelectedItems:t,selectionComponentPressed:e.detail.selectionComponentPressed,targetItem:e.detail.item,key:e.detail.key})&&this._revertSelection(t)}}handleSingle(e){return!e.selected&&(this.deselectSelectedItems(),e.selected=!0,!0)}handleSingleStart(e){return this.handleSingle(e)}handleSingleEnd(e){return this.handleSingle(e)}handleSingleAuto(e){return this.handleSingle(e)}handleMultiple(e,t){return e.selected=t,!0}handleDelete(e){return this.fireDecoratorEvent("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(){const e=[],t=this.getSlottedNodes("items");let o=0,a=0;return t.forEach((t=>{if(isInstanceOfListItemGroup(t)){const i=[t.groupHeaderItem,...t.items.filter((e=>e.assignedSlot))].filter(Boolean);e.push(...i),o++,a+=i.length-1}else t.assignedSlot&&e.push(t)})),this._groupCount=o,this._groupItemCount=a,e}getItemsForProcessing(){return this.getItems()}_revertSelection(e){this.getItems().forEach((t=>{const o=-1!==e.indexOf(t),a=t.shadowRoot.querySelector(".ui5-li-multisel-cb"),i=t.shadowRoot.querySelector(".ui5-li-singlesel-radiobtn");t.selected=o,a?a.checked=o:i&&(i.checked=o)}))}_onkeydown(e){return n$9(e)?(this._handleEnd(),void e.preventDefault()):M$1(e)?void this._handleHome():_(e)?(this._handleDown(),void e.preventDefault()):void(C(e)?this._moveItem(e.target,e):x(e)&&this._handleTabNext(e))}_moveItem(e,t){if(!e||!e.movable)return;const o=k2(this.items,e,t);if(!o.length)return;t.preventDefault();const a=o.find((({element:o,placement:a})=>!this.fireDecoratorEvent("move-over",{originalEvent:t,source:{element:e},destination:{element:o,placement:a}})));a&&(this.fireDecoratorEvent("move",{originalEvent:t,source:{element:e},destination:{element:a.element,placement:a.placement}}),e.focus())}_onLoadMoreKeydown(e){A$3(e)&&(e.preventDefault(),this._loadMoreActive=!0),b$4(e)&&(this._onLoadMoreClick(),this._loadMoreActive=!0),x(e)&&this.focusAfterElement(),P$1(e)?this._handleLodeMoreUp(e):V(e)&&(this.getPreviouslyFocusedItem()?this.focusPreviouslyFocusedItem():this.focusFirstItem(),e.preventDefault())}_onLoadMoreKeyup(e){A$3(e)&&this._onLoadMoreClick(),this._loadMoreActive=!1}_onLoadMoreMousedown(){this._loadMoreActive=!0}_onLoadMoreMouseup(){this._loadMoreActive=!1}_onLoadMoreClick(){this.loadMore()}_handleLodeMoreUp(e){if(this.getGrowingButton()===e.target){const t=this.getItems(),o=t[t.length-1];this.focusItem(o),e.preventDefault(),e.stopImmediatePropagation()}}checkListInViewport(){this._inViewport=n(this.getDomRef())}loadMore(){this.hasGrowingComponent()&&this.fireDecoratorEvent("load-more")}_handleResize(){this.checkListInViewport();const e=this.getBoundingClientRect().width;this.mediaRange=i$3.getCurrentRange(i$3.RANGESETS.RANGE_4STEPS,e)}_handleTabNext(e){t$1(e.target)}_handleHome(){this.growsWithButton&&this.focusFirstItem()}_handleEnd(){this.growsWithButton&&this._shouldFocusGrowingButton()}_handleDown(){this.growsWithButton&&this._shouldFocusGrowingButton()}_onfocusin(e){const t=t$1(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)}}_ondragenter(e){this._dragAndDropHandler.ondragenter(e)}_ondragleave(e){this._dragAndDropHandler.ondragleave(e)}_ondragover(e){this._dragAndDropHandler.ondragover(e)}_ondrop(e){this._dragAndDropHandler.ondrop(e)}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){e.stopPropagation();const t=e.target;this._itemNavigation.setCurrentItem(t)}onItemFocused(e){const t=e.target;if(e.stopPropagation(),this._itemNavigation.setCurrentItem(t),this.fireDecoratorEvent("item-focused",{item:t}),this.selectionMode===ListSelectionMode$1.SingleAuto){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.fireDecoratorEvent("item-click",{item:t})&&this.selectionMode!==ListSelectionMode$1.Delete){const o={item:t,selectionComponentPressed:!1,selected:!t.selected,key:e.detail.key};this.onSelectionRequested({detail:o})}}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.fireDecoratorEvent("item-close",{item:null==(t=e.detail)?void 0:t.item})}onItemToggle(e){var t;(null==(t=e.target)?void 0:t.isListItemBase)&&this.fireDecoratorEvent("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()}_shouldFocusGrowingButton(){const e=this.getItems().length-1,t=this._itemNavigation._currentIndex;-1!==t&&t===e&&this.focusGrowingButton()}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 a=0;a<t.length;a++)if(e(t[a])){o=t[a];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}getEndIntersectionObserver(){return this._endIntersectionObserver||(this._endIntersectionObserver=new IntersectionObserver(this.onEndIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._endIntersectionObserver}getStartIntersectionObserver(){return this._startIntersectionObserver||(this._startIntersectionObserver=new IntersectionObserver(this.onStartIntersection.bind(this),{root:null,rootMargin:"0px",threshold:1})),this._startIntersectionObserver}};__decorate$2([s$6()],List.prototype,"headerText",void 0),__decorate$2([s$6()],List.prototype,"footerText",void 0),__decorate$2([s$6({type:Boolean})],List.prototype,"indent",void 0),__decorate$2([s$6()],List.prototype,"selectionMode",void 0),__decorate$2([s$6()],List.prototype,"noDataText",void 0),__decorate$2([s$6()],List.prototype,"separators",void 0),__decorate$2([s$6()],List.prototype,"growing",void 0),__decorate$2([s$6()],List.prototype,"growingButtonText",void 0),__decorate$2([s$6({type:Boolean})],List.prototype,"loading",void 0),__decorate$2([s$6({type:Number})],List.prototype,"loadingDelay",void 0),__decorate$2([s$6()],List.prototype,"accessibleName",void 0),__decorate$2([s$6({type:Object})],List.prototype,"accessibilityAttributes",void 0),__decorate$2([s$6()],List.prototype,"accessibleNameRef",void 0),__decorate$2([s$6()],List.prototype,"accessibleDescription",void 0),__decorate$2([s$6()],List.prototype,"accessibleDescriptionRef",void 0),__decorate$2([s$6({noAttribute:!0})],List.prototype,"_associatedDescriptionRefTexts",void 0),__decorate$2([s$6({noAttribute:!0})],List.prototype,"_associatedLabelsRefTexts",void 0),__decorate$2([s$6()],List.prototype,"accessibleRole",void 0),__decorate$2([s$6({type:Boolean})],List.prototype,"_inViewport",void 0),__decorate$2([s$6({type:Boolean})],List.prototype,"_loadMoreActive",void 0),__decorate$2([s$6()],List.prototype,"mediaRange",void 0),__decorate$2([d$5({type:HTMLElement,default:!0,invalidateOnChildChange:!0})],List.prototype,"items",void 0),__decorate$2([d$5()],List.prototype,"header",void 0),__decorate$2([i$a("@ui5/webcomponents")],List,"i18nBundle",void 0),List=List_1=__decorate$2([m$8({tag:"ui5-list",fastNavigation:!0,renderer:y$4,template:ListTemplate,styles:[listCss]}),l$b("item-click",{bubbles:!0,cancelable:!0}),l$b("item-close",{bubbles:!0}),l$b("item-toggle",{bubbles:!0}),l$b("item-delete",{bubbles:!0}),l$b("selection-change",{bubbles:!0,cancelable:!0}),l$b("load-more",{bubbles:!0}),l$b("item-focused",{bubbles:!0}),l$b("move-over",{bubbles:!0,cancelable:!0}),l$b("move",{bubbles:!0})],List),List.define();const List$1=List,name$1="slim-arrow-down",pathData$1="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$1=!1,collection$1="SAP-icons-v4",packageName$1="@ui5/webcomponents-icons";y$1(name$1,{pathData:pathData$1,ltr:false,collection:collection$1,packageName:packageName$1});const name="slim-arrow-down",pathData="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=!1,collection="SAP-icons-v5",packageName="@ui5/webcomponents-icons";y$1(name,{pathData:pathData,ltr:ltr,collection:collection,packageName:packageName});const slimArrowDown="slim-arrow-down";function SelectPopoverTemplate(){return jsxs(Fragment,{children:[this.options.length>0&&jsxs(ResponsivePopover$1,{id:this.responsivePopoverId,class:{"ui5-select-popover":!0,...this.classes.popover},part:"popover",style:this.styles.responsivePopover,placement:"Bottom",horizontalAlign:"Start",hideArrow:!0,preventInitialFocus:!0,onOpen:this._afterOpen,onBeforeOpen:this._beforeOpen,onClose:this._afterClose,onKeyDown:this._onkeydown,accessibleName:this._isPhone?this._headerTitleText:void 0,children:[this._isPhone&&jsxs("div",{slot:"header",class:"ui5-responsive-popover-header",children:[jsxs("div",{class:"row",children:[jsx(Title$1,{children:this._headerTitleText}),jsx(Button$1,{class:"ui5-responsive-popover-close-btn",icon:decline,design:"Transparent",onClick:this._toggleRespPopover})]}),this.hasValueStateText&&jsx("div",{class:{row:!0,"ui5-select-value-state-dialog-header":!0,...this.classes.popoverValueState},children:this._isPickerOpen&&valueStateMessage.call(this)})]}),!this._isPhone&&this.hasValueStateText&&jsxs("div",{class:this.classes.popoverValueState,style:this.styles.responsivePopoverHeader,children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:this._valueStateMessageInputIcon}),this._isPickerOpen&&valueStateMessage.call(this)]}),jsx(List$1,{separators:"None",onMouseDown:this._itemMousedown,onItemClick:this._handleItemPress,accessibleRole:"ListBox",children:jsx("slot",{})})]}),this.shouldOpenValueStateMessagePopover&&jsx(Popover$1,{part:"popover",class:"ui5-valuestatemessage-popover",preventInitialFocus:!0,preventFocusRestore:!0,hideArrow:!0,placement:"Bottom",horizontalAlign:"Start",children:jsxs("div",{class:this.classes.popoverValueState,style:this.styles.popoverHeader,children:[jsx(Icon$1,{class:"ui5-input-value-state-message-icon",name:this._valueStateMessageInputIcon}),valueStateMessage.call(this)]})})]})}function valueStateMessage(){return jsx(Fragment,{children:this.shouldDisplayDefaultValueStateMessage?this.valueStateText:jsx("slot",{onClick:this._applyFocus,name:"valueStateMessage"})})}function SelectTemplate(){return jsxs(Fragment,{children:[jsxs("div",{class:{"ui5-select-root":!0,"ui5-input-focusable-element":!0},id:`${this._id}-select`,onClick:this._onclick,title:this.tooltip,children:[!this.icon&&this.selectedOptionIcon&&jsx(Icon$1,{mode:"Decorative",class:"ui5-select-option-icon",name:this.selectedOptionIcon}),jsx("div",{class:"ui5-select-label-root","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,role:"combobox","aria-haspopup":"listbox","aria-label":this.ariaLabelText,...this.ariaDescribedByIds&&{"aria-describedby":this.ariaDescribedByIds},"aria-disabled":this.isDisabled,"aria-required":this.required,"aria-readonly":this.readonly,"aria-expanded":this._isPickerOpen,"aria-roledescription":this._ariaRoleDescription,onKeyDown:this._onkeydown,onKeyPress:this._handleKeyboardNavigation,onKeyUp:this._onkeyup,onFocusIn:this._onfocusin,onFocusOut:this._onfocusout,"aria-controls":this.responsivePopoverId,children:this.hasCustomLabel?jsx("slot",{name:"label"}):this.text}),this.icon&&jsx("div",{class:{"ui5-select-icon-root":!0,inputIcon:!0,"inputIcon--pressed":this._iconPressed},children:jsx(Icon$1,{name:this.icon,class:{"ui5-select-icon":!0}})}),!this.icon&&!this.readonly&&jsx("div",{part:"icon-wrapper",class:{"ui5-select-icon-root":!0,inputIcon:!0,"inputIcon--pressed":this._iconPressed},children:jsx(Icon$1,{part:"icon",name:slimArrowDown,class:{"ui5-select-icon":!0}})}),this.hasValueState&&jsx("span",{id:`${this._id}-valueStateDesc`,class:"ui5-hidden-text",children:this.valueStateText}),this.ariaDescriptionText&&jsx("span",{id:"accessibleDescription",class:"ui5-hidden-text",children:this.ariaDescriptionText})]}),SelectPopoverTemplate.call(this)]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const selectCss=':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}.inputIcon{color:var(--_ui5-v2-15-0_input_icon_color);cursor:pointer;outline:none;padding:var(--_ui5-v2-15-0_input_icon_padding);border-inline-start:var(--_ui5-v2-15-0_input_icon_border);min-width:1rem;min-height:1rem;border-radius:var(--_ui5-v2-15-0_input_icon_border_radius)}.inputIcon.inputIcon--pressed{background:var(--_ui5-v2-15-0_input_icon_pressed_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:active{background-color:var(--sapButton_Active_Background);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow);border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);color:var(--_ui5-v2-15-0_input_icon_pressed_color)}.inputIcon:not(.inputIcon--pressed):not(:active):hover{background:var(--_ui5-v2-15-0_input_icon_hover_bg);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}.inputIcon:hover{border-inline-start:var(--_ui5-v2-15-0_select_hover_icon_left_border);box-shadow:var(--_ui5-v2-15-0_input_icon_box_shadow)}:host(:not([hidden])){display:inline-block}:host{width:var(--_ui5-v2-15-0_input_width);min-width:calc(var(--_ui5-v2-15-0_input_min_width) + (var(--_ui5-v2-15-0-input-icons-count)*var(--_ui5-v2-15-0_input_icon_width)));margin:var(--_ui5-v2-15-0_input_margin_top_bottom) 0;height:var(--_ui5-v2-15-0_input_height);color:var(--sapField_TextColor);font-size:var(--sapFontSize);font-family:var(--sapFontFamily);font-style:normal;border:var(--_ui5-v2-15-0-input-border);border-radius:var(--_ui5-v2-15-0_input_border_radius);box-sizing:border-box;text-align:start;transition:var(--_ui5-v2-15-0_input_transition);background:var(--sapField_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_background_color)}:host(:not([readonly])),:host([readonly][disabled]){box-shadow:var(--sapField_Shadow)}:host([focused]:not([opened])){border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_focus_pseudo_element_content);position:absolute;pointer-events:none;z-index:2;border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-15-0_input_focus_outline_color);border-radius:var(--_ui5-v2-15-0_input_focus_border_radius);top:var(--_ui5-v2-15-0_input_focus_offset);bottom:var(--_ui5-v2-15-0_input_focus_offset);left:var(--_ui5-v2-15-0_input_focus_offset);right:var(--_ui5-v2-15-0_input_focus_offset)}:host([focused][readonly]:not([opened])) .ui5-input-focusable-element:after{top:var(--_ui5-v2-15-0_input_readonly_focus_offset);bottom:var(--_ui5-v2-15-0_input_readonly_focus_offset);left:var(--_ui5-v2-15-0_input_readonly_focus_offset);right:var(--_ui5-v2-15-0_input_readonly_focus_offset);border-radius:var(--_ui5-v2-15-0_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-v2-15-0_input_bottom_border_height);transition:var(--_ui5-v2-15-0_input_transition);background-color:var(--_ui5-v2-15-0_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-v2-15-0_input_border_radius);overflow:hidden}:host([disabled]){opacity:var(--_ui5-v2-15-0_input_disabled_opacity);cursor:default;pointer-events:none;background-color:var(--_ui5-v2-15-0-input_disabled_background);border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_inner_padding);box-sizing:border-box;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-v2-15-0_input_inner_padding_with_icon)}[inner-input][type=search]::-webkit-search-decoration,[inner-input][type=search]::-webkit-search-cancel-button,[inner-input][type=search]::-webkit-search-results-button,[inner-input][type=search]::-webkit-search-results-decoration{display:none}[inner-input]::-ms-reveal,[inner-input]::-ms-clear{display:none}.ui5-input-value-state-icon{height:100%;display:var(--_ui5-v2-15-0-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-v2-15-0_input_placeholder_style);color:var(--_ui5-v2-15-0_input_placeholder_color);padding-right:.125rem}[inner-input]::-moz-placeholder{font-weight:400;font-style:var(--_ui5-v2-15-0_input_placeholder_style);color:var(--_ui5-v2-15-0_input_placeholder_color);padding-right:.125rem}:host([value-state="Negative"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0-input_error_placeholder_color);font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Negative"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0-input_error_placeholder_color);font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-webkit-input-placeholder{font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Critical"]) [inner-input]::-moz-placeholder{font-weight:var(--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight)}:host([value-state="Positive"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Positive"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-webkit-input-placeholder{color:var(--_ui5-v2-15-0_input_placeholder_color)}:host([value-state="Information"]) [inner-input]::-moz-placeholder{color:var(--_ui5-v2-15-0_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-v2-15-0_input_border_radius)}:host([readonly]:not([disabled])){border:var(--_ui5-v2-15-0_input_readonly_border);background:var(--sapField_ReadOnly_BackgroundStyle);background-color:var(--_ui5-v2-15-0_input_readonly_background)}:host([value-state="None"]:not([readonly]):hover),:host(:not([value-state]):not([readonly]):hover){border:var(--_ui5-v2-15-0_input_hover_border);border-color:var(--_ui5-v2-15-0_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-v2-15-0_input_state_border_width)}:host([value-state="Negative"]) [inner-input],:host([value-state="Critical"]) [inner-input]{font-style:var(--_ui5-v2-15-0_input_error_warning_font_style);text-indent:var(--_ui5-v2-15-0_input_error_warning_text_indent)}:host([value-state="Negative"]) [inner-input]{font-weight:var(--_ui5-v2-15-0_input_error_font_weight)}:host([value-state="Critical"]) [inner-input]{font-weight:var(--_ui5-v2-15-0_input_warning_font_weight)}:host([value-state="Negative"]:not([readonly]):not([disabled])){background:var(--sapField_InvalidBackgroundStyle);background-color:var(--sapField_InvalidBackground);border-color:var(--_ui5-v2-15-0_input_value_state_error_border_color);box-shadow:var(--sapField_InvalidShadow)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_error_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_border_color)}:host([value-state="Negative"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color)}:host([value-state="Negative"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0-input-value-state-error-border-botom-color)}:host([value-state="Negative"]:not([readonly]):not([focused]):hover),:host([value-state="Negative"]:not([readonly])[focused][opened]:hover){background-color:var(--_ui5-v2-15-0_input_value_state_error_hover_background);box-shadow:var(--sapField_Hover_InvalidShadow)}:host([value-state="Negative"]:not([readonly]):not([disabled])),:host([value-state="Critical"]:not([readonly]):not([disabled])),:host([value-state="Information"]:not([readonly]):not([disabled])){border-style:var(--_ui5-v2-15-0_input_error_warning_border_style)}:host([value-state="Critical"]:not([readonly]):not([disabled])){background:var(--sapField_WarningBackgroundStyle);background-color:var(--sapField_WarningBackground);border-color:var(--_ui5-v2-15-0_input_value_state_warning_border_color);box-shadow:var(--sapField_WarningShadow)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_border_color)}:host([value-state="Critical"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color)}:host([value-state="Critical"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_input_value_state_warning_border_botom_color)}:host([value-state="Critical"]:not([readonly]):not([focused]):hover),:host([value-state="Critical"]:not([readonly])[focused][opened]:hover){background-color:var(--sapField_Hover_Background);box-shadow:var(--sapField_Hover_WarningShadow)}:host([value-state="Positive"]:not([readonly]):not([disabled])){background:var(--sapField_SuccessBackgroundStyle);background-color:var(--sapField_SuccessBackground);border-color:var(--_ui5-v2-15-0_input_value_state_success_border_color);border-width:var(--_ui5-v2-15-0_input_value_state_success_border_width);box-shadow:var(--sapField_SuccessShadow)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_success_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_success_border_color)}:host([value-state="Positive"][focused]:not([opened]):not([readonly])) .ui5-input-focusable-element:after{border-color:var(--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color)}:host([value-state="Positive"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_input_value_state_success_border_botom_color)}:host([value-state="Positive"]:not([readonly]):not([focused]):hover),:host([value-state="Positive"]: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-v2-15-0_input_value_state_information_border_color);border-width:var(--_ui5-v2-15-0_input_information_border_width);box-shadow:var(--sapField_InformationShadow)}:host([value-state="Information"][focused]:not([opened]):not([readonly])){background-color:var(--_ui5-v2-15-0_input_focused_value_state_information_background);border-color:var(--_ui5-v2-15-0_input_focused_value_state_information_border_color)}:host([value-state="Information"]:not([readonly])) .ui5-input-root:before{background-color:var(--_ui5-v2-15-0_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-v2-15-0_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-v2-15-0_input_custom_icon_padding);box-sizing:content-box!important}:host([value-state="Negative"]) .inputIcon,:host([value-state="Critical"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_icon_padding)}:host([value-state="Negative"][focused]) .inputIcon,:host([value-state="Critical"][focused]) .inputIcon{padding:var(--_ui5-v2-15-0_input_error_warning_focused_icon_padding)}:host([value-state="Information"]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_icon_padding)}:host([value-state="Information"][focused]) .inputIcon{padding:var(--_ui5-v2-15-0_input_information_focused_icon_padding)}:host([value-state="Negative"]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_error_warning_custom_icon_padding)}:host([value-state="Negative"][focused]) ::slotted(.inputIcon[ui5-icon]),:host([value-state="Negative"][focused]) ::slotted([ui5-icon][slot="icon"]),:host([value-state="Critical"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding)}:host([value-state="Information"]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_information_custom_icon_padding)}:host([value-state="Information"][focused]) ::slotted([ui5-icon][slot="icon"]){padding:var(--_ui5-v2-15-0_input_information_custom_focused_icon_padding)}:host([value-state="Negative"]) .inputIcon:active,:host([value-state="Negative"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_error_pressed_color)}:host([value-state="Negative"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_error_icon_box_shadow)}:host([value-state="Critical"]) .inputIcon:active,:host([value-state="Critical"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_warning_pressed_color)}:host([value-state="Critical"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_warning_icon_box_shadow)}:host([value-state="Information"]) .inputIcon:active,:host([value-state="Information"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_information_pressed_color)}:host([value-state="Information"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_information_icon_box_shadow)}:host([value-state="Positive"]) .inputIcon:active,:host([value-state="Positive"]) .inputIcon.inputIcon--pressed{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow);color:var(--_ui5-v2-15-0_input_icon_success_pressed_color)}:host([value-state="Positive"]) .inputIcon:not(.inputIcon--pressed):not(:active):hover{box-shadow:var(--_ui5-v2-15-0_input_success_icon_box_shadow)}.ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_input_icon_wrapper_height);padding:0;width:var(--_ui5-v2-15-0_input_icon_width);min-width:var(--_ui5-v2-15-0_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="Positive"])) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_input_icon_wrapper_state_height);vertical-align:top}:host([value-state="Positive"]) .ui5-input-clear-icon-wrapper{height:var(--_ui5-v2-15-0_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}:host([icon]){min-width:var(--_ui5-v2-15-0_button_base_min_width);width:var(--_ui5-v2-15-0_button_base_min_width)}:host([icon]) .ui5-select-root{min-width:var(--_ui5-v2-15-0_button_base_min_width)}:host([icon]) .ui5-select-label-root{min-width:0;padding-inline-start:0}.ui5-select-root{min-width:calc(var(--_ui5-v2-15-0_input_min_width) + (var(--_ui5-v2-15-0-input-icons-count)*var(--_ui5-v2-15-0_input_icon_width)));width:100%;height:100%;display:flex;outline:none;cursor:pointer;overflow:hidden;border-radius:var(--_ui5-v2-15-0_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-v2-15-0_select_label_color);font-family: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}.ui5-select-icon-root{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:var(--_ui5-v2-15-0_select_icon_width);min-width:var(--_ui5-v2-15-0_select_icon_width);height:var(--_ui5-v2-15-0_select_icon_wrapper_height);padding:0}.ui5-select-icon{color:inherit}:host([value-state]:not([value-state="None"],[value-state="Positive"])) .ui5-select-icon-root{height:var(--_ui5-v2-15-0_select_icon_wrapper_state_height)}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const SelectPopoverCss=".ui5-select-popover::part(content),.ui5-select-popover::part(header){padding:0}.ui5-select-popover .ui5-responsive-popover-header .row{justify-content:flex-start}\n";var Select_1,__decorate$1=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Select=Select_1=class extends b$5{constructor(){super(...arguments),this.disabled=!1,this.valueState="None",this.required=!1,this.readonly=!1,this._iconPressed=!1,this.opened=!1,this._listWidth=0,this.focused=!1,this._selectedIndexBeforeOpen=-1,this._escapePressed=!1,this._lastSelectedOption=null,this._typedChars=""}get formValidityMessage(){return Select_1.i18nBundle.getText(FORM_SELECTABLE_REQUIRED)}get formValidity(){var e;return{valueMissing:this.required&&""===(null==(e=this.selectedOption)?void 0:e.getAttribute("value"))}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){if(void 0!==this._valueStorage)return this._valueStorage;const e=this.selectedOption;return e?"value"in e&&void 0!==e.value?e.value:e.hasAttribute("value")?e.getAttribute("value"):e.textContent:""}onEnterDOM(){y$2(this,this._updateAssociatedLabelsTexts.bind(this))}onExitDOM(){T$2(this)}onBeforeRendering(){this._applySelection(),this.style.setProperty(d$g("--_ui5-input-icons-count"),`${this.iconsCount}`)}onAfterRendering(){this.toggleValueStatePopover(this.shouldOpenValueStateMessagePopover),this._isPickerOpen&&(this._listWidth||(this._listWidth=this.responsivePopover.offsetWidth))}_applySelection(){void 0!==this._valueStorage?this._applySelectionByValue(this._valueStorage):this._applyAutoSelection()}_applySelectionByValue(e){var t,o;if(e!==((null==(t=this.selectedOption)?void 0:t.value)||(null==(o=this.selectedOption)?void 0:o.textContent))){Array.from(this.children).forEach((t=>{t.selected=!((t.getAttribute("value")||t.textContent)!==e)}))}}_applyAutoSelection(){let e=this.options.findLastIndex((e=>e.selected));e=-1===e?0:e;for(let t=0;t<this.options.length&&(this.options[t].selected=e===t,e!==t);t++);}_setValueByOption(e){this.value=e.value||e.textContent||""}_applyFocus(){this.focus()}_onfocusin(){this.focused=!0}_onfocusout(){this.focused=!1}get _isPickerOpen(){return!!this.responsivePopover&&this.responsivePopover.open}_respPopover(){return this.shadowRoot.querySelector("[ui5-responsive-popover]")}set value(e){this._valueStorage=e}get value(){var e,t,o;return void 0!==this._valueStorage?this._valueStorage:void 0===(null==(e=this.selectedOption)?void 0:e.value)?(null==(t=this.selectedOption)?void 0:t.textContent)||"":null==(o=this.selectedOption)?void 0:o.value}get _selectedIndex(){return this.options.findIndex((e=>e.selected))}get selectedOption(){return this.options.find((e=>e.selected))}get text(){var e;return null==(e=this.selectedOption)?void 0:e.effectiveDisplayText}_toggleRespPopover(){this.disabled||this.readonly||(this._iconPressed=!0,this.responsivePopover=this._respPopover(),this._isPickerOpen?this.responsivePopover.open=!1:(this.responsivePopover.opener=this,this.responsivePopover.open=!0))}_onkeydown(e){(x(e)||V(e))&&this._isPickerOpen?this.responsivePopover.open=!1:ko(e)?(e.preventDefault(),this._toggleRespPopover()):A$3(e)?e.preventDefault():m$6(e)&&this._isPickerOpen?this._escapePressed=!0:M$1(e)?this._handleHomeKey(e):n$9(e)?this._handleEndKey(e):b$4(e)?this._handleSelectionChange():(P$1(e)||_(e))&&this._handleArrowNavigation(e)}_handleKeyboardNavigation(e){if(b$4(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.options.indexOf(o);this._changeSelectedItem(this._selectedIndex,e),t!==this._selectedIndex&&(this.itemSelectionAnnounce(),this._scrollSelectedItem())}}_searchNextItemByText(e){let t=this.options.slice(0);const o=t.splice(this._selectedIndex+1,t.length-this._selectedIndex),a=t.splice(0,t.length-1);return t=o.concat(a),t.find((t=>t.effectiveDisplayText.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.options.length-1;this._changeSelectedItem(this._selectedIndex,t)}_onkeyup(e){A$3(e)&&(this._isPickerOpen?this._handleSelectionChange():this._toggleRespPopover())}_getItemIndex(e){return this.options.indexOf(e)}_select(e){const t=this._selectedIndex;if(e<0||e>=this.options.length||0===this.options.length)return;this.options[t]&&(this.options[t].selected=!1);const o=this.options[e];t!==e&&this.fireDecoratorEvent("live-change",{selectedOption:o}),o.selected=!0,void 0!==this._valueStorage&&this._setValueByOption(o)}_handleItemPress(e){const t=e.detail.item,o=this._getItemIndex(t);this._handleSelectionChange(o)}_itemMousedown(e){e.preventDefault()}_onclick(){this.getFocusDomRef().focus(),this._toggleRespPopover()}_handleSelectionChange(e=this._selectedIndex){this._typedChars="",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=_(e)?this._getNextOptionIndex():this._getPreviousOptionIndex(),this._changeSelectedItem(this._selectedIndex,t),o!==this._selectedIndex&&(this.itemSelectionAnnounce(),this._scrollSelectedItem())}_changeSelectedItem(e,t){const o=this.options;if(-1===e&&t<0&&o.length&&(t=o.length-1),t<0||t>=o.length)return;const a=o[e],i=o[t];a!==i&&(a&&(a.selected=!1,a.focused=!1),i.selected=!0,i.focused=!0,void 0!==this._valueStorage&&this._setValueByOption(i),this.fireDecoratorEvent("live-change",{selectedOption:i}),this._isPickerOpen||this._fireChangeEvent(i))}_getNextOptionIndex(){return this._selectedIndex===this.options.length-1?this._selectedIndex:this._selectedIndex+1}_getPreviousOptionIndex(){return 0===this._selectedIndex?this._selectedIndex:this._selectedIndex-1}_beforeOpen(){this._selectedIndexBeforeOpen=this._selectedIndex,this._lastSelectedOption=this.options[this._selectedIndex]}_afterOpen(){this.opened=!0,this.fireDecoratorEvent("open"),this.itemSelectionAnnounce(),this._scrollSelectedItem(),this._applyFocusToSelectedItem()}_applyFocusToSelectedItem(){this.options.forEach((e=>{e.focused=e.selected,e.focused&&d$8()&&e.focus()}))}_afterClose(){this.opened=!1,this._iconPressed=!1,this._listWidth=0,this._escapePressed?(this._select(this._selectedIndexBeforeOpen),this._escapePressed=!1):this._lastSelectedOption!==this.options[this._selectedIndex]&&(this._fireChangeEvent(this.options[this._selectedIndex]),this._lastSelectedOption=this.options[this._selectedIndex]),this.fireDecoratorEvent("close")}get hasCustomLabel(){return!!this.label.length}_fireChangeEvent(e){const t=!this.fireDecoratorEvent("change",{selectedOption:e});this.fireDecoratorEvent("selected-item-changed"),this.fireDecoratorEvent("input"),t&&this._select(this._selectedIndexBeforeOpen)}get valueStateTextMappings(){return{[o$4.Positive]:Select_1.i18nBundle.getText(VALUE_STATE_SUCCESS),[o$4.Information]:Select_1.i18nBundle.getText(VALUE_STATE_INFORMATION),[o$4.Negative]:Select_1.i18nBundle.getText(VALUE_STATE_ERROR),[o$4.Critical]:Select_1.i18nBundle.getText(VALUE_STATE_WARNING)}}get valueStateTypeMappings(){return{[o$4.Positive]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_SUCCESS),[o$4.Information]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_INFORMATION),[o$4.Negative]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_ERROR),[o$4.Critical]:Select_1.i18nBundle.getText(VALUE_STATE_TYPE_WARNING)}}get valueStateText(){let e;return e=this.shouldDisplayDefaultValueStateMessage?this.valueStateDefaultText:this.valueStateMessage.map((e=>e.textContent)).join(" "),`${this.valueStateTypeText} ${e}`}get valueStateDefaultText(){return this.valueState!==o$4.None?this.valueStateTextMappings[this.valueState]:""}get valueStateTypeText(){return this.valueState!==o$4.None?this.valueStateTypeMappings[this.valueState]:""}get hasValueState(){return this.valueState!==o$4.None}get valueStateTextId(){return this.hasValueState?`${this._id}-valueStateDesc`:void 0}get responsivePopoverId(){return`${this._id}-popover`}get isDisabled(){return this.disabled||void 0}get _headerTitleText(){return Select_1.i18nBundle.getText(INPUT_SUGGESTIONS_TITLE)}get _currentlySelectedOption(){return this.options[this._selectedIndex]}get _effectiveTabIndex(){return this.disabled||this.responsivePopover&&this.responsivePopover.open?-1:0}get _valueStateMessageInputIcon(){return this.valueState!==o$4.None?{Negative:"error",Critical:"alert",Positive:"sys-enter-2",Information:"information"}[this.valueState]:""}get iconsCount(){return this.selectedOptionIcon?2:1}get classes(){return{popoverValueState:{"ui5-valuestatemessage-root":!0,"ui5-valuestatemessage-header":!this._isPhone,"ui5-valuestatemessage--success":this.valueState===o$4.Positive,"ui5-valuestatemessage--error":this.valueState===o$4.Negative,"ui5-valuestatemessage--warning":this.valueState===o$4.Critical,"ui5-valuestatemessage--information":this.valueState===o$4.Information},popover:{"ui5-select-popover-valuestate":this.hasValueState}}}get styles(){return{popoverHeader:{display:"block"},responsivePopoverHeader:{display:this.options.length&&0===this._listWidth?"none":"inline-block",width:`${this.options.length?this._listWidth:this.offsetWidth}px`,"max-width":"100%"},responsivePopover:{"min-width":`${this.offsetWidth}px`}}}get ariaLabelText(){return A$2(this)||M2(this)}get shouldDisplayDefaultValueStateMessage(){return!this.valueStateMessage.length&&this.hasValueStateText}get hasValueStateText(){return this.hasValueState&&this.valueState!==o$4.Positive}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 d$8()}itemSelectionAnnounce(){let e;const t=this.options.length,o=Select_1.i18nBundle.getText(LIST_ITEM_POSITION,this._selectedIndex+1,t);this.focused&&this._currentlySelectedOption&&(e=`${this._currentlySelectedOption.textContent} ${this._isPickerOpen?o:""}`,p$1(e,e$2.Polite))}openValueStatePopover(){this.valueStatePopover=this._getPopover(),this.valueStatePopover&&(this.valueStatePopover.opener=this,this.valueStatePopover.open=!0)}closeValueStatePopover(){this.valueStatePopover&&(this.valueStatePopover.open=!1)}toggleValueStatePopover(e){e?this.openValueStatePopover():this.closeValueStatePopover()}get selectedOptionIcon(){return this.selectedOption&&this.selectedOption.icon}get ariaDescriptionText(){return this._associatedDescriptionRefTexts||L$2(this)}get ariaDescriptionTextId(){return this.ariaDescriptionText?"accessibleDescription":""}get ariaDescribedByIds(){const e=[this.valueStateTextId,this.ariaDescriptionTextId].filter(Boolean);return e.length?e.join(" "):void 0}_updateAssociatedLabelsTexts(){this._associatedDescriptionRefTexts=p$2(this)}_getPopover(){return this.shadowRoot.querySelector("[ui5-popover]")}};function ListItemBaseTemplate(e,t){const o=(null==e?void 0:e.listItemContent)||defaultListItemContent;return jsx("li",{part:"native-li","data-sap-focus-ref":!0,tabindex:this._effectiveTabIndex,class:this.classes.main,draggable:this.movable,role:null==t?void 0:t.role,title:null==t?void 0:t.title,onFocusIn:this._onfocusin,onKeyUp:this._onkeyup,onKeyDown:this._onkeydown,onClick:this._onclick,children:o.call(this)})}function defaultListItemContent(){return jsx("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:jsx("div",{class:"ui5-li-text-wrapper",children:jsx("span",{part:"title",class:"ui5-li-title",children:jsx("slot",{})})})})}function OptionTemplate(){return ListItemBaseTemplate.call(this,{listItemContent:listItemContent},{role:"option",title:this.tooltip})}function listItemContent(){return jsxs("div",{part:"content",id:`${this._id}-content`,class:"ui5-li-content",children:[this.displayIconBegin&&jsx(Icon$1,{part:"icon",name:this.icon,class:"ui5-li-icon",mode:"Decorative"}),jsxs("div",{class:"ui5-li-text-wrapper",children:[jsx("span",{part:"title",class:"ui5-li-title",children:jsx("slot",{})}),this.additionalText&&jsx("span",{part:"additional-text",class:"ui5-li-additional-text",children:this.additionalText})]})]})}__decorate$1([s$6({type:Boolean})],Select.prototype,"disabled",void 0),__decorate$1([s$6()],Select.prototype,"icon",void 0),__decorate$1([s$6()],Select.prototype,"name",void 0),__decorate$1([s$6()],Select.prototype,"valueState",void 0),__decorate$1([s$6({type:Boolean})],Select.prototype,"required",void 0),__decorate$1([s$6({type:Boolean})],Select.prototype,"readonly",void 0),__decorate$1([s$6()],Select.prototype,"accessibleName",void 0),__decorate$1([s$6()],Select.prototype,"accessibleNameRef",void 0),__decorate$1([s$6()],Select.prototype,"accessibleDescription",void 0),__decorate$1([s$6()],Select.prototype,"accessibleDescriptionRef",void 0),__decorate$1([s$6()],Select.prototype,"tooltip",void 0),__decorate$1([s$6({type:String,noAttribute:!0})],Select.prototype,"_associatedDescriptionRefTexts",void 0),__decorate$1([s$6({type:Boolean,noAttribute:!0})],Select.prototype,"_iconPressed",void 0),__decorate$1([s$6({type:Boolean})],Select.prototype,"opened",void 0),__decorate$1([s$6({type:Number,noAttribute:!0})],Select.prototype,"_listWidth",void 0),__decorate$1([s$6({type:Boolean})],Select.prototype,"focused",void 0),__decorate$1([d$5({default:!0,type:HTMLElement,invalidateOnChildChange:!0})],Select.prototype,"options",void 0),__decorate$1([d$5()],Select.prototype,"valueStateMessage",void 0),__decorate$1([d$5()],Select.prototype,"label",void 0),__decorate$1([s$6()],Select.prototype,"value",null),__decorate$1([i$a("@ui5/webcomponents")],Select,"i18nBundle",void 0),Select=Select_1=__decorate$1([m$8({tag:"ui5-select",languageAware:!0,formAssociated:!0,renderer:y$4,template:SelectTemplate,styles:[selectCss,ResponsivePopoverCommonCss,ValueStateMessageCss,SelectPopoverCss],dependencies:[Label$1,ResponsivePopover$1,Popover$1,List$1,Icon$1,Button$1]}),l$b("change",{bubbles:!0,cancelable:!0}),l$b("live-change",{bubbles:!0}),l$b("open"),l$b("close"),l$b("selected-item-changed",{bubbles:!0}),l$b("input",{bubbles:!0})],Select),Select.define(),p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const optionBaseCss=":host{height:var(--_ui5-v2-15-0_list_item_dropdown_base_height);--_ui5-v2-15-0_list_item_title_size: var(--sapFontSize)}\n";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const listItemIconCss=".ui5-li-icon{color:var(--sapList_TextColor);min-width:var(--_ui5-v2-15-0_list_item_icon_size);min-height:var(--_ui5-v2-15-0_list_item_icon_size);padding-inline-end:var(--_ui5-v2-15-0_list_item_icon_padding-inline-end)}\n";p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const listItemAdditionalTextCss=".ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n";var __decorate=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Option=class extends ListItemBase$1{get displayIconBegin(){return!!this.icon}get effectiveDisplayText(){return this.textContent||""}};__decorate([d$5({type:Node,default:!0,invalidateOnChildChange:!0})],Option.prototype,"text",void 0),__decorate([s$6()],Option.prototype,"value",void 0),__decorate([s$6()],Option.prototype,"icon",void 0),__decorate([s$6()],Option.prototype,"additionalText",void 0),__decorate([s$6()],Option.prototype,"tooltip",void 0),__decorate([s$6({type:Boolean})],Option.prototype,"selected",void 0),Option=__decorate([m$8({tag:"ui5-option",template:OptionTemplate,styles:[ListItemBase$1.styles,listItemAdditionalTextCss,listItemIconCss,optionBaseCss]})],Option),Option.define();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-BBtO1xV9.js")).default;case"ar_EG":return(await import("./ar_EG-CsHsH5NB.js")).default;case"ar_SA":return(await import("./ar_SA-CVd8CQkH.js")).default;case"bg":return(await import("./bg-B1LO90TV.js")).default;case"ca":return(await import("./ca-D59F9iL9.js")).default;case"cnr":return(await import("./cnr-jy3FEGQX.js")).default;case"cs":return(await import("./cs-BVi3NBx2.js")).default;case"da":return(await import("./da-CeRjp7Gw.js")).default;case"de":return(await import("./de-DpMS1P9x.js")).default;case"de_AT":return(await import("./de_AT-DVWPcXpS.js")).default;case"de_CH":return(await import("./de_CH-CfU5U4in.js")).default;case"el":return(await import("./el-56baoRYj.js")).default;case"el_CY":return(await import("./el_CY-UqgIrp9k.js")).default;case"en":return(await import("./en-DhJi4IVs.js")).default;case"en_AU":return(await import("./en_AU-tRjYHimn.js")).default;case"en_GB":return(await import("./en_GB-DbHnpkUU.js")).default;case"en_HK":return(await import("./en_HK-DrSwwSL7.js")).default;case"en_IE":return(await import("./en_IE-hqT4ZHXo.js")).default;case"en_IN":return(await import("./en_IN-4rZ56A8X.js")).default;case"en_NZ":return(await import("./en_NZ-CrDwU_ol.js")).default;case"en_PG":return(await import("./en_PG-CSbJX-cM.js")).default;case"en_SG":return(await import("./en_SG-8GU9NPIH.js")).default;case"en_ZA":return(await import("./en_ZA-BajqQtkP.js")).default;case"es":return(await import("./es-fGH74Al9.js")).default;case"es_AR":return(await import("./es_AR-CQEpK0kq.js")).default;case"es_BO":return(await import("./es_BO-CWunU2hf.js")).default;case"es_CL":return(await import("./es_CL-BNdkezeY.js")).default;case"es_CO":return(await import("./es_CO-BavMemLK.js")).default;case"es_MX":return(await import("./es_MX-qIsV-M71.js")).default;case"es_PE":return(await import("./es_PE-DJ7lN4tK.js")).default;case"es_UY":return(await import("./es_UY-CF2yD63d.js")).default;case"es_VE":return(await import("./es_VE-CCACJ8gl.js")).default;case"et":return(await import("./et-BT6KLH-T.js")).default;case"fa":return(await import("./fa-C0qStaCG.js")).default;case"fi":return(await import("./fi-DJPzSnhw.js")).default;case"fr":return(await import("./fr-DEsoFW8s.js")).default;case"fr_BE":return(await import("./fr_BE-BNiXNi0h.js")).default;case"fr_CA":return(await import("./fr_CA-CHqdLXHD.js")).default;case"fr_CH":return(await import("./fr_CH-v_w1IA2e.js")).default;case"fr_LU":return(await import("./fr_LU-D-IDk9Vu.js")).default;case"he":return(await import("./he-XckJoAXM.js")).default;case"hi":return(await import("./hi-DUjFn3C9.js")).default;case"hr":return(await import("./hr-BwQVRrz1.js")).default;case"hu":return(await import("./hu-DBku5iUP.js")).default;case"id":return(await import("./id-CBGtWTha.js")).default;case"it":return(await import("./it-DaOKCK95.js")).default;case"it_CH":return(await import("./it_CH-cDED4TfC.js")).default;case"ja":return(await import("./ja-C4V4yt7L.js")).default;case"kk":return(await import("./kk-B01mYP5b.js")).default;case"ko":return(await import("./ko-CpeU0TNj.js")).default;case"lt":return(await import("./lt-BcoeDwYK.js")).default;case"lv":return(await import("./lv-uP7D4Rdo.js")).default;case"ms":return(await import("./ms-zHn8nmOs.js")).default;case"mk":return(await import("./mk-DghUH2_l.js")).default;case"nb":return(await import("./nb-DhvOGBHT.js")).default;case"nl":return(await import("./nl-D8RCh3sX.js")).default;case"nl_BE":return(await import("./nl_BE-BZTwfiTl.js")).default;case"pl":return(await import("./pl-CdJ2rnP6.js")).default;case"pt":return(await import("./pt-DTuXSUe4.js")).default;case"pt_PT":return(await import("./pt_PT-BRjo7xkG.js")).default;case"ro":return(await import("./ro-Dw5Jtk3c.js")).default;case"ru":return(await import("./ru-bRVzpMO1.js")).default;case"ru_UA":return(await import("./ru_UA-yH9t49VE.js")).default;case"sk":return(await import("./sk-ktZ_lnOE.js")).default;case"sl":return(await import("./sl-6szndgxW.js")).default;case"sr":return(await import("./sr-DRtgT5Hw.js")).default;case"sr_Latn":return(await import("./sr_Latn-p1MB0wFz.js")).default;case"sv":return(await import("./sv-DntJ0Ey3.js")).default;case"th":return(await import("./th-Dutmgrkc.js")).default;case"tr":return(await import("./tr-9l-l0LNP.js")).default;case"uk":return(await import("./uk-CcFL9rcE.js")).default;case"vi":return(await import("./vi-BREKmD9Y.js")).default;case"zh_CN":return(await import("./zh_CN-DXv6lCaa.js")).default;case"zh_HK":return(await import("./zh_HK-DIofxc0M.js")).default;case"zh_SG":return(await import("./zh_SG-BYWu8MKW.js")).default;case"zh_TW":return(await import("./zh_TW-RlwQTs-Y.js")).default;default:throw"unknown locale"}},importAndCheck$1=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. Check the "Assets" documentation for more information.');return t};availableLocales.forEach((e=>C$2(e,importAndCheck$1)));const loadThemeProperties$1=async e=>{switch(e){case"sap_fiori_3":return(await import("./parameters-bundle.css-2th_MFFp.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-SYyxS-Na.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-BKG-vmhK.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-DCkLZ5VF.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-_vnioV0e.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-BvZ6aOE5.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-C92o3hxW.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-CUtSUlxp.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. Check the "Assets" documentation for more information.');return t};["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"].forEach((e=>p$8("@ui5/webcomponents-theming",e,loadAndCheck$1)));const loadThemeProperties=async e=>{switch(e){case"sap_fiori_3":return(await import("./parameters-bundle.css-B3lkOWtH.js")).default;case"sap_fiori_3_dark":return(await import("./parameters-bundle.css-BVPcd4ks.js")).default;case"sap_fiori_3_hcb":return(await import("./parameters-bundle.css-Coh-mcmR.js")).default;case"sap_fiori_3_hcw":return(await import("./parameters-bundle.css-DoiASAdx.js")).default;case"sap_horizon":return(await import("./parameters-bundle.css-zV3WeD-D.js")).default;case"sap_horizon_dark":return(await import("./parameters-bundle.css-BiTnbZwY.js")).default;case"sap_horizon_hcb":return(await import("./parameters-bundle.css-ZLNETqnt.js")).default;case"sap_horizon_hcw":return(await import("./parameters-bundle.css-CmTXAzqn.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. Check the "Assets" documentation for more information.');return t};["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"].forEach((e=>p$8("@ui5/webcomponents",e,loadAndCheck)));const importMessageBundle=async e=>{switch(e){case"ar":return(await import("./messagebundle_ar-Di0aHACF.js")).default;case"bg":return(await import("./messagebundle_bg-BJu940hX.js")).default;case"ca":return(await import("./messagebundle_ca-BIRZfKHK.js")).default;case"cnr":return(await import("./messagebundle_cnr-CD_XJcwD.js")).default;case"cs":return(await import("./messagebundle_cs-QVHk41SM.js")).default;case"cy":return(await import("./messagebundle_cy-Bb_i8SYQ.js")).default;case"da":return(await import("./messagebundle_da-C-n4qUap.js")).default;case"de":return(await import("./messagebundle_de-BBf4ZDXv.js")).default;case"el":return(await import("./messagebundle_el-D2Y9E-ko.js")).default;case"en":return(await import("./messagebundle_en-JOXNsaQ9.js")).default;case"en_GB":return(await import("./messagebundle_en_GB-DBHRzrlS.js")).default;case"en_US_sappsd":return(await import("./messagebundle_en_US_sappsd-Baf-tVxd.js")).default;case"en_US_saprigi":return(await import("./messagebundle_en_US_saprigi-BvfMImWf.js")).default;case"en_US_saptrc":return(await import("./messagebundle_en_US_saptrc-CGPrXT0V.js")).default;case"es":return(await import("./messagebundle_es-_C9dPFT8.js")).default;case"es_MX":return(await import("./messagebundle_es_MX-D5PPJjDi.js")).default;case"et":return(await import("./messagebundle_et-CmhutvBe.js")).default;case"fi":return(await import("./messagebundle_fi-C9SYuWDe.js")).default;case"fr":return(await import("./messagebundle_fr-Dbh7Gs3Q.js")).default;case"fr_CA":return(await import("./messagebundle_fr_CA-Bjce9e11.js")).default;case"hi":return(await import("./messagebundle_hi-B009xEl3.js")).default;case"hr":return(await import("./messagebundle_hr-C4OKwGAu.js")).default;case"hu":return(await import("./messagebundle_hu-CRr171yo.js")).default;case"id":return(await import("./messagebundle_id-35yCI2nG.js")).default;case"it":return(await import("./messagebundle_it-CJSOsvDm.js")).default;case"iw":return(await import("./messagebundle_iw-CSKGBRtZ.js")).default;case"ja":return(await import("./messagebundle_ja-DYZJHH0T.js")).default;case"kk":return(await import("./messagebundle_kk-DHiAitym.js")).default;case"ko":return(await import("./messagebundle_ko-Co7RmIK2.js")).default;case"lt":return(await import("./messagebundle_lt-DYwJKwUh.js")).default;case"lv":return(await import("./messagebundle_lv-BRosm42F.js")).default;case"mk":return(await import("./messagebundle_mk-BJSbg-HF.js")).default;case"ms":return(await import("./messagebundle_ms-Cyj01LMU.js")).default;case"nl":return(await import("./messagebundle_nl-DFAesepw.js")).default;case"no":return(await import("./messagebundle_no-DDD6Tsgu.js")).default;case"pl":return(await import("./messagebundle_pl-EgnDHNnD.js")).default;case"pt":return(await import("./messagebundle_pt-Bg3a137l.js")).default;case"pt_PT":return(await import("./messagebundle_pt_PT-CvnCHEtG.js")).default;case"ro":return(await import("./messagebundle_ro-CixwxpjC.js")).default;case"ru":return(await import("./messagebundle_ru-DGs9GxJ6.js")).default;case"sh":return(await import("./messagebundle_sh-Dv6xxsC-.js")).default;case"sk":return(await import("./messagebundle_sk-BUnxw6Mb.js")).default;case"sl":return(await import("./messagebundle_sl-DM6HRQTt.js")).default;case"sr":return(await import("./messagebundle_sr-DhvDKyr-.js")).default;case"sv":return(await import("./messagebundle_sv-DFhTQXXm.js")).default;case"th":return(await import("./messagebundle_th-BQ455Q-B.js")).default;case"tr":return(await import("./messagebundle_tr-Bg7ll7Q7.js")).default;case"uk":return(await import("./messagebundle_uk-D3iWWX04.js")).default;case"vi":return(await import("./messagebundle_vi-H4fRsTTZ.js")).default;case"zh_CN":return(await import("./messagebundle_zh_CN-Cy3DFQgG.js")).default;case"zh_TW":return(await import("./messagebundle_zh_TW-CkLZ6Mgd.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. 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","id","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=>{$$2("@ui5/webcomponents",e,importAndCheck)}));
|
|
125
|
+
/*!
|
|
126
|
+
* OpenUI5
|
|
127
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
128
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
129
|
+
*/
|
|
130
|
+
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.Buddhist}});function toBuddhist(e){var t=UniversalDate$1.getEraStartDate(CalendarType.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.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}let t;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 a=this._getBuddhist();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setBuddhist(a)},Buddhist.prototype.setUTCFullYear=function(e,t,o){var a=this._getUTCBuddhist();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setUTCBuddhist(a)},_Calendars.set(CalendarType.Buddhist,Buddhist);class a2{static getLegacyDateCalendarCustomizing(){return void 0===t&&(t=M$4()),t.legacyDateCalendarCustomizing||[]}}s$p("LegacyDateFormats",a2),i$j((()=>{}));const i2=n$r("LegacyDateFormats"),m=i2?a2.getLegacyDateCalendarCustomizing:()=>[],emptyFn=()=>{},Formatting={getABAPDateFormat:emptyFn,getCustomIslamicCalendarData:m};
|
|
131
|
+
/*!
|
|
132
|
+
* OpenUI5
|
|
133
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
134
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
135
|
+
*/
|
|
136
|
+
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.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,a,i,r,n,s,_=e.year,l=e.month,c=e.day;if(n=0,l+1>2&&(n=isGregorianLeapYear(_)?-1:-2),s=GREGORIAN_EPOCH_DAYS-1+365*(_-1)+Math.floor((_-1)/4)+-Math.floor((_-1)/100)+Math.floor((_-1)/400)+Math.floor((367*(l+1)-362)/12+n+c),r=(s=Math.floor(s)+.5)-ISLAMIC_EPOCH_DAYS,(i=Math.floor(r/29.530588853))<0)(o=i%12)<0&&(o+=12),a=r-monthStart(t=Math.floor(i/12)+1,o)+1;else{for(i++;getCustomMonthStartDays(i)>r;)i--;a=r-getCustomMonthStartDays(12*((t=Math.floor(i/12)+1)-1)+(o=i%12))+1}return{day:a,month:o,year:t}}function toGregorian$2(e){var t,o,a,i,r,n=e.year,s=e.month,_=e.day+(n<1?monthStart(n,s):getCustomMonthStartDays(12*(n-1)+s))+ISLAMIC_EPOCH_DAYS-1,l=Math.floor(_-.5)+.5,c=l-GREGORIAN_EPOCH_DAYS,d=Math.floor(c/146097),u=mod$1(c,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*d+100*p+4*v+g;return 4!=p&&4!=g&&f++,o=l-(GREGORIAN_EPOCH_DAYS+365*(f-1)+Math.floor((f-1)/4)-Math.floor((f-1)/100)+Math.floor((f-1)/400)),i=0,i=l<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+i)+373)/367),a=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:l-(a+=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),a=(new Date(Date.UTC(o.year,o.month-1,o.day)).getTime()-ISLAMIC_MILLIS)/ONE_DAY,i=12*((o=parseDate(t.islamicMonthStart)).year-1)+o.month-1;oCustomizationMap[i]=a}})),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 a=this._getIslamic();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setIslamic(a)},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 a=this._getUTCIslamic();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setUTCIslamic(a)},_Calendars.set(CalendarType.Islamic,Islamic);
|
|
137
|
+
/*!
|
|
138
|
+
* OpenUI5
|
|
139
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
140
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
141
|
+
*/
|
|
142
|
+
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.Japanese}});function toJapanese(e){var t=UniversalDate$1.getEraByDate(CalendarType.Japanese,e.year,e.month,e.day),o=UniversalDate$1.getEraStartDate(CalendarType.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.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.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 a=this._getJapanese();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setJapanese(a)},Japanese.prototype.setEra=function(e,t,o,a){var i=toJapanese(UniversalDate$1.getEraStartDate(CalendarType.Japanese,e));return void 0!==t&&(i.year=t),void 0!==o&&(i.month=o),void 0!==a&&(i.day=a),this._setJapanese(i)},Japanese.prototype.setUTCFullYear=function(e,t,o){var a=this._getUTCJapanese();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setUTCJapanese(a)},Japanese.prototype.setUTCEra=function(e,t,o,a){var i=toJapanese(UniversalDate$1.getEraStartDate(CalendarType.Japanese,e));return void 0!==t&&(i.year=t),void 0!==o&&(i.month=o),void 0!==a&&(i.day=a),this._setUTCJapanese(i)},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.Japanese,Japanese);
|
|
143
|
+
/*!
|
|
144
|
+
* OpenUI5
|
|
145
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
146
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
147
|
+
*/
|
|
148
|
+
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.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,a,i,r,n,s=[-61,9,38,199,426,686,756,818,1111,1181,1210,1635,2060,2097,2192,2262,2324,2394,2456,3178],_=s.length,l=e+621,c=-14,d=s[0];for(n=1;n<_&&(o=(t=s[n])-d,!(e<t));n+=1)c=c+8*div(o,33)+div(mod(o,33),4),d=t;return c=c+8*div(r=e-d,33)+div(mod(r,33)+3,4),4===mod(o,33)&&o-r==4&&(c+=1),i=20+c-(div(l,4)-div(3*(div(l,100)+1),4)-150),o-r<6&&(r=r-o+33*div(o+4,33)),-1===(a=mod(mod(r+1,33)-1,4))&&(a=4),{leap:a,gy:l,march:i}}function j2d(e,t,o){for(;t<1;)t+=12,e--;for(;t>12;)t-=12,e++;var a=jalCal(e);return g2d(a.gy,3,a.march)+31*(t-1)-div(t,7)*(t-7)+o-1}function d2j(e){var t,o=d2g(e).year,a=o-621,i=jalCal(a);if((t=e-g2d(o,3,i.march))>=0){if(t<=185)return{year:a,month:1+div(t,31)-1,day:mod(t,31)+1};t-=186}else a-=1,t+=179,1===i.leap&&(t+=1);return{year:a,month:7+div(t,30)-1,day:mod(t,30)+1}}function g2d(e,t,o){var a=div(1461*(e+div(t-8,6)+100100),4)+div(153*mod(t+9,12)+2,5)+o-34840408;return a=a-div(3*div(e+100100+div(t-8,6),100),4)+752}function d2g(e){var t,o,a,i;return t=(t=4*e+139361631)+4*div(3*div(4*e+183187720,146097),4)-3908,o=5*div(mod(t,1461),4)+308,a=div(mod(o,153),5)+1,i=mod(div(o,153),12)+1,{year:div(t,1461)-100100+div(8-i,6),month:i-1,day:a}}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 a=this._getPersian();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setPersian(a)},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 a=this._getUTCPersian();return a.year=e,void 0!==t&&(a.month=t),void 0!==o&&(a.day=o),this._setUTCPersian(a)},_Calendars.set(CalendarType.Persian,Persian);export{i$k as A,Button$1 as B,c$c as C,DropIndicator$1 as D,EMPTY_INDICATOR_ACCESSIBLE_TEXT as E,Fragment as F,a$j as G,A$2 as H,Input$1 as I,LINK_SUBTLE as J,LINK_EMPHASIZED as K,ListItemBaseTemplate as L,n$6 as M,b$4 as N,A$3 as O,EXPANDABLE_TEXT_SHOW_LESS as P,EXPANDABLE_TEXT_SHOW_MORE as Q,ResponsivePopover$1 as R,EXPANDABLE_TEXT_CLOSE as S,EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL as T,EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL as U,d$8 as V,jsxs as a,defaultTheme as b,ListItemBase$1 as c,defaultThemeBase as d,f$d as e,fnEncodeXML as f,ListItemAccessibleRole$1 as g,ListItemGroupHeader$1 as h,d$5 as i,jsx as j,ListItemGroup$1 as k,Icon$1 as l,m$8 as m,ListAccessibleRole$1 as n,List$1 as o,p$8 as p,LIST_ITEM_GROUP_HEADER as q,LIST_ITEM_POSITION as r,s$6 as s,i$a as t,b$5 as u,d$g as v,t$6 as w,EMPTY_INDICATOR_SYMBOL as x,y$4 as y,l$b as z};
|