mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update API doc
This commit is contained in:
parent
77888cca6f
commit
a40dba06d4
1 changed files with 63 additions and 25 deletions
|
@ -38116,6 +38116,13 @@
|
|||
"readonly": false,
|
||||
"type": "TriStateCheckboxState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -38133,31 +38140,7 @@
|
|||
"description": "Uses to pass attributes to the root's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "inputAria",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the input aria's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the input's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "srOnlyAria",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the sr only aria's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "checboxBox",
|
||||
"name": "checbox",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
|
@ -38187,6 +38170,30 @@
|
|||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the nullable icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "hiddenInputWrapper",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the hidden input wrapper's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "hiddenInput",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the hidden input's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "srOnlyAria",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TriStateCheckboxPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the sr only aria's DOM element."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -38219,6 +38226,37 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"TriStateCheckboxContext": {
|
||||
"description": "Defines current options in TriStateCheckbox component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "active",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current active state as a boolean."
|
||||
},
|
||||
{
|
||||
"name": "focused",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current focused state as a boolean."
|
||||
},
|
||||
{
|
||||
"name": "disabled",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current disabled state as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"TriStateCheckboxProps": {
|
||||
"description": "Defines valid properties in TriStateCheckbox component.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue