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