@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.
- package/bundles/sd-angular-core-grid-material.umd.js +3 -3
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/desktop-cell-editor/desktop-cell-editor.component.js +4 -4
- package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js +3 -3
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/src/lib/models/grid-column.model.d.ts +3 -3
- package/package.json +1 -1
- package/{sd-angular-core-1.2.8.tgz → sd-angular-core-1.2.9.tgz} +0 -0
|
@@ -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?: (
|
|
101
|
-
delete?: (
|
|
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
|
index aba323f..c7847dc 100644
|
|
|
Binary file
|