@schedule-x/current-time
Advanced tools
Comparing version 2.12.0 to 2.12.1
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { JSX } from "preact"; | ||
import { CSSProperties } from "preact/compat"; | ||
@@ -122,3 +122,3 @@ declare enum WeekDay { | ||
id: string; | ||
}) => JSXInternal.Element; | ||
}) => JSX.Element; | ||
declare const addMonths: (to: string, nMonths: number) => string; | ||
@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string; | ||
setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void; | ||
ComponentFn(props: EventModalProps): JSXInternal.Element; | ||
ComponentFn(props: EventModalProps): JSX.Element; | ||
} | ||
@@ -254,0 +254,0 @@ interface CalendarCallbacks { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { JSX } from "preact"; | ||
import { CSSProperties } from "preact/compat"; | ||
@@ -122,3 +122,3 @@ declare enum WeekDay { | ||
id: string; | ||
}) => JSXInternal.Element; | ||
}) => JSX.Element; | ||
declare const addMonths: (to: string, nMonths: number) => string; | ||
@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string; | ||
setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void; | ||
ComponentFn(props: EventModalProps): JSXInternal.Element; | ||
ComponentFn(props: EventModalProps): JSX.Element; | ||
} | ||
@@ -254,0 +254,0 @@ interface CalendarCallbacks { |
import { Signal, ReadonlySignal } from "@preact/signals"; | ||
import { JSXInternal } from "preact/src/jsx"; | ||
import { JSX } from "preact"; | ||
import { CSSProperties } from "preact/compat"; | ||
@@ -122,3 +122,3 @@ declare enum WeekDay { | ||
id: string; | ||
}) => JSXInternal.Element; | ||
}) => JSX.Element; | ||
declare const addMonths: (to: string, nMonths: number) => string; | ||
@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string; | ||
setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void; | ||
ComponentFn(props: EventModalProps): JSXInternal.Element; | ||
ComponentFn(props: EventModalProps): JSX.Element; | ||
} | ||
@@ -254,0 +254,0 @@ interface CalendarCallbacks { |
{ | ||
"name": "@schedule-x/current-time", | ||
"umdName": "SXCurrentTime", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "9b03335534cb96ce6c478fcf796c9ea090536e24" | ||
"gitHead": "72dc36bf74e023d7ca8087959e8ff4d084a91494" | ||
} |
71908