@daypilot/daypilot-lite-vue 5.5.0 → 5.6.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.
@@ -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.813-lite
6
+ Version: 2026.2.817-lite
7
7
  */
8
8
  type GlobalDate = Date;
9
9
 
@@ -314,6 +314,7 @@ export namespace DayPilot {
314
314
  newStart: DayPilot.Date;
315
315
  newEnd: DayPilot.Date;
316
316
  newResource: ResourceId;
317
+ readonly alt: boolean;
317
318
  readonly ctrl: boolean;
318
319
  readonly shift: boolean;
319
320
  readonly meta: boolean;
@@ -330,6 +331,7 @@ export namespace DayPilot {
330
331
  readonly newStart: DayPilot.Date;
331
332
  readonly newEnd: DayPilot.Date;
332
333
  readonly newResource: ResourceId;
334
+ readonly alt: boolean;
333
335
  readonly ctrl: boolean;
334
336
  readonly shift: boolean;
335
337
  readonly meta: boolean;
@@ -343,6 +345,10 @@ export namespace DayPilot {
343
345
  newStart: DayPilot.Date;
344
346
  newEnd: DayPilot.Date;
345
347
  readonly what: "start" | "end"; // TODO check
348
+ readonly ctrl: boolean;
349
+ readonly shift: boolean;
350
+ readonly meta: boolean;
351
+ readonly alt: boolean;
346
352
 
347
353
  loaded(): void;
348
354
  preventDefault(): void;
@@ -356,6 +362,11 @@ export namespace DayPilot {
356
362
  readonly newStart: DayPilot.Date;
357
363
  readonly newEnd: DayPilot.Date;
358
364
  readonly what: "start" | "end";
365
+ readonly ctrl: boolean;
366
+ readonly shift: boolean;
367
+ readonly meta: boolean;
368
+ readonly alt: boolean;
369
+
359
370
  }
360
371
 
361
372
  export interface SchedulerEventRightClickArgs {
@@ -1627,6 +1638,7 @@ export namespace DayPilot {
1627
1638
  borderRadius?: number | string;
1628
1639
  bottom?: number | string;
1629
1640
  cssClass?: string;
1641
+ cursor?: string;
1630
1642
  fontColor?: string;
1631
1643
  height?: number | string;
1632
1644
  horizontalAlignment?: HorizontalAlignment;