From 8fdc82c450ad324bf33ed41f6e13d31cec00feca Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 15 Aug 2023 15:24:02 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 608823683..34533798f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -20589,7 +20589,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick: void, // Clear icon click function.\n }", + "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (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 class: any, // Style class of the component\n }", + "type": "{\n \t class: 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 class: any, // Style class of the component\n }", + "type": "{\n \t class: 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 class: any, // Style class of the filter icon\n }", + "description": "filter icon slot's params." + } + ], "returnType": "VNode[]", "description": "Custom filter icon template." }