@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) • 758 B
TypeScript
import { ResetScaleAndCenterRequest } from './reset-scale-and-center-request';
import { IExecution } from '@foblex/mediator';
import { IPoint, IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class ResetScaleAndCenterExecution implements IExecution<ResetScaleAndCenterRequest, void> {
private readonly _fMediator;
private readonly _fComponentsStore;
private get _transform();
handle(request: ResetScaleAndCenterRequest): void;
_oneToOneCentering(rect: IRect, parentRect: IRect, points: IPoint[]): void;
private _getZeroPositionWithoutScale;
static ɵfac: i0.ɵɵFactoryDeclaration<ResetScaleAndCenterExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ResetScaleAndCenterExecution>;
}