@daypilot/daypilot-lite-vue 3.23.0 → 3.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ export module DayPilot {
59
59
  timeRangeSelectedHandling?: "Enabled" | "Disabled" | "CallBack";
60
60
  viewType?: "Day" | "Days" | "Week" | "WorkWeek" | "Resources";
61
61
  visible?: boolean;
62
- // weekStarts?: "Auto" | number;
62
+ weekStarts?: "Auto" | number;
63
63
  xssProtection?: "Enabled" | "Disabled";
64
64
 
65
65
  onAfterEventRender?: EventHandler<CalendarAfterEventRenderArgs>;
@@ -333,7 +333,7 @@ export module DayPilot {
333
333
  theme?: string;
334
334
  timeRangeSelectedHandling?: "Enabled" | "Disabled" | "CallBack";
335
335
  visible?: boolean;
336
- weekStarts?: number;
336
+ weekStarts?: "Auto" | number;
337
337
  width?: string;
338
338
  xssProtection?: "Enabled" | "Disabled";
339
339