@sumaris-net/ngx-components 2.1.4-rc4 → 2.1.5
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 +15 -5
- package/esm2020/src/app/shared/image/image.service.mjs +1 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +14 -5
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +14 -5
- 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 -4
package/package.json
CHANGED
|
@@ -264,6 +264,10 @@ export declare class AppFormArray<T extends Entity<T>, C extends AbstractControl
|
|
|
264
264
|
emitEvent?: boolean;
|
|
265
265
|
}): void;
|
|
266
266
|
resize(length: number): void;
|
|
267
|
+
disable(opts?: {
|
|
268
|
+
onlySelf?: boolean;
|
|
269
|
+
emitEvent?: boolean;
|
|
270
|
+
}): void;
|
|
267
271
|
enable(opts?: {
|
|
268
272
|
onlySelf?: boolean;
|
|
269
273
|
emitEvent?: boolean;
|
|
@@ -285,10 +289,6 @@ export declare class AppFormArray<T extends Entity<T>, C extends AbstractControl
|
|
|
285
289
|
}): void;
|
|
286
290
|
isLast(index: number): boolean;
|
|
287
291
|
removeAllEmpty(): void;
|
|
288
|
-
disable(opts?: {
|
|
289
|
-
onlySelf?: boolean;
|
|
290
|
-
emitEvent?: boolean;
|
|
291
|
-
}): void;
|
|
292
292
|
protected setAllowEmptyArray(value: boolean): void;
|
|
293
293
|
}
|
|
294
294
|
export declare class AppFormUtils {
|