@schedule-x/current-time
Advanced tools
Comparing version 1.62.0 to 1.63.0
@@ -183,2 +183,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
calendarId?: string; | ||
_customContent?: { | ||
timeGrid?: string; | ||
dateGrid?: string; | ||
monthGrid?: string; | ||
monthAgenda?: string; | ||
}; | ||
_options?: CalendarEventOptions; | ||
@@ -185,0 +191,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any |
@@ -183,2 +183,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
calendarId?: string; | ||
_customContent?: { | ||
timeGrid?: string; | ||
dateGrid?: string; | ||
monthGrid?: string; | ||
monthAgenda?: string; | ||
}; | ||
_options?: CalendarEventOptions; | ||
@@ -185,0 +191,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any |
@@ -183,2 +183,8 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
calendarId?: string; | ||
_customContent?: { | ||
timeGrid?: string; | ||
dateGrid?: string; | ||
monthGrid?: string; | ||
monthAgenda?: string; | ||
}; | ||
_options?: CalendarEventOptions; | ||
@@ -185,0 +191,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any |
{ | ||
"name": "@schedule-x/current-time", | ||
"umdName": "SXCurrentTime", | ||
"version": "1.62.0", | ||
"version": "1.63.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "f15ed6fcdcff8e6400790f4606538a1483a032ae" | ||
"gitHead": "906db8809bd0e31aed0a846b73c93a21c25dfdd7" | ||
} |
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
67666
1809