@daypilot/daypilot-lite-vue 3.29.0 → 3.30.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.
@@ -324,6 +324,7 @@ export module DayPilot {
324
324
  cellMarginBottom?: number;
325
325
  contextMenu?: DayPilot.Menu;
326
326
  eventBarVisible?: boolean;
327
+ eventBorderRadius?: string | number;
327
328
  eventClickHandling?: "Enabled" | "Disabled" | "CallBack" | "ContextMenu";
328
329
  eventRightClickHandling?: "ContextMenu" | "Enabled" | "Disabled";
329
330
  eventHeight?: number;