Update API doc

pull/3943/head^2
GitHub Actions Bot 2023-08-15 15:24:02 +00:00
parent 07597f556f
commit 8fdc82c450
1 changed files with 11 additions and 4 deletions

View File

@ -20589,7 +20589,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>onClick</b>: void, // Clear icon click function.\n }",
"type": "{\n \t <b>class</b>: any, // Style class of the clear icon\n \t <b>onClick</b>: (event: Event) => void, // Clear icon click function.\n }",
"description": "clear icon slot's params."
}
],
@ -20602,7 +20602,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: any, // Style class of the component\n }",
"type": "{\n \t <b>class</b>: any, // Style class of the dropdown icon\n }",
"description": "dropdown icon slot's params."
}
],
@ -20615,7 +20615,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: any, // Style class of the component\n }",
"type": "{\n \t <b>class</b>: any, // Style class of the loading icon\n }",
"description": "loading icon slot's params."
}
],
@ -20624,7 +20624,14 @@
},
{
"name": "filtericon",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: any, // Style class of the filter icon\n }",
"description": "filter icon slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom filter icon template."
}