@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=Bevat elementen voor meervoudig selecteren
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Bevat verwijderbare elementen
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Informatiebalk voor sluiten
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Sluitbaar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Informatiebalk voor fout
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Informatiebalk voor waarschuwing
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informatiebalk voor succes
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informatiebalk
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Vorige
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overloopmenu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Meer
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} tekens over
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} tekens boven limiet
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Inneholder elementer for flervalg
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Inneholder elementer som kan slettes
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Lukking av
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Lukking av informasjonslinje
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Kan lukkes
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Informasjonslinje for feil
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Informasjonslinje for advarsler
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informasjonslinje ved ingen feil
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informasjonslinje
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Tilbake
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overflytmeny
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mer
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} tegn gjenstår
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} tegn over grensen
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Zawiera elementy do wyboru wielokrotnego
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Zawiera elementy możliwe do usunięcia
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Zamknięcie paska informacji
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Możliwe do zamknięcia
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Pasek informacji - Błąd
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Pasek informacji - Ostrzeżenie
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Pasek informacji - Sukces
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Pasek informacji
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Poprzednie
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menu przepełnienia
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Więcej
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=Pozostała następująca liczba znaków: {0}
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=Przekroczono o następującą liczbę znaków: {0}
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contém itens de seleção múltipla
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contém itens elimináveis
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Fechamento de barra de informação
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Possível de fechar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Barra de informação com erro
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Barra de informação com aviso
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Barra de informação com êxito
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Barra de informação
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Anterior
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menu de estouro
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mais
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} caracteres restantes
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} caracteres acima do limite
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contém itens de seleção múltipla
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contém itens elimináveis
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Fecho de
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Fecho de barra de informação
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Fechável
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Barra de informação de erro
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Barra de informação de aviso
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Barra de informação de êxito
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Barra de informação
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Anterior
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menu de capacidade excedida
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mais
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} carateres restantes
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} carateres acima do limite
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Conține poziţii pt.selecţie multiplă
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Conține poziţii care pot fi şterse
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Închidere
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Închidere bară de informații
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Poate fi închis
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Bară de informații eroare
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Bară de informații avertizare
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Bară de informații de succes
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Bară de informații
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Anterior
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Meniu depășire
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mai mult
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} caractere rămase
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} caractere peste limită
|
|
@@ -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}
|
|
@@ -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} 個字元
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import DataType from "@ui5/webcomponents-base/dist/types/DataType.js";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Different types of HasPopup.
|
|
5
|
+
* @lends sap.ui.webcomponents.main.types.HasPopup.prototype
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
const PopupTypes = {
|
|
9
|
+
/**
|
|
10
|
+
* Dialog popup type.
|
|
11
|
+
* @public
|
|
12
|
+
* @type {Dialog}
|
|
13
|
+
*/
|
|
14
|
+
Dialog: "Dialog",
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Grid popup type.
|
|
18
|
+
* @public
|
|
19
|
+
* @type {Grid}
|
|
20
|
+
*/
|
|
21
|
+
Grid: "Grid",
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* ListBox popup type.
|
|
25
|
+
* @public
|
|
26
|
+
* @type {ListBox}
|
|
27
|
+
*/
|
|
28
|
+
ListBox: "ListBox",
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Menu popup type.
|
|
32
|
+
* @public
|
|
33
|
+
* @type {Menu}
|
|
34
|
+
*/
|
|
35
|
+
Menu: "Menu",
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Tree popup type.
|
|
39
|
+
* @public
|
|
40
|
+
* @type {Tree}
|
|
41
|
+
*/
|
|
42
|
+
Tree: "Tree",
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @class
|
|
47
|
+
* Different types of HasPopup.
|
|
48
|
+
* @constructor
|
|
49
|
+
* @author SAP SE
|
|
50
|
+
* @alias sap.ui.webcomponents.main.types.HasPopup
|
|
51
|
+
* @public
|
|
52
|
+
* @enum {string}
|
|
53
|
+
*/
|
|
54
|
+
class HasPopup extends DataType {
|
|
55
|
+
static isValid(value) {
|
|
56
|
+
return !!PopupTypes[value];
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
HasPopup.generateTypeAccessors(PopupTypes);
|
|
61
|
+
|
|
62
|
+
export default HasPopup;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import DataType from "@ui5/webcomponents-base/dist/types/DataType.js";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @lends sap.ui.webcomponents.main.types.TabsOverflowMode.prototype
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
const TabsOverflowModes = {
|
|
8
|
+
/**
|
|
9
|
+
* End type is used if there should be only one overflow with hidden the tabs at the end of the tab container.
|
|
10
|
+
* @public
|
|
11
|
+
* @type {End}
|
|
12
|
+
*/
|
|
13
|
+
End: "End",
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* StartAndEnd type is used if there should be two overflows on both ends of the tab container.
|
|
17
|
+
* @public
|
|
18
|
+
* @type {StartAndEnd}
|
|
19
|
+
*/
|
|
20
|
+
StartAndEnd: "StartAndEnd",
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @class
|
|
25
|
+
* Different types of overflow modes.
|
|
26
|
+
* @constructor
|
|
27
|
+
* @author SAP SE
|
|
28
|
+
* @alias sap.ui.webcomponents.main.types.TabsOverflowMode
|
|
29
|
+
* @public
|
|
30
|
+
* @enum {string}
|
|
31
|
+
*/
|
|
32
|
+
class TabsOverflowMode extends DataType {
|
|
33
|
+
static isValid(value) {
|
|
34
|
+
return !!TabsOverflowModes[value];
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
TabsOverflowMode.generateTypeAccessors(TabsOverflowModes);
|
|
39
|
+
|
|
40
|
+
export default TabsOverflowMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"directory": "packages/main"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@ui5/webcomponents-base": "1.
|
|
44
|
-
"@ui5/webcomponents-icons": "1.
|
|
45
|
-
"@ui5/webcomponents-ie11": "1.
|
|
46
|
-
"@ui5/webcomponents-localization": "1.
|
|
47
|
-
"@ui5/webcomponents-theming": "1.
|
|
43
|
+
"@ui5/webcomponents-base": "1.1.2",
|
|
44
|
+
"@ui5/webcomponents-icons": "1.1.2",
|
|
45
|
+
"@ui5/webcomponents-ie11": "1.1.2",
|
|
46
|
+
"@ui5/webcomponents-localization": "1.1.2",
|
|
47
|
+
"@ui5/webcomponents-theming": "1.1.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@ui5/webcomponents-tools": "1.
|
|
51
|
-
"chromedriver": "
|
|
50
|
+
"@ui5/webcomponents-tools": "1.1.2",
|
|
51
|
+
"chromedriver": "96.0.0"
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|
package/src/Breadcrumbs.hbs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
@keydown="{{_onkeydown}}"
|
|
5
5
|
@keyup="{{_onkeyup}}">
|
|
6
6
|
|
|
7
|
-
<li class="ui5-breadcrumbs-dropdown-arrow-link-wrapper"
|
|
7
|
+
<li class="ui5-breadcrumbs-dropdown-arrow-link-wrapper"
|
|
8
8
|
?hidden="{{_isOverflowEmpty}}">
|
|
9
9
|
<ui5-link @click="{{_openRespPopover}}"
|
|
10
10
|
accessible-role="button"
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
</li>
|
|
17
17
|
|
|
18
18
|
{{#each _linksData}}
|
|
19
|
-
<li class="ui5-breadcrumbs-link-wrapper" @click="{{../_onLinkPress}}"
|
|
19
|
+
<li class="ui5-breadcrumbs-link-wrapper" @click="{{../_onLinkPress}}"
|
|
20
|
+
id="{{this._id}}-link-wrapper">
|
|
20
21
|
<ui5-link
|
|
21
22
|
href="{{this.href}}"
|
|
22
23
|
target="{{this.target}}"
|
package/src/Breadcrumbs.js
CHANGED
|
@@ -314,17 +314,19 @@ class Breadcrumbs extends UI5Element {
|
|
|
314
314
|
|
|
315
315
|
for (let i = this._overflowSize; i < items.length; i++) {
|
|
316
316
|
const item = items[i],
|
|
317
|
-
link = this.shadowRoot.querySelector(
|
|
317
|
+
link = this.shadowRoot.querySelector(`#${item._id}-link-wrapper`);
|
|
318
318
|
map.set(item, this._getElementWidth(link) || 0);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
if (this._endsWithCurrentLocationLabel && label) {
|
|
321
|
+
if (items.length && this._endsWithCurrentLocationLabel && label) {
|
|
322
322
|
const item = items[items.length - 1];
|
|
323
323
|
map.set(item, this._getElementWidth(label));
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
if (!this._isOverflowEmpty) {
|
|
327
|
-
this._dropdownArrowLinkWidth = this._getElementWidth(
|
|
327
|
+
this._dropdownArrowLinkWidth = this._getElementWidth(
|
|
328
|
+
this.shadowRoot.querySelector(".ui5-breadcrumbs-dropdown-arrow-link-wrapper"),
|
|
329
|
+
);
|
|
328
330
|
}
|
|
329
331
|
}
|
|
330
332
|
|
|
@@ -395,7 +397,7 @@ class Breadcrumbs extends UI5Element {
|
|
|
395
397
|
}
|
|
396
398
|
|
|
397
399
|
_onOverflowListItemSelect(event) {
|
|
398
|
-
const listItem = event.detail.
|
|
400
|
+
const listItem = event.detail.selectedItems[0],
|
|
399
401
|
items = this.getSlottedNodes("items"),
|
|
400
402
|
item = items.find(x => `${x._id}-li` === listItem.id);
|
|
401
403
|
|
|
@@ -434,7 +436,7 @@ class Breadcrumbs extends UI5Element {
|
|
|
434
436
|
|
|
435
437
|
_hasVisibleContent(item) {
|
|
436
438
|
// the check is not complete but may be extended in the future if needed to cover
|
|
437
|
-
// cases
|
|
439
|
+
// cases besides the standard (UX-recommended) ones
|
|
438
440
|
return item.innerText || Array.from(item.children).some(child => !child.hidden);
|
|
439
441
|
}
|
|
440
442
|
|
|
@@ -454,7 +456,7 @@ class Breadcrumbs extends UI5Element {
|
|
|
454
456
|
|
|
455
457
|
get _currentLocationText() {
|
|
456
458
|
const items = this.getSlottedNodes("items");
|
|
457
|
-
if (this._endsWithCurrentLocationLabel && items.length
|
|
459
|
+
if (this._endsWithCurrentLocationLabel && items.length) {
|
|
458
460
|
const item = items[items.length - 1];
|
|
459
461
|
if (this._isItemVisible(item)) {
|
|
460
462
|
return item.innerText;
|