@openui5/sap.ui.webc.main 1.96.2 → 1.97.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 +1 -1
- package/THIRDPARTY.txt +2 -1
- package/package.json +3 -3
- package/src/sap/ui/webc/main/.library +1 -1
- package/src/sap/ui/webc/main/Avatar.js +2 -2
- 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 +4 -4
- package/src/sap/ui/webc/main/BreadcrumbsItem.js +4 -4
- package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
- package/src/sap/ui/webc/main/Button.js +3 -3
- package/src/sap/ui/webc/main/Calendar.js +4 -4
- package/src/sap/ui/webc/main/CalendarDate.js +1 -1
- package/src/sap/ui/webc/main/Card.js +17 -1
- package/src/sap/ui/webc/main/CardHeader.js +4 -4
- 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 +4 -4
- package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
- package/src/sap/ui/webc/main/ColorPalettePopover.js +112 -0
- package/src/sap/ui/webc/main/ColorPicker.js +3 -3
- package/src/sap/ui/webc/main/ComboBox.js +4 -4
- package/src/sap/ui/webc/main/ComboBoxGroupItem.js +4 -4
- 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 +5 -5
- package/src/sap/ui/webc/main/DateRangePicker.js +3 -3
- package/src/sap/ui/webc/main/DateTimePicker.js +4 -6
- package/src/sap/ui/webc/main/Dialog.js +1 -1
- package/src/sap/ui/webc/main/FileUploader.js +2 -2
- 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 +6 -27
- package/src/sap/ui/webc/main/Label.js +2 -2
- package/src/sap/ui/webc/main/Link.js +2 -2
- package/src/sap/ui/webc/main/List.js +5 -6
- package/src/sap/ui/webc/main/MessageStrip.js +2 -2
- package/src/sap/ui/webc/main/MultiComboBox.js +4 -6
- package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
- package/src/sap/ui/webc/main/MultiInput.js +6 -27
- package/src/sap/ui/webc/main/Option.js +1 -1
- package/src/sap/ui/webc/main/Panel.js +5 -4
- package/src/sap/ui/webc/main/Popover.js +1 -1
- package/src/sap/ui/webc/main/ProgressIndicator.js +14 -1
- package/src/sap/ui/webc/main/RadioButton.js +1 -1
- package/src/sap/ui/webc/main/RangeSlider.js +15 -17
- package/src/sap/ui/webc/main/RatingIndicator.js +4 -4
- 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 +5 -5
- package/src/sap/ui/webc/main/Select.js +1 -1
- package/src/sap/ui/webc/main/Slider.js +20 -20
- 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 +4 -4
- package/src/sap/ui/webc/main/SuggestionItem.js +2 -2
- package/src/sap/ui/webc/main/Switch.js +5 -5
- package/src/sap/ui/webc/main/Tab.js +1 -1
- package/src/sap/ui/webc/main/TabContainer.js +1 -1
- package/src/sap/ui/webc/main/TabSeparator.js +1 -1
- package/src/sap/ui/webc/main/Table.js +1 -1
- 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 +5 -5
- package/src/sap/ui/webc/main/TableRow.js +5 -5
- package/src/sap/ui/webc/main/TextArea.js +5 -5
- package/src/sap/ui/webc/main/TimePicker.js +3 -3
- 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 +3 -3
- package/src/sap/ui/webc/main/Token.js +2 -2
- package/src/sap/ui/webc/main/Tree.js +29 -1
- package/src/sap/ui/webc/main/TreeItem.js +1 -1
- package/src/sap/ui/webc/main/library.js +16 -12
- package/src/sap/ui/webc/main/thirdparty/Assets.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Avatar.js +8 -11
- package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +6 -7
- package/src/sap/ui/webc/main/thirdparty/Badge.js +11 -6
- package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -4
- package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/Button.js +3 -4
- package/src/sap/ui/webc/main/thirdparty/Calendar.js +73 -2
- package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +17 -55
- package/src/sap/ui/webc/main/thirdparty/Card.js +13 -9
- package/src/sap/ui/webc/main/thirdparty/CardHeader.js +16 -11
- package/src/sap/ui/webc/main/thirdparty/Carousel.js +8 -7
- package/src/sap/ui/webc/main/thirdparty/CheckBox.js +31 -6
- package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +161 -12
- package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +14 -4
- package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +110 -0
- package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +10 -1
- package/src/sap/ui/webc/main/thirdparty/ComboBox.js +146 -57
- package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/DatePicker.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +7 -6
- package/src/sap/ui/webc/main/thirdparty/DayPicker.js +9 -4
- package/src/sap/ui/webc/main/thirdparty/Dialog.js +11 -4
- package/src/sap/ui/webc/main/thirdparty/DurationPicker.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/FileUploader.js +14 -9
- package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -8
- package/src/sap/ui/webc/main/thirdparty/Icon.js +14 -11
- package/src/sap/ui/webc/main/thirdparty/Input.js +68 -39
- package/src/sap/ui/webc/main/thirdparty/Link.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/List.js +41 -12
- package/src/sap/ui/webc/main/thirdparty/ListItem.js +13 -8
- package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +189 -59
- package/src/sap/ui/webc/main/thirdparty/MultiInput.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Panel.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/Popover.js +52 -31
- package/src/sap/ui/webc/main/thirdparty/Popup.js +14 -25
- package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +8 -7
- package/src/sap/ui/webc/main/thirdparty/RadioButton.js +35 -7
- package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +6 -7
- package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +3 -4
- package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +5 -23
- package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +4 -4
- package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/Select.js +53 -47
- package/src/sap/ui/webc/main/thirdparty/Slider.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/SliderBase.js +4 -9
- package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -4
- package/src/sap/ui/webc/main/thirdparty/Switch.js +5 -6
- package/src/sap/ui/webc/main/thirdparty/Tab.js +12 -2
- package/src/sap/ui/webc/main/thirdparty/TabContainer.js +12 -5
- package/src/sap/ui/webc/main/thirdparty/Table.js +8 -6
- package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +2 -3
- package/src/sap/ui/webc/main/thirdparty/TableRow.js +4 -8
- package/src/sap/ui/webc/main/thirdparty/TextArea.js +11 -10
- package/src/sap/ui/webc/main/thirdparty/TimePicker.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +9 -6
- package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +8 -9
- package/src/sap/ui/webc/main/thirdparty/Toast.js +5 -0
- package/src/sap/ui/webc/main/thirdparty/Token.js +2 -6
- package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +12 -14
- package/src/sap/ui/webc/main/thirdparty/Tree.js +18 -0
- package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +12 -15
- package/src/sap/ui/webc/main/thirdparty/YearPicker.js +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/BreadcrumbsPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/BrowserScrollbar.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Button.ie11.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteStaticArea.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBoxPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DatePickerPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DateRangePicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Label.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Popup.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/PopupGlobal.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/PopupStaticAreaStyles.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Tab.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TapHighlightColor.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerPopover.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelection.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Title.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.ie11.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/Tree.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/TreeListItem.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/main/thirdparty/features/ColorPaletteMoreColors.js +6 -6
- package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +20 -15
- package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +10 -8
- package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +47 -47
- package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
- 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/CardHeaderTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +6 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.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 +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/DayPickerTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/GroupHeaderListItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +12 -9
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +9 -5
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +6 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.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/TabInStripTemplate.lit.js +2 -4
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +2 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +1 -1
- package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +2 -2
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.ie11.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteStaticArea.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBoxPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Popup.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tab.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TapHighlightColor.css.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.ie11.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeListItem.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +3 -3
- package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +3 -3
- 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 +7 -0
- package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-7754de1c.js → messagebundle_ar-f610ffe9.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-041345aa.js → messagebundle_bg-e372ad7a.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-df38eb0b.js → messagebundle_ca-64403819.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-51d17321.js → messagebundle_cs-f5276d1f.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-cc129f0c.js → messagebundle_cy-5b51959f.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-bc87b599.js → messagebundle_da-3f0c542a.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-518b0a75.js → messagebundle_de-ff52e292.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-9686b145.js → messagebundle_el-8a8f0e04.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-57ad19b6.js → messagebundle_en-39f79920.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-588d53e3.js → messagebundle_en_GB-9a6995bc.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-e370df7b.js → messagebundle_en_US_sappsd-1cd6f946.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-adf0ddb3.js → messagebundle_en_US_saprigi-88214efb.js} +10 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-261422e2.js → messagebundle_en_US_saptrc-d8b4cc37.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-ec258b44.js → messagebundle_es-4e7804b3.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-5f113e73.js → messagebundle_es_MX-5d55637e.js} +8 -1
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-901c732b.js → messagebundle_et-d019447e.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-0a2a6323.js → messagebundle_fi-115f5a0c.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-5df8899a.js → messagebundle_fr-f4458a8c.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-0de6a568.js → messagebundle_fr_CA-d3ac2579.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-13e67957.js → messagebundle_hi-3dbf5206.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-93fbc1d1.js → messagebundle_hr-3112e358.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-dd94c35e.js → messagebundle_hu-90f77b24.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-0c46ce25.js → messagebundle_it-4fd2c566.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-946df0a2.js → messagebundle_iw-ff53b57b.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-9cb333bb.js → messagebundle_ja-050a69c3.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-239d7820.js → messagebundle_kk-597a9724.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-6f09e984.js → messagebundle_ko-d840efd8.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-2d4f9935.js → messagebundle_lt-d15c1526.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-d73bf0c0.js → messagebundle_lv-539ad33e.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-9b4b2929.js → messagebundle_ms-98b3e6dd.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-55193168.js → messagebundle_nl-5c52e887.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-7f4a6832.js → messagebundle_no-04ee2aaf.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-89c36a34.js → messagebundle_pl-6da30702.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-b87f9645.js → messagebundle_pt-71f281c3.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-0e8230b0.js → messagebundle_pt_PT-6d966418.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-83e7f44d.js → messagebundle_ro-e76a9c5d.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-befd37d0.js → messagebundle_ru-dc34dd79.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-4edec182.js → messagebundle_sh-f2171ee6.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-29160489.js → messagebundle_sk-5c10a3c8.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-fd9ba370.js → messagebundle_sl-14cff3cf.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-57bfda52.js → messagebundle_sv-44a9e5d4.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-184c45a0.js → messagebundle_th-6cbca7a8.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-d5781fbb.js → messagebundle_tr-00ce0f94.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-e49bb47f.js → messagebundle_uk-bf2de1c7.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-ce27847a.js → messagebundle_vi-a0de6aa8.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-bdbfb1bd.js → messagebundle_zh_CN-7cbf9197.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-ca1de535.js → messagebundle_zh_TW-53705d5b.js} +7 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0f28e359.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-1ee56435.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d4cd873.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5bdedee7.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-60d672db.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-793a420b.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7c549d8f.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7e5617d6.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e75a0bfb.js +13 -0
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-09f8e92d.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-19666884.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-8e7c6ad9.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cb713657.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd8f2f47.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e3a31f8e.js +0 -9
- package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e44b2b84.js +0 -9
|
@@ -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', './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, 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/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';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -47,6 +47,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
47
47
|
focused: {
|
|
48
48
|
type: Boolean,
|
|
49
49
|
},
|
|
50
|
+
_isValueStateFocused: {
|
|
51
|
+
type: Boolean,
|
|
52
|
+
},
|
|
50
53
|
accessibleName: {
|
|
51
54
|
type: String,
|
|
52
55
|
defaultValue: undefined,
|
|
@@ -103,7 +106,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
103
106
|
return ComboBox_css;
|
|
104
107
|
}
|
|
105
108
|
static get staticAreaStyles() {
|
|
106
|
-
return [ResponsivePopoverCommon_css, ValueStateMessage_css, ComboBoxPopover_css];
|
|
109
|
+
return [ResponsivePopoverCommon_css, ValueStateMessage_css, ComboBoxPopover_css, Suggestions_css];
|
|
107
110
|
}
|
|
108
111
|
static get template() {
|
|
109
112
|
return ComboBoxTemplate_lit;
|
|
@@ -117,7 +120,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
117
120
|
this._initialRendering = true;
|
|
118
121
|
this._itemFocused = false;
|
|
119
122
|
this._selectionChanged = false;
|
|
120
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
121
123
|
}
|
|
122
124
|
onBeforeRendering() {
|
|
123
125
|
if (this._initialRendering) {
|
|
@@ -127,13 +129,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
127
129
|
this.popover.close();
|
|
128
130
|
}
|
|
129
131
|
this._selectMatchingItem();
|
|
130
|
-
if (this._isKeyNavigation && this.responsivePopover && this.responsivePopover.opened) {
|
|
131
|
-
this.focused = false;
|
|
132
|
-
} else if (this.shadowRoot.activeElement) {
|
|
133
|
-
this.focused = this.shadowRoot.activeElement.id === "ui5-combobox-input";
|
|
134
|
-
}
|
|
135
132
|
this._initialRendering = false;
|
|
136
|
-
this._isKeyNavigation = false;
|
|
137
133
|
}
|
|
138
134
|
async onAfterRendering() {
|
|
139
135
|
await this._respPopover();
|
|
@@ -142,23 +138,38 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
142
138
|
}
|
|
143
139
|
if (this.shouldClosePopover() && !Device.isPhone()) {
|
|
144
140
|
this.responsivePopover.close(false, false, true);
|
|
141
|
+
this._clearFocus();
|
|
142
|
+
this._itemFocused = false;
|
|
145
143
|
}
|
|
146
|
-
this._itemFocused = false;
|
|
147
144
|
this.toggleValueStatePopover(this.shouldOpenValueStateMessagePopover);
|
|
148
145
|
this.storeResponsivePopoverWidth();
|
|
146
|
+
if (Device.isSafari() && this._autocomplete && this.filterValue !== this.value) {
|
|
147
|
+
this.inner.setSelectionRange(
|
|
148
|
+
(this._isKeyNavigation ? 0 : this.filterValue.length),
|
|
149
|
+
this.value.length,
|
|
150
|
+
);
|
|
151
|
+
}
|
|
149
152
|
}
|
|
150
153
|
shouldClosePopover() {
|
|
151
|
-
return this.responsivePopover.opened && !this.focused && !this._itemFocused;
|
|
154
|
+
return this.responsivePopover.opened && !this.focused && !this._itemFocused && !this._isValueStateFocused;
|
|
152
155
|
}
|
|
153
156
|
_focusin(event) {
|
|
154
157
|
this.focused = true;
|
|
155
158
|
this._lastValue = this.value;
|
|
159
|
+
this._autocomplete = false;
|
|
156
160
|
!Device.isPhone() && event.target.setSelectionRange(0, this.value.length);
|
|
157
161
|
}
|
|
158
|
-
_focusout() {
|
|
159
|
-
|
|
162
|
+
_focusout(event) {
|
|
163
|
+
const focusedOutToValueStateMessage = event.relatedTarget && event.relatedTarget.shadowRoot && event.relatedTarget.shadowRoot.querySelector(".ui5-valuestatemessage-root");
|
|
160
164
|
this._fireChangeEvent();
|
|
161
|
-
|
|
165
|
+
if (focusedOutToValueStateMessage) {
|
|
166
|
+
event.stopImmediatePropagation();
|
|
167
|
+
return;
|
|
168
|
+
}
|
|
169
|
+
if (!this.shadowRoot.contains(event.relatedTarget)) {
|
|
170
|
+
this.focused = false;
|
|
171
|
+
!Device.isPhone() && this._closeRespPopover(event);
|
|
172
|
+
}
|
|
162
173
|
}
|
|
163
174
|
_afterOpenPopover() {
|
|
164
175
|
this._iconPressed = true;
|
|
@@ -218,26 +229,28 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
218
229
|
const { value } = event.target;
|
|
219
230
|
if (event.target === this.inner) {
|
|
220
231
|
event.stopImmediatePropagation();
|
|
232
|
+
this.focused = true;
|
|
233
|
+
this._isValueStateFocused = false;
|
|
221
234
|
}
|
|
222
235
|
this._filteredItems = this._filterItems(value);
|
|
223
236
|
this.value = value;
|
|
224
237
|
this.filterValue = value;
|
|
225
238
|
this._clearFocus();
|
|
226
|
-
if (this._autocomplete
|
|
227
|
-
const item = this.
|
|
228
|
-
|
|
239
|
+
if (this._autocomplete) {
|
|
240
|
+
const item = this._getFirstMatchingItem(value);
|
|
241
|
+
this._applyAtomicValueAndSelection(item, value, true);
|
|
242
|
+
if (value !== "" && !this._selectionChanged && (item && !item.selected && !item.isGroupItem)) {
|
|
229
243
|
this.fireEvent("selection-change", {
|
|
230
244
|
item,
|
|
231
245
|
});
|
|
232
246
|
this._selectionChanged = false;
|
|
233
|
-
item.focused = true;
|
|
234
247
|
}
|
|
235
248
|
}
|
|
236
249
|
this.fireEvent("input");
|
|
237
250
|
if (Device.isPhone()) {
|
|
238
251
|
return;
|
|
239
252
|
}
|
|
240
|
-
if (!this._filteredItems.length) {
|
|
253
|
+
if (!this._filteredItems.length || value === "") {
|
|
241
254
|
this._closeRespPopover();
|
|
242
255
|
} else {
|
|
243
256
|
this._openRespPopover();
|
|
@@ -256,32 +269,52 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
256
269
|
if (this.readonly || !this._filteredItems.length) {
|
|
257
270
|
return;
|
|
258
271
|
}
|
|
272
|
+
const isOpen = this.open;
|
|
259
273
|
const isArrowDown = Keys.isDown(event);
|
|
260
274
|
const isArrowUp = Keys.isUp(event);
|
|
261
275
|
const currentItem = this._filteredItems.find(item => {
|
|
262
|
-
return
|
|
276
|
+
return isOpen ? item.focused : item.selected;
|
|
263
277
|
});
|
|
264
|
-
|
|
278
|
+
const indexOfItem = this._filteredItems.indexOf(currentItem);
|
|
265
279
|
event.preventDefault();
|
|
266
|
-
if ((
|
|
280
|
+
if ((this.focused === true && isArrowUp && isOpen) || (this._filteredItems.length - 1 === indexOfItem && isArrowDown)) {
|
|
281
|
+
return;
|
|
282
|
+
}
|
|
283
|
+
this._isKeyNavigation = true;
|
|
284
|
+
if (isArrowDown) {
|
|
285
|
+
this._handleArrowDown(event, indexOfItem);
|
|
286
|
+
}
|
|
287
|
+
if (isArrowUp) {
|
|
288
|
+
this._handleArrowUp(event, indexOfItem);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
_handleItemNavigation(event, indexOfItem, isForward) {
|
|
292
|
+
const isOpen = this.open;
|
|
293
|
+
const currentItem = this._filteredItems[indexOfItem];
|
|
294
|
+
const nextItem = isForward ? this._filteredItems[indexOfItem + 1] : this._filteredItems[indexOfItem - 1];
|
|
295
|
+
const isGroupItem = currentItem && currentItem.isGroupItem;
|
|
296
|
+
if ((!isOpen) && ((isGroupItem && !nextItem) || (!isGroupItem && !currentItem))) {
|
|
267
297
|
return;
|
|
268
298
|
}
|
|
269
299
|
this._clearFocus();
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
300
|
+
if (isOpen) {
|
|
301
|
+
this._itemFocused = true;
|
|
302
|
+
this.value = isGroupItem ? this.filterValue : currentItem.text;
|
|
303
|
+
this.focused = false;
|
|
304
|
+
currentItem.focused = true;
|
|
305
|
+
} else {
|
|
306
|
+
this.focused = true;
|
|
307
|
+
this.value = isGroupItem ? nextItem.text : currentItem.text;
|
|
308
|
+
currentItem.focused = false;
|
|
275
309
|
}
|
|
276
|
-
this.
|
|
277
|
-
this._isKeyNavigation = true;
|
|
278
|
-
this._itemFocused = true;
|
|
310
|
+
this._isValueStateFocused = false;
|
|
279
311
|
this._selectionChanged = true;
|
|
280
|
-
if (
|
|
312
|
+
if (isGroupItem && isOpen) {
|
|
281
313
|
return;
|
|
282
314
|
}
|
|
283
|
-
this.
|
|
284
|
-
const item = this.
|
|
315
|
+
this._announceSelectedItem(indexOfItem);
|
|
316
|
+
const item = this._getFirstMatchingItem(this.value);
|
|
317
|
+
this._applyAtomicValueAndSelection(item, "", true);
|
|
285
318
|
if ((item && !item.selected)) {
|
|
286
319
|
this.fireEvent("selection-change", {
|
|
287
320
|
item,
|
|
@@ -290,20 +323,70 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
290
323
|
this.fireEvent("input");
|
|
291
324
|
this._fireChangeEvent();
|
|
292
325
|
}
|
|
326
|
+
_handleArrowDown(event, indexOfItem) {
|
|
327
|
+
const isOpen = this.open;
|
|
328
|
+
if (this.focused && indexOfItem === -1 && this.hasValueStateText && isOpen) {
|
|
329
|
+
this._isValueStateFocused = true;
|
|
330
|
+
this.focused = false;
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
indexOfItem = !isOpen && this.hasValueState && indexOfItem === -1 ? 0 : indexOfItem;
|
|
334
|
+
this._handleItemNavigation(event, ++indexOfItem, true );
|
|
335
|
+
}
|
|
336
|
+
_handleArrowUp(event, indexOfItem) {
|
|
337
|
+
const isOpen = this.open;
|
|
338
|
+
if (indexOfItem === 0 && !this.hasValueStateText) {
|
|
339
|
+
this._clearFocus();
|
|
340
|
+
this.focused = true;
|
|
341
|
+
this._itemFocused = false;
|
|
342
|
+
return;
|
|
343
|
+
}
|
|
344
|
+
if (indexOfItem === 0 && this.hasValueStateText && isOpen) {
|
|
345
|
+
this._clearFocus();
|
|
346
|
+
this._itemFocused = false;
|
|
347
|
+
this._isValueStateFocused = true;
|
|
348
|
+
this._filteredItems[0].selected = false;
|
|
349
|
+
return;
|
|
350
|
+
}
|
|
351
|
+
if (this._isValueStateFocused) {
|
|
352
|
+
this.focused = true;
|
|
353
|
+
this._isValueStateFocused = false;
|
|
354
|
+
return;
|
|
355
|
+
}
|
|
356
|
+
indexOfItem = !isOpen && this.hasValueState && indexOfItem === -1 ? 0 : indexOfItem;
|
|
357
|
+
this._handleItemNavigation(event, --indexOfItem, false );
|
|
358
|
+
}
|
|
293
359
|
_keydown(event) {
|
|
294
360
|
const isArrowKey = Keys.isDown(event) || Keys.isUp(event);
|
|
295
361
|
this._autocomplete = !(Keys.isBackSpace(event) || Keys.isDelete(event));
|
|
362
|
+
this._isKeyNavigation = false;
|
|
296
363
|
if (isArrowKey) {
|
|
297
364
|
this.handleArrowKeyPress(event);
|
|
298
365
|
}
|
|
299
366
|
if (Keys.isEnter(event)) {
|
|
300
367
|
this._fireChangeEvent();
|
|
301
368
|
this._closeRespPopover();
|
|
369
|
+
this.focused = true;
|
|
370
|
+
}
|
|
371
|
+
if (Keys.isEscape(event)) {
|
|
372
|
+
this.focused = true;
|
|
373
|
+
this.value = !this.open ? this._lastValue : this.value;
|
|
374
|
+
this._isValueStateFocused = false;
|
|
302
375
|
}
|
|
303
376
|
if (Keys.isShow(event) && !this.readonly && !this.disabled) {
|
|
304
377
|
event.preventDefault();
|
|
305
378
|
this._resetFilter();
|
|
306
379
|
this._toggleRespPopover();
|
|
380
|
+
const selectedItem = this._filteredItems.find(item => {
|
|
381
|
+
return item.selected;
|
|
382
|
+
});
|
|
383
|
+
if (selectedItem && this.open) {
|
|
384
|
+
this._itemFocused = true;
|
|
385
|
+
selectedItem.focused = true;
|
|
386
|
+
this.focused = false;
|
|
387
|
+
} else {
|
|
388
|
+
this.focused = true;
|
|
389
|
+
}
|
|
307
390
|
}
|
|
308
391
|
}
|
|
309
392
|
_click(event) {
|
|
@@ -316,6 +399,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
316
399
|
this.value = this._selectedItemText;
|
|
317
400
|
this.filterValue = this._selectedItemText;
|
|
318
401
|
}
|
|
402
|
+
this._isValueStateFocused = false;
|
|
403
|
+
this._clearFocus();
|
|
319
404
|
this.responsivePopover.close();
|
|
320
405
|
}
|
|
321
406
|
_openRespPopover() {
|
|
@@ -336,7 +421,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
336
421
|
return groupHasFilteredItems;
|
|
337
422
|
}
|
|
338
423
|
}
|
|
339
|
-
|
|
424
|
+
_getFirstMatchingItem(current) {
|
|
340
425
|
const currentlyFocusedItem = this.items.find(item => item.focused === true);
|
|
341
426
|
if (currentlyFocusedItem && currentlyFocusedItem.isGroupItem) {
|
|
342
427
|
this.value = this.filterValue;
|
|
@@ -344,22 +429,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
344
429
|
}
|
|
345
430
|
const matchingItems = this._startsWithMatchingItems(current).filter(item => !item.isGroupItem);
|
|
346
431
|
if (matchingItems.length) {
|
|
347
|
-
|
|
348
|
-
} else {
|
|
349
|
-
this.value = current;
|
|
432
|
+
return matchingItems[0];
|
|
350
433
|
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
} else if (matchingItems.length) {
|
|
356
|
-
setTimeout(() => {
|
|
357
|
-
this.inner.setSelectionRange(this.filterValue.length, this.value.length);
|
|
358
|
-
}, 0);
|
|
434
|
+
}
|
|
435
|
+
_applyAtomicValueAndSelection(item, filterValue, highlightValue) {
|
|
436
|
+
if (!item) {
|
|
437
|
+
return;
|
|
359
438
|
}
|
|
360
|
-
|
|
361
|
-
|
|
439
|
+
const value = (item && item.text) || "";
|
|
440
|
+
this.inner.value = value;
|
|
441
|
+
if (highlightValue) {
|
|
442
|
+
this.inner.setSelectionRange(filterValue.length, value.length);
|
|
362
443
|
}
|
|
444
|
+
this.value = value;
|
|
363
445
|
}
|
|
364
446
|
_selectMatchingItem() {
|
|
365
447
|
const currentlyFocusedItem = this.items.find(item => item.focused);
|
|
@@ -408,16 +490,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
408
490
|
_onItemFocus(event) {
|
|
409
491
|
this._itemFocused = true;
|
|
410
492
|
}
|
|
411
|
-
|
|
412
|
-
const itemPositionText =
|
|
413
|
-
const itemSelectionText =
|
|
493
|
+
_announceSelectedItem(indexOfItem) {
|
|
494
|
+
const itemPositionText = ComboBox.i18nBundle.getText(i18nDefaults.LIST_ITEM_POSITION, indexOfItem + 1, this._filteredItems.length);
|
|
495
|
+
const itemSelectionText = ComboBox.i18nBundle.getText(i18nDefaults.LIST_ITEM_SELECTED);
|
|
414
496
|
announce__default(`${itemPositionText} ${itemSelectionText}`, "Polite");
|
|
415
497
|
}
|
|
416
498
|
get _headerTitleText() {
|
|
417
|
-
return
|
|
499
|
+
return ComboBox.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
|
|
418
500
|
}
|
|
419
501
|
get _iconAccessibleNameText() {
|
|
420
|
-
return
|
|
502
|
+
return ComboBox.i18nBundle.getText(i18nDefaults.SELECT_OPTIONS);
|
|
421
503
|
}
|
|
422
504
|
get inner() {
|
|
423
505
|
return Device.isPhone() ? this.responsivePopover.querySelector(".ui5-input-inner-phone") : this.shadowRoot.querySelector("[inner-input]");
|
|
@@ -447,10 +529,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
447
529
|
}
|
|
448
530
|
get valueStateTextMappings() {
|
|
449
531
|
return {
|
|
450
|
-
"Success":
|
|
451
|
-
"Error":
|
|
452
|
-
"Warning":
|
|
453
|
-
"Information":
|
|
532
|
+
"Success": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
|
|
533
|
+
"Error": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
|
|
534
|
+
"Warning": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
|
|
535
|
+
"Information": ComboBox.i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
|
|
454
536
|
};
|
|
455
537
|
}
|
|
456
538
|
get shouldOpenValueStateMessagePopover() {
|
|
@@ -485,6 +567,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
485
567
|
ComboBoxGroupItem,
|
|
486
568
|
];
|
|
487
569
|
}
|
|
570
|
+
static async onDefine() {
|
|
571
|
+
ComboBox.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
572
|
+
}
|
|
488
573
|
get styles() {
|
|
489
574
|
return {
|
|
490
575
|
popoverHeader: {
|
|
@@ -493,13 +578,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
493
578
|
suggestionPopoverHeader: {
|
|
494
579
|
"display": this._listWidth === 0 ? "none" : "inline-block",
|
|
495
580
|
"width": `${this._listWidth}px`,
|
|
496
|
-
"padding": "0.9125rem 1rem",
|
|
497
581
|
},
|
|
498
582
|
};
|
|
499
583
|
}
|
|
500
584
|
get classes() {
|
|
501
585
|
return {
|
|
586
|
+
popover: {
|
|
587
|
+
"ui5-suggestions-popover": !this.isPhone,
|
|
588
|
+
"ui5-suggestions-popover-with-value-state-header": !this.isPhone && this.hasValueStateText,
|
|
589
|
+
},
|
|
502
590
|
popoverValueState: {
|
|
591
|
+
"ui5-valuestatemessage-header": true,
|
|
503
592
|
"ui5-valuestatemessage-root": true,
|
|
504
593
|
"ui5-valuestatemessage--success": this.valueState === ValueState__default.Success,
|
|
505
594
|
"ui5-valuestatemessage--error": this.valueState === ValueState__default.Error,
|
|
@@ -39,7 +39,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
39
39
|
}
|
|
40
40
|
constructor() {
|
|
41
41
|
super();
|
|
42
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
43
42
|
}
|
|
44
43
|
get _primaryCalendarType() {
|
|
45
44
|
const localeData = getCachedLocaleDataInstance__default(getLocale__default());
|
|
@@ -89,9 +88,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
89
88
|
return dateFormat;
|
|
90
89
|
}
|
|
91
90
|
static async onDefine() {
|
|
92
|
-
await Promise.all([
|
|
91
|
+
[DateComponentBase.i18nBundle] = await Promise.all([
|
|
92
|
+
i18nBundle.getI18nBundle("@ui5/webcomponents"),
|
|
93
93
|
LocaleData.fetchCldr(getLocale__default().getLanguage(), getLocale__default().getRegion(), getLocale__default().getScript()),
|
|
94
|
-
i18nBundle.fetchI18nBundle("@ui5/webcomponents"),
|
|
95
94
|
]);
|
|
96
95
|
}
|
|
97
96
|
}
|
|
@@ -265,7 +265,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
265
265
|
return this.placeholder !== undefined ? this.placeholder : this._displayFormat;
|
|
266
266
|
}
|
|
267
267
|
get _headerTitleText() {
|
|
268
|
-
return
|
|
268
|
+
return DatePicker.i18nBundle.getText(i18nDefaults.INPUT_SUGGESTIONS_TITLE);
|
|
269
269
|
}
|
|
270
270
|
get phone() {
|
|
271
271
|
return Device.isPhone();
|
|
@@ -292,13 +292,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/we
|
|
|
292
292
|
};
|
|
293
293
|
}
|
|
294
294
|
get openIconTitle() {
|
|
295
|
-
return
|
|
295
|
+
return DatePicker.i18nBundle.getText(i18nDefaults.DATEPICKER_OPEN_ICON_TITLE);
|
|
296
296
|
}
|
|
297
297
|
get openIconName() {
|
|
298
298
|
return "appointment-2";
|
|
299
299
|
}
|
|
300
300
|
get dateAriaDescription() {
|
|
301
|
-
return
|
|
301
|
+
return DatePicker.i18nBundle.getText(i18nDefaults.DATEPICKER_DATE_DESCRIPTION);
|
|
302
302
|
}
|
|
303
303
|
get _shouldHideHeader() {
|
|
304
304
|
return false;
|
|
@@ -59,7 +59,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Render', 'sap/ui/webc/common/
|
|
|
59
59
|
return this.placeholder !== undefined ? this.placeholder : `${this._displayFormat} ${this._effectiveDelimiter} ${this._displayFormat}`;
|
|
60
60
|
}
|
|
61
61
|
get dateAriaDescription() {
|
|
62
|
-
return
|
|
62
|
+
return DateRangePicker.i18nBundle.getText(i18nDefaults.DATERANGE_DESCRIPTION);
|
|
63
63
|
}
|
|
64
64
|
async _onInputSubmit(event) {
|
|
65
65
|
const input = this._getInput();
|
|
@@ -101,16 +101,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
|
|
|
101
101
|
return "date-time";
|
|
102
102
|
}
|
|
103
103
|
get btnOKLabel() {
|
|
104
|
-
return
|
|
104
|
+
return DateTimePicker.i18nBundle.getText(i18nDefaults.TIMEPICKER_SUBMIT_BUTTON);
|
|
105
105
|
}
|
|
106
106
|
get btnCancelLabel() {
|
|
107
|
-
return
|
|
107
|
+
return DateTimePicker.i18nBundle.getText(i18nDefaults.TIMEPICKER_CANCEL_BUTTON);
|
|
108
108
|
}
|
|
109
109
|
get btnDateLabel() {
|
|
110
|
-
return
|
|
110
|
+
return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_DATE_BUTTON);
|
|
111
111
|
}
|
|
112
112
|
get btnTimeLabel() {
|
|
113
|
-
return
|
|
113
|
+
return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_PICKER_TIME_BUTTON);
|
|
114
114
|
}
|
|
115
115
|
get showFooter() {
|
|
116
116
|
return true;
|
|
@@ -125,18 +125,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap
|
|
|
125
125
|
return super.phone || this._phoneMode;
|
|
126
126
|
}
|
|
127
127
|
get dateAriaDescription() {
|
|
128
|
-
return
|
|
128
|
+
return DateTimePicker.i18nBundle.getText(i18nDefaults.DATETIME_DESCRIPTION);
|
|
129
129
|
}
|
|
130
130
|
get _shouldHideHeader() {
|
|
131
131
|
return true;
|
|
132
132
|
}
|
|
133
133
|
onSelectedDatesChange(event) {
|
|
134
134
|
event.preventDefault();
|
|
135
|
+
const dateTimePickerContent = event.path ? event.path[1] : event.composedPath()[1];
|
|
135
136
|
this._previewValues = {
|
|
136
137
|
...this._previewValues,
|
|
137
138
|
calendarTimestamp: event.detail.timestamp,
|
|
138
139
|
calendarValue: event.detail.values[0],
|
|
139
|
-
timeSelectionValue:
|
|
140
|
+
timeSelectionValue: dateTimePickerContent.lastChild.value,
|
|
140
141
|
};
|
|
141
142
|
}
|
|
142
143
|
onTimeSelectionChange(event) {
|
|
@@ -70,8 +70,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
70
70
|
const firstDayOfWeek = this._getFirstDayOfWeek();
|
|
71
71
|
const monthsNames = localeData.getMonths("wide", this._primaryCalendarType);
|
|
72
72
|
const secondaryMonthsNames = this.hasSecondaryCalendarType && localeData.getMonths("wide", this.secondaryCalendarType);
|
|
73
|
-
const nonWorkingDayLabel =
|
|
74
|
-
const todayLabel =
|
|
73
|
+
const nonWorkingDayLabel = DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_NON_WORKING_DAY);
|
|
74
|
+
const todayLabel = DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_TODAY);
|
|
75
75
|
const tempDate = this._getFirstDay();
|
|
76
76
|
const todayDate = CalendarDate__default.fromLocalJSDate(new Date(), this._primaryCalendarType);
|
|
77
77
|
const calendarDate = this._calendarDate;
|
|
@@ -96,7 +96,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
96
96
|
const nonWorkingAriaLabel = isWeekend ? `${nonWorkingDayLabel} ` : "";
|
|
97
97
|
const todayAriaLabel = isToday ? `${todayLabel} ` : "";
|
|
98
98
|
const ariaLabel = this.hasSecondaryCalendarType
|
|
99
|
-
? `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()} ${secondaryMonthsNames[tempSecondDate.getMonth()]} ${tempSecondDate.getDate()}, ${tempSecondDate.getYear()}`
|
|
99
|
+
? `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()}; ${secondaryMonthsNames[tempSecondDate.getMonth()]} ${tempSecondDate.getDate()}, ${tempSecondDate.getYear()}`
|
|
100
100
|
: `${todayAriaLabel}${nonWorkingAriaLabel}${monthsNames[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getYear()}`;
|
|
101
101
|
const day = {
|
|
102
102
|
timestamp: timestamp.toString(),
|
|
@@ -161,7 +161,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
161
161
|
this._dayNames = [];
|
|
162
162
|
this._dayNames.push({
|
|
163
163
|
classes: "ui5-dp-dayname",
|
|
164
|
-
name:
|
|
164
|
+
name: DayPicker.i18nBundle.getText(i18nDefaults.DAY_PICKER_WEEK_NUMBER_TEXT),
|
|
165
165
|
});
|
|
166
166
|
for (let i = 0; i < DAYS_IN_WEEK; i++) {
|
|
167
167
|
dayOfTheWeek = i + this._getFirstDayOfWeek();
|
|
@@ -453,6 +453,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/locale/getLocale', 'sap/ui/we
|
|
|
453
453
|
},
|
|
454
454
|
};
|
|
455
455
|
}
|
|
456
|
+
get ariaRoledescription() {
|
|
457
|
+
return this.hasSecondaryCalendarType
|
|
458
|
+
? `${this._primaryCalendarType} calendar with secondary ${this.secondaryCalendarType} calendar`
|
|
459
|
+
: `${this._primaryCalendarType} calendar`;
|
|
460
|
+
}
|
|
456
461
|
}
|
|
457
462
|
DayPicker.define();
|
|
458
463
|
|
|
@@ -107,12 +107,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
|
|
|
107
107
|
_show() {
|
|
108
108
|
super._show();
|
|
109
109
|
this._center();
|
|
110
|
-
this._attachResizeHandlers();
|
|
111
110
|
}
|
|
112
111
|
onBeforeRendering() {
|
|
113
112
|
this._isRTL = this.effectiveDir === "rtl";
|
|
114
113
|
this.onPhone = Device.isPhone();
|
|
115
114
|
this.onDesktop = Device.isDesktop();
|
|
115
|
+
this._detachResizeHandlers();
|
|
116
|
+
}
|
|
117
|
+
onAfterRendering() {
|
|
118
|
+
this._attachResizeHandlers();
|
|
116
119
|
}
|
|
117
120
|
onExitDOM() {
|
|
118
121
|
super.onExitDOM();
|
|
@@ -121,10 +124,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
|
|
|
121
124
|
_attachResizeHandlers() {
|
|
122
125
|
ResizeHandler__default.register(this, this._screenResizeHandler);
|
|
123
126
|
ResizeHandler__default.register(document.body, this._screenResizeHandler);
|
|
127
|
+
this._resizeHandlersAttached = true;
|
|
124
128
|
}
|
|
125
129
|
_detachResizeHandlers() {
|
|
126
|
-
|
|
127
|
-
|
|
130
|
+
if (this._resizeHandlersAttached) {
|
|
131
|
+
ResizeHandler__default.deregister(this, this._screenResizeHandler);
|
|
132
|
+
ResizeHandler__default.deregister(document.body, this._screenResizeHandler);
|
|
133
|
+
this._resizeHandlersAttached = false;
|
|
134
|
+
}
|
|
128
135
|
}
|
|
129
136
|
_center() {
|
|
130
137
|
const height = window.innerHeight - this.offsetHeight,
|
|
@@ -239,7 +246,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/
|
|
|
239
246
|
style = window.getComputedStyle(this),
|
|
240
247
|
minWidth = Number.parseFloat(style.minWidth),
|
|
241
248
|
minHeight = Number.parseFloat(style.minHeight),
|
|
242
|
-
maxWidth =
|
|
249
|
+
maxWidth = window.innerWidth - left,
|
|
243
250
|
maxHeight = window.innerHeight - top;
|
|
244
251
|
let width = Number.parseFloat(style.width),
|
|
245
252
|
height = Number.parseFloat(style.height);
|
|
@@ -128,7 +128,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/
|
|
|
128
128
|
return parseInt(this.maxValue.split(":")[2]);
|
|
129
129
|
}
|
|
130
130
|
get dateAriaDescription() {
|
|
131
|
-
return
|
|
131
|
+
return DurationPicker.i18nBundle.getText(i18nDefaults.DURATION_INPUT_DESCRIPTION);
|
|
132
132
|
}
|
|
133
133
|
get accInfo() {
|
|
134
134
|
return {
|
|
@@ -87,7 +87,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
87
87
|
if (this._canUseNativeFormSupport) {
|
|
88
88
|
this._internals = this.attachInternals();
|
|
89
89
|
}
|
|
90
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
91
90
|
}
|
|
92
91
|
_onmouseover() {
|
|
93
92
|
this.content.forEach(item => {
|
|
@@ -99,14 +98,21 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
99
98
|
item.classList.remove("ui5_hovered");
|
|
100
99
|
});
|
|
101
100
|
}
|
|
101
|
+
_onclick(event) {
|
|
102
|
+
if (event.isMarked === "button") {
|
|
103
|
+
this._input.click(event);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
102
106
|
_onkeydown(event) {
|
|
103
107
|
if (Keys.isEnter(event)) {
|
|
104
108
|
this._input.click(event);
|
|
109
|
+
event.preventDefault();
|
|
105
110
|
}
|
|
106
111
|
}
|
|
107
112
|
_onkeyup(event) {
|
|
108
113
|
if (Keys.isSpace(event)) {
|
|
109
114
|
this._input.click(event);
|
|
115
|
+
event.preventDefault();
|
|
110
116
|
}
|
|
111
117
|
}
|
|
112
118
|
_onfocusin() {
|
|
@@ -197,10 +203,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
197
203
|
return this.emptyInput.files;
|
|
198
204
|
}
|
|
199
205
|
get browseText() {
|
|
200
|
-
return
|
|
206
|
+
return FileUploader.i18nBundle.getText(i18nDefaults.FILEUPLOAD_BROWSE);
|
|
201
207
|
}
|
|
202
208
|
get titleText() {
|
|
203
|
-
return
|
|
209
|
+
return FileUploader.i18nBundle.getText(i18nDefaults.FILEUPLOADER_TITLE);
|
|
204
210
|
}
|
|
205
211
|
get _canUseNativeFormSupport() {
|
|
206
212
|
return !!this.attachInternals;
|
|
@@ -215,12 +221,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
215
221
|
return "file";
|
|
216
222
|
}
|
|
217
223
|
get valueStateTextMappings() {
|
|
218
|
-
const i18nBundle = this.i18nBundle;
|
|
219
224
|
return {
|
|
220
|
-
"Success": i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
|
|
221
|
-
"Information": i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
|
|
222
|
-
"Error": i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
|
|
223
|
-
"Warning": i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
|
|
225
|
+
"Success": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_SUCCESS),
|
|
226
|
+
"Information": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_INFORMATION),
|
|
227
|
+
"Error": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_ERROR),
|
|
228
|
+
"Warning": FileUploader.i18nBundle.getText(i18nDefaults.VALUE_STATE_WARNING),
|
|
224
229
|
};
|
|
225
230
|
}
|
|
226
231
|
get valueStateText() {
|
|
@@ -266,7 +271,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
266
271
|
return [Input, Popover];
|
|
267
272
|
}
|
|
268
273
|
static async onDefine() {
|
|
269
|
-
await i18nBundle.
|
|
274
|
+
FileUploader.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
270
275
|
}
|
|
271
276
|
}
|
|
272
277
|
FileUploader.define();
|