mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Calendar & CascadeSelect pt name fixes
This commit is contained in:
parent
6746570c97
commit
a760468c95
6 changed files with 12 additions and 12 deletions
6
components/lib/calendar/Calendar.d.ts
vendored
6
components/lib/calendar/Calendar.d.ts
vendored
|
@ -199,7 +199,7 @@ export interface CalendarPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the aria selected day's DOM element.
|
||||
*/
|
||||
ariaSelectedDay?: CalendarPassThroughOptionType;
|
||||
hiddenSelectedDay?: CalendarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the month picker's DOM element.
|
||||
*/
|
||||
|
@ -211,7 +211,7 @@ export interface CalendarPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the aria month's DOM element.
|
||||
*/
|
||||
ariaMonth?: CalendarPassThroughOptionType;
|
||||
hiddenMonth?: CalendarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the year picker's DOM element.
|
||||
*/
|
||||
|
@ -223,7 +223,7 @@ export interface CalendarPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the aria year's DOM element.
|
||||
*/
|
||||
ariaYear?: CalendarPassThroughOptionType;
|
||||
hiddenYear?: CalendarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the time picker's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue