Update API doc
parent
1016d2df5f
commit
18d6639aa8
|
@ -32771,6 +32771,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Style class of the input field."
|
"description": "Style class of the input field."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "type",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "null",
|
||||||
|
"description": "Type of the input field."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "placeholder",
|
"name": "placeholder",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -34718,6 +34726,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Value of the component."
|
"description": "Value of the component."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "type",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "text",
|
||||||
|
"description": "Type of the input field."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
1514
pnpm-lock.yaml
1514
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue