@daypilot/daypilot-lite-angular 3.19.0 → 3.20.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.
@@ -90,6 +90,7 @@ export declare module DayPilot {
90
90
  constructor(id: string | HTMLElement, options?: CalendarConfig);
91
91
  clearSelection(): void;
92
92
  dispose(): void;
93
+ disposed(): boolean;
93
94
  getSelection(): DayPilot.Selection;
94
95
  hide(): void;
95
96
  init(): void;
@@ -292,6 +293,7 @@ export declare module DayPilot {
292
293
  constructor(id: string | HTMLElement, options?: MonthConfig);
293
294
  clearSelection(): void;
294
295
  dispose(): void;
296
+ disposed(): boolean;
295
297
  init(): void;
296
298
  show(): void;
297
299
  hide(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.19.0",
3
+ "version": "3.20.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",