@sd-angular/core 0.0.942 → 0.0.943
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 +70 -47
- 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/sd-angular-core-grid-material.js +30 -29
- package/esm2015/grid-material/src/lib/components/desktop-cell/desktop-cell.component.js +3 -4
- package/esm2015/grid-material/src/lib/components/desktop-editor-validation/desktop-editor-validation.component.js +19 -0
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
- package/esm2015/grid-material/src/lib/grid-material.module.js +3 -1
- package/esm2015/grid-material/src/lib/pipes/editor-validate.pipe.js +7 -10
- package/esm2015/grid-material/src/lib/services/grid-configuration.service.js +6 -1
- package/fesm2015/sd-angular-core-grid-material.js +34 -14
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.d.ts +29 -28
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/components/desktop-editor-validation/desktop-editor-validation.component.d.ts +7 -0
- package/grid-material/src/lib/pipes/editor-validate.pipe.d.ts +1 -2
- package/package.json +1 -1
- package/{sd-angular-core-0.0.942.tgz → sd-angular-core-0.0.943.tgz} +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { SdGridMaterialColumn } from '../models/grid-column.model';
|
|
3
2
|
import { SdGridMaterialOption } from '../models/grid-option.model';
|
|
4
3
|
import { SdItem } from '../models/grid.model';
|
|
5
4
|
export declare class SdEditorValidatePipe implements PipeTransform {
|
|
6
5
|
private previous;
|
|
7
6
|
private delay;
|
|
8
|
-
transform(
|
|
7
|
+
transform(sdId: string, item: SdItem, gridOption: SdGridMaterialOption): Promise<string>;
|
|
9
8
|
}
|
package/package.json
CHANGED
|
index e5a45f5..945b509 100644
|
|
|
Binary file
|