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",