@sumaris-net/ngx-components 2.0.0-rc20 → 2.0.0-rc21

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.0.0-rc20",
4
+ "version": "2.0.0-rc21",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1,5 +1,4 @@
1
1
  import { Duration, Moment, unitOfTime } from 'moment';
2
- import * as moment from 'moment';
3
2
  import 'moment-timezone';
4
3
  export declare const DATE_UNIX_TIMESTAMP = "X";
5
4
  export declare const DATE_UNIX_MS_TIMESTAMP = "x";
@@ -1,7 +1,6 @@
1
1
  import { AbstractControl, AsyncValidatorFn, UntypedFormControl, ValidationErrors, ValidatorFn } from '@angular/forms';
2
2
  import { Moment, unitOfTime } from 'moment';
3
3
  import { Observable, Subscription } from 'rxjs';
4
- import * as moment from "moment";
5
4
  export declare class SharedValidators {
6
5
  private static _DOUBLE_REGEXP_CACHE;
7
6
  private static getDoubleRegexp;