Update API doc
parent
b019abd939
commit
462806433a
|
@ -42351,6 +42351,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the label's DOM element."
|
"description": "Used to pass attributes to the label's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "MultiSelectPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the label's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "chipItem",
|
"name": "chipItem",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -42851,6 +42859,30 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "A property to uniquely identify an option."
|
"description": "A property to uniquely identify an option."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "showClear",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "When enabled, a clear icon is displayed to clear the value."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clearIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Icon to display in clear button."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "resetFilterOnClear",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Clears the filter value when clicking on the clear icon."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "filter",
|
"name": "filter",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -43358,6 +43390,19 @@
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom loading icon template."
|
"description": "Custom loading icon template."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "clearicon",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">clearCallback</span>: <span class=\"doc-option-parameter-type\">(<span class=\"doc-option-parameter-name\">event</span>: Event) ⇒ void</span>, <span class=\"doc-option-parameter-type\">// Clear icon click function.</span>\n}",
|
||||||
|
"description": "clear icon slot's params."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom clear icon template."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdownicon",
|
"name": "dropdownicon",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
|
|
Loading…
Reference in New Issue