@schedule-x/calendar-controls
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
headerContent?: CustomComponentFn; | ||
interactiveModalAdditionalFields?: CustomComponentFn; | ||
}; | ||
@@ -283,0 +284,0 @@ interface EventsFacade { |
@@ -198,3 +198,6 @@ 'use strict'; | ||
setWeekOptions(weekOptions) { | ||
this.$app.config.weekOptions.value = weekOptions; | ||
this.$app.config.weekOptions.value = { | ||
...this.$app.config.weekOptions.value, | ||
...weekOptions, | ||
}; | ||
} | ||
@@ -201,0 +204,0 @@ setCalendars(calendars) { |
@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
headerContent?: CustomComponentFn; | ||
interactiveModalAdditionalFields?: CustomComponentFn; | ||
}; | ||
@@ -283,0 +284,0 @@ interface EventsFacade { |
@@ -196,3 +196,6 @@ var PluginName; | ||
setWeekOptions(weekOptions) { | ||
this.$app.config.weekOptions.value = weekOptions; | ||
this.$app.config.weekOptions.value = { | ||
...this.$app.config.weekOptions.value, | ||
...weekOptions, | ||
}; | ||
} | ||
@@ -199,0 +202,0 @@ setCalendars(calendars) { |
@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
headerContent?: CustomComponentFn; | ||
interactiveModalAdditionalFields?: CustomComponentFn; | ||
}; | ||
@@ -283,0 +284,0 @@ interface EventsFacade { |
@@ -202,3 +202,6 @@ (function (global, factory) { | ||
setWeekOptions(weekOptions) { | ||
this.$app.config.weekOptions.value = weekOptions; | ||
this.$app.config.weekOptions.value = { | ||
...this.$app.config.weekOptions.value, | ||
...weekOptions, | ||
}; | ||
} | ||
@@ -205,0 +208,0 @@ setCalendars(calendars) { |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"umdName": "SXCalendarControls", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "a32ac0d569ac3970d9a0c9ecd6867bc0cde691b8" | ||
"gitHead": "75f3a1b79df54f6c9aafec5897d09ec62c830053" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
74909
2047
0