@daypilot/daypilot-lite-angular 3.23.0 → 3.25.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.
- package/esm2020/lib/core/daypilot-core.mjs +371 -371
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +457 -447
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +370 -370
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/lib/core/daypilot-core.d.ts +2 -1
- package/package.json +1 -1
|
@@ -36,6 +36,7 @@ export declare module DayPilot {
|
|
|
36
36
|
timeRangeSelectedHandling?: "Enabled" | "Disabled" | "CallBack";
|
|
37
37
|
viewType?: "Day" | "Days" | "Week" | "WorkWeek" | "Resources";
|
|
38
38
|
visible?: boolean;
|
|
39
|
+
weekStarts?: "Auto" | number;
|
|
39
40
|
xssProtection?: "Enabled" | "Disabled";
|
|
40
41
|
onAfterEventRender?: EventHandler<CalendarAfterEventRenderArgs>;
|
|
41
42
|
onBeforeCellRender?: EventHandler<CalendarBeforeCellRenderArgs>;
|
|
@@ -267,7 +268,7 @@ export declare module DayPilot {
|
|
|
267
268
|
theme?: string;
|
|
268
269
|
timeRangeSelectedHandling?: "Enabled" | "Disabled" | "CallBack";
|
|
269
270
|
visible?: boolean;
|
|
270
|
-
weekStarts?: number;
|
|
271
|
+
weekStarts?: "Auto" | number;
|
|
271
272
|
width?: string;
|
|
272
273
|
xssProtection?: "Enabled" | "Disabled";
|
|
273
274
|
onAfterEventRender?: EventHandler<MonthAfterEventRenderArgs>;
|