@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;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.218",
10
+ "version": "1.1.219",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0"