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

@event-calendar/core

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/core - npm Package Compare versions

Comparing version 0.18.1 to 0.19.0

1

index.js

@@ -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: {

4

package.json
{
"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: {

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