Update API doc
parent
34bb1c969c
commit
2fb2754128
|
@ -5633,14 +5633,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the day label's DOM element."
|
"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",
|
"name": "monthPicker",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -5657,14 +5649,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the month's DOM element."
|
"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",
|
"name": "yearPicker",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -5681,14 +5665,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the year's DOM element."
|
"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",
|
"name": "timePicker",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -5801,6 +5777,30 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Button component."
|
"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",
|
"name": "hooks",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue