@ui5/webcomponents 2.0.0-rc.4 → 2.0.0-rc.5
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/CHANGELOG.md +58 -0
- package/README.md +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/Button.d.ts +1 -0
- package/dist/Button.js +4 -0
- package/dist/Button.js.map +1 -1
- package/dist/CalendarDate.d.ts +1 -1
- package/dist/CalendarDate.js +0 -1
- package/dist/CalendarDate.js.map +1 -1
- package/dist/Form.d.ts +1 -0
- package/dist/Form.js +1 -0
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +1 -0
- package/dist/FormGroup.js +1 -0
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormItem.d.ts +1 -0
- package/dist/FormItem.js +1 -0
- package/dist/FormItem.js.map +1 -1
- package/dist/Link.d.ts +2 -2
- package/dist/Link.js +1 -1
- package/dist/Link.js.map +1 -1
- package/dist/ListItemBase.js +6 -0
- package/dist/ListItemBase.js.map +1 -1
- package/dist/Menu.js +3 -0
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItem.d.ts +32 -2
- package/dist/MenuItem.js +6 -0
- package/dist/MenuItem.js.map +1 -1
- package/dist/Option.d.ts +1 -0
- package/dist/Option.js +10 -0
- package/dist/Option.js.map +1 -1
- package/dist/OptionCustom.d.ts +1 -0
- package/dist/OptionCustom.js +6 -0
- package/dist/OptionCustom.js.map +1 -1
- package/dist/Popup.d.ts +3 -0
- package/dist/Popup.js +6 -10
- package/dist/Popup.js.map +1 -1
- package/dist/RadioButton.d.ts +1 -1
- package/dist/RadioButton.js +1 -1
- package/dist/RadioButton.js.map +1 -1
- package/dist/Select.d.ts +1 -0
- package/dist/Select.js +1 -0
- package/dist/Select.js.map +1 -1
- package/dist/TimePicker.d.ts +1 -0
- package/dist/TimePicker.js +18 -0
- package/dist/TimePicker.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/CustomListItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItem.css +1 -1
- package/dist/css/themes/FormLabelSpan.css +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/ListItemGroup.css +1 -1
- package/dist/css/themes/ListItemGroupHeader.css +1 -1
- package/dist/css/themes/ListItemIcon.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuItem.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/NavigationMenu.css +1 -1
- package/dist/css/themes/NavigationMenuItem.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/SegmentedButtonItem.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/Tag.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +56 -20
- package/dist/custom-elements.json +47 -20
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DialogTemplate.lit.js +1 -1
- package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/InputTemplate.lit.js +1 -1
- package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MenuItemTemplate.lit.js +19 -17
- package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PopupTemplate.lit.js +1 -1
- package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SelectTemplate.lit.js +2 -2
- package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/Avatar.css.js.map +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Button.css.js.map +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js.map +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegend.css.js +1 -1
- package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Form.css.js +1 -1
- package/dist/generated/themes/Form.css.js.map +1 -1
- package/dist/generated/themes/FormItem.css.js +1 -1
- package/dist/generated/themes/FormItem.css.js.map +1 -1
- package/dist/generated/themes/FormLabelSpan.css.js +1 -1
- package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Icon.css.js.map +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/Link.css.js.map +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/List.css.js.map +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroup.css.js +1 -1
- package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
- package/dist/generated/themes/ListItemIcon.css.js +1 -1
- package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuItem.css.js +1 -1
- package/dist/generated/themes/MenuItem.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MonthPicker.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/Switch.css.js.map +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/Tag.css.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js.map +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Token.css.js.map +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js.map +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js.map +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/styles/Icon.css +15 -15
- package/dist/styles/Icon.module.css +15 -15
- package/dist/vscode.html-custom-data.json +9 -9
- package/dist/web-types.json +41 -17
- package/package.json +9 -9
- package/src/Breadcrumbs.hbs +4 -2
- package/src/Button.hbs +2 -1
- package/src/ComboBox.hbs +1 -0
- package/src/Input.hbs +1 -0
- package/src/MenuItem.hbs +2 -0
- package/src/MonthPicker.hbs +1 -1
- package/src/MultiComboBox.hbs +1 -0
- package/src/Popup.hbs +1 -0
- package/src/SelectPopover.hbs +2 -0
- package/src/TimePickerPopover.hbs +1 -0
- package/src/YearPicker.hbs +1 -1
- package/src/i18n/messagebundle_ar.properties +13 -3
- package/src/i18n/messagebundle_bg.properties +13 -3
- package/src/i18n/messagebundle_ca.properties +13 -3
- package/src/i18n/messagebundle_cnr.properties +13 -3
- package/src/i18n/messagebundle_cs.properties +13 -3
- package/src/i18n/messagebundle_cy.properties +13 -3
- package/src/i18n/messagebundle_da.properties +13 -3
- package/src/i18n/messagebundle_de.properties +13 -3
- package/src/i18n/messagebundle_el.properties +13 -3
- package/src/i18n/messagebundle_en_GB.properties +13 -3
- package/src/i18n/messagebundle_es.properties +13 -3
- package/src/i18n/messagebundle_es_MX.properties +13 -3
- package/src/i18n/messagebundle_et.properties +13 -3
- package/src/i18n/messagebundle_fi.properties +13 -3
- package/src/i18n/messagebundle_fr.properties +13 -3
- package/src/i18n/messagebundle_fr_CA.properties +13 -3
- package/src/i18n/messagebundle_hi.properties +13 -3
- package/src/i18n/messagebundle_hr.properties +13 -3
- package/src/i18n/messagebundle_hu.properties +13 -3
- package/src/i18n/messagebundle_id.properties +13 -3
- package/src/i18n/messagebundle_it.properties +14 -4
- package/src/i18n/messagebundle_iw.properties +13 -3
- package/src/i18n/messagebundle_ja.properties +13 -3
- package/src/i18n/messagebundle_kk.properties +13 -3
- package/src/i18n/messagebundle_ko.properties +13 -3
- package/src/i18n/messagebundle_lt.properties +13 -3
- package/src/i18n/messagebundle_lv.properties +13 -3
- package/src/i18n/messagebundle_mk.properties +13 -3
- package/src/i18n/messagebundle_ms.properties +13 -3
- package/src/i18n/messagebundle_nl.properties +13 -3
- package/src/i18n/messagebundle_no.properties +13 -3
- package/src/i18n/messagebundle_pl.properties +13 -3
- package/src/i18n/messagebundle_pt.properties +13 -3
- package/src/i18n/messagebundle_pt_PT.properties +13 -3
- package/src/i18n/messagebundle_ro.properties +13 -3
- package/src/i18n/messagebundle_ru.properties +13 -3
- package/src/i18n/messagebundle_sh.properties +13 -3
- package/src/i18n/messagebundle_sk.properties +13 -3
- package/src/i18n/messagebundle_sl.properties +13 -3
- package/src/i18n/messagebundle_sr.properties +13 -3
- package/src/i18n/messagebundle_sv.properties +13 -3
- package/src/i18n/messagebundle_th.properties +13 -3
- package/src/i18n/messagebundle_tr.properties +13 -3
- package/src/i18n/messagebundle_uk.properties +17 -7
- package/src/i18n/messagebundle_vi.properties +13 -3
- package/src/i18n/messagebundle_zh_CN.properties +13 -3
- package/src/i18n/messagebundle_zh_TW.properties +13 -3
- package/src/themes/Link.css +5 -5
- package/src/themes/MenuItem.css +1 -1
- package/src/themes/RadioButton.css +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><span id="hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><${scopeTag("ui5-tokenizer", tags, suffix)} class="ui5-multi-input-tokenizer" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded="${this.tokenizerExpanded}" @keydown="${this._onTokenizerKeydown}" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}">${repeat(this.tokens, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-tokenizer", tags, suffix)}><input id="inner" class="ui5-input-inner" style="${styleMap(this.styles.innerInput)}" type="${ifDefined(this.inputType)}" inner-input ?inner-input-with-icon="${this.icon.length}" ?disabled="${this.disabled}" ?readonly="${this._readonly}" .value="${ifDefined(this._innerValue)}" placeholder="${ifDefined(this._placeholder)}" maxlength="${ifDefined(this.maxlength)}" role="${ifDefined(this.accInfo.input.role)}" aria-controls="${ifDefined(this.accInfo.input.ariaControls)}" aria-invalid="${ifDefined(this.accInfo.input.ariaInvalid)}" aria-haspopup="${ifDefined(this.accInfo.input.ariaHasPopup)}" aria-describedby="${ifDefined(this.accInfo.input.ariaDescribedBy)}" aria-roledescription="${ifDefined(this.accInfo.input.ariaRoledescription)}" aria-autocomplete="${ifDefined(this.accInfo.input.ariaAutoComplete)}" aria-expanded="${ifDefined(this.accInfo.input.ariaExpanded)}" aria-label="${ifDefined(this.accInfo.input.ariaLabel)}" aria-required="${ifDefined(this.required)}" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined}${this.icon.length ? block3.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block7.call(this, context, tags, suffix) : undefined}</div></div>${this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined} ` : html `<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><span id="hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class="ui5-multi-input-tokenizer" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded="${this.tokenizerExpanded}" @keydown="${this._onTokenizerKeydown}" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}">${repeat(this.tokens, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</ui5-tokenizer><input id="inner" class="ui5-input-inner" style="${styleMap(this.styles.innerInput)}" type="${ifDefined(this.inputType)}" inner-input ?inner-input-with-icon="${this.icon.length}" ?disabled="${this.disabled}" ?readonly="${this._readonly}" .value="${ifDefined(this._innerValue)}" placeholder="${ifDefined(this._placeholder)}" maxlength="${ifDefined(this.maxlength)}" role="${ifDefined(this.accInfo.input.role)}" aria-controls="${ifDefined(this.accInfo.input.ariaControls)}" aria-invalid="${ifDefined(this.accInfo.input.ariaInvalid)}" aria-haspopup="${ifDefined(this.accInfo.input.ariaHasPopup)}" aria-describedby="${ifDefined(this.accInfo.input.ariaDescribedBy)}" aria-roledescription="${ifDefined(this.accInfo.input.ariaRoledescription)}" aria-autocomplete="${ifDefined(this.accInfo.input.ariaAutoComplete)}" aria-expanded="${ifDefined(this.accInfo.input.ariaExpanded)}" aria-label="${ifDefined(this.accInfo.input.ariaLabel)}" aria-required="${ifDefined(this.required)}" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined}${this.icon.length ? block3.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block7.call(this, context, tags, suffix) : undefined}</div></div>${this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined} `; }
|
|
3
|
+
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><span id="hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><${scopeTag("ui5-tokenizer", tags, suffix)} class="ui5-multi-input-tokenizer" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded="${this.tokenizerExpanded}" @keydown="${this._onTokenizerKeydown}" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}">${repeat(this.tokens, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-tokenizer", tags, suffix)}><input id="inner" class="ui5-input-inner" style="${styleMap(this.styles.innerInput)}" type="${ifDefined(this.inputType)}" inner-input ?inner-input-with-icon="${this.icon.length}" ?disabled="${this.disabled}" ?readonly="${this._readonly}" .value="${ifDefined(this._innerValue)}" placeholder="${ifDefined(this._placeholder)}" maxlength="${ifDefined(this.maxlength)}" role="${ifDefined(this.accInfo.input.role)}" aria-controls="${ifDefined(this.accInfo.input.ariaControls)}" aria-invalid="${ifDefined(this.accInfo.input.ariaInvalid)}" aria-haspopup="${ifDefined(this.accInfo.input.ariaHasPopup)}" aria-describedby="${ifDefined(this.accInfo.input.ariaDescribedBy)}" aria-roledescription="${ifDefined(this.accInfo.input.ariaRoledescription)}" aria-autocomplete="${ifDefined(this.accInfo.input.ariaAutoComplete)}" aria-expanded="${ifDefined(this.accInfo.input.ariaExpanded)}" aria-label="${ifDefined(this.accInfo.input.ariaLabel)}" aria-required="${ifDefined(this.required)}" autocomplete="off" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined}${this.icon.length ? block3.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block7.call(this, context, tags, suffix) : undefined}</div></div>${this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined} ` : html `<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><span id="hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class="ui5-multi-input-tokenizer" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded="${this.tokenizerExpanded}" @keydown="${this._onTokenizerKeydown}" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}">${repeat(this.tokens, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</ui5-tokenizer><input id="inner" class="ui5-input-inner" style="${styleMap(this.styles.innerInput)}" type="${ifDefined(this.inputType)}" inner-input ?inner-input-with-icon="${this.icon.length}" ?disabled="${this.disabled}" ?readonly="${this._readonly}" .value="${ifDefined(this._innerValue)}" placeholder="${ifDefined(this._placeholder)}" maxlength="${ifDefined(this.maxlength)}" role="${ifDefined(this.accInfo.input.role)}" aria-controls="${ifDefined(this.accInfo.input.ariaControls)}" aria-invalid="${ifDefined(this.accInfo.input.ariaInvalid)}" aria-haspopup="${ifDefined(this.accInfo.input.ariaHasPopup)}" aria-describedby="${ifDefined(this.accInfo.input.ariaDescribedBy)}" aria-roledescription="${ifDefined(this.accInfo.input.ariaRoledescription)}" aria-autocomplete="${ifDefined(this.accInfo.input.ariaAutoComplete)}" aria-expanded="${ifDefined(this.accInfo.input.ariaExpanded)}" aria-label="${ifDefined(this.accInfo.input.ariaLabel)}" aria-required="${ifDefined(this.required)}" autocomplete="off" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined}${this.icon.length ? block3.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block7.call(this, context, tags, suffix) : undefined}</div></div>${this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined} `; }
|
|
4
4
|
function block1(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return suffix ? html `<div @click=${this._clear} @mousedown=${this._iconMouseDown} class="ui5-input-clear-icon-wrapper inputIcon" tabindex="-1"><${scopeTag("ui5-icon", tags, suffix)} tabindex="-1" class="ui5-input-clear-icon" name="decline" accessible-name="${ifDefined(this.clearIconAccessibleName)}"></${scopeTag("ui5-icon", tags, suffix)}></div>` : html `<div @click=${this._clear} @mousedown=${this._iconMouseDown} class="ui5-input-clear-icon-wrapper inputIcon" tabindex="-1"><ui5-icon tabindex="-1" class="ui5-input-clear-icon" name="decline" accessible-name="${ifDefined(this.clearIconAccessibleName)}"></ui5-icon></div>`; }
|
|
6
6
|
function block3(context, tags, suffix) { return html `<div class="ui5-input-icon-root"><slot name="icon"></slot></div>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiInputTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiInputTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,qEAAqE,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,wFAAwF,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,WAAW,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,8CAA8C,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,kCAAkC,IAAI,CAAC,iBAAiB,eAAe,IAAI,CAAC,mBAAmB,uBAAuB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,IAAI,CAAC,kBAAkB,KAAM,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,KAAK,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,qDAAqD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,yCAAyC,IAAI,CAAC,IAAI,CAAC,MAAM,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,SAAS,aAAa,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,WAAW,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,CAAC,wBAAwB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,aAAa,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,YAAY,IAAI,CAAC,MAAM,aAAa,IAAI,CAAC,YAAY,6BAA6B,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,OAAQ,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2CAA2C,UAAU,CAAC,IAAI,CAAC,oBAAoB,CAAC,SAAU,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,eAAgB,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,qEAAqE,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,wFAAwF,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,mEAAmE,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,kCAAkC,IAAI,CAAC,iBAAiB,eAAe,IAAI,CAAC,mBAAmB,uBAAuB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,IAAI,CAAC,kBAAkB,KAAM,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,oEAAoE,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,yCAAyC,IAAI,CAAC,IAAI,CAAC,MAAM,gBAAgB,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,SAAS,aAAa,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,WAAW,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,2BAA2B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,CAAC,wBAAwB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,aAAa,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,YAAY,IAAI,CAAC,MAAM,aAAa,IAAI,CAAC,YAAY,6BAA6B,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,OAAQ,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2CAA2C,UAAU,CAAC,IAAI,CAAC,oBAAoB,CAAC,SAAU,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,eAAgB,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAG,CAAC,CAAA,CAAC;AACvuL,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,eAAe,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,CAAA,CAAC;AACtM,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,cAAc,kEAAkE,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,+EAA+E,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,cAAc,sJAAsJ,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAAA,CAAC;AACztB,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,kEAAkE,CAAC,CAAA,CAAC;AACrL,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,IAAI,CAAC,cAAc,eAAe,IAAI,CAAC,kBAAkB,aAAa,IAAI,CAAC,gBAAgB,0CAA0C,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oBAAoB,IAAI,CAAC,cAAc,eAAe,IAAI,CAAC,kBAAkB,aAAa,IAAI,CAAC,gBAAgB,kDAAkD,CAAC,CAAA,CAAC;AAC/f,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,sDAAsD,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,0KAA0K,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAA,CAAC;AACpa,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,4CAA4C,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,SAAS,CAAC,CAAA,CAAC;AACrN,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAA,CAAC;AACzN,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,6HAA6H,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,IAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,yCAAyC,IAAI,CAAC,eAAe,iBAAiB,IAAI,CAAC,oBAAoB,gBAAgB,IAAI,CAAC,mBAAmB,sBAAsB,SAAS,CAAC,IAAI,CAAC,0BAA0B,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,KAAM,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,kCAAkC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,6HAA6H,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,IAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,yBAAyB,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,yCAAyC,IAAI,CAAC,eAAe,iBAAiB,IAAI,CAAC,oBAAoB,gBAAgB,IAAI,CAAC,mBAAmB,sBAAsB,SAAS,CAAC,IAAI,CAAC,0BAA0B,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,sBAAsB,CAAC,KAAM,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,cAAe,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2BAA2B,CAAC,CAAA,CAAC;AACroF,SAAS,MAAM,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,mFAAmF,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,WAAW,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,yFAAyF,IAAI,CAAC,YAAY,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,+EAA+E,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,wCAAwC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,sBAAsB,IAAI,CAAC,aAAa,iBAAiB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,sBAAuB,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA,mFAAmF,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,2GAA2G,IAAI,CAAC,YAAY,2IAA2I,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,sBAAsB,IAAI,CAAC,aAAa,iBAAiB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,mCAAoC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AACjrD,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,CAAC,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,qDAAqD,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,CAAC,gEAAgE,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,gBAAiB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC50B,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,qCAAqC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AAC7P,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,CAAA,CAAC;AACvJ,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wCAAwC,CAAC,CAAA,CAAC;AAC5J,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAC5M,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,IAAI,CAAC,oBAAoB,yCAAyC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,WAAW,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,CAAC,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,qDAAqD,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B,IAAI,CAAC,oBAAoB,yCAAyC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,WAAW,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,uBAAuB,CAAC,+DAA+D,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,gBAAiB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC5+B,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,qCAAqC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AAC7P,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,CAAA,CAAC;AACvJ,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wCAAwC,CAAC,CAAA,CAAC;AAC5J,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAE,EAAE,CAAC,CAAA,CAAC;AACrR,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,qBAAqB,EAAE,IAAI,EAAE,MAAM,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,QAAQ,CAAC,qBAAqB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,sCAAsC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAA,CAAC;AAC9a,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,kCAAkC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,GAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,yDAAyD,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,GAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,2BAA2B,CAAC,CAAA,CAAC;AAChkC,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,gCAAgC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA,CAAC;AACnN,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,6DAA6D,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iCAAiC,IAAI,CAAC,YAAY,SAAS,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA,qGAAqG,IAAI,CAAC,YAAY,yBAAyB,CAAC,CAAA,CAAC;AAC5d,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,yKAAyK,SAAS,CAAC,IAAI,CAAC,iCAAiC,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,kCAAkC,CAAC,+BAA+B,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,qDAAqD,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,WAAW,QAAQ,CAAC,aAAa,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,qLAAqL,SAAS,CAAC,IAAI,CAAC,iCAAiC,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,kCAAkC,CAAC,+BAA+B,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAkC,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,gEAAgE,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,gBAAiB,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,sBAAsB,CAAC,CAAA,CAAC;AAC1pD,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,qCAAqC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AAC7P,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,CAAA,CAAC;AACvJ,SAAS,OAAO,CAAoB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wCAAwC,CAAC,CAAA,CAAC;AAG5J,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type MultiInput from \"../../MultiInput.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined } ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block2 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><${scopeTag(\"ui5-icon\", tags, suffix)} tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block4 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></ui5-icon>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block6 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)}>${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @mouseover=\"${this._handleItemMouseOver}\" @mouseout=\"${this._handleItemMouseOut}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\">${ repeat(this.suggestionObjects, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block19.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>${ this._isPhone ? block23.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)}>${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<ui5-list separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @mouseover=\"${this._handleItemMouseOver}\" @mouseout=\"${this._handleItemMouseOut}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\">${ repeat(this.suggestionObjects, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block19.call(this, context, tags, suffix, item, index)) }</ui5-list>${ this._isPhone ? block23.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><${scopeTag(\"ui5-input\", tags, suffix)} class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></${scopeTag(\"ui5-input\", tags, suffix)}></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></ui5-button></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><ui5-input class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></ui5-input></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block11 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }`;}\nfunction block12 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block13 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block14 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block16 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block17.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }`;}\nfunction block17 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block18 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block19 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.groupItem ? block20.call(this, context, tags, suffix, item, index) : block21.call(this, context, tags, suffix, item, index) }`;}\nfunction block20 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-group-header\", tags, suffix)} data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}</${scopeTag(\"ui5-li-group-header\", tags, suffix)}>` : html`<ui5-li-group-header data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}</ui5-li-group-header>`;}\nfunction block21 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-suggestion-item\", tags, suffix)} wrapping-type=\"Normal\" image=\"${ifDefined(item.image)}\" icon=\"${ifDefined(item.icon)}\" additional-text=\"${ifDefined(item.additionalText)}\" type=\"${ifDefined(item.type)}\" additional-text-state=\"${ifDefined(item.additionalTextState)}\" data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}${ item.description ? block22.call(this, context, tags, suffix, item, index) : undefined }</${scopeTag(\"ui5-li-suggestion-item\", tags, suffix)}>` : html`<ui5-li-suggestion-item wrapping-type=\"Normal\" image=\"${ifDefined(item.image)}\" icon=\"${ifDefined(item.icon)}\" additional-text=\"${ifDefined(item.additionalText)}\" type=\"${ifDefined(item.type)}\" additional-text-state=\"${ifDefined(item.additionalTextState)}\" data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}${ item.description ? block22.call(this, context, tags, suffix, item, index) : undefined }</ui5-li-suggestion-item>`;}\nfunction block22 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span slot=\"richDescription\">${unsafeHTML(item.description)}</span>`;}\nfunction block23 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closePicker}\">OK</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closePicker}\">OK</ui5-button></div>`;}\nfunction block24 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.valueStateOpen ? block25.call(this, context, tags, suffix) : undefined }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.valueStateOpen ? block25.call(this, context, tags, suffix) : undefined }</div></ui5-popover>`;}\nfunction block25 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block26.call(this, context, tags, suffix) : block27.call(this, context, tags, suffix) }`;}\nfunction block26 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block27 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"MultiInputTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiInputTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type MultiInput from \"../../MultiInput.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined } ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .opener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} hide-popover-arrow ?expanded=\"${this.tokenizerExpanded}\" @keydown=\"${this._onTokenizerKeydown}\" @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\">${ repeat(this.tokens, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"inner\" class=\"ui5-input-inner\" style=\"${styleMap(this.styles.innerInput)}\" type=\"${ifDefined(this.inputType)}\" inner-input ?inner-input-with-icon=\"${this.icon.length}\" ?disabled=\"${this.disabled}\" ?readonly=\"${this._readonly}\" .value=\"${ifDefined(this._innerValue)}\" placeholder=\"${ifDefined(this._placeholder)}\" maxlength=\"${ifDefined(this.maxlength)}\" role=\"${ifDefined(this.accInfo.input.role)}\" aria-controls=\"${ifDefined(this.accInfo.input.ariaControls)}\" aria-invalid=\"${ifDefined(this.accInfo.input.ariaInvalid)}\" aria-haspopup=\"${ifDefined(this.accInfo.input.ariaHasPopup)}\" aria-describedby=\"${ifDefined(this.accInfo.input.ariaDescribedBy)}\" aria-roledescription=\"${ifDefined(this.accInfo.input.ariaRoledescription)}\" aria-autocomplete=\"${ifDefined(this.accInfo.input.ariaAutoComplete)}\" aria-expanded=\"${ifDefined(this.accInfo.input.ariaExpanded)}\" aria-label=\"${ifDefined(this.accInfo.input.ariaLabel)}\" aria-required=\"${ifDefined(this.required)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? block2.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block3.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block5.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block6.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block7.call(this, context, tags, suffix) : undefined }</div></div>${ this.showSuggestions ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueStateMessage ? block24.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block2 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><${scopeTag(\"ui5-icon\", tags, suffix)} tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}></div>` : html`<div @click=${this._clear} @mousedown=${this._iconMouseDown} class=\"ui5-input-clear-icon-wrapper inputIcon\" tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block4 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} class=\"inputIcon\" name=\"value-help\"></ui5-icon>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block6 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)}>${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @mouseover=\"${this._handleItemMouseOver}\" @mouseout=\"${this._handleItemMouseOut}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\">${ repeat(this.suggestionObjects, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block19.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>${ this._isPhone ? block23.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow prevent-focus-restore prevent-initial-focus placement=\"Bottom\" horizontal-align=\"Start\" tabindex=\"-1\" style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-open=\"${ifDefined(this._afterOpenPicker)}\" @ui5-close=\"${ifDefined(this._afterClosePicker)}\" @ui5-scroll=\"${ifDefined(this._scroll)}\" .open=${ifDefined(this.open)} .opener=${ifDefined(this)}>${ this._isPhone ? block9.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block14.call(this, context, tags, suffix) : undefined }<ui5-list separators=\"${ifDefined(this.suggestionSeparators)}\" selection-mode=\"Single\" @mousedown=\"${this.onItemMouseDown}\" @mouseover=\"${this._handleItemMouseOver}\" @mouseout=\"${this._handleItemMouseOut}\" @ui5-item-click=\"${ifDefined(this._handleSuggestionItemPress)}\" @ui5-selection-change=\"${ifDefined(this._handleSelectionChange)}\">${ repeat(this.suggestionObjects, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block19.call(this, context, tags, suffix, item, index)) }</ui5-list>${ this._isPhone ? block23.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><${scopeTag(\"ui5-input\", tags, suffix)} class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></${scopeTag(\"ui5-input\", tags, suffix)}></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._closePicker}\"></ui5-button></div><div class=\"row\"><div class=\"input-root-phone native-input-wrapper\"><ui5-input class=\"ui5-input-inner-phone\" type=\"${ifDefined(this.inputType)}\" .value=\"${ifDefined(this.value)}\" ?show-clear-icon=${this.showClearIcon} placeholder=\"${ifDefined(this.placeholder)}\" @ui5-input=\"${ifDefined(this._handleInput)}\" @ui5-change=\"${ifDefined(this._handleChange)}\"></ui5-input></div></div></div>${ this.hasValueStateMessage ? block10.call(this, context, tags, suffix) : undefined }`;}\nfunction block10 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.suggestionPopoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block11.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block11 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block12.call(this, context, tags, suffix) : block13.call(this, context, tags, suffix) }`;}\nfunction block12 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block13 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block14 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block15.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" ?focused=${this._isValueStateFocused} class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.suggestionPopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.open ? block16.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block16 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block17.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }`;}\nfunction block17 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block18 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\nfunction block19 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.groupItem ? block20.call(this, context, tags, suffix, item, index) : block21.call(this, context, tags, suffix, item, index) }`;}\nfunction block20 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-group-header\", tags, suffix)} data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}</${scopeTag(\"ui5-li-group-header\", tags, suffix)}>` : html`<ui5-li-group-header data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}</ui5-li-group-header>`;}\nfunction block21 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-suggestion-item\", tags, suffix)} wrapping-type=\"Normal\" image=\"${ifDefined(item.image)}\" icon=\"${ifDefined(item.icon)}\" additional-text=\"${ifDefined(item.additionalText)}\" type=\"${ifDefined(item.type)}\" additional-text-state=\"${ifDefined(item.additionalTextState)}\" data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}${ item.description ? block22.call(this, context, tags, suffix, item, index) : undefined }</${scopeTag(\"ui5-li-suggestion-item\", tags, suffix)}>` : html`<ui5-li-suggestion-item wrapping-type=\"Normal\" image=\"${ifDefined(item.image)}\" icon=\"${ifDefined(item.icon)}\" additional-text=\"${ifDefined(item.additionalText)}\" type=\"${ifDefined(item.type)}\" additional-text-state=\"${ifDefined(item.additionalTextState)}\" data-ui5-key=\"${ifDefined(item.key)}\">${unsafeHTML(item.text)}${ item.description ? block22.call(this, context, tags, suffix, item, index) : undefined }</ui5-li-suggestion-item>`;}\nfunction block22 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span slot=\"richDescription\">${unsafeHTML(item.description)}</span>`;}\nfunction block23 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closePicker}\">OK</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closePicker}\">OK</ui5-button></div>`;}\nfunction block24 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.valueStateOpen ? block25.call(this, context, tags, suffix) : undefined }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" tabindex=\"-1\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\" .opener=${ifDefined(this)} .open=${ifDefined(this.valueStateOpen)} @ui5-close=\"${ifDefined(this._handleValueStatePopoverAfterClose)}\"><div slot=\"header\" class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.valueStateOpen ? block25.call(this, context, tags, suffix) : undefined }</div></ui5-popover>`;}\nfunction block25 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.shouldDisplayDefaultValueStateMessage ? block26.call(this, context, tags, suffix) : block27.call(this, context, tags, suffix) }`;}\nfunction block26 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block27 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"valueStateMessage\"></slot>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, classMap, styleMap, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader ? block1.call(this, context, tags, suffix) : undefined}<div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter ? block4.call(this, context, tags, suffix) : undefined}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section> `; }
|
|
3
|
+
function block0(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" tabindex="-1" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader ? block1.call(this, context, tags, suffix) : undefined}<div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter ? block4.call(this, context, tags, suffix) : undefined}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section> `; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${this.header.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</header>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return html `<slot name="header"></slot>`; }
|
|
6
6
|
function block3(context, tags, suffix) { return html `<h1 class="ui5-popup-header-text">${ifDefined(this.headerText)}</h1>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"PopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,+BAA+B,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,kDAAkD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,YAAa,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,eAAe,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uCAAwC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,mEAAmE,IAAI,CAAC,cAAc,qBAAqB,CAAC,CAAA,CAAC;AACzuC,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6EAA8E,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,WAAW,CAAC,CAAA,CAAC;AAClT,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,6BAA6B,CAAC,CAAA,CAAC;AAC7I,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qCAAqC,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAA,CAAC;AACtL,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAChM,SAAS,MAAM,CAAiB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0FAA0F,CAAC,CAAA,CAAC;AAG1M,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type Popover from \"../../Popover.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" tabindex=\"-1\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block1.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block4.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section> `;}\nfunction block1 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</header>`;}\nfunction block2 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block3 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</h1>`;}\nfunction block4 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block5 (this: Popover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, classMap, styleMap, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div><span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section>`; }
|
|
3
|
+
function block0(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" tabindex="-1" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div><span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section>`; }
|
|
4
4
|
export default block0;
|
|
5
5
|
//# sourceMappingURL=PopupTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopupTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAe,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"PopupTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/PopupTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAe,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0CAA0C,IAAI,CAAC,uBAAuB,iBAAiB,IAAI,CAAC,uBAAuB,wCAAwC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,WAAW,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,+BAA+B,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,YAAY,qEAAqE,IAAI,CAAC,aAAa,uBAAuB,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,eAAe,IAAI,CAAC,OAAO,uGAAuG,IAAI,CAAC,cAAc,oBAAoB,CAAC,CAAA,CAAC;AAG1/B,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type Popup from \"../../Popup.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Popup, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" tabindex=\"-1\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div><span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\n\n\nexport default block0;"]}
|
|
@@ -7,7 +7,7 @@ function block3(context, tags, suffix) { return html `<slot slot="header" name="
|
|
|
7
7
|
function block4(context, tags, suffix) { return html `<div class="${classMap(this.classes.header)}" slot="header">${this.headerText ? block5.call(this, context, tags, suffix) : undefined}${!this._hideCloseButton ? block6.call(this, context, tags, suffix) : undefined}</div>`; }
|
|
8
8
|
function block5(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-title", tags, suffix)} level="H2" wrapping-type="None" class="ui5-popup-header-text ui5-responsive-popover-header-text">${ifDefined(this.headerText)}</${scopeTag("ui5-title", tags, suffix)}>` : html `<ui5-title level="H2" wrapping-type="None" class="ui5-popup-header-text ui5-responsive-popover-header-text">${ifDefined(this.headerText)}</ui5-title>`; }
|
|
9
9
|
function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} icon="decline" design="Transparent" accessible-name="${ifDefined(this._closeDialogAriaLabel)}" @click="${this.closePopup}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button icon="decline" design="Transparent" accessible-name="${ifDefined(this._closeDialogAriaLabel)}" @click="${this.closePopup}"></ui5-button>`; }
|
|
10
|
-
function block7(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader ? block8.call(this, context, tags, suffix) : undefined}<div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter ? block11.call(this, context, tags, suffix) : undefined}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section>`; }
|
|
10
|
+
function block7(context, tags, suffix) { return html `<div class="ui5-block-layer" @keydown="${this._preventBlockLayerFocus}" @mousedown="${this._preventBlockLayerFocus}"></div><section root-element style="${styleMap(this.styles.root)}" class="${classMap(this.classes.root)}" role="${ifDefined(this._role)}" tabindex="-1" aria-modal="${ifDefined(this._ariaModal)}" aria-label="${ifDefined(this._ariaLabel)}" aria-labelledby="${ifDefined(this._ariaLabelledBy)}" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToLast}></span><span class="ui5-popover-arrow" style="${styleMap(this.styles.arrow)}"></span>${this._displayHeader ? block8.call(this, context, tags, suffix) : undefined}<div style="${styleMap(this.styles.content)}" class="${classMap(this.classes.content)}" @scroll="${this._scroll}" part="content"><slot></slot></div>${this._displayFooter ? block11.call(this, context, tags, suffix) : undefined}<span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin=${this.forwardToFirst}></span></section>`; }
|
|
11
11
|
function block8(context, tags, suffix) { return html `<header class="ui5-popup-header-root" id="ui5-popup-header" part="header">${this.header.length ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}</header>`; }
|
|
12
12
|
function block9(context, tags, suffix) { return html `<slot name="header"></slot>`; }
|
|
13
13
|
function block10(context, tags, suffix) { return html `<h1 class="ui5-popup-header-text">${ifDefined(this.headerText)}</h1>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponsivePopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ResponsivePopoverTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type ResponsivePopover from \"../../ResponsivePopover.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._isPhone ? block1.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }`;}\nfunction block1 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></ui5-dialog>`;}\nfunction block2 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.header.length ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }`;}\nfunction block3 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot slot=\"header\" name=\"header\"></slot>`;}\nfunction block4 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.header as ClassMapValue)}\" slot=\"header\">${ this.headerText ? block5.call(this, context, tags, suffix) : undefined }${ !this._hideCloseButton ? block6.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block5 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H2\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H2\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block6 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></ui5-button>`;}\nfunction block7 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block8.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block11.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\nfunction block8 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</header>`;}\nfunction block9 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block10 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</h1>`;}\nfunction block11 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block12.call(this, context, tags, suffix) : undefined }`;}\nfunction block12 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"ResponsivePopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ResponsivePopoverTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type ResponsivePopover from \"../../ResponsivePopover.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._isPhone ? block1.call(this, context, tags, suffix) : block7.call(this, context, tags, suffix) }`;}\nfunction block1 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog root-element accessible-name=${ifDefined(this.accessibleName)} accessible-name-ref=${ifDefined(this.accessibleNameRef)} accessible-role=${ifDefined(this.accessibleRole)} stretch ?prevent-initial-focus=\"${this.preventInitialFocus}\" initial-focus=\"${ifDefined(this.initialFocus)}\" @ui5-before-open=\"${ifDefined(this._beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-before-close=\"${ifDefined(this._propagateDialogEvent)}\" @ui5-close=\"${ifDefined(this._afterDialogClose)}\" exportparts=\"content, header, footer\" .open=${ifDefined(this.open)}>${ !this._hideHeader ? block2.call(this, context, tags, suffix) : undefined }<slot></slot><slot slot=\"footer\" name=\"footer\"></slot></ui5-dialog>`;}\nfunction block2 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.header.length ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }`;}\nfunction block3 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot slot=\"header\" name=\"header\"></slot>`;}\nfunction block4 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.header as ClassMapValue)}\" slot=\"header\">${ this.headerText ? block5.call(this, context, tags, suffix) : undefined }${ !this._hideCloseButton ? block6.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block5 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-title\", tags, suffix)} level=\"H2\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</${scopeTag(\"ui5-title\", tags, suffix)}>` : html`<ui5-title level=\"H2\" wrapping-type=\"None\" class=\"ui5-popup-header-text ui5-responsive-popover-header-text\">${ifDefined(this.headerText)}</ui5-title>`;}\nfunction block6 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"decline\" design=\"Transparent\" accessible-name=\"${ifDefined(this._closeDialogAriaLabel)}\" @click=\"${this.closePopup}\"></ui5-button>`;}\nfunction block7 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-block-layer\" @keydown=\"${this._preventBlockLayerFocus}\" @mousedown=\"${this._preventBlockLayerFocus}\"></div><section root-element style=\"${styleMap(this.styles.root)}\" class=\"${classMap(this.classes.root as ClassMapValue)}\" role=\"${ifDefined(this._role)}\" tabindex=\"-1\" aria-modal=\"${ifDefined(this._ariaModal)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-labelledby=\"${ifDefined(this._ariaLabelledBy)}\" @keydown=${this._onkeydown} @focusout=${this._onfocusout} @mouseup=${this._onmouseup} @mousedown=${this._onmousedown}><span class=\"first-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToLast}></span><span class=\"ui5-popover-arrow\" style=\"${styleMap(this.styles.arrow)}\"></span>${ this._displayHeader ? block8.call(this, context, tags, suffix) : undefined }<div style=\"${styleMap(this.styles.content)}\" class=\"${classMap(this.classes.content as ClassMapValue)}\" @scroll=\"${this._scroll}\" part=\"content\"><slot></slot></div>${ this._displayFooter ? block11.call(this, context, tags, suffix) : undefined }<span class=\"last-fe\" data-ui5-focus-trap tabindex=\"0\" @focusin=${this.forwardToFirst}></span></section>`;}\nfunction block8 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<header class=\"ui5-popup-header-root\" id=\"ui5-popup-header\" part=\"header\">${ this.header.length ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</header>`;}\nfunction block9 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"header\"></slot>`;}\nfunction block10 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<h1 class=\"ui5-popup-header-text\">${ifDefined(this.headerText)}</h1>`;}\nfunction block11 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.footer.length ? block12.call(this, context, tags, suffix) : undefined }`;}\nfunction block12 (this: ResponsivePopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<footer class=\"ui5-popup-footer-root\" part=\"footer\"><slot name=\"footer\"></slot></footer>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return html `${this.options ? block1.call(this, context, tags, suffix) : undefined}${this.shouldOpenValueStateMessagePopover ? block12.call(this, context, tags, suffix) : undefined} `; }
|
|
4
|
-
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
|
|
4
|
+
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block2.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block7.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
|
|
5
5
|
function block2(context, tags, suffix) { return suffix ? html `<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></${scopeTag("ui5-button", tags, suffix)}></div>${this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined}</div>` : html `<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></ui5-button></div>${this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined}</div>`; }
|
|
6
6
|
function block3(context, tags, suffix) { return html `<div class="${classMap(this.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix)}</div>`; }
|
|
7
7
|
function block4(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
@@ -12,7 +12,7 @@ function block8(context, tags, suffix) { return suffix ? html `<div class="${cla
|
|
|
12
12
|
function block9(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
13
13
|
function block10(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block11.call(this, context, tags, suffix, item, index))}`; }
|
|
14
14
|
function block11(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|
|
15
|
-
function block12(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></ui5-popover>`; }
|
|
15
|
+
function block12(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></ui5-popover>`; }
|
|
16
16
|
function block13(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
17
17
|
function block14(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block15.call(this, context, tags, suffix, item, index))}`; }
|
|
18
18
|
function block15(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectPopoverTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\ttype SelectPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.options ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldOpenValueStateMessagePopover ? block12.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} hide-arrow prevent-initial-focus placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover hide-arrow prevent-initial-focus placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<ui5-list mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></ui5-list></ui5-responsive-popover>`;}\nfunction block2 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._toggleRespPopover}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._toggleRespPopover}\"></ui5-button></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block3 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)} row ui5-select-value-state-dialog-header\">${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>`;}\nfunction block4 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block5 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }`;}\nfunction block6 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block7 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined }`;}\nfunction block8 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>`;}\nfunction block9 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block10 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }`;}\nfunction block11 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block12 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block13 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block14 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }`;}\nfunction block15 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"SelectPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SelectPopoverTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\ttype SelectPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.options ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldOpenValueStateMessagePopover ? block12.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-list\", tags, suffix)} mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></${scopeTag(\"ui5-list\", tags, suffix)}></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover hide-arrow prevent-initial-focus part=\"popover\" placement=\"Bottom\" class=\"ui5-select-popover ${classMap(this.classes.popover as ClassMapValue)}\" horizontal-align=\"Start\" @ui5-open=\"${ifDefined(this._afterOpen)}\" @ui5-before-open=\"${ifDefined(this._beforeOpen)}\" @ui5-close=\"${ifDefined(this._afterClose)}\" @keydown=\"${this._onkeydown}\" style=${styleMap(this.styles.responsivePopover)}>${ this._isPhone ? block2.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block7.call(this, context, tags, suffix) : undefined }<ui5-list mode=\"SingleAuto\" separators=\"None\" @mousedown=\"${this._itemMousedown}\" @ui5-item-click=\"${ifDefined(this._handleItemPress)}\"><slot></slot></ui5-list></ui5-responsive-popover>`;}\nfunction block2 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._toggleRespPopover}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this._toggleRespPopover}\"></ui5-button></div>${ this.hasValueStateText ? block3.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block3 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)} row ui5-select-value-state-dialog-header\">${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>`;}\nfunction block4 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block5 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }`;}\nfunction block6 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block7 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined }`;}\nfunction block8 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.responsivePopoverHeader)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix) }</div>`;}\nfunction block9 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block10 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }`;}\nfunction block11 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block12 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover part=\"popover\" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement=\"Bottom\" horizontal-align=\"Start\"><div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverHeader)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageInputIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block13 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block14 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.valueStateMessageText, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }`;}\nfunction block15 (this: SelectPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
|
|
@@ -6,7 +6,7 @@ function block2(context, tags, suffix) { return html `<slot name="label"></slot>
|
|
|
6
6
|
function block3(context, tags, suffix) { return html `${ifDefined(this.text)}`; }
|
|
7
7
|
function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" class="inputIcon" ?pressed="${this._iconPressed}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name="slim-arrow-down" class="inputIcon" ?pressed="${this._iconPressed}"></ui5-icon>`; }
|
|
8
8
|
function block5(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-valueStateDesc" class="ui5-hidden-text">${ifDefined(this.valueStateText)}</span>`; }
|
|
9
|
-
function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
|
|
9
|
+
function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-list", tags, suffix)} mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></${scopeTag("ui5-list", tags, suffix)}></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover hide-arrow prevent-initial-focus part="popover" placement="Bottom" class="ui5-select-popover ${classMap(this.classes.popover)}" horizontal-align="Start" @ui5-open="${ifDefined(this._afterOpen)}" @ui5-before-open="${ifDefined(this._beforeOpen)}" @ui5-close="${ifDefined(this._afterClose)}" @keydown="${this._onkeydown}" style=${styleMap(this.styles.responsivePopover)}>${this._isPhone ? block7.call(this, context, tags, suffix) : undefined}${!this._isPhone ? block12.call(this, context, tags, suffix) : undefined}<ui5-list mode="SingleAuto" separators="None" @mousedown="${this._itemMousedown}" @ui5-item-click="${ifDefined(this._handleItemPress)}"><slot></slot></ui5-list></ui5-responsive-popover>`; }
|
|
10
10
|
function block7(context, tags, suffix) { return suffix ? html `<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${ifDefined(this._headerTitleText)}</span><${scopeTag("ui5-button", tags, suffix)} class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></${scopeTag("ui5-button", tags, suffix)}></div>${this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined}</div>` : html `<div slot="header" class="ui5-responsive-popover-header"><div class="row"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class="ui5-responsive-popover-close-btn" icon="decline" design="Transparent" @click="${this._toggleRespPopover}"></ui5-button></div>${this.hasValueStateText ? block8.call(this, context, tags, suffix) : undefined}</div>`; }
|
|
11
11
|
function block8(context, tags, suffix) { return html `<div class="${classMap(this.classes.popoverValueState)} row ui5-select-value-state-dialog-header">${this.shouldDisplayDefaultValueStateMessage ? block9.call(this, context, tags, suffix) : block10.call(this, context, tags, suffix)}</div>`; }
|
|
12
12
|
function block9(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
@@ -17,7 +17,7 @@ function block13(context, tags, suffix) { return suffix ? html `<div class="${cl
|
|
|
17
17
|
function block14(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
18
18
|
function block15(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block16.call(this, context, tags, suffix, item, index))}`; }
|
|
19
19
|
function block16(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|
|
20
|
-
function block17(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></ui5-popover>`; }
|
|
20
|
+
function block17(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-popover", tags, suffix)} part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><${scopeTag("ui5-icon", tags, suffix)} class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>${this.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></${scopeTag("ui5-popover", tags, suffix)}>` : html `<ui5-popover part="popover" skip-registry-update prevent-initial-focus prevent-focus-restore hide-arrow class="ui5-valuestatemessage-popover" placement="Bottom" horizontal-align="Start"><div class="${classMap(this.classes.popoverValueState)}" style="${styleMap(this.styles.popoverHeader)}"><ui5-icon class="ui5-input-value-state-message-icon" name="${ifDefined(this._valueStateMessageInputIcon)}"></ui5-icon>${this.shouldDisplayDefaultValueStateMessage ? block18.call(this, context, tags, suffix) : block19.call(this, context, tags, suffix)}</div></ui5-popover>`; }
|
|
21
21
|
function block18(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
22
22
|
function block19(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block20.call(this, context, tags, suffix, item, index))}`; }
|
|
23
23
|
function block20(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|