Merge branch 'master' of https://github.com/primefaces/primevue
commit
cfeb9725fd
|
@ -18047,6 +18047,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the content's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "footer",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "PanelPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the footer's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "header",
|
||||
"optional": true,
|
||||
|
@ -18165,6 +18173,12 @@
|
|||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom content template."
|
||||
},
|
||||
{
|
||||
"name": "footer",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom footer template."
|
||||
},
|
||||
{
|
||||
"name": "header",
|
||||
"parameters": [],
|
||||
|
|
Loading…
Reference in New Issue