@sumaris-net/ngx-components 2.4.32 → 2.4.33

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.4.32",
4
+ "version": "2.4.33",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -29,6 +29,7 @@ export declare class AppPropertiesForm<T = Property> extends AppForm<T[]> implem
29
29
  chipColor: ThemePalette | PredefinedColors;
30
30
  set value(data: T[]);
31
31
  get value(): T[];
32
+ get length(): number;
32
33
  get fieldForms(): UntypedFormGroup[];
33
34
  constructor(injector: Injector, formBuilder: UntypedFormBuilder, dateAdapter: DateAdapter<Moment>, settings: LocalSettingsService, cd: ChangeDetectorRef, validator: PropertyValidator, formGroupDir: FormGroupDirective);
34
35
  ngOnInit(): void;