@daypilot/daypilot-lite-javascript 3.29.0 → 3.30.1

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.
@@ -163,13 +163,17 @@ export module DayPilot {
163
163
  readonly start: DayPilot.Date;
164
164
  readonly end: DayPilot.Date;
165
165
  readonly resource: ResourceId;
166
+ readonly x: number;
167
+ readonly y: number;
166
168
  readonly properties: {
167
169
  html: string;
168
170
  business: boolean;
169
171
  backColor: string;
170
172
  backImage: string;
171
173
  backRepeat: string;
174
+ fontColor: string;
172
175
  cssClass: string;
176
+ text: string;
173
177
  };
174
178
  };
175
179
  }
@@ -324,6 +328,7 @@ export module DayPilot {
324
328
  cellMarginBottom?: number;
325
329
  contextMenu?: DayPilot.Menu;
326
330
  eventBarVisible?: boolean;
331
+ eventBorderRadius?: string | number;
327
332
  eventClickHandling?: "Enabled" | "Disabled" | "CallBack" | "ContextMenu";
328
333
  eventRightClickHandling?: "ContextMenu" | "Enabled" | "Disabled";
329
334
  eventHeight?: number;
@@ -1039,6 +1044,7 @@ export module DayPilot {
1039
1044
  action?: "Default" | "None" | "ContextMenu" | "ResizeEnd" | "ResizeStart" | "Move";
1040
1045
  backColor?: string;
1041
1046
  background?: string;
1047
+ borderRadius?: number | string;
1042
1048
  bottom?: number | string;
1043
1049
  cssClass?: string;
1044
1050
  fontColor?: string;