@daypilot/daypilot-lite-vue 5.8.0 → 5.9.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.
- package/daypilot-vue.min.d.ts +2 -2
- package/daypilot-vue.min.js +9 -9
- package/package.json +2 -2
package/daypilot-vue.min.d.ts
CHANGED
|
@@ -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.
|
|
6
|
+
Version: 2026.2.839-lite
|
|
7
7
|
*/
|
|
8
8
|
type GlobalDate = Date;
|
|
9
9
|
|
|
@@ -1144,7 +1144,7 @@ export namespace DayPilot {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
export class NavigatorConfig extends NavigatorPropsAndEvents {
|
|
1147
|
-
events?:
|
|
1147
|
+
events?: EventDataShort[];
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
export interface NavigatorSelectOptions {
|