Calendar/src/elements
Janus C. H. Knudsen 78ca23c07a Enables all-day event conversion on column hover
Allows users to convert all-day events to timed events by dragging them over a day column.

This implementation adds logic to the DragDropManager to detect when an all-day event is dragged over a column.
It then emits a new event, 'drag:mouseenter-column', carrying the event data and target column information.

The event rendering service handles this event.
2025-10-10 16:41:48 +02:00
..
SwpEventElement.ts Enables all-day event conversion on column hover 2025-10-10 16:41:48 +02:00