@openui5/sap.ui.webc.main 1.119.0 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +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
@@ -0,0 +1,116 @@
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/types/CSSSize", "./Button", "./types/ButtonDesign", "./ToolbarItem", "./generated/templates/ToolbarButtonTemplate.lit", "./generated/templates/ToolbarPopoverButtonTemplate.lit", "./generated/themes/ToolbarButtonPopover.css", "./ToolbarRegistry"], function (_exports, _customElement, _property, _event, _CSSSize, _Button, _ButtonDesign, _ToolbarItem, _ToolbarButtonTemplate, _ToolbarPopoverButtonTemplate, _ToolbarButtonPopover, _ToolbarRegistry) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_customElement = _interopRequireDefault(_customElement);
|
9
|
+
_property = _interopRequireDefault(_property);
|
10
|
+
_event = _interopRequireDefault(_event);
|
11
|
+
_CSSSize = _interopRequireDefault(_CSSSize);
|
12
|
+
_Button = _interopRequireDefault(_Button);
|
13
|
+
_ButtonDesign = _interopRequireDefault(_ButtonDesign);
|
14
|
+
_ToolbarItem = _interopRequireDefault(_ToolbarItem);
|
15
|
+
_ToolbarButtonTemplate = _interopRequireDefault(_ToolbarButtonTemplate);
|
16
|
+
_ToolbarPopoverButtonTemplate = _interopRequireDefault(_ToolbarPopoverButtonTemplate);
|
17
|
+
_ToolbarButtonPopover = _interopRequireDefault(_ToolbarButtonPopover);
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
19
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
20
|
+
var c = arguments.length,
|
21
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
22
|
+
d;
|
23
|
+
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;
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
25
|
+
};
|
26
|
+
/**
|
27
|
+
* @class
|
28
|
+
*
|
29
|
+
* <h3 class="comment-api-title">Overview</h3>
|
30
|
+
* The <code>ui5-toolbar-button</code> represents an abstract action,
|
31
|
+
* used in the <code>ui5-toolbar</code>.
|
32
|
+
*
|
33
|
+
* <h3>ES6 Module Import</h3>
|
34
|
+
* <code>import "@ui5/webcomponents/dist/ToolbarButton";</code>
|
35
|
+
*
|
36
|
+
* @constructor
|
37
|
+
* @abstract
|
38
|
+
* @author SAP SE
|
39
|
+
* @alias sap.ui.webc.main.ToolbarButton
|
40
|
+
* @extends sap.ui.webc.main.ToolbarItem
|
41
|
+
* @tagname ui5-toolbar-button
|
42
|
+
* @public
|
43
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
44
|
+
* @since 1.17.0
|
45
|
+
*/
|
46
|
+
let ToolbarButton = class ToolbarButton extends _ToolbarItem.default {
|
47
|
+
static get staticAreaStyles() {
|
48
|
+
return _ToolbarButtonPopover.default;
|
49
|
+
}
|
50
|
+
get styles() {
|
51
|
+
return {
|
52
|
+
width: this.width,
|
53
|
+
display: this.hidden ? "none" : "inline-block"
|
54
|
+
};
|
55
|
+
}
|
56
|
+
get containsText() {
|
57
|
+
return true;
|
58
|
+
}
|
59
|
+
static get toolbarTemplate() {
|
60
|
+
return _ToolbarButtonTemplate.default;
|
61
|
+
}
|
62
|
+
static get toolbarPopoverTemplate() {
|
63
|
+
return _ToolbarPopoverButtonTemplate.default;
|
64
|
+
}
|
65
|
+
get subscribedEvents() {
|
66
|
+
const map = new Map();
|
67
|
+
map.set("click", {
|
68
|
+
preventClosing: false
|
69
|
+
});
|
70
|
+
return map;
|
71
|
+
}
|
72
|
+
};
|
73
|
+
__decorate([(0, _property.default)({
|
74
|
+
type: Boolean
|
75
|
+
})], ToolbarButton.prototype, "disabled", void 0);
|
76
|
+
__decorate([(0, _property.default)({
|
77
|
+
type: _ButtonDesign.default,
|
78
|
+
defaultValue: _ButtonDesign.default.Default
|
79
|
+
})], ToolbarButton.prototype, "design", void 0);
|
80
|
+
__decorate([(0, _property.default)()], ToolbarButton.prototype, "icon", void 0);
|
81
|
+
__decorate([(0, _property.default)({
|
82
|
+
type: Boolean
|
83
|
+
})], ToolbarButton.prototype, "iconEnd", void 0);
|
84
|
+
__decorate([(0, _property.default)()], ToolbarButton.prototype, "tooltip", void 0);
|
85
|
+
__decorate([(0, _property.default)({
|
86
|
+
defaultValue: undefined
|
87
|
+
})], ToolbarButton.prototype, "accessibleName", void 0);
|
88
|
+
__decorate([(0, _property.default)({
|
89
|
+
defaultValue: ""
|
90
|
+
})], ToolbarButton.prototype, "accessibleNameRef", void 0);
|
91
|
+
__decorate([(0, _property.default)({
|
92
|
+
type: Object
|
93
|
+
})], ToolbarButton.prototype, "accessibilityAttributes", void 0);
|
94
|
+
__decorate([(0, _property.default)()], ToolbarButton.prototype, "text", void 0);
|
95
|
+
__decorate([(0, _property.default)({
|
96
|
+
validator: _CSSSize.default
|
97
|
+
})], ToolbarButton.prototype, "width", void 0);
|
98
|
+
ToolbarButton = __decorate([(0, _customElement.default)({
|
99
|
+
tag: "ui5-toolbar-button",
|
100
|
+
dependencies: [_Button.default]
|
101
|
+
})
|
102
|
+
/**
|
103
|
+
* Fired when the component is activated either with a
|
104
|
+
* mouse/tap or by using the Enter or Space key.
|
105
|
+
* <br><br>
|
106
|
+
* <b>Note:</b> The event will not be fired if the <code>disabled</code>
|
107
|
+
* property is set to <code>true</code>.
|
108
|
+
*
|
109
|
+
* @event sap.ui.webc.main.ToolbarButton#click
|
110
|
+
* @public
|
111
|
+
*/, (0, _event.default)("click")], ToolbarButton);
|
112
|
+
(0, _ToolbarRegistry.registerToolbarItem)(ToolbarButton);
|
113
|
+
ToolbarButton.define();
|
114
|
+
var _default = ToolbarButton;
|
115
|
+
_exports.default = _default;
|
116
|
+
});
|
@@ -0,0 +1,115 @@
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/property", "./types/ToolbarItemOverflowBehavior"], function (_exports, _UI5Element, _property, _ToolbarItemOverflowBehavior) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_UI5Element = _interopRequireDefault(_UI5Element);
|
9
|
+
_property = _interopRequireDefault(_property);
|
10
|
+
_ToolbarItemOverflowBehavior = _interopRequireDefault(_ToolbarItemOverflowBehavior);
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
12
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
13
|
+
var c = arguments.length,
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
15
|
+
d;
|
16
|
+
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;
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
18
|
+
};
|
19
|
+
/**
|
20
|
+
* @class
|
21
|
+
*
|
22
|
+
* The <code>ui5-tb-item</code> represents an abstract class for items,
|
23
|
+
* used in the <code>ui5-toolbar</code>.
|
24
|
+
*
|
25
|
+
* @constructor
|
26
|
+
* @author SAP SE
|
27
|
+
* @alias sap.ui.webc.main.ToolbarItem
|
28
|
+
* @extends sap.ui.webc.base.UI5Element
|
29
|
+
* @abstract
|
30
|
+
* @public
|
31
|
+
* @since 1.17.0
|
32
|
+
*/
|
33
|
+
class ToolbarItem extends _UI5Element.default {
|
34
|
+
/**
|
35
|
+
* Defines if the width of the item should be ignored in calculating the whole width of the toolbar
|
36
|
+
* @returns {boolean}
|
37
|
+
* @protected
|
38
|
+
*/
|
39
|
+
get ignoreSpace() {
|
40
|
+
return false;
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* Returns if the item contains text. Used to position the text properly inside the popover.
|
44
|
+
* Aligned left if the item has text, default aligned otherwise.
|
45
|
+
* @protected
|
46
|
+
* @returns {boolean}
|
47
|
+
*/
|
48
|
+
get containsText() {
|
49
|
+
return false;
|
50
|
+
}
|
51
|
+
/**
|
52
|
+
* Returns if the item is flexible. An item that is returning true for this property will make
|
53
|
+
* the toolbar expand to fill the 100% width of its container.
|
54
|
+
* @protected
|
55
|
+
* @returns {Boolean}
|
56
|
+
*/
|
57
|
+
get hasFlexibleWidth() {
|
58
|
+
return false;
|
59
|
+
}
|
60
|
+
/**
|
61
|
+
* Returns if the item is interactive.
|
62
|
+
* This value is used to determinate if the toolbar should have its accessibility role and attributes set.
|
63
|
+
* At least two interactive items are needed for the toolbar to have the role="toolbar" attribute set.
|
64
|
+
* @protected
|
65
|
+
* @returns {boolean}
|
66
|
+
*/
|
67
|
+
get isInteractive() {
|
68
|
+
return true;
|
69
|
+
}
|
70
|
+
/**
|
71
|
+
* Returns if the item is separator.
|
72
|
+
* @protected
|
73
|
+
* @returns {boolean}
|
74
|
+
*/
|
75
|
+
get isSeparator() {
|
76
|
+
return false;
|
77
|
+
}
|
78
|
+
/**
|
79
|
+
* Returns the template for the toolbar item.
|
80
|
+
* @protected
|
81
|
+
* @returns {TemplateFunction}
|
82
|
+
*/
|
83
|
+
static get toolbarTemplate() {
|
84
|
+
throw new Error("Template must be defined");
|
85
|
+
}
|
86
|
+
/**
|
87
|
+
* Returns the template for the toolbar item popover.
|
88
|
+
* @protected
|
89
|
+
* @returns {TemplateFunction}
|
90
|
+
*/
|
91
|
+
static get toolbarPopoverTemplate() {
|
92
|
+
throw new Error("Popover template must be defined");
|
93
|
+
}
|
94
|
+
/**
|
95
|
+
* Returns the events that the item is subscribed to.
|
96
|
+
* @protected
|
97
|
+
* @returns {Map}
|
98
|
+
*/
|
99
|
+
get subscribedEvents() {
|
100
|
+
return new Map();
|
101
|
+
}
|
102
|
+
get stableDomRef() {
|
103
|
+
return this.getAttribute("stable-dom-ref") || `${this._id}-stable-dom-ref`;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
__decorate([(0, _property.default)({
|
107
|
+
type: _ToolbarItemOverflowBehavior.default,
|
108
|
+
defaultValue: _ToolbarItemOverflowBehavior.default.Default
|
109
|
+
})], ToolbarItem.prototype, "overflowPriority", void 0);
|
110
|
+
__decorate([(0, _property.default)({
|
111
|
+
type: Boolean
|
112
|
+
})], ToolbarItem.prototype, "preventOverflowClosing", void 0);
|
113
|
+
var _default = ToolbarItem;
|
114
|
+
_exports.default = _default;
|
115
|
+
});
|
@@ -0,0 +1,34 @@
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/getSharedResource"], function (_exports, _getSharedResource) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.registerToolbarItem = _exports.getRegisteredToolbarItem = _exports.getRegisteredStyles = _exports.getRegisteredStaticAreaStyles = _exports.getRegisteredDependencies = void 0;
|
8
|
+
_getSharedResource = _interopRequireDefault(_getSharedResource);
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
10
|
+
const registry = (0, _getSharedResource.default)("ToolbarItem.registry", new Map());
|
11
|
+
const registerToolbarItem = ElementClass => {
|
12
|
+
registry.set(ElementClass.name, ElementClass);
|
13
|
+
};
|
14
|
+
_exports.registerToolbarItem = registerToolbarItem;
|
15
|
+
const getRegisteredToolbarItem = name => {
|
16
|
+
if (!registry.has(name)) {
|
17
|
+
throw new Error(`No template found for ${name}`);
|
18
|
+
}
|
19
|
+
return registry.get(name);
|
20
|
+
};
|
21
|
+
_exports.getRegisteredToolbarItem = getRegisteredToolbarItem;
|
22
|
+
const getRegisteredStyles = () => {
|
23
|
+
return [...registry.values()].map(ElementClass => ElementClass.styles);
|
24
|
+
};
|
25
|
+
_exports.getRegisteredStyles = getRegisteredStyles;
|
26
|
+
const getRegisteredStaticAreaStyles = () => {
|
27
|
+
return [...registry.values()].map(ElementClass => ElementClass.staticAreaStyles);
|
28
|
+
};
|
29
|
+
_exports.getRegisteredStaticAreaStyles = getRegisteredStaticAreaStyles;
|
30
|
+
const getRegisteredDependencies = () => {
|
31
|
+
return [...registry.values()].map(ElementClass => ElementClass.dependencies).flat();
|
32
|
+
};
|
33
|
+
_exports.getRegisteredDependencies = getRegisteredDependencies;
|
34
|
+
});
|
@@ -0,0 +1,166 @@
|
|
1
|
+
sap.ui.define(["exports", "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/types/ValueState", "sap/ui/webc/common/thirdparty/base/types/CSSSize", "./ToolbarRegistry", "./generated/templates/ToolbarSelectTemplate.lit", "./generated/templates/ToolbarPopoverSelectTemplate.lit", "./ToolbarItem", "./Select", "./Option", "./ToolbarSelectOption"], function (_exports, _customElement, _property, _slot, _event, _ValueState, _CSSSize, _ToolbarRegistry, _ToolbarSelectTemplate, _ToolbarPopoverSelectTemplate, _ToolbarItem, _Select, _Option, _ToolbarSelectOption) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_customElement = _interopRequireDefault(_customElement);
|
9
|
+
_property = _interopRequireDefault(_property);
|
10
|
+
_slot = _interopRequireDefault(_slot);
|
11
|
+
_event = _interopRequireDefault(_event);
|
12
|
+
_ValueState = _interopRequireDefault(_ValueState);
|
13
|
+
_CSSSize = _interopRequireDefault(_CSSSize);
|
14
|
+
_ToolbarSelectTemplate = _interopRequireDefault(_ToolbarSelectTemplate);
|
15
|
+
_ToolbarPopoverSelectTemplate = _interopRequireDefault(_ToolbarPopoverSelectTemplate);
|
16
|
+
_ToolbarItem = _interopRequireDefault(_ToolbarItem);
|
17
|
+
_Select = _interopRequireDefault(_Select);
|
18
|
+
_Option = _interopRequireDefault(_Option);
|
19
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
20
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
21
|
+
var c = arguments.length,
|
22
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
23
|
+
d;
|
24
|
+
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;
|
25
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
26
|
+
};
|
27
|
+
|
28
|
+
// Templates
|
29
|
+
|
30
|
+
/**
|
31
|
+
* @class
|
32
|
+
*
|
33
|
+
* <h3 class="comment-api-title">Overview</h3>
|
34
|
+
* The <code>ui5-toolbar-select</code> component is used to create a toolbar drop-down list.
|
35
|
+
* The items inside the <code>ui5-toolbar-select</code> define the available options by using the <code>ui5-toolbar-select-option</code> component.
|
36
|
+
*
|
37
|
+
* <h3>ES6 Module Import</h3>
|
38
|
+
* <code>import "@ui5/webcomponents/dist/ToolbarSelect";</code>
|
39
|
+
* <br>
|
40
|
+
* <code>import "@ui5/webcomponents/dist/ToolbarSelectOption";</code> (comes with <code>ui5-toolbar-select</code>)
|
41
|
+
* @constructor
|
42
|
+
* @abstract
|
43
|
+
* @author SAP SE
|
44
|
+
* @alias sap.ui.webc.main.ToolbarSelect
|
45
|
+
* @extends sap.ui.webc.base.UI5Element
|
46
|
+
* @tagname ui5-toolbar-select
|
47
|
+
* @appenddocs sap.ui.webc.main.ToolbarSelectOption
|
48
|
+
* @public
|
49
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
50
|
+
* @since 1.17.0
|
51
|
+
*/
|
52
|
+
let ToolbarSelect = class ToolbarSelect extends _ToolbarItem.default {
|
53
|
+
static get toolbarTemplate() {
|
54
|
+
return _ToolbarSelectTemplate.default;
|
55
|
+
}
|
56
|
+
static get toolbarPopoverTemplate() {
|
57
|
+
return _ToolbarPopoverSelectTemplate.default;
|
58
|
+
}
|
59
|
+
get subscribedEvents() {
|
60
|
+
const map = new Map();
|
61
|
+
map.set("click", {
|
62
|
+
preventClosing: true
|
63
|
+
});
|
64
|
+
map.set("change", {
|
65
|
+
preventClosing: false
|
66
|
+
});
|
67
|
+
map.set("open", {
|
68
|
+
preventClosing: true
|
69
|
+
});
|
70
|
+
map.set("close", {
|
71
|
+
preventClosing: true
|
72
|
+
});
|
73
|
+
return map;
|
74
|
+
}
|
75
|
+
constructor() {
|
76
|
+
super();
|
77
|
+
this._onEvent = this._onEventHandler.bind(this);
|
78
|
+
}
|
79
|
+
onEnterDOM() {
|
80
|
+
this.attachEventListeners();
|
81
|
+
}
|
82
|
+
onExitDOM() {
|
83
|
+
this.detachEventListeners();
|
84
|
+
}
|
85
|
+
attachEventListeners() {
|
86
|
+
[...this.subscribedEvents.keys()].forEach(e => {
|
87
|
+
this.addEventListener(e, this._onEvent);
|
88
|
+
});
|
89
|
+
}
|
90
|
+
detachEventListeners() {
|
91
|
+
[...this.subscribedEvents.keys()].forEach(e => {
|
92
|
+
this.removeEventListener(e, this._onEvent);
|
93
|
+
});
|
94
|
+
}
|
95
|
+
_onEventHandler(e) {
|
96
|
+
if (e.type === "change") {
|
97
|
+
// update options
|
98
|
+
const selectedOption = e.detail.selectedOption;
|
99
|
+
const selectedOptionIndex = Number(selectedOption?.getAttribute("data-ui5-external-action-item-index"));
|
100
|
+
this.options.forEach((option, index) => {
|
101
|
+
if (index === selectedOptionIndex) {
|
102
|
+
option.setAttribute("selected", "");
|
103
|
+
} else {
|
104
|
+
option.removeAttribute("selected");
|
105
|
+
}
|
106
|
+
});
|
107
|
+
}
|
108
|
+
}
|
109
|
+
get styles() {
|
110
|
+
return {
|
111
|
+
width: this.width
|
112
|
+
};
|
113
|
+
}
|
114
|
+
};
|
115
|
+
__decorate([(0, _property.default)({
|
116
|
+
validator: _CSSSize.default
|
117
|
+
})], ToolbarSelect.prototype, "width", void 0);
|
118
|
+
__decorate([(0, _slot.default)({
|
119
|
+
"default": true,
|
120
|
+
type: HTMLElement,
|
121
|
+
invalidateOnChildChange: true
|
122
|
+
})], ToolbarSelect.prototype, "options", void 0);
|
123
|
+
__decorate([(0, _property.default)({
|
124
|
+
type: _ValueState.default,
|
125
|
+
defaultValue: _ValueState.default.None
|
126
|
+
})], ToolbarSelect.prototype, "valueState", void 0);
|
127
|
+
__decorate([(0, _property.default)({
|
128
|
+
type: Boolean
|
129
|
+
})], ToolbarSelect.prototype, "disabled", void 0);
|
130
|
+
__decorate([(0, _property.default)()], ToolbarSelect.prototype, "accessibleName", void 0);
|
131
|
+
__decorate([(0, _property.default)()], ToolbarSelect.prototype, "accessibleNameRef", void 0);
|
132
|
+
ToolbarSelect = __decorate([(0, _customElement.default)({
|
133
|
+
tag: "ui5-toolbar-select",
|
134
|
+
dependencies: [_Select.default, _Option.default]
|
135
|
+
})
|
136
|
+
/**
|
137
|
+
* Fired when the selected option changes.
|
138
|
+
*
|
139
|
+
* @event sap.ui.webc.main.ToolbarSelect#change
|
140
|
+
* @allowPreventDefault
|
141
|
+
* @param {HTMLElement} selectedOption the selected option.
|
142
|
+
* @public
|
143
|
+
*/, (0, _event.default)("change", {
|
144
|
+
detail: {
|
145
|
+
selectedOption: {
|
146
|
+
type: HTMLElement
|
147
|
+
}
|
148
|
+
}
|
149
|
+
})
|
150
|
+
/**
|
151
|
+
* Fired after the component's dropdown menu opens.
|
152
|
+
*
|
153
|
+
* @event sap.ui.webc.main.ToolbarSelect#open
|
154
|
+
* @public
|
155
|
+
*/, (0, _event.default)("open")
|
156
|
+
/**
|
157
|
+
* Fired after the component's dropdown menu closes.
|
158
|
+
*
|
159
|
+
* @event sap.ui.webc.main.ToolbarSelect#close
|
160
|
+
* @public
|
161
|
+
*/, (0, _event.default)("close")], ToolbarSelect);
|
162
|
+
(0, _ToolbarRegistry.registerToolbarItem)(ToolbarSelect);
|
163
|
+
ToolbarSelect.define();
|
164
|
+
var _default = ToolbarSelect;
|
165
|
+
_exports.default = _default;
|
166
|
+
});
|
@@ -0,0 +1,50 @@
|
|
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/slot", "sap/ui/webc/common/thirdparty/base/decorators/property"], function (_exports, _UI5Element, _customElement, _slot, _property) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_UI5Element = _interopRequireDefault(_UI5Element);
|
9
|
+
_customElement = _interopRequireDefault(_customElement);
|
10
|
+
_slot = _interopRequireDefault(_slot);
|
11
|
+
_property = _interopRequireDefault(_property);
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
13
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
14
|
+
var c = arguments.length,
|
15
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
16
|
+
d;
|
17
|
+
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;
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
19
|
+
};
|
20
|
+
/**
|
21
|
+
* @class
|
22
|
+
*
|
23
|
+
* <h3 class="comment-api-title">Overview</h3>
|
24
|
+
*
|
25
|
+
* The <code>ui5-toolbar-select-option</code> component defines the content of an option in the <code>ui5-toolbar-select</code>.
|
26
|
+
*
|
27
|
+
* @constructor
|
28
|
+
* @author SAP SE
|
29
|
+
* @alias sap.ui.webc.main.ToolbarSelectOption
|
30
|
+
* @extends sap.ui.webc.base.UI5Element
|
31
|
+
* @abstract
|
32
|
+
* @tagname ui5-toolbar-select-option
|
33
|
+
* @implements sap.ui.webc.main.IToolbarSelectOption
|
34
|
+
* @public
|
35
|
+
* @since 1.17.0
|
36
|
+
*/
|
37
|
+
let ToolbarSelectOption = class ToolbarSelectOption extends _UI5Element.default {};
|
38
|
+
__decorate([(0, _property.default)({
|
39
|
+
type: Boolean
|
40
|
+
})], ToolbarSelectOption.prototype, "selected", void 0);
|
41
|
+
__decorate([(0, _slot.default)({
|
42
|
+
type: Node,
|
43
|
+
"default": true,
|
44
|
+
invalidateOnChildChange: true
|
45
|
+
})], ToolbarSelectOption.prototype, "text", void 0);
|
46
|
+
ToolbarSelectOption = __decorate([(0, _customElement.default)("ui5-toolbar-select-option")], ToolbarSelectOption);
|
47
|
+
ToolbarSelectOption.define();
|
48
|
+
var _default = ToolbarSelectOption;
|
49
|
+
_exports.default = _default;
|
50
|
+
});
|
@@ -0,0 +1,62 @@
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "./generated/templates/ToolbarSeparatorTemplate.lit", "./generated/templates/ToolbarPopoverSeparatorTemplate.lit", "./ToolbarRegistry", "./ToolbarItem"], function (_exports, _customElement, _property, _ToolbarSeparatorTemplate, _ToolbarPopoverSeparatorTemplate, _ToolbarRegistry, _ToolbarItem) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_customElement = _interopRequireDefault(_customElement);
|
9
|
+
_property = _interopRequireDefault(_property);
|
10
|
+
_ToolbarSeparatorTemplate = _interopRequireDefault(_ToolbarSeparatorTemplate);
|
11
|
+
_ToolbarPopoverSeparatorTemplate = _interopRequireDefault(_ToolbarPopoverSeparatorTemplate);
|
12
|
+
_ToolbarItem = _interopRequireDefault(_ToolbarItem);
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
14
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
15
|
+
var c = arguments.length,
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
17
|
+
d;
|
18
|
+
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;
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
20
|
+
};
|
21
|
+
/**
|
22
|
+
* @class
|
23
|
+
*
|
24
|
+
* <h3 class="comment-api-title">Overview</h3>
|
25
|
+
* The <code>ui5-toolbar-separator</code> is an element, used for visual separation between two elements.
|
26
|
+
* It takes no space in calculating toolbar items width.
|
27
|
+
*
|
28
|
+
* @constructor
|
29
|
+
* @author SAP SE
|
30
|
+
* @alias sap.ui.webc.main.ToolbarSeparator
|
31
|
+
* @extends sap.ui.webc.main.ToolbarItem
|
32
|
+
* @tagname ui5-toolbar-separator
|
33
|
+
* @since 1.17.0
|
34
|
+
* @abstract
|
35
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
36
|
+
* @public
|
37
|
+
*/
|
38
|
+
let ToolbarSeparator = class ToolbarSeparator extends _ToolbarItem.default {
|
39
|
+
static get toolbarTemplate() {
|
40
|
+
return _ToolbarSeparatorTemplate.default;
|
41
|
+
}
|
42
|
+
static get toolbarPopoverTemplate() {
|
43
|
+
return _ToolbarPopoverSeparatorTemplate.default;
|
44
|
+
}
|
45
|
+
get isSeparator() {
|
46
|
+
return true;
|
47
|
+
}
|
48
|
+
get isInteractive() {
|
49
|
+
return false;
|
50
|
+
}
|
51
|
+
};
|
52
|
+
__decorate([(0, _property.default)({
|
53
|
+
type: Boolean
|
54
|
+
})], ToolbarSeparator.prototype, "visible", void 0);
|
55
|
+
ToolbarSeparator = __decorate([(0, _customElement.default)({
|
56
|
+
tag: "ui5-toolbar-separator"
|
57
|
+
})], ToolbarSeparator);
|
58
|
+
(0, _ToolbarRegistry.registerToolbarItem)(ToolbarSeparator);
|
59
|
+
ToolbarSeparator.define();
|
60
|
+
var _default = ToolbarSeparator;
|
61
|
+
_exports.default = _default;
|
62
|
+
});
|
@@ -0,0 +1,72 @@
|
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/types/CSSSize", "./generated/templates/ToolbarSpacerTemplate.lit", "./ToolbarItem", "./ToolbarRegistry"], function (_exports, _property, _customElement, _CSSSize, _ToolbarSpacerTemplate, _ToolbarItem, _ToolbarRegistry) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
_property = _interopRequireDefault(_property);
|
9
|
+
_customElement = _interopRequireDefault(_customElement);
|
10
|
+
_CSSSize = _interopRequireDefault(_CSSSize);
|
11
|
+
_ToolbarSpacerTemplate = _interopRequireDefault(_ToolbarSpacerTemplate);
|
12
|
+
_ToolbarItem = _interopRequireDefault(_ToolbarItem);
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
14
|
+
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
15
|
+
var c = arguments.length,
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
17
|
+
d;
|
18
|
+
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;
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
20
|
+
};
|
21
|
+
/**
|
22
|
+
* @class
|
23
|
+
*
|
24
|
+
* <h3 class="comment-api-title">Overview</h3>
|
25
|
+
* The <code>ui5-toolbar-spacer</code> is an element, used for taking needed space for toolbar items to take 100% width.
|
26
|
+
* It takes no space in calculating toolbar items width.
|
27
|
+
*
|
28
|
+
* @constructor
|
29
|
+
* @author SAP SE
|
30
|
+
* @alias sap.ui.webc.main.ToolbarSpacer
|
31
|
+
* @extends sap.ui.webc.main.ToolbarItem
|
32
|
+
* @tagname ui5-toolbar-spacer
|
33
|
+
* @abstract
|
34
|
+
* @since 1.17.0
|
35
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
36
|
+
* @public
|
37
|
+
*/
|
38
|
+
let ToolbarSpacer = class ToolbarSpacer extends _ToolbarItem.default {
|
39
|
+
get styles() {
|
40
|
+
return this.width ? {
|
41
|
+
width: this.width
|
42
|
+
} : {
|
43
|
+
flex: "auto"
|
44
|
+
};
|
45
|
+
}
|
46
|
+
get ignoreSpace() {
|
47
|
+
return this.width === "";
|
48
|
+
}
|
49
|
+
get hasFlexibleWidth() {
|
50
|
+
return this.width === "";
|
51
|
+
}
|
52
|
+
static get toolbarTemplate() {
|
53
|
+
return _ToolbarSpacerTemplate.default;
|
54
|
+
}
|
55
|
+
static get toolbarPopoverTemplate() {
|
56
|
+
return _ToolbarSpacerTemplate.default;
|
57
|
+
}
|
58
|
+
get isInteractive() {
|
59
|
+
return false;
|
60
|
+
}
|
61
|
+
};
|
62
|
+
__decorate([(0, _property.default)({
|
63
|
+
validator: _CSSSize.default
|
64
|
+
})], ToolbarSpacer.prototype, "width", void 0);
|
65
|
+
ToolbarSpacer = __decorate([(0, _customElement.default)({
|
66
|
+
tag: "ui5-toolbar-spacer"
|
67
|
+
})], ToolbarSpacer);
|
68
|
+
(0, _ToolbarRegistry.registerToolbarItem)(ToolbarSpacer);
|
69
|
+
ToolbarSpacer.define();
|
70
|
+
var _default = ToolbarSpacer;
|
71
|
+
_exports.default = _default;
|
72
|
+
});
|
@@ -25,6 +25,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
25
25
|
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;
|
26
26
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
27
27
|
};
|
28
|
+
|
29
|
+
// Template
|
30
|
+
|
31
|
+
// Styles
|
32
|
+
|
28
33
|
/**
|
29
34
|
* @class
|
30
35
|
*
|
@@ -19,6 +19,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
19
19
|
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;
|
20
20
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
21
21
|
};
|
22
|
+
|
23
|
+
// Template
|
24
|
+
|
25
|
+
// Styles
|
26
|
+
|
22
27
|
/**
|
23
28
|
* @class
|
24
29
|
* <h3 class="comment-api-title">Overview</h3>
|