@openui5/sap.ui.webc.main 1.100.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +5 -5
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +2 -2
- package/src/sap/ui/webc/main/Avatar.js +1 -1
- package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
- package/src/sap/ui/webc/main/Badge.js +1 -1
- package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
- package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
- package/src/sap/ui/webc/main/BusyIndicator.js +3 -4
- package/src/sap/ui/webc/main/Button.js +3 -3
- package/src/sap/ui/webc/main/Calendar.js +1 -1
- package/src/sap/ui/webc/main/CalendarDate.js +1 -1
- package/src/sap/ui/webc/main/Card.js +1 -3
- package/src/sap/ui/webc/main/CardHeader.js +1 -1
- package/src/sap/ui/webc/main/Carousel.js +1 -1
- package/src/sap/ui/webc/main/CheckBox.js +1 -2
- package/src/sap/ui/webc/main/ColorPalette.js +1 -1
- package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
- package/src/sap/ui/webc/main/ColorPalettePopover.js +1 -1
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +1 -2
- package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
- package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/CustomListItem.js +1 -1
- package/src/sap/ui/webc/main/DatePicker.js +3 -3
- package/src/sap/ui/webc/main/DateRangePicker.js +1 -2
- package/src/sap/ui/webc/main/DateTimePicker.js +3 -3
- package/src/sap/ui/webc/main/Dialog.js +1 -3
- package/src/sap/ui/webc/main/FileUploader.js +1 -2
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +3 -7
- package/src/sap/ui/webc/main/Input.js +1 -2
- package/src/sap/ui/webc/main/Label.js +1 -2
- package/src/sap/ui/webc/main/Link.js +3 -2
- package/src/sap/ui/webc/main/List.js +1 -3
- package/src/sap/ui/webc/main/MessageStrip.js +1 -3
- package/src/sap/ui/webc/main/MultiComboBox.js +1 -2
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +3 -3
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +1 -3
- package/src/sap/ui/webc/main/Popover.js +1 -3
- package/src/sap/ui/webc/main/ProgressIndicator.js +1 -2
- package/src/sap/ui/webc/main/RadioButton.js +3 -2
- package/src/sap/ui/webc/main/RangeSlider.js +1 -2
- package/src/sap/ui/webc/main/RatingIndicator.js +1 -2
- package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
- package/src/sap/ui/webc/main/SegmentedButton.js +1 -2
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +1 -1
- package/src/sap/ui/webc/main/Select.js +1 -2
- package/src/sap/ui/webc/main/Slider.js +1 -2
- package/src/sap/ui/webc/main/SplitButton.js +1 -1
- package/src/sap/ui/webc/main/StandardListItem.js +1 -1
- package/src/sap/ui/webc/main/StepInput.js +1 -2
- package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
- package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
- package/src/sap/ui/webc/main/Switch.js +1 -2
- package/src/sap/ui/webc/main/Tab.js +13 -2
- package/src/sap/ui/webc/main/TabContainer.js +4 -4
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +1 -3
- package/src/sap/ui/webc/main/TableCell.js +1 -1
- package/src/sap/ui/webc/main/TableColumn.js +3 -2
- package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
- package/src/sap/ui/webc/main/TableRow.js +1 -1
- package/src/sap/ui/webc/main/TextArea.js +1 -3
- package/src/sap/ui/webc/main/TimePicker.js +1 -2
- package/src/sap/ui/webc/main/Title.js +1 -2
- package/src/sap/ui/webc/main/Toast.js +1 -3
- package/src/sap/ui/webc/main/ToggleButton.js +1 -2
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Tree.js +1 -3
- package/src/sap/ui/webc/main/TreeItem.js +1 -1
- package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +75 -0
- package/src/sap/ui/webc/main/designtime/Button.designtime.js +46 -0
- package/src/sap/ui/webc/main/designtime/DatePicker.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/DateTimePicker.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Link.designtime.js +96 -0
- package/src/sap/ui/webc/main/designtime/Panel.designtime.js +18 -2
- package/src/sap/ui/webc/main/designtime/Table.designtime.js +2 -2
- package/src/sap/ui/webc/main/designtime/TableColumn.designtime.js +29 -0
- package/src/sap/ui/webc/main/designtime/messagebundle.properties +9 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +10 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +6 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +6 -0
- package/src/sap/ui/webc/main/flexibility/Button.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Link.flexibility.js +27 -0
- package/src/sap/ui/webc/main/flexibility/Panel.flexibility.js +21 -0
- package/src/sap/ui/webc/main/library.js +65 -25
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +40 -5
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +0 -4
- package/src/sap/ui/webc/main/thirdparty/List.js +37 -4
- package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +181 -21
- package/src/sap/ui/webc/main/thirdparty/Popover.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Tab.js +52 -2
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +163 -36
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +0 -2
- package/src/sap/ui/webc/main/thirdparty/Token.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +41 -16
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css10.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css11.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css12.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css2.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/BreadcrumbsPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Title.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +3 -1
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +2 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +10 -12
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +2 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabTemplate.lit.js +2 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/main/thirdparty/types/ListGrowingMode.js +15 -2
- package/src/sap/ui/webc/main/thirdparty/types/TableGrowingMode.js +15 -2
|
@@ -74,6 +74,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
74
74
|
_startOverflowText: {
|
|
75
75
|
type: String,
|
|
76
76
|
noAttribute: true,
|
|
77
|
+
defaultValue: "0",
|
|
77
78
|
},
|
|
78
79
|
_endOverflowText: {
|
|
79
80
|
type: String,
|
|
@@ -88,6 +89,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
88
89
|
type: Object,
|
|
89
90
|
multiple: true,
|
|
90
91
|
},
|
|
92
|
+
_overflowItems: {
|
|
93
|
+
type: Object,
|
|
94
|
+
multiple: true,
|
|
95
|
+
},
|
|
91
96
|
},
|
|
92
97
|
events: {
|
|
93
98
|
"tab-select": {
|
|
@@ -131,27 +136,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
131
136
|
});
|
|
132
137
|
}
|
|
133
138
|
onBeforeRendering() {
|
|
134
|
-
|
|
135
|
-
if (
|
|
136
|
-
const selectedTabs =
|
|
139
|
+
this._allItemsAndSubItems = this._getAllSubItems(this.items, []);
|
|
140
|
+
if (this._allItemsAndSubItems.length) {
|
|
141
|
+
const selectedTabs = this._allItemsAndSubItems.filter(tab => tab.selected);
|
|
137
142
|
if (selectedTabs.length) {
|
|
138
143
|
this._selectedTab = selectedTabs[0];
|
|
139
144
|
} else {
|
|
140
|
-
this._selectedTab =
|
|
145
|
+
this._selectedTab = this._allItemsAndSubItems[0];
|
|
141
146
|
this._selectedTab._selected = true;
|
|
142
147
|
}
|
|
143
148
|
}
|
|
144
|
-
this.
|
|
145
|
-
item._isInline = this.tabLayout === TabLayout.Inline;
|
|
146
|
-
item._mixedMode = this.mixedMode;
|
|
147
|
-
item._posinset = index + 1;
|
|
148
|
-
item._setsize = arr.length;
|
|
149
|
-
item._getTabContainerHeaderItemCallback = _ => {
|
|
150
|
-
return this.getDomRef().querySelector(`#${item._id}`);
|
|
151
|
-
};
|
|
152
|
-
item._itemSelectCallback = this._onItemSelect.bind(this);
|
|
153
|
-
item._getRealDomRef = () => this.getDomRef().querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
|
154
|
-
});
|
|
149
|
+
this._setItemsExternalProperties(this.items);
|
|
155
150
|
if (!this._animationRunning) {
|
|
156
151
|
this._contentCollapsed = this.collapsed;
|
|
157
152
|
}
|
|
@@ -170,24 +165,104 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
170
165
|
onExitDOM() {
|
|
171
166
|
ResizeHandler__default.deregister(this._getHeader(), this._handleResize);
|
|
172
167
|
}
|
|
173
|
-
|
|
168
|
+
_setItemsExternalProperties(items) {
|
|
169
|
+
items.filter(item => !item.isSeparator).forEach((item, index, arr) => {
|
|
170
|
+
item._isInline = this.tabLayout === TabLayout.Inline;
|
|
171
|
+
item._mixedMode = this.mixedMode;
|
|
172
|
+
item._posinset = index + 1;
|
|
173
|
+
item._setsize = arr.length;
|
|
174
|
+
item._getTabContainerHeaderItemCallback = _ => this.getDomRef().querySelector(`#${item._id}`);
|
|
175
|
+
item._itemSelectCallback = this._onItemSelect.bind(this);
|
|
176
|
+
item._getRealDomRef = () => this.getDomRef().querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
|
177
|
+
item._realTab = this._selectedTab;
|
|
178
|
+
item._isTopLevelTab = this.items.some(i => i === item);
|
|
179
|
+
walk(items, tab => {
|
|
180
|
+
tab._realTab = item._realTab;
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
async _onTabStripClick(event) {
|
|
174
185
|
const tab = getTab(event.target);
|
|
175
186
|
if (!tab) {
|
|
176
187
|
return;
|
|
177
188
|
}
|
|
189
|
+
event.preventDefault();
|
|
190
|
+
event.stopPropagation();
|
|
191
|
+
if (event.target.hasAttribute("ui5-button")) {
|
|
192
|
+
this._onTabExpandButtonClick(event);
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
195
|
+
if (!tab._realTab._hasOwnContent && tab._realTab.tabs.length) {
|
|
196
|
+
this._overflowItems = [];
|
|
197
|
+
this._overflowItems = tab._realTab.subTabs;
|
|
198
|
+
this._addStyleIndent(this._overflowItems, false);
|
|
199
|
+
this.responsivePopover = await this._respPopover();
|
|
200
|
+
if (this.responsivePopover.opened) {
|
|
201
|
+
this.responsivePopover.close();
|
|
202
|
+
} else {
|
|
203
|
+
this._setInitialFocus(this._getSelectedInPopover());
|
|
204
|
+
}
|
|
205
|
+
this.responsivePopover.showAt(tab);
|
|
206
|
+
return;
|
|
207
|
+
}
|
|
178
208
|
this._onHeaderItemSelect(tab);
|
|
179
209
|
}
|
|
210
|
+
async _onTabExpandButtonClick(event) {
|
|
211
|
+
event.stopPropagation();
|
|
212
|
+
event.preventDefault();
|
|
213
|
+
let button = event.target;
|
|
214
|
+
let tabInstance = button.tab;
|
|
215
|
+
if (tabInstance) {
|
|
216
|
+
tabInstance.focus();
|
|
217
|
+
}
|
|
218
|
+
if ((event.type === "keydown") && !event.target._realTab.isSingleClickArea) {
|
|
219
|
+
button = event.target.querySelectorAll(".ui5-tab-expand-button")[0];
|
|
220
|
+
tabInstance = event.target._realTab;
|
|
221
|
+
}
|
|
222
|
+
if (!tabInstance) {
|
|
223
|
+
this._onHeaderItemSelect(button.parentElement);
|
|
224
|
+
return;
|
|
225
|
+
}
|
|
226
|
+
this._overflowItems = tabInstance.subTabs;
|
|
227
|
+
this._addStyleIndent(this._overflowItems, false);
|
|
228
|
+
this.responsivePopover = await this._respPopover();
|
|
229
|
+
if (this.responsivePopover.opened) {
|
|
230
|
+
this.responsivePopover.close();
|
|
231
|
+
} else {
|
|
232
|
+
this._setInitialFocus(this._getSelectedInPopover());
|
|
233
|
+
}
|
|
234
|
+
this.responsivePopover.showAt(button);
|
|
235
|
+
}
|
|
236
|
+
_setInitialFocus(selectedInPopover) {
|
|
237
|
+
if (selectedInPopover.length) {
|
|
238
|
+
this.responsivePopover.initialFocus = selectedInPopover[0].id;
|
|
239
|
+
} else {
|
|
240
|
+
this.responsivePopover.initialFocus = this.responsivePopover.content[0].items.filter(item => item.classList.contains("ui5-tab-overflow-item"))[0].id;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
180
243
|
_onTabStripKeyDown(event) {
|
|
181
244
|
const tab = getTab(event.target);
|
|
182
245
|
if (!tab) {
|
|
183
246
|
return;
|
|
184
247
|
}
|
|
185
248
|
if (Keys.isEnter(event)) {
|
|
186
|
-
|
|
249
|
+
if (tab._realTab.isSingleClickArea) {
|
|
250
|
+
this._onTabStripClick(event);
|
|
251
|
+
} else {
|
|
252
|
+
this._onHeaderItemSelect(tab);
|
|
253
|
+
}
|
|
187
254
|
}
|
|
188
255
|
if (Keys.isSpace(event)) {
|
|
189
256
|
event.preventDefault();
|
|
190
257
|
}
|
|
258
|
+
if (Keys.isDown(event)) {
|
|
259
|
+
if (tab._realTab.requiresExpandButton) {
|
|
260
|
+
this._onTabExpandButtonClick(event);
|
|
261
|
+
}
|
|
262
|
+
if (tab._realTab.isSingleClickArea) {
|
|
263
|
+
this._onTabStripClick(event);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
191
266
|
}
|
|
192
267
|
_onTabStripKeyUp(event) {
|
|
193
268
|
const tab = getTab(event.target);
|
|
@@ -195,7 +270,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
195
270
|
return;
|
|
196
271
|
}
|
|
197
272
|
if (Keys.isSpace(event)) {
|
|
198
|
-
|
|
273
|
+
event.preventDefault();
|
|
274
|
+
if (tab._realTab.isSingleClickArea) {
|
|
275
|
+
this._onTabStripClick(event);
|
|
276
|
+
} else {
|
|
277
|
+
this._onHeaderItemSelect(tab);
|
|
278
|
+
}
|
|
199
279
|
}
|
|
200
280
|
}
|
|
201
281
|
_onHeaderItemSelect(tab) {
|
|
@@ -206,19 +286,32 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
206
286
|
}
|
|
207
287
|
}
|
|
208
288
|
}
|
|
209
|
-
_onOverflowListItemClick(event) {
|
|
289
|
+
async _onOverflowListItemClick(event) {
|
|
210
290
|
event.preventDefault();
|
|
211
291
|
const { item } = event.detail;
|
|
212
292
|
this._onItemSelect(item);
|
|
213
|
-
this.responsivePopover.close();
|
|
293
|
+
await this.responsivePopover.close();
|
|
214
294
|
this._setItemsForStrip();
|
|
215
|
-
this.
|
|
295
|
+
const selectedTopLevel = this._getRootTab(this._selectedTab);
|
|
296
|
+
selectedTopLevel.focus();
|
|
297
|
+
}
|
|
298
|
+
_getAllSubItems(items, result, level = 1) {
|
|
299
|
+
items.forEach(item => {
|
|
300
|
+
if (item.hasAttribute("ui5-tab") || item.hasAttribute("ui5-tab-separator")) {
|
|
301
|
+
item._level = level;
|
|
302
|
+
result.push(item);
|
|
303
|
+
if (item.subTabs) {
|
|
304
|
+
this._getAllSubItems(item.subTabs, result, level + 1);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
});
|
|
308
|
+
return result;
|
|
216
309
|
}
|
|
217
310
|
_onItemSelect(target) {
|
|
218
|
-
const selectedIndex = findIndex(this.
|
|
219
|
-
const selectedTabIndex = findIndex(this.
|
|
220
|
-
const selectedTab = this.
|
|
221
|
-
this.
|
|
311
|
+
const selectedIndex = findIndex(this._allItemsAndSubItems, item => item.__id === target.id);
|
|
312
|
+
const selectedTabIndex = findIndex(this._allItemsAndSubItems, item => item.__id === target.id);
|
|
313
|
+
const selectedTab = this._allItemsAndSubItems[selectedIndex];
|
|
314
|
+
this._allItemsAndSubItems
|
|
222
315
|
.forEach((item, index) => {
|
|
223
316
|
const selected = selectedIndex === index;
|
|
224
317
|
item.selected = selected;
|
|
@@ -282,8 +375,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
282
375
|
const isStartOverflow = overflow.classList.contains("ui5-tc__overflow--start");
|
|
283
376
|
const items = [];
|
|
284
377
|
const overflowAttr = isEndOverflow ? "end-overflow" : "start-overflow";
|
|
285
|
-
this.
|
|
286
|
-
this._endOverflowItems = [];
|
|
378
|
+
this._overflowItems = [];
|
|
287
379
|
this.items.forEach(item => {
|
|
288
380
|
if (item.getTabInStripDomRef() && item.getTabInStripDomRef().hasAttribute(overflowAttr)) {
|
|
289
381
|
items.push(item);
|
|
@@ -292,11 +384,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
292
384
|
let button;
|
|
293
385
|
if (isEndOverflow) {
|
|
294
386
|
button = this.overflowButton[0] || overflow.querySelector("[ui5-button]");
|
|
295
|
-
this.
|
|
387
|
+
this._overflowItems = items;
|
|
388
|
+
this._addStyleIndent(this._overflowItems, true);
|
|
296
389
|
}
|
|
297
390
|
if (isStartOverflow) {
|
|
298
391
|
button = this.startOverflowButton[0] || overflow.querySelector("[ui5-button]");
|
|
299
|
-
this.
|
|
392
|
+
this._overflowItems = items;
|
|
393
|
+
this._addStyleIndent(this._overflowItems, true);
|
|
300
394
|
}
|
|
301
395
|
this.responsivePopover = await this._respPopover();
|
|
302
396
|
if (this.responsivePopover.opened) {
|
|
@@ -306,13 +400,27 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
306
400
|
this.responsivePopover.showAt(button);
|
|
307
401
|
}
|
|
308
402
|
}
|
|
403
|
+
_getSelectedInPopover() {
|
|
404
|
+
return this.responsivePopover.content[0].items.filter(item => (item._realTab && item._realTab.selected));
|
|
405
|
+
}
|
|
406
|
+
_addStyleIndent(tabs, isOverflow) {
|
|
407
|
+
walk(tabs, tab => {
|
|
408
|
+
let level = tab._level;
|
|
409
|
+
if (!isOverflow) {
|
|
410
|
+
level -= 1;
|
|
411
|
+
}
|
|
412
|
+
if (tab._level > 1 && tab.isSeparator) {
|
|
413
|
+
level -= 1;
|
|
414
|
+
}
|
|
415
|
+
tab._style = {
|
|
416
|
+
"--_ui5-indentation-level": level / 2,
|
|
417
|
+
};
|
|
418
|
+
});
|
|
419
|
+
}
|
|
309
420
|
async _onOverflowKeyDown(event) {
|
|
310
421
|
const isEndOverflow = event.currentTarget.classList.contains("ui5-tc__overflow--end");
|
|
311
422
|
const isStartOverflow = event.currentTarget.classList.contains("ui5-tc__overflow--start");
|
|
312
|
-
|
|
313
|
-
case Keys.isDown(event):
|
|
314
|
-
case isStartOverflow && Keys.isLeft(event):
|
|
315
|
-
case isEndOverflow && Keys.isRight(event):
|
|
423
|
+
if (Keys.isDown(event) || (isStartOverflow && Keys.isLeft(event)) || (isEndOverflow && Keys.isRight(event))) {
|
|
316
424
|
await this._onOverflowClick(event);
|
|
317
425
|
}
|
|
318
426
|
}
|
|
@@ -353,11 +461,21 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
353
461
|
this._updateEndOverflow(itemsDomRefs);
|
|
354
462
|
}
|
|
355
463
|
this._itemNavigation._init();
|
|
356
|
-
this._itemNavigation.setCurrentItem(this._selectedTab);
|
|
464
|
+
this._itemNavigation.setCurrentItem(this._getRootTab(this._selectedTab));
|
|
465
|
+
}
|
|
466
|
+
_getRootTab(tab) {
|
|
467
|
+
while (tab.hasAttribute("ui5-tab")) {
|
|
468
|
+
if (tab.parentElement.hasAttribute("ui5-tabcontainer")) {
|
|
469
|
+
break;
|
|
470
|
+
}
|
|
471
|
+
tab = tab.parentElement;
|
|
472
|
+
}
|
|
473
|
+
return tab;
|
|
357
474
|
}
|
|
358
475
|
_updateEndOverflow(itemsDomRefs) {
|
|
359
476
|
this._getEndOverflow().removeAttribute("hidden");
|
|
360
|
-
const
|
|
477
|
+
const selectedTab = this._getRootTab(this._selectedTab);
|
|
478
|
+
const selectedTabDomRef = selectedTab.getTabInStripDomRef();
|
|
361
479
|
const containerWidth = this._getTabStrip().offsetWidth;
|
|
362
480
|
const selectedItemIndexAndWidth = this._getSelectedItemIndexAndWidth(itemsDomRefs, selectedTabDomRef);
|
|
363
481
|
const lastVisibleTabIndex = this._findLastVisibleItem(itemsDomRefs, containerWidth, selectedItemIndexAndWidth.width);
|
|
@@ -369,7 +487,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
369
487
|
}
|
|
370
488
|
_updateStartAndEndOverflow(itemsDomRefs) {
|
|
371
489
|
let containerWidth = this._getTabStrip().offsetWidth;
|
|
372
|
-
const
|
|
490
|
+
const selectedTab = this._getRootTab(this._selectedTab);
|
|
491
|
+
const selectedTabDomRef = selectedTab.getTabInStripDomRef();
|
|
373
492
|
const selectedItemIndexAndWidth = this._getSelectedItemIndexAndWidth(itemsDomRefs, selectedTabDomRef);
|
|
374
493
|
const hasStartOverflow = this._hasStartOverflow(containerWidth, itemsDomRefs, selectedItemIndexAndWidth);
|
|
375
494
|
const hasEndOverflow = this._hasEndOverflow(containerWidth, itemsDomRefs, selectedItemIndexAndWidth);
|
|
@@ -672,6 +791,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
672
791
|
}
|
|
673
792
|
return -1;
|
|
674
793
|
};
|
|
794
|
+
const walk = (tabs, callback) => {
|
|
795
|
+
[...tabs].forEach(tab => {
|
|
796
|
+
callback(tab);
|
|
797
|
+
if (tab.subTabs) {
|
|
798
|
+
walk(tab.subTabs, callback);
|
|
799
|
+
}
|
|
800
|
+
});
|
|
801
|
+
};
|
|
675
802
|
TabContainer.define();
|
|
676
803
|
|
|
677
804
|
return TabContainer;
|
|
@@ -42,9 +42,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
42
42
|
"ariaRoledescription": this.dateAriaDescription,
|
|
43
43
|
"ariaHasPopup": "dialog",
|
|
44
44
|
"ariaAutoComplete": "none",
|
|
45
|
-
"role": "combobox",
|
|
46
45
|
"ariaControls": `${this._id}-responsive-popover`,
|
|
47
|
-
"ariaExpanded": this.isOpen(),
|
|
48
46
|
};
|
|
49
47
|
}
|
|
50
48
|
get dateAriaDescription() {
|
|
@@ -161,28 +161,33 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
161
161
|
this.fireEvent("token-delete", { ref: token });
|
|
162
162
|
}
|
|
163
163
|
_onkeydown(event) {
|
|
164
|
-
if (Keys.
|
|
164
|
+
if (Keys.isSpaceShift(event)) {
|
|
165
|
+
event.preventDefault();
|
|
166
|
+
}
|
|
167
|
+
if (Keys.isSpace(event) || Keys.isSpaceCtrl(event)) {
|
|
165
168
|
event.preventDefault();
|
|
166
169
|
return this._handleTokenSelection(event, false);
|
|
167
170
|
}
|
|
171
|
+
if (Keys.isHomeShift(event)) {
|
|
172
|
+
this._handleHomeShift(event);
|
|
173
|
+
}
|
|
174
|
+
if (Keys.isEndShift(event)) {
|
|
175
|
+
this._handleEndShift(event);
|
|
176
|
+
}
|
|
168
177
|
this._handleItemNavigation(event, this.tokens);
|
|
169
178
|
}
|
|
170
179
|
_handleItemNavigation(event, tokens) {
|
|
171
180
|
const isCtrl = !!(event.metaKey || event.ctrlKey);
|
|
172
|
-
if (Keys.isLeftCtrl(event) || Keys.isRightCtrl(event)) {
|
|
173
|
-
event.
|
|
174
|
-
return this._handleArrowCtrl(event.target, tokens, Keys.isRightCtrl(event));
|
|
181
|
+
if (Keys.isLeftCtrl(event) || Keys.isRightCtrl(event) || Keys.isDownCtrl(event) || Keys.isUpCtrl(event)) {
|
|
182
|
+
return this._handleArrowCtrl(event, event.target, tokens, Keys.isRightCtrl(event) || Keys.isDownCtrl(event));
|
|
175
183
|
}
|
|
176
|
-
if (Keys.
|
|
184
|
+
if (Keys.isLeftShift(event) || Keys.isRightShift(event) || Keys.isUpShift(event) || Keys.isDownShift(event) || Keys.isLeftShiftCtrl(event) || Keys.isRightShiftCtrl(event)) {
|
|
177
185
|
event.preventDefault();
|
|
178
|
-
return this.
|
|
186
|
+
return this._handleArrowShift(event.target, tokens, (Keys.isRightShift(event) || Keys.isRightShiftCtrl(event) || Keys.isDownShift(event)));
|
|
179
187
|
}
|
|
180
|
-
if (Keys.
|
|
188
|
+
if (Keys.isHome(event) || Keys.isEnd(event) || Keys.isHomeCtrl(event) || Keys.isEndCtrl(event)) {
|
|
181
189
|
event.preventDefault();
|
|
182
|
-
return this.
|
|
183
|
-
}
|
|
184
|
-
if (Keys.isHome(event) || Keys.isEnd(event)) {
|
|
185
|
-
return this._handleHome(tokens, Keys.isEnd(event));
|
|
190
|
+
return this._handleHome(tokens, Keys.isEnd(event) || Keys.isEndCtrl(event));
|
|
186
191
|
}
|
|
187
192
|
if (isCtrl && event.key.toLowerCase() === "a") {
|
|
188
193
|
event.preventDefault();
|
|
@@ -197,6 +202,24 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
197
202
|
tokens[index].focus();
|
|
198
203
|
this._itemNav.setCurrentItem(tokens[index]);
|
|
199
204
|
}
|
|
205
|
+
_handleHomeShift(event) {
|
|
206
|
+
const tokens = this.tokens;
|
|
207
|
+
const currentTokenIdx = tokens.indexOf(event.target);
|
|
208
|
+
tokens.filter((token, index) => index <= currentTokenIdx).forEach(token => {
|
|
209
|
+
token.selected = true;
|
|
210
|
+
});
|
|
211
|
+
tokens[0].focus();
|
|
212
|
+
this._itemNav.setCurrentItem(tokens[0]);
|
|
213
|
+
}
|
|
214
|
+
_handleEndShift(event) {
|
|
215
|
+
const tokens = this.tokens;
|
|
216
|
+
const currentTokenIdx = tokens.indexOf(event.target);
|
|
217
|
+
tokens.filter((token, index) => index >= currentTokenIdx).forEach(token => {
|
|
218
|
+
token.selected = true;
|
|
219
|
+
});
|
|
220
|
+
tokens[tokens.length - 1].focus();
|
|
221
|
+
this._itemNav.setCurrentItem(tokens[tokens.length - 1]);
|
|
222
|
+
}
|
|
200
223
|
_calcNextTokenIndex(focusedToken, tokens, backwards) {
|
|
201
224
|
if (!tokens.length) {
|
|
202
225
|
return -1;
|
|
@@ -211,22 +234,24 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
211
234
|
}
|
|
212
235
|
return nextIndex;
|
|
213
236
|
}
|
|
214
|
-
_handleArrowCtrl(focusedToken, tokens, backwards) {
|
|
237
|
+
_handleArrowCtrl(event, focusedToken, tokens, backwards) {
|
|
215
238
|
const nextIndex = this._calcNextTokenIndex(focusedToken, tokens, backwards);
|
|
239
|
+
event.preventDefault();
|
|
216
240
|
if (nextIndex === -1) {
|
|
217
241
|
return;
|
|
218
242
|
}
|
|
219
|
-
tokens[nextIndex].focus();
|
|
243
|
+
setTimeout(() => tokens[nextIndex].focus(), 0);
|
|
220
244
|
this._itemNav.setCurrentItem(tokens[nextIndex]);
|
|
221
245
|
}
|
|
222
246
|
_handleArrowShift(focusedToken, tokens, backwards) {
|
|
223
|
-
const
|
|
224
|
-
|
|
247
|
+
const focusedTokenIndex = tokens.indexOf(focusedToken);
|
|
248
|
+
const nextIndex = backwards ? (focusedTokenIndex + 1) : (focusedTokenIndex - 1);
|
|
249
|
+
if (nextIndex === -1 || nextIndex === tokens.length) {
|
|
225
250
|
return;
|
|
226
251
|
}
|
|
227
252
|
focusedToken.selected = true;
|
|
228
253
|
tokens[nextIndex].selected = true;
|
|
229
|
-
tokens[nextIndex].focus();
|
|
254
|
+
setTimeout(() => tokens[nextIndex].focus(), 0);
|
|
230
255
|
this._itemNav.setCurrentItem(tokens[nextIndex]);
|
|
231
256
|
}
|
|
232
257
|
_click(event) {
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "الأفاتارز المربوطة.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "اضغط على مفاتيح الأسهم للنقل.",
|
|
14
14
|
BADGE_DESCRIPTION: "شارة",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "مسار التنقل",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "المزيد",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "إلغاء",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "استعراض...",
|
|
39
40
|
FILEUPLOADER_TITLE: "تحميل ملف",
|
|
40
41
|
GROUP_HEADER_TEXT: "مقدمة المجموعة",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "تحديد الخيارات",
|
|
42
44
|
INPUT_SUGGESTIONS: "اقترحات متوفرة",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "تحديد",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "السابق",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "قائمة التدفق",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "المزيد",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "إلغاء",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "متبق {0} من الحروف",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "تم تجاوز الحد بمقدار {0} من الحروف",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "الساعات",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Свързани аватари.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Придвижвайте се чрез клавишите със стрелки.",
|
|
14
14
|
BADGE_DESCRIPTION: "Значка",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Път на навигация",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Още",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Отказ",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Браузване...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Качване на файл",
|
|
40
41
|
GROUP_HEADER_TEXT: "Заглавна част на група",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Избиране на опции",
|
|
42
44
|
INPUT_SUGGESTIONS: "Има налични предложения",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Избор",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Назад",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Меню препълване",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Още",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Отказ",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "Остават {0} символа",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} символа над ограничението",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Часове",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Avatars conjunts.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Per desplaçar-vos premeu les tecles de cursor.",
|
|
14
14
|
BADGE_DESCRIPTION: "Distinció",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Via de navegació",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Més",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Cancel·lar",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Navegar...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Carregar fitxer",
|
|
40
41
|
GROUP_HEADER_TEXT: "Capçalera de grup",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Seleccionar opcions",
|
|
42
44
|
INPUT_SUGGESTIONS: "Propostes disponibles",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Seleccionar",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Anterior",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Menú de desbordament",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Més",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Cancel·lar",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} caràcters restants",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "S'han excedit {0} caràcters",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Hores",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Spojené avatars.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Pro pohyb použijte příslušnou šipku.",
|
|
14
14
|
BADGE_DESCRIPTION: "Označení",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Navigační cesta",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Další",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Zrušit",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Prohledávání...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Odeslat soubor",
|
|
40
41
|
GROUP_HEADER_TEXT: "Skupinová hlavička",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Vybrat možnosti",
|
|
42
44
|
INPUT_SUGGESTIONS: "Existují návrhy",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Výběr",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Předchozí",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Přetečení - menu",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Více",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Zrušit",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} znaky zbývají",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} znaky přes limit",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Hodiny",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Afatarau wedi'u huno.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Pwyswch y byselli SAETH i symud.",
|
|
14
14
|
BADGE_DESCRIPTION: "Bathodyn",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Llwybr Briwsion Bara",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Mwy",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Canslo",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Pori...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Llwytho Ffeil i Fyny",
|
|
40
41
|
GROUP_HEADER_TEXT: "Pennyn Grŵp",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Dewis Opsiynau",
|
|
42
44
|
INPUT_SUGGESTIONS: "Awgrymiadau ar gael",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Dewis",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Blaenorol",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Dewislen Gorlif",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Mwy",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Canslo",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} nod ar ôl",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} nod dros yr uchafswm",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Awr",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Forbundne avatars.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Tryk på PILE-tasterne for at flytte.",
|
|
14
14
|
BADGE_DESCRIPTION: "Badge",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Navigationssti",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Mere",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Afbryd",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Gennemse...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Upload fil",
|
|
40
41
|
GROUP_HEADER_TEXT: "Gruppetop",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Valgmuligheder",
|
|
42
44
|
INPUT_SUGGESTIONS: "Forslag er tilgængelige",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Vælg",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Tilbage",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Overløbsmenu",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Mere",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Afbryd",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} tegn tilbage",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} tegn overskredet",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Timer",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Überlappende Avatare",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Zum Verschieben drücken Sie die entsprechenden PFEIL-Tasten.",
|
|
14
14
|
BADGE_DESCRIPTION: "Abzeichen",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Navigationspfad",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Mehr",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Abbrechen",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Durchsuchen ...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Datei hochladen",
|
|
40
41
|
GROUP_HEADER_TEXT: "Gruppenkopf",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Auswahloptionen",
|
|
42
44
|
INPUT_SUGGESTIONS: "Es sind Vorschläge verfügbar",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Auswählen",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Zurück",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Überlaufmenü",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Mehr",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Abbrechen",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} Zeichen verbleibend",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} Zeichen über Limit",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Stunden",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Συνδεδεμένα άβαταρ.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Πατήστε τα πλήκτρα ΒΕΛΟΥΣ για μετακίνηση.",
|
|
14
14
|
BADGE_DESCRIPTION: "Σήμα",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Ιχνος Πορείας",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "Περισσότερα",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Ακύρωση",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Αναζήτηση...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Φόρτωση Αρχείου",
|
|
40
41
|
GROUP_HEADER_TEXT: "Κεφαλίδα Ομάδας",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Επιλογή Εκδοχών",
|
|
42
44
|
INPUT_SUGGESTIONS: "Προτάσεις Διαθέσιμες",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Επιλογή",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Προηγούμενο",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Μενού Υπερχείλισης",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "Περισσότερα",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Ακύρωση",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} εναπομείναντες χαρακτήρες",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} Πλεονάζοντες χαρακτήρες",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Ωρες",
|
|
@@ -12,6 +12,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
12
12
|
AVATAR_GROUP_ARIA_LABEL_GROUP: "Conjoined avatars.",
|
|
13
13
|
AVATAR_GROUP_MOVE: "Press ARROW keys to move.",
|
|
14
14
|
BADGE_DESCRIPTION: "Badge",
|
|
15
|
+
BREADCRUMB_ITEM_POS: "{0} of {1}",
|
|
15
16
|
BREADCRUMBS_ARIA_LABEL: "Breadcrumb Trail",
|
|
16
17
|
BREADCRUMBS_OVERFLOW_ARIA_LABEL: "More",
|
|
17
18
|
BREADCRUMBS_CANCEL_BUTTON: "Cancel",
|
|
@@ -38,6 +39,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
38
39
|
FILEUPLOAD_BROWSE: "Browse...",
|
|
39
40
|
FILEUPLOADER_TITLE: "Upload File",
|
|
40
41
|
GROUP_HEADER_TEXT: "Group Header",
|
|
42
|
+
SELECT_ROLE_DESCRIPTION: "Select ComboBox",
|
|
41
43
|
SELECT_OPTIONS: "Select Options",
|
|
42
44
|
INPUT_SUGGESTIONS: "Suggestions Available",
|
|
43
45
|
INPUT_SUGGESTIONS_TITLE: "Select",
|
|
@@ -87,6 +89,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
87
89
|
TABCONTAINER_PREVIOUS_ICON_ACC_NAME: "Previous",
|
|
88
90
|
TABCONTAINER_OVERFLOW_MENU_TITLE: "Overflow Menu",
|
|
89
91
|
TABCONTAINER_END_OVERFLOW: "More",
|
|
92
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON: "Cancel",
|
|
90
93
|
TEXTAREA_CHARACTERS_LEFT: "{0} characters remaining",
|
|
91
94
|
TEXTAREA_CHARACTERS_EXCEEDED: "{0} characters over limit",
|
|
92
95
|
TIMEPICKER_HOURS_LABEL: "Hours",
|