@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.
@@ -0,0 +1,7 @@
1
+ import { SdGridMaterialOption } from '../../models/grid-option.model';
2
+ export declare class SdDesktopEditorValidation {
3
+ sdId: string;
4
+ item: any;
5
+ gridOption: SdGridMaterialOption;
6
+ constructor();
7
+ }
@@ -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(value: string, item: SdItem, column: SdGridMaterialColumn, gridOption: SdGridMaterialOption): Promise<boolean>;
7
+ transform(sdId: string, item: SdItem, gridOption: SdGridMaterialOption): Promise<string>;
9
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.942",
3
+ "version": "0.0.943",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index e5a45f5..945b509 100644
Binary file