@sd-angular/core 0.0.978 → 0.0.979
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 +21 -3
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/sd-angular-core-grid-material.js +3 -2
- package/esm2015/grid-material/src/lib/components/desktop-cell/desktop-cell.component.js +2 -2
- package/esm2015/grid-material/src/lib/grid-material.module.js +3 -1
- package/esm2015/grid-material/src/lib/pipes/editor-handler-column.pipe.js +2 -2
- package/esm2015/grid-material/src/lib/pipes/sd-id.pipe.js +16 -0
- package/fesm2015/sd-angular-core-grid-material.js +17 -3
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.d.ts +2 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/pipes/editor-handler-column.pipe.d.ts +1 -2
- package/grid-material/src/lib/pipes/sd-id.pipe.d.ts +5 -0
- package/package.json +1 -1
- package/{sd-angular-core-0.0.978.tgz → sd-angular-core-0.0.979.tgz} +0 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { SdGridMaterialColumn } from '../models/grid-column.model';
|
|
3
|
-
import { SdGridMaterialOption } from '../models/grid-option.model';
|
|
4
3
|
import { SdItem } from '../models/grid.model';
|
|
5
4
|
export declare class SdEditorHandlerColumnPipe implements PipeTransform {
|
|
6
5
|
#private;
|
|
7
|
-
transform(
|
|
6
|
+
transform(id: string, item: SdItem, column: SdGridMaterialColumn): boolean;
|
|
8
7
|
}
|
package/package.json
CHANGED
|
index a76950c..ff1aade 100644
|
|
|
Binary file
|