@sumaris-net/ngx-components 2.4.37 → 2.4.38

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.37",
4
+ "version": "2.4.38",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -56,7 +56,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
56
56
  * Allow to reload values, if not detected
57
57
  * @param value
58
58
  */
59
- reloadItems(value: any): void;
59
+ reloadItems(value?: any): void;
60
60
  protected computeNumberInputStep(definition: FormFieldDefinition): string;
61
61
  protected computeValuesFromToken(token: InjectionToken<(string | Property)[]>): any[];
62
62
  protected computeValues(values: (string | Property)[]): Property[];