@sumaris-net/ngx-components 2.1.2 → 2.1.4-rc1

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.1.2",
4
+ "version": "2.1.4-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -253,6 +253,10 @@ export declare class AppFormArray<T extends Entity<T>, C extends AbstractControl
253
253
  onlySelf?: boolean;
254
254
  emitEvent?: boolean;
255
255
  }): void;
256
+ patchValue(values: any[], options?: {
257
+ onlySelf?: boolean;
258
+ emitEvent?: boolean;
259
+ }): void;
256
260
  enable(opts?: {
257
261
  onlySelf?: boolean;
258
262
  emitEvent?: boolean;
@@ -40,7 +40,7 @@ export declare function pushValueInArray(arrayControl: UntypedFormArray, createC
40
40
  emitEvent: boolean;
41
41
  }): boolean;
42
42
  /**
43
- * Patch an array using given default values. Each default value will be pass to the 'createControl()' function
43
+ * Set an array using given default values. Each default value will be pass to the 'createControl()' function
44
44
  * @param arrayControl
45
45
  * @param createControl
46
46
  * @param values