@changliu007/pi-web 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +33 -0
- package/.next/build-manifest.json +20 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +114 -0
- package/.next/react-loadable-manifest.json +2270 -0
- package/.next/required-server-files.js +345 -0
- package/.next/required-server-files.json +345 -0
- package/.next/routes-manifest.json +261 -0
- package/.next/server/app/_global-error/page.js +32 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +16 -0
- package/.next/server/app/_global-error.rsc +14 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page.js +2 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +17 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- package/.next/server/app/api/agent/[id]/events/route.js +3 -0
- package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/new/route.js +1 -0
- package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/running/events/route.js +3 -0
- package/.next/server/app/api/agent/running/events/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/running/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/all-providers/route.js +1 -0
- package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
- package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/providers/route.js +1 -0
- package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/validate/route.js +3 -0
- package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/default-cwd/route.js +3 -0
- package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
- package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/directories/list/route.js +3 -0
- package/.next/server/app/api/directories/list/route.js.nft.json +1 -0
- package/.next/server/app/api/directories/list/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/file-index/route.js +3 -0
- package/.next/server/app/api/file-index/route.js.nft.json +1 -0
- package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/files/[...path]/route.js +51 -0
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
- package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/home/route.js +1 -0
- package/.next/server/app/api/home/route.js.nft.json +1 -0
- package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/route.js +1 -0
- package/.next/server/app/api/models-config/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/test/route.js +1 -0
- package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plugins/route.js +1 -0
- package/.next/server/app/api/plugins/route.js.nft.json +1 -0
- package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/context/route.js +3 -0
- package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/export/route.js +56 -0
- package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/route.js +1 -0
- package/.next/server/app/api/sessions/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/install/route.js +1 -0
- package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/route.js +6 -0
- package/.next/server/app/api/skills/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/search/route.js +1 -0
- package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/route.js +3 -0
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
- package/.next/server/app/favicon.ico/route.js +1 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +14 -0
- package/.next/server/app/index.rsc +16 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/index.segments/_full.segment.rsc +16 -0
- package/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/server/app/index.segments/_index.segment.rsc +6 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +3 -0
- package/.next/server/app/page.js +76 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +33 -0
- package/.next/server/chunks/1030.js +1 -0
- package/.next/server/chunks/1048.js +1 -0
- package/.next/server/chunks/1198.js +5 -0
- package/.next/server/chunks/165.js +1 -0
- package/.next/server/chunks/1813.js +1 -0
- package/.next/server/chunks/2055.js +1 -0
- package/.next/server/chunks/2325.js +80 -0
- package/.next/server/chunks/2504.js +79 -0
- package/.next/server/chunks/258.js +1 -0
- package/.next/server/chunks/2778.js +1 -0
- package/.next/server/chunks/2943.js +1 -0
- package/.next/server/chunks/3000.js +4 -0
- package/.next/server/chunks/3052.js +1 -0
- package/.next/server/chunks/3054.js +148 -0
- package/.next/server/chunks/3181.js +1 -0
- package/.next/server/chunks/319.js +45 -0
- package/.next/server/chunks/3379.js +1 -0
- package/.next/server/chunks/3397.js +29 -0
- package/.next/server/chunks/358.js +19 -0
- package/.next/server/chunks/3672.js +1 -0
- package/.next/server/chunks/3818.js +1 -0
- package/.next/server/chunks/4120.js +148 -0
- package/.next/server/chunks/4266.js +1 -0
- package/.next/server/chunks/4365.js +43 -0
- package/.next/server/chunks/4407.js +23 -0
- package/.next/server/chunks/4616.js +1 -0
- package/.next/server/chunks/4741.js +18 -0
- package/.next/server/chunks/4768.js +80 -0
- package/.next/server/chunks/5409.js +1 -0
- package/.next/server/chunks/5414.js +1 -0
- package/.next/server/chunks/5460.js +255 -0
- package/.next/server/chunks/5737.js +24 -0
- package/.next/server/chunks/5773.js +104 -0
- package/.next/server/chunks/5985.js +24 -0
- package/.next/server/chunks/6073.js +64 -0
- package/.next/server/chunks/6346.js +1 -0
- package/.next/server/chunks/6900.js +90 -0
- package/.next/server/chunks/7058.js +166 -0
- package/.next/server/chunks/7162.js +287 -0
- package/.next/server/chunks/7287.js +141 -0
- package/.next/server/chunks/7307.js +1 -0
- package/.next/server/chunks/7601.js +3 -0
- package/.next/server/chunks/7702.js +93 -0
- package/.next/server/chunks/7960.js +1 -0
- package/.next/server/chunks/812.js +226 -0
- package/.next/server/chunks/8276.js +1 -0
- package/.next/server/chunks/8360.js +36 -0
- package/.next/server/chunks/8361.js +1 -0
- package/.next/server/chunks/8430.js +1 -0
- package/.next/server/chunks/8469.js +9 -0
- package/.next/server/chunks/8490.js +1 -0
- package/.next/server/chunks/8704.js +115 -0
- package/.next/server/chunks/9703.js +215 -0
- package/.next/server/chunks/9963.js +1 -0
- package/.next/server/functions-config-manifest.json +6 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/chunks/122.eef9274869d2a305.js +287 -0
- package/.next/static/chunks/1407.28a7fb037c2b2f35.js +43 -0
- package/.next/static/chunks/164.ab76942aa0c3ec72.js +1 -0
- package/.next/static/chunks/1744.78ed01e4e93054c1.js +93 -0
- package/.next/static/chunks/1812.9d1e5ae0d68e6c24.js +76 -0
- package/.next/static/chunks/1921.2c58179657f0a6da.js +90 -0
- package/.next/static/chunks/1966.b8f83f7ba376c962.js +1 -0
- package/.next/static/chunks/1978.260c2b48f817965f.js +1 -0
- package/.next/static/chunks/2082.1535d602444ae4c1.js +1 -0
- package/.next/static/chunks/288.d969aeba2ab92928.js +1 -0
- package/.next/static/chunks/318.3fee3527eeabc956.js +4 -0
- package/.next/static/chunks/330.f851561e21edfbbb.js +19 -0
- package/.next/static/chunks/348d3b01.d472dd6bc52ab90c.js +148 -0
- package/.next/static/chunks/3762.d5c709991fc322ef.js +148 -0
- package/.next/static/chunks/3794-e569667691edc8f7.js +32 -0
- package/.next/static/chunks/3899.3f761f7e3a944e8c.js +1 -0
- package/.next/static/chunks/3916.0ba385e8bbb9cc14.js +1 -0
- package/.next/static/chunks/4021.cdd3c8f1def79a10.js +1 -0
- package/.next/static/chunks/4178.0212bbaaa6124460.js +115 -0
- package/.next/static/chunks/4389.18c637d4861a0624.js +215 -0
- package/.next/static/chunks/4784-3a415c7ce1a2a0c6.js +1 -0
- package/.next/static/chunks/4823.276e9524d3742f1c.js +141 -0
- package/.next/static/chunks/4829.cf1d50e43e6d9db5.js +1 -0
- package/.next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
- package/.next/static/chunks/5019.b5a1a2b8daf17525.js +1 -0
- package/.next/static/chunks/5326.69460442bdcd6cd3.js +1 -0
- package/.next/static/chunks/5336.d3fa82872c826f30.js +79 -0
- package/.next/static/chunks/5590.ef62922166d308b4.js +1 -0
- package/.next/static/chunks/5627.62050808924cacee.js +23 -0
- package/.next/static/chunks/5690.9d6eb1edb1399995.js +1 -0
- package/.next/static/chunks/58bb9007.3ddd5d34c5f548be.js +80 -0
- package/.next/static/chunks/6071.e9deb627fefd3a20.js +104 -0
- package/.next/static/chunks/6600.583c88eef37aa524.js +1 -0
- package/.next/static/chunks/6710.5b0cfa12a8f68eb9.js +36 -0
- package/.next/static/chunks/744.e67714b764b7bed0.js +166 -0
- package/.next/static/chunks/7478.c2572eb272c8f7ac.js +80 -0
- package/.next/static/chunks/75.70c23d2729f4ae2c.js +9 -0
- package/.next/static/chunks/7563.d8fbeed6a250a962.js +64 -0
- package/.next/static/chunks/7704.a79a089b1c6a8099.js +5 -0
- package/.next/static/chunks/7874.8db6929b94cdf697.js +1 -0
- package/.next/static/chunks/7948.aca281219bad1ab4.js +1 -0
- package/.next/static/chunks/8538.9462238529bbdc80.js +226 -0
- package/.next/static/chunks/8568.f85d8b36fc9a9037.js +1 -0
- package/.next/static/chunks/8603.7619d9ceac35ae03.js +1 -0
- package/.next/static/chunks/8783.8586d8ca9ef1dce8.js +24 -0
- package/.next/static/chunks/8863.bd7e87f75e046db5.js +1 -0
- package/.next/static/chunks/8889.1ed3f1aa3ac49dd9.js +29 -0
- package/.next/static/chunks/895.a198d303969f1c01.js +24 -0
- package/.next/static/chunks/90542734.b75ad0df50bf68f5.js +1 -0
- package/.next/static/chunks/9242.a1894a4c754b979d.js +1 -0
- package/.next/static/chunks/9471.a7e240888c3a75bc.js +1 -0
- package/.next/static/chunks/9500.1488aec06ee78127.js +1 -0
- package/.next/static/chunks/9529.438891449b77abc7.js +1 -0
- package/.next/static/chunks/9633.155548b5fca6e580.js +1 -0
- package/.next/static/chunks/9779.673004a62d70e36a.js +1 -0
- package/.next/static/chunks/app/_global-error/page-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/_not-found/page-4129fc0773eb2a79.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/directories/list/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/home/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/models/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/skills/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/app/layout-e01bf47927e03418.js +1 -0
- package/.next/static/chunks/app/page-dacc908aa65c55c1.js +75 -0
- package/.next/static/chunks/c9a5f755.309e1bea31640a4c.js +119 -0
- package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
- package/.next/static/chunks/f2098590.3d4ddddc296bb3a1.js +62 -0
- package/.next/static/chunks/framework-711ef29bc66f648c.js +1 -0
- package/.next/static/chunks/main-app-c591a2fe7a2f48a1.js +1 -0
- package/.next/static/chunks/main-fd40701e10f417d9.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-82c1d2ddfc0ee2bf.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-6c6d0771675e402f.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-00559159379c45d2.js +1 -0
- package/.next/static/css/88714c00e109ce28.css +1 -0
- package/.next/static/css/b5f3d619b27f5372.css +1 -0
- package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
- package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
- package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
- package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
- package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
- package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
- package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
- package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
- package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
- package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
- package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
- package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
- package/.next/static/wlKjHohxndI39oHSsHTlI/_buildManifest.js +1 -0
- package/.next/static/wlKjHohxndI39oHSsHTlI/_ssgManifest.js +1 -0
- package/.next/trace +73 -0
- package/.next/trace-build +1 -0
- package/.next/types/app/api/agent/[id]/events/route.ts +351 -0
- package/.next/types/app/api/agent/[id]/route.ts +351 -0
- package/.next/types/app/api/agent/new/route.ts +351 -0
- package/.next/types/app/api/agent/running/events/route.ts +351 -0
- package/.next/types/app/api/auth/all-providers/route.ts +351 -0
- package/.next/types/app/api/auth/api-key/[provider]/route.ts +351 -0
- package/.next/types/app/api/auth/login/[provider]/route.ts +351 -0
- package/.next/types/app/api/auth/logout/[provider]/route.ts +351 -0
- package/.next/types/app/api/auth/providers/route.ts +351 -0
- package/.next/types/app/api/cwd/validate/route.ts +351 -0
- package/.next/types/app/api/default-cwd/route.ts +351 -0
- package/.next/types/app/api/directories/list/route.ts +351 -0
- package/.next/types/app/api/file-index/route.ts +351 -0
- package/.next/types/app/api/files/[...path]/route.ts +351 -0
- package/.next/types/app/api/home/route.ts +351 -0
- package/.next/types/app/api/models/route.ts +351 -0
- package/.next/types/app/api/models-config/route.ts +351 -0
- package/.next/types/app/api/models-config/test/route.ts +351 -0
- package/.next/types/app/api/plugins/route.ts +351 -0
- package/.next/types/app/api/sessions/[id]/context/route.ts +351 -0
- package/.next/types/app/api/sessions/[id]/export/route.ts +351 -0
- package/.next/types/app/api/sessions/[id]/route.ts +351 -0
- package/.next/types/app/api/sessions/route.ts +351 -0
- package/.next/types/app/api/skills/install/route.ts +351 -0
- package/.next/types/app/api/skills/route.ts +351 -0
- package/.next/types/app/api/skills/search/route.ts +351 -0
- package/.next/types/app/api/worktrees/route.ts +351 -0
- package/.next/types/app/layout.ts +87 -0
- package/.next/types/app/page.ts +87 -0
- package/.next/types/cache-life.d.ts +145 -0
- package/.next/types/package.json +1 -0
- package/.next/types/routes.d.ts +99 -0
- package/.next/types/validator.ts +313 -0
- package/LICENSE +21 -0
- package/README.md +116 -0
- package/README.zh-CN.md +112 -0
- package/bin/pi-web.js +83 -0
- package/next.config.ts +31 -0
- package/package.json +64 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3716],{38724:(t,e,a)=>{a.d(e,{DA:()=>$,IU:()=>B,U:()=>K,U7:()=>ey,U_:()=>eu,Zk:()=>c,aP:()=>ed,gh:()=>ef,lC:()=>y,on:()=>eg});var l=a(39019),i=a(39162),r=a(32543),n=a(34538),s=a(64755),h=a(32165),o=a(33948),d=a(94529),c=(0,h.K2)(async(t,e,a)=>{let i,h=e.useHtmlLabels||(0,s._3)((0,s.D7)()?.htmlLabels),d=t.insert("g").attr("class",a||"node default").attr("id",e.domId||e.id),c=d.insert("g").attr("class","label").attr("style",(0,n.KL)(e.labelStyle));i=void 0===e.label?"":"string"==typeof e.label?e.label:e.label[0];let g=!!e.icon||!!e.img,y="markdown"===e.labelType,f=await (0,r.GZ)(c,(0,s.jZ)((0,n.Sm)(i),(0,s.D7)()),{useHtmlLabels:h,width:e.width||(0,s.D7)().flowchart?.wrappingWidth,classes:y?"markdown-node-label":"",style:e.labelStyle,addSvgBackground:g,markdown:y},(0,s.D7)()),u=f.getBBox(),w=(e?.padding??0)/2;if(h){let t=f.children[0],e=(0,o.Ltv)(f);await (0,l.X)(t,i),u=t.getBoundingClientRect(),e.attr("width",u.width),e.attr("height",u.height)}return h?c.attr("transform","translate("+-u.width/2+", "+-u.height/2+")"):c.attr("transform","translate(0, "+-u.height/2+")"),e.centerLabel&&c.attr("transform","translate("+-u.width/2+", "+-u.height/2+")"),c.insert("rect",":first-child"),{shapeSvg:d,bbox:u,halfPadding:w,label:c}},"labelHelper"),g=(0,h.K2)(async(t,e,a)=>{let l=a.useHtmlLabels??(0,s.E)((0,s.D7)()),i=t.insert("g").attr("class","label").attr("style",a.labelStyle||""),h=await (0,r.GZ)(i,(0,s.jZ)((0,n.Sm)(e),(0,s.D7)()),{useHtmlLabels:l,width:a.width||(0,s.D7)()?.flowchart?.wrappingWidth,style:a.labelStyle,addSvgBackground:!!a.icon||!!a.img}),d=h.getBBox(),c=a.padding/2;if((0,s.E)((0,s.D7)())){let t=h.children[0],e=(0,o.Ltv)(h);d=t.getBoundingClientRect(),e.attr("width",d.width),e.attr("height",d.height)}return l?i.attr("transform","translate("+-d.width/2+", "+-d.height/2+")"):i.attr("transform","translate(0, "+-d.height/2+")"),a.centerLabel&&i.attr("transform","translate("+-d.width/2+", "+-d.height/2+")"),i.insert("rect",":first-child"),{shapeSvg:t,bbox:d,halfPadding:c,label:i}},"insertLabel"),y=(0,h.K2)((t,e)=>{let a=e.node().getBBox();t.width=a.width,t.height=a.height},"updateNodeBounds"),f=(0,h.K2)((t,e)=>("handDrawn"===t.look?"rough-node":"node")+" "+t.cssClasses+" "+(e||""),"getNodeClasses");function u(t){let e=t.map((t,e)=>`${0===e?"M":"L"}${t.x},${t.y}`);return e.push("Z"),e.join(" ")}function w(t,e,a,l,i,r){let n=[],s=a-t,h=2*Math.PI/(s/r),o=e+(l-e)/2;for(let e=0;e<=50;e++){let a=t+e/50*s,l=o+i*Math.sin(h*(a-t));n.push({x:a,y:l})}return n}function p(t,e,a,l,i,r){let n=[],s=i*Math.PI/180,h=(r*Math.PI/180-s)/(l-1);for(let i=0;i<l;i++){let l=s+i*h,r=t+a*Math.cos(l),o=e+a*Math.sin(l);n.push({x:-r,y:-o})}return n}function m(t){let e=Array.from(t.childNodes).filter(t=>"path"===t.tagName),a=document.createElementNS("http://www.w3.org/2000/svg","path"),l=e.map(t=>t.getAttribute("d")).filter(t=>null!==t).join(" ");a.setAttribute("d",l);let i=e.find(t=>"none"!==t.getAttribute("fill")),r=e.find(t=>"none"!==t.getAttribute("stroke")),n=(0,h.K2)((t,e)=>t?.getAttribute(e)??void 0,"getAttr");i&&Object.entries({fill:n(i,"fill"),"fill-opacity":n(i,"fill-opacity")??"1"}).forEach(([t,e])=>{e&&a.setAttribute(t,e)}),r&&Object.entries({stroke:n(r,"stroke"),"stroke-width":n(r,"stroke-width")??"1","stroke-opacity":n(r,"stroke-opacity")??"1"}).forEach(([t,e])=>{e&&a.setAttribute(t,e)});let s=document.createElementNS("http://www.w3.org/2000/svg","g");return s.appendChild(a),s}(0,h.K2)(u,"createPathFromPoints"),(0,h.K2)(w,"generateFullSineWavePoints"),(0,h.K2)(p,"generateCirclePoints"),(0,h.K2)(m,"mergePaths");var x=(0,h.K2)((t,e)=>{var a,l,i=t.x,r=t.y,n=e.x-i,s=e.y-r,h=t.width/2,o=t.height/2;return Math.abs(s)*h>Math.abs(n)*o?(s<0&&(o=-o),a=0===s?0:o*n/s,l=o):(n<0&&(h=-h),a=h,l=0===n?0:h*s/n),{x:i+a,y:r+l}},"intersectRect"),$=(0,h.K2)(async(t,e,a,l=!1,i=!1)=>{let n=e||"";"object"==typeof n&&(n=n[0]);let h=(0,s.D7)(),o=(0,s.E)(h);return await (0,r.GZ)(t,n,{style:a,isTitle:l,useHtmlLabels:o,markdown:!1,isNode:i,width:1/0},h)},"createLabel"),b=(0,h.K2)((t,e,a,l,i)=>["M",t+i,e,"H",t+a-i,"A",i,i,"0 0 1",t+a,e+i,"V",e+l-i,"A",i,i,"0 0 1",t+a-i,e+l,"H",t+i,"A",i,i,"0 0 1",t,e+l-i,"V",e+i,"A",i,i,"0 0 1",t+i,e,"Z"].join(" "),"createRoundedRectPathD"),k=(0,h.K2)(async(t,e)=>{let a,n;h.Rm.info("Creating subgraph rect for ",e.id,e);let c=(0,s.D7)(),{themeVariables:g,handDrawnSeed:y}=c,{clusterBkg:f,clusterBorder:u}=g,{labelStyles:w,nodeStyles:p,borderStyles:m,backgroundStyles:k}=(0,i.GX)(e),D=t.insert("g").attr("class","cluster "+e.cssClasses).attr("id",e.domId).attr("data-look",e.look),M=(0,s.E)(c),S=D.insert("g").attr("class","cluster-label "),A=(a="markdown"===e.labelType?await (0,r.GZ)(S,e.label,{style:e.labelStyle,useHtmlLabels:M,isNode:!0,width:e.width}):await $(S,e.label,e.labelStyle||"",!1,!0)).getBBox();if((0,s.E)(c)){let t=a.children[0],e=(0,o.Ltv)(a);A=t.getBoundingClientRect(),e.attr("width",A.width),e.attr("height",A.height)}let v=e.width<=A.width+e.padding?A.width+e.padding:e.width;e.width<=A.width+e.padding?e.diff=(v-e.width)/2-e.padding:e.diff=-e.padding;let K=e.height,B=e.x-v/2,C=e.y-K/2;if(h.Rm.trace("Data ",e,JSON.stringify(e)),"handDrawn"===e.look){let t=d.A.svg(D),a=(0,i.Fr)(e,{roughness:.7,fill:f,stroke:u,fillWeight:3,seed:y}),l=t.path(b(B,C,v,K,0),a);(n=D.insert(()=>(h.Rm.debug("Rough node insert CXC",l),l),":first-child")).select("path:nth-child(2)").attr("style",m.join(";")),n.select("path").attr("style",k.join(";").replace("fill","stroke"))}else(n=D.insert("rect",":first-child")).attr("style",p).attr("rx",e.rx).attr("ry",e.ry).attr("x",B).attr("y",C).attr("width",v).attr("height",K);let{subGraphTitleTopMargin:N}=(0,l.O)(c);if(S.attr("transform",`translate(${e.x-A.width/2}, ${e.y-e.height/2+N})`),w){let t=S.select("span");t&&t.attr("style",w)}let R=n.node().getBBox();return e.offsetX=0,e.width=R.width,e.height=R.height,e.offsetY=A.height-e.padding/2,e.intersect=function(t){return x(e,t)},{cluster:D,labelBBox:A}},"rect"),D=(0,h.K2)((t,e)=>{let a=t.insert("g").attr("class","note-cluster").attr("id",e.domId),l=a.insert("rect",":first-child"),i=0*e.padding,r=i/2;l.attr("rx",e.rx).attr("ry",e.ry).attr("x",e.x-e.width/2-r).attr("y",e.y-e.height/2-r).attr("width",e.width+i).attr("height",e.height+i).attr("fill","none");let n=l.node().getBBox();return e.width=n.width,e.height=n.height,e.intersect=function(t){return x(e,t)},{cluster:a,labelBBox:{width:0,height:0}}},"noteGroup"),M=(0,h.K2)(async(t,e)=>{let a,l=(0,s.D7)(),{themeVariables:i,handDrawnSeed:r}=l,{altBackground:n,compositeBackground:h,compositeTitleBackground:c,nodeBorder:g}=i,y=t.insert("g").attr("class",e.cssClasses).attr("id",e.domId).attr("data-id",e.id).attr("data-look",e.look),f=y.insert("g",":first-child"),u=y.insert("g").attr("class","cluster-label"),w=y.append("rect"),p=await $(u,e.label,e.labelStyle,void 0,!0),m=p.getBBox();if((0,s.E)(l)){let t=p.children[0],e=(0,o.Ltv)(p);m=t.getBoundingClientRect(),e.attr("width",m.width),e.attr("height",m.height)}let k=0*e.padding,D=(e.width<=m.width+e.padding?m.width+e.padding:e.width)+k;e.width<=m.width+e.padding?e.diff=(D-e.width)/2-e.padding:e.diff=-e.padding;let M=e.height+k,S=e.height+k-m.height-6,A=e.x-D/2,v=e.y-M/2;e.width=D;let K=e.y-e.height/2-k/2+m.height+2;if("handDrawn"===e.look){let t=e.cssClasses.includes("statediagram-cluster-alt"),l=d.A.svg(y),i=e.rx||e.ry?l.path(b(A,v,D,M,10),{roughness:.7,fill:c,fillStyle:"solid",stroke:g,seed:r}):l.rectangle(A,v,D,M,{seed:r});a=y.insert(()=>i,":first-child");let s=l.rectangle(A,K,D,S,{fill:t?n:h,fillStyle:t?"hachure":"solid",stroke:g,seed:r});a=y.insert(()=>i,":first-child"),w=y.insert(()=>s)}else(a=f.insert("rect",":first-child")).attr("class","outer").attr("x",A).attr("y",v).attr("width",D).attr("height",M).attr("data-look",e.look),w.attr("class","inner").attr("x",A).attr("y",K).attr("width",D).attr("height",S);return u.attr("transform",`translate(${e.x-m.width/2}, ${v+1-3*!(0,s.E)(l)})`),e.height=a.node().getBBox().height,e.offsetX=0,e.offsetY=m.height-e.padding/2,e.labelBBox=m,e.intersect=function(t){return x(e,t)},{cluster:y,labelBBox:m}},"roundedWithTitle"),S=(0,h.K2)(async(t,e)=>{let a;h.Rm.info("Creating subgraph rect for ",e.id,e);let n=(0,s.D7)(),{themeVariables:c,handDrawnSeed:g}=n,{clusterBkg:y,clusterBorder:f}=c,{labelStyles:u,nodeStyles:w,borderStyles:p,backgroundStyles:m}=(0,i.GX)(e),$=t.insert("g").attr("class","cluster "+e.cssClasses).attr("id",e.domId).attr("data-look",e.look),k=(0,s.E)(n),D=$.insert("g").attr("class","cluster-label "),M=await (0,r.GZ)(D,e.label,{style:e.labelStyle,useHtmlLabels:k,isNode:!0,width:e.width}),S=M.getBBox();if((0,s.E)(n)){let t=M.children[0],e=(0,o.Ltv)(M);S=t.getBoundingClientRect(),e.attr("width",S.width),e.attr("height",S.height)}let A=e.width<=S.width+e.padding?S.width+e.padding:e.width;e.width<=S.width+e.padding?e.diff=(A-e.width)/2-e.padding:e.diff=-e.padding;let v=e.height,K=e.x-A/2,B=e.y-v/2;if(h.Rm.trace("Data ",e,JSON.stringify(e)),"handDrawn"===e.look){let t=d.A.svg($),l=(0,i.Fr)(e,{roughness:.7,fill:y,stroke:f,fillWeight:4,seed:g}),r=t.path(b(K,B,A,v,e.rx),l);(a=$.insert(()=>(h.Rm.debug("Rough node insert CXC",r),r),":first-child")).select("path:nth-child(2)").attr("style",p.join(";")),a.select("path").attr("style",m.join(";").replace("fill","stroke"))}else(a=$.insert("rect",":first-child")).attr("style",w).attr("rx",e.rx).attr("ry",e.ry).attr("x",K).attr("y",B).attr("width",A).attr("height",v);let{subGraphTitleTopMargin:C}=(0,l.O)(n);if(D.attr("transform",`translate(${e.x-S.width/2}, ${e.y-e.height/2+C})`),u){let t=D.select("span");t&&t.attr("style",u)}let N=a.node().getBBox();return e.offsetX=0,e.width=N.width,e.height=N.height,e.offsetY=S.height-e.padding/2,e.intersect=function(t){return x(e,t)},{cluster:$,labelBBox:S}},"kanbanSection"),A={rect:k,squareRect:k,roundedWithTitle:M,noteGroup:D,divider:(0,h.K2)((t,e)=>{let a,{themeVariables:l,handDrawnSeed:i}=(0,s.D7)(),{nodeBorder:r}=l,n=t.insert("g").attr("class",e.cssClasses).attr("id",e.domId).attr("data-look",e.look),h=n.insert("g",":first-child"),o=0*e.padding,c=e.width+o;e.diff=-e.padding;let g=e.height+o,y=e.x-c/2,f=e.y-g/2;if(e.width=c,"handDrawn"===e.look){let t=d.A.svg(n).rectangle(y,f,c,g,{fill:"lightgrey",roughness:.5,strokeLineDash:[5],stroke:r,seed:i});a=n.insert(()=>t,":first-child")}else{a=h.insert("rect",":first-child");let t="outer";e.look,t="divider",a.attr("class",t).attr("x",y).attr("y",f).attr("width",c).attr("height",g).attr("data-look",e.look)}return e.height=a.node().getBBox().height,e.offsetX=0,e.offsetY=0,e.intersect=function(t){return x(e,t)},{cluster:n,labelBBox:{}}},"divider"),kanbanSection:S},v=new Map,K=(0,h.K2)(async(t,e)=>{let a=e.shape||"rect",l=await A[a](t,e);return v.set(e.id,l),l},"insertCluster"),B=(0,h.K2)(()=>{v=new Map},"clear");function C(t,e,a,l){var i=t.x,r=t.y,n=i-l.x,s=r-l.y,h=Math.sqrt(e*e*s*s+a*a*n*n),o=Math.abs(e*a*n/h);l.x<i&&(o=-o);var d=Math.abs(e*a*s/h);return l.y<r&&(d=-d),{x:i+o,y:r+d}}function N(t,e,a){return C(t,e,e,a)}function R(t,e,a,l){{let i=e.y-t.y,r=t.x-e.x,n=e.x*t.y-t.x*e.y,s=i*a.x+r*a.y+n,h=i*l.x+r*l.y+n;if(0!==s&&0!==h&&L(s,h))return;let o=l.y-a.y,d=a.x-l.x,c=l.x*a.y-a.x*l.y,g=o*t.x+d*t.y+c,y=o*e.x+d*e.y+c;if(1e-6>Math.abs(g)&&1e-6>Math.abs(y)&&L(g,y))return;let f=i*d-o*r;if(0===f)return;let u=Math.abs(f/2),w=r*c-d*n;return{x:w<0?(w-u)/f:(w+u)/f,y:(w=o*n-i*c)<0?(w-u)/f:(w+u)/f}}}function L(t,e){return t*e>0}function F(t,e,a){let l=t.x,i=t.y,r=[],n=1/0,s=1/0;"function"==typeof e.forEach?e.forEach(function(t){n=Math.min(n,t.x),s=Math.min(s,t.y)}):(n=Math.min(n,e.x),s=Math.min(s,e.y));let h=l-t.width/2-n,o=i-t.height/2-s;for(let l=0;l<e.length;l++){let i=e[l],n=e[l<e.length-1?l+1:0],s=R(t,a,{x:h+i.x,y:o+i.y},{x:h+n.x,y:o+n.y});s&&r.push(s)}return r.length?(r.length>1&&r.sort(function(t,e){let l=t.x-a.x,i=t.y-a.y,r=Math.sqrt(l*l+i*i),n=e.x-a.x,s=e.y-a.y,h=Math.sqrt(n*n+s*s);return r<h?-1:+(r!==h)}),r[0]):t}(0,h.K2)(function(t,e){return t.intersect(e)},"intersectNode"),(0,h.K2)(C,"intersectEllipse"),(0,h.K2)(N,"intersectCircle"),(0,h.K2)(R,"intersectLine"),(0,h.K2)(L,"sameSign"),(0,h.K2)(F,"intersectPolygon");function P(t,e){let{labelStyles:a}=(0,i.GX)(e);e.labelStyle=a;let l=f(e),r=l;l||(r="anchor");let s=t.insert("g").attr("class",r).attr("id",e.domId||e.id),{cssStyles:o}=e,c=d.A.svg(s),g=(0,i.Fr)(e,{fill:"black",stroke:"none",fillStyle:"solid"});"handDrawn"!==e.look&&(g.roughness=0);let u=c.circle(0,0,2,g),w=s.insert(()=>u,":first-child");return w.attr("class","anchor").attr("style",(0,n.KL)(o)),y(e,w),e.intersect=function(t){return h.Rm.info("Circle intersect",e,1,t),N(e,1,t)},s}function X(t,e,a,l,i,r,n){let s=Math.atan2(l-e,a-t),h=Math.sqrt(((a-t)/2/i)**2+((l-e)/2/r)**2);if(h>1)throw Error("The given radii are too small to create an arc between the points.");let o=Math.sqrt(1-h**2),d=(t+a)/2+o*r*Math.sin(s)*(n?-1:1),c=(e+l)/2-o*i*Math.cos(s)*(n?-1:1),g=Math.atan2((e-c)/r,(t-d)/i),y=Math.atan2((l-c)/r,(a-d)/i)-g;n&&y<0&&(y+=2*Math.PI),!n&&y>0&&(y-=2*Math.PI);let f=[];for(let t=0;t<20;t++){let e=g+t/19*y,a=d+i*Math.cos(e),l=c+r*Math.sin(e);f.push({x:a,y:l})}return f}function G(t,e,a){let[l,i]=[e,a].sort((t,e)=>e-t);return i*(1-Math.sqrt(1-(t/l/2)**2))}async function I(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r,o=(0,h.K2)(t=>t+s,"calcTotalHeight"),g=(0,h.K2)(t=>{let e=t/2;return[e/(2.5+t/50),e]},"calcEllipseRadius"),{shapeSvg:w,bbox:p}=await c(t,e,f(e)),m=o(e?.height?e?.height:p.height),[x,$]=g(m),b=G(m,x,$),k=(e?.width?e?.width:p.width)+2*n+b-b,{cssStyles:D}=e,M=[{x:k/2,y:-m/2},{x:-k/2,y:-m/2},...X(-k/2,-m/2,-k/2,m/2,x,$,!1),{x:k/2,y:m/2},...X(k/2,m/2,k/2,-m/2,x,$,!0)],S=d.A.svg(w),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid");let v=u(M),K=S.path(v,A),B=w.insert(()=>K,":first-child");return B.attr("class","basic label-container outer-path"),D&&"handDrawn"!==e.look&&B.selectAll("path").attr("style",D),l&&"handDrawn"!==e.look&&B.selectAll("path").attr("style",l),B.attr("transform",`translate(${x/2}, 0)`),y(e,B),e.intersect=function(t){return F(e,M,t)},w}function E(t,e,a,l){return t.insert("polygon",":first-child").attr("points",l.map(function(t){return t.x+","+t.y}).join(" ")).attr("class","label-container").attr("transform","translate("+-e/2+","+a/2+")")}async function T(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n=e.padding??0,s="neo"===e.look?28:n,h="neo"===e.look?24:n,{shapeSvg:o,bbox:g}=await c(t,e,f(e)),w=(e?.width??g.width)+("neo"===e.look?2*s:s+12),p=(e?.height??g.height)+("neo"===e.look?2*h:h),m=-p,x=[{x:12,y:m},{x:w,y:m},{x:w,y:0},{x:0,y:0},{x:0,y:m+12},{x:12,y:m}],{cssStyles:$}=e;if("handDrawn"===e.look){let t=d.A.svg(o),l=(0,i.Fr)(e,{}),r=u(x),n=t.path(r,l);a=o.insert(()=>n,":first-child").attr("transform",`translate(${-w/2}, ${p/2})`),$&&a.attr("style",$)}else a=E(o,w,p,x);return r&&a.attr("style",r),y(e,a),e.intersect=function(t){return F(e,x,t)},o}function W(t,e){let{nodeStyles:a}=(0,i.GX)(e);e.label="";let l=t.insert("g").attr("class",f(e)).attr("id",e.domId??e.id),{cssStyles:r}=e,n=Math.max(28,e.width??0),s=[{x:0,y:n/2},{x:n/2,y:0},{x:0,y:-n/2},{x:-n/2,y:0}],h=d.A.svg(l),o=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(o.roughness=0,o.fillStyle="solid");let c=u(s),g=h.path(c,o),y=l.insert(()=>g,":first-child");return r&&"handDrawn"!==e.look&&y.selectAll("path").attr("style",r),a&&"handDrawn"!==e.look&&y.selectAll("path").attr("style",a),e.width=28,e.height=28,e.intersect=function(t){return F(e,s,t)},l}async function H(t,e,a){let l,{labelStyles:r,nodeStyles:s}=(0,i.GX)(e);e.labelStyle=r;let{shapeSvg:o,bbox:g,halfPadding:u}=await c(t,e,f(e)),w=a?.padding??u,p="neo"===e.look?g.width/2+32:g.width/2+w,{cssStyles:m}=e;if("handDrawn"===e.look){let t=d.A.svg(o),a=(0,i.Fr)(e,{}),r=t.circle(0,0,2*p,a);(l=o.insert(()=>r,":first-child")).attr("class","basic label-container").attr("style",(0,n.KL)(m))}else l=o.insert("circle",":first-child").attr("class","basic label-container").attr("style",s).attr("r",p).attr("cx",0).attr("cy",0);return y(e,l),e.calcIntersect=function(t,e){let a=t.width/2;return N(t,a,e)},e.intersect=function(t){return h.Rm.info("Circle intersect",e,p,t),N(e,p,t)},o}function j(t){let e=Math.cos(Math.PI/4),a=Math.sin(Math.PI/4),l=2*t,i={x:l/2*e,y:l/2*a},r={x:-(l/2)*e,y:l/2*a},n={x:-(l/2)*e,y:-(l/2)*a},s={x:l/2*e,y:-(l/2)*a};return`M ${r.x},${r.y} L ${s.x},${s.y}
|
|
2
|
+
M ${i.x},${i.y} L ${n.x},${n.y}`}function q(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a,e.label="";let r=t.insert("g").attr("class",f(e)).attr("id",e.domId??e.id),n=Math.max(30,e?.width??0),{cssStyles:s}=e,o=d.A.svg(r),c=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(c.roughness=0,c.fillStyle="solid");let g=o.circle(0,0,2*n,c),u=j(n),w=o.path(u,c),p=r.insert(()=>g,":first-child");return p.insert(()=>w),p.attr("class","outer-path"),s&&"handDrawn"!==e.look&&p.selectAll("path").attr("style",s),l&&"handDrawn"!==e.look&&p.selectAll("path").attr("style",l),y(e,p),e.intersect=function(t){return h.Rm.info("crossedCircle intersect",e,{radius:n,point:t}),N(e,n,t)},r}function _(t,e,a,l=100,i=0,r=180){let n=[],s=i*Math.PI/180,h=(r*Math.PI/180-s)/(l-1);for(let i=0;i<l;i++){let l=s+i*h,r=t+a*Math.cos(l),o=e+a*Math.sin(l);n.push({x:-r,y:-o})}return n}async function z(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,label:s}=await c(t,e,f(e)),h="neo"===e.look?18:e.padding??0,o="neo"===e.look?12:e.padding??0,g=n.width+h,w=n.height+o,p=Math.max(5,.1*w),{cssStyles:m}=e,x=[..._(g/2,-w/2,p,30,-90,0),{x:-g/2-p,y:p},..._(g/2+2*p,-p,p,20,-180,-270),..._(g/2+2*p,p,p,20,-90,-180),{x:-g/2-p,y:-w/2},..._(g/2,w/2,p,20,0,90)],$=[{x:g/2,y:-w/2-p},{x:-g/2,y:-w/2-p},..._(g/2,-w/2,p,20,-90,0),{x:-g/2-p,y:-p},..._(g/2+.1*g,-p,p,20,-180,-270),..._(g/2+.1*g,p,p,20,-90,-180),{x:-g/2-p,y:w/2},..._(g/2,w/2,p,20,0,90),{x:-g/2,y:w/2+p},{x:g/2,y:w/2+p}],b=d.A.svg(r),k=(0,i.Fr)(e,{fill:"none"});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=u(x).replace("Z",""),M=b.path(D,k),S=u($),A=b.path(S,{...k}),v=r.insert("g",":first-child");return v.insert(()=>A,":first-child").attr("stroke-opacity",0),v.insert(()=>M,":first-child"),v.attr("class","text"),m&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",m),l&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",l),v.attr("transform",`translate(${p}, 0)`),s.attr("transform",`translate(${-g/2+p-(n.x-(n.left??0))},${-w/2+(e.padding??0)/2-(n.y-(n.top??0))})`),y(e,v),e.intersect=function(t){return F(e,$,t)},r}function Z(t,e,a,l=100,i=0,r=180){let n=[],s=i*Math.PI/180,h=(r*Math.PI/180-s)/(l-1);for(let i=0;i<l;i++){let l=s+i*h,r=t+a*Math.cos(l),o=e+a*Math.sin(l);n.push({x:r,y:o})}return n}async function O(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,label:s}=await c(t,e,f(e)),h="neo"===e.look?18:e.padding??0,o="neo"===e.look?12:e.padding??0,g=n.width+("neo"===e.look?2*h:h),w=n.height+("neo"===e.look?2*o:o),p=Math.max(5,.1*w),{cssStyles:m}=e,x=[...Z(g/2,-w/2,p,20,-90,0),{x:g/2+p,y:-p},...Z(g/2+2*p,-p,p,20,-180,-270),...Z(g/2+2*p,p,p,20,-90,-180),{x:g/2+p,y:w/2},...Z(g/2,w/2,p,20,0,90)],$=[{x:-g/2,y:-w/2-p},{x:g/2,y:-w/2-p},...Z(g/2,-w/2,p,20,-90,0),{x:g/2+p,y:-p},...Z(g/2+2*p,-p,p,20,-180,-270),...Z(g/2+2*p,p,p,20,-90,-180),{x:g/2+p,y:w/2},...Z(g/2,w/2,p,20,0,90),{x:g/2,y:w/2+p},{x:-g/2,y:w/2+p}],b=d.A.svg(r),k=(0,i.Fr)(e,{fill:"none"});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=u(x).replace("Z",""),M=b.path(D,k),S=u($),A=b.path(S,{...k}),v=r.insert("g",":first-child");return v.insert(()=>A,":first-child").attr("stroke-opacity",0),v.insert(()=>M,":first-child"),v.attr("class","text"),m&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",m),l&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",l),v.attr("transform",`translate(${-p}, 0)`),s.attr("transform",`translate(${-g/2+(e.padding??0)/2-(n.x-(n.left??0))},${-w/2+(e.padding??0)/2-(n.y-(n.top??0))})`),y(e,v),e.intersect=function(t){return F(e,$,t)},r}function V(t,e,a,l=100,i=0,r=180){let n=[],s=i*Math.PI/180,h=(r*Math.PI/180-s)/(l-1);for(let i=0;i<l;i++){let l=s+i*h,r=t+a*Math.cos(l),o=e+a*Math.sin(l);n.push({x:-r,y:-o})}return n}async function Y(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,label:s}=await c(t,e,f(e)),h="neo"===e.look?18:e.padding??0,o="neo"===e.look?12:e.padding??0,g=n.width+("neo"===e.look?2*h:h),w=n.height+("neo"===e.look?2*o:o),p=Math.max(5,.1*w),{cssStyles:m}=e,x=[...V(g/2,-w/2,p,30,-90,0),{x:-g/2-p,y:p},...V(g/2+2*p,-p,p,20,-180,-270),...V(g/2+2*p,p,p,20,-90,-180),{x:-g/2-p,y:-w/2},...V(g/2,w/2,p,20,0,90)],$=[...V(-g/2+p+p/2,-w/2,p,20,-90,-180),{x:g/2-p/2,y:p},...V(-g/2-p/2,-p,p,20,0,90),...V(-g/2-p/2,p,p,20,-90,0),{x:g/2-p/2,y:-p},...V(-g/2+p+p/2,w/2,p,30,-180,-270)],b=[{x:g/2,y:-w/2-p},{x:-g/2,y:-w/2-p},...V(g/2,-w/2,p,20,-90,0),{x:-g/2-p,y:-p},...V(g/2+2*p,-p,p,20,-180,-270),...V(g/2+2*p,p,p,20,-90,-180),{x:-g/2-p,y:w/2},...V(g/2,w/2,p,20,0,90),{x:-g/2,y:w/2+p},{x:g/2-p-p/2,y:w/2+p},...V(-g/2+p+p/2,-w/2,p,20,-90,-180),{x:g/2-p/2,y:p},...V(-g/2-p/2,-p,p,20,0,90),...V(-g/2-p/2,p,p,20,-90,0),{x:g/2-p/2,y:-p},...V(-g/2+p+p/2,w/2,p,30,-180,-270)],k=d.A.svg(r),D=(0,i.Fr)(e,{fill:"none"});"handDrawn"!==e.look&&(D.roughness=0,D.fillStyle="solid");let M=u(x).replace("Z",""),S=k.path(M,D),A=u($).replace("Z",""),v=k.path(A,D),K=u(b),B=k.path(K,{...D}),C=r.insert("g",":first-child");return C.insert(()=>B,":first-child").attr("stroke-opacity",0),C.insert(()=>S,":first-child"),C.insert(()=>v,":first-child"),C.attr("class","text"),m&&"handDrawn"!==e.look&&C.selectAll("path").attr("style",m),l&&"handDrawn"!==e.look&&C.selectAll("path").attr("style",l),C.attr("transform",`translate(${p-p/4}, 0)`),s.attr("transform",`translate(${-g/2+(e.padding??0)/2-(n.x-(n.left??0))},${-w/2+(e.padding??0)/2-(n.y-(n.top??0))})`),y(e,C),e.intersect=function(t){return F(e,b,t)},r}async function U(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r,{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=Math.max(20,(o.width+2*n)*1.25,e?.width??0),w=Math.max(5,o.height+2*s,e?.height??0),m=w/2,{cssStyles:x}=e,$=d.A.svg(h),b=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(b.roughness=0,b.fillStyle="solid");let k=g-m,D=w/4,M=[{x:k,y:0},{x:D,y:0},{x:0,y:w/2},{x:D,y:w},{x:k,y:w},...p(-k,-w/2,m,50,270,90)],S=u(M),A=$.path(S,b),v=h.insert(()=>A,":first-child");return v.attr("class","basic label-container outer-path"),x&&"handDrawn"!==e.look&&v.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&v.selectChildren("path").attr("style",l),v.attr("transform",`translate(${-g/2}, ${-w/2})`),y(e,v),e.intersect=function(t){return F(e,M,t)},h}(0,h.K2)(P,"anchor"),(0,h.K2)(X,"generateArcPoints"),(0,h.K2)(G,"calculateArcSagitta"),(0,h.K2)(I,"bowTieRect"),(0,h.K2)(E,"insertPolygonShape"),(0,h.K2)(T,"card"),(0,h.K2)(W,"choice"),(0,h.K2)(H,"circle"),(0,h.K2)(j,"createLine"),(0,h.K2)(q,"crossedCircle"),(0,h.K2)(_,"generateCirclePoints"),(0,h.K2)(z,"curlyBraceLeft"),(0,h.K2)(Z,"generateCirclePoints"),(0,h.K2)(O,"curlyBraceRight"),(0,h.K2)(V,"generateCirclePoints"),(0,h.K2)(Y,"curlyBraces"),(0,h.K2)(U,"curvedTrapezoid");var J=(0,h.K2)((t,e,a,l,i,r)=>`M${t},${e+r} a${i},${r} 0,0,0 ${a},0 a${i},${r} 0,0,0 ${-a},0 l0,${l} a${i},${r} 0,0,0 ${a},0 l0,${-l}`,"createCylinderPathD"),Q=(0,h.K2)((t,e,a,l,i,r)=>`M${t},${e+r} M${t+a},${e+r} a${i},${r} 0,0,0 ${-a},0 l0,${l} a${i},${r} 0,0,0 ${a},0 l0,${-l}`,"createOuterCylinderPathD"),tt=(0,h.K2)((t,e,a,l,i,r)=>`M${t-a/2},${-l/2} a${i},${r} 0,0,0 ${a},0`,"createInnerCylinderPathD");async function te(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let s=e.padding??0,h="neo"===e.look?24:s,o="neo"===e.look?24:s;if(e.width||e.height){let t=e.width??0;e.width=(e.width??0)-o,e.width<8&&(e.width=8),e.height=(e.height??0)-h-t/2/(2.5+t/50)*3,e.height<8&&(e.height=8)}let{shapeSvg:g,bbox:u,label:w}=await c(t,e,f(e)),p=(e.width?e.width:u.width)+o,m=p/2,$=m/(2.5+p/50),b=(e.height?e.height:u.height)+h+$,{cssStyles:k}=e;if("handDrawn"===e.look){let t=d.A.svg(g),l=Q(0,0,p,b,m,$),r=tt(0,$,p,b,m,$),n=(0,i.Fr)(e,{}),s=t.path(l,n),h=t.path(r,(0,i.Fr)(e,{fill:"none"}));a=g.insert(()=>h,":first-child"),(a=g.insert(()=>s,":first-child")).attr("class","basic label-container"),k&&a.attr("style",k)}else{let t=J(0,0,p,b,m,$);a=g.insert("path",":first-child").attr("d",t).attr("class","basic label-container outer-path").attr("style",(0,n.KL)(k)).attr("style",r)}return a.attr("label-offset-y",$),a.attr("transform",`translate(${-p/2}, ${-(b/2+$)})`),y(e,a),w.attr("transform",`translate(${-(u.width/2)-(u.x-(u.left??0))}, ${-(u.height/2)+(e.padding??0)/1.5-(u.y-(u.top??0))})`),e.intersect=function(t){let a=x(e,t),l=a.x-(e.x??0);if(0!=m&&(Math.abs(l)<(e.width??0)/2||Math.abs(l)==(e.width??0)/2&&Math.abs(a.y-(e.y??0))>(e.height??0)/2-$)){let i=$*$*(1-l*l/(m*m));i>0&&(i=Math.sqrt(i)),i=$-i,t.y-(e.y??0)>0&&(i=-i),a.y+=i}return a},g}async function ta(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r="neo"===e.look?16:e.padding??0,n="neo"===e.look?16:e.padding??0,{shapeSvg:s,bbox:h,label:o}=await c(t,e,f(e)),g=h.width+r,u=h.height+n,w=.2*u,p=-g/2,m=-u/2-w/2,{cssStyles:$}=e,b=d.A.svg(s),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=b.polygon([{x:p,y:m+w},{x:-p,y:m+w},{x:-p,y:-m},{x:p,y:-m},{x:p,y:m},{x:-p,y:m},{x:-p,y:m+w}].map(t=>[t.x,t.y]),k),M=s.insert(()=>D,":first-child");return M.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&M.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&M.selectAll("path").attr("style",l),o.attr("transform",`translate(${p+(e.padding??0)/2-(h.x-(h.left??0))}, ${m+w+(e.padding??0)/2-(h.y-(h.top??0))})`),y(e,M),e.intersect=function(t){return x(e,t)},s}async function tl(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e),s="neo"===e.look?12:5;e.labelStyle=l;let o=e.padding??0,g="neo"===e.look?16:o,{shapeSvg:u,bbox:w}=await c(t,e,f(e)),p=(e?.width?e?.width/2:w.width/2)+(g??0),m=p-s,{cssStyles:x}=e;if("handDrawn"===e.look){let t=d.A.svg(u),l=(0,i.Fr)(e,{roughness:.2,strokeWidth:2.5}),r=(0,i.Fr)(e,{roughness:.2,strokeWidth:1.5}),s=t.circle(0,0,2*p,l),h=t.circle(0,0,2*m,r);(a=u.insert("g",":first-child")).attr("class",(0,n.KL)(e.cssClasses)).attr("style",(0,n.KL)(x)),a.node()?.appendChild(s),a.node()?.appendChild(h)}else{let t=(a=u.insert("g",":first-child")).insert("circle",":first-child"),e=a.insert("circle");a.attr("class","basic label-container").attr("style",r),t.attr("class","outer-circle").attr("style",r).attr("r",p).attr("cx",0).attr("cy",0),e.attr("class","inner-circle").attr("style",r).attr("r",m).attr("cx",0).attr("cy",0)}return y(e,a),e.intersect=function(t){return h.Rm.info("DoubleCircle intersect",e,p,t),N(e,p,t)},u}function ti(t,e,{config:{themeVariables:a}}){let{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.label="",e.labelStyle=l;let n=t.insert("g").attr("class",f(e)).attr("id",e.domId??e.id),{cssStyles:s}=e,o=d.A.svg(n),{nodeBorder:c}=a,g=(0,i.Fr)(e,{fillStyle:"solid"});"handDrawn"!==e.look&&(g.roughness=0);let u=o.circle(0,0,14,g),w=n.insert(()=>u,":first-child");return w.selectAll("path").attr("style",`fill: ${c} !important;`),s&&s.length>0&&"handDrawn"!==e.look&&w.selectAll("path").attr("style",s),r&&"handDrawn"!==e.look&&w.selectAll("path").attr("style",r),y(e,w),e.intersect=function(t){return h.Rm.info("filledCircle intersect",e,{radius:7,point:t}),N(e,7,t)},n}async function tr(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?2*r:r;(e.width||e.height)&&(e.height=e?.height??0,e.height<10&&(e.height=10),e.width=(e?.width??0)-n-n/2,e.width<10&&(e.width=10));let{shapeSvg:s,bbox:o,label:g}=await c(t,e,f(e)),w=(e?.width?e?.width:o.width)+(n??0),p=e?.height?e?.height:w+o.height,m=[{x:0,y:-p},{x:p,y:-p},{x:p/2,y:0}],{cssStyles:x}=e,$=d.A.svg(s),b=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(b.roughness=0,b.fillStyle="solid");let k=u(m),D=$.path(k,b),M=s.insert(()=>D,":first-child").attr("transform",`translate(${-p/2}, ${p/2})`).attr("class","outer-path");return x&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",l),e.width=w,e.height=p,y(e,M),g.attr("transform",`translate(${-o.width/2-(o.x-(o.left??0))}, ${-p/2+(e.padding??0)/2+(o.y-(o.top??0))})`),e.intersect=function(t){return h.Rm.info("Triangle intersect",e,m,t),F(e,m,t)},s}function tn(t,e,{dir:a,config:{state:l,themeVariables:r}}){let{nodeStyles:n}=(0,i.GX)(e);e.label="";let s=t.insert("g").attr("class",f(e)).attr("id",e.domId??e.id),{cssStyles:h}=e,o=Math.max(70,e?.width??0),c=Math.max(10,e?.height??0);"LR"===a&&(o=Math.max(10,e?.width??0),c=Math.max(70,e?.height??0));let g=-1*o/2,u=-1*c/2,w=d.A.svg(s),p=(0,i.Fr)(e,{stroke:r.lineColor,fill:r.lineColor});"handDrawn"!==e.look&&(p.roughness=0,p.fillStyle="solid");let m=w.rectangle(g,u,o,c,p),$=s.insert(()=>m,":first-child");h&&"handDrawn"!==e.look&&$.selectAll("path").attr("style",h),n&&"handDrawn"!==e.look&&$.selectAll("path").attr("style",n),y(e,$);let b=l?.padding??0;return e.width&&e.height&&(e.width+=b/2||0,e.height+=b/2||0),e.intersect=function(t){return x(e,t)},s}async function ts(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r="neo"===e.look?16:e.padding??0,n="neo"===e.look?12:e.padding??0;(e.width||e.height)&&(e.height=(e?.height??0)-2*n,e.height<10&&(e.height=10),e.width=(e?.width??0)-2*r,e.width<15&&(e.width=15));let{shapeSvg:s,bbox:o}=await c(t,e,f(e)),g=(e?.width?e?.width:Math.max(15,o.width))+2*r,w=(e?.height?e?.height:Math.max(10,o.height))+2*n,m=w/2,{cssStyles:x}=e,$=d.A.svg(s),b=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(b.roughness=0,b.fillStyle="solid");let k=[{x:-g/2,y:-w/2},{x:g/2-m,y:-w/2},...p(-g/2+m,0,m,50,90,270),{x:g/2-m,y:w/2},{x:-g/2,y:w/2}],D=u(k),M=$.path(D,b),S=s.insert(()=>M,":first-child");return S.attr("class","basic label-container outer-path"),x&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",l),y(e,S),e.intersect=function(t){return h.Rm.info("Pill intersect",e,{radius:m,point:t}),F(e,k,t)},s}(0,h.K2)(te,"cylinder"),(0,h.K2)(ta,"dividedRectangle"),(0,h.K2)(tl,"doublecircle"),(0,h.K2)(ti,"filledCircle"),(0,h.K2)(tr,"flippedTriangle"),(0,h.K2)(tn,"forkJoin"),(0,h.K2)(ts,"halfRoundedRectangle");var th=(0,h.K2)((t,e,a,l,i)=>`M${t+i},${e} L${t+a-i},${e} L${t+a},${e-l/2} L${t+a-i},${e-l} L${t+i},${e-l} L${t},${e-l/2} Z`,"createHexagonPathD");async function to(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e),n="neo"===e.look?3.5:4;e.labelStyle=l;let s=e.padding??0,h="neo"===e.look?70:s,o="neo"===e.look?32:s;if(e.width||e.height){let t=e.height??0;e.width=(e?.width??0)-t/n*2-o,e.height=(e.height??0)-h}let{shapeSvg:g,bbox:u}=await c(t,e,f(e)),w=(e?.height?e?.height:u.height)+h,p=w/n,m=(e?.width?e?.width:u.width)+2*p+o,x=[{x:p,y:0},{x:m-p,y:0},{x:m,y:-w/2},{x:m-p,y:-w},{x:p,y:-w},{x:0,y:-w/2}],{cssStyles:$}=e;if("handDrawn"===e.look){let t=d.A.svg(g),l=(0,i.Fr)(e,{}),r=th(0,0,m,w,p),n=t.path(r,l);a=g.insert(()=>n,":first-child").attr("transform",`translate(${-m/2}, ${w/2})`),$&&a.attr("style",$)}else a=E(g,m,w,x);return r&&a.attr("style",r),e.width=m,e.height=w,y(e,a),e.intersect=function(t){return F(e,x,t)},g}async function td(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.label="",e.labelStyle=a;let{shapeSvg:r}=await c(t,e,f(e)),n=Math.max(30,e?.width??0),s=Math.max(30,e?.height??0),{cssStyles:o}=e,g=d.A.svg(r),w=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(w.roughness=0,w.fillStyle="solid");let p=[{x:0,y:0},{x:n,y:0},{x:0,y:s},{x:n,y:s}],m=u(p),x=g.path(m,w),$=r.insert(()=>x,":first-child");return $.attr("class","basic label-container outer-path"),o&&"handDrawn"!==e.look&&$.selectChildren("path").attr("style",o),l&&"handDrawn"!==e.look&&$.selectChildren("path").attr("style",l),$.attr("transform",`translate(${-n/2}, ${-s/2})`),y(e,$),e.intersect=function(t){return h.Rm.info("Pill intersect",e,{points:p}),F(e,p,t)},r}async function tc(t,e,{config:{themeVariables:a,flowchart:l}}){let{labelStyles:n}=(0,i.GX)(e);e.labelStyle=n;let s=Math.max(e.assetHeight??48,e.assetWidth??48);e.width=Math.max(s,l?.wrappingWidth??0);let{shapeSvg:o,bbox:g,label:f}=await c(t,e,"icon-shape default"),u="t"===e.pos,{nodeBorder:w}=a,{stylesMap:p}=(0,i.WW)(e),m=-s/2,$=-s/2,b=8*!!e.label,k=d.A.svg(o),D=(0,i.Fr)(e,{stroke:"none",fill:"none"});"handDrawn"!==e.look&&(D.roughness=0,D.fillStyle="solid");let M=k.rectangle(m,$,s,s,D),S=Math.max(s,g.width),A=s+g.height+b,v=k.rectangle(-S/2,-A/2,S,A,{...D,fill:"transparent",stroke:"none"}),K=o.insert(()=>M,":first-child"),B=o.insert(()=>v);if(e.icon){let t=o.append("g");t.html(`<g>${await (0,r.WY)(e.icon,{height:s,width:s,fallbackPrefix:""})}</g>`);let a=t.node().getBBox(),l=a.width,i=a.height,n=a.x,h=a.y;t.attr("transform",`translate(${-l/2-n},${u?g.height/2+b/2-i/2-h:-g.height/2-b/2-i/2-h})`),t.attr("style",`color: ${p.get("stroke")??w};`)}return f.attr("transform",`translate(${-g.width/2-(g.x-(g.left??0))},${u?-A/2:A/2-g.height})`),K.attr("transform",`translate(0,${u?g.height/2+b/2:-g.height/2-b/2})`),y(e,B),e.intersect=function(t){if(h.Rm.info("iconSquare intersect",e,t),!e.label)return x(e,t);let a=e.x??0,l=e.y??0,i=e.height??0,r=[];return F(e,r=u?[{x:a-g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2+g.height+b},{x:a+s/2,y:l-i/2+g.height+b},{x:a+s/2,y:l+i/2},{x:a-s/2,y:l+i/2},{x:a-s/2,y:l-i/2+g.height+b},{x:a-g.width/2,y:l-i/2+g.height+b}]:[{x:a-s/2,y:l-i/2},{x:a+s/2,y:l-i/2},{x:a+s/2,y:l-i/2+s},{x:a+g.width/2,y:l-i/2+s},{x:a+g.width/2/2,y:l+i/2},{x:a-g.width/2,y:l+i/2},{x:a-g.width/2,y:l-i/2+s},{x:a-s/2,y:l-i/2+s}],t)},o}async function tg(t,e,{config:{themeVariables:a,flowchart:l}}){let{labelStyles:n}=(0,i.GX)(e);e.labelStyle=n;let s=Math.max(e.assetHeight??48,e.assetWidth??48);e.width=Math.max(s,l?.wrappingWidth??0);let{shapeSvg:o,bbox:g,label:f}=await c(t,e,"icon-shape default"),u=8*!!e.label,w="t"===e.pos,{nodeBorder:p,mainBkg:m}=a,{stylesMap:$}=(0,i.WW)(e),b=d.A.svg(o),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid"),k.stroke=$.get("fill")??m;let D=o.append("g");e.icon&&D.html(`<g>${await (0,r.WY)(e.icon,{height:s,width:s,fallbackPrefix:""})}</g>`);let M=D.node().getBBox(),S=M.width,A=M.height,v=M.x,K=M.y,B=Math.max(S,A)*Math.SQRT2+40,C=b.circle(0,0,B,k),N=Math.max(B,g.width),R=B+g.height+u,L=b.rectangle(-N/2,-R/2,N,R,{...k,fill:"transparent",stroke:"none"}),F=o.insert(()=>C,":first-child"),P=o.insert(()=>L);return D.attr("transform",`translate(${-S/2-v},${w?g.height/2+u/2-A/2-K:-g.height/2-u/2-A/2-K})`),D.attr("style",`color: ${$.get("stroke")??p};`),f.attr("transform",`translate(${-g.width/2-(g.x-(g.left??0))},${w?-R/2:R/2-g.height})`),F.attr("transform",`translate(0,${w?g.height/2+u/2:-g.height/2-u/2})`),y(e,P),e.intersect=function(t){return h.Rm.info("iconSquare intersect",e,t),x(e,t)},o}async function ty(t,e,{config:{themeVariables:a,flowchart:l}}){let{labelStyles:n}=(0,i.GX)(e);e.labelStyle=n;let s=Math.max(e.assetHeight??48,e.assetWidth??48);e.width=Math.max(s,l?.wrappingWidth??0);let{shapeSvg:o,bbox:g,halfPadding:f,label:u}=await c(t,e,"icon-shape default"),w="t"===e.pos,p=s+2*f,m=s+2*f,{nodeBorder:$,mainBkg:k}=a,{stylesMap:D}=(0,i.WW)(e),M=8*!!e.label,S=d.A.svg(o),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid"),A.stroke=D.get("fill")??k;let v=S.path(b(-m/2,-p/2,m,p,5),A),K=Math.max(m,g.width),B=p+g.height+M,C=S.rectangle(-K/2,-B/2,K,B,{...A,fill:"transparent",stroke:"none"}),N=o.insert(()=>v,":first-child").attr("class","icon-shape2"),R=o.insert(()=>C);if(e.icon){let t=o.append("g");t.html(`<g>${await (0,r.WY)(e.icon,{height:s,width:s,fallbackPrefix:""})}</g>`);let a=t.node().getBBox(),l=a.width,i=a.height,n=a.x,h=a.y;t.attr("transform",`translate(${-l/2-n},${w?g.height/2+M/2-i/2-h:-g.height/2-M/2-i/2-h})`),t.attr("style",`color: ${D.get("stroke")??$};`)}return u.attr("transform",`translate(${-g.width/2-(g.x-(g.left??0))},${w?-B/2:B/2-g.height})`),N.attr("transform",`translate(0,${w?g.height/2+M/2:-g.height/2-M/2})`),y(e,R),e.intersect=function(t){if(h.Rm.info("iconSquare intersect",e,t),!e.label)return x(e,t);let a=e.x??0,l=e.y??0,i=e.height??0,r=[];return F(e,r=w?[{x:a-g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2+g.height+M},{x:a+m/2,y:l-i/2+g.height+M},{x:a+m/2,y:l+i/2},{x:a-m/2,y:l+i/2},{x:a-m/2,y:l-i/2+g.height+M},{x:a-g.width/2,y:l-i/2+g.height+M}]:[{x:a-m/2,y:l-i/2},{x:a+m/2,y:l-i/2},{x:a+m/2,y:l-i/2+p},{x:a+g.width/2,y:l-i/2+p},{x:a+g.width/2/2,y:l+i/2},{x:a-g.width/2,y:l+i/2},{x:a-g.width/2,y:l-i/2+p},{x:a-m/2,y:l-i/2+p}],t)},o}async function tf(t,e,{config:{themeVariables:a,flowchart:l}}){let{labelStyles:n}=(0,i.GX)(e);e.labelStyle=n;let s=Math.max(e.assetHeight??48,e.assetWidth??48);e.width=Math.max(s,l?.wrappingWidth??0);let{shapeSvg:o,bbox:g,halfPadding:f,label:u}=await c(t,e,"icon-shape default"),w="t"===e.pos,p=s+2*f,m=s+2*f,{nodeBorder:$,mainBkg:k}=a,{stylesMap:D}=(0,i.WW)(e),M=8*!!e.label,S=d.A.svg(o),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid"),A.stroke=D.get("fill")??k;let v=S.path(b(-m/2,-p/2,m,p,.1),A),K=Math.max(m,g.width),B=p+g.height+M,C=S.rectangle(-K/2,-B/2,K,B,{...A,fill:"transparent",stroke:"none"}),N=o.insert(()=>v,":first-child"),R=o.insert(()=>C);if(e.icon){let t=o.append("g");t.html(`<g>${await (0,r.WY)(e.icon,{height:s,width:s,fallbackPrefix:""})}</g>`);let a=t.node().getBBox(),l=a.width,i=a.height,n=a.x,h=a.y;t.attr("transform",`translate(${-l/2-n},${w?g.height/2+M/2-i/2-h:-g.height/2-M/2-i/2-h})`),t.attr("style",`color: ${D.get("stroke")??$};`)}return u.attr("transform",`translate(${-g.width/2-(g.x-(g.left??0))},${w?-B/2:B/2-g.height})`),N.attr("transform",`translate(0,${w?g.height/2+M/2:-g.height/2-M/2})`),y(e,R),e.intersect=function(t){if(h.Rm.info("iconSquare intersect",e,t),!e.label)return x(e,t);let a=e.x??0,l=e.y??0,i=e.height??0,r=[];return F(e,r=w?[{x:a-g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2},{x:a+g.width/2,y:l-i/2+g.height+M},{x:a+m/2,y:l-i/2+g.height+M},{x:a+m/2,y:l+i/2},{x:a-m/2,y:l+i/2},{x:a-m/2,y:l-i/2+g.height+M},{x:a-g.width/2,y:l-i/2+g.height+M}]:[{x:a-m/2,y:l-i/2},{x:a+m/2,y:l-i/2},{x:a+m/2,y:l-i/2+p},{x:a+g.width/2,y:l-i/2+p},{x:a+g.width/2/2,y:l+i/2},{x:a-g.width/2,y:l+i/2},{x:a-g.width/2,y:l-i/2+p},{x:a-m/2,y:l-i/2+p}],t)},o}async function tu(t,e,{config:{flowchart:a}}){let l=new Image;l.src=e?.img??"",await l.decode();let r=Number(l.naturalWidth.toString().replace("px","")),n=Number(l.naturalHeight.toString().replace("px",""));e.imageAspectRatio=r/n;let{labelStyles:s}=(0,i.GX)(e);e.labelStyle=s;let o=a?.wrappingWidth;e.defaultWidth=a?.wrappingWidth;let g=Math.max(e.label?o??0:0,e?.assetWidth??r),f="on"===e.constraint&&e?.assetHeight?e.assetHeight*e.imageAspectRatio:g,u="on"===e.constraint?f/e.imageAspectRatio:e?.assetHeight??n;e.width=Math.max(f,o??0);let{shapeSvg:w,bbox:p,label:m}=await c(t,e,"image-shape default"),$="t"===e.pos,b=-f/2,k=8*!!e.label,D=d.A.svg(w),M=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(M.roughness=0,M.fillStyle="solid");let S=D.rectangle(b,-u/2,f,u,M),A=Math.max(f,p.width),v=u+p.height+k,K=D.rectangle(-A/2,-v/2,A,v,{...M,fill:"none",stroke:"none"}),B=w.insert(()=>S,":first-child"),C=w.insert(()=>K);if(e.img){let t=w.append("image");t.attr("href",e.img),t.attr("width",f),t.attr("height",u),t.attr("preserveAspectRatio","none"),t.attr("transform",`translate(${-f/2},${$?v/2-u:-v/2})`)}return m.attr("transform",`translate(${-p.width/2-(p.x-(p.left??0))},${$?-u/2-p.height/2-k/2:u/2-p.height/2+k/2})`),B.attr("transform",`translate(0,${$?p.height/2+k/2:-p.height/2-k/2})`),y(e,C),e.intersect=function(t){if(h.Rm.info("iconSquare intersect",e,t),!e.label)return x(e,t);let a=e.x??0,l=e.y??0,i=e.height??0,r=[];return F(e,r=$?[{x:a-p.width/2,y:l-i/2},{x:a+p.width/2,y:l-i/2},{x:a+p.width/2,y:l-i/2+p.height+k},{x:a+f/2,y:l-i/2+p.height+k},{x:a+f/2,y:l+i/2},{x:a-f/2,y:l+i/2},{x:a-f/2,y:l-i/2+p.height+k},{x:a-p.width/2,y:l-i/2+p.height+k}]:[{x:a-f/2,y:l-i/2},{x:a+f/2,y:l-i/2},{x:a+f/2,y:l-i/2+u},{x:a+p.width/2,y:l-i/2+u},{x:a+p.width/2/2,y:l+i/2},{x:a-p.width/2,y:l+i/2},{x:a-p.width/2,y:l-i/2+u},{x:a-f/2,y:l-i/2+u}],t)},w}async function tw(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n=e.padding??0,s="neo"===e.look?2*n:n,{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=Math.max(o.width+(s??0)*2,e?.width??0),w=Math.max(o.height+(n??0)*2,e?.height??0),p=[{x:0,y:0},{x:g,y:0},{x:g+3*w/6,y:-w},{x:-3*w/6,y:-w}],{cssStyles:m}=e;if("handDrawn"===e.look){let t=d.A.svg(h),l=(0,i.Fr)(e,{}),r=u(p),n=t.path(r,l);a=h.insert(()=>n,":first-child").attr("transform",`translate(${-g/2}, ${w/2})`),m&&a.attr("style",m)}else a=E(h,g,w,p);return r&&a.attr("style",r),e.width=g,e.height=w,y(e,a),e.intersect=function(t){return F(e,p,t)},h}async function tp(t,e,a){let l,{labelStyles:r,nodeStyles:s}=(0,i.GX)(e);e.labelStyle=r;let{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=Math.max(o.width+2*a.labelPaddingX,e?.width||0),u=Math.max(o.height+2*a.labelPaddingY,e?.height||0),w=-g/2,p=-u/2,{rx:m,ry:$}=e,{cssStyles:k}=e;if(a?.rx&&a.ry&&(m=a.rx,$=a.ry),"handDrawn"===e.look){let t=d.A.svg(h),a=(0,i.Fr)(e,{}),r=m||$?t.path(b(w,p,g,u,m||0),a):t.rectangle(w,p,g,u,a);(l=h.insert(()=>r,":first-child")).attr("class","basic label-container").attr("style",(0,n.KL)(k))}else(l=h.insert("rect",":first-child")).attr("class","basic label-container").attr("style",s).attr("rx",(0,n.KL)(m)).attr("ry",(0,n.KL)($)).attr("x",w).attr("y",p).attr("width",g).attr("height",u);return y(e,l),e.calcIntersect=function(t,e){return x(t,e)},e.intersect=function(t){return x(e,t)},h}async function tm(t,e){let{shapeSvg:a,bbox:l,label:i}=await c(t,e,"label"),r=a.insert("rect",":first-child");return r.attr("width",.1).attr("height",.1),a.attr("class","label edgeLabel"),i.attr("transform",`translate(${-(l.width/2)-(l.x-(l.left??0))}, ${-(l.height/2)-(l.y-(l.top??0))})`),y(e,r),e.intersect=function(t){return x(e,t)},a}async function tx(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n=e.padding??0,s="neo"===e.look?2*n:n,{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=(e?.height??o.height)+n,w=(e?.width??o.width)+s,p=[{x:0,y:0},{x:w+3*g/6,y:0},{x:w,y:-g},{x:-(3*g)/6,y:-g}],{cssStyles:m}=e;if("handDrawn"===e.look){let t=d.A.svg(h),l=(0,i.Fr)(e,{}),r=u(p),n=t.path(r,l);a=h.insert(()=>n,":first-child").attr("transform",`translate(${-w/2}, ${g/2})`),m&&a.attr("style",m)}else a=E(h,w,g,p);return r&&a.attr("style",r),e.width=w,e.height=g,y(e,a),e.intersect=function(t){return F(e,p,t)},h}async function t$(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n=e.padding??0,s="neo"===e.look?2*n:n,{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=(e?.height??o.height)+n,w=(e?.width??o.width)+s,p=[{x:-3*g/6,y:0},{x:w,y:0},{x:w+3*g/6,y:-g},{x:0,y:-g}],{cssStyles:m}=e;if("handDrawn"===e.look){let t=d.A.svg(h),l=(0,i.Fr)(e,{}),r=u(p),n=t.path(r,l);a=h.insert(()=>n,":first-child").attr("transform",`translate(${-w/2}, ${g/2})`),m&&a.attr("style",m)}else a=E(h,w,g,p);return r&&a.attr("style",r),e.width=w,e.height=g,y(e,a),e.intersect=function(t){return F(e,p,t)},h}function tb(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.label="",e.labelStyle=a;let r=t.insert("g").attr("class",f(e)).attr("id",e.domId??e.id),{cssStyles:n}=e,s=Math.max(35,e?.width??0),o=Math.max(35,e?.height??0),c=[{x:s,y:0},{x:0,y:o+3.5},{x:s-14,y:o+3.5},{x:0,y:2*o},{x:s,y:o-3.5},{x:14,y:o-3.5}],g=d.A.svg(r),w=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(w.roughness=0,w.fillStyle="solid");let p=u(c),m=g.path(p,w),x=r.insert(()=>m,":first-child");return x.attr("class","outer-path"),n&&"handDrawn"!==e.look&&x.selectAll("path").attr("style",n),l&&"handDrawn"!==e.look&&x.selectAll("path").attr("style",l),x.attr("transform",`translate(-${s/2},${-o})`),y(e,x),e.intersect=function(t){return h.Rm.info("lightningBolt intersect",e,t),F(e,c,t)},r}(0,h.K2)(to,"hexagon"),(0,h.K2)(td,"hourglass"),(0,h.K2)(tc,"icon"),(0,h.K2)(tg,"iconCircle"),(0,h.K2)(ty,"iconRounded"),(0,h.K2)(tf,"iconSquare"),(0,h.K2)(tu,"imageSquare"),(0,h.K2)(tw,"inv_trapezoid"),(0,h.K2)(tp,"drawRect"),(0,h.K2)(tm,"labelRect"),(0,h.K2)(tx,"lean_left"),(0,h.K2)(t$,"lean_right"),(0,h.K2)(tb,"lightningBolt");var tk=(0,h.K2)((t,e,a,l,i,r,n)=>`M${t},${e+r} a${i},${r} 0,0,0 ${a},0 a${i},${r} 0,0,0 ${-a},0 l0,${l} a${i},${r} 0,0,0 ${a},0 l0,${-l} M${t},${e+r+n} a${i},${r} 0,0,0 ${a},0`,"createCylinderPathD"),tD=(0,h.K2)((t,e,a,l,i,r,n)=>`M${t},${e+r} M${t+a},${e+r} a${i},${r} 0,0,0 ${-a},0 l0,${l} a${i},${r} 0,0,0 ${a},0 l0,${-l} M${t},${e+r+n} a${i},${r} 0,0,0 ${a},0`,"createOuterCylinderPathD"),tM=(0,h.K2)((t,e,a,l,i,r)=>`M${t-a/2},${-l/2} a${i},${r} 0,0,0 ${a},0`,"createInnerCylinderPathD");async function tS(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let s=e.padding??0,h="neo"===e.look?16:s,o="neo"===e.look?24:s;if(e.width||e.height){let t=e.width??0;e.width=(e.width??0)-h,e.width<10&&(e.width=10),e.height=(e.height??0)-o-t/2/(2.5+t/50)*3,e.height<10&&(e.height=10)}let{shapeSvg:g,bbox:u,label:w}=await c(t,e,f(e)),p=(e?.width?e?.width:u.width)+2*h,m=p/2,$=m/(2.5+p/50),b=(e?.height?e?.height:u.height)+$+2*o,k=.1*b,{cssStyles:D}=e;if("handDrawn"===e.look){let t=d.A.svg(g),l=tD(0,0,p,b,m,$,k),r=tM(0,$,p,b,m,$),n=(0,i.Fr)(e,{}),s=t.path(l,n),h=t.path(r,n);g.insert(()=>h,":first-child").attr("class","line"),(a=g.insert(()=>s,":first-child")).attr("class","basic label-container"),D&&a.attr("style",D)}else{let t=tk(0,0,p,b,m,$,k);a=g.insert("path",":first-child").attr("d",t).attr("class","basic label-container outer-path").attr("style",(0,n.KL)(D)).attr("style",r)}return a.attr("label-offset-y",$),a.attr("transform",`translate(${-p/2}, ${-(b/2+$)})`),y(e,a),w.attr("transform",`translate(${-(u.width/2)-(u.x-(u.left??0))}, ${-(u.height/2)+$-(u.y-(u.top??0))})`),e.intersect=function(t){let a=x(e,t),l=a.x-(e.x??0);if(0!=m&&(Math.abs(l)<(e.width??0)/2||Math.abs(l)==(e.width??0)/2&&Math.abs(a.y-(e.y??0))>(e.height??0)/2-$)){let i=$*$*(1-l*l/(m*m));i>0&&(i=Math.sqrt(i)),i=$-i,t.y-(e.y??0)>0&&(i=-i),a.y+=i}return a},g}async function tA(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r;if(e.width||e.height){let t=e.width;e.width=(t??0)*10/11-2*n,e.width<10&&(e.width=10),e.height=(e?.height??0)-2*s,e.height<10&&(e.height=10)}let{shapeSvg:h,bbox:o,label:g}=await c(t,e,f(e)),u=(e?.width?e?.width:o.width)+(n??0)*2,p=(e?.height?e?.height:o.height)+(s??0)*2,m="neo"===e.look?p/4:p/8,x=p+m,{cssStyles:$}=e,b=d.A.svg(h),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=[{x:-u/2-u/2*.1,y:-x/2},{x:-u/2-u/2*.1,y:x/2},...w(-u/2-u/2*.1,x/2,u/2+u/2*.1,x/2,m,.8),{x:u/2+u/2*.1,y:-x/2},{x:-u/2-u/2*.1,y:-x/2},{x:-u/2,y:-x/2},{x:-u/2,y:x/2*1.1},{x:-u/2,y:-x/2}],M=b.polygon(D.map(t=>[t.x,t.y]),k),S=h.insert(()=>M,":first-child");return S.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&S.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&S.selectAll("path").attr("style",l),S.attr("transform",`translate(0,${-m/2})`),g.attr("transform",`translate(${-u/2+(e.padding??0)+u/2*.1/2-(o.x-(o.left??0))},${-p/2+(e.padding??0)-m/2-(o.y-(o.top??0))})`),y(e,S),e.intersect=function(t){return F(e,D,t)},h}async function tv(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r,h="neo"===e.look?10:5;(e.width||e.height)&&(e.width=Math.max((e?.width??0)-2*n-2*h,10),e.height=Math.max((e?.height??0)-2*s-2*h,10));let{shapeSvg:o,bbox:g,label:w}=await c(t,e,f(e)),p=(e?.width?e?.width:g.width)+2*n+2*h,x=(e?.height?e?.height:g.height)+2*s+2*h,$=p-2*h,b=x-2*h,k=-$/2,D=-b/2,{cssStyles:M}=e,S=d.A.svg(o),A=(0,i.Fr)(e,{}),v=[{x:k-h,y:D+h},{x:k-h,y:D+b+h},{x:k+$-h,y:D+b+h},{x:k+$-h,y:D+b},{x:k+$,y:D+b},{x:k+$,y:D+b-h},{x:k+$+h,y:D+b-h},{x:k+$+h,y:D-h},{x:k+h,y:D-h},{x:k+h,y:D},{x:k,y:D},{x:k,y:D+h}];"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid");let K=u(v),B=S.path(K,A),C=u([{x:k,y:D+h},{x:k+$-h,y:D+h},{x:k+$-h,y:D+b},{x:k+$,y:D+b},{x:k+$,y:D},{x:k,y:D}]),N=S.path(C,A);"handDrawn"!==e.look&&(B=m(B),N=m(N));let R=o.insert("g",":first-child");return R.insert(()=>B),R.insert(()=>N),R.attr("class","basic label-container outer-path"),M&&"handDrawn"!==e.look&&R.selectAll("path").attr("style",M),l&&"handDrawn"!==e.look&&R.selectAll("path").attr("style",l),w.attr("transform",`translate(${-(g.width/2)-h-(g.x-(g.left??0))}, ${-(g.height/2)+h-(g.y-(g.top??0))})`),y(e,R),e.intersect=function(t){return F(e,v,t)},o}async function tK(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,label:s}=await c(t,e,f(e)),h=e.padding??0,o="neo"===e.look?16:h,g="neo"===e.look?12:h,p=!0;(e.width||e.height)&&(p=!1,e.width=(e?.width??0)-2*o,e.height=(e?.height??0)-3*g);let m=Math.max(n.width,e?.width??0)+2*o,x=Math.max(n.height,e?.height??0)+3*g,$="neo"===e.look?x/4:x/8,b=x+(p?$/2:-$/2),k=-m/2,D=-b/2,{cssStyles:M}=e,S=w(k-10,D+b+10,k+m-10,D+b+10,$,.8),A=S?.[S.length-1],v=[{x:k-10,y:D+10},{x:k-10,y:D+b+10},...S,{x:k+m-10,y:A.y-10},{x:k+m,y:A.y-10},{x:k+m,y:A.y-20},{x:k+m+10,y:A.y-20},{x:k+m+10,y:D-10},{x:k+10,y:D-10},{x:k+10,y:D},{x:k,y:D},{x:k,y:D+10}],K=[{x:k,y:D+10},{x:k+m-10,y:D+10},{x:k+m-10,y:A.y-10},{x:k+m,y:A.y-10},{x:k+m,y:D},{x:k,y:D}],B=d.A.svg(r),C=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(C.roughness=0,C.fillStyle="solid");let N=u(v),R=B.path(N,C),L=u(K),P=B.path(L,C),X=r.insert(()=>R,":first-child");return X.insert(()=>P),X.attr("class","basic label-container outer-path"),M&&"handDrawn"!==e.look&&X.selectAll("path").attr("style",M),l&&"handDrawn"!==e.look&&X.selectAll("path").attr("style",l),X.attr("transform",`translate(0,${-$/2})`),s.attr("transform",`translate(${-(n.width/2)-10-(n.x-(n.left??0))}, ${-(n.height/2)+10-$/2-(n.y-(n.top??0))})`),y(e,X),e.intersect=function(t){return F(e,v,t)},r}async function tB(t,e,{config:{themeVariables:a}}){let{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l,e.useHtmlLabels||(0,s.E)((0,s.zj)())||(e.centerLabel=!0);let{shapeSvg:n,bbox:h,label:o}=await c(t,e,f(e)),g=Math.max(h.width+(e.padding??0)*2,e?.width??0),u=Math.max(h.height+(e.padding??0)*2,e?.height??0),{cssStyles:w}=e,p=d.A.svg(n),m=(0,i.Fr)(e,{fill:a.noteBkgColor,stroke:a.noteBorderColor});"handDrawn"!==e.look&&(m.roughness=0,m.fillStyle="solid");let $=p.rectangle(-g/2,-u/2,g,u,m),b=n.insert(()=>$,":first-child");return b.attr("class","basic label-container outer-path"),o.attr("class","label noteLabel"),w&&"handDrawn"!==e.look&&b.selectAll("path").attr("style",w),r&&"handDrawn"!==e.look&&b.selectAll("path").attr("style",r),o.attr("transform",`translate(${-h.width/2-(h.x-(h.left??0))}, ${-(h.height/2)-(h.y-(h.top??0))})`),y(e,b),e.intersect=function(t){return x(e,t)},n}(0,h.K2)(tS,"linedCylinder"),(0,h.K2)(tA,"linedWaveEdgedRect"),(0,h.K2)(tv,"multiRect"),(0,h.K2)(tK,"multiWaveEdgedRectangle"),(0,h.K2)(tB,"note");var tC=(0,h.K2)((t,e,a)=>`M${t+a/2},${e} L${t+a},${e-a/2} L${t+a/2},${e-a} L${t},${e-a/2} Z`,"createDecisionBoxPathD");async function tN(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let{shapeSvg:n,bbox:s}=await c(t,e,f(e)),h=s.width+(e.padding??0)+(s.height+(e.padding??0)),o=[{x:h/2,y:0},{x:h,y:-h/2},{x:h/2,y:-h},{x:0,y:-h/2}],{cssStyles:g}=e;if("handDrawn"===e.look){let t=d.A.svg(n),l=(0,i.Fr)(e,{}),r=tC(0,0,h),s=t.path(r,l);a=n.insert(()=>s,":first-child").attr("transform",`translate(${-h/2+.5}, ${h/2})`),g&&a.attr("style",g)}else(a=E(n,h,h,o)).attr("transform",`translate(${-h/2+.5}, ${h/2})`);return r&&a.attr("style",r),y(e,a),e.calcIntersect=function(t,e){let a=t.width,l=F(t,[{x:a/2,y:0},{x:a,y:-a/2},{x:a/2,y:-a},{x:0,y:-a/2}],e);return{x:l.x-.5,y:l.y-.5}},e.intersect=function(t){return this.calcIntersect(e,t)},n}async function tR(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?21:r??0,s="neo"===e.look?12:r??0,{shapeSvg:h,bbox:o,label:g}=await c(t,e,f(e)),w=(e?.width??o.width)+("neo"===e.look?2*n:n),p=(e?.height??o.height)+("neo"===e.look?2*s:s),m=-w/2,x=-p/2,$=x/2,b=[{x:m+$,y:x},{x:m,y:0},{x:m+$,y:-x},{x:-m,y:-x},{x:-m,y:x}],{cssStyles:k}=e,D=d.A.svg(h),M=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(M.roughness=0,M.fillStyle="solid");let S=u(b),A=D.path(S,M),v=h.insert(()=>A,":first-child");return v.attr("class","basic label-container outer-path"),k&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",k),l&&"handDrawn"!==e.look&&v.selectAll("path").attr("style",l),v.attr("transform",`translate(${-$/2},0)`),g.attr("transform",`translate(${-$/2-o.width/2-(o.x-(o.left??0))}, ${-(o.height/2)-(o.y-(o.top??0))})`),y(e,v),e.intersect=function(t){return F(e,b,t)},h}async function tL(t,e){let a,l,r,{labelStyles:n,nodeStyles:c}=(0,i.GX)(e);e.labelStyle=n,a=e.cssClasses?"node "+e.cssClasses:"node default";let g=t.insert("g").attr("class",a).attr("id",e.domId||e.id),f=g.insert("g"),u=g.insert("g").attr("class","label").attr("style",c),w=e.description,p=e.label,m=await $(u,p,e.labelStyle,!0,!0),k={width:0,height:0};if((0,s.E)((0,s.D7)())){let t=m.children[0],e=(0,o.Ltv)(m);k=t.getBoundingClientRect(),e.attr("width",k.width),e.attr("height",k.height)}h.Rm.info("Text 2",w);let D=w||[],M=m.getBBox(),S=await $(u,Array.isArray(D)?D.join("<br/>"):D,e.labelStyle,!0,!0),A=S.children[0],v=(0,o.Ltv)(S);k=A.getBoundingClientRect(),v.attr("width",k.width),v.attr("height",k.height);let K=(e.padding||0)/2;(0,o.Ltv)(S).attr("transform","translate( "+(k.width>M.width?0:(M.width-k.width)/2)+", "+(M.height+K+5)+")"),(0,o.Ltv)(m).attr("transform","translate( "+(k.width<M.width?0:-(M.width-k.width)/2)+", 0)"),k=u.node().getBBox(),u.attr("transform","translate("+-k.width/2+", "+(-k.height/2-K+3)+")");let B=k.width+(e.padding||0),C=k.height+(e.padding||0),N=-k.width/2-K,R=-k.height/2-K;if("handDrawn"===e.look){let t=d.A.svg(g),a=(0,i.Fr)(e,{}),n=t.path(b(N,R,B,C,e.rx||0),a),s=t.line(-k.width/2-K,-k.height/2-K+M.height+K,k.width/2+K,-k.height/2-K+M.height+K,a);r=g.insert(()=>(h.Rm.debug("Rough node insert CXC",n),s),":first-child"),l=g.insert(()=>(h.Rm.debug("Rough node insert CXC",n),n),":first-child")}else l=f.insert("rect",":first-child"),r=f.insert("line"),l.attr("class","outer title-state").attr("style",c).attr("x",-k.width/2-K).attr("y",-k.height/2-K).attr("width",k.width+(e.padding||0)).attr("height",k.height+(e.padding||0)),r.attr("class","divider").attr("x1",-k.width/2-K).attr("x2",k.width/2+K).attr("y1",-k.height/2-K+M.height+K).attr("y2",-k.height/2-K+M.height+K);return y(e,l),e.intersect=function(t){return x(e,t)},g}async function tF(t,e,{config:{themeVariables:a}}){let l=a?.radius??5,i={rx:l,ry:l,classes:"",labelPaddingX:(e?.padding??0)*1,labelPaddingY:(e?.padding??0)*1};return tp(t,e,i)}async function tP(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r="neo"===e.look?16:e.padding??0,s="neo"===e.look?12:e.padding??0,{shapeSvg:h,bbox:o,label:g}=await c(t,e,f(e)),u=(e?.width??o.width)+2*r+("neo"===e.look?8:16),w=(e?.height??o.height)+2*s,p=u-8,m=8-u/2,$=-w/2,{cssStyles:b}=e,k=d.A.svg(h),D=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(D.roughness=0,D.fillStyle="solid");let M=k.polygon([{x:m,y:$},{x:m+p,y:$},{x:m+p,y:$+w},{x:m-8,y:$+w},{x:m-8,y:$},{x:m,y:$},{x:m,y:$+w}].map(t=>[t.x,t.y]),D),S=h.insert(()=>M,":first-child");return S.attr("class","basic label-container outer-path").attr("style",(0,n.KL)(b)),l&&"handDrawn"!==e.look&&S.selectAll("path").attr("style",l),b&&"handDrawn"!==e.look&&S.selectAll("path").attr("style",l),g.attr("transform",`translate(${4-o.width/2-(o.x-(o.left??0))}, ${-(o.height/2)-(o.y-(o.top??0))})`),y(e,S),e.intersect=function(t){return x(e,t)},h}async function tX(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r;(e.width||e.height)&&(e.width=Math.max((e?.width??0)-2*n,10),e.height=Math.max((e?.height??0)/1.5-2*s,10));let{shapeSvg:h,bbox:o,label:g}=await c(t,e,f(e)),w=(e?.width?e?.width:o.width)+2*n,p=((e?.height?e?.height:o.height)+2*s)*1.5/1.5,m=-w/2,x=-p/2,{cssStyles:$}=e,b=d.A.svg(h),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=[{x:m,y:x},{x:m,y:x+p},{x:m+w,y:x+p},{x:m+w,y:x-p/2}],M=u(D),S=b.path(M,k),A=h.insert(()=>S,":first-child");return A.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&A.selectChildren("path").attr("style",$),l&&"handDrawn"!==e.look&&A.selectChildren("path").attr("style",l),A.attr("transform",`translate(0, ${p/4})`),g.attr("transform",`translate(${-w/2+(e.padding??0)-(o.x-(o.left??0))}, ${-p/4+(e.padding??0)-(o.y-(o.top??0))})`),y(e,A),e.intersect=function(t){return F(e,D,t)},h}async function tG(t,e){let a=e.padding??0,l="neo"===e.look?16:2*a,i="neo"===e.look?12:a,r={rx:0,ry:0,classes:"",labelPaddingX:e.labelPaddingX??l,labelPaddingY:i};return tp(t,e,r)}async function tI(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?20:r,s="neo"===e.look?12:r,{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=o.height+("neo"===e.look?2*s:s),w=o.width+g/4+("neo"===e.look?2*n:n),m=g/2,{cssStyles:x}=e,$=d.A.svg(h),b=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(b.roughness=0,b.fillStyle="solid");let k=[{x:-w/2+m,y:-g/2},{x:w/2-m,y:-g/2},...p(-w/2+m,0,m,50,90,270),{x:w/2-m,y:g/2},...p(w/2-m,0,m,50,270,450)],D=u(k),M=$.path(D,b),S=h.insert(()=>M,":first-child");return S.attr("class","basic label-container outer-path"),x&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",l),y(e,S),e.intersect=function(t){return F(e,k,t)},h}async function tE(t,e){let a={rx:"neo"===e.look?3:5,ry:"neo"===e.look?3:5,classes:"flowchart-node"};return tp(t,e,a)}function tT(t,e,{config:{themeVariables:a}}){let{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let{cssStyles:n}=e,{lineColor:s,stateBorder:h,nodeBorder:o,nodeShadow:c}=a;(e.width||e.height)&&((e.width??0)<14&&(e.width=14),(e.height??0)<14&&(e.height=14)),e.width||(e.width=14),e.height||(e.height=14);let g=t.insert("g").attr("class","node default").attr("id",e.domId??e.id),f=d.A.svg(g),u=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(u.roughness=0,u.fillStyle="solid");let w=f.circle(0,0,e.width,{...u,stroke:s,strokeWidth:2}),p=h??o,m=(e.width??0)*5/14,x=f.circle(0,0,m,{...u,fill:p,stroke:p,strokeWidth:2,fillStyle:"solid"}),$=g.insert(()=>w,":first-child");if($.insert(()=>x),"handDrawn"!==e.look&&$.attr("class","outer-path"),n&&$.selectAll("path").attr("style",n),r&&$.selectAll("path").attr("style",r),e.width<25&&c&&"handDrawn"!==e.look){let e=t.node()?.ownerSVGElement?.id??"",a=e?`${e}-drop-shadow-small`:"drop-shadow-small";$.attr("style",`filter:url(#${a})`)}return y(e,$),e.intersect=function(t){return N(e,(e.width??0)/2,t)},g}function tW(t,e,{config:{themeVariables:a}}){let l,{lineColor:r,nodeShadow:n}=a;(e.width||e.height)&&((e.width??0)<14&&(e.width=14),(e.height??0)<14&&(e.height=14)),e.width||(e.width=14),e.height||(e.height=14);let s=t.insert("g").attr("class","node default").attr("id",e.domId||e.id);if("handDrawn"===e.look){let t=d.A.svg(s).circle(0,0,e.width,(0,i.ue)(r));(l=s.insert(()=>t)).attr("class","state-start").attr("r",(e.width??7)/2).attr("width",e.width??14).attr("height",e.height??14)}else(l=s.insert("circle",":first-child")).attr("class","state-start").attr("r",(e.width??7)/2).attr("width",e.width??14).attr("height",e.height??14);if(e.width<25&&n&&"handDrawn"!==e.look){let e=t.node()?.ownerSVGElement?.id??"",a=e?`${e}-drop-shadow-small`:"drop-shadow-small";l.attr("style",`filter:url(#${a})`)}return y(e,l),e.intersect=function(t){return N(e,(e.width??7)/2,t)},s}async function tH(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e?.padding??8,s="neo"===e.look?28:r,h="neo"===e.look?12:r,{shapeSvg:o,bbox:g}=await c(t,e,f(e)),u=(e?.width??g.width)+16+s,w=(e?.height??g.height)+h,p=u-16,m=-u/2,x=-w/2,$=[{x:0,y:0},{x:p,y:0},{x:p,y:-w},{x:0,y:-w},{x:0,y:0},{x:-8,y:0},{x:p+8,y:0},{x:p+8,y:-w},{x:-8,y:-w},{x:-8,y:0}];if("handDrawn"===e.look){let t=d.A.svg(o),a=(0,i.Fr)(e,{}),l=t.rectangle(m,x,p+16,w,a),r=t.line(m+8,x,m+8,x+w,a),s=t.line(m+8+p,x,m+8+p,x+w,a);o.insert(()=>r,":first-child"),o.insert(()=>s,":first-child");let h=o.insert(()=>l,":first-child"),{cssStyles:c}=e;h.attr("class","basic label-container").attr("style",(0,n.KL)(c)),y(e,h)}else{let t=E(o,p,w,$);l&&t.attr("style",l),y(e,t)}return e.intersect=function(t){return F(e,$,t)},o}async function tj(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r;(e.width||e.height)&&(e.height=Math.max((e?.height??0)-2*s,10),e.width=Math.max((e?.width??0)-2*n-.2*(e.height+2*s),10));let{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=(e?.height?e?.height:o.height)+2*s,w=.2*g,p=(e?.width?e?.width:o.width)+2*n+w-w,m=-p/2,x=-g/2,{cssStyles:$}=e,b=d.A.svg(h),k=(0,i.Fr)(e,{}),D=[{x:m-w/2,y:x},{x:m+p+w/2,y:x},{x:m+p+w/2,y:x+g},{x:m-w/2,y:x+g}];"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let M=u(D),S=b.path(M,k),A=u([{x:m+p-w/2,y:x+g},{x:m+p+w/2,y:x+g},{x:m+p+w/2,y:x+g-.2*g}]),v=b.path(A,{...k,fillStyle:"solid"}),K=h.insert(()=>v,":first-child");return K.insert(()=>S,":first-child"),K.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&K.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&K.selectAll("path").attr("style",l),y(e,K),e.intersect=function(t){return F(e,D,t)},h}async function tq(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,label:s}=await c(t,e,f(e)),h=Math.max(n.width+(e.padding??0)*2,e?.width??0),o=Math.max(n.height+(e.padding??0)*2,e?.height??0),g=o/8,p=.2*h,m=.2*o,x=o+g,{cssStyles:$}=e,b=d.A.svg(r),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=[{x:-h/2-h/2*.1,y:x/2},...w(-h/2-h/2*.1,x/2,h/2+h/2*.1,x/2,g,.8),{x:h/2+h/2*.1,y:-x/2},{x:-h/2-h/2*.1,y:-x/2}],M=-h/2+h/2*.1,S=-x/2-.4*m,A=[{x:M+h-p,y:(S+o)*1.3},{x:M+h,y:S+o-m},{x:M+h,y:(S+o)*.9},...w(M+h,(S+o)*1.25,M+h-p,(S+o)*1.3,-(.02*o),.5)],v=u(D),K=b.path(v,k),B=u(A),C=b.path(B,{...k,fillStyle:"solid"}),N=r.insert(()=>C,":first-child");return N.insert(()=>K,":first-child"),N.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&N.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&N.selectAll("path").attr("style",l),N.attr("transform",`translate(0,${-g/2})`),s.attr("transform",`translate(${-h/2+(e.padding??0)-(n.x-(n.left??0))},${-o/2+(e.padding??0)-g/2-(n.y-(n.top??0))})`),y(e,N),e.intersect=function(t){return F(e,D,t)},r}async function t_(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n}=await c(t,e,f(e)),s=Math.max(n.width+(e.padding??0),e?.width||0),h=Math.max(n.height+(e.padding??0),e?.height||0),o=r.insert("rect",":first-child");return o.attr("class","text").attr("style",l).attr("rx",0).attr("ry",0).attr("x",-s/2).attr("y",-h/2).attr("width",s).attr("height",h),y(e,o),e.intersect=function(t){return x(e,t)},r}(0,h.K2)(tN,"question"),(0,h.K2)(tR,"rect_left_inv_arrow"),(0,h.K2)(tL,"rectWithTitle"),(0,h.K2)(tF,"roundedRect"),(0,h.K2)(tP,"shadedProcess"),(0,h.K2)(tX,"slopedRect"),(0,h.K2)(tG,"squareRect"),(0,h.K2)(tI,"stadium"),(0,h.K2)(tE,"state"),(0,h.K2)(tT,"stateEnd"),(0,h.K2)(tW,"stateStart"),(0,h.K2)(tH,"subroutine"),(0,h.K2)(tj,"taggedRect"),(0,h.K2)(tq,"taggedWaveEdgedRectangle"),(0,h.K2)(t_,"text");var tz=(0,h.K2)((t,e,a,l,i,r)=>`M${t},${e}
|
|
3
|
+
a${i},${r} 0,0,1 0,${-l}
|
|
4
|
+
l${a},0
|
|
5
|
+
a${i},${r} 0,0,1 0,${l}
|
|
6
|
+
M${a},${-l}
|
|
7
|
+
a${i},${r} 0,0,0 0,${l}
|
|
8
|
+
l${-a},0`,"createCylinderPathD"),tZ=(0,h.K2)((t,e,a,l,i,r)=>`M${t},${e} M${t+a},${e} a${i},${r} 0,0,0 0,${-l} l${-a},0 a${i},${r} 0,0,0 0,${l} l${a},0`,"createOuterCylinderPathD"),tO=(0,h.K2)((t,e,a,l,i,r)=>`M${t+a/2},${-l/2} a${i},${r} 0,0,0 0,${l}`,"createInnerCylinderPathD");async function tV(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let s=e.padding??0,h="neo"===e.look?12:s/2;if(e.width||e.height){let t=e.height??0;e.height=(e.height??0)-h,e.height<5&&(e.height=5),e.width=(e.width??0)-h-t/2/(2.5+t/50)*3,e.width<10&&(e.width=10)}let{shapeSvg:o,bbox:g,label:u}=await c(t,e,f(e)),w=(e.height?e.height:g.height)+h,p=w/2,m=p/(2.5+w/50),$=(e.width?e.width:g.width)+m+h,{cssStyles:b}=e;if("handDrawn"===e.look){let t=d.A.svg(o),l=tZ(0,0,$,w,m,p),r=tO(0,0,$,w,m,p),n=t.path(l,(0,i.Fr)(e,{})),s=t.path(r,(0,i.Fr)(e,{fill:"none"}));a=o.insert(()=>s,":first-child"),(a=o.insert(()=>n,":first-child")).attr("class","basic label-container"),b&&a.attr("style",b)}else{let t=tz(0,0,$,w,m,p);(a=o.insert("path",":first-child").attr("d",t).attr("class","basic label-container").attr("style",(0,n.KL)(b)).attr("style",r)).attr("class","basic label-container outer-path"),b&&a.selectAll("path").attr("style",b),r&&a.selectAll("path").attr("style",r)}return a.attr("label-offset-x",m),a.attr("transform",`translate(${-$/2}, ${w/2} )`),u.attr("transform",`translate(${-(g.width/2)-m-(g.x-(g.left??0))}, ${-(g.height/2)-(g.y-(g.top??0))})`),y(e,a),e.intersect=function(t){let a=x(e,t),l=a.y-(e.y??0);if(0!=p&&(Math.abs(l)<(e.height??0)/2||Math.abs(l)==(e.height??0)/2&&Math.abs(a.x-(e.x??0))>(e.width??0)/2-m)){let i=m*m*(1-l*l/(p*p));0!=i&&(i=Math.sqrt(Math.abs(i))),i=m-i,t.x-(e.x??0)>0&&(i=-i),a.x+=i}return a},o}async function tY(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n=e.padding??0,s=(e.look,n),h="neo"===e.look?2*n:n,{shapeSvg:o,bbox:g}=await c(t,e,f(e)),w=(e?.height??g.height)+s,p=(e?.width??g.width)+h,m=[{x:-3*w/6,y:0},{x:p+3*w/6,y:0},{x:p,y:-w},{x:0,y:-w}],{cssStyles:x}=e;if("handDrawn"===e.look){let t=d.A.svg(o),l=(0,i.Fr)(e,{}),r=u(m),n=t.path(r,l);a=o.insert(()=>n,":first-child").attr("transform",`translate(${-p/2}, ${w/2})`),x&&a.attr("style",x)}else a=E(o,p,w,m);return r&&a.attr("style",r),e.width=p,e.height=w,y(e,a),e.intersect=function(t){return F(e,m,t)},o}async function tU(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r;(e.width||e.height)&&(e.height=(e.height??0)-2*s,e.height<5&&(e.height=5),e.width=(e.width??0)-2*n,e.width<15&&(e.width=15));let{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=(e?.width?e?.width:o.width)+2*n,w=(e?.height?e?.height:o.height)+2*s,{cssStyles:p}=e,m=d.A.svg(h),x=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(x.roughness=0,x.fillStyle="solid");let $=[{x:-g/2*.8,y:-w/2},{x:g/2*.8,y:-w/2},{x:g/2,y:-w/2*.6},{x:g/2,y:w/2},{x:-g/2,y:w/2},{x:-g/2,y:-w/2*.6}],b=u($),k=m.path(b,x),D=h.insert(()=>k,":first-child");return D.attr("class","basic label-container outer-path"),p&&"handDrawn"!==e.look&&D.selectChildren("path").attr("style",p),l&&"handDrawn"!==e.look&&D.selectChildren("path").attr("style",l),y(e,D),e.intersect=function(t){return F(e,$,t)},h}async function tJ(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?2*r:r;(e.width||e.height)&&(e.width=((e?.width??0)-n)/2,e.width<10&&(e.width=10),e.height=e?.height??0,e.height<10&&(e.height=10));let{shapeSvg:o,bbox:g,label:w}=await c(t,e,f(e)),p=(0,s._3)((0,s.D7)().flowchart?.htmlLabels),m=(e?.width?e?.width:g.width)+n,x=e?.height?e?.height:m+g.height,$=[{x:0,y:0},{x:x,y:0},{x:x/2,y:-x}],{cssStyles:b}=e,k=d.A.svg(o),D=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(D.roughness=0,D.fillStyle="solid");let M=u($),S=k.path(M,D),A=o.insert(()=>S,":first-child").attr("transform",`translate(${-x/2}, ${x/2})`).attr("class","outer-path");return b&&"handDrawn"!==e.look&&A.selectChildren("path").attr("style",b),l&&"handDrawn"!==e.look&&A.selectChildren("path").attr("style",l),e.width=m,e.height=x,y(e,A),w.attr("transform",`translate(${-g.width/2-(g.x-(g.left??0))}, ${x/2-(g.height+(e.padding??0)/(p?2:1)-(g.y-(g.top??0)))})`),e.intersect=function(t){return h.Rm.info("Triangle intersect",e,$,t),F(e,$,t)},o}async function tQ(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?12:r,h=!0;(e.width||e.height)&&(h=!1,e.width=(e?.width??0)-2*n,e.width<10&&(e.width=10),e.height=(e?.height??0)-2*s,e.height<10&&(e.height=10));let{shapeSvg:o,bbox:g,label:p}=await c(t,e,f(e)),m=(e?.width?e?.width:g.width)+(n??0)*2,x=(e?.height?e?.height:g.height)+(s??0)*2,$="neo"===e.look?x/4:x/8,b=x+(h?$:-$),{cssStyles:k}=e,D=14-m,M=D>0?D/2:0,S=d.A.svg(o),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid");let v=[{x:-m/2-M,y:b/2},...w(-m/2-M,b/2,m/2+M,b/2,$,.8),{x:m/2+M,y:-b/2},{x:-m/2-M,y:-b/2}],K=u(v),B=S.path(K,A),C=o.insert(()=>B,":first-child");return C.attr("class","basic label-container outer-path"),k&&"handDrawn"!==e.look&&C.selectAll("path").attr("style",k),l&&"handDrawn"!==e.look&&C.selectAll("path").attr("style",l),C.attr("transform",`translate(0,${-$/2})`),p.attr("transform",`translate(${-m/2+(e.padding??0)-(g.x-(g.left??0))},${-x/2+(e.padding??0)-$-(g.y-(g.top??0))})`),y(e,C),e.intersect=function(t){return F(e,v,t)},o}async function t0(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r=e.padding??0,n="neo"===e.look?16:r,s="neo"===e.look?20:r;if(e.width||e.height){e.width=e?.width??0,e.width<20&&(e.width=20),e.height=e?.height??0,e.height<10&&(e.height=10);let t=Math.min(.2*e.height,e.height/4);e.height=Math.ceil(e.height-s-20/9*t),e.width=e.width-2*n}let{shapeSvg:h,bbox:o}=await c(t,e,f(e)),g=(e?.width?e?.width:o.width)+2*n,p=(e?.height?e?.height:o.height)+s,m=p/8,x=p+2*m,{cssStyles:$}=e,b=d.A.svg(h),k=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let D=[{x:-g/2,y:x/2},...w(-g/2,x/2,g/2,x/2,m,1),{x:g/2,y:-x/2},...w(g/2,-x/2,-g/2,-x/2,m,-1)],M=u(D),S=b.path(M,k),A=h.insert(()=>S,":first-child");return A.attr("class","basic label-container"),$&&"handDrawn"!==e.look&&A.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&A.selectAll("path").attr("style",l),y(e,A),e.intersect=function(t){return F(e,D,t)},h}async function t2(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let r="neo"===e.look?16:e.padding??0,n="neo"===e.look?12:e.padding??0;(e.width||e.height)&&(e.width=Math.max((e?.width??0)-2*r-10,10),e.height=Math.max((e?.height??0)-2*n-10,10));let{shapeSvg:s,bbox:h,label:o}=await c(t,e,f(e)),g=(e?.width?e?.width:h.width)+2*r+10,u=(e?.height?e?.height:h.height)+2*n+10,w=g-10,p=u-10,m=-w/2,x=-p/2,{cssStyles:$}=e,b=d.A.svg(s),k=(0,i.Fr)(e,{}),D=[{x:m-10,y:x-10},{x:m-10,y:x+p},{x:m+w,y:x+p},{x:m+w,y:x-10}],M=`M${m-10},${x-10} L${m+w},${x-10} L${m+w},${x+p} L${m-10},${x+p} L${m-10},${x-10}
|
|
9
|
+
M${m-10},${x} L${m+w},${x}
|
|
10
|
+
M${m},${x-10} L${m},${x+p}`;"handDrawn"!==e.look&&(k.roughness=0,k.fillStyle="solid");let S=b.path(M,k),A=s.insert(()=>S,":first-child");return A.attr("transform","translate(5, 5)"),A.attr("class","basic label-container outer-path"),$&&"handDrawn"!==e.look&&A.selectAll("path").attr("style",$),l&&"handDrawn"!==e.look&&A.selectAll("path").attr("style",l),o.attr("transform",`translate(${-(h.width/2)+5-(h.x-(h.left??0))}, ${-(h.height/2)+5-(h.y-(h.top??0))})`),y(e,A),e.intersect=function(t){return F(e,D,t)},s}(0,h.K2)(tV,"tiltedCylinder"),(0,h.K2)(tY,"trapezoid"),(0,h.K2)(tU,"trapezoidalPentagon"),(0,h.K2)(tJ,"triangle"),(0,h.K2)(tQ,"waveEdgedRectangle"),(0,h.K2)(t0,"waveRectangle"),(0,h.K2)(t2,"windowPane");var t1=new Set(["redux-color","redux-dark-color"]),t5=new Set(["redux","redux-dark","redux-color","redux-dark-color"]);async function t8(t,e){e.alias&&(e.label=e.alias);let{theme:a,themeVariables:l}=(0,s.zj)(),{rowEven:r,rowOdd:h,nodeBorder:c,borderColorArray:g}=l;if("handDrawn"===e.look){let{themeVariables:a}=(0,s.zj)(),{background:l}=a,i={...e,id:e.id+"-background",domId:(e.domId||e.id)+"-background",look:"default",cssStyles:["stroke: none",`fill: ${l}`]};await t8(t,i)}let u=(0,s.zj)();e.useHtmlLabels=u.htmlLabels;let w=u.er?.diagramPadding??10,p=u.er?.entityPadding??6,{cssStyles:m}=e,{labelStyles:$,nodeStyles:b}=(0,i.GX)(e);if(0===e.attributes.length&&e.label){let l={rx:0,ry:0,labelPaddingX:w,labelPaddingY:1.5*w,classes:""};(0,n.Un)(e.label,u)+2*l.labelPaddingX<u.er.minEntityWidth&&(e.width=u.er.minEntityWidth);let i=await tp(t,e,l);if(null!=a&&t1.has(a)){let t=e.colorIndex??0;i.attr("data-color-id",`color-${t%g.length}`)}if(!(0,s._3)(u.htmlLabels)){let t=i.select("text"),e=t.node()?.getBBox();t.attr("transform",`translate(${-e.width/2}, 0)`)}return i}u.htmlLabels||(w*=1.25,p*=1.25);let k=f(e);k||(k="node default");let D=t.insert("g").attr("class",k).attr("id",e.domId||e.id),M=await t3(D,e.label??"",u,0,0,["name"],$);M.height+=p;let S=0,A=[],v=[],K=0,B=0,C=0,N=0,R=!0,L=!0;for(let t of e.attributes){let e=await t3(D,t.type,u,0,S,["attribute-type"],$);K=Math.max(K,e.width+w);let a=await t3(D,t.name,u,0,S,["attribute-name"],$);B=Math.max(B,a.width+w);let l=await t3(D,t.keys.join(),u,0,S,["attribute-keys"],$);C=Math.max(C,l.width+w);let i=await t3(D,t.comment,u,0,S,["attribute-comment"],$);N=Math.max(N,i.width+w);let r=Math.max(e.height,a.height,l.height,i.height)+p;v.push({yOffset:S,rowHeight:r}),S+=r}let F=4;C<=w&&(R=!1,C=0,F--),N<=w&&(L=!1,N=0,F--);let P=D.node().getBBox();if(M.width+2*w-(K+B+C+N)>0){let t=M.width+2*w-(K+B+C+N);K+=t/F,B+=t/F,C>0&&(C+=t/F),N>0&&(N+=t/F)}let X=K+B+C+N,G=d.A.svg(D),I=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(I.roughness=0,I.fillStyle="solid");let E=0;v.length>0&&(E=v.reduce((t,e)=>t+(e?.rowHeight??0),0));let T=Math.max(P.width+2*w,e?.width||0,X),W=Math.max((E??0)+M.height,e?.height||0),H=-T/2,j=-W/2;if(D.selectAll("g:not(:first-child)").each((t,e,a)=>{let l=(0,o.Ltv)(a[e]),i=l.attr("transform"),r=0,n=0;if(i){let t=RegExp(/translate\(([^,]+),([^)]+)\)/).exec(i);t&&(r=parseFloat(t[1]),n=parseFloat(t[2]),l.attr("class").includes("attribute-name")?r+=K:l.attr("class").includes("attribute-keys")?r+=K+B:l.attr("class").includes("attribute-comment")&&(r+=K+B+C))}l.attr("transform",`translate(${H+w/2+r}, ${n+j+M.height+p/2})`)}),D.select(".name").attr("transform","translate("+-M.width/2+", "+(j+p/2)+")"),null!=a&&t1.has(a)){let t=e.colorIndex??0;D.attr("data-color-id",`color-${t%g.length}`)}let q=G.rectangle(H,j,T,W,I),_=D.insert(()=>q,":first-child").attr("class","outer-path").attr("style",m.join(""));for(let[t,e]of(A.push(0),v.entries())){let a=(t+1)%2==0&&0!==e.yOffset,l=G.rectangle(H,M.height+j+e?.yOffset,T,e?.rowHeight,{...I,fill:a?r:h,stroke:c});D.insert(()=>l,"g.label").attr("style",m.join("")).attr("class",`row-rect-${a?"even":"odd"}`)}let z=t4(H,M.height+j,T+H,M.height+j,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I);if(D.insert(()=>Z).attr("class","divider"),z=t4(K+H,M.height+j,K+H,W+j,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I),D.insert(()=>Z).attr("class","divider"),R){let t=K+B+H;z=t4(t,M.height+j,t,W+j,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I),D.insert(()=>Z).attr("class","divider")}if(L){let t=K+B+C+H;z=t4(t,M.height+j,t,W+j,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I),D.insert(()=>Z).attr("class","divider")}for(let t of A){let e=M.height+j+t;z=t4(H,e,T+H,e,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I),D.insert(()=>Z).attr("class","divider")}if(y(e,_),b&&"handDrawn"!==e.look)if(null!=a&&t5.has(a))D.selectAll("path").attr("style",b);else{let t=b.split(";"),e=t?.filter(t=>t.includes("stroke"))?.map(t=>`${t}`).join("; ");D.selectAll("path").attr("style",e??""),D.selectAll(".row-rect-even path").attr("style",b)}return e.intersect=function(t){return x(e,t)},D}async function t3(t,e,a,l=0,i=0,h=[],d=""){let c=t.insert("g").attr("class",`label ${h.join(" ")}`).attr("transform",`translate(${l}, ${i})`).attr("style",d);e!==(0,s.QO)(e)&&(e=(e=(0,s.QO)(e)).replaceAll("<","<").replaceAll(">",">"));let g=c.node().appendChild(await (0,r.GZ)(c,e,{width:(0,n.Un)(e,a)+100,style:d,useHtmlLabels:a.htmlLabels},a));if(e.includes("<")||e.includes(">")){let t=g.children[0];for(t.textContent=t.textContent.replaceAll("<","<").replaceAll(">",">");t.childNodes[0];)(t=t.childNodes[0]).textContent=t.textContent.replaceAll("<","<").replaceAll(">",">")}let y=g.getBBox();if((0,s._3)(a.htmlLabels)){let t=g.children[0];t.style.textAlign="start";let e=(0,o.Ltv)(g);y=t.getBoundingClientRect(),e.attr("width",y.width),e.attr("height",y.height)}return y}function t4(t,e,a,l,i){return t===a?[{x:t-i/2,y:e},{x:t+i/2,y:e},{x:a+i/2,y:l},{x:a-i/2,y:l}]:[{x:t,y:e-i/2},{x:t,y:e+i/2},{x:a,y:l+i/2},{x:a,y:l-i/2}]}async function t7(t,e,a,l,i=a.class.padding??12){let r=3*!l,n=t.insert("g").attr("class",f(e)).attr("id",e.domId||e.id),s=null,h=null,o=null,d=null,c=0,g=0,y=0;if(s=n.insert("g").attr("class","annotation-group text"),e.annotations.length>0){let t=e.annotations[0];await t6(s,{text:`\xab${t}\xbb`},0),c=s.node().getBBox().height}h=n.insert("g").attr("class","label-group text"),await t6(h,e,0,["font-weight: bolder"]);let u=h.node().getBBox();g=u.height,o=n.insert("g").attr("class","members-group text");let w=0;for(let t of e.members){let e=await t6(o,t,w,[t.parseClassifier()]);w+=e+r}(y=o.node().getBBox().height)<=0&&(y=i/2),d=n.insert("g").attr("class","methods-group text");let p=0;for(let t of e.methods){let e=await t6(d,t,p,[t.parseClassifier()]);p+=e+r}let m=n.node().getBBox();if(null!==s){let t=s.node().getBBox();s.attr("transform",`translate(${-t.width/2})`)}return h.attr("transform",`translate(${-u.width/2}, ${c})`),m=n.node().getBBox(),o.attr("transform",`translate(0, ${c+g+2*i})`),m=n.node().getBBox(),d.attr("transform",`translate(0, ${c+g+(y?y+4*i:2*i)})`),m=n.node().getBBox(),{shapeSvg:n,bbox:m}}async function t6(t,e,a,l=[]){let i,d=t.insert("g").attr("class","label").attr("style",l.join("; ")),c=(0,s.zj)(),g="useHtmlLabels"in e?e.useHtmlLabels:(0,s._3)(c.htmlLabels)??!0,y="";y="text"in e?e.text:e.label,!g&&y.startsWith("\\")&&(y=y.substring(1)),(0,s.Wi)(y)&&(g=!0);let f=await (0,r.GZ)(d,(0,s.oB)((0,n.Sm)(y)),{width:(0,n.Un)(y,c)+50,classes:"markdown-node-label",useHtmlLabels:g},c),u=1;if(g){let t=f.children[0],e=(0,o.Ltv)(f);u=t.innerHTML.split("<br>").length,t.innerHTML.includes("</math>")&&(u+=t.innerHTML.split("<mrow>").length-1);let a=t.getElementsByTagName("img");if(a){let t=""===y.replace(/<img[^>]*>/g,"").trim();await Promise.all([...a].map(e=>new Promise(a=>{function l(){if(e.style.display="flex",e.style.flexDirection="column",t){let t=5*parseInt(c.fontSize?.toString()??window.getComputedStyle(document.body).fontSize,10)+"px";e.style.minWidth=t,e.style.maxWidth=t}else e.style.width="100%";a(e)}(0,h.K2)(l,"setupImage"),setTimeout(()=>{e.complete&&l()}),e.addEventListener("error",l),e.addEventListener("load",l)})))}i=t.getBoundingClientRect(),e.attr("width",i.width),e.attr("height",i.height)}else{l.includes("font-weight: bolder")&&(0,o.Ltv)(f).selectAll("tspan").attr("font-weight",""),u=f.children.length;let t=f.children[0];(""===f.textContent||f.textContent.includes(">"))&&(t.textContent=y[0]+y.substring(1).replaceAll(">",">").replaceAll("<","<").trim()," "===y[1]&&(t.textContent=t.textContent[0]+" "+t.textContent.substring(1))),"undefined"===t.textContent&&(t.textContent=""),i=f.getBBox()}return d.attr("transform","translate(0,"+(-i.height/(2*u)+a)+")"),i.height}async function t9(t,e){let a=(0,s.D7)(),{themeVariables:l}=a,{useGradient:r}=l,n=a.class.padding??12,h=e.useHtmlLabels??(0,s._3)(a.htmlLabels)??!0;e.annotations=e.annotations??[],e.members=e.members??[],e.methods=e.methods??[];let{shapeSvg:c,bbox:g}=await t7(t,e,a,h,n),{labelStyles:f,nodeStyles:u}=(0,i.GX)(e);e.labelStyle=f,e.cssStyles=e.styles||"";let w=e.styles?.join(";")||u||"";e.cssStyles||(e.cssStyles=w.replaceAll("!important","").split(";"));let p=0===e.members.length&&0===e.methods.length&&!a.class?.hideEmptyMembersBox,m=d.A.svg(c),$=(0,i.Fr)(e,{});"handDrawn"!==e.look&&($.roughness=0,$.fillStyle="solid");let b=Math.max(e.width??0,g.width),k=Math.max(e.height??0,g.height),D=(e.height??0)>g.height;0===e.members.length&&0===e.methods.length?k+=n:e.members.length>0&&0===e.methods.length&&(k+=2*n);let M=-b/2,S=-k/2,A=p?2*n:0===e.members.length&&0===e.methods.length?-n:0;D&&(A=2*n);let v=m.rectangle(M-n,S-n-(p?n:0===e.members.length&&0===e.methods.length?-n/2:0),b+2*n,k+2*n+A,$),K=c.insert(()=>v,":first-child");K.attr("class","basic label-container outer-path");let B=K.node().getBBox(),C=c.select(".annotation-group").node().getBBox().height-(p?n/2:0)||0,N=c.select(".label-group").node().getBBox().height-(p?n/2:0)||0,R=c.select(".members-group").node().getBBox().height-(p?n/2:0)||0,L=(C+N+S+n-(S-n-(p?n:0===e.members.length&&0===e.methods.length?-n/2:0)))/2;if(c.selectAll(".text").each((t,l,i)=>{let r=(0,o.Ltv)(i[l]),s=r.attr("transform"),d=0;if(s){let t=RegExp(/translate\(([^,]+),([^)]+)\)/).exec(s);t&&(d=parseFloat(t[2]))}let g=d+S+n-(p?n:0===e.members.length&&0===e.methods.length?-n/2:0);if(r.attr("class").includes("methods-group")){let t=Math.max(R,n/2);g=D?Math.max(L,C+N+t+S+2*n+n)+2*n:C+N+t+S+4*n+n}0===e.members.length&&0===e.methods.length&&a.class?.hideEmptyMembersBox&&(g=e.annotations.length>0?d-n:d),h||(g-=4);let y=M;(r.attr("class").includes("label-group")||r.attr("class").includes("annotation-group"))&&(y=-r.node()?.getBBox().width/2||0,c.selectAll("text").each(function(t,e,a){"middle"===window.getComputedStyle(a[e]).textAnchor&&(y=0)})),r.attr("transform",`translate(${y}, ${g})`)}),e.members.length>0||e.methods.length>0||p){let t=C+N+S+n,a=m.line(B.x,t,B.x+B.width,t+.001,$);c.insert(()=>a).attr("class",`divider${"neo"===e.look&&!r?" neo-line":""}`).attr("style",w)}if(p||e.members.length>0||e.methods.length>0){let t=C+N+R+S+2*n+n,a=m.line(B.x,D?Math.max(L,t):t,B.x+B.width,(D?Math.max(L,t):t)+.001,$);c.insert(()=>a).attr("class",`divider${"neo"===e.look&&!r?" neo-line":""}`).attr("style",w)}if("handDrawn"!==e.look&&c.selectAll("path").attr("style",w),K.select(":nth-child(2)").attr("style",w),c.selectAll(".divider").select("path").attr("style",w),e.labelStyle?c.selectAll("span").attr("style",e.labelStyle):c.selectAll("span").attr("style",w),!h){let t=RegExp(/color\s*:\s*([^;]*)/),e=t.exec(w);if(e){let t=e[0].replace("color","fill");c.selectAll("tspan").attr("style",t)}else if(f){let e=t.exec(f);if(e){let t=e[0].replace("color","fill");c.selectAll("tspan").attr("style",t)}}}return y(e,K),e.intersect=function(t){return x(e,t)},c}async function et(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let n="verifyMethod"in e,h=f(e),{themeVariables:c}=(0,s.D7)(),{borderColorArray:g,requirementEdgeLabelBackground:u}=c,w=t.insert("g").attr("class",h).attr("id",e.domId??e.id),p=a=n?await ee(w,`<<${e.type}>>`,0,e.labelStyle):await ee(w,"<<Element>>",0,e.labelStyle),m=await ee(w,e.name,p,e.labelStyle+"; font-weight: bold;");if(p+=m+20,n){let t=await ee(w,`${e.requirementId?`ID: ${e.requirementId}`:""}`,p,e.labelStyle);p+=t;let a=await ee(w,`${e.text?`Text: ${e.text}`:""}`,p,e.labelStyle);p+=a;let l=await ee(w,`${e.risk?`Risk: ${e.risk}`:""}`,p,e.labelStyle);p+=l,await ee(w,`${e.verifyMethod?`Verification: ${e.verifyMethod}`:""}`,p,e.labelStyle)}else{let t=await ee(w,`${e.type?`Type: ${e.type}`:""}`,p,e.labelStyle);p+=t,await ee(w,`${e.docRef?`Doc Ref: ${e.docRef}`:""}`,p,e.labelStyle)}let $=(w.node()?.getBBox().width??200)+20,b=(w.node()?.getBBox().height??200)+20,k=-$/2,D=-b/2,M=d.A.svg(w),S=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(S.roughness=0,S.fillStyle="solid");let A=M.rectangle(k,D,$,b,S),v=w.insert(()=>A,":first-child");if(v.attr("class","basic label-container outer-path").attr("style",r),g?.length){let t=e.colorIndex??0;w.attr("data-color-id",`color-${t%g.length}`)}if(w.selectAll(".label").each((t,e,a)=>{let l=(0,o.Ltv)(a[e]),i=l.attr("transform"),r=0,n=0;if(i){let t=RegExp(/translate\(([^,]+),([^)]+)\)/).exec(i);t&&(r=parseFloat(t[1]),n=parseFloat(t[2]))}let s=n-b/2,h=k+10;(0===e||1===e)&&(h=r),l.attr("transform",`translate(${h}, ${s+20})`)}),p>a+m+20){let t,l=D+a+m+20;if("neo"===e.look){let e=[[k,l],[k+$,l],[k+$,l+.001],[k,l+.001]];t=M.polygon(e,S)}else t=M.line(k,l,k+$,l,S);w.insert(()=>t).attr("class","divider")}return y(e,v),e.intersect=function(t){return x(e,t)},r&&"handDrawn"!==e.look&&(u||g?.length)&&w.selectAll("path").attr("style",r),w}async function ee(t,e,a,l=""){let i;if(""===e)return 0;let h=t.insert("g").attr("class","label").attr("style",l),d=(0,s.D7)(),c=d.htmlLabels??!0,g=await (0,r.GZ)(h,(0,s.oB)((0,n.Sm)(e)),{width:(0,n.Un)(e,d)+50,classes:"markdown-node-label",useHtmlLabels:c,style:l},d);if(c){let t=g.children[0],e=(0,o.Ltv)(g);i=t.getBoundingClientRect(),e.attr("width",i.width),e.attr("height",i.height)}else{for(let t of g.children[0].children)l&&t.setAttribute("style",l);i=g.getBBox(),i.height+=6}return h.attr("transform",`translate(${-i.width/2},${-i.height/2+a})`),i.height}(0,h.K2)(t8,"erBox"),(0,h.K2)(t3,"addText"),(0,h.K2)(t4,"lineToPolygon"),(0,h.K2)(t7,"textHelper"),(0,h.K2)(t6,"addText"),(0,h.K2)(t9,"classBox"),(0,h.K2)(et,"requirementBox"),(0,h.K2)(ee,"addText");var ea=(0,h.K2)(t=>{switch(t){case"Very High":return"red";case"High":return"orange";case"Medium":return null;case"Low":return"blue";case"Very Low":return"lightblue"}},"colorFromPriority");async function el(t,e,{config:a}){let l,r,n,s,{labelStyles:h,nodeStyles:o}=(0,i.GX)(e);e.labelStyle=h||"";let u=e.width;e.width=(e.width??200)-10;let{shapeSvg:w,bbox:p,label:m}=await c(t,e,f(e)),$=e.padding||10,k="";"ticket"in e&&e.ticket&&a?.kanban?.ticketBaseUrl&&(k=a?.kanban?.ticketBaseUrl.replace("#TICKET#",e.ticket),l=w.insert("svg:a",":first-child").attr("class","kanban-ticket-link").attr("xlink:href",k).attr("target","_blank"));let D={useHtmlLabels:e.useHtmlLabels,labelStyle:e.labelStyle||"",width:e.width,img:e.img,padding:e.padding||8,centerLabel:!1};l?{label:r,bbox:n}=await g(l,"ticket"in e&&e.ticket||"",D):{label:r,bbox:n}=await g(w,"ticket"in e&&e.ticket||"",D);let{label:M,bbox:S}=await g(w,"assigned"in e&&e.assigned||"",D);e.width=u;let A=e?.width||0,v=Math.max(n.height,S.height)/2,K=Math.max(p.height+20,e?.height||0)+v,B=-A/2,C=-K/2;m.attr("transform","translate("+($-A/2)+", "+(-v-p.height/2)+")"),r.attr("transform","translate("+($-A/2)+", "+(-v+p.height/2)+")"),M.attr("transform","translate("+($+A/2-S.width-20)+", "+(-v+p.height/2)+")");let{rx:N,ry:R}=e,{cssStyles:L}=e;if("handDrawn"===e.look){let t=d.A.svg(w),a=(0,i.Fr)(e,{}),l=N||R?t.path(b(B,C,A,K,N||0),a):t.rectangle(B,C,A,K,a);(s=w.insert(()=>l,":first-child")).attr("class","basic label-container").attr("style",L||null)}else{(s=w.insert("rect",":first-child")).attr("class","basic label-container __APA__").attr("style",o).attr("rx",N??5).attr("ry",R??5).attr("x",B).attr("y",C).attr("width",A).attr("height",K);let t="priority"in e&&e.priority;if(t){let e=w.append("line"),a=B+2,l=C+Math.floor((N??0)/2),i=C+K-Math.floor((N??0)/2);e.attr("x1",a).attr("y1",l).attr("x2",a).attr("y2",i).attr("stroke-width","4").attr("stroke",ea(t))}}return y(e,s),e.height=K,e.intersect=function(t){return x(e,t)},w}async function ei(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let{shapeSvg:s,bbox:o,halfPadding:g,label:u}=await c(t,e,f(e)),w=o.width+10*g,p=o.height+8*g,m=.15*w,{cssStyles:$}=e,b=o.width+20,k=o.height+20,D=Math.max(w,b),M=Math.max(p,k);u.attr("transform",`translate(${-o.width/2}, ${-o.height/2})`);let S=`M0 0
|
|
11
|
+
a${m},${m} 1 0,0 ${.25*D},${-1*M*.1}
|
|
12
|
+
a${m},${m} 1 0,0 ${.25*D},0
|
|
13
|
+
a${m},${m} 1 0,0 ${.25*D},0
|
|
14
|
+
a${m},${m} 1 0,0 ${.25*D},${.1*M}
|
|
15
|
+
|
|
16
|
+
a${m},${m} 1 0,0 ${.15*D},${.33*M}
|
|
17
|
+
a${.8*m},${.8*m} 1 0,0 0,${.34*M}
|
|
18
|
+
a${m},${m} 1 0,0 ${-1*D*.15},${.33*M}
|
|
19
|
+
|
|
20
|
+
a${m},${m} 1 0,0 ${-1*D*.25},${.15*M}
|
|
21
|
+
a${m},${m} 1 0,0 ${-1*D*.25},0
|
|
22
|
+
a${m},${m} 1 0,0 ${-1*D*.25},0
|
|
23
|
+
a${m},${m} 1 0,0 ${-1*D*.25},${-1*M*.15}
|
|
24
|
+
|
|
25
|
+
a${m},${m} 1 0,0 ${-1*D*.1},${-1*M*.33}
|
|
26
|
+
a${.8*m},${.8*m} 1 0,0 0,${-1*M*.34}
|
|
27
|
+
a${m},${m} 1 0,0 ${.1*D},${-1*M*.33}
|
|
28
|
+
H0 V0 Z`;if("handDrawn"===e.look){let t=d.A.svg(s),l=(0,i.Fr)(e,{}),r=t.path(S,l);(a=s.insert(()=>r,":first-child")).attr("class","basic label-container").attr("style",(0,n.KL)($))}else a=s.insert("path",":first-child").attr("class","basic label-container").attr("style",r).attr("d",S);return a.attr("transform",`translate(${-D/2}, ${-M/2})`),y(e,a),e.calcIntersect=function(t,e){return x(t,e)},e.intersect=function(t){return h.Rm.info("Bang intersect",e,t),x(e,t)},s}async function er(t,e){let a,{labelStyles:l,nodeStyles:r}=(0,i.GX)(e);e.labelStyle=l;let{shapeSvg:s,bbox:o,halfPadding:g,label:u}=await c(t,e,f(e)),w=o.width+2*g,p=o.height+2*g,m=.15*w,$=.25*w,b=.35*w,k=.2*w,{cssStyles:D}=e,M=`M0 0
|
|
29
|
+
a${m},${m} 0 0,1 ${.25*w},${-1*w*.1}
|
|
30
|
+
a${b},${b} 1 0,1 ${.4*w},${-1*w*.1}
|
|
31
|
+
a${$},${$} 1 0,1 ${.35*w},${.2*w}
|
|
32
|
+
|
|
33
|
+
a${m},${m} 1 0,1 ${.15*w},${.35*p}
|
|
34
|
+
a${k},${k} 1 0,1 ${-1*w*.15},${.65*p}
|
|
35
|
+
|
|
36
|
+
a${$},${m} 1 0,1 ${-1*w*.25},${.15*w}
|
|
37
|
+
a${b},${b} 1 0,1 ${-1*w*.5},0
|
|
38
|
+
a${m},${m} 1 0,1 ${-1*w*.25},${-1*w*.15}
|
|
39
|
+
|
|
40
|
+
a${m},${m} 1 0,1 ${-1*w*.1},${-1*p*.35}
|
|
41
|
+
a${k},${k} 1 0,1 ${.1*w},${-1*p*.65}
|
|
42
|
+
H0 V0 Z`;if("handDrawn"===e.look){let t=d.A.svg(s),l=(0,i.Fr)(e,{}),r=t.path(M,l);(a=s.insert(()=>r,":first-child")).attr("class","basic label-container").attr("style",(0,n.KL)(D))}else a=s.insert("path",":first-child").attr("class","basic label-container").attr("style",r).attr("d",M);return u.attr("transform",`translate(${-o.width/2}, ${-o.height/2})`),a.attr("transform",`translate(${-w/2}, ${-p/2})`),y(e,a),e.calcIntersect=function(t,e){return x(t,e)},e.intersect=function(t){return h.Rm.info("Cloud intersect",e,t),x(e,t)},s}async function en(t,e){let{labelStyles:a,nodeStyles:l}=(0,i.GX)(e);e.labelStyle=a;let{shapeSvg:r,bbox:n,halfPadding:s,label:h}=await c(t,e,f(e)),o=n.width+8*s,d=n.height+2*s,g="neo"===e.look?`
|
|
43
|
+
M${-o/2} ${d/2-5}
|
|
44
|
+
v${-d+10}
|
|
45
|
+
q0,-5 5,-5
|
|
46
|
+
h${o-10}
|
|
47
|
+
q5,0 5,5
|
|
48
|
+
v${d-5}
|
|
49
|
+
H${-o/2}
|
|
50
|
+
Z
|
|
51
|
+
`:`
|
|
52
|
+
M${-o/2} ${d/2-5}
|
|
53
|
+
v${-d+10}
|
|
54
|
+
q0,-5 5,-5
|
|
55
|
+
h${o-10}
|
|
56
|
+
q5,0 5,5
|
|
57
|
+
v${d-10}
|
|
58
|
+
q0,5 -5,5
|
|
59
|
+
h${-(o-10)}
|
|
60
|
+
q-5,0 -5,-5
|
|
61
|
+
Z
|
|
62
|
+
`;if(!e.domId)throw Error(`defaultMindmapNode: node "${e.id}" is missing a domId \u2014 was render.ts domId prefixing skipped?`);let u=r.append("path").attr("id",e.domId).attr("class","node-bkg node-"+e.type).attr("style",l).attr("d",g);return r.append("line").attr("class","node-line-").attr("x1",-o/2).attr("y1",d/2).attr("x2",o/2).attr("y2",d/2),h.attr("transform",`translate(${-n.width/2}, ${-n.height/2})`),r.append(()=>h.node()),y(e,u),e.calcIntersect=function(t,e){return x(t,e)},e.intersect=function(t){return x(e,t)},r}async function es(t,e){let a={padding:e.padding??0};return H(t,e,a)}(0,h.K2)(el,"kanbanItem"),(0,h.K2)(ei,"bang"),(0,h.K2)(er,"cloud"),(0,h.K2)(en,"defaultMindmapNode"),(0,h.K2)(es,"mindmapCircle");var eh=[{semanticName:"Process",name:"Rectangle",shortName:"rect",description:"Standard process shape",aliases:["proc","process","rectangle"],internalAliases:["squareRect"],handler:tG},{semanticName:"Event",name:"Rounded Rectangle",shortName:"rounded",description:"Represents an event",aliases:["event"],internalAliases:["roundedRect"],handler:tF},{semanticName:"Terminal Point",name:"Stadium",shortName:"stadium",description:"Terminal point",aliases:["terminal","pill"],handler:tI},{semanticName:"Subprocess",name:"Framed Rectangle",shortName:"fr-rect",description:"Subprocess",aliases:["subprocess","subproc","framed-rectangle","subroutine"],handler:tH},{semanticName:"Database",name:"Cylinder",shortName:"cyl",description:"Database storage",aliases:["db","database","cylinder"],handler:te},{semanticName:"Start",name:"Circle",shortName:"circle",description:"Starting point",aliases:["circ"],handler:H},{semanticName:"Bang",name:"Bang",shortName:"bang",description:"Bang",aliases:["bang"],handler:ei},{semanticName:"Cloud",name:"Cloud",shortName:"cloud",description:"cloud",aliases:["cloud"],handler:er},{semanticName:"Decision",name:"Diamond",shortName:"diam",description:"Decision-making step",aliases:["decision","diamond","question"],handler:tN},{semanticName:"Prepare Conditional",name:"Hexagon",shortName:"hex",description:"Preparation or condition step",aliases:["hexagon","prepare"],handler:to},{semanticName:"Data Input/Output",name:"Lean Right",shortName:"lean-r",description:"Represents input or output",aliases:["lean-right","in-out"],internalAliases:["lean_right"],handler:t$},{semanticName:"Data Input/Output",name:"Lean Left",shortName:"lean-l",description:"Represents output or input",aliases:["lean-left","out-in"],internalAliases:["lean_left"],handler:tx},{semanticName:"Priority Action",name:"Trapezoid Base Bottom",shortName:"trap-b",description:"Priority action",aliases:["priority","trapezoid-bottom","trapezoid"],handler:tY},{semanticName:"Manual Operation",name:"Trapezoid Base Top",shortName:"trap-t",description:"Represents a manual task",aliases:["manual","trapezoid-top","inv-trapezoid"],internalAliases:["inv_trapezoid"],handler:tw},{semanticName:"Stop",name:"Double Circle",shortName:"dbl-circ",description:"Represents a stop point",aliases:["double-circle"],internalAliases:["doublecircle"],handler:tl},{semanticName:"Text Block",name:"Text Block",shortName:"text",description:"Text block",handler:t_},{semanticName:"Card",name:"Notched Rectangle",shortName:"notch-rect",description:"Represents a card",aliases:["card","notched-rectangle"],handler:T},{semanticName:"Lined/Shaded Process",name:"Lined Rectangle",shortName:"lin-rect",description:"Lined process shape",aliases:["lined-rectangle","lined-process","lin-proc","shaded-process"],handler:tP},{semanticName:"Start",name:"Small Circle",shortName:"sm-circ",description:"Small starting point",aliases:["start","small-circle"],internalAliases:["stateStart"],handler:tW},{semanticName:"Stop",name:"Framed Circle",shortName:"fr-circ",description:"Stop point",aliases:["stop","framed-circle"],internalAliases:["stateEnd"],handler:tT},{semanticName:"Fork/Join",name:"Filled Rectangle",shortName:"fork",description:"Fork or join in process flow",aliases:["join"],internalAliases:["forkJoin"],handler:tn},{semanticName:"Collate",name:"Hourglass",shortName:"hourglass",description:"Represents a collate operation",aliases:["hourglass","collate"],handler:td},{semanticName:"Comment",name:"Curly Brace",shortName:"brace",description:"Adds a comment",aliases:["comment","brace-l"],handler:z},{semanticName:"Comment Right",name:"Curly Brace",shortName:"brace-r",description:"Adds a comment",handler:O},{semanticName:"Comment with braces on both sides",name:"Curly Braces",shortName:"braces",description:"Adds a comment",handler:Y},{semanticName:"Com Link",name:"Lightning Bolt",shortName:"bolt",description:"Communication link",aliases:["com-link","lightning-bolt"],handler:tb},{semanticName:"Document",name:"Document",shortName:"doc",description:"Represents a document",aliases:["doc","document"],handler:tQ},{semanticName:"Delay",name:"Half-Rounded Rectangle",shortName:"delay",description:"Represents a delay",aliases:["half-rounded-rectangle"],handler:ts},{semanticName:"Direct Access Storage",name:"Horizontal Cylinder",shortName:"h-cyl",description:"Direct access storage",aliases:["das","horizontal-cylinder"],handler:tV},{semanticName:"Disk Storage",name:"Lined Cylinder",shortName:"lin-cyl",description:"Disk storage",aliases:["disk","lined-cylinder"],handler:tS},{semanticName:"Display",name:"Curved Trapezoid",shortName:"curv-trap",description:"Represents a display",aliases:["curved-trapezoid","display"],handler:U},{semanticName:"Divided Process",name:"Divided Rectangle",shortName:"div-rect",description:"Divided process shape",aliases:["div-proc","divided-rectangle","divided-process"],handler:ta},{semanticName:"Extract",name:"Triangle",shortName:"tri",description:"Extraction process",aliases:["extract","triangle"],handler:tJ},{semanticName:"Internal Storage",name:"Window Pane",shortName:"win-pane",description:"Internal storage",aliases:["internal-storage","window-pane"],handler:t2},{semanticName:"Junction",name:"Filled Circle",shortName:"f-circ",description:"Junction point",aliases:["junction","filled-circle"],handler:ti},{semanticName:"Loop Limit",name:"Trapezoidal Pentagon",shortName:"notch-pent",description:"Loop limit step",aliases:["loop-limit","notched-pentagon"],handler:tU},{semanticName:"Manual File",name:"Flipped Triangle",shortName:"flip-tri",description:"Manual file operation",aliases:["manual-file","flipped-triangle"],handler:tr},{semanticName:"Manual Input",name:"Sloped Rectangle",shortName:"sl-rect",description:"Manual input step",aliases:["manual-input","sloped-rectangle"],handler:tX},{semanticName:"Multi-Document",name:"Stacked Document",shortName:"docs",description:"Multiple documents",aliases:["documents","st-doc","stacked-document"],handler:tK},{semanticName:"Multi-Process",name:"Stacked Rectangle",shortName:"st-rect",description:"Multiple processes",aliases:["procs","processes","stacked-rectangle"],handler:tv},{semanticName:"Stored Data",name:"Bow Tie Rectangle",shortName:"bow-rect",description:"Stored data",aliases:["stored-data","bow-tie-rectangle"],handler:I},{semanticName:"Summary",name:"Crossed Circle",shortName:"cross-circ",description:"Summary",aliases:["summary","crossed-circle"],handler:q},{semanticName:"Tagged Document",name:"Tagged Document",shortName:"tag-doc",description:"Tagged document",aliases:["tag-doc","tagged-document"],handler:tq},{semanticName:"Tagged Process",name:"Tagged Rectangle",shortName:"tag-rect",description:"Tagged process",aliases:["tagged-rectangle","tag-proc","tagged-process"],handler:tj},{semanticName:"Paper Tape",name:"Flag",shortName:"flag",description:"Paper tape",aliases:["paper-tape"],handler:t0},{semanticName:"Odd",name:"Odd",shortName:"odd",description:"Odd shape",internalAliases:["rect_left_inv_arrow"],handler:tR},{semanticName:"Lined Document",name:"Lined Document",shortName:"lin-doc",description:"Lined document",aliases:["lined-document"],handler:tA}],eo=(0,h.K2)(()=>Object.fromEntries([...Object.entries({state:tE,choice:W,note:tB,rectWithTitle:tL,labelRect:tm,iconSquare:tf,iconCircle:tg,icon:tc,iconRounded:ty,imageSquare:tu,anchor:P,kanbanItem:el,mindmapCircle:es,defaultMindmapNode:en,classBox:t9,erBox:t8,requirementBox:et}),...eh.flatMap(t=>[t.shortName,..."aliases"in t?t.aliases:[],..."internalAliases"in t?t.internalAliases:[]].map(e=>[e,t.handler]))]),"generateShapeMap")();function ed(t){return t in eo}(0,h.K2)(ed,"isValidShape");var ec=new Map;async function eg(t,e,a){let l,i;"rect"===e.shape&&(e.rx&&e.ry?e.shape="roundedRect":e.shape="squareRect");let r=e.shape?eo[e.shape]:void 0;if(!r)throw Error(`No such shape: ${e.shape}. Please check your syntax.`);if(e.link){let n;"sandbox"===a.config.securityLevel?n="_top":e.linkTarget&&(n=e.linkTarget||"_blank"),l=t.insert("svg:a").attr("xlink:href",e.link).attr("target",n??null),i=await r(l,e,a)}else l=i=await r(t,e,a);return l.attr("data-look",(0,n.KL)(e.look)),e.tooltip&&i.attr("title",e.tooltip),ec.set(e.id,l),e.haveCallback&&l.attr("class",l.attr("class")+" clickable"),l}(0,h.K2)(eg,"insertNode");var ey=(0,h.K2)((t,e)=>{ec.set(e.id,t)},"setNodeElem"),ef=(0,h.K2)(()=>{ec.clear()},"clear"),eu=(0,h.K2)(t=>{let e=ec.get(t.id);h.Rm.trace("Transforming node",t.diff,t,"translate("+(t.x-t.width/2-5)+", "+t.width/2+")");let a=t.diff||0;return t.clusterNode?e.attr("transform","translate("+(t.x+a-t.width/2)+", "+(t.y-t.height/2-8)+")"):e.attr("transform","translate("+t.x+", "+t.y+")"),a},"positionNode")}}]);
|