diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 183763c5b..78d7e317e 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -134,6 +134,15 @@ "readonly": false, "type": "AccordionTabPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to AccordionTab helper components.", + "deprecated": "since v3.30.1. Use 'accordiontab' property instead." + }, + { + "name": "accordiontab", + "optional": true, + "readonly": false, + "type": "AccordionTabPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to AccordionTab helper components." }, { @@ -38884,6 +38893,15 @@ "readonly": false, "type": "TabPanelPassThroughOptionType", "default": "", + "description": "Uses to pass attributes to TabPanel helper components.", + "deprecated": "since v3.30.1. Use 'tabpanel' property instead." + }, + { + "name": "tabpanel", + "optional": true, + "readonly": false, + "type": "TabPanelPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to TabPanel helper components." }, {