@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) • 506 B
TypeScript
export * from './domain/calculate-common-node-move-limits';
export * from './domain/put-input-connection-handlers-to-array';
export * from './domain/put-output-connection-handlers-to-array';
export * from './domain/calculate-node-move-limits';
export * from './providers';
export * from './create-move-nodes-drag-model-from-selection.execution';
export * from './create-move-nodes-drag-model-from-selection.request';
export * from './i-node-move-limits';
export * from './i-node-move-limits-and-position';