next-recomponents 2.0.56 → 2.0.58

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/dist/index.d.mts CHANGED
@@ -275,6 +275,7 @@ interface TableProps {
275
275
  flex?: number;
276
276
  sortBy?: Record<string, "DESC" | "ASC">;
277
277
  onCloseModal?: (data: GridValidRowModel) => Promise<boolean>;
278
+ disabled?: boolean;
278
279
  [key: string]: any;
279
280
  }
280
281
 
package/dist/index.d.ts CHANGED
@@ -275,6 +275,7 @@ interface TableProps {
275
275
  flex?: number;
276
276
  sortBy?: Record<string, "DESC" | "ASC">;
277
277
  onCloseModal?: (data: GridValidRowModel) => Promise<boolean>;
278
+ disabled?: boolean;
278
279
  [key: string]: any;
279
280
  }
280
281