@ui5/webcomponents 2.6.2-rc.0 → 2.7.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +1 -1
- package/cypress/specs/Table.cy.ts +32 -2
- package/cypress/specs/TableRowActions.cy.ts +212 -0
- package/cypress/specs/Toolbar.cy.ts +26 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ColorPalette.d.ts +1 -0
- package/dist/ColorPalette.js +1 -0
- package/dist/ColorPalette.js.map +1 -1
- package/dist/DialogTemplate.js +1 -1
- package/dist/DialogTemplate.js.map +1 -1
- package/dist/Form.d.ts +0 -2
- package/dist/Form.js +0 -1
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +0 -1
- package/dist/FormGroup.js +0 -1
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormItem.d.ts +0 -1
- package/dist/FormItem.js +0 -1
- package/dist/FormItem.js.map +1 -1
- package/dist/List.d.ts +2 -1
- package/dist/List.js.map +1 -1
- package/dist/Menu.d.ts +2 -2
- package/dist/Menu.js +34 -19
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItem.d.ts +9 -2
- package/dist/MenuItem.js +50 -6
- package/dist/MenuItem.js.map +1 -1
- package/dist/NavigationMenuTemplate.js +1 -1
- package/dist/NavigationMenuTemplate.js.map +1 -1
- package/dist/Popover.d.ts +1 -1
- package/dist/Popover.js +7 -6
- package/dist/Popover.js.map +1 -1
- package/dist/Select.d.ts +1 -3
- package/dist/Select.js +4 -6
- package/dist/Select.js.map +1 -1
- package/dist/SelectPopoverTemplate.d.ts +2 -0
- package/dist/SelectPopoverTemplate.js +28 -0
- package/dist/SelectPopoverTemplate.js.map +1 -0
- package/dist/SelectTemplate.d.ts +2 -0
- package/dist/SelectTemplate.js +19 -0
- package/dist/SelectTemplate.js.map +1 -0
- package/dist/SliderBaseTemplate.js +2 -2
- package/dist/SliderBaseTemplate.js.map +1 -1
- package/dist/SuggestionListItem.d.ts +1 -1
- package/dist/SuggestionListItem.js +1 -1
- package/dist/SuggestionListItem.js.map +1 -1
- package/dist/SwitchTemplate.js +1 -1
- package/dist/SwitchTemplate.js.map +1 -1
- package/dist/Table.d.ts +33 -8
- package/dist/Table.js +43 -8
- package/dist/Table.js.map +1 -1
- package/dist/TableCell.d.ts +2 -0
- package/dist/TableCell.js +9 -4
- package/dist/TableCell.js.map +1 -1
- package/dist/TableCellBase.d.ts +2 -2
- package/dist/TableCellBase.js +3 -3
- package/dist/TableCellBase.js.map +1 -1
- package/dist/TableExtension.d.ts +1 -1
- package/dist/TableExtension.js +1 -1
- package/dist/TableExtension.js.map +1 -1
- package/dist/TableHeaderCell.d.ts +8 -0
- package/dist/TableHeaderCell.js +7 -2
- package/dist/TableHeaderCell.js.map +1 -1
- package/dist/TableHeaderRow.d.ts +2 -0
- package/dist/TableHeaderRow.js +7 -1
- package/dist/TableHeaderRow.js.map +1 -1
- package/dist/TableRow.d.ts +18 -1
- package/dist/TableRow.js +64 -5
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowAction.d.ts +45 -0
- package/dist/TableRowAction.js +72 -0
- package/dist/TableRowAction.js.map +1 -0
- package/dist/TableRowActionBase.d.ts +38 -0
- package/dist/TableRowActionBase.js +104 -0
- package/dist/TableRowActionBase.js.map +1 -0
- package/dist/TableRowActionNavigation.d.ts +27 -0
- package/dist/TableRowActionNavigation.js +53 -0
- package/dist/TableRowActionNavigation.js.map +1 -0
- package/dist/TableRowBase.d.ts +1 -0
- package/dist/TableRowBase.js +4 -0
- package/dist/TableRowBase.js.map +1 -1
- package/dist/TableVirtualizer.d.ts +2 -2
- package/dist/TableVirtualizer.js +2 -2
- package/dist/TableVirtualizer.js.map +1 -1
- package/dist/ToastTemplate.js +3 -2
- package/dist/ToastTemplate.js.map +1 -1
- package/dist/Token.d.ts +0 -5
- package/dist/Token.js +0 -8
- package/dist/Token.js.map +1 -1
- package/dist/Tokenizer.d.ts +0 -1
- package/dist/Tokenizer.js +0 -23
- package/dist/Tokenizer.js.map +1 -1
- package/dist/TokenizerPopoverTemplate.js +0 -1
- package/dist/TokenizerPopoverTemplate.js.map +1 -1
- package/dist/Toolbar.js +3 -0
- package/dist/Toolbar.js.map +1 -1
- package/dist/TreeItemBase.d.ts +1 -1
- package/dist/TreeItemTemplate.js +1 -1
- package/dist/TreeItemTemplate.js.map +1 -1
- package/dist/bundle.esm.js +2 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/ComboBoxItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItem.css +1 -1
- package/dist/css/themes/FormItemSpan.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/Label.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/ListItemCustom.css +1 -1
- package/dist/css/themes/ListItemGroup.css +1 -1
- package/dist/css/themes/ListItemGroupHeader.css +1 -1
- package/dist/css/themes/ListItemIcon.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuItem.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxItem.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/NavigationMenu.css +1 -1
- package/dist/css/themes/NavigationMenuItem.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/SegmentedButtonItem.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/SuggestionItem.css +1 -1
- package/dist/css/themes/SuggestionItemCustom.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/TableCellBase.css +1 -1
- package/dist/css/themes/TableHeaderRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TableRowActionBase.css +1 -0
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Tag.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +497 -61
- package/dist/custom-elements.json +400 -42
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/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/json-imports/Themes-fetch.js +1 -5
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
- package/dist/generated/json-imports/Themes.js +1 -5
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/templates/TableCellTemplate.lit.js +6 -4
- package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableHeaderRowTemplate.lit.js +3 -2
- package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableRowActionBaseTemplate.lit.d.ts +3 -0
- package/dist/generated/templates/TableRowActionBaseTemplate.lit.js +11 -0
- package/dist/generated/templates/TableRowActionBaseTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableRowTemplate.lit.js +8 -4
- package/dist/generated/templates/TableRowTemplate.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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Bar.css.d.ts +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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/ComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Form.css.d.ts +1 -1
- package/dist/generated/themes/Form.css.js +1 -1
- package/dist/generated/themes/Form.css.js.map +1 -1
- package/dist/generated/themes/FormItem.css.d.ts +1 -1
- package/dist/generated/themes/FormItem.css.js +1 -1
- package/dist/generated/themes/FormItem.css.js.map +1 -1
- package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
- package/dist/generated/themes/FormItemSpan.css.js +1 -1
- package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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/Label.css.d.ts +1 -1
- package/dist/generated/themes/Label.css.js +1 -1
- package/dist/generated/themes/Label.css.js.map +1 -1
- package/dist/generated/themes/Link.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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/ListItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/ListItemCustom.css.js +1 -1
- package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroup.css.js +1 -1
- package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
- package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
- package/dist/generated/themes/ListItemIcon.css.js +1 -1
- package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.d.ts +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuItem.css.d.ts +1 -1
- package/dist/generated/themes/MenuItem.css.js +1 -1
- package/dist/generated/themes/MenuItem.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.d.ts +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.d.ts +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.d.ts +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/MultiComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
- package/dist/generated/themes/OptionBase.css.d.ts +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
- package/dist/generated/themes/Select.css.d.ts +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.d.ts +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.d.ts +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.d.ts +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/SuggestionItem.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItem.css.js +1 -1
- package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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/TableCellBase.css.d.ts +1 -1
- package/dist/generated/themes/TableCellBase.css.js +1 -1
- package/dist/generated/themes/TableCellBase.css.js.map +1 -1
- package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.d.ts +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/TableRowActionBase.css.d.ts +2 -0
- package/dist/generated/themes/TableRowActionBase.css.js +8 -0
- package/dist/generated/themes/TableRowActionBase.css.js.map +1 -0
- package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowBase.css.js +1 -1
- package/dist/generated/themes/TableRowBase.css.js.map +1 -1
- package/dist/generated/themes/Tag.css.d.ts +1 -1
- package/dist/generated/themes/Tag.css.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +1 -1
- package/dist/generated/themes/Text.css.d.ts +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.d.ts +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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_hcb/parameters-bundle.css.d.ts +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_hcw/parameters-bundle.css.d.ts +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/vscode.html-custom-data.json +77 -11
- package/dist/web-types.json +177 -27
- package/package.json +9 -9
- package/src/DialogTemplate.tsx +1 -1
- package/src/NavigationMenuTemplate.tsx +1 -0
- package/src/SelectPopoverTemplate.tsx +106 -0
- package/src/SelectTemplate.tsx +68 -0
- package/src/SliderBaseTemplate.tsx +2 -2
- package/src/SwitchTemplate.tsx +1 -7
- package/src/Table.hbs +1 -1
- package/src/TableCell.hbs +6 -5
- package/src/TableHeaderRow.hbs +4 -0
- package/src/TableRow.hbs +22 -3
- package/src/TableRowActionBase.hbs +17 -0
- package/src/ToastTemplate.tsx +6 -4
- package/src/TokenizerPopoverTemplate.tsx +0 -1
- package/src/TreeItemTemplate.tsx +1 -1
- package/src/i18n/messagebundle.properties +5 -1
- package/src/i18n/messagebundle_ar.properties +5 -5
- package/src/i18n/messagebundle_bg.properties +5 -5
- package/src/i18n/messagebundle_ca.properties +5 -5
- package/src/i18n/messagebundle_cnr.properties +5 -5
- package/src/i18n/messagebundle_cy.properties +5 -5
- package/src/i18n/messagebundle_da.properties +6 -6
- package/src/i18n/messagebundle_de.properties +5 -5
- package/src/i18n/messagebundle_el.properties +5 -5
- package/src/i18n/messagebundle_es.properties +5 -5
- package/src/i18n/messagebundle_es_MX.properties +5 -5
- package/src/i18n/messagebundle_et.properties +5 -5
- package/src/i18n/messagebundle_fi.properties +5 -5
- package/src/i18n/messagebundle_fr.properties +5 -5
- package/src/i18n/messagebundle_fr_CA.properties +5 -5
- package/src/i18n/messagebundle_hi.properties +5 -5
- package/src/i18n/messagebundle_hr.properties +5 -5
- package/src/i18n/messagebundle_hu.properties +6 -6
- package/src/i18n/messagebundle_id.properties +5 -5
- package/src/i18n/messagebundle_it.properties +5 -5
- package/src/i18n/messagebundle_iw.properties +5 -5
- package/src/i18n/messagebundle_ja.properties +5 -5
- package/src/i18n/messagebundle_ko.properties +6 -6
- package/src/i18n/messagebundle_lt.properties +5 -5
- package/src/i18n/messagebundle_lv.properties +7 -7
- package/src/i18n/messagebundle_mk.properties +5 -5
- package/src/i18n/messagebundle_ms.properties +5 -5
- package/src/i18n/messagebundle_nl.properties +5 -5
- package/src/i18n/messagebundle_no.properties +5 -5
- package/src/i18n/messagebundle_pl.properties +5 -5
- package/src/i18n/messagebundle_pt.properties +5 -5
- package/src/i18n/messagebundle_pt_PT.properties +5 -5
- package/src/i18n/messagebundle_ro.properties +6 -6
- package/src/i18n/messagebundle_ru.properties +5 -5
- package/src/i18n/messagebundle_sh.properties +5 -5
- package/src/i18n/messagebundle_sk.properties +5 -5
- package/src/i18n/messagebundle_sl.properties +6 -6
- package/src/i18n/messagebundle_sr.properties +5 -5
- package/src/i18n/messagebundle_sv.properties +6 -6
- package/src/i18n/messagebundle_th.properties +6 -6
- package/src/i18n/messagebundle_tr.properties +5 -5
- package/src/i18n/messagebundle_vi.properties +6 -6
- package/src/i18n/messagebundle_zh_CN.properties +5 -5
- package/src/i18n/messagebundle_zh_TW.properties +5 -5
- package/src/themes/FormItem.css +4 -5
- package/src/themes/Label.css +1 -1
- package/src/themes/NavigationMenuItem.css +3 -1
- package/src/themes/Switch.css +0 -9
- package/src/themes/TableCellBase.css +1 -1
- package/src/themes/TableRow.css +96 -73
- package/src/themes/TableRowActionBase.css +13 -0
- package/src/themes/TableRowBase.css +14 -6
- package/src/themes/Toolbar.css +13 -1
- package/src/themes/base/Switch-parameters.css +0 -1
- package/src/themes/base/Table-parameters.css +3 -9
- package/src/themes/base/Toolbar-parameters.css +2 -1
- package/src/themes/base/sizes-parameters.css +0 -6
- package/src/themes/sap_horizon/RadioButton-parameters.css +5 -1
- package/src/themes/sap_horizon_dark/RadioButton-parameters.css +5 -1
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +5 -5
- package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +5 -5
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +0 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.d.ts +0 -3
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +0 -19
- package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +0 -1
- package/dist/generated/templates/SelectTemplate.lit.d.ts +0 -3
- package/dist/generated/templates/SelectTemplate.lit.js +0 -24
- package/dist/generated/templates/SelectTemplate.lit.js.map +0 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +0 -2
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +0 -2
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +0 -2
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +0 -2
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +0 -1
- package/src/Select.hbs +0 -51
- package/src/SelectPopover.hbs +0 -78
- package/src/themes/sap_horizon_dark_exp/Avatar-parameters.css +0 -54
- package/src/themes/sap_horizon_dark_exp/Breadcrumbs-parameters.css +0 -3
- package/src/themes/sap_horizon_dark_exp/Button-parameters.css +0 -17
- package/src/themes/sap_horizon_dark_exp/CalendarHeader-parameters.css +0 -19
- package/src/themes/sap_horizon_dark_exp/CalendarLegendItem-parameters.css +0 -6
- package/src/themes/sap_horizon_dark_exp/Card-parameters.css +0 -15
- package/src/themes/sap_horizon_dark_exp/Carousel-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/CheckBox-parameters.css +0 -44
- package/src/themes/sap_horizon_dark_exp/ColorPalette-parameters.css +0 -25
- package/src/themes/sap_horizon_dark_exp/ColorPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_dark_exp/DatePicker-parameters.css +0 -6
- package/src/themes/sap_horizon_dark_exp/DayPicker-parameters.css +0 -68
- package/src/themes/sap_horizon_dark_exp/Dialog-parameters.css +0 -9
- package/src/themes/sap_horizon_dark_exp/FileUploader-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/GrowingButton-parameters.css +0 -6
- package/src/themes/sap_horizon_dark_exp/Icon-parameters.css +0 -3
- package/src/themes/sap_horizon_dark_exp/Input-parameters.css +0 -34
- package/src/themes/sap_horizon_dark_exp/InputIcon-parameters.css +0 -24
- package/src/themes/sap_horizon_dark_exp/Link-parameters.css +0 -15
- package/src/themes/sap_horizon_dark_exp/List-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/ListItemBase-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/Menu-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/MessageStrip-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/MonthPicker-parameters.css +0 -16
- package/src/themes/sap_horizon_dark_exp/MultiComboBox-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/Panel-parameters.css +0 -14
- package/src/themes/sap_horizon_dark_exp/PopupsCommon-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/RadioButton-parameters.css +0 -23
- package/src/themes/sap_horizon_dark_exp/RatingIndicator-parameters.css +0 -17
- package/src/themes/sap_horizon_dark_exp/SegmentedButtton-parameters.css +0 -13
- package/src/themes/sap_horizon_dark_exp/Select-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/SelectPopover-parameters.css +0 -4
- package/src/themes/sap_horizon_dark_exp/SliderBase-parameters.css +0 -72
- package/src/themes/sap_horizon_dark_exp/SplitButton-parameters.css +0 -31
- package/src/themes/sap_horizon_dark_exp/StepInput-parameters.css +0 -25
- package/src/themes/sap_horizon_dark_exp/Switch-parameters.css +0 -148
- package/src/themes/sap_horizon_dark_exp/TabContainer-parameters.css +0 -38
- package/src/themes/sap_horizon_dark_exp/Tag-parameters.css +0 -1
- package/src/themes/sap_horizon_dark_exp/TextArea-parameters.css +0 -45
- package/src/themes/sap_horizon_dark_exp/TimePicker-parameters.css +0 -6
- package/src/themes/sap_horizon_dark_exp/ToggleButton-parameters.css +0 -1
- package/src/themes/sap_horizon_dark_exp/Token-parameters.css +0 -28
- package/src/themes/sap_horizon_dark_exp/Tokenizer-parameters.css +0 -5
- package/src/themes/sap_horizon_dark_exp/ValueStateMessage-parameters.css +0 -12
- package/src/themes/sap_horizon_dark_exp/YearPicker-parameters.css +0 -15
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +0 -57
- package/src/themes/sap_horizon_dark_exp/rtl-parameters.css +0 -6
- package/src/themes/sap_horizon_dark_exp/sizes-parameters.css +0 -52
- package/src/themes/sap_horizon_exp/Avatar-parameters.css +0 -54
- package/src/themes/sap_horizon_exp/AvatarGroup-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/Breadcrumbs-parameters.css +0 -3
- package/src/themes/sap_horizon_exp/Button-parameters.css +0 -17
- package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +0 -19
- package/src/themes/sap_horizon_exp/Card-parameters.css +0 -15
- package/src/themes/sap_horizon_exp/Carousel-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/CheckBox-parameters.css +0 -44
- package/src/themes/sap_horizon_exp/ColorPalette-parameters.css +0 -25
- package/src/themes/sap_horizon_exp/ColorPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_exp/DatePicker-parameters.css +0 -6
- package/src/themes/sap_horizon_exp/DayPicker-parameters.css +0 -71
- package/src/themes/sap_horizon_exp/Dialog-parameters.css +0 -9
- package/src/themes/sap_horizon_exp/FileUploader-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/GrowingButton-parameters.css +0 -6
- package/src/themes/sap_horizon_exp/Icon-parameters.css +0 -3
- package/src/themes/sap_horizon_exp/Input-parameters.css +0 -34
- package/src/themes/sap_horizon_exp/InputIcon-parameters.css +0 -24
- package/src/themes/sap_horizon_exp/Link-parameters.css +0 -15
- package/src/themes/sap_horizon_exp/List-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/ListItemBase-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/Menu-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/MessageStrip-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +0 -16
- package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/Panel-parameters.css +0 -14
- package/src/themes/sap_horizon_exp/PopupsCommon-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/ProgressIndicator-parameters.css +0 -32
- package/src/themes/sap_horizon_exp/ProgressIndicatorLayout-parameters.css +0 -40
- package/src/themes/sap_horizon_exp/RadioButton-parameters.css +0 -23
- package/src/themes/sap_horizon_exp/RatingIndicator-parameters.css +0 -17
- package/src/themes/sap_horizon_exp/SegmentedButtton-parameters.css +0 -13
- package/src/themes/sap_horizon_exp/Select-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/SelectPopover-parameters.css +0 -4
- package/src/themes/sap_horizon_exp/SliderBase-parameters.css +0 -71
- package/src/themes/sap_horizon_exp/SplitButton-parameters.css +0 -31
- package/src/themes/sap_horizon_exp/StepInput-parameters.css +0 -25
- package/src/themes/sap_horizon_exp/Switch-parameters.css +0 -150
- package/src/themes/sap_horizon_exp/TabContainer-parameters.css +0 -38
- package/src/themes/sap_horizon_exp/Tag-parameters.css +0 -1
- package/src/themes/sap_horizon_exp/TextArea-parameters.css +0 -45
- package/src/themes/sap_horizon_exp/TimePicker-parameters.css +0 -6
- package/src/themes/sap_horizon_exp/ToggleButton-parameters.css +0 -1
- package/src/themes/sap_horizon_exp/Token-parameters.css +0 -28
- package/src/themes/sap_horizon_exp/Tokenizer-parameters.css +0 -5
- package/src/themes/sap_horizon_exp/ValueStateMessage-parameters.css +0 -12
- package/src/themes/sap_horizon_exp/YearPicker-parameters.css +0 -15
- package/src/themes/sap_horizon_exp/parameters-bundle.css +0 -57
- package/src/themes/sap_horizon_exp/rtl-parameters.css +0 -6
- package/src/themes/sap_horizon_exp/sizes-parameters.css +0 -51
- package/src/themes/sap_horizon_hcb_exp/Avatar-parameters.css +0 -54
- package/src/themes/sap_horizon_hcb_exp/BusyIndicator-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb_exp/Button-parameters.css +0 -9
- package/src/themes/sap_horizon_hcb_exp/CalendarHeader-parameters.css +0 -11
- package/src/themes/sap_horizon_hcb_exp/Card-parameters.css +0 -11
- package/src/themes/sap_horizon_hcb_exp/Carousel-parameters.css +0 -9
- package/src/themes/sap_horizon_hcb_exp/CheckBox-parameters.css +0 -45
- package/src/themes/sap_horizon_hcb_exp/ColorPicker-parameters.css +0 -10
- package/src/themes/sap_horizon_hcb_exp/DatePicker-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb_exp/DayPicker-parameters.css +0 -70
- package/src/themes/sap_horizon_hcb_exp/FileUploader-parameters.css +0 -6
- package/src/themes/sap_horizon_hcb_exp/GrowingButton-parameters.css +0 -8
- package/src/themes/sap_horizon_hcb_exp/Input-parameters.css +0 -32
- package/src/themes/sap_horizon_hcb_exp/InputIcon-parameters.css +0 -11
- package/src/themes/sap_horizon_hcb_exp/Link-parameters.css +0 -11
- package/src/themes/sap_horizon_hcb_exp/ListItem-parameters.css +0 -3
- package/src/themes/sap_horizon_hcb_exp/Menu-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb_exp/MessageStrip-parameters.css +0 -10
- package/src/themes/sap_horizon_hcb_exp/MonthPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_hcb_exp/Panel-parameters.css +0 -10
- package/src/themes/sap_horizon_hcb_exp/PopupsCommon-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb_exp/ProgressIndicator-parameters.css +0 -15
- package/src/themes/sap_horizon_hcb_exp/RadioButton-parameters.css +0 -26
- package/src/themes/sap_horizon_hcb_exp/RatingIndicator-parameters.css +0 -16
- package/src/themes/sap_horizon_hcb_exp/SegmentedButtton-parameters.css +0 -8
- package/src/themes/sap_horizon_hcb_exp/Select-parameters.css +0 -10
- package/src/themes/sap_horizon_hcb_exp/SliderBase-parameters.css +0 -78
- package/src/themes/sap_horizon_hcb_exp/SplitButton-parameters.css +0 -34
- package/src/themes/sap_horizon_hcb_exp/Switch-parameters.css +0 -144
- package/src/themes/sap_horizon_hcb_exp/TabContainer-parameters.css +0 -49
- package/src/themes/sap_horizon_hcb_exp/Tag-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb_exp/TextArea-parameters.css +0 -42
- package/src/themes/sap_horizon_hcb_exp/TimePicker-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb_exp/ToggleButton-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb_exp/Token-parameters.css +0 -17
- package/src/themes/sap_horizon_hcb_exp/ValueStateMessage-parameters.css +0 -13
- package/src/themes/sap_horizon_hcb_exp/YearPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +0 -52
- package/src/themes/sap_horizon_hcb_exp/sizes-parameters.css +0 -16
- package/src/themes/sap_horizon_hcw_exp/Avatar-parameters.css +0 -54
- package/src/themes/sap_horizon_hcw_exp/BusyIndicator-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw_exp/Button-parameters.css +0 -9
- package/src/themes/sap_horizon_hcw_exp/CalendarHeader-parameters.css +0 -11
- package/src/themes/sap_horizon_hcw_exp/Card-parameters.css +0 -11
- package/src/themes/sap_horizon_hcw_exp/Carousel-parameters.css +0 -9
- package/src/themes/sap_horizon_hcw_exp/CheckBox-parameters.css +0 -45
- package/src/themes/sap_horizon_hcw_exp/ColorPicker-parameters.css +0 -10
- package/src/themes/sap_horizon_hcw_exp/DatePicker-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw_exp/DayPicker-parameters.css +0 -69
- package/src/themes/sap_horizon_hcw_exp/FileUploader-parameters.css +0 -6
- package/src/themes/sap_horizon_hcw_exp/GrowingButton-parameters.css +0 -8
- package/src/themes/sap_horizon_hcw_exp/Input-parameters.css +0 -32
- package/src/themes/sap_horizon_hcw_exp/InputIcon-parameters.css +0 -11
- package/src/themes/sap_horizon_hcw_exp/Link-parameters.css +0 -11
- package/src/themes/sap_horizon_hcw_exp/ListItem-parameters.css +0 -3
- package/src/themes/sap_horizon_hcw_exp/Menu-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw_exp/MessageStrip-parameters.css +0 -10
- package/src/themes/sap_horizon_hcw_exp/MonthPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_hcw_exp/Panel-parameters.css +0 -11
- package/src/themes/sap_horizon_hcw_exp/PopupsCommon-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw_exp/RadioButton-parameters.css +0 -30
- package/src/themes/sap_horizon_hcw_exp/RatingIndicator-parameters.css +0 -16
- package/src/themes/sap_horizon_hcw_exp/SegmentedButtton-parameters.css +0 -8
- package/src/themes/sap_horizon_hcw_exp/Select-parameters.css +0 -10
- package/src/themes/sap_horizon_hcw_exp/SliderBase-parameters.css +0 -78
- package/src/themes/sap_horizon_hcw_exp/SplitButton-parameters.css +0 -34
- package/src/themes/sap_horizon_hcw_exp/Switch-parameters.css +0 -149
- package/src/themes/sap_horizon_hcw_exp/TabContainer-parameters.css +0 -49
- package/src/themes/sap_horizon_hcw_exp/Tag-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw_exp/TextArea-parameters.css +0 -42
- package/src/themes/sap_horizon_hcw_exp/TimePicker-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw_exp/ToggleButton-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw_exp/Token-parameters.css +0 -17
- package/src/themes/sap_horizon_hcw_exp/ValueStateMessage-parameters.css +0 -13
- package/src/themes/sap_horizon_hcw_exp/YearPicker-parameters.css +0 -12
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +0 -52
- package/src/themes/sap_horizon_hcw_exp/sizes-parameters.css +0 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowTemplate.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 { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableRow from \"../../TableRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined }${ repeat(this._visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block4.call(this, context, tags, suffix, item, index)) }${ this._renderNavigated ? block5.call(this, context, tags, suffix) : undefined }${ this._popinCells.length ? block6.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</ui5-table-cell>`;}\nfunction block2 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></ui5-checkbox>`;}\nfunction block3 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></ui5-radio-button>`;}\nfunction block4 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block5 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></ui5-table-cell>`;}\nfunction block6 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</ui5-table-cell>`;}\nfunction block7 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\n\nfunction template(this: TableRow) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
|
|
1
|
+
{"version":3,"file":"TableRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowTemplate.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 { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableRow from \"../../TableRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined }${ repeat(this._visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block4.call(this, context, tags, suffix, item, index)) }${ this._hasRowActions ? block5.call(this, context, tags, suffix) : undefined }${ this._renderNavigated ? block9.call(this, context, tags, suffix) : undefined }${ this._popinCells.length ? block10.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</ui5-table-cell>`;}\nfunction block2 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></ui5-checkbox>`;}\nfunction block3 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></ui5-radio-button>`;}\nfunction block4 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block5 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"actions-cell\">${ repeat(this._flexibleActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }${ this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined }${ repeat(this._fixedActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block8.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"actions-cell\">${ repeat(this._flexibleActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }${ this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined }${ repeat(this._fixedActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block8.call(this, context, tags, suffix, item, index)) }</ui5-table-cell>`;}\nfunction block6 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block7 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"overflow\" icon=\"overflow\" design=\"Transparent\" @click=\"${this._onOverflowButtonClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"overflow\" icon=\"overflow\" design=\"Transparent\" @click=\"${this._onOverflowButtonClick}\"></ui5-button>`;}\nfunction block8 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block9 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></ui5-table-cell>`;}\nfunction block10 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</ui5-table-cell>`;}\nfunction block11 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\n\nfunction template(this: TableRow) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
3
3
|
import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
|
|
4
4
|
function block0(context, tags, suffix) { return suffix ? html `<div id="before" role="none" tabindex="0" ui5-table-dummy-focus-area></div><div id="table" role="grid" style="${styleMap(this.styles.table)}" aria-label="${ifDefined(this._ariaLabel)}" aria-rowcount="${ifDefined(this._ariaRowCount)}" aria-multiselectable="${ifDefined(this._ariaMultiSelectable)}"><slot name="headerRow"></slot><div id="rows"><div id="spacer" style="${styleMap(this.styles.spacer)}"><slot></slot></div></div>${!this.rows.length ? block1.call(this, context, tags, suffix) : undefined}${this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-drop-indicator", tags, suffix)} orientation="Horizontal" .ownerReference="${ifDefined(this)}"></${scopeTag("ui5-drop-indicator", tags, suffix)}><div aria-hidden="true" id="table-end-row"><div id="table-end-cell"><div id="table-end" aria-hidden="true" tabindex="-1"></div></div></div></div>${this.loading ? block5.call(this, context, tags, suffix) : undefined}<div id="after" role="none" tabindex="0" ui5-table-dummy-focus-area></div>` : html `<div id="before" role="none" tabindex="0" ui5-table-dummy-focus-area></div><div id="table" role="grid" style="${styleMap(this.styles.table)}" aria-label="${ifDefined(this._ariaLabel)}" aria-rowcount="${ifDefined(this._ariaRowCount)}" aria-multiselectable="${ifDefined(this._ariaMultiSelectable)}"><slot name="headerRow"></slot><div id="rows"><div id="spacer" style="${styleMap(this.styles.spacer)}"><slot></slot></div></div>${!this.rows.length ? block1.call(this, context, tags, suffix) : undefined}${this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined}<ui5-drop-indicator orientation="Horizontal" .ownerReference="${ifDefined(this)}"></ui5-drop-indicator><div aria-hidden="true" id="table-end-row"><div id="table-end-cell"><div id="table-end" aria-hidden="true" tabindex="-1"></div></div></div></div>${this.loading ? block5.call(this, context, tags, suffix) : undefined}<div id="after" role="none" tabindex="0" ui5-table-dummy-focus-area></div>`; }
|
|
5
|
-
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-row", tags, suffix)} id="nodata-row"><${scopeTag("ui5-table-cell", tags, suffix)} id="nodata-cell" excluded-from-navigation horizontal-align="
|
|
5
|
+
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-row", tags, suffix)} id="nodata-row"><${scopeTag("ui5-table-cell", tags, suffix)} id="nodata-cell" excluded-from-navigation horizontal-align="Center">${this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</${scopeTag("ui5-table-cell", tags, suffix)}></${scopeTag("ui5-table-row", tags, suffix)}>` : html `<ui5-table-row id="nodata-row"><ui5-table-cell id="nodata-cell" excluded-from-navigation horizontal-align="Center">${this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</ui5-table-cell></ui5-table-row>`; }
|
|
6
6
|
function block2(context, tags, suffix) { return html `<slot name="nodata"></slot>`; }
|
|
7
7
|
function block3(context, tags, suffix) { return html `${ifDefined(this._effectiveNoDataText)}`; }
|
|
8
8
|
function block4(context, tags, suffix) { return suffix ? html `<div id="footer" role="rowgroup"><${scopeTag("ui5-table-row", tags, suffix)} id="growing-row" ui5-growing-row><${scopeTag("ui5-table-cell", tags, suffix)} id="growing-cell"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name="${ifDefined(this._growing._individualSlot)}"></slot></${scopeTag("ui5-table-cell", tags, suffix)}></${scopeTag("ui5-table-row", tags, suffix)}></div>` : html `<div id="footer" role="rowgroup"><ui5-table-row id="growing-row" ui5-growing-row><ui5-table-cell id="growing-cell"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name="${ifDefined(this._growing._individualSlot)}"></slot></ui5-table-cell></ui5-table-row></div>`; }
|
|
@@ -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 { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type Table from \"../../Table.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-drop-indicator\", tags, suffix)} orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></${scopeTag(\"ui5-drop-indicator\", tags, suffix)}><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>` : html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<ui5-drop-indicator orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></ui5-drop-indicator><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>`;}\nfunction block1 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-row\", tags, suffix)} id=\"nodata-row\"><${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"nodata-cell\" excluded-from-navigation horizontal-align=\"
|
|
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 { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type Table from \"../../Table.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-drop-indicator\", tags, suffix)} orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></${scopeTag(\"ui5-drop-indicator\", tags, suffix)}><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>` : html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<ui5-drop-indicator orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></ui5-drop-indicator><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>`;}\nfunction block1 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-row\", tags, suffix)} id=\"nodata-row\"><${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"nodata-cell\" excluded-from-navigation horizontal-align=\"Center\">${ this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}></${scopeTag(\"ui5-table-row\", tags, suffix)}>` : html`<ui5-table-row id=\"nodata-row\"><ui5-table-cell id=\"nodata-cell\" excluded-from-navigation horizontal-align=\"Center\">${ this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</ui5-table-cell></ui5-table-row>`;}\nfunction block2 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"nodata\"></slot>`;}\nfunction block3 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this._effectiveNoDataText)}`;}\nfunction block4 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"footer\" role=\"rowgroup\"><${scopeTag(\"ui5-table-row\", tags, suffix)} id=\"growing-row\" ui5-growing-row><${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"growing-cell\"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name=\"${ifDefined(this._growing._individualSlot)}\"></slot></${scopeTag(\"ui5-table-cell\", tags, suffix)}></${scopeTag(\"ui5-table-row\", tags, suffix)}></div>` : html`<div id=\"footer\" role=\"rowgroup\"><ui5-table-row id=\"growing-row\" ui5-growing-row><ui5-table-cell id=\"growing-cell\"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name=\"${ifDefined(this._growing._individualSlot)}\"></slot></ui5-table-cell></ui5-table-row></div>`;}\nfunction block5 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"loading\" delay=\"${ifDefined(this.loadingDelay)}\" active data-sap-focus-ref></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"loading\" delay=\"${ifDefined(this.loadingDelay)}\" active data-sap-focus-ref></ui5-busy-indicator>`;}\n\nfunction template(this: Table) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":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-v2-
|
|
1
|
+
declare const _default: ":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-v2-7-0-rc-0-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-7-0-rc-0-avatar-initials-border);outline:none;color:var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size=\"S\"]),:host([size=\"S\"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S)}:host([_size=\"M\"]),:host([size=\"M\"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_M)}:host([_size=\"L\"]),:host([size=\"L\"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_L)}:host([_size=\"XL\"]),:host([size=\"XL\"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);width:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);color:inherit}:host([_size=\"XS\"]) .ui5-avatar-icon,:host([size=\"XS\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS)}:host([_size=\"S\"]) .ui5-avatar-icon,:host([size=\"S\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_S);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_S)}:host([_size=\"M\"]) .ui5-avatar-icon,:host([size=\"M\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_M);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_M)}:host([_size=\"L\"]) .ui5-avatar-icon,:host([size=\"L\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_L);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_L)}:host([_size=\"XL\"]) .ui5-avatar-icon,:host([size=\"XL\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=\"Square\"]){border-radius:var(--ui5-v2-7-0-rc-0-avatar-border-radius)}:host([shape=\"Square\"]) ::slotted(*){border-radius:calc(var(--ui5-v2-7-0-rc-0-avatar-border-radius) - var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0-avatar-accent6);color:var(--ui5-v2-7-0-rc-0-avatar-accent6-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent6-border-color)}:host([_color-scheme=\"Accent1\"]),:host([ui5-avatar][color-scheme=\"Accent1\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent1);color:var(--ui5-v2-7-0-rc-0-avatar-accent1-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent1-border-color)}:host([_color-scheme=\"Accent2\"]),:host([ui5-avatar][color-scheme=\"Accent2\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent2);color:var(--ui5-v2-7-0-rc-0-avatar-accent2-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent2-border-color)}:host([_color-scheme=\"Accent3\"]),:host([ui5-avatar][color-scheme=\"Accent3\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent3);color:var(--ui5-v2-7-0-rc-0-avatar-accent3-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent3-border-color)}:host([_color-scheme=\"Accent4\"]),:host([ui5-avatar][color-scheme=\"Accent4\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent4);color:var(--ui5-v2-7-0-rc-0-avatar-accent4-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent4-border-color)}:host([_color-scheme=\"Accent5\"]),:host([ui5-avatar][color-scheme=\"Accent5\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent5);color:var(--ui5-v2-7-0-rc-0-avatar-accent5-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent5-border-color)}:host([_color-scheme=\"Accent7\"]),:host([ui5-avatar][color-scheme=\"Accent7\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent7);color:var(--ui5-v2-7-0-rc-0-avatar-accent7-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent7-border-color)}:host([_color-scheme=\"Accent8\"]),:host([ui5-avatar][color-scheme=\"Accent8\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent8);color:var(--ui5-v2-7-0-rc-0-avatar-accent8-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent8-border-color)}:host([_color-scheme=\"Accent9\"]),:host([ui5-avatar][color-scheme=\"Accent9\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent9);color:var(--ui5-v2-7-0-rc-0-avatar-accent9-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent9-border-color)}:host([_color-scheme=\"Accent10\"]),:host([ui5-avatar][color-scheme=\"Accent10\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent10);color:var(--ui5-v2-7-0-rc-0-avatar-accent10-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent10-border-color)}:host([_color-scheme=\"Placeholder\"]),:host([ui5-avatar][color-scheme=\"Placeholder\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder);color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-7-0-rc-0-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\"]){pointer-events:initial;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-v2-7-0-rc-0-tag-height: 1.125rem;--_ui5-v2-7-0-rc-0-tag-border-radius: 50%}:host([_size=\"L\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"]) ::slotted([slot=\"badge\"]){width:1.25rem;height:1.25rem;--_ui5-v2-7-0-rc-0-tag-height: 1.25rem;--_ui5-v2-7-0-rc-0-tag-icon-width: .875rem}:host([_size=\"XL\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"]) ::slotted([slot=\"badge\"]){width:1.75rem;height:1.75rem;--_ui5-v2-7-0-rc-0-tag-height: 1.75rem;--_ui5-v2-7-0-rc-0-tag-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";
|
|
2
2
|
export default _default;
|
|
@@ -3,6 +3,6 @@ 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
|
-
export default `: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-v2-
|
|
6
|
+
export default `: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-v2-7-0-rc-0-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-7-0-rc-0-avatar-initials-border);outline:none;color:var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);width:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_S);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_M);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_L);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-7-0-rc-0-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-7-0-rc-0-avatar-border-radius) - var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0-avatar-accent6);color:var(--ui5-v2-7-0-rc-0-avatar-accent6-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent6-border-color)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent1);color:var(--ui5-v2-7-0-rc-0-avatar-accent1-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent1-border-color)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent2);color:var(--ui5-v2-7-0-rc-0-avatar-accent2-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent2-border-color)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent3);color:var(--ui5-v2-7-0-rc-0-avatar-accent3-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent3-border-color)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent4);color:var(--ui5-v2-7-0-rc-0-avatar-accent4-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent4-border-color)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent5);color:var(--ui5-v2-7-0-rc-0-avatar-accent5-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent5-border-color)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent7);color:var(--ui5-v2-7-0-rc-0-avatar-accent7-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent7-border-color)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent8);color:var(--ui5-v2-7-0-rc-0-avatar-accent8-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent8-border-color)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent9);color:var(--ui5-v2-7-0-rc-0-avatar-accent9-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent9-border-color)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent10);color:var(--ui5-v2-7-0-rc-0-avatar-accent10-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent10-border-color)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder);color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-7-0-rc-0-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"]){pointer-events:initial;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-v2-7-0-rc-0-tag-height: 1.125rem;--_ui5-v2-7-0-rc-0-tag-border-radius: 50%}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-7-0-rc-0-tag-height: 1.25rem;--_ui5-v2-7-0-rc-0-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-7-0-rc-0-tag-height: 1.75rem;--_ui5-v2-7-0-rc-0-tag-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
|
//# sourceMappingURL=Avatar.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `: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-v2-
|
|
1
|
+
{"version":3,"file":"Avatar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Avatar.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `: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-v2-7-0-rc-0-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity)}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-7-0-rc-0-avatar-initials-border);outline:none;color:var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size=\"S\"]),:host([size=\"S\"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S)}:host([_size=\"M\"]),:host([size=\"M\"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_M)}:host([_size=\"L\"]),:host([size=\"L\"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_L)}:host([_size=\"XL\"]),:host([size=\"XL\"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);width:var(--_ui5-v2-7-0-rc-0_avatar_fontsize_S);color:inherit}:host([_size=\"XS\"]) .ui5-avatar-icon,:host([size=\"XS\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XS)}:host([_size=\"S\"]) .ui5-avatar-icon,:host([size=\"S\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_S);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_S)}:host([_size=\"M\"]) .ui5-avatar-icon,:host([size=\"M\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_M);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_M)}:host([_size=\"L\"]) .ui5-avatar-icon,:host([size=\"L\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_L);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_L)}:host([_size=\"XL\"]) .ui5-avatar-icon,:host([size=\"XL\"]) .ui5-avatar-icon{height:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL);width:var(--_ui5-v2-7-0-rc-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape=\"Square\"]){border-radius:var(--ui5-v2-7-0-rc-0-avatar-border-radius)}:host([shape=\"Square\"]) ::slotted(*){border-radius:calc(var(--ui5-v2-7-0-rc-0-avatar-border-radius) - var(--ui5-v2-7-0-rc-0-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-v2-7-0-rc-0-avatar-accent6);color:var(--ui5-v2-7-0-rc-0-avatar-accent6-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent6-border-color)}:host([_color-scheme=\"Accent1\"]),:host([ui5-avatar][color-scheme=\"Accent1\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent1);color:var(--ui5-v2-7-0-rc-0-avatar-accent1-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent1-border-color)}:host([_color-scheme=\"Accent2\"]),:host([ui5-avatar][color-scheme=\"Accent2\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent2);color:var(--ui5-v2-7-0-rc-0-avatar-accent2-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent2-border-color)}:host([_color-scheme=\"Accent3\"]),:host([ui5-avatar][color-scheme=\"Accent3\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent3);color:var(--ui5-v2-7-0-rc-0-avatar-accent3-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent3-border-color)}:host([_color-scheme=\"Accent4\"]),:host([ui5-avatar][color-scheme=\"Accent4\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent4);color:var(--ui5-v2-7-0-rc-0-avatar-accent4-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent4-border-color)}:host([_color-scheme=\"Accent5\"]),:host([ui5-avatar][color-scheme=\"Accent5\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent5);color:var(--ui5-v2-7-0-rc-0-avatar-accent5-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent5-border-color)}:host([_color-scheme=\"Accent7\"]),:host([ui5-avatar][color-scheme=\"Accent7\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent7);color:var(--ui5-v2-7-0-rc-0-avatar-accent7-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent7-border-color)}:host([_color-scheme=\"Accent8\"]),:host([ui5-avatar][color-scheme=\"Accent8\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent8);color:var(--ui5-v2-7-0-rc-0-avatar-accent8-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent8-border-color)}:host([_color-scheme=\"Accent9\"]),:host([ui5-avatar][color-scheme=\"Accent9\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent9);color:var(--ui5-v2-7-0-rc-0-avatar-accent9-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent9-border-color)}:host([_color-scheme=\"Accent10\"]),:host([ui5-avatar][color-scheme=\"Accent10\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-accent10);color:var(--ui5-v2-7-0-rc-0-avatar-accent10-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-accent10-border-color)}:host([_color-scheme=\"Placeholder\"]),:host([ui5-avatar][color-scheme=\"Placeholder\"]){background-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder);color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-color);border-color:var(--ui5-v2-7-0-rc-0-avatar-placeholder-border-color)}:host([_has-image]){color:var(--ui5-v2-7-0-rc-0-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\"]){pointer-events:initial;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-v2-7-0-rc-0-tag-height: 1.125rem;--_ui5-v2-7-0-rc-0-tag-border-radius: 50%}:host([_size=\"L\"]) ::slotted([slot=\"badge\"]),:host([size=\"L\"]) ::slotted([slot=\"badge\"]){width:1.25rem;height:1.25rem;--_ui5-v2-7-0-rc-0-tag-height: 1.25rem;--_ui5-v2-7-0-rc-0-tag-icon-width: .875rem}:host([_size=\"XL\"]) ::slotted([slot=\"badge\"]),:host([size=\"XL\"]) ::slotted([slot=\"badge\"]){width:1.75rem;height:1.75rem;--_ui5-v2-7-0-rc-0-tag-height: 1.75rem;--_ui5-v2-7-0-rc-0-tag-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`"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-
|
|
1
|
+
declare const _default: ":host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-7-0-rc-0_button_focused_border: var(--_ui5-v2-7-0-rc-0_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type=\"Group\"][desktop]) .ui5-avatar-group-items:focus,:host([type=\"Group\"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:var(--_ui5-v2-7-0-rc-0_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type=\"Group\"]) .ui5-avatar-group-items{cursor:pointer}:host([type=\"Group\"]) ::slotted([ui5-button]),:host([type=\"Group\"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-7-0-rc-0_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus),.ui5-avatar-group-overflow-btn[desktop]:focus{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}\n";
|
|
2
2
|
export default _default;
|
|
@@ -3,6 +3,6 @@ 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
|
-
export default `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-
|
|
6
|
+
export default `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-7-0-rc-0_button_focused_border: var(--_ui5-v2-7-0-rc-0_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type="Group"][desktop]) .ui5-avatar-group-items:focus,:host([type="Group"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:var(--_ui5-v2-7-0-rc-0_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type="Group"]) .ui5-avatar-group-items{cursor:pointer}:host([type="Group"]) ::slotted([ui5-button]),:host([type="Group"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-7-0-rc-0_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus),.ui5-avatar-group-overflow-btn[desktop]:focus{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}
|
|
7
7
|
`;
|
|
8
8
|
//# sourceMappingURL=AvatarGroup.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarGroup.css.js","sourceRoot":"","sources":["../../../src/generated/themes/AvatarGroup.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-
|
|
1
|
+
{"version":3,"file":"AvatarGroup.css.js","sourceRoot":"","sources":["../../../src/generated/themes/AvatarGroup.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:block;width:100%}:host{--_ui5-v2-7-0-rc-0_button_focused_border: var(--_ui5-v2-7-0-rc-0_avatar_group_button_focus_border)}.ui5-avatar-group-items:focus{outline:none}:host([type=\"Group\"][desktop]) .ui5-avatar-group-items:focus,:host([type=\"Group\"]) .ui5-avatar-group-items:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:var(--_ui5-v2-7-0-rc-0_avatar_group_focus_border_radius)}.ui5-avatar-group-root{display:flex}.ui5-avatar-group-items{white-space:nowrap;position:relative;display:inline-flex}:host([type=\"Group\"]) .ui5-avatar-group-items{cursor:pointer}:host([type=\"Group\"]) ::slotted([ui5-button]),:host([type=\"Group\"]) ::slotted([ui5-avatar]){pointer-events:none}.ui5-avatar-group-overflow-btn{overflow:visible}.ui5-avatar-group-overflow-btn::part(button){min-width:auto}::slotted([ui5-button]:not([hidden])),.ui5-avatar-group-overflow-btn:not([hidden]){--_ui5-v2-7-0-rc-0_button_base_padding: 0;border-radius:50%;display:inline-flex;text-overflow:initial;z-index:0}::slotted([ui5-button][desktop]:focus),.ui5-avatar-group-overflow-btn[desktop]:focus{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_overflow_button_focus_offset)}.ui5-avatar-group-overflow-btn::part(button):focus-visible:after{outline:var(--_ui5-v2-7-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-7-0-rc-0_avatar_focus_offset);border-radius:50%}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xs{height:2rem;width:2rem;min-width:2rem;font-size:.75rem}::slotted([ui5-button]),.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-s{height:3rem;width:3rem;min-width:3rem;font-size:1.125rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-m{height:4rem;width:4rem;min-width:4rem;font-size:1.625rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-l{height:5rem;width:5rem;min-width:5rem;font-size:2rem}.ui5-avatar-group-overflow-btn.ui5-avatar-group-overflow-btn-xl{height:7rem;width:7rem;min-width:7rem;font-size:2.75rem}\n`"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-
|
|
1
|
+
declare const _default: ":host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-7-0-rc-0_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{container-type:size;display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start);display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start) + var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end) + (2*var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end);display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding:0 var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end);display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design=\"Footer\"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design=\"Subheader\"]){height:var(--_ui5-v2-7-0-rc-0_bar_subheader_height);margin-top:var(--_ui5-v2-7-0-rc-0_bar_subheader_margin-top)}:host([design=\"FloatingFooter\"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}@container (width < 600px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_S);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_S) }}@container (width > 1439px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_XL);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_XL)}}\n";
|
|
2
2
|
export default _default;
|
|
@@ -3,6 +3,6 @@ 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
|
-
export default `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-
|
|
6
|
+
export default `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-7-0-rc-0_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{container-type:size;display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start);display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start) + var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end) + (2*var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end);display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding:0 var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end);display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design="Footer"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design="Subheader"]){height:var(--_ui5-v2-7-0-rc-0_bar_subheader_height);margin-top:var(--_ui5-v2-7-0-rc-0_bar_subheader_margin-top)}:host([design="FloatingFooter"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}@container (width < 600px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_S);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_S) }}@container (width > 1439px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_XL);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_XL)}}
|
|
7
7
|
`;
|
|
8
8
|
//# sourceMappingURL=Bar.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Bar.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-
|
|
1
|
+
{"version":3,"file":"Bar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Bar.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-7-0-rc-0_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{container-type:size;display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start);display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start) + var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end) + (2*var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end);display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding:0 var(--_ui5-v2-7-0-rc-0_bar-mid-container-padding-start-end);display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design=\"Footer\"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design=\"Subheader\"]){height:var(--_ui5-v2-7-0-rc-0_bar_subheader_height);margin-top:var(--_ui5-v2-7-0-rc-0_bar_subheader_margin-top)}:host([design=\"FloatingFooter\"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}@container (width < 600px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_S);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_S) }}@container (width > 1439px){*{--_ui5-v2-7-0-rc-0_bar-start-container-padding-start: var(--_ui5-v2-7-0-rc-0_bar-start-container-padding-start_XL);--_ui5-v2-7-0-rc-0_bar-end-container-padding-end: var(--_ui5-v2-7-0-rc-0_bar-end-container-padding-end_XL)}}\n`"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-
|
|
1
|
+
declare const _default: ":host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-7-0-rc-0_breadcrumbs_margin)}.ui5-breadcrumbs-root>ol{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:flex}.ui5-breadcrumbs-root>ol>li{display:inline}.ui5-breadcrumbs-current-location{min-width:1%;flex:1 1 auto;font-size:0;align-self:center}.ui5-breadcrumbs-current-location>span:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-7-0-rc-0_breadcrumbs_current_location_focus_border_radius)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper[hidden]{display:none}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]{width:var(--sapFontSize);height:var(--sapFontSize);padding-left:.675rem;vertical-align:text-top;color:var(--sapLinkColor)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]{color:var(--_ui5-v2-7-0-rc-0_link_focus_color)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]:before{content:\"...\";vertical-align:middle;position:absolute;left:0;bottom:0}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link]::part(root),.ui5-breadcrumbs-link-wrapper [ui5-link]::part(root){padding-top:.25rem;padding-bottom:.25rem}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]:after,.ui5-breadcrumbs-dropdown-arrow-link-wrapper:hover [ui5-icon]:after{content:\"\";position:absolute;border-bottom:.0625rem solid;inset:0 0 1px}.ui5-breadcrumbs-popover{margin-top:.25rem}.ui5-breadcrumbs-popover-footer{display:flex;justify-content:flex-end;width:100%}.ui5-breadcrumbs-separator:after{content:\"/\";padding:0 .25rem;cursor:auto;color:var(--sapContent_LabelColor);display:inline-block;font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSize)}:host([separators=\"DoubleSlash\"]) .ui5-breadcrumbs-separator:after{content:\"//\"}:host([separators=\"BackSlash\"]) .ui5-breadcrumbs-separator:after{content:\"\\\\\"}:host([separators=\"DoubleBackSlash\"]) .ui5-breadcrumbs-separator:after{content:\"\\\\\\\\\"}:host([separators=\"GreaterThan\"]) .ui5-breadcrumbs-separator:after{content:\">\"}:host([separators=\"DoubleGreaterThan\"]) .ui5-breadcrumbs-separator:after{content:\">>\"}\n";
|
|
2
2
|
export default _default;
|
|
@@ -3,6 +3,6 @@ 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
|
-
export default `:host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-
|
|
6
|
+
export default `:host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-7-0-rc-0_breadcrumbs_margin)}.ui5-breadcrumbs-root>ol{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:flex}.ui5-breadcrumbs-root>ol>li{display:inline}.ui5-breadcrumbs-current-location{min-width:1%;flex:1 1 auto;font-size:0;align-self:center}.ui5-breadcrumbs-current-location>span:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-7-0-rc-0_breadcrumbs_current_location_focus_border_radius)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper[hidden]{display:none}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]{width:var(--sapFontSize);height:var(--sapFontSize);padding-left:.675rem;vertical-align:text-top;color:var(--sapLinkColor)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]{color:var(--_ui5-v2-7-0-rc-0_link_focus_color)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]:before{content:"...";vertical-align:middle;position:absolute;left:0;bottom:0}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link]::part(root),.ui5-breadcrumbs-link-wrapper [ui5-link]::part(root){padding-top:.25rem;padding-bottom:.25rem}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]:after,.ui5-breadcrumbs-dropdown-arrow-link-wrapper:hover [ui5-icon]:after{content:"";position:absolute;border-bottom:.0625rem solid;inset:0 0 1px}.ui5-breadcrumbs-popover{margin-top:.25rem}.ui5-breadcrumbs-popover-footer{display:flex;justify-content:flex-end;width:100%}.ui5-breadcrumbs-separator:after{content:"/";padding:0 .25rem;cursor:auto;color:var(--sapContent_LabelColor);display:inline-block;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize)}:host([separators="DoubleSlash"]) .ui5-breadcrumbs-separator:after{content:"//"}:host([separators="BackSlash"]) .ui5-breadcrumbs-separator:after{content:"\\\\"}:host([separators="DoubleBackSlash"]) .ui5-breadcrumbs-separator:after{content:"\\\\\\\\"}:host([separators="GreaterThan"]) .ui5-breadcrumbs-separator:after{content:">"}:host([separators="DoubleGreaterThan"]) .ui5-breadcrumbs-separator:after{content:">>"}
|
|
7
7
|
`;
|
|
8
8
|
//# sourceMappingURL=Breadcrumbs.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Breadcrumbs.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Breadcrumbs.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host(:not([hidden])){display:block;width:100%}.ui5-breadcrumbs-root{white-space:nowrap;outline:none;margin:var(--_ui5-v2-7-0-rc-0_breadcrumbs_margin)}.ui5-breadcrumbs-root>ol{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:flex}.ui5-breadcrumbs-root>ol>li{display:inline}.ui5-breadcrumbs-current-location{min-width:1%;flex:1 1 auto;font-size:0;align-self:center}.ui5-breadcrumbs-current-location>span:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-7-0-rc-0_breadcrumbs_current_location_focus_border_radius)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper[hidden]{display:none}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]{width:var(--sapFontSize);height:var(--sapFontSize);padding-left:.675rem;vertical-align:text-top;color:var(--sapLinkColor)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]{color:var(--_ui5-v2-7-0-rc-0_link_focus_color)}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]:before{content:\"...\";vertical-align:middle;position:absolute;left:0;bottom:0}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link]::part(root),.ui5-breadcrumbs-link-wrapper [ui5-link]::part(root){padding-top:.25rem;padding-bottom:.25rem}.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]:after,.ui5-breadcrumbs-dropdown-arrow-link-wrapper:hover [ui5-icon]:after{content:\"\";position:absolute;border-bottom:.0625rem solid;inset:0 0 1px}.ui5-breadcrumbs-popover{margin-top:.25rem}.ui5-breadcrumbs-popover-footer{display:flex;justify-content:flex-end;width:100%}.ui5-breadcrumbs-separator:after{content:\"/\";padding:0 .25rem;cursor:auto;color:var(--sapContent_LabelColor);display:inline-block;font-family:\"72override\",var(--sapFontFamily);font-size:var(--sapFontSize)}:host([separators=\"DoubleSlash\"]) .ui5-breadcrumbs-separator:after{content:\"//\"}:host([separators=\"BackSlash\"]) .ui5-breadcrumbs-separator:after{content:\"\\\\\\\\\"}:host([separators=\"DoubleBackSlash\"]) .ui5-breadcrumbs-separator:after{content:\"\\\\\\\\\\\\\\\\\"}:host([separators=\"GreaterThan\"]) .ui5-breadcrumbs-separator:after{content:\">\"}:host([separators=\"DoubleGreaterThan\"]) .ui5-breadcrumbs-separator:after{content:\">>\"}\n`"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-
|
|
1
|
+
declare const _default: ":host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-7-0-rc-0_busy_indicator_color)}:host([size=\"S\"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size=\"S\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size=\"S\"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size=\"S\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"S\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size=\"M\"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size=\"M\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"M\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=\"\"])) .ui5-busy-indicator-root,:host([size=\"M\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size=\"M\"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size=\"L\"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size=\"L\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"L\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size=\"L\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size=\"L\"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host(:not(:empty)) .ui5-busy-indicator-busy-area{background-color:var(--_ui5-v2-7-0-rc-0_busy_indicator_block_layer)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:\"\";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement=\"Top\"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement=\"Bottom\"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n";
|
|
2
2
|
export default _default;
|
|
@@ -3,6 +3,6 @@ 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
|
-
export default `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-
|
|
6
|
+
export default `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-7-0-rc-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host(:not(:empty)) .ui5-busy-indicator-busy-area{background-color:var(--_ui5-v2-7-0-rc-0_busy_indicator_block_layer)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
|
|
7
7
|
`;
|
|
8
8
|
//# sourceMappingURL=BusyIndicator.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusyIndicator.css.js","sourceRoot":"","sources":["../../../src/generated/themes/BusyIndicator.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-
|
|
1
|
+
{"version":3,"file":"BusyIndicator.css.js","sourceRoot":"","sources":["../../../src/generated/themes/BusyIndicator.css.ts"],"names":[],"mappings":"AAAA,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;AAC7F,eAAe;CACd,CAAA","sourcesContent":["import { 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);\nexport default `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-7-0-rc-0_busy_indicator_color)}:host([size=\"S\"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size=\"S\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size=\"S\"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size=\"S\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"S\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size=\"M\"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size=\"M\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"M\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=\"\"])) .ui5-busy-indicator-root,:host([size=\"M\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size=\"M\"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size=\"L\"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size=\"L\"]) .ui5-busy-indicator-circle:first-child,:host([size=\"L\"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size=\"L\"][text]:not([text=\"\"])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size=\"L\"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host(:not(:empty)) .ui5-busy-indicator-busy-area{background-color:var(--_ui5-v2-7-0-rc-0_busy_indicator_block_layer)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-7-0-rc-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:\"\";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement=\"Top\"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement=\"Bottom\"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n`"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: ":host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-
|
|
1
|
+
declare const _default: ":host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-7-0-rc-0_button_base_min_width);height:var(--_ui5-v2-7-0-rc-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-7-0-rc-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-7-0-rc-0_button_text_shadow);border-radius:var(--_ui5-v2-7-0-rc-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-7-0-rc-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-7-0-rc-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-7-0-rc-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-7-0-rc-0_button_base_min_width) - var(--_ui5-v2-7-0-rc-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([active])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design=\"Emphasized\"]) .ui5-button-root:focus-within:after,:host([active][design=\"Emphasized\"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:\"\";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-7-0-rc-0_button_focused_border);border-radius:var(--_ui5-v2-7-0-rc-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-7-0-rc-0_button_pressed_focused_border_color)}:host([design=\"Emphasized\"][desktop]) .ui5-button-root:focus-within:after,:host([design=\"Emphasized\"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-7-0-rc-0_button_emphasized_focused_border_color)}:host([design=\"Emphasized\"][desktop]) .ui5-button-root:focus-within:before,:host([design=\"Emphasized\"]) .ui5-button-root:focus-visible:before{content:\"\";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-7-0-rc-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-7-0-rc-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design=\"Positive\"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design=\"Positive\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design=\"Positive\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design=\"Positive\"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design=\"Negative\"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design=\"Negative\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design=\"Negative\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design=\"Negative\"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design=\"Attention\"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design=\"Attention\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design=\"Attention\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design=\"Attention\"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design=\"Emphasized\"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-7-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapFontBoldFamily )}:host([design=\"Emphasized\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design=\"Emphasized\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-7-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design=\"Empasized\"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design=\"Emphasized\"][desktop]) .ui5-button-root:focus-within:after,:host([design=\"Emphasized\"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-7-0-rc-0_button_emphasized_focused_border_color);outline:none}:host([design=\"Emphasized\"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design=\"Emphasized\"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-7-0-rc-0_button_emphasized_focused_active_border_color)}:host([design=\"Transparent\"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design=\"Transparent\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design=\"Transparent\"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design=\"Transparent\"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-7-0-rc-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-7-0-rc-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-7-0-rc-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-7-0-rc-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-7-0-rc-0_button_focused_inner_border_radius)}\n";
|
|
2
2
|
export default _default;
|