From e25a6930b4336fcec397d636773d5b4bf16d2a1a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 23 May 2023 12:45:06 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4707866a3..2ab1ffe7d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -2757,7 +2757,7 @@ "readonly": false, "type": "AutoCompletePassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the token' DOM element." + "description": "Uses to pass attributes to the token's DOM element." }, { "name": "tokenLabel", @@ -2775,6 +2775,14 @@ "default": "", "description": "Uses to pass attributes to the remove token icon's DOM element." }, + { + "name": "inputToken", + "optional": true, + "readonly": false, + "type": "AutoCompletePassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the input token's DOM element." + }, { "name": "loadingIcon", "optional": true, @@ -3309,6 +3317,14 @@ "type": "AutoCompletePassThroughOptions", "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": [] @@ -3431,7 +3447,13 @@ }, { "name": "dropdownicon", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: string, // Style class of the icon.\n }" + } + ], "returnType": "VNode[]", "description": "Custom dropdown icon template." },