@ngx-mce/datetime-picker 21.2.1 → 21.2.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-mce/datetime-picker",
3
- "version": "21.2.1",
3
+ "version": "21.2.2",
4
4
  "description": "Angular Material Datetime Picker",
5
5
  "author": "Felipe B.",
6
6
  "repository": {
@@ -818,7 +818,7 @@ declare class NgxMatCalendar<D> implements AfterContentInit, AfterViewChecked, O
818
818
  * The current active date. This determines which time period is shown and which date is
819
819
  * highlighted when using keyboard navigation.
820
820
  */
821
- get activeDate(): D | null;
821
+ get activeDate(): D;
822
822
  set activeDate(value: D);
823
823
  private _clampedActiveDate;
824
824
  /** Origin of active drag, or null when dragging is not active. */