Update API doc
parent
8c397592ea
commit
e25a6930b4
|
@ -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 <b>class</b>: string, // Style class of the icon.\n }"
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom dropdown icon template."
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue