@sd-angular/core 0.0.936 → 0.0.937

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.
@@ -37,7 +37,7 @@ export declare class SdGridMaterial<T = any> implements OnInit, AfterViewInit, O
37
37
  set option(option: SdGridMaterialOption);
38
38
  gridOption: SdGridMaterialOption;
39
39
  localItems: any[];
40
- items: SdItem[];
40
+ items: SdGridMaterialItem[];
41
41
  selectedItems: T[];
42
42
  total: number;
43
43
  isLoading: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.936",
3
+ "version": "0.0.937",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 4a7b64f..f3c3961 100644
Binary file