@loopstack/loopstack-studio 0.28.0 → 0.29.1
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/dist/_virtual/rolldown_runtime.js +13 -15
- package/dist/api/config.js +2 -2
- package/dist/components/dynamic-form/Form.js +49 -52
- package/dist/config.js +6 -0
- package/dist/features/debug/components/WorkflowFlowViewer.js +94 -81
- package/dist/features/debug/components/workflow-flow/StateNode.js +154 -79
- package/dist/features/debug/components/workflow-flow/WorkflowGraph.js +43 -31
- package/dist/features/debug/components/workflow-flow/WorkflowTransitionEdge.js +52 -51
- package/dist/features/debug/lib/edge-paths.js +45 -30
- package/dist/features/debug/lib/flow-types.js +2 -0
- package/dist/features/debug/lib/flow-utils.js +66 -64
- package/dist/features/documents/components/DocumentList.js +19 -18
- package/dist/features/workbench/WorkflowItem.js +4 -3
- package/dist/features/workbench/components/EmbedLogsContent.js +5 -0
- package/dist/features/workbench/components/NewRunDialog.js +2 -2
- package/dist/features/workbench/components/PreviewEmptyState.js +10 -0
- package/dist/features/workbench/components/PreviewWorkbench.js +14 -0
- package/dist/features/workbench/components/RecentRunItem.js +48 -0
- package/dist/features/workbench/components/WorkflowForms.js +4 -3
- package/dist/features/workbench/hooks/useEmbedBridge.js +3 -0
- package/dist/features/workbench/hooks/useWorkflowData.js +9 -9
- package/dist/features/workbench/index.js +4 -0
- package/dist/features/workspaces/Workspaces.js +2 -2
- package/dist/features/workspaces/components/ExecutionTimeline.js +9 -8
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/query-keys.js +3 -3
- package/dist/hooks/useConfig.js +15 -15
- package/dist/index.d.ts +12 -12
- package/dist/index.js +3 -3
- package/dist/loopstack-studio.css +1 -1
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{architecture-YZFGNWBL.js → architecture-7EHR7CIX.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-7N4EOEYR.js → chunk-4EGX6M5U.js} +9 -13
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-KGLVRYIC.js → chunk-5DO6E6H7.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BR22UD5L.js +56 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-2KRD3SAO.js → chunk-FHYWG6QK.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-FOC6F5B3.js → chunk-MPE355IW.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MZUSXYTE.js +24 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-N66VUXT2.js +48 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-NNHCCRGN.js +20219 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-PUPMXCY4.js +19 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-67CJDMHE.js → chunk-UIBZB4QT.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WCWK7LTN.js +25 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/eventmodeling-FCH6USID.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{gitGraph-7Q5UKJZL.js → gitGraph-WXDBUCRP.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-J43DQDTF.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-YPE3B663.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-LRSECV5Y.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-GUYGQ44K.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{treeView-SZITEDCU.js → treeView-BLDUP644.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-LRROVOQU.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-L42UT6IY.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +24 -19
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +36 -26
- package/dist/node_modules/@xyflow/react/dist/esm/index.js +1 -1
- package/dist/node_modules/cytoscape/dist/cytoscape.esm.js +257 -254
- package/dist/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +19 -19
- package/dist/node_modules/dagre-d3-es/src/dagre/layout.js +48 -48
- package/dist/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +9 -9
- package/dist/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +3 -3
- package/dist/node_modules/dagre-d3-es/src/dagre/order/index.js +11 -11
- package/dist/node_modules/dagre-d3-es/src/dagre/order/init-order.js +4 -4
- package/dist/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +4 -4
- package/dist/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +8 -8
- package/dist/node_modules/dagre-d3-es/src/dagre/order/sort.js +5 -5
- package/dist/node_modules/dagre-d3-es/src/dagre/position/bk.js +72 -72
- package/dist/node_modules/dagre-d3-es/src/dagre/position/index.js +1 -1
- package/dist/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +25 -25
- package/dist/node_modules/dagre-d3-es/src/dagre/rank/util.js +8 -8
- package/dist/node_modules/dagre-d3-es/src/dagre/util.js +48 -48
- package/dist/node_modules/dagre-d3-es/src/graphlib/graph.js +109 -109
- package/dist/node_modules/dagre-d3-es/src/graphlib/json.js +17 -17
- package/dist/node_modules/dompurify/dist/purify.es.js +293 -205
- package/dist/node_modules/es-toolkit/dist/_internal/globalThis.js +4 -0
- package/dist/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getTag.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/tags.js +2 -0
- package/dist/node_modules/es-toolkit/dist/compat/function/memoize.js +12 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/clone.js +97 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +29 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/merge.js +6 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/mergeWith.js +49 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArray.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +6 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js +16 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +12 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +5 -0
- package/dist/node_modules/es-toolkit/dist/function/noop.js +2 -0
- package/dist/node_modules/es-toolkit/dist/object/clone.js +29 -0
- package/dist/node_modules/es-toolkit/dist/object/cloneDeepWith.js +114 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isBuffer.js +5 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isLength.js +4 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isPrimitive.js +4 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isTypedArray.js +4 -0
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.js +2 -2
- package/dist/node_modules/internmap/src/index.js +1 -1
- package/dist/node_modules/katex/dist/katex.js +379 -417
- package/dist/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/node_modules/lodash-es/_assignMergeValue.js +1 -1
- package/dist/node_modules/lodash-es/_assignValue.js +1 -1
- package/dist/node_modules/lodash-es/_baseClone.js +9 -9
- package/dist/node_modules/lodash-es/_baseForOwn.js +1 -1
- package/dist/node_modules/lodash-es/_baseIsEqualDeep.js +1 -1
- package/dist/node_modules/lodash-es/_baseMatchesProperty.js +6 -6
- package/dist/node_modules/lodash-es/_baseMerge.js +2 -2
- package/dist/node_modules/lodash-es/_baseMergeDeep.js +7 -7
- package/dist/node_modules/lodash-es/_baseOrderBy.js +12 -12
- package/dist/node_modules/lodash-es/_baseRest.js +1 -1
- package/dist/node_modules/lodash-es/_baseSet.js +1 -1
- package/dist/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/node_modules/lodash-es/_baseToString.js +2 -2
- package/dist/node_modules/lodash-es/_baseUniq.js +1 -1
- package/dist/node_modules/lodash-es/_createRange.js +1 -1
- package/dist/node_modules/lodash-es/_createSet.js +3 -3
- package/dist/node_modules/lodash-es/_flatRest.js +1 -1
- package/dist/node_modules/lodash-es/_getAllKeys.js +2 -2
- package/dist/node_modules/lodash-es/_getAllKeysIn.js +1 -1
- package/dist/node_modules/lodash-es/_getSymbolsIn.js +1 -1
- package/dist/node_modules/lodash-es/_getTag.js +1 -1
- package/dist/node_modules/lodash-es/_hasPath.js +2 -2
- package/dist/node_modules/lodash-es/_initCloneByTag.js +1 -1
- package/dist/node_modules/lodash-es/_initCloneObject.js +1 -1
- package/dist/node_modules/lodash-es/_isFlattenable.js +1 -1
- package/dist/node_modules/lodash-es/_isIterateeCall.js +1 -1
- package/dist/node_modules/lodash-es/_isKey.js +1 -1
- package/dist/node_modules/lodash-es/_setToString.js +1 -1
- package/dist/node_modules/lodash-es/defaults.js +1 -1
- package/dist/node_modules/lodash-es/findIndex.js +2 -2
- package/dist/node_modules/lodash-es/forEach.js +1 -1
- package/dist/node_modules/lodash-es/forIn.js +1 -1
- package/dist/node_modules/lodash-es/isEmpty.js +2 -2
- package/dist/node_modules/lodash-es/isPlainObject.js +1 -1
- package/dist/node_modules/lodash-es/map.js +1 -1
- package/dist/node_modules/lodash-es/max.js +1 -1
- package/dist/node_modules/lodash-es/merge.js +3 -3
- package/dist/node_modules/lodash-es/min.js +1 -1
- package/dist/node_modules/lodash-es/minBy.js +1 -1
- package/dist/node_modules/lodash-es/reduce.js +1 -1
- package/dist/node_modules/lodash-es/toNumber.js +1 -1
- package/dist/node_modules/lodash-es/union.js +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{architectureDiagram-Q4EWVU46.js → architectureDiagram-3BPJPVTR.js} +310 -308
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{blockDiagram-DXYQGD6D.js → blockDiagram-GPEHLZMM.js} +215 -190
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{c4Diagram-AHTNJAMY.js → c4Diagram-AAUBKEIU.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-EDXVE4YY.js → chunk-2J33WTMH.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5FUZZQ4R.js → chunk-3OPIFGDE.js} +48 -20
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5PVQY5BW.js → chunk-5ZQYHXKU.js} +8 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-4TB4RGXK.js → chunk-727SXJPM.js} +555 -459
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-OYMX7WX6.js → chunk-AQP2D5EJ.js} +155 -145
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ICPOFSXX.js → chunk-CSCIHK7Q.js} +106 -12
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ENJZ2VHE.js → chunk-KSCS5N6A.js} +12 -12
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ZZ45TVLE.js → chunk-L5ZTLDWV.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-336JU56O.js → chunk-LZXEDZCA.js} +5 -5
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-YZCP3GAM.js → chunk-ND2GUHAM.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-X2U36JSP.js → chunk-NZK2D7GU.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-U2HBQHQK.js → chunk-O5CBEL6O.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-426QAEUC.js → chunk-WU5MYG2G.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-6PBFFD2Q.js → classDiagram-4FO5ZUOK.js} +11 -11
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-v2-HSJHXN6E.js → classDiagram-v2-Q7XG4LA2.js} +11 -11
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{dagre-KV5264BT.js → dagre-BM42HDAG.js} +8 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-MMDJMWI5.js → diagram-2AECGRRQ.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-5BDNPKRD.js → diagram-5GNKFQAL.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/diagram-KO2AKTUF.js +433 -0
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-TYMM5635.js → diagram-LMA3HP47.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-G4DWMVQ6.js → diagram-OG6HWLK6.js} +5 -5
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{erDiagram-SMLLAGMA.js → erDiagram-TEJ5UH35.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{flowDiagram-DWJPFMVM.js → flowDiagram-I6XJVG4X.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{ganttDiagram-T4ZO3ILL.js → ganttDiagram-6RSMTGT7.js} +7 -4
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{gitGraphDiagram-UUTBAWPF.js → gitGraphDiagram-PVQCEYII.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{infoDiagram-42DDH7IO.js → infoDiagram-5YYISTIA.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{ishikawaDiagram-UXIWVN3A.js → ishikawaDiagram-YF4QCWOH.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{journeyDiagram-VCZTEJTY.js → journeyDiagram-JHISSGLW.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{kanban-definition-6JOO6SKY.js → kanban-definition-UN3LZRKU.js} +7 -7
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{mindmap-definition-QFDTVHPH.js → mindmap-definition-RKZ34NQL.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{pieDiagram-DEJITSTG.js → pieDiagram-4H26LBE5.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{quadrantDiagram-34T5L4WZ.js → quadrantDiagram-W4KKPZXB.js} +364 -337
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{requirementDiagram-MS252O5E.js → requirementDiagram-4Y6WPE33.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{sankeyDiagram-XADWPNL6.js → sankeyDiagram-5OEKKPKP.js} +187 -138
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{sequenceDiagram-FGHM5R23.js → sequenceDiagram-3UESZ5HK.js} +15 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-FHFEXIEX.js → stateDiagram-AJRCARHV.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-v2-QKLJ7IA2.js → stateDiagram-v2-BHNVJYJU.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{timeline-definition-GMOUNBTQ.js → timeline-definition-PNZ67QCA.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{vennDiagram-DHZGUBPP.js → vennDiagram-CIIHVFJN.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-YWT4CUSO.js +640 -0
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{xychartDiagram-5P7HB3ND.js → xychartDiagram-2RQKCTM6.js} +4 -4
- package/dist/node_modules/mermaid/dist/mermaid.core.js +96 -70
- package/dist/node_modules/stylis/src/Enum.js +2 -2
- package/dist/node_modules/stylis/src/Middleware.js +9 -0
- package/dist/node_modules/stylis/src/Parser.js +55 -44
- package/dist/node_modules/stylis/src/Utility.js +9 -12
- package/dist/node_modules/unified/lib/index.js +1 -1
- package/dist/packages/contracts/dist/enums/index.js +4 -24
- package/dist/packages/contracts/dist/enums/registry.enum.js +9 -20
- package/dist/packages/contracts/dist/enums/sort-order.enum.js +5 -10
- package/dist/packages/contracts/dist/enums/user-type.enum.js +5 -10
- package/dist/packages/contracts/dist/enums/workflow-state.enum.js +5 -10
- package/dist/pages/DebugWorkflowDetailsPage.js +2 -2
- package/dist/pages/DebugWorkflowsPage.js +12 -12
- package/dist/pages/EmbedWorkbenchPage.js +4 -3
- package/dist/pages/PreviewWorkbenchPage.js +126 -124
- package/dist/pages/StudioLandingPage.js +28 -72
- package/dist/pages/WorkspacePage.js +2 -2
- package/package.json +2 -2
- package/dist/node_modules/@chevrotain/gast/lib/src/helpers.js +0 -23
- package/dist/node_modules/@chevrotain/gast/lib/src/model.js +0 -151
- package/dist/node_modules/@chevrotain/gast/lib/src/visitor.js +0 -40
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/api.js +0 -2
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +0 -85
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +0 -35
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +0 -570
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +0 -25
- package/dist/node_modules/@chevrotain/utils/lib/src/print.js +0 -9
- package/dist/node_modules/@chevrotain/utils/lib/src/timer.js +0 -8
- package/dist/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +0 -10
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-AA7GKIK3.js +0 -28
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CIAEETIT.js +0 -23
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-K5T4RW27.js +0 -1197
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LIHQZDEY.js +0 -60
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-ORNJ4GCN.js +0 -29
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-OMHHGYJF.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-4T2RLAQJ.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-ZZUOXDRM.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-PYXPWWZC.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-W4RFUUIX.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-RL74JXVD.js +0 -3
- package/dist/node_modules/chevrotain/lib/src/api.js +0 -10
- package/dist/node_modules/chevrotain/lib/src/lang/lang_extensions.js +0 -10
- package/dist/node_modules/chevrotain/lib/src/parse/constants.js +0 -2
- package/dist/node_modules/chevrotain/lib/src/parse/cst/cst.js +0 -13
- package/dist/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +0 -49
- package/dist/node_modules/chevrotain/lib/src/parse/errors_public.js +0 -77
- package/dist/node_modules/chevrotain/lib/src/parse/exceptions_public.js +0 -33
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/checks.js +0 -275
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/first.js +0 -23
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/follow.js +0 -28
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +0 -14
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +0 -262
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/keys.js +0 -5
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +0 -41
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +0 -241
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +0 -30
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/rest.js +0 -56
- package/dist/node_modules/chevrotain/lib/src/parse/parser/parser.js +0 -114
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +0 -46
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +0 -166
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +0 -43
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +0 -107
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +0 -21
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +0 -312
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +0 -285
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +0 -144
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +0 -92
- package/dist/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +0 -11
- package/dist/node_modules/chevrotain/lib/src/scan/lexer.js +0 -437
- package/dist/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +0 -9
- package/dist/node_modules/chevrotain/lib/src/scan/lexer_public.js +0 -253
- package/dist/node_modules/chevrotain/lib/src/scan/reg_exp.js +0 -152
- package/dist/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +0 -15
- package/dist/node_modules/chevrotain/lib/src/scan/tokens.js +0 -65
- package/dist/node_modules/chevrotain/lib/src/scan/tokens_public.js +0 -39
- package/dist/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +0 -346
- package/dist/node_modules/chevrotain-allstar/lib/atn.js +0 -194
- package/dist/node_modules/chevrotain-allstar/lib/dfa.js +0 -32
- package/dist/node_modules/chevrotain-allstar/lib/index.js +0 -1
- package/dist/node_modules/langium/lib/default-module.js +0 -85
- package/dist/node_modules/langium/lib/dependency-injection.js +0 -62
- package/dist/node_modules/langium/lib/documentation/comment-provider.js +0 -11
- package/dist/node_modules/langium/lib/documentation/documentation-provider.js +0 -36
- package/dist/node_modules/langium/lib/documentation/jsdoc.js +0 -303
- package/dist/node_modules/langium/lib/index.js +0 -182
- package/dist/node_modules/langium/lib/languages/generated/ast.js +0 -1089
- package/dist/node_modules/langium/lib/languages/grammar-config.js +0 -13
- package/dist/node_modules/langium/lib/parser/async-parser.js +0 -83
- package/dist/node_modules/langium/lib/parser/completion-parser-builder.js +0 -7
- package/dist/node_modules/langium/lib/parser/cst-node-builder.js +0 -160
- package/dist/node_modules/langium/lib/parser/indentation-aware.js +0 -141
- package/dist/node_modules/langium/lib/parser/langium-parser-builder.js +0 -11
- package/dist/node_modules/langium/lib/parser/langium-parser.js +0 -388
- package/dist/node_modules/langium/lib/parser/lexer.js +0 -50
- package/dist/node_modules/langium/lib/parser/parser-builder-base.js +0 -275
- package/dist/node_modules/langium/lib/parser/token-builder.js +0 -61
- package/dist/node_modules/langium/lib/parser/value-converter.js +0 -78
- package/dist/node_modules/langium/lib/references/linker.js +0 -190
- package/dist/node_modules/langium/lib/references/name-provider.js +0 -13
- package/dist/node_modules/langium/lib/references/references.js +0 -76
- package/dist/node_modules/langium/lib/references/scope-computation.js +0 -35
- package/dist/node_modules/langium/lib/references/scope-provider.js +0 -34
- package/dist/node_modules/langium/lib/references/scope.js +0 -73
- package/dist/node_modules/langium/lib/serializer/hydrator.js +0 -125
- package/dist/node_modules/langium/lib/serializer/json-serializer.js +0 -145
- package/dist/node_modules/langium/lib/service-registry.js +0 -37
- package/dist/node_modules/langium/lib/syntax-tree.js +0 -70
- package/dist/node_modules/langium/lib/utils/ast-utils.js +0 -157
- package/dist/node_modules/langium/lib/utils/caching.js +0 -91
- package/dist/node_modules/langium/lib/utils/cancellation.js +0 -5
- package/dist/node_modules/langium/lib/utils/collections.js +0 -85
- package/dist/node_modules/langium/lib/utils/cst-utils.js +0 -190
- package/dist/node_modules/langium/lib/utils/disposable.js +0 -8
- package/dist/node_modules/langium/lib/utils/errors.js +0 -12
- package/dist/node_modules/langium/lib/utils/event.js +0 -5
- package/dist/node_modules/langium/lib/utils/grammar-loader.js +0 -22
- package/dist/node_modules/langium/lib/utils/grammar-utils.js +0 -296
- package/dist/node_modules/langium/lib/utils/index.js +0 -53
- package/dist/node_modules/langium/lib/utils/promise-utils.js +0 -30
- package/dist/node_modules/langium/lib/utils/regexp-utils.js +0 -167
- package/dist/node_modules/langium/lib/utils/stream.js +0 -327
- package/dist/node_modules/langium/lib/utils/uri-utils.js +0 -107
- package/dist/node_modules/langium/lib/validation/document-validator.js +0 -210
- package/dist/node_modules/langium/lib/validation/validation-registry.js +0 -87
- package/dist/node_modules/langium/lib/workspace/ast-descriptions.js +0 -57
- package/dist/node_modules/langium/lib/workspace/ast-node-locator.js +0 -28
- package/dist/node_modules/langium/lib/workspace/configuration.js +0 -51
- package/dist/node_modules/langium/lib/workspace/document-builder.js +0 -201
- package/dist/node_modules/langium/lib/workspace/documents.js +0 -142
- package/dist/node_modules/langium/lib/workspace/file-system-provider.js +0 -34
- package/dist/node_modules/langium/lib/workspace/index-manager.js +0 -49
- package/dist/node_modules/langium/lib/workspace/profiler.js +0 -89
- package/dist/node_modules/langium/lib/workspace/workspace-lock.js +0 -42
- package/dist/node_modules/langium/lib/workspace/workspace-manager.js +0 -66
- package/dist/node_modules/lodash-es/flatMap.js +0 -7
- package/dist/node_modules/lodash-es/uniqBy.js +0 -7
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-NUSXRM2D.js +0 -574
- package/dist/node_modules/vscode-jsonrpc/browser.js +0 -7
- package/dist/node_modules/vscode-jsonrpc/lib/browser/main.js +0 -52
- package/dist/node_modules/vscode-jsonrpc/lib/browser/ril.js +0 -120
- package/dist/node_modules/vscode-jsonrpc/lib/common/api.js +0 -337
- package/dist/node_modules/vscode-jsonrpc/lib/common/cancellation.js +0 -57
- package/dist/node_modules/vscode-jsonrpc/lib/common/connection.js +0 -647
- package/dist/node_modules/vscode-jsonrpc/lib/common/disposable.js +0 -13
- package/dist/node_modules/vscode-jsonrpc/lib/common/events.js +0 -64
- package/dist/node_modules/vscode-jsonrpc/lib/common/is.js +0 -34
- package/dist/node_modules/vscode-jsonrpc/lib/common/linkedMap.js +0 -235
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageBuffer.js +0 -93
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageReader.js +0 -129
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageWriter.js +0 -85
- package/dist/node_modules/vscode-jsonrpc/lib/common/messages.js +0 -161
- package/dist/node_modules/vscode-jsonrpc/lib/common/ral.js +0 -18
- package/dist/node_modules/vscode-jsonrpc/lib/common/semaphore.js +0 -44
- package/dist/node_modules/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +0 -58
- package/dist/node_modules/vscode-languageserver-protocol/lib/browser/main.js +0 -28
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/api.js +0 -36
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/connection.js +0 -12
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/messages.js +0 -31
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.callHierarchy.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.colorProvider.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.configuration.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.declaration.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.diagnostic.js +0 -33
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.fileOperations.js +0 -35
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.foldingRange.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.implementation.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlayHint.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlineCompletion.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlineValue.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.js +0 -674
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.linkedEditingRange.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.moniker.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.notebook.js +0 -126
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.progress.js +0 -24
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.selectionRange.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.semanticTokens.js +0 -31
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.showDocument.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeDefinition.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeHierarchy.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.workspaceFolder.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/utils/is.js +0 -42
- package/dist/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +0 -138
- package/dist/node_modules/vscode-languageserver-types/lib/esm/main.js +0 -1084
- package/dist/node_modules/vscode-uri/lib/esm/index.js +0 -373
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/decode-codepoint.js +0 -0
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/decode.js +0 -0
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/generated/decode-data-html.js +0 -0
- /package/dist/node_modules/{unified/node_modules/is-plain-obj → is-plain-obj}/index.js +0 -0
|
@@ -2,110 +2,185 @@ import { cn } from "../../../../lib/utils.js";
|
|
|
2
2
|
import { Badge } from "../../../../components/ui/badge.js";
|
|
3
3
|
import { Position } from "../../../../node_modules/@xyflow/system/dist/esm/index.js";
|
|
4
4
|
import { Handle } from "../../../../node_modules/@xyflow/react/dist/esm/index.js";
|
|
5
|
+
import { NODE_HEIGHT, NODE_WIDTH } from "../../lib/flow-types.js";
|
|
5
6
|
import { c } from "react/compiler-runtime";
|
|
6
7
|
import React from "react";
|
|
7
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
var HIDDEN_HANDLE = "!bg-muted-foreground/30 !h-3 !w-
|
|
8
|
+
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
var HIDDEN_HANDLE = "!border-none !bg-muted-foreground/30 !h-3 !w-3 !min-h-0 !min-w-0 !rounded-sm opacity-0";
|
|
9
10
|
function getNodeClassName(e) {
|
|
10
11
|
return e.isCurrent ? "border-primary shadow-primary/20 bg-primary/5 ring-primary/30 z-10 shadow-lg ring-4" : e.isEnd ? "border-green-500/30 bg-green-500/10" : e.isStart ? "border-blue-500/30 bg-blue-500/10" : e.isVisited ? "border-border/60 bg-muted/40" : `border-border/40 bg-card/60 ${e.forceVisible ? "opacity-100" : "opacity-80 hover:opacity-100"}`;
|
|
11
12
|
}
|
|
12
13
|
function getLabelClassName(e) {
|
|
13
14
|
return e.isCurrent ? "text-primary font-semibold" : e.isVisited ? "text-foreground" : "text-muted-foreground";
|
|
14
15
|
}
|
|
15
|
-
function
|
|
16
|
-
let
|
|
17
|
-
|
|
18
|
-
target: l ? Position.Left : Position.Top,
|
|
19
|
-
source: l ? Position.Right : Position.Bottom,
|
|
20
|
-
backEdge: l ? Position.Bottom : Position.Right
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
var StateNode = (l) => {
|
|
24
|
-
let u = c(29), { data: f } = l, g;
|
|
25
|
-
u[0] === f.direction ? g = u[1] : (g = getPositions(f.direction), u[0] = f.direction, u[1] = g);
|
|
26
|
-
let _ = g, v;
|
|
27
|
-
u[2] === f ? v = u[3] : (v = cn("relative flex min-w-32 flex-col items-center gap-2 rounded-xl border px-5 py-3 shadow-sm transition-all duration-300", getNodeClassName(f)), u[2] = f, u[3] = v);
|
|
28
|
-
let y;
|
|
29
|
-
u[4] === f.isCurrent ? y = u[5] : (y = f.isCurrent && /* @__PURE__ */ jsx(CurrentIndicator, {}), u[4] = f.isCurrent, u[5] = y);
|
|
30
|
-
let b;
|
|
31
|
-
u[6] === _.target ? b = u[7] : (b = /* @__PURE__ */ jsx(Handle, {
|
|
16
|
+
function TbHandles() {
|
|
17
|
+
let e = c(4), d;
|
|
18
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ jsx(Handle, {
|
|
32
19
|
type: "target",
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
20
|
+
id: "tb-t",
|
|
21
|
+
position: Position.Top,
|
|
22
|
+
className: HIDDEN_HANDLE,
|
|
23
|
+
style: {
|
|
24
|
+
left: "50%",
|
|
25
|
+
transform: "translate(-50%, -50%)"
|
|
26
|
+
}
|
|
27
|
+
}), e[0] = d) : d = e[0];
|
|
28
|
+
let m;
|
|
29
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (m = /* @__PURE__ */ jsx(Handle, {
|
|
38
30
|
type: "source",
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
31
|
+
id: "tb-s",
|
|
32
|
+
position: Position.Bottom,
|
|
33
|
+
className: HIDDEN_HANDLE,
|
|
34
|
+
style: {
|
|
35
|
+
left: "50%",
|
|
36
|
+
transform: "translate(-50%, 50%)"
|
|
37
|
+
}
|
|
38
|
+
}), e[1] = m) : m = e[1];
|
|
39
|
+
let h;
|
|
40
|
+
e[2] === Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ jsx(Handle, {
|
|
41
|
+
type: "target",
|
|
42
|
+
id: "tb-t-self",
|
|
43
|
+
position: Position.Top,
|
|
44
|
+
className: HIDDEN_HANDLE,
|
|
45
|
+
style: {
|
|
46
|
+
left: "78%",
|
|
47
|
+
transform: "translate(-50%, -50%)"
|
|
48
|
+
}
|
|
49
|
+
}), e[2] = h) : h = e[2];
|
|
50
|
+
let g;
|
|
51
|
+
return e[3] === Symbol.for("react.memo_cache_sentinel") ? (g = /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
52
|
+
d,
|
|
53
|
+
m,
|
|
54
|
+
h,
|
|
55
|
+
/* @__PURE__ */ jsx(Handle, {
|
|
56
|
+
type: "source",
|
|
57
|
+
id: "tb-s-self",
|
|
58
|
+
position: Position.Bottom,
|
|
59
|
+
className: HIDDEN_HANDLE,
|
|
60
|
+
style: {
|
|
61
|
+
left: "22%",
|
|
62
|
+
transform: "translate(-50%, 50%)"
|
|
63
|
+
}
|
|
64
|
+
})
|
|
65
|
+
] }), e[3] = g) : g = e[3], g;
|
|
66
|
+
}
|
|
67
|
+
function LrHandles() {
|
|
68
|
+
let e = c(4), d;
|
|
69
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ jsx(Handle, {
|
|
70
|
+
type: "target",
|
|
71
|
+
id: "lr-l",
|
|
72
|
+
position: Position.Left,
|
|
73
|
+
className: HIDDEN_HANDLE,
|
|
74
|
+
style: {
|
|
75
|
+
top: "50%",
|
|
76
|
+
transform: "translate(-50%, -50%)"
|
|
77
|
+
}
|
|
78
|
+
}), e[0] = d) : d = e[0];
|
|
79
|
+
let m;
|
|
80
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (m = /* @__PURE__ */ jsx(Handle, {
|
|
44
81
|
type: "source",
|
|
45
|
-
id: "
|
|
46
|
-
position:
|
|
47
|
-
className:
|
|
48
|
-
|
|
82
|
+
id: "lr-r",
|
|
83
|
+
position: Position.Right,
|
|
84
|
+
className: HIDDEN_HANDLE,
|
|
85
|
+
style: {
|
|
86
|
+
top: "50%",
|
|
87
|
+
transform: "translate(50%, -50%)"
|
|
88
|
+
}
|
|
89
|
+
}), e[1] = m) : m = e[1];
|
|
90
|
+
let h;
|
|
91
|
+
e[2] === Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ jsx(Handle, {
|
|
49
92
|
type: "target",
|
|
50
|
-
id: "
|
|
51
|
-
position:
|
|
52
|
-
className:
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
93
|
+
id: "lr-l-self",
|
|
94
|
+
position: Position.Left,
|
|
95
|
+
className: HIDDEN_HANDLE,
|
|
96
|
+
style: {
|
|
97
|
+
top: "72%",
|
|
98
|
+
transform: "translate(-50%, -50%)"
|
|
99
|
+
}
|
|
100
|
+
}), e[2] = h) : h = e[2];
|
|
101
|
+
let g;
|
|
102
|
+
return e[3] === Symbol.for("react.memo_cache_sentinel") ? (g = /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
103
|
+
d,
|
|
104
|
+
m,
|
|
105
|
+
h,
|
|
106
|
+
/* @__PURE__ */ jsx(Handle, {
|
|
107
|
+
type: "source",
|
|
108
|
+
id: "lr-r-self",
|
|
109
|
+
position: Position.Right,
|
|
110
|
+
className: HIDDEN_HANDLE,
|
|
111
|
+
style: {
|
|
112
|
+
top: "28%",
|
|
113
|
+
transform: "translate(50%, -50%)"
|
|
114
|
+
}
|
|
115
|
+
})
|
|
116
|
+
] }), e[3] = g) : g = e[3], g;
|
|
117
|
+
}
|
|
118
|
+
var StateNode = (d) => {
|
|
119
|
+
let f = c(20), { data: p } = d, m = p.direction === "TB", h;
|
|
120
|
+
f[0] === p ? h = f[1] : (h = cn("relative box-border flex w-full flex-col items-center justify-center gap-2 rounded-xl border px-3 py-2.5 shadow-sm transition-all duration-300", getNodeClassName(p)), f[0] = p, f[1] = h);
|
|
121
|
+
let g;
|
|
122
|
+
f[2] === Symbol.for("react.memo_cache_sentinel") ? (g = {
|
|
123
|
+
width: 208,
|
|
124
|
+
minHeight: 104
|
|
125
|
+
}, f[2] = g) : g = f[2];
|
|
126
|
+
let _;
|
|
127
|
+
f[3] === p.isCurrent ? _ = f[4] : (_ = p.isCurrent && /* @__PURE__ */ jsx(CurrentIndicator, {}), f[3] = p.isCurrent, f[4] = _);
|
|
128
|
+
let v;
|
|
129
|
+
f[5] === m ? v = f[6] : (v = jsx(m ? TbHandles : LrHandles, {}), f[5] = m, f[6] = v);
|
|
130
|
+
let y;
|
|
131
|
+
f[7] === p ? y = f[8] : (y = cn("w-full truncate px-0.5 text-center text-sm font-medium tracking-tight", getLabelClassName(p)), f[7] = p, f[8] = y);
|
|
132
|
+
let b;
|
|
133
|
+
f[9] !== p.label || f[10] !== y ? (b = /* @__PURE__ */ jsx("span", {
|
|
134
|
+
className: y,
|
|
135
|
+
title: p.label,
|
|
136
|
+
children: p.label
|
|
137
|
+
}), f[9] = p.label, f[10] = y, f[11] = b) : b = f[11];
|
|
138
|
+
let x;
|
|
139
|
+
f[12] === p ? x = f[13] : (x = /* @__PURE__ */ jsx(StatusBadges, { data: p }), f[12] = p, f[13] = x);
|
|
140
|
+
let S;
|
|
141
|
+
return f[14] !== h || f[15] !== _ || f[16] !== v || f[17] !== b || f[18] !== x ? (S = /* @__PURE__ */ jsxs("div", {
|
|
142
|
+
className: h,
|
|
143
|
+
style: g,
|
|
66
144
|
children: [
|
|
67
|
-
|
|
145
|
+
_,
|
|
146
|
+
v,
|
|
68
147
|
b,
|
|
69
|
-
x
|
|
70
|
-
S,
|
|
71
|
-
C,
|
|
72
|
-
T,
|
|
73
|
-
E
|
|
148
|
+
x
|
|
74
149
|
]
|
|
75
|
-
}),
|
|
150
|
+
}), f[14] = h, f[15] = _, f[16] = v, f[17] = b, f[18] = x, f[19] = S) : S = f[19], S;
|
|
76
151
|
}, CurrentIndicator = () => {
|
|
77
|
-
let e = c(1),
|
|
78
|
-
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (
|
|
152
|
+
let e = c(1), d;
|
|
153
|
+
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ jsxs("span", {
|
|
79
154
|
className: "absolute -top-1 -right-1 flex h-3 w-3",
|
|
80
155
|
children: [/* @__PURE__ */ jsx("span", { className: "bg-primary/50 absolute inline-flex h-full w-full animate-ping rounded-full opacity-75" }), /* @__PURE__ */ jsx("span", { className: "bg-primary relative inline-flex h-3 w-3 rounded-full" })]
|
|
81
|
-
}), e[0] =
|
|
156
|
+
}), e[0] = d) : d = e[0], d;
|
|
82
157
|
}, StatusBadges = (e) => {
|
|
83
|
-
let
|
|
84
|
-
|
|
158
|
+
let f = c(10), { data: p } = e, m;
|
|
159
|
+
f[0] === p.visitCount ? m = f[1] : (m = p.visitCount > 1 && /* @__PURE__ */ jsxs(Badge, {
|
|
85
160
|
variant: "secondary",
|
|
86
|
-
className: "bg-secondary/50 text-secondary-foreground hover:bg-secondary/70 h-5 px-1.5 text-[10px]",
|
|
87
|
-
children: [
|
|
88
|
-
}),
|
|
89
|
-
let
|
|
90
|
-
|
|
161
|
+
className: "bg-secondary/50 text-secondary-foreground hover:bg-secondary/70 h-5 shrink-0 px-1.5 text-[10px]",
|
|
162
|
+
children: [p.visitCount, "x"]
|
|
163
|
+
}), f[0] = p.visitCount, f[1] = m);
|
|
164
|
+
let h;
|
|
165
|
+
f[2] === p.isEnd ? h = f[3] : (h = p.isEnd && /* @__PURE__ */ jsx(Badge, {
|
|
91
166
|
variant: "outline",
|
|
92
|
-
className: "h-5 border-green-500/30 bg-green-500/5 px-1.5 text-[10px] text-green-600",
|
|
167
|
+
className: "h-5 shrink-0 border-green-500/30 bg-green-500/5 px-1.5 text-[10px] text-green-600",
|
|
93
168
|
children: "End"
|
|
94
|
-
}),
|
|
95
|
-
let
|
|
96
|
-
|
|
169
|
+
}), f[2] = p.isEnd, f[3] = h);
|
|
170
|
+
let g;
|
|
171
|
+
f[4] === p.isStart ? g = f[5] : (g = p.isStart && /* @__PURE__ */ jsx(Badge, {
|
|
97
172
|
variant: "outline",
|
|
98
|
-
className: "h-5 border-blue-500/30 bg-blue-500/5 px-1.5 text-[10px] text-blue-600",
|
|
173
|
+
className: "h-5 shrink-0 border-blue-500/30 bg-blue-500/5 px-1.5 text-[10px] text-blue-600",
|
|
99
174
|
children: "Start"
|
|
100
|
-
}),
|
|
101
|
-
let
|
|
102
|
-
return
|
|
103
|
-
className: "flex items-center gap-1
|
|
175
|
+
}), f[4] = p.isStart, f[5] = g);
|
|
176
|
+
let _;
|
|
177
|
+
return f[6] !== m || f[7] !== h || f[8] !== g ? (_ = /* @__PURE__ */ jsxs("div", {
|
|
178
|
+
className: "flex max-w-full flex-wrap items-center justify-center gap-1",
|
|
104
179
|
children: [
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
180
|
+
m,
|
|
181
|
+
h,
|
|
182
|
+
g
|
|
108
183
|
]
|
|
109
|
-
}),
|
|
184
|
+
}), f[6] = m, f[7] = h, f[8] = g, f[9] = _) : _ = f[9], _;
|
|
110
185
|
}, StateNode_default = StateNode;
|
|
111
186
|
export { StateNode_default as default };
|
|
@@ -5,42 +5,54 @@ import React, { useEffect, useRef } from "react";
|
|
|
5
5
|
function countTransitions(e) {
|
|
6
6
|
return e ? getTransitions(e).length : 0;
|
|
7
7
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
8
|
+
function countExtraTransitions(e) {
|
|
9
|
+
return e?.length ? e.reduce((e, o) => e + countTransitions(o), 0) : 0;
|
|
10
|
+
}
|
|
11
|
+
var WorkflowGraph_default = (u) => {
|
|
12
|
+
let d = c(29), { parentWorkflow: f, workflow: p, workflowConfig: m, extraTransitionSources: h, onGraphReady: g, onLoadingChange: _, direction: v, hideSameStateTransitions: y } = u, b = v === void 0 ? "LR" : v, x = y === void 0 ? !1 : y, S = useWorkflow(p.id), C = S.data, w = useWorkflowCheckpoints(p.id), T;
|
|
13
|
+
d[0] === w.data ? T = d[1] : (T = w.data ?? [], d[0] = w.data, d[1] = T);
|
|
14
|
+
let E = T, D = useRef(null), O = S.isLoading || w.isLoading, k, A;
|
|
15
|
+
d[2] !== O || d[3] !== _ || d[4] !== p.id ? (k = () => {
|
|
16
|
+
_(p.id, O);
|
|
17
|
+
}, A = [
|
|
18
|
+
p.id,
|
|
19
|
+
O,
|
|
20
|
+
_
|
|
21
|
+
], d[2] = O, d[3] = _, d[4] = p.id, d[5] = k, d[6] = A) : (k = d[5], A = d[6]), useEffect(k, A);
|
|
22
|
+
let j;
|
|
23
|
+
d[7] !== E || d[8] !== b || d[9] !== h || d[10] !== x || d[11] !== O || d[12] !== g || d[13] !== f || d[14] !== p.id || d[15] !== m || d[16] !== C ? (j = () => {
|
|
24
|
+
if (O) return;
|
|
25
|
+
let e = m ? getTransitions(m) : [], o = JSON.stringify({
|
|
26
|
+
p: countTransitions(f),
|
|
27
|
+
w: countTransitions(C),
|
|
28
|
+
x: countExtraTransitions(h),
|
|
25
29
|
c: e.length,
|
|
26
|
-
checkpoints:
|
|
27
|
-
place:
|
|
30
|
+
checkpoints: E.length,
|
|
31
|
+
place: C?.place,
|
|
32
|
+
direction: b,
|
|
33
|
+
hideSelf: x
|
|
28
34
|
});
|
|
29
|
-
if (
|
|
30
|
-
|
|
31
|
-
let { nodes:
|
|
32
|
-
|
|
35
|
+
if (o !== D.current) {
|
|
36
|
+
D.current = o;
|
|
37
|
+
let { nodes: s, edges: l } = buildWorkflowGraph(f, C, p.id, e, b, !1, E, {
|
|
38
|
+
hideSameStateTransitions: x,
|
|
39
|
+
extraTransitionSources: h
|
|
40
|
+
});
|
|
41
|
+
g(p.id, s, l);
|
|
33
42
|
}
|
|
34
|
-
},
|
|
35
|
-
let
|
|
36
|
-
return
|
|
37
|
-
d,
|
|
43
|
+
}, d[7] = E, d[8] = b, d[9] = h, d[10] = x, d[11] = O, d[12] = g, d[13] = f, d[14] = p.id, d[15] = m, d[16] = C, d[17] = j) : j = d[17];
|
|
44
|
+
let M;
|
|
45
|
+
return d[18] !== E || d[19] !== b || d[20] !== h || d[21] !== x || d[22] !== O || d[23] !== g || d[24] !== f || d[25] !== p || d[26] !== m || d[27] !== C ? (M = [
|
|
38
46
|
f,
|
|
39
|
-
y,
|
|
40
|
-
S,
|
|
41
47
|
p,
|
|
48
|
+
C,
|
|
49
|
+
E,
|
|
42
50
|
m,
|
|
43
|
-
|
|
44
|
-
|
|
51
|
+
g,
|
|
52
|
+
O,
|
|
53
|
+
b,
|
|
54
|
+
x,
|
|
55
|
+
h
|
|
56
|
+
], d[18] = E, d[19] = b, d[20] = h, d[21] = x, d[22] = O, d[23] = g, d[24] = f, d[25] = p, d[26] = m, d[27] = C, d[28] = M) : M = d[28], useEffect(j, M), null;
|
|
45
57
|
};
|
|
46
58
|
export { WorkflowGraph_default as default };
|
|
@@ -6,90 +6,91 @@ import React from "react";
|
|
|
6
6
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Wrench } from "lucide-react";
|
|
8
8
|
var TransitionLabel = (e) => {
|
|
9
|
-
let
|
|
10
|
-
|
|
9
|
+
let n = c(12), { transitionId: r, tools: i, condition: o, isExecuted: s, forceVisible: d } = e, f = `flex flex-col items-center gap-0.5 rounded-full border px-2 py-0.5 shadow-sm transition-all hover:z-50 hover:scale-105 bg-background/95 backdrop-blur-[2px] text-muted-foreground border-border/40 hover:border-border/80 ${s || d ? "opacity-100" : "opacity-60 hover:opacity-100"}`, p;
|
|
10
|
+
n[0] === r ? p = n[1] : (p = /* @__PURE__ */ jsx("span", {
|
|
11
11
|
className: "text-[10px] font-semibold leading-tight tracking-tight",
|
|
12
|
-
children:
|
|
13
|
-
}),
|
|
12
|
+
children: r
|
|
13
|
+
}), n[0] = r, n[1] = p);
|
|
14
14
|
let m;
|
|
15
|
-
|
|
16
|
-
className: `flex items-center gap-1 rounded-full px-1.5 py-[1px] text-[9px] ${
|
|
15
|
+
n[2] !== s || n[3] !== i ? (m = i && /* @__PURE__ */ jsxs("div", {
|
|
16
|
+
className: `flex items-center gap-1 rounded-full px-1.5 py-[1px] text-[9px] ${s ? "bg-primary/5 text-primary" : "bg-muted/50 text-muted-foreground"}`,
|
|
17
17
|
children: [/* @__PURE__ */ jsx(Wrench, { className: "h-2.5 w-2.5 opacity-70" }), /* @__PURE__ */ jsx("span", {
|
|
18
18
|
className: "max-w-[150px] truncate font-mono font-medium",
|
|
19
|
-
children:
|
|
19
|
+
children: i
|
|
20
20
|
})]
|
|
21
|
-
}),
|
|
21
|
+
}), n[2] = s, n[3] = i, n[4] = m) : m = n[4];
|
|
22
22
|
let h;
|
|
23
|
-
|
|
23
|
+
n[5] === o ? h = n[6] : (h = o && /* @__PURE__ */ jsx("span", {
|
|
24
24
|
className: "max-w-[150px] truncate font-mono text-[8px] tracking-tighter opacity-70",
|
|
25
|
-
children:
|
|
26
|
-
}),
|
|
25
|
+
children: o
|
|
26
|
+
}), n[5] = o, n[6] = h);
|
|
27
27
|
let g;
|
|
28
|
-
return
|
|
28
|
+
return n[7] !== f || n[8] !== p || n[9] !== m || n[10] !== h ? (g = /* @__PURE__ */ jsxs("div", {
|
|
29
29
|
className: f,
|
|
30
30
|
children: [
|
|
31
31
|
p,
|
|
32
32
|
m,
|
|
33
33
|
h
|
|
34
34
|
]
|
|
35
|
-
}),
|
|
36
|
-
}, WorkflowTransitionEdge_default = (
|
|
37
|
-
let u = c(
|
|
35
|
+
}), n[7] = f, n[8] = p, n[9] = m, n[10] = h, n[11] = g) : g = n[11], g;
|
|
36
|
+
}, WorkflowTransitionEdge_default = (o) => {
|
|
37
|
+
let u = c(43), { sourceX: f, sourceY: m, targetX: h, targetY: g, sourcePosition: _, targetPosition: v, style: y, markerEnd: b, data: x } = o, S;
|
|
38
38
|
u[0] === y ? S = u[1] : (S = y === void 0 ? {} : y, u[0] = y, u[1] = S);
|
|
39
|
-
let C = S, w, T, E, D, O, k, A, j;
|
|
39
|
+
let C = S, w, T, E, D, O, k, A, j, M;
|
|
40
40
|
if (u[2] !== x || u[3] !== _ || u[4] !== f || u[5] !== m || u[6] !== v || u[7] !== h || u[8] !== g) {
|
|
41
|
-
let { id: e, isExecuted:
|
|
42
|
-
|
|
43
|
-
let d = i === void 0 ? !1 : i, y = a === void 0 ? !1 : a;
|
|
44
|
-
T = o === void 0 ? !1 : o, {path: w, labelX: O, labelY: k} = resolveEdgePath({
|
|
41
|
+
let { id: e, isExecuted: n, isSelfLoop: a, forceVisible: o, call: s, condition: l } = x ?? {};
|
|
42
|
+
M = e, D = n === void 0 ? !1 : n, O = a === void 0 ? !1 : a, T = o === void 0 ? !1 : o, {path: w, labelX: k, labelY: A} = resolveEdgePath({
|
|
45
43
|
sourceX: f,
|
|
46
44
|
sourceY: m,
|
|
47
45
|
targetX: h,
|
|
48
46
|
targetY: g,
|
|
49
47
|
sourcePosition: _,
|
|
50
48
|
targetPosition: v
|
|
51
|
-
}, {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
49
|
+
}, { isSelfLoop: O }), E = l ? formatCondition(l) : null, j = s?.map(_temp).join(", "), u[2] = x, u[3] = _, u[4] = f, u[5] = m, u[6] = v, u[7] = h, u[8] = g, u[9] = w, u[10] = T, u[11] = E, u[12] = D, u[13] = O, u[14] = k, u[15] = A, u[16] = j, u[17] = M;
|
|
50
|
+
} else w = u[9], T = u[10], E = u[11], D = u[12], O = u[13], k = u[14], A = u[15], j = u[16], M = u[17];
|
|
51
|
+
let N = j, P = M || N || E, F;
|
|
52
|
+
u[18] !== O || u[19] !== C ? (F = O ? {
|
|
53
|
+
...C ?? {},
|
|
54
|
+
strokeLinecap: "round",
|
|
55
|
+
strokeLinejoin: "round"
|
|
56
|
+
} : C ?? {}, u[18] = O, u[19] = C, u[20] = F) : F = u[20];
|
|
57
|
+
let I = F;
|
|
58
|
+
if (!P) {
|
|
59
|
+
let n;
|
|
60
|
+
return u[21] !== w || u[22] !== I || u[23] !== b ? (n = /* @__PURE__ */ jsx(BaseEdge, {
|
|
60
61
|
path: w,
|
|
61
62
|
markerEnd: b,
|
|
62
|
-
style:
|
|
63
|
-
}), u[
|
|
63
|
+
style: I
|
|
64
|
+
}), u[21] = w, u[22] = I, u[23] = b, u[24] = n) : n = u[24], n;
|
|
64
65
|
}
|
|
65
|
-
let
|
|
66
|
-
u[
|
|
66
|
+
let L;
|
|
67
|
+
u[25] !== w || u[26] !== I || u[27] !== b ? (L = /* @__PURE__ */ jsx(BaseEdge, {
|
|
67
68
|
path: w,
|
|
68
69
|
markerEnd: b,
|
|
69
|
-
style:
|
|
70
|
-
}), u[
|
|
71
|
-
let
|
|
72
|
-
u[
|
|
70
|
+
style: I
|
|
71
|
+
}), u[25] = w, u[26] = I, u[27] = b, u[28] = L) : L = u[28];
|
|
72
|
+
let R = `translate(-50%, -50%) translate(${k}px,${A}px)`, z;
|
|
73
|
+
u[29] === R ? z = u[30] : (z = {
|
|
73
74
|
position: "absolute",
|
|
74
|
-
transform:
|
|
75
|
+
transform: R,
|
|
75
76
|
pointerEvents: "all"
|
|
76
|
-
}, u[
|
|
77
|
-
let
|
|
78
|
-
u[
|
|
79
|
-
transitionId:
|
|
80
|
-
tools:
|
|
77
|
+
}, u[29] = R, u[30] = z);
|
|
78
|
+
let B = M ?? "", V;
|
|
79
|
+
u[31] !== T || u[32] !== E || u[33] !== D || u[34] !== B || u[35] !== N ? (V = /* @__PURE__ */ jsx(TransitionLabel, {
|
|
80
|
+
transitionId: B,
|
|
81
|
+
tools: N,
|
|
81
82
|
condition: E,
|
|
82
83
|
isExecuted: D,
|
|
83
84
|
forceVisible: T
|
|
84
|
-
}), u[
|
|
85
|
-
let
|
|
86
|
-
u[
|
|
87
|
-
style:
|
|
85
|
+
}), u[31] = T, u[32] = E, u[33] = D, u[34] = B, u[35] = N, u[36] = V) : V = u[36];
|
|
86
|
+
let H;
|
|
87
|
+
u[37] !== z || u[38] !== V ? (H = /* @__PURE__ */ jsx(EdgeLabelRenderer, { children: /* @__PURE__ */ jsx("div", {
|
|
88
|
+
style: z,
|
|
88
89
|
className: "nodrag nopan",
|
|
89
|
-
children:
|
|
90
|
-
}) }), u[
|
|
91
|
-
let
|
|
92
|
-
return u[
|
|
90
|
+
children: V
|
|
91
|
+
}) }), u[37] = z, u[38] = V, u[39] = H) : H = u[39];
|
|
92
|
+
let U;
|
|
93
|
+
return u[40] !== H || u[41] !== L ? (U = /* @__PURE__ */ jsxs(Fragment$1, { children: [L, H] }), u[40] = H, u[41] = L, u[42] = U) : U = u[42], U;
|
|
93
94
|
};
|
|
94
95
|
function _temp(e) {
|
|
95
96
|
return e.tool;
|
|
@@ -1,40 +1,55 @@
|
|
|
1
1
|
import { Position, getSmoothStepPath } from "../../../node_modules/@xyflow/system/dist/esm/index.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
let l = n - SELF_LOOP_NODE_W, u = s;
|
|
2
|
+
import { NODE_HEIGHT, NODE_WIDTH } from "./flow-types.js";
|
|
3
|
+
var CLEAR = 22, HALF_W = 208 / 2, HALF_H = 104 / 2;
|
|
4
|
+
function selfLoopPath(r) {
|
|
5
|
+
let { sourceX: i, sourceY: a, targetX: o, targetY: s, sourcePosition: c, targetPosition: u } = r;
|
|
6
|
+
if (c === Position.Bottom && u === Position.Top) return tbSelfLoopRight(i, a, o, s);
|
|
7
|
+
if (c === Position.Right && u === Position.Left) return lrSelfLoopBelow(i, a, o, s);
|
|
8
|
+
let [d, f, p] = getSmoothStepPath({
|
|
9
|
+
...r,
|
|
10
|
+
borderRadius: 14
|
|
11
|
+
});
|
|
13
12
|
return {
|
|
14
|
-
path:
|
|
15
|
-
labelX:
|
|
16
|
-
labelY:
|
|
13
|
+
path: d,
|
|
14
|
+
labelX: f,
|
|
15
|
+
labelY: p
|
|
17
16
|
};
|
|
18
17
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
if (o === Position.Bottom) {
|
|
22
|
-
let e = Math.abs(n - i), o = Math.max(e * .3, BACK_EDGE_MIN_OFFSET);
|
|
23
|
-
return {
|
|
24
|
-
path: `M ${n} ${r} C ${n} ${r + o}, ${i} ${a + o}, ${i} ${a}`,
|
|
25
|
-
labelX: (n + i) / 2,
|
|
26
|
-
labelY: Math.max(r, a) + o + 10
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
let s = Math.abs(r - a), l = Math.max(s * .3, BACK_EDGE_MIN_OFFSET);
|
|
18
|
+
function tbSelfLoopRight(e, n, r, i) {
|
|
19
|
+
let s = (e + r) / 2 + HALF_W + CLEAR, c = n + 16, l = i - 28;
|
|
30
20
|
return {
|
|
31
|
-
path:
|
|
32
|
-
|
|
33
|
-
|
|
21
|
+
path: [
|
|
22
|
+
`M ${e} ${n}`,
|
|
23
|
+
`L ${e} ${c}`,
|
|
24
|
+
`L ${s} ${c}`,
|
|
25
|
+
`L ${s} ${l}`,
|
|
26
|
+
`L ${r} ${l}`,
|
|
27
|
+
`L ${r} ${i}`
|
|
28
|
+
].join(" "),
|
|
29
|
+
labelX: s + 14,
|
|
30
|
+
labelY: (c + l) / 2
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function lrSelfLoopBelow(e, n, r, i) {
|
|
34
|
+
let o = (n + i) / 2 + HALF_H + CLEAR, c = e + 16, l = r - 16;
|
|
35
|
+
return {
|
|
36
|
+
path: [
|
|
37
|
+
`M ${e} ${n}`,
|
|
38
|
+
`L ${c} ${n}`,
|
|
39
|
+
`L ${c} ${o}`,
|
|
40
|
+
`L ${l} ${o}`,
|
|
41
|
+
`L ${l} ${i}`,
|
|
42
|
+
`L ${r} ${i}`
|
|
43
|
+
].join(" "),
|
|
44
|
+
labelX: (c + l) / 2,
|
|
45
|
+
labelY: o + 18
|
|
34
46
|
};
|
|
35
47
|
}
|
|
36
48
|
function forwardEdgePath(e) {
|
|
37
|
-
let [r, i, a] = getSmoothStepPath(
|
|
49
|
+
let [r, i, a] = getSmoothStepPath({
|
|
50
|
+
...e,
|
|
51
|
+
borderRadius: 14
|
|
52
|
+
});
|
|
38
53
|
return {
|
|
39
54
|
path: r,
|
|
40
55
|
labelX: i,
|
|
@@ -42,6 +57,6 @@ function forwardEdgePath(e) {
|
|
|
42
57
|
};
|
|
43
58
|
}
|
|
44
59
|
function resolveEdgePath(e, n) {
|
|
45
|
-
return n.isSelfLoop ? selfLoopPath(e
|
|
60
|
+
return n.isSelfLoop ? selfLoopPath(e) : forwardEdgePath(e);
|
|
46
61
|
}
|
|
47
62
|
export { resolveEdgePath };
|