pdm-ui-kit 0.1.22 → 0.1.23
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/fesm2020/pdm-ui-kit.mjs
CHANGED
|
@@ -473,7 +473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
473
473
|
type: Output
|
|
474
474
|
}] } });
|
|
475
475
|
|
|
476
|
-
const DEFAULT_VIEW_MONTH = new Date(
|
|
476
|
+
const DEFAULT_VIEW_MONTH = new Date();
|
|
477
477
|
const DAY_MS = 24 * 60 * 60 * 1000;
|
|
478
478
|
class PdmCalendarComponent {
|
|
479
479
|
constructor(cdr) {
|