@daypilot/daypilot-lite-angular 5.8.0-sandbox.830 → 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.
@@ -983,7 +983,7 @@ export declare namespace DayPilot {
983
983
  onVisibleRangeChanged?: EventHandler<NavigatorVisibleRangeChangedArgs>;
984
984
  }
985
985
  class NavigatorConfig extends NavigatorPropsAndEvents {
986
- events?: EventData[];
986
+ events?: EventDataShort[];
987
987
  }
988
988
  interface NavigatorSelectOptions {
989
989
  dontFocus?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "5.8.0-sandbox.830",
3
+ "version": "5.9.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.3.0",
35
- "@daypilot/daypilot-lite-javascript": "5.8.0-sandbox.830"
35
+ "@daypilot/daypilot-lite-javascript": "5.9.0"
36
36
  },
37
37
  "module": "fesm2022/daypilot-daypilot-lite-angular.mjs",
38
38
  "typings": "index.d.ts",