From cdf9fb547c72159ac7e60418ef8ce90dc4150df0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 14 Jul 2023 09:05:17 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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." }, {