@ui5/webcomponents 0.0.0-dc3ccac50 → 0.0.0-deac3098a
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 +443 -0
- package/README.md +8 -2
- package/dist/Avatar.js +1 -1
- package/dist/AvatarGroup.js +4 -4
- package/dist/Breadcrumbs.js +84 -15
- package/dist/BreadcrumbsItem.js +4 -10
- package/dist/BusyIndicator.js +3 -4
- package/dist/Button.js +82 -38
- package/dist/Calendar.js +8 -1
- 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 +56 -14
- package/dist/ComboBox.js +112 -34
- 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/Icon.js +11 -8
- package/dist/Input.js +228 -36
- package/dist/Interfaces.js +1 -1
- package/dist/Label.js +7 -1
- package/dist/Link.js +45 -16
- package/dist/List.js +67 -18
- package/dist/ListItem.js +29 -6
- package/dist/ListItemBase.js +4 -2
- package/dist/Menu.js +500 -0
- package/dist/MenuItem.js +161 -0
- package/dist/MessageStrip.js +43 -13
- package/dist/MultiComboBox.js +414 -47
- package/dist/MultiComboBoxItem.js +1 -1
- package/dist/MultiInput.js +73 -15
- package/dist/Option.js +12 -1
- package/dist/Panel.js +16 -8
- package/dist/Popover.js +122 -79
- package/dist/Popup.js +76 -27
- package/dist/ProgressIndicator.js +5 -0
- package/dist/RadioButton.js +25 -4
- package/dist/RangeSlider.js +6 -1
- package/dist/RatingIndicator.js +39 -9
- package/dist/ResponsivePopover.js +16 -11
- package/dist/SegmentedButton.js +15 -2
- package/dist/SegmentedButtonItem.js +7 -2
- package/dist/Select.js +19 -7
- package/dist/Slider.js +5 -0
- package/dist/SliderBase.js +15 -7
- package/dist/SplitButton.js +438 -0
- package/dist/StepInput.js +12 -9
- package/dist/Switch.js +31 -0
- package/dist/Tab.js +85 -9
- package/dist/TabContainer.js +689 -124
- package/dist/TabSeparator.js +42 -3
- package/dist/Table.js +457 -12
- package/dist/TableColumn.js +0 -7
- package/dist/TableGroupRow.js +7 -0
- package/dist/TableRow.js +57 -11
- package/dist/TextArea.js +18 -7
- 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 +217 -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 +628 -96
- 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/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/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/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 +97 -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 +8 -2
- package/dist/generated/json-imports/Themes.js +4 -1
- package/dist/generated/templates/AvatarGroupTemplate.lit.js +1 -1
- package/dist/generated/templates/AvatarTemplate.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/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/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 +4 -4
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +10 -10
- 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 +2 -2
- package/dist/generated/templates/RadioButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/RangeSliderTemplate.lit.js +1 -1
- package/dist/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
- 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 +1 -1
- package/dist/generated/templates/SliderTemplate.lit.js +1 -1
- 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 +4 -2
- 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 +3 -2
- package/dist/generated/templates/TabInStripTemplate.lit.js +5 -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/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/ToggleButtonTemplate.lit.js +2 -2
- package/dist/generated/templates/TokenTemplate.lit.js +1 -1
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
- package/dist/generated/templates/TokenizerTemplate.lit.js +1 -1
- 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/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/Card.css.js +1 -1
- package/dist/generated/themes/CardHeader.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/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/Dialog.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/List.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/MultiComboBox.css.js +1 -1
- 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/RadioButton.css.js +1 -1
- 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/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/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/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/Token.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +8 -0
- package/dist/generated/themes/ValueStateMessage.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 +40 -1
- package/dist/i18n/messagebundle_ar.properties +24 -1
- package/dist/i18n/messagebundle_bg.properties +24 -1
- package/dist/i18n/messagebundle_ca.properties +24 -1
- package/dist/i18n/messagebundle_cs.properties +24 -1
- package/dist/i18n/messagebundle_cy.properties +24 -1
- package/dist/i18n/messagebundle_da.properties +24 -1
- package/dist/i18n/messagebundle_de.properties +24 -1
- package/dist/i18n/messagebundle_el.properties +24 -1
- package/dist/i18n/messagebundle_en.properties +24 -1
- package/dist/i18n/messagebundle_en_GB.properties +24 -1
- package/dist/i18n/messagebundle_en_US_sappsd.properties +24 -1
- package/dist/i18n/messagebundle_en_US_saprigi.properties +24 -1
- package/dist/i18n/messagebundle_en_US_saptrc.properties +24 -1
- package/dist/i18n/messagebundle_es.properties +24 -1
- package/dist/i18n/messagebundle_es_MX.properties +24 -1
- package/dist/i18n/messagebundle_et.properties +24 -1
- package/dist/i18n/messagebundle_fi.properties +25 -2
- package/dist/i18n/messagebundle_fr.properties +24 -1
- package/dist/i18n/messagebundle_fr_CA.properties +24 -1
- package/dist/i18n/messagebundle_hi.properties +24 -1
- package/dist/i18n/messagebundle_hr.properties +24 -1
- package/dist/i18n/messagebundle_hu.properties +24 -1
- package/dist/i18n/messagebundle_id.properties +24 -1
- package/dist/i18n/messagebundle_it.properties +24 -1
- package/dist/i18n/messagebundle_iw.properties +24 -1
- package/dist/i18n/messagebundle_ja.properties +26 -3
- package/dist/i18n/messagebundle_kk.properties +24 -1
- package/dist/i18n/messagebundle_ko.properties +24 -1
- package/dist/i18n/messagebundle_lt.properties +24 -1
- package/dist/i18n/messagebundle_lv.properties +24 -1
- package/dist/i18n/messagebundle_ms.properties +24 -1
- package/dist/i18n/messagebundle_nl.properties +24 -1
- package/dist/i18n/messagebundle_no.properties +24 -1
- package/dist/i18n/messagebundle_pl.properties +24 -1
- package/dist/i18n/messagebundle_pt.properties +24 -1
- package/dist/i18n/messagebundle_pt_PT.properties +24 -1
- package/dist/i18n/messagebundle_ro.properties +24 -1
- package/dist/i18n/messagebundle_ru.properties +24 -1
- package/dist/i18n/messagebundle_sh.properties +24 -1
- package/dist/i18n/messagebundle_sk.properties +24 -1
- package/dist/i18n/messagebundle_sl.properties +24 -1
- package/dist/i18n/messagebundle_sv.properties +24 -1
- package/dist/i18n/messagebundle_th.properties +23 -0
- package/dist/i18n/messagebundle_tr.properties +24 -1
- package/dist/i18n/messagebundle_uk.properties +24 -1
- package/dist/i18n/messagebundle_vi.properties +24 -1
- package/dist/i18n/messagebundle_zh_CN.properties +24 -1
- package/dist/i18n/messagebundle_zh_TW.properties +23 -0
- 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 +10 -8
- package/src/Avatar.js +1 -1
- package/src/AvatarGroup.hbs +1 -1
- package/src/AvatarGroup.js +4 -4
- package/src/Breadcrumbs.hbs +7 -4
- 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 -5
- package/src/Button.js +82 -38
- package/src/Calendar.hbs +1 -1
- package/src/Calendar.js +8 -1
- package/src/Card.js +2 -2
- package/src/CardHeader.hbs +18 -7
- package/src/CardHeader.js +5 -10
- package/src/Carousel.hbs +3 -2
- package/src/Carousel.js +9 -0
- package/src/CheckBox.hbs +2 -0
- package/src/CheckBox.js +46 -1
- package/src/ColorPalette.js +6 -5
- package/src/ColorPaletteItem.js +2 -2
- package/src/ColorPalettePopover.hbs +8 -6
- package/src/ColorPalettePopover.js +30 -5
- package/src/ColorPicker.hbs +3 -2
- package/src/ColorPicker.js +56 -14
- package/src/ComboBox.hbs +2 -5
- package/src/ComboBox.js +112 -34
- package/src/ComboBoxPopover.hbs +3 -2
- package/src/DateComponentBase.js +6 -8
- package/src/DatePicker.hbs +1 -1
- 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 -3
- package/src/Dialog.js +40 -27
- package/src/FileUploader.js +4 -5
- package/src/FileUploaderPopover.hbs +3 -2
- package/src/Icon.js +11 -8
- package/src/Input.hbs +5 -5
- package/src/Input.js +228 -36
- package/src/InputPopover.hbs +7 -8
- package/src/Interfaces.js +1 -1
- package/src/Label.js +7 -1
- package/src/Link.hbs +2 -1
- package/src/Link.js +45 -16
- package/src/List.hbs +2 -1
- package/src/List.js +67 -18
- package/src/ListItem.hbs +3 -1
- package/src/ListItem.js +29 -6
- package/src/ListItemBase.js +4 -2
- package/src/Menu.hbs +100 -0
- package/src/Menu.js +500 -0
- package/src/MenuItem.js +161 -0
- package/src/MessageStrip.hbs +5 -5
- package/src/MessageStrip.js +43 -13
- package/src/MultiComboBox.hbs +2 -6
- package/src/MultiComboBox.js +414 -47
- package/src/MultiComboBoxItem.js +1 -1
- package/src/MultiComboBoxPopover.hbs +1 -2
- package/src/MultiInput.hbs +1 -1
- package/src/MultiInput.js +73 -15
- package/src/Option.js +12 -1
- package/src/Panel.hbs +5 -4
- package/src/Panel.js +16 -8
- package/src/Popover.hbs +2 -2
- package/src/Popover.js +122 -79
- package/src/Popup.hbs +1 -1
- package/src/Popup.js +76 -27
- package/src/PopupBlockLayer.hbs +1 -1
- package/src/ProgressIndicator.js +5 -0
- package/src/RadioButton.hbs +1 -1
- package/src/RadioButton.js +25 -4
- package/src/RangeSlider.js +6 -1
- package/src/RatingIndicator.hbs +2 -0
- package/src/RatingIndicator.js +39 -9
- package/src/ResponsivePopover.hbs +7 -5
- package/src/ResponsivePopover.js +16 -11
- package/src/SegmentedButton.hbs +1 -0
- package/src/SegmentedButton.js +15 -2
- package/src/SegmentedButtonItem.hbs +1 -1
- package/src/SegmentedButtonItem.js +7 -2
- package/src/Select.hbs +2 -1
- package/src/Select.js +19 -7
- package/src/SelectPopover.hbs +2 -2
- package/src/Slider.js +5 -0
- package/src/SliderBase.hbs +1 -1
- package/src/SliderBase.js +15 -7
- package/src/SplitButton.hbs +53 -0
- package/src/SplitButton.js +438 -0
- package/src/StandardListItem.hbs +2 -2
- package/src/StepInput.hbs +8 -4
- package/src/StepInput.js +12 -9
- package/src/Switch.hbs +2 -1
- package/src/Switch.js +31 -0
- package/src/Tab.hbs +5 -1
- package/src/Tab.js +85 -9
- package/src/TabContainer.hbs +60 -72
- package/src/TabContainer.js +689 -124
- package/src/TabContainerPopover.hbs +5 -8
- package/src/TabInOverflow.hbs +15 -9
- package/src/TabInStrip.hbs +20 -8
- 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 +457 -12
- package/src/TableColumn.js +0 -7
- package/src/TableGroupRow.hbs +1 -0
- package/src/TableGroupRow.js +7 -0
- package/src/TableRow.hbs +2 -0
- package/src/TableRow.js +57 -11
- package/src/TextArea.hbs +1 -1
- package/src/TextArea.js +18 -7
- 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/ToggleButton.js +5 -0
- package/src/Token.js +2 -1
- package/src/Tokenizer.hbs +2 -1
- package/src/Tokenizer.js +217 -14
- package/src/TokenizerPopover.hbs +16 -17
- package/src/Tree.hbs +1 -0
- package/src/Tree.js +5 -1
- package/src/TreeItem.js +23 -2
- package/src/TreeListItem.js +13 -2
- package/src/WheelSlider.js +7 -0
- package/src/features/InputElementsFormSupport.js +8 -5
- package/src/features/InputSuggestions.js +97 -29
- package/src/i18n/messagebundle.properties +40 -1
- package/src/i18n/messagebundle_ar.properties +24 -1
- package/src/i18n/messagebundle_bg.properties +24 -1
- package/src/i18n/messagebundle_ca.properties +24 -1
- package/src/i18n/messagebundle_cs.properties +24 -1
- package/src/i18n/messagebundle_cy.properties +24 -1
- package/src/i18n/messagebundle_da.properties +24 -1
- package/src/i18n/messagebundle_de.properties +24 -1
- package/src/i18n/messagebundle_el.properties +24 -1
- package/src/i18n/messagebundle_en.properties +24 -1
- package/src/i18n/messagebundle_en_GB.properties +24 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +24 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +24 -1
- package/src/i18n/messagebundle_en_US_saptrc.properties +24 -1
- package/src/i18n/messagebundle_es.properties +24 -1
- package/src/i18n/messagebundle_es_MX.properties +24 -1
- package/src/i18n/messagebundle_et.properties +24 -1
- package/src/i18n/messagebundle_fi.properties +25 -2
- package/src/i18n/messagebundle_fr.properties +24 -1
- package/src/i18n/messagebundle_fr_CA.properties +24 -1
- package/src/i18n/messagebundle_hi.properties +24 -1
- package/src/i18n/messagebundle_hr.properties +24 -1
- package/src/i18n/messagebundle_hu.properties +24 -1
- package/src/i18n/messagebundle_id.properties +24 -1
- package/src/i18n/messagebundle_it.properties +24 -1
- package/src/i18n/messagebundle_iw.properties +24 -1
- package/src/i18n/messagebundle_ja.properties +26 -3
- package/src/i18n/messagebundle_kk.properties +24 -1
- package/src/i18n/messagebundle_ko.properties +24 -1
- package/src/i18n/messagebundle_lt.properties +24 -1
- package/src/i18n/messagebundle_lv.properties +24 -1
- package/src/i18n/messagebundle_ms.properties +24 -1
- package/src/i18n/messagebundle_nl.properties +24 -1
- package/src/i18n/messagebundle_no.properties +24 -1
- package/src/i18n/messagebundle_pl.properties +24 -1
- package/src/i18n/messagebundle_pt.properties +24 -1
- package/src/i18n/messagebundle_pt_PT.properties +24 -1
- package/src/i18n/messagebundle_ro.properties +24 -1
- package/src/i18n/messagebundle_ru.properties +24 -1
- package/src/i18n/messagebundle_sh.properties +24 -1
- package/src/i18n/messagebundle_sk.properties +24 -1
- package/src/i18n/messagebundle_sl.properties +24 -1
- package/src/i18n/messagebundle_sv.properties +24 -1
- package/src/i18n/messagebundle_th.properties +23 -0
- package/src/i18n/messagebundle_tr.properties +24 -1
- package/src/i18n/messagebundle_uk.properties +24 -1
- package/src/i18n/messagebundle_vi.properties +24 -1
- package/src/i18n/messagebundle_zh_CN.properties +24 -1
- package/src/i18n/messagebundle_zh_TW.properties +23 -0
- package/src/themes/Avatar.css +213 -0
- package/src/themes/AvatarGroup.css +82 -0
- package/src/themes/Badge.css +247 -0
- package/src/themes/Breadcrumbs.css +100 -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 +306 -0
- package/src/themes/Button.ie11.css +48 -0
- package/src/themes/Calendar.css +23 -0
- package/src/themes/CalendarHeader.css +137 -0
- package/src/themes/Card.css +45 -0
- package/src/themes/CardHeader.css +149 -0
- package/src/themes/Carousel.css +140 -0
- package/src/themes/CheckBox.css +290 -0
- package/src/themes/ColorPalette.css +72 -0
- package/src/themes/ColorPaletteItem.css +70 -0
- package/src/themes/ColorPalettePopover.css +21 -0
- package/src/themes/ColorPaletteStaticArea.css +17 -0
- package/src/themes/ColorPicker.css +206 -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 +269 -0
- package/src/themes/Dialog.css +80 -0
- package/src/themes/FileUploader.css +40 -0
- package/src/themes/GroupHeaderListItem.css +24 -0
- package/src/themes/GrowingButton.css +67 -0
- package/src/themes/Icon.css +38 -0
- package/src/themes/Input.css +450 -0
- package/src/themes/InputIcon.css +62 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/Label.css +85 -0
- package/src/themes/Link.css +77 -0
- package/src/themes/List.css +116 -0
- package/src/themes/ListItem.css +231 -0
- package/src/themes/ListItemBase.css +85 -0
- package/src/themes/Menu.css +101 -0
- package/src/themes/MessageStrip.css +118 -0
- package/src/themes/MonthPicker.css +86 -0
- package/src/themes/MultiComboBox.css +37 -0
- package/src/themes/MultiInput.css +14 -0
- package/src/themes/Panel.css +100 -0
- package/src/themes/Popover.css +102 -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 +158 -0
- package/src/themes/RadioButton.css +315 -0
- package/src/themes/RatingIndicator.css +52 -0
- package/src/themes/ResponsivePopover.css +29 -0
- package/src/themes/ResponsivePopoverCommon.css +208 -0
- package/src/themes/SegmentedButton.css +88 -0
- package/src/themes/Select.css +49 -0
- package/src/themes/SelectPopover.css +19 -0
- package/src/themes/SliderBase.css +253 -0
- package/src/themes/SplitButton.css +98 -0
- package/src/themes/StepInput.css +271 -0
- package/src/themes/Suggestions.css +32 -0
- package/src/themes/Switch.css +370 -0
- package/src/themes/Tab.css +9 -0
- package/src/themes/TabContainer.css +149 -0
- package/src/themes/TabInOverflow.css +74 -0
- package/src/themes/TabInStrip.css +385 -0
- package/src/themes/TabSeparatorInOverflow.css +9 -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 +27 -0
- package/src/themes/TableGroupRow.css +36 -0
- package/src/themes/TableRow.css +93 -0
- package/src/themes/TapHighlightColor.css +3 -0
- package/src/themes/TextArea.css +366 -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 +88 -0
- package/src/themes/ToggleButton.ie11.css +48 -0
- package/src/themes/Token.css +117 -0
- package/src/themes/Tokenizer.css +85 -0
- package/src/themes/TokenizerPopover.css +4 -0
- package/src/themes/Tree.css +11 -0
- package/src/themes/TreeListItem.css +107 -0
- package/src/themes/ValueStateMessage.css +84 -0
- package/src/themes/WheelSlider.css +203 -0
- package/src/themes/YearPicker.css +86 -0
- package/src/themes/base/Avatar-parameters.css +57 -0
- package/src/themes/base/AvatarGroup-parameter.css +6 -0
- package/src/themes/base/Badge-parameters.css +61 -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 +30 -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 +9 -0
- package/src/themes/base/CheckBox-parameters.css +57 -0
- package/src/themes/base/ColorPalette-parameters.css +14 -0
- package/src/themes/base/ColorPicker-parameters.css +8 -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/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 +8 -0
- package/src/themes/base/List-parameters.css +3 -0
- package/src/themes/base/ListItemBase-parameters.css +10 -0
- package/src/themes/base/MessageStrip-parameters.css +17 -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 +11 -0
- package/src/themes/base/PopupsCommon-parameters.css +11 -0
- package/src/themes/base/ProgressIndicator-parameters.css +21 -0
- package/src/themes/base/RadioButton-parameters.css +48 -0
- package/src/themes/base/RatingIndicator-parameters.css +3 -0
- package/src/themes/base/SegmentedButtton-parameters.css +8 -0
- package/src/themes/base/Select-parameters.css +11 -0
- package/src/themes/base/SelectPopover-parameters.css +4 -0
- package/src/themes/base/SliderBase-parameters.css +64 -0
- package/src/themes/base/StepInput-parameters.css +24 -0
- package/src/themes/base/Suggestions-parameters.css +3 -0
- package/src/themes/base/Switch-parameters.css +96 -0
- package/src/themes/base/TabContainer-parameters.css +84 -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 +24 -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 +19 -0
- package/src/themes/base/Tokenizer-parameters.css +4 -0
- package/src/themes/base/ValueStateMessage-parameters.css +13 -0
- package/src/themes/base/WheelSlider-parameters.css +15 -0
- package/src/themes/base/YearPicker-parameters.css +16 -0
- package/src/themes/base/sizes-parameters.css +330 -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/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/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
- package/src/themes/sap_belize/SliderBase-parameters.css +22 -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/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize/parameters-bundle.css +49 -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/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 +7 -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 +5 -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 +12 -0
- package/src/themes/sap_belize_hcb/SliderBase-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/Switch-parameters.css +44 -0
- package/src/themes/sap_belize_hcb/TabContainer-parameters.css +44 -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 +9 -0
- package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Token-parameters.css +6 -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 +48 -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/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 +7 -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 +5 -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 +12 -0
- package/src/themes/sap_belize_hcw/SliderBase-parameters.css +17 -0
- package/src/themes/sap_belize_hcw/Switch-parameters.css +43 -0
- package/src/themes/sap_belize_hcw/TabContainer-parameters.css +44 -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 +9 -0
- package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Token-parameters.css +6 -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 +48 -0
- package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3/Button-parameters.css +14 -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 +6 -0
- package/src/themes/sap_fiori_3/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Link-parameters.css +7 -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 +6 -0
- package/src/themes/sap_fiori_3/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TabContainer-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Token-parameters.css +9 -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 +49 -0
- package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/Button-parameters.css +14 -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 +6 -0
- package/src/themes/sap_fiori_3_dark/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Link-parameters.css +7 -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 +6 -0
- package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +12 -0
- package/src/themes/sap_fiori_3_dark/Token-parameters.css +8 -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 +48 -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 +10 -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/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +17 -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 +7 -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 +12 -0
- package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +44 -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 +13 -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 +49 -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 +10 -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/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +17 -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 +7 -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 +12 -0
- package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +44 -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 +13 -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 +49 -0
- package/src/themes/sap_horizon/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon/Button-parameters.css +20 -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 +16 -0
- package/src/themes/sap_horizon/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/DayPicker-parameters.css +31 -0
- package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon/GrowingButton-parameters.css +5 -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 +10 -0
- package/src/themes/sap_horizon/List-parameters.css +5 -0
- package/src/themes/sap_horizon/ListItemBase-parameters.css +6 -0
- package/src/themes/sap_horizon/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon/MonthPicker-parameters.css +17 -0
- package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon/Panel-parameters.css +12 -0
- package/src/themes/sap_horizon/ProgressIndicator-parameters.css +23 -0
- package/src/themes/sap_horizon/RadioButton-parameters.css +15 -0
- package/src/themes/sap_horizon/RatingIndicator-parameters.css +3 -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 +44 -0
- package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon/Suggestions-parameters.css +5 -0
- package/src/themes/sap_horizon/Switch-parameters.css +31 -0
- package/src/themes/sap_horizon/TabContainer-parameters.css +25 -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 +11 -0
- package/src/themes/sap_horizon/Token-parameters.css +28 -0
- package/src/themes/sap_horizon/Tokenizer-parameters.css +6 -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 +16 -0
- package/src/themes/sap_horizon/parameters-bundle.css +56 -0
- package/src/themes/sap_horizon/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon_dark/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/Button-parameters.css +20 -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 +16 -0
- package/src/themes/sap_horizon_dark/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/DayPicker-parameters.css +31 -0
- package/src/themes/sap_horizon_dark/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +5 -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 +10 -0
- package/src/themes/sap_horizon_dark/List-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ListItemBase-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/MonthPicker-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/Panel-parameters.css +12 -0
- package/src/themes/sap_horizon_dark/ProgressIndicator-parameters.css +23 -0
- package/src/themes/sap_horizon_dark/RadioButton-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +3 -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 +44 -0
- package/src/themes/sap_horizon_dark/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon_dark/Suggestions-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/Switch-parameters.css +31 -0
- package/src/themes/sap_horizon_dark/TabContainer-parameters.css +25 -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 +11 -0
- package/src/themes/sap_horizon_dark/Token-parameters.css +28 -0
- package/src/themes/sap_horizon_dark/Tokenizer-parameters.css +6 -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 +16 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +56 -0
- package/src/themes/sap_horizon_dark/sizes-parameters.css +8 -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 +6 -0
- package/src/themes/sap_horizon_exp/Popover-parameters.css +4 -0
- package/src/themes/sap_horizon_exp/RadioButton-parameters.css +30 -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 +9 -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 +45 -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/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +17 -0
- package/src/themes/sap_horizon_hcb/Dialog-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 +7 -0
- package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Panel-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb/Select-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/Switch-parameters.css +43 -0
- package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +44 -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 +17 -0
- package/src/themes/sap_horizon_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/Token-parameters.css +7 -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 +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +49 -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/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +17 -0
- package/src/themes/sap_horizon_hcw/Dialog-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 +7 -0
- package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Panel-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +20 -0
- package/src/themes/sap_horizon_hcw/Select-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +13 -0
- package/src/themes/sap_horizon_hcw/Switch-parameters.css +43 -0
- package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +44 -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 +17 -0
- package/src/themes/sap_horizon_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/Token-parameters.css +7 -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 +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +49 -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/generated/templates/TabSeparatorTemplate.lit.js +0 -7
- 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",
|
|
@@ -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",
|
|
@@ -2061,7 +2150,7 @@
|
|
|
2061
2150
|
"visibility": "public",
|
|
2062
2151
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
2063
2152
|
"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)",
|
|
2153
|
+
"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
2154
|
"constructor": { "visibility": "public" },
|
|
2066
2155
|
"properties": [
|
|
2067
2156
|
{
|
|
@@ -2074,14 +2163,14 @@
|
|
|
2074
2163
|
"name": "accessibleName",
|
|
2075
2164
|
"visibility": "public",
|
|
2076
2165
|
"since": "1.0.0-rc.15",
|
|
2077
|
-
"type": "
|
|
2078
|
-
"description": "
|
|
2166
|
+
"type": "string",
|
|
2167
|
+
"description": "Defines the accessible aria name of the component."
|
|
2079
2168
|
},
|
|
2080
2169
|
{
|
|
2081
2170
|
"name": "accessibleNameRef",
|
|
2082
2171
|
"visibility": "public",
|
|
2083
2172
|
"since": "1.0.0-rc.15",
|
|
2084
|
-
"type": "
|
|
2173
|
+
"type": "string",
|
|
2085
2174
|
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
2086
2175
|
"defaultValue": "\"\""
|
|
2087
2176
|
},
|
|
@@ -2123,7 +2212,7 @@
|
|
|
2123
2212
|
"name": "previewItem",
|
|
2124
2213
|
"readonly": "true",
|
|
2125
2214
|
"visibility": "public",
|
|
2126
|
-
"type": "
|
|
2215
|
+
"type": "sap.ui.webcomponents.main.IInputSuggestionItem",
|
|
2127
2216
|
"description": "The suggestion item on preview."
|
|
2128
2217
|
},
|
|
2129
2218
|
{
|
|
@@ -2141,6 +2230,14 @@
|
|
|
2141
2230
|
"description": "Defines whether the component is required.",
|
|
2142
2231
|
"defaultValue": "false"
|
|
2143
2232
|
},
|
|
2233
|
+
{
|
|
2234
|
+
"name": "showClearIcon",
|
|
2235
|
+
"visibility": "public",
|
|
2236
|
+
"since": "1.2.0",
|
|
2237
|
+
"type": "boolean",
|
|
2238
|
+
"description": "Defines whether the clear icon of the input will be shown.",
|
|
2239
|
+
"defaultValue": "false"
|
|
2240
|
+
},
|
|
2144
2241
|
{
|
|
2145
2242
|
"name": "showSuggestions",
|
|
2146
2243
|
"visibility": "public",
|
|
@@ -2252,6 +2349,12 @@
|
|
|
2252
2349
|
"visibility": "protected",
|
|
2253
2350
|
"description": "Returns the caret position inside the native input"
|
|
2254
2351
|
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "openPicker",
|
|
2354
|
+
"visibility": "public",
|
|
2355
|
+
"since": "1.3.0",
|
|
2356
|
+
"description": "Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open."
|
|
2357
|
+
},
|
|
2255
2358
|
{
|
|
2256
2359
|
"name": "setCaretPosition",
|
|
2257
2360
|
"visibility": "protected",
|
|
@@ -2404,11 +2507,27 @@
|
|
|
2404
2507
|
"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
2508
|
"constructor": { "visibility": "public" },
|
|
2406
2509
|
"properties": [
|
|
2510
|
+
{
|
|
2511
|
+
"name": "accessibilityAttributes",
|
|
2512
|
+
"visibility": "public",
|
|
2513
|
+
"since": "1.1.0",
|
|
2514
|
+
"type": "object",
|
|
2515
|
+
"noattribute": "true",
|
|
2516
|
+
"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>"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "accessibleName",
|
|
2520
|
+
"visibility": "public",
|
|
2521
|
+
"since": "1.2.0",
|
|
2522
|
+
"type": "string",
|
|
2523
|
+
"description": "Defines the accessible aria name of the component.",
|
|
2524
|
+
"defaultValue": "\"\""
|
|
2525
|
+
},
|
|
2407
2526
|
{
|
|
2408
2527
|
"name": "accessibleNameRef",
|
|
2409
2528
|
"visibility": "public",
|
|
2410
2529
|
"since": "1.0.0-rc.15",
|
|
2411
|
-
"type": "
|
|
2530
|
+
"type": "string",
|
|
2412
2531
|
"description": "Receives id(or many ids) of the elements that label the input",
|
|
2413
2532
|
"defaultValue": "\"\""
|
|
2414
2533
|
},
|
|
@@ -2476,14 +2595,14 @@
|
|
|
2476
2595
|
"static": true,
|
|
2477
2596
|
"visibility": "public",
|
|
2478
2597
|
"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>)",
|
|
2598
|
+
"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
2599
|
"constructor": { "visibility": "public" },
|
|
2481
2600
|
"properties": [
|
|
2482
2601
|
{
|
|
2483
2602
|
"name": "accessibleName",
|
|
2484
2603
|
"visibility": "public",
|
|
2485
2604
|
"since": "1.0.0-rc.15",
|
|
2486
|
-
"type": "
|
|
2605
|
+
"type": "string",
|
|
2487
2606
|
"description": "Defines the accessible name of the component.",
|
|
2488
2607
|
"defaultValue": "\"\""
|
|
2489
2608
|
},
|
|
@@ -2491,7 +2610,7 @@
|
|
|
2491
2610
|
"name": "accessibleNameRef",
|
|
2492
2611
|
"visibility": "public",
|
|
2493
2612
|
"since": "1.0.0-rc.15",
|
|
2494
|
-
"type": "
|
|
2613
|
+
"type": "string",
|
|
2495
2614
|
"description": "Defines the IDs of the elements that label the input.",
|
|
2496
2615
|
"defaultValue": "\"\""
|
|
2497
2616
|
},
|
|
@@ -2499,7 +2618,7 @@
|
|
|
2499
2618
|
"name": "accessibleRole",
|
|
2500
2619
|
"visibility": "public",
|
|
2501
2620
|
"since": "1.0.0-rc.15",
|
|
2502
|
-
"type": "
|
|
2621
|
+
"type": "string",
|
|
2503
2622
|
"description": "Defines the accessible role of the component. <br><br>",
|
|
2504
2623
|
"defaultValue": "\"list\""
|
|
2505
2624
|
},
|
|
@@ -2530,7 +2649,7 @@
|
|
|
2530
2649
|
"visibility": "public",
|
|
2531
2650
|
"since": "1.0.0-rc.13",
|
|
2532
2651
|
"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>
|
|
2652
|
+
"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
2653
|
"defaultValue": "\"None\""
|
|
2535
2654
|
},
|
|
2536
2655
|
{
|
|
@@ -2587,6 +2706,7 @@
|
|
|
2587
2706
|
"events": [
|
|
2588
2707
|
{
|
|
2589
2708
|
"name": "item-click",
|
|
2709
|
+
"allowPreventDefault": "true",
|
|
2590
2710
|
"visibility": "public",
|
|
2591
2711
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
2592
2712
|
"description": "Fired when an item is activated, unless the item's <code>type</code> property is set to <code>Inactive</code>."
|
|
@@ -2642,6 +2762,11 @@
|
|
|
2642
2762
|
}
|
|
2643
2763
|
],
|
|
2644
2764
|
"methods": [
|
|
2765
|
+
{
|
|
2766
|
+
"name": "focusFirstItem",
|
|
2767
|
+
"visibility": "protected",
|
|
2768
|
+
"description": "Focuses the first list item and sets its tabindex to \"0\" via the ItemNavigation"
|
|
2769
|
+
},
|
|
2645
2770
|
{
|
|
2646
2771
|
"name": "focusItem",
|
|
2647
2772
|
"visibility": "protected",
|
|
@@ -2710,18 +2835,139 @@
|
|
|
2710
2835
|
],
|
|
2711
2836
|
"slots": []
|
|
2712
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "class",
|
|
2840
|
+
"name": "sap.ui.webcomponents.main.Menu",
|
|
2841
|
+
"basename": "Menu",
|
|
2842
|
+
"tagname": "ui5-menu",
|
|
2843
|
+
"appenddocs": "MenuItem",
|
|
2844
|
+
"resource": "Menu.js",
|
|
2845
|
+
"module": "Menu",
|
|
2846
|
+
"static": true,
|
|
2847
|
+
"visibility": "public",
|
|
2848
|
+
"since": "1.3.0",
|
|
2849
|
+
"extends": "UI5Element",
|
|
2850
|
+
"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>",
|
|
2851
|
+
"constructor": { "visibility": "public" },
|
|
2852
|
+
"properties": [
|
|
2853
|
+
{
|
|
2854
|
+
"name": "headerText",
|
|
2855
|
+
"visibility": "public",
|
|
2856
|
+
"type": "string",
|
|
2857
|
+
"description": "Defines the header text of the menu (displayed on mobile).",
|
|
2858
|
+
"defaultValue": "\"\""
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"slots": [
|
|
2862
|
+
{
|
|
2863
|
+
"name": "default",
|
|
2864
|
+
"propertyName": "items",
|
|
2865
|
+
"visibility": "public",
|
|
2866
|
+
"type": "sap.ui.webcomponents.main.MenuItem[]",
|
|
2867
|
+
"description": "Defines the items of this component."
|
|
2868
|
+
}
|
|
2869
|
+
],
|
|
2870
|
+
"events": [
|
|
2871
|
+
{
|
|
2872
|
+
"name": "item-click",
|
|
2873
|
+
"visibility": "public",
|
|
2874
|
+
"parameters": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "item",
|
|
2877
|
+
"type": "object",
|
|
2878
|
+
"description": "The currently clicked menu item."
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"name": "text",
|
|
2882
|
+
"type": "string",
|
|
2883
|
+
"description": "The text of the currently clicked menu item."
|
|
2884
|
+
}
|
|
2885
|
+
],
|
|
2886
|
+
"description": "Fired when an item is being clicked."
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"methods": [
|
|
2890
|
+
{ "name": "close", "visibility": "public", "description": "Closes the Menu." },
|
|
2891
|
+
{
|
|
2892
|
+
"name": "showAt",
|
|
2893
|
+
"visibility": "public",
|
|
2894
|
+
"parameters": [
|
|
2895
|
+
{
|
|
2896
|
+
"name": "opener",
|
|
2897
|
+
"type": "HTMLElement",
|
|
2898
|
+
"optional": false,
|
|
2899
|
+
"description": "the element that the popover is shown at"
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"description": "Shows the Menu near the opener element."
|
|
2903
|
+
}
|
|
2904
|
+
]
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"kind": "class",
|
|
2908
|
+
"name": "sap.ui.webcomponents.main.MenuItem",
|
|
2909
|
+
"basename": "MenuItem",
|
|
2910
|
+
"tagname": "ui5-menu-item",
|
|
2911
|
+
"resource": "MenuItem.js",
|
|
2912
|
+
"module": "MenuItem",
|
|
2913
|
+
"static": true,
|
|
2914
|
+
"visibility": "public",
|
|
2915
|
+
"since": "1.3.0",
|
|
2916
|
+
"extends": "UI5Element",
|
|
2917
|
+
"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>",
|
|
2918
|
+
"constructor": { "visibility": "public" },
|
|
2919
|
+
"properties": [
|
|
2920
|
+
{
|
|
2921
|
+
"name": "disabled",
|
|
2922
|
+
"visibility": "public",
|
|
2923
|
+
"type": "boolean",
|
|
2924
|
+
"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.",
|
|
2925
|
+
"defaultValue": "false"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "icon",
|
|
2929
|
+
"visibility": "public",
|
|
2930
|
+
"type": "string",
|
|
2931
|
+
"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>.",
|
|
2932
|
+
"defaultValue": "\"\""
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "startsSection",
|
|
2936
|
+
"visibility": "public",
|
|
2937
|
+
"type": "boolean",
|
|
2938
|
+
"description": "Defines whether a visual separator should be rendered before the item.",
|
|
2939
|
+
"defaultValue": "false"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "text",
|
|
2943
|
+
"visibility": "public",
|
|
2944
|
+
"type": "String",
|
|
2945
|
+
"description": "Defines the text of the tree item.",
|
|
2946
|
+
"defaultValue": "\"\""
|
|
2947
|
+
}
|
|
2948
|
+
],
|
|
2949
|
+
"slots": [
|
|
2950
|
+
{
|
|
2951
|
+
"name": "default",
|
|
2952
|
+
"propertyName": "items",
|
|
2953
|
+
"visibility": "public",
|
|
2954
|
+
"type": "sap.ui.webcomponents.main.MenuItem[]",
|
|
2955
|
+
"description": "Defines the items of this component."
|
|
2956
|
+
}
|
|
2957
|
+
]
|
|
2958
|
+
},
|
|
2713
2959
|
{
|
|
2714
2960
|
"kind": "class",
|
|
2715
2961
|
"name": "sap.ui.webcomponents.main.MessageStrip",
|
|
2716
2962
|
"basename": "MessageStrip",
|
|
2717
|
-
"tagname": "ui5-
|
|
2963
|
+
"tagname": "ui5-message-strip",
|
|
2718
2964
|
"resource": "MessageStrip.js",
|
|
2719
2965
|
"module": "MessageStrip",
|
|
2720
2966
|
"static": true,
|
|
2721
2967
|
"visibility": "public",
|
|
2722
2968
|
"since": "0.9.0",
|
|
2723
2969
|
"extends": "UI5Element",
|
|
2724
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-
|
|
2970
|
+
"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
2971
|
"constructor": { "visibility": "public" },
|
|
2726
2972
|
"properties": [
|
|
2727
2973
|
{
|
|
@@ -3095,7 +3341,7 @@
|
|
|
3095
3341
|
"static": true,
|
|
3096
3342
|
"visibility": "public",
|
|
3097
3343
|
"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>",
|
|
3344
|
+
"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>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
3345
|
"constructor": { "visibility": "public" },
|
|
3100
3346
|
"properties": [
|
|
3101
3347
|
{
|
|
@@ -3103,7 +3349,7 @@
|
|
|
3103
3349
|
"visibility": "public",
|
|
3104
3350
|
"since": "1.0.0-rc.15",
|
|
3105
3351
|
"type": "string",
|
|
3106
|
-
"description": "
|
|
3352
|
+
"description": "Defines the accessible aria name of the component.",
|
|
3107
3353
|
"defaultValue": "\"\""
|
|
3108
3354
|
},
|
|
3109
3355
|
{
|
|
@@ -3183,7 +3429,7 @@
|
|
|
3183
3429
|
"visibility": "public",
|
|
3184
3430
|
"since": "1.0.0-rc.6",
|
|
3185
3431
|
"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>",
|
|
3432
|
+
"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
3433
|
"constructor": { "visibility": "public" },
|
|
3188
3434
|
"properties": [
|
|
3189
3435
|
{
|
|
@@ -3230,6 +3476,14 @@
|
|
|
3230
3476
|
"description": "Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.",
|
|
3231
3477
|
"defaultValue": "false"
|
|
3232
3478
|
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "opener",
|
|
3481
|
+
"visibility": "public",
|
|
3482
|
+
"since": "1.2.0",
|
|
3483
|
+
"type": "String",
|
|
3484
|
+
"description": "Defines the opener id of the element that the popover is shown at",
|
|
3485
|
+
"defaultValue": "\"\""
|
|
3486
|
+
},
|
|
3233
3487
|
{
|
|
3234
3488
|
"name": "placementType",
|
|
3235
3489
|
"visibility": "public",
|
|
@@ -3292,7 +3546,7 @@
|
|
|
3292
3546
|
"static": true,
|
|
3293
3547
|
"visibility": "public",
|
|
3294
3548
|
"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 \"
|
|
3549
|
+
"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
3550
|
"constructor": { "visibility": "public" },
|
|
3297
3551
|
"properties": [
|
|
3298
3552
|
{
|
|
@@ -3317,8 +3571,16 @@
|
|
|
3317
3571
|
"name": "accessibleName",
|
|
3318
3572
|
"visibility": "public",
|
|
3319
3573
|
"since": "1.0.0-rc.15",
|
|
3320
|
-
"type": "
|
|
3321
|
-
"description": "
|
|
3574
|
+
"type": "string",
|
|
3575
|
+
"description": "Defines the accessible name of the component.",
|
|
3576
|
+
"defaultValue": "\"\""
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "accessibleNameRef",
|
|
3580
|
+
"visibility": "public",
|
|
3581
|
+
"since": "1.1.0",
|
|
3582
|
+
"type": "string",
|
|
3583
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3322
3584
|
"defaultValue": "\"\""
|
|
3323
3585
|
},
|
|
3324
3586
|
{
|
|
@@ -3334,6 +3596,14 @@
|
|
|
3334
3596
|
"type": "undefined",
|
|
3335
3597
|
"description": "Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)"
|
|
3336
3598
|
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "open",
|
|
3601
|
+
"visibility": "public",
|
|
3602
|
+
"since": "1.2.0",
|
|
3603
|
+
"type": "boolean",
|
|
3604
|
+
"description": "Indicates if the element is open",
|
|
3605
|
+
"defaultValue": "false"
|
|
3606
|
+
},
|
|
3337
3607
|
{
|
|
3338
3608
|
"name": "preventFocusRestore",
|
|
3339
3609
|
"visibility": "public",
|
|
@@ -3352,6 +3622,7 @@
|
|
|
3352
3622
|
"slots": [
|
|
3353
3623
|
{
|
|
3354
3624
|
"name": "default",
|
|
3625
|
+
"propertyName": "content",
|
|
3355
3626
|
"visibility": "public",
|
|
3356
3627
|
"type": "HTMLElement[]",
|
|
3357
3628
|
"description": "Defines the content of the Popup."
|
|
@@ -3421,10 +3692,10 @@
|
|
|
3421
3692
|
"description": "Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise."
|
|
3422
3693
|
},
|
|
3423
3694
|
{
|
|
3424
|
-
"name": "
|
|
3695
|
+
"name": "blockPageScrolling",
|
|
3425
3696
|
"visibility": "protected",
|
|
3426
3697
|
"static": true,
|
|
3427
|
-
"description": "Temporarily removes scrollbars from the
|
|
3698
|
+
"description": "Temporarily removes scrollbars from the html element"
|
|
3428
3699
|
},
|
|
3429
3700
|
{
|
|
3430
3701
|
"name": "close",
|
|
@@ -3448,10 +3719,10 @@
|
|
|
3448
3719
|
"description": "Returns the focus to the previously focused element"
|
|
3449
3720
|
},
|
|
3450
3721
|
{
|
|
3451
|
-
"name": "
|
|
3722
|
+
"name": "unblockPageScrolling",
|
|
3452
3723
|
"visibility": "protected",
|
|
3453
3724
|
"static": true,
|
|
3454
|
-
"description": "Restores scrollbars on the
|
|
3725
|
+
"description": "Restores scrollbars on the html element, if needed"
|
|
3455
3726
|
}
|
|
3456
3727
|
]
|
|
3457
3728
|
},
|
|
@@ -3519,6 +3790,14 @@
|
|
|
3519
3790
|
"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
3791
|
"constructor": { "visibility": "public" },
|
|
3521
3792
|
"properties": [
|
|
3793
|
+
{
|
|
3794
|
+
"name": "accessibleNameRef",
|
|
3795
|
+
"visibility": "public",
|
|
3796
|
+
"since": "1.1.0",
|
|
3797
|
+
"type": "string",
|
|
3798
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3799
|
+
"defaultValue": "\"\""
|
|
3800
|
+
},
|
|
3522
3801
|
{
|
|
3523
3802
|
"name": "checked",
|
|
3524
3803
|
"visibility": "public",
|
|
@@ -3566,7 +3845,7 @@
|
|
|
3566
3845
|
"name": "valueState",
|
|
3567
3846
|
"visibility": "public",
|
|
3568
3847
|
"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>",
|
|
3848
|
+
"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
3849
|
"defaultValue": "\"None\""
|
|
3571
3850
|
},
|
|
3572
3851
|
{
|
|
@@ -3636,15 +3915,15 @@
|
|
|
3636
3915
|
"visibility": "public",
|
|
3637
3916
|
"since": "1.0.0-rc.8",
|
|
3638
3917
|
"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>",
|
|
3918
|
+
"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
3919
|
"constructor": { "visibility": "public" },
|
|
3641
3920
|
"properties": [
|
|
3642
3921
|
{
|
|
3643
3922
|
"name": "accessibleName",
|
|
3644
3923
|
"visibility": "public",
|
|
3645
3924
|
"since": "1.0.0-rc.15",
|
|
3646
|
-
"type": "
|
|
3647
|
-
"description": "
|
|
3925
|
+
"type": "string",
|
|
3926
|
+
"description": "Defines the accessible aria name of the component."
|
|
3648
3927
|
},
|
|
3649
3928
|
{
|
|
3650
3929
|
"name": "disabled",
|
|
@@ -3696,7 +3975,7 @@
|
|
|
3696
3975
|
"visibility": "public",
|
|
3697
3976
|
"since": "1.0.0-rc.6",
|
|
3698
3977
|
"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.",
|
|
3978
|
+
"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
3979
|
"constructor": { "visibility": "public" },
|
|
3701
3980
|
"methods": [
|
|
3702
3981
|
{ "name": "close", "visibility": "public", "description": "Closes the popover/dialog." },
|
|
@@ -3744,11 +4023,18 @@
|
|
|
3744
4023
|
"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
4024
|
"constructor": { "visibility": "public" },
|
|
3746
4025
|
"properties": [
|
|
4026
|
+
{
|
|
4027
|
+
"name": "accessibleName",
|
|
4028
|
+
"visibility": "public",
|
|
4029
|
+
"since": "1.0.3",
|
|
4030
|
+
"type": "string",
|
|
4031
|
+
"description": "Defines the accessible aria name of the component."
|
|
4032
|
+
},
|
|
3747
4033
|
{
|
|
3748
4034
|
"name": "selectedItem",
|
|
3749
4035
|
"readonly": "true",
|
|
3750
4036
|
"visibility": "public",
|
|
3751
|
-
"type": "
|
|
4037
|
+
"type": "sap.ui.webcomponents.main.ISegmentedButtonItem",
|
|
3752
4038
|
"description": "Currently selected item."
|
|
3753
4039
|
}
|
|
3754
4040
|
],
|
|
@@ -3822,21 +4108,21 @@
|
|
|
3822
4108
|
"visibility": "public",
|
|
3823
4109
|
"since": "0.8.0",
|
|
3824
4110
|
"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>",
|
|
4111
|
+
"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
4112
|
"constructor": { "visibility": "public" },
|
|
3827
4113
|
"properties": [
|
|
3828
4114
|
{
|
|
3829
4115
|
"name": "accessibleName",
|
|
3830
4116
|
"visibility": "public",
|
|
3831
4117
|
"since": "1.0.0-rc.15",
|
|
3832
|
-
"type": "
|
|
3833
|
-
"description": "
|
|
4118
|
+
"type": "string",
|
|
4119
|
+
"description": "Defines the accessible aria name of the component."
|
|
3834
4120
|
},
|
|
3835
4121
|
{
|
|
3836
4122
|
"name": "accessibleNameRef",
|
|
3837
4123
|
"visibility": "public",
|
|
3838
4124
|
"since": "1.0.0-rc.15",
|
|
3839
|
-
"type": "
|
|
4125
|
+
"type": "string",
|
|
3840
4126
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
3841
4127
|
"defaultValue": "\"\""
|
|
3842
4128
|
},
|
|
@@ -3866,7 +4152,7 @@
|
|
|
3866
4152
|
"name": "selectedOption",
|
|
3867
4153
|
"readonly": "true",
|
|
3868
4154
|
"visibility": "public",
|
|
3869
|
-
"type": "
|
|
4155
|
+
"type": "sap.ui.webcomponents.main.ISelectOption",
|
|
3870
4156
|
"description": "Currently selected option."
|
|
3871
4157
|
},
|
|
3872
4158
|
{
|
|
@@ -4086,6 +4372,76 @@
|
|
|
4086
4372
|
}
|
|
4087
4373
|
]
|
|
4088
4374
|
},
|
|
4375
|
+
{
|
|
4376
|
+
"kind": "class",
|
|
4377
|
+
"name": "sap.ui.webcomponents.main.SplitButton",
|
|
4378
|
+
"basename": "SplitButton",
|
|
4379
|
+
"tagname": "ui5-split-button",
|
|
4380
|
+
"resource": "SplitButton.js",
|
|
4381
|
+
"module": "SplitButton",
|
|
4382
|
+
"static": true,
|
|
4383
|
+
"visibility": "public",
|
|
4384
|
+
"since": "1.1.0",
|
|
4385
|
+
"extends": "UI5Element",
|
|
4386
|
+
"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>",
|
|
4387
|
+
"constructor": { "visibility": "public" },
|
|
4388
|
+
"properties": [
|
|
4389
|
+
{
|
|
4390
|
+
"name": "accessibleName",
|
|
4391
|
+
"visibility": "public",
|
|
4392
|
+
"type": "string",
|
|
4393
|
+
"description": "Defines the accessible aria name of the component."
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "activeIcon",
|
|
4397
|
+
"visibility": "public",
|
|
4398
|
+
"type": "string",
|
|
4399
|
+
"description": "Defines the icon to be displayed in active state as graphical element within the component.",
|
|
4400
|
+
"defaultValue": "\"\""
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "design",
|
|
4404
|
+
"visibility": "public",
|
|
4405
|
+
"type": "ButtonDesign",
|
|
4406
|
+
"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>",
|
|
4407
|
+
"defaultValue": "\"Default\""
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "disabled",
|
|
4411
|
+
"visibility": "public",
|
|
4412
|
+
"type": "boolean",
|
|
4413
|
+
"description": "Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.",
|
|
4414
|
+
"defaultValue": "false"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"name": "icon",
|
|
4418
|
+
"visibility": "public",
|
|
4419
|
+
"type": "string",
|
|
4420
|
+
"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>.",
|
|
4421
|
+
"defaultValue": "\"\""
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"slots": [
|
|
4425
|
+
{
|
|
4426
|
+
"name": "default",
|
|
4427
|
+
"visibility": "public",
|
|
4428
|
+
"type": "Node[]",
|
|
4429
|
+
"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."
|
|
4430
|
+
}
|
|
4431
|
+
],
|
|
4432
|
+
"events": [
|
|
4433
|
+
{
|
|
4434
|
+
"name": "arrow-click",
|
|
4435
|
+
"visibility": "public",
|
|
4436
|
+
"description": "Fired when the user clicks on the arrow action."
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "click",
|
|
4440
|
+
"visibility": "public",
|
|
4441
|
+
"description": "Fired when the user clicks on the default action."
|
|
4442
|
+
}
|
|
4443
|
+
]
|
|
4444
|
+
},
|
|
4089
4445
|
{
|
|
4090
4446
|
"kind": "class",
|
|
4091
4447
|
"name": "sap.ui.webcomponents.main.StandardListItem",
|
|
@@ -4177,14 +4533,14 @@
|
|
|
4177
4533
|
"name": "accessibleName",
|
|
4178
4534
|
"visibility": "public",
|
|
4179
4535
|
"since": "1.0.0-rc.15",
|
|
4180
|
-
"type": "
|
|
4181
|
-
"description": "
|
|
4536
|
+
"type": "string",
|
|
4537
|
+
"description": "Defines the accessible aria name of the component."
|
|
4182
4538
|
},
|
|
4183
4539
|
{
|
|
4184
4540
|
"name": "accessibleNameRef",
|
|
4185
4541
|
"visibility": "public",
|
|
4186
4542
|
"since": "1.0.0-rc.15",
|
|
4187
|
-
"type": "
|
|
4543
|
+
"type": "string",
|
|
4188
4544
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4189
4545
|
"defaultValue": "\"\""
|
|
4190
4546
|
},
|
|
@@ -4397,6 +4753,21 @@
|
|
|
4397
4753
|
"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
4754
|
"constructor": { "visibility": "public" },
|
|
4399
4755
|
"properties": [
|
|
4756
|
+
{
|
|
4757
|
+
"name": "accessibleName",
|
|
4758
|
+
"visibility": "public",
|
|
4759
|
+
"since": "1.2.0",
|
|
4760
|
+
"type": "string",
|
|
4761
|
+
"description": "Sets the accessible aria name of the component."
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "accessibleNameRef",
|
|
4765
|
+
"visibility": "public",
|
|
4766
|
+
"since": "1.1.0",
|
|
4767
|
+
"type": "string",
|
|
4768
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4769
|
+
"defaultValue": "\"\""
|
|
4770
|
+
},
|
|
4400
4771
|
{
|
|
4401
4772
|
"name": "checked",
|
|
4402
4773
|
"visibility": "public",
|
|
@@ -4460,7 +4831,7 @@
|
|
|
4460
4831
|
"name": "additionalText",
|
|
4461
4832
|
"visibility": "public",
|
|
4462
4833
|
"type": "string",
|
|
4463
|
-
"description": "Represents the \"additionalText\" text, which is displayed in the tab
|
|
4834
|
+
"description": "Represents the \"additionalText\" text, which is displayed in the tab.",
|
|
4464
4835
|
"defaultValue": "\"\""
|
|
4465
4836
|
},
|
|
4466
4837
|
{
|
|
@@ -4504,7 +4875,14 @@
|
|
|
4504
4875
|
"name": "default",
|
|
4505
4876
|
"visibility": "public",
|
|
4506
4877
|
"type": "Node[]",
|
|
4507
|
-
"description": "
|
|
4878
|
+
"description": "Holds the content associated with this tab."
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"name": "subTabs",
|
|
4882
|
+
"propertyName": "subTabs",
|
|
4883
|
+
"visibility": "public",
|
|
4884
|
+
"type": "sap.ui.webcomponents.main.ITab[]",
|
|
4885
|
+
"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
4886
|
}
|
|
4509
4887
|
],
|
|
4510
4888
|
"methods": [
|
|
@@ -4527,7 +4905,7 @@
|
|
|
4527
4905
|
"static": true,
|
|
4528
4906
|
"visibility": "public",
|
|
4529
4907
|
"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
|
|
4908
|
+
"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
4909
|
"constructor": { "visibility": "public" },
|
|
4532
4910
|
"properties": [
|
|
4533
4911
|
{
|
|
@@ -4548,8 +4926,11 @@
|
|
|
4548
4926
|
"name": "showOverflow",
|
|
4549
4927
|
"visibility": "public",
|
|
4550
4928
|
"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"
|
|
4929
|
+
"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.",
|
|
4930
|
+
"defaultValue": "false",
|
|
4931
|
+
"deprecated": {
|
|
4932
|
+
"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"
|
|
4933
|
+
}
|
|
4553
4934
|
},
|
|
4554
4935
|
{
|
|
4555
4936
|
"name": "tabLayout",
|
|
@@ -4557,6 +4938,14 @@
|
|
|
4557
4938
|
"type": "TabLayout",
|
|
4558
4939
|
"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
4940
|
"defaultValue": "\"Standard\""
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"name": "tabsOverflowMode",
|
|
4944
|
+
"visibility": "public",
|
|
4945
|
+
"since": "1.1.0",
|
|
4946
|
+
"type": "TabsOverflowMode",
|
|
4947
|
+
"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>",
|
|
4948
|
+
"defaultValue": "\"End\""
|
|
4560
4949
|
}
|
|
4561
4950
|
],
|
|
4562
4951
|
"slots": [
|
|
@@ -4573,6 +4962,13 @@
|
|
|
4573
4962
|
"since": "1.0.0-rc.9",
|
|
4574
4963
|
"type": "sap.ui.webcomponents.main.IButton",
|
|
4575
4964
|
"description": "Defines the button which will open the overflow menu. If nothing is provided to this slot, the default button will be used."
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "startOverflowButton",
|
|
4968
|
+
"visibility": "public",
|
|
4969
|
+
"since": "1.1.0",
|
|
4970
|
+
"type": "sap.ui.webcomponents.main.IButton",
|
|
4971
|
+
"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
4972
|
}
|
|
4577
4973
|
],
|
|
4578
4974
|
"events": [
|
|
@@ -4606,9 +5002,24 @@
|
|
|
4606
5002
|
"static": true,
|
|
4607
5003
|
"visibility": "public",
|
|
4608
5004
|
"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>)",
|
|
5005
|
+
"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
5006
|
"constructor": { "visibility": "public" },
|
|
4611
5007
|
"properties": [
|
|
5008
|
+
{
|
|
5009
|
+
"name": "accessibleName",
|
|
5010
|
+
"visibility": "public",
|
|
5011
|
+
"since": "1.3.0",
|
|
5012
|
+
"type": "string",
|
|
5013
|
+
"description": "Defines the accessible aria name of the component."
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "accessibleNameRef",
|
|
5017
|
+
"visibility": "public",
|
|
5018
|
+
"since": "1.3.0",
|
|
5019
|
+
"type": "string",
|
|
5020
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
5021
|
+
"defaultValue": "\"\""
|
|
5022
|
+
},
|
|
4612
5023
|
{
|
|
4613
5024
|
"name": "busy",
|
|
4614
5025
|
"visibility": "public",
|
|
@@ -4629,7 +5040,7 @@
|
|
|
4629
5040
|
"visibility": "public",
|
|
4630
5041
|
"since": "1.0.0-rc.12",
|
|
4631
5042
|
"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>
|
|
5043
|
+
"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
5044
|
"defaultValue": "\"None\""
|
|
4634
5045
|
},
|
|
4635
5046
|
{
|
|
@@ -4675,7 +5086,7 @@
|
|
|
4675
5086
|
"name": "stickyColumnHeader",
|
|
4676
5087
|
"visibility": "public",
|
|
4677
5088
|
"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>
|
|
5089
|
+
"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
5090
|
"defaultValue": "false"
|
|
4680
5091
|
}
|
|
4681
5092
|
],
|
|
@@ -4898,14 +5309,14 @@
|
|
|
4898
5309
|
"name": "accessibleName",
|
|
4899
5310
|
"visibility": "public",
|
|
4900
5311
|
"since": "1.0.0-rc.15",
|
|
4901
|
-
"type": "
|
|
4902
|
-
"description": "
|
|
5312
|
+
"type": "string",
|
|
5313
|
+
"description": "Defines the accessible aria name of the component."
|
|
4903
5314
|
},
|
|
4904
5315
|
{
|
|
4905
5316
|
"name": "accessibleNameRef",
|
|
4906
5317
|
"visibility": "public",
|
|
4907
5318
|
"since": "1.0.0-rc.15",
|
|
4908
|
-
"type": "
|
|
5319
|
+
"type": "string",
|
|
4909
5320
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
4910
5321
|
"defaultValue": "\"\""
|
|
4911
5322
|
},
|
|
@@ -5397,6 +5808,7 @@
|
|
|
5397
5808
|
"events": [
|
|
5398
5809
|
{
|
|
5399
5810
|
"name": "item-click",
|
|
5811
|
+
"allowPreventDefault": "true",
|
|
5400
5812
|
"visibility": "public",
|
|
5401
5813
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
5402
5814
|
"description": "Fired when a tree item is activated."
|
|
@@ -5522,10 +5934,18 @@
|
|
|
5522
5934
|
{
|
|
5523
5935
|
"name": "icon",
|
|
5524
5936
|
"visibility": "public",
|
|
5525
|
-
"type": "
|
|
5937
|
+
"type": "string",
|
|
5526
5938
|
"description": "If set, an icon will be displayed before the text, representing the tree item.",
|
|
5527
5939
|
"defaultValue": "\"\""
|
|
5528
5940
|
},
|
|
5941
|
+
{
|
|
5942
|
+
"name": "indeterminate",
|
|
5943
|
+
"visibility": "public",
|
|
5944
|
+
"since": "1.1.0",
|
|
5945
|
+
"type": "boolean",
|
|
5946
|
+
"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.",
|
|
5947
|
+
"defaultValue": "false"
|
|
5948
|
+
},
|
|
5529
5949
|
{
|
|
5530
5950
|
"name": "selected",
|
|
5531
5951
|
"visibility": "public",
|
|
@@ -5536,7 +5956,7 @@
|
|
|
5536
5956
|
{
|
|
5537
5957
|
"name": "text",
|
|
5538
5958
|
"visibility": "public",
|
|
5539
|
-
"type": "
|
|
5959
|
+
"type": "string",
|
|
5540
5960
|
"description": "Defines the text of the tree item.",
|
|
5541
5961
|
"defaultValue": "\"\""
|
|
5542
5962
|
}
|
|
@@ -5611,7 +6031,7 @@
|
|
|
5611
6031
|
{
|
|
5612
6032
|
"name": "icon",
|
|
5613
6033
|
"visibility": "public",
|
|
5614
|
-
"type": "
|
|
6034
|
+
"type": "string",
|
|
5615
6035
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
5616
6036
|
"defaultValue": "\"\""
|
|
5617
6037
|
},
|
|
@@ -6030,6 +6450,50 @@
|
|
|
6030
6450
|
],
|
|
6031
6451
|
"slots": []
|
|
6032
6452
|
},
|
|
6453
|
+
{
|
|
6454
|
+
"kind": "class",
|
|
6455
|
+
"name": "sap.ui.webcomponents.main.types.HasPopup",
|
|
6456
|
+
"basename": "HasPopup",
|
|
6457
|
+
"resource": "types/HasPopup.js",
|
|
6458
|
+
"module": "types/HasPopup",
|
|
6459
|
+
"static": true,
|
|
6460
|
+
"visibility": "public",
|
|
6461
|
+
"description": "Different types of HasPopup.",
|
|
6462
|
+
"constructor": { "visibility": "public" },
|
|
6463
|
+
"properties": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "Dialog",
|
|
6466
|
+
"visibility": "public",
|
|
6467
|
+
"type": "Dialog",
|
|
6468
|
+
"description": "Dialog popup type."
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "Grid",
|
|
6472
|
+
"visibility": "public",
|
|
6473
|
+
"type": "Grid",
|
|
6474
|
+
"description": "Grid popup type."
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
"name": "ListBox",
|
|
6478
|
+
"visibility": "public",
|
|
6479
|
+
"type": "ListBox",
|
|
6480
|
+
"description": "ListBox popup type."
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "Menu",
|
|
6484
|
+
"visibility": "public",
|
|
6485
|
+
"type": "Menu",
|
|
6486
|
+
"description": "Menu popup type."
|
|
6487
|
+
},
|
|
6488
|
+
{
|
|
6489
|
+
"name": "Tree",
|
|
6490
|
+
"visibility": "public",
|
|
6491
|
+
"type": "Tree",
|
|
6492
|
+
"description": "Tree popup type."
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"slots": []
|
|
6496
|
+
},
|
|
6033
6497
|
{
|
|
6034
6498
|
"kind": "class",
|
|
6035
6499
|
"name": "sap.ui.webcomponents.main.types.InputType",
|
|
@@ -6120,8 +6584,29 @@
|
|
|
6120
6584
|
"module": "types/ListGrowingMode",
|
|
6121
6585
|
"static": true,
|
|
6122
6586
|
"visibility": "public",
|
|
6123
|
-
"description": "Defines the growing mode, used in the <code>ui5-
|
|
6124
|
-
"constructor": { "visibility": "public" }
|
|
6587
|
+
"description": "Defines the growing mode, used in the <code>ui5-list</code>.",
|
|
6588
|
+
"constructor": { "visibility": "public" },
|
|
6589
|
+
"properties": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "Button",
|
|
6592
|
+
"visibility": "public",
|
|
6593
|
+
"type": "Button",
|
|
6594
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "None",
|
|
6598
|
+
"visibility": "public",
|
|
6599
|
+
"type": "None",
|
|
6600
|
+
"description": "Component's growing is not enabled."
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "Scroll",
|
|
6604
|
+
"visibility": "public",
|
|
6605
|
+
"type": "Scroll",
|
|
6606
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
6607
|
+
}
|
|
6608
|
+
],
|
|
6609
|
+
"slots": []
|
|
6125
6610
|
},
|
|
6126
6611
|
{
|
|
6127
6612
|
"kind": "class",
|
|
@@ -6560,7 +7045,28 @@
|
|
|
6560
7045
|
"static": true,
|
|
6561
7046
|
"visibility": "public",
|
|
6562
7047
|
"description": "Defines the growing mode, used in the <code>ui5-table</code>.",
|
|
6563
|
-
"constructor": { "visibility": "public" }
|
|
7048
|
+
"constructor": { "visibility": "public" },
|
|
7049
|
+
"properties": [
|
|
7050
|
+
{
|
|
7051
|
+
"name": "Button",
|
|
7052
|
+
"visibility": "public",
|
|
7053
|
+
"type": "Button",
|
|
7054
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
7055
|
+
},
|
|
7056
|
+
{
|
|
7057
|
+
"name": "None",
|
|
7058
|
+
"visibility": "public",
|
|
7059
|
+
"type": "None",
|
|
7060
|
+
"description": "Component's growing is not enabled."
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"name": "Scroll",
|
|
7064
|
+
"visibility": "public",
|
|
7065
|
+
"type": "Scroll",
|
|
7066
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
7067
|
+
}
|
|
7068
|
+
],
|
|
7069
|
+
"slots": []
|
|
6564
7070
|
},
|
|
6565
7071
|
{
|
|
6566
7072
|
"kind": "class",
|
|
@@ -6620,6 +7126,32 @@
|
|
|
6620
7126
|
],
|
|
6621
7127
|
"slots": []
|
|
6622
7128
|
},
|
|
7129
|
+
{
|
|
7130
|
+
"kind": "class",
|
|
7131
|
+
"name": "sap.ui.webcomponents.main.types.TabsOverflowMode",
|
|
7132
|
+
"basename": "TabsOverflowMode",
|
|
7133
|
+
"resource": "types/TabsOverflowMode.js",
|
|
7134
|
+
"module": "types/TabsOverflowMode",
|
|
7135
|
+
"static": true,
|
|
7136
|
+
"visibility": "public",
|
|
7137
|
+
"description": "Different types of overflow modes.",
|
|
7138
|
+
"constructor": { "visibility": "public" },
|
|
7139
|
+
"properties": [
|
|
7140
|
+
{
|
|
7141
|
+
"name": "End",
|
|
7142
|
+
"visibility": "public",
|
|
7143
|
+
"type": "End",
|
|
7144
|
+
"description": "End type is used if there should be only one overflow with hidden the tabs at the end of the tab container."
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"name": "StartAndEnd",
|
|
7148
|
+
"visibility": "public",
|
|
7149
|
+
"type": "StartAndEnd",
|
|
7150
|
+
"description": "StartAndEnd type is used if there should be two overflows on both ends of the tab container."
|
|
7151
|
+
}
|
|
7152
|
+
],
|
|
7153
|
+
"slots": []
|
|
7154
|
+
},
|
|
6623
7155
|
{
|
|
6624
7156
|
"kind": "class",
|
|
6625
7157
|
"name": "sap.ui.webcomponents.main.types.TitleLevel",
|