@openui5/sap.ui.webc.main 1.97.1 → 1.98.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/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +13 -20
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +1 -1
- package/src/sap/ui/webc/main/Avatar.js +1 -1
- package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
- package/src/sap/ui/webc/main/Badge.js +1 -1
- package/src/sap/ui/webc/main/Breadcrumbs.js +2 -2
- package/src/sap/ui/webc/main/BreadcrumbsItem.js +2 -2
- package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
- package/src/sap/ui/webc/main/Button.js +1 -1
- 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 +2 -2
- package/src/sap/ui/webc/main/Carousel.js +1 -1
- package/src/sap/ui/webc/main/CheckBox.js +1 -1
- 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 -2
- package/src/sap/ui/webc/main/ColorPicker.js +1 -1
- package/src/sap/ui/webc/main/ComboBox.js +1 -1
- package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -2
- package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/CustomListItem.js +1 -1
- package/src/sap/ui/webc/main/DatePicker.js +1 -1
- package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
- package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
- package/src/sap/ui/webc/main/Dialog.js +1 -1
- package/src/sap/ui/webc/main/FileUploader.js +1 -1
- 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 +1 -1
- package/src/sap/ui/webc/main/Label.js +1 -1
- package/src/sap/ui/webc/main/Link.js +1 -1
- package/src/sap/ui/webc/main/List.js +4 -4
- package/src/sap/ui/webc/main/MessageStrip.js +2 -2
- package/src/sap/ui/webc/main/MultiComboBox.js +1 -6
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +1 -1
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +1 -1
- package/src/sap/ui/webc/main/Popover.js +1 -1
- package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
- package/src/sap/ui/webc/main/RadioButton.js +1 -1
- package/src/sap/ui/webc/main/RangeSlider.js +1 -1
- package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
- package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
- package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
- package/src/sap/ui/webc/main/SegmentedButtonItem.js +2 -2
- package/src/sap/ui/webc/main/Select.js +1 -11
- package/src/sap/ui/webc/main/Slider.js +1 -1
- package/src/sap/ui/webc/main/StandardListItem.js +1 -1
- package/src/sap/ui/webc/main/StepInput.js +1 -1
- package/src/sap/ui/webc/main/SuggestionGroupItem.js +2 -2
- package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
- package/src/sap/ui/webc/main/Switch.js +1 -1
- package/src/sap/ui/webc/main/Tab.js +10 -2
- package/src/sap/ui/webc/main/TabContainer.js +1 -10
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +4 -4
- 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 +2 -2
- package/src/sap/ui/webc/main/TableRow.js +1 -1
- package/src/sap/ui/webc/main/TextArea.js +1 -1
- package/src/sap/ui/webc/main/TimePicker.js +1 -1
- package/src/sap/ui/webc/main/Title.js +1 -1
- package/src/sap/ui/webc/main/Toast.js +1 -1
- package/src/sap/ui/webc/main/ToggleButton.js +1 -1
- package/src/sap/ui/webc/main/Token.js +1 -1
- package/src/sap/ui/webc/main/Tree.js +1 -1
- package/src/sap/ui/webc/main/TreeItem.js +1 -1
- package/src/sap/ui/webc/main/library.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +8 -0
- package/src/sap/ui/webc/main/thirdparty/BreadcrumbsItem.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/Button.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +16 -1
- package/src/sap/ui/webc/main/thirdparty/DayPicker.js +3 -0
- package/src/sap/ui/webc/main/thirdparty/FileUploader.js +11 -4
- package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/Input.js +42 -17
- package/src/sap/ui/webc/main/thirdparty/List.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +9 -8
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +17 -1
- package/src/sap/ui/webc/main/thirdparty/MultiComboBoxItem.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/Option.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +19 -0
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/StepInput.js +5 -6
- package/src/sap/ui/webc/main/thirdparty/Switch.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Tab.js +6 -3
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +5 -1
- package/src/sap/ui/webc/main/thirdparty/Table.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +9 -0
- package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +4 -1
- package/src/sap/ui/webc/main/thirdparty/Token.js +11 -1
- package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +9 -9
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.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/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/CheckBox.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/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/GrowingButton.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/List.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/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/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/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/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/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/StepInput.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/Table.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/TextArea.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.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/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_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +84 -26
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +9 -9
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +4 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +6 -6
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +4 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -6
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +4 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.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/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/CheckBox.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/DatePicker.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/GrowingButton.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/List.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/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/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/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/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/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/StepInput.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/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/Table.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/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/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/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_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0af46f05.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d5954e7.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-58c993f1.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5cd315e5.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-6cdfb99e.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c4cbd21b.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cc68d055.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-d4d2e1ea.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ec070c87.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0f28e359.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-1ee56435.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d4cd873.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5bdedee7.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-60d672db.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-793a420b.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7c549d8f.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7e5617d6.js +0 -13
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e75a0bfb.js +0 -13
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* For the <code>sap.ui.webc.main.MessageStrip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.
|
|
33
33
|
*
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.98.0
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
var MessageStrip = WebComponent.extend("sap.ui.webc.main.MessageStrip", {
|
|
45
45
|
metadata: {
|
|
46
46
|
library: "sap.ui.webc.main",
|
|
47
|
-
tag: "ui5-
|
|
47
|
+
tag: "ui5-message-strip-ui5",
|
|
48
48
|
properties: {
|
|
49
49
|
|
|
50
50
|
/**
|
|
@@ -49,11 +49,6 @@ sap.ui.define([
|
|
|
49
49
|
* <li> Backspace - deletes the token and focus the next token. </li>
|
|
50
50
|
* </ul>
|
|
51
51
|
*
|
|
52
|
-
* In the context of <code>sap.ui.webc.main.MultiComboBox</code>, you can provide a custom stable DOM ref for:
|
|
53
|
-
* <ul>
|
|
54
|
-
* <li>Every <code>sap.ui.webc.main.MultiComboBoxItem</code> that you provide. Example: <code><ui5-mcb-item stable-dom-ref="item1"></ui5-mcb-item></code></li>
|
|
55
|
-
* </ul>
|
|
56
|
-
*
|
|
57
52
|
* <h3>CSS Shadow Parts</h3>
|
|
58
53
|
*
|
|
59
54
|
* <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
|
|
@@ -63,7 +58,7 @@ sap.ui.define([
|
|
|
63
58
|
* </ul>
|
|
64
59
|
*
|
|
65
60
|
* @author SAP SE
|
|
66
|
-
* @version 1.
|
|
61
|
+
* @version 1.98.0
|
|
67
62
|
*
|
|
68
63
|
* @constructor
|
|
69
64
|
* @public
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* <b>Note:</b> The <code>sap.ui.webc.main.Popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.
|
|
42
42
|
*
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.
|
|
44
|
+
* @version 1.98.0
|
|
45
45
|
*
|
|
46
46
|
* @constructor
|
|
47
47
|
* @public
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* <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.
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.98.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @public
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* Clicking or tapping on a <code>sap.ui.webc.main.SegmentedButtonItem</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.SegmentedButtonItem</code>.
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.98.0
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
@@ -132,4 +132,4 @@ sap.ui.define([
|
|
|
132
132
|
});
|
|
133
133
|
|
|
134
134
|
return SegmentedButtonItem;
|
|
135
|
-
});
|
|
135
|
+
});
|
|
@@ -37,18 +37,8 @@ sap.ui.define([
|
|
|
37
37
|
* <li>[END] - Navigates to the last option</li>
|
|
38
38
|
* </ul> <br>
|
|
39
39
|
*
|
|
40
|
-
*
|
|
41
|
-
* <h3>Stable DOM Refs</h3>
|
|
42
|
-
*
|
|
43
|
-
* In the context of <code>sap.ui.webc.main.Select</code>, you can provide a custom stable DOM ref for:
|
|
44
|
-
* <ul>
|
|
45
|
-
* <li>Every <code>sap.ui.webc.main.Option</code> that you provide. Example: <code>
|
|
46
|
-
* <ui5-option stable-dom-ref="option1"></ui5-option>
|
|
47
|
-
* </code></li>
|
|
48
|
-
* </ul>
|
|
49
|
-
*
|
|
50
40
|
* @author SAP SE
|
|
51
|
-
* @version 1.
|
|
41
|
+
* @version 1.98.0
|
|
52
42
|
*
|
|
53
43
|
* @constructor
|
|
54
44
|
* @public
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* The <code>sap.ui.webc.main.SuggestionGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.Input</code> suggestions into groups.
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.98.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -55,4 +55,4 @@ sap.ui.define([
|
|
|
55
55
|
});
|
|
56
56
|
|
|
57
57
|
return SuggestionGroupItem;
|
|
58
|
-
});
|
|
58
|
+
});
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>sap.ui.webc.main.Tab</code> represents a selectable item inside a <code>sap.ui.webc.main.TabContainer</code>. It defines both the item in the tab strip (top part of the <code>sap.ui.webc.main.TabContainer</code>) and the content that is presented to the user once the tab is selected.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.98.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -118,9 +118,17 @@ sap.ui.define([
|
|
|
118
118
|
type: "sap.ui.core.Control",
|
|
119
119
|
multiple: true
|
|
120
120
|
}
|
|
121
|
-
}
|
|
121
|
+
},
|
|
122
|
+
methods: ["getTabInStripDomRef"]
|
|
122
123
|
}
|
|
123
124
|
});
|
|
124
125
|
|
|
126
|
+
/**
|
|
127
|
+
* Returns the DOM reference of the tab that is placed in the header. <b>Note:</b> If you need a DOM ref to the tab content please use the <code>getDomRef</code> method.
|
|
128
|
+
* @public
|
|
129
|
+
* @name sap.ui.webc.main.Tab#getTabInStripDomRef
|
|
130
|
+
* @function
|
|
131
|
+
*/
|
|
132
|
+
|
|
125
133
|
return Tab;
|
|
126
134
|
});
|
|
@@ -35,17 +35,8 @@ sap.ui.define([
|
|
|
35
35
|
* <li><code>sap.ui.webc.main.TabSeparator</code> - used to separate tabs with a vertical line</li>
|
|
36
36
|
* </ul>
|
|
37
37
|
*
|
|
38
|
-
* <h3>Stable DOM Refs</h3>
|
|
39
|
-
*
|
|
40
|
-
* In the context of <code>sap.ui.webc.main.TabContainer</code>, you can provide a custom stable DOM refs for:
|
|
41
|
-
* <ul>
|
|
42
|
-
* <li>Each <code>sap.ui.webc.main.Tab</code> Example: <code>
|
|
43
|
-
* <ui5-tab stable-dom-ref="in-stock"></ui5-tab>
|
|
44
|
-
* </code></li>
|
|
45
|
-
* </ul>
|
|
46
|
-
*
|
|
47
38
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
39
|
+
* @version 1.98.0
|
|
49
40
|
*
|
|
50
41
|
* @constructor
|
|
51
42
|
* @public
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.98.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.
|
|
42
42
|
*
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.
|
|
44
|
+
* @version 1.98.0
|
|
45
45
|
*
|
|
46
46
|
* @constructor
|
|
47
47
|
* @public
|
|
@@ -87,7 +87,7 @@ sap.ui.define([
|
|
|
87
87
|
* <br>
|
|
88
88
|
*
|
|
89
89
|
*
|
|
90
|
-
* <b>
|
|
90
|
+
* <b>Restrictions:</b> <code>growing="Scroll"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing="Button"</code>.
|
|
91
91
|
*/
|
|
92
92
|
growing: {
|
|
93
93
|
type: "sap.ui.webc.main.TableGrowingMode",
|
|
@@ -162,7 +162,7 @@ sap.ui.define([
|
|
|
162
162
|
/**
|
|
163
163
|
* Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br>
|
|
164
164
|
* <br>
|
|
165
|
-
* <b>
|
|
165
|
+
* <b>Restrictions:</b>
|
|
166
166
|
* <ul>
|
|
167
167
|
* <li>Browsers that do not support this feature:
|
|
168
168
|
* <ul>
|
|
@@ -282,4 +282,4 @@ sap.ui.define([
|
|
|
282
282
|
});
|
|
283
283
|
|
|
284
284
|
return Table;
|
|
285
|
-
});
|
|
285
|
+
});
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* The <code>sap.ui.webc.main.Title</code> component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.98.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @public
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* Clicking or tapping on a <code>sap.ui.webc.main.ToggleButton</code> changes its state to <code>pressed</code>. The button returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.ToggleButton</code>.
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.98.0
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* <h3>Usage</h3> <code>sap.ui.webc.main.TreeItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Tree</code>. The tree itself is rendered as a list, and each <code>sap.ui.webc.main.TreeItem</code> is represented by a list item(<code>sap.ui.webc.main.TreeListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.TreeItem</code> directly in your apps. The <code>sap.ui.webc.main.TreeListItem</code> list item is internal for the list, and not intended for public use.
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.98.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @public
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
// delegate further initialization of this library to the Core
|
|
20
20
|
sap.ui.getCore().initLibrary({
|
|
21
21
|
name: "sap.ui.webc.main",
|
|
22
|
-
version: "1.
|
|
22
|
+
version: "1.98.0",
|
|
23
23
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
|
24
24
|
noLibraryCSS: true,
|
|
25
25
|
designtime: "sap/ui/webc/main/designtime/library.designtime",
|
|
@@ -159,7 +159,7 @@ sap.ui.define([
|
|
|
159
159
|
* @namespace
|
|
160
160
|
* @alias sap.ui.webc.main
|
|
161
161
|
* @author SAP SE
|
|
162
|
-
* @version 1.
|
|
162
|
+
* @version 1.98.0
|
|
163
163
|
* @public
|
|
164
164
|
* @since 1.92.0
|
|
165
165
|
* @experimental Since 1.92.0 This API is experimental and might change significantly.
|
|
@@ -1519,4 +1519,4 @@ sap.ui.define([
|
|
|
1519
1519
|
|
|
1520
1520
|
return thisLib;
|
|
1521
1521
|
|
|
1522
|
-
});
|
|
1522
|
+
});
|
|
@@ -90,6 +90,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
+
onBeforeRendering() {
|
|
94
|
+
this._preprocessItems();
|
|
95
|
+
}
|
|
93
96
|
onAfterRendering() {
|
|
94
97
|
this._cacheWidths();
|
|
95
98
|
this._updateOverflow();
|
|
@@ -242,6 +245,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation', 'sa
|
|
|
242
245
|
_hasVisibleContent(item) {
|
|
243
246
|
return item.innerText || Array.from(item.children).some(child => !child.hidden);
|
|
244
247
|
}
|
|
248
|
+
_preprocessItems() {
|
|
249
|
+
this.items.forEach(item => {
|
|
250
|
+
item._getRealDomRef = () => this.getDomRef().querySelector(`[data-ui5-stable*=${item.stableDomRef}]`);
|
|
251
|
+
});
|
|
252
|
+
}
|
|
245
253
|
getCurrentLocationLabelWrapper() {
|
|
246
254
|
return this.shadowRoot.querySelector(".ui5-breadcrumbs-current-location > span");
|
|
247
255
|
}
|
|
@@ -18,9 +18,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
18
18
|
accessibleName: {
|
|
19
19
|
type: String,
|
|
20
20
|
},
|
|
21
|
-
stableDomRef: {
|
|
22
|
-
type: String,
|
|
23
|
-
},
|
|
24
21
|
},
|
|
25
22
|
slots: {
|
|
26
23
|
"default": {
|
|
@@ -33,6 +30,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
33
30
|
static get metadata() {
|
|
34
31
|
return metadata;
|
|
35
32
|
}
|
|
33
|
+
get stableDomRef() {
|
|
34
|
+
return `${this._id}-stable-dom-ref`;
|
|
35
|
+
}
|
|
36
36
|
}
|
|
37
37
|
BreadcrumbsItem.define();
|
|
38
38
|
|
|
@@ -126,6 +126,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
126
126
|
if (FormSupport) {
|
|
127
127
|
FormSupport.triggerFormSubmit(this);
|
|
128
128
|
}
|
|
129
|
+
if (Device.isSafari()) {
|
|
130
|
+
this.getDomRef().focus();
|
|
131
|
+
}
|
|
129
132
|
}
|
|
130
133
|
_onmousedown(event) {
|
|
131
134
|
if (this.nonInteractive || this._isTouch) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', './ComboBoxFilters-f59100bd', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, i18nBundle, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/types/ValueState', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper', 'sap/ui/webc/common/thirdparty/base/util/InvisibleMessage', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-down', 'sap/ui/webc/common/thirdparty/icons/decline', 'sap/ui/webc/common/thirdparty/icons/not-editable', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Keys', './ComboBoxFilters-f59100bd', './generated/i18n/i18n-defaults', './generated/templates/ComboBoxTemplate.lit', './generated/templates/ComboBoxPopoverTemplate.lit', './generated/themes/ComboBox.css', './generated/themes/ComboBoxPopover.css', './generated/themes/ResponsivePopoverCommon.css', './generated/themes/ValueStateMessage.css', './generated/themes/Suggestions.css', './ComboBoxItem', './Icon', './Popover', './ResponsivePopover', './List', './BusyIndicator', './Button', './StandardListItem', './ComboBoxGroupItem'], function (UI5Element, litRender, ValueState, Device, Integer, AriaLabelHelper, announce, slimArrowDown, decline, notEditable, i18nBundle, Keys, ComboBoxFilters, i18nDefaults, ComboBoxTemplate_lit, ComboBoxPopoverTemplate_lit, ComboBox_css, ComboBoxPopover_css, ResponsivePopoverCommon_css, ValueStateMessage_css, Suggestions_css, ComboBoxItem, Icon, Popover, ResponsivePopover, List, BusyIndicator, Button, StandardListItem, ComboBoxGroupItem) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -225,6 +225,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
225
225
|
this._resetFilter();
|
|
226
226
|
this._toggleRespPopover();
|
|
227
227
|
}
|
|
228
|
+
_readonlyIconClick() {
|
|
229
|
+
this.inner.focus();
|
|
230
|
+
}
|
|
228
231
|
_input(event) {
|
|
229
232
|
const { value } = event.target;
|
|
230
233
|
if (event.target === this.inner) {
|
|
@@ -373,6 +376,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
373
376
|
this.value = !this.open ? this._lastValue : this.value;
|
|
374
377
|
this._isValueStateFocused = false;
|
|
375
378
|
}
|
|
379
|
+
if ((Keys.isTabNext(event) || Keys.isTabPrevious(event)) && this.open) {
|
|
380
|
+
this._closeRespPopover();
|
|
381
|
+
}
|
|
376
382
|
if (Keys.isShow(event) && !this.readonly && !this.disabled) {
|
|
377
383
|
event.preventDefault();
|
|
378
384
|
this._resetFilter();
|
|
@@ -542,6 +548,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
542
548
|
get shouldDisplayDefaultValueStateMessage() {
|
|
543
549
|
return !this.valueStateMessage.length && this.hasValueStateText;
|
|
544
550
|
}
|
|
551
|
+
get _valueStateMessageIcon() {
|
|
552
|
+
const iconPerValueState = {
|
|
553
|
+
Error: "error",
|
|
554
|
+
Warning: "alert",
|
|
555
|
+
Success: "sys-enter-2",
|
|
556
|
+
Information: "information",
|
|
557
|
+
};
|
|
558
|
+
return this.valueState !== ValueState__default.None ? iconPerValueState[this.valueState] : "";
|
|
559
|
+
}
|
|
545
560
|
get open() {
|
|
546
561
|
return this.responsivePopover ? this.responsivePopover.opened : false;
|
|
547
562
|
}
|
|
@@ -133,6 +133,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
133
133
|
if (isDisabled) {
|
|
134
134
|
day.classes += " ui5-dp-item--disabled";
|
|
135
135
|
}
|
|
136
|
+
if (this.hasSecondaryCalendarType) {
|
|
137
|
+
day.classes += " ui5-dp-item--withsecondtype";
|
|
138
|
+
}
|
|
136
139
|
week.push(day);
|
|
137
140
|
if (dayOfTheWeek === DAYS_IN_WEEK - 1) {
|
|
138
141
|
week.unshift({
|