@sd-angular/core 1.2.8 → 1.2.9

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.
@@ -96,9 +96,9 @@ export interface SdGridMaterialColumnValues<T = any> extends SdGridMaterialBaseC
96
96
  };
97
97
  editor?: {
98
98
  change?: (rowData: T, selected?: any) => void;
99
- add?: () => void;
100
- edit?: (item: any, rowData: T) => void;
101
- delete?: (item: any, rowData: T) => void;
99
+ add?: (rowData: T) => void;
100
+ edit?: (option: any, rowData: T) => void;
101
+ delete?: (option: any, rowData: T) => void;
102
102
  hidden?: boolean | ((rowData: T) => boolean);
103
103
  disabled?: boolean | ((rowData: T) => boolean);
104
104
  required?: boolean | ((rowData: T) => boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index aba323f..c7847dc 100644
Binary file