@indigina/ui-kit 1.1.323 → 1.1.325

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
@@ -4016,6 +4016,7 @@ declare class KitGridColumnManagerComponent {
4016
4016
  applyChanges(): void;
4017
4017
  close(): void;
4018
4018
  checkChanges(): void;
4019
+ reset(): void;
4019
4020
  static ɵfac: i0.ɵɵFactoryDeclaration<KitGridColumnManagerComponent, never>;
4020
4021
  static ɵcmp: i0.ɵɵComponentDeclaration<KitGridColumnManagerComponent, "kit-grid-column-manager", never, { "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4021
4022
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.323",
10
+ "version": "1.1.325",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",