Update API doc
parent
a760468c95
commit
7e4c1251fb
|
@ -5245,7 +5245,7 @@
|
||||||
"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": "ariaSelectedDay",
|
"name": "hiddenSelectedDay",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CalendarPassThroughOptionType",
|
"type": "CalendarPassThroughOptionType",
|
||||||
|
@ -5269,7 +5269,7 @@
|
||||||
"description": "Uses to pass attributes to the month's DOM element."
|
"description": "Uses to pass attributes to the month's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ariaMonth",
|
"name": "hiddenMonth",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CalendarPassThroughOptionType",
|
"type": "CalendarPassThroughOptionType",
|
||||||
|
@ -5293,7 +5293,7 @@
|
||||||
"description": "Uses to pass attributes to the year's DOM element."
|
"description": "Uses to pass attributes to the year's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ariaYear",
|
"name": "hiddenYear",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CalendarPassThroughOptionType",
|
"type": "CalendarPassThroughOptionType",
|
||||||
|
@ -7104,7 +7104,7 @@
|
||||||
"description": "Uses to pass attributes to the hidden selected message's DOM element."
|
"description": "Uses to pass attributes to the hidden selected message's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "searchResultAria",
|
"name": "hiddenSearchResult",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CascadeSelectPassThroughOptionType",
|
"type": "CascadeSelectPassThroughOptionType",
|
||||||
|
|
Loading…
Reference in New Issue