@event-calendar/resource-time-grid
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -1,2 +0,2 @@ | ||
import { setContent, toLocalDate, toISOString, btnTextDay, themeView, btnTextWeek, viewResources } from '@event-calendar/core'; | ||
import { setContent, isFunction, toLocalDate, toISOString, btnTextDay, themeView, btnTextWeek, viewResources } from '@event-calendar/core'; | ||
import TimeGrid, { Section, Body, Week, Day } from '@event-calendar/time-grid'; | ||
@@ -65,3 +65,3 @@ import { SvelteComponent, init, safe_not_equal, element, attr, insert, action_destroyer, is_function, noop, detach, component_subscribe, binding_callbacks, create_component, space, mount_component, append, transition_in, group_outros, transition_out, check_outros, destroy_component, ensure_array_like, empty, destroy_each } from 'svelte/internal'; | ||
onMount(() => { | ||
if (is_function($resourceLabelDidMount)) { | ||
if (isFunction($resourceLabelDidMount)) { | ||
$resourceLabelDidMount({ | ||
@@ -100,3 +100,3 @@ resource, | ||
if ($resourceLabelContent) { | ||
$$invalidate(1, content = is_function($resourceLabelContent) | ||
$$invalidate(1, content = isFunction($resourceLabelContent) | ||
? $resourceLabelContent({ | ||
@@ -103,0 +103,0 @@ resource, |
{ | ||
"name": "@event-calendar/resource-time-grid", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"title": "Event Calendar ResourceTimeGrid plugin", | ||
@@ -30,6 +30,6 @@ "description": "Full-sized drag & drop event calendar with resource & timeline views", | ||
"dependencies": { | ||
"@event-calendar/core": "~3.5.0", | ||
"@event-calendar/time-grid": "~3.5.0", | ||
"@event-calendar/core": "~3.6.0", | ||
"@event-calendar/time-grid": "~3.6.0", | ||
"svelte": "^4.2.19" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
118883
2965
+ Added@event-calendar/core@3.6.2(transitive)
+ Added@event-calendar/time-grid@3.6.2(transitive)
- Removed@event-calendar/core@3.5.0(transitive)
- Removed@event-calendar/time-grid@3.5.0(transitive)
Updated@event-calendar/core@~3.6.0