@sumaris-net/ngx-components 2.3.7 → 2.3.8-rc2

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.3.7",
4
+ "version": "2.3.8-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -259,7 +259,7 @@ export declare class AppFormArray<T extends Entity<T>, C extends AbstractControl
259
259
  onlySelf?: boolean;
260
260
  emitEvent?: boolean;
261
261
  }): void;
262
- patchValue(values: any[], options?: {
262
+ patchValue(values: any[] | null | undefined, options?: {
263
263
  onlySelf?: boolean;
264
264
  emitEvent?: boolean;
265
265
  }): void;