diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index fcc18163b..1b4e9bae0 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -34404,6 +34404,13 @@ "readonly": false, "type": "TabViewPassThroughOptions", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "TabPanelContext", + "default": "" } ], "methods": [] @@ -34557,6 +34564,21 @@ ], "methods": [] }, + "TabPanelContext": { + "description": "Defines current options in TabPanel component.", + "relatedProp": "", + "props": [ + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Current index of the tab." + } + ], + "methods": [] + }, "TabPanelSlots": { "description": "Defines valid slots in TabPanel slots.", "relatedProp": "", @@ -34693,6 +34715,14 @@ "default": "", "description": "Uses to pass attributes to the list's DOM element." }, + { + "name": "tab", + "optional": true, + "readonly": false, + "type": "TabPanelPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to TabPanel helper components." + }, { "name": "inkbar", "optional": true,