@schedule-x/calendar-controls
Advanced tools
Comparing version 1.40.0 to 1.41.0
@@ -313,4 +313,6 @@ import { Signal } from "@preact/signals"; | ||
} | ||
type EventsFilterPredicate = ((event: CalendarEventInternal) => boolean) | undefined; | ||
interface CalendarEvents { | ||
list: Signal<CalendarEventInternal[]>; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
} | ||
@@ -317,0 +319,0 @@ interface CalendarElements { |
@@ -313,4 +313,6 @@ import { Signal } from "@preact/signals"; | ||
} | ||
type EventsFilterPredicate = ((event: CalendarEventInternal) => boolean) | undefined; | ||
interface CalendarEvents { | ||
list: Signal<CalendarEventInternal[]>; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
} | ||
@@ -317,0 +319,0 @@ interface CalendarElements { |
@@ -313,4 +313,6 @@ import { Signal } from "@preact/signals"; | ||
} | ||
type EventsFilterPredicate = ((event: CalendarEventInternal) => boolean) | undefined; | ||
interface CalendarEvents { | ||
list: Signal<CalendarEventInternal[]>; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
} | ||
@@ -317,0 +319,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"version": "1.40.0", | ||
"version": "1.41.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "b5d4dbf29bedc4f55929c9d6daf41c4f2c92c26c" | ||
"gitHead": "d7a0c15d8a8c2dff219b3da746fbf04e9909dbe6" | ||
} |
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
42107
1235