@event-calendar/day-grid
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0
@@ -405,3 +405,6 @@ import { SvelteComponent, init, safe_not_equal, element, text, attr, insert, append, set_data, detach, space, noop, destroy_each, component_subscribe, create_slot, listen, update_slot, transition_in, transition_out, run_all, set_store_value, binding_callbacks, action_destroyer, is_function, create_component, mount_component, destroy_component, group_outros, check_outros, empty } from 'svelte/internal'; | ||
listen(div, "mousedown", function () { | ||
if (is_function(/*createMouseDownHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createMouseDownHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments); | ||
if (is_function(/*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments); | ||
}), | ||
listen(div, "touchstart", function () { | ||
if (is_function(/*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments); | ||
}) | ||
@@ -499,3 +502,3 @@ ]; | ||
function createMouseDownHandler(interaction, display) { | ||
function createDragStartHandler(interaction, display) { | ||
return display === "auto" && interaction.drag | ||
@@ -612,3 +615,3 @@ ? jsEvent => interaction.drag.startDayGrid(chunk.event, el, jsEvent) | ||
createHandler, | ||
createMouseDownHandler, | ||
createDragStartHandler, | ||
reposition, | ||
@@ -615,0 +618,0 @@ chunk, |
{ | ||
"name": "@event-calendar/day-grid", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0", | ||
"title": "Event Calendar DayGrid plugin", | ||
@@ -20,5 +20,5 @@ "description": "Full-sized event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.1.0-beta.4", | ||
"@event-calendar/common": "~0.1.0", | ||
"svelte": "^3.35.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38768
1271