@daypilot/daypilot-lite-javascript 4.7.0-sandbox.741 → 4.8.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.
@@ -3,7 +3,7 @@ DayPilot Lite
3
3
  Copyright (c) 2005 - 2025 Annpoint s.r.o.
4
4
  https://www.daypilot.org/
5
5
  Licensed under Apache Software License 2.0
6
- Version: 2025.3.741-lite
6
+ Version: 2025.4.750-lite
7
7
  */
8
8
  type GlobalDate = Date;
9
9
 
@@ -538,6 +538,7 @@ export module DayPilot {
538
538
  loadingLabelHtml?: string;
539
539
  loadingLabelVisible?: boolean;
540
540
  locale?: string;
541
+ rtl?: boolean;
541
542
  showToolTip?: boolean;
542
543
  snapToGrid?: boolean;
543
544
  startDate?: DayPilot.Date | string;