@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.
14 lines (13 loc) • 783 B
TypeScript
import { GetNodeResizeRestrictionsRequest } from './get-node-resize-restrictions.request';
import { INodeResizeRestrictions } from './i-node-resize-restrictions';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetNodeResizeRestrictionsExecution implements IExecution<GetNodeResizeRestrictionsRequest, INodeResizeRestrictions> {
private _fMediator;
handle(request: GetNodeResizeRestrictionsRequest): INodeResizeRestrictions;
private _calculateNodePaddings;
private _getNormalizedParentBounds;
private _getNormalizedChildrenBounds;
static ɵfac: i0.ɵɵFactoryDeclaration<GetNodeResizeRestrictionsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNodeResizeRestrictionsExecution>;
}