diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 2b0047753..378e143bd 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -31072,6 +31072,14 @@
"type": "RatingPassThroughOptions",
"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": []
@@ -31083,7 +31091,13 @@
"methods": [
{
"name": "cancelicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom cancel icon template."
},
@@ -31093,7 +31107,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t value: number, // Item value\n }",
+ "type": "{\n \t value: number, // Item value\n \t class: string, // Style class of the icon.\n }",
"description": "on icon slot's params."
}
],
@@ -31106,7 +31120,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t value: number, // Item value\n }",
+ "type": "{\n \t value: number, // Item value\n \t class: string, // Style class of the icon.\n }",
"description": "off icon slot's params."
}
],