@sd-angular/core 0.0.1023 → 0.0.1024

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.
@@ -91,6 +91,9 @@ export declare class SdGridMaterial<T = any> implements OnInit, AfterViewInit, O
91
91
  onSave: (item: SdGridMaterialItem<T>) => Promise<void>;
92
92
  onCancel: (item: SdGridMaterialItem<T>) => void;
93
93
  onRemove: (item: SdGridMaterialItem<T>) => void;
94
+ add: (idx: number, item: T) => void;
95
+ update: (idx: number, item: T) => void;
96
+ remove: (idx: number) => void;
94
97
  get editedItems(): (T & {
95
98
  editorErrorMessage: string;
96
99
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.1023",
3
+ "version": "0.0.1024",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 207e387..671c1d1 100644
Binary file