From 77ca8c2aa40bae511828af2a4f738e16d59e0fc6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 2 Aug 2023 15:35:56 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e7c6fe907..d5179f71d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -2919,12 +2919,12 @@ "description": "Used to pass attributes to the Button component." }, { - "name": "AutoComplete", + "name": "panel", "optional": true, "readonly": false, "type": "AutoCompletePassThroughOptionType", "default": "", - "description": "Used to pass attributes to the AutoComplete's DOM element." + "description": "Used to pass attributes to the panel's DOM element." }, { "name": "virtualScroller", @@ -3167,7 +3167,7 @@ "readonly": false, "type": "string", "default": "200px", - "description": "Maximum height of the suggestions AutoComplete." + "description": "Maximum height of the suggestions panel." }, { "name": "dropdown", @@ -3299,28 +3299,28 @@ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component." }, { - "name": "AutoCompleteStyle", + "name": "panelStyle", "optional": true, "readonly": false, "type": "object", "default": "", - "description": "Inline style of the overlay AutoComplete." + "description": "Inline style of the overlay panel." }, { - "name": "AutoCompleteClass", + "name": "panelClass", "optional": true, "readonly": false, "type": "string | object", "default": "", - "description": "Style class of the overlay AutoComplete." + "description": "Style class of the overlay panel." }, { - "name": "AutoCompleteProps", + "name": "panelProps", "optional": true, "readonly": false, "type": "HTMLAttributes", "default": "", - "description": "Used to pass all properties of the HTMLDivElement to the overlay AutoComplete inside the component." + "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component." }, { "name": "dropdownIcon", @@ -3371,7 +3371,7 @@ "readonly": false, "type": "boolean", "default": "true", - "description": "Whether to focus on the first visible or selected element when the overlay AutoComplete is shown." + "description": "Whether to focus on the first visible or selected element when the overlay panel is shown." }, { "name": "selectOnFocus", @@ -3493,7 +3493,7 @@ } ], "returnType": "VNode[]", - "description": "Custom header template of AutoComplete." + "description": "Custom header template of panel." }, { "name": "footer", @@ -3506,7 +3506,7 @@ } ], "returnType": "VNode[]", - "description": "Custom footer template of AutoComplete." + "description": "Custom footer template of panel." }, { "name": "item", @@ -3559,7 +3559,7 @@ } ], "returnType": "VNode[]", - "description": "Custom AutoComplete template." + "description": "Custom content template." }, { "name": "loader",