@daypilot/daypilot-lite-vue 3.32.1 → 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 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
+ [![Cell Templates in Vue Calendar: Display Slot Start Times, Sunrise & Sunset](https://static.daypilot.org/npm/202505/vue-calendar-cell-templates.png)](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
  [![Vue Monthly Calendar/Scheduler (Open-Source)](https://static.daypilot.org/npm/202411/vue-monthly-calendar-scheduler-open-source.png)](https://code.daypilot.org/89705/vue-monthly-calendar-scheduler-open-source)
@@ -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;