@sumaris-net/ngx-components 18.23.55 → 18.23.56

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.23.55",
4
+ "version": "18.23.56",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -44,9 +44,12 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
44
44
  set defaultSign(value: LatLongSign);
45
45
  get defaultSign(): LatLongSign;
46
46
  type: LatLongType;
47
- pattern: LatLongPattern;
47
+ set pattern(value: LatLongPattern);
48
+ get pattern(): LatLongPattern;
48
49
  maxDecimals: number;
49
50
  readonly: boolean;
51
+ private _value;
52
+ private _pattern;
50
53
  protected degreesSymbolUnit: string;
51
54
  protected minutesSymbolUnit: string;
52
55
  protected secondsSymbolUnit: string;
@@ -68,6 +71,8 @@ export declare class MatLatLongFieldInput implements MatFormFieldControl<number>
68
71
  ngOnDestroy(): void;
69
72
  onFocusIn(event: FocusEvent): void;
70
73
  onFocusOut(event: FocusEvent): void;
74
+ updatePattern(pattern: LatLongPattern): void;
75
+ protected updateFormGroup(value: number | null): void;
71
76
  handleInput(controlName: string, nextControlName?: string): void;
72
77
  autoFocusNext(controlName: string, nextControlName?: string): void;
73
78
  autoFocusPrev(controlName: string, prevControlName: string): void;
@@ -3,7 +3,7 @@ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
3
  import { PlatformService } from '../../../../core/services/platform.service';
4
4
  import { MatFormFieldAppearance } from '@angular/material/form-field';
5
5
  import { MatCheckboxChange } from '@angular/material/checkbox';
6
- import { LatLongSign } from '../latlong.utils';
6
+ import { LatLongPattern, LatLongSign } from '../latlong.utils';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LatLongTestPage implements OnInit {
9
9
  protected formBuilder: UntypedFormBuilder;
@@ -12,7 +12,7 @@ export declare class LatLongTestPage implements OnInit {
12
12
  geoPositionMessage: string;
13
13
  protected testUpdateDefaultSign: LatLongSign;
14
14
  mode: 'mobile' | 'desktop' | 'dev' | 'temp';
15
- selectedFormat: string;
15
+ selectedFormat: LatLongPattern;
16
16
  appearance: MatFormFieldAppearance;
17
17
  constructor(formBuilder: UntypedFormBuilder, platform: PlatformService);
18
18
  ngOnInit(): void;
@@ -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.23.55",
5
+ "version": "18.23.56",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{