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.

10 lines (9 loc) 1.05 kB
import { FNodeResizeFinalizeExecution } from './resize-finalize'; import { FNodeResizePreparationExecution } from './resize-preparation'; import { GetNodeResizeRestrictionsExecution } from './get-node-resize-restrictions'; import { ApplyChildResizeRestrictionsExecution } from './apply-child-resize-restrictions'; import { ApplyParentResizeRestrictionsExecution } from './apply-parent-resize-restrictions'; import { CalculateChangedSizeExecution } from './calculate-changed-size'; import { CalculateChangedPositionExecution } from './calculate-changed-position'; import { GetNormalizedChildrenNodesRectExecution } from './get-normalized-children-nodes-rect'; export declare const NODE_RESIZE_PROVIDERS: (typeof GetNormalizedChildrenNodesRectExecution | typeof GetNodeResizeRestrictionsExecution | typeof ApplyChildResizeRestrictionsExecution | typeof ApplyParentResizeRestrictionsExecution | typeof CalculateChangedPositionExecution | typeof CalculateChangedSizeExecution | typeof FNodeResizeFinalizeExecution | typeof FNodeResizePreparationExecution)[];