From df0b0eac0d339c7d5f4a1c5b0f7efe7dd7571e15 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: Fri, 12 May 2023 14:04:27 +0300 Subject: [PATCH] .d.ts updates --- components/lib/autocomplete/AutoComplete.d.ts | 8 ++++---- components/lib/calendar/Calendar.d.ts | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts index 494cfb10d..d3fa36748 100755 --- a/components/lib/autocomplete/AutoComplete.d.ts +++ b/components/lib/autocomplete/AutoComplete.d.ts @@ -127,10 +127,6 @@ export interface AutoCompletePassThroughOptions { * Uses to pass attributes to the Button component. */ dropdownButton?: ButtonPassThroughOptionType; - /** - * Uses to pass attributes to the search result message's DOM element. - */ - searchResultMessage?: AutoCompletePassThroughOptionType; /** * Uses to pass attributes to the panel's DOM element. */ @@ -156,6 +152,10 @@ export interface AutoCompletePassThroughOptions { * Uses to pass attributes to the empty message's DOM element. */ emptyMessage?: AutoCompletePassThroughOptionType; + /** + * Uses to pass attributes to the search result message's DOM element. + */ + searchResultMessage?: AutoCompletePassThroughOptionType; /** * Uses to pass attributes to the selected message's DOM element. */ diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index 6a5f8edae..e54737c65 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -156,6 +156,10 @@ export interface CalendarPassThroughOptions { * Uses to pass attributes to the table header row's DOM element. */ tableHeaderRow?: CalendarPassThroughOptionType; + /** + * Uses to pass attributes to the week header's DOM element. + */ + weekHeader?: CalendarPassThroughOptionType; /** * Uses to pass attributes to the table header cell's DOM element. */