@ui5/webcomponents 2.0.0-rc.6 → 2.0.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/CHANGELOG.md +150 -0
- package/README.md +1 -4
- package/dist/.tsbuildinfo +1 -1
- package/dist/Avatar.d.ts +13 -18
- package/dist/Avatar.js +77 -17
- package/dist/Avatar.js.map +1 -1
- package/dist/AvatarGroup.d.ts +1 -1
- package/dist/AvatarGroup.js +21 -3
- package/dist/AvatarGroup.js.map +1 -1
- package/dist/Bar.d.ts +1 -1
- package/dist/Bar.js +7 -2
- package/dist/Bar.js.map +1 -1
- package/dist/Breadcrumbs.d.ts +1 -1
- package/dist/Breadcrumbs.js +25 -5
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/BreadcrumbsItem.d.ts +3 -3
- package/dist/BreadcrumbsItem.js +1 -1
- package/dist/BreadcrumbsItem.js.map +1 -1
- package/dist/BusyIndicator.d.ts +5 -5
- package/dist/BusyIndicator.js +33 -5
- package/dist/BusyIndicator.js.map +1 -1
- package/dist/Button.d.ts +9 -9
- package/dist/Button.js +107 -7
- package/dist/Button.js.map +1 -1
- package/dist/Calendar.d.ts +46 -7
- package/dist/Calendar.js +143 -16
- package/dist/Calendar.js.map +1 -1
- package/dist/CalendarDate.d.ts +1 -0
- package/dist/CalendarDate.js +11 -0
- package/dist/CalendarDate.js.map +1 -1
- package/dist/CalendarDateRange.d.ts +1 -0
- package/dist/CalendarDateRange.js +18 -0
- package/dist/CalendarDateRange.js.map +1 -1
- package/dist/CalendarLegend.js +24 -0
- package/dist/CalendarLegend.js.map +1 -1
- package/dist/CalendarLegendItem.d.ts +2 -2
- package/dist/CalendarLegendItem.js +16 -2
- package/dist/CalendarLegendItem.js.map +1 -1
- package/dist/CalendarPart.js +1 -2
- package/dist/CalendarPart.js.map +1 -1
- package/dist/Card.d.ts +4 -4
- package/dist/Card.js.map +1 -1
- package/dist/CardHeader.d.ts +6 -6
- package/dist/CardHeader.js +20 -2
- package/dist/CardHeader.js.map +1 -1
- package/dist/Carousel.d.ts +9 -9
- package/dist/Carousel.js +104 -14
- package/dist/Carousel.js.map +1 -1
- package/dist/CheckBox.d.ts +9 -9
- package/dist/CheckBox.js +85 -3
- package/dist/CheckBox.js.map +1 -1
- package/dist/ColorPalette.d.ts +2 -4
- package/dist/ColorPalette.js +34 -17
- package/dist/ColorPalette.js.map +1 -1
- package/dist/ColorPaletteItem.d.ts +3 -3
- package/dist/ColorPaletteItem.js +37 -5
- package/dist/ColorPaletteItem.js.map +1 -1
- package/dist/ColorPalettePopover.js +30 -4
- package/dist/ColorPalettePopover.js.map +1 -1
- package/dist/ColorPicker.d.ts +3 -3
- package/dist/ColorPicker.js +49 -8
- package/dist/ColorPicker.js.map +1 -1
- package/dist/ComboBox.d.ts +12 -11
- package/dist/ComboBox.js +108 -12
- package/dist/ComboBox.js.map +1 -1
- package/dist/ComboBoxItem.d.ts +4 -4
- package/dist/ComboBoxItem.js +18 -0
- package/dist/ComboBoxItem.js.map +1 -1
- package/dist/ComboBoxItemGroup.d.ts +2 -2
- package/dist/ComboBoxItemGroup.js +9 -1
- package/dist/ComboBoxItemGroup.js.map +1 -1
- package/dist/DateComponentBase.d.ts +3 -3
- package/dist/DateComponentBase.js +20 -3
- package/dist/DateComponentBase.js.map +1 -1
- package/dist/DatePicker.d.ts +7 -7
- package/dist/DatePicker.js +58 -4
- package/dist/DatePicker.js.map +1 -1
- package/dist/DateRangePicker.d.ts +2 -2
- package/dist/DateRangePicker.js +11 -4
- package/dist/DateRangePicker.js.map +1 -1
- package/dist/DateTimePicker.js +25 -2
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/DayPicker.js +52 -18
- package/dist/DayPicker.js.map +1 -1
- package/dist/Dialog.d.ts +2 -2
- package/dist/Dialog.js +48 -2
- package/dist/Dialog.js.map +1 -1
- package/dist/DropIndicator.js +31 -4
- package/dist/DropIndicator.js.map +1 -1
- package/dist/FileUploader.d.ts +5 -5
- package/dist/FileUploader.js +43 -2
- package/dist/FileUploader.js.map +1 -1
- package/dist/Filters.js +2 -2
- package/dist/Filters.js.map +1 -1
- package/dist/Form.d.ts +5 -3
- package/dist/Form.js +65 -15
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +4 -3
- package/dist/FormGroup.js +19 -11
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormItem.d.ts +2 -1
- package/dist/FormItem.js +15 -5
- package/dist/FormItem.js.map +1 -1
- package/dist/Icon.d.ts +5 -5
- package/dist/Icon.js +38 -6
- package/dist/Icon.js.map +1 -1
- package/dist/Input.d.ts +34 -39
- package/dist/Input.js +197 -78
- package/dist/Input.js.map +1 -1
- package/dist/Label.d.ts +3 -3
- package/dist/Label.js +30 -2
- package/dist/Label.js.map +1 -1
- package/dist/Link.d.ts +19 -19
- package/dist/Link.js +59 -8
- package/dist/Link.js.map +1 -1
- package/dist/List.d.ts +17 -17
- package/dist/List.js +73 -12
- package/dist/List.js.map +1 -1
- package/dist/ListItem.d.ts +10 -4
- package/dist/ListItem.js +63 -6
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBase.d.ts +3 -3
- package/dist/ListItemBase.js +41 -1
- package/dist/ListItemBase.js.map +1 -1
- package/dist/ListItemCustom.d.ts +2 -2
- package/dist/ListItemCustom.js +10 -0
- package/dist/ListItemCustom.js.map +1 -1
- package/dist/ListItemGroup.d.ts +4 -4
- package/dist/ListItemGroup.js +9 -1
- package/dist/ListItemGroup.js.map +1 -1
- package/dist/ListItemGroupHeader.d.ts +2 -2
- package/dist/ListItemGroupHeader.js.map +1 -1
- package/dist/ListItemStandard.d.ts +14 -24
- package/dist/ListItemStandard.js +48 -15
- package/dist/ListItemStandard.js.map +1 -1
- package/dist/Menu.d.ts +23 -9
- package/dist/Menu.js +49 -15
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItem.d.ts +20 -20
- package/dist/MenuItem.js +42 -8
- package/dist/MenuItem.js.map +1 -1
- package/dist/MenuSeparator.d.ts +25 -0
- package/dist/MenuSeparator.js +59 -0
- package/dist/MenuSeparator.js.map +1 -0
- package/dist/MessageStrip.d.ts +1 -0
- package/dist/MessageStrip.js +46 -6
- package/dist/MessageStrip.js.map +1 -1
- package/dist/MonthPicker.js +14 -7
- package/dist/MonthPicker.js.map +1 -1
- package/dist/MultiComboBox.d.ts +30 -23
- package/dist/MultiComboBox.js +206 -109
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxItem.js +8 -0
- package/dist/MultiComboBoxItem.js.map +1 -1
- package/dist/MultiComboBoxItemGroup.d.ts +2 -2
- package/dist/MultiComboBoxItemGroup.js +1 -1
- package/dist/MultiComboBoxItemGroup.js.map +1 -1
- package/dist/MultiInput.d.ts +4 -4
- package/dist/MultiInput.js +18 -2
- package/dist/MultiInput.js.map +1 -1
- package/dist/NavigationMenuItem.d.ts +5 -5
- package/dist/NavigationMenuItem.js.map +1 -1
- package/dist/Option.d.ts +14 -8
- package/dist/Option.js +4 -1
- package/dist/Option.js.map +1 -1
- package/dist/OptionCustom.d.ts +12 -6
- package/dist/OptionCustom.js +4 -1
- package/dist/OptionCustom.js.map +1 -1
- package/dist/Panel.d.ts +7 -7
- package/dist/Panel.js +64 -4
- package/dist/Panel.js.map +1 -1
- package/dist/Popover.d.ts +2 -2
- package/dist/Popover.js +71 -11
- package/dist/Popover.js.map +1 -1
- package/dist/Popup.d.ts +5 -5
- package/dist/Popup.js +46 -4
- package/dist/Popup.js.map +1 -1
- package/dist/ProgressIndicator.d.ts +4 -4
- package/dist/ProgressIndicator.js +24 -4
- package/dist/ProgressIndicator.js.map +1 -1
- package/dist/RadioButton.d.ts +11 -11
- package/dist/RadioButton.js +78 -5
- package/dist/RadioButton.js.map +1 -1
- package/dist/RangeSlider.js +22 -3
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RatingIndicator.d.ts +6 -6
- package/dist/RatingIndicator.js +55 -6
- package/dist/RatingIndicator.js.map +1 -1
- package/dist/ResponsivePopover.js +19 -0
- package/dist/ResponsivePopover.js.map +1 -1
- package/dist/SegmentedButton.d.ts +2 -0
- package/dist/SegmentedButton.js +15 -3
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +9 -9
- package/dist/SegmentedButtonItem.js +49 -7
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/Select.d.ts +8 -9
- package/dist/Select.js +60 -11
- package/dist/Select.js.map +1 -1
- package/dist/Slider.js +9 -2
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +4 -4
- package/dist/SliderBase.js +61 -7
- package/dist/SliderBase.js.map +1 -1
- package/dist/SpecialCalendarDate.d.ts +11 -4
- package/dist/SpecialCalendarDate.js +23 -5
- package/dist/SpecialCalendarDate.js.map +1 -1
- package/dist/SplitButton.d.ts +3 -3
- package/dist/SplitButton.js +54 -4
- package/dist/SplitButton.js.map +1 -1
- package/dist/StepInput.d.ts +8 -8
- package/dist/StepInput.js +70 -19
- package/dist/StepInput.js.map +1 -1
- package/dist/SuggestionItem.d.ts +16 -60
- package/dist/SuggestionItem.js +26 -27
- package/dist/SuggestionItem.js.map +1 -1
- package/dist/SuggestionItemCustom.d.ts +31 -0
- package/dist/SuggestionItemCustom.js +48 -0
- package/dist/SuggestionItemCustom.js.map +1 -0
- package/dist/SuggestionItemGroup.d.ts +19 -0
- package/dist/SuggestionItemGroup.js +35 -0
- package/dist/SuggestionItemGroup.js.map +1 -0
- package/dist/SuggestionListItem.d.ts +1 -1
- package/dist/Switch.d.ts +17 -17
- package/dist/Switch.js +40 -2
- package/dist/Switch.js.map +1 -1
- package/dist/Tab.d.ts +10 -10
- package/dist/Tab.js +41 -2
- package/dist/Tab.js.map +1 -1
- package/dist/TabContainer.d.ts +6 -6
- package/dist/TabContainer.js +81 -16
- package/dist/TabContainer.js.map +1 -1
- package/dist/Table.d.ts +23 -7
- package/dist/Table.js +71 -5
- package/dist/Table.js.map +1 -1
- package/dist/TableCell.d.ts +1 -0
- package/dist/TableCell.js +1 -0
- package/dist/TableCell.js.map +1 -1
- package/dist/TableCellBase.d.ts +2 -0
- package/dist/TableCellBase.js +7 -0
- package/dist/TableCellBase.js.map +1 -1
- package/dist/TableGrowing.d.ts +6 -5
- package/dist/TableGrowing.js +27 -1
- package/dist/TableGrowing.js.map +1 -1
- package/dist/TableHeaderCell.d.ts +1 -0
- package/dist/TableHeaderCell.js +42 -5
- package/dist/TableHeaderCell.js.map +1 -1
- package/dist/TableHeaderRow.d.ts +1 -0
- package/dist/TableHeaderRow.js +11 -0
- package/dist/TableHeaderRow.js.map +1 -1
- package/dist/TableNavigation.d.ts +3 -1
- package/dist/TableNavigation.js +25 -9
- package/dist/TableNavigation.js.map +1 -1
- package/dist/TableRow.d.ts +9 -0
- package/dist/TableRow.js +38 -0
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowBase.d.ts +3 -2
- package/dist/TableRowBase.js +16 -9
- package/dist/TableRowBase.js.map +1 -1
- package/dist/TableSelection.d.ts +27 -0
- package/dist/TableSelection.js +160 -6
- package/dist/TableSelection.js.map +1 -1
- package/dist/TableUtils.d.ts +7 -0
- package/dist/TableUtils.js +14 -0
- package/dist/TableUtils.js.map +1 -0
- package/dist/Tag.d.ts +2 -2
- package/dist/Tag.js +64 -6
- package/dist/Tag.js.map +1 -1
- package/dist/Text.js +10 -2
- package/dist/Text.js.map +1 -1
- package/dist/TextArea.d.ts +9 -9
- package/dist/TextArea.js +97 -7
- package/dist/TextArea.js.map +1 -1
- package/dist/TimePicker.d.ts +9 -9
- package/dist/TimePicker.js +41 -4
- package/dist/TimePicker.js.map +1 -1
- package/dist/TimePickerClock.d.ts +1 -1
- package/dist/TimePickerClock.js +121 -14
- package/dist/TimePickerClock.js.map +1 -1
- package/dist/TimePickerInternals.d.ts +4 -4
- package/dist/TimePickerInternals.js +33 -11
- package/dist/TimePickerInternals.js.map +1 -1
- package/dist/TimeSelectionClocks.js +15 -0
- package/dist/TimeSelectionClocks.js.map +1 -1
- package/dist/TimeSelectionInputs.d.ts +2 -2
- package/dist/TimeSelectionInputs.js +6 -3
- package/dist/TimeSelectionInputs.js.map +1 -1
- package/dist/Title.d.ts +1 -1
- package/dist/Title.js +20 -3
- package/dist/Title.js.map +1 -1
- package/dist/Toast.d.ts +1 -7
- package/dist/Toast.js +52 -23
- package/dist/Toast.js.map +1 -1
- package/dist/ToggleButton.js +9 -0
- package/dist/ToggleButton.js.map +1 -1
- package/dist/ToggleSpinButton.d.ts +1 -1
- package/dist/ToggleSpinButton.js +22 -4
- package/dist/ToggleSpinButton.js.map +1 -1
- package/dist/Token.d.ts +2 -2
- package/dist/Token.js +49 -1
- package/dist/Token.js.map +1 -1
- package/dist/Tokenizer.d.ts +2 -1
- package/dist/Tokenizer.js +73 -10
- package/dist/Tokenizer.js.map +1 -1
- package/dist/Toolbar.d.ts +6 -6
- package/dist/Toolbar.js +23 -8
- package/dist/Toolbar.js.map +1 -1
- package/dist/ToolbarButton.d.ts +11 -11
- package/dist/ToolbarButton.js +39 -6
- package/dist/ToolbarButton.js.map +1 -1
- package/dist/ToolbarItem.d.ts +1 -1
- package/dist/ToolbarItem.js +18 -2
- package/dist/ToolbarItem.js.map +1 -1
- package/dist/ToolbarSelect.d.ts +5 -5
- package/dist/ToolbarSelect.js +16 -4
- package/dist/ToolbarSelect.js.map +1 -1
- package/dist/ToolbarSelectOption.js +9 -0
- package/dist/ToolbarSelectOption.js.map +1 -1
- package/dist/ToolbarSeparator.js +4 -0
- package/dist/ToolbarSeparator.js.map +1 -1
- package/dist/ToolbarSpacer.js +1 -2
- package/dist/ToolbarSpacer.js.map +1 -1
- package/dist/Tree.d.ts +12 -12
- package/dist/Tree.js +11 -2
- package/dist/Tree.js.map +1 -1
- package/dist/TreeItem.d.ts +5 -5
- package/dist/TreeItem.js +1 -1
- package/dist/TreeItem.js.map +1 -1
- package/dist/TreeItemBase.d.ts +5 -5
- package/dist/TreeItemBase.js +61 -6
- package/dist/TreeItemBase.js.map +1 -1
- package/dist/TreeItemCustom.js +9 -0
- package/dist/TreeItemCustom.js.map +1 -1
- package/dist/YearPicker.js +14 -7
- package/dist/YearPicker.js.map +1 -1
- package/dist/bundle.common.bootstrap.d.ts +1 -1
- package/dist/bundle.esm.d.ts +3 -1
- package/dist/bundle.esm.js +4 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItem.css +1 -1
- package/dist/css/themes/FormLabelSpan.css +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/ListItemCustom.css +1 -1
- package/dist/css/themes/ListItemGroup.css +1 -1
- package/dist/css/themes/ListItemGroupHeader.css +1 -1
- package/dist/css/themes/ListItemIcon.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuItem.css +1 -1
- package/dist/css/themes/MenuSeparator.css +1 -0
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/NavigationMenu.css +1 -1
- package/dist/css/themes/NavigationMenuItem.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/SegmentedButtonItem.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/SuggestionItem.css +1 -0
- package/dist/css/themes/SuggestionItemCustom.css +1 -0
- package/dist/css/themes/Suggestions.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/Table.css +1 -1
- package/dist/css/themes/TableCellBase.css +1 -1
- package/dist/css/themes/TableHeaderRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Tag.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +1748 -1765
- package/dist/custom-elements.json +1476 -1532
- package/dist/features/InputSuggestions.d.ts +22 -48
- package/dist/features/InputSuggestions.js +63 -106
- package/dist/features/InputSuggestions.js.map +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/templates/AvatarTemplate.lit.js +1 -1
- package/dist/generated/templates/AvatarTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CalendarHeaderTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/CalendarHeaderTemplate.lit.js +3 -3
- package/dist/generated/templates/CalendarHeaderTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CalendarTemplate.lit.js +4 -2
- package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/InputPopoverTemplate.lit.js +8 -12
- package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/InputTemplate.lit.js +8 -12
- package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListItemStandardTemplate.lit.js +18 -20
- package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MenuSeparatorTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/MenuSeparatorTemplate.lit.js +5 -0
- package/dist/generated/templates/MenuSeparatorTemplate.lit.js.map +1 -0
- package/dist/generated/templates/MessageStripTemplate.lit.js +1 -1
- package/dist/generated/templates/MessageStripTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +11 -11
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +11 -11
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js +7 -11
- package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SuggestionItemCustomTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js +5 -0
- package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +1 -0
- package/dist/generated/templates/SuggestionItemGroupTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js +8 -0
- package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +1 -0
- package/dist/generated/templates/SuggestionItemTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/SuggestionItemTemplate.lit.js +6 -0
- package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +1 -0
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +21 -23
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabContainerTemplate.lit.js +2 -2
- package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableHeaderRowTemplate.lit.js +2 -2
- package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableRowTemplate.lit.js +6 -5
- package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableTemplate.lit.js +6 -6
- package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToastTemplate.lit.js +1 -1
- package/dist/generated/templates/ToastTemplate.lit.js.map +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/Avatar.css.js.map +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Button.css.js.map +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js.map +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegend.css.js +1 -1
- package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Form.css.js +1 -1
- package/dist/generated/themes/Form.css.js.map +1 -1
- package/dist/generated/themes/FormItem.css.js +1 -1
- package/dist/generated/themes/FormItem.css.js.map +1 -1
- package/dist/generated/themes/FormLabelSpan.css.js +1 -1
- package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Icon.css.js.map +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/Link.css.js.map +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/List.css.js.map +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/ListItemCustom.css.js +1 -1
- package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroup.css.js +1 -1
- package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
- package/dist/generated/themes/ListItemIcon.css.js +1 -1
- package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuItem.css.js +1 -1
- package/dist/generated/themes/MenuItem.css.js.map +1 -1
- package/dist/generated/themes/MenuSeparator.css.d.ts +3 -0
- package/dist/generated/themes/MenuSeparator.css.js +9 -0
- package/dist/generated/themes/MenuSeparator.css.js.map +1 -0
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MonthPicker.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItem.css.d.ts +3 -0
- package/dist/generated/themes/SuggestionItem.css.js +9 -0
- package/dist/generated/themes/SuggestionItem.css.js.map +1 -0
- package/dist/generated/themes/SuggestionItemCustom.css.d.ts +3 -0
- package/dist/generated/themes/SuggestionItemCustom.css.js +9 -0
- package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -0
- package/dist/generated/themes/Suggestions.css.js +1 -1
- package/dist/generated/themes/Suggestions.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/Switch.css.js.map +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCellBase.css.js +1 -1
- package/dist/generated/themes/TableCellBase.css.js.map +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/TableRowBase.css.js +1 -1
- package/dist/generated/themes/TableRowBase.css.js.map +1 -1
- package/dist/generated/themes/Tag.css.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js.map +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Token.css.js.map +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js.map +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js.map +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/types/IconMode.d.ts +4 -4
- package/dist/types/IconMode.js +4 -4
- package/dist/types/IconMode.js.map +1 -1
- package/dist/types/{ListSeparators.d.ts → ListSeparator.d.ts} +3 -2
- package/dist/types/{ListSeparators.js → ListSeparator.js} +9 -8
- package/dist/types/ListSeparator.js.map +1 -0
- package/dist/vscode.html-custom-data.json +64 -80
- package/dist/web-types.json +511 -518
- package/package.json +11 -9
- package/src/Avatar.hbs +1 -1
- package/src/Calendar.hbs +3 -19
- package/src/CalendarHeader.hbs +10 -10
- package/src/ComboBoxPopover.hbs +1 -1
- package/src/InputPopover.hbs +1 -22
- package/src/ListItemStandard.hbs +3 -9
- package/src/MenuSeparator.hbs +6 -0
- package/src/MessageStrip.hbs +1 -1
- package/src/MultiComboBox.hbs +1 -0
- package/src/MultiComboBoxPopover.hbs +14 -7
- package/src/SuggestionItem.hbs +14 -0
- package/src/SuggestionItemCustom.hbs +5 -0
- package/src/SuggestionItemGroup.hbs +1 -0
- package/src/TabContainer.hbs +2 -2
- package/src/Table.hbs +6 -12
- package/src/TableHeaderRow.hbs +2 -1
- package/src/TableRow.hbs +6 -2
- package/src/Toast.hbs +1 -1
- package/src/i18n/messagebundle_ar.properties +15 -2
- package/src/i18n/messagebundle_bg.properties +15 -2
- package/src/i18n/messagebundle_ca.properties +31 -18
- package/src/i18n/messagebundle_cnr.properties +15 -2
- package/src/i18n/messagebundle_cs.properties +15 -2
- package/src/i18n/messagebundle_cy.properties +25 -12
- package/src/i18n/messagebundle_da.properties +15 -2
- package/src/i18n/messagebundle_de.properties +18 -5
- package/src/i18n/messagebundle_el.properties +15 -2
- package/src/i18n/messagebundle_en.properties +15 -2
- package/src/i18n/messagebundle_en_GB.properties +15 -2
- package/src/i18n/messagebundle_en_US_saprigi.properties +15 -2
- package/src/i18n/messagebundle_es.properties +15 -2
- package/src/i18n/messagebundle_es_MX.properties +18 -5
- package/src/i18n/messagebundle_et.properties +15 -2
- package/src/i18n/messagebundle_fi.properties +15 -2
- package/src/i18n/messagebundle_fr.properties +33 -20
- package/src/i18n/messagebundle_fr_CA.properties +33 -20
- package/src/i18n/messagebundle_hi.properties +15 -2
- package/src/i18n/messagebundle_hr.properties +15 -2
- package/src/i18n/messagebundle_hu.properties +15 -2
- package/src/i18n/messagebundle_id.properties +15 -2
- package/src/i18n/messagebundle_it.properties +19 -6
- package/src/i18n/messagebundle_iw.properties +17 -4
- package/src/i18n/messagebundle_ja.properties +15 -2
- package/src/i18n/messagebundle_kk.properties +19 -6
- package/src/i18n/messagebundle_ko.properties +18 -5
- package/src/i18n/messagebundle_lt.properties +15 -2
- package/src/i18n/messagebundle_lv.properties +15 -2
- package/src/i18n/messagebundle_mk.properties +15 -2
- package/src/i18n/messagebundle_ms.properties +15 -2
- package/src/i18n/messagebundle_nl.properties +15 -2
- package/src/i18n/messagebundle_no.properties +15 -2
- package/src/i18n/messagebundle_pl.properties +15 -2
- package/src/i18n/messagebundle_pt.properties +15 -2
- package/src/i18n/messagebundle_pt_PT.properties +15 -2
- package/src/i18n/messagebundle_ro.properties +15 -2
- package/src/i18n/messagebundle_ru.properties +15 -2
- package/src/i18n/messagebundle_sh.properties +15 -2
- package/src/i18n/messagebundle_sk.properties +15 -2
- package/src/i18n/messagebundle_sl.properties +15 -2
- package/src/i18n/messagebundle_sr.properties +15 -2
- package/src/i18n/messagebundle_sv.properties +15 -2
- package/src/i18n/messagebundle_th.properties +16 -3
- package/src/i18n/messagebundle_tr.properties +16 -3
- package/src/i18n/messagebundle_uk.properties +16 -3
- package/src/i18n/messagebundle_vi.properties +15 -2
- package/src/i18n/messagebundle_zh_CN.properties +15 -2
- package/src/i18n/messagebundle_zh_TW.properties +15 -2
- package/src/themes/Calendar.css +6 -5
- package/src/themes/CheckBox.css +3 -8
- package/src/themes/Link.css +2 -2
- package/src/themes/ListItem.css +9 -13
- package/src/themes/MenuItem.css +0 -4
- package/src/themes/MenuSeparator.css +11 -0
- package/src/themes/SegmentedButtonItem.css +2 -1
- package/src/themes/SuggestionItem.css +14 -0
- package/src/themes/SuggestionItemCustom.css +3 -0
- package/src/themes/Suggestions.css +0 -5
- package/src/themes/TabContainer.css +1 -1
- package/src/themes/Table.css +3 -2
- package/src/themes/TableRow.css +15 -1
- package/src/themes/Tag.css +5 -75
- package/src/themes/TextArea.css +2 -2
- package/src/themes/base/CheckBox-parameters.css +2 -4
- package/src/themes/base/Table-parameters.css +1 -0
- package/src/themes/base/Tag-parameters.css +2 -1
- package/src/themes/base/sizes-parameters.css +1 -2
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +0 -3
- package/src/themes/sap_fiori_3/Tag-parameters.css +5 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +0 -3
- package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +1 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +1 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +4 -0
- package/src/themes/sap_horizon/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon/RatingIndicator-parameters.css +5 -3
- package/src/themes/sap_horizon/sizes-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +5 -3
- package/src/themes/sap_horizon_dark/sizes-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -1
- package/src/themes/sap_horizon_hcb/RatingIndicator-parameters.css +5 -3
- package/src/themes/sap_horizon_hcb/sizes-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -1
- package/src/themes/sap_horizon_hcw/RatingIndicator-parameters.css +5 -3
- package/src/themes/sap_horizon_hcw/sizes-parameters.css +4 -0
- package/dist/CalendarHeader.d.ts +0 -80
- package/dist/CalendarHeader.js +0 -160
- package/dist/CalendarHeader.js.map +0 -1
- package/dist/SuggestionGroupItem.d.ts +0 -28
- package/dist/SuggestionGroupItem.js +0 -43
- package/dist/SuggestionGroupItem.js.map +0 -1
- package/dist/styles/Icon.css +0 -33
- package/dist/styles/Icon.module.css +0 -33
- package/dist/types/ListSeparators.js.map +0 -1
- package/src/styles/Icon.module.css +0 -1
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ui5/webcomponents",
|
|
4
|
-
"version": "2.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
{
|
|
25
25
|
"name": "icon",
|
|
26
26
|
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
27
|
-
"value": { "type": "string", "default": "
|
|
27
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "fallback-icon",
|
|
31
31
|
"description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
32
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
32
|
+
"value": { "type": "string", "default": "\"employee\"" }
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"name": "initials",
|
|
36
36
|
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
37
|
-
"value": { "type": "string", "default": "
|
|
37
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"name": "shape",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{
|
|
64
64
|
"name": "accessible-name",
|
|
65
65
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
66
|
-
"value": { "type": "string", "default": "
|
|
66
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"slots": [
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"name": "icon",
|
|
94
94
|
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
95
|
-
"value": { "type": "string" }
|
|
95
|
+
"value": { "type": "string | undefined" }
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "fallback-icon",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
{
|
|
103
103
|
"name": "initials",
|
|
104
104
|
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
105
|
-
"value": { "type": "string" }
|
|
105
|
+
"value": { "type": "string | undefined" }
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"name": "shape",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
{
|
|
125
125
|
"name": "accessible-name",
|
|
126
126
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
127
|
-
"value": { "type": "string" }
|
|
127
|
+
"value": { "type": "string | undefined" }
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
130
|
"events": []
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
{
|
|
312
312
|
"name": "href",
|
|
313
313
|
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
314
|
-
"value": { "type": "string", "default": "
|
|
314
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"name": "target",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
{
|
|
322
322
|
"name": "accessible-name",
|
|
323
323
|
"description": "Defines the accessible ARIA name of the item.",
|
|
324
|
-
"value": { "type": "string", "default": "undefined" }
|
|
324
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
325
325
|
}
|
|
326
326
|
],
|
|
327
327
|
"slots": [
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
{
|
|
337
337
|
"name": "href",
|
|
338
338
|
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
339
|
-
"value": { "type": "string" }
|
|
339
|
+
"value": { "type": "string | undefined" }
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"name": "target",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
{
|
|
347
347
|
"name": "accessible-name",
|
|
348
348
|
"description": "Defines the accessible ARIA name of the item.",
|
|
349
|
-
"value": { "type": "string" }
|
|
349
|
+
"value": { "type": "string | undefined" }
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
352
|
"events": []
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
{
|
|
361
361
|
"name": "text",
|
|
362
362
|
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
363
|
-
"value": { "type": "string", "default": "
|
|
363
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"name": "size",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
{
|
|
399
399
|
"name": "text",
|
|
400
400
|
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
401
|
-
"value": { "type": "string" }
|
|
401
|
+
"value": { "type": "string | undefined" }
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"name": "size",
|
|
@@ -445,12 +445,12 @@
|
|
|
445
445
|
{
|
|
446
446
|
"name": "icon",
|
|
447
447
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
448
|
-
"value": { "type": "string", "default": "
|
|
448
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"name": "end-icon",
|
|
452
452
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
453
|
-
"value": { "type": "string", "default": "
|
|
453
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"name": "submits",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
{
|
|
461
461
|
"name": "tooltip",
|
|
462
462
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
463
|
-
"value": { "type": "string", "default": "
|
|
463
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
"name": "accessible-name",
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
{
|
|
471
471
|
"name": "accessible-name-ref",
|
|
472
472
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
473
|
-
"value": { "type": "string", "default": "
|
|
473
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
476
|
"name": "type",
|
|
@@ -518,12 +518,12 @@
|
|
|
518
518
|
{
|
|
519
519
|
"name": "icon",
|
|
520
520
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
521
|
-
"value": { "type": "string" }
|
|
521
|
+
"value": { "type": "string | undefined" }
|
|
522
522
|
},
|
|
523
523
|
{
|
|
524
524
|
"name": "end-icon",
|
|
525
525
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
526
|
-
"value": { "type": "string" }
|
|
526
|
+
"value": { "type": "string | undefined" }
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"name": "submits",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
{
|
|
534
534
|
"name": "tooltip",
|
|
535
535
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
536
|
-
"value": { "type": "string" }
|
|
536
|
+
"value": { "type": "string | undefined" }
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
539
|
"name": "accessible-name",
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
{
|
|
544
544
|
"name": "accessible-name-ref",
|
|
545
545
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
546
|
-
"value": { "type": "string" }
|
|
546
|
+
"value": { "type": "string | undefined" }
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"name": "type",
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
568
|
"name": "ui5-calendar",
|
|
569
|
-
"description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date`.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
|
|
569
|
+
"description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
|
|
570
570
|
"doc-url": "",
|
|
571
571
|
"attributes": [
|
|
572
572
|
{
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
{
|
|
602
602
|
"name": "format-pattern",
|
|
603
603
|
"description": "Determines the format, displayed in the input field.",
|
|
604
|
-
"value": { "type": "string", "default": "
|
|
604
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"name": "min-date",
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"name": "default",
|
|
624
|
-
"description": "Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date
|
|
624
|
+
"description": "Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection."
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
627
|
"name": "specialDates",
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
{
|
|
664
664
|
"name": "format-pattern",
|
|
665
665
|
"description": "Determines the format, displayed in the input field.",
|
|
666
|
-
"value": { "type": "string" }
|
|
666
|
+
"value": { "type": "string | undefined" }
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
669
|
"name": "min-date",
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
{
|
|
808
808
|
"name": "text",
|
|
809
809
|
"description": "Defines the text content of the Calendar Legend Item.",
|
|
810
|
-
"value": { "type": "string", "default": "
|
|
810
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
811
811
|
},
|
|
812
812
|
{
|
|
813
813
|
"name": "type",
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
{
|
|
825
825
|
"name": "text",
|
|
826
826
|
"description": "Defines the text content of the Calendar Legend Item.",
|
|
827
|
-
"value": { "type": "string" }
|
|
827
|
+
"value": { "type": "string | undefined" }
|
|
828
828
|
},
|
|
829
829
|
{
|
|
830
830
|
"name": "type",
|
|
@@ -845,12 +845,12 @@
|
|
|
845
845
|
{
|
|
846
846
|
"name": "accessible-name",
|
|
847
847
|
"description": "Defines the accessible name of the component, which is used as the name of the card region and should be unique per card.\n\n**Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.",
|
|
848
|
-
"value": { "type": "string", "default": "
|
|
848
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
849
849
|
},
|
|
850
850
|
{
|
|
851
851
|
"name": "accessible-name-ref",
|
|
852
852
|
"description": "Defines the IDs of the elements that label the component.",
|
|
853
|
-
"value": { "type": "string", "default": "
|
|
853
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
854
854
|
}
|
|
855
855
|
],
|
|
856
856
|
"slots": [
|
|
@@ -869,12 +869,12 @@
|
|
|
869
869
|
{
|
|
870
870
|
"name": "accessible-name",
|
|
871
871
|
"description": "Defines the accessible name of the component, which is used as the name of the card region and should be unique per card.\n\n**Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.",
|
|
872
|
-
"value": { "type": "string" }
|
|
872
|
+
"value": { "type": "string | undefined" }
|
|
873
873
|
},
|
|
874
874
|
{
|
|
875
875
|
"name": "accessible-name-ref",
|
|
876
876
|
"description": "Defines the IDs of the elements that label the component.",
|
|
877
|
-
"value": { "type": "string" }
|
|
877
|
+
"value": { "type": "string | undefined" }
|
|
878
878
|
}
|
|
879
879
|
],
|
|
880
880
|
"events": []
|
|
@@ -888,17 +888,17 @@
|
|
|
888
888
|
{
|
|
889
889
|
"name": "title-text",
|
|
890
890
|
"description": "Defines the title text.",
|
|
891
|
-
"value": { "type": "string", "default": "
|
|
891
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
894
|
"name": "subtitle-text",
|
|
895
895
|
"description": "Defines the subtitle text.",
|
|
896
|
-
"value": { "type": "string", "default": "
|
|
896
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
897
897
|
},
|
|
898
898
|
{
|
|
899
899
|
"name": "additional-text",
|
|
900
900
|
"description": "Defines the additional text.",
|
|
901
|
-
"value": { "type": "string", "default": "
|
|
901
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"name": "interactive",
|
|
@@ -927,17 +927,17 @@
|
|
|
927
927
|
{
|
|
928
928
|
"name": "title-text",
|
|
929
929
|
"description": "Defines the title text.",
|
|
930
|
-
"value": { "type": "string" }
|
|
930
|
+
"value": { "type": "string | undefined" }
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"name": "subtitle-text",
|
|
934
934
|
"description": "Defines the subtitle text.",
|
|
935
|
-
"value": { "type": "string" }
|
|
935
|
+
"value": { "type": "string | undefined" }
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
938
|
"name": "additional-text",
|
|
939
939
|
"description": "Defines the additional text.",
|
|
940
|
-
"value": { "type": "string" }
|
|
940
|
+
"value": { "type": "string | undefined" }
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
943
|
"name": "interactive",
|
|
@@ -961,12 +961,12 @@
|
|
|
961
961
|
{
|
|
962
962
|
"name": "accessible-name",
|
|
963
963
|
"description": "Defines the accessible name of the component.",
|
|
964
|
-
"value": { "type": "string", "default": "
|
|
964
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
965
965
|
},
|
|
966
966
|
{
|
|
967
967
|
"name": "accessible-name-ref",
|
|
968
968
|
"description": "Defines the IDs of the elements that label the input.",
|
|
969
|
-
"value": { "type": "string", "default": "
|
|
969
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"name": "cyclic",
|
|
@@ -1000,19 +1000,25 @@
|
|
|
1000
1000
|
"name": "background-design",
|
|
1001
1001
|
"description": "Defines the carousel's background design.",
|
|
1002
1002
|
"value": {
|
|
1003
|
-
"type": "
|
|
1003
|
+
"type": "\"Transparent\" | \"Solid\" | \"Translucent\"",
|
|
1004
1004
|
"default": "\"Translucent\""
|
|
1005
1005
|
}
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
"name": "page-indicator-background-design",
|
|
1009
1009
|
"description": "Defines the page indicator background design.",
|
|
1010
|
-
"value": {
|
|
1010
|
+
"value": {
|
|
1011
|
+
"type": "\"Transparent\" | \"Solid\" | \"Translucent\"",
|
|
1012
|
+
"default": "\"Solid\""
|
|
1013
|
+
}
|
|
1011
1014
|
},
|
|
1012
1015
|
{
|
|
1013
1016
|
"name": "page-indicator-border-design",
|
|
1014
1017
|
"description": "Defines the page indicator border design.",
|
|
1015
|
-
"value": {
|
|
1018
|
+
"value": {
|
|
1019
|
+
"type": "\"None\" | \"Solid\"",
|
|
1020
|
+
"default": "\"Solid\""
|
|
1021
|
+
}
|
|
1016
1022
|
},
|
|
1017
1023
|
{
|
|
1018
1024
|
"name": "arrows-placement",
|
|
@@ -1045,12 +1051,12 @@
|
|
|
1045
1051
|
{
|
|
1046
1052
|
"name": "accessible-name",
|
|
1047
1053
|
"description": "Defines the accessible name of the component.",
|
|
1048
|
-
"value": { "type": "string" }
|
|
1054
|
+
"value": { "type": "string | undefined" }
|
|
1049
1055
|
},
|
|
1050
1056
|
{
|
|
1051
1057
|
"name": "accessible-name-ref",
|
|
1052
1058
|
"description": "Defines the IDs of the elements that label the input.",
|
|
1053
|
-
"value": { "type": "string" }
|
|
1059
|
+
"value": { "type": "string | undefined" }
|
|
1054
1060
|
},
|
|
1055
1061
|
{
|
|
1056
1062
|
"name": "cyclic",
|
|
@@ -1080,17 +1086,21 @@
|
|
|
1080
1086
|
{
|
|
1081
1087
|
"name": "background-design",
|
|
1082
1088
|
"description": "Defines the carousel's background design.",
|
|
1083
|
-
"value": {
|
|
1089
|
+
"value": {
|
|
1090
|
+
"type": "\"Transparent\" | \"Solid\" | \"Translucent\""
|
|
1091
|
+
}
|
|
1084
1092
|
},
|
|
1085
1093
|
{
|
|
1086
1094
|
"name": "page-indicator-background-design",
|
|
1087
1095
|
"description": "Defines the page indicator background design.",
|
|
1088
|
-
"value": {
|
|
1096
|
+
"value": {
|
|
1097
|
+
"type": "\"Transparent\" | \"Solid\" | \"Translucent\""
|
|
1098
|
+
}
|
|
1089
1099
|
},
|
|
1090
1100
|
{
|
|
1091
1101
|
"name": "page-indicator-border-design",
|
|
1092
1102
|
"description": "Defines the page indicator border design.",
|
|
1093
|
-
"value": { "type": "
|
|
1103
|
+
"value": { "type": "\"None\" | \"Solid\"" }
|
|
1094
1104
|
},
|
|
1095
1105
|
{
|
|
1096
1106
|
"name": "arrows-placement",
|
|
@@ -1119,12 +1129,12 @@
|
|
|
1119
1129
|
{
|
|
1120
1130
|
"name": "accessible-name-ref",
|
|
1121
1131
|
"description": "Receives id(or many ids) of the elements that label the component",
|
|
1122
|
-
"value": { "type": "string", "default": "
|
|
1132
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1123
1133
|
},
|
|
1124
1134
|
{
|
|
1125
1135
|
"name": "accessible-name",
|
|
1126
1136
|
"description": "Defines the accessible ARIA name of the component.",
|
|
1127
|
-
"value": { "type": "string", "default": "
|
|
1137
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1128
1138
|
},
|
|
1129
1139
|
{
|
|
1130
1140
|
"name": "disabled",
|
|
@@ -1159,7 +1169,7 @@
|
|
|
1159
1169
|
{
|
|
1160
1170
|
"name": "text",
|
|
1161
1171
|
"description": "Defines the text of the component.",
|
|
1162
|
-
"value": { "type": "string", "default": "
|
|
1172
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1163
1173
|
},
|
|
1164
1174
|
{
|
|
1165
1175
|
"name": "value-state",
|
|
@@ -1180,7 +1190,7 @@
|
|
|
1180
1190
|
{
|
|
1181
1191
|
"name": "name",
|
|
1182
1192
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1183
|
-
"value": { "type": "string", "default": "
|
|
1193
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1184
1194
|
}
|
|
1185
1195
|
],
|
|
1186
1196
|
"events": [
|
|
@@ -1194,12 +1204,12 @@
|
|
|
1194
1204
|
{
|
|
1195
1205
|
"name": "accessible-name-ref",
|
|
1196
1206
|
"description": "Receives id(or many ids) of the elements that label the component",
|
|
1197
|
-
"value": { "type": "string" }
|
|
1207
|
+
"value": { "type": "string | undefined" }
|
|
1198
1208
|
},
|
|
1199
1209
|
{
|
|
1200
1210
|
"name": "accessible-name",
|
|
1201
1211
|
"description": "Defines the accessible ARIA name of the component.",
|
|
1202
|
-
"value": { "type": "string" }
|
|
1212
|
+
"value": { "type": "string | undefined" }
|
|
1203
1213
|
},
|
|
1204
1214
|
{
|
|
1205
1215
|
"name": "disabled",
|
|
@@ -1234,7 +1244,7 @@
|
|
|
1234
1244
|
{
|
|
1235
1245
|
"name": "text",
|
|
1236
1246
|
"description": "Defines the text of the component.",
|
|
1237
|
-
"value": { "type": "string" }
|
|
1247
|
+
"value": { "type": "string | undefined" }
|
|
1238
1248
|
},
|
|
1239
1249
|
{
|
|
1240
1250
|
"name": "value-state",
|
|
@@ -1251,7 +1261,7 @@
|
|
|
1251
1261
|
{
|
|
1252
1262
|
"name": "name",
|
|
1253
1263
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1254
|
-
"value": { "type": "string" }
|
|
1264
|
+
"value": { "type": "string | undefined" }
|
|
1255
1265
|
}
|
|
1256
1266
|
],
|
|
1257
1267
|
"events": [
|
|
@@ -1297,7 +1307,7 @@
|
|
|
1297
1307
|
{
|
|
1298
1308
|
"name": "value",
|
|
1299
1309
|
"description": "Defines the colour of the component.\n\n**Note:** The value should be a valid CSS color.",
|
|
1300
|
-
"value": { "type": "string
|
|
1310
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
1301
1311
|
},
|
|
1302
1312
|
{
|
|
1303
1313
|
"name": "selected",
|
|
@@ -1311,7 +1321,7 @@
|
|
|
1311
1321
|
{
|
|
1312
1322
|
"name": "value",
|
|
1313
1323
|
"description": "Defines the colour of the component.\n\n**Note:** The value should be a valid CSS color.",
|
|
1314
|
-
"value": { "type": "string
|
|
1324
|
+
"value": { "type": "string" }
|
|
1315
1325
|
},
|
|
1316
1326
|
{
|
|
1317
1327
|
"name": "selected",
|
|
@@ -1432,13 +1442,13 @@
|
|
|
1432
1442
|
"description": "Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.",
|
|
1433
1443
|
"value": {
|
|
1434
1444
|
"type": "string",
|
|
1435
|
-
"default": "\"rgba(255,
|
|
1445
|
+
"default": "\"rgba(255,255,255,1)\""
|
|
1436
1446
|
}
|
|
1437
1447
|
},
|
|
1438
1448
|
{
|
|
1439
1449
|
"name": "name",
|
|
1440
1450
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1441
|
-
"value": { "type": "string", "default": "
|
|
1451
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1442
1452
|
}
|
|
1443
1453
|
],
|
|
1444
1454
|
"events": [
|
|
@@ -1457,7 +1467,7 @@
|
|
|
1457
1467
|
{
|
|
1458
1468
|
"name": "name",
|
|
1459
1469
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1460
|
-
"value": { "type": "string" }
|
|
1470
|
+
"value": { "type": "string | undefined" }
|
|
1461
1471
|
}
|
|
1462
1472
|
],
|
|
1463
1473
|
"events": [
|
|
@@ -1481,7 +1491,7 @@
|
|
|
1481
1491
|
{
|
|
1482
1492
|
"name": "name",
|
|
1483
1493
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1484
|
-
"value": { "type": "string", "default": "
|
|
1494
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1485
1495
|
},
|
|
1486
1496
|
{
|
|
1487
1497
|
"name": "no-typeahead",
|
|
@@ -1491,7 +1501,7 @@
|
|
|
1491
1501
|
{
|
|
1492
1502
|
"name": "placeholder",
|
|
1493
1503
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
1494
|
-
"value": { "type": "string", "default": "
|
|
1504
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1495
1505
|
},
|
|
1496
1506
|
{
|
|
1497
1507
|
"name": "disabled",
|
|
@@ -1537,12 +1547,12 @@
|
|
|
1537
1547
|
{
|
|
1538
1548
|
"name": "accessible-name",
|
|
1539
1549
|
"description": "Defines the accessible ARIA name of the component.",
|
|
1540
|
-
"value": { "type": "string", "default": "
|
|
1550
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1541
1551
|
},
|
|
1542
1552
|
{
|
|
1543
1553
|
"name": "accessible-name-ref",
|
|
1544
1554
|
"description": "Receives id(or many ids) of the elements that label the component",
|
|
1545
|
-
"value": { "type": "string", "default": "
|
|
1555
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1546
1556
|
}
|
|
1547
1557
|
],
|
|
1548
1558
|
"slots": [
|
|
@@ -1583,7 +1593,7 @@
|
|
|
1583
1593
|
{
|
|
1584
1594
|
"name": "name",
|
|
1585
1595
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1586
|
-
"value": { "type": "string" }
|
|
1596
|
+
"value": { "type": "string | undefined" }
|
|
1587
1597
|
},
|
|
1588
1598
|
{
|
|
1589
1599
|
"name": "no-typeahead",
|
|
@@ -1593,7 +1603,7 @@
|
|
|
1593
1603
|
{
|
|
1594
1604
|
"name": "placeholder",
|
|
1595
1605
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
1596
|
-
"value": { "type": "string" }
|
|
1606
|
+
"value": { "type": "string | undefined" }
|
|
1597
1607
|
},
|
|
1598
1608
|
{
|
|
1599
1609
|
"name": "disabled",
|
|
@@ -1637,12 +1647,12 @@
|
|
|
1637
1647
|
{
|
|
1638
1648
|
"name": "accessible-name",
|
|
1639
1649
|
"description": "Defines the accessible ARIA name of the component.",
|
|
1640
|
-
"value": { "type": "string" }
|
|
1650
|
+
"value": { "type": "string | undefined" }
|
|
1641
1651
|
},
|
|
1642
1652
|
{
|
|
1643
1653
|
"name": "accessible-name-ref",
|
|
1644
1654
|
"description": "Receives id(or many ids) of the elements that label the component",
|
|
1645
|
-
"value": { "type": "string" }
|
|
1655
|
+
"value": { "type": "string | undefined" }
|
|
1646
1656
|
}
|
|
1647
1657
|
],
|
|
1648
1658
|
"events": [
|
|
@@ -1669,12 +1679,12 @@
|
|
|
1669
1679
|
{
|
|
1670
1680
|
"name": "text",
|
|
1671
1681
|
"description": "Defines the text of the component.",
|
|
1672
|
-
"value": { "type": "string", "default": "
|
|
1682
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1673
1683
|
},
|
|
1674
1684
|
{
|
|
1675
1685
|
"name": "additional-text",
|
|
1676
1686
|
"description": "Defines the additional text of the component.",
|
|
1677
|
-
"value": { "type": "string", "default": "
|
|
1687
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1678
1688
|
}
|
|
1679
1689
|
],
|
|
1680
1690
|
"events": [],
|
|
@@ -1683,12 +1693,12 @@
|
|
|
1683
1693
|
{
|
|
1684
1694
|
"name": "text",
|
|
1685
1695
|
"description": "Defines the text of the component.",
|
|
1686
|
-
"value": { "type": "string" }
|
|
1696
|
+
"value": { "type": "string | undefined" }
|
|
1687
1697
|
},
|
|
1688
1698
|
{
|
|
1689
1699
|
"name": "additional-text",
|
|
1690
1700
|
"description": "Defines the additional text of the component.",
|
|
1691
|
-
"value": { "type": "string" }
|
|
1701
|
+
"value": { "type": "string | undefined" }
|
|
1692
1702
|
}
|
|
1693
1703
|
],
|
|
1694
1704
|
"events": []
|
|
@@ -1700,9 +1710,9 @@
|
|
|
1700
1710
|
"doc-url": "",
|
|
1701
1711
|
"attributes": [
|
|
1702
1712
|
{
|
|
1703
|
-
"name": "text",
|
|
1713
|
+
"name": "header-text",
|
|
1704
1714
|
"description": "Defines the text of the component.",
|
|
1705
|
-
"value": { "type": "string", "default": "
|
|
1715
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1706
1716
|
}
|
|
1707
1717
|
],
|
|
1708
1718
|
"slots": [
|
|
@@ -1715,9 +1725,9 @@
|
|
|
1715
1725
|
"js": {
|
|
1716
1726
|
"properties": [
|
|
1717
1727
|
{
|
|
1718
|
-
"name": "text",
|
|
1728
|
+
"name": "header-text",
|
|
1719
1729
|
"description": "Defines the text of the component.",
|
|
1720
|
-
"value": { "type": "string" }
|
|
1730
|
+
"value": { "type": "string | undefined" }
|
|
1721
1731
|
}
|
|
1722
1732
|
],
|
|
1723
1733
|
"events": []
|
|
@@ -1764,7 +1774,7 @@
|
|
|
1764
1774
|
{
|
|
1765
1775
|
"name": "name",
|
|
1766
1776
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1767
|
-
"value": { "type": "string", "default": "
|
|
1777
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1768
1778
|
},
|
|
1769
1779
|
{
|
|
1770
1780
|
"name": "hide-week-numbers",
|
|
@@ -1779,12 +1789,12 @@
|
|
|
1779
1789
|
{
|
|
1780
1790
|
"name": "accessible-name",
|
|
1781
1791
|
"description": "Defines the aria-label attribute for the component.",
|
|
1782
|
-
"value": { "type": "string", "default": "
|
|
1792
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1783
1793
|
},
|
|
1784
1794
|
{
|
|
1785
1795
|
"name": "accessible-name-ref",
|
|
1786
1796
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
1787
|
-
"value": { "type": "string", "default": "
|
|
1797
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1788
1798
|
},
|
|
1789
1799
|
{
|
|
1790
1800
|
"name": "date-value",
|
|
@@ -1810,7 +1820,7 @@
|
|
|
1810
1820
|
{
|
|
1811
1821
|
"name": "format-pattern",
|
|
1812
1822
|
"description": "Determines the format, displayed in the input field.",
|
|
1813
|
-
"value": { "type": "string", "default": "
|
|
1823
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1814
1824
|
},
|
|
1815
1825
|
{
|
|
1816
1826
|
"name": "min-date",
|
|
@@ -1880,7 +1890,7 @@
|
|
|
1880
1890
|
{
|
|
1881
1891
|
"name": "name",
|
|
1882
1892
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
1883
|
-
"value": { "type": "string" }
|
|
1893
|
+
"value": { "type": "string | undefined" }
|
|
1884
1894
|
},
|
|
1885
1895
|
{
|
|
1886
1896
|
"name": "hide-week-numbers",
|
|
@@ -1895,12 +1905,12 @@
|
|
|
1895
1905
|
{
|
|
1896
1906
|
"name": "accessible-name",
|
|
1897
1907
|
"description": "Defines the aria-label attribute for the component.",
|
|
1898
|
-
"value": { "type": "string" }
|
|
1908
|
+
"value": { "type": "string | undefined" }
|
|
1899
1909
|
},
|
|
1900
1910
|
{
|
|
1901
1911
|
"name": "accessible-name-ref",
|
|
1902
1912
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
1903
|
-
"value": { "type": "string" }
|
|
1913
|
+
"value": { "type": "string | undefined" }
|
|
1904
1914
|
},
|
|
1905
1915
|
{
|
|
1906
1916
|
"name": "date-value",
|
|
@@ -1924,7 +1934,7 @@
|
|
|
1924
1934
|
{
|
|
1925
1935
|
"name": "format-pattern",
|
|
1926
1936
|
"description": "Determines the format, displayed in the input field.",
|
|
1927
|
-
"value": { "type": "string" }
|
|
1937
|
+
"value": { "type": "string | undefined" }
|
|
1928
1938
|
},
|
|
1929
1939
|
{
|
|
1930
1940
|
"name": "min-date",
|
|
@@ -1961,7 +1971,7 @@
|
|
|
1961
1971
|
{
|
|
1962
1972
|
"name": "delimiter",
|
|
1963
1973
|
"description": "Determines the symbol which separates the dates.\nIf not supplied, the default time interval delimiter for the current locale will be used.",
|
|
1964
|
-
"value": { "type": "string", "default": "
|
|
1974
|
+
"value": { "type": "string", "default": "DEFAULT_DELIMITER" }
|
|
1965
1975
|
},
|
|
1966
1976
|
{
|
|
1967
1977
|
"name": "date-value",
|
|
@@ -2019,7 +2029,7 @@
|
|
|
2019
2029
|
{
|
|
2020
2030
|
"name": "name",
|
|
2021
2031
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2022
|
-
"value": { "type": "string", "default": "
|
|
2032
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2023
2033
|
},
|
|
2024
2034
|
{
|
|
2025
2035
|
"name": "hide-week-numbers",
|
|
@@ -2034,12 +2044,12 @@
|
|
|
2034
2044
|
{
|
|
2035
2045
|
"name": "accessible-name",
|
|
2036
2046
|
"description": "Defines the aria-label attribute for the component.",
|
|
2037
|
-
"value": { "type": "string", "default": "
|
|
2047
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2038
2048
|
},
|
|
2039
2049
|
{
|
|
2040
2050
|
"name": "accessible-name-ref",
|
|
2041
2051
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
2042
|
-
"value": { "type": "string", "default": "
|
|
2052
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2043
2053
|
},
|
|
2044
2054
|
{
|
|
2045
2055
|
"name": "primary-calendar-type",
|
|
@@ -2060,7 +2070,7 @@
|
|
|
2060
2070
|
{
|
|
2061
2071
|
"name": "format-pattern",
|
|
2062
2072
|
"description": "Determines the format, displayed in the input field.",
|
|
2063
|
-
"value": { "type": "string", "default": "
|
|
2073
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2064
2074
|
},
|
|
2065
2075
|
{
|
|
2066
2076
|
"name": "min-date",
|
|
@@ -2149,7 +2159,7 @@
|
|
|
2149
2159
|
{
|
|
2150
2160
|
"name": "name",
|
|
2151
2161
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2152
|
-
"value": { "type": "string" }
|
|
2162
|
+
"value": { "type": "string | undefined" }
|
|
2153
2163
|
},
|
|
2154
2164
|
{
|
|
2155
2165
|
"name": "hide-week-numbers",
|
|
@@ -2164,12 +2174,12 @@
|
|
|
2164
2174
|
{
|
|
2165
2175
|
"name": "accessible-name",
|
|
2166
2176
|
"description": "Defines the aria-label attribute for the component.",
|
|
2167
|
-
"value": { "type": "string" }
|
|
2177
|
+
"value": { "type": "string | undefined" }
|
|
2168
2178
|
},
|
|
2169
2179
|
{
|
|
2170
2180
|
"name": "accessible-name-ref",
|
|
2171
2181
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
2172
|
-
"value": { "type": "string" }
|
|
2182
|
+
"value": { "type": "string | undefined" }
|
|
2173
2183
|
},
|
|
2174
2184
|
{
|
|
2175
2185
|
"name": "primary-calendar-type",
|
|
@@ -2188,7 +2198,7 @@
|
|
|
2188
2198
|
{
|
|
2189
2199
|
"name": "format-pattern",
|
|
2190
2200
|
"description": "Determines the format, displayed in the input field.",
|
|
2191
|
-
"value": { "type": "string" }
|
|
2201
|
+
"value": { "type": "string | undefined" }
|
|
2192
2202
|
},
|
|
2193
2203
|
{
|
|
2194
2204
|
"name": "min-date",
|
|
@@ -2258,7 +2268,7 @@
|
|
|
2258
2268
|
{
|
|
2259
2269
|
"name": "name",
|
|
2260
2270
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2261
|
-
"value": { "type": "string", "default": "
|
|
2271
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2262
2272
|
},
|
|
2263
2273
|
{
|
|
2264
2274
|
"name": "hide-week-numbers",
|
|
@@ -2273,12 +2283,12 @@
|
|
|
2273
2283
|
{
|
|
2274
2284
|
"name": "accessible-name",
|
|
2275
2285
|
"description": "Defines the aria-label attribute for the component.",
|
|
2276
|
-
"value": { "type": "string", "default": "
|
|
2286
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2277
2287
|
},
|
|
2278
2288
|
{
|
|
2279
2289
|
"name": "accessible-name-ref",
|
|
2280
2290
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
2281
|
-
"value": { "type": "string", "default": "
|
|
2291
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2282
2292
|
},
|
|
2283
2293
|
{
|
|
2284
2294
|
"name": "date-value",
|
|
@@ -2304,7 +2314,7 @@
|
|
|
2304
2314
|
{
|
|
2305
2315
|
"name": "format-pattern",
|
|
2306
2316
|
"description": "Determines the format, displayed in the input field.",
|
|
2307
|
-
"value": { "type": "string", "default": "
|
|
2317
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2308
2318
|
},
|
|
2309
2319
|
{
|
|
2310
2320
|
"name": "min-date",
|
|
@@ -2368,7 +2378,7 @@
|
|
|
2368
2378
|
{
|
|
2369
2379
|
"name": "name",
|
|
2370
2380
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2371
|
-
"value": { "type": "string" }
|
|
2381
|
+
"value": { "type": "string | undefined" }
|
|
2372
2382
|
},
|
|
2373
2383
|
{
|
|
2374
2384
|
"name": "hide-week-numbers",
|
|
@@ -2383,12 +2393,12 @@
|
|
|
2383
2393
|
{
|
|
2384
2394
|
"name": "accessible-name",
|
|
2385
2395
|
"description": "Defines the aria-label attribute for the component.",
|
|
2386
|
-
"value": { "type": "string" }
|
|
2396
|
+
"value": { "type": "string | undefined" }
|
|
2387
2397
|
},
|
|
2388
2398
|
{
|
|
2389
2399
|
"name": "accessible-name-ref",
|
|
2390
2400
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
2391
|
-
"value": { "type": "string" }
|
|
2401
|
+
"value": { "type": "string | undefined" }
|
|
2392
2402
|
},
|
|
2393
2403
|
{
|
|
2394
2404
|
"name": "date-value",
|
|
@@ -2412,7 +2422,7 @@
|
|
|
2412
2422
|
{
|
|
2413
2423
|
"name": "format-pattern",
|
|
2414
2424
|
"description": "Determines the format, displayed in the input field.",
|
|
2415
|
-
"value": { "type": "string" }
|
|
2425
|
+
"value": { "type": "string | undefined" }
|
|
2416
2426
|
},
|
|
2417
2427
|
{
|
|
2418
2428
|
"name": "min-date",
|
|
@@ -2449,7 +2459,7 @@
|
|
|
2449
2459
|
{
|
|
2450
2460
|
"name": "header-text",
|
|
2451
2461
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
2452
|
-
"value": { "type": "string", "default": "
|
|
2462
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2453
2463
|
},
|
|
2454
2464
|
{
|
|
2455
2465
|
"name": "stretch",
|
|
@@ -2477,7 +2487,7 @@
|
|
|
2477
2487
|
{
|
|
2478
2488
|
"name": "initial-focus",
|
|
2479
2489
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
2480
|
-
"value": { "type": "string", "default": "
|
|
2490
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2481
2491
|
},
|
|
2482
2492
|
{
|
|
2483
2493
|
"name": "prevent-focus-restore",
|
|
@@ -2492,7 +2502,7 @@
|
|
|
2492
2502
|
{
|
|
2493
2503
|
"name": "accessible-name-ref",
|
|
2494
2504
|
"description": "Defines the IDs of the elements that label the component.",
|
|
2495
|
-
"value": { "type": "string", "default": "
|
|
2505
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2496
2506
|
},
|
|
2497
2507
|
{
|
|
2498
2508
|
"name": "accessible-role",
|
|
@@ -2546,7 +2556,7 @@
|
|
|
2546
2556
|
{
|
|
2547
2557
|
"name": "header-text",
|
|
2548
2558
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
2549
|
-
"value": { "type": "string" }
|
|
2559
|
+
"value": { "type": "string | undefined" }
|
|
2550
2560
|
},
|
|
2551
2561
|
{
|
|
2552
2562
|
"name": "stretch",
|
|
@@ -2573,7 +2583,7 @@
|
|
|
2573
2583
|
{
|
|
2574
2584
|
"name": "initial-focus",
|
|
2575
2585
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
2576
|
-
"value": { "type": "string" }
|
|
2586
|
+
"value": { "type": "string | undefined" }
|
|
2577
2587
|
},
|
|
2578
2588
|
{
|
|
2579
2589
|
"name": "prevent-focus-restore",
|
|
@@ -2588,7 +2598,7 @@
|
|
|
2588
2598
|
{
|
|
2589
2599
|
"name": "accessible-name-ref",
|
|
2590
2600
|
"description": "Defines the IDs of the elements that label the component.",
|
|
2591
|
-
"value": { "type": "string" }
|
|
2601
|
+
"value": { "type": "string | undefined" }
|
|
2592
2602
|
},
|
|
2593
2603
|
{
|
|
2594
2604
|
"name": "accessible-role",
|
|
@@ -2634,7 +2644,7 @@
|
|
|
2634
2644
|
{
|
|
2635
2645
|
"name": "accept",
|
|
2636
2646
|
"description": "Comma-separated list of file types that the component should accept.\n\n**Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.",
|
|
2637
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
2647
|
+
"value": { "type": "string | undefined", "default": "\"\"" }
|
|
2638
2648
|
},
|
|
2639
2649
|
{
|
|
2640
2650
|
"name": "hide-input",
|
|
@@ -2654,12 +2664,12 @@
|
|
|
2654
2664
|
{
|
|
2655
2665
|
"name": "name",
|
|
2656
2666
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2657
|
-
"value": { "type": "string", "default": "
|
|
2667
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2658
2668
|
},
|
|
2659
2669
|
{
|
|
2660
2670
|
"name": "placeholder",
|
|
2661
2671
|
"description": "Defines a short hint intended to aid the user with data entry when the component has no value.",
|
|
2662
|
-
"value": { "type": "string", "default": "
|
|
2672
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2663
2673
|
},
|
|
2664
2674
|
{
|
|
2665
2675
|
"name": "value",
|
|
@@ -2701,7 +2711,7 @@
|
|
|
2701
2711
|
{
|
|
2702
2712
|
"name": "accept",
|
|
2703
2713
|
"description": "Comma-separated list of file types that the component should accept.\n\n**Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.",
|
|
2704
|
-
"value": { "type": "string" }
|
|
2714
|
+
"value": { "type": "string | undefined" }
|
|
2705
2715
|
},
|
|
2706
2716
|
{
|
|
2707
2717
|
"name": "hide-input",
|
|
@@ -2721,12 +2731,12 @@
|
|
|
2721
2731
|
{
|
|
2722
2732
|
"name": "name",
|
|
2723
2733
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2724
|
-
"value": { "type": "string" }
|
|
2734
|
+
"value": { "type": "string | undefined" }
|
|
2725
2735
|
},
|
|
2726
2736
|
{
|
|
2727
2737
|
"name": "placeholder",
|
|
2728
2738
|
"description": "Defines a short hint intended to aid the user with data entry when the component has no value.",
|
|
2729
|
-
"value": { "type": "string" }
|
|
2739
|
+
"value": { "type": "string | undefined" }
|
|
2730
2740
|
},
|
|
2731
2741
|
{
|
|
2732
2742
|
"name": "value",
|
|
@@ -2772,7 +2782,7 @@
|
|
|
2772
2782
|
{
|
|
2773
2783
|
"name": "header-text",
|
|
2774
2784
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
2775
|
-
"value": { "type": "string", "default": "
|
|
2785
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2776
2786
|
},
|
|
2777
2787
|
{
|
|
2778
2788
|
"name": "item-spacing",
|
|
@@ -2809,7 +2819,7 @@
|
|
|
2809
2819
|
{
|
|
2810
2820
|
"name": "header-text",
|
|
2811
2821
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
2812
|
-
"value": { "type": "string" }
|
|
2822
|
+
"value": { "type": "string | undefined" }
|
|
2813
2823
|
},
|
|
2814
2824
|
{
|
|
2815
2825
|
"name": "item-spacing",
|
|
@@ -2828,7 +2838,7 @@
|
|
|
2828
2838
|
{
|
|
2829
2839
|
"name": "header-text",
|
|
2830
2840
|
"description": "Defines header text of the component.",
|
|
2831
|
-
"value": { "type": "string", "default": "
|
|
2841
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2832
2842
|
},
|
|
2833
2843
|
{
|
|
2834
2844
|
"name": "column-span",
|
|
@@ -2848,7 +2858,7 @@
|
|
|
2848
2858
|
{
|
|
2849
2859
|
"name": "header-text",
|
|
2850
2860
|
"description": "Defines header text of the component.",
|
|
2851
|
-
"value": { "type": "string" }
|
|
2861
|
+
"value": { "type": "string | undefined" }
|
|
2852
2862
|
},
|
|
2853
2863
|
{
|
|
2854
2864
|
"name": "column-span",
|
|
@@ -2908,12 +2918,12 @@
|
|
|
2908
2918
|
{
|
|
2909
2919
|
"name": "name",
|
|
2910
2920
|
"description": "Defines the unique identifier (icon name) of the component.\n\nTo browse all available icons, see the\n[SAP Icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html),\n[SAP Fiori Tools](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT) and\n[SAP Business Suite](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html)\n\nExample:\n`name='add'`, `name='delete'`, `name='employee'`.\n\n**Note:** To use the SAP Fiori Tools icons,\nyou need to set the `tnt` prefix in front of the icon's name.\n\nExample:\n`name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.\n\n**Note:** To use the SAP Business Suite icons,\nyou need to set the `business-suite` prefix in front of the icon's name.\n\nExample:\n`name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.",
|
|
2911
|
-
"value": { "type": "string", "default": "
|
|
2921
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2912
2922
|
},
|
|
2913
2923
|
{
|
|
2914
2924
|
"name": "accessible-name",
|
|
2915
2925
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n\n**Note:** Every icon should have a text alternative in order to\ncalculate its accessible name.",
|
|
2916
|
-
"value": { "type": "string", "default": "
|
|
2926
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2917
2927
|
},
|
|
2918
2928
|
{
|
|
2919
2929
|
"name": "show-tooltip",
|
|
@@ -2942,12 +2952,12 @@
|
|
|
2942
2952
|
{
|
|
2943
2953
|
"name": "name",
|
|
2944
2954
|
"description": "Defines the unique identifier (icon name) of the component.\n\nTo browse all available icons, see the\n[SAP Icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html),\n[SAP Fiori Tools](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT) and\n[SAP Business Suite](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html)\n\nExample:\n`name='add'`, `name='delete'`, `name='employee'`.\n\n**Note:** To use the SAP Fiori Tools icons,\nyou need to set the `tnt` prefix in front of the icon's name.\n\nExample:\n`name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.\n\n**Note:** To use the SAP Business Suite icons,\nyou need to set the `business-suite` prefix in front of the icon's name.\n\nExample:\n`name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.",
|
|
2945
|
-
"value": { "type": "string" }
|
|
2955
|
+
"value": { "type": "string | undefined" }
|
|
2946
2956
|
},
|
|
2947
2957
|
{
|
|
2948
2958
|
"name": "accessible-name",
|
|
2949
2959
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n\n**Note:** Every icon should have a text alternative in order to\ncalculate its accessible name.",
|
|
2950
|
-
"value": { "type": "string" }
|
|
2960
|
+
"value": { "type": "string | undefined" }
|
|
2951
2961
|
},
|
|
2952
2962
|
{
|
|
2953
2963
|
"name": "show-tooltip",
|
|
@@ -2967,7 +2977,7 @@
|
|
|
2967
2977
|
},
|
|
2968
2978
|
{
|
|
2969
2979
|
"name": "ui5-input",
|
|
2970
|
-
"description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>` and
|
|
2980
|
+
"description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-item-group>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",
|
|
2971
2981
|
"doc-url": "",
|
|
2972
2982
|
"attributes": [
|
|
2973
2983
|
{
|
|
@@ -2978,7 +2988,7 @@
|
|
|
2978
2988
|
{
|
|
2979
2989
|
"name": "placeholder",
|
|
2980
2990
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
2981
|
-
"value": { "type": "string", "default": "
|
|
2991
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2982
2992
|
},
|
|
2983
2993
|
{
|
|
2984
2994
|
"name": "readonly",
|
|
@@ -3019,7 +3029,7 @@
|
|
|
3019
3029
|
{
|
|
3020
3030
|
"name": "name",
|
|
3021
3031
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
3022
|
-
"value": { "type": "string", "default": "
|
|
3032
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3023
3033
|
},
|
|
3024
3034
|
{
|
|
3025
3035
|
"name": "show-suggestions",
|
|
@@ -3034,12 +3044,12 @@
|
|
|
3034
3044
|
{
|
|
3035
3045
|
"name": "accessible-name",
|
|
3036
3046
|
"description": "Defines the accessible ARIA name of the component.",
|
|
3037
|
-
"value": { "type": "string", "default": "
|
|
3047
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3038
3048
|
},
|
|
3039
3049
|
{
|
|
3040
3050
|
"name": "accessible-name-ref",
|
|
3041
3051
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
3042
|
-
"value": { "type": "string", "default": "
|
|
3052
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3043
3053
|
},
|
|
3044
3054
|
{
|
|
3045
3055
|
"name": "show-clear-icon",
|
|
@@ -3055,7 +3065,7 @@
|
|
|
3055
3065
|
"slots": [
|
|
3056
3066
|
{
|
|
3057
3067
|
"name": "default",
|
|
3058
|
-
"description": "Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>` and
|
|
3068
|
+
"description": "Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-item-group>` for your convenience."
|
|
3059
3069
|
},
|
|
3060
3070
|
{
|
|
3061
3071
|
"name": "icon",
|
|
@@ -3098,7 +3108,7 @@
|
|
|
3098
3108
|
{
|
|
3099
3109
|
"name": "placeholder",
|
|
3100
3110
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
3101
|
-
"value": { "type": "string" }
|
|
3111
|
+
"value": { "type": "string | undefined" }
|
|
3102
3112
|
},
|
|
3103
3113
|
{
|
|
3104
3114
|
"name": "readonly",
|
|
@@ -3137,7 +3147,7 @@
|
|
|
3137
3147
|
{
|
|
3138
3148
|
"name": "name",
|
|
3139
3149
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
3140
|
-
"value": { "type": "string" }
|
|
3150
|
+
"value": { "type": "string | undefined" }
|
|
3141
3151
|
},
|
|
3142
3152
|
{
|
|
3143
3153
|
"name": "show-suggestions",
|
|
@@ -3152,12 +3162,12 @@
|
|
|
3152
3162
|
{
|
|
3153
3163
|
"name": "accessible-name",
|
|
3154
3164
|
"description": "Defines the accessible ARIA name of the component.",
|
|
3155
|
-
"value": { "type": "string" }
|
|
3165
|
+
"value": { "type": "string | undefined" }
|
|
3156
3166
|
},
|
|
3157
3167
|
{
|
|
3158
3168
|
"name": "accessible-name-ref",
|
|
3159
3169
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
3160
|
-
"value": { "type": "string" }
|
|
3170
|
+
"value": { "type": "string | undefined" }
|
|
3161
3171
|
},
|
|
3162
3172
|
{
|
|
3163
3173
|
"name": "show-clear-icon",
|
|
@@ -3202,7 +3212,7 @@
|
|
|
3202
3212
|
{
|
|
3203
3213
|
"name": "for",
|
|
3204
3214
|
"description": "Defines the labeled input by providing its ID.\n\n**Note:** Can be used with both `ui5-input` and native input.",
|
|
3205
|
-
"value": { "type": "string", "default": "
|
|
3215
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3206
3216
|
},
|
|
3207
3217
|
{
|
|
3208
3218
|
"name": "show-colon",
|
|
@@ -3235,7 +3245,7 @@
|
|
|
3235
3245
|
{
|
|
3236
3246
|
"name": "for",
|
|
3237
3247
|
"description": "Defines the labeled input by providing its ID.\n\n**Note:** Can be used with both `ui5-input` and native input.",
|
|
3238
|
-
"value": { "type": "string" }
|
|
3248
|
+
"value": { "type": "string | undefined" }
|
|
3239
3249
|
},
|
|
3240
3250
|
{
|
|
3241
3251
|
"name": "show-colon",
|
|
@@ -3269,17 +3279,17 @@
|
|
|
3269
3279
|
{
|
|
3270
3280
|
"name": "tooltip",
|
|
3271
3281
|
"description": "Defines the tooltip of the component.",
|
|
3272
|
-
"value": { "type": "string", "default": "
|
|
3282
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3273
3283
|
},
|
|
3274
3284
|
{
|
|
3275
3285
|
"name": "href",
|
|
3276
3286
|
"description": "Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
3277
|
-
"value": { "type": "string", "default": "
|
|
3287
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3278
3288
|
},
|
|
3279
3289
|
{
|
|
3280
3290
|
"name": "target",
|
|
3281
3291
|
"description": "Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**",
|
|
3282
|
-
"value": { "type": "string", "default": "
|
|
3292
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3283
3293
|
},
|
|
3284
3294
|
{
|
|
3285
3295
|
"name": "design",
|
|
@@ -3300,30 +3310,30 @@
|
|
|
3300
3310
|
{
|
|
3301
3311
|
"name": "accessible-name",
|
|
3302
3312
|
"description": "Defines the accessible ARIA name of the component.",
|
|
3303
|
-
"value": { "type": "string", "default": "
|
|
3313
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3304
3314
|
},
|
|
3305
3315
|
{
|
|
3306
3316
|
"name": "accessible-name-ref",
|
|
3307
3317
|
"description": "Receives id(or many ids) of the elements that label the input",
|
|
3308
|
-
"value": { "type": "string", "default": "
|
|
3318
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3309
3319
|
},
|
|
3310
3320
|
{
|
|
3311
3321
|
"name": "accessible-role",
|
|
3312
3322
|
"description": "Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.",
|
|
3313
3323
|
"value": {
|
|
3314
3324
|
"type": "\"Button\" | \"Link\"",
|
|
3315
|
-
"default": "\"
|
|
3325
|
+
"default": "\"Link\""
|
|
3316
3326
|
}
|
|
3317
3327
|
},
|
|
3318
3328
|
{
|
|
3319
3329
|
"name": "icon",
|
|
3320
3330
|
"description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3321
|
-
"value": { "type": "string", "default": "
|
|
3331
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3322
3332
|
},
|
|
3323
3333
|
{
|
|
3324
3334
|
"name": "end-icon",
|
|
3325
3335
|
"description": "Defines the icon, displayed as graphical element within the component after the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3326
|
-
"value": { "type": "string", "default": "
|
|
3336
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3327
3337
|
}
|
|
3328
3338
|
],
|
|
3329
3339
|
"slots": [
|
|
@@ -3348,17 +3358,17 @@
|
|
|
3348
3358
|
{
|
|
3349
3359
|
"name": "tooltip",
|
|
3350
3360
|
"description": "Defines the tooltip of the component.",
|
|
3351
|
-
"value": { "type": "string" }
|
|
3361
|
+
"value": { "type": "string | undefined" }
|
|
3352
3362
|
},
|
|
3353
3363
|
{
|
|
3354
3364
|
"name": "href",
|
|
3355
3365
|
"description": "Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
3356
|
-
"value": { "type": "string" }
|
|
3366
|
+
"value": { "type": "string | undefined" }
|
|
3357
3367
|
},
|
|
3358
3368
|
{
|
|
3359
3369
|
"name": "target",
|
|
3360
3370
|
"description": "Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**",
|
|
3361
|
-
"value": { "type": "string" }
|
|
3371
|
+
"value": { "type": "string | undefined" }
|
|
3362
3372
|
},
|
|
3363
3373
|
{
|
|
3364
3374
|
"name": "design",
|
|
@@ -3373,12 +3383,12 @@
|
|
|
3373
3383
|
{
|
|
3374
3384
|
"name": "accessible-name",
|
|
3375
3385
|
"description": "Defines the accessible ARIA name of the component.",
|
|
3376
|
-
"value": { "type": "string" }
|
|
3386
|
+
"value": { "type": "string | undefined" }
|
|
3377
3387
|
},
|
|
3378
3388
|
{
|
|
3379
3389
|
"name": "accessible-name-ref",
|
|
3380
3390
|
"description": "Receives id(or many ids) of the elements that label the input",
|
|
3381
|
-
"value": { "type": "string" }
|
|
3391
|
+
"value": { "type": "string | undefined" }
|
|
3382
3392
|
},
|
|
3383
3393
|
{
|
|
3384
3394
|
"name": "accessible-role",
|
|
@@ -3388,12 +3398,12 @@
|
|
|
3388
3398
|
{
|
|
3389
3399
|
"name": "icon",
|
|
3390
3400
|
"description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3391
|
-
"value": { "type": "string" }
|
|
3401
|
+
"value": { "type": "string | undefined" }
|
|
3392
3402
|
},
|
|
3393
3403
|
{
|
|
3394
3404
|
"name": "end-icon",
|
|
3395
3405
|
"description": "Defines the icon, displayed as graphical element within the component after the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3396
|
-
"value": { "type": "string" }
|
|
3406
|
+
"value": { "type": "string | undefined" }
|
|
3397
3407
|
}
|
|
3398
3408
|
],
|
|
3399
3409
|
"events": [
|
|
@@ -3412,12 +3422,12 @@
|
|
|
3412
3422
|
{
|
|
3413
3423
|
"name": "header-text",
|
|
3414
3424
|
"description": "Defines the component header text.\n\n**Note:** If `header` is set this property is ignored.",
|
|
3415
|
-
"value": { "type": "string", "default": "
|
|
3425
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3416
3426
|
},
|
|
3417
3427
|
{
|
|
3418
3428
|
"name": "footer-text",
|
|
3419
3429
|
"description": "Defines the footer text.",
|
|
3420
|
-
"value": { "type": "string", "default": "
|
|
3430
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3421
3431
|
},
|
|
3422
3432
|
{
|
|
3423
3433
|
"name": "indent",
|
|
@@ -3435,7 +3445,7 @@
|
|
|
3435
3445
|
{
|
|
3436
3446
|
"name": "no-data-text",
|
|
3437
3447
|
"description": "Defines the text that is displayed when the component contains no items.",
|
|
3438
|
-
"value": { "type": "string", "default": "
|
|
3448
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3439
3449
|
},
|
|
3440
3450
|
{
|
|
3441
3451
|
"name": "separators",
|
|
@@ -3456,7 +3466,7 @@
|
|
|
3456
3466
|
{
|
|
3457
3467
|
"name": "growing-button-text",
|
|
3458
3468
|
"description": "Defines the text that will be displayed inside the growing button.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if the `growing` property is set to the `Button`.",
|
|
3459
|
-
"value": { "type": "string", "default": "
|
|
3469
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3460
3470
|
},
|
|
3461
3471
|
{
|
|
3462
3472
|
"name": "loading",
|
|
@@ -3471,12 +3481,12 @@
|
|
|
3471
3481
|
{
|
|
3472
3482
|
"name": "accessible-name",
|
|
3473
3483
|
"description": "Defines the accessible name of the component.",
|
|
3474
|
-
"value": { "type": "string", "default": "
|
|
3484
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3475
3485
|
},
|
|
3476
3486
|
{
|
|
3477
3487
|
"name": "accessible-name-ref",
|
|
3478
3488
|
"description": "Defines the IDs of the elements that label the input.",
|
|
3479
|
-
"value": { "type": "string", "default": "
|
|
3489
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3480
3490
|
},
|
|
3481
3491
|
{
|
|
3482
3492
|
"name": "accessible-role",
|
|
@@ -3541,12 +3551,12 @@
|
|
|
3541
3551
|
{
|
|
3542
3552
|
"name": "header-text",
|
|
3543
3553
|
"description": "Defines the component header text.\n\n**Note:** If `header` is set this property is ignored.",
|
|
3544
|
-
"value": { "type": "string" }
|
|
3554
|
+
"value": { "type": "string | undefined" }
|
|
3545
3555
|
},
|
|
3546
3556
|
{
|
|
3547
3557
|
"name": "footer-text",
|
|
3548
3558
|
"description": "Defines the footer text.",
|
|
3549
|
-
"value": { "type": "string" }
|
|
3559
|
+
"value": { "type": "string | undefined" }
|
|
3550
3560
|
},
|
|
3551
3561
|
{
|
|
3552
3562
|
"name": "indent",
|
|
@@ -3563,7 +3573,7 @@
|
|
|
3563
3573
|
{
|
|
3564
3574
|
"name": "no-data-text",
|
|
3565
3575
|
"description": "Defines the text that is displayed when the component contains no items.",
|
|
3566
|
-
"value": { "type": "string" }
|
|
3576
|
+
"value": { "type": "string | undefined" }
|
|
3567
3577
|
},
|
|
3568
3578
|
{
|
|
3569
3579
|
"name": "separators",
|
|
@@ -3578,7 +3588,7 @@
|
|
|
3578
3588
|
{
|
|
3579
3589
|
"name": "growing-button-text",
|
|
3580
3590
|
"description": "Defines the text that will be displayed inside the growing button.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if the `growing` property is set to the `Button`.",
|
|
3581
|
-
"value": { "type": "string" }
|
|
3591
|
+
"value": { "type": "string | undefined" }
|
|
3582
3592
|
},
|
|
3583
3593
|
{
|
|
3584
3594
|
"name": "loading",
|
|
@@ -3593,12 +3603,12 @@
|
|
|
3593
3603
|
{
|
|
3594
3604
|
"name": "accessible-name",
|
|
3595
3605
|
"description": "Defines the accessible name of the component.",
|
|
3596
|
-
"value": { "type": "string" }
|
|
3606
|
+
"value": { "type": "string | undefined" }
|
|
3597
3607
|
},
|
|
3598
3608
|
{
|
|
3599
3609
|
"name": "accessible-name-ref",
|
|
3600
3610
|
"description": "Defines the IDs of the elements that label the input.",
|
|
3601
|
-
"value": { "type": "string" }
|
|
3611
|
+
"value": { "type": "string | undefined" }
|
|
3602
3612
|
},
|
|
3603
3613
|
{
|
|
3604
3614
|
"name": "accessible-role",
|
|
@@ -3662,7 +3672,7 @@
|
|
|
3662
3672
|
{
|
|
3663
3673
|
"name": "accessible-name",
|
|
3664
3674
|
"description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
|
|
3665
|
-
"value": { "type": "string", "default": "
|
|
3675
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3666
3676
|
},
|
|
3667
3677
|
{
|
|
3668
3678
|
"name": "type",
|
|
@@ -3680,7 +3690,7 @@
|
|
|
3680
3690
|
{
|
|
3681
3691
|
"name": "tooltip",
|
|
3682
3692
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
3683
|
-
"value": { "type": "string", "default": "
|
|
3693
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3684
3694
|
},
|
|
3685
3695
|
{
|
|
3686
3696
|
"name": "highlight",
|
|
@@ -3718,7 +3728,7 @@
|
|
|
3718
3728
|
{
|
|
3719
3729
|
"name": "accessible-name",
|
|
3720
3730
|
"description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
|
|
3721
|
-
"value": { "type": "string" }
|
|
3731
|
+
"value": { "type": "string | undefined" }
|
|
3722
3732
|
},
|
|
3723
3733
|
{
|
|
3724
3734
|
"name": "type",
|
|
@@ -3735,7 +3745,7 @@
|
|
|
3735
3745
|
{
|
|
3736
3746
|
"name": "tooltip",
|
|
3737
3747
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
3738
|
-
"value": { "type": "string" }
|
|
3748
|
+
"value": { "type": "string | undefined" }
|
|
3739
3749
|
},
|
|
3740
3750
|
{
|
|
3741
3751
|
"name": "highlight",
|
|
@@ -3766,12 +3776,12 @@
|
|
|
3766
3776
|
{
|
|
3767
3777
|
"name": "header-text",
|
|
3768
3778
|
"description": "Defines the header text of the <code>ui5-li-group</code>.",
|
|
3769
|
-
"value": { "type": "string", "default": "
|
|
3779
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3770
3780
|
},
|
|
3771
3781
|
{
|
|
3772
3782
|
"name": "header-accessible-name",
|
|
3773
3783
|
"description": "Defines the accessible name of the header.",
|
|
3774
|
-
"value": { "type": "string", "default": "
|
|
3784
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3775
3785
|
}
|
|
3776
3786
|
],
|
|
3777
3787
|
"slots": [
|
|
@@ -3790,12 +3800,12 @@
|
|
|
3790
3800
|
{
|
|
3791
3801
|
"name": "header-text",
|
|
3792
3802
|
"description": "Defines the header text of the <code>ui5-li-group</code>.",
|
|
3793
|
-
"value": { "type": "string" }
|
|
3803
|
+
"value": { "type": "string | undefined" }
|
|
3794
3804
|
},
|
|
3795
3805
|
{
|
|
3796
3806
|
"name": "header-accessible-name",
|
|
3797
3807
|
"description": "Defines the accessible name of the header.",
|
|
3798
|
-
"value": { "type": "string" }
|
|
3808
|
+
"value": { "type": "string | undefined" }
|
|
3799
3809
|
}
|
|
3800
3810
|
],
|
|
3801
3811
|
"events": []
|
|
@@ -3803,33 +3813,28 @@
|
|
|
3803
3813
|
},
|
|
3804
3814
|
{
|
|
3805
3815
|
"name": "ui5-li",
|
|
3806
|
-
"description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **
|
|
3816
|
+
"description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
|
|
3807
3817
|
"doc-url": "",
|
|
3808
3818
|
"attributes": [
|
|
3809
3819
|
{
|
|
3810
3820
|
"name": "description",
|
|
3811
3821
|
"description": "Defines the description displayed right under the item text, if such is present.",
|
|
3812
|
-
"value": { "type": "string", "default": "
|
|
3822
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3813
3823
|
},
|
|
3814
3824
|
{
|
|
3815
3825
|
"name": "icon",
|
|
3816
3826
|
"description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3817
|
-
"value": { "type": "string", "default": "
|
|
3827
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3818
3828
|
},
|
|
3819
3829
|
{
|
|
3820
3830
|
"name": "icon-end",
|
|
3821
|
-
"description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end
|
|
3831
|
+
"description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
|
|
3822
3832
|
"value": { "type": "boolean", "default": "false" }
|
|
3823
3833
|
},
|
|
3824
|
-
{
|
|
3825
|
-
"name": "image",
|
|
3826
|
-
"description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the list item.",
|
|
3827
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
3828
|
-
},
|
|
3829
3834
|
{
|
|
3830
3835
|
"name": "additional-text",
|
|
3831
3836
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
3832
|
-
"value": { "type": "string", "default": "
|
|
3837
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3833
3838
|
},
|
|
3834
3839
|
{
|
|
3835
3840
|
"name": "additional-text-state",
|
|
@@ -3847,7 +3852,7 @@
|
|
|
3847
3852
|
{
|
|
3848
3853
|
"name": "accessible-name",
|
|
3849
3854
|
"description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
|
|
3850
|
-
"value": { "type": "string", "default": "
|
|
3855
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3851
3856
|
},
|
|
3852
3857
|
{
|
|
3853
3858
|
"name": "type",
|
|
@@ -3865,7 +3870,7 @@
|
|
|
3865
3870
|
{
|
|
3866
3871
|
"name": "tooltip",
|
|
3867
3872
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
3868
|
-
"value": { "type": "string", "default": "
|
|
3873
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3869
3874
|
},
|
|
3870
3875
|
{
|
|
3871
3876
|
"name": "highlight",
|
|
@@ -3887,7 +3892,7 @@
|
|
|
3887
3892
|
"description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
|
|
3888
3893
|
},
|
|
3889
3894
|
{
|
|
3890
|
-
"name": "
|
|
3895
|
+
"name": "image",
|
|
3891
3896
|
"description": "**Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit."
|
|
3892
3897
|
}
|
|
3893
3898
|
],
|
|
@@ -3902,27 +3907,22 @@
|
|
|
3902
3907
|
{
|
|
3903
3908
|
"name": "description",
|
|
3904
3909
|
"description": "Defines the description displayed right under the item text, if such is present.",
|
|
3905
|
-
"value": { "type": "string" }
|
|
3910
|
+
"value": { "type": "string | undefined" }
|
|
3906
3911
|
},
|
|
3907
3912
|
{
|
|
3908
3913
|
"name": "icon",
|
|
3909
3914
|
"description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3910
|
-
"value": { "type": "string" }
|
|
3915
|
+
"value": { "type": "string | undefined" }
|
|
3911
3916
|
},
|
|
3912
3917
|
{
|
|
3913
3918
|
"name": "icon-end",
|
|
3914
|
-
"description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end
|
|
3919
|
+
"description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
|
|
3915
3920
|
"value": { "type": "boolean" }
|
|
3916
3921
|
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "image",
|
|
3919
|
-
"description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the list item.",
|
|
3920
|
-
"value": { "type": "string" }
|
|
3921
|
-
},
|
|
3922
3922
|
{
|
|
3923
3923
|
"name": "additional-text",
|
|
3924
3924
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
3925
|
-
"value": { "type": "string" }
|
|
3925
|
+
"value": { "type": "string | undefined" }
|
|
3926
3926
|
},
|
|
3927
3927
|
{
|
|
3928
3928
|
"name": "additional-text-state",
|
|
@@ -3939,7 +3939,7 @@
|
|
|
3939
3939
|
{
|
|
3940
3940
|
"name": "accessible-name",
|
|
3941
3941
|
"description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
|
|
3942
|
-
"value": { "type": "string" }
|
|
3942
|
+
"value": { "type": "string | undefined" }
|
|
3943
3943
|
},
|
|
3944
3944
|
{
|
|
3945
3945
|
"name": "type",
|
|
@@ -3956,7 +3956,7 @@
|
|
|
3956
3956
|
{
|
|
3957
3957
|
"name": "tooltip",
|
|
3958
3958
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
3959
|
-
"value": { "type": "string" }
|
|
3959
|
+
"value": { "type": "string | undefined" }
|
|
3960
3960
|
},
|
|
3961
3961
|
{
|
|
3962
3962
|
"name": "highlight",
|
|
@@ -3981,13 +3981,13 @@
|
|
|
3981
3981
|
},
|
|
3982
3982
|
{
|
|
3983
3983
|
"name": "ui5-menu",
|
|
3984
|
-
"description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n###
|
|
3984
|
+
"description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening. **This event does not bubble.**\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened. **This event does not bubble.**\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing. **This event does not bubble.**\n- **close** - Fired after the menu is closed. **This event does not bubble.**\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
|
|
3985
3985
|
"doc-url": "",
|
|
3986
3986
|
"attributes": [
|
|
3987
3987
|
{
|
|
3988
3988
|
"name": "header-text",
|
|
3989
3989
|
"description": "Defines the header text of the menu (displayed on mobile).",
|
|
3990
|
-
"value": { "type": "string", "default": "
|
|
3990
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3991
3991
|
},
|
|
3992
3992
|
{
|
|
3993
3993
|
"name": "open",
|
|
@@ -4007,13 +4007,16 @@
|
|
|
4007
4007
|
{
|
|
4008
4008
|
"name": "opener",
|
|
4009
4009
|
"description": "Defines the ID or DOM Reference of the element at which the menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
|
|
4010
|
-
"value": {
|
|
4010
|
+
"value": {
|
|
4011
|
+
"type": "string | HTMLElement | undefined",
|
|
4012
|
+
"default": "undefined"
|
|
4013
|
+
}
|
|
4011
4014
|
}
|
|
4012
4015
|
],
|
|
4013
4016
|
"slots": [
|
|
4014
4017
|
{
|
|
4015
4018
|
"name": "default",
|
|
4016
|
-
"description": "Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` for
|
|
4019
|
+
"description": "Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design."
|
|
4017
4020
|
}
|
|
4018
4021
|
],
|
|
4019
4022
|
"events": [
|
|
@@ -4043,7 +4046,7 @@
|
|
|
4043
4046
|
{
|
|
4044
4047
|
"name": "header-text",
|
|
4045
4048
|
"description": "Defines the header text of the menu (displayed on mobile).",
|
|
4046
|
-
"value": { "type": "string" }
|
|
4049
|
+
"value": { "type": "string | undefined" }
|
|
4047
4050
|
},
|
|
4048
4051
|
{
|
|
4049
4052
|
"name": "open",
|
|
@@ -4063,7 +4066,7 @@
|
|
|
4063
4066
|
{
|
|
4064
4067
|
"name": "opener",
|
|
4065
4068
|
"description": "Defines the ID or DOM Reference of the element at which the menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
|
|
4066
|
-
"value": { "type": "string | HTMLElement" }
|
|
4069
|
+
"value": { "type": "string | HTMLElement | undefined" }
|
|
4067
4070
|
}
|
|
4068
4071
|
],
|
|
4069
4072
|
"events": [
|
|
@@ -4092,28 +4095,23 @@
|
|
|
4092
4095
|
},
|
|
4093
4096
|
{
|
|
4094
4097
|
"name": "ui5-menu-item",
|
|
4095
|
-
"description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:**
|
|
4098
|
+
"description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
|
|
4096
4099
|
"doc-url": "",
|
|
4097
4100
|
"attributes": [
|
|
4098
4101
|
{
|
|
4099
4102
|
"name": "text",
|
|
4100
4103
|
"description": "Defines the text of the tree item.",
|
|
4101
|
-
"value": { "type": "string", "default": "
|
|
4104
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4102
4105
|
},
|
|
4103
4106
|
{
|
|
4104
4107
|
"name": "additional-text",
|
|
4105
4108
|
"description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
|
|
4106
|
-
"value": { "type": "string", "default": "
|
|
4109
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4107
4110
|
},
|
|
4108
4111
|
{
|
|
4109
4112
|
"name": "icon",
|
|
4110
4113
|
"description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
4111
|
-
"value": { "type": "string", "default": "
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"name": "starts-section",
|
|
4115
|
-
"description": "Defines whether a visual separator should be rendered before the item.",
|
|
4116
|
-
"value": { "type": "boolean", "default": "false" }
|
|
4114
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4117
4115
|
},
|
|
4118
4116
|
{
|
|
4119
4117
|
"name": "disabled",
|
|
@@ -4133,12 +4131,12 @@
|
|
|
4133
4131
|
{
|
|
4134
4132
|
"name": "accessible-name",
|
|
4135
4133
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4136
|
-
"value": { "type": "string", "default": "
|
|
4134
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4137
4135
|
},
|
|
4138
4136
|
{
|
|
4139
4137
|
"name": "tooltip",
|
|
4140
4138
|
"description": "Defines the text of the tooltip for the menu item.",
|
|
4141
|
-
"value": { "type": "string", "default": "
|
|
4139
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4142
4140
|
},
|
|
4143
4141
|
{
|
|
4144
4142
|
"name": "type",
|
|
@@ -4170,7 +4168,7 @@
|
|
|
4170
4168
|
"slots": [
|
|
4171
4169
|
{
|
|
4172
4170
|
"name": "default",
|
|
4173
|
-
"description": "Defines the items of this component.\n\n**Note:**
|
|
4171
|
+
"description": "Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`."
|
|
4174
4172
|
},
|
|
4175
4173
|
{
|
|
4176
4174
|
"name": "endContent",
|
|
@@ -4188,22 +4186,17 @@
|
|
|
4188
4186
|
{
|
|
4189
4187
|
"name": "text",
|
|
4190
4188
|
"description": "Defines the text of the tree item.",
|
|
4191
|
-
"value": { "type": "string" }
|
|
4189
|
+
"value": { "type": "string | undefined" }
|
|
4192
4190
|
},
|
|
4193
4191
|
{
|
|
4194
4192
|
"name": "additional-text",
|
|
4195
4193
|
"description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
|
|
4196
|
-
"value": { "type": "string" }
|
|
4194
|
+
"value": { "type": "string | undefined" }
|
|
4197
4195
|
},
|
|
4198
4196
|
{
|
|
4199
4197
|
"name": "icon",
|
|
4200
4198
|
"description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
4201
|
-
"value": { "type": "string" }
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"name": "starts-section",
|
|
4205
|
-
"description": "Defines whether a visual separator should be rendered before the item.",
|
|
4206
|
-
"value": { "type": "boolean" }
|
|
4199
|
+
"value": { "type": "string | undefined" }
|
|
4207
4200
|
},
|
|
4208
4201
|
{
|
|
4209
4202
|
"name": "disabled",
|
|
@@ -4223,12 +4216,12 @@
|
|
|
4223
4216
|
{
|
|
4224
4217
|
"name": "accessible-name",
|
|
4225
4218
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4226
|
-
"value": { "type": "string" }
|
|
4219
|
+
"value": { "type": "string | undefined" }
|
|
4227
4220
|
},
|
|
4228
4221
|
{
|
|
4229
4222
|
"name": "tooltip",
|
|
4230
4223
|
"description": "Defines the text of the tooltip for the menu item.",
|
|
4231
|
-
"value": { "type": "string" }
|
|
4224
|
+
"value": { "type": "string | undefined" }
|
|
4232
4225
|
},
|
|
4233
4226
|
{
|
|
4234
4227
|
"name": "type",
|
|
@@ -4263,6 +4256,14 @@
|
|
|
4263
4256
|
]
|
|
4264
4257
|
}
|
|
4265
4258
|
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "ui5-menu-separator",
|
|
4261
|
+
"description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
|
|
4262
|
+
"doc-url": "",
|
|
4263
|
+
"attributes": [],
|
|
4264
|
+
"events": [],
|
|
4265
|
+
"js": { "properties": [], "events": [] }
|
|
4266
|
+
},
|
|
4266
4267
|
{
|
|
4267
4268
|
"name": "ui5-message-strip",
|
|
4268
4269
|
"description": "### Overview\n\nThe `ui5-message-strip` component enables the embedding of app-related messages.\nIt displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Critical and Negative.\nEach message can have a Close button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MessageStrip.js\";`\n---\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
@@ -4354,7 +4355,7 @@
|
|
|
4354
4355
|
{
|
|
4355
4356
|
"name": "name",
|
|
4356
4357
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
4357
|
-
"value": { "type": "string", "default": "
|
|
4358
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4358
4359
|
},
|
|
4359
4360
|
{
|
|
4360
4361
|
"name": "no-typeahead",
|
|
@@ -4364,7 +4365,7 @@
|
|
|
4364
4365
|
{
|
|
4365
4366
|
"name": "placeholder",
|
|
4366
4367
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
4367
|
-
"value": { "type": "string", "default": "
|
|
4368
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4368
4369
|
},
|
|
4369
4370
|
{
|
|
4370
4371
|
"name": "no-validation",
|
|
@@ -4410,12 +4411,12 @@
|
|
|
4410
4411
|
{
|
|
4411
4412
|
"name": "accessible-name",
|
|
4412
4413
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4413
|
-
"value": { "type": "string", "default": "
|
|
4414
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4414
4415
|
},
|
|
4415
4416
|
{
|
|
4416
4417
|
"name": "accessible-name-ref",
|
|
4417
4418
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4418
|
-
"value": { "type": "string", "default": "
|
|
4419
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4419
4420
|
},
|
|
4420
4421
|
{
|
|
4421
4422
|
"name": "show-select-all",
|
|
@@ -4474,7 +4475,7 @@
|
|
|
4474
4475
|
{
|
|
4475
4476
|
"name": "name",
|
|
4476
4477
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
4477
|
-
"value": { "type": "string" }
|
|
4478
|
+
"value": { "type": "string | undefined" }
|
|
4478
4479
|
},
|
|
4479
4480
|
{
|
|
4480
4481
|
"name": "no-typeahead",
|
|
@@ -4484,7 +4485,7 @@
|
|
|
4484
4485
|
{
|
|
4485
4486
|
"name": "placeholder",
|
|
4486
4487
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
4487
|
-
"value": { "type": "string" }
|
|
4488
|
+
"value": { "type": "string | undefined" }
|
|
4488
4489
|
},
|
|
4489
4490
|
{
|
|
4490
4491
|
"name": "no-validation",
|
|
@@ -4528,12 +4529,12 @@
|
|
|
4528
4529
|
{
|
|
4529
4530
|
"name": "accessible-name",
|
|
4530
4531
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4531
|
-
"value": { "type": "string" }
|
|
4532
|
+
"value": { "type": "string | undefined" }
|
|
4532
4533
|
},
|
|
4533
4534
|
{
|
|
4534
4535
|
"name": "accessible-name-ref",
|
|
4535
4536
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4536
|
-
"value": { "type": "string" }
|
|
4537
|
+
"value": { "type": "string | undefined" }
|
|
4537
4538
|
},
|
|
4538
4539
|
{
|
|
4539
4540
|
"name": "show-select-all",
|
|
@@ -4583,12 +4584,12 @@
|
|
|
4583
4584
|
{
|
|
4584
4585
|
"name": "text",
|
|
4585
4586
|
"description": "Defines the text of the component.",
|
|
4586
|
-
"value": { "type": "string", "default": "
|
|
4587
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4587
4588
|
},
|
|
4588
4589
|
{
|
|
4589
4590
|
"name": "additional-text",
|
|
4590
4591
|
"description": "Defines the additional text of the component.",
|
|
4591
|
-
"value": { "type": "string", "default": "
|
|
4592
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4592
4593
|
}
|
|
4593
4594
|
],
|
|
4594
4595
|
"events": [],
|
|
@@ -4602,12 +4603,12 @@
|
|
|
4602
4603
|
{
|
|
4603
4604
|
"name": "text",
|
|
4604
4605
|
"description": "Defines the text of the component.",
|
|
4605
|
-
"value": { "type": "string" }
|
|
4606
|
+
"value": { "type": "string | undefined" }
|
|
4606
4607
|
},
|
|
4607
4608
|
{
|
|
4608
4609
|
"name": "additional-text",
|
|
4609
4610
|
"description": "Defines the additional text of the component.",
|
|
4610
|
-
"value": { "type": "string" }
|
|
4611
|
+
"value": { "type": "string | undefined" }
|
|
4611
4612
|
}
|
|
4612
4613
|
],
|
|
4613
4614
|
"events": []
|
|
@@ -4619,9 +4620,9 @@
|
|
|
4619
4620
|
"doc-url": "",
|
|
4620
4621
|
"attributes": [
|
|
4621
4622
|
{
|
|
4622
|
-
"name": "text",
|
|
4623
|
+
"name": "header-text",
|
|
4623
4624
|
"description": "Defines the text of the component.",
|
|
4624
|
-
"value": { "type": "string", "default": "
|
|
4625
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4625
4626
|
}
|
|
4626
4627
|
],
|
|
4627
4628
|
"slots": [
|
|
@@ -4634,9 +4635,9 @@
|
|
|
4634
4635
|
"js": {
|
|
4635
4636
|
"properties": [
|
|
4636
4637
|
{
|
|
4637
|
-
"name": "text",
|
|
4638
|
+
"name": "header-text",
|
|
4638
4639
|
"description": "Defines the text of the component.",
|
|
4639
|
-
"value": { "type": "string" }
|
|
4640
|
+
"value": { "type": "string | undefined" }
|
|
4640
4641
|
}
|
|
4641
4642
|
],
|
|
4642
4643
|
"events": []
|
|
@@ -4655,7 +4656,7 @@
|
|
|
4655
4656
|
{
|
|
4656
4657
|
"name": "name",
|
|
4657
4658
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
4658
|
-
"value": { "type": "string", "default": "
|
|
4659
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4659
4660
|
},
|
|
4660
4661
|
{
|
|
4661
4662
|
"name": "disabled",
|
|
@@ -4665,7 +4666,7 @@
|
|
|
4665
4666
|
{
|
|
4666
4667
|
"name": "placeholder",
|
|
4667
4668
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
4668
|
-
"value": { "type": "string", "default": "
|
|
4669
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4669
4670
|
},
|
|
4670
4671
|
{
|
|
4671
4672
|
"name": "readonly",
|
|
@@ -4716,12 +4717,12 @@
|
|
|
4716
4717
|
{
|
|
4717
4718
|
"name": "accessible-name",
|
|
4718
4719
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4719
|
-
"value": { "type": "string", "default": "
|
|
4720
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4720
4721
|
},
|
|
4721
4722
|
{
|
|
4722
4723
|
"name": "accessible-name-ref",
|
|
4723
4724
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
4724
|
-
"value": { "type": "string", "default": "
|
|
4725
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4725
4726
|
},
|
|
4726
4727
|
{
|
|
4727
4728
|
"name": "show-clear-icon",
|
|
@@ -4777,7 +4778,7 @@
|
|
|
4777
4778
|
{
|
|
4778
4779
|
"name": "name",
|
|
4779
4780
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
4780
|
-
"value": { "type": "string" }
|
|
4781
|
+
"value": { "type": "string | undefined" }
|
|
4781
4782
|
},
|
|
4782
4783
|
{
|
|
4783
4784
|
"name": "disabled",
|
|
@@ -4787,7 +4788,7 @@
|
|
|
4787
4788
|
{
|
|
4788
4789
|
"name": "placeholder",
|
|
4789
4790
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
4790
|
-
"value": { "type": "string" }
|
|
4791
|
+
"value": { "type": "string | undefined" }
|
|
4791
4792
|
},
|
|
4792
4793
|
{
|
|
4793
4794
|
"name": "readonly",
|
|
@@ -4836,12 +4837,12 @@
|
|
|
4836
4837
|
{
|
|
4837
4838
|
"name": "accessible-name",
|
|
4838
4839
|
"description": "Defines the accessible ARIA name of the component.",
|
|
4839
|
-
"value": { "type": "string" }
|
|
4840
|
+
"value": { "type": "string | undefined" }
|
|
4840
4841
|
},
|
|
4841
4842
|
{
|
|
4842
4843
|
"name": "accessible-name-ref",
|
|
4843
4844
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
4844
|
-
"value": { "type": "string" }
|
|
4845
|
+
"value": { "type": "string | undefined" }
|
|
4845
4846
|
},
|
|
4846
4847
|
{
|
|
4847
4848
|
"name": "show-clear-icon",
|
|
@@ -4894,22 +4895,22 @@
|
|
|
4894
4895
|
{
|
|
4895
4896
|
"name": "value",
|
|
4896
4897
|
"description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
|
|
4897
|
-
"value": { "type": "string", "default": "
|
|
4898
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4898
4899
|
},
|
|
4899
4900
|
{
|
|
4900
4901
|
"name": "icon",
|
|
4901
4902
|
"description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
4902
|
-
"value": { "type": "string", "default": "
|
|
4903
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4903
4904
|
},
|
|
4904
4905
|
{
|
|
4905
4906
|
"name": "additional-text",
|
|
4906
4907
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
4907
|
-
"value": { "type": "string", "default": "
|
|
4908
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4908
4909
|
},
|
|
4909
4910
|
{
|
|
4910
4911
|
"name": "tooltip",
|
|
4911
4912
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
4912
|
-
"value": { "type": "string", "default": "
|
|
4913
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4913
4914
|
},
|
|
4914
4915
|
{
|
|
4915
4916
|
"name": "selected",
|
|
@@ -4929,22 +4930,22 @@
|
|
|
4929
4930
|
{
|
|
4930
4931
|
"name": "value",
|
|
4931
4932
|
"description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
|
|
4932
|
-
"value": { "type": "string" }
|
|
4933
|
+
"value": { "type": "string | undefined" }
|
|
4933
4934
|
},
|
|
4934
4935
|
{
|
|
4935
4936
|
"name": "icon",
|
|
4936
4937
|
"description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
4937
|
-
"value": { "type": "string" }
|
|
4938
|
+
"value": { "type": "string | undefined" }
|
|
4938
4939
|
},
|
|
4939
4940
|
{
|
|
4940
4941
|
"name": "additional-text",
|
|
4941
4942
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
4942
|
-
"value": { "type": "string" }
|
|
4943
|
+
"value": { "type": "string | undefined" }
|
|
4943
4944
|
},
|
|
4944
4945
|
{
|
|
4945
4946
|
"name": "tooltip",
|
|
4946
4947
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
4947
|
-
"value": { "type": "string" }
|
|
4948
|
+
"value": { "type": "string | undefined" }
|
|
4948
4949
|
},
|
|
4949
4950
|
{
|
|
4950
4951
|
"name": "selected",
|
|
@@ -4963,17 +4964,17 @@
|
|
|
4963
4964
|
{
|
|
4964
4965
|
"name": "display-text",
|
|
4965
4966
|
"description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
|
|
4966
|
-
"value": { "type": "string", "default": "
|
|
4967
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4967
4968
|
},
|
|
4968
4969
|
{
|
|
4969
4970
|
"name": "value",
|
|
4970
4971
|
"description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
|
|
4971
|
-
"value": { "type": "string", "default": "
|
|
4972
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4972
4973
|
},
|
|
4973
4974
|
{
|
|
4974
4975
|
"name": "tooltip",
|
|
4975
4976
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
4976
|
-
"value": { "type": "string", "default": "
|
|
4977
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4977
4978
|
},
|
|
4978
4979
|
{
|
|
4979
4980
|
"name": "selected",
|
|
@@ -4993,17 +4994,17 @@
|
|
|
4993
4994
|
{
|
|
4994
4995
|
"name": "display-text",
|
|
4995
4996
|
"description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
|
|
4996
|
-
"value": { "type": "string" }
|
|
4997
|
+
"value": { "type": "string | undefined" }
|
|
4997
4998
|
},
|
|
4998
4999
|
{
|
|
4999
5000
|
"name": "value",
|
|
5000
5001
|
"description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
|
|
5001
|
-
"value": { "type": "string" }
|
|
5002
|
+
"value": { "type": "string | undefined" }
|
|
5002
5003
|
},
|
|
5003
5004
|
{
|
|
5004
5005
|
"name": "tooltip",
|
|
5005
5006
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
5006
|
-
"value": { "type": "string" }
|
|
5007
|
+
"value": { "type": "string | undefined" }
|
|
5007
5008
|
},
|
|
5008
5009
|
{
|
|
5009
5010
|
"name": "selected",
|
|
@@ -5022,7 +5023,7 @@
|
|
|
5022
5023
|
{
|
|
5023
5024
|
"name": "header-text",
|
|
5024
5025
|
"description": "This property is used to set the header text of the component.\nThe text is visible in both expanded and collapsed states.\n\n**Note:** This property is overridden by the `header` slot.",
|
|
5025
|
-
"value": { "type": "string", "default": "
|
|
5026
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5026
5027
|
},
|
|
5027
5028
|
{
|
|
5028
5029
|
"name": "fixed",
|
|
@@ -5058,7 +5059,7 @@
|
|
|
5058
5059
|
{
|
|
5059
5060
|
"name": "accessible-name",
|
|
5060
5061
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5061
|
-
"value": { "type": "string", "default": "
|
|
5062
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5062
5063
|
},
|
|
5063
5064
|
{
|
|
5064
5065
|
"name": "sticky-header",
|
|
@@ -5087,7 +5088,7 @@
|
|
|
5087
5088
|
{
|
|
5088
5089
|
"name": "header-text",
|
|
5089
5090
|
"description": "This property is used to set the header text of the component.\nThe text is visible in both expanded and collapsed states.\n\n**Note:** This property is overridden by the `header` slot.",
|
|
5090
|
-
"value": { "type": "string" }
|
|
5091
|
+
"value": { "type": "string | undefined" }
|
|
5091
5092
|
},
|
|
5092
5093
|
{
|
|
5093
5094
|
"name": "fixed",
|
|
@@ -5119,7 +5120,7 @@
|
|
|
5119
5120
|
{
|
|
5120
5121
|
"name": "accessible-name",
|
|
5121
5122
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5122
|
-
"value": { "type": "string" }
|
|
5123
|
+
"value": { "type": "string | undefined" }
|
|
5123
5124
|
},
|
|
5124
5125
|
{
|
|
5125
5126
|
"name": "sticky-header",
|
|
@@ -5143,7 +5144,7 @@
|
|
|
5143
5144
|
{
|
|
5144
5145
|
"name": "header-text",
|
|
5145
5146
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
5146
|
-
"value": { "type": "string", "default": "
|
|
5147
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5147
5148
|
},
|
|
5148
5149
|
{
|
|
5149
5150
|
"name": "placement",
|
|
@@ -5192,7 +5193,7 @@
|
|
|
5192
5193
|
{
|
|
5193
5194
|
"name": "initial-focus",
|
|
5194
5195
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
5195
|
-
"value": { "type": "string", "default": "
|
|
5196
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5196
5197
|
},
|
|
5197
5198
|
{
|
|
5198
5199
|
"name": "prevent-focus-restore",
|
|
@@ -5207,7 +5208,7 @@
|
|
|
5207
5208
|
{
|
|
5208
5209
|
"name": "accessible-name-ref",
|
|
5209
5210
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5210
|
-
"value": { "type": "string", "default": "
|
|
5211
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5211
5212
|
},
|
|
5212
5213
|
{
|
|
5213
5214
|
"name": "accessible-role",
|
|
@@ -5261,7 +5262,7 @@
|
|
|
5261
5262
|
{
|
|
5262
5263
|
"name": "header-text",
|
|
5263
5264
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
5264
|
-
"value": { "type": "string" }
|
|
5265
|
+
"value": { "type": "string | undefined" }
|
|
5265
5266
|
},
|
|
5266
5267
|
{
|
|
5267
5268
|
"name": "placement",
|
|
@@ -5307,7 +5308,7 @@
|
|
|
5307
5308
|
{
|
|
5308
5309
|
"name": "initial-focus",
|
|
5309
5310
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
5310
|
-
"value": { "type": "string" }
|
|
5311
|
+
"value": { "type": "string | undefined" }
|
|
5311
5312
|
},
|
|
5312
5313
|
{
|
|
5313
5314
|
"name": "prevent-focus-restore",
|
|
@@ -5322,7 +5323,7 @@
|
|
|
5322
5323
|
{
|
|
5323
5324
|
"name": "accessible-name-ref",
|
|
5324
5325
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5325
|
-
"value": { "type": "string" }
|
|
5326
|
+
"value": { "type": "string | undefined" }
|
|
5326
5327
|
},
|
|
5327
5328
|
{
|
|
5328
5329
|
"name": "accessible-role",
|
|
@@ -5368,7 +5369,7 @@
|
|
|
5368
5369
|
{
|
|
5369
5370
|
"name": "accessible-name",
|
|
5370
5371
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5371
|
-
"value": { "type": "string", "default": "
|
|
5372
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5372
5373
|
},
|
|
5373
5374
|
{
|
|
5374
5375
|
"name": "hide-value",
|
|
@@ -5383,10 +5384,7 @@
|
|
|
5383
5384
|
{
|
|
5384
5385
|
"name": "display-value",
|
|
5385
5386
|
"description": "Specifies the text value to be displayed in the bar.\n\n**Note:**\n\n- If there is no value provided or the value is empty, the default percentage value is shown.\n- If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.",
|
|
5386
|
-
"value": {
|
|
5387
|
-
"type": "string | null | undefined",
|
|
5388
|
-
"default": "null"
|
|
5389
|
-
}
|
|
5387
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5390
5388
|
},
|
|
5391
5389
|
{
|
|
5392
5390
|
"name": "value-state",
|
|
@@ -5403,7 +5401,7 @@
|
|
|
5403
5401
|
{
|
|
5404
5402
|
"name": "accessible-name",
|
|
5405
5403
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5406
|
-
"value": { "type": "string" }
|
|
5404
|
+
"value": { "type": "string | undefined" }
|
|
5407
5405
|
},
|
|
5408
5406
|
{
|
|
5409
5407
|
"name": "hide-value",
|
|
@@ -5418,7 +5416,7 @@
|
|
|
5418
5416
|
{
|
|
5419
5417
|
"name": "display-value",
|
|
5420
5418
|
"description": "Specifies the text value to be displayed in the bar.\n\n**Note:**\n\n- If there is no value provided or the value is empty, the default percentage value is shown.\n- If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.",
|
|
5421
|
-
"value": { "type": "string |
|
|
5419
|
+
"value": { "type": "string | undefined" }
|
|
5422
5420
|
},
|
|
5423
5421
|
{
|
|
5424
5422
|
"name": "value-state",
|
|
@@ -5459,7 +5457,7 @@
|
|
|
5459
5457
|
{
|
|
5460
5458
|
"name": "text",
|
|
5461
5459
|
"description": "Defines the text of the component.",
|
|
5462
|
-
"value": { "type": "string", "default": "
|
|
5460
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5463
5461
|
},
|
|
5464
5462
|
{
|
|
5465
5463
|
"name": "value-state",
|
|
@@ -5472,7 +5470,7 @@
|
|
|
5472
5470
|
{
|
|
5473
5471
|
"name": "name",
|
|
5474
5472
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\nRadio buttons with the same `name` will form a radio button group.\n\n**Note:** By this name the component will be identified upon submission in an HTML form.\n\n**Note:** The selection can be changed with `ARROW_UP/DOWN` and `ARROW_LEFT/RIGHT` keys between radio buttons in same group.\n\n**Note:** Only one radio button can be selected per group.",
|
|
5475
|
-
"value": { "type": "string", "default": "
|
|
5473
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5476
5474
|
},
|
|
5477
5475
|
{
|
|
5478
5476
|
"name": "value",
|
|
@@ -5490,12 +5488,12 @@
|
|
|
5490
5488
|
{
|
|
5491
5489
|
"name": "accessible-name",
|
|
5492
5490
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5493
|
-
"value": { "type": "string", "default": "
|
|
5491
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5494
5492
|
},
|
|
5495
5493
|
{
|
|
5496
5494
|
"name": "accessible-name-ref",
|
|
5497
5495
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5498
|
-
"value": { "type": "string", "default": "
|
|
5496
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5499
5497
|
}
|
|
5500
5498
|
],
|
|
5501
5499
|
"events": [
|
|
@@ -5529,7 +5527,7 @@
|
|
|
5529
5527
|
{
|
|
5530
5528
|
"name": "text",
|
|
5531
5529
|
"description": "Defines the text of the component.",
|
|
5532
|
-
"value": { "type": "string" }
|
|
5530
|
+
"value": { "type": "string | undefined" }
|
|
5533
5531
|
},
|
|
5534
5532
|
{
|
|
5535
5533
|
"name": "value-state",
|
|
@@ -5541,7 +5539,7 @@
|
|
|
5541
5539
|
{
|
|
5542
5540
|
"name": "name",
|
|
5543
5541
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\nRadio buttons with the same `name` will form a radio button group.\n\n**Note:** By this name the component will be identified upon submission in an HTML form.\n\n**Note:** The selection can be changed with `ARROW_UP/DOWN` and `ARROW_LEFT/RIGHT` keys between radio buttons in same group.\n\n**Note:** Only one radio button can be selected per group.",
|
|
5544
|
-
"value": { "type": "string" }
|
|
5542
|
+
"value": { "type": "string | undefined" }
|
|
5545
5543
|
},
|
|
5546
5544
|
{
|
|
5547
5545
|
"name": "value",
|
|
@@ -5556,12 +5554,12 @@
|
|
|
5556
5554
|
{
|
|
5557
5555
|
"name": "accessible-name",
|
|
5558
5556
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5559
|
-
"value": { "type": "string" }
|
|
5557
|
+
"value": { "type": "string | undefined" }
|
|
5560
5558
|
},
|
|
5561
5559
|
{
|
|
5562
5560
|
"name": "accessible-name-ref",
|
|
5563
5561
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5564
|
-
"value": { "type": "string" }
|
|
5562
|
+
"value": { "type": "string | undefined" }
|
|
5565
5563
|
}
|
|
5566
5564
|
],
|
|
5567
5565
|
"events": [
|
|
@@ -5600,7 +5598,7 @@
|
|
|
5600
5598
|
{
|
|
5601
5599
|
"name": "name",
|
|
5602
5600
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
5603
|
-
"value": { "type": "string", "default": "
|
|
5601
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5604
5602
|
},
|
|
5605
5603
|
{
|
|
5606
5604
|
"name": "step",
|
|
@@ -5630,7 +5628,7 @@
|
|
|
5630
5628
|
{
|
|
5631
5629
|
"name": "accessible-name",
|
|
5632
5630
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5633
|
-
"value": { "type": "string", "default": "
|
|
5631
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5634
5632
|
}
|
|
5635
5633
|
],
|
|
5636
5634
|
"events": [
|
|
@@ -5668,7 +5666,7 @@
|
|
|
5668
5666
|
{
|
|
5669
5667
|
"name": "name",
|
|
5670
5668
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
5671
|
-
"value": { "type": "string" }
|
|
5669
|
+
"value": { "type": "string | undefined" }
|
|
5672
5670
|
},
|
|
5673
5671
|
{
|
|
5674
5672
|
"name": "step",
|
|
@@ -5698,7 +5696,7 @@
|
|
|
5698
5696
|
{
|
|
5699
5697
|
"name": "accessible-name",
|
|
5700
5698
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5701
|
-
"value": { "type": "string" }
|
|
5699
|
+
"value": { "type": "string | undefined" }
|
|
5702
5700
|
}
|
|
5703
5701
|
],
|
|
5704
5702
|
"events": [
|
|
@@ -5741,12 +5739,12 @@
|
|
|
5741
5739
|
{
|
|
5742
5740
|
"name": "accessible-name",
|
|
5743
5741
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5744
|
-
"value": { "type": "string", "default": "
|
|
5742
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5745
5743
|
},
|
|
5746
5744
|
{
|
|
5747
5745
|
"name": "accessible-name-ref",
|
|
5748
5746
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
5749
|
-
"value": { "type": "string", "default": "
|
|
5747
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5750
5748
|
},
|
|
5751
5749
|
{
|
|
5752
5750
|
"name": "required",
|
|
@@ -5756,7 +5754,7 @@
|
|
|
5756
5754
|
{
|
|
5757
5755
|
"name": "tooltip",
|
|
5758
5756
|
"description": "Defines the tooltip of the component.",
|
|
5759
|
-
"value": { "type": "string", "default": "
|
|
5757
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5760
5758
|
}
|
|
5761
5759
|
],
|
|
5762
5760
|
"events": [
|
|
@@ -5790,12 +5788,12 @@
|
|
|
5790
5788
|
{
|
|
5791
5789
|
"name": "accessible-name",
|
|
5792
5790
|
"description": "Defines the accessible ARIA name of the component.",
|
|
5793
|
-
"value": { "type": "string" }
|
|
5791
|
+
"value": { "type": "string | undefined" }
|
|
5794
5792
|
},
|
|
5795
5793
|
{
|
|
5796
5794
|
"name": "accessible-name-ref",
|
|
5797
5795
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
5798
|
-
"value": { "type": "string" }
|
|
5796
|
+
"value": { "type": "string | undefined" }
|
|
5799
5797
|
},
|
|
5800
5798
|
{
|
|
5801
5799
|
"name": "required",
|
|
@@ -5805,7 +5803,7 @@
|
|
|
5805
5803
|
{
|
|
5806
5804
|
"name": "tooltip",
|
|
5807
5805
|
"description": "Defines the tooltip of the component.",
|
|
5808
|
-
"value": { "type": "string" }
|
|
5806
|
+
"value": { "type": "string | undefined" }
|
|
5809
5807
|
}
|
|
5810
5808
|
],
|
|
5811
5809
|
"events": [
|
|
@@ -5824,7 +5822,7 @@
|
|
|
5824
5822
|
{
|
|
5825
5823
|
"name": "header-text",
|
|
5826
5824
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
5827
|
-
"value": { "type": "string", "default": "
|
|
5825
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5828
5826
|
},
|
|
5829
5827
|
{
|
|
5830
5828
|
"name": "placement",
|
|
@@ -5873,7 +5871,7 @@
|
|
|
5873
5871
|
{
|
|
5874
5872
|
"name": "initial-focus",
|
|
5875
5873
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
5876
|
-
"value": { "type": "string", "default": "
|
|
5874
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5877
5875
|
},
|
|
5878
5876
|
{
|
|
5879
5877
|
"name": "prevent-focus-restore",
|
|
@@ -5888,7 +5886,7 @@
|
|
|
5888
5886
|
{
|
|
5889
5887
|
"name": "accessible-name-ref",
|
|
5890
5888
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5891
|
-
"value": { "type": "string", "default": "
|
|
5889
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5892
5890
|
},
|
|
5893
5891
|
{
|
|
5894
5892
|
"name": "accessible-role",
|
|
@@ -5932,7 +5930,7 @@
|
|
|
5932
5930
|
{
|
|
5933
5931
|
"name": "header-text",
|
|
5934
5932
|
"description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
|
|
5935
|
-
"value": { "type": "string" }
|
|
5933
|
+
"value": { "type": "string | undefined" }
|
|
5936
5934
|
},
|
|
5937
5935
|
{
|
|
5938
5936
|
"name": "placement",
|
|
@@ -5978,7 +5976,7 @@
|
|
|
5978
5976
|
{
|
|
5979
5977
|
"name": "initial-focus",
|
|
5980
5978
|
"description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
|
|
5981
|
-
"value": { "type": "string" }
|
|
5979
|
+
"value": { "type": "string | undefined" }
|
|
5982
5980
|
},
|
|
5983
5981
|
{
|
|
5984
5982
|
"name": "prevent-focus-restore",
|
|
@@ -5993,7 +5991,7 @@
|
|
|
5993
5991
|
{
|
|
5994
5992
|
"name": "accessible-name-ref",
|
|
5995
5993
|
"description": "Defines the IDs of the elements that label the component.",
|
|
5996
|
-
"value": { "type": "string" }
|
|
5994
|
+
"value": { "type": "string | undefined" }
|
|
5997
5995
|
},
|
|
5998
5996
|
{
|
|
5999
5997
|
"name": "accessible-role",
|
|
@@ -6111,7 +6109,7 @@
|
|
|
6111
6109
|
{
|
|
6112
6110
|
"name": "tooltip",
|
|
6113
6111
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
6114
|
-
"value": { "type": "string", "default": "
|
|
6112
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6115
6113
|
},
|
|
6116
6114
|
{
|
|
6117
6115
|
"name": "accessible-name",
|
|
@@ -6121,12 +6119,12 @@
|
|
|
6121
6119
|
{
|
|
6122
6120
|
"name": "accessible-name-ref",
|
|
6123
6121
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
6124
|
-
"value": { "type": "string", "default": "
|
|
6122
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6125
6123
|
},
|
|
6126
6124
|
{
|
|
6127
6125
|
"name": "icon",
|
|
6128
6126
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
6129
|
-
"value": { "type": "string", "default": "
|
|
6127
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6130
6128
|
}
|
|
6131
6129
|
],
|
|
6132
6130
|
"slots": [
|
|
@@ -6151,7 +6149,7 @@
|
|
|
6151
6149
|
{
|
|
6152
6150
|
"name": "tooltip",
|
|
6153
6151
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
6154
|
-
"value": { "type": "string" }
|
|
6152
|
+
"value": { "type": "string | undefined" }
|
|
6155
6153
|
},
|
|
6156
6154
|
{
|
|
6157
6155
|
"name": "accessible-name",
|
|
@@ -6161,12 +6159,12 @@
|
|
|
6161
6159
|
{
|
|
6162
6160
|
"name": "accessible-name-ref",
|
|
6163
6161
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
6164
|
-
"value": { "type": "string" }
|
|
6162
|
+
"value": { "type": "string | undefined" }
|
|
6165
6163
|
},
|
|
6166
6164
|
{
|
|
6167
6165
|
"name": "icon",
|
|
6168
6166
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
6169
|
-
"value": { "type": "string" }
|
|
6167
|
+
"value": { "type": "string | undefined" }
|
|
6170
6168
|
}
|
|
6171
6169
|
],
|
|
6172
6170
|
"events": []
|
|
@@ -6185,7 +6183,7 @@
|
|
|
6185
6183
|
{
|
|
6186
6184
|
"name": "name",
|
|
6187
6185
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6188
|
-
"value": { "type": "string", "default": "
|
|
6186
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6189
6187
|
},
|
|
6190
6188
|
{
|
|
6191
6189
|
"name": "value-state",
|
|
@@ -6208,12 +6206,12 @@
|
|
|
6208
6206
|
{
|
|
6209
6207
|
"name": "accessible-name",
|
|
6210
6208
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6211
|
-
"value": { "type": "string", "default": "
|
|
6209
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6212
6210
|
},
|
|
6213
6211
|
{
|
|
6214
6212
|
"name": "accessible-name-ref",
|
|
6215
6213
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
6216
|
-
"value": { "type": "string", "default": "
|
|
6214
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6217
6215
|
},
|
|
6218
6216
|
{
|
|
6219
6217
|
"name": "value",
|
|
@@ -6268,7 +6266,7 @@
|
|
|
6268
6266
|
{
|
|
6269
6267
|
"name": "name",
|
|
6270
6268
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6271
|
-
"value": { "type": "string" }
|
|
6269
|
+
"value": { "type": "string | undefined" }
|
|
6272
6270
|
},
|
|
6273
6271
|
{
|
|
6274
6272
|
"name": "value-state",
|
|
@@ -6290,12 +6288,12 @@
|
|
|
6290
6288
|
{
|
|
6291
6289
|
"name": "accessible-name",
|
|
6292
6290
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6293
|
-
"value": { "type": "string" }
|
|
6291
|
+
"value": { "type": "string | undefined" }
|
|
6294
6292
|
},
|
|
6295
6293
|
{
|
|
6296
6294
|
"name": "accessible-name-ref",
|
|
6297
6295
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
6298
|
-
"value": { "type": "string" }
|
|
6296
|
+
"value": { "type": "string | undefined" }
|
|
6299
6297
|
},
|
|
6300
6298
|
{
|
|
6301
6299
|
"name": "value",
|
|
@@ -6351,7 +6349,7 @@
|
|
|
6351
6349
|
{
|
|
6352
6350
|
"name": "name",
|
|
6353
6351
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6354
|
-
"value": { "type": "string", "default": "
|
|
6352
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6355
6353
|
},
|
|
6356
6354
|
{
|
|
6357
6355
|
"name": "step",
|
|
@@ -6381,7 +6379,7 @@
|
|
|
6381
6379
|
{
|
|
6382
6380
|
"name": "accessible-name",
|
|
6383
6381
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6384
|
-
"value": { "type": "string", "default": "
|
|
6382
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6385
6383
|
}
|
|
6386
6384
|
],
|
|
6387
6385
|
"events": [
|
|
@@ -6414,7 +6412,7 @@
|
|
|
6414
6412
|
{
|
|
6415
6413
|
"name": "name",
|
|
6416
6414
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6417
|
-
"value": { "type": "string" }
|
|
6415
|
+
"value": { "type": "string | undefined" }
|
|
6418
6416
|
},
|
|
6419
6417
|
{
|
|
6420
6418
|
"name": "step",
|
|
@@ -6444,7 +6442,7 @@
|
|
|
6444
6442
|
{
|
|
6445
6443
|
"name": "accessible-name",
|
|
6446
6444
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6447
|
-
"value": { "type": "string" }
|
|
6445
|
+
"value": { "type": "string | undefined" }
|
|
6448
6446
|
}
|
|
6449
6447
|
],
|
|
6450
6448
|
"events": [
|
|
@@ -6464,6 +6462,11 @@
|
|
|
6464
6462
|
"description": "### Overview\n\nThe `ui5-special-date` component defines a special calendar date to be used inside `ui5-calendar`,\nwhich is visually distinguished from the rest of the dates.\n---\n",
|
|
6465
6463
|
"doc-url": "",
|
|
6466
6464
|
"attributes": [
|
|
6465
|
+
{
|
|
6466
|
+
"name": "value",
|
|
6467
|
+
"description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
6468
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
6469
|
+
},
|
|
6467
6470
|
{
|
|
6468
6471
|
"name": "type",
|
|
6469
6472
|
"description": "Defines the type of the special date.",
|
|
@@ -6471,27 +6474,22 @@
|
|
|
6471
6474
|
"type": "\"Today\" | \"Selected\" | \"None\" | \"Working\" | \"NonWorking\" | \"Type01\" | \"Type02\" | \"Type03\" | \"Type04\" | \"Type05\" | \"Type06\" | \"Type07\" | \"Type08\" | \"Type09\" | \"Type10\" | \"Type11\" | ... 8 more ... | \"Type20\"",
|
|
6472
6475
|
"default": "\"None\""
|
|
6473
6476
|
}
|
|
6474
|
-
},
|
|
6475
|
-
{
|
|
6476
|
-
"name": "value",
|
|
6477
|
-
"description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
6478
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
6479
6477
|
}
|
|
6480
6478
|
],
|
|
6481
6479
|
"events": [],
|
|
6482
6480
|
"js": {
|
|
6483
6481
|
"properties": [
|
|
6482
|
+
{
|
|
6483
|
+
"name": "value",
|
|
6484
|
+
"description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
6485
|
+
"value": { "type": "string" }
|
|
6486
|
+
},
|
|
6484
6487
|
{
|
|
6485
6488
|
"name": "type",
|
|
6486
6489
|
"description": "Defines the type of the special date.",
|
|
6487
6490
|
"value": {
|
|
6488
6491
|
"type": "\"Today\" | \"Selected\" | \"None\" | \"Working\" | \"NonWorking\" | \"Type01\" | \"Type02\" | \"Type03\" | \"Type04\" | \"Type05\" | \"Type06\" | \"Type07\" | \"Type08\" | \"Type09\" | \"Type10\" | \"Type11\" | ... 8 more ... | \"Type20\""
|
|
6489
6492
|
}
|
|
6490
|
-
},
|
|
6491
|
-
{
|
|
6492
|
-
"name": "value",
|
|
6493
|
-
"description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
6494
|
-
"value": { "type": "string" }
|
|
6495
6493
|
}
|
|
6496
6494
|
],
|
|
6497
6495
|
"events": []
|
|
@@ -6505,7 +6503,7 @@
|
|
|
6505
6503
|
{
|
|
6506
6504
|
"name": "icon",
|
|
6507
6505
|
"description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
6508
|
-
"value": { "type": "string", "default": "
|
|
6506
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6509
6507
|
},
|
|
6510
6508
|
{
|
|
6511
6509
|
"name": "active-arrow-button",
|
|
@@ -6552,7 +6550,7 @@
|
|
|
6552
6550
|
{
|
|
6553
6551
|
"name": "icon",
|
|
6554
6552
|
"description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
6555
|
-
"value": { "type": "string" }
|
|
6553
|
+
"value": { "type": "string | undefined" }
|
|
6556
6554
|
},
|
|
6557
6555
|
{
|
|
6558
6556
|
"name": "active-arrow-button",
|
|
@@ -6645,7 +6643,7 @@
|
|
|
6645
6643
|
{
|
|
6646
6644
|
"name": "name",
|
|
6647
6645
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6648
|
-
"value": { "type": "string", "default": "
|
|
6646
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6649
6647
|
},
|
|
6650
6648
|
{
|
|
6651
6649
|
"name": "value-precision",
|
|
@@ -6655,12 +6653,12 @@
|
|
|
6655
6653
|
{
|
|
6656
6654
|
"name": "accessible-name",
|
|
6657
6655
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6658
|
-
"value": { "type": "string", "default": "
|
|
6656
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6659
6657
|
},
|
|
6660
6658
|
{
|
|
6661
6659
|
"name": "accessible-name-ref",
|
|
6662
6660
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
6663
|
-
"value": { "type": "string", "default": "
|
|
6661
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6664
6662
|
}
|
|
6665
6663
|
],
|
|
6666
6664
|
"slots": [
|
|
@@ -6731,7 +6729,7 @@
|
|
|
6731
6729
|
{
|
|
6732
6730
|
"name": "name",
|
|
6733
6731
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6734
|
-
"value": { "type": "string" }
|
|
6732
|
+
"value": { "type": "string | undefined" }
|
|
6735
6733
|
},
|
|
6736
6734
|
{
|
|
6737
6735
|
"name": "value-precision",
|
|
@@ -6741,12 +6739,12 @@
|
|
|
6741
6739
|
{
|
|
6742
6740
|
"name": "accessible-name",
|
|
6743
6741
|
"description": "Defines the accessible ARIA name of the component.",
|
|
6744
|
-
"value": { "type": "string" }
|
|
6742
|
+
"value": { "type": "string | undefined" }
|
|
6745
6743
|
},
|
|
6746
6744
|
{
|
|
6747
6745
|
"name": "accessible-name-ref",
|
|
6748
6746
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
6749
|
-
"value": { "type": "string" }
|
|
6747
|
+
"value": { "type": "string | undefined" }
|
|
6750
6748
|
}
|
|
6751
6749
|
],
|
|
6752
6750
|
"events": [
|
|
@@ -6762,14 +6760,19 @@
|
|
|
6762
6760
|
}
|
|
6763
6761
|
},
|
|
6764
6762
|
{
|
|
6765
|
-
"name": "ui5-suggestion-
|
|
6766
|
-
"description": "The `ui5-suggestion-
|
|
6763
|
+
"name": "ui5-suggestion-item",
|
|
6764
|
+
"description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n---\n",
|
|
6767
6765
|
"doc-url": "",
|
|
6768
6766
|
"attributes": [
|
|
6769
6767
|
{
|
|
6770
6768
|
"name": "text",
|
|
6771
|
-
"description": "Defines the text of the
|
|
6772
|
-
"value": { "type": "string", "default": "
|
|
6769
|
+
"description": "Defines the text of the component.",
|
|
6770
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
"name": "additional-text",
|
|
6774
|
+
"description": "Defines the `additionalText`, displayed in the end of the item.",
|
|
6775
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6773
6776
|
}
|
|
6774
6777
|
],
|
|
6775
6778
|
"events": [],
|
|
@@ -6777,111 +6780,81 @@
|
|
|
6777
6780
|
"properties": [
|
|
6778
6781
|
{
|
|
6779
6782
|
"name": "text",
|
|
6780
|
-
"description": "Defines the text of the
|
|
6781
|
-
"value": { "type": "string" }
|
|
6783
|
+
"description": "Defines the text of the component.",
|
|
6784
|
+
"value": { "type": "string | undefined" }
|
|
6785
|
+
},
|
|
6786
|
+
{
|
|
6787
|
+
"name": "additional-text",
|
|
6788
|
+
"description": "Defines the `additionalText`, displayed in the end of the item.",
|
|
6789
|
+
"value": { "type": "string | undefined" }
|
|
6782
6790
|
}
|
|
6783
6791
|
],
|
|
6784
6792
|
"events": []
|
|
6785
6793
|
}
|
|
6786
6794
|
},
|
|
6787
6795
|
{
|
|
6788
|
-
"name": "ui5-suggestion-item",
|
|
6789
|
-
"description": "The `ui5-suggestion-item`
|
|
6796
|
+
"name": "ui5-suggestion-item-custom",
|
|
6797
|
+
"description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js\"\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
|
|
6790
6798
|
"doc-url": "",
|
|
6791
6799
|
"attributes": [
|
|
6792
6800
|
{
|
|
6793
6801
|
"name": "text",
|
|
6794
|
-
"description": "Defines the text of the
|
|
6795
|
-
"value": { "type": "string", "default": "
|
|
6796
|
-
}
|
|
6802
|
+
"description": "Defines the text of the `ui5-suggestion-item-custom`.\n**Note:** The text property is considered only for autocomplete.",
|
|
6803
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6804
|
+
}
|
|
6805
|
+
],
|
|
6806
|
+
"slots": [
|
|
6797
6807
|
{
|
|
6798
|
-
"name": "
|
|
6799
|
-
"description": "Defines the
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6808
|
+
"name": "default",
|
|
6809
|
+
"description": "Defines the content of the component."
|
|
6810
|
+
}
|
|
6811
|
+
],
|
|
6812
|
+
"events": [],
|
|
6813
|
+
"js": {
|
|
6814
|
+
"properties": [
|
|
6815
|
+
{
|
|
6816
|
+
"name": "text",
|
|
6817
|
+
"description": "Defines the text of the `ui5-suggestion-item-custom`.\n**Note:** The text property is considered only for autocomplete.",
|
|
6818
|
+
"value": { "type": "string | undefined" }
|
|
6803
6819
|
}
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
6814
|
-
},
|
|
6815
|
-
{
|
|
6816
|
-
"name": "icon-end",
|
|
6817
|
-
"description": "Defines whether the `icon` should be displayed in the beginning of the item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.",
|
|
6818
|
-
"value": { "type": "boolean", "default": "false" }
|
|
6819
|
-
},
|
|
6820
|
-
{
|
|
6821
|
-
"name": "image",
|
|
6822
|
-
"description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the item.",
|
|
6823
|
-
"value": { "type": "string", "default": "\"\"" }
|
|
6824
|
-
},
|
|
6820
|
+
],
|
|
6821
|
+
"events": []
|
|
6822
|
+
}
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"name": "ui5-suggestion-item-group",
|
|
6826
|
+
"description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.",
|
|
6827
|
+
"doc-url": "",
|
|
6828
|
+
"attributes": [
|
|
6825
6829
|
{
|
|
6826
|
-
"name": "
|
|
6827
|
-
"description": "Defines the
|
|
6828
|
-
"value": { "type": "string", "default": "
|
|
6830
|
+
"name": "header-text",
|
|
6831
|
+
"description": "Defines the header text of the <code>ui5-li-group</code>.",
|
|
6832
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6829
6833
|
},
|
|
6830
6834
|
{
|
|
6831
|
-
"name": "
|
|
6832
|
-
"description": "Defines the
|
|
6833
|
-
"value": {
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6835
|
+
"name": "header-accessible-name",
|
|
6836
|
+
"description": "Defines the accessible name of the header.",
|
|
6837
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
6840
|
+
"slots": [
|
|
6841
|
+
{
|
|
6842
|
+
"name": "default",
|
|
6843
|
+
"description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
|
|
6837
6844
|
}
|
|
6838
6845
|
],
|
|
6839
6846
|
"events": [],
|
|
6840
6847
|
"js": {
|
|
6841
6848
|
"properties": [
|
|
6842
6849
|
{
|
|
6843
|
-
"name": "text",
|
|
6844
|
-
"description": "Defines the text of the
|
|
6845
|
-
"value": { "type": "string" }
|
|
6846
|
-
},
|
|
6847
|
-
{
|
|
6848
|
-
"name": "type",
|
|
6849
|
-
"description": "Defines the visual indication and behavior of the item.\nAvailable options are `Active` (by default), `Inactive` and `Detail`.\n\n**Note:** When set to `Active`, the item will provide visual response upon press and hover,\nwhile when `Inactive` or `Detail` - will not.",
|
|
6850
|
-
"value": {
|
|
6851
|
-
"type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
6852
|
-
}
|
|
6853
|
-
},
|
|
6854
|
-
{
|
|
6855
|
-
"name": "description",
|
|
6856
|
-
"description": "Defines the description displayed right under the item text, if such is present.",
|
|
6857
|
-
"value": { "type": "string" }
|
|
6858
|
-
},
|
|
6859
|
-
{
|
|
6860
|
-
"name": "icon",
|
|
6861
|
-
"description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
6862
|
-
"value": { "type": "string" }
|
|
6863
|
-
},
|
|
6864
|
-
{
|
|
6865
|
-
"name": "icon-end",
|
|
6866
|
-
"description": "Defines whether the `icon` should be displayed in the beginning of the item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.",
|
|
6867
|
-
"value": { "type": "boolean" }
|
|
6868
|
-
},
|
|
6869
|
-
{
|
|
6870
|
-
"name": "image",
|
|
6871
|
-
"description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the item.",
|
|
6872
|
-
"value": { "type": "string" }
|
|
6873
|
-
},
|
|
6874
|
-
{
|
|
6875
|
-
"name": "additional-text",
|
|
6876
|
-
"description": "Defines the `additionalText`, displayed in the end of the item.",
|
|
6877
|
-
"value": { "type": "string" }
|
|
6850
|
+
"name": "header-text",
|
|
6851
|
+
"description": "Defines the header text of the <code>ui5-li-group</code>.",
|
|
6852
|
+
"value": { "type": "string | undefined" }
|
|
6878
6853
|
},
|
|
6879
6854
|
{
|
|
6880
|
-
"name": "
|
|
6881
|
-
"description": "Defines the
|
|
6882
|
-
"value": {
|
|
6883
|
-
"type": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
|
|
6884
|
-
}
|
|
6855
|
+
"name": "header-accessible-name",
|
|
6856
|
+
"description": "Defines the accessible name of the header.",
|
|
6857
|
+
"value": { "type": "string | undefined" }
|
|
6885
6858
|
}
|
|
6886
6859
|
],
|
|
6887
6860
|
"events": []
|
|
@@ -6913,27 +6886,27 @@
|
|
|
6913
6886
|
{
|
|
6914
6887
|
"name": "text-on",
|
|
6915
6888
|
"description": "Defines the text, displayed when the component is checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
6916
|
-
"value": { "type": "string", "default": "
|
|
6889
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6917
6890
|
},
|
|
6918
6891
|
{
|
|
6919
6892
|
"name": "text-off",
|
|
6920
6893
|
"description": "Defines the text, displayed when the component is not checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
6921
|
-
"value": { "type": "string", "default": "
|
|
6894
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6922
6895
|
},
|
|
6923
6896
|
{
|
|
6924
6897
|
"name": "accessible-name",
|
|
6925
6898
|
"description": "Sets the accessible ARIA name of the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.",
|
|
6926
|
-
"value": { "type": "string", "default": "
|
|
6899
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6927
6900
|
},
|
|
6928
6901
|
{
|
|
6929
6902
|
"name": "accessible-name-ref",
|
|
6930
6903
|
"description": "Receives id(or many ids) of the elements that label the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.",
|
|
6931
|
-
"value": { "type": "string", "default": "
|
|
6904
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6932
6905
|
},
|
|
6933
6906
|
{
|
|
6934
6907
|
"name": "tooltip",
|
|
6935
6908
|
"description": "Defines the tooltip of the component.\n\n**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.",
|
|
6936
|
-
"value": { "type": "string", "default": "
|
|
6909
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6937
6910
|
},
|
|
6938
6911
|
{
|
|
6939
6912
|
"name": "required",
|
|
@@ -6943,7 +6916,7 @@
|
|
|
6943
6916
|
{
|
|
6944
6917
|
"name": "name",
|
|
6945
6918
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
6946
|
-
"value": { "type": "string", "default": "
|
|
6919
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6947
6920
|
}
|
|
6948
6921
|
],
|
|
6949
6922
|
"events": [
|
|
@@ -6972,27 +6945,27 @@
|
|
|
6972
6945
|
{
|
|
6973
6946
|
"name": "text-on",
|
|
6974
6947
|
"description": "Defines the text, displayed when the component is checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
6975
|
-
"value": { "type": "string" }
|
|
6948
|
+
"value": { "type": "string | undefined" }
|
|
6976
6949
|
},
|
|
6977
6950
|
{
|
|
6978
6951
|
"name": "text-off",
|
|
6979
6952
|
"description": "Defines the text, displayed when the component is not checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
6980
|
-
"value": { "type": "string" }
|
|
6953
|
+
"value": { "type": "string | undefined" }
|
|
6981
6954
|
},
|
|
6982
6955
|
{
|
|
6983
6956
|
"name": "accessible-name",
|
|
6984
6957
|
"description": "Sets the accessible ARIA name of the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.",
|
|
6985
|
-
"value": { "type": "string" }
|
|
6958
|
+
"value": { "type": "string | undefined" }
|
|
6986
6959
|
},
|
|
6987
6960
|
{
|
|
6988
6961
|
"name": "accessible-name-ref",
|
|
6989
6962
|
"description": "Receives id(or many ids) of the elements that label the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.",
|
|
6990
|
-
"value": { "type": "string" }
|
|
6963
|
+
"value": { "type": "string | undefined" }
|
|
6991
6964
|
},
|
|
6992
6965
|
{
|
|
6993
6966
|
"name": "tooltip",
|
|
6994
6967
|
"description": "Defines the tooltip of the component.\n\n**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.",
|
|
6995
|
-
"value": { "type": "string" }
|
|
6968
|
+
"value": { "type": "string | undefined" }
|
|
6996
6969
|
},
|
|
6997
6970
|
{
|
|
6998
6971
|
"name": "required",
|
|
@@ -7002,7 +6975,7 @@
|
|
|
7002
6975
|
{
|
|
7003
6976
|
"name": "name",
|
|
7004
6977
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
7005
|
-
"value": { "type": "string" }
|
|
6978
|
+
"value": { "type": "string | undefined" }
|
|
7006
6979
|
}
|
|
7007
6980
|
],
|
|
7008
6981
|
"events": [
|
|
@@ -7021,7 +6994,7 @@
|
|
|
7021
6994
|
{
|
|
7022
6995
|
"name": "text",
|
|
7023
6996
|
"description": "The text to be displayed for the item.",
|
|
7024
|
-
"value": { "type": "string", "default": "
|
|
6997
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7025
6998
|
},
|
|
7026
6999
|
{
|
|
7027
7000
|
"name": "disabled",
|
|
@@ -7031,12 +7004,12 @@
|
|
|
7031
7004
|
{
|
|
7032
7005
|
"name": "additional-text",
|
|
7033
7006
|
"description": "Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.",
|
|
7034
|
-
"value": { "type": "string", "default": "
|
|
7007
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7035
7008
|
},
|
|
7036
7009
|
{
|
|
7037
7010
|
"name": "icon",
|
|
7038
7011
|
"description": "Defines the icon source URI to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous built-in icons.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
7039
|
-
"value": { "type": "string", "default": "
|
|
7012
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7040
7013
|
},
|
|
7041
7014
|
{
|
|
7042
7015
|
"name": "design",
|
|
@@ -7068,7 +7041,7 @@
|
|
|
7068
7041
|
{
|
|
7069
7042
|
"name": "text",
|
|
7070
7043
|
"description": "The text to be displayed for the item.",
|
|
7071
|
-
"value": { "type": "string" }
|
|
7044
|
+
"value": { "type": "string | undefined" }
|
|
7072
7045
|
},
|
|
7073
7046
|
{
|
|
7074
7047
|
"name": "disabled",
|
|
@@ -7078,12 +7051,12 @@
|
|
|
7078
7051
|
{
|
|
7079
7052
|
"name": "additional-text",
|
|
7080
7053
|
"description": "Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.",
|
|
7081
|
-
"value": { "type": "string" }
|
|
7054
|
+
"value": { "type": "string | undefined" }
|
|
7082
7055
|
},
|
|
7083
7056
|
{
|
|
7084
7057
|
"name": "icon",
|
|
7085
7058
|
"description": "Defines the icon source URI to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous built-in icons.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
7086
|
-
"value": { "type": "string" }
|
|
7059
|
+
"value": { "type": "string | undefined" }
|
|
7087
7060
|
},
|
|
7088
7061
|
{
|
|
7089
7062
|
"name": "design",
|
|
@@ -7255,17 +7228,17 @@
|
|
|
7255
7228
|
{
|
|
7256
7229
|
"name": "accessible-name",
|
|
7257
7230
|
"description": "Defines the accessible ARIA name of the component.",
|
|
7258
|
-
"value": { "type": "string", "default": "
|
|
7231
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7259
7232
|
},
|
|
7260
7233
|
{
|
|
7261
7234
|
"name": "accessible-name-ref",
|
|
7262
7235
|
"description": "Identifies the element (or elements) that labels the component.",
|
|
7263
|
-
"value": { "type": "string", "default": "
|
|
7236
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7264
7237
|
},
|
|
7265
7238
|
{
|
|
7266
7239
|
"name": "no-data-text",
|
|
7267
7240
|
"description": "Defines the text to be displayed when there are no rows in the component.",
|
|
7268
|
-
"value": { "type": "string", "default": "
|
|
7241
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7269
7242
|
},
|
|
7270
7243
|
{
|
|
7271
7244
|
"name": "overflow-mode",
|
|
@@ -7279,6 +7252,11 @@
|
|
|
7279
7252
|
"name": "loading",
|
|
7280
7253
|
"description": "Defines if the loading indicator should be shown.\n\n<b>Note:</b> When the component is loading, it is non-interactive.",
|
|
7281
7254
|
"value": { "type": "boolean", "default": "false" }
|
|
7255
|
+
},
|
|
7256
|
+
{
|
|
7257
|
+
"name": "loading-delay",
|
|
7258
|
+
"description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
|
|
7259
|
+
"value": { "type": "number", "default": "1000" }
|
|
7282
7260
|
}
|
|
7283
7261
|
],
|
|
7284
7262
|
"slots": [
|
|
@@ -7310,17 +7288,17 @@
|
|
|
7310
7288
|
{
|
|
7311
7289
|
"name": "accessible-name",
|
|
7312
7290
|
"description": "Defines the accessible ARIA name of the component.",
|
|
7313
|
-
"value": { "type": "string" }
|
|
7291
|
+
"value": { "type": "string | undefined" }
|
|
7314
7292
|
},
|
|
7315
7293
|
{
|
|
7316
7294
|
"name": "accessible-name-ref",
|
|
7317
7295
|
"description": "Identifies the element (or elements) that labels the component.",
|
|
7318
|
-
"value": { "type": "string" }
|
|
7296
|
+
"value": { "type": "string | undefined" }
|
|
7319
7297
|
},
|
|
7320
7298
|
{
|
|
7321
7299
|
"name": "no-data-text",
|
|
7322
7300
|
"description": "Defines the text to be displayed when there are no rows in the component.",
|
|
7323
|
-
"value": { "type": "string" }
|
|
7301
|
+
"value": { "type": "string | undefined" }
|
|
7324
7302
|
},
|
|
7325
7303
|
{
|
|
7326
7304
|
"name": "overflow-mode",
|
|
@@ -7331,6 +7309,11 @@
|
|
|
7331
7309
|
"name": "loading",
|
|
7332
7310
|
"description": "Defines if the loading indicator should be shown.\n\n<b>Note:</b> When the component is loading, it is non-interactive.",
|
|
7333
7311
|
"value": { "type": "boolean" }
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"name": "loading-delay",
|
|
7315
|
+
"description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
|
|
7316
|
+
"value": { "type": "number" }
|
|
7334
7317
|
}
|
|
7335
7318
|
],
|
|
7336
7319
|
"events": [
|
|
@@ -7365,12 +7348,12 @@
|
|
|
7365
7348
|
{
|
|
7366
7349
|
"name": "growing-text",
|
|
7367
7350
|
"description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
|
|
7368
|
-
"value": { "type": "string", "default": "
|
|
7351
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7369
7352
|
},
|
|
7370
7353
|
{
|
|
7371
7354
|
"name": "growing-sub-text",
|
|
7372
7355
|
"description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
|
|
7373
|
-
"value": { "type": "string", "default": "
|
|
7356
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7374
7357
|
}
|
|
7375
7358
|
],
|
|
7376
7359
|
"events": [
|
|
@@ -7389,12 +7372,12 @@
|
|
|
7389
7372
|
{
|
|
7390
7373
|
"name": "growing-text",
|
|
7391
7374
|
"description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
|
|
7392
|
-
"value": { "type": "string" }
|
|
7375
|
+
"value": { "type": "string | undefined" }
|
|
7393
7376
|
},
|
|
7394
7377
|
{
|
|
7395
7378
|
"name": "growing-sub-text",
|
|
7396
7379
|
"description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
|
|
7397
|
-
"value": { "type": "string" }
|
|
7380
|
+
"value": { "type": "string | undefined" }
|
|
7398
7381
|
}
|
|
7399
7382
|
],
|
|
7400
7383
|
"events": [
|
|
@@ -7501,6 +7484,11 @@
|
|
|
7501
7484
|
"name": "interactive",
|
|
7502
7485
|
"description": "Defines the interactive state of the row.",
|
|
7503
7486
|
"value": { "type": "boolean", "default": "false" }
|
|
7487
|
+
},
|
|
7488
|
+
{
|
|
7489
|
+
"name": "navigated",
|
|
7490
|
+
"description": "Defines the navigated state of the row.",
|
|
7491
|
+
"value": { "type": "boolean", "default": "false" }
|
|
7504
7492
|
}
|
|
7505
7493
|
],
|
|
7506
7494
|
"slots": [
|
|
@@ -7521,6 +7509,11 @@
|
|
|
7521
7509
|
"name": "interactive",
|
|
7522
7510
|
"description": "Defines the interactive state of the row.",
|
|
7523
7511
|
"value": { "type": "boolean" }
|
|
7512
|
+
},
|
|
7513
|
+
{
|
|
7514
|
+
"name": "navigated",
|
|
7515
|
+
"description": "Defines the navigated state of the row.",
|
|
7516
|
+
"value": { "type": "boolean" }
|
|
7524
7517
|
}
|
|
7525
7518
|
],
|
|
7526
7519
|
"events": []
|
|
@@ -7730,7 +7723,7 @@
|
|
|
7730
7723
|
{
|
|
7731
7724
|
"name": "placeholder",
|
|
7732
7725
|
"description": "Defines a short hint intended to aid the user with data entry when the component has no value.",
|
|
7733
|
-
"value": { "type": "string", "default": "
|
|
7726
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7734
7727
|
},
|
|
7735
7728
|
{
|
|
7736
7729
|
"name": "value-state",
|
|
@@ -7768,17 +7761,17 @@
|
|
|
7768
7761
|
{
|
|
7769
7762
|
"name": "name",
|
|
7770
7763
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
7771
|
-
"value": { "type": "string", "default": "
|
|
7764
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7772
7765
|
},
|
|
7773
7766
|
{
|
|
7774
7767
|
"name": "accessible-name",
|
|
7775
7768
|
"description": "Defines the accessible ARIA name of the component.",
|
|
7776
|
-
"value": { "type": "string", "default": "
|
|
7769
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7777
7770
|
},
|
|
7778
7771
|
{
|
|
7779
7772
|
"name": "accessible-name-ref",
|
|
7780
7773
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
7781
|
-
"value": { "type": "string", "default": "
|
|
7774
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7782
7775
|
}
|
|
7783
7776
|
],
|
|
7784
7777
|
"slots": [
|
|
@@ -7830,7 +7823,7 @@
|
|
|
7830
7823
|
{
|
|
7831
7824
|
"name": "placeholder",
|
|
7832
7825
|
"description": "Defines a short hint intended to aid the user with data entry when the component has no value.",
|
|
7833
|
-
"value": { "type": "string" }
|
|
7826
|
+
"value": { "type": "string | undefined" }
|
|
7834
7827
|
},
|
|
7835
7828
|
{
|
|
7836
7829
|
"name": "value-state",
|
|
@@ -7867,17 +7860,17 @@
|
|
|
7867
7860
|
{
|
|
7868
7861
|
"name": "name",
|
|
7869
7862
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
7870
|
-
"value": { "type": "string" }
|
|
7863
|
+
"value": { "type": "string | undefined" }
|
|
7871
7864
|
},
|
|
7872
7865
|
{
|
|
7873
7866
|
"name": "accessible-name",
|
|
7874
7867
|
"description": "Defines the accessible ARIA name of the component.",
|
|
7875
|
-
"value": { "type": "string" }
|
|
7868
|
+
"value": { "type": "string | undefined" }
|
|
7876
7869
|
},
|
|
7877
7870
|
{
|
|
7878
7871
|
"name": "accessible-name-ref",
|
|
7879
7872
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
7880
|
-
"value": { "type": "string" }
|
|
7873
|
+
"value": { "type": "string | undefined" }
|
|
7881
7874
|
}
|
|
7882
7875
|
],
|
|
7883
7876
|
"events": [
|
|
@@ -7908,12 +7901,12 @@
|
|
|
7908
7901
|
{
|
|
7909
7902
|
"name": "value",
|
|
7910
7903
|
"description": "Defines a formatted time value.",
|
|
7911
|
-
"value": { "type": "string
|
|
7904
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
7912
7905
|
},
|
|
7913
7906
|
{
|
|
7914
7907
|
"name": "name",
|
|
7915
7908
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
7916
|
-
"value": { "type": "string", "default": "
|
|
7909
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7917
7910
|
},
|
|
7918
7911
|
{
|
|
7919
7912
|
"name": "value-state",
|
|
@@ -7941,7 +7934,7 @@
|
|
|
7941
7934
|
{
|
|
7942
7935
|
"name": "format-pattern",
|
|
7943
7936
|
"description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
|
|
7944
|
-
"value": { "type": "string", "default": "
|
|
7937
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
7945
7938
|
},
|
|
7946
7939
|
{
|
|
7947
7940
|
"name": "open",
|
|
@@ -7983,12 +7976,12 @@
|
|
|
7983
7976
|
{
|
|
7984
7977
|
"name": "value",
|
|
7985
7978
|
"description": "Defines a formatted time value.",
|
|
7986
|
-
"value": { "type": "string
|
|
7979
|
+
"value": { "type": "string" }
|
|
7987
7980
|
},
|
|
7988
7981
|
{
|
|
7989
7982
|
"name": "name",
|
|
7990
7983
|
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
7991
|
-
"value": { "type": "string" }
|
|
7984
|
+
"value": { "type": "string | undefined" }
|
|
7992
7985
|
},
|
|
7993
7986
|
{
|
|
7994
7987
|
"name": "value-state",
|
|
@@ -8015,7 +8008,7 @@
|
|
|
8015
8008
|
{
|
|
8016
8009
|
"name": "format-pattern",
|
|
8017
8010
|
"description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
|
|
8018
|
-
"value": { "type": "string" }
|
|
8011
|
+
"value": { "type": "string | undefined" }
|
|
8019
8012
|
},
|
|
8020
8013
|
{
|
|
8021
8014
|
"name": "open",
|
|
@@ -8185,12 +8178,12 @@
|
|
|
8185
8178
|
{
|
|
8186
8179
|
"name": "icon",
|
|
8187
8180
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8188
|
-
"value": { "type": "string", "default": "
|
|
8181
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8189
8182
|
},
|
|
8190
8183
|
{
|
|
8191
8184
|
"name": "end-icon",
|
|
8192
8185
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8193
|
-
"value": { "type": "string", "default": "
|
|
8186
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8194
8187
|
},
|
|
8195
8188
|
{
|
|
8196
8189
|
"name": "submits",
|
|
@@ -8200,7 +8193,7 @@
|
|
|
8200
8193
|
{
|
|
8201
8194
|
"name": "tooltip",
|
|
8202
8195
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
8203
|
-
"value": { "type": "string", "default": "
|
|
8196
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8204
8197
|
},
|
|
8205
8198
|
{
|
|
8206
8199
|
"name": "accessible-name",
|
|
@@ -8210,7 +8203,7 @@
|
|
|
8210
8203
|
{
|
|
8211
8204
|
"name": "accessible-name-ref",
|
|
8212
8205
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8213
|
-
"value": { "type": "string", "default": "
|
|
8206
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8214
8207
|
},
|
|
8215
8208
|
{
|
|
8216
8209
|
"name": "type",
|
|
@@ -8257,12 +8250,12 @@
|
|
|
8257
8250
|
{
|
|
8258
8251
|
"name": "icon",
|
|
8259
8252
|
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8260
|
-
"value": { "type": "string" }
|
|
8253
|
+
"value": { "type": "string | undefined" }
|
|
8261
8254
|
},
|
|
8262
8255
|
{
|
|
8263
8256
|
"name": "end-icon",
|
|
8264
8257
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8265
|
-
"value": { "type": "string" }
|
|
8258
|
+
"value": { "type": "string | undefined" }
|
|
8266
8259
|
},
|
|
8267
8260
|
{
|
|
8268
8261
|
"name": "submits",
|
|
@@ -8272,7 +8265,7 @@
|
|
|
8272
8265
|
{
|
|
8273
8266
|
"name": "tooltip",
|
|
8274
8267
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
8275
|
-
"value": { "type": "string" }
|
|
8268
|
+
"value": { "type": "string | undefined" }
|
|
8276
8269
|
},
|
|
8277
8270
|
{
|
|
8278
8271
|
"name": "accessible-name",
|
|
@@ -8282,7 +8275,7 @@
|
|
|
8282
8275
|
{
|
|
8283
8276
|
"name": "accessible-name-ref",
|
|
8284
8277
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8285
|
-
"value": { "type": "string" }
|
|
8278
|
+
"value": { "type": "string | undefined" }
|
|
8286
8279
|
},
|
|
8287
8280
|
{
|
|
8288
8281
|
"name": "type",
|
|
@@ -8311,7 +8304,7 @@
|
|
|
8311
8304
|
{
|
|
8312
8305
|
"name": "text",
|
|
8313
8306
|
"description": "Defines the text of the token.",
|
|
8314
|
-
"value": { "type": "string", "default": "
|
|
8307
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8315
8308
|
},
|
|
8316
8309
|
{
|
|
8317
8310
|
"name": "selected",
|
|
@@ -8331,7 +8324,7 @@
|
|
|
8331
8324
|
{
|
|
8332
8325
|
"name": "text",
|
|
8333
8326
|
"description": "Defines the text of the token.",
|
|
8334
|
-
"value": { "type": "string" }
|
|
8327
|
+
"value": { "type": "string | undefined" }
|
|
8335
8328
|
},
|
|
8336
8329
|
{
|
|
8337
8330
|
"name": "selected",
|
|
@@ -8426,12 +8419,12 @@
|
|
|
8426
8419
|
{
|
|
8427
8420
|
"name": "accessible-name",
|
|
8428
8421
|
"description": "Defines the accessible ARIA name of the component.",
|
|
8429
|
-
"value": { "type": "string", "default": "
|
|
8422
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8430
8423
|
},
|
|
8431
8424
|
{
|
|
8432
8425
|
"name": "accessible-name-ref",
|
|
8433
8426
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
8434
|
-
"value": { "type": "string", "default": "
|
|
8427
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8435
8428
|
},
|
|
8436
8429
|
{
|
|
8437
8430
|
"name": "design",
|
|
@@ -8459,12 +8452,12 @@
|
|
|
8459
8452
|
{
|
|
8460
8453
|
"name": "accessible-name",
|
|
8461
8454
|
"description": "Defines the accessible ARIA name of the component.",
|
|
8462
|
-
"value": { "type": "string" }
|
|
8455
|
+
"value": { "type": "string | undefined" }
|
|
8463
8456
|
},
|
|
8464
8457
|
{
|
|
8465
8458
|
"name": "accessible-name-ref",
|
|
8466
8459
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
8467
|
-
"value": { "type": "string" }
|
|
8460
|
+
"value": { "type": "string | undefined" }
|
|
8468
8461
|
},
|
|
8469
8462
|
{
|
|
8470
8463
|
"name": "design",
|
|
@@ -8496,17 +8489,17 @@
|
|
|
8496
8489
|
{
|
|
8497
8490
|
"name": "icon",
|
|
8498
8491
|
"description": "Defines the `icon` source URI.\n\n**Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8499
|
-
"value": { "type": "string", "default": "
|
|
8492
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8500
8493
|
},
|
|
8501
8494
|
{
|
|
8502
8495
|
"name": "end-icon",
|
|
8503
8496
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8504
|
-
"value": { "type": "string", "default": "
|
|
8497
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8505
8498
|
},
|
|
8506
8499
|
{
|
|
8507
8500
|
"name": "tooltip",
|
|
8508
8501
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
8509
|
-
"value": { "type": "string", "default": "
|
|
8502
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8510
8503
|
},
|
|
8511
8504
|
{
|
|
8512
8505
|
"name": "accessible-name",
|
|
@@ -8516,12 +8509,12 @@
|
|
|
8516
8509
|
{
|
|
8517
8510
|
"name": "accessible-name-ref",
|
|
8518
8511
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8519
|
-
"value": { "type": "string", "default": "
|
|
8512
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8520
8513
|
},
|
|
8521
8514
|
{
|
|
8522
8515
|
"name": "text",
|
|
8523
8516
|
"description": "Button text",
|
|
8524
|
-
"value": { "type": "string", "default": "
|
|
8517
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8525
8518
|
},
|
|
8526
8519
|
{
|
|
8527
8520
|
"name": "width",
|
|
@@ -8565,17 +8558,17 @@
|
|
|
8565
8558
|
{
|
|
8566
8559
|
"name": "icon",
|
|
8567
8560
|
"description": "Defines the `icon` source URI.\n\n**Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8568
|
-
"value": { "type": "string" }
|
|
8561
|
+
"value": { "type": "string | undefined" }
|
|
8569
8562
|
},
|
|
8570
8563
|
{
|
|
8571
8564
|
"name": "end-icon",
|
|
8572
8565
|
"description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
8573
|
-
"value": { "type": "string" }
|
|
8566
|
+
"value": { "type": "string | undefined" }
|
|
8574
8567
|
},
|
|
8575
8568
|
{
|
|
8576
8569
|
"name": "tooltip",
|
|
8577
8570
|
"description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
|
|
8578
|
-
"value": { "type": "string" }
|
|
8571
|
+
"value": { "type": "string | undefined" }
|
|
8579
8572
|
},
|
|
8580
8573
|
{
|
|
8581
8574
|
"name": "accessible-name",
|
|
@@ -8585,12 +8578,12 @@
|
|
|
8585
8578
|
{
|
|
8586
8579
|
"name": "accessible-name-ref",
|
|
8587
8580
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8588
|
-
"value": { "type": "string" }
|
|
8581
|
+
"value": { "type": "string | undefined" }
|
|
8589
8582
|
},
|
|
8590
8583
|
{
|
|
8591
8584
|
"name": "text",
|
|
8592
8585
|
"description": "Button text",
|
|
8593
|
-
"value": { "type": "string" }
|
|
8586
|
+
"value": { "type": "string | undefined" }
|
|
8594
8587
|
},
|
|
8595
8588
|
{
|
|
8596
8589
|
"name": "width",
|
|
@@ -8644,12 +8637,12 @@
|
|
|
8644
8637
|
{
|
|
8645
8638
|
"name": "accessible-name",
|
|
8646
8639
|
"description": "Defines the accessible ARIA name of the component.",
|
|
8647
|
-
"value": { "type": "string", "default": "
|
|
8640
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8648
8641
|
},
|
|
8649
8642
|
{
|
|
8650
8643
|
"name": "accessible-name-ref",
|
|
8651
8644
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
8652
|
-
"value": { "type": "string", "default": "
|
|
8645
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8653
8646
|
},
|
|
8654
8647
|
{
|
|
8655
8648
|
"name": "overflow-priority",
|
|
@@ -8707,12 +8700,12 @@
|
|
|
8707
8700
|
{
|
|
8708
8701
|
"name": "accessible-name",
|
|
8709
8702
|
"description": "Defines the accessible ARIA name of the component.",
|
|
8710
|
-
"value": { "type": "string" }
|
|
8703
|
+
"value": { "type": "string | undefined" }
|
|
8711
8704
|
},
|
|
8712
8705
|
{
|
|
8713
8706
|
"name": "accessible-name-ref",
|
|
8714
8707
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
8715
|
-
"value": { "type": "string" }
|
|
8708
|
+
"value": { "type": "string | undefined" }
|
|
8716
8709
|
},
|
|
8717
8710
|
{
|
|
8718
8711
|
"name": "overflow-priority",
|
|
@@ -8867,34 +8860,34 @@
|
|
|
8867
8860
|
"name": "selection-mode",
|
|
8868
8861
|
"description": "Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
|
|
8869
8862
|
"value": {
|
|
8870
|
-
"type": "\"Single\" | \"Multiple\" | \"None\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\"",
|
|
8863
|
+
"type": "\"Single\" | \"Multiple\" | \"None\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\" | undefined",
|
|
8871
8864
|
"default": "\"None\""
|
|
8872
8865
|
}
|
|
8873
8866
|
},
|
|
8874
8867
|
{
|
|
8875
8868
|
"name": "no-data-text",
|
|
8876
8869
|
"description": "Defines the text that is displayed when the component contains no items.",
|
|
8877
|
-
"value": { "type": "string", "default": "
|
|
8870
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8878
8871
|
},
|
|
8879
8872
|
{
|
|
8880
8873
|
"name": "header-text",
|
|
8881
8874
|
"description": "Defines the component header text.\n\n**Note:** If the `header` slot is set, this property is ignored.",
|
|
8882
|
-
"value": { "type": "string", "default": "
|
|
8875
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8883
8876
|
},
|
|
8884
8877
|
{
|
|
8885
8878
|
"name": "footer-text",
|
|
8886
8879
|
"description": "Defines the component footer text.",
|
|
8887
|
-
"value": { "type": "string", "default": "
|
|
8880
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8888
8881
|
},
|
|
8889
8882
|
{
|
|
8890
8883
|
"name": "accessible-name",
|
|
8891
8884
|
"description": "Defines the accessible name of the component.",
|
|
8892
|
-
"value": { "type": "string", "default": "
|
|
8885
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8893
8886
|
},
|
|
8894
8887
|
{
|
|
8895
8888
|
"name": "accessible-name-ref",
|
|
8896
8889
|
"description": "Defines the IDs of the elements that label the component.",
|
|
8897
|
-
"value": { "type": "string", "default": "
|
|
8890
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8898
8891
|
}
|
|
8899
8892
|
],
|
|
8900
8893
|
"slots": [
|
|
@@ -8939,33 +8932,33 @@
|
|
|
8939
8932
|
"name": "selection-mode",
|
|
8940
8933
|
"description": "Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
|
|
8941
8934
|
"value": {
|
|
8942
|
-
"type": "\"Single\" | \"Multiple\" | \"None\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\""
|
|
8935
|
+
"type": "\"Single\" | \"Multiple\" | \"None\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\" | undefined"
|
|
8943
8936
|
}
|
|
8944
8937
|
},
|
|
8945
8938
|
{
|
|
8946
8939
|
"name": "no-data-text",
|
|
8947
8940
|
"description": "Defines the text that is displayed when the component contains no items.",
|
|
8948
|
-
"value": { "type": "string" }
|
|
8941
|
+
"value": { "type": "string | undefined" }
|
|
8949
8942
|
},
|
|
8950
8943
|
{
|
|
8951
8944
|
"name": "header-text",
|
|
8952
8945
|
"description": "Defines the component header text.\n\n**Note:** If the `header` slot is set, this property is ignored.",
|
|
8953
|
-
"value": { "type": "string" }
|
|
8946
|
+
"value": { "type": "string | undefined" }
|
|
8954
8947
|
},
|
|
8955
8948
|
{
|
|
8956
8949
|
"name": "footer-text",
|
|
8957
8950
|
"description": "Defines the component footer text.",
|
|
8958
|
-
"value": { "type": "string" }
|
|
8951
|
+
"value": { "type": "string | undefined" }
|
|
8959
8952
|
},
|
|
8960
8953
|
{
|
|
8961
8954
|
"name": "accessible-name",
|
|
8962
8955
|
"description": "Defines the accessible name of the component.",
|
|
8963
|
-
"value": { "type": "string" }
|
|
8956
|
+
"value": { "type": "string | undefined" }
|
|
8964
8957
|
},
|
|
8965
8958
|
{
|
|
8966
8959
|
"name": "accessible-name-ref",
|
|
8967
8960
|
"description": "Defines the IDs of the elements that label the component.",
|
|
8968
|
-
"value": { "type": "string" }
|
|
8961
|
+
"value": { "type": "string | undefined" }
|
|
8969
8962
|
}
|
|
8970
8963
|
],
|
|
8971
8964
|
"events": [
|
|
@@ -9004,17 +8997,17 @@
|
|
|
9004
8997
|
{
|
|
9005
8998
|
"name": "text",
|
|
9006
8999
|
"description": "Defines the text of the tree item.",
|
|
9007
|
-
"value": { "type": "string", "default": "
|
|
9000
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9008
9001
|
},
|
|
9009
9002
|
{
|
|
9010
9003
|
"name": "additional-text",
|
|
9011
9004
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
9012
|
-
"value": { "type": "string", "default": "
|
|
9005
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9013
9006
|
},
|
|
9014
9007
|
{
|
|
9015
9008
|
"name": "icon",
|
|
9016
9009
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
9017
|
-
"value": { "type": "string", "default": "
|
|
9010
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9018
9011
|
},
|
|
9019
9012
|
{
|
|
9020
9013
|
"name": "expanded",
|
|
@@ -9047,7 +9040,7 @@
|
|
|
9047
9040
|
{
|
|
9048
9041
|
"name": "accessible-name",
|
|
9049
9042
|
"description": "Defines the accessible name of the component.",
|
|
9050
|
-
"value": { "type": "string", "default": "
|
|
9043
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9051
9044
|
},
|
|
9052
9045
|
{
|
|
9053
9046
|
"name": "type",
|
|
@@ -9065,7 +9058,7 @@
|
|
|
9065
9058
|
{
|
|
9066
9059
|
"name": "tooltip",
|
|
9067
9060
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
9068
|
-
"value": { "type": "string", "default": "
|
|
9061
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9069
9062
|
},
|
|
9070
9063
|
{
|
|
9071
9064
|
"name": "highlight",
|
|
@@ -9092,17 +9085,17 @@
|
|
|
9092
9085
|
{
|
|
9093
9086
|
"name": "text",
|
|
9094
9087
|
"description": "Defines the text of the tree item.",
|
|
9095
|
-
"value": { "type": "string" }
|
|
9088
|
+
"value": { "type": "string | undefined" }
|
|
9096
9089
|
},
|
|
9097
9090
|
{
|
|
9098
9091
|
"name": "additional-text",
|
|
9099
9092
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
9100
|
-
"value": { "type": "string" }
|
|
9093
|
+
"value": { "type": "string | undefined" }
|
|
9101
9094
|
},
|
|
9102
9095
|
{
|
|
9103
9096
|
"name": "icon",
|
|
9104
9097
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
9105
|
-
"value": { "type": "string" }
|
|
9098
|
+
"value": { "type": "string | undefined" }
|
|
9106
9099
|
},
|
|
9107
9100
|
{
|
|
9108
9101
|
"name": "expanded",
|
|
@@ -9134,7 +9127,7 @@
|
|
|
9134
9127
|
{
|
|
9135
9128
|
"name": "accessible-name",
|
|
9136
9129
|
"description": "Defines the accessible name of the component.",
|
|
9137
|
-
"value": { "type": "string" }
|
|
9130
|
+
"value": { "type": "string | undefined" }
|
|
9138
9131
|
},
|
|
9139
9132
|
{
|
|
9140
9133
|
"name": "type",
|
|
@@ -9151,7 +9144,7 @@
|
|
|
9151
9144
|
{
|
|
9152
9145
|
"name": "tooltip",
|
|
9153
9146
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
9154
|
-
"value": { "type": "string" }
|
|
9147
|
+
"value": { "type": "string | undefined" }
|
|
9155
9148
|
},
|
|
9156
9149
|
{
|
|
9157
9150
|
"name": "highlight",
|
|
@@ -9187,7 +9180,7 @@
|
|
|
9187
9180
|
{
|
|
9188
9181
|
"name": "icon",
|
|
9189
9182
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
9190
|
-
"value": { "type": "string", "default": "
|
|
9183
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9191
9184
|
},
|
|
9192
9185
|
{
|
|
9193
9186
|
"name": "expanded",
|
|
@@ -9220,7 +9213,7 @@
|
|
|
9220
9213
|
{
|
|
9221
9214
|
"name": "accessible-name",
|
|
9222
9215
|
"description": "Defines the accessible name of the component.",
|
|
9223
|
-
"value": { "type": "string", "default": "
|
|
9216
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9224
9217
|
},
|
|
9225
9218
|
{
|
|
9226
9219
|
"name": "type",
|
|
@@ -9238,7 +9231,7 @@
|
|
|
9238
9231
|
{
|
|
9239
9232
|
"name": "tooltip",
|
|
9240
9233
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
9241
|
-
"value": { "type": "string", "default": "
|
|
9234
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9242
9235
|
},
|
|
9243
9236
|
{
|
|
9244
9237
|
"name": "highlight",
|
|
@@ -9276,7 +9269,7 @@
|
|
|
9276
9269
|
{
|
|
9277
9270
|
"name": "icon",
|
|
9278
9271
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
9279
|
-
"value": { "type": "string" }
|
|
9272
|
+
"value": { "type": "string | undefined" }
|
|
9280
9273
|
},
|
|
9281
9274
|
{
|
|
9282
9275
|
"name": "expanded",
|
|
@@ -9308,7 +9301,7 @@
|
|
|
9308
9301
|
{
|
|
9309
9302
|
"name": "accessible-name",
|
|
9310
9303
|
"description": "Defines the accessible name of the component.",
|
|
9311
|
-
"value": { "type": "string" }
|
|
9304
|
+
"value": { "type": "string | undefined" }
|
|
9312
9305
|
},
|
|
9313
9306
|
{
|
|
9314
9307
|
"name": "type",
|
|
@@ -9325,7 +9318,7 @@
|
|
|
9325
9318
|
{
|
|
9326
9319
|
"name": "tooltip",
|
|
9327
9320
|
"description": "Defines the text of the tooltip that would be displayed for the list item.",
|
|
9328
|
-
"value": { "type": "string" }
|
|
9321
|
+
"value": { "type": "string | undefined" }
|
|
9329
9322
|
},
|
|
9330
9323
|
{
|
|
9331
9324
|
"name": "highlight",
|