@rededor/cura-hydrate 2.0.0-alpha.21 → 2.0.0-alpha.22
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -14086,7 +14086,7 @@ class CuraCalendar {
|
|
|
14086
14086
|
this.sendEventChangeDateInView(Boolean(this.collapsed), newWeek);
|
|
14087
14087
|
}
|
|
14088
14088
|
fetchDaysOfMonth(currentDate) {
|
|
14089
|
-
const DAYS_IN_CALENDAR_VIEW =
|
|
14089
|
+
const DAYS_IN_CALENDAR_VIEW = 42;
|
|
14090
14090
|
const start = startOfMonth(currentDate || this.currentDate);
|
|
14091
14091
|
const end = endOfMonth(currentDate || this.currentDate);
|
|
14092
14092
|
const daysIncurrentDate = eachDayOfInterval({ start, end });
|
package/index.mjs
CHANGED
|
@@ -14084,7 +14084,7 @@ class CuraCalendar {
|
|
|
14084
14084
|
this.sendEventChangeDateInView(Boolean(this.collapsed), newWeek);
|
|
14085
14085
|
}
|
|
14086
14086
|
fetchDaysOfMonth(currentDate) {
|
|
14087
|
-
const DAYS_IN_CALENDAR_VIEW =
|
|
14087
|
+
const DAYS_IN_CALENDAR_VIEW = 42;
|
|
14088
14088
|
const start = startOfMonth(currentDate || this.currentDate);
|
|
14089
14089
|
const end = endOfMonth(currentDate || this.currentDate);
|
|
14090
14090
|
const daysIncurrentDate = eachDayOfInterval({ start, end });
|