@event-calendar/interaction
Advanced tools
Comparing version 3.2.2 to 3.3.0
@@ -301,2 +301,3 @@ import { writable } from 'svelte/store'; | ||
set_store_value(_iEvents, $_iEvents[0].end = minEnd, $_iEvents); | ||
delta = createDuration((minEnd - event.end) / 1000); | ||
} | ||
@@ -303,0 +304,0 @@ } else if (selecting()) { |
{ | ||
"name": "@event-calendar/interaction", | ||
"version": "3.2.2", | ||
"version": "3.3.0", | ||
"title": "Event Calendar Interaction plugin", | ||
@@ -30,5 +30,5 @@ "description": "Full-sized drag & drop event calendar with resource & timeline views", | ||
"dependencies": { | ||
"@event-calendar/core": "~3.2.2", | ||
"@event-calendar/core": "~3.3.0", | ||
"svelte": "^4.2.16" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
121365
1110
+ Added@event-calendar/core@3.3.0(transitive)
- Removed@event-calendar/core@3.2.2(transitive)
Updated@event-calendar/core@~3.3.0