@event-calendar/core
Advanced tools
Comparing version 0.18.1 to 0.19.0
@@ -54,2 +54,3 @@ import { is_function, noop, identity, tick, SvelteComponent, init, safe_not_equal, empty, insert, destroy_each, detach, component_subscribe, set_store_value, element, text, attr, append, listen, set_data, transition_in, group_outros, check_outros, transition_out, space, create_component, mount_component, destroy_component, construct_svelte_component, set_style, get_current_component } from 'svelte/internal'; | ||
slotDuration: '00:30:00', | ||
slotEventOverlap: true, | ||
slotHeight: 24, // ec option | ||
@@ -56,0 +57,0 @@ slotLabelFormat: { |
{ | ||
"name": "@event-calendar/core", | ||
"version": "0.18.1", | ||
"version": "0.19.0", | ||
"title": "Event Calendar Core package", | ||
@@ -40,5 +40,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.18.1", | ||
"@event-calendar/common": "~0.19.0", | ||
"svelte": "^3.55.1" | ||
} | ||
} |
@@ -89,2 +89,3 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![npm](https://img.shields.io/npm/dm/@event-calendar/core?color=red&label=npm&style=flat-square)](https://www.npmjs.com/package/@event-calendar/core) | ||
- [slotDuration](#slotduration) | ||
- [slotEventOverlap](#sloteventoverlap) | ||
- [slotHeight](#slotheight) | ||
@@ -196,4 +197,4 @@ - [slotLabelFormat](#slotlabelformat) | ||
```html | ||
<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> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.19.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.19.0/event-calendar.min.js"></script> | ||
``` | ||
@@ -1731,2 +1732,10 @@ | ||
### slotEventOverlap | ||
- Type `boolean` | ||
- Default `true` | ||
Determines whether events in the `timeGrid`/`resourceTimeGrid` views should visually overlap when they intersect in time. | ||
If set to `false`, then intersecting events will be placed next to each other. | ||
### slotHeight | ||
@@ -1733,0 +1742,0 @@ - Type `integer` |
@@ -53,2 +53,3 @@ import {assign, createDate, createDuration, setMidnight} from '@event-calendar/common'; | ||
slotDuration: '00:30:00', | ||
slotEventOverlap: true, | ||
slotHeight: 24, // ec option | ||
@@ -55,0 +56,0 @@ slotLabelFormat: { |
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
149671
2533
2502
+ Added@event-calendar/common@0.19.0(transitive)
- Removed@event-calendar/common@0.18.1(transitive)