@schedule-x/resize
Advanced tools
Comparing version 1.47.1 to 1.48.0
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -306,2 +307,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -308,0 +310,0 @@ _customComponentFns: CustomComponentFns; |
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -306,2 +307,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -308,0 +310,0 @@ _customComponentFns: CustomComponentFns; |
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -306,2 +307,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -308,0 +310,0 @@ _customComponentFns: CustomComponentFns; |
{ | ||
"name": "@schedule-x/resize", | ||
"version": "1.47.1", | ||
"version": "1.48.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "912d16228dfed3b968303b584e8cd550fc250bff" | ||
"gitHead": "770bce0c213cded949c70cac797f3c8badb2725f" | ||
} |
99783
2599