@daypilot/daypilot-lite-angular 3.29.0 → 3.30.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.
@@ -257,6 +257,7 @@ export declare module DayPilot {
257
257
  cellMarginBottom?: number;
258
258
  contextMenu?: DayPilot.Menu;
259
259
  eventBarVisible?: boolean;
260
+ eventBorderRadius?: string | number;
260
261
  eventClickHandling?: "Enabled" | "Disabled" | "CallBack" | "ContextMenu";
261
262
  eventRightClickHandling?: "ContextMenu" | "Enabled" | "Disabled";
262
263
  eventHeight?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.29.0",
3
+ "version": "3.30.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "tslib": "^2.3.0",
25
- "@daypilot/daypilot-lite-javascript": "3.29.0"
25
+ "@daypilot/daypilot-lite-javascript": "3.30.0"
26
26
  },
27
27
  "module": "fesm2015/daypilot-daypilot-lite-angular.mjs",
28
28
  "es2020": "fesm2020/daypilot-daypilot-lite-angular.mjs",