@daypilot/daypilot-lite-angular 4.8.0 → 4.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.
@@ -883,6 +883,7 @@ export declare module DayPilot {
883
883
  cellWidth?: number;
884
884
  command?: string;
885
885
  dayHeaderHeight?: number;
886
+ eventEndSpec?: "DateTime" | "Date";
886
887
  freeHandSelectionEnabled?: boolean;
887
888
  locale?: string;
888
889
  orientation?: "Vertical" | "Horizontal";
@@ -945,6 +946,9 @@ export declare module DayPilot {
945
946
  readonly isWeekend: boolean;
946
947
  html: string;
947
948
  cssClass: string;
949
+ readonly events: {
950
+ all(): DayPilot.Event[];
951
+ };
948
952
  };
949
953
  }
950
954
  interface NavigatorTimeRangeSelectArgs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "4.8.0",
3
+ "version": "4.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": "4.8.0"
35
+ "@daypilot/daypilot-lite-javascript": "4.9.0"
36
36
  },
37
37
  "module": "fesm2015/daypilot-daypilot-lite-angular.mjs",
38
38
  "es2020": "fesm2020/daypilot-daypilot-lite-angular.mjs",