@daypilot/daypilot-lite-angular 5.5.0 → 5.6.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.
@@ -277,6 +277,7 @@ export declare namespace DayPilot {
277
277
  newStart: DayPilot.Date;
278
278
  newEnd: DayPilot.Date;
279
279
  newResource: ResourceId;
280
+ readonly alt: boolean;
280
281
  readonly ctrl: boolean;
281
282
  readonly shift: boolean;
282
283
  readonly meta: boolean;
@@ -291,6 +292,7 @@ export declare namespace DayPilot {
291
292
  readonly newStart: DayPilot.Date;
292
293
  readonly newEnd: DayPilot.Date;
293
294
  readonly newResource: ResourceId;
295
+ readonly alt: boolean;
294
296
  readonly ctrl: boolean;
295
297
  readonly shift: boolean;
296
298
  readonly meta: boolean;
@@ -303,6 +305,10 @@ export declare namespace DayPilot {
303
305
  newStart: DayPilot.Date;
304
306
  newEnd: DayPilot.Date;
305
307
  readonly what: "start" | "end";
308
+ readonly ctrl: boolean;
309
+ readonly shift: boolean;
310
+ readonly meta: boolean;
311
+ readonly alt: boolean;
306
312
  loaded(): void;
307
313
  preventDefault(): void;
308
314
  }
@@ -314,6 +320,10 @@ export declare namespace DayPilot {
314
320
  readonly newStart: DayPilot.Date;
315
321
  readonly newEnd: DayPilot.Date;
316
322
  readonly what: "start" | "end";
323
+ readonly ctrl: boolean;
324
+ readonly shift: boolean;
325
+ readonly meta: boolean;
326
+ readonly alt: boolean;
317
327
  }
318
328
  interface SchedulerEventRightClickArgs {
319
329
  readonly e: DayPilot.Event;
@@ -1340,6 +1350,7 @@ export declare namespace DayPilot {
1340
1350
  borderRadius?: number | string;
1341
1351
  bottom?: number | string;
1342
1352
  cssClass?: string;
1353
+ cursor?: string;
1343
1354
  fontColor?: string;
1344
1355
  height?: number | string;
1345
1356
  horizontalAlignment?: HorizontalAlignment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "5.5.0",
3
+ "version": "5.6.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.5.0"
35
+ "@daypilot/daypilot-lite-javascript": "5.6.0"
36
36
  },
37
37
  "module": "fesm2022/daypilot-daypilot-lite-angular.mjs",
38
38
  "typings": "index.d.ts",