@daypilot/daypilot-lite-vue 3.33.0 → 3.33.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/README.md +10 -0
- package/daypilot-vue.min.d.ts +2 -0
- package/daypilot-vue.min.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,16 @@ Vue templates allow adding dynamic content to Vue Calendar events, including int
|
|
|
68
68
|
|
|
69
69
|
***
|
|
70
70
|
|
|
71
|
+
### Cell Templates in Vue Calendar: Display Slot Start Times, Sunrise & Sunset
|
|
72
|
+
|
|
73
|
+
[](https://code.daypilot.org/50152/vue-calendar-cell-templates-open-source)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
[Cell Templates in Vue Calendar: Display Slot Start Times, Sunrise & Sunset (Open-Source)](https://code.daypilot.org/50152/vue-calendar-cell-templates-open-source)
|
|
77
|
+
Use Vue templates to add custom content to calendar cells: text, icons, or even Vue components. Use v-if to display content only in the cells you choose.
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
71
81
|
### Vue Monthly Calendar/Scheduler Tutorial
|
|
72
82
|
|
|
73
83
|
[](https://code.daypilot.org/89705/vue-monthly-calendar-scheduler-open-source)
|
package/daypilot-vue.min.d.ts
CHANGED
|
@@ -55,10 +55,12 @@ export module DayPilot {
|
|
|
55
55
|
loadingLabelVisible?: boolean;
|
|
56
56
|
locale?: string;
|
|
57
57
|
showToolTip?: boolean;
|
|
58
|
+
snapToGrid?: boolean;
|
|
58
59
|
startDate?: DayPilot.Date | string;
|
|
59
60
|
theme?: string;
|
|
60
61
|
timeFormat?: "Auto" | "Clock12Hours" | "Clock24Hours";
|
|
61
62
|
timeRangeSelectedHandling?: "Enabled" | "Disabled" | "CallBack";
|
|
63
|
+
useEventBoxes?: "Always" | "Never";
|
|
62
64
|
viewType?: "Day" | "Days" | "Week" | "WorkWeek" | "Resources";
|
|
63
65
|
visible?: boolean;
|
|
64
66
|
weekStarts?: "Auto" | number;
|