@daypilot/daypilot-lite-javascript 5.4.0-sandbox.800 → 5.4.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.1.
|
|
6
|
+
Version: 2026.1.803-lite
|
|
7
7
|
*/
|
|
8
8
|
type GlobalDate = Date;
|
|
9
9
|
|
|
@@ -466,7 +466,8 @@ export module DayPilot {
|
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
export interface SchedulerScrollArgs {
|
|
469
|
-
|
|
469
|
+
readonly viewport: SchedulerViewport;
|
|
470
|
+
readonly control: DayPilot.Scheduler;
|
|
470
471
|
}
|
|
471
472
|
|
|
472
473
|
// TODO check if all values are supported
|