@ui5/webcomponents 2.22.0 → 2.23.0-rc.0
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 +32 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Carousel.js +13 -3
- package/dist/Carousel.js.map +1 -1
- package/dist/ComboBox.d.ts +4 -0
- package/dist/ComboBox.js +6 -0
- package/dist/ComboBox.js.map +1 -1
- package/dist/DateComponentBase.d.ts +8 -0
- package/dist/DateComponentBase.js +10 -8
- package/dist/DateComponentBase.js.map +1 -1
- package/dist/DateTimePicker.d.ts +5 -6
- package/dist/DateTimePicker.js +9 -11
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/DayPicker.d.ts +16 -1
- package/dist/DayPicker.js +28 -7
- package/dist/DayPicker.js.map +1 -1
- package/dist/Form.d.ts +4 -4
- package/dist/Form.js +6 -6
- package/dist/Form.js.map +1 -1
- package/dist/GridWalker.js +8 -2
- package/dist/GridWalker.js.map +1 -1
- package/dist/Icon.d.ts +19 -0
- package/dist/Icon.js +17 -0
- package/dist/Icon.js.map +1 -1
- package/dist/IconTemplate.js +4 -1
- package/dist/IconTemplate.js.map +1 -1
- package/dist/Input.d.ts +4 -0
- package/dist/Input.js.map +1 -1
- package/dist/List.js +54 -2
- package/dist/List.js.map +1 -1
- package/dist/ListItem.d.ts +21 -6
- package/dist/ListItem.js +72 -23
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBase.d.ts +6 -1
- package/dist/ListItemBase.js +20 -1
- package/dist/ListItemBase.js.map +1 -1
- package/dist/ListItemBaseTemplate.d.ts +2 -2
- package/dist/ListItemBaseTemplate.js.map +1 -1
- package/dist/ListItemGroup.d.ts +2 -0
- package/dist/ListItemGroup.js.map +1 -1
- package/dist/ListItemTemplate.js +1 -1
- package/dist/ListItemTemplate.js.map +1 -1
- package/dist/Menu.d.ts +4 -0
- package/dist/Menu.js.map +1 -1
- package/dist/MultiComboBox.d.ts +5 -1
- package/dist/MultiComboBox.js +41 -24
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiInput.d.ts +6 -0
- package/dist/MultiInput.js +38 -9
- package/dist/MultiInput.js.map +1 -1
- package/dist/Panel.d.ts +2 -1
- package/dist/Panel.js +2 -1
- package/dist/Panel.js.map +1 -1
- package/dist/PanelTemplate.js +1 -1
- package/dist/PanelTemplate.js.map +1 -1
- package/dist/Select.d.ts +2 -0
- package/dist/Select.js +3 -0
- package/dist/Select.js.map +1 -1
- package/dist/Tab.d.ts +8 -1
- package/dist/Tab.js +13 -0
- package/dist/Tab.js.map +1 -1
- package/dist/TabContainer.d.ts +6 -3
- package/dist/TabContainer.js +15 -10
- package/dist/TabContainer.js.map +1 -1
- package/dist/Table.d.ts +1 -0
- package/dist/Table.js +25 -10
- package/dist/Table.js.map +1 -1
- package/dist/TableCustomAnnouncement.d.ts +1 -0
- package/dist/TableCustomAnnouncement.js +17 -2
- package/dist/TableCustomAnnouncement.js.map +1 -1
- package/dist/TableGroupRow.d.ts +60 -0
- package/dist/TableGroupRow.js +114 -0
- package/dist/TableGroupRow.js.map +1 -0
- package/dist/TableGroupRowTemplate.d.ts +2 -0
- package/dist/TableGroupRowTemplate.js +7 -0
- package/dist/TableGroupRowTemplate.js.map +1 -0
- package/dist/TableRowActionBase.d.ts +1 -1
- package/dist/TableRowActionBase.js +1 -1
- package/dist/TableRowActionBase.js.map +1 -1
- package/dist/TableRowActionNavigation.d.ts +2 -1
- package/dist/TableRowActionNavigation.js +11 -1
- package/dist/TableRowActionNavigation.js.map +1 -1
- package/dist/TableRowBase.d.ts +1 -0
- package/dist/TableRowBase.js +3 -0
- package/dist/TableRowBase.js.map +1 -1
- package/dist/TableSelection.js +2 -2
- package/dist/TableSelection.js.map +1 -1
- package/dist/TableSelectionMulti.js +1 -1
- package/dist/TableSelectionMulti.js.map +1 -1
- package/dist/TableVirtualizer.d.ts +1 -0
- package/dist/TableVirtualizer.js +1 -0
- package/dist/TableVirtualizer.js.map +1 -1
- package/dist/Token.js +9 -5
- package/dist/Token.js.map +1 -1
- package/dist/Tokenizer.d.ts +1 -0
- package/dist/Tokenizer.js +31 -5
- package/dist/Tokenizer.js.map +1 -1
- package/dist/bundle.esm.js +3 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItemSpan.css +1 -1
- package/dist/css/themes/FormLayout.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderTooltip.css +1 -1
- package/dist/css/themes/Table.css +1 -1
- package/dist/css/themes/TableGroupRow.css +1 -0
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Toolbar.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_auto/parameters-bundle.css +6 -5
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +4 -2
- 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 +1271 -111
- package/dist/custom-elements.json +591 -12
- package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +7 -2
- package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
- package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
- package/dist/dynamic-date-range-options/FromDateTimeTemplate.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_auto/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_hc_auto/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.d.ts +2 -1
- package/dist/generated/i18n/i18n-defaults.js +6 -5
- package/dist/generated/i18n/i18n-defaults.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/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/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/FormLayout.css.d.ts +1 -1
- package/dist/generated/themes/FormLayout.css.js +1 -1
- package/dist/generated/themes/FormLayout.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/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/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/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/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/Table.css.d.ts +1 -1
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableGroupRow.css.d.ts +2 -0
- package/dist/generated/themes/TableGroupRow.css.js +8 -0
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
- 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/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/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_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +6 -5
- package/dist/generated/themes/sap_horizon_auto/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_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +4 -2
- package/dist/generated/themes/sap_horizon_hc_auto/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/vscode.html-custom-data.json +142 -22
- package/dist/web-types.json +351 -40
- package/package-scripts.cjs +1 -0
- package/package.json +9 -9
- package/src/IconTemplate.tsx +18 -0
- package/src/ListItemBaseTemplate.tsx +3 -3
- package/src/ListItemTemplate.tsx +0 -2
- package/src/PanelTemplate.tsx +1 -0
- package/src/TableGroupRowTemplate.tsx +24 -0
- package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +8 -2
- package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
- package/src/i18n/messagebundle.properties +2 -0
- package/src/i18n/messagebundle_ar.properties +26 -6
- package/src/i18n/messagebundle_bg.properties +24 -4
- package/src/i18n/messagebundle_ca.properties +24 -4
- package/src/i18n/messagebundle_cnr.properties +24 -4
- package/src/i18n/messagebundle_cs.properties +25 -5
- package/src/i18n/messagebundle_cy.properties +24 -4
- package/src/i18n/messagebundle_da.properties +25 -5
- package/src/i18n/messagebundle_de.properties +24 -4
- package/src/i18n/messagebundle_el.properties +24 -4
- package/src/i18n/messagebundle_en.properties +24 -4
- package/src/i18n/messagebundle_en_GB.properties +24 -4
- package/src/i18n/messagebundle_en_US_sappsd.properties +24 -4
- package/src/i18n/messagebundle_en_US_saprigi.properties +22 -4
- package/src/i18n/messagebundle_en_US_saptrc.properties +24 -4
- package/src/i18n/messagebundle_es.properties +25 -5
- package/src/i18n/messagebundle_es_MX.properties +24 -4
- package/src/i18n/messagebundle_et.properties +24 -4
- package/src/i18n/messagebundle_fi.properties +24 -4
- package/src/i18n/messagebundle_fr.properties +25 -5
- package/src/i18n/messagebundle_fr_CA.properties +28 -8
- package/src/i18n/messagebundle_hi.properties +25 -5
- package/src/i18n/messagebundle_hr.properties +24 -4
- package/src/i18n/messagebundle_hu.properties +24 -4
- package/src/i18n/messagebundle_id.properties +25 -5
- package/src/i18n/messagebundle_it.properties +25 -5
- package/src/i18n/messagebundle_iw.properties +24 -4
- package/src/i18n/messagebundle_ja.properties +24 -4
- package/src/i18n/messagebundle_kk.properties +24 -4
- package/src/i18n/messagebundle_ko.properties +27 -7
- package/src/i18n/messagebundle_lt.properties +24 -4
- package/src/i18n/messagebundle_lv.properties +24 -4
- package/src/i18n/messagebundle_mk.properties +25 -5
- package/src/i18n/messagebundle_ms.properties +24 -4
- package/src/i18n/messagebundle_nl.properties +24 -4
- package/src/i18n/messagebundle_no.properties +25 -5
- package/src/i18n/messagebundle_pl.properties +24 -4
- package/src/i18n/messagebundle_pt.properties +24 -4
- package/src/i18n/messagebundle_pt_PT.properties +24 -4
- package/src/i18n/messagebundle_ro.properties +24 -4
- package/src/i18n/messagebundle_ru.properties +26 -6
- package/src/i18n/messagebundle_sh.properties +24 -4
- package/src/i18n/messagebundle_sk.properties +24 -4
- package/src/i18n/messagebundle_sl.properties +25 -5
- package/src/i18n/messagebundle_sr.properties +24 -4
- package/src/i18n/messagebundle_sv.properties +24 -4
- package/src/i18n/messagebundle_th.properties +24 -4
- package/src/i18n/messagebundle_tr.properties +24 -4
- package/src/i18n/messagebundle_uk.properties +36 -16
- package/src/i18n/messagebundle_vi.properties +25 -5
- package/src/i18n/messagebundle_zh_CN.properties +26 -6
- package/src/i18n/messagebundle_zh_TW.properties +24 -4
- package/src/themes/Dialog.css +2 -2
- package/src/themes/FormItemSpan.css +4 -4
- package/src/themes/FormLayout.css +4 -4
- package/src/themes/Icon.css +6 -0
- package/src/themes/ListItemBase.css +4 -3
- package/src/themes/OptionBase.css +6 -0
- package/src/themes/Select.css +11 -0
- package/src/themes/SliderTooltip.css +1 -1
- package/src/themes/Table.css +1 -4
- package/src/themes/TableGroupRow.css +20 -0
- package/src/themes/TableRowBase.css +5 -0
- package/src/themes/Toolbar.css +2 -2
- package/src/themes/base/Select-parameters.css +2 -0
- package/src/themes/base/sizes-parameters.css +2 -2
- package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
- package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
- package/src/themes/sap_horizon/Select-parameters.css +6 -3
- package/src/themes/sap_horizon_dark/Select-parameters.css +6 -3
- package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
- package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
- package/src/themes/base/SliderTooltip-parameters.css +0 -3
- package/src/themes/sap_fiori_3/SliderTooltip-parameters.css +0 -5
- package/src/themes/sap_fiori_3_dark/SliderTooltip-parameters.css +0 -5
- package/src/themes/sap_fiori_3_hcb/SliderTooltip-parameters.css +0 -5
- package/src/themes/sap_fiori_3_hcw/SliderTooltip-parameters.css +0 -5
- package/src/themes/sap_horizon_dark/SliderTooltip-parameters.css +0 -1
- package/src/themes/sap_horizon_hcb/SliderTooltip-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/SliderTooltip-parameters.css +0 -1
|
@@ -5369,6 +5369,52 @@
|
|
|
5369
5369
|
"package": "@ui5/webcomponents",
|
|
5370
5370
|
"module": "dist/ComboBox.js"
|
|
5371
5371
|
}
|
|
5372
|
+
],
|
|
5373
|
+
"events": [
|
|
5374
|
+
{
|
|
5375
|
+
"name": "click",
|
|
5376
|
+
"_ui5privacy": "public",
|
|
5377
|
+
"type": {
|
|
5378
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
5379
|
+
"references": [
|
|
5380
|
+
{
|
|
5381
|
+
"name": "ListItemBaseClickEventDetail",
|
|
5382
|
+
"package": "@ui5/webcomponents",
|
|
5383
|
+
"module": "dist/ListItemBase.js"
|
|
5384
|
+
}
|
|
5385
|
+
]
|
|
5386
|
+
},
|
|
5387
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
5388
|
+
"_ui5Cancelable": false,
|
|
5389
|
+
"_ui5allowPreventDefault": false,
|
|
5390
|
+
"_ui5Bubbles": true,
|
|
5391
|
+
"_ui5since": "2.22.0",
|
|
5392
|
+
"_ui5parameters": [
|
|
5393
|
+
{
|
|
5394
|
+
"type": {
|
|
5395
|
+
"text": "ListItemBase",
|
|
5396
|
+
"references": [
|
|
5397
|
+
{
|
|
5398
|
+
"name": "ListItemBase",
|
|
5399
|
+
"package": "@ui5/webcomponents",
|
|
5400
|
+
"module": "dist/ListItemBase.js"
|
|
5401
|
+
}
|
|
5402
|
+
]
|
|
5403
|
+
},
|
|
5404
|
+
"name": "item",
|
|
5405
|
+
"_ui5privacy": "public",
|
|
5406
|
+
"description": "The activated item."
|
|
5407
|
+
},
|
|
5408
|
+
{
|
|
5409
|
+
"type": {
|
|
5410
|
+
"text": "Event"
|
|
5411
|
+
},
|
|
5412
|
+
"name": "originalEvent",
|
|
5413
|
+
"_ui5privacy": "public",
|
|
5414
|
+
"description": "The original event from the user interaction."
|
|
5415
|
+
}
|
|
5416
|
+
]
|
|
5417
|
+
}
|
|
5372
5418
|
]
|
|
5373
5419
|
}
|
|
5374
5420
|
],
|
|
@@ -10432,7 +10478,7 @@
|
|
|
10432
10478
|
"declarations": [
|
|
10433
10479
|
{
|
|
10434
10480
|
"kind": "class",
|
|
10435
|
-
"description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (
|
|
10481
|
+
"description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (0 - 599px) – 1 column is recommended (default: 1)\n- **M** (600px - 1023px) – up to 2 columns are recommended (default: 1)\n- **L** (1024px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (>= 1440px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";",
|
|
10436
10482
|
"name": "Form",
|
|
10437
10483
|
"cssParts": [
|
|
10438
10484
|
{
|
|
@@ -11014,6 +11060,17 @@
|
|
|
11014
11060
|
"name": "root"
|
|
11015
11061
|
}
|
|
11016
11062
|
],
|
|
11063
|
+
"slots": [
|
|
11064
|
+
{
|
|
11065
|
+
"name": "fontIcon",
|
|
11066
|
+
"description": "Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```",
|
|
11067
|
+
"_ui5since": "2.23.0",
|
|
11068
|
+
"_ui5type": {
|
|
11069
|
+
"text": "Array<HTMLElement>"
|
|
11070
|
+
},
|
|
11071
|
+
"_ui5privacy": "public"
|
|
11072
|
+
}
|
|
11073
|
+
],
|
|
11017
11074
|
"members": [
|
|
11018
11075
|
{
|
|
11019
11076
|
"kind": "field",
|
|
@@ -13073,6 +13130,17 @@
|
|
|
13073
13130
|
"privacy": "public",
|
|
13074
13131
|
"_ui5since": "1.15.0"
|
|
13075
13132
|
},
|
|
13133
|
+
{
|
|
13134
|
+
"kind": "field",
|
|
13135
|
+
"name": "accessibleRole",
|
|
13136
|
+
"type": {
|
|
13137
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
13138
|
+
},
|
|
13139
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13140
|
+
"default": "undefined",
|
|
13141
|
+
"privacy": "public",
|
|
13142
|
+
"_ui5since": "1.3.0"
|
|
13143
|
+
},
|
|
13076
13144
|
{
|
|
13077
13145
|
"kind": "field",
|
|
13078
13146
|
"name": "highlight",
|
|
@@ -13142,6 +13210,50 @@
|
|
|
13142
13210
|
}
|
|
13143
13211
|
],
|
|
13144
13212
|
"events": [
|
|
13213
|
+
{
|
|
13214
|
+
"name": "click",
|
|
13215
|
+
"_ui5privacy": "public",
|
|
13216
|
+
"type": {
|
|
13217
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13218
|
+
"references": [
|
|
13219
|
+
{
|
|
13220
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13221
|
+
"package": "@ui5/webcomponents",
|
|
13222
|
+
"module": "dist/ListItemBase.js"
|
|
13223
|
+
}
|
|
13224
|
+
]
|
|
13225
|
+
},
|
|
13226
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
13227
|
+
"_ui5Cancelable": false,
|
|
13228
|
+
"_ui5allowPreventDefault": false,
|
|
13229
|
+
"_ui5Bubbles": true,
|
|
13230
|
+
"_ui5since": "2.22.0",
|
|
13231
|
+
"_ui5parameters": [
|
|
13232
|
+
{
|
|
13233
|
+
"type": {
|
|
13234
|
+
"text": "ListItemBase",
|
|
13235
|
+
"references": [
|
|
13236
|
+
{
|
|
13237
|
+
"name": "ListItemBase",
|
|
13238
|
+
"package": "@ui5/webcomponents",
|
|
13239
|
+
"module": "dist/ListItemBase.js"
|
|
13240
|
+
}
|
|
13241
|
+
]
|
|
13242
|
+
},
|
|
13243
|
+
"name": "item",
|
|
13244
|
+
"_ui5privacy": "public",
|
|
13245
|
+
"description": "The activated item."
|
|
13246
|
+
},
|
|
13247
|
+
{
|
|
13248
|
+
"type": {
|
|
13249
|
+
"text": "Event"
|
|
13250
|
+
},
|
|
13251
|
+
"name": "originalEvent",
|
|
13252
|
+
"_ui5privacy": "public",
|
|
13253
|
+
"description": "The original event from the user interaction."
|
|
13254
|
+
}
|
|
13255
|
+
]
|
|
13256
|
+
},
|
|
13145
13257
|
{
|
|
13146
13258
|
"name": "detail-click",
|
|
13147
13259
|
"_ui5privacy": "public",
|
|
@@ -13164,6 +13276,15 @@
|
|
|
13164
13276
|
"text": "ListItemAccessibilityAttributes"
|
|
13165
13277
|
}
|
|
13166
13278
|
},
|
|
13279
|
+
{
|
|
13280
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13281
|
+
"name": "accessible-role",
|
|
13282
|
+
"default": "undefined",
|
|
13283
|
+
"fieldName": "accessibleRole",
|
|
13284
|
+
"type": {
|
|
13285
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
13286
|
+
}
|
|
13287
|
+
},
|
|
13167
13288
|
{
|
|
13168
13289
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
13169
13290
|
"name": "highlight",
|
|
@@ -13239,6 +13360,52 @@
|
|
|
13239
13360
|
"kind": "class",
|
|
13240
13361
|
"description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.",
|
|
13241
13362
|
"name": "ListItemBase",
|
|
13363
|
+
"events": [
|
|
13364
|
+
{
|
|
13365
|
+
"name": "click",
|
|
13366
|
+
"_ui5privacy": "public",
|
|
13367
|
+
"type": {
|
|
13368
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13369
|
+
"references": [
|
|
13370
|
+
{
|
|
13371
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13372
|
+
"package": "@ui5/webcomponents",
|
|
13373
|
+
"module": "dist/ListItemBase.js"
|
|
13374
|
+
}
|
|
13375
|
+
]
|
|
13376
|
+
},
|
|
13377
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
13378
|
+
"_ui5Cancelable": false,
|
|
13379
|
+
"_ui5allowPreventDefault": false,
|
|
13380
|
+
"_ui5Bubbles": true,
|
|
13381
|
+
"_ui5since": "2.22.0",
|
|
13382
|
+
"_ui5parameters": [
|
|
13383
|
+
{
|
|
13384
|
+
"type": {
|
|
13385
|
+
"text": "ListItemBase",
|
|
13386
|
+
"references": [
|
|
13387
|
+
{
|
|
13388
|
+
"name": "ListItemBase",
|
|
13389
|
+
"package": "@ui5/webcomponents",
|
|
13390
|
+
"module": "dist/ListItemBase.js"
|
|
13391
|
+
}
|
|
13392
|
+
]
|
|
13393
|
+
},
|
|
13394
|
+
"name": "item",
|
|
13395
|
+
"_ui5privacy": "public",
|
|
13396
|
+
"description": "The activated item."
|
|
13397
|
+
},
|
|
13398
|
+
{
|
|
13399
|
+
"type": {
|
|
13400
|
+
"text": "Event"
|
|
13401
|
+
},
|
|
13402
|
+
"name": "originalEvent",
|
|
13403
|
+
"_ui5privacy": "public",
|
|
13404
|
+
"description": "The original event from the user interaction."
|
|
13405
|
+
}
|
|
13406
|
+
]
|
|
13407
|
+
}
|
|
13408
|
+
],
|
|
13242
13409
|
"superclass": {
|
|
13243
13410
|
"name": "UI5Element",
|
|
13244
13411
|
"package": "@ui5/webcomponents-base",
|
|
@@ -13350,6 +13517,17 @@
|
|
|
13350
13517
|
"privacy": "public",
|
|
13351
13518
|
"_ui5since": "1.0.0-rc.15"
|
|
13352
13519
|
},
|
|
13520
|
+
{
|
|
13521
|
+
"kind": "field",
|
|
13522
|
+
"name": "accessibleRole",
|
|
13523
|
+
"type": {
|
|
13524
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
13525
|
+
},
|
|
13526
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13527
|
+
"default": "undefined",
|
|
13528
|
+
"privacy": "public",
|
|
13529
|
+
"_ui5since": "1.3.0"
|
|
13530
|
+
},
|
|
13353
13531
|
{
|
|
13354
13532
|
"kind": "field",
|
|
13355
13533
|
"name": "highlight",
|
|
@@ -13448,6 +13626,15 @@
|
|
|
13448
13626
|
"text": "string | undefined"
|
|
13449
13627
|
}
|
|
13450
13628
|
},
|
|
13629
|
+
{
|
|
13630
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13631
|
+
"name": "accessible-role",
|
|
13632
|
+
"default": "undefined",
|
|
13633
|
+
"fieldName": "accessibleRole",
|
|
13634
|
+
"type": {
|
|
13635
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
13636
|
+
}
|
|
13637
|
+
},
|
|
13451
13638
|
{
|
|
13452
13639
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
13453
13640
|
"name": "highlight",
|
|
@@ -13512,6 +13699,50 @@
|
|
|
13512
13699
|
"customElement": true,
|
|
13513
13700
|
"_ui5privacy": "public",
|
|
13514
13701
|
"events": [
|
|
13702
|
+
{
|
|
13703
|
+
"name": "click",
|
|
13704
|
+
"_ui5privacy": "public",
|
|
13705
|
+
"type": {
|
|
13706
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13707
|
+
"references": [
|
|
13708
|
+
{
|
|
13709
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13710
|
+
"package": "@ui5/webcomponents",
|
|
13711
|
+
"module": "dist/ListItemBase.js"
|
|
13712
|
+
}
|
|
13713
|
+
]
|
|
13714
|
+
},
|
|
13715
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
13716
|
+
"_ui5Cancelable": false,
|
|
13717
|
+
"_ui5allowPreventDefault": false,
|
|
13718
|
+
"_ui5Bubbles": true,
|
|
13719
|
+
"_ui5since": "2.22.0",
|
|
13720
|
+
"_ui5parameters": [
|
|
13721
|
+
{
|
|
13722
|
+
"type": {
|
|
13723
|
+
"text": "ListItemBase",
|
|
13724
|
+
"references": [
|
|
13725
|
+
{
|
|
13726
|
+
"name": "ListItemBase",
|
|
13727
|
+
"package": "@ui5/webcomponents",
|
|
13728
|
+
"module": "dist/ListItemBase.js"
|
|
13729
|
+
}
|
|
13730
|
+
]
|
|
13731
|
+
},
|
|
13732
|
+
"name": "item",
|
|
13733
|
+
"_ui5privacy": "public",
|
|
13734
|
+
"description": "The activated item."
|
|
13735
|
+
},
|
|
13736
|
+
{
|
|
13737
|
+
"type": {
|
|
13738
|
+
"text": "Event"
|
|
13739
|
+
},
|
|
13740
|
+
"name": "originalEvent",
|
|
13741
|
+
"_ui5privacy": "public",
|
|
13742
|
+
"description": "The original event from the user interaction."
|
|
13743
|
+
}
|
|
13744
|
+
]
|
|
13745
|
+
},
|
|
13515
13746
|
{
|
|
13516
13747
|
"name": "detail-click",
|
|
13517
13748
|
"_ui5privacy": "public",
|
|
@@ -13846,7 +14077,53 @@
|
|
|
13846
14077
|
},
|
|
13847
14078
|
"tagName": "ui5-li-group-header",
|
|
13848
14079
|
"customElement": true,
|
|
13849
|
-
"_ui5privacy": "private"
|
|
14080
|
+
"_ui5privacy": "private",
|
|
14081
|
+
"events": [
|
|
14082
|
+
{
|
|
14083
|
+
"name": "click",
|
|
14084
|
+
"_ui5privacy": "public",
|
|
14085
|
+
"type": {
|
|
14086
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
14087
|
+
"references": [
|
|
14088
|
+
{
|
|
14089
|
+
"name": "ListItemBaseClickEventDetail",
|
|
14090
|
+
"package": "@ui5/webcomponents",
|
|
14091
|
+
"module": "dist/ListItemBase.js"
|
|
14092
|
+
}
|
|
14093
|
+
]
|
|
14094
|
+
},
|
|
14095
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
14096
|
+
"_ui5Cancelable": false,
|
|
14097
|
+
"_ui5allowPreventDefault": false,
|
|
14098
|
+
"_ui5Bubbles": true,
|
|
14099
|
+
"_ui5since": "2.22.0",
|
|
14100
|
+
"_ui5parameters": [
|
|
14101
|
+
{
|
|
14102
|
+
"type": {
|
|
14103
|
+
"text": "ListItemBase",
|
|
14104
|
+
"references": [
|
|
14105
|
+
{
|
|
14106
|
+
"name": "ListItemBase",
|
|
14107
|
+
"package": "@ui5/webcomponents",
|
|
14108
|
+
"module": "dist/ListItemBase.js"
|
|
14109
|
+
}
|
|
14110
|
+
]
|
|
14111
|
+
},
|
|
14112
|
+
"name": "item",
|
|
14113
|
+
"_ui5privacy": "public",
|
|
14114
|
+
"description": "The activated item."
|
|
14115
|
+
},
|
|
14116
|
+
{
|
|
14117
|
+
"type": {
|
|
14118
|
+
"text": "Event"
|
|
14119
|
+
},
|
|
14120
|
+
"name": "originalEvent",
|
|
14121
|
+
"_ui5privacy": "public",
|
|
14122
|
+
"description": "The original event from the user interaction."
|
|
14123
|
+
}
|
|
14124
|
+
]
|
|
14125
|
+
}
|
|
14126
|
+
]
|
|
13850
14127
|
}
|
|
13851
14128
|
],
|
|
13852
14129
|
"exports": [
|
|
@@ -13984,6 +14261,17 @@
|
|
|
13984
14261
|
"privacy": "public",
|
|
13985
14262
|
"_ui5since": "1.0.0-rc.15"
|
|
13986
14263
|
},
|
|
14264
|
+
{
|
|
14265
|
+
"kind": "field",
|
|
14266
|
+
"name": "accessibleRole",
|
|
14267
|
+
"type": {
|
|
14268
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
14269
|
+
},
|
|
14270
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
14271
|
+
"default": "undefined",
|
|
14272
|
+
"privacy": "public",
|
|
14273
|
+
"_ui5since": "1.3.0"
|
|
14274
|
+
},
|
|
13987
14275
|
{
|
|
13988
14276
|
"kind": "field",
|
|
13989
14277
|
"name": "additionalText",
|
|
@@ -14172,10 +14460,19 @@
|
|
|
14172
14460
|
}
|
|
14173
14461
|
},
|
|
14174
14462
|
{
|
|
14175
|
-
"description": "
|
|
14176
|
-
"name": "
|
|
14463
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
14464
|
+
"name": "accessible-role",
|
|
14177
14465
|
"default": "undefined",
|
|
14178
|
-
"fieldName": "
|
|
14466
|
+
"fieldName": "accessibleRole",
|
|
14467
|
+
"type": {
|
|
14468
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
14469
|
+
}
|
|
14470
|
+
},
|
|
14471
|
+
{
|
|
14472
|
+
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
14473
|
+
"name": "additional-text",
|
|
14474
|
+
"default": "undefined",
|
|
14475
|
+
"fieldName": "additionalText",
|
|
14179
14476
|
"type": {
|
|
14180
14477
|
"text": "string | undefined"
|
|
14181
14478
|
}
|
|
@@ -14298,6 +14595,50 @@
|
|
|
14298
14595
|
"customElement": true,
|
|
14299
14596
|
"_ui5privacy": "public",
|
|
14300
14597
|
"events": [
|
|
14598
|
+
{
|
|
14599
|
+
"name": "click",
|
|
14600
|
+
"_ui5privacy": "public",
|
|
14601
|
+
"type": {
|
|
14602
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
14603
|
+
"references": [
|
|
14604
|
+
{
|
|
14605
|
+
"name": "ListItemBaseClickEventDetail",
|
|
14606
|
+
"package": "@ui5/webcomponents",
|
|
14607
|
+
"module": "dist/ListItemBase.js"
|
|
14608
|
+
}
|
|
14609
|
+
]
|
|
14610
|
+
},
|
|
14611
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
14612
|
+
"_ui5Cancelable": false,
|
|
14613
|
+
"_ui5allowPreventDefault": false,
|
|
14614
|
+
"_ui5Bubbles": true,
|
|
14615
|
+
"_ui5since": "2.22.0",
|
|
14616
|
+
"_ui5parameters": [
|
|
14617
|
+
{
|
|
14618
|
+
"type": {
|
|
14619
|
+
"text": "ListItemBase",
|
|
14620
|
+
"references": [
|
|
14621
|
+
{
|
|
14622
|
+
"name": "ListItemBase",
|
|
14623
|
+
"package": "@ui5/webcomponents",
|
|
14624
|
+
"module": "dist/ListItemBase.js"
|
|
14625
|
+
}
|
|
14626
|
+
]
|
|
14627
|
+
},
|
|
14628
|
+
"name": "item",
|
|
14629
|
+
"_ui5privacy": "public",
|
|
14630
|
+
"description": "The activated item."
|
|
14631
|
+
},
|
|
14632
|
+
{
|
|
14633
|
+
"type": {
|
|
14634
|
+
"text": "Event"
|
|
14635
|
+
},
|
|
14636
|
+
"name": "originalEvent",
|
|
14637
|
+
"_ui5privacy": "public",
|
|
14638
|
+
"description": "The original event from the user interaction."
|
|
14639
|
+
}
|
|
14640
|
+
]
|
|
14641
|
+
},
|
|
14301
14642
|
{
|
|
14302
14643
|
"name": "detail-click",
|
|
14303
14644
|
"_ui5privacy": "public",
|
|
@@ -14750,6 +15091,17 @@
|
|
|
14750
15091
|
"privacy": "public",
|
|
14751
15092
|
"_ui5since": "1.7.0"
|
|
14752
15093
|
},
|
|
15094
|
+
{
|
|
15095
|
+
"kind": "field",
|
|
15096
|
+
"name": "accessibleRole",
|
|
15097
|
+
"type": {
|
|
15098
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
15099
|
+
},
|
|
15100
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
15101
|
+
"default": "undefined",
|
|
15102
|
+
"privacy": "public",
|
|
15103
|
+
"_ui5since": "1.3.0"
|
|
15104
|
+
},
|
|
14753
15105
|
{
|
|
14754
15106
|
"kind": "field",
|
|
14755
15107
|
"name": "additionalText",
|
|
@@ -14963,6 +15315,50 @@
|
|
|
14963
15315
|
"_ui5Bubbles": true,
|
|
14964
15316
|
"_ui5since": "2.12.0"
|
|
14965
15317
|
},
|
|
15318
|
+
{
|
|
15319
|
+
"name": "click",
|
|
15320
|
+
"_ui5privacy": "public",
|
|
15321
|
+
"type": {
|
|
15322
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15323
|
+
"references": [
|
|
15324
|
+
{
|
|
15325
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15326
|
+
"package": "@ui5/webcomponents",
|
|
15327
|
+
"module": "dist/ListItemBase.js"
|
|
15328
|
+
}
|
|
15329
|
+
]
|
|
15330
|
+
},
|
|
15331
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
15332
|
+
"_ui5Cancelable": false,
|
|
15333
|
+
"_ui5allowPreventDefault": false,
|
|
15334
|
+
"_ui5Bubbles": true,
|
|
15335
|
+
"_ui5since": "2.22.0",
|
|
15336
|
+
"_ui5parameters": [
|
|
15337
|
+
{
|
|
15338
|
+
"type": {
|
|
15339
|
+
"text": "ListItemBase",
|
|
15340
|
+
"references": [
|
|
15341
|
+
{
|
|
15342
|
+
"name": "ListItemBase",
|
|
15343
|
+
"package": "@ui5/webcomponents",
|
|
15344
|
+
"module": "dist/ListItemBase.js"
|
|
15345
|
+
}
|
|
15346
|
+
]
|
|
15347
|
+
},
|
|
15348
|
+
"name": "item",
|
|
15349
|
+
"_ui5privacy": "public",
|
|
15350
|
+
"description": "The activated item."
|
|
15351
|
+
},
|
|
15352
|
+
{
|
|
15353
|
+
"type": {
|
|
15354
|
+
"text": "Event"
|
|
15355
|
+
},
|
|
15356
|
+
"name": "originalEvent",
|
|
15357
|
+
"_ui5privacy": "public",
|
|
15358
|
+
"description": "The original event from the user interaction."
|
|
15359
|
+
}
|
|
15360
|
+
]
|
|
15361
|
+
},
|
|
14966
15362
|
{
|
|
14967
15363
|
"name": "close",
|
|
14968
15364
|
"_ui5privacy": "public",
|
|
@@ -15017,6 +15413,15 @@
|
|
|
15017
15413
|
"text": "string | undefined"
|
|
15018
15414
|
}
|
|
15019
15415
|
},
|
|
15416
|
+
{
|
|
15417
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
15418
|
+
"name": "accessible-role",
|
|
15419
|
+
"default": "undefined",
|
|
15420
|
+
"fieldName": "accessibleRole",
|
|
15421
|
+
"type": {
|
|
15422
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
15423
|
+
}
|
|
15424
|
+
},
|
|
15020
15425
|
{
|
|
15021
15426
|
"description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
|
|
15022
15427
|
"name": "additional-text",
|
|
@@ -15279,6 +15684,52 @@
|
|
|
15279
15684
|
"package": "@ui5/webcomponents",
|
|
15280
15685
|
"module": "dist/Menu.js"
|
|
15281
15686
|
}
|
|
15687
|
+
],
|
|
15688
|
+
"events": [
|
|
15689
|
+
{
|
|
15690
|
+
"name": "click",
|
|
15691
|
+
"_ui5privacy": "public",
|
|
15692
|
+
"type": {
|
|
15693
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15694
|
+
"references": [
|
|
15695
|
+
{
|
|
15696
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15697
|
+
"package": "@ui5/webcomponents",
|
|
15698
|
+
"module": "dist/ListItemBase.js"
|
|
15699
|
+
}
|
|
15700
|
+
]
|
|
15701
|
+
},
|
|
15702
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
15703
|
+
"_ui5Cancelable": false,
|
|
15704
|
+
"_ui5allowPreventDefault": false,
|
|
15705
|
+
"_ui5Bubbles": true,
|
|
15706
|
+
"_ui5since": "2.22.0",
|
|
15707
|
+
"_ui5parameters": [
|
|
15708
|
+
{
|
|
15709
|
+
"type": {
|
|
15710
|
+
"text": "ListItemBase",
|
|
15711
|
+
"references": [
|
|
15712
|
+
{
|
|
15713
|
+
"name": "ListItemBase",
|
|
15714
|
+
"package": "@ui5/webcomponents",
|
|
15715
|
+
"module": "dist/ListItemBase.js"
|
|
15716
|
+
}
|
|
15717
|
+
]
|
|
15718
|
+
},
|
|
15719
|
+
"name": "item",
|
|
15720
|
+
"_ui5privacy": "public",
|
|
15721
|
+
"description": "The activated item."
|
|
15722
|
+
},
|
|
15723
|
+
{
|
|
15724
|
+
"type": {
|
|
15725
|
+
"text": "Event"
|
|
15726
|
+
},
|
|
15727
|
+
"name": "originalEvent",
|
|
15728
|
+
"_ui5privacy": "public",
|
|
15729
|
+
"description": "The original event from the user interaction."
|
|
15730
|
+
}
|
|
15731
|
+
]
|
|
15732
|
+
}
|
|
15282
15733
|
]
|
|
15283
15734
|
}
|
|
15284
15735
|
],
|
|
@@ -16298,6 +16749,52 @@
|
|
|
16298
16749
|
"_ui5since": "2.20.0"
|
|
16299
16750
|
}
|
|
16300
16751
|
],
|
|
16752
|
+
"events": [
|
|
16753
|
+
{
|
|
16754
|
+
"name": "click",
|
|
16755
|
+
"_ui5privacy": "public",
|
|
16756
|
+
"type": {
|
|
16757
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
16758
|
+
"references": [
|
|
16759
|
+
{
|
|
16760
|
+
"name": "ListItemBaseClickEventDetail",
|
|
16761
|
+
"package": "@ui5/webcomponents",
|
|
16762
|
+
"module": "dist/ListItemBase.js"
|
|
16763
|
+
}
|
|
16764
|
+
]
|
|
16765
|
+
},
|
|
16766
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
16767
|
+
"_ui5Cancelable": false,
|
|
16768
|
+
"_ui5allowPreventDefault": false,
|
|
16769
|
+
"_ui5Bubbles": true,
|
|
16770
|
+
"_ui5since": "2.22.0",
|
|
16771
|
+
"_ui5parameters": [
|
|
16772
|
+
{
|
|
16773
|
+
"type": {
|
|
16774
|
+
"text": "ListItemBase",
|
|
16775
|
+
"references": [
|
|
16776
|
+
{
|
|
16777
|
+
"name": "ListItemBase",
|
|
16778
|
+
"package": "@ui5/webcomponents",
|
|
16779
|
+
"module": "dist/ListItemBase.js"
|
|
16780
|
+
}
|
|
16781
|
+
]
|
|
16782
|
+
},
|
|
16783
|
+
"name": "item",
|
|
16784
|
+
"_ui5privacy": "public",
|
|
16785
|
+
"description": "The activated item."
|
|
16786
|
+
},
|
|
16787
|
+
{
|
|
16788
|
+
"type": {
|
|
16789
|
+
"text": "Event"
|
|
16790
|
+
},
|
|
16791
|
+
"name": "originalEvent",
|
|
16792
|
+
"_ui5privacy": "public",
|
|
16793
|
+
"description": "The original event from the user interaction."
|
|
16794
|
+
}
|
|
16795
|
+
]
|
|
16796
|
+
}
|
|
16797
|
+
],
|
|
16301
16798
|
"attributes": [
|
|
16302
16799
|
{
|
|
16303
16800
|
"description": "Defines the additional text of the component.",
|
|
@@ -17377,6 +17874,52 @@
|
|
|
17377
17874
|
"package": "@ui5/webcomponents",
|
|
17378
17875
|
"module": "dist/Select.js"
|
|
17379
17876
|
}
|
|
17877
|
+
],
|
|
17878
|
+
"events": [
|
|
17879
|
+
{
|
|
17880
|
+
"name": "click",
|
|
17881
|
+
"_ui5privacy": "public",
|
|
17882
|
+
"type": {
|
|
17883
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
17884
|
+
"references": [
|
|
17885
|
+
{
|
|
17886
|
+
"name": "ListItemBaseClickEventDetail",
|
|
17887
|
+
"package": "@ui5/webcomponents",
|
|
17888
|
+
"module": "dist/ListItemBase.js"
|
|
17889
|
+
}
|
|
17890
|
+
]
|
|
17891
|
+
},
|
|
17892
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
17893
|
+
"_ui5Cancelable": false,
|
|
17894
|
+
"_ui5allowPreventDefault": false,
|
|
17895
|
+
"_ui5Bubbles": true,
|
|
17896
|
+
"_ui5since": "2.22.0",
|
|
17897
|
+
"_ui5parameters": [
|
|
17898
|
+
{
|
|
17899
|
+
"type": {
|
|
17900
|
+
"text": "ListItemBase",
|
|
17901
|
+
"references": [
|
|
17902
|
+
{
|
|
17903
|
+
"name": "ListItemBase",
|
|
17904
|
+
"package": "@ui5/webcomponents",
|
|
17905
|
+
"module": "dist/ListItemBase.js"
|
|
17906
|
+
}
|
|
17907
|
+
]
|
|
17908
|
+
},
|
|
17909
|
+
"name": "item",
|
|
17910
|
+
"_ui5privacy": "public",
|
|
17911
|
+
"description": "The activated item."
|
|
17912
|
+
},
|
|
17913
|
+
{
|
|
17914
|
+
"type": {
|
|
17915
|
+
"text": "Event"
|
|
17916
|
+
},
|
|
17917
|
+
"name": "originalEvent",
|
|
17918
|
+
"_ui5privacy": "public",
|
|
17919
|
+
"description": "The original event from the user interaction."
|
|
17920
|
+
}
|
|
17921
|
+
]
|
|
17922
|
+
}
|
|
17380
17923
|
]
|
|
17381
17924
|
}
|
|
17382
17925
|
],
|
|
@@ -17513,44 +18056,94 @@
|
|
|
17513
18056
|
"package": "@ui5/webcomponents",
|
|
17514
18057
|
"module": "dist/Select.js"
|
|
17515
18058
|
}
|
|
17516
|
-
]
|
|
17517
|
-
|
|
17518
|
-
|
|
17519
|
-
|
|
17520
|
-
|
|
17521
|
-
|
|
17522
|
-
|
|
17523
|
-
|
|
17524
|
-
|
|
17525
|
-
|
|
17526
|
-
|
|
17527
|
-
|
|
17528
|
-
|
|
17529
|
-
|
|
17530
|
-
|
|
17531
|
-
|
|
17532
|
-
|
|
17533
|
-
|
|
17534
|
-
|
|
17535
|
-
|
|
17536
|
-
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17540
|
-
|
|
17541
|
-
|
|
17542
|
-
|
|
17543
|
-
|
|
17544
|
-
|
|
17545
|
-
|
|
18059
|
+
],
|
|
18060
|
+
"events": [
|
|
18061
|
+
{
|
|
18062
|
+
"name": "click",
|
|
18063
|
+
"_ui5privacy": "public",
|
|
18064
|
+
"type": {
|
|
18065
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
18066
|
+
"references": [
|
|
18067
|
+
{
|
|
18068
|
+
"name": "ListItemBaseClickEventDetail",
|
|
18069
|
+
"package": "@ui5/webcomponents",
|
|
18070
|
+
"module": "dist/ListItemBase.js"
|
|
18071
|
+
}
|
|
18072
|
+
]
|
|
18073
|
+
},
|
|
18074
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
18075
|
+
"_ui5Cancelable": false,
|
|
18076
|
+
"_ui5allowPreventDefault": false,
|
|
18077
|
+
"_ui5Bubbles": true,
|
|
18078
|
+
"_ui5since": "2.22.0",
|
|
18079
|
+
"_ui5parameters": [
|
|
18080
|
+
{
|
|
18081
|
+
"type": {
|
|
18082
|
+
"text": "ListItemBase",
|
|
18083
|
+
"references": [
|
|
18084
|
+
{
|
|
18085
|
+
"name": "ListItemBase",
|
|
18086
|
+
"package": "@ui5/webcomponents",
|
|
18087
|
+
"module": "dist/ListItemBase.js"
|
|
18088
|
+
}
|
|
18089
|
+
]
|
|
18090
|
+
},
|
|
18091
|
+
"name": "item",
|
|
18092
|
+
"_ui5privacy": "public",
|
|
18093
|
+
"description": "The activated item."
|
|
18094
|
+
},
|
|
18095
|
+
{
|
|
18096
|
+
"type": {
|
|
18097
|
+
"text": "Event"
|
|
18098
|
+
},
|
|
18099
|
+
"name": "originalEvent",
|
|
18100
|
+
"_ui5privacy": "public",
|
|
18101
|
+
"description": "The original event from the user interaction."
|
|
18102
|
+
}
|
|
18103
|
+
]
|
|
18104
|
+
}
|
|
18105
|
+
]
|
|
18106
|
+
}
|
|
18107
|
+
],
|
|
18108
|
+
"exports": [
|
|
18109
|
+
{
|
|
18110
|
+
"kind": "js",
|
|
18111
|
+
"name": "default",
|
|
18112
|
+
"declaration": {
|
|
18113
|
+
"name": "OptionCustom",
|
|
18114
|
+
"module": "dist/OptionCustom.js"
|
|
18115
|
+
}
|
|
18116
|
+
},
|
|
18117
|
+
{
|
|
18118
|
+
"kind": "custom-element-definition",
|
|
18119
|
+
"name": "ui5-option-custom",
|
|
18120
|
+
"declaration": {
|
|
18121
|
+
"name": "OptionCustom",
|
|
18122
|
+
"module": "dist/OptionCustom.js"
|
|
18123
|
+
}
|
|
18124
|
+
}
|
|
18125
|
+
]
|
|
18126
|
+
},
|
|
18127
|
+
{
|
|
18128
|
+
"kind": "javascript-module",
|
|
18129
|
+
"path": "dist/Panel.js",
|
|
18130
|
+
"declarations": [
|
|
18131
|
+
{
|
|
18132
|
+
"kind": "class",
|
|
18133
|
+
"description": "### Overview\n\nThe `ui5-panel` component is a container which has a header and a\ncontent area and is used\nfor grouping and displaying information. It can be collapsed to save space on the screen.\n\n### Guidelines:\n\n- Nesting two or more panels is not recommended.\n- Do not stack too many panels on one page.\n\n### Structure\nThe panel's header area consists of a title bar with a header text or custom header.\n\nThe header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state.\n\nThe custom header can be set through the `header` slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements.\n\nThe content area can contain an arbitrary set of controls.\n\n**Note:** The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n### Responsive Behavior\n\n- If the width of the panel is set to 100% (default), the panel and its children are\nresized responsively,\ndepending on its parent container.\n- If the panel has a fixed height, it will take up the space even if the panel is\ncollapsed.\n- When the panel is expandable (the `fixed` property is set to `false`),\nan arrow icon (pointing to the right) appears in front of the header.\n- When the animation is activated, expand/collapse uses a smooth animation to open or\nclose the content area.\n- When the panel expands/collapses, the arrow icon rotates 90 degrees\nclockwise/counter-clockwise.\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/Panel.js\";`",
|
|
18134
|
+
"name": "Panel",
|
|
17546
18135
|
"cssParts": [
|
|
17547
18136
|
{
|
|
17548
18137
|
"description": "Used to style the wrapper of the content.",
|
|
17549
18138
|
"name": "content"
|
|
17550
18139
|
},
|
|
17551
18140
|
{
|
|
17552
|
-
"description": "Used to style the
|
|
18141
|
+
"description": "Used to style the header.",
|
|
17553
18142
|
"name": "header"
|
|
18143
|
+
},
|
|
18144
|
+
{
|
|
18145
|
+
"description": "Used to style the outermost header wrapper, useful for adjusting sticky header position.",
|
|
18146
|
+
"name": "header-wrapper"
|
|
17554
18147
|
}
|
|
17555
18148
|
],
|
|
17556
18149
|
"slots": [
|
|
@@ -22590,6 +23183,52 @@
|
|
|
22590
23183
|
"package": "@ui5/webcomponents",
|
|
22591
23184
|
"module": "dist/Input.js"
|
|
22592
23185
|
}
|
|
23186
|
+
],
|
|
23187
|
+
"events": [
|
|
23188
|
+
{
|
|
23189
|
+
"name": "click",
|
|
23190
|
+
"_ui5privacy": "public",
|
|
23191
|
+
"type": {
|
|
23192
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
23193
|
+
"references": [
|
|
23194
|
+
{
|
|
23195
|
+
"name": "ListItemBaseClickEventDetail",
|
|
23196
|
+
"package": "@ui5/webcomponents",
|
|
23197
|
+
"module": "dist/ListItemBase.js"
|
|
23198
|
+
}
|
|
23199
|
+
]
|
|
23200
|
+
},
|
|
23201
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
23202
|
+
"_ui5Cancelable": false,
|
|
23203
|
+
"_ui5allowPreventDefault": false,
|
|
23204
|
+
"_ui5Bubbles": true,
|
|
23205
|
+
"_ui5since": "2.22.0",
|
|
23206
|
+
"_ui5parameters": [
|
|
23207
|
+
{
|
|
23208
|
+
"type": {
|
|
23209
|
+
"text": "ListItemBase",
|
|
23210
|
+
"references": [
|
|
23211
|
+
{
|
|
23212
|
+
"name": "ListItemBase",
|
|
23213
|
+
"package": "@ui5/webcomponents",
|
|
23214
|
+
"module": "dist/ListItemBase.js"
|
|
23215
|
+
}
|
|
23216
|
+
]
|
|
23217
|
+
},
|
|
23218
|
+
"name": "item",
|
|
23219
|
+
"_ui5privacy": "public",
|
|
23220
|
+
"description": "The activated item."
|
|
23221
|
+
},
|
|
23222
|
+
{
|
|
23223
|
+
"type": {
|
|
23224
|
+
"text": "Event"
|
|
23225
|
+
},
|
|
23226
|
+
"name": "originalEvent",
|
|
23227
|
+
"_ui5privacy": "public",
|
|
23228
|
+
"description": "The original event from the user interaction."
|
|
23229
|
+
}
|
|
23230
|
+
]
|
|
23231
|
+
}
|
|
22593
23232
|
]
|
|
22594
23233
|
}
|
|
22595
23234
|
],
|
|
@@ -22669,6 +23308,52 @@
|
|
|
22669
23308
|
"package": "@ui5/webcomponents",
|
|
22670
23309
|
"module": "dist/Input.js"
|
|
22671
23310
|
}
|
|
23311
|
+
],
|
|
23312
|
+
"events": [
|
|
23313
|
+
{
|
|
23314
|
+
"name": "click",
|
|
23315
|
+
"_ui5privacy": "public",
|
|
23316
|
+
"type": {
|
|
23317
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
23318
|
+
"references": [
|
|
23319
|
+
{
|
|
23320
|
+
"name": "ListItemBaseClickEventDetail",
|
|
23321
|
+
"package": "@ui5/webcomponents",
|
|
23322
|
+
"module": "dist/ListItemBase.js"
|
|
23323
|
+
}
|
|
23324
|
+
]
|
|
23325
|
+
},
|
|
23326
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
23327
|
+
"_ui5Cancelable": false,
|
|
23328
|
+
"_ui5allowPreventDefault": false,
|
|
23329
|
+
"_ui5Bubbles": true,
|
|
23330
|
+
"_ui5since": "2.22.0",
|
|
23331
|
+
"_ui5parameters": [
|
|
23332
|
+
{
|
|
23333
|
+
"type": {
|
|
23334
|
+
"text": "ListItemBase",
|
|
23335
|
+
"references": [
|
|
23336
|
+
{
|
|
23337
|
+
"name": "ListItemBase",
|
|
23338
|
+
"package": "@ui5/webcomponents",
|
|
23339
|
+
"module": "dist/ListItemBase.js"
|
|
23340
|
+
}
|
|
23341
|
+
]
|
|
23342
|
+
},
|
|
23343
|
+
"name": "item",
|
|
23344
|
+
"_ui5privacy": "public",
|
|
23345
|
+
"description": "The activated item."
|
|
23346
|
+
},
|
|
23347
|
+
{
|
|
23348
|
+
"type": {
|
|
23349
|
+
"text": "Event"
|
|
23350
|
+
},
|
|
23351
|
+
"name": "originalEvent",
|
|
23352
|
+
"_ui5privacy": "public",
|
|
23353
|
+
"description": "The original event from the user interaction."
|
|
23354
|
+
}
|
|
23355
|
+
]
|
|
23356
|
+
}
|
|
22672
23357
|
]
|
|
22673
23358
|
}
|
|
22674
23359
|
],
|
|
@@ -23046,6 +23731,17 @@
|
|
|
23046
23731
|
"privacy": "public",
|
|
23047
23732
|
"_ui5since": "1.0.0-rc.15"
|
|
23048
23733
|
},
|
|
23734
|
+
{
|
|
23735
|
+
"kind": "field",
|
|
23736
|
+
"name": "accessibleRole",
|
|
23737
|
+
"type": {
|
|
23738
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
23739
|
+
},
|
|
23740
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
23741
|
+
"default": "undefined",
|
|
23742
|
+
"privacy": "public",
|
|
23743
|
+
"_ui5since": "1.3.0"
|
|
23744
|
+
},
|
|
23049
23745
|
{
|
|
23050
23746
|
"kind": "field",
|
|
23051
23747
|
"name": "additionalText",
|
|
@@ -23241,6 +23937,15 @@
|
|
|
23241
23937
|
"text": "string | undefined"
|
|
23242
23938
|
}
|
|
23243
23939
|
},
|
|
23940
|
+
{
|
|
23941
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
23942
|
+
"name": "accessible-role",
|
|
23943
|
+
"default": "undefined",
|
|
23944
|
+
"fieldName": "accessibleRole",
|
|
23945
|
+
"type": {
|
|
23946
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
23947
|
+
}
|
|
23948
|
+
},
|
|
23244
23949
|
{
|
|
23245
23950
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
23246
23951
|
"name": "additional-text",
|
|
@@ -23360,6 +24065,50 @@
|
|
|
23360
24065
|
}
|
|
23361
24066
|
],
|
|
23362
24067
|
"events": [
|
|
24068
|
+
{
|
|
24069
|
+
"name": "click",
|
|
24070
|
+
"_ui5privacy": "public",
|
|
24071
|
+
"type": {
|
|
24072
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
24073
|
+
"references": [
|
|
24074
|
+
{
|
|
24075
|
+
"name": "ListItemBaseClickEventDetail",
|
|
24076
|
+
"package": "@ui5/webcomponents",
|
|
24077
|
+
"module": "dist/ListItemBase.js"
|
|
24078
|
+
}
|
|
24079
|
+
]
|
|
24080
|
+
},
|
|
24081
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
24082
|
+
"_ui5Cancelable": false,
|
|
24083
|
+
"_ui5allowPreventDefault": false,
|
|
24084
|
+
"_ui5Bubbles": true,
|
|
24085
|
+
"_ui5since": "2.22.0",
|
|
24086
|
+
"_ui5parameters": [
|
|
24087
|
+
{
|
|
24088
|
+
"type": {
|
|
24089
|
+
"text": "ListItemBase",
|
|
24090
|
+
"references": [
|
|
24091
|
+
{
|
|
24092
|
+
"name": "ListItemBase",
|
|
24093
|
+
"package": "@ui5/webcomponents",
|
|
24094
|
+
"module": "dist/ListItemBase.js"
|
|
24095
|
+
}
|
|
24096
|
+
]
|
|
24097
|
+
},
|
|
24098
|
+
"name": "item",
|
|
24099
|
+
"_ui5privacy": "public",
|
|
24100
|
+
"description": "The activated item."
|
|
24101
|
+
},
|
|
24102
|
+
{
|
|
24103
|
+
"type": {
|
|
24104
|
+
"text": "Event"
|
|
24105
|
+
},
|
|
24106
|
+
"name": "originalEvent",
|
|
24107
|
+
"_ui5privacy": "public",
|
|
24108
|
+
"description": "The original event from the user interaction."
|
|
24109
|
+
}
|
|
24110
|
+
]
|
|
24111
|
+
},
|
|
23363
24112
|
{
|
|
23364
24113
|
"name": "detail-click",
|
|
23365
24114
|
"_ui5privacy": "public",
|
|
@@ -23836,6 +24585,52 @@
|
|
|
23836
24585
|
"privacy": "public"
|
|
23837
24586
|
}
|
|
23838
24587
|
],
|
|
24588
|
+
"events": [
|
|
24589
|
+
{
|
|
24590
|
+
"name": "click",
|
|
24591
|
+
"_ui5privacy": "public",
|
|
24592
|
+
"type": {
|
|
24593
|
+
"text": "CustomEvent<TabClickEventDetail>",
|
|
24594
|
+
"references": [
|
|
24595
|
+
{
|
|
24596
|
+
"name": "TabClickEventDetail",
|
|
24597
|
+
"package": "@ui5/webcomponents",
|
|
24598
|
+
"module": "dist/Tab.js"
|
|
24599
|
+
}
|
|
24600
|
+
]
|
|
24601
|
+
},
|
|
24602
|
+
"description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.",
|
|
24603
|
+
"_ui5Cancelable": false,
|
|
24604
|
+
"_ui5allowPreventDefault": false,
|
|
24605
|
+
"_ui5Bubbles": true,
|
|
24606
|
+
"_ui5since": "2.22.0",
|
|
24607
|
+
"_ui5parameters": [
|
|
24608
|
+
{
|
|
24609
|
+
"type": {
|
|
24610
|
+
"text": "Event"
|
|
24611
|
+
},
|
|
24612
|
+
"name": "originalEvent",
|
|
24613
|
+
"_ui5privacy": "public",
|
|
24614
|
+
"description": "The original event from the user interaction."
|
|
24615
|
+
},
|
|
24616
|
+
{
|
|
24617
|
+
"type": {
|
|
24618
|
+
"text": "Tab",
|
|
24619
|
+
"references": [
|
|
24620
|
+
{
|
|
24621
|
+
"name": "Tab",
|
|
24622
|
+
"package": "@ui5/webcomponents",
|
|
24623
|
+
"module": "dist/Tab.js"
|
|
24624
|
+
}
|
|
24625
|
+
]
|
|
24626
|
+
},
|
|
24627
|
+
"name": "tab",
|
|
24628
|
+
"_ui5privacy": "public",
|
|
24629
|
+
"description": "The selected tab."
|
|
24630
|
+
}
|
|
24631
|
+
]
|
|
24632
|
+
}
|
|
24633
|
+
],
|
|
23839
24634
|
"attributes": [
|
|
23840
24635
|
{
|
|
23841
24636
|
"description": "Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.",
|
|
@@ -24967,40 +25762,250 @@
|
|
|
24967
25762
|
"kind": "field",
|
|
24968
25763
|
"name": "horizontalAlign",
|
|
24969
25764
|
"type": {
|
|
24970
|
-
"text": "TableCellHorizontalAlign | undefined",
|
|
24971
|
-
"references": [
|
|
24972
|
-
{
|
|
24973
|
-
"name": "TableCellHorizontalAlign",
|
|
24974
|
-
"package": "@ui5/webcomponents",
|
|
24975
|
-
"module": "dist/types/TableCellHorizontalAlign.js"
|
|
24976
|
-
}
|
|
24977
|
-
]
|
|
24978
|
-
},
|
|
24979
|
-
"description": "Determines the horizontal alignment of table cells.",
|
|
25765
|
+
"text": "TableCellHorizontalAlign | undefined",
|
|
25766
|
+
"references": [
|
|
25767
|
+
{
|
|
25768
|
+
"name": "TableCellHorizontalAlign",
|
|
25769
|
+
"package": "@ui5/webcomponents",
|
|
25770
|
+
"module": "dist/types/TableCellHorizontalAlign.js"
|
|
25771
|
+
}
|
|
25772
|
+
]
|
|
25773
|
+
},
|
|
25774
|
+
"description": "Determines the horizontal alignment of table cells.",
|
|
25775
|
+
"default": "undefined",
|
|
25776
|
+
"privacy": "public"
|
|
25777
|
+
}
|
|
25778
|
+
],
|
|
25779
|
+
"attributes": [
|
|
25780
|
+
{
|
|
25781
|
+
"description": "Determines the horizontal alignment of table cells.",
|
|
25782
|
+
"name": "horizontal-align",
|
|
25783
|
+
"default": "undefined",
|
|
25784
|
+
"fieldName": "horizontalAlign",
|
|
25785
|
+
"type": {
|
|
25786
|
+
"text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
|
|
25787
|
+
}
|
|
25788
|
+
}
|
|
25789
|
+
],
|
|
25790
|
+
"superclass": {
|
|
25791
|
+
"name": "UI5Element",
|
|
25792
|
+
"package": "@ui5/webcomponents-base",
|
|
25793
|
+
"module": "dist/UI5Element.js"
|
|
25794
|
+
},
|
|
25795
|
+
"customElement": true,
|
|
25796
|
+
"_ui5since": "2.0.0",
|
|
25797
|
+
"_ui5privacy": "public",
|
|
25798
|
+
"_ui5abstract": true
|
|
25799
|
+
}
|
|
25800
|
+
],
|
|
25801
|
+
"exports": [
|
|
25802
|
+
{
|
|
25803
|
+
"kind": "js",
|
|
25804
|
+
"name": "default",
|
|
25805
|
+
"declaration": {
|
|
25806
|
+
"name": "TableCellBase",
|
|
25807
|
+
"module": "dist/TableCellBase.js"
|
|
25808
|
+
}
|
|
25809
|
+
}
|
|
25810
|
+
]
|
|
25811
|
+
},
|
|
25812
|
+
{
|
|
25813
|
+
"kind": "javascript-module",
|
|
25814
|
+
"path": "dist/TableCustomAnnouncement.js",
|
|
25815
|
+
"declarations": [],
|
|
25816
|
+
"exports": [
|
|
25817
|
+
{
|
|
25818
|
+
"kind": "js",
|
|
25819
|
+
"name": "default",
|
|
25820
|
+
"declaration": {
|
|
25821
|
+
"name": "TableCustomAnnouncement",
|
|
25822
|
+
"module": "dist/TableCustomAnnouncement.js"
|
|
25823
|
+
}
|
|
25824
|
+
}
|
|
25825
|
+
]
|
|
25826
|
+
},
|
|
25827
|
+
{
|
|
25828
|
+
"kind": "javascript-module",
|
|
25829
|
+
"path": "dist/TableDragAndDrop.js",
|
|
25830
|
+
"declarations": [],
|
|
25831
|
+
"exports": [
|
|
25832
|
+
{
|
|
25833
|
+
"kind": "js",
|
|
25834
|
+
"name": "default",
|
|
25835
|
+
"declaration": {
|
|
25836
|
+
"name": "TableDragAndDrop",
|
|
25837
|
+
"module": "dist/TableDragAndDrop.js"
|
|
25838
|
+
}
|
|
25839
|
+
}
|
|
25840
|
+
]
|
|
25841
|
+
},
|
|
25842
|
+
{
|
|
25843
|
+
"kind": "javascript-module",
|
|
25844
|
+
"path": "dist/TableExtension.js",
|
|
25845
|
+
"declarations": [],
|
|
25846
|
+
"exports": [
|
|
25847
|
+
{
|
|
25848
|
+
"kind": "js",
|
|
25849
|
+
"name": "default",
|
|
25850
|
+
"declaration": {
|
|
25851
|
+
"name": "TableExtension",
|
|
25852
|
+
"module": "dist/TableExtension.js"
|
|
25853
|
+
}
|
|
25854
|
+
}
|
|
25855
|
+
]
|
|
25856
|
+
},
|
|
25857
|
+
{
|
|
25858
|
+
"kind": "javascript-module",
|
|
25859
|
+
"path": "dist/TableGroupRow.js",
|
|
25860
|
+
"declarations": [
|
|
25861
|
+
{
|
|
25862
|
+
"kind": "class",
|
|
25863
|
+
"description": "### Overview\n\nThe `ui5-table-group-row` component represents a group header row in the `ui5-table`.\nIt is used to visually group rows and spans across all visible table columns.\n\n### Usage\n\nThe `ui5-table-group-row` is placed as a direct child of `ui5-table`, alongside `ui5-table-row` elements.\nRows following a group row are considered part of that group until the next group row.\n\n```html\n<ui5-table>\n <ui5-table-header-row>...</ui5-table-header-row>\n <ui5-table-group-row>Country: Germany</ui5-table-group-row>\n <ui5-table-row>...</ui5-table-row>\n <ui5-table-row>...</ui5-table-row>\n <ui5-table-group-row>Country: France</ui5-table-group-row>\n <ui5-table-row>...</ui5-table-row>\n</ui5-table>\n```\n\n### Unsupported Features\n\nThe following features of `ui5-table-row` are currently not supported by `ui5-table-group-row` and have no effect:\n\n- **Cells** (`cells` slot): Group rows render a single spanning cell with a text. Any slotted `ui5-table-cell` elements are ignored.\n- **Actions** (`actions` slot): Row actions such as `ui5-table-row-action` or `ui5-table-row-action-navigation` are not rendered.\n- **Navigation** (`navigated` property): The navigated indicator is not rendered on group rows.\n- **Interactive** (`interactive` property): Group rows do not support click/activation behavior.\n- **Selection** (`rowKey` property`): Group rows cannot be selected. They are excluded from select all and range selection operations.\n- **Virtualizer** (`position` property`): Group rows are not supported by the `ui5-table-virtualizer`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGroupRow.js\";`",
|
|
25864
|
+
"name": "TableGroupRow",
|
|
25865
|
+
"members": [
|
|
25866
|
+
{
|
|
25867
|
+
"kind": "field",
|
|
25868
|
+
"name": "interactive",
|
|
25869
|
+
"type": {
|
|
25870
|
+
"text": "boolean"
|
|
25871
|
+
},
|
|
25872
|
+
"default": "false",
|
|
25873
|
+
"description": "Defines the interactive state of the row.",
|
|
25874
|
+
"privacy": "public"
|
|
25875
|
+
},
|
|
25876
|
+
{
|
|
25877
|
+
"kind": "field",
|
|
25878
|
+
"name": "movable",
|
|
25879
|
+
"type": {
|
|
25880
|
+
"text": "boolean"
|
|
25881
|
+
},
|
|
25882
|
+
"default": "false",
|
|
25883
|
+
"description": "Defines whether the row is movable.",
|
|
25884
|
+
"privacy": "public",
|
|
25885
|
+
"_ui5since": "2.6.0"
|
|
25886
|
+
},
|
|
25887
|
+
{
|
|
25888
|
+
"kind": "field",
|
|
25889
|
+
"name": "navigated",
|
|
25890
|
+
"type": {
|
|
25891
|
+
"text": "boolean"
|
|
25892
|
+
},
|
|
25893
|
+
"default": "false",
|
|
25894
|
+
"description": "Defines the navigated state of the row.",
|
|
25895
|
+
"privacy": "public"
|
|
25896
|
+
},
|
|
25897
|
+
{
|
|
25898
|
+
"kind": "field",
|
|
25899
|
+
"name": "position",
|
|
25900
|
+
"type": {
|
|
25901
|
+
"text": "number | undefined"
|
|
25902
|
+
},
|
|
25903
|
+
"description": "Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
|
|
25904
|
+
"default": "undefined",
|
|
25905
|
+
"privacy": "public",
|
|
25906
|
+
"_ui5since": "2.5.0"
|
|
25907
|
+
},
|
|
25908
|
+
{
|
|
25909
|
+
"kind": "field",
|
|
25910
|
+
"name": "rowKey",
|
|
25911
|
+
"type": {
|
|
25912
|
+
"text": "string | undefined"
|
|
25913
|
+
},
|
|
25914
|
+
"description": "Unique identifier of the row.\n\n**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.",
|
|
25915
|
+
"default": "undefined",
|
|
25916
|
+
"privacy": "public"
|
|
25917
|
+
}
|
|
25918
|
+
],
|
|
25919
|
+
"superclass": {
|
|
25920
|
+
"name": "TableRow",
|
|
25921
|
+
"package": "@ui5/webcomponents",
|
|
25922
|
+
"module": "dist/TableRow.js"
|
|
25923
|
+
},
|
|
25924
|
+
"tagName": "ui5-table-group-row",
|
|
25925
|
+
"customElement": true,
|
|
25926
|
+
"_ui5since": "2.22.0",
|
|
25927
|
+
"_ui5privacy": "public",
|
|
25928
|
+
"slots": [
|
|
25929
|
+
{
|
|
25930
|
+
"name": "actions",
|
|
25931
|
+
"description": "Defines the actions of the component.\n\n**Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design.",
|
|
25932
|
+
"_ui5since": "2.7.0",
|
|
25933
|
+
"_ui5type": {
|
|
25934
|
+
"text": "Array<TableRowActionBase>",
|
|
25935
|
+
"references": [
|
|
25936
|
+
{
|
|
25937
|
+
"name": "TableRowActionBase",
|
|
25938
|
+
"package": "@ui5/webcomponents",
|
|
25939
|
+
"module": "dist/TableRowActionBase.js"
|
|
25940
|
+
}
|
|
25941
|
+
]
|
|
25942
|
+
},
|
|
25943
|
+
"_ui5privacy": "public"
|
|
25944
|
+
},
|
|
25945
|
+
{
|
|
25946
|
+
"name": "default",
|
|
25947
|
+
"description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.",
|
|
25948
|
+
"_ui5propertyName": "cells",
|
|
25949
|
+
"_ui5type": {
|
|
25950
|
+
"text": "Array<TableCell>",
|
|
25951
|
+
"references": [
|
|
25952
|
+
{
|
|
25953
|
+
"name": "TableCell",
|
|
25954
|
+
"package": "@ui5/webcomponents",
|
|
25955
|
+
"module": "dist/TableCell.js"
|
|
25956
|
+
}
|
|
25957
|
+
]
|
|
25958
|
+
},
|
|
25959
|
+
"_ui5privacy": "public"
|
|
25960
|
+
}
|
|
25961
|
+
],
|
|
25962
|
+
"attributes": [
|
|
25963
|
+
{
|
|
25964
|
+
"description": "Defines the interactive state of the row.",
|
|
25965
|
+
"name": "interactive",
|
|
25966
|
+
"default": "false",
|
|
25967
|
+
"fieldName": "interactive",
|
|
25968
|
+
"type": {
|
|
25969
|
+
"text": "boolean"
|
|
25970
|
+
}
|
|
25971
|
+
},
|
|
25972
|
+
{
|
|
25973
|
+
"description": "Defines whether the row is movable.",
|
|
25974
|
+
"name": "movable",
|
|
25975
|
+
"default": "false",
|
|
25976
|
+
"fieldName": "movable",
|
|
25977
|
+
"type": {
|
|
25978
|
+
"text": "boolean"
|
|
25979
|
+
}
|
|
25980
|
+
},
|
|
25981
|
+
{
|
|
25982
|
+
"description": "Defines the navigated state of the row.",
|
|
25983
|
+
"name": "navigated",
|
|
25984
|
+
"default": "false",
|
|
25985
|
+
"fieldName": "navigated",
|
|
25986
|
+
"type": {
|
|
25987
|
+
"text": "boolean"
|
|
25988
|
+
}
|
|
25989
|
+
},
|
|
25990
|
+
{
|
|
25991
|
+
"description": "Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
|
|
25992
|
+
"name": "position",
|
|
24980
25993
|
"default": "undefined",
|
|
24981
|
-
"
|
|
24982
|
-
|
|
24983
|
-
|
|
24984
|
-
|
|
25994
|
+
"fieldName": "position",
|
|
25995
|
+
"type": {
|
|
25996
|
+
"text": "number | undefined"
|
|
25997
|
+
}
|
|
25998
|
+
},
|
|
24985
25999
|
{
|
|
24986
|
-
"description": "
|
|
24987
|
-
"name": "
|
|
26000
|
+
"description": "Unique identifier of the row.\n\n**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.",
|
|
26001
|
+
"name": "row-key",
|
|
24988
26002
|
"default": "undefined",
|
|
24989
|
-
"fieldName": "
|
|
26003
|
+
"fieldName": "rowKey",
|
|
24990
26004
|
"type": {
|
|
24991
|
-
"text": "
|
|
26005
|
+
"text": "string | undefined"
|
|
24992
26006
|
}
|
|
24993
26007
|
}
|
|
24994
|
-
]
|
|
24995
|
-
"superclass": {
|
|
24996
|
-
"name": "UI5Element",
|
|
24997
|
-
"package": "@ui5/webcomponents-base",
|
|
24998
|
-
"module": "dist/UI5Element.js"
|
|
24999
|
-
},
|
|
25000
|
-
"customElement": true,
|
|
25001
|
-
"_ui5since": "2.0.0",
|
|
25002
|
-
"_ui5privacy": "public",
|
|
25003
|
-
"_ui5abstract": true
|
|
26008
|
+
]
|
|
25004
26009
|
}
|
|
25005
26010
|
],
|
|
25006
26011
|
"exports": [
|
|
@@ -25008,53 +26013,16 @@
|
|
|
25008
26013
|
"kind": "js",
|
|
25009
26014
|
"name": "default",
|
|
25010
26015
|
"declaration": {
|
|
25011
|
-
"name": "
|
|
25012
|
-
"module": "dist/
|
|
25013
|
-
}
|
|
25014
|
-
}
|
|
25015
|
-
]
|
|
25016
|
-
},
|
|
25017
|
-
{
|
|
25018
|
-
"kind": "javascript-module",
|
|
25019
|
-
"path": "dist/TableCustomAnnouncement.js",
|
|
25020
|
-
"declarations": [],
|
|
25021
|
-
"exports": [
|
|
25022
|
-
{
|
|
25023
|
-
"kind": "js",
|
|
25024
|
-
"name": "default",
|
|
25025
|
-
"declaration": {
|
|
25026
|
-
"name": "TableCustomAnnouncement",
|
|
25027
|
-
"module": "dist/TableCustomAnnouncement.js"
|
|
25028
|
-
}
|
|
25029
|
-
}
|
|
25030
|
-
]
|
|
25031
|
-
},
|
|
25032
|
-
{
|
|
25033
|
-
"kind": "javascript-module",
|
|
25034
|
-
"path": "dist/TableDragAndDrop.js",
|
|
25035
|
-
"declarations": [],
|
|
25036
|
-
"exports": [
|
|
25037
|
-
{
|
|
25038
|
-
"kind": "js",
|
|
25039
|
-
"name": "default",
|
|
25040
|
-
"declaration": {
|
|
25041
|
-
"name": "TableDragAndDrop",
|
|
25042
|
-
"module": "dist/TableDragAndDrop.js"
|
|
26016
|
+
"name": "TableGroupRow",
|
|
26017
|
+
"module": "dist/TableGroupRow.js"
|
|
25043
26018
|
}
|
|
25044
|
-
}
|
|
25045
|
-
]
|
|
25046
|
-
},
|
|
25047
|
-
{
|
|
25048
|
-
"kind": "javascript-module",
|
|
25049
|
-
"path": "dist/TableExtension.js",
|
|
25050
|
-
"declarations": [],
|
|
25051
|
-
"exports": [
|
|
26019
|
+
},
|
|
25052
26020
|
{
|
|
25053
|
-
"kind": "
|
|
25054
|
-
"name": "
|
|
26021
|
+
"kind": "custom-element-definition",
|
|
26022
|
+
"name": "ui5-table-group-row",
|
|
25055
26023
|
"declaration": {
|
|
25056
|
-
"name": "
|
|
25057
|
-
"module": "dist/
|
|
26024
|
+
"name": "TableGroupRow",
|
|
26025
|
+
"module": "dist/TableGroupRow.js"
|
|
25058
26026
|
}
|
|
25059
26027
|
}
|
|
25060
26028
|
]
|
|
@@ -25992,7 +26960,7 @@
|
|
|
25992
26960
|
"default": "false",
|
|
25993
26961
|
"description": "Defines the interactive state of the navigation action.",
|
|
25994
26962
|
"privacy": "public",
|
|
25995
|
-
"deprecated": "As of version 2.20.0, the navigation icon is deprecated.\nFor better accessibility, the interactive mode which renders a button, must be used instead. To handle the action, attach a listener to the `click` event.\nIf the navigation should be triggered when a row is pressed, set the row's `interactive` property and use the `row-click` event of the `ui5-table`.\nThis property will be removed in
|
|
26963
|
+
"deprecated": "As of version 2.20.0, the navigation icon is deprecated.\nFor better accessibility, the interactive mode which renders a button, must be used instead. To handle the action, attach a listener to the `click` event.\nIf the navigation should be triggered when a row is pressed, set the row's `interactive` property and use the `row-click` event of the `ui5-table`.\nThis property will be removed in the next major version."
|
|
25996
26964
|
},
|
|
25997
26965
|
{
|
|
25998
26966
|
"kind": "field",
|
|
@@ -26014,7 +26982,7 @@
|
|
|
26014
26982
|
"type": {
|
|
26015
26983
|
"text": "boolean"
|
|
26016
26984
|
},
|
|
26017
|
-
"deprecated": "As of version 2.20.0, the navigation icon is deprecated.\nFor better accessibility, the interactive mode which renders a button, must be used instead. To handle the action, attach a listener to the `click` event.\nIf the navigation should be triggered when a row is pressed, set the row's `interactive` property and use the `row-click` event of the `ui5-table`.\nThis property will be removed in
|
|
26985
|
+
"deprecated": "As of version 2.20.0, the navigation icon is deprecated.\nFor better accessibility, the interactive mode which renders a button, must be used instead. To handle the action, attach a listener to the `click` event.\nIf the navigation should be triggered when a row is pressed, set the row's `interactive` property and use the `row-click` event of the `ui5-table`.\nThis property will be removed in the next major version."
|
|
26018
26986
|
},
|
|
26019
26987
|
{
|
|
26020
26988
|
"description": "Defines the visibility of the row action.\n\n**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.",
|
|
@@ -26687,7 +27655,7 @@
|
|
|
26687
27655
|
"declarations": [
|
|
26688
27656
|
{
|
|
26689
27657
|
"kind": "class",
|
|
26690
|
-
"description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`",
|
|
27658
|
+
"description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n**Note:** The `ui5-table-group-row` component is not supported by the virtualizer. Only `ui5-table-row` elements can be virtualized.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`",
|
|
26691
27659
|
"name": "TableVirtualizer",
|
|
26692
27660
|
"members": [
|
|
26693
27661
|
{
|
|
@@ -31866,6 +32834,17 @@
|
|
|
31866
32834
|
"privacy": "public",
|
|
31867
32835
|
"_ui5since": "1.8.0"
|
|
31868
32836
|
},
|
|
32837
|
+
{
|
|
32838
|
+
"kind": "field",
|
|
32839
|
+
"name": "accessibleRole",
|
|
32840
|
+
"type": {
|
|
32841
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
32842
|
+
},
|
|
32843
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
32844
|
+
"default": "undefined",
|
|
32845
|
+
"privacy": "public",
|
|
32846
|
+
"_ui5since": "1.3.0"
|
|
32847
|
+
},
|
|
31869
32848
|
{
|
|
31870
32849
|
"kind": "field",
|
|
31871
32850
|
"name": "additionalText",
|
|
@@ -32055,6 +33034,15 @@
|
|
|
32055
33034
|
"text": "string | undefined"
|
|
32056
33035
|
}
|
|
32057
33036
|
},
|
|
33037
|
+
{
|
|
33038
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33039
|
+
"name": "accessible-role",
|
|
33040
|
+
"default": "undefined",
|
|
33041
|
+
"fieldName": "accessibleRole",
|
|
33042
|
+
"type": {
|
|
33043
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
33044
|
+
}
|
|
33045
|
+
},
|
|
32058
33046
|
{
|
|
32059
33047
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
32060
33048
|
"name": "additional-text",
|
|
@@ -32226,6 +33214,50 @@
|
|
|
32226
33214
|
}
|
|
32227
33215
|
],
|
|
32228
33216
|
"events": [
|
|
33217
|
+
{
|
|
33218
|
+
"name": "click",
|
|
33219
|
+
"_ui5privacy": "public",
|
|
33220
|
+
"type": {
|
|
33221
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
33222
|
+
"references": [
|
|
33223
|
+
{
|
|
33224
|
+
"name": "ListItemBaseClickEventDetail",
|
|
33225
|
+
"package": "@ui5/webcomponents",
|
|
33226
|
+
"module": "dist/ListItemBase.js"
|
|
33227
|
+
}
|
|
33228
|
+
]
|
|
33229
|
+
},
|
|
33230
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
33231
|
+
"_ui5Cancelable": false,
|
|
33232
|
+
"_ui5allowPreventDefault": false,
|
|
33233
|
+
"_ui5Bubbles": true,
|
|
33234
|
+
"_ui5since": "2.22.0",
|
|
33235
|
+
"_ui5parameters": [
|
|
33236
|
+
{
|
|
33237
|
+
"type": {
|
|
33238
|
+
"text": "ListItemBase",
|
|
33239
|
+
"references": [
|
|
33240
|
+
{
|
|
33241
|
+
"name": "ListItemBase",
|
|
33242
|
+
"package": "@ui5/webcomponents",
|
|
33243
|
+
"module": "dist/ListItemBase.js"
|
|
33244
|
+
}
|
|
33245
|
+
]
|
|
33246
|
+
},
|
|
33247
|
+
"name": "item",
|
|
33248
|
+
"_ui5privacy": "public",
|
|
33249
|
+
"description": "The activated item."
|
|
33250
|
+
},
|
|
33251
|
+
{
|
|
33252
|
+
"type": {
|
|
33253
|
+
"text": "Event"
|
|
33254
|
+
},
|
|
33255
|
+
"name": "originalEvent",
|
|
33256
|
+
"_ui5privacy": "public",
|
|
33257
|
+
"description": "The original event from the user interaction."
|
|
33258
|
+
}
|
|
33259
|
+
]
|
|
33260
|
+
},
|
|
32229
33261
|
{
|
|
32230
33262
|
"name": "detail-click",
|
|
32231
33263
|
"_ui5privacy": "public",
|
|
@@ -32340,6 +33372,17 @@
|
|
|
32340
33372
|
"privacy": "public",
|
|
32341
33373
|
"_ui5since": "1.8.0"
|
|
32342
33374
|
},
|
|
33375
|
+
{
|
|
33376
|
+
"kind": "field",
|
|
33377
|
+
"name": "accessibleRole",
|
|
33378
|
+
"type": {
|
|
33379
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
33380
|
+
},
|
|
33381
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33382
|
+
"default": "undefined",
|
|
33383
|
+
"privacy": "public",
|
|
33384
|
+
"_ui5since": "1.3.0"
|
|
33385
|
+
},
|
|
32343
33386
|
{
|
|
32344
33387
|
"kind": "field",
|
|
32345
33388
|
"name": "additionalTextState",
|
|
@@ -32490,6 +33533,50 @@
|
|
|
32490
33533
|
}
|
|
32491
33534
|
],
|
|
32492
33535
|
"events": [
|
|
33536
|
+
{
|
|
33537
|
+
"name": "click",
|
|
33538
|
+
"_ui5privacy": "public",
|
|
33539
|
+
"type": {
|
|
33540
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
33541
|
+
"references": [
|
|
33542
|
+
{
|
|
33543
|
+
"name": "ListItemBaseClickEventDetail",
|
|
33544
|
+
"package": "@ui5/webcomponents",
|
|
33545
|
+
"module": "dist/ListItemBase.js"
|
|
33546
|
+
}
|
|
33547
|
+
]
|
|
33548
|
+
},
|
|
33549
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
33550
|
+
"_ui5Cancelable": false,
|
|
33551
|
+
"_ui5allowPreventDefault": false,
|
|
33552
|
+
"_ui5Bubbles": true,
|
|
33553
|
+
"_ui5since": "2.22.0",
|
|
33554
|
+
"_ui5parameters": [
|
|
33555
|
+
{
|
|
33556
|
+
"type": {
|
|
33557
|
+
"text": "ListItemBase",
|
|
33558
|
+
"references": [
|
|
33559
|
+
{
|
|
33560
|
+
"name": "ListItemBase",
|
|
33561
|
+
"package": "@ui5/webcomponents",
|
|
33562
|
+
"module": "dist/ListItemBase.js"
|
|
33563
|
+
}
|
|
33564
|
+
]
|
|
33565
|
+
},
|
|
33566
|
+
"name": "item",
|
|
33567
|
+
"_ui5privacy": "public",
|
|
33568
|
+
"description": "The activated item."
|
|
33569
|
+
},
|
|
33570
|
+
{
|
|
33571
|
+
"type": {
|
|
33572
|
+
"text": "Event"
|
|
33573
|
+
},
|
|
33574
|
+
"name": "originalEvent",
|
|
33575
|
+
"_ui5privacy": "public",
|
|
33576
|
+
"description": "The original event from the user interaction."
|
|
33577
|
+
}
|
|
33578
|
+
]
|
|
33579
|
+
},
|
|
32493
33580
|
{
|
|
32494
33581
|
"name": "detail-click",
|
|
32495
33582
|
"_ui5privacy": "public",
|
|
@@ -32521,6 +33608,15 @@
|
|
|
32521
33608
|
"text": "string | undefined"
|
|
32522
33609
|
}
|
|
32523
33610
|
},
|
|
33611
|
+
{
|
|
33612
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33613
|
+
"name": "accessible-role",
|
|
33614
|
+
"default": "undefined",
|
|
33615
|
+
"fieldName": "accessibleRole",
|
|
33616
|
+
"type": {
|
|
33617
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
33618
|
+
}
|
|
33619
|
+
},
|
|
32524
33620
|
{
|
|
32525
33621
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
32526
33622
|
"name": "additional-text-state",
|
|
@@ -32745,6 +33841,17 @@
|
|
|
32745
33841
|
"privacy": "public",
|
|
32746
33842
|
"_ui5since": "1.8.0"
|
|
32747
33843
|
},
|
|
33844
|
+
{
|
|
33845
|
+
"kind": "field",
|
|
33846
|
+
"name": "accessibleRole",
|
|
33847
|
+
"type": {
|
|
33848
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
33849
|
+
},
|
|
33850
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33851
|
+
"default": "undefined",
|
|
33852
|
+
"privacy": "public",
|
|
33853
|
+
"_ui5since": "1.3.0"
|
|
33854
|
+
},
|
|
32748
33855
|
{
|
|
32749
33856
|
"kind": "field",
|
|
32750
33857
|
"name": "additionalTextState",
|
|
@@ -32923,6 +34030,15 @@
|
|
|
32923
34030
|
"text": "string | undefined"
|
|
32924
34031
|
}
|
|
32925
34032
|
},
|
|
34033
|
+
{
|
|
34034
|
+
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
34035
|
+
"name": "accessible-role",
|
|
34036
|
+
"default": "undefined",
|
|
34037
|
+
"fieldName": "accessibleRole",
|
|
34038
|
+
"type": {
|
|
34039
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
34040
|
+
}
|
|
34041
|
+
},
|
|
32926
34042
|
{
|
|
32927
34043
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
32928
34044
|
"name": "additional-text-state",
|
|
@@ -33042,6 +34158,50 @@
|
|
|
33042
34158
|
"_ui5since": "1.9.2",
|
|
33043
34159
|
"_ui5privacy": "public",
|
|
33044
34160
|
"events": [
|
|
34161
|
+
{
|
|
34162
|
+
"name": "click",
|
|
34163
|
+
"_ui5privacy": "public",
|
|
34164
|
+
"type": {
|
|
34165
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
34166
|
+
"references": [
|
|
34167
|
+
{
|
|
34168
|
+
"name": "ListItemBaseClickEventDetail",
|
|
34169
|
+
"package": "@ui5/webcomponents",
|
|
34170
|
+
"module": "dist/ListItemBase.js"
|
|
34171
|
+
}
|
|
34172
|
+
]
|
|
34173
|
+
},
|
|
34174
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
34175
|
+
"_ui5Cancelable": false,
|
|
34176
|
+
"_ui5allowPreventDefault": false,
|
|
34177
|
+
"_ui5Bubbles": true,
|
|
34178
|
+
"_ui5since": "2.22.0",
|
|
34179
|
+
"_ui5parameters": [
|
|
34180
|
+
{
|
|
34181
|
+
"type": {
|
|
34182
|
+
"text": "ListItemBase",
|
|
34183
|
+
"references": [
|
|
34184
|
+
{
|
|
34185
|
+
"name": "ListItemBase",
|
|
34186
|
+
"package": "@ui5/webcomponents",
|
|
34187
|
+
"module": "dist/ListItemBase.js"
|
|
34188
|
+
}
|
|
34189
|
+
]
|
|
34190
|
+
},
|
|
34191
|
+
"name": "item",
|
|
34192
|
+
"_ui5privacy": "public",
|
|
34193
|
+
"description": "The activated item."
|
|
34194
|
+
},
|
|
34195
|
+
{
|
|
34196
|
+
"type": {
|
|
34197
|
+
"text": "Event"
|
|
34198
|
+
},
|
|
34199
|
+
"name": "originalEvent",
|
|
34200
|
+
"_ui5privacy": "public",
|
|
34201
|
+
"description": "The original event from the user interaction."
|
|
34202
|
+
}
|
|
34203
|
+
]
|
|
34204
|
+
},
|
|
33045
34205
|
{
|
|
33046
34206
|
"name": "detail-click",
|
|
33047
34207
|
"_ui5privacy": "public",
|