@ui5/webcomponents 1.24.6 → 1.24.8
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 +40 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +3 -0
- package/dist/Button.js.map +1 -1
- package/dist/ComboBox.d.ts +1 -0
- package/dist/ComboBox.js +4 -1
- package/dist/ComboBox.js.map +1 -1
- package/dist/DatePicker.d.ts +3 -0
- package/dist/DatePicker.js +8 -0
- package/dist/DatePicker.js.map +1 -1
- package/dist/FileUploader.d.ts +4 -0
- package/dist/FileUploader.js +6 -0
- package/dist/FileUploader.js.map +1 -1
- package/dist/Input.d.ts +2 -0
- package/dist/Input.js +5 -1
- package/dist/Input.js.map +1 -1
- package/dist/Menu.d.ts +6 -7
- package/dist/Menu.js +90 -55
- package/dist/Menu.js.map +1 -1
- package/dist/MultiComboBox.d.ts +2 -0
- package/dist/MultiComboBox.js +12 -2
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/SegmentedButton.d.ts +2 -0
- package/dist/SegmentedButton.js +9 -1
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/Select.js +4 -1
- package/dist/Select.js.map +1 -1
- package/dist/Table.d.ts +2 -0
- package/dist/Table.js +6 -0
- package/dist/Table.js.map +1 -1
- package/dist/TableRow.js +1 -1
- package/dist/TableRow.js.map +1 -1
- package/dist/ToggleButton.d.ts +1 -1
- package/dist/ToggleButton.js +6 -1
- package/dist/ToggleButton.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/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/CustomListItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/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/MenuListItem.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/PopupStaticAreaStyles.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/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 +3 -1
- package/dist/generated/i18n/i18n-defaults.js +3 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/DatePickerPopoverTemplate.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/InputPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/InputPopoverTemplate.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/MenuTemplate.lit.js +1 -1
- package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableTemplate.lit.js +1 -1
- package/dist/generated/templates/TableTemplate.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/CalendarLegend.css.js +1 -1
- package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/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/MenuListItem.css.js +1 -1
- package/dist/generated/themes/MenuListItem.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/PopupStaticAreaStyles.css.js +1 -1
- package/dist/generated/themes/PopupStaticAreaStyles.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/dist/web-types.json +1 -1
- package/package.json +9 -9
- package/src/ComboBox.hbs +1 -0
- package/src/ComboBoxPopover.hbs +1 -0
- package/src/DatePickerPopover.hbs +1 -1
- package/src/DateTimePickerPopover.hbs +0 -1
- package/src/Input.hbs +1 -0
- package/src/InputPopover.hbs +1 -0
- package/src/Menu.hbs +1 -1
- package/src/MultiComboBox.hbs +1 -0
- package/src/MultiComboBoxPopover.hbs +2 -0
- package/src/Table.hbs +1 -1
- package/src/i18n/messagebundle.properties +6 -0
- package/src/themes/CheckBox.css +1 -1
- package/src/themes/SegmentedButton.css +6 -6
- package/src/themes/base/CheckBox-parameters.css +1 -2
- package/src/themes/base/sizes-parameters.css +1 -2
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +0 -1
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3/sizes-parameters.css +8 -0
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +0 -1
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_dark/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon/CheckBox-parameters.css +2 -1
- package/src/themes/sap_horizon/Table-parameters.css +0 -1
- package/src/themes/sap_horizon/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon/sizes-parameters.css +4 -0
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +2 -0
- package/src/themes/sap_horizon_dark/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_dark/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon_dark/sizes-parameters.css +4 -0
- package/src/themes/sap_horizon_dark_exp/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon_exp/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +2 -0
- package/src/themes/sap_horizon_hcb/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb/sizes-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +3 -0
- package/src/themes/sap_horizon_hcw/Table-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/sizes-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Table-parameters.css +0 -1
- package/src/themes/sap_horizon/TableColumn-parameters.css +0 -5
- package/src/themes/sap_horizon_dark/TableColumn-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/TableColumn-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/TableColumn-parameters.css +0 -5
|
@@ -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 ? 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\" accessible-role=\"listbox\">${ 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\" accessible-role=\"listbox\">${ 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}\" accessible-role=\"option\">${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}\" accessible-role=\"option\">${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\" accessible-role=\"listbox\">${ 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\" accessible-role=\"listbox\">${ 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}\" accessible-role=\"option\">${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}\" accessible-role=\"option\">${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
|
+
{"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)}\" accessible-name=\"${ifDefined(this._popupLabel)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)} @focusout=${this._onPopoverFocusOut}>${ 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)}\" accessible-name=\"${ifDefined(this._popupLabel)}\" @ui5-selection-change=${ifDefined(this._listSelectionChange)} @ui5-after-close=${ifDefined(this._afterClosePicker)} @ui5-before-open=${ifDefined(this._beforeOpen)} @ui5-after-open=${ifDefined(this._afterOpenPicker)} @focusout=${this._onPopoverFocusOut}>${ 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\" accessible-role=\"listbox\">${ 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\" accessible-role=\"listbox\">${ 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}\" accessible-role=\"option\">${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}\" accessible-role=\"option\">${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\" accessible-role=\"listbox\">${ 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\" accessible-role=\"listbox\">${ 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}\" accessible-role=\"option\">${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}\" accessible-role=\"option\">${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,6 +1,6 @@
|
|
|
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._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>`; }
|
|
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)}" autocomplete="off" 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)}" autocomplete="off" 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>`; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiComboBoxTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/MultiComboBoxTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAsB,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,2IAA2I,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAW,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,IAAI,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,wGAAwG,IAAI,CAAC,QAAQ,iCAAiC,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,wBAAwB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,oCAAoC,SAAS,CAAC,IAAI,CAAC,gCAAgC,CAAC,gBAAgB,IAAI,CAAC,kBAAkB,eAAe,IAAI,CAAC,iBAAiB,YAAY,IAAI,CAAC,MAAM,WAAW,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,mBAAmB,gBAAgB,IAAI,CAAC,kBAAkB,KAAM,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,KAAK,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,6BAA6B,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,QAAQ,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,IAAI,CAAC,gBAAgB,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,UAAU,YAAY,IAAI,CAAC,MAAM,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,aAAa,WAAW,IAAI,CAAC,YAAY,2DAA2D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gDAAgD,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,0BAA2B,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,2IAA2I,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAW,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,sHAAsH,IAAI,CAAC,QAAQ,iCAAiC,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,wBAAwB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,oCAAoC,SAAS,CAAC,IAAI,CAAC,gCAAgC,CAAC,gBAAgB,IAAI,CAAC,kBAAkB,eAAe,IAAI,CAAC,iBAAiB,YAAY,IAAI,CAAC,MAAM,WAAW,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,mBAAmB,gBAAgB,IAAI,CAAC,kBAAkB,KAAM,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,gEAAgE,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,6BAA6B,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,IAAI,CAAC,QAAQ,cAAc,IAAI,CAAC,QAAQ,iBAAiB,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,IAAI,CAAC,gBAAgB,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,UAAU,YAAY,IAAI,CAAC,MAAM,aAAa,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,aAAa,WAAW,IAAI,CAAC,YAAY,2DAA2D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gDAAgD,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,0BAA2B,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAChqI,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wEAAwE,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAA,CAAC;AAC/O,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AACxO,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,eAAe,IAAI,CAAC,QAAQ,mDAAmD,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,KAAK,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,yBAAyB,IAAI,CAAC,QAAQ,mDAAmD,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,KAAK,WAAW,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA,CAAC;AAC5jB,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,IAAI,CAAC,MAAM,6EAA6E,IAAI,CAAC,cAAc,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,+EAA+E,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,IAAI,CAAC,MAAM,6EAA6E,IAAI,CAAC,cAAc,yFAAyF,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAAA,CAAC;AAC9tB,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,2BAA2B,CAAC,CAAA,CAAC;AACjJ,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,wEAAwE,IAAI,CAAC,2BAA2B,iBAAiB,IAAI,CAAC,gBAAgB,eAAe,IAAI,CAAC,oBAAoB,eAAe,IAAI,CAAC,IAAI,sBAAsB,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,iFAAiF,IAAI,CAAC,2BAA2B,iBAAiB,IAAI,CAAC,gBAAgB,eAAe,IAAI,CAAC,oBAAoB,eAAe,IAAI,CAAC,IAAI,sBAAsB,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,eAAe,CAAC,CAAA,CAAC;AAGtwB,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 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
|
+
{"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)}\" autocomplete=\"off\" 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)}\" autocomplete=\"off\" 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._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> `; }
|
|
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)}" autocomplete="off" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? 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)}" autocomplete="off" @input="${this._handleInput}" @change="${this._handleChange}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step="${ifDefined(this.nativeInputAttributes.step)}" min="${ifDefined(this.nativeInputAttributes.min)}" max="${ifDefined(this.nativeInputAttributes.max)}" />${this._effectiveShowClearIcon ? 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)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? 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)}\" autocomplete=\"off\" @input=\"${this._handleInput}\" @change=\"${this._handleChange}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @click=${this._click} @focusin=${this.innerFocusIn} data-sap-focus-ref step=\"${ifDefined(this.nativeInputAttributes.step)}\" min=\"${ifDefined(this.nativeInputAttributes.min)}\" max=\"${ifDefined(this.nativeInputAttributes.max)}\" />${ this._effectiveShowClearIcon ? 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;"]}
|
|
@@ -10,6 +10,6 @@ function block6(context, tags, suffix) { return html `${!this.hideNoData ? block
|
|
|
10
10
|
function block7(context, tags, suffix) { return html `<tr class="ui5-table-no-data-row-root"><td colspan="${ifDefined(this.visibleColumnsCount)}" role="cell" style="width: 100%"><div class="ui5-table-no-data-row"><span>${ifDefined(this.noDataText)}</span></div></td></tr>`; }
|
|
11
11
|
function block8(context, tags, suffix) { return html `<tr><td colspan="${ifDefined(this.visibleColumnsCount)}"><div growing-button><div id="${ifDefined(this._id)}-growingButton" tabindex="0" role="button" aria-labelledby="${ifDefined(this.loadMoreAriaLabelledBy)}" ?active="${this._loadMoreActive}" @click="${this._onLoadMoreClick}" @keydown="${this._onLoadMoreKeydown}" @keyup="${this._onLoadMoreKeyup}" growing-button-inner><span id="${ifDefined(this._id)}-growingButton-text" growing-button-text>${ifDefined(this._growingButtonText)}</span>${this.growingButtonSubtext ? block9.call(this, context, tags, suffix) : undefined}</div></div></td></tr>`; }
|
|
12
12
|
function block9(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-growingButton-subtext" growing-button-subtext>${ifDefined(this.growingButtonSubtext)}</span>`; }
|
|
13
|
-
function block10(context, tags, suffix) { return html `<tr tabindex="-1" class="ui5-table-end-row"><td tabindex="-1"><span tabindex="-1" aria-hidden="true" class="ui5-table-end-marker"></span></td></tr>`; }
|
|
13
|
+
function block10(context, tags, suffix) { return html `<tr tabindex="-1" aria-hidden="true" class="ui5-table-end-row"><td tabindex="-1"><span tabindex="-1" aria-hidden="true" class="ui5-table-end-marker"></span></td></tr>`; }
|
|
14
14
|
export default block0;
|
|
15
15
|
//# sourceMappingURL=TableTemplate.lit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableTemplate.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 Table from \"../../Table.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-table-root\" @ui5-selection-requested=\"${ifDefined(this._handleSelect)}\" @ui5-_forward-after=\"${ifDefined(this._onForwardAfter)}\" @ui5-_forward-before=\"${ifDefined(this._onForwardBefore)}\" @focusin=\"${this._onfocusin}\"><div id=\"${ifDefined(this._id)}-before\" tabindex=\"0\" class=\"ui5-table-focusarea\"></div>${ this.busy ? block1.call(this, context, tags, suffix) : undefined }<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" @keydown=\"${this._onkeydown}\" role=\"table\" aria-label=\"${ifDefined(this.tableAriaLabelText)}\"><thead><tr id=\"${ifDefined(this._columnHeader.id)}\" class=\"ui5-table-header-row\" aria-label=\"${ifDefined(this.ariaLabelText)}\" tabindex=\"${ifDefined(this._columnHeader.forcedTabIndex)}\" @click=\"${this._onColumnHeaderClick}\" @focusin=\"${this._onColumnHeaderFocused}\" @keydown=\"${this._onColumnHeaderKeydown}\">${ this.isMultiSelect ? block2.call(this, context, tags, suffix) : undefined }${ repeat(this.visibleColumns, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block4.call(this, context, tags, suffix, item, index)) }<th class=\"ui5-table-header-row-navigated\" aria-hidden=\"true\"></th></tr></thead><tbody>${ repeat(this.rows, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }${ !this.rows.length ? block6.call(this, context, tags, suffix) : undefined }${ this.growsWithButton ? block8.call(this, context, tags, suffix) : undefined }${ this.growsOnScroll ? block10.call(this, context, tags, suffix) : undefined }</tbody></table><div id=\"${ifDefined(this._id)}-after\" tabindex=\"0\" class=\"ui5-table-focusarea\"></div></div> `;}\nfunction block1 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div tabindex=\"-1\" class=\"ui5-table-busy-row\"><${scopeTag(\"ui5-busy-indicator\", tags, suffix)} delay=\"${ifDefined(this.busyDelay)}\" class=\"ui5-table-busy-ind\" style=\"${styleMap(this.styles.busy)}\" active size=\"Medium\" data-sap-focus-ref></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}></div>` : html`<div tabindex=\"-1\" class=\"ui5-table-busy-row\"><ui5-busy-indicator delay=\"${ifDefined(this.busyDelay)}\" class=\"ui5-table-busy-ind\" style=\"${styleMap(this.styles.busy)}\" active size=\"Medium\" data-sap-focus-ref></ui5-busy-indicator></div>`;}\nfunction block2 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<th class=\"ui5-table-select-all-column\" role=\"presentation\" aria-hidden=\"true\">${ this.rows.length ? block3.call(this, context, tags, suffix) : undefined }</th>`;}\nfunction block3 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} class=\"ui5-table-select-all-checkbox\" ?checked=\"${this._allRowsSelected}\" @ui5-change=\"${ifDefined(this._selectAll)}\" aria-label=\"${ifDefined(this.ariaLabelSelectAllText)}\" tabindex=\"-1\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox class=\"ui5-table-select-all-checkbox\" ?checked=\"${this._allRowsSelected}\" @ui5-change=\"${ifDefined(this._selectAll)}\" aria-label=\"${ifDefined(this.ariaLabelSelectAllText)}\" tabindex=\"-1\"></ui5-checkbox>`;}\nfunction block4 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block5 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block6 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this.hideNoData ? block7.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-no-data-row-root\"><td colspan=\"${ifDefined(this.visibleColumnsCount)}\" role=\"cell\" style=\"width: 100%\"><div class=\"ui5-table-no-data-row\"><span>${ifDefined(this.noDataText)}</span></div></td></tr>`;}\nfunction block8 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr><td colspan=\"${ifDefined(this.visibleColumnsCount)}\"><div growing-button><div id=\"${ifDefined(this._id)}-growingButton\" tabindex=\"0\" role=\"button\" aria-labelledby=\"${ifDefined(this.loadMoreAriaLabelledBy)}\" ?active=\"${this._loadMoreActive}\" @click=\"${this._onLoadMoreClick}\" @keydown=\"${this._onLoadMoreKeydown}\" @keyup=\"${this._onLoadMoreKeyup}\" growing-button-inner><span id=\"${ifDefined(this._id)}-growingButton-text\" growing-button-text>${ifDefined(this._growingButtonText)}</span>${ this.growingButtonSubtext ? block9.call(this, context, tags, suffix) : undefined }</div></div></td></tr>`;}\nfunction block9 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-growingButton-subtext\" growing-button-subtext>${ifDefined(this.growingButtonSubtext)}</span>`;}\nfunction block10 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr tabindex=\"-1\" class=\"ui5-table-end-row\"><td tabindex=\"-1\"><span tabindex=\"-1\" aria-hidden=\"true\" class=\"ui5-table-end-marker\"></span></td></tr>`;}\n\n\nexport default block0;"]}
|
|
1
|
+
{"version":3,"file":"TableTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableTemplate.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 Table from \"../../Table.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-table-root\" @ui5-selection-requested=\"${ifDefined(this._handleSelect)}\" @ui5-_forward-after=\"${ifDefined(this._onForwardAfter)}\" @ui5-_forward-before=\"${ifDefined(this._onForwardBefore)}\" @focusin=\"${this._onfocusin}\"><div id=\"${ifDefined(this._id)}-before\" tabindex=\"0\" class=\"ui5-table-focusarea\"></div>${ this.busy ? block1.call(this, context, tags, suffix) : undefined }<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" @keydown=\"${this._onkeydown}\" role=\"table\" aria-label=\"${ifDefined(this.tableAriaLabelText)}\"><thead><tr id=\"${ifDefined(this._columnHeader.id)}\" class=\"ui5-table-header-row\" aria-label=\"${ifDefined(this.ariaLabelText)}\" tabindex=\"${ifDefined(this._columnHeader.forcedTabIndex)}\" @click=\"${this._onColumnHeaderClick}\" @focusin=\"${this._onColumnHeaderFocused}\" @keydown=\"${this._onColumnHeaderKeydown}\">${ this.isMultiSelect ? block2.call(this, context, tags, suffix) : undefined }${ repeat(this.visibleColumns, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block4.call(this, context, tags, suffix, item, index)) }<th class=\"ui5-table-header-row-navigated\" aria-hidden=\"true\"></th></tr></thead><tbody>${ repeat(this.rows, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }${ !this.rows.length ? block6.call(this, context, tags, suffix) : undefined }${ this.growsWithButton ? block8.call(this, context, tags, suffix) : undefined }${ this.growsOnScroll ? block10.call(this, context, tags, suffix) : undefined }</tbody></table><div id=\"${ifDefined(this._id)}-after\" tabindex=\"0\" class=\"ui5-table-focusarea\"></div></div> `;}\nfunction block1 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div tabindex=\"-1\" class=\"ui5-table-busy-row\"><${scopeTag(\"ui5-busy-indicator\", tags, suffix)} delay=\"${ifDefined(this.busyDelay)}\" class=\"ui5-table-busy-ind\" style=\"${styleMap(this.styles.busy)}\" active size=\"Medium\" data-sap-focus-ref></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}></div>` : html`<div tabindex=\"-1\" class=\"ui5-table-busy-row\"><ui5-busy-indicator delay=\"${ifDefined(this.busyDelay)}\" class=\"ui5-table-busy-ind\" style=\"${styleMap(this.styles.busy)}\" active size=\"Medium\" data-sap-focus-ref></ui5-busy-indicator></div>`;}\nfunction block2 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<th class=\"ui5-table-select-all-column\" role=\"presentation\" aria-hidden=\"true\">${ this.rows.length ? block3.call(this, context, tags, suffix) : undefined }</th>`;}\nfunction block3 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} class=\"ui5-table-select-all-checkbox\" ?checked=\"${this._allRowsSelected}\" @ui5-change=\"${ifDefined(this._selectAll)}\" aria-label=\"${ifDefined(this.ariaLabelSelectAllText)}\" tabindex=\"-1\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox class=\"ui5-table-select-all-checkbox\" ?checked=\"${this._allRowsSelected}\" @ui5-change=\"${ifDefined(this._selectAll)}\" aria-label=\"${ifDefined(this.ariaLabelSelectAllText)}\" tabindex=\"-1\"></ui5-checkbox>`;}\nfunction block4 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block5 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block6 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ !this.hideNoData ? block7.call(this, context, tags, suffix) : undefined }`;}\nfunction block7 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-no-data-row-root\"><td colspan=\"${ifDefined(this.visibleColumnsCount)}\" role=\"cell\" style=\"width: 100%\"><div class=\"ui5-table-no-data-row\"><span>${ifDefined(this.noDataText)}</span></div></td></tr>`;}\nfunction block8 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr><td colspan=\"${ifDefined(this.visibleColumnsCount)}\"><div growing-button><div id=\"${ifDefined(this._id)}-growingButton\" tabindex=\"0\" role=\"button\" aria-labelledby=\"${ifDefined(this.loadMoreAriaLabelledBy)}\" ?active=\"${this._loadMoreActive}\" @click=\"${this._onLoadMoreClick}\" @keydown=\"${this._onLoadMoreKeydown}\" @keyup=\"${this._onLoadMoreKeyup}\" growing-button-inner><span id=\"${ifDefined(this._id)}-growingButton-text\" growing-button-text>${ifDefined(this._growingButtonText)}</span>${ this.growingButtonSubtext ? block9.call(this, context, tags, suffix) : undefined }</div></div></td></tr>`;}\nfunction block9 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"${ifDefined(this._id)}-growingButton-subtext\" growing-button-subtext>${ifDefined(this.growingButtonSubtext)}</span>`;}\nfunction block10 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr tabindex=\"-1\" aria-hidden=\"true\" class=\"ui5-table-end-row\"><td tabindex=\"-1\"><span tabindex=\"-1\" aria-hidden=\"true\" class=\"ui5-table-end-marker\"></span></td></tr>`;}\n\n\nexport default block0;"]}
|
|
@@ -3,7 +3,7 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
|
|
|
3
3
|
import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
|
|
4
4
|
registerThemePropertiesLoader("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
5
5
|
registerThemePropertiesLoader("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
|
|
6
|
-
const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Avatar.css.ts", content: `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v1-24-
|
|
6
|
+
const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/Avatar.css.ts", content: `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v1-24-8-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v1-24-8_avatar_outline);outline-offset:var(--_ui5-v1-24-8_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v1-24-8-avatar-initials-border);outline:none;color:var(--ui5-v1-24-8-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_fontsize_S);width:var(--_ui5-v1-24-8_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_XS);width:var(--_ui5-v1-24-8_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_S);width:var(--_ui5-v1-24-8_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_M);width:var(--_ui5-v1-24-8_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_L);width:var(--_ui5-v1-24-8_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_XL);width:var(--_ui5-v1-24-8_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v1-24-8-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v1-24-8-avatar-border-radius) - var(--ui5-v1-24-8-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v1-24-8-avatar-accent6);color:var(--ui5-v1-24-8-avatar-accent6-color);border-color:var(--ui5-v1-24-8-avatar-accent6-border-color)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v1-24-8-avatar-accent1);color:var(--ui5-v1-24-8-avatar-accent1-color);border-color:var(--ui5-v1-24-8-avatar-accent1-border-color)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v1-24-8-avatar-accent2);color:var(--ui5-v1-24-8-avatar-accent2-color);border-color:var(--ui5-v1-24-8-avatar-accent2-border-color)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v1-24-8-avatar-accent3);color:var(--ui5-v1-24-8-avatar-accent3-color);border-color:var(--ui5-v1-24-8-avatar-accent3-border-color)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v1-24-8-avatar-accent4);color:var(--ui5-v1-24-8-avatar-accent4-color);border-color:var(--ui5-v1-24-8-avatar-accent4-border-color)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v1-24-8-avatar-accent5);color:var(--ui5-v1-24-8-avatar-accent5-color);border-color:var(--ui5-v1-24-8-avatar-accent5-border-color)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v1-24-8-avatar-accent7);color:var(--ui5-v1-24-8-avatar-accent7-color);border-color:var(--ui5-v1-24-8-avatar-accent7-border-color)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v1-24-8-avatar-accent8);color:var(--ui5-v1-24-8-avatar-accent8-color);border-color:var(--ui5-v1-24-8-avatar-accent8-border-color)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v1-24-8-avatar-accent9);color:var(--ui5-v1-24-8-avatar-accent9-color);border-color:var(--ui5-v1-24-8-avatar-accent9-border-color)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v1-24-8-avatar-accent10);color:var(--ui5-v1-24-8-avatar-accent10-color);border-color:var(--ui5-v1-24-8-avatar-accent10-border-color)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v1-24-8-avatar-placeholder);color:var(--ui5-v1-24-8-avatar-placeholder-color);border-color:var(--ui5-v1-24-8-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v1-24-8-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v1-24-8-badge-height: 1.125rem;--_ui5-v1-24-8-badge-border-radius: 50%;--ui5-v1-24-8-badge-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v1-24-8-badge-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v1-24-8-badge-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v1-24-8-badge-height: 1.25rem;--_ui5-v1-24-8-badge-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v1-24-8-badge-height: 1.75rem;--_ui5-v1-24-8-badge-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
|
|
7
7
|
` };
|
|
8
8
|
export default styleData;
|
|
9
9
|
//# sourceMappingURL=Avatar.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,sBAAsB,EAAC,OAAO,EAAC;CACtG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Avatar.css.ts\",content:`:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:\"72override\",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v1-24-
|
|
1
|
+
{"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,sBAAsB,EAAC,OAAO,EAAC;CACtG,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/Avatar.css.ts\",content:`:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:\"72override\",var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):hover){box-shadow:var(--ui5-v1-24-8-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus-within,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v1-24-8_avatar_outline);outline-offset:var(--_ui5-v1-24-8_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v1-24-8-avatar-initials-border);outline:none;color:var(--ui5-v1-24-8-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size=\"XS\"]),:host([size=\"XS\"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_XS)}:host(:not([size])),:host([_size=\"S\"]),:host([size=\"S\"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_S)}:host([_size=\"M\"]),:host([size=\"M\"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_M)}:host([_size=\"L\"]),:host([size=\"L\"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_L)}:host([_size=\"XL\"]),:host([size=\"XL\"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v1-24-8_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_fontsize_S);width:var(--_ui5-v1-24-8_avatar_fontsize_S);color:inherit}:host([_size=\"XS\"]) .ui5-avatar-icon,:host([size=\"XS\"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_XS);width:var(--_ui5-v1-24-8_avatar_icon_XS)}:host([_size=\"S\"]) .ui5-avatar-icon,:host([size=\"S\"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_S);width:var(--_ui5-v1-24-8_avatar_icon_S)}:host([_size=\"M\"]) .ui5-avatar-icon,:host([size=\"M\"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_M);width:var(--_ui5-v1-24-8_avatar_icon_M)}:host([_size=\"L\"]) .ui5-avatar-icon,:host([size=\"L\"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_L);width:var(--_ui5-v1-24-8_avatar_icon_L)}:host([_size=\"XL\"]) .ui5-avatar-icon,:host([size=\"XL\"]) .ui5-avatar-icon{height:var(--_ui5-v1-24-8_avatar_icon_XL);width:var(--_ui5-v1-24-8_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=\"Square\"]){border-radius:var(--ui5-v1-24-8-avatar-border-radius)}:host([shape=\"Square\"]) ::slotted(*){border-radius:calc(var(--ui5-v1-24-8-avatar-border-radius) - var(--ui5-v1-24-8-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([_color-scheme=\"Accent6\"]),:host([ui5-avatar][color-scheme=\"Accent6\"]){background-color:var(--ui5-v1-24-8-avatar-accent6);color:var(--ui5-v1-24-8-avatar-accent6-color);border-color:var(--ui5-v1-24-8-avatar-accent6-border-color)}:host([_color-scheme=\"Accent1\"]),:host([ui5-avatar][color-scheme=\"Accent1\"]){background-color:var(--ui5-v1-24-8-avatar-accent1);color:var(--ui5-v1-24-8-avatar-accent1-color);border-color:var(--ui5-v1-24-8-avatar-accent1-border-color)}:host([_color-scheme=\"Accent2\"]),:host([ui5-avatar][color-scheme=\"Accent2\"]){background-color:var(--ui5-v1-24-8-avatar-accent2);color:var(--ui5-v1-24-8-avatar-accent2-color);border-color:var(--ui5-v1-24-8-avatar-accent2-border-color)}:host([_color-scheme=\"Accent3\"]),:host([ui5-avatar][color-scheme=\"Accent3\"]){background-color:var(--ui5-v1-24-8-avatar-accent3);color:var(--ui5-v1-24-8-avatar-accent3-color);border-color:var(--ui5-v1-24-8-avatar-accent3-border-color)}:host([_color-scheme=\"Accent4\"]),:host([ui5-avatar][color-scheme=\"Accent4\"]){background-color:var(--ui5-v1-24-8-avatar-accent4);color:var(--ui5-v1-24-8-avatar-accent4-color);border-color:var(--ui5-v1-24-8-avatar-accent4-border-color)}:host([_color-scheme=\"Accent5\"]),:host([ui5-avatar][color-scheme=\"Accent5\"]){background-color:var(--ui5-v1-24-8-avatar-accent5);color:var(--ui5-v1-24-8-avatar-accent5-color);border-color:var(--ui5-v1-24-8-avatar-accent5-border-color)}:host([_color-scheme=\"Accent7\"]),:host([ui5-avatar][color-scheme=\"Accent7\"]){background-color:var(--ui5-v1-24-8-avatar-accent7);color:var(--ui5-v1-24-8-avatar-accent7-color);border-color:var(--ui5-v1-24-8-avatar-accent7-border-color)}:host([_color-scheme=\"Accent8\"]),:host([ui5-avatar][color-scheme=\"Accent8\"]){background-color:var(--ui5-v1-24-8-avatar-accent8);color:var(--ui5-v1-24-8-avatar-accent8-color);border-color:var(--ui5-v1-24-8-avatar-accent8-border-color)}:host([_color-scheme=\"Accent9\"]),:host([ui5-avatar][color-scheme=\"Accent9\"]){background-color:var(--ui5-v1-24-8-avatar-accent9);color:var(--ui5-v1-24-8-avatar-accent9-color);border-color:var(--ui5-v1-24-8-avatar-accent9-border-color)}:host([_color-scheme=\"Accent10\"]),:host([ui5-avatar][color-scheme=\"Accent10\"]){background-color:var(--ui5-v1-24-8-avatar-accent10);color:var(--ui5-v1-24-8-avatar-accent10-color);border-color:var(--ui5-v1-24-8-avatar-accent10-border-color)}:host([_color-scheme=\"Placeholder\"]),:host([ui5-avatar][color-scheme=\"Placeholder\"]){background-color:var(--ui5-v1-24-8-avatar-placeholder);color:var(--ui5-v1-24-8-avatar-placeholder-color);border-color:var(--ui5-v1-24-8-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v1-24-8-avatar-accent10-color);background-color:transparent;vertical-align:middle}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot=\"badge\"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v1-24-8-badge-height: 1.125rem;--_ui5-v1-24-8-badge-border-radius: 50%;--ui5-v1-24-8-badge-color-scheme-1-background: var(--sapButton_Emphasized_Background);--ui5-v1-24-8-badge-color-scheme-1-color: var(--sapButton_Emphasized_TextColor);--ui5-v1-24-8-badge-color-scheme-1-border: var(--sapButton_Emphasized_BorderColor)}:host([_size=\"L\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"]) ::slotted([slot=\"badge\"]){width:1.25rem;height:1.25rem;--_ui5-v1-24-8-badge-height: 1.25rem;--_ui5-v1-24-8-badge-icon-width: .875rem}:host([_size=\"XL\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"]) ::slotted([slot=\"badge\"]){width:1.75rem;height:1.75rem;--_ui5-v1-24-8-badge-height: 1.75rem;--_ui5-v1-24-8-badge-icon-width: 1rem}:host([shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.125rem;right:-.125rem}:host([_size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.1875rem;right:-.1875rem}:host([_size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"][shape=\"Square\"]) ::slotted([slot=\"badge\"]){bottom:-.25rem;right:-.25rem}\n`};\nexport default styleData;\n\t"]}
|