fullcalendar 6.1.12 → 6.1.13
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.global.js +4 -4
- package/index.global.min.js +3 -3
- package/package.json +8 -8
package/index.global.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
FullCalendar Standard Bundle v6.1.
|
|
2
|
+
FullCalendar Standard Bundle v6.1.13
|
|
3
3
|
Docs & License: https://fullcalendar.io/docs/initialize-globals
|
|
4
|
-
(c)
|
|
4
|
+
(c) 2024 Adam Shaw
|
|
5
5
|
*/
|
|
6
6
|
var FullCalendar = (function (exports) {
|
|
7
7
|
'use strict';
|
|
@@ -9835,7 +9835,7 @@ var FullCalendar = (function (exports) {
|
|
|
9835
9835
|
return sliceEventStore(props.eventStore, props.eventUiBases, props.dateProfile.activeRange, allDay ? props.nextDayThreshold : null).fg;
|
|
9836
9836
|
}
|
|
9837
9837
|
|
|
9838
|
-
const version = '6.1.
|
|
9838
|
+
const version = '6.1.13';
|
|
9839
9839
|
|
|
9840
9840
|
config.touchMouseIgnoreWait = 500;
|
|
9841
9841
|
let ignoreMouseDepth = 0;
|
|
@@ -11368,7 +11368,7 @@ var FullCalendar = (function (exports) {
|
|
|
11368
11368
|
if (dateSpan1.allDay) {
|
|
11369
11369
|
// means date1 is already start-of-day,
|
|
11370
11370
|
// but date0 needs to be converted
|
|
11371
|
-
date0 = startOfDay(
|
|
11371
|
+
date0 = startOfDay(eventInstanceStart);
|
|
11372
11372
|
}
|
|
11373
11373
|
else {
|
|
11374
11374
|
// Moving from allDate->timed
|