@sd-angular/core 1.0.65 → 1.0.66

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.
@@ -35,7 +35,10 @@ interface SdGridMaterialBaseOption<T = any> {
35
35
  subInformation?: SdGridMaterialSubInformation<T>;
36
36
  group?: SdGridMaterialGroup<T>;
37
37
  style?: SdGridMaterialStyle<T>;
38
- displayOnEmpty?: boolean | ((rowData: T, column?: SdGridMaterialColumn<T>) => string);
38
+ displayOnEmpty?: boolean | ((rowData: T, column?: SdGridMaterialColumn<T>) => string) | {
39
+ display?: boolean | ((rowData: T, column?: SdGridMaterialColumn<T>) => string);
40
+ emptyValues?: any[];
41
+ };
39
42
  }
40
43
  interface SdGridMaterialLocalOption<T = any> extends SdGridMaterialBaseOption<T> {
41
44
  type: 'local';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 4913a25..e9fa784 100644
Binary file