@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.
- package/esm2020/lib/core/daypilot-core.mjs +14 -10
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +15 -9
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +13 -9
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/lib/core/daypilot-core.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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;
|