Update API doc

pull/4873/head^2
GitHub Actions Bot 2023-11-23 09:30:19 +00:00
parent b28a89d174
commit 1100647eee
1 changed files with 21 additions and 0 deletions

View File

@ -7593,6 +7593,14 @@
"default": "false",
"description": "When enabled, displays a button with icon next to input."
},
{
"name": "iconDisplay",
"optional": true,
"readonly": false,
"type": "\"input\" | \"button\"",
"default": "'button'",
"description": "Icon position of the component. This only applies if the showIcon option is set to true."
},
{
"name": "icon",
"optional": true,
@ -8093,6 +8101,19 @@
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom dropdown icon template."
},
{
"name": "inputicon",
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <span class=\"ml-3 text-primary-700\">class</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Style class of the input icon</span>\n }",
"description": "input icon slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom input icon template."
},
{
"name": "previousicon",
"parameters": [