@daypilot/daypilot-lite-angular 4.6.1 → 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.
@@ -467,6 +467,7 @@ export declare module DayPilot {
467
467
  loadingLabelHtml?: string;
468
468
  loadingLabelVisible?: boolean;
469
469
  locale?: string;
470
+ rtl?: boolean;
470
471
  showToolTip?: boolean;
471
472
  snapToGrid?: boolean;
472
473
  startDate?: DayPilot.Date | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "4.6.1",
3
+ "version": "4.8.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": "4.6.1"
35
+ "@daypilot/daypilot-lite-javascript": "4.8.0"
36
36
  },
37
37
  "module": "fesm2015/daypilot-daypilot-lite-angular.mjs",
38
38
  "es2020": "fesm2020/daypilot-daypilot-lite-angular.mjs",