@sumaris-net/ngx-components 4.0.0-rc3 → 4.0.0-rc4

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": "4.0.0-rc3",
4
+ "version": "4.0.0-rc4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -38,7 +38,6 @@ export declare class MatDateTime implements OnInit, AfterViewInit, OnDestroy, Co
38
38
  private _controlName;
39
39
  private _required;
40
40
  protected _subscriptSizing: SubscriptSizing | null;
41
- protected _subscriptAnimationState: string;
42
41
  dayControl: UntypedFormControl;
43
42
  hourControl: UntypedFormControl;
44
43
  displayPattern: string;