@event-calendar/day-grid
Advanced tools
Comparing version 0.7.1 to 0.8.0
14
index.js
@@ -38,3 +38,3 @@ import { SvelteComponent, init, safe_not_equal, element, text, attr, insert, append, set_data, detach, space, noop, destroy_each, component_subscribe, create_slot, listen, is_function, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, run_all, set_store_value, binding_callbacks, action_destroyer, create_component, mount_component, destroy_component, stop_propagation, group_outros, check_outros, bubble, empty } from 'svelte/internal'; | ||
/* packages/day-grid/src/Header.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Header.svelte generated by Svelte v3.46.3 */ | ||
@@ -199,3 +199,3 @@ function get_each_context$4(ctx, list, i) { | ||
/* packages/day-grid/src/Body.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Body.svelte generated by Svelte v3.46.3 */ | ||
@@ -407,3 +407,3 @@ function create_fragment$5(ctx) { | ||
/* packages/day-grid/src/Event.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Event.svelte generated by Svelte v3.46.3 */ | ||
@@ -782,3 +782,3 @@ function create_fragment$4(ctx) { | ||
/* packages/day-grid/src/Popup.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Popup.svelte generated by Svelte v3.46.3 */ | ||
@@ -1056,3 +1056,3 @@ function get_each_context$3(ctx, list, i) { | ||
/* packages/day-grid/src/Day.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Day.svelte generated by Svelte v3.46.3 */ | ||
@@ -1742,3 +1742,3 @@ function get_each_context$2(ctx, list, i) { | ||
/* packages/day-grid/src/Week.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/Week.svelte generated by Svelte v3.46.3 */ | ||
@@ -1974,3 +1974,3 @@ function get_each_context$1(ctx, list, i) { | ||
/* packages/day-grid/src/View.svelte generated by Svelte v3.42.4 */ | ||
/* packages/day-grid/src/View.svelte generated by Svelte v3.46.3 */ | ||
@@ -1977,0 +1977,0 @@ function get_each_context(ctx, list, i) { |
{ | ||
"name": "@event-calendar/day-grid", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"title": "Event Calendar DayGrid plugin", | ||
@@ -20,5 +20,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.7.1", | ||
"svelte": "^3.42.4" | ||
"@event-calendar/common": "~0.8.0", | ||
"svelte": "^3.46.3" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) | ||
* Lightweight (44kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Lightweight (47kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Zero-dependency (pre-built bundle) | ||
@@ -41,5 +41,5 @@ * Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/) | ||
- [eventDidMount](#eventdidmount) | ||
- [eventDragMinDistance](#eventdragmindistance) | ||
</td><td> | ||
- [eventDragMinDistance](#eventdragmindistance) | ||
- [eventDragStart](#eventdragstart) | ||
@@ -62,6 +62,6 @@ - [eventDragStop](#eventdragstop) | ||
- [listDayFormat](#listdayformat) | ||
- [listDaySideFormat](#listdaysideformat) | ||
- [loading](#loading) | ||
</td><td> | ||
- [listDaySideFormat](#listdaysideformat) | ||
- [loading](#loading) | ||
- [locale](#locale) | ||
@@ -72,2 +72,3 @@ - [monthMode](#monthmode) | ||
- [noEventsContent](#noeventscontent) | ||
- [nowIndicator](#nowindicator) | ||
- [pointer](#pointer) | ||
@@ -1246,2 +1247,8 @@ - [resources](#resources) | ||
### nowIndicator | ||
- Type `boolean` | ||
- Default `false` | ||
Enables a marker indicating the current time in `timeGrid`/`resourceTimeGrid` views. | ||
### pointer | ||
@@ -1328,3 +1335,3 @@ - Type `boolean` | ||
- Type `object` or `function` | ||
- Default `{calendar: 'ec', header: 'ec-header', withScroll: 'ec-with-scroll', hiddenScroll: 'ec-hidden-scroll', body: 'ec-body', week: 'ec-week', compact: 'ec-compact', toolbar: 'ec-toolbar', sidebar: 'ec-sidebar', content: 'ec-content', lines: 'ec-lines', line: 'ec-line', days: 'ec-days', day: 'ec-day', dayHead: 'ec-day-head', today: 'ec-today', otherMonth: 'ec-other-month', highlight: 'ec-highlight', events: 'ec-events', event: 'ec-event', eventTime: 'ec-event-time', eventTitle: 'ec-event-title', bgEvents: 'ec-bg-events', bgEvent: 'ec-bg-event', hiddenTimes: 'ec-hidden-times', time: 'ec-time', button: 'ec-button', buttonGroup: 'ec-button-group', icon: 'ec-icon', active: 'ec-active', title: 'ec-title', uniform: 'ec-uniform', dayFoot: 'ec-day-foot', month: 'ec-month', popup: 'ec-popup', daySide: 'ec-day-side', eventTag: 'ec-event-tag', list: 'ec-list', noEvents: 'ec-no-events', resource: 'ec-resource', resourceTitle: 'ec-resource-title', draggable: 'ec-draggable', ghost: 'ec-ghost', preview: 'ec-preview', pointer: 'ec-pointer'}` | ||
- Default `{active: 'ec-active', bgEvent: 'ec-bg-event', bgEvents: 'ec-bg-events', body: 'ec-body', button: 'ec-button', buttonGroup: 'ec-button-group', calendar: 'ec', compact: 'ec-compact', content: 'ec-content', day: 'ec-day', dayHead: 'ec-day-head', days: 'ec-days', event: 'ec-event', eventTime: 'ec-event-time', eventTitle: 'ec-event-title', events: 'ec-events', extra: 'ec-extra', handle: 'ec-handle', header: 'ec-header', hiddenScroll: 'ec-hidden-scroll', hiddenTimes: 'ec-hidden-times', highlight: 'ec-highlight', icon: 'ec-icon', line: 'ec-line', lines: 'ec-lines', nowIndicator: 'ec-now-indicator', otherMonth: 'ec-other-month', sidebar: 'ec-sidebar', today: 'ec-today', time: 'ec-time', title: 'ec-title', toolbar: 'ec-toolbar', week: 'ec-week', withScroll: 'ec-with-scroll', uniform: 'ec-uniform', dayFoot: 'ec-day-foot', month: 'ec-month', popup: 'ec-popup', daySide: 'ec-day-side', eventTag: 'ec-event-tag', list: 'ec-list', noEvents: 'ec-no-events', resource: 'ec-resource', resourceTitle: 'ec-resource-title', draggable: 'ec-draggable', ghost: 'ec-ghost', preview: 'ec-preview', pointer: 'ec-pointer'}` | ||
@@ -1331,0 +1338,0 @@ Defines the CSS classes that the Event Calendar uses to generate HTML markup. |
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
101964
1877
+ Added@event-calendar/common@0.8.3(transitive)
- Removed@event-calendar/common@0.7.1(transitive)
Updatedsvelte@^3.46.3