@schedule-x/current-time
Advanced tools
Comparing version 2.4.3 to 2.5.0
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -299,2 +300,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -359,2 +366,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +369,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -299,2 +300,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -359,2 +366,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +369,0 @@ interface CalendarElements { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { CSSProperties } from "preact/compat"; | ||
declare enum WeekDay { | ||
@@ -299,2 +300,8 @@ SUNDAY = 0, | ||
} | ||
type BackgroundEvent = { | ||
start: string; | ||
end: string; | ||
style: CSSProperties; | ||
title?: string; | ||
}; | ||
type WeekOptions = { | ||
@@ -359,2 +366,3 @@ gridHeight: number; | ||
filterPredicate: Signal<EventsFilterPredicate>; | ||
backgroundEvents: Signal<BackgroundEvent[]>; | ||
} | ||
@@ -361,0 +369,0 @@ interface CalendarElements { |
{ | ||
"name": "@schedule-x/current-time", | ||
"umdName": "SXCurrentTime", | ||
"version": "2.4.3", | ||
"version": "2.5.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "b5431189ee70a1edf23a67f059f95f531f3142db" | ||
"gitHead": "734c5ad20e36a3cd728a6215d11ac92bffd1dd39" | ||
} |
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
69555
1857