@ui5/webcomponents 1.22.0-rc.0 → 1.22.0-rc.2
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 +43 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/AvatarGroup.js.map +1 -1
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/Calendar.js +1 -0
- package/dist/Calendar.js.map +1 -1
- package/dist/Card.d.ts +2 -0
- package/dist/Card.js +2 -0
- package/dist/Card.js.map +1 -1
- package/dist/Carousel.js.map +1 -1
- package/dist/CheckBox.d.ts +17 -0
- package/dist/CheckBox.js +22 -3
- package/dist/CheckBox.js.map +1 -1
- package/dist/ColorPalette.d.ts +2 -1
- package/dist/ColorPalette.js +5 -2
- package/dist/ColorPalette.js.map +1 -1
- package/dist/ColorPalettePopover.js.map +1 -1
- package/dist/ComboBox.d.ts +14 -0
- package/dist/ComboBox.js +57 -17
- package/dist/ComboBox.js.map +1 -1
- package/dist/CustomListItem.js.map +1 -1
- package/dist/DatePicker.js.map +1 -1
- package/dist/DateTimePicker.d.ts +1 -0
- package/dist/DateTimePicker.js +4 -0
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/FileUploader.js.map +1 -1
- package/dist/Input.d.ts +3 -3
- package/dist/Input.js +6 -5
- package/dist/Input.js.map +1 -1
- package/dist/Interfaces.d.ts +5 -0
- package/dist/Interfaces.js.map +1 -1
- package/dist/Link.js.map +1 -1
- package/dist/List.js +13 -1
- package/dist/List.js.map +1 -1
- package/dist/ListItem.d.ts +2 -7
- package/dist/ListItem.js +1 -8
- package/dist/ListItem.js.map +1 -1
- package/dist/Menu.js.map +1 -1
- package/dist/MultiComboBox.d.ts +31 -6
- package/dist/MultiComboBox.js +173 -35
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxGroupItem.d.ts +1 -0
- package/dist/MultiComboBoxGroupItem.js +1 -0
- package/dist/MultiComboBoxGroupItem.js.map +1 -1
- package/dist/MultiComboBoxItem.js.map +1 -1
- package/dist/MultiInput.js.map +1 -1
- package/dist/NavigationMenu.d.ts +12 -7
- package/dist/NavigationMenu.js +7 -10
- package/dist/NavigationMenu.js.map +1 -1
- package/dist/NavigationMenuItem.d.ts +4 -12
- package/dist/NavigationMenuItem.js +2 -6
- package/dist/NavigationMenuItem.js.map +1 -1
- package/dist/Panel.d.ts +0 -2
- package/dist/Panel.js.map +1 -1
- package/dist/Popup.js.map +1 -1
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/Select.js.map +1 -1
- package/dist/SelectMenu.js.map +1 -1
- package/dist/SelectMenuOption.js.map +1 -1
- package/dist/StandardListItem.js.map +1 -1
- package/dist/SuggestionItem.d.ts +0 -2
- package/dist/SuggestionItem.js.map +1 -1
- package/dist/Switch.js +1 -0
- package/dist/Switch.js.map +1 -1
- package/dist/TabContainer.js.map +1 -1
- package/dist/Table.js.map +1 -1
- package/dist/TableGroupRow.d.ts +1 -9
- package/dist/TableGroupRow.js +1 -0
- package/dist/TableGroupRow.js.map +1 -1
- package/dist/TableRow.d.ts +2 -8
- package/dist/TableRow.js.map +1 -1
- package/dist/TimePickerBase.js.map +1 -1
- package/dist/TimePickerClock.js.map +1 -1
- package/dist/TimePickerInternals.js.map +1 -1
- package/dist/TimeSelection.d.ts +1 -0
- package/dist/TimeSelection.js +3 -0
- package/dist/TimeSelection.js.map +1 -1
- package/dist/Token.js.map +1 -1
- package/dist/Tokenizer.d.ts +1 -1
- package/dist/Tokenizer.js +5 -4
- package/dist/Tokenizer.js.map +1 -1
- package/dist/ToolbarSelect.js.map +1 -1
- package/dist/Tree.d.ts +1 -1
- package/dist/Tree.js.map +1 -1
- package/dist/TreeItem.d.ts +0 -10
- package/dist/TreeItem.js +0 -4
- package/dist/TreeItem.js.map +1 -1
- package/dist/TreeItemBase.d.ts +0 -14
- package/dist/TreeItemBase.js +0 -7
- package/dist/TreeItemBase.js.map +1 -1
- package/dist/WheelSlider.d.ts +1 -0
- package/dist/WheelSlider.js +4 -2
- package/dist/WheelSlider.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Badge.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/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/GroupHeaderListItem.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/Menu.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/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/Select.css +1 -1
- package/dist/css/themes/SelectMenu.css +1 -1
- package/dist/css/themes/SelectPopover.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/Table.css +1 -1
- package/dist/css/themes/TableCell.css +1 -1
- package/dist/css/themes/TableColumn.css +1 -1
- package/dist/css/themes/TableGroupRow.css +1 -1
- package/dist/css/themes/TableRow.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/WheelSlider.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.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 +799 -1612
- package/dist/custom-elements.json +768 -1505
- 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.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.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_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.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/i18n/i18n-defaults.d.ts +4 -1
- package/dist/generated/i18n/i18n-defaults.js +4 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CardTemplate.lit.js +1 -1
- package/dist/generated/templates/CardTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CheckBoxTemplate.lit.js +6 -4
- package/dist/generated/templates/CheckBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ColorPaletteTemplate.lit.js +2 -2
- package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +20 -19
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +4 -3
- package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/DateTimePickerPopoverTemplate.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/MultiComboBoxPopoverTemplate.lit.js +27 -24
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +4 -3
- 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/SplitButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimeSelectionTemplate.lit.js +4 -4
- package/dist/generated/templates/TimeSelectionTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WheelSliderTemplate.lit.js +1 -1
- package/dist/generated/templates/WheelSliderTemplate.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/Badge.css.js +1 -1
- package/dist/generated/themes/Badge.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/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/GroupHeaderListItem.css.js +1 -1
- package/dist/generated/themes/GroupHeaderListItem.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/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.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/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/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SelectMenu.css.js +1 -1
- package/dist/generated/themes/SelectMenu.css.js.map +1 -1
- package/dist/generated/themes/SelectPopover.css.js +1 -1
- package/dist/generated/themes/SelectPopover.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/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCell.css.js +1 -1
- package/dist/generated/themes/TableCell.css.js.map +1 -1
- package/dist/generated/themes/TableColumn.css.js +1 -1
- package/dist/generated/themes/TableColumn.css.js.map +1 -1
- package/dist/generated/themes/TableGroupRow.css.js +1 -1
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.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/WheelSlider.css.js +1 -1
- package/dist/generated/themes/WheelSlider.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_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.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/package-scripts.cjs +1 -0
- package/package.json +9 -9
- package/src/Breadcrumbs.hbs +2 -0
- package/src/Card.hbs +3 -2
- package/src/CheckBox.hbs +25 -18
- package/src/ColorPalette.hbs +2 -2
- package/src/ComboBox.hbs +6 -0
- package/src/ComboBoxPopover.hbs +11 -15
- package/src/DateTimePickerPopover.hbs +1 -0
- package/src/Input.hbs +1 -1
- package/src/MultiComboBox.hbs +6 -0
- package/src/MultiComboBoxPopover.hbs +26 -17
- package/src/SplitButton.hbs +1 -7
- package/src/TimeSelection.hbs +4 -0
- package/src/WheelSlider.hbs +1 -0
- package/src/i18n/messagebundle.properties +10 -1
- package/src/i18n/messagebundle_ar.properties +17 -1
- package/src/i18n/messagebundle_bg.properties +17 -1
- package/src/i18n/messagebundle_ca.properties +17 -1
- package/src/i18n/messagebundle_cnr.properties +17 -1
- package/src/i18n/messagebundle_cs.properties +17 -1
- package/src/i18n/messagebundle_cy.properties +17 -1
- package/src/i18n/messagebundle_da.properties +17 -1
- package/src/i18n/messagebundle_de.properties +17 -1
- package/src/i18n/messagebundle_el.properties +17 -1
- package/src/i18n/messagebundle_en.properties +17 -1
- package/src/i18n/messagebundle_en_GB.properties +17 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +17 -1
- package/src/i18n/messagebundle_es.properties +17 -1
- package/src/i18n/messagebundle_es_MX.properties +17 -1
- package/src/i18n/messagebundle_et.properties +17 -1
- package/src/i18n/messagebundle_fi.properties +17 -1
- package/src/i18n/messagebundle_fr.properties +17 -1
- package/src/i18n/messagebundle_fr_CA.properties +17 -1
- package/src/i18n/messagebundle_hi.properties +17 -1
- package/src/i18n/messagebundle_hr.properties +17 -1
- package/src/i18n/messagebundle_hu.properties +17 -1
- package/src/i18n/messagebundle_id.properties +17 -1
- package/src/i18n/messagebundle_it.properties +17 -1
- package/src/i18n/messagebundle_iw.properties +17 -1
- package/src/i18n/messagebundle_ja.properties +17 -1
- package/src/i18n/messagebundle_kk.properties +17 -1
- package/src/i18n/messagebundle_ko.properties +19 -3
- package/src/i18n/messagebundle_lt.properties +17 -1
- package/src/i18n/messagebundle_lv.properties +17 -1
- package/src/i18n/messagebundle_mk.properties +17 -1
- package/src/i18n/messagebundle_ms.properties +17 -1
- package/src/i18n/messagebundle_nl.properties +17 -1
- package/src/i18n/messagebundle_no.properties +20 -4
- package/src/i18n/messagebundle_pl.properties +17 -1
- package/src/i18n/messagebundle_pt.properties +17 -1
- package/src/i18n/messagebundle_pt_PT.properties +17 -1
- package/src/i18n/messagebundle_ro.properties +17 -1
- package/src/i18n/messagebundle_ru.properties +23 -7
- package/src/i18n/messagebundle_sh.properties +17 -1
- package/src/i18n/messagebundle_sk.properties +17 -1
- package/src/i18n/messagebundle_sl.properties +17 -1
- package/src/i18n/messagebundle_sr.properties +17 -1
- package/src/i18n/messagebundle_sv.properties +17 -1
- package/src/i18n/messagebundle_th.properties +17 -1
- package/src/i18n/messagebundle_tr.properties +17 -1
- package/src/i18n/messagebundle_uk.properties +17 -1
- package/src/i18n/messagebundle_vi.properties +17 -1
- package/src/i18n/messagebundle_zh_CN.properties +17 -1
- package/src/i18n/messagebundle_zh_TW.properties +17 -1
- package/src/themes/Breadcrumbs.css +22 -22
- package/src/themes/CheckBox.css +18 -1
- package/src/themes/List.css +5 -0
- package/src/themes/MultiComboBoxPopover.css +31 -0
- package/src/themes/SplitButton.css +62 -162
- package/src/themes/TextArea.css +1 -0
- package/src/themes/ValueStateMessage.css +1 -1
- package/src/themes/base/SplitButton-parameters.css +3 -24
- package/src/themes/base/rtl-parameters.css +0 -14
- package/src/themes/base/sizes-parameters.css +1 -2
- package/src/themes/sap_fiori_3_dark/Badge-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +10 -11
- package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +10 -10
- package/src/themes/sap_horizon/SplitButton-parameters.css +1 -14
- package/src/themes/sap_horizon_dark/SplitButton-parameters.css +1 -15
- package/src/themes/sap_horizon_dark_exp/SplitButton-parameters.css +0 -15
- package/src/themes/sap_horizon_exp/SplitButton-parameters.css +0 -15
- package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +10 -10
- package/src/themes/sap_horizon_hcb_exp/SplitButton-parameters.css +10 -10
- package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +10 -10
- package/src/themes/sap_horizon_hcw_exp/SplitButton-parameters.css +10 -10
- package/tsconfig.json +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiComboBoxPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiComboBoxPopoverTemplate.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 MultiComboBoxPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} placement-type=\"Bottom\" horizontal-align=\"Left\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow _disable-initial-focus style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block6.call(this, context, tags, suffix) : undefined }${ this.filterSelected ? block11.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } ` : html`<ui5-responsive-popover placement-type=\"Bottom\" horizontal-align=\"Left\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow _disable-initial-focus style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block6.call(this, context, tags, suffix) : undefined }${ this.filterSelected ? block11.call(this, context, tags, suffix) : block15.call(this, context, tags, suffix) }${ this._isPhone ? block19.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>${ this.hasValueStateMessage ? block20.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\" style=\"${styleMap(this.styles.popoverHeader)}\"><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.handleCancel}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><div slot=\"header\" class=\"input-root-phone\" value-state=\"${ifDefined(this.valueState)}\"><input .value=\"${ifDefined(this.value)}\" inner-input placeholder=\"${ifDefined(this.placeholder)}\" value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=${this._onkeydown} aria-autocomplete=\"both\" /></div><${scopeTag(\"ui5-toggle-button\", tags, suffix)} slot=\"header\" class=\"ui5-multi-combobox-toggle-button\" icon=\"multiselect-all\" design=\"Transparent\" ?pressed=${this._showAllItemsButtonPressed} @click=\"${this.filterSelectedItems}\"></${scopeTag(\"ui5-toggle-button\", tags, suffix)}></div></div>${ this.hasValueStateMessage ? block2.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\" style=\"${styleMap(this.styles.popoverHeader)}\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this.handleCancel}\"></ui5-button></div><div class=\"row\"><div slot=\"header\" class=\"input-root-phone\" value-state=\"${ifDefined(this.valueState)}\"><input .value=\"${ifDefined(this.value)}\" inner-input placeholder=\"${ifDefined(this.placeholder)}\" value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=${this._onkeydown} aria-autocomplete=\"both\" /></div><ui5-toggle-button slot=\"header\" class=\"ui5-multi-combobox-toggle-button\" icon=\"multiselect-all\" design=\"Transparent\" ?pressed=${this._showAllItemsButtonPressed} @click=\"${this.filterSelectedItems}\"></ui5-toggle-button></div></div>${ this.hasValueStateMessage ? block2.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverValueStateMessage)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverValueStateMessage)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }</div>`;}\nfunction block3 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block4 (this: MultiComboBoxPopover, 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) => block5.call(this, context, tags, suffix, item, index)) }`;}\nfunction block5 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block6 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block7.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" @keydown=\"${this._onValueStateKeydown}\" tabindex=\"0\" class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.popoverValueStateMessage)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }</div>` : html`<div slot=\"header\" @keydown=\"${this._onValueStateKeydown}\" tabindex=\"0\" class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.popoverValueStateMessage)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }</div>`;}\nfunction block8 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block9 (this: MultiComboBoxPopover, 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) => block10.call(this, context, tags, suffix, item, index)) }`;}\nfunction block10 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block11 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this.selectedItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block12.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this.selectedItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block12.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block12 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.isGroupItem ? block13.call(this, context, tags, suffix, item, index) : block14.call(this, context, tags, suffix, item, index) }`;}\nfunction block13 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-groupheader\", tags, suffix)} data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li-groupheader\", tags, suffix)}>` : html`<ui5-li-groupheader data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li-groupheader>`;}\nfunction block14 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block15 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this._filteredItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block16.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this._filteredItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block16.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block16 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.isGroupItem ? block17.call(this, context, tags, suffix, item, index) : block18.call(this, context, tags, suffix, item, index) }`;}\nfunction block17 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-groupheader\", tags, suffix)} data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li-groupheader\", tags, suffix)}>` : html`<ui5-li-groupheader data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li-groupheader>`;}\nfunction block18 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block19 (this: MultiComboBoxPopover, 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.handleOK}\">${ifDefined(this._dialogOkButton)}</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this.handleOK}\">${ifDefined(this._dialogOkButton)}</ui5-button></div>`;}\nfunction block20 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement-type=\"Bottom\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\"><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._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block21.call(this, context, tags, suffix) : block22.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement-type=\"Bottom\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\"><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._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block21.call(this, context, tags, suffix) : block22.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block21 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block22 (this: MultiComboBoxPopover, 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) => block23.call(this, context, tags, suffix, item, index)) }`;}\nfunction block23 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"MultiComboBoxPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiComboBoxPopoverTemplate.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 MultiComboBoxPopover = any;\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} placement-type=\"Bottom\" horizontal-align=\"Left\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow _disable-initial-focus style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block8.call(this, context, tags, suffix) : undefined }${ this.filterSelected ? block14.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }${ this._isPhone ? block22.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>${ this.hasValueStateMessage ? block23.call(this, context, tags, suffix) : undefined } ` : html`<ui5-responsive-popover placement-type=\"Bottom\" horizontal-align=\"Left\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" hide-arrow _disable-initial-focus style=\"${styleMap(this.styles.suggestionsPopover)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)}>${ this._isPhone ? block1.call(this, context, tags, suffix) : undefined }${ !this._isPhone ? block8.call(this, context, tags, suffix) : undefined }${ this.filterSelected ? block14.call(this, context, tags, suffix) : block18.call(this, context, tags, suffix) }${ this._isPhone ? block22.call(this, context, tags, suffix) : undefined }</ui5-responsive-popover>${ this.hasValueStateMessage ? block23.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" class=\"ui5-responsive-popover-header\" style=\"${styleMap(this.styles.popoverHeader)}\"><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.handleCancel}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div><div class=\"row\"><${scopeTag(\"ui5-input\", tags, suffix)} @ui5-input=\"${ifDefined(this._handleMobileInput)}\" @ui5-change=\"${ifDefined(this._mobileInputChange)}\" placeholder=\"${ifDefined(this.placeholder)}\" value-state=\"${ifDefined(this._dialogInputValueState)}\" ?show-clear-icon=\"${this.showClearIcon}\" ?no-typeahead=\"${this.noTypeahead}\">${ repeat(this._filteredItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-input\", tags, suffix)}><${scopeTag(\"ui5-toggle-button\", tags, suffix)} slot=\"header\" class=\"ui5-multi-combobox-toggle-button\" icon=\"multiselect-all\" design=\"Transparent\" ?pressed=${this._showAllItemsButtonPressed} @click=\"${this.filterSelectedItems}\" accessible-name=\"${ifDefined(this._showSelectedButtonAccessibleNameText)}\"></${scopeTag(\"ui5-toggle-button\", tags, suffix)}></div></div>${ this.hasValueStateMessage ? block3.call(this, context, tags, suffix) : undefined }${ this.showSelectAll ? block7.call(this, context, tags, suffix) : undefined }` : html`<div slot=\"header\" class=\"ui5-responsive-popover-header\" style=\"${styleMap(this.styles.popoverHeader)}\"><div class=\"row\"><span>${ifDefined(this._headerTitleText)}</span><ui5-button class=\"ui5-responsive-popover-close-btn\" icon=\"decline\" design=\"Transparent\" @click=\"${this.handleCancel}\"></ui5-button></div><div class=\"row\"><ui5-input @ui5-input=\"${ifDefined(this._handleMobileInput)}\" @ui5-change=\"${ifDefined(this._mobileInputChange)}\" placeholder=\"${ifDefined(this.placeholder)}\" value-state=\"${ifDefined(this._dialogInputValueState)}\" ?show-clear-icon=\"${this.showClearIcon}\" ?no-typeahead=\"${this.noTypeahead}\">${ repeat(this._filteredItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</ui5-input><ui5-toggle-button slot=\"header\" class=\"ui5-multi-combobox-toggle-button\" icon=\"multiselect-all\" design=\"Transparent\" ?pressed=${this._showAllItemsButtonPressed} @click=\"${this.filterSelectedItems}\" accessible-name=\"${ifDefined(this._showSelectedButtonAccessibleNameText)}\"></ui5-toggle-button></div></div>${ this.hasValueStateMessage ? block3.call(this, context, tags, suffix) : undefined }${ this.showSelectAll ? block7.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-suggestion-item\", tags, suffix)} text=\"${ifDefined(item.text)}\" additional-text=\"${ifDefined(item.additionalText)}\"></${scopeTag(\"ui5-suggestion-item\", tags, suffix)}>` : html`<ui5-suggestion-item text=\"${ifDefined(item.text)}\" additional-text=\"${ifDefined(item.additionalText)}\"></ui5-suggestion-item>`;}\nfunction block3 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverValueStateMessage)}\"><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>` : html`<div class=\"${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=\"${styleMap(this.styles.popoverValueStateMessage)}\"><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block4.call(this, context, tags, suffix) : block5.call(this, context, tags, suffix) }</div>`;}\nfunction block4 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block5 (this: MultiComboBoxPopover, 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: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block7 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-mcb-select-all-header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\"><${scopeTag(\"ui5-checkbox\", tags, suffix)} ?checked=${this._allSelected} class=\"ui5-mcb-select-all-checkbox\" text=\"${ifDefined(this.selectAllCheckboxLabel)}\" @ui5-change=\"${ifDefined(this._handleSelectAllCheckboxClick)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}></div>` : html`<div class=\"ui5-mcb-select-all-header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\"><ui5-checkbox ?checked=${this._allSelected} class=\"ui5-mcb-select-all-checkbox\" text=\"${ifDefined(this.selectAllCheckboxLabel)}\" @ui5-change=\"${ifDefined(this._handleSelectAllCheckboxClick)}\"></ui5-checkbox></div>`;}\nfunction block8 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasValueStateMessage ? block9.call(this, context, tags, suffix) : undefined }${ this.showSelectAll ? block13.call(this, context, tags, suffix) : undefined }`;}\nfunction block9 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div slot=\"header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\" class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.popoverValueStateMessage)}><${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block10.call(this, context, tags, suffix) : block11.call(this, context, tags, suffix) }</div>` : html`<div slot=\"header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\" class=\"ui5-responsive-popover-header ${classMap(this.classes.popoverValueState as ClassMapValue)}\" style=${styleMap(this.styles.popoverValueStateMessage)}><ui5-icon class=\"ui5-input-value-state-message-icon\" name=\"${ifDefined(this._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block10.call(this, context, tags, suffix) : block11.call(this, context, tags, suffix) }</div>`;}\nfunction block10 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block11 (this: MultiComboBoxPopover, 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) => block12.call(this, context, tags, suffix, item, index)) }`;}\nfunction block12 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block13 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-mcb-select-all-header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\"><${scopeTag(\"ui5-checkbox\", tags, suffix)} ?checked=${this._allSelected} class=\"ui5-mcb-select-all-checkbox\" text=\"${ifDefined(this.selectAllCheckboxLabel)}\" @ui5-change=\"${ifDefined(this._handleSelectAllCheckboxClick)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}></div>` : html`<div class=\"ui5-mcb-select-all-header\" @keydown=\"${this._onListHeaderKeydown}\" tabindex=\"0\"><ui5-checkbox ?checked=${this._allSelected} class=\"ui5-mcb-select-all-checkbox\" text=\"${ifDefined(this.selectAllCheckboxLabel)}\" @ui5-change=\"${ifDefined(this._handleSelectAllCheckboxClick)}\"></ui5-checkbox></div>`;}\nfunction block14 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this.selectedItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this.selectedItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block15 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.isGroupItem ? block16.call(this, context, tags, suffix, item, index) : block17.call(this, context, tags, suffix, item, index) }`;}\nfunction block16 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-groupheader\", tags, suffix)} data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li-groupheader\", tags, suffix)}>` : html`<ui5-li-groupheader data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li-groupheader>`;}\nfunction block17 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block18 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this._filteredItems, (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)}>` : html`<ui5-list separators=\"None\" mode=\"MultiSelect\" class=\"ui5-multi-combobox-all-items-list\">${ repeat(this._filteredItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block19.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block19 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.isGroupItem ? block20.call(this, context, tags, suffix, item, index) : block21.call(this, context, tags, suffix, item, index) }`;}\nfunction block20 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li-groupheader\", tags, suffix)} data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li-groupheader\", tags, suffix)}>` : html`<ui5-li-groupheader data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li-groupheader>`;}\nfunction block21 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li wrapping-type=\"Normal\" type=\"${ifDefined(this._listItemsType)}\" additional-text=${ifDefined(item.additionalText)} ?selected=${item.selected} data-ui5-token-id=\"${ifDefined(item._id)}\" data-ui5-stable=\"${ifDefined(item.stableDomRef)}\" @keydown=\"${this._onItemKeydown}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block22 (this: MultiComboBoxPopover, 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.handleOK}\">${ifDefined(this._dialogOkButton)}</${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this.handleOK}\">${ifDefined(this._dialogOkButton)}</ui5-button></div>`;}\nfunction block23 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-popover\", tags, suffix)} skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement-type=\"Bottom\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\"><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._valueStateMessageIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>${ this.shouldDisplayDefaultValueStateMessage ? block24.call(this, context, tags, suffix) : block25.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-popover\", tags, suffix)}>` : html`<ui5-popover skip-registry-update _disable-initial-focus prevent-focus-restore hide-arrow class=\"ui5-valuestatemessage-popover\" placement-type=\"Bottom\" horizontal-align=\"${ifDefined(this._valueStatePopoverHorizontalAlign)}\"><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._valueStateMessageIcon)}\"></ui5-icon>${ this.shouldDisplayDefaultValueStateMessage ? block24.call(this, context, tags, suffix) : block25.call(this, context, tags, suffix) }</div></ui5-popover>`;}\nfunction block24 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateDefaultText)}`;}\nfunction block25 (this: MultiComboBoxPopover, 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) => block26.call(this, context, tags, suffix, item, index)) }`;}\nfunction block26 (this: MultiComboBoxPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\n\n\nexport default block0;"]}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-multi-combobox-root ui5-input-focusable-element"><span id="ui5-multi-combobox-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span>${this.hasValueState ? block1.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-tokenizer", tags, suffix)} slot="_beginContent" show-more prevent-popover-open class="ui5-multi-combobox-tokenizer" ?disabled="${this.disabled}" @ui5-show-more-items-press="${ifDefined(this._showFilteredItems)}" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete="${ifDefined(this._tokenDelete)}" @ui5-before-more-popover-open="${ifDefined(this.handleBeforeTokenizerPopoverOpen)}" @focusout="${this._tokenizerFocusOut}" @focusin="${this._tokenizerFocusIn}" @click=${this._click} @paste=${this._handlePaste} @keydown="${this._onTokenizerKeydown}" ?expanded="${this._tokenizerExpanded}">${repeat(this.items, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-tokenizer", tags, suffix)}><input id="ui5-multi-combobox-input" .value="${ifDefined(this.value)}" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state="${ifDefined(this.valueState)}" @input="${this._inputLiveChange}" @change=${this._inputChange} @keydown="${this._onkeydown}" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role="combobox" aria-haspopup="listbox" aria-expanded="${ifDefined(this.open)}" aria-autocomplete="both" aria-describedby="${ifDefined(this.ariaDescribedByText)}" aria-required="${ifDefined(this.required)}" aria-label="${ifDefined(this.ariaLabelText)}" data-sap-focus-ref />${this.
|
|
3
|
+
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-multi-combobox-root ui5-input-focusable-element"><span id="ui5-multi-combobox-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span>${this.hasValueState ? block1.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-tokenizer", tags, suffix)} slot="_beginContent" show-more prevent-popover-open class="ui5-multi-combobox-tokenizer" ?disabled="${this.disabled}" @ui5-show-more-items-press="${ifDefined(this._showFilteredItems)}" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete="${ifDefined(this._tokenDelete)}" @ui5-before-more-popover-open="${ifDefined(this.handleBeforeTokenizerPopoverOpen)}" @focusout="${this._tokenizerFocusOut}" @focusin="${this._tokenizerFocusIn}" @click=${this._click} @paste=${this._handlePaste} @keydown="${this._onTokenizerKeydown}" ?expanded="${this._tokenizerExpanded}">${repeat(this.items, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-tokenizer", tags, suffix)}><input id="ui5-multi-combobox-input" .value="${ifDefined(this.value)}" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state="${ifDefined(this.valueState)}" @input="${this._inputLiveChange}" @change=${this._inputChange} @keydown="${this._onkeydown}" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role="combobox" aria-haspopup="listbox" aria-expanded="${ifDefined(this.open)}" aria-autocomplete="both" aria-describedby="${ifDefined(this.ariaDescribedByText)}" aria-required="${ifDefined(this.required)}" aria-label="${ifDefined(this.ariaLabelText)}" data-sap-focus-ref />${this._effectiveShowClearIcon ? block4.call(this, context, tags, suffix) : undefined}${this.icon ? block5.call(this, context, tags, suffix) : undefined}${!this.readonly ? block6.call(this, context, tags, suffix) : undefined}</div>` : html `<div class="ui5-multi-combobox-root ui5-input-focusable-element"><span id="ui5-multi-combobox-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span>${this.hasValueState ? block1.call(this, context, tags, suffix) : undefined}<ui5-tokenizer slot="_beginContent" show-more prevent-popover-open class="ui5-multi-combobox-tokenizer" ?disabled="${this.disabled}" @ui5-show-more-items-press="${ifDefined(this._showFilteredItems)}" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete="${ifDefined(this._tokenDelete)}" @ui5-before-more-popover-open="${ifDefined(this.handleBeforeTokenizerPopoverOpen)}" @focusout="${this._tokenizerFocusOut}" @focusin="${this._tokenizerFocusIn}" @click=${this._click} @paste=${this._handlePaste} @keydown="${this._onTokenizerKeydown}" ?expanded="${this._tokenizerExpanded}">${repeat(this.items, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</ui5-tokenizer><input id="ui5-multi-combobox-input" .value="${ifDefined(this.value)}" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state="${ifDefined(this.valueState)}" @input="${this._inputLiveChange}" @change=${this._inputChange} @keydown="${this._onkeydown}" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role="combobox" aria-haspopup="listbox" aria-expanded="${ifDefined(this.open)}" aria-autocomplete="both" aria-describedby="${ifDefined(this.ariaDescribedByText)}" aria-required="${ifDefined(this.required)}" aria-label="${ifDefined(this.ariaLabelText)}" data-sap-focus-ref />${this._effectiveShowClearIcon ? block4.call(this, context, tags, suffix) : undefined}${this.icon ? block5.call(this, context, tags, suffix) : undefined}${!this.readonly ? block6.call(this, context, tags, suffix) : undefined}</div>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<span id="ui5-multi-combobox-valueStateDesc" class="ui5-hidden-text">${ifDefined(this.ariaValueStateHiddenText)}</span>`; }
|
|
5
5
|
function block2(context, tags, suffix, item, index) { return html `${item.selected ? block3.call(this, context, tags, suffix, item, index) : undefined}`; }
|
|
6
6
|
function block3(context, tags, suffix, item, index) { return suffix ? html `<${scopeTag("ui5-token", tags, suffix)} ?readonly="${this.readonly}" class="ui5-multi-combobox-token" data-ui5-id="${ifDefined(item._id)}" part="token-${index}" text="${ifDefined(item.text)}"></${scopeTag("ui5-token", tags, suffix)}>` : html `<ui5-token ?readonly="${this.readonly}" class="ui5-multi-combobox-token" data-ui5-id="${ifDefined(item._id)}" part="token-${index}" text="${ifDefined(item.text)}"></ui5-token>`; }
|
|
7
|
-
function block4(context, tags, suffix) { return html `<
|
|
8
|
-
function block5(context, tags, suffix) { return
|
|
7
|
+
function block4(context, tags, suffix) { return suffix ? html `<div @click=${this._clear} class="ui5-input-clear-icon-wrapper" input-icon tabindex="-1" @mousedown=${this._iconMouseDown}><${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} class="ui5-input-clear-icon-wrapper" input-icon tabindex="-1" @mousedown=${this._iconMouseDown}><ui5-icon tabindex="-1" class="ui5-input-clear-icon" name="decline" accessible-name="${ifDefined(this.clearIconAccessibleName)}"></ui5-icon></div>`; }
|
|
8
|
+
function block5(context, tags, suffix) { return html `<slot name="icon"></slot>`; }
|
|
9
|
+
function block6(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name="slim-arrow-down" input-icon slot="icon" tabindex="-1" @click="${this.togglePopoverByDropdownIcon}" @mousedown="${this._onIconMousedown}" @focusin="${this._forwardFocusToInner}" ?pressed="${this.open}" accessible-name="${ifDefined(this._iconAccessibleNameText)}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name="slim-arrow-down" input-icon slot="icon" tabindex="-1" @click="${this.togglePopoverByDropdownIcon}" @mousedown="${this._onIconMousedown}" @focusin="${this._forwardFocusToInner}" ?pressed="${this.open}" accessible-name="${ifDefined(this._iconAccessibleNameText)}"></ui5-icon>`; }
|
|
9
10
|
export default block0;
|
|
10
11
|
//# sourceMappingURL=MultiComboBoxTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiComboBoxTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiComboBoxTemplate.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 MultiComboBox from \"../../MultiComboBox.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-multi-combobox-root ui5-input-focusable-element\"><span id=\"ui5-multi-combobox-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span>${ this.hasValueState ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-tokenizer\", tags, suffix)} slot=\"_beginContent\" show-more prevent-popover-open class=\"ui5-multi-combobox-tokenizer\" ?disabled=\"${this.disabled}\" @ui5-show-more-items-press=\"${ifDefined(this._showFilteredItems)}\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete=\"${ifDefined(this._tokenDelete)}\" @ui5-before-more-popover-open=\"${ifDefined(this.handleBeforeTokenizerPopoverOpen)}\" @focusout=\"${this._tokenizerFocusOut}\" @focusin=\"${this._tokenizerFocusIn}\" @click=${this._click} @paste=${this._handlePaste} @keydown=\"${this._onTokenizerKeydown}\" ?expanded=\"${this._tokenizerExpanded}\">${ repeat(this.items, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"ui5-multi-combobox-input\" .value=\"${ifDefined(this.value)}\" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=\"${this._onkeydown}\" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role=\"combobox\" aria-haspopup=\"listbox\" aria-expanded=\"${ifDefined(this.open)}\" aria-autocomplete=\"both\" aria-describedby=\"${ifDefined(this.ariaDescribedByText)}\" aria-required=\"${ifDefined(this.required)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" data-sap-focus-ref />${ this.icon ? block4.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block5.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"ui5-multi-combobox-root ui5-input-focusable-element\"><span id=\"ui5-multi-combobox-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span>${ this.hasValueState ? block1.call(this, context, tags, suffix) : undefined }<ui5-tokenizer slot=\"_beginContent\" show-more prevent-popover-open class=\"ui5-multi-combobox-tokenizer\" ?disabled=\"${this.disabled}\" @ui5-show-more-items-press=\"${ifDefined(this._showFilteredItems)}\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete=\"${ifDefined(this._tokenDelete)}\" @ui5-before-more-popover-open=\"${ifDefined(this.handleBeforeTokenizerPopoverOpen)}\" @focusout=\"${this._tokenizerFocusOut}\" @focusin=\"${this._tokenizerFocusIn}\" @click=${this._click} @paste=${this._handlePaste} @keydown=\"${this._onTokenizerKeydown}\" ?expanded=\"${this._tokenizerExpanded}\">${ repeat(this.items, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"ui5-multi-combobox-input\" .value=\"${ifDefined(this.value)}\" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=\"${this._onkeydown}\" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role=\"combobox\" aria-haspopup=\"listbox\" aria-expanded=\"${ifDefined(this.open)}\" aria-autocomplete=\"both\" aria-describedby=\"${ifDefined(this.ariaDescribedByText)}\" aria-required=\"${ifDefined(this.required)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" data-sap-focus-ref />${ this.icon ? block4.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block5.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"ui5-multi-combobox-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block2 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block3.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block3 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-token\", tags, suffix)} ?readonly=\"${this.readonly}\" class=\"ui5-multi-combobox-token\" data-ui5-id=\"${ifDefined(item._id)}\" part=\"token-${index}\" text=\"${ifDefined(item.text)}\"></${scopeTag(\"ui5-token\", tags, suffix)}>` : html`<ui5-token ?readonly=\"${this.readonly}\" class=\"ui5-multi-combobox-token\" data-ui5-id=\"${ifDefined(item._id)}\" part=\"token-${index}\" text=\"${ifDefined(item.text)}\"></ui5-token>`;}\nfunction block4 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"icon\"></slot>`;}\nfunction block5 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"slim-arrow-down\" input-icon slot=\"icon\" tabindex=\"-1\" @click=\"${this.togglePopoverByDropdownIcon}\" @mousedown=\"${this._onIconMousedown}\" @focusin=\"${this._forwardFocusToInner}\" ?pressed=\"${this.open}\" accessible-name=\"${ifDefined(this._iconAccessibleNameText)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"slim-arrow-down\" input-icon slot=\"icon\" tabindex=\"-1\" @click=\"${this.togglePopoverByDropdownIcon}\" @mousedown=\"${this._onIconMousedown}\" @focusin=\"${this._forwardFocusToInner}\" ?pressed=\"${this.open}\" accessible-name=\"${ifDefined(this._iconAccessibleNameText)}\"></ui5-icon>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"MultiComboBoxTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiComboBoxTemplate.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 MultiComboBox from \"../../MultiComboBox.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-multi-combobox-root ui5-input-focusable-element\"><span id=\"ui5-multi-combobox-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span>${ this.hasValueState ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-tokenizer\", tags, suffix)} slot=\"_beginContent\" show-more prevent-popover-open class=\"ui5-multi-combobox-tokenizer\" ?disabled=\"${this.disabled}\" @ui5-show-more-items-press=\"${ifDefined(this._showFilteredItems)}\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete=\"${ifDefined(this._tokenDelete)}\" @ui5-before-more-popover-open=\"${ifDefined(this.handleBeforeTokenizerPopoverOpen)}\" @focusout=\"${this._tokenizerFocusOut}\" @focusin=\"${this._tokenizerFocusIn}\" @click=${this._click} @paste=${this._handlePaste} @keydown=\"${this._onTokenizerKeydown}\" ?expanded=\"${this._tokenizerExpanded}\">${ repeat(this.items, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"ui5-multi-combobox-input\" .value=\"${ifDefined(this.value)}\" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=\"${this._onkeydown}\" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role=\"combobox\" aria-haspopup=\"listbox\" aria-expanded=\"${ifDefined(this.open)}\" aria-autocomplete=\"both\" aria-describedby=\"${ifDefined(this.ariaDescribedByText)}\" aria-required=\"${ifDefined(this.required)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" data-sap-focus-ref />${ this._effectiveShowClearIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.icon ? block5.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block6.call(this, context, tags, suffix) : undefined }</div>` : html`<div class=\"ui5-multi-combobox-root ui5-input-focusable-element\"><span id=\"ui5-multi-combobox-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span>${ this.hasValueState ? block1.call(this, context, tags, suffix) : undefined }<ui5-tokenizer slot=\"_beginContent\" show-more prevent-popover-open class=\"ui5-multi-combobox-tokenizer\" ?disabled=\"${this.disabled}\" @ui5-show-more-items-press=\"${ifDefined(this._showFilteredItems)}\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} @ui5-token-delete=\"${ifDefined(this._tokenDelete)}\" @ui5-before-more-popover-open=\"${ifDefined(this.handleBeforeTokenizerPopoverOpen)}\" @focusout=\"${this._tokenizerFocusOut}\" @focusin=\"${this._tokenizerFocusIn}\" @click=${this._click} @paste=${this._handlePaste} @keydown=\"${this._onTokenizerKeydown}\" ?expanded=\"${this._tokenizerExpanded}\">${ repeat(this.items, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</ui5-tokenizer><input id=\"ui5-multi-combobox-input\" .value=\"${ifDefined(this.value)}\" inner-input placeholder=${ifDefined(this._getPlaceholder)} ?disabled=${this.disabled} ?readonly=${this.readonly} value-state=\"${ifDefined(this.valueState)}\" @input=\"${this._inputLiveChange}\" @change=${this._inputChange} @keydown=\"${this._onkeydown}\" @click=${this._click} @focusin=${this.inputFocusIn} @focusout=${this.inputFocusOut} @paste=${this._handlePaste} role=\"combobox\" aria-haspopup=\"listbox\" aria-expanded=\"${ifDefined(this.open)}\" aria-autocomplete=\"both\" aria-describedby=\"${ifDefined(this.ariaDescribedByText)}\" aria-required=\"${ifDefined(this.required)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" data-sap-focus-ref />${ this._effectiveShowClearIcon ? block4.call(this, context, tags, suffix) : undefined }${ this.icon ? block5.call(this, context, tags, suffix) : undefined }${ !this.readonly ? block6.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"ui5-multi-combobox-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\nfunction block2 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block3.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block3 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-token\", tags, suffix)} ?readonly=\"${this.readonly}\" class=\"ui5-multi-combobox-token\" data-ui5-id=\"${ifDefined(item._id)}\" part=\"token-${index}\" text=\"${ifDefined(item.text)}\"></${scopeTag(\"ui5-token\", tags, suffix)}>` : html`<ui5-token ?readonly=\"${this.readonly}\" class=\"ui5-multi-combobox-token\" data-ui5-id=\"${ifDefined(item._id)}\" part=\"token-${index}\" text=\"${ifDefined(item.text)}\"></ui5-token>`;}\nfunction block4 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div @click=${this._clear} class=\"ui5-input-clear-icon-wrapper\" input-icon tabindex=\"-1\" @mousedown=${this._iconMouseDown}><${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} class=\"ui5-input-clear-icon-wrapper\" input-icon tabindex=\"-1\" @mousedown=${this._iconMouseDown}><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block5 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"icon\"></slot>`;}\nfunction block6 (this: MultiComboBox, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"slim-arrow-down\" input-icon slot=\"icon\" tabindex=\"-1\" @click=\"${this.togglePopoverByDropdownIcon}\" @mousedown=\"${this._onIconMousedown}\" @focusin=\"${this._forwardFocusToInner}\" ?pressed=\"${this.open}\" accessible-name=\"${ifDefined(this._iconAccessibleNameText)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"slim-arrow-down\" input-icon slot=\"icon\" tabindex=\"-1\" @click=\"${this.togglePopoverByDropdownIcon}\" @mousedown=\"${this._onIconMousedown}\" @focusin=\"${this._forwardFocusToInner}\" ?pressed=\"${this.open}\" accessible-name=\"${ifDefined(this._iconAccessibleNameText)}\"></ui5-icon>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, repeat, 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="${ifDefined(this._id)}-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><${scopeTag("ui5-tokenizer", tags, suffix)} class="ui5-multi-input-tokenizer" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded="${this.expandedTokenizer}" show-more @keydown="${this._onTokenizerKeydown}" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}"><slot name="tokens"></slot><div slot="valueStateMessage">${this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix)}</div></${scopeTag("ui5-tokenizer", tags, suffix)}><input id="${ifDefined(this._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.
|
|
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="${ifDefined(this._id)}-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><${scopeTag("ui5-tokenizer", tags, suffix)} class="ui5-multi-input-tokenizer" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded="${this.expandedTokenizer}" show-more @keydown="${this._onTokenizerKeydown}" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}"><slot name="tokens"></slot><div slot="valueStateMessage">${this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix)}</div></${scopeTag("ui5-tokenizer", tags, suffix)}><input id="${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined}${this.icon.length ? block5.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block9.call(this, context, tags, suffix) : undefined}</div><slot name="formSupport"></slot></div> ` : html `<div class="ui5-input-root ui5-input-focusable-element" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}"><div class="ui5-input-content"><span id="${ifDefined(this._id)}-hiddenText-nMore" class="ui5-hidden-text">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class="ui5-multi-input-tokenizer" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded="${this.expandedTokenizer}" show-more @keydown="${this._onTokenizerKeydown}" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout="${this._tokenizerFocusOut}"><slot name="tokens"></slot><div slot="valueStateMessage">${this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix)}</div></ui5-tokenizer><input id="${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined}${this.icon.length ? block5.call(this, context, tags, suffix) : undefined}<div class="ui5-input-value-state-icon">${unsafeHTML(this._valueStateInputIcon)}</div>${this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined}${this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined}${this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block9.call(this, context, tags, suffix) : undefined}</div><slot name="formSupport"></slot></div> `; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
|
|
5
5
|
function block2(context, tags, suffix) { return html `${repeat(this.valueStateMessageText, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}`; }
|
|
6
6
|
function block3(context, tags, suffix, item, index) { return html `${ifDefined(item)}`; }
|
|
@@ -1 +1 @@
|
|
|
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=\"${ifDefined(this._id)}-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded=\"${this.expandedTokenizer}\" show-more @keydown=\"${this._onTokenizerKeydown}\" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\"><slot name=\"tokens\"></slot><div slot=\"valueStateMessage\">${ this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block5.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block9.call(this, context, tags, suffix) : undefined }</div><slot name=\"formSupport\"></slot></div> ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"${ifDefined(this._id)}-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded=\"${this.expandedTokenizer}\" show-more @keydown=\"${this._onTokenizerKeydown}\" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\"><slot name=\"tokens\"></slot><div slot=\"valueStateMessage\">${ this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div></ui5-tokenizer><input id=\"${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block5.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block9.call(this, context, tags, suffix) : undefined }</div><slot name=\"formSupport\"></slot></div> `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block2 (this: MultiInput, 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) => block3.call(this, context, tags, suffix, item, index)) }`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block4 (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\" input-icon 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\" input-icon tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block6 (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} input-icon name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} input-icon name=\"value-help\"></ui5-icon>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"${ifDefined(this._id)}-selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"${ifDefined(this._id)}-suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\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=\"${ifDefined(this._id)}-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><${scopeTag(\"ui5-tokenizer\", tags, suffix)} class=\"ui5-multi-input-tokenizer\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded=\"${this.expandedTokenizer}\" show-more @keydown=\"${this._onTokenizerKeydown}\" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\"><slot name=\"tokens\"></slot><div slot=\"valueStateMessage\">${ this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div></${scopeTag(\"ui5-tokenizer\", tags, suffix)}><input id=\"${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block5.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block9.call(this, context, tags, suffix) : undefined }</div><slot name=\"formSupport\"></slot></div> ` : html`<div class=\"ui5-input-root ui5-input-focusable-element\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\"><div class=\"ui5-input-content\"><span id=\"${ifDefined(this._id)}-hiddenText-nMore\" class=\"ui5-hidden-text\">${ifDefined(this._tokensCountText)}</span><ui5-tokenizer class=\"ui5-multi-input-tokenizer\" .morePopoverOpener=${ifDefined(this.morePopoverOpener)} .popoverMinWidth=${ifDefined(this._inputWidth)} .valueState=${ifDefined(this.valueState)} ?expanded=\"${this.expandedTokenizer}\" show-more @keydown=\"${this._onTokenizerKeydown}\" @ui5-show-more-items-press=${ifDefined(this.showMorePress)} @ui5-token-delete=${ifDefined(this.tokenDelete)} @focusout=\"${this._tokenizerFocusOut}\"><slot name=\"tokens\"></slot><div slot=\"valueStateMessage\">${ this.shouldDisplayDefaultValueStateMessage ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div></ui5-tokenizer><input id=\"${ifDefined(this._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 ? block4.call(this, context, tags, suffix) : undefined }${ this.icon.length ? block5.call(this, context, tags, suffix) : undefined }<div class=\"ui5-input-value-state-icon\">${unsafeHTML(this._valueStateInputIcon)}</div>${ this.showValueHelpIcon ? block6.call(this, context, tags, suffix) : undefined }${ this.showSuggestions ? block7.call(this, context, tags, suffix) : undefined }${ this.accInfo.input.ariaDescription ? block8.call(this, context, tags, suffix) : undefined }${ this.hasValueState ? block9.call(this, context, tags, suffix) : undefined }</div><slot name=\"formSupport\"></slot></div> `;}\nfunction block1 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this.valueStateText)}`;}\nfunction block2 (this: MultiInput, 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) => block3.call(this, context, tags, suffix, item, index)) }`;}\nfunction block3 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ifDefined(item)}`;}\nfunction block4 (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\" input-icon 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\" input-icon tabindex=\"-1\"><ui5-icon tabindex=\"-1\" class=\"ui5-input-clear-icon\" name=\"decline\" accessible-name=\"${ifDefined(this.clearIconAccessibleName)}\"></ui5-icon></div>`;}\nfunction block5 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-input-icon-root\"><slot name=\"icon\"></slot></div>`;}\nfunction block6 (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} input-icon name=\"value-help\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon @click=${this.valueHelpPress} @mousedown=${this.valueHelpMouseDown} @mouseup=${this.valueHelpMouseUp} input-icon name=\"value-help\"></ui5-icon>`;}\nfunction block7 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-suggestionsText\" class=\"ui5-hidden-text\">${ifDefined(this.suggestionsText)}</span><span id=\"${ifDefined(this._id)}-selectionText\" class=\"ui5-hidden-text\" aria-live=\"polite\" role=\"status\"></span><span id=\"${ifDefined(this._id)}-suggestionsCount\" class=\"ui5-hidden-text\" aria-live=\"polite\">${ifDefined(this.availableSuggestionsCount)}</span>`;}\nfunction block8 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-descr\" class=\"ui5-hidden-text\">${ifDefined(this.accInfo.input.ariaDescription)}</span>`;}\nfunction block9 (this: MultiInput, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-valueStateDesc\" class=\"ui5-hidden-text\">${ifDefined(this.ariaValueStateHiddenText)}</span>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-split-button-root" role="group" tabindex=${ifDefined(this._tabIndex)} aria-labelledby="${ifDefined(this._id)}-invisibleTextDefault ${ifDefined(this._id)}-invisibleText" @focusout=${this._onFocusOut} @focusin=${this._onFocusIn} @keydown=${this._onKeyDown} @keyup=${this._onKeyUp}><${scopeTag("ui5-button", tags, suffix)} class="ui5-split-text-button" design="${ifDefined(this.design)}" dir=${ifDefined(this.effectiveDir)} icon="${ifDefined(this._textButtonIcon)}" tabindex="-1" ?disabled="${this.disabled}" ?active="${this._textButtonActive}" @click="${this._handleMouseClick}" @touchstart=${this._textButtonPress} @mousedown=${this._textButtonPress} @mouseup=${this._textButtonRelease} @focusin=${this._textButtonFocusIn} @focusout=${this._onFocusOut}>${this.isTextButton ? block1.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-button", tags, suffix)}
|
|
3
|
+
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-split-button-root" role="group" tabindex=${ifDefined(this._tabIndex)} aria-labelledby="${ifDefined(this._id)}-invisibleTextDefault ${ifDefined(this._id)}-invisibleText" @focusout=${this._onFocusOut} @focusin=${this._onFocusIn} @keydown=${this._onKeyDown} @keyup=${this._onKeyUp}><${scopeTag("ui5-button", tags, suffix)} class="ui5-split-text-button" design="${ifDefined(this.design)}" dir=${ifDefined(this.effectiveDir)} icon="${ifDefined(this._textButtonIcon)}" tabindex="-1" ?disabled="${this.disabled}" ?active="${this._textButtonActive}" @click="${this._handleMouseClick}" @touchstart=${this._textButtonPress} @mousedown=${this._textButtonPress} @mouseup=${this._textButtonRelease} @focusin=${this._textButtonFocusIn} @focusout=${this._onFocusOut}>${this.isTextButton ? block1.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} dir=${ifDefined(this.effectiveDir)} class="ui5-split-arrow-button" design="${ifDefined(this.design)}" icon="slim-arrow-down" tabindex="-1" ?disabled="${this.disabled}" ?active="${this.effectiveActiveArrowButton}" aria-expanded="${ifDefined(this.accessibilityInfo.ariaExpanded)}" aria-haspopup="${ifDefined(this.accessibilityInfo.ariaHaspopup)}" @click="${this._handleArrowButtonAction}" @mousedown=${this._arrowButtonPress} @mouseup=${this._arrowButtonRelease} @focusin=${this._setTabIndexValue} @ui5-_active-state-change=${ifDefined(this._onArrowButtonActiveStateChange)}></${scopeTag("ui5-button", tags, suffix)}><span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this.accessibilityInfo.description)}${ifDefined(this.accessibilityInfo.keyboardHint)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleTextDefault" class="ui5-hidden-text">${ifDefined(this.textButtonAccText)}</span></div>` : html `<div class="ui5-split-button-root" role="group" tabindex=${ifDefined(this._tabIndex)} aria-labelledby="${ifDefined(this._id)}-invisibleTextDefault ${ifDefined(this._id)}-invisibleText" @focusout=${this._onFocusOut} @focusin=${this._onFocusIn} @keydown=${this._onKeyDown} @keyup=${this._onKeyUp}><ui5-button class="ui5-split-text-button" design="${ifDefined(this.design)}" dir=${ifDefined(this.effectiveDir)} icon="${ifDefined(this._textButtonIcon)}" tabindex="-1" ?disabled="${this.disabled}" ?active="${this._textButtonActive}" @click="${this._handleMouseClick}" @touchstart=${this._textButtonPress} @mousedown=${this._textButtonPress} @mouseup=${this._textButtonRelease} @focusin=${this._textButtonFocusIn} @focusout=${this._onFocusOut}>${this.isTextButton ? block1.call(this, context, tags, suffix) : undefined}</ui5-button><ui5-button dir=${ifDefined(this.effectiveDir)} class="ui5-split-arrow-button" design="${ifDefined(this.design)}" icon="slim-arrow-down" tabindex="-1" ?disabled="${this.disabled}" ?active="${this.effectiveActiveArrowButton}" aria-expanded="${ifDefined(this.accessibilityInfo.ariaExpanded)}" aria-haspopup="${ifDefined(this.accessibilityInfo.ariaHaspopup)}" @click="${this._handleArrowButtonAction}" @mousedown=${this._arrowButtonPress} @mouseup=${this._arrowButtonRelease} @focusin=${this._setTabIndexValue} @ui5-_active-state-change=${ifDefined(this._onArrowButtonActiveStateChange)}></ui5-button><span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this.accessibilityInfo.description)}${ifDefined(this.accessibilityInfo.keyboardHint)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleTextDefault" class="ui5-hidden-text">${ifDefined(this.textButtonAccText)}</span></div>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<slot></slot>`; }
|
|
5
5
|
export default block0;
|
|
6
6
|
//# sourceMappingURL=SplitButtonTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SplitButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SplitButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,6BAA6B,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,0CAA0C,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,8BAA8B,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,iBAAiB,aAAa,IAAI,CAAC,iBAAiB,iBAAiB,IAAI,CAAC,gBAAgB,eAAe,IAAI,CAAC,gBAAgB,aAAa,IAAI,CAAC,kBAAkB,aAAa,IAAI,CAAC,kBAAkB,cAAc,IAAI,CAAC,WAAW,IAAK,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"SplitButtonTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/SplitButtonTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,6BAA6B,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,0CAA0C,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,8BAA8B,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,iBAAiB,aAAa,IAAI,CAAC,iBAAiB,iBAAiB,IAAI,CAAC,gBAAgB,eAAe,IAAI,CAAC,gBAAgB,aAAa,IAAI,CAAC,kBAAkB,aAAa,IAAI,CAAC,kBAAkB,cAAc,IAAI,CAAC,WAAW,IAAK,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,qDAAqD,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,0BAA0B,oBAAoB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,wBAAwB,gBAAgB,IAAI,CAAC,iBAAiB,aAAa,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,iBAAiB,8BAA8B,SAAS,CAAC,IAAI,CAAC,+BAA+B,CAAC,MAAM,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kDAAkD,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,yBAAyB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,6BAA6B,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,UAAU,WAAW,IAAI,CAAC,QAAQ,sDAAsD,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,8BAA8B,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,iBAAiB,aAAa,IAAI,CAAC,iBAAiB,iBAAiB,IAAI,CAAC,gBAAgB,eAAe,IAAI,CAAC,gBAAgB,aAAa,IAAI,CAAC,kBAAkB,aAAa,IAAI,CAAC,kBAAkB,cAAc,IAAI,CAAC,WAAW,IAAK,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,gCAAgC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,qDAAqD,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,0BAA0B,oBAAoB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,wBAAwB,gBAAgB,IAAI,CAAC,iBAAiB,aAAa,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,iBAAiB,8BAA8B,SAAS,CAAC,IAAI,CAAC,+BAA+B,CAAC,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kDAAkD,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAA,CAAC;AACpsH,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,eAAe,CAAC,CAAA,CAAC;AAGnI,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 SplitButton from \"../../SplitButton.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: SplitButton, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-split-button-root\" role=\"group\" tabindex=${ifDefined(this._tabIndex)} aria-labelledby=\"${ifDefined(this._id)}-invisibleTextDefault ${ifDefined(this._id)}-invisibleText\" @focusout=${this._onFocusOut} @focusin=${this._onFocusIn} @keydown=${this._onKeyDown} @keyup=${this._onKeyUp}><${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-split-text-button\" design=\"${ifDefined(this.design)}\" dir=${ifDefined(this.effectiveDir)} icon=\"${ifDefined(this._textButtonIcon)}\" tabindex=\"-1\" ?disabled=\"${this.disabled}\" ?active=\"${this._textButtonActive}\" @click=\"${this._handleMouseClick}\" @touchstart=${this._textButtonPress} @mousedown=${this._textButtonPress} @mouseup=${this._textButtonRelease} @focusin=${this._textButtonFocusIn} @focusout=${this._onFocusOut}>${ this.isTextButton ? block1.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} dir=${ifDefined(this.effectiveDir)} class=\"ui5-split-arrow-button\" design=\"${ifDefined(this.design)}\" icon=\"slim-arrow-down\" tabindex=\"-1\" ?disabled=\"${this.disabled}\" ?active=\"${this.effectiveActiveArrowButton}\" aria-expanded=\"${ifDefined(this.accessibilityInfo.ariaExpanded)}\" aria-haspopup=\"${ifDefined(this.accessibilityInfo.ariaHaspopup)}\" @click=\"${this._handleArrowButtonAction}\" @mousedown=${this._arrowButtonPress} @mouseup=${this._arrowButtonRelease} @focusin=${this._setTabIndexValue} @ui5-_active-state-change=${ifDefined(this._onArrowButtonActiveStateChange)}></${scopeTag(\"ui5-button\", tags, suffix)}><span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this.accessibilityInfo.description)}${ifDefined(this.accessibilityInfo.keyboardHint)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleTextDefault\" class=\"ui5-hidden-text\">${ifDefined(this.textButtonAccText)}</span></div>` : html`<div class=\"ui5-split-button-root\" role=\"group\" tabindex=${ifDefined(this._tabIndex)} aria-labelledby=\"${ifDefined(this._id)}-invisibleTextDefault ${ifDefined(this._id)}-invisibleText\" @focusout=${this._onFocusOut} @focusin=${this._onFocusIn} @keydown=${this._onKeyDown} @keyup=${this._onKeyUp}><ui5-button class=\"ui5-split-text-button\" design=\"${ifDefined(this.design)}\" dir=${ifDefined(this.effectiveDir)} icon=\"${ifDefined(this._textButtonIcon)}\" tabindex=\"-1\" ?disabled=\"${this.disabled}\" ?active=\"${this._textButtonActive}\" @click=\"${this._handleMouseClick}\" @touchstart=${this._textButtonPress} @mousedown=${this._textButtonPress} @mouseup=${this._textButtonRelease} @focusin=${this._textButtonFocusIn} @focusout=${this._onFocusOut}>${ this.isTextButton ? block1.call(this, context, tags, suffix) : undefined }</ui5-button><ui5-button dir=${ifDefined(this.effectiveDir)} class=\"ui5-split-arrow-button\" design=\"${ifDefined(this.design)}\" icon=\"slim-arrow-down\" tabindex=\"-1\" ?disabled=\"${this.disabled}\" ?active=\"${this.effectiveActiveArrowButton}\" aria-expanded=\"${ifDefined(this.accessibilityInfo.ariaExpanded)}\" aria-haspopup=\"${ifDefined(this.accessibilityInfo.ariaHaspopup)}\" @click=\"${this._handleArrowButtonAction}\" @mousedown=${this._arrowButtonPress} @mouseup=${this._arrowButtonRelease} @focusin=${this._setTabIndexValue} @ui5-_active-state-change=${ifDefined(this._onArrowButtonActiveStateChange)}></ui5-button><span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this.accessibilityInfo.description)}${ifDefined(this.accessibilityInfo.keyboardHint)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleTextDefault\" class=\"ui5-hidden-text\">${ifDefined(this.textButtonAccText)}</span></div>`;}\nfunction block1 (this: SplitButton, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot></slot>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
function block0(context, tags, suffix) { return html `<div class="${classMap(this.classes.root)}" tabindex="-1" @keydown=${this._onkeydown} @focusin="${this._onfocusin}" @focusout="${this._onfocusout}">${this._hasHoursSlider ? block1.call(this, context, tags, suffix) : undefined}${this._hasMinutesSlider ? block2.call(this, context, tags, suffix) : undefined}${this._hasSecondsSlider ? block3.call(this, context, tags, suffix) : undefined}${this._hasPeriodsSlider ? block4.call(this, context, tags, suffix) : undefined}</div>`; }
|
|
4
|
-
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.hoursSliderTitle)}" ._items="${ifDefined(this.hoursArray)}" data-sap-focus-ref ?expanded="${this._hoursSliderFocused}" value="${ifDefined(this._hours)}" @ui5-select="${ifDefined(this.onHoursChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="hours" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.hoursSliderTitle)}" ._items="${ifDefined(this.hoursArray)}" data-sap-focus-ref ?expanded="${this._hoursSliderFocused}" value="${ifDefined(this._hours)}" @ui5-select="${ifDefined(this.onHoursChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="hours" cyclic></ui5-wheelslider>`; }
|
|
5
|
-
function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.minutesSliderTitle)}" ._items="${ifDefined(this.minutesArray)}" ?expanded="${this._minutesSliderFocused}" value="${ifDefined(this._minutes)}" @ui5-select="${ifDefined(this.onMinutesChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="minutes" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.minutesSliderTitle)}" ._items="${ifDefined(this.minutesArray)}" ?expanded="${this._minutesSliderFocused}" value="${ifDefined(this._minutes)}" @ui5-select="${ifDefined(this.onMinutesChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="minutes" cyclic></ui5-wheelslider>`; }
|
|
6
|
-
function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.secondsSliderTitle)}" ._items="${ifDefined(this.secondsArray)}" ?expanded="${this._secondsSliderFocused}" value="${ifDefined(this._seconds)}" @ui5-select="${ifDefined(this.onSecondsChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="seconds" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.secondsSliderTitle)}" ._items="${ifDefined(this.secondsArray)}" ?expanded="${this._secondsSliderFocused}" value="${ifDefined(this._seconds)}" @ui5-select="${ifDefined(this.onSecondsChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="seconds" cyclic></ui5-wheelslider>`; }
|
|
7
|
-
function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.periodSliderTitle)}" ._items="${ifDefined(this.periodsArray)}" ?expanded="${this._periodSliderFocused}" value="${ifDefined(this._period)}" @ui5-select="${ifDefined(this.onPeriodChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="periods"></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.periodSliderTitle)}" ._items="${ifDefined(this.periodsArray)}" ?expanded="${this._periodSliderFocused}" value="${ifDefined(this._period)}" @ui5-select="${ifDefined(this.onPeriodChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="periods"></ui5-wheelslider>`; }
|
|
4
|
+
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.hoursSliderTitle)}" ._items="${ifDefined(this.hoursArray)}" ._density="${ifDefined(this._density)}" data-sap-focus-ref ?expanded="${this._hoursSliderFocused}" value="${ifDefined(this._hours)}" @ui5-select="${ifDefined(this.onHoursChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="hours" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.hoursSliderTitle)}" ._items="${ifDefined(this.hoursArray)}" ._density="${ifDefined(this._density)}" data-sap-focus-ref ?expanded="${this._hoursSliderFocused}" value="${ifDefined(this._hours)}" @ui5-select="${ifDefined(this.onHoursChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="hours" cyclic></ui5-wheelslider>`; }
|
|
5
|
+
function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.minutesSliderTitle)}" ._items="${ifDefined(this.minutesArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._minutesSliderFocused}" value="${ifDefined(this._minutes)}" @ui5-select="${ifDefined(this.onMinutesChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="minutes" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.minutesSliderTitle)}" ._items="${ifDefined(this.minutesArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._minutesSliderFocused}" value="${ifDefined(this._minutes)}" @ui5-select="${ifDefined(this.onMinutesChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="minutes" cyclic></ui5-wheelslider>`; }
|
|
6
|
+
function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.secondsSliderTitle)}" ._items="${ifDefined(this.secondsArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._secondsSliderFocused}" value="${ifDefined(this._seconds)}" @ui5-select="${ifDefined(this.onSecondsChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="seconds" cyclic></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.secondsSliderTitle)}" ._items="${ifDefined(this.secondsArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._secondsSliderFocused}" value="${ifDefined(this._seconds)}" @ui5-select="${ifDefined(this.onSecondsChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="seconds" cyclic></ui5-wheelslider>`; }
|
|
7
|
+
function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-wheelslider", tags, suffix)} label = "${ifDefined(this.periodSliderTitle)}" ._items="${ifDefined(this.periodsArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._periodSliderFocused}" value="${ifDefined(this._period)}" @ui5-select="${ifDefined(this.onPeriodChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="periods"></${scopeTag("ui5-wheelslider", tags, suffix)}>` : html `<ui5-wheelslider label = "${ifDefined(this.periodSliderTitle)}" ._items="${ifDefined(this.periodsArray)}" ._density="${ifDefined(this._density)}" ?expanded="${this._periodSliderFocused}" value="${ifDefined(this._period)}" @ui5-select="${ifDefined(this.onPeriodChange)}" @click="${this.selectSlider}" @focusin="${this.selectSlider}" data-sap-slider="periods"></ui5-wheelslider>`; }
|
|
8
8
|
export default block0;
|
|
9
9
|
//# sourceMappingURL=TimeSelectionTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeSelectionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimeSelectionTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,4BAA4B,IAAI,CAAC,UAAU,cAAc,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,KAAM,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,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,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,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AACzmB,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,MAAM,CAAC,aAAa,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,mCAAmC,IAAI,CAAC,mBAAmB,YAAY,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,YAAY,sCAAsC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,6BAA6B,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,mCAAmC,IAAI,CAAC,mBAAmB,YAAY,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,aAAa,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,YAAY,qDAAqD,CAAC,CAAA,CAAC;
|
|
1
|
+
{"version":3,"file":"TimeSelectionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TimeSelectionTemplate.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 TimeSelection from \"../../TimeSelection.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TimeSelection, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"${classMap(this.classes.root as ClassMapValue)}\" tabindex=\"-1\" @keydown=${this._onkeydown} @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\">${ this._hasHoursSlider ? block1.call(this, context, tags, suffix) : undefined }${ this._hasMinutesSlider ? block2.call(this, context, tags, suffix) : undefined }${ this._hasSecondsSlider ? block3.call(this, context, tags, suffix) : undefined }${ this._hasPeriodsSlider ? block4.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: TimeSelection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-wheelslider\", tags, suffix)} label = \"${ifDefined(this.hoursSliderTitle)}\" ._items=\"${ifDefined(this.hoursArray)}\" ._density=\"${ifDefined(this._density)}\" data-sap-focus-ref ?expanded=\"${this._hoursSliderFocused}\" value=\"${ifDefined(this._hours)}\" @ui5-select=\"${ifDefined(this.onHoursChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"hours\" cyclic></${scopeTag(\"ui5-wheelslider\", tags, suffix)}>` : html`<ui5-wheelslider label = \"${ifDefined(this.hoursSliderTitle)}\" ._items=\"${ifDefined(this.hoursArray)}\" ._density=\"${ifDefined(this._density)}\" data-sap-focus-ref ?expanded=\"${this._hoursSliderFocused}\" value=\"${ifDefined(this._hours)}\" @ui5-select=\"${ifDefined(this.onHoursChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"hours\" cyclic></ui5-wheelslider>`;}\nfunction block2 (this: TimeSelection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-wheelslider\", tags, suffix)} label = \"${ifDefined(this.minutesSliderTitle)}\" ._items=\"${ifDefined(this.minutesArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._minutesSliderFocused}\" value=\"${ifDefined(this._minutes)}\" @ui5-select=\"${ifDefined(this.onMinutesChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"minutes\" cyclic></${scopeTag(\"ui5-wheelslider\", tags, suffix)}>` : html`<ui5-wheelslider label = \"${ifDefined(this.minutesSliderTitle)}\" ._items=\"${ifDefined(this.minutesArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._minutesSliderFocused}\" value=\"${ifDefined(this._minutes)}\" @ui5-select=\"${ifDefined(this.onMinutesChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"minutes\" cyclic></ui5-wheelslider>`;}\nfunction block3 (this: TimeSelection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-wheelslider\", tags, suffix)} label = \"${ifDefined(this.secondsSliderTitle)}\" ._items=\"${ifDefined(this.secondsArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._secondsSliderFocused}\" value=\"${ifDefined(this._seconds)}\" @ui5-select=\"${ifDefined(this.onSecondsChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"seconds\" cyclic></${scopeTag(\"ui5-wheelslider\", tags, suffix)}>` : html`<ui5-wheelslider label = \"${ifDefined(this.secondsSliderTitle)}\" ._items=\"${ifDefined(this.secondsArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._secondsSliderFocused}\" value=\"${ifDefined(this._seconds)}\" @ui5-select=\"${ifDefined(this.onSecondsChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"seconds\" cyclic></ui5-wheelslider>`;}\nfunction block4 (this: TimeSelection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-wheelslider\", tags, suffix)} label = \"${ifDefined(this.periodSliderTitle)}\" ._items=\"${ifDefined(this.periodsArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._periodSliderFocused}\" value=\"${ifDefined(this._period)}\" @ui5-select=\"${ifDefined(this.onPeriodChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"periods\"></${scopeTag(\"ui5-wheelslider\", tags, suffix)}>` : html`<ui5-wheelslider label = \"${ifDefined(this.periodSliderTitle)}\" ._items=\"${ifDefined(this.periodsArray)}\" ._density=\"${ifDefined(this._density)}\" ?expanded=\"${this._periodSliderFocused}\" value=\"${ifDefined(this._period)}\" @ui5-select=\"${ifDefined(this.onPeriodChange)}\" @click=\"${this.selectSlider}\" @focusin=\"${this.selectSlider}\" data-sap-slider=\"periods\"></ui5-wheelslider>`;}\n\n\nexport default block0;"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint no-unused-vars: 0 */
|
|
2
2
|
import { html, repeat, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
|
-
function block0(context, tags, suffix) { return suffix ? html `<div id="${ifDefined(this._id)}" ?disabled= "${ifDefined(this.disabled)}" value = "${ifDefined(this.value)}" label = "${ifDefined(this.label)}" @click = ${ifDefined(this._onclick)} @keydown=${this._onkeydown} class = "${classMap(this.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${this._handleWheel}"><div class="ui5-wheelslider-header-block"><div id="${ifDefined(this._id)}--label" class="ui5-wheelslider-label">${ifDefined(this.label)}</div><div class="ui5-wheelslider-invisible-text"></div><${scopeTag("ui5-button", tags, suffix)} class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${this._onArrowUp} tabindex="-1"></${scopeTag("ui5-button", tags, suffix)}></div><div id="${ifDefined(this._id)}--inner" class="ui5-wheelslider-inner"><div id="${ifDefined(this._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${ifDefined(this._id)}--wrapper" class="ui5-wheelslider-wrapper">${this.expanded ? block1.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div></div><div class="ui5-wheelslider-footer-block"><${scopeTag("ui5-button", tags, suffix)} class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${this._onArrowDown} tabindex="-1"></${scopeTag("ui5-button", tags, suffix)}></div></div>` : html `<div id="${ifDefined(this._id)}" ?disabled= "${ifDefined(this.disabled)}" value = "${ifDefined(this.value)}" label = "${ifDefined(this.label)}" @click = ${ifDefined(this._onclick)} @keydown=${this._onkeydown} class = "${classMap(this.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${this._handleWheel}"><div class="ui5-wheelslider-header-block"><div id="${ifDefined(this._id)}--label" class="ui5-wheelslider-label">${ifDefined(this.label)}</div><div class="ui5-wheelslider-invisible-text"></div><ui5-button class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${this._onArrowUp} tabindex="-1"></ui5-button></div><div id="${ifDefined(this._id)}--inner" class="ui5-wheelslider-inner"><div id="${ifDefined(this._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${ifDefined(this._id)}--wrapper" class="ui5-wheelslider-wrapper">${this.expanded ? block1.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div></div><div class="ui5-wheelslider-footer-block"><ui5-button class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${this._onArrowDown} tabindex="-1"></ui5-button></div></div>`; }
|
|
3
|
+
function block0(context, tags, suffix) { return suffix ? html `<div id="${ifDefined(this._id)}" ?disabled= "${ifDefined(this.disabled)}" value = "${ifDefined(this.value)}" label = "${ifDefined(this.label)}" @click = ${ifDefined(this._onclick)} @keydown=${this._onkeydown} class = "${classMap(this.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${this._handleWheel}" ._density="${ifDefined(this._density)}"><div class="ui5-wheelslider-header-block"><div id="${ifDefined(this._id)}--label" class="ui5-wheelslider-label">${ifDefined(this.label)}</div><div class="ui5-wheelslider-invisible-text"></div><${scopeTag("ui5-button", tags, suffix)} class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${this._onArrowUp} tabindex="-1"></${scopeTag("ui5-button", tags, suffix)}></div><div id="${ifDefined(this._id)}--inner" class="ui5-wheelslider-inner"><div id="${ifDefined(this._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${ifDefined(this._id)}--wrapper" class="ui5-wheelslider-wrapper">${this.expanded ? block1.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div></div><div class="ui5-wheelslider-footer-block"><${scopeTag("ui5-button", tags, suffix)} class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${this._onArrowDown} tabindex="-1"></${scopeTag("ui5-button", tags, suffix)}></div></div>` : html `<div id="${ifDefined(this._id)}" ?disabled= "${ifDefined(this.disabled)}" value = "${ifDefined(this.value)}" label = "${ifDefined(this.label)}" @click = ${ifDefined(this._onclick)} @keydown=${this._onkeydown} class = "${classMap(this.classes.root)}" data-sap-focus-ref tabindex="0" @wheel="${this._handleWheel}" ._density="${ifDefined(this._density)}"><div class="ui5-wheelslider-header-block"><div id="${ifDefined(this._id)}--label" class="ui5-wheelslider-label">${ifDefined(this.label)}</div><div class="ui5-wheelslider-invisible-text"></div><ui5-button class="ui5-wheelslider-arrow" icon="navigation-up-arrow" @click=${this._onArrowUp} tabindex="-1"></ui5-button></div><div id="${ifDefined(this._id)}--inner" class="ui5-wheelslider-inner"><div id="${ifDefined(this._id)}--selection-frame" class="ui5-wheelslider-selection-frame"></div><div id="${ifDefined(this._id)}--wrapper" class="ui5-wheelslider-wrapper">${this.expanded ? block1.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</div></div><div class="ui5-wheelslider-footer-block"><ui5-button class="ui5-wheelslider-arrow" icon="navigation-down-arrow" @click=${this._onArrowDown} tabindex="-1"></ui5-button></div></div>`; }
|
|
4
4
|
function block1(context, tags, suffix) { return html `<ul id="${ifDefined(this._id)}--items-list" role="listbox" aria-label="${ifDefined(this.label)}">${repeat(this._itemsToShow, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</ul>`; }
|
|
5
5
|
function block2(context, tags, suffix, item, index) { return html `<li class="ui5-wheelslider-item" data-item-index="${index}" role="option" aria-selected="${ifDefined(item.selected)}">${ifDefined(item.value)}</li>`; }
|
|
6
6
|
function block3(context, tags, suffix) { return html `<ul id="${ifDefined(this._id)}--items-list" role="listbox" aria-label="${ifDefined(this.label)}"><li class="ui5-wheelslider-item" role="option" aria-selected="true">${ifDefined(this.value)}</li></ul>`; }
|