@sumaris-net/ngx-components 2.4.0-rc2 → 2.4.0-rc3

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.0-rc2",
4
+ "version": "2.4.0-rc3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -102,7 +102,7 @@ export declare class EntitiesStorage extends StartableService<EntityStorageMap>
102
102
  protected storeLocally(opts?: {
103
103
  skipIfPristine: boolean;
104
104
  }): Promise<void>;
105
- static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesStorage, [null, null, null, null, { optional: true; }]>;
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesStorage, [null, { optional: true; }, null, null, { optional: true; }]>;
106
106
  static ɵprov: i0.ɵɵInjectableDeclaration<EntitiesStorage>;
107
107
  }
108
108
  export {};