@event-calendar/resource-timeline
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "@event-calendar/resource-timeline", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"title": "Event Calendar ResourceTimeline plugin", | ||
@@ -30,5 +30,5 @@ "description": "Full-sized drag & drop event calendar with resource & timeline views", | ||
"dependencies": { | ||
"@event-calendar/core": "~3.1.0", | ||
"@event-calendar/core": "~3.2.0", | ||
"svelte": "^4.2.16" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
import {createDuration} from '@event-calendar/core'; | ||
export function repositionEvent(chunk, dayChunks, longChunks, height, allDay) { | ||
@@ -23,1 +25,5 @@ chunk.top = 0; | ||
} | ||
export function getSlotTimeLimits($_dayTimeLimits, date) { | ||
return $_dayTimeLimits[date.getTime()] ?? {min: createDuration(0), max: createDuration(0)}; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164394
2895
+ Added@event-calendar/core@3.2.2(transitive)
- Removed@event-calendar/core@3.1.0(transitive)
Updated@event-calendar/core@~3.2.0