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. |
||
|---|---|---|
| .. | ||
| AllDayEventRenderer.ts | ||
| ColumnRenderer.ts | ||
| EventRenderer.ts | ||
| EventRendererManager.ts | ||
| GridRenderer.ts | ||
| GridStyleManager.ts | ||
| HeaderRenderer.ts | ||
| NavigationRenderer.ts | ||