@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/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.4-rc4",
4
+ "version": "2.1.5",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -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 {