@cpfr/tootframes 1.0.11 → 1.0.12

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.
@@ -108,6 +108,8 @@ declare class NodeEditor extends Widget {
108
108
  disconnect(output: NodePort, input: NodePort): void;
109
109
  onDragStart(mouseEvt: MouseEvent): boolean;
110
110
  onDragNodesStarted(): void;
111
+ _scrollOutOfBounds(x: number, y: number): void;
112
+ _checkOutOfBoundsScroll(mouseEvent: MouseEvent): void;
111
113
  onDragging(dragInfo: DragInfo): void;
112
114
  onDragEnd(mouseEvt: MouseEvent): void;
113
115
  intersection(rect1: DOMRect, rect2: DOMRect): boolean;