@fullcalendar/interaction 6.0.0-beta.2 → 6.0.0-beta.3
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.d.ts +1 -1
- package/index.global.js +1 -1
- package/index.global.min.js +1 -1
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -216,7 +216,7 @@ declare module '@fullcalendar/core/internal' {
|
|
|
216
216
|
interface CalendarListenerRefiners extends ExtraListenerRefiners {
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
-
//# sourceMappingURL=
|
|
219
|
+
//# sourceMappingURL=ambient.d.ts.map
|
|
220
220
|
|
|
221
221
|
type DragMetaGenerator = DragMetaInput | ((el: HTMLElement) => DragMetaInput);
|
|
222
222
|
|
package/index.global.js
CHANGED
package/index.global.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fullcalendar/interaction",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"calendar",
|
|
6
6
|
"event",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"title": "FullCalendar Interaction Plugin",
|
|
27
27
|
"description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@fullcalendar/core": "6.0.0-beta.
|
|
29
|
+
"@fullcalendar/core": "6.0.0-beta.3"
|
|
30
30
|
},
|
|
31
31
|
"main": "./index.cjs",
|
|
32
32
|
"module": "./index.js",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"./index.cjs": "./index.cjs",
|
|
39
39
|
"./index.js": "./index.js",
|
|
40
40
|
".": {
|
|
41
|
-
"require": "./index.cjs",
|
|
42
|
-
"import": "./index.js",
|
|
43
41
|
"types": "./index.d.ts",
|
|
44
|
-
"
|
|
42
|
+
"require": "./index.cjs",
|
|
43
|
+
"import": "./index.js"
|
|
45
44
|
}
|
|
46
|
-
}
|
|
45
|
+
},
|
|
46
|
+
"sideEffects": false
|
|
47
47
|
}
|