@sd-angular/core 1.2.41 → 1.2.42

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,2 @@
1
+ import { SdItem } from "../models/grid.model";
2
+ export declare const CalculateSdId: (item: SdItem) => string;
@@ -1,7 +1,9 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { NgZone, 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 SdEditorHandlerColumnPipe implements PipeTransform {
5
5
  #private;
6
+ private zone;
7
+ constructor(zone: NgZone);
6
8
  transform(value: any, item: SdItem, gridOption: SdGridMaterialOption): boolean;
7
9
  }
@@ -1,7 +1,9 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { NgZone, PipeTransform } from '@angular/core';
2
2
  import { SdGridMaterialOption } from '../models/grid-option.model';
3
3
  import { EditorHandlerRow, SdItem } from '../models/grid.model';
4
4
  export declare class SdEditorHandlerRowPipe implements PipeTransform {
5
5
  #private;
6
+ private zone;
7
+ constructor(zone: NgZone);
6
8
  transform(status: 'create' | 'update', item: SdItem, gridOption: SdGridMaterialOption): EditorHandlerRow;
7
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index e7c0fd9..f770894 100644
Binary file