@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.
13 lines (12 loc) • 799 B
TypeScript
import { IRect } from '@foblex/2d';
import { CalculateNodesBoundingBoxNormalizedPositionRequest } from './calculate-nodes-bounding-box-normalized-position.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class CalculateNodesBoundingBoxNormalizedPositionExecution implements IExecution<CalculateNodesBoundingBoxNormalizedPositionRequest, IRect | null> {
private _fComponentsStore;
handle(request: CalculateNodesBoundingBoxNormalizedPositionRequest): IRect | null;
private _getNodesRects;
private _getElementRect;
static ɵfac: i0.ɵɵFactoryDeclaration<CalculateNodesBoundingBoxNormalizedPositionExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CalculateNodesBoundingBoxNormalizedPositionExecution>;
}