diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index d88b94934..ca2dedcbe 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -38803,6 +38803,14 @@ "type": "TreeSelectPassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": [] @@ -38866,7 +38874,13 @@ }, { "name": "triggericon", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: string, // Style class of the icon.\n }" + } + ], "returnType": "VNode[]", "description": "Custom indicator template." },