@event-calendar/resource-time-grid
Advanced tools
Comparing version 0.0.1-beta.3 to 0.0.1
@@ -5,3 +5,3 @@ import { SvelteComponent, init, safe_not_equal, create_component, space, mount_component, insert, transition_in, transition_out, destroy_component, detach, component_subscribe, element, text, attr, append, set_data, destroy_each, empty, group_outros, check_outros } from 'svelte/internal'; | ||
/* packages/resource-time-grid/src/View.svelte generated by Svelte v3.31.2 */ | ||
/* packages/resource-time-grid/src/View.svelte generated by Svelte v3.35.0 */ | ||
@@ -552,3 +552,3 @@ function get_each_context(ctx, list, i) { | ||
if ($$self.$$.dirty & /*$resources, $hideResourcesWithNoEvents, $_events, $_activeRange, filteredResources*/ 30721) { | ||
{ | ||
{ | ||
$$invalidate(0, filteredResources = $resources); | ||
@@ -555,0 +555,0 @@ |
{ | ||
"name": "@event-calendar/resource-time-grid", | ||
"version": "0.0.1-beta.3", | ||
"version": "0.0.1", | ||
"title": "EventCalendar ResourceTimeGrid Plugin", | ||
@@ -20,5 +20,5 @@ "description": "Full-sized event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/time-grid": "~0.0.1-beta.3", | ||
"svelte": "^3.31.2" | ||
"@event-calendar/time-grid": "~0.0.1", | ||
"svelte": "^3.35.0" | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
# EventCalendar ResourceTimeGrid Plugin | ||
# Event Calendar ResourceTimeGrid plugin | ||
Full-sized JavaScript event calendar with resource view. | ||
Inspired by [FullCalendar](https://fullcalendar.io/) and implements the same options. | ||
Inspired by [FullCalendar](https://fullcalendar.io/), implements similar options. |
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
16266
Updatedsvelte@^3.35.0