From 6bca2a8b46bfd4e9a272cf0deb1cdc44be1e828f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 18 Jul 2024 07:23:11 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 1479df705..a05ac32e5 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -58457,10 +58457,18 @@ "readonly": false, "type": "TabListPassThroughOptionType", "default": "", - "description": "Used to pass attributes to the list's DOM element." + "description": "Used to pass attributes to the content's DOM element." }, { - "name": "inkbar", + "name": "tabList", + "optional": true, + "readonly": false, + "type": "TabListPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the tablist's DOM element." + }, + { + "name": "activeBar", "optional": true, "readonly": false, "type": "TabListPassThroughOptionType", @@ -58640,18 +58648,18 @@ "description": "Class name of the content element" }, { - "name": "tabs", + "name": "tabList", "optional": false, "readonly": false, "value": "\"p-tablist-tab-list\"", "description": "Class name of the tabs element" }, { - "name": "inkbar", + "name": "activeBar", "optional": false, "readonly": false, "value": "\"p-tablist-active-bar\"", - "description": "Class name of the inkbar element" + "description": "Class name of the activebar element" }, { "name": "prevButton",