@plumile/ui 0.1.116 → 0.1.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +2 -1
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -0
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +0 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +90 -94
- package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +159 -62
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
- package/lib/esm/i18n/locales/en/ui.js +12 -6
- package/lib/esm/i18n/locales/en/ui.js.map +1 -1
- package/lib/esm/i18n/locales/fr/ui.js +12 -6
- package/lib/esm/i18n/locales/fr/ui.js.map +1 -1
- package/lib/esm/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +46 -0
- package/lib/esm/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js.map +1 -0
- package/lib/esm/node_modules/@dnd-kit/core/dist/core.esm.js +1966 -0
- package/lib/esm/node_modules/@dnd-kit/core/dist/core.esm.js.map +1 -0
- package/lib/esm/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +348 -0
- package/lib/esm/node_modules/@dnd-kit/sortable/dist/sortable.esm.js.map +1 -0
- package/lib/esm/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +157 -0
- package/lib/esm/node_modules/@dnd-kit/utilities/dist/utilities.esm.js.map +1 -0
- package/lib/esm/node_modules/dagre-d3-es/src/dagre/layout.js +49 -49
- package/lib/esm/node_modules/dagre-d3-es/src/dagre/position/bk.js +69 -69
- package/lib/esm/node_modules/es-toolkit/dist/_internal/globalThis.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/_internal/globalThis.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/getTag.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/getTag.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/tags.js +6 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/_internal/tags.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/function/memoize.js +16 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/function/memoize.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/clone.js +101 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/clone.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/cloneDeep.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +33 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/merge.js +10 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/merge.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/mergeWith.js +53 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/object/mergeWith.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArguments.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArray.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArray.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +10 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js +20 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +16 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/function/noop.js +6 -0
- package/lib/esm/node_modules/es-toolkit/dist/function/noop.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/object/clone.js +28 -0
- package/lib/esm/node_modules/es-toolkit/dist/object/clone.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/object/cloneDeepWith.js +118 -0
- package/lib/esm/node_modules/es-toolkit/dist/object/cloneDeepWith.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isBuffer.js +9 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isBuffer.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isLength.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isLength.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isPrimitive.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isPrimitive.js.map +1 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isTypedArray.js +8 -0
- package/lib/esm/node_modules/es-toolkit/dist/predicate/isTypedArray.js.map +1 -0
- package/lib/esm/node_modules/lodash-es/_arrayLikeKeys.js +8 -8
- package/lib/esm/node_modules/lodash-es/_assignMergeValue.js +3 -3
- package/lib/esm/node_modules/lodash-es/_assignValue.js +3 -3
- package/lib/esm/node_modules/lodash-es/_baseClone.js +31 -31
- package/lib/esm/node_modules/lodash-es/_baseForOwn.js +3 -3
- package/lib/esm/node_modules/lodash-es/_baseIsEqualDeep.js +10 -10
- package/lib/esm/node_modules/lodash-es/_baseMerge.js +9 -9
- package/lib/esm/node_modules/lodash-es/_baseMergeDeep.js +17 -17
- package/lib/esm/node_modules/lodash-es/_baseOrderBy.js +11 -11
- package/lib/esm/node_modules/lodash-es/_baseRest.js +3 -3
- package/lib/esm/node_modules/lodash-es/_baseSet.js +4 -4
- package/lib/esm/node_modules/lodash-es/_baseSetToString.js +7 -7
- package/lib/esm/node_modules/lodash-es/_baseToString.js +5 -5
- package/lib/esm/node_modules/lodash-es/_createRange.js +3 -3
- package/lib/esm/node_modules/lodash-es/_createSet.js +5 -5
- package/lib/esm/node_modules/lodash-es/_flatRest.js +3 -3
- package/lib/esm/node_modules/lodash-es/_getSymbolsIn.js +7 -7
- package/lib/esm/node_modules/lodash-es/_getTag.js +7 -7
- package/lib/esm/node_modules/lodash-es/_hasPath.js +4 -4
- package/lib/esm/node_modules/lodash-es/_initCloneByTag.js +8 -8
- package/lib/esm/node_modules/lodash-es/_initCloneObject.js +3 -3
- package/lib/esm/node_modules/lodash-es/_isFlattenable.js +3 -3
- package/lib/esm/node_modules/lodash-es/_isIterateeCall.js +4 -4
- package/lib/esm/node_modules/lodash-es/_isKey.js +4 -4
- package/lib/esm/node_modules/lodash-es/_setToString.js +3 -3
- package/lib/esm/node_modules/lodash-es/defaults.js +9 -9
- package/lib/esm/node_modules/lodash-es/forIn.js +3 -3
- package/lib/esm/node_modules/lodash-es/isEmpty.js +6 -6
- package/lib/esm/node_modules/lodash-es/isPlainObject.js +4 -4
- package/lib/esm/node_modules/lodash-es/map.js +3 -3
- package/lib/esm/node_modules/lodash-es/merge.js +4 -4
- package/lib/esm/node_modules/lodash-es/toNumber.js +7 -7
- package/lib/esm/node_modules/lodash-es/union.js +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{architectureDiagram-Q4EWVU46.js → architectureDiagram-3BPJPVTR.js} +14 -12
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{architectureDiagram-Q4EWVU46.js.map → architectureDiagram-3BPJPVTR.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{blockDiagram-DXYQGD6D.js → blockDiagram-GPEHLZMM.js} +453 -428
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-GPEHLZMM.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{c4Diagram-AHTNJAMY.js → c4Diagram-AAUBKEIU.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{c4Diagram-AHTNJAMY.js.map → c4Diagram-AAUBKEIU.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-EDXVE4YY.js → chunk-2J33WTMH.js} +3 -3
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-EDXVE4YY.js.map → chunk-2J33WTMH.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5FUZZQ4R.js → chunk-3OPIFGDE.js} +290 -262
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3OPIFGDE.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5PVQY5BW.js → chunk-5ZQYHXKU.js} +6 -6
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5ZQYHXKU.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-4TB4RGXK.js → chunk-727SXJPM.js} +487 -391
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-727SXJPM.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-OYMX7WX6.js → chunk-AQP2D5EJ.js} +157 -147
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AQP2D5EJ.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ICPOFSXX.js → chunk-CSCIHK7Q.js} +193 -99
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CSCIHK7Q.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ENJZ2VHE.js → chunk-KSCS5N6A.js} +14 -14
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-KSCS5N6A.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ZZ45TVLE.js → chunk-L5ZTLDWV.js} +4 -4
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ZZ45TVLE.js.map → chunk-L5ZTLDWV.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-336JU56O.js → chunk-LZXEDZCA.js} +7 -7
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-336JU56O.js.map → chunk-LZXEDZCA.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-YZCP3GAM.js → chunk-ND2GUHAM.js} +3 -3
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-YZCP3GAM.js.map → chunk-ND2GUHAM.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-X2U36JSP.js → chunk-NZK2D7GU.js} +3 -3
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-X2U36JSP.js.map → chunk-NZK2D7GU.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-U2HBQHQK.js → chunk-O5CBEL6O.js} +4 -4
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-U2HBQHQK.js.map → chunk-O5CBEL6O.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-426QAEUC.js → chunk-WU5MYG2G.js} +3 -3
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-426QAEUC.js.map → chunk-WU5MYG2G.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-6PBFFD2Q.js → classDiagram-4FO5ZUOK.js} +13 -13
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-6PBFFD2Q.js.map → classDiagram-4FO5ZUOK.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-v2-HSJHXN6E.js → classDiagram-v2-Q7XG4LA2.js} +13 -13
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-v2-HSJHXN6E.js.map → classDiagram-v2-Q7XG4LA2.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{dagre-KV5264BT.js → dagre-BM42HDAG.js} +10 -10
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{dagre-KV5264BT.js.map → dagre-BM42HDAG.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-MMDJMWI5.js → diagram-2AECGRRQ.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-MMDJMWI5.js.map → diagram-2AECGRRQ.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-5BDNPKRD.js → diagram-5GNKFQAL.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-5BDNPKRD.js.map → diagram-5GNKFQAL.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/diagram-KO2AKTUF.js +435 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/diagram-KO2AKTUF.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-TYMM5635.js → diagram-LMA3HP47.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-TYMM5635.js.map → diagram-LMA3HP47.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-G4DWMVQ6.js → diagram-OG6HWLK6.js} +7 -7
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-G4DWMVQ6.js.map → diagram-OG6HWLK6.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{erDiagram-SMLLAGMA.js → erDiagram-TEJ5UH35.js} +11 -11
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{erDiagram-SMLLAGMA.js.map → erDiagram-TEJ5UH35.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{flowDiagram-DWJPFMVM.js → flowDiagram-I6XJVG4X.js} +12 -12
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{flowDiagram-DWJPFMVM.js.map → flowDiagram-I6XJVG4X.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{ganttDiagram-T4ZO3ILL.js → ganttDiagram-6RSMTGT7.js} +9 -6
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-6RSMTGT7.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{gitGraphDiagram-UUTBAWPF.js → gitGraphDiagram-PVQCEYII.js} +4 -4
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{gitGraphDiagram-UUTBAWPF.js.map → gitGraphDiagram-PVQCEYII.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{infoDiagram-42DDH7IO.js → infoDiagram-5YYISTIA.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{infoDiagram-42DDH7IO.js.map → infoDiagram-5YYISTIA.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{ishikawaDiagram-UXIWVN3A.js → ishikawaDiagram-YF4QCWOH.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{ishikawaDiagram-UXIWVN3A.js.map → ishikawaDiagram-YF4QCWOH.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{journeyDiagram-VCZTEJTY.js → journeyDiagram-JHISSGLW.js} +4 -4
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{journeyDiagram-VCZTEJTY.js.map → journeyDiagram-JHISSGLW.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{kanban-definition-6JOO6SKY.js → kanban-definition-UN3LZRKU.js} +9 -9
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{kanban-definition-6JOO6SKY.js.map → kanban-definition-UN3LZRKU.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{mindmap-definition-QFDTVHPH.js → mindmap-definition-RKZ34NQL.js} +12 -12
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{mindmap-definition-QFDTVHPH.js.map → mindmap-definition-RKZ34NQL.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{pieDiagram-DEJITSTG.js → pieDiagram-4H26LBE5.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{pieDiagram-DEJITSTG.js.map → pieDiagram-4H26LBE5.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{quadrantDiagram-34T5L4WZ.js → quadrantDiagram-W4KKPZXB.js} +316 -289
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-W4KKPZXB.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{requirementDiagram-MS252O5E.js → requirementDiagram-4Y6WPE33.js} +11 -11
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{requirementDiagram-MS252O5E.js.map → requirementDiagram-4Y6WPE33.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{sankeyDiagram-XADWPNL6.js → sankeyDiagram-5OEKKPKP.js} +80 -31
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{sankeyDiagram-XADWPNL6.js.map → sankeyDiagram-5OEKKPKP.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{sequenceDiagram-FGHM5R23.js → sequenceDiagram-3UESZ5HK.js} +17 -10
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-3UESZ5HK.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-FHFEXIEX.js → stateDiagram-AJRCARHV.js} +12 -12
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-FHFEXIEX.js.map → stateDiagram-AJRCARHV.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-v2-QKLJ7IA2.js → stateDiagram-v2-BHNVJYJU.js} +12 -12
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-v2-QKLJ7IA2.js.map → stateDiagram-v2-BHNVJYJU.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{timeline-definition-GMOUNBTQ.js → timeline-definition-PNZ67QCA.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{timeline-definition-GMOUNBTQ.js.map → timeline-definition-PNZ67QCA.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{vennDiagram-DHZGUBPP.js → vennDiagram-CIIHVFJN.js} +5 -5
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{vennDiagram-DHZGUBPP.js.map → vennDiagram-CIIHVFJN.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{wardleyDiagram-NUSXRM2D.js → wardleyDiagram-YWT4CUSO.js} +188 -122
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-YWT4CUSO.js.map +1 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{xychartDiagram-5P7HB3ND.js → xychartDiagram-2RQKCTM6.js} +6 -6
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/{xychartDiagram-5P7HB3ND.js.map → xychartDiagram-2RQKCTM6.js.map} +1 -1
- package/lib/esm/node_modules/mermaid/dist/mermaid.core.js +308 -281
- package/lib/esm/node_modules/mermaid/dist/mermaid.core.js.map +1 -1
- package/lib/esm/node_modules/stylis/src/Enum.js +2 -2
- package/lib/esm/node_modules/stylis/src/Enum.js.map +1 -1
- package/lib/esm/node_modules/stylis/src/Middleware.js +13 -0
- package/lib/esm/node_modules/stylis/src/Middleware.js.map +1 -0
- package/lib/esm/node_modules/uuid/dist/rng.js +9 -0
- package/lib/esm/node_modules/uuid/dist/rng.js.map +1 -0
- package/lib/esm/node_modules/uuid/dist/{esm-browser/stringify.js → stringify.js} +1 -1
- package/lib/esm/node_modules/uuid/dist/stringify.js.map +1 -0
- package/lib/esm/node_modules/uuid/dist/v4.js +21 -0
- package/lib/esm/node_modules/uuid/dist/v4.js.map +1 -0
- package/lib/esm/style.css +1 -1
- package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts +2 -1
- package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +4 -7
- package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +1 -0
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +6 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +6 -0
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/i18n/resources.d.ts +8 -0
- package/lib/types/i18n/resources.d.ts.map +1 -1
- package/package.json +9 -6
- package/src/i18n/locales/en/ui.json +4 -0
- package/src/i18n/locales/fr/ui.json +4 -0
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-DXYQGD6D.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4TB4RGXK.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5FUZZQ4R.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5PVQY5BW.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ENJZ2VHE.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ICPOFSXX.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OYMX7WX6.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-T4ZO3ILL.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-34T5L4WZ.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-FGHM5R23.js.map +0 -1
- package/lib/esm/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-NUSXRM2D.js.map +0 -1
- package/lib/esm/node_modules/uuid/dist/esm-browser/native.js +0 -5
- package/lib/esm/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/lib/esm/node_modules/uuid/dist/esm-browser/rng.js +0 -13
- package/lib/esm/node_modules/uuid/dist/esm-browser/rng.js.map +0 -1
- package/lib/esm/node_modules/uuid/dist/esm-browser/stringify.js.map +0 -1
- package/lib/esm/node_modules/uuid/dist/esm-browser/v4.js +0 -20
- package/lib/esm/node_modules/uuid/dist/esm-browser/v4.js.map +0 -1
|
@@ -1,343 +1,355 @@
|
|
|
1
1
|
import { __name as e, log as t, setLogLevel as n } from "./chunks/mermaid.core/chunk-AGHRB4JF.js";
|
|
2
2
|
import { purify as r } from "../../dompurify/dist/purify.es.js";
|
|
3
|
-
import { UnknownDiagramError as i, addDirective as a, assignWithDepth_default as o, configureSvgSize as s,
|
|
4
|
-
import
|
|
3
|
+
import { UnknownDiagramError as i, addDirective as a, assignWithDepth_default as o, configureSvgSize as s, cssStyleSheetToString as c, defaultConfig as l, detectType as u, detectors as d, evaluate as ee, frontMatterRegex as f, getConfig as p, getDiagram as m, getDiagramLoader as h, getEffectiveHtmlLabels as g, getSiteConfig as _, registerDiagram as v, registerLazyLoadedDiagrams as y, reset as b, sanitizeCss as te, saveConfigFromInitialize as x, setConfig as S, setSiteConfig as ne, styles_default as re, themes_default as C, updateSiteConfig as w } from "./chunks/mermaid.core/chunk-CSCIHK7Q.js";
|
|
4
|
+
import T from "../../d3-selection/src/select.js";
|
|
5
5
|
import "../../d3/src/index.js";
|
|
6
|
-
import { selectSvgElement as
|
|
7
|
-
import {
|
|
8
|
-
import oe from "
|
|
9
|
-
import
|
|
6
|
+
import { selectSvgElement as ie } from "./chunks/mermaid.core/chunk-WU5MYG2G.js";
|
|
7
|
+
import { isEmpty as E } from "../../es-toolkit/dist/compat/predicate/isEmpty.js";
|
|
8
|
+
import { cleanAndMerge as ae, decodeEntities as D, encodeEntities as oe, isDetailedError as se, removeDirectives as ce, utils_default as O } from "./chunks/mermaid.core/chunk-5ZQYHXKU.js";
|
|
9
|
+
import le from "../../ts-dedent/esm/index.js";
|
|
10
|
+
import { registerIconPacks as ue } from "./chunks/mermaid.core/chunk-O5CBEL6O.js";
|
|
10
11
|
import "./chunks/mermaid.core/chunk-BSJP7CBP.js";
|
|
11
|
-
import "./chunks/mermaid.core/chunk-
|
|
12
|
-
import
|
|
13
|
-
import "./chunks/mermaid.core/chunk-
|
|
14
|
-
import "./chunks/mermaid.core/chunk-
|
|
15
|
-
import "./chunks/mermaid.core/chunk-
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import { compile as
|
|
19
|
-
import { serialize as
|
|
12
|
+
import "./chunks/mermaid.core/chunk-L5ZTLDWV.js";
|
|
13
|
+
import "./chunks/mermaid.core/chunk-NZK2D7GU.js";
|
|
14
|
+
import "./chunks/mermaid.core/chunk-3OPIFGDE.js";
|
|
15
|
+
import "./chunks/mermaid.core/chunk-KSCS5N6A.js";
|
|
16
|
+
import { registerLayoutLoaders as de } from "./chunks/mermaid.core/chunk-LZXEDZCA.js";
|
|
17
|
+
import { JSON_SCHEMA as fe, load as pe } from "./chunks/mermaid.core/chunk-XPW4576I.js";
|
|
18
|
+
import { COMMENT as me } from "../../stylis/src/Enum.js";
|
|
19
|
+
import { compile as he } from "../../stylis/src/Parser.js";
|
|
20
|
+
import { serialize as ge, stringify as _e } from "../../stylis/src/Serializer.js";
|
|
21
|
+
import { middleware as ve } from "../../stylis/src/Middleware.js";
|
|
20
22
|
//#region ../../node_modules/mermaid/dist/mermaid.core.mjs
|
|
21
|
-
var k = "c4",
|
|
23
|
+
var k = "c4", ye = {
|
|
22
24
|
id: k,
|
|
23
25
|
detector: /* @__PURE__ */ e((e) => /^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(e), "detector"),
|
|
24
26
|
loader: /* @__PURE__ */ e(async () => {
|
|
25
|
-
let { diagram: e } = await import("./chunks/mermaid.core/c4Diagram-
|
|
27
|
+
let { diagram: e } = await import("./chunks/mermaid.core/c4Diagram-AAUBKEIU.js");
|
|
26
28
|
return {
|
|
27
29
|
id: k,
|
|
28
30
|
diagram: e
|
|
29
31
|
};
|
|
30
32
|
}, "loader")
|
|
31
|
-
}, A = "flowchart",
|
|
33
|
+
}, A = "flowchart", be = {
|
|
32
34
|
id: A,
|
|
33
35
|
detector: /* @__PURE__ */ e((e, t) => t?.flowchart?.defaultRenderer === "dagre-wrapper" || t?.flowchart?.defaultRenderer === "elk" ? !1 : /^\s*graph/.test(e), "detector"),
|
|
34
36
|
loader: /* @__PURE__ */ e(async () => {
|
|
35
|
-
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-
|
|
37
|
+
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-I6XJVG4X.js");
|
|
36
38
|
return {
|
|
37
39
|
id: A,
|
|
38
40
|
diagram: e
|
|
39
41
|
};
|
|
40
42
|
}, "loader")
|
|
41
|
-
}, j = "flowchart-v2",
|
|
43
|
+
}, j = "flowchart-v2", xe = {
|
|
42
44
|
id: j,
|
|
43
45
|
detector: /* @__PURE__ */ e((e, t) => t?.flowchart?.defaultRenderer === "dagre-d3" ? !1 : (t?.flowchart?.defaultRenderer === "elk" && (t.layout = "elk"), /^\s*graph/.test(e) && t?.flowchart?.defaultRenderer === "dagre-wrapper" ? !0 : /^\s*flowchart/.test(e)), "detector"),
|
|
44
46
|
loader: /* @__PURE__ */ e(async () => {
|
|
45
|
-
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-
|
|
47
|
+
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-I6XJVG4X.js");
|
|
46
48
|
return {
|
|
47
49
|
id: j,
|
|
48
50
|
diagram: e
|
|
49
51
|
};
|
|
50
52
|
}, "loader")
|
|
51
|
-
}, M = "er",
|
|
53
|
+
}, M = "er", Se = {
|
|
52
54
|
id: M,
|
|
53
55
|
detector: /* @__PURE__ */ e((e) => /^\s*erDiagram/.test(e), "detector"),
|
|
54
56
|
loader: /* @__PURE__ */ e(async () => {
|
|
55
|
-
let { diagram: e } = await import("./chunks/mermaid.core/erDiagram-
|
|
57
|
+
let { diagram: e } = await import("./chunks/mermaid.core/erDiagram-TEJ5UH35.js");
|
|
56
58
|
return {
|
|
57
59
|
id: M,
|
|
58
60
|
diagram: e
|
|
59
61
|
};
|
|
60
62
|
}, "loader")
|
|
61
|
-
}, N = "gitGraph",
|
|
63
|
+
}, N = "gitGraph", Ce = {
|
|
62
64
|
id: N,
|
|
63
65
|
detector: /* @__PURE__ */ e((e) => /^\s*gitGraph/.test(e), "detector"),
|
|
64
66
|
loader: /* @__PURE__ */ e(async () => {
|
|
65
|
-
let { diagram: e } = await import("./chunks/mermaid.core/gitGraphDiagram-
|
|
67
|
+
let { diagram: e } = await import("./chunks/mermaid.core/gitGraphDiagram-PVQCEYII.js");
|
|
66
68
|
return {
|
|
67
69
|
id: N,
|
|
68
70
|
diagram: e
|
|
69
71
|
};
|
|
70
72
|
}, "loader")
|
|
71
|
-
}, P = "gantt",
|
|
73
|
+
}, P = "gantt", we = {
|
|
72
74
|
id: P,
|
|
73
75
|
detector: /* @__PURE__ */ e((e) => /^\s*gantt/.test(e), "detector"),
|
|
74
76
|
loader: /* @__PURE__ */ e(async () => {
|
|
75
|
-
let { diagram: e } = await import("./chunks/mermaid.core/ganttDiagram-
|
|
77
|
+
let { diagram: e } = await import("./chunks/mermaid.core/ganttDiagram-6RSMTGT7.js");
|
|
76
78
|
return {
|
|
77
79
|
id: P,
|
|
78
80
|
diagram: e
|
|
79
81
|
};
|
|
80
82
|
}, "loader")
|
|
81
|
-
}, F = "info",
|
|
83
|
+
}, F = "info", Te = {
|
|
82
84
|
id: F,
|
|
83
85
|
detector: /* @__PURE__ */ e((e) => /^\s*info/.test(e), "detector"),
|
|
84
86
|
loader: /* @__PURE__ */ e(async () => {
|
|
85
|
-
let { diagram: e } = await import("./chunks/mermaid.core/infoDiagram-
|
|
87
|
+
let { diagram: e } = await import("./chunks/mermaid.core/infoDiagram-5YYISTIA.js");
|
|
86
88
|
return {
|
|
87
89
|
id: F,
|
|
88
90
|
diagram: e
|
|
89
91
|
};
|
|
90
92
|
}, "loader")
|
|
91
|
-
}, I = "pie",
|
|
93
|
+
}, I = "pie", Ee = {
|
|
92
94
|
id: I,
|
|
93
95
|
detector: /* @__PURE__ */ e((e) => /^\s*pie/.test(e), "detector"),
|
|
94
96
|
loader: /* @__PURE__ */ e(async () => {
|
|
95
|
-
let { diagram: e } = await import("./chunks/mermaid.core/pieDiagram-
|
|
97
|
+
let { diagram: e } = await import("./chunks/mermaid.core/pieDiagram-4H26LBE5.js");
|
|
96
98
|
return {
|
|
97
99
|
id: I,
|
|
98
100
|
diagram: e
|
|
99
101
|
};
|
|
100
102
|
}, "loader")
|
|
101
|
-
}, L = "quadrantChart",
|
|
103
|
+
}, L = "quadrantChart", De = {
|
|
102
104
|
id: L,
|
|
103
105
|
detector: /* @__PURE__ */ e((e) => /^\s*quadrantChart/.test(e), "detector"),
|
|
104
106
|
loader: /* @__PURE__ */ e(async () => {
|
|
105
|
-
let { diagram: e } = await import("./chunks/mermaid.core/quadrantDiagram-
|
|
107
|
+
let { diagram: e } = await import("./chunks/mermaid.core/quadrantDiagram-W4KKPZXB.js");
|
|
106
108
|
return {
|
|
107
109
|
id: L,
|
|
108
110
|
diagram: e
|
|
109
111
|
};
|
|
110
112
|
}, "loader")
|
|
111
|
-
}, R = "xychart",
|
|
113
|
+
}, R = "xychart", Oe = {
|
|
112
114
|
id: R,
|
|
113
115
|
detector: /* @__PURE__ */ e((e) => /^\s*xychart(-beta)?/.test(e), "detector"),
|
|
114
116
|
loader: /* @__PURE__ */ e(async () => {
|
|
115
|
-
let { diagram: e } = await import("./chunks/mermaid.core/xychartDiagram-
|
|
117
|
+
let { diagram: e } = await import("./chunks/mermaid.core/xychartDiagram-2RQKCTM6.js");
|
|
116
118
|
return {
|
|
117
119
|
id: R,
|
|
118
120
|
diagram: e
|
|
119
121
|
};
|
|
120
122
|
}, "loader")
|
|
121
|
-
}, z = "requirement",
|
|
123
|
+
}, z = "requirement", ke = {
|
|
122
124
|
id: z,
|
|
123
125
|
detector: /* @__PURE__ */ e((e) => /^\s*requirement(Diagram)?/.test(e), "detector"),
|
|
124
126
|
loader: /* @__PURE__ */ e(async () => {
|
|
125
|
-
let { diagram: e } = await import("./chunks/mermaid.core/requirementDiagram-
|
|
127
|
+
let { diagram: e } = await import("./chunks/mermaid.core/requirementDiagram-4Y6WPE33.js");
|
|
126
128
|
return {
|
|
127
129
|
id: z,
|
|
128
130
|
diagram: e
|
|
129
131
|
};
|
|
130
132
|
}, "loader")
|
|
131
|
-
}, B = "sequence",
|
|
133
|
+
}, B = "sequence", Ae = {
|
|
132
134
|
id: B,
|
|
133
135
|
detector: /* @__PURE__ */ e((e) => /^\s*sequenceDiagram/.test(e), "detector"),
|
|
134
136
|
loader: /* @__PURE__ */ e(async () => {
|
|
135
|
-
let { diagram: e } = await import("./chunks/mermaid.core/sequenceDiagram-
|
|
137
|
+
let { diagram: e } = await import("./chunks/mermaid.core/sequenceDiagram-3UESZ5HK.js");
|
|
136
138
|
return {
|
|
137
139
|
id: B,
|
|
138
140
|
diagram: e
|
|
139
141
|
};
|
|
140
142
|
}, "loader")
|
|
141
|
-
}, V = "class",
|
|
143
|
+
}, V = "class", je = {
|
|
142
144
|
id: V,
|
|
143
145
|
detector: /* @__PURE__ */ e((e, t) => t?.class?.defaultRenderer === "dagre-wrapper" ? !1 : /^\s*classDiagram/.test(e), "detector"),
|
|
144
146
|
loader: /* @__PURE__ */ e(async () => {
|
|
145
|
-
let { diagram: e } = await import("./chunks/mermaid.core/classDiagram-
|
|
147
|
+
let { diagram: e } = await import("./chunks/mermaid.core/classDiagram-4FO5ZUOK.js");
|
|
146
148
|
return {
|
|
147
149
|
id: V,
|
|
148
150
|
diagram: e
|
|
149
151
|
};
|
|
150
152
|
}, "loader")
|
|
151
|
-
}, H = "classDiagram",
|
|
153
|
+
}, H = "classDiagram", Me = {
|
|
152
154
|
id: H,
|
|
153
155
|
detector: /* @__PURE__ */ e((e, t) => /^\s*classDiagram/.test(e) && t?.class?.defaultRenderer === "dagre-wrapper" ? !0 : /^\s*classDiagram-v2/.test(e), "detector"),
|
|
154
156
|
loader: /* @__PURE__ */ e(async () => {
|
|
155
|
-
let { diagram: e } = await import("./chunks/mermaid.core/classDiagram-v2-
|
|
157
|
+
let { diagram: e } = await import("./chunks/mermaid.core/classDiagram-v2-Q7XG4LA2.js");
|
|
156
158
|
return {
|
|
157
159
|
id: H,
|
|
158
160
|
diagram: e
|
|
159
161
|
};
|
|
160
162
|
}, "loader")
|
|
161
|
-
},
|
|
162
|
-
id:
|
|
163
|
+
}, Ne = "state", Pe = {
|
|
164
|
+
id: Ne,
|
|
163
165
|
detector: /* @__PURE__ */ e((e, t) => t?.state?.defaultRenderer === "dagre-wrapper" ? !1 : /^\s*stateDiagram/.test(e), "detector"),
|
|
164
166
|
loader: /* @__PURE__ */ e(async () => {
|
|
165
|
-
let { diagram: e } = await import("./chunks/mermaid.core/stateDiagram-
|
|
167
|
+
let { diagram: e } = await import("./chunks/mermaid.core/stateDiagram-AJRCARHV.js");
|
|
166
168
|
return {
|
|
167
|
-
id:
|
|
169
|
+
id: Ne,
|
|
168
170
|
diagram: e
|
|
169
171
|
};
|
|
170
172
|
}, "loader")
|
|
171
|
-
},
|
|
172
|
-
id:
|
|
173
|
+
}, Fe = "stateDiagram", Ie = {
|
|
174
|
+
id: Fe,
|
|
173
175
|
detector: /* @__PURE__ */ e((e, t) => !!(/^\s*stateDiagram-v2/.test(e) || /^\s*stateDiagram/.test(e) && t?.state?.defaultRenderer === "dagre-wrapper"), "detector"),
|
|
174
176
|
loader: /* @__PURE__ */ e(async () => {
|
|
175
|
-
let { diagram: e } = await import("./chunks/mermaid.core/stateDiagram-v2-
|
|
177
|
+
let { diagram: e } = await import("./chunks/mermaid.core/stateDiagram-v2-BHNVJYJU.js");
|
|
176
178
|
return {
|
|
177
|
-
id:
|
|
179
|
+
id: Fe,
|
|
178
180
|
diagram: e
|
|
179
181
|
};
|
|
180
182
|
}, "loader")
|
|
181
|
-
},
|
|
182
|
-
id:
|
|
183
|
+
}, Le = "journey", Re = {
|
|
184
|
+
id: Le,
|
|
183
185
|
detector: /* @__PURE__ */ e((e) => /^\s*journey/.test(e), "detector"),
|
|
184
186
|
loader: /* @__PURE__ */ e(async () => {
|
|
185
|
-
let { diagram: e } = await import("./chunks/mermaid.core/journeyDiagram-
|
|
187
|
+
let { diagram: e } = await import("./chunks/mermaid.core/journeyDiagram-JHISSGLW.js");
|
|
186
188
|
return {
|
|
187
|
-
id:
|
|
189
|
+
id: Le,
|
|
188
190
|
diagram: e
|
|
189
191
|
};
|
|
190
192
|
}, "loader")
|
|
191
|
-
},
|
|
193
|
+
}, ze = { draw: /* @__PURE__ */ e((e, n, r) => {
|
|
192
194
|
t.debug("rendering svg for syntax error\n");
|
|
193
|
-
let i =
|
|
195
|
+
let i = ie(n), a = i.append("g");
|
|
194
196
|
i.attr("viewBox", "0 0 2412 512"), s(i, 100, 512, !0), a.append("path").attr("class", "error-icon").attr("d", "m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"), a.append("path").attr("class", "error-icon").attr("d", "m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"), a.append("path").attr("class", "error-icon").attr("d", "m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"), a.append("path").attr("class", "error-icon").attr("d", "m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"), a.append("path").attr("class", "error-icon").attr("d", "m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"), a.append("path").attr("class", "error-icon").attr("d", "m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"), a.append("text").attr("class", "error-text").attr("x", 1440).attr("y", 250).attr("font-size", "150px").style("text-anchor", "middle").text("Syntax error in text"), a.append("text").attr("class", "error-text").attr("x", 1250).attr("y", 400).attr("font-size", "100px").style("text-anchor", "middle").text(`mermaid version ${r}`);
|
|
195
|
-
}, "draw") },
|
|
197
|
+
}, "draw") }, Be = ze, Ve = {
|
|
196
198
|
db: {},
|
|
197
|
-
renderer:
|
|
199
|
+
renderer: ze,
|
|
198
200
|
parser: { parse: /* @__PURE__ */ e(() => {}, "parse") }
|
|
199
|
-
},
|
|
200
|
-
id:
|
|
201
|
+
}, He = "flowchart-elk", Ue = {
|
|
202
|
+
id: He,
|
|
201
203
|
detector: /* @__PURE__ */ e((e, t = {}) => /^\s*flowchart-elk/.test(e) || /^\s*(flowchart|graph)/.test(e) && t?.flowchart?.defaultRenderer === "elk" ? (t.layout = "elk", !0) : !1, "detector"),
|
|
202
204
|
loader: /* @__PURE__ */ e(async () => {
|
|
203
|
-
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-
|
|
205
|
+
let { diagram: e } = await import("./chunks/mermaid.core/flowDiagram-I6XJVG4X.js");
|
|
204
206
|
return {
|
|
205
|
-
id:
|
|
207
|
+
id: He,
|
|
206
208
|
diagram: e
|
|
207
209
|
};
|
|
208
210
|
}, "loader")
|
|
209
|
-
},
|
|
210
|
-
id:
|
|
211
|
+
}, We = "timeline", Ge = {
|
|
212
|
+
id: We,
|
|
211
213
|
detector: /* @__PURE__ */ e((e) => /^\s*timeline/.test(e), "detector"),
|
|
212
214
|
loader: /* @__PURE__ */ e(async () => {
|
|
213
|
-
let { diagram: e } = await import("./chunks/mermaid.core/timeline-definition-
|
|
215
|
+
let { diagram: e } = await import("./chunks/mermaid.core/timeline-definition-PNZ67QCA.js");
|
|
214
216
|
return {
|
|
215
|
-
id:
|
|
217
|
+
id: We,
|
|
216
218
|
diagram: e
|
|
217
219
|
};
|
|
218
220
|
}, "loader")
|
|
219
|
-
},
|
|
220
|
-
id:
|
|
221
|
+
}, Ke = "mindmap", qe = {
|
|
222
|
+
id: Ke,
|
|
221
223
|
detector: /* @__PURE__ */ e((e) => /^\s*mindmap/.test(e), "detector"),
|
|
222
224
|
loader: /* @__PURE__ */ e(async () => {
|
|
223
|
-
let { diagram: e } = await import("./chunks/mermaid.core/mindmap-definition-
|
|
225
|
+
let { diagram: e } = await import("./chunks/mermaid.core/mindmap-definition-RKZ34NQL.js");
|
|
224
226
|
return {
|
|
225
|
-
id:
|
|
227
|
+
id: Ke,
|
|
226
228
|
diagram: e
|
|
227
229
|
};
|
|
228
230
|
}, "loader")
|
|
229
|
-
},
|
|
230
|
-
id:
|
|
231
|
+
}, Je = "kanban", Ye = {
|
|
232
|
+
id: Je,
|
|
231
233
|
detector: /* @__PURE__ */ e((e) => /^\s*kanban/.test(e), "detector"),
|
|
232
234
|
loader: /* @__PURE__ */ e(async () => {
|
|
233
|
-
let { diagram: e } = await import("./chunks/mermaid.core/kanban-definition-
|
|
235
|
+
let { diagram: e } = await import("./chunks/mermaid.core/kanban-definition-UN3LZRKU.js");
|
|
234
236
|
return {
|
|
235
|
-
id:
|
|
237
|
+
id: Je,
|
|
236
238
|
diagram: e
|
|
237
239
|
};
|
|
238
240
|
}, "loader")
|
|
239
|
-
},
|
|
240
|
-
id:
|
|
241
|
+
}, Xe = "sankey", Ze = {
|
|
242
|
+
id: Xe,
|
|
241
243
|
detector: /* @__PURE__ */ e((e) => /^\s*sankey(-beta)?/.test(e), "detector"),
|
|
242
244
|
loader: /* @__PURE__ */ e(async () => {
|
|
243
|
-
let { diagram: e } = await import("./chunks/mermaid.core/sankeyDiagram-
|
|
245
|
+
let { diagram: e } = await import("./chunks/mermaid.core/sankeyDiagram-5OEKKPKP.js");
|
|
244
246
|
return {
|
|
245
|
-
id:
|
|
247
|
+
id: Xe,
|
|
246
248
|
diagram: e
|
|
247
249
|
};
|
|
248
250
|
}, "loader")
|
|
249
|
-
},
|
|
250
|
-
id:
|
|
251
|
+
}, Qe = "packet", $e = {
|
|
252
|
+
id: Qe,
|
|
251
253
|
detector: /* @__PURE__ */ e((e) => /^\s*packet(-beta)?/.test(e), "detector"),
|
|
252
254
|
loader: /* @__PURE__ */ e(async () => {
|
|
253
|
-
let { diagram: e } = await import("./chunks/mermaid.core/diagram-
|
|
255
|
+
let { diagram: e } = await import("./chunks/mermaid.core/diagram-LMA3HP47.js");
|
|
254
256
|
return {
|
|
255
|
-
id:
|
|
257
|
+
id: Qe,
|
|
256
258
|
diagram: e
|
|
257
259
|
};
|
|
258
260
|
}, "loader")
|
|
259
|
-
},
|
|
260
|
-
id:
|
|
261
|
+
}, et = "radar", tt = {
|
|
262
|
+
id: et,
|
|
261
263
|
detector: /* @__PURE__ */ e((e) => /^\s*radar-beta/.test(e), "detector"),
|
|
262
264
|
loader: /* @__PURE__ */ e(async () => {
|
|
263
|
-
let { diagram: e } = await import("./chunks/mermaid.core/diagram-
|
|
265
|
+
let { diagram: e } = await import("./chunks/mermaid.core/diagram-2AECGRRQ.js");
|
|
264
266
|
return {
|
|
265
|
-
id:
|
|
267
|
+
id: et,
|
|
266
268
|
diagram: e
|
|
267
269
|
};
|
|
268
270
|
}, "loader")
|
|
269
|
-
},
|
|
270
|
-
id:
|
|
271
|
+
}, nt = "block", rt = {
|
|
272
|
+
id: nt,
|
|
271
273
|
detector: /* @__PURE__ */ e((e) => /^\s*block(-beta)?/.test(e), "detector"),
|
|
272
274
|
loader: /* @__PURE__ */ e(async () => {
|
|
273
|
-
let { diagram: e } = await import("./chunks/mermaid.core/blockDiagram-
|
|
275
|
+
let { diagram: e } = await import("./chunks/mermaid.core/blockDiagram-GPEHLZMM.js");
|
|
274
276
|
return {
|
|
275
|
-
id:
|
|
277
|
+
id: nt,
|
|
276
278
|
diagram: e
|
|
277
279
|
};
|
|
278
280
|
}, "loader")
|
|
279
|
-
},
|
|
280
|
-
id:
|
|
281
|
+
}, it = "treeView", at = {
|
|
282
|
+
id: it,
|
|
281
283
|
detector: /* @__PURE__ */ e((e) => /^\s*treeView-beta/.test(e), "detector"),
|
|
282
284
|
loader: /* @__PURE__ */ e(async () => {
|
|
283
|
-
let { diagram: e } = await import("./chunks/mermaid.core/diagram-
|
|
285
|
+
let { diagram: e } = await import("./chunks/mermaid.core/diagram-5GNKFQAL.js");
|
|
284
286
|
return {
|
|
285
|
-
id:
|
|
287
|
+
id: it,
|
|
286
288
|
diagram: e
|
|
287
289
|
};
|
|
288
290
|
}, "loader")
|
|
289
|
-
},
|
|
290
|
-
id:
|
|
291
|
+
}, ot = "architecture", st = {
|
|
292
|
+
id: ot,
|
|
291
293
|
detector: /* @__PURE__ */ e((e) => /^\s*architecture/.test(e), "detector"),
|
|
292
294
|
loader: /* @__PURE__ */ e(async () => {
|
|
293
|
-
let { diagram: e } = await import("./chunks/mermaid.core/architectureDiagram-
|
|
295
|
+
let { diagram: e } = await import("./chunks/mermaid.core/architectureDiagram-3BPJPVTR.js");
|
|
294
296
|
return {
|
|
295
|
-
id:
|
|
297
|
+
id: ot,
|
|
296
298
|
diagram: e
|
|
297
299
|
};
|
|
298
300
|
}, "loader")
|
|
299
|
-
},
|
|
300
|
-
id:
|
|
301
|
+
}, ct = "eventmodeling", lt = {
|
|
302
|
+
id: ct,
|
|
303
|
+
detector: /* @__PURE__ */ e((e) => /^\s*eventmodeling/.test(e), "detector"),
|
|
304
|
+
loader: /* @__PURE__ */ e(async () => {
|
|
305
|
+
let { diagram: e } = await import("./chunks/mermaid.core/diagram-KO2AKTUF.js");
|
|
306
|
+
return {
|
|
307
|
+
id: ct,
|
|
308
|
+
diagram: e
|
|
309
|
+
};
|
|
310
|
+
}, "loader")
|
|
311
|
+
}, ut = "ishikawa", dt = {
|
|
312
|
+
id: ut,
|
|
301
313
|
detector: /* @__PURE__ */ e((e) => /^\s*ishikawa(-beta)?\b/i.test(e), "detector"),
|
|
302
314
|
loader: /* @__PURE__ */ e(async () => {
|
|
303
|
-
let { diagram: e } = await import("./chunks/mermaid.core/ishikawaDiagram-
|
|
315
|
+
let { diagram: e } = await import("./chunks/mermaid.core/ishikawaDiagram-YF4QCWOH.js");
|
|
304
316
|
return {
|
|
305
|
-
id:
|
|
317
|
+
id: ut,
|
|
306
318
|
diagram: e
|
|
307
319
|
};
|
|
308
320
|
}, "loader")
|
|
309
|
-
},
|
|
310
|
-
id:
|
|
321
|
+
}, ft = "venn", pt = {
|
|
322
|
+
id: ft,
|
|
311
323
|
detector: /* @__PURE__ */ e((e) => /^\s*venn-beta/.test(e), "detector"),
|
|
312
324
|
loader: /* @__PURE__ */ e(async () => {
|
|
313
|
-
let { diagram: e } = await import("./chunks/mermaid.core/vennDiagram-
|
|
325
|
+
let { diagram: e } = await import("./chunks/mermaid.core/vennDiagram-CIIHVFJN.js");
|
|
314
326
|
return {
|
|
315
|
-
id:
|
|
327
|
+
id: ft,
|
|
316
328
|
diagram: e
|
|
317
329
|
};
|
|
318
330
|
}, "loader")
|
|
319
|
-
},
|
|
320
|
-
id:
|
|
331
|
+
}, mt = "treemap", ht = {
|
|
332
|
+
id: mt,
|
|
321
333
|
detector: /* @__PURE__ */ e((e) => /^\s*treemap/.test(e), "detector"),
|
|
322
334
|
loader: /* @__PURE__ */ e(async () => {
|
|
323
|
-
let { diagram: e } = await import("./chunks/mermaid.core/diagram-
|
|
335
|
+
let { diagram: e } = await import("./chunks/mermaid.core/diagram-OG6HWLK6.js");
|
|
324
336
|
return {
|
|
325
|
-
id:
|
|
337
|
+
id: mt,
|
|
326
338
|
diagram: e
|
|
327
339
|
};
|
|
328
340
|
}, "loader")
|
|
329
|
-
},
|
|
330
|
-
id:
|
|
341
|
+
}, gt = "wardley-beta", _t = {
|
|
342
|
+
id: gt,
|
|
331
343
|
detector: /* @__PURE__ */ e((e) => /^\s*wardley-beta/i.test(e), "detector"),
|
|
332
344
|
loader: /* @__PURE__ */ e(async () => {
|
|
333
|
-
let { diagram: e } = await import("./chunks/mermaid.core/wardleyDiagram-
|
|
345
|
+
let { diagram: e } = await import("./chunks/mermaid.core/wardleyDiagram-YWT4CUSO.js");
|
|
334
346
|
return {
|
|
335
|
-
id:
|
|
347
|
+
id: gt,
|
|
336
348
|
diagram: e
|
|
337
349
|
};
|
|
338
350
|
}, "loader")
|
|
339
|
-
},
|
|
340
|
-
|
|
351
|
+
}, vt = !1, U = /* @__PURE__ */ e(() => {
|
|
352
|
+
vt || (vt = !0, v("error", Ve, (e) => e.toLowerCase().trim() === "error"), v("---", {
|
|
341
353
|
db: { clear: /* @__PURE__ */ e(() => {}, "clear") },
|
|
342
354
|
styles: {},
|
|
343
355
|
renderer: { draw: /* @__PURE__ */ e(() => {}, "draw") },
|
|
@@ -345,18 +357,18 @@ var k = "c4", he = {
|
|
|
345
357
|
throw Error("Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks");
|
|
346
358
|
}, "parse") },
|
|
347
359
|
init: /* @__PURE__ */ e(() => null, "init")
|
|
348
|
-
}, (e) => e.toLowerCase().trimStart().startsWith("---")),
|
|
349
|
-
}, "addDiagrams"),
|
|
360
|
+
}, (e) => e.toLowerCase().trimStart().startsWith("---")), y(Ue, qe, st), y(ye, Ye, Me, je, Se, we, Te, Ee, ke, Ae, xe, be, Ge, Ce, Ie, Pe, Re, De, Ze, $e, Oe, rt, lt, at, tt, dt, ht, pt, _t));
|
|
361
|
+
}, "addDiagrams"), yt = /* @__PURE__ */ e(async () => {
|
|
350
362
|
t.debug("Loading registered diagrams");
|
|
351
|
-
let e = (await Promise.allSettled(Object.entries(
|
|
363
|
+
let e = (await Promise.allSettled(Object.entries(d).map(async ([e, { detector: n, loader: r }]) => {
|
|
352
364
|
if (r) try {
|
|
353
|
-
|
|
365
|
+
m(e);
|
|
354
366
|
} catch {
|
|
355
367
|
try {
|
|
356
368
|
let { diagram: e, id: t } = await r();
|
|
357
|
-
|
|
369
|
+
v(t, e, n);
|
|
358
370
|
} catch (n) {
|
|
359
|
-
throw t.error(`Failed to load external diagram with key ${e}. Removing from detectors.`), delete
|
|
371
|
+
throw t.error(`Failed to load external diagram with key ${e}. Removing from detectors.`), delete d[e], n;
|
|
360
372
|
}
|
|
361
373
|
}
|
|
362
374
|
}))).filter((e) => e.status === "rejected");
|
|
@@ -365,12 +377,12 @@ var k = "c4", he = {
|
|
|
365
377
|
for (let n of e) t.error(n);
|
|
366
378
|
throw Error(`Failed to load ${e.length} external diagrams`);
|
|
367
379
|
}
|
|
368
|
-
}, "loadRegisteredDiagrams"),
|
|
369
|
-
function
|
|
370
|
-
e.attr("role",
|
|
380
|
+
}, "loadRegisteredDiagrams"), bt = "graphics-document document";
|
|
381
|
+
function xt(e, t) {
|
|
382
|
+
e.attr("role", bt), t !== "" && e.attr("aria-roledescription", t);
|
|
371
383
|
}
|
|
372
|
-
e(
|
|
373
|
-
function
|
|
384
|
+
e(xt, "setA11yDiagramInfo");
|
|
385
|
+
function St(e, t, n, r) {
|
|
374
386
|
if (e.insert !== void 0) {
|
|
375
387
|
if (n) {
|
|
376
388
|
let t = `chart-desc-${r}`;
|
|
@@ -382,8 +394,8 @@ function ht(e, t, n, r) {
|
|
|
382
394
|
}
|
|
383
395
|
}
|
|
384
396
|
}
|
|
385
|
-
e(
|
|
386
|
-
var
|
|
397
|
+
e(St, "addSVGa11yTitleDescription");
|
|
398
|
+
var W = class t {
|
|
387
399
|
constructor(e, t, n, r, i) {
|
|
388
400
|
this.type = e, this.text = t, this.db = n, this.parser = r, this.renderer = i;
|
|
389
401
|
}
|
|
@@ -391,18 +403,18 @@ var G = class t {
|
|
|
391
403
|
e(this, "Diagram");
|
|
392
404
|
}
|
|
393
405
|
static async fromText(e, n = {}) {
|
|
394
|
-
let r =
|
|
395
|
-
e =
|
|
406
|
+
let r = p(), a = u(e, r);
|
|
407
|
+
e = oe(e) + "\n";
|
|
396
408
|
try {
|
|
397
|
-
|
|
409
|
+
m(a);
|
|
398
410
|
} catch {
|
|
399
|
-
let e =
|
|
411
|
+
let e = h(a);
|
|
400
412
|
if (!e) throw new i(`Diagram ${a} not found.`);
|
|
401
413
|
let { id: t, diagram: n } = await e();
|
|
402
|
-
|
|
414
|
+
v(t, n);
|
|
403
415
|
}
|
|
404
|
-
let { db: o, parser: s, renderer: c, init:
|
|
405
|
-
return s.parser && (s.parser.yy = o), o.clear?.(),
|
|
416
|
+
let { db: o, parser: s, renderer: c, init: l } = m(a);
|
|
417
|
+
return s.parser && (s.parser.yy = o), o.clear?.(), l?.(r), n.title && o.setDiagramTitle?.(n.title), await s.parse(e), new t(a, e, o, s, c);
|
|
406
418
|
}
|
|
407
419
|
async render(e, t) {
|
|
408
420
|
await this.renderer.draw(this.text, e, t, this);
|
|
@@ -413,18 +425,18 @@ var G = class t {
|
|
|
413
425
|
getType() {
|
|
414
426
|
return this.type;
|
|
415
427
|
}
|
|
416
|
-
},
|
|
417
|
-
|
|
428
|
+
}, Ct = [], wt = /* @__PURE__ */ e(() => {
|
|
429
|
+
Ct.forEach((e) => {
|
|
418
430
|
e();
|
|
419
|
-
}),
|
|
420
|
-
}, "attachFunctions"),
|
|
421
|
-
function
|
|
422
|
-
let t = e.match(
|
|
431
|
+
}), Ct = [];
|
|
432
|
+
}, "attachFunctions"), Tt = /* @__PURE__ */ e((e) => e.replace(/^\s*%%(?!{)[^\n]+\n?/gm, "").trimStart(), "cleanupComments");
|
|
433
|
+
function Et(e) {
|
|
434
|
+
let t = e.match(f);
|
|
423
435
|
if (!t) return {
|
|
424
436
|
text: e,
|
|
425
437
|
metadata: {}
|
|
426
438
|
};
|
|
427
|
-
let n =
|
|
439
|
+
let n = pe(t[1], { schema: fe }) ?? {};
|
|
428
440
|
n = typeof n == "object" && !Array.isArray(n) ? n : {};
|
|
429
441
|
let r = {};
|
|
430
442
|
return n.displayMode && (r.displayMode = n.displayMode.toString()), n.title && (r.title = n.title.toString()), n.config && (r.config = n.config), {
|
|
@@ -432,47 +444,47 @@ function yt(e) {
|
|
|
432
444
|
metadata: r
|
|
433
445
|
};
|
|
434
446
|
}
|
|
435
|
-
e(
|
|
436
|
-
var
|
|
437
|
-
let { text: t, metadata: n } =
|
|
447
|
+
e(Et, "extractFrontMatter");
|
|
448
|
+
var Dt = /* @__PURE__ */ e((e) => e.replace(/\r\n?/g, "\n").replace(/<(\w+)([^>]*)>/g, (e, t, n) => "<" + t + n.replace(/="([^"]*)"/g, "='$1'") + ">"), "cleanupText"), Ot = /* @__PURE__ */ e((e) => {
|
|
449
|
+
let { text: t, metadata: n } = Et(e), { displayMode: r, title: i, config: a = {} } = n;
|
|
438
450
|
return r && (a.gantt ||= {}, a.gantt.displayMode = r), {
|
|
439
451
|
title: i,
|
|
440
452
|
config: a,
|
|
441
453
|
text: t
|
|
442
454
|
};
|
|
443
|
-
}, "processFrontmatter"),
|
|
455
|
+
}, "processFrontmatter"), kt = /* @__PURE__ */ e((e) => {
|
|
444
456
|
let t = O.detectInit(e) ?? {}, n = O.detectDirective(e, "wrap");
|
|
445
457
|
return Array.isArray(n) ? t.wrap = n.some(({ type: e }) => e === "wrap") : n?.type === "wrap" && (t.wrap = !0), {
|
|
446
|
-
text:
|
|
458
|
+
text: ce(e),
|
|
447
459
|
directive: t
|
|
448
460
|
};
|
|
449
461
|
}, "processDirectives");
|
|
450
|
-
function
|
|
451
|
-
let t =
|
|
452
|
-
return e =
|
|
462
|
+
function G(e) {
|
|
463
|
+
let t = Ot(Dt(e)), n = kt(t.text), r = ae(t.config, n.directive);
|
|
464
|
+
return e = Tt(n.text), {
|
|
453
465
|
code: e,
|
|
454
466
|
title: t.title,
|
|
455
467
|
config: r
|
|
456
468
|
};
|
|
457
469
|
}
|
|
458
|
-
e(
|
|
459
|
-
function
|
|
470
|
+
e(G, "preprocessDiagram");
|
|
471
|
+
function At(e) {
|
|
460
472
|
let t = new TextEncoder().encode(e), n = Array.from(t, (e) => String.fromCodePoint(e)).join("");
|
|
461
473
|
return btoa(n);
|
|
462
474
|
}
|
|
463
|
-
e(
|
|
464
|
-
var
|
|
465
|
-
function
|
|
466
|
-
let t =
|
|
467
|
-
return
|
|
475
|
+
e(At, "toBase64");
|
|
476
|
+
var jt = 5e4, Mt = "graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa", Nt = "sandbox", Pt = "loose", Ft = "http://www.w3.org/2000/svg", It = "http://www.w3.org/1999/xlink", Lt = "http://www.w3.org/1999/xhtml", Rt = "100%", zt = "100%", Bt = "border:0;margin:0;", Vt = "margin:0", Ht = "allow-top-navigation-by-user-activation allow-popups", Ut = "The \"iframe\" tag is not supported by your browser.", Wt = ["foreignobject"], Gt = ["dominant-baseline"];
|
|
477
|
+
function K(e) {
|
|
478
|
+
let t = G(e);
|
|
479
|
+
return b(), a(t.config ?? {}), t;
|
|
468
480
|
}
|
|
469
|
-
e(
|
|
470
|
-
async function
|
|
471
|
-
|
|
481
|
+
e(K, "processAndSetConfigs");
|
|
482
|
+
async function Kt(e, t) {
|
|
483
|
+
U();
|
|
472
484
|
try {
|
|
473
|
-
let { code: t, config: n } =
|
|
485
|
+
let { code: t, config: n } = K(e);
|
|
474
486
|
return {
|
|
475
|
-
diagramType: (await
|
|
487
|
+
diagramType: (await nn(t)).type,
|
|
476
488
|
config: n
|
|
477
489
|
};
|
|
478
490
|
} catch (e) {
|
|
@@ -480,15 +492,11 @@ async function zt(e, t) {
|
|
|
480
492
|
throw e;
|
|
481
493
|
}
|
|
482
494
|
}
|
|
483
|
-
e(
|
|
484
|
-
var
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
${e.themeCSS}`), e.fontFamily !== void 0 && (n += `
|
|
489
|
-
:root { --mermaid-font-family: ${e.fontFamily}}`), e.altFontFamily !== void 0 && (n += `
|
|
490
|
-
:root { --mermaid-alt-font-family: ${e.altFontFamily}}`), t instanceof Map) {
|
|
491
|
-
let r = h(e) ? ["> *", "span"] : [
|
|
495
|
+
e(Kt, "parse");
|
|
496
|
+
var qt = /* @__PURE__ */ e((e, t, n = []) => `.${e} ${t} ${te(`{ ${n.join(" !important; ")} !important; }`)}`, "cssImportantStyles"), Jt = /* @__PURE__ */ e((e, t = /* @__PURE__ */ new Map()) => {
|
|
497
|
+
let n = new CSSStyleSheet();
|
|
498
|
+
if (e.fontFamily !== void 0 && n.insertRule(`:root { --mermaid-font-family: ${e.fontFamily}}`, n.cssRules.length), e.altFontFamily !== void 0 && n.insertRule(`:root { --mermaid-alt-font-family: ${e.altFontFamily}}`, n.cssRules.length), t instanceof Map) {
|
|
499
|
+
let r = g(e) ? ["> *", "span"] : [
|
|
492
500
|
"rect",
|
|
493
501
|
"polygon",
|
|
494
502
|
"ellipse",
|
|
@@ -496,109 +504,128 @@ ${e.themeCSS}`), e.fontFamily !== void 0 && (n += `
|
|
|
496
504
|
"path"
|
|
497
505
|
];
|
|
498
506
|
t.forEach((e) => {
|
|
499
|
-
|
|
500
|
-
n
|
|
501
|
-
}),
|
|
507
|
+
E(e.styles) || r.forEach((t) => {
|
|
508
|
+
n.insertRule(qt(e.id, t, e.styles), n.cssRules.length);
|
|
509
|
+
}), E(e.textStyles) || n.insertRule(qt(e.id, "tspan", (e?.textStyles || []).map((e) => e.replace("color", "fill"))), n.cssRules.length);
|
|
502
510
|
});
|
|
503
511
|
}
|
|
504
|
-
|
|
505
|
-
|
|
512
|
+
let r = "";
|
|
513
|
+
if (e.themeCSS !== void 0) if (typeof n.replaceSync == "function") {
|
|
514
|
+
let t = new CSSStyleSheet();
|
|
515
|
+
t.replaceSync(e.themeCSS), r = c(t) + "\n";
|
|
516
|
+
} else r += `${e.themeCSS}
|
|
517
|
+
`;
|
|
518
|
+
return r + c(n);
|
|
519
|
+
}, "createCssStyles"), Yt = /* @__PURE__ */ e((n, r) => ge(he(`${n}{${r}}`), ve([/* @__PURE__ */ e(function(e, r, i, a) {
|
|
520
|
+
if (e.type === "rule" && Array.isArray(e.props)) {
|
|
521
|
+
if (e.parent && e.parent.type === "@keyframes") return;
|
|
522
|
+
e.props = e.props.map((e) => e.startsWith(n) ? e : `${n} ${e}`);
|
|
523
|
+
} else e.type.startsWith("@") && ([
|
|
524
|
+
"@media",
|
|
525
|
+
"@supports",
|
|
526
|
+
"@layer",
|
|
527
|
+
"@scope",
|
|
528
|
+
"@container",
|
|
529
|
+
"@starting-style",
|
|
530
|
+
"@keyframes"
|
|
531
|
+
].includes(e.type) || (t.warn(`Removing unsupported at-rule ${e.type} from CSS`), e.type = me));
|
|
532
|
+
}, "addNamespace"), _e])), "compileCSS"), Xt = /* @__PURE__ */ e((e, t, n, r) => Yt(r, re(t, Jt(e, n), {
|
|
506
533
|
...e.themeVariables,
|
|
507
534
|
theme: e.theme,
|
|
508
535
|
look: e.look
|
|
509
|
-
}, r)
|
|
536
|
+
}, r)), "createUserStyles"), Zt = /* @__PURE__ */ e((e = "", t, n) => {
|
|
510
537
|
let r = e;
|
|
511
|
-
return !n && !t && (r = r.replace(/marker-end="url\([\d+./:=?A-Za-z-]*?#/g, "marker-end=\"url(#")), r =
|
|
512
|
-
}, "cleanUpSvgCode"),
|
|
513
|
-
${
|
|
514
|
-
</iframe>`, "putIntoIFrame"),
|
|
538
|
+
return !n && !t && (r = r.replace(/marker-end="url\([\d+./:=?A-Za-z-]*?#/g, "marker-end=\"url(#")), r = D(r), r = r.replace(/<br>/g, "<br/>"), r;
|
|
539
|
+
}, "cleanUpSvgCode"), Qt = /* @__PURE__ */ e((e = "", t) => `<iframe style="width:${Rt};height:${t?.viewBox?.baseVal?.height ? t.viewBox.baseVal.height + "px" : zt};${Bt}" src="data:text/html;charset=UTF-8;base64,${At(`<body style="${Vt}">${e}</body>`)}" sandbox="${Ht}">
|
|
540
|
+
${Ut}
|
|
541
|
+
</iframe>`, "putIntoIFrame"), q = /* @__PURE__ */ e((e, t, n, r, i) => {
|
|
515
542
|
let a = e.append("div");
|
|
516
543
|
a.attr("id", n), r && a.attr("style", r);
|
|
517
|
-
let o = a.append("svg").attr("id", t).attr("width", "100%").attr("xmlns",
|
|
544
|
+
let o = a.append("svg").attr("id", t).attr("width", "100%").attr("xmlns", Ft);
|
|
518
545
|
return i && o.attr("xmlns:xlink", i), o.append("g"), e;
|
|
519
546
|
}, "appendDivSvgG");
|
|
520
|
-
function
|
|
547
|
+
function J(e, t) {
|
|
521
548
|
return e.append("iframe").attr("id", t).attr("style", "width: 100%; height: 100%;").attr("sandbox", "");
|
|
522
549
|
}
|
|
523
|
-
e(
|
|
524
|
-
var
|
|
550
|
+
e(J, "sandboxedIframe");
|
|
551
|
+
var $t = /* @__PURE__ */ e((e, t, n, r) => {
|
|
525
552
|
e.getElementById(t)?.remove(), e.getElementById(n)?.remove(), e.getElementById(r)?.remove();
|
|
526
|
-
}, "removeExistingElements"),
|
|
527
|
-
|
|
528
|
-
let o =
|
|
553
|
+
}, "removeExistingElements"), en = /* @__PURE__ */ e(async function(n, i, a) {
|
|
554
|
+
U();
|
|
555
|
+
let o = K(i);
|
|
529
556
|
i = o.code;
|
|
530
|
-
let s =
|
|
531
|
-
t.debug(s), i.length > (s?.maxTextSize ??
|
|
532
|
-
let c =
|
|
533
|
-
let e =
|
|
557
|
+
let s = p();
|
|
558
|
+
t.debug(s), i.length > (s?.maxTextSize ?? jt) && (i = Mt);
|
|
559
|
+
let c = `#${n}`, l = "i" + n, u = "#" + l, d = "d" + n, f = "#" + d, m = /* @__PURE__ */ e(() => {
|
|
560
|
+
let e = T(g ? u : f).node();
|
|
534
561
|
e && "remove" in e && e.remove();
|
|
535
|
-
}, "removeTempElements"), h =
|
|
536
|
-
a === void 0 ? (
|
|
562
|
+
}, "removeTempElements"), h = T(document.body), g = s.securityLevel === Nt, _ = s.securityLevel === Pt, v = s.fontFamily;
|
|
563
|
+
a === void 0 ? ($t(document, n, d, l), g ? (h = T(J(T(document.body), l).nodes()[0].contentDocument.body), h.node().style.margin = "0") : h = T("body"), q(h, n, d)) : (a && (a.innerHTML = ""), g ? (h = T(J(T(a), l).nodes()[0].contentDocument.body), h.node().style.margin = "0") : h = T(a), q(h, n, d, `font-family: ${v}`, It));
|
|
537
564
|
let y, b;
|
|
538
565
|
try {
|
|
539
|
-
y = await
|
|
566
|
+
y = await W.fromText(i, { title: o.title });
|
|
540
567
|
} catch (e) {
|
|
541
568
|
if (s.suppressErrorRendering) throw m(), e;
|
|
542
|
-
y = await
|
|
569
|
+
y = await W.fromText("error"), b = e;
|
|
543
570
|
}
|
|
544
|
-
let te = h.select(
|
|
545
|
-
|
|
571
|
+
let te = h.select(f).node(), x = y.type, S = te.firstChild, ne = S.firstChild, re = y.renderer.getClasses?.(i, y), C = Xt(s, x, re, c), w = document.createElement("style");
|
|
572
|
+
w.innerHTML = C, S.insertBefore(w, ne);
|
|
546
573
|
try {
|
|
547
|
-
await y.renderer.draw(i, n, "11.
|
|
574
|
+
await y.renderer.draw(i, n, "11.15.0", y);
|
|
548
575
|
} catch (e) {
|
|
549
|
-
throw s.suppressErrorRendering ? m() :
|
|
576
|
+
throw s.suppressErrorRendering ? m() : Be.draw(i, n, "11.15.0"), e;
|
|
550
577
|
}
|
|
551
|
-
let ie = h.select(`${
|
|
552
|
-
|
|
553
|
-
let D = h.select(
|
|
554
|
-
if (t.debug("config.arrowMarkerAbsolute", s.arrowMarkerAbsolute), D =
|
|
555
|
-
let e = h.select(
|
|
556
|
-
D =
|
|
578
|
+
let ie = h.select(`${f} svg`), E = y.db.getAccTitle?.(), ae = y.db.getAccDescription?.();
|
|
579
|
+
rn(x, ie, E, ae), h.select(`[id="${n}"]`).selectAll("foreignobject > *").attr("xmlns", Lt);
|
|
580
|
+
let D = h.select(f).node().innerHTML;
|
|
581
|
+
if (t.debug("config.arrowMarkerAbsolute", s.arrowMarkerAbsolute), D = Zt(D, g, ee(s.arrowMarkerAbsolute)), g) {
|
|
582
|
+
let e = h.select(f + " svg").node();
|
|
583
|
+
D = Qt(D, e);
|
|
557
584
|
} else _ || (D = r.sanitize(D, {
|
|
558
|
-
ADD_TAGS:
|
|
559
|
-
ADD_ATTR:
|
|
585
|
+
ADD_TAGS: Wt,
|
|
586
|
+
ADD_ATTR: Gt,
|
|
560
587
|
HTML_INTEGRATION_POINTS: { foreignobject: !0 }
|
|
561
588
|
}));
|
|
562
|
-
if (
|
|
589
|
+
if (wt(), b) throw b;
|
|
563
590
|
return m(), {
|
|
564
591
|
diagramType: x,
|
|
565
592
|
svg: D,
|
|
566
593
|
bindFunctions: y.db.bindFunctions
|
|
567
594
|
};
|
|
568
595
|
}, "render");
|
|
569
|
-
function
|
|
596
|
+
function tn(e = {}) {
|
|
570
597
|
let t = o({}, e);
|
|
571
|
-
t?.fontFamily && !t.themeVariables?.fontFamily && (t.themeVariables ||= {}, t.themeVariables.fontFamily = t.fontFamily),
|
|
598
|
+
t?.fontFamily && !t.themeVariables?.fontFamily && (t.themeVariables ||= {}, t.themeVariables.fontFamily = t.fontFamily), x(t), t?.theme && t.theme in C ? t.themeVariables = C[t.theme].getThemeVariables(t.themeVariables) : t && (t.themeVariables = C.default.getThemeVariables(t.themeVariables)), n((typeof t == "object" ? ne(t) : _()).logLevel), U();
|
|
572
599
|
}
|
|
573
|
-
e(
|
|
574
|
-
var
|
|
575
|
-
let { code: n } =
|
|
576
|
-
return
|
|
600
|
+
e(tn, "initialize");
|
|
601
|
+
var nn = /* @__PURE__ */ e((e, t = {}) => {
|
|
602
|
+
let { code: n } = G(e);
|
|
603
|
+
return W.fromText(n, t);
|
|
577
604
|
}, "getDiagramFromText");
|
|
578
|
-
function
|
|
579
|
-
|
|
605
|
+
function rn(e, t, n, r) {
|
|
606
|
+
xt(t, e), St(t, n, r, t.attr("id"));
|
|
580
607
|
}
|
|
581
|
-
e(
|
|
582
|
-
var
|
|
583
|
-
render:
|
|
584
|
-
parse:
|
|
585
|
-
getDiagramFromText:
|
|
586
|
-
initialize:
|
|
587
|
-
getConfig:
|
|
588
|
-
setConfig:
|
|
589
|
-
getSiteConfig:
|
|
590
|
-
updateSiteConfig:
|
|
608
|
+
e(rn, "addA11yInfo");
|
|
609
|
+
var Y = Object.freeze({
|
|
610
|
+
render: en,
|
|
611
|
+
parse: Kt,
|
|
612
|
+
getDiagramFromText: nn,
|
|
613
|
+
initialize: tn,
|
|
614
|
+
getConfig: p,
|
|
615
|
+
setConfig: S,
|
|
616
|
+
getSiteConfig: _,
|
|
617
|
+
updateSiteConfig: w,
|
|
591
618
|
reset: /* @__PURE__ */ e(() => {
|
|
592
|
-
|
|
619
|
+
b();
|
|
593
620
|
}, "reset"),
|
|
594
621
|
globalReset: /* @__PURE__ */ e(() => {
|
|
595
|
-
|
|
622
|
+
b(l);
|
|
596
623
|
}, "globalReset"),
|
|
597
|
-
defaultConfig:
|
|
624
|
+
defaultConfig: l
|
|
598
625
|
});
|
|
599
|
-
n(
|
|
600
|
-
var
|
|
601
|
-
t.warn(e),
|
|
626
|
+
n(p().logLevel), b(p());
|
|
627
|
+
var an = /* @__PURE__ */ e((e, n, r) => {
|
|
628
|
+
t.warn(e), se(e) ? (r && r(e.str, e.hash), n.push({
|
|
602
629
|
...e,
|
|
603
630
|
message: e.str,
|
|
604
631
|
error: e
|
|
@@ -608,104 +635,104 @@ var Xt = /* @__PURE__ */ e((e, n, r) => {
|
|
|
608
635
|
hash: e.name,
|
|
609
636
|
error: e
|
|
610
637
|
}));
|
|
611
|
-
}, "handleError"),
|
|
638
|
+
}, "handleError"), on = /* @__PURE__ */ e(async function(e = { querySelector: ".mermaid" }) {
|
|
612
639
|
try {
|
|
613
|
-
await
|
|
640
|
+
await sn(e);
|
|
614
641
|
} catch (n) {
|
|
615
|
-
if (
|
|
642
|
+
if (se(n) && t.error(n.str), $.parseError && $.parseError(n), !e.suppressErrors) throw t.error("Use the suppressErrors option to suppress these errors"), n;
|
|
616
643
|
}
|
|
617
|
-
}, "run"),
|
|
618
|
-
let i =
|
|
644
|
+
}, "run"), sn = /* @__PURE__ */ e(async function({ postRenderCallback: e, querySelector: n, nodes: r } = { querySelector: ".mermaid" }) {
|
|
645
|
+
let i = Y.getConfig();
|
|
619
646
|
t.debug(`${e ? "" : "No "}Callback function found`);
|
|
620
647
|
let a;
|
|
621
648
|
if (r) a = r;
|
|
622
649
|
else if (n) a = document.querySelectorAll(n);
|
|
623
650
|
else throw Error("Nodes and querySelector are both undefined");
|
|
624
|
-
t.debug(`Found ${a.length} diagrams`), i?.startOnLoad !== void 0 && (t.debug("Start On Load: " + i?.startOnLoad),
|
|
651
|
+
t.debug(`Found ${a.length} diagrams`), i?.startOnLoad !== void 0 && (t.debug("Start On Load: " + i?.startOnLoad), Y.updateSiteConfig({ startOnLoad: i?.startOnLoad }));
|
|
625
652
|
let o = new O.InitIDGenerator(i.deterministicIds, i.deterministicIDSeed), s, c = [];
|
|
626
653
|
for (let n of Array.from(a)) {
|
|
627
654
|
if (t.info("Rendering diagram: " + n.id), n.getAttribute("data-processed")) continue;
|
|
628
655
|
n.setAttribute("data-processed", "true");
|
|
629
656
|
let r = `mermaid-${o.next()}`;
|
|
630
|
-
s = n.innerHTML, s =
|
|
657
|
+
s = n.innerHTML, s = le(O.entityDecode(s)).trim().replace(/<br\s*\/?>/gi, "<br/>");
|
|
631
658
|
let i = O.detectInit(s);
|
|
632
659
|
i && t.debug("Detected early reinit: ", i);
|
|
633
660
|
try {
|
|
634
|
-
let { svg: t, bindFunctions: i } = await
|
|
661
|
+
let { svg: t, bindFunctions: i } = await Q(r, s, n);
|
|
635
662
|
n.innerHTML = t, e && await e(r), i && i(n);
|
|
636
663
|
} catch (e) {
|
|
637
|
-
|
|
664
|
+
an(e, c, $.parseError);
|
|
638
665
|
}
|
|
639
666
|
}
|
|
640
667
|
if (c.length > 0) throw c[0];
|
|
641
|
-
}, "runThrowsErrors"),
|
|
642
|
-
|
|
643
|
-
}, "initialize"),
|
|
644
|
-
t.warn("mermaid.init is deprecated. Please use run instead."), e &&
|
|
668
|
+
}, "runThrowsErrors"), cn = /* @__PURE__ */ e(function(e) {
|
|
669
|
+
Y.initialize(e);
|
|
670
|
+
}, "initialize"), ln = /* @__PURE__ */ e(async function(e, n, r) {
|
|
671
|
+
t.warn("mermaid.init is deprecated. Please use run instead."), e && cn(e);
|
|
645
672
|
let i = {
|
|
646
673
|
postRenderCallback: r,
|
|
647
674
|
querySelector: ".mermaid"
|
|
648
675
|
};
|
|
649
|
-
typeof n == "string" ? i.querySelector = n : n && (n instanceof HTMLElement ? i.nodes = [n] : i.nodes = n), await
|
|
650
|
-
}, "init"),
|
|
651
|
-
|
|
652
|
-
}, "registerExternalDiagrams"),
|
|
676
|
+
typeof n == "string" ? i.querySelector = n : n && (n instanceof HTMLElement ? i.nodes = [n] : i.nodes = n), await on(i);
|
|
677
|
+
}, "init"), un = /* @__PURE__ */ e(async (e, { lazyLoad: t = !0 } = {}) => {
|
|
678
|
+
U(), y(...e), t === !1 && await yt();
|
|
679
|
+
}, "registerExternalDiagrams"), dn = /* @__PURE__ */ e(function() {
|
|
653
680
|
if ($.startOnLoad) {
|
|
654
|
-
let { startOnLoad: e } =
|
|
681
|
+
let { startOnLoad: e } = Y.getConfig();
|
|
655
682
|
e && $.run().catch((e) => t.error("Mermaid failed to initialize", e));
|
|
656
683
|
}
|
|
657
684
|
}, "contentLoaded");
|
|
658
|
-
typeof document < "u" && window.addEventListener("load",
|
|
659
|
-
var
|
|
685
|
+
typeof document < "u" && window.addEventListener("load", dn, !1);
|
|
686
|
+
var fn = /* @__PURE__ */ e(function(e) {
|
|
660
687
|
$.parseError = e;
|
|
661
|
-
}, "setParseErrorHandler"),
|
|
662
|
-
if (!
|
|
663
|
-
for (
|
|
664
|
-
let e =
|
|
688
|
+
}, "setParseErrorHandler"), X = [], Z = !1, pn = /* @__PURE__ */ e(async () => {
|
|
689
|
+
if (!Z) {
|
|
690
|
+
for (Z = !0; X.length > 0;) {
|
|
691
|
+
let e = X.shift();
|
|
665
692
|
if (e) try {
|
|
666
693
|
await e();
|
|
667
694
|
} catch (e) {
|
|
668
695
|
t.error("Error executing queue", e);
|
|
669
696
|
}
|
|
670
697
|
}
|
|
671
|
-
|
|
698
|
+
Z = !1;
|
|
672
699
|
}
|
|
673
|
-
}, "executeQueue"),
|
|
700
|
+
}, "executeQueue"), mn = /* @__PURE__ */ e(async (n, r) => new Promise((i, a) => {
|
|
674
701
|
let o = /* @__PURE__ */ e(() => new Promise((e, o) => {
|
|
675
|
-
|
|
702
|
+
Y.parse(n, r).then((t) => {
|
|
676
703
|
e(t), i(t);
|
|
677
704
|
}, (e) => {
|
|
678
705
|
t.error("Error parsing", e), $.parseError?.(e), o(e), a(e);
|
|
679
706
|
});
|
|
680
707
|
}), "performCall");
|
|
681
|
-
|
|
682
|
-
}), "parse"),
|
|
708
|
+
X.push(o), pn().catch(a);
|
|
709
|
+
}), "parse"), Q = /* @__PURE__ */ e((n, r, i) => new Promise((a, o) => {
|
|
683
710
|
let s = /* @__PURE__ */ e(() => new Promise((e, s) => {
|
|
684
|
-
|
|
711
|
+
Y.render(n, r, i).then((t) => {
|
|
685
712
|
e(t), a(t);
|
|
686
713
|
}, (e) => {
|
|
687
714
|
t.error("Error parsing", e), $.parseError?.(e), s(e), o(e);
|
|
688
715
|
});
|
|
689
716
|
}), "performCall");
|
|
690
|
-
|
|
717
|
+
X.push(s), pn().catch(o);
|
|
691
718
|
}), "render"), $ = {
|
|
692
719
|
startOnLoad: !0,
|
|
693
|
-
mermaidAPI:
|
|
694
|
-
parse:
|
|
695
|
-
render:
|
|
696
|
-
init:
|
|
697
|
-
run:
|
|
698
|
-
registerExternalDiagrams:
|
|
699
|
-
registerLayoutLoaders:
|
|
700
|
-
initialize:
|
|
720
|
+
mermaidAPI: Y,
|
|
721
|
+
parse: mn,
|
|
722
|
+
render: Q,
|
|
723
|
+
init: ln,
|
|
724
|
+
run: on,
|
|
725
|
+
registerExternalDiagrams: un,
|
|
726
|
+
registerLayoutLoaders: de,
|
|
727
|
+
initialize: cn,
|
|
701
728
|
parseError: void 0,
|
|
702
|
-
contentLoaded:
|
|
703
|
-
setParseErrorHandler:
|
|
704
|
-
detectType:
|
|
705
|
-
registerIconPacks:
|
|
706
|
-
getRegisteredDiagramsMetadata: /* @__PURE__ */ e(() => Object.keys(
|
|
707
|
-
},
|
|
729
|
+
contentLoaded: dn,
|
|
730
|
+
setParseErrorHandler: fn,
|
|
731
|
+
detectType: u,
|
|
732
|
+
registerIconPacks: ue,
|
|
733
|
+
getRegisteredDiagramsMetadata: /* @__PURE__ */ e(() => Object.keys(d).map((e) => ({ id: e })), "getRegisteredDiagramsMetadata")
|
|
734
|
+
}, hn = $;
|
|
708
735
|
//#endregion
|
|
709
|
-
export {
|
|
736
|
+
export { hn as default };
|
|
710
737
|
|
|
711
738
|
//# sourceMappingURL=mermaid.core.js.map
|