@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
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
50
50
|
* <h3>Keyboard Handling</h3>
|
51
51
|
*
|
52
52
|
* @author SAP SE
|
53
|
-
* @version 1.
|
53
|
+
* @version 1.120.1
|
54
54
|
*
|
55
55
|
* @constructor
|
56
56
|
* @public
|
@@ -104,30 +104,11 @@ sap.ui.define([
|
|
104
104
|
mapping: "style"
|
105
105
|
},
|
106
106
|
|
107
|
-
/**
|
108
|
-
* Defines whether the overflow select list is displayed. <br>
|
109
|
-
* <br>
|
110
|
-
* The overflow select list represents a list, where all tabs are displayed so that it's easier for the user to select a specific tab.
|
111
|
-
*/
|
112
|
-
showOverflow: {
|
113
|
-
type: "boolean",
|
114
|
-
defaultValue: false
|
115
|
-
},
|
116
|
-
|
117
107
|
/**
|
118
108
|
* Defines the alignment of the content and the <code>additionalText</code> of a tab.
|
119
109
|
*
|
120
110
|
* <br>
|
121
|
-
* <br>
|
122
111
|
* <b>Note:</b> The content and the <code>additionalText</code> would be displayed vertically by default, but when set to <code>Inline</code>, they would be displayed horizontally.
|
123
|
-
*
|
124
|
-
* <br>
|
125
|
-
* <br>
|
126
|
-
* Available options are:
|
127
|
-
* <ul>
|
128
|
-
* <li><code>Standard</code></li>
|
129
|
-
* <li><code>Inline</code></li>
|
130
|
-
* </ul>
|
131
112
|
*/
|
132
113
|
tabLayout: {
|
133
114
|
type: "sap.ui.webc.main.TabLayout",
|
@@ -138,16 +119,7 @@ sap.ui.define([
|
|
138
119
|
* Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible. All other tabs that can 't fit on the screen are available in an overflow tab "More".
|
139
120
|
*
|
140
121
|
* <br>
|
141
|
-
* <br>
|
142
122
|
* <b>Note:</b> Only one overflow at the end would be displayed by default, but when set to <code>StartAndEnd</code>, there will be two overflows on both ends, and tab order will not change on tab selection.
|
143
|
-
*
|
144
|
-
* <br>
|
145
|
-
* <br>
|
146
|
-
* Available options are:
|
147
|
-
* <ul>
|
148
|
-
* <li><code>End</code></li>
|
149
|
-
* <li><code>StartAndEnd</code></li>
|
150
|
-
* </ul>
|
151
123
|
*/
|
152
124
|
tabsOverflowMode: {
|
153
125
|
type: "sap.ui.webc.main.TabsOverflowMode",
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
24
24
|
* The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
|
25
25
|
*
|
26
26
|
* @author SAP SE
|
27
|
-
* @version 1.
|
27
|
+
* @version 1.120.1
|
28
28
|
*
|
29
29
|
* @constructor
|
30
30
|
* @public
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
56
56
|
* </ul>
|
57
57
|
*
|
58
58
|
* @author SAP SE
|
59
|
-
* @version 1.
|
59
|
+
* @version 1.120.1
|
60
60
|
*
|
61
61
|
* @constructor
|
62
62
|
* @public
|
@@ -157,14 +157,7 @@ sap.ui.define([
|
|
157
157
|
},
|
158
158
|
|
159
159
|
/**
|
160
|
-
* Defines the mode of the component.
|
161
|
-
* <br>
|
162
|
-
* Available options are:
|
163
|
-
* <ul>
|
164
|
-
* <li><code>MultiSelect</code></li>
|
165
|
-
* <li><code>SingleSelect</code></li>
|
166
|
-
* <li><code>None</code></li>
|
167
|
-
* <ul>
|
160
|
+
* Defines the mode of the component.
|
168
161
|
*/
|
169
162
|
mode: {
|
170
163
|
type: "sap.ui.webc.main.TableMode",
|
@@ -10,8 +10,8 @@ sap.ui.define([
|
|
10
10
|
"./library",
|
11
11
|
"sap/ui/core/EnabledPropagator",
|
12
12
|
"sap/ui/core/library",
|
13
|
-
"./thirdparty/
|
14
|
-
"./thirdparty/
|
13
|
+
"./thirdparty/features/InputElementsFormSupport",
|
14
|
+
"./thirdparty/TextArea"
|
15
15
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
16
16
|
"use strict";
|
17
17
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
41
41
|
* </ul>
|
42
42
|
*
|
43
43
|
* @author SAP SE
|
44
|
-
* @version 1.
|
44
|
+
* @version 1.120.1
|
45
45
|
*
|
46
46
|
* @constructor
|
47
47
|
* @public
|
@@ -186,15 +186,8 @@ sap.ui.define([
|
|
186
186
|
/**
|
187
187
|
* Defines the value state of the component. <br>
|
188
188
|
* <br>
|
189
|
-
*
|
190
|
-
*
|
191
|
-
* <li><code>None</code></li>
|
192
|
-
* <li><code>Error</code></li>
|
193
|
-
* <li><code>Warning</code></li>
|
194
|
-
* <li><code>Success</code></li>
|
195
|
-
* <li><code>Information</code></li>
|
196
|
-
* </ul> <br>
|
197
|
-
* <br>
|
189
|
+
*
|
190
|
+
*
|
198
191
|
* <b>Note:</b> If <code>maxlength</code> property is set, the component turns into "Warning" state once the characters exceeds the limit. In this case, only the "Error" state is considered and can be applied.
|
199
192
|
*/
|
200
193
|
valueState: {
|
@@ -25,15 +25,15 @@ sap.ui.define([
|
|
25
25
|
* @extends sap.ui.core.webc.WebComponent
|
26
26
|
* @class
|
27
27
|
*
|
28
|
-
* <h3>Overview</h3> The <code>sap.ui.webc.main.TimePicker</code> component provides an input field with assigned
|
28
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.main.TimePicker</code> component provides an input field with assigned clocks which are opened on user action. The <code>sap.ui.webc.main.TimePicker</code> allows users to select a localized time using touch, mouse, or keyboard input. It consists of two parts: the time input field and the clocks.
|
29
29
|
*
|
30
30
|
* <h3>Usage</h3> The user can enter a time by:
|
31
31
|
* <ul>
|
32
|
-
* <li>Using the
|
32
|
+
* <li>Using the clocks that are displayed in a popup</li>
|
33
33
|
* <li>Typing it in directly in the input field</li>
|
34
34
|
* </ul> <br>
|
35
35
|
* <br>
|
36
|
-
* When the user makes an entry and chooses the enter key, the
|
36
|
+
* When the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately). When the user directly triggers the clocks display, the actual time is displayed. For the <code>sap.ui.webc.main.TimePicker</code>
|
37
37
|
*
|
38
38
|
* <h3>Formatting</h3>
|
39
39
|
*
|
@@ -48,22 +48,26 @@ sap.ui.define([
|
|
48
48
|
* <ul>
|
49
49
|
* <li>[PAGEUP] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.</li>
|
50
50
|
* <li>[PAGEDOWN] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.</li>
|
51
|
-
* <li>[SHIFT]+[PAGEUP] Increments minutes by 1.</li>
|
52
|
-
* <li>[SHIFT]+
|
53
|
-
* <li>[SHIFT]+[CTRL]+[PAGEUP] Increments seconds by 1.</li>
|
54
|
-
* <li>[SHIFT]+[CTRL]+
|
51
|
+
* <li>[SHIFT]+[PAGEUP] - Increments minutes by 1.</li>
|
52
|
+
* <li>[SHIFT]+[PAGEDOWN] - Decrements minutes by 1.</li>
|
53
|
+
* <li>[SHIFT]+[CTRL]+[PAGEUP] - Increments seconds by 1.</li>
|
54
|
+
* <li>[SHIFT]+[CTRL]+[PAGEDOWN] - Decrements seconds by 1.</li>
|
55
|
+
* <li>
|
55
56
|
* </ul> When opened:
|
56
57
|
* <ul>
|
57
|
-
* <li>[
|
58
|
-
* <li>[
|
59
|
-
* <li>[
|
60
|
-
* <li>[
|
61
|
-
* <li>[PAGEUP]
|
62
|
-
* <li>[PAGEDOWN]
|
58
|
+
* <li>[PAGEUP] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.</li>
|
59
|
+
* <li>[PAGEDOWN] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.</li>
|
60
|
+
* <li>[SHIFT]+[PAGEUP] - Increments minutes by 1.</li>
|
61
|
+
* <li>[SHIFT]+[PAGEDOWN] - Decrements minutes by 1.</li>
|
62
|
+
* <li>[SHIFT]+[CTRL]+[PAGEUP] - Increments seconds by 1.</li>
|
63
|
+
* <li>[SHIFT]+[CTRL]+[PAGEDOWN] - Decrements seconds by 1.</li>
|
64
|
+
* <li>[A] or [P] - Selects AM or PM respectively.</li>
|
65
|
+
* <li>[0]-[9] - Allows direct time selecting (hours/minutes/seconds).</li>
|
66
|
+
* <li>[:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.</li>
|
63
67
|
* </ul>
|
64
68
|
*
|
65
69
|
* @author SAP SE
|
66
|
-
* @version 1.
|
70
|
+
* @version 1.120.1
|
67
71
|
*
|
68
72
|
* @constructor
|
69
73
|
* @public
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
29
29
|
* The <code>sap.ui.webc.main.Title</code> component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
|
30
30
|
*
|
31
31
|
* @author SAP SE
|
32
|
-
* @version 1.
|
32
|
+
* @version 1.120.1
|
33
33
|
*
|
34
34
|
* @constructor
|
35
35
|
* @public
|
@@ -69,11 +69,8 @@ sap.ui.define([
|
|
69
69
|
},
|
70
70
|
|
71
71
|
/**
|
72
|
-
* Defines how the text of a component will be displayed when there is not enough space.
|
73
|
-
* <
|
74
|
-
* <li><code>None</code> - The text will be truncated with an ellipsis.</li>
|
75
|
-
* <li><code>Normal</code> - The text will wrap. The words will not be broken based on hyphenation.</li>
|
76
|
-
* </ul>
|
72
|
+
* Defines how the text of a component will be displayed when there is not enough space. <br>
|
73
|
+
* <b>Note:</b> for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
77
74
|
*/
|
78
75
|
wrappingType: {
|
79
76
|
type: "sap.ui.webc.main.WrappingType",
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
44
44
|
* </ul>
|
45
45
|
*
|
46
46
|
* @author SAP SE
|
47
|
-
* @version 1.
|
47
|
+
* @version 1.120.1
|
48
48
|
*
|
49
49
|
* @constructor
|
50
50
|
* @public
|
@@ -79,18 +79,6 @@ sap.ui.define([
|
|
79
79
|
/**
|
80
80
|
* Defines the placement of the component. <br>
|
81
81
|
* <br>
|
82
|
-
* Available options are:
|
83
|
-
* <ul>
|
84
|
-
* <li><code>TopStart</code></li>
|
85
|
-
* <li><code>TopCenter</code></li>
|
86
|
-
* <li><code>TopEnd</code></li>
|
87
|
-
* <li><code>MiddleStart</code></li>
|
88
|
-
* <li><code>MiddleCenter</code></li>
|
89
|
-
* <li><code>MiddleEnd</code></li>
|
90
|
-
* <li><code>BottomStart</code></li>
|
91
|
-
* <li><code>BottomCenter</code></li>
|
92
|
-
* <li><code>BottomEnd</code></li>
|
93
|
-
* </ul>
|
94
82
|
*/
|
95
83
|
placement: {
|
96
84
|
type: "sap.ui.webc.main.ToastPlacement",
|
@@ -14,6 +14,7 @@ sap.ui.define([
|
|
14
14
|
"use strict";
|
15
15
|
|
16
16
|
var ButtonDesign = library.ButtonDesign;
|
17
|
+
var ButtonType = library.ButtonType;
|
17
18
|
|
18
19
|
/**
|
19
20
|
* Constructor for a new <code>ToggleButton</code>.
|
@@ -31,7 +32,7 @@ sap.ui.define([
|
|
31
32
|
* Clicking or tapping on a <code>sap.ui.webc.main.ToggleButton</code> changes its state to <code>pressed</code>. The button returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.ToggleButton</code>.
|
32
33
|
*
|
33
34
|
* @author SAP SE
|
34
|
-
* @version 1.
|
35
|
+
* @version 1.120.1
|
35
36
|
*
|
36
37
|
* @constructor
|
37
38
|
* @public
|
@@ -85,20 +86,6 @@ sap.ui.define([
|
|
85
86
|
|
86
87
|
/**
|
87
88
|
* Defines the component design.
|
88
|
-
*
|
89
|
-
* <br>
|
90
|
-
* <br>
|
91
|
-
* <b>The available values are:</b>
|
92
|
-
*
|
93
|
-
*
|
94
|
-
* <ul>
|
95
|
-
* <li><code>Default</code></li>
|
96
|
-
* <li><code>Emphasized</code></li>
|
97
|
-
* <li><code>Positive</code></li>
|
98
|
-
* <li><code>Negative</code></li>
|
99
|
-
* <li><code>Transparent</code></li>
|
100
|
-
* <li><code>Attention</code></li>
|
101
|
-
* </ul>
|
102
89
|
*/
|
103
90
|
design: {
|
104
91
|
type: "sap.ui.webc.main.ButtonDesign",
|
@@ -146,14 +133,6 @@ sap.ui.define([
|
|
146
133
|
defaultValue: false
|
147
134
|
},
|
148
135
|
|
149
|
-
/**
|
150
|
-
*
|
151
|
-
*/
|
152
|
-
submits: {
|
153
|
-
type: "boolean",
|
154
|
-
defaultValue: false
|
155
|
-
},
|
156
|
-
|
157
136
|
/**
|
158
137
|
* Defines the content of the control
|
159
138
|
*/
|
@@ -163,6 +142,14 @@ sap.ui.define([
|
|
163
142
|
mapping: "textContent"
|
164
143
|
},
|
165
144
|
|
145
|
+
/**
|
146
|
+
* Defines whether the button has special form-related functionality.
|
147
|
+
*/
|
148
|
+
type: {
|
149
|
+
type: "sap.ui.webc.main.ButtonType",
|
150
|
+
defaultValue: ButtonType.Button
|
151
|
+
},
|
152
|
+
|
166
153
|
/**
|
167
154
|
* Defines the width of the control
|
168
155
|
*/
|
@@ -0,0 +1,103 @@
|
|
1
|
+
/*!
|
2
|
+
* OpenUI5
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
5
|
+
*/
|
6
|
+
|
7
|
+
// Provides control sap.ui.webc.main.Toolbar.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"./thirdparty/Toolbar"
|
12
|
+
], function(WebComponent, library) {
|
13
|
+
"use strict";
|
14
|
+
|
15
|
+
/**
|
16
|
+
* Constructor for a new <code>Toolbar</code>.
|
17
|
+
*
|
18
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
19
|
+
* @param {object} [mSettings] Initial settings for the new control
|
20
|
+
*
|
21
|
+
* @extends sap.ui.core.webc.WebComponent
|
22
|
+
* @class
|
23
|
+
*
|
24
|
+
* <h3>Overview</h3>
|
25
|
+
*
|
26
|
+
* The <code>sap.ui.webc.main.Toolbar</code> component is used to create a horizontal layout with items. The items can be overflowing in a popover, when the space is not enough to show all of them.
|
27
|
+
*
|
28
|
+
* <h3>Keyboard Handling</h3> The <code>sap.ui.webc.main.Toolbar</code> provides advanced keyboard handling. <br>
|
29
|
+
*
|
30
|
+
* <ul>
|
31
|
+
* <li>The control is not interactive, but can contain of interactive elements </li>
|
32
|
+
* <li>[TAB] - iterates through elements</li>
|
33
|
+
* </ul> <br>
|
34
|
+
*
|
35
|
+
* @author SAP SE
|
36
|
+
* @version 1.120.1
|
37
|
+
*
|
38
|
+
* @constructor
|
39
|
+
* @public
|
40
|
+
* @since 1.120.0
|
41
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
42
|
+
* @alias sap.ui.webc.main.Toolbar
|
43
|
+
*/
|
44
|
+
var Toolbar = WebComponent.extend("sap.ui.webc.main.Toolbar", {
|
45
|
+
metadata: {
|
46
|
+
library: "sap.ui.webc.main",
|
47
|
+
tag: "ui5-toolbar-ui5",
|
48
|
+
properties: {
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Defines the accessible ARIA name of the component.
|
52
|
+
*/
|
53
|
+
accessibleName: {
|
54
|
+
type: "string"
|
55
|
+
},
|
56
|
+
|
57
|
+
/**
|
58
|
+
* Indicated the direction in which the Toolbar items will be aligned. Available options are:
|
59
|
+
* <ul>
|
60
|
+
* <li><code>End</code></li>
|
61
|
+
* <li><code>Start</code></li>
|
62
|
+
* </ul>
|
63
|
+
*/
|
64
|
+
alignContent: {
|
65
|
+
type: "sap.ui.webc.main.ToolbarAlign"
|
66
|
+
}
|
67
|
+
},
|
68
|
+
defaultAggregation: "items",
|
69
|
+
aggregations: {
|
70
|
+
|
71
|
+
/**
|
72
|
+
* Defines the items of the component.
|
73
|
+
*
|
74
|
+
* <b>Note:</b> Currently only <code>sap.ui.webc.main.ToolbarButton</code>, <code>sap.ui.webc.main.ToolbarSelect</code>, <code>sap.ui.webc.main.ToolbarSeparator</code> and <code>sap.ui.webc.main.ToolbarSpacer</code> are allowed here.
|
75
|
+
*/
|
76
|
+
items: {
|
77
|
+
type: "sap.ui.webc.main.IToolbarItem",
|
78
|
+
multiple: true
|
79
|
+
}
|
80
|
+
},
|
81
|
+
associations: {
|
82
|
+
|
83
|
+
/**
|
84
|
+
* Receives id(or many ids) of the controls that label this control.
|
85
|
+
*/
|
86
|
+
ariaLabelledBy: {
|
87
|
+
type: "sap.ui.core.Control",
|
88
|
+
multiple: true,
|
89
|
+
mapping: {
|
90
|
+
type: "property",
|
91
|
+
to: "accessibleNameRef",
|
92
|
+
formatter: "_getAriaLabelledByForRendering"
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
});
|
98
|
+
|
99
|
+
/* CUSTOM CODE START */
|
100
|
+
/* CUSTOM CODE END */
|
101
|
+
|
102
|
+
return Toolbar;
|
103
|
+
});
|
@@ -0,0 +1,192 @@
|
|
1
|
+
/*!
|
2
|
+
* OpenUI5
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
5
|
+
*/
|
6
|
+
|
7
|
+
// Provides control sap.ui.webc.main.ToolbarButton.
|
8
|
+
sap.ui.define([
|
9
|
+
"sap/ui/core/webc/WebComponent",
|
10
|
+
"./library",
|
11
|
+
"sap/ui/core/EnabledPropagator",
|
12
|
+
"sap/ui/core/library",
|
13
|
+
"./thirdparty/ToolbarButton"
|
14
|
+
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
15
|
+
"use strict";
|
16
|
+
|
17
|
+
var CSSSize = coreLibrary.CSSSize;
|
18
|
+
var ButtonDesign = library.ButtonDesign;
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Constructor for a new <code>ToolbarButton</code>.
|
22
|
+
*
|
23
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
24
|
+
* @param {object} [mSettings] Initial settings for the new control
|
25
|
+
*
|
26
|
+
* @extends sap.ui.core.webc.WebComponent
|
27
|
+
* @class
|
28
|
+
*
|
29
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarButton</code> represents an abstract action, used in the <code>sap.ui.webc.main.Toolbar</code>.
|
30
|
+
*
|
31
|
+
* @author SAP SE
|
32
|
+
* @version 1.120.1
|
33
|
+
*
|
34
|
+
* @constructor
|
35
|
+
* @public
|
36
|
+
* @since 1.120.0
|
37
|
+
* @experimental Since 1.120.0 This control is experimental and its API might change significantly.
|
38
|
+
* @alias sap.ui.webc.main.ToolbarButton
|
39
|
+
* @implements sap.ui.webc.main.IToolbarItem
|
40
|
+
*/
|
41
|
+
var ToolbarButton = WebComponent.extend("sap.ui.webc.main.ToolbarButton", {
|
42
|
+
metadata: {
|
43
|
+
library: "sap.ui.webc.main",
|
44
|
+
tag: "ui5-toolbar-button-ui5",
|
45
|
+
interfaces: [
|
46
|
+
"sap.ui.webc.main.IToolbarItem"
|
47
|
+
],
|
48
|
+
properties: {
|
49
|
+
|
50
|
+
/**
|
51
|
+
* An object of strings that defines several additional accessibility attribute values for customization depending on the use case.
|
52
|
+
*
|
53
|
+
* It supports the following fields:
|
54
|
+
*
|
55
|
+
*
|
56
|
+
* <ul>
|
57
|
+
* <li><code>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values:
|
58
|
+
* <ul>
|
59
|
+
* <li><code>true</code></li>
|
60
|
+
* <li><code>false</code></li>
|
61
|
+
* </ul>
|
62
|
+
* </li>
|
63
|
+
* <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:
|
64
|
+
* <ul>
|
65
|
+
* <li><code>Dialog</code></li>
|
66
|
+
* <li><code>Grid</code></li>
|
67
|
+
* <li><code>ListBox</code></li>
|
68
|
+
* <li><code>Menu</code></li>
|
69
|
+
* <li><code>Tree</code></li>
|
70
|
+
* </ul>
|
71
|
+
* </li>
|
72
|
+
* <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
|
73
|
+
* </ul>
|
74
|
+
*/
|
75
|
+
accessibilityAttributes: {
|
76
|
+
type: "object",
|
77
|
+
defaultValue: {}
|
78
|
+
},
|
79
|
+
|
80
|
+
/**
|
81
|
+
* Defines the accessible ARIA name of the component.
|
82
|
+
*/
|
83
|
+
accessibleName: {
|
84
|
+
type: "string",
|
85
|
+
defaultValue: undefined
|
86
|
+
},
|
87
|
+
|
88
|
+
/**
|
89
|
+
* Defines the action design. <b>The available values are:</b>
|
90
|
+
*
|
91
|
+
*
|
92
|
+
* <ul>
|
93
|
+
* <li><code>Default</code></li>
|
94
|
+
* <li><code>Emphasized</code></li>
|
95
|
+
* <li><code>Positive</code></li>
|
96
|
+
* <li><code>Negative</code></li>
|
97
|
+
* <li><code>Transparent</code></li>
|
98
|
+
* <li><code>Attention</code></li>
|
99
|
+
* </ul>
|
100
|
+
*/
|
101
|
+
design: {
|
102
|
+
type: "sap.ui.webc.main.ButtonDesign",
|
103
|
+
defaultValue: ButtonDesign.Default
|
104
|
+
},
|
105
|
+
|
106
|
+
/**
|
107
|
+
* Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
|
108
|
+
*/
|
109
|
+
enabled: {
|
110
|
+
type: "boolean",
|
111
|
+
defaultValue: true,
|
112
|
+
mapping: {
|
113
|
+
type: "property",
|
114
|
+
to: "disabled",
|
115
|
+
formatter: "_mapEnabled"
|
116
|
+
}
|
117
|
+
},
|
118
|
+
|
119
|
+
/**
|
120
|
+
* Defines the <code>icon</code> source URI. <br>
|
121
|
+
* <br>
|
122
|
+
* <b>Note:</b> SAP-icons font provides numerous buil-in icons. To find all the available icons, see the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
123
|
+
*/
|
124
|
+
icon: {
|
125
|
+
type: "string",
|
126
|
+
defaultValue: ""
|
127
|
+
},
|
128
|
+
|
129
|
+
/**
|
130
|
+
* Defines whether the icon should be displayed after the component text.
|
131
|
+
*/
|
132
|
+
iconEnd: {
|
133
|
+
type: "boolean",
|
134
|
+
defaultValue: false
|
135
|
+
},
|
136
|
+
|
137
|
+
/**
|
138
|
+
* Button text
|
139
|
+
*/
|
140
|
+
text: {
|
141
|
+
type: "string",
|
142
|
+
defaultValue: ""
|
143
|
+
},
|
144
|
+
|
145
|
+
/**
|
146
|
+
* Defines the width of the button. <br>
|
147
|
+
* <br>
|
148
|
+
*
|
149
|
+
*
|
150
|
+
* <b>Note:</b> all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
151
|
+
*/
|
152
|
+
width: {
|
153
|
+
type: "sap.ui.core.CSSSize",
|
154
|
+
defaultValue: CSSSize.undefined
|
155
|
+
}
|
156
|
+
},
|
157
|
+
associations: {
|
158
|
+
|
159
|
+
/**
|
160
|
+
* Receives id(or many ids) of the controls that label this control.
|
161
|
+
*/
|
162
|
+
ariaLabelledBy: {
|
163
|
+
type: "sap.ui.core.Control",
|
164
|
+
multiple: true,
|
165
|
+
mapping: {
|
166
|
+
type: "property",
|
167
|
+
to: "accessibleNameRef",
|
168
|
+
formatter: "_getAriaLabelledByForRendering"
|
169
|
+
}
|
170
|
+
}
|
171
|
+
},
|
172
|
+
events: {
|
173
|
+
|
174
|
+
/**
|
175
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key. <br>
|
176
|
+
* <br>
|
177
|
+
* <b>Note:</b> The event will not be fired if the <code>disabled</code> property is set to <code>true</code>.
|
178
|
+
*/
|
179
|
+
click: {
|
180
|
+
parameters: {}
|
181
|
+
}
|
182
|
+
}
|
183
|
+
}
|
184
|
+
});
|
185
|
+
|
186
|
+
EnabledPropagator.call(ToolbarButton.prototype);
|
187
|
+
|
188
|
+
/* CUSTOM CODE START */
|
189
|
+
/* CUSTOM CODE END */
|
190
|
+
|
191
|
+
return ToolbarButton;
|
192
|
+
});
|