@ui5/webcomponents 0.0.0-6ef02a35f → 0.0.0-701b14e36
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 +537 -0
- package/README.md +150 -50
- package/customI18n.js +50 -0
- package/dist/Assets-static.js +1 -1
- package/dist/Assets.js +1 -1
- package/dist/Avatar.js +13 -16
- package/dist/AvatarGroup.js +11 -13
- package/dist/Badge.js +3 -9
- package/dist/Breadcrumbs.js +91 -19
- package/dist/BreadcrumbsItem.js +4 -10
- package/dist/BusyIndicator.js +6 -9
- package/dist/Button.js +90 -47
- package/dist/Calendar.js +110 -9
- package/dist/CalendarHeader.js +51 -15
- package/dist/Card.js +37 -24
- package/dist/CardHeader.js +34 -23
- package/dist/Carousel.js +84 -13
- package/dist/CheckBox.js +93 -9
- package/dist/ColorPalette.js +224 -18
- package/dist/ColorPaletteItem.js +23 -5
- package/dist/ColorPalettePopover.js +244 -0
- package/dist/ColorPicker.js +66 -19
- package/dist/ComboBox.js +301 -82
- package/dist/ComboBoxGroupItem.js +1 -0
- package/dist/DateComponentBase.js +22 -13
- package/dist/DatePicker.js +89 -26
- package/dist/DateRangePicker.js +30 -3
- package/dist/DateTimePicker.js +10 -10
- package/dist/DayPicker.js +43 -7
- package/dist/Dialog.js +49 -28
- package/dist/DurationPicker.js +2 -2
- package/dist/FileUploader.js +35 -21
- package/dist/GroupHeaderListItem.js +7 -11
- package/dist/Icon.js +34 -29
- package/dist/Input.js +366 -94
- package/dist/Interfaces.js +21 -1
- package/dist/Label.js +8 -2
- package/dist/Link.js +50 -22
- package/dist/List.js +134 -44
- package/dist/ListItem.js +59 -17
- package/dist/ListItemBase.js +4 -2
- package/dist/Menu.js +500 -0
- package/dist/MenuItem.js +162 -0
- package/dist/MessageStrip.js +48 -19
- package/dist/MultiComboBox.js +659 -91
- package/dist/MultiComboBoxItem.js +4 -10
- package/dist/MultiInput.js +75 -18
- package/dist/Option.js +19 -4
- package/dist/Panel.js +40 -21
- package/dist/Popover.js +149 -88
- package/dist/Popup.js +93 -41
- package/dist/ProgressIndicator.js +26 -10
- package/dist/RadioButton.js +79 -10
- package/dist/RangeSlider.js +58 -22
- package/dist/RatingIndicator.js +46 -17
- package/dist/ResponsivePopover.js +40 -49
- package/dist/SegmentedButton.js +25 -9
- package/dist/SegmentedButtonItem.js +15 -13
- package/dist/Select.js +105 -66
- package/dist/Slider.js +40 -24
- package/dist/SliderBase.js +25 -72
- package/dist/SplitButton.js +440 -0
- package/dist/StepInput.js +16 -14
- package/dist/SuggestionItem.js +2 -2
- package/dist/Switch.js +49 -15
- package/dist/Tab.js +139 -25
- package/dist/TabContainer.js +701 -138
- package/dist/TabSeparator.js +42 -3
- package/dist/Table.js +464 -17
- package/dist/TableColumn.js +0 -7
- package/dist/TableGroupRow.js +19 -5
- package/dist/TableRow.js +61 -19
- package/dist/TextArea.js +49 -26
- package/dist/TimePicker.js +3 -5
- package/dist/TimePickerBase.js +23 -9
- package/dist/TimeSelection.js +16 -10
- package/dist/Toast.js +11 -0
- package/dist/ToggleButton.js +15 -0
- package/dist/Token.js +27 -12
- package/dist/Tokenizer.js +247 -27
- package/dist/Tree.js +43 -1
- package/dist/TreeItem.js +23 -2
- package/dist/TreeListItem.js +26 -22
- package/dist/WheelSlider.js +16 -9
- package/dist/YearPicker.js +1 -0
- package/dist/api.json +873 -180
- 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/RangeSlider.css +1 -0
- package/dist/css/themes/RatingIndicator.css +1 -0
- package/dist/css/themes/ResponsivePopover.css +1 -0
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -0
- package/dist/css/themes/SegmentedButton.css +1 -0
- package/dist/css/themes/Select.css +1 -0
- package/dist/css/themes/SelectPopover.css +1 -0
- package/dist/css/themes/SliderBase.css +1 -0
- package/dist/css/themes/SplitButton.css +1 -0
- package/dist/css/themes/StepInput.css +1 -0
- package/dist/css/themes/Suggestions.css +1 -0
- package/dist/css/themes/Switch.css +1 -0
- package/dist/css/themes/Tab.css +1 -0
- package/dist/css/themes/TabContainer.css +1 -0
- package/dist/css/themes/TabInOverflow.css +1 -0
- package/dist/css/themes/TabInStrip.css +1 -0
- package/dist/css/themes/TabSemanticIcon.css +1 -0
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -0
- package/dist/css/themes/TabSeparatorInStrip.css +1 -0
- package/dist/css/themes/Table.css +1 -0
- package/dist/css/themes/TableCell.css +1 -0
- package/dist/css/themes/TableColumn.css +1 -0
- package/dist/css/themes/TableGroupRow.css +1 -0
- package/dist/css/themes/TableRow.css +1 -0
- package/dist/css/themes/TapHighlightColor.css +1 -0
- package/dist/css/themes/TextArea.css +1 -0
- package/dist/css/themes/TimePicker.css +1 -0
- package/dist/css/themes/TimePickerPopover.css +1 -0
- package/dist/css/themes/TimeSelection.css +1 -0
- package/dist/css/themes/Title.css +1 -0
- package/dist/css/themes/Toast.css +1 -0
- package/dist/css/themes/ToggleButton.css +1 -0
- package/dist/css/themes/ToggleButton.ie11.css +1 -0
- package/dist/css/themes/Token.css +1 -0
- package/dist/css/themes/Tokenizer.css +1 -0
- package/dist/css/themes/TokenizerPopover.css +1 -0
- package/dist/css/themes/Tree.css +1 -0
- package/dist/css/themes/TreeListItem.css +1 -0
- package/dist/css/themes/ValueStateMessage.css +1 -0
- package/dist/css/themes/WheelSlider.css +1 -0
- package/dist/css/themes/YearPicker.css +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/features/ColorPaletteMoreColors.js +7 -7
- package/dist/features/InputElementsFormSupport.js +8 -5
- package/dist/features/InputSuggestions.js +204 -49
- 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 -0
- 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 -0
- 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 +12 -2
- package/dist/generated/json-imports/Themes.js +6 -1
- package/dist/generated/templates/AvatarGroupTemplate.lit.js +5 -11
- package/dist/generated/templates/AvatarTemplate.lit.js +8 -14
- package/dist/generated/templates/BadgeTemplate.lit.js +4 -10
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +4 -10
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +5 -11
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js +6 -12
- package/dist/generated/templates/ButtonTemplate.lit.js +5 -11
- package/dist/generated/templates/CalendarHeaderTemplate.lit.js +5 -9
- package/dist/generated/templates/CalendarTemplate.lit.js +3 -9
- package/dist/generated/templates/CardHeaderTemplate.lit.js +8 -14
- package/dist/generated/templates/CardTemplate.lit.js +4 -10
- package/dist/generated/templates/CarouselTemplate.lit.js +12 -18
- package/dist/generated/templates/CheckBoxTemplate.lit.js +6 -12
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +3 -9
- package/dist/generated/templates/ColorPaletteItemTemplate.lit.js +3 -9
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
- package/dist/generated/templates/ColorPaletteTemplate.lit.js +8 -13
- package/dist/generated/templates/ColorPickerTemplate.lit.js +3 -9
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +19 -25
- package/dist/generated/templates/ComboBoxTemplate.lit.js +6 -12
- package/dist/generated/templates/CustomListItemTemplate.lit.js +12 -18
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +6 -12
- package/dist/generated/templates/DatePickerTemplate.lit.js +5 -11
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +8 -14
- package/dist/generated/templates/DayPickerTemplate.lit.js +12 -17
- package/dist/generated/templates/DialogTemplate.lit.js +8 -14
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +7 -12
- package/dist/generated/templates/FileUploaderTemplate.lit.js +6 -12
- package/dist/generated/templates/GroupHeaderListItemTemplate.lit.js +3 -9
- package/dist/generated/templates/IconTemplate.lit.js +5 -11
- package/dist/generated/templates/InputPopoverTemplate.lit.js +23 -29
- package/dist/generated/templates/InputTemplate.lit.js +8 -13
- package/dist/generated/templates/LabelTemplate.lit.js +3 -9
- package/dist/generated/templates/LinkTemplate.lit.js +4 -10
- package/dist/generated/templates/ListItemTemplate.lit.js +12 -18
- package/dist/generated/templates/ListTemplate.lit.js +11 -17
- package/dist/generated/templates/MenuTemplate.lit.js +15 -0
- package/dist/generated/templates/MessageStripTemplate.lit.js +7 -13
- package/dist/generated/templates/MonthPickerTemplate.lit.js +5 -11
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +22 -25
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +8 -14
- package/dist/generated/templates/MultiInputTemplate.lit.js +12 -17
- package/dist/generated/templates/PanelTemplate.lit.js +8 -14
- package/dist/generated/templates/PopoverTemplate.lit.js +8 -14
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +3 -9
- package/dist/generated/templates/PopupTemplate.lit.js +3 -9
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +13 -15
- package/dist/generated/templates/RadioButtonTemplate.lit.js +6 -12
- package/dist/generated/templates/RangeSliderTemplate.lit.js +12 -15
- package/dist/generated/templates/RatingIndicatorTemplate.lit.js +10 -14
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +15 -20
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +4 -10
- package/dist/generated/templates/SegmentedButtonTemplate.lit.js +3 -9
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +19 -25
- package/dist/generated/templates/SelectTemplate.lit.js +5 -11
- package/dist/generated/templates/SliderBaseTemplate.lit.js +10 -13
- package/dist/generated/templates/SliderTemplate.lit.js +11 -14
- package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
- package/dist/generated/templates/StandardListItemTemplate.lit.js +20 -26
- package/dist/generated/templates/StepInputTemplate.lit.js +6 -10
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +23 -29
- package/dist/generated/templates/SwitchTemplate.lit.js +7 -11
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +4 -11
- package/dist/generated/templates/TabContainerTemplate.lit.js +12 -21
- package/dist/generated/templates/TabInOverflowTemplate.lit.js +7 -11
- package/dist/generated/templates/TabInStripTemplate.lit.js +10 -15
- 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 +4 -9
- package/dist/generated/templates/TableCellTemplate.lit.js +3 -9
- package/dist/generated/templates/TableColumnTemplate.lit.js +3 -9
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +3 -9
- package/dist/generated/templates/TableRowTemplate.lit.js +11 -17
- package/dist/generated/templates/TableTemplate.lit.js +12 -18
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +7 -13
- package/dist/generated/templates/TextAreaTemplate.lit.js +7 -13
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +3 -9
- package/dist/generated/templates/TimePickerTemplate.lit.js +5 -11
- package/dist/generated/templates/TimeSelectionTemplate.lit.js +7 -13
- package/dist/generated/templates/TitleTemplate.lit.js +9 -15
- package/dist/generated/templates/ToastTemplate.lit.js +4 -9
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +5 -11
- package/dist/generated/templates/TokenTemplate.lit.js +6 -12
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +8 -14
- package/dist/generated/templates/TokenizerTemplate.lit.js +5 -11
- package/dist/generated/templates/TreeListItemTemplate.lit.js +17 -23
- package/dist/generated/templates/TreeTemplate.lit.js +4 -10
- package/dist/generated/templates/WheelSliderTemplate.lit.js +6 -12
- package/dist/generated/templates/YearPickerTemplate.lit.js +5 -11
- package/dist/generated/themes/Avatar.css.js +3 -3
- package/dist/generated/themes/AvatarGroup.css.js +3 -3
- package/dist/generated/themes/Badge.css.js +3 -3
- package/dist/generated/themes/Breadcrumbs.css.js +3 -3
- package/dist/generated/themes/BreadcrumbsPopover.css.js +3 -3
- package/dist/generated/themes/BrowserScrollbar.css.js +3 -3
- package/dist/generated/themes/BusyIndicator.css.js +3 -3
- package/dist/generated/themes/Button.css.js +3 -3
- package/dist/generated/themes/Button.ie11.css.js +3 -3
- package/dist/generated/themes/Calendar.css.js +3 -3
- package/dist/generated/themes/CalendarHeader.css.js +3 -3
- package/dist/generated/themes/Card.css.js +3 -3
- package/dist/generated/themes/CardHeader.css.js +3 -3
- package/dist/generated/themes/Carousel.css.js +3 -3
- package/dist/generated/themes/CheckBox.css.js +3 -3
- package/dist/generated/themes/ColorPalette.css.js +3 -3
- package/dist/generated/themes/ColorPaletteItem.css.js +3 -3
- package/dist/generated/themes/ColorPalettePopover.css.js +8 -0
- package/dist/generated/themes/ColorPaletteStaticArea.css.js +3 -3
- package/dist/generated/themes/ColorPicker.css.js +3 -3
- package/dist/generated/themes/ComboBox.css.js +3 -3
- package/dist/generated/themes/ComboBoxPopover.css.js +3 -3
- package/dist/generated/themes/CustomListItem.css.js +3 -3
- package/dist/generated/themes/DatePicker.css.js +3 -3
- package/dist/generated/themes/DatePickerPopover.css.js +3 -3
- package/dist/generated/themes/DateRangePicker.css.js +3 -3
- package/dist/generated/themes/DateTimePicker.css.js +3 -3
- package/dist/generated/themes/DateTimePickerPopover.css.js +3 -3
- package/dist/generated/themes/DayPicker.css.js +3 -3
- package/dist/generated/themes/Dialog.css.js +3 -3
- package/dist/generated/themes/FileUploader.css.js +3 -3
- package/dist/generated/themes/GroupHeaderListItem.css.js +3 -3
- package/dist/generated/themes/GrowingButton.css.js +3 -3
- package/dist/generated/themes/Icon.css.js +3 -3
- package/dist/generated/themes/Input.css.js +3 -3
- package/dist/generated/themes/InputIcon.css.js +3 -3
- package/dist/generated/themes/InvisibleTextStyles.css.js +3 -3
- package/dist/generated/themes/Label.css.js +3 -3
- package/dist/generated/themes/Link.css.js +3 -3
- package/dist/generated/themes/List.css.js +3 -3
- package/dist/generated/themes/ListItem.css.js +3 -3
- package/dist/generated/themes/ListItemBase.css.js +3 -3
- package/dist/generated/themes/Menu.css.js +8 -0
- package/dist/generated/themes/MessageStrip.css.js +3 -3
- package/dist/generated/themes/MonthPicker.css.js +3 -3
- package/dist/generated/themes/MultiComboBox.css.js +3 -3
- package/dist/generated/themes/MultiInput.css.js +3 -3
- package/dist/generated/themes/Panel.css.js +3 -3
- package/dist/generated/themes/Popover.css.js +3 -3
- package/dist/generated/themes/Popup.css.js +3 -3
- package/dist/generated/themes/PopupGlobal.css.js +8 -0
- package/dist/generated/themes/PopupStaticAreaStyles.css.js +3 -3
- package/dist/generated/themes/PopupsCommon.css.js +3 -3
- package/dist/generated/themes/ProgressIndicator.css.js +3 -3
- package/dist/generated/themes/RadioButton.css.js +3 -3
- package/dist/generated/themes/RangeSlider.css.js +8 -0
- package/dist/generated/themes/RatingIndicator.css.js +3 -3
- package/dist/generated/themes/ResponsivePopover.css.js +3 -3
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +3 -3
- package/dist/generated/themes/SegmentedButton.css.js +3 -3
- package/dist/generated/themes/Select.css.js +3 -3
- package/dist/generated/themes/SelectPopover.css.js +3 -3
- package/dist/generated/themes/SliderBase.css.js +3 -3
- package/dist/generated/themes/SplitButton.css.js +8 -0
- package/dist/generated/themes/StepInput.css.js +3 -3
- package/dist/generated/themes/Suggestions.css.js +8 -0
- package/dist/generated/themes/Switch.css.js +3 -3
- package/dist/generated/themes/Tab.css.js +3 -3
- package/dist/generated/themes/TabContainer.css.js +3 -3
- package/dist/generated/themes/TabInOverflow.css.js +3 -3
- package/dist/generated/themes/TabInStrip.css.js +3 -3
- package/dist/generated/themes/TabSemanticIcon.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
- package/dist/generated/themes/Table.css.js +3 -3
- package/dist/generated/themes/TableCell.css.js +3 -3
- package/dist/generated/themes/TableColumn.css.js +3 -3
- package/dist/generated/themes/TableGroupRow.css.js +3 -3
- package/dist/generated/themes/TableRow.css.js +3 -3
- package/dist/generated/themes/TapHighlightColor.css.js +8 -0
- package/dist/generated/themes/TextArea.css.js +3 -3
- package/dist/generated/themes/TimePicker.css.js +3 -3
- package/dist/generated/themes/TimePickerPopover.css.js +3 -3
- package/dist/generated/themes/TimeSelection.css.js +3 -3
- package/dist/generated/themes/Title.css.js +3 -3
- package/dist/generated/themes/Toast.css.js +3 -3
- package/dist/generated/themes/ToggleButton.css.js +3 -3
- package/dist/generated/themes/ToggleButton.ie11.css.js +3 -3
- package/dist/generated/themes/Token.css.js +3 -3
- package/dist/generated/themes/Tokenizer.css.js +3 -3
- package/dist/generated/themes/TokenizerPopover.css.js +8 -0
- package/dist/generated/themes/Tree.css.js +3 -3
- package/dist/generated/themes/TreeListItem.css.js +3 -3
- package/dist/generated/themes/ValueStateMessage.css.js +3 -3
- package/dist/generated/themes/WheelSlider.css.js +3 -3
- package/dist/generated/themes/YearPicker.css.js +3 -3
- 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 -0
- 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 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
- package/dist/i18n/messagebundle.properties +61 -7
- package/dist/i18n/messagebundle_ar.properties +47 -5
- package/dist/i18n/messagebundle_bg.properties +47 -5
- package/dist/i18n/messagebundle_ca.properties +47 -5
- package/dist/i18n/messagebundle_cs.properties +47 -5
- package/dist/i18n/messagebundle_cy.properties +47 -5
- package/dist/i18n/messagebundle_da.properties +47 -5
- package/dist/i18n/messagebundle_de.properties +47 -5
- package/dist/i18n/messagebundle_el.properties +47 -5
- package/dist/i18n/messagebundle_en.properties +47 -5
- package/dist/i18n/messagebundle_en_GB.properties +47 -5
- package/dist/i18n/messagebundle_en_US_sappsd.properties +47 -5
- package/dist/i18n/messagebundle_en_US_saprigi.properties +47 -5
- package/dist/i18n/messagebundle_en_US_saptrc.properties +47 -5
- package/dist/i18n/messagebundle_es.properties +47 -5
- package/dist/i18n/messagebundle_es_MX.properties +48 -6
- package/dist/i18n/messagebundle_et.properties +47 -5
- package/dist/i18n/messagebundle_fi.properties +48 -6
- package/dist/i18n/messagebundle_fr.properties +47 -5
- package/dist/i18n/messagebundle_fr_CA.properties +47 -5
- package/dist/i18n/messagebundle_hi.properties +47 -5
- package/dist/i18n/messagebundle_hr.properties +47 -5
- package/dist/i18n/messagebundle_hu.properties +47 -5
- package/dist/i18n/messagebundle_id.properties +47 -5
- package/dist/i18n/messagebundle_it.properties +47 -5
- package/dist/i18n/messagebundle_iw.properties +47 -5
- package/dist/i18n/messagebundle_ja.properties +49 -7
- package/dist/i18n/messagebundle_kk.properties +47 -5
- package/dist/i18n/messagebundle_ko.properties +47 -5
- package/dist/i18n/messagebundle_lt.properties +47 -5
- package/dist/i18n/messagebundle_lv.properties +47 -5
- package/dist/i18n/messagebundle_ms.properties +47 -5
- package/dist/i18n/messagebundle_nl.properties +47 -5
- package/dist/i18n/messagebundle_no.properties +47 -5
- package/dist/i18n/messagebundle_pl.properties +47 -5
- package/dist/i18n/messagebundle_pt.properties +47 -5
- package/dist/i18n/messagebundle_pt_PT.properties +47 -5
- package/dist/i18n/messagebundle_ro.properties +47 -5
- package/dist/i18n/messagebundle_ru.properties +47 -5
- package/dist/i18n/messagebundle_sh.properties +47 -5
- package/dist/i18n/messagebundle_sk.properties +47 -5
- package/dist/i18n/messagebundle_sl.properties +47 -5
- package/dist/i18n/messagebundle_sv.properties +47 -5
- package/dist/i18n/messagebundle_th.properties +46 -4
- package/dist/i18n/messagebundle_tr.properties +47 -5
- package/dist/i18n/messagebundle_uk.properties +47 -5
- package/dist/i18n/messagebundle_vi.properties +47 -5
- package/dist/i18n/messagebundle_zh_CN.properties +47 -5
- package/dist/i18n/messagebundle_zh_TW.properties +46 -4
- package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
- package/dist/types/HasPopup.js +62 -0
- package/dist/types/ListGrowingMode.js +36 -3
- package/dist/types/TableGrowingMode.js +35 -2
- package/dist/types/TabsOverflowMode.js +40 -0
- package/package.json +8 -9
- package/src/Assets-static.js +1 -1
- package/src/Assets.js +1 -1
- package/src/Avatar.js +13 -16
- package/src/AvatarGroup.hbs +1 -1
- package/src/AvatarGroup.js +11 -13
- package/src/Badge.hbs +1 -1
- package/src/Badge.js +3 -9
- package/src/Breadcrumbs.hbs +7 -4
- package/src/Breadcrumbs.js +91 -19
- package/src/BreadcrumbsItem.js +4 -10
- package/src/BreadcrumbsPopover.hbs +3 -3
- package/src/BusyIndicator.hbs +2 -1
- package/src/BusyIndicator.js +6 -9
- package/src/Button.hbs +5 -6
- package/src/Button.js +90 -47
- package/src/Calendar.hbs +6 -1
- package/src/Calendar.js +110 -9
- package/src/CalendarHeader.hbs +12 -8
- package/src/CalendarHeader.js +51 -15
- package/src/Card.hbs +3 -5
- package/src/Card.js +37 -24
- package/src/CardHeader.hbs +19 -8
- package/src/CardHeader.js +34 -23
- package/src/Carousel.hbs +5 -3
- package/src/Carousel.js +84 -13
- package/src/CheckBox.hbs +5 -1
- package/src/CheckBox.js +93 -9
- package/src/ColorPalette.hbs +19 -5
- package/src/ColorPalette.js +224 -18
- package/src/ColorPaletteDialog.hbs +1 -1
- package/src/ColorPaletteItem.hbs +2 -2
- package/src/ColorPaletteItem.js +23 -5
- package/src/ColorPalettePopover.hbs +31 -0
- package/src/ColorPalettePopover.js +244 -0
- package/src/ColorPicker.hbs +4 -2
- package/src/ColorPicker.js +66 -19
- package/src/ComboBox.hbs +2 -2
- package/src/ComboBox.js +301 -82
- package/src/ComboBoxGroupItem.js +1 -0
- package/src/ComboBoxPopover.hbs +8 -4
- package/src/DateComponentBase.js +22 -13
- package/src/DatePicker.hbs +1 -2
- package/src/DatePicker.js +89 -26
- package/src/DatePickerPopover.hbs +4 -3
- package/src/DateRangePicker.js +30 -3
- package/src/DateTimePicker.js +10 -10
- package/src/DateTimePickerPopover.hbs +6 -2
- package/src/DayPicker.hbs +9 -3
- package/src/DayPicker.js +43 -7
- package/src/Dialog.hbs +4 -4
- package/src/Dialog.js +49 -28
- package/src/DurationPicker.js +2 -2
- package/src/FileUploader.hbs +1 -0
- package/src/FileUploader.js +35 -21
- package/src/FileUploaderPopover.hbs +3 -1
- package/src/GroupHeaderListItem.hbs +4 -4
- package/src/GroupHeaderListItem.js +7 -11
- package/src/Icon.js +34 -29
- package/src/Input.hbs +12 -4
- package/src/Input.js +366 -94
- package/src/InputPopover.hbs +11 -9
- package/src/Interfaces.js +21 -1
- package/src/Label.hbs +1 -2
- package/src/Label.js +8 -2
- package/src/Link.hbs +2 -1
- package/src/Link.js +50 -22
- package/src/List.hbs +10 -7
- package/src/List.js +134 -44
- package/src/ListItem.hbs +7 -4
- package/src/ListItem.js +59 -17
- package/src/ListItemBase.js +4 -2
- package/src/Menu.hbs +100 -0
- package/src/Menu.js +500 -0
- package/src/MenuItem.js +162 -0
- package/src/MessageStrip.hbs +5 -6
- package/src/MessageStrip.js +48 -19
- package/src/MultiComboBox.hbs +4 -4
- package/src/MultiComboBox.js +659 -91
- package/src/MultiComboBoxItem.js +4 -10
- package/src/MultiComboBoxPopover.hbs +38 -23
- package/src/MultiInput.hbs +1 -1
- package/src/MultiInput.js +75 -18
- package/src/Option.js +19 -4
- package/src/Panel.hbs +4 -4
- package/src/Panel.js +40 -21
- package/src/Popover.hbs +2 -2
- package/src/Popover.js +149 -88
- package/src/Popup.hbs +1 -2
- package/src/Popup.js +93 -41
- package/src/PopupBlockLayer.hbs +1 -1
- package/src/ProgressIndicator.hbs +7 -2
- package/src/ProgressIndicator.js +26 -10
- package/src/RadioButton.hbs +5 -3
- package/src/RadioButton.js +79 -10
- package/src/RangeSlider.hbs +8 -2
- package/src/RangeSlider.js +58 -22
- package/src/RatingIndicator.hbs +4 -0
- package/src/RatingIndicator.js +46 -17
- package/src/ResponsivePopover.hbs +16 -12
- package/src/ResponsivePopover.js +40 -49
- package/src/SegmentedButton.hbs +1 -1
- package/src/SegmentedButton.js +25 -9
- package/src/SegmentedButtonItem.hbs +1 -2
- package/src/SegmentedButtonItem.js +15 -13
- package/src/Select.hbs +3 -6
- package/src/Select.js +105 -66
- package/src/SelectPopover.hbs +24 -22
- package/src/Slider.hbs +1 -0
- package/src/Slider.js +40 -24
- package/src/SliderBase.hbs +13 -3
- package/src/SliderBase.js +25 -72
- package/src/SplitButton.hbs +53 -0
- package/src/SplitButton.js +440 -0
- package/src/StandardListItem.hbs +2 -2
- package/src/StepInput.hbs +8 -4
- package/src/StepInput.js +16 -14
- package/src/SuggestionItem.js +2 -2
- package/src/Switch.hbs +22 -7
- package/src/Switch.js +49 -15
- package/src/Tab.hbs +5 -1
- package/src/Tab.js +139 -25
- package/src/TabContainer.hbs +61 -71
- package/src/TabContainer.js +701 -138
- package/src/TabContainerPopover.hbs +6 -8
- package/src/TabInOverflow.hbs +18 -9
- package/src/TabInStrip.hbs +26 -15
- package/src/TabSeparator.js +42 -3
- package/src/TabSeparatorInOverflow.hbs +9 -0
- package/src/TabSeparatorInStrip.hbs +6 -0
- package/src/Table.hbs +21 -5
- package/src/Table.js +464 -17
- package/src/TableColumn.hbs +0 -1
- package/src/TableColumn.js +0 -7
- package/src/TableGroupRow.hbs +1 -1
- package/src/TableGroupRow.js +19 -5
- package/src/TableRow.hbs +2 -0
- package/src/TableRow.js +61 -19
- package/src/TextArea.hbs +1 -1
- package/src/TextArea.js +49 -26
- package/src/TextAreaPopover.hbs +2 -2
- package/src/TimePicker.hbs +3 -1
- package/src/TimePicker.js +3 -5
- package/src/TimePickerBase.js +23 -9
- package/src/TimePickerPopover.hbs +1 -2
- package/src/TimeSelection.hbs +1 -1
- package/src/TimeSelection.js +16 -10
- package/src/Toast.hbs +12 -11
- package/src/Toast.js +11 -0
- package/src/ToggleButton.js +15 -0
- package/src/Token.hbs +2 -1
- package/src/Token.js +27 -12
- package/src/Tokenizer.hbs +4 -6
- package/src/Tokenizer.js +247 -27
- package/src/TokenizerPopover.hbs +17 -17
- package/src/Tree.hbs +4 -0
- package/src/Tree.js +43 -1
- package/src/TreeItem.js +23 -2
- package/src/TreeListItem.hbs +3 -1
- package/src/TreeListItem.js +26 -22
- package/src/WheelSlider.hbs +2 -2
- package/src/WheelSlider.js +16 -9
- package/src/YearPicker.js +1 -0
- package/src/features/ColorPaletteMoreColors.js +7 -7
- package/src/features/InputElementsFormSupport.js +8 -5
- package/src/features/InputSuggestions.js +204 -49
- package/src/i18n/messagebundle.properties +61 -7
- package/src/i18n/messagebundle_ar.properties +47 -5
- package/src/i18n/messagebundle_bg.properties +47 -5
- package/src/i18n/messagebundle_ca.properties +47 -5
- package/src/i18n/messagebundle_cs.properties +47 -5
- package/src/i18n/messagebundle_cy.properties +47 -5
- package/src/i18n/messagebundle_da.properties +47 -5
- package/src/i18n/messagebundle_de.properties +47 -5
- package/src/i18n/messagebundle_el.properties +47 -5
- package/src/i18n/messagebundle_en.properties +47 -5
- package/src/i18n/messagebundle_en_GB.properties +47 -5
- package/src/i18n/messagebundle_en_US_sappsd.properties +47 -5
- package/src/i18n/messagebundle_en_US_saprigi.properties +47 -5
- package/src/i18n/messagebundle_en_US_saptrc.properties +47 -5
- package/src/i18n/messagebundle_es.properties +47 -5
- package/src/i18n/messagebundle_es_MX.properties +48 -6
- package/src/i18n/messagebundle_et.properties +47 -5
- package/src/i18n/messagebundle_fi.properties +48 -6
- package/src/i18n/messagebundle_fr.properties +47 -5
- package/src/i18n/messagebundle_fr_CA.properties +47 -5
- package/src/i18n/messagebundle_hi.properties +47 -5
- package/src/i18n/messagebundle_hr.properties +47 -5
- package/src/i18n/messagebundle_hu.properties +47 -5
- package/src/i18n/messagebundle_id.properties +47 -5
- package/src/i18n/messagebundle_it.properties +47 -5
- package/src/i18n/messagebundle_iw.properties +47 -5
- package/src/i18n/messagebundle_ja.properties +49 -7
- package/src/i18n/messagebundle_kk.properties +47 -5
- package/src/i18n/messagebundle_ko.properties +47 -5
- package/src/i18n/messagebundle_lt.properties +47 -5
- package/src/i18n/messagebundle_lv.properties +47 -5
- package/src/i18n/messagebundle_ms.properties +47 -5
- package/src/i18n/messagebundle_nl.properties +47 -5
- package/src/i18n/messagebundle_no.properties +47 -5
- package/src/i18n/messagebundle_pl.properties +47 -5
- package/src/i18n/messagebundle_pt.properties +47 -5
- package/src/i18n/messagebundle_pt_PT.properties +47 -5
- package/src/i18n/messagebundle_ro.properties +47 -5
- package/src/i18n/messagebundle_ru.properties +47 -5
- package/src/i18n/messagebundle_sh.properties +47 -5
- package/src/i18n/messagebundle_sk.properties +47 -5
- package/src/i18n/messagebundle_sl.properties +47 -5
- package/src/i18n/messagebundle_sv.properties +47 -5
- package/src/i18n/messagebundle_th.properties +46 -4
- package/src/i18n/messagebundle_tr.properties +47 -5
- package/src/i18n/messagebundle_uk.properties +47 -5
- package/src/i18n/messagebundle_vi.properties +47 -5
- package/src/i18n/messagebundle_zh_CN.properties +47 -5
- package/src/i18n/messagebundle_zh_TW.properties +46 -4
- package/src/popup-utils/OpenedPopupsRegistry.js +1 -1
- package/src/themes/Avatar.css +213 -0
- package/src/themes/AvatarGroup.css +83 -0
- package/src/themes/Badge.css +139 -0
- package/src/themes/Breadcrumbs.css +104 -0
- package/src/themes/BreadcrumbsPopover.css +10 -0
- package/src/themes/BrowserScrollbar.css +25 -0
- package/src/themes/BusyIndicator.css +143 -0
- package/src/themes/Button.css +281 -0
- package/src/themes/Button.ie11.css +48 -0
- package/src/themes/Calendar.css +23 -0
- package/src/themes/CalendarHeader.css +133 -0
- package/src/themes/Card.css +45 -0
- package/src/themes/CardHeader.css +131 -0
- package/src/themes/Carousel.css +144 -0
- package/src/themes/CheckBox.css +273 -0
- package/src/themes/ColorPalette.css +77 -0
- package/src/themes/ColorPaletteItem.css +107 -0
- package/src/themes/ColorPalettePopover.css +21 -0
- package/src/themes/ColorPaletteStaticArea.css +17 -0
- package/src/themes/ColorPicker.css +214 -0
- package/src/themes/ComboBox.css +10 -0
- package/src/themes/ComboBoxPopover.css +17 -0
- package/src/themes/CustomListItem.css +31 -0
- package/src/themes/DatePicker.css +46 -0
- package/src/themes/DatePickerPopover.css +9 -0
- package/src/themes/DateRangePicker.css +16 -0
- package/src/themes/DateTimePicker.css +11 -0
- package/src/themes/DateTimePickerPopover.css +82 -0
- package/src/themes/DayPicker.css +280 -0
- package/src/themes/Dialog.css +74 -0
- package/src/themes/FileUploader.css +62 -0
- package/src/themes/GroupHeaderListItem.css +27 -0
- package/src/themes/GrowingButton.css +68 -0
- package/src/themes/Icon.css +50 -0
- package/src/themes/Input.css +450 -0
- package/src/themes/InputIcon.css +41 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/Label.css +79 -0
- package/src/themes/Link.css +94 -0
- package/src/themes/List.css +117 -0
- package/src/themes/ListItem.css +202 -0
- package/src/themes/ListItemBase.css +86 -0
- package/src/themes/Menu.css +88 -0
- package/src/themes/MessageStrip.css +93 -0
- package/src/themes/MonthPicker.css +82 -0
- package/src/themes/MultiComboBox.css +41 -0
- package/src/themes/MultiInput.css +18 -0
- package/src/themes/Panel.css +107 -0
- package/src/themes/Popover.css +85 -0
- package/src/themes/Popup.css +5 -0
- package/src/themes/PopupGlobal.css +3 -0
- package/src/themes/PopupStaticAreaStyles.css +17 -0
- package/src/themes/PopupsCommon.css +128 -0
- package/src/themes/ProgressIndicator.css +214 -0
- package/src/themes/RadioButton.css +300 -0
- package/src/themes/RangeSlider.css +89 -0
- package/src/themes/RatingIndicator.css +52 -0
- package/src/themes/ResponsivePopover.css +25 -0
- package/src/themes/ResponsivePopoverCommon.css +208 -0
- package/src/themes/SegmentedButton.css +81 -0
- package/src/themes/Select.css +39 -0
- package/src/themes/SelectPopover.css +8 -0
- package/src/themes/SliderBase.css +246 -0
- package/src/themes/SplitButton.css +209 -0
- package/src/themes/StepInput.css +271 -0
- package/src/themes/Suggestions.css +17 -0
- package/src/themes/Switch.css +378 -0
- package/src/themes/Tab.css +9 -0
- package/src/themes/TabContainer.css +129 -0
- package/src/themes/TabInOverflow.css +68 -0
- package/src/themes/TabInStrip.css +398 -0
- package/src/themes/TabSemanticIcon.css +18 -0
- package/src/themes/TabSeparatorInOverflow.css +10 -0
- package/src/themes/TabSeparatorInStrip.css +5 -0
- package/src/themes/Table.css +96 -0
- package/src/themes/TableCell.css +24 -0
- package/src/themes/TableColumn.css +23 -0
- package/src/themes/TableGroupRow.css +32 -0
- package/src/themes/TableRow.css +93 -0
- package/src/themes/TapHighlightColor.css +3 -0
- package/src/themes/TextArea.css +376 -0
- package/src/themes/TimePicker.css +50 -0
- package/src/themes/TimePickerPopover.css +15 -0
- package/src/themes/TimeSelection.css +27 -0
- package/src/themes/Title.css +65 -0
- package/src/themes/Toast.css +93 -0
- package/src/themes/ToggleButton.css +128 -0
- package/src/themes/ToggleButton.ie11.css +48 -0
- package/src/themes/Token.css +108 -0
- package/src/themes/Tokenizer.css +68 -0
- package/src/themes/TokenizerPopover.css +4 -0
- package/src/themes/Tree.css +11 -0
- package/src/themes/TreeListItem.css +101 -0
- package/src/themes/ValueStateMessage.css +83 -0
- package/src/themes/WheelSlider.css +203 -0
- package/src/themes/YearPicker.css +83 -0
- package/src/themes/base/Avatar-parameters.css +57 -0
- package/src/themes/base/AvatarGroup-parameters.css +3 -0
- package/src/themes/base/Badge-parameters.css +43 -0
- package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/base/BusyIndicator-parameters.css +5 -0
- package/src/themes/base/Button-parameters.css +35 -0
- package/src/themes/base/CalendarHeader-parameters.css +20 -0
- package/src/themes/base/Card-parameters.css +19 -0
- package/src/themes/base/Carousel-parameters.css +10 -0
- package/src/themes/base/CheckBox-parameters.css +56 -0
- package/src/themes/base/ColorPalette-parameters.css +21 -0
- package/src/themes/base/ColorPicker-parameters.css +12 -0
- package/src/themes/base/DatePicker-parameters.css +6 -0
- package/src/themes/base/DayPicker-parameters.css +41 -0
- package/src/themes/base/Dialog-parameters.css +10 -0
- package/src/themes/base/FileUploader-parameters.css +4 -0
- package/src/themes/base/GroupHeaderListItem-parameters.css +3 -0
- package/src/themes/base/GrowingButton-parameters.css +6 -0
- package/src/themes/base/Input-parameters.css +63 -0
- package/src/themes/base/InputIcon-parameters.css +19 -0
- package/src/themes/base/Link-parameters.css +14 -0
- package/src/themes/base/List-parameters.css +3 -0
- package/src/themes/base/ListItemBase-parameters.css +10 -0
- package/src/themes/base/Menu-parameters.css +4 -0
- package/src/themes/base/MessageStrip-parameters.css +18 -0
- package/src/themes/base/MonthPicker-parameters.css +16 -0
- package/src/themes/base/MultiComboBox-parameters.css +3 -0
- package/src/themes/base/Panel-parameters.css +11 -0
- package/src/themes/base/PopupsCommon-parameters.css +11 -0
- package/src/themes/base/ProgressIndicator-parameters.css +38 -0
- package/src/themes/base/RadioButton-parameters.css +46 -0
- package/src/themes/base/RatingIndicator-parameters.css +3 -0
- package/src/themes/base/SegmentedButtton-parameters.css +9 -0
- package/src/themes/base/Select-parameters.css +9 -0
- package/src/themes/base/SelectPopover-parameters.css +4 -0
- package/src/themes/base/SliderBase-parameters.css +101 -0
- package/src/themes/base/SplitButton-parameters.css +17 -0
- package/src/themes/base/StepInput-parameters.css +24 -0
- package/src/themes/base/Switch-parameters.css +158 -0
- package/src/themes/base/TabContainer-parameters.css +100 -0
- package/src/themes/base/Table-parameters.css +8 -0
- package/src/themes/base/TableColumn-parameters.css +3 -0
- package/src/themes/base/TableGroupRow-parameters.css +4 -0
- package/src/themes/base/TableRow-parameters.css +3 -0
- package/src/themes/base/TextArea-parameters.css +26 -0
- package/src/themes/base/TimePicker-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +10 -0
- package/src/themes/base/Toast-parameters.css +6 -0
- package/src/themes/base/ToggleButton-parameters.css +8 -0
- package/src/themes/base/Token-parameters.css +24 -0
- package/src/themes/base/Tokenizer-parameters.css +3 -0
- package/src/themes/base/ValueStateMessage-parameters.css +12 -0
- package/src/themes/base/WheelSlider-parameters.css +15 -0
- package/src/themes/base/YearPicker-parameters.css +16 -0
- package/src/themes/base/rtl-parameters.css +43 -0
- package/src/themes/base/sizes-parameters.css +394 -0
- package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize/Card-parameters.css +5 -0
- package/src/themes/sap_belize/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize/DayPicker-parameters.css +23 -0
- package/src/themes/sap_belize/Dialog-parameters.css +5 -0
- package/src/themes/sap_belize/Input-parameters.css +21 -0
- package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize/Panel-parameters.css +12 -0
- package/src/themes/sap_belize/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
- package/src/themes/sap_belize/SliderBase-parameters.css +25 -0
- package/src/themes/sap_belize/SplitButton-parameters.css +6 -0
- package/src/themes/sap_belize/TabContainer-parameters.css +6 -0
- package/src/themes/sap_belize/Table-parameters.css +7 -0
- package/src/themes/sap_belize/TableRow-parameters.css +5 -0
- package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
- package/src/themes/sap_belize/Token-parameters.css +8 -0
- package/src/themes/sap_belize/Tokenizer-parameters.css +5 -0
- package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize/parameters-bundle.css +53 -0
- package/src/themes/sap_belize/sizes-parameters.css +15 -0
- package/src/themes/sap_belize_hcb/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/Card-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/DayPicker-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/FileUploader-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/Input-parameters.css +33 -0
- package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/Link-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Panel-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/RadioButton-parameters.css +14 -0
- package/src/themes/sap_belize_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/SliderBase-parameters.css +19 -0
- package/src/themes/sap_belize_hcb/SplitButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/TableRow-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/TextArea-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Token-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +52 -0
- package/src/themes/sap_belize_hcb/sizes-parameters.css +15 -0
- package/src/themes/sap_belize_hcw/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/Card-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/DayPicker-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/FileUploader-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/Input-parameters.css +33 -0
- package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/Link-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Panel-parameters.css +13 -0
- package/src/themes/sap_belize_hcw/PopupsCommon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/RadioButton-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/SliderBase-parameters.css +19 -0
- package/src/themes/sap_belize_hcw/SplitButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/TableRow-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/TextArea-parameters.css +13 -0
- package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Token-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +52 -0
- package/src/themes/sap_belize_hcw/sizes-parameters.css +15 -0
- package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3/Button-parameters.css +15 -0
- package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Link-parameters.css +6 -0
- package/src/themes/sap_fiori_3/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3/SliderBase-parameters.css +19 -0
- package/src/themes/sap_fiori_3/TabContainer-parameters.css +13 -0
- package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Token-parameters.css +6 -0
- package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_fiori_3/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +53 -0
- package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/Button-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3_dark/Input-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Link-parameters.css +6 -0
- package/src/themes/sap_fiori_3_dark/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +13 -0
- package/src/themes/sap_fiori_3_dark/Token-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +52 -0
- package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcb/Button-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcb/ColorPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcb/FileUploader-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcb/Input-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcb/Link-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/ListItem-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +18 -0
- package/src/themes/sap_fiori_3_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +54 -0
- package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcw/Button-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcw/ColorPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +23 -0
- package/src/themes/sap_fiori_3_hcw/FileUploader-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Input-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcw/Link-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/ListItem-parameters.css +3 -0
- package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +15 -0
- package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +16 -0
- package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +18 -0
- package/src/themes/sap_fiori_3_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +54 -0
- package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon/AvatarGroup-parameters.css +5 -0
- package/src/themes/sap_horizon/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon/Breadcrumbs-parameters.css +3 -0
- package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon/Button-parameters.css +19 -0
- package/src/themes/sap_horizon/CalendarHeader-parameters.css +19 -0
- package/src/themes/sap_horizon/Card-parameters.css +15 -0
- package/src/themes/sap_horizon/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon/ColorPalette-parameters.css +21 -0
- package/src/themes/sap_horizon/ColorPicker-parameters.css +11 -0
- package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/DayPicker-parameters.css +34 -0
- package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon/FileUploader-parameters.css +5 -0
- package/src/themes/sap_horizon/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon/Icon-parameters.css +3 -0
- package/src/themes/sap_horizon/Input-parameters.css +34 -0
- package/src/themes/sap_horizon/InputIcon-parameters.css +24 -0
- package/src/themes/sap_horizon/Link-parameters.css +14 -0
- package/src/themes/sap_horizon/List-parameters.css +5 -0
- package/src/themes/sap_horizon/ListItemBase-parameters.css +5 -0
- package/src/themes/sap_horizon/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon/MonthPicker-parameters.css +16 -0
- package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon/Panel-parameters.css +11 -0
- package/src/themes/sap_horizon/ProgressIndicator-parameters.css +38 -0
- package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +39 -0
- package/src/themes/sap_horizon/RadioButton-parameters.css +15 -0
- package/src/themes/sap_horizon/RatingIndicator-parameters.css +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 +81 -0
- package/src/themes/sap_horizon/SplitButton-parameters.css +17 -0
- package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon/TabContainer-parameters.css +31 -0
- package/src/themes/sap_horizon/Table-parameters.css +9 -0
- package/src/themes/sap_horizon/TableColumn-parameters.css +5 -0
- package/src/themes/sap_horizon/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon/TextArea-parameters.css +17 -0
- package/src/themes/sap_horizon/TimePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon/Token-parameters.css +19 -0
- package/src/themes/sap_horizon/ValueStateMessage-parameters.css +11 -0
- package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon/YearPicker-parameters.css +15 -0
- package/src/themes/sap_horizon/parameters-bundle.css +62 -0
- package/src/themes/sap_horizon/sizes-parameters.css +41 -0
- package/src/themes/sap_horizon_dark/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_dark/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_dark/Breadcrumbs-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/Button-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/CalendarHeader-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/Card-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_dark/ColorPalette-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/ColorPicker-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/DayPicker-parameters.css +34 -0
- package/src/themes/sap_horizon_dark/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/FileUploader-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Icon-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/Input-parameters.css +34 -0
- package/src/themes/sap_horizon_dark/InputIcon-parameters.css +24 -0
- package/src/themes/sap_horizon_dark/Link-parameters.css +14 -0
- package/src/themes/sap_horizon_dark/List-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ListItemBase-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/MonthPicker-parameters.css +16 -0
- package/src/themes/sap_horizon_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/Panel-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/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 +79 -0
- package/src/themes/sap_horizon_dark/SplitButton-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon_dark/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_dark/TabContainer-parameters.css +22 -0
- package/src/themes/sap_horizon_dark/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_dark/TableColumn-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/TextArea-parameters.css +17 -0
- package/src/themes/sap_horizon_dark/TimePicker-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_dark/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/YearPicker-parameters.css +15 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +63 -0
- package/src/themes/sap_horizon_dark/sizes-parameters.css +39 -0
- package/src/themes/sap_horizon_exp/Badge-parameters.css +91 -0
- package/src/themes/sap_horizon_exp/Button-parameters.css +12 -0
- package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_horizon_exp/CheckBox-parameters.css +35 -0
- package/src/themes/sap_horizon_exp/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/DayPicker-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/Input-parameters.css +43 -0
- package/src/themes/sap_horizon_exp/InputIcon-parameters.css +13 -0
- package/src/themes/sap_horizon_exp/Link-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/List-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/Panel-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Popover-parameters.css +4 -0
- package/src/themes/sap_horizon_exp/RadioButton-parameters.css +29 -0
- package/src/themes/sap_horizon_exp/Select-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/SliderBase-parameters.css +30 -0
- package/src/themes/sap_horizon_exp/Switch-parameters.css +46 -0
- package/src/themes/sap_horizon_exp/TabContainer-parameters.css +40 -0
- package/src/themes/sap_horizon_exp/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Token-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_horizon_exp/YearPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +46 -0
- package/src/themes/sap_horizon_hcb/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/Button-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Card-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_hcb/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +31 -0
- package/src/themes/sap_horizon_hcb/Dialog-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/FileUploader-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/Input-parameters.css +31 -0
- package/src/themes/sap_horizon_hcb/InputIcon-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Link-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/ListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_hcb/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/MonthPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/Panel-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/ProgressIndicator-parameters.css +21 -0
- package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb/SegmentedButtton-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/Select-parameters.css +10 -0
- package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +77 -0
- package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +45 -0
- package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/TextArea-parameters.css +19 -0
- package/src/themes/sap_horizon_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_hcb/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_hcb/ValueStateMessage-parameters.css +13 -0
- package/src/themes/sap_horizon_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcb/YearPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +54 -0
- package/src/themes/sap_horizon_hcb/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/Avatar-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/Button-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Card-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +49 -0
- package/src/themes/sap_horizon_hcw/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +25 -0
- package/src/themes/sap_horizon_hcw/Dialog-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/FileUploader-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/Input-parameters.css +31 -0
- package/src/themes/sap_horizon_hcw/InputIcon-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Link-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/ListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_hcw/Menu-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/MonthPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/Panel-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +20 -0
- package/src/themes/sap_horizon_hcw/SegmentedButtton-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/Select-parameters.css +10 -0
- package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +78 -0
- package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/Switch-parameters.css +144 -0
- package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +45 -0
- package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/TextArea-parameters.css +19 -0
- package/src/themes/sap_horizon_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/ToggleButton-parameters.css +1 -0
- package/src/themes/sap_horizon_hcw/Token-parameters.css +19 -0
- package/src/themes/sap_horizon_hcw/ValueStateMessage-parameters.css +13 -0
- package/src/themes/sap_horizon_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcw/YearPicker-parameters.css +12 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +54 -0
- package/src/themes/sap_horizon_hcw/sizes-parameters.css +8 -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/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -13
- package/dist/webcomponentsjs/CHANGELOG.md +0 -57
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -232
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -73
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -92
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -363
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -234
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -182
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -373
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/src/TabSeparator.hbs +0 -1
package/dist/api.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"since": "1.0.0-rc.6",
|
|
15
15
|
"extends": "UI5Element",
|
|
16
16
|
"implements": [ "sap.ui.webcomponents.main.IAvatar" ],
|
|
17
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nAn image-like control that has different display options for representing images and icons in different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to set a custom size.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<ul> <li>[SPACE, ENTER, RETURN] - Fires the <code>click</code> event if the <code>interactive</code> property is set to true.</li> <li>[SHIFT] - If [SPACE]
|
|
17
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nAn image-like control that has different display options for representing images and icons in different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to set a custom size.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<ul> <li>[SPACE, ENTER, RETURN] - Fires the <code>click</code> event if the <code>interactive</code> property is set to true.</li> <li>[SHIFT] - If [SPACE] is pressed, pressing [SHIFT] releases the component without triggering the click event.</li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Avatar.js\";</code>",
|
|
18
18
|
"constructor": { "visibility": "public" },
|
|
19
19
|
"properties": [
|
|
20
20
|
{
|
|
@@ -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,25 +374,41 @@
|
|
|
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",
|
|
390
402
|
"visibility": "public",
|
|
391
403
|
"type": "ButtonDesign",
|
|
392
|
-
"description": "Defines the component design.\n\n<br><br> <b>
|
|
404
|
+
"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>",
|
|
393
405
|
"defaultValue": "\"Default\""
|
|
394
406
|
},
|
|
395
407
|
{
|
|
396
408
|
"name": "disabled",
|
|
397
409
|
"visibility": "public",
|
|
398
410
|
"type": "boolean",
|
|
399
|
-
"description": "Defines whether the component is disabled
|
|
411
|
+
"description": "Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.",
|
|
400
412
|
"defaultValue": "false"
|
|
401
413
|
},
|
|
402
414
|
{
|
|
@@ -417,8 +429,15 @@
|
|
|
417
429
|
"name": "submits",
|
|
418
430
|
"visibility": "public",
|
|
419
431
|
"type": "boolean",
|
|
420
|
-
"description": "When set to <code>true</code>, the component will automatically submit the nearest form element upon <code>press</code>. <br><br> <b>
|
|
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
|
|
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
|
{
|
|
@@ -579,6 +598,7 @@
|
|
|
579
598
|
"name": "sap.ui.webcomponents.main.Card",
|
|
580
599
|
"basename": "Card",
|
|
581
600
|
"tagname": "ui5-card",
|
|
601
|
+
"appenddocs": "CardHeader",
|
|
582
602
|
"resource": "Card.js",
|
|
583
603
|
"module": "Card",
|
|
584
604
|
"static": true,
|
|
@@ -586,7 +606,24 @@
|
|
|
586
606
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
587
607
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-card</code> is a component that represents information in the form of a tile with separate header and content areas. The content area of a <code>ui5-card</code> can be arbitrary HTML content. The header can be used through slot <code>header</code>. For which there is a <code>ui5-card-header</code> component to achieve the card look and fill.\n\nNote: We recommend the usage of <code>ui5-card-header</code> for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\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.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Card\";</code> <br> <code>import \"@ui5/webcomponents/dist/CardHeader.js\";</code> (for <code>ui5-card-header</code>)",
|
|
588
608
|
"constructor": { "visibility": "public" },
|
|
589
|
-
"properties": [
|
|
609
|
+
"properties": [
|
|
610
|
+
{
|
|
611
|
+
"name": "accessibleName",
|
|
612
|
+
"visibility": "public",
|
|
613
|
+
"since": "1.0.0-rc.16",
|
|
614
|
+
"type": "string",
|
|
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.",
|
|
616
|
+
"defaultValue": "\"\""
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "accessibleNameRef",
|
|
620
|
+
"visibility": "public",
|
|
621
|
+
"since": "1.0.0-rc.16",
|
|
622
|
+
"type": "string",
|
|
623
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
624
|
+
"defaultValue": "\"\""
|
|
625
|
+
}
|
|
626
|
+
],
|
|
590
627
|
"slots": [
|
|
591
628
|
{
|
|
592
629
|
"name": "default",
|
|
@@ -610,7 +647,6 @@
|
|
|
610
647
|
"name": "sap.ui.webcomponents.main.CardHeader",
|
|
611
648
|
"basename": "CardHeader",
|
|
612
649
|
"tagname": "ui5-card-header",
|
|
613
|
-
"appenddocs": "CardHeader",
|
|
614
650
|
"resource": "CardHeader.js",
|
|
615
651
|
"module": "CardHeader",
|
|
616
652
|
"static": true,
|
|
@@ -631,7 +667,7 @@
|
|
|
631
667
|
"name": "status",
|
|
632
668
|
"visibility": "public",
|
|
633
669
|
"type": "string",
|
|
634
|
-
"description": "Defines the status text.
|
|
670
|
+
"description": "Defines the status text.",
|
|
635
671
|
"defaultValue": "\"\""
|
|
636
672
|
},
|
|
637
673
|
{
|
|
@@ -654,7 +690,7 @@
|
|
|
654
690
|
"name": "action",
|
|
655
691
|
"visibility": "public",
|
|
656
692
|
"type": "HTMLElement[]",
|
|
657
|
-
"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."
|
|
658
694
|
},
|
|
659
695
|
{
|
|
660
696
|
"name": "avatar",
|
|
@@ -682,7 +718,7 @@
|
|
|
682
718
|
"visibility": "public",
|
|
683
719
|
"since": "1.0.0-rc.6",
|
|
684
720
|
"extends": "UI5Element",
|
|
685
|
-
"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>",
|
|
686
722
|
"constructor": { "visibility": "public" },
|
|
687
723
|
"properties": [
|
|
688
724
|
{
|
|
@@ -791,6 +827,22 @@
|
|
|
791
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>",
|
|
792
828
|
"constructor": { "visibility": "public" },
|
|
793
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
|
+
},
|
|
794
846
|
{
|
|
795
847
|
"name": "checked",
|
|
796
848
|
"visibility": "public",
|
|
@@ -827,6 +879,14 @@
|
|
|
827
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.",
|
|
828
880
|
"defaultValue": "false"
|
|
829
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
|
+
},
|
|
830
890
|
{
|
|
831
891
|
"name": "text",
|
|
832
892
|
"visibility": "public",
|
|
@@ -870,7 +930,7 @@
|
|
|
870
930
|
"visibility": "public",
|
|
871
931
|
"since": "1.0.0-rc.12",
|
|
872
932
|
"extends": "UI5Element",
|
|
873
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The
|
|
933
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-color-palette</code> provides the users with a range of predefined colors. The colors are fixed and do not change with the theme.\n\n<h3>Usage</h3>\n\nThe <code>ui5-color-palette</code> is meant for users that need to select a color from a predefined set. To define the colors, use the <code>ui5-color-palette-item</code> component inside the default slot of the <code>ui5-color-palette</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ColorPalette.js\";</code>",
|
|
874
934
|
"constructor": { "visibility": "public" },
|
|
875
935
|
"properties": [],
|
|
876
936
|
"slots": [
|
|
@@ -879,7 +939,7 @@
|
|
|
879
939
|
"propertyName": "colors",
|
|
880
940
|
"visibility": "public",
|
|
881
941
|
"type": "sap.ui.webcomponents.main.IColorPaletteItem[]",
|
|
882
|
-
"description": "Defines the <code>ui5-color-palette-item</code>
|
|
942
|
+
"description": "Defines the <code>ui5-color-palette-item</code> elements."
|
|
883
943
|
}
|
|
884
944
|
],
|
|
885
945
|
"events": [
|
|
@@ -887,7 +947,7 @@
|
|
|
887
947
|
"name": "item-click",
|
|
888
948
|
"visibility": "public",
|
|
889
949
|
"since": "1.0.0-rc.15",
|
|
890
|
-
"parameters": [ { "name": "color", "type": "
|
|
950
|
+
"parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
|
|
891
951
|
"description": "Fired when the user selects a color."
|
|
892
952
|
}
|
|
893
953
|
]
|
|
@@ -916,6 +976,104 @@
|
|
|
916
976
|
],
|
|
917
977
|
"slots": []
|
|
918
978
|
},
|
|
979
|
+
{
|
|
980
|
+
"kind": "class",
|
|
981
|
+
"name": "sap.ui.webcomponents.main.ColorPalettePopover",
|
|
982
|
+
"basename": "ColorPalettePopover",
|
|
983
|
+
"tagname": "ui5-color-palette-popover",
|
|
984
|
+
"resource": "ColorPalettePopover.js",
|
|
985
|
+
"module": "ColorPalettePopover",
|
|
986
|
+
"static": true,
|
|
987
|
+
"visibility": "public",
|
|
988
|
+
"since": "1.0.0-rc.16",
|
|
989
|
+
"extends": "UI5Element",
|
|
990
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> Represents a predefined range of colors for easier selection.\n\nOverview The ColorPalettePopover provides the users with a slot to predefine colors.\n\nYou can customize them with the use of the colors property. You can specify a defaultColor and display a \"Default color\" button for the user to choose directly. You can display a \"More colors...\" button that opens an additional color picker for the user to choose specific colors that are not present in the predefined range.\n\n<h3>Usage</h3>\n\nThe palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.\n\nFor the <code>ui5-color-palette-popover</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents/dist/ColorPalettePopover.js\";</code>",
|
|
991
|
+
"constructor": { "visibility": "public" },
|
|
992
|
+
"properties": [
|
|
993
|
+
{
|
|
994
|
+
"name": "defaultColor",
|
|
995
|
+
"visibility": "public",
|
|
996
|
+
"type": "CSSColor",
|
|
997
|
+
"description": "Defines the default color of the component. <b>Note:</b> The default color should be a part of the ColorPalette colors</code>"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "showDefaultColor",
|
|
1001
|
+
"visibility": "public",
|
|
1002
|
+
"type": "boolean",
|
|
1003
|
+
"description": "Defines whether the user can choose the default color from a button.",
|
|
1004
|
+
"defaultValue": "false"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "showMoreColors",
|
|
1008
|
+
"visibility": "public",
|
|
1009
|
+
"type": "boolean",
|
|
1010
|
+
"description": "Defines whether the user can choose a custom color from a component. <b>Note:</b> In order to use this property you need to import the following module: <code>\"@ui5/webcomponents/dist/features/ColorPaletteMoreColors.js\"</code>",
|
|
1011
|
+
"defaultValue": "false"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "showRecentColors",
|
|
1015
|
+
"visibility": "public",
|
|
1016
|
+
"type": "boolean",
|
|
1017
|
+
"description": "Defines whether the user can see the last used colors in the bottom of the component",
|
|
1018
|
+
"defaultValue": "false"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"slots": [
|
|
1022
|
+
{
|
|
1023
|
+
"name": "default",
|
|
1024
|
+
"propertyName": "colors",
|
|
1025
|
+
"visibility": "public",
|
|
1026
|
+
"type": "sap.ui.webcomponents.main.IColorPaletteItem[]",
|
|
1027
|
+
"description": "Defines the content of the component."
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"events": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "item-click",
|
|
1033
|
+
"visibility": "public",
|
|
1034
|
+
"parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
|
|
1035
|
+
"description": "Fired when the user selects a color."
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"methods": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "isOpen",
|
|
1041
|
+
"visibility": "protected",
|
|
1042
|
+
"since": "1.0.0-rc.16",
|
|
1043
|
+
"returnValue": { "type": "boolean" },
|
|
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."
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
919
1077
|
{
|
|
920
1078
|
"kind": "class",
|
|
921
1079
|
"name": "sap.ui.webcomponents.main.ColorPicker",
|
|
@@ -927,13 +1085,13 @@
|
|
|
927
1085
|
"visibility": "public",
|
|
928
1086
|
"since": "1.0.0-rc.12",
|
|
929
1087
|
"extends": "UI5Element",
|
|
930
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The
|
|
1088
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-color-picker</code> allows users to choose any color and provides different input options for selecting colors.\n\n<h3>Usage</h3>\n\n<h4>When to use:</h4 Use the color picker if: <ul> <li> users need to select any color freely.</li> </ul>\n\n<h4>When not to use:</h4> <ul> <li> Users need to select one color from a predefined set of colors. Use the ColorPalette component instead.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ColorPicker.js\";</code>",
|
|
931
1089
|
"constructor": { "visibility": "public" },
|
|
932
1090
|
"properties": [
|
|
933
1091
|
{
|
|
934
1092
|
"name": "color",
|
|
935
1093
|
"visibility": "public",
|
|
936
|
-
"type": "
|
|
1094
|
+
"type": "CSSColor",
|
|
937
1095
|
"description": "Defines the currently selected color of the component. <br><br> <b>Note</b>: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property."
|
|
938
1096
|
}
|
|
939
1097
|
],
|
|
@@ -958,29 +1116,29 @@
|
|
|
958
1116
|
"visibility": "public",
|
|
959
1117
|
"since": "1.0.0-rc.6",
|
|
960
1118
|
"extends": "UI5Element",
|
|
961
|
-
"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
|
|
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>",
|
|
962
1120
|
"constructor": { "visibility": "public" },
|
|
963
1121
|
"properties": [
|
|
964
1122
|
{
|
|
965
1123
|
"name": "accessibleName",
|
|
966
1124
|
"visibility": "public",
|
|
967
1125
|
"since": "1.0.0-rc.15",
|
|
968
|
-
"type": "
|
|
969
|
-
"description": "
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"description": "Defines the accessible aria name of the component."
|
|
970
1128
|
},
|
|
971
1129
|
{
|
|
972
1130
|
"name": "accessibleNameRef",
|
|
973
1131
|
"visibility": "public",
|
|
974
1132
|
"since": "1.0.0-rc.15",
|
|
975
|
-
"type": "
|
|
976
|
-
"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",
|
|
977
1135
|
"defaultValue": "\"\""
|
|
978
1136
|
},
|
|
979
1137
|
{
|
|
980
1138
|
"name": "disabled",
|
|
981
1139
|
"visibility": "public",
|
|
982
1140
|
"type": "boolean",
|
|
983
|
-
"description": "Defines whether the component is in disabled state. <br><br> <b>Note:</b> A disabled component is completely
|
|
1141
|
+
"description": "Defines whether the component is in disabled state. <br><br> <b>Note:</b> A disabled component is completely noninteractive.",
|
|
984
1142
|
"defaultValue": "false"
|
|
985
1143
|
},
|
|
986
1144
|
{
|
|
@@ -1008,7 +1166,7 @@
|
|
|
1008
1166
|
"name": "readonly",
|
|
1009
1167
|
"visibility": "public",
|
|
1010
1168
|
"type": "boolean",
|
|
1011
|
-
"description": "Defines whether the component is
|
|
1169
|
+
"description": "Defines whether the component is read-only. <br><br> <b>Note:</b> A read-only component is not editable, but still provides visual feedback upon user interaction.",
|
|
1012
1170
|
"defaultValue": "false"
|
|
1013
1171
|
},
|
|
1014
1172
|
{
|
|
@@ -1053,7 +1211,7 @@
|
|
|
1053
1211
|
"visibility": "public",
|
|
1054
1212
|
"since": "1.0.0-rc.9",
|
|
1055
1213
|
"type": "HTMLElement[]",
|
|
1056
|
-
"description": "Defines the value state message that will be displayed as pop up under the component. <br><br>\n\n<b>Note:</b> If not specified, a default text (in the respective language) will be displayed. <br> <b>Note:</b> The <code>valueStateMessage</code> would be displayed, when the <code>ui5-
|
|
1214
|
+
"description": "Defines the value state message that will be displayed as pop up under the component. <br><br>\n\n<b>Note:</b> If not specified, a default text (in the respective language) will be displayed. <br> <b>Note:</b> The <code>valueStateMessage</code> would be displayed, when the <code>ui5-combobox</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state."
|
|
1057
1215
|
}
|
|
1058
1216
|
],
|
|
1059
1217
|
"events": [
|
|
@@ -1086,6 +1244,7 @@
|
|
|
1086
1244
|
"visibility": "public",
|
|
1087
1245
|
"since": "1.0.0-rc.15",
|
|
1088
1246
|
"extends": "UI5Element",
|
|
1247
|
+
"implements": [ "sap.ui.webcomponents.main.IComboBoxItem" ],
|
|
1089
1248
|
"description": "The <code>ui5-combobox-group-item</code> is type of suggestion item, that can be used to split the <code>ui5-combobox</code> suggestions into groups.",
|
|
1090
1249
|
"constructor": { "visibility": "public" },
|
|
1091
1250
|
"properties": [
|
|
@@ -1201,7 +1360,7 @@
|
|
|
1201
1360
|
"visibility": "public",
|
|
1202
1361
|
"since": "1.0.0-rc.6",
|
|
1203
1362
|
"type": "string",
|
|
1204
|
-
"description": "Determines the
|
|
1363
|
+
"description": "Determines the minimum date available for selection.",
|
|
1205
1364
|
"defaultValue": "\"\""
|
|
1206
1365
|
},
|
|
1207
1366
|
{
|
|
@@ -1209,6 +1368,14 @@
|
|
|
1209
1368
|
"visibility": "public",
|
|
1210
1369
|
"type": "CalendarType",
|
|
1211
1370
|
"description": "Sets a calendar type used for display. If not set, the calendar type of the global configuration is used."
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "secondaryCalendarType",
|
|
1374
|
+
"visibility": "public",
|
|
1375
|
+
"since": "1.0.0-rc.16",
|
|
1376
|
+
"type": "CalendarType",
|
|
1377
|
+
"description": "Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.",
|
|
1378
|
+
"defaultValue": "undefined"
|
|
1212
1379
|
}
|
|
1213
1380
|
],
|
|
1214
1381
|
"slots": []
|
|
@@ -1223,7 +1390,7 @@
|
|
|
1223
1390
|
"static": true,
|
|
1224
1391
|
"visibility": "public",
|
|
1225
1392
|
"extends": "DateComponentBase",
|
|
1226
|
-
"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
|
|
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>",
|
|
1227
1394
|
"constructor": { "visibility": "public" },
|
|
1228
1395
|
"properties": [
|
|
1229
1396
|
{
|
|
@@ -1249,14 +1416,14 @@
|
|
|
1249
1416
|
"name": "accessibleName",
|
|
1250
1417
|
"visibility": "public",
|
|
1251
1418
|
"since": "1.0.0-rc.15",
|
|
1252
|
-
"type": "
|
|
1419
|
+
"type": "string",
|
|
1253
1420
|
"description": "Defines the aria-label attribute for the component."
|
|
1254
1421
|
},
|
|
1255
1422
|
{
|
|
1256
1423
|
"name": "accessibleNameRef",
|
|
1257
1424
|
"visibility": "public",
|
|
1258
1425
|
"since": "1.0.0-rc.15",
|
|
1259
|
-
"type": "
|
|
1426
|
+
"type": "string",
|
|
1260
1427
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
1261
1428
|
"defaultValue": "\"\""
|
|
1262
1429
|
},
|
|
@@ -1279,7 +1446,7 @@
|
|
|
1279
1446
|
"visibility": "public",
|
|
1280
1447
|
"since": "1.0.0-rc.8",
|
|
1281
1448
|
"type": "boolean",
|
|
1282
|
-
"description": "Defines the visibility of the week numbers column. <br><br>\n\n<b>Note
|
|
1449
|
+
"description": "Defines the visibility of the week numbers column. <br><br>\n\n<b>Note:</b> For calendars other than Gregorian, the week numbers are not displayed regardless of what is set.",
|
|
1283
1450
|
"defaultValue": "false"
|
|
1284
1451
|
},
|
|
1285
1452
|
{
|
|
@@ -1338,12 +1505,30 @@
|
|
|
1338
1505
|
"events": [
|
|
1339
1506
|
{
|
|
1340
1507
|
"name": "change",
|
|
1508
|
+
"allowPreventDefault": "true",
|
|
1341
1509
|
"visibility": "public",
|
|
1510
|
+
"parameters": [
|
|
1511
|
+
{ "name": "value", "type": "string", "description": "The submitted value." },
|
|
1512
|
+
{
|
|
1513
|
+
"name": "valid",
|
|
1514
|
+
"type": "boolean",
|
|
1515
|
+
"description": "Indicator if the value is in correct format pattern and in valid range."
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1342
1518
|
"description": "Fired when the input operation has finished by pressing Enter or on focusout."
|
|
1343
1519
|
},
|
|
1344
1520
|
{
|
|
1345
1521
|
"name": "input",
|
|
1522
|
+
"allowPreventDefault": "true",
|
|
1346
1523
|
"visibility": "public",
|
|
1524
|
+
"parameters": [
|
|
1525
|
+
{ "name": "value", "type": "string", "description": "The submitted value." },
|
|
1526
|
+
{
|
|
1527
|
+
"name": "valid",
|
|
1528
|
+
"type": "boolean",
|
|
1529
|
+
"description": "Indicator if the value is in correct format pattern and in valid range."
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1347
1532
|
"description": "Fired when the value of the component is changed at each key stroke."
|
|
1348
1533
|
}
|
|
1349
1534
|
],
|
|
@@ -1410,6 +1595,7 @@
|
|
|
1410
1595
|
{
|
|
1411
1596
|
"name": "isValid",
|
|
1412
1597
|
"visibility": "public",
|
|
1598
|
+
"returnValue": { "type": "boolean" },
|
|
1413
1599
|
"parameters": [
|
|
1414
1600
|
{
|
|
1415
1601
|
"name": "value",
|
|
@@ -1454,6 +1640,20 @@
|
|
|
1454
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>",
|
|
1455
1641
|
"constructor": { "visibility": "public" },
|
|
1456
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
|
+
},
|
|
1457
1657
|
{
|
|
1458
1658
|
"name": "delimiter",
|
|
1459
1659
|
"visibility": "public",
|
|
@@ -1488,7 +1688,7 @@
|
|
|
1488
1688
|
"visibility": "public",
|
|
1489
1689
|
"since": "1.0.0-rc.7",
|
|
1490
1690
|
"extends": "DatePicker",
|
|
1491
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>DateTimePicker</code> component alows users to select both date (day, month and year) and time (hours, minutes and seconds) and for the purpose it consists of input field and Date/Time picker.\n\n<h3>Usage</h3>\n\nUse the <code>DateTimePicker</code> if you need a combined date and time input component. Don't use it if you want to use either date, or time value. In this case, use the <code>DatePicker</code> or the <code>TimePicker</code> components instead. <br><br> The user can set date/time by: <ul> <li>using the calendar and the time selectors</li> <li>typing in the input field</li> </ul>\n\nProgramatically, to set date/time for the <code>DateTimePicker</code>, use the <code>value</code> property
|
|
1691
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>DateTimePicker</code> component alows users to select both date (day, month and year) and time (hours, minutes and seconds) and for the purpose it consists of input field and Date/Time picker.\n\n<h3>Usage</h3>\n\nUse the <code>DateTimePicker</code> if you need a combined date and time input component. Don't use it if you want to use either date, or time value. In this case, use the <code>DatePicker</code> or the <code>TimePicker</code> components instead. <br><br> The user can set date/time by: <ul> <li>using the calendar and the time selectors</li> <li>typing in the input field</li> </ul>\n\nProgramatically, to set date/time for the <code>DateTimePicker</code>, use the <code>value</code> property\n\n<h3>Formatting</h3>\n\nThe value entered by typing into the input field must fit to the used date/time format. <br><br> Supported format options are pattern-based on Unicode LDML Date Format notation. For more information, see <ui5-link target=\"_blank\" href=\"https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table\" class=\"api-table-content-cell-link\">UTS #35: Unicode Locale Data Markup Language</ui5-link>. <br><br> <b>Example:</b> the following format <code>dd/MM/yyyy, hh:mm:ss aa</code> corresponds the <code>13/04/2020, 03:16:16 AM</code> value. <br> The small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n<br><br> <b>Example:</b> the following format <code>dd/MM/yyyy, HH:mm:ss</code> corresponds the <code>13/04/2020, 15:16:16</code> value. <br> The capital 'H' indicates \"24\" hours format.\n\n<br><br> <b>Note:</b> If the <code>formatPattern</code> does NOT include time, the <code>DateTimePicker</code> will fallback to the default time format according to the locale.\n\n<br><br> <b>Note:</b> If no placeholder is set to the <code>DateTimePicker</code>, the current <code>formatPattern</code> is displayed as a placeholder. If another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n<br><br> <b>Note:</b> If the user input does NOT match the <code>formatPattern</code>, the <code>DateTimePicker</code> makes an attempt to parse it based on the locale settings.\n\n<h3>Responsive behavior</h3>\n\nThe <code>DateTimePicker</code> is responsive and fully adapts to all devices. For larger screens, such as tablet or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DateTimePicker.js\";</code>",
|
|
1492
1692
|
"constructor": { "visibility": "public" },
|
|
1493
1693
|
"methods": [ { "name": "openPicker", "visibility": "public", "description": "Opens the picker." } ]
|
|
1494
1694
|
},
|
|
@@ -1573,16 +1773,9 @@
|
|
|
1573
1773
|
"static": true,
|
|
1574
1774
|
"visibility": "public",
|
|
1575
1775
|
"extends": "Popup",
|
|
1576
|
-
"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.",
|
|
1577
1777
|
"constructor": { "visibility": "public" },
|
|
1578
1778
|
"properties": [
|
|
1579
|
-
{
|
|
1580
|
-
"name": "accessibleName",
|
|
1581
|
-
"visibility": "public",
|
|
1582
|
-
"type": "string",
|
|
1583
|
-
"description": "Sets the accessible aria name of the component.",
|
|
1584
|
-
"defaultValue": "\"\""
|
|
1585
|
-
},
|
|
1586
1779
|
{
|
|
1587
1780
|
"name": "draggable",
|
|
1588
1781
|
"visibility": "public",
|
|
@@ -1671,7 +1864,7 @@
|
|
|
1671
1864
|
"name": "disabled",
|
|
1672
1865
|
"visibility": "public",
|
|
1673
1866
|
"type": "boolean",
|
|
1674
|
-
"description": "Defines whether the component is in disabled state. <br><br> <b>Note:</b> A
|
|
1867
|
+
"description": "Defines whether the component is in disabled state. <br><br> <b>Note:</b> A disabled component is completely noninteractive.",
|
|
1675
1868
|
"defaultValue": "false"
|
|
1676
1869
|
},
|
|
1677
1870
|
{
|
|
@@ -1829,7 +2022,7 @@
|
|
|
1829
2022
|
"module": "Interfaces",
|
|
1830
2023
|
"static": true,
|
|
1831
2024
|
"visibility": "public",
|
|
1832
|
-
"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>"
|
|
1833
2026
|
},
|
|
1834
2027
|
{
|
|
1835
2028
|
"kind": "interface",
|
|
@@ -1862,6 +2055,14 @@
|
|
|
1862
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.",
|
|
1863
2056
|
"defaultValue": "\"\""
|
|
1864
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
|
+
},
|
|
1865
2066
|
{
|
|
1866
2067
|
"name": "interactive",
|
|
1867
2068
|
"visibility": "public",
|
|
@@ -1927,6 +2128,16 @@
|
|
|
1927
2128
|
"visibility": "public",
|
|
1928
2129
|
"description": "Interface for components that may be slotted inside a <code>ui5-list</code> as items"
|
|
1929
2130
|
},
|
|
2131
|
+
{
|
|
2132
|
+
"kind": "interface",
|
|
2133
|
+
"name": "sap.ui.webcomponents.main.IMenuItem",
|
|
2134
|
+
"basename": "IMenuItem",
|
|
2135
|
+
"resource": "Interfaces.js",
|
|
2136
|
+
"module": "Interfaces",
|
|
2137
|
+
"static": true,
|
|
2138
|
+
"visibility": "public",
|
|
2139
|
+
"description": "Interface for components that may be slotted inside <code>ui5-menu</code> as items"
|
|
2140
|
+
},
|
|
1930
2141
|
{
|
|
1931
2142
|
"kind": "interface",
|
|
1932
2143
|
"name": "sap.ui.webcomponents.main.IMultiComboBoxItem",
|
|
@@ -1949,7 +2160,7 @@
|
|
|
1949
2160
|
"visibility": "public",
|
|
1950
2161
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
1951
2162
|
"implements": [ "sap.ui.webcomponents.main.IInput" ],
|
|
1952
|
-
"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>
|
|
2163
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-input</code> component allows the user to enter and edit text or numeric values in one line. <br> Additionally, you can provide <code>suggestionItems</code>, that are displayed in a popover right under the input. <br><br> The text field can be editable or read-only (<code>readonly</code> property), and it can be enabled or disabled (<code>disabled</code> property). To visualize semantic states, such as \"error\" or \"warning\", the <code>valueState</code> property is provided. When the user makes changes to the text, the change event is fired, which enables you to react on any text change. <br><br> <b>Note:</b> If you are using the <code>ui5-input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from \"@ui5/webcomponents/dist/features/InputSuggestions.js\" to enable the suggestions functionality.\n\n<h3>Keyboard Handling</h3> The <code>ui5-input</code> provides the following keyboard shortcuts: <br>\n\n<ul> <li>[ESC] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.</li> <li>[ENTER] or [RETURN] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.</li> <li>[DOWN] - Focuses the next matching item in the suggestion list.</li> <li>[UP] - Focuses the previous matching item in the suggestion list.</li> <li>[HOME] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.</li> <li>[END] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.</li> <li>[PAGEUP] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.</li> <li>[PAGEDOWN] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Input.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> (optional - for input suggestions support)",
|
|
1953
2164
|
"constructor": { "visibility": "public" },
|
|
1954
2165
|
"properties": [
|
|
1955
2166
|
{
|
|
@@ -1962,15 +2173,15 @@
|
|
|
1962
2173
|
"name": "accessibleName",
|
|
1963
2174
|
"visibility": "public",
|
|
1964
2175
|
"since": "1.0.0-rc.15",
|
|
1965
|
-
"type": "
|
|
1966
|
-
"description": "
|
|
2176
|
+
"type": "string",
|
|
2177
|
+
"description": "Defines the accessible aria name of the component."
|
|
1967
2178
|
},
|
|
1968
2179
|
{
|
|
1969
2180
|
"name": "accessibleNameRef",
|
|
1970
2181
|
"visibility": "public",
|
|
1971
2182
|
"since": "1.0.0-rc.15",
|
|
1972
|
-
"type": "
|
|
1973
|
-
"description": "Receives id(or many ids) of the elements that label the input",
|
|
2183
|
+
"type": "string",
|
|
2184
|
+
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
1974
2185
|
"defaultValue": "\"\""
|
|
1975
2186
|
},
|
|
1976
2187
|
{
|
|
@@ -2011,7 +2222,7 @@
|
|
|
2011
2222
|
"name": "previewItem",
|
|
2012
2223
|
"readonly": "true",
|
|
2013
2224
|
"visibility": "public",
|
|
2014
|
-
"type": "
|
|
2225
|
+
"type": "sap.ui.webcomponents.main.IInputSuggestionItem",
|
|
2015
2226
|
"description": "The suggestion item on preview."
|
|
2016
2227
|
},
|
|
2017
2228
|
{
|
|
@@ -2029,6 +2240,14 @@
|
|
|
2029
2240
|
"description": "Defines whether the component is required.",
|
|
2030
2241
|
"defaultValue": "false"
|
|
2031
2242
|
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "showClearIcon",
|
|
2245
|
+
"visibility": "public",
|
|
2246
|
+
"since": "1.2.0",
|
|
2247
|
+
"type": "boolean",
|
|
2248
|
+
"description": "Defines whether the clear icon of the input will be shown.",
|
|
2249
|
+
"defaultValue": "false"
|
|
2250
|
+
},
|
|
2032
2251
|
{
|
|
2033
2252
|
"name": "showSuggestions",
|
|
2034
2253
|
"visibility": "public",
|
|
@@ -2064,12 +2283,12 @@
|
|
|
2064
2283
|
"propertyName": "suggestionItems",
|
|
2065
2284
|
"visibility": "public",
|
|
2066
2285
|
"type": "sap.ui.webcomponents.main.IInputSuggestionItem[]",
|
|
2067
|
-
"description": "Defines the suggestion items. <br><br> Example: <br><br> <ui5-input show-suggestions><br> <ui5-suggestion-item text=\"Item #1\"></ui5-suggestion-item><br> <ui5-suggestion-item text=\"Item #2\"></ui5-suggestion-item><br> </ui5-input> <br> <ui5-input show-suggestions> <ui5-suggestion-group-item text=\"Group #1\"></ui5-suggestion-group-item> <ui5-suggestion-item text=\"Item #1\"></ui5-suggestion-item> <ui5-suggestion-item text=\"Item #2\"></ui5-suggestion-item> <ui5-suggestion-group-item text=\"Group #2\"></ui5-suggestion-group-item> <ui5-suggestion-item text=\"Item #3\"></ui5-suggestion-item> <ui5-suggestion-item text=\"Item #4\"></ui5-suggestion-item> </ui5-input> <br><br> <b>Note:</b> The
|
|
2286
|
+
"description": "Defines the suggestion items. <br><br> Example: <br><br> <ui5-input show-suggestions><br> <ui5-suggestion-item text=\"Item #1\"></ui5-suggestion-item><br> <ui5-suggestion-item text=\"Item #2\"></ui5-suggestion-item><br> </ui5-input> <br> <ui5-input show-suggestions> <ui5-suggestion-group-item text=\"Group #1\"></ui5-suggestion-group-item> <ui5-suggestion-item text=\"Item #1\"></ui5-suggestion-item> <ui5-suggestion-item text=\"Item #2\"></ui5-suggestion-item> <ui5-suggestion-group-item text=\"Group #2\"></ui5-suggestion-group-item> <ui5-suggestion-item text=\"Item #3\"></ui5-suggestion-item> <ui5-suggestion-item text=\"Item #4\"></ui5-suggestion-item> </ui5-input> <br><br> <b>Note:</b> The suggestions would be displayed only if the <code>showSuggestions</code> property is set to <code>true</code>. <br><br> <b>Note:</b> The <code><ui5-suggestion-item></code> and <code><ui5-suggestion-group-item></code> are recommended to be used as suggestion items. <br><br> <b>Note:</b> Importing the Input Suggestions Support feature: <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> <br> automatically imports the <code><ui5-suggestion-item></code> and <code><ui5-suggestion-group-item></code> for your convenience."
|
|
2068
2287
|
},
|
|
2069
2288
|
{
|
|
2070
2289
|
"name": "icon",
|
|
2071
2290
|
"visibility": "public",
|
|
2072
|
-
"type": "sap.ui.webcomponents.main.IIcon",
|
|
2291
|
+
"type": "sap.ui.webcomponents.main.IIcon[]",
|
|
2073
2292
|
"description": "Defines the icon to be displayed in the component."
|
|
2074
2293
|
},
|
|
2075
2294
|
{
|
|
@@ -2077,7 +2296,7 @@
|
|
|
2077
2296
|
"visibility": "public",
|
|
2078
2297
|
"since": "1.0.0-rc.6",
|
|
2079
2298
|
"type": "HTMLElement[]",
|
|
2080
|
-
"description": "Defines the value state message that will be displayed as pop up under the component. <br><br>\n\n<b>Note:</b> If not specified, a default text (in the respective language) will be displayed. <br> <b>Note:</b> The <code>valueStateMessage</code> would be displayed, when the component is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state. <br> <b>Note:</b> If the component has <code>suggestionItems</code>, the <code>valueStateMessage</code> would be displayed as part of the same popover, if used on desktop, or dialog - on phone."
|
|
2299
|
+
"description": "Defines the value state message that will be displayed as pop up under the component. <br><br>\n\n<b>Note:</b> If not specified, a default text (in the respective language) will be displayed. <br><br> <b>Note:</b> The <code>valueStateMessage</code> would be displayed, when the component is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state. <br><br> <b>Note:</b> If the component has <code>suggestionItems</code>, the <code>valueStateMessage</code> would be displayed as part of the same popover, if used on desktop, or dialog - on phone."
|
|
2081
2300
|
}
|
|
2082
2301
|
],
|
|
2083
2302
|
"events": [
|
|
@@ -2099,7 +2318,7 @@
|
|
|
2099
2318
|
{
|
|
2100
2319
|
"name": "item",
|
|
2101
2320
|
"type": "HTMLElement",
|
|
2102
|
-
"description": "The previewed suggestion item"
|
|
2321
|
+
"description": "The previewed suggestion item."
|
|
2103
2322
|
},
|
|
2104
2323
|
{
|
|
2105
2324
|
"name": "targetRef",
|
|
@@ -2112,23 +2331,23 @@
|
|
|
2112
2331
|
{
|
|
2113
2332
|
"name": "suggestion-item-select",
|
|
2114
2333
|
"visibility": "public",
|
|
2115
|
-
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The selected item" } ],
|
|
2334
|
+
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The selected item." } ],
|
|
2116
2335
|
"description": "Fired when a suggestion item, that is displayed in the suggestion popup, is selected."
|
|
2117
2336
|
},
|
|
2118
2337
|
{
|
|
2119
2338
|
"name": "suggestion-scroll",
|
|
2120
|
-
"visibility": "
|
|
2339
|
+
"visibility": "protected",
|
|
2121
2340
|
"since": "1.0.0-rc.8",
|
|
2122
2341
|
"parameters": [
|
|
2123
2342
|
{
|
|
2124
2343
|
"name": "scrollTop",
|
|
2125
2344
|
"type": "Integer",
|
|
2126
|
-
"description": "The current scroll position"
|
|
2345
|
+
"description": "The current scroll position."
|
|
2127
2346
|
},
|
|
2128
2347
|
{
|
|
2129
2348
|
"name": "scrollContainer",
|
|
2130
2349
|
"type": "HTMLElement",
|
|
2131
|
-
"description": "The scroll container"
|
|
2350
|
+
"description": "The scroll container."
|
|
2132
2351
|
}
|
|
2133
2352
|
],
|
|
2134
2353
|
"description": "Fired when the user scrolls the suggestion popover."
|
|
@@ -2140,6 +2359,12 @@
|
|
|
2140
2359
|
"visibility": "protected",
|
|
2141
2360
|
"description": "Returns the caret position inside the native input"
|
|
2142
2361
|
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "openPicker",
|
|
2364
|
+
"visibility": "public",
|
|
2365
|
+
"since": "1.3.0",
|
|
2366
|
+
"description": "Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open."
|
|
2367
|
+
},
|
|
2143
2368
|
{
|
|
2144
2369
|
"name": "setCaretPosition",
|
|
2145
2370
|
"visibility": "protected",
|
|
@@ -2148,6 +2373,16 @@
|
|
|
2148
2373
|
}
|
|
2149
2374
|
]
|
|
2150
2375
|
},
|
|
2376
|
+
{
|
|
2377
|
+
"kind": "interface",
|
|
2378
|
+
"name": "sap.ui.webcomponents.main.ISegmentedButtonItem",
|
|
2379
|
+
"basename": "ISegmentedButtonItem",
|
|
2380
|
+
"resource": "Interfaces.js",
|
|
2381
|
+
"module": "Interfaces",
|
|
2382
|
+
"static": true,
|
|
2383
|
+
"visibility": "public",
|
|
2384
|
+
"description": "Interface for components that may be slotted inside <code>ui5-segmented-button</code> as items"
|
|
2385
|
+
},
|
|
2151
2386
|
{
|
|
2152
2387
|
"kind": "interface",
|
|
2153
2388
|
"name": "sap.ui.webcomponents.main.ISelectOption",
|
|
@@ -2249,7 +2484,7 @@
|
|
|
2249
2484
|
"name": "showColon",
|
|
2250
2485
|
"visibility": "public",
|
|
2251
2486
|
"type": "boolean",
|
|
2252
|
-
"description": "Defines whether
|
|
2487
|
+
"description": "Defines whether colon is added to the component text. <br><br> <b>Note:</b> Usually used in forms.",
|
|
2253
2488
|
"defaultValue": "false"
|
|
2254
2489
|
},
|
|
2255
2490
|
{
|
|
@@ -2282,11 +2517,27 @@
|
|
|
2282
2517
|
"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>",
|
|
2283
2518
|
"constructor": { "visibility": "public" },
|
|
2284
2519
|
"properties": [
|
|
2520
|
+
{
|
|
2521
|
+
"name": "accessibilityAttributes",
|
|
2522
|
+
"visibility": "public",
|
|
2523
|
+
"since": "1.1.0",
|
|
2524
|
+
"type": "object",
|
|
2525
|
+
"noattribute": "true",
|
|
2526
|
+
"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>"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "accessibleName",
|
|
2530
|
+
"visibility": "public",
|
|
2531
|
+
"since": "1.2.0",
|
|
2532
|
+
"type": "string",
|
|
2533
|
+
"description": "Defines the accessible aria name of the component.",
|
|
2534
|
+
"defaultValue": "\"\""
|
|
2535
|
+
},
|
|
2285
2536
|
{
|
|
2286
2537
|
"name": "accessibleNameRef",
|
|
2287
2538
|
"visibility": "public",
|
|
2288
2539
|
"since": "1.0.0-rc.15",
|
|
2289
|
-
"type": "
|
|
2540
|
+
"type": "string",
|
|
2290
2541
|
"description": "Receives id(or many ids) of the elements that label the input",
|
|
2291
2542
|
"defaultValue": "\"\""
|
|
2292
2543
|
},
|
|
@@ -2301,7 +2552,7 @@
|
|
|
2301
2552
|
"name": "disabled",
|
|
2302
2553
|
"visibility": "public",
|
|
2303
2554
|
"type": "boolean",
|
|
2304
|
-
"description": "Defines whether the component is disabled. <br><br> <b>Note:</b> When disabled, the
|
|
2555
|
+
"description": "Defines whether the component is disabled. <br><br> <b>Note:</b> When disabled, the click event cannot be triggered by the user.",
|
|
2305
2556
|
"defaultValue": "false"
|
|
2306
2557
|
},
|
|
2307
2558
|
{
|
|
@@ -2354,32 +2605,32 @@
|
|
|
2354
2605
|
"static": true,
|
|
2355
2606
|
"visibility": "public",
|
|
2356
2607
|
"extends": "UI5Element",
|
|
2357
|
-
"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
|
|
2608
|
+
"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>)",
|
|
2358
2609
|
"constructor": { "visibility": "public" },
|
|
2359
2610
|
"properties": [
|
|
2360
2611
|
{
|
|
2361
2612
|
"name": "accessibleName",
|
|
2362
2613
|
"visibility": "public",
|
|
2363
2614
|
"since": "1.0.0-rc.15",
|
|
2364
|
-
"type": "
|
|
2365
|
-
"description": "
|
|
2615
|
+
"type": "string",
|
|
2616
|
+
"description": "Defines the accessible name of the component.",
|
|
2366
2617
|
"defaultValue": "\"\""
|
|
2367
2618
|
},
|
|
2368
2619
|
{
|
|
2369
2620
|
"name": "accessibleNameRef",
|
|
2370
2621
|
"visibility": "public",
|
|
2371
2622
|
"since": "1.0.0-rc.15",
|
|
2372
|
-
"type": "
|
|
2373
|
-
"description": "
|
|
2623
|
+
"type": "string",
|
|
2624
|
+
"description": "Defines the IDs of the elements that label the input.",
|
|
2374
2625
|
"defaultValue": "\"\""
|
|
2375
2626
|
},
|
|
2376
2627
|
{
|
|
2377
2628
|
"name": "accessibleRole",
|
|
2378
2629
|
"visibility": "public",
|
|
2379
2630
|
"since": "1.0.0-rc.15",
|
|
2380
|
-
"type": "
|
|
2381
|
-
"description": "Defines the accessible role of the component. <br><br>
|
|
2382
|
-
"defaultValue": "\"
|
|
2631
|
+
"type": "string",
|
|
2632
|
+
"description": "Defines the accessible role of the component. <br><br>",
|
|
2633
|
+
"defaultValue": "\"list\""
|
|
2383
2634
|
},
|
|
2384
2635
|
{
|
|
2385
2636
|
"name": "busy",
|
|
@@ -2408,7 +2659,7 @@
|
|
|
2408
2659
|
"visibility": "public",
|
|
2409
2660
|
"since": "1.0.0-rc.13",
|
|
2410
2661
|
"type": "ListGrowingMode",
|
|
2411
|
-
"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>
|
|
2662
|
+
"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>.",
|
|
2412
2663
|
"defaultValue": "\"None\""
|
|
2413
2664
|
},
|
|
2414
2665
|
{
|
|
@@ -2422,7 +2673,7 @@
|
|
|
2422
2673
|
"name": "indent",
|
|
2423
2674
|
"visibility": "public",
|
|
2424
2675
|
"type": "boolean",
|
|
2425
|
-
"description": "Determines whether the
|
|
2676
|
+
"description": "Determines whether the component is indented.",
|
|
2426
2677
|
"defaultValue": "false"
|
|
2427
2678
|
},
|
|
2428
2679
|
{
|
|
@@ -2465,6 +2716,7 @@
|
|
|
2465
2716
|
"events": [
|
|
2466
2717
|
{
|
|
2467
2718
|
"name": "item-click",
|
|
2719
|
+
"allowPreventDefault": "true",
|
|
2468
2720
|
"visibility": "public",
|
|
2469
2721
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
2470
2722
|
"description": "Fired when an item is activated, unless the item's <code>type</code> property is set to <code>Inactive</code>."
|
|
@@ -2480,7 +2732,7 @@
|
|
|
2480
2732
|
"description": "the item about to be closed."
|
|
2481
2733
|
}
|
|
2482
2734
|
],
|
|
2483
|
-
"description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is applicable to
|
|
2735
|
+
"description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is only applicable to list items that can be closed (such as notification list items), not to be confused with <code>item-delete</code>."
|
|
2484
2736
|
},
|
|
2485
2737
|
{
|
|
2486
2738
|
"name": "item-delete",
|
|
@@ -2493,7 +2745,7 @@
|
|
|
2493
2745
|
"visibility": "public",
|
|
2494
2746
|
"since": "1.0.0-rc.8",
|
|
2495
2747
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the toggled item." } ],
|
|
2496
|
-
"description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is applicable to
|
|
2748
|
+
"description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is only applicable to list items that can be toggled (such as notification group list items)."
|
|
2497
2749
|
},
|
|
2498
2750
|
{
|
|
2499
2751
|
"name": "load-more",
|
|
@@ -2520,6 +2772,11 @@
|
|
|
2520
2772
|
}
|
|
2521
2773
|
],
|
|
2522
2774
|
"methods": [
|
|
2775
|
+
{
|
|
2776
|
+
"name": "focusFirstItem",
|
|
2777
|
+
"visibility": "protected",
|
|
2778
|
+
"description": "Focuses the first list item and sets its tabindex to \"0\" via the ItemNavigation"
|
|
2779
|
+
},
|
|
2523
2780
|
{
|
|
2524
2781
|
"name": "focusItem",
|
|
2525
2782
|
"visibility": "protected",
|
|
@@ -2588,18 +2845,140 @@
|
|
|
2588
2845
|
],
|
|
2589
2846
|
"slots": []
|
|
2590
2847
|
},
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "class",
|
|
2850
|
+
"name": "sap.ui.webcomponents.main.Menu",
|
|
2851
|
+
"basename": "Menu",
|
|
2852
|
+
"tagname": "ui5-menu",
|
|
2853
|
+
"appenddocs": "MenuItem",
|
|
2854
|
+
"resource": "Menu.js",
|
|
2855
|
+
"module": "Menu",
|
|
2856
|
+
"static": true,
|
|
2857
|
+
"visibility": "public",
|
|
2858
|
+
"since": "1.3.0",
|
|
2859
|
+
"extends": "UI5Element",
|
|
2860
|
+
"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>",
|
|
2861
|
+
"constructor": { "visibility": "public" },
|
|
2862
|
+
"properties": [
|
|
2863
|
+
{
|
|
2864
|
+
"name": "headerText",
|
|
2865
|
+
"visibility": "public",
|
|
2866
|
+
"type": "string",
|
|
2867
|
+
"description": "Defines the header text of the menu (displayed on mobile).",
|
|
2868
|
+
"defaultValue": "\"\""
|
|
2869
|
+
}
|
|
2870
|
+
],
|
|
2871
|
+
"slots": [
|
|
2872
|
+
{
|
|
2873
|
+
"name": "default",
|
|
2874
|
+
"propertyName": "items",
|
|
2875
|
+
"visibility": "public",
|
|
2876
|
+
"type": "sap.ui.webcomponents.main.IMenuItem[]",
|
|
2877
|
+
"description": "Defines the items of this component."
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"events": [
|
|
2881
|
+
{
|
|
2882
|
+
"name": "item-click",
|
|
2883
|
+
"visibility": "public",
|
|
2884
|
+
"parameters": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "item",
|
|
2887
|
+
"type": "object",
|
|
2888
|
+
"description": "The currently clicked menu item."
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "text",
|
|
2892
|
+
"type": "string",
|
|
2893
|
+
"description": "The text of the currently clicked menu item."
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"description": "Fired when an item is being clicked."
|
|
2897
|
+
}
|
|
2898
|
+
],
|
|
2899
|
+
"methods": [
|
|
2900
|
+
{ "name": "close", "visibility": "public", "description": "Closes the Menu." },
|
|
2901
|
+
{
|
|
2902
|
+
"name": "showAt",
|
|
2903
|
+
"visibility": "public",
|
|
2904
|
+
"parameters": [
|
|
2905
|
+
{
|
|
2906
|
+
"name": "opener",
|
|
2907
|
+
"type": "HTMLElement",
|
|
2908
|
+
"optional": false,
|
|
2909
|
+
"description": "the element that the popover is shown at"
|
|
2910
|
+
}
|
|
2911
|
+
],
|
|
2912
|
+
"description": "Shows the Menu near the opener element."
|
|
2913
|
+
}
|
|
2914
|
+
]
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "class",
|
|
2918
|
+
"name": "sap.ui.webcomponents.main.MenuItem",
|
|
2919
|
+
"basename": "MenuItem",
|
|
2920
|
+
"tagname": "ui5-menu-item",
|
|
2921
|
+
"resource": "MenuItem.js",
|
|
2922
|
+
"module": "MenuItem",
|
|
2923
|
+
"static": true,
|
|
2924
|
+
"visibility": "public",
|
|
2925
|
+
"since": "1.3.0",
|
|
2926
|
+
"extends": "UI5Element",
|
|
2927
|
+
"implements": [ "sap.ui.webcomponents.main.IMenuItem" ],
|
|
2928
|
+
"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>",
|
|
2929
|
+
"constructor": { "visibility": "public" },
|
|
2930
|
+
"properties": [
|
|
2931
|
+
{
|
|
2932
|
+
"name": "disabled",
|
|
2933
|
+
"visibility": "public",
|
|
2934
|
+
"type": "boolean",
|
|
2935
|
+
"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.",
|
|
2936
|
+
"defaultValue": "false"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "icon",
|
|
2940
|
+
"visibility": "public",
|
|
2941
|
+
"type": "string",
|
|
2942
|
+
"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>.",
|
|
2943
|
+
"defaultValue": "\"\""
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "startsSection",
|
|
2947
|
+
"visibility": "public",
|
|
2948
|
+
"type": "boolean",
|
|
2949
|
+
"description": "Defines whether a visual separator should be rendered before the item.",
|
|
2950
|
+
"defaultValue": "false"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"name": "text",
|
|
2954
|
+
"visibility": "public",
|
|
2955
|
+
"type": "String",
|
|
2956
|
+
"description": "Defines the text of the tree item.",
|
|
2957
|
+
"defaultValue": "\"\""
|
|
2958
|
+
}
|
|
2959
|
+
],
|
|
2960
|
+
"slots": [
|
|
2961
|
+
{
|
|
2962
|
+
"name": "default",
|
|
2963
|
+
"propertyName": "items",
|
|
2964
|
+
"visibility": "public",
|
|
2965
|
+
"type": "sap.ui.webcomponents.main.IMenuItem[]",
|
|
2966
|
+
"description": "Defines the items of this component."
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2969
|
+
},
|
|
2591
2970
|
{
|
|
2592
2971
|
"kind": "class",
|
|
2593
2972
|
"name": "sap.ui.webcomponents.main.MessageStrip",
|
|
2594
2973
|
"basename": "MessageStrip",
|
|
2595
|
-
"tagname": "ui5-
|
|
2974
|
+
"tagname": "ui5-message-strip",
|
|
2596
2975
|
"resource": "MessageStrip.js",
|
|
2597
2976
|
"module": "MessageStrip",
|
|
2598
2977
|
"static": true,
|
|
2599
2978
|
"visibility": "public",
|
|
2600
2979
|
"since": "0.9.0",
|
|
2601
2980
|
"extends": "UI5Element",
|
|
2602
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-
|
|
2981
|
+
"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>",
|
|
2603
2982
|
"constructor": { "visibility": "public" },
|
|
2604
2983
|
"properties": [
|
|
2605
2984
|
{
|
|
@@ -2614,7 +2993,7 @@
|
|
|
2614
2993
|
"name": "hideCloseButton",
|
|
2615
2994
|
"visibility": "public",
|
|
2616
2995
|
"type": "boolean",
|
|
2617
|
-
"description": "Defines whether the MessageStrip renders close
|
|
2996
|
+
"description": "Defines whether the MessageStrip renders close button.",
|
|
2618
2997
|
"defaultValue": "false"
|
|
2619
2998
|
},
|
|
2620
2999
|
{
|
|
@@ -2717,7 +3096,7 @@
|
|
|
2717
3096
|
"visibility": "public",
|
|
2718
3097
|
"since": "0.11.0",
|
|
2719
3098
|
"extends": "UI5Element",
|
|
2720
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-multi-combobox</code> component
|
|
3099
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-multi-combobox</code> component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options. The options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens. <h3>Structure</h3> The <code>ui5-multi-combobox</code> consists of the following elements: <ul> <li> Tokenizer - a list of tokens with selected options. <li> Input field - displays the selected option/s as token/s. Users can type to filter the list. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul> <h3>Keyboard Handling</h3>\n\nThe <code>ui5-multi-combobox</code> provides advanced keyboard handling.\n\n<h4>Picker</h4> If the <code>ui5-multi-combobox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code> and <code>DOWN</code> arrow keys to navigate through the available options and select one by pressing the <code>Space</code> or <code>Enter</code> keys. <br>\n\n<h4>Tokens</h4> <ul> <li> Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available). </li> <li> Delete - deletes the token and focuses the previous token. </li> <li> Backspace - deletes the token and focus the next token. </li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-multi-combobox</code> exposes the following CSS Shadow Parts: <ul> <li>token-{index} - Used to style each token(where <code>token-0</code> corresponds to the first item)</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MultiComboBox\";</code>",
|
|
2721
3100
|
"constructor": { "visibility": "public" },
|
|
2722
3101
|
"properties": [
|
|
2723
3102
|
{
|
|
@@ -2857,13 +3236,6 @@
|
|
|
2857
3236
|
"type": "boolean",
|
|
2858
3237
|
"description": "Defines the selected state of the component.",
|
|
2859
3238
|
"defaultValue": "false"
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"name": "stableDomRef",
|
|
2863
|
-
"visibility": "public",
|
|
2864
|
-
"since": "1.0.0-rc.11",
|
|
2865
|
-
"type": "string",
|
|
2866
|
-
"description": "Defines the stable selector that you can use via getStableDomRef method."
|
|
2867
3239
|
}
|
|
2868
3240
|
],
|
|
2869
3241
|
"slots": []
|
|
@@ -2893,7 +3265,7 @@
|
|
|
2893
3265
|
"name": "showValueHelpIcon",
|
|
2894
3266
|
"visibility": "public",
|
|
2895
3267
|
"type": "boolean",
|
|
2896
|
-
"description": "Determines whether a value help icon will be
|
|
3268
|
+
"description": "Determines whether a value help icon will be visualized in the end of the input. Pressing the icon will fire <code>value-help-trigger</code> event.",
|
|
2897
3269
|
"defaultValue": "false"
|
|
2898
3270
|
}
|
|
2899
3271
|
],
|
|
@@ -2933,6 +3305,13 @@
|
|
|
2933
3305
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-option</code> component defines the content of an option in the <code>ui5-select</code>.",
|
|
2934
3306
|
"constructor": { "visibility": "public" },
|
|
2935
3307
|
"properties": [
|
|
3308
|
+
{
|
|
3309
|
+
"name": "additionalText",
|
|
3310
|
+
"visibility": "public",
|
|
3311
|
+
"since": "1.3.0",
|
|
3312
|
+
"type": "string",
|
|
3313
|
+
"description": "Defines the additional text displayed at the end of the option element."
|
|
3314
|
+
},
|
|
2936
3315
|
{
|
|
2937
3316
|
"name": "disabled",
|
|
2938
3317
|
"visibility": "public",
|
|
@@ -2954,13 +3333,6 @@
|
|
|
2954
3333
|
"description": "Defines the selected state of the component.",
|
|
2955
3334
|
"defaultValue": "false"
|
|
2956
3335
|
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "stableDomRef",
|
|
2959
|
-
"visibility": "public",
|
|
2960
|
-
"since": "1.0.0-rc.11",
|
|
2961
|
-
"type": "string",
|
|
2962
|
-
"description": "Defines the stable selector that you can use via getStableDomRef method."
|
|
2963
|
-
},
|
|
2964
3336
|
{
|
|
2965
3337
|
"name": "value",
|
|
2966
3338
|
"visibility": "public",
|
|
@@ -2987,7 +3359,7 @@
|
|
|
2987
3359
|
"static": true,
|
|
2988
3360
|
"visibility": "public",
|
|
2989
3361
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
2990
|
-
"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>
|
|
3362
|
+
"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>",
|
|
2991
3363
|
"constructor": { "visibility": "public" },
|
|
2992
3364
|
"properties": [
|
|
2993
3365
|
{
|
|
@@ -2995,7 +3367,7 @@
|
|
|
2995
3367
|
"visibility": "public",
|
|
2996
3368
|
"since": "1.0.0-rc.15",
|
|
2997
3369
|
"type": "string",
|
|
2998
|
-
"description": "
|
|
3370
|
+
"description": "Defines the accessible aria name of the component.",
|
|
2999
3371
|
"defaultValue": "\"\""
|
|
3000
3372
|
},
|
|
3001
3373
|
{
|
|
@@ -3032,6 +3404,14 @@
|
|
|
3032
3404
|
"type": "string",
|
|
3033
3405
|
"description": "This property is used to set the header text of the component. The text is visible in both expanded and collapsed states. <br><br> <b>Note:</b> This property is overridden by the <code>header</code> slot.",
|
|
3034
3406
|
"defaultValue": "\"\""
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "noAnimation",
|
|
3410
|
+
"visibility": "public",
|
|
3411
|
+
"since": "1.0.0-rc.16",
|
|
3412
|
+
"type": "boolean",
|
|
3413
|
+
"description": "Indicates whether the transition between the expanded and the collapsed state of the component is animated. By default the animation is enabled.",
|
|
3414
|
+
"defaultValue": "false"
|
|
3035
3415
|
}
|
|
3036
3416
|
],
|
|
3037
3417
|
"slots": [
|
|
@@ -3067,7 +3447,7 @@
|
|
|
3067
3447
|
"visibility": "public",
|
|
3068
3448
|
"since": "1.0.0-rc.6",
|
|
3069
3449
|
"extends": "Popup",
|
|
3070
|
-
"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>",
|
|
3450
|
+
"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>",
|
|
3071
3451
|
"constructor": { "visibility": "public" },
|
|
3072
3452
|
"properties": [
|
|
3073
3453
|
{
|
|
@@ -3114,6 +3494,14 @@
|
|
|
3114
3494
|
"description": "Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.",
|
|
3115
3495
|
"defaultValue": "false"
|
|
3116
3496
|
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "opener",
|
|
3499
|
+
"visibility": "public",
|
|
3500
|
+
"since": "1.2.0",
|
|
3501
|
+
"type": "String",
|
|
3502
|
+
"description": "Defines the opener id of the element that the popover is shown at",
|
|
3503
|
+
"defaultValue": "\"\""
|
|
3504
|
+
},
|
|
3117
3505
|
{
|
|
3118
3506
|
"name": "placementType",
|
|
3119
3507
|
"visibility": "public",
|
|
@@ -3176,7 +3564,7 @@
|
|
|
3176
3564
|
"static": true,
|
|
3177
3565
|
"visibility": "public",
|
|
3178
3566
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
3179
|
-
"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 \"
|
|
3567
|
+
"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)",
|
|
3180
3568
|
"constructor": { "visibility": "public" },
|
|
3181
3569
|
"properties": [
|
|
3182
3570
|
{
|
|
@@ -3201,8 +3589,16 @@
|
|
|
3201
3589
|
"name": "accessibleName",
|
|
3202
3590
|
"visibility": "public",
|
|
3203
3591
|
"since": "1.0.0-rc.15",
|
|
3204
|
-
"type": "
|
|
3205
|
-
"description": "
|
|
3592
|
+
"type": "string",
|
|
3593
|
+
"description": "Defines the accessible name of the component.",
|
|
3594
|
+
"defaultValue": "\"\""
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "accessibleNameRef",
|
|
3598
|
+
"visibility": "public",
|
|
3599
|
+
"since": "1.1.0",
|
|
3600
|
+
"type": "string",
|
|
3601
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3206
3602
|
"defaultValue": "\"\""
|
|
3207
3603
|
},
|
|
3208
3604
|
{
|
|
@@ -3218,6 +3614,14 @@
|
|
|
3218
3614
|
"type": "undefined",
|
|
3219
3615
|
"description": "Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)"
|
|
3220
3616
|
},
|
|
3617
|
+
{
|
|
3618
|
+
"name": "open",
|
|
3619
|
+
"visibility": "public",
|
|
3620
|
+
"since": "1.2.0",
|
|
3621
|
+
"type": "boolean",
|
|
3622
|
+
"description": "Indicates if the element is open",
|
|
3623
|
+
"defaultValue": "false"
|
|
3624
|
+
},
|
|
3221
3625
|
{
|
|
3222
3626
|
"name": "preventFocusRestore",
|
|
3223
3627
|
"visibility": "public",
|
|
@@ -3236,6 +3640,7 @@
|
|
|
3236
3640
|
"slots": [
|
|
3237
3641
|
{
|
|
3238
3642
|
"name": "default",
|
|
3643
|
+
"propertyName": "content",
|
|
3239
3644
|
"visibility": "public",
|
|
3240
3645
|
"type": "HTMLElement[]",
|
|
3241
3646
|
"description": "Defines the content of the Popup."
|
|
@@ -3305,10 +3710,10 @@
|
|
|
3305
3710
|
"description": "Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise."
|
|
3306
3711
|
},
|
|
3307
3712
|
{
|
|
3308
|
-
"name": "
|
|
3713
|
+
"name": "blockPageScrolling",
|
|
3309
3714
|
"visibility": "protected",
|
|
3310
3715
|
"static": true,
|
|
3311
|
-
"description": "Temporarily removes scrollbars from the
|
|
3716
|
+
"description": "Temporarily removes scrollbars from the html element"
|
|
3312
3717
|
},
|
|
3313
3718
|
{
|
|
3314
3719
|
"name": "close",
|
|
@@ -3332,10 +3737,10 @@
|
|
|
3332
3737
|
"description": "Returns the focus to the previously focused element"
|
|
3333
3738
|
},
|
|
3334
3739
|
{
|
|
3335
|
-
"name": "
|
|
3740
|
+
"name": "unblockPageScrolling",
|
|
3336
3741
|
"visibility": "protected",
|
|
3337
3742
|
"static": true,
|
|
3338
|
-
"description": "Restores scrollbars on the
|
|
3743
|
+
"description": "Restores scrollbars on the html element, if needed"
|
|
3339
3744
|
}
|
|
3340
3745
|
]
|
|
3341
3746
|
},
|
|
@@ -3360,6 +3765,12 @@
|
|
|
3360
3765
|
"description": "Defines whether component is in disabled state.",
|
|
3361
3766
|
"defaultValue": "false"
|
|
3362
3767
|
},
|
|
3768
|
+
{
|
|
3769
|
+
"name": "displayValue",
|
|
3770
|
+
"visibility": "public",
|
|
3771
|
+
"type": "string",
|
|
3772
|
+
"description": "Specifies the text value to be displayed in the bar.\n\n<b>Note:</b> <ul> <li>If there is no value provided or the value is empty, the default percentage value is shown.</li> <li>If <code>hideValue</code> property is <code>true</code> both the <code>displayValue</code> and <code>value</code> property values are not shown.</li> </ul>"
|
|
3773
|
+
},
|
|
3363
3774
|
{
|
|
3364
3775
|
"name": "hideValue",
|
|
3365
3776
|
"visibility": "public",
|
|
@@ -3397,6 +3808,14 @@
|
|
|
3397
3808
|
"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>",
|
|
3398
3809
|
"constructor": { "visibility": "public" },
|
|
3399
3810
|
"properties": [
|
|
3811
|
+
{
|
|
3812
|
+
"name": "accessibleNameRef",
|
|
3813
|
+
"visibility": "public",
|
|
3814
|
+
"since": "1.1.0",
|
|
3815
|
+
"type": "string",
|
|
3816
|
+
"description": "Defines the IDs of the elements that label the component.",
|
|
3817
|
+
"defaultValue": "\"\""
|
|
3818
|
+
},
|
|
3400
3819
|
{
|
|
3401
3820
|
"name": "checked",
|
|
3402
3821
|
"visibility": "public",
|
|
@@ -3444,7 +3863,7 @@
|
|
|
3444
3863
|
"name": "valueState",
|
|
3445
3864
|
"visibility": "public",
|
|
3446
3865
|
"type": "ValueState",
|
|
3447
|
-
"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>",
|
|
3866
|
+
"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>",
|
|
3448
3867
|
"defaultValue": "\"None\""
|
|
3449
3868
|
},
|
|
3450
3869
|
{
|
|
@@ -3476,7 +3895,7 @@
|
|
|
3476
3895
|
"visibility": "public",
|
|
3477
3896
|
"since": "1.0.0-rc.11",
|
|
3478
3897
|
"extends": "SliderBase",
|
|
3479
|
-
"description": "Represents a numerical interval and two handles (grips) to select a sub-range within it
|
|
3898
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> Represents a numerical interval and two handles (grips) to select a sub-range within it. The purpose of the component to enable visual selection of sub-ranges within a given interval.\n\n<h3>Structure</h3> The most important properties of the Range Slider are: <ul> <li>min - The minimum value of the slider range.</li> <li>max - The maximum value of the slider range.</li> <li>value - The current value of the slider.</li> <li>step - Determines the increments in which the slider will move.</li> <li>showTooltip - Determines if a tooltip should be displayed above the handle.</li> <li>showTickmarks - Displays a visual divider between the step values.</li> <li>labelInterval - Labels some or all of the tickmarks with their values.</li> </ul> <h4>Notes:</h4> <ul> <li>The right and left handle can be moved individually and their positions could therefore switch.</li> <li>The entire range can be moved along the interval.</li> </ul> <h3>Usage</h3> The most common use case is to select and move sub-ranges on a continuous numerical scale.\n\n<h3>Responsive Behavior</h3> You can move the currently selected range by clicking on it and dragging it along the interval.\n\n<h3>Keyboard Handling</h3>\n\n<ul> <li><code>Left or Down Arrow</code> - Moves a component's handle or the entire selection one step to the left;</li> <li><code>Right or Up Arrow</code> - Moves a component's handle or the entire selection one step to the right;</li> <li><code>Left or Down Arrow + Ctrl/Cmd</code> - Moves a component's handle to the left or the entire range with step equal to 1/10th of the entire range;</li> <li><code>Right or Up Arrow + Ctrl/Cmd</code> - Moves a component's handle to the right or the entire range with step equal to 1/10th of the entire range;</li> <li><code>Plus</code> - Same as <code>Right or Up Arrow</code>;</li> <li><code>Minus</code> - Same as <code>Left or Down Arrow</code>;</li> <li><code>Home</code> - Moves the entire selection or the selected handle to the beginning of the component's range;</li> <li><code>End</code> - Moves the entire selection or the selected handle to the end of the component's range;</li> <li><code>Page Up</code> - Same as <code>Right or Up Arrow + Ctrl/Cmd</code>;</li> <li><code>Page Down</code> - Same as <code>Left or Down Arrow + Ctrl/Cmd</code>;</li> <li><code>Escape</code> - Resets the <code>startValue</code> and <code>endValue</code> properties to the values prior the component focusing;</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RangeSlider\";</code>",
|
|
3480
3899
|
"constructor": { "visibility": "public" },
|
|
3481
3900
|
"properties": [
|
|
3482
3901
|
{
|
|
@@ -3514,15 +3933,15 @@
|
|
|
3514
3933
|
"visibility": "public",
|
|
3515
3934
|
"since": "1.0.0-rc.8",
|
|
3516
3935
|
"extends": "UI5Element",
|
|
3517
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The
|
|
3936
|
+
"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>",
|
|
3518
3937
|
"constructor": { "visibility": "public" },
|
|
3519
3938
|
"properties": [
|
|
3520
3939
|
{
|
|
3521
3940
|
"name": "accessibleName",
|
|
3522
3941
|
"visibility": "public",
|
|
3523
3942
|
"since": "1.0.0-rc.15",
|
|
3524
|
-
"type": "
|
|
3525
|
-
"description": "
|
|
3943
|
+
"type": "string",
|
|
3944
|
+
"description": "Defines the accessible aria name of the component."
|
|
3526
3945
|
},
|
|
3527
3946
|
{
|
|
3528
3947
|
"name": "disabled",
|
|
@@ -3536,7 +3955,7 @@
|
|
|
3536
3955
|
"visibility": "public",
|
|
3537
3956
|
"since": "1.0.0-rc.15",
|
|
3538
3957
|
"type": "Integer",
|
|
3539
|
-
"description": "The number of displayed rating symbols",
|
|
3958
|
+
"description": "The number of displayed rating symbols.",
|
|
3540
3959
|
"defaultValue": "5"
|
|
3541
3960
|
},
|
|
3542
3961
|
{
|
|
@@ -3550,7 +3969,7 @@
|
|
|
3550
3969
|
"name": "value",
|
|
3551
3970
|
"visibility": "public",
|
|
3552
3971
|
"type": "Float",
|
|
3553
|
-
"description": "The indicated value of the rating <br><br> <b>Note:</b> If you set a number which is not round, it would be shown as follows: <ul> <li>1.0 - 1.2 -> 1</li> <li>1.3 - 1.7 -> 1.5</li> <li>1.8 - 1.9 -> 2</li> <ul>",
|
|
3972
|
+
"description": "The indicated value of the rating. <br><br> <b>Note:</b> If you set a number which is not round, it would be shown as follows: <ul> <li>1.0 - 1.2 -> 1</li> <li>1.3 - 1.7 -> 1.5</li> <li>1.8 - 1.9 -> 2</li> <ul>",
|
|
3554
3973
|
"defaultValue": "0"
|
|
3555
3974
|
}
|
|
3556
3975
|
],
|
|
@@ -3574,7 +3993,7 @@
|
|
|
3574
3993
|
"visibility": "public",
|
|
3575
3994
|
"since": "1.0.0-rc.6",
|
|
3576
3995
|
"extends": "Popover",
|
|
3577
|
-
"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.",
|
|
3996
|
+
"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>",
|
|
3578
3997
|
"constructor": { "visibility": "public" },
|
|
3579
3998
|
"methods": [
|
|
3580
3999
|
{ "name": "close", "visibility": "public", "description": "Closes the popover/dialog." },
|
|
@@ -3594,6 +4013,13 @@
|
|
|
3594
4013
|
"type": "HTMLElement",
|
|
3595
4014
|
"optional": false,
|
|
3596
4015
|
"description": "the element that the popover is shown at"
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "preventInitialFocus",
|
|
4019
|
+
"type": "boolean",
|
|
4020
|
+
"optional": false,
|
|
4021
|
+
"defaultValue": false,
|
|
4022
|
+
"description": "Prevents applying the focus inside the popup"
|
|
3597
4023
|
}
|
|
3598
4024
|
],
|
|
3599
4025
|
"description": "Shows popover on desktop and dialog on mobile."
|
|
@@ -3615,11 +4041,18 @@
|
|
|
3615
4041
|
"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>",
|
|
3616
4042
|
"constructor": { "visibility": "public" },
|
|
3617
4043
|
"properties": [
|
|
4044
|
+
{
|
|
4045
|
+
"name": "accessibleName",
|
|
4046
|
+
"visibility": "public",
|
|
4047
|
+
"since": "1.0.3",
|
|
4048
|
+
"type": "string",
|
|
4049
|
+
"description": "Defines the accessible aria name of the component."
|
|
4050
|
+
},
|
|
3618
4051
|
{
|
|
3619
4052
|
"name": "selectedItem",
|
|
3620
4053
|
"readonly": "true",
|
|
3621
4054
|
"visibility": "public",
|
|
3622
|
-
"type": "
|
|
4055
|
+
"type": "sap.ui.webcomponents.main.ISegmentedButtonItem",
|
|
3623
4056
|
"description": "Currently selected item."
|
|
3624
4057
|
}
|
|
3625
4058
|
],
|
|
@@ -3628,7 +4061,7 @@
|
|
|
3628
4061
|
"name": "default",
|
|
3629
4062
|
"propertyName": "items",
|
|
3630
4063
|
"visibility": "public",
|
|
3631
|
-
"type": "sap.ui.webcomponents.main.
|
|
4064
|
+
"type": "sap.ui.webcomponents.main.ISegmentedButtonItem[]",
|
|
3632
4065
|
"description": "Defines the items of <code>ui5-segmented-button</code>. <br><br> <b>Note:</b> Multiple items are allowed. <br><br> <b>Note:</b> Use the <code>ui5-segmented-button-item</code> for the intended design."
|
|
3633
4066
|
}
|
|
3634
4067
|
],
|
|
@@ -3653,32 +4086,30 @@
|
|
|
3653
4086
|
"static": true,
|
|
3654
4087
|
"visibility": "public",
|
|
3655
4088
|
"extends": "ToggleButton",
|
|
4089
|
+
"implements": [ "sap.ui.webcomponents.main.ISegmentedButtonItem" ],
|
|
3656
4090
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nUsers can use the <code>ui5-segmented-button-item</code> as part of a <code>ui5-segmented-button</code>. <br><br> Clicking or tapping on a <code>ui5-segmented-button-item</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>ui5-segmented-button-item</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/SegmentedButtonItem\";</code>",
|
|
3657
4091
|
"constructor": { "visibility": "public" },
|
|
3658
4092
|
"properties": [
|
|
3659
4093
|
{
|
|
3660
4094
|
"name": "design",
|
|
3661
4095
|
"visibility": "public",
|
|
3662
|
-
"type": "
|
|
3663
|
-
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect."
|
|
4096
|
+
"type": "ButtonDesign",
|
|
4097
|
+
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.",
|
|
4098
|
+
"defaultValue": "\"Default\""
|
|
3664
4099
|
},
|
|
3665
4100
|
{
|
|
3666
4101
|
"name": "iconEnd",
|
|
3667
4102
|
"visibility": "public",
|
|
3668
|
-
"type": "
|
|
3669
|
-
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect."
|
|
3670
|
-
|
|
3671
|
-
{
|
|
3672
|
-
"name": "iconSize",
|
|
3673
|
-
"visibility": "public",
|
|
3674
|
-
"type": "undefined",
|
|
3675
|
-
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect."
|
|
4103
|
+
"type": "boolean",
|
|
4104
|
+
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.",
|
|
4105
|
+
"defaultValue": "false"
|
|
3676
4106
|
},
|
|
3677
4107
|
{
|
|
3678
4108
|
"name": "submits",
|
|
3679
4109
|
"visibility": "public",
|
|
3680
|
-
"type": "
|
|
3681
|
-
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect."
|
|
4110
|
+
"type": "boolean",
|
|
4111
|
+
"description": "<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.",
|
|
4112
|
+
"defaultValue": "false"
|
|
3682
4113
|
}
|
|
3683
4114
|
],
|
|
3684
4115
|
"slots": []
|
|
@@ -3695,21 +4126,21 @@
|
|
|
3695
4126
|
"visibility": "public",
|
|
3696
4127
|
"since": "0.8.0",
|
|
3697
4128
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
3698
|
-
"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>
|
|
4129
|
+
"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>)",
|
|
3699
4130
|
"constructor": { "visibility": "public" },
|
|
3700
4131
|
"properties": [
|
|
3701
4132
|
{
|
|
3702
4133
|
"name": "accessibleName",
|
|
3703
4134
|
"visibility": "public",
|
|
3704
4135
|
"since": "1.0.0-rc.15",
|
|
3705
|
-
"type": "
|
|
3706
|
-
"description": "
|
|
4136
|
+
"type": "string",
|
|
4137
|
+
"description": "Defines the accessible aria name of the component."
|
|
3707
4138
|
},
|
|
3708
4139
|
{
|
|
3709
4140
|
"name": "accessibleNameRef",
|
|
3710
4141
|
"visibility": "public",
|
|
3711
4142
|
"since": "1.0.0-rc.15",
|
|
3712
|
-
"type": "
|
|
4143
|
+
"type": "string",
|
|
3713
4144
|
"description": "Receives id(or many ids) of the elements that label the select.",
|
|
3714
4145
|
"defaultValue": "\"\""
|
|
3715
4146
|
},
|
|
@@ -3739,7 +4170,7 @@
|
|
|
3739
4170
|
"name": "selectedOption",
|
|
3740
4171
|
"readonly": "true",
|
|
3741
4172
|
"visibility": "public",
|
|
3742
|
-
"type": "
|
|
4173
|
+
"type": "sap.ui.webcomponents.main.ISelectOption",
|
|
3743
4174
|
"description": "Currently selected option."
|
|
3744
4175
|
},
|
|
3745
4176
|
{
|
|
@@ -3792,7 +4223,7 @@
|
|
|
3792
4223
|
"visibility": "public",
|
|
3793
4224
|
"since": "1.0.0-rc.11",
|
|
3794
4225
|
"extends": "SliderBase",
|
|
3795
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Slider component represents a numerical range and a handle (grip). The purpose of the component is to enable visual selection of a value in a continuous numerical range by moving an adjustable handle.\n\n<h3>Structure</h3> The most important properties of the Slider are: <ul> <li>min - The minimum value of the slider range
|
|
4226
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The Slider component represents a numerical range and a handle (grip). The purpose of the component is to enable visual selection of a value in a continuous numerical range by moving an adjustable handle.\n\n<h3>Structure</h3> The most important properties of the Slider are: <ul> <li>min - The minimum value of the slider range.</li> <li>max - The maximum value of the slider range.</li> <li>value - The current value of the slider range.</li> <li>step - Determines the increments in which the slider will move.</li> <li>showTooltip - Determines if a tooltip should be displayed above the handle.</li> <li>showTickmarks - Displays a visual divider between the step values.</li> <li>labelInterval - Labels some or all of the tickmarks with their values.</li> </ul>\n\n<h3>Usage</h3> The most common use case is to select values on a continuous numerical scale (e.g. temperature, volume, etc. ).\n\n<h3>Responsive Behavior</h3> The <code>ui5-slider</code> component adjusts to the size of its parent container by recalculating and resizing the width of the control. You can move the slider handle in several different ways: <ul> <li>Drag and drop the handle to the desired value.</li> <li>Click/tap on the range bar to move the handle to that location.</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-slider</code> exposes the following CSS Shadow Parts: <ul> <li>progress-container - Used to style the progress container(the horizontal bar which visually represents the range between the minimum and maximum value) of the <code>ui5-slider</code>.</li> <li>progress-bar - Used to style the progress bar, which shows the progress of the <code>ui5-slider</code>.</li> <li>handle - Used to style the handle of the <code>ui5-slider</code>.</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<ul> <li><code>Left or Down Arrow</code> - Moves the handle one step to the left, effectively decreasing the component's value by <code>step</code> amount;</li> <li><code>Right or Up Arrow</code> - Moves the handle one step to the right, effectively increasing the component's value by <code>step</code> amount;</li> <li><code>Left or Down Arrow + Ctrl/Cmd</code> - Moves the handle to the left with step equal to 1/10th of the entire range, effectively decreasing the component's value by 1/10th of the range;</li> <li><code>Right or Up Arrow + Ctrl/Cmd</code> - Moves the handle to the right with step equal to 1/10th of the entire range, effectively increasing the component's value by 1/10th of the range;</li> <li><code>Plus</code> - Same as <code>Right or Up Arrow</code>;</li> <li><code>Minus</code> - Same as <code>Left or Down Arrow</code>;</li> <li><code>Home</code> - Moves the handle to the beginning of the range;</li> <li><code>End</code> - Moves the handle to the end of the range;</li> <li><code>Page Up</code> - Same as <code>Right or Up + Ctrl/Cmd</code>;</li> <li><code>Page Down</code> - Same as <code>Left or Down + Ctrl/Cmd</code>;</li> <li><code>Escape</code> - Resets the value property after interaction, to the position prior the component's focusing;</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Slider\";</code>",
|
|
3796
4227
|
"constructor": { "visibility": "public" },
|
|
3797
4228
|
"properties": [
|
|
3798
4229
|
{
|
|
@@ -3836,21 +4267,21 @@
|
|
|
3836
4267
|
"name": "max",
|
|
3837
4268
|
"visibility": "public",
|
|
3838
4269
|
"type": "Float",
|
|
3839
|
-
"description": "Defines the maximum value of the slider",
|
|
4270
|
+
"description": "Defines the maximum value of the slider.",
|
|
3840
4271
|
"defaultValue": "100"
|
|
3841
4272
|
},
|
|
3842
4273
|
{
|
|
3843
4274
|
"name": "min",
|
|
3844
4275
|
"visibility": "public",
|
|
3845
4276
|
"type": "Float",
|
|
3846
|
-
"description": "Defines the minimum value of the slider",
|
|
4277
|
+
"description": "Defines the minimum value of the slider.",
|
|
3847
4278
|
"defaultValue": "0"
|
|
3848
4279
|
},
|
|
3849
4280
|
{
|
|
3850
4281
|
"name": "showTickmarks",
|
|
3851
4282
|
"visibility": "public",
|
|
3852
4283
|
"type": "boolean",
|
|
3853
|
-
"description": "Enables
|
|
4284
|
+
"description": "Enables tickmarks visualization for each step. <br><br> <b>Note:</b> The step must be a positive number.",
|
|
3854
4285
|
"defaultValue": "false"
|
|
3855
4286
|
},
|
|
3856
4287
|
{
|
|
@@ -3959,6 +4390,76 @@
|
|
|
3959
4390
|
}
|
|
3960
4391
|
]
|
|
3961
4392
|
},
|
|
4393
|
+
{
|
|
4394
|
+
"kind": "class",
|
|
4395
|
+
"name": "sap.ui.webcomponents.main.SplitButton",
|
|
4396
|
+
"basename": "SplitButton",
|
|
4397
|
+
"tagname": "ui5-split-button",
|
|
4398
|
+
"resource": "SplitButton.js",
|
|
4399
|
+
"module": "SplitButton",
|
|
4400
|
+
"static": true,
|
|
4401
|
+
"visibility": "public",
|
|
4402
|
+
"since": "1.1.0",
|
|
4403
|
+
"extends": "UI5Element",
|
|
4404
|
+
"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>",
|
|
4405
|
+
"constructor": { "visibility": "public" },
|
|
4406
|
+
"properties": [
|
|
4407
|
+
{
|
|
4408
|
+
"name": "accessibleName",
|
|
4409
|
+
"visibility": "public",
|
|
4410
|
+
"type": "string",
|
|
4411
|
+
"description": "Defines the accessible aria name of the component."
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "activeIcon",
|
|
4415
|
+
"visibility": "public",
|
|
4416
|
+
"type": "string",
|
|
4417
|
+
"description": "Defines the icon to be displayed in active state as graphical element within the component.",
|
|
4418
|
+
"defaultValue": "\"\""
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "design",
|
|
4422
|
+
"visibility": "public",
|
|
4423
|
+
"type": "ButtonDesign",
|
|
4424
|
+
"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>",
|
|
4425
|
+
"defaultValue": "\"Default\""
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "disabled",
|
|
4429
|
+
"visibility": "public",
|
|
4430
|
+
"type": "boolean",
|
|
4431
|
+
"description": "Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.",
|
|
4432
|
+
"defaultValue": "false"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "icon",
|
|
4436
|
+
"visibility": "public",
|
|
4437
|
+
"type": "string",
|
|
4438
|
+
"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>.",
|
|
4439
|
+
"defaultValue": "\"\""
|
|
4440
|
+
}
|
|
4441
|
+
],
|
|
4442
|
+
"slots": [
|
|
4443
|
+
{
|
|
4444
|
+
"name": "default",
|
|
4445
|
+
"visibility": "public",
|
|
4446
|
+
"type": "Node[]",
|
|
4447
|
+
"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."
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"events": [
|
|
4451
|
+
{
|
|
4452
|
+
"name": "arrow-click",
|
|
4453
|
+
"visibility": "public",
|
|
4454
|
+
"description": "Fired when the user clicks on the arrow action."
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "click",
|
|
4458
|
+
"visibility": "public",
|
|
4459
|
+
"description": "Fired when the user clicks on the default action."
|
|
4460
|
+
}
|
|
4461
|
+
]
|
|
4462
|
+
},
|
|
3962
4463
|
{
|
|
3963
4464
|
"kind": "class",
|
|
3964
4465
|
"name": "sap.ui.webcomponents.main.StandardListItem",
|
|
@@ -4050,14 +4551,14 @@
|
|
|
4050
4551
|
"name": "accessibleName",
|
|
4051
4552
|
"visibility": "public",
|
|
4052
4553
|
"since": "1.0.0-rc.15",
|
|
4053
|
-
"type": "
|
|
4054
|
-
"description": "
|
|
4554
|
+
"type": "string",
|
|
4555
|
+
"description": "Defines the accessible aria name of the component."
|
|
4055
4556
|
},
|
|
4056
4557
|
{
|
|
4057
4558
|
"name": "accessibleNameRef",
|
|
4058
4559
|
"visibility": "public",
|
|
4059
4560
|
"since": "1.0.0-rc.15",
|
|
4060
|
-
"type": "
|
|
4561
|
+
"type": "string",
|
|
4061
4562
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
4062
4563
|
"defaultValue": "\"\""
|
|
4063
4564
|
},
|
|
@@ -4210,7 +4711,7 @@
|
|
|
4210
4711
|
"visibility": "public",
|
|
4211
4712
|
"since": "1.0.0-rc.15",
|
|
4212
4713
|
"type": "ValueState",
|
|
4213
|
-
"description": "Defines the state of the <code>additionalText</code>. <br><br> Available options are: <code>\"None\"</code> (by default), <code>\"Success\"</code>, <code>\"Warning\"</code> and <code>\"Erorr\"</code>.",
|
|
4714
|
+
"description": "Defines the state of the <code>additionalText</code>. <br><br> Available options are: <code>\"None\"</code> (by default), <code>\"Success\"</code>, <code>\"Information\"</code>, <code>\"Warning\"</code> and <code>\"Erorr\"</code>.",
|
|
4214
4715
|
"defaultValue": "\"None\""
|
|
4215
4716
|
},
|
|
4216
4717
|
{
|
|
@@ -4267,9 +4768,24 @@
|
|
|
4267
4768
|
"visibility": "public",
|
|
4268
4769
|
"since": "0.8.0",
|
|
4269
4770
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4270
|
-
"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
|
|
4771
|
+
"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>",
|
|
4271
4772
|
"constructor": { "visibility": "public" },
|
|
4272
4773
|
"properties": [
|
|
4774
|
+
{
|
|
4775
|
+
"name": "accessibleName",
|
|
4776
|
+
"visibility": "public",
|
|
4777
|
+
"since": "1.2.0",
|
|
4778
|
+
"type": "string",
|
|
4779
|
+
"description": "Sets the accessible aria name of the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set."
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "accessibleNameRef",
|
|
4783
|
+
"visibility": "public",
|
|
4784
|
+
"since": "1.1.0",
|
|
4785
|
+
"type": "string",
|
|
4786
|
+
"description": "Receives id(or many ids) of the elements that label the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set.",
|
|
4787
|
+
"defaultValue": "\"\""
|
|
4788
|
+
},
|
|
4273
4789
|
{
|
|
4274
4790
|
"name": "checked",
|
|
4275
4791
|
"visibility": "public",
|
|
@@ -4295,14 +4811,14 @@
|
|
|
4295
4811
|
"name": "textOff",
|
|
4296
4812
|
"visibility": "public",
|
|
4297
4813
|
"type": "string",
|
|
4298
|
-
"description": "Defines the text, displayed when the component is not checked. <br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
4814
|
+
"description": "Defines the text, displayed when the component is not checked. <br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.",
|
|
4299
4815
|
"defaultValue": "\"\""
|
|
4300
4816
|
},
|
|
4301
4817
|
{
|
|
4302
4818
|
"name": "textOn",
|
|
4303
4819
|
"visibility": "public",
|
|
4304
4820
|
"type": "string",
|
|
4305
|
-
"description": "Defines the text, displayed when the component is checked.\n\n<br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).",
|
|
4821
|
+
"description": "Defines the text, displayed when the component is checked.\n\n<br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.",
|
|
4306
4822
|
"defaultValue": "\"\""
|
|
4307
4823
|
}
|
|
4308
4824
|
],
|
|
@@ -4333,7 +4849,7 @@
|
|
|
4333
4849
|
"name": "additionalText",
|
|
4334
4850
|
"visibility": "public",
|
|
4335
4851
|
"type": "string",
|
|
4336
|
-
"description": "Represents the \"additionalText\" text, which is displayed in the tab
|
|
4852
|
+
"description": "Represents the \"additionalText\" text, which is displayed in the tab.",
|
|
4337
4853
|
"defaultValue": "\"\""
|
|
4338
4854
|
},
|
|
4339
4855
|
{
|
|
@@ -4364,13 +4880,6 @@
|
|
|
4364
4880
|
"description": "Specifies if the component is selected.",
|
|
4365
4881
|
"defaultValue": "false"
|
|
4366
4882
|
},
|
|
4367
|
-
{
|
|
4368
|
-
"name": "stableDomRef",
|
|
4369
|
-
"visibility": "public",
|
|
4370
|
-
"since": "1.0.0-rc.8",
|
|
4371
|
-
"type": "string",
|
|
4372
|
-
"description": "Defines the stable selector that you can use via getStableDomRef method."
|
|
4373
|
-
},
|
|
4374
4883
|
{
|
|
4375
4884
|
"name": "text",
|
|
4376
4885
|
"visibility": "public",
|
|
@@ -4384,7 +4893,22 @@
|
|
|
4384
4893
|
"name": "default",
|
|
4385
4894
|
"visibility": "public",
|
|
4386
4895
|
"type": "Node[]",
|
|
4387
|
-
"description": "
|
|
4896
|
+
"description": "Holds the content associated with this tab."
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "subTabs",
|
|
4900
|
+
"propertyName": "subTabs",
|
|
4901
|
+
"visibility": "public",
|
|
4902
|
+
"type": "sap.ui.webcomponents.main.ITab[]",
|
|
4903
|
+
"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."
|
|
4904
|
+
}
|
|
4905
|
+
],
|
|
4906
|
+
"methods": [
|
|
4907
|
+
{
|
|
4908
|
+
"name": "getTabInStripDomRef",
|
|
4909
|
+
"visibility": "public",
|
|
4910
|
+
"since": "1.0.0-rc.16",
|
|
4911
|
+
"description": "Returns the DOM reference of the tab that is placed in the header. <b>Note:</b> If you need a DOM ref to the tab content please use the <code>getDomRef</code> method."
|
|
4388
4912
|
}
|
|
4389
4913
|
]
|
|
4390
4914
|
},
|
|
@@ -4399,7 +4923,7 @@
|
|
|
4399
4923
|
"static": true,
|
|
4400
4924
|
"visibility": "public",
|
|
4401
4925
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4402
|
-
"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
|
|
4926
|
+
"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>)",
|
|
4403
4927
|
"constructor": { "visibility": "public" },
|
|
4404
4928
|
"properties": [
|
|
4405
4929
|
{
|
|
@@ -4420,8 +4944,11 @@
|
|
|
4420
4944
|
"name": "showOverflow",
|
|
4421
4945
|
"visibility": "public",
|
|
4422
4946
|
"type": "boolean",
|
|
4423
|
-
"description": "Defines whether the overflow select list is displayed. <br><br> The overflow select list represents a list, where all
|
|
4424
|
-
"defaultValue": "false"
|
|
4947
|
+
"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.",
|
|
4948
|
+
"defaultValue": "false",
|
|
4949
|
+
"deprecated": {
|
|
4950
|
+
"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"
|
|
4951
|
+
}
|
|
4425
4952
|
},
|
|
4426
4953
|
{
|
|
4427
4954
|
"name": "tabLayout",
|
|
@@ -4429,6 +4956,14 @@
|
|
|
4429
4956
|
"type": "TabLayout",
|
|
4430
4957
|
"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>",
|
|
4431
4958
|
"defaultValue": "\"Standard\""
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "tabsOverflowMode",
|
|
4962
|
+
"visibility": "public",
|
|
4963
|
+
"since": "1.1.0",
|
|
4964
|
+
"type": "TabsOverflowMode",
|
|
4965
|
+
"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>",
|
|
4966
|
+
"defaultValue": "\"End\""
|
|
4432
4967
|
}
|
|
4433
4968
|
],
|
|
4434
4969
|
"slots": [
|
|
@@ -4445,6 +4980,13 @@
|
|
|
4445
4980
|
"since": "1.0.0-rc.9",
|
|
4446
4981
|
"type": "sap.ui.webcomponents.main.IButton",
|
|
4447
4982
|
"description": "Defines the button which will open the overflow menu. If nothing is provided to this slot, the default button will be used."
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "startOverflowButton",
|
|
4986
|
+
"visibility": "public",
|
|
4987
|
+
"since": "1.1.0",
|
|
4988
|
+
"type": "sap.ui.webcomponents.main.IButton",
|
|
4989
|
+
"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."
|
|
4448
4990
|
}
|
|
4449
4991
|
],
|
|
4450
4992
|
"events": [
|
|
@@ -4478,9 +5020,24 @@
|
|
|
4478
5020
|
"static": true,
|
|
4479
5021
|
"visibility": "public",
|
|
4480
5022
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4481
|
-
"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>)",
|
|
5023
|
+
"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>)",
|
|
4482
5024
|
"constructor": { "visibility": "public" },
|
|
4483
5025
|
"properties": [
|
|
5026
|
+
{
|
|
5027
|
+
"name": "accessibleName",
|
|
5028
|
+
"visibility": "public",
|
|
5029
|
+
"since": "1.3.0",
|
|
5030
|
+
"type": "string",
|
|
5031
|
+
"description": "Defines the accessible aria name of the component."
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"name": "accessibleNameRef",
|
|
5035
|
+
"visibility": "public",
|
|
5036
|
+
"since": "1.3.0",
|
|
5037
|
+
"type": "string",
|
|
5038
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
5039
|
+
"defaultValue": "\"\""
|
|
5040
|
+
},
|
|
4484
5041
|
{
|
|
4485
5042
|
"name": "busy",
|
|
4486
5043
|
"visibility": "public",
|
|
@@ -4501,7 +5058,7 @@
|
|
|
4501
5058
|
"visibility": "public",
|
|
4502
5059
|
"since": "1.0.0-rc.12",
|
|
4503
5060
|
"type": "TableGrowingMode",
|
|
4504
|
-
"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>
|
|
5061
|
+
"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>.",
|
|
4505
5062
|
"defaultValue": "\"None\""
|
|
4506
5063
|
},
|
|
4507
5064
|
{
|
|
@@ -4547,7 +5104,7 @@
|
|
|
4547
5104
|
"name": "stickyColumnHeader",
|
|
4548
5105
|
"visibility": "public",
|
|
4549
5106
|
"type": "boolean",
|
|
4550
|
-
"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>
|
|
5107
|
+
"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>",
|
|
4551
5108
|
"defaultValue": "false"
|
|
4552
5109
|
}
|
|
4553
5110
|
],
|
|
@@ -4685,7 +5242,8 @@
|
|
|
4685
5242
|
"visibility": "public",
|
|
4686
5243
|
"since": "1.0.0-rc.15",
|
|
4687
5244
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4688
|
-
"
|
|
5245
|
+
"implements": [ "sap.ui.webcomponents.main.ITableRow" ],
|
|
5246
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table-group-row</code> component represents a group row in the <code>ui5-table</code>.\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-table-group-row</code> exposes the following CSS Shadow Parts: <ul> <li>group-row - Used to style the native <code>tr</code> element.</li> </ul>",
|
|
4689
5247
|
"constructor": { "visibility": "public" },
|
|
4690
5248
|
"properties": [],
|
|
4691
5249
|
"slots": [
|
|
@@ -4708,7 +5266,7 @@
|
|
|
4708
5266
|
"visibility": "public",
|
|
4709
5267
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4710
5268
|
"implements": [ "sap.ui.webcomponents.main.ITableRow" ],
|
|
4711
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table-row</code> component represents a row in the <code>ui5-table</code>.\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-table-row</code> exposes the following CSS Shadow Parts: <ul> <li>row - Used to style the native <code>tr</code> element</li> <li>popin-row - Used to style the <code>tr</code> element
|
|
5269
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table-row</code> component represents a row in the <code>ui5-table</code>.\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-table-row</code> exposes the following CSS Shadow Parts: <ul> <li>row - Used to style the native <code>tr</code> element</li> <li>popin-row - Used to style the <code>tr</code> element when a row pops in</li> </ul>",
|
|
4712
5270
|
"constructor": { "visibility": "public" },
|
|
4713
5271
|
"properties": [
|
|
4714
5272
|
{
|
|
@@ -4724,7 +5282,7 @@
|
|
|
4724
5282
|
"visibility": "public",
|
|
4725
5283
|
"since": "1.0.0-rc.15",
|
|
4726
5284
|
"type": "TableRowType",
|
|
4727
|
-
"description": "Defines the visual indication and behavior of the component. <br><br> Available options are: <ul> <li><code>Active</code></li> <li><code>Inactive</code></li>
|
|
5285
|
+
"description": "Defines the visual indication and behavior of the component. <br><br> Available options are: <ul> <li><code>Active</code></li> <li><code>Inactive</code></li> </ul> <br><br> <b>Note:</b> When set to <code>Active</code>, the item will provide visual response upon press, while with type <code>Inactive</code> - will not.",
|
|
4728
5286
|
"defaultValue": "\"Inactive\""
|
|
4729
5287
|
}
|
|
4730
5288
|
],
|
|
@@ -4762,21 +5320,21 @@
|
|
|
4762
5320
|
"static": true,
|
|
4763
5321
|
"visibility": "public",
|
|
4764
5322
|
"extends": "sap.ui.webcomponents.base.UI5Element",
|
|
4765
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-textarea</code> component
|
|
5323
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-textarea</code> component is used to enter multiple lines of text. <br><br> When empty, it can hold a placeholder similar to a <code>ui5-input</code>. You can define the rows of the <code>ui5-textarea</code> and also determine specific behavior when handling long texts.\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-textarea</code> exposes the following CSS Shadow Parts: <ul> <li>textarea - Used to style the native textarea</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/TextArea\";</code>",
|
|
4766
5324
|
"constructor": { "visibility": "public" },
|
|
4767
5325
|
"properties": [
|
|
4768
5326
|
{
|
|
4769
5327
|
"name": "accessibleName",
|
|
4770
5328
|
"visibility": "public",
|
|
4771
5329
|
"since": "1.0.0-rc.15",
|
|
4772
|
-
"type": "
|
|
4773
|
-
"description": "
|
|
5330
|
+
"type": "string",
|
|
5331
|
+
"description": "Defines the accessible aria name of the component."
|
|
4774
5332
|
},
|
|
4775
5333
|
{
|
|
4776
5334
|
"name": "accessibleNameRef",
|
|
4777
5335
|
"visibility": "public",
|
|
4778
5336
|
"since": "1.0.0-rc.15",
|
|
4779
|
-
"type": "
|
|
5337
|
+
"type": "string",
|
|
4780
5338
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
4781
5339
|
"defaultValue": "\"\""
|
|
4782
5340
|
},
|
|
@@ -4784,7 +5342,7 @@
|
|
|
4784
5342
|
"name": "disabled",
|
|
4785
5343
|
"visibility": "public",
|
|
4786
5344
|
"type": "boolean",
|
|
4787
|
-
"description": "Indicates whether the user can interact with the component or not. <br><br> <b>Note:</b>
|
|
5345
|
+
"description": "Indicates whether the user can interact with the component or not. <br><br> <b>Note:</b> A disabled component is completely noninteractive.",
|
|
4788
5346
|
"defaultValue": "false"
|
|
4789
5347
|
},
|
|
4790
5348
|
{
|
|
@@ -4798,7 +5356,7 @@
|
|
|
4798
5356
|
"name": "growingMaxLines",
|
|
4799
5357
|
"visibility": "public",
|
|
4800
5358
|
"type": "Integer",
|
|
4801
|
-
"description": "Defines the maximum number of lines that the
|
|
5359
|
+
"description": "Defines the maximum number of lines that the component can grow.",
|
|
4802
5360
|
"defaultValue": "0"
|
|
4803
5361
|
},
|
|
4804
5362
|
{
|
|
@@ -4855,7 +5413,7 @@
|
|
|
4855
5413
|
"name": "value",
|
|
4856
5414
|
"visibility": "public",
|
|
4857
5415
|
"type": "string",
|
|
4858
|
-
"description": "Defines the value of the
|
|
5416
|
+
"description": "Defines the value of the component.",
|
|
4859
5417
|
"defaultValue": "\"\""
|
|
4860
5418
|
},
|
|
4861
5419
|
{
|
|
@@ -4901,7 +5459,7 @@
|
|
|
4901
5459
|
"visibility": "public",
|
|
4902
5460
|
"since": "1.0.0-rc.6",
|
|
4903
5461
|
"extends": "TimePickerBase",
|
|
4904
|
-
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-time-picker</code> component provides an input field with assigned sliders which
|
|
5462
|
+
"description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-time-picker</code> component provides an input field with assigned sliders which are opened on user action. The <code>ui5-time-picker</code> allows users to select a localized time using touch, mouse, or keyboard input. It consists of two parts: the time input field and the sliders.\n\n<h3>Usage</h3> The user can enter a time by: <ul> <li>Using the sliders that are displayed in a popup</li> <li>Typing it in directly in the input field</li> </ul> <br><br> When the user makes an entry and chooses the enter key, the sliders shows the corresponding time. When the user directly triggers the sliders display, the actual time is displayed. For the <code>ui5-time-picker</code>\n\n<h3>Formatting</h3>\n\nIf a time is entered by typing it into the input field, it must fit to the used time 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 \"HH:mm:ss\", a valid value string is \"11:42:35\" and the same is displayed in the input.\n\n<h3>Keyboard handling</h3> [F4], [ALT]+[UP], [ALT]+[DOWN] Open/Close picker dialog and move focus to it. <br> When closed: <ul> <li>[PAGEUP] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.</li> <li>[PAGEDOWN] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.</li> <li>[SHIFT]+[PAGEUP] Increments minutes by 1.</li> <li>[SHIFT]+ [PAGEDOWN] Decrements minutes by 1.</li> <li>[SHIFT]+[CTRL]+[PAGEUP] Increments seconds by 1.</li> <li>[SHIFT]+[CTRL]+ [PAGEDOWN] Decrements seconds by 1.</li> </ul> When opened: <ul> <li>[UP] If focus is on one of the selection lists: Select the value which is above the current value. If the first value is selected, select the last value in the list. Exception: AM/ PM List: stay on the first item.</li> <li>[DOWN] If focus is on one of the selection lists: Select the value which is below the current value. If the last value is selected, select the first value in the list. Exception: AM/ PM List: stay on the last item.</li> <li>[LEFT] If focus is on one of the selection lists: Move focus to the selection list which is left of the current selection list. If focus is at the first selection list, move focus to the last selection list.</li> <li>[RIGHT] If focus is on one of the selection lists: Move focus to the selection list which is right of the current selection list. When focus is at the last selection list, move focus to the first selection list.</li> <li>[PAGEUP] If focus is on one of the selection lists: Move focus to the first entry of this list.</li> <li>[PAGEDOWN] If focus is on one of the selection lists: Move focus to the last entry of this list.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/TimePicker.js\";</code>",
|
|
4905
5463
|
"constructor": { "visibility": "public" },
|
|
4906
5464
|
"properties": [
|
|
4907
5465
|
{
|
|
@@ -5181,7 +5739,7 @@
|
|
|
5181
5739
|
"visibility": "public",
|
|
5182
5740
|
"since": "1.0.0-rc.9",
|
|
5183
5741
|
"type": "sap.ui.webcomponents.main.IIcon",
|
|
5184
|
-
"description": "Defines the close icon for the token. If nothing is provided to this slot, the default close icon will be used. Accepts <code>ui5-icon</code
|
|
5742
|
+
"description": "Defines the close icon for the token. If nothing is provided to this slot, the default close icon will be used. Accepts <code>ui5-icon</code>."
|
|
5185
5743
|
}
|
|
5186
5744
|
],
|
|
5187
5745
|
"events": [
|
|
@@ -5268,6 +5826,7 @@
|
|
|
5268
5826
|
"events": [
|
|
5269
5827
|
{
|
|
5270
5828
|
"name": "item-click",
|
|
5829
|
+
"allowPreventDefault": "true",
|
|
5271
5830
|
"visibility": "public",
|
|
5272
5831
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
|
|
5273
5832
|
"description": "Fired when a tree item is activated."
|
|
@@ -5278,6 +5837,20 @@
|
|
|
5278
5837
|
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the deleted item." } ],
|
|
5279
5838
|
"description": "Fired when the Delete button of any tree item is pressed. <br><br> <b>Note:</b> A Delete button is displayed on each item, when the component <code>mode</code> property is set to <code>Delete</code>."
|
|
5280
5839
|
},
|
|
5840
|
+
{
|
|
5841
|
+
"name": "item-mouseout",
|
|
5842
|
+
"visibility": "public",
|
|
5843
|
+
"since": "1.0.0-rc.16",
|
|
5844
|
+
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the hovered item." } ],
|
|
5845
|
+
"description": "Fired when the mouse cursor leaves the tree item borders."
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "item-mouseover",
|
|
5849
|
+
"visibility": "public",
|
|
5850
|
+
"since": "1.0.0-rc.16",
|
|
5851
|
+
"parameters": [ { "name": "item", "type": "HTMLElement", "description": "the hovered item." } ],
|
|
5852
|
+
"description": "Fired when the mouse cursor enters the tree item borders."
|
|
5853
|
+
},
|
|
5281
5854
|
{
|
|
5282
5855
|
"name": "item-toggle",
|
|
5283
5856
|
"allowPreventDefault": "true",
|
|
@@ -5379,10 +5952,18 @@
|
|
|
5379
5952
|
{
|
|
5380
5953
|
"name": "icon",
|
|
5381
5954
|
"visibility": "public",
|
|
5382
|
-
"type": "
|
|
5955
|
+
"type": "string",
|
|
5383
5956
|
"description": "If set, an icon will be displayed before the text, representing the tree item.",
|
|
5384
5957
|
"defaultValue": "\"\""
|
|
5385
5958
|
},
|
|
5959
|
+
{
|
|
5960
|
+
"name": "indeterminate",
|
|
5961
|
+
"visibility": "public",
|
|
5962
|
+
"since": "1.1.0",
|
|
5963
|
+
"type": "boolean",
|
|
5964
|
+
"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.",
|
|
5965
|
+
"defaultValue": "false"
|
|
5966
|
+
},
|
|
5386
5967
|
{
|
|
5387
5968
|
"name": "selected",
|
|
5388
5969
|
"visibility": "public",
|
|
@@ -5393,7 +5974,7 @@
|
|
|
5393
5974
|
{
|
|
5394
5975
|
"name": "text",
|
|
5395
5976
|
"visibility": "public",
|
|
5396
|
-
"type": "
|
|
5977
|
+
"type": "string",
|
|
5397
5978
|
"description": "Defines the text of the tree item.",
|
|
5398
5979
|
"defaultValue": "\"\""
|
|
5399
5980
|
}
|
|
@@ -5468,7 +6049,7 @@
|
|
|
5468
6049
|
{
|
|
5469
6050
|
"name": "icon",
|
|
5470
6051
|
"visibility": "public",
|
|
5471
|
-
"type": "
|
|
6052
|
+
"type": "string",
|
|
5472
6053
|
"description": "If set, an icon will be displayed before the text of the tree list item.",
|
|
5473
6054
|
"defaultValue": "\"\""
|
|
5474
6055
|
},
|
|
@@ -5887,6 +6468,50 @@
|
|
|
5887
6468
|
],
|
|
5888
6469
|
"slots": []
|
|
5889
6470
|
},
|
|
6471
|
+
{
|
|
6472
|
+
"kind": "class",
|
|
6473
|
+
"name": "sap.ui.webcomponents.main.types.HasPopup",
|
|
6474
|
+
"basename": "HasPopup",
|
|
6475
|
+
"resource": "types/HasPopup.js",
|
|
6476
|
+
"module": "types/HasPopup",
|
|
6477
|
+
"static": true,
|
|
6478
|
+
"visibility": "public",
|
|
6479
|
+
"description": "Different types of HasPopup.",
|
|
6480
|
+
"constructor": { "visibility": "public" },
|
|
6481
|
+
"properties": [
|
|
6482
|
+
{
|
|
6483
|
+
"name": "Dialog",
|
|
6484
|
+
"visibility": "public",
|
|
6485
|
+
"type": "Dialog",
|
|
6486
|
+
"description": "Dialog popup type."
|
|
6487
|
+
},
|
|
6488
|
+
{
|
|
6489
|
+
"name": "Grid",
|
|
6490
|
+
"visibility": "public",
|
|
6491
|
+
"type": "Grid",
|
|
6492
|
+
"description": "Grid popup type."
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "ListBox",
|
|
6496
|
+
"visibility": "public",
|
|
6497
|
+
"type": "ListBox",
|
|
6498
|
+
"description": "ListBox popup type."
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"name": "Menu",
|
|
6502
|
+
"visibility": "public",
|
|
6503
|
+
"type": "Menu",
|
|
6504
|
+
"description": "Menu popup type."
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"name": "Tree",
|
|
6508
|
+
"visibility": "public",
|
|
6509
|
+
"type": "Tree",
|
|
6510
|
+
"description": "Tree popup type."
|
|
6511
|
+
}
|
|
6512
|
+
],
|
|
6513
|
+
"slots": []
|
|
6514
|
+
},
|
|
5890
6515
|
{
|
|
5891
6516
|
"kind": "class",
|
|
5892
6517
|
"name": "sap.ui.webcomponents.main.types.InputType",
|
|
@@ -5977,8 +6602,29 @@
|
|
|
5977
6602
|
"module": "types/ListGrowingMode",
|
|
5978
6603
|
"static": true,
|
|
5979
6604
|
"visibility": "public",
|
|
5980
|
-
"description": "Defines the growing mode, used in the <code>ui5-
|
|
5981
|
-
"constructor": { "visibility": "public" }
|
|
6605
|
+
"description": "Defines the growing mode, used in the <code>ui5-list</code>.",
|
|
6606
|
+
"constructor": { "visibility": "public" },
|
|
6607
|
+
"properties": [
|
|
6608
|
+
{
|
|
6609
|
+
"name": "Button",
|
|
6610
|
+
"visibility": "public",
|
|
6611
|
+
"type": "Button",
|
|
6612
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "None",
|
|
6616
|
+
"visibility": "public",
|
|
6617
|
+
"type": "None",
|
|
6618
|
+
"description": "Component's growing is not enabled."
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "Scroll",
|
|
6622
|
+
"visibility": "public",
|
|
6623
|
+
"type": "Scroll",
|
|
6624
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
6625
|
+
}
|
|
6626
|
+
],
|
|
6627
|
+
"slots": []
|
|
5982
6628
|
},
|
|
5983
6629
|
{
|
|
5984
6630
|
"kind": "class",
|
|
@@ -6417,7 +7063,28 @@
|
|
|
6417
7063
|
"static": true,
|
|
6418
7064
|
"visibility": "public",
|
|
6419
7065
|
"description": "Defines the growing mode, used in the <code>ui5-table</code>.",
|
|
6420
|
-
"constructor": { "visibility": "public" }
|
|
7066
|
+
"constructor": { "visibility": "public" },
|
|
7067
|
+
"properties": [
|
|
7068
|
+
{
|
|
7069
|
+
"name": "Button",
|
|
7070
|
+
"visibility": "public",
|
|
7071
|
+
"type": "Button",
|
|
7072
|
+
"description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"name": "None",
|
|
7076
|
+
"visibility": "public",
|
|
7077
|
+
"type": "None",
|
|
7078
|
+
"description": "Component's growing is not enabled."
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"name": "Scroll",
|
|
7082
|
+
"visibility": "public",
|
|
7083
|
+
"type": "Scroll",
|
|
7084
|
+
"description": "Component's <code>load-more</code> is fired upon scroll."
|
|
7085
|
+
}
|
|
7086
|
+
],
|
|
7087
|
+
"slots": []
|
|
6421
7088
|
},
|
|
6422
7089
|
{
|
|
6423
7090
|
"kind": "class",
|
|
@@ -6477,6 +7144,32 @@
|
|
|
6477
7144
|
],
|
|
6478
7145
|
"slots": []
|
|
6479
7146
|
},
|
|
7147
|
+
{
|
|
7148
|
+
"kind": "class",
|
|
7149
|
+
"name": "sap.ui.webcomponents.main.types.TabsOverflowMode",
|
|
7150
|
+
"basename": "TabsOverflowMode",
|
|
7151
|
+
"resource": "types/TabsOverflowMode.js",
|
|
7152
|
+
"module": "types/TabsOverflowMode",
|
|
7153
|
+
"static": true,
|
|
7154
|
+
"visibility": "public",
|
|
7155
|
+
"description": "Different types of overflow modes.",
|
|
7156
|
+
"constructor": { "visibility": "public" },
|
|
7157
|
+
"properties": [
|
|
7158
|
+
{
|
|
7159
|
+
"name": "End",
|
|
7160
|
+
"visibility": "public",
|
|
7161
|
+
"type": "End",
|
|
7162
|
+
"description": "End type is used if there should be only one overflow with hidden the tabs at the end of the tab container."
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"name": "StartAndEnd",
|
|
7166
|
+
"visibility": "public",
|
|
7167
|
+
"type": "StartAndEnd",
|
|
7168
|
+
"description": "StartAndEnd type is used if there should be two overflows on both ends of the tab container."
|
|
7169
|
+
}
|
|
7170
|
+
],
|
|
7171
|
+
"slots": []
|
|
7172
|
+
},
|
|
6480
7173
|
{
|
|
6481
7174
|
"kind": "class",
|
|
6482
7175
|
"name": "sap.ui.webcomponents.main.types.TitleLevel",
|