@schedule-x/calendar-controls
Advanced tools
Comparing version 1.62.0-alpha.0 to 1.62.0
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -269,2 +268,3 @@ SUNDAY = 0, | ||
headerContentRightAppend?: CustomComponentFn; | ||
headerContent?: CustomComponentFn; | ||
}; | ||
@@ -291,8 +291,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -358,3 +352,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +354,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -269,2 +268,3 @@ SUNDAY = 0, | ||
headerContentRightAppend?: CustomComponentFn; | ||
headerContent?: CustomComponentFn; | ||
}; | ||
@@ -291,8 +291,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -358,3 +352,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +354,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -269,2 +268,3 @@ SUNDAY = 0, | ||
headerContentRightAppend?: CustomComponentFn; | ||
headerContent?: CustomComponentFn; | ||
}; | ||
@@ -291,8 +291,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -358,3 +352,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +354,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"umdName": "SXCalendarControls", | ||
"version": "1.62.0-alpha.0", | ||
"version": "1.62.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "9dadd2ac02913d6dc7ebfacc6797c7bc91e3b5e2" | ||
"gitHead": "f15ed6fcdcff8e6400790f4606538a1483a032ae" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
48927
1375