@sd-angular/core 0.0.929 → 0.0.933

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.
@@ -1,3 +1,4 @@
1
+ import { SdMaterialCellDefDirective } from '../../directives/sd-material-cell-def.directive';
1
2
  import { SdGridMaterialColumn } from '../../models/grid-column.model';
2
3
  import { SdGridMaterialOption } from '../../models/grid-option.model';
3
4
  export declare class SdDesktopCell {
@@ -5,5 +6,9 @@ export declare class SdDesktopCell {
5
6
  column: SdGridMaterialColumn;
6
7
  item: any;
7
8
  gridOption: SdGridMaterialOption;
9
+ cellDef: {
10
+ [column: string]: SdMaterialCellDefDirective;
11
+ };
12
+ idx: number;
8
13
  constructor();
9
14
  }
@@ -89,4 +89,5 @@ export declare class SdGridMaterial<T = any> implements OnInit, AfterViewInit, O
89
89
  onUpdate: (item: SdItem) => void;
90
90
  onSave: (item: SdItem) => Promise<void>;
91
91
  onCancel: (item: SdItem) => void;
92
+ onRemove: (item: SdItem) => void;
92
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.929",
3
+ "version": "0.0.933",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index de5326b..6152aac 100644
Binary file