@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { registerFeature } from "@ui5/webcomponents-base/dist/FeaturesRegistry.js";
|
|
2
2
|
import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
|
|
3
|
-
import encodeXML from "@ui5/webcomponents-base/dist/
|
|
3
|
+
import encodeXML from "@ui5/webcomponents-base/dist/sap/base/security/encodeXML.js";
|
|
4
4
|
import generateHighlightedMarkup from "@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js";
|
|
5
5
|
import List from "../List.js";
|
|
6
6
|
import ResponsivePopover from "../ResponsivePopover.js";
|
|
@@ -111,6 +111,64 @@ class Suggestions {
|
|
|
111
111
|
return false;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
onPageUp(event) {
|
|
115
|
+
event.preventDefault();
|
|
116
|
+
|
|
117
|
+
const isItemIndexValid = this.selectedItemIndex - 10 > -1;
|
|
118
|
+
|
|
119
|
+
if (this._hasValueState && !isItemIndexValid) {
|
|
120
|
+
this._focusValueState();
|
|
121
|
+
return true;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
this._moveItemSelection(this.selectedItemIndex,
|
|
125
|
+
isItemIndexValid ? this.selectedItemIndex -= 10 : this.selectedItemIndex = 0);
|
|
126
|
+
return true;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
onPageDown(event) {
|
|
130
|
+
event.preventDefault();
|
|
131
|
+
|
|
132
|
+
const items = this._getItems();
|
|
133
|
+
const lastItemIndex = items.length - 1;
|
|
134
|
+
const isItemIndexValid = this.selectedItemIndex + 10 <= lastItemIndex;
|
|
135
|
+
|
|
136
|
+
if (this._hasValueState && !items) {
|
|
137
|
+
this._focusValueState();
|
|
138
|
+
return true;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
this._moveItemSelection(this.selectedItemIndex,
|
|
142
|
+
isItemIndexValid ? this.selectedItemIndex += 10 : this.selectedItemIndex = lastItemIndex);
|
|
143
|
+
return true;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
onHome(event) {
|
|
147
|
+
event.preventDefault();
|
|
148
|
+
|
|
149
|
+
if (this._hasValueState) {
|
|
150
|
+
this._focusValueState();
|
|
151
|
+
return true;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
this._moveItemSelection(this.selectedItemIndex, this.selectedItemIndex = 0);
|
|
155
|
+
return true;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
onEnd(event) {
|
|
159
|
+
event.preventDefault();
|
|
160
|
+
|
|
161
|
+
const lastItemIndex = this._getItems().length - 1;
|
|
162
|
+
|
|
163
|
+
if (this._hasValueState && !lastItemIndex) {
|
|
164
|
+
this._focusValueState();
|
|
165
|
+
return true;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
this._moveItemSelection(this.selectedItemIndex, this.selectedItemIndex = lastItemIndex);
|
|
169
|
+
return true;
|
|
170
|
+
}
|
|
171
|
+
|
|
114
172
|
onTab(event) {
|
|
115
173
|
if (this._isItemOnTarget()) {
|
|
116
174
|
this.onItemSelected(null, true);
|
|
@@ -200,7 +258,7 @@ class Suggestions {
|
|
|
200
258
|
|
|
201
259
|
/* Private methods */
|
|
202
260
|
onItemPress(oEvent) {
|
|
203
|
-
this.onItemSelected(oEvent.detail.
|
|
261
|
+
this.onItemSelected(oEvent.detail.selectedItems[0], false /* keyboardUsed */);
|
|
204
262
|
}
|
|
205
263
|
|
|
206
264
|
_beforeOpen() {
|
|
@@ -210,8 +268,8 @@ class Suggestions {
|
|
|
210
268
|
|
|
211
269
|
async _attachItemsListeners() {
|
|
212
270
|
const list = await this._getList();
|
|
213
|
-
list.removeEventListener("ui5-
|
|
214
|
-
list.addEventListener("ui5-
|
|
271
|
+
list.removeEventListener("ui5-selection-change", this.fnOnSuggestionItemPress);
|
|
272
|
+
list.addEventListener("ui5-selection-change", this.fnOnSuggestionItemPress);
|
|
215
273
|
list.removeEventListener("ui5-item-focused", this.fnOnSuggestionItemFocus);
|
|
216
274
|
list.addEventListener("ui5-item-focused", this.fnOnSuggestionItemFocus);
|
|
217
275
|
list.removeEventListener("mouseover", this.fnOnSuggestionItemMouseOver);
|
|
@@ -284,19 +342,14 @@ class Suggestions {
|
|
|
284
342
|
_selectNextItem() {
|
|
285
343
|
const itemsCount = this._getItems().length;
|
|
286
344
|
const previousSelectedIdx = this.selectedItemIndex;
|
|
287
|
-
const hasValueState = this.component.hasValueStateMessage;
|
|
288
|
-
|
|
289
|
-
if (hasValueState && previousSelectedIdx === null && !this.component._isValueStateFocused) {
|
|
290
|
-
this.component._isValueStateFocused = true;
|
|
291
|
-
this.component.focused = false;
|
|
292
|
-
this.component.hasSuggestionItemSelected = false;
|
|
293
|
-
this.selectedItemIndex = null;
|
|
294
345
|
|
|
346
|
+
if (this._hasValueState && previousSelectedIdx === null && !this.component._isValueStateFocused) {
|
|
347
|
+
this._focusValueState();
|
|
295
348
|
return;
|
|
296
349
|
}
|
|
297
350
|
|
|
298
|
-
if ((previousSelectedIdx === null && !
|
|
299
|
-
this.
|
|
351
|
+
if ((previousSelectedIdx === null && !this._hasValueState) || this.component._isValueStateFocused) {
|
|
352
|
+
this._clearValueStateFocus();
|
|
300
353
|
--this.selectedItemIndex;
|
|
301
354
|
}
|
|
302
355
|
|
|
@@ -310,9 +363,8 @@ class Suggestions {
|
|
|
310
363
|
_selectPreviousItem() {
|
|
311
364
|
const items = this._getItems();
|
|
312
365
|
const previousSelectedIdx = this.selectedItemIndex;
|
|
313
|
-
const hasValueState = this.component.hasValueStateMessage;
|
|
314
366
|
|
|
315
|
-
if (
|
|
367
|
+
if (this._hasValueState && previousSelectedIdx === 0 && !this.component._isValueStateFocused) {
|
|
316
368
|
this.component.hasSuggestionItemSelected = false;
|
|
317
369
|
this.component._isValueStateFocused = true;
|
|
318
370
|
this.selectedItemIndex = null;
|
|
@@ -358,6 +410,7 @@ class Suggestions {
|
|
|
358
410
|
}
|
|
359
411
|
|
|
360
412
|
this.component.focused = false;
|
|
413
|
+
this._clearValueStateFocus();
|
|
361
414
|
|
|
362
415
|
this.accInfo = {
|
|
363
416
|
currentPos: nextIdx + 1,
|
|
@@ -496,6 +549,26 @@ class Suggestions {
|
|
|
496
549
|
return encodeXML(text);
|
|
497
550
|
}
|
|
498
551
|
|
|
552
|
+
get _hasValueState() {
|
|
553
|
+
return this.component.hasValueStateMessage;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
_focusValueState() {
|
|
557
|
+
const items = this._getItems();
|
|
558
|
+
|
|
559
|
+
this.component._isValueStateFocused = true;
|
|
560
|
+
this.component.focused = false;
|
|
561
|
+
this.component.hasSuggestionItemSelected = false;
|
|
562
|
+
this.selectedItemIndex = null;
|
|
563
|
+
|
|
564
|
+
items && this._scrollItemIntoView(items[0]);
|
|
565
|
+
this._deselectItems();
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
_clearValueStateFocus() {
|
|
569
|
+
this.component._isValueStateFocused = false;
|
|
570
|
+
}
|
|
571
|
+
|
|
499
572
|
static get dependencies() {
|
|
500
573
|
return [
|
|
501
574
|
SuggestionItem,
|
|
@@ -158,7 +158,22 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contains Multi-Selectable Items
|
|
|
158
158
|
ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
|
|
159
159
|
|
|
160
160
|
#XTOL: Tooltip of messgae strip close button
|
|
161
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
161
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Information Bar Close
|
|
162
|
+
|
|
163
|
+
#XACT: ARIA announcement for the MessageStrip's closable state
|
|
164
|
+
MESSAGE_STRIP_CLOSABLE=Closable
|
|
165
|
+
|
|
166
|
+
#XACT: ARIA announcement for the MessageStrip's "Error" state
|
|
167
|
+
MESSAGE_STRIP_ERROR=Error Information Bar
|
|
168
|
+
|
|
169
|
+
#XACT: ARIA announcement for the MessageStrip's "Warning" state
|
|
170
|
+
MESSAGE_STRIP_WARNING=Warning Information Bar
|
|
171
|
+
|
|
172
|
+
#XACT: ARIA announcement for the MessageStrip's "Success" state
|
|
173
|
+
MESSAGE_STRIP_SUCCESS=Success Information Bar
|
|
174
|
+
|
|
175
|
+
#XACT: ARIA announcement for the MessageStrip's "Information" state
|
|
176
|
+
MESSAGE_STRIP_INFORMATION=Information Bar
|
|
162
177
|
|
|
163
178
|
#XFLD: MultiComboBox dialog button
|
|
164
179
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
@@ -238,6 +253,9 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Previous
|
|
|
238
253
|
#XACT: ACC overflow menu title in tab container
|
|
239
254
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overflow Menu
|
|
240
255
|
|
|
256
|
+
#XTXT Text for end overflow button in tab container
|
|
257
|
+
TABCONTAINER_END_OVERFLOW=More
|
|
258
|
+
|
|
241
259
|
#XTXT: Text for characters left
|
|
242
260
|
TEXTAREA_CHARACTERS_LEFT={0} characters remaining
|
|
243
261
|
|
|
@@ -333,3 +351,10 @@ STEPINPUT_DEC_ICON_TITLE=Decrease
|
|
|
333
351
|
|
|
334
352
|
#XTOL: tooltip for increase button of the StepInput
|
|
335
353
|
STEPINPUT_INC_ICON_TITLE=Increase
|
|
354
|
+
|
|
355
|
+
#XACT: Aria information for the Split Button
|
|
356
|
+
SPLIT_BUTTON_DESCRIPTION=Split Button
|
|
357
|
+
|
|
358
|
+
#XACT: Aria hint for the keyboard handling support of the Split Button
|
|
359
|
+
SPLIT_BUTTON_KEYBOARD_HINT=Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action
|
|
360
|
+
|
|
@@ -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=Съдържа подлежащи на множ
|
|
|
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=Conté elements per a la selecció múltiple
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Conté elements suprimibles
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Tancament de barra d'informació
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Es pot tancar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Missatge d'error de la barra d'informació
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Missatge d'advertència de la barra d'informació
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Missatge de conclusió exitosa de la barra d'informació
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Barra d'informació
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=D'acord
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Anterior
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menú de desbordament
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Més
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} caràcters restants
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=S'han excedit {0} caràcters
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Obsahuje položky pro vícenásobný výběr
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Obsahuje vymazatelné položky
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Zavřít informační lištu
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Lze zavřít
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Informační lišta chyb
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Informační lišta
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informační lišta úspěšného provedení
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informační lišta
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Předchozí
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Přetečení - menu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Více
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} znaky zbývají
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} znaky přes limit
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Yn Cynnwys Mwy nag un Eitem y mae Modd ei Ddewis
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Yn Cynnwys Eitemau Mae Modd eu Dileu
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Cau
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Cau Bar Gwybodaeth
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Mae modd ei gau
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Bar Gwybodaeth Gwall
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Bar Gwybodaeth Rhybudd
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Bar Gwybodaeth Llwyddiant
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Bar Gwybodaeth
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=IAWN
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Blaenorol
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Dewislen Gorlif
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mwy
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} nod ar ôl
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} nod dros yr uchafswm
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Indeholder elementer for multiselektion
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Indeholder sletbare elementer
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Lukning af
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Lukning af informationspanel
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Kan lukkes
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Informationspanel fejl
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Informationspanel advarsel
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Informationspanel ingen fejl
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informationspanel
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Tilbage
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overløbsmenu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mere
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} tegn tilbage
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} tegn overskredet
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Enthält Elemente für Mehrfachauswahl
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Enthält löschbare Elemente
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Informationsleiste schließen
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Schließbar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Fehler-Informationsleiste
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Warnungs-Informationsleiste
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Erfolgs-Informationsleiste
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Informationsleiste
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Zurück
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Überlaufmenü
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Mehr
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} Zeichen verbleibend
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} Zeichen über 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=Contains Multi-Selectable Items
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Information Bar Close
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Closable
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Error Information Bar
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Warning Information Bar
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Success Information Bar
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Information Bar
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Previous
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overflow Menu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=More
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} characters remaining
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} characters over limit
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contains Multi-Selectable Items
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Information Bar Close
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Closable
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Error Information Bar
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Warning Information Bar
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Success Information Bar
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Information Bar
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Previous
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Overflow Menu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=More
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} characters remaining
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} characters over 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} ċĥąŗąċţēŗş ŏʋēŗ ĺįɱįţ]]]
|
|
@@ -222,3 +234,8 @@ DAY_PICKER_TODAY=[[[Ţŏƌąŷ∙∙∙∙∙∙∙∙∙]]]
|
|
|
222
234
|
STEPINPUT_DEC_ICON_TITLE=[[[Ďēċŗēąşē∙∙∙∙∙∙]]]
|
|
223
235
|
|
|
224
236
|
STEPINPUT_INC_ICON_TITLE=[[[Ĭŋċŗēąşē∙∙∙∙∙∙]]]
|
|
237
|
+
|
|
238
|
+
SPLIT_BUTTON_DESCRIPTION=[[[Ŝρĺįţ Ɓűţţŏŋ∙∙∙∙∙∙∙]]]
|
|
239
|
+
|
|
240
|
+
SPLIT_BUTTON_KEYBOARD_HINT=[[[Ƥŗēşş Ŝρąċē ŏŗ Ĕŋţēŗ ţŏ ţŗįğğēŗ ƌēƒąűĺţ ąċţįŏŋ ąŋƌ Āĺţ + Āŗŗŏŵ Ďŏŵŋ ŏŗ Ƒ4 ţŏ ţŗįğğēŗ ąŗŗŏŵ ąċţįŏŋ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
|
|
241
|
+
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Information Bar Close
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Closable
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Error Information Bar
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Warning Information Bar
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Success Information Bar
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Information Bar
|
|
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=Overflow Menu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=More
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} characters remaining
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} characters over limit
|
|
@@ -222,3 +234,8 @@ DAY_PICKER_TODAY=
|
|
|
222
234
|
STEPINPUT_DEC_ICON_TITLE=Decrease
|
|
223
235
|
|
|
224
236
|
STEPINPUT_INC_ICON_TITLE=Increase
|
|
237
|
+
|
|
238
|
+
SPLIT_BUTTON_DESCRIPTION=Split Button
|
|
239
|
+
|
|
240
|
+
SPLIT_BUTTON_KEYBOARD_HINT=Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action
|
|
241
|
+
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Im1QxTXkxa2tb8XIvBG0TA_Contains Multi-Selectable
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=2ca2/RZz5P8KJAQuPSFJ5A_Contains Deletable Items
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=CvCBeC16kp/9UuqXGvG4AQ_Information Bar Close
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=sq34dzQMW1+Si9dCKFm/ug_Closable
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=PDJlGkHt5UxnWpKhBeFG5Q_Error Information Bar
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Lw7G4RXJlcjlVOS2jnrYnA_Warning Information Bar
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=X1yzFM+VDkm8qD9faBlhVQ_Success Information Bar
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=DbqYI811ZnrrChyYt71few_Information Bar
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=I2D/B265WVPvCbodzvAu2g_OK
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=tlyjpjQlt22F3Q1RCYscxw_Previous
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=3xcnVA+Ez03aprilqIkpAw_Overflow Menu
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=XkO9Zj1ZvILA5x5A4X/Zbg_More
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=xgyJ76zueErBiq4pvSwylw_{0} characters remaining
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED=UGc6/Cj6gpF6O2wCd1OgaA_{0} characters over limit
|
|
@@ -222,3 +234,8 @@ DAY_PICKER_TODAY=FCfAZiNW1l8FZ3pTk3k1rA_Today
|
|
|
222
234
|
STEPINPUT_DEC_ICON_TITLE=gzq0VyT+wa4J3oEOwtIzjA_Decrease
|
|
223
235
|
|
|
224
236
|
STEPINPUT_INC_ICON_TITLE=EVD8WgPmWB8TGa/9oY2+WQ_Increase
|
|
237
|
+
|
|
238
|
+
SPLIT_BUTTON_DESCRIPTION=4evHovIP9/1rkDeRtyd5wQ_Split Button
|
|
239
|
+
|
|
240
|
+
SPLIT_BUTTON_KEYBOARD_HINT=Lpz82i9+CXskdfoXFtAVIw_Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action
|
|
241
|
+
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contiene elementos para la selección múltiple
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contiene elementos borrables
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Cierre de la barra de información
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Se puede cerrar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Mensaje de error de la barra de información
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Mensaje de advertencia de la barra de información
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Mensaje de conclusión exitosa de la barra de información
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Barra de información
|
|
109
119
|
|
|
110
120
|
MULTICOMBOBOX_DIALOG_OK_BUTTON=Aceptar
|
|
111
121
|
|
|
@@ -159,6 +169,8 @@ TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Anterior
|
|
|
159
169
|
|
|
160
170
|
TABCONTAINER_OVERFLOW_MENU_TITLE=Menú de desbordamiento
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Más
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT={0} caracteres restantes
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} caracteres excedidos
|
|
@@ -105,7 +105,17 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contiene elementos multiseleccionables
|
|
|
105
105
|
|
|
106
106
|
ARIA_LABEL_LIST_DELETABLE=Contiene elementos eliminables
|
|
107
107
|
|
|
108
|
-
MESSAGE_STRIP_CLOSE_BUTTON=Cierre de
|
|
108
|
+
MESSAGE_STRIP_CLOSE_BUTTON=Cierre de barra de información
|
|
109
|
+
|
|
110
|
+
MESSAGE_STRIP_CLOSABLE=Se puede cerrar
|
|
111
|
+
|
|
112
|
+
MESSAGE_STRIP_ERROR=Barra de información de errores
|
|
113
|
+
|
|
114
|
+
MESSAGE_STRIP_WARNING=Barra de información de advertencia
|
|
115
|
+
|
|
116
|
+
MESSAGE_STRIP_SUCCESS=Barra de información de éxito
|
|
117
|
+
|
|
118
|
+
MESSAGE_STRIP_INFORMATION=Barra de información
|
|
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=Menú de desbordamiento
|
|
161
171
|
|
|
172
|
+
TABCONTAINER_END_OVERFLOW=Más
|
|
173
|
+
|
|
162
174
|
TEXTAREA_CHARACTERS_LEFT=Quedan {0} caracteres
|
|
163
175
|
|
|
164
176
|
TEXTAREA_CHARACTERS_EXCEEDED={0} caracteres por encima del límite
|