@sumaris-net/ngx-components 2.1.4-rc1 → 2.1.4-rc2

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-rc1",
4
+ "version": "2.1.4-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -201,9 +201,6 @@ export declare class FormArrayHelper<T = Entity<any>, C extends AbstractControl
201
201
  add(value?: T, options?: {
202
202
  emitEvent: boolean;
203
203
  }): boolean;
204
- push(value?: T, options?: {
205
- emitEvent: boolean;
206
- }): boolean;
207
204
  removeAt(index: number): boolean;
208
205
  resize(length: number): boolean;
209
206
  clearAt(index: number): boolean;