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