@event-calendar/list
Advanced tools
Comparing version 0.18.1 to 0.19.0
{ | ||
"name": "@event-calendar/list", | ||
"version": "0.18.1", | ||
"version": "0.19.0", | ||
"title": "Event Calendar List plugin", | ||
@@ -39,5 +39,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` |
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
93189
2502
+ Added@event-calendar/common@0.19.0(transitive)
- Removed@event-calendar/common@0.18.1(transitive)