@sumaris-net/ngx-components 2.18.0-beta1 → 2.18.0-beta2

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.18.0-beta1",
4
+ "version": "2.18.0-beta2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -28,6 +28,8 @@ export declare class SharedValidators {
28
28
  pattern: string;
29
29
  unique: string;
30
30
  entity: string;
31
+ invalid: string;
32
+ inconsistent: string;
31
33
  equals: string;
32
34
  };
33
35
  static latitude(control: UntypedFormControl): ValidationErrors | null;
@@ -583,6 +583,7 @@
583
583
  "FIELD_MAXIMUM_DECIMALS": "Too many decimals ({{maxDecimals}} max)",
584
584
  "FIELD_MAXIMUM_DECIMALS_COMPACT": "Nb decimals > {{maxDecimals}}",
585
585
  "FIELD_INVALID": "Invalid value",
586
+ "FIELD_INCONSISTENT": "Inconsistent value",
586
587
  "FIELD_NOT_VALID_DECIMAL": "Expected decimal value",
587
588
  "FIELD_NOT_VALID_INTEGER": "Expected integer value",
588
589
  "FIELD_NOT_VALID_PRECISION": "Expected precision: {{precision}}",
@@ -582,6 +582,7 @@
582
582
  "FIELD_MAXIMUM_DECIMALS": "Too many decimals ({{maxDecimals}} max)",
583
583
  "FIELD_MAXIMUM_DECIMALS_COMPACT": "Nb decimals > {{maxDecimals}}",
584
584
  "FIELD_INVALID": "Invalid value",
585
+ "FIELD_INCONSISTENT": "Inconsistent value",
585
586
  "FIELD_NOT_VALID_DECIMAL": "Expected decimal value",
586
587
  "FIELD_NOT_VALID_INTEGER": "Expected integer value",
587
588
  "FIELD_NOT_VALID_PRECISION": "Expected precision: {{precision}}",
@@ -583,6 +583,7 @@
583
583
  "FIELD_MAXIMUM_DECIMALS": "Trop de décimales (max : {{maxDecimals}})",
584
584
  "FIELD_MAXIMUM_DECIMALS_COMPACT": "Nb décimale > {{maxDecimals}}",
585
585
  "FIELD_INVALID": "Valeur non valide",
586
+ "FIELD_INCONSISTENT": "Valeur incohérente",
586
587
  "FIELD_NOT_VALID_DECIMAL": "Valeur décimale attendue",
587
588
  "FIELD_NOT_VALID_INTEGER": "Valeur entière attendue",
588
589
  "FIELD_NOT_VALID_PRECISION": "Précision minimale : {{precision}}",
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "2.18.0-beta1",
5
+ "version": "2.18.0-beta2",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{