@sumaris-net/ngx-components 2.1.3 → 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/esm2020/src/app/core/form/form.utils.mjs +7 -2
- package/esm2020/src/app/shared/forms.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +7 -2
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +7 -2
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/form.utils.d.ts +4 -0
- package/src/app/shared/forms.d.ts +1 -1
package/package.json
CHANGED
|
@@ -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
|
-
*
|
|
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
|