@daypilot/daypilot-lite-angular 5.2.0 → 5.3.1

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.
@@ -466,6 +466,7 @@ export declare module DayPilot {
466
466
  businessBeginsHour?: number;
467
467
  businessEndsHour?: number;
468
468
  cellHeight?: number;
469
+ cellDuration?: number;
469
470
  columnMarginLeft?: number;
470
471
  columnMarginRight?: number;
471
472
  columnsLoadMethod?: "POST" | "GET";
@@ -12,7 +12,6 @@ export declare class DayPilotNavigatorComponent implements OnInit, OnDestroy, Af
12
12
  private _hashEvents;
13
13
  private _onTrs;
14
14
  private _dateSet;
15
- private _currentDate;
16
15
  private _eventsSet;
17
16
  private _date;
18
17
  get date(): DayPilot.Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "5.2.0",
3
+ "version": "5.3.1",
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.2.0"
35
+ "@daypilot/daypilot-lite-javascript": "5.3.1"
36
36
  },
37
37
  "module": "fesm2022/daypilot-daypilot-lite-angular.mjs",
38
38
  "typings": "index.d.ts",