@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
|
@@ -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;
|