Update API doc

pull/4101/head^2
GitHub Actions Bot 2023-07-06 13:55:21 +00:00
parent 34bb1c969c
commit 2fb2754128
1 changed files with 24 additions and 24 deletions

View File

@ -5633,14 +5633,6 @@
"default": "",
"description": "Uses to pass attributes to the day label's DOM element."
},
{
"name": "hiddenSelectedDay",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria selected day's DOM element."
},
{
"name": "monthPicker",
"optional": true,
@ -5657,14 +5649,6 @@
"default": "",
"description": "Uses to pass attributes to the month's DOM element."
},
{
"name": "hiddenMonth",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria month's DOM element."
},
{
"name": "yearPicker",
"optional": true,
@ -5681,14 +5665,6 @@
"default": "",
"description": "Uses to pass attributes to the year's DOM element."
},
{
"name": "hiddenYear",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria year's DOM element."
},
{
"name": "timePicker",
"optional": true,
@ -5801,6 +5777,30 @@
"default": "",
"description": "Uses to pass attributes to the Button component."
},
{
"name": "hiddenSelectedDay",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria selected day's DOM element."
},
{
"name": "hiddenMonth",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria month's DOM element."
},
{
"name": "hiddenYear",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the aria year's DOM element."
},
{
"name": "hooks",
"optional": true,