@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
@@ -23,14 +23,14 @@ sap.ui.define([
|
|
23
23
|
* @namespace
|
24
24
|
* @alias sap.ui.webc.main
|
25
25
|
* @author SAP SE
|
26
|
-
* @version 1.
|
26
|
+
* @version 1.120.0
|
27
27
|
* @public
|
28
28
|
* @since 1.92.0
|
29
29
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
30
30
|
*/
|
31
31
|
var thisLib = Library.init({
|
32
32
|
name: "sap.ui.webc.main",
|
33
|
-
version: "1.
|
33
|
+
version: "1.120.0",
|
34
34
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
35
35
|
noLibraryCSS: true,
|
36
36
|
designtime: "sap/ui/webc/main/designtime/library.designtime",
|
@@ -49,12 +49,15 @@ sap.ui.define([
|
|
49
49
|
"sap.ui.webc.main.IMenuItem",
|
50
50
|
"sap.ui.webc.main.IMultiComboBoxItem",
|
51
51
|
"sap.ui.webc.main.ISegmentedButtonItem",
|
52
|
+
"sap.ui.webc.main.ISelectMenuOption",
|
52
53
|
"sap.ui.webc.main.ISelectOption",
|
53
54
|
"sap.ui.webc.main.ITab",
|
54
55
|
"sap.ui.webc.main.ITableCell",
|
55
56
|
"sap.ui.webc.main.ITableColumn",
|
56
57
|
"sap.ui.webc.main.ITableRow",
|
57
58
|
"sap.ui.webc.main.IToken",
|
59
|
+
"sap.ui.webc.main.IToolbarItem",
|
60
|
+
"sap.ui.webc.main.IToolbarSelectOption",
|
58
61
|
"sap.ui.webc.main.ITreeItem"
|
59
62
|
],
|
60
63
|
types: [
|
@@ -68,6 +71,7 @@ sap.ui.define([
|
|
68
71
|
"sap.ui.webc.main.BreadcrumbsSeparatorStyle",
|
69
72
|
"sap.ui.webc.main.BusyIndicatorSize",
|
70
73
|
"sap.ui.webc.main.ButtonDesign",
|
74
|
+
"sap.ui.webc.main.ButtonType",
|
71
75
|
"sap.ui.webc.main.CalendarSelectionMode",
|
72
76
|
"sap.ui.webc.main.CarouselArrowsPlacement",
|
73
77
|
"sap.ui.webc.main.CarouselPageIndicatorStyle",
|
@@ -99,6 +103,8 @@ sap.ui.define([
|
|
99
103
|
"sap.ui.webc.main.TabsOverflowMode",
|
100
104
|
"sap.ui.webc.main.TitleLevel",
|
101
105
|
"sap.ui.webc.main.ToastPlacement",
|
106
|
+
"sap.ui.webc.main.ToolbarAlign",
|
107
|
+
"sap.ui.webc.main.ToolbarItemOverflowBehavior",
|
102
108
|
"sap.ui.webc.main.WrappingType"
|
103
109
|
],
|
104
110
|
controls: [
|
@@ -152,6 +158,8 @@ sap.ui.define([
|
|
152
158
|
"sap.ui.webc.main.SegmentedButton",
|
153
159
|
"sap.ui.webc.main.SegmentedButtonItem",
|
154
160
|
"sap.ui.webc.main.Select",
|
161
|
+
"sap.ui.webc.main.SelectMenu",
|
162
|
+
"sap.ui.webc.main.SelectMenuOption",
|
155
163
|
"sap.ui.webc.main.Slider",
|
156
164
|
"sap.ui.webc.main.SplitButton",
|
157
165
|
"sap.ui.webc.main.StandardListItem",
|
@@ -173,6 +181,12 @@ sap.ui.define([
|
|
173
181
|
"sap.ui.webc.main.Toast",
|
174
182
|
"sap.ui.webc.main.ToggleButton",
|
175
183
|
"sap.ui.webc.main.Token",
|
184
|
+
"sap.ui.webc.main.Toolbar",
|
185
|
+
"sap.ui.webc.main.ToolbarButton",
|
186
|
+
"sap.ui.webc.main.ToolbarSelect",
|
187
|
+
"sap.ui.webc.main.ToolbarSelectOption",
|
188
|
+
"sap.ui.webc.main.ToolbarSeparator",
|
189
|
+
"sap.ui.webc.main.ToolbarSpacer",
|
176
190
|
"sap.ui.webc.main.Tree",
|
177
191
|
"sap.ui.webc.main.TreeItem",
|
178
192
|
"sap.ui.webc.main.TreeItemCustom"
|
@@ -393,6 +407,16 @@ sap.ui.define([
|
|
393
407
|
* @experimental Since 1.95.0 This API is experimental and might change significantly.
|
394
408
|
*/
|
395
409
|
|
410
|
+
/**
|
411
|
+
* Interface for components that may be slotted inside <code>ui5-select-menu</code> as options
|
412
|
+
*
|
413
|
+
* @name sap.ui.webc.main.ISelectMenuOption
|
414
|
+
* @interface
|
415
|
+
* @public
|
416
|
+
* @since 1.120.0
|
417
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
418
|
+
*/
|
419
|
+
|
396
420
|
/**
|
397
421
|
* Interface for components that may be slotted inside <code>ui5-select</code> as options
|
398
422
|
*
|
@@ -453,6 +477,26 @@ sap.ui.define([
|
|
453
477
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
454
478
|
*/
|
455
479
|
|
480
|
+
/**
|
481
|
+
* Interface for toolbar items for the purpose of <code>ui5-toolbar</code>
|
482
|
+
*
|
483
|
+
* @name sap.ui.webc.main.IToolbarItem
|
484
|
+
* @interface
|
485
|
+
* @public
|
486
|
+
* @since 1.120.0
|
487
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
488
|
+
*/
|
489
|
+
|
490
|
+
/**
|
491
|
+
* Interface for toolbar select items for the purpose of <code>ui5-toolbar-select</code>
|
492
|
+
*
|
493
|
+
* @name sap.ui.webc.main.IToolbarSelectOption
|
494
|
+
* @interface
|
495
|
+
* @public
|
496
|
+
* @since 1.120.0
|
497
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
498
|
+
*/
|
499
|
+
|
456
500
|
/**
|
457
501
|
* Interface for tree items for the purpose of <code>ui5-tree</code>
|
458
502
|
*
|
@@ -835,6 +879,36 @@ sap.ui.define([
|
|
835
879
|
};
|
836
880
|
|
837
881
|
|
882
|
+
/**
|
883
|
+
* Determines if the button has special form-related functionality.
|
884
|
+
*
|
885
|
+
* @enum {string}
|
886
|
+
* @public
|
887
|
+
* @since 1.120.0
|
888
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
889
|
+
*/
|
890
|
+
thisLib.ButtonType = {
|
891
|
+
|
892
|
+
/**
|
893
|
+
* The button does not do anything special when inside a form
|
894
|
+
* @public
|
895
|
+
*/
|
896
|
+
Button: "Button",
|
897
|
+
|
898
|
+
/**
|
899
|
+
* The button acts as a reset button (resets a form)
|
900
|
+
* @public
|
901
|
+
*/
|
902
|
+
Reset: "Reset",
|
903
|
+
|
904
|
+
/**
|
905
|
+
* The button acts as a submit button (submits a form)
|
906
|
+
* @public
|
907
|
+
*/
|
908
|
+
Submit: "Submit"
|
909
|
+
};
|
910
|
+
|
911
|
+
|
838
912
|
/**
|
839
913
|
* Different Calendar selection mode.
|
840
914
|
*
|
@@ -1909,6 +1983,60 @@ sap.ui.define([
|
|
1909
1983
|
};
|
1910
1984
|
|
1911
1985
|
|
1986
|
+
/**
|
1987
|
+
* Defines which direction the items of ui5-toolbar will be aligned.
|
1988
|
+
*
|
1989
|
+
* @enum {string}
|
1990
|
+
* @public
|
1991
|
+
* @since 1.120.0
|
1992
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
1993
|
+
*/
|
1994
|
+
thisLib.ToolbarAlign = {
|
1995
|
+
|
1996
|
+
/**
|
1997
|
+
* Toolbar items are situated at the <code>end</code> of the Toolbar
|
1998
|
+
* @public
|
1999
|
+
*/
|
2000
|
+
End: "End",
|
2001
|
+
|
2002
|
+
/**
|
2003
|
+
* Toolbar items are situated at the <code>start</code> of the Toolbar
|
2004
|
+
* @public
|
2005
|
+
*/
|
2006
|
+
Start: "Start"
|
2007
|
+
};
|
2008
|
+
|
2009
|
+
|
2010
|
+
/**
|
2011
|
+
* Defines the priority of the toolbar item to go inside overflow popover.
|
2012
|
+
*
|
2013
|
+
* @enum {string}
|
2014
|
+
* @public
|
2015
|
+
* @since 1.120.0
|
2016
|
+
* @experimental Since 1.120.0 This API is experimental and might change significantly.
|
2017
|
+
*/
|
2018
|
+
thisLib.ToolbarItemOverflowBehavior = {
|
2019
|
+
|
2020
|
+
/**
|
2021
|
+
*
|
2022
|
+
* @public
|
2023
|
+
*/
|
2024
|
+
AlwaysOverflow: "AlwaysOverflow",
|
2025
|
+
|
2026
|
+
/**
|
2027
|
+
* The item is presented inside the toolbar and goes in the popover, when there is not enough space.
|
2028
|
+
* @public
|
2029
|
+
*/
|
2030
|
+
Default: "Default",
|
2031
|
+
|
2032
|
+
/**
|
2033
|
+
* When set, the item will never go to the overflow popover.
|
2034
|
+
* @public
|
2035
|
+
*/
|
2036
|
+
NeverOverflow: "NeverOverflow"
|
2037
|
+
};
|
2038
|
+
|
2039
|
+
|
1912
2040
|
/**
|
1913
2041
|
* Different types of wrapping.
|
1914
2042
|
*
|
@@ -1,4 +1,4 @@
|
|
1
|
-
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler", "sap/ui/webc/common/thirdparty/base/Render", "sap/ui/webc/common/thirdparty/base/Keys", "./generated/templates/AvatarTemplate.lit", "./generated/i18n/i18n-defaults", "./generated/themes/Avatar.css", "./Icon", "./types/AvatarSize", "./types/AvatarShape", "./types/AvatarColorScheme", "sap/ui/webc/common/thirdparty/icons/employee"], function (_exports, _UI5Element, _customElement, _property, _slot, _event, _LitRenderer, _i18nBundle, _ResizeHandler, _Render, _Keys, _AvatarTemplate, _i18nDefaults, _Avatar, _Icon, _AvatarSize, _AvatarShape, _AvatarColorScheme, _employee) {
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler", "sap/ui/webc/common/thirdparty/base/Render", "sap/ui/webc/common/thirdparty/base/Keys", "./generated/templates/AvatarTemplate.lit", "./generated/i18n/i18n-defaults", "./generated/themes/Avatar.css", "./Icon", "./types/AvatarSize", "./types/AvatarShape", "./types/AvatarColorScheme", "sap/ui/webc/common/thirdparty/icons/employee", "sap/ui/webc/common/thirdparty/icons/alert"], function (_exports, _UI5Element, _customElement, _property, _slot, _event, _LitRenderer, _i18nBundle, _ResizeHandler, _Render, _Keys, _AvatarTemplate, _i18nDefaults, _Avatar, _Icon, _AvatarSize, _AvatarShape, _AvatarColorScheme, _employee, _alert) {
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
Object.defineProperty(_exports, "__esModule", {
|
@@ -27,6 +27,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
27
27
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
28
28
|
};
|
29
29
|
var Avatar_1;
|
30
|
+
|
31
|
+
// Template
|
32
|
+
|
33
|
+
// Styles
|
34
|
+
|
35
|
+
// Icon
|
36
|
+
|
30
37
|
/**
|
31
38
|
* @class
|
32
39
|
*
|
@@ -69,7 +76,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
69
76
|
Avatar_1.i18nBundle = await (0, _i18nBundle.getI18nBundle)("@ui5/webcomponents");
|
70
77
|
}
|
71
78
|
get tabindex() {
|
72
|
-
return this._tabIndex || (this.
|
79
|
+
return this._tabIndex || (this._interactive ? "0" : "-1");
|
73
80
|
}
|
74
81
|
/**
|
75
82
|
* Returns the effective avatar size.
|
@@ -94,11 +101,20 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
94
101
|
return this.getAttribute("color-scheme") || this._colorScheme;
|
95
102
|
}
|
96
103
|
get _role() {
|
97
|
-
return this.
|
104
|
+
return this._interactive ? "button" : undefined;
|
98
105
|
}
|
99
106
|
get _ariaHasPopup() {
|
100
107
|
return this._getAriaHasPopup();
|
101
108
|
}
|
109
|
+
get _fallbackIcon() {
|
110
|
+
if (this.fallbackIcon === "") {
|
111
|
+
this.fallbackIcon = "employee";
|
112
|
+
}
|
113
|
+
return this.fallbackIcon;
|
114
|
+
}
|
115
|
+
get _interactive() {
|
116
|
+
return this.interactive && !this.disabled;
|
117
|
+
}
|
102
118
|
get validInitials() {
|
103
119
|
// initials should consist of only 1,2 or 3 latin letters
|
104
120
|
const validInitials = /^[a-zA-Zà-üÀ-Ü]{1,3}$/,
|
@@ -122,7 +138,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
122
138
|
return this.getDomRef().querySelector(".ui5-avatar-initials");
|
123
139
|
}
|
124
140
|
onBeforeRendering() {
|
125
|
-
this._onclick = this.
|
141
|
+
this._onclick = this._interactive ? this._onClickHandler.bind(this) : undefined;
|
126
142
|
}
|
127
143
|
async onAfterRendering() {
|
128
144
|
await (0, _Render.renderFinished)();
|
@@ -160,14 +176,14 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
160
176
|
_onClickHandler(e) {
|
161
177
|
// prevent the native event and fire custom event to ensure the noConfict "ui5-click" is fired
|
162
178
|
e.stopPropagation();
|
163
|
-
this.
|
179
|
+
this._fireClick();
|
164
180
|
}
|
165
181
|
_onkeydown(e) {
|
166
|
-
if (!this.
|
182
|
+
if (!this._interactive) {
|
167
183
|
return;
|
168
184
|
}
|
169
185
|
if ((0, _Keys.isEnter)(e)) {
|
170
|
-
this.
|
186
|
+
this._fireClick();
|
171
187
|
}
|
172
188
|
if ((0, _Keys.isSpace)(e)) {
|
173
189
|
e.preventDefault(); // prevent scrolling
|
@@ -175,32 +191,43 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
175
191
|
}
|
176
192
|
|
177
193
|
_onkeyup(e) {
|
178
|
-
if (this.
|
179
|
-
this.
|
194
|
+
if (this._interactive && !e.shiftKey && (0, _Keys.isSpace)(e)) {
|
195
|
+
this._fireClick();
|
180
196
|
}
|
181
197
|
}
|
198
|
+
_fireClick() {
|
199
|
+
this.fireEvent("click");
|
200
|
+
this.pressed = !this.pressed;
|
201
|
+
}
|
182
202
|
_onfocusout() {
|
183
203
|
this.focused = false;
|
184
204
|
}
|
185
205
|
_onfocusin() {
|
186
|
-
if (this.
|
206
|
+
if (this._interactive) {
|
187
207
|
this.focused = true;
|
188
208
|
}
|
189
209
|
}
|
190
210
|
_getAriaHasPopup() {
|
191
|
-
if (!this.
|
211
|
+
if (!this._interactive || this.ariaHaspopup === "") {
|
192
212
|
return;
|
193
213
|
}
|
194
214
|
return this.ariaHaspopup;
|
195
215
|
}
|
196
216
|
};
|
217
|
+
__decorate([(0, _property.default)({
|
218
|
+
type: Boolean
|
219
|
+
})], Avatar.prototype, "disabled", void 0);
|
197
220
|
__decorate([(0, _property.default)({
|
198
221
|
type: Boolean
|
199
222
|
})], Avatar.prototype, "interactive", void 0);
|
200
223
|
__decorate([(0, _property.default)({
|
201
224
|
type: Boolean
|
202
225
|
})], Avatar.prototype, "focused", void 0);
|
226
|
+
__decorate([(0, _property.default)({
|
227
|
+
type: Boolean
|
228
|
+
})], Avatar.prototype, "pressed", void 0);
|
203
229
|
__decorate([(0, _property.default)()], Avatar.prototype, "icon", void 0);
|
230
|
+
__decorate([(0, _property.default)()], Avatar.prototype, "fallbackIcon", void 0);
|
204
231
|
__decorate([(0, _property.default)()], Avatar.prototype, "initials", void 0);
|
205
232
|
__decorate([(0, _property.default)({
|
206
233
|
type: _AvatarShape.default,
|
@@ -245,7 +272,8 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
245
272
|
})
|
246
273
|
/**
|
247
274
|
* Fired on mouseup, space and enter if avatar is interactive
|
248
|
-
*
|
275
|
+
* <b>Note:</b> The event will not be fired if the <code>disabled</code>
|
276
|
+
* property is set to <code>true</code>.
|
249
277
|
* @event
|
250
278
|
* @private
|
251
279
|
* @since 1.0.0-rc.11
|
@@ -28,6 +28,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
28
28
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
29
29
|
};
|
30
30
|
var AvatarGroup_1;
|
31
|
+
|
32
|
+
// Styles
|
33
|
+
|
34
|
+
// Template
|
35
|
+
|
31
36
|
const OVERFLOW_BTN_CLASS = "ui5-avatar-group-overflow-btn";
|
32
37
|
const AVATAR_GROUP_OVERFLOW_BTN_SELECTOR = `.${OVERFLOW_BTN_CLASS}`;
|
33
38
|
// based on RTL/LTR a margin-left/right is set respectfully
|
@@ -98,8 +103,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
98
103
|
* The component provides advanced keyboard handling.
|
99
104
|
* When focused, the user can use the following keyboard
|
100
105
|
* shortcuts in order to perform a navigation:
|
106
|
+
*
|
101
107
|
* <br>
|
102
|
-
*
|
108
|
+
* <code>type</code> Individual:
|
103
109
|
* <br>
|
104
110
|
* <ul>
|
105
111
|
* <li>[TAB] - Move focus to the overflow button</li>
|
@@ -110,7 +116,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
110
116
|
* <li>[SPACE],[ENTER],[RETURN] - Trigger <code>ui5-click</code> event</li>
|
111
117
|
* </ul>
|
112
118
|
* <br>
|
113
|
-
*
|
119
|
+
* <code>type</code> Group:
|
114
120
|
* <br>
|
115
121
|
* <ul>
|
116
122
|
* <li>[TAB] - Move focus to the next interactive element after the component</li>
|
@@ -22,6 +22,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
22
22
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
23
23
|
};
|
24
24
|
var Badge_1;
|
25
|
+
|
26
|
+
// Template
|
27
|
+
|
28
|
+
// Styles
|
29
|
+
|
25
30
|
/**
|
26
31
|
* @class
|
27
32
|
* <h3 class="comment-api-title">Overview</h3>
|
@@ -38,6 +38,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
38
38
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
39
39
|
};
|
40
40
|
var Breadcrumbs_1;
|
41
|
+
|
42
|
+
// Templates
|
43
|
+
|
44
|
+
// Styles
|
45
|
+
|
41
46
|
/**
|
42
47
|
* @class
|
43
48
|
*
|
@@ -206,7 +211,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
206
211
|
// need to show the component that opens the overflow
|
207
212
|
requiredWidth += this._dropdownArrowLinkWidth;
|
208
213
|
}
|
209
|
-
while (requiredWidth
|
214
|
+
while (requiredWidth >= availableWidth && overflowSize < this._maxAllowedOverflowSize) {
|
210
215
|
const itemToOverflow = items[overflowSize];
|
211
216
|
let itemWidth = 0;
|
212
217
|
if (this._isItemVisible(itemToOverflow)) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/Keys", "sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper", "sap/ui/webc/common/thirdparty/base/FeaturesRegistry", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/base/MarkedEvents", "sap/ui/webc/common/thirdparty/base/asset-registries/Icons", "sap/ui/webc/common/thirdparty/base/Device", "sap/ui/webc/common/thirdparty/base/util/willShowContent", "./types/ButtonDesign", "./generated/templates/ButtonTemplate.lit", "./Icon", "./generated/i18n/i18n-defaults", "./generated/themes/Button.css"], function (_exports, _UI5Element, _customElement, _property, _event, _slot, _LitRenderer, _Keys, _AriaLabelHelper, _FeaturesRegistry, _i18nBundle, _MarkedEvents, _Icons, _Device, _willShowContent, _ButtonDesign, _ButtonTemplate, _Icon, _i18nDefaults, _Button) {
|
1
|
+
sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/ui/webc/common/thirdparty/base/decorators/customElement", "sap/ui/webc/common/thirdparty/base/decorators/property", "sap/ui/webc/common/thirdparty/base/decorators/event", "sap/ui/webc/common/thirdparty/base/decorators/slot", "sap/ui/webc/common/thirdparty/base/renderer/LitRenderer", "sap/ui/webc/common/thirdparty/base/Keys", "sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper", "sap/ui/webc/common/thirdparty/base/FeaturesRegistry", "sap/ui/webc/common/thirdparty/base/i18nBundle", "sap/ui/webc/common/thirdparty/base/MarkedEvents", "sap/ui/webc/common/thirdparty/base/asset-registries/Icons", "sap/ui/webc/common/thirdparty/base/Device", "sap/ui/webc/common/thirdparty/base/util/willShowContent", "./types/ButtonDesign", "./types/ButtonType", "./generated/templates/ButtonTemplate.lit", "./Icon", "./generated/i18n/i18n-defaults", "./generated/themes/Button.css"], function (_exports, _UI5Element, _customElement, _property, _event, _slot, _LitRenderer, _Keys, _AriaLabelHelper, _FeaturesRegistry, _i18nBundle, _MarkedEvents, _Icons, _Device, _willShowContent, _ButtonDesign, _ButtonType, _ButtonTemplate, _Icon, _i18nDefaults, _Button) {
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
Object.defineProperty(_exports, "__esModule", {
|
@@ -13,6 +13,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
13
13
|
_LitRenderer = _interopRequireDefault(_LitRenderer);
|
14
14
|
_willShowContent = _interopRequireDefault(_willShowContent);
|
15
15
|
_ButtonDesign = _interopRequireDefault(_ButtonDesign);
|
16
|
+
_ButtonType = _interopRequireDefault(_ButtonType);
|
16
17
|
_ButtonTemplate = _interopRequireDefault(_ButtonTemplate);
|
17
18
|
_Icon = _interopRequireDefault(_Icon);
|
18
19
|
_Button = _interopRequireDefault(_Button);
|
@@ -25,6 +26,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
25
26
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
26
27
|
};
|
27
28
|
var Button_1;
|
29
|
+
|
30
|
+
// Styles
|
31
|
+
|
28
32
|
let isGlobalHandlerAttached = false;
|
29
33
|
let activeButton = null;
|
30
34
|
/**
|
@@ -100,6 +104,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
100
104
|
}
|
101
105
|
async onBeforeRendering() {
|
102
106
|
const formSupport = (0, _FeaturesRegistry.getFeature)("FormSupport");
|
107
|
+
if (this.type !== _ButtonType.default.Button && !formSupport) {
|
108
|
+
console.warn(`In order for the "type" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";`); // eslint-disable-line
|
109
|
+
}
|
110
|
+
|
103
111
|
if (this.submits && !formSupport) {
|
104
112
|
console.warn(`In order for the "submits" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";`); // eslint-disable-line
|
105
113
|
}
|
@@ -114,9 +122,12 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
114
122
|
}
|
115
123
|
(0, _MarkedEvents.markEvent)(e, "button");
|
116
124
|
const formSupport = (0, _FeaturesRegistry.getFeature)("FormSupport");
|
117
|
-
if (formSupport && this.
|
125
|
+
if (formSupport && this._isSubmit) {
|
118
126
|
formSupport.triggerFormSubmit(this);
|
119
127
|
}
|
128
|
+
if (formSupport && this._isReset) {
|
129
|
+
formSupport.triggerFormReset(this);
|
130
|
+
}
|
120
131
|
if ((0, _Device.isSafari)()) {
|
121
132
|
this.getDomRef()?.focus();
|
122
133
|
}
|
@@ -130,7 +141,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
130
141
|
activeButton = this; // eslint-disable-line
|
131
142
|
}
|
132
143
|
|
133
|
-
_ontouchend() {
|
144
|
+
_ontouchend(e) {
|
145
|
+
if (this.disabled) {
|
146
|
+
e.preventDefault();
|
147
|
+
e.stopPropagation();
|
148
|
+
}
|
134
149
|
this.active = false;
|
135
150
|
if (activeButton) {
|
136
151
|
activeButton.active = false;
|
@@ -203,6 +218,12 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
203
218
|
get ariaLabelText() {
|
204
219
|
return (0, _AriaLabelHelper.getEffectiveAriaLabelText)(this);
|
205
220
|
}
|
221
|
+
get _isSubmit() {
|
222
|
+
return this.type === _ButtonType.default.Submit || this.submits;
|
223
|
+
}
|
224
|
+
get _isReset() {
|
225
|
+
return this.type === _ButtonType.default.Reset;
|
226
|
+
}
|
206
227
|
static async onDefine() {
|
207
228
|
Button_1.i18nBundle = await (0, _i18nBundle.getI18nBundle)("@ui5/webcomponents");
|
208
229
|
}
|
@@ -231,6 +252,10 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
231
252
|
__decorate([(0, _property.default)({
|
232
253
|
type: Object
|
233
254
|
})], Button.prototype, "accessibilityAttributes", void 0);
|
255
|
+
__decorate([(0, _property.default)({
|
256
|
+
type: _ButtonType.default,
|
257
|
+
defaultValue: _ButtonType.default.Button
|
258
|
+
})], Button.prototype, "type", void 0);
|
234
259
|
__decorate([(0, _property.default)({
|
235
260
|
type: Boolean
|
236
261
|
})], Button.prototype, "active", void 0);
|
@@ -35,6 +35,13 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
35
35
|
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;
|
36
36
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
37
37
|
};
|
38
|
+
|
39
|
+
// Default calendar for bundling
|
40
|
+
|
41
|
+
// Template
|
42
|
+
|
43
|
+
// Styles
|
44
|
+
|
38
45
|
/**
|
39
46
|
* @class
|
40
47
|
*
|
@@ -210,7 +217,7 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
210
217
|
} else {
|
211
218
|
this._headerYearButtonText = String(yearFormat.format(this._localDate, true));
|
212
219
|
}
|
213
|
-
this.
|
220
|
+
this._secondaryCalendarType && this._setSecondaryCalendarTypeButtonText();
|
214
221
|
}
|
215
222
|
/**
|
216
223
|
* The user clicked the "month" button in the header
|
@@ -247,31 +254,31 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/customE
|
|
247
254
|
_setSecondaryCalendarTypeButtonText() {
|
248
255
|
const yearFormatSecType = _DateFormat.default.getDateInstance({
|
249
256
|
format: "y",
|
250
|
-
calendarType: this.
|
257
|
+
calendarType: this._secondaryCalendarType
|
251
258
|
});
|
252
259
|
if (this._currentPicker === "year") {
|
253
260
|
const rangeStart = new _CalendarDate.default(this._calendarDate, this._primaryCalendarType);
|
254
261
|
const rangeEnd = new _CalendarDate.default(this._calendarDate, this._primaryCalendarType);
|
255
262
|
rangeStart.setYear(this._currentPickerDOM._firstYear);
|
256
263
|
rangeEnd.setYear(this._currentPickerDOM._lastYear);
|
257
|
-
const rangeStartSecType = (0, _transformDateToSecondaryType.default)(this.primaryCalendarType, this.
|
258
|
-
const rangeEndSecType = (0, _transformDateToSecondaryType.default)(this.primaryCalendarType, this.
|
264
|
+
const rangeStartSecType = (0, _transformDateToSecondaryType.default)(this.primaryCalendarType, this._secondaryCalendarType, rangeStart.valueOf() / 1000, true).firstDate;
|
265
|
+
const rangeEndSecType = (0, _transformDateToSecondaryType.default)(this.primaryCalendarType, this._secondaryCalendarType, rangeEnd.valueOf() / 1000, true).lastDate;
|
259
266
|
this._headerYearButtonTextSecType = `${yearFormatSecType.format(rangeStartSecType.toLocalJSDate(), true)} - ${yearFormatSecType.format(rangeEndSecType.toLocalJSDate(), true)}`;
|
260
267
|
} else {
|
261
268
|
this._headerYearButtonTextSecType = String(yearFormatSecType.format(this._localDate, true));
|
262
269
|
}
|
263
270
|
}
|
264
271
|
get secondaryCalendarTypeButtonText() {
|
265
|
-
if (!this.
|
272
|
+
if (!this._secondaryCalendarType) {
|
266
273
|
return;
|
267
274
|
}
|
268
275
|
const localDate = new Date(this._timestamp * 1000);
|
269
276
|
const secondYearFormat = _DateFormat.default.getDateInstance({
|
270
277
|
format: "y",
|
271
|
-
calendarType: this.
|
278
|
+
calendarType: this._secondaryCalendarType
|
272
279
|
});
|
273
|
-
const dateInSecType = (0, _transformDateToSecondaryType.default)(this._primaryCalendarType, this.
|
274
|
-
const secondMonthInfo = (0, _convertMonthNumbersToMonthNames.default)(dateInSecType.firstDate.getMonth(), dateInSecType.lastDate.getMonth(), this.
|
280
|
+
const dateInSecType = (0, _transformDateToSecondaryType.default)(this._primaryCalendarType, this._secondaryCalendarType, this._timestamp);
|
281
|
+
const secondMonthInfo = (0, _convertMonthNumbersToMonthNames.default)(dateInSecType.firstDate.getMonth(), dateInSecType.lastDate.getMonth(), this._secondaryCalendarType);
|
275
282
|
const secondYearText = secondYearFormat.format(localDate, true);
|
276
283
|
return {
|
277
284
|
yearButtonText: secondYearText,
|
@@ -24,6 +24,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
24
24
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
25
25
|
};
|
26
26
|
var CalendarHeader_1;
|
27
|
+
|
28
|
+
// Styles
|
29
|
+
|
27
30
|
let CalendarHeader = CalendarHeader_1 = class CalendarHeader extends _UI5Element.default {
|
28
31
|
static async onDefine() {
|
29
32
|
CalendarHeader_1.i18nBundle = await (0, _i18nBundle.getI18nBundle)("@ui5/webcomponents");
|
@@ -40,10 +43,20 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
40
43
|
}
|
41
44
|
}
|
42
45
|
onPrevButtonClick(e) {
|
46
|
+
if (this.isPrevButtonDisabled) {
|
47
|
+
e.preventDefault();
|
48
|
+
return;
|
49
|
+
}
|
43
50
|
this.fireEvent("previous-press", e);
|
51
|
+
e.preventDefault();
|
44
52
|
}
|
45
53
|
onNextButtonClick(e) {
|
54
|
+
if (this.isNextButtonDisabled) {
|
55
|
+
e.preventDefault();
|
56
|
+
return;
|
57
|
+
}
|
46
58
|
this.fireEvent("next-press", e);
|
59
|
+
e.preventDefault();
|
47
60
|
}
|
48
61
|
onMonthButtonClick(e) {
|
49
62
|
this.fireEvent("show-month-press", e);
|
@@ -83,10 +83,11 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/decorators/propert
|
|
83
83
|
* Modify a timestamp by a certain amount of days/months/years and enforce limits
|
84
84
|
* @param amount
|
85
85
|
* @param unit
|
86
|
+
* @param preserveDate whether to preserve the day of the month (f.e. 15th of March + 1 month = 15th of April)
|
86
87
|
* @protected
|
87
88
|
*/
|
88
|
-
_safelyModifyTimestampBy(amount, unit) {
|
89
|
-
const newDate = (0, _modifyDateBy.default)(this._calendarDate, amount, unit);
|
89
|
+
_safelyModifyTimestampBy(amount, unit, preserveDate) {
|
90
|
+
const newDate = (0, _modifyDateBy.default)(this._calendarDate, amount, unit, preserveDate);
|
90
91
|
this._safelySetTimestamp(newDate.valueOf() / 1000);
|
91
92
|
}
|
92
93
|
_getTimestampFromDom(domNode) {
|
@@ -23,6 +23,9 @@ sap.ui.define(["exports", "sap/ui/webc/common/thirdparty/base/UI5Element", "sap/
|
|
23
23
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
24
24
|
};
|
25
25
|
var CardHeader_1;
|
26
|
+
|
27
|
+
// Styles
|
28
|
+
|
26
29
|
/**
|
27
30
|
* @class
|
28
31
|
* <h3 class="comment-api-title">Overview</h3>
|