@worktile/gantt 18.0.2 → 18.0.4

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.
@@ -13,13 +13,15 @@ export declare class GanttBarDrag implements OnDestroy {
13
13
  private ganttUpper;
14
14
  private barElement;
15
15
  private item;
16
+ private hasMonitorMouseEvent;
16
17
  private get dragDisabled();
17
18
  private get linkDragDisabled();
18
19
  private get barHandleDragMoveAndScrollDistance();
19
20
  private get autoScrollStep();
20
21
  private linkDraggingLine;
21
22
  private barDragRef;
22
- private dragRefs;
23
+ private linkDragRefs;
24
+ private barHandleDragRefs;
23
25
  private destroy$;
24
26
  /** Used to signal to the current auto-scroll sequence when to stop. */
25
27
  private stopScrollTimers$;
@@ -64,7 +66,11 @@ export declare class GanttBarDrag implements OnDestroy {
64
66
  private stopScrolling;
65
67
  private isStartOrEndInsideView;
66
68
  private updateItemDate;
67
- createDrags(elementRef: ElementRef, item: GanttItemInternal, ganttUpper: GanttUpper): void;
69
+ initialize(elementRef: ElementRef, item: GanttItemInternal, ganttUpper: GanttUpper): void;
70
+ private createBarDragRef;
71
+ private createBarHandleDragRefs;
72
+ private createLinkDragRefs;
73
+ createDrags(): void;
68
74
  updateItem(item: GanttItemInternal): void;
69
75
  ngOnDestroy(): void;
70
76
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttBarDrag, never>;