@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
|
@@ -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
|
|
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. */
|