@schedule-x/calendar-controls
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -266,2 +266,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -268,0 +270,0 @@ } |
@@ -266,2 +266,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -268,0 +270,0 @@ } |
@@ -266,2 +266,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -268,0 +270,0 @@ } |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"umdName": "SXCalendarControls", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "75957004c3f5ea0157f8a2b99808f463a530f4be" | ||
"gitHead": "8c8df9d6329567163cffc9f744cf2efba173c7f9" | ||
} |
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
68923
1891