mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update API doc
This commit is contained in:
parent
37bdb9a28a
commit
dd2f455683
1 changed files with 27 additions and 19 deletions
|
@ -7049,6 +7049,14 @@
|
|||
"default": "",
|
||||
"description": "Used to pass attributes to the week header's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "weekHeaderLabel",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "CalendarPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Used to pass attributes to the week header label's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "tableHeaderCell",
|
||||
"optional": true,
|
||||
|
@ -8045,6 +8053,25 @@
|
|||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom decade template."
|
||||
},
|
||||
{
|
||||
"name": "weekheaderlabel",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom week header label template."
|
||||
},
|
||||
{
|
||||
"name": "weeklabel",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 text-primary-700\">weekNumber</span>: <span class=\"text-primary-500\">number</span>, <span class=\"text-primary-300\">// Number of the week</span>\n }",
|
||||
"description": "weeklabel slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom week label template."
|
||||
},
|
||||
{
|
||||
"name": "dropdownicon",
|
||||
"parameters": [
|
||||
|
@ -8109,25 +8136,6 @@
|
|||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom decrement icon template."
|
||||
},
|
||||
{
|
||||
"name": "showWeekHeader",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom header for the showWeek"
|
||||
},
|
||||
{
|
||||
"name": "showWeek",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 text-primary-700\">date</span>: <span class=\"text-primary-500\">undefined</span>, <span class=\"text-primary-300\">// Date information corresponding to first day of week</span>\n \t <span class=\"ml-3 text-primary-700\">weekNumber</span>: <span class=\"text-primary-500\">number</span>, <span class=\"text-primary-300\">// Internally calculated week number</span>\n }",
|
||||
"description": "showWeek slot params"
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom showWeek template"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue