@schedule-x/current-time
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 { | ||
@@ -289,2 +290,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -350,2 +357,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -352,0 +360,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -289,2 +290,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -350,2 +357,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -352,0 +360,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -289,2 +290,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -350,2 +357,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -352,0 +360,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/current-time", | ||
"umdName": "SXCurrentTime", | ||
"version": "1.61.0", | ||
"version": "1.62.0-alpha.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "17ca335bc89d37de8ff73832e08e34ef4885e2d8" | ||
"gitHead": "9dadd2ac02913d6dc7ebfacc6797c7bc91e3b5e2" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
67749
1812
1