@openui5/sap.ui.webc.main 1.103.0 → 1.105.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/.reuse/dep5 +18 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +36 -3
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +1 -1
- package/src/sap/ui/webc/main/Avatar.js +5 -5
- 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 +29 -1
- package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
- package/src/sap/ui/webc/main/BusyIndicator.js +2 -2
- 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 -1
- 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 -1
- package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -2
- 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 +1 -1
- package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
- package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
- package/src/sap/ui/webc/main/Dialog.js +1 -1
- package/src/sap/ui/webc/main/FileUploader.js +1 -1
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +53 -8
- package/src/sap/ui/webc/main/Input.js +12 -2
- package/src/sap/ui/webc/main/Label.js +1 -1
- package/src/sap/ui/webc/main/Link.js +31 -2
- package/src/sap/ui/webc/main/List.js +3 -3
- package/src/sap/ui/webc/main/Menu.js +1 -1
- package/src/sap/ui/webc/main/MenuItem.js +1 -1
- package/src/sap/ui/webc/main/MessageStrip.js +1 -1
- package/src/sap/ui/webc/main/MultiComboBox.js +31 -1
- package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +61 -0
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +12 -2
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +3 -2
- package/src/sap/ui/webc/main/Popover.js +1 -1
- package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
- package/src/sap/ui/webc/main/RadioButton.js +1 -1
- package/src/sap/ui/webc/main/RangeSlider.js +8 -1
- package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
- package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
- package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +3 -3
- package/src/sap/ui/webc/main/Select.js +1 -1
- package/src/sap/ui/webc/main/Slider.js +8 -1
- 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 -1
- 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 -1
- package/src/sap/ui/webc/main/Tab.js +1 -1
- package/src/sap/ui/webc/main/TabContainer.js +1 -1
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +1 -1
- package/src/sap/ui/webc/main/TableCell.js +1 -1
- package/src/sap/ui/webc/main/TableColumn.js +1 -1
- 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 -1
- package/src/sap/ui/webc/main/TimePicker.js +1 -1
- package/src/sap/ui/webc/main/Title.js +1 -1
- package/src/sap/ui/webc/main/Toast.js +1 -1
- package/src/sap/ui/webc/main/ToggleButton.js +3 -3
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Tree.js +1 -1
- package/src/sap/ui/webc/main/TreeItem.js +1 -1
- package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +3 -3
- package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +2 -2
- package/src/sap/ui/webc/main/library.js +5 -4
- package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/Badge.js +3 -2
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +7 -3
- package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +1 -2
- package/src/sap/ui/webc/main/thirdparty/Button.js +18 -14
- package/src/sap/ui/webc/main/thirdparty/Calendar.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +20 -20
- package/src/sap/ui/webc/main/thirdparty/Carousel.js +8 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +25 -7
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +10 -4
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +2 -5
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +6 -8
- package/src/sap/ui/webc/main/thirdparty/Dialog.js +38 -29
- package/src/sap/ui/webc/main/thirdparty/Filters.js +12 -0
- package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -27
- package/src/sap/ui/webc/main/thirdparty/Input.js +95 -30
- package/src/sap/ui/webc/main/thirdparty/Link.js +28 -10
- package/src/sap/ui/webc/main/thirdparty/List.js +3 -6
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +10 -3
- package/src/sap/ui/webc/main/thirdparty/MonthPicker.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +104 -26
- package/src/sap/ui/webc/main/thirdparty/MultiComboBoxGroupItem.js +39 -0
- package/src/sap/ui/webc/main/thirdparty/Popover.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Popup.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +31 -1
- package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +2 -6
- package/src/sap/ui/webc/main/thirdparty/Select.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/Slider.js +11 -3
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +15 -38
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +6 -5
- package/src/sap/ui/webc/main/thirdparty/StandardListItem.js +5 -1
- package/src/sap/ui/webc/main/thirdparty/Tab.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/Table.js +9 -16
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +4 -3
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +4 -8
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +0 -3
- package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +2 -6
- package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/{ComboBoxFilters.js → Filters.js} +5 -14
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +9 -4
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +9 -4
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +7 -2
- 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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css11.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css12.js +1 -1
- 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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.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/Input.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Menu.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBoxPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.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/RangeSlider.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.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/Switch.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/TabInStrip.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.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/ToggleButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.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 -1
- 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 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +13 -3
- package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MenuTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +13 -9
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +9 -6
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +10 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderBaseTemplate.lit.js +7 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +8 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableColumnTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableGroupRowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.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/Input.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Menu.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBoxPopover.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.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/RangeSlider.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.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/Switch.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/TabInStrip.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.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/ToggleButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.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 +1 -1
- 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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/ComboBoxFilters.js +0 -12
- package/src/sap/ui/webc/main/thirdparty/css/themes/Button.ie11.css +0 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.ie11.css +0 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.ie11.css.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.ie11.css.js +0 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/Float', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/icons/source-code', 'sap/ui/webc/common/thirdparty/base/Keys', '
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/Float', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/icons/source-code', 'sap/ui/webc/common/thirdparty/base/Keys', './generated/themes/SliderBase.css'], function (UI5Element, litRender, Float, Integer, ResizeHandler, Device, sourceCode, Keys, SliderBase_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -34,6 +34,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
34
34
|
},
|
|
35
35
|
disabled: {
|
|
36
36
|
type: Boolean,
|
|
37
|
+
},
|
|
38
|
+
accessibleName: {
|
|
39
|
+
type: String,
|
|
37
40
|
},
|
|
38
41
|
_tooltipVisibility: {
|
|
39
42
|
type: String,
|
|
@@ -63,10 +66,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
63
66
|
max: null,
|
|
64
67
|
labelInterval: null,
|
|
65
68
|
};
|
|
69
|
+
const handleTouchStartEvent = event => {
|
|
70
|
+
this._onmousedown(event);
|
|
71
|
+
};
|
|
66
72
|
this._ontouchstart = {
|
|
67
|
-
handleEvent
|
|
68
|
-
this._onmousedown(event);
|
|
69
|
-
},
|
|
73
|
+
handleEvent: handleTouchStartEvent,
|
|
70
74
|
passive: true,
|
|
71
75
|
};
|
|
72
76
|
}
|
|
@@ -79,18 +83,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
79
83
|
static get styles() {
|
|
80
84
|
return SliderBase_css;
|
|
81
85
|
}
|
|
82
|
-
static get TICKMARK_COLOR_MAP() {
|
|
83
|
-
return {
|
|
84
|
-
sap_fiori_3: "#89919a",
|
|
85
|
-
sap_fiori_3_dark: "#89919a",
|
|
86
|
-
sap_fiori_3_hcw: "#000000",
|
|
87
|
-
sap_fiori_3_hcb: "#ffffff",
|
|
88
|
-
sap_belize: "#bfbfbf",
|
|
89
|
-
sap_belize_hcw: "#000000",
|
|
90
|
-
sap_belize_hcb: "#ffffff",
|
|
91
|
-
sap_horizon: "#89919a",
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
86
|
static get UP_EVENTS() {
|
|
95
87
|
return ["mouseup", "touchend"];
|
|
96
88
|
}
|
|
@@ -323,25 +315,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
323
315
|
get directionStart() {
|
|
324
316
|
return this.effectiveDir === "rtl" ? "right" : "left";
|
|
325
317
|
}
|
|
326
|
-
get _tickmarks() {
|
|
327
|
-
const currentTheme = Theme.getTheme();
|
|
328
|
-
const currentColor = SliderBase.TICKMARK_COLOR_MAP[currentTheme];
|
|
329
|
-
if (!this.showTickmarks || !this._effectiveStep) {
|
|
330
|
-
return;
|
|
331
|
-
}
|
|
332
|
-
if (this._hiddenTickmarks) {
|
|
333
|
-
return `linear-gradient(to right, ${currentColor} 1px, transparent 0) 0 center / calc(100% - 1px) 100% repeat-x`;
|
|
334
|
-
}
|
|
335
|
-
const maxStr = String(this._effectiveMax);
|
|
336
|
-
const minStr = String(this._effectiveMin);
|
|
337
|
-
const stepStr = String(this._effectiveStep);
|
|
338
|
-
const tickmarkWidth = "1px";
|
|
339
|
-
this._tickmarksAmount = `${maxStr - minStr} / ${stepStr}`;
|
|
340
|
-
this._hiddenTickmarks = false;
|
|
341
|
-
const tickmarksGradientBase = `linear-gradient(to right, ${currentColor} ${tickmarkWidth}, transparent 0) `;
|
|
342
|
-
const tickmarksGradientdPattern = `0 center / calc((100% - ${tickmarkWidth}) / (${this._tickmarksAmount})) 100% repeat-x`;
|
|
343
|
-
return `${tickmarksGradientBase + tickmarksGradientdPattern}`;
|
|
344
|
-
}
|
|
345
318
|
_createLabels() {
|
|
346
319
|
if (!this.labelInterval || !this.showTickmarks) {
|
|
347
320
|
return;
|
|
@@ -386,10 +359,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
386
359
|
static _isBigStepAction(event) {
|
|
387
360
|
return Keys.isDownCtrl(event) || Keys.isUpCtrl(event) || Keys.isLeftCtrl(event) || Keys.isRightCtrl(event) || Keys.isPageUp(event) || Keys.isPageDown(event);
|
|
388
361
|
}
|
|
362
|
+
get _tickmarksCount() {
|
|
363
|
+
return (this._effectiveMax - this._effectiveMin) / this._effectiveStep;
|
|
364
|
+
}
|
|
389
365
|
_spaceBetweenTickmarks() {
|
|
390
|
-
|
|
391
|
-
const tickmarksAmount = tickmarksAmountStrCalc[0] / tickmarksAmountStrCalc[1];
|
|
392
|
-
return this.getBoundingClientRect().width / tickmarksAmount;
|
|
366
|
+
return this.getBoundingClientRect().width / this._tickmarksCount;
|
|
393
367
|
}
|
|
394
368
|
_validateStep(step) {
|
|
395
369
|
if (step === 0) {
|
|
@@ -424,6 +398,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
424
398
|
get tabIndex() {
|
|
425
399
|
return this.disabled ? "-1" : "0";
|
|
426
400
|
}
|
|
401
|
+
get _ariaLabelledByHandleRefs() {
|
|
402
|
+
return [`${this._id}-accName`, `${this._id}-sliderDesc`].join(" ").trim();
|
|
403
|
+
}
|
|
427
404
|
}
|
|
428
405
|
|
|
429
406
|
return SliderBase;
|
|
@@ -90,12 +90,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
90
90
|
}
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
+
const handleTouchStartEvent = event => {
|
|
94
|
+
this._textButtonActive = true;
|
|
95
|
+
this.focused = false;
|
|
96
|
+
this._setTabIndexValue();
|
|
97
|
+
};
|
|
93
98
|
this._textButtonPress = {
|
|
94
|
-
handleEvent
|
|
95
|
-
this._textButtonActive = true;
|
|
96
|
-
this.focused = false;
|
|
97
|
-
this._setTabIndexValue();
|
|
98
|
-
},
|
|
99
|
+
handleEvent: handleTouchStartEvent,
|
|
99
100
|
passive: true,
|
|
100
101
|
};
|
|
101
102
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/ValueState', './ListItem', './Icon', './Avatar', './generated/templates/StandardListItemTemplate.lit'], function (ValueState, ListItem, Icon, Avatar, StandardListItemTemplate_lit) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/ValueState', './ListItem', './Icon', './Avatar', './types/WrappingType', './generated/templates/StandardListItemTemplate.lit'], function (ValueState, ListItem, Icon, Avatar, WrappingType, StandardListItemTemplate_lit) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -28,6 +28,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/ValueState', './ListIte
|
|
|
28
28
|
},
|
|
29
29
|
accessibleName: {
|
|
30
30
|
type: String,
|
|
31
|
+
},
|
|
32
|
+
wrappingType: {
|
|
33
|
+
type: WrappingType,
|
|
34
|
+
defaultValue: WrappingType.None,
|
|
31
35
|
},
|
|
32
36
|
hasTitle: {
|
|
33
37
|
type: Boolean,
|
|
@@ -121,7 +121,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
121
121
|
return this._realTab === this || this.tabs.some(subTab => subTab.isOnSelectedTabPath);
|
|
122
122
|
}
|
|
123
123
|
get _effectiveSlotName() {
|
|
124
|
-
return this.isOnSelectedTabPath ? this._individualSlot :
|
|
124
|
+
return this.isOnSelectedTabPath ? this._individualSlot : `disabled-${this._individualSlot}`;
|
|
125
125
|
}
|
|
126
126
|
get _defaultSlotName() {
|
|
127
127
|
return this._realTab === this ? "" : "disabled-slot";
|
|
@@ -230,7 +230,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
230
230
|
if (this.design !== SemanticColor.Default && this.design !== SemanticColor.Neutral) {
|
|
231
231
|
classes.push(`ui5-tab-overflow-item--${this.design.toLowerCase()}`);
|
|
232
232
|
}
|
|
233
|
-
if (this.
|
|
233
|
+
if (this.effectiveDisabled) {
|
|
234
234
|
classes.push("ui5-tab-overflow-item--disabled");
|
|
235
235
|
}
|
|
236
236
|
if (this.selected) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/types/NavigationMode', 'sap/ui/webc/common/thirdparty/base/
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/types/NavigationMode', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/util/getNormalizedTarget', 'sap/ui/webc/common/thirdparty/base/util/getActiveElement', 'sap/ui/webc/common/thirdparty/base/util/TabbableElements', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/util/debounce', 'sap/ui/webc/common/thirdparty/base/util/isElementInView', './types/TableGrowingMode', './BusyIndicator', './types/TableMode', './CheckBox', './generated/i18n/i18n-defaults', './generated/templates/TableTemplate.lit', './generated/themes/Table.css'], function (UI5Element, litRender, ResizeHandler, ItemNavigation, Integer, NavigationMode, Keys, getNormalizedTarget, getActiveElement, TabbableElements, AriaLabelHelper, i18nBundle, debounce, isElementInView, TableGrowingMode, BusyIndicator, TableMode, CheckBox, i18nDefaults, TableTemplate_lit, Table_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -179,6 +179,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
179
179
|
});
|
|
180
180
|
this._noDataDisplayed = !this.rows.length && !this.hideNoData;
|
|
181
181
|
this.visibleColumnsCount = this.visibleColumns.length;
|
|
182
|
+
if (this.isMultiSelect) {
|
|
183
|
+
this.visibleColumnsCount += 1;
|
|
184
|
+
}
|
|
182
185
|
this._allRowsSelected = selectedRows.length === this.rows.length;
|
|
183
186
|
this._prevFocusedRow = this._prevFocusedRow || this.rows[0];
|
|
184
187
|
}
|
|
@@ -189,19 +192,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
189
192
|
this.checkTableInViewport();
|
|
190
193
|
}
|
|
191
194
|
onEnterDOM() {
|
|
192
|
-
|
|
193
|
-
this.growingIntersectionObserver = this.getIntersectionObserver();
|
|
194
|
-
}
|
|
195
|
+
this.growingIntersectionObserver = this.getIntersectionObserver();
|
|
195
196
|
ResizeHandler__default.register(this.getDomRef(), this._handleResize);
|
|
196
197
|
this._itemNavigation.setCurrentItem(this.rows.length ? this.rows[0] : this._columnHeader);
|
|
197
198
|
}
|
|
198
199
|
onExitDOM() {
|
|
199
200
|
ResizeHandler__default.deregister(this.getDomRef(), this._handleResize);
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
this.tableEndObserved = false;
|
|
204
|
-
}
|
|
201
|
+
this.growingIntersectionObserver.disconnect();
|
|
202
|
+
this.growingIntersectionObserver = null;
|
|
203
|
+
this.tableEndObserved = false;
|
|
205
204
|
}
|
|
206
205
|
_onkeydown(event) {
|
|
207
206
|
if (Keys.isTabNext(event) || Keys.isTabPrevious(event)) {
|
|
@@ -623,13 +622,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
623
622
|
};
|
|
624
623
|
}
|
|
625
624
|
get growsWithButton() {
|
|
626
|
-
if (Device.isIE()) {
|
|
627
|
-
return this.growing === TableGrowingMode.Button || this.growing === TableGrowingMode.Scroll;
|
|
628
|
-
}
|
|
629
625
|
return this.growing === TableGrowingMode.Button;
|
|
630
626
|
}
|
|
631
627
|
get growsOnScroll() {
|
|
632
|
-
return
|
|
628
|
+
return this.growing === TableGrowingMode.Scroll;
|
|
633
629
|
}
|
|
634
630
|
get _growingButtonText() {
|
|
635
631
|
return this.growingButtonText || Table.i18nBundle.getText(i18nDefaults.LOAD_MORE_TEXT);
|
|
@@ -657,9 +653,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
657
653
|
return this.shadowRoot.querySelector(".ui5-table-end-marker");
|
|
658
654
|
}
|
|
659
655
|
get busyIndPosition() {
|
|
660
|
-
if (Device.isIE()) {
|
|
661
|
-
return "absolute";
|
|
662
|
-
}
|
|
663
656
|
return this._inViewport ? "absolute" : "sticky";
|
|
664
657
|
}
|
|
665
658
|
get isMultiSelect() {
|
|
@@ -73,10 +73,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
73
73
|
}
|
|
74
74
|
constructor() {
|
|
75
75
|
super();
|
|
76
|
+
const handleToushStartEvent = event => {
|
|
77
|
+
this.activate();
|
|
78
|
+
};
|
|
76
79
|
this._ontouchstart = {
|
|
77
|
-
handleEvent
|
|
78
|
-
this.activate();
|
|
79
|
-
},
|
|
80
|
+
handleEvent: handleToushStartEvent,
|
|
80
81
|
passive: true,
|
|
81
82
|
};
|
|
82
83
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/ValueState', './Popover', './Icon', 'sap/ui/webc/common/thirdparty/icons/error', 'sap/ui/webc/common/thirdparty/icons/alert', 'sap/ui/webc/common/thirdparty/icons/sys-enter-2', 'sap/ui/webc/common/thirdparty/icons/information', './generated/templates/TextAreaTemplate.lit', './generated/templates/TextAreaPopoverTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/TextArea.css', './generated/themes/ValueStateMessage.css', './generated/themes/BrowserScrollbar.css'], function (UI5Element, litRender, ResizeHandler, Integer, AriaLabelHelper, i18nBundle, FeaturesRegistry, Keys, ValueState, Popover, Icon, error, alert, sysEnter2, information, TextAreaTemplate_lit, TextAreaPopoverTemplate_lit, i18nDefaults, TextArea_css, ValueStateMessage_css, BrowserScrollbar_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -172,13 +172,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
172
172
|
}
|
|
173
173
|
_oninput(event) {
|
|
174
174
|
const nativeTextArea = this.getInputDomRef();
|
|
175
|
-
const skipFiring = (nativeTextArea.value === this.value) && Device.isIE() && !this._keyDown && !!this.placeholder;
|
|
176
175
|
if (event.target === nativeTextArea) {
|
|
177
176
|
event.stopImmediatePropagation();
|
|
178
177
|
}
|
|
179
|
-
if (skipFiring) {
|
|
180
|
-
return;
|
|
181
|
-
}
|
|
182
178
|
this.value = nativeTextArea.value;
|
|
183
179
|
this.fireEvent("input", {});
|
|
184
180
|
this.fireEvent("value-changed");
|
|
@@ -249,7 +245,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
249
245
|
return {
|
|
250
246
|
valueStateMsg: {
|
|
251
247
|
"ui5-valuestatemessage--error": this.valueState === ValueState__default.Error,
|
|
252
|
-
"ui5-valuestatemessage--warning": this.valueState === ValueState__default.Warning
|
|
248
|
+
"ui5-valuestatemessage--warning": this.valueState === ValueState__default.Warning,
|
|
253
249
|
"ui5-valuestatemessage--information": this.valueState === ValueState__default.Information,
|
|
254
250
|
},
|
|
255
251
|
};
|
|
@@ -306,7 +302,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
306
302
|
return !this._firstRendering && this._openValueStateMsgPopover && this.displayValueStateMessagePopover;
|
|
307
303
|
}
|
|
308
304
|
get displayValueStateMessagePopover() {
|
|
309
|
-
return !this.readonly && (this.hasCustomValueState || this.hasValueState
|
|
305
|
+
return !this.readonly && (this.hasCustomValueState || this.hasValueState);
|
|
310
306
|
}
|
|
311
307
|
get hasCustomValueState() {
|
|
312
308
|
return !!this.valueStateMessage.length && this.hasValueState;
|
|
@@ -318,7 +314,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
318
314
|
return this.valueStateMessage.map(x => x.cloneNode(true));
|
|
319
315
|
}
|
|
320
316
|
get valueStateText() {
|
|
321
|
-
if (this.valueState !== ValueState__default.Error
|
|
317
|
+
if (this.valueState !== ValueState__default.Error) {
|
|
322
318
|
return this.valueStateTextMappings()[ValueState__default.Warning];
|
|
323
319
|
}
|
|
324
320
|
return this.valueStateTextMappings()[this.valueState];
|
|
@@ -314,9 +314,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
314
314
|
get periodSliderTitle() {
|
|
315
315
|
return TimeSelection.i18nBundle.getText(i18nDefaults.TIMEPICKER_PERIODS_LABEL);
|
|
316
316
|
}
|
|
317
|
-
get _isCyclic() {
|
|
318
|
-
return !Device.isIE();
|
|
319
|
-
}
|
|
320
317
|
get classes() {
|
|
321
318
|
return {
|
|
322
319
|
root: {
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/
|
|
2
|
-
|
|
3
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
|
-
|
|
5
|
-
var isLegacyBrowser__default = /*#__PURE__*/_interopDefaultLegacy(isLegacyBrowser);
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/Device', './Button', './generated/templates/ToggleButtonTemplate.lit', './generated/themes/ToggleButton.css'], function (Keys, Device, Button, ToggleButtonTemplate_lit, ToggleButton_css) { 'use strict';
|
|
6
2
|
|
|
7
3
|
const metadata = {
|
|
8
4
|
tag: "ui5-toggle-button",
|
|
@@ -21,7 +17,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/isLegacyBrowser', 'sap/ui/web
|
|
|
21
17
|
return ToggleButtonTemplate_lit;
|
|
22
18
|
}
|
|
23
19
|
static get styles() {
|
|
24
|
-
return [Button.styles, ToggleButton_css
|
|
20
|
+
return [Button.styles, ToggleButton_css];
|
|
25
21
|
}
|
|
26
22
|
_onclick() {
|
|
27
23
|
this.pressed = !this.pressed;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/types/ValueState', '
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/types/ValueState', './ListItem', './Icon', 'sap/ui/webc/common/thirdparty/icons/navigation-right-arrow', 'sap/ui/webc/common/thirdparty/icons/navigation-down-arrow', './generated/i18n/i18n-defaults', './generated/templates/TreeListItemTemplate.lit', './generated/themes/TreeListItem.css'], function (Integer, Keys, i18nBundle, ValueState, ListItem, Icon, navigationRightArrow, navigationDownArrow, i18nDefaults, TreeListItemTemplate_lit, TreeListItem_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -99,7 +99,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/
|
|
|
99
99
|
get styles() {
|
|
100
100
|
return {
|
|
101
101
|
preContent: {
|
|
102
|
-
"padding-left":
|
|
102
|
+
"padding-left": `calc(var(--_ui5-tree-indent-step) * ${this.effectiveLevel})`,
|
|
103
103
|
},
|
|
104
104
|
};
|
|
105
105
|
}
|
|
@@ -4,25 +4,16 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
4
4
|
const escapeRegExp = str => {
|
|
5
5
|
return str.replace(escapeReg, "\\$&");
|
|
6
6
|
};
|
|
7
|
-
const
|
|
8
|
-
return items.filter(item => {
|
|
9
|
-
const lowerText = item.text.toLowerCase();
|
|
10
|
-
return lowerText.startsWith(value.toLowerCase());
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
|
-
const StartsWithPerTerm = (value, items) => {
|
|
7
|
+
const StartsWithPerTerm = (value, items, propName) => {
|
|
14
8
|
const reg = new RegExp(`(^|\\s)${escapeRegExp(value.toLowerCase())}.*`, "g");
|
|
15
9
|
return items.filter(item => {
|
|
10
|
+
const text = item[propName];
|
|
16
11
|
reg.lastIndex = 0;
|
|
17
|
-
return reg.test(
|
|
18
|
-
});
|
|
19
|
-
};
|
|
20
|
-
const Contains = (value, items) => {
|
|
21
|
-
return items.filter(item => {
|
|
22
|
-
const lowerText = item.text.toLowerCase();
|
|
23
|
-
return lowerText.includes(value.toLowerCase());
|
|
12
|
+
return reg.test(text.toLowerCase());
|
|
24
13
|
});
|
|
25
14
|
};
|
|
15
|
+
const StartsWith = (value, items, propName) => items.filter(item => item[propName].toLowerCase().startsWith(value.toLowerCase()));
|
|
16
|
+
const Contains = (value, items, propName) => items.filter(item => item[propName].toLowerCase().includes(value.toLowerCase()));
|
|
26
17
|
const None = (_, items) => items;
|
|
27
18
|
|
|
28
19
|
var Filters = /*#__PURE__*/Object.freeze({
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "موافق",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "تغيير اللون",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "مزيد من الألوان...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "عنصر تحكم ألفا",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "عنصر تحكم تدرج اللون",
|
|
36
|
+
COLORPICKER_HEX: "ست عشري",
|
|
37
|
+
COLORPICKER_RED: "أحمر",
|
|
38
|
+
COLORPICKER_GREEN: "أخضر",
|
|
39
|
+
COLORPICKER_BLUE: "أزرق",
|
|
40
|
+
COLORPICKER_ALPHA: "ألفا",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "فتح أداة الانتقاء",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "إدخال التاريخ",
|
|
36
43
|
DATETIME_DESCRIPTION: "إدخال التاريخ/الوقت",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "اضغط على SPACE أو ENTER لتحديد أحد البنود",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "الزر المقسَّم",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "مؤشر مربع التمرير",
|
|
80
|
-
SWITCH_ON: "تشغيل",
|
|
81
|
-
SWITCH_OFF: "غلق",
|
|
82
87
|
LOAD_MORE_TEXT: "المزيد",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "صف المقدمة",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} من {1}",
|
|
@@ -124,8 +129,8 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
124
129
|
STEPINPUT_INC_ICON_TITLE: "زيادة",
|
|
125
130
|
SPLIT_BUTTON_DESCRIPTION: "زر التقسيم",
|
|
126
131
|
SPLIT_BUTTON_KEYBOARD_HINT: "اضغط على Space أو Enter لبدء تشغيل الإجراء الافتراضي وAlt + Arrow Down أو F4 لبدء تشغيل إجراء السهم",
|
|
127
|
-
MENU_BACK_BUTTON_ARIA_LABEL: "
|
|
128
|
-
MENU_CLOSE_BUTTON_ARIA_LABEL: "
|
|
132
|
+
MENU_BACK_BUTTON_ARIA_LABEL: "الخلف",
|
|
133
|
+
MENU_CLOSE_BUTTON_ARIA_LABEL: "رفض"
|
|
129
134
|
};
|
|
130
135
|
|
|
131
136
|
exports.default = messagebundle_ar;
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Промяна на цвят",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Още цветове...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Алфа-контрол",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Контрол на цветове",
|
|
36
|
+
COLORPICKER_HEX: "Шестнадесетичен",
|
|
37
|
+
COLORPICKER_RED: "Червен",
|
|
38
|
+
COLORPICKER_GREEN: "Зелен",
|
|
39
|
+
COLORPICKER_BLUE: "Син",
|
|
40
|
+
COLORPICKER_ALPHA: "Алфа",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Отваряне на средство за избор",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Въвеждане на дата",
|
|
36
43
|
DATETIME_DESCRIPTION: "Въвеждане на дата и час",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Натиснете клавиша за интервал или ENTER, за да изберете позиция",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Сегментиран бутон",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Регулатор на плъзгач",
|
|
80
|
-
SWITCH_ON: "Включено",
|
|
81
|
-
SWITCH_OFF: "Изключено",
|
|
82
87
|
LOAD_MORE_TEXT: "Други",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Заглавен ред",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} от {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "D’acord",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Modificar color",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Més colors...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Regulador alfa",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Regulador de tonalitat",
|
|
36
|
+
COLORPICKER_HEX: "Hexadecimal",
|
|
37
|
+
COLORPICKER_RED: "Vermell",
|
|
38
|
+
COLORPICKER_GREEN: "Verd",
|
|
39
|
+
COLORPICKER_BLUE: "Blau",
|
|
40
|
+
COLORPICKER_ALPHA: "Alfa",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Obrir selector",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Entrada de data",
|
|
36
43
|
DATETIME_DESCRIPTION: "Entrada de data hora",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Premeu ESPAI o RETORN per seleccionar una posició",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Botó segmentat",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Ansa del botó lliscant",
|
|
80
|
-
SWITCH_ON: "Activat",
|
|
81
|
-
SWITCH_OFF: "Desactivat",
|
|
82
87
|
LOAD_MORE_TEXT: "Més",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Línia de capçalera",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} de {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Změnit barvu",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Další barvy...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Řízení alfa",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Řízení barevného odstínu",
|
|
36
|
+
COLORPICKER_HEX: "Hexadecimální",
|
|
37
|
+
COLORPICKER_RED: "Červená",
|
|
38
|
+
COLORPICKER_GREEN: "Zelená",
|
|
39
|
+
COLORPICKER_BLUE: "Modrá",
|
|
40
|
+
COLORPICKER_ALPHA: "Alfa",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Otevřít výběr",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Zadání data",
|
|
36
43
|
DATETIME_DESCRIPTION: "Zadání data a času",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Stiskněte SPACE nebo ENTER pro výběr položky",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Segmentované tlačítko",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Úchyt jezdce",
|
|
80
|
-
SWITCH_ON: "Zapnuto",
|
|
81
|
-
SWITCH_OFF: "Vypnuto",
|
|
82
87
|
LOAD_MORE_TEXT: "Více",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Hlavička",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} z {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "Iawn",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Newid Lliw",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Mwy o Liwiau...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Rheolaeth Alpha",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Rheolaeth Arlliw",
|
|
36
|
+
COLORPICKER_HEX: "Hecsadegol",
|
|
37
|
+
COLORPICKER_RED: "Coch",
|
|
38
|
+
COLORPICKER_GREEN: "Gwyrdd",
|
|
39
|
+
COLORPICKER_BLUE: "Glas",
|
|
40
|
+
COLORPICKER_ALPHA: "Alpha",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Agor Dewiswr",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Mewnbwn Dyddiad",
|
|
36
43
|
DATETIME_DESCRIPTION: "Mewnbwn Dyddiad Amser",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Pwyswch BWLCH neu ENTER i ddewis eitem",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Botwm wedi'i Segmentu",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Bachyn llithrydd",
|
|
80
|
-
SWITCH_ON: "Ymlaen",
|
|
81
|
-
SWITCH_OFF: "Wedi Diffodd",
|
|
82
87
|
LOAD_MORE_TEXT: "Mwy",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Pennyn Rhes",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} o {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Ændr farve",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Flere farver...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Alfakontrol",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Farvetonekontrol",
|
|
36
|
+
COLORPICKER_HEX: "Hexadecimal",
|
|
37
|
+
COLORPICKER_RED: "Rød",
|
|
38
|
+
COLORPICKER_GREEN: "Grøn",
|
|
39
|
+
COLORPICKER_BLUE: "Blå",
|
|
40
|
+
COLORPICKER_ALPHA: "Alfa",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Åben selektion",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Datoinput",
|
|
36
43
|
DATETIME_DESCRIPTION: "Dato-/tidsinput",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Tryk på MELLEMRUM eller ENTER for at vælge et element",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Segmenteret trykknap",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Greb for skyder",
|
|
80
|
-
SWITCH_ON: "Til",
|
|
81
|
-
SWITCH_OFF: "Fra",
|
|
82
87
|
LOAD_MORE_TEXT: "Mere",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Toprække",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} af {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Farbe ändern",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Mehr Farben...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Alpha-Regler",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Farbtonregler",
|
|
36
|
+
COLORPICKER_HEX: "Hexadezimal",
|
|
37
|
+
COLORPICKER_RED: "Rot",
|
|
38
|
+
COLORPICKER_GREEN: "Grün",
|
|
39
|
+
COLORPICKER_BLUE: "Blau",
|
|
40
|
+
COLORPICKER_ALPHA: "Alpha",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Auswahl öffnen",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Datumseingabe",
|
|
36
43
|
DATETIME_DESCRIPTION: "Datums-/Zeit-Eingabe",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Leertaste oder Eingabetaste drücken, um ein Element auszuwählen",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Drucktaste mit Unterteilung",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Griff des Schiebereglers",
|
|
80
|
-
SWITCH_ON: "Ein",
|
|
81
|
-
SWITCH_OFF: "Aus",
|
|
82
87
|
LOAD_MORE_TEXT: "Mehr",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Kopfzeile",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} von {1}",
|
|
@@ -124,8 +129,8 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
124
129
|
STEPINPUT_INC_ICON_TITLE: "Vergrößern",
|
|
125
130
|
SPLIT_BUTTON_DESCRIPTION: "Zweigeteilte Drucktaste",
|
|
126
131
|
SPLIT_BUTTON_KEYBOARD_HINT: "Für Standardaktion Leertaste oder Eingabetaste drücken; für Pfeilaktion Alt + Pfeil nach unten oder F4 drücken",
|
|
127
|
-
MENU_BACK_BUTTON_ARIA_LABEL: "
|
|
128
|
-
MENU_CLOSE_BUTTON_ARIA_LABEL: "
|
|
132
|
+
MENU_BACK_BUTTON_ARIA_LABEL: "Zurück",
|
|
133
|
+
MENU_CLOSE_BUTTON_ARIA_LABEL: "Schließen"
|
|
129
134
|
};
|
|
130
135
|
|
|
131
136
|
exports.default = messagebundle_de;
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "ΟΚ",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Αλλαγή Χρώματος",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "Περισσότερα Χρώματα...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Έλεγχος Άλφα",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Ελεγχος Hue",
|
|
36
|
+
COLORPICKER_HEX: "Δεκαεξαδικός",
|
|
37
|
+
COLORPICKER_RED: "Κόκκινο",
|
|
38
|
+
COLORPICKER_GREEN: "Πράσινο",
|
|
39
|
+
COLORPICKER_BLUE: "Μπλε",
|
|
40
|
+
COLORPICKER_ALPHA: "Άλφα",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Ανοιγμα Επιλογέα",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Εισαγωγή Ημερ.",
|
|
36
43
|
DATETIME_DESCRIPTION: "Εισαγωγή Ημερομηνίας/Ώρας",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Πατήστε SPACE ή ENTER για να επιλέξετε αναλ.γραμ.",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Κουμπί τμηματοποίησης",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Μοχλός ρυθμιστικού",
|
|
80
|
-
SWITCH_ON: "Ενεργό",
|
|
81
|
-
SWITCH_OFF: "Ανενεργό",
|
|
82
87
|
LOAD_MORE_TEXT: "Περισσότερα",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Σειρά Κεφαλίδας",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} από {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Change Color",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "More Colors...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Alpha control",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Hue control",
|
|
36
|
+
COLORPICKER_HEX: "Hexadecimal",
|
|
37
|
+
COLORPICKER_RED: "Red",
|
|
38
|
+
COLORPICKER_GREEN: "Green",
|
|
39
|
+
COLORPICKER_BLUE: "Blue",
|
|
40
|
+
COLORPICKER_ALPHA: "Alpha",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Open Picker",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Date Input",
|
|
36
43
|
DATETIME_DESCRIPTION: "Date Time Input",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Press SPACE or ENTER to select an item",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Segmented button",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Slider handle",
|
|
80
|
-
SWITCH_ON: "On",
|
|
81
|
-
SWITCH_OFF: "Off",
|
|
82
87
|
LOAD_MORE_TEXT: "More",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Header Row",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} of {1}",
|
|
@@ -31,6 +31,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
31
31
|
COLOR_PALETTE_DIALOG_OK_BUTTON: "OK",
|
|
32
32
|
COLOR_PALETTE_DIALOG_TITLE: "Change Colour",
|
|
33
33
|
COLOR_PALETTE_MORE_COLORS_TEXT: "More Colours...",
|
|
34
|
+
COLORPICKER_ALPHA_SLIDER: "Alpha control",
|
|
35
|
+
COLORPICKER_HUE_SLIDER: "Hue control",
|
|
36
|
+
COLORPICKER_HEX: "Hexadecimal",
|
|
37
|
+
COLORPICKER_RED: "Red",
|
|
38
|
+
COLORPICKER_GREEN: "Green",
|
|
39
|
+
COLORPICKER_BLUE: "Blue",
|
|
40
|
+
COLORPICKER_ALPHA: "Alpha",
|
|
34
41
|
DATEPICKER_OPEN_ICON_TITLE: "Open Picker",
|
|
35
42
|
DATEPICKER_DATE_DESCRIPTION: "Date Input",
|
|
36
43
|
DATETIME_DESCRIPTION: "Date Time Input",
|
|
@@ -77,8 +84,6 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
77
84
|
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY: "Press SPACE or ENTER to select an item",
|
|
78
85
|
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION: "Segmented button",
|
|
79
86
|
SLIDER_ARIA_DESCRIPTION: "Slider handle",
|
|
80
|
-
SWITCH_ON: "On",
|
|
81
|
-
SWITCH_OFF: "Off",
|
|
82
87
|
LOAD_MORE_TEXT: "More",
|
|
83
88
|
TABLE_HEADER_ROW_TEXT: "Header Row",
|
|
84
89
|
TABLE_ROW_POSITION: "{0} of {1}",
|