From 758e72a8fc018dd858d10135a35ad28d0e88bbe7 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, 22 Jun 2023 15:16:10 +0300 Subject: [PATCH] Update CascadeSelect.d.ts --- components/lib/cascadeselect/CascadeSelect.d.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index 0a7bcdab2..860dfc461 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -62,14 +62,14 @@ export interface CascadeSelectPassThroughOptions { * Uses to pass attributes to the dropdown button's DOM element. */ dropdownButton?: CascadeSelectPassThroughOptionType; - /** - * Uses to pass attributes to the loading icon's DOM element. - */ - loadingIcon?: CascadeSelectPassThroughOptionType; /** * Uses to pass attributes to the dropdown icon's DOM element. */ dropdownIcon?: CascadeSelectPassThroughOptionType; + /** + * Uses to pass attributes to the loading icon's DOM element. + */ + loadingIcon?: CascadeSelectPassThroughOptionType; /** * Uses to pass attributes to the panel's DOM element. */ @@ -102,10 +102,6 @@ export interface CascadeSelectPassThroughOptions { * Uses to pass attributes to the search result message text aria's DOM element. */ hiddenSearchResult?: CascadeSelectPassThroughOptionType; - /** - * Uses to pass attributes to the selected message text aria's DOM element. - */ - selectedMessageAria?: CascadeSelectPassThroughOptionType; } /**