From af8b22e4c94609a666cab14ced3de2ae3aa9e64f Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 6 Sep 2023 07:00:11 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 7beb62f7e..b67536911 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -7088,7 +7088,14 @@
},
{
"name": "dropdownicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: any, // Style class of the dropdown icon\n }",
+ "description": "dropdown icon slot's params."
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom dropdown icon template."
},
@@ -7098,7 +7105,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the dropdown icon\n }",
+ "type": "{\n \t class: any, // Style class of the previous icon\n }",
"description": "previous icon slot's params."
}
],
@@ -7111,7 +7118,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the dropdown icon\n }",
+ "type": "{\n \t class: any, // Style class of the next icon\n }",
"description": "next icon slot's params."
}
],
@@ -7124,7 +7131,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the dropdown icon\n }",
+ "type": "{\n \t class: any, // Style class of the increment icon\n }",
"description": "increment icon slot's params."
}
],
@@ -7137,7 +7144,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the dropdown icon\n }",
+ "type": "{\n \t class: any, // Style class of the decrement icon\n }",
"description": "decrement icon slot's params."
}
],