@sumaris-net/ngx-components 18.18.19 → 18.18.21

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": "18.18.19",
4
+ "version": "18.18.21",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -18,6 +18,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
18
18
  private _onTouchedCallback;
19
19
  private _definition;
20
20
  protected _values: Property[];
21
+ protected _disabled: boolean;
21
22
  protected type: FormFieldType;
22
23
  protected numberInputStep: string;
23
24
  set definition(value: FormFieldDefinition);
@@ -52,7 +53,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
52
53
  writeValue(obj: any): void;
53
54
  registerOnChange(fn: any): void;
54
55
  registerOnTouched(fn: any): void;
55
- setDisabledState(isDisabled: boolean): void;
56
+ setDisabledState(disabled: boolean): void;
56
57
  markAsTouched(): void;
57
58
  filterAlphanumericalInput(event: KeyboardEvent): void;
58
59
  focus(): void;
@@ -36,7 +36,7 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
36
36
  set required(value: BooleanInput);
37
37
  private _required;
38
38
  get disabled(): boolean;
39
- set disabled(value: BooleanInput);
39
+ set disabled(value: boolean);
40
40
  private _disabled;
41
41
  get value(): number | null;
42
42
  set value(value: number | null);
@@ -82,4 +82,5 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
82
82
  private updateValidators;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongFieldInput, [null, { optional: true; }, { optional: true; self: true; }]>;
84
84
  static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongFieldInput, "mat-latlong-input", never, { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, false, never>;
85
+ static ngAcceptInputType_disabled: unknown;
85
86
  }
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.18.19",
5
+ "version": "18.18.21",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{