wechen-agent-editor-v1 1.2.2 → 1.3.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 +73 -15
- package/dist/WechenAgentEditor.d.ts +8 -0
- package/dist/WechenAgentEditor.d.ts.map +1 -1
- package/dist/WechenAgentEditorContext.d.ts +7 -0
- package/dist/WechenAgentEditorContext.d.ts.map +1 -1
- package/dist/flow/PathEditContext.d.ts +16 -0
- package/dist/flow/PathEditContext.d.ts.map +1 -0
- package/dist/flow/edgeLayoutSnapshot.d.ts +2 -2
- package/dist/flow/edgeLayoutSnapshot.d.ts.map +1 -1
- package/dist/flow/edgeOrthogonalPath.d.ts +3 -2
- package/dist/flow/edgeOrthogonalPath.d.ts.map +1 -1
- package/dist/flow/edgePolylinePath.d.ts +81 -0
- package/dist/flow/edgePolylinePath.d.ts.map +1 -0
- package/dist/flow/flowGraphMutations.d.ts +10 -0
- package/dist/flow/flowGraphMutations.d.ts.map +1 -1
- package/dist/flow/flowJsonUtils.d.ts.map +1 -1
- package/dist/flow/nodes/CardNode.d.ts.map +1 -1
- package/dist/flow/nodes/MainAgentNode.d.ts.map +1 -1
- package/dist/flow/nodes/PillNode.d.ts.map +1 -1
- package/dist/flow/selectionToolbar/EdgeSelectionToolbar.d.ts +13 -0
- package/dist/flow/selectionToolbar/EdgeSelectionToolbar.d.ts.map +1 -0
- package/dist/flow/selectionToolbar/SelectionToolbar.d.ts +30 -0
- package/dist/flow/selectionToolbar/SelectionToolbar.d.ts.map +1 -0
- package/dist/flow/selectionToolbar/WechenNodeSelectionToolbar.d.ts +7 -0
- package/dist/flow/selectionToolbar/WechenNodeSelectionToolbar.d.ts.map +1 -0
- package/dist/flow/selectionToolbar/edgeSelectionToolbarLogic.d.ts +15 -0
- package/dist/flow/selectionToolbar/edgeSelectionToolbarLogic.d.ts.map +1 -0
- package/dist/flow/selectionToolbar/polylineMidpoint.d.ts +7 -0
- package/dist/flow/selectionToolbar/polylineMidpoint.d.ts.map +1 -0
- package/dist/flow/selectionToolbar/selectionToolbarVisibility.d.ts +24 -0
- package/dist/flow/selectionToolbar/selectionToolbarVisibility.d.ts.map +1 -0
- package/dist/flow/wechenAgentEdgeTypes.d.ts +2 -15
- package/dist/flow/wechenAgentEdgeTypes.d.ts.map +1 -1
- package/dist/flowTypes.d.ts +15 -0
- package/dist/flowTypes.d.ts.map +1 -1
- package/dist/i18n/localeKeys.d.ts +5 -0
- package/dist/i18n/localeKeys.d.ts.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9544 -8941
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -6
- package/node_modules/@types/d3-color/LICENSE +0 -21
- package/node_modules/@types/d3-color/README.md +0 -15
- package/node_modules/@types/d3-color/index.d.ts +0 -669
- package/node_modules/@types/d3-color/package.json +0 -55
- package/node_modules/@types/d3-drag/LICENSE +0 -21
- package/node_modules/@types/d3-drag/README.md +0 -15
- package/node_modules/@types/d3-drag/index.d.ts +0 -395
- package/node_modules/@types/d3-drag/package.json +0 -42
- package/node_modules/@types/d3-interpolate/LICENSE +0 -21
- package/node_modules/@types/d3-interpolate/README.md +0 -15
- package/node_modules/@types/d3-interpolate/index.d.ts +0 -387
- package/node_modules/@types/d3-interpolate/package.json +0 -47
- package/node_modules/@types/d3-selection/LICENSE +0 -21
- package/node_modules/@types/d3-selection/README.md +0 -15
- package/node_modules/@types/d3-selection/index.d.ts +0 -1173
- package/node_modules/@types/d3-selection/package.json +0 -50
- package/node_modules/@types/d3-transition/LICENSE +0 -21
- package/node_modules/@types/d3-transition/README.md +0 -15
- package/node_modules/@types/d3-transition/index.d.ts +0 -664
- package/node_modules/@types/d3-transition/package.json +0 -47
- package/node_modules/@types/d3-zoom/LICENSE +0 -21
- package/node_modules/@types/d3-zoom/README.md +0 -15
- package/node_modules/@types/d3-zoom/index.d.ts +0 -611
- package/node_modules/@types/d3-zoom/package.json +0 -48
- package/node_modules/@xyflow/react/LICENSE +0 -21
- package/node_modules/@xyflow/react/README.md +0 -135
- package/node_modules/@xyflow/react/dist/base.css +0 -504
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/Background.d.ts +0 -61
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/Background.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/Patterns.d.ts +0 -15
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/Patterns.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/types.d.ts +0 -59
- package/node_modules/@xyflow/react/dist/esm/additional-components/Background/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/ControlButton.d.ts +0 -26
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/ControlButton.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Controls.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Controls.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/FitView.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/FitView.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Lock.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Lock.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Minus.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Minus.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Plus.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Plus.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Unlock.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/Icons/Unlock.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/types.d.ts +0 -66
- package/node_modules/@xyflow/react/dist/esm/additional-components/Controls/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/EdgeToolbar.d.ts +0 -26
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/EdgeToolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/types.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/esm/additional-components/EdgeToolbar/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMap.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMap.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMapNode.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMapNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMapNodes.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/MiniMapNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/types.d.ts +0 -123
- package/node_modules/@xyflow/react/dist/esm/additional-components/MiniMap/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/NodeResizeControl.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/NodeResizeControl.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/NodeResizer.d.ts +0 -27
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/NodeResizer.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/types.d.ts +0 -97
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeResizer/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/NodeToolbar.d.ts +0 -38
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/NodeToolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/NodeToolbarPortal.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/NodeToolbarPortal.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/types.d.ts +0 -32
- package/node_modules/@xyflow/react/dist/esm/additional-components/NodeToolbar/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/additional-components/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/additional-components/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/A11yDescriptions/index.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/esm/components/A11yDescriptions/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Attribution/index.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/esm/components/Attribution/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/index.d.ts +0 -17
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/types.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/useQueue.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/components/BatchProvider/useQueue.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts +0 -12
- package/node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/EdgeLabelRenderer/index.d.ts +0 -47
- package/node_modules/@xyflow/react/dist/esm/components/EdgeLabelRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/EdgeUpdateAnchors.d.ts +0 -15
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/EdgeUpdateAnchors.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/index.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/utils.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/components/EdgeWrapper/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/BaseEdge.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/esm/components/Edges/BaseEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/BezierEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/esm/components/Edges/BezierEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/EdgeAnchor.d.ts +0 -17
- package/node_modules/@xyflow/react/dist/esm/components/Edges/EdgeAnchor.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/EdgeText.d.ts +0 -34
- package/node_modules/@xyflow/react/dist/esm/components/Edges/EdgeText.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/SimpleBezierEdge.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/esm/components/Edges/SimpleBezierEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/SmoothStepEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/esm/components/Edges/SmoothStepEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/StepEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/esm/components/Edges/StepEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/StraightEdge.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/esm/components/Edges/StraightEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Edges/index.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/esm/components/Edges/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Handle/index.d.ts +0 -39
- package/node_modules/@xyflow/react/dist/esm/components/Handle/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/index.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/useNodeObserver.d.ts +0 -14
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/useNodeObserver.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/utils.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/components/NodeWrapper/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/DefaultNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/DefaultNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/GroupNode.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/GroupNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/InputNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/InputNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/OutputNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/OutputNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/utils.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/esm/components/Nodes/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/NodesSelection/index.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/esm/components/NodesSelection/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/Panel/index.d.ts +0 -45
- package/node_modules/@xyflow/react/dist/esm/components/Panel/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/ReactFlowProvider/index.d.ts +0 -83
- package/node_modules/@xyflow/react/dist/esm/components/ReactFlowProvider/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/SelectionListener/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/components/SelectionListener/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/StoreUpdater/index.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/components/StoreUpdater/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/UserSelection/index.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/components/UserSelection/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/components/ViewportPortal/index.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/esm/components/ViewportPortal/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/MarkerDefinitions.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/MarkerDefinitions.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/MarkerSymbols.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/MarkerSymbols.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/index.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/esm/container/EdgeRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/FlowRenderer/index.d.ts +0 -14
- package/node_modules/@xyflow/react/dist/esm/container/FlowRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/index.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/useNodeOrEdgeTypesWarning.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/useNodeOrEdgeTypesWarning.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/useStylesLoadedWarning.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/container/GraphView/useStylesLoadedWarning.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/NodeRenderer/index.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/container/NodeRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/NodeRenderer/useResizeObserver.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/esm/container/NodeRenderer/useResizeObserver.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/Pane/index.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/container/Pane/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/Wrapper.d.ts +0 -20
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/Wrapper.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/index.d.ts +0 -24
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/init-values.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/esm/container/ReactFlow/init-values.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/Viewport/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/container/Viewport/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/container/ZoomPane/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/container/ZoomPane/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/contexts/NodeIdContext.d.ts +0 -34
- package/node_modules/@xyflow/react/dist/esm/contexts/NodeIdContext.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/contexts/StoreContext.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/esm/contexts/StoreContext.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useColorModeClass.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/hooks/useColorModeClass.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useConnection.d.ts +0 -33
- package/node_modules/@xyflow/react/dist/esm/hooks/useConnection.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useDrag.d.ts +0 -18
- package/node_modules/@xyflow/react/dist/esm/hooks/useDrag.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useEdges.d.ts +0 -21
- package/node_modules/@xyflow/react/dist/esm/hooks/useEdges.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useGlobalKeyHandler.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/esm/hooks/useGlobalKeyHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useHandleConnections.d.ts +0 -23
- package/node_modules/@xyflow/react/dist/esm/hooks/useHandleConnections.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useInternalNode.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/esm/hooks/useInternalNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useIsomorphicLayoutEffect.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/hooks/useIsomorphicLayoutEffect.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useKeyPress.d.ts +0 -53
- package/node_modules/@xyflow/react/dist/esm/hooks/useKeyPress.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useMoveSelectedNodes.d.ts +0 -12
- package/node_modules/@xyflow/react/dist/esm/hooks/useMoveSelectedNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodeConnections.d.ts +0 -38
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodeConnections.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodes.d.ts +0 -22
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesData.d.ts +0 -27
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesData.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesEdgesState.d.ts +0 -105
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesEdgesState.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesInitialized.d.ts +0 -39
- package/node_modules/@xyflow/react/dist/esm/hooks/useNodesInitialized.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnEdgesChangeMiddleware.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnEdgesChangeMiddleware.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnInitHandler.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnInitHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnNodesChangeMiddleware.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnNodesChangeMiddleware.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnSelectionChange.d.ts +0 -43
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnSelectionChange.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnViewportChange.d.ts +0 -33
- package/node_modules/@xyflow/react/dist/esm/hooks/useOnViewportChange.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useReactFlow.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/esm/hooks/useReactFlow.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useResizeHandler.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/esm/hooks/useResizeHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useStore.d.ts +0 -45
- package/node_modules/@xyflow/react/dist/esm/hooks/useStore.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useUpdateNodeInternals.d.ts +0 -48
- package/node_modules/@xyflow/react/dist/esm/hooks/useUpdateNodeInternals.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewport.d.ts +0 -32
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewport.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewportHelper.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewportHelper.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewportSync.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/hooks/useViewportSync.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useVisibleEdgeIds.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/hooks/useVisibleEdgeIds.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/hooks/useVisibleNodeIds.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/esm/hooks/useVisibleNodeIds.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/index.d.ts +0 -41
- package/node_modules/@xyflow/react/dist/esm/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/index.js +0 -4987
- package/node_modules/@xyflow/react/dist/esm/index.mjs +0 -4987
- package/node_modules/@xyflow/react/dist/esm/store/index.d.ts +0 -19
- package/node_modules/@xyflow/react/dist/esm/store/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/store/initialState.d.ts +0 -19
- package/node_modules/@xyflow/react/dist/esm/store/initialState.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/styles/utils.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/styles/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/component-props.d.ts +0 -649
- package/node_modules/@xyflow/react/dist/esm/types/component-props.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/edges.d.ts +0 -217
- package/node_modules/@xyflow/react/dist/esm/types/edges.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/general.d.ts +0 -179
- package/node_modules/@xyflow/react/dist/esm/types/general.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/esm/types/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/instance.d.ts +0 -242
- package/node_modules/@xyflow/react/dist/esm/types/instance.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/nodes.d.ts +0 -101
- package/node_modules/@xyflow/react/dist/esm/types/nodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/types/store.d.ts +0 -115
- package/node_modules/@xyflow/react/dist/esm/types/store.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/utils/changes.d.ts +0 -87
- package/node_modules/@xyflow/react/dist/esm/utils/changes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/utils/general.d.ts +0 -48
- package/node_modules/@xyflow/react/dist/esm/utils/general.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/esm/utils/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/esm/utils/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/style.css +0 -624
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/Background.d.ts +0 -61
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/Background.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/Patterns.d.ts +0 -15
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/Patterns.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/types.d.ts +0 -59
- package/node_modules/@xyflow/react/dist/umd/additional-components/Background/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/ControlButton.d.ts +0 -26
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/ControlButton.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Controls.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Controls.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/FitView.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/FitView.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Lock.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Lock.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Minus.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Minus.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Plus.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Plus.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Unlock.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/Icons/Unlock.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/types.d.ts +0 -66
- package/node_modules/@xyflow/react/dist/umd/additional-components/Controls/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/EdgeToolbar.d.ts +0 -26
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/EdgeToolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/types.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/umd/additional-components/EdgeToolbar/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMap.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMap.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMapNode.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMapNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMapNodes.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/MiniMapNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/types.d.ts +0 -123
- package/node_modules/@xyflow/react/dist/umd/additional-components/MiniMap/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/NodeResizeControl.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/NodeResizeControl.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/NodeResizer.d.ts +0 -27
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/NodeResizer.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/index.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/types.d.ts +0 -97
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeResizer/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/NodeToolbar.d.ts +0 -38
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/NodeToolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/NodeToolbarPortal.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/NodeToolbarPortal.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/types.d.ts +0 -32
- package/node_modules/@xyflow/react/dist/umd/additional-components/NodeToolbar/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/additional-components/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/additional-components/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/A11yDescriptions/index.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/umd/components/A11yDescriptions/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Attribution/index.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/umd/components/Attribution/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/index.d.ts +0 -17
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/types.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/types.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/useQueue.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/components/BatchProvider/useQueue.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/ConnectionLine/index.d.ts +0 -12
- package/node_modules/@xyflow/react/dist/umd/components/ConnectionLine/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/EdgeLabelRenderer/index.d.ts +0 -47
- package/node_modules/@xyflow/react/dist/umd/components/EdgeLabelRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/EdgeUpdateAnchors.d.ts +0 -15
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/EdgeUpdateAnchors.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/index.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/utils.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/components/EdgeWrapper/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/BaseEdge.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/umd/components/Edges/BaseEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/BezierEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/umd/components/Edges/BezierEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/EdgeAnchor.d.ts +0 -17
- package/node_modules/@xyflow/react/dist/umd/components/Edges/EdgeAnchor.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/EdgeText.d.ts +0 -34
- package/node_modules/@xyflow/react/dist/umd/components/Edges/EdgeText.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/SimpleBezierEdge.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/umd/components/Edges/SimpleBezierEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/SmoothStepEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/umd/components/Edges/SmoothStepEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/StepEdge.d.ts +0 -31
- package/node_modules/@xyflow/react/dist/umd/components/Edges/StepEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/StraightEdge.d.ts +0 -29
- package/node_modules/@xyflow/react/dist/umd/components/Edges/StraightEdge.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Edges/index.d.ts +0 -6
- package/node_modules/@xyflow/react/dist/umd/components/Edges/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Handle/index.d.ts +0 -39
- package/node_modules/@xyflow/react/dist/umd/components/Handle/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/index.d.ts +0 -5
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/useNodeObserver.d.ts +0 -14
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/useNodeObserver.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/utils.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/components/NodeWrapper/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/DefaultNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/DefaultNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/GroupNode.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/GroupNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/InputNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/InputNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/OutputNode.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/OutputNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/utils.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/umd/components/Nodes/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/NodesSelection/index.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/umd/components/NodesSelection/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/Panel/index.d.ts +0 -45
- package/node_modules/@xyflow/react/dist/umd/components/Panel/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/ReactFlowProvider/index.d.ts +0 -83
- package/node_modules/@xyflow/react/dist/umd/components/ReactFlowProvider/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/SelectionListener/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/components/SelectionListener/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/StoreUpdater/index.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/components/StoreUpdater/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/UserSelection/index.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/components/UserSelection/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/components/ViewportPortal/index.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/umd/components/ViewportPortal/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/MarkerDefinitions.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/MarkerDefinitions.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/MarkerSymbols.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/MarkerSymbols.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/index.d.ts +0 -13
- package/node_modules/@xyflow/react/dist/umd/container/EdgeRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/FlowRenderer/index.d.ts +0 -14
- package/node_modules/@xyflow/react/dist/umd/container/FlowRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/index.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/useNodeOrEdgeTypesWarning.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/useNodeOrEdgeTypesWarning.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/useStylesLoadedWarning.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/container/GraphView/useStylesLoadedWarning.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/NodeRenderer/index.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/container/NodeRenderer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/NodeRenderer/useResizeObserver.d.ts +0 -2
- package/node_modules/@xyflow/react/dist/umd/container/NodeRenderer/useResizeObserver.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/Pane/index.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/container/Pane/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/Wrapper.d.ts +0 -20
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/Wrapper.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/index.d.ts +0 -24
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/init-values.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/umd/container/ReactFlow/init-values.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/Viewport/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/container/Viewport/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/container/ZoomPane/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/container/ZoomPane/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/contexts/NodeIdContext.d.ts +0 -34
- package/node_modules/@xyflow/react/dist/umd/contexts/NodeIdContext.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/contexts/StoreContext.d.ts +0 -4
- package/node_modules/@xyflow/react/dist/umd/contexts/StoreContext.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useColorModeClass.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/hooks/useColorModeClass.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useConnection.d.ts +0 -33
- package/node_modules/@xyflow/react/dist/umd/hooks/useConnection.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useDrag.d.ts +0 -18
- package/node_modules/@xyflow/react/dist/umd/hooks/useDrag.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useEdges.d.ts +0 -21
- package/node_modules/@xyflow/react/dist/umd/hooks/useEdges.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useGlobalKeyHandler.d.ts +0 -11
- package/node_modules/@xyflow/react/dist/umd/hooks/useGlobalKeyHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useHandleConnections.d.ts +0 -23
- package/node_modules/@xyflow/react/dist/umd/hooks/useHandleConnections.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useInternalNode.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/umd/hooks/useInternalNode.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useIsomorphicLayoutEffect.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/hooks/useIsomorphicLayoutEffect.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useKeyPress.d.ts +0 -53
- package/node_modules/@xyflow/react/dist/umd/hooks/useKeyPress.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useMoveSelectedNodes.d.ts +0 -12
- package/node_modules/@xyflow/react/dist/umd/hooks/useMoveSelectedNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodeConnections.d.ts +0 -38
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodeConnections.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodes.d.ts +0 -22
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesData.d.ts +0 -27
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesData.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesEdgesState.d.ts +0 -105
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesEdgesState.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesInitialized.d.ts +0 -39
- package/node_modules/@xyflow/react/dist/umd/hooks/useNodesInitialized.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnEdgesChangeMiddleware.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnEdgesChangeMiddleware.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnInitHandler.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnInitHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnNodesChangeMiddleware.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnNodesChangeMiddleware.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnSelectionChange.d.ts +0 -43
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnSelectionChange.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnViewportChange.d.ts +0 -33
- package/node_modules/@xyflow/react/dist/umd/hooks/useOnViewportChange.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useReactFlow.d.ts +0 -30
- package/node_modules/@xyflow/react/dist/umd/hooks/useReactFlow.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useResizeHandler.d.ts +0 -8
- package/node_modules/@xyflow/react/dist/umd/hooks/useResizeHandler.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useStore.d.ts +0 -45
- package/node_modules/@xyflow/react/dist/umd/hooks/useStore.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useUpdateNodeInternals.d.ts +0 -48
- package/node_modules/@xyflow/react/dist/umd/hooks/useUpdateNodeInternals.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewport.d.ts +0 -32
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewport.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewportHelper.d.ts +0 -10
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewportHelper.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewportSync.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/hooks/useViewportSync.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useVisibleEdgeIds.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/hooks/useVisibleEdgeIds.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/hooks/useVisibleNodeIds.d.ts +0 -9
- package/node_modules/@xyflow/react/dist/umd/hooks/useVisibleNodeIds.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/index.d.ts +0 -41
- package/node_modules/@xyflow/react/dist/umd/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/index.js +0 -10
- package/node_modules/@xyflow/react/dist/umd/store/index.d.ts +0 -19
- package/node_modules/@xyflow/react/dist/umd/store/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/store/initialState.d.ts +0 -19
- package/node_modules/@xyflow/react/dist/umd/store/initialState.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/styles/utils.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/styles/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/component-props.d.ts +0 -649
- package/node_modules/@xyflow/react/dist/umd/types/component-props.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/edges.d.ts +0 -217
- package/node_modules/@xyflow/react/dist/umd/types/edges.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/general.d.ts +0 -179
- package/node_modules/@xyflow/react/dist/umd/types/general.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/index.d.ts +0 -7
- package/node_modules/@xyflow/react/dist/umd/types/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/instance.d.ts +0 -242
- package/node_modules/@xyflow/react/dist/umd/types/instance.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/nodes.d.ts +0 -101
- package/node_modules/@xyflow/react/dist/umd/types/nodes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/types/store.d.ts +0 -115
- package/node_modules/@xyflow/react/dist/umd/types/store.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/utils/changes.d.ts +0 -87
- package/node_modules/@xyflow/react/dist/umd/utils/changes.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/utils/general.d.ts +0 -48
- package/node_modules/@xyflow/react/dist/umd/utils/general.d.ts.map +0 -1
- package/node_modules/@xyflow/react/dist/umd/utils/index.d.ts +0 -3
- package/node_modules/@xyflow/react/dist/umd/utils/index.d.ts.map +0 -1
- package/node_modules/@xyflow/react/package.json +0 -98
- package/node_modules/@xyflow/system/LICENSE +0 -21
- package/node_modules/@xyflow/system/README.md +0 -62
- package/node_modules/@xyflow/system/dist/esm/constants.d.ts +0 -43
- package/node_modules/@xyflow/system/dist/esm/constants.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/index.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/esm/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/index.js +0 -3514
- package/node_modules/@xyflow/system/dist/esm/index.mjs +0 -3514
- package/node_modules/@xyflow/system/dist/esm/types/changes.d.ts +0 -64
- package/node_modules/@xyflow/system/dist/esm/types/changes.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/edges.d.ts +0 -140
- package/node_modules/@xyflow/system/dist/esm/types/edges.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/general.d.ts +0 -296
- package/node_modules/@xyflow/system/dist/esm/types/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/handles.d.ts +0 -58
- package/node_modules/@xyflow/system/dist/esm/types/handles.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/index.d.ts +0 -8
- package/node_modules/@xyflow/system/dist/esm/types/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/nodes.d.ts +0 -157
- package/node_modules/@xyflow/system/dist/esm/types/nodes.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/panzoom.d.ts +0 -55
- package/node_modules/@xyflow/system/dist/esm/types/panzoom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/types/utils.d.ts +0 -61
- package/node_modules/@xyflow/system/dist/esm/types/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/connections.d.ts +0 -13
- package/node_modules/@xyflow/system/dist/esm/utils/connections.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/dom.d.ts +0 -21
- package/node_modules/@xyflow/system/dist/esm/utils/dom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edge-toolbar.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/esm/utils/edge-toolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/bezier-edge.d.ts +0 -77
- package/node_modules/@xyflow/system/dist/esm/utils/edges/bezier-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/general.d.ts +0 -91
- package/node_modules/@xyflow/system/dist/esm/utils/edges/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/index.d.ts +0 -6
- package/node_modules/@xyflow/system/dist/esm/utils/edges/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/positions.d.ts +0 -17
- package/node_modules/@xyflow/system/dist/esm/utils/edges/positions.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/smoothstep-edge.d.ts +0 -66
- package/node_modules/@xyflow/system/dist/esm/utils/edges/smoothstep-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/edges/straight-edge.d.ts +0 -41
- package/node_modules/@xyflow/system/dist/esm/utils/edges/straight-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/general.d.ts +0 -85
- package/node_modules/@xyflow/system/dist/esm/utils/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/graph.d.ts +0 -191
- package/node_modules/@xyflow/system/dist/esm/utils/graph.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/index.d.ts +0 -12
- package/node_modules/@xyflow/system/dist/esm/utils/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/marker.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/esm/utils/marker.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/node-toolbar.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/esm/utils/node-toolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/shallow-node-data.d.ts +0 -5
- package/node_modules/@xyflow/system/dist/esm/utils/shallow-node-data.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/store.d.ts +0 -34
- package/node_modules/@xyflow/system/dist/esm/utils/store.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/utils/types.d.ts +0 -8
- package/node_modules/@xyflow/system/dist/esm/utils/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xydrag/XYDrag.d.ts +0 -55
- package/node_modules/@xyflow/system/dist/esm/xydrag/XYDrag.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xydrag/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/esm/xydrag/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xydrag/utils.d.ts +0 -24
- package/node_modules/@xyflow/system/dist/esm/xydrag/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyhandle/XYHandle.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/esm/xyhandle/XYHandle.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyhandle/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/esm/xyhandle/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyhandle/types.d.ts +0 -50
- package/node_modules/@xyflow/system/dist/esm/xyhandle/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyhandle/utils.d.ts +0 -10
- package/node_modules/@xyflow/system/dist/esm/xyhandle/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyminimap/index.d.ts +0 -28
- package/node_modules/@xyflow/system/dist/esm/xyminimap/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/XYPanZoom.d.ts +0 -12
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/XYPanZoom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/eventhandler.d.ts +0 -46
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/eventhandler.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/filter.d.ts +0 -15
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/filter.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/utils.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/esm/xypanzoom/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyresizer/XYResizer.d.ts +0 -49
- package/node_modules/@xyflow/system/dist/esm/xyresizer/XYResizer.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyresizer/index.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/esm/xyresizer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyresizer/types.d.ts +0 -59
- package/node_modules/@xyflow/system/dist/esm/xyresizer/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/esm/xyresizer/utils.d.ts +0 -76
- package/node_modules/@xyflow/system/dist/esm/xyresizer/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/constants.d.ts +0 -43
- package/node_modules/@xyflow/system/dist/umd/constants.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/index.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/umd/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/index.js +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/changes.d.ts +0 -64
- package/node_modules/@xyflow/system/dist/umd/types/changes.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/edges.d.ts +0 -140
- package/node_modules/@xyflow/system/dist/umd/types/edges.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/general.d.ts +0 -296
- package/node_modules/@xyflow/system/dist/umd/types/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/handles.d.ts +0 -58
- package/node_modules/@xyflow/system/dist/umd/types/handles.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/index.d.ts +0 -8
- package/node_modules/@xyflow/system/dist/umd/types/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/nodes.d.ts +0 -157
- package/node_modules/@xyflow/system/dist/umd/types/nodes.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/panzoom.d.ts +0 -55
- package/node_modules/@xyflow/system/dist/umd/types/panzoom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/types/utils.d.ts +0 -61
- package/node_modules/@xyflow/system/dist/umd/types/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/connections.d.ts +0 -13
- package/node_modules/@xyflow/system/dist/umd/utils/connections.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/dom.d.ts +0 -21
- package/node_modules/@xyflow/system/dist/umd/utils/dom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edge-toolbar.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/umd/utils/edge-toolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/bezier-edge.d.ts +0 -77
- package/node_modules/@xyflow/system/dist/umd/utils/edges/bezier-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/general.d.ts +0 -91
- package/node_modules/@xyflow/system/dist/umd/utils/edges/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/index.d.ts +0 -6
- package/node_modules/@xyflow/system/dist/umd/utils/edges/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/positions.d.ts +0 -17
- package/node_modules/@xyflow/system/dist/umd/utils/edges/positions.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/smoothstep-edge.d.ts +0 -66
- package/node_modules/@xyflow/system/dist/umd/utils/edges/smoothstep-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/edges/straight-edge.d.ts +0 -41
- package/node_modules/@xyflow/system/dist/umd/utils/edges/straight-edge.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/general.d.ts +0 -85
- package/node_modules/@xyflow/system/dist/umd/utils/general.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/graph.d.ts +0 -191
- package/node_modules/@xyflow/system/dist/umd/utils/graph.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/index.d.ts +0 -12
- package/node_modules/@xyflow/system/dist/umd/utils/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/marker.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/umd/utils/marker.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/node-toolbar.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/umd/utils/node-toolbar.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/shallow-node-data.d.ts +0 -5
- package/node_modules/@xyflow/system/dist/umd/utils/shallow-node-data.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/store.d.ts +0 -34
- package/node_modules/@xyflow/system/dist/umd/utils/store.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/utils/types.d.ts +0 -8
- package/node_modules/@xyflow/system/dist/umd/utils/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xydrag/XYDrag.d.ts +0 -55
- package/node_modules/@xyflow/system/dist/umd/xydrag/XYDrag.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xydrag/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/umd/xydrag/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xydrag/utils.d.ts +0 -24
- package/node_modules/@xyflow/system/dist/umd/xydrag/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyhandle/XYHandle.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/umd/xyhandle/XYHandle.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyhandle/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/umd/xyhandle/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyhandle/types.d.ts +0 -50
- package/node_modules/@xyflow/system/dist/umd/xyhandle/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyhandle/utils.d.ts +0 -10
- package/node_modules/@xyflow/system/dist/umd/xyhandle/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyminimap/index.d.ts +0 -28
- package/node_modules/@xyflow/system/dist/umd/xyminimap/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/XYPanZoom.d.ts +0 -12
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/XYPanZoom.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/eventhandler.d.ts +0 -46
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/eventhandler.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/filter.d.ts +0 -15
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/filter.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/index.d.ts +0 -2
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/utils.d.ts +0 -9
- package/node_modules/@xyflow/system/dist/umd/xypanzoom/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyresizer/XYResizer.d.ts +0 -49
- package/node_modules/@xyflow/system/dist/umd/xyresizer/XYResizer.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyresizer/index.d.ts +0 -3
- package/node_modules/@xyflow/system/dist/umd/xyresizer/index.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyresizer/types.d.ts +0 -59
- package/node_modules/@xyflow/system/dist/umd/xyresizer/types.d.ts.map +0 -1
- package/node_modules/@xyflow/system/dist/umd/xyresizer/utils.d.ts +0 -76
- package/node_modules/@xyflow/system/dist/umd/xyresizer/utils.d.ts.map +0 -1
- package/node_modules/@xyflow/system/package.json +0 -79
- package/node_modules/classcat/LICENSE.md +0 -7
- package/node_modules/classcat/README.md +0 -88
- package/node_modules/classcat/index.cjs +0 -19
- package/node_modules/classcat/index.d.ts +0 -15
- package/node_modules/classcat/index.js +0 -19
- package/node_modules/classcat/package.json +0 -38
- package/node_modules/d3-color/LICENSE +0 -13
- package/node_modules/d3-color/README.md +0 -203
- package/node_modules/d3-color/dist/d3-color.js +0 -606
- package/node_modules/d3-color/dist/d3-color.min.js +0 -2
- package/node_modules/d3-color/package.json +0 -54
- package/node_modules/d3-color/src/color.js +0 -396
- package/node_modules/d3-color/src/cubehelix.js +0 -61
- package/node_modules/d3-color/src/define.js +0 -10
- package/node_modules/d3-color/src/index.js +0 -3
- package/node_modules/d3-color/src/lab.js +0 -123
- package/node_modules/d3-color/src/math.js +0 -2
- package/node_modules/d3-dispatch/LICENSE +0 -13
- package/node_modules/d3-dispatch/README.md +0 -94
- package/node_modules/d3-dispatch/dist/d3-dispatch.js +0 -95
- package/node_modules/d3-dispatch/dist/d3-dispatch.min.js +0 -2
- package/node_modules/d3-dispatch/package.json +0 -50
- package/node_modules/d3-dispatch/src/dispatch.js +0 -84
- package/node_modules/d3-dispatch/src/index.js +0 -1
- package/node_modules/d3-drag/LICENSE +0 -13
- package/node_modules/d3-drag/README.md +0 -248
- package/node_modules/d3-drag/dist/d3-drag.js +0 -273
- package/node_modules/d3-drag/dist/d3-drag.min.js +0 -2
- package/node_modules/d3-drag/package.json +0 -54
- package/node_modules/d3-drag/src/constant.js +0 -1
- package/node_modules/d3-drag/src/drag.js +0 -194
- package/node_modules/d3-drag/src/event.js +0 -28
- package/node_modules/d3-drag/src/index.js +0 -2
- package/node_modules/d3-drag/src/nodrag.js +0 -28
- package/node_modules/d3-drag/src/noevent.js +0 -13
- package/node_modules/d3-ease/LICENSE +0 -28
- package/node_modules/d3-ease/README.md +0 -253
- package/node_modules/d3-ease/dist/d3-ease.js +0 -262
- package/node_modules/d3-ease/dist/d3-ease.min.js +0 -2
- package/node_modules/d3-ease/package.json +0 -51
- package/node_modules/d3-ease/src/back.js +0 -37
- package/node_modules/d3-ease/src/bounce.js +0 -22
- package/node_modules/d3-ease/src/circle.js +0 -11
- package/node_modules/d3-ease/src/cubic.js +0 -11
- package/node_modules/d3-ease/src/elastic.js +0 -46
- package/node_modules/d3-ease/src/exp.js +0 -13
- package/node_modules/d3-ease/src/index.js +0 -66
- package/node_modules/d3-ease/src/linear.js +0 -1
- package/node_modules/d3-ease/src/math.js +0 -4
- package/node_modules/d3-ease/src/poly.js +0 -37
- package/node_modules/d3-ease/src/quad.js +0 -11
- package/node_modules/d3-ease/src/sin.js +0 -14
- package/node_modules/d3-interpolate/LICENSE +0 -13
- package/node_modules/d3-interpolate/README.md +0 -268
- package/node_modules/d3-interpolate/dist/d3-interpolate.js +0 -590
- package/node_modules/d3-interpolate/dist/d3-interpolate.min.js +0 -2
- package/node_modules/d3-interpolate/package.json +0 -53
- package/node_modules/d3-interpolate/src/array.js +0 -22
- package/node_modules/d3-interpolate/src/basis.js +0 -19
- package/node_modules/d3-interpolate/src/basisClosed.js +0 -13
- package/node_modules/d3-interpolate/src/color.js +0 -29
- package/node_modules/d3-interpolate/src/constant.js +0 -1
- package/node_modules/d3-interpolate/src/cubehelix.js +0 -29
- package/node_modules/d3-interpolate/src/date.js +0 -6
- package/node_modules/d3-interpolate/src/discrete.js +0 -6
- package/node_modules/d3-interpolate/src/hcl.js +0 -21
- package/node_modules/d3-interpolate/src/hsl.js +0 -21
- package/node_modules/d3-interpolate/src/hue.js +0 -9
- package/node_modules/d3-interpolate/src/index.js +0 -21
- package/node_modules/d3-interpolate/src/lab.js +0 -16
- package/node_modules/d3-interpolate/src/number.js +0 -5
- package/node_modules/d3-interpolate/src/numberArray.js +0 -14
- package/node_modules/d3-interpolate/src/object.js +0 -23
- package/node_modules/d3-interpolate/src/piecewise.js +0 -11
- package/node_modules/d3-interpolate/src/quantize.js +0 -5
- package/node_modules/d3-interpolate/src/rgb.js +0 -55
- package/node_modules/d3-interpolate/src/round.js +0 -5
- package/node_modules/d3-interpolate/src/string.js +0 -64
- package/node_modules/d3-interpolate/src/transform/decompose.js +0 -26
- package/node_modules/d3-interpolate/src/transform/index.js +0 -63
- package/node_modules/d3-interpolate/src/transform/parse.js +0 -18
- package/node_modules/d3-interpolate/src/value.js +0 -22
- package/node_modules/d3-interpolate/src/zoom.js +0 -71
- package/node_modules/d3-selection/LICENSE +0 -13
- package/node_modules/d3-selection/README.md +0 -863
- package/node_modules/d3-selection/dist/d3-selection.js +0 -1022
- package/node_modules/d3-selection/dist/d3-selection.min.js +0 -2
- package/node_modules/d3-selection/package.json +0 -51
- package/node_modules/d3-selection/src/array.js +0 -9
- package/node_modules/d3-selection/src/constant.js +0 -5
- package/node_modules/d3-selection/src/create.js +0 -6
- package/node_modules/d3-selection/src/creator.js +0 -25
- package/node_modules/d3-selection/src/identity.js +0 -3
- package/node_modules/d3-selection/src/index.js +0 -15
- package/node_modules/d3-selection/src/local.js +0 -27
- package/node_modules/d3-selection/src/matcher.js +0 -12
- package/node_modules/d3-selection/src/namespace.js +0 -7
- package/node_modules/d3-selection/src/namespaces.js +0 -9
- package/node_modules/d3-selection/src/pointer.js +0 -20
- package/node_modules/d3-selection/src/pointers.js +0 -11
- package/node_modules/d3-selection/src/select.js +0 -7
- package/node_modules/d3-selection/src/selectAll.js +0 -8
- package/node_modules/d3-selection/src/selection/append.js +0 -8
- package/node_modules/d3-selection/src/selection/attr.js +0 -57
- package/node_modules/d3-selection/src/selection/call.js +0 -6
- package/node_modules/d3-selection/src/selection/classed.js +0 -75
- package/node_modules/d3-selection/src/selection/clone.js +0 -13
- package/node_modules/d3-selection/src/selection/data.js +0 -128
- package/node_modules/d3-selection/src/selection/datum.js +0 -5
- package/node_modules/d3-selection/src/selection/dispatch.js +0 -34
- package/node_modules/d3-selection/src/selection/each.js +0 -10
- package/node_modules/d3-selection/src/selection/empty.js +0 -3
- package/node_modules/d3-selection/src/selection/enter.js +0 -22
- package/node_modules/d3-selection/src/selection/exit.js +0 -6
- package/node_modules/d3-selection/src/selection/filter.js +0 -16
- package/node_modules/d3-selection/src/selection/html.js +0 -25
- package/node_modules/d3-selection/src/selection/index.js +0 -90
- package/node_modules/d3-selection/src/selection/insert.js +0 -14
- package/node_modules/d3-selection/src/selection/iterator.js +0 -7
- package/node_modules/d3-selection/src/selection/join.js +0 -15
- package/node_modules/d3-selection/src/selection/lower.js +0 -7
- package/node_modules/d3-selection/src/selection/merge.js +0 -19
- package/node_modules/d3-selection/src/selection/node.js +0 -11
- package/node_modules/d3-selection/src/selection/nodes.js +0 -3
- package/node_modules/d3-selection/src/selection/on.js +0 -67
- package/node_modules/d3-selection/src/selection/order.js +0 -13
- package/node_modules/d3-selection/src/selection/property.js +0 -28
- package/node_modules/d3-selection/src/selection/raise.js +0 -7
- package/node_modules/d3-selection/src/selection/remove.js +0 -8
- package/node_modules/d3-selection/src/selection/select.js +0 -17
- package/node_modules/d3-selection/src/selection/selectAll.js +0 -25
- package/node_modules/d3-selection/src/selection/selectChild.js +0 -18
- package/node_modules/d3-selection/src/selection/selectChildren.js +0 -18
- package/node_modules/d3-selection/src/selection/size.js +0 -5
- package/node_modules/d3-selection/src/selection/sort.js +0 -24
- package/node_modules/d3-selection/src/selection/sparse.js +0 -3
- package/node_modules/d3-selection/src/selection/style.js +0 -35
- package/node_modules/d3-selection/src/selection/text.js +0 -25
- package/node_modules/d3-selection/src/selector.js +0 -7
- package/node_modules/d3-selection/src/selectorAll.js +0 -9
- package/node_modules/d3-selection/src/sourceEvent.js +0 -5
- package/node_modules/d3-selection/src/window.js +0 -5
- package/node_modules/d3-timer/LICENSE +0 -13
- package/node_modules/d3-timer/README.md +0 -87
- package/node_modules/d3-timer/dist/d3-timer.js +0 -153
- package/node_modules/d3-timer/dist/d3-timer.min.js +0 -2
- package/node_modules/d3-timer/package.json +0 -53
- package/node_modules/d3-timer/src/index.js +0 -13
- package/node_modules/d3-timer/src/interval.js +0 -17
- package/node_modules/d3-timer/src/timeout.js +0 -11
- package/node_modules/d3-timer/src/timer.js +0 -110
- package/node_modules/d3-transition/LICENSE +0 -13
- package/node_modules/d3-transition/README.md +0 -490
- package/node_modules/d3-transition/dist/d3-transition.js +0 -900
- package/node_modules/d3-transition/dist/d3-transition.min.js +0 -2
- package/node_modules/d3-transition/package.json +0 -65
- package/node_modules/d3-transition/src/active.js +0 -21
- package/node_modules/d3-transition/src/index.js +0 -4
- package/node_modules/d3-transition/src/interrupt.js +0 -24
- package/node_modules/d3-transition/src/selection/index.js +0 -6
- package/node_modules/d3-transition/src/selection/interrupt.js +0 -7
- package/node_modules/d3-transition/src/selection/transition.js +0 -42
- package/node_modules/d3-transition/src/transition/attr.js +0 -78
- package/node_modules/d3-transition/src/transition/attrTween.js +0 -44
- package/node_modules/d3-transition/src/transition/delay.js +0 -23
- package/node_modules/d3-transition/src/transition/duration.js +0 -23
- package/node_modules/d3-transition/src/transition/ease.js +0 -16
- package/node_modules/d3-transition/src/transition/easeVarying.js +0 -14
- package/node_modules/d3-transition/src/transition/end.js +0 -29
- package/node_modules/d3-transition/src/transition/filter.js +0 -16
- package/node_modules/d3-transition/src/transition/index.js +0 -73
- package/node_modules/d3-transition/src/transition/interpolate.js +0 -10
- package/node_modules/d3-transition/src/transition/merge.js +0 -19
- package/node_modules/d3-transition/src/transition/on.js +0 -32
- package/node_modules/d3-transition/src/transition/remove.js +0 -11
- package/node_modules/d3-transition/src/transition/schedule.js +0 -153
- package/node_modules/d3-transition/src/transition/select.js +0 -22
- package/node_modules/d3-transition/src/transition/selectAll.js +0 -26
- package/node_modules/d3-transition/src/transition/selection.js +0 -7
- package/node_modules/d3-transition/src/transition/style.js +0 -80
- package/node_modules/d3-transition/src/transition/styleTween.js +0 -24
- package/node_modules/d3-transition/src/transition/text.js +0 -20
- package/node_modules/d3-transition/src/transition/textTween.js +0 -24
- package/node_modules/d3-transition/src/transition/transition.js +0 -24
- package/node_modules/d3-transition/src/transition/tween.js +0 -81
- package/node_modules/d3-zoom/LICENSE +0 -13
- package/node_modules/d3-zoom/README.md +0 -414
- package/node_modules/d3-zoom/dist/d3-zoom.js +0 -531
- package/node_modules/d3-zoom/dist/d3-zoom.min.js +0 -2
- package/node_modules/d3-zoom/package.json +0 -57
- package/node_modules/d3-zoom/src/constant.js +0 -1
- package/node_modules/d3-zoom/src/event.js +0 -14
- package/node_modules/d3-zoom/src/index.js +0 -2
- package/node_modules/d3-zoom/src/noevent.js +0 -8
- package/node_modules/d3-zoom/src/transform.js +0 -51
- package/node_modules/d3-zoom/src/zoom.js +0 -447
- package/node_modules/use-sync-external-store/LICENSE +0 -21
- package/node_modules/use-sync-external-store/README.md +0 -5
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +0 -97
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +0 -85
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +0 -95
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.development.js +0 -88
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.native.production.js +0 -59
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +0 -66
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js +0 -96
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js +0 -84
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store.development.js +0 -27
- package/node_modules/use-sync-external-store/cjs/use-sync-external-store.production.js +0 -13
- package/node_modules/use-sync-external-store/index.js +0 -7
- package/node_modules/use-sync-external-store/package.json +0 -43
- package/node_modules/use-sync-external-store/shim/index.js +0 -7
- package/node_modules/use-sync-external-store/shim/index.native.js +0 -7
- package/node_modules/use-sync-external-store/shim/with-selector.js +0 -7
- package/node_modules/use-sync-external-store/with-selector.js +0 -7
- package/node_modules/zustand/LICENSE +0 -21
- package/node_modules/zustand/context.d.ts +0 -25
- package/node_modules/zustand/context.js +0 -60
- package/node_modules/zustand/esm/context.d.mts +0 -25
- package/node_modules/zustand/esm/context.d.ts +0 -25
- package/node_modules/zustand/esm/context.js +0 -61
- package/node_modules/zustand/esm/context.mjs +0 -61
- package/node_modules/zustand/esm/index.d.mts +0 -3
- package/node_modules/zustand/esm/index.d.ts +0 -3
- package/node_modules/zustand/esm/index.js +0 -48
- package/node_modules/zustand/esm/index.mjs +0 -48
- package/node_modules/zustand/esm/middleware/combine.d.mts +0 -5
- package/node_modules/zustand/esm/middleware/combine.d.ts +0 -5
- package/node_modules/zustand/esm/middleware/devtools.d.mts +0 -49
- package/node_modules/zustand/esm/middleware/devtools.d.ts +0 -49
- package/node_modules/zustand/esm/middleware/immer.d.mts +0 -25
- package/node_modules/zustand/esm/middleware/immer.d.ts +0 -25
- package/node_modules/zustand/esm/middleware/immer.js +0 -12
- package/node_modules/zustand/esm/middleware/immer.mjs +0 -12
- package/node_modules/zustand/esm/middleware/persist.d.mts +0 -119
- package/node_modules/zustand/esm/middleware/persist.d.ts +0 -119
- package/node_modules/zustand/esm/middleware/redux.d.mts +0 -21
- package/node_modules/zustand/esm/middleware/redux.d.ts +0 -21
- package/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts +0 -25
- package/node_modules/zustand/esm/middleware/subscribeWithSelector.d.ts +0 -25
- package/node_modules/zustand/esm/middleware.d.mts +0 -5
- package/node_modules/zustand/esm/middleware.d.ts +0 -5
- package/node_modules/zustand/esm/middleware.js +0 -583
- package/node_modules/zustand/esm/middleware.mjs +0 -583
- package/node_modules/zustand/esm/react/shallow.d.mts +0 -1
- package/node_modules/zustand/esm/react/shallow.d.ts +0 -1
- package/node_modules/zustand/esm/react/shallow.js +0 -49
- package/node_modules/zustand/esm/react/shallow.mjs +0 -49
- package/node_modules/zustand/esm/react.d.mts +0 -38
- package/node_modules/zustand/esm/react.d.ts +0 -38
- package/node_modules/zustand/esm/shallow.d.mts +0 -7
- package/node_modules/zustand/esm/shallow.d.ts +0 -7
- package/node_modules/zustand/esm/shallow.js +0 -47
- package/node_modules/zustand/esm/shallow.mjs +0 -47
- package/node_modules/zustand/esm/traditional.d.mts +0 -21
- package/node_modules/zustand/esm/traditional.d.ts +0 -21
- package/node_modules/zustand/esm/traditional.js +0 -27
- package/node_modules/zustand/esm/traditional.mjs +0 -27
- package/node_modules/zustand/esm/vanilla/shallow.d.mts +0 -1
- package/node_modules/zustand/esm/vanilla/shallow.d.ts +0 -1
- package/node_modules/zustand/esm/vanilla/shallow.js +0 -38
- package/node_modules/zustand/esm/vanilla/shallow.mjs +0 -38
- package/node_modules/zustand/esm/vanilla.d.mts +0 -81
- package/node_modules/zustand/esm/vanilla.d.ts +0 -81
- package/node_modules/zustand/esm/vanilla.js +0 -40
- package/node_modules/zustand/esm/vanilla.mjs +0 -40
- package/node_modules/zustand/index.d.ts +0 -3
- package/node_modules/zustand/index.js +0 -60
- package/node_modules/zustand/middleware/combine.d.ts +0 -5
- package/node_modules/zustand/middleware/devtools.d.ts +0 -49
- package/node_modules/zustand/middleware/immer.d.ts +0 -25
- package/node_modules/zustand/middleware/immer.js +0 -19
- package/node_modules/zustand/middleware/persist.d.ts +0 -119
- package/node_modules/zustand/middleware/redux.d.ts +0 -21
- package/node_modules/zustand/middleware/subscribeWithSelector.d.ts +0 -25
- package/node_modules/zustand/middleware.d.ts +0 -5
- package/node_modules/zustand/middleware.js +0 -609
- package/node_modules/zustand/package.json +0 -232
- package/node_modules/zustand/react/shallow.d.ts +0 -1
- package/node_modules/zustand/react/shallow.js +0 -86
- package/node_modules/zustand/react.d.ts +0 -38
- package/node_modules/zustand/readme.md +0 -505
- package/node_modules/zustand/shallow.d.ts +0 -7
- package/node_modules/zustand/shallow.js +0 -87
- package/node_modules/zustand/system/context.development.js +0 -73
- package/node_modules/zustand/system/context.production.js +0 -1
- package/node_modules/zustand/system/index.development.js +0 -71
- package/node_modules/zustand/system/index.production.js +0 -1
- package/node_modules/zustand/system/middleware/immer.development.js +0 -21
- package/node_modules/zustand/system/middleware/immer.production.js +0 -1
- package/node_modules/zustand/system/middleware.development.js +0 -592
- package/node_modules/zustand/system/middleware.production.js +0 -5
- package/node_modules/zustand/system/react/shallow.development.js +0 -60
- package/node_modules/zustand/system/react/shallow.production.js +0 -1
- package/node_modules/zustand/system/shallow.development.js +0 -56
- package/node_modules/zustand/system/shallow.production.js +0 -1
- package/node_modules/zustand/system/traditional.development.js +0 -40
- package/node_modules/zustand/system/traditional.production.js +0 -1
- package/node_modules/zustand/system/vanilla/shallow.development.js +0 -47
- package/node_modules/zustand/system/vanilla/shallow.production.js +0 -1
- package/node_modules/zustand/system/vanilla.development.js +0 -47
- package/node_modules/zustand/system/vanilla.production.js +0 -1
- package/node_modules/zustand/traditional.d.ts +0 -21
- package/node_modules/zustand/traditional.js +0 -36
- package/node_modules/zustand/ts3.4/context.d.ts +0 -25
- package/node_modules/zustand/ts3.4/esm/context.d.ts +0 -25
- package/node_modules/zustand/ts3.4/esm/index.d.ts +0 -3
- package/node_modules/zustand/ts3.4/esm/middleware/combine.d.ts +0 -13
- package/node_modules/zustand/ts3.4/esm/middleware/devtools.d.ts +0 -102
- package/node_modules/zustand/ts3.4/esm/middleware/immer.d.ts +0 -60
- package/node_modules/zustand/ts3.4/esm/middleware/persist.d.ts +0 -139
- package/node_modules/zustand/ts3.4/esm/middleware/redux.d.ts +0 -30
- package/node_modules/zustand/ts3.4/esm/middleware/subscribeWithSelector.d.ts +0 -42
- package/node_modules/zustand/ts3.4/esm/middleware.d.ts +0 -5
- package/node_modules/zustand/ts3.4/esm/react/shallow.d.ts +0 -1
- package/node_modules/zustand/ts3.4/esm/react.d.ts +0 -48
- package/node_modules/zustand/ts3.4/esm/shallow.d.ts +0 -7
- package/node_modules/zustand/ts3.4/esm/traditional.d.ts +0 -31
- package/node_modules/zustand/ts3.4/esm/vanilla/shallow.d.ts +0 -1
- package/node_modules/zustand/ts3.4/esm/vanilla.d.ts +0 -106
- package/node_modules/zustand/ts3.4/index.d.ts +0 -3
- package/node_modules/zustand/ts3.4/middleware/combine.d.ts +0 -13
- package/node_modules/zustand/ts3.4/middleware/devtools.d.ts +0 -102
- package/node_modules/zustand/ts3.4/middleware/immer.d.ts +0 -60
- package/node_modules/zustand/ts3.4/middleware/persist.d.ts +0 -139
- package/node_modules/zustand/ts3.4/middleware/redux.d.ts +0 -30
- package/node_modules/zustand/ts3.4/middleware/subscribeWithSelector.d.ts +0 -42
- package/node_modules/zustand/ts3.4/middleware.d.ts +0 -5
- package/node_modules/zustand/ts3.4/react/shallow.d.ts +0 -1
- package/node_modules/zustand/ts3.4/react.d.ts +0 -48
- package/node_modules/zustand/ts3.4/shallow.d.ts +0 -7
- package/node_modules/zustand/ts3.4/traditional.d.ts +0 -31
- package/node_modules/zustand/ts3.4/vanilla/shallow.d.ts +0 -1
- package/node_modules/zustand/ts3.4/vanilla.d.ts +0 -106
- package/node_modules/zustand/umd/context.development.js +0 -63
- package/node_modules/zustand/umd/context.production.js +0 -1
- package/node_modules/zustand/umd/index.development.js +0 -58
- package/node_modules/zustand/umd/index.production.js +0 -1
- package/node_modules/zustand/umd/middleware/immer.development.js +0 -23
- package/node_modules/zustand/umd/middleware/immer.production.js +0 -1
- package/node_modules/zustand/umd/middleware.development.js +0 -615
- package/node_modules/zustand/umd/middleware.production.js +0 -1
- package/node_modules/zustand/umd/react/shallow.development.js +0 -90
- package/node_modules/zustand/umd/react/shallow.production.js +0 -1
- package/node_modules/zustand/umd/shallow.development.js +0 -91
- package/node_modules/zustand/umd/shallow.production.js +0 -1
- package/node_modules/zustand/umd/traditional.development.js +0 -38
- package/node_modules/zustand/umd/traditional.production.js +0 -1
- package/node_modules/zustand/umd/vanilla/shallow.development.js +0 -81
- package/node_modules/zustand/umd/vanilla/shallow.production.js +0 -1
- package/node_modules/zustand/umd/vanilla.development.js +0 -63
- package/node_modules/zustand/umd/vanilla.production.js +0 -1
- package/node_modules/zustand/vanilla/shallow.d.ts +0 -1
- package/node_modules/zustand/vanilla/shallow.js +0 -75
- package/node_modules/zustand/vanilla.d.ts +0 -81
- package/node_modules/zustand/vanilla.js +0 -59
|
@@ -1,649 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, HTMLAttributes, MouseEvent as ReactMouseEvent, WheelEvent } from 'react';
|
|
2
|
-
import type { ConnectionMode, ConnectionLineType, OnConnect, OnConnectStart, OnConnectEnd, CoordinateExtent, KeyCode, PanOnScrollMode, ProOptions, PanelPosition, OnMove, OnMoveStart, OnMoveEnd, Viewport, NodeOrigin, HandleType, SelectionMode, OnError, ColorMode, SnapGrid, OnReconnect, AriaLabelConfig, FinalConnectionState, ZIndexMode } from '@xyflow/system';
|
|
3
|
-
import type { OnSelectionChangeFunc, NodeTypes, EdgeTypes, Node, Edge, ConnectionLineComponent, OnInit, DefaultEdgeOptions, FitViewOptions, OnNodesDelete, OnEdgesDelete, OnDelete, OnNodesChange, OnEdgesChange, NodeMouseHandler, SelectionDragHandler, EdgeMouseHandler, OnNodeDrag, OnBeforeDelete, IsValidConnection } from '.';
|
|
4
|
-
/**
|
|
5
|
-
* ReactFlow component props.
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export interface ReactFlowProps<NodeType extends Node = Node, EdgeType extends Edge = Edge> extends Omit<HTMLAttributes<HTMLDivElement>, 'onError'> {
|
|
9
|
-
/**
|
|
10
|
-
* An array of nodes to render in a controlled flow.
|
|
11
|
-
* @default []
|
|
12
|
-
* @example
|
|
13
|
-
* const nodes = [
|
|
14
|
-
* {
|
|
15
|
-
* id: 'node-1',
|
|
16
|
-
* type: 'input',
|
|
17
|
-
* data: { label: 'Node 1' },
|
|
18
|
-
* position: { x: 250, y: 50 }
|
|
19
|
-
* }
|
|
20
|
-
* ];
|
|
21
|
-
*/
|
|
22
|
-
nodes?: NodeType[];
|
|
23
|
-
/**
|
|
24
|
-
* An array of edges to render in a controlled flow.
|
|
25
|
-
* @default []
|
|
26
|
-
* @example
|
|
27
|
-
* const edges = [
|
|
28
|
-
* {
|
|
29
|
-
* id: 'edge-1-2',
|
|
30
|
-
* source: 'node-1',
|
|
31
|
-
* target: 'node-2',
|
|
32
|
-
* }
|
|
33
|
-
* ];
|
|
34
|
-
*/
|
|
35
|
-
edges?: EdgeType[];
|
|
36
|
-
/** The initial nodes to render in an uncontrolled flow. */
|
|
37
|
-
defaultNodes?: NodeType[];
|
|
38
|
-
/** The initial edges to render in an uncontrolled flow. */
|
|
39
|
-
defaultEdges?: EdgeType[];
|
|
40
|
-
/**
|
|
41
|
-
* Defaults to be applied to all new edges that are added to the flow.
|
|
42
|
-
* Properties on a new edge will override these defaults if they exist.
|
|
43
|
-
* @example
|
|
44
|
-
* const defaultEdgeOptions = {
|
|
45
|
-
* type: 'customEdgeType',
|
|
46
|
-
* animated: true
|
|
47
|
-
* }
|
|
48
|
-
*/
|
|
49
|
-
defaultEdgeOptions?: DefaultEdgeOptions;
|
|
50
|
-
/** This event handler is called when a user clicks on a node. */
|
|
51
|
-
onNodeClick?: NodeMouseHandler<NodeType>;
|
|
52
|
-
/** This event handler is called when a user double-clicks on a node. */
|
|
53
|
-
onNodeDoubleClick?: NodeMouseHandler<NodeType>;
|
|
54
|
-
/** This event handler is called when mouse of a user enters a node. */
|
|
55
|
-
onNodeMouseEnter?: NodeMouseHandler<NodeType>;
|
|
56
|
-
/** This event handler is called when mouse of a user moves over a node. */
|
|
57
|
-
onNodeMouseMove?: NodeMouseHandler<NodeType>;
|
|
58
|
-
/** This event handler is called when mouse of a user leaves a node. */
|
|
59
|
-
onNodeMouseLeave?: NodeMouseHandler<NodeType>;
|
|
60
|
-
/** This event handler is called when a user right-clicks on a node. */
|
|
61
|
-
onNodeContextMenu?: NodeMouseHandler<NodeType>;
|
|
62
|
-
/** This event handler is called when a user starts to drag a node. */
|
|
63
|
-
onNodeDragStart?: OnNodeDrag<NodeType>;
|
|
64
|
-
/** This event handler is called when a user drags a node. */
|
|
65
|
-
onNodeDrag?: OnNodeDrag<NodeType>;
|
|
66
|
-
/** This event handler is called when a user stops dragging a node. */
|
|
67
|
-
onNodeDragStop?: OnNodeDrag<NodeType>;
|
|
68
|
-
/** This event handler is called when a user clicks on an edge. */
|
|
69
|
-
onEdgeClick?: (event: ReactMouseEvent, edge: EdgeType) => void;
|
|
70
|
-
/** This event handler is called when a user right-clicks on an edge. */
|
|
71
|
-
onEdgeContextMenu?: EdgeMouseHandler<EdgeType>;
|
|
72
|
-
/** This event handler is called when mouse of a user enters an edge. */
|
|
73
|
-
onEdgeMouseEnter?: EdgeMouseHandler<EdgeType>;
|
|
74
|
-
/** This event handler is called when mouse of a user moves over an edge. */
|
|
75
|
-
onEdgeMouseMove?: EdgeMouseHandler<EdgeType>;
|
|
76
|
-
/** This event handler is called when mouse of a user leaves an edge. */
|
|
77
|
-
onEdgeMouseLeave?: EdgeMouseHandler<EdgeType>;
|
|
78
|
-
/** This event handler is called when a user double-clicks on an edge. */
|
|
79
|
-
onEdgeDoubleClick?: EdgeMouseHandler<EdgeType>;
|
|
80
|
-
/**
|
|
81
|
-
* This handler is called when the source or target of a reconnectable edge is dragged from the
|
|
82
|
-
* current node. It will fire even if the edge's source or target do not end up changing.
|
|
83
|
-
* You can use the `reconnectEdge` utility to convert the connection to a new edge.
|
|
84
|
-
*/
|
|
85
|
-
onReconnect?: OnReconnect<EdgeType>;
|
|
86
|
-
/**
|
|
87
|
-
* This event fires when the user begins dragging the source or target of an editable edge.
|
|
88
|
-
*/
|
|
89
|
-
onReconnectStart?: (event: ReactMouseEvent, edge: EdgeType, handleType: HandleType) => void;
|
|
90
|
-
/**
|
|
91
|
-
* This event fires when the user releases the source or target of an editable edge. It is called
|
|
92
|
-
* even if an edge update does not occur.
|
|
93
|
-
*/
|
|
94
|
-
onReconnectEnd?: (event: MouseEvent | TouchEvent, edge: EdgeType, handleType: HandleType, connectionState: FinalConnectionState) => void;
|
|
95
|
-
/**
|
|
96
|
-
* Use this event handler to add interactivity to a controlled flow.
|
|
97
|
-
* It is called on node drag, select, and move.
|
|
98
|
-
* @example // Use NodesState hook to create edges and get onNodesChange handler
|
|
99
|
-
* import ReactFlow, { useNodesState } from '@xyflow/react';
|
|
100
|
-
* const [nodes, setNodes, onNodesChange] = useNodesState(initialNodes);
|
|
101
|
-
*
|
|
102
|
-
* return (<ReactFlow onNodeChange={onNodeChange} {...rest} />)
|
|
103
|
-
* @example // Use helper function to update node
|
|
104
|
-
* import ReactFlow, { applyNodeChanges } from '@xyflow/react';
|
|
105
|
-
*
|
|
106
|
-
* const onNodeChange = useCallback(
|
|
107
|
-
* (changes) => setNode((nds) => applyNodeChanges(changes, nds)),
|
|
108
|
-
* [],
|
|
109
|
-
* );
|
|
110
|
-
*
|
|
111
|
-
* return (<ReactFlow onNodeChange={onNodeChange} {...rest} />)
|
|
112
|
-
*/
|
|
113
|
-
onNodesChange?: OnNodesChange<NodeType>;
|
|
114
|
-
/**
|
|
115
|
-
* Use this event handler to add interactivity to a controlled flow. It is called on edge select
|
|
116
|
-
* and remove.
|
|
117
|
-
* @example // Use EdgesState hook to create edges and get onEdgesChange handler
|
|
118
|
-
* import ReactFlow, { useEdgesState } from '@xyflow/react';
|
|
119
|
-
* const [edges, setEdges, onEdgesChange] = useEdgesState(initialEdges);
|
|
120
|
-
*
|
|
121
|
-
* return (<ReactFlow onEdgesChange={onEdgesChange} {...rest} />)
|
|
122
|
-
* @example // Use helper function to update edge
|
|
123
|
-
* import ReactFlow, { applyEdgeChanges } from '@xyflow/react';
|
|
124
|
-
*
|
|
125
|
-
* const onEdgesChange = useCallback(
|
|
126
|
-
* (changes) => setEdges((eds) => applyEdgeChanges(changes, eds)),
|
|
127
|
-
* [],
|
|
128
|
-
* );
|
|
129
|
-
*
|
|
130
|
-
* return (<ReactFlow onEdgesChange={onEdgesChange} {...rest} />)
|
|
131
|
-
*/
|
|
132
|
-
onEdgesChange?: OnEdgesChange<EdgeType>;
|
|
133
|
-
/** This event handler gets called when a node is deleted. */
|
|
134
|
-
onNodesDelete?: OnNodesDelete<NodeType>;
|
|
135
|
-
/** This event handler gets called when an edge is deleted. */
|
|
136
|
-
onEdgesDelete?: OnEdgesDelete<EdgeType>;
|
|
137
|
-
/** This event handler gets called when a node or edge is deleted. */
|
|
138
|
-
onDelete?: OnDelete<NodeType, EdgeType>;
|
|
139
|
-
/** This event handler gets called when a user starts to drag a selection box. */
|
|
140
|
-
onSelectionDragStart?: SelectionDragHandler<NodeType>;
|
|
141
|
-
/** This event handler gets called when a user drags a selection box. */
|
|
142
|
-
onSelectionDrag?: SelectionDragHandler<NodeType>;
|
|
143
|
-
/** This event handler gets called when a user stops dragging a selection box. */
|
|
144
|
-
onSelectionDragStop?: SelectionDragHandler<NodeType>;
|
|
145
|
-
onSelectionStart?: (event: ReactMouseEvent) => void;
|
|
146
|
-
onSelectionEnd?: (event: ReactMouseEvent) => void;
|
|
147
|
-
/**
|
|
148
|
-
* This event handler is called when a user right-clicks on a node selection.
|
|
149
|
-
*/
|
|
150
|
-
onSelectionContextMenu?: (event: ReactMouseEvent, nodes: NodeType[]) => void;
|
|
151
|
-
/**
|
|
152
|
-
* When a connection line is completed and two nodes are connected by the user, this event fires with the new connection.
|
|
153
|
-
* You can use the `addEdge` utility to convert the connection to a complete edge.
|
|
154
|
-
* @example // Use helper function to update edges onConnect
|
|
155
|
-
* import ReactFlow, { addEdge } from '@xyflow/react';
|
|
156
|
-
*
|
|
157
|
-
* const onConnect = useCallback(
|
|
158
|
-
* (params) => setEdges((eds) => addEdge(params, eds)),
|
|
159
|
-
* [],
|
|
160
|
-
* );
|
|
161
|
-
*
|
|
162
|
-
* return (<ReactFlow onConnect={onConnect} {...rest} />)
|
|
163
|
-
*/
|
|
164
|
-
onConnect?: OnConnect;
|
|
165
|
-
/** This event handler gets called when a user starts to drag a connection line. */
|
|
166
|
-
onConnectStart?: OnConnectStart;
|
|
167
|
-
/**
|
|
168
|
-
* This callback will fire regardless of whether a valid connection could be made or not. You can
|
|
169
|
-
* use the second `connectionState` parameter to have different behavior when a connection was
|
|
170
|
-
* unsuccessful.
|
|
171
|
-
*/
|
|
172
|
-
onConnectEnd?: OnConnectEnd;
|
|
173
|
-
onClickConnectStart?: OnConnectStart;
|
|
174
|
-
onClickConnectEnd?: OnConnectEnd;
|
|
175
|
-
/**
|
|
176
|
-
* The `onInit` callback is called when the viewport is initialized. At this point you can use the
|
|
177
|
-
* instance to call methods like `fitView` or `zoomTo`.
|
|
178
|
-
*/
|
|
179
|
-
onInit?: OnInit<NodeType, EdgeType>;
|
|
180
|
-
/** This event handler is called while the user is either panning or zooming the viewport. */
|
|
181
|
-
onMove?: OnMove;
|
|
182
|
-
/** This event handler is called when the user begins to pan or zoom the viewport. */
|
|
183
|
-
onMoveStart?: OnMoveStart;
|
|
184
|
-
/**
|
|
185
|
-
* This event handler is called when panning or zooming viewport movement stops.
|
|
186
|
-
* If the movement is not user-initiated, the event parameter will be `null`.
|
|
187
|
-
*/
|
|
188
|
-
onMoveEnd?: OnMoveEnd;
|
|
189
|
-
/** This event handler gets called when a user changes group of selected elements in the flow. */
|
|
190
|
-
onSelectionChange?: OnSelectionChangeFunc<NodeType, EdgeType>;
|
|
191
|
-
/** This event handler gets called when user scroll inside the pane. */
|
|
192
|
-
onPaneScroll?: (event?: WheelEvent) => void;
|
|
193
|
-
/** This event handler gets called when user clicks inside the pane. */
|
|
194
|
-
onPaneClick?: (event: ReactMouseEvent) => void;
|
|
195
|
-
/** This event handler gets called when user right clicks inside the pane. */
|
|
196
|
-
onPaneContextMenu?: (event: ReactMouseEvent | MouseEvent) => void;
|
|
197
|
-
/** This event handler gets called when mouse enters the pane. */
|
|
198
|
-
onPaneMouseEnter?: (event: ReactMouseEvent) => void;
|
|
199
|
-
/** This event handler gets called when mouse moves over the pane. */
|
|
200
|
-
onPaneMouseMove?: (event: ReactMouseEvent) => void;
|
|
201
|
-
/** This event handler gets called when mouse leaves the pane. */
|
|
202
|
-
onPaneMouseLeave?: (event: ReactMouseEvent) => void;
|
|
203
|
-
/**
|
|
204
|
-
* Distance that the mouse can move between mousedown/up that will trigger a click.
|
|
205
|
-
* @default 0
|
|
206
|
-
*/
|
|
207
|
-
paneClickDistance?: number;
|
|
208
|
-
/**
|
|
209
|
-
* Distance that the mouse can move between mousedown/up that will trigger a click.
|
|
210
|
-
* @default 0
|
|
211
|
-
*/
|
|
212
|
-
nodeClickDistance?: number;
|
|
213
|
-
/**
|
|
214
|
-
* This handler is called before nodes or edges are deleted, allowing the deletion to be aborted
|
|
215
|
-
* by returning `false` or modified by returning updated nodes and edges.
|
|
216
|
-
*/
|
|
217
|
-
onBeforeDelete?: OnBeforeDelete<NodeType, EdgeType>;
|
|
218
|
-
/**
|
|
219
|
-
* Custom node types to be available in a flow.
|
|
220
|
-
* React Flow matches a node's type to a component in the `nodeTypes` object.
|
|
221
|
-
* @default {
|
|
222
|
-
* input: InputNode,
|
|
223
|
-
* default: DefaultNode,
|
|
224
|
-
* output: OutputNode,
|
|
225
|
-
* group: GroupNode
|
|
226
|
-
* }
|
|
227
|
-
* @example
|
|
228
|
-
* import CustomNode from './CustomNode';
|
|
229
|
-
*
|
|
230
|
-
* const nodeTypes = { nameOfNodeType: CustomNode };
|
|
231
|
-
*/
|
|
232
|
-
nodeTypes?: NodeTypes;
|
|
233
|
-
/**
|
|
234
|
-
* Custom edge types to be available in a flow.
|
|
235
|
-
* React Flow matches an edge's type to a component in the `edgeTypes` object.
|
|
236
|
-
* @default {
|
|
237
|
-
* default: BezierEdge,
|
|
238
|
-
* straight: StraightEdge,
|
|
239
|
-
* step: StepEdge,
|
|
240
|
-
* smoothstep: SmoothStepEdge,
|
|
241
|
-
* simplebezier: SimpleBezier
|
|
242
|
-
* }
|
|
243
|
-
* @example
|
|
244
|
-
* import CustomEdge from './CustomEdge';
|
|
245
|
-
*
|
|
246
|
-
* const edgeTypes = { nameOfEdgeType: CustomEdge };
|
|
247
|
-
*/
|
|
248
|
-
edgeTypes?: EdgeTypes;
|
|
249
|
-
/**
|
|
250
|
-
* The type of edge path to use for connection lines.
|
|
251
|
-
* Although created edges can be of any type, React Flow needs to know what type of path to render for the connection line before the edge is created!
|
|
252
|
-
* @default ConnectionLineType.Bezier
|
|
253
|
-
*/
|
|
254
|
-
connectionLineType?: ConnectionLineType;
|
|
255
|
-
/** Styles to be applied to the connection line. */
|
|
256
|
-
connectionLineStyle?: CSSProperties;
|
|
257
|
-
/** React Component to be used as a connection line. */
|
|
258
|
-
connectionLineComponent?: ConnectionLineComponent<NodeType>;
|
|
259
|
-
/** Styles to be applied to the container of the connection line. */
|
|
260
|
-
connectionLineContainerStyle?: CSSProperties;
|
|
261
|
-
/**
|
|
262
|
-
* A loose connection mode will allow you to connect handles with differing types, including
|
|
263
|
-
* source-to-source connections. However, it does not support target-to-target connections. Strict
|
|
264
|
-
* mode allows only connections between source handles and target handles.
|
|
265
|
-
* @default 'strict'
|
|
266
|
-
*/
|
|
267
|
-
connectionMode?: ConnectionMode;
|
|
268
|
-
/**
|
|
269
|
-
* If set, pressing the key or chord will delete any selected nodes and edges. Passing an array
|
|
270
|
-
* represents multiple keys that can be pressed.
|
|
271
|
-
|
|
272
|
-
* For example, `["Delete", "Backspace"]` will delete selected elements when either key is pressed.
|
|
273
|
-
* @default 'Backspace'
|
|
274
|
-
*/
|
|
275
|
-
deleteKeyCode?: KeyCode | null;
|
|
276
|
-
/**
|
|
277
|
-
* If set, holding this key will let you click and drag to draw a selection box around multiple
|
|
278
|
-
* nodes and edges. Passing an array represents multiple keys that can be pressed.
|
|
279
|
-
*
|
|
280
|
-
* For example, `["Shift", "Meta"]` will allow you to draw a selection box when either key is
|
|
281
|
-
* pressed.
|
|
282
|
-
* @default 'Shift'
|
|
283
|
-
*/
|
|
284
|
-
selectionKeyCode?: KeyCode | null;
|
|
285
|
-
/**
|
|
286
|
-
* Select multiple elements with a selection box, without pressing down `selectionKey`.
|
|
287
|
-
* @default false
|
|
288
|
-
*/
|
|
289
|
-
selectionOnDrag?: boolean;
|
|
290
|
-
/**
|
|
291
|
-
* When set to `"partial"`, when the user creates a selection box by click and dragging nodes that
|
|
292
|
-
* are only partially in the box are still selected.
|
|
293
|
-
* @default 'full'
|
|
294
|
-
*/
|
|
295
|
-
selectionMode?: SelectionMode;
|
|
296
|
-
/**
|
|
297
|
-
* If a key is set, you can pan the viewport while that key is held down even if `panOnScroll`
|
|
298
|
-
* is set to `false`.
|
|
299
|
-
*
|
|
300
|
-
* By setting this prop to `null` you can disable this functionality.
|
|
301
|
-
* @default 'Space'
|
|
302
|
-
*/
|
|
303
|
-
panActivationKeyCode?: KeyCode | null;
|
|
304
|
-
/**
|
|
305
|
-
* Pressing down this key you can select multiple elements by clicking.
|
|
306
|
-
* @default "Meta" for macOS, "Control" for other systems
|
|
307
|
-
*/
|
|
308
|
-
multiSelectionKeyCode?: KeyCode | null;
|
|
309
|
-
/**
|
|
310
|
-
* If a key is set, you can zoom the viewport while that key is held down even if `panOnScroll`
|
|
311
|
-
* is set to `false`.
|
|
312
|
-
*
|
|
313
|
-
* By setting this prop to `null` you can disable this functionality.
|
|
314
|
-
* @default "Meta" for macOS, "Control" for other systems
|
|
315
|
-
*
|
|
316
|
-
*/
|
|
317
|
-
zoomActivationKeyCode?: KeyCode | null;
|
|
318
|
-
/** When enabled, nodes will snap to the grid when dragged. */
|
|
319
|
-
snapToGrid?: boolean;
|
|
320
|
-
/**
|
|
321
|
-
* If `snapToGrid` is enabled, this prop configures the grid that nodes will snap to.
|
|
322
|
-
* @example [20, 20]
|
|
323
|
-
*/
|
|
324
|
-
snapGrid?: SnapGrid;
|
|
325
|
-
/**
|
|
326
|
-
* You can enable this optimisation to instruct React Flow to only render nodes and edges that would be visible in the viewport.
|
|
327
|
-
*
|
|
328
|
-
* This might improve performance when you have a large number of nodes and edges but also adds an overhead.
|
|
329
|
-
* @default false
|
|
330
|
-
*/
|
|
331
|
-
onlyRenderVisibleElements?: boolean;
|
|
332
|
-
/**
|
|
333
|
-
* Controls whether all nodes should be draggable or not. Individual nodes can override this
|
|
334
|
-
* setting by setting their `draggable` prop. If you want to use the mouse handlers on
|
|
335
|
-
* non-draggable nodes, you need to add the `"nopan"` class to those nodes.
|
|
336
|
-
* @default true
|
|
337
|
-
*/
|
|
338
|
-
nodesDraggable?: boolean;
|
|
339
|
-
/**
|
|
340
|
-
* When `true`, the viewport will pan when a node is focused.
|
|
341
|
-
* @default true
|
|
342
|
-
*/
|
|
343
|
-
autoPanOnNodeFocus?: boolean;
|
|
344
|
-
/**
|
|
345
|
-
* Controls whether all nodes should be connectable or not. Individual nodes can override this
|
|
346
|
-
* setting by setting their `connectable` prop.
|
|
347
|
-
* @default true
|
|
348
|
-
*/
|
|
349
|
-
nodesConnectable?: boolean;
|
|
350
|
-
/**
|
|
351
|
-
* When `true`, focus between nodes can be cycled with the `Tab` key and selected with the `Enter`
|
|
352
|
-
* key. This option can be overridden by individual nodes by setting their `focusable` prop.
|
|
353
|
-
* @default true
|
|
354
|
-
*/
|
|
355
|
-
nodesFocusable?: boolean;
|
|
356
|
-
/**
|
|
357
|
-
* The origin of the node to use when placing it in the flow or looking up its `x` and `y`
|
|
358
|
-
* position. An origin of `[0, 0]` means that a node's top left corner will be placed at the `x`
|
|
359
|
-
* and `y` position.
|
|
360
|
-
* @default [0, 0]
|
|
361
|
-
* @example
|
|
362
|
-
* [0, 0] // default, top left
|
|
363
|
-
* [0.5, 0.5] // center
|
|
364
|
-
* [1, 1] // bottom right
|
|
365
|
-
*/
|
|
366
|
-
nodeOrigin?: NodeOrigin;
|
|
367
|
-
/**
|
|
368
|
-
* When `true`, focus between edges can be cycled with the `Tab` key and selected with the `Enter`
|
|
369
|
-
* key. This option can be overridden by individual edges by setting their `focusable` prop.
|
|
370
|
-
* @default true
|
|
371
|
-
*/
|
|
372
|
-
edgesFocusable?: boolean;
|
|
373
|
-
/**
|
|
374
|
-
* Whether edges can be updated once they are created. When both this prop is `true` and an
|
|
375
|
-
* `onReconnect` handler is provided, the user can drag an existing edge to a new source or
|
|
376
|
-
* target. Individual edges can override this value with their reconnectable property.
|
|
377
|
-
* @default true
|
|
378
|
-
*/
|
|
379
|
-
edgesReconnectable?: boolean;
|
|
380
|
-
/**
|
|
381
|
-
* When `true`, elements (nodes and edges) can be selected by clicking on them. This option can be
|
|
382
|
-
* overridden by individual elements by setting their `selectable` prop.
|
|
383
|
-
* @default true
|
|
384
|
-
*/
|
|
385
|
-
elementsSelectable?: boolean;
|
|
386
|
-
/**
|
|
387
|
-
* If `true`, nodes get selected on drag.
|
|
388
|
-
* @default true
|
|
389
|
-
*/
|
|
390
|
-
selectNodesOnDrag?: boolean;
|
|
391
|
-
/**
|
|
392
|
-
* Enabling this prop allows users to pan the viewport by clicking and dragging.
|
|
393
|
-
* You can also set this prop to an array of numbers to limit which mouse buttons can activate panning.
|
|
394
|
-
* @default true
|
|
395
|
-
* @example [0, 2] // allows panning with the left and right mouse buttons
|
|
396
|
-
* [0, 1, 2, 3, 4] // allows panning with all mouse buttons
|
|
397
|
-
*/
|
|
398
|
-
panOnDrag?: boolean | number[];
|
|
399
|
-
/**
|
|
400
|
-
* Minimum zoom level.
|
|
401
|
-
* @default 0.5
|
|
402
|
-
*/
|
|
403
|
-
minZoom?: number;
|
|
404
|
-
/**
|
|
405
|
-
* Maximum zoom level.
|
|
406
|
-
* @default 2
|
|
407
|
-
*/
|
|
408
|
-
maxZoom?: number;
|
|
409
|
-
/**
|
|
410
|
-
* When you pass a `viewport` prop, it's controlled, and you also need to pass `onViewportChange`
|
|
411
|
-
* to handle internal changes.
|
|
412
|
-
*/
|
|
413
|
-
viewport?: Viewport;
|
|
414
|
-
/**
|
|
415
|
-
* Sets the initial position and zoom of the viewport. If a default viewport is provided but
|
|
416
|
-
* `fitView` is enabled, the default viewport will be ignored.
|
|
417
|
-
* @default { x: 0, y: 0, zoom: 1 }
|
|
418
|
-
* @example
|
|
419
|
-
* const initialViewport = {
|
|
420
|
-
* zoom: 0.5,
|
|
421
|
-
* position: { x: 0, y: 0 }
|
|
422
|
-
* };
|
|
423
|
-
*/
|
|
424
|
-
defaultViewport?: Viewport;
|
|
425
|
-
/**
|
|
426
|
-
* Used when working with a controlled viewport for updating the user viewport state.
|
|
427
|
-
*/
|
|
428
|
-
onViewportChange?: (viewport: Viewport) => void;
|
|
429
|
-
/**
|
|
430
|
-
* By default, the viewport extends infinitely. You can use this prop to set a boundary.
|
|
431
|
-
* The first pair of coordinates is the top left boundary and the second pair is the bottom right.
|
|
432
|
-
* @default [[-∞, -∞], [+∞, +∞]]
|
|
433
|
-
* @example [[-1000, -10000], [1000, 1000]]
|
|
434
|
-
*/
|
|
435
|
-
translateExtent?: CoordinateExtent;
|
|
436
|
-
/**
|
|
437
|
-
* Disabling this prop will allow the user to scroll the page even when their pointer is over the flow.
|
|
438
|
-
* @default true
|
|
439
|
-
*/
|
|
440
|
-
preventScrolling?: boolean;
|
|
441
|
-
/**
|
|
442
|
-
* By default, nodes can be placed on an infinite flow. You can use this prop to set a boundary.
|
|
443
|
-
* The first pair of coordinates is the top left boundary and the second pair is the bottom right.
|
|
444
|
-
* @example [[-1000, -10000], [1000, 1000]]
|
|
445
|
-
*/
|
|
446
|
-
nodeExtent?: CoordinateExtent;
|
|
447
|
-
/**
|
|
448
|
-
* Color of edge markers.
|
|
449
|
-
* You can pass `null` to use the CSS variable `--xy-edge-stroke` for the marker color.
|
|
450
|
-
* @default '#b1b1b7'
|
|
451
|
-
*/
|
|
452
|
-
defaultMarkerColor?: string | null;
|
|
453
|
-
/**
|
|
454
|
-
* Controls if the viewport should zoom by scrolling inside the container.
|
|
455
|
-
* @default true
|
|
456
|
-
*/
|
|
457
|
-
zoomOnScroll?: boolean;
|
|
458
|
-
/**
|
|
459
|
-
* Controls if the viewport should zoom by pinching on a touch screen.
|
|
460
|
-
* @default true
|
|
461
|
-
*/
|
|
462
|
-
zoomOnPinch?: boolean;
|
|
463
|
-
/**
|
|
464
|
-
* Controls if the viewport should pan by scrolling inside the container.
|
|
465
|
-
* Can be limited to a specific direction with `panOnScrollMode`.
|
|
466
|
-
* @default false
|
|
467
|
-
*/
|
|
468
|
-
panOnScroll?: boolean;
|
|
469
|
-
/**
|
|
470
|
-
* Controls how fast viewport should be panned on scroll.
|
|
471
|
-
* Use together with `panOnScroll` prop.
|
|
472
|
-
* @default 0.5
|
|
473
|
-
*/
|
|
474
|
-
panOnScrollSpeed?: number;
|
|
475
|
-
/**
|
|
476
|
-
* This prop is used to limit the direction of panning when `panOnScroll` is enabled.
|
|
477
|
-
* The `"free"` option allows panning in any direction.
|
|
478
|
-
* @default "free"
|
|
479
|
-
* @example "horizontal" | "vertical"
|
|
480
|
-
*/
|
|
481
|
-
panOnScrollMode?: PanOnScrollMode;
|
|
482
|
-
/**
|
|
483
|
-
* Controls if the viewport should zoom by double-clicking somewhere on the flow.
|
|
484
|
-
* @default true
|
|
485
|
-
*/
|
|
486
|
-
zoomOnDoubleClick?: boolean;
|
|
487
|
-
/**
|
|
488
|
-
* The radius around an edge connection that can trigger an edge reconnection.
|
|
489
|
-
* @default 10
|
|
490
|
-
*/
|
|
491
|
-
reconnectRadius?: number;
|
|
492
|
-
/**
|
|
493
|
-
* If a node is draggable, clicking and dragging that node will move it around the canvas. Adding
|
|
494
|
-
* the `"nodrag"` class prevents this behavior and this prop allows you to change the name of that
|
|
495
|
-
* class.
|
|
496
|
-
* @default "nodrag"
|
|
497
|
-
*/
|
|
498
|
-
noDragClassName?: string;
|
|
499
|
-
/**
|
|
500
|
-
* Typically, scrolling the mouse wheel when the mouse is over the canvas will zoom the viewport.
|
|
501
|
-
* Adding the `"nowheel"` class to an element in the canvas will prevent this behavior and this prop
|
|
502
|
-
* allows you to change the name of that class.
|
|
503
|
-
* @default "nowheel"
|
|
504
|
-
*/
|
|
505
|
-
noWheelClassName?: string;
|
|
506
|
-
/**
|
|
507
|
-
* If an element in the canvas does not stop mouse events from propagating, clicking and dragging
|
|
508
|
-
* that element will pan the viewport. Adding the `"nopan"` class prevents this behavior and this
|
|
509
|
-
* prop allows you to change the name of that class.
|
|
510
|
-
* @default "nopan"
|
|
511
|
-
*/
|
|
512
|
-
noPanClassName?: string;
|
|
513
|
-
/** When `true`, the flow will be zoomed and panned to fit all the nodes initially provided. */
|
|
514
|
-
fitView?: boolean;
|
|
515
|
-
/**
|
|
516
|
-
* When you typically call `fitView` on a `ReactFlowInstance`, you can provide an object of
|
|
517
|
-
* options to customize its behavior. This prop lets you do the same for the initial `fitView`
|
|
518
|
-
* call.
|
|
519
|
-
* @example
|
|
520
|
-
* const fitViewOptions = {
|
|
521
|
-
* padding: 0.1,
|
|
522
|
-
* includeHiddenNodes: false,
|
|
523
|
-
* minZoom: 0.1,
|
|
524
|
-
* maxZoom: 1,
|
|
525
|
-
* duration: 200,
|
|
526
|
-
* nodes: [{id: 'node-1'}, {id: 'node-2'}], // nodes to fit
|
|
527
|
-
* };
|
|
528
|
-
*/
|
|
529
|
-
fitViewOptions?: FitViewOptions;
|
|
530
|
-
/**
|
|
531
|
-
* The `connectOnClick` option lets you click or tap on a source handle to start a connection
|
|
532
|
-
* and then click on a target handle to complete the connection.
|
|
533
|
-
*
|
|
534
|
-
* If you set this option to `false`, users will need to drag the connection line to the target
|
|
535
|
-
* handle to create a connection.
|
|
536
|
-
* @default true
|
|
537
|
-
*/
|
|
538
|
-
connectOnClick?: boolean;
|
|
539
|
-
/**
|
|
540
|
-
* By default, React Flow will render a small attribution in the bottom right corner of the flow.
|
|
541
|
-
*
|
|
542
|
-
* You can use this prop to change its position in case you want to place something else there.
|
|
543
|
-
* @default 'bottom-right'
|
|
544
|
-
* @example 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
|
|
545
|
-
*/
|
|
546
|
-
attributionPosition?: PanelPosition;
|
|
547
|
-
/**
|
|
548
|
-
* By default, we render a small attribution in the corner of your flows that links back to the project.
|
|
549
|
-
*
|
|
550
|
-
* Anyone is free to remove this attribution whether they're a Pro subscriber or not
|
|
551
|
-
* but we ask that you take a quick look at our {@link https://reactflow.dev/learn/troubleshooting/remove-attribution | removing attribution guide}
|
|
552
|
-
* before doing so.
|
|
553
|
-
*/
|
|
554
|
-
proOptions?: ProOptions;
|
|
555
|
-
/**
|
|
556
|
-
* Enabling this option will raise the z-index of nodes when they are selected.
|
|
557
|
-
* @default true
|
|
558
|
-
*/
|
|
559
|
-
elevateNodesOnSelect?: boolean;
|
|
560
|
-
/**
|
|
561
|
-
* Enabling this option will raise the z-index of edges when they are selected.
|
|
562
|
-
* @default false
|
|
563
|
-
*/
|
|
564
|
-
elevateEdgesOnSelect?: boolean;
|
|
565
|
-
/**
|
|
566
|
-
* You can use this prop to disable keyboard accessibility features such as selecting nodes or
|
|
567
|
-
* moving selected nodes with the arrow keys.
|
|
568
|
-
* @default false
|
|
569
|
-
*/
|
|
570
|
-
disableKeyboardA11y?: boolean;
|
|
571
|
-
/**
|
|
572
|
-
* When `true`, the viewport will pan automatically when the cursor moves to the edge of the
|
|
573
|
-
* viewport while dragging a node.
|
|
574
|
-
* @default true
|
|
575
|
-
*/
|
|
576
|
-
autoPanOnNodeDrag?: boolean;
|
|
577
|
-
/**
|
|
578
|
-
* When `true`, the viewport will pan automatically when the cursor moves to the edge of the
|
|
579
|
-
* viewport while creating a connection.
|
|
580
|
-
* @default true
|
|
581
|
-
*/
|
|
582
|
-
autoPanOnConnect?: boolean;
|
|
583
|
-
/**
|
|
584
|
-
* The speed at which the viewport pans while dragging a node or a selection box.
|
|
585
|
-
* @default 15
|
|
586
|
-
*/
|
|
587
|
-
autoPanSpeed?: number;
|
|
588
|
-
/**
|
|
589
|
-
* The radius around a handle where you drop a connection line to create a new edge.
|
|
590
|
-
* @default 20
|
|
591
|
-
*/
|
|
592
|
-
connectionRadius?: number;
|
|
593
|
-
/**
|
|
594
|
-
* Occasionally something may happen that causes React Flow to throw an error.
|
|
595
|
-
*
|
|
596
|
-
* Instead of exploding your application, we log a message to the console and then call this event handler.
|
|
597
|
-
* You might use it for additional logging or to show a message to the user.
|
|
598
|
-
*/
|
|
599
|
-
onError?: OnError;
|
|
600
|
-
/**
|
|
601
|
-
* This callback can be used to validate a new connection
|
|
602
|
-
*
|
|
603
|
-
* If you return `false`, the edge will not be added to your flow.
|
|
604
|
-
* If you have custom connection logic its preferred to use this callback over the
|
|
605
|
-
* `isValidConnection` prop on the handle component for performance reasons.
|
|
606
|
-
*/
|
|
607
|
-
isValidConnection?: IsValidConnection<EdgeType>;
|
|
608
|
-
/**
|
|
609
|
-
* With a threshold greater than zero you can delay node drag events.
|
|
610
|
-
* If threshold equals 1, you need to drag the node 1 pixel before a drag event is fired.
|
|
611
|
-
* 1 is the default value, so that clicks don't trigger drag events.
|
|
612
|
-
* @default 1
|
|
613
|
-
*/
|
|
614
|
-
nodeDragThreshold?: number;
|
|
615
|
-
/**
|
|
616
|
-
* The threshold in pixels that the mouse must move before a connection line starts to drag.
|
|
617
|
-
* This is useful to prevent accidental connections when clicking on a handle.
|
|
618
|
-
* @default 1
|
|
619
|
-
*/
|
|
620
|
-
connectionDragThreshold?: number;
|
|
621
|
-
/** Sets a fixed width for the flow. */
|
|
622
|
-
width?: number;
|
|
623
|
-
/** Sets a fixed height for the flow. */
|
|
624
|
-
height?: number;
|
|
625
|
-
/**
|
|
626
|
-
* Controls color scheme used for styling the flow.
|
|
627
|
-
* @default 'light'
|
|
628
|
-
* @example 'system' | 'light' | 'dark'
|
|
629
|
-
*/
|
|
630
|
-
colorMode?: ColorMode;
|
|
631
|
-
/**
|
|
632
|
-
* If set `true`, some debug information will be logged to the console like which events are fired.
|
|
633
|
-
* @default false
|
|
634
|
-
*/
|
|
635
|
-
debug?: boolean;
|
|
636
|
-
/**
|
|
637
|
-
* Configuration for customizable labels, descriptions, and UI text. Provided keys will override the corresponding defaults.
|
|
638
|
-
* Allows localization, customization of ARIA descriptions, control labels, minimap labels, and other UI strings.
|
|
639
|
-
*/
|
|
640
|
-
ariaLabelConfig?: Partial<AriaLabelConfig>;
|
|
641
|
-
/**
|
|
642
|
-
* Used to define how z-indexing is calculated for nodes and edges.
|
|
643
|
-
* 'auto' is for selections and sub flows, 'basic' for selections only, and 'manual' for no auto z-indexing.
|
|
644
|
-
*
|
|
645
|
-
* @default 'basic'
|
|
646
|
-
*/
|
|
647
|
-
zIndexMode?: ZIndexMode;
|
|
648
|
-
}
|
|
649
|
-
//# sourceMappingURL=component-props.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-props.d.ts","sourceRoot":"","sources":["../../src/types/component-props.ts"],"names":[],"mappings":"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"}
|