From 78552d81cf6b9f6d9bcea2ebdb10113936e11273 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 23 May 2023 21:11:16 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 5f330ea26..be2ee55da 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -120,6 +120,14 @@ "type": "AccordionPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the root's DOM element." + }, + { + "name": "tab", + "optional": true, + "readonly": false, + "type": "AccordionTabPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to AccordionTab helper components." } ], "methods": [] @@ -348,6 +356,13 @@ "readonly": false, "type": "AccordionPassThroughOptions", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "AccordionTabContext", + "default": "" } ], "methods": [] @@ -518,6 +533,21 @@ ], "methods": [] }, + "AccordionTabContext": { + "description": "Defines current options in AccordionTab component.", + "relatedProp": "", + "props": [ + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Current index of the tab." + } + ], + "methods": [] + }, "AccordionTabSlots": { "description": "Defines valid slots in AcordionTab slots.", "relatedProp": "",