@schedule-x/resize
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -243,2 +243,3 @@ import { Signal } from "@preact/signals"; | ||
remove(id: EventId): void; | ||
set(events: CalendarEventExternal[]): void; | ||
} | ||
@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase { | ||
weekOptions: WeekOptions; | ||
calendars?: Record<string, CalendarType>; | ||
calendars: Signal<Record<string, CalendarType>>; | ||
plugins: Plugins; | ||
@@ -280,0 +281,0 @@ isDark: boolean; |
@@ -243,2 +243,3 @@ import { Signal } from "@preact/signals"; | ||
remove(id: EventId): void; | ||
set(events: CalendarEventExternal[]): void; | ||
} | ||
@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase { | ||
weekOptions: WeekOptions; | ||
calendars?: Record<string, CalendarType>; | ||
calendars: Signal<Record<string, CalendarType>>; | ||
plugins: Plugins; | ||
@@ -280,0 +281,0 @@ isDark: boolean; |
@@ -243,2 +243,3 @@ import { Signal } from "@preact/signals"; | ||
remove(id: EventId): void; | ||
set(events: CalendarEventExternal[]): void; | ||
} | ||
@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase { | ||
weekOptions: WeekOptions; | ||
calendars?: Record<string, CalendarType>; | ||
calendars: Signal<Record<string, CalendarType>>; | ||
plugins: Plugins; | ||
@@ -280,0 +281,0 @@ isDark: boolean; |
{ | ||
"name": "@schedule-x/resize", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "0e70000523c5a1e79c4d2066f71004bf2244507d" | ||
"gitHead": "2ae9f0969435dd8bca72e3ce8c5ba68827113cd0" | ||
} |
79175
2139