@ui5/webcomponents 1.0.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +118 -0
- package/dist/Breadcrumbs.js +8 -6
- package/dist/BreadcrumbsItem.js +1 -1
- package/dist/BusyIndicator.js +2 -3
- package/dist/Button.js +28 -1
- package/dist/Calendar.js +7 -0
- package/dist/Carousel.js +9 -0
- package/dist/CheckBox.js +34 -1
- package/dist/ColorPalette.js +5 -4
- package/dist/ColorPalettePopover.js +27 -2
- package/dist/ComboBox.js +91 -23
- package/dist/DateComponentBase.js +6 -8
- package/dist/DatePicker.js +10 -2
- package/dist/DateRangePicker.js +22 -0
- package/dist/Dialog.js +5 -22
- package/dist/Icon.js +11 -8
- package/dist/Input.js +107 -15
- package/dist/Link.js +32 -14
- package/dist/List.js +14 -4
- package/dist/MessageStrip.js +39 -2
- package/dist/MultiComboBox.js +7 -3
- package/dist/MultiComboBoxItem.js +1 -1
- package/dist/MultiInput.js +55 -8
- package/dist/Option.js +12 -1
- package/dist/Panel.js +9 -0
- package/dist/Popover.js +106 -57
- package/dist/Popup.js +16 -2
- package/dist/RadioButton.js +15 -3
- package/dist/RatingIndicator.js +37 -7
- package/dist/ResponsivePopover.js +1 -0
- package/dist/SegmentedButton.js +14 -1
- package/dist/Select.js +2 -1
- package/dist/SliderBase.js +4 -0
- package/dist/SplitButton.js +425 -0
- package/dist/Switch.js +18 -0
- package/dist/Tab.js +10 -6
- package/dist/TabContainer.js +480 -108
- package/dist/TabSeparator.js +42 -3
- package/dist/Table.js +15 -5
- package/dist/TextArea.js +9 -3
- package/dist/ToggleButton.js +5 -0
- package/dist/Tokenizer.js +134 -7
- package/dist/TreeItem.js +21 -0
- package/dist/TreeListItem.js +8 -0
- package/dist/api.json +299 -26
- package/dist/css/themes/Badge.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BrowserScrollbar.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/CustomListItem.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/MultiComboBox.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/RadioButton.css +1 -1
- package/dist/css/themes/RatingIndicator.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 -0
- 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/TabSeparatorInOverflow.css +1 -0
- package/dist/css/themes/TabSeparatorInStrip.css +1 -0
- package/dist/css/themes/Table.css +1 -1
- package/dist/css/themes/TableColumn.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimeSelection.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/features/InputSuggestions.js +88 -15
- 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_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_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_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -2
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +1 -1
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
- package/dist/generated/templates/ButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/CardHeaderTemplate.lit.js +1 -1
- package/dist/generated/templates/CarouselTemplate.lit.js +1 -1
- package/dist/generated/templates/CheckBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/CustomListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/DialogTemplate.lit.js +1 -1
- package/dist/generated/templates/InputPopoverTemplate.lit.js +3 -3
- package/dist/generated/templates/InputTemplate.lit.js +1 -1
- package/dist/generated/templates/LinkTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/MessageStripTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/dist/generated/templates/PanelTemplate.lit.js +1 -1
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +1 -1
- package/dist/generated/templates/RangeSliderTemplate.lit.js +1 -1
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/SliderBaseTemplate.lit.js +1 -1
- package/dist/generated/templates/SliderTemplate.lit.js +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
- package/dist/generated/templates/StandardListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/SwitchTemplate.lit.js +1 -1
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +4 -2
- package/dist/generated/templates/TabContainerTemplate.lit.js +9 -10
- package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
- package/dist/generated/templates/TabInStripTemplate.lit.js +1 -1
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
- package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
- package/dist/generated/templates/TableTemplate.lit.js +1 -1
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/TreeListItemTemplate.lit.js +2 -2
- package/dist/generated/templates/TreeTemplate.lit.js +1 -1
- package/dist/generated/themes/Badge.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/BrowserScrollbar.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js +8 -0
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/TableColumn.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TimeSelection.css.js +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/i18n/messagebundle.properties +26 -1
- package/dist/i18n/messagebundle_ar.properties +13 -1
- package/dist/i18n/messagebundle_bg.properties +13 -1
- package/dist/i18n/messagebundle_ca.properties +13 -1
- package/dist/i18n/messagebundle_cs.properties +13 -1
- package/dist/i18n/messagebundle_cy.properties +13 -1
- package/dist/i18n/messagebundle_da.properties +13 -1
- package/dist/i18n/messagebundle_de.properties +13 -1
- package/dist/i18n/messagebundle_el.properties +13 -1
- package/dist/i18n/messagebundle_en.properties +13 -1
- package/dist/i18n/messagebundle_en_GB.properties +13 -1
- package/dist/i18n/messagebundle_en_US_sappsd.properties +18 -1
- package/dist/i18n/messagebundle_en_US_saprigi.properties +18 -1
- package/dist/i18n/messagebundle_en_US_saptrc.properties +18 -1
- package/dist/i18n/messagebundle_es.properties +13 -1
- package/dist/i18n/messagebundle_es_MX.properties +13 -1
- package/dist/i18n/messagebundle_et.properties +13 -1
- package/dist/i18n/messagebundle_fi.properties +14 -2
- package/dist/i18n/messagebundle_fr.properties +13 -1
- package/dist/i18n/messagebundle_fr_CA.properties +13 -1
- package/dist/i18n/messagebundle_hi.properties +13 -1
- package/dist/i18n/messagebundle_hr.properties +13 -1
- package/dist/i18n/messagebundle_hu.properties +13 -1
- package/dist/i18n/messagebundle_id.properties +13 -1
- package/dist/i18n/messagebundle_it.properties +13 -1
- package/dist/i18n/messagebundle_iw.properties +13 -1
- package/dist/i18n/messagebundle_ja.properties +13 -1
- package/dist/i18n/messagebundle_kk.properties +13 -1
- package/dist/i18n/messagebundle_ko.properties +13 -1
- package/dist/i18n/messagebundle_lt.properties +13 -1
- package/dist/i18n/messagebundle_lv.properties +13 -1
- package/dist/i18n/messagebundle_ms.properties +13 -1
- package/dist/i18n/messagebundle_nl.properties +13 -1
- package/dist/i18n/messagebundle_no.properties +13 -1
- package/dist/i18n/messagebundle_pl.properties +13 -1
- package/dist/i18n/messagebundle_pt.properties +13 -1
- package/dist/i18n/messagebundle_pt_PT.properties +13 -1
- package/dist/i18n/messagebundle_ro.properties +13 -1
- package/dist/i18n/messagebundle_ru.properties +13 -1
- package/dist/i18n/messagebundle_sh.properties +13 -1
- package/dist/i18n/messagebundle_sk.properties +13 -1
- package/dist/i18n/messagebundle_sl.properties +13 -1
- package/dist/i18n/messagebundle_sv.properties +13 -1
- package/dist/i18n/messagebundle_th.properties +12 -0
- package/dist/i18n/messagebundle_tr.properties +13 -1
- package/dist/i18n/messagebundle_uk.properties +13 -1
- package/dist/i18n/messagebundle_vi.properties +13 -1
- package/dist/i18n/messagebundle_zh_CN.properties +13 -1
- package/dist/i18n/messagebundle_zh_TW.properties +12 -0
- package/dist/types/HasPopup.js +62 -0
- package/dist/types/TabsOverflowMode.js +40 -0
- package/package.json +9 -9
- package/src/Breadcrumbs.hbs +3 -2
- package/src/Breadcrumbs.js +8 -6
- package/src/BreadcrumbsItem.js +1 -1
- package/src/BreadcrumbsPopover.hbs +2 -2
- package/src/BusyIndicator.hbs +1 -1
- package/src/BusyIndicator.js +2 -3
- package/src/Button.hbs +1 -1
- package/src/Button.js +28 -1
- package/src/Calendar.js +7 -0
- package/src/CardHeader.hbs +12 -5
- package/src/Carousel.hbs +1 -0
- package/src/Carousel.js +9 -0
- package/src/CheckBox.hbs +1 -0
- package/src/CheckBox.js +34 -1
- package/src/ColorPalette.js +5 -4
- package/src/ColorPalettePopover.hbs +7 -5
- package/src/ColorPalettePopover.js +27 -2
- package/src/ComboBox.hbs +1 -0
- package/src/ComboBox.js +91 -23
- package/src/ComboBoxPopover.hbs +1 -0
- package/src/DateComponentBase.js +6 -8
- package/src/DatePicker.js +10 -2
- package/src/DateRangePicker.js +22 -0
- package/src/Dialog.hbs +1 -1
- package/src/Dialog.js +5 -22
- package/src/Icon.js +11 -8
- package/src/Input.hbs +1 -1
- package/src/Input.js +107 -15
- package/src/InputPopover.hbs +2 -3
- package/src/Link.hbs +2 -1
- package/src/Link.js +32 -14
- package/src/List.js +14 -4
- package/src/ListItem.hbs +1 -0
- package/src/MessageStrip.hbs +1 -1
- package/src/MessageStrip.js +39 -2
- package/src/MultiComboBox.js +7 -3
- package/src/MultiComboBoxItem.js +1 -1
- package/src/MultiComboBoxPopover.hbs +1 -1
- package/src/MultiInput.js +55 -8
- package/src/Option.js +12 -1
- package/src/Panel.hbs +1 -1
- package/src/Panel.js +9 -0
- package/src/Popover.js +106 -57
- package/src/Popup.js +16 -2
- package/src/PopupBlockLayer.hbs +1 -1
- package/src/RadioButton.js +15 -3
- package/src/RatingIndicator.js +37 -7
- package/src/ResponsivePopover.hbs +2 -0
- package/src/ResponsivePopover.js +1 -0
- package/src/SegmentedButton.hbs +1 -0
- package/src/SegmentedButton.js +14 -1
- package/src/Select.js +2 -1
- package/src/SelectPopover.hbs +2 -1
- package/src/SliderBase.hbs +1 -1
- package/src/SliderBase.js +4 -0
- package/src/SplitButton.hbs +53 -0
- package/src/SplitButton.js +425 -0
- package/src/Switch.hbs +1 -0
- package/src/Switch.js +18 -0
- package/src/Tab.js +10 -6
- package/src/TabContainer.hbs +48 -58
- package/src/TabContainer.js +480 -108
- package/src/TabContainerPopover.hbs +9 -6
- package/src/TabInOverflow.hbs +0 -1
- package/src/TabInStrip.hbs +3 -8
- package/src/TabSeparator.js +42 -3
- package/src/TabSeparatorInOverflow.hbs +8 -0
- package/src/TabSeparatorInStrip.hbs +6 -0
- package/src/Table.hbs +1 -1
- package/src/Table.js +15 -5
- package/src/TextArea.js +9 -3
- package/src/TextAreaPopover.hbs +1 -1
- package/src/ToggleButton.js +5 -0
- package/src/Tokenizer.js +134 -7
- package/src/Tree.hbs +1 -0
- package/src/TreeItem.js +21 -0
- package/src/TreeListItem.js +8 -0
- package/src/features/InputSuggestions.js +88 -15
- package/src/i18n/messagebundle.properties +26 -1
- package/src/i18n/messagebundle_ar.properties +13 -1
- package/src/i18n/messagebundle_bg.properties +13 -1
- package/src/i18n/messagebundle_ca.properties +13 -1
- package/src/i18n/messagebundle_cs.properties +13 -1
- package/src/i18n/messagebundle_cy.properties +13 -1
- package/src/i18n/messagebundle_da.properties +13 -1
- package/src/i18n/messagebundle_de.properties +13 -1
- package/src/i18n/messagebundle_el.properties +13 -1
- package/src/i18n/messagebundle_en.properties +13 -1
- package/src/i18n/messagebundle_en_GB.properties +13 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +18 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +18 -1
- package/src/i18n/messagebundle_en_US_saptrc.properties +18 -1
- package/src/i18n/messagebundle_es.properties +13 -1
- package/src/i18n/messagebundle_es_MX.properties +13 -1
- package/src/i18n/messagebundle_et.properties +13 -1
- package/src/i18n/messagebundle_fi.properties +14 -2
- package/src/i18n/messagebundle_fr.properties +13 -1
- package/src/i18n/messagebundle_fr_CA.properties +13 -1
- package/src/i18n/messagebundle_hi.properties +13 -1
- package/src/i18n/messagebundle_hr.properties +13 -1
- package/src/i18n/messagebundle_hu.properties +13 -1
- package/src/i18n/messagebundle_id.properties +13 -1
- package/src/i18n/messagebundle_it.properties +13 -1
- package/src/i18n/messagebundle_iw.properties +13 -1
- package/src/i18n/messagebundle_ja.properties +13 -1
- package/src/i18n/messagebundle_kk.properties +13 -1
- package/src/i18n/messagebundle_ko.properties +13 -1
- package/src/i18n/messagebundle_lt.properties +13 -1
- package/src/i18n/messagebundle_lv.properties +13 -1
- package/src/i18n/messagebundle_ms.properties +13 -1
- package/src/i18n/messagebundle_nl.properties +13 -1
- package/src/i18n/messagebundle_no.properties +13 -1
- package/src/i18n/messagebundle_pl.properties +13 -1
- package/src/i18n/messagebundle_pt.properties +13 -1
- package/src/i18n/messagebundle_pt_PT.properties +13 -1
- package/src/i18n/messagebundle_ro.properties +13 -1
- package/src/i18n/messagebundle_ru.properties +13 -1
- package/src/i18n/messagebundle_sh.properties +13 -1
- package/src/i18n/messagebundle_sk.properties +13 -1
- package/src/i18n/messagebundle_sl.properties +13 -1
- package/src/i18n/messagebundle_sv.properties +13 -1
- package/src/i18n/messagebundle_th.properties +12 -0
- package/src/i18n/messagebundle_tr.properties +13 -1
- package/src/i18n/messagebundle_uk.properties +13 -1
- package/src/i18n/messagebundle_vi.properties +13 -1
- package/src/i18n/messagebundle_zh_CN.properties +13 -1
- package/src/i18n/messagebundle_zh_TW.properties +12 -0
- package/src/themes/Badge.css +3 -1
- package/src/themes/Breadcrumbs.css +100 -99
- package/src/themes/BrowserScrollbar.css +2 -0
- package/src/themes/BusyIndicator.css +3 -3
- package/src/themes/CardHeader.css +7 -3
- package/src/themes/CheckBox.css +15 -7
- package/src/themes/CustomListItem.css +2 -1
- package/src/themes/Dialog.css +1 -0
- package/src/themes/Input.css +14 -0
- package/src/themes/List.css +1 -0
- package/src/themes/Panel.css +4 -0
- package/src/themes/Popover.css +4 -0
- package/src/themes/PopupsCommon.css +0 -1
- package/src/themes/RadioButton.css +4 -3
- package/src/themes/RatingIndicator.css +0 -1
- package/src/themes/SliderBase.css +3 -2
- package/src/themes/SplitButton.css +98 -0
- package/src/themes/TabContainer.css +17 -53
- package/src/themes/TabInOverflow.css +25 -21
- package/src/themes/TabInStrip.css +124 -100
- package/src/themes/TabSeparatorInOverflow.css +8 -0
- package/src/themes/TabSeparatorInStrip.css +5 -0
- package/src/themes/Table.css +1 -1
- package/src/themes/TableColumn.css +0 -1
- package/src/themes/TextArea.css +9 -1
- package/src/themes/TimeSelection.css +4 -0
- package/src/themes/Token.css +2 -1
- package/src/themes/Tokenizer.css +1 -1
- package/src/themes/ValueStateMessage.css +3 -3
- package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/base/Card-parameters.css +1 -1
- package/src/themes/base/Input-parameters.css +5 -0
- package/src/themes/base/TabContainer-parameters.css +1 -1
- package/src/themes/base/TextArea-parameters.css +1 -0
- package/src/themes/base/Title-parameters.css +6 -6
- package/src/themes/base/Token-parameters.css +1 -0
- package/src/themes/base/sizes-parameters.css +2 -2
- package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize/Table-parameters.css +3 -0
- package/src/themes/sap_belize/parameters-bundle.css +1 -0
- package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcb/Input-parameters.css +1 -0
- package/src/themes/sap_belize_hcb/Table-parameters.css +1 -0
- package/src/themes/sap_belize_hcb/Token-parameters.css +1 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcw/Input-parameters.css +1 -0
- package/src/themes/sap_belize_hcw/Table-parameters.css +1 -0
- package/src/themes/sap_belize_hcw/Token-parameters.css +1 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3/TabContainer-parameters.css +1 -1
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcb/Input-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +2 -0
- package/src/themes/sap_fiori_3_hcb/Token-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcw/Input-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +2 -0
- package/src/themes/sap_fiori_3_hcw/Token-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon/Card-parameters.css +0 -1
- package/src/themes/sap_horizon/Table-parameters.css +1 -0
- package/src/themes/sap_horizon/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/src/types/HasPopup.js +62 -0
- package/src/types/TabsOverflowMode.js +40 -0
- package/csp.js +0 -7
- package/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -7
- package/src/TabSeparator.hbs +0 -1
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Sadrži stavke s mogućnošću višestrukog odab
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Sadrži stavke koje se mogu izbrisati
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Zatvaranje trake sa informacijama
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Može se zatvoriti
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Traka sa informacijama za grešku
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Traka sa informacijama za upozorenje
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Traka sa informacijama za uspeh
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Traka sa informacijama
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Prethodno
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Meni prekoračenja
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Više
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} znakova preostaje
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} znakova prekoračeno
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Obsahuje prvky na viacnásobný výber
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Obsahuje vymazateľné prvky
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Zavrieť informačný panel
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Možno zavrieť
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Chyba informačného panela
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Upozornenie informačného panela
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informačný panel - úspech
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informačný panel
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Predchádzajúce
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menu Pretečenie
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Viac
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} znakov zostáva
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} znakov nad limit
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Vsebuje postavke z možnostjo večkratne izbire
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Vsebuje postavke z možnostjo brisanja
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Zapri vrstico z informacijami
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Z možnostjo zapiranja
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Vrstica z informacijami o napaki
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Vrstica z informacijami o opozorilu
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Vrstica z informacijami o uspehu
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Vrstica z informacijami
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=V redu
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Nazaj
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Meni prekoračitve
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Več
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=Ostalo še {0} znakov
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=Preseženo za {0} znakov
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Innehåller flervalselement
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Innehåller raderbara element
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Stängning av informationsfält
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Kan stängas
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Informationsfält för fel
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Informationsfält för varning
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informationsfält för OK resultat
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informationsfält
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Föregående
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Spillmeny
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mer
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} tecken kvar
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} tecken för mycket
|
|
@@ -107,6 +107,16 @@ ARIA_LABEL_LIST_DELETABLE=มีรายการที่สามารถล
|
|
|
107
107
|
|
|
108
108
|
MESSAGE_STRIP_CLOSE_BUTTON=ปิดแถบข้อความ
|
|
109
109
|
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=สามารถปิดได้
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=แถบข้อมูลข้อผิดพลาด
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=แถบข้อมูลคำเตือน
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=แถบข้อมูลความสำเร็จ
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=แถบข้อมูล
|
|
119
|
+
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=ตกลง
|
|
111
121
|
|
|
112
122
|
VALUE_STATE_ERROR_ALREADY_SELECTED=ค่านี้ถูกเลือกแล้ว
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=ก่อนหน้า
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=เมนูที่มีข้อมูลมากเกินไป
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=เพิ่มเติม
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=เหลืออีก {0} อักขระ
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=เกินมา {0} อักขระ
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Çoklu seçilebilir öğeler içeriyor
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Silinebilir öğeler içeriyor
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Bilgi çubuğunu kapatma
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Kapatılabilir
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Hata bilgi çubuğu
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Uyarı bilgi çubuğu
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Başarı bilgi çubuğu
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Bilgi çubuğu
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=Tamam
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Önceki
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Taşma menüsü
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Daha fazla
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} karakter kaldı
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} karakter aşıldı
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Містить позиції з можливі
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Містить позиції з можливістю видалення
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Закриття
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Закриття інформаційної панелі
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=З можливістю закриття
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Помилка інформаційної панелі
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Застереження інформаційної панелі
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Успіх інформаційної панелі
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Інформаційна панель
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Назад
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Меню переповнення
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Більше
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} символів залишилось
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} символів за межею
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Chứa mục có đa lựa chọn
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Chứa mục có thể xóa
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Đóng
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Đóng thanh thông tin
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Có thể đóng
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Thanh thông tin lỗi
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Thanh thông tin cảnh báo
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Thanh thông tin thành công
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Thanh thông tin
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Trước
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Trình đơn tràn
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Thêm
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=còn lại {0} ký tự
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} ký tự quá giới hạn
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=包含可多重选择的项目
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=包含可删除的项目
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=信息栏关闭
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=可关闭
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=错误信息栏
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=警告信息栏
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=成功信息栏
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=信息栏
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=确定
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=上一个
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=溢出菜单
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=更多
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=剩余 {0} 个字符
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=超过限制 {0} 个字符
|
|
@@ -107,6 +107,16 @@ ARIA_LABEL_LIST_DELETABLE=包含可刪除的項目
|
|
|
107
107
|
|
|
108
108
|
MESSAGE_STRIP_CLOSE_BUTTON=訊息列關閉
|
|
109
109
|
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=可關閉
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=錯誤資訊列
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=警告資訊列
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=成功資訊列
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=資訊列
|
|
119
|
+
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=確定
|
|
111
121
|
|
|
112
122
|
VALUE_STATE_ERROR_ALREADY_SELECTED=已選擇此值。
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=上一步
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=溢位功能表
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=更多
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=剩下 {0} 個字元
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=超過 {0} 個字元
|
package/src/themes/Badge.css
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
border-radius: var(--_ui5-badge-border-radius);
|
|
14
14
|
box-sizing: border-box;
|
|
15
15
|
font-family: "72override", var(--sapFontFamily);
|
|
16
|
+
font-weight: var(--_ui5-badge-font-weight);
|
|
16
17
|
text-align: center;
|
|
17
18
|
letter-spacing: 0.0125em;
|
|
18
19
|
transition: all .2s ease-in-out;
|
|
@@ -36,8 +37,9 @@
|
|
|
36
37
|
width: 100%;
|
|
37
38
|
overflow: hidden;
|
|
38
39
|
white-space: nowrap;
|
|
39
|
-
font-weight:
|
|
40
|
+
font-weight: inherit;
|
|
40
41
|
text-overflow: ellipsis;
|
|
42
|
+
line-height: 1;
|
|
41
43
|
text-transform: var(--_ui5-badge-text-transform);
|
|
42
44
|
letter-spacing: inherit;
|
|
43
45
|
font-size: var(--ui5-badge-font-size); /* origin from --sapFontSmallSize (0.75rem) */
|
|
@@ -1,99 +1,100 @@
|
|
|
1
|
-
.ui5-breadcrumbs-root {
|
|
2
|
-
white-space: nowrap;
|
|
3
|
-
outline: none;
|
|
4
|
-
margin: 0 0 0.5rem 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.ui5-breadcrumbs-root > ol {
|
|
8
|
-
margin: 0;
|
|
9
|
-
padding: 0;
|
|
10
|
-
list-style-type: none;
|
|
11
|
-
display: -webkit-box;
|
|
12
|
-
display: -webkit-flex;
|
|
13
|
-
display: flex;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ui5-breadcrumbs-root > ol > li {
|
|
17
|
-
display: inline;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.ui5-breadcrumbs-current-location {
|
|
21
|
-
min-width: 1%;
|
|
22
|
-
-webkit-flex: 1;
|
|
23
|
-
-webkit-box-flex: 1;
|
|
24
|
-
flex: 1 1 auto;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.ui5-breadcrumbs-current-location > span:focus {
|
|
28
|
-
outline-offset: -1px;
|
|
29
|
-
outline: 1px dotted var(--sapContent_FocusColor);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ui5-breadcrumbs-dropdown-arrow-link-wrapper[hidden] {
|
|
33
|
-
display: none
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon] {
|
|
37
|
-
width: var(--sapFontSize);
|
|
38
|
-
height: var(--sapFontSize);
|
|
39
|
-
padding-left: .675rem;
|
|
40
|
-
vertical-align: text-top;
|
|
41
|
-
color: var(--sapLinkColor);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]::before {
|
|
45
|
-
content: "...";
|
|
46
|
-
vertical-align: middle;
|
|
47
|
-
position: absolute;
|
|
48
|
-
left: 0;
|
|
49
|
-
bottom: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* underline icon on hover */
|
|
53
|
-
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]::after,
|
|
54
|
-
.ui5-breadcrumbs-dropdown-arrow-link-wrapper:hover [ui5-icon]::after {
|
|
55
|
-
content: "";
|
|
56
|
-
position: absolute;
|
|
57
|
-
border-bottom: 0.0625rem solid;
|
|
58
|
-
top: 0;
|
|
59
|
-
left: 0;
|
|
60
|
-
bottom: 1px;
|
|
61
|
-
right: 0;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* links separator */
|
|
65
|
-
|
|
66
|
-
content: "/"; /* default separator is "Slash" */
|
|
67
|
-
padding: 0 .25rem;
|
|
68
|
-
cursor: auto;
|
|
69
|
-
color: var(--sapContent_LabelColor);
|
|
70
|
-
display:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
.ui5-breadcrumbs-root {
|
|
2
|
+
white-space: nowrap;
|
|
3
|
+
outline: none;
|
|
4
|
+
margin: 0 0 0.5rem 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ui5-breadcrumbs-root > ol {
|
|
8
|
+
margin: 0;
|
|
9
|
+
padding: 0;
|
|
10
|
+
list-style-type: none;
|
|
11
|
+
display: -webkit-box;
|
|
12
|
+
display: -webkit-flex;
|
|
13
|
+
display: flex;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ui5-breadcrumbs-root > ol > li {
|
|
17
|
+
display: inline;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ui5-breadcrumbs-current-location {
|
|
21
|
+
min-width: 1%;
|
|
22
|
+
-webkit-flex: 1;
|
|
23
|
+
-webkit-box-flex: 1;
|
|
24
|
+
flex: 1 1 auto;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ui5-breadcrumbs-current-location > span:focus {
|
|
28
|
+
outline-offset: -1px;
|
|
29
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ui5-breadcrumbs-dropdown-arrow-link-wrapper[hidden] {
|
|
33
|
+
display: none
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon] {
|
|
37
|
+
width: var(--sapFontSize);
|
|
38
|
+
height: var(--sapFontSize);
|
|
39
|
+
padding-left: .675rem;
|
|
40
|
+
vertical-align: text-top;
|
|
41
|
+
color: var(--sapLinkColor);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-icon]::before {
|
|
45
|
+
content: "...";
|
|
46
|
+
vertical-align: middle;
|
|
47
|
+
position: absolute;
|
|
48
|
+
left: 0;
|
|
49
|
+
bottom: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* underline icon on hover */
|
|
53
|
+
.ui5-breadcrumbs-dropdown-arrow-link-wrapper [ui5-link][focused] [ui5-icon]::after,
|
|
54
|
+
.ui5-breadcrumbs-dropdown-arrow-link-wrapper:hover [ui5-icon]::after {
|
|
55
|
+
content: "";
|
|
56
|
+
position: absolute;
|
|
57
|
+
border-bottom: 0.0625rem solid;
|
|
58
|
+
top: 0;
|
|
59
|
+
left: 0;
|
|
60
|
+
bottom: 1px;
|
|
61
|
+
right: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* links separator */
|
|
65
|
+
li:not(.ui5-breadcrumbs-current-location)::after {
|
|
66
|
+
content: "/"; /* default separator is "Slash" */
|
|
67
|
+
padding: 0 .25rem;
|
|
68
|
+
cursor: auto;
|
|
69
|
+
color: var(--sapContent_LabelColor);
|
|
70
|
+
display: inline-block;
|
|
71
|
+
font-family: "72override",var(--sapFontFamily);
|
|
72
|
+
font-size: var(--sapFontSize);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.ui5-breadcrumbs-popover-footer {
|
|
76
|
+
display: flex;
|
|
77
|
+
justify-content: flex-end;
|
|
78
|
+
width: 100%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* separator styles */
|
|
82
|
+
:host([separator-style="BackSlash"]) li:not(.ui5-breadcrumbs-current-location)::after {
|
|
83
|
+
content: "\\";
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host([separator-style="DoubleBackSlash"]) li:not(.ui5-breadcrumbs-current-location)::after {
|
|
87
|
+
content: "\\\\";
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host([separator-style="DoubleGreaterThan"]) li:not(.ui5-breadcrumbs-current-location)::after {
|
|
91
|
+
content: ">>";
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
:host([separator-style="DoubleSlash"]) li:not(.ui5-breadcrumbs-current-location)::after {
|
|
95
|
+
content: "//";
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
:host([separator-style="GreaterThan"]) li:not(.ui5-breadcrumbs-current-location)::after {
|
|
99
|
+
content: ">";
|
|
100
|
+
}
|
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
::-webkit-scrollbar {
|
|
10
10
|
background-color: var(--sapScrollBar_TrackColor);
|
|
11
|
+
border-left: var(--browser_scrollbar_border);
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
::-webkit-scrollbar-thumb {
|
|
15
|
+
border-radius: var(--browser_scrollbar_border_radius);
|
|
14
16
|
background-color: var(--sapScrollBar_FaceColor);
|
|
15
17
|
}
|
|
16
18
|
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
display: inline-block;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
:host([
|
|
5
|
+
:host([_is-busy]) {
|
|
6
6
|
color: var(--_ui5_busy_indicator_color);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
:host([
|
|
9
|
+
:host([_is-busy]) :not(.ui5-busy-indicator-root--ie) ::slotted(:not([class^="ui5-busy-indicator-"])) {
|
|
10
10
|
opacity: 0.6;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* IE fix: 0.6 makes the content almost invisible, so we set it to 0.95 in IE
|
|
15
15
|
*/
|
|
16
|
-
:host([
|
|
16
|
+
:host([_is-busy]) .ui5-busy-indicator-root--ie ::slotted(:not([class^="ui5-busy-indicator-"])) {
|
|
17
17
|
opacity: 0.95;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
color: var(--sapTile_TextColor);
|
|
73
73
|
text-align: left;
|
|
74
74
|
line-height: 1.125rem;
|
|
75
|
-
padding-left: 1rem;
|
|
76
75
|
margin-left: auto;
|
|
77
76
|
text-overflow: ellipsis;
|
|
78
77
|
overflow: hidden;
|
|
@@ -109,15 +108,20 @@
|
|
|
109
108
|
max-width: 100%;
|
|
110
109
|
}
|
|
111
110
|
|
|
111
|
+
|
|
112
|
+
.ui5-card-header-action {
|
|
113
|
+
display: flex;
|
|
114
|
+
padding-left: 1rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
112
117
|
[dir="rtl"].ui5-card-header .ui5-card-header-avatar {
|
|
113
118
|
margin-left: .75rem;
|
|
114
119
|
margin-right: 0;
|
|
115
120
|
}
|
|
116
121
|
|
|
117
|
-
[dir="rtl"].ui5-card-header .ui5-card-header-
|
|
122
|
+
[dir="rtl"].ui5-card-header .ui5-card-header-action {
|
|
118
123
|
padding-right: 1rem;
|
|
119
124
|
padding-left: 0rem;
|
|
120
|
-
margin-right: auto;
|
|
121
125
|
}
|
|
122
126
|
|
|
123
127
|
[dir="rtl"].ui5-card-header .ui5-card-header-text .ui5-card-header-title {
|
package/src/themes/CheckBox.css
CHANGED
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
/* disabled */
|
|
18
|
+
:host([disabled]) {
|
|
19
|
+
cursor: default;
|
|
20
|
+
}
|
|
21
|
+
|
|
18
22
|
:host([disabled]) .ui5-checkbox-root {
|
|
19
23
|
opacity: .5;
|
|
20
24
|
}
|
|
@@ -211,9 +215,6 @@ https://github.com/philipwalton/flexbugs/issues/231
|
|
|
211
215
|
}
|
|
212
216
|
|
|
213
217
|
.ui5-checkbox-inner {
|
|
214
|
-
display: flex;
|
|
215
|
-
justify-content: center;
|
|
216
|
-
align-items: center;
|
|
217
218
|
min-width: var(--_ui5_checkbox_inner_width_height);
|
|
218
219
|
max-width: var(--_ui5_checkbox_inner_width_height);
|
|
219
220
|
height: var(--_ui5_checkbox_inner_width_height);
|
|
@@ -224,12 +225,16 @@ https://github.com/philipwalton/flexbugs/issues/231
|
|
|
224
225
|
color: var(--_ui5_checkbox_checkmark_color);
|
|
225
226
|
box-sizing: border-box;
|
|
226
227
|
position: relative;
|
|
227
|
-
cursor:
|
|
228
|
+
cursor: inherit;
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
:host([indeterminate][checked]) .ui5-checkbox-inner::after {
|
|
231
232
|
content: "";
|
|
232
233
|
background-color: currentColor;
|
|
234
|
+
position: absolute;
|
|
235
|
+
left:50%;
|
|
236
|
+
top:50%;
|
|
237
|
+
transform: translate(-50%, -50%);
|
|
233
238
|
width: var(--_ui5_checkbox_partially_icon_size);
|
|
234
239
|
height: var(--_ui5_checkbox_partially_icon_size);
|
|
235
240
|
}
|
|
@@ -246,7 +251,7 @@ https://github.com/philipwalton/flexbugs/issues/231
|
|
|
246
251
|
.ui5-checkbox-root .ui5-checkbox-label {
|
|
247
252
|
margin-left: var(--_ui5_checkbox_label_offset_left);
|
|
248
253
|
margin-right: var(--_ui5_checkbox_label_offset_right);
|
|
249
|
-
cursor:
|
|
254
|
+
cursor: inherit;
|
|
250
255
|
text-overflow: ellipsis;
|
|
251
256
|
overflow: hidden;
|
|
252
257
|
pointer-events: none;
|
|
@@ -260,8 +265,11 @@ https://github.com/philipwalton/flexbugs/issues/231
|
|
|
260
265
|
width: var(--_ui5_checkbox_icon_size);
|
|
261
266
|
height: var(--_ui5_checkbox_icon_size);
|
|
262
267
|
color: currentColor;
|
|
263
|
-
cursor:
|
|
264
|
-
|
|
268
|
+
cursor: inherit;
|
|
269
|
+
position: absolute;
|
|
270
|
+
left:50%;
|
|
271
|
+
top:50%;
|
|
272
|
+
transform: translate(-50%, -50%);
|
|
265
273
|
}
|
|
266
274
|
|
|
267
275
|
/* RTL */
|