@schedule-x/resize
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; | ||
}; | ||
@@ -284,8 +284,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -351,3 +345,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -354,0 +347,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; | ||
}; | ||
@@ -284,8 +284,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -351,3 +345,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -354,0 +347,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; | ||
}; | ||
@@ -284,8 +284,2 @@ interface EventsFacade { | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -351,3 +345,2 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -354,0 +347,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/resize", | ||
"umdName": "SXResize", | ||
"version": "1.62.0-alpha.0", | ||
"version": "1.62.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -30,3 +30,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
86694
2277