@schedule-x/calendar-controls
Advanced tools
Comparing version 1.23.0 to 1.24.0
@@ -122,3 +122,3 @@ import { Signal } from "@preact/signals"; | ||
* */ | ||
setDateRange: (config: RangeSetterConfig) => void; | ||
setDateRange: (config: RangeSetterConfig) => DateRange; | ||
/** | ||
@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width) | ||
_customComponentFns: CustomComponentFns; | ||
minDate?: string; | ||
maxDate?: string; | ||
// Getters | ||
@@ -291,0 +293,0 @@ isHybridDay: boolean; |
@@ -122,3 +122,3 @@ import { Signal } from "@preact/signals"; | ||
* */ | ||
setDateRange: (config: RangeSetterConfig) => void; | ||
setDateRange: (config: RangeSetterConfig) => DateRange; | ||
/** | ||
@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width) | ||
_customComponentFns: CustomComponentFns; | ||
minDate?: string; | ||
maxDate?: string; | ||
// Getters | ||
@@ -291,0 +293,0 @@ isHybridDay: boolean; |
@@ -122,3 +122,3 @@ import { Signal } from "@preact/signals"; | ||
* */ | ||
setDateRange: (config: RangeSetterConfig) => void; | ||
setDateRange: (config: RangeSetterConfig) => DateRange; | ||
/** | ||
@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width) | ||
_customComponentFns: CustomComponentFns; | ||
minDate?: string; | ||
maxDate?: string; | ||
// Getters | ||
@@ -291,0 +293,0 @@ isHybridDay: boolean; |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "d084e34c80e6dba3a9d46b63395b5c746b50e96c" | ||
"gitHead": "0e70000523c5a1e79c4d2066f71004bf2244507d" | ||
} |
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
39254
1163