Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@event-calendar/resource-time-grid

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/resource-time-grid - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

4

package.json
{
"name": "@event-calendar/resource-time-grid",
"version": "0.17.0",
"version": "0.17.1",
"title": "Event Calendar ResourceTimeGrid plugin",

@@ -39,5 +39,5 @@ "description": "Full-sized drag & drop event calendar with resource view",

"dependencies": {
"@event-calendar/time-grid": "~0.17.0",
"@event-calendar/time-grid": "~0.17.1",
"svelte": "^3.55.1"
}
}

@@ -1,2 +0,2 @@

# 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) [![Sponsor](https://img.shields.io/badge/Sponsor-$10-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.me/vkurko/10usd)
# 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)

@@ -9,3 +9,3 @@ See [demo](https://vkurko.github.io/calendar/) and [changelog](CHANGELOG.md).

* Zero-dependency (pre-built bundle)
* Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/)
* Used on over 60,000 websites with [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/)

@@ -196,4 +196,4 @@ Inspired by [FullCalendar](https://fullcalendar.io/), implements similar options.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.0/event-calendar.min.css">
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.0/event-calendar.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.1/event-calendar.min.css">
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@0.17.1/event-calendar.min.js"></script>
```

@@ -481,2 +481,3 @@

- Default `true`
- Requires `Interaction` plugin

@@ -506,2 +507,3 @@ Determines whether the calendar should automatically scroll during the event drag-and-drop when the mouse crosses the edge.

- Default `false`
- Requires `Interaction` plugin

@@ -675,2 +677,3 @@ Determines whether the events on the calendar can be dragged and resized (both at the same time).

- Default `5`
- Requires `Interaction` plugin

@@ -682,2 +685,3 @@ Defines how many pixels the user’s mouse must move before the event dragging begins.

- Default `undefined`
- Requires `Interaction` plugin

@@ -723,2 +727,3 @@ Callback function that is triggered when the event dragging begins.

- Default `undefined`
- Requires `Interaction` plugin

@@ -766,2 +771,3 @@ Callback function that is triggered when the event dragging stops.

- Default `undefined`
- Requires `Interaction` plugin

@@ -859,2 +865,3 @@ Callback function that is triggered when dragging stops, and the event has moved to a different day/time.

- Default `true`
- Requires `Interaction` plugin

@@ -866,2 +873,3 @@ Determines whether calendar events can be resized.

- Default `undefined`
- Requires `Interaction` plugin

@@ -969,2 +977,3 @@ For touch devices, the amount of time (in milliseconds) the user must hold down a tap before the event becomes draggable/resizable.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1042,2 +1051,3 @@ Callback function that is triggered when resizing stops, and the duration of the event has changed.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1083,2 +1093,3 @@ Callback function that is triggered when the event resizing begins.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1225,2 +1236,3 @@ Callback function that is triggered when the event resizing stops.

- Default `true`
- Requires `Interaction` plugin

@@ -1524,2 +1536,3 @@ Determines whether the events on the calendar can be dragged.

- Default `false`
- Requires `Interaction` plugin

@@ -1608,2 +1621,3 @@ Enables mouse cursor pointer in `timeGrid`/`resourceTimeGrid` views.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1686,2 +1700,3 @@ Callback function that is triggered when a date/time selection is made.

- Default `false`
- Requires `Interaction` plugin

@@ -1693,2 +1708,3 @@ Determines whether the user is allowed to highlight multiple days or time slots by clicking and moving the pointer.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1702,2 +1718,3 @@ Sets the background color for the event indicating the current selection. See [selectable](#selectable).

- Default `undefined`
- Requires `Interaction` plugin

@@ -1711,2 +1728,3 @@ For touch devices, the amount of time (in milliseconds) the user must hold down a tap before the date becomes selectable.

- Default `5`
- Requires `Interaction` plugin

@@ -1834,2 +1852,3 @@ Defines how many pixels the user’s mouse must move before the selection begins.

- Default `undefined`
- Requires `Interaction` plugin

@@ -1876,2 +1895,3 @@ Callback function that is triggered when the current selection is cleared.

- Default `true`
- Requires `Interaction` plugin

@@ -1883,2 +1903,3 @@ Determines whether clicking elsewhere on the page will clear the current selection. See [selectable](#selectable).

- Default `''`
- Requires `Interaction` plugin

@@ -1885,0 +1906,0 @@ A CSS selector that specifies elements that will ignore the [unselectAuto](#unselectauto) option.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc