@sumaris-net/ngx-components 2.4.87 → 2.4.89

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.87",
4
+ "version": "2.4.89",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -98,6 +98,7 @@ export declare abstract class BaseEntityService<T extends Entity<T, ID>, F exten
98
98
  data: any;
99
99
  }>) => InternalRefetchQueriesInclude) | InternalRefetchQueriesInclude;
100
100
  protected getLoadQueries(): DocumentNode[];
101
+ protected getLoadQueryNames(): string[];
101
102
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseEntityService<any, any, any, any, any, any, any, any>, never>;
102
103
  static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEntityService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false>;
103
104
  }