@schedule-x/current-time
Advanced tools
Comparing version 1.54.0 to 1.55.0
@@ -77,4 +77,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
interface DatePickerAppSingleton extends AppSingleton { | ||
config: DatePickerConfigInternal; | ||
} | ||
type DatePickerListeners = { | ||
onChange?: (date: string) => void; | ||
onEscapeKeyDown?: ($app: DatePickerAppSingleton) => void; | ||
}; | ||
@@ -289,2 +293,3 @@ type DatePickerStyle = { | ||
nDays: number; | ||
eventWidth: number; | ||
}; | ||
@@ -291,0 +296,0 @@ type MonthGridOptions = { |
@@ -77,4 +77,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
interface DatePickerAppSingleton extends AppSingleton { | ||
config: DatePickerConfigInternal; | ||
} | ||
type DatePickerListeners = { | ||
onChange?: (date: string) => void; | ||
onEscapeKeyDown?: ($app: DatePickerAppSingleton) => void; | ||
}; | ||
@@ -289,2 +293,3 @@ type DatePickerStyle = { | ||
nDays: number; | ||
eventWidth: number; | ||
}; | ||
@@ -291,0 +296,0 @@ type MonthGridOptions = { |
@@ -77,4 +77,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
interface DatePickerAppSingleton extends AppSingleton { | ||
config: DatePickerConfigInternal; | ||
} | ||
type DatePickerListeners = { | ||
onChange?: (date: string) => void; | ||
onEscapeKeyDown?: ($app: DatePickerAppSingleton) => void; | ||
}; | ||
@@ -289,2 +293,3 @@ type DatePickerStyle = { | ||
nDays: number; | ||
eventWidth: number; | ||
}; | ||
@@ -291,0 +296,0 @@ type MonthGridOptions = { |
{ | ||
"name": "@schedule-x/current-time", | ||
"version": "1.54.0", | ||
"version": "1.55.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "e107e76362346f2d961b429936f7ee55b25695e7" | ||
"gitHead": "f13cd788284d2fca3e4841e88baf5495bf661ef1" | ||
} |
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
61225
1660