@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
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* Clicking or tapping on a <code>sap.ui.webc.main.ToggleButton</code> changes its state to <code>pressed</code>. The button returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.ToggleButton</code>.
|
|
32
32
|
*
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.105.0
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
37
37
|
* @public
|
|
@@ -119,11 +119,11 @@ sap.ui.define([
|
|
|
119
119
|
},
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Defines the icon
|
|
122
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous options. <br>
|
|
123
123
|
* <br>
|
|
124
124
|
* Example:
|
|
125
125
|
*
|
|
126
|
-
* See all the available icons
|
|
126
|
+
* See all the available icons within the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
|
|
127
127
|
*/
|
|
128
128
|
icon: {
|
|
129
129
|
type: "string",
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* <h3>Usage</h3> <code>sap.ui.webc.main.TreeItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Tree</code>. The tree itself is rendered as a list, and each <code>sap.ui.webc.main.TreeItem</code> is represented by a list item(<code>sap.ui.webc.main.TreeListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.TreeItem</code> directly in your apps. The <code>sap.ui.webc.main.TreeListItem</code> list item is internal for the list, and not intended for public use.
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.105.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @public
|
|
@@ -12,7 +12,7 @@ sap.ui.define(function () {
|
|
|
12
12
|
*
|
|
13
13
|
* @alias sap.ui.webc.main.changeHandler.ChangeLinkTarget
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.105.0
|
|
16
16
|
*/
|
|
17
17
|
var ChangeLinkTarget = {};
|
|
18
18
|
|
|
@@ -29,8 +29,8 @@ sap.ui.define(function () {
|
|
|
29
29
|
*/
|
|
30
30
|
ChangeLinkTarget.applyChange = function(oChange, oControl, mPropertyBag) {
|
|
31
31
|
var oModifier = mPropertyBag.modifier;
|
|
32
|
-
var
|
|
33
|
-
var sTarget =
|
|
32
|
+
var oChangeContent = oChange.getContent();
|
|
33
|
+
var sTarget = oChangeContent;
|
|
34
34
|
return Promise.resolve()
|
|
35
35
|
.then(oModifier.getProperty.bind(oModifier, oControl, "target"))
|
|
36
36
|
.then(function(oProperty) {
|
|
@@ -23,14 +23,14 @@ sap.ui.define([
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @alias sap.ui.webc.main
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.105.0
|
|
27
27
|
* @public
|
|
28
28
|
* @since 1.92.0
|
|
29
29
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
30
30
|
*/
|
|
31
31
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
32
32
|
name: "sap.ui.webc.main",
|
|
33
|
-
version: "1.
|
|
33
|
+
version: "1.105.0",
|
|
34
34
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
|
35
35
|
noLibraryCSS: true,
|
|
36
36
|
designtime: "sap/ui/webc/main/designtime/library.designtime",
|
|
@@ -129,6 +129,7 @@ sap.ui.define([
|
|
|
129
129
|
"sap.ui.webc.main.MenuItem",
|
|
130
130
|
"sap.ui.webc.main.MessageStrip",
|
|
131
131
|
"sap.ui.webc.main.MultiComboBox",
|
|
132
|
+
"sap.ui.webc.main.MultiComboBoxGroupItem",
|
|
132
133
|
"sap.ui.webc.main.MultiComboBoxItem",
|
|
133
134
|
"sap.ui.webc.main.MultiInput",
|
|
134
135
|
"sap.ui.webc.main.Option",
|
|
@@ -191,8 +192,8 @@ sap.ui.define([
|
|
|
191
192
|
"sap.ui.webc.main.CheckBox": "sap/ui/webc/main/flexibility/CheckBox",
|
|
192
193
|
"sap.ui.webc.main.CustomListItem": {
|
|
193
194
|
"hideControl": "default",
|
|
194
|
-
"
|
|
195
|
-
"
|
|
195
|
+
"unhideControl": "default",
|
|
196
|
+
"moveControls": "default"
|
|
196
197
|
},
|
|
197
198
|
"sap.ui.webc.main.DatePicker": {
|
|
198
199
|
"hideControl": "default",
|
|
@@ -158,7 +158,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
158
158
|
if (!item || item.hidden) {
|
|
159
159
|
item = button;
|
|
160
160
|
}
|
|
161
|
-
return this.effectiveDir === "rtl" ? this._getWidthToItem(item) : item.offsetLeft;
|
|
161
|
+
return this.effectiveDir === "rtl" ? this._getWidthToItem(item) : item.offsetLeft - this.offsetLeft;
|
|
162
162
|
}
|
|
163
163
|
return button.offsetWidth;
|
|
164
164
|
}
|
|
@@ -254,7 +254,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
254
254
|
if (isRTL) {
|
|
255
255
|
return item.offsetParent.offsetWidth - item.offsetLeft - item.offsetWidth;
|
|
256
256
|
}
|
|
257
|
-
return item.offsetLeft;
|
|
257
|
+
return item.offsetLeft - this.offsetLeft;
|
|
258
258
|
}
|
|
259
259
|
_overflowItems() {
|
|
260
260
|
if (this.items.length < 2) {
|
|
@@ -1,9 +1,10 @@
|
|
|
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/i18nBundle', './generated/templates/BadgeTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/Badge.css'], function (UI5Element, litRender, i18nBundle, BadgeTemplate_lit, i18nDefaults, Badge_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/i18nBundle', 'sap/ui/webc/common/thirdparty/base/util/isDefaultSlotProvided', './generated/templates/BadgeTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/Badge.css'], function (UI5Element, litRender, i18nBundle, isDefaultSlotProvided, BadgeTemplate_lit, i18nDefaults, Badge_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
5
5
|
var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
|
|
6
6
|
var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
7
|
+
var isDefaultSlotProvided__default = /*#__PURE__*/_interopDefaultLegacy(isDefaultSlotProvided);
|
|
7
8
|
|
|
8
9
|
const metadata = {
|
|
9
10
|
tag: "ui5-badge",
|
|
@@ -51,7 +52,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
51
52
|
this._iconOnly = this.iconOnly;
|
|
52
53
|
}
|
|
53
54
|
get hasText() {
|
|
54
|
-
return
|
|
55
|
+
return isDefaultSlotProvided__default(this);
|
|
55
56
|
}
|
|
56
57
|
get hasIcon() {
|
|
57
58
|
return !!this.icon.length;
|
|
@@ -39,6 +39,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
|
|
|
39
39
|
"item-click": {
|
|
40
40
|
detail: {
|
|
41
41
|
item: { type: HTMLElement },
|
|
42
|
+
altKey: { type: Boolean },
|
|
43
|
+
ctrlKey: { type: Boolean },
|
|
44
|
+
metaKey: { type: Boolean },
|
|
45
|
+
shiftKey: { type: Boolean },
|
|
42
46
|
},
|
|
43
47
|
},
|
|
44
48
|
},
|
|
@@ -207,14 +211,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
|
|
|
207
211
|
const link = event.target,
|
|
208
212
|
items = this.getSlottedNodes("items"),
|
|
209
213
|
item = items.find(x => `${x._id}-link` === link.id);
|
|
210
|
-
if (!this.fireEvent("item-click", { item }, true)) {
|
|
214
|
+
if (!this.fireEvent("item-click", { item, ...event.detail }, true)) {
|
|
211
215
|
event.preventDefault();
|
|
212
216
|
}
|
|
213
217
|
}
|
|
214
|
-
_onLabelPress() {
|
|
218
|
+
_onLabelPress(event) {
|
|
215
219
|
const items = this.getSlottedNodes("items"),
|
|
216
220
|
item = items[items.length - 1];
|
|
217
|
-
this.fireEvent("item-click", { item });
|
|
221
|
+
this.fireEvent("item-click", { item, ...event.detail });
|
|
218
222
|
}
|
|
219
223
|
_onOverflowListItemSelect(event) {
|
|
220
224
|
const listItem = event.detail.selectedItems[0],
|
|
@@ -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/
|
|
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/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', './types/BusyIndicatorSize', './Label', './generated/templates/BusyIndicatorTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/BusyIndicator.css'], function (UI5Element, litRender, i18nBundle, Keys, Integer, BusyIndicatorSize, Label, BusyIndicatorTemplate_lit, i18nDefaults, BusyIndicator_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -85,7 +85,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
85
85
|
return {
|
|
86
86
|
root: {
|
|
87
87
|
"ui5-busy-indicator-root": true,
|
|
88
|
-
"ui5-busy-indicator-root--ie": Device.isIE(),
|
|
89
88
|
},
|
|
90
89
|
};
|
|
91
90
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
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/Keys', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/i18nBundle', '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/Keys', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/util/isDefaultSlotProvided', './types/ButtonDesign', './generated/templates/ButtonTemplate.lit', './Icon', './generated/i18n/i18n-defaults', './generated/themes/Button.css'], function (UI5Element, litRender, Keys, AriaLabelHelper, FeaturesRegistry, i18nBundle, Device, isDefaultSlotProvided, ButtonDesign, ButtonTemplate_lit, Icon, i18nDefaults, Button_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
5
5
|
var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
|
|
6
6
|
var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
7
|
-
var
|
|
7
|
+
var isDefaultSlotProvided__default = /*#__PURE__*/_interopDefaultLegacy(isDefaultSlotProvided);
|
|
8
8
|
|
|
9
9
|
let isGlobalHandlerAttached = false;
|
|
10
10
|
let activeButton = null;
|
|
@@ -84,7 +84,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
84
84
|
return metadata;
|
|
85
85
|
}
|
|
86
86
|
static get styles() {
|
|
87
|
-
return
|
|
87
|
+
return Button_css;
|
|
88
88
|
}
|
|
89
89
|
static get render() {
|
|
90
90
|
return litRender__default;
|
|
@@ -106,14 +106,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
106
106
|
document.addEventListener("mouseup", this._deactivate);
|
|
107
107
|
isGlobalHandlerAttached = true;
|
|
108
108
|
}
|
|
109
|
+
const handleTouchStartEvent = event => {
|
|
110
|
+
event.isMarked = "button";
|
|
111
|
+
if (this.nonInteractive) {
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
this.active = true;
|
|
115
|
+
};
|
|
109
116
|
this._ontouchstart = {
|
|
110
|
-
handleEvent
|
|
111
|
-
event.isMarked = "button";
|
|
112
|
-
if (this.nonInteractive) {
|
|
113
|
-
return;
|
|
114
|
-
}
|
|
115
|
-
this.active = true;
|
|
116
|
-
},
|
|
117
|
+
handleEvent: handleTouchStartEvent,
|
|
117
118
|
passive: true,
|
|
118
119
|
};
|
|
119
120
|
}
|
|
@@ -190,11 +191,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
190
191
|
get hasButtonType() {
|
|
191
192
|
return this.design !== ButtonDesign.Default && this.design !== ButtonDesign.Transparent;
|
|
192
193
|
}
|
|
194
|
+
get iconRole() {
|
|
195
|
+
if (!this.icon) {
|
|
196
|
+
return "";
|
|
197
|
+
}
|
|
198
|
+
return this.isIconOnly ? "img" : "presentation";
|
|
199
|
+
}
|
|
193
200
|
get isIconOnly() {
|
|
194
|
-
return !
|
|
195
|
-
return node.nodeType !== Node.COMMENT_NODE
|
|
196
|
-
&& (node.nodeType !== Node.TEXT_NODE || node.nodeValue.trim().length !== 0);
|
|
197
|
-
}).length;
|
|
201
|
+
return !isDefaultSlotProvided__default(this);
|
|
198
202
|
}
|
|
199
203
|
static typeTextMappings() {
|
|
200
204
|
return {
|
|
@@ -88,7 +88,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/localization/dates/CalendarDate',
|
|
|
88
88
|
this._nextButtonDisabled = !this._currentPickerDOM._hasNextPage();
|
|
89
89
|
const yearFormat = DateFormat__default.getDateInstance({ format: "y", calendarType: this.primaryCalendarType });
|
|
90
90
|
const localeData = getCachedLocaleDataInstance__default(getLocale__default());
|
|
91
|
-
this._headerMonthButtonText = localeData.
|
|
91
|
+
this._headerMonthButtonText = localeData.getMonthsStandAlone("wide", this.primaryCalendarType)[this._calendarDate.getMonth()];
|
|
92
92
|
if (this._currentPicker === "year") {
|
|
93
93
|
const rangeStart = new CalendarDate__default(this._calendarDate, this._primaryCalendarType);
|
|
94
94
|
const rangeEnd = new CalendarDate__default(this._calendarDate, this._primaryCalendarType);
|
|
@@ -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/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', './generated/templates/CardHeaderTemplate.lit', './
|
|
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/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/Integer', './generated/templates/CardHeaderTemplate.lit', './generated/i18n/i18n-defaults', './generated/themes/CardHeader.css'], function (UI5Element, litRender, i18nBundle, Keys, Integer, CardHeaderTemplate_lit, i18nDefaults, CardHeader_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -64,22 +64,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
64
64
|
"ui5-card-header--active": this.interactive && this._headerActive,
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
|
-
get
|
|
68
|
-
return this.
|
|
67
|
+
get _root() {
|
|
68
|
+
return this.shadowRoot.querySelector(".ui5-card-header");
|
|
69
69
|
}
|
|
70
|
-
get
|
|
71
|
-
if (this.interactive) {
|
|
72
|
-
return undefined;
|
|
73
|
-
}
|
|
74
|
-
return this.ariaLevel;
|
|
75
|
-
}
|
|
76
|
-
get ariaCardHeaderRoleDescription() {
|
|
70
|
+
get ariaRoleDescription() {
|
|
77
71
|
return this.interactive ? CardHeader.i18nBundle.getText(i18nDefaults.ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER) : CardHeader.i18nBundle.getText(i18nDefaults.ARIA_ROLEDESCRIPTION_CARD_HEADER);
|
|
78
72
|
}
|
|
73
|
+
get ariaRoleFocusableElement() {
|
|
74
|
+
return this.interactive ? "button" : null;
|
|
75
|
+
}
|
|
79
76
|
get ariaCardAvatarLabel() {
|
|
80
77
|
return CardHeader.i18nBundle.getText(i18nDefaults.AVATAR_TOOLTIP);
|
|
81
78
|
}
|
|
82
|
-
get
|
|
79
|
+
get ariaLabelledBy() {
|
|
83
80
|
const labels = [];
|
|
84
81
|
if (this.titleText) {
|
|
85
82
|
labels.push(`${this._id}-title`);
|
|
@@ -101,20 +98,23 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
101
98
|
get hasAction() {
|
|
102
99
|
return !!this.action.length;
|
|
103
100
|
}
|
|
104
|
-
static get dependencies() {
|
|
105
|
-
return [Icon];
|
|
106
|
-
}
|
|
107
101
|
static async onDefine() {
|
|
108
102
|
CardHeader.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
109
103
|
}
|
|
110
|
-
|
|
104
|
+
_actionsFocusin() {
|
|
105
|
+
this._root.classList.add("ui5-card-header-hide-focus");
|
|
106
|
+
}
|
|
107
|
+
_actionsFocusout() {
|
|
108
|
+
this._root.classList.remove("ui5-card-header-hide-focus");
|
|
109
|
+
}
|
|
110
|
+
_click(event) {
|
|
111
111
|
event.stopImmediatePropagation();
|
|
112
|
-
if (this.interactive && event.target
|
|
112
|
+
if (this.interactive && this._root.contains(event.target)) {
|
|
113
113
|
this.fireEvent("click");
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
if (!this.interactive || event.target
|
|
116
|
+
_keydown(event) {
|
|
117
|
+
if (!this.interactive || !this._root.contains(event.target)) {
|
|
118
118
|
return;
|
|
119
119
|
}
|
|
120
120
|
const enter = Keys.isEnter(event);
|
|
@@ -128,8 +128,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
128
128
|
event.preventDefault();
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
if (!this.interactive || event.target
|
|
131
|
+
_keyup(event) {
|
|
132
|
+
if (!this.interactive || !this._root.contains(event.target)) {
|
|
133
133
|
return;
|
|
134
134
|
}
|
|
135
135
|
const space = Keys.isSpace(event);
|
|
@@ -238,6 +238,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
238
238
|
this.fireEvent("navigate", { selectedIndex: this._selectedIndex });
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
+
_navButtonClick(event) {
|
|
242
|
+
if (event.target.hasAttribute("arrow-forward")) {
|
|
243
|
+
this.navigateRight();
|
|
244
|
+
} else {
|
|
245
|
+
this.navigateLeft();
|
|
246
|
+
}
|
|
247
|
+
this.focus();
|
|
248
|
+
}
|
|
241
249
|
navigateTo(itemIndex) {
|
|
242
250
|
this._resizing = false;
|
|
243
251
|
this._selectedIndex = itemIndex;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/CSSColor', 'sap/ui/webc/common/thirdparty/base/
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/types/CSSColor', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/types/Float', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/util/ColorConversion', './generated/templates/ColorPickerTemplate.lit', './Input', './Slider', './Label', './generated/i18n/i18n-defaults', './generated/themes/ColorPicker.css'], function (UI5Element, Keys, CSSColor, litRender, Integer, Float, i18nBundle, ColorConversion, ColorPickerTemplate_lit, Input, Slider, Label, i18nDefaults, ColorPicker_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -73,6 +73,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
73
73
|
Label,
|
|
74
74
|
];
|
|
75
75
|
}
|
|
76
|
+
static async onDefine() {
|
|
77
|
+
ColorPicker.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
78
|
+
}
|
|
76
79
|
constructor() {
|
|
77
80
|
super();
|
|
78
81
|
this._selectedCoordinates = {
|
|
@@ -94,12 +97,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
94
97
|
this._setValues();
|
|
95
98
|
this.style.setProperty("--ui5_Color_Picker_Progress_Container_Color", tempColor);
|
|
96
99
|
}
|
|
97
|
-
async onAfterRendering() {
|
|
98
|
-
if (Device.isIE()) {
|
|
99
|
-
await Render.renderFinished();
|
|
100
|
-
this._applySliderStyles();
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
100
|
_applySliderStyles() {
|
|
104
101
|
const hueSlider = this.getDomRef().querySelector(".ui5-color-picker-hue-slider").shadowRoot,
|
|
105
102
|
alphaSlider = this.getDomRef().querySelector(".ui5-color-picker-alpha-slider").shadowRoot;
|
|
@@ -351,6 +348,27 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
351
348
|
}
|
|
352
349
|
this._setMainColor(this._hue);
|
|
353
350
|
}
|
|
351
|
+
get hueSliderLabel() {
|
|
352
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_HUE_SLIDER);
|
|
353
|
+
}
|
|
354
|
+
get alphaSliderLabel() {
|
|
355
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_ALPHA_SLIDER);
|
|
356
|
+
}
|
|
357
|
+
get hexInputLabel() {
|
|
358
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_HEX);
|
|
359
|
+
}
|
|
360
|
+
get redInputLabel() {
|
|
361
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_RED);
|
|
362
|
+
}
|
|
363
|
+
get greenInputLabel() {
|
|
364
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_GREEN);
|
|
365
|
+
}
|
|
366
|
+
get blueInputLabel() {
|
|
367
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_BLUE);
|
|
368
|
+
}
|
|
369
|
+
get alphaInputLabel() {
|
|
370
|
+
return ColorPicker.i18nBundle.getText(i18nDefaults.COLORPICKER_ALPHA);
|
|
371
|
+
}
|
|
354
372
|
get inputsDisabled() {
|
|
355
373
|
return this._wrongHEX ? true : undefined;
|
|
356
374
|
}
|
|
@@ -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/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/Keys', './_chunks/
|
|
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/Filters', './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, Filters, 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
|
|
|
@@ -261,7 +261,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
_startsWithMatchingItems(str) {
|
|
264
|
-
return
|
|
264
|
+
return Filters.StartsWith(str, this._filteredItems, "text");
|
|
265
265
|
}
|
|
266
266
|
_clearFocus() {
|
|
267
267
|
this._filteredItems.map(item => {
|
|
@@ -399,8 +399,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
399
399
|
this.handleNavKeyPress(event);
|
|
400
400
|
}
|
|
401
401
|
if (Keys.isEnter(event)) {
|
|
402
|
+
this._fireChangeEvent();
|
|
402
403
|
if (this.responsivePopover.opened) {
|
|
403
|
-
this._fireChangeEvent();
|
|
404
404
|
this._closeRespPopover();
|
|
405
405
|
this.focused = true;
|
|
406
406
|
} else if (this.FormSupport) {
|
|
@@ -452,7 +452,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
452
452
|
}
|
|
453
453
|
_filterItems(str) {
|
|
454
454
|
const itemsToFilter = this.items.filter(item => !item.isGroupItem);
|
|
455
|
-
const filteredItems = (
|
|
455
|
+
const filteredItems = (Filters.Filters[this.filter] || Filters.StartsWithPerTerm)(str, itemsToFilter, "text");
|
|
456
456
|
return this.items.filter((item, idx, allItems) => ComboBox._groupItemFilter(item, ++idx, allItems, filteredItems) || filteredItems.indexOf(item) !== -1);
|
|
457
457
|
}
|
|
458
458
|
static _groupItemFilter(item, idx, allItems, filteredItems) {
|
|
@@ -515,6 +515,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
515
515
|
const sameItemSelected = this.value === this._selectedItemText;
|
|
516
516
|
const sameSelectionPerformed = this.value.toLowerCase() === this.filterValue.toLowerCase();
|
|
517
517
|
if (sameItemSelected && sameSelectionPerformed) {
|
|
518
|
+
this._fireChangeEvent();
|
|
518
519
|
return this._closeRespPopover();
|
|
519
520
|
}
|
|
520
521
|
this.value = this._selectedItemText;
|
|
@@ -629,6 +630,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
629
630
|
ComboBox.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
630
631
|
}
|
|
631
632
|
get styles() {
|
|
633
|
+
const remSizeInPx = parseInt(getComputedStyle(document.documentElement).fontSize);
|
|
632
634
|
return {
|
|
633
635
|
popoverHeader: {
|
|
634
636
|
"width": `${this.offsetWidth}px`,
|
|
@@ -637,6 +639,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
637
639
|
"display": this._listWidth === 0 ? "none" : "inline-block",
|
|
638
640
|
"width": `${this._listWidth}px`,
|
|
639
641
|
},
|
|
642
|
+
suggestionsPopover: {
|
|
643
|
+
"min-width": `${this.offsetWidth}px`,
|
|
644
|
+
"max-width": (this.offsetWidth / remSizeInPx) > 40 ? `${this.offsetWidth}px` : "40rem",
|
|
645
|
+
},
|
|
640
646
|
};
|
|
641
647
|
}
|
|
642
648
|
get classes() {
|
|
@@ -68,7 +68,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
68
68
|
},
|
|
69
69
|
events: {
|
|
70
70
|
change: {
|
|
71
|
-
|
|
71
|
+
detail: {
|
|
72
72
|
value: {
|
|
73
73
|
type: String,
|
|
74
74
|
},
|
|
@@ -78,7 +78,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
78
78
|
},
|
|
79
79
|
},
|
|
80
80
|
input: {
|
|
81
|
-
|
|
81
|
+
detail: {
|
|
82
82
|
value: {
|
|
83
83
|
type: String,
|
|
84
84
|
},
|
|
@@ -289,9 +289,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
289
289
|
get showFooter() {
|
|
290
290
|
return this.phone;
|
|
291
291
|
}
|
|
292
|
-
get _isIE() {
|
|
293
|
-
return Device.isIE();
|
|
294
|
-
}
|
|
295
292
|
get accInfo() {
|
|
296
293
|
return {
|
|
297
294
|
"ariaRoledescription": this.dateAriaDescription,
|
|
@@ -166,13 +166,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
|
|
|
166
166
|
_submitClick() {
|
|
167
167
|
const selectedDate = this.getSelectedDateTime();
|
|
168
168
|
const value = this.getFormat().format(selectedDate);
|
|
169
|
-
const valid = this.isValid(value);
|
|
170
169
|
if (this.value !== value) {
|
|
171
|
-
this.value
|
|
172
|
-
this.fireEvent("change", { value: this.value, valid });
|
|
173
|
-
this.fireEvent("value-changed", { value: this.value, valid });
|
|
170
|
+
this._updateValueAndFireEvents(value, true, ["change", "value-changed"]);
|
|
174
171
|
}
|
|
175
|
-
this._updateValueState();
|
|
176
172
|
this.closePicker();
|
|
177
173
|
}
|
|
178
174
|
_cancelClick() {
|
|
@@ -203,9 +199,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
|
|
|
203
199
|
getSelectedDateTime() {
|
|
204
200
|
const selectedDate = this.getFormat().parse(this._calendarSelectedDates[0]);
|
|
205
201
|
const selectedTime = this.getFormat().parse(this._timeSelectionValue);
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
202
|
+
if (selectedTime) {
|
|
203
|
+
selectedDate.setHours(selectedTime.getHours());
|
|
204
|
+
selectedDate.setMinutes(selectedTime.getMinutes());
|
|
205
|
+
selectedDate.setSeconds(selectedTime.getSeconds());
|
|
206
|
+
}
|
|
209
207
|
return selectedDate;
|
|
210
208
|
}
|
|
211
209
|
}
|