@indigina/ui-kit 1.1.217 → 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
|
@@ -3559,7 +3559,7 @@ interface GlobalSearchLineItem {
|
|
|
3559
3559
|
type: 'Air' | 'Road' | 'Sea' | 'Rail' | null;
|
|
3560
3560
|
containerMode?: string | null;
|
|
3561
3561
|
} | null;
|
|
3562
|
-
status
|
|
3562
|
+
status: string;
|
|
3563
3563
|
additionalContent: MatchResult[];
|
|
3564
3564
|
}
|
|
3565
3565
|
interface GlobalSearchPrompt {
|
|
@@ -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;
|