@foblex/flow
Version:
An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.
15 lines (14 loc) • 704 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { OnPointerMoveRequest } from './on-pointer-move-request';
import * as i0 from "@angular/core";
export declare class OnPointerMoveExecution implements IExecution<OnPointerMoveRequest, void> {
private readonly _fComponentsStore;
private get _hostElement();
private readonly _fDraggableDataContext;
handle(request: OnPointerMoveRequest): void;
private _setDifferenceToDraggableItems;
private _getDifferenceBetweenPointerAndPointerDown;
private _getPointerPositionInCanvas;
static ɵfac: i0.ɵɵFactoryDeclaration<OnPointerMoveExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<OnPointerMoveExecution>;
}