@event-calendar/day-grid
Advanced tools
Comparing version 0.0.1-alpha.7 to 0.0.1-beta.1
10
index.js
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, set_store_value, binding_callbacks, action_destroyer, is_function, run_all, create_component, mount_component, destroy_component, group_outros, check_outros, empty } from 'svelte/internal'; | ||
import { getContext, tick, onMount, afterUpdate, setContext } from 'svelte'; | ||
import { derived, writable } from 'svelte/store'; | ||
import { cloneDate, subtractDay, addDay, hasYScroll, sortEventChunks, setMidnight, datesEqual, action, createEventContent, toEventWithLocalDates, createDate, toLocalDate, createEventChunk } from '@event-calendar/common'; | ||
import { cloneDate, subtractDay, addDay, hasYScroll, sortEventChunks, setMidnight, datesEqual, action, toEventWithLocalDates, toViewWithLocalDates, createEventContent, createDate, toLocalDate, createEventChunk } from '@event-calendar/common'; | ||
@@ -456,6 +456,6 @@ function days(state) { | ||
$eventDidMount({ | ||
event: chunk.event, | ||
event: toEventWithLocalDates(chunk.event), | ||
timeText, | ||
el, | ||
view: $_view | ||
view: toViewWithLocalDates($_view) | ||
}); | ||
@@ -474,3 +474,3 @@ } | ||
jsEvent, | ||
view: $_view | ||
view: toViewWithLocalDates($_view) | ||
}); | ||
@@ -789,3 +789,3 @@ } | ||
jsEvent, | ||
view: $_view | ||
view: toViewWithLocalDates($_view) | ||
}); | ||
@@ -792,0 +792,0 @@ } |
{ | ||
"name": "@event-calendar/day-grid", | ||
"version": "0.0.1-alpha.7", | ||
"version": "0.0.1-beta.1", | ||
"title": "EventCalendar DayGrid Plugin", | ||
"description": "Full-sized event calendar with resource view", | ||
"keywords": ["calendar", "event", "resource", "full-sized"], | ||
"homepage": "https://vkurko.github.io/calendar/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vkurko/calendar.git", | ||
"directory": "packages/day-grid" | ||
}, | ||
"type": "module", | ||
@@ -10,5 +19,5 @@ "exports": { | ||
"dependencies": { | ||
"@event-calendar/common": "~0.0.1-alpha.7", | ||
"@event-calendar/common": "~0.0.1-beta.1", | ||
"svelte": "^3.25.0" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
33346
1
0