@ui5/webcomponents 2.0.1 → 2.1.0-rc.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 +20 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/DateRangePicker.js +1 -1
- package/dist/DateRangePicker.js.map +1 -1
- package/dist/FileUploader.d.ts +1 -1
- package/dist/FileUploader.js.map +1 -1
- package/dist/ListItem.d.ts +1 -0
- package/dist/ListItem.js.map +1 -1
- package/dist/MenuItem.d.ts +20 -1
- package/dist/MenuItem.js +20 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MultiComboBox.d.ts +0 -1
- package/dist/MultiComboBox.js +2 -5
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/NavigationMenuItem.d.ts +2 -0
- package/dist/Text.js +1 -1
- package/dist/Text.js.map +1 -1
- package/dist/TextArea.d.ts +0 -1
- package/dist/TextArea.js +2 -5
- package/dist/TextArea.js.map +1 -1
- package/dist/TimePicker.d.ts +25 -0
- package/dist/TimePicker.js +35 -4
- package/dist/TimePicker.js.map +1 -1
- package/dist/Tokenizer.d.ts +1 -1
- package/dist/Tokenizer.js.map +1 -1
- package/dist/TreeItemBase.d.ts +1 -0
- package/dist/TreeItemBase.js +7 -0
- package/dist/TreeItemBase.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/Label.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/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 -1
- package/dist/css/themes/SuggestionItemCustom.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/TableCellBase.css +1 -1
- package/dist/css/themes/TableHeaderRow.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 +676 -1113
- package/dist/custom-elements.json +223 -18
- 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/LabelTemplate.lit.js +1 -1
- package/dist/generated/templates/LabelTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListItemCustomTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemCustomTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListItemStandardTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MenuItemTemplate.lit.js +2 -2
- package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +12 -12
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +12 -12
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/NavigationMenuItemTemplate.lit.js +2 -2
- package/dist/generated/templates/NavigationMenuItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TagTemplate.lit.js +2 -2
- package/dist/generated/templates/TagTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +4 -5
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TextAreaTemplate.lit.js +3 -4
- package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemBaseTemplate.lit.js +1 -1
- package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemCustomTemplate.lit.js +1 -1
- package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemTemplate.lit.js +1 -1
- package/dist/generated/templates/TreeItemTemplate.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/Label.css.js +1 -1
- package/dist/generated/themes/Label.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/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.js +1 -1
- package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
- package/dist/generated/themes/SuggestionItemCustom.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/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/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/vscode.html-custom-data.json +80 -0
- package/dist/web-types.json +176 -3
- package/package.json +9 -9
- package/src/Label.hbs +3 -3
- package/src/ListItem.hbs +1 -0
- package/src/MenuItem.hbs +5 -1
- package/src/MultiComboBoxPopover.hbs +10 -6
- package/src/Tag.hbs +1 -1
- package/src/TextAreaPopover.hbs +1 -3
- package/src/TimePicker.hbs +1 -0
- package/src/themes/BusyIndicator.css +6 -0
- package/src/themes/Label.css +4 -4
|
@@ -67,6 +67,11 @@
|
|
|
67
67
|
"name": "accessible-name",
|
|
68
68
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
69
69
|
"values": []
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "accessibility-attributes",
|
|
73
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
74
|
+
"values": [{ "name": "AvatarAccessibilityAttributes" }]
|
|
70
75
|
}
|
|
71
76
|
],
|
|
72
77
|
"references": []
|
|
@@ -80,6 +85,11 @@
|
|
|
80
85
|
"description": "Defines the mode of the `AvatarGroup`.",
|
|
81
86
|
"values": [{ "name": "Group" }, { "name": "Individual" }]
|
|
82
87
|
},
|
|
88
|
+
{
|
|
89
|
+
"name": "accessibility-attributes",
|
|
90
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
91
|
+
"values": [{ "name": "AvatarGroupAccessibilityAttributes" }]
|
|
92
|
+
},
|
|
83
93
|
{
|
|
84
94
|
"name": "hidden-items",
|
|
85
95
|
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
@@ -239,6 +249,11 @@
|
|
|
239
249
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
240
250
|
"values": []
|
|
241
251
|
},
|
|
252
|
+
{
|
|
253
|
+
"name": "accessibility-attributes",
|
|
254
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
255
|
+
"values": [{ "name": "ButtonAccessibilityAttributes" }]
|
|
256
|
+
},
|
|
242
257
|
{
|
|
243
258
|
"name": "type",
|
|
244
259
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -1637,6 +1652,11 @@
|
|
|
1637
1652
|
"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.",
|
|
1638
1653
|
"values": [{ "name": "Button" }, { "name": "Link" }]
|
|
1639
1654
|
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "accessibility-attributes",
|
|
1657
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
1658
|
+
"values": [{ "name": "LinkAccessibilityAttributes" }]
|
|
1659
|
+
},
|
|
1640
1660
|
{
|
|
1641
1661
|
"name": "icon",
|
|
1642
1662
|
"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).",
|
|
@@ -1758,6 +1778,11 @@
|
|
|
1758
1778
|
{ "name": "Detail" }
|
|
1759
1779
|
]
|
|
1760
1780
|
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "accessibility-attributes",
|
|
1783
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
1784
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
1785
|
+
},
|
|
1761
1786
|
{
|
|
1762
1787
|
"name": "navigated",
|
|
1763
1788
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -1817,6 +1842,11 @@
|
|
|
1817
1842
|
{ "name": "Detail" }
|
|
1818
1843
|
]
|
|
1819
1844
|
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "accessibility-attributes",
|
|
1847
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
1848
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
1849
|
+
},
|
|
1820
1850
|
{
|
|
1821
1851
|
"name": "navigated",
|
|
1822
1852
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -1918,6 +1948,11 @@
|
|
|
1918
1948
|
{ "name": "Detail" }
|
|
1919
1949
|
]
|
|
1920
1950
|
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "accessibility-attributes",
|
|
1953
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
1954
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
1955
|
+
},
|
|
1921
1956
|
{
|
|
1922
1957
|
"name": "navigated",
|
|
1923
1958
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -2023,6 +2058,11 @@
|
|
|
2023
2058
|
"description": "Defines the text of the tooltip for the menu item.",
|
|
2024
2059
|
"values": []
|
|
2025
2060
|
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "accessibility-attributes",
|
|
2063
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
|
|
2064
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
2065
|
+
},
|
|
2026
2066
|
{
|
|
2027
2067
|
"name": "type",
|
|
2028
2068
|
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
@@ -3830,6 +3870,21 @@
|
|
|
3830
3870
|
"description": "Defines the open or closed state of the popover.",
|
|
3831
3871
|
"values": []
|
|
3832
3872
|
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "required",
|
|
3875
|
+
"description": "Defines whether the component is required.",
|
|
3876
|
+
"values": []
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "accessible-name",
|
|
3880
|
+
"description": "Defines the aria-label attribute for the component.",
|
|
3881
|
+
"values": []
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "accessible-name-ref",
|
|
3885
|
+
"description": "Receives id (or many ids) of the elements that label the component.",
|
|
3886
|
+
"values": []
|
|
3887
|
+
},
|
|
3833
3888
|
{
|
|
3834
3889
|
"name": "date-value",
|
|
3835
3890
|
"description": "Currently selected time represented as JavaScript Date instance",
|
|
@@ -3950,6 +4005,11 @@
|
|
|
3950
4005
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
3951
4006
|
"values": []
|
|
3952
4007
|
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "accessibility-attributes",
|
|
4010
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
4011
|
+
"values": [{ "name": "ButtonAccessibilityAttributes" }]
|
|
4012
|
+
},
|
|
3953
4013
|
{
|
|
3954
4014
|
"name": "type",
|
|
3955
4015
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -4084,6 +4144,11 @@
|
|
|
4084
4144
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4085
4145
|
"values": []
|
|
4086
4146
|
},
|
|
4147
|
+
{
|
|
4148
|
+
"name": "accessibility-attributes",
|
|
4149
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
4150
|
+
"values": [{ "name": "ButtonAccessibilityAttributes" }]
|
|
4151
|
+
},
|
|
4087
4152
|
{ "name": "text", "description": "Button text", "values": [] },
|
|
4088
4153
|
{
|
|
4089
4154
|
"name": "width",
|
|
@@ -4349,6 +4414,11 @@
|
|
|
4349
4414
|
{ "name": "Detail" }
|
|
4350
4415
|
]
|
|
4351
4416
|
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "accessibility-attributes",
|
|
4419
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
4420
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
4421
|
+
},
|
|
4352
4422
|
{
|
|
4353
4423
|
"name": "navigated",
|
|
4354
4424
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -4433,6 +4503,11 @@
|
|
|
4433
4503
|
{ "name": "Detail" }
|
|
4434
4504
|
]
|
|
4435
4505
|
},
|
|
4506
|
+
{
|
|
4507
|
+
"name": "accessibility-attributes",
|
|
4508
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
4509
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
4510
|
+
},
|
|
4436
4511
|
{
|
|
4437
4512
|
"name": "navigated",
|
|
4438
4513
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -4522,6 +4597,11 @@
|
|
|
4522
4597
|
{ "name": "Detail" }
|
|
4523
4598
|
]
|
|
4524
4599
|
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "accessibility-attributes",
|
|
4602
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
4603
|
+
"values": [{ "name": "ListItemAccessibilityAttributes" }]
|
|
4604
|
+
},
|
|
4525
4605
|
{
|
|
4526
4606
|
"name": "navigated",
|
|
4527
4607
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
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.
|
|
4
|
+
"version": "2.1.0-rc.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -64,6 +64,14 @@
|
|
|
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
66
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "accessibility-attributes",
|
|
70
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
71
|
+
"value": {
|
|
72
|
+
"type": "AvatarAccessibilityAttributes",
|
|
73
|
+
"default": "{}"
|
|
74
|
+
}
|
|
67
75
|
}
|
|
68
76
|
],
|
|
69
77
|
"slots": [
|
|
@@ -125,6 +133,11 @@
|
|
|
125
133
|
"name": "accessible-name",
|
|
126
134
|
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
127
135
|
"value": { "type": "string | undefined" }
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "accessibility-attributes",
|
|
139
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
140
|
+
"value": { "type": "AvatarAccessibilityAttributes" }
|
|
128
141
|
}
|
|
129
142
|
],
|
|
130
143
|
"events": []
|
|
@@ -143,6 +156,14 @@
|
|
|
143
156
|
"default": "\"Group\""
|
|
144
157
|
}
|
|
145
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"name": "accessibility-attributes",
|
|
161
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
162
|
+
"value": {
|
|
163
|
+
"type": "AvatarGroupAccessibilityAttributes",
|
|
164
|
+
"default": "{}"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
146
167
|
{
|
|
147
168
|
"name": "hidden-items",
|
|
148
169
|
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
@@ -181,6 +202,11 @@
|
|
|
181
202
|
"description": "Defines the mode of the `AvatarGroup`.",
|
|
182
203
|
"value": { "type": "\"Group\" | \"Individual\"" }
|
|
183
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"name": "accessibility-attributes",
|
|
207
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
208
|
+
"value": { "type": "AvatarGroupAccessibilityAttributes" }
|
|
209
|
+
},
|
|
184
210
|
{
|
|
185
211
|
"name": "hidden-items",
|
|
186
212
|
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
@@ -472,6 +498,14 @@
|
|
|
472
498
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
473
499
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
474
500
|
},
|
|
501
|
+
{
|
|
502
|
+
"name": "accessibility-attributes",
|
|
503
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
504
|
+
"value": {
|
|
505
|
+
"type": "ButtonAccessibilityAttributes",
|
|
506
|
+
"default": "{}"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
475
509
|
{
|
|
476
510
|
"name": "type",
|
|
477
511
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -545,6 +579,11 @@
|
|
|
545
579
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
546
580
|
"value": { "type": "string | undefined" }
|
|
547
581
|
},
|
|
582
|
+
{
|
|
583
|
+
"name": "accessibility-attributes",
|
|
584
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
585
|
+
"value": { "type": "ButtonAccessibilityAttributes" }
|
|
586
|
+
},
|
|
548
587
|
{
|
|
549
588
|
"name": "type",
|
|
550
589
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -1971,7 +2010,7 @@
|
|
|
1971
2010
|
{
|
|
1972
2011
|
"name": "delimiter",
|
|
1973
2012
|
"description": "Determines the symbol which separates the dates.\nIf not supplied, the default time interval delimiter for the current locale will be used.",
|
|
1974
|
-
"value": { "type": "string", "default": "
|
|
2013
|
+
"value": { "type": "string", "default": "\"-\"" }
|
|
1975
2014
|
},
|
|
1976
2015
|
{
|
|
1977
2016
|
"name": "date-value",
|
|
@@ -2644,7 +2683,7 @@
|
|
|
2644
2683
|
{
|
|
2645
2684
|
"name": "accept",
|
|
2646
2685
|
"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.",
|
|
2647
|
-
"value": { "type": "string | undefined", "default": "
|
|
2686
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2648
2687
|
},
|
|
2649
2688
|
{
|
|
2650
2689
|
"name": "hide-input",
|
|
@@ -3325,6 +3364,14 @@
|
|
|
3325
3364
|
"default": "\"Link\""
|
|
3326
3365
|
}
|
|
3327
3366
|
},
|
|
3367
|
+
{
|
|
3368
|
+
"name": "accessibility-attributes",
|
|
3369
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
3370
|
+
"value": {
|
|
3371
|
+
"type": "LinkAccessibilityAttributes",
|
|
3372
|
+
"default": "{}"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3328
3375
|
{
|
|
3329
3376
|
"name": "icon",
|
|
3330
3377
|
"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).",
|
|
@@ -3395,6 +3442,11 @@
|
|
|
3395
3442
|
"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.",
|
|
3396
3443
|
"value": { "type": "\"Button\" | \"Link\"" }
|
|
3397
3444
|
},
|
|
3445
|
+
{
|
|
3446
|
+
"name": "accessibility-attributes",
|
|
3447
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
3448
|
+
"value": { "type": "LinkAccessibilityAttributes" }
|
|
3449
|
+
},
|
|
3398
3450
|
{
|
|
3399
3451
|
"name": "icon",
|
|
3400
3452
|
"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).",
|
|
@@ -3682,6 +3734,14 @@
|
|
|
3682
3734
|
"default": "\"Active\""
|
|
3683
3735
|
}
|
|
3684
3736
|
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "accessibility-attributes",
|
|
3739
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
3740
|
+
"value": {
|
|
3741
|
+
"type": "ListItemAccessibilityAttributes",
|
|
3742
|
+
"default": "{}"
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3685
3745
|
{
|
|
3686
3746
|
"name": "navigated",
|
|
3687
3747
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -3737,6 +3797,11 @@
|
|
|
3737
3797
|
"type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
3738
3798
|
}
|
|
3739
3799
|
},
|
|
3800
|
+
{
|
|
3801
|
+
"name": "accessibility-attributes",
|
|
3802
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
3803
|
+
"value": { "type": "ListItemAccessibilityAttributes" }
|
|
3804
|
+
},
|
|
3740
3805
|
{
|
|
3741
3806
|
"name": "navigated",
|
|
3742
3807
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -3862,6 +3927,14 @@
|
|
|
3862
3927
|
"default": "\"Active\""
|
|
3863
3928
|
}
|
|
3864
3929
|
},
|
|
3930
|
+
{
|
|
3931
|
+
"name": "accessibility-attributes",
|
|
3932
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
3933
|
+
"value": {
|
|
3934
|
+
"type": "ListItemAccessibilityAttributes",
|
|
3935
|
+
"default": "{}"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3865
3938
|
{
|
|
3866
3939
|
"name": "navigated",
|
|
3867
3940
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -3948,6 +4021,11 @@
|
|
|
3948
4021
|
"type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
3949
4022
|
}
|
|
3950
4023
|
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "accessibility-attributes",
|
|
4026
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
4027
|
+
"value": { "type": "ListItemAccessibilityAttributes" }
|
|
4028
|
+
},
|
|
3951
4029
|
{
|
|
3952
4030
|
"name": "navigated",
|
|
3953
4031
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -4138,6 +4216,14 @@
|
|
|
4138
4216
|
"description": "Defines the text of the tooltip for the menu item.",
|
|
4139
4217
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
4140
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "accessibility-attributes",
|
|
4221
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
|
|
4222
|
+
"value": {
|
|
4223
|
+
"type": "ListItemAccessibilityAttributes",
|
|
4224
|
+
"default": "{}"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4141
4227
|
{
|
|
4142
4228
|
"name": "type",
|
|
4143
4229
|
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
@@ -4223,6 +4309,11 @@
|
|
|
4223
4309
|
"description": "Defines the text of the tooltip for the menu item.",
|
|
4224
4310
|
"value": { "type": "string | undefined" }
|
|
4225
4311
|
},
|
|
4312
|
+
{
|
|
4313
|
+
"name": "accessibility-attributes",
|
|
4314
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
|
|
4315
|
+
"value": { "type": "ListItemAccessibilityAttributes" }
|
|
4316
|
+
},
|
|
4226
4317
|
{
|
|
4227
4318
|
"name": "type",
|
|
4228
4319
|
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
@@ -7941,6 +8032,21 @@
|
|
|
7941
8032
|
"description": "Defines the open or closed state of the popover.",
|
|
7942
8033
|
"value": { "type": "boolean", "default": "false" }
|
|
7943
8034
|
},
|
|
8035
|
+
{
|
|
8036
|
+
"name": "required",
|
|
8037
|
+
"description": "Defines whether the component is required.",
|
|
8038
|
+
"value": { "type": "boolean", "default": "false" }
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"name": "accessible-name",
|
|
8042
|
+
"description": "Defines the aria-label attribute for the component.",
|
|
8043
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8044
|
+
},
|
|
8045
|
+
{
|
|
8046
|
+
"name": "accessible-name-ref",
|
|
8047
|
+
"description": "Receives id (or many ids) of the elements that label the component.",
|
|
8048
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8049
|
+
},
|
|
7944
8050
|
{
|
|
7945
8051
|
"name": "date-value",
|
|
7946
8052
|
"description": "Currently selected time represented as JavaScript Date instance",
|
|
@@ -8015,6 +8121,21 @@
|
|
|
8015
8121
|
"description": "Defines the open or closed state of the popover.",
|
|
8016
8122
|
"value": { "type": "boolean" }
|
|
8017
8123
|
},
|
|
8124
|
+
{
|
|
8125
|
+
"name": "required",
|
|
8126
|
+
"description": "Defines whether the component is required.",
|
|
8127
|
+
"value": { "type": "boolean" }
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"name": "accessible-name",
|
|
8131
|
+
"description": "Defines the aria-label attribute for the component.",
|
|
8132
|
+
"value": { "type": "string | undefined" }
|
|
8133
|
+
},
|
|
8134
|
+
{
|
|
8135
|
+
"name": "accessible-name-ref",
|
|
8136
|
+
"description": "Receives id (or many ids) of the elements that label the component.",
|
|
8137
|
+
"value": { "type": "string | undefined" }
|
|
8138
|
+
},
|
|
8018
8139
|
{
|
|
8019
8140
|
"name": "date-value",
|
|
8020
8141
|
"description": "Currently selected time represented as JavaScript Date instance",
|
|
@@ -8205,6 +8326,14 @@
|
|
|
8205
8326
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8206
8327
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8207
8328
|
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "accessibility-attributes",
|
|
8331
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
8332
|
+
"value": {
|
|
8333
|
+
"type": "ButtonAccessibilityAttributes",
|
|
8334
|
+
"default": "{}"
|
|
8335
|
+
}
|
|
8336
|
+
},
|
|
8208
8337
|
{
|
|
8209
8338
|
"name": "type",
|
|
8210
8339
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -8277,6 +8406,11 @@
|
|
|
8277
8406
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8278
8407
|
"value": { "type": "string | undefined" }
|
|
8279
8408
|
},
|
|
8409
|
+
{
|
|
8410
|
+
"name": "accessibility-attributes",
|
|
8411
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
8412
|
+
"value": { "type": "ButtonAccessibilityAttributes" }
|
|
8413
|
+
},
|
|
8280
8414
|
{
|
|
8281
8415
|
"name": "type",
|
|
8282
8416
|
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
@@ -8511,6 +8645,14 @@
|
|
|
8511
8645
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8512
8646
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
8513
8647
|
},
|
|
8648
|
+
{
|
|
8649
|
+
"name": "accessibility-attributes",
|
|
8650
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
8651
|
+
"value": {
|
|
8652
|
+
"type": "ButtonAccessibilityAttributes",
|
|
8653
|
+
"default": "{}"
|
|
8654
|
+
}
|
|
8655
|
+
},
|
|
8514
8656
|
{
|
|
8515
8657
|
"name": "text",
|
|
8516
8658
|
"description": "Button text",
|
|
@@ -8580,6 +8722,11 @@
|
|
|
8580
8722
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8581
8723
|
"value": { "type": "string | undefined" }
|
|
8582
8724
|
},
|
|
8725
|
+
{
|
|
8726
|
+
"name": "accessibility-attributes",
|
|
8727
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
8728
|
+
"value": { "type": "ButtonAccessibilityAttributes" }
|
|
8729
|
+
},
|
|
8583
8730
|
{
|
|
8584
8731
|
"name": "text",
|
|
8585
8732
|
"description": "Button text",
|
|
@@ -9050,6 +9197,14 @@
|
|
|
9050
9197
|
"default": "\"Active\""
|
|
9051
9198
|
}
|
|
9052
9199
|
},
|
|
9200
|
+
{
|
|
9201
|
+
"name": "accessibility-attributes",
|
|
9202
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
9203
|
+
"value": {
|
|
9204
|
+
"type": "ListItemAccessibilityAttributes",
|
|
9205
|
+
"default": "{}"
|
|
9206
|
+
}
|
|
9207
|
+
},
|
|
9053
9208
|
{
|
|
9054
9209
|
"name": "navigated",
|
|
9055
9210
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -9136,6 +9291,11 @@
|
|
|
9136
9291
|
"type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
9137
9292
|
}
|
|
9138
9293
|
},
|
|
9294
|
+
{
|
|
9295
|
+
"name": "accessibility-attributes",
|
|
9296
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
9297
|
+
"value": { "type": "ListItemAccessibilityAttributes" }
|
|
9298
|
+
},
|
|
9139
9299
|
{
|
|
9140
9300
|
"name": "navigated",
|
|
9141
9301
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -9223,6 +9383,14 @@
|
|
|
9223
9383
|
"default": "\"Active\""
|
|
9224
9384
|
}
|
|
9225
9385
|
},
|
|
9386
|
+
{
|
|
9387
|
+
"name": "accessibility-attributes",
|
|
9388
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
9389
|
+
"value": {
|
|
9390
|
+
"type": "ListItemAccessibilityAttributes",
|
|
9391
|
+
"default": "{}"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9226
9394
|
{
|
|
9227
9395
|
"name": "navigated",
|
|
9228
9396
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
|
@@ -9310,6 +9478,11 @@
|
|
|
9310
9478
|
"type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
9311
9479
|
}
|
|
9312
9480
|
},
|
|
9481
|
+
{
|
|
9482
|
+
"name": "accessibility-attributes",
|
|
9483
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
9484
|
+
"value": { "type": "ListItemAccessibilityAttributes" }
|
|
9485
|
+
},
|
|
9313
9486
|
{
|
|
9314
9487
|
"name": "navigated",
|
|
9315
9488
|
"description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-rc.0",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"directory": "packages/main"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ui5/webcomponents-base": "2.0.
|
|
54
|
-
"@ui5/webcomponents-icons": "2.0.
|
|
55
|
-
"@ui5/webcomponents-icons-business-suite": "2.0.
|
|
56
|
-
"@ui5/webcomponents-icons-tnt": "2.0.
|
|
57
|
-
"@ui5/webcomponents-localization": "2.0.
|
|
58
|
-
"@ui5/webcomponents-theming": "2.0.
|
|
53
|
+
"@ui5/webcomponents-base": "2.1.0-rc.0",
|
|
54
|
+
"@ui5/webcomponents-icons": "2.1.0-rc.0",
|
|
55
|
+
"@ui5/webcomponents-icons-business-suite": "2.1.0-rc.0",
|
|
56
|
+
"@ui5/webcomponents-icons-tnt": "2.1.0-rc.0",
|
|
57
|
+
"@ui5/webcomponents-localization": "2.1.0-rc.0",
|
|
58
|
+
"@ui5/webcomponents-theming": "2.1.0-rc.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@ui5/webcomponents-tools": "2.0.
|
|
61
|
+
"@ui5/webcomponents-tools": "2.1.0-rc.0",
|
|
62
62
|
"chromedriver": "^125.0.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "1576c9b11cf85e71b417885e6a710420a15a2617"
|
|
65
65
|
}
|
package/src/Label.hbs
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
@click={{_onclick}}
|
|
4
4
|
>
|
|
5
5
|
<span class="ui5-label-text-wrapper">
|
|
6
|
-
<
|
|
6
|
+
<slot></slot>
|
|
7
7
|
</span>
|
|
8
|
-
<span
|
|
9
|
-
aria-hidden="true"
|
|
8
|
+
<span
|
|
9
|
+
aria-hidden="true"
|
|
10
10
|
class="ui5-label-required-colon"
|
|
11
11
|
data-colon="{{_colonSymbol}}"
|
|
12
12
|
>
|
package/src/ListItem.hbs
CHANGED
package/src/MenuItem.hbs
CHANGED
|
@@ -23,7 +23,11 @@
|
|
|
23
23
|
{{else if hasEndContent}}
|
|
24
24
|
<slot name="endContent"></slot>
|
|
25
25
|
{{else if additionalText}}
|
|
26
|
-
<span
|
|
26
|
+
<span
|
|
27
|
+
part="additional-text"
|
|
28
|
+
class="ui5-li-additional-text"
|
|
29
|
+
aria-hidden="{{_accInfo.ariaHidden}}"
|
|
30
|
+
>{{additionalText}}</span>
|
|
27
31
|
{{/if}}
|
|
28
32
|
|
|
29
33
|
{{/inline}}
|