@sumaris-net/ngx-components 1.20.12 → 1.20.13

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": "1.20.12",
4
+ "version": "1.20.13",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -2,7 +2,7 @@ import { AbstractControl, AsyncValidatorFn, FormControl, ValidationErrors, Valid
2
2
  import { Moment, unitOfTime } from 'moment';
3
3
  import { Observable, Subscription } from 'rxjs';
4
4
  export declare class SharedValidators {
5
- private static _REGEXP_CACHE;
5
+ private static _DOUBLE_REGEXP_CACHE;
6
6
  private static getDoubleRegexp;
7
7
  static readonly I18N_ERROR_KEYS: {
8
8
  required: string;