@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.
23 lines (22 loc) • 1.02 kB
TypeScript
import { FNodeDropToGroupPreparationRequest } from './f-node-drop-to-group-preparation.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class FNodeDropToGroupPreparationExecution implements IExecution<FNodeDropToGroupPreparationRequest, void> {
private readonly _fMediator;
private readonly _fDraggableDataContext;
private readonly _fComponentsStore;
private readonly _injector;
private get _fNodes();
private get _transform();
private get _fCanvasPosition();
handle(request: FNodeDropToGroupPreparationRequest): void;
private _isValid;
private _isNodeDragHandler;
private _isExternalItemDragHandler;
private _getNotDraggedNodesRects;
private _getNodesBeingDragged;
private _addParentNodes;
private _getNotDraggedNodes;
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeDropToGroupPreparationExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FNodeDropToGroupPreparationExecution>;
}