@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
@@ -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/DateRangePicker"
|
15
15
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
16
16
|
"use strict";
|
17
17
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
46
46
|
* </ul>
|
47
47
|
*
|
48
48
|
* @author SAP SE
|
49
|
-
* @version 1.
|
49
|
+
* @version 1.120.0
|
50
50
|
*
|
51
51
|
* @constructor
|
52
52
|
* @public
|
@@ -198,16 +198,7 @@ sap.ui.define([
|
|
198
198
|
},
|
199
199
|
|
200
200
|
/**
|
201
|
-
* Defines the value state of the component.
|
202
|
-
* <br>
|
203
|
-
* Available options are:
|
204
|
-
* <ul>
|
205
|
-
* <li><code>None</code></li>
|
206
|
-
* <li><code>Error</code></li>
|
207
|
-
* <li><code>Warning</code></li>
|
208
|
-
* <li><code>Success</code></li>
|
209
|
-
* <li><code>Information</code></li>
|
210
|
-
* </ul>
|
201
|
+
* Defines the value state of the component.
|
211
202
|
*/
|
212
203
|
valueState: {
|
213
204
|
type: "sap.ui.core.ValueState",
|
@@ -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/DateTimePicker"
|
15
15
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
16
16
|
"use strict";
|
17
17
|
|
@@ -72,7 +72,7 @@ sap.ui.define([
|
|
72
72
|
* The <code>DateTimePicker</code> is responsive and fully adapts to all devices. For larger screens, such as tablet or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
|
73
73
|
*
|
74
74
|
* @author SAP SE
|
75
|
-
* @version 1.
|
75
|
+
* @version 1.120.0
|
76
76
|
*
|
77
77
|
* @constructor
|
78
78
|
* @public
|
@@ -216,16 +216,7 @@ sap.ui.define([
|
|
216
216
|
},
|
217
217
|
|
218
218
|
/**
|
219
|
-
* Defines the value state of the component.
|
220
|
-
* <br>
|
221
|
-
* Available options are:
|
222
|
-
* <ul>
|
223
|
-
* <li><code>None</code></li>
|
224
|
-
* <li><code>Error</code></li>
|
225
|
-
* <li><code>Warning</code></li>
|
226
|
-
* <li><code>Success</code></li>
|
227
|
-
* <li><code>Information</code></li>
|
228
|
-
* </ul>
|
219
|
+
* Defines the value state of the component.
|
229
220
|
*/
|
230
221
|
valueState: {
|
231
222
|
type: "sap.ui.core.ValueState",
|
@@ -41,7 +41,8 @@ sap.ui.define([
|
|
41
41
|
* <li>header - Used to style the header of the component</li>
|
42
42
|
* <li>content - Used to style the content of the component</li>
|
43
43
|
* <li>footer - Used to style the footer of the component</li>
|
44
|
-
* </ul>
|
44
|
+
* </ul> <b>Note:</b> When a <code>ui5-bar</code> is used in the header or in the footer, you should remove the default dialog's paddings. <br>
|
45
|
+
* For more information see the sample "Bar in Header/Footer".
|
45
46
|
*
|
46
47
|
*
|
47
48
|
*
|
@@ -50,7 +51,7 @@ sap.ui.define([
|
|
50
51
|
* <b>Note:</b> We don't recommend nesting popup-like components (<code>sap.ui.webc.main.Dialog</code>, <code>sap.ui.webc.main.Popover</code>) inside other components containing z-index. This might break z-index management.
|
51
52
|
*
|
52
53
|
* @author SAP SE
|
53
|
-
* @version 1.
|
54
|
+
* @version 1.120.0
|
54
55
|
*
|
55
56
|
* @constructor
|
56
57
|
* @public
|
@@ -73,12 +74,7 @@ sap.ui.define([
|
|
73
74
|
},
|
74
75
|
|
75
76
|
/**
|
76
|
-
* Allows setting a custom role.
|
77
|
-
* <ul>
|
78
|
-
* <li><code>Dialog</code></li>
|
79
|
-
* <li><code>None</code></li>
|
80
|
-
* <li><code>AlertDialog</code></li>
|
81
|
-
* </ul>
|
77
|
+
* Allows setting a custom role.
|
82
78
|
*/
|
83
79
|
accessibleRole: {
|
84
80
|
type: "sap.ui.webc.main.PopupAccessibleRole",
|
@@ -144,9 +140,6 @@ sap.ui.define([
|
|
144
140
|
|
145
141
|
/**
|
146
142
|
* Defines the state of the <code>Dialog</code>. <br>
|
147
|
-
* <br>
|
148
|
-
* Available options are: <code>"None"</code> (by default), <code>"Success"</code>, <code>"Warning"</code>, <code>"Information"</code> and <code>"Error"</code>. <br>
|
149
|
-
* <br>
|
150
143
|
* <b>Note:</b> If <code>"Error"</code> and <code>"Warning"</code> state is set, it will change the accessibility role to "alertdialog", if the accessibleRole property is set to <code>"Dialog"</code>.
|
151
144
|
*/
|
152
145
|
state: {
|
@@ -184,7 +177,9 @@ sap.ui.define([
|
|
184
177
|
},
|
185
178
|
|
186
179
|
/**
|
187
|
-
* Defines the footer HTML Element.
|
180
|
+
* Defines the footer HTML Element. <br>
|
181
|
+
* <br>
|
182
|
+
* <b>Note:</b> When a <code>ui5-bar</code> is used in the footer, you should remove the default dialog's paddings.
|
188
183
|
*/
|
189
184
|
footer: {
|
190
185
|
type: "sap.ui.core.Control",
|
@@ -195,6 +190,8 @@ sap.ui.define([
|
|
195
190
|
/**
|
196
191
|
* Defines the header HTML Element. <br>
|
197
192
|
* <br>
|
193
|
+
* <b>Note:</b> When a <code>ui5-bar</code> is used in the header, you should remove the default dialog's paddings. <br>
|
194
|
+
* <br>
|
198
195
|
* <b>Note:</b> If <code>header</code> slot is provided, the labelling of the dialog is a responsibility of the application developer. <code>accessibleName</code> should be used.
|
199
196
|
*/
|
200
197
|
header: {
|
@@ -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/FileUploader"
|
15
15
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
16
16
|
"use strict";
|
17
17
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
33
33
|
* And, similar to all input based components, the FileUploader supports "valueState", "placeholder", "name", and "disabled" properties.
|
34
34
|
*
|
35
35
|
* @author SAP SE
|
36
|
-
* @version 1.
|
36
|
+
* @version 1.120.0
|
37
37
|
*
|
38
38
|
* @constructor
|
39
39
|
* @public
|
@@ -120,16 +120,7 @@ sap.ui.define([
|
|
120
120
|
},
|
121
121
|
|
122
122
|
/**
|
123
|
-
* Defines the value state of the component.
|
124
|
-
* <br>
|
125
|
-
* Available options are:
|
126
|
-
* <ul>
|
127
|
-
* <li><code>None</code></li>
|
128
|
-
* <li><code>Error</code></li>
|
129
|
-
* <li><code>Warning</code></li>
|
130
|
-
* <li><code>Success</code></li>
|
131
|
-
* <li><code>Information</code></li>
|
132
|
-
* </ul>
|
123
|
+
* Defines the value state of the component.
|
133
124
|
*/
|
134
125
|
valueState: {
|
135
126
|
type: "sap.ui.core.ValueState",
|
@@ -165,7 +156,9 @@ sap.ui.define([
|
|
165
156
|
aggregations: {
|
166
157
|
|
167
158
|
/**
|
168
|
-
* By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.
|
159
|
+
* By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information. <br>
|
160
|
+
* <b>Note:</b> If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.<br>
|
161
|
+
* Also it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.
|
169
162
|
*/
|
170
163
|
content: {
|
171
164
|
type: "sap.ui.core.Control",
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
24
24
|
* The <code>sap.ui.webc.main.GroupHeaderListItem</code> is a special list item, used only to separate other list items into logical groups.
|
25
25
|
*
|
26
26
|
* @author SAP SE
|
27
|
-
* @version 1.
|
27
|
+
* @version 1.120.0
|
28
28
|
*
|
29
29
|
* @constructor
|
30
30
|
* @public
|
@@ -10,8 +10,8 @@ sap.ui.define([
|
|
10
10
|
"./library",
|
11
11
|
"sap/ui/core/EnabledPropagator",
|
12
12
|
"sap/ui/core/library",
|
13
|
-
"./thirdparty/features/InputSuggestions",
|
14
13
|
"./thirdparty/features/InputElementsFormSupport",
|
14
|
+
"./thirdparty/features/InputSuggestions",
|
15
15
|
"./thirdparty/Input"
|
16
16
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
17
17
|
"use strict";
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
53
53
|
* </ul>
|
54
54
|
*
|
55
55
|
* @author SAP SE
|
56
|
-
* @version 1.
|
56
|
+
* @version 1.120.0
|
57
57
|
*
|
58
58
|
* @constructor
|
59
59
|
* @public
|
@@ -167,7 +167,7 @@ sap.ui.define([
|
|
167
167
|
},
|
168
168
|
|
169
169
|
/**
|
170
|
-
* Defines the HTML type of the component.
|
170
|
+
* Defines the HTML type of the component. <br>
|
171
171
|
* <br>
|
172
172
|
* <b>Notes:</b>
|
173
173
|
* <ul>
|
@@ -191,16 +191,7 @@ sap.ui.define([
|
|
191
191
|
},
|
192
192
|
|
193
193
|
/**
|
194
|
-
* Defines the value state of the component.
|
195
|
-
* <br>
|
196
|
-
* Available options are:
|
197
|
-
* <ul>
|
198
|
-
* <li><code>None</code></li>
|
199
|
-
* <li><code>Error</code></li>
|
200
|
-
* <li><code>Warning</code></li>
|
201
|
-
* <li><code>Success</code></li>
|
202
|
-
* <li><code>Information</code></li>
|
203
|
-
* </ul>
|
194
|
+
* Defines the value state of the component.
|
204
195
|
*/
|
205
196
|
valueState: {
|
206
197
|
type: "sap.ui.core.ValueState",
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
35
35
|
* The <code>sap.ui.webc.main.Label</code> appearance can be influenced by properties, such as <code>required</code> and <code>wrappingType</code>. The appearance of the Label can be configured in a limited way by using the design property. For a broader choice of designs, you can use custom styles.
|
36
36
|
*
|
37
37
|
* @author SAP SE
|
38
|
-
* @version 1.
|
38
|
+
* @version 1.120.0
|
39
39
|
*
|
40
40
|
* @constructor
|
41
41
|
* @public
|
@@ -91,11 +91,8 @@ sap.ui.define([
|
|
91
91
|
},
|
92
92
|
|
93
93
|
/**
|
94
|
-
* Defines how the text of a component will be displayed when there is not enough space.
|
95
|
-
* <
|
96
|
-
* <li><code>None</code> - The text will be truncated with an ellipsis.</li>
|
97
|
-
* <li><code>Normal</code> - The text will wrap. The words will not be broken based on hyphenation.</li>
|
98
|
-
* </ul>
|
94
|
+
* Defines how the text of a component will be displayed when there is not enough space. <br>
|
95
|
+
* <b>Note:</b> for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
99
96
|
*/
|
100
97
|
wrappingType: {
|
101
98
|
type: "sap.ui.webc.main.WrappingType",
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
40
40
|
* If there is not enough space, the text of the <code>sap.ui.webc.main.Link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>"Normal"</code>, the text is displayed on several lines instead of being truncated.
|
41
41
|
*
|
42
42
|
* @author SAP SE
|
43
|
-
* @version 1.
|
43
|
+
* @version 1.120.0
|
44
44
|
*
|
45
45
|
* @constructor
|
46
46
|
* @public
|
@@ -165,11 +165,8 @@ sap.ui.define([
|
|
165
165
|
},
|
166
166
|
|
167
167
|
/**
|
168
|
-
* Defines how the text of a component will be displayed when there is not enough space.
|
169
|
-
* <
|
170
|
-
* <li><code>None</code> - The text will be truncated with an ellipsis.</li>
|
171
|
-
* <li><code>Normal</code> - The text will wrap. The words will not be broken based on hyphenation.</li>
|
172
|
-
* </ul>
|
168
|
+
* Defines how the text of a component will be displayed when there is not enough space. <br>
|
169
|
+
* <b>Note:</b> for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
173
170
|
*/
|
174
171
|
wrappingType: {
|
175
172
|
type: "sap.ui.webc.main.WrappingType",
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
39
39
|
* </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>
|
40
40
|
*
|
41
41
|
* @author SAP SE
|
42
|
-
* @version 1.
|
42
|
+
* @version 1.120.0
|
43
43
|
*
|
44
44
|
* @constructor
|
45
45
|
* @public
|
@@ -159,9 +159,10 @@ sap.ui.define([
|
|
159
159
|
},
|
160
160
|
|
161
161
|
/**
|
162
|
-
* Fired when an item is being clicked.
|
162
|
+
* Fired when an item is being clicked. <b>Note:</b> Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.
|
163
163
|
*/
|
164
164
|
itemClick: {
|
165
|
+
allowPreventDefault: true,
|
165
166
|
parameters: {
|
166
167
|
/**
|
167
168
|
* The currently clicked menu item.
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
31
31
|
* <code>sap.ui.webc.main.MenuItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Menu</code>. The menu itself is rendered as a list, and each <code>sap.ui.webc.main.MenuItem</code> is represented by a list item (<code>sap.ui.webc.main.StandardListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.MenuItem</code> directly in your apps. The <code>sap.ui.webc.main.StandardListItem</code> list item is internal for the list, and not intended for public use.
|
32
32
|
*
|
33
33
|
* @author SAP SE
|
34
|
-
* @version 1.
|
34
|
+
* @version 1.120.0
|
35
35
|
*
|
36
36
|
* @constructor
|
37
37
|
* @public
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
34
34
|
* <h3>Keyboard Handling</h3>
|
35
35
|
*
|
36
36
|
* @author SAP SE
|
37
|
-
* @version 1.
|
37
|
+
* @version 1.120.0
|
38
38
|
*
|
39
39
|
* @constructor
|
40
40
|
* @public
|
@@ -49,9 +49,7 @@ sap.ui.define([
|
|
49
49
|
properties: {
|
50
50
|
|
51
51
|
/**
|
52
|
-
* Defines the component type.
|
53
|
-
* <br>
|
54
|
-
* <b>Note:</b> Available options are <code>"Information"</code>, <code>"Positive"</code>, <code>"Negative"</code>, and <code>"Warning"</code>.
|
52
|
+
* Defines the component type.
|
55
53
|
*/
|
56
54
|
design: {
|
57
55
|
type: "sap.ui.webc.main.MessageStripDesign",
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
60
60
|
* </ul>
|
61
61
|
*
|
62
62
|
* @author SAP SE
|
63
|
-
* @version 1.
|
63
|
+
* @version 1.120.0
|
64
64
|
*
|
65
65
|
* @constructor
|
66
66
|
* @public
|
@@ -82,7 +82,8 @@ sap.ui.define([
|
|
82
82
|
* Defines the accessible ARIA name of the component.
|
83
83
|
*/
|
84
84
|
accessibleName: {
|
85
|
-
type: "string"
|
85
|
+
type: "string",
|
86
|
+
defaultValue: ""
|
86
87
|
},
|
87
88
|
|
88
89
|
/**
|
@@ -162,13 +163,6 @@ sap.ui.define([
|
|
162
163
|
* Defines the value state of the component. <br>
|
163
164
|
* <br>
|
164
165
|
* Available options are:
|
165
|
-
* <ul>
|
166
|
-
* <li><code>None</code></li>
|
167
|
-
* <li><code>Error</code></li>
|
168
|
-
* <li><code>Warning</code></li>
|
169
|
-
* <li><code>Success</code></li>
|
170
|
-
* <li><code>Information</code></li>
|
171
|
-
* </ul>
|
172
166
|
*/
|
173
167
|
valueState: {
|
174
168
|
type: "sap.ui.core.ValueState",
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
24
24
|
* The <code>sap.ui.webc.main.MultiComboBoxGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.MultiComboBox</code> suggestions into groups.
|
25
25
|
*
|
26
26
|
* @author SAP SE
|
27
|
-
* @version 1.
|
27
|
+
* @version 1.120.0
|
28
28
|
*
|
29
29
|
* @constructor
|
30
30
|
* @public
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
38
38
|
* </ul>
|
39
39
|
*
|
40
40
|
* @author SAP SE
|
41
|
-
* @version 1.
|
41
|
+
* @version 1.120.0
|
42
42
|
*
|
43
43
|
* @constructor
|
44
44
|
* @public
|
@@ -160,7 +160,7 @@ sap.ui.define([
|
|
160
160
|
},
|
161
161
|
|
162
162
|
/**
|
163
|
-
* Defines the HTML type of the component.
|
163
|
+
* Defines the HTML type of the component. <br>
|
164
164
|
* <br>
|
165
165
|
* <b>Notes:</b>
|
166
166
|
* <ul>
|
@@ -184,16 +184,7 @@ sap.ui.define([
|
|
184
184
|
},
|
185
185
|
|
186
186
|
/**
|
187
|
-
* Defines the value state of the component.
|
188
|
-
* <br>
|
189
|
-
* Available options are:
|
190
|
-
* <ul>
|
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>
|
187
|
+
* Defines the value state of the component.
|
197
188
|
*/
|
198
189
|
valueState: {
|
199
190
|
type: "sap.ui.core.ValueState",
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
61
61
|
* <h3>Keyboard Handling</h3>
|
62
62
|
*
|
63
63
|
* @author SAP SE
|
64
|
-
* @version 1.
|
64
|
+
* @version 1.120.0
|
65
65
|
*
|
66
66
|
* @constructor
|
67
67
|
* @public
|
@@ -143,6 +143,14 @@ sap.ui.define([
|
|
143
143
|
defaultValue: false
|
144
144
|
},
|
145
145
|
|
146
|
+
/**
|
147
|
+
* Indicates whether the Panel header is sticky or not. If stickyHeader is set to true, then whenever you scroll the content or the application, the header of the panel will be always visible and a solid color will be used for its design.
|
148
|
+
*/
|
149
|
+
stickyHeader: {
|
150
|
+
type: "boolean",
|
151
|
+
defaultValue: false
|
152
|
+
},
|
153
|
+
|
146
154
|
/**
|
147
155
|
* Defines the width of the control
|
148
156
|
*/
|
@@ -52,7 +52,7 @@ sap.ui.define([
|
|
52
52
|
* </ul>
|
53
53
|
*
|
54
54
|
* @author SAP SE
|
55
|
-
* @version 1.
|
55
|
+
* @version 1.120.0
|
56
56
|
*
|
57
57
|
* @constructor
|
58
58
|
* @public
|
@@ -75,12 +75,7 @@ sap.ui.define([
|
|
75
75
|
},
|
76
76
|
|
77
77
|
/**
|
78
|
-
* Allows setting a custom role.
|
79
|
-
* <ul>
|
80
|
-
* <li><code>Dialog</code></li>
|
81
|
-
* <li><code>None</code></li>
|
82
|
-
* <li><code>AlertDialog</code></li>
|
83
|
-
* </ul>
|
78
|
+
* Allows setting a custom role.
|
84
79
|
*/
|
85
80
|
accessibleRole: {
|
86
81
|
type: "sap.ui.webc.main.PopupAccessibleRole",
|
@@ -130,15 +125,7 @@ sap.ui.define([
|
|
130
125
|
},
|
131
126
|
|
132
127
|
/**
|
133
|
-
* Determines the horizontal alignment of the component.
|
134
|
-
* <br>
|
135
|
-
* Available options are:
|
136
|
-
* <ul>
|
137
|
-
* <li><code>Center</code></li>
|
138
|
-
* <li><code>Left</code></li>
|
139
|
-
* <li><code>Right</code></li>
|
140
|
-
* <li><code>Stretch</code></li>
|
141
|
-
* </ul>
|
128
|
+
* Determines the horizontal alignment of the component.
|
142
129
|
*/
|
143
130
|
horizontalAlign: {
|
144
131
|
type: "sap.ui.webc.main.PopoverHorizontalAlign",
|
@@ -162,15 +149,7 @@ sap.ui.define([
|
|
162
149
|
},
|
163
150
|
|
164
151
|
/**
|
165
|
-
* Determines on which side the component is placed at.
|
166
|
-
* <br>
|
167
|
-
* Available options are:
|
168
|
-
* <ul>
|
169
|
-
* <li><code>Left</code></li>
|
170
|
-
* <li><code>Right</code></li>
|
171
|
-
* <li><code>Top</code></li>
|
172
|
-
* <li><code>Bottom</code></li>
|
173
|
-
* </ul>
|
152
|
+
* Determines on which side the component is placed at.
|
174
153
|
*/
|
175
154
|
placementType: {
|
176
155
|
type: "sap.ui.webc.main.PopoverPlacementType",
|
@@ -186,15 +165,7 @@ sap.ui.define([
|
|
186
165
|
},
|
187
166
|
|
188
167
|
/**
|
189
|
-
* Determines the vertical alignment of the component.
|
190
|
-
* <br>
|
191
|
-
* Available options are:
|
192
|
-
* <ul>
|
193
|
-
* <li><code>Center</code></li>
|
194
|
-
* <li><code>Top</code></li>
|
195
|
-
* <li><code>Bottom</code></li>
|
196
|
-
* <li><code>Stretch</code></li>
|
197
|
-
* </ul>
|
168
|
+
* Determines the vertical alignment of the component.
|
198
169
|
*/
|
199
170
|
verticalAlign: {
|
200
171
|
type: "sap.ui.webc.main.PopoverVerticalAlign",
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
30
30
|
* <h3>Responsive Behavior</h3> You can change the size of the Progress Indicator by changing its <code>width</code> or <code>height</code> CSS properties.
|
31
31
|
*
|
32
32
|
* @author SAP SE
|
33
|
-
* @version 1.
|
33
|
+
* @version 1.120.0
|
34
34
|
*
|
35
35
|
* @constructor
|
36
36
|
* @public
|
@@ -48,6 +48,14 @@ sap.ui.define([
|
|
48
48
|
],
|
49
49
|
properties: {
|
50
50
|
|
51
|
+
/**
|
52
|
+
* Defines the accessible ARIA name of the component.
|
53
|
+
*/
|
54
|
+
accessibleName: {
|
55
|
+
type: "string",
|
56
|
+
defaultValue: ""
|
57
|
+
},
|
58
|
+
|
51
59
|
/**
|
52
60
|
* Specifies the text value to be displayed in the bar.
|
53
61
|
*
|
@@ -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/RadioButton"
|
15
15
|
], function(WebComponent, library, EnabledPropagator, coreLibrary) {
|
16
16
|
"use strict";
|
17
17
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
39
39
|
* <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
|
40
40
|
*
|
41
41
|
* @author SAP SE
|
42
|
-
* @version 1.
|
42
|
+
* @version 1.120.0
|
43
43
|
*
|
44
44
|
* @constructor
|
45
45
|
* @public
|
@@ -144,16 +144,7 @@ sap.ui.define([
|
|
144
144
|
},
|
145
145
|
|
146
146
|
/**
|
147
|
-
* Defines the value state of the component.
|
148
|
-
* <br>
|
149
|
-
* Available options are:
|
150
|
-
* <ul>
|
151
|
-
* <li><code>None</code></li>
|
152
|
-
* <li><code>Error</code></li>
|
153
|
-
* <li><code>Warning</code></li>
|
154
|
-
* <li><code>Success</code></li>
|
155
|
-
* <li><code>Information</code></li>
|
156
|
-
* </ul>
|
147
|
+
* Defines the value state of the component.
|
157
148
|
*/
|
158
149
|
valueState: {
|
159
150
|
type: "sap.ui.core.ValueState",
|
@@ -170,12 +161,7 @@ sap.ui.define([
|
|
170
161
|
|
171
162
|
/**
|
172
163
|
* Defines whether the component text wraps when there is not enough space. <br>
|
173
|
-
* <
|
174
|
-
* Available options are:
|
175
|
-
* <ul>
|
176
|
-
* <li><code>None</code> - The text will be truncated with an ellipsis.</li>
|
177
|
-
* <li><code>Normal</code> - The text will wrap. The words will not be broken based on hyphenation.</li>
|
178
|
-
* </ul>
|
164
|
+
* <b>Note:</b> for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
179
165
|
*/
|
180
166
|
wrappingType: {
|
181
167
|
type: "sap.ui.webc.main.WrappingType",
|