@event-calendar/interaction
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -1170,3 +1170,3 @@ import { SvelteComponent, init, safe_not_equal, noop, listen, is_function, run_all, component_subscribe, globals, set_store_value, bubble, subscribe, empty, insert, detach, element, attr, create_component, space, mount_component, transition_in, group_outros, transition_out, check_outros, destroy_component, binding_callbacks } from 'svelte/internal'; | ||
for (let component of Object.values($_interaction)) { | ||
component?.handleScroll(); | ||
component?.handleScroll?.(); | ||
} | ||
@@ -1173,0 +1173,0 @@ }, |
{ | ||
"name": "@event-calendar/interaction", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"title": "Event Calendar Interaction plugin", | ||
@@ -39,5 +39,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.18.0", | ||
"@event-calendar/common": "~0.18.1", | ||
"svelte": "^3.55.1" | ||
} | ||
} |
@@ -195,4 +195,4 @@ # Event Calendar [](https://www.jsdelivr.com/package/npm/@event-calendar/build) [](https://www.npmjs.com/package/@event-calendar/core) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.18.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.18.0/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.18.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.18.1/event-calendar.min.js"></script> | ||
``` | ||
@@ -199,0 +199,0 @@ |
Sorry, the diff of this file is not supported yet
117171