fullcalendar 6.1.19 → 6.1.20
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 +2 -2
- package/index.global.min.js +2 -2
- package/package.json +7 -7
package/index.global.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
FullCalendar Standard Bundle v6.1.
|
|
2
|
+
FullCalendar Standard Bundle v6.1.20
|
|
3
3
|
Docs & License: https://fullcalendar.io/docs/initialize-globals
|
|
4
4
|
(c) 2024 Adam Shaw
|
|
5
5
|
*/
|
|
@@ -9963,7 +9963,7 @@ var FullCalendar = (function (exports) {
|
|
|
9963
9963
|
return sliceEventStore(props.eventStore, props.eventUiBases, props.dateProfile.activeRange, allDay ? props.nextDayThreshold : null).fg;
|
|
9964
9964
|
}
|
|
9965
9965
|
|
|
9966
|
-
const version = '6.1.
|
|
9966
|
+
const version = '6.1.20';
|
|
9967
9967
|
|
|
9968
9968
|
config.touchMouseIgnoreWait = 500;
|
|
9969
9969
|
let ignoreMouseDepth = 0;
|