@daypilot/daypilot-lite-javascript 3.24.0 → 3.26.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.
@@ -28,6 +28,7 @@ export module DayPilot {
28
28
  businessBeginsHour?: number;
29
29
  businessEndsHour?: number;
30
30
  cellHeight?: number;
31
+ columnMarginLeft?: number;
31
32
  columnMarginRight?: number;
32
33
  columnsLoadMethod?: "POST" | "GET";
33
34
  contextMenu?: DayPilot.Menu;
@@ -990,8 +991,8 @@ export module DayPilot {
990
991
  text(): string;
991
992
  text(newText: string): void;
992
993
 
993
- resource(): string;
994
- resource(newResource: string): void;
994
+ resource(): ResourceId;
995
+ resource(newResource: ResourceId): void;
995
996
 
996
997
  duration(): DayPilot.Duration;
997
998
  }