@indigina/ui-kit 1.1.296 → 1.1.297

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
@@ -3970,6 +3970,7 @@ declare class KitGridColumnManagerComponent {
3970
3970
  private readonly store;
3971
3971
  private readonly translateService;
3972
3972
  private readonly viewContainerRef;
3973
+ private readonly kitGridUrlStateService;
3973
3974
  readonly showLabel: InputSignal<boolean>;
3974
3975
  readonly dialogContent: Signal<TemplateRef<unknown>>;
3975
3976
  readonly updatedColumns: WritableSignal<KitGridColumnConfig[]>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.296",
10
+ "version": "1.1.297",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",