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.

12 lines (11 loc) 1.24 kB
import { AddNodeToStoreExecution } from './add-node-to-store'; import { RemoveNodeFromStoreExecution } from './remove-node-from-store'; import { UpdateNodeWhenStateOrSizeChangedExecution } from './update-node-when-state-or-size-changed'; import { GetNodesExecution } from './get-nodes'; import { CalculateNodesBoundingBoxExecution } from './calculate-nodes-bounding-box'; import { CalculateNodesBoundingBoxNormalizedPositionExecution } from './calculate-nodes-bounding-box-normalized-position'; import { GetNodePaddingExecution } from './get-node-padding'; import { GetParentNodesExecution } from './get-parent-nodes'; import { CalculateInputConnectionsExecution } from './calculate-input-connections'; import { CalculateOutputConnectionsExecution } from './calculate-output-connections'; export declare const F_NODE_FEATURES: (typeof AddNodeToStoreExecution | typeof CalculateInputConnectionsExecution | typeof CalculateNodesBoundingBoxExecution | typeof CalculateNodesBoundingBoxNormalizedPositionExecution | typeof CalculateOutputConnectionsExecution | typeof GetNodePaddingExecution | typeof GetNodesExecution | typeof GetParentNodesExecution | typeof UpdateNodeWhenStateOrSizeChangedExecution | typeof RemoveNodeFromStoreExecution)[];