@sd-angular/core 0.0.937 → 0.0.941
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 +15 -6
- 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 +3 -2
- package/esm2015/grid-material/src/lib/components/desktop-cell-editor/desktop-cell-editor.component.js +2 -1
- package/esm2015/grid-material/src/lib/components/desktop-cell-view/desktop-cell-view.component.js +2 -1
- package/esm2015/grid-material/src/lib/grid-material.component.js +7 -2
- package/esm2015/grid-material/src/lib/models/grid.model.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/editor-handler-column.pipe.js +3 -1
- package/fesm2015/sd-angular-core-grid-material.js +19 -10
- 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 +1 -0
- package/grid-material/src/lib/components/desktop-cell-editor/desktop-cell-editor.component.d.ts +1 -0
- package/grid-material/src/lib/components/desktop-cell-view/desktop-cell-view.component.d.ts +1 -0
- package/grid-material/src/lib/grid-material.component.d.ts +2 -0
- package/grid-material/src/lib/models/grid.model.d.ts +1 -0
- package/package.json +1 -1
- package/{sd-angular-core-0.0.937.tgz → sd-angular-core-0.0.941.tgz} +0 -0
|
@@ -2,6 +2,7 @@ import { SdMaterialCellDefDirective } from '../../directives/sd-material-cell-de
|
|
|
2
2
|
import { SdGridMaterialColumn } from '../../models/grid-column.model';
|
|
3
3
|
import { SdGridMaterialOption } from '../../models/grid-option.model';
|
|
4
4
|
export declare class SdDesktopCell {
|
|
5
|
+
sdId: string;
|
|
5
6
|
value: any;
|
|
6
7
|
key: string;
|
|
7
8
|
column: SdGridMaterialColumn;
|
package/package.json
CHANGED
|
index f3c3961..2d885bc 100644
|
|
|
Binary file
|