From 34bb1c969c19b13c37f9588829774f3689fb9973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 6 Jul 2023 16:54:38 +0300 Subject: [PATCH] Update Calendar.d.ts --- components/lib/calendar/Calendar.d.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index cf83bb901..f508612b2 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -198,10 +198,6 @@ export interface CalendarPassThroughOptions { * Uses to pass attributes to the day label's DOM element. */ dayLabel?: CalendarPassThroughOptionType; - /** - * Uses to pass attributes to the aria selected day's DOM element. - */ - hiddenSelectedDay?: CalendarPassThroughOptionType; /** * Uses to pass attributes to the month picker's DOM element. */ @@ -210,10 +206,6 @@ export interface CalendarPassThroughOptions { * Uses to pass attributes to the month's DOM element. */ month?: CalendarPassThroughOptionType; - /** - * Uses to pass attributes to the aria month's DOM element. - */ - hiddenMonth?: CalendarPassThroughOptionType; /** * Uses to pass attributes to the year picker's DOM element. */ @@ -222,10 +214,6 @@ export interface CalendarPassThroughOptions { * Uses to pass attributes to the year's DOM element. */ year?: CalendarPassThroughOptionType; - /** - * Uses to pass attributes to the aria year's DOM element. - */ - hiddenYear?: CalendarPassThroughOptionType; /** * Uses to pass attributes to the time picker's DOM element. */ @@ -284,6 +272,18 @@ export interface CalendarPassThroughOptions { * @see {@link ButtonPassThroughOptionType} */ clearButton?: ButtonPassThroughOptionType; + /** + * Uses to pass attributes to the aria selected day's DOM element. + */ + hiddenSelectedDay?: CalendarPassThroughOptionType; + /** + * Uses to pass attributes to the aria month's DOM element. + */ + hiddenMonth?: CalendarPassThroughOptionType; + /** + * Uses to pass attributes to the aria year's DOM element. + */ + hiddenYear?: CalendarPassThroughOptionType; /** * Uses to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks}