diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index a717d72c7..d88b94934 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -38286,6 +38286,14 @@
"type": "TreePassThroughOptions",
"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": []
@@ -38304,13 +38312,25 @@
"methods": [
{
"name": "loadingicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom loading icon template."
},
{
"name": "searchicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom search icon template."
},