@schedule-x/resize
Advanced tools
Comparing version 1.61.0 to 1.62.0-alpha.0
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -282,2 +283,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -343,2 +350,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -345,0 +353,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -282,2 +283,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -343,2 +350,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -345,0 +353,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -282,2 +283,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -343,2 +350,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -345,0 +353,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/resize", | ||
"umdName": "SXResize", | ||
"version": "1.61.0", | ||
"version": "1.62.0-alpha.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "17ca335bc89d37de8ff73832e08e34ef4885e2d8" | ||
"gitHead": "9dadd2ac02913d6dc7ebfacc6797c7bc91e3b5e2" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
87203
2298
1