@event-calendar/common
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -287,2 +287,4 @@ import { is_function } from 'svelte/internal'; | ||
title: event.title || '', | ||
editable: event.editable, | ||
startEditable: event.startEditable, | ||
display: display.includes(event.display) ? event.display : 'auto', | ||
@@ -289,0 +291,0 @@ extendedProps: event.extendedProps || {}, |
{ | ||
"name": "@event-calendar/common", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"title": "Event Calendar Common package", | ||
@@ -5,0 +5,0 @@ "description": "Full-sized drag & drop event calendar with resource view", |
@@ -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 (40.6kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Lightweight (40.8kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Zero-dependency (pre-built bundle) | ||
@@ -1477,2 +1477,22 @@ * Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/) | ||
`editable` | ||
</td> | ||
<td> | ||
Boolean (`true` or `false`) or `undefined`. The value overriding the [editable](#editable) setting for this specific event | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
`startEditable` | ||
</td> | ||
<td> | ||
Boolean (`true` or `false`) or `undefined`. The value overriding the [eventStartEditable](#eventstarteditable) setting for this specific event | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
`display` | ||
@@ -1483,2 +1503,4 @@ </td> | ||
The rendering type of the event. Can be `'auto'` or `'background'` | ||
In addition, in your callback functions, you may get the `'ghost'` and `'preview'` for this property, which are internal values and are used to display events during drag-and-drop operations | ||
</td> | ||
@@ -1576,2 +1598,22 @@ </tr> | ||
`editable` | ||
</td> | ||
<td> | ||
`boolean` Overrides the master [editable](#editable) option for this single event. Default `undefined` | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
`startEditable` | ||
</td> | ||
<td> | ||
`boolean` Overrides the master [eventDurationEditable](#eventstarteditable) option for this single event. Default `undefined` | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
`display` | ||
@@ -1582,4 +1624,2 @@ </td> | ||
`string` The rendering type of the event. Can be `'auto'` or `'background'`. Default `'auto'` | ||
In addition, in your callback functions, you may get the `'ghost'` and `'preview'` for this property, which are internal values and are used to display events during drag-and-drop operations | ||
</td> | ||
@@ -1586,0 +1626,0 @@ </tr> |
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
53138
364
1808