@ui5/webcomponents 2.22.0-rc.4 → 2.22.0-rc.6
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 +49 -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/DateTimePicker.d.ts +5 -6
- package/dist/DateTimePicker.js +9 -11
- package/dist/DateTimePicker.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/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/MenuItemTemplate.d.ts +5 -1
- package/dist/MenuItemTemplate.js +8 -3
- package/dist/MenuItemTemplate.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 +36 -8
- package/dist/MultiInput.js.map +1 -1
- package/dist/Panel.d.ts +22 -0
- package/dist/Panel.js +51 -0
- package/dist/Panel.js.map +1 -1
- package/dist/PanelTemplate.js +5 -2
- 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 +11 -8
- 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/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/Tokenizer.d.ts +1 -0
- package/dist/Tokenizer.js +12 -0
- 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/ListItemBase.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderTooltip.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 +7 -5
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +5 -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 +1258 -113
- package/dist/custom-elements.json +578 -9
- 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/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/Panel.css.d.ts +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/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/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 +7 -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 +5 -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 +140 -20
- package/dist/web-types.json +340 -36
- package/package-scripts.cjs +1 -0
- package/package.json +9 -9
- package/src/ListItemBaseTemplate.tsx +3 -3
- package/src/ListItemTemplate.tsx +0 -2
- package/src/MenuItemTemplate.tsx +21 -10
- package/src/PanelTemplate.tsx +12 -5
- 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/ListItemBase.css +4 -3
- package/src/themes/OptionBase.css +6 -0
- package/src/themes/Panel.css +19 -2
- package/src/themes/Select.css +11 -0
- package/src/themes/SliderTooltip.css +1 -1
- 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/Panel-parameters.css +1 -0
- 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
|
{
|
|
@@ -13073,6 +13119,17 @@
|
|
|
13073
13119
|
"privacy": "public",
|
|
13074
13120
|
"_ui5since": "1.15.0"
|
|
13075
13121
|
},
|
|
13122
|
+
{
|
|
13123
|
+
"kind": "field",
|
|
13124
|
+
"name": "accessibleRole",
|
|
13125
|
+
"type": {
|
|
13126
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
13127
|
+
},
|
|
13128
|
+
"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.",
|
|
13129
|
+
"default": "undefined",
|
|
13130
|
+
"privacy": "public",
|
|
13131
|
+
"_ui5since": "1.3.0"
|
|
13132
|
+
},
|
|
13076
13133
|
{
|
|
13077
13134
|
"kind": "field",
|
|
13078
13135
|
"name": "highlight",
|
|
@@ -13142,6 +13199,50 @@
|
|
|
13142
13199
|
}
|
|
13143
13200
|
],
|
|
13144
13201
|
"events": [
|
|
13202
|
+
{
|
|
13203
|
+
"name": "click",
|
|
13204
|
+
"_ui5privacy": "public",
|
|
13205
|
+
"type": {
|
|
13206
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13207
|
+
"references": [
|
|
13208
|
+
{
|
|
13209
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13210
|
+
"package": "@ui5/webcomponents",
|
|
13211
|
+
"module": "dist/ListItemBase.js"
|
|
13212
|
+
}
|
|
13213
|
+
]
|
|
13214
|
+
},
|
|
13215
|
+
"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`.",
|
|
13216
|
+
"_ui5Cancelable": false,
|
|
13217
|
+
"_ui5allowPreventDefault": false,
|
|
13218
|
+
"_ui5Bubbles": true,
|
|
13219
|
+
"_ui5since": "2.22.0",
|
|
13220
|
+
"_ui5parameters": [
|
|
13221
|
+
{
|
|
13222
|
+
"type": {
|
|
13223
|
+
"text": "ListItemBase",
|
|
13224
|
+
"references": [
|
|
13225
|
+
{
|
|
13226
|
+
"name": "ListItemBase",
|
|
13227
|
+
"package": "@ui5/webcomponents",
|
|
13228
|
+
"module": "dist/ListItemBase.js"
|
|
13229
|
+
}
|
|
13230
|
+
]
|
|
13231
|
+
},
|
|
13232
|
+
"name": "item",
|
|
13233
|
+
"_ui5privacy": "public",
|
|
13234
|
+
"description": "The activated item."
|
|
13235
|
+
},
|
|
13236
|
+
{
|
|
13237
|
+
"type": {
|
|
13238
|
+
"text": "Event"
|
|
13239
|
+
},
|
|
13240
|
+
"name": "originalEvent",
|
|
13241
|
+
"_ui5privacy": "public",
|
|
13242
|
+
"description": "The original event from the user interaction."
|
|
13243
|
+
}
|
|
13244
|
+
]
|
|
13245
|
+
},
|
|
13145
13246
|
{
|
|
13146
13247
|
"name": "detail-click",
|
|
13147
13248
|
"_ui5privacy": "public",
|
|
@@ -13164,6 +13265,15 @@
|
|
|
13164
13265
|
"text": "ListItemAccessibilityAttributes"
|
|
13165
13266
|
}
|
|
13166
13267
|
},
|
|
13268
|
+
{
|
|
13269
|
+
"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.",
|
|
13270
|
+
"name": "accessible-role",
|
|
13271
|
+
"default": "undefined",
|
|
13272
|
+
"fieldName": "accessibleRole",
|
|
13273
|
+
"type": {
|
|
13274
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
13275
|
+
}
|
|
13276
|
+
},
|
|
13167
13277
|
{
|
|
13168
13278
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
13169
13279
|
"name": "highlight",
|
|
@@ -13239,6 +13349,52 @@
|
|
|
13239
13349
|
"kind": "class",
|
|
13240
13350
|
"description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.",
|
|
13241
13351
|
"name": "ListItemBase",
|
|
13352
|
+
"events": [
|
|
13353
|
+
{
|
|
13354
|
+
"name": "click",
|
|
13355
|
+
"_ui5privacy": "public",
|
|
13356
|
+
"type": {
|
|
13357
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13358
|
+
"references": [
|
|
13359
|
+
{
|
|
13360
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13361
|
+
"package": "@ui5/webcomponents",
|
|
13362
|
+
"module": "dist/ListItemBase.js"
|
|
13363
|
+
}
|
|
13364
|
+
]
|
|
13365
|
+
},
|
|
13366
|
+
"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`.",
|
|
13367
|
+
"_ui5Cancelable": false,
|
|
13368
|
+
"_ui5allowPreventDefault": false,
|
|
13369
|
+
"_ui5Bubbles": true,
|
|
13370
|
+
"_ui5since": "2.22.0",
|
|
13371
|
+
"_ui5parameters": [
|
|
13372
|
+
{
|
|
13373
|
+
"type": {
|
|
13374
|
+
"text": "ListItemBase",
|
|
13375
|
+
"references": [
|
|
13376
|
+
{
|
|
13377
|
+
"name": "ListItemBase",
|
|
13378
|
+
"package": "@ui5/webcomponents",
|
|
13379
|
+
"module": "dist/ListItemBase.js"
|
|
13380
|
+
}
|
|
13381
|
+
]
|
|
13382
|
+
},
|
|
13383
|
+
"name": "item",
|
|
13384
|
+
"_ui5privacy": "public",
|
|
13385
|
+
"description": "The activated item."
|
|
13386
|
+
},
|
|
13387
|
+
{
|
|
13388
|
+
"type": {
|
|
13389
|
+
"text": "Event"
|
|
13390
|
+
},
|
|
13391
|
+
"name": "originalEvent",
|
|
13392
|
+
"_ui5privacy": "public",
|
|
13393
|
+
"description": "The original event from the user interaction."
|
|
13394
|
+
}
|
|
13395
|
+
]
|
|
13396
|
+
}
|
|
13397
|
+
],
|
|
13242
13398
|
"superclass": {
|
|
13243
13399
|
"name": "UI5Element",
|
|
13244
13400
|
"package": "@ui5/webcomponents-base",
|
|
@@ -13350,6 +13506,17 @@
|
|
|
13350
13506
|
"privacy": "public",
|
|
13351
13507
|
"_ui5since": "1.0.0-rc.15"
|
|
13352
13508
|
},
|
|
13509
|
+
{
|
|
13510
|
+
"kind": "field",
|
|
13511
|
+
"name": "accessibleRole",
|
|
13512
|
+
"type": {
|
|
13513
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
13514
|
+
},
|
|
13515
|
+
"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.",
|
|
13516
|
+
"default": "undefined",
|
|
13517
|
+
"privacy": "public",
|
|
13518
|
+
"_ui5since": "1.3.0"
|
|
13519
|
+
},
|
|
13353
13520
|
{
|
|
13354
13521
|
"kind": "field",
|
|
13355
13522
|
"name": "highlight",
|
|
@@ -13448,6 +13615,15 @@
|
|
|
13448
13615
|
"text": "string | undefined"
|
|
13449
13616
|
}
|
|
13450
13617
|
},
|
|
13618
|
+
{
|
|
13619
|
+
"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.",
|
|
13620
|
+
"name": "accessible-role",
|
|
13621
|
+
"default": "undefined",
|
|
13622
|
+
"fieldName": "accessibleRole",
|
|
13623
|
+
"type": {
|
|
13624
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
13625
|
+
}
|
|
13626
|
+
},
|
|
13451
13627
|
{
|
|
13452
13628
|
"description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
13453
13629
|
"name": "highlight",
|
|
@@ -13512,6 +13688,50 @@
|
|
|
13512
13688
|
"customElement": true,
|
|
13513
13689
|
"_ui5privacy": "public",
|
|
13514
13690
|
"events": [
|
|
13691
|
+
{
|
|
13692
|
+
"name": "click",
|
|
13693
|
+
"_ui5privacy": "public",
|
|
13694
|
+
"type": {
|
|
13695
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13696
|
+
"references": [
|
|
13697
|
+
{
|
|
13698
|
+
"name": "ListItemBaseClickEventDetail",
|
|
13699
|
+
"package": "@ui5/webcomponents",
|
|
13700
|
+
"module": "dist/ListItemBase.js"
|
|
13701
|
+
}
|
|
13702
|
+
]
|
|
13703
|
+
},
|
|
13704
|
+
"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`.",
|
|
13705
|
+
"_ui5Cancelable": false,
|
|
13706
|
+
"_ui5allowPreventDefault": false,
|
|
13707
|
+
"_ui5Bubbles": true,
|
|
13708
|
+
"_ui5since": "2.22.0",
|
|
13709
|
+
"_ui5parameters": [
|
|
13710
|
+
{
|
|
13711
|
+
"type": {
|
|
13712
|
+
"text": "ListItemBase",
|
|
13713
|
+
"references": [
|
|
13714
|
+
{
|
|
13715
|
+
"name": "ListItemBase",
|
|
13716
|
+
"package": "@ui5/webcomponents",
|
|
13717
|
+
"module": "dist/ListItemBase.js"
|
|
13718
|
+
}
|
|
13719
|
+
]
|
|
13720
|
+
},
|
|
13721
|
+
"name": "item",
|
|
13722
|
+
"_ui5privacy": "public",
|
|
13723
|
+
"description": "The activated item."
|
|
13724
|
+
},
|
|
13725
|
+
{
|
|
13726
|
+
"type": {
|
|
13727
|
+
"text": "Event"
|
|
13728
|
+
},
|
|
13729
|
+
"name": "originalEvent",
|
|
13730
|
+
"_ui5privacy": "public",
|
|
13731
|
+
"description": "The original event from the user interaction."
|
|
13732
|
+
}
|
|
13733
|
+
]
|
|
13734
|
+
},
|
|
13515
13735
|
{
|
|
13516
13736
|
"name": "detail-click",
|
|
13517
13737
|
"_ui5privacy": "public",
|
|
@@ -13846,7 +14066,53 @@
|
|
|
13846
14066
|
},
|
|
13847
14067
|
"tagName": "ui5-li-group-header",
|
|
13848
14068
|
"customElement": true,
|
|
13849
|
-
"_ui5privacy": "private"
|
|
14069
|
+
"_ui5privacy": "private",
|
|
14070
|
+
"events": [
|
|
14071
|
+
{
|
|
14072
|
+
"name": "click",
|
|
14073
|
+
"_ui5privacy": "public",
|
|
14074
|
+
"type": {
|
|
14075
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
14076
|
+
"references": [
|
|
14077
|
+
{
|
|
14078
|
+
"name": "ListItemBaseClickEventDetail",
|
|
14079
|
+
"package": "@ui5/webcomponents",
|
|
14080
|
+
"module": "dist/ListItemBase.js"
|
|
14081
|
+
}
|
|
14082
|
+
]
|
|
14083
|
+
},
|
|
14084
|
+
"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`.",
|
|
14085
|
+
"_ui5Cancelable": false,
|
|
14086
|
+
"_ui5allowPreventDefault": false,
|
|
14087
|
+
"_ui5Bubbles": true,
|
|
14088
|
+
"_ui5since": "2.22.0",
|
|
14089
|
+
"_ui5parameters": [
|
|
14090
|
+
{
|
|
14091
|
+
"type": {
|
|
14092
|
+
"text": "ListItemBase",
|
|
14093
|
+
"references": [
|
|
14094
|
+
{
|
|
14095
|
+
"name": "ListItemBase",
|
|
14096
|
+
"package": "@ui5/webcomponents",
|
|
14097
|
+
"module": "dist/ListItemBase.js"
|
|
14098
|
+
}
|
|
14099
|
+
]
|
|
14100
|
+
},
|
|
14101
|
+
"name": "item",
|
|
14102
|
+
"_ui5privacy": "public",
|
|
14103
|
+
"description": "The activated item."
|
|
14104
|
+
},
|
|
14105
|
+
{
|
|
14106
|
+
"type": {
|
|
14107
|
+
"text": "Event"
|
|
14108
|
+
},
|
|
14109
|
+
"name": "originalEvent",
|
|
14110
|
+
"_ui5privacy": "public",
|
|
14111
|
+
"description": "The original event from the user interaction."
|
|
14112
|
+
}
|
|
14113
|
+
]
|
|
14114
|
+
}
|
|
14115
|
+
]
|
|
13850
14116
|
}
|
|
13851
14117
|
],
|
|
13852
14118
|
"exports": [
|
|
@@ -13984,6 +14250,17 @@
|
|
|
13984
14250
|
"privacy": "public",
|
|
13985
14251
|
"_ui5since": "1.0.0-rc.15"
|
|
13986
14252
|
},
|
|
14253
|
+
{
|
|
14254
|
+
"kind": "field",
|
|
14255
|
+
"name": "accessibleRole",
|
|
14256
|
+
"type": {
|
|
14257
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
14258
|
+
},
|
|
14259
|
+
"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.",
|
|
14260
|
+
"default": "undefined",
|
|
14261
|
+
"privacy": "public",
|
|
14262
|
+
"_ui5since": "1.3.0"
|
|
14263
|
+
},
|
|
13987
14264
|
{
|
|
13988
14265
|
"kind": "field",
|
|
13989
14266
|
"name": "additionalText",
|
|
@@ -14171,6 +14448,15 @@
|
|
|
14171
14448
|
"text": "string | undefined"
|
|
14172
14449
|
}
|
|
14173
14450
|
},
|
|
14451
|
+
{
|
|
14452
|
+
"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.",
|
|
14453
|
+
"name": "accessible-role",
|
|
14454
|
+
"default": "undefined",
|
|
14455
|
+
"fieldName": "accessibleRole",
|
|
14456
|
+
"type": {
|
|
14457
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
14458
|
+
}
|
|
14459
|
+
},
|
|
14174
14460
|
{
|
|
14175
14461
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
14176
14462
|
"name": "additional-text",
|
|
@@ -14299,12 +14585,56 @@
|
|
|
14299
14585
|
"_ui5privacy": "public",
|
|
14300
14586
|
"events": [
|
|
14301
14587
|
{
|
|
14302
|
-
"name": "
|
|
14588
|
+
"name": "click",
|
|
14303
14589
|
"_ui5privacy": "public",
|
|
14304
14590
|
"type": {
|
|
14305
|
-
"text": "CustomEvent"
|
|
14306
|
-
|
|
14307
|
-
|
|
14591
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
14592
|
+
"references": [
|
|
14593
|
+
{
|
|
14594
|
+
"name": "ListItemBaseClickEventDetail",
|
|
14595
|
+
"package": "@ui5/webcomponents",
|
|
14596
|
+
"module": "dist/ListItemBase.js"
|
|
14597
|
+
}
|
|
14598
|
+
]
|
|
14599
|
+
},
|
|
14600
|
+
"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`.",
|
|
14601
|
+
"_ui5Cancelable": false,
|
|
14602
|
+
"_ui5allowPreventDefault": false,
|
|
14603
|
+
"_ui5Bubbles": true,
|
|
14604
|
+
"_ui5since": "2.22.0",
|
|
14605
|
+
"_ui5parameters": [
|
|
14606
|
+
{
|
|
14607
|
+
"type": {
|
|
14608
|
+
"text": "ListItemBase",
|
|
14609
|
+
"references": [
|
|
14610
|
+
{
|
|
14611
|
+
"name": "ListItemBase",
|
|
14612
|
+
"package": "@ui5/webcomponents",
|
|
14613
|
+
"module": "dist/ListItemBase.js"
|
|
14614
|
+
}
|
|
14615
|
+
]
|
|
14616
|
+
},
|
|
14617
|
+
"name": "item",
|
|
14618
|
+
"_ui5privacy": "public",
|
|
14619
|
+
"description": "The activated item."
|
|
14620
|
+
},
|
|
14621
|
+
{
|
|
14622
|
+
"type": {
|
|
14623
|
+
"text": "Event"
|
|
14624
|
+
},
|
|
14625
|
+
"name": "originalEvent",
|
|
14626
|
+
"_ui5privacy": "public",
|
|
14627
|
+
"description": "The original event from the user interaction."
|
|
14628
|
+
}
|
|
14629
|
+
]
|
|
14630
|
+
},
|
|
14631
|
+
{
|
|
14632
|
+
"name": "detail-click",
|
|
14633
|
+
"_ui5privacy": "public",
|
|
14634
|
+
"type": {
|
|
14635
|
+
"text": "CustomEvent"
|
|
14636
|
+
},
|
|
14637
|
+
"description": "Fired when the user clicks on the detail button when type is `Detail`.",
|
|
14308
14638
|
"_ui5Cancelable": false,
|
|
14309
14639
|
"_ui5allowPreventDefault": false,
|
|
14310
14640
|
"_ui5Bubbles": true
|
|
@@ -14750,6 +15080,17 @@
|
|
|
14750
15080
|
"privacy": "public",
|
|
14751
15081
|
"_ui5since": "1.7.0"
|
|
14752
15082
|
},
|
|
15083
|
+
{
|
|
15084
|
+
"kind": "field",
|
|
15085
|
+
"name": "accessibleRole",
|
|
15086
|
+
"type": {
|
|
15087
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
15088
|
+
},
|
|
15089
|
+
"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.",
|
|
15090
|
+
"default": "undefined",
|
|
15091
|
+
"privacy": "public",
|
|
15092
|
+
"_ui5since": "1.3.0"
|
|
15093
|
+
},
|
|
14753
15094
|
{
|
|
14754
15095
|
"kind": "field",
|
|
14755
15096
|
"name": "additionalText",
|
|
@@ -14963,6 +15304,50 @@
|
|
|
14963
15304
|
"_ui5Bubbles": true,
|
|
14964
15305
|
"_ui5since": "2.12.0"
|
|
14965
15306
|
},
|
|
15307
|
+
{
|
|
15308
|
+
"name": "click",
|
|
15309
|
+
"_ui5privacy": "public",
|
|
15310
|
+
"type": {
|
|
15311
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15312
|
+
"references": [
|
|
15313
|
+
{
|
|
15314
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15315
|
+
"package": "@ui5/webcomponents",
|
|
15316
|
+
"module": "dist/ListItemBase.js"
|
|
15317
|
+
}
|
|
15318
|
+
]
|
|
15319
|
+
},
|
|
15320
|
+
"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`.",
|
|
15321
|
+
"_ui5Cancelable": false,
|
|
15322
|
+
"_ui5allowPreventDefault": false,
|
|
15323
|
+
"_ui5Bubbles": true,
|
|
15324
|
+
"_ui5since": "2.22.0",
|
|
15325
|
+
"_ui5parameters": [
|
|
15326
|
+
{
|
|
15327
|
+
"type": {
|
|
15328
|
+
"text": "ListItemBase",
|
|
15329
|
+
"references": [
|
|
15330
|
+
{
|
|
15331
|
+
"name": "ListItemBase",
|
|
15332
|
+
"package": "@ui5/webcomponents",
|
|
15333
|
+
"module": "dist/ListItemBase.js"
|
|
15334
|
+
}
|
|
15335
|
+
]
|
|
15336
|
+
},
|
|
15337
|
+
"name": "item",
|
|
15338
|
+
"_ui5privacy": "public",
|
|
15339
|
+
"description": "The activated item."
|
|
15340
|
+
},
|
|
15341
|
+
{
|
|
15342
|
+
"type": {
|
|
15343
|
+
"text": "Event"
|
|
15344
|
+
},
|
|
15345
|
+
"name": "originalEvent",
|
|
15346
|
+
"_ui5privacy": "public",
|
|
15347
|
+
"description": "The original event from the user interaction."
|
|
15348
|
+
}
|
|
15349
|
+
]
|
|
15350
|
+
},
|
|
14966
15351
|
{
|
|
14967
15352
|
"name": "close",
|
|
14968
15353
|
"_ui5privacy": "public",
|
|
@@ -15017,6 +15402,15 @@
|
|
|
15017
15402
|
"text": "string | undefined"
|
|
15018
15403
|
}
|
|
15019
15404
|
},
|
|
15405
|
+
{
|
|
15406
|
+
"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.",
|
|
15407
|
+
"name": "accessible-role",
|
|
15408
|
+
"default": "undefined",
|
|
15409
|
+
"fieldName": "accessibleRole",
|
|
15410
|
+
"type": {
|
|
15411
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
15412
|
+
}
|
|
15413
|
+
},
|
|
15020
15414
|
{
|
|
15021
15415
|
"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
15416
|
"name": "additional-text",
|
|
@@ -15279,6 +15673,52 @@
|
|
|
15279
15673
|
"package": "@ui5/webcomponents",
|
|
15280
15674
|
"module": "dist/Menu.js"
|
|
15281
15675
|
}
|
|
15676
|
+
],
|
|
15677
|
+
"events": [
|
|
15678
|
+
{
|
|
15679
|
+
"name": "click",
|
|
15680
|
+
"_ui5privacy": "public",
|
|
15681
|
+
"type": {
|
|
15682
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15683
|
+
"references": [
|
|
15684
|
+
{
|
|
15685
|
+
"name": "ListItemBaseClickEventDetail",
|
|
15686
|
+
"package": "@ui5/webcomponents",
|
|
15687
|
+
"module": "dist/ListItemBase.js"
|
|
15688
|
+
}
|
|
15689
|
+
]
|
|
15690
|
+
},
|
|
15691
|
+
"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`.",
|
|
15692
|
+
"_ui5Cancelable": false,
|
|
15693
|
+
"_ui5allowPreventDefault": false,
|
|
15694
|
+
"_ui5Bubbles": true,
|
|
15695
|
+
"_ui5since": "2.22.0",
|
|
15696
|
+
"_ui5parameters": [
|
|
15697
|
+
{
|
|
15698
|
+
"type": {
|
|
15699
|
+
"text": "ListItemBase",
|
|
15700
|
+
"references": [
|
|
15701
|
+
{
|
|
15702
|
+
"name": "ListItemBase",
|
|
15703
|
+
"package": "@ui5/webcomponents",
|
|
15704
|
+
"module": "dist/ListItemBase.js"
|
|
15705
|
+
}
|
|
15706
|
+
]
|
|
15707
|
+
},
|
|
15708
|
+
"name": "item",
|
|
15709
|
+
"_ui5privacy": "public",
|
|
15710
|
+
"description": "The activated item."
|
|
15711
|
+
},
|
|
15712
|
+
{
|
|
15713
|
+
"type": {
|
|
15714
|
+
"text": "Event"
|
|
15715
|
+
},
|
|
15716
|
+
"name": "originalEvent",
|
|
15717
|
+
"_ui5privacy": "public",
|
|
15718
|
+
"description": "The original event from the user interaction."
|
|
15719
|
+
}
|
|
15720
|
+
]
|
|
15721
|
+
}
|
|
15282
15722
|
]
|
|
15283
15723
|
}
|
|
15284
15724
|
],
|
|
@@ -16298,6 +16738,52 @@
|
|
|
16298
16738
|
"_ui5since": "2.20.0"
|
|
16299
16739
|
}
|
|
16300
16740
|
],
|
|
16741
|
+
"events": [
|
|
16742
|
+
{
|
|
16743
|
+
"name": "click",
|
|
16744
|
+
"_ui5privacy": "public",
|
|
16745
|
+
"type": {
|
|
16746
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
16747
|
+
"references": [
|
|
16748
|
+
{
|
|
16749
|
+
"name": "ListItemBaseClickEventDetail",
|
|
16750
|
+
"package": "@ui5/webcomponents",
|
|
16751
|
+
"module": "dist/ListItemBase.js"
|
|
16752
|
+
}
|
|
16753
|
+
]
|
|
16754
|
+
},
|
|
16755
|
+
"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`.",
|
|
16756
|
+
"_ui5Cancelable": false,
|
|
16757
|
+
"_ui5allowPreventDefault": false,
|
|
16758
|
+
"_ui5Bubbles": true,
|
|
16759
|
+
"_ui5since": "2.22.0",
|
|
16760
|
+
"_ui5parameters": [
|
|
16761
|
+
{
|
|
16762
|
+
"type": {
|
|
16763
|
+
"text": "ListItemBase",
|
|
16764
|
+
"references": [
|
|
16765
|
+
{
|
|
16766
|
+
"name": "ListItemBase",
|
|
16767
|
+
"package": "@ui5/webcomponents",
|
|
16768
|
+
"module": "dist/ListItemBase.js"
|
|
16769
|
+
}
|
|
16770
|
+
]
|
|
16771
|
+
},
|
|
16772
|
+
"name": "item",
|
|
16773
|
+
"_ui5privacy": "public",
|
|
16774
|
+
"description": "The activated item."
|
|
16775
|
+
},
|
|
16776
|
+
{
|
|
16777
|
+
"type": {
|
|
16778
|
+
"text": "Event"
|
|
16779
|
+
},
|
|
16780
|
+
"name": "originalEvent",
|
|
16781
|
+
"_ui5privacy": "public",
|
|
16782
|
+
"description": "The original event from the user interaction."
|
|
16783
|
+
}
|
|
16784
|
+
]
|
|
16785
|
+
}
|
|
16786
|
+
],
|
|
16301
16787
|
"attributes": [
|
|
16302
16788
|
{
|
|
16303
16789
|
"description": "Defines the additional text of the component.",
|
|
@@ -17377,6 +17863,52 @@
|
|
|
17377
17863
|
"package": "@ui5/webcomponents",
|
|
17378
17864
|
"module": "dist/Select.js"
|
|
17379
17865
|
}
|
|
17866
|
+
],
|
|
17867
|
+
"events": [
|
|
17868
|
+
{
|
|
17869
|
+
"name": "click",
|
|
17870
|
+
"_ui5privacy": "public",
|
|
17871
|
+
"type": {
|
|
17872
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
17873
|
+
"references": [
|
|
17874
|
+
{
|
|
17875
|
+
"name": "ListItemBaseClickEventDetail",
|
|
17876
|
+
"package": "@ui5/webcomponents",
|
|
17877
|
+
"module": "dist/ListItemBase.js"
|
|
17878
|
+
}
|
|
17879
|
+
]
|
|
17880
|
+
},
|
|
17881
|
+
"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`.",
|
|
17882
|
+
"_ui5Cancelable": false,
|
|
17883
|
+
"_ui5allowPreventDefault": false,
|
|
17884
|
+
"_ui5Bubbles": true,
|
|
17885
|
+
"_ui5since": "2.22.0",
|
|
17886
|
+
"_ui5parameters": [
|
|
17887
|
+
{
|
|
17888
|
+
"type": {
|
|
17889
|
+
"text": "ListItemBase",
|
|
17890
|
+
"references": [
|
|
17891
|
+
{
|
|
17892
|
+
"name": "ListItemBase",
|
|
17893
|
+
"package": "@ui5/webcomponents",
|
|
17894
|
+
"module": "dist/ListItemBase.js"
|
|
17895
|
+
}
|
|
17896
|
+
]
|
|
17897
|
+
},
|
|
17898
|
+
"name": "item",
|
|
17899
|
+
"_ui5privacy": "public",
|
|
17900
|
+
"description": "The activated item."
|
|
17901
|
+
},
|
|
17902
|
+
{
|
|
17903
|
+
"type": {
|
|
17904
|
+
"text": "Event"
|
|
17905
|
+
},
|
|
17906
|
+
"name": "originalEvent",
|
|
17907
|
+
"_ui5privacy": "public",
|
|
17908
|
+
"description": "The original event from the user interaction."
|
|
17909
|
+
}
|
|
17910
|
+
]
|
|
17911
|
+
}
|
|
17380
17912
|
]
|
|
17381
17913
|
}
|
|
17382
17914
|
],
|
|
@@ -17513,41 +18045,87 @@
|
|
|
17513
18045
|
"package": "@ui5/webcomponents",
|
|
17514
18046
|
"module": "dist/Select.js"
|
|
17515
18047
|
}
|
|
17516
|
-
]
|
|
17517
|
-
|
|
17518
|
-
],
|
|
17519
|
-
"exports": [
|
|
17520
|
-
{
|
|
17521
|
-
"kind": "js",
|
|
17522
|
-
"name": "default",
|
|
17523
|
-
"declaration": {
|
|
17524
|
-
"name": "OptionCustom",
|
|
17525
|
-
"module": "dist/OptionCustom.js"
|
|
17526
|
-
}
|
|
17527
|
-
},
|
|
17528
|
-
{
|
|
17529
|
-
"kind": "custom-element-definition",
|
|
17530
|
-
"name": "ui5-option-custom",
|
|
17531
|
-
"declaration": {
|
|
17532
|
-
"name": "OptionCustom",
|
|
17533
|
-
"module": "dist/OptionCustom.js"
|
|
17534
|
-
}
|
|
17535
|
-
}
|
|
17536
|
-
]
|
|
17537
|
-
},
|
|
17538
|
-
{
|
|
17539
|
-
"kind": "javascript-module",
|
|
17540
|
-
"path": "dist/Panel.js",
|
|
17541
|
-
"declarations": [
|
|
17542
|
-
{
|
|
17543
|
-
"kind": "class",
|
|
17544
|
-
"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\";`",
|
|
17545
|
-
"name": "Panel",
|
|
17546
|
-
"cssParts": [
|
|
18048
|
+
],
|
|
18049
|
+
"events": [
|
|
17547
18050
|
{
|
|
17548
|
-
"
|
|
17549
|
-
"
|
|
17550
|
-
|
|
18051
|
+
"name": "click",
|
|
18052
|
+
"_ui5privacy": "public",
|
|
18053
|
+
"type": {
|
|
18054
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
18055
|
+
"references": [
|
|
18056
|
+
{
|
|
18057
|
+
"name": "ListItemBaseClickEventDetail",
|
|
18058
|
+
"package": "@ui5/webcomponents",
|
|
18059
|
+
"module": "dist/ListItemBase.js"
|
|
18060
|
+
}
|
|
18061
|
+
]
|
|
18062
|
+
},
|
|
18063
|
+
"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`.",
|
|
18064
|
+
"_ui5Cancelable": false,
|
|
18065
|
+
"_ui5allowPreventDefault": false,
|
|
18066
|
+
"_ui5Bubbles": true,
|
|
18067
|
+
"_ui5since": "2.22.0",
|
|
18068
|
+
"_ui5parameters": [
|
|
18069
|
+
{
|
|
18070
|
+
"type": {
|
|
18071
|
+
"text": "ListItemBase",
|
|
18072
|
+
"references": [
|
|
18073
|
+
{
|
|
18074
|
+
"name": "ListItemBase",
|
|
18075
|
+
"package": "@ui5/webcomponents",
|
|
18076
|
+
"module": "dist/ListItemBase.js"
|
|
18077
|
+
}
|
|
18078
|
+
]
|
|
18079
|
+
},
|
|
18080
|
+
"name": "item",
|
|
18081
|
+
"_ui5privacy": "public",
|
|
18082
|
+
"description": "The activated item."
|
|
18083
|
+
},
|
|
18084
|
+
{
|
|
18085
|
+
"type": {
|
|
18086
|
+
"text": "Event"
|
|
18087
|
+
},
|
|
18088
|
+
"name": "originalEvent",
|
|
18089
|
+
"_ui5privacy": "public",
|
|
18090
|
+
"description": "The original event from the user interaction."
|
|
18091
|
+
}
|
|
18092
|
+
]
|
|
18093
|
+
}
|
|
18094
|
+
]
|
|
18095
|
+
}
|
|
18096
|
+
],
|
|
18097
|
+
"exports": [
|
|
18098
|
+
{
|
|
18099
|
+
"kind": "js",
|
|
18100
|
+
"name": "default",
|
|
18101
|
+
"declaration": {
|
|
18102
|
+
"name": "OptionCustom",
|
|
18103
|
+
"module": "dist/OptionCustom.js"
|
|
18104
|
+
}
|
|
18105
|
+
},
|
|
18106
|
+
{
|
|
18107
|
+
"kind": "custom-element-definition",
|
|
18108
|
+
"name": "ui5-option-custom",
|
|
18109
|
+
"declaration": {
|
|
18110
|
+
"name": "OptionCustom",
|
|
18111
|
+
"module": "dist/OptionCustom.js"
|
|
18112
|
+
}
|
|
18113
|
+
}
|
|
18114
|
+
]
|
|
18115
|
+
},
|
|
18116
|
+
{
|
|
18117
|
+
"kind": "javascript-module",
|
|
18118
|
+
"path": "dist/Panel.js",
|
|
18119
|
+
"declarations": [
|
|
18120
|
+
{
|
|
18121
|
+
"kind": "class",
|
|
18122
|
+
"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\";`",
|
|
18123
|
+
"name": "Panel",
|
|
18124
|
+
"cssParts": [
|
|
18125
|
+
{
|
|
18126
|
+
"description": "Used to style the wrapper of the content.",
|
|
18127
|
+
"name": "content"
|
|
18128
|
+
},
|
|
17551
18129
|
{
|
|
17552
18130
|
"description": "Used to style the wrapper of the header.",
|
|
17553
18131
|
"name": "header"
|
|
@@ -22590,6 +23168,52 @@
|
|
|
22590
23168
|
"package": "@ui5/webcomponents",
|
|
22591
23169
|
"module": "dist/Input.js"
|
|
22592
23170
|
}
|
|
23171
|
+
],
|
|
23172
|
+
"events": [
|
|
23173
|
+
{
|
|
23174
|
+
"name": "click",
|
|
23175
|
+
"_ui5privacy": "public",
|
|
23176
|
+
"type": {
|
|
23177
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
23178
|
+
"references": [
|
|
23179
|
+
{
|
|
23180
|
+
"name": "ListItemBaseClickEventDetail",
|
|
23181
|
+
"package": "@ui5/webcomponents",
|
|
23182
|
+
"module": "dist/ListItemBase.js"
|
|
23183
|
+
}
|
|
23184
|
+
]
|
|
23185
|
+
},
|
|
23186
|
+
"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`.",
|
|
23187
|
+
"_ui5Cancelable": false,
|
|
23188
|
+
"_ui5allowPreventDefault": false,
|
|
23189
|
+
"_ui5Bubbles": true,
|
|
23190
|
+
"_ui5since": "2.22.0",
|
|
23191
|
+
"_ui5parameters": [
|
|
23192
|
+
{
|
|
23193
|
+
"type": {
|
|
23194
|
+
"text": "ListItemBase",
|
|
23195
|
+
"references": [
|
|
23196
|
+
{
|
|
23197
|
+
"name": "ListItemBase",
|
|
23198
|
+
"package": "@ui5/webcomponents",
|
|
23199
|
+
"module": "dist/ListItemBase.js"
|
|
23200
|
+
}
|
|
23201
|
+
]
|
|
23202
|
+
},
|
|
23203
|
+
"name": "item",
|
|
23204
|
+
"_ui5privacy": "public",
|
|
23205
|
+
"description": "The activated item."
|
|
23206
|
+
},
|
|
23207
|
+
{
|
|
23208
|
+
"type": {
|
|
23209
|
+
"text": "Event"
|
|
23210
|
+
},
|
|
23211
|
+
"name": "originalEvent",
|
|
23212
|
+
"_ui5privacy": "public",
|
|
23213
|
+
"description": "The original event from the user interaction."
|
|
23214
|
+
}
|
|
23215
|
+
]
|
|
23216
|
+
}
|
|
22593
23217
|
]
|
|
22594
23218
|
}
|
|
22595
23219
|
],
|
|
@@ -22669,6 +23293,52 @@
|
|
|
22669
23293
|
"package": "@ui5/webcomponents",
|
|
22670
23294
|
"module": "dist/Input.js"
|
|
22671
23295
|
}
|
|
23296
|
+
],
|
|
23297
|
+
"events": [
|
|
23298
|
+
{
|
|
23299
|
+
"name": "click",
|
|
23300
|
+
"_ui5privacy": "public",
|
|
23301
|
+
"type": {
|
|
23302
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
23303
|
+
"references": [
|
|
23304
|
+
{
|
|
23305
|
+
"name": "ListItemBaseClickEventDetail",
|
|
23306
|
+
"package": "@ui5/webcomponents",
|
|
23307
|
+
"module": "dist/ListItemBase.js"
|
|
23308
|
+
}
|
|
23309
|
+
]
|
|
23310
|
+
},
|
|
23311
|
+
"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`.",
|
|
23312
|
+
"_ui5Cancelable": false,
|
|
23313
|
+
"_ui5allowPreventDefault": false,
|
|
23314
|
+
"_ui5Bubbles": true,
|
|
23315
|
+
"_ui5since": "2.22.0",
|
|
23316
|
+
"_ui5parameters": [
|
|
23317
|
+
{
|
|
23318
|
+
"type": {
|
|
23319
|
+
"text": "ListItemBase",
|
|
23320
|
+
"references": [
|
|
23321
|
+
{
|
|
23322
|
+
"name": "ListItemBase",
|
|
23323
|
+
"package": "@ui5/webcomponents",
|
|
23324
|
+
"module": "dist/ListItemBase.js"
|
|
23325
|
+
}
|
|
23326
|
+
]
|
|
23327
|
+
},
|
|
23328
|
+
"name": "item",
|
|
23329
|
+
"_ui5privacy": "public",
|
|
23330
|
+
"description": "The activated item."
|
|
23331
|
+
},
|
|
23332
|
+
{
|
|
23333
|
+
"type": {
|
|
23334
|
+
"text": "Event"
|
|
23335
|
+
},
|
|
23336
|
+
"name": "originalEvent",
|
|
23337
|
+
"_ui5privacy": "public",
|
|
23338
|
+
"description": "The original event from the user interaction."
|
|
23339
|
+
}
|
|
23340
|
+
]
|
|
23341
|
+
}
|
|
22672
23342
|
]
|
|
22673
23343
|
}
|
|
22674
23344
|
],
|
|
@@ -23046,6 +23716,17 @@
|
|
|
23046
23716
|
"privacy": "public",
|
|
23047
23717
|
"_ui5since": "1.0.0-rc.15"
|
|
23048
23718
|
},
|
|
23719
|
+
{
|
|
23720
|
+
"kind": "field",
|
|
23721
|
+
"name": "accessibleRole",
|
|
23722
|
+
"type": {
|
|
23723
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
23724
|
+
},
|
|
23725
|
+
"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.",
|
|
23726
|
+
"default": "undefined",
|
|
23727
|
+
"privacy": "public",
|
|
23728
|
+
"_ui5since": "1.3.0"
|
|
23729
|
+
},
|
|
23049
23730
|
{
|
|
23050
23731
|
"kind": "field",
|
|
23051
23732
|
"name": "additionalText",
|
|
@@ -23241,6 +23922,15 @@
|
|
|
23241
23922
|
"text": "string | undefined"
|
|
23242
23923
|
}
|
|
23243
23924
|
},
|
|
23925
|
+
{
|
|
23926
|
+
"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.",
|
|
23927
|
+
"name": "accessible-role",
|
|
23928
|
+
"default": "undefined",
|
|
23929
|
+
"fieldName": "accessibleRole",
|
|
23930
|
+
"type": {
|
|
23931
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
23932
|
+
}
|
|
23933
|
+
},
|
|
23244
23934
|
{
|
|
23245
23935
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
23246
23936
|
"name": "additional-text",
|
|
@@ -23360,6 +24050,50 @@
|
|
|
23360
24050
|
}
|
|
23361
24051
|
],
|
|
23362
24052
|
"events": [
|
|
24053
|
+
{
|
|
24054
|
+
"name": "click",
|
|
24055
|
+
"_ui5privacy": "public",
|
|
24056
|
+
"type": {
|
|
24057
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
24058
|
+
"references": [
|
|
24059
|
+
{
|
|
24060
|
+
"name": "ListItemBaseClickEventDetail",
|
|
24061
|
+
"package": "@ui5/webcomponents",
|
|
24062
|
+
"module": "dist/ListItemBase.js"
|
|
24063
|
+
}
|
|
24064
|
+
]
|
|
24065
|
+
},
|
|
24066
|
+
"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`.",
|
|
24067
|
+
"_ui5Cancelable": false,
|
|
24068
|
+
"_ui5allowPreventDefault": false,
|
|
24069
|
+
"_ui5Bubbles": true,
|
|
24070
|
+
"_ui5since": "2.22.0",
|
|
24071
|
+
"_ui5parameters": [
|
|
24072
|
+
{
|
|
24073
|
+
"type": {
|
|
24074
|
+
"text": "ListItemBase",
|
|
24075
|
+
"references": [
|
|
24076
|
+
{
|
|
24077
|
+
"name": "ListItemBase",
|
|
24078
|
+
"package": "@ui5/webcomponents",
|
|
24079
|
+
"module": "dist/ListItemBase.js"
|
|
24080
|
+
}
|
|
24081
|
+
]
|
|
24082
|
+
},
|
|
24083
|
+
"name": "item",
|
|
24084
|
+
"_ui5privacy": "public",
|
|
24085
|
+
"description": "The activated item."
|
|
24086
|
+
},
|
|
24087
|
+
{
|
|
24088
|
+
"type": {
|
|
24089
|
+
"text": "Event"
|
|
24090
|
+
},
|
|
24091
|
+
"name": "originalEvent",
|
|
24092
|
+
"_ui5privacy": "public",
|
|
24093
|
+
"description": "The original event from the user interaction."
|
|
24094
|
+
}
|
|
24095
|
+
]
|
|
24096
|
+
},
|
|
23363
24097
|
{
|
|
23364
24098
|
"name": "detail-click",
|
|
23365
24099
|
"_ui5privacy": "public",
|
|
@@ -23836,6 +24570,52 @@
|
|
|
23836
24570
|
"privacy": "public"
|
|
23837
24571
|
}
|
|
23838
24572
|
],
|
|
24573
|
+
"events": [
|
|
24574
|
+
{
|
|
24575
|
+
"name": "click",
|
|
24576
|
+
"_ui5privacy": "public",
|
|
24577
|
+
"type": {
|
|
24578
|
+
"text": "CustomEvent<TabClickEventDetail>",
|
|
24579
|
+
"references": [
|
|
24580
|
+
{
|
|
24581
|
+
"name": "TabClickEventDetail",
|
|
24582
|
+
"package": "@ui5/webcomponents",
|
|
24583
|
+
"module": "dist/Tab.js"
|
|
24584
|
+
}
|
|
24585
|
+
]
|
|
24586
|
+
},
|
|
24587
|
+
"description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.",
|
|
24588
|
+
"_ui5Cancelable": false,
|
|
24589
|
+
"_ui5allowPreventDefault": false,
|
|
24590
|
+
"_ui5Bubbles": true,
|
|
24591
|
+
"_ui5since": "2.22.0",
|
|
24592
|
+
"_ui5parameters": [
|
|
24593
|
+
{
|
|
24594
|
+
"type": {
|
|
24595
|
+
"text": "Event"
|
|
24596
|
+
},
|
|
24597
|
+
"name": "originalEvent",
|
|
24598
|
+
"_ui5privacy": "public",
|
|
24599
|
+
"description": "The original event from the user interaction."
|
|
24600
|
+
},
|
|
24601
|
+
{
|
|
24602
|
+
"type": {
|
|
24603
|
+
"text": "Tab",
|
|
24604
|
+
"references": [
|
|
24605
|
+
{
|
|
24606
|
+
"name": "Tab",
|
|
24607
|
+
"package": "@ui5/webcomponents",
|
|
24608
|
+
"module": "dist/Tab.js"
|
|
24609
|
+
}
|
|
24610
|
+
]
|
|
24611
|
+
},
|
|
24612
|
+
"name": "tab",
|
|
24613
|
+
"_ui5privacy": "public",
|
|
24614
|
+
"description": "The selected tab."
|
|
24615
|
+
}
|
|
24616
|
+
]
|
|
24617
|
+
}
|
|
24618
|
+
],
|
|
23839
24619
|
"attributes": [
|
|
23840
24620
|
{
|
|
23841
24621
|
"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 +25747,250 @@
|
|
|
24967
25747
|
"kind": "field",
|
|
24968
25748
|
"name": "horizontalAlign",
|
|
24969
25749
|
"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.",
|
|
25750
|
+
"text": "TableCellHorizontalAlign | undefined",
|
|
25751
|
+
"references": [
|
|
25752
|
+
{
|
|
25753
|
+
"name": "TableCellHorizontalAlign",
|
|
25754
|
+
"package": "@ui5/webcomponents",
|
|
25755
|
+
"module": "dist/types/TableCellHorizontalAlign.js"
|
|
25756
|
+
}
|
|
25757
|
+
]
|
|
25758
|
+
},
|
|
25759
|
+
"description": "Determines the horizontal alignment of table cells.",
|
|
25760
|
+
"default": "undefined",
|
|
25761
|
+
"privacy": "public"
|
|
25762
|
+
}
|
|
25763
|
+
],
|
|
25764
|
+
"attributes": [
|
|
25765
|
+
{
|
|
25766
|
+
"description": "Determines the horizontal alignment of table cells.",
|
|
25767
|
+
"name": "horizontal-align",
|
|
25768
|
+
"default": "undefined",
|
|
25769
|
+
"fieldName": "horizontalAlign",
|
|
25770
|
+
"type": {
|
|
25771
|
+
"text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
|
|
25772
|
+
}
|
|
25773
|
+
}
|
|
25774
|
+
],
|
|
25775
|
+
"superclass": {
|
|
25776
|
+
"name": "UI5Element",
|
|
25777
|
+
"package": "@ui5/webcomponents-base",
|
|
25778
|
+
"module": "dist/UI5Element.js"
|
|
25779
|
+
},
|
|
25780
|
+
"customElement": true,
|
|
25781
|
+
"_ui5since": "2.0.0",
|
|
25782
|
+
"_ui5privacy": "public",
|
|
25783
|
+
"_ui5abstract": true
|
|
25784
|
+
}
|
|
25785
|
+
],
|
|
25786
|
+
"exports": [
|
|
25787
|
+
{
|
|
25788
|
+
"kind": "js",
|
|
25789
|
+
"name": "default",
|
|
25790
|
+
"declaration": {
|
|
25791
|
+
"name": "TableCellBase",
|
|
25792
|
+
"module": "dist/TableCellBase.js"
|
|
25793
|
+
}
|
|
25794
|
+
}
|
|
25795
|
+
]
|
|
25796
|
+
},
|
|
25797
|
+
{
|
|
25798
|
+
"kind": "javascript-module",
|
|
25799
|
+
"path": "dist/TableCustomAnnouncement.js",
|
|
25800
|
+
"declarations": [],
|
|
25801
|
+
"exports": [
|
|
25802
|
+
{
|
|
25803
|
+
"kind": "js",
|
|
25804
|
+
"name": "default",
|
|
25805
|
+
"declaration": {
|
|
25806
|
+
"name": "TableCustomAnnouncement",
|
|
25807
|
+
"module": "dist/TableCustomAnnouncement.js"
|
|
25808
|
+
}
|
|
25809
|
+
}
|
|
25810
|
+
]
|
|
25811
|
+
},
|
|
25812
|
+
{
|
|
25813
|
+
"kind": "javascript-module",
|
|
25814
|
+
"path": "dist/TableDragAndDrop.js",
|
|
25815
|
+
"declarations": [],
|
|
25816
|
+
"exports": [
|
|
25817
|
+
{
|
|
25818
|
+
"kind": "js",
|
|
25819
|
+
"name": "default",
|
|
25820
|
+
"declaration": {
|
|
25821
|
+
"name": "TableDragAndDrop",
|
|
25822
|
+
"module": "dist/TableDragAndDrop.js"
|
|
25823
|
+
}
|
|
25824
|
+
}
|
|
25825
|
+
]
|
|
25826
|
+
},
|
|
25827
|
+
{
|
|
25828
|
+
"kind": "javascript-module",
|
|
25829
|
+
"path": "dist/TableExtension.js",
|
|
25830
|
+
"declarations": [],
|
|
25831
|
+
"exports": [
|
|
25832
|
+
{
|
|
25833
|
+
"kind": "js",
|
|
25834
|
+
"name": "default",
|
|
25835
|
+
"declaration": {
|
|
25836
|
+
"name": "TableExtension",
|
|
25837
|
+
"module": "dist/TableExtension.js"
|
|
25838
|
+
}
|
|
25839
|
+
}
|
|
25840
|
+
]
|
|
25841
|
+
},
|
|
25842
|
+
{
|
|
25843
|
+
"kind": "javascript-module",
|
|
25844
|
+
"path": "dist/TableGroupRow.js",
|
|
25845
|
+
"declarations": [
|
|
25846
|
+
{
|
|
25847
|
+
"kind": "class",
|
|
25848
|
+
"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\";`",
|
|
25849
|
+
"name": "TableGroupRow",
|
|
25850
|
+
"members": [
|
|
25851
|
+
{
|
|
25852
|
+
"kind": "field",
|
|
25853
|
+
"name": "interactive",
|
|
25854
|
+
"type": {
|
|
25855
|
+
"text": "boolean"
|
|
25856
|
+
},
|
|
25857
|
+
"default": "false",
|
|
25858
|
+
"description": "Defines the interactive state of the row.",
|
|
25859
|
+
"privacy": "public"
|
|
25860
|
+
},
|
|
25861
|
+
{
|
|
25862
|
+
"kind": "field",
|
|
25863
|
+
"name": "movable",
|
|
25864
|
+
"type": {
|
|
25865
|
+
"text": "boolean"
|
|
25866
|
+
},
|
|
25867
|
+
"default": "false",
|
|
25868
|
+
"description": "Defines whether the row is movable.",
|
|
25869
|
+
"privacy": "public",
|
|
25870
|
+
"_ui5since": "2.6.0"
|
|
25871
|
+
},
|
|
25872
|
+
{
|
|
25873
|
+
"kind": "field",
|
|
25874
|
+
"name": "navigated",
|
|
25875
|
+
"type": {
|
|
25876
|
+
"text": "boolean"
|
|
25877
|
+
},
|
|
25878
|
+
"default": "false",
|
|
25879
|
+
"description": "Defines the navigated state of the row.",
|
|
25880
|
+
"privacy": "public"
|
|
25881
|
+
},
|
|
25882
|
+
{
|
|
25883
|
+
"kind": "field",
|
|
25884
|
+
"name": "position",
|
|
25885
|
+
"type": {
|
|
25886
|
+
"text": "number | undefined"
|
|
25887
|
+
},
|
|
25888
|
+
"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.",
|
|
25889
|
+
"default": "undefined",
|
|
25890
|
+
"privacy": "public",
|
|
25891
|
+
"_ui5since": "2.5.0"
|
|
25892
|
+
},
|
|
25893
|
+
{
|
|
25894
|
+
"kind": "field",
|
|
25895
|
+
"name": "rowKey",
|
|
25896
|
+
"type": {
|
|
25897
|
+
"text": "string | undefined"
|
|
25898
|
+
},
|
|
25899
|
+
"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.",
|
|
25900
|
+
"default": "undefined",
|
|
25901
|
+
"privacy": "public"
|
|
25902
|
+
}
|
|
25903
|
+
],
|
|
25904
|
+
"superclass": {
|
|
25905
|
+
"name": "TableRow",
|
|
25906
|
+
"package": "@ui5/webcomponents",
|
|
25907
|
+
"module": "dist/TableRow.js"
|
|
25908
|
+
},
|
|
25909
|
+
"tagName": "ui5-table-group-row",
|
|
25910
|
+
"customElement": true,
|
|
25911
|
+
"_ui5since": "2.22.0",
|
|
25912
|
+
"_ui5privacy": "public",
|
|
25913
|
+
"slots": [
|
|
25914
|
+
{
|
|
25915
|
+
"name": "actions",
|
|
25916
|
+
"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.",
|
|
25917
|
+
"_ui5since": "2.7.0",
|
|
25918
|
+
"_ui5type": {
|
|
25919
|
+
"text": "Array<TableRowActionBase>",
|
|
25920
|
+
"references": [
|
|
25921
|
+
{
|
|
25922
|
+
"name": "TableRowActionBase",
|
|
25923
|
+
"package": "@ui5/webcomponents",
|
|
25924
|
+
"module": "dist/TableRowActionBase.js"
|
|
25925
|
+
}
|
|
25926
|
+
]
|
|
25927
|
+
},
|
|
25928
|
+
"_ui5privacy": "public"
|
|
25929
|
+
},
|
|
25930
|
+
{
|
|
25931
|
+
"name": "default",
|
|
25932
|
+
"description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.",
|
|
25933
|
+
"_ui5propertyName": "cells",
|
|
25934
|
+
"_ui5type": {
|
|
25935
|
+
"text": "Array<TableCell>",
|
|
25936
|
+
"references": [
|
|
25937
|
+
{
|
|
25938
|
+
"name": "TableCell",
|
|
25939
|
+
"package": "@ui5/webcomponents",
|
|
25940
|
+
"module": "dist/TableCell.js"
|
|
25941
|
+
}
|
|
25942
|
+
]
|
|
25943
|
+
},
|
|
25944
|
+
"_ui5privacy": "public"
|
|
25945
|
+
}
|
|
25946
|
+
],
|
|
25947
|
+
"attributes": [
|
|
25948
|
+
{
|
|
25949
|
+
"description": "Defines the interactive state of the row.",
|
|
25950
|
+
"name": "interactive",
|
|
25951
|
+
"default": "false",
|
|
25952
|
+
"fieldName": "interactive",
|
|
25953
|
+
"type": {
|
|
25954
|
+
"text": "boolean"
|
|
25955
|
+
}
|
|
25956
|
+
},
|
|
25957
|
+
{
|
|
25958
|
+
"description": "Defines whether the row is movable.",
|
|
25959
|
+
"name": "movable",
|
|
25960
|
+
"default": "false",
|
|
25961
|
+
"fieldName": "movable",
|
|
25962
|
+
"type": {
|
|
25963
|
+
"text": "boolean"
|
|
25964
|
+
}
|
|
25965
|
+
},
|
|
25966
|
+
{
|
|
25967
|
+
"description": "Defines the navigated state of the row.",
|
|
25968
|
+
"name": "navigated",
|
|
25969
|
+
"default": "false",
|
|
25970
|
+
"fieldName": "navigated",
|
|
25971
|
+
"type": {
|
|
25972
|
+
"text": "boolean"
|
|
25973
|
+
}
|
|
25974
|
+
},
|
|
25975
|
+
{
|
|
25976
|
+
"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.",
|
|
25977
|
+
"name": "position",
|
|
24980
25978
|
"default": "undefined",
|
|
24981
|
-
"
|
|
24982
|
-
|
|
24983
|
-
|
|
24984
|
-
|
|
25979
|
+
"fieldName": "position",
|
|
25980
|
+
"type": {
|
|
25981
|
+
"text": "number | undefined"
|
|
25982
|
+
}
|
|
25983
|
+
},
|
|
24985
25984
|
{
|
|
24986
|
-
"description": "
|
|
24987
|
-
"name": "
|
|
25985
|
+
"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.",
|
|
25986
|
+
"name": "row-key",
|
|
24988
25987
|
"default": "undefined",
|
|
24989
|
-
"fieldName": "
|
|
25988
|
+
"fieldName": "rowKey",
|
|
24990
25989
|
"type": {
|
|
24991
|
-
"text": "
|
|
25990
|
+
"text": "string | undefined"
|
|
24992
25991
|
}
|
|
24993
25992
|
}
|
|
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
|
|
25993
|
+
]
|
|
25004
25994
|
}
|
|
25005
25995
|
],
|
|
25006
25996
|
"exports": [
|
|
@@ -25008,53 +25998,16 @@
|
|
|
25008
25998
|
"kind": "js",
|
|
25009
25999
|
"name": "default",
|
|
25010
26000
|
"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"
|
|
26001
|
+
"name": "TableGroupRow",
|
|
26002
|
+
"module": "dist/TableGroupRow.js"
|
|
25043
26003
|
}
|
|
25044
|
-
}
|
|
25045
|
-
]
|
|
25046
|
-
},
|
|
25047
|
-
{
|
|
25048
|
-
"kind": "javascript-module",
|
|
25049
|
-
"path": "dist/TableExtension.js",
|
|
25050
|
-
"declarations": [],
|
|
25051
|
-
"exports": [
|
|
26004
|
+
},
|
|
25052
26005
|
{
|
|
25053
|
-
"kind": "
|
|
25054
|
-
"name": "
|
|
26006
|
+
"kind": "custom-element-definition",
|
|
26007
|
+
"name": "ui5-table-group-row",
|
|
25055
26008
|
"declaration": {
|
|
25056
|
-
"name": "
|
|
25057
|
-
"module": "dist/
|
|
26009
|
+
"name": "TableGroupRow",
|
|
26010
|
+
"module": "dist/TableGroupRow.js"
|
|
25058
26011
|
}
|
|
25059
26012
|
}
|
|
25060
26013
|
]
|
|
@@ -26687,7 +27640,7 @@
|
|
|
26687
27640
|
"declarations": [
|
|
26688
27641
|
{
|
|
26689
27642
|
"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\";`",
|
|
27643
|
+
"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
27644
|
"name": "TableVirtualizer",
|
|
26692
27645
|
"members": [
|
|
26693
27646
|
{
|
|
@@ -31866,6 +32819,17 @@
|
|
|
31866
32819
|
"privacy": "public",
|
|
31867
32820
|
"_ui5since": "1.8.0"
|
|
31868
32821
|
},
|
|
32822
|
+
{
|
|
32823
|
+
"kind": "field",
|
|
32824
|
+
"name": "accessibleRole",
|
|
32825
|
+
"type": {
|
|
32826
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
32827
|
+
},
|
|
32828
|
+
"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.",
|
|
32829
|
+
"default": "undefined",
|
|
32830
|
+
"privacy": "public",
|
|
32831
|
+
"_ui5since": "1.3.0"
|
|
32832
|
+
},
|
|
31869
32833
|
{
|
|
31870
32834
|
"kind": "field",
|
|
31871
32835
|
"name": "additionalText",
|
|
@@ -32055,6 +33019,15 @@
|
|
|
32055
33019
|
"text": "string | undefined"
|
|
32056
33020
|
}
|
|
32057
33021
|
},
|
|
33022
|
+
{
|
|
33023
|
+
"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.",
|
|
33024
|
+
"name": "accessible-role",
|
|
33025
|
+
"default": "undefined",
|
|
33026
|
+
"fieldName": "accessibleRole",
|
|
33027
|
+
"type": {
|
|
33028
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
33029
|
+
}
|
|
33030
|
+
},
|
|
32058
33031
|
{
|
|
32059
33032
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
32060
33033
|
"name": "additional-text",
|
|
@@ -32226,6 +33199,50 @@
|
|
|
32226
33199
|
}
|
|
32227
33200
|
],
|
|
32228
33201
|
"events": [
|
|
33202
|
+
{
|
|
33203
|
+
"name": "click",
|
|
33204
|
+
"_ui5privacy": "public",
|
|
33205
|
+
"type": {
|
|
33206
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
33207
|
+
"references": [
|
|
33208
|
+
{
|
|
33209
|
+
"name": "ListItemBaseClickEventDetail",
|
|
33210
|
+
"package": "@ui5/webcomponents",
|
|
33211
|
+
"module": "dist/ListItemBase.js"
|
|
33212
|
+
}
|
|
33213
|
+
]
|
|
33214
|
+
},
|
|
33215
|
+
"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`.",
|
|
33216
|
+
"_ui5Cancelable": false,
|
|
33217
|
+
"_ui5allowPreventDefault": false,
|
|
33218
|
+
"_ui5Bubbles": true,
|
|
33219
|
+
"_ui5since": "2.22.0",
|
|
33220
|
+
"_ui5parameters": [
|
|
33221
|
+
{
|
|
33222
|
+
"type": {
|
|
33223
|
+
"text": "ListItemBase",
|
|
33224
|
+
"references": [
|
|
33225
|
+
{
|
|
33226
|
+
"name": "ListItemBase",
|
|
33227
|
+
"package": "@ui5/webcomponents",
|
|
33228
|
+
"module": "dist/ListItemBase.js"
|
|
33229
|
+
}
|
|
33230
|
+
]
|
|
33231
|
+
},
|
|
33232
|
+
"name": "item",
|
|
33233
|
+
"_ui5privacy": "public",
|
|
33234
|
+
"description": "The activated item."
|
|
33235
|
+
},
|
|
33236
|
+
{
|
|
33237
|
+
"type": {
|
|
33238
|
+
"text": "Event"
|
|
33239
|
+
},
|
|
33240
|
+
"name": "originalEvent",
|
|
33241
|
+
"_ui5privacy": "public",
|
|
33242
|
+
"description": "The original event from the user interaction."
|
|
33243
|
+
}
|
|
33244
|
+
]
|
|
33245
|
+
},
|
|
32229
33246
|
{
|
|
32230
33247
|
"name": "detail-click",
|
|
32231
33248
|
"_ui5privacy": "public",
|
|
@@ -32340,6 +33357,17 @@
|
|
|
32340
33357
|
"privacy": "public",
|
|
32341
33358
|
"_ui5since": "1.8.0"
|
|
32342
33359
|
},
|
|
33360
|
+
{
|
|
33361
|
+
"kind": "field",
|
|
33362
|
+
"name": "accessibleRole",
|
|
33363
|
+
"type": {
|
|
33364
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
33365
|
+
},
|
|
33366
|
+
"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.",
|
|
33367
|
+
"default": "undefined",
|
|
33368
|
+
"privacy": "public",
|
|
33369
|
+
"_ui5since": "1.3.0"
|
|
33370
|
+
},
|
|
32343
33371
|
{
|
|
32344
33372
|
"kind": "field",
|
|
32345
33373
|
"name": "additionalTextState",
|
|
@@ -32490,6 +33518,50 @@
|
|
|
32490
33518
|
}
|
|
32491
33519
|
],
|
|
32492
33520
|
"events": [
|
|
33521
|
+
{
|
|
33522
|
+
"name": "click",
|
|
33523
|
+
"_ui5privacy": "public",
|
|
33524
|
+
"type": {
|
|
33525
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
33526
|
+
"references": [
|
|
33527
|
+
{
|
|
33528
|
+
"name": "ListItemBaseClickEventDetail",
|
|
33529
|
+
"package": "@ui5/webcomponents",
|
|
33530
|
+
"module": "dist/ListItemBase.js"
|
|
33531
|
+
}
|
|
33532
|
+
]
|
|
33533
|
+
},
|
|
33534
|
+
"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`.",
|
|
33535
|
+
"_ui5Cancelable": false,
|
|
33536
|
+
"_ui5allowPreventDefault": false,
|
|
33537
|
+
"_ui5Bubbles": true,
|
|
33538
|
+
"_ui5since": "2.22.0",
|
|
33539
|
+
"_ui5parameters": [
|
|
33540
|
+
{
|
|
33541
|
+
"type": {
|
|
33542
|
+
"text": "ListItemBase",
|
|
33543
|
+
"references": [
|
|
33544
|
+
{
|
|
33545
|
+
"name": "ListItemBase",
|
|
33546
|
+
"package": "@ui5/webcomponents",
|
|
33547
|
+
"module": "dist/ListItemBase.js"
|
|
33548
|
+
}
|
|
33549
|
+
]
|
|
33550
|
+
},
|
|
33551
|
+
"name": "item",
|
|
33552
|
+
"_ui5privacy": "public",
|
|
33553
|
+
"description": "The activated item."
|
|
33554
|
+
},
|
|
33555
|
+
{
|
|
33556
|
+
"type": {
|
|
33557
|
+
"text": "Event"
|
|
33558
|
+
},
|
|
33559
|
+
"name": "originalEvent",
|
|
33560
|
+
"_ui5privacy": "public",
|
|
33561
|
+
"description": "The original event from the user interaction."
|
|
33562
|
+
}
|
|
33563
|
+
]
|
|
33564
|
+
},
|
|
32493
33565
|
{
|
|
32494
33566
|
"name": "detail-click",
|
|
32495
33567
|
"_ui5privacy": "public",
|
|
@@ -32521,6 +33593,15 @@
|
|
|
32521
33593
|
"text": "string | undefined"
|
|
32522
33594
|
}
|
|
32523
33595
|
},
|
|
33596
|
+
{
|
|
33597
|
+
"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.",
|
|
33598
|
+
"name": "accessible-role",
|
|
33599
|
+
"default": "undefined",
|
|
33600
|
+
"fieldName": "accessibleRole",
|
|
33601
|
+
"type": {
|
|
33602
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
33603
|
+
}
|
|
33604
|
+
},
|
|
32524
33605
|
{
|
|
32525
33606
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
32526
33607
|
"name": "additional-text-state",
|
|
@@ -32745,6 +33826,17 @@
|
|
|
32745
33826
|
"privacy": "public",
|
|
32746
33827
|
"_ui5since": "1.8.0"
|
|
32747
33828
|
},
|
|
33829
|
+
{
|
|
33830
|
+
"kind": "field",
|
|
33831
|
+
"name": "accessibleRole",
|
|
33832
|
+
"type": {
|
|
33833
|
+
"text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
|
|
33834
|
+
},
|
|
33835
|
+
"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.",
|
|
33836
|
+
"default": "undefined",
|
|
33837
|
+
"privacy": "public",
|
|
33838
|
+
"_ui5since": "1.3.0"
|
|
33839
|
+
},
|
|
32748
33840
|
{
|
|
32749
33841
|
"kind": "field",
|
|
32750
33842
|
"name": "additionalTextState",
|
|
@@ -32923,6 +34015,15 @@
|
|
|
32923
34015
|
"text": "string | undefined"
|
|
32924
34016
|
}
|
|
32925
34017
|
},
|
|
34018
|
+
{
|
|
34019
|
+
"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.",
|
|
34020
|
+
"name": "accessible-role",
|
|
34021
|
+
"default": "undefined",
|
|
34022
|
+
"fieldName": "accessibleRole",
|
|
34023
|
+
"type": {
|
|
34024
|
+
"text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
|
|
34025
|
+
}
|
|
34026
|
+
},
|
|
32926
34027
|
{
|
|
32927
34028
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
32928
34029
|
"name": "additional-text-state",
|
|
@@ -33042,6 +34143,50 @@
|
|
|
33042
34143
|
"_ui5since": "1.9.2",
|
|
33043
34144
|
"_ui5privacy": "public",
|
|
33044
34145
|
"events": [
|
|
34146
|
+
{
|
|
34147
|
+
"name": "click",
|
|
34148
|
+
"_ui5privacy": "public",
|
|
34149
|
+
"type": {
|
|
34150
|
+
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
34151
|
+
"references": [
|
|
34152
|
+
{
|
|
34153
|
+
"name": "ListItemBaseClickEventDetail",
|
|
34154
|
+
"package": "@ui5/webcomponents",
|
|
34155
|
+
"module": "dist/ListItemBase.js"
|
|
34156
|
+
}
|
|
34157
|
+
]
|
|
34158
|
+
},
|
|
34159
|
+
"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`.",
|
|
34160
|
+
"_ui5Cancelable": false,
|
|
34161
|
+
"_ui5allowPreventDefault": false,
|
|
34162
|
+
"_ui5Bubbles": true,
|
|
34163
|
+
"_ui5since": "2.22.0",
|
|
34164
|
+
"_ui5parameters": [
|
|
34165
|
+
{
|
|
34166
|
+
"type": {
|
|
34167
|
+
"text": "ListItemBase",
|
|
34168
|
+
"references": [
|
|
34169
|
+
{
|
|
34170
|
+
"name": "ListItemBase",
|
|
34171
|
+
"package": "@ui5/webcomponents",
|
|
34172
|
+
"module": "dist/ListItemBase.js"
|
|
34173
|
+
}
|
|
34174
|
+
]
|
|
34175
|
+
},
|
|
34176
|
+
"name": "item",
|
|
34177
|
+
"_ui5privacy": "public",
|
|
34178
|
+
"description": "The activated item."
|
|
34179
|
+
},
|
|
34180
|
+
{
|
|
34181
|
+
"type": {
|
|
34182
|
+
"text": "Event"
|
|
34183
|
+
},
|
|
34184
|
+
"name": "originalEvent",
|
|
34185
|
+
"_ui5privacy": "public",
|
|
34186
|
+
"description": "The original event from the user interaction."
|
|
34187
|
+
}
|
|
34188
|
+
]
|
|
34189
|
+
},
|
|
33045
34190
|
{
|
|
33046
34191
|
"name": "detail-click",
|
|
33047
34192
|
"_ui5privacy": "public",
|