@ui5/webcomponents 0.0.0-7c7170d4a → 0.0.0-7d8c57f70
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/.eslintrc.cjs +3 -0
- package/CHANGELOG.md +53 -1010
- package/README.md +41 -4
- package/config/wdio.conf.cjs +15 -0
- package/customI18n.js +50 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Assets-static.d.ts +4 -0
- package/dist/Assets-static.js +6 -0
- package/dist/Assets-static.js.map +1 -0
- package/dist/Avatar.d.ts +7 -16
- package/dist/Avatar.js +4 -5
- package/dist/Avatar.js.map +1 -1
- package/dist/AvatarGroup.d.ts +10 -15
- package/dist/AvatarGroup.js +6 -7
- package/dist/AvatarGroup.js.map +1 -1
- package/dist/{Tag.d.ts → Badge.d.ts} +16 -23
- package/dist/{Tag.js → Badge.js} +49 -59
- package/dist/Badge.js.map +1 -0
- package/dist/Breadcrumbs.d.ts +6 -7
- package/dist/Breadcrumbs.js +24 -22
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/BusyIndicator.d.ts +1 -1
- package/dist/BusyIndicator.js +1 -5
- package/dist/BusyIndicator.js.map +1 -1
- package/dist/Button.d.ts +42 -38
- package/dist/Button.js +46 -30
- package/dist/Button.js.map +1 -1
- package/dist/Calendar.d.ts +14 -14
- package/dist/Calendar.js +38 -85
- package/dist/Calendar.js.map +1 -1
- package/dist/CalendarDate.d.ts +1 -2
- package/dist/CalendarDate.js +0 -1
- package/dist/CalendarDate.js.map +1 -1
- package/dist/CalendarLegend.js +1 -1
- package/dist/CalendarLegend.js.map +1 -1
- package/dist/CalendarPart.d.ts +1 -2
- package/dist/CalendarPart.js +1 -2
- package/dist/CalendarPart.js.map +1 -1
- package/dist/Card.d.ts +13 -3
- package/dist/Card.js +1 -1
- package/dist/Card.js.map +1 -1
- package/dist/CardHeader.d.ts +8 -6
- package/dist/CardHeader.js +7 -11
- package/dist/CardHeader.js.map +1 -1
- package/dist/Carousel.d.ts +18 -13
- package/dist/Carousel.js +20 -36
- package/dist/Carousel.js.map +1 -1
- package/dist/CheckBox.d.ts +20 -12
- package/dist/CheckBox.js +23 -20
- package/dist/CheckBox.js.map +1 -1
- package/dist/ColorPalette.d.ts +7 -7
- package/dist/ColorPalette.js +19 -16
- package/dist/ColorPalette.js.map +1 -1
- package/dist/ColorPalettePopover.d.ts +16 -2
- package/dist/ColorPalettePopover.js +23 -0
- package/dist/ColorPalettePopover.js.map +1 -1
- package/dist/ColorPicker.d.ts +4 -16
- package/dist/ColorPicker.js +23 -33
- package/dist/ColorPicker.js.map +1 -1
- package/dist/ComboBox.d.ts +3 -16
- package/dist/ComboBox.js +42 -70
- package/dist/ComboBox.js.map +1 -1
- package/dist/CustomListItem.d.ts +1 -8
- package/dist/CustomListItem.js +4 -7
- package/dist/CustomListItem.js.map +1 -1
- package/dist/DateComponentBase.js +1 -2
- package/dist/DateComponentBase.js.map +1 -1
- package/dist/DatePicker.d.ts +42 -23
- package/dist/DatePicker.js +76 -48
- package/dist/DatePicker.js.map +1 -1
- package/dist/DateRangePicker.d.ts +10 -7
- package/dist/DateRangePicker.js +13 -25
- package/dist/DateRangePicker.js.map +1 -1
- package/dist/DateTimePicker.d.ts +17 -8
- package/dist/DateTimePicker.js +33 -20
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/DayPicker.js +7 -10
- package/dist/DayPicker.js.map +1 -1
- package/dist/Dialog.d.ts +19 -1
- package/dist/Dialog.js +37 -5
- package/dist/Dialog.js.map +1 -1
- package/dist/DropIndicator.d.ts +2 -1
- package/dist/DropIndicator.js +6 -13
- package/dist/DropIndicator.js.map +1 -1
- package/dist/FileUploader.d.ts +30 -9
- package/dist/FileUploader.js +73 -36
- package/dist/FileUploader.js.map +1 -1
- package/dist/{ListItemGroupHeader.d.ts → GroupHeaderListItem.d.ts} +5 -4
- package/dist/{ListItemGroupHeader.js → GroupHeaderListItem.js} +17 -17
- package/dist/GroupHeaderListItem.js.map +1 -0
- package/dist/Icon.d.ts +30 -9
- package/dist/Icon.js +41 -20
- package/dist/Icon.js.map +1 -1
- package/dist/Input.d.ts +74 -55
- package/dist/Input.js +230 -185
- package/dist/Input.js.map +1 -1
- package/dist/Label.d.ts +1 -1
- package/dist/Label.js +1 -1
- package/dist/Label.js.map +1 -1
- package/dist/Link.d.ts +25 -18
- package/dist/Link.js +4 -4
- package/dist/Link.js.map +1 -1
- package/dist/List.d.ts +31 -40
- package/dist/List.js +45 -141
- package/dist/List.js.map +1 -1
- package/dist/ListItem.d.ts +53 -21
- package/dist/ListItem.js +39 -35
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBase.d.ts +2 -3
- package/dist/ListItemBase.js +1 -1
- package/dist/ListItemBase.js.map +1 -1
- package/dist/Menu.d.ts +7 -10
- package/dist/Menu.js +29 -40
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItem.d.ts +4 -4
- package/dist/MenuItem.js +4 -4
- package/dist/MenuItem.js.map +1 -1
- package/dist/MenuListItem.d.ts +1 -1
- package/dist/MenuListItem.js +3 -3
- package/dist/MenuListItem.js.map +1 -1
- package/dist/MessageStrip.d.ts +9 -18
- package/dist/MessageStrip.js +12 -23
- package/dist/MessageStrip.js.map +1 -1
- package/dist/MultiComboBox.d.ts +19 -33
- package/dist/MultiComboBox.js +120 -148
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxItem.d.ts +0 -2
- package/dist/MultiComboBoxItem.js +0 -4
- package/dist/MultiComboBoxItem.js.map +1 -1
- package/dist/MultiInput.d.ts +13 -21
- package/dist/MultiInput.js +86 -62
- package/dist/MultiInput.js.map +1 -1
- package/dist/NavigationMenu.js +6 -6
- package/dist/NavigationMenu.js.map +1 -1
- package/dist/Option.d.ts +13 -4
- package/dist/Option.js +4 -1
- package/dist/Option.js.map +1 -1
- package/dist/Popover.d.ts +34 -18
- package/dist/Popover.js +93 -99
- package/dist/Popover.js.map +1 -1
- package/dist/Popup.d.ts +40 -28
- package/dist/Popup.js +77 -91
- package/dist/Popup.js.map +1 -1
- package/dist/ProgressIndicator.d.ts +7 -0
- package/dist/ProgressIndicator.js +12 -6
- package/dist/ProgressIndicator.js.map +1 -1
- package/dist/RadioButton.d.ts +27 -17
- package/dist/RadioButton.js +34 -27
- package/dist/RadioButton.js.map +1 -1
- package/dist/RadioButtonGroup.js +5 -6
- package/dist/RadioButtonGroup.js.map +1 -1
- package/dist/RangeSlider.d.ts +1 -3
- package/dist/RangeSlider.js +0 -7
- package/dist/RangeSlider.js.map +1 -1
- package/dist/ResponsivePopover.d.ts +15 -4
- package/dist/ResponsivePopover.js +33 -19
- package/dist/ResponsivePopover.js.map +1 -1
- package/dist/SegmentedButton.d.ts +14 -4
- package/dist/SegmentedButton.js +32 -12
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +26 -62
- package/dist/SegmentedButtonItem.js +20 -71
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/Select.d.ts +31 -22
- package/dist/Select.js +70 -64
- package/dist/Select.js.map +1 -1
- package/dist/SelectMenu.d.ts +1 -1
- package/dist/SelectMenu.js +13 -14
- package/dist/SelectMenu.js.map +1 -1
- package/dist/SelectMenuOption.d.ts +3 -4
- package/dist/SelectMenuOption.js.map +1 -1
- package/dist/Slider.d.ts +1 -3
- package/dist/Slider.js +0 -4
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +1 -11
- package/dist/SliderBase.js +1 -7
- package/dist/SliderBase.js.map +1 -1
- package/dist/SplitButton.d.ts +34 -3
- package/dist/SplitButton.js +49 -18
- package/dist/SplitButton.js.map +1 -1
- package/dist/StandardListItem.d.ts +1 -8
- package/dist/StandardListItem.js +0 -3
- package/dist/StandardListItem.js.map +1 -1
- package/dist/StepInput.d.ts +15 -6
- package/dist/StepInput.js +14 -10
- package/dist/StepInput.js.map +1 -1
- package/dist/SuggestionGroupItem.js +2 -2
- package/dist/SuggestionGroupItem.js.map +1 -1
- package/dist/Switch.d.ts +18 -9
- package/dist/Switch.js +21 -13
- package/dist/Switch.js.map +1 -1
- package/dist/Tab.d.ts +11 -25
- package/dist/Tab.js +32 -40
- package/dist/Tab.js.map +1 -1
- package/dist/TabContainer.d.ts +77 -48
- package/dist/TabContainer.js +174 -170
- package/dist/TabContainer.js.map +1 -1
- package/dist/TabSeparator.d.ts +6 -16
- package/dist/TabSeparator.js +12 -11
- package/dist/TabSeparator.js.map +1 -1
- package/dist/Table.d.ts +364 -0
- package/dist/Table.js +874 -0
- package/dist/Table.js.map +1 -0
- package/dist/TableCell.d.ts +37 -0
- package/dist/TableCell.js +63 -0
- package/dist/TableCell.js.map +1 -0
- package/dist/TableColumn.d.ts +63 -0
- package/dist/TableColumn.js +59 -0
- package/dist/TableColumn.js.map +1 -0
- package/dist/TableGroupRow.d.ts +44 -0
- package/dist/TableGroupRow.js +102 -0
- package/dist/TableGroupRow.js.map +1 -0
- package/dist/TableRow.d.ts +120 -0
- package/dist/TableRow.js +323 -0
- package/dist/TableRow.js.map +1 -0
- package/dist/TextArea.d.ts +32 -24
- package/dist/TextArea.js +42 -46
- package/dist/TextArea.js.map +1 -1
- package/dist/TimePicker.d.ts +14 -183
- package/dist/TimePicker.js +22 -471
- package/dist/TimePicker.js.map +1 -1
- package/dist/TimePickerBase.d.ts +174 -0
- package/dist/TimePickerBase.js +475 -0
- package/dist/TimePickerBase.js.map +1 -0
- package/dist/TimePickerInternals.d.ts +3 -3
- package/dist/TimePickerInternals.js +5 -6
- package/dist/TimePickerInternals.js.map +1 -1
- package/dist/TimeSelection.d.ts +144 -0
- package/dist/TimeSelection.js +375 -0
- package/dist/TimeSelection.js.map +1 -0
- package/dist/TimeSelectionClocks.js +4 -2
- package/dist/TimeSelectionClocks.js.map +1 -1
- package/dist/TimeSelectionInputs.js +2 -0
- package/dist/TimeSelectionInputs.js.map +1 -1
- package/dist/Title.d.ts +2 -1
- package/dist/Title.js +10 -7
- package/dist/Title.js.map +1 -1
- package/dist/Toast.d.ts +8 -11
- package/dist/Toast.js +32 -36
- package/dist/Toast.js.map +1 -1
- package/dist/ToggleSpinButton.d.ts +1 -1
- package/dist/ToggleSpinButton.js +1 -1
- package/dist/ToggleSpinButton.js.map +1 -1
- package/dist/Token.d.ts +8 -8
- package/dist/Token.js +11 -11
- package/dist/Token.js.map +1 -1
- package/dist/Tokenizer.d.ts +47 -130
- package/dist/Tokenizer.js +176 -359
- package/dist/Tokenizer.js.map +1 -1
- package/dist/Toolbar.d.ts +8 -7
- package/dist/Toolbar.js +28 -20
- package/dist/Toolbar.js.map +1 -1
- package/dist/ToolbarButton.d.ts +18 -14
- package/dist/ToolbarButton.js +3 -1
- package/dist/ToolbarButton.js.map +1 -1
- package/dist/ToolbarRegistry.d.ts +2 -1
- package/dist/ToolbarRegistry.js +4 -1
- package/dist/ToolbarRegistry.js.map +1 -1
- package/dist/Tree.d.ts +13 -25
- package/dist/Tree.js +10 -92
- package/dist/Tree.js.map +1 -1
- package/dist/TreeItemBase.d.ts +5 -12
- package/dist/TreeItemBase.js +4 -7
- package/dist/TreeItemBase.js.map +1 -1
- package/dist/TreeItemCustom.d.ts +1 -1
- package/dist/TreeItemCustom.js +4 -4
- package/dist/TreeItemCustom.js.map +1 -1
- package/dist/WheelSlider.d.ts +101 -0
- package/dist/WheelSlider.js +338 -0
- package/dist/WheelSlider.js.map +1 -0
- package/dist/bundle.common.bootstrap.js.map +1 -1
- package/dist/bundle.esm.d.ts +3 -3
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Badge.css +1 -0
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/CustomListItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/DropIndicator.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/GroupHeaderListItem.css +1 -0
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Label.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuListItem.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/NavigationMenu.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/Popup.css +1 -1
- package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SelectMenu.css +1 -1
- package/dist/css/themes/SelectPopover.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/TabSeparatorInStrip.css +1 -1
- 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/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/TimeSelection.css +1 -0
- package/dist/css/themes/Title.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/WheelSlider.css +1 -0
- package/dist/css/themes/YearPicker.css +1 -1
- 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 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +3846 -3325
- package/dist/custom-elements.json +3303 -2747
- package/dist/features/ColorPaletteMoreColors.d.ts +1 -1
- package/dist/features/InputElementsFormSupport.d.ts +41 -0
- package/dist/features/InputElementsFormSupport.js +134 -0
- package/dist/features/InputElementsFormSupport.js.map +1 -0
- package/dist/features/InputSuggestions.d.ts +20 -14
- package/dist/features/InputSuggestions.js +72 -30
- package/dist/features/InputSuggestions.js.map +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_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_in.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +13 -15
- package/dist/generated/i18n/i18n-defaults.js +15 -17
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/json-imports/Themes-static.d.ts +1 -0
- package/dist/generated/json-imports/Themes-static.js +45 -0
- package/dist/generated/json-imports/Themes-static.js.map +1 -0
- package/dist/generated/json-imports/Themes.js +5 -2
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/json-imports/i18n-static.d.ts +1 -0
- package/dist/generated/json-imports/i18n-static.js +168 -0
- package/dist/generated/json-imports/i18n-static.js.map +1 -0
- package/dist/generated/json-imports/i18n.js +1 -1
- package/dist/generated/json-imports/i18n.js.map +1 -1
- package/dist/generated/templates/AvatarGroupTemplate.lit.js +1 -1
- package/dist/generated/templates/AvatarGroupTemplate.lit.js.map +1 -1
- package/dist/generated/templates/BadgeTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/BadgeTemplate.lit.js +11 -0
- package/dist/generated/templates/BadgeTemplate.lit.js.map +1 -0
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +1 -2
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js +2 -2
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ButtonTemplate.lit.js +3 -4
- package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
- package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CardHeaderTemplate.lit.js +2 -2
- package/dist/generated/templates/CardHeaderTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CheckBoxTemplate.lit.js +1 -1
- package/dist/generated/templates/CheckBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -2
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ColorPaletteTemplate.lit.js +1 -2
- package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ColorPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/ColorPickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +4 -4
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ComboBoxTemplate.lit.js +4 -23
- package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/CustomListItemTemplate.lit.js +3 -3
- package/dist/generated/templates/CustomListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DatePickerTemplate.lit.js +3 -6
- package/dist/generated/templates/DatePickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/DialogTemplate.lit.js +1 -1
- package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/FileUploaderTemplate.lit.js +4 -6
- package/dist/generated/templates/FileUploaderTemplate.lit.js.map +1 -1
- package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.d.ts → GroupHeaderListItemTemplate.lit.d.ts} +2 -2
- package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.js → GroupHeaderListItemTemplate.lit.js} +1 -1
- package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.js.map → GroupHeaderListItemTemplate.lit.js.map} +1 -1
- package/dist/generated/templates/IconTemplate.lit.js +1 -1
- package/dist/generated/templates/IconTemplate.lit.js.map +1 -1
- package/dist/generated/templates/InputPopoverTemplate.lit.js +17 -17
- package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/InputTemplate.lit.js +6 -26
- package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/LinkTemplate.lit.js +1 -1
- package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js +3 -3
- package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ListTemplate.lit.js +2 -2
- package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MenuListItemTemplate.lit.js +3 -3
- package/dist/generated/templates/MenuListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MenuTemplate.lit.js +7 -7
- package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +8 -8
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +4 -30
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MultiInputTemplate.lit.js +11 -28
- package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/NavigationMenuTemplate.lit.js +8 -8
- package/dist/generated/templates/NavigationMenuTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +2 -2
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/PopupTemplate.lit.js +1 -1
- package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +1 -1
- package/dist/generated/templates/RadioButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/RadioButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +4 -4
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SelectMenuTemplate.lit.js +1 -1
- package/dist/generated/templates/SelectMenuTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +3 -3
- package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SelectTemplate.lit.js +4 -20
- package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/StandardListItemTemplate.lit.js +5 -5
- package/dist/generated/templates/StandardListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/StepInputTemplate.lit.js +3 -3
- package/dist/generated/templates/StepInputTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +5 -5
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SwitchTemplate.lit.js +1 -1
- package/dist/generated/templates/SwitchTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabContainerTemplate.lit.js +3 -4
- package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
- package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabInStripTemplate.lit.js +2 -2
- package/dist/generated/templates/TabInStripTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TableCellTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableCellTemplate.lit.js +5 -0
- package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableColumnTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableColumnTemplate.lit.js +5 -0
- package/dist/generated/templates/TableColumnTemplate.lit.js.map +1 -0
- package/dist/generated/templates/{ListItemGroupTemplate.lit.d.ts → TableGroupRowTemplate.lit.d.ts} +2 -2
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +5 -0
- package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +1 -0
- package/dist/generated/templates/{FormItemTemplate.lit.d.ts → TableRowTemplate.lit.d.ts} +2 -2
- package/dist/generated/templates/TableRowTemplate.lit.js +16 -0
- package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableTemplate.lit.js +15 -0
- package/dist/generated/templates/TableTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TextAreaTemplate.lit.js +2 -6
- package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimePickerTemplate.lit.js +2 -3
- package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js +1 -1
- package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js +1 -1
- package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimeSelectionTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TimeSelectionTemplate.lit.js +9 -0
- package/dist/generated/templates/TimeSelectionTemplate.lit.js.map +1 -0
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +3 -4
- package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +3 -4
- package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TokenTemplate.lit.js +2 -2
- package/dist/generated/templates/TokenTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +10 -5
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TokenizerTemplate.lit.js +3 -6
- package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToolbarPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ToolbarTemplate.lit.js +1 -2
- package/dist/generated/templates/ToolbarTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemBaseTemplate.lit.js +3 -3
- package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemCustomTemplate.lit.js +3 -3
- package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeItemTemplate.lit.js +3 -3
- package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TreeTemplate.lit.js +1 -1
- package/dist/generated/templates/TreeTemplate.lit.js.map +1 -1
- package/dist/generated/templates/WheelSliderTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/WheelSliderTemplate.lit.js +8 -0
- package/dist/generated/templates/WheelSliderTemplate.lit.js.map +1 -0
- package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
- package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/Avatar.css.js.map +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Badge.css.js +9 -0
- package/dist/generated/themes/Badge.css.js.map +1 -0
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Button.css.js.map +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js.map +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegend.css.js +1 -1
- package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/{ColorPaletteDialog.css.js → ColorPaletteStaticArea.css.js} +2 -2
- package/dist/generated/themes/ColorPaletteStaticArea.css.js.map +1 -0
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/CustomListItem.css.js +1 -1
- package/dist/generated/themes/CustomListItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/DropIndicator.css.js +1 -1
- package/dist/generated/themes/DropIndicator.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/GroupHeaderListItem.css.js +9 -0
- package/dist/generated/themes/{ListItemGroupHeader.css.js.map → GroupHeaderListItem.css.js.map} +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Icon.css.js.map +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
- package/dist/generated/themes/Label.css.js +1 -1
- package/dist/generated/themes/Label.css.js.map +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/Link.css.js.map +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/List.css.js.map +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuListItem.css.js +1 -1
- package/dist/generated/themes/MenuListItem.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MonthPicker.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/Popup.css.js +1 -1
- package/dist/generated/themes/Popup.css.js.map +1 -1
- package/dist/generated/themes/{PopupBlockLayer.css.js → PopupStaticAreaStyles.css.js} +2 -2
- package/dist/generated/themes/PopupStaticAreaStyles.css.js.map +1 -0
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SelectMenu.css.js +1 -1
- package/dist/generated/themes/SelectMenu.css.js.map +1 -1
- package/dist/generated/themes/SelectPopover.css.js +1 -1
- package/dist/generated/themes/SelectPopover.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.js +1 -1
- package/dist/generated/themes/SplitButton.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/Switch.css.js.map +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInStrip.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
- package/dist/generated/themes/Table.css.js +9 -0
- package/dist/generated/themes/Table.css.js.map +1 -0
- package/dist/generated/themes/{ListItemGroup.css.js → TableCell.css.js} +2 -2
- package/dist/generated/themes/TableCell.css.js.map +1 -0
- package/dist/generated/themes/TableColumn.css.js +9 -0
- package/dist/generated/themes/TableColumn.css.js.map +1 -0
- package/dist/generated/themes/TableGroupRow.css.js +9 -0
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
- package/dist/generated/themes/TableRow.css.js +9 -0
- package/dist/generated/themes/TableRow.css.js.map +1 -0
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/{Text.css.js → TimeSelection.css.js} +2 -2
- package/dist/generated/themes/{ListItemGroup.css.js.map → TimeSelection.css.js.map} +1 -1
- package/dist/generated/themes/Title.css.js +1 -1
- package/dist/generated/themes/Title.css.js.map +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js.map +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Token.css.js.map +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js.map +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js.map +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/WheelSlider.css.js +9 -0
- package/dist/generated/themes/WheelSlider.css.js.map +1 -0
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
- package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
- package/dist/popup-utils/PopoverRegistry.js +3 -3
- package/dist/popup-utils/PopoverRegistry.js.map +1 -1
- package/dist/styles/Input.css +0 -0
- package/dist/styles/Input.module.css +0 -0
- package/dist/types/{TagDesign.d.ts → BadgeDesign.d.ts} +3 -3
- package/dist/types/{TagDesign.js → BadgeDesign.js} +14 -14
- package/dist/types/BadgeDesign.js.map +1 -0
- package/dist/types/{BreadcrumbsSeparator.d.ts → BreadcrumbsSeparatorStyle.d.ts} +3 -3
- package/dist/types/BreadcrumbsSeparatorStyle.js +39 -0
- package/dist/types/BreadcrumbsSeparatorStyle.js.map +1 -0
- package/dist/types/BusyIndicatorSize.d.ts +3 -3
- package/dist/types/BusyIndicatorSize.js +3 -3
- package/dist/types/BusyIndicatorSize.js.map +1 -1
- package/dist/types/{CarouselPageIndicatorType.d.ts → CarouselPageIndicatorStyle.d.ts} +3 -3
- package/dist/types/{CarouselPageIndicatorType.js → CarouselPageIndicatorStyle.js} +8 -8
- package/dist/types/CarouselPageIndicatorStyle.js.map +1 -0
- package/dist/types/HasPopup.d.ts +32 -0
- package/dist/types/HasPopup.js +34 -0
- package/dist/types/HasPopup.js.map +1 -0
- package/dist/types/HighlightTypes.d.ts +3 -3
- package/dist/types/HighlightTypes.js +3 -3
- package/dist/types/HighlightTypes.js.map +1 -1
- package/dist/types/InputType.d.ts +1 -7
- package/dist/types/InputType.js +0 -6
- package/dist/types/InputType.js.map +1 -1
- package/dist/types/{ListSelectionMode.d.ts → ListMode.d.ts} +8 -8
- package/dist/types/{ListSelectionMode.js → ListMode.js} +13 -13
- package/dist/types/ListMode.js.map +1 -0
- package/dist/types/MessageStripDesign.d.ts +1 -11
- package/dist/types/MessageStripDesign.js +1 -11
- package/dist/types/MessageStripDesign.js.map +1 -1
- package/dist/types/PopoverHorizontalAlign.d.ts +4 -4
- package/dist/types/PopoverHorizontalAlign.js +4 -4
- package/dist/types/PopoverHorizontalAlign.js.map +1 -1
- package/dist/types/{PopoverPlacement.d.ts → PopoverPlacementType.d.ts} +7 -7
- package/dist/types/PopoverPlacementType.js +29 -0
- package/dist/types/PopoverPlacementType.js.map +1 -0
- package/dist/types/{SegmentedButtonSelectionMode.d.ts → SegmentedButtonMode.d.ts} +5 -5
- package/dist/types/SegmentedButtonMode.js +19 -0
- package/dist/types/SegmentedButtonMode.js.map +1 -0
- package/dist/types/TabContainerBackgroundDesign.d.ts +22 -0
- package/dist/types/TabContainerBackgroundDesign.js +24 -0
- package/dist/types/TabContainerBackgroundDesign.js.map +1 -0
- package/dist/types/TableColumnPopinDisplay.d.ts +17 -0
- package/dist/types/TableColumnPopinDisplay.js +19 -0
- package/dist/types/TableColumnPopinDisplay.js.map +1 -0
- package/dist/types/TableGrowingMode.d.ts +23 -0
- package/dist/types/TableGrowingMode.js +25 -0
- package/dist/types/TableGrowingMode.js.map +1 -0
- package/dist/types/TableMode.d.ts +22 -0
- package/dist/types/TableMode.js +24 -0
- package/dist/types/TableMode.js.map +1 -0
- package/dist/types/TableRowType.d.ts +17 -0
- package/dist/types/TableRowType.js +19 -0
- package/dist/types/TableRowType.js.map +1 -0
- package/dist/types/{OverflowMode.d.ts → TabsOverflowMode.d.ts} +2 -2
- package/dist/types/{OverflowMode.js → TabsOverflowMode.js} +7 -7
- package/dist/types/TabsOverflowMode.js.map +1 -0
- package/dist/vscode.html-custom-data.json +589 -587
- package/dist/web-types.json +1019 -1098
- package/package-scripts.cjs +1 -0
- package/package.json +9 -9
- package/src/AvatarGroup.hbs +1 -1
- package/src/{Tag.hbs → Badge.hbs} +5 -5
- package/src/Breadcrumbs.hbs +3 -5
- package/src/BreadcrumbsPopover.hbs +3 -3
- package/src/BusyIndicator.hbs +1 -1
- package/src/Button.hbs +4 -12
- package/src/Calendar.hbs +1 -0
- package/src/CardHeader.hbs +3 -3
- package/src/CheckBox.hbs +2 -0
- package/src/ColorPalette.hbs +3 -5
- package/src/ColorPaletteDialog.hbs +0 -2
- package/src/ColorPalettePopover.hbs +2 -3
- package/src/ColorPicker.hbs +3 -3
- package/src/ComboBox.hbs +4 -5
- package/src/ComboBoxPopover.hbs +12 -10
- package/src/DatePicker.hbs +45 -2
- package/src/DatePickerPopover.hbs +6 -8
- package/src/DateTimePickerPopover.hbs +1 -1
- package/src/FileUploader.hbs +17 -12
- package/src/FileUploaderPopover.hbs +3 -3
- package/src/Icon.hbs +2 -0
- package/src/Input.hbs +12 -12
- package/src/InputPopover.hbs +17 -37
- package/src/Link.hbs +1 -1
- package/src/List.hbs +8 -6
- package/src/ListItem.hbs +2 -1
- package/src/Menu.hbs +15 -15
- package/src/MonthPicker.hbs +1 -1
- package/src/MultiComboBox.hbs +6 -7
- package/src/MultiComboBoxPopover.hbs +12 -12
- package/src/MultiInput.hbs +16 -5
- package/src/NavigationMenu.hbs +14 -14
- package/src/Popup.hbs +3 -4
- package/src/PopupBlockLayer.hbs +4 -1
- package/src/ProgressIndicator.hbs +1 -0
- package/src/RadioButton.hbs +1 -0
- package/src/ResponsivePopover.hbs +6 -13
- package/src/SegmentedButtonItem.hbs +15 -5
- package/src/Select.hbs +3 -4
- package/src/SelectMenu.hbs +7 -7
- package/src/SelectPopover.hbs +11 -11
- package/src/SplitButton.hbs +18 -16
- package/src/StandardListItem.hbs +2 -2
- package/src/StepInput.hbs +4 -2
- package/src/Switch.hbs +1 -0
- package/src/TabContainer.hbs +8 -10
- package/src/TabContainerPopover.hbs +3 -4
- package/src/TabInOverflow.hbs +1 -1
- package/src/TabInStrip.hbs +4 -4
- package/src/TabSeparatorInOverflow.hbs +1 -1
- package/src/Table.hbs +122 -0
- package/src/TableCell.hbs +7 -0
- package/src/TableColumn.hbs +7 -0
- package/src/TableGroupRow.hbs +11 -0
- package/src/TableRow.hbs +85 -0
- package/src/TextArea.hbs +2 -2
- package/src/TextAreaPopover.hbs +2 -2
- package/src/TimePicker.hbs +2 -3
- package/src/TimePickerPopover.hbs +11 -10
- package/src/TimeSelection.hbs +64 -0
- package/src/TimeSelectionClocks.hbs +1 -1
- package/src/TimeSelectionInputs.hbs +1 -1
- package/src/Token.hbs +1 -3
- package/src/Tokenizer.hbs +7 -14
- package/src/TokenizerPopover.hbs +40 -27
- package/src/Toolbar.hbs +1 -3
- package/src/ToolbarPopover.hbs +4 -4
- package/src/Tree.hbs +2 -9
- package/src/WheelSlider.hbs +49 -0
- package/src/YearPicker.hbs +1 -1
- package/src/i18n/messagebundle.properties +29 -31
- package/src/i18n/messagebundle_ar.properties +7 -9
- package/src/i18n/messagebundle_bg.properties +7 -9
- package/src/i18n/messagebundle_ca.properties +7 -9
- package/src/i18n/messagebundle_cnr.properties +7 -9
- package/src/i18n/messagebundle_cs.properties +7 -9
- package/src/i18n/messagebundle_cy.properties +7 -9
- package/src/i18n/messagebundle_da.properties +7 -9
- package/src/i18n/messagebundle_de.properties +7 -9
- package/src/i18n/messagebundle_el.properties +7 -9
- package/src/i18n/messagebundle_en.properties +7 -9
- package/src/i18n/messagebundle_en_GB.properties +7 -9
- package/src/i18n/messagebundle_en_US_sappsd.properties +1 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +7 -9
- package/src/i18n/messagebundle_en_US_saptrc.properties +1 -1
- package/src/i18n/messagebundle_es.properties +7 -9
- package/src/i18n/messagebundle_es_MX.properties +7 -9
- package/src/i18n/messagebundle_et.properties +7 -9
- package/src/i18n/messagebundle_fi.properties +7 -9
- package/src/i18n/messagebundle_fr.properties +7 -9
- package/src/i18n/messagebundle_fr_CA.properties +7 -9
- package/src/i18n/messagebundle_hi.properties +7 -9
- package/src/i18n/messagebundle_hr.properties +7 -9
- package/src/i18n/messagebundle_hu.properties +7 -9
- package/src/i18n/messagebundle_id.properties +7 -9
- package/src/i18n/messagebundle_in.properties +1 -1
- package/src/i18n/messagebundle_it.properties +7 -9
- package/src/i18n/messagebundle_iw.properties +7 -9
- package/src/i18n/messagebundle_ja.properties +7 -9
- package/src/i18n/messagebundle_kk.properties +7 -9
- package/src/i18n/messagebundle_ko.properties +7 -9
- package/src/i18n/messagebundle_lt.properties +7 -9
- package/src/i18n/messagebundle_lv.properties +7 -9
- package/src/i18n/messagebundle_mk.properties +7 -9
- package/src/i18n/messagebundle_ms.properties +7 -9
- package/src/i18n/messagebundle_nl.properties +7 -9
- package/src/i18n/messagebundle_no.properties +7 -9
- package/src/i18n/messagebundle_pl.properties +7 -9
- package/src/i18n/messagebundle_pt.properties +7 -9
- package/src/i18n/messagebundle_pt_PT.properties +7 -9
- package/src/i18n/messagebundle_ro.properties +7 -9
- package/src/i18n/messagebundle_ru.properties +7 -9
- package/src/i18n/messagebundle_sh.properties +30 -32
- package/src/i18n/messagebundle_sk.properties +7 -9
- package/src/i18n/messagebundle_sl.properties +7 -9
- package/src/i18n/messagebundle_sr.properties +7 -9
- package/src/i18n/messagebundle_sv.properties +7 -9
- package/src/i18n/messagebundle_th.properties +7 -9
- package/src/i18n/messagebundle_tr.properties +7 -9
- package/src/i18n/messagebundle_uk.properties +7 -9
- package/src/i18n/messagebundle_vi.properties +7 -9
- package/src/i18n/messagebundle_zh_CN.properties +7 -9
- package/src/i18n/messagebundle_zh_TW.properties +7 -9
- package/src/styles/Input.module.css +0 -0
- package/src/themes/Avatar.css +9 -9
- package/src/themes/AvatarGroup.css +3 -18
- package/src/themes/Badge.css +593 -0
- package/src/themes/Breadcrumbs.css +5 -5
- package/src/themes/BusyIndicator.css +21 -18
- package/src/themes/Button.css +22 -31
- package/src/themes/CalendarLegendItem.css +1 -4
- package/src/themes/CardHeader.css +4 -6
- package/src/themes/Carousel.css +1 -2
- package/src/themes/CheckBox.css +26 -23
- package/src/themes/Dialog.css +7 -20
- package/src/themes/DropIndicator.css +0 -16
- package/src/themes/FileUploader.css +3 -3
- package/src/themes/{ListItemGroupHeader.css → GroupHeaderListItem.css} +0 -4
- package/src/themes/Icon.css +2 -3
- package/src/themes/Input.css +56 -56
- package/src/themes/InputIcon.css +13 -6
- package/src/themes/InputSharedStyles.css +19 -18
- package/src/themes/Label.css +4 -7
- package/src/themes/List.css +3 -3
- package/src/themes/ListItem.css +9 -9
- package/src/themes/Menu.css +1 -1
- package/src/themes/MessageStrip.css +2 -155
- package/src/themes/MultiComboBox.css +0 -4
- package/src/themes/NavigationMenu.css +2 -0
- package/src/themes/Popover.css +12 -20
- package/src/themes/Popup.css +2 -5
- package/src/themes/PopupStaticAreaStyles.css +16 -0
- package/src/themes/PopupsCommon.css +4 -6
- package/src/themes/ProgressIndicator.css +22 -24
- package/src/themes/RadioButton.css +25 -22
- package/src/themes/ResponsivePopover.css +3 -3
- package/src/themes/ResponsivePopoverCommon.css +17 -17
- package/src/themes/SegmentedButton.css +2 -2
- package/src/themes/SplitButton.css +7 -12
- package/src/themes/StepInput.css +20 -20
- package/src/themes/TabContainer.css +0 -1
- package/src/themes/TabInOverflow.css +0 -1
- package/src/themes/TabInStrip.css +4 -8
- package/src/themes/TabSeparatorInOverflow.css +2 -2
- package/src/themes/TabSeparatorInStrip.css +2 -2
- package/src/themes/Table.css +106 -0
- package/src/themes/TableCell.css +27 -0
- package/src/themes/TableColumn.css +25 -0
- package/src/themes/TableGroupRow.css +32 -0
- package/src/themes/TableRow.css +130 -0
- package/src/themes/TextArea.css +41 -41
- package/src/themes/TimePicker.css +1 -1
- package/src/themes/TimeSelection.css +27 -0
- package/src/themes/Title.css +3 -10
- package/src/themes/ToggleButton.css +7 -7
- package/src/themes/Token.css +15 -10
- package/src/themes/Tokenizer.css +10 -24
- package/src/themes/TokenizerPopover.css +2 -14
- package/src/themes/TreeItem.css +6 -7
- package/src/themes/WheelSlider.css +203 -0
- package/src/themes/base/Avatar-parameters.css +0 -2
- package/src/themes/base/Badge-parameters.css +160 -0
- package/src/themes/base/BusyIndicator-parameters.css +1 -0
- package/src/themes/base/MessageStrip-parameters.css +0 -25
- package/src/themes/base/ProgressIndicator-parameters.css +1 -3
- package/src/themes/base/RadioButton-parameters.css +1 -0
- package/src/themes/base/Table-parameters.css +10 -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 +4 -0
- package/src/themes/base/WheelSlider-parameters.css +15 -0
- package/src/themes/base/sizes-parameters.css +31 -20
- package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_belize/Button-parameters.css +9 -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 +25 -0
- package/src/themes/sap_belize/Dialog-parameters.css +5 -0
- package/src/themes/sap_belize/Input-parameters.css +22 -0
- package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize/Panel-parameters.css +14 -0
- package/src/themes/sap_belize/PopupsCommon-parameters.css +8 -0
- package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
- package/src/themes/sap_belize/SliderBase-parameters.css +23 -0
- package/src/themes/sap_belize/SplitButton-parameters.css +6 -0
- package/src/themes/sap_belize/Switch-parameters.css +8 -0
- package/src/themes/sap_belize/TabContainer-parameters.css +10 -0
- package/src/themes/sap_belize/Table-parameters.css +7 -0
- package/src/themes/sap_belize/TableRow-parameters.css +6 -0
- package/src/themes/sap_belize/TextArea-parameters.css +23 -0
- package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
- package/src/themes/sap_belize/ToggleButton-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 +60 -0
- package/src/themes/sap_belize/sizes-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/Avatar-parameters.css +20 -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 +23 -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 +37 -0
- package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/Link-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Panel-parameters.css +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 +17 -0
- package/src/themes/sap_belize_hcb/SplitButton-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/TabContainer-parameters.css +44 -0
- package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/TableRow-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/TextArea-parameters.css +39 -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 +10 -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 +58 -0
- package/src/themes/sap_belize_hcb/sizes-parameters.css +15 -0
- package/src/themes/sap_belize_hcw/Avatar-parameters.css +20 -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 +24 -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 +37 -0
- package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/Link-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Panel-parameters.css +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 +17 -0
- package/src/themes/sap_belize_hcw/SplitButton-parameters.css +13 -0
- package/src/themes/sap_belize_hcw/Switch-parameters.css +16 -0
- package/src/themes/sap_belize_hcw/TabContainer-parameters.css +44 -0
- package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/TableRow-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/TextArea-parameters.css +39 -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 +10 -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 +58 -0
- package/src/themes/sap_belize_hcw/sizes-parameters.css +15 -0
- package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +11 -9
- package/src/themes/sap_fiori_3_dark/Badge-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +11 -9
- package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +46 -0
- package/src/themes/sap_fiori_3_hcb/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +0 -22
- 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/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -7
- package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +46 -0
- package/src/themes/sap_fiori_3_hcw/BusyIndicator-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +0 -22
- 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/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -6
- package/src/themes/sap_horizon/Badge-parameters.css +46 -0
- package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +2 -8
- package/src/themes/sap_horizon/Table-parameters.css +8 -0
- package/src/themes/sap_horizon/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon/parameters-bundle.css +9 -7
- package/src/themes/sap_horizon/rtl-parameters.css +2 -0
- package/src/themes/sap_horizon/sizes-parameters.css +0 -3
- package/src/themes/sap_horizon_dark/Badge-parameters.css +46 -0
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +0 -5
- package/src/themes/sap_horizon_dark/Table-parameters.css +8 -0
- package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +10 -7
- package/src/themes/sap_horizon_dark/sizes-parameters.css +0 -3
- package/src/themes/sap_horizon_dark_exp/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_dark_exp/Table-parameters.css +7 -0
- package/src/themes/sap_horizon_dark_exp/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_dark_exp/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +8 -2
- package/src/themes/sap_horizon_exp/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_exp/ProgressIndicatorLayout-parameters.css +2 -3
- package/src/themes/sap_horizon_exp/Table-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +8 -2
- package/src/themes/sap_horizon_hcb/Badge-parameters.css +151 -0
- package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +1 -0
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +0 -22
- package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +8 -6
- package/src/themes/sap_horizon_hcb_exp/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcb_exp/Table-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_hcb_exp/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +7 -2
- package/src/themes/sap_horizon_hcw/Badge-parameters.css +154 -0
- package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +1 -0
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +0 -22
- package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +8 -6
- package/src/themes/sap_horizon_hcw_exp/Badge-parameters.css +43 -0
- package/src/themes/sap_horizon_hcw_exp/Table-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw_exp/TableGroupRow-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +7 -2
- package/.env.testing +0 -4
- package/dist/Bar.d.ts +0 -73
- package/dist/Bar.js +0 -113
- package/dist/Bar.js.map +0 -1
- package/dist/CalendarDateRange.d.ts +0 -31
- package/dist/CalendarDateRange.js +0 -36
- package/dist/CalendarDateRange.js.map +0 -1
- package/dist/Form.d.ts +0 -197
- package/dist/Form.js +0 -355
- package/dist/Form.js.map +0 -1
- package/dist/FormGroup.d.ts +0 -63
- package/dist/FormGroup.js +0 -86
- package/dist/FormGroup.js.map +0 -1
- package/dist/FormItem.d.ts +0 -62
- package/dist/FormItem.js +0 -76
- package/dist/FormItem.js.map +0 -1
- package/dist/ListItemGroup.d.ts +0 -56
- package/dist/ListItemGroup.js +0 -83
- package/dist/ListItemGroup.js.map +0 -1
- package/dist/ListItemGroupHeader.js.map +0 -1
- package/dist/Tag.js.map +0 -1
- package/dist/Text.d.ts +0 -40
- package/dist/Text.js +0 -64
- package/dist/Text.js.map +0 -1
- package/dist/bundle.common.bootstrap.js +0 -3
- package/dist/bundle.esm.js +0 -286
- package/dist/bundle.scoped.esm.js +0 -8
- package/dist/css/themes/Bar.css +0 -1
- package/dist/css/themes/Form.css +0 -1
- package/dist/css/themes/FormItem.css +0 -1
- package/dist/css/themes/FormLabelSpan.css +0 -1
- package/dist/css/themes/FormLayout.css +0 -1
- package/dist/css/themes/ListItemGroup.css +0 -1
- package/dist/css/themes/ListItemGroupHeader.css +0 -1
- package/dist/css/themes/PopupBlockLayer.css +0 -1
- package/dist/css/themes/SegmentedButtonItem.css +0 -1
- package/dist/css/themes/Tag.css +0 -1
- package/dist/css/themes/Text.css +0 -1
- package/dist/generated/templates/BarTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/BarTemplate.lit.js +0 -5
- package/dist/generated/templates/BarTemplate.lit.js.map +0 -1
- package/dist/generated/templates/DatePickerInputTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/DatePickerInputTemplate.lit.js +0 -7
- package/dist/generated/templates/DatePickerInputTemplate.lit.js.map +0 -1
- package/dist/generated/templates/DateRangePickerTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/DateRangePickerTemplate.lit.js +0 -9
- package/dist/generated/templates/DateRangePickerTemplate.lit.js.map +0 -1
- package/dist/generated/templates/DateTimePickerTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/DateTimePickerTemplate.lit.js +0 -13
- package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +0 -1
- package/dist/generated/templates/FormItemTemplate.lit.js +0 -6
- package/dist/generated/templates/FormItemTemplate.lit.js.map +0 -1
- package/dist/generated/templates/FormTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/FormTemplate.lit.js +0 -12
- package/dist/generated/templates/FormTemplate.lit.js.map +0 -1
- package/dist/generated/templates/ListItemGroupTemplate.lit.js +0 -8
- package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +0 -1
- package/dist/generated/templates/TagTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TagTemplate.lit.js +0 -11
- package/dist/generated/templates/TagTemplate.lit.js.map +0 -1
- package/dist/generated/themes/Bar.css.js +0 -9
- package/dist/generated/themes/Bar.css.js.map +0 -1
- package/dist/generated/themes/ColorPaletteDialog.css.js.map +0 -1
- package/dist/generated/themes/Form.css.js +0 -9
- package/dist/generated/themes/Form.css.js.map +0 -1
- package/dist/generated/themes/FormItem.css.js +0 -9
- package/dist/generated/themes/FormItem.css.js.map +0 -1
- package/dist/generated/themes/FormLabelSpan.css.js +0 -9
- package/dist/generated/themes/FormLabelSpan.css.js.map +0 -1
- package/dist/generated/themes/FormLayout.css.js +0 -9
- package/dist/generated/themes/FormLayout.css.js.map +0 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +0 -9
- package/dist/generated/themes/PopupBlockLayer.css.js.map +0 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +0 -9
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +0 -1
- package/dist/generated/themes/Tag.css.js +0 -9
- package/dist/generated/themes/Tag.css.js.map +0 -1
- package/dist/generated/themes/Text.css.js.map +0 -1
- package/dist/styles/Icon.css +0 -33
- package/dist/styles/Icon.module.css +0 -33
- package/dist/types/BarDesign.d.ts +0 -27
- package/dist/types/BarDesign.js +0 -29
- package/dist/types/BarDesign.js.map +0 -1
- package/dist/types/BreadcrumbsSeparator.js +0 -39
- package/dist/types/BreadcrumbsSeparator.js.map +0 -1
- package/dist/types/CarouselPageIndicatorType.js.map +0 -1
- package/dist/types/FormItemSpacing.d.ts +0 -19
- package/dist/types/FormItemSpacing.js +0 -21
- package/dist/types/FormItemSpacing.js.map +0 -1
- package/dist/types/IconMode.d.ts +0 -28
- package/dist/types/IconMode.js +0 -30
- package/dist/types/IconMode.js.map +0 -1
- package/dist/types/LinkAccessibleRole.d.ts +0 -19
- package/dist/types/LinkAccessibleRole.js +0 -21
- package/dist/types/LinkAccessibleRole.js.map +0 -1
- package/dist/types/ListAccessibleRole.d.ts +0 -28
- package/dist/types/ListAccessibleRole.js +0 -30
- package/dist/types/ListAccessibleRole.js.map +0 -1
- package/dist/types/ListItemAccessibleRole.d.ts +0 -33
- package/dist/types/ListItemAccessibleRole.js +0 -35
- package/dist/types/ListItemAccessibleRole.js.map +0 -1
- package/dist/types/ListSelectionMode.js.map +0 -1
- package/dist/types/OverflowMode.js.map +0 -1
- package/dist/types/PopoverPlacement.js +0 -29
- package/dist/types/PopoverPlacement.js.map +0 -1
- package/dist/types/SegmentedButtonSelectionMode.js +0 -19
- package/dist/types/SegmentedButtonSelectionMode.js.map +0 -1
- package/dist/types/TagDesign.js.map +0 -1
- package/dist/types/TagSize.d.ts +0 -17
- package/dist/types/TagSize.js +0 -19
- package/dist/types/TagSize.js.map +0 -1
- package/src/Bar.hbs +0 -16
- package/src/DatePickerInput.hbs +0 -43
- package/src/DateRangePicker.hbs +0 -23
- package/src/DateTimePicker.hbs +0 -2
- package/src/Form.hbs +0 -35
- package/src/FormItem.hbs +0 -14
- package/src/ListItemGroup.hbs +0 -12
- package/src/styles/Icon.module.css +0 -1
- package/src/themes/Bar.css +0 -75
- package/src/themes/Form.css +0 -50
- package/src/themes/FormItem.css +0 -65
- package/src/themes/FormLabelSpan.css +0 -267
- package/src/themes/FormLayout.css +0 -159
- package/src/themes/ListItemGroup.css +0 -13
- package/src/themes/PopupBlockLayer.css +0 -8
- package/src/themes/SegmentedButtonItem.css +0 -150
- package/src/themes/Tag.css +0 -616
- package/src/themes/Text.css +0 -20
- package/src/themes/base/Bar-parameters.css +0 -8
- package/src/themes/base/Form-parameters.css +0 -20
- package/src/themes/base/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/base/Tag-parameters.css +0 -170
- package/src/themes/base/Text-parameters.css +0 -3
- package/src/themes/sap_fiori_3/MessageStrip-parameters.css +0 -7
- package/src/themes/sap_fiori_3/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_fiori_3/sizes-parameters.css +0 -6
- package/src/themes/sap_fiori_3_dark/MessageStrip-parameters.css +0 -9
- package/src/themes/sap_fiori_3_dark/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_fiori_3_dark/Tag-parameters.css +0 -5
- package/src/themes/sap_fiori_3_dark/sizes-parameters.css +0 -6
- package/src/themes/sap_fiori_3_hcb/Bar-parameters.css +0 -5
- package/src/themes/sap_fiori_3_hcb/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcb/Tag-parameters.css +0 -148
- package/src/themes/sap_fiori_3_hcw/Bar-parameters.css +0 -5
- package/src/themes/sap_fiori_3_hcw/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcw/Tag-parameters.css +0 -148
- package/src/themes/sap_horizon/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_horizon/Tag-parameters.css +0 -46
- package/src/themes/sap_horizon_dark/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_horizon_dark/Tag-parameters.css +0 -46
- package/src/themes/sap_horizon_dark_exp/Tag-parameters.css +0 -43
- package/src/themes/sap_horizon_exp/Tag-parameters.css +0 -43
- package/src/themes/sap_horizon_hcb/Bar-parameters.css +0 -5
- package/src/themes/sap_horizon_hcb/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb/Tag-parameters.css +0 -151
- package/src/themes/sap_horizon_hcb_exp/Tag-parameters.css +0 -43
- package/src/themes/sap_horizon_hcw/Bar-parameters.css +0 -5
- package/src/themes/sap_horizon_hcw/SegmentedButtonItem-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/Tag-parameters.css +0 -154
- package/src/themes/sap_horizon_hcw_exp/Tag-parameters.css +0 -43
- /package/dist/css/themes/{ColorPaletteDialog.css → ColorPaletteStaticArea.css} +0 -0
- /package/dist/generated/themes/{Bar.css.d.ts → Badge.css.d.ts} +0 -0
- /package/dist/generated/themes/{ColorPaletteDialog.css.d.ts → ColorPaletteStaticArea.css.d.ts} +0 -0
- /package/dist/generated/themes/{Form.css.d.ts → GroupHeaderListItem.css.d.ts} +0 -0
- /package/dist/generated/themes/{FormItem.css.d.ts → PopupStaticAreaStyles.css.d.ts} +0 -0
- /package/dist/generated/themes/{FormLabelSpan.css.d.ts → Table.css.d.ts} +0 -0
- /package/dist/generated/themes/{FormLayout.css.d.ts → TableCell.css.d.ts} +0 -0
- /package/dist/generated/themes/{ListItemGroup.css.d.ts → TableColumn.css.d.ts} +0 -0
- /package/dist/generated/themes/{ListItemGroupHeader.css.d.ts → TableGroupRow.css.d.ts} +0 -0
- /package/dist/generated/themes/{PopupBlockLayer.css.d.ts → TableRow.css.d.ts} +0 -0
- /package/dist/generated/themes/{SegmentedButtonItem.css.d.ts → TimeSelection.css.d.ts} +0 -0
- /package/dist/generated/themes/{Tag.css.d.ts → WheelSlider.css.d.ts} +0 -0
- /package/dist/generated/themes/{Text.css.d.ts → sap_belize/parameters-bundle.css.d.ts} +0 -0
- /package/src/{ListItemGroupHeader.hbs → GroupHeaderListItem.hbs} +0 -0
- /package/src/themes/{ColorPaletteDialog.css → ColorPaletteStaticArea.css} +0 -0
- /package/src/themes/base/{ListItemGroupHeader-parameters.css → GroupHeaderListItem-parameters.css} +0 -0
- /package/src/themes/base/{PopupBlockLayer-parameters.css → PopupStaticAreaStyles-parameters.css} +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "ui5-avatar",
|
|
6
|
-
"description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin 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\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS:\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design,
|
|
6
|
+
"description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin 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\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS:\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, please use `ui5-badge` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes.",
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "disabled",
|
|
@@ -94,18 +94,42 @@
|
|
|
94
94
|
"references": []
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"name": "ui5-
|
|
98
|
-
"description": "### Overview\nThe
|
|
97
|
+
"name": "ui5-badge",
|
|
98
|
+
"description": "### Overview\n\nThe `ui5-badge` is a component which serves\nthe purpose to attract the user attention to some piece\nof information (state, quantity, condition, etc.).\nIt can contain icon and text information, and its design can be chosen from specific design types.\n\n### Usage Guidelines\n\n- If the text is longer than the width of the component, it can wrap, or it can show ellipsis, depending on the `wrappingType` property.\n- Colors can be semantic or not semantic.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Badge.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the user clicks on an interactive badge.\n\n**Note:** The event will be fired if the `interactive` property is `true`\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the icon to be displayed in the component.",
|
|
99
99
|
"attributes": [
|
|
100
100
|
{
|
|
101
101
|
"name": "design",
|
|
102
|
-
"description": "Defines the component
|
|
102
|
+
"description": "Defines the design type of the component.",
|
|
103
103
|
"values": [
|
|
104
|
-
{ "name": "
|
|
105
|
-
{ "name": "
|
|
106
|
-
{ "name": "
|
|
107
|
-
{ "name": "
|
|
104
|
+
{ "name": "Set1" },
|
|
105
|
+
{ "name": "Set2" },
|
|
106
|
+
{ "name": "Set3" },
|
|
107
|
+
{ "name": "Neutral" },
|
|
108
|
+
{ "name": "Information" },
|
|
109
|
+
{ "name": "Positive" },
|
|
110
|
+
{ "name": "Negative" },
|
|
111
|
+
{ "name": "Critical" }
|
|
108
112
|
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "color-scheme",
|
|
116
|
+
"description": "Defines the color scheme of the component.\nThere are 10 predefined schemes.\nTo use one you can set a number from `\"1\"` to `\"10\"`. The `colorScheme` `\"1\"` will be set by default.\n\n**Note:** Color schemes have no visual representation in High Contrast Black (sap_belize_hcb) theme.",
|
|
117
|
+
"values": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "hide-state-icon",
|
|
121
|
+
"description": "Defines if the default state icon is shown.",
|
|
122
|
+
"values": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "interactive",
|
|
126
|
+
"description": "Defines if the component is interactive (focusable and pressable).\n\n**Note:** The badge cannot be `interactive`\nwhen `design` property is `BadgeDesign.Set3`",
|
|
127
|
+
"values": []
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "wrapping-type",
|
|
131
|
+
"description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** For option \"Normal\" the text will wrap and the\nwords will not be broken based on hyphenation.",
|
|
132
|
+
"values": [{ "name": "None" }, { "name": "Normal" }]
|
|
109
133
|
}
|
|
110
134
|
],
|
|
111
135
|
"references": []
|
|
@@ -120,7 +144,7 @@
|
|
|
120
144
|
"values": [{ "name": "Standard" }, { "name": "NoCurrentPage" }]
|
|
121
145
|
},
|
|
122
146
|
{
|
|
123
|
-
"name": "
|
|
147
|
+
"name": "separator-style",
|
|
124
148
|
"description": "Determines the visual style of the separator between the breadcrumb items.",
|
|
125
149
|
"values": [
|
|
126
150
|
{ "name": "Slash" },
|
|
@@ -168,7 +192,11 @@
|
|
|
168
192
|
{
|
|
169
193
|
"name": "size",
|
|
170
194
|
"description": "Defines the size of the component.",
|
|
171
|
-
"values": [
|
|
195
|
+
"values": [
|
|
196
|
+
{ "name": "Small" },
|
|
197
|
+
{ "name": "Medium" },
|
|
198
|
+
{ "name": "Large" }
|
|
199
|
+
]
|
|
172
200
|
},
|
|
173
201
|
{
|
|
174
202
|
"name": "active",
|
|
@@ -196,9 +224,9 @@
|
|
|
196
224
|
"name": "design",
|
|
197
225
|
"description": "Defines the component design.",
|
|
198
226
|
"values": [
|
|
199
|
-
{ "name": "Default" },
|
|
200
227
|
{ "name": "Positive" },
|
|
201
228
|
{ "name": "Negative" },
|
|
229
|
+
{ "name": "Default" },
|
|
202
230
|
{ "name": "Transparent" },
|
|
203
231
|
{ "name": "Emphasized" },
|
|
204
232
|
{ "name": "Attention" }
|
|
@@ -215,13 +243,13 @@
|
|
|
215
243
|
"values": []
|
|
216
244
|
},
|
|
217
245
|
{
|
|
218
|
-
"name": "end
|
|
219
|
-
"description": "Defines
|
|
246
|
+
"name": "icon-end",
|
|
247
|
+
"description": "Defines whether the icon should be displayed after the component text.",
|
|
220
248
|
"values": []
|
|
221
249
|
},
|
|
222
250
|
{
|
|
223
251
|
"name": "submits",
|
|
224
|
-
"description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:**
|
|
252
|
+
"description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** For the `submits` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`",
|
|
225
253
|
"values": []
|
|
226
254
|
},
|
|
227
255
|
{
|
|
@@ -241,7 +269,7 @@
|
|
|
241
269
|
},
|
|
242
270
|
{
|
|
243
271
|
"name": "type",
|
|
244
|
-
"description": "Defines whether the button has special form-related functionality.\n\n**Note:**
|
|
272
|
+
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** For the `type` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`",
|
|
245
273
|
"values": [
|
|
246
274
|
{ "name": "Button" },
|
|
247
275
|
{ "name": "Submit" },
|
|
@@ -250,7 +278,7 @@
|
|
|
250
278
|
},
|
|
251
279
|
{
|
|
252
280
|
"name": "accessible-role",
|
|
253
|
-
"description": "Describes the accessibility role of the button.\n\n**Note:** Use
|
|
281
|
+
"description": "Describes the accessibility role of the button.\n\n**Note:** Use link role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
|
|
254
282
|
"values": [{ "name": "Button" }, { "name": "Link" }]
|
|
255
283
|
}
|
|
256
284
|
],
|
|
@@ -258,7 +286,7 @@
|
|
|
258
286
|
},
|
|
259
287
|
{
|
|
260
288
|
"name": "ui5-calendar",
|
|
261
|
-
"description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`
|
|
289
|
+
"description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selected-dates-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selected-dates-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date`.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
|
|
262
290
|
"attributes": [
|
|
263
291
|
{
|
|
264
292
|
"name": "selection-mode",
|
|
@@ -326,23 +354,6 @@
|
|
|
326
354
|
],
|
|
327
355
|
"references": []
|
|
328
356
|
},
|
|
329
|
-
{
|
|
330
|
-
"name": "ui5-date-range",
|
|
331
|
-
"description": "### Overview\n\nThe `ui5-date-range` component defines a range of dates to be used inside `ui5-calendar`\n\n\n---\n\n\n",
|
|
332
|
-
"attributes": [
|
|
333
|
-
{
|
|
334
|
-
"name": "start-value",
|
|
335
|
-
"description": "Start of date range formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
336
|
-
"values": []
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "end-value",
|
|
340
|
-
"description": "End of date range formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
|
|
341
|
-
"values": []
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"references": []
|
|
345
|
-
},
|
|
346
357
|
{
|
|
347
358
|
"name": "ui5-calendar-legend",
|
|
348
359
|
"description": "### Overview\n\nThe `ui5-calendar-legend` component is designed for use within the `ui5-calendar` to display a legend.\nEach `ui5-calendar-legend-item` represents a unique date type, specifying its visual style\nand a corresponding textual label.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/CalendarLegend.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the component.",
|
|
@@ -383,9 +394,9 @@
|
|
|
383
394
|
"name": "type",
|
|
384
395
|
"description": "Defines the type of the Calendar Legend Item.",
|
|
385
396
|
"values": [
|
|
397
|
+
{ "name": "None" },
|
|
386
398
|
{ "name": "Today" },
|
|
387
399
|
{ "name": "Selected" },
|
|
388
|
-
{ "name": "None" },
|
|
389
400
|
{ "name": "Working" },
|
|
390
401
|
{ "name": "NonWorking" },
|
|
391
402
|
{ "name": "Type01" },
|
|
@@ -452,7 +463,7 @@
|
|
|
452
463
|
},
|
|
453
464
|
{
|
|
454
465
|
"name": "ui5-card",
|
|
455
|
-
"description": "### Overview\n\nThe `ui5-card` is a component that represents information in the form of a\ntile with separate header and content areas.\nThe content area of a `ui5-card` can be arbitrary HTML content.\nThe header can be used through slot `header`. For which there is a `ui5-card-header` component to achieve the card look and feel.\n\nNote: We recommend the usage of `ui5-card-header` for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Card
|
|
466
|
+
"description": "### Overview\n\nThe `ui5-card` is a component that represents information in the form of a\ntile with separate header and content areas.\nThe content area of a `ui5-card` can be arbitrary HTML content.\nThe header can be used through slot `header`. For which there is a `ui5-card-header` component to achieve the card look and feel.\n\nNote: We recommend the usage of `ui5-card-header` for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Card\";`\n\n`import \"@ui5/webcomponents/dist/CardHeader.js\";` (for `ui5-card-header`)\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **header** - Defines the header of the component.\n\n**Note:** Use `ui5-card-header` for the intended design.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the card component\n- **content** - Used to style the content of the card",
|
|
456
467
|
"attributes": [
|
|
457
468
|
{
|
|
458
469
|
"name": "accessible-name",
|
|
@@ -469,7 +480,7 @@
|
|
|
469
480
|
},
|
|
470
481
|
{
|
|
471
482
|
"name": "ui5-card-header",
|
|
472
|
-
"description": "### Overview\n\nThe `ui5-card-header` is a component, meant to be used as a header of the `ui5-card` component.\nIt displays valuable information, that can be defined with several properties, such as: `titleText`, `subtitleText`, `
|
|
483
|
+
"description": "### Overview\n\nThe `ui5-card-header` is a component, meant to be used as a header of the `ui5-card` component.\nIt displays valuable information, that can be defined with several properties, such as: `titleText`, `subtitleText`, `status`\nand two slots: `avatar` and `action`.\n\n### Keyboard handling\nIn case you enable `interactive` property, you can press the `ui5-card-header` by Space and Enter keys.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/CardHeader\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n\n**Note:** The event would be fired only if the `interactive` property is set to true.\n\n### **Slots:**\n - **avatar** - Defines an avatar image, displayed in the left most part of the header.\n- **action** - Defines an action, displayed in the right most part of the header.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the CardHeader\n- **title** - Used to style the title of the CardHeader\n- **subtitle** - Used to style the subtitle of the CardHeader\n- **status** - Used to style the status of the CardHeader",
|
|
473
484
|
"attributes": [
|
|
474
485
|
{
|
|
475
486
|
"name": "title-text",
|
|
@@ -482,8 +493,8 @@
|
|
|
482
493
|
"values": []
|
|
483
494
|
},
|
|
484
495
|
{
|
|
485
|
-
"name": "
|
|
486
|
-
"description": "Defines the
|
|
496
|
+
"name": "status",
|
|
497
|
+
"description": "Defines the status text.",
|
|
487
498
|
"values": []
|
|
488
499
|
},
|
|
489
500
|
{
|
|
@@ -496,7 +507,7 @@
|
|
|
496
507
|
},
|
|
497
508
|
{
|
|
498
509
|
"name": "ui5-carousel",
|
|
499
|
-
"description": "### Overview\nThe Carousel allows the user to browse through a set of items.\nThe component is mostly used for showing a gallery of images, but can hold any other HTML element.\n\nThere are several ways to perform navigation:\n\n- on desktop - the user can navigate using the navigation arrows or with keyboard
|
|
510
|
+
"description": "### Overview\nThe Carousel allows the user to browse through a set of items.\nThe component is mostly used for showing a gallery of images, but can hold any other HTML element.\n\nThere are several ways to perform navigation:\n\n- on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.\n- on mobile - the user can use swipe gestures.\n\n### Usage\n\n#### When to use:\n\n- The items you want to display are very different from each other.\n- You want to display the items one after the other.\n\n#### When not to use:\n\n- The items you want to display need to be visible at the same time.\n- The items you want to display are uniform and very similar.\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-carousel` is focused the user can navigate between the items\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] - Navigates to previous and next item\n- [Left] or [Right] - Navigates to previous and next item\n\n### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Carousel.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **navigate** - Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page-l`, `items-per-page-m` and `items-per-page-s` properties.\n\n### **Methods:**\n - **navigateTo(itemIndex: _number_): _void_** - Changes the currently displayed page.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component",
|
|
500
511
|
"attributes": [
|
|
501
512
|
{
|
|
502
513
|
"name": "accessible-name",
|
|
@@ -514,8 +525,18 @@
|
|
|
514
525
|
"values": []
|
|
515
526
|
},
|
|
516
527
|
{
|
|
517
|
-
"name": "items-per-page",
|
|
518
|
-
"description": "Defines the number of items per page
|
|
528
|
+
"name": "items-per-page-s",
|
|
529
|
+
"description": "Defines the number of items per page on small size (up to 640px). One item per page shown by default.",
|
|
530
|
+
"values": []
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "items-per-page-m",
|
|
534
|
+
"description": "Defines the number of items per page on medium size (from 640px to 1024px). One item per page shown by default.",
|
|
535
|
+
"values": []
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "items-per-page-l",
|
|
539
|
+
"description": "Defines the number of items per page on large size (more than 1024px). One item per page shown by default.",
|
|
519
540
|
"values": []
|
|
520
541
|
},
|
|
521
542
|
{
|
|
@@ -529,7 +550,7 @@
|
|
|
529
550
|
"values": []
|
|
530
551
|
},
|
|
531
552
|
{
|
|
532
|
-
"name": "page-indicator-
|
|
553
|
+
"name": "page-indicator-style",
|
|
533
554
|
"description": "Defines the style of the page indicator.\nAvailable options are:\n\n- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)\n- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)",
|
|
534
555
|
"values": [{ "name": "Default" }, { "name": "Numeric" }]
|
|
535
556
|
},
|
|
@@ -614,11 +635,11 @@
|
|
|
614
635
|
"name": "value-state",
|
|
615
636
|
"description": "Defines the value state of the component.",
|
|
616
637
|
"values": [
|
|
617
|
-
{ "name": "
|
|
618
|
-
{ "name": "Negative" },
|
|
638
|
+
{ "name": "Information" },
|
|
619
639
|
{ "name": "None" },
|
|
620
|
-
{ "name": "
|
|
621
|
-
{ "name": "
|
|
640
|
+
{ "name": "Success" },
|
|
641
|
+
{ "name": "Warning" },
|
|
642
|
+
{ "name": "Error" }
|
|
622
643
|
]
|
|
623
644
|
},
|
|
624
645
|
{
|
|
@@ -628,7 +649,7 @@
|
|
|
628
649
|
},
|
|
629
650
|
{
|
|
630
651
|
"name": "name",
|
|
631
|
-
"description": "Determines the name
|
|
652
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
632
653
|
"values": []
|
|
633
654
|
}
|
|
634
655
|
],
|
|
@@ -654,7 +675,7 @@
|
|
|
654
675
|
},
|
|
655
676
|
{
|
|
656
677
|
"name": "ui5-color-palette-popover",
|
|
657
|
-
"description": "### Overview\nRepresents a predefined range of colors for easier selection.\n\nOverview\nThe 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.\nYou 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### Usage\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 `ui5-color-palette-popover`\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/ColorPalettePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n- **close** - Fired when the `ui5-color-palette-popover` is closed due to user interaction.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
|
|
678
|
+
"description": "### Overview\nRepresents a predefined range of colors for easier selection.\n\nOverview\nThe 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.\nYou 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### Usage\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 `ui5-color-palette-popover`\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/ColorPalettePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n- **close** - Fired when the `ui5-color-palette-popover` is closed due to user interaction.\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_): _void_** - Shows the ColorPalettePopover.\n- **openPopover(opener: _HTMLElement_): _void_** - Shows the ColorPalettePopover.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
|
|
658
679
|
"attributes": [
|
|
659
680
|
{
|
|
660
681
|
"name": "show-recent-colors",
|
|
@@ -683,7 +704,7 @@
|
|
|
683
704
|
},
|
|
684
705
|
{
|
|
685
706
|
"name": "opener",
|
|
686
|
-
"description": "Defines the ID or DOM Reference of the element that the popover is shown at
|
|
707
|
+
"description": "Defines the ID or DOM Reference of the element that the popover is shown at.",
|
|
687
708
|
"values": [{ "name": "HTMLElement" }]
|
|
688
709
|
}
|
|
689
710
|
],
|
|
@@ -694,14 +715,9 @@
|
|
|
694
715
|
"description": "### Overview\nThe `ui5-color-picker` allows users to choose any color and provides different input options for selecting colors.\n\n### Usage\n\n#### When to use\nUse the color picker if:\n\n- users need to select any color freely.\n\n#### When not to use\n\n- Users need to select one color from a predefined set of colors. Use the ColorPalette component instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ColorPicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the the selected color is changed",
|
|
695
716
|
"attributes": [
|
|
696
717
|
{
|
|
697
|
-
"name": "
|
|
718
|
+
"name": "color",
|
|
698
719
|
"description": "Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.",
|
|
699
720
|
"values": []
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "name",
|
|
703
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
704
|
-
"values": []
|
|
705
721
|
}
|
|
706
722
|
],
|
|
707
723
|
"references": []
|
|
@@ -715,11 +731,6 @@
|
|
|
715
731
|
"description": "Defines the value of the component.",
|
|
716
732
|
"values": []
|
|
717
733
|
},
|
|
718
|
-
{
|
|
719
|
-
"name": "name",
|
|
720
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
721
|
-
"values": []
|
|
722
|
-
},
|
|
723
734
|
{
|
|
724
735
|
"name": "no-typeahead",
|
|
725
736
|
"description": "Defines whether the value will be autocompleted to match an item",
|
|
@@ -739,11 +750,11 @@
|
|
|
739
750
|
"name": "value-state",
|
|
740
751
|
"description": "Defines the value state of the component.",
|
|
741
752
|
"values": [
|
|
742
|
-
{ "name": "
|
|
743
|
-
{ "name": "Negative" },
|
|
753
|
+
{ "name": "Information" },
|
|
744
754
|
{ "name": "None" },
|
|
745
|
-
{ "name": "
|
|
746
|
-
{ "name": "
|
|
755
|
+
{ "name": "Success" },
|
|
756
|
+
{ "name": "Warning" },
|
|
757
|
+
{ "name": "Error" }
|
|
747
758
|
]
|
|
748
759
|
},
|
|
749
760
|
{
|
|
@@ -822,11 +833,6 @@
|
|
|
822
833
|
"name": "ui5-li-custom",
|
|
823
834
|
"description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n### **CSS Parts:**\n - **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
|
|
824
835
|
"attributes": [
|
|
825
|
-
{
|
|
826
|
-
"name": "movable",
|
|
827
|
-
"description": "Defines whether the item is movable.",
|
|
828
|
-
"values": []
|
|
829
|
-
},
|
|
830
836
|
{
|
|
831
837
|
"name": "accessible-name",
|
|
832
838
|
"description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
|
|
@@ -854,13 +860,13 @@
|
|
|
854
860
|
},
|
|
855
861
|
{
|
|
856
862
|
"name": "highlight",
|
|
857
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
863
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
858
864
|
"values": [
|
|
859
|
-
{ "name": "
|
|
860
|
-
{ "name": "Negative" },
|
|
865
|
+
{ "name": "Information" },
|
|
861
866
|
{ "name": "None" },
|
|
862
|
-
{ "name": "
|
|
863
|
-
{ "name": "
|
|
867
|
+
{ "name": "Success" },
|
|
868
|
+
{ "name": "Warning" },
|
|
869
|
+
{ "name": "Error" }
|
|
864
870
|
]
|
|
865
871
|
},
|
|
866
872
|
{
|
|
@@ -917,7 +923,7 @@
|
|
|
917
923
|
},
|
|
918
924
|
{
|
|
919
925
|
"name": "ui5-date-picker",
|
|
920
|
-
"description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.",
|
|
926
|
+
"description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **closePicker(): _void_** - Closes the picker.\n- **openPicker(): _Promise<void>_** - Opens the picker.\n- **isOpen(): _boolean_** - Checks if the picker is open.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.",
|
|
921
927
|
"attributes": [
|
|
922
928
|
{
|
|
923
929
|
"name": "value",
|
|
@@ -928,11 +934,11 @@
|
|
|
928
934
|
"name": "value-state",
|
|
929
935
|
"description": "Defines the value state of the component.",
|
|
930
936
|
"values": [
|
|
931
|
-
{ "name": "
|
|
932
|
-
{ "name": "Negative" },
|
|
937
|
+
{ "name": "Information" },
|
|
933
938
|
{ "name": "None" },
|
|
934
|
-
{ "name": "
|
|
935
|
-
{ "name": "
|
|
939
|
+
{ "name": "Success" },
|
|
940
|
+
{ "name": "Warning" },
|
|
941
|
+
{ "name": "Error" }
|
|
936
942
|
]
|
|
937
943
|
},
|
|
938
944
|
{
|
|
@@ -957,7 +963,7 @@
|
|
|
957
963
|
},
|
|
958
964
|
{
|
|
959
965
|
"name": "name",
|
|
960
|
-
"description": "Determines the name
|
|
966
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
961
967
|
"values": []
|
|
962
968
|
},
|
|
963
969
|
{
|
|
@@ -965,11 +971,6 @@
|
|
|
965
971
|
"description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
|
|
966
972
|
"values": []
|
|
967
973
|
},
|
|
968
|
-
{
|
|
969
|
-
"name": "open",
|
|
970
|
-
"description": "Defines the open or closed state of the popover.",
|
|
971
|
-
"values": []
|
|
972
|
-
},
|
|
973
974
|
{
|
|
974
975
|
"name": "accessible-name",
|
|
975
976
|
"description": "Defines the aria-label attribute for the component.",
|
|
@@ -1027,7 +1028,7 @@
|
|
|
1027
1028
|
},
|
|
1028
1029
|
{
|
|
1029
1030
|
"name": "ui5-daterange-picker",
|
|
1030
|
-
"description": "### Overview\nThe 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### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
|
|
1031
|
+
"description": "### Overview\nThe 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### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **closePicker(): _void_** - Closes the picker.\n- **openPicker(): _Promise<void>_** - Opens the picker.\n- **isOpen(): _boolean_** - Checks if the picker is open.",
|
|
1031
1032
|
"attributes": [
|
|
1032
1033
|
{
|
|
1033
1034
|
"name": "delimiter",
|
|
@@ -1063,11 +1064,11 @@
|
|
|
1063
1064
|
"name": "value-state",
|
|
1064
1065
|
"description": "Defines the value state of the component.",
|
|
1065
1066
|
"values": [
|
|
1066
|
-
{ "name": "
|
|
1067
|
-
{ "name": "Negative" },
|
|
1067
|
+
{ "name": "Information" },
|
|
1068
1068
|
{ "name": "None" },
|
|
1069
|
-
{ "name": "
|
|
1070
|
-
{ "name": "
|
|
1069
|
+
{ "name": "Success" },
|
|
1070
|
+
{ "name": "Warning" },
|
|
1071
|
+
{ "name": "Error" }
|
|
1071
1072
|
]
|
|
1072
1073
|
},
|
|
1073
1074
|
{
|
|
@@ -1092,7 +1093,7 @@
|
|
|
1092
1093
|
},
|
|
1093
1094
|
{
|
|
1094
1095
|
"name": "name",
|
|
1095
|
-
"description": "Determines the name
|
|
1096
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
1096
1097
|
"values": []
|
|
1097
1098
|
},
|
|
1098
1099
|
{
|
|
@@ -1100,11 +1101,6 @@
|
|
|
1100
1101
|
"description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
|
|
1101
1102
|
"values": []
|
|
1102
1103
|
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "open",
|
|
1105
|
-
"description": "Defines the open or closed state of the popover.",
|
|
1106
|
-
"values": []
|
|
1107
|
-
},
|
|
1108
1104
|
{
|
|
1109
1105
|
"name": "accessible-name",
|
|
1110
1106
|
"description": "Defines the aria-label attribute for the component.",
|
|
@@ -1157,7 +1153,7 @@
|
|
|
1157
1153
|
},
|
|
1158
1154
|
{
|
|
1159
1155
|
"name": "ui5-datetime-picker",
|
|
1160
|
-
"description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf 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**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
|
|
1156
|
+
"description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf 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**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **openPicker(): _Promise<void>_** - Opens the picker.\n- **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **closePicker(): _void_** - Closes the picker.\n- **isOpen(): _boolean_** - Checks if the picker is open.",
|
|
1161
1157
|
"attributes": [
|
|
1162
1158
|
{
|
|
1163
1159
|
"name": "value",
|
|
@@ -1168,11 +1164,11 @@
|
|
|
1168
1164
|
"name": "value-state",
|
|
1169
1165
|
"description": "Defines the value state of the component.",
|
|
1170
1166
|
"values": [
|
|
1171
|
-
{ "name": "
|
|
1172
|
-
{ "name": "Negative" },
|
|
1167
|
+
{ "name": "Information" },
|
|
1173
1168
|
{ "name": "None" },
|
|
1174
|
-
{ "name": "
|
|
1175
|
-
{ "name": "
|
|
1169
|
+
{ "name": "Success" },
|
|
1170
|
+
{ "name": "Warning" },
|
|
1171
|
+
{ "name": "Error" }
|
|
1176
1172
|
]
|
|
1177
1173
|
},
|
|
1178
1174
|
{
|
|
@@ -1197,7 +1193,7 @@
|
|
|
1197
1193
|
},
|
|
1198
1194
|
{
|
|
1199
1195
|
"name": "name",
|
|
1200
|
-
"description": "Determines the name
|
|
1196
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
1201
1197
|
"values": []
|
|
1202
1198
|
},
|
|
1203
1199
|
{
|
|
@@ -1205,11 +1201,6 @@
|
|
|
1205
1201
|
"description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
|
|
1206
1202
|
"values": []
|
|
1207
1203
|
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "open",
|
|
1210
|
-
"description": "Defines the open or closed state of the popover.",
|
|
1211
|
-
"values": []
|
|
1212
|
-
},
|
|
1213
1204
|
{
|
|
1214
1205
|
"name": "accessible-name",
|
|
1215
1206
|
"description": "Defines the aria-label attribute for the component.",
|
|
@@ -1267,7 +1258,7 @@
|
|
|
1267
1258
|
},
|
|
1268
1259
|
{
|
|
1269
1260
|
"name": "ui5-dialog",
|
|
1270
|
-
"description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that an user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n\n**Note:** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
1261
|
+
"description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that an user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n\n**Note:** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **after-open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **after-close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **show(preventInitialFocus: _boolean_): _Promise<void>_** - Shows the dialog.\n- **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n- **isOpen(): _boolean_** - Tells if the component is opened\n- **close(): _void_** - Closes the popup.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
1271
1262
|
"attributes": [
|
|
1272
1263
|
{
|
|
1273
1264
|
"name": "header-text",
|
|
@@ -1291,13 +1282,13 @@
|
|
|
1291
1282
|
},
|
|
1292
1283
|
{
|
|
1293
1284
|
"name": "state",
|
|
1294
|
-
"description": "Defines the state of the `Dialog`.\n\n**Note:** If `\"
|
|
1285
|
+
"description": "Defines the state of the `Dialog`.\n\n**Note:** If `\"Error\"` and `\"Warning\"` state is set, it will change the\naccessibility role to \"alertdialog\", if the accessibleRole property is set to `\"Dialog\"`.",
|
|
1295
1286
|
"values": [
|
|
1296
|
-
{ "name": "
|
|
1297
|
-
{ "name": "Negative" },
|
|
1287
|
+
{ "name": "Information" },
|
|
1298
1288
|
{ "name": "None" },
|
|
1299
|
-
{ "name": "
|
|
1300
|
-
{ "name": "
|
|
1289
|
+
{ "name": "Success" },
|
|
1290
|
+
{ "name": "Warning" },
|
|
1291
|
+
{ "name": "Error" }
|
|
1301
1292
|
]
|
|
1302
1293
|
},
|
|
1303
1294
|
{
|
|
@@ -1310,6 +1301,11 @@
|
|
|
1310
1301
|
"description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
|
|
1311
1302
|
"values": []
|
|
1312
1303
|
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "open",
|
|
1306
|
+
"description": "Indicates if the element is open",
|
|
1307
|
+
"values": []
|
|
1308
|
+
},
|
|
1313
1309
|
{
|
|
1314
1310
|
"name": "accessible-name",
|
|
1315
1311
|
"description": "Defines the accessible name of the component.",
|
|
@@ -1328,16 +1324,6 @@
|
|
|
1328
1324
|
{ "name": "Dialog" },
|
|
1329
1325
|
{ "name": "AlertDialog" }
|
|
1330
1326
|
]
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "prevent-initial-focus",
|
|
1334
|
-
"description": "Indicates whether initial focus should be prevented.",
|
|
1335
|
-
"values": []
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"name": "open",
|
|
1339
|
-
"description": "Indicates if the element is open",
|
|
1340
|
-
"values": [{ "name": "any" }]
|
|
1341
1327
|
}
|
|
1342
1328
|
],
|
|
1343
1329
|
"references": []
|
|
@@ -1368,7 +1354,7 @@
|
|
|
1368
1354
|
},
|
|
1369
1355
|
{
|
|
1370
1356
|
"name": "name",
|
|
1371
|
-
"description": "Determines the name
|
|
1357
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
1372
1358
|
"values": []
|
|
1373
1359
|
},
|
|
1374
1360
|
{
|
|
@@ -1385,11 +1371,11 @@
|
|
|
1385
1371
|
"name": "value-state",
|
|
1386
1372
|
"description": "Defines the value state of the component.",
|
|
1387
1373
|
"values": [
|
|
1388
|
-
{ "name": "
|
|
1389
|
-
{ "name": "Negative" },
|
|
1374
|
+
{ "name": "Information" },
|
|
1390
1375
|
{ "name": "None" },
|
|
1391
|
-
{ "name": "
|
|
1392
|
-
{ "name": "
|
|
1376
|
+
{ "name": "Success" },
|
|
1377
|
+
{ "name": "Warning" },
|
|
1378
|
+
{ "name": "Error" }
|
|
1393
1379
|
]
|
|
1394
1380
|
},
|
|
1395
1381
|
{
|
|
@@ -1401,56 +1387,17 @@
|
|
|
1401
1387
|
"references": []
|
|
1402
1388
|
},
|
|
1403
1389
|
{
|
|
1404
|
-
"name": "ui5-
|
|
1405
|
-
"description": "
|
|
1406
|
-
"attributes": [
|
|
1407
|
-
{
|
|
1408
|
-
"name": "layout",
|
|
1409
|
-
"description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 2 columns by default (up to 6 columns are recommended)",
|
|
1410
|
-
"values": []
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "label-span",
|
|
1414
|
-
"description": "Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
|
|
1415
|
-
"values": []
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "header-text",
|
|
1419
|
-
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
1420
|
-
"values": []
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "item-spacing",
|
|
1424
|
-
"description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
|
|
1425
|
-
"values": [{ "name": "Normal" }, { "name": "Large" }]
|
|
1426
|
-
}
|
|
1427
|
-
],
|
|
1428
|
-
"references": []
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"name": "ui5-form-group",
|
|
1432
|
-
"description": "### Overview\n\nThe FormGroup (ui5-form-group) represents a group inside the Form (ui5-form) component\nand it consists of FormItem (ui5-form-item) components.\n\nThe layout of the FormGroup is mostly defined and controlled by the overarching Form (ui5-form) component.\nStill, one can influence the layout via the FormGroup's `columnSpan` property,\nthat defines how many columns the group should expand to.\n\n### Usage\n\nТhe FormGroup (ui5-form-group) allows to split a Form into groups,\ne.g to group FormItems that logically belong together.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/FormGroup.js\";\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the component.",
|
|
1390
|
+
"name": "ui5-li-groupheader",
|
|
1391
|
+
"description": "The `ui5-li-groupheader` is a special list item, used only to separate other list items into logical groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
|
|
1433
1392
|
"attributes": [
|
|
1434
1393
|
{
|
|
1435
|
-
"name": "
|
|
1436
|
-
"description": "Defines
|
|
1394
|
+
"name": "accessible-name",
|
|
1395
|
+
"description": "Defines the text alternative of the component.\n\n**Note:** If not provided a default text alternative will be set, if present.",
|
|
1437
1396
|
"values": []
|
|
1438
1397
|
},
|
|
1439
1398
|
{
|
|
1440
|
-
"name": "
|
|
1441
|
-
"description": "Defines
|
|
1442
|
-
"values": []
|
|
1443
|
-
}
|
|
1444
|
-
],
|
|
1445
|
-
"references": []
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"name": "ui5-form-item",
|
|
1449
|
-
"description": "### Overview\n\nThe FormItem (ui5-form-item) represents pair of a label and\none or more components (text or text fields), associated to it.\n\n### Usage\n\nThe FormItem is being used in FormGroup (ui5-form-group) or directly in Form (ui5-form).\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/FormItem.js\";\n\n\n---\n\n\n\n\n### **Slots:**\n - **labelContent** - Defines the label of the component.\n- **default** - Defines the content of the component,\nassociated to `labelContent`.\n\n### **CSS Parts:**\n - **layout** - Used to style the parent element of the label and content parts.\n- **label** - Used to style the label part of the form item.\n- **content** - Used to style the content part of the form item.",
|
|
1450
|
-
"attributes": [
|
|
1451
|
-
{
|
|
1452
|
-
"name": "column-span",
|
|
1453
|
-
"description": "Defines the column span of the component,\ne.g how many columns the component should span to.\n\n**Note:** The column span should be a number between 1 and the available columns of the FormGroup (when items are placed in a group)\nor the Form. The available columns can be affected by the FormGroup#columnSpan and/or the Form#layout.\nA number bigger than the available columns won't take effect.",
|
|
1399
|
+
"name": "selected",
|
|
1400
|
+
"description": "Defines the selected state of the `ListItem`.",
|
|
1454
1401
|
"values": []
|
|
1455
1402
|
}
|
|
1456
1403
|
],
|
|
@@ -1458,22 +1405,27 @@
|
|
|
1458
1405
|
},
|
|
1459
1406
|
{
|
|
1460
1407
|
"name": "ui5-icon",
|
|
1461
|
-
"description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `
|
|
1408
|
+
"description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n\n\n---\n\n\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
|
|
1462
1409
|
"attributes": [
|
|
1463
1410
|
{
|
|
1464
1411
|
"name": "design",
|
|
1465
1412
|
"description": "Defines the component semantic design.",
|
|
1466
1413
|
"values": [
|
|
1467
|
-
{ "name": "
|
|
1414
|
+
{ "name": "Neutral" },
|
|
1415
|
+
{ "name": "Information" },
|
|
1468
1416
|
{ "name": "Positive" },
|
|
1469
1417
|
{ "name": "Negative" },
|
|
1470
1418
|
{ "name": "Critical" },
|
|
1471
|
-
{ "name": "
|
|
1419
|
+
{ "name": "Default" },
|
|
1472
1420
|
{ "name": "Contrast" },
|
|
1473
|
-
{ "name": "Neutral" },
|
|
1474
1421
|
{ "name": "NonInteractive" }
|
|
1475
1422
|
]
|
|
1476
1423
|
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "interactive",
|
|
1426
|
+
"description": "Defines if the icon is interactive (focusable and pressable)",
|
|
1427
|
+
"values": []
|
|
1428
|
+
},
|
|
1477
1429
|
{
|
|
1478
1430
|
"name": "name",
|
|
1479
1431
|
"description": "Defines the unique identifier (icon name) of the component.\n\nTo browse all available icons, see the\n[SAP Icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html),\n[SAP Fiori Tools](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT) and\n[SAP Business Suite](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html)\n\nExample:\n`name='add'`, `name='delete'`, `name='employee'`.\n\n**Note:** To use the SAP Fiori Tools icons,\nyou need to set the `tnt` prefix in front of the icon's name.\n\nExample:\n`name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.\n\n**Note:** To use the SAP Business Suite icons,\nyou need to set the `business-suite` prefix in front of the icon's name.\n\nExample:\n`name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.",
|
|
@@ -1490,20 +1442,16 @@
|
|
|
1490
1442
|
"values": []
|
|
1491
1443
|
},
|
|
1492
1444
|
{
|
|
1493
|
-
"name": "
|
|
1494
|
-
"description": "Defines the
|
|
1495
|
-
"values": [
|
|
1496
|
-
{ "name": "Image" },
|
|
1497
|
-
{ "name": "Decorative" },
|
|
1498
|
-
{ "name": "Interactive" }
|
|
1499
|
-
]
|
|
1445
|
+
"name": "accessible-role",
|
|
1446
|
+
"description": "Defines the accessibility role of the component.",
|
|
1447
|
+
"values": []
|
|
1500
1448
|
}
|
|
1501
1449
|
],
|
|
1502
1450
|
"references": []
|
|
1503
1451
|
},
|
|
1504
1452
|
{
|
|
1505
1453
|
"name": "ui5-input",
|
|
1506
|
-
"description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list
|
|
1454
|
+
"description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list.\n- [Up] - Focuses the previous matching item in the suggestion list.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **suggestion-item-select** - Fired when a suggestion item, that is displayed in the suggestion popup, is selected.\n- **suggestion-item-preview** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n\n### **Methods:**\n - **openPicker(): _void_** - Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>` and `<ui5-suggestion-group-item>` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-group-item>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",
|
|
1507
1455
|
"attributes": [
|
|
1508
1456
|
{
|
|
1509
1457
|
"name": "disabled",
|
|
@@ -1532,15 +1480,14 @@
|
|
|
1532
1480
|
},
|
|
1533
1481
|
{
|
|
1534
1482
|
"name": "type",
|
|
1535
|
-
"description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
|
|
1483
|
+
"description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- Due to browser constraints, certain keyboard interactions may not be available\nfor the 'Number' and 'Email' types.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
|
|
1536
1484
|
"values": [
|
|
1537
1485
|
{ "name": "Text" },
|
|
1538
1486
|
{ "name": "Email" },
|
|
1539
1487
|
{ "name": "Number" },
|
|
1540
1488
|
{ "name": "Password" },
|
|
1541
1489
|
{ "name": "Tel" },
|
|
1542
|
-
{ "name": "URL" }
|
|
1543
|
-
{ "name": "Search" }
|
|
1490
|
+
{ "name": "URL" }
|
|
1544
1491
|
]
|
|
1545
1492
|
},
|
|
1546
1493
|
{
|
|
@@ -1552,16 +1499,16 @@
|
|
|
1552
1499
|
"name": "value-state",
|
|
1553
1500
|
"description": "Defines the value state of the component.",
|
|
1554
1501
|
"values": [
|
|
1555
|
-
{ "name": "
|
|
1556
|
-
{ "name": "Negative" },
|
|
1502
|
+
{ "name": "Information" },
|
|
1557
1503
|
{ "name": "None" },
|
|
1558
|
-
{ "name": "
|
|
1559
|
-
{ "name": "
|
|
1504
|
+
{ "name": "Success" },
|
|
1505
|
+
{ "name": "Warning" },
|
|
1506
|
+
{ "name": "Error" }
|
|
1560
1507
|
]
|
|
1561
1508
|
},
|
|
1562
1509
|
{
|
|
1563
1510
|
"name": "name",
|
|
1564
|
-
"description": "Determines the name
|
|
1511
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
1565
1512
|
"values": []
|
|
1566
1513
|
},
|
|
1567
1514
|
{
|
|
@@ -1588,6 +1535,11 @@
|
|
|
1588
1535
|
"name": "show-clear-icon",
|
|
1589
1536
|
"description": "Defines whether the clear icon of the input will be shown.",
|
|
1590
1537
|
"values": []
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "preview-item",
|
|
1541
|
+
"description": "The suggestion item on preview.",
|
|
1542
|
+
"values": [{ "name": "any" }]
|
|
1591
1543
|
}
|
|
1592
1544
|
],
|
|
1593
1545
|
"references": []
|
|
@@ -1628,11 +1580,6 @@
|
|
|
1628
1580
|
"description": "Defines whether the component is disabled.\n\n**Note:** When disabled, the click event cannot be triggered by the user.",
|
|
1629
1581
|
"values": []
|
|
1630
1582
|
},
|
|
1631
|
-
{
|
|
1632
|
-
"name": "tooltip",
|
|
1633
|
-
"description": "Defines the tooltip of the component.",
|
|
1634
|
-
"values": []
|
|
1635
|
-
},
|
|
1636
1583
|
{
|
|
1637
1584
|
"name": "href",
|
|
1638
1585
|
"description": "Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
@@ -1669,15 +1616,15 @@
|
|
|
1669
1616
|
},
|
|
1670
1617
|
{
|
|
1671
1618
|
"name": "accessible-role",
|
|
1672
|
-
"description": "Defines the ARIA role of the component.\n\n**Note:** Use the
|
|
1673
|
-
"values": [
|
|
1619
|
+
"description": "Defines the ARIA role of the component.\n\n**Note:** Use the \"button\" role in cases when navigation is not expected to occur and the href property is not defined.",
|
|
1620
|
+
"values": []
|
|
1674
1621
|
}
|
|
1675
1622
|
],
|
|
1676
1623
|
"references": []
|
|
1677
1624
|
},
|
|
1678
1625
|
{
|
|
1679
1626
|
"name": "ui5-list",
|
|
1680
|
-
"description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-
|
|
1627
|
+
"description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-groupheader`\n\nTo benefit from the built-in selection mechanism, you can use the available\nselection modes, such as\n`SingleSelect`, `MultiSelect` and `Delete`.\n\nAdditionally, the `ui5-list` provides header, footer, and customization for the list item separators.\n\n### Keyboard Handling\n\n#### Basic Navigation\nThe `ui5-list` provides advanced keyboard handling.\nWhen a list is focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- [Up] or [Down] - Navigates up and down the items\n- [Home] - Navigates to first item\n- [End] - Navigates to the last item\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete),\nwhen the `mode` property is in use:\n\n- [Space] - Select an item (if `type` is 'Active') when `mode` is selection\n- [Delete] - Delete an item if `mode` property is `Delete`\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/List.js\";`\n\n`import \"@ui5/webcomponents/dist/StandardListItem.js\";` (for `ui5-li`)\n\n`import \"@ui5/webcomponents/dist/CustomListItem.js\";` (for `ui5-li-custom`)\n\n`import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";` (for `ui5-li-groupheader`)\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n- **item-close** - Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n- **item-toggle** - Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n- **item-delete** - Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes.\n- **load-more** - Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-groupheader` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored.",
|
|
1681
1628
|
"attributes": [
|
|
1682
1629
|
{
|
|
1683
1630
|
"name": "header-text",
|
|
@@ -1695,15 +1642,15 @@
|
|
|
1695
1642
|
"values": []
|
|
1696
1643
|
},
|
|
1697
1644
|
{
|
|
1698
|
-
"name": "
|
|
1699
|
-
"description": "Defines the
|
|
1645
|
+
"name": "mode",
|
|
1646
|
+
"description": "Defines the mode of the component.",
|
|
1700
1647
|
"values": [
|
|
1701
|
-
{ "name": "Single" },
|
|
1702
|
-
{ "name": "Multiple" },
|
|
1703
1648
|
{ "name": "None" },
|
|
1704
|
-
{ "name": "
|
|
1705
|
-
{ "name": "
|
|
1706
|
-
{ "name": "
|
|
1649
|
+
{ "name": "SingleSelect" },
|
|
1650
|
+
{ "name": "SingleSelectBegin" },
|
|
1651
|
+
{ "name": "SingleSelectEnd" },
|
|
1652
|
+
{ "name": "SingleSelectAuto" },
|
|
1653
|
+
{ "name": "MultiSelect" },
|
|
1707
1654
|
{ "name": "Delete" }
|
|
1708
1655
|
]
|
|
1709
1656
|
},
|
|
@@ -1721,8 +1668,8 @@
|
|
|
1721
1668
|
"name": "growing",
|
|
1722
1669
|
"description": "Defines whether the component will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\non IE the component will fallback to `growing=\"Button\"`.",
|
|
1723
1670
|
"values": [
|
|
1724
|
-
{ "name": "Button" },
|
|
1725
1671
|
{ "name": "None" },
|
|
1672
|
+
{ "name": "Button" },
|
|
1726
1673
|
{ "name": "Scroll" }
|
|
1727
1674
|
]
|
|
1728
1675
|
},
|
|
@@ -1732,13 +1679,13 @@
|
|
|
1732
1679
|
"values": []
|
|
1733
1680
|
},
|
|
1734
1681
|
{
|
|
1735
|
-
"name": "
|
|
1682
|
+
"name": "busy",
|
|
1736
1683
|
"description": "Defines if the component would display a loading indicator over the list.",
|
|
1737
1684
|
"values": []
|
|
1738
1685
|
},
|
|
1739
1686
|
{
|
|
1740
|
-
"name": "
|
|
1741
|
-
"description": "Defines the delay in milliseconds, after which the
|
|
1687
|
+
"name": "busy-delay",
|
|
1688
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
|
|
1742
1689
|
"values": []
|
|
1743
1690
|
},
|
|
1744
1691
|
{
|
|
@@ -1754,17 +1701,7 @@
|
|
|
1754
1701
|
{
|
|
1755
1702
|
"name": "accessible-role",
|
|
1756
1703
|
"description": "Defines the accessible role of the component.",
|
|
1757
|
-
"values": [
|
|
1758
|
-
{ "name": "List" },
|
|
1759
|
-
{ "name": "Menu" },
|
|
1760
|
-
{ "name": "Tree" },
|
|
1761
|
-
{ "name": "ListBox" }
|
|
1762
|
-
]
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"name": "list-items",
|
|
1766
|
-
"description": "Returns an array containing the list item instances without the groups in a flat structure.",
|
|
1767
|
-
"values": [{ "name": "any" }]
|
|
1704
|
+
"values": []
|
|
1768
1705
|
}
|
|
1769
1706
|
],
|
|
1770
1707
|
"references": []
|
|
@@ -1795,13 +1732,13 @@
|
|
|
1795
1732
|
},
|
|
1796
1733
|
{
|
|
1797
1734
|
"name": "highlight",
|
|
1798
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
1735
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
1799
1736
|
"values": [
|
|
1800
|
-
{ "name": "
|
|
1801
|
-
{ "name": "Negative" },
|
|
1737
|
+
{ "name": "Information" },
|
|
1802
1738
|
{ "name": "None" },
|
|
1803
|
-
{ "name": "
|
|
1804
|
-
{ "name": "
|
|
1739
|
+
{ "name": "Success" },
|
|
1740
|
+
{ "name": "Warning" },
|
|
1741
|
+
{ "name": "Error" }
|
|
1805
1742
|
]
|
|
1806
1743
|
},
|
|
1807
1744
|
{
|
|
@@ -1814,7 +1751,7 @@
|
|
|
1814
1751
|
},
|
|
1815
1752
|
{
|
|
1816
1753
|
"name": "list-item-base",
|
|
1817
|
-
"description": "A class to serve as a foundation\nfor the `ListItem` and `
|
|
1754
|
+
"description": "A class to serve as a foundation\nfor the `ListItem` and `GroupHeaderListItem` classes.\n\n\n---\n\n\n",
|
|
1818
1755
|
"attributes": [
|
|
1819
1756
|
{
|
|
1820
1757
|
"name": "selected",
|
|
@@ -1824,26 +1761,9 @@
|
|
|
1824
1761
|
],
|
|
1825
1762
|
"references": []
|
|
1826
1763
|
},
|
|
1827
|
-
{
|
|
1828
|
-
"name": "ui5-li-group",
|
|
1829
|
-
"description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
|
|
1830
|
-
"attributes": [
|
|
1831
|
-
{
|
|
1832
|
-
"name": "header-text",
|
|
1833
|
-
"description": "Defines the header text of the <code>ui5-li-group</code>.",
|
|
1834
|
-
"values": []
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "header-accessible-name",
|
|
1838
|
-
"description": "Defines the accessible name of the header.",
|
|
1839
|
-
"values": []
|
|
1840
|
-
}
|
|
1841
|
-
],
|
|
1842
|
-
"references": []
|
|
1843
|
-
},
|
|
1844
1764
|
{
|
|
1845
1765
|
"name": "ui5-menu",
|
|
1846
|
-
"description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Usage\n\n`ui5-menu` contains `ui5-menu-item` components.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening. **This event does not bubble.**\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened. **This event does not bubble.**\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing. **This event does not bubble.**\n- **close** - Fired after the menu is closed. **This event does not bubble.**\n- **item-focus** - Fired when a menu item receives focus.\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_): _Promise<void>_** - Shows the Menu near the opener element.\n- **close(): _void_** - Closes the Menu.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` for the intended design.",
|
|
1766
|
+
"description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Usage\n\n`ui5-menu` contains `ui5-menu-item` components.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening. **This event does not bubble.**\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **after-open** - Fired after the menu is opened. **This event does not bubble.**\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing. **This event does not bubble.**\n- **after-close** - Fired after the menu is closed. **This event does not bubble.**\n- **item-focus** - Fired when a menu item receives focus.\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_): _Promise<void>_** - Shows the Menu near the opener element.\n- **close(): _void_** - Closes the Menu.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` for the intended design.",
|
|
1847
1767
|
"attributes": [
|
|
1848
1768
|
{
|
|
1849
1769
|
"name": "header-text",
|
|
@@ -1856,18 +1776,18 @@
|
|
|
1856
1776
|
"values": []
|
|
1857
1777
|
},
|
|
1858
1778
|
{
|
|
1859
|
-
"name": "
|
|
1779
|
+
"name": "busy",
|
|
1860
1780
|
"description": "Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.",
|
|
1861
1781
|
"values": []
|
|
1862
1782
|
},
|
|
1863
1783
|
{
|
|
1864
|
-
"name": "
|
|
1865
|
-
"description": "Defines the delay in milliseconds, after which the
|
|
1784
|
+
"name": "busy-delay",
|
|
1785
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will be displayed inside the corresponding ui5-menu popover..",
|
|
1866
1786
|
"values": []
|
|
1867
1787
|
},
|
|
1868
1788
|
{
|
|
1869
1789
|
"name": "opener",
|
|
1870
|
-
"description": "Defines the ID or DOM Reference of the element
|
|
1790
|
+
"description": "Defines the ID or DOM Reference of the element that the menu is shown at",
|
|
1871
1791
|
"values": [{ "name": "HTMLElement" }]
|
|
1872
1792
|
}
|
|
1873
1793
|
],
|
|
@@ -1903,13 +1823,13 @@
|
|
|
1903
1823
|
"values": []
|
|
1904
1824
|
},
|
|
1905
1825
|
{
|
|
1906
|
-
"name": "
|
|
1907
|
-
"description": "Defines the delay in milliseconds, after which the
|
|
1826
|
+
"name": "busy",
|
|
1827
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.",
|
|
1908
1828
|
"values": []
|
|
1909
1829
|
},
|
|
1910
1830
|
{
|
|
1911
|
-
"name": "
|
|
1912
|
-
"description": "Defines the delay in milliseconds, after which the
|
|
1831
|
+
"name": "busy-delay",
|
|
1832
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will be displayed inside the corresponding ui5-menu popover.",
|
|
1913
1833
|
"values": []
|
|
1914
1834
|
},
|
|
1915
1835
|
{
|
|
@@ -1927,28 +1847,21 @@
|
|
|
1927
1847
|
},
|
|
1928
1848
|
{
|
|
1929
1849
|
"name": "ui5-message-strip",
|
|
1930
|
-
"description": "### Overview\n\nThe `ui5-message-strip` component enables the embedding of app-related messages.\nIt displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive,
|
|
1850
|
+
"description": "### Overview\n\nThe `ui5-message-strip` component enables the embedding of app-related messages.\nIt displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative.\nEach message can have a Close button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MessageStrip.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
1931
1851
|
"attributes": [
|
|
1932
1852
|
{
|
|
1933
1853
|
"name": "design",
|
|
1934
1854
|
"description": "Defines the component type.",
|
|
1935
1855
|
"values": [
|
|
1856
|
+
{ "name": "Information" },
|
|
1936
1857
|
{ "name": "Positive" },
|
|
1937
1858
|
{ "name": "Negative" },
|
|
1938
|
-
{ "name": "
|
|
1939
|
-
{ "name": "Information" },
|
|
1940
|
-
{ "name": "ColorSet1" },
|
|
1941
|
-
{ "name": "ColorSet2" }
|
|
1859
|
+
{ "name": "Warning" }
|
|
1942
1860
|
]
|
|
1943
1861
|
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "color-scheme",
|
|
1946
|
-
"description": "Defines the color scheme of the component.\nThere are 10 predefined schemes.\nTo use one you can set a number from `\"1\"` to `\"10\"`. The `colorScheme` `\"1\"` will be set by default.",
|
|
1947
|
-
"values": []
|
|
1948
|
-
},
|
|
1949
1862
|
{
|
|
1950
1863
|
"name": "hide-icon",
|
|
1951
|
-
"description": "Defines whether the MessageStrip will show an icon in the beginning.\nYou can directly provide an icon with the `icon` slot. Otherwise, the default icon for the type will be used
|
|
1864
|
+
"description": "Defines whether the MessageStrip will show an icon in the beginning.\nYou can directly provide an icon with the `icon` slot. Otherwise, the default icon for the type will be used.",
|
|
1952
1865
|
"values": []
|
|
1953
1866
|
},
|
|
1954
1867
|
{
|
|
@@ -1968,11 +1881,6 @@
|
|
|
1968
1881
|
"description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
|
|
1969
1882
|
"values": []
|
|
1970
1883
|
},
|
|
1971
|
-
{
|
|
1972
|
-
"name": "name",
|
|
1973
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
1974
|
-
"values": []
|
|
1975
|
-
},
|
|
1976
1884
|
{
|
|
1977
1885
|
"name": "no-typeahead",
|
|
1978
1886
|
"description": "Defines whether the value will be autcompleted to match an item",
|
|
@@ -1984,7 +1892,7 @@
|
|
|
1984
1892
|
"values": []
|
|
1985
1893
|
},
|
|
1986
1894
|
{
|
|
1987
|
-
"name": "
|
|
1895
|
+
"name": "allow-custom-values",
|
|
1988
1896
|
"description": "Defines if the user input will be prevented, if no matching item has been found",
|
|
1989
1897
|
"values": []
|
|
1990
1898
|
},
|
|
@@ -1997,11 +1905,11 @@
|
|
|
1997
1905
|
"name": "value-state",
|
|
1998
1906
|
"description": "Defines the value state of the component.",
|
|
1999
1907
|
"values": [
|
|
2000
|
-
{ "name": "
|
|
2001
|
-
{ "name": "Negative" },
|
|
1908
|
+
{ "name": "Information" },
|
|
2002
1909
|
{ "name": "None" },
|
|
2003
|
-
{ "name": "
|
|
2004
|
-
{ "name": "
|
|
1910
|
+
{ "name": "Success" },
|
|
1911
|
+
{ "name": "Warning" },
|
|
1912
|
+
{ "name": "Error" }
|
|
2005
1913
|
]
|
|
2006
1914
|
},
|
|
2007
1915
|
{
|
|
@@ -2088,18 +1996,13 @@
|
|
|
2088
1996
|
},
|
|
2089
1997
|
{
|
|
2090
1998
|
"name": "ui5-multi-input",
|
|
2091
|
-
"description": "### Overview\nA `ui5-multi-input` field allows the user to enter multiple values, which are displayed as `ui5-token`.\n\nUser can choose interaction for creating tokens.\nFiori Guidelines say that user should create tokens when:\n\n- Type a value in the input and press enter or focus out the input field (`change` event is fired)\n-
|
|
1999
|
+
"description": "### Overview\nA `ui5-multi-input` field allows the user to enter multiple values, which are displayed as `ui5-token`.\n\nUser can choose interaction for creating tokens.\nFiori Guidelines say that user should create tokens when:\n\n- Type a value in the input and press enter or focus out the input field (`change` event is fired)\n- Select a value from the suggestion list (`suggestion-item-select` event is fired)\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiInput.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **value-help-trigger** - Fired when the value help icon is pressed\nand F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.\n- **token-delete** - Fired when a token is about to be deleted.\n- **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **suggestion-item-select** - Fired when a suggestion item, that is displayed in the suggestion popup, is selected.\n- **suggestion-item-preview** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n\n### **Methods:**\n - **openPicker(): _void_** - Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open.\n\n### **Slots:**\n - **tokens** - Defines the component tokens.",
|
|
2092
2000
|
"attributes": [
|
|
2093
2001
|
{
|
|
2094
2002
|
"name": "show-value-help-icon",
|
|
2095
2003
|
"description": "Determines whether a value help icon will be visualized in the end of the input.\nPressing the icon will fire `value-help-trigger` event.",
|
|
2096
2004
|
"values": []
|
|
2097
2005
|
},
|
|
2098
|
-
{
|
|
2099
|
-
"name": "name",
|
|
2100
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
2101
|
-
"values": []
|
|
2102
|
-
},
|
|
2103
2006
|
{
|
|
2104
2007
|
"name": "disabled",
|
|
2105
2008
|
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
|
|
@@ -2127,15 +2030,14 @@
|
|
|
2127
2030
|
},
|
|
2128
2031
|
{
|
|
2129
2032
|
"name": "type",
|
|
2130
|
-
"description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
|
|
2033
|
+
"description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- Due to browser constraints, certain keyboard interactions may not be available\nfor the 'Number' and 'Email' types.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
|
|
2131
2034
|
"values": [
|
|
2132
2035
|
{ "name": "Text" },
|
|
2133
2036
|
{ "name": "Email" },
|
|
2134
2037
|
{ "name": "Number" },
|
|
2135
2038
|
{ "name": "Password" },
|
|
2136
2039
|
{ "name": "Tel" },
|
|
2137
|
-
{ "name": "URL" }
|
|
2138
|
-
{ "name": "Search" }
|
|
2040
|
+
{ "name": "URL" }
|
|
2139
2041
|
]
|
|
2140
2042
|
},
|
|
2141
2043
|
{
|
|
@@ -2147,13 +2049,18 @@
|
|
|
2147
2049
|
"name": "value-state",
|
|
2148
2050
|
"description": "Defines the value state of the component.",
|
|
2149
2051
|
"values": [
|
|
2150
|
-
{ "name": "
|
|
2151
|
-
{ "name": "Negative" },
|
|
2052
|
+
{ "name": "Information" },
|
|
2152
2053
|
{ "name": "None" },
|
|
2153
|
-
{ "name": "
|
|
2154
|
-
{ "name": "
|
|
2054
|
+
{ "name": "Success" },
|
|
2055
|
+
{ "name": "Warning" },
|
|
2056
|
+
{ "name": "Error" }
|
|
2155
2057
|
]
|
|
2156
2058
|
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "name",
|
|
2061
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
2062
|
+
"values": []
|
|
2063
|
+
},
|
|
2157
2064
|
{
|
|
2158
2065
|
"name": "show-suggestions",
|
|
2159
2066
|
"description": "Defines whether the component should show suggestions, if such are present.\n\n**Note:** You need to import the `InputSuggestions` module\nfrom `\"@ui5/webcomponents/dist/features/InputSuggestions.js\"` to enable this functionality.",
|
|
@@ -2178,6 +2085,11 @@
|
|
|
2178
2085
|
"name": "show-clear-icon",
|
|
2179
2086
|
"description": "Defines whether the clear icon of the input will be shown.",
|
|
2180
2087
|
"values": []
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "preview-item",
|
|
2091
|
+
"description": "The suggestion item on preview.",
|
|
2092
|
+
"values": [{ "name": "any" }]
|
|
2181
2093
|
}
|
|
2182
2094
|
],
|
|
2183
2095
|
"references": []
|
|
@@ -2192,8 +2104,8 @@
|
|
|
2192
2104
|
"values": []
|
|
2193
2105
|
},
|
|
2194
2106
|
{
|
|
2195
|
-
"name": "
|
|
2196
|
-
"description": "Defines the
|
|
2107
|
+
"name": "disabled",
|
|
2108
|
+
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is hidden.",
|
|
2197
2109
|
"values": []
|
|
2198
2110
|
},
|
|
2199
2111
|
{
|
|
@@ -2274,7 +2186,7 @@
|
|
|
2274
2186
|
},
|
|
2275
2187
|
{
|
|
2276
2188
|
"name": "ui5-popover",
|
|
2277
|
-
"description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n\n**Note: ** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
2189
|
+
"description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n\n**Note: ** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **after-open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **after-close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_, preventInitialFocus: _boolean_): _Promise<void>_** - Shows the popover.\n- **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n- **isOpen(): _boolean_** - Tells if the component is opened\n- **close(): _void_** - Closes the popup.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
2278
2190
|
"attributes": [
|
|
2279
2191
|
{
|
|
2280
2192
|
"name": "header-text",
|
|
@@ -2282,21 +2194,21 @@
|
|
|
2282
2194
|
"values": []
|
|
2283
2195
|
},
|
|
2284
2196
|
{
|
|
2285
|
-
"name": "placement",
|
|
2197
|
+
"name": "placement-type",
|
|
2286
2198
|
"description": "Determines on which side the component is placed at.",
|
|
2287
2199
|
"values": [
|
|
2288
2200
|
{ "name": "Top" },
|
|
2289
2201
|
{ "name": "Bottom" },
|
|
2290
|
-
{ "name": "
|
|
2291
|
-
{ "name": "
|
|
2202
|
+
{ "name": "Left" },
|
|
2203
|
+
{ "name": "Right" }
|
|
2292
2204
|
]
|
|
2293
2205
|
},
|
|
2294
2206
|
{
|
|
2295
2207
|
"name": "horizontal-align",
|
|
2296
2208
|
"description": "Determines the horizontal alignment of the component.",
|
|
2297
2209
|
"values": [
|
|
2298
|
-
{ "name": "
|
|
2299
|
-
{ "name": "
|
|
2210
|
+
{ "name": "Left" },
|
|
2211
|
+
{ "name": "Right" },
|
|
2300
2212
|
{ "name": "Center" },
|
|
2301
2213
|
{ "name": "Stretch" }
|
|
2302
2214
|
]
|
|
@@ -2316,6 +2228,11 @@
|
|
|
2316
2228
|
"description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
|
|
2317
2229
|
"values": []
|
|
2318
2230
|
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "hide-backdrop",
|
|
2233
|
+
"description": "Defines whether the block layer will be shown if modal property is set to true.",
|
|
2234
|
+
"values": []
|
|
2235
|
+
},
|
|
2319
2236
|
{
|
|
2320
2237
|
"name": "hide-arrow",
|
|
2321
2238
|
"description": "Determines whether the component arrow is hidden.",
|
|
@@ -2328,8 +2245,8 @@
|
|
|
2328
2245
|
},
|
|
2329
2246
|
{
|
|
2330
2247
|
"name": "opener",
|
|
2331
|
-
"description": "Defines the ID or DOM Reference of the element
|
|
2332
|
-
"values": [{ "name": "
|
|
2248
|
+
"description": "Defines the ID or DOM Reference of the element that the popover is shown at",
|
|
2249
|
+
"values": [{ "name": "HTMLElement" }]
|
|
2333
2250
|
},
|
|
2334
2251
|
{
|
|
2335
2252
|
"name": "initial-focus",
|
|
@@ -2342,9 +2259,14 @@
|
|
|
2342
2259
|
"values": []
|
|
2343
2260
|
},
|
|
2344
2261
|
{
|
|
2345
|
-
"name": "
|
|
2346
|
-
"description": "
|
|
2347
|
-
"values": []
|
|
2262
|
+
"name": "open",
|
|
2263
|
+
"description": "Indicates if the element is open",
|
|
2264
|
+
"values": []
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"name": "accessible-name",
|
|
2268
|
+
"description": "Defines the accessible name of the component.",
|
|
2269
|
+
"values": []
|
|
2348
2270
|
},
|
|
2349
2271
|
{
|
|
2350
2272
|
"name": "accessible-name-ref",
|
|
@@ -2359,23 +2281,13 @@
|
|
|
2359
2281
|
{ "name": "Dialog" },
|
|
2360
2282
|
{ "name": "AlertDialog" }
|
|
2361
2283
|
]
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"name": "prevent-initial-focus",
|
|
2365
|
-
"description": "Indicates whether initial focus should be prevented.",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "open",
|
|
2370
|
-
"description": "Indicates if the element is open",
|
|
2371
|
-
"values": [{ "name": "any" }]
|
|
2372
2284
|
}
|
|
2373
2285
|
],
|
|
2374
2286
|
"references": []
|
|
2375
2287
|
},
|
|
2376
2288
|
{
|
|
2377
2289
|
"name": "popup",
|
|
2378
|
-
"description": "### Overview\nBase 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\nat 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:\n - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n - Derivatives may call the \"
|
|
2290
|
+
"description": "### Overview\nBase 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\nat 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:\n - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n 2. Provides blocking layer (relevant for modal popups only):\n - It is in the static area\n - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus:\n - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The Popup class automatically assigns \"z-index\"\n - 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:\n - beforeContent (upper part of the box, useful for header/title/close button)\n - afterContent (lower part, useful for footer/action buttons)\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **after-open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **after-close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n- **isOpen(): _boolean_** - Tells if the component is opened\n- **close(): _void_** - Closes the popup.\n\n### **Slots:**\n - **default** - Defines the content of the Popup.",
|
|
2379
2291
|
"attributes": [
|
|
2380
2292
|
{
|
|
2381
2293
|
"name": "initial-focus",
|
|
@@ -2387,6 +2299,11 @@
|
|
|
2387
2299
|
"description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
|
|
2388
2300
|
"values": []
|
|
2389
2301
|
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "open",
|
|
2304
|
+
"description": "Indicates if the element is open",
|
|
2305
|
+
"values": []
|
|
2306
|
+
},
|
|
2390
2307
|
{
|
|
2391
2308
|
"name": "accessible-name",
|
|
2392
2309
|
"description": "Defines the accessible name of the component.",
|
|
@@ -2405,16 +2322,6 @@
|
|
|
2405
2322
|
{ "name": "Dialog" },
|
|
2406
2323
|
{ "name": "AlertDialog" }
|
|
2407
2324
|
]
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"name": "prevent-initial-focus",
|
|
2411
|
-
"description": "Indicates whether initial focus should be prevented.",
|
|
2412
|
-
"values": []
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"name": "open",
|
|
2416
|
-
"description": "Indicates if the element is open",
|
|
2417
|
-
"values": [{ "name": "any" }]
|
|
2418
2325
|
}
|
|
2419
2326
|
],
|
|
2420
2327
|
"references": []
|
|
@@ -2428,6 +2335,11 @@
|
|
|
2428
2335
|
"description": "Defines the accessible ARIA name of the component.",
|
|
2429
2336
|
"values": []
|
|
2430
2337
|
},
|
|
2338
|
+
{
|
|
2339
|
+
"name": "disabled",
|
|
2340
|
+
"description": "Defines whether component is in disabled state.",
|
|
2341
|
+
"values": []
|
|
2342
|
+
},
|
|
2431
2343
|
{
|
|
2432
2344
|
"name": "hide-value",
|
|
2433
2345
|
"description": "Defines whether the component value is shown.",
|
|
@@ -2447,11 +2359,11 @@
|
|
|
2447
2359
|
"name": "value-state",
|
|
2448
2360
|
"description": "Defines the value state of the component.",
|
|
2449
2361
|
"values": [
|
|
2450
|
-
{ "name": "
|
|
2451
|
-
{ "name": "Negative" },
|
|
2362
|
+
{ "name": "Information" },
|
|
2452
2363
|
{ "name": "None" },
|
|
2453
|
-
{ "name": "
|
|
2454
|
-
{ "name": "
|
|
2364
|
+
{ "name": "Success" },
|
|
2365
|
+
{ "name": "Warning" },
|
|
2366
|
+
{ "name": "Error" }
|
|
2455
2367
|
]
|
|
2456
2368
|
}
|
|
2457
2369
|
],
|
|
@@ -2490,21 +2402,21 @@
|
|
|
2490
2402
|
"name": "value-state",
|
|
2491
2403
|
"description": "Defines the value state of the component.",
|
|
2492
2404
|
"values": [
|
|
2493
|
-
{ "name": "
|
|
2494
|
-
{ "name": "Negative" },
|
|
2405
|
+
{ "name": "Information" },
|
|
2495
2406
|
{ "name": "None" },
|
|
2496
|
-
{ "name": "
|
|
2497
|
-
{ "name": "
|
|
2407
|
+
{ "name": "Success" },
|
|
2408
|
+
{ "name": "Warning" },
|
|
2409
|
+
{ "name": "Error" }
|
|
2498
2410
|
]
|
|
2499
2411
|
},
|
|
2500
2412
|
{
|
|
2501
2413
|
"name": "name",
|
|
2502
|
-
"description": "
|
|
2414
|
+
"description": "Defines the name of the component.\nRadio buttons with the same `name` will form a radio button group.\n\n**Note:**\nThe selection can be changed with `ARROW_UP/DOWN` and `ARROW_LEFT/RIGHT` keys between radio buttons in same group.\n\n**Note:**\nOnly one radio button can be selected per group.\n\n**Important:** For the `name` property to have effect when submitting forms, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form.",
|
|
2503
2415
|
"values": []
|
|
2504
2416
|
},
|
|
2505
2417
|
{
|
|
2506
2418
|
"name": "value",
|
|
2507
|
-
"description": "Defines the form value of the component.\nWhen a form with a radio button group is submitted, the group's value\nwill be the value of the currently selected radio button.",
|
|
2419
|
+
"description": "Defines the form value of the component.\nWhen a form with a radio button group is submitted, the group's value\nwill be the value of the currently selected radio button.\n\n**Important:** For the `value` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`",
|
|
2508
2420
|
"values": []
|
|
2509
2421
|
},
|
|
2510
2422
|
{
|
|
@@ -2549,11 +2461,6 @@
|
|
|
2549
2461
|
"description": "Defines the maximum value of the slider.",
|
|
2550
2462
|
"values": []
|
|
2551
2463
|
},
|
|
2552
|
-
{
|
|
2553
|
-
"name": "name",
|
|
2554
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2555
|
-
"values": []
|
|
2556
|
-
},
|
|
2557
2464
|
{
|
|
2558
2465
|
"name": "step",
|
|
2559
2466
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
|
|
@@ -2636,7 +2543,7 @@
|
|
|
2636
2543
|
},
|
|
2637
2544
|
{
|
|
2638
2545
|
"name": "ui5-responsive-popover",
|
|
2639
|
-
"description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
2546
|
+
"description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **after-open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **after-close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_, preventInitialFocus: _boolean_): _Promise<void>_** - Shows popover on desktop and dialog on mobile.\n- **close(): _void_** - Closes the popover/dialog.\n- **isOpen(): _boolean_** - Tells if the responsive popover is open.\n- **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
|
|
2640
2547
|
"attributes": [
|
|
2641
2548
|
{
|
|
2642
2549
|
"name": "header-text",
|
|
@@ -2644,21 +2551,21 @@
|
|
|
2644
2551
|
"values": []
|
|
2645
2552
|
},
|
|
2646
2553
|
{
|
|
2647
|
-
"name": "placement",
|
|
2554
|
+
"name": "placement-type",
|
|
2648
2555
|
"description": "Determines on which side the component is placed at.",
|
|
2649
2556
|
"values": [
|
|
2650
2557
|
{ "name": "Top" },
|
|
2651
2558
|
{ "name": "Bottom" },
|
|
2652
|
-
{ "name": "
|
|
2653
|
-
{ "name": "
|
|
2559
|
+
{ "name": "Left" },
|
|
2560
|
+
{ "name": "Right" }
|
|
2654
2561
|
]
|
|
2655
2562
|
},
|
|
2656
2563
|
{
|
|
2657
2564
|
"name": "horizontal-align",
|
|
2658
2565
|
"description": "Determines the horizontal alignment of the component.",
|
|
2659
2566
|
"values": [
|
|
2660
|
-
{ "name": "
|
|
2661
|
-
{ "name": "
|
|
2567
|
+
{ "name": "Left" },
|
|
2568
|
+
{ "name": "Right" },
|
|
2662
2569
|
{ "name": "Center" },
|
|
2663
2570
|
{ "name": "Stretch" }
|
|
2664
2571
|
]
|
|
@@ -2678,6 +2585,11 @@
|
|
|
2678
2585
|
"description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
|
|
2679
2586
|
"values": []
|
|
2680
2587
|
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "hide-backdrop",
|
|
2590
|
+
"description": "Defines whether the block layer will be shown if modal property is set to true.",
|
|
2591
|
+
"values": []
|
|
2592
|
+
},
|
|
2681
2593
|
{
|
|
2682
2594
|
"name": "hide-arrow",
|
|
2683
2595
|
"description": "Determines whether the component arrow is hidden.",
|
|
@@ -2690,8 +2602,8 @@
|
|
|
2690
2602
|
},
|
|
2691
2603
|
{
|
|
2692
2604
|
"name": "opener",
|
|
2693
|
-
"description": "Defines the ID or DOM Reference of the element
|
|
2694
|
-
"values": [{ "name": "
|
|
2605
|
+
"description": "Defines the ID or DOM Reference of the element that the popover is shown at",
|
|
2606
|
+
"values": [{ "name": "HTMLElement" }]
|
|
2695
2607
|
},
|
|
2696
2608
|
{
|
|
2697
2609
|
"name": "initial-focus",
|
|
@@ -2703,6 +2615,11 @@
|
|
|
2703
2615
|
"description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
|
|
2704
2616
|
"values": []
|
|
2705
2617
|
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "open",
|
|
2620
|
+
"description": "Indicates if the element is open",
|
|
2621
|
+
"values": []
|
|
2622
|
+
},
|
|
2706
2623
|
{
|
|
2707
2624
|
"name": "accessible-name",
|
|
2708
2625
|
"description": "Defines the accessible name of the component.",
|
|
@@ -2721,23 +2638,13 @@
|
|
|
2721
2638
|
{ "name": "Dialog" },
|
|
2722
2639
|
{ "name": "AlertDialog" }
|
|
2723
2640
|
]
|
|
2724
|
-
},
|
|
2725
|
-
{
|
|
2726
|
-
"name": "prevent-initial-focus",
|
|
2727
|
-
"description": "Indicates whether initial focus should be prevented.",
|
|
2728
|
-
"values": []
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "open",
|
|
2732
|
-
"description": "Indicates if the element is open",
|
|
2733
|
-
"values": [{ "name": "any" }]
|
|
2734
2641
|
}
|
|
2735
2642
|
],
|
|
2736
2643
|
"references": []
|
|
2737
2644
|
},
|
|
2738
2645
|
{
|
|
2739
2646
|
"name": "ui5-segmented-button",
|
|
2740
|
-
"description": "### Overview\n\nThe `ui5-segmented-button` shows a group of items. When the user clicks or taps\none of the items, it stays in a pressed state. It automatically resizes the items\nto fit proportionally within the component. When no width is set, the component uses the available width.\n\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/SegmentedButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected item changes.\n\n### **Slots:**\n - **default** - Defines the items of `ui5-segmented-button`.\n\n**Note:** Multiple items are allowed.\n\n**Note:** Use the `ui5-segmented-button-item` for the intended design.",
|
|
2647
|
+
"description": "### Overview\n\nThe `ui5-segmented-button` shows a group of items. When the user clicks or taps\none of the items, it stays in a pressed state. It automatically resizes the items\nto fit proportionally within the component. When no width is set, the component uses the available width.\n\n**Note:** There can be just one selected `item` at a time.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/SegmentedButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected item changes.\n\n### **Slots:**\n - **default** - Defines the items of `ui5-segmented-button`.\n\n**Note:** Multiple items are allowed.\n\n**Note:** Use the `ui5-segmented-button-item` for the intended design.",
|
|
2741
2648
|
"attributes": [
|
|
2742
2649
|
{
|
|
2743
2650
|
"name": "accessible-name",
|
|
@@ -2745,9 +2652,14 @@
|
|
|
2745
2652
|
"values": []
|
|
2746
2653
|
},
|
|
2747
2654
|
{
|
|
2748
|
-
"name": "
|
|
2655
|
+
"name": "mode",
|
|
2749
2656
|
"description": "Defines the component selection mode.",
|
|
2750
|
-
"values": [{ "name": "
|
|
2657
|
+
"values": [{ "name": "SingleSelect" }, { "name": "MultiSelect" }]
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"name": "selected-item",
|
|
2661
|
+
"description": "Currently selected item.",
|
|
2662
|
+
"values": [{ "name": "any" }]
|
|
2751
2663
|
},
|
|
2752
2664
|
{
|
|
2753
2665
|
"name": "selected-items",
|
|
@@ -2759,16 +2671,57 @@
|
|
|
2759
2671
|
},
|
|
2760
2672
|
{
|
|
2761
2673
|
"name": "ui5-segmented-button-item",
|
|
2762
|
-
"description": "### Overview\n\nUsers can use the `ui5-segmented-button-item` as part of a `ui5-segmented-button`.\n\nClicking or tapping on a `ui5-segmented-button-item` changes its state to `
|
|
2674
|
+
"description": "### Overview\n\nUsers can use the `ui5-segmented-button-item` as part of a `ui5-segmented-button`.\n\nClicking or tapping on a `ui5-segmented-button-item` changes its state to `pressed`.\nThe item returns to its initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any\n`ui5-segmented-button-item`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/SegmentedButtonItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
|
|
2763
2675
|
"attributes": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "design",
|
|
2678
|
+
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2679
|
+
"values": [
|
|
2680
|
+
{ "name": "Positive" },
|
|
2681
|
+
{ "name": "Negative" },
|
|
2682
|
+
{ "name": "Default" },
|
|
2683
|
+
{ "name": "Transparent" },
|
|
2684
|
+
{ "name": "Emphasized" },
|
|
2685
|
+
{ "name": "Attention" }
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "icon-end",
|
|
2690
|
+
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2691
|
+
"values": []
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "submits",
|
|
2695
|
+
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2696
|
+
"values": []
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "type",
|
|
2700
|
+
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2701
|
+
"values": [
|
|
2702
|
+
{ "name": "Button" },
|
|
2703
|
+
{ "name": "Submit" },
|
|
2704
|
+
{ "name": "Reset" }
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "accessible-role",
|
|
2709
|
+
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2710
|
+
"values": [{ "name": "Button" }, { "name": "Link" }]
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "pressed",
|
|
2714
|
+
"description": "Determines whether the component is displayed as pressed.",
|
|
2715
|
+
"values": []
|
|
2716
|
+
},
|
|
2764
2717
|
{
|
|
2765
2718
|
"name": "disabled",
|
|
2766
|
-
"description": "Defines whether the component is disabled.\nA disabled component can't be
|
|
2719
|
+
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
|
2767
2720
|
"values": []
|
|
2768
2721
|
},
|
|
2769
2722
|
{
|
|
2770
|
-
"name": "
|
|
2771
|
-
"description": "
|
|
2723
|
+
"name": "icon",
|
|
2724
|
+
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
2772
2725
|
"values": []
|
|
2773
2726
|
},
|
|
2774
2727
|
{
|
|
@@ -2785,11 +2738,6 @@
|
|
|
2785
2738
|
"name": "accessible-name-ref",
|
|
2786
2739
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
2787
2740
|
"values": []
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "icon",
|
|
2791
|
-
"description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
2792
|
-
"values": []
|
|
2793
2741
|
}
|
|
2794
2742
|
],
|
|
2795
2743
|
"references": []
|
|
@@ -2800,7 +2748,7 @@
|
|
|
2800
2748
|
"attributes": [
|
|
2801
2749
|
{
|
|
2802
2750
|
"name": "menu",
|
|
2803
|
-
"description": "Defines a reference (ID or DOM element) of component's menu of options\nas alternative to define the select's dropdown.\
|
|
2751
|
+
"description": "Defines a reference (ID or DOM element) of component's menu of options\nas alternative to define the select's dropdown.\n\n**Note:** Usage of `ui5-select-menu` is recommended.",
|
|
2804
2752
|
"values": [{ "name": "HTMLElement" }]
|
|
2805
2753
|
},
|
|
2806
2754
|
{
|
|
@@ -2810,18 +2758,18 @@
|
|
|
2810
2758
|
},
|
|
2811
2759
|
{
|
|
2812
2760
|
"name": "name",
|
|
2813
|
-
"description": "Determines the name
|
|
2761
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\nThe value of the component will be the value of the currently selected `ui5-option`.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the `ui5-select` so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
2814
2762
|
"values": []
|
|
2815
2763
|
},
|
|
2816
2764
|
{
|
|
2817
2765
|
"name": "value-state",
|
|
2818
2766
|
"description": "Defines the value state of the component.",
|
|
2819
2767
|
"values": [
|
|
2820
|
-
{ "name": "
|
|
2821
|
-
{ "name": "Negative" },
|
|
2768
|
+
{ "name": "Information" },
|
|
2822
2769
|
{ "name": "None" },
|
|
2823
|
-
{ "name": "
|
|
2824
|
-
{ "name": "
|
|
2770
|
+
{ "name": "Success" },
|
|
2771
|
+
{ "name": "Warning" },
|
|
2772
|
+
{ "name": "Error" }
|
|
2825
2773
|
]
|
|
2826
2774
|
},
|
|
2827
2775
|
{
|
|
@@ -2897,11 +2845,6 @@
|
|
|
2897
2845
|
"description": "**Note:** The property is inherited and not supported. If set, it won't take any effect.",
|
|
2898
2846
|
"values": []
|
|
2899
2847
|
},
|
|
2900
|
-
{
|
|
2901
|
-
"name": "movable",
|
|
2902
|
-
"description": "Defines whether the item is movable.",
|
|
2903
|
-
"values": []
|
|
2904
|
-
},
|
|
2905
2848
|
{
|
|
2906
2849
|
"name": "accessible-name",
|
|
2907
2850
|
"description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
|
|
@@ -2914,13 +2857,13 @@
|
|
|
2914
2857
|
},
|
|
2915
2858
|
{
|
|
2916
2859
|
"name": "highlight",
|
|
2917
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
2860
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
2918
2861
|
"values": [
|
|
2919
|
-
{ "name": "
|
|
2920
|
-
{ "name": "Negative" },
|
|
2862
|
+
{ "name": "Information" },
|
|
2921
2863
|
{ "name": "None" },
|
|
2922
|
-
{ "name": "
|
|
2923
|
-
{ "name": "
|
|
2864
|
+
{ "name": "Success" },
|
|
2865
|
+
{ "name": "Warning" },
|
|
2866
|
+
{ "name": "Error" }
|
|
2924
2867
|
]
|
|
2925
2868
|
},
|
|
2926
2869
|
{
|
|
@@ -2950,11 +2893,6 @@
|
|
|
2950
2893
|
"description": "Defines the maximum value of the slider.",
|
|
2951
2894
|
"values": []
|
|
2952
2895
|
},
|
|
2953
|
-
{
|
|
2954
|
-
"name": "name",
|
|
2955
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
2956
|
-
"values": []
|
|
2957
|
-
},
|
|
2958
2896
|
{
|
|
2959
2897
|
"name": "step",
|
|
2960
2898
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
|
|
@@ -3002,11 +2940,6 @@
|
|
|
3002
2940
|
"description": "Defines the maximum value of the slider.",
|
|
3003
2941
|
"values": []
|
|
3004
2942
|
},
|
|
3005
|
-
{
|
|
3006
|
-
"name": "name",
|
|
3007
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
3008
|
-
"values": []
|
|
3009
|
-
},
|
|
3010
2943
|
{
|
|
3011
2944
|
"name": "step",
|
|
3012
2945
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
|
|
@@ -3048,9 +2981,9 @@
|
|
|
3048
2981
|
"name": "type",
|
|
3049
2982
|
"description": "Defines the type of the special date.",
|
|
3050
2983
|
"values": [
|
|
2984
|
+
{ "name": "None" },
|
|
3051
2985
|
{ "name": "Today" },
|
|
3052
2986
|
{ "name": "Selected" },
|
|
3053
|
-
{ "name": "None" },
|
|
3054
2987
|
{ "name": "Working" },
|
|
3055
2988
|
{ "name": "NonWorking" },
|
|
3056
2989
|
{ "name": "Type01" },
|
|
@@ -3078,13 +3011,18 @@
|
|
|
3078
3011
|
},
|
|
3079
3012
|
{
|
|
3080
3013
|
"name": "ui5-split-button",
|
|
3081
|
-
"description": "### Overview\n\n`ui5-split-button` enables users to trigger actions. It is constructed of two separate actions -\ndefault action and arrow action that can be activated by clicking or tapping, or by\npressing certain keyboard keys - `Space` or `Enter` for default action,\nand `Arrow Down` or `Arrow Up` for arrow action.\n\n### Usage\n\n`ui5-split-button` consists two separate buttons:\n\n- for the first one (default action) you can define some `text` or an `icon`, or both.\n- the second one (arrow action) contains only `slim-arrow-down` icon.\n\nYou can choose a `design` from a set of predefined types (the same as for ui5-button) that offer\ndifferent styling to correspond to the triggered action. Both text and arrow actions have the same design.\n\nYou can set the `ui5-split-button` as enabled or disabled. Both parts of an enabled\n`ui5-split-button` can be pressed by clicking or tapping it, or by certain keys, which changes\nthe style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-split-button` appears inactive and any of the two buttons\ncannot be pressed.\n\n### Keyboard Handling\n\n- `Space` or `Enter` - triggers the default action\n- `Shift` or `Escape` - if `Space` is pressed, releases the default action button without triggering the click event.\n- `Arrow Down`, `Arrow Up`, `Alt`+`Arrow Down`, `Alt`+`Arrow Up`, or `F4` - triggers the arrow action\nThere are separate events that are fired on activating of `ui5-split-button` parts:\n\n- `click` for the first button (default action)\n- `arrow-click` for the second button (arrow action)\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/SplitButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the user clicks on the default action.\n- **arrow-click** - Fired when the user clicks on the arrow action.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
|
|
3014
|
+
"description": "### Overview\n\n`ui5-split-button` enables users to trigger actions. It is constructed of two separate actions -\ndefault action and arrow action that can be activated by clicking or tapping, or by\npressing certain keyboard keys - `Space` or `Enter` for default action,\nand `Arrow Down` or `Arrow Up` for arrow action.\n\n### Usage\n\n`ui5-split-button` consists two separate buttons:\n\n- for the first one (default action) you can define some `text` or an `icon`, or both.\nAlso, it is possible to define different icon for active state of this button - `activeIcon`.\n- the second one (arrow action) contains only `slim-arrow-down` icon.\n\nYou can choose a `design` from a set of predefined types (the same as for ui5-button) that offer\ndifferent styling to correspond to the triggered action. Both text and arrow actions have the same design.\n\nYou can set the `ui5-split-button` as enabled or disabled. Both parts of an enabled\n`ui5-split-button` can be pressed by clicking or tapping it, or by certain keys, which changes\nthe style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-split-button` appears inactive and any of the two buttons\ncannot be pressed.\n\n### Keyboard Handling\n\n- `Space` or `Enter` - triggers the default action\n- `Shift` or `Escape` - if `Space` is pressed, releases the default action button without triggering the click event.\n- `Arrow Down`, `Arrow Up`, `Alt`+`Arrow Down`, `Alt`+`Arrow Up`, or `F4` - triggers the arrow action\nThere are separate events that are fired on activating of `ui5-split-button` parts:\n\n- `click` for the first button (default action)\n- `arrow-click` for the second button (arrow action)\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/SplitButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the user clicks on the default action.\n- **arrow-click** - Fired when the user clicks on the arrow action.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
|
|
3082
3015
|
"attributes": [
|
|
3083
3016
|
{
|
|
3084
3017
|
"name": "icon",
|
|
3085
3018
|
"description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
3086
3019
|
"values": []
|
|
3087
3020
|
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "active-icon",
|
|
3023
|
+
"description": "Defines the icon to be displayed in active state as graphical element within the component.",
|
|
3024
|
+
"values": []
|
|
3025
|
+
},
|
|
3088
3026
|
{
|
|
3089
3027
|
"name": "active-arrow-button",
|
|
3090
3028
|
"description": "Defines whether the arrow button should have the active state styles or not.",
|
|
@@ -3094,9 +3032,9 @@
|
|
|
3094
3032
|
"name": "design",
|
|
3095
3033
|
"description": "Defines the component design.",
|
|
3096
3034
|
"values": [
|
|
3097
|
-
{ "name": "Default" },
|
|
3098
3035
|
{ "name": "Positive" },
|
|
3099
3036
|
{ "name": "Negative" },
|
|
3037
|
+
{ "name": "Default" },
|
|
3100
3038
|
{ "name": "Transparent" },
|
|
3101
3039
|
{ "name": "Emphasized" },
|
|
3102
3040
|
{ "name": "Attention" }
|
|
@@ -3146,20 +3084,15 @@
|
|
|
3146
3084
|
},
|
|
3147
3085
|
{
|
|
3148
3086
|
"name": "additional-text-state",
|
|
3149
|
-
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"
|
|
3087
|
+
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
3150
3088
|
"values": [
|
|
3151
|
-
{ "name": "
|
|
3152
|
-
{ "name": "Negative" },
|
|
3089
|
+
{ "name": "Information" },
|
|
3153
3090
|
{ "name": "None" },
|
|
3154
|
-
{ "name": "
|
|
3155
|
-
{ "name": "
|
|
3091
|
+
{ "name": "Success" },
|
|
3092
|
+
{ "name": "Warning" },
|
|
3093
|
+
{ "name": "Error" }
|
|
3156
3094
|
]
|
|
3157
3095
|
},
|
|
3158
|
-
{
|
|
3159
|
-
"name": "movable",
|
|
3160
|
-
"description": "Defines whether the item is movable.",
|
|
3161
|
-
"values": []
|
|
3162
|
-
},
|
|
3163
3096
|
{
|
|
3164
3097
|
"name": "accessible-name",
|
|
3165
3098
|
"description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
|
|
@@ -3187,13 +3120,13 @@
|
|
|
3187
3120
|
},
|
|
3188
3121
|
{
|
|
3189
3122
|
"name": "highlight",
|
|
3190
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
3123
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
3191
3124
|
"values": [
|
|
3192
|
-
{ "name": "
|
|
3193
|
-
{ "name": "Negative" },
|
|
3125
|
+
{ "name": "Information" },
|
|
3194
3126
|
{ "name": "None" },
|
|
3195
|
-
{ "name": "
|
|
3196
|
-
{ "name": "
|
|
3127
|
+
{ "name": "Success" },
|
|
3128
|
+
{ "name": "Warning" },
|
|
3129
|
+
{ "name": "Error" }
|
|
3197
3130
|
]
|
|
3198
3131
|
},
|
|
3199
3132
|
{
|
|
@@ -3232,11 +3165,11 @@
|
|
|
3232
3165
|
"name": "value-state",
|
|
3233
3166
|
"description": "Defines the value state of the component.",
|
|
3234
3167
|
"values": [
|
|
3235
|
-
{ "name": "
|
|
3236
|
-
{ "name": "Negative" },
|
|
3168
|
+
{ "name": "Information" },
|
|
3237
3169
|
{ "name": "None" },
|
|
3238
|
-
{ "name": "
|
|
3239
|
-
{ "name": "
|
|
3170
|
+
{ "name": "Success" },
|
|
3171
|
+
{ "name": "Warning" },
|
|
3172
|
+
{ "name": "Error" }
|
|
3240
3173
|
]
|
|
3241
3174
|
},
|
|
3242
3175
|
{
|
|
@@ -3261,7 +3194,7 @@
|
|
|
3261
3194
|
},
|
|
3262
3195
|
{
|
|
3263
3196
|
"name": "name",
|
|
3264
|
-
"description": "Determines the name
|
|
3197
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
3265
3198
|
"values": []
|
|
3266
3199
|
},
|
|
3267
3200
|
{
|
|
@@ -3342,11 +3275,11 @@
|
|
|
3342
3275
|
"name": "additional-text-state",
|
|
3343
3276
|
"description": "Defines the state of the `additionalText`.",
|
|
3344
3277
|
"values": [
|
|
3345
|
-
{ "name": "
|
|
3346
|
-
{ "name": "Negative" },
|
|
3278
|
+
{ "name": "Information" },
|
|
3347
3279
|
{ "name": "None" },
|
|
3348
|
-
{ "name": "
|
|
3349
|
-
{ "name": "
|
|
3280
|
+
{ "name": "Success" },
|
|
3281
|
+
{ "name": "Warning" },
|
|
3282
|
+
{ "name": "Error" }
|
|
3350
3283
|
]
|
|
3351
3284
|
}
|
|
3352
3285
|
],
|
|
@@ -3403,7 +3336,7 @@
|
|
|
3403
3336
|
},
|
|
3404
3337
|
{
|
|
3405
3338
|
"name": "name",
|
|
3406
|
-
"description": "Determines the name
|
|
3339
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
3407
3340
|
"values": []
|
|
3408
3341
|
}
|
|
3409
3342
|
],
|
|
@@ -3411,7 +3344,7 @@
|
|
|
3411
3344
|
},
|
|
3412
3345
|
{
|
|
3413
3346
|
"name": "ui5-tab",
|
|
3414
|
-
"description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n\n\n---\n\n\n\n\n### **Methods:**\n - **
|
|
3347
|
+
"description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n\n\n---\n\n\n\n\n### **Methods:**\n - **getTabInStripDomRef(): _ITab | null_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `subTabs` slot of other tabs are not shown in the header. Calling this method on such tabs will return `null`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **subTabs** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
|
|
3415
3348
|
"attributes": [
|
|
3416
3349
|
{
|
|
3417
3350
|
"name": "text",
|
|
@@ -3437,11 +3370,11 @@
|
|
|
3437
3370
|
"name": "design",
|
|
3438
3371
|
"description": "Defines the component's design color.\n\nThe design is applied to:\n\n- the component icon\n- the `text` when the component overflows\n- the tab selection line\n\nAvailable designs are: `\"Default\"`, `\"Neutral\"`, `\"Positive\"`, `\"Critical\"` and `\"Negative\"`.\n\n**Note:** The design depends on the current theme.",
|
|
3439
3372
|
"values": [
|
|
3440
|
-
{ "name": "
|
|
3373
|
+
{ "name": "Neutral" },
|
|
3441
3374
|
{ "name": "Positive" },
|
|
3442
3375
|
{ "name": "Negative" },
|
|
3443
3376
|
{ "name": "Critical" },
|
|
3444
|
-
{ "name": "
|
|
3377
|
+
{ "name": "Default" }
|
|
3445
3378
|
]
|
|
3446
3379
|
},
|
|
3447
3380
|
{
|
|
@@ -3454,20 +3387,30 @@
|
|
|
3454
3387
|
},
|
|
3455
3388
|
{
|
|
3456
3389
|
"name": "ui5-tabcontainer",
|
|
3457
|
-
"description": "### Overview\n\nThe `ui5-tabcontainer` represents a collection of tabs with associated content.\nNavigation through the tabs changes the content display of the currently active content area.\nA tab can be labeled with text only, or icons with text.\n\n### Structure\n\nThe `ui5-tabcontainer` can hold two types of entities:\n\n- `ui5-tab` - contains all the information on an item (text and icon)\n- `ui5-tab-separator` - used to separate tabs with a line\n\n### Hierarchies\nMultiple sub tabs could be placed underneath one main tab. Nesting allows deeper hierarchies with indentations\nto indicate the level of each nested tab. When a tab has both sub tabs and own content its click area is split\nto allow the user to display the content or alternatively to expand / collapse the list of sub tabs.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TabContainer.js\";`\n\n`import \"@ui5/webcomponents/dist/Tab.js\";` (for `ui5-tab`)\n\n`import \"@ui5/webcomponents/dist/TabSeparator.js\";` (for `ui5-tab-separator`)\n\n\n---\n\n\n\n\n### **Events:**\n - **tab-select** - Fired when a tab is selected.\n
|
|
3390
|
+
"description": "### Overview\n\nThe `ui5-tabcontainer` represents a collection of tabs with associated content.\nNavigation through the tabs changes the content display of the currently active content area.\nA tab can be labeled with text only, or icons with text.\n\n### Structure\n\nThe `ui5-tabcontainer` can hold two types of entities:\n\n- `ui5-tab` - contains all the information on an item (text and icon)\n- `ui5-tab-separator` - used to separate tabs with a line\n\n### Hierarchies\nMultiple sub tabs could be placed underneath one main tab. Nesting allows deeper hierarchies with indentations\nto indicate the level of each nested tab. When a tab has both sub tabs and own content its click area is split\nto allow the user to display the content or alternatively to expand / collapse the list of sub tabs.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TabContainer.js\";`\n\n`import \"@ui5/webcomponents/dist/Tab.js\";` (for `ui5-tab`)\n\n`import \"@ui5/webcomponents/dist/TabSeparator.js\";` (for `ui5-tab-separator`)\n\n\n---\n\n\n\n\n### **Events:**\n - **tab-select** - Fired when a tab is selected.\n\n### **Slots:**\n - **default** - Defines the tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.\n- **overflowButton** - Defines the button which will open the overflow menu. If nothing is provided to this slot,\nthe default button will be used.\n- **startOverflowButton** - Defines the button which will open the start overflow menu if available. If nothing is provided to this slot,\nthe default button will be used.\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component\n- **tabstrip** - Used to style the tabstrip of the component",
|
|
3458
3391
|
"attributes": [
|
|
3392
|
+
{
|
|
3393
|
+
"name": "fixed",
|
|
3394
|
+
"description": "Defines whether the tabs are in a fixed state that is not\nexpandable/collapsible by user interaction.",
|
|
3395
|
+
"values": []
|
|
3396
|
+
},
|
|
3459
3397
|
{
|
|
3460
3398
|
"name": "collapsed",
|
|
3461
3399
|
"description": "Defines whether the tab content is collapsed.",
|
|
3462
3400
|
"values": []
|
|
3463
3401
|
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "show-overflow",
|
|
3404
|
+
"description": "Defines whether the overflow select list is displayed.\n\nThe overflow select list represents a list, where all tabs are displayed\nso that it's easier for the user to select a specific tab.",
|
|
3405
|
+
"values": []
|
|
3406
|
+
},
|
|
3464
3407
|
{
|
|
3465
3408
|
"name": "tab-layout",
|
|
3466
3409
|
"description": "Defines the alignment of the content and the `additionalText` of a tab.\n\n**Note:**\nThe content and the `additionalText` would be displayed vertically by default,\nbut when set to `Inline`, they would be displayed horizontally.",
|
|
3467
3410
|
"values": [{ "name": "Standard" }, { "name": "Inline" }]
|
|
3468
3411
|
},
|
|
3469
3412
|
{
|
|
3470
|
-
"name": "overflow-mode",
|
|
3413
|
+
"name": "tabs-overflow-mode",
|
|
3471
3414
|
"description": "Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n**Note:**\nOnly one overflow at the end would be displayed by default,\nbut when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.",
|
|
3472
3415
|
"values": [{ "name": "End" }, { "name": "StartAndEnd" }]
|
|
3473
3416
|
},
|
|
@@ -3499,63 +3442,136 @@
|
|
|
3499
3442
|
},
|
|
3500
3443
|
{
|
|
3501
3444
|
"name": "ui5-tab-separator",
|
|
3502
|
-
"description": "The `ui5-tab-separator` represents a vertical line to separate tabs inside a `ui5-tabcontainer`.\n\n\n---\n\n\n\n\n### **Methods:**\n - **
|
|
3445
|
+
"description": "The `ui5-tab-separator` represents a vertical line to separate tabs inside a `ui5-tabcontainer`.\n\n\n---\n\n\n\n\n### **Methods:**\n - **getTabInStripDomRef(): _ITab | null_** - Returns the DOM reference of the separator that is placed in the header.\n\n**Note:** Tabs and separators, placed in the `subTabs` slot of other tabs are not shown in the header. Calling this method on such tabs or separators will return `null`.",
|
|
3503
3446
|
"attributes": [],
|
|
3504
3447
|
"references": []
|
|
3505
3448
|
},
|
|
3506
3449
|
{
|
|
3507
|
-
"name": "ui5-
|
|
3508
|
-
"description": "### Overview\n\nThe `ui5-
|
|
3450
|
+
"name": "ui5-table",
|
|
3451
|
+
"description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated and convenient functions for responsive table design.\nIt provides a comprehensive set of features for displaying and dealing with vast amounts of data.\n\nTo render the `Table` properly, the order of the `columns` should match with the\norder of the item `cells` in the `rows`.\n\nDesktop and tablet devices are supported.\nOn tablets, special consideration should be given to the number of visible columns\nand rows due to the limited performance of some devices.\n\n### Selection\nTo benefit from the selection mechanism of `ui5-table` component, you can use the available selection modes:\n`SingleSelect` and `MultiSelect`.\n\nIn additition to the used mode, you can also specify the `ui5-table-row` type choosing between\n`Active` or `Inactive`.\n\nIn `SingleSelect` mode, you can select both an `Active` and `Inactive` row via mouse or\nby pressing the `Space` or `Enter` keys.\n\nIn `MultiSelect` mode, you can select both an `Active` and `Inactive` row by pressing the\n`Space` key when a row is on focus or via mouse click over the selection checkbox of the row.\nIn order to select all the available rows at once, you can use the selection checkbox presented in the table's header.\n\n**Note:** Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys.\n\n- [F7] - If focus is on an interactive control inside an item, moves focus to the corresponding item.\n- [Ctrl]+[A] - Selects all items, if MultiSelect mode is enabled.\n- [Home]/[End] - Focuses the first/last item.\n- [Page Up]/[Page Down] - Moves focus up/down by page size (20 items by default).\n- [Alt]+[Down]/[Up] - Switches focus between header, last focused item, and More button (if applies) in either direction.\n- [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).\n- [Shift]+[Home]/[End] - Range selection to the first/last item of the List.\n- [Ctrl]+[Home]/[End] - Same behavior as HOME & END.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\n`import \"@ui5/webcomponents/dist/TableColumn.js\";` (`ui5-table-column`)\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\n`import \"@ui5/webcomponents/dist/TableGroupRow.js\";` (`ui5-table-group-row`)\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when a row in `Active` mode is clicked or `Enter` key is pressed.\n- **popin-change** - Fired when `ui5-table-column` is shown as a pop-in instead of hiding it.\n- **load-more** - Fired when the user presses the `More` button or scrolls to the table's end.\n\n**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `SingleSelect` and `MultiSelect` modes.\n\n### **Slots:**\n - **default** - Defines the component rows.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **columns** - Defines the configuration for the columns of the component.\n\n**Note:** Use `ui5-table-column` for the intended design.",
|
|
3509
3452
|
"attributes": [
|
|
3510
3453
|
{
|
|
3511
|
-
"name": "
|
|
3512
|
-
"description": "Defines the
|
|
3454
|
+
"name": "no-data-text",
|
|
3455
|
+
"description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
|
|
3456
|
+
"values": []
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "growing-button-text",
|
|
3460
|
+
"description": "Defines the text that will be displayed inside the growing button at the bottom of the table,\nmeant for loading more rows upon press.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
|
|
3461
|
+
"values": []
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "growing-button-subtext",
|
|
3465
|
+
"description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
|
|
3466
|
+
"values": []
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"name": "hide-no-data",
|
|
3470
|
+
"description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
|
|
3471
|
+
"values": []
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"name": "growing",
|
|
3475
|
+
"description": "Defines whether the table will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\nAvailable options:\n\n`Button` - Shows a `More` button at the bottom of the table, pressing of which triggers the `load-more` event.\n\n`Scroll` - The `load-more` event is triggered when the user scrolls to the bottom of the table;\n\n`None` (default) - The growing is off.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\nand the component will fallback to `growing=\"Button\"`.",
|
|
3513
3476
|
"values": [
|
|
3514
|
-
{ "name": "
|
|
3515
|
-
{ "name": "
|
|
3516
|
-
{ "name": "
|
|
3517
|
-
{ "name": "Information" },
|
|
3518
|
-
{ "name": "Neutral" },
|
|
3519
|
-
{ "name": "Set1" },
|
|
3520
|
-
{ "name": "Set2" },
|
|
3521
|
-
{ "name": "Set3" }
|
|
3477
|
+
{ "name": "None" },
|
|
3478
|
+
{ "name": "Button" },
|
|
3479
|
+
{ "name": "Scroll" }
|
|
3522
3480
|
]
|
|
3523
3481
|
},
|
|
3524
3482
|
{
|
|
3525
|
-
"name": "
|
|
3526
|
-
"description": "Defines
|
|
3483
|
+
"name": "busy",
|
|
3484
|
+
"description": "Defines if the table is in busy state.\n\nIn this state the component's opacity is reduced\nand busy indicator is displayed at the bottom of the table.",
|
|
3527
3485
|
"values": []
|
|
3528
3486
|
},
|
|
3529
3487
|
{
|
|
3530
|
-
"name": "
|
|
3531
|
-
"description": "Defines
|
|
3488
|
+
"name": "busy-delay",
|
|
3489
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
|
|
3532
3490
|
"values": []
|
|
3533
3491
|
},
|
|
3534
3492
|
{
|
|
3535
|
-
"name": "
|
|
3536
|
-
"description": "
|
|
3493
|
+
"name": "sticky-column-header",
|
|
3494
|
+
"description": "Determines whether the column headers remain fixed at the top of the page during\nvertical scrolling as long as the Web Component is in the viewport.\n\n**Restrictions:**\n\n- Browsers that do not support this feature:\n\n- Internet Explorer\n- Microsoft Edge lower than version 41 (EdgeHTML 16)\n- Mozilla Firefox lower than version 59\n\n- Scrolling behavior:\n\n- If the Web Component is placed in layout containers that have the `overflow: hidden`\nor `overflow: auto` style definition, this can\nprevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.",
|
|
3537
3495
|
"values": []
|
|
3538
3496
|
},
|
|
3539
3497
|
{
|
|
3540
|
-
"name": "
|
|
3541
|
-
"description": "Defines
|
|
3542
|
-
"values": [
|
|
3498
|
+
"name": "mode",
|
|
3499
|
+
"description": "Defines the mode of the component.",
|
|
3500
|
+
"values": [
|
|
3501
|
+
{ "name": "None" },
|
|
3502
|
+
{ "name": "SingleSelect" },
|
|
3503
|
+
{ "name": "MultiSelect" }
|
|
3504
|
+
]
|
|
3543
3505
|
},
|
|
3544
3506
|
{
|
|
3545
|
-
"name": "
|
|
3546
|
-
"description": "Defines
|
|
3547
|
-
"values": [
|
|
3507
|
+
"name": "accessible-name",
|
|
3508
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
3509
|
+
"values": []
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "accessible-name-ref",
|
|
3513
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
3514
|
+
"values": []
|
|
3515
|
+
}
|
|
3516
|
+
],
|
|
3517
|
+
"references": []
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "ui5-table-cell",
|
|
3521
|
+
"description": "### Overview\n\nThe `ui5-table-cell` component defines the structure of the data in a single `ui5-table` cell.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Specifies the content of the component.\n\n### **CSS Parts:**\n - **cell** - Used to style the native `td` element",
|
|
3522
|
+
"attributes": [],
|
|
3523
|
+
"references": []
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "ui5-table-column",
|
|
3527
|
+
"description": "### Overview\n\nThe `ui5-table-column` component allows to define column specific properties that are applied\nwhen rendering the `ui5-table` component.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the content of the column header\n\n### **CSS Parts:**\n - **column** - Used to style the native `th` element",
|
|
3528
|
+
"attributes": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "min-width",
|
|
3531
|
+
"description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
|
|
3532
|
+
"values": []
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "popin-text",
|
|
3536
|
+
"description": "The text for the column when it pops in.",
|
|
3537
|
+
"values": []
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "demand-popin",
|
|
3541
|
+
"description": "According to your `minWidth` settings, the component can be hidden\nin different screen sizes.\n\nSetting this property to `true`, shows this column as pop-in instead of hiding it.",
|
|
3542
|
+
"values": []
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "popin-display",
|
|
3546
|
+
"description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
|
|
3547
|
+
"values": [{ "name": "Inline" }, { "name": "Block" }]
|
|
3548
3548
|
}
|
|
3549
3549
|
],
|
|
3550
3550
|
"references": []
|
|
3551
3551
|
},
|
|
3552
3552
|
{
|
|
3553
|
-
"name": "ui5-
|
|
3554
|
-
"description": "
|
|
3553
|
+
"name": "ui5-table-group-row",
|
|
3554
|
+
"description": "### Overview\n\nThe `ui5-table-group-row` component represents a group row in the `ui5-table`.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **group-row** - Used to style the native `tr` element",
|
|
3555
|
+
"attributes": [],
|
|
3556
|
+
"references": []
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "ui5-table-row",
|
|
3560
|
+
"description": "### Overview\n\nThe `ui5-table-row` component represents a row in the `ui5-table`.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.\n\n### **CSS Parts:**\n - **row** - Used to style the native `tr` element\n- **popin-row** - Used to style the `tr` element when a row pops in",
|
|
3555
3561
|
"attributes": [
|
|
3556
3562
|
{
|
|
3557
|
-
"name": "
|
|
3558
|
-
"description": "Defines the
|
|
3563
|
+
"name": "type",
|
|
3564
|
+
"description": "Defines the visual indication and behavior of the component.\n\n**Note:** When set to `Active`, the item will provide visual response upon press,\nwhile with type `Inactive`-will not.",
|
|
3565
|
+
"values": [{ "name": "Inactive" }, { "name": "Active" }]
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "selected",
|
|
3569
|
+
"description": "Defines the row's selected state.",
|
|
3570
|
+
"values": []
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "navigated",
|
|
3574
|
+
"description": "Indicates if the table row is navigated.",
|
|
3559
3575
|
"values": []
|
|
3560
3576
|
}
|
|
3561
3577
|
],
|
|
@@ -3563,7 +3579,7 @@
|
|
|
3563
3579
|
},
|
|
3564
3580
|
{
|
|
3565
3581
|
"name": "ui5-textarea",
|
|
3566
|
-
"description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple
|
|
3582
|
+
"description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple lines of text.\n\nWhen empty, it can hold a placeholder similar to a `ui5-input`.\nYou can define the rows of the `ui5-textarea` and also determine specific behavior when handling long texts.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TextArea.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the text has changed and the focus leaves the component.\n- **input** - Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n- **select** - Fired when some text has been selected.\n- **scroll** - Fired when textarea is scrolled.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Warning` or `Error`.\n\n### **CSS Parts:**\n - **textarea** - Used to style the native textarea",
|
|
3567
3583
|
"attributes": [
|
|
3568
3584
|
{
|
|
3569
3585
|
"name": "value",
|
|
@@ -3594,16 +3610,16 @@
|
|
|
3594
3610
|
"name": "value-state",
|
|
3595
3611
|
"description": "Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Warning\" state once the characters exceeds the limit.\nIn this case, only the \"Error\" state is considered and can be applied.",
|
|
3596
3612
|
"values": [
|
|
3597
|
-
{ "name": "
|
|
3598
|
-
{ "name": "Negative" },
|
|
3613
|
+
{ "name": "Information" },
|
|
3599
3614
|
{ "name": "None" },
|
|
3600
|
-
{ "name": "
|
|
3601
|
-
{ "name": "
|
|
3615
|
+
{ "name": "Success" },
|
|
3616
|
+
{ "name": "Warning" },
|
|
3617
|
+
{ "name": "Error" }
|
|
3602
3618
|
]
|
|
3603
3619
|
},
|
|
3604
3620
|
{
|
|
3605
3621
|
"name": "rows",
|
|
3606
|
-
"description": "Defines the number of visible text
|
|
3622
|
+
"description": "Defines the number of visible text lines for the component.\n\n**Notes:**\n\n- If the `growing` property is enabled, this property defines the minimum rows to be displayed\nin the textarea.\n- The CSS `height` property wins over the `rows` property, if both are set.",
|
|
3607
3623
|
"values": []
|
|
3608
3624
|
},
|
|
3609
3625
|
{
|
|
@@ -3622,13 +3638,13 @@
|
|
|
3622
3638
|
"values": []
|
|
3623
3639
|
},
|
|
3624
3640
|
{
|
|
3625
|
-
"name": "growing-max-
|
|
3626
|
-
"description": "Defines the maximum number of
|
|
3641
|
+
"name": "growing-max-lines",
|
|
3642
|
+
"description": "Defines the maximum number of lines that the component can grow.",
|
|
3627
3643
|
"values": []
|
|
3628
3644
|
},
|
|
3629
3645
|
{
|
|
3630
3646
|
"name": "name",
|
|
3631
|
-
"description": "Determines the name
|
|
3647
|
+
"description": "Determines the name with which the component will be submitted in an HTML form.\n\n**Important:** For the `name` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`\n\n**Note:** When set, a native `input` HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.",
|
|
3632
3648
|
"values": []
|
|
3633
3649
|
},
|
|
3634
3650
|
{
|
|
@@ -3646,53 +3662,81 @@
|
|
|
3646
3662
|
},
|
|
3647
3663
|
{
|
|
3648
3664
|
"name": "ui5-time-picker",
|
|
3649
|
-
"description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **openPicker():
|
|
3665
|
+
"description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **openPicker(): _Promise<void>_** - Opens the picker.\n- **closePicker(): _Promise<void>_** - Closes the picker\n- **isOpen(): _boolean_** - Checks if the picker is open\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.",
|
|
3650
3666
|
"attributes": [
|
|
3651
3667
|
{
|
|
3652
|
-
"name": "
|
|
3653
|
-
"description": "Defines a
|
|
3668
|
+
"name": "placeholder",
|
|
3669
|
+
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
|
|
3654
3670
|
"values": []
|
|
3655
3671
|
},
|
|
3656
3672
|
{
|
|
3657
|
-
"name": "
|
|
3658
|
-
"description": "Determines the
|
|
3673
|
+
"name": "format-pattern",
|
|
3674
|
+
"description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
|
|
3675
|
+
"values": []
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "date-value",
|
|
3679
|
+
"description": "Currently selected time represented as JavaScript Date instance",
|
|
3680
|
+
"values": [{ "name": "any" }]
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"name": "value",
|
|
3684
|
+
"description": "Defines a formatted time value.",
|
|
3659
3685
|
"values": []
|
|
3660
3686
|
},
|
|
3661
3687
|
{
|
|
3662
3688
|
"name": "value-state",
|
|
3663
|
-
"description": "Defines the value state of the
|
|
3689
|
+
"description": "Defines the value state of the `ui5-time-picker`.",
|
|
3664
3690
|
"values": [
|
|
3665
|
-
{ "name": "
|
|
3666
|
-
{ "name": "Negative" },
|
|
3691
|
+
{ "name": "Information" },
|
|
3667
3692
|
{ "name": "None" },
|
|
3668
|
-
{ "name": "
|
|
3669
|
-
{ "name": "
|
|
3693
|
+
{ "name": "Success" },
|
|
3694
|
+
{ "name": "Warning" },
|
|
3695
|
+
{ "name": "Error" }
|
|
3670
3696
|
]
|
|
3671
3697
|
},
|
|
3672
3698
|
{
|
|
3673
3699
|
"name": "disabled",
|
|
3674
|
-
"description": "
|
|
3700
|
+
"description": "Determines whether the `ui5-time-picker` is displayed as disabled.",
|
|
3675
3701
|
"values": []
|
|
3676
3702
|
},
|
|
3677
3703
|
{
|
|
3678
3704
|
"name": "readonly",
|
|
3679
|
-
"description": "
|
|
3705
|
+
"description": "Determines whether the `ui5-time-picker` is displayed as readonly.",
|
|
3680
3706
|
"values": []
|
|
3681
|
-
}
|
|
3707
|
+
}
|
|
3708
|
+
],
|
|
3709
|
+
"references": []
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "time-picker-base",
|
|
3713
|
+
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **openPicker(): _Promise<void>_** - Opens the picker.\n- **closePicker(): _Promise<void>_** - Closes the picker\n- **isOpen(): _boolean_** - Checks if the picker is open\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Warning` or `Error` value state.",
|
|
3714
|
+
"attributes": [
|
|
3682
3715
|
{
|
|
3683
|
-
"name": "
|
|
3684
|
-
"description": "Defines a
|
|
3716
|
+
"name": "value",
|
|
3717
|
+
"description": "Defines a formatted time value.",
|
|
3685
3718
|
"values": []
|
|
3686
3719
|
},
|
|
3687
3720
|
{
|
|
3688
|
-
"name": "
|
|
3689
|
-
"description": "
|
|
3721
|
+
"name": "value-state",
|
|
3722
|
+
"description": "Defines the value state of the `ui5-time-picker`.",
|
|
3723
|
+
"values": [
|
|
3724
|
+
{ "name": "Information" },
|
|
3725
|
+
{ "name": "None" },
|
|
3726
|
+
{ "name": "Success" },
|
|
3727
|
+
{ "name": "Warning" },
|
|
3728
|
+
{ "name": "Error" }
|
|
3729
|
+
]
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"name": "disabled",
|
|
3733
|
+
"description": "Determines whether the `ui5-time-picker` is displayed as disabled.",
|
|
3690
3734
|
"values": []
|
|
3691
3735
|
},
|
|
3692
3736
|
{
|
|
3693
|
-
"name": "
|
|
3694
|
-
"description": "
|
|
3695
|
-
"values": [
|
|
3737
|
+
"name": "readonly",
|
|
3738
|
+
"description": "Determines whether the `ui5-time-picker` is displayed as readonly.",
|
|
3739
|
+
"values": []
|
|
3696
3740
|
}
|
|
3697
3741
|
],
|
|
3698
3742
|
"references": []
|
|
@@ -3723,7 +3767,7 @@
|
|
|
3723
3767
|
},
|
|
3724
3768
|
{
|
|
3725
3769
|
"name": "ui5-toast",
|
|
3726
|
-
"description": "### Overview\n\nThe `ui5-toast` is a small, non-disruptive popup for success or information messages that\ndisappears automatically after a few seconds.\n\n### Usage\n\n#### When to use:\n\n- You want to display a short success or information message.\n- You do not want to interrupt users while they are performing an action.\n- You want to confirm a successful action.\n\n#### When not to use:\n\n- You want to display error or warning message.\n- You want to interrupt users while they are performing an action.\n- You want to make sure that users read the message before they leave the page.\n- You want users to be able to copy some part of the message text.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Toast.js\";`\n\n\n---\n\n\n\n\n### **
|
|
3770
|
+
"description": "### Overview\n\nThe `ui5-toast` is a small, non-disruptive popup for success or information messages that\ndisappears automatically after a few seconds.\n\n### Usage\n\n#### When to use:\n\n- You want to display a short success or information message.\n- You do not want to interrupt users while they are performing an action.\n- You want to confirm a successful action.\n\n#### When not to use:\n\n- You want to display error or warning message.\n- You want to interrupt users while they are performing an action.\n- You want to make sure that users read the message before they leave the page.\n- You want users to be able to copy some part of the message text.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Toast.js\";`\n\n\n---\n\n\n\n\n### **Methods:**\n - **show(): _void_** - Shows the component.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
|
|
3727
3771
|
"attributes": [
|
|
3728
3772
|
{
|
|
3729
3773
|
"name": "duration",
|
|
@@ -3744,11 +3788,6 @@
|
|
|
3744
3788
|
{ "name": "BottomCenter" },
|
|
3745
3789
|
{ "name": "BottomEnd" }
|
|
3746
3790
|
]
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"name": "open",
|
|
3750
|
-
"description": "Indicates whether the component is open (visible).",
|
|
3751
|
-
"values": []
|
|
3752
3791
|
}
|
|
3753
3792
|
],
|
|
3754
3793
|
"references": []
|
|
@@ -3766,9 +3805,9 @@
|
|
|
3766
3805
|
"name": "design",
|
|
3767
3806
|
"description": "Defines the component design.",
|
|
3768
3807
|
"values": [
|
|
3769
|
-
{ "name": "Default" },
|
|
3770
3808
|
{ "name": "Positive" },
|
|
3771
3809
|
{ "name": "Negative" },
|
|
3810
|
+
{ "name": "Default" },
|
|
3772
3811
|
{ "name": "Transparent" },
|
|
3773
3812
|
{ "name": "Emphasized" },
|
|
3774
3813
|
{ "name": "Attention" }
|
|
@@ -3785,13 +3824,13 @@
|
|
|
3785
3824
|
"values": []
|
|
3786
3825
|
},
|
|
3787
3826
|
{
|
|
3788
|
-
"name": "end
|
|
3789
|
-
"description": "Defines
|
|
3827
|
+
"name": "icon-end",
|
|
3828
|
+
"description": "Defines whether the icon should be displayed after the component text.",
|
|
3790
3829
|
"values": []
|
|
3791
3830
|
},
|
|
3792
3831
|
{
|
|
3793
3832
|
"name": "submits",
|
|
3794
|
-
"description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:**
|
|
3833
|
+
"description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** For the `submits` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`",
|
|
3795
3834
|
"values": []
|
|
3796
3835
|
},
|
|
3797
3836
|
{
|
|
@@ -3811,7 +3850,7 @@
|
|
|
3811
3850
|
},
|
|
3812
3851
|
{
|
|
3813
3852
|
"name": "type",
|
|
3814
|
-
"description": "Defines whether the button has special form-related functionality.\n\n**Note:**
|
|
3853
|
+
"description": "Defines whether the button has special form-related functionality.\n\n**Note:** For the `type` property to have effect, you must add the following import to your project:\n`import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";`",
|
|
3815
3854
|
"values": [
|
|
3816
3855
|
{ "name": "Button" },
|
|
3817
3856
|
{ "name": "Submit" },
|
|
@@ -3820,7 +3859,7 @@
|
|
|
3820
3859
|
},
|
|
3821
3860
|
{
|
|
3822
3861
|
"name": "accessible-role",
|
|
3823
|
-
"description": "Describes the accessibility role of the button.\n\n**Note:** Use
|
|
3862
|
+
"description": "Describes the accessibility role of the button.\n\n**Note:** Use link role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
|
|
3824
3863
|
"values": [{ "name": "Button" }, { "name": "Link" }]
|
|
3825
3864
|
}
|
|
3826
3865
|
],
|
|
@@ -3828,43 +3867,21 @@
|
|
|
3828
3867
|
},
|
|
3829
3868
|
{
|
|
3830
3869
|
"name": "ui5-token",
|
|
3831
|
-
"description": "### Overview\n\nTokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Token.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **closeIcon** - Defines the close icon for the token. If nothing is provided to this slot, the default close icon will be used.\nAccepts `ui5-icon`.",
|
|
3870
|
+
"description": "### Overview\n\nTokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Token.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **select** - Fired when the the component is selected by user interaction with mouse or by clicking space.\n\n### **Slots:**\n - **closeIcon** - Defines the close icon for the token. If nothing is provided to this slot, the default close icon will be used.\nAccepts `ui5-icon`.",
|
|
3832
3871
|
"attributes": [
|
|
3833
3872
|
{
|
|
3834
3873
|
"name": "text",
|
|
3835
3874
|
"description": "Defines the text of the token.",
|
|
3836
3875
|
"values": []
|
|
3837
3876
|
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "selected",
|
|
3840
|
-
"description": "Defines whether the component is selected or not.",
|
|
3841
|
-
"values": []
|
|
3842
|
-
}
|
|
3843
|
-
],
|
|
3844
|
-
"references": []
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "ui5-tokenizer",
|
|
3848
|
-
"description": "### Overview\n\nA `ui5-tokenizer` is an invisible container for `ui5-token`s that supports keyboard navigation and token selection.\n\nThe `ui5-tokenizer` consists of two parts:\n- Tokens - displays the available tokens.\n- N-more indicator - contains the number of the remaining tokens that cannot be displayed due to the limited space.\n\n### Keyboard Handling\n\n#### Basic Navigation\nThe `ui5-tokenizer` provides advanced keyboard handling.\nWhen a token is focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- [Left] or [Right] / [Up] or [Down] - Navigates left and right through the tokens.\n- [Home] - Navigates to the first token.\n- [End] - Navigates to the last token.\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete):\n\n- [Space] - Selects a token.\n- [Backspace] / [Delete] - Deletes a token.\n**Note:** The deletion of a token is handled by the application with the use of the `token-delete` event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Tokenizer.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **token-delete** - Fired when a token is deleted (delete icon, delete or backspace is pressed)\n- **selection-change** - Fired when token selection is changed by user interaction\n- **dialog-button-press** - Fired when a dialog button is pressed.\n- **show-more-items-press** - Fired when nMore link is pressed.",
|
|
3849
|
-
"attributes": [
|
|
3850
3877
|
{
|
|
3851
3878
|
"name": "readonly",
|
|
3852
|
-
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component
|
|
3853
|
-
"values": []
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"name": "disabled",
|
|
3857
|
-
"description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
|
|
3858
|
-
"values": []
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"name": "accessible-name",
|
|
3862
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
3879
|
+
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component can not be deleted or selected,\nbut still provides visual feedback upon user interaction.",
|
|
3863
3880
|
"values": []
|
|
3864
3881
|
},
|
|
3865
3882
|
{
|
|
3866
|
-
"name": "
|
|
3867
|
-
"description": "
|
|
3883
|
+
"name": "selected",
|
|
3884
|
+
"description": "Defines whether the component is selected or not.",
|
|
3868
3885
|
"values": []
|
|
3869
3886
|
}
|
|
3870
3887
|
],
|
|
@@ -3872,12 +3889,12 @@
|
|
|
3872
3889
|
},
|
|
3873
3890
|
{
|
|
3874
3891
|
"name": "ui5-toolbar",
|
|
3875
|
-
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n\n\n---\n\n\n\n\n### **Methods:**\n - **isOverflowOpen():
|
|
3892
|
+
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n\n\n---\n\n\n\n\n### **Methods:**\n - **isOverflowOpen(): _Promise<boolean>_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n \n **Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
|
|
3876
3893
|
"attributes": [
|
|
3877
3894
|
{
|
|
3878
3895
|
"name": "align-content",
|
|
3879
3896
|
"description": "Indicated the direction in which the Toolbar items will be aligned.",
|
|
3880
|
-
"values": [{ "name": "
|
|
3897
|
+
"values": [{ "name": "End" }, { "name": "Start" }]
|
|
3881
3898
|
},
|
|
3882
3899
|
{
|
|
3883
3900
|
"name": "accessible-name",
|
|
@@ -3905,9 +3922,9 @@
|
|
|
3905
3922
|
"name": "design",
|
|
3906
3923
|
"description": "Defines the action design.",
|
|
3907
3924
|
"values": [
|
|
3908
|
-
{ "name": "Default" },
|
|
3909
3925
|
{ "name": "Positive" },
|
|
3910
3926
|
{ "name": "Negative" },
|
|
3927
|
+
{ "name": "Default" },
|
|
3911
3928
|
{ "name": "Transparent" },
|
|
3912
3929
|
{ "name": "Emphasized" },
|
|
3913
3930
|
{ "name": "Attention" }
|
|
@@ -3995,11 +4012,11 @@
|
|
|
3995
4012
|
"name": "value-state",
|
|
3996
4013
|
"description": "Defines the value state of the component.",
|
|
3997
4014
|
"values": [
|
|
3998
|
-
{ "name": "
|
|
3999
|
-
{ "name": "Negative" },
|
|
4015
|
+
{ "name": "Information" },
|
|
4000
4016
|
{ "name": "None" },
|
|
4001
|
-
{ "name": "
|
|
4002
|
-
{ "name": "
|
|
4017
|
+
{ "name": "Success" },
|
|
4018
|
+
{ "name": "Warning" },
|
|
4019
|
+
{ "name": "Error" }
|
|
4003
4020
|
]
|
|
4004
4021
|
},
|
|
4005
4022
|
{
|
|
@@ -4095,18 +4112,18 @@
|
|
|
4095
4112
|
},
|
|
4096
4113
|
{
|
|
4097
4114
|
"name": "ui5-tree",
|
|
4098
|
-
"description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `
|
|
4115
|
+
"description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `mode` property is in use:\n\n- [Space] - Selects the currently focused item upon keyup.\n- [Enter] - Selects the currently focused item upon keydown.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Tree.js\";`\n\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-toggle** - Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n- **item-mouseover** - Fired when the mouse cursor enters the tree item borders.\n- **item-mouseout** - Fired when the mouse cursor leaves the tree item borders.\n- **item-click** - Fired when a tree item is activated.\n- **item-delete** - Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes.\n\n### **Methods:**\n - **walk(callback: _WalkCallback_): _void_** - Perform Depth-First-Search walk on the tree and run a callback on each node\n\n### **Slots:**\n - **default** - Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored.",
|
|
4099
4116
|
"attributes": [
|
|
4100
4117
|
{
|
|
4101
|
-
"name": "
|
|
4102
|
-
"description": "Defines the
|
|
4118
|
+
"name": "mode",
|
|
4119
|
+
"description": "Defines the mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
|
|
4103
4120
|
"values": [
|
|
4104
|
-
{ "name": "Single" },
|
|
4105
|
-
{ "name": "Multiple" },
|
|
4106
4121
|
{ "name": "None" },
|
|
4107
|
-
{ "name": "
|
|
4108
|
-
{ "name": "
|
|
4109
|
-
{ "name": "
|
|
4122
|
+
{ "name": "SingleSelect" },
|
|
4123
|
+
{ "name": "SingleSelectBegin" },
|
|
4124
|
+
{ "name": "SingleSelectEnd" },
|
|
4125
|
+
{ "name": "SingleSelectAuto" },
|
|
4126
|
+
{ "name": "MultiSelect" },
|
|
4110
4127
|
{ "name": "Delete" }
|
|
4111
4128
|
]
|
|
4112
4129
|
},
|
|
@@ -4162,14 +4179,9 @@
|
|
|
4162
4179
|
"description": "Defines whether the tree list item will show a collapse or expand icon inside its toggle button.",
|
|
4163
4180
|
"values": []
|
|
4164
4181
|
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "movable",
|
|
4167
|
-
"description": "Defines whether the item is movable.",
|
|
4168
|
-
"values": []
|
|
4169
|
-
},
|
|
4170
4182
|
{
|
|
4171
4183
|
"name": "indeterminate",
|
|
4172
|
-
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `
|
|
4184
|
+
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
|
|
4173
4185
|
"values": []
|
|
4174
4186
|
},
|
|
4175
4187
|
{
|
|
@@ -4179,13 +4191,13 @@
|
|
|
4179
4191
|
},
|
|
4180
4192
|
{
|
|
4181
4193
|
"name": "additional-text-state",
|
|
4182
|
-
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"
|
|
4194
|
+
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4183
4195
|
"values": [
|
|
4184
|
-
{ "name": "
|
|
4185
|
-
{ "name": "Negative" },
|
|
4196
|
+
{ "name": "Information" },
|
|
4186
4197
|
{ "name": "None" },
|
|
4187
|
-
{ "name": "
|
|
4188
|
-
{ "name": "
|
|
4198
|
+
{ "name": "Success" },
|
|
4199
|
+
{ "name": "Warning" },
|
|
4200
|
+
{ "name": "Error" }
|
|
4189
4201
|
]
|
|
4190
4202
|
},
|
|
4191
4203
|
{
|
|
@@ -4215,13 +4227,13 @@
|
|
|
4215
4227
|
},
|
|
4216
4228
|
{
|
|
4217
4229
|
"name": "highlight",
|
|
4218
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
4230
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4219
4231
|
"values": [
|
|
4220
|
-
{ "name": "
|
|
4221
|
-
{ "name": "Negative" },
|
|
4232
|
+
{ "name": "Information" },
|
|
4222
4233
|
{ "name": "None" },
|
|
4223
|
-
{ "name": "
|
|
4224
|
-
{ "name": "
|
|
4234
|
+
{ "name": "Success" },
|
|
4235
|
+
{ "name": "Warning" },
|
|
4236
|
+
{ "name": "Error" }
|
|
4225
4237
|
]
|
|
4226
4238
|
},
|
|
4227
4239
|
{
|
|
@@ -4246,14 +4258,9 @@
|
|
|
4246
4258
|
"description": "Defines whether the tree list item will show a collapse or expand icon inside its toggle button.",
|
|
4247
4259
|
"values": []
|
|
4248
4260
|
},
|
|
4249
|
-
{
|
|
4250
|
-
"name": "movable",
|
|
4251
|
-
"description": "Defines whether the item is movable.",
|
|
4252
|
-
"values": []
|
|
4253
|
-
},
|
|
4254
4261
|
{
|
|
4255
4262
|
"name": "indeterminate",
|
|
4256
|
-
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `
|
|
4263
|
+
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
|
|
4257
4264
|
"values": []
|
|
4258
4265
|
},
|
|
4259
4266
|
{
|
|
@@ -4263,13 +4270,13 @@
|
|
|
4263
4270
|
},
|
|
4264
4271
|
{
|
|
4265
4272
|
"name": "additional-text-state",
|
|
4266
|
-
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"
|
|
4273
|
+
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4267
4274
|
"values": [
|
|
4268
|
-
{ "name": "
|
|
4269
|
-
{ "name": "Negative" },
|
|
4275
|
+
{ "name": "Information" },
|
|
4270
4276
|
{ "name": "None" },
|
|
4271
|
-
{ "name": "
|
|
4272
|
-
{ "name": "
|
|
4277
|
+
{ "name": "Success" },
|
|
4278
|
+
{ "name": "Warning" },
|
|
4279
|
+
{ "name": "Error" }
|
|
4273
4280
|
]
|
|
4274
4281
|
},
|
|
4275
4282
|
{
|
|
@@ -4299,13 +4306,13 @@
|
|
|
4299
4306
|
},
|
|
4300
4307
|
{
|
|
4301
4308
|
"name": "highlight",
|
|
4302
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
4309
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4303
4310
|
"values": [
|
|
4304
|
-
{ "name": "
|
|
4305
|
-
{ "name": "Negative" },
|
|
4311
|
+
{ "name": "Information" },
|
|
4306
4312
|
{ "name": "None" },
|
|
4307
|
-
{ "name": "
|
|
4308
|
-
{ "name": "
|
|
4313
|
+
{ "name": "Success" },
|
|
4314
|
+
{ "name": "Warning" },
|
|
4315
|
+
{ "name": "Error" }
|
|
4309
4316
|
]
|
|
4310
4317
|
},
|
|
4311
4318
|
{
|
|
@@ -4335,14 +4342,9 @@
|
|
|
4335
4342
|
"description": "Defines whether the tree list item will show a collapse or expand icon inside its toggle button.",
|
|
4336
4343
|
"values": []
|
|
4337
4344
|
},
|
|
4338
|
-
{
|
|
4339
|
-
"name": "movable",
|
|
4340
|
-
"description": "Defines whether the item is movable.",
|
|
4341
|
-
"values": []
|
|
4342
|
-
},
|
|
4343
4345
|
{
|
|
4344
4346
|
"name": "indeterminate",
|
|
4345
|
-
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `
|
|
4347
|
+
"description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
|
|
4346
4348
|
"values": []
|
|
4347
4349
|
},
|
|
4348
4350
|
{
|
|
@@ -4352,13 +4354,13 @@
|
|
|
4352
4354
|
},
|
|
4353
4355
|
{
|
|
4354
4356
|
"name": "additional-text-state",
|
|
4355
|
-
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"
|
|
4357
|
+
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4356
4358
|
"values": [
|
|
4357
|
-
{ "name": "
|
|
4358
|
-
{ "name": "Negative" },
|
|
4359
|
+
{ "name": "Information" },
|
|
4359
4360
|
{ "name": "None" },
|
|
4360
|
-
{ "name": "
|
|
4361
|
-
{ "name": "
|
|
4361
|
+
{ "name": "Success" },
|
|
4362
|
+
{ "name": "Warning" },
|
|
4363
|
+
{ "name": "Error" }
|
|
4362
4364
|
]
|
|
4363
4365
|
},
|
|
4364
4366
|
{
|
|
@@ -4388,13 +4390,13 @@
|
|
|
4388
4390
|
},
|
|
4389
4391
|
{
|
|
4390
4392
|
"name": "highlight",
|
|
4391
|
-
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"
|
|
4393
|
+
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Success\"`, `\"Warning\"`, `\"Information\"` and `\"Error\"`.",
|
|
4392
4394
|
"values": [
|
|
4393
|
-
{ "name": "
|
|
4394
|
-
{ "name": "Negative" },
|
|
4395
|
+
{ "name": "Information" },
|
|
4395
4396
|
{ "name": "None" },
|
|
4396
|
-
{ "name": "
|
|
4397
|
-
{ "name": "
|
|
4397
|
+
{ "name": "Success" },
|
|
4398
|
+
{ "name": "Warning" },
|
|
4399
|
+
{ "name": "Error" }
|
|
4398
4400
|
]
|
|
4399
4401
|
},
|
|
4400
4402
|
{
|