@propriety/court-calendar 1.0.68 → 1.0.69
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/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/_components/CCalendar.tsx +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18654,7 +18654,7 @@ function jD({
|
|
|
18654
18654
|
events: Le,
|
|
18655
18655
|
eventClick: B,
|
|
18656
18656
|
dateClick: Tt,
|
|
18657
|
-
datesSet: (Te) => y(Te.
|
|
18657
|
+
datesSet: (Te) => y(Te.view.currentStart),
|
|
18658
18658
|
eventDidMount: (Te) => rt(Te, i)
|
|
18659
18659
|
},
|
|
18660
18660
|
Je
|
package/package.json
CHANGED
|
@@ -292,7 +292,7 @@ function CCalendarInner({
|
|
|
292
292
|
eventClick={handleEventClick}
|
|
293
293
|
dateClick={handleDateClick}
|
|
294
294
|
datesSet={(dateInfo) =>
|
|
295
|
-
setCurrentDate(dateInfo.
|
|
295
|
+
setCurrentDate(dateInfo.view.currentStart)
|
|
296
296
|
}
|
|
297
297
|
eventDidMount={(info) =>
|
|
298
298
|
handleEventMount(info, calendarApi)
|