@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
package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-OYMX7WX6.js → chunk-AQP2D5EJ.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __name, log } from "./chunk-AGHRB4JF.js";
|
|
2
|
-
import { clear, common_default, getAccDescription, getAccTitle, getConfig2, getDiagramTitle, setAccDescription, setAccTitle, setDiagramTitle } from "./chunk-
|
|
3
|
-
import { generateId, utils_default } from "./chunk-
|
|
4
|
-
import { render } from "./chunk-
|
|
2
|
+
import { clear, common_default, getAccDescription, getAccTitle, getConfig2, getDiagramTitle, setAccDescription, setAccTitle, setDiagramTitle } from "./chunk-CSCIHK7Q.js";
|
|
3
|
+
import { generateId, utils_default } from "./chunk-5ZQYHXKU.js";
|
|
4
|
+
import { render } from "./chunk-LZXEDZCA.js";
|
|
5
5
|
import { getDiagramElement } from "./chunk-55IACEB6.js";
|
|
6
|
-
import { setupViewPortForSVG } from "./chunk-
|
|
6
|
+
import { setupViewPortForSVG } from "./chunk-2J33WTMH.js";
|
|
7
7
|
var parser = (function() {
|
|
8
8
|
var b = /* @__PURE__ */ __name(function(e, b, x, S) {
|
|
9
9
|
for (x ||= {}, S = e.length; S--; x[e[S]] = b);
|
|
@@ -946,8 +946,17 @@ var parser = (function() {
|
|
|
946
946
|
return this.conditionStack.length;
|
|
947
947
|
}, "stateStackSize"),
|
|
948
948
|
options: { "case-insensitive": !0 },
|
|
949
|
-
performAction: /* @__PURE__ */ __name(function(
|
|
950
|
-
|
|
949
|
+
performAction: /* @__PURE__ */ __name(function(b, x, S, C) {
|
|
950
|
+
function w() {
|
|
951
|
+
let e = x.yytext.indexOf("%%");
|
|
952
|
+
if (e === 0) return !1;
|
|
953
|
+
if (e > 0) {
|
|
954
|
+
let S = x.yytext.slice(0, e), C = x.yytext.slice(e);
|
|
955
|
+
C && b.lexer.unput(C), x.yytext = S;
|
|
956
|
+
}
|
|
957
|
+
return !0;
|
|
958
|
+
}
|
|
959
|
+
switch (__name(w, "processId"), S) {
|
|
951
960
|
case 0: return 38;
|
|
952
961
|
case 1: return 40;
|
|
953
962
|
case 2: return 39;
|
|
@@ -956,98 +965,95 @@ var parser = (function() {
|
|
|
956
965
|
case 5: return 52;
|
|
957
966
|
case 6: return 53;
|
|
958
967
|
case 7: return 54;
|
|
959
|
-
case 8:
|
|
968
|
+
case 8: return 5;
|
|
960
969
|
case 9: break;
|
|
961
|
-
case 10:
|
|
970
|
+
case 10: break;
|
|
962
971
|
case 11: break;
|
|
963
972
|
case 12: break;
|
|
964
|
-
case 13:
|
|
965
|
-
case 14:
|
|
966
|
-
case 15:
|
|
967
|
-
case 16: return 18;
|
|
968
|
-
case 17:
|
|
973
|
+
case 13: return this.pushState("SCALE"), 17;
|
|
974
|
+
case 14: return 18;
|
|
975
|
+
case 15:
|
|
969
976
|
this.popState();
|
|
970
977
|
break;
|
|
971
|
-
case
|
|
972
|
-
case
|
|
973
|
-
case
|
|
974
|
-
case
|
|
975
|
-
case
|
|
978
|
+
case 16: return this.begin("acc_title"), 33;
|
|
979
|
+
case 17: return this.popState(), "acc_title_value";
|
|
980
|
+
case 18: return this.begin("acc_descr"), 35;
|
|
981
|
+
case 19: return this.popState(), "acc_descr_value";
|
|
982
|
+
case 20:
|
|
976
983
|
this.begin("acc_descr_multiline");
|
|
977
984
|
break;
|
|
978
|
-
case
|
|
985
|
+
case 21:
|
|
979
986
|
this.popState();
|
|
980
987
|
break;
|
|
981
|
-
case
|
|
982
|
-
case
|
|
983
|
-
case
|
|
984
|
-
case
|
|
985
|
-
case
|
|
986
|
-
case
|
|
987
|
-
case
|
|
988
|
-
case
|
|
989
|
-
case
|
|
990
|
-
case
|
|
991
|
-
case
|
|
992
|
-
case
|
|
993
|
-
case
|
|
994
|
-
case
|
|
988
|
+
case 22: return "acc_descr_multiline_value";
|
|
989
|
+
case 23: return this.pushState("CLASSDEF"), 41;
|
|
990
|
+
case 24: return this.popState(), this.pushState("CLASSDEFID"), "DEFAULT_CLASSDEF_ID";
|
|
991
|
+
case 25: return this.popState(), this.pushState("CLASSDEFID"), 42;
|
|
992
|
+
case 26: return this.popState(), 43;
|
|
993
|
+
case 27: return this.pushState("CLASS"), 48;
|
|
994
|
+
case 28: return this.popState(), this.pushState("CLASS_STYLE"), 49;
|
|
995
|
+
case 29: return this.popState(), 50;
|
|
996
|
+
case 30: return this.pushState("STYLE"), 45;
|
|
997
|
+
case 31: return this.popState(), this.pushState("STYLEDEF_STYLES"), 46;
|
|
998
|
+
case 32: return this.popState(), 47;
|
|
999
|
+
case 33: return this.pushState("SCALE"), 17;
|
|
1000
|
+
case 34: return 18;
|
|
1001
|
+
case 35:
|
|
995
1002
|
this.popState();
|
|
996
1003
|
break;
|
|
997
|
-
case
|
|
1004
|
+
case 36:
|
|
998
1005
|
this.pushState("STATE");
|
|
999
1006
|
break;
|
|
1000
|
-
case
|
|
1001
|
-
case
|
|
1002
|
-
case
|
|
1003
|
-
case
|
|
1004
|
-
case
|
|
1005
|
-
case
|
|
1006
|
-
case
|
|
1007
|
-
case
|
|
1008
|
-
case
|
|
1009
|
-
case
|
|
1010
|
-
case
|
|
1007
|
+
case 37: return this.popState(), x.yytext = x.yytext.slice(0, -8).trim(), 25;
|
|
1008
|
+
case 38: return this.popState(), x.yytext = x.yytext.slice(0, -8).trim(), 26;
|
|
1009
|
+
case 39: return this.popState(), x.yytext = x.yytext.slice(0, -10).trim(), 27;
|
|
1010
|
+
case 40: return this.popState(), x.yytext = x.yytext.slice(0, -8).trim(), 25;
|
|
1011
|
+
case 41: return this.popState(), x.yytext = x.yytext.slice(0, -8).trim(), 26;
|
|
1012
|
+
case 42: return this.popState(), x.yytext = x.yytext.slice(0, -10).trim(), 27;
|
|
1013
|
+
case 43: return 51;
|
|
1014
|
+
case 44: return 52;
|
|
1015
|
+
case 45: return 53;
|
|
1016
|
+
case 46: return 54;
|
|
1017
|
+
case 47:
|
|
1011
1018
|
this.pushState("STATE_STRING");
|
|
1012
1019
|
break;
|
|
1013
|
-
case
|
|
1014
|
-
case
|
|
1015
|
-
case
|
|
1020
|
+
case 48: return this.pushState("STATE_ID"), "AS";
|
|
1021
|
+
case 49: return w() ? (this.popState(), "ID") : void 0;
|
|
1022
|
+
case 50:
|
|
1016
1023
|
this.popState();
|
|
1017
1024
|
break;
|
|
1018
|
-
case
|
|
1019
|
-
case
|
|
1020
|
-
case
|
|
1025
|
+
case 51: return "STATE_DESCR";
|
|
1026
|
+
case 52: return 19;
|
|
1027
|
+
case 53:
|
|
1021
1028
|
this.popState();
|
|
1022
1029
|
break;
|
|
1023
|
-
case
|
|
1024
|
-
case
|
|
1025
|
-
case
|
|
1026
|
-
case
|
|
1027
|
-
case
|
|
1028
|
-
case
|
|
1029
|
-
case
|
|
1030
|
-
case 63:
|
|
1030
|
+
case 54: return this.popState(), this.pushState("struct"), 20;
|
|
1031
|
+
case 55: return this.popState(), 21;
|
|
1032
|
+
case 56: break;
|
|
1033
|
+
case 57: return this.begin("NOTE"), 29;
|
|
1034
|
+
case 58: return this.popState(), this.pushState("NOTE_ID"), 59;
|
|
1035
|
+
case 59: return this.popState(), this.pushState("NOTE_ID"), 60;
|
|
1036
|
+
case 60:
|
|
1031
1037
|
this.popState(), this.pushState("FLOATING_NOTE");
|
|
1032
1038
|
break;
|
|
1033
|
-
case
|
|
1034
|
-
case
|
|
1035
|
-
case
|
|
1036
|
-
case
|
|
1037
|
-
case
|
|
1038
|
-
case
|
|
1039
|
-
case
|
|
1040
|
-
case
|
|
1041
|
-
case
|
|
1042
|
-
case
|
|
1043
|
-
case
|
|
1044
|
-
case
|
|
1045
|
-
case
|
|
1046
|
-
case
|
|
1047
|
-
case
|
|
1048
|
-
case
|
|
1049
|
-
case
|
|
1050
|
-
case
|
|
1039
|
+
case 61: return this.popState(), this.pushState("FLOATING_NOTE_ID"), "AS";
|
|
1040
|
+
case 62: break;
|
|
1041
|
+
case 63: return "NOTE_TEXT";
|
|
1042
|
+
case 64: return w() ? (this.popState(), "ID") : void 0;
|
|
1043
|
+
case 65: return w() ? (this.popState(), this.pushState("NOTE_TEXT"), 24) : void 0;
|
|
1044
|
+
case 66: return this.popState(), x.yytext = x.yytext.substr(2).trim(), 31;
|
|
1045
|
+
case 67: return this.popState(), x.yytext = x.yytext.slice(0, -8).trim(), 31;
|
|
1046
|
+
case 68: return 6;
|
|
1047
|
+
case 69: return 6;
|
|
1048
|
+
case 70: return 16;
|
|
1049
|
+
case 71: return 57;
|
|
1050
|
+
case 72: return w() ? 24 : void 0;
|
|
1051
|
+
case 73: return x.yytext = x.yytext.trim(), 14;
|
|
1052
|
+
case 74: return 15;
|
|
1053
|
+
case 75: return 28;
|
|
1054
|
+
case 76: return 58;
|
|
1055
|
+
case 77: return 5;
|
|
1056
|
+
case 78: return "INVALID";
|
|
1051
1057
|
}
|
|
1052
1058
|
}, "anonymous"),
|
|
1053
1059
|
rules: [
|
|
@@ -1059,13 +1065,11 @@ var parser = (function() {
|
|
|
1059
1065
|
/^(?:.*direction\s+BT[^\n]*)/i,
|
|
1060
1066
|
/^(?:.*direction\s+RL[^\n]*)/i,
|
|
1061
1067
|
/^(?:.*direction\s+LR[^\n]*)/i,
|
|
1062
|
-
/^(?:%%(?!\{)[^\n]*)/i,
|
|
1063
|
-
/^(?:[^\}]%%[^\n]*)/i,
|
|
1064
1068
|
/^(?:[\n]+)/i,
|
|
1065
1069
|
/^(?:[\s]+)/i,
|
|
1066
1070
|
/^(?:((?!\n)\s)+)/i,
|
|
1067
1071
|
/^(?:#[^\n]*)/i,
|
|
1068
|
-
/^(
|
|
1072
|
+
/^(?:%%(?!\{)[^\n]*)/i,
|
|
1069
1073
|
/^(?:scale\s+)/i,
|
|
1070
1074
|
/^(?:\d+)/i,
|
|
1071
1075
|
/^(?:\s+width\b)/i,
|
|
@@ -1108,7 +1112,6 @@ var parser = (function() {
|
|
|
1108
1112
|
/^(?:[^\n\s\{]+)/i,
|
|
1109
1113
|
/^(?:\n)/i,
|
|
1110
1114
|
/^(?:\{)/i,
|
|
1111
|
-
/^(?:%%(?!\{)[^\n]*)/i,
|
|
1112
1115
|
/^(?:\})/i,
|
|
1113
1116
|
/^(?:[\n])/i,
|
|
1114
1117
|
/^(?:note\s+)/i,
|
|
@@ -1121,7 +1124,7 @@ var parser = (function() {
|
|
|
1121
1124
|
/^(?:[^\n]*)/i,
|
|
1122
1125
|
/^(?:\s*[^:\n\s\-]+)/i,
|
|
1123
1126
|
/^(?:\s*:[^:\n;]+)/i,
|
|
1124
|
-
/^(?:[\s\S]
|
|
1127
|
+
/^(?:[\s\S]*?\n\s*end note\b)/i,
|
|
1125
1128
|
/^(?:stateDiagram\s+)/i,
|
|
1126
1129
|
/^(?:stateDiagram-v2\s+)/i,
|
|
1127
1130
|
/^(?:hide empty description\b)/i,
|
|
@@ -1136,59 +1139,63 @@ var parser = (function() {
|
|
|
1136
1139
|
],
|
|
1137
1140
|
conditions: {
|
|
1138
1141
|
LINE: {
|
|
1139
|
-
rules: [
|
|
1142
|
+
rules: [
|
|
1143
|
+
10,
|
|
1144
|
+
11,
|
|
1145
|
+
12
|
|
1146
|
+
],
|
|
1140
1147
|
inclusive: !1
|
|
1141
1148
|
},
|
|
1142
1149
|
struct: {
|
|
1143
1150
|
rules: [
|
|
1151
|
+
10,
|
|
1152
|
+
11,
|
|
1144
1153
|
12,
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1154
|
+
23,
|
|
1155
|
+
27,
|
|
1156
|
+
30,
|
|
1157
|
+
36,
|
|
1158
|
+
43,
|
|
1159
|
+
44,
|
|
1150
1160
|
45,
|
|
1151
1161
|
46,
|
|
1152
|
-
|
|
1153
|
-
|
|
1162
|
+
55,
|
|
1163
|
+
56,
|
|
1154
1164
|
57,
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1165
|
+
71,
|
|
1166
|
+
72,
|
|
1167
|
+
73,
|
|
1158
1168
|
74,
|
|
1159
1169
|
75,
|
|
1160
|
-
76
|
|
1161
|
-
77,
|
|
1162
|
-
78,
|
|
1163
|
-
79
|
|
1170
|
+
76
|
|
1164
1171
|
],
|
|
1165
1172
|
inclusive: !1
|
|
1166
1173
|
},
|
|
1167
1174
|
FLOATING_NOTE_ID: {
|
|
1168
|
-
rules: [
|
|
1175
|
+
rules: [64],
|
|
1169
1176
|
inclusive: !1
|
|
1170
1177
|
},
|
|
1171
1178
|
FLOATING_NOTE: {
|
|
1172
1179
|
rules: [
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1180
|
+
61,
|
|
1181
|
+
62,
|
|
1182
|
+
63
|
|
1176
1183
|
],
|
|
1177
1184
|
inclusive: !1
|
|
1178
1185
|
},
|
|
1179
1186
|
NOTE_TEXT: {
|
|
1180
|
-
rules: [
|
|
1187
|
+
rules: [66, 67],
|
|
1181
1188
|
inclusive: !1
|
|
1182
1189
|
},
|
|
1183
1190
|
NOTE_ID: {
|
|
1184
|
-
rules: [
|
|
1191
|
+
rules: [65],
|
|
1185
1192
|
inclusive: !1
|
|
1186
1193
|
},
|
|
1187
1194
|
NOTE: {
|
|
1188
1195
|
rules: [
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1196
|
+
58,
|
|
1197
|
+
59,
|
|
1198
|
+
60
|
|
1192
1199
|
],
|
|
1193
1200
|
inclusive: !1
|
|
1194
1201
|
},
|
|
@@ -1197,7 +1204,7 @@ var parser = (function() {
|
|
|
1197
1204
|
inclusive: !1
|
|
1198
1205
|
},
|
|
1199
1206
|
STYLEDEF_STYLES: {
|
|
1200
|
-
rules: [
|
|
1207
|
+
rules: [32],
|
|
1201
1208
|
inclusive: !1
|
|
1202
1209
|
},
|
|
1203
1210
|
STYLE_IDS: {
|
|
@@ -1205,43 +1212,43 @@ var parser = (function() {
|
|
|
1205
1212
|
inclusive: !1
|
|
1206
1213
|
},
|
|
1207
1214
|
STYLE: {
|
|
1208
|
-
rules: [
|
|
1215
|
+
rules: [31],
|
|
1209
1216
|
inclusive: !1
|
|
1210
1217
|
},
|
|
1211
1218
|
CLASS_STYLE: {
|
|
1212
|
-
rules: [
|
|
1219
|
+
rules: [29],
|
|
1213
1220
|
inclusive: !1
|
|
1214
1221
|
},
|
|
1215
1222
|
CLASS: {
|
|
1216
|
-
rules: [
|
|
1223
|
+
rules: [28],
|
|
1217
1224
|
inclusive: !1
|
|
1218
1225
|
},
|
|
1219
1226
|
CLASSDEFID: {
|
|
1220
|
-
rules: [
|
|
1227
|
+
rules: [26],
|
|
1221
1228
|
inclusive: !1
|
|
1222
1229
|
},
|
|
1223
1230
|
CLASSDEF: {
|
|
1224
|
-
rules: [
|
|
1231
|
+
rules: [24, 25],
|
|
1225
1232
|
inclusive: !1
|
|
1226
1233
|
},
|
|
1227
1234
|
acc_descr_multiline: {
|
|
1228
|
-
rules: [
|
|
1235
|
+
rules: [21, 22],
|
|
1229
1236
|
inclusive: !1
|
|
1230
1237
|
},
|
|
1231
1238
|
acc_descr: {
|
|
1232
|
-
rules: [
|
|
1239
|
+
rules: [19],
|
|
1233
1240
|
inclusive: !1
|
|
1234
1241
|
},
|
|
1235
1242
|
acc_title: {
|
|
1236
|
-
rules: [
|
|
1243
|
+
rules: [17],
|
|
1237
1244
|
inclusive: !1
|
|
1238
1245
|
},
|
|
1239
1246
|
SCALE: {
|
|
1240
1247
|
rules: [
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1248
|
+
14,
|
|
1249
|
+
15,
|
|
1250
|
+
34,
|
|
1251
|
+
35
|
|
1245
1252
|
],
|
|
1246
1253
|
inclusive: !1
|
|
1247
1254
|
},
|
|
@@ -1250,11 +1257,11 @@ var parser = (function() {
|
|
|
1250
1257
|
inclusive: !1
|
|
1251
1258
|
},
|
|
1252
1259
|
STATE_ID: {
|
|
1253
|
-
rules: [
|
|
1260
|
+
rules: [49],
|
|
1254
1261
|
inclusive: !1
|
|
1255
1262
|
},
|
|
1256
1263
|
STATE_STRING: {
|
|
1257
|
-
rules: [
|
|
1264
|
+
rules: [50, 51],
|
|
1258
1265
|
inclusive: !1
|
|
1259
1266
|
},
|
|
1260
1267
|
FORK_STATE: {
|
|
@@ -1263,24 +1270,29 @@ var parser = (function() {
|
|
|
1263
1270
|
},
|
|
1264
1271
|
STATE: {
|
|
1265
1272
|
rules: [
|
|
1273
|
+
10,
|
|
1274
|
+
11,
|
|
1266
1275
|
12,
|
|
1267
|
-
|
|
1276
|
+
37,
|
|
1277
|
+
38,
|
|
1268
1278
|
39,
|
|
1269
1279
|
40,
|
|
1270
1280
|
41,
|
|
1271
1281
|
42,
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
54
|
|
1277
|
-
55,
|
|
1278
|
-
56
|
|
1282
|
+
47,
|
|
1283
|
+
48,
|
|
1284
|
+
52,
|
|
1285
|
+
53,
|
|
1286
|
+
54
|
|
1279
1287
|
],
|
|
1280
1288
|
inclusive: !1
|
|
1281
1289
|
},
|
|
1282
1290
|
ID: {
|
|
1283
|
-
rules: [
|
|
1291
|
+
rules: [
|
|
1292
|
+
10,
|
|
1293
|
+
11,
|
|
1294
|
+
12
|
|
1295
|
+
],
|
|
1284
1296
|
inclusive: !1
|
|
1285
1297
|
},
|
|
1286
1298
|
INITIAL: {
|
|
@@ -1295,31 +1307,29 @@ var parser = (function() {
|
|
|
1295
1307
|
7,
|
|
1296
1308
|
8,
|
|
1297
1309
|
9,
|
|
1298
|
-
10,
|
|
1299
1310
|
11,
|
|
1311
|
+
12,
|
|
1300
1312
|
13,
|
|
1301
|
-
|
|
1302
|
-
15,
|
|
1313
|
+
16,
|
|
1303
1314
|
18,
|
|
1304
1315
|
20,
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1316
|
+
23,
|
|
1317
|
+
27,
|
|
1318
|
+
30,
|
|
1319
|
+
33,
|
|
1320
|
+
36,
|
|
1321
|
+
54,
|
|
1322
|
+
57,
|
|
1323
|
+
68,
|
|
1324
|
+
69,
|
|
1325
|
+
70,
|
|
1313
1326
|
71,
|
|
1314
1327
|
72,
|
|
1315
1328
|
73,
|
|
1316
1329
|
74,
|
|
1317
|
-
75,
|
|
1318
1330
|
76,
|
|
1319
1331
|
77,
|
|
1320
|
-
|
|
1321
|
-
80,
|
|
1322
|
-
81
|
|
1332
|
+
78
|
|
1323
1333
|
],
|
|
1324
1334
|
inclusive: !0
|
|
1325
1335
|
}
|