@sumaris-net/ngx-components 2.2.1-rc11 → 2.2.1-rc13
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 +3 -3
- package/fesm2015/sumaris-net.ngx-components.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +2 -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 +1 -1
package/package.json
CHANGED
|
@@ -241,7 +241,7 @@ export declare class FormArrayHelper<T = Entity<any>, C extends AbstractControl
|
|
|
241
241
|
}
|
|
242
242
|
export interface AppFormArrayOptions extends AbstractControlOptions {
|
|
243
243
|
allowEmptyArray: boolean;
|
|
244
|
-
|
|
244
|
+
allowReuseControls?: boolean;
|
|
245
245
|
}
|
|
246
246
|
export declare class AppFormArray<T extends Entity<T>, C extends AbstractControl> extends UntypedFormArray {
|
|
247
247
|
private createControl;
|