@seqyuan/annovibe 0.8.12

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.
Files changed (422) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +40 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/diagnostics/build-diagnostics.json +6 -0
  5. package/.next/diagnostics/framework.json +1 -0
  6. package/.next/export-marker.json +6 -0
  7. package/.next/images-manifest.json +68 -0
  8. package/.next/next-minimal-server.js.nft.json +1 -0
  9. package/.next/next-server.js.nft.json +1 -0
  10. package/.next/package.json +1 -0
  11. package/.next/prerender-manifest.json +138 -0
  12. package/.next/react-loadable-manifest.json +2320 -0
  13. package/.next/required-server-files.js +343 -0
  14. package/.next/required-server-files.json +343 -0
  15. package/.next/routes-manifest.json +292 -0
  16. package/.next/server/app/_global-error/page.js +32 -0
  17. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_global-error.html +1 -0
  20. package/.next/server/app/_global-error.meta +16 -0
  21. package/.next/server/app/_global-error.rsc +14 -0
  22. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  23. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  24. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  25. package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  26. package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  27. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  28. package/.next/server/app/_not-found/page.js +2 -0
  29. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next/server/app/_not-found.html +1 -0
  32. package/.next/server/app/_not-found.meta +16 -0
  33. package/.next/server/app/_not-found.rsc +18 -0
  34. package/.next/server/app/_not-found.segments/_full.segment.rsc +18 -0
  35. package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  36. package/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
  37. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  38. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  39. package/.next/server/app/_not-found.segments/_tree.segment.rsc +4 -0
  40. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  41. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/agent/[id]/route.js +1 -0
  44. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
  45. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/agent/new/route.js +1 -0
  47. package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
  48. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/auth/all-providers/route.js +1 -0
  50. package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -0
  51. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  53. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  54. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  56. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  57. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/login/route.js +1 -0
  59. package/.next/server/app/api/auth/login/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -0
  61. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  62. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
  63. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/auth/providers/route.js +1 -0
  65. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
  66. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  67. package/.next/server/app/api/auth/status/route.js +1 -0
  68. package/.next/server/app/api/auth/status/route.js.nft.json +1 -0
  69. package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/default-cwd/route.js +1 -0
  71. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  72. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/files/[...path]/route.js +6 -0
  74. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  75. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/harness/route.js +1 -0
  77. package/.next/server/app/api/harness/route.js.nft.json +1 -0
  78. package/.next/server/app/api/harness/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/home/route.js +1 -0
  80. package/.next/server/app/api/home/route.js.nft.json +1 -0
  81. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/models/route.js +1 -0
  83. package/.next/server/app/api/models/route.js.nft.json +1 -0
  84. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/models-config/discover/route.js +1 -0
  86. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  87. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/models-config/route.js +1 -0
  89. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  90. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/models-config/test/route.js +1 -0
  92. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  93. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/plot-kernels/route.js +1 -0
  95. package/.next/server/app/api/plot-kernels/route.js.nft.json +1 -0
  96. package/.next/server/app/api/plot-kernels/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/plot-kernels/status/route.js +1 -0
  98. package/.next/server/app/api/plot-kernels/status/route.js.nft.json +1 -0
  99. package/.next/server/app/api/plot-kernels/status/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/plot-kernels/stop/route.js +1 -0
  101. package/.next/server/app/api/plot-kernels/stop/route.js.nft.json +1 -0
  102. package/.next/server/app/api/plot-kernels/stop/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/reports/[id]/route.js +9 -0
  104. package/.next/server/app/api/reports/[id]/route.js.nft.json +1 -0
  105. package/.next/server/app/api/reports/[id]/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/search/route.js +3 -0
  107. package/.next/server/app/api/search/route.js.nft.json +1 -0
  108. package/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/sessions/[id]/context/route.js +3 -0
  110. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  111. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  113. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  114. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/sessions/new/route.js +1 -0
  116. package/.next/server/app/api/sessions/new/route.js.nft.json +1 -0
  117. package/.next/server/app/api/sessions/new/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/sessions/route.js +3 -0
  119. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  120. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/settings/route.js +1 -0
  122. package/.next/server/app/api/settings/route.js.nft.json +1 -0
  123. package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/skills/install/route.js +1 -0
  125. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  126. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/skills/route.js +6 -0
  128. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  129. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/skills/search/route.js +1 -0
  131. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  132. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/soul/route.js +1 -0
  134. package/.next/server/app/api/soul/route.js.nft.json +1 -0
  135. package/.next/server/app/api/soul/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/version/route.js +1 -0
  137. package/.next/server/app/api/version/route.js.nft.json +1 -0
  138. package/.next/server/app/api/version/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/favicon.ico/route.js +1 -0
  140. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  141. package/.next/server/app/favicon.ico.body +0 -0
  142. package/.next/server/app/favicon.ico.meta +1 -0
  143. package/.next/server/app/index.html +1 -0
  144. package/.next/server/app/index.meta +14 -0
  145. package/.next/server/app/index.rsc +17 -0
  146. package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
  147. package/.next/server/app/index.segments/_full.segment.rsc +17 -0
  148. package/.next/server/app/index.segments/_head.segment.rsc +6 -0
  149. package/.next/server/app/index.segments/_index.segment.rsc +5 -0
  150. package/.next/server/app/index.segments/_tree.segment.rsc +4 -0
  151. package/.next/server/app/login/page.js +2 -0
  152. package/.next/server/app/login/page.js.nft.json +1 -0
  153. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  154. package/.next/server/app/login.html +1 -0
  155. package/.next/server/app/login.meta +15 -0
  156. package/.next/server/app/login.rsc +22 -0
  157. package/.next/server/app/login.segments/_full.segment.rsc +22 -0
  158. package/.next/server/app/login.segments/_head.segment.rsc +6 -0
  159. package/.next/server/app/login.segments/_index.segment.rsc +5 -0
  160. package/.next/server/app/login.segments/_tree.segment.rsc +4 -0
  161. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +9 -0
  162. package/.next/server/app/login.segments/login.segment.rsc +5 -0
  163. package/.next/server/app/page.js +271 -0
  164. package/.next/server/app/page.js.nft.json +1 -0
  165. package/.next/server/app/page_client-reference-manifest.js +1 -0
  166. package/.next/server/app-paths-manifest.json +40 -0
  167. package/.next/server/chunks/1048.js +1 -0
  168. package/.next/server/chunks/1367.js +77 -0
  169. package/.next/server/chunks/1381.js +1 -0
  170. package/.next/server/chunks/165.js +1 -0
  171. package/.next/server/chunks/1681.js +215 -0
  172. package/.next/server/chunks/1703.js +79 -0
  173. package/.next/server/chunks/1712.js +43 -0
  174. package/.next/server/chunks/1813.js +1 -0
  175. package/.next/server/chunks/2325.js +80 -0
  176. package/.next/server/chunks/258.js +1 -0
  177. package/.next/server/chunks/2671.js +287 -0
  178. package/.next/server/chunks/2778.js +1 -0
  179. package/.next/server/chunks/2943.js +1 -0
  180. package/.next/server/chunks/3031.js +226 -0
  181. package/.next/server/chunks/3181.js +1 -0
  182. package/.next/server/chunks/3451.js +1 -0
  183. package/.next/server/chunks/3493.js +1 -0
  184. package/.next/server/chunks/3672.js +1 -0
  185. package/.next/server/chunks/3701.js +104 -0
  186. package/.next/server/chunks/4013.js +1 -0
  187. package/.next/server/chunks/4035.js +80 -0
  188. package/.next/server/chunks/4248.js +153 -0
  189. package/.next/server/chunks/4367.js +1 -0
  190. package/.next/server/chunks/4406.js +141 -0
  191. package/.next/server/chunks/4741.js +18 -0
  192. package/.next/server/chunks/4858.js +148 -0
  193. package/.next/server/chunks/4980.js +1 -0
  194. package/.next/server/chunks/5155.js +5 -0
  195. package/.next/server/chunks/5193.js +73 -0
  196. package/.next/server/chunks/5293.js +166 -0
  197. package/.next/server/chunks/5409.js +1 -0
  198. package/.next/server/chunks/5797.js +93 -0
  199. package/.next/server/chunks/5851.js +36 -0
  200. package/.next/server/chunks/6206.js +1 -0
  201. package/.next/server/chunks/6296.js +1 -0
  202. package/.next/server/chunks/63.js +45 -0
  203. package/.next/server/chunks/6346.js +1 -0
  204. package/.next/server/chunks/6406.js +23 -0
  205. package/.next/server/chunks/642.js +1 -0
  206. package/.next/server/chunks/6729.js +64 -0
  207. package/.next/server/chunks/6907.js +115 -0
  208. package/.next/server/chunks/6980.js +1 -0
  209. package/.next/server/chunks/7073.js +24 -0
  210. package/.next/server/chunks/7233.js +24 -0
  211. package/.next/server/chunks/7270.js +45 -0
  212. package/.next/server/chunks/7307.js +1 -0
  213. package/.next/server/chunks/7362.js +9 -0
  214. package/.next/server/chunks/7567.js +29 -0
  215. package/.next/server/chunks/7601.js +129 -0
  216. package/.next/server/chunks/7765.js +1 -0
  217. package/.next/server/chunks/7890.js +1 -0
  218. package/.next/server/chunks/8065.js +1 -0
  219. package/.next/server/chunks/8238.js +34 -0
  220. package/.next/server/chunks/8276.js +1 -0
  221. package/.next/server/chunks/8336.js +1 -0
  222. package/.next/server/chunks/8490.js +1 -0
  223. package/.next/server/chunks/8916.js +1 -0
  224. package/.next/server/chunks/9280.js +252 -0
  225. package/.next/server/chunks/9315.js +1 -0
  226. package/.next/server/chunks/9537.js +90 -0
  227. package/.next/server/chunks/966.js +1 -0
  228. package/.next/server/chunks/9818.js +21 -0
  229. package/.next/server/chunks/static/media/pdf.worker.min.9df6854a.mjs +6 -0
  230. package/.next/server/functions-config-manifest.json +14 -0
  231. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  232. package/.next/server/middleware-build-manifest.js +1 -0
  233. package/.next/server/middleware-manifest.json +6 -0
  234. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  235. package/.next/server/middleware.js +18 -0
  236. package/.next/server/middleware.js.nft.json +1 -0
  237. package/.next/server/next-font-manifest.js +1 -0
  238. package/.next/server/next-font-manifest.json +1 -0
  239. package/.next/server/pages/404.html +1 -0
  240. package/.next/server/pages/500.html +1 -0
  241. package/.next/server/pages-manifest.json +4 -0
  242. package/.next/server/prefetch-hints.json +1 -0
  243. package/.next/server/server-reference-manifest.js +1 -0
  244. package/.next/server/server-reference-manifest.json +1 -0
  245. package/.next/server/webpack-runtime.js +1 -0
  246. package/.next/static/chunks/0b9a0da7.9075af772487e743.js +62 -0
  247. package/.next/static/chunks/1413.922d232de90c0c41.js +115 -0
  248. package/.next/static/chunks/1643.467a526a1f24f54d.js +24 -0
  249. package/.next/static/chunks/1852.5543122f11aa7fed.js +1 -0
  250. package/.next/static/chunks/1960.b1e26436d7a5f586.js +1 -0
  251. package/.next/static/chunks/2170a4aa.4213bb2183c9cdf9.js +1 -0
  252. package/.next/static/chunks/2274.6cd173f80a1405a2.js +21 -0
  253. package/.next/static/chunks/2419.347fdfe3c170854d.js +166 -0
  254. package/.next/static/chunks/2619.9aac8983f30c7c8a.js +1 -0
  255. package/.next/static/chunks/2623.d20fabd8e18197c6.js +287 -0
  256. package/.next/static/chunks/2729.f5365061a849d659.js +34 -0
  257. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  258. package/.next/static/chunks/2918becc.abff2ece1de37bc1.js +153 -0
  259. package/.next/static/chunks/2947.114e51cb06d1c01a.js +23 -0
  260. package/.next/static/chunks/3079.4c511fa1144e3adf.js +79 -0
  261. package/.next/static/chunks/3274.208ca44844cd7d95.js +148 -0
  262. package/.next/static/chunks/3308.465a94263d04bfea.js +73 -0
  263. package/.next/static/chunks/3325.e4bfe1ca657f3b5b.js +80 -0
  264. package/.next/static/chunks/3506.2a7eaa08b9f55337.js +90 -0
  265. package/.next/static/chunks/363642f4-043c1475ab9af70e.js +1 -0
  266. package/.next/static/chunks/3794-123fdf632563f469.js +32 -0
  267. package/.next/static/chunks/3837.a755ccfe6f9c1c1c.js +5 -0
  268. package/.next/static/chunks/394.91597771688df6d0.js +1 -0
  269. package/.next/static/chunks/3997.1009c06025691712.js +1 -0
  270. package/.next/static/chunks/4453.91a357dc43c21745.js +1 -0
  271. package/.next/static/chunks/4491.44fdf20580ac72bd.js +24 -0
  272. package/.next/static/chunks/4829.cf1d50e43e6d9db5.js +1 -0
  273. package/.next/static/chunks/498.fe1d9da9ecad6c36.js +1 -0
  274. package/.next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  275. package/.next/static/chunks/5019.b5a1a2b8daf17525.js +1 -0
  276. package/.next/static/chunks/5034.8f16c3fa3ce75411.js +1 -0
  277. package/.next/static/chunks/5074.d16651da01ec4e02.js +1 -0
  278. package/.next/static/chunks/532.5956ed631aff722b.js +9 -0
  279. package/.next/static/chunks/5326.69460442bdcd6cd3.js +1 -0
  280. package/.next/static/chunks/5403.ff110bf5bf600758.js +64 -0
  281. package/.next/static/chunks/547.902a733488cfe3f7.js +77 -0
  282. package/.next/static/chunks/5567.540d7fc108ad6ee5.js +215 -0
  283. package/.next/static/chunks/5590.ef62922166d308b4.js +1 -0
  284. package/.next/static/chunks/5690.9d6eb1edb1399995.js +1 -0
  285. package/.next/static/chunks/5749.25faee4a1e55b854.js +226 -0
  286. package/.next/static/chunks/58bb9007.1ccb6bba34b4c635.js +80 -0
  287. package/.next/static/chunks/6121.f3f43f1896ea0cd9.js +1 -0
  288. package/.next/static/chunks/6600.583c88eef37aa524.js +1 -0
  289. package/.next/static/chunks/6696.a41aec266e657d54.js +141 -0
  290. package/.next/static/chunks/6922.42148793782d2fe7.js +1 -0
  291. package/.next/static/chunks/7006.e191611ffc2b9528.js +43 -0
  292. package/.next/static/chunks/7343.9fbb58204d8ac681.js +1 -0
  293. package/.next/static/chunks/7355-29eaa714eb390050.js +1 -0
  294. package/.next/static/chunks/73972abe.25a4cffa03b2bcef.js +119 -0
  295. package/.next/static/chunks/7547.58bda8a2aabba0d4.js +93 -0
  296. package/.next/static/chunks/7648.4ae2f183b4db0353.js +1 -0
  297. package/.next/static/chunks/7874.8db6929b94cdf697.js +1 -0
  298. package/.next/static/chunks/7959.1f20a35df316216a.js +104 -0
  299. package/.next/static/chunks/83.85d62d7fc9850b75.js +29 -0
  300. package/.next/static/chunks/8436.cab94b59cca0a8ff.js +1 -0
  301. package/.next/static/chunks/8451.542eda09d2171474.js +1 -0
  302. package/.next/static/chunks/8489.45f22859734f514f.js +36 -0
  303. package/.next/static/chunks/8568.f85d8b36fc9a9037.js +1 -0
  304. package/.next/static/chunks/8863.be51033a67436277.js +1 -0
  305. package/.next/static/chunks/90542734.dc1a2723e4f6affb.js +1 -0
  306. package/.next/static/chunks/9500.1488aec06ee78127.js +1 -0
  307. package/.next/static/chunks/9633.155548b5fca6e580.js +1 -0
  308. package/.next/static/chunks/9779.673004a62d70e36a.js +1 -0
  309. package/.next/static/chunks/9b0008ae.2918095672924572.js +45 -0
  310. package/.next/static/chunks/app/_global-error/page-3edd3886076a73cb.js +1 -0
  311. package/.next/static/chunks/app/_not-found/page-96eb50fac9e7a68c.js +1 -0
  312. package/.next/static/chunks/app/api/agent/[id]/events/route-3edd3886076a73cb.js +1 -0
  313. package/.next/static/chunks/app/api/agent/[id]/route-3edd3886076a73cb.js +1 -0
  314. package/.next/static/chunks/app/api/agent/new/route-3edd3886076a73cb.js +1 -0
  315. package/.next/static/chunks/app/api/auth/all-providers/route-3edd3886076a73cb.js +1 -0
  316. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-3edd3886076a73cb.js +1 -0
  317. package/.next/static/chunks/app/api/auth/login/[provider]/route-3edd3886076a73cb.js +1 -0
  318. package/.next/static/chunks/app/api/auth/login/route-3edd3886076a73cb.js +1 -0
  319. package/.next/static/chunks/app/api/auth/logout/[provider]/route-3edd3886076a73cb.js +1 -0
  320. package/.next/static/chunks/app/api/auth/providers/route-3edd3886076a73cb.js +1 -0
  321. package/.next/static/chunks/app/api/auth/status/route-3edd3886076a73cb.js +1 -0
  322. package/.next/static/chunks/app/api/default-cwd/route-3edd3886076a73cb.js +1 -0
  323. package/.next/static/chunks/app/api/files/[...path]/route-3edd3886076a73cb.js +1 -0
  324. package/.next/static/chunks/app/api/harness/route-3edd3886076a73cb.js +1 -0
  325. package/.next/static/chunks/app/api/home/route-3edd3886076a73cb.js +1 -0
  326. package/.next/static/chunks/app/api/models/route-3edd3886076a73cb.js +1 -0
  327. package/.next/static/chunks/app/api/models-config/discover/route-3edd3886076a73cb.js +1 -0
  328. package/.next/static/chunks/app/api/models-config/route-3edd3886076a73cb.js +1 -0
  329. package/.next/static/chunks/app/api/models-config/test/route-3edd3886076a73cb.js +1 -0
  330. package/.next/static/chunks/app/api/plot-kernels/route-3edd3886076a73cb.js +1 -0
  331. package/.next/static/chunks/app/api/plot-kernels/status/route-3edd3886076a73cb.js +1 -0
  332. package/.next/static/chunks/app/api/plot-kernels/stop/route-3edd3886076a73cb.js +1 -0
  333. package/.next/static/chunks/app/api/reports/[id]/route-3edd3886076a73cb.js +1 -0
  334. package/.next/static/chunks/app/api/search/route-3edd3886076a73cb.js +1 -0
  335. package/.next/static/chunks/app/api/sessions/[id]/context/route-3edd3886076a73cb.js +1 -0
  336. package/.next/static/chunks/app/api/sessions/[id]/route-3edd3886076a73cb.js +1 -0
  337. package/.next/static/chunks/app/api/sessions/new/route-3edd3886076a73cb.js +1 -0
  338. package/.next/static/chunks/app/api/sessions/route-3edd3886076a73cb.js +1 -0
  339. package/.next/static/chunks/app/api/settings/route-3edd3886076a73cb.js +1 -0
  340. package/.next/static/chunks/app/api/skills/install/route-3edd3886076a73cb.js +1 -0
  341. package/.next/static/chunks/app/api/skills/route-3edd3886076a73cb.js +1 -0
  342. package/.next/static/chunks/app/api/skills/search/route-3edd3886076a73cb.js +1 -0
  343. package/.next/static/chunks/app/api/soul/route-3edd3886076a73cb.js +1 -0
  344. package/.next/static/chunks/app/api/version/route-3edd3886076a73cb.js +1 -0
  345. package/.next/static/chunks/app/layout-827e06e39e1e6b05.js +1 -0
  346. package/.next/static/chunks/app/login/page-9450bfc0d502f432.js +1 -0
  347. package/.next/static/chunks/app/page-dc03bbb33a1d438c.js +270 -0
  348. package/.next/static/chunks/d3ac728e.7964f816a1ca64e5.js +1 -0
  349. package/.next/static/chunks/framework-711ef29bc66f648c.js +1 -0
  350. package/.next/static/chunks/main-app-ecfccace02c7aaed.js +1 -0
  351. package/.next/static/chunks/main-f74964b7ae52493e.js +5 -0
  352. package/.next/static/chunks/next/dist/client/components/builtin/app-error-3edd3886076a73cb.js +1 -0
  353. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-3edd3886076a73cb.js +1 -0
  354. package/.next/static/chunks/next/dist/client/components/builtin/global-error-cd03d084301c1bc9.js +1 -0
  355. package/.next/static/chunks/next/dist/client/components/builtin/not-found-3edd3886076a73cb.js +1 -0
  356. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-3edd3886076a73cb.js +1 -0
  357. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  358. package/.next/static/chunks/webpack-5e677f60fa366b60.js +1 -0
  359. package/.next/static/css/d830cdea1c9a03c6.css +3 -0
  360. package/.next/static/ixA4-CDguO8ne_SD2W8sd/_buildManifest.js +1 -0
  361. package/.next/static/ixA4-CDguO8ne_SD2W8sd/_ssgManifest.js +1 -0
  362. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  363. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  364. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  365. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  366. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  367. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  368. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  369. package/.next/static/media/pdf.worker.min.5f98222a.mjs +6 -0
  370. package/.next/trace +74 -0
  371. package/.next/trace-build +1 -0
  372. package/.next/types/app/api/agent/[id]/events/route.ts +351 -0
  373. package/.next/types/app/api/agent/[id]/route.ts +351 -0
  374. package/.next/types/app/api/agent/new/route.ts +351 -0
  375. package/.next/types/app/api/auth/all-providers/route.ts +351 -0
  376. package/.next/types/app/api/auth/api-key/[provider]/route.ts +351 -0
  377. package/.next/types/app/api/auth/login/[provider]/route.ts +351 -0
  378. package/.next/types/app/api/auth/login/route.ts +351 -0
  379. package/.next/types/app/api/auth/logout/[provider]/route.ts +351 -0
  380. package/.next/types/app/api/auth/providers/route.ts +351 -0
  381. package/.next/types/app/api/auth/status/route.ts +351 -0
  382. package/.next/types/app/api/default-cwd/route.ts +351 -0
  383. package/.next/types/app/api/files/[...path]/route.ts +351 -0
  384. package/.next/types/app/api/harness/route.ts +351 -0
  385. package/.next/types/app/api/home/route.ts +351 -0
  386. package/.next/types/app/api/models/route.ts +351 -0
  387. package/.next/types/app/api/models-config/discover/route.ts +351 -0
  388. package/.next/types/app/api/models-config/route.ts +351 -0
  389. package/.next/types/app/api/models-config/test/route.ts +351 -0
  390. package/.next/types/app/api/plot-kernels/route.ts +351 -0
  391. package/.next/types/app/api/plot-kernels/status/route.ts +351 -0
  392. package/.next/types/app/api/plot-kernels/stop/route.ts +351 -0
  393. package/.next/types/app/api/reports/[id]/route.ts +351 -0
  394. package/.next/types/app/api/search/route.ts +351 -0
  395. package/.next/types/app/api/sessions/[id]/context/route.ts +351 -0
  396. package/.next/types/app/api/sessions/[id]/route.ts +351 -0
  397. package/.next/types/app/api/sessions/new/route.ts +351 -0
  398. package/.next/types/app/api/sessions/route.ts +351 -0
  399. package/.next/types/app/api/settings/route.ts +351 -0
  400. package/.next/types/app/api/skills/install/route.ts +351 -0
  401. package/.next/types/app/api/skills/route.ts +351 -0
  402. package/.next/types/app/api/skills/search/route.ts +351 -0
  403. package/.next/types/app/api/soul/route.ts +351 -0
  404. package/.next/types/app/api/version/route.ts +351 -0
  405. package/.next/types/app/layout.ts +87 -0
  406. package/.next/types/app/login/page.ts +87 -0
  407. package/.next/types/app/page.ts +87 -0
  408. package/.next/types/package.json +1 -0
  409. package/.next/types/routes.d.ts +106 -0
  410. package/.next/types/validator.ts +376 -0
  411. package/LICENSE +21 -0
  412. package/README.md +90 -0
  413. package/bin/pi-web.js +825 -0
  414. package/lib/default-soul.md +42 -0
  415. package/lib/visualization-harness.md +113 -0
  416. package/next.config.ts +15 -0
  417. package/package.json +77 -0
  418. package/public/file.svg +1 -0
  419. package/public/globe.svg +1 -0
  420. package/public/next.svg +1 -0
  421. package/public/vercel.svg +1 -0
  422. package/public/window.svg +1 -0
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../node_modules/@swc/helpers/package.json","../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../node_modules/next/dist/client/components/app-router-headers.js","../../node_modules/next/dist/client/components/hooks-server-context.js","../../node_modules/next/dist/client/components/static-generation-bailout.js","../../node_modules/next/dist/client/lib/console.js","../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../node_modules/next/dist/compiled/source-map/package.json","../../node_modules/next/dist/compiled/source-map/source-map.js","../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../node_modules/next/dist/compiled/ws/index.js","../../node_modules/next/dist/compiled/ws/package.json","../../node_modules/next/dist/lib/client-and-server-references.js","../../node_modules/next/dist/lib/constants.js","../../node_modules/next/dist/lib/framework/boundary-constants.js","../../node_modules/next/dist/lib/interop-default.js","../../node_modules/next/dist/lib/is-error.js","../../node_modules/next/dist/lib/picocolors.js","../../node_modules/next/dist/lib/scheduler.js","../../node_modules/next/dist/lib/semver-noop.js","../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../node_modules/next/dist/server/app-render/async-local-storage.js","../../node_modules/next/dist/server/app-render/cache-signal.js","../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../node_modules/next/dist/server/app-render/staged-rendering.js","../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../node_modules/next/dist/server/lib/lru-cache.js","../../node_modules/next/dist/server/lib/parse-stack.js","../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../node_modules/next/dist/server/lib/source-maps.js","../../node_modules/next/dist/server/lib/trace/constants.js","../../node_modules/next/dist/server/lib/trace/tracer.js","../../node_modules/next/dist/server/load-manifest.external.js","../../node_modules/next/dist/server/node-environment-baseline.js","../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../node_modules/next/dist/server/node-environment-extensions/date.js","../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../node_modules/next/dist/server/node-environment-extensions/random.js","../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../node_modules/next/dist/server/node-environment.js","../../node_modules/next/dist/server/node-polyfill-crypto.js","../../node_modules/next/dist/server/patch-error-inspect.js","../../node_modules/next/dist/server/require-hook.js","../../node_modules/next/dist/server/response-cache/types.js","../../node_modules/next/dist/server/runtime-reacts.external.js","../../node_modules/next/dist/shared/lib/deep-freeze.js","../../node_modules/next/dist/shared/lib/invariant-error.js","../../node_modules/next/dist/shared/lib/is-plain-object.js","../../node_modules/next/dist/shared/lib/is-thenable.js","../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../node_modules/next/dist/shared/lib/server-reference-info.js","../../node_modules/next/package.json","../../node_modules/react/cjs/react.development.js","../../node_modules/react/cjs/react.production.js","../../node_modules/react/index.js","../../node_modules/react/package.json","../package.json","webpack-runtime.js"]}
@@ -0,0 +1 @@
1
+ self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/home/runner/work/pidex/pidex/app/layout":["static/media/7deddc85b7ffd1dc-s.p.woff2","static/media/ec14413c594b3356-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
@@ -0,0 +1 @@
1
+ {"pages":{},"app":{"/home/runner/work/pidex/pidex/app/layout":["static/media/7deddc85b7ffd1dc-s.p.woff2","static/media/ec14413c594b3356-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html lang="en" class="__variable_66b8ca"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/7deddc85b7ffd1dc-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ec14413c594b3356-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d830cdea1c9a03c6.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5e677f60fa366b60.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-123fdf632563f469.js" async=""></script><script src="/_next/static/chunks/main-app-ecfccace02c7aaed.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>AnnoVibe</title><meta name="description" content="AI-native bioinformatics workspace by Annoroad"/><link rel="icon" href="/favicon.ico?8aa486c701a3d218" type="image/x-icon" sizes="512x512"/><script>(function(){try{var t=localStorage.getItem("pi-theme");if(t==="dark")document.documentElement.classList.add("dark")}catch(e){}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body style="height:100dvh;display:flex;flex-direction:column"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-5e677f60fa366b60.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/7deddc85b7ffd1dc-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ec14413c594b3356-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d830cdea1c9a03c6.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d830cdea1c9a03c6.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_66b8ca\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem(\\\"pi-theme\\\");if(t===\\\"dark\\\")document.documentElement.classList.add(\\\"dark\\\")}catch(e){}})();\"}}]}],[\"$\",\"body\",null,{\"style\":{\"height\":\"100dvh\",\"display\":\"flex\",\"flexDirection\":\"column\"},\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ixA4-CDguO8ne_SD2W8sd\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[86869,[],\"IconMark\"]\n6:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"AnnoVibe\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI-native bioinformatics workspace by Annoroad\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?8aa486c701a3d218\",\"type\":\"image/x-icon\",\"sizes\":\"512x512\"}],[\"$\",\"$Le\",\"3\",{}]]\n"])</script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5e677f60fa366b60.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-123fdf632563f469.js" async=""></script><script src="/_next/static/chunks/main-app-ecfccace02c7aaed.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-5e677f60fa366b60.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ixA4-CDguO8ne_SD2W8sd\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
@@ -0,0 +1,4 @@
1
+ {
2
+ "/404": "pages/404.html",
3
+ "/500": "pages/500.html"
4
+ }
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1 @@
1
+ self.__RSC_SERVER_MANIFEST="{\"node\":{},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
@@ -0,0 +1 @@
1
+ {"node":{},"edge":{},"encryptionKey":"DvIc7wm8nZObj5wmy+ghXjkmdTu65UHpb+00HqV5CyU="}
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var a,b,c,d,e,f,g,h,i={},j={};function k(a){var b=j[a];if(void 0!==b)return b.exports;var c=j[a]={exports:{}},d=!0;try{i[a].call(c.exports,c,c.exports,k),d=!1}finally{d&&delete j[a]}return c.exports}k.m=i,k.amdO={},a="function"==typeof Symbol?Symbol("webpack queues"):"__webpack_queues__",b="function"==typeof Symbol?Symbol("webpack exports"):"__webpack_exports__",c="function"==typeof Symbol?Symbol("webpack error"):"__webpack_error__",d=a=>{a&&a.d<1&&(a.d=1,a.forEach(a=>a.r--),a.forEach(a=>a.r--?a.r++:a()))},k.a=(e,f,g)=>{g&&((h=[]).d=-1);var h,i,j,k,l=new Set,m=e.exports,n=new Promise((a,b)=>{k=b,j=a});n[b]=m,n[a]=a=>(h&&a(h),l.forEach(a),n.catch(a=>{})),e.exports=n,f(e=>{i=e.map(e=>{if(null!==e&&"object"==typeof e){if(e[a])return e;if(e.then){var f=[];f.d=0,e.then(a=>{g[b]=a,d(f)},a=>{g[c]=a,d(f)});var g={};return g[a]=a=>a(f),g}}var h={};return h[a]=a=>{},h[b]=e,h});var f,g=()=>i.map(a=>{if(a[c])throw a[c];return a[b]}),j=new Promise(b=>{(f=()=>b(g)).r=0;var c=a=>a!==h&&!l.has(a)&&(l.add(a),a&&!a.d&&(f.r++,a.push(f)));i.map(b=>b[a](c))});return f.r?j:g()},a=>(a?k(n[c]=a):j(m),d(h))),h&&h.d<0&&(h.d=0)},k.n=a=>{var b=a&&a.__esModule?()=>a.default:()=>a;return k.d(b,{a:b}),b},f=Object.getPrototypeOf?a=>Object.getPrototypeOf(a):a=>a.__proto__,k.t=function(a,b){if(1&b&&(a=this(a)),8&b||"object"==typeof a&&a&&(4&b&&a.__esModule||16&b&&"function"==typeof a.then))return a;var c=Object.create(null);k.r(c);var d={};e=e||[null,f({}),f([]),f(f)];for(var g=2&b&&a;"object"==typeof g&&!~e.indexOf(g);g=f(g))Object.getOwnPropertyNames(g).forEach(b=>d[b]=()=>a[b]);return d.default=()=>a,k.d(c,d),c},k.d=(a,b)=>{for(var c in b)k.o(b,c)&&!k.o(a,c)&&Object.defineProperty(a,c,{enumerable:!0,get:b[c]})},k.f={},k.e=a=>Promise.all(Object.keys(k.f).reduce((b,c)=>(k.f[c](a,b),b),[])),k.u=a=>""+a+".js",k.o=(a,b)=>Object.prototype.hasOwnProperty.call(a,b),k.r=a=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(a,"__esModule",{value:!0})},k.U=function(a){var b=new URL(a,"x:/"),c={};for(var d in b)c[d]=b[d];for(var d in c.href=a,c.pathname=a.replace(/[?#].*/,""),c.origin=c.protocol="",c.toString=c.toJSON=()=>a,c)Object.defineProperty(this,d,{enumerable:!0,configurable:!0,value:c[d]})},k.U.prototype=URL.prototype,k.X=(a,b,c)=>{var d=b;c||(b=a,c=()=>k(k.s=d)),b.map(k.e,k);var e=c();return void 0===e?a:e},k.p="/_next/",g={7311:1},h=a=>{var b=a.modules,c=a.ids,d=a.runtime;for(var e in b)k.o(b,e)&&(k.m[e]=b[e]);d&&d(k);for(var f=0;f<c.length;f++)g[c[f]]=1},k.f.require=(a,b)=>{g[a]||(7311!=a?h(require("./chunks/"+k.u(a))):g[a]=1)},module.exports=k,k.C=h})();
@@ -0,0 +1,62 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2995],{63886:(t,e,a)=>{a.d(e,{DA:()=>$,IU:()=>B,U:()=>K,U7:()=>ef,U_:()=>ew,Zk:()=>c,aP:()=>ec,gh:()=>eu,lC:()=>y,on:()=>ey});var l=a(38033),i=a(17541),r=a(88774),n=a(32563),s=a(97096),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),S=(0,s.E)(c),M=D.insert("g").attr("class","cluster-label "),A=(a="markdown"===e.labelType?await (0,r.GZ)(M,e.label,{style:e.labelStyle,useHtmlLabels:S,isNode:!0,width:e.width}):await $(M,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(M.attr("transform",`translate(${e.x-A.width/2}, ${e.y-e.height/2+N})`),w){let t=M.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"),S=(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 S=e.height+k,M=e.height+k-m.height-6,A=e.x-D/2,v=e.y-S/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,S,10),{roughness:.7,fill:c,fillStyle:"solid",stroke:g,seed:r}):l.rectangle(A,v,D,S,{seed:r});a=y.insert(()=>i,":first-child");let s=l.rectangle(A,K,D,M,{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",S).attr("data-look",e.look),w.attr("class","inner").attr("x",A).attr("y",K).attr("width",D).attr("height",M);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"),M=(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 "),S=await (0,r.GZ)(D,e.label,{style:e.labelStyle,useHtmlLabels:k,isNode:!0,width:e.width}),M=S.getBBox();if((0,s.E)(n)){let t=S.children[0],e=(0,o.Ltv)(S);M=t.getBoundingClientRect(),e.attr("width",M.width),e.attr("height",M.height)}let A=e.width<=M.width+e.padding?M.width+e.padding:e.width;e.width<=M.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-M.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=M.height-e.padding/2,e.intersect=function(t){return x(e,t)},{cluster:$,labelBBox:M}},"kanbanSection"),A={rect:k,squareRect:k,roundedWithTitle:S,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:M},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,S=[{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)],M=d.A.svg(w),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid");let v=u(S),K=M.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,S,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",""),S=b.path(D,k),M=u($),A=b.path(M,{...k}),v=r.insert("g",":first-child");return v.insert(()=>A,":first-child").attr("stroke-opacity",0),v.insert(()=>S,":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",""),S=b.path(D,k),M=u($),A=b.path(M,{...k}),v=r.insert("g",":first-child");return v.insert(()=>A,":first-child").attr("stroke-opacity",0),v.insert(()=>S,":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 S=u(x).replace("Z",""),M=k.path(S,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(()=>M,":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,S=[{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)],M=u(S),A=$.path(M,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,S,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,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 tl(t,e){let{cssClasses:a,labelPaddingX:l,labelPaddingY:r,padding:n,width:s,height:h}=e,o=await ta(t,e,{rx:0,ry:0,classes:a??"",labelPaddingX:l??(n??0)*2,labelPaddingY:r??n??0});if("handDrawn"===e.look){let t=d.A.svg(o),a=(0,i.Fr)(e,{}),l=o.select(".basic.label-container > path:nth-child(2)"),r=l.node();if(!r)return o;let n=null;return r instanceof SVGGraphicsElement&&(n=r.getBBox(),o.insert(()=>t.line(n.x,n.y,n.x+n.width,n.y,a),".basic.label-container g.label"),o.insert(()=>t.line(n.x,n.y+n.height,n.x+n.width,n.y+n.height,a),".basic.label-container g.label"),l.remove()),o}let c=o.select(".basic.label-container"),g=(Number(c.attr("width"))||s)??0,y=(Number(c.attr("height"))||h)??0;return g>0&&y>0&&c.attr("stroke-dasharray",`${g} ${y}`),o}async function ti(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),S=s.insert(()=>D,":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),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,S),e.intersect=function(t){return x(e,t)},s}async function tr(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 tn(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 ts(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),S=s.insert(()=>D,":first-child").attr("transform",`translate(${-p/2}, ${p/2})`).attr("class","outer-path");return x&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&S.selectChildren("path").attr("style",l),e.width=w,e.height=p,y(e,S),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 th(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 to(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),S=$.path(D,b),M=s.insert(()=>S,":first-child");return M.attr("class","basic label-container outer-path"),x&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",l),y(e,M),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,"drawRect"),(0,h.K2)(tl,"datastore"),(0,h.K2)(ti,"dividedRectangle"),(0,h.K2)(tr,"doublecircle"),(0,h.K2)(tn,"filledCircle"),(0,h.K2)(ts,"flippedTriangle"),(0,h.K2)(th,"forkJoin"),(0,h.K2)(to,"halfRoundedRectangle");var td=(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 tc(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=td(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 tg(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 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,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 S=k.rectangle(m,$,s,s,D),M=Math.max(s,g.width),A=s+g.height+b,v=k.rectangle(-M/2,-A/2,M,A,{...D,fill:"transparent",stroke:"none"}),K=o.insert(()=>S,":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 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,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 S=D.node().getBBox(),M=S.width,A=S.height,v=S.x,K=S.y,B=Math.max(M,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(${-M/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 tu(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),S=8*!!e.label,M=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=M.path(b(-m/2,-p/2,m,p,5),A),K=Math.max(m,g.width),B=p+g.height+S,C=M.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+S/2-i/2-h:-g.height/2-S/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+S/2:-g.height/2-S/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+S},{x:a+m/2,y:l-i/2+g.height+S},{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+S},{x:a-g.width/2,y:l-i/2+g.height+S}]:[{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 tw(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),S=8*!!e.label,M=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=M.path(b(-m/2,-p/2,m,p,.1),A),K=Math.max(m,g.width),B=p+g.height+S,C=M.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+S/2-i/2-h:-g.height/2-S/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+S/2:-g.height/2-S/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+S},{x:a+m/2,y:l-i/2+g.height+S},{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+S},{x:a-g.width/2,y:l-i/2+g.height+S}]:[{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 tp(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),S=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(S.roughness=0,S.fillStyle="solid");let M=D.rectangle(b,-u/2,f,u,S),A=Math.max(f,p.width),v=u+p.height+k,K=D.rectangle(-A/2,-v/2,A,v,{...S,fill:"none",stroke:"none"}),B=w.insert(()=>M,":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 tm(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 tx(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 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: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 tb(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 tk(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)(tc,"hexagon"),(0,h.K2)(tg,"hourglass"),(0,h.K2)(ty,"icon"),(0,h.K2)(tf,"iconCircle"),(0,h.K2)(tu,"iconRounded"),(0,h.K2)(tw,"iconSquare"),(0,h.K2)(tp,"imageSquare"),(0,h.K2)(tm,"inv_trapezoid"),(0,h.K2)(tx,"labelRect"),(0,h.K2)(t$,"lean_left"),(0,h.K2)(tb,"lean_right"),(0,h.K2)(tk,"lightningBolt");var tD=(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"),tS=(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 tA(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=tS(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=tD(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 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;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}],S=b.polygon(D.map(t=>[t.x,t.y]),k),M=h.insert(()=>S,":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),M.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,M),e.intersect=function(t){return F(e,D,t)},h}async function tK(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:S}=e,M=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=M.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=M.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"),S&&"handDrawn"!==e.look&&R.selectAll("path").attr("style",S),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 tB(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:S}=e,M=w(k-10,D+b+10,k+m-10,D+b+10,$,.8),A=M?.[M.length-1],v=[{x:k-10,y:D+10},{x:k-10,y:D+b+10},...M,{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"),S&&"handDrawn"!==e.look&&X.selectAll("path").attr("style",S),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 tC(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)(tA,"linedCylinder"),(0,h.K2)(tv,"linedWaveEdgedRect"),(0,h.K2)(tK,"multiRect"),(0,h.K2)(tB,"multiWaveEdgedRectangle"),(0,h.K2)(tC,"note");var tN=(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 tR(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=tN(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 tL(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),S=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(S.roughness=0,S.fillStyle="solid");let M=u(b),A=D.path(M,S),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 tF(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||[],S=m.getBBox(),M=await $(u,Array.isArray(D)?D.join("<br/>"):D,e.labelStyle,!0,!0),A=M.children[0],v=(0,o.Ltv)(M);k=A.getBoundingClientRect(),v.attr("width",k.width),v.attr("height",k.height);let K=(e.padding||0)/2;(0,o.Ltv)(M).attr("transform","translate( "+(k.width>S.width?0:(S.width-k.width)/2)+", "+(S.height+K+5)+")"),(0,o.Ltv)(m).attr("transform","translate( "+(k.width<S.width?0:-(S.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+S.height+K,k.width/2+K,-k.height/2-K+S.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+S.height+K).attr("y2",-k.height/2-K+S.height+K);return y(e,l),e.intersect=function(t){return x(e,t)},g}async function tP(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 ta(t,e,i)}async function tX(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 S=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),M=h.insert(()=>S,":first-child");return M.attr("class","basic label-container outer-path").attr("style",(0,n.KL)(b)),l&&"handDrawn"!==e.look&&M.selectAll("path").attr("style",l),b&&"handDrawn"!==e.look&&M.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,M),e.intersect=function(t){return x(e,t)},h}async function tG(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}],S=u(D),M=b.path(S,k),A=h.insert(()=>M,":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 tI(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 ta(t,e,r)}async function tE(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),S=$.path(D,b),M=h.insert(()=>S,":first-child");return M.attr("class","basic label-container outer-path"),x&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",x),l&&"handDrawn"!==e.look&&M.selectChildren("path").attr("style",l),y(e,M),e.intersect=function(t){return F(e,k,t)},h}async function tT(t,e){let a={rx:"neo"===e.look?3:5,ry:"neo"===e.look?3:5,classes:"flowchart-node"};return ta(t,e,a)}function tW(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 tH(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 tj(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 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;(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 S=u(D),M=b.path(S,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(()=>M,":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 t_(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}],S=-h/2+h/2*.1,M=-x/2-.4*m,A=[{x:S+h-p,y:(M+o)*1.3},{x:S+h,y:M+o-m},{x:S+h,y:(M+o)*.9},...w(S+h,(M+o)*1.25,S+h-p,(M+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 tz(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)(tR,"question"),(0,h.K2)(tL,"rect_left_inv_arrow"),(0,h.K2)(tF,"rectWithTitle"),(0,h.K2)(tP,"roundedRect"),(0,h.K2)(tX,"shadedProcess"),(0,h.K2)(tG,"slopedRect"),(0,h.K2)(tI,"squareRect"),(0,h.K2)(tE,"stadium"),(0,h.K2)(tT,"state"),(0,h.K2)(tW,"stateEnd"),(0,h.K2)(tH,"stateStart"),(0,h.K2)(tj,"subroutine"),(0,h.K2)(tq,"taggedRect"),(0,h.K2)(t_,"taggedWaveEdgedRectangle"),(0,h.K2)(tz,"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"),tO=(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"),tV=(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 tY(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=tO(0,0,$,w,m,p),r=tV(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 tU(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 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=(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 tQ(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 S=u($),M=k.path(S,D),A=o.insert(()=>M,":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 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?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,S=D>0?D/2:0,M=d.A.svg(o),A=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(A.roughness=0,A.fillStyle="solid");let v=[{x:-m/2-S,y:b/2},...w(-m/2-S,b/2,m/2+S,b/2,$,.8),{x:m/2+S,y:-b/2},{x:-m/2-S,y:-b/2}],K=u(v),B=M.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 t2(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)],S=u(D),M=b.path(S,k),A=h.insert(()=>M,":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 t1(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}],S=`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 M=b.path(S,k),A=s.insert(()=>M,":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)(tY,"tiltedCylinder"),(0,h.K2)(tU,"trapezoid"),(0,h.K2)(tJ,"trapezoidalPentagon"),(0,h.K2)(tQ,"triangle"),(0,h.K2)(t0,"waveEdgedRectangle"),(0,h.K2)(t2,"waveRectangle"),(0,h.K2)(t1,"windowPane");var t5=new Set(["redux-color","redux-dark-color"]),t8=new Set(["redux","redux-dark","redux-color","redux-dark-color"]);async function t3(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 t3(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 ta(t,e,l);if(null!=a&&t5.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),S=await t4(D,e.label??"",u,0,0,["name"],$);S.height+=p;let M=0,A=[],v=[],K=0,B=0,C=0,N=0,R=!0,L=!0;for(let t of e.attributes){let e=await t4(D,t.type,u,0,M,["attribute-type"],$);K=Math.max(K,e.width+w);let a=await t4(D,t.name,u,0,M,["attribute-name"],$);B=Math.max(B,a.width+w);let l=await t4(D,t.keys.join(),u,0,M,["attribute-keys"],$);C=Math.max(C,l.width+w);let i=await t4(D,t.comment,u,0,M,["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:M,rowHeight:r}),M+=r}let F=4;C<=w&&(R=!1,C=0,F--),N<=w&&(L=!1,N=0,F--);let P=D.node().getBBox();if(S.width+2*w-(K+B+C+N)>0){let t=S.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)+S.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+S.height+p/2})`)}),D.select(".name").attr("transform","translate("+-S.width/2+", "+(j+p/2)+")"),null!=a&&t5.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,S.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=t7(H,S.height+j,T+H,S.height+j,1e-4),Z=G.polygon(z.map(t=>[t.x,t.y]),I);if(D.insert(()=>Z).attr("class","divider"),z=t7(K+H,S.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=t7(t,S.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=t7(t,S.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=S.height+j+t;z=t7(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&&t8.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 t4(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("<","&lt;").replaceAll(">","&gt;"));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("&lt;")||e.includes("&gt;")){let t=g.children[0];for(t.textContent=t.textContent.replaceAll("&lt;","<").replaceAll("&gt;",">");t.childNodes[0];)(t=t.childNodes[0]).textContent=t.textContent.replaceAll("&lt;","<").replaceAll("&gt;",">")}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 t7(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 t6(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 t9(s,{text:`\xab${t}\xbb`},0),c=s.node().getBBox().height}h=n.insert("g").attr("class","label-group text"),await t9(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 t9(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 t9(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 t9(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("&gt"))&&(t.textContent=y[0]+y.substring(1).replaceAll("&gt;",">").replaceAll("&lt;","<").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 et(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 t6(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 S=-b/2,M=-k/2,A=p?2*n:0===e.members.length&&0===e.methods.length?-n:0;D&&(A=2*n);let v=m.rectangle(S-n,M-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+M+n-(M-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+M+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+M+2*n+n)+2*n:C+N+t+M+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=S;(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+M+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+M+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 ee(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 ea(w,`&lt;&lt;${e.type}&gt;&gt;`,0,e.labelStyle):await ea(w,"&lt;&lt;Element&gt;&gt;",0,e.labelStyle),m=await ea(w,e.name,p,e.labelStyle+"; font-weight: bold;");if(p+=m+20,n){let t=await ea(w,`${e.requirementId?`ID: ${e.requirementId}`:""}`,p,e.labelStyle);p+=t;let a=await ea(w,`${e.text?`Text: ${e.text}`:""}`,p,e.labelStyle);p+=a;let l=await ea(w,`${e.risk?`Risk: ${e.risk}`:""}`,p,e.labelStyle);p+=l,await ea(w,`${e.verifyMethod?`Verification: ${e.verifyMethod}`:""}`,p,e.labelStyle)}else{let t=await ea(w,`${e.type?`Type: ${e.type}`:""}`,p,e.labelStyle);p+=t,await ea(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,S=d.A.svg(w),M=(0,i.Fr)(e,{});"handDrawn"!==e.look&&(M.roughness=0,M.fillStyle="solid");let A=S.rectangle(k,D,$,b,M),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=S.polygon(e,M)}else t=S.line(k,l,k+$,l,M);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 ea(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)(t3,"erBox"),(0,h.K2)(t4,"addText"),(0,h.K2)(t7,"lineToPolygon"),(0,h.K2)(t6,"textHelper"),(0,h.K2)(t9,"addText"),(0,h.K2)(et,"classBox"),(0,h.K2)(ee,"requirementBox"),(0,h.K2)(ea,"addText");var el=(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 ei(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:S,bbox:M}=await g(w,"assigned"in e&&e.assigned||"",D);e.width=u;let A=e?.width||0,v=Math.max(n.height,M.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)+")"),S.attr("transform","translate("+($+A/2-M.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",el(t))}}return y(e,s),e.height=K,e.intersect=function(t){return x(e,t)},w}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+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),S=Math.max(p,k);u.attr("transform",`translate(${-o.width/2}, ${-o.height/2})`);let M=`M0 0
11
+ a${m},${m} 1 0,0 ${.25*D},${-1*S*.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*S}
15
+
16
+ a${m},${m} 1 0,0 ${.15*D},${.33*S}
17
+ a${.8*m},${.8*m} 1 0,0 0,${.34*S}
18
+ a${m},${m} 1 0,0 ${-1*D*.15},${.33*S}
19
+
20
+ a${m},${m} 1 0,0 ${-1*D*.25},${.15*S}
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*S*.15}
24
+
25
+ a${m},${m} 1 0,0 ${-1*D*.1},${-1*S*.33}
26
+ a${.8*m},${.8*m} 1 0,0 0,${-1*S*.34}
27
+ a${m},${m} 1 0,0 ${.1*D},${-1*S*.33}
28
+ 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)($))}else a=s.insert("path",":first-child").attr("class","basic label-container").attr("style",r).attr("d",M);return a.attr("transform",`translate(${-D/2}, ${-S/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 en(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,S=`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(S,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",S);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 es(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 eh(t,e){let a={padding:e.padding??0};return H(t,e,a)}(0,h.K2)(ei,"kanbanItem"),(0,h.K2)(er,"bang"),(0,h.K2)(en,"cloud"),(0,h.K2)(es,"defaultMindmapNode"),(0,h.K2)(eh,"mindmapCircle");var eo=[{semanticName:"Process",name:"Rectangle",shortName:"rect",description:"Standard process shape",aliases:["proc","process","rectangle"],internalAliases:["squareRect"],handler:tI},{semanticName:"Event",name:"Rounded Rectangle",shortName:"rounded",description:"Represents an event",aliases:["event"],internalAliases:["roundedRect"],handler:tP},{semanticName:"Terminal Point",name:"Stadium",shortName:"stadium",description:"Terminal point",aliases:["terminal","pill"],handler:tE},{semanticName:"Subprocess",name:"Framed Rectangle",shortName:"fr-rect",description:"Subprocess",aliases:["subprocess","subproc","framed-rectangle","subroutine"],handler:tj},{semanticName:"Database",name:"Cylinder",shortName:"cyl",description:"Database storage",aliases:["db","database","cylinder"],handler:te},{semanticName:"Data Store",name:"Data Store",shortName:"datastore",description:"Data flow diagram data store",aliases:["data-store"],handler:tl},{semanticName:"Start",name:"Circle",shortName:"circle",description:"Starting point",aliases:["circ"],handler:H},{semanticName:"Bang",name:"Bang",shortName:"bang",description:"Bang",aliases:["bang"],handler:er},{semanticName:"Cloud",name:"Cloud",shortName:"cloud",description:"cloud",aliases:["cloud"],handler:en},{semanticName:"Decision",name:"Diamond",shortName:"diam",description:"Decision-making step",aliases:["decision","diamond","question"],handler:tR},{semanticName:"Prepare Conditional",name:"Hexagon",shortName:"hex",description:"Preparation or condition step",aliases:["hexagon","prepare"],handler:tc},{semanticName:"Data Input/Output",name:"Lean Right",shortName:"lean-r",description:"Represents input or output",aliases:["lean-right","in-out"],internalAliases:["lean_right"],handler:tb},{semanticName:"Data Input/Output",name:"Lean Left",shortName:"lean-l",description:"Represents output or input",aliases:["lean-left","out-in"],internalAliases:["lean_left"],handler:t$},{semanticName:"Priority Action",name:"Trapezoid Base Bottom",shortName:"trap-b",description:"Priority action",aliases:["priority","trapezoid-bottom","trapezoid"],handler:tU},{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:tm},{semanticName:"Stop",name:"Double Circle",shortName:"dbl-circ",description:"Represents a stop point",aliases:["double-circle"],internalAliases:["doublecircle"],handler:tr},{semanticName:"Text Block",name:"Text Block",shortName:"text",description:"Text block",handler:tz},{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:tX},{semanticName:"Start",name:"Small Circle",shortName:"sm-circ",description:"Small starting point",aliases:["start","small-circle"],internalAliases:["stateStart"],handler:tH},{semanticName:"Stop",name:"Framed Circle",shortName:"fr-circ",description:"Stop point",aliases:["stop","framed-circle"],internalAliases:["stateEnd"],handler:tW},{semanticName:"Fork/Join",name:"Filled Rectangle",shortName:"fork",description:"Fork or join in process flow",aliases:["join"],internalAliases:["forkJoin"],handler:th},{semanticName:"Collate",name:"Hourglass",shortName:"hourglass",description:"Represents a collate operation",aliases:["hourglass","collate"],handler:tg},{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:tk},{semanticName:"Document",name:"Document",shortName:"doc",description:"Represents a document",aliases:["doc","document"],handler:t0},{semanticName:"Delay",name:"Half-Rounded Rectangle",shortName:"delay",description:"Represents a delay",aliases:["half-rounded-rectangle"],handler:to},{semanticName:"Direct Access Storage",name:"Horizontal Cylinder",shortName:"h-cyl",description:"Direct access storage",aliases:["das","horizontal-cylinder"],handler:tY},{semanticName:"Disk Storage",name:"Lined Cylinder",shortName:"lin-cyl",description:"Disk storage",aliases:["disk","lined-cylinder"],handler:tA},{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:ti},{semanticName:"Extract",name:"Triangle",shortName:"tri",description:"Extraction process",aliases:["extract","triangle"],handler:tQ},{semanticName:"Internal Storage",name:"Window Pane",shortName:"win-pane",description:"Internal storage",aliases:["internal-storage","window-pane"],handler:t1},{semanticName:"Junction",name:"Filled Circle",shortName:"f-circ",description:"Junction point",aliases:["junction","filled-circle"],handler:tn},{semanticName:"Loop Limit",name:"Trapezoidal Pentagon",shortName:"notch-pent",description:"Loop limit step",aliases:["loop-limit","notched-pentagon"],handler:tJ},{semanticName:"Manual File",name:"Flipped Triangle",shortName:"flip-tri",description:"Manual file operation",aliases:["manual-file","flipped-triangle"],handler:ts},{semanticName:"Manual Input",name:"Sloped Rectangle",shortName:"sl-rect",description:"Manual input step",aliases:["manual-input","sloped-rectangle"],handler:tG},{semanticName:"Multi-Document",name:"Stacked Document",shortName:"docs",description:"Multiple documents",aliases:["documents","st-doc","stacked-document"],handler:tB},{semanticName:"Multi-Process",name:"Stacked Rectangle",shortName:"st-rect",description:"Multiple processes",aliases:["procs","processes","stacked-rectangle"],handler:tK},{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:t_},{semanticName:"Tagged Process",name:"Tagged Rectangle",shortName:"tag-rect",description:"Tagged process",aliases:["tagged-rectangle","tag-proc","tagged-process"],handler:tq},{semanticName:"Paper Tape",name:"Flag",shortName:"flag",description:"Paper tape",aliases:["paper-tape"],handler:t2},{semanticName:"Odd",name:"Odd",shortName:"odd",description:"Odd shape",internalAliases:["rect_left_inv_arrow"],handler:tL},{semanticName:"Lined Document",name:"Lined Document",shortName:"lin-doc",description:"Lined document",aliases:["lined-document"],handler:tv}],ed=(0,h.K2)(()=>Object.fromEntries([...Object.entries({state:tT,choice:W,note:tC,rectWithTitle:tF,labelRect:tx,iconSquare:tw,iconCircle:tf,icon:ty,iconRounded:tu,imageSquare:tp,anchor:P,kanbanItem:ei,mindmapCircle:eh,defaultMindmapNode:es,classBox:et,erBox:t3,requirementBox:ee}),...eo.flatMap(t=>[t.shortName,..."aliases"in t?t.aliases:[],..."internalAliases"in t?t.internalAliases:[]].map(e=>[e,t.handler]))]),"generateShapeMap")();function ec(t){return t in ed}(0,h.K2)(ec,"isValidShape");var eg=new Map;async function ey(t,e,a){let l,i;"rect"===e.shape&&(e.rx&&e.ry?e.shape="roundedRect":e.shape="squareRect");let r=e.shape?ed[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),eg.set(e.id,l),e.haveCallback&&l.attr("class",l.attr("class")+" clickable"),l}(0,h.K2)(ey,"insertNode");var ef=(0,h.K2)((t,e)=>{eg.set(e.id,t)},"setNodeElem"),eu=(0,h.K2)(()=>{eg.clear()},"clear"),ew=(0,h.K2)(t=>{let e=eg.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")}}]);