@schedule-x/calendar-controls
Advanced tools
Comparing version 1.59.2 to 1.60.0
@@ -293,2 +293,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -295,0 +296,0 @@ type MonthGridOptions = { |
@@ -293,2 +293,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -295,0 +296,0 @@ type MonthGridOptions = { |
@@ -293,2 +293,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -295,0 +296,0 @@ type MonthGridOptions = { |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"umdName": "SXCalendarControls", | ||
"version": "1.59.2", | ||
"version": "1.60.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "d27994985a39c8eca15bffd1c8a16d0e644ab56d" | ||
"gitHead": "65d0cf78f0ad607e1dd431da5f5e0ca7ee4fea9a" | ||
} |
48729
1369