@daypilot/daypilot-lite-angular 5.4.0 → 5.4.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.
@@ -159,6 +159,7 @@ var DayPilot;
159
159
  eventMoveHandling;
160
160
  eventResizeHandling;
161
161
  eventRightClickHandling;
162
+ eventsLoadMethod;
162
163
  headerClickHandling;
163
164
  headerDateFormat;
164
165
  headerHeight;
@@ -237,6 +238,7 @@ var DayPilot;
237
238
  eventDeleteHandling;
238
239
  eventMoveHandling;
239
240
  eventResizeHandling;
241
+ eventsLoadMethod;
240
242
  headerClickHandling;
241
243
  headerHeight;
242
244
  hideUntilInit;
@@ -279,6 +281,7 @@ var DayPilot;
279
281
  }
280
282
  DayPilot.Month = Month;
281
283
  class NavigatorPropsAndEvents {
284
+ autoFocusOnClick;
282
285
  cellHeight;
283
286
  cellWidth;
284
287
  command;
@@ -286,8 +289,10 @@ var DayPilot;
286
289
  eventEndSpec;
287
290
  freeHandSelectionEnabled;
288
291
  locale;
292
+ month;
289
293
  orientation;
290
294
  rowsPerMonth;
295
+ rtl;
291
296
  selectionDay;
292
297
  selectionEnd;
293
298
  selectionStart;
@@ -305,6 +310,7 @@ var DayPilot;
305
310
  todayText;
306
311
  weekStarts;
307
312
  weekNumberAlgorithm;
313
+ year;
308
314
  timeRangeSelectedHandling;
309
315
  visibleRangeChangedHandling;
310
316
  onBeforeCellRender;
@@ -402,9 +408,9 @@ var DayPilot;
402
408
  static Cache;
403
409
  }
404
410
  DayPilot.Date = Date;
405
- class DayPilotDateCache {
411
+ class DateCache {
406
412
  }
407
- DayPilot.DayPilotDateCache = DayPilotDateCache;
413
+ DayPilot.DateCache = DateCache;
408
414
  class Util {
409
415
  }
410
416
  DayPilot.Util = Util;
@@ -413,6 +419,7 @@ var DayPilot;
413
419
  DayPilot.ColorUtil = ColorUtil;
414
420
  class Http {
415
421
  }
422
+ DayPilot.Http = Http;
416
423
  class Duration {
417
424
  ticks;
418
425
  }
@@ -432,13 +439,16 @@ var DayPilot;
432
439
  autoFocus;
433
440
  autoStretch;
434
441
  autoStretchFirstLoadOnly;
442
+ cancelText;
435
443
  container;
436
444
  disposeOnClose;
437
445
  dragDrop;
438
446
  focus;
439
447
  height;
440
448
  left;
449
+ locale;
441
450
  loadingHtml;
451
+ okText;
442
452
  maxHeight;
443
453
  scrollWithPage;
444
454
  theme;
@@ -484,7 +494,7 @@ DayPilot Lite
484
494
  Copyright (c) 2005 - 2026 Annpoint s.r.o.
485
495
  https://www.daypilot.org/
486
496
  Licensed under Apache Software License 2.0
487
- Version: 2026.1.803-lite
497
+ Version: 2026.1.809-lite
488
498
  */
489
499
  "use strict";
490
500
  var DayPilot = { Global: {} };