@ui5/webcomponents 2.15.0 → 2.16.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Button.js +4 -2
- package/dist/Button.js.map +1 -1
- package/dist/Carousel.d.ts +33 -13
- package/dist/Carousel.js +239 -70
- package/dist/Carousel.js.map +1 -1
- package/dist/CarouselTemplate.js +10 -10
- package/dist/CarouselTemplate.js.map +1 -1
- package/dist/ComboBox.js +6 -1
- package/dist/ComboBox.js.map +1 -1
- package/dist/DateComponentBase.js +1 -1
- package/dist/DateComponentBase.js.map +1 -1
- package/dist/DatePicker.d.ts +1 -0
- package/dist/DatePicker.js +8 -2
- package/dist/DatePicker.js.map +1 -1
- package/dist/DateRangePicker.js +7 -1
- package/dist/DateRangePicker.js.map +1 -1
- package/dist/DateTimeInput.d.ts +6 -0
- package/dist/DateTimeInput.js +30 -0
- package/dist/DateTimeInput.js.map +1 -1
- package/dist/DateTimePicker.d.ts +9 -0
- package/dist/DateTimePicker.js +31 -4
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/DynamicDateRange.d.ts +4 -1
- package/dist/DynamicDateRange.js +24 -0
- package/dist/DynamicDateRange.js.map +1 -1
- package/dist/Input.d.ts +2 -0
- package/dist/Input.js +9 -0
- package/dist/Input.js.map +1 -1
- package/dist/List.d.ts +6 -1
- package/dist/List.js +7 -1
- package/dist/List.js.map +1 -1
- package/dist/ListTemplate.js +6 -5
- package/dist/ListTemplate.js.map +1 -1
- package/dist/Menu.d.ts +1 -1
- package/dist/Menu.js +1 -1
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItem.d.ts +1 -1
- package/dist/MenuItem.js +1 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MenuItemTemplate.js +1 -1
- package/dist/MenuItemTemplate.js.map +1 -1
- package/dist/MenuTemplate.js +1 -1
- package/dist/MenuTemplate.js.map +1 -1
- package/dist/SegmentedButton.d.ts +12 -0
- package/dist/SegmentedButton.js +18 -1
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +1 -0
- package/dist/SegmentedButtonItem.js +7 -0
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/SegmentedButtonItemTemplate.js +1 -1
- package/dist/SegmentedButtonItemTemplate.js.map +1 -1
- package/dist/SegmentedButtonTemplate.js +6 -1
- package/dist/SegmentedButtonTemplate.js.map +1 -1
- package/dist/Select.d.ts +20 -1
- package/dist/Select.js +62 -1
- package/dist/Select.js.map +1 -1
- package/dist/SelectTemplate.js +1 -1
- package/dist/SelectTemplate.js.map +1 -1
- package/dist/SplitButton.js +13 -8
- package/dist/SplitButton.js.map +1 -1
- package/dist/TableSelectionBase.d.ts +2 -0
- package/dist/TableSelectionBase.js +7 -0
- package/dist/TableSelectionBase.js.map +1 -1
- package/dist/TableSelectionMulti.d.ts +0 -1
- package/dist/TableSelectionMulti.js +1 -5
- package/dist/TableSelectionMulti.js.map +1 -1
- package/dist/TextArea.d.ts +16 -0
- package/dist/TextArea.js +18 -2
- package/dist/TextArea.js.map +1 -1
- package/dist/TextAreaTemplate.js +2 -1
- package/dist/TextAreaTemplate.js.map +1 -1
- package/dist/Tokenizer.d.ts +1 -1
- package/dist/Tokenizer.js +1 -1
- package/dist/Tokenizer.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/ButtonBadge.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/ComboBoxItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DatePickerPopover.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/DynamicDateRange.css +1 -1
- package/dist/css/themes/DynamicDateRangePopover.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItem.css +1 -1
- package/dist/css/themes/FormItemSpan.css +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/ListItemCustom.css +1 -1
- package/dist/css/themes/ListItemGroup.css +1 -1
- package/dist/css/themes/ListItemGroupHeader.css +1 -1
- package/dist/css/themes/ListItemIcon.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuItem.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxItem.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/SegmentedButtonItem.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SliderTooltip.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/SuggestionItem.css +1 -1
- package/dist/css/themes/SuggestionItemCustom.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/TableCellBase.css +1 -1
- package/dist/css/themes/TableHeaderRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TableRowActionBase.css +1 -1
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Tag.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarButton.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/ToolbarSeparator.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/ValueStateVariables.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/YearRangePicker.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +23945 -23762
- package/dist/custom-elements.json +2371 -2257
- package/dist/features/InputSuggestionsTemplate.js +2 -2
- package/dist/features/InputSuggestionsTemplate.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_id.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_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_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +1 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/Avatar.css.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Bar.css.d.ts +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.d.ts +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.d.ts +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/ButtonBadge.css.d.ts +1 -1
- package/dist/generated/themes/ButtonBadge.css.js +1 -1
- package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
- package/dist/generated/themes/Calendar.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.d.ts +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/ComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.d.ts +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/DatePickerPopover.css.d.ts +1 -1
- package/dist/generated/themes/DatePickerPopover.css.js +1 -1
- package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.d.ts +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.d.ts +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.d.ts +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/DynamicDateRange.css.d.ts +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
- package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
- package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
- package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.d.ts +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Form.css.d.ts +1 -1
- package/dist/generated/themes/Form.css.js +1 -1
- package/dist/generated/themes/Form.css.js.map +1 -1
- package/dist/generated/themes/FormItem.css.d.ts +1 -1
- package/dist/generated/themes/FormItem.css.js +1 -1
- package/dist/generated/themes/FormItem.css.js.map +1 -1
- package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
- package/dist/generated/themes/FormItemSpan.css.js +1 -1
- package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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/Link.css.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/ListItemCustom.css.js +1 -1
- package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroup.css.js +1 -1
- package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
- package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
- package/dist/generated/themes/ListItemIcon.css.js +1 -1
- package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.d.ts +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuItem.css.d.ts +1 -1
- package/dist/generated/themes/MenuItem.css.js +1 -1
- package/dist/generated/themes/MenuItem.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.d.ts +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.d.ts +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.d.ts +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/MultiComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +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.d.ts +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/OptionBase.css.d.ts +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
- package/dist/generated/themes/Select.css.d.ts +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.d.ts +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/SliderTooltip.css.d.ts +1 -1
- package/dist/generated/themes/SliderTooltip.css.js +1 -1
- package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItem.css.js +1 -1
- package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
- package/dist/generated/themes/TableCellBase.css.js +1 -1
- package/dist/generated/themes/TableCellBase.css.js.map +1 -1
- package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.d.ts +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowActionBase.css.js +1 -1
- package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
- package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowBase.css.js +1 -1
- package/dist/generated/themes/TableRowBase.css.js.map +1 -1
- package/dist/generated/themes/Tag.css.d.ts +1 -1
- package/dist/generated/themes/Tag.css.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +1 -1
- package/dist/generated/themes/Text.css.d.ts +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.d.ts +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.d.ts +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/Toast.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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/ToolbarButton.css.d.ts +1 -1
- package/dist/generated/themes/ToolbarButton.css.js +1 -1
- package/dist/generated/themes/ToolbarButton.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.d.ts +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/ToolbarSeparator.css.d.ts +1 -1
- package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
- package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.d.ts +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.d.ts +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/ValueStateVariables.css.d.ts +1 -1
- package/dist/generated/themes/ValueStateVariables.css.js +1 -1
- package/dist/generated/themes/ValueStateVariables.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.d.ts +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.css.js.map +1 -1
- package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
- package/dist/generated/themes/YearRangePicker.css.js +1 -1
- package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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_hcb/parameters-bundle.css.d.ts +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_hcw/parameters-bundle.css.d.ts +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/popup-utils/OpenedPopupsRegistry.js +2 -1
- package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
- package/dist/types/SegmentedButtonContentMode.d.ts +17 -0
- package/dist/types/SegmentedButtonContentMode.js +19 -0
- package/dist/types/SegmentedButtonContentMode.js.map +1 -0
- package/dist/types/SelectTwoColumnSeparator.d.ts +23 -0
- package/dist/types/SelectTwoColumnSeparator.js +25 -0
- package/dist/types/SelectTwoColumnSeparator.js.map +1 -0
- package/dist/vscode.html-custom-data.json +31 -7
- package/dist/web-types.json +60 -14
- package/package-scripts.cjs +0 -1
- package/package.json +10 -10
- package/src/CarouselTemplate.tsx +20 -19
- package/src/ListTemplate.tsx +9 -1
- package/src/MenuItemTemplate.tsx +1 -1
- package/src/MenuTemplate.tsx +1 -1
- package/src/SegmentedButtonItemTemplate.tsx +1 -1
- package/src/SegmentedButtonTemplate.tsx +6 -1
- package/src/SelectTemplate.tsx +1 -1
- package/src/TextAreaTemplate.tsx +4 -0
- package/src/features/InputSuggestionsTemplate.tsx +2 -3
- package/src/i18n/messagebundle.properties +3 -3
- package/src/i18n/messagebundle_ar.properties +6 -0
- package/src/i18n/messagebundle_bg.properties +6 -0
- package/src/i18n/messagebundle_ca.properties +6 -0
- package/src/i18n/messagebundle_cnr.properties +6 -0
- package/src/i18n/messagebundle_cs.properties +6 -0
- package/src/i18n/messagebundle_cy.properties +6 -0
- package/src/i18n/messagebundle_da.properties +6 -0
- package/src/i18n/messagebundle_de.properties +6 -0
- package/src/i18n/messagebundle_el.properties +6 -0
- package/src/i18n/messagebundle_en.properties +319 -4
- package/src/i18n/messagebundle_en_GB.properties +6 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +22 -4
- package/src/i18n/messagebundle_en_US_saprigi.properties +22 -4
- package/src/i18n/messagebundle_en_US_saptrc.properties +22 -4
- package/src/i18n/messagebundle_es.properties +6 -0
- package/src/i18n/messagebundle_es_MX.properties +6 -0
- package/src/i18n/messagebundle_et.properties +6 -0
- package/src/i18n/messagebundle_fi.properties +7 -1
- package/src/i18n/messagebundle_fr.properties +6 -0
- package/src/i18n/messagebundle_fr_CA.properties +6 -0
- package/src/i18n/messagebundle_hi.properties +6 -0
- package/src/i18n/messagebundle_hr.properties +6 -0
- package/src/i18n/messagebundle_hu.properties +6 -0
- package/src/i18n/messagebundle_id.properties +6 -0
- package/src/i18n/messagebundle_it.properties +6 -0
- package/src/i18n/messagebundle_iw.properties +6 -0
- package/src/i18n/messagebundle_ja.properties +6 -0
- package/src/i18n/messagebundle_kk.properties +6 -0
- package/src/i18n/messagebundle_ko.properties +6 -0
- package/src/i18n/messagebundle_lt.properties +6 -0
- package/src/i18n/messagebundle_lv.properties +6 -0
- package/src/i18n/messagebundle_mk.properties +6 -0
- package/src/i18n/messagebundle_ms.properties +11 -5
- package/src/i18n/messagebundle_nl.properties +6 -0
- package/src/i18n/messagebundle_no.properties +6 -0
- package/src/i18n/messagebundle_pl.properties +6 -0
- package/src/i18n/messagebundle_pt.properties +6 -0
- package/src/i18n/messagebundle_pt_PT.properties +6 -0
- package/src/i18n/messagebundle_ro.properties +6 -0
- package/src/i18n/messagebundle_ru.properties +6 -0
- package/src/i18n/messagebundle_sh.properties +6 -0
- package/src/i18n/messagebundle_sk.properties +6 -0
- package/src/i18n/messagebundle_sl.properties +6 -0
- package/src/i18n/messagebundle_sr.properties +6 -0
- package/src/i18n/messagebundle_sv.properties +6 -0
- package/src/i18n/messagebundle_th.properties +6 -0
- package/src/i18n/messagebundle_tr.properties +6 -0
- package/src/i18n/messagebundle_uk.properties +6 -0
- package/src/i18n/messagebundle_vi.properties +6 -0
- package/src/i18n/messagebundle_zh_CN.properties +6 -0
- package/src/i18n/messagebundle_zh_TW.properties +6 -0
- package/src/themes/Bar.css +10 -1
- package/src/themes/Carousel.css +35 -18
- package/src/themes/ListItem.css +4 -4
- package/src/themes/RatingIndicator.css +9 -9
- package/src/themes/SegmentedButton.css +10 -2
- package/src/themes/SliderTooltip.css +1 -1
- package/src/themes/TableHeaderRow.css +1 -1
- package/src/themes/base/Carousel-parameters.css +1 -1
- package/src/themes/base/sizes-parameters.css +2 -2
- package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +1 -1
- package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +1 -1
- package/src/themes/sap_horizon_hcb/Carousel-parameters.css +1 -1
- package/src/themes/sap_horizon_hcw/Carousel-parameters.css +1 -1
|
@@ -4,2321 +4,1016 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "dist/
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "js",
|
|
12
|
-
"name": "default",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "DragAndDropHandler",
|
|
15
|
-
"module": "dist/delegate/DragAndDropHandler.js"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"kind": "javascript-module",
|
|
22
|
-
"path": "dist/colorpicker-utils/ColorValue.js",
|
|
23
|
-
"declarations": [],
|
|
24
|
-
"exports": [
|
|
25
|
-
{
|
|
26
|
-
"kind": "js",
|
|
27
|
-
"name": "default",
|
|
28
|
-
"declaration": {
|
|
29
|
-
"name": "ColorValue",
|
|
30
|
-
"module": "dist/colorpicker-utils/ColorValue.js"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"kind": "javascript-module",
|
|
37
|
-
"path": "dist/dynamic-date-range-options/DateRange.js",
|
|
38
|
-
"declarations": [
|
|
39
|
-
{
|
|
40
|
-
"kind": "class",
|
|
41
|
-
"description": "",
|
|
42
|
-
"name": "DateRange"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"exports": [
|
|
46
|
-
{
|
|
47
|
-
"kind": "js",
|
|
48
|
-
"name": "default",
|
|
49
|
-
"declaration": {
|
|
50
|
-
"name": "DateRange",
|
|
51
|
-
"module": "dist/dynamic-date-range-options/DateRange.js"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"kind": "javascript-module",
|
|
58
|
-
"path": "dist/dynamic-date-range-options/LastNextUtils.js",
|
|
59
|
-
"declarations": [],
|
|
60
|
-
"exports": []
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"kind": "javascript-module",
|
|
64
|
-
"path": "dist/dynamic-date-range-options/LastOptions.js",
|
|
65
|
-
"declarations": [
|
|
66
|
-
{
|
|
67
|
-
"kind": "class",
|
|
68
|
-
"description": "",
|
|
69
|
-
"name": "LastOptions"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"exports": [
|
|
73
|
-
{
|
|
74
|
-
"kind": "js",
|
|
75
|
-
"name": "default",
|
|
76
|
-
"declaration": {
|
|
77
|
-
"name": "LastOptions",
|
|
78
|
-
"module": "dist/dynamic-date-range-options/LastOptions.js"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"kind": "javascript-module",
|
|
85
|
-
"path": "dist/dynamic-date-range-options/NextOptions.js",
|
|
86
|
-
"declarations": [
|
|
87
|
-
{
|
|
88
|
-
"kind": "class",
|
|
89
|
-
"description": "",
|
|
90
|
-
"name": "NextOptions"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"exports": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "js",
|
|
96
|
-
"name": "default",
|
|
97
|
-
"declaration": {
|
|
98
|
-
"name": "NextOptions",
|
|
99
|
-
"module": "dist/dynamic-date-range-options/NextOptions.js"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"kind": "javascript-module",
|
|
106
|
-
"path": "dist/dynamic-date-range-options/SingleDate.js",
|
|
107
|
-
"declarations": [
|
|
108
|
-
{
|
|
109
|
-
"kind": "class",
|
|
110
|
-
"description": "",
|
|
111
|
-
"name": "SingleDate"
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "default",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "SingleDate",
|
|
120
|
-
"module": "dist/dynamic-date-range-options/SingleDate.js"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"kind": "javascript-module",
|
|
127
|
-
"path": "dist/dynamic-date-range-options/Today.js",
|
|
128
|
-
"declarations": [
|
|
129
|
-
{
|
|
130
|
-
"kind": "class",
|
|
131
|
-
"description": "",
|
|
132
|
-
"name": "Today"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"exports": [
|
|
136
|
-
{
|
|
137
|
-
"kind": "js",
|
|
138
|
-
"name": "default",
|
|
139
|
-
"declaration": {
|
|
140
|
-
"name": "Today",
|
|
141
|
-
"module": "dist/dynamic-date-range-options/Today.js"
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "javascript-module",
|
|
148
|
-
"path": "dist/dynamic-date-range-options/Tomorrow.js",
|
|
149
|
-
"declarations": [
|
|
150
|
-
{
|
|
151
|
-
"kind": "class",
|
|
152
|
-
"description": "",
|
|
153
|
-
"name": "Tomorrow"
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"exports": [
|
|
157
|
-
{
|
|
158
|
-
"kind": "js",
|
|
159
|
-
"name": "default",
|
|
160
|
-
"declaration": {
|
|
161
|
-
"name": "Tomorrow",
|
|
162
|
-
"module": "dist/dynamic-date-range-options/Tomorrow.js"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"kind": "javascript-module",
|
|
169
|
-
"path": "dist/dynamic-date-range-options/Yesterday.js",
|
|
170
|
-
"declarations": [
|
|
171
|
-
{
|
|
172
|
-
"kind": "class",
|
|
173
|
-
"description": "",
|
|
174
|
-
"name": "Yesterday"
|
|
175
|
-
}
|
|
176
|
-
],
|
|
177
|
-
"exports": [
|
|
178
|
-
{
|
|
179
|
-
"kind": "js",
|
|
180
|
-
"name": "default",
|
|
181
|
-
"declaration": {
|
|
182
|
-
"name": "Yesterday",
|
|
183
|
-
"module": "dist/dynamic-date-range-options/Yesterday.js"
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"kind": "javascript-module",
|
|
190
|
-
"path": "dist/dynamic-date-range-options/toDates.js",
|
|
191
|
-
"declarations": [],
|
|
192
|
-
"exports": []
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"kind": "javascript-module",
|
|
196
|
-
"path": "dist/features/ColorPaletteMoreColors.js",
|
|
197
|
-
"declarations": [],
|
|
198
|
-
"exports": []
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"kind": "javascript-module",
|
|
202
|
-
"path": "dist/features/InputComposition.js",
|
|
203
|
-
"declarations": [],
|
|
204
|
-
"exports": [
|
|
205
|
-
{
|
|
206
|
-
"kind": "js",
|
|
207
|
-
"name": "default",
|
|
208
|
-
"declaration": {
|
|
209
|
-
"name": "InputComposition",
|
|
210
|
-
"module": "dist/features/InputComposition.js"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"kind": "javascript-module",
|
|
217
|
-
"path": "dist/features/InputSuggestions.js",
|
|
218
|
-
"declarations": [],
|
|
219
|
-
"exports": [
|
|
220
|
-
{
|
|
221
|
-
"kind": "js",
|
|
222
|
-
"name": "default",
|
|
223
|
-
"declaration": {
|
|
224
|
-
"name": "Suggestions",
|
|
225
|
-
"module": "dist/features/InputSuggestions.js"
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
]
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"kind": "javascript-module",
|
|
232
|
-
"path": "dist/features/ListItemStandardExpandableText.js",
|
|
233
|
-
"declarations": [],
|
|
234
|
-
"exports": []
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"kind": "javascript-module",
|
|
238
|
-
"path": "dist/popup-utils/OpenedPopupsRegistry.js",
|
|
7
|
+
"path": "dist/Assets-fetch.js",
|
|
239
8
|
"declarations": [],
|
|
240
9
|
"exports": []
|
|
241
10
|
},
|
|
242
11
|
{
|
|
243
12
|
"kind": "javascript-module",
|
|
244
|
-
"path": "dist/
|
|
13
|
+
"path": "dist/Assets-node.js",
|
|
245
14
|
"declarations": [],
|
|
246
15
|
"exports": []
|
|
247
16
|
},
|
|
248
17
|
{
|
|
249
18
|
"kind": "javascript-module",
|
|
250
|
-
"path": "dist/
|
|
19
|
+
"path": "dist/Assets.js",
|
|
251
20
|
"declarations": [],
|
|
252
21
|
"exports": []
|
|
253
22
|
},
|
|
254
23
|
{
|
|
255
24
|
"kind": "javascript-module",
|
|
256
|
-
"path": "dist/
|
|
257
|
-
"declarations": [
|
|
258
|
-
"exports": [
|
|
25
|
+
"path": "dist/Avatar.js",
|
|
26
|
+
"declarations": [
|
|
259
27
|
{
|
|
260
|
-
"kind": "
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
28
|
+
"kind": "class",
|
|
29
|
+
"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\";`",
|
|
30
|
+
"name": "Avatar",
|
|
31
|
+
"slots": [
|
|
32
|
+
{
|
|
33
|
+
"name": "default",
|
|
34
|
+
"description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n `visibility: hidden;`<br/>\n`}`"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "badge",
|
|
38
|
+
"description": "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, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes."
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"members": [
|
|
42
|
+
{
|
|
43
|
+
"kind": "field",
|
|
44
|
+
"name": "disabled",
|
|
45
|
+
"type": {
|
|
46
|
+
"text": "boolean"
|
|
47
|
+
},
|
|
48
|
+
"default": "false",
|
|
49
|
+
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
|
50
|
+
"privacy": "public"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"kind": "field",
|
|
54
|
+
"name": "interactive",
|
|
55
|
+
"type": {
|
|
56
|
+
"text": "boolean"
|
|
57
|
+
},
|
|
58
|
+
"default": "false",
|
|
59
|
+
"description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
|
|
60
|
+
"privacy": "public"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"kind": "field",
|
|
64
|
+
"name": "icon",
|
|
65
|
+
"type": {
|
|
66
|
+
"text": "string | undefined"
|
|
67
|
+
},
|
|
68
|
+
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
69
|
+
"default": "undefined",
|
|
70
|
+
"privacy": "public"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "field",
|
|
74
|
+
"name": "fallbackIcon",
|
|
75
|
+
"type": {
|
|
76
|
+
"text": "string"
|
|
77
|
+
},
|
|
78
|
+
"default": "\"employee\"",
|
|
79
|
+
"description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
80
|
+
"privacy": "public"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "field",
|
|
84
|
+
"name": "initials",
|
|
85
|
+
"type": {
|
|
86
|
+
"text": "string | undefined"
|
|
87
|
+
},
|
|
88
|
+
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
89
|
+
"default": "undefined",
|
|
90
|
+
"privacy": "public"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "field",
|
|
94
|
+
"name": "shape",
|
|
95
|
+
"type": {
|
|
96
|
+
"text": "AvatarShape",
|
|
97
|
+
"references": [
|
|
98
|
+
{
|
|
99
|
+
"name": "AvatarShape",
|
|
100
|
+
"package": "@ui5/webcomponents",
|
|
101
|
+
"module": "dist/types/AvatarShape.js"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"default": "\"Circle\"",
|
|
106
|
+
"description": "Defines the shape of the component.",
|
|
107
|
+
"privacy": "public"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"kind": "field",
|
|
111
|
+
"name": "size",
|
|
112
|
+
"type": {
|
|
113
|
+
"text": "AvatarSize",
|
|
114
|
+
"references": [
|
|
115
|
+
{
|
|
116
|
+
"name": "AvatarSize",
|
|
117
|
+
"package": "@ui5/webcomponents",
|
|
118
|
+
"module": "dist/types/AvatarSize.js"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"default": "\"S\"",
|
|
123
|
+
"description": "Defines predefined size of the component.",
|
|
124
|
+
"privacy": "public"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"kind": "field",
|
|
128
|
+
"name": "colorScheme",
|
|
129
|
+
"type": {
|
|
130
|
+
"text": "AvatarColorScheme",
|
|
131
|
+
"references": [
|
|
132
|
+
{
|
|
133
|
+
"name": "AvatarColorScheme",
|
|
134
|
+
"package": "@ui5/webcomponents",
|
|
135
|
+
"module": "dist/types/AvatarColorScheme.js"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"default": "\"Auto\"",
|
|
140
|
+
"description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
|
|
141
|
+
"privacy": "public"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "field",
|
|
145
|
+
"name": "accessibleName",
|
|
146
|
+
"type": {
|
|
147
|
+
"text": "string | undefined"
|
|
148
|
+
},
|
|
149
|
+
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
150
|
+
"default": "undefined",
|
|
151
|
+
"privacy": "public"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"kind": "field",
|
|
155
|
+
"name": "accessibilityAttributes",
|
|
156
|
+
"type": {
|
|
157
|
+
"text": "AvatarAccessibilityAttributes",
|
|
158
|
+
"references": [
|
|
159
|
+
{
|
|
160
|
+
"name": "AvatarAccessibilityAttributes",
|
|
161
|
+
"package": "@ui5/webcomponents",
|
|
162
|
+
"module": "dist/Avatar.js"
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"default": "{}",
|
|
167
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
168
|
+
"privacy": "public"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"events": [
|
|
172
|
+
{
|
|
173
|
+
"name": "click",
|
|
174
|
+
"type": {
|
|
175
|
+
"text": "CustomEvent"
|
|
176
|
+
},
|
|
177
|
+
"description": "Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"attributes": [
|
|
181
|
+
{
|
|
182
|
+
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
|
183
|
+
"name": "disabled",
|
|
184
|
+
"default": "false",
|
|
185
|
+
"fieldName": "disabled",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "boolean"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
|
|
192
|
+
"name": "interactive",
|
|
193
|
+
"default": "false",
|
|
194
|
+
"fieldName": "interactive",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "boolean"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
201
|
+
"name": "icon",
|
|
202
|
+
"default": "undefined",
|
|
203
|
+
"fieldName": "icon",
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "string | undefined"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
210
|
+
"name": "fallback-icon",
|
|
211
|
+
"default": "\"employee\"",
|
|
212
|
+
"fieldName": "fallbackIcon",
|
|
213
|
+
"type": {
|
|
214
|
+
"text": "string"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
219
|
+
"name": "initials",
|
|
220
|
+
"default": "undefined",
|
|
221
|
+
"fieldName": "initials",
|
|
222
|
+
"type": {
|
|
223
|
+
"text": "string | undefined"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"description": "Defines the shape of the component.",
|
|
228
|
+
"name": "shape",
|
|
229
|
+
"default": "\"Circle\"",
|
|
230
|
+
"fieldName": "shape",
|
|
231
|
+
"type": {
|
|
232
|
+
"text": "\"Circle\" | \"Square\""
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"description": "Defines predefined size of the component.",
|
|
237
|
+
"name": "size",
|
|
238
|
+
"default": "\"S\"",
|
|
239
|
+
"fieldName": "size",
|
|
240
|
+
"type": {
|
|
241
|
+
"text": "\"XS\" | \"S\" | \"M\" | \"L\" | \"XL\""
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
|
|
246
|
+
"name": "color-scheme",
|
|
247
|
+
"default": "\"Auto\"",
|
|
248
|
+
"fieldName": "colorScheme",
|
|
249
|
+
"type": {
|
|
250
|
+
"text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\" | \"Transparent\""
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
255
|
+
"name": "accessible-name",
|
|
256
|
+
"default": "undefined",
|
|
257
|
+
"fieldName": "accessibleName",
|
|
258
|
+
"type": {
|
|
259
|
+
"text": "string | undefined"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
264
|
+
"name": "accessibility-attributes",
|
|
265
|
+
"default": "{}",
|
|
266
|
+
"fieldName": "accessibilityAttributes",
|
|
267
|
+
"type": {
|
|
268
|
+
"text": "AvatarAccessibilityAttributes"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"superclass": {
|
|
273
|
+
"name": "UI5Element",
|
|
274
|
+
"package": "@ui5/webcomponents-base",
|
|
275
|
+
"module": "dist/UI5Element.js"
|
|
276
|
+
},
|
|
277
|
+
"tagName": "ui5-avatar",
|
|
278
|
+
"customElement": true
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"exports": [
|
|
274
282
|
{
|
|
275
283
|
"kind": "js",
|
|
276
284
|
"name": "default",
|
|
277
285
|
"declaration": {
|
|
278
|
-
"name": "
|
|
279
|
-
"module": "dist/
|
|
286
|
+
"name": "Avatar",
|
|
287
|
+
"module": "dist/Avatar.js"
|
|
280
288
|
}
|
|
281
|
-
}
|
|
282
|
-
]
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"kind": "javascript-module",
|
|
286
|
-
"path": "dist/types/AvatarShape.js",
|
|
287
|
-
"declarations": [],
|
|
288
|
-
"exports": [
|
|
289
|
+
},
|
|
289
290
|
{
|
|
290
|
-
"kind": "
|
|
291
|
-
"name": "
|
|
291
|
+
"kind": "custom-element-definition",
|
|
292
|
+
"name": "ui5-avatar",
|
|
292
293
|
"declaration": {
|
|
293
|
-
"name": "
|
|
294
|
-
"module": "dist/
|
|
294
|
+
"name": "Avatar",
|
|
295
|
+
"module": "dist/Avatar.js"
|
|
295
296
|
}
|
|
296
297
|
}
|
|
297
298
|
]
|
|
298
299
|
},
|
|
299
300
|
{
|
|
300
301
|
"kind": "javascript-module",
|
|
301
|
-
"path": "dist/
|
|
302
|
-
"declarations": [
|
|
303
|
-
"exports": [
|
|
302
|
+
"path": "dist/AvatarGroup.js",
|
|
303
|
+
"declarations": [
|
|
304
304
|
{
|
|
305
|
-
"kind": "
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
305
|
+
"kind": "class",
|
|
306
|
+
"description": "### Overview\n\nDisplays a group of avatars arranged horizontally. It is useful to visually\nshowcase a group of related avatars, such as, project team members or employees.\n\nThe component allows you to display the avatars in different sizes,\ndepending on your use case.\n\nThe `AvatarGroup` component has two group types:\n\n- `Group` type: The avatars are displayed as partially overlapped on\ntop of each other and the entire group has one click/tap area.\n- `Individual` type: The avatars are displayed side-by-side and each\navatar has its own click/tap area.\n\n### Usage\n\nUse the `AvatarGroup` if:\n\n- You want to display a group of avatars.\n- You want to display several avatars which have something in common.\n\nDo not use the `AvatarGroup` if:\n\n- You want to display a single avatar.\n- You want to display a gallery for simple images.\n- You want to use it for other visual content than avatars.\n\n### Responsive Behavior\n\nWhen the available space is less than the width required to display all avatars,\nan overflow visualization appears as a button placed at the end with the same shape\nand size as the avatars. The visualization displays the number of avatars that have overflowed\nand are not currently visible.\n\n### Keyboard Handling\nThe component provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n`type` Individual:\n\n- [Tab] - Move focus to the overflow button\n- [Left] - Navigate one avatar to the left\n- [Right] - Navigate one avatar to the right\n- [Home] - Navigate to the first avatar\n- [End] - Navigate to the last avatar\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event\n\n`type` Group:\n\n- [Tab] - Move focus to the next interactive element after the component\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event",
|
|
307
|
+
"name": "AvatarGroup",
|
|
308
|
+
"slots": [
|
|
309
|
+
{
|
|
310
|
+
"name": "default",
|
|
311
|
+
"description": "Defines the items of the component. Use the `ui5-avatar` component as an item.\n\n**Note:** The UX guidelines recommends using avatars with \"Circle\" shape.\n\nMoreover, if you use avatars with \"Square\" shape, there will be visual inconsistency\nas the built-in overflow action has \"Circle\" shape."
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "overflowButton",
|
|
315
|
+
"description": "Defines the overflow button of the component.\n\n**Note:** We recommend using the `ui5-button` component.\n\n**Note:** If this slot is not used, the component will display the built-in overflow button."
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"members": [
|
|
319
|
+
{
|
|
320
|
+
"kind": "field",
|
|
321
|
+
"name": "type",
|
|
322
|
+
"type": {
|
|
323
|
+
"text": "AvatarGroupType",
|
|
324
|
+
"references": [
|
|
325
|
+
{
|
|
326
|
+
"name": "AvatarGroupType",
|
|
327
|
+
"package": "@ui5/webcomponents",
|
|
328
|
+
"module": "dist/types/AvatarGroupType.js"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
"default": "\"Group\"",
|
|
333
|
+
"description": "Defines the mode of the `AvatarGroup`.",
|
|
334
|
+
"privacy": "public"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"kind": "field",
|
|
338
|
+
"name": "accessibilityAttributes",
|
|
339
|
+
"type": {
|
|
340
|
+
"text": "AvatarGroupAccessibilityAttributes",
|
|
341
|
+
"references": [
|
|
342
|
+
{
|
|
343
|
+
"name": "AvatarGroupAccessibilityAttributes",
|
|
344
|
+
"package": "@ui5/webcomponents",
|
|
345
|
+
"module": "dist/AvatarGroup.js"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"default": "{}",
|
|
350
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
351
|
+
"privacy": "public"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "field",
|
|
355
|
+
"name": "accessibleName",
|
|
356
|
+
"type": {
|
|
357
|
+
"text": "string | undefined"
|
|
358
|
+
},
|
|
359
|
+
"description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
|
|
360
|
+
"default": "undefined",
|
|
361
|
+
"privacy": "public"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"kind": "field",
|
|
365
|
+
"name": "accessibleNameRef",
|
|
366
|
+
"type": {
|
|
367
|
+
"text": "string | undefined"
|
|
368
|
+
},
|
|
369
|
+
"description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
|
|
370
|
+
"default": "undefined",
|
|
371
|
+
"privacy": "public"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "field",
|
|
375
|
+
"name": "hiddenItems",
|
|
376
|
+
"type": {
|
|
377
|
+
"text": "Array<IAvatarGroupItem>",
|
|
378
|
+
"references": [
|
|
379
|
+
{
|
|
380
|
+
"name": "IAvatarGroupItem",
|
|
381
|
+
"package": "@ui5/webcomponents",
|
|
382
|
+
"module": "dist/AvatarGroup.js"
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
387
|
+
"default": "[]",
|
|
388
|
+
"privacy": "public",
|
|
389
|
+
"readonly": true
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"kind": "field",
|
|
393
|
+
"name": "colorScheme",
|
|
394
|
+
"type": {
|
|
395
|
+
"text": "Array<AvatarColorScheme>",
|
|
396
|
+
"references": [
|
|
397
|
+
{
|
|
398
|
+
"name": "AvatarColorScheme",
|
|
399
|
+
"package": "@ui5/webcomponents",
|
|
400
|
+
"module": "dist/types/AvatarColorScheme.js"
|
|
401
|
+
}
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
"description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
|
|
405
|
+
"default": "[]",
|
|
406
|
+
"privacy": "public",
|
|
407
|
+
"readonly": true
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"events": [
|
|
411
|
+
{
|
|
412
|
+
"name": "click",
|
|
413
|
+
"type": {
|
|
414
|
+
"text": "CustomEvent<AvatarGroupClickEventDetail>",
|
|
415
|
+
"references": [
|
|
416
|
+
{
|
|
417
|
+
"name": "AvatarGroupClickEventDetail",
|
|
418
|
+
"package": "@ui5/webcomponents",
|
|
419
|
+
"module": "dist/AvatarGroup.js"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key."
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "overflow",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "CustomEvent"
|
|
429
|
+
},
|
|
430
|
+
"description": "Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"attributes": [
|
|
434
|
+
{
|
|
435
|
+
"description": "Defines the mode of the `AvatarGroup`.",
|
|
436
|
+
"name": "type",
|
|
437
|
+
"default": "\"Group\"",
|
|
438
|
+
"fieldName": "type",
|
|
439
|
+
"type": {
|
|
440
|
+
"text": "\"Group\" | \"Individual\""
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
445
|
+
"name": "accessibility-attributes",
|
|
446
|
+
"default": "{}",
|
|
447
|
+
"fieldName": "accessibilityAttributes",
|
|
448
|
+
"type": {
|
|
449
|
+
"text": "AvatarGroupAccessibilityAttributes"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
|
|
454
|
+
"name": "accessible-name",
|
|
455
|
+
"default": "undefined",
|
|
456
|
+
"fieldName": "accessibleName",
|
|
457
|
+
"type": {
|
|
458
|
+
"text": "string | undefined"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
|
|
463
|
+
"name": "accessible-name-ref",
|
|
464
|
+
"default": "undefined",
|
|
465
|
+
"fieldName": "accessibleNameRef",
|
|
466
|
+
"type": {
|
|
467
|
+
"text": "string | undefined"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
472
|
+
"name": "hidden-items",
|
|
473
|
+
"default": "[]",
|
|
474
|
+
"fieldName": "hiddenItems",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "any"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
|
|
481
|
+
"name": "color-scheme",
|
|
482
|
+
"default": "[]",
|
|
483
|
+
"fieldName": "colorScheme",
|
|
484
|
+
"type": {
|
|
485
|
+
"text": "any"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"superclass": {
|
|
490
|
+
"name": "UI5Element",
|
|
491
|
+
"package": "@ui5/webcomponents-base",
|
|
492
|
+
"module": "dist/UI5Element.js"
|
|
493
|
+
},
|
|
494
|
+
"tagName": "ui5-avatar-group",
|
|
495
|
+
"customElement": true
|
|
311
496
|
}
|
|
312
|
-
]
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"kind": "javascript-module",
|
|
316
|
-
"path": "dist/types/BackgroundDesign.js",
|
|
317
|
-
"declarations": [],
|
|
497
|
+
],
|
|
318
498
|
"exports": [
|
|
319
499
|
{
|
|
320
500
|
"kind": "js",
|
|
321
501
|
"name": "default",
|
|
322
502
|
"declaration": {
|
|
323
|
-
"name": "
|
|
324
|
-
"module": "dist/
|
|
503
|
+
"name": "AvatarGroup",
|
|
504
|
+
"module": "dist/AvatarGroup.js"
|
|
325
505
|
}
|
|
326
|
-
}
|
|
327
|
-
]
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "javascript-module",
|
|
331
|
-
"path": "dist/types/BarAccessibleRole.js",
|
|
332
|
-
"declarations": [],
|
|
333
|
-
"exports": [
|
|
506
|
+
},
|
|
334
507
|
{
|
|
335
|
-
"kind": "
|
|
336
|
-
"name": "
|
|
508
|
+
"kind": "custom-element-definition",
|
|
509
|
+
"name": "ui5-avatar-group",
|
|
337
510
|
"declaration": {
|
|
338
|
-
"name": "
|
|
339
|
-
"module": "dist/
|
|
511
|
+
"name": "AvatarGroup",
|
|
512
|
+
"module": "dist/AvatarGroup.js"
|
|
340
513
|
}
|
|
341
514
|
}
|
|
342
515
|
]
|
|
343
516
|
},
|
|
344
517
|
{
|
|
345
518
|
"kind": "javascript-module",
|
|
346
|
-
"path": "dist/
|
|
347
|
-
"declarations": [
|
|
348
|
-
"exports": [
|
|
519
|
+
"path": "dist/Bar.js",
|
|
520
|
+
"declarations": [
|
|
349
521
|
{
|
|
350
|
-
"kind": "
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
522
|
+
"kind": "class",
|
|
523
|
+
"description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\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/Bar.js\";`",
|
|
524
|
+
"name": "Bar",
|
|
525
|
+
"cssParts": [
|
|
526
|
+
{
|
|
527
|
+
"description": "Used to style the wrapper of the content of the component",
|
|
528
|
+
"name": "bar"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"description": "Used to style the wrapper of the start content of the component",
|
|
532
|
+
"name": "startContent"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"description": "Used to style the wrapper of the middle content of the component",
|
|
536
|
+
"name": "midContent"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"description": "Used to style the wrapper of the end content of the component",
|
|
540
|
+
"name": "endContent"
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"slots": [
|
|
544
|
+
{
|
|
545
|
+
"name": "startContent",
|
|
546
|
+
"description": "Defines the content at the start of the bar."
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "default",
|
|
550
|
+
"description": "Defines the content in the middle of the bar."
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "endContent",
|
|
554
|
+
"description": "Defines the content at the end of the bar."
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"members": [
|
|
558
|
+
{
|
|
559
|
+
"kind": "field",
|
|
560
|
+
"name": "design",
|
|
561
|
+
"type": {
|
|
562
|
+
"text": "BarDesign",
|
|
563
|
+
"references": [
|
|
564
|
+
{
|
|
565
|
+
"name": "BarDesign",
|
|
566
|
+
"package": "@ui5/webcomponents",
|
|
567
|
+
"module": "dist/types/BarDesign.js"
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"default": "\"Header\"",
|
|
572
|
+
"description": "Defines the component's design.",
|
|
573
|
+
"privacy": "public"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "field",
|
|
577
|
+
"name": "accessibleRole",
|
|
578
|
+
"type": {
|
|
579
|
+
"text": "BarAccessibleRole",
|
|
580
|
+
"references": [
|
|
581
|
+
{
|
|
582
|
+
"name": "BarAccessibleRole",
|
|
583
|
+
"package": "@ui5/webcomponents",
|
|
584
|
+
"module": "dist/types/BarAccessibleRole.js"
|
|
585
|
+
}
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
"default": "\"Toolbar\"",
|
|
589
|
+
"description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
|
|
590
|
+
"privacy": "public"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"attributes": [
|
|
594
|
+
{
|
|
595
|
+
"description": "Defines the component's design.",
|
|
596
|
+
"name": "design",
|
|
597
|
+
"default": "\"Header\"",
|
|
598
|
+
"fieldName": "design",
|
|
599
|
+
"type": {
|
|
600
|
+
"text": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\""
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
|
|
605
|
+
"name": "accessible-role",
|
|
606
|
+
"default": "\"Toolbar\"",
|
|
607
|
+
"fieldName": "accessibleRole",
|
|
608
|
+
"type": {
|
|
609
|
+
"text": "\"Toolbar\" | \"None\""
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"superclass": {
|
|
614
|
+
"name": "UI5Element",
|
|
615
|
+
"package": "@ui5/webcomponents-base",
|
|
616
|
+
"module": "dist/UI5Element.js"
|
|
617
|
+
},
|
|
618
|
+
"tagName": "ui5-bar",
|
|
619
|
+
"customElement": true
|
|
356
620
|
}
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"kind": "javascript-module",
|
|
361
|
-
"path": "dist/types/BorderDesign.js",
|
|
362
|
-
"declarations": [],
|
|
621
|
+
],
|
|
363
622
|
"exports": [
|
|
364
623
|
{
|
|
365
624
|
"kind": "js",
|
|
366
625
|
"name": "default",
|
|
367
626
|
"declaration": {
|
|
368
|
-
"name": "
|
|
369
|
-
"module": "dist/
|
|
627
|
+
"name": "Bar",
|
|
628
|
+
"module": "dist/Bar.js"
|
|
370
629
|
}
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"kind": "javascript-module",
|
|
376
|
-
"path": "dist/types/BreadcrumbsDesign.js",
|
|
377
|
-
"declarations": [],
|
|
378
|
-
"exports": [
|
|
630
|
+
},
|
|
379
631
|
{
|
|
380
|
-
"kind": "
|
|
381
|
-
"name": "
|
|
632
|
+
"kind": "custom-element-definition",
|
|
633
|
+
"name": "ui5-bar",
|
|
382
634
|
"declaration": {
|
|
383
|
-
"name": "
|
|
384
|
-
"module": "dist/
|
|
635
|
+
"name": "Bar",
|
|
636
|
+
"module": "dist/Bar.js"
|
|
385
637
|
}
|
|
386
638
|
}
|
|
387
639
|
]
|
|
388
640
|
},
|
|
389
641
|
{
|
|
390
642
|
"kind": "javascript-module",
|
|
391
|
-
"path": "dist/
|
|
392
|
-
"declarations": [
|
|
643
|
+
"path": "dist/Breadcrumbs.js",
|
|
644
|
+
"declarations": [
|
|
645
|
+
{
|
|
646
|
+
"kind": "class",
|
|
647
|
+
"description": "### Overview\nEnables users to navigate between items by providing a list of links to previous steps in the user's navigation path.\nIt helps the user to be aware of their location within the application and allows faster navigation.\n\nThe last three steps can be accessed as links directly, while the remaining links prior to them are available\nin a drop-down menu.\n\nYou can choose the type of separator to be used from a number of predefined options.\n\n### Keyboard Handling\nThe `ui5-breadcrumbs` provides advanced keyboard handling.\n\n- [F4], [Alt] + [Up], [Alt] + [Down], [Space], or [Enter] - If the dropdown arrow is focused - opens/closes the drop-down.\n- [Space],[Enter] - Activates the focused item and triggers the `item-click` event.\n- [Escape] - Closes the drop-down.\n- [Left] - If the drop-down is closed - navigates one item to the left.\n- [Right] - If the drop-down is closed - navigates one item to the right.\n- [Up] - If the drop-down is open - moves focus to the next item.\n- [Down] - If the drop-down is open - moves focus to the previous item.\n- [Home] - Navigates to the first item.\n- [End] - Navigates to the last item.",
|
|
648
|
+
"name": "Breadcrumbs",
|
|
649
|
+
"slots": [
|
|
650
|
+
{
|
|
651
|
+
"name": "default",
|
|
652
|
+
"description": "Defines the component items.\n\n**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items."
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"members": [
|
|
656
|
+
{
|
|
657
|
+
"kind": "field",
|
|
658
|
+
"name": "design",
|
|
659
|
+
"type": {
|
|
660
|
+
"text": "BreadcrumbsDesign",
|
|
661
|
+
"references": [
|
|
662
|
+
{
|
|
663
|
+
"name": "BreadcrumbsDesign",
|
|
664
|
+
"package": "@ui5/webcomponents",
|
|
665
|
+
"module": "dist/types/BreadcrumbsDesign.js"
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
"default": "\"Standard\"",
|
|
670
|
+
"description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
|
|
671
|
+
"privacy": "public"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"kind": "field",
|
|
675
|
+
"name": "separators",
|
|
676
|
+
"type": {
|
|
677
|
+
"text": "BreadcrumbsSeparator",
|
|
678
|
+
"references": [
|
|
679
|
+
{
|
|
680
|
+
"name": "BreadcrumbsSeparator",
|
|
681
|
+
"package": "@ui5/webcomponents",
|
|
682
|
+
"module": "dist/types/BreadcrumbsSeparator.js"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
"default": "\"Slash\"",
|
|
687
|
+
"description": "Determines the visual style of the separator between the breadcrumb items.",
|
|
688
|
+
"privacy": "public"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"events": [
|
|
692
|
+
{
|
|
693
|
+
"name": "item-click",
|
|
694
|
+
"type": {
|
|
695
|
+
"text": "CustomEvent<BreadcrumbsItemClickEventDetail>",
|
|
696
|
+
"references": [
|
|
697
|
+
{
|
|
698
|
+
"name": "BreadcrumbsItemClickEventDetail",
|
|
699
|
+
"package": "@ui5/webcomponents",
|
|
700
|
+
"module": "dist/Breadcrumbs.js"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
"description": "Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`."
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"attributes": [
|
|
708
|
+
{
|
|
709
|
+
"description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
|
|
710
|
+
"name": "design",
|
|
711
|
+
"default": "\"Standard\"",
|
|
712
|
+
"fieldName": "design",
|
|
713
|
+
"type": {
|
|
714
|
+
"text": "\"Standard\" | \"NoCurrentPage\""
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"description": "Determines the visual style of the separator between the breadcrumb items.",
|
|
719
|
+
"name": "separators",
|
|
720
|
+
"default": "\"Slash\"",
|
|
721
|
+
"fieldName": "separators",
|
|
722
|
+
"type": {
|
|
723
|
+
"text": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\""
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"superclass": {
|
|
728
|
+
"name": "UI5Element",
|
|
729
|
+
"package": "@ui5/webcomponents-base",
|
|
730
|
+
"module": "dist/UI5Element.js"
|
|
731
|
+
},
|
|
732
|
+
"tagName": "ui5-breadcrumbs",
|
|
733
|
+
"customElement": true
|
|
734
|
+
}
|
|
735
|
+
],
|
|
393
736
|
"exports": [
|
|
394
737
|
{
|
|
395
738
|
"kind": "js",
|
|
396
739
|
"name": "default",
|
|
397
740
|
"declaration": {
|
|
398
|
-
"name": "
|
|
399
|
-
"module": "dist/
|
|
741
|
+
"name": "Breadcrumbs",
|
|
742
|
+
"module": "dist/Breadcrumbs.js"
|
|
400
743
|
}
|
|
401
|
-
}
|
|
402
|
-
]
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "javascript-module",
|
|
406
|
-
"path": "dist/types/BusyIndicatorSize.js",
|
|
407
|
-
"declarations": [],
|
|
408
|
-
"exports": [
|
|
744
|
+
},
|
|
409
745
|
{
|
|
410
|
-
"kind": "
|
|
411
|
-
"name": "
|
|
746
|
+
"kind": "custom-element-definition",
|
|
747
|
+
"name": "ui5-breadcrumbs",
|
|
412
748
|
"declaration": {
|
|
413
|
-
"name": "
|
|
414
|
-
"module": "dist/
|
|
749
|
+
"name": "Breadcrumbs",
|
|
750
|
+
"module": "dist/Breadcrumbs.js"
|
|
415
751
|
}
|
|
416
752
|
}
|
|
417
753
|
]
|
|
418
754
|
},
|
|
419
755
|
{
|
|
420
756
|
"kind": "javascript-module",
|
|
421
|
-
"path": "dist/
|
|
422
|
-
"declarations": [
|
|
423
|
-
"exports": [
|
|
757
|
+
"path": "dist/BreadcrumbsItem.js",
|
|
758
|
+
"declarations": [
|
|
424
759
|
{
|
|
425
|
-
"kind": "
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
760
|
+
"kind": "class",
|
|
761
|
+
"description": "### Overview\n\nThe `ui5-breadcrumbs-item` component defines the content of an item in `ui5-breadcrumbs`.",
|
|
762
|
+
"name": "BreadcrumbsItem",
|
|
763
|
+
"slots": [
|
|
764
|
+
{
|
|
765
|
+
"name": "default",
|
|
766
|
+
"description": "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."
|
|
767
|
+
}
|
|
768
|
+
],
|
|
769
|
+
"members": [
|
|
770
|
+
{
|
|
771
|
+
"kind": "field",
|
|
772
|
+
"name": "href",
|
|
773
|
+
"type": {
|
|
774
|
+
"text": "string | undefined"
|
|
775
|
+
},
|
|
776
|
+
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
777
|
+
"default": "undefined",
|
|
778
|
+
"privacy": "public"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "field",
|
|
782
|
+
"name": "target",
|
|
783
|
+
"type": {
|
|
784
|
+
"text": "string | undefined"
|
|
785
|
+
},
|
|
786
|
+
"description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
|
|
787
|
+
"default": "undefined",
|
|
788
|
+
"privacy": "public"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "field",
|
|
792
|
+
"name": "accessibleName",
|
|
793
|
+
"type": {
|
|
794
|
+
"text": "string | undefined"
|
|
795
|
+
},
|
|
796
|
+
"description": "Defines the accessible ARIA name of the item.",
|
|
797
|
+
"default": "undefined",
|
|
798
|
+
"privacy": "public"
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"attributes": [
|
|
802
|
+
{
|
|
803
|
+
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
804
|
+
"name": "href",
|
|
805
|
+
"default": "undefined",
|
|
806
|
+
"fieldName": "href",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "string | undefined"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
|
|
813
|
+
"name": "target",
|
|
814
|
+
"default": "undefined",
|
|
815
|
+
"fieldName": "target",
|
|
816
|
+
"type": {
|
|
817
|
+
"text": "string | undefined"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"description": "Defines the accessible ARIA name of the item.",
|
|
822
|
+
"name": "accessible-name",
|
|
823
|
+
"default": "undefined",
|
|
824
|
+
"fieldName": "accessibleName",
|
|
825
|
+
"type": {
|
|
826
|
+
"text": "string | undefined"
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"superclass": {
|
|
831
|
+
"name": "UI5Element",
|
|
832
|
+
"package": "@ui5/webcomponents-base",
|
|
833
|
+
"module": "dist/UI5Element.js"
|
|
834
|
+
},
|
|
835
|
+
"tagName": "ui5-breadcrumbs-item",
|
|
836
|
+
"customElement": true
|
|
431
837
|
}
|
|
432
|
-
]
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"kind": "javascript-module",
|
|
436
|
-
"path": "dist/types/ButtonAccessibleRole.js",
|
|
437
|
-
"declarations": [],
|
|
838
|
+
],
|
|
438
839
|
"exports": [
|
|
439
840
|
{
|
|
440
841
|
"kind": "js",
|
|
441
842
|
"name": "default",
|
|
442
843
|
"declaration": {
|
|
443
|
-
"name": "
|
|
444
|
-
"module": "dist/
|
|
844
|
+
"name": "BreadcrumbsItem",
|
|
845
|
+
"module": "dist/BreadcrumbsItem.js"
|
|
445
846
|
}
|
|
446
|
-
}
|
|
447
|
-
]
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"kind": "javascript-module",
|
|
451
|
-
"path": "dist/types/ButtonBadgeDesign.js",
|
|
452
|
-
"declarations": [],
|
|
453
|
-
"exports": [
|
|
847
|
+
},
|
|
454
848
|
{
|
|
455
|
-
"kind": "
|
|
456
|
-
"name": "
|
|
849
|
+
"kind": "custom-element-definition",
|
|
850
|
+
"name": "ui5-breadcrumbs-item",
|
|
457
851
|
"declaration": {
|
|
458
|
-
"name": "
|
|
459
|
-
"module": "dist/
|
|
852
|
+
"name": "BreadcrumbsItem",
|
|
853
|
+
"module": "dist/BreadcrumbsItem.js"
|
|
460
854
|
}
|
|
461
855
|
}
|
|
462
856
|
]
|
|
463
857
|
},
|
|
464
858
|
{
|
|
465
859
|
"kind": "javascript-module",
|
|
466
|
-
"path": "dist/
|
|
467
|
-
"declarations": [
|
|
860
|
+
"path": "dist/BusyIndicator.js",
|
|
861
|
+
"declarations": [
|
|
862
|
+
{
|
|
863
|
+
"kind": "class",
|
|
864
|
+
"description": "### Overview\n\nThe `ui5-busy-indicator` signals that some operation is going on and that the\nuser must wait. It does not block the current UI screen so other operations could be triggered in parallel.\nIt displays 3 dots and each dot expands and shrinks at a different rate, resulting in a cascading flow of animation.\n\n### Usage\nFor the `ui5-busy-indicator` you can define the size, the text and whether it is shown or hidden.\nIn order to hide it, use the \"active\" property.\n\nIn order to show busy state over an HTML element, simply nest the HTML element in a `ui5-busy-indicator` instance.\n\n**Note:** Since `ui5-busy-indicator` has `display: inline-block;` by default and no width of its own,\nwhenever you need to wrap a block-level element, you should set `display: block` to the busy indicator as well.\n\n#### When to use:\n\n- The user needs to be able to cancel the operation.\n- Only part of the application or a particular component is affected.\n\n#### When not to use:\n\n- The operation takes less than one second.\n- You need to block the screen and prevent the user from starting another activity.\n- Do not show multiple busy indicators at once.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/BusyIndicator.js\";`",
|
|
865
|
+
"name": "BusyIndicator",
|
|
866
|
+
"slots": [
|
|
867
|
+
{
|
|
868
|
+
"description": "Determines the content over which the component will appear.",
|
|
869
|
+
"name": "default"
|
|
870
|
+
}
|
|
871
|
+
],
|
|
872
|
+
"members": [
|
|
873
|
+
{
|
|
874
|
+
"kind": "field",
|
|
875
|
+
"name": "text",
|
|
876
|
+
"type": {
|
|
877
|
+
"text": "string | undefined"
|
|
878
|
+
},
|
|
879
|
+
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
880
|
+
"privacy": "public",
|
|
881
|
+
"default": "undefined"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "field",
|
|
885
|
+
"name": "size",
|
|
886
|
+
"type": {
|
|
887
|
+
"text": "BusyIndicatorSize",
|
|
888
|
+
"references": [
|
|
889
|
+
{
|
|
890
|
+
"name": "BusyIndicatorSize",
|
|
891
|
+
"package": "@ui5/webcomponents",
|
|
892
|
+
"module": "dist/types/BusyIndicatorSize.js"
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
"default": "\"M\"",
|
|
897
|
+
"description": "Defines the size of the component.",
|
|
898
|
+
"privacy": "public"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "field",
|
|
902
|
+
"name": "active",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "boolean"
|
|
905
|
+
},
|
|
906
|
+
"default": "false",
|
|
907
|
+
"description": "Defines if the busy indicator is visible on the screen. By default it is not.",
|
|
908
|
+
"privacy": "public"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "field",
|
|
912
|
+
"name": "delay",
|
|
913
|
+
"type": {
|
|
914
|
+
"text": "number"
|
|
915
|
+
},
|
|
916
|
+
"default": "1000",
|
|
917
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
|
|
918
|
+
"privacy": "public"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "field",
|
|
922
|
+
"name": "textPlacement",
|
|
923
|
+
"type": {
|
|
924
|
+
"text": "BusyIndicatorTextPlacement",
|
|
925
|
+
"references": [
|
|
926
|
+
{
|
|
927
|
+
"name": "BusyIndicatorTextPlacement",
|
|
928
|
+
"package": "@ui5/webcomponents",
|
|
929
|
+
"module": "dist/types/BusyIndicatorTextPlacement.js"
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
"default": "\"Bottom\"",
|
|
934
|
+
"description": "Defines the placement of the text.",
|
|
935
|
+
"privacy": "public"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"attributes": [
|
|
939
|
+
{
|
|
940
|
+
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
941
|
+
"name": "text",
|
|
942
|
+
"default": "undefined",
|
|
943
|
+
"fieldName": "text",
|
|
944
|
+
"type": {
|
|
945
|
+
"text": "string | undefined"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"description": "Defines the size of the component.",
|
|
950
|
+
"name": "size",
|
|
951
|
+
"default": "\"M\"",
|
|
952
|
+
"fieldName": "size",
|
|
953
|
+
"type": {
|
|
954
|
+
"text": "\"S\" | \"M\" | \"L\""
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"description": "Defines if the busy indicator is visible on the screen. By default it is not.",
|
|
959
|
+
"name": "active",
|
|
960
|
+
"default": "false",
|
|
961
|
+
"fieldName": "active",
|
|
962
|
+
"type": {
|
|
963
|
+
"text": "boolean"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
|
|
968
|
+
"name": "delay",
|
|
969
|
+
"default": "1000",
|
|
970
|
+
"fieldName": "delay",
|
|
971
|
+
"type": {
|
|
972
|
+
"text": "number"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"description": "Defines the placement of the text.",
|
|
977
|
+
"name": "text-placement",
|
|
978
|
+
"default": "\"Bottom\"",
|
|
979
|
+
"fieldName": "textPlacement",
|
|
980
|
+
"type": {
|
|
981
|
+
"text": "\"Top\" | \"Bottom\""
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"superclass": {
|
|
986
|
+
"name": "UI5Element",
|
|
987
|
+
"package": "@ui5/webcomponents-base",
|
|
988
|
+
"module": "dist/UI5Element.js"
|
|
989
|
+
},
|
|
990
|
+
"tagName": "ui5-busy-indicator",
|
|
991
|
+
"customElement": true
|
|
992
|
+
}
|
|
993
|
+
],
|
|
468
994
|
"exports": [
|
|
469
995
|
{
|
|
470
996
|
"kind": "js",
|
|
471
997
|
"name": "default",
|
|
472
998
|
"declaration": {
|
|
473
|
-
"name": "
|
|
474
|
-
"module": "dist/
|
|
999
|
+
"name": "BusyIndicator",
|
|
1000
|
+
"module": "dist/BusyIndicator.js"
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"kind": "custom-element-definition",
|
|
1005
|
+
"name": "ui5-busy-indicator",
|
|
1006
|
+
"declaration": {
|
|
1007
|
+
"name": "BusyIndicator",
|
|
1008
|
+
"module": "dist/BusyIndicator.js"
|
|
475
1009
|
}
|
|
476
1010
|
}
|
|
477
1011
|
]
|
|
478
1012
|
},
|
|
479
1013
|
{
|
|
480
1014
|
"kind": "javascript-module",
|
|
481
|
-
"path": "dist/
|
|
482
|
-
"declarations": [
|
|
483
|
-
"exports": [
|
|
484
|
-
{
|
|
485
|
-
"kind": "js",
|
|
486
|
-
"name": "default",
|
|
487
|
-
"declaration": {
|
|
488
|
-
"name": "ButtonType",
|
|
489
|
-
"module": "dist/types/ButtonType.js"
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"kind": "javascript-module",
|
|
496
|
-
"path": "dist/types/CalendarLegendItemType.js",
|
|
497
|
-
"declarations": [],
|
|
498
|
-
"exports": [
|
|
499
|
-
{
|
|
500
|
-
"kind": "js",
|
|
501
|
-
"name": "default",
|
|
502
|
-
"declaration": {
|
|
503
|
-
"name": "CalendarLegendItemType",
|
|
504
|
-
"module": "dist/types/CalendarLegendItemType.js"
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
]
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"kind": "javascript-module",
|
|
511
|
-
"path": "dist/types/CalendarPickersMode.js",
|
|
512
|
-
"declarations": [],
|
|
513
|
-
"exports": [
|
|
514
|
-
{
|
|
515
|
-
"kind": "js",
|
|
516
|
-
"name": "default",
|
|
517
|
-
"declaration": {
|
|
518
|
-
"name": "CalendarPickersMode",
|
|
519
|
-
"module": "dist/types/CalendarPickersMode.js"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"kind": "javascript-module",
|
|
526
|
-
"path": "dist/types/CalendarSelectionMode.js",
|
|
527
|
-
"declarations": [],
|
|
528
|
-
"exports": [
|
|
529
|
-
{
|
|
530
|
-
"kind": "js",
|
|
531
|
-
"name": "default",
|
|
532
|
-
"declaration": {
|
|
533
|
-
"name": "CalendarSelectionMode",
|
|
534
|
-
"module": "dist/types/CalendarSelectionMode.js"
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
]
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"kind": "javascript-module",
|
|
541
|
-
"path": "dist/types/CalendarWeekNumbering.js",
|
|
542
|
-
"declarations": [],
|
|
543
|
-
"exports": [
|
|
544
|
-
{
|
|
545
|
-
"kind": "js",
|
|
546
|
-
"name": "default",
|
|
547
|
-
"declaration": {
|
|
548
|
-
"name": "CalendarWeekNumbering",
|
|
549
|
-
"module": "dist/types/CalendarWeekNumbering.js"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
]
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"kind": "javascript-module",
|
|
556
|
-
"path": "dist/types/CarouselArrowsPlacement.js",
|
|
557
|
-
"declarations": [],
|
|
558
|
-
"exports": [
|
|
559
|
-
{
|
|
560
|
-
"kind": "js",
|
|
561
|
-
"name": "default",
|
|
562
|
-
"declaration": {
|
|
563
|
-
"name": "CarouselArrowsPlacement",
|
|
564
|
-
"module": "dist/types/CarouselArrowsPlacement.js"
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
]
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"kind": "javascript-module",
|
|
571
|
-
"path": "dist/types/CarouselPageIndicatorType.js",
|
|
572
|
-
"declarations": [],
|
|
573
|
-
"exports": [
|
|
574
|
-
{
|
|
575
|
-
"kind": "js",
|
|
576
|
-
"name": "default",
|
|
577
|
-
"declaration": {
|
|
578
|
-
"name": "CarouselPageIndicatorType",
|
|
579
|
-
"module": "dist/types/CarouselPageIndicatorType.js"
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
]
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"kind": "javascript-module",
|
|
586
|
-
"path": "dist/types/ComboBoxFilter.js",
|
|
587
|
-
"declarations": [],
|
|
588
|
-
"exports": [
|
|
589
|
-
{
|
|
590
|
-
"kind": "js",
|
|
591
|
-
"name": "default",
|
|
592
|
-
"declaration": {
|
|
593
|
-
"name": "ComboBoxFilter",
|
|
594
|
-
"module": "dist/types/ComboBoxFilter.js"
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
]
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "javascript-module",
|
|
601
|
-
"path": "dist/types/ExpandableTextOverflowMode.js",
|
|
602
|
-
"declarations": [],
|
|
603
|
-
"exports": [
|
|
604
|
-
{
|
|
605
|
-
"kind": "js",
|
|
606
|
-
"name": "default",
|
|
607
|
-
"declaration": {
|
|
608
|
-
"name": "ExpandableTextOverflowMode",
|
|
609
|
-
"module": "dist/types/ExpandableTextOverflowMode.js"
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
]
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"kind": "javascript-module",
|
|
616
|
-
"path": "dist/types/ExpandableTextTemplateParams.js",
|
|
617
|
-
"declarations": [],
|
|
618
|
-
"exports": []
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"kind": "javascript-module",
|
|
622
|
-
"path": "dist/types/FormItemSpacing.js",
|
|
623
|
-
"declarations": [],
|
|
624
|
-
"exports": [
|
|
625
|
-
{
|
|
626
|
-
"kind": "js",
|
|
627
|
-
"name": "default",
|
|
628
|
-
"declaration": {
|
|
629
|
-
"name": "FormItemSpacing",
|
|
630
|
-
"module": "dist/types/FormItemSpacing.js"
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"kind": "javascript-module",
|
|
637
|
-
"path": "dist/types/Highlight.js",
|
|
638
|
-
"declarations": [],
|
|
639
|
-
"exports": [
|
|
640
|
-
{
|
|
641
|
-
"kind": "js",
|
|
642
|
-
"name": "default",
|
|
643
|
-
"declaration": {
|
|
644
|
-
"name": "Highlight",
|
|
645
|
-
"module": "dist/types/Highlight.js"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
]
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"kind": "javascript-module",
|
|
652
|
-
"path": "dist/types/IconDesign.js",
|
|
653
|
-
"declarations": [],
|
|
654
|
-
"exports": [
|
|
655
|
-
{
|
|
656
|
-
"kind": "js",
|
|
657
|
-
"name": "default",
|
|
658
|
-
"declaration": {
|
|
659
|
-
"name": "IconDesign",
|
|
660
|
-
"module": "dist/types/IconDesign.js"
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"kind": "javascript-module",
|
|
667
|
-
"path": "dist/types/IconMode.js",
|
|
668
|
-
"declarations": [],
|
|
669
|
-
"exports": [
|
|
670
|
-
{
|
|
671
|
-
"kind": "js",
|
|
672
|
-
"name": "default",
|
|
673
|
-
"declaration": {
|
|
674
|
-
"name": "IconMode",
|
|
675
|
-
"module": "dist/types/IconMode.js"
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
]
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"kind": "javascript-module",
|
|
682
|
-
"path": "dist/types/InputKeyHint.js",
|
|
683
|
-
"declarations": [],
|
|
684
|
-
"exports": [
|
|
685
|
-
{
|
|
686
|
-
"kind": "js",
|
|
687
|
-
"name": "default",
|
|
688
|
-
"declaration": {
|
|
689
|
-
"name": "InputKeyHint",
|
|
690
|
-
"module": "dist/types/InputKeyHint.js"
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
]
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"kind": "javascript-module",
|
|
697
|
-
"path": "dist/types/InputType.js",
|
|
698
|
-
"declarations": [],
|
|
699
|
-
"exports": [
|
|
700
|
-
{
|
|
701
|
-
"kind": "js",
|
|
702
|
-
"name": "default",
|
|
703
|
-
"declaration": {
|
|
704
|
-
"name": "InputType",
|
|
705
|
-
"module": "dist/types/InputType.js"
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"kind": "javascript-module",
|
|
712
|
-
"path": "dist/types/InteractiveAreaSize.js",
|
|
713
|
-
"declarations": [],
|
|
714
|
-
"exports": [
|
|
715
|
-
{
|
|
716
|
-
"kind": "js",
|
|
717
|
-
"name": "default",
|
|
718
|
-
"declaration": {
|
|
719
|
-
"name": "InteractiveAreaSize",
|
|
720
|
-
"module": "dist/types/InteractiveAreaSize.js"
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
]
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"kind": "javascript-module",
|
|
727
|
-
"path": "dist/types/LinkAccessibleRole.js",
|
|
728
|
-
"declarations": [],
|
|
729
|
-
"exports": [
|
|
730
|
-
{
|
|
731
|
-
"kind": "js",
|
|
732
|
-
"name": "default",
|
|
733
|
-
"declaration": {
|
|
734
|
-
"name": "LinkAccessibleRole",
|
|
735
|
-
"module": "dist/types/LinkAccessibleRole.js"
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
]
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"kind": "javascript-module",
|
|
742
|
-
"path": "dist/types/LinkDesign.js",
|
|
743
|
-
"declarations": [],
|
|
744
|
-
"exports": [
|
|
745
|
-
{
|
|
746
|
-
"kind": "js",
|
|
747
|
-
"name": "default",
|
|
748
|
-
"declaration": {
|
|
749
|
-
"name": "LinkDesign",
|
|
750
|
-
"module": "dist/types/LinkDesign.js"
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
]
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"kind": "javascript-module",
|
|
757
|
-
"path": "dist/types/ListAccessibleRole.js",
|
|
758
|
-
"declarations": [],
|
|
759
|
-
"exports": [
|
|
760
|
-
{
|
|
761
|
-
"kind": "js",
|
|
762
|
-
"name": "default",
|
|
763
|
-
"declaration": {
|
|
764
|
-
"name": "ListAccessibleRole",
|
|
765
|
-
"module": "dist/types/ListAccessibleRole.js"
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
]
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"kind": "javascript-module",
|
|
772
|
-
"path": "dist/types/ListGrowingMode.js",
|
|
773
|
-
"declarations": [],
|
|
774
|
-
"exports": [
|
|
775
|
-
{
|
|
776
|
-
"kind": "js",
|
|
777
|
-
"name": "default",
|
|
778
|
-
"declaration": {
|
|
779
|
-
"name": "ListGrowingMode",
|
|
780
|
-
"module": "dist/types/ListGrowingMode.js"
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
]
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"kind": "javascript-module",
|
|
787
|
-
"path": "dist/types/ListItemAccessibleRole.js",
|
|
788
|
-
"declarations": [],
|
|
789
|
-
"exports": [
|
|
790
|
-
{
|
|
791
|
-
"kind": "js",
|
|
792
|
-
"name": "default",
|
|
793
|
-
"declaration": {
|
|
794
|
-
"name": "ListItemAccessibleRole",
|
|
795
|
-
"module": "dist/types/ListItemAccessibleRole.js"
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
]
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"kind": "javascript-module",
|
|
802
|
-
"path": "dist/types/ListItemType.js",
|
|
803
|
-
"declarations": [],
|
|
804
|
-
"exports": [
|
|
805
|
-
{
|
|
806
|
-
"kind": "js",
|
|
807
|
-
"name": "default",
|
|
808
|
-
"declaration": {
|
|
809
|
-
"name": "ListItemType",
|
|
810
|
-
"module": "dist/types/ListItemType.js"
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
]
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"kind": "javascript-module",
|
|
817
|
-
"path": "dist/types/ListSelectionMode.js",
|
|
818
|
-
"declarations": [],
|
|
819
|
-
"exports": [
|
|
820
|
-
{
|
|
821
|
-
"kind": "js",
|
|
822
|
-
"name": "default",
|
|
823
|
-
"declaration": {
|
|
824
|
-
"name": "ListSelectionMode",
|
|
825
|
-
"module": "dist/types/ListSelectionMode.js"
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
]
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"kind": "javascript-module",
|
|
832
|
-
"path": "dist/types/ListSeparator.js",
|
|
833
|
-
"declarations": [],
|
|
834
|
-
"exports": [
|
|
835
|
-
{
|
|
836
|
-
"kind": "js",
|
|
837
|
-
"name": "default",
|
|
838
|
-
"declaration": {
|
|
839
|
-
"name": "ListSeparator",
|
|
840
|
-
"module": "dist/types/ListSeparator.js"
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
]
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "javascript-module",
|
|
847
|
-
"path": "dist/types/MenuItemGroupCheckMode.js",
|
|
848
|
-
"declarations": [],
|
|
849
|
-
"exports": [
|
|
850
|
-
{
|
|
851
|
-
"kind": "js",
|
|
852
|
-
"name": "default",
|
|
853
|
-
"declaration": {
|
|
854
|
-
"name": "MenuItemGroupCheckMode",
|
|
855
|
-
"module": "dist/types/MenuItemGroupCheckMode.js"
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
]
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"kind": "javascript-module",
|
|
862
|
-
"path": "dist/types/MessageStripDesign.js",
|
|
863
|
-
"declarations": [],
|
|
864
|
-
"exports": [
|
|
865
|
-
{
|
|
866
|
-
"kind": "js",
|
|
867
|
-
"name": "default",
|
|
868
|
-
"declaration": {
|
|
869
|
-
"name": "MessageStripDesign",
|
|
870
|
-
"module": "dist/types/MessageStripDesign.js"
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
]
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"kind": "javascript-module",
|
|
877
|
-
"path": "dist/types/NotificationListGrowingMode.js",
|
|
878
|
-
"declarations": [],
|
|
879
|
-
"exports": [
|
|
880
|
-
{
|
|
881
|
-
"kind": "js",
|
|
882
|
-
"name": "default",
|
|
883
|
-
"declaration": {
|
|
884
|
-
"name": "NotificationListGrowingMode",
|
|
885
|
-
"module": "dist/types/NotificationListGrowingMode.js"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
]
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "javascript-module",
|
|
892
|
-
"path": "dist/types/OverflowMode.js",
|
|
893
|
-
"declarations": [],
|
|
894
|
-
"exports": [
|
|
895
|
-
{
|
|
896
|
-
"kind": "js",
|
|
897
|
-
"name": "default",
|
|
898
|
-
"declaration": {
|
|
899
|
-
"name": "OverflowMode",
|
|
900
|
-
"module": "dist/types/OverflowMode.js"
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
]
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"kind": "javascript-module",
|
|
907
|
-
"path": "dist/types/PanelAccessibleRole.js",
|
|
908
|
-
"declarations": [],
|
|
909
|
-
"exports": [
|
|
910
|
-
{
|
|
911
|
-
"kind": "js",
|
|
912
|
-
"name": "default",
|
|
913
|
-
"declaration": {
|
|
914
|
-
"name": "PanelAccessibleRole",
|
|
915
|
-
"module": "dist/types/PanelAccessibleRole.js"
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
]
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"kind": "javascript-module",
|
|
922
|
-
"path": "dist/types/PopoverHorizontalAlign.js",
|
|
923
|
-
"declarations": [],
|
|
924
|
-
"exports": [
|
|
925
|
-
{
|
|
926
|
-
"kind": "js",
|
|
927
|
-
"name": "default",
|
|
928
|
-
"declaration": {
|
|
929
|
-
"name": "PopoverHorizontalAlign",
|
|
930
|
-
"module": "dist/types/PopoverHorizontalAlign.js"
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "dist/types/PopoverPlacement.js",
|
|
938
|
-
"declarations": [],
|
|
939
|
-
"exports": [
|
|
940
|
-
{
|
|
941
|
-
"kind": "js",
|
|
942
|
-
"name": "default",
|
|
943
|
-
"declaration": {
|
|
944
|
-
"name": "PopoverPlacement",
|
|
945
|
-
"module": "dist/types/PopoverPlacement.js"
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
]
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"kind": "javascript-module",
|
|
952
|
-
"path": "dist/types/PopoverVerticalAlign.js",
|
|
953
|
-
"declarations": [],
|
|
954
|
-
"exports": [
|
|
955
|
-
{
|
|
956
|
-
"kind": "js",
|
|
957
|
-
"name": "default",
|
|
958
|
-
"declaration": {
|
|
959
|
-
"name": "PopoverVerticalAlign",
|
|
960
|
-
"module": "dist/types/PopoverVerticalAlign.js"
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
]
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"kind": "javascript-module",
|
|
967
|
-
"path": "dist/types/PopupAccessibleRole.js",
|
|
968
|
-
"declarations": [],
|
|
969
|
-
"exports": [
|
|
970
|
-
{
|
|
971
|
-
"kind": "js",
|
|
972
|
-
"name": "default",
|
|
973
|
-
"declaration": {
|
|
974
|
-
"name": "PopupAccessibleRole",
|
|
975
|
-
"module": "dist/types/PopupAccessibleRole.js"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"kind": "javascript-module",
|
|
982
|
-
"path": "dist/types/Priority.js",
|
|
983
|
-
"declarations": [],
|
|
984
|
-
"exports": [
|
|
985
|
-
{
|
|
986
|
-
"kind": "js",
|
|
987
|
-
"name": "default",
|
|
988
|
-
"declaration": {
|
|
989
|
-
"name": "Priority",
|
|
990
|
-
"module": "dist/types/Priority.js"
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
]
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "javascript-module",
|
|
997
|
-
"path": "dist/types/RatingIndicatorSize.js",
|
|
998
|
-
"declarations": [],
|
|
999
|
-
"exports": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "default",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "RatingIndicatorSize",
|
|
1005
|
-
"module": "dist/types/RatingIndicatorSize.js"
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
]
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "javascript-module",
|
|
1012
|
-
"path": "dist/types/SegmentedButtonSelectionMode.js",
|
|
1013
|
-
"declarations": [],
|
|
1014
|
-
"exports": [
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "js",
|
|
1017
|
-
"name": "default",
|
|
1018
|
-
"declaration": {
|
|
1019
|
-
"name": "SegmentedButtonSelectionMode",
|
|
1020
|
-
"module": "dist/types/SegmentedButtonSelectionMode.js"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
]
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "javascript-module",
|
|
1027
|
-
"path": "dist/types/SemanticColor.js",
|
|
1028
|
-
"declarations": [],
|
|
1029
|
-
"exports": [
|
|
1030
|
-
{
|
|
1031
|
-
"kind": "js",
|
|
1032
|
-
"name": "default",
|
|
1033
|
-
"declaration": {
|
|
1034
|
-
"name": "SemanticColor",
|
|
1035
|
-
"module": "dist/types/SemanticColor.js"
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
]
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "javascript-module",
|
|
1042
|
-
"path": "dist/types/SwitchDesign.js",
|
|
1043
|
-
"declarations": [],
|
|
1044
|
-
"exports": [
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "js",
|
|
1047
|
-
"name": "default",
|
|
1048
|
-
"declaration": {
|
|
1049
|
-
"name": "SwitchDesign",
|
|
1050
|
-
"module": "dist/types/SwitchDesign.js"
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1053
|
-
]
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "javascript-module",
|
|
1057
|
-
"path": "dist/types/TabContainerTabsPlacement.js",
|
|
1058
|
-
"declarations": [],
|
|
1059
|
-
"exports": [
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "default",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "TabContainerTabsPlacement",
|
|
1065
|
-
"module": "dist/types/TabContainerTabsPlacement.js"
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
]
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "javascript-module",
|
|
1072
|
-
"path": "dist/types/TabLayout.js",
|
|
1073
|
-
"declarations": [],
|
|
1074
|
-
"exports": [
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "js",
|
|
1077
|
-
"name": "default",
|
|
1078
|
-
"declaration": {
|
|
1079
|
-
"name": "TabLayout",
|
|
1080
|
-
"module": "dist/types/TabLayout.js"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "javascript-module",
|
|
1087
|
-
"path": "dist/types/TableCellHorizontalAlign.js",
|
|
1088
|
-
"declarations": [],
|
|
1089
|
-
"exports": [
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "js",
|
|
1092
|
-
"name": "default",
|
|
1093
|
-
"declaration": {
|
|
1094
|
-
"name": "TableCellHorizontalAlign",
|
|
1095
|
-
"module": "dist/types/TableCellHorizontalAlign.js"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
]
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "javascript-module",
|
|
1102
|
-
"path": "dist/types/TableGrowingMode.js",
|
|
1103
|
-
"declarations": [],
|
|
1104
|
-
"exports": [
|
|
1105
|
-
{
|
|
1106
|
-
"kind": "js",
|
|
1107
|
-
"name": "default",
|
|
1108
|
-
"declaration": {
|
|
1109
|
-
"name": "TableGrowingMode",
|
|
1110
|
-
"module": "dist/types/TableGrowingMode.js"
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
]
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "javascript-module",
|
|
1117
|
-
"path": "dist/types/TableOverflowMode.js",
|
|
1118
|
-
"declarations": [],
|
|
1119
|
-
"exports": [
|
|
1120
|
-
{
|
|
1121
|
-
"kind": "js",
|
|
1122
|
-
"name": "default",
|
|
1123
|
-
"declaration": {
|
|
1124
|
-
"name": "TableOverflowMode",
|
|
1125
|
-
"module": "dist/types/TableOverflowMode.js"
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
]
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"kind": "javascript-module",
|
|
1132
|
-
"path": "dist/types/TableSelectionBehavior.js",
|
|
1133
|
-
"declarations": [],
|
|
1134
|
-
"exports": [
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "js",
|
|
1137
|
-
"name": "default",
|
|
1138
|
-
"declaration": {
|
|
1139
|
-
"name": "TableSelectionBehavior",
|
|
1140
|
-
"module": "dist/types/TableSelectionBehavior.js"
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
]
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"kind": "javascript-module",
|
|
1147
|
-
"path": "dist/types/TableSelectionMode.js",
|
|
1148
|
-
"declarations": [],
|
|
1149
|
-
"exports": [
|
|
1150
|
-
{
|
|
1151
|
-
"kind": "js",
|
|
1152
|
-
"name": "default",
|
|
1153
|
-
"declaration": {
|
|
1154
|
-
"name": "TableSelectionMode",
|
|
1155
|
-
"module": "dist/types/TableSelectionMode.js"
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
]
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "javascript-module",
|
|
1162
|
-
"path": "dist/types/TableSelectionMultiHeaderSelector.js",
|
|
1163
|
-
"declarations": [],
|
|
1164
|
-
"exports": [
|
|
1165
|
-
{
|
|
1166
|
-
"kind": "js",
|
|
1167
|
-
"name": "default",
|
|
1168
|
-
"declaration": {
|
|
1169
|
-
"name": "TableSelectionMultiHeaderSelector",
|
|
1170
|
-
"module": "dist/types/TableSelectionMultiHeaderSelector.js"
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
]
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"kind": "javascript-module",
|
|
1177
|
-
"path": "dist/types/TagDesign.js",
|
|
1178
|
-
"declarations": [],
|
|
1179
|
-
"exports": [
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "js",
|
|
1182
|
-
"name": "default",
|
|
1183
|
-
"declaration": {
|
|
1184
|
-
"name": "TagDesign",
|
|
1185
|
-
"module": "dist/types/TagDesign.js"
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "javascript-module",
|
|
1192
|
-
"path": "dist/types/TagSize.js",
|
|
1193
|
-
"declarations": [],
|
|
1194
|
-
"exports": [
|
|
1195
|
-
{
|
|
1196
|
-
"kind": "js",
|
|
1197
|
-
"name": "default",
|
|
1198
|
-
"declaration": {
|
|
1199
|
-
"name": "TagSize",
|
|
1200
|
-
"module": "dist/types/TagSize.js"
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
]
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"kind": "javascript-module",
|
|
1207
|
-
"path": "dist/types/TextEmptyIndicatorMode.js",
|
|
1208
|
-
"declarations": [],
|
|
1209
|
-
"exports": [
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "js",
|
|
1212
|
-
"name": "default",
|
|
1213
|
-
"declaration": {
|
|
1214
|
-
"name": "TextEmptyIndicatorMode",
|
|
1215
|
-
"module": "dist/types/TextEmptyIndicatorMode.js"
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
]
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"kind": "javascript-module",
|
|
1222
|
-
"path": "dist/types/TitleLevel.js",
|
|
1223
|
-
"declarations": [],
|
|
1224
|
-
"exports": [
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "js",
|
|
1227
|
-
"name": "default",
|
|
1228
|
-
"declaration": {
|
|
1229
|
-
"name": "TitleLevel",
|
|
1230
|
-
"module": "dist/types/TitleLevel.js"
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
]
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "javascript-module",
|
|
1237
|
-
"path": "dist/types/ToastPlacement.js",
|
|
1238
|
-
"declarations": [],
|
|
1239
|
-
"exports": [
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "js",
|
|
1242
|
-
"name": "default",
|
|
1243
|
-
"declaration": {
|
|
1244
|
-
"name": "ToastPlacement",
|
|
1245
|
-
"module": "dist/types/ToastPlacement.js"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"kind": "javascript-module",
|
|
1252
|
-
"path": "dist/types/ToolbarAlign.js",
|
|
1253
|
-
"declarations": [],
|
|
1254
|
-
"exports": [
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "js",
|
|
1257
|
-
"name": "default",
|
|
1258
|
-
"declaration": {
|
|
1259
|
-
"name": "ToolbarAlign",
|
|
1260
|
-
"module": "dist/types/ToolbarAlign.js"
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
|
-
]
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"kind": "javascript-module",
|
|
1267
|
-
"path": "dist/types/ToolbarDesign.js",
|
|
1268
|
-
"declarations": [],
|
|
1269
|
-
"exports": [
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "js",
|
|
1272
|
-
"name": "default",
|
|
1273
|
-
"declaration": {
|
|
1274
|
-
"name": "ToolbarDesign",
|
|
1275
|
-
"module": "dist/types/ToolbarDesign.js"
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
]
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "javascript-module",
|
|
1282
|
-
"path": "dist/types/ToolbarItemOverflowBehavior.js",
|
|
1283
|
-
"declarations": [],
|
|
1284
|
-
"exports": [
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "js",
|
|
1287
|
-
"name": "default",
|
|
1288
|
-
"declaration": {
|
|
1289
|
-
"name": "ToolbarItemOverflowBehavior",
|
|
1290
|
-
"module": "dist/types/ToolbarItemOverflowBehavior.js"
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
]
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "javascript-module",
|
|
1297
|
-
"path": "dist/types/WrappingType.js",
|
|
1298
|
-
"declarations": [],
|
|
1299
|
-
"exports": [
|
|
1300
|
-
{
|
|
1301
|
-
"kind": "js",
|
|
1302
|
-
"name": "default",
|
|
1303
|
-
"declaration": {
|
|
1304
|
-
"name": "WrappingType",
|
|
1305
|
-
"module": "dist/types/WrappingType.js"
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1308
|
-
]
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "javascript-module",
|
|
1312
|
-
"path": "dist/Assets-fetch.js",
|
|
1313
|
-
"declarations": [],
|
|
1314
|
-
"exports": []
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"kind": "javascript-module",
|
|
1318
|
-
"path": "dist/Assets-node.js",
|
|
1319
|
-
"declarations": [],
|
|
1320
|
-
"exports": []
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"kind": "javascript-module",
|
|
1324
|
-
"path": "dist/Assets.js",
|
|
1325
|
-
"declarations": [],
|
|
1326
|
-
"exports": []
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"kind": "javascript-module",
|
|
1330
|
-
"path": "dist/Avatar.js",
|
|
1331
|
-
"declarations": [
|
|
1332
|
-
{
|
|
1333
|
-
"kind": "class",
|
|
1334
|
-
"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\";`",
|
|
1335
|
-
"name": "Avatar",
|
|
1336
|
-
"slots": [
|
|
1337
|
-
{
|
|
1338
|
-
"name": "default",
|
|
1339
|
-
"description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n `visibility: hidden;`<br/>\n`}`"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"name": "badge",
|
|
1343
|
-
"description": "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, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes."
|
|
1344
|
-
}
|
|
1345
|
-
],
|
|
1346
|
-
"members": [
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "field",
|
|
1349
|
-
"name": "disabled",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "boolean"
|
|
1352
|
-
},
|
|
1353
|
-
"default": "false",
|
|
1354
|
-
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
|
1355
|
-
"privacy": "public"
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "field",
|
|
1359
|
-
"name": "interactive",
|
|
1360
|
-
"type": {
|
|
1361
|
-
"text": "boolean"
|
|
1362
|
-
},
|
|
1363
|
-
"default": "false",
|
|
1364
|
-
"description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
|
|
1365
|
-
"privacy": "public"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "field",
|
|
1369
|
-
"name": "icon",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "string | undefined"
|
|
1372
|
-
},
|
|
1373
|
-
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
1374
|
-
"default": "undefined",
|
|
1375
|
-
"privacy": "public"
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"kind": "field",
|
|
1379
|
-
"name": "fallbackIcon",
|
|
1380
|
-
"type": {
|
|
1381
|
-
"text": "string"
|
|
1382
|
-
},
|
|
1383
|
-
"default": "\"employee\"",
|
|
1384
|
-
"description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
1385
|
-
"privacy": "public"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"kind": "field",
|
|
1389
|
-
"name": "initials",
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "string | undefined"
|
|
1392
|
-
},
|
|
1393
|
-
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
1394
|
-
"default": "undefined",
|
|
1395
|
-
"privacy": "public"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"kind": "field",
|
|
1399
|
-
"name": "shape",
|
|
1400
|
-
"type": {
|
|
1401
|
-
"text": "AvatarShape",
|
|
1402
|
-
"references": [
|
|
1403
|
-
{
|
|
1404
|
-
"name": "AvatarShape",
|
|
1405
|
-
"package": "@ui5/webcomponents",
|
|
1406
|
-
"module": "dist/types/AvatarShape.js"
|
|
1407
|
-
}
|
|
1408
|
-
]
|
|
1409
|
-
},
|
|
1410
|
-
"default": "\"Circle\"",
|
|
1411
|
-
"description": "Defines the shape of the component.",
|
|
1412
|
-
"privacy": "public"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "field",
|
|
1416
|
-
"name": "size",
|
|
1417
|
-
"type": {
|
|
1418
|
-
"text": "AvatarSize",
|
|
1419
|
-
"references": [
|
|
1420
|
-
{
|
|
1421
|
-
"name": "AvatarSize",
|
|
1422
|
-
"package": "@ui5/webcomponents",
|
|
1423
|
-
"module": "dist/types/AvatarSize.js"
|
|
1424
|
-
}
|
|
1425
|
-
]
|
|
1426
|
-
},
|
|
1427
|
-
"default": "\"S\"",
|
|
1428
|
-
"description": "Defines predefined size of the component.",
|
|
1429
|
-
"privacy": "public"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "field",
|
|
1433
|
-
"name": "colorScheme",
|
|
1434
|
-
"type": {
|
|
1435
|
-
"text": "AvatarColorScheme",
|
|
1436
|
-
"references": [
|
|
1437
|
-
{
|
|
1438
|
-
"name": "AvatarColorScheme",
|
|
1439
|
-
"package": "@ui5/webcomponents",
|
|
1440
|
-
"module": "dist/types/AvatarColorScheme.js"
|
|
1441
|
-
}
|
|
1442
|
-
]
|
|
1443
|
-
},
|
|
1444
|
-
"default": "\"Auto\"",
|
|
1445
|
-
"description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
|
|
1446
|
-
"privacy": "public"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "field",
|
|
1450
|
-
"name": "accessibleName",
|
|
1451
|
-
"type": {
|
|
1452
|
-
"text": "string | undefined"
|
|
1453
|
-
},
|
|
1454
|
-
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
1455
|
-
"default": "undefined",
|
|
1456
|
-
"privacy": "public"
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"kind": "field",
|
|
1460
|
-
"name": "accessibilityAttributes",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "AvatarAccessibilityAttributes",
|
|
1463
|
-
"references": [
|
|
1464
|
-
{
|
|
1465
|
-
"name": "AvatarAccessibilityAttributes",
|
|
1466
|
-
"package": "@ui5/webcomponents",
|
|
1467
|
-
"module": "dist/Avatar.js"
|
|
1468
|
-
}
|
|
1469
|
-
]
|
|
1470
|
-
},
|
|
1471
|
-
"default": "{}",
|
|
1472
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
1473
|
-
"privacy": "public"
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"events": [
|
|
1477
|
-
{
|
|
1478
|
-
"name": "click",
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "CustomEvent"
|
|
1481
|
-
},
|
|
1482
|
-
"description": "Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
|
|
1483
|
-
}
|
|
1484
|
-
],
|
|
1485
|
-
"attributes": [
|
|
1486
|
-
{
|
|
1487
|
-
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
|
1488
|
-
"name": "disabled",
|
|
1489
|
-
"default": "false",
|
|
1490
|
-
"fieldName": "disabled",
|
|
1491
|
-
"type": {
|
|
1492
|
-
"text": "boolean"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
|
|
1497
|
-
"name": "interactive",
|
|
1498
|
-
"default": "false",
|
|
1499
|
-
"fieldName": "interactive",
|
|
1500
|
-
"type": {
|
|
1501
|
-
"text": "boolean"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
1506
|
-
"name": "icon",
|
|
1507
|
-
"default": "undefined",
|
|
1508
|
-
"fieldName": "icon",
|
|
1509
|
-
"type": {
|
|
1510
|
-
"text": "string | undefined"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
|
1515
|
-
"name": "fallback-icon",
|
|
1516
|
-
"default": "\"employee\"",
|
|
1517
|
-
"fieldName": "fallbackIcon",
|
|
1518
|
-
"type": {
|
|
1519
|
-
"text": "string"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
|
|
1524
|
-
"name": "initials",
|
|
1525
|
-
"default": "undefined",
|
|
1526
|
-
"fieldName": "initials",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "string | undefined"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"description": "Defines the shape of the component.",
|
|
1533
|
-
"name": "shape",
|
|
1534
|
-
"default": "\"Circle\"",
|
|
1535
|
-
"fieldName": "shape",
|
|
1536
|
-
"type": {
|
|
1537
|
-
"text": "\"Circle\" | \"Square\""
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"description": "Defines predefined size of the component.",
|
|
1542
|
-
"name": "size",
|
|
1543
|
-
"default": "\"S\"",
|
|
1544
|
-
"fieldName": "size",
|
|
1545
|
-
"type": {
|
|
1546
|
-
"text": "\"XS\" | \"S\" | \"M\" | \"L\" | \"XL\""
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
|
|
1551
|
-
"name": "color-scheme",
|
|
1552
|
-
"default": "\"Auto\"",
|
|
1553
|
-
"fieldName": "colorScheme",
|
|
1554
|
-
"type": {
|
|
1555
|
-
"text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\" | \"Transparent\""
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
|
|
1560
|
-
"name": "accessible-name",
|
|
1561
|
-
"default": "undefined",
|
|
1562
|
-
"fieldName": "accessibleName",
|
|
1563
|
-
"type": {
|
|
1564
|
-
"text": "string | undefined"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
1569
|
-
"name": "accessibility-attributes",
|
|
1570
|
-
"default": "{}",
|
|
1571
|
-
"fieldName": "accessibilityAttributes",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "AvatarAccessibilityAttributes"
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
"superclass": {
|
|
1578
|
-
"name": "UI5Element",
|
|
1579
|
-
"package": "@ui5/webcomponents-base",
|
|
1580
|
-
"module": "dist/UI5Element.js"
|
|
1581
|
-
},
|
|
1582
|
-
"tagName": "ui5-avatar",
|
|
1583
|
-
"customElement": true
|
|
1584
|
-
}
|
|
1585
|
-
],
|
|
1586
|
-
"exports": [
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "default",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "Avatar",
|
|
1592
|
-
"module": "dist/Avatar.js"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"kind": "custom-element-definition",
|
|
1597
|
-
"name": "ui5-avatar",
|
|
1598
|
-
"declaration": {
|
|
1599
|
-
"name": "Avatar",
|
|
1600
|
-
"module": "dist/Avatar.js"
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
]
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "javascript-module",
|
|
1607
|
-
"path": "dist/AvatarGroup.js",
|
|
1608
|
-
"declarations": [
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "class",
|
|
1611
|
-
"description": "### Overview\n\nDisplays a group of avatars arranged horizontally. It is useful to visually\nshowcase a group of related avatars, such as, project team members or employees.\n\nThe component allows you to display the avatars in different sizes,\ndepending on your use case.\n\nThe `AvatarGroup` component has two group types:\n\n- `Group` type: The avatars are displayed as partially overlapped on\ntop of each other and the entire group has one click/tap area.\n- `Individual` type: The avatars are displayed side-by-side and each\navatar has its own click/tap area.\n\n### Usage\n\nUse the `AvatarGroup` if:\n\n- You want to display a group of avatars.\n- You want to display several avatars which have something in common.\n\nDo not use the `AvatarGroup` if:\n\n- You want to display a single avatar.\n- You want to display a gallery for simple images.\n- You want to use it for other visual content than avatars.\n\n### Responsive Behavior\n\nWhen the available space is less than the width required to display all avatars,\nan overflow visualization appears as a button placed at the end with the same shape\nand size as the avatars. The visualization displays the number of avatars that have overflowed\nand are not currently visible.\n\n### Keyboard Handling\nThe component provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n`type` Individual:\n\n- [Tab] - Move focus to the overflow button\n- [Left] - Navigate one avatar to the left\n- [Right] - Navigate one avatar to the right\n- [Home] - Navigate to the first avatar\n- [End] - Navigate to the last avatar\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event\n\n`type` Group:\n\n- [Tab] - Move focus to the next interactive element after the component\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event",
|
|
1612
|
-
"name": "AvatarGroup",
|
|
1613
|
-
"slots": [
|
|
1614
|
-
{
|
|
1615
|
-
"name": "default",
|
|
1616
|
-
"description": "Defines the items of the component. Use the `ui5-avatar` component as an item.\n\n**Note:** The UX guidelines recommends using avatars with \"Circle\" shape.\n\nMoreover, if you use avatars with \"Square\" shape, there will be visual inconsistency\nas the built-in overflow action has \"Circle\" shape."
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "overflowButton",
|
|
1620
|
-
"description": "Defines the overflow button of the component.\n\n**Note:** We recommend using the `ui5-button` component.\n\n**Note:** If this slot is not used, the component will display the built-in overflow button."
|
|
1621
|
-
}
|
|
1622
|
-
],
|
|
1623
|
-
"members": [
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "field",
|
|
1626
|
-
"name": "type",
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "AvatarGroupType",
|
|
1629
|
-
"references": [
|
|
1630
|
-
{
|
|
1631
|
-
"name": "AvatarGroupType",
|
|
1632
|
-
"package": "@ui5/webcomponents",
|
|
1633
|
-
"module": "dist/types/AvatarGroupType.js"
|
|
1634
|
-
}
|
|
1635
|
-
]
|
|
1636
|
-
},
|
|
1637
|
-
"default": "\"Group\"",
|
|
1638
|
-
"description": "Defines the mode of the `AvatarGroup`.",
|
|
1639
|
-
"privacy": "public"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"kind": "field",
|
|
1643
|
-
"name": "accessibilityAttributes",
|
|
1644
|
-
"type": {
|
|
1645
|
-
"text": "AvatarGroupAccessibilityAttributes",
|
|
1646
|
-
"references": [
|
|
1647
|
-
{
|
|
1648
|
-
"name": "AvatarGroupAccessibilityAttributes",
|
|
1649
|
-
"package": "@ui5/webcomponents",
|
|
1650
|
-
"module": "dist/AvatarGroup.js"
|
|
1651
|
-
}
|
|
1652
|
-
]
|
|
1653
|
-
},
|
|
1654
|
-
"default": "{}",
|
|
1655
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
1656
|
-
"privacy": "public"
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "field",
|
|
1660
|
-
"name": "accessibleName",
|
|
1661
|
-
"type": {
|
|
1662
|
-
"text": "string | undefined"
|
|
1663
|
-
},
|
|
1664
|
-
"description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
|
|
1665
|
-
"default": "undefined",
|
|
1666
|
-
"privacy": "public"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"kind": "field",
|
|
1670
|
-
"name": "accessibleNameRef",
|
|
1671
|
-
"type": {
|
|
1672
|
-
"text": "string | undefined"
|
|
1673
|
-
},
|
|
1674
|
-
"description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
|
|
1675
|
-
"default": "undefined",
|
|
1676
|
-
"privacy": "public"
|
|
1677
|
-
},
|
|
1678
|
-
{
|
|
1679
|
-
"kind": "field",
|
|
1680
|
-
"name": "hiddenItems",
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "Array<IAvatarGroupItem>",
|
|
1683
|
-
"references": [
|
|
1684
|
-
{
|
|
1685
|
-
"name": "IAvatarGroupItem",
|
|
1686
|
-
"package": "@ui5/webcomponents",
|
|
1687
|
-
"module": "dist/AvatarGroup.js"
|
|
1688
|
-
}
|
|
1689
|
-
]
|
|
1690
|
-
},
|
|
1691
|
-
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
1692
|
-
"default": "[]",
|
|
1693
|
-
"privacy": "public",
|
|
1694
|
-
"readonly": true
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"kind": "field",
|
|
1698
|
-
"name": "colorScheme",
|
|
1699
|
-
"type": {
|
|
1700
|
-
"text": "Array<AvatarColorScheme>",
|
|
1701
|
-
"references": [
|
|
1702
|
-
{
|
|
1703
|
-
"name": "AvatarColorScheme",
|
|
1704
|
-
"package": "@ui5/webcomponents",
|
|
1705
|
-
"module": "dist/types/AvatarColorScheme.js"
|
|
1706
|
-
}
|
|
1707
|
-
]
|
|
1708
|
-
},
|
|
1709
|
-
"description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
|
|
1710
|
-
"default": "[]",
|
|
1711
|
-
"privacy": "public",
|
|
1712
|
-
"readonly": true
|
|
1713
|
-
}
|
|
1714
|
-
],
|
|
1715
|
-
"events": [
|
|
1716
|
-
{
|
|
1717
|
-
"name": "click",
|
|
1718
|
-
"type": {
|
|
1719
|
-
"text": "CustomEvent<AvatarGroupClickEventDetail>",
|
|
1720
|
-
"references": [
|
|
1721
|
-
{
|
|
1722
|
-
"name": "AvatarGroupClickEventDetail",
|
|
1723
|
-
"package": "@ui5/webcomponents",
|
|
1724
|
-
"module": "dist/AvatarGroup.js"
|
|
1725
|
-
}
|
|
1726
|
-
]
|
|
1727
|
-
},
|
|
1728
|
-
"description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key."
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "overflow",
|
|
1732
|
-
"type": {
|
|
1733
|
-
"text": "CustomEvent"
|
|
1734
|
-
},
|
|
1735
|
-
"description": "Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed"
|
|
1736
|
-
}
|
|
1737
|
-
],
|
|
1738
|
-
"attributes": [
|
|
1739
|
-
{
|
|
1740
|
-
"description": "Defines the mode of the `AvatarGroup`.",
|
|
1741
|
-
"name": "type",
|
|
1742
|
-
"default": "\"Group\"",
|
|
1743
|
-
"fieldName": "type",
|
|
1744
|
-
"type": {
|
|
1745
|
-
"text": "\"Group\" | \"Individual\""
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
|
|
1750
|
-
"name": "accessibility-attributes",
|
|
1751
|
-
"default": "{}",
|
|
1752
|
-
"fieldName": "accessibilityAttributes",
|
|
1753
|
-
"type": {
|
|
1754
|
-
"text": "AvatarGroupAccessibilityAttributes"
|
|
1755
|
-
}
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
|
|
1759
|
-
"name": "accessible-name",
|
|
1760
|
-
"default": "undefined",
|
|
1761
|
-
"fieldName": "accessibleName",
|
|
1762
|
-
"type": {
|
|
1763
|
-
"text": "string | undefined"
|
|
1764
|
-
}
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
|
|
1768
|
-
"name": "accessible-name-ref",
|
|
1769
|
-
"default": "undefined",
|
|
1770
|
-
"fieldName": "accessibleNameRef",
|
|
1771
|
-
"type": {
|
|
1772
|
-
"text": "string | undefined"
|
|
1773
|
-
}
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
|
|
1777
|
-
"name": "hidden-items",
|
|
1778
|
-
"default": "[]",
|
|
1779
|
-
"fieldName": "hiddenItems",
|
|
1780
|
-
"type": {
|
|
1781
|
-
"text": "any"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
|
|
1786
|
-
"name": "color-scheme",
|
|
1787
|
-
"default": "[]",
|
|
1788
|
-
"fieldName": "colorScheme",
|
|
1789
|
-
"type": {
|
|
1790
|
-
"text": "any"
|
|
1791
|
-
}
|
|
1792
|
-
}
|
|
1793
|
-
],
|
|
1794
|
-
"superclass": {
|
|
1795
|
-
"name": "UI5Element",
|
|
1796
|
-
"package": "@ui5/webcomponents-base",
|
|
1797
|
-
"module": "dist/UI5Element.js"
|
|
1798
|
-
},
|
|
1799
|
-
"tagName": "ui5-avatar-group",
|
|
1800
|
-
"customElement": true
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
|
-
"exports": [
|
|
1804
|
-
{
|
|
1805
|
-
"kind": "js",
|
|
1806
|
-
"name": "default",
|
|
1807
|
-
"declaration": {
|
|
1808
|
-
"name": "AvatarGroup",
|
|
1809
|
-
"module": "dist/AvatarGroup.js"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"kind": "custom-element-definition",
|
|
1814
|
-
"name": "ui5-avatar-group",
|
|
1815
|
-
"declaration": {
|
|
1816
|
-
"name": "AvatarGroup",
|
|
1817
|
-
"module": "dist/AvatarGroup.js"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
]
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "javascript-module",
|
|
1824
|
-
"path": "dist/Bar.js",
|
|
1825
|
-
"declarations": [
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "class",
|
|
1828
|
-
"description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\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/Bar.js\";`",
|
|
1829
|
-
"name": "Bar",
|
|
1830
|
-
"cssParts": [
|
|
1831
|
-
{
|
|
1832
|
-
"description": "Used to style the wrapper of the content of the component",
|
|
1833
|
-
"name": "bar"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"description": "Used to style the wrapper of the start content of the component",
|
|
1837
|
-
"name": "startContent"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"description": "Used to style the wrapper of the middle content of the component",
|
|
1841
|
-
"name": "midContent"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"description": "Used to style the wrapper of the end content of the component",
|
|
1845
|
-
"name": "endContent"
|
|
1846
|
-
}
|
|
1847
|
-
],
|
|
1848
|
-
"slots": [
|
|
1849
|
-
{
|
|
1850
|
-
"name": "startContent",
|
|
1851
|
-
"description": "Defines the content at the start of the bar."
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"name": "default",
|
|
1855
|
-
"description": "Defines the content in the middle of the bar."
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"name": "endContent",
|
|
1859
|
-
"description": "Defines the content at the end of the bar."
|
|
1860
|
-
}
|
|
1861
|
-
],
|
|
1862
|
-
"members": [
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "field",
|
|
1865
|
-
"name": "design",
|
|
1866
|
-
"type": {
|
|
1867
|
-
"text": "BarDesign",
|
|
1868
|
-
"references": [
|
|
1869
|
-
{
|
|
1870
|
-
"name": "BarDesign",
|
|
1871
|
-
"package": "@ui5/webcomponents",
|
|
1872
|
-
"module": "dist/types/BarDesign.js"
|
|
1873
|
-
}
|
|
1874
|
-
]
|
|
1875
|
-
},
|
|
1876
|
-
"default": "\"Header\"",
|
|
1877
|
-
"description": "Defines the component's design.",
|
|
1878
|
-
"privacy": "public"
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"kind": "field",
|
|
1882
|
-
"name": "accessibleRole",
|
|
1883
|
-
"type": {
|
|
1884
|
-
"text": "BarAccessibleRole",
|
|
1885
|
-
"references": [
|
|
1886
|
-
{
|
|
1887
|
-
"name": "BarAccessibleRole",
|
|
1888
|
-
"package": "@ui5/webcomponents",
|
|
1889
|
-
"module": "dist/types/BarAccessibleRole.js"
|
|
1890
|
-
}
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
"default": "\"Toolbar\"",
|
|
1894
|
-
"description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
|
|
1895
|
-
"privacy": "public"
|
|
1896
|
-
}
|
|
1897
|
-
],
|
|
1898
|
-
"attributes": [
|
|
1899
|
-
{
|
|
1900
|
-
"description": "Defines the component's design.",
|
|
1901
|
-
"name": "design",
|
|
1902
|
-
"default": "\"Header\"",
|
|
1903
|
-
"fieldName": "design",
|
|
1904
|
-
"type": {
|
|
1905
|
-
"text": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\""
|
|
1906
|
-
}
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
|
|
1910
|
-
"name": "accessible-role",
|
|
1911
|
-
"default": "\"Toolbar\"",
|
|
1912
|
-
"fieldName": "accessibleRole",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "\"Toolbar\" | \"None\""
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
],
|
|
1918
|
-
"superclass": {
|
|
1919
|
-
"name": "UI5Element",
|
|
1920
|
-
"package": "@ui5/webcomponents-base",
|
|
1921
|
-
"module": "dist/UI5Element.js"
|
|
1922
|
-
},
|
|
1923
|
-
"tagName": "ui5-bar",
|
|
1924
|
-
"customElement": true
|
|
1925
|
-
}
|
|
1926
|
-
],
|
|
1927
|
-
"exports": [
|
|
1928
|
-
{
|
|
1929
|
-
"kind": "js",
|
|
1930
|
-
"name": "default",
|
|
1931
|
-
"declaration": {
|
|
1932
|
-
"name": "Bar",
|
|
1933
|
-
"module": "dist/Bar.js"
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "custom-element-definition",
|
|
1938
|
-
"name": "ui5-bar",
|
|
1939
|
-
"declaration": {
|
|
1940
|
-
"name": "Bar",
|
|
1941
|
-
"module": "dist/Bar.js"
|
|
1942
|
-
}
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "javascript-module",
|
|
1948
|
-
"path": "dist/Breadcrumbs.js",
|
|
1949
|
-
"declarations": [
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "class",
|
|
1952
|
-
"description": "### Overview\nEnables users to navigate between items by providing a list of links to previous steps in the user's navigation path.\nIt helps the user to be aware of their location within the application and allows faster navigation.\n\nThe last three steps can be accessed as links directly, while the remaining links prior to them are available\nin a drop-down menu.\n\nYou can choose the type of separator to be used from a number of predefined options.\n\n### Keyboard Handling\nThe `ui5-breadcrumbs` provides advanced keyboard handling.\n\n- [F4], [Alt] + [Up], [Alt] + [Down], [Space], or [Enter] - If the dropdown arrow is focused - opens/closes the drop-down.\n- [Space],[Enter] - Activates the focused item and triggers the `item-click` event.\n- [Escape] - Closes the drop-down.\n- [Left] - If the drop-down is closed - navigates one item to the left.\n- [Right] - If the drop-down is closed - navigates one item to the right.\n- [Up] - If the drop-down is open - moves focus to the next item.\n- [Down] - If the drop-down is open - moves focus to the previous item.\n- [Home] - Navigates to the first item.\n- [End] - Navigates to the last item.",
|
|
1953
|
-
"name": "Breadcrumbs",
|
|
1954
|
-
"slots": [
|
|
1955
|
-
{
|
|
1956
|
-
"name": "default",
|
|
1957
|
-
"description": "Defines the component items.\n\n**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items."
|
|
1958
|
-
}
|
|
1959
|
-
],
|
|
1960
|
-
"members": [
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "field",
|
|
1963
|
-
"name": "design",
|
|
1964
|
-
"type": {
|
|
1965
|
-
"text": "BreadcrumbsDesign",
|
|
1966
|
-
"references": [
|
|
1967
|
-
{
|
|
1968
|
-
"name": "BreadcrumbsDesign",
|
|
1969
|
-
"package": "@ui5/webcomponents",
|
|
1970
|
-
"module": "dist/types/BreadcrumbsDesign.js"
|
|
1971
|
-
}
|
|
1972
|
-
]
|
|
1973
|
-
},
|
|
1974
|
-
"default": "\"Standard\"",
|
|
1975
|
-
"description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
|
|
1976
|
-
"privacy": "public"
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"kind": "field",
|
|
1980
|
-
"name": "separators",
|
|
1981
|
-
"type": {
|
|
1982
|
-
"text": "BreadcrumbsSeparator",
|
|
1983
|
-
"references": [
|
|
1984
|
-
{
|
|
1985
|
-
"name": "BreadcrumbsSeparator",
|
|
1986
|
-
"package": "@ui5/webcomponents",
|
|
1987
|
-
"module": "dist/types/BreadcrumbsSeparator.js"
|
|
1988
|
-
}
|
|
1989
|
-
]
|
|
1990
|
-
},
|
|
1991
|
-
"default": "\"Slash\"",
|
|
1992
|
-
"description": "Determines the visual style of the separator between the breadcrumb items.",
|
|
1993
|
-
"privacy": "public"
|
|
1994
|
-
}
|
|
1995
|
-
],
|
|
1996
|
-
"events": [
|
|
1997
|
-
{
|
|
1998
|
-
"name": "item-click",
|
|
1999
|
-
"type": {
|
|
2000
|
-
"text": "CustomEvent<BreadcrumbsItemClickEventDetail>",
|
|
2001
|
-
"references": [
|
|
2002
|
-
{
|
|
2003
|
-
"name": "BreadcrumbsItemClickEventDetail",
|
|
2004
|
-
"package": "@ui5/webcomponents",
|
|
2005
|
-
"module": "dist/Breadcrumbs.js"
|
|
2006
|
-
}
|
|
2007
|
-
]
|
|
2008
|
-
},
|
|
2009
|
-
"description": "Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`."
|
|
2010
|
-
}
|
|
2011
|
-
],
|
|
2012
|
-
"attributes": [
|
|
2013
|
-
{
|
|
2014
|
-
"description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
|
|
2015
|
-
"name": "design",
|
|
2016
|
-
"default": "\"Standard\"",
|
|
2017
|
-
"fieldName": "design",
|
|
2018
|
-
"type": {
|
|
2019
|
-
"text": "\"Standard\" | \"NoCurrentPage\""
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"description": "Determines the visual style of the separator between the breadcrumb items.",
|
|
2024
|
-
"name": "separators",
|
|
2025
|
-
"default": "\"Slash\"",
|
|
2026
|
-
"fieldName": "separators",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\""
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
],
|
|
2032
|
-
"superclass": {
|
|
2033
|
-
"name": "UI5Element",
|
|
2034
|
-
"package": "@ui5/webcomponents-base",
|
|
2035
|
-
"module": "dist/UI5Element.js"
|
|
2036
|
-
},
|
|
2037
|
-
"tagName": "ui5-breadcrumbs",
|
|
2038
|
-
"customElement": true
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"exports": [
|
|
2042
|
-
{
|
|
2043
|
-
"kind": "js",
|
|
2044
|
-
"name": "default",
|
|
2045
|
-
"declaration": {
|
|
2046
|
-
"name": "Breadcrumbs",
|
|
2047
|
-
"module": "dist/Breadcrumbs.js"
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"kind": "custom-element-definition",
|
|
2052
|
-
"name": "ui5-breadcrumbs",
|
|
2053
|
-
"declaration": {
|
|
2054
|
-
"name": "Breadcrumbs",
|
|
2055
|
-
"module": "dist/Breadcrumbs.js"
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
]
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "javascript-module",
|
|
2062
|
-
"path": "dist/BreadcrumbsItem.js",
|
|
2063
|
-
"declarations": [
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "class",
|
|
2066
|
-
"description": "### Overview\n\nThe `ui5-breadcrumbs-item` component defines the content of an item in `ui5-breadcrumbs`.",
|
|
2067
|
-
"name": "BreadcrumbsItem",
|
|
2068
|
-
"slots": [
|
|
2069
|
-
{
|
|
2070
|
-
"name": "default",
|
|
2071
|
-
"description": "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."
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"members": [
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "field",
|
|
2077
|
-
"name": "href",
|
|
2078
|
-
"type": {
|
|
2079
|
-
"text": "string | undefined"
|
|
2080
|
-
},
|
|
2081
|
-
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
2082
|
-
"default": "undefined",
|
|
2083
|
-
"privacy": "public"
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"kind": "field",
|
|
2087
|
-
"name": "target",
|
|
2088
|
-
"type": {
|
|
2089
|
-
"text": "string | undefined"
|
|
2090
|
-
},
|
|
2091
|
-
"description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
|
|
2092
|
-
"default": "undefined",
|
|
2093
|
-
"privacy": "public"
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"kind": "field",
|
|
2097
|
-
"name": "accessibleName",
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "string | undefined"
|
|
2100
|
-
},
|
|
2101
|
-
"description": "Defines the accessible ARIA name of the item.",
|
|
2102
|
-
"default": "undefined",
|
|
2103
|
-
"privacy": "public"
|
|
2104
|
-
}
|
|
2105
|
-
],
|
|
2106
|
-
"attributes": [
|
|
2107
|
-
{
|
|
2108
|
-
"description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
|
|
2109
|
-
"name": "href",
|
|
2110
|
-
"default": "undefined",
|
|
2111
|
-
"fieldName": "href",
|
|
2112
|
-
"type": {
|
|
2113
|
-
"text": "string | undefined"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
|
|
2118
|
-
"name": "target",
|
|
2119
|
-
"default": "undefined",
|
|
2120
|
-
"fieldName": "target",
|
|
2121
|
-
"type": {
|
|
2122
|
-
"text": "string | undefined"
|
|
2123
|
-
}
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"description": "Defines the accessible ARIA name of the item.",
|
|
2127
|
-
"name": "accessible-name",
|
|
2128
|
-
"default": "undefined",
|
|
2129
|
-
"fieldName": "accessibleName",
|
|
2130
|
-
"type": {
|
|
2131
|
-
"text": "string | undefined"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
],
|
|
2135
|
-
"superclass": {
|
|
2136
|
-
"name": "UI5Element",
|
|
2137
|
-
"package": "@ui5/webcomponents-base",
|
|
2138
|
-
"module": "dist/UI5Element.js"
|
|
2139
|
-
},
|
|
2140
|
-
"tagName": "ui5-breadcrumbs-item",
|
|
2141
|
-
"customElement": true
|
|
2142
|
-
}
|
|
2143
|
-
],
|
|
2144
|
-
"exports": [
|
|
2145
|
-
{
|
|
2146
|
-
"kind": "js",
|
|
2147
|
-
"name": "default",
|
|
2148
|
-
"declaration": {
|
|
2149
|
-
"name": "BreadcrumbsItem",
|
|
2150
|
-
"module": "dist/BreadcrumbsItem.js"
|
|
2151
|
-
}
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
"kind": "custom-element-definition",
|
|
2155
|
-
"name": "ui5-breadcrumbs-item",
|
|
2156
|
-
"declaration": {
|
|
2157
|
-
"name": "BreadcrumbsItem",
|
|
2158
|
-
"module": "dist/BreadcrumbsItem.js"
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
]
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"kind": "javascript-module",
|
|
2165
|
-
"path": "dist/BusyIndicator.js",
|
|
2166
|
-
"declarations": [
|
|
2167
|
-
{
|
|
2168
|
-
"kind": "class",
|
|
2169
|
-
"description": "### Overview\n\nThe `ui5-busy-indicator` signals that some operation is going on and that the\nuser must wait. It does not block the current UI screen so other operations could be triggered in parallel.\nIt displays 3 dots and each dot expands and shrinks at a different rate, resulting in a cascading flow of animation.\n\n### Usage\nFor the `ui5-busy-indicator` you can define the size, the text and whether it is shown or hidden.\nIn order to hide it, use the \"active\" property.\n\nIn order to show busy state over an HTML element, simply nest the HTML element in a `ui5-busy-indicator` instance.\n\n**Note:** Since `ui5-busy-indicator` has `display: inline-block;` by default and no width of its own,\nwhenever you need to wrap a block-level element, you should set `display: block` to the busy indicator as well.\n\n#### When to use:\n\n- The user needs to be able to cancel the operation.\n- Only part of the application or a particular component is affected.\n\n#### When not to use:\n\n- The operation takes less than one second.\n- You need to block the screen and prevent the user from starting another activity.\n- Do not show multiple busy indicators at once.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/BusyIndicator.js\";`",
|
|
2170
|
-
"name": "BusyIndicator",
|
|
2171
|
-
"slots": [
|
|
2172
|
-
{
|
|
2173
|
-
"description": "Determines the content over which the component will appear.",
|
|
2174
|
-
"name": "default"
|
|
2175
|
-
}
|
|
2176
|
-
],
|
|
2177
|
-
"members": [
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "field",
|
|
2180
|
-
"name": "text",
|
|
2181
|
-
"type": {
|
|
2182
|
-
"text": "string | undefined"
|
|
2183
|
-
},
|
|
2184
|
-
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
2185
|
-
"privacy": "public",
|
|
2186
|
-
"default": "undefined"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"kind": "field",
|
|
2190
|
-
"name": "size",
|
|
2191
|
-
"type": {
|
|
2192
|
-
"text": "BusyIndicatorSize",
|
|
2193
|
-
"references": [
|
|
2194
|
-
{
|
|
2195
|
-
"name": "BusyIndicatorSize",
|
|
2196
|
-
"package": "@ui5/webcomponents",
|
|
2197
|
-
"module": "dist/types/BusyIndicatorSize.js"
|
|
2198
|
-
}
|
|
2199
|
-
]
|
|
2200
|
-
},
|
|
2201
|
-
"default": "\"M\"",
|
|
2202
|
-
"description": "Defines the size of the component.",
|
|
2203
|
-
"privacy": "public"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "field",
|
|
2207
|
-
"name": "active",
|
|
2208
|
-
"type": {
|
|
2209
|
-
"text": "boolean"
|
|
2210
|
-
},
|
|
2211
|
-
"default": "false",
|
|
2212
|
-
"description": "Defines if the busy indicator is visible on the screen. By default it is not.",
|
|
2213
|
-
"privacy": "public"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "field",
|
|
2217
|
-
"name": "delay",
|
|
2218
|
-
"type": {
|
|
2219
|
-
"text": "number"
|
|
2220
|
-
},
|
|
2221
|
-
"default": "1000",
|
|
2222
|
-
"description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
|
|
2223
|
-
"privacy": "public"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "field",
|
|
2227
|
-
"name": "textPlacement",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "BusyIndicatorTextPlacement",
|
|
2230
|
-
"references": [
|
|
2231
|
-
{
|
|
2232
|
-
"name": "BusyIndicatorTextPlacement",
|
|
2233
|
-
"package": "@ui5/webcomponents",
|
|
2234
|
-
"module": "dist/types/BusyIndicatorTextPlacement.js"
|
|
2235
|
-
}
|
|
2236
|
-
]
|
|
2237
|
-
},
|
|
2238
|
-
"default": "\"Bottom\"",
|
|
2239
|
-
"description": "Defines the placement of the text.",
|
|
2240
|
-
"privacy": "public"
|
|
2241
|
-
}
|
|
2242
|
-
],
|
|
2243
|
-
"attributes": [
|
|
2244
|
-
{
|
|
2245
|
-
"description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
|
|
2246
|
-
"name": "text",
|
|
2247
|
-
"default": "undefined",
|
|
2248
|
-
"fieldName": "text",
|
|
2249
|
-
"type": {
|
|
2250
|
-
"text": "string | undefined"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"description": "Defines the size of the component.",
|
|
2255
|
-
"name": "size",
|
|
2256
|
-
"default": "\"M\"",
|
|
2257
|
-
"fieldName": "size",
|
|
2258
|
-
"type": {
|
|
2259
|
-
"text": "\"S\" | \"M\" | \"L\""
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"description": "Defines if the busy indicator is visible on the screen. By default it is not.",
|
|
2264
|
-
"name": "active",
|
|
2265
|
-
"default": "false",
|
|
2266
|
-
"fieldName": "active",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"text": "boolean"
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
|
|
2273
|
-
"name": "delay",
|
|
2274
|
-
"default": "1000",
|
|
2275
|
-
"fieldName": "delay",
|
|
2276
|
-
"type": {
|
|
2277
|
-
"text": "number"
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"description": "Defines the placement of the text.",
|
|
2282
|
-
"name": "text-placement",
|
|
2283
|
-
"default": "\"Bottom\"",
|
|
2284
|
-
"fieldName": "textPlacement",
|
|
2285
|
-
"type": {
|
|
2286
|
-
"text": "\"Top\" | \"Bottom\""
|
|
2287
|
-
}
|
|
2288
|
-
}
|
|
2289
|
-
],
|
|
2290
|
-
"superclass": {
|
|
2291
|
-
"name": "UI5Element",
|
|
2292
|
-
"package": "@ui5/webcomponents-base",
|
|
2293
|
-
"module": "dist/UI5Element.js"
|
|
2294
|
-
},
|
|
2295
|
-
"tagName": "ui5-busy-indicator",
|
|
2296
|
-
"customElement": true
|
|
2297
|
-
}
|
|
2298
|
-
],
|
|
2299
|
-
"exports": [
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "js",
|
|
2302
|
-
"name": "default",
|
|
2303
|
-
"declaration": {
|
|
2304
|
-
"name": "BusyIndicator",
|
|
2305
|
-
"module": "dist/BusyIndicator.js"
|
|
2306
|
-
}
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"kind": "custom-element-definition",
|
|
2310
|
-
"name": "ui5-busy-indicator",
|
|
2311
|
-
"declaration": {
|
|
2312
|
-
"name": "BusyIndicator",
|
|
2313
|
-
"module": "dist/BusyIndicator.js"
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
]
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "javascript-module",
|
|
2320
|
-
"path": "dist/Button.js",
|
|
2321
|
-
"declarations": [
|
|
1015
|
+
"path": "dist/Button.js",
|
|
1016
|
+
"declarations": [
|
|
2322
1017
|
{
|
|
2323
1018
|
"kind": "class",
|
|
2324
1019
|
"description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`",
|
|
@@ -4174,6 +2869,16 @@
|
|
|
4174
2869
|
"description": "Defines the visibility of the navigation arrows.\nIf set to true the navigation arrows will be hidden.",
|
|
4175
2870
|
"privacy": "public"
|
|
4176
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "field",
|
|
2874
|
+
"name": "_currentSlideIndex",
|
|
2875
|
+
"type": {
|
|
2876
|
+
"text": "number"
|
|
2877
|
+
},
|
|
2878
|
+
"default": "0",
|
|
2879
|
+
"description": "Defines the current first visible item in the viewport.\nDefault value is 0, which means the first item in the viewport.",
|
|
2880
|
+
"privacy": "public"
|
|
2881
|
+
},
|
|
4177
2882
|
{
|
|
4178
2883
|
"kind": "field",
|
|
4179
2884
|
"name": "hidePageIndicator",
|
|
@@ -4272,11 +2977,6 @@
|
|
|
4272
2977
|
{
|
|
4273
2978
|
"kind": "method",
|
|
4274
2979
|
"name": "navigateTo",
|
|
4275
|
-
"return": {
|
|
4276
|
-
"type": {
|
|
4277
|
-
"text": "void"
|
|
4278
|
-
}
|
|
4279
|
-
},
|
|
4280
2980
|
"parameters": [
|
|
4281
2981
|
{
|
|
4282
2982
|
"name": "itemIndex",
|
|
@@ -4288,17 +2988,6 @@
|
|
|
4288
2988
|
],
|
|
4289
2989
|
"description": "Changes the currently displayed page.",
|
|
4290
2990
|
"privacy": "public"
|
|
4291
|
-
},
|
|
4292
|
-
{
|
|
4293
|
-
"kind": "field",
|
|
4294
|
-
"name": "visibleItemsIndices",
|
|
4295
|
-
"type": {
|
|
4296
|
-
"text": "Array<number>"
|
|
4297
|
-
},
|
|
4298
|
-
"description": "The indices of the currently visible items of the component.",
|
|
4299
|
-
"privacy": "public",
|
|
4300
|
-
"default": "[]",
|
|
4301
|
-
"readonly": true
|
|
4302
2991
|
}
|
|
4303
2992
|
],
|
|
4304
2993
|
"events": [
|
|
@@ -4363,6 +3052,15 @@
|
|
|
4363
3052
|
"text": "boolean"
|
|
4364
3053
|
}
|
|
4365
3054
|
},
|
|
3055
|
+
{
|
|
3056
|
+
"description": "Defines the current first visible item in the viewport.\nDefault value is 0, which means the first item in the viewport.",
|
|
3057
|
+
"name": "_current-slide-index",
|
|
3058
|
+
"default": "0",
|
|
3059
|
+
"fieldName": "_currentSlideIndex",
|
|
3060
|
+
"type": {
|
|
3061
|
+
"text": "number"
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
4366
3064
|
{
|
|
4367
3065
|
"description": "Defines the visibility of the page indicator.\nIf set to true the page indicator will be hidden.",
|
|
4368
3066
|
"name": "hide-page-indicator",
|
|
@@ -4416,15 +3114,6 @@
|
|
|
4416
3114
|
"type": {
|
|
4417
3115
|
"text": "\"Content\" | \"Navigation\""
|
|
4418
3116
|
}
|
|
4419
|
-
},
|
|
4420
|
-
{
|
|
4421
|
-
"description": "The indices of the currently visible items of the component.",
|
|
4422
|
-
"name": "visible-items-indices",
|
|
4423
|
-
"default": "[]",
|
|
4424
|
-
"fieldName": "visibleItemsIndices",
|
|
4425
|
-
"type": {
|
|
4426
|
-
"text": "any"
|
|
4427
|
-
}
|
|
4428
3117
|
}
|
|
4429
3118
|
],
|
|
4430
3119
|
"superclass": {
|
|
@@ -11496,7 +10185,7 @@
|
|
|
11496
10185
|
]
|
|
11497
10186
|
},
|
|
11498
10187
|
"default": "{}",
|
|
11499
|
-
"description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
|
|
10188
|
+
"description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`, `growingButton.description`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n- **description**: Defines the accessible ARIA description of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
|
|
11500
10189
|
"privacy": "public"
|
|
11501
10190
|
},
|
|
11502
10191
|
{
|
|
@@ -11773,7 +10462,7 @@
|
|
|
11773
10462
|
}
|
|
11774
10463
|
},
|
|
11775
10464
|
{
|
|
11776
|
-
"description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
|
|
10465
|
+
"description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`, `growingButton.description`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n- **description**: Defines the accessible ARIA description of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
|
|
11777
10466
|
"name": "accessibility-attributes",
|
|
11778
10467
|
"default": "{}",
|
|
11779
10468
|
"fieldName": "accessibilityAttributes",
|
|
@@ -18510,6 +17199,23 @@
|
|
|
18510
17199
|
"description": "Defines the component selection mode.",
|
|
18511
17200
|
"privacy": "public"
|
|
18512
17201
|
},
|
|
17202
|
+
{
|
|
17203
|
+
"kind": "field",
|
|
17204
|
+
"name": "contentMode",
|
|
17205
|
+
"type": {
|
|
17206
|
+
"text": "SegmentedButtonContentMode",
|
|
17207
|
+
"references": [
|
|
17208
|
+
{
|
|
17209
|
+
"name": "SegmentedButtonContentMode",
|
|
17210
|
+
"package": "@ui5/webcomponents",
|
|
17211
|
+
"module": "dist/types/SegmentedButtonContentMode.js"
|
|
17212
|
+
}
|
|
17213
|
+
]
|
|
17214
|
+
},
|
|
17215
|
+
"default": "\"EqualSized\"",
|
|
17216
|
+
"description": "Defines the content mode of the segmented button items.\n\n- \"EqualSized\": All items are sized equally to fill the available space.\n- \"ContentFit\": Each item is sized to fit its content, with any extra space placed after the last item.",
|
|
17217
|
+
"privacy": "public"
|
|
17218
|
+
},
|
|
18513
17219
|
{
|
|
18514
17220
|
"kind": "field",
|
|
18515
17221
|
"name": "selectedItems",
|
|
@@ -18591,6 +17297,15 @@
|
|
|
18591
17297
|
"text": "\"Single\" | \"Multiple\""
|
|
18592
17298
|
}
|
|
18593
17299
|
},
|
|
17300
|
+
{
|
|
17301
|
+
"description": "Defines the content mode of the segmented button items.\n\n- \"EqualSized\": All items are sized equally to fill the available space.\n- \"ContentFit\": Each item is sized to fit its content, with any extra space placed after the last item.",
|
|
17302
|
+
"name": "content-mode",
|
|
17303
|
+
"default": "\"EqualSized\"",
|
|
17304
|
+
"fieldName": "contentMode",
|
|
17305
|
+
"type": {
|
|
17306
|
+
"text": "\"ContentFit\" | \"EqualSized\""
|
|
17307
|
+
}
|
|
17308
|
+
},
|
|
18594
17309
|
{
|
|
18595
17310
|
"description": "Returns an array of the currently selected items.",
|
|
18596
17311
|
"name": "selected-items",
|
|
@@ -18963,6 +17678,23 @@
|
|
|
18963
17678
|
"default": "undefined",
|
|
18964
17679
|
"privacy": "public"
|
|
18965
17680
|
},
|
|
17681
|
+
{
|
|
17682
|
+
"kind": "field",
|
|
17683
|
+
"name": "twoColumnSeparator",
|
|
17684
|
+
"type": {
|
|
17685
|
+
"text": "SelectTwoColumnSeparator",
|
|
17686
|
+
"references": [
|
|
17687
|
+
{
|
|
17688
|
+
"name": "SelectTwoColumnSeparator",
|
|
17689
|
+
"package": "@ui5/webcomponents",
|
|
17690
|
+
"module": "dist/types/SelectTwoColumnSeparator.js"
|
|
17691
|
+
}
|
|
17692
|
+
]
|
|
17693
|
+
},
|
|
17694
|
+
"default": "\"Dash\"",
|
|
17695
|
+
"description": "Defines the separator type for the two columns layout when Select is in read-only mode.",
|
|
17696
|
+
"privacy": "public"
|
|
17697
|
+
},
|
|
18966
17698
|
{
|
|
18967
17699
|
"kind": "field",
|
|
18968
17700
|
"name": "value",
|
|
@@ -19127,6 +17859,15 @@
|
|
|
19127
17859
|
"text": "string | undefined"
|
|
19128
17860
|
}
|
|
19129
17861
|
},
|
|
17862
|
+
{
|
|
17863
|
+
"description": "Defines the separator type for the two columns layout when Select is in read-only mode.",
|
|
17864
|
+
"name": "two-column-separator",
|
|
17865
|
+
"default": "\"Dash\"",
|
|
17866
|
+
"fieldName": "twoColumnSeparator",
|
|
17867
|
+
"type": {
|
|
17868
|
+
"text": "\"Bullet\" | \"Dash\" | \"VerticalLine\""
|
|
17869
|
+
}
|
|
17870
|
+
},
|
|
19130
17871
|
{
|
|
19131
17872
|
"description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
|
|
19132
17873
|
"name": "value",
|
|
@@ -24153,6 +22894,26 @@
|
|
|
24153
22894
|
"description": "Receives id(or many ids) of the elements that label the textarea.",
|
|
24154
22895
|
"default": "undefined",
|
|
24155
22896
|
"privacy": "public"
|
|
22897
|
+
},
|
|
22898
|
+
{
|
|
22899
|
+
"kind": "field",
|
|
22900
|
+
"name": "accessibleDescription",
|
|
22901
|
+
"type": {
|
|
22902
|
+
"text": "string | undefined"
|
|
22903
|
+
},
|
|
22904
|
+
"description": "Defines the accessible description of the component.",
|
|
22905
|
+
"default": "undefined",
|
|
22906
|
+
"privacy": "public"
|
|
22907
|
+
},
|
|
22908
|
+
{
|
|
22909
|
+
"kind": "field",
|
|
22910
|
+
"name": "accessibleDescriptionRef",
|
|
22911
|
+
"type": {
|
|
22912
|
+
"text": "string | undefined"
|
|
22913
|
+
},
|
|
22914
|
+
"description": "Receives id(or many ids) of the elements that describe the textarea.",
|
|
22915
|
+
"default": "undefined",
|
|
22916
|
+
"privacy": "public"
|
|
24156
22917
|
}
|
|
24157
22918
|
],
|
|
24158
22919
|
"events": [
|
|
@@ -24318,6 +23079,24 @@
|
|
|
24318
23079
|
"type": {
|
|
24319
23080
|
"text": "string | undefined"
|
|
24320
23081
|
}
|
|
23082
|
+
},
|
|
23083
|
+
{
|
|
23084
|
+
"description": "Defines the accessible description of the component.",
|
|
23085
|
+
"name": "accessible-description",
|
|
23086
|
+
"default": "undefined",
|
|
23087
|
+
"fieldName": "accessibleDescription",
|
|
23088
|
+
"type": {
|
|
23089
|
+
"text": "string | undefined"
|
|
23090
|
+
}
|
|
23091
|
+
},
|
|
23092
|
+
{
|
|
23093
|
+
"description": "Receives id(or many ids) of the elements that describe the textarea.",
|
|
23094
|
+
"name": "accessible-description-ref",
|
|
23095
|
+
"default": "undefined",
|
|
23096
|
+
"fieldName": "accessibleDescriptionRef",
|
|
23097
|
+
"type": {
|
|
23098
|
+
"text": "string | undefined"
|
|
23099
|
+
}
|
|
24321
23100
|
}
|
|
24322
23101
|
],
|
|
24323
23102
|
"superclass": {
|
|
@@ -28753,67 +27532,1402 @@
|
|
|
28753
27532
|
}
|
|
28754
27533
|
]
|
|
28755
27534
|
}
|
|
28756
|
-
],
|
|
27535
|
+
],
|
|
27536
|
+
"exports": [
|
|
27537
|
+
{
|
|
27538
|
+
"kind": "js",
|
|
27539
|
+
"name": "default",
|
|
27540
|
+
"declaration": {
|
|
27541
|
+
"name": "TreeItemCustom",
|
|
27542
|
+
"module": "dist/TreeItemCustom.js"
|
|
27543
|
+
}
|
|
27544
|
+
},
|
|
27545
|
+
{
|
|
27546
|
+
"kind": "custom-element-definition",
|
|
27547
|
+
"name": "ui5-tree-item-custom",
|
|
27548
|
+
"declaration": {
|
|
27549
|
+
"name": "TreeItemCustom",
|
|
27550
|
+
"module": "dist/TreeItemCustom.js"
|
|
27551
|
+
}
|
|
27552
|
+
}
|
|
27553
|
+
]
|
|
27554
|
+
},
|
|
27555
|
+
{
|
|
27556
|
+
"kind": "javascript-module",
|
|
27557
|
+
"path": "dist/TreeList.js",
|
|
27558
|
+
"declarations": [],
|
|
27559
|
+
"exports": [
|
|
27560
|
+
{
|
|
27561
|
+
"kind": "js",
|
|
27562
|
+
"name": "default",
|
|
27563
|
+
"declaration": {
|
|
27564
|
+
"name": "TreeList",
|
|
27565
|
+
"module": "dist/TreeList.js"
|
|
27566
|
+
}
|
|
27567
|
+
}
|
|
27568
|
+
]
|
|
27569
|
+
},
|
|
27570
|
+
{
|
|
27571
|
+
"kind": "javascript-module",
|
|
27572
|
+
"path": "dist/YearPicker.js",
|
|
27573
|
+
"declarations": [],
|
|
27574
|
+
"exports": [
|
|
27575
|
+
{
|
|
27576
|
+
"kind": "js",
|
|
27577
|
+
"name": "default",
|
|
27578
|
+
"declaration": {
|
|
27579
|
+
"name": "YearPicker",
|
|
27580
|
+
"module": "dist/YearPicker.js"
|
|
27581
|
+
}
|
|
27582
|
+
}
|
|
27583
|
+
]
|
|
27584
|
+
},
|
|
27585
|
+
{
|
|
27586
|
+
"kind": "javascript-module",
|
|
27587
|
+
"path": "dist/YearRangePicker.js",
|
|
27588
|
+
"declarations": [],
|
|
27589
|
+
"exports": [
|
|
27590
|
+
{
|
|
27591
|
+
"kind": "js",
|
|
27592
|
+
"name": "default",
|
|
27593
|
+
"declaration": {
|
|
27594
|
+
"name": "YearRangePicker",
|
|
27595
|
+
"module": "dist/YearRangePicker.js"
|
|
27596
|
+
}
|
|
27597
|
+
}
|
|
27598
|
+
]
|
|
27599
|
+
},
|
|
27600
|
+
{
|
|
27601
|
+
"kind": "javascript-module",
|
|
27602
|
+
"path": "dist/colorpicker-utils/ColorValue.js",
|
|
27603
|
+
"declarations": [],
|
|
27604
|
+
"exports": [
|
|
27605
|
+
{
|
|
27606
|
+
"kind": "js",
|
|
27607
|
+
"name": "default",
|
|
27608
|
+
"declaration": {
|
|
27609
|
+
"name": "ColorValue",
|
|
27610
|
+
"module": "dist/colorpicker-utils/ColorValue.js"
|
|
27611
|
+
}
|
|
27612
|
+
}
|
|
27613
|
+
]
|
|
27614
|
+
},
|
|
27615
|
+
{
|
|
27616
|
+
"kind": "javascript-module",
|
|
27617
|
+
"path": "dist/delegate/DragAndDropHandler.js",
|
|
27618
|
+
"declarations": [],
|
|
27619
|
+
"exports": [
|
|
27620
|
+
{
|
|
27621
|
+
"kind": "js",
|
|
27622
|
+
"name": "default",
|
|
27623
|
+
"declaration": {
|
|
27624
|
+
"name": "DragAndDropHandler",
|
|
27625
|
+
"module": "dist/delegate/DragAndDropHandler.js"
|
|
27626
|
+
}
|
|
27627
|
+
}
|
|
27628
|
+
]
|
|
27629
|
+
},
|
|
27630
|
+
{
|
|
27631
|
+
"kind": "javascript-module",
|
|
27632
|
+
"path": "dist/dynamic-date-range-options/DateRange.js",
|
|
27633
|
+
"declarations": [
|
|
27634
|
+
{
|
|
27635
|
+
"kind": "class",
|
|
27636
|
+
"description": "",
|
|
27637
|
+
"name": "DateRange"
|
|
27638
|
+
}
|
|
27639
|
+
],
|
|
27640
|
+
"exports": [
|
|
27641
|
+
{
|
|
27642
|
+
"kind": "js",
|
|
27643
|
+
"name": "default",
|
|
27644
|
+
"declaration": {
|
|
27645
|
+
"name": "DateRange",
|
|
27646
|
+
"module": "dist/dynamic-date-range-options/DateRange.js"
|
|
27647
|
+
}
|
|
27648
|
+
}
|
|
27649
|
+
]
|
|
27650
|
+
},
|
|
27651
|
+
{
|
|
27652
|
+
"kind": "javascript-module",
|
|
27653
|
+
"path": "dist/dynamic-date-range-options/LastNextUtils.js",
|
|
27654
|
+
"declarations": [],
|
|
27655
|
+
"exports": []
|
|
27656
|
+
},
|
|
27657
|
+
{
|
|
27658
|
+
"kind": "javascript-module",
|
|
27659
|
+
"path": "dist/dynamic-date-range-options/LastOptions.js",
|
|
27660
|
+
"declarations": [
|
|
27661
|
+
{
|
|
27662
|
+
"kind": "class",
|
|
27663
|
+
"description": "",
|
|
27664
|
+
"name": "LastOptions"
|
|
27665
|
+
}
|
|
27666
|
+
],
|
|
27667
|
+
"exports": [
|
|
27668
|
+
{
|
|
27669
|
+
"kind": "js",
|
|
27670
|
+
"name": "default",
|
|
27671
|
+
"declaration": {
|
|
27672
|
+
"name": "LastOptions",
|
|
27673
|
+
"module": "dist/dynamic-date-range-options/LastOptions.js"
|
|
27674
|
+
}
|
|
27675
|
+
}
|
|
27676
|
+
]
|
|
27677
|
+
},
|
|
27678
|
+
{
|
|
27679
|
+
"kind": "javascript-module",
|
|
27680
|
+
"path": "dist/dynamic-date-range-options/NextOptions.js",
|
|
27681
|
+
"declarations": [
|
|
27682
|
+
{
|
|
27683
|
+
"kind": "class",
|
|
27684
|
+
"description": "",
|
|
27685
|
+
"name": "NextOptions"
|
|
27686
|
+
}
|
|
27687
|
+
],
|
|
27688
|
+
"exports": [
|
|
27689
|
+
{
|
|
27690
|
+
"kind": "js",
|
|
27691
|
+
"name": "default",
|
|
27692
|
+
"declaration": {
|
|
27693
|
+
"name": "NextOptions",
|
|
27694
|
+
"module": "dist/dynamic-date-range-options/NextOptions.js"
|
|
27695
|
+
}
|
|
27696
|
+
}
|
|
27697
|
+
]
|
|
27698
|
+
},
|
|
27699
|
+
{
|
|
27700
|
+
"kind": "javascript-module",
|
|
27701
|
+
"path": "dist/dynamic-date-range-options/SingleDate.js",
|
|
27702
|
+
"declarations": [
|
|
27703
|
+
{
|
|
27704
|
+
"kind": "class",
|
|
27705
|
+
"description": "",
|
|
27706
|
+
"name": "SingleDate"
|
|
27707
|
+
}
|
|
27708
|
+
],
|
|
27709
|
+
"exports": [
|
|
27710
|
+
{
|
|
27711
|
+
"kind": "js",
|
|
27712
|
+
"name": "default",
|
|
27713
|
+
"declaration": {
|
|
27714
|
+
"name": "SingleDate",
|
|
27715
|
+
"module": "dist/dynamic-date-range-options/SingleDate.js"
|
|
27716
|
+
}
|
|
27717
|
+
}
|
|
27718
|
+
]
|
|
27719
|
+
},
|
|
27720
|
+
{
|
|
27721
|
+
"kind": "javascript-module",
|
|
27722
|
+
"path": "dist/dynamic-date-range-options/Today.js",
|
|
27723
|
+
"declarations": [
|
|
27724
|
+
{
|
|
27725
|
+
"kind": "class",
|
|
27726
|
+
"description": "",
|
|
27727
|
+
"name": "Today"
|
|
27728
|
+
}
|
|
27729
|
+
],
|
|
27730
|
+
"exports": [
|
|
27731
|
+
{
|
|
27732
|
+
"kind": "js",
|
|
27733
|
+
"name": "default",
|
|
27734
|
+
"declaration": {
|
|
27735
|
+
"name": "Today",
|
|
27736
|
+
"module": "dist/dynamic-date-range-options/Today.js"
|
|
27737
|
+
}
|
|
27738
|
+
}
|
|
27739
|
+
]
|
|
27740
|
+
},
|
|
27741
|
+
{
|
|
27742
|
+
"kind": "javascript-module",
|
|
27743
|
+
"path": "dist/dynamic-date-range-options/Tomorrow.js",
|
|
27744
|
+
"declarations": [
|
|
27745
|
+
{
|
|
27746
|
+
"kind": "class",
|
|
27747
|
+
"description": "",
|
|
27748
|
+
"name": "Tomorrow"
|
|
27749
|
+
}
|
|
27750
|
+
],
|
|
27751
|
+
"exports": [
|
|
27752
|
+
{
|
|
27753
|
+
"kind": "js",
|
|
27754
|
+
"name": "default",
|
|
27755
|
+
"declaration": {
|
|
27756
|
+
"name": "Tomorrow",
|
|
27757
|
+
"module": "dist/dynamic-date-range-options/Tomorrow.js"
|
|
27758
|
+
}
|
|
27759
|
+
}
|
|
27760
|
+
]
|
|
27761
|
+
},
|
|
27762
|
+
{
|
|
27763
|
+
"kind": "javascript-module",
|
|
27764
|
+
"path": "dist/dynamic-date-range-options/Yesterday.js",
|
|
27765
|
+
"declarations": [
|
|
27766
|
+
{
|
|
27767
|
+
"kind": "class",
|
|
27768
|
+
"description": "",
|
|
27769
|
+
"name": "Yesterday"
|
|
27770
|
+
}
|
|
27771
|
+
],
|
|
27772
|
+
"exports": [
|
|
27773
|
+
{
|
|
27774
|
+
"kind": "js",
|
|
27775
|
+
"name": "default",
|
|
27776
|
+
"declaration": {
|
|
27777
|
+
"name": "Yesterday",
|
|
27778
|
+
"module": "dist/dynamic-date-range-options/Yesterday.js"
|
|
27779
|
+
}
|
|
27780
|
+
}
|
|
27781
|
+
]
|
|
27782
|
+
},
|
|
27783
|
+
{
|
|
27784
|
+
"kind": "javascript-module",
|
|
27785
|
+
"path": "dist/dynamic-date-range-options/toDates.js",
|
|
27786
|
+
"declarations": [],
|
|
27787
|
+
"exports": []
|
|
27788
|
+
},
|
|
27789
|
+
{
|
|
27790
|
+
"kind": "javascript-module",
|
|
27791
|
+
"path": "dist/features/ColorPaletteMoreColors.js",
|
|
27792
|
+
"declarations": [],
|
|
27793
|
+
"exports": []
|
|
27794
|
+
},
|
|
27795
|
+
{
|
|
27796
|
+
"kind": "javascript-module",
|
|
27797
|
+
"path": "dist/features/InputComposition.js",
|
|
27798
|
+
"declarations": [],
|
|
27799
|
+
"exports": [
|
|
27800
|
+
{
|
|
27801
|
+
"kind": "js",
|
|
27802
|
+
"name": "default",
|
|
27803
|
+
"declaration": {
|
|
27804
|
+
"name": "InputComposition",
|
|
27805
|
+
"module": "dist/features/InputComposition.js"
|
|
27806
|
+
}
|
|
27807
|
+
}
|
|
27808
|
+
]
|
|
27809
|
+
},
|
|
27810
|
+
{
|
|
27811
|
+
"kind": "javascript-module",
|
|
27812
|
+
"path": "dist/features/InputSuggestions.js",
|
|
27813
|
+
"declarations": [],
|
|
27814
|
+
"exports": [
|
|
27815
|
+
{
|
|
27816
|
+
"kind": "js",
|
|
27817
|
+
"name": "default",
|
|
27818
|
+
"declaration": {
|
|
27819
|
+
"name": "Suggestions",
|
|
27820
|
+
"module": "dist/features/InputSuggestions.js"
|
|
27821
|
+
}
|
|
27822
|
+
}
|
|
27823
|
+
]
|
|
27824
|
+
},
|
|
27825
|
+
{
|
|
27826
|
+
"kind": "javascript-module",
|
|
27827
|
+
"path": "dist/features/ListItemStandardExpandableText.js",
|
|
27828
|
+
"declarations": [],
|
|
27829
|
+
"exports": []
|
|
27830
|
+
},
|
|
27831
|
+
{
|
|
27832
|
+
"kind": "javascript-module",
|
|
27833
|
+
"path": "dist/popup-utils/OpenedPopupsRegistry.js",
|
|
27834
|
+
"declarations": [],
|
|
27835
|
+
"exports": []
|
|
27836
|
+
},
|
|
27837
|
+
{
|
|
27838
|
+
"kind": "javascript-module",
|
|
27839
|
+
"path": "dist/popup-utils/PopoverRegistry.js",
|
|
27840
|
+
"declarations": [],
|
|
27841
|
+
"exports": []
|
|
27842
|
+
},
|
|
27843
|
+
{
|
|
27844
|
+
"kind": "javascript-module",
|
|
27845
|
+
"path": "dist/timepicker-utils/TimeSlider.js",
|
|
27846
|
+
"declarations": [],
|
|
27847
|
+
"exports": []
|
|
27848
|
+
},
|
|
27849
|
+
{
|
|
27850
|
+
"kind": "javascript-module",
|
|
27851
|
+
"path": "dist/types/AvatarColorScheme.js",
|
|
27852
|
+
"declarations": [],
|
|
27853
|
+
"exports": [
|
|
27854
|
+
{
|
|
27855
|
+
"kind": "js",
|
|
27856
|
+
"name": "default",
|
|
27857
|
+
"declaration": {
|
|
27858
|
+
"name": "AvatarColorScheme",
|
|
27859
|
+
"module": "dist/types/AvatarColorScheme.js"
|
|
27860
|
+
}
|
|
27861
|
+
}
|
|
27862
|
+
]
|
|
27863
|
+
},
|
|
27864
|
+
{
|
|
27865
|
+
"kind": "javascript-module",
|
|
27866
|
+
"path": "dist/types/AvatarGroupType.js",
|
|
27867
|
+
"declarations": [],
|
|
27868
|
+
"exports": [
|
|
27869
|
+
{
|
|
27870
|
+
"kind": "js",
|
|
27871
|
+
"name": "default",
|
|
27872
|
+
"declaration": {
|
|
27873
|
+
"name": "AvatarGroupType",
|
|
27874
|
+
"module": "dist/types/AvatarGroupType.js"
|
|
27875
|
+
}
|
|
27876
|
+
}
|
|
27877
|
+
]
|
|
27878
|
+
},
|
|
27879
|
+
{
|
|
27880
|
+
"kind": "javascript-module",
|
|
27881
|
+
"path": "dist/types/AvatarShape.js",
|
|
27882
|
+
"declarations": [],
|
|
27883
|
+
"exports": [
|
|
27884
|
+
{
|
|
27885
|
+
"kind": "js",
|
|
27886
|
+
"name": "default",
|
|
27887
|
+
"declaration": {
|
|
27888
|
+
"name": "AvatarShape",
|
|
27889
|
+
"module": "dist/types/AvatarShape.js"
|
|
27890
|
+
}
|
|
27891
|
+
}
|
|
27892
|
+
]
|
|
27893
|
+
},
|
|
27894
|
+
{
|
|
27895
|
+
"kind": "javascript-module",
|
|
27896
|
+
"path": "dist/types/AvatarSize.js",
|
|
27897
|
+
"declarations": [],
|
|
27898
|
+
"exports": [
|
|
27899
|
+
{
|
|
27900
|
+
"kind": "js",
|
|
27901
|
+
"name": "default",
|
|
27902
|
+
"declaration": {
|
|
27903
|
+
"name": "AvatarSize",
|
|
27904
|
+
"module": "dist/types/AvatarSize.js"
|
|
27905
|
+
}
|
|
27906
|
+
}
|
|
27907
|
+
]
|
|
27908
|
+
},
|
|
27909
|
+
{
|
|
27910
|
+
"kind": "javascript-module",
|
|
27911
|
+
"path": "dist/types/BackgroundDesign.js",
|
|
27912
|
+
"declarations": [],
|
|
27913
|
+
"exports": [
|
|
27914
|
+
{
|
|
27915
|
+
"kind": "js",
|
|
27916
|
+
"name": "default",
|
|
27917
|
+
"declaration": {
|
|
27918
|
+
"name": "BackgroundDesign",
|
|
27919
|
+
"module": "dist/types/BackgroundDesign.js"
|
|
27920
|
+
}
|
|
27921
|
+
}
|
|
27922
|
+
]
|
|
27923
|
+
},
|
|
27924
|
+
{
|
|
27925
|
+
"kind": "javascript-module",
|
|
27926
|
+
"path": "dist/types/BarAccessibleRole.js",
|
|
27927
|
+
"declarations": [],
|
|
27928
|
+
"exports": [
|
|
27929
|
+
{
|
|
27930
|
+
"kind": "js",
|
|
27931
|
+
"name": "default",
|
|
27932
|
+
"declaration": {
|
|
27933
|
+
"name": "BarAccessibleRole",
|
|
27934
|
+
"module": "dist/types/BarAccessibleRole.js"
|
|
27935
|
+
}
|
|
27936
|
+
}
|
|
27937
|
+
]
|
|
27938
|
+
},
|
|
27939
|
+
{
|
|
27940
|
+
"kind": "javascript-module",
|
|
27941
|
+
"path": "dist/types/BarDesign.js",
|
|
27942
|
+
"declarations": [],
|
|
27943
|
+
"exports": [
|
|
27944
|
+
{
|
|
27945
|
+
"kind": "js",
|
|
27946
|
+
"name": "default",
|
|
27947
|
+
"declaration": {
|
|
27948
|
+
"name": "BarDesign",
|
|
27949
|
+
"module": "dist/types/BarDesign.js"
|
|
27950
|
+
}
|
|
27951
|
+
}
|
|
27952
|
+
]
|
|
27953
|
+
},
|
|
27954
|
+
{
|
|
27955
|
+
"kind": "javascript-module",
|
|
27956
|
+
"path": "dist/types/BorderDesign.js",
|
|
27957
|
+
"declarations": [],
|
|
27958
|
+
"exports": [
|
|
27959
|
+
{
|
|
27960
|
+
"kind": "js",
|
|
27961
|
+
"name": "default",
|
|
27962
|
+
"declaration": {
|
|
27963
|
+
"name": "BorderDesign",
|
|
27964
|
+
"module": "dist/types/BorderDesign.js"
|
|
27965
|
+
}
|
|
27966
|
+
}
|
|
27967
|
+
]
|
|
27968
|
+
},
|
|
27969
|
+
{
|
|
27970
|
+
"kind": "javascript-module",
|
|
27971
|
+
"path": "dist/types/BreadcrumbsDesign.js",
|
|
27972
|
+
"declarations": [],
|
|
27973
|
+
"exports": [
|
|
27974
|
+
{
|
|
27975
|
+
"kind": "js",
|
|
27976
|
+
"name": "default",
|
|
27977
|
+
"declaration": {
|
|
27978
|
+
"name": "BreadcrumbsDesign",
|
|
27979
|
+
"module": "dist/types/BreadcrumbsDesign.js"
|
|
27980
|
+
}
|
|
27981
|
+
}
|
|
27982
|
+
]
|
|
27983
|
+
},
|
|
27984
|
+
{
|
|
27985
|
+
"kind": "javascript-module",
|
|
27986
|
+
"path": "dist/types/BreadcrumbsSeparator.js",
|
|
27987
|
+
"declarations": [],
|
|
27988
|
+
"exports": [
|
|
27989
|
+
{
|
|
27990
|
+
"kind": "js",
|
|
27991
|
+
"name": "default",
|
|
27992
|
+
"declaration": {
|
|
27993
|
+
"name": "BreadcrumbsSeparator",
|
|
27994
|
+
"module": "dist/types/BreadcrumbsSeparator.js"
|
|
27995
|
+
}
|
|
27996
|
+
}
|
|
27997
|
+
]
|
|
27998
|
+
},
|
|
27999
|
+
{
|
|
28000
|
+
"kind": "javascript-module",
|
|
28001
|
+
"path": "dist/types/BusyIndicatorSize.js",
|
|
28002
|
+
"declarations": [],
|
|
28003
|
+
"exports": [
|
|
28004
|
+
{
|
|
28005
|
+
"kind": "js",
|
|
28006
|
+
"name": "default",
|
|
28007
|
+
"declaration": {
|
|
28008
|
+
"name": "BusyIndicatorSize",
|
|
28009
|
+
"module": "dist/types/BusyIndicatorSize.js"
|
|
28010
|
+
}
|
|
28011
|
+
}
|
|
28012
|
+
]
|
|
28013
|
+
},
|
|
28014
|
+
{
|
|
28015
|
+
"kind": "javascript-module",
|
|
28016
|
+
"path": "dist/types/BusyIndicatorTextPlacement.js",
|
|
28017
|
+
"declarations": [],
|
|
28018
|
+
"exports": [
|
|
28019
|
+
{
|
|
28020
|
+
"kind": "js",
|
|
28021
|
+
"name": "default",
|
|
28022
|
+
"declaration": {
|
|
28023
|
+
"name": "BusyIndicatorTextPlacement",
|
|
28024
|
+
"module": "dist/types/BusyIndicatorTextPlacement.js"
|
|
28025
|
+
}
|
|
28026
|
+
}
|
|
28027
|
+
]
|
|
28028
|
+
},
|
|
28029
|
+
{
|
|
28030
|
+
"kind": "javascript-module",
|
|
28031
|
+
"path": "dist/types/ButtonAccessibleRole.js",
|
|
28032
|
+
"declarations": [],
|
|
28033
|
+
"exports": [
|
|
28034
|
+
{
|
|
28035
|
+
"kind": "js",
|
|
28036
|
+
"name": "default",
|
|
28037
|
+
"declaration": {
|
|
28038
|
+
"name": "ButtonAccessibleRole",
|
|
28039
|
+
"module": "dist/types/ButtonAccessibleRole.js"
|
|
28040
|
+
}
|
|
28041
|
+
}
|
|
28042
|
+
]
|
|
28043
|
+
},
|
|
28044
|
+
{
|
|
28045
|
+
"kind": "javascript-module",
|
|
28046
|
+
"path": "dist/types/ButtonBadgeDesign.js",
|
|
28047
|
+
"declarations": [],
|
|
28048
|
+
"exports": [
|
|
28049
|
+
{
|
|
28050
|
+
"kind": "js",
|
|
28051
|
+
"name": "default",
|
|
28052
|
+
"declaration": {
|
|
28053
|
+
"name": "ButtonBadgeDesign",
|
|
28054
|
+
"module": "dist/types/ButtonBadgeDesign.js"
|
|
28055
|
+
}
|
|
28056
|
+
}
|
|
28057
|
+
]
|
|
28058
|
+
},
|
|
28059
|
+
{
|
|
28060
|
+
"kind": "javascript-module",
|
|
28061
|
+
"path": "dist/types/ButtonDesign.js",
|
|
28062
|
+
"declarations": [],
|
|
28063
|
+
"exports": [
|
|
28064
|
+
{
|
|
28065
|
+
"kind": "js",
|
|
28066
|
+
"name": "default",
|
|
28067
|
+
"declaration": {
|
|
28068
|
+
"name": "ButtonDesign",
|
|
28069
|
+
"module": "dist/types/ButtonDesign.js"
|
|
28070
|
+
}
|
|
28071
|
+
}
|
|
28072
|
+
]
|
|
28073
|
+
},
|
|
28074
|
+
{
|
|
28075
|
+
"kind": "javascript-module",
|
|
28076
|
+
"path": "dist/types/ButtonType.js",
|
|
28077
|
+
"declarations": [],
|
|
28078
|
+
"exports": [
|
|
28079
|
+
{
|
|
28080
|
+
"kind": "js",
|
|
28081
|
+
"name": "default",
|
|
28082
|
+
"declaration": {
|
|
28083
|
+
"name": "ButtonType",
|
|
28084
|
+
"module": "dist/types/ButtonType.js"
|
|
28085
|
+
}
|
|
28086
|
+
}
|
|
28087
|
+
]
|
|
28088
|
+
},
|
|
28089
|
+
{
|
|
28090
|
+
"kind": "javascript-module",
|
|
28091
|
+
"path": "dist/types/CalendarLegendItemType.js",
|
|
28092
|
+
"declarations": [],
|
|
28093
|
+
"exports": [
|
|
28094
|
+
{
|
|
28095
|
+
"kind": "js",
|
|
28096
|
+
"name": "default",
|
|
28097
|
+
"declaration": {
|
|
28098
|
+
"name": "CalendarLegendItemType",
|
|
28099
|
+
"module": "dist/types/CalendarLegendItemType.js"
|
|
28100
|
+
}
|
|
28101
|
+
}
|
|
28102
|
+
]
|
|
28103
|
+
},
|
|
28104
|
+
{
|
|
28105
|
+
"kind": "javascript-module",
|
|
28106
|
+
"path": "dist/types/CalendarPickersMode.js",
|
|
28107
|
+
"declarations": [],
|
|
28108
|
+
"exports": [
|
|
28109
|
+
{
|
|
28110
|
+
"kind": "js",
|
|
28111
|
+
"name": "default",
|
|
28112
|
+
"declaration": {
|
|
28113
|
+
"name": "CalendarPickersMode",
|
|
28114
|
+
"module": "dist/types/CalendarPickersMode.js"
|
|
28115
|
+
}
|
|
28116
|
+
}
|
|
28117
|
+
]
|
|
28118
|
+
},
|
|
28119
|
+
{
|
|
28120
|
+
"kind": "javascript-module",
|
|
28121
|
+
"path": "dist/types/CalendarSelectionMode.js",
|
|
28122
|
+
"declarations": [],
|
|
28123
|
+
"exports": [
|
|
28124
|
+
{
|
|
28125
|
+
"kind": "js",
|
|
28126
|
+
"name": "default",
|
|
28127
|
+
"declaration": {
|
|
28128
|
+
"name": "CalendarSelectionMode",
|
|
28129
|
+
"module": "dist/types/CalendarSelectionMode.js"
|
|
28130
|
+
}
|
|
28131
|
+
}
|
|
28132
|
+
]
|
|
28133
|
+
},
|
|
28134
|
+
{
|
|
28135
|
+
"kind": "javascript-module",
|
|
28136
|
+
"path": "dist/types/CalendarWeekNumbering.js",
|
|
28137
|
+
"declarations": [],
|
|
28138
|
+
"exports": [
|
|
28139
|
+
{
|
|
28140
|
+
"kind": "js",
|
|
28141
|
+
"name": "default",
|
|
28142
|
+
"declaration": {
|
|
28143
|
+
"name": "CalendarWeekNumbering",
|
|
28144
|
+
"module": "dist/types/CalendarWeekNumbering.js"
|
|
28145
|
+
}
|
|
28146
|
+
}
|
|
28147
|
+
]
|
|
28148
|
+
},
|
|
28149
|
+
{
|
|
28150
|
+
"kind": "javascript-module",
|
|
28151
|
+
"path": "dist/types/CarouselArrowsPlacement.js",
|
|
28152
|
+
"declarations": [],
|
|
28153
|
+
"exports": [
|
|
28154
|
+
{
|
|
28155
|
+
"kind": "js",
|
|
28156
|
+
"name": "default",
|
|
28157
|
+
"declaration": {
|
|
28158
|
+
"name": "CarouselArrowsPlacement",
|
|
28159
|
+
"module": "dist/types/CarouselArrowsPlacement.js"
|
|
28160
|
+
}
|
|
28161
|
+
}
|
|
28162
|
+
]
|
|
28163
|
+
},
|
|
28164
|
+
{
|
|
28165
|
+
"kind": "javascript-module",
|
|
28166
|
+
"path": "dist/types/CarouselPageIndicatorType.js",
|
|
28167
|
+
"declarations": [],
|
|
28168
|
+
"exports": [
|
|
28169
|
+
{
|
|
28170
|
+
"kind": "js",
|
|
28171
|
+
"name": "default",
|
|
28172
|
+
"declaration": {
|
|
28173
|
+
"name": "CarouselPageIndicatorType",
|
|
28174
|
+
"module": "dist/types/CarouselPageIndicatorType.js"
|
|
28175
|
+
}
|
|
28176
|
+
}
|
|
28177
|
+
]
|
|
28178
|
+
},
|
|
28179
|
+
{
|
|
28180
|
+
"kind": "javascript-module",
|
|
28181
|
+
"path": "dist/types/ComboBoxFilter.js",
|
|
28182
|
+
"declarations": [],
|
|
28183
|
+
"exports": [
|
|
28184
|
+
{
|
|
28185
|
+
"kind": "js",
|
|
28186
|
+
"name": "default",
|
|
28187
|
+
"declaration": {
|
|
28188
|
+
"name": "ComboBoxFilter",
|
|
28189
|
+
"module": "dist/types/ComboBoxFilter.js"
|
|
28190
|
+
}
|
|
28191
|
+
}
|
|
28192
|
+
]
|
|
28193
|
+
},
|
|
28194
|
+
{
|
|
28195
|
+
"kind": "javascript-module",
|
|
28196
|
+
"path": "dist/types/ExpandableTextOverflowMode.js",
|
|
28197
|
+
"declarations": [],
|
|
28198
|
+
"exports": [
|
|
28199
|
+
{
|
|
28200
|
+
"kind": "js",
|
|
28201
|
+
"name": "default",
|
|
28202
|
+
"declaration": {
|
|
28203
|
+
"name": "ExpandableTextOverflowMode",
|
|
28204
|
+
"module": "dist/types/ExpandableTextOverflowMode.js"
|
|
28205
|
+
}
|
|
28206
|
+
}
|
|
28207
|
+
]
|
|
28208
|
+
},
|
|
28209
|
+
{
|
|
28210
|
+
"kind": "javascript-module",
|
|
28211
|
+
"path": "dist/types/ExpandableTextTemplateParams.js",
|
|
28212
|
+
"declarations": [],
|
|
28213
|
+
"exports": []
|
|
28214
|
+
},
|
|
28215
|
+
{
|
|
28216
|
+
"kind": "javascript-module",
|
|
28217
|
+
"path": "dist/types/FormItemSpacing.js",
|
|
28218
|
+
"declarations": [],
|
|
28219
|
+
"exports": [
|
|
28220
|
+
{
|
|
28221
|
+
"kind": "js",
|
|
28222
|
+
"name": "default",
|
|
28223
|
+
"declaration": {
|
|
28224
|
+
"name": "FormItemSpacing",
|
|
28225
|
+
"module": "dist/types/FormItemSpacing.js"
|
|
28226
|
+
}
|
|
28227
|
+
}
|
|
28228
|
+
]
|
|
28229
|
+
},
|
|
28230
|
+
{
|
|
28231
|
+
"kind": "javascript-module",
|
|
28232
|
+
"path": "dist/types/Highlight.js",
|
|
28233
|
+
"declarations": [],
|
|
28234
|
+
"exports": [
|
|
28235
|
+
{
|
|
28236
|
+
"kind": "js",
|
|
28237
|
+
"name": "default",
|
|
28238
|
+
"declaration": {
|
|
28239
|
+
"name": "Highlight",
|
|
28240
|
+
"module": "dist/types/Highlight.js"
|
|
28241
|
+
}
|
|
28242
|
+
}
|
|
28243
|
+
]
|
|
28244
|
+
},
|
|
28245
|
+
{
|
|
28246
|
+
"kind": "javascript-module",
|
|
28247
|
+
"path": "dist/types/IconDesign.js",
|
|
28248
|
+
"declarations": [],
|
|
28249
|
+
"exports": [
|
|
28250
|
+
{
|
|
28251
|
+
"kind": "js",
|
|
28252
|
+
"name": "default",
|
|
28253
|
+
"declaration": {
|
|
28254
|
+
"name": "IconDesign",
|
|
28255
|
+
"module": "dist/types/IconDesign.js"
|
|
28256
|
+
}
|
|
28257
|
+
}
|
|
28258
|
+
]
|
|
28259
|
+
},
|
|
28260
|
+
{
|
|
28261
|
+
"kind": "javascript-module",
|
|
28262
|
+
"path": "dist/types/IconMode.js",
|
|
28263
|
+
"declarations": [],
|
|
28264
|
+
"exports": [
|
|
28265
|
+
{
|
|
28266
|
+
"kind": "js",
|
|
28267
|
+
"name": "default",
|
|
28268
|
+
"declaration": {
|
|
28269
|
+
"name": "IconMode",
|
|
28270
|
+
"module": "dist/types/IconMode.js"
|
|
28271
|
+
}
|
|
28272
|
+
}
|
|
28273
|
+
]
|
|
28274
|
+
},
|
|
28275
|
+
{
|
|
28276
|
+
"kind": "javascript-module",
|
|
28277
|
+
"path": "dist/types/InputKeyHint.js",
|
|
28278
|
+
"declarations": [],
|
|
28279
|
+
"exports": [
|
|
28280
|
+
{
|
|
28281
|
+
"kind": "js",
|
|
28282
|
+
"name": "default",
|
|
28283
|
+
"declaration": {
|
|
28284
|
+
"name": "InputKeyHint",
|
|
28285
|
+
"module": "dist/types/InputKeyHint.js"
|
|
28286
|
+
}
|
|
28287
|
+
}
|
|
28288
|
+
]
|
|
28289
|
+
},
|
|
28290
|
+
{
|
|
28291
|
+
"kind": "javascript-module",
|
|
28292
|
+
"path": "dist/types/InputType.js",
|
|
28293
|
+
"declarations": [],
|
|
28294
|
+
"exports": [
|
|
28295
|
+
{
|
|
28296
|
+
"kind": "js",
|
|
28297
|
+
"name": "default",
|
|
28298
|
+
"declaration": {
|
|
28299
|
+
"name": "InputType",
|
|
28300
|
+
"module": "dist/types/InputType.js"
|
|
28301
|
+
}
|
|
28302
|
+
}
|
|
28303
|
+
]
|
|
28304
|
+
},
|
|
28305
|
+
{
|
|
28306
|
+
"kind": "javascript-module",
|
|
28307
|
+
"path": "dist/types/InteractiveAreaSize.js",
|
|
28308
|
+
"declarations": [],
|
|
28309
|
+
"exports": [
|
|
28310
|
+
{
|
|
28311
|
+
"kind": "js",
|
|
28312
|
+
"name": "default",
|
|
28313
|
+
"declaration": {
|
|
28314
|
+
"name": "InteractiveAreaSize",
|
|
28315
|
+
"module": "dist/types/InteractiveAreaSize.js"
|
|
28316
|
+
}
|
|
28317
|
+
}
|
|
28318
|
+
]
|
|
28319
|
+
},
|
|
28320
|
+
{
|
|
28321
|
+
"kind": "javascript-module",
|
|
28322
|
+
"path": "dist/types/LinkAccessibleRole.js",
|
|
28323
|
+
"declarations": [],
|
|
28324
|
+
"exports": [
|
|
28325
|
+
{
|
|
28326
|
+
"kind": "js",
|
|
28327
|
+
"name": "default",
|
|
28328
|
+
"declaration": {
|
|
28329
|
+
"name": "LinkAccessibleRole",
|
|
28330
|
+
"module": "dist/types/LinkAccessibleRole.js"
|
|
28331
|
+
}
|
|
28332
|
+
}
|
|
28333
|
+
]
|
|
28334
|
+
},
|
|
28335
|
+
{
|
|
28336
|
+
"kind": "javascript-module",
|
|
28337
|
+
"path": "dist/types/LinkDesign.js",
|
|
28338
|
+
"declarations": [],
|
|
28339
|
+
"exports": [
|
|
28340
|
+
{
|
|
28341
|
+
"kind": "js",
|
|
28342
|
+
"name": "default",
|
|
28343
|
+
"declaration": {
|
|
28344
|
+
"name": "LinkDesign",
|
|
28345
|
+
"module": "dist/types/LinkDesign.js"
|
|
28346
|
+
}
|
|
28347
|
+
}
|
|
28348
|
+
]
|
|
28349
|
+
},
|
|
28350
|
+
{
|
|
28351
|
+
"kind": "javascript-module",
|
|
28352
|
+
"path": "dist/types/ListAccessibleRole.js",
|
|
28353
|
+
"declarations": [],
|
|
28354
|
+
"exports": [
|
|
28355
|
+
{
|
|
28356
|
+
"kind": "js",
|
|
28357
|
+
"name": "default",
|
|
28358
|
+
"declaration": {
|
|
28359
|
+
"name": "ListAccessibleRole",
|
|
28360
|
+
"module": "dist/types/ListAccessibleRole.js"
|
|
28361
|
+
}
|
|
28362
|
+
}
|
|
28363
|
+
]
|
|
28364
|
+
},
|
|
28365
|
+
{
|
|
28366
|
+
"kind": "javascript-module",
|
|
28367
|
+
"path": "dist/types/ListGrowingMode.js",
|
|
28368
|
+
"declarations": [],
|
|
28369
|
+
"exports": [
|
|
28370
|
+
{
|
|
28371
|
+
"kind": "js",
|
|
28372
|
+
"name": "default",
|
|
28373
|
+
"declaration": {
|
|
28374
|
+
"name": "ListGrowingMode",
|
|
28375
|
+
"module": "dist/types/ListGrowingMode.js"
|
|
28376
|
+
}
|
|
28377
|
+
}
|
|
28378
|
+
]
|
|
28379
|
+
},
|
|
28380
|
+
{
|
|
28381
|
+
"kind": "javascript-module",
|
|
28382
|
+
"path": "dist/types/ListItemAccessibleRole.js",
|
|
28383
|
+
"declarations": [],
|
|
28384
|
+
"exports": [
|
|
28385
|
+
{
|
|
28386
|
+
"kind": "js",
|
|
28387
|
+
"name": "default",
|
|
28388
|
+
"declaration": {
|
|
28389
|
+
"name": "ListItemAccessibleRole",
|
|
28390
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
28391
|
+
}
|
|
28392
|
+
}
|
|
28393
|
+
]
|
|
28394
|
+
},
|
|
28395
|
+
{
|
|
28396
|
+
"kind": "javascript-module",
|
|
28397
|
+
"path": "dist/types/ListItemType.js",
|
|
28398
|
+
"declarations": [],
|
|
28399
|
+
"exports": [
|
|
28400
|
+
{
|
|
28401
|
+
"kind": "js",
|
|
28402
|
+
"name": "default",
|
|
28403
|
+
"declaration": {
|
|
28404
|
+
"name": "ListItemType",
|
|
28405
|
+
"module": "dist/types/ListItemType.js"
|
|
28406
|
+
}
|
|
28407
|
+
}
|
|
28408
|
+
]
|
|
28409
|
+
},
|
|
28410
|
+
{
|
|
28411
|
+
"kind": "javascript-module",
|
|
28412
|
+
"path": "dist/types/ListSelectionMode.js",
|
|
28413
|
+
"declarations": [],
|
|
28414
|
+
"exports": [
|
|
28415
|
+
{
|
|
28416
|
+
"kind": "js",
|
|
28417
|
+
"name": "default",
|
|
28418
|
+
"declaration": {
|
|
28419
|
+
"name": "ListSelectionMode",
|
|
28420
|
+
"module": "dist/types/ListSelectionMode.js"
|
|
28421
|
+
}
|
|
28422
|
+
}
|
|
28423
|
+
]
|
|
28424
|
+
},
|
|
28425
|
+
{
|
|
28426
|
+
"kind": "javascript-module",
|
|
28427
|
+
"path": "dist/types/ListSeparator.js",
|
|
28428
|
+
"declarations": [],
|
|
28429
|
+
"exports": [
|
|
28430
|
+
{
|
|
28431
|
+
"kind": "js",
|
|
28432
|
+
"name": "default",
|
|
28433
|
+
"declaration": {
|
|
28434
|
+
"name": "ListSeparator",
|
|
28435
|
+
"module": "dist/types/ListSeparator.js"
|
|
28436
|
+
}
|
|
28437
|
+
}
|
|
28438
|
+
]
|
|
28439
|
+
},
|
|
28440
|
+
{
|
|
28441
|
+
"kind": "javascript-module",
|
|
28442
|
+
"path": "dist/types/MenuItemGroupCheckMode.js",
|
|
28443
|
+
"declarations": [],
|
|
28444
|
+
"exports": [
|
|
28445
|
+
{
|
|
28446
|
+
"kind": "js",
|
|
28447
|
+
"name": "default",
|
|
28448
|
+
"declaration": {
|
|
28449
|
+
"name": "MenuItemGroupCheckMode",
|
|
28450
|
+
"module": "dist/types/MenuItemGroupCheckMode.js"
|
|
28451
|
+
}
|
|
28452
|
+
}
|
|
28453
|
+
]
|
|
28454
|
+
},
|
|
28455
|
+
{
|
|
28456
|
+
"kind": "javascript-module",
|
|
28457
|
+
"path": "dist/types/MessageStripDesign.js",
|
|
28458
|
+
"declarations": [],
|
|
28459
|
+
"exports": [
|
|
28460
|
+
{
|
|
28461
|
+
"kind": "js",
|
|
28462
|
+
"name": "default",
|
|
28463
|
+
"declaration": {
|
|
28464
|
+
"name": "MessageStripDesign",
|
|
28465
|
+
"module": "dist/types/MessageStripDesign.js"
|
|
28466
|
+
}
|
|
28467
|
+
}
|
|
28468
|
+
]
|
|
28469
|
+
},
|
|
28470
|
+
{
|
|
28471
|
+
"kind": "javascript-module",
|
|
28472
|
+
"path": "dist/types/NotificationListGrowingMode.js",
|
|
28473
|
+
"declarations": [],
|
|
28474
|
+
"exports": [
|
|
28475
|
+
{
|
|
28476
|
+
"kind": "js",
|
|
28477
|
+
"name": "default",
|
|
28478
|
+
"declaration": {
|
|
28479
|
+
"name": "NotificationListGrowingMode",
|
|
28480
|
+
"module": "dist/types/NotificationListGrowingMode.js"
|
|
28481
|
+
}
|
|
28482
|
+
}
|
|
28483
|
+
]
|
|
28484
|
+
},
|
|
28485
|
+
{
|
|
28486
|
+
"kind": "javascript-module",
|
|
28487
|
+
"path": "dist/types/OverflowMode.js",
|
|
28488
|
+
"declarations": [],
|
|
28489
|
+
"exports": [
|
|
28490
|
+
{
|
|
28491
|
+
"kind": "js",
|
|
28492
|
+
"name": "default",
|
|
28493
|
+
"declaration": {
|
|
28494
|
+
"name": "OverflowMode",
|
|
28495
|
+
"module": "dist/types/OverflowMode.js"
|
|
28496
|
+
}
|
|
28497
|
+
}
|
|
28498
|
+
]
|
|
28499
|
+
},
|
|
28500
|
+
{
|
|
28501
|
+
"kind": "javascript-module",
|
|
28502
|
+
"path": "dist/types/PanelAccessibleRole.js",
|
|
28503
|
+
"declarations": [],
|
|
28504
|
+
"exports": [
|
|
28505
|
+
{
|
|
28506
|
+
"kind": "js",
|
|
28507
|
+
"name": "default",
|
|
28508
|
+
"declaration": {
|
|
28509
|
+
"name": "PanelAccessibleRole",
|
|
28510
|
+
"module": "dist/types/PanelAccessibleRole.js"
|
|
28511
|
+
}
|
|
28512
|
+
}
|
|
28513
|
+
]
|
|
28514
|
+
},
|
|
28515
|
+
{
|
|
28516
|
+
"kind": "javascript-module",
|
|
28517
|
+
"path": "dist/types/PopoverHorizontalAlign.js",
|
|
28518
|
+
"declarations": [],
|
|
28519
|
+
"exports": [
|
|
28520
|
+
{
|
|
28521
|
+
"kind": "js",
|
|
28522
|
+
"name": "default",
|
|
28523
|
+
"declaration": {
|
|
28524
|
+
"name": "PopoverHorizontalAlign",
|
|
28525
|
+
"module": "dist/types/PopoverHorizontalAlign.js"
|
|
28526
|
+
}
|
|
28527
|
+
}
|
|
28528
|
+
]
|
|
28529
|
+
},
|
|
28530
|
+
{
|
|
28531
|
+
"kind": "javascript-module",
|
|
28532
|
+
"path": "dist/types/PopoverPlacement.js",
|
|
28533
|
+
"declarations": [],
|
|
28534
|
+
"exports": [
|
|
28535
|
+
{
|
|
28536
|
+
"kind": "js",
|
|
28537
|
+
"name": "default",
|
|
28538
|
+
"declaration": {
|
|
28539
|
+
"name": "PopoverPlacement",
|
|
28540
|
+
"module": "dist/types/PopoverPlacement.js"
|
|
28541
|
+
}
|
|
28542
|
+
}
|
|
28543
|
+
]
|
|
28544
|
+
},
|
|
28545
|
+
{
|
|
28546
|
+
"kind": "javascript-module",
|
|
28547
|
+
"path": "dist/types/PopoverVerticalAlign.js",
|
|
28548
|
+
"declarations": [],
|
|
28549
|
+
"exports": [
|
|
28550
|
+
{
|
|
28551
|
+
"kind": "js",
|
|
28552
|
+
"name": "default",
|
|
28553
|
+
"declaration": {
|
|
28554
|
+
"name": "PopoverVerticalAlign",
|
|
28555
|
+
"module": "dist/types/PopoverVerticalAlign.js"
|
|
28556
|
+
}
|
|
28557
|
+
}
|
|
28558
|
+
]
|
|
28559
|
+
},
|
|
28560
|
+
{
|
|
28561
|
+
"kind": "javascript-module",
|
|
28562
|
+
"path": "dist/types/PopupAccessibleRole.js",
|
|
28563
|
+
"declarations": [],
|
|
28564
|
+
"exports": [
|
|
28565
|
+
{
|
|
28566
|
+
"kind": "js",
|
|
28567
|
+
"name": "default",
|
|
28568
|
+
"declaration": {
|
|
28569
|
+
"name": "PopupAccessibleRole",
|
|
28570
|
+
"module": "dist/types/PopupAccessibleRole.js"
|
|
28571
|
+
}
|
|
28572
|
+
}
|
|
28573
|
+
]
|
|
28574
|
+
},
|
|
28575
|
+
{
|
|
28576
|
+
"kind": "javascript-module",
|
|
28577
|
+
"path": "dist/types/Priority.js",
|
|
28578
|
+
"declarations": [],
|
|
28579
|
+
"exports": [
|
|
28580
|
+
{
|
|
28581
|
+
"kind": "js",
|
|
28582
|
+
"name": "default",
|
|
28583
|
+
"declaration": {
|
|
28584
|
+
"name": "Priority",
|
|
28585
|
+
"module": "dist/types/Priority.js"
|
|
28586
|
+
}
|
|
28587
|
+
}
|
|
28588
|
+
]
|
|
28589
|
+
},
|
|
28590
|
+
{
|
|
28591
|
+
"kind": "javascript-module",
|
|
28592
|
+
"path": "dist/types/RatingIndicatorSize.js",
|
|
28593
|
+
"declarations": [],
|
|
28594
|
+
"exports": [
|
|
28595
|
+
{
|
|
28596
|
+
"kind": "js",
|
|
28597
|
+
"name": "default",
|
|
28598
|
+
"declaration": {
|
|
28599
|
+
"name": "RatingIndicatorSize",
|
|
28600
|
+
"module": "dist/types/RatingIndicatorSize.js"
|
|
28601
|
+
}
|
|
28602
|
+
}
|
|
28603
|
+
]
|
|
28604
|
+
},
|
|
28605
|
+
{
|
|
28606
|
+
"kind": "javascript-module",
|
|
28607
|
+
"path": "dist/types/SegmentedButtonContentMode.js",
|
|
28608
|
+
"declarations": [],
|
|
28609
|
+
"exports": [
|
|
28610
|
+
{
|
|
28611
|
+
"kind": "js",
|
|
28612
|
+
"name": "default",
|
|
28613
|
+
"declaration": {
|
|
28614
|
+
"name": "SegmentedButtonContentMode",
|
|
28615
|
+
"module": "dist/types/SegmentedButtonContentMode.js"
|
|
28616
|
+
}
|
|
28617
|
+
}
|
|
28618
|
+
]
|
|
28619
|
+
},
|
|
28620
|
+
{
|
|
28621
|
+
"kind": "javascript-module",
|
|
28622
|
+
"path": "dist/types/SegmentedButtonSelectionMode.js",
|
|
28623
|
+
"declarations": [],
|
|
28624
|
+
"exports": [
|
|
28625
|
+
{
|
|
28626
|
+
"kind": "js",
|
|
28627
|
+
"name": "default",
|
|
28628
|
+
"declaration": {
|
|
28629
|
+
"name": "SegmentedButtonSelectionMode",
|
|
28630
|
+
"module": "dist/types/SegmentedButtonSelectionMode.js"
|
|
28631
|
+
}
|
|
28632
|
+
}
|
|
28633
|
+
]
|
|
28634
|
+
},
|
|
28635
|
+
{
|
|
28636
|
+
"kind": "javascript-module",
|
|
28637
|
+
"path": "dist/types/SelectTwoColumnSeparator.js",
|
|
28638
|
+
"declarations": [],
|
|
28639
|
+
"exports": [
|
|
28640
|
+
{
|
|
28641
|
+
"kind": "js",
|
|
28642
|
+
"name": "default",
|
|
28643
|
+
"declaration": {
|
|
28644
|
+
"name": "SelectTwoColumnSeparator",
|
|
28645
|
+
"module": "dist/types/SelectTwoColumnSeparator.js"
|
|
28646
|
+
}
|
|
28647
|
+
}
|
|
28648
|
+
]
|
|
28649
|
+
},
|
|
28650
|
+
{
|
|
28651
|
+
"kind": "javascript-module",
|
|
28652
|
+
"path": "dist/types/SemanticColor.js",
|
|
28653
|
+
"declarations": [],
|
|
28757
28654
|
"exports": [
|
|
28758
28655
|
{
|
|
28759
28656
|
"kind": "js",
|
|
28760
28657
|
"name": "default",
|
|
28761
28658
|
"declaration": {
|
|
28762
|
-
"name": "
|
|
28763
|
-
"module": "dist/
|
|
28659
|
+
"name": "SemanticColor",
|
|
28660
|
+
"module": "dist/types/SemanticColor.js"
|
|
28764
28661
|
}
|
|
28765
|
-
}
|
|
28662
|
+
}
|
|
28663
|
+
]
|
|
28664
|
+
},
|
|
28665
|
+
{
|
|
28666
|
+
"kind": "javascript-module",
|
|
28667
|
+
"path": "dist/types/SwitchDesign.js",
|
|
28668
|
+
"declarations": [],
|
|
28669
|
+
"exports": [
|
|
28766
28670
|
{
|
|
28767
|
-
"kind": "
|
|
28768
|
-
"name": "
|
|
28671
|
+
"kind": "js",
|
|
28672
|
+
"name": "default",
|
|
28769
28673
|
"declaration": {
|
|
28770
|
-
"name": "
|
|
28771
|
-
"module": "dist/
|
|
28674
|
+
"name": "SwitchDesign",
|
|
28675
|
+
"module": "dist/types/SwitchDesign.js"
|
|
28772
28676
|
}
|
|
28773
28677
|
}
|
|
28774
28678
|
]
|
|
28775
28679
|
},
|
|
28776
28680
|
{
|
|
28777
28681
|
"kind": "javascript-module",
|
|
28778
|
-
"path": "dist/
|
|
28682
|
+
"path": "dist/types/TabContainerTabsPlacement.js",
|
|
28779
28683
|
"declarations": [],
|
|
28780
28684
|
"exports": [
|
|
28781
28685
|
{
|
|
28782
28686
|
"kind": "js",
|
|
28783
28687
|
"name": "default",
|
|
28784
28688
|
"declaration": {
|
|
28785
|
-
"name": "
|
|
28786
|
-
"module": "dist/
|
|
28689
|
+
"name": "TabContainerTabsPlacement",
|
|
28690
|
+
"module": "dist/types/TabContainerTabsPlacement.js"
|
|
28787
28691
|
}
|
|
28788
28692
|
}
|
|
28789
28693
|
]
|
|
28790
28694
|
},
|
|
28791
28695
|
{
|
|
28792
28696
|
"kind": "javascript-module",
|
|
28793
|
-
"path": "dist/
|
|
28697
|
+
"path": "dist/types/TabLayout.js",
|
|
28794
28698
|
"declarations": [],
|
|
28795
28699
|
"exports": [
|
|
28796
28700
|
{
|
|
28797
28701
|
"kind": "js",
|
|
28798
28702
|
"name": "default",
|
|
28799
28703
|
"declaration": {
|
|
28800
|
-
"name": "
|
|
28801
|
-
"module": "dist/
|
|
28704
|
+
"name": "TabLayout",
|
|
28705
|
+
"module": "dist/types/TabLayout.js"
|
|
28802
28706
|
}
|
|
28803
28707
|
}
|
|
28804
28708
|
]
|
|
28805
28709
|
},
|
|
28806
28710
|
{
|
|
28807
28711
|
"kind": "javascript-module",
|
|
28808
|
-
"path": "dist/
|
|
28712
|
+
"path": "dist/types/TableCellHorizontalAlign.js",
|
|
28809
28713
|
"declarations": [],
|
|
28810
28714
|
"exports": [
|
|
28811
28715
|
{
|
|
28812
28716
|
"kind": "js",
|
|
28813
28717
|
"name": "default",
|
|
28814
28718
|
"declaration": {
|
|
28815
|
-
"name": "
|
|
28816
|
-
"module": "dist/
|
|
28719
|
+
"name": "TableCellHorizontalAlign",
|
|
28720
|
+
"module": "dist/types/TableCellHorizontalAlign.js"
|
|
28721
|
+
}
|
|
28722
|
+
}
|
|
28723
|
+
]
|
|
28724
|
+
},
|
|
28725
|
+
{
|
|
28726
|
+
"kind": "javascript-module",
|
|
28727
|
+
"path": "dist/types/TableGrowingMode.js",
|
|
28728
|
+
"declarations": [],
|
|
28729
|
+
"exports": [
|
|
28730
|
+
{
|
|
28731
|
+
"kind": "js",
|
|
28732
|
+
"name": "default",
|
|
28733
|
+
"declaration": {
|
|
28734
|
+
"name": "TableGrowingMode",
|
|
28735
|
+
"module": "dist/types/TableGrowingMode.js"
|
|
28736
|
+
}
|
|
28737
|
+
}
|
|
28738
|
+
]
|
|
28739
|
+
},
|
|
28740
|
+
{
|
|
28741
|
+
"kind": "javascript-module",
|
|
28742
|
+
"path": "dist/types/TableOverflowMode.js",
|
|
28743
|
+
"declarations": [],
|
|
28744
|
+
"exports": [
|
|
28745
|
+
{
|
|
28746
|
+
"kind": "js",
|
|
28747
|
+
"name": "default",
|
|
28748
|
+
"declaration": {
|
|
28749
|
+
"name": "TableOverflowMode",
|
|
28750
|
+
"module": "dist/types/TableOverflowMode.js"
|
|
28751
|
+
}
|
|
28752
|
+
}
|
|
28753
|
+
]
|
|
28754
|
+
},
|
|
28755
|
+
{
|
|
28756
|
+
"kind": "javascript-module",
|
|
28757
|
+
"path": "dist/types/TableSelectionBehavior.js",
|
|
28758
|
+
"declarations": [],
|
|
28759
|
+
"exports": [
|
|
28760
|
+
{
|
|
28761
|
+
"kind": "js",
|
|
28762
|
+
"name": "default",
|
|
28763
|
+
"declaration": {
|
|
28764
|
+
"name": "TableSelectionBehavior",
|
|
28765
|
+
"module": "dist/types/TableSelectionBehavior.js"
|
|
28766
|
+
}
|
|
28767
|
+
}
|
|
28768
|
+
]
|
|
28769
|
+
},
|
|
28770
|
+
{
|
|
28771
|
+
"kind": "javascript-module",
|
|
28772
|
+
"path": "dist/types/TableSelectionMode.js",
|
|
28773
|
+
"declarations": [],
|
|
28774
|
+
"exports": [
|
|
28775
|
+
{
|
|
28776
|
+
"kind": "js",
|
|
28777
|
+
"name": "default",
|
|
28778
|
+
"declaration": {
|
|
28779
|
+
"name": "TableSelectionMode",
|
|
28780
|
+
"module": "dist/types/TableSelectionMode.js"
|
|
28781
|
+
}
|
|
28782
|
+
}
|
|
28783
|
+
]
|
|
28784
|
+
},
|
|
28785
|
+
{
|
|
28786
|
+
"kind": "javascript-module",
|
|
28787
|
+
"path": "dist/types/TableSelectionMultiHeaderSelector.js",
|
|
28788
|
+
"declarations": [],
|
|
28789
|
+
"exports": [
|
|
28790
|
+
{
|
|
28791
|
+
"kind": "js",
|
|
28792
|
+
"name": "default",
|
|
28793
|
+
"declaration": {
|
|
28794
|
+
"name": "TableSelectionMultiHeaderSelector",
|
|
28795
|
+
"module": "dist/types/TableSelectionMultiHeaderSelector.js"
|
|
28796
|
+
}
|
|
28797
|
+
}
|
|
28798
|
+
]
|
|
28799
|
+
},
|
|
28800
|
+
{
|
|
28801
|
+
"kind": "javascript-module",
|
|
28802
|
+
"path": "dist/types/TagDesign.js",
|
|
28803
|
+
"declarations": [],
|
|
28804
|
+
"exports": [
|
|
28805
|
+
{
|
|
28806
|
+
"kind": "js",
|
|
28807
|
+
"name": "default",
|
|
28808
|
+
"declaration": {
|
|
28809
|
+
"name": "TagDesign",
|
|
28810
|
+
"module": "dist/types/TagDesign.js"
|
|
28811
|
+
}
|
|
28812
|
+
}
|
|
28813
|
+
]
|
|
28814
|
+
},
|
|
28815
|
+
{
|
|
28816
|
+
"kind": "javascript-module",
|
|
28817
|
+
"path": "dist/types/TagSize.js",
|
|
28818
|
+
"declarations": [],
|
|
28819
|
+
"exports": [
|
|
28820
|
+
{
|
|
28821
|
+
"kind": "js",
|
|
28822
|
+
"name": "default",
|
|
28823
|
+
"declaration": {
|
|
28824
|
+
"name": "TagSize",
|
|
28825
|
+
"module": "dist/types/TagSize.js"
|
|
28826
|
+
}
|
|
28827
|
+
}
|
|
28828
|
+
]
|
|
28829
|
+
},
|
|
28830
|
+
{
|
|
28831
|
+
"kind": "javascript-module",
|
|
28832
|
+
"path": "dist/types/TextEmptyIndicatorMode.js",
|
|
28833
|
+
"declarations": [],
|
|
28834
|
+
"exports": [
|
|
28835
|
+
{
|
|
28836
|
+
"kind": "js",
|
|
28837
|
+
"name": "default",
|
|
28838
|
+
"declaration": {
|
|
28839
|
+
"name": "TextEmptyIndicatorMode",
|
|
28840
|
+
"module": "dist/types/TextEmptyIndicatorMode.js"
|
|
28841
|
+
}
|
|
28842
|
+
}
|
|
28843
|
+
]
|
|
28844
|
+
},
|
|
28845
|
+
{
|
|
28846
|
+
"kind": "javascript-module",
|
|
28847
|
+
"path": "dist/types/TitleLevel.js",
|
|
28848
|
+
"declarations": [],
|
|
28849
|
+
"exports": [
|
|
28850
|
+
{
|
|
28851
|
+
"kind": "js",
|
|
28852
|
+
"name": "default",
|
|
28853
|
+
"declaration": {
|
|
28854
|
+
"name": "TitleLevel",
|
|
28855
|
+
"module": "dist/types/TitleLevel.js"
|
|
28856
|
+
}
|
|
28857
|
+
}
|
|
28858
|
+
]
|
|
28859
|
+
},
|
|
28860
|
+
{
|
|
28861
|
+
"kind": "javascript-module",
|
|
28862
|
+
"path": "dist/types/ToastPlacement.js",
|
|
28863
|
+
"declarations": [],
|
|
28864
|
+
"exports": [
|
|
28865
|
+
{
|
|
28866
|
+
"kind": "js",
|
|
28867
|
+
"name": "default",
|
|
28868
|
+
"declaration": {
|
|
28869
|
+
"name": "ToastPlacement",
|
|
28870
|
+
"module": "dist/types/ToastPlacement.js"
|
|
28871
|
+
}
|
|
28872
|
+
}
|
|
28873
|
+
]
|
|
28874
|
+
},
|
|
28875
|
+
{
|
|
28876
|
+
"kind": "javascript-module",
|
|
28877
|
+
"path": "dist/types/ToolbarAlign.js",
|
|
28878
|
+
"declarations": [],
|
|
28879
|
+
"exports": [
|
|
28880
|
+
{
|
|
28881
|
+
"kind": "js",
|
|
28882
|
+
"name": "default",
|
|
28883
|
+
"declaration": {
|
|
28884
|
+
"name": "ToolbarAlign",
|
|
28885
|
+
"module": "dist/types/ToolbarAlign.js"
|
|
28886
|
+
}
|
|
28887
|
+
}
|
|
28888
|
+
]
|
|
28889
|
+
},
|
|
28890
|
+
{
|
|
28891
|
+
"kind": "javascript-module",
|
|
28892
|
+
"path": "dist/types/ToolbarDesign.js",
|
|
28893
|
+
"declarations": [],
|
|
28894
|
+
"exports": [
|
|
28895
|
+
{
|
|
28896
|
+
"kind": "js",
|
|
28897
|
+
"name": "default",
|
|
28898
|
+
"declaration": {
|
|
28899
|
+
"name": "ToolbarDesign",
|
|
28900
|
+
"module": "dist/types/ToolbarDesign.js"
|
|
28901
|
+
}
|
|
28902
|
+
}
|
|
28903
|
+
]
|
|
28904
|
+
},
|
|
28905
|
+
{
|
|
28906
|
+
"kind": "javascript-module",
|
|
28907
|
+
"path": "dist/types/ToolbarItemOverflowBehavior.js",
|
|
28908
|
+
"declarations": [],
|
|
28909
|
+
"exports": [
|
|
28910
|
+
{
|
|
28911
|
+
"kind": "js",
|
|
28912
|
+
"name": "default",
|
|
28913
|
+
"declaration": {
|
|
28914
|
+
"name": "ToolbarItemOverflowBehavior",
|
|
28915
|
+
"module": "dist/types/ToolbarItemOverflowBehavior.js"
|
|
28916
|
+
}
|
|
28917
|
+
}
|
|
28918
|
+
]
|
|
28919
|
+
},
|
|
28920
|
+
{
|
|
28921
|
+
"kind": "javascript-module",
|
|
28922
|
+
"path": "dist/types/WrappingType.js",
|
|
28923
|
+
"declarations": [],
|
|
28924
|
+
"exports": [
|
|
28925
|
+
{
|
|
28926
|
+
"kind": "js",
|
|
28927
|
+
"name": "default",
|
|
28928
|
+
"declaration": {
|
|
28929
|
+
"name": "WrappingType",
|
|
28930
|
+
"module": "dist/types/WrappingType.js"
|
|
28817
28931
|
}
|
|
28818
28932
|
}
|
|
28819
28933
|
]
|