@daypilot/daypilot-lite-angular 3.15.0 → 3.16.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.
@@ -74,6 +74,7 @@ export declare module DayPilot {
74
74
  list: EventData[];
75
75
  add(e: DayPilot.Event | EventData): void;
76
76
  find(id: string): DayPilot.Event;
77
+ find(filter: (e: DayPilot.Event) => boolean): DayPilot.Event;
77
78
  load(url: string, success: (args: {
78
79
  data: any;
79
80
  preventDefault(): void;
@@ -258,6 +259,8 @@ export declare module DayPilot {
258
259
  events: {
259
260
  list: EventData[];
260
261
  add(e: DayPilot.Event | EventData): void;
262
+ find(id: string): DayPilot.Event;
263
+ find(filter: (e: DayPilot.Event) => boolean): DayPilot.Event;
261
264
  load(url: string, success: (args: {
262
265
  data: any;
263
266
  preventDefault(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",