@sd-angular/core 0.0.944 → 0.0.945

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.
@@ -12,6 +12,7 @@ export interface SdItem {
12
12
  isExpanded?: boolean;
13
13
  isExpanding?: boolean;
14
14
  expandDetail?: any;
15
+ editorErrorMessage?: string;
15
16
  editorStatus?: 'create' | 'update';
16
17
  editorHandlerRow?: EditorHandlerRow;
17
18
  editorHandlerColumn?: {
@@ -3,5 +3,6 @@ import { SdGridMaterialColumn } from '../models/grid-column.model';
3
3
  import { SdGridMaterialOption } from '../models/grid-option.model';
4
4
  import { SdItem } from '../models/grid.model';
5
5
  export declare class SdEditorHandlerColumnPipe implements PipeTransform {
6
+ #private;
6
7
  transform(value: any, item: SdItem, column: SdGridMaterialColumn, gridOption: SdGridMaterialOption): boolean;
7
8
  }
@@ -2,7 +2,6 @@ import { PipeTransform } from '@angular/core';
2
2
  import { SdGridMaterialOption } from '../models/grid-option.model';
3
3
  import { SdItem } from '../models/grid.model';
4
4
  export declare class SdEditorValidatePipe implements PipeTransform {
5
- private previous;
6
- private delay;
5
+ #private;
7
6
  transform(sdId: string, item: SdItem, gridOption: SdGridMaterialOption): Promise<string>;
8
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.944",
3
+ "version": "0.0.945",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 53f49ac..c863f30 100644
Binary file