@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
|
@@ -4631,7 +4631,23 @@
|
|
|
4631
4631
|
"module": "dist/ListItemBase.js"
|
|
4632
4632
|
},
|
|
4633
4633
|
"tagName": "ui5-cb-item",
|
|
4634
|
-
"customElement": true
|
|
4634
|
+
"customElement": true,
|
|
4635
|
+
"events": [
|
|
4636
|
+
{
|
|
4637
|
+
"name": "click",
|
|
4638
|
+
"type": {
|
|
4639
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
4640
|
+
"references": [
|
|
4641
|
+
{
|
|
4642
|
+
"name": "ListItemBaseClickEventDetail",
|
|
4643
|
+
"package": "@ui5/webcomponents",
|
|
4644
|
+
"module": "dist/ListItemBase.js"
|
|
4645
|
+
}
|
|
4646
|
+
]
|
|
4647
|
+
},
|
|
4648
|
+
"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`."
|
|
4649
|
+
}
|
|
4650
|
+
]
|
|
4635
4651
|
}
|
|
4636
4652
|
],
|
|
4637
4653
|
"exports": [
|
|
@@ -9083,7 +9099,7 @@
|
|
|
9083
9099
|
"declarations": [
|
|
9084
9100
|
{
|
|
9085
9101
|
"kind": "class",
|
|
9086
|
-
"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** (
|
|
9102
|
+
"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\";",
|
|
9087
9103
|
"name": "Form",
|
|
9088
9104
|
"cssParts": [
|
|
9089
9105
|
{
|
|
@@ -9593,6 +9609,12 @@
|
|
|
9593
9609
|
"name": "root"
|
|
9594
9610
|
}
|
|
9595
9611
|
],
|
|
9612
|
+
"slots": [
|
|
9613
|
+
{
|
|
9614
|
+
"name": "fontIcon",
|
|
9615
|
+
"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```"
|
|
9616
|
+
}
|
|
9617
|
+
],
|
|
9596
9618
|
"members": [
|
|
9597
9619
|
{
|
|
9598
9620
|
"kind": "field",
|
|
@@ -11311,6 +11333,16 @@
|
|
|
11311
11333
|
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
|
|
11312
11334
|
"privacy": "public"
|
|
11313
11335
|
},
|
|
11336
|
+
{
|
|
11337
|
+
"kind": "field",
|
|
11338
|
+
"name": "accessibleRole",
|
|
11339
|
+
"type": {
|
|
11340
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
11341
|
+
},
|
|
11342
|
+
"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.",
|
|
11343
|
+
"default": "undefined",
|
|
11344
|
+
"privacy": "public"
|
|
11345
|
+
},
|
|
11314
11346
|
{
|
|
11315
11347
|
"kind": "field",
|
|
11316
11348
|
"name": "highlight",
|
|
@@ -11377,6 +11409,20 @@
|
|
|
11377
11409
|
}
|
|
11378
11410
|
],
|
|
11379
11411
|
"events": [
|
|
11412
|
+
{
|
|
11413
|
+
"name": "click",
|
|
11414
|
+
"type": {
|
|
11415
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
11416
|
+
"references": [
|
|
11417
|
+
{
|
|
11418
|
+
"name": "ListItemBaseClickEventDetail",
|
|
11419
|
+
"package": "@ui5/webcomponents",
|
|
11420
|
+
"module": "dist/ListItemBase.js"
|
|
11421
|
+
}
|
|
11422
|
+
]
|
|
11423
|
+
},
|
|
11424
|
+
"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`."
|
|
11425
|
+
},
|
|
11380
11426
|
{
|
|
11381
11427
|
"name": "detail-click",
|
|
11382
11428
|
"type": {
|
|
@@ -11395,6 +11441,15 @@
|
|
|
11395
11441
|
"text": "ListItemAccessibilityAttributes"
|
|
11396
11442
|
}
|
|
11397
11443
|
},
|
|
11444
|
+
{
|
|
11445
|
+
"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.",
|
|
11446
|
+
"name": "accessible-role",
|
|
11447
|
+
"default": "undefined",
|
|
11448
|
+
"fieldName": "accessibleRole",
|
|
11449
|
+
"type": {
|
|
11450
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
11451
|
+
}
|
|
11452
|
+
},
|
|
11398
11453
|
{
|
|
11399
11454
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
11400
11455
|
"name": "highlight",
|
|
@@ -11468,6 +11523,22 @@
|
|
|
11468
11523
|
"kind": "class",
|
|
11469
11524
|
"description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.",
|
|
11470
11525
|
"name": "ListItemBase",
|
|
11526
|
+
"events": [
|
|
11527
|
+
{
|
|
11528
|
+
"name": "click",
|
|
11529
|
+
"type": {
|
|
11530
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
11531
|
+
"references": [
|
|
11532
|
+
{
|
|
11533
|
+
"name": "ListItemBaseClickEventDetail",
|
|
11534
|
+
"package": "@ui5/webcomponents",
|
|
11535
|
+
"module": "dist/ListItemBase.js"
|
|
11536
|
+
}
|
|
11537
|
+
]
|
|
11538
|
+
},
|
|
11539
|
+
"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`."
|
|
11540
|
+
}
|
|
11541
|
+
],
|
|
11471
11542
|
"superclass": {
|
|
11472
11543
|
"name": "UI5Element",
|
|
11473
11544
|
"package": "@ui5/webcomponents-base",
|
|
@@ -11559,6 +11630,16 @@
|
|
|
11559
11630
|
"default": "undefined",
|
|
11560
11631
|
"privacy": "public"
|
|
11561
11632
|
},
|
|
11633
|
+
{
|
|
11634
|
+
"kind": "field",
|
|
11635
|
+
"name": "accessibleRole",
|
|
11636
|
+
"type": {
|
|
11637
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
11638
|
+
},
|
|
11639
|
+
"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.",
|
|
11640
|
+
"default": "undefined",
|
|
11641
|
+
"privacy": "public"
|
|
11642
|
+
},
|
|
11562
11643
|
{
|
|
11563
11644
|
"kind": "field",
|
|
11564
11645
|
"name": "highlight",
|
|
@@ -11653,6 +11734,15 @@
|
|
|
11653
11734
|
"text": "string | undefined"
|
|
11654
11735
|
}
|
|
11655
11736
|
},
|
|
11737
|
+
{
|
|
11738
|
+
"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.",
|
|
11739
|
+
"name": "accessible-role",
|
|
11740
|
+
"default": "undefined",
|
|
11741
|
+
"fieldName": "accessibleRole",
|
|
11742
|
+
"type": {
|
|
11743
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
11744
|
+
}
|
|
11745
|
+
},
|
|
11656
11746
|
{
|
|
11657
11747
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
11658
11748
|
"name": "highlight",
|
|
@@ -11716,6 +11806,20 @@
|
|
|
11716
11806
|
"tagName": "ui5-li-custom",
|
|
11717
11807
|
"customElement": true,
|
|
11718
11808
|
"events": [
|
|
11809
|
+
{
|
|
11810
|
+
"name": "click",
|
|
11811
|
+
"type": {
|
|
11812
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
11813
|
+
"references": [
|
|
11814
|
+
{
|
|
11815
|
+
"name": "ListItemBaseClickEventDetail",
|
|
11816
|
+
"package": "@ui5/webcomponents",
|
|
11817
|
+
"module": "dist/ListItemBase.js"
|
|
11818
|
+
}
|
|
11819
|
+
]
|
|
11820
|
+
},
|
|
11821
|
+
"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`."
|
|
11822
|
+
},
|
|
11719
11823
|
{
|
|
11720
11824
|
"name": "detail-click",
|
|
11721
11825
|
"type": {
|
|
@@ -11968,7 +12072,23 @@
|
|
|
11968
12072
|
"module": "dist/ListItemBase.js"
|
|
11969
12073
|
},
|
|
11970
12074
|
"tagName": "ui5-li-group-header",
|
|
11971
|
-
"customElement": true
|
|
12075
|
+
"customElement": true,
|
|
12076
|
+
"events": [
|
|
12077
|
+
{
|
|
12078
|
+
"name": "click",
|
|
12079
|
+
"type": {
|
|
12080
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
12081
|
+
"references": [
|
|
12082
|
+
{
|
|
12083
|
+
"name": "ListItemBaseClickEventDetail",
|
|
12084
|
+
"package": "@ui5/webcomponents",
|
|
12085
|
+
"module": "dist/ListItemBase.js"
|
|
12086
|
+
}
|
|
12087
|
+
]
|
|
12088
|
+
},
|
|
12089
|
+
"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`."
|
|
12090
|
+
}
|
|
12091
|
+
]
|
|
11972
12092
|
}
|
|
11973
12093
|
],
|
|
11974
12094
|
"exports": [
|
|
@@ -12082,6 +12202,16 @@
|
|
|
12082
12202
|
"default": "undefined",
|
|
12083
12203
|
"privacy": "public"
|
|
12084
12204
|
},
|
|
12205
|
+
{
|
|
12206
|
+
"kind": "field",
|
|
12207
|
+
"name": "accessibleRole",
|
|
12208
|
+
"type": {
|
|
12209
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
12210
|
+
},
|
|
12211
|
+
"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.",
|
|
12212
|
+
"default": "undefined",
|
|
12213
|
+
"privacy": "public"
|
|
12214
|
+
},
|
|
12085
12215
|
{
|
|
12086
12216
|
"kind": "field",
|
|
12087
12217
|
"name": "additionalText",
|
|
@@ -12260,6 +12390,15 @@
|
|
|
12260
12390
|
"text": "string | undefined"
|
|
12261
12391
|
}
|
|
12262
12392
|
},
|
|
12393
|
+
{
|
|
12394
|
+
"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.",
|
|
12395
|
+
"name": "accessible-role",
|
|
12396
|
+
"default": "undefined",
|
|
12397
|
+
"fieldName": "accessibleRole",
|
|
12398
|
+
"type": {
|
|
12399
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
12400
|
+
}
|
|
12401
|
+
},
|
|
12263
12402
|
{
|
|
12264
12403
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
12265
12404
|
"name": "additional-text",
|
|
@@ -12386,6 +12525,20 @@
|
|
|
12386
12525
|
"tagName": "ui5-li",
|
|
12387
12526
|
"customElement": true,
|
|
12388
12527
|
"events": [
|
|
12528
|
+
{
|
|
12529
|
+
"name": "click",
|
|
12530
|
+
"type": {
|
|
12531
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
12532
|
+
"references": [
|
|
12533
|
+
{
|
|
12534
|
+
"name": "ListItemBaseClickEventDetail",
|
|
12535
|
+
"package": "@ui5/webcomponents",
|
|
12536
|
+
"module": "dist/ListItemBase.js"
|
|
12537
|
+
}
|
|
12538
|
+
]
|
|
12539
|
+
},
|
|
12540
|
+
"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`."
|
|
12541
|
+
},
|
|
12389
12542
|
{
|
|
12390
12543
|
"name": "detail-click",
|
|
12391
12544
|
"type": {
|
|
@@ -12716,6 +12869,16 @@
|
|
|
12716
12869
|
"default": "undefined",
|
|
12717
12870
|
"privacy": "public"
|
|
12718
12871
|
},
|
|
12872
|
+
{
|
|
12873
|
+
"kind": "field",
|
|
12874
|
+
"name": "accessibleRole",
|
|
12875
|
+
"type": {
|
|
12876
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
12877
|
+
},
|
|
12878
|
+
"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.",
|
|
12879
|
+
"default": "undefined",
|
|
12880
|
+
"privacy": "public"
|
|
12881
|
+
},
|
|
12719
12882
|
{
|
|
12720
12883
|
"kind": "field",
|
|
12721
12884
|
"name": "additionalText",
|
|
@@ -12887,6 +13050,20 @@
|
|
|
12887
13050
|
},
|
|
12888
13051
|
"description": "Fired when an item is checked or unchecked."
|
|
12889
13052
|
},
|
|
13053
|
+
{
|
|
13054
|
+
"name": "click",
|
|
13055
|
+
"type": {
|
|
13056
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13057
|
+
"references": [
|
|
13058
|
+
{
|
|
13059
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13060
|
+
"package": "@ui5/webcomponents",
|
|
13061
|
+
"module": "dist/ListItemBase.js"
|
|
13062
|
+
}
|
|
13063
|
+
]
|
|
13064
|
+
},
|
|
13065
|
+
"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`."
|
|
13066
|
+
},
|
|
12890
13067
|
{
|
|
12891
13068
|
"name": "close",
|
|
12892
13069
|
"type": {
|
|
@@ -12928,6 +13105,15 @@
|
|
|
12928
13105
|
"text": "string | undefined"
|
|
12929
13106
|
}
|
|
12930
13107
|
},
|
|
13108
|
+
{
|
|
13109
|
+
"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.",
|
|
13110
|
+
"name": "accessible-role",
|
|
13111
|
+
"default": "undefined",
|
|
13112
|
+
"fieldName": "accessibleRole",
|
|
13113
|
+
"type": {
|
|
13114
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
13115
|
+
}
|
|
13116
|
+
},
|
|
12931
13117
|
{
|
|
12932
13118
|
"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`.",
|
|
12933
13119
|
"name": "additional-text",
|
|
@@ -13151,7 +13337,23 @@
|
|
|
13151
13337
|
"module": "dist/ListItemBase.js"
|
|
13152
13338
|
},
|
|
13153
13339
|
"tagName": "ui5-menu-separator",
|
|
13154
|
-
"customElement": true
|
|
13340
|
+
"customElement": true,
|
|
13341
|
+
"events": [
|
|
13342
|
+
{
|
|
13343
|
+
"name": "click",
|
|
13344
|
+
"type": {
|
|
13345
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13346
|
+
"references": [
|
|
13347
|
+
{
|
|
13348
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13349
|
+
"package": "@ui5/webcomponents",
|
|
13350
|
+
"module": "dist/ListItemBase.js"
|
|
13351
|
+
}
|
|
13352
|
+
]
|
|
13353
|
+
},
|
|
13354
|
+
"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`."
|
|
13355
|
+
}
|
|
13356
|
+
]
|
|
13155
13357
|
}
|
|
13156
13358
|
],
|
|
13157
13359
|
"exports": [
|
|
@@ -14036,6 +14238,22 @@
|
|
|
14036
14238
|
"privacy": "public"
|
|
14037
14239
|
}
|
|
14038
14240
|
],
|
|
14241
|
+
"events": [
|
|
14242
|
+
{
|
|
14243
|
+
"name": "click",
|
|
14244
|
+
"type": {
|
|
14245
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
14246
|
+
"references": [
|
|
14247
|
+
{
|
|
14248
|
+
"name": "ListItemBaseClickEventDetail",
|
|
14249
|
+
"package": "@ui5/webcomponents",
|
|
14250
|
+
"module": "dist/ListItemBase.js"
|
|
14251
|
+
}
|
|
14252
|
+
]
|
|
14253
|
+
},
|
|
14254
|
+
"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`."
|
|
14255
|
+
}
|
|
14256
|
+
],
|
|
14039
14257
|
"attributes": [
|
|
14040
14258
|
{
|
|
14041
14259
|
"description": "Defines the additional text of the component.",
|
|
@@ -14904,7 +15122,23 @@
|
|
|
14904
15122
|
"module": "dist/ListItemBase.js"
|
|
14905
15123
|
},
|
|
14906
15124
|
"tagName": "ui5-option",
|
|
14907
|
-
"customElement": true
|
|
15125
|
+
"customElement": true,
|
|
15126
|
+
"events": [
|
|
15127
|
+
{
|
|
15128
|
+
"name": "click",
|
|
15129
|
+
"type": {
|
|
15130
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15131
|
+
"references": [
|
|
15132
|
+
{
|
|
15133
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15134
|
+
"package": "@ui5/webcomponents",
|
|
15135
|
+
"module": "dist/ListItemBase.js"
|
|
15136
|
+
}
|
|
15137
|
+
]
|
|
15138
|
+
},
|
|
15139
|
+
"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`."
|
|
15140
|
+
}
|
|
15141
|
+
]
|
|
14908
15142
|
}
|
|
14909
15143
|
],
|
|
14910
15144
|
"exports": [
|
|
@@ -15026,7 +15260,23 @@
|
|
|
15026
15260
|
"module": "dist/ListItemBase.js"
|
|
15027
15261
|
},
|
|
15028
15262
|
"tagName": "ui5-option-custom",
|
|
15029
|
-
"customElement": true
|
|
15263
|
+
"customElement": true,
|
|
15264
|
+
"events": [
|
|
15265
|
+
{
|
|
15266
|
+
"name": "click",
|
|
15267
|
+
"type": {
|
|
15268
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15269
|
+
"references": [
|
|
15270
|
+
{
|
|
15271
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15272
|
+
"package": "@ui5/webcomponents",
|
|
15273
|
+
"module": "dist/ListItemBase.js"
|
|
15274
|
+
}
|
|
15275
|
+
]
|
|
15276
|
+
},
|
|
15277
|
+
"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`."
|
|
15278
|
+
}
|
|
15279
|
+
]
|
|
15030
15280
|
}
|
|
15031
15281
|
],
|
|
15032
15282
|
"exports": [
|
|
@@ -15062,8 +15312,12 @@
|
|
|
15062
15312
|
"name": "content"
|
|
15063
15313
|
},
|
|
15064
15314
|
{
|
|
15065
|
-
"description": "Used to style the
|
|
15315
|
+
"description": "Used to style the header.",
|
|
15066
15316
|
"name": "header"
|
|
15317
|
+
},
|
|
15318
|
+
{
|
|
15319
|
+
"description": "Used to style the outermost header wrapper, useful for adjusting sticky header position.",
|
|
15320
|
+
"name": "header-wrapper"
|
|
15067
15321
|
}
|
|
15068
15322
|
],
|
|
15069
15323
|
"slots": [
|
|
@@ -19623,7 +19877,23 @@
|
|
|
19623
19877
|
"module": "dist/ListItemBase.js"
|
|
19624
19878
|
},
|
|
19625
19879
|
"tagName": "ui5-suggestion-item",
|
|
19626
|
-
"customElement": true
|
|
19880
|
+
"customElement": true,
|
|
19881
|
+
"events": [
|
|
19882
|
+
{
|
|
19883
|
+
"name": "click",
|
|
19884
|
+
"type": {
|
|
19885
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
19886
|
+
"references": [
|
|
19887
|
+
{
|
|
19888
|
+
"name": "ListItemBaseClickEventDetail",
|
|
19889
|
+
"package": "@ui5/webcomponents",
|
|
19890
|
+
"module": "dist/ListItemBase.js"
|
|
19891
|
+
}
|
|
19892
|
+
]
|
|
19893
|
+
},
|
|
19894
|
+
"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`."
|
|
19895
|
+
}
|
|
19896
|
+
]
|
|
19627
19897
|
}
|
|
19628
19898
|
],
|
|
19629
19899
|
"exports": [
|
|
@@ -19688,7 +19958,23 @@
|
|
|
19688
19958
|
"module": "dist/ListItemBase.js"
|
|
19689
19959
|
},
|
|
19690
19960
|
"tagName": "ui5-suggestion-item-custom",
|
|
19691
|
-
"customElement": true
|
|
19961
|
+
"customElement": true,
|
|
19962
|
+
"events": [
|
|
19963
|
+
{
|
|
19964
|
+
"name": "click",
|
|
19965
|
+
"type": {
|
|
19966
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
19967
|
+
"references": [
|
|
19968
|
+
{
|
|
19969
|
+
"name": "ListItemBaseClickEventDetail",
|
|
19970
|
+
"package": "@ui5/webcomponents",
|
|
19971
|
+
"module": "dist/ListItemBase.js"
|
|
19972
|
+
}
|
|
19973
|
+
]
|
|
19974
|
+
},
|
|
19975
|
+
"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`."
|
|
19976
|
+
}
|
|
19977
|
+
]
|
|
19692
19978
|
}
|
|
19693
19979
|
],
|
|
19694
19980
|
"exports": [
|
|
@@ -19964,6 +20250,16 @@
|
|
|
19964
20250
|
"default": "undefined",
|
|
19965
20251
|
"privacy": "public"
|
|
19966
20252
|
},
|
|
20253
|
+
{
|
|
20254
|
+
"kind": "field",
|
|
20255
|
+
"name": "accessibleRole",
|
|
20256
|
+
"type": {
|
|
20257
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
20258
|
+
},
|
|
20259
|
+
"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.",
|
|
20260
|
+
"default": "undefined",
|
|
20261
|
+
"privacy": "public"
|
|
20262
|
+
},
|
|
19967
20263
|
{
|
|
19968
20264
|
"kind": "field",
|
|
19969
20265
|
"name": "additionalText",
|
|
@@ -20149,6 +20445,15 @@
|
|
|
20149
20445
|
"text": "string | undefined"
|
|
20150
20446
|
}
|
|
20151
20447
|
},
|
|
20448
|
+
{
|
|
20449
|
+
"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.",
|
|
20450
|
+
"name": "accessible-role",
|
|
20451
|
+
"default": "undefined",
|
|
20452
|
+
"fieldName": "accessibleRole",
|
|
20453
|
+
"type": {
|
|
20454
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
20455
|
+
}
|
|
20456
|
+
},
|
|
20152
20457
|
{
|
|
20153
20458
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
20154
20459
|
"name": "additional-text",
|
|
@@ -20268,6 +20573,20 @@
|
|
|
20268
20573
|
}
|
|
20269
20574
|
],
|
|
20270
20575
|
"events": [
|
|
20576
|
+
{
|
|
20577
|
+
"name": "click",
|
|
20578
|
+
"type": {
|
|
20579
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
20580
|
+
"references": [
|
|
20581
|
+
{
|
|
20582
|
+
"name": "ListItemBaseClickEventDetail",
|
|
20583
|
+
"package": "@ui5/webcomponents",
|
|
20584
|
+
"module": "dist/ListItemBase.js"
|
|
20585
|
+
}
|
|
20586
|
+
]
|
|
20587
|
+
},
|
|
20588
|
+
"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`."
|
|
20589
|
+
},
|
|
20271
20590
|
{
|
|
20272
20591
|
"name": "detail-click",
|
|
20273
20592
|
"type": {
|
|
@@ -20707,6 +21026,22 @@
|
|
|
20707
21026
|
"privacy": "public"
|
|
20708
21027
|
}
|
|
20709
21028
|
],
|
|
21029
|
+
"events": [
|
|
21030
|
+
{
|
|
21031
|
+
"name": "click",
|
|
21032
|
+
"type": {
|
|
21033
|
+
"text": "CustomEvent<TabClickEventDetail>",
|
|
21034
|
+
"references": [
|
|
21035
|
+
{
|
|
21036
|
+
"name": "TabClickEventDetail",
|
|
21037
|
+
"package": "@ui5/webcomponents",
|
|
21038
|
+
"module": "dist/Tab.js"
|
|
21039
|
+
}
|
|
21040
|
+
]
|
|
21041
|
+
},
|
|
21042
|
+
"description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
|
|
21043
|
+
}
|
|
21044
|
+
],
|
|
20710
21045
|
"attributes": [
|
|
20711
21046
|
{
|
|
20712
21047
|
"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.",
|
|
@@ -21600,6 +21935,151 @@
|
|
|
21600
21935
|
}
|
|
21601
21936
|
]
|
|
21602
21937
|
},
|
|
21938
|
+
{
|
|
21939
|
+
"kind": "javascript-module",
|
|
21940
|
+
"path": "dist/TableGroupRow.js",
|
|
21941
|
+
"declarations": [
|
|
21942
|
+
{
|
|
21943
|
+
"kind": "class",
|
|
21944
|
+
"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\";`",
|
|
21945
|
+
"name": "TableGroupRow",
|
|
21946
|
+
"members": [
|
|
21947
|
+
{
|
|
21948
|
+
"kind": "field",
|
|
21949
|
+
"name": "interactive",
|
|
21950
|
+
"type": {
|
|
21951
|
+
"text": "boolean"
|
|
21952
|
+
},
|
|
21953
|
+
"default": "false",
|
|
21954
|
+
"description": "Defines the interactive state of the row.",
|
|
21955
|
+
"privacy": "public"
|
|
21956
|
+
},
|
|
21957
|
+
{
|
|
21958
|
+
"kind": "field",
|
|
21959
|
+
"name": "movable",
|
|
21960
|
+
"type": {
|
|
21961
|
+
"text": "boolean"
|
|
21962
|
+
},
|
|
21963
|
+
"default": "false",
|
|
21964
|
+
"description": "Defines whether the row is movable.",
|
|
21965
|
+
"privacy": "public"
|
|
21966
|
+
},
|
|
21967
|
+
{
|
|
21968
|
+
"kind": "field",
|
|
21969
|
+
"name": "navigated",
|
|
21970
|
+
"type": {
|
|
21971
|
+
"text": "boolean"
|
|
21972
|
+
},
|
|
21973
|
+
"default": "false",
|
|
21974
|
+
"description": "Defines the navigated state of the row.",
|
|
21975
|
+
"privacy": "public"
|
|
21976
|
+
},
|
|
21977
|
+
{
|
|
21978
|
+
"kind": "field",
|
|
21979
|
+
"name": "position",
|
|
21980
|
+
"type": {
|
|
21981
|
+
"text": "number | undefined"
|
|
21982
|
+
},
|
|
21983
|
+
"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.",
|
|
21984
|
+
"default": "undefined",
|
|
21985
|
+
"privacy": "public"
|
|
21986
|
+
},
|
|
21987
|
+
{
|
|
21988
|
+
"kind": "field",
|
|
21989
|
+
"name": "rowKey",
|
|
21990
|
+
"type": {
|
|
21991
|
+
"text": "string | undefined"
|
|
21992
|
+
},
|
|
21993
|
+
"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.",
|
|
21994
|
+
"default": "undefined",
|
|
21995
|
+
"privacy": "public"
|
|
21996
|
+
}
|
|
21997
|
+
],
|
|
21998
|
+
"superclass": {
|
|
21999
|
+
"name": "TableRow",
|
|
22000
|
+
"package": "@ui5/webcomponents",
|
|
22001
|
+
"module": "dist/TableRow.js"
|
|
22002
|
+
},
|
|
22003
|
+
"tagName": "ui5-table-group-row",
|
|
22004
|
+
"customElement": true,
|
|
22005
|
+
"slots": [
|
|
22006
|
+
{
|
|
22007
|
+
"name": "actions",
|
|
22008
|
+
"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."
|
|
22009
|
+
},
|
|
22010
|
+
{
|
|
22011
|
+
"name": "default",
|
|
22012
|
+
"description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design."
|
|
22013
|
+
}
|
|
22014
|
+
],
|
|
22015
|
+
"attributes": [
|
|
22016
|
+
{
|
|
22017
|
+
"description": "Defines the interactive state of the row.",
|
|
22018
|
+
"name": "interactive",
|
|
22019
|
+
"default": "false",
|
|
22020
|
+
"fieldName": "interactive",
|
|
22021
|
+
"type": {
|
|
22022
|
+
"text": "boolean"
|
|
22023
|
+
}
|
|
22024
|
+
},
|
|
22025
|
+
{
|
|
22026
|
+
"description": "Defines whether the row is movable.",
|
|
22027
|
+
"name": "movable",
|
|
22028
|
+
"default": "false",
|
|
22029
|
+
"fieldName": "movable",
|
|
22030
|
+
"type": {
|
|
22031
|
+
"text": "boolean"
|
|
22032
|
+
}
|
|
22033
|
+
},
|
|
22034
|
+
{
|
|
22035
|
+
"description": "Defines the navigated state of the row.",
|
|
22036
|
+
"name": "navigated",
|
|
22037
|
+
"default": "false",
|
|
22038
|
+
"fieldName": "navigated",
|
|
22039
|
+
"type": {
|
|
22040
|
+
"text": "boolean"
|
|
22041
|
+
}
|
|
22042
|
+
},
|
|
22043
|
+
{
|
|
22044
|
+
"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.",
|
|
22045
|
+
"name": "position",
|
|
22046
|
+
"default": "undefined",
|
|
22047
|
+
"fieldName": "position",
|
|
22048
|
+
"type": {
|
|
22049
|
+
"text": "number | undefined"
|
|
22050
|
+
}
|
|
22051
|
+
},
|
|
22052
|
+
{
|
|
22053
|
+
"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.",
|
|
22054
|
+
"name": "row-key",
|
|
22055
|
+
"default": "undefined",
|
|
22056
|
+
"fieldName": "rowKey",
|
|
22057
|
+
"type": {
|
|
22058
|
+
"text": "string | undefined"
|
|
22059
|
+
}
|
|
22060
|
+
}
|
|
22061
|
+
]
|
|
22062
|
+
}
|
|
22063
|
+
],
|
|
22064
|
+
"exports": [
|
|
22065
|
+
{
|
|
22066
|
+
"kind": "js",
|
|
22067
|
+
"name": "default",
|
|
22068
|
+
"declaration": {
|
|
22069
|
+
"name": "TableGroupRow",
|
|
22070
|
+
"module": "dist/TableGroupRow.js"
|
|
22071
|
+
}
|
|
22072
|
+
},
|
|
22073
|
+
{
|
|
22074
|
+
"kind": "custom-element-definition",
|
|
22075
|
+
"name": "ui5-table-group-row",
|
|
22076
|
+
"declaration": {
|
|
22077
|
+
"name": "TableGroupRow",
|
|
22078
|
+
"module": "dist/TableGroupRow.js"
|
|
22079
|
+
}
|
|
22080
|
+
}
|
|
22081
|
+
]
|
|
22082
|
+
},
|
|
21603
22083
|
{
|
|
21604
22084
|
"kind": "javascript-module",
|
|
21605
22085
|
"path": "dist/TableGrowing.js",
|
|
@@ -22413,7 +22893,7 @@
|
|
|
22413
22893
|
"default": "false",
|
|
22414
22894
|
"description": "Defines the interactive state of the navigation action.",
|
|
22415
22895
|
"privacy": "public",
|
|
22416
|
-
"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
|
|
22896
|
+
"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."
|
|
22417
22897
|
},
|
|
22418
22898
|
{
|
|
22419
22899
|
"kind": "field",
|
|
@@ -22435,7 +22915,7 @@
|
|
|
22435
22915
|
"type": {
|
|
22436
22916
|
"text": "boolean"
|
|
22437
22917
|
},
|
|
22438
|
-
"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
|
|
22918
|
+
"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."
|
|
22439
22919
|
},
|
|
22440
22920
|
{
|
|
22441
22921
|
"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.",
|
|
@@ -23065,7 +23545,7 @@
|
|
|
23065
23545
|
"declarations": [
|
|
23066
23546
|
{
|
|
23067
23547
|
"kind": "class",
|
|
23068
|
-
"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\";`",
|
|
23548
|
+
"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\";`",
|
|
23069
23549
|
"name": "TableVirtualizer",
|
|
23070
23550
|
"members": [
|
|
23071
23551
|
{
|
|
@@ -27536,6 +28016,16 @@
|
|
|
27536
28016
|
"default": "undefined",
|
|
27537
28017
|
"privacy": "public"
|
|
27538
28018
|
},
|
|
28019
|
+
{
|
|
28020
|
+
"kind": "field",
|
|
28021
|
+
"name": "accessibleRole",
|
|
28022
|
+
"type": {
|
|
28023
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
28024
|
+
},
|
|
28025
|
+
"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.",
|
|
28026
|
+
"default": "undefined",
|
|
28027
|
+
"privacy": "public"
|
|
28028
|
+
},
|
|
27539
28029
|
{
|
|
27540
28030
|
"kind": "field",
|
|
27541
28031
|
"name": "additionalText",
|
|
@@ -27718,6 +28208,15 @@
|
|
|
27718
28208
|
"text": "string | undefined"
|
|
27719
28209
|
}
|
|
27720
28210
|
},
|
|
28211
|
+
{
|
|
28212
|
+
"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.",
|
|
28213
|
+
"name": "accessible-role",
|
|
28214
|
+
"default": "undefined",
|
|
28215
|
+
"fieldName": "accessibleRole",
|
|
28216
|
+
"type": {
|
|
28217
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
28218
|
+
}
|
|
28219
|
+
},
|
|
27721
28220
|
{
|
|
27722
28221
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
27723
28222
|
"name": "additional-text",
|
|
@@ -27858,6 +28357,20 @@
|
|
|
27858
28357
|
}
|
|
27859
28358
|
],
|
|
27860
28359
|
"events": [
|
|
28360
|
+
{
|
|
28361
|
+
"name": "click",
|
|
28362
|
+
"type": {
|
|
28363
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
28364
|
+
"references": [
|
|
28365
|
+
{
|
|
28366
|
+
"name": "ListItemBaseClickEventDetail",
|
|
28367
|
+
"package": "@ui5/webcomponents",
|
|
28368
|
+
"module": "dist/ListItemBase.js"
|
|
28369
|
+
}
|
|
28370
|
+
]
|
|
28371
|
+
},
|
|
28372
|
+
"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`."
|
|
28373
|
+
},
|
|
27861
28374
|
{
|
|
27862
28375
|
"name": "detail-click",
|
|
27863
28376
|
"type": {
|
|
@@ -27937,6 +28450,16 @@
|
|
|
27937
28450
|
"default": "undefined",
|
|
27938
28451
|
"privacy": "public"
|
|
27939
28452
|
},
|
|
28453
|
+
{
|
|
28454
|
+
"kind": "field",
|
|
28455
|
+
"name": "accessibleRole",
|
|
28456
|
+
"type": {
|
|
28457
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
28458
|
+
},
|
|
28459
|
+
"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.",
|
|
28460
|
+
"default": "undefined",
|
|
28461
|
+
"privacy": "public"
|
|
28462
|
+
},
|
|
27940
28463
|
{
|
|
27941
28464
|
"kind": "field",
|
|
27942
28465
|
"name": "additionalTextState",
|
|
@@ -28081,6 +28604,20 @@
|
|
|
28081
28604
|
}
|
|
28082
28605
|
],
|
|
28083
28606
|
"events": [
|
|
28607
|
+
{
|
|
28608
|
+
"name": "click",
|
|
28609
|
+
"type": {
|
|
28610
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
28611
|
+
"references": [
|
|
28612
|
+
{
|
|
28613
|
+
"name": "ListItemBaseClickEventDetail",
|
|
28614
|
+
"package": "@ui5/webcomponents",
|
|
28615
|
+
"module": "dist/ListItemBase.js"
|
|
28616
|
+
}
|
|
28617
|
+
]
|
|
28618
|
+
},
|
|
28619
|
+
"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`."
|
|
28620
|
+
},
|
|
28084
28621
|
{
|
|
28085
28622
|
"name": "detail-click",
|
|
28086
28623
|
"type": {
|
|
@@ -28108,6 +28645,15 @@
|
|
|
28108
28645
|
"text": "string | undefined"
|
|
28109
28646
|
}
|
|
28110
28647
|
},
|
|
28648
|
+
{
|
|
28649
|
+
"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.",
|
|
28650
|
+
"name": "accessible-role",
|
|
28651
|
+
"default": "undefined",
|
|
28652
|
+
"fieldName": "accessibleRole",
|
|
28653
|
+
"type": {
|
|
28654
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
28655
|
+
}
|
|
28656
|
+
},
|
|
28111
28657
|
{
|
|
28112
28658
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
28113
28659
|
"name": "additional-text-state",
|
|
@@ -28295,6 +28841,16 @@
|
|
|
28295
28841
|
"default": "undefined",
|
|
28296
28842
|
"privacy": "public"
|
|
28297
28843
|
},
|
|
28844
|
+
{
|
|
28845
|
+
"kind": "field",
|
|
28846
|
+
"name": "accessibleRole",
|
|
28847
|
+
"type": {
|
|
28848
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
28849
|
+
},
|
|
28850
|
+
"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.",
|
|
28851
|
+
"default": "undefined",
|
|
28852
|
+
"privacy": "public"
|
|
28853
|
+
},
|
|
28298
28854
|
{
|
|
28299
28855
|
"kind": "field",
|
|
28300
28856
|
"name": "additionalTextState",
|
|
@@ -28467,6 +29023,15 @@
|
|
|
28467
29023
|
"text": "string | undefined"
|
|
28468
29024
|
}
|
|
28469
29025
|
},
|
|
29026
|
+
{
|
|
29027
|
+
"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.",
|
|
29028
|
+
"name": "accessible-role",
|
|
29029
|
+
"default": "undefined",
|
|
29030
|
+
"fieldName": "accessibleRole",
|
|
29031
|
+
"type": {
|
|
29032
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
29033
|
+
}
|
|
29034
|
+
},
|
|
28470
29035
|
{
|
|
28471
29036
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
28472
29037
|
"name": "additional-text-state",
|
|
@@ -28584,6 +29149,20 @@
|
|
|
28584
29149
|
"tagName": "ui5-tree-item-custom",
|
|
28585
29150
|
"customElement": true,
|
|
28586
29151
|
"events": [
|
|
29152
|
+
{
|
|
29153
|
+
"name": "click",
|
|
29154
|
+
"type": {
|
|
29155
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
29156
|
+
"references": [
|
|
29157
|
+
{
|
|
29158
|
+
"name": "ListItemBaseClickEventDetail",
|
|
29159
|
+
"package": "@ui5/webcomponents",
|
|
29160
|
+
"module": "dist/ListItemBase.js"
|
|
29161
|
+
}
|
|
29162
|
+
]
|
|
29163
|
+
},
|
|
29164
|
+
"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`."
|
|
29165
|
+
},
|
|
28587
29166
|
{
|
|
28588
29167
|
"name": "detail-click",
|
|
28589
29168
|
"type": {
|