@indigina/ui-kit 1.1.589 → 1.1.591

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.589",
10
+ "version": "1.1.591",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -3460,7 +3460,6 @@ declare class KitGridComponent<T> {
3460
3460
  onDragRelease(): void;
3461
3461
  getCssRowClass: (context: KitGridRowClassArgs) => Record<string, boolean>;
3462
3462
  getPagerSettings(): boolean | PagerSettings;
3463
- saveAsPDF(): void;
3464
3463
  saveAsExcel(): void;
3465
3464
  private toggleRowSelection;
3466
3465
  private isRowSelected;