@event-calendar/interaction
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -175,2 +175,3 @@ import { SvelteComponent, init, safe_not_equal, noop, listen, run_all, component_subscribe, globals, subscribe, is_function, set_store_value, create_component, mount_component, transition_in, transition_out, destroy_component, empty, insert, group_outros, check_outros, detach, binding_callbacks } from 'svelte/internal'; | ||
offset = floor((jsEvent.clientX - colRect.left) / colRect.width) - col; | ||
$$subscribe__viewResources($$invalidate(1, _viewResources = undefined)); | ||
dragging = 2; | ||
@@ -177,0 +178,0 @@ } |
{ | ||
"name": "@event-calendar/interaction", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"title": "Event Calendar Interaction plugin", | ||
@@ -20,5 +20,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.3.2", | ||
"@event-calendar/common": "~0.3.3", | ||
"svelte": "^3.42.3" | ||
} | ||
} |
54500
507