@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.
18 lines (17 loc) • 852 B
TypeScript
import { GetNormalizedConnectorRectRequest } from './get-normalized-connector-rect-request';
import { IExecution } from '@foblex/mediator';
import { IRoundedRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class GetNormalizedConnectorRectExecution implements IExecution<GetNormalizedConnectorRectRequest, IRoundedRect> {
private readonly _fComponentsStore;
private readonly _fMediator;
private get _transform();
handle(request: GetNormalizedConnectorRectRequest): IRoundedRect;
private _getElementRoundedRect;
private _normalizePosition;
private _unscaleSize;
private _getUnscaledRect;
private _getOffsetSize;
static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedConnectorRectExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedConnectorRectExecution>;
}