@indigina/ui-kit 1.1.218 → 1.1.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -3608,6 +3608,7 @@ declare class KitGlobalSearchComponent implements OnInit {
|
|
|
3608
3608
|
readonly showPropmts: WritableSignal<boolean>;
|
|
3609
3609
|
readonly userPermissions$: Observable<string[]>;
|
|
3610
3610
|
readonly selectedFilters$: BehaviorSubject<GlobalSearchSelectedFilter[]>;
|
|
3611
|
+
readonly isLoading: WritableSignal<boolean>;
|
|
3611
3612
|
expandedFilters: Set<number>;
|
|
3612
3613
|
private isClearing;
|
|
3613
3614
|
documentClick(event: Event): void;
|