Merge branch 'master' of https://github.com/primefaces/primevue
commit
450a68787d
|
@ -66836,6 +66836,22 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "When enabled, it removes component related styles in the core."
|
"description": "When enabled, it removes component related styles in the core."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "onMouseEnter",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "Function",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to specify a callback function to be run when the"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "onMouseLeave",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "Function",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to specify a callback function to be run when the"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue