@fullcalendar/interaction
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0-beta.4
@@ -134,3 +134,3 @@ import { Emitter, PointerDragEvent, Rect, ScrollController, ElementDragging, DatePointApi, ViewApi, EventApi, Duration, Identity, DragMetaInput, PluginDef } from '@fullcalendar/common'; | ||
delayTimeoutId: number | null; | ||
constructor(containerEl: HTMLElement); | ||
constructor(containerEl: HTMLElement, selector?: string); | ||
destroy(): void; | ||
@@ -278,2 +278,2 @@ onPointerDown: (ev: PointerDragEvent) => void; | ||
export default _default; | ||
export { ExternalDraggable as Draggable, FeaturefulElementDragging, PointerDragging, ThirdPartyDraggable }; | ||
export { DateClickArg, ExternalDraggable as Draggable, DropArg, EventDragStartArg, EventDragStopArg, EventDropArg, EventLeaveArg, EventReceiveArg, EventResizeDoneArg, EventResizeStartArg, EventResizeStopArg, FeaturefulElementDragging, PointerDragging, ThirdPartyDraggable }; |
{ | ||
"name": "@fullcalendar/interaction", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"title": "FullCalendar Interaction Plugin", | ||
@@ -8,3 +8,3 @@ "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions", | ||
"dependencies": { | ||
"@fullcalendar/common": "5.0.0-beta.3", | ||
"@fullcalendar/common": "5.0.0-beta.4", | ||
"tslib": "^1.9.3" | ||
@@ -11,0 +11,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
258211
2354
+ Added@fullcalendar/common@5.0.0-beta.4(transitive)
- Removed@fullcalendar/common@5.0.0-beta.3(transitive)