Update API doc

pull/4239/head
GitHub Actions Bot 2023-08-02 15:35:56 +00:00
parent 0761dc7726
commit 77ca8c2aa4
1 changed files with 13 additions and 13 deletions

View File

@ -2919,12 +2919,12 @@
"description": "Used to pass attributes to the Button component." "description": "Used to pass attributes to the Button component."
}, },
{ {
"name": "AutoComplete", "name": "panel",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "AutoCompletePassThroughOptionType", "type": "AutoCompletePassThroughOptionType",
"default": "", "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", "name": "virtualScroller",
@ -3167,7 +3167,7 @@
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "200px", "default": "200px",
"description": "Maximum height of the suggestions AutoComplete." "description": "Maximum height of the suggestions panel."
}, },
{ {
"name": "dropdown", "name": "dropdown",
@ -3299,28 +3299,28 @@
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component." "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
}, },
{ {
"name": "AutoCompleteStyle", "name": "panelStyle",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "object", "type": "object",
"default": "", "default": "",
"description": "Inline style of the overlay AutoComplete." "description": "Inline style of the overlay panel."
}, },
{ {
"name": "AutoCompleteClass", "name": "panelClass",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string | object", "type": "string | object",
"default": "", "default": "",
"description": "Style class of the overlay AutoComplete." "description": "Style class of the overlay panel."
}, },
{ {
"name": "AutoCompleteProps", "name": "panelProps",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "HTMLAttributes", "type": "HTMLAttributes",
"default": "", "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", "name": "dropdownIcon",
@ -3371,7 +3371,7 @@
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "true", "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", "name": "selectOnFocus",
@ -3493,7 +3493,7 @@
} }
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom header template of AutoComplete." "description": "Custom header template of panel."
}, },
{ {
"name": "footer", "name": "footer",
@ -3506,7 +3506,7 @@
} }
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom footer template of AutoComplete." "description": "Custom footer template of panel."
}, },
{ {
"name": "item", "name": "item",
@ -3559,7 +3559,7 @@
} }
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom AutoComplete template." "description": "Custom content template."
}, },
{ {
"name": "loader", "name": "loader",