@ui5/webcomponents 0.0.0-4180fe799 → 0.0.0-453158269
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 +595 -0
- package/README.md +7 -1
- package/dist/Avatar.js +1 -1
- package/dist/AvatarGroup.js +4 -4
- package/dist/Badge.js +0 -15
- package/dist/Breadcrumbs.js +84 -15
- package/dist/BreadcrumbsItem.js +4 -10
- package/dist/BusyIndicator.js +3 -4
- package/dist/Button.js +84 -38
- package/dist/Calendar.js +9 -2
- package/dist/Card.js +2 -2
- package/dist/CardHeader.js +5 -10
- package/dist/Carousel.js +9 -0
- package/dist/CheckBox.js +46 -1
- package/dist/ColorPalette.js +6 -5
- package/dist/ColorPaletteItem.js +2 -2
- package/dist/ColorPalettePopover.js +30 -5
- package/dist/ColorPicker.js +99 -14
- package/dist/ComboBox.js +117 -39
- package/dist/DateComponentBase.js +6 -8
- package/dist/DatePicker.js +29 -13
- package/dist/DateRangePicker.js +29 -1
- package/dist/DateTimePicker.js +3 -0
- package/dist/Dialog.js +40 -27
- package/dist/FileUploader.js +4 -5
- package/dist/Filters.js +28 -0
- package/dist/Icon.js +83 -26
- package/dist/Input.js +337 -39
- package/dist/Interfaces.js +11 -1
- package/dist/Label.js +7 -1
- package/dist/Link.js +46 -17
- package/dist/List.js +71 -21
- package/dist/ListItem.js +31 -6
- package/dist/ListItemBase.js +4 -2
- package/dist/Menu.js +500 -0
- package/dist/MenuItem.js +162 -0
- package/dist/MessageStrip.js +31 -2
- package/dist/MonthPicker.js +1 -1
- package/dist/MultiComboBox.js +478 -54
- package/dist/MultiComboBoxGroupItem.js +67 -0
- package/dist/MultiComboBoxItem.js +1 -1
- package/dist/MultiInput.js +73 -15
- package/dist/Option.js +22 -1
- package/dist/Panel.js +17 -8
- package/dist/Popover.js +122 -83
- package/dist/Popup.js +80 -27
- package/dist/ProgressIndicator.js +5 -0
- package/dist/RadioButton.js +25 -4
- package/dist/RangeSlider.js +51 -1
- package/dist/RatingIndicator.js +42 -10
- package/dist/ResponsivePopover.js +20 -11
- package/dist/SegmentedButton.js +15 -2
- package/dist/SegmentedButtonItem.js +7 -2
- package/dist/Select.js +25 -9
- package/dist/Slider.js +20 -3
- package/dist/SliderBase.js +34 -61
- package/dist/SplitButton.js +440 -0
- package/dist/StepInput.js +4 -4
- package/dist/Switch.js +36 -7
- package/dist/Tab.js +110 -15
- package/dist/TabContainer.js +690 -132
- package/dist/TabSeparator.js +42 -3
- package/dist/Table.js +462 -12
- package/dist/TableColumn.js +0 -7
- package/dist/TableGroupRow.js +7 -0
- package/dist/TableRow.js +59 -11
- package/dist/TextArea.js +20 -9
- package/dist/TimePicker.js +0 -2
- package/dist/TimePickerBase.js +11 -2
- package/dist/TimeSelection.js +7 -0
- package/dist/ToggleButton.js +5 -0
- package/dist/Token.js +2 -1
- package/dist/Tokenizer.js +231 -14
- package/dist/Tree.js +5 -1
- package/dist/TreeItem.js +23 -2
- package/dist/TreeListItem.js +13 -2
- package/dist/WheelSlider.js +7 -0
- package/dist/api.json +713 -102
- package/dist/css/themes/Avatar.css +1 -0
- package/dist/css/themes/AvatarGroup.css +1 -0
- package/dist/css/themes/Badge.css +1 -0
- package/dist/css/themes/Breadcrumbs.css +1 -0
- package/dist/css/themes/BreadcrumbsPopover.css +1 -0
- package/dist/css/themes/BrowserScrollbar.css +1 -0
- package/dist/css/themes/BusyIndicator.css +1 -0
- package/dist/css/themes/Button.css +1 -0
- package/dist/css/themes/Button.ie11.css +1 -0
- package/dist/css/themes/Calendar.css +1 -0
- package/dist/css/themes/CalendarHeader.css +1 -0
- package/dist/css/themes/Card.css +1 -0
- package/dist/css/themes/CardHeader.css +1 -0
- package/dist/css/themes/Carousel.css +1 -0
- package/dist/css/themes/CheckBox.css +1 -0
- package/dist/css/themes/ColorPalette.css +1 -0
- package/dist/css/themes/ColorPaletteItem.css +1 -0
- package/dist/css/themes/ColorPalettePopover.css +1 -0
- package/dist/css/themes/ColorPaletteStaticArea.css +1 -0
- package/dist/css/themes/ColorPicker.css +1 -0
- package/dist/css/themes/ComboBox.css +1 -0
- package/dist/css/themes/ComboBoxPopover.css +1 -0
- package/dist/css/themes/CustomListItem.css +1 -0
- package/dist/css/themes/DatePicker.css +1 -0
- package/dist/css/themes/DatePickerPopover.css +1 -0
- package/dist/css/themes/DateRangePicker.css +1 -0
- package/dist/css/themes/DateTimePicker.css +1 -0
- package/dist/css/themes/DateTimePickerPopover.css +1 -0
- package/dist/css/themes/DayPicker.css +1 -0
- package/dist/css/themes/Dialog.css +1 -0
- package/dist/css/themes/FileUploader.css +1 -0
- package/dist/css/themes/GroupHeaderListItem.css +1 -0
- package/dist/css/themes/GrowingButton.css +1 -0
- package/dist/css/themes/Icon.css +1 -0
- package/dist/css/themes/Input.css +1 -0
- package/dist/css/themes/InputIcon.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/Label.css +1 -0
- package/dist/css/themes/Link.css +1 -0
- package/dist/css/themes/List.css +1 -0
- package/dist/css/themes/ListItem.css +1 -0
- package/dist/css/themes/ListItemBase.css +1 -0
- package/dist/css/themes/Menu.css +1 -0
- package/dist/css/themes/MessageStrip.css +1 -0
- package/dist/css/themes/MonthPicker.css +1 -0
- package/dist/css/themes/MultiComboBox.css +1 -0
- package/dist/css/themes/MultiComboBoxPopover.css +1 -0
- package/dist/css/themes/MultiInput.css +1 -0
- package/dist/css/themes/Panel.css +1 -0
- package/dist/css/themes/Popover.css +1 -0
- package/dist/css/themes/Popup.css +1 -0
- package/dist/css/themes/PopupGlobal.css +1 -0
- package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
- package/dist/css/themes/PopupsCommon.css +1 -0
- package/dist/css/themes/ProgressIndicator.css +1 -0
- package/dist/css/themes/RadioButton.css +1 -0
- package/dist/css/themes/RangeSlider.css +1 -0
- package/dist/css/themes/RatingIndicator.css +1 -0
- package/dist/css/themes/ResponsivePopover.css +1 -0
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -0
- package/dist/css/themes/SegmentedButton.css +1 -0
- package/dist/css/themes/Select.css +1 -0
- package/dist/css/themes/SelectPopover.css +1 -0
- package/dist/css/themes/SliderBase.css +1 -0
- package/dist/css/themes/SplitButton.css +1 -0
- package/dist/css/themes/StepInput.css +1 -0
- package/dist/css/themes/Suggestions.css +1 -0
- package/dist/css/themes/Switch.css +1 -0
- package/dist/css/themes/Tab.css +1 -0
- package/dist/css/themes/TabContainer.css +1 -0
- package/dist/css/themes/TabInOverflow.css +1 -0
- package/dist/css/themes/TabInStrip.css +1 -0
- package/dist/css/themes/TabSemanticIcon.css +1 -0
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -0
- package/dist/css/themes/TabSeparatorInStrip.css +1 -0
- package/dist/css/themes/Table.css +1 -0
- package/dist/css/themes/TableCell.css +1 -0
- package/dist/css/themes/TableColumn.css +1 -0
- package/dist/css/themes/TableGroupRow.css +1 -0
- package/dist/css/themes/TableRow.css +1 -0
- package/dist/css/themes/TapHighlightColor.css +1 -0
- package/dist/css/themes/TextArea.css +1 -0
- package/dist/css/themes/TimePicker.css +1 -0
- package/dist/css/themes/TimePickerPopover.css +1 -0
- package/dist/css/themes/TimeSelection.css +1 -0
- package/dist/css/themes/Title.css +1 -0
- package/dist/css/themes/Toast.css +1 -0
- package/dist/css/themes/ToggleButton.css +1 -0
- package/dist/css/themes/ToggleButton.ie11.css +1 -0
- package/dist/css/themes/Token.css +1 -0
- package/dist/css/themes/Tokenizer.css +1 -0
- package/dist/css/themes/TokenizerPopover.css +1 -0
- package/dist/css/themes/Tree.css +1 -0
- package/dist/css/themes/TreeListItem.css +1 -0
- package/dist/css/themes/ValueStateMessage.css +1 -0
- package/dist/css/themes/WheelSlider.css +1 -0
- package/dist/css/themes/YearPicker.css +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/features/InputElementsFormSupport.js +8 -5
- package/dist/features/InputSuggestions.js +98 -29
- 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_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_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.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_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_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_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.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 -0
- 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 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.js +2 -2
- package/dist/generated/json-imports/Themes-static.js +9 -3
- package/dist/generated/json-imports/Themes.js +6 -3
- package/dist/generated/templates/AvatarGroupTemplate.lit.js +1 -1
- package/dist/generated/templates/AvatarTemplate.lit.js +1 -1
- package/dist/generated/templates/BadgeTemplate.lit.js +1 -1
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +3 -3
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js +2 -2
- package/dist/generated/templates/ButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/CalendarHeaderTemplate.lit.js +1 -1
- package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
- package/dist/generated/templates/CardHeaderTemplate.lit.js +4 -4
- package/dist/generated/templates/CardTemplate.lit.js +1 -1
- package/dist/generated/templates/CarouselTemplate.lit.js +5 -5
- package/dist/generated/templates/CheckBoxTemplate.lit.js +3 -3
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ColorPaletteTemplate.lit.js +3 -3
- package/dist/generated/templates/ColorPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +6 -6
- package/dist/generated/templates/ComboBoxTemplate.lit.js +3 -4
- package/dist/generated/templates/CustomListItemTemplate.lit.js +8 -8
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +3 -3
- package/dist/generated/templates/DatePickerTemplate.lit.js +2 -2
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +4 -4
- package/dist/generated/templates/DialogTemplate.lit.js +4 -4
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +5 -4
- package/dist/generated/templates/FileUploaderTemplate.lit.js +1 -1
- package/dist/generated/templates/InputPopoverTemplate.lit.js +8 -8
- package/dist/generated/templates/InputTemplate.lit.js +2 -2
- package/dist/generated/templates/LabelTemplate.lit.js +1 -1
- package/dist/generated/templates/LinkTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js +8 -8
- package/dist/generated/templates/ListTemplate.lit.js +3 -3
- package/dist/generated/templates/MenuTemplate.lit.js +15 -0
- package/dist/generated/templates/MessageStripTemplate.lit.js +3 -3
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +17 -13
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +4 -5
- package/dist/generated/templates/MultiInputTemplate.lit.js +3 -3
- package/dist/generated/templates/PanelTemplate.lit.js +3 -3
- package/dist/generated/templates/PopoverTemplate.lit.js +3 -3
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +1 -1
- package/dist/generated/templates/PopupTemplate.lit.js +1 -1
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +3 -3
- package/dist/generated/templates/RadioButtonTemplate.lit.js +3 -3
- package/dist/generated/templates/RangeSliderTemplate.lit.js +9 -6
- package/dist/generated/templates/RatingIndicatorTemplate.lit.js +7 -5
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +7 -7
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
- package/dist/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +5 -5
- package/dist/generated/templates/SelectTemplate.lit.js +2 -2
- package/dist/generated/templates/SliderBaseTemplate.lit.js +7 -4
- package/dist/generated/templates/SliderTemplate.lit.js +8 -5
- package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
- package/dist/generated/templates/StandardListItemTemplate.lit.js +11 -11
- package/dist/generated/templates/StepInputTemplate.lit.js +3 -3
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +11 -11
- package/dist/generated/templates/SwitchTemplate.lit.js +3 -3
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +2 -3
- package/dist/generated/templates/TabContainerTemplate.lit.js +9 -12
- package/dist/generated/templates/TabInOverflowTemplate.lit.js +5 -3
- package/dist/generated/templates/TabInStripTemplate.lit.js +6 -3
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
- package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
- package/dist/generated/templates/TabTemplate.lit.js +2 -1
- package/dist/generated/templates/TableColumnTemplate.lit.js +1 -1
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +1 -1
- package/dist/generated/templates/TableRowTemplate.lit.js +2 -2
- package/dist/generated/templates/TableTemplate.lit.js +4 -4
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/TextAreaTemplate.lit.js +1 -1
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js +2 -2
- package/dist/generated/templates/TimeSelectionTemplate.lit.js +4 -4
- package/dist/generated/templates/ToastTemplate.lit.js +1 -1
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/TokenTemplate.lit.js +2 -2
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
- package/dist/generated/templates/TokenizerTemplate.lit.js +2 -2
- package/dist/generated/templates/TreeListItemTemplate.lit.js +11 -11
- package/dist/generated/templates/TreeTemplate.lit.js +2 -2
- package/dist/generated/templates/WheelSliderTemplate.lit.js +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/Badge.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/BreadcrumbsPopover.css.js +1 -1
- package/dist/generated/themes/BrowserScrollbar.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/GroupHeaderListItem.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/Label.css.js +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/Menu.css.js +8 -0
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +8 -0
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/PopupGlobal.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js +8 -0
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/SelectPopover.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js +8 -0
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/Suggestions.css.js +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/TableCell.css.js +1 -1
- package/dist/generated/themes/TableColumn.css.js +1 -1
- package/dist/generated/themes/TableGroupRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePickerPopover.css.js +1 -1
- package/dist/generated/themes/TimeSelection.css.js +1 -1
- package/dist/generated/themes/Title.css.js +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +8 -0
- package/dist/generated/themes/TreeListItem.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
- package/dist/i18n/messagebundle.properties +61 -7
- package/dist/i18n/messagebundle_ar.properties +41 -5
- package/dist/i18n/messagebundle_bg.properties +41 -5
- package/dist/i18n/messagebundle_ca.properties +41 -5
- package/dist/i18n/messagebundle_cs.properties +41 -5
- package/dist/i18n/messagebundle_cy.properties +41 -5
- package/dist/i18n/messagebundle_da.properties +41 -5
- package/dist/i18n/messagebundle_de.properties +41 -5
- package/dist/i18n/messagebundle_el.properties +41 -5
- package/dist/i18n/messagebundle_en.properties +41 -5
- package/dist/i18n/messagebundle_en_GB.properties +41 -5
- package/dist/i18n/messagebundle_en_US_sappsd.properties +27 -5
- package/dist/i18n/messagebundle_en_US_saprigi.properties +41 -5
- package/dist/i18n/messagebundle_en_US_saptrc.properties +27 -5
- package/dist/i18n/messagebundle_es.properties +41 -5
- package/dist/i18n/messagebundle_es_MX.properties +41 -5
- package/dist/i18n/messagebundle_et.properties +41 -5
- package/dist/i18n/messagebundle_fi.properties +42 -6
- package/dist/i18n/messagebundle_fr.properties +41 -5
- package/dist/i18n/messagebundle_fr_CA.properties +41 -5
- package/dist/i18n/messagebundle_hi.properties +41 -5
- package/dist/i18n/messagebundle_hr.properties +41 -5
- package/dist/i18n/messagebundle_hu.properties +41 -5
- package/dist/i18n/messagebundle_id.properties +41 -5
- package/dist/i18n/messagebundle_it.properties +41 -5
- package/dist/i18n/messagebundle_iw.properties +41 -5
- package/dist/i18n/messagebundle_ja.properties +43 -7
- package/dist/i18n/messagebundle_kk.properties +41 -5
- package/dist/i18n/messagebundle_ko.properties +41 -5
- package/dist/i18n/messagebundle_lt.properties +41 -5
- package/dist/i18n/messagebundle_lv.properties +41 -5
- package/dist/i18n/messagebundle_ms.properties +41 -5
- package/dist/i18n/messagebundle_nl.properties +41 -5
- package/dist/i18n/messagebundle_no.properties +41 -5
- package/dist/i18n/messagebundle_pl.properties +41 -5
- package/dist/i18n/messagebundle_pt.properties +41 -5
- package/dist/i18n/messagebundle_pt_PT.properties +41 -5
- package/dist/i18n/messagebundle_ro.properties +41 -5
- package/dist/i18n/messagebundle_ru.properties +41 -5
- package/dist/i18n/messagebundle_sh.properties +41 -5
- package/dist/i18n/messagebundle_sk.properties +41 -5
- package/dist/i18n/messagebundle_sl.properties +41 -5
- package/dist/i18n/messagebundle_sv.properties +41 -5
- package/dist/i18n/messagebundle_th.properties +40 -4
- package/dist/i18n/messagebundle_tr.properties +41 -5
- package/dist/i18n/messagebundle_uk.properties +41 -5
- package/dist/i18n/messagebundle_vi.properties +41 -5
- package/dist/i18n/messagebundle_zh_CN.properties +41 -5
- package/dist/i18n/messagebundle_zh_TW.properties +40 -4
- package/dist/types/HasPopup.js +62 -0
- package/dist/types/ListGrowingMode.js +36 -3
- package/dist/types/TableGrowingMode.js +35 -2
- package/dist/types/TabsOverflowMode.js +40 -0
- package/package.json +8 -9
- package/src/Avatar.js +1 -1
- package/src/AvatarGroup.hbs +1 -1
- package/src/AvatarGroup.js +4 -4
- package/src/Badge.hbs +1 -6
- package/src/Badge.js +0 -15
- package/src/Breadcrumbs.hbs +8 -6
- package/src/Breadcrumbs.js +84 -15
- package/src/BreadcrumbsItem.js +4 -10
- package/src/BreadcrumbsPopover.hbs +3 -3
- package/src/BusyIndicator.hbs +1 -1
- package/src/BusyIndicator.js +3 -4
- package/src/Button.hbs +5 -6
- package/src/Button.js +84 -38
- package/src/Calendar.hbs +1 -1
- package/src/Calendar.js +9 -2
- package/src/CalendarHeader.hbs +1 -4
- package/src/Card.hbs +0 -1
- package/src/Card.js +2 -2
- package/src/CardHeader.hbs +18 -8
- package/src/CardHeader.js +5 -10
- package/src/Carousel.hbs +3 -2
- package/src/Carousel.js +9 -0
- package/src/CheckBox.hbs +2 -1
- package/src/CheckBox.js +46 -1
- package/src/ColorPalette.js +6 -5
- package/src/ColorPaletteDialog.hbs +1 -1
- package/src/ColorPaletteItem.js +2 -2
- package/src/ColorPalettePopover.hbs +8 -6
- package/src/ColorPalettePopover.js +30 -5
- package/src/ColorPicker.hbs +10 -2
- package/src/ColorPicker.js +99 -14
- package/src/ComboBox.hbs +2 -6
- package/src/ComboBox.js +117 -39
- package/src/ComboBoxPopover.hbs +3 -2
- package/src/DateComponentBase.js +6 -8
- package/src/DatePicker.hbs +1 -2
- package/src/DatePicker.js +29 -13
- package/src/DatePickerPopover.hbs +0 -2
- package/src/DateRangePicker.js +29 -1
- package/src/DateTimePicker.js +3 -0
- package/src/DateTimePickerPopover.hbs +3 -1
- package/src/Dialog.hbs +4 -4
- package/src/Dialog.js +40 -27
- package/src/FileUploader.js +4 -5
- package/src/FileUploaderPopover.hbs +3 -2
- package/src/Filters.js +28 -0
- package/src/Icon.js +83 -26
- package/src/Input.hbs +5 -5
- package/src/Input.js +337 -39
- package/src/InputPopover.hbs +7 -8
- package/src/Interfaces.js +11 -1
- package/src/Label.hbs +1 -2
- package/src/Label.js +7 -1
- package/src/Link.hbs +2 -1
- package/src/Link.js +46 -17
- package/src/List.hbs +2 -1
- package/src/List.js +71 -21
- package/src/ListItem.hbs +3 -2
- package/src/ListItem.js +31 -6
- package/src/ListItemBase.js +4 -2
- package/src/Menu.hbs +100 -0
- package/src/Menu.js +500 -0
- package/src/MenuItem.js +162 -0
- package/src/MessageStrip.hbs +1 -2
- package/src/MessageStrip.js +31 -2
- package/src/MonthPicker.js +1 -1
- package/src/MultiComboBox.hbs +3 -7
- package/src/MultiComboBox.js +478 -54
- package/src/MultiComboBoxGroupItem.js +67 -0
- package/src/MultiComboBoxItem.js +1 -1
- package/src/MultiComboBoxPopover.hbs +11 -4
- package/src/MultiInput.hbs +1 -1
- package/src/MultiInput.js +73 -15
- package/src/Option.js +22 -1
- package/src/Panel.hbs +11 -7
- package/src/Panel.js +17 -8
- package/src/Popover.hbs +2 -2
- package/src/Popover.js +122 -83
- package/src/Popup.hbs +1 -2
- package/src/Popup.js +80 -27
- package/src/PopupBlockLayer.hbs +1 -1
- package/src/ProgressIndicator.hbs +0 -1
- package/src/ProgressIndicator.js +5 -0
- package/src/RadioButton.hbs +1 -2
- package/src/RadioButton.js +25 -4
- package/src/RangeSlider.hbs +3 -3
- package/src/RangeSlider.js +51 -1
- package/src/RatingIndicator.hbs +24 -8
- package/src/RatingIndicator.js +42 -10
- package/src/ResponsivePopover.hbs +7 -5
- package/src/ResponsivePopover.js +20 -11
- package/src/SegmentedButton.hbs +1 -1
- package/src/SegmentedButton.js +15 -2
- package/src/SegmentedButtonItem.hbs +1 -2
- package/src/SegmentedButtonItem.js +7 -2
- package/src/Select.hbs +2 -4
- package/src/Select.js +25 -9
- package/src/SelectPopover.hbs +5 -3
- package/src/Slider.hbs +2 -2
- package/src/Slider.js +20 -3
- package/src/SliderBase.hbs +11 -3
- package/src/SliderBase.js +34 -61
- package/src/SplitButton.hbs +53 -0
- package/src/SplitButton.js +440 -0
- package/src/StandardListItem.hbs +2 -2
- package/src/StepInput.hbs +4 -3
- package/src/StepInput.js +4 -4
- package/src/Switch.hbs +3 -4
- package/src/Switch.js +36 -7
- package/src/Tab.hbs +5 -1
- package/src/Tab.js +110 -15
- package/src/TabContainer.hbs +61 -76
- package/src/TabContainer.js +690 -132
- package/src/TabContainerPopover.hbs +5 -8
- package/src/TabInOverflow.hbs +18 -9
- package/src/TabInStrip.hbs +25 -9
- package/src/TabSeparator.js +42 -3
- package/src/TabSeparatorInOverflow.hbs +9 -0
- package/src/TabSeparatorInStrip.hbs +6 -0
- package/src/Table.hbs +18 -3
- package/src/Table.js +462 -12
- package/src/TableColumn.hbs +0 -1
- package/src/TableColumn.js +0 -7
- package/src/TableGroupRow.hbs +1 -1
- package/src/TableGroupRow.js +7 -0
- package/src/TableRow.hbs +2 -0
- package/src/TableRow.js +59 -11
- package/src/TextArea.hbs +1 -1
- package/src/TextArea.js +20 -9
- package/src/TextAreaPopover.hbs +1 -2
- package/src/TimePicker.js +0 -2
- package/src/TimePickerBase.js +11 -2
- package/src/TimePickerPopover.hbs +0 -1
- package/src/TimeSelection.js +7 -0
- package/src/Toast.hbs +0 -1
- package/src/ToggleButton.js +5 -0
- package/src/Token.hbs +0 -1
- package/src/Token.js +2 -1
- package/src/Tokenizer.hbs +4 -6
- package/src/Tokenizer.js +231 -14
- package/src/TokenizerPopover.hbs +17 -17
- package/src/Tree.hbs +2 -0
- package/src/Tree.js +5 -1
- package/src/TreeItem.js +23 -2
- package/src/TreeListItem.hbs +2 -0
- package/src/TreeListItem.js +13 -2
- package/src/WheelSlider.js +7 -0
- package/src/features/InputElementsFormSupport.js +8 -5
- package/src/features/InputSuggestions.js +98 -29
- package/src/i18n/messagebundle.properties +61 -7
- package/src/i18n/messagebundle_ar.properties +41 -5
- package/src/i18n/messagebundle_bg.properties +41 -5
- package/src/i18n/messagebundle_ca.properties +41 -5
- package/src/i18n/messagebundle_cs.properties +41 -5
- package/src/i18n/messagebundle_cy.properties +41 -5
- package/src/i18n/messagebundle_da.properties +41 -5
- package/src/i18n/messagebundle_de.properties +41 -5
- package/src/i18n/messagebundle_el.properties +41 -5
- package/src/i18n/messagebundle_en.properties +41 -5
- package/src/i18n/messagebundle_en_GB.properties +41 -5
- package/src/i18n/messagebundle_en_US_sappsd.properties +27 -5
- package/src/i18n/messagebundle_en_US_saprigi.properties +41 -5
- package/src/i18n/messagebundle_en_US_saptrc.properties +27 -5
- package/src/i18n/messagebundle_es.properties +41 -5
- package/src/i18n/messagebundle_es_MX.properties +41 -5
- package/src/i18n/messagebundle_et.properties +41 -5
- package/src/i18n/messagebundle_fi.properties +42 -6
- package/src/i18n/messagebundle_fr.properties +41 -5
- package/src/i18n/messagebundle_fr_CA.properties +41 -5
- package/src/i18n/messagebundle_hi.properties +41 -5
- package/src/i18n/messagebundle_hr.properties +41 -5
- package/src/i18n/messagebundle_hu.properties +41 -5
- package/src/i18n/messagebundle_id.properties +41 -5
- package/src/i18n/messagebundle_it.properties +41 -5
- package/src/i18n/messagebundle_iw.properties +41 -5
- package/src/i18n/messagebundle_ja.properties +43 -7
- package/src/i18n/messagebundle_kk.properties +41 -5
- package/src/i18n/messagebundle_ko.properties +41 -5
- package/src/i18n/messagebundle_lt.properties +41 -5
- package/src/i18n/messagebundle_lv.properties +41 -5
- package/src/i18n/messagebundle_ms.properties +41 -5
- package/src/i18n/messagebundle_nl.properties +41 -5
- package/src/i18n/messagebundle_no.properties +41 -5
- package/src/i18n/messagebundle_pl.properties +41 -5
- package/src/i18n/messagebundle_pt.properties +41 -5
- package/src/i18n/messagebundle_pt_PT.properties +41 -5
- package/src/i18n/messagebundle_ro.properties +41 -5
- package/src/i18n/messagebundle_ru.properties +41 -5
- package/src/i18n/messagebundle_sh.properties +41 -5
- package/src/i18n/messagebundle_sk.properties +41 -5
- package/src/i18n/messagebundle_sl.properties +41 -5
- package/src/i18n/messagebundle_sv.properties +41 -5
- package/src/i18n/messagebundle_th.properties +40 -4
- package/src/i18n/messagebundle_tr.properties +41 -5
- package/src/i18n/messagebundle_uk.properties +41 -5
- package/src/i18n/messagebundle_vi.properties +41 -5
- package/src/i18n/messagebundle_zh_CN.properties +41 -5
- package/src/i18n/messagebundle_zh_TW.properties +40 -4
- package/src/themes/Avatar.css +213 -0
- package/src/themes/AvatarGroup.css +83 -0
- package/src/themes/Badge.css +139 -0
- package/src/themes/Breadcrumbs.css +104 -0
- package/src/themes/BreadcrumbsPopover.css +10 -0
- package/src/themes/BrowserScrollbar.css +25 -0
- package/src/themes/BusyIndicator.css +143 -0
- package/src/themes/Button.css +281 -0
- package/src/themes/Button.ie11.css +48 -0
- package/src/themes/Calendar.css +23 -0
- package/src/themes/CalendarHeader.css +134 -0
- package/src/themes/Card.css +45 -0
- package/src/themes/CardHeader.css +131 -0
- package/src/themes/Carousel.css +144 -0
- package/src/themes/CheckBox.css +273 -0
- package/src/themes/ColorPalette.css +77 -0
- package/src/themes/ColorPaletteItem.css +107 -0
- package/src/themes/ColorPalettePopover.css +21 -0
- package/src/themes/ColorPaletteStaticArea.css +17 -0
- package/src/themes/ColorPicker.css +235 -0
- package/src/themes/ComboBox.css +10 -0
- package/src/themes/ComboBoxPopover.css +17 -0
- package/src/themes/CustomListItem.css +31 -0
- package/src/themes/DatePicker.css +46 -0
- package/src/themes/DatePickerPopover.css +9 -0
- package/src/themes/DateRangePicker.css +16 -0
- package/src/themes/DateTimePicker.css +11 -0
- package/src/themes/DateTimePickerPopover.css +82 -0
- package/src/themes/DayPicker.css +280 -0
- package/src/themes/Dialog.css +75 -0
- package/src/themes/FileUploader.css +62 -0
- package/src/themes/GroupHeaderListItem.css +27 -0
- package/src/themes/GrowingButton.css +68 -0
- package/src/themes/Icon.css +50 -0
- package/src/themes/Input.css +450 -0
- package/src/themes/InputIcon.css +41 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/Label.css +79 -0
- package/src/themes/Link.css +94 -0
- package/src/themes/List.css +117 -0
- package/src/themes/ListItem.css +202 -0
- package/src/themes/ListItemBase.css +86 -0
- package/src/themes/Menu.css +88 -0
- package/src/themes/MessageStrip.css +93 -0
- package/src/themes/MonthPicker.css +82 -0
- package/src/themes/MultiComboBox.css +41 -0
- package/src/themes/MultiComboBoxPopover.css +3 -0
- package/src/themes/MultiInput.css +18 -0
- package/src/themes/Panel.css +135 -0
- package/src/themes/Popover.css +85 -0
- package/src/themes/Popup.css +5 -0
- package/src/themes/PopupGlobal.css +3 -0
- package/src/themes/PopupStaticAreaStyles.css +17 -0
- package/src/themes/PopupsCommon.css +128 -0
- package/src/themes/ProgressIndicator.css +214 -0
- package/src/themes/RadioButton.css +300 -0
- package/src/themes/RangeSlider.css +89 -0
- package/src/themes/RatingIndicator.css +96 -0
- package/src/themes/ResponsivePopover.css +25 -0
- package/src/themes/ResponsivePopoverCommon.css +208 -0
- package/src/themes/SegmentedButton.css +81 -0
- package/src/themes/Select.css +39 -0
- package/src/themes/SelectPopover.css +8 -0
- package/src/themes/SliderBase.css +248 -0
- package/src/themes/SplitButton.css +209 -0
- package/src/themes/StepInput.css +271 -0
- package/src/themes/Suggestions.css +17 -0
- package/src/themes/Switch.css +378 -0
- package/src/themes/Tab.css +9 -0
- package/src/themes/TabContainer.css +129 -0
- package/src/themes/TabInOverflow.css +68 -0
- package/src/themes/TabInStrip.css +398 -0
- package/src/themes/TabSemanticIcon.css +18 -0
- package/src/themes/TabSeparatorInOverflow.css +10 -0
- package/src/themes/TabSeparatorInStrip.css +5 -0
- package/src/themes/Table.css +96 -0
- package/src/themes/TableCell.css +24 -0
- package/src/themes/TableColumn.css +23 -0
- package/src/themes/TableGroupRow.css +32 -0
- package/src/themes/TableRow.css +93 -0
- package/src/themes/TapHighlightColor.css +3 -0
- package/src/themes/TextArea.css +369 -0
- package/src/themes/TimePicker.css +50 -0
- package/src/themes/TimePickerPopover.css +15 -0
- package/src/themes/TimeSelection.css +27 -0
- package/src/themes/Title.css +65 -0
- package/src/themes/Toast.css +93 -0
- package/src/themes/ToggleButton.css +128 -0
- package/src/themes/ToggleButton.ie11.css +48 -0
- package/src/themes/Token.css +108 -0
- package/src/themes/Tokenizer.css +68 -0
- package/src/themes/TokenizerPopover.css +4 -0
- package/src/themes/Tree.css +11 -0
- package/src/themes/TreeListItem.css +101 -0
- package/src/themes/ValueStateMessage.css +83 -0
- package/src/themes/WheelSlider.css +203 -0
- package/src/themes/YearPicker.css +83 -0
- package/src/themes/base/Avatar-parameters.css +57 -0
- package/src/themes/base/AvatarGroup-parameters.css +3 -0
- package/src/themes/base/Badge-parameters.css +43 -0
- package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/base/BusyIndicator-parameters.css +5 -0
- package/src/themes/base/Button-parameters.css +35 -0
- package/src/themes/base/CalendarHeader-parameters.css +20 -0
- package/src/themes/base/Card-parameters.css +19 -0
- package/src/themes/base/Carousel-parameters.css +10 -0
- package/src/themes/base/CheckBox-parameters.css +56 -0
- package/src/themes/base/ColorPalette-parameters.css +21 -0
- package/src/themes/base/ColorPicker-parameters.css +13 -0
- package/src/themes/base/DatePicker-parameters.css +6 -0
- package/src/themes/base/DayPicker-parameters.css +41 -0
- package/src/themes/base/Dialog-parameters.css +10 -0
- package/src/themes/base/FileUploader-parameters.css +4 -0
- package/src/themes/base/GroupHeaderListItem-parameters.css +3 -0
- package/src/themes/base/GrowingButton-parameters.css +6 -0
- package/src/themes/base/Input-parameters.css +63 -0
- package/src/themes/base/InputIcon-parameters.css +19 -0
- package/src/themes/base/Link-parameters.css +14 -0
- package/src/themes/base/List-parameters.css +3 -0
- package/src/themes/base/ListItemBase-parameters.css +10 -0
- package/src/themes/base/Menu-parameters.css +4 -0
- package/src/themes/base/MessageStrip-parameters.css +18 -0
- package/src/themes/base/MonthPicker-parameters.css +16 -0
- package/src/themes/base/MultiComboBox-parameters.css +3 -0
- package/src/themes/base/Panel-parameters.css +18 -0
- package/src/themes/base/PopupsCommon-parameters.css +13 -0
- package/src/themes/base/ProgressIndicator-parameters.css +38 -0
- package/src/themes/base/RadioButton-parameters.css +46 -0
- package/src/themes/base/RatingIndicator-parameters.css +20 -0
- package/src/themes/base/SegmentedButtton-parameters.css +9 -0
- package/src/themes/base/Select-parameters.css +9 -0
- package/src/themes/base/SelectPopover-parameters.css +4 -0
- package/src/themes/base/SliderBase-parameters.css +103 -0
- package/src/themes/base/SplitButton-parameters.css +17 -0
- package/src/themes/base/StepInput-parameters.css +24 -0
- package/src/themes/base/Switch-parameters.css +158 -0
- package/src/themes/base/TabContainer-parameters.css +100 -0
- package/src/themes/base/Table-parameters.css +8 -0
- package/src/themes/base/TableColumn-parameters.css +3 -0
- package/src/themes/base/TableGroupRow-parameters.css +4 -0
- package/src/themes/base/TableRow-parameters.css +3 -0
- package/src/themes/base/TextArea-parameters.css +26 -0
- package/src/themes/base/TimePicker-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +10 -0
- package/src/themes/base/Toast-parameters.css +6 -0
- package/src/themes/base/ToggleButton-parameters.css +8 -0
- package/src/themes/base/Token-parameters.css +24 -0
- package/src/themes/base/Tokenizer-parameters.css +3 -0
- package/src/themes/base/ValueStateMessage-parameters.css +12 -0
- package/src/themes/base/WheelSlider-parameters.css +15 -0
- package/src/themes/base/YearPicker-parameters.css +16 -0
- package/src/themes/base/rtl-parameters.css +43 -0
- package/src/themes/base/sizes-parameters.css +395 -0
- package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize/Card-parameters.css +5 -0
- package/src/themes/sap_belize/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize/DayPicker-parameters.css +23 -0
- package/src/themes/sap_belize/Dialog-parameters.css +5 -0
- package/src/themes/sap_belize/Input-parameters.css +21 -0
- package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize/Panel-parameters.css +12 -0
- package/src/themes/sap_belize/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
- package/src/themes/sap_belize/SliderBase-parameters.css +25 -0
- package/src/themes/sap_belize/SplitButton-parameters.css +6 -0
- package/src/themes/sap_belize/TabContainer-parameters.css +6 -0
- package/src/themes/sap_belize/Table-parameters.css +7 -0
- package/src/themes/sap_belize/TableRow-parameters.css +5 -0
- package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
- package/src/themes/sap_belize/Token-parameters.css +8 -0
- package/src/themes/sap_belize/Tokenizer-parameters.css +5 -0
- package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize/parameters-bundle.css +54 -0
- package/src/themes/sap_belize/sizes-parameters.css +15 -0
- package/src/themes/sap_belize_hcb/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/Card-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/DayPicker-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/FileUploader-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/Input-parameters.css +33 -0
- package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/Link-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Panel-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/RadioButton-parameters.css +14 -0
- package/src/themes/sap_belize_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/SliderBase-parameters.css +19 -0
- package/src/themes/sap_belize_hcb/SplitButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/TableRow-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/TextArea-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Token-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +53 -0
- package/src/themes/sap_belize_hcb/sizes-parameters.css +15 -0
- package/src/themes/sap_belize_hcw/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/Card-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/DayPicker-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/FileUploader-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/Input-parameters.css +33 -0
- package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/Link-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Panel-parameters.css +13 -0
- package/src/themes/sap_belize_hcw/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/RadioButton-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/SliderBase-parameters.css +19 -0
- package/src/themes/sap_belize_hcw/SplitButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/TableRow-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/TextArea-parameters.css +13 -0
- package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Token-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +53 -0
- package/src/themes/sap_belize_hcw/sizes-parameters.css +15 -0
- package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3/Button-parameters.css +15 -0
- package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Link-parameters.css +6 -0
- package/src/themes/sap_fiori_3/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3/SliderBase-parameters.css +19 -0
- package/src/themes/sap_fiori_3/TabContainer-parameters.css +13 -0
- package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Token-parameters.css +6 -0
- package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_fiori_3/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +54 -0
- package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/Button-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3_dark/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Link-parameters.css +6 -0
- package/src/themes/sap_fiori_3_dark/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +13 -0
- package/src/themes/sap_fiori_3_dark/Token-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +53 -0
- package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcb/Button-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcb/ColorPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcb/FileUploader-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcb/Input-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcb/Link-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/ListItem-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +18 -0
- package/src/themes/sap_fiori_3_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +55 -0
- package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcw/Button-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcw/ColorPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3_hcw/FileUploader-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Input-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcw/Link-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/ListItem-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +15 -0
- package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +18 -0
- package/src/themes/sap_fiori_3_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +55 -0
- package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon/AvatarGroup-parameters.css +5 -0
- package/src/themes/sap_horizon/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon/Breadcrumbs-parameters.css +3 -0
- package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon/Button-parameters.css +19 -0
- package/src/themes/sap_horizon/CalendarHeader-parameters.css +19 -0
- package/src/themes/sap_horizon/Card-parameters.css +15 -0
- package/src/themes/sap_horizon/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon/ColorPalette-parameters.css +21 -0
- package/src/themes/sap_horizon/ColorPicker-parameters.css +12 -0
- package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/DayPicker-parameters.css +34 -0
- package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon/FileUploader-parameters.css +5 -0
- package/src/themes/sap_horizon/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon/Icon-parameters.css +3 -0
- package/src/themes/sap_horizon/Input-parameters.css +34 -0
- package/src/themes/sap_horizon/InputIcon-parameters.css +24 -0
- package/src/themes/sap_horizon/Link-parameters.css +14 -0
- package/src/themes/sap_horizon/List-parameters.css +5 -0
- package/src/themes/sap_horizon/ListItemBase-parameters.css +5 -0
- package/src/themes/sap_horizon/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon/MonthPicker-parameters.css +16 -0
- package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon/Panel-parameters.css +11 -0
- package/src/themes/sap_horizon/PopupsCommon-parameters.css +6 -0
- package/src/themes/sap_horizon/ProgressIndicator-parameters.css +38 -0
- package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +39 -0
- package/src/themes/sap_horizon/RadioButton-parameters.css +15 -0
- package/src/themes/sap_horizon/RatingIndicator-parameters.css +17 -0
- package/src/themes/sap_horizon/SegmentedButtton-parameters.css +10 -0
- package/src/themes/sap_horizon/Select-parameters.css +5 -0
- package/src/themes/sap_horizon/SelectPopover-parameters.css +4 -0
- package/src/themes/sap_horizon/SliderBase-parameters.css +82 -0
- package/src/themes/sap_horizon/SplitButton-parameters.css +17 -0
- package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon/TabContainer-parameters.css +31 -0
- package/src/themes/sap_horizon/Table-parameters.css +9 -0
- package/src/themes/sap_horizon/TableColumn-parameters.css +5 -0
- package/src/themes/sap_horizon/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon/TextArea-parameters.css +17 -0
- package/src/themes/sap_horizon/TimePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon/Token-parameters.css +19 -0
- package/src/themes/sap_horizon/ValueStateMessage-parameters.css +11 -0
- package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon/YearPicker-parameters.css +15 -0
- package/src/themes/sap_horizon/parameters-bundle.css +62 -0
- package/src/themes/sap_horizon/sizes-parameters.css +42 -0
- package/src/themes/sap_horizon_dark/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_dark/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_dark/Breadcrumbs-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/Button-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/CalendarHeader-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/Card-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_dark/ColorPalette-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/ColorPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_dark/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/DayPicker-parameters.css +34 -0
- package/src/themes/sap_horizon_dark/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/FileUploader-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Icon-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/Input-parameters.css +34 -0
- package/src/themes/sap_horizon_dark/InputIcon-parameters.css +24 -0
- package/src/themes/sap_horizon_dark/Link-parameters.css +14 -0
- package/src/themes/sap_horizon_dark/List-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ListItemBase-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/MonthPicker-parameters.css +16 -0
- package/src/themes/sap_horizon_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/Panel-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/PopupsCommon-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/RadioButton-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/SegmentedButtton-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/Select-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/SelectPopover-parameters.css +4 -0
- package/src/themes/sap_horizon_dark/SliderBase-parameters.css +82 -0
- package/src/themes/sap_horizon_dark/SplitButton-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon_dark/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_dark/TabContainer-parameters.css +22 -0
- package/src/themes/sap_horizon_dark/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_dark/TableColumn-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/TextArea-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/TimePicker-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_dark/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/YearPicker-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +63 -0
- package/src/themes/sap_horizon_dark/sizes-parameters.css +40 -0
- package/src/themes/sap_horizon_exp/Badge-parameters.css +91 -0
- package/src/themes/sap_horizon_exp/Button-parameters.css +12 -0
- package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_horizon_exp/CheckBox-parameters.css +35 -0
- package/src/themes/sap_horizon_exp/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/DayPicker-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/Input-parameters.css +43 -0
- package/src/themes/sap_horizon_exp/InputIcon-parameters.css +13 -0
- package/src/themes/sap_horizon_exp/Link-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/List-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/Panel-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Popover-parameters.css +4 -0
- package/src/themes/sap_horizon_exp/RadioButton-parameters.css +29 -0
- package/src/themes/sap_horizon_exp/RatingIndicator-parameters.css +16 -0
- package/src/themes/sap_horizon_exp/Select-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/SliderBase-parameters.css +30 -0
- package/src/themes/sap_horizon_exp/Switch-parameters.css +46 -0
- package/src/themes/sap_horizon_exp/TabContainer-parameters.css +40 -0
- package/src/themes/sap_horizon_exp/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Token-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_horizon_exp/YearPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +47 -0
- package/src/themes/sap_horizon_hcb/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/Button-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Card-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_hcb/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +31 -0
- package/src/themes/sap_horizon_hcb/Dialog-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/FileUploader-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/Input-parameters.css +31 -0
- package/src/themes/sap_horizon_hcb/InputIcon-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Link-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/ListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_hcb/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/MonthPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/Panel-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/PopupsCommon-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/ProgressIndicator-parameters.css +21 -0
- package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb/RatingIndicator-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb/SegmentedButtton-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +78 -0
- package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/TextArea-parameters.css +19 -0
- package/src/themes/sap_horizon_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_hcb/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_hcb/ValueStateMessage-parameters.css +13 -0
- package/src/themes/sap_horizon_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcb/YearPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +55 -0
- package/src/themes/sap_horizon_hcb/sizes-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/Button-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Card-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_hcw/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +25 -0
- package/src/themes/sap_horizon_hcw/Dialog-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/FileUploader-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/Input-parameters.css +31 -0
- package/src/themes/sap_horizon_hcw/InputIcon-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Link-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/ListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_hcw/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/MonthPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/Panel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/PopupsCommon-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +20 -0
- package/src/themes/sap_horizon_hcw/RatingIndicator-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw/SegmentedButtton-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +79 -0
- package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/TextArea-parameters.css +19 -0
- package/src/themes/sap_horizon_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_hcw/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_hcw/ValueStateMessage-parameters.css +13 -0
- package/src/themes/sap_horizon_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcw/YearPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +55 -0
- package/src/themes/sap_horizon_hcw/sizes-parameters.css +9 -0
- package/src/types/HasPopup.js +62 -0
- package/src/types/ListGrowingMode.js +36 -3
- package/src/types/TableGrowingMode.js +35 -2
- package/src/types/TabsOverflowMode.js +40 -0
- package/csp.js +0 -7
- package/dist/ComboBoxFilters.js +0 -40
- package/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -7
- package/dist/webcomponentsjs/CHANGELOG.md +0 -61
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -246
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -95
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -360
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -228
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -185
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -370
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -206
- package/src/ComboBoxFilters.js +0 -40
- package/src/TabSeparator.hbs +0 -1
package/dist/api.json
CHANGED
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"slots": [
|
|
79
79
|
{
|
|
80
80
|
"name": "default",
|
|
81
|
+
"propertyName": "image",
|
|
81
82
|
"visibility": "public",
|
|
82
83
|
"since": "1.0.0-rc.15",
|
|
83
84
|
"type": "HTMLElement",
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
"name": "colorScheme",
|
|
111
112
|
"readonly": "true",
|
|
112
113
|
"visibility": "public",
|
|
113
|
-
"type": "
|
|
114
|
+
"type": "AvatarColorScheme[]",
|
|
114
115
|
"description": "Returns an array containing the <code>AvatarColorScheme</code> values that correspond to the avatars in the component.",
|
|
115
116
|
"defaultValue": "[]"
|
|
116
117
|
},
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
"name": "hiddenItems",
|
|
119
120
|
"readonly": "true",
|
|
120
121
|
"visibility": "public",
|
|
121
|
-
"type": "
|
|
122
|
+
"type": "HTMLElement[]",
|
|
122
123
|
"description": "Returns an array containing the <code>ui5-avatar</code> instances that are currently not displayed due to lack of space.",
|
|
123
124
|
"defaultValue": "[]"
|
|
124
125
|
},
|
|
@@ -253,9 +254,10 @@
|
|
|
253
254
|
"events": [
|
|
254
255
|
{
|
|
255
256
|
"name": "item-click",
|
|
257
|
+
"allowPreventDefault": "true",
|
|
256
258
|
"visibility": "public",
|
|
257
259
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
258
|
-
"description": "Fires when a <code>BreadcrumbsItem</code> is clicked."
|
|
260
|
+
"description": "Fires when a <code>BreadcrumbsItem</code> is clicked. <b>Note:</b> You can prevent browser location change by calling <code>event.preventDefault()</code>."
|
|
259
261
|
}
|
|
260
262
|
]
|
|
261
263
|
},
|
|
@@ -288,12 +290,6 @@
|
|
|
288
290
|
"description": "Defines the link href. <br><br> <b>Note:</b> Standard hyperlink behavior is supported.",
|
|
289
291
|
"defaultValue": "\"\""
|
|
290
292
|
},
|
|
291
|
-
{
|
|
292
|
-
"name": "stableDomRef",
|
|
293
|
-
"visibility": "public",
|
|
294
|
-
"type": "string",
|
|
295
|
-
"description": "Defines the stable selector that you can use via <code>getStableDomRef</code> method."
|
|
296
|
-
},
|
|
297
293
|
{
|
|
298
294
|
"name": "target",
|
|
299
295
|
"visibility": "public",
|
|
@@ -350,7 +346,7 @@
|
|
|
350
346
|
"name": "text",
|
|
351
347
|
"visibility": "public",
|
|
352
348
|
"since": "1.0.0-rc.7",
|
|
353
|
-
"type": "
|
|
349
|
+
"type": "string",
|
|
354
350
|
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
355
351
|
"defaultValue": "\"\""
|
|
356
352
|
}
|
|
@@ -378,12 +374,28 @@
|
|
|
378
374
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-button</code> component represents a simple push button. It enables users to trigger actions by clicking or tapping the <code>ui5-button</code>, or by pressing certain keyboard keys, such as Enter.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-button</code> UI, you can define text, icon, or both. You can also specify whether the text or the icon is displayed first. <br><br> You can choose from a set of predefined types that offer different styling to correspond to the triggered action. <br><br> You can set the <code>ui5-button</code> as enabled or disabled. An enabled <code>ui5-button</code> can be pressed by clicking or tapping it. The button changes its style to provide visual feedback to the user that it is pressed or hovered over with the mouse cursor. A disabled <code>ui5-button</code> appears inactive and cannot be pressed.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-button</code> exposes the following CSS Shadow Parts: <ul> <li>button - Used to style the native button element</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Button\";</code>",
|
|
379
375
|
"constructor": { "visibility": "public" },
|
|
380
376
|
"properties": [
|
|
377
|
+
{
|
|
378
|
+
"name": "accessibilityAttributes",
|
|
379
|
+
"visibility": "public",
|
|
380
|
+
"since": "1.2.0",
|
|
381
|
+
"type": "object",
|
|
382
|
+
"noattribute": "true",
|
|
383
|
+
"description": "An object of strings that defines several additional accessibility attribute values for customization depending on the use case.\n\nIt supports the following fields:\n\n<ul> <li><code>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values: <ul> <li><code>true</code></li> <li><code>false</code></li> </ul> </li> <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values: <ul> <li><code>Dialog</code></li> <li><code>Grid</code></li> <li><code>ListBox</code></li> <li><code>Menu</code></li> <li><code>Tree</code></li> </ul> </li> <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li> </ul>"
|
|
384
|
+
},
|
|
381
385
|
{
|
|
382
386
|
"name": "accessibleName",
|
|
383
387
|
"visibility": "public",
|
|
384
388
|
"since": "1.0.0-rc.15",
|
|
385
|
-
"type": "
|
|
386
|
-
"description": "
|
|
389
|
+
"type": "string",
|
|
390
|
+
"description": "Defines the accessible aria name of the component."
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "accessibleNameRef",
|
|
394
|
+
"visibility": "public",
|
|
395
|
+
"since": "1.1.0",
|
|
396
|
+
"type": "string",
|
|
397
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
398
|
+
"defaultValue": "\"\""
|
|
387
399
|
},
|
|
388
400
|
{
|
|
389
401
|
"name": "design",
|
|
@@ -419,6 +431,13 @@
|
|
|
419
431
|
"type": "boolean",
|
|
420
432
|
"description": "When set to <code>true</code>, the component will automatically submit the nearest form element upon <code>press</code>. <br><br> <b>Note:</b> For the <code>submits</code> property to have effect, you must add the following import to your project: <code>import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";</code>",
|
|
421
433
|
"defaultValue": "false"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "tooltip",
|
|
437
|
+
"visibility": "public",
|
|
438
|
+
"since": "1.2.0",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"description": "Defines the tooltip of the component. <br> <b>Note:</b> We recommend setting tooltip to icon-only components."
|
|
422
441
|
}
|
|
423
442
|
],
|
|
424
443
|
"slots": [
|
|
@@ -450,7 +469,7 @@
|
|
|
450
469
|
"visibility": "public",
|
|
451
470
|
"since": "1.0.0-rc.11",
|
|
452
471
|
"extends": "CalendarPart",
|
|
453
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-calendar</code> component allows users to select one or more dates. <br><br> Currently selected dates are represented with instances of <code>ui5-date</code> as children of the <code>ui5-calendar</code>. The value property of each <code>ui5-date</code> must be a date string, correctly formatted according to the <code>ui5-calendar</code>'s <code>formatPattern</code> property. Whenever the user changes the date selection, <code>ui5-calendar</code> will automatically create/remove instances of <code>ui5-date</code> in itself, unless you prevent this behavior by calling <code>preventDefault()</code> for the <code>selected-dates-change</code> event. This is useful if you want to control the selected dates externally. <br><br>\n\n<h3>Usage</h3>\n\nThe user can navigate to a particular date by: <br> <ul> <li>Pressing over a month inside the months view</li> <li>Pressing over an year inside the years view</li> </ul> <br> The user can confirm a date selection by pressing over a date inside the days view. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-calendar</code> provides advanced keyboard handling. When a picker is showed and focused the user can use the following keyboard shortcuts in order to perform a navigation: <br> - Day picker: <br> <ul> <li>[F4] - Shows month picker</li> <li>[SHIFT] + [F4] - Shows year picker</li> <li>[PAGEUP] - Navigate to the previous month</li> <li>[PAGEDOWN] - Navigate to the next month</li> <li>[SHIFT] + [PAGEUP] - Navigate to the previous year</li> <li>[SHIFT] + [PAGEDOWN] - Navigate to the next year</li> <li>[CTRL] + [SHIFT] + [PAGEUP] - Navigate ten years backwards</li> <li>[CTRL] + [SHIFT] + [PAGEDOWN] - Navigate ten years forwards</li> <li>[HOME] - Navigate to the first day of the week</li> <li>[END] - Navigate to the last day of the week</li> <li>[CTRL] + [HOME] - Navigate to the first day of the month</li> <li>[CTRL] + [END] - Navigate to the last day of the month</li> </ul> <br> - Month picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year</li> <li>[PAGEDOWN] - Navigate to the next year</li> <li>[HOME] - Navigate to the first month of the current row</li> <li>[END] - Navigate to the last month of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first month of the current year</li> <li>[CTRL] + [END] - Navigate to the last month of the year</li> </ul> <br> - Year picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year range</li> <li>[PAGEDOWN] - Navigate the next year range</li> <li>[HOME] - Navigate to the first year of the current row</li> <li>[END] - Navigate to the last year of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first year of the current year range</li> <li>[CTRL] + [END] - Navigate to the last year of the current year range</li> </ul> <br>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <code> <script data-id=\"sap-ui-config\" type=\"application/json\"> { \"calendarType\": \"Japanese\" } </script> </code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Calendar\";</code>",
|
|
472
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-calendar</code> component allows users to select one or more dates. <br><br> Currently selected dates are represented with instances of <code>ui5-date</code> as children of the <code>ui5-calendar</code>. The value property of each <code>ui5-date</code> must be a date string, correctly formatted according to the <code>ui5-calendar</code>'s <code>formatPattern</code> property. Whenever the user changes the date selection, <code>ui5-calendar</code> will automatically create/remove instances of <code>ui5-date</code> in itself, unless you prevent this behavior by calling <code>preventDefault()</code> for the <code>selected-dates-change</code> event. This is useful if you want to control the selected dates externally. <br><br>\n\n<h3>Usage</h3>\n\nThe user can navigate to a particular date by: <br> <ul> <li>Pressing over a month inside the months view</li> <li>Pressing over an year inside the years view</li> </ul> <br> The user can confirm a date selection by pressing over a date inside the days view. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-calendar</code> provides advanced keyboard handling. When a picker is showed and focused the user can use the following keyboard shortcuts in order to perform a navigation: <br> - Day picker: <br> <ul> <li>[F4] - Shows month picker</li> <li>[SHIFT] + [F4] - Shows year picker</li> <li>[PAGEUP] - Navigate to the previous month</li> <li>[PAGEDOWN] - Navigate to the next month</li> <li>[SHIFT] + [PAGEUP] - Navigate to the previous year</li> <li>[SHIFT] + [PAGEDOWN] - Navigate to the next year</li> <li>[CTRL] + [SHIFT] + [PAGEUP] - Navigate ten years backwards</li> <li>[CTRL] + [SHIFT] + [PAGEDOWN] - Navigate ten years forwards</li> <li>[HOME] - Navigate to the first day of the week</li> <li>[END] - Navigate to the last day of the week</li> <li>[CTRL] + [HOME] - Navigate to the first day of the month</li> <li>[CTRL] + [END] - Navigate to the last day of the month</li> </ul> <br> - Month picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year</li> <li>[PAGEDOWN] - Navigate to the next year</li> <li>[HOME] - Navigate to the first month of the current row</li> <li>[END] - Navigate to the last month of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first month of the current year</li> <li>[CTRL] + [END] - Navigate to the last month of the year</li> </ul> <br> - Year picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year range</li> <li>[PAGEDOWN] - Navigate the next year range</li> <li>[HOME] - Navigate to the first year of the current row</li> <li>[END] - Navigate to the last year of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first year of the current year range</li> <li>[CTRL] + [END] - Navigate to the last year of the current year range</li> </ul> <br>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <code> <script data-id=\"sap-ui-config\" type=\"application/json\"> { \"calendarType\": \"Japanese\" } </script> </code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Calendar\";</code>",
|
|
454
473
|
"constructor": { "visibility": "public" },
|
|
455
474
|
"properties": [
|
|
456
475
|
{
|
|
@@ -592,7 +611,7 @@
|
|
|
592
611
|
"name": "accessibleName",
|
|
593
612
|
"visibility": "public",
|
|
594
613
|
"since": "1.0.0-rc.16",
|
|
595
|
-
"type": "
|
|
614
|
+
"type": "string",
|
|
596
615
|
"description": "Defines the accessible name of the component, which is used as the name of the card region and should be unique per card. <b>Note:</b> <code>accessibleName</code> should be always set, unless <code>accessibleNameRef</code> is set.",
|
|
597
616
|
"defaultValue": "\"\""
|
|
598
617
|
},
|
|
@@ -600,7 +619,7 @@
|
|
|
600
619
|
"name": "accessibleNameRef",
|
|
601
620
|
"visibility": "public",
|
|
602
621
|
"since": "1.0.0-rc.16",
|
|
603
|
-
"type": "
|
|
622
|
+
"type": "string",
|
|
604
623
|
"description": "Defines the IDs of the elements that label the component.",
|
|
605
624
|
"defaultValue": "\"\""
|
|
606
625
|
}
|
|
@@ -648,7 +667,7 @@
|
|
|
648
667
|
"name": "status",
|
|
649
668
|
"visibility": "public",
|
|
650
669
|
"type": "string",
|
|
651
|
-
"description": "Defines the status text.
|
|
670
|
+
"description": "Defines the status text.",
|
|
652
671
|
"defaultValue": "\"\""
|
|
653
672
|
},
|
|
654
673
|
{
|
|
@@ -671,7 +690,7 @@
|
|
|
671
690
|
"name": "action",
|
|
672
691
|
"visibility": "public",
|
|
673
692
|
"type": "HTMLElement[]",
|
|
674
|
-
"description": "Defines an action, displayed in the right most part of the header.
|
|
693
|
+
"description": "Defines an action, displayed in the right most part of the header."
|
|
675
694
|
},
|
|
676
695
|
{
|
|
677
696
|
"name": "avatar",
|
|
@@ -699,7 +718,7 @@
|
|
|
699
718
|
"visibility": "public",
|
|
700
719
|
"since": "1.0.0-rc.6",
|
|
701
720
|
"extends": "UI5Element",
|
|
702
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Carousel allows the user to browse through a set of items. The component is mostly used for showing a gallery of images, but can hold any other HTML element. <br> There are several ways to perform navigation: <ul> <li>on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.</li> <li>on mobile - the user can use swipe gestures.</li> </ul>\n\n<h3>Usage</h3>\n\n<h4>When to use:</h4>\n\n<ul> <li>The items you want to display are very different from each other.</li> <li>You want to display the items one after the other.</li> </ul>\n\n<h4>When not to use:</h4>\n\n<ul> <li>The items you want to display need to be visible at the same time.</li> <li>The items you want to display are uniform and very similar.</li> </ul>\n\n<h3>Keyboard Handling</h3> When the <code>ui5-carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>\n\n<ul> <li>[UP/DOWN] - Navigates to previous and next item</li> <li>[LEFT/RIGHT] - Navigates to previous and next item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Carousel.js\";</code>",
|
|
721
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Carousel allows the user to browse through a set of items. The component is mostly used for showing a gallery of images, but can hold any other HTML element. <br> There are several ways to perform navigation: <ul> <li>on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.</li> <li>on mobile - the user can use swipe gestures.</li> </ul>\n\n<h3>Usage</h3>\n\n<h4>When to use:</h4>\n\n<ul> <li>The items you want to display are very different from each other.</li> <li>You want to display the items one after the other.</li> </ul>\n\n<h4>When not to use:</h4>\n\n<ul> <li>The items you want to display need to be visible at the same time.</li> <li>The items you want to display are uniform and very similar.</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> When the <code>ui5-carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>\n\n* <h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<ul> <li>[UP/DOWN] - Navigates to previous and next item</li> <li>[LEFT/RIGHT] - Navigates to previous and next item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Carousel.js\";</code>",
|
|
703
722
|
"constructor": { "visibility": "public" },
|
|
704
723
|
"properties": [
|
|
705
724
|
{
|
|
@@ -808,6 +827,22 @@
|
|
|
808
827
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nAllows the user to set a binary value, such as true/false or yes/no for an item. <br><br> The <code>ui5-checkbox</code> component consists of a box and a label that describes its purpose. If it's checked, an indicator is displayed inside the box. To check/uncheck the <code>ui5-checkbox</code>, the user has to click or tap the square box or its label. <br><br> The <code>ui5-checkbox</code> component only has 2 states - checked and unchecked. Clicking or tapping toggles the <code>ui5-checkbox</code> between checked and unchecked state.\n\n<h3>Usage</h3>\n\nYou can define the checkbox text with via the <code>text</code> property. If the text exceeds the available width, it is truncated by default. In case you prefer text to wrap, set the <code>wrappingType</code> property to \"Normal\". The touchable area for toggling the <code>ui5-checkbox</code> ends where the text ends. <br><br> You can disable the <code>ui5-checkbox</code> by setting the <code>disabled</code> property to <code>true</code>, or use the <code>ui5-checkbox</code> in read-only mode by setting the <code>readonly</code> property to <code>true</code>.\n\n<br><br> <h3>Keyboard Handling</h3>\n\nThe user can use the following keyboard shortcuts to toggle the checked state of the <code>ui5-checkbox</code>. <ul> <li>[SPACE, ENTER] - Toggles between different states: checked, not checked.</li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/CheckBox\";</code>",
|
|
809
828
|
"constructor": { "visibility": "public" },
|
|
810
829
|
"properties": [
|
|
830
|
+
{
|
|
831
|
+
"name": "accessibleName",
|
|
832
|
+
"visibility": "public",
|
|
833
|
+
"since": "1.1.0",
|
|
834
|
+
"type": "string",
|
|
835
|
+
"description": "Defines the accessible aria name of the component.",
|
|
836
|
+
"defaultValue": "\"\""
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "accessibleNameRef",
|
|
840
|
+
"visibility": "public",
|
|
841
|
+
"since": "1.1.0",
|
|
842
|
+
"type": "string",
|
|
843
|
+
"description": "Receives id(or many ids) of the elements that label the component",
|
|
844
|
+
"defaultValue": "\"\""
|
|
845
|
+
},
|
|
811
846
|
{
|
|
812
847
|
"name": "checked",
|
|
813
848
|
"visibility": "public",
|
|
@@ -844,6 +879,14 @@
|
|
|
844
879
|
"description": "Defines whether the component is read-only. <br><br> <b>Note:</b> A red-only component is not editable, but still provides visual feedback upon user interaction.",
|
|
845
880
|
"defaultValue": "false"
|
|
846
881
|
},
|
|
882
|
+
{
|
|
883
|
+
"name": "required",
|
|
884
|
+
"visibility": "public",
|
|
885
|
+
"since": "1.3.0",
|
|
886
|
+
"type": "boolean",
|
|
887
|
+
"description": "Defines whether the component is required.",
|
|
888
|
+
"defaultValue": "false"
|
|
889
|
+
},
|
|
847
890
|
{
|
|
848
891
|
"name": "text",
|
|
849
892
|
"visibility": "public",
|
|
@@ -904,7 +947,7 @@
|
|
|
904
947
|
"name": "item-click",
|
|
905
948
|
"visibility": "public",
|
|
906
949
|
"since": "1.0.0-rc.15",
|
|
907
|
-
"parameters": [ { "name": "color", "type": "
|
|
950
|
+
"parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
|
|
908
951
|
"description": "Fired when the user selects a color."
|
|
909
952
|
}
|
|
910
953
|
]
|
|
@@ -978,8 +1021,9 @@
|
|
|
978
1021
|
"slots": [
|
|
979
1022
|
{
|
|
980
1023
|
"name": "default",
|
|
1024
|
+
"propertyName": "colors",
|
|
981
1025
|
"visibility": "public",
|
|
982
|
-
"type": "
|
|
1026
|
+
"type": "sap.ui.webcomponents.main.IColorPaletteItem[]",
|
|
983
1027
|
"description": "Defines the content of the component."
|
|
984
1028
|
}
|
|
985
1029
|
],
|
|
@@ -987,7 +1031,7 @@
|
|
|
987
1031
|
{
|
|
988
1032
|
"name": "item-click",
|
|
989
1033
|
"visibility": "public",
|
|
990
|
-
"parameters": [ { "name": "color", "type": "
|
|
1034
|
+
"parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
|
|
991
1035
|
"description": "Fired when the user selects a color."
|
|
992
1036
|
}
|
|
993
1037
|
],
|
|
@@ -998,6 +1042,35 @@
|
|
|
998
1042
|
"since": "1.0.0-rc.16",
|
|
999
1043
|
"returnValue": { "type": "boolean" },
|
|
1000
1044
|
"description": "Returns if the component is opened."
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "openPopover",
|
|
1048
|
+
"visibility": "public",
|
|
1049
|
+
"since": "1.0.0-rc.16",
|
|
1050
|
+
"parameters": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "opener",
|
|
1053
|
+
"type": "HTMLElement",
|
|
1054
|
+
"optional": false,
|
|
1055
|
+
"description": "the element that the popover is shown at"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"description": "Shows the ColorPalettePopover. <b>Note:</b> The method is deprecated and will be removed in future, use <code>showAt</code> instead.",
|
|
1059
|
+
"deprecated": { "text": "The method is deprecated in favour of <code>showAt</code>." }
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "showAt",
|
|
1063
|
+
"visibility": "public",
|
|
1064
|
+
"since": "1.1.1",
|
|
1065
|
+
"parameters": [
|
|
1066
|
+
{
|
|
1067
|
+
"name": "opener",
|
|
1068
|
+
"type": "HTMLElement",
|
|
1069
|
+
"optional": false,
|
|
1070
|
+
"description": "the element that the popover is shown at"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"description": "Shows the ColorPalettePopover."
|
|
1001
1074
|
}
|
|
1002
1075
|
]
|
|
1003
1076
|
},
|
|
@@ -1043,22 +1116,22 @@
|
|
|
1043
1116
|
"visibility": "public",
|
|
1044
1117
|
"since": "1.0.0-rc.6",
|
|
1045
1118
|
"extends": "UI5Element",
|
|
1046
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-combobox</code> component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list
|
|
1119
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-combobox</code> component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n<h3>Structure</h3> The <code>ui5-combobox</code> consists of the following elements: <ul> <li> Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\nThe <code>ui5-combobox</code> provides advanced keyboard handling. <br>\n\n<ul> <li>[F4], [ALT]+[UP], or [ALT]+[DOWN] - Toggles the picker.</li> <li>[ESC] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.</li> <li>[ENTER] or [RETURN] - If picker is open, takes over the currently selected item and closes it.</li> <li>[DOWN] - Selects the next matching item in the picker.</li> <li>[UP] - Selects the previous matching item in the picker.</li> <li>[PAGEDOWN] - Moves selection down by page size (10 items by default).</li> <li>[PAGEUP] - Moves selection up by page size (10 items by default). </li> <li>[HOME] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.</li> <li>[END] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ComboBox\";</code>",
|
|
1047
1120
|
"constructor": { "visibility": "public" },
|
|
1048
1121
|
"properties": [
|
|
1049
1122
|
{
|
|
1050
1123
|
"name": "accessibleName",
|
|
1051
1124
|
"visibility": "public",
|
|
1052
1125
|
"since": "1.0.0-rc.15",
|
|
1053
|
-
"type": "
|
|
1054
|
-
"description": "
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"description": "Defines the accessible aria name of the component."
|
|
1055
1128
|
},
|
|
1056
1129
|
{
|
|
1057
1130
|
"name": "accessibleNameRef",
|
|
1058
1131
|
"visibility": "public",
|
|
1059
1132
|
"since": "1.0.0-rc.15",
|
|
1060
|
-
"type": "
|
|
1061
|
-
"description": "Receives id(or many ids) of the elements that label the
|
|
1133
|
+
"type": "string",
|
|
1134
|
+
"description": "Receives id(or many ids) of the elements that label the component",
|
|
1062
1135
|
"defaultValue": "\"\""
|
|
1063
1136
|
},
|
|
1064
1137
|
{
|
|
@@ -1317,7 +1390,7 @@
|
|
|
1317
1390
|
"static": true,
|
|
1318
1391
|
"visibility": "public",
|
|
1319
1392
|
"extends": "DateComponentBase",
|
|
1320
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-date-picker</code> component provides an input field with assigned calendar which opens on user action. The <code>ui5-date-picker</code> allows users to select a localized date using touch, mouse, or keyboard input. It consists of two parts: the date input field and the date picker.\n\n<h3>Usage</h3>\n\nThe user can enter a date by: <ul> <li>Using the calendar that opens in a popup</li> <li>Typing it in directly in the input field</li> </ul> <br><br> When the user makes an entry and presses the enter key, the calendar shows the corresponding date. When the user directly triggers the calendar display, the actual date is displayed.\n\n<h3>Formatting</h3>\n\nIf a date is entered by typing it into the input field, it must fit to the used date format. <br><br> Supported format options are pattern-based on Unicode LDML Date Format notation. For more information, see <ui5-link target=\"_blank\" href=\"http://unicode.org/reports/tr35/#Date_Field_Symbol_Table\" class=\"api-table-content-cell-link\">UTS #35: Unicode Locale Data Markup Language</ui5-link>. <br><br> For example, if the <code>format-pattern</code> is \"yyyy-MM-dd\", a valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n<h3>Keyboard Handling</h3> The <code>ui5-date-picker</code> provides advanced keyboard handling. If the <code>ui5-date-picker</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code>, <code>DOWN</code>, <code>LEFT</code>, <code>RIGHT</code> arrow keys to navigate through the dates and select one by pressing the <code>Space</code> or <code>Enter</code> keys. Moreover you can use TAB to reach the buttons for changing month and year. <br>\n\nIf the <code>ui5-date-picker</code> is focused and
|
|
1393
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-date-picker</code> component provides an input field with assigned calendar which opens on user action. The <code>ui5-date-picker</code> allows users to select a localized date using touch, mouse, or keyboard input. It consists of two parts: the date input field and the date picker.\n\n<h3>Usage</h3>\n\nThe user can enter a date by: <ul> <li>Using the calendar that opens in a popup</li> <li>Typing it in directly in the input field</li> </ul> <br><br> When the user makes an entry and presses the enter key, the calendar shows the corresponding date. When the user directly triggers the calendar display, the actual date is displayed.\n\n<h3>Formatting</h3>\n\nIf a date is entered by typing it into the input field, it must fit to the used date format. <br><br> Supported format options are pattern-based on Unicode LDML Date Format notation. For more information, see <ui5-link target=\"_blank\" href=\"http://unicode.org/reports/tr35/#Date_Field_Symbol_Table\" class=\"api-table-content-cell-link\">UTS #35: Unicode Locale Data Markup Language</ui5-link>. <br><br> For example, if the <code>format-pattern</code> is \"yyyy-MM-dd\", a valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n<h3>Keyboard Handling</h3> The <code>ui5-date-picker</code> provides advanced keyboard handling. If the <code>ui5-date-picker</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code>, <code>DOWN</code>, <code>LEFT</code>, <code>RIGHT</code> arrow keys to navigate through the dates and select one by pressing the <code>Space</code> or <code>Enter</code> keys. Moreover you can use TAB to reach the buttons for changing month and year. <br>\n\nIf the <code>ui5-date-picker</code> input field is focused and its corresponding picker dialog is not opened, then users can increment or decrement the date referenced by <code>dateValue</code> property by using the following shortcuts: <br> <ul> <li>[PAGEDOWN] - Decrements the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEDOWN] - Decrements the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEDOWN] - Decrements the corresponding year by one</li> <li>[PAGEUP] - Increments the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEUP] - Increments the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one</li> </ul>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <pre><code><script data-id=\"sap-ui-config\" type=\"application/json\">\n{\n\t\"calendarType\": \"Japanese\"\n}\n</script></code></pre>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DatePicker\";</code>",
|
|
1321
1394
|
"constructor": { "visibility": "public" },
|
|
1322
1395
|
"properties": [
|
|
1323
1396
|
{
|
|
@@ -1343,14 +1416,14 @@
|
|
|
1343
1416
|
"name": "accessibleName",
|
|
1344
1417
|
"visibility": "public",
|
|
1345
1418
|
"since": "1.0.0-rc.15",
|
|
1346
|
-
"type": "
|
|
1419
|
+
"type": "string",
|
|
1347
1420
|
"description": "Defines the aria-label attribute for the component."
|
|
1348
1421
|
},
|
|
1349
1422
|
{
|
|
1350
1423
|
"name": "accessibleNameRef",
|
|
1351
1424
|
"visibility": "public",
|
|
1352
1425
|
"since": "1.0.0-rc.15",
|
|
1353
|
-
"type": "
|
|
1426
|
+
"type": "string",
|
|
1354
1427
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
1355
1428
|
"defaultValue": "\"\""
|
|
1356
1429
|
},
|
|
@@ -1435,10 +1508,10 @@
|
|
|
1435
1508
|
"allowPreventDefault": "true",
|
|
1436
1509
|
"visibility": "public",
|
|
1437
1510
|
"parameters": [
|
|
1438
|
-
{ "name": "value", "type": "
|
|
1511
|
+
{ "name": "value", "type": "string", "description": "The submitted value." },
|
|
1439
1512
|
{
|
|
1440
1513
|
"name": "valid",
|
|
1441
|
-
"type": "
|
|
1514
|
+
"type": "boolean",
|
|
1442
1515
|
"description": "Indicator if the value is in correct format pattern and in valid range."
|
|
1443
1516
|
}
|
|
1444
1517
|
],
|
|
@@ -1449,10 +1522,10 @@
|
|
|
1449
1522
|
"allowPreventDefault": "true",
|
|
1450
1523
|
"visibility": "public",
|
|
1451
1524
|
"parameters": [
|
|
1452
|
-
{ "name": "value", "type": "
|
|
1525
|
+
{ "name": "value", "type": "string", "description": "The submitted value." },
|
|
1453
1526
|
{
|
|
1454
1527
|
"name": "valid",
|
|
1455
|
-
"type": "
|
|
1528
|
+
"type": "boolean",
|
|
1456
1529
|
"description": "Indicator if the value is in correct format pattern and in valid range."
|
|
1457
1530
|
}
|
|
1458
1531
|
],
|
|
@@ -1522,6 +1595,7 @@
|
|
|
1522
1595
|
{
|
|
1523
1596
|
"name": "isValid",
|
|
1524
1597
|
"visibility": "public",
|
|
1598
|
+
"returnValue": { "type": "boolean" },
|
|
1525
1599
|
"parameters": [
|
|
1526
1600
|
{
|
|
1527
1601
|
"name": "value",
|
|
@@ -1566,6 +1640,20 @@
|
|
|
1566
1640
|
"description": "<h3 class=\"comment-api-title\">Overview</h3> The DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n<h3>Usage</h3> The user can enter a date by: Using the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices). For the <code>ui5-daterange-picker</code> <h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DateRangePicker.js\";</code>\n\n<h3>Keyboard Handling</h3> The <code>ui5-daterange-picker</code> provides advanced keyboard handling. <br>\n\nWhen the <code>ui5-daterange-picker</code> input field is focused the user can increment or decrement respectively the range start or end date, depending on where the cursor is. The following shortcuts are available: <br> <ul> <li>[PAGEDOWN] - Decrements the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEDOWN] - Decrements the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEDOWN] - Decrements the corresponding year by one</li> <li>[PAGEUP] - Increments the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEUP] - Increments the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one</li> </ul>",
|
|
1567
1641
|
"constructor": { "visibility": "public" },
|
|
1568
1642
|
"properties": [
|
|
1643
|
+
{
|
|
1644
|
+
"name": "dateValue",
|
|
1645
|
+
"readonly": "true",
|
|
1646
|
+
"visibility": "public",
|
|
1647
|
+
"type": "Date",
|
|
1648
|
+
"description": "<b>Note:</b> The getter method is inherited and not supported. If called it will return an empty value."
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "dateValueUTC",
|
|
1652
|
+
"readonly": "true",
|
|
1653
|
+
"visibility": "public",
|
|
1654
|
+
"type": "Date",
|
|
1655
|
+
"description": "<b>Note:</b> The getter method is inherited and not supported. If called it will return an empty value."
|
|
1656
|
+
},
|
|
1569
1657
|
{
|
|
1570
1658
|
"name": "delimiter",
|
|
1571
1659
|
"visibility": "public",
|
|
@@ -1685,16 +1773,9 @@
|
|
|
1685
1773
|
"static": true,
|
|
1686
1774
|
"visibility": "public",
|
|
1687
1775
|
"extends": "Popup",
|
|
1688
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-dialog</code> component is used to temporarily display some information in a size-limited window in front of the regular app screen. It is used to prompt the user for an action or a confirmation. The <code>ui5-dialog</code> interrupts the current app processing as it is the only focused UI element and the main screen is dimmed/blocked. The dialog combines concepts known from other technologies where the windows have names such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box. <br><br> The <code>ui5-dialog</code> is modal, which means that user action is required before returning to the parent window is possible. The content of the <code>ui5-dialog</code> is fully customizable.\n\n<h3>Structure</h3> A <code>ui5-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-dialog</code> is usually displayed at the center of the screen. Its position can be changed by the user. To enable this, you need to set the property <code>draggable</code> accordingly.\n\n<h3>Responsive Behavior</h3> The <code>stretch</code> property can be used to stretch the <code>ui5-dialog</code> on full screen.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Dialog\";</code>\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside <code>ui5-dialog</code>. Ideally you should create all popups on the same level inside your HTML page and just open them from one another, rather than nesting them.\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside other components containing z-index. This might break z-index management.",
|
|
1776
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-dialog</code> component is used to temporarily display some information in a size-limited window in front of the regular app screen. It is used to prompt the user for an action or a confirmation. The <code>ui5-dialog</code> interrupts the current app processing as it is the only focused UI element and the main screen is dimmed/blocked. The dialog combines concepts known from other technologies where the windows have names such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box. <br><br> The <code>ui5-dialog</code> is modal, which means that user action is required before returning to the parent window is possible. The content of the <code>ui5-dialog</code> is fully customizable.\n\n<h3>Structure</h3> A <code>ui5-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-dialog</code> is usually displayed at the center of the screen. Its position can be changed by the user. To enable this, you need to set the property <code>draggable</code> accordingly.\n\n<h3>Responsive Behavior</h3> The <code>stretch</code> property can be used to stretch the <code>ui5-dialog</code> on full screen.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-dialog</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Dialog\";</code>\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside <code>ui5-dialog</code>. Ideally you should create all popups on the same level inside your HTML page and just open them from one another, rather than nesting them.\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside other components containing z-index. This might break z-index management.",
|
|
1689
1777
|
"constructor": { "visibility": "public" },
|
|
1690
1778
|
"properties": [
|
|
1691
|
-
{
|
|
1692
|
-
"name": "accessibleName",
|
|
1693
|
-
"visibility": "public",
|
|
1694
|
-
"type": "string",
|
|
1695
|
-
"description": "Sets the accessible aria name of the component.",
|
|
1696
|
-
"defaultValue": "\"\""
|
|
1697
|
-
},
|
|
1698
1779
|
{
|
|
1699
1780
|
"name": "draggable",
|
|
1700
1781
|
"visibility": "public",
|
|
@@ -1941,7 +2022,7 @@
|
|
|
1941
2022
|
"module": "Interfaces",
|
|
1942
2023
|
"static": true,
|
|
1943
2024
|
"visibility": "public",
|
|
1944
|
-
"description": "Interface for components that may be used inside a <code>ui5-color-palette</code>"
|
|
2025
|
+
"description": "Interface for components that may be used inside a <code>ui5-color-palette</code> or <code>ui5-color-palette-popover</code>"
|
|
1945
2026
|
},
|
|
1946
2027
|
{
|
|
1947
2028
|
"kind": "interface",
|
|
@@ -1964,7 +2045,7 @@
|
|
|
1964
2045
|
"visibility": "public",
|
|
1965
2046
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
1966
2047
|
"implements": [ "sap.ui.webcomponents.main.IIcon" ],
|
|
1967
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-icon</code> component represents an SVG icon. There are two main scenarios how the <code>ui5-icon</code> component is used: as a purely decorative element
|
|
2048
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-icon</code> component represents an SVG icon. There are two main scenarios how the <code>ui5-icon</code> component is used: as a purely decorative element, <br> or as an interactive element that can be focused and clicked.\n\n<h3>Usage</h3>\n\n1. <b>Get familiar with the icons collections.</b> <br> Before displaying an icon, you need to explore the icons collections to find and import the desired icon. <br> Currently there are 3 icons collection, available as 3 npm packages: <br>\n\n<ul> <li> <ui5-link target=\"_blank\" href=\"https://www.npmjs.com/package/@ui5/webcomponents-icons\" class=\"api-table-content-cell-link\">@ui5/webcomponents-icons</ui5-link> represents the \"SAP-icons\" collection and includes the following <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons\" class=\"api-table-content-cell-link\">icons</ui5-link>. </li> <li> <ui5-link target=\"_blank\" href=\"https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt\" class=\"api-table-content-cell-link\">@ui5/webcomponents-icons-tnt</ui5-link> represents the \"tnt\" collection and includes the following <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT\" class=\"api-table-content-cell-link\">icons</ui5-link>. </li> <li> <ui5-link target=\"_blank\" href=\"https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite\" class=\"api-table-content-cell-link\">@ui5/webcomponents-icons-icons-business-suite</ui5-link> represents the \"business-suite\" collection and includes the following <ui5-link target=\"_blank\" href=\"https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols\" class=\"api-table-content-cell-link\">icons</ui5-link>. </li> </ul>\n\n2. <b>After exploring the icons collections, add one or more of the packages as dependencies to your project.</b> <br> <code>npm i @ui5/webcomponents-icons</code><br> <code>npm i @ui5/webcomponents-icons-tnt</code><br> <code>npm i @ui5/webcomponents-icons-business-suite</code> <br><br>\n\n3. <b>Then, import the desired icon</b>. <br> <code>import \"@ui5/{package_name}/dist/{icon_name}.js\";</code> <br><br>\n\n<b>For Example</b>: <br>\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the <code>@ui5/webcomponents-icons</code> package: <br> <code>import \"@ui5/webcomponents-icons/dist/employee.js\";</code> <br><br>\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the <code>@ui5/webcomponents-icons-tnt</code> package: <br> <code>import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";</code> <br><br>\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the <code>@ui5/webcomponents-icons-business-suite</code> package: <br> <code>import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";</code> <br><br>\n\n4. <b>Display the icon using the <code>ui5-icon</code> web component.</b><br> Set the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)<br> and the icon name to the <code>name</code> property. <br><br>\n\n<code><ui5-icon name=\"employee\"></ui5-icon></code><br> <code><ui5-icon name=\"tnt/antenna\"></ui5-icon></code><br> <code><ui5-icon name=\"business-suite/ab-testing\"></ui5-icon></code>\n\n<h3>Keyboard Handling</h3>\n\n<ul> <li>[SPACE, ENTER, RETURN] - Fires the <code>click</code> event if the <code>interactive</code> property is set to true.</li> <li>[SHIFT] - If [SPACE] or [ENTER],[RETURN] is pressed, pressing [SHIFT] releases the ui5-icon without triggering the click event.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Icon.js\";</code>",
|
|
1968
2049
|
"constructor": { "visibility": "public" },
|
|
1969
2050
|
"properties": [
|
|
1970
2051
|
{
|
|
@@ -1974,6 +2055,14 @@
|
|
|
1974
2055
|
"description": "Defines the text alternative of the component. If not provided a default text alternative will be set, if present. <br><br> <b>Note:</b> Every icon should have a text alternative in order to calculate its accessible name.",
|
|
1975
2056
|
"defaultValue": "\"\""
|
|
1976
2057
|
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "accessibleRole",
|
|
2060
|
+
"visibility": "public",
|
|
2061
|
+
"since": "1.1.0",
|
|
2062
|
+
"type": "string",
|
|
2063
|
+
"description": "Defines the accessibility role of the component.",
|
|
2064
|
+
"defaultValue": "\"\""
|
|
2065
|
+
},
|
|
1977
2066
|
{
|
|
1978
2067
|
"name": "interactive",
|
|
1979
2068
|
"visibility": "public",
|
|
@@ -1986,7 +2075,7 @@
|
|
|
1986
2075
|
"name": "name",
|
|
1987
2076
|
"visibility": "public",
|
|
1988
2077
|
"type": "string",
|
|
1989
|
-
"description": "Defines the unique identifier (icon name) of the component. <br>\n\nTo browse all available icons, see the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">
|
|
2078
|
+
"description": "Defines the unique identifier (icon name) of the component. <br>\n\nTo browse all available icons, see the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">SAP Icons</ui5-link>, <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT\" class=\"api-table-content-cell-link\">SAP Fiori Tools</ui5-link> and <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">SAP Business Suite</ui5-link> collections. <br>\n\nExample: <br> <code>name='add'</code>, <code>name='delete'</code>, <code>name='employee'</code>. <br><br>\n\n<b>Note:</b> To use the SAP Fiori Tools icons, you need to set the <code>tnt</code> prefix in front of the icon's name. <br>\n\nExample: <br> <code>name='tnt/antenna'</code>, <code>name='tnt/actor'</code>, <code>name='tnt/api'</code>. <br><br>\n\n<b>Note:</b> To use the SAP Business Suite icons, you need to set the <code>business-suite</code> prefix in front of the icon's name. <br>\n\nExample: <br> <code>name='business-suite/3d'</code>, <code>name='business-suite/1x2-grid-layout'</code>, <code>name='business-suite/4x4-grid-layout'</code>.",
|
|
1990
2079
|
"defaultValue": "\"\""
|
|
1991
2080
|
},
|
|
1992
2081
|
{
|
|
@@ -2039,6 +2128,16 @@
|
|
|
2039
2128
|
"visibility": "public",
|
|
2040
2129
|
"description": "Interface for components that may be slotted inside a <code>ui5-list</code> as items"
|
|
2041
2130
|
},
|
|
2131
|
+
{
|
|
2132
|
+
"kind": "interface",
|
|
2133
|
+
"name": "sap.ui.webcomponents.main.IMenuItem",
|
|
2134
|
+
"basename": "IMenuItem",
|
|
2135
|
+
"resource": "Interfaces.js",
|
|
2136
|
+
"module": "Interfaces",
|
|
2137
|
+
"static": true,
|
|
2138
|
+
"visibility": "public",
|
|
2139
|
+
"description": "Interface for components that may be slotted inside <code>ui5-menu</code> as items"
|
|
2140
|
+
},
|
|
2042
2141
|
{
|
|
2043
2142
|
"kind": "interface",
|
|
2044
2143
|
"name": "sap.ui.webcomponents.main.IMultiComboBoxItem",
|
|
@@ -2061,7 +2160,7 @@
|
|
|
2061
2160
|
"visibility": "public",
|
|
2062
2161
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
2063
2162
|
"implements": [ "sap.ui.webcomponents.main.IInput" ],
|
|
2064
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-input</code> component allows the user to enter and edit text or numeric values in one line. <br> Additionally, you can provide <code>suggestionItems</code>, that are displayed in a popover right under the input. <br><br> The text field can be editable or read-only (<code>readonly</code> property), and it can be enabled or disabled (<code>disabled</code> property). To visualize semantic states, such as \"error\" or \"warning\", the <code>valueState</code> property is provided. When the user makes changes to the text, the change event is fired, which enables you to react on any text change. <br><br> <b>Note:</b> If you are using the <code>ui5-input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from \"@ui5/webcomponents/dist/features/InputSuggestions.js\" to enable the suggestions functionality.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Input.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> (optional - for input suggestions support)",
|
|
2163
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-input</code> component allows the user to enter and edit text or numeric values in one line. <br> Additionally, you can provide <code>suggestionItems</code>, that are displayed in a popover right under the input. <br><br> The text field can be editable or read-only (<code>readonly</code> property), and it can be enabled or disabled (<code>disabled</code> property). To visualize semantic states, such as \"error\" or \"warning\", the <code>valueState</code> property is provided. When the user makes changes to the text, the change event is fired, which enables you to react on any text change. <br><br> <b>Note:</b> If you are using the <code>ui5-input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from \"@ui5/webcomponents/dist/features/InputSuggestions.js\" to enable the suggestions functionality.\n\n<h3>Keyboard Handling</h3> The <code>ui5-input</code> provides the following keyboard shortcuts: <br>\n\n<ul> <li>[ESC] - 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.</li> <li>[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.</li> <li>[DOWN] - Focuses the next matching item in the suggestion list.</li> <li>[UP] - Focuses the previous matching item in the suggestion list.</li> <li>[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.</li> <li>[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.</li> <li>[PAGEUP] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.</li> <li>[PAGEDOWN] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Input.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> (optional - for input suggestions support)",
|
|
2065
2164
|
"constructor": { "visibility": "public" },
|
|
2066
2165
|
"properties": [
|
|
2067
2166
|
{
|
|
@@ -2074,14 +2173,14 @@
|
|
|
2074
2173
|
"name": "accessibleName",
|
|
2075
2174
|
"visibility": "public",
|
|
2076
2175
|
"since": "1.0.0-rc.15",
|
|
2077
|
-
"type": "
|
|
2078
|
-
"description": "
|
|
2176
|
+
"type": "string",
|
|
2177
|
+
"description": "Defines the accessible aria name of the component."
|
|
2079
2178
|
},
|
|
2080
2179
|
{
|
|
2081
2180
|
"name": "accessibleNameRef",
|
|
2082
2181
|
"visibility": "public",
|
|
2083
2182
|
"since": "1.0.0-rc.15",
|
|
2084
|
-
"type": "
|
|
2183
|
+
"type": "string",
|
|
2085
2184
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
2086
2185
|
"defaultValue": "\"\""
|
|
2087
2186
|
},
|
|
@@ -2097,7 +2196,7 @@
|
|
|
2097
2196
|
"visibility": "public",
|
|
2098
2197
|
"since": "1.0.0-rc.5",
|
|
2099
2198
|
"type": "Integer",
|
|
2100
|
-
"description": "Sets the maximum number of characters available in the input field."
|
|
2199
|
+
"description": "Sets the maximum number of characters available in the input field. <br><br> <b>Note:</b> This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored."
|
|
2101
2200
|
},
|
|
2102
2201
|
{
|
|
2103
2202
|
"name": "name",
|
|
@@ -2112,6 +2211,14 @@
|
|
|
2112
2211
|
"type": "undefined",
|
|
2113
2212
|
"description": "Returns a reference to the native input element"
|
|
2114
2213
|
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "noTypeahead",
|
|
2216
|
+
"visibility": "public",
|
|
2217
|
+
"since": "1.4.0",
|
|
2218
|
+
"type": "boolean",
|
|
2219
|
+
"description": "Defines whether the value will be autcompleted to match an item",
|
|
2220
|
+
"defaultValue": "false"
|
|
2221
|
+
},
|
|
2115
2222
|
{
|
|
2116
2223
|
"name": "placeholder",
|
|
2117
2224
|
"visibility": "public",
|
|
@@ -2123,7 +2230,7 @@
|
|
|
2123
2230
|
"name": "previewItem",
|
|
2124
2231
|
"readonly": "true",
|
|
2125
2232
|
"visibility": "public",
|
|
2126
|
-
"type": "
|
|
2233
|
+
"type": "sap.ui.webcomponents.main.IInputSuggestionItem",
|
|
2127
2234
|
"description": "The suggestion item on preview."
|
|
2128
2235
|
},
|
|
2129
2236
|
{
|
|
@@ -2141,6 +2248,14 @@
|
|
|
2141
2248
|
"description": "Defines whether the component is required.",
|
|
2142
2249
|
"defaultValue": "false"
|
|
2143
2250
|
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "showClearIcon",
|
|
2253
|
+
"visibility": "public",
|
|
2254
|
+
"since": "1.2.0",
|
|
2255
|
+
"type": "boolean",
|
|
2256
|
+
"description": "Defines whether the clear icon of the input will be shown.",
|
|
2257
|
+
"defaultValue": "false"
|
|
2258
|
+
},
|
|
2144
2259
|
{
|
|
2145
2260
|
"name": "showSuggestions",
|
|
2146
2261
|
"visibility": "public",
|
|
@@ -2252,6 +2367,12 @@
|
|
|
2252
2367
|
"visibility": "protected",
|
|
2253
2368
|
"description": "Returns the caret position inside the native input"
|
|
2254
2369
|
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "openPicker",
|
|
2372
|
+
"visibility": "public",
|
|
2373
|
+
"since": "1.3.0",
|
|
2374
|
+
"description": "Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open."
|
|
2375
|
+
},
|
|
2255
2376
|
{
|
|
2256
2377
|
"name": "setCaretPosition",
|
|
2257
2378
|
"visibility": "protected",
|
|
@@ -2404,11 +2525,27 @@
|
|
|
2404
2525
|
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-link</code> is a hyperlink component that is used to navigate to other apps and web pages, or to trigger actions. It is a clickable text element, visualized in such a way that it stands out from the standard text. On hover, it changes its style to an underlined text to provide additional feedback to the user.\n\n<h3>Usage</h3>\n\nYou can set the <code>ui5-link</code> to be enabled or disabled. <br><br> To create a visual hierarchy in large lists of links, you can set the less important links as <code>Subtle</code> or the more important ones as <code>Emphasized</code>, by using the <code>design</code> property. <br><br> If the <code>href</code> property is set, the link behaves as the HTML anchor tag (<code><a><a/></code>) and opens the specified URL in the given target frame (<code>target</code> property). To specify where the linked content is opened, you can use the <code>target</code> property.\n\n<h3>Responsive behavior</h3>\n\nIf there is not enough space, the text of the <code>ui5-link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>\"Normal\"</code>, the text is displayed on several lines instead of being truncated.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Link\";</code>",
|
|
2405
2526
|
"constructor": { "visibility": "public" },
|
|
2406
2527
|
"properties": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "accessibilityAttributes",
|
|
2530
|
+
"visibility": "public",
|
|
2531
|
+
"since": "1.1.0",
|
|
2532
|
+
"type": "object",
|
|
2533
|
+
"noattribute": "true",
|
|
2534
|
+
"description": "An object of strings that defines several additional accessibility attribute values for customization depending on the use case.\n\nIt supports the following fields:\n\n<ul> <li><code>expanded</code>: Indicates whether the anchor element, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values: <ul> <li><code>true</code></li> <li><code>false</code></li> </ul> </li> <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the anchor element. Accepts the following string values: <ul> <li><code>Dialog</code></li> <li><code>Grid</code></li> <li><code>ListBox</code></li> <li><code>Menu</code></li> <li><code>Tree</code></li> </ul> </li> </ul>"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "accessibleName",
|
|
2538
|
+
"visibility": "public",
|
|
2539
|
+
"since": "1.2.0",
|
|
2540
|
+
"type": "string",
|
|
2541
|
+
"description": "Defines the accessible aria name of the component.",
|
|
2542
|
+
"defaultValue": "\"\""
|
|
2543
|
+
},
|
|
2407
2544
|
{
|
|
2408
2545
|
"name": "accessibleNameRef",
|
|
2409
2546
|
"visibility": "public",
|
|
2410
2547
|
"since": "1.0.0-rc.15",
|
|
2411
|
-
"type": "
|
|
2548
|
+
"type": "string",
|
|
2412
2549
|
"description": "Receives id(or many ids) of the elements that label the input",
|
|
2413
2550
|
"defaultValue": "\"\""
|
|
2414
2551
|
},
|
|
@@ -2476,14 +2613,14 @@
|
|
|
2476
2613
|
"static": true,
|
|
2477
2614
|
"visibility": "public",
|
|
2478
2615
|
"extends": "UI5Element",
|
|
2479
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-list</code> component allows displaying a list of items, advanced keyboard handling support for navigating between items, and predefined modes to improve the development efficiency. <br><br> The <code>ui5-list</code> is a container for the available list items: <ul> <li><code>ui5-li</code></li> <li><code>ui5-li-custom</code></li> <li><code>ui5-li-groupheader</code></li> </ul> <br><br> To benefit from the built-in selection mechanism, you can use the available selection modes, such as <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>. <br><br> Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.\n\n<br><br> <h3>Keyboard Handling</h3> The <code>ui5-list</code> provides advanced keyboard handling. When a list is focused the user can use the following keyboard shortcuts in order to perform a navigation: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> </ul>\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete), when the <code>mode</code> property is in use: <ul> <li>[SPACE] - Select an item (if <code>type</code> is 'Active') when <code>mode</code> is selection</li> <li>[DELETE] - Delete an item if <code>mode</code> property is <code>Delete</code></li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/List.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/StandardListItem.js\";</code> (for <code>ui5-li</code>) <br> <code>import \"@ui5/webcomponents/dist/CustomListItem.js\";</code> (for <code>ui5-li-custom</code>) <br> <code>import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";</code> (for <code>ui5-li-groupheader</code>)",
|
|
2616
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-list</code> component allows displaying a list of items, advanced keyboard handling support for navigating between items, and predefined modes to improve the development efficiency. <br><br> The <code>ui5-list</code> is a container for the available list items: <ul> <li><code>ui5-li</code></li> <li><code>ui5-li-custom</code></li> <li><code>ui5-li-groupheader</code></li> </ul> <br><br> To benefit from the built-in selection mechanism, you can use the available selection modes, such as <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>. <br><br> Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> The <code>ui5-list</code> provides advanced keyboard handling. When a list is focused the user can use the following keyboard shortcuts in order to perform a navigation: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> </ul>\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete), when the <code>mode</code> property is in use: <ul> <li>[SPACE] - Select an item (if <code>type</code> is 'Active') when <code>mode</code> is selection</li> <li>[DELETE] - Delete an item if <code>mode</code> property is <code>Delete</code></li> </ul>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/List.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/StandardListItem.js\";</code> (for <code>ui5-li</code>) <br> <code>import \"@ui5/webcomponents/dist/CustomListItem.js\";</code> (for <code>ui5-li-custom</code>) <br> <code>import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";</code> (for <code>ui5-li-groupheader</code>)",
|
|
2480
2617
|
"constructor": { "visibility": "public" },
|
|
2481
2618
|
"properties": [
|
|
2482
2619
|
{
|
|
2483
2620
|
"name": "accessibleName",
|
|
2484
2621
|
"visibility": "public",
|
|
2485
2622
|
"since": "1.0.0-rc.15",
|
|
2486
|
-
"type": "
|
|
2623
|
+
"type": "string",
|
|
2487
2624
|
"description": "Defines the accessible name of the component.",
|
|
2488
2625
|
"defaultValue": "\"\""
|
|
2489
2626
|
},
|
|
@@ -2491,7 +2628,7 @@
|
|
|
2491
2628
|
"name": "accessibleNameRef",
|
|
2492
2629
|
"visibility": "public",
|
|
2493
2630
|
"since": "1.0.0-rc.15",
|
|
2494
|
-
"type": "
|
|
2631
|
+
"type": "string",
|
|
2495
2632
|
"description": "Defines the IDs of the elements that label the input.",
|
|
2496
2633
|
"defaultValue": "\"\""
|
|
2497
2634
|
},
|
|
@@ -2499,7 +2636,7 @@
|
|
|
2499
2636
|
"name": "accessibleRole",
|
|
2500
2637
|
"visibility": "public",
|
|
2501
2638
|
"since": "1.0.0-rc.15",
|
|
2502
|
-
"type": "
|
|
2639
|
+
"type": "string",
|
|
2503
2640
|
"description": "Defines the accessible role of the component. <br><br>",
|
|
2504
2641
|
"defaultValue": "\"list\""
|
|
2505
2642
|
},
|
|
@@ -2530,7 +2667,7 @@
|
|
|
2530
2667
|
"visibility": "public",
|
|
2531
2668
|
"since": "1.0.0-rc.13",
|
|
2532
2669
|
"type": "ListGrowingMode",
|
|
2533
|
-
"description": "Defines whether the component will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the list, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the list; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>
|
|
2670
|
+
"description": "Defines whether the component will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the list, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the list; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Restrictions:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, on IE the component will fallback to <code>growing=\"Button\"</code>.",
|
|
2534
2671
|
"defaultValue": "\"None\""
|
|
2535
2672
|
},
|
|
2536
2673
|
{
|
|
@@ -2587,6 +2724,7 @@
|
|
|
2587
2724
|
"events": [
|
|
2588
2725
|
{
|
|
2589
2726
|
"name": "item-click",
|
|
2727
|
+
"allowPreventDefault": "true",
|
|
2590
2728
|
"visibility": "public",
|
|
2591
2729
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
2592
2730
|
"description": "Fired when an item is activated, unless the item's <code>type</code> property is set to <code>Inactive</code>."
|
|
@@ -2602,7 +2740,7 @@
|
|
|
2602
2740
|
"description": "the item about to be closed."
|
|
2603
2741
|
}
|
|
2604
2742
|
],
|
|
2605
|
-
"description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is applicable to
|
|
2743
|
+
"description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is only applicable to list items that can be closed (such as notification list items), not to be confused with <code>item-delete</code>."
|
|
2606
2744
|
},
|
|
2607
2745
|
{
|
|
2608
2746
|
"name": "item-delete",
|
|
@@ -2615,7 +2753,7 @@
|
|
|
2615
2753
|
"visibility": "public",
|
|
2616
2754
|
"since": "1.0.0-rc.8",
|
|
2617
2755
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the toggled item." } ],
|
|
2618
|
-
"description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is applicable to
|
|
2756
|
+
"description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is only applicable to list items that can be toggled (such as notification group list items)."
|
|
2619
2757
|
},
|
|
2620
2758
|
{
|
|
2621
2759
|
"name": "load-more",
|
|
@@ -2642,6 +2780,11 @@
|
|
|
2642
2780
|
}
|
|
2643
2781
|
],
|
|
2644
2782
|
"methods": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "focusFirstItem",
|
|
2785
|
+
"visibility": "protected",
|
|
2786
|
+
"description": "Focuses the first list item and sets its tabindex to \"0\" via the ItemNavigation"
|
|
2787
|
+
},
|
|
2645
2788
|
{
|
|
2646
2789
|
"name": "focusItem",
|
|
2647
2790
|
"visibility": "protected",
|
|
@@ -2710,6 +2853,128 @@
|
|
|
2710
2853
|
],
|
|
2711
2854
|
"slots": []
|
|
2712
2855
|
},
|
|
2856
|
+
{
|
|
2857
|
+
"kind": "class",
|
|
2858
|
+
"name": "sap.ui.webcomponents.main.Menu",
|
|
2859
|
+
"basename": "Menu",
|
|
2860
|
+
"tagname": "ui5-menu",
|
|
2861
|
+
"appenddocs": "MenuItem",
|
|
2862
|
+
"resource": "Menu.js",
|
|
2863
|
+
"module": "Menu",
|
|
2864
|
+
"static": true,
|
|
2865
|
+
"visibility": "public",
|
|
2866
|
+
"since": "1.3.0",
|
|
2867
|
+
"extends": "UI5Element",
|
|
2868
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-menu</code> component represents a hierarchical menu structure.\n\n<h3>Usage</h3>\n\n<code>ui5-menu</code> contains <code>ui5-menu-item</code> components. An arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n<h3>Keyboard Handling</h3>\n\nThe <code>ui5-menu</code> provides advanced keyboard handling. The user can use the following keyboard shortcuts in order to navigate trough the tree: <ul> <li><code>Arrow Up</code> / <code>Arrow Down</code> - Navigates up and down the menu items that are currently visible.</li> <li><code>Arrow Right</code>, <code>Space</code> or <code>Enter</code> - Opens a sub-menu if there are menu items nested in the currently clicked menu item.</li> <li><code>Arrow Left</code> or <code>Escape</code> - Closes the currently opened sub-menu.</li> </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents/dist/Menu.js\";</code>",
|
|
2869
|
+
"constructor": { "visibility": "public" },
|
|
2870
|
+
"properties": [
|
|
2871
|
+
{
|
|
2872
|
+
"name": "headerText",
|
|
2873
|
+
"visibility": "public",
|
|
2874
|
+
"type": "string",
|
|
2875
|
+
"description": "Defines the header text of the menu (displayed on mobile).",
|
|
2876
|
+
"defaultValue": "\"\""
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"slots": [
|
|
2880
|
+
{
|
|
2881
|
+
"name": "default",
|
|
2882
|
+
"propertyName": "items",
|
|
2883
|
+
"visibility": "public",
|
|
2884
|
+
"type": "sap.ui.webcomponents.main.IMenuItem[]",
|
|
2885
|
+
"description": "Defines the items of this component."
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"events": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "item-click",
|
|
2891
|
+
"visibility": "public",
|
|
2892
|
+
"parameters": [
|
|
2893
|
+
{
|
|
2894
|
+
"name": "item",
|
|
2895
|
+
"type": "object",
|
|
2896
|
+
"description": "The currently clicked menu item."
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"name": "text",
|
|
2900
|
+
"type": "string",
|
|
2901
|
+
"description": "The text of the currently clicked menu item."
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"description": "Fired when an item is being clicked."
|
|
2905
|
+
}
|
|
2906
|
+
],
|
|
2907
|
+
"methods": [
|
|
2908
|
+
{ "name": "close", "visibility": "public", "description": "Closes the Menu." },
|
|
2909
|
+
{
|
|
2910
|
+
"name": "showAt",
|
|
2911
|
+
"visibility": "public",
|
|
2912
|
+
"parameters": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "opener",
|
|
2915
|
+
"type": "HTMLElement",
|
|
2916
|
+
"optional": false,
|
|
2917
|
+
"description": "the element that the popover is shown at"
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"description": "Shows the Menu near the opener element."
|
|
2921
|
+
}
|
|
2922
|
+
]
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "class",
|
|
2926
|
+
"name": "sap.ui.webcomponents.main.MenuItem",
|
|
2927
|
+
"basename": "MenuItem",
|
|
2928
|
+
"tagname": "ui5-menu-item",
|
|
2929
|
+
"resource": "MenuItem.js",
|
|
2930
|
+
"module": "MenuItem",
|
|
2931
|
+
"static": true,
|
|
2932
|
+
"visibility": "public",
|
|
2933
|
+
"since": "1.3.0",
|
|
2934
|
+
"extends": "UI5Element",
|
|
2935
|
+
"implements": [ "sap.ui.webcomponents.main.IMenuItem" ],
|
|
2936
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-menu-item</code> is the item to use inside a <code>ui5-menu</code>. An arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n<h3>Usage</h3>\n\n<code>ui5-menu-item</code> is an abstract element, representing a node in a <code>ui5-menu</code>. The menu itself is rendered as a list, and each <code>ui5-menu-item</code> is represented by a list item (<code>ui5-li</code>) in that list. Therefore, you should only use <code>ui5-menu-item</code> directly in your apps. The <code>ui5-li</code> list item is internal for the list, and not intended for public use.\n\nFor the <code>ui5-menu-item</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents/dist/MenuItem.js\";</code>",
|
|
2937
|
+
"constructor": { "visibility": "public" },
|
|
2938
|
+
"properties": [
|
|
2939
|
+
{
|
|
2940
|
+
"name": "disabled",
|
|
2941
|
+
"visibility": "public",
|
|
2942
|
+
"type": "boolean",
|
|
2943
|
+
"description": "Defines whether <code>ui5-menu-item</code> is in disabled state. <br><br> <b>Note:</b> A disabled <code>ui5-menu-item</code> is noninteractive.",
|
|
2944
|
+
"defaultValue": "false"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "icon",
|
|
2948
|
+
"visibility": "public",
|
|
2949
|
+
"type": "string",
|
|
2950
|
+
"description": "Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides numerous options. <br><br> <b>* Example:</b> See all the available icons in the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">Icon Explorer</ui5-link>.",
|
|
2951
|
+
"defaultValue": "\"\""
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "startsSection",
|
|
2955
|
+
"visibility": "public",
|
|
2956
|
+
"type": "boolean",
|
|
2957
|
+
"description": "Defines whether a visual separator should be rendered before the item.",
|
|
2958
|
+
"defaultValue": "false"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "text",
|
|
2962
|
+
"visibility": "public",
|
|
2963
|
+
"type": "String",
|
|
2964
|
+
"description": "Defines the text of the tree item.",
|
|
2965
|
+
"defaultValue": "\"\""
|
|
2966
|
+
}
|
|
2967
|
+
],
|
|
2968
|
+
"slots": [
|
|
2969
|
+
{
|
|
2970
|
+
"name": "default",
|
|
2971
|
+
"propertyName": "items",
|
|
2972
|
+
"visibility": "public",
|
|
2973
|
+
"type": "sap.ui.webcomponents.main.IMenuItem[]",
|
|
2974
|
+
"description": "Defines the items of this component."
|
|
2975
|
+
}
|
|
2976
|
+
]
|
|
2977
|
+
},
|
|
2713
2978
|
{
|
|
2714
2979
|
"kind": "class",
|
|
2715
2980
|
"name": "sap.ui.webcomponents.main.MessageStrip",
|
|
@@ -2721,7 +2986,7 @@
|
|
|
2721
2986
|
"visibility": "public",
|
|
2722
2987
|
"since": "0.9.0",
|
|
2723
2988
|
"extends": "UI5Element",
|
|
2724
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-message-strip</code> component enables the embedding of app-related messages. It displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative. Each message can have a Close button, so that it can be removed from the UI, if needed.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-message-strip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MessageStrip\";</code>",
|
|
2989
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-message-strip</code> component enables the embedding of app-related messages. It displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative. Each message can have a Close button, so that it can be removed from the UI, if needed.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-message-strip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MessageStrip\";</code>",
|
|
2725
2990
|
"constructor": { "visibility": "public" },
|
|
2726
2991
|
"properties": [
|
|
2727
2992
|
{
|
|
@@ -2832,7 +3097,7 @@
|
|
|
2832
3097
|
"name": "sap.ui.webcomponents.main.MultiComboBox",
|
|
2833
3098
|
"basename": "MultiComboBox",
|
|
2834
3099
|
"tagname": "ui5-multi-combobox",
|
|
2835
|
-
"appenddocs": "MultiComboBoxItem",
|
|
3100
|
+
"appenddocs": "MultiComboBoxItem MultiComboBoxGroupItem",
|
|
2836
3101
|
"resource": "MultiComboBox.js",
|
|
2837
3102
|
"module": "MultiComboBox",
|
|
2838
3103
|
"static": true,
|
|
@@ -2842,6 +3107,21 @@
|
|
|
2842
3107
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-multi-combobox</code> component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options. The options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens. <h3>Structure</h3> The <code>ui5-multi-combobox</code> consists of the following elements: <ul> <li> Tokenizer - a list of tokens with selected options. <li> Input field - displays the selected option/s as token/s. Users can type to filter the list. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul> <h3>Keyboard Handling</h3>\n\nThe <code>ui5-multi-combobox</code> provides advanced keyboard handling.\n\n<h4>Picker</h4> If the <code>ui5-multi-combobox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code> and <code>DOWN</code> arrow keys to navigate through the available options and select one by pressing the <code>Space</code> or <code>Enter</code> keys. <br>\n\n<h4>Tokens</h4> <ul> <li> Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available). </li> <li> Delete - deletes the token and focuses the previous token. </li> <li> Backspace - deletes the token and focus the next token. </li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-multi-combobox</code> exposes the following CSS Shadow Parts: <ul> <li>token-{index} - Used to style each token(where <code>token-0</code> corresponds to the first item)</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MultiComboBox\";</code>",
|
|
2843
3108
|
"constructor": { "visibility": "public" },
|
|
2844
3109
|
"properties": [
|
|
3110
|
+
{
|
|
3111
|
+
"name": "accessibleName",
|
|
3112
|
+
"visibility": "public",
|
|
3113
|
+
"since": "1.4.0",
|
|
3114
|
+
"type": "string",
|
|
3115
|
+
"description": "Defines the accessible aria name of the component."
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"name": "accessibleNameRef",
|
|
3119
|
+
"visibility": "public",
|
|
3120
|
+
"since": "1.4.0",
|
|
3121
|
+
"type": "string",
|
|
3122
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
3123
|
+
"defaultValue": "\"\""
|
|
3124
|
+
},
|
|
2845
3125
|
{
|
|
2846
3126
|
"name": "allowCustomValues",
|
|
2847
3127
|
"visibility": "public",
|
|
@@ -2957,7 +3237,38 @@
|
|
|
2957
3237
|
],
|
|
2958
3238
|
"description": "Fired when selection is changed by user interaction in <code>SingleSelect</code> and <code>MultiSelect</code> modes."
|
|
2959
3239
|
}
|
|
2960
|
-
]
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"kind": "class",
|
|
3244
|
+
"name": "sap.ui.webcomponents.main.MultiComboBoxGroupItem",
|
|
3245
|
+
"basename": "MultiComboBoxGroupItem",
|
|
3246
|
+
"tagname": "ui5-mcb-group-item",
|
|
3247
|
+
"resource": "MultiComboBoxGroupItem.js",
|
|
3248
|
+
"module": "MultiComboBoxGroupItem",
|
|
3249
|
+
"static": true,
|
|
3250
|
+
"visibility": "public",
|
|
3251
|
+
"since": "1.4.0",
|
|
3252
|
+
"extends": "UI5Element",
|
|
3253
|
+
"implements": [ "sap.ui.webcomponents.main.IMultiComboBoxItem" ],
|
|
3254
|
+
"description": "The <code>ui5-multi-combobox-group-item</code> is type of suggestion item, that can be used to split the <code>ui5-multi-combobox</code> suggestions into groups.",
|
|
3255
|
+
"constructor": { "visibility": "public" },
|
|
3256
|
+
"properties": [
|
|
3257
|
+
{
|
|
3258
|
+
"name": "isGroupItem",
|
|
3259
|
+
"visibility": "protected",
|
|
3260
|
+
"type": "undefined",
|
|
3261
|
+
"description": "Used to avoid tag name checks"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"name": "text",
|
|
3265
|
+
"visibility": "public",
|
|
3266
|
+
"type": "string",
|
|
3267
|
+
"description": "Defines the text of the component.",
|
|
3268
|
+
"defaultValue": "\"\""
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3271
|
+
"slots": []
|
|
2961
3272
|
},
|
|
2962
3273
|
{
|
|
2963
3274
|
"kind": "class",
|
|
@@ -3048,6 +3359,13 @@
|
|
|
3048
3359
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-option</code> component defines the content of an option in the <code>ui5-select</code>.",
|
|
3049
3360
|
"constructor": { "visibility": "public" },
|
|
3050
3361
|
"properties": [
|
|
3362
|
+
{
|
|
3363
|
+
"name": "additionalText",
|
|
3364
|
+
"visibility": "public",
|
|
3365
|
+
"since": "1.3.0",
|
|
3366
|
+
"type": "string",
|
|
3367
|
+
"description": "Defines the additional text displayed at the end of the option element."
|
|
3368
|
+
},
|
|
3051
3369
|
{
|
|
3052
3370
|
"name": "disabled",
|
|
3053
3371
|
"visibility": "public",
|
|
@@ -3095,7 +3413,7 @@
|
|
|
3095
3413
|
"static": true,
|
|
3096
3414
|
"visibility": "public",
|
|
3097
3415
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
3098
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-panel</code> component is a container which has a header and a content area and is used for grouping and displaying information. It can be collapsed to save space on the screen.\n\n<h3>Guidelines:</h3> <ul> <li>Nesting two or more panels is not recommended.</li> <li>Do not stack too many panels on one page.</li> </ul>\n\n<h3>Structure</h3> The panel's header area consists of a title bar with a header text or custom header. <br> The header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state. <br> The custom header can be set through the <code>header</code> slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements. <br> The content area can contain an arbitrary set of controls. <br><b>Note:</b> The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n<h3>Responsive Behavior</h3> <ul> <li>If the width of the panel is set to 100% (default), the panel and its children are resized responsively, depending on its parent container.</li> <li>If the panel has a fixed height, it will take up the space even if the panel is collapsed.</li> <li>When the panel is expandable (the <code>fixed</code> property is set to <code>false</code>), an arrow icon (pointing to the right) appears in front of the header.</li> <li>When the animation is activated, expand/collapse uses a smooth animation to open or close the content area.</li> <li>When the panel expands/collapses, the arrow icon rotates 90 degrees clockwise/counter-clockwise.</li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-panel</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the wrapper of the content</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Panel\";</code>",
|
|
3416
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-panel</code> component is a container which has a header and a content area and is used for grouping and displaying information. It can be collapsed to save space on the screen.\n\n<h3>Guidelines:</h3> <ul> <li>Nesting two or more panels is not recommended.</li> <li>Do not stack too many panels on one page.</li> </ul>\n\n<h3>Structure</h3> The panel's header area consists of a title bar with a header text or custom header. <br> The header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state. <br> The custom header can be set through the <code>header</code> slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements. <br> The content area can contain an arbitrary set of controls. <br><b>Note:</b> The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n<h3>Responsive Behavior</h3> <ul> <li>If the width of the panel is set to 100% (default), the panel and its children are resized responsively, depending on its parent container.</li> <li>If the panel has a fixed height, it will take up the space even if the panel is collapsed.</li> <li>When the panel is expandable (the <code>fixed</code> property is set to <code>false</code>), an arrow icon (pointing to the right) appears in front of the header.</li> <li>When the animation is activated, expand/collapse uses a smooth animation to open or close the content area.</li> <li>When the panel expands/collapses, the arrow icon rotates 90 degrees clockwise/counter-clockwise.</li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-panel</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the wrapper of the header</li> <li>content - Used to style the wrapper of the content</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Panel\";</code>",
|
|
3099
3417
|
"constructor": { "visibility": "public" },
|
|
3100
3418
|
"properties": [
|
|
3101
3419
|
{
|
|
@@ -3103,7 +3421,7 @@
|
|
|
3103
3421
|
"visibility": "public",
|
|
3104
3422
|
"since": "1.0.0-rc.15",
|
|
3105
3423
|
"type": "string",
|
|
3106
|
-
"description": "
|
|
3424
|
+
"description": "Defines the accessible aria name of the component.",
|
|
3107
3425
|
"defaultValue": "\"\""
|
|
3108
3426
|
},
|
|
3109
3427
|
{
|
|
@@ -3183,7 +3501,7 @@
|
|
|
3183
3501
|
"visibility": "public",
|
|
3184
3502
|
"since": "1.0.0-rc.6",
|
|
3185
3503
|
"extends": "Popup",
|
|
3186
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-popover</code> component displays additional information for an object in a compact way and without leaving the page. The Popover can contain various UI elements, such as fields, tables, images, and charts. It can also include actions in the footer.\n\n<h3>Structure</h3>\n\nThe popover has three main areas: <ul> <li>Header (optional)</li> <li>Content</li> <li>Footer (optional)</li> </ul>\n\n<b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Popover.js\";</code>",
|
|
3504
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-popover</code> component displays additional information for an object in a compact way and without leaving the page. The Popover can contain various UI elements, such as fields, tables, images, and charts. It can also include actions in the footer.\n\n<h3>Structure</h3>\n\nThe popover has three main areas: <ul> <li>Header (optional)</li> <li>Content</li> <li>Footer (optional)</li> </ul>\n\n<b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-popover</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Popover.js\";</code>",
|
|
3187
3505
|
"constructor": { "visibility": "public" },
|
|
3188
3506
|
"properties": [
|
|
3189
3507
|
{
|
|
@@ -3230,6 +3548,14 @@
|
|
|
3230
3548
|
"description": "Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.",
|
|
3231
3549
|
"defaultValue": "false"
|
|
3232
3550
|
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "opener",
|
|
3553
|
+
"visibility": "public",
|
|
3554
|
+
"since": "1.2.0",
|
|
3555
|
+
"type": "String",
|
|
3556
|
+
"description": "Defines the opener id of the element that the popover is shown at",
|
|
3557
|
+
"defaultValue": "\"\""
|
|
3558
|
+
},
|
|
3233
3559
|
{
|
|
3234
3560
|
"name": "placementType",
|
|
3235
3561
|
"visibility": "public",
|
|
@@ -3292,7 +3618,7 @@
|
|
|
3292
3618
|
"static": true,
|
|
3293
3619
|
"visibility": "public",
|
|
3294
3620
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
3295
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> Base class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n\n1. The Popup class handles modality: - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not - Derivatives may call the \"
|
|
3621
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> Base class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n\n1. The Popup class handles modality: - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n2. Provides blocking layer (relevant for modal popups only): - It is in the static area - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus: - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The Popup class automatically assigns \"z-index\" - Each time a popup is opened, it gets a higher than the previously opened popup z-index\n\n5. The template of this component exposes two inline partials you can override in derivatives: - beforeContent (upper part of the box, useful for header/title/close button) - afterContent (lower part, useful for footer/action buttons)",
|
|
3296
3622
|
"constructor": { "visibility": "public" },
|
|
3297
3623
|
"properties": [
|
|
3298
3624
|
{
|
|
@@ -3317,8 +3643,16 @@
|
|
|
3317
3643
|
"name": "accessibleName",
|
|
3318
3644
|
"visibility": "public",
|
|
3319
3645
|
"since": "1.0.0-rc.15",
|
|
3320
|
-
"type": "
|
|
3321
|
-
"description": "
|
|
3646
|
+
"type": "string",
|
|
3647
|
+
"description": "Defines the accessible name of the component.",
|
|
3648
|
+
"defaultValue": "\"\""
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "accessibleNameRef",
|
|
3652
|
+
"visibility": "public",
|
|
3653
|
+
"since": "1.1.0",
|
|
3654
|
+
"type": "string",
|
|
3655
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3322
3656
|
"defaultValue": "\"\""
|
|
3323
3657
|
},
|
|
3324
3658
|
{
|
|
@@ -3334,6 +3668,14 @@
|
|
|
3334
3668
|
"type": "undefined",
|
|
3335
3669
|
"description": "Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)"
|
|
3336
3670
|
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "open",
|
|
3673
|
+
"visibility": "public",
|
|
3674
|
+
"since": "1.2.0",
|
|
3675
|
+
"type": "boolean",
|
|
3676
|
+
"description": "Indicates if the element is open",
|
|
3677
|
+
"defaultValue": "false"
|
|
3678
|
+
},
|
|
3337
3679
|
{
|
|
3338
3680
|
"name": "preventFocusRestore",
|
|
3339
3681
|
"visibility": "public",
|
|
@@ -3352,6 +3694,7 @@
|
|
|
3352
3694
|
"slots": [
|
|
3353
3695
|
{
|
|
3354
3696
|
"name": "default",
|
|
3697
|
+
"propertyName": "content",
|
|
3355
3698
|
"visibility": "public",
|
|
3356
3699
|
"type": "HTMLElement[]",
|
|
3357
3700
|
"description": "Defines the content of the Popup."
|
|
@@ -3421,10 +3764,10 @@
|
|
|
3421
3764
|
"description": "Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise."
|
|
3422
3765
|
},
|
|
3423
3766
|
{
|
|
3424
|
-
"name": "
|
|
3767
|
+
"name": "blockPageScrolling",
|
|
3425
3768
|
"visibility": "protected",
|
|
3426
3769
|
"static": true,
|
|
3427
|
-
"description": "Temporarily removes scrollbars from the
|
|
3770
|
+
"description": "Temporarily removes scrollbars from the html element"
|
|
3428
3771
|
},
|
|
3429
3772
|
{
|
|
3430
3773
|
"name": "close",
|
|
@@ -3448,10 +3791,10 @@
|
|
|
3448
3791
|
"description": "Returns the focus to the previously focused element"
|
|
3449
3792
|
},
|
|
3450
3793
|
{
|
|
3451
|
-
"name": "
|
|
3794
|
+
"name": "unblockPageScrolling",
|
|
3452
3795
|
"visibility": "protected",
|
|
3453
3796
|
"static": true,
|
|
3454
|
-
"description": "Restores scrollbars on the
|
|
3797
|
+
"description": "Restores scrollbars on the html element, if needed"
|
|
3455
3798
|
}
|
|
3456
3799
|
]
|
|
3457
3800
|
},
|
|
@@ -3519,6 +3862,14 @@
|
|
|
3519
3862
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-radio-button</code> component enables users to select a single option from a set of options. When a <code>ui5-radio-button</code> is selected by the user, the <code>change</code> event is fired. When a <code>ui5-radio-button</code> that is within a group is selected, the one that was previously selected gets automatically deselected. You can group radio buttons by using the <code>name</code> property. <br> <b>Note:</b> If <code>ui5-radio-button</code> is not part of a group, it can be selected once, but can not be deselected back.\n\n<h3>Keyboard Handling</h3>\n\nOnce the <code>ui5-radio-button</code> is on focus, it might be selected by pressing the Space and Enter keys. <br> The Arrow Down/Arrow Up and Arrow Left/Arrow Right keys can be used to change selection between next/previous radio buttons in one group, while TAB and SHIFT + TAB can be used to enter or leave the radio button group. <br> <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RadioButton\";</code>",
|
|
3520
3863
|
"constructor": { "visibility": "public" },
|
|
3521
3864
|
"properties": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "accessibleNameRef",
|
|
3867
|
+
"visibility": "public",
|
|
3868
|
+
"since": "1.1.0",
|
|
3869
|
+
"type": "string",
|
|
3870
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3871
|
+
"defaultValue": "\"\""
|
|
3872
|
+
},
|
|
3522
3873
|
{
|
|
3523
3874
|
"name": "checked",
|
|
3524
3875
|
"visibility": "public",
|
|
@@ -3566,7 +3917,7 @@
|
|
|
3566
3917
|
"name": "valueState",
|
|
3567
3918
|
"visibility": "public",
|
|
3568
3919
|
"type": "ValueState",
|
|
3569
|
-
"description": "Defines the value state of the component. <br><br> Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Warning</code></li> </ul>",
|
|
3920
|
+
"description": "Defines the value state of the component. <br><br> Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Warning</code></li> <li><code>Success</code></li> <li><code>Information</code></li> </ul>",
|
|
3570
3921
|
"defaultValue": "\"None\""
|
|
3571
3922
|
},
|
|
3572
3923
|
{
|
|
@@ -3636,15 +3987,15 @@
|
|
|
3636
3987
|
"visibility": "public",
|
|
3637
3988
|
"since": "1.0.0-rc.8",
|
|
3638
3989
|
"extends": "UI5Element",
|
|
3639
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Rating Indicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.\n\n<h3>Usage</h3> The recommended number of icons is between 5 and 7.\n\n<h3>Responsive Behavior</h3> You can change the size of the Rating Indicator by changing its <code>font-size</code> CSS property. <br> Example: <code><ui5-rating-indicator style=\"font-size: 3rem;\"></ui5-rating-indicator></code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RatingIndicator.js\";</code>",
|
|
3990
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Rating Indicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.\n\n<h3>Usage</h3> The recommended number of icons is between 5 and 7.\n\n<h3>Responsive Behavior</h3> You can change the size of the Rating Indicator by changing its <code>font-size</code> CSS property. <br> Example: <code><ui5-rating-indicator style=\"font-size: 3rem;\"></ui5-rating-indicator></code>\n\n<h3>Keyboard Handling</h3> When the <code>ui5-rating-indicator</code> is focused, the user can change the rating with the following keyboard shortcuts: <br>\n\n<ul> <li>[RIGHT/UP] - Increases the value of the rating by one step. If the highest value is reached, does nothing</li> <li>[LEFT/DOWN] - Decreases the value of the rating by one step. If the lowest value is reached, does nothing.</li> <li>[HOME] - Sets the lowest value.</li> <li>[END] - Sets the highest value.</li> <li>[SPACE/ENTER/RETURN] - Increases the value of the rating by one step. If the highest value is reached, sets the rating to the lowest value.</li> <li>Any number - Changes value to the corresponding number. If typed number is larger than the number of values, sets the highest value.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RatingIndicator.js\";</code>",
|
|
3640
3991
|
"constructor": { "visibility": "public" },
|
|
3641
3992
|
"properties": [
|
|
3642
3993
|
{
|
|
3643
3994
|
"name": "accessibleName",
|
|
3644
3995
|
"visibility": "public",
|
|
3645
3996
|
"since": "1.0.0-rc.15",
|
|
3646
|
-
"type": "
|
|
3647
|
-
"description": "
|
|
3997
|
+
"type": "string",
|
|
3998
|
+
"description": "Defines the accessible aria name of the component."
|
|
3648
3999
|
},
|
|
3649
4000
|
{
|
|
3650
4001
|
"name": "disabled",
|
|
@@ -3696,7 +4047,7 @@
|
|
|
3696
4047
|
"visibility": "public",
|
|
3697
4048
|
"since": "1.0.0-rc.6",
|
|
3698
4049
|
"extends": "Popover",
|
|
3699
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-responsive-popover</code> acts as a Popover on desktop and tablet, while on phone it acts as a Dialog. The component improves tremendously the user experience on mobile.\n\n<h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.",
|
|
4050
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-responsive-popover</code> acts as a Popover on desktop and tablet, while on phone it acts as a Dialog. The component improves tremendously the user experience on mobile.\n\n<h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-responsive-popover</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>",
|
|
3700
4051
|
"constructor": { "visibility": "public" },
|
|
3701
4052
|
"methods": [
|
|
3702
4053
|
{ "name": "close", "visibility": "public", "description": "Closes the popover/dialog." },
|
|
@@ -3744,11 +4095,18 @@
|
|
|
3744
4095
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-segmented-button</code> shows a group of items. When the user clicks or taps one of the items, it stays in a pressed state. It automatically resizes the items to fit proportionally within the component. When no width is set, the component uses the available width. <br><br> <b>Note:</b> There can be just one selected <code>item</code> at a time.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/SegmentedButton\";</code>",
|
|
3745
4096
|
"constructor": { "visibility": "public" },
|
|
3746
4097
|
"properties": [
|
|
4098
|
+
{
|
|
4099
|
+
"name": "accessibleName",
|
|
4100
|
+
"visibility": "public",
|
|
4101
|
+
"since": "1.0.3",
|
|
4102
|
+
"type": "string",
|
|
4103
|
+
"description": "Defines the accessible aria name of the component."
|
|
4104
|
+
},
|
|
3747
4105
|
{
|
|
3748
4106
|
"name": "selectedItem",
|
|
3749
4107
|
"readonly": "true",
|
|
3750
4108
|
"visibility": "public",
|
|
3751
|
-
"type": "
|
|
4109
|
+
"type": "sap.ui.webcomponents.main.ISegmentedButtonItem",
|
|
3752
4110
|
"description": "Currently selected item."
|
|
3753
4111
|
}
|
|
3754
4112
|
],
|
|
@@ -3822,21 +4180,21 @@
|
|
|
3822
4180
|
"visibility": "public",
|
|
3823
4181
|
"since": "0.8.0",
|
|
3824
4182
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
3825
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-select</code> component is used to create a drop-down list. The items inside the <code>ui5-select</code> define the available options by using the <code>ui5-option</code> component.\n\n<h3>Keyboard Handling</h3> The <code>ui5-select</code> provides advanced keyboard handling. <br> <ul> <li>[F4, ALT+UP, ALT+DOWN, SPACE, ENTER] - Opens/closes the drop-down.</li> <li>[UP, DOWN] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.</li> <li>[SPACE, ENTER] - If the drop-down is opened - selects the focused option.</li> <li>[ESC] - Closes the drop-down without changing the selection.</li> <li>[HOME] - Navigates to first option</li> <li>[END] - Navigates to the last option</li> </ul> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents/dist/Select\";</code> <br> <code>import \"@ui5/webcomponents/dist/Option\";</code>",
|
|
4183
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-select</code> component is used to create a drop-down list. The items inside the <code>ui5-select</code> define the available options by using the <code>ui5-option</code> component.\n\n<h3>Keyboard Handling</h3> The <code>ui5-select</code> provides advanced keyboard handling. <br> <ul> <li>[F4, ALT+UP, ALT+DOWN, SPACE, ENTER] - Opens/closes the drop-down.</li> <li>[UP, DOWN] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.</li> <li>[SPACE, ENTER] - If the drop-down is opened - selects the focused option.</li> <li>[ESC] - Closes the drop-down without changing the selection.</li> <li>[HOME] - Navigates to first option</li> <li>[END] - Navigates to the last option</li> </ul> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents/dist/Select\";</code> <br> <code>import \"@ui5/webcomponents/dist/Option\";</code> (comes with <code>ui5-select</code>)",
|
|
3826
4184
|
"constructor": { "visibility": "public" },
|
|
3827
4185
|
"properties": [
|
|
3828
4186
|
{
|
|
3829
4187
|
"name": "accessibleName",
|
|
3830
4188
|
"visibility": "public",
|
|
3831
4189
|
"since": "1.0.0-rc.15",
|
|
3832
|
-
"type": "
|
|
3833
|
-
"description": "
|
|
4190
|
+
"type": "string",
|
|
4191
|
+
"description": "Defines the accessible aria name of the component."
|
|
3834
4192
|
},
|
|
3835
4193
|
{
|
|
3836
4194
|
"name": "accessibleNameRef",
|
|
3837
4195
|
"visibility": "public",
|
|
3838
4196
|
"since": "1.0.0-rc.15",
|
|
3839
|
-
"type": "
|
|
4197
|
+
"type": "string",
|
|
3840
4198
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
3841
4199
|
"defaultValue": "\"\""
|
|
3842
4200
|
},
|
|
@@ -3866,7 +4224,7 @@
|
|
|
3866
4224
|
"name": "selectedOption",
|
|
3867
4225
|
"readonly": "true",
|
|
3868
4226
|
"visibility": "public",
|
|
3869
|
-
"type": "
|
|
4227
|
+
"type": "sap.ui.webcomponents.main.ISelectOption",
|
|
3870
4228
|
"description": "Currently selected option."
|
|
3871
4229
|
},
|
|
3872
4230
|
{
|
|
@@ -3945,6 +4303,13 @@
|
|
|
3945
4303
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>",
|
|
3946
4304
|
"constructor": { "visibility": "public" },
|
|
3947
4305
|
"properties": [
|
|
4306
|
+
{
|
|
4307
|
+
"name": "accessibleName",
|
|
4308
|
+
"visibility": "public",
|
|
4309
|
+
"since": "1.4.0",
|
|
4310
|
+
"type": "string",
|
|
4311
|
+
"description": "Defines the accessible aria name of the component."
|
|
4312
|
+
},
|
|
3948
4313
|
{
|
|
3949
4314
|
"name": "disabled",
|
|
3950
4315
|
"visibility": "public",
|
|
@@ -4086,6 +4451,76 @@
|
|
|
4086
4451
|
}
|
|
4087
4452
|
]
|
|
4088
4453
|
},
|
|
4454
|
+
{
|
|
4455
|
+
"kind": "class",
|
|
4456
|
+
"name": "sap.ui.webcomponents.main.SplitButton",
|
|
4457
|
+
"basename": "SplitButton",
|
|
4458
|
+
"tagname": "ui5-split-button",
|
|
4459
|
+
"resource": "SplitButton.js",
|
|
4460
|
+
"module": "SplitButton",
|
|
4461
|
+
"static": true,
|
|
4462
|
+
"visibility": "public",
|
|
4463
|
+
"since": "1.1.0",
|
|
4464
|
+
"extends": "UI5Element",
|
|
4465
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-split-button</code> enables users to trigger actions. It is constructed of two separate actions - default action and arrow action that can be activated by clicking or tapping, or by pressing certain keyboard keys - <code>Space</code> or <code>Enter</code> for default action, and <code>Arrow Down</code> or <code>Arrow Up</code> for arrow action.\n\n<h3>Usage</h3>\n\n<code>ui5-split-button</code> consists two separate buttons: <ul> <li>for the first one (default action) you can define some <code>text</code> or an <code>icon</code>, or both. Also, it is possible to define different icon for active state of this button - <code>activeIcon</code>.</li> <li>the second one (arrow action) contains only <code>slim-arrow-down</code> icon.</li> </ul> You can choose a <code>design</code> from a set of predefined types (the same as for ui5-button) that offer different styling to correspond to the triggered action. Both text and arrow actions have the same design. <br><br> You can set the <code>ui5-split-button</code> as enabled or disabled. Both parts of an enabled <code>ui5-split-button</code> can be pressed by clicking or tapping it, or by certain keys, which changes the style to provide visual feedback to the user that it is pressed or hovered over with the mouse cursor. A disabled <code>ui5-split-button</code> appears inactive and any of the two buttons cannot be pressed.\n\n<h3>Keyboard Handling</h3> <ul> <li><code>Space</code> or <code>Enter</code> - triggers the default action</li> <li><code>Shift</code> or <code>Escape</code> - if <code>Space</code> is pressed, releases the default action button without triggering the click event.</li> <li><code>Arrow Down</code>, <code>Arrow Up</code>, <code>Alt</code>+<code>Arrow Down</code>, <code>Alt</code>+<code>Arrow Up</code>, or <code>F4</code> - triggers the arrow action There are separate events that are fired on activating of <code>ui5-split-button</code> parts: <ul> <li><code>click</code> for the first button (default action)</li> <li><code>arrow-click</code> for the second button (arrow action)</li> </ul> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/SplitButton.js\";</code>",
|
|
4466
|
+
"constructor": { "visibility": "public" },
|
|
4467
|
+
"properties": [
|
|
4468
|
+
{
|
|
4469
|
+
"name": "accessibleName",
|
|
4470
|
+
"visibility": "public",
|
|
4471
|
+
"type": "string",
|
|
4472
|
+
"description": "Defines the accessible aria name of the component."
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "activeIcon",
|
|
4476
|
+
"visibility": "public",
|
|
4477
|
+
"type": "string",
|
|
4478
|
+
"description": "Defines the icon to be displayed in active state as graphical element within the component.",
|
|
4479
|
+
"defaultValue": "\"\""
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "design",
|
|
4483
|
+
"visibility": "public",
|
|
4484
|
+
"type": "ButtonDesign",
|
|
4485
|
+
"description": "Defines the component design.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>Default</code></li> <li><code>Emphasized</code></li> <li><code>Positive</code></li> <li><code>Negative</code></li> <li><code>Transparent</code></li> <li><code>Attention</code></li> </ul>",
|
|
4486
|
+
"defaultValue": "\"Default\""
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "disabled",
|
|
4490
|
+
"visibility": "public",
|
|
4491
|
+
"type": "boolean",
|
|
4492
|
+
"description": "Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.",
|
|
4493
|
+
"defaultValue": "false"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "icon",
|
|
4497
|
+
"visibility": "public",
|
|
4498
|
+
"type": "string",
|
|
4499
|
+
"description": "Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides numerous options. <br><br> Example:\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">Icon Explorer</ui5-link>.",
|
|
4500
|
+
"defaultValue": "\"\""
|
|
4501
|
+
}
|
|
4502
|
+
],
|
|
4503
|
+
"slots": [
|
|
4504
|
+
{
|
|
4505
|
+
"name": "default",
|
|
4506
|
+
"visibility": "public",
|
|
4507
|
+
"type": "Node[]",
|
|
4508
|
+
"description": "Defines the text of the component. <br><br> <b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
|
|
4509
|
+
}
|
|
4510
|
+
],
|
|
4511
|
+
"events": [
|
|
4512
|
+
{
|
|
4513
|
+
"name": "arrow-click",
|
|
4514
|
+
"visibility": "public",
|
|
4515
|
+
"description": "Fired when the user clicks on the arrow action."
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "click",
|
|
4519
|
+
"visibility": "public",
|
|
4520
|
+
"description": "Fired when the user clicks on the default action."
|
|
4521
|
+
}
|
|
4522
|
+
]
|
|
4523
|
+
},
|
|
4089
4524
|
{
|
|
4090
4525
|
"kind": "class",
|
|
4091
4526
|
"name": "sap.ui.webcomponents.main.StandardListItem",
|
|
@@ -4177,14 +4612,14 @@
|
|
|
4177
4612
|
"name": "accessibleName",
|
|
4178
4613
|
"visibility": "public",
|
|
4179
4614
|
"since": "1.0.0-rc.15",
|
|
4180
|
-
"type": "
|
|
4181
|
-
"description": "
|
|
4615
|
+
"type": "string",
|
|
4616
|
+
"description": "Defines the accessible aria name of the component."
|
|
4182
4617
|
},
|
|
4183
4618
|
{
|
|
4184
4619
|
"name": "accessibleNameRef",
|
|
4185
4620
|
"visibility": "public",
|
|
4186
4621
|
"since": "1.0.0-rc.15",
|
|
4187
|
-
"type": "
|
|
4622
|
+
"type": "string",
|
|
4188
4623
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4189
4624
|
"defaultValue": "\"\""
|
|
4190
4625
|
},
|
|
@@ -4397,6 +4832,21 @@
|
|
|
4397
4832
|
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-switch</code> component is used for changing between binary states. <br> The component can display texts, that will be switched, based on the component state, via the <code>textOn</code> and <code>textOff</code> properties, but texts longer than 3 letters will be cutted off. <br> However, users are able to customize the width of <code>ui5-switch</code> with pure CSS (<code><ui5-switch style=\"width: 200px\"></code>), and set widths, depending on the texts they would use. <br> Note: the component would not automatically stretch to fit the whole text width.\n\n<h3>Keyboard Handling</h3> The state can be changed by pressing the Space and Enter keys.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-switch</code> exposes the following CSS Shadow Parts: <ul> <li>slider - Used to style the track, where the handle is being slid</li> <li>text-on - Used to style the <code>textOn</code> property text</li> <li>text-off - Used to style the <code>textOff</code> property text</li> <li>handle - Used to style the handle of the switch</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Switch\";</code>",
|
|
4398
4833
|
"constructor": { "visibility": "public" },
|
|
4399
4834
|
"properties": [
|
|
4835
|
+
{
|
|
4836
|
+
"name": "accessibleName",
|
|
4837
|
+
"visibility": "public",
|
|
4838
|
+
"since": "1.2.0",
|
|
4839
|
+
"type": "string",
|
|
4840
|
+
"description": "Sets the accessible aria name of the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set."
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"name": "accessibleNameRef",
|
|
4844
|
+
"visibility": "public",
|
|
4845
|
+
"since": "1.1.0",
|
|
4846
|
+
"type": "string",
|
|
4847
|
+
"description": "Receives id(or many ids) of the elements that label the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set.",
|
|
4848
|
+
"defaultValue": "\"\""
|
|
4849
|
+
},
|
|
4400
4850
|
{
|
|
4401
4851
|
"name": "checked",
|
|
4402
4852
|
"visibility": "public",
|
|
@@ -4460,7 +4910,7 @@
|
|
|
4460
4910
|
"name": "additionalText",
|
|
4461
4911
|
"visibility": "public",
|
|
4462
4912
|
"type": "string",
|
|
4463
|
-
"description": "Represents the \"additionalText\" text, which is displayed in the tab
|
|
4913
|
+
"description": "Represents the \"additionalText\" text, which is displayed in the tab.",
|
|
4464
4914
|
"defaultValue": "\"\""
|
|
4465
4915
|
},
|
|
4466
4916
|
{
|
|
@@ -4504,7 +4954,14 @@
|
|
|
4504
4954
|
"name": "default",
|
|
4505
4955
|
"visibility": "public",
|
|
4506
4956
|
"type": "Node[]",
|
|
4507
|
-
"description": "
|
|
4957
|
+
"description": "Holds the content associated with this tab."
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"name": "subTabs",
|
|
4961
|
+
"propertyName": "subTabs",
|
|
4962
|
+
"visibility": "public",
|
|
4963
|
+
"type": "sap.ui.webcomponents.main.ITab[]",
|
|
4964
|
+
"description": "Defines hierarchies with nested sub tabs. <br><br> <b>Note:</b> Use <code>ui5-tab</code> and <code>ui5-tab-separator</code> for the intended design."
|
|
4508
4965
|
}
|
|
4509
4966
|
],
|
|
4510
4967
|
"methods": [
|
|
@@ -4527,7 +4984,7 @@
|
|
|
4527
4984
|
"static": true,
|
|
4528
4985
|
"visibility": "public",
|
|
4529
4986
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4530
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-tabcontainer</code> represents a collection of tabs with associated content. Navigation through the tabs changes the content display of the currently active content area. A tab can be labeled with text only, or icons with text.\n\n<h3>Structure</h3>\n\nThe <code>ui5-tabcontainer</code> can hold two types of entities: <ul> <li><code>ui5-tab</code> - contains all the information on an item (text and icon)</li> <li><code>ui5-tab-separator</code> - used to separate tabs with a
|
|
4987
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-tabcontainer</code> represents a collection of tabs with associated content. Navigation through the tabs changes the content display of the currently active content area. A tab can be labeled with text only, or icons with text.\n\n<h3>Structure</h3>\n\nThe <code>ui5-tabcontainer</code> can hold two types of entities: <ul> <li><code>ui5-tab</code> - contains all the information on an item (text and icon)</li> <li><code>ui5-tab-separator</code> - used to separate tabs with a line</li> </ul>\n\n<h3>Hierarchies</h3> Multiple sub tabs could be placed underneath one main tab. Nesting allows deeper hierarchies with indentations to indicate the level of each nested tab. When a tab has both sub tabs and own content its click area is split to allow the user to display the content or alternatively to expand / collapse the list of sub tabs.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-tabcontainer</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the content of the component</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/TabContainer\";</code> <br> <code>import \"@ui5/webcomponents/dist/Tab\";</code> (for <code>ui5-tab</code>) <br> <code>import \"@ui5/webcomponents/dist/TabSeparator\";</code> (for <code>ui5-tab-separator</code>)",
|
|
4531
4988
|
"constructor": { "visibility": "public" },
|
|
4532
4989
|
"properties": [
|
|
4533
4990
|
{
|
|
@@ -4548,8 +5005,11 @@
|
|
|
4548
5005
|
"name": "showOverflow",
|
|
4549
5006
|
"visibility": "public",
|
|
4550
5007
|
"type": "boolean",
|
|
4551
|
-
"description": "Defines whether the overflow select list is displayed. <br><br> The overflow select list represents a list, where all
|
|
4552
|
-
"defaultValue": "false"
|
|
5008
|
+
"description": "Defines whether the overflow select list is displayed. <br><br> The overflow select list represents a list, where all tabs are displayed so that it's easier for the user to select a specific tab.",
|
|
5009
|
+
"defaultValue": "false",
|
|
5010
|
+
"deprecated": {
|
|
5011
|
+
"text": "Since the introduction of TabsOverflowMode overflows will always be visible if there is not enough space for all tabs, all hidden tabs are moved to a select list in the respective overflows and are accessible via the overflowButton and / or startOverflowButton"
|
|
5012
|
+
}
|
|
4553
5013
|
},
|
|
4554
5014
|
{
|
|
4555
5015
|
"name": "tabLayout",
|
|
@@ -4557,6 +5017,14 @@
|
|
|
4557
5017
|
"type": "TabLayout",
|
|
4558
5018
|
"description": "Defines the alignment of the content and the <code>additionalText</code> of a tab.\n\n<br><br> <b>Note:</b> The content and the <code>additionalText</code> would be displayed vertically by defualt, but when set to <code>Inline</code>, they would be displayed horizontally.\n\n<br><br> Available options are: <ul> <li><code>Standard</code></li> <li><code>Inline</code></li> </ul>",
|
|
4559
5019
|
"defaultValue": "\"Standard\""
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "tabsOverflowMode",
|
|
5023
|
+
"visibility": "public",
|
|
5024
|
+
"since": "1.1.0",
|
|
5025
|
+
"type": "TabsOverflowMode",
|
|
5026
|
+
"description": "Defines the overflow mode of the tab strip. If you have a large number of tabs, only the tabs that can fit on screen will be visible. All other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n<br><br> <b>Note:</b> Only one overflow at the end would be displayed by default, but when set to <code>StartAndEnd</code>, there will be two overflows on both ends, and tab order will not change on tab selection.\n\n<br><br> Available options are: <ul> <li><code>End</code></li> <li><code>StartAndEnd</code></li> </ul>",
|
|
5027
|
+
"defaultValue": "\"End\""
|
|
4560
5028
|
}
|
|
4561
5029
|
],
|
|
4562
5030
|
"slots": [
|
|
@@ -4573,6 +5041,13 @@
|
|
|
4573
5041
|
"since": "1.0.0-rc.9",
|
|
4574
5042
|
"type": "sap.ui.webcomponents.main.IButton",
|
|
4575
5043
|
"description": "Defines the button which will open the overflow menu. If nothing is provided to this slot, the default button will be used."
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"name": "startOverflowButton",
|
|
5047
|
+
"visibility": "public",
|
|
5048
|
+
"since": "1.1.0",
|
|
5049
|
+
"type": "sap.ui.webcomponents.main.IButton",
|
|
5050
|
+
"description": "Defines the button which will open the start overflow menu if available. If nothing is provided to this slot, the default button will be used."
|
|
4576
5051
|
}
|
|
4577
5052
|
],
|
|
4578
5053
|
"events": [
|
|
@@ -4606,9 +5081,24 @@
|
|
|
4606
5081
|
"static": true,
|
|
4607
5082
|
"visibility": "public",
|
|
4608
5083
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4609
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table</code> component provides a set of sophisticated and convenient functions for responsive table design. It provides a comprehensive set of features for displaying and dealing with vast amounts of data. <br><br> To render the <code>Table</code> properly, the order of the <code>columns</code> should match with the order of the item <code>cells</code> in the <code>rows</code>. <br><br> Desktop and tablet devices are supported. On tablets, special consideration should be given to the number of visible columns and rows due to the limited performance of some devices.\n\n<h3>Selection</h3> To benefit from the selection mechanism of <code>ui5-table</code> component, you can use the available selection modes: <code>SingleSelect</code> and <code>MultiSelect</code>. <br> In additition to the used mode, you can also specify the <code>ui5-table-row</code> type choosing between <code>Active</code> or <code>Inactive</code>. <br><br> In <code>SingleSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row via mouse or by pressing the <code>Space</code> or <code>Enter</code> keys. <br> In <code>MultiSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row by pressing the <code>Space</code> key when a row is on focus or via mouse click over the selection checkbox of the row. In order to select all the available rows at once, you can use the selection checkbox presented in the table's header. <br><br> <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Table.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/TableColumn.js\";</code> (for <code>ui5-table-column</code>) <br> <code>import \"@ui5/webcomponents/dist/TableRow.js\";</code> (for <code>ui5-table-row</code>) <br> <code>import \"@ui5/webcomponents/dist/TableCell.js\";</code> (for <code>ui5-table-cell</code>)",
|
|
5084
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table</code> component provides a set of sophisticated and convenient functions for responsive table design. It provides a comprehensive set of features for displaying and dealing with vast amounts of data. <br><br> To render the <code>Table</code> properly, the order of the <code>columns</code> should match with the order of the item <code>cells</code> in the <code>rows</code>. <br><br> Desktop and tablet devices are supported. On tablets, special consideration should be given to the number of visible columns and rows due to the limited performance of some devices.\n\n<h3>Selection</h3> To benefit from the selection mechanism of <code>ui5-table</code> component, you can use the available selection modes: <code>SingleSelect</code> and <code>MultiSelect</code>. <br> In additition to the used mode, you can also specify the <code>ui5-table-row</code> type choosing between <code>Active</code> or <code>Inactive</code>. <br><br> In <code>SingleSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row via mouse or by pressing the <code>Space</code> or <code>Enter</code> keys. <br> In <code>MultiSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row by pressing the <code>Space</code> key when a row is on focus or via mouse click over the selection checkbox of the row. In order to select all the available rows at once, you can use the selection checkbox presented in the table's header. <br><br> <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br> Furthermore, you can interact with <code>ui5-table</code> via the following keys. <br>\n\n<ul> <li>[F7] - If focus is on an interactive control inside an item, moves focus to the corresponding item.</li> <li>[CTRL]+[A] - Selects all items, if MultiSelect mode is enabled.</li> <li>[HOME]/[END] - Focuses the first/last item.</li> <li>[PAGEUP]/[PAGEDOWN] - Moves focus up/down by page size (20 items by default).</li> <li>[ALT]+[DOWN]/[UP] - Switches focus between header, last focused item, and More button (if applies) in either direction.</li> <li>[SHIFT]+[DOWN]/[UP] - Selects the next/previous item in a MultiSelect table, if the current item is selected (Range selection). Otherwise, deselects them (Range deselection).</li> <li>[SHIFT]+[HOME]/[END] - Range selection to the first/last item of the List.</li> <li>[CTRL]+[HOME]/[END] - Same behavior as HOME & END.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Table.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/TableColumn.js\";</code> (for <code>ui5-table-column</code>) <br> <code>import \"@ui5/webcomponents/dist/TableRow.js\";</code> (for <code>ui5-table-row</code>) <br> <code>import \"@ui5/webcomponents/dist/TableCell.js\";</code> (for <code>ui5-table-cell</code>)",
|
|
4610
5085
|
"constructor": { "visibility": "public" },
|
|
4611
5086
|
"properties": [
|
|
5087
|
+
{
|
|
5088
|
+
"name": "accessibleName",
|
|
5089
|
+
"visibility": "public",
|
|
5090
|
+
"since": "1.3.0",
|
|
5091
|
+
"type": "string",
|
|
5092
|
+
"description": "Defines the accessible aria name of the component."
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "accessibleNameRef",
|
|
5096
|
+
"visibility": "public",
|
|
5097
|
+
"since": "1.3.0",
|
|
5098
|
+
"type": "string",
|
|
5099
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
5100
|
+
"defaultValue": "\"\""
|
|
5101
|
+
},
|
|
4612
5102
|
{
|
|
4613
5103
|
"name": "busy",
|
|
4614
5104
|
"visibility": "public",
|
|
@@ -4629,7 +5119,7 @@
|
|
|
4629
5119
|
"visibility": "public",
|
|
4630
5120
|
"since": "1.0.0-rc.12",
|
|
4631
5121
|
"type": "TableGrowingMode",
|
|
4632
|
-
"description": "Defines whether the table will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the table, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the table; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>
|
|
5122
|
+
"description": "Defines whether the table will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the table, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the table; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Restrictions:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing=\"Button\"</code>.",
|
|
4633
5123
|
"defaultValue": "\"None\""
|
|
4634
5124
|
},
|
|
4635
5125
|
{
|
|
@@ -4675,7 +5165,7 @@
|
|
|
4675
5165
|
"name": "stickyColumnHeader",
|
|
4676
5166
|
"visibility": "public",
|
|
4677
5167
|
"type": "boolean",
|
|
4678
|
-
"description": "Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br><br> <b>
|
|
5168
|
+
"description": "Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br><br> <b>Restrictions:</b> <ul> <li>Browsers that do not support this feature: <ul> <li>Internet Explorer</li> <li>Microsoft Edge lower than version 41 (EdgeHTML 16)</li> <li>Mozilla Firefox lower than version 59</li> </ul> </li> <li>Scrolling behavior: <ul> <li>If the Web Component is placed in layout containers that have the <code>overflow: hidden</code> or <code>overflow: auto</code> style definition, this can prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.</li> </ul> </li> </ul>",
|
|
4679
5169
|
"defaultValue": "false"
|
|
4680
5170
|
}
|
|
4681
5171
|
],
|
|
@@ -4898,14 +5388,14 @@
|
|
|
4898
5388
|
"name": "accessibleName",
|
|
4899
5389
|
"visibility": "public",
|
|
4900
5390
|
"since": "1.0.0-rc.15",
|
|
4901
|
-
"type": "
|
|
4902
|
-
"description": "
|
|
5391
|
+
"type": "string",
|
|
5392
|
+
"description": "Defines the accessible aria name of the component."
|
|
4903
5393
|
},
|
|
4904
5394
|
{
|
|
4905
5395
|
"name": "accessibleNameRef",
|
|
4906
5396
|
"visibility": "public",
|
|
4907
5397
|
"since": "1.0.0-rc.15",
|
|
4908
|
-
"type": "
|
|
5398
|
+
"type": "string",
|
|
4909
5399
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
4910
5400
|
"defaultValue": "\"\""
|
|
4911
5401
|
},
|
|
@@ -5397,6 +5887,7 @@
|
|
|
5397
5887
|
"events": [
|
|
5398
5888
|
{
|
|
5399
5889
|
"name": "item-click",
|
|
5890
|
+
"allowPreventDefault": "true",
|
|
5400
5891
|
"visibility": "public",
|
|
5401
5892
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
5402
5893
|
"description": "Fired when a tree item is activated."
|
|
@@ -5522,10 +6013,18 @@
|
|
|
5522
6013
|
{
|
|
5523
6014
|
"name": "icon",
|
|
5524
6015
|
"visibility": "public",
|
|
5525
|
-
"type": "
|
|
6016
|
+
"type": "string",
|
|
5526
6017
|
"description": "If set, an icon will be displayed before the text, representing the tree item.",
|
|
5527
6018
|
"defaultValue": "\"\""
|
|
5528
6019
|
},
|
|
6020
|
+
{
|
|
6021
|
+
"name": "indeterminate",
|
|
6022
|
+
"visibility": "public",
|
|
6023
|
+
"since": "1.1.0",
|
|
6024
|
+
"type": "boolean",
|
|
6025
|
+
"description": "Defines whether the selection of a tree node is displayed as partially selected. <br><br> <b>Note:</b> The indeterminate state can be set only programatically and can’t be achieved by user interaction, meaning that the resulting visual state depends on the values of the <code>indeterminate</code> and <code>selected</code> properties: <ul> <li> If a tree node has both <code>selected</code> and <code>indeterminate</code> set to <code>true</code>, it is displayed as partially selected. <li> If a tree node has <code>selected</code> set to <code>true</code> and <code>indeterminate</code> set to <code>false</code>, it is displayed as selected. <li> If a tree node has <code>selected</code> set to <code>false</code>, it is displayed as not selected regardless of the value of the <code>indeterminate</code> property. </ul> <br> <b>Note:</b> This property takes effect only when the <code>ui5-tree</code> is in <code>MultiSelect</code> mode.",
|
|
6026
|
+
"defaultValue": "false"
|
|
6027
|
+
},
|
|
5529
6028
|
{
|
|
5530
6029
|
"name": "selected",
|
|
5531
6030
|
"visibility": "public",
|
|
@@ -5536,7 +6035,7 @@
|
|
|
5536
6035
|
{
|
|
5537
6036
|
"name": "text",
|
|
5538
6037
|
"visibility": "public",
|
|
5539
|
-
"type": "
|
|
6038
|
+
"type": "string",
|
|
5540
6039
|
"description": "Defines the text of the tree item.",
|
|
5541
6040
|
"defaultValue": "\"\""
|
|
5542
6041
|
}
|
|
@@ -5611,7 +6110,7 @@
|
|
|
5611
6110
|
{
|
|
5612
6111
|
"name": "icon",
|
|
5613
6112
|
"visibility": "public",
|
|
5614
|
-
"type": "
|
|
6113
|
+
"type": "string",
|
|
5615
6114
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
5616
6115
|
"defaultValue": "\"\""
|
|
5617
6116
|
},
|
|
@@ -6030,6 +6529,50 @@
|
|
|
6030
6529
|
],
|
|
6031
6530
|
"slots": []
|
|
6032
6531
|
},
|
|
6532
|
+
{
|
|
6533
|
+
"kind": "class",
|
|
6534
|
+
"name": "sap.ui.webcomponents.main.types.HasPopup",
|
|
6535
|
+
"basename": "HasPopup",
|
|
6536
|
+
"resource": "types/HasPopup.js",
|
|
6537
|
+
"module": "types/HasPopup",
|
|
6538
|
+
"static": true,
|
|
6539
|
+
"visibility": "public",
|
|
6540
|
+
"description": "Different types of HasPopup.",
|
|
6541
|
+
"constructor": { "visibility": "public" },
|
|
6542
|
+
"properties": [
|
|
6543
|
+
{
|
|
6544
|
+
"name": "Dialog",
|
|
6545
|
+
"visibility": "public",
|
|
6546
|
+
"type": "Dialog",
|
|
6547
|
+
"description": "Dialog popup type."
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"name": "Grid",
|
|
6551
|
+
"visibility": "public",
|
|
6552
|
+
"type": "Grid",
|
|
6553
|
+
"description": "Grid popup type."
|
|
6554
|
+
},
|
|
6555
|
+
{
|
|
6556
|
+
"name": "ListBox",
|
|
6557
|
+
"visibility": "public",
|
|
6558
|
+
"type": "ListBox",
|
|
6559
|
+
"description": "ListBox popup type."
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "Menu",
|
|
6563
|
+
"visibility": "public",
|
|
6564
|
+
"type": "Menu",
|
|
6565
|
+
"description": "Menu popup type."
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "Tree",
|
|
6569
|
+
"visibility": "public",
|
|
6570
|
+
"type": "Tree",
|
|
6571
|
+
"description": "Tree popup type."
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"slots": []
|
|
6575
|
+
},
|
|
6033
6576
|
{
|
|
6034
6577
|
"kind": "class",
|
|
6035
6578
|
"name": "sap.ui.webcomponents.main.types.InputType",
|
|
@@ -6120,8 +6663,29 @@
|
|
|
6120
6663
|
"module": "types/ListGrowingMode",
|
|
6121
6664
|
"static": true,
|
|
6122
6665
|
"visibility": "public",
|
|
6123
|
-
"description": "Defines the growing mode, used in the <code>ui5-
|
|
6124
|
-
"constructor": { "visibility": "public" }
|
|
6666
|
+
"description": "Defines the growing mode, used in the <code>ui5-list</code>.",
|
|
6667
|
+
"constructor": { "visibility": "public" },
|
|
6668
|
+
"properties": [
|
|
6669
|
+
{
|
|
6670
|
+
"name": "Button",
|
|
6671
|
+
"visibility": "public",
|
|
6672
|
+
"type": "Button",
|
|
6673
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "None",
|
|
6677
|
+
"visibility": "public",
|
|
6678
|
+
"type": "None",
|
|
6679
|
+
"description": "Component's growing is not enabled."
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
"name": "Scroll",
|
|
6683
|
+
"visibility": "public",
|
|
6684
|
+
"type": "Scroll",
|
|
6685
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
6686
|
+
}
|
|
6687
|
+
],
|
|
6688
|
+
"slots": []
|
|
6125
6689
|
},
|
|
6126
6690
|
{
|
|
6127
6691
|
"kind": "class",
|
|
@@ -6560,7 +7124,28 @@
|
|
|
6560
7124
|
"static": true,
|
|
6561
7125
|
"visibility": "public",
|
|
6562
7126
|
"description": "Defines the growing mode, used in the <code>ui5-table</code>.",
|
|
6563
|
-
"constructor": { "visibility": "public" }
|
|
7127
|
+
"constructor": { "visibility": "public" },
|
|
7128
|
+
"properties": [
|
|
7129
|
+
{
|
|
7130
|
+
"name": "Button",
|
|
7131
|
+
"visibility": "public",
|
|
7132
|
+
"type": "Button",
|
|
7133
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"name": "None",
|
|
7137
|
+
"visibility": "public",
|
|
7138
|
+
"type": "None",
|
|
7139
|
+
"description": "Component's growing is not enabled."
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"name": "Scroll",
|
|
7143
|
+
"visibility": "public",
|
|
7144
|
+
"type": "Scroll",
|
|
7145
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
7146
|
+
}
|
|
7147
|
+
],
|
|
7148
|
+
"slots": []
|
|
6564
7149
|
},
|
|
6565
7150
|
{
|
|
6566
7151
|
"kind": "class",
|
|
@@ -6620,6 +7205,32 @@
|
|
|
6620
7205
|
],
|
|
6621
7206
|
"slots": []
|
|
6622
7207
|
},
|
|
7208
|
+
{
|
|
7209
|
+
"kind": "class",
|
|
7210
|
+
"name": "sap.ui.webcomponents.main.types.TabsOverflowMode",
|
|
7211
|
+
"basename": "TabsOverflowMode",
|
|
7212
|
+
"resource": "types/TabsOverflowMode.js",
|
|
7213
|
+
"module": "types/TabsOverflowMode",
|
|
7214
|
+
"static": true,
|
|
7215
|
+
"visibility": "public",
|
|
7216
|
+
"description": "Different types of overflow modes.",
|
|
7217
|
+
"constructor": { "visibility": "public" },
|
|
7218
|
+
"properties": [
|
|
7219
|
+
{
|
|
7220
|
+
"name": "End",
|
|
7221
|
+
"visibility": "public",
|
|
7222
|
+
"type": "End",
|
|
7223
|
+
"description": "End type is used if there should be only one overflow with hidden the tabs at the end of the tab container."
|
|
7224
|
+
},
|
|
7225
|
+
{
|
|
7226
|
+
"name": "StartAndEnd",
|
|
7227
|
+
"visibility": "public",
|
|
7228
|
+
"type": "StartAndEnd",
|
|
7229
|
+
"description": "StartAndEnd type is used if there should be two overflows on both ends of the tab container."
|
|
7230
|
+
}
|
|
7231
|
+
],
|
|
7232
|
+
"slots": []
|
|
7233
|
+
},
|
|
6623
7234
|
{
|
|
6624
7235
|
"kind": "class",
|
|
6625
7236
|
"name": "sap.ui.webcomponents.main.types.TitleLevel",
|