@schedule-x/current-time
Advanced tools
Comparing version 1.48.0 to 1.49.0
@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
type TranslateFn = (key: string) => string; | ||
type TranslationVariables = { | ||
[key: string]: string | number; | ||
}; | ||
type TranslateFn = (key: string, variables?: TranslationVariables) => string; | ||
/** | ||
@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar | ||
gridHeight: number; | ||
nDays: number; | ||
}; | ||
@@ -283,0 +287,0 @@ type MonthGridOptions = { |
@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
type TranslateFn = (key: string) => string; | ||
type TranslationVariables = { | ||
[key: string]: string | number; | ||
}; | ||
type TranslateFn = (key: string, variables?: TranslationVariables) => string; | ||
/** | ||
@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar | ||
gridHeight: number; | ||
nDays: number; | ||
}; | ||
@@ -283,0 +287,0 @@ type MonthGridOptions = { |
@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
} | ||
type TranslateFn = (key: string) => string; | ||
type TranslationVariables = { | ||
[key: string]: string | number; | ||
}; | ||
type TranslateFn = (key: string, variables?: TranslationVariables) => string; | ||
/** | ||
@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar | ||
gridHeight: number; | ||
nDays: number; | ||
}; | ||
@@ -283,0 +287,0 @@ type MonthGridOptions = { |
{ | ||
"name": "@schedule-x/current-time", | ||
"version": "1.48.0", | ||
"version": "1.49.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "770bce0c213cded949c70cac797f3c8badb2725f" | ||
"gitHead": "10378f271ef2a416b7f625b34308846eda6254db" | ||
} |
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
66295
1784