@openui5/sap.ui.webc.main 1.119.1 → 1.120.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 +6 -6
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +2 -2
- package/src/sap/ui/webc/main/Avatar.js +42 -3
- package/src/sap/ui/webc/main/AvatarGroup.js +6 -4
- package/src/sap/ui/webc/main/Badge.js +2 -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 +1 -12
- package/src/sap/ui/webc/main/Button.js +10 -23
- 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 +4 -6
- package/src/sap/ui/webc/main/CheckBox.js +4 -9
- 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 +2 -10
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +5 -13
- 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 +30 -1
- package/src/sap/ui/webc/main/DatePicker.js +4 -13
- package/src/sap/ui/webc/main/DateRangePicker.js +4 -13
- package/src/sap/ui/webc/main/DateTimePicker.js +4 -13
- package/src/sap/ui/webc/main/Dialog.js +9 -12
- package/src/sap/ui/webc/main/FileUploader.js +7 -14
- package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
- package/src/sap/ui/webc/main/Icon.js +1 -1
- package/src/sap/ui/webc/main/Input.js +4 -13
- package/src/sap/ui/webc/main/Label.js +3 -6
- package/src/sap/ui/webc/main/Link.js +3 -6
- package/src/sap/ui/webc/main/List.js +1 -1
- package/src/sap/ui/webc/main/Menu.js +3 -2
- package/src/sap/ui/webc/main/MenuItem.js +1 -1
- package/src/sap/ui/webc/main/MessageStrip.js +2 -4
- package/src/sap/ui/webc/main/MultiComboBox.js +3 -9
- package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +1 -1
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +3 -12
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +9 -1
- package/src/sap/ui/webc/main/Popover.js +5 -34
- package/src/sap/ui/webc/main/ProgressIndicator.js +9 -1
- package/src/sap/ui/webc/main/RadioButton.js +5 -19
- package/src/sap/ui/webc/main/RangeSlider.js +1 -1
- package/src/sap/ui/webc/main/RatingIndicator.js +24 -1
- package/src/sap/ui/webc/main/ResponsivePopover.js +5 -34
- package/src/sap/ui/webc/main/SegmentedButton.js +2 -9
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +10 -1
- package/src/sap/ui/webc/main/Select.js +65 -4
- package/src/sap/ui/webc/main/SelectMenu.js +65 -0
- package/src/sap/ui/webc/main/SelectMenuOption.js +80 -0
- package/src/sap/ui/webc/main/Slider.js +1 -1
- package/src/sap/ui/webc/main/SplitButton.js +1 -15
- package/src/sap/ui/webc/main/StandardListItem.js +23 -1
- package/src/sap/ui/webc/main/StepInput.js +4 -13
- 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 +25 -3
- package/src/sap/ui/webc/main/Tab.js +1 -1
- package/src/sap/ui/webc/main/TabContainer.js +1 -29
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +2 -9
- 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 +5 -12
- package/src/sap/ui/webc/main/TimePicker.js +18 -14
- package/src/sap/ui/webc/main/Title.js +3 -6
- package/src/sap/ui/webc/main/Toast.js +1 -13
- package/src/sap/ui/webc/main/ToggleButton.js +10 -23
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Toolbar.js +103 -0
- package/src/sap/ui/webc/main/ToolbarButton.js +192 -0
- package/src/sap/ui/webc/main/ToolbarSelect.js +166 -0
- package/src/sap/ui/webc/main/ToolbarSelectOption.js +71 -0
- package/src/sap/ui/webc/main/ToolbarSeparator.js +50 -0
- package/src/sap/ui/webc/main/ToolbarSpacer.js +67 -0
- package/src/sap/ui/webc/main/Tree.js +1 -1
- package/src/sap/ui/webc/main/TreeItem.js +17 -1
- package/src/sap/ui/webc/main/TreeItemCustom.js +17 -1
- package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/ui/webc/main/designtime/messagebundle_mk.properties +94 -0
- package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +3 -3
- package/src/sap/ui/webc/main/library.js +130 -2
- package/src/sap/ui/webc/main/thirdparty/Avatar.js +40 -12
- package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +8 -2
- package/src/sap/ui/webc/main/thirdparty/Badge.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -1
- package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Button.js +28 -3
- package/src/sap/ui/webc/main/thirdparty/Calendar.js +15 -8
- package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/CalendarPart.js +3 -2
- package/src/sap/ui/webc/main/thirdparty/Card.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Carousel.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +12 -4
- package/src/sap/ui/webc/main/thirdparty/CustomListItem.js +17 -0
- package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +16 -8
- package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +7 -4
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +9 -2
- package/src/sap/ui/webc/main/thirdparty/DayPicker.js +18 -10
- package/src/sap/ui/webc/main/thirdparty/Dialog.js +9 -0
- package/src/sap/ui/webc/main/thirdparty/FileUploader.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Icon.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Input.js +13 -11
- package/src/sap/ui/webc/main/thirdparty/Interfaces.js +29 -2
- package/src/sap/ui/webc/main/thirdparty/Label.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Link.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/List.js +14 -3
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +11 -1
- package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Menu.js +64 -14
- package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/MonthPicker.js +10 -4
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +125 -22
- package/src/sap/ui/webc/main/thirdparty/MultiInput.js +26 -3
- package/src/sap/ui/webc/main/thirdparty/Option.js +8 -11
- package/src/sap/ui/webc/main/thirdparty/Panel.js +9 -0
- package/src/sap/ui/webc/main/thirdparty/Popup.js +7 -12
- package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +26 -5
- package/src/sap/ui/webc/main/thirdparty/RadioButtonGroup.js +13 -3
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +16 -1
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +7 -48
- package/src/sap/ui/webc/main/thirdparty/Select.js +207 -32
- package/src/sap/ui/webc/main/thirdparty/SelectMenu.js +248 -0
- package/src/sap/ui/webc/main/thirdparty/SelectMenuOption.js +100 -0
- package/src/sap/ui/webc/main/thirdparty/Slider.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +3 -1
- package/src/sap/ui/webc/main/thirdparty/SplitButton.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/StandardListItem.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/Switch.js +31 -3
- package/src/sap/ui/webc/main/thirdparty/Tab.js +11 -0
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +10 -9
- package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +6 -0
- package/src/sap/ui/webc/main/thirdparty/Table.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableCell.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableColumn.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +23 -17
- package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +159 -49
- package/src/sap/ui/webc/main/thirdparty/TimePickerClock.js +628 -0
- package/src/sap/ui/webc/main/thirdparty/TimePickerInternals.js +383 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelectionClocks.js +420 -0
- package/src/sap/ui/webc/main/thirdparty/TimeSelectionInputs.js +326 -0
- package/src/sap/ui/webc/main/thirdparty/Title.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Toast.js +58 -3
- package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ToggleSpinButton.js +72 -0
- package/src/sap/ui/webc/main/thirdparty/Token.js +20 -5
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +84 -28
- package/src/sap/ui/webc/main/thirdparty/Toolbar.js +454 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarButton.js +116 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarItem.js +115 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarRegistry.js +34 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSelect.js +166 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSelectOption.js +50 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSeparator.js +62 -0
- package/src/sap/ui/webc/main/thirdparty/ToolbarSpacer.js +72 -0
- package/src/sap/ui/webc/main/thirdparty/Tree.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TreeItem.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/TreeItemBase.js +7 -2
- package/src/sap/ui/webc/main/thirdparty/TreeItemCustom.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +5 -2
- package/src/sap/ui/webc/main/thirdparty/YearPicker.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +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/Breadcrumbs.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/Calendar.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/CustomListItem.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/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/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/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 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.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 -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/RangeSlider.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.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/SelectMenu.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectMenuOption.css +0 -0
- 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/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 -1
- 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 +2 -2
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerClock.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionClocks.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionInputs.css +1 -0
- 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/TokenizerPopover.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/Toolbar.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarButtonPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TreeItem.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/WheelSlider.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_dark_exp/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 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +21 -9
- package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +17 -7
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_nl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +47 -2
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.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/ComboBoxPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/LinkTemplate.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/MultiComboBoxPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectMenuTemplate.lit.js +45 -0
- 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 +7 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +1 -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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerClockTemplate.lit.js +33 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionClocksTemplate.lit.js +30 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionInputsTemplate.lit.js +27 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleSpinButtonTemplate.lit.js +21 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarButtonTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverButtonTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSelectTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSelectTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSeparatorTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSpacerTemplate.lit.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarTemplate.lit.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemBaseTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemCustomTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemTemplate.lit.js +8 -8
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.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/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/BrowserScrollbar.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/Calendar.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/ColorPaletteStaticArea.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/ComboBoxPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.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/DatePickerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.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/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/FileUploader.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/FormComponents.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/InvisibleTextStyles.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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.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 +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/Popup.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.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/RangeSlider.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.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/SelectMenu.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectMenuOption.css.js +20 -0
- 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/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/Tab.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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInStrip.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/TapHighlightColor.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/TimePickerClock.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionClocks.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionInputs.css.js +20 -0
- 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/TokenizerPopover.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Toolbar.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarButtonPopover.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarPopover.css.js +20 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeItem.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/WheelSlider.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_dark_exp/parameters-bundle.css.js +15 -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 +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- 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/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/types/ButtonType.js +40 -0
- package/src/sap/ui/webc/main/thirdparty/types/ToolbarAlign.js +35 -0
- package/src/sap/ui/webc/main/thirdparty/types/ToolbarItemOverflowBehavior.js +41 -0
- package/ui5.yaml +30 -2
@@ -35,6 +35,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
35
35
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
36
36
|
};
|
37
37
|
var List_1;
|
38
|
+
|
39
|
+
// Template
|
40
|
+
|
41
|
+
// Styles
|
42
|
+
|
43
|
+
// Texts
|
44
|
+
|
38
45
|
const INFINITE_SCROLL_DEBOUNCE_RATE = 250; // ms
|
39
46
|
const PAGE_UP_DOWN_SIZE = 10;
|
40
47
|
/**
|
@@ -511,9 +518,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
511
518
|
}
|
512
519
|
// This is applicable to NotificationListItem
|
513
520
|
onItemClose(e) {
|
514
|
-
|
515
|
-
|
516
|
-
|
521
|
+
const target = e.target;
|
522
|
+
const shouldFireItemClose = target?.hasAttribute("ui5-li-notification") || target?.hasAttribute("ui5-li-notification-group");
|
523
|
+
if (shouldFireItemClose) {
|
524
|
+
this.fireEvent("item-close", {
|
525
|
+
item: e.detail?.item
|
526
|
+
});
|
527
|
+
}
|
517
528
|
}
|
518
529
|
onItemToggle(e) {
|
519
530
|
this.fireEvent("item-toggle", {
|
@@ -27,6 +27,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
27
27
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
28
28
|
};
|
29
29
|
var ListItem_1;
|
30
|
+
|
31
|
+
// Styles
|
32
|
+
|
33
|
+
// Icons
|
34
|
+
|
30
35
|
/**
|
31
36
|
* @class
|
32
37
|
* A class to serve as a base
|
@@ -251,7 +256,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
251
256
|
ariaLabel: ListItem_1.i18nBundle.getText(_i18nDefaults.ARIA_LABEL_LIST_ITEM_CHECKBOX),
|
252
257
|
ariaLabelRadioButton: ListItem_1.i18nBundle.getText(_i18nDefaults.ARIA_LABEL_LIST_ITEM_RADIO_BUTTON),
|
253
258
|
ariaSelectedText: this.ariaSelectedText,
|
254
|
-
ariaHaspopup: this.ariaHaspopup || undefined
|
259
|
+
ariaHaspopup: this.ariaHaspopup || undefined,
|
260
|
+
setsize: this.accessibilityAttributes.ariaSetsize,
|
261
|
+
posinset: this.accessibilityAttributes.ariaPosinset
|
255
262
|
};
|
256
263
|
}
|
257
264
|
get hasConfigurableMode() {
|
@@ -265,6 +272,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
265
272
|
type: _ListItemType.default,
|
266
273
|
defaultValue: _ListItemType.default.Active
|
267
274
|
})], ListItem.prototype, "type", void 0);
|
275
|
+
__decorate([(0, _property.default)({
|
276
|
+
type: Object
|
277
|
+
})], ListItem.prototype, "accessibilityAttributes", void 0);
|
268
278
|
__decorate([(0, _property.default)({
|
269
279
|
type: Boolean
|
270
280
|
})], ListItem.prototype, "navigated", void 0);
|
@@ -20,6 +20,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
20
20
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
21
21
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
22
22
|
};
|
23
|
+
|
24
|
+
// Styles
|
25
|
+
|
23
26
|
/**
|
24
27
|
* @class
|
25
28
|
* A class to serve as a foundation
|
@@ -30,6 +30,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
30
30
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
31
31
|
};
|
32
32
|
var Menu_1;
|
33
|
+
|
34
|
+
// Styles
|
35
|
+
|
36
|
+
const MENU_OPEN_DELAY = 300;
|
37
|
+
const MENU_CLOSE_DELAY = 400;
|
33
38
|
/**
|
34
39
|
* @class
|
35
40
|
*
|
@@ -114,7 +119,8 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
114
119
|
const menuItem = item.item;
|
115
120
|
if (subMenu && subMenu.busy) {
|
116
121
|
subMenu.innerHTML = "";
|
117
|
-
this.
|
122
|
+
const fragment = this._clonedItemsFragment(menuItem);
|
123
|
+
subMenu.appendChild(fragment);
|
118
124
|
}
|
119
125
|
if (subMenu) {
|
120
126
|
subMenu.busy = item.item.busy;
|
@@ -207,15 +213,18 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
207
213
|
subMenu._parentMenuItem = item;
|
208
214
|
subMenu.busy = item.busy;
|
209
215
|
subMenu.busyDelay = item.busyDelay;
|
210
|
-
this.
|
216
|
+
const fragment = this._clonedItemsFragment(item);
|
217
|
+
subMenu.appendChild(fragment);
|
211
218
|
this.staticAreaItem.shadowRoot.querySelector(".ui5-menu-submenus").appendChild(subMenu);
|
212
219
|
item._subMenu = subMenu;
|
213
220
|
}
|
214
|
-
|
221
|
+
_clonedItemsFragment(item) {
|
222
|
+
const fragment = document.createDocumentFragment();
|
215
223
|
for (let i = 0; i < item.items.length; ++i) {
|
216
224
|
const clonedItem = item.items[i].cloneNode(true);
|
217
|
-
|
225
|
+
fragment.appendChild(clonedItem);
|
218
226
|
}
|
227
|
+
return fragment;
|
219
228
|
}
|
220
229
|
_openItemSubMenu(item, opener, actionId) {
|
221
230
|
const mainMenu = this._findMainMenu(item);
|
@@ -268,6 +277,27 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
268
277
|
this._parentMenuItem = item;
|
269
278
|
this._parentItemsStack.push(item);
|
270
279
|
}
|
280
|
+
_startOpenTimeout(item, opener, hoverId) {
|
281
|
+
// If theres already a timeout, clears it
|
282
|
+
this._clearTimeout();
|
283
|
+
// Sets the new timeout
|
284
|
+
this._timeout = setTimeout(() => {
|
285
|
+
this._prepareSubMenuDesktopTablet(item, opener, hoverId);
|
286
|
+
}, MENU_OPEN_DELAY);
|
287
|
+
}
|
288
|
+
_startCloseTimeout(item) {
|
289
|
+
// If theres already a timeout, clears it
|
290
|
+
this._clearTimeout();
|
291
|
+
// Sets the new timeout
|
292
|
+
this._timeout = setTimeout(() => {
|
293
|
+
this._closeItemSubMenu(item);
|
294
|
+
}, MENU_CLOSE_DELAY);
|
295
|
+
}
|
296
|
+
_clearTimeout() {
|
297
|
+
if (this._timeout) {
|
298
|
+
clearTimeout(this._timeout);
|
299
|
+
}
|
300
|
+
}
|
271
301
|
_itemMouseOver(e) {
|
272
302
|
if ((0, _Device.isDesktop)()) {
|
273
303
|
// respect mouseover only on desktop
|
@@ -275,7 +305,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
275
305
|
const item = opener.associatedItem;
|
276
306
|
const hoverId = opener.getAttribute("id");
|
277
307
|
opener.focus();
|
278
|
-
|
308
|
+
// If there is a pending close operation, cancel it
|
309
|
+
this._clearTimeout();
|
310
|
+
// Opens submenu with 300ms delay
|
311
|
+
this._startOpenTimeout(item, opener, hoverId);
|
279
312
|
}
|
280
313
|
}
|
281
314
|
_busyMouseOver() {
|
@@ -285,13 +318,15 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
285
318
|
}
|
286
319
|
_itemMouseOut(e) {
|
287
320
|
if ((0, _Device.isDesktop)()) {
|
288
|
-
// respect mouseover only on desktop
|
289
321
|
const opener = e.target;
|
290
322
|
const item = opener.associatedItem;
|
323
|
+
// If there is a pending open operation, cancel it
|
324
|
+
this._clearTimeout();
|
325
|
+
// Close submenu with 400ms delay
|
291
326
|
if (item && item.hasSubmenu && item._subMenu) {
|
292
327
|
// try to close the sub-menu
|
293
328
|
item._preventSubMenuClose = false;
|
294
|
-
this.
|
329
|
+
this._startCloseTimeout(item);
|
295
330
|
}
|
296
331
|
}
|
297
332
|
}
|
@@ -322,15 +357,30 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
322
357
|
this._parentMenuItem = undefined;
|
323
358
|
}
|
324
359
|
// fire event if the click is on top-level menu item
|
325
|
-
this.fireEvent("item-click", {
|
360
|
+
const prevented = !this.fireEvent("item-click", {
|
326
361
|
"item": item,
|
327
362
|
"text": item.text
|
328
|
-
});
|
329
|
-
|
363
|
+
}, true, false);
|
364
|
+
if (!prevented) {
|
365
|
+
this._popover.close();
|
366
|
+
}
|
330
367
|
} else {
|
331
|
-
// find top-level menu and redirect event to it
|
332
368
|
const mainMenu = this._findMainMenu(item);
|
333
|
-
mainMenu.
|
369
|
+
const prevented = !mainMenu.fireEvent("item-click", {
|
370
|
+
"item": item,
|
371
|
+
"text": item.text
|
372
|
+
}, true, false);
|
373
|
+
if (!prevented) {
|
374
|
+
let openerMenuItem = item;
|
375
|
+
let parentMenu = openerMenuItem.parentElement;
|
376
|
+
do {
|
377
|
+
openerMenuItem._preventSubMenuClose = false;
|
378
|
+
this._closeItemSubMenu(openerMenuItem);
|
379
|
+
parentMenu = openerMenuItem.parentElement;
|
380
|
+
openerMenuItem = parentMenu._parentMenuItem;
|
381
|
+
} while (parentMenu._parentMenuItem);
|
382
|
+
mainMenu._popover.close();
|
383
|
+
}
|
334
384
|
}
|
335
385
|
} else if ((0, _Device.isPhone)()) {
|
336
386
|
// prepares and opens sub-menu on phone
|
@@ -343,8 +393,6 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
343
393
|
_findMainMenu(item) {
|
344
394
|
let parentMenu = item.parentElement;
|
345
395
|
while (parentMenu._parentMenuItem) {
|
346
|
-
parentMenu._parentMenuItem._preventSubMenuClose = false;
|
347
|
-
this._closeItemSubMenu(parentMenu._parentMenuItem);
|
348
396
|
parentMenu = parentMenu._parentMenuItem.parentElement;
|
349
397
|
}
|
350
398
|
return parentMenu;
|
@@ -433,8 +481,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
433
481
|
})
|
434
482
|
/**
|
435
483
|
* Fired when an item is being clicked.
|
484
|
+
* <b>Note:</b> Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.
|
436
485
|
*
|
437
486
|
* @event sap.ui.webc.main.Menu#item-click
|
487
|
+
* @allowPreventDefault
|
438
488
|
* @param { HTMLElement } item The currently clicked menu item.
|
439
489
|
* @param { string } text The text of the currently clicked menu item.
|
440
490
|
* @public
|
@@ -25,6 +25,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
25
25
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
26
26
|
};
|
27
27
|
var MessageStrip_1;
|
28
|
+
|
29
|
+
// Styles
|
30
|
+
|
28
31
|
var DesignClassesMapping;
|
29
32
|
(function (DesignClassesMapping) {
|
30
33
|
DesignClassesMapping["Information"] = "ui5-message-strip-root--info";
|
@@ -26,6 +26,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
26
26
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
27
27
|
};
|
28
28
|
var MonthPicker_1;
|
29
|
+
|
30
|
+
// Template
|
31
|
+
|
32
|
+
// Styles
|
33
|
+
|
29
34
|
const PAGE_SIZE = 12; // total months on a single page
|
30
35
|
const ROW_SIZE = 3; // months per row (4 rows of 3 months each)
|
31
36
|
/**
|
@@ -165,11 +170,12 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
165
170
|
* Modifies timestamp by a given amount of months and,
|
166
171
|
* if necessary, loads the prev/next page.
|
167
172
|
* @param { number } amount
|
173
|
+
* @param { boolean } preserveDate whether to preserve the day of the month (f.e. 15th of March + 1 month = 15th of April)
|
168
174
|
* @private
|
169
175
|
*/
|
170
|
-
_modifyTimestampBy(amount) {
|
176
|
+
_modifyTimestampBy(amount, preserveDate) {
|
171
177
|
// Modify the current timestamp
|
172
|
-
this._safelyModifyTimestampBy(amount, "month");
|
178
|
+
this._safelyModifyTimestampBy(amount, "month", preserveDate);
|
173
179
|
// Notify the calendar to update its timestamp
|
174
180
|
this.fireEvent("navigate", {
|
175
181
|
timestamp: this.timestamp
|
@@ -218,7 +224,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
218
224
|
* @protected
|
219
225
|
*/
|
220
226
|
_showPreviousPage() {
|
221
|
-
this._modifyTimestampBy(-PAGE_SIZE);
|
227
|
+
this._modifyTimestampBy(-PAGE_SIZE, true);
|
222
228
|
}
|
223
229
|
/**
|
224
230
|
* Called by Calendar.js
|
@@ -226,7 +232,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
226
232
|
* @protected
|
227
233
|
*/
|
228
234
|
_showNextPage() {
|
229
|
-
this._modifyTimestampBy(PAGE_SIZE);
|
235
|
+
this._modifyTimestampBy(PAGE_SIZE, true);
|
230
236
|
}
|
231
237
|
_isOutOfSelectableRange(date, minDate, maxDate) {
|
232
238
|
const month = date.getMonth();
|
@@ -1,4 +1,4 @@
|
|
1
|
-
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler", "sap/ui/webc/common/thirdparty/base/types/ValueState", "sap/ui/webc/common/thirdparty/base/Keys", "sap/ui/webc/common/thirdparty/base/types/Integer", "sap/ui/webc/common/thirdparty/icons/slim-arrow-down", "sap/ui/webc/common/thirdparty/base/Device", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/icons/decline", "sap/ui/webc/common/thirdparty/icons/multiselect-all", "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/FeaturesRegistry", "sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper", "./MultiComboBoxItem", "./MultiComboBoxGroupItem", "./GroupHeaderListItem", "./Tokenizer", "./Token", "./Icon", "./Popover", "./ResponsivePopover", "./List", "./StandardListItem", "./ToggleButton", "./Filters", "./Button", "./generated/i18n/i18n-defaults", "./generated/templates/MultiComboBoxTemplate.lit", "./generated/templates/MultiComboBoxPopoverTemplate.lit", "./generated/themes/MultiComboBox.css", "./generated/themes/ResponsivePopoverCommon.css", "./generated/themes/ValueStateMessage.css", "./generated/themes/Suggestions.css", "./generated/themes/MultiComboBoxPopover.css", "./types/ComboBoxFilter"], function (_exports, _UI5Element, _customElement, _property, _slot, _event, _LitRenderer, _ResizeHandler, _ValueState, _Keys, _Integer, _slimArrowDown, _Device, _i18nBundle, _decline, _multiselectAll, _notEditable, _error, _alert, _sysEnter, _information, _FeaturesRegistry, _AriaLabelHelper, _MultiComboBoxItem, _MultiComboBoxGroupItem, _GroupHeaderListItem, _Tokenizer, _Token, _Icon, _Popover, _ResponsivePopover, _List, _StandardListItem, _ToggleButton, Filters, _Button, _i18nDefaults, _MultiComboBoxTemplate, _MultiComboBoxPopoverTemplate, _MultiComboBox, _ResponsivePopoverCommon, _ValueStateMessage, _Suggestions, _MultiComboBoxPopover, _ComboBoxFilter) {
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler", "sap/ui/webc/common/thirdparty/base/types/ValueState", "sap/ui/webc/common/thirdparty/base/Keys", "sap/ui/webc/common/thirdparty/base/types/Integer", "sap/ui/webc/common/thirdparty/icons/slim-arrow-down", "sap/ui/webc/common/thirdparty/base/Device", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/icons/decline", "sap/ui/webc/common/thirdparty/icons/multiselect-all", "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/FeaturesRegistry", "sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper", "sap/ui/webc/common/thirdparty/base/CustomElementsScope", "./MultiComboBoxItem", "./MultiComboBoxGroupItem", "./GroupHeaderListItem", "./Tokenizer", "./Token", "./Icon", "./Popover", "./ResponsivePopover", "./List", "./StandardListItem", "./ToggleButton", "./Filters", "./Button", "./generated/i18n/i18n-defaults", "./generated/templates/MultiComboBoxTemplate.lit", "./generated/templates/MultiComboBoxPopoverTemplate.lit", "./generated/themes/MultiComboBox.css", "./generated/themes/ResponsivePopoverCommon.css", "./generated/themes/ValueStateMessage.css", "./generated/themes/Suggestions.css", "./generated/themes/MultiComboBoxPopover.css", "./types/ComboBoxFilter"], function (_exports, _UI5Element, _customElement, _property, _slot, _event, _LitRenderer, _ResizeHandler, _ValueState, _Keys, _Integer, _slimArrowDown, _Device, _i18nBundle, _decline, _multiselectAll, _notEditable, _error, _alert, _sysEnter, _information, _FeaturesRegistry, _AriaLabelHelper, _CustomElementsScope, _MultiComboBoxItem, _MultiComboBoxGroupItem, _GroupHeaderListItem, _Tokenizer, _Token, _Icon, _Popover, _ResponsivePopover, _List, _StandardListItem, _ToggleButton, Filters, _Button, _i18nDefaults, _MultiComboBoxTemplate, _MultiComboBoxPopoverTemplate, _MultiComboBox, _ResponsivePopoverCommon, _ValueStateMessage, _Suggestions, _MultiComboBoxPopover, _ComboBoxFilter) {
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
Object.defineProperty(_exports, "__esModule", {
|
@@ -46,6 +46,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
46
46
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
47
47
|
};
|
48
48
|
var MultiComboBox_1;
|
49
|
+
|
50
|
+
// Templates
|
51
|
+
|
52
|
+
// Styles
|
53
|
+
|
49
54
|
/**
|
50
55
|
* @class
|
51
56
|
*
|
@@ -108,6 +113,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
108
113
|
constructor() {
|
109
114
|
super();
|
110
115
|
this._filteredItems = [];
|
116
|
+
this._previouslySelectedItems = [];
|
111
117
|
this.selectedValues = [];
|
112
118
|
this._itemsBeforeOpen = [];
|
113
119
|
this._inputLastValue = "";
|
@@ -133,11 +139,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
133
139
|
this.fireEvent("change");
|
134
140
|
}
|
135
141
|
togglePopover() {
|
142
|
+
this._tokenizer.closeMorePopover();
|
136
143
|
this.allItemsPopover?.toggle(this);
|
137
144
|
}
|
138
145
|
togglePopoverByDropdownIcon() {
|
139
146
|
this._shouldFilterItems = false;
|
140
147
|
this.allItemsPopover?.toggle(this);
|
148
|
+
this._tokenizer.closeMorePopover();
|
141
149
|
}
|
142
150
|
_showFilteredItems() {
|
143
151
|
this.filterSelected = true;
|
@@ -188,12 +196,17 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
188
196
|
this.fireEvent("input");
|
189
197
|
}
|
190
198
|
_tokenDelete(e) {
|
199
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
191
200
|
const token = e.detail.ref;
|
192
201
|
const deletingItem = this.items.find(item => item._id === token.getAttribute("data-ui5-id"));
|
193
202
|
deletingItem.selected = false;
|
194
203
|
this._deleting = true;
|
195
204
|
this._preventTokenizerToggle = true;
|
196
|
-
this.
|
205
|
+
this.focus();
|
206
|
+
const changePrevented = this.fireSelectionChange();
|
207
|
+
if (changePrevented) {
|
208
|
+
this._revertSelection();
|
209
|
+
}
|
197
210
|
}
|
198
211
|
get _getPlaceholder() {
|
199
212
|
if (this._getSelectedItems().length) {
|
@@ -216,7 +229,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
216
229
|
const lastTokenBeingDeleted = tokensCount - 1 === 0 && this._deleting;
|
217
230
|
const allTokensAreBeingDeleted = selectedTokens === tokensCount && this._deleting;
|
218
231
|
const relatedTarget = e.relatedTarget;
|
219
|
-
|
232
|
+
const isFocusingPopover = this.staticAreaItem === relatedTarget;
|
233
|
+
const isFocusingInput = this._inputDom === relatedTarget;
|
234
|
+
const isFocusingMorePopover = e.relatedTarget === this._tokenizer.staticAreaItem;
|
235
|
+
if (!relatedTarget?.hasAttribute("ui5-token") && !isFocusingPopover && !isFocusingInput && !isFocusingMorePopover) {
|
220
236
|
this._tokenizer.tokens.forEach(token => {
|
221
237
|
token.selected = false;
|
222
238
|
});
|
@@ -237,6 +253,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
237
253
|
}
|
238
254
|
_onkeydown(e) {
|
239
255
|
const isArrowDownCtrl = (0, _Keys.isDownCtrl)(e);
|
256
|
+
const isCtrl = e.metaKey || e.ctrlKey;
|
240
257
|
if ((0, _Keys.isShow)(e) && !this.disabled) {
|
241
258
|
this._handleShow(e);
|
242
259
|
return;
|
@@ -258,10 +275,14 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
258
275
|
this._handleArrowCtrl(e);
|
259
276
|
return;
|
260
277
|
}
|
261
|
-
if ((0, _Keys.
|
262
|
-
this.
|
278
|
+
if ((0, _Keys.isInsertShift)(e)) {
|
279
|
+
this._handleInsertPaste();
|
263
280
|
return;
|
264
281
|
}
|
282
|
+
if (isCtrl && e.key.toLowerCase() === "i" && this._tokenizer.tokens.length > 0) {
|
283
|
+
e.preventDefault();
|
284
|
+
this.togglePopover();
|
285
|
+
}
|
265
286
|
if ((0, _Keys.isSpaceShift)(e)) {
|
266
287
|
e.preventDefault();
|
267
288
|
}
|
@@ -270,21 +291,39 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
270
291
|
}
|
271
292
|
this._shouldAutocomplete = !this.noTypeahead && !((0, _Keys.isBackSpace)(e) || (0, _Keys.isDelete)(e) || (0, _Keys.isEscape)(e) || (0, _Keys.isEnter)(e));
|
272
293
|
}
|
273
|
-
|
274
|
-
|
294
|
+
_handlePaste(e) {
|
295
|
+
e.preventDefault();
|
296
|
+
if (this.readonly || !e.clipboardData) {
|
297
|
+
return;
|
298
|
+
}
|
299
|
+
const pastedText = e.clipboardData.getData("text/plain");
|
300
|
+
if (!pastedText) {
|
301
|
+
return;
|
302
|
+
}
|
303
|
+
this._createTokenFromText(pastedText);
|
304
|
+
}
|
305
|
+
async _handleInsertPaste() {
|
306
|
+
if (this.readonly || (0, _Device.isFirefox)()) {
|
275
307
|
return;
|
276
308
|
}
|
277
309
|
const pastedText = await navigator.clipboard.readText();
|
278
310
|
if (!pastedText) {
|
279
311
|
return;
|
280
312
|
}
|
281
|
-
|
313
|
+
this._createTokenFromText(pastedText);
|
314
|
+
}
|
315
|
+
_createTokenFromText(pastedText) {
|
316
|
+
const separatedText = pastedText.split(/\r\n|\r|\n|\t/g).filter(t => !!t);
|
282
317
|
const matchingItems = this.items.filter(item => separatedText.indexOf(item.text) > -1 && !item.selected);
|
283
|
-
if (
|
318
|
+
if (separatedText.length > 1) {
|
319
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
284
320
|
matchingItems.forEach(item => {
|
285
321
|
item.selected = true;
|
286
322
|
this.value = "";
|
287
|
-
this.fireSelectionChange();
|
323
|
+
const changePrevented = this.fireSelectionChange();
|
324
|
+
if (changePrevented) {
|
325
|
+
this._revertSelection();
|
326
|
+
}
|
288
327
|
});
|
289
328
|
} else {
|
290
329
|
this.value = pastedText;
|
@@ -363,10 +402,14 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
363
402
|
_handleSelectAll() {
|
364
403
|
const filteredItems = this._filteredItems;
|
365
404
|
const allItemsSelected = filteredItems.every(item => item.selected);
|
405
|
+
this._previouslySelectedItems = filteredItems.filter(item => item.selected).map(item => item);
|
366
406
|
filteredItems.forEach(item => {
|
367
407
|
item.selected = !allItemsSelected;
|
368
408
|
});
|
369
|
-
this.fireSelectionChange();
|
409
|
+
const changePrevented = this.fireSelectionChange();
|
410
|
+
if (changePrevented) {
|
411
|
+
this._revertSelection();
|
412
|
+
}
|
370
413
|
}
|
371
414
|
_onValueStateKeydown(e) {
|
372
415
|
const isArrowDown = (0, _Keys.isDown)(e);
|
@@ -478,9 +521,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
478
521
|
_handleItemRangeSelection(e) {
|
479
522
|
const items = this.items;
|
480
523
|
const listItems = this.list?.items;
|
481
|
-
const currentItemIdx = listItems?.indexOf(e.target)
|
524
|
+
const currentItemIdx = Number(listItems?.indexOf(e.target));
|
482
525
|
const nextItemIdx = currentItemIdx + 1;
|
483
526
|
const prevItemIdx = currentItemIdx - 1;
|
527
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
484
528
|
if ((0, _Keys.isDownShift)(e) && items[nextItemIdx]) {
|
485
529
|
items[nextItemIdx].selected = items[currentItemIdx].selected;
|
486
530
|
items[nextItemIdx].focus();
|
@@ -489,7 +533,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
489
533
|
items[prevItemIdx].selected = items[currentItemIdx].selected;
|
490
534
|
items[prevItemIdx].focus();
|
491
535
|
}
|
492
|
-
this.fireSelectionChange();
|
536
|
+
const changePrevented = this.fireSelectionChange();
|
537
|
+
if (changePrevented) {
|
538
|
+
this._revertSelection();
|
539
|
+
}
|
493
540
|
}
|
494
541
|
_navigateToNextItem() {
|
495
542
|
const items = this.items;
|
@@ -560,9 +607,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
560
607
|
this._performingSelectionTwice = false;
|
561
608
|
});
|
562
609
|
} else {
|
610
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
563
611
|
matchingItem.selected = true;
|
564
612
|
this.value = "";
|
565
|
-
this.fireSelectionChange();
|
613
|
+
const changePrevented = this.fireSelectionChange();
|
614
|
+
if (changePrevented) {
|
615
|
+
this._revertSelection();
|
616
|
+
}
|
566
617
|
}
|
567
618
|
innerInput.setSelectionRange(matchingItem.text.length, matchingItem.text.length);
|
568
619
|
this.allItemsPopover?.close();
|
@@ -599,8 +650,8 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
599
650
|
}
|
600
651
|
return this._tokenizer._fillClipboard(_Tokenizer.ClipboardDataOperation.copy, selectedTokens);
|
601
652
|
}
|
602
|
-
if ((0, _Keys.
|
603
|
-
this.
|
653
|
+
if ((0, _Keys.isInsertShift)(e)) {
|
654
|
+
this._handleInsertPaste();
|
604
655
|
}
|
605
656
|
if ((0, _Keys.isHome)(e)) {
|
606
657
|
this._handleHome(e);
|
@@ -612,6 +663,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
612
663
|
this._preventTokenizerToggle = true;
|
613
664
|
this._handleShow(e);
|
614
665
|
}
|
666
|
+
if (isCtrl && e.key.toLowerCase() === "i" && this._tokenizer.tokens.length > 0) {
|
667
|
+
e.preventDefault();
|
668
|
+
this.togglePopover();
|
669
|
+
}
|
615
670
|
}
|
616
671
|
_filterItems(str) {
|
617
672
|
const itemsToFilter = this.items.filter(item => !item.isGroupItem);
|
@@ -643,6 +698,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
643
698
|
} else {
|
644
699
|
this.allItemsPopover?.focus();
|
645
700
|
}
|
701
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
646
702
|
this._isOpenedByKeyboard = false;
|
647
703
|
}
|
648
704
|
_toggle() {
|
@@ -655,11 +711,19 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
655
711
|
return this.selectedValues;
|
656
712
|
}
|
657
713
|
_listSelectionChange(e) {
|
714
|
+
let changePrevented;
|
715
|
+
if (!(0, _Device.isPhone)()) {
|
716
|
+
this._previouslySelectedItems = this._getSelectedItems();
|
717
|
+
}
|
658
718
|
// sync list items and cb items
|
659
719
|
this.syncItems(e.target.items);
|
660
720
|
// don't call selection change right after selection as user can cancel it on phone
|
661
721
|
if (!(0, _Device.isPhone)()) {
|
662
|
-
this.fireSelectionChange();
|
722
|
+
changePrevented = this.fireSelectionChange();
|
723
|
+
if (changePrevented) {
|
724
|
+
e.preventDefault();
|
725
|
+
this._revertSelection();
|
726
|
+
}
|
663
727
|
}
|
664
728
|
// casted to KeyboardEvent since isSpace and isSpaceCtrl accepts KeyboardEvent only
|
665
729
|
const castedEvent = {
|
@@ -670,7 +734,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
670
734
|
this.value = "";
|
671
735
|
// if the item (not checkbox) is clicked, call the selection change
|
672
736
|
if ((0, _Device.isPhone)()) {
|
673
|
-
this.fireSelectionChange();
|
737
|
+
changePrevented = this.fireSelectionChange();
|
738
|
+
if (changePrevented) {
|
739
|
+
e.preventDefault();
|
740
|
+
this._revertSelection();
|
741
|
+
}
|
674
742
|
}
|
675
743
|
this.fireEvent("input");
|
676
744
|
}
|
@@ -686,11 +754,12 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
686
754
|
});
|
687
755
|
}
|
688
756
|
fireSelectionChange() {
|
689
|
-
this.fireEvent("selection-change", {
|
757
|
+
const changePrevented = !this.fireEvent("selection-change", {
|
690
758
|
items: this._getSelectedItems()
|
691
|
-
});
|
759
|
+
}, true);
|
692
760
|
// Angular 2 way data binding
|
693
761
|
this.fireEvent("value-changed");
|
762
|
+
return changePrevented;
|
694
763
|
}
|
695
764
|
async _getRespPopover() {
|
696
765
|
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
@@ -707,6 +776,14 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
707
776
|
}
|
708
777
|
this._showMorePressed = false;
|
709
778
|
}
|
779
|
+
async handleBeforeTokenizerPopoverOpen() {
|
780
|
+
const tokens = this._tokenizer.tokens;
|
781
|
+
const hasTruncatedToken = tokens.length === 1 && tokens[0].isTruncatable;
|
782
|
+
const popover = await this._getResponsivePopover();
|
783
|
+
if (hasTruncatedToken) {
|
784
|
+
popover?.close(false, false, true);
|
785
|
+
}
|
786
|
+
}
|
710
787
|
_afterClosePicker() {
|
711
788
|
// close device's keyboard and prevent further typing
|
712
789
|
if ((0, _Device.isPhone)()) {
|
@@ -754,6 +831,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
754
831
|
_startsWithMatchingItems(str) {
|
755
832
|
return Filters.StartsWith(str, this.items, "text");
|
756
833
|
}
|
834
|
+
_revertSelection() {
|
835
|
+
this._filteredItems.forEach(item => {
|
836
|
+
item.selected = this._previouslySelectedItems.includes(item);
|
837
|
+
});
|
838
|
+
}
|
757
839
|
onBeforeRendering() {
|
758
840
|
const input = this._innerInput;
|
759
841
|
const autoCompletedChars = input && (input.selectionEnd || 0) - (input.selectionStart || 0);
|
@@ -768,7 +850,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
768
850
|
item._getRealDomRef = () => this.allItemsPopover.querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
769
851
|
});
|
770
852
|
this.tokenizerAvailable = this._getSelectedItems().length > 0;
|
771
|
-
this.style.setProperty("--_ui5-input-icons-count", `${this.iconsCount}`);
|
853
|
+
this.style.setProperty((0, _CustomElementsScope.getScopedVarName)("--_ui5-input-icons-count"), `${this.iconsCount}`);
|
772
854
|
if (!input || !value) {
|
773
855
|
return;
|
774
856
|
}
|
@@ -824,7 +906,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
824
906
|
}
|
825
907
|
handleOK() {
|
826
908
|
if ((0, _Device.isPhone)()) {
|
827
|
-
this.fireSelectionChange();
|
909
|
+
const changePrevented = this.fireSelectionChange();
|
910
|
+
if (changePrevented) {
|
911
|
+
this._revertSelection();
|
912
|
+
}
|
913
|
+
}
|
914
|
+
if (!this.allowCustomValues) {
|
915
|
+
this.value = "";
|
828
916
|
}
|
829
917
|
this.togglePopover();
|
830
918
|
}
|
@@ -834,6 +922,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
834
922
|
_forwardFocusToInner() {
|
835
923
|
this._innerInput.focus();
|
836
924
|
}
|
925
|
+
get morePopoverOpener() {
|
926
|
+
const tokens = this._tokenizer?.tokens;
|
927
|
+
if (tokens?.length === 1 && tokens[0].isTruncatable) {
|
928
|
+
return tokens[0];
|
929
|
+
}
|
930
|
+
return this;
|
931
|
+
}
|
837
932
|
async closePopover() {
|
838
933
|
(await this._getPopover())?.close();
|
839
934
|
}
|
@@ -862,6 +957,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
862
957
|
if (!(0, _Device.isPhone)() && (e.relatedTarget?.tagName !== "UI5-STATIC-AREA-ITEM" || !e.relatedTarget)) {
|
863
958
|
this._innerInput.setSelectionRange(0, this.value.length);
|
864
959
|
}
|
960
|
+
this._tokenizer.tokens.forEach(token => {
|
961
|
+
token.selected = false;
|
962
|
+
});
|
865
963
|
this._lastValue = this.value;
|
866
964
|
this.valueBeforeAutoComplete = "";
|
867
965
|
}
|
@@ -1083,6 +1181,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
1083
1181
|
noAttribute: true,
|
1084
1182
|
multiple: true
|
1085
1183
|
})], MultiComboBox.prototype, "_filteredItems", void 0);
|
1184
|
+
__decorate([(0, _property.default)({
|
1185
|
+
type: Object,
|
1186
|
+
noAttribute: true,
|
1187
|
+
multiple: true
|
1188
|
+
})], MultiComboBox.prototype, "_previouslySelectedItems", void 0);
|
1086
1189
|
__decorate([(0, _property.default)({
|
1087
1190
|
type: Boolean
|
1088
1191
|
})], MultiComboBox.prototype, "filterSelected", void 0);
|