@particle-academy/fancy-flow 0.72.1 → 0.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/dist/{FlowViewer-CoAJ3o52.d.cts → FlowViewer-Ak8kbY0e.d.cts} +12 -1
- package/dist/{FlowViewer-BCc_BvuD.d.ts → FlowViewer-BAV29Zpi.d.ts} +12 -1
- package/dist/{chunk-LYYQO7EY.js → chunk-XV5L4JQH.js} +4 -3
- package/dist/chunk-XV5L4JQH.js.map +1 -0
- package/dist/durable/index.d.cts +94 -2
- package/dist/durable/index.d.ts +94 -2
- package/dist/durable.cjs +52 -2
- package/dist/durable.cjs.map +1 -1
- package/dist/durable.js +51 -3
- package/dist/durable.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/screens.cjs +2 -1
- package/dist/screens.cjs.map +1 -1
- package/dist/screens.d.cts +1 -1
- package/dist/screens.d.ts +1 -1
- package/dist/screens.js +2 -2
- package/package.json +2 -2
- package/dist/chunk-LYYQO7EY.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -13,7 +13,7 @@ import { WorkflowSchema, WorkflowMetadata } from './schema/index.cjs';
|
|
|
13
13
|
export { ImportIssue, ImportOptions, ImportResult, WORKFLOW_SCHEMA_URL, WORKFLOW_SCHEMA_VERSION, WorkflowSchemaEdge, WorkflowSchemaNode, exportWorkflow, importWorkflow, migrateSchema, workflowToBlob } from './schema/index.cjs';
|
|
14
14
|
import { AutoLayoutOptions } from './layout/index.cjs';
|
|
15
15
|
export { AutoLayoutDirection } from './layout/index.cjs';
|
|
16
|
-
export { F as FlowNodeStatus, a as FlowViewer, b as FlowViewerClassNames, c as FlowViewerProps } from './FlowViewer-
|
|
16
|
+
export { F as FlowNodeStatus, a as FlowViewer, b as FlowViewerClassNames, c as FlowViewerProps } from './FlowViewer-Ak8kbY0e.cjs';
|
|
17
17
|
import { FlowRunFeedEntry } from './runtime/index.cjs';
|
|
18
18
|
export { HistoryController, UseFlowHistoryReturn, UseFlowRunOptions, UseFlowRunReturn, UseFlowStateReturn, applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './runtime/index.cjs';
|
|
19
19
|
export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-pW0PllaZ.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { WorkflowSchema, WorkflowMetadata } from './schema/index.js';
|
|
|
13
13
|
export { ImportIssue, ImportOptions, ImportResult, WORKFLOW_SCHEMA_URL, WORKFLOW_SCHEMA_VERSION, WorkflowSchemaEdge, WorkflowSchemaNode, exportWorkflow, importWorkflow, migrateSchema, workflowToBlob } from './schema/index.js';
|
|
14
14
|
import { AutoLayoutOptions } from './layout/index.js';
|
|
15
15
|
export { AutoLayoutDirection } from './layout/index.js';
|
|
16
|
-
export { F as FlowNodeStatus, a as FlowViewer, b as FlowViewerClassNames, c as FlowViewerProps } from './FlowViewer-
|
|
16
|
+
export { F as FlowNodeStatus, a as FlowViewer, b as FlowViewerClassNames, c as FlowViewerProps } from './FlowViewer-BAV29Zpi.js';
|
|
17
17
|
import { FlowRunFeedEntry } from './runtime/index.js';
|
|
18
18
|
export { HistoryController, UseFlowHistoryReturn, UseFlowRunOptions, UseFlowRunReturn, UseFlowStateReturn, applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './runtime/index.js';
|
|
19
19
|
export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-BLP9rXfO.js';
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { removeNodes, removeEdges, cloneSubgraph, alignNodes, distributeNodes, reconnectEdge, assignToLane, removeFromLane, duplicateNode, setEdgeLabel, FlowCanvas } from './chunk-
|
|
2
|
-
export { ActionNode, DecisionNode, FlowCanvas, FlowViewer, NodeShell, OutputNode, SubgraphNode, TriggerNode, alignNodes, cloneSubgraph, defaultNodeTypes, distributeNodes, reconnectEdge } from './chunk-
|
|
1
|
+
import { removeNodes, removeEdges, cloneSubgraph, alignNodes, distributeNodes, reconnectEdge, assignToLane, removeFromLane, duplicateNode, setEdgeLabel, FlowCanvas } from './chunk-XV5L4JQH.js';
|
|
2
|
+
export { ActionNode, DecisionNode, FlowCanvas, FlowViewer, NodeShell, OutputNode, SubgraphNode, TriggerNode, alignNodes, cloneSubgraph, defaultNodeTypes, distributeNodes, reconnectEdge } from './chunk-XV5L4JQH.js';
|
|
3
3
|
import { useFlowState, useFlowRun, useFlowHistory, applyOutputsToNodes, applyStatusesToNodes } from './chunk-GQ5LEA7Q.js';
|
|
4
4
|
export { applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './chunk-GQ5LEA7Q.js';
|
|
5
5
|
export { runCohort } from './chunk-K7KO3UJ3.js';
|
package/dist/screens.cjs
CHANGED
|
@@ -12260,6 +12260,7 @@ function FlowViewer({
|
|
|
12260
12260
|
height = 480,
|
|
12261
12261
|
showMinimap = false,
|
|
12262
12262
|
showControls = true,
|
|
12263
|
+
zoomOnWheel = false,
|
|
12263
12264
|
statuses,
|
|
12264
12265
|
selectedNodeId = null,
|
|
12265
12266
|
onSelectNode,
|
|
@@ -12367,7 +12368,7 @@ function FlowViewer({
|
|
|
12367
12368
|
selectionKeyCode: null,
|
|
12368
12369
|
multiSelectionKeyCode: null,
|
|
12369
12370
|
connectOnClick: false,
|
|
12370
|
-
|
|
12371
|
+
zoomOnWheel,
|
|
12371
12372
|
onNodeClick: onSelectNode ? (_, node) => onSelectNode(node) : void 0,
|
|
12372
12373
|
fitView: true
|
|
12373
12374
|
}
|