UNPKG

@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) 742 B
import { IExecution } from '@foblex/mediator'; import { UpdateNodeWhenStateOrSizeChangedRequest } from './update-node-when-state-or-size-changed-request'; import * as i0 from "@angular/core"; export declare class UpdateNodeWhenStateOrSizeChangedExecution implements IExecution<UpdateNodeWhenStateOrSizeChangedRequest, void> { private readonly _fMediator; handle(request: UpdateNodeWhenStateOrSizeChangedRequest): void; private _calculateConnectorsConnectableSide; private _calculateConnectorConnectableSide; private _getSideByDelta; static ɵfac: i0.ɵɵFactoryDeclaration<UpdateNodeWhenStateOrSizeChangedExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UpdateNodeWhenStateOrSizeChangedExecution>; }