@daypilot/daypilot-lite-angular 3.2.0 → 3.2.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.
@@ -140,6 +140,7 @@ export declare module DayPilot {
140
140
  }
141
141
  export class MonthPropsAndEvents {
142
142
  backendUrl?: string;
143
+ cellHeaderClickHandling?: "Enabled" | "Disabled";
143
144
  cellHeaderHeight?: number;
144
145
  cellHeight?: number;
145
146
  eventBarVisible?: number;
@@ -148,6 +149,7 @@ export declare module DayPilot {
148
149
  eventDeleteHandling?: "Update" | "Disabled";
149
150
  eventMoveHandling?: "Update" | "CallBack" | "Notify" | "Disabled";
150
151
  eventResizeHandling?: "Update" | "CallBack" | "Notify" | "Disabled";
152
+ headerClickHandling?: "Enabled" | "Disabled" | "CallBack";
151
153
  headerHeight?: number;
152
154
  hideUntilInit?: boolean;
153
155
  lineSpace?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",