diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b375b1374..0007456a6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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[]", "description": "Custom decade template." }, + { + "name": "weekheaderlabel", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom week header label template." + }, + { + "name": "weeklabel", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t weekNumber: number, // Number of the week\n }", + "description": "weeklabel slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom week label template." + }, { "name": "dropdownicon", "parameters": [ @@ -8109,25 +8136,6 @@ ], "returnType": "VNode[]", "description": "Custom decrement icon template." - }, - { - "name": "showWeekHeader", - "parameters": [], - "returnType": "VNode[]", - "description": "Custom header for the showWeek" - }, - { - "name": "showWeek", - "parameters": [ - { - "name": "scope", - "optional": false, - "type": "{\n \t date: undefined, // Date information corresponding to first day of week\n \t weekNumber: number, // Internally calculated week number\n }", - "description": "showWeek slot params" - } - ], - "returnType": "VNode[]", - "description": "Custom showWeek template" } ] },