@sd-angular/core 0.0.930 → 0.0.934
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 +6 -3
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/desktop-cell/desktop-cell.component.js +8 -4
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +8 -4
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/components/desktop-cell/desktop-cell.component.d.ts +5 -0
- package/package.json +1 -1
- package/{sd-angular-core-0.0.930.tgz → sd-angular-core-0.0.934.tgz} +0 -0
|
@@ -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
|
}
|
package/package.json
CHANGED
|
index ccabecd..1c2f8b8 100644
|
|
|
Binary file
|