Merge branch 'master' of https://github.com/primefaces/primevue
commit
f173d8b72e
|
@ -36905,7 +36905,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"small\" | \"large\"",
|
"type": "null | \"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the component."
|
"description": "Defines the size of the component."
|
||||||
},
|
},
|
||||||
|
@ -36913,7 +36913,7 @@
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "null | boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "When present, it specifies that the component should have invalid state style."
|
"description": "When present, it specifies that the component should have invalid state style."
|
||||||
},
|
},
|
||||||
|
@ -36921,7 +36921,7 @@
|
||||||
"name": "variant",
|
"name": "variant",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"outlined\" | \"filled\"",
|
"type": "null | \"outlined\" | \"filled\"",
|
||||||
"default": "outlined",
|
"default": "outlined",
|
||||||
"description": "Specifies the input variant of the component."
|
"description": "Specifies the input variant of the component."
|
||||||
},
|
},
|
||||||
|
@ -36929,7 +36929,7 @@
|
||||||
"name": "fluid",
|
"name": "fluid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "null | boolean",
|
||||||
"default": "null",
|
"default": "null",
|
||||||
"description": "Spans 100% width of the container when enabled."
|
"description": "Spans 100% width of the container when enabled."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue