@sumaris-net/ngx-components 2.2.1-rc3 → 2.2.1-rc4

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.2.1-rc3",
4
+ "version": "2.2.1-rc4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -41,11 +41,11 @@ export declare function addValueInArray(arrayControl: UntypedFormArray, createCo
41
41
  }): boolean;
42
42
  /**
43
43
  * Set an array using given default values. Each default value will be pass to the 'createControl()' function
44
- * @param formArray
44
+ * @param arrayControl
45
45
  * @param createControl
46
46
  * @param values
47
47
  */
48
- export declare function initArrayControlsFromValues(formArray: UntypedFormArray, createControl: (value?: any) => AbstractControl, defaultValues: any[], options?: {
48
+ export declare function initArrayControlsFromValues(arrayControl: UntypedFormArray, createControl: (value?: any) => AbstractControl, defaultValues: any[], options?: {
49
49
  emitEvent?: boolean;
50
50
  }): boolean;
51
51
  export declare function resizeArray(arrayControl: UntypedFormArray, createControl: () => AbstractControl, length: number, options?: {