@daypilot/daypilot-lite-javascript 5.7.0-sandbox.821 → 5.7.0-sandbox.823

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.
@@ -3,7 +3,7 @@ DayPilot Lite
3
3
  Copyright (c) 2005 - 2026 Annpoint s.r.o.
4
4
  https://www.daypilot.org/
5
5
  Licensed under Apache Software License 2.0
6
- Version: 2026.2.821-lite
6
+ Version: 2026.2.823-lite
7
7
  */
8
8
  type GlobalDate = Date;
9
9
 
@@ -552,7 +552,6 @@ export namespace DayPilot {
552
552
  toolTip: string;
553
553
  }
554
554
 
555
-
556
555
  export class CalendarPropsAndEvents {
557
556
  backendUrl?: string;
558
557
  businessBeginsHour?: number;
@@ -563,6 +562,7 @@ export namespace DayPilot {
563
562
  columnMarginRight?: number;
564
563
  columnsLoadMethod?: "POST" | "GET";
565
564
  contextMenu?: DayPilot.Menu;
565
+ cssClass?: string;
566
566
  days?: number;
567
567
  doubleClickTimeout?: number;
568
568
  durationBarVisible?: boolean;