Update API doc
parent
8c397592ea
commit
e25a6930b4
|
@ -2757,7 +2757,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "AutoCompletePassThroughOptionType",
|
"type": "AutoCompletePassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the token' DOM element."
|
"description": "Uses to pass attributes to the token's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tokenLabel",
|
"name": "tokenLabel",
|
||||||
|
@ -2775,6 +2775,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the remove token icon's DOM element."
|
"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",
|
"name": "loadingIcon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -3309,6 +3317,14 @@
|
||||||
"type": "AutoCompletePassThroughOptions",
|
"type": "AutoCompletePassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
"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": []
|
"methods": []
|
||||||
|
@ -3431,7 +3447,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdownicon",
|
"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>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom dropdown icon template."
|
"description": "Custom dropdown icon template."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue