@openui5/sap.ui.webc.main 1.100.0 → 1.102.1
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 +3 -2
- 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 +5 -5
- 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 +3 -4
- package/src/sap/ui/webc/main/CardHeader.js +3 -7
- package/src/sap/ui/webc/main/Carousel.js +3 -2
- package/src/sap/ui/webc/main/CheckBox.js +9 -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 +3 -4
- 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 +9 -2
- package/src/sap/ui/webc/main/Label.js +3 -3
- 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/Menu.js +122 -0
- package/src/sap/ui/webc/main/MenuItem.js +112 -0
- 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 +11 -3
- package/src/sap/ui/webc/main/Option.js +8 -1
- package/src/sap/ui/webc/main/Panel.js +1 -3
- package/src/sap/ui/webc/main/Popover.js +3 -4
- package/src/sap/ui/webc/main/ProgressIndicator.js +1 -2
- package/src/sap/ui/webc/main/RadioButton.js +5 -3
- 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 +3 -2
- 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 +3 -2
- package/src/sap/ui/webc/main/Tab.js +15 -3
- package/src/sap/ui/webc/main/TabContainer.js +6 -5
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +24 -4
- 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 +3 -3
- 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/Badge.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/BusyIndicator.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Button.designtime.js +46 -0
- package/src/sap/ui/webc/main/designtime/Card.designtime.js +26 -0
- package/src/sap/ui/webc/main/designtime/Carousel.designtime.js +26 -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/Dialog.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/Label.designtime.js +42 -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/Popover.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/RadioButton.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/ResponsivePopover.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/Tab.designtime.js +41 -0
- package/src/sap/ui/webc/main/designtime/TabContainer.designtime.js +26 -0
- 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/Title.designtime.js +42 -0
- package/src/sap/ui/webc/main/designtime/messagebundle.properties +82 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +58 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +54 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +54 -0
- package/src/sap/ui/webc/main/flexibility/Badge.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Button.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Dialog.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Label.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/flexibility/Popover.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/RadioButton.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/ResponsivePopover.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Tab.flexibility.js +18 -0
- package/src/sap/ui/webc/main/flexibility/TabContainer.flexibility.js +20 -0
- package/src/sap/ui/webc/main/flexibility/Title.flexibility.js +20 -0
- package/src/sap/ui/webc/main/library.js +101 -26
- package/src/sap/ui/webc/main/thirdparty/Badge.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +40 -5
- package/src/sap/ui/webc/main/thirdparty/Button.js +11 -8
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +14 -10
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +11 -8
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +10 -6
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -7
- package/src/sap/ui/webc/main/thirdparty/Input.js +23 -5
- package/src/sap/ui/webc/main/thirdparty/Interfaces.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/Link.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/List.js +39 -6
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +15 -4
- package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/Menu.js +308 -0
- package/src/sap/ui/webc/main/thirdparty/MenuItem.js +65 -0
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +187 -25
- package/src/sap/ui/webc/main/thirdparty/MultiInput.js +16 -6
- package/src/sap/ui/webc/main/thirdparty/Option.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Popover.js +29 -48
- package/src/sap/ui/webc/main/thirdparty/Popup.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +2 -0
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +6 -3
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +11 -5
- package/src/sap/ui/webc/main/thirdparty/Switch.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/Tab.js +72 -9
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +177 -58
- package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Table.js +170 -35
- package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +23 -50
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +0 -2
- package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/Token.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +51 -17
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +5 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +6 -1
- 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/Badge.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.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/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/Card.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/ColorPaletteItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.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/DateTimePickerPopover.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/FileUploader.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.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/Label.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/List.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 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.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/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/Popover.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/ProgressIndicator.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/ResponsivePopover.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/SplitButton.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/Suggestions.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/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/TabSemanticIcon.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.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/TableRow.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/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/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/TreeListItem.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.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/features/InputElementsFormSupport.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +5 -3
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarGroupTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarHeaderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.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/ColorPalettePopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +3 -3
- 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 +6 -6
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +3 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -7
- package/src/sap/ui/webc/main/thirdparty/generated/templates/LabelTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MenuTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +10 -10
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +4 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +5 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SplitButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +3 -3
- 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 +5 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +6 -3
- 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/templates/TableRowTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
- 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 +11 -11
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.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/Breadcrumbs.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/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/Card.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/ColorPaletteItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.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/DateTimePickerPopover.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/FileUploader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.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/Label.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/List.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 +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.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/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/Popover.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/ProgressIndicator.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/ResponsivePopover.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/SplitButton.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/Suggestions.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/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/TabSemanticIcon.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.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/TableRow.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/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/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/TreeListItem.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.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
|
@@ -109,7 +109,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
109
109
|
const hueProgressSlider = hueSlider.querySelector(".ui5-slider-progress-container"),
|
|
110
110
|
hueHandle = hueSlider.querySelector(".ui5-slider-handle"),
|
|
111
111
|
alphaProgressSlider = alphaSlider.querySelector(".ui5-slider-progress-container"),
|
|
112
|
-
alphaHandle = alphaSlider.querySelector(".ui5-slider-handle")
|
|
112
|
+
alphaHandle = alphaSlider.querySelector(".ui5-slider-handle"),
|
|
113
|
+
linearGradientDirection = this.effectiveDir === "rtl" ? "right" : "left",
|
|
114
|
+
hueProgressSliderBackgroundImage = `${linearGradientDirection}, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00`,
|
|
115
|
+
alphaProgressSliderBackgroundImage = `${linearGradientDirection}, #fff, #979797`;
|
|
113
116
|
hueHandle.style.width = "11px";
|
|
114
117
|
hueHandle.style.height = "1.25rem";
|
|
115
118
|
hueHandle.style.background = "transparent";
|
|
@@ -133,15 +136,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
133
136
|
alphaProgressSlider.style.borderRadius = "0";
|
|
134
137
|
alphaProgressSlider.style.border = "1px solid #89919a";
|
|
135
138
|
hueProgressSlider.style.backgroundSize = "100%";
|
|
136
|
-
hueProgressSlider.style.backgroundImage =
|
|
137
|
-
hueProgressSlider.style.backgroundImage =
|
|
138
|
-
hueProgressSlider.style.backgroundImage =
|
|
139
|
-
hueProgressSlider.style.backgroundImage =
|
|
139
|
+
hueProgressSlider.style.backgroundImage = `-webkit-linear-gradient(${hueProgressSliderBackgroundImage}`;
|
|
140
|
+
hueProgressSlider.style.backgroundImage = `-moz-linear-gradient(${hueProgressSliderBackgroundImage}`;
|
|
141
|
+
hueProgressSlider.style.backgroundImage = `-ms-linear-gradient(${hueProgressSliderBackgroundImage}`;
|
|
142
|
+
hueProgressSlider.style.backgroundImage = `linear-gradient(${hueProgressSliderBackgroundImage}`;
|
|
140
143
|
hueProgressSlider.style.backgroundColor = "none";
|
|
141
|
-
alphaProgressSlider.style.backgroundImage =
|
|
142
|
-
alphaProgressSlider.style.backgroundImage =
|
|
143
|
-
alphaProgressSlider.style.backgroundImage =
|
|
144
|
-
alphaProgressSlider.style.backgroundImage =
|
|
144
|
+
alphaProgressSlider.style.backgroundImage = `-webkit-linear-gradient(${alphaProgressSliderBackgroundImage})`;
|
|
145
|
+
alphaProgressSlider.style.backgroundImage = `-moz-linear-gradient(${alphaProgressSliderBackgroundImage})`;
|
|
146
|
+
alphaProgressSlider.style.backgroundImage = `-ms-linear-gradient(${alphaProgressSliderBackgroundImage})`;
|
|
147
|
+
alphaProgressSlider.style.backgroundImage = `linear-gradient(${alphaProgressSliderBackgroundImage})`;
|
|
145
148
|
alphaProgressSlider.style.backgroundColor = "none";
|
|
146
149
|
hueSlider.querySelector(".ui5-slider-progress").style.background = "Transparent";
|
|
147
150
|
alphaSlider.querySelector(".ui5-slider-progress").style.background = "Transparent";
|
|
@@ -355,6 +358,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
355
358
|
return this._wrongHEX ? "Error" : undefined;
|
|
356
359
|
}
|
|
357
360
|
get styles() {
|
|
361
|
+
const linearGradientDirection = this.effectiveDir === "rtl" ? "right" : "left";
|
|
358
362
|
return {
|
|
359
363
|
mainColor: {
|
|
360
364
|
"background-color": `rgb(${this._mainColor.r}, ${this._mainColor.g}, ${this._mainColor.b})`,
|
|
@@ -364,7 +368,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
364
368
|
top: `${this._selectedCoordinates.y}px`,
|
|
365
369
|
},
|
|
366
370
|
progressContainer: {
|
|
367
|
-
"background-image": `-webkit-linear-gradient(
|
|
371
|
+
"background-image": `-webkit-linear-gradient(${linearGradientDirection}, rgba(65, 120, 13, 0), ${this._mainColor}, url('data:image/png;base64,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')`,
|
|
368
372
|
},
|
|
369
373
|
colorSpan: {
|
|
370
374
|
"background-color": `rgba(${this._color.r}, ${this._color.g}, ${this._color.b}, ${this._alpha})`,
|
|
@@ -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/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', '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', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', './_chunks/ComboBoxFilters', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem', './GroupHeaderListItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, notEditable, error, alert, sysEnter2, information, i18nBundle, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem, GroupHeaderListItem) { 'use strict';
|
|
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/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', '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', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/Keys', './_chunks/ComboBoxFilters', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem', './GroupHeaderListItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, notEditable, error, alert, sysEnter2, information, i18nBundle, FeaturesRegistry, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem, GroupHeaderListItem) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -120,8 +120,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
120
120
|
this._initialRendering = true;
|
|
121
121
|
this._itemFocused = false;
|
|
122
122
|
this._selectionChanged = false;
|
|
123
|
+
this.FormSupport = undefined;
|
|
123
124
|
}
|
|
124
125
|
onBeforeRendering() {
|
|
126
|
+
this.FormSupport = FeaturesRegistry.getFeature("FormSupport");
|
|
125
127
|
if (this._initialRendering) {
|
|
126
128
|
this._filteredItems = this.items;
|
|
127
129
|
}
|
|
@@ -227,9 +229,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
227
229
|
this._resetFilter();
|
|
228
230
|
this._toggleRespPopover();
|
|
229
231
|
}
|
|
230
|
-
_readonlyIconClick() {
|
|
231
|
-
this.inner.focus();
|
|
232
|
-
}
|
|
233
232
|
_input(event) {
|
|
234
233
|
const { value } = event.target;
|
|
235
234
|
if (event.target === this.inner) {
|
|
@@ -241,7 +240,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
241
240
|
this.value = value;
|
|
242
241
|
this.filterValue = value;
|
|
243
242
|
this._clearFocus();
|
|
244
|
-
if (this._autocomplete) {
|
|
243
|
+
if (this._autocomplete && !Device.isAndroid()) {
|
|
245
244
|
const item = this._getFirstMatchingItem(value);
|
|
246
245
|
this._applyAtomicValueAndSelection(item, value, true);
|
|
247
246
|
if (value !== "" && !this._selectionChanged && (item && !item.selected && !item.isGroupItem)) {
|
|
@@ -400,9 +399,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
400
399
|
this.handleNavKeyPress(event);
|
|
401
400
|
}
|
|
402
401
|
if (Keys.isEnter(event)) {
|
|
403
|
-
this.
|
|
404
|
-
|
|
405
|
-
|
|
402
|
+
if (this.responsivePopover.opened) {
|
|
403
|
+
this._fireChangeEvent();
|
|
404
|
+
this._closeRespPopover();
|
|
405
|
+
this.focused = true;
|
|
406
|
+
} else if (this.FormSupport) {
|
|
407
|
+
this.FormSupport.triggerFormSubmit(this);
|
|
408
|
+
}
|
|
406
409
|
}
|
|
407
410
|
if (Keys.isEscape(event)) {
|
|
408
411
|
this.focused = true;
|
|
@@ -105,6 +105,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
105
105
|
static get staticAreaStyles() {
|
|
106
106
|
return [ResponsivePopoverCommon_css, DatePickerPopover_css];
|
|
107
107
|
}
|
|
108
|
+
constructor() {
|
|
109
|
+
super();
|
|
110
|
+
this.FormSupport = undefined;
|
|
111
|
+
}
|
|
108
112
|
onResponsivePopoverAfterClose() {
|
|
109
113
|
this._isPickerOpen = false;
|
|
110
114
|
if (Device.isPhone()) {
|
|
@@ -114,6 +118,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
114
118
|
}
|
|
115
119
|
}
|
|
116
120
|
onBeforeRendering() {
|
|
121
|
+
this.FormSupport = FeaturesRegistry.getFeature("FormSupport");
|
|
117
122
|
["minDate", "maxDate"].forEach(prop => {
|
|
118
123
|
if (this[prop] && !this.isValid(this[prop])) {
|
|
119
124
|
console.warn(`Invalid value for property "${prop}": ${this[prop]} is not compatible with the configured format pattern: "${this._displayFormat}"`);
|
|
@@ -125,7 +130,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
125
130
|
} else if (this.name) {
|
|
126
131
|
console.warn(`In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";`);
|
|
127
132
|
}
|
|
128
|
-
this.value = this.normalizeValue(this.value);
|
|
133
|
+
this.value = this.normalizeValue(this.value) || this.value;
|
|
129
134
|
this.liveValue = this.value;
|
|
130
135
|
}
|
|
131
136
|
get _calendarSelectionMode() {
|
|
@@ -159,9 +164,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
159
164
|
return;
|
|
160
165
|
}
|
|
161
166
|
if (Keys.isEnter(event)) {
|
|
162
|
-
this.
|
|
163
|
-
|
|
164
|
-
|
|
167
|
+
if (this.FormSupport) {
|
|
168
|
+
this.FormSupport.triggerFormSubmit(this);
|
|
169
|
+
}
|
|
170
|
+
} else if (Keys.isPageUpShiftCtrl(event)) {
|
|
165
171
|
event.preventDefault();
|
|
166
172
|
this._modifyDateValue(1, "year");
|
|
167
173
|
} else if (Keys.isPageUpShift(event)) {
|
|
@@ -291,8 +297,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
291
297
|
"ariaRoledescription": this.dateAriaDescription,
|
|
292
298
|
"ariaHasPopup": HasPopup.Grid,
|
|
293
299
|
"ariaAutoComplete": "none",
|
|
294
|
-
"ariaControls": `${this._id}-responsive-popover`,
|
|
295
|
-
"ariaExpanded": this.isOpen(),
|
|
296
300
|
"ariaRequired": this.required,
|
|
297
301
|
"ariaLabel": AriaLabelHelper.getEffectiveAriaLabelText(this),
|
|
298
302
|
};
|
|
@@ -80,6 +80,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
|
|
|
80
80
|
"ui5-dt-cal--hidden": this.phone && this.showTimeView,
|
|
81
81
|
"ui5-dt-time--hidden": this.phone && this.showDateView,
|
|
82
82
|
},
|
|
83
|
+
footer: {
|
|
84
|
+
"ui5-dt-picker-footer-time-hidden": (this.phone && this.showTimeView) || (this.phone && this.showDateView),
|
|
85
|
+
},
|
|
83
86
|
};
|
|
84
87
|
}
|
|
85
88
|
get _formatPattern() {
|
|
@@ -101,13 +101,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
101
101
|
this.fireEvent("click");
|
|
102
102
|
}
|
|
103
103
|
get _dir() {
|
|
104
|
-
|
|
105
|
-
return;
|
|
106
|
-
}
|
|
107
|
-
if (this.ltr) {
|
|
108
|
-
return "ltr";
|
|
109
|
-
}
|
|
110
|
-
return this.effectiveDir;
|
|
104
|
+
return this.ltr ? "ltr" : undefined;
|
|
111
105
|
}
|
|
112
106
|
get effectiveAriaHidden() {
|
|
113
107
|
if (this.ariaHidden === "") {
|
|
@@ -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/Device', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/Caret', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', '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', './types/InputType', './Popover', './Icon', './generated/templates/InputTemplate.lit', './generated/templates/InputPopoverTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/Input.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css'], function (UI5Element, litRender, ResizeHandler, Device, ValueState, FeaturesRegistry, Keys, Integer, i18nBundle, AriaLabelHelper, Caret, decline, notEditable, error, alert, sysEnter2, information, InputType, Popover, Icon, InputTemplate_lit, InputPopoverTemplate_lit, i18nDefaults, Input_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css) { 'use strict';
|
|
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/Device', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/Caret', 'sap/ui/webc/common/thirdparty/base/util/getActiveElement', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', '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', './types/InputType', './Popover', './Icon', './generated/templates/InputTemplate.lit', './generated/templates/InputPopoverTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/Input.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css'], function (UI5Element, litRender, ResizeHandler, Device, ValueState, FeaturesRegistry, Keys, Integer, i18nBundle, AriaLabelHelper, Caret, getActiveElement, decline, notEditable, error, alert, sysEnter2, information, InputType, Popover, Icon, InputTemplate_lit, InputPopoverTemplate_lit, i18nDefaults, Input_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -7,6 +7,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
7
7
|
var ResizeHandler__default = /*#__PURE__*/_interopDefaultLegacy(ResizeHandler);
|
|
8
8
|
var ValueState__default = /*#__PURE__*/_interopDefaultLegacy(ValueState);
|
|
9
9
|
var Integer__default = /*#__PURE__*/_interopDefaultLegacy(Integer);
|
|
10
|
+
var getActiveElement__default = /*#__PURE__*/_interopDefaultLegacy(getActiveElement);
|
|
10
11
|
|
|
11
12
|
const rgxFloat = new RegExp(/(\+|-)?\d+(\.|,)\d+/);
|
|
12
13
|
const metadata = {
|
|
@@ -86,6 +87,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
86
87
|
open: {
|
|
87
88
|
type: Boolean,
|
|
88
89
|
},
|
|
90
|
+
_forceOpen: {
|
|
91
|
+
type: Boolean,
|
|
92
|
+
},
|
|
89
93
|
_isValueStateFocused: {
|
|
90
94
|
type: Boolean,
|
|
91
95
|
},
|
|
@@ -187,17 +191,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
187
191
|
this.suggestionsTexts = this.Suggestions.defaultSlotProperties(this.highlightValue);
|
|
188
192
|
}
|
|
189
193
|
this.effectiveShowClearIcon = (this.showClearIcon && !!this.value && !this.readonly && !this.disabled);
|
|
190
|
-
|
|
194
|
+
this.FormSupport = FeaturesRegistry.getFeature("FormSupport");
|
|
191
195
|
const hasItems = this.suggestionItems.length;
|
|
192
196
|
const hasValue = !!this.value;
|
|
193
|
-
const isFocused = this ===
|
|
197
|
+
const isFocused = this.shadowRoot.querySelector("input") === getActiveElement__default();
|
|
194
198
|
if (this._isPhone) {
|
|
195
199
|
this.open = this.openOnMobile;
|
|
200
|
+
} else if (this._forceOpen) {
|
|
201
|
+
this.open = true;
|
|
196
202
|
} else {
|
|
197
203
|
this.open = hasValue && hasItems && isFocused && this.isTyping;
|
|
198
204
|
}
|
|
199
|
-
if (FormSupport) {
|
|
200
|
-
FormSupport.syncNativeHiddenInput(this);
|
|
205
|
+
if (this.FormSupport) {
|
|
206
|
+
this.FormSupport.syncNativeHiddenInput(this);
|
|
201
207
|
} else if (this.name) {
|
|
202
208
|
console.warn(`In order for the "name" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";`);
|
|
203
209
|
}
|
|
@@ -287,6 +293,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
287
293
|
if (!itemPressed) {
|
|
288
294
|
this.fireEventByAction(this.ACTION_ENTER);
|
|
289
295
|
this.lastConfirmedValue = this.value;
|
|
296
|
+
if (this.FormSupport) {
|
|
297
|
+
this.FormSupport.triggerFormSubmit(this);
|
|
298
|
+
}
|
|
290
299
|
return;
|
|
291
300
|
}
|
|
292
301
|
this.focused = true;
|
|
@@ -357,6 +366,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
357
366
|
this.lastConfirmedValue = "";
|
|
358
367
|
this.focused = false;
|
|
359
368
|
this.isTyping = false;
|
|
369
|
+
this._forceOpen = false;
|
|
360
370
|
}
|
|
361
371
|
_clearPopoverFocusAndSelection() {
|
|
362
372
|
if (!this.showSuggestions || !this.Suggestions) {
|
|
@@ -456,6 +466,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
456
466
|
this.isTyping = false;
|
|
457
467
|
this.openOnMobile = false;
|
|
458
468
|
this.open = false;
|
|
469
|
+
this._forceOpen = false;
|
|
459
470
|
}
|
|
460
471
|
isValueStateOpened() {
|
|
461
472
|
return !!this._isPopoverOpen;
|
|
@@ -475,6 +486,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
475
486
|
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
476
487
|
return staticAreaItem && staticAreaItem.querySelector("[ui5-popover]");
|
|
477
488
|
}
|
|
489
|
+
openPicker() {
|
|
490
|
+
if (!this.suggestionItems.length || this.disabled || this.readonly) {
|
|
491
|
+
return;
|
|
492
|
+
}
|
|
493
|
+
this._forceOpen = true;
|
|
494
|
+
}
|
|
478
495
|
enableSuggestions() {
|
|
479
496
|
if (this.Suggestions) {
|
|
480
497
|
return;
|
|
@@ -506,6 +523,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
506
523
|
this.fireEvent(this.EVENT_SUGGESTION_ITEM_SELECT, { item });
|
|
507
524
|
this.isTyping = false;
|
|
508
525
|
this.openOnMobile = false;
|
|
526
|
+
this._forceOpen = false;
|
|
509
527
|
}
|
|
510
528
|
previewSuggestion(item) {
|
|
511
529
|
this.valueBeforeItemSelection = this.value;
|
|
@@ -10,6 +10,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
10
10
|
const IInput = "sap.ui.webcomponents.main.IInput";
|
|
11
11
|
const IInputSuggestionItem = "sap.ui.webcomponents.main.IInputSuggestionItem";
|
|
12
12
|
const IListItem = "sap.ui.webcomponents.main.IListItem";
|
|
13
|
+
const IMenuItem = "sap.ui.webcomponents.main.IMenuItem";
|
|
13
14
|
const IMultiComboBoxItem = "sap.ui.webcomponents.main.IMultiComboBoxItem";
|
|
14
15
|
const ISegmentedButtonItem = "sap.ui.webcomponents.main.ISegmentedButtonItem";
|
|
15
16
|
const ISelectOption = "sap.ui.webcomponents.main.ISelectOption";
|
|
@@ -30,6 +31,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
|
30
31
|
exports.IInput = IInput;
|
|
31
32
|
exports.IInputSuggestionItem = IInputSuggestionItem;
|
|
32
33
|
exports.IListItem = IListItem;
|
|
34
|
+
exports.IMenuItem = IMenuItem;
|
|
33
35
|
exports.IMultiComboBoxItem = IMultiComboBoxItem;
|
|
34
36
|
exports.ISegmentedButtonItem = ISegmentedButtonItem;
|
|
35
37
|
exports.ISelectOption = ISelectOption;
|
|
@@ -131,9 +131,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
131
131
|
}
|
|
132
132
|
_onkeydown(event) {
|
|
133
133
|
if (Keys.isEnter(event)) {
|
|
134
|
+
event.preventDefault();
|
|
134
135
|
const executeEvent = this.fireEvent("click", null, true);
|
|
135
136
|
if (executeEvent) {
|
|
136
|
-
event.preventDefault();
|
|
137
137
|
this.href && window.open(this.href, this.target);
|
|
138
138
|
}
|
|
139
139
|
} else if (Keys.isSpace(event)) {
|
|
@@ -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/Device', 'sap/ui/webc/common/thirdparty/base/Render', 'sap/ui/webc/common/thirdparty/base/util/TabbableElements', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/types/NavigationMode', '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/ListMode', './types/ListGrowingMode', './types/ListSeparators', './BusyIndicator', './generated/templates/ListTemplate.lit', './generated/themes/List.css', './generated/i18n/i18n-defaults'], function (UI5Element, litRender, ResizeHandler, ItemNavigation, Device, Render, TabbableElements, Keys, Integer, NavigationMode, AriaLabelHelper, i18nBundle, debounce, isElementInView, ListMode, ListGrowingMode, ListSeparators, BusyIndicator, ListTemplate_lit, List_css, i18nDefaults) { 'use strict';
|
|
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/Device', 'sap/ui/webc/common/thirdparty/base/Render', 'sap/ui/webc/common/thirdparty/base/util/TabbableElements', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/types/NavigationMode', '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/ListMode', './types/ListGrowingMode', './types/ListSeparators', './BusyIndicator', './generated/templates/ListTemplate.lit', './generated/themes/List.css', './generated/themes/BrowserScrollbar.css', './generated/i18n/i18n-defaults'], function (UI5Element, litRender, ResizeHandler, ItemNavigation, Device, Render, TabbableElements, Keys, Integer, NavigationMode, AriaLabelHelper, i18nBundle, debounce, isElementInView, ListMode, ListGrowingMode, ListSeparators, BusyIndicator, ListTemplate_lit, List_css, BrowserScrollbar_css, i18nDefaults) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -118,7 +118,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
118
118
|
return ListTemplate_lit;
|
|
119
119
|
}
|
|
120
120
|
static get styles() {
|
|
121
|
-
return List_css;
|
|
121
|
+
return [BrowserScrollbar_css, List_css];
|
|
122
122
|
}
|
|
123
123
|
static async onDefine() {
|
|
124
124
|
List.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
@@ -365,9 +365,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
365
365
|
this._loadMoreActive = true;
|
|
366
366
|
}
|
|
367
367
|
if (Keys.isTabNext(event)) {
|
|
368
|
-
this.setPreviouslyFocusedItem(event.target);
|
|
369
368
|
this.focusAfterElement();
|
|
370
369
|
}
|
|
370
|
+
if (Keys.isTabPrevious(event)) {
|
|
371
|
+
if (this.getPreviouslyFocusedItem()) {
|
|
372
|
+
this.focusPreviouslyFocusedItem();
|
|
373
|
+
} else {
|
|
374
|
+
this.focusFirstItem();
|
|
375
|
+
}
|
|
376
|
+
event.preventDefault();
|
|
377
|
+
}
|
|
371
378
|
}
|
|
372
379
|
_onLoadMoreKeyup(event) {
|
|
373
380
|
if (Keys.isSpace(event)) {
|
|
@@ -412,16 +419,26 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
412
419
|
}
|
|
413
420
|
}
|
|
414
421
|
_onfocusin(event) {
|
|
415
|
-
|
|
422
|
+
const target = this.getNormalizedTarget(event.target);
|
|
423
|
+
if (!this.isForwardElement(target)) {
|
|
416
424
|
event.stopImmediatePropagation();
|
|
417
425
|
return;
|
|
418
426
|
}
|
|
419
427
|
if (!this.getPreviouslyFocusedItem()) {
|
|
420
|
-
this.
|
|
428
|
+
if (this.growsWithButton && this.isForwardAfterElement(target)) {
|
|
429
|
+
this.focusGrowingButton();
|
|
430
|
+
} else {
|
|
431
|
+
this.focusFirstItem();
|
|
432
|
+
}
|
|
421
433
|
event.stopImmediatePropagation();
|
|
422
434
|
return;
|
|
423
435
|
}
|
|
424
436
|
if (!this.getForwardingFocus()) {
|
|
437
|
+
if (this.growsWithButton && this.isForwardAfterElement(target)) {
|
|
438
|
+
this.focusGrowingButton();
|
|
439
|
+
event.stopImmediatePropagation();
|
|
440
|
+
return;
|
|
441
|
+
}
|
|
425
442
|
this.focusPreviouslyFocusedItem();
|
|
426
443
|
event.stopImmediatePropagation();
|
|
427
444
|
}
|
|
@@ -429,11 +446,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
429
446
|
}
|
|
430
447
|
isForwardElement(node) {
|
|
431
448
|
const nodeId = node.id;
|
|
432
|
-
const afterElement = this.getAfterElement();
|
|
433
449
|
const beforeElement = this.getBeforeElement();
|
|
434
450
|
if (this._id === nodeId || (beforeElement && beforeElement.id === nodeId)) {
|
|
435
451
|
return true;
|
|
436
452
|
}
|
|
453
|
+
return this.isForwardAfterElement(node);
|
|
454
|
+
}
|
|
455
|
+
isForwardAfterElement(node) {
|
|
456
|
+
const nodeId = node.id;
|
|
457
|
+
const afterElement = this.getAfterElement();
|
|
437
458
|
return afterElement && afterElement.id === nodeId;
|
|
438
459
|
}
|
|
439
460
|
onItemFocused(event) {
|
|
@@ -484,6 +505,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
484
505
|
this.setPreviouslyFocusedItem(event.target);
|
|
485
506
|
if (!this.growsWithButton) {
|
|
486
507
|
this.focusAfterElement();
|
|
508
|
+
} else {
|
|
509
|
+
this.focusGrowingButton();
|
|
510
|
+
event.preventDefault();
|
|
487
511
|
}
|
|
488
512
|
}
|
|
489
513
|
focusBeforeElement() {
|
|
@@ -494,6 +518,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
494
518
|
this.setForwardingFocus(true);
|
|
495
519
|
this.getAfterElement().focus();
|
|
496
520
|
}
|
|
521
|
+
focusGrowingButton() {
|
|
522
|
+
const growingBtn = this.getGrowingButton();
|
|
523
|
+
if (growingBtn) {
|
|
524
|
+
growingBtn.focus();
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
getGrowingButton() {
|
|
528
|
+
return this.shadowRoot.querySelector(`#${this._id}-growing-btn`);
|
|
529
|
+
}
|
|
497
530
|
focusFirstItem() {
|
|
498
531
|
const firstItem = this.getFirstItem(x => !x.disabled);
|
|
499
532
|
if (firstItem) {
|
|
@@ -20,10 +20,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
20
20
|
type: String,
|
|
21
21
|
defaultValue: "listitem",
|
|
22
22
|
},
|
|
23
|
+
accessibleRole: {
|
|
24
|
+
type: String,
|
|
25
|
+
},
|
|
23
26
|
_mode: {
|
|
24
27
|
type: ListMode,
|
|
25
28
|
defaultValue: ListMode.None,
|
|
26
29
|
},
|
|
30
|
+
_ariaHasPopup: {
|
|
31
|
+
type: String,
|
|
32
|
+
noAttribute: true,
|
|
33
|
+
},
|
|
27
34
|
},
|
|
28
35
|
events: {
|
|
29
36
|
"detail-click": {},
|
|
@@ -58,6 +65,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
58
65
|
this.active = false;
|
|
59
66
|
}
|
|
60
67
|
};
|
|
68
|
+
this._ontouchstart = {
|
|
69
|
+
handleEvent(event) {
|
|
70
|
+
this._onmousedown(event);
|
|
71
|
+
},
|
|
72
|
+
passive: true,
|
|
73
|
+
};
|
|
61
74
|
}
|
|
62
75
|
onBeforeRendering(...params) {
|
|
63
76
|
this.actionable = (this.type === ListItemType.Active) && (this._mode !== ListMode.Delete);
|
|
@@ -108,9 +121,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
108
121
|
}
|
|
109
122
|
this.deactivate();
|
|
110
123
|
}
|
|
111
|
-
_ontouchstart(event) {
|
|
112
|
-
this._onmousedown(event);
|
|
113
|
-
}
|
|
114
124
|
_ontouchend(event) {
|
|
115
125
|
this._onmouseup(event);
|
|
116
126
|
}
|
|
@@ -207,12 +217,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/th
|
|
|
207
217
|
}
|
|
208
218
|
get _accInfo() {
|
|
209
219
|
return {
|
|
210
|
-
role: this.role,
|
|
220
|
+
role: this.accessibleRole || this.role,
|
|
211
221
|
ariaExpanded: undefined,
|
|
212
222
|
ariaLevel: undefined,
|
|
213
223
|
ariaLabel: ListItem.i18nBundle.getText(i18nDefaults.ARIA_LABEL_LIST_ITEM_CHECKBOX),
|
|
214
224
|
ariaLabelRadioButton: ListItem.i18nBundle.getText(i18nDefaults.ARIA_LABEL_LIST_ITEM_RADIO_BUTTON),
|
|
215
225
|
ariaSelectedText: this.ariaSelectedText,
|
|
226
|
+
ariaHaspopup: this._ariaHasPopup || undefined,
|
|
216
227
|
};
|
|
217
228
|
}
|
|
218
229
|
static async onDefine() {
|
|
@@ -42,7 +42,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/u
|
|
|
42
42
|
return ListItemBase_css;
|
|
43
43
|
}
|
|
44
44
|
_onfocusin(event) {
|
|
45
|
-
if (event.
|
|
45
|
+
if (event.target !== this.getFocusDomRef()) {
|
|
46
46
|
return;
|
|
47
47
|
}
|
|
48
48
|
this.focused = true;
|
|
@@ -63,7 +63,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/u
|
|
|
63
63
|
_handleTabNext(event) {
|
|
64
64
|
const target = event.target;
|
|
65
65
|
if (this.shouldForwardTabAfter(target)) {
|
|
66
|
-
this.fireEvent("_forward-after", { item: target })
|
|
66
|
+
if (!this.fireEvent("_forward-after", { item: target }, true)) {
|
|
67
|
+
event.preventDefault();
|
|
68
|
+
}
|
|
67
69
|
}
|
|
68
70
|
}
|
|
69
71
|
_handleTabPrevious(event) {
|