@sumaris-net/ngx-components 18.18.21 → 18.18.22

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.21",
4
+ "version": "18.18.22",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -4,7 +4,6 @@ import { LatLongPattern, LatLongSign, LatLongType } from './latlong.utils';
4
4
  import { MaskitoOptions } from '@maskito/core';
5
5
  import { MatFormField, MatFormFieldControl } from '@angular/material/form-field';
6
6
  import { Subject } from 'rxjs';
7
- import { BooleanInput } from '@angular/cdk/coercion';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class MatLatLongFieldInput implements MatFormFieldControl<number>, ControlValueAccessor, OnInit, OnDestroy {
10
9
  private _elementRef;
@@ -33,7 +32,7 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
33
32
  userAriaDescribedBy: string;
34
33
  placeholder: string;
35
34
  get required(): boolean;
36
- set required(value: BooleanInput);
35
+ set required(value: boolean);
37
36
  private _required;
38
37
  get disabled(): boolean;
39
38
  set disabled(value: boolean);
@@ -82,5 +81,6 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
82
81
  private updateValidators;
83
82
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongFieldInput, [null, { optional: true; }, { optional: true; self: true; }]>;
84
83
  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>;
84
+ static ngAcceptInputType_required: unknown;
85
85
  static ngAcceptInputType_disabled: unknown;
86
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.21",
5
+ "version": "18.18.22",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{