Merge branch 'master' of https://github.com/primefaces/primevue
commit
c617e3d330
|
@ -28826,6 +28826,28 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
|
"PickListFocusedState": {
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "sourceList",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current source list's focused state as a boolean."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "targetList",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current target list's focused state as a boolean."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
},
|
||||||
"PickListState": {
|
"PickListState": {
|
||||||
"description": "Defines current inline state in PickList component.",
|
"description": "Defines current inline state in PickList component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
@ -28851,7 +28873,7 @@
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "[false, false]",
|
||||||
"description": "Current focused state as a boolean."
|
"description": "Current focused state as a boolean."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -28861,6 +28883,14 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Current focused item index as a number."
|
"description": "Current focused item index as a number."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "viewChanged",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current view change state as a boolean."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue