@calmabacus/pi-web 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (778) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +66 -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 +189 -0
  12. package/.next/react-loadable-manifest.json +2367 -0
  13. package/.next/required-server-files.js +387 -0
  14. package/.next/required-server-files.json +387 -0
  15. package/.next/routes-manifest.json +505 -0
  16. package/.next/server/app/_global-error/page.js +31 -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 +27 -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 +20 -0
  24. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  25. package/.next/server/app/_not-found/page.js +1 -0
  26. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  27. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  28. package/.next/server/app/_not-found.html +1 -0
  29. package/.next/server/app/_not-found.meta +27 -0
  30. package/.next/server/app/_not-found.rsc +23 -0
  31. package/.next/server/app/_not-found.segments/_full.segment.rsc +23 -0
  32. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +29 -0
  33. package/.next/server/app/_not-found.segments/_tree.segment.rsc +8 -0
  34. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
  35. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
  36. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
  37. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  38. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  39. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  40. package/.next/server/app/api/agent/[id]/lease/route.js +1 -0
  41. package/.next/server/app/api/agent/[id]/lease/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/lease/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/agent/running/route.js +1 -0
  50. package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
  51. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/app-update/route.js +1 -0
  53. package/.next/server/app/api/app-update/route.js.nft.json +1 -0
  54. package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  56. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  57. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  59. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/login/[provider]/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/cwd/browse/route.js +1 -0
  68. package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
  69. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/cwd/validate/route.js +1 -0
  71. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
  72. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/default-cwd/route.js +1 -0
  74. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  75. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/file-index/route.js +1 -0
  77. package/.next/server/app/api/file-index/route.js.nft.json +1 -0
  78. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/files/[...path]/route.js +49 -0
  80. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  81. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/git/diff/route.js +6 -0
  83. package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
  84. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/git/status/route.js +6 -0
  86. package/.next/server/app/api/git/status/route.js.nft.json +1 -0
  87. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/home/route.js +1 -0
  89. package/.next/server/app/api/home/route.js.nft.json +1 -0
  90. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/image-generation/route.js +1 -0
  92. package/.next/server/app/api/image-generation/route.js.nft.json +1 -0
  93. package/.next/server/app/api/image-generation/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/image-generation/settings/connections/route.js +1 -0
  95. package/.next/server/app/api/image-generation/settings/connections/route.js.nft.json +1 -0
  96. package/.next/server/app/api/image-generation/settings/connections/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/image-generation/settings/route.js +1 -0
  98. package/.next/server/app/api/image-generation/settings/route.js.nft.json +1 -0
  99. package/.next/server/app/api/image-generation/settings/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/models/route.js +1 -0
  101. package/.next/server/app/api/models/route.js.nft.json +1 -0
  102. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/models-config/catalog/route.js +1 -0
  104. package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
  105. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/models-config/discover/route.js +1 -0
  107. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  108. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/models-config/picker/route.js +1 -0
  110. package/.next/server/app/api/models-config/picker/route.js.nft.json +1 -0
  111. package/.next/server/app/api/models-config/picker/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/models-config/route.js +1 -0
  113. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  114. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/models-config/runtime/route.js +1 -0
  116. package/.next/server/app/api/models-config/runtime/route.js.nft.json +1 -0
  117. package/.next/server/app/api/models-config/runtime/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/models-config/test/route.js +1 -0
  119. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  120. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/plugins/check/route.js +1 -0
  122. package/.next/server/app/api/plugins/check/route.js.nft.json +1 -0
  123. package/.next/server/app/api/plugins/check/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/plugins/route.js +1 -0
  125. package/.next/server/app/api/plugins/route.js.nft.json +1 -0
  126. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/project-trust/route.js +1 -0
  128. package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
  129. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/push/config/route.js +1 -0
  131. package/.next/server/app/api/push/config/route.js.nft.json +1 -0
  132. package/.next/server/app/api/push/config/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/push/subscribe/route.js +1 -0
  134. package/.next/server/app/api/push/subscribe/route.js.nft.json +1 -0
  135. package/.next/server/app/api/push/subscribe/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
  137. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
  138. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
  140. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  141. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  142. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
  143. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
  144. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
  145. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js +1 -0
  146. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js.nft.json +1 -0
  147. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/sessions/[id]/export/route.js +56 -0
  149. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
  150. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/sessions/[id]/outline/route.js +1 -0
  152. package/.next/server/app/api/sessions/[id]/outline/route.js.nft.json +1 -0
  153. package/.next/server/app/api/sessions/[id]/outline/route_client-reference-manifest.js +1 -0
  154. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  155. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  156. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  157. package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
  158. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
  159. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
  160. package/.next/server/app/api/sessions/route.js +1 -0
  161. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  162. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  163. package/.next/server/app/api/sessions/search/route.js +1 -0
  164. package/.next/server/app/api/sessions/search/route.js.nft.json +1 -0
  165. package/.next/server/app/api/sessions/search/route_client-reference-manifest.js +1 -0
  166. package/.next/server/app/api/skills/check/route.js +1 -0
  167. package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
  168. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
  169. package/.next/server/app/api/skills/install/route.js +1 -0
  170. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  171. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  172. package/.next/server/app/api/skills/route.js +4 -0
  173. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  174. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  175. package/.next/server/app/api/skills/search/route.js +1 -0
  176. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  177. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  178. package/.next/server/app/api/skills/update/route.js +1 -0
  179. package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
  180. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
  181. package/.next/server/app/api/subagents/[id]/route.js +1 -0
  182. package/.next/server/app/api/subagents/[id]/route.js.nft.json +1 -0
  183. package/.next/server/app/api/subagents/[id]/route_client-reference-manifest.js +1 -0
  184. package/.next/server/app/api/subagents/profiles/route.js +1 -0
  185. package/.next/server/app/api/subagents/profiles/route.js.nft.json +1 -0
  186. package/.next/server/app/api/subagents/profiles/route_client-reference-manifest.js +1 -0
  187. package/.next/server/app/api/subagents/settings/route.js +1 -0
  188. package/.next/server/app/api/subagents/settings/route.js.nft.json +1 -0
  189. package/.next/server/app/api/subagents/settings/route_client-reference-manifest.js +1 -0
  190. package/.next/server/app/api/terminal/[id]/events/route.js +4 -0
  191. package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
  192. package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
  193. package/.next/server/app/api/terminal/[id]/route.js +1 -0
  194. package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
  195. package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
  196. package/.next/server/app/api/terminal/route.js +1 -0
  197. package/.next/server/app/api/terminal/route.js.nft.json +1 -0
  198. package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
  199. package/.next/server/app/api/tools/settings/route.js +1 -0
  200. package/.next/server/app/api/tools/settings/route.js.nft.json +1 -0
  201. package/.next/server/app/api/tools/settings/route_client-reference-manifest.js +1 -0
  202. package/.next/server/app/api/web-auth/route.js +1 -0
  203. package/.next/server/app/api/web-auth/route.js.nft.json +1 -0
  204. package/.next/server/app/api/web-auth/route_client-reference-manifest.js +1 -0
  205. package/.next/server/app/api/worktrees/route.js +1 -0
  206. package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
  207. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
  208. package/.next/server/app/favicon.ico/route.js +1 -0
  209. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  210. package/.next/server/app/favicon.ico.body +0 -0
  211. package/.next/server/app/favicon.ico.meta +1 -0
  212. package/.next/server/app/index.html +1 -0
  213. package/.next/server/app/index.meta +21 -0
  214. package/.next/server/app/index.rsc +24 -0
  215. package/.next/server/app/index.segments/__PAGE__.segment.rsc +29 -0
  216. package/.next/server/app/index.segments/_full.segment.rsc +24 -0
  217. package/.next/server/app/index.segments/_tree.segment.rsc +9 -0
  218. package/.next/server/app/login/page.js +3 -0
  219. package/.next/server/app/login/page.js.nft.json +1 -0
  220. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  221. package/.next/server/app/login.html +1 -0
  222. package/.next/server/app/login.meta +26 -0
  223. package/.next/server/app/login.rsc +27 -0
  224. package/.next/server/app/login.segments/_full.segment.rsc +27 -0
  225. package/.next/server/app/login.segments/_tree.segment.rsc +8 -0
  226. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +33 -0
  227. package/.next/server/app/manifest.webmanifest/route.js +17 -0
  228. package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  229. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  230. package/.next/server/app/manifest.webmanifest.body +1 -0
  231. package/.next/server/app/manifest.webmanifest.meta +1 -0
  232. package/.next/server/app/page.js +254 -0
  233. package/.next/server/app/page.js.nft.json +1 -0
  234. package/.next/server/app/page_client-reference-manifest.js +1 -0
  235. package/.next/server/app-paths-manifest.json +66 -0
  236. package/.next/server/chunks/1094.js +160 -0
  237. package/.next/server/chunks/1515.js +1 -0
  238. package/.next/server/chunks/1555.js +1 -0
  239. package/.next/server/chunks/1601.js +24 -0
  240. package/.next/server/chunks/1625.js +1 -0
  241. package/.next/server/chunks/1800.js +1 -0
  242. package/.next/server/chunks/1813.js +1 -0
  243. package/.next/server/chunks/1860.js +1 -0
  244. package/.next/server/chunks/2075.js +23 -0
  245. package/.next/server/chunks/2106.js +1 -0
  246. package/.next/server/chunks/2169.js +36 -0
  247. package/.next/server/chunks/2190.js +1 -0
  248. package/.next/server/chunks/2243.js +1 -0
  249. package/.next/server/chunks/2325.js +82 -0
  250. package/.next/server/chunks/2349.js +1 -0
  251. package/.next/server/chunks/2408.js +1 -0
  252. package/.next/server/chunks/2430.js +193 -0
  253. package/.next/server/chunks/2452.js +93 -0
  254. package/.next/server/chunks/2744.js +1 -0
  255. package/.next/server/chunks/2903.js +1 -0
  256. package/.next/server/chunks/295.js +1 -0
  257. package/.next/server/chunks/3012.js +1 -0
  258. package/.next/server/chunks/3186.js +86 -0
  259. package/.next/server/chunks/3379.js +1 -0
  260. package/.next/server/chunks/3383.js +27 -0
  261. package/.next/server/chunks/3569.js +1 -0
  262. package/.next/server/chunks/3618.js +1 -0
  263. package/.next/server/chunks/3869.js +8 -0
  264. package/.next/server/chunks/3894.js +1 -0
  265. package/.next/server/chunks/426.js +14 -0
  266. package/.next/server/chunks/4267.js +1 -0
  267. package/.next/server/chunks/4315.js +1 -0
  268. package/.next/server/chunks/4367.js +1 -0
  269. package/.next/server/chunks/4372.js +1 -0
  270. package/.next/server/chunks/4538.js +24 -0
  271. package/.next/server/chunks/4548.js +1 -0
  272. package/.next/server/chunks/4563.js +38 -0
  273. package/.next/server/chunks/4674.js +1 -0
  274. package/.next/server/chunks/4741.js +165 -0
  275. package/.next/server/chunks/4980.js +1 -0
  276. package/.next/server/chunks/5029.js +1 -0
  277. package/.next/server/chunks/5318.js +1 -0
  278. package/.next/server/chunks/5582.js +8 -0
  279. package/.next/server/chunks/5974.js +77 -0
  280. package/.next/server/chunks/6052.js +141 -0
  281. package/.next/server/chunks/611.js +1 -0
  282. package/.next/server/chunks/6253.js +104 -0
  283. package/.next/server/chunks/6337.js +1 -0
  284. package/.next/server/chunks/6366.js +80 -0
  285. package/.next/server/chunks/6429.js +29 -0
  286. package/.next/server/chunks/673.js +287 -0
  287. package/.next/server/chunks/6759.js +1 -0
  288. package/.next/server/chunks/6916.js +226 -0
  289. package/.next/server/chunks/703.js +1 -0
  290. package/.next/server/chunks/7233.js +1 -0
  291. package/.next/server/chunks/7265.js +215 -0
  292. package/.next/server/chunks/7307.js +1 -0
  293. package/.next/server/chunks/7561.js +1 -0
  294. package/.next/server/chunks/7710.js +1 -0
  295. package/.next/server/chunks/7744.js +64 -0
  296. package/.next/server/chunks/7790.js +1 -0
  297. package/.next/server/chunks/7799.js +34 -0
  298. package/.next/server/chunks/7872.js +1 -0
  299. package/.next/server/chunks/8106.js +1 -0
  300. package/.next/server/chunks/8294.js +1 -0
  301. package/.next/server/chunks/8333.js +79 -0
  302. package/.next/server/chunks/835.js +1 -0
  303. package/.next/server/chunks/8397.js +41 -0
  304. package/.next/server/chunks/8604.js +115 -0
  305. package/.next/server/chunks/8679.js +1 -0
  306. package/.next/server/chunks/8713.js +148 -0
  307. package/.next/server/chunks/8782.js +153 -0
  308. package/.next/server/chunks/8920.js +62 -0
  309. package/.next/server/chunks/922.js +5 -0
  310. package/.next/server/chunks/9280.js +255 -0
  311. package/.next/server/chunks/9486.js +1 -0
  312. package/.next/server/chunks/9509.js +1 -0
  313. package/.next/server/chunks/9510.js +90 -0
  314. package/.next/server/chunks/974.js +1 -0
  315. package/.next/server/functions-config-manifest.json +26 -0
  316. package/.next/server/instrumentation.js +1 -0
  317. package/.next/server/instrumentation.js.nft.json +1 -0
  318. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  319. package/.next/server/middleware-build-manifest.js +1 -0
  320. package/.next/server/middleware-manifest.json +6 -0
  321. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  322. package/.next/server/middleware.js +163 -0
  323. package/.next/server/middleware.js.nft.json +1 -0
  324. package/.next/server/next-font-manifest.js +1 -0
  325. package/.next/server/next-font-manifest.json +1 -0
  326. package/.next/server/pages/404.html +1 -0
  327. package/.next/server/pages/500.html +1 -0
  328. package/.next/server/pages-manifest.json +4 -0
  329. package/.next/server/prefetch-hints.json +53 -0
  330. package/.next/server/server-reference-manifest.js +1 -0
  331. package/.next/server/server-reference-manifest.json +1 -0
  332. package/.next/server/webpack-runtime.js +1 -0
  333. package/.next/static/LkMtlo9B5W74YX7J-8ccI/_buildManifest.js +1 -0
  334. package/.next/static/LkMtlo9B5W74YX7J-8ccI/_ssgManifest.js +1 -0
  335. package/.next/static/chunks/103.23142a67b02246a8.js +215 -0
  336. package/.next/static/chunks/1032.12b382a9096ab2a4.js +1 -0
  337. package/.next/static/chunks/1063.775c442bdbeef08b.js +1 -0
  338. package/.next/static/chunks/1278-b81177f3a674e4e0.js +1 -0
  339. package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
  340. package/.next/static/chunks/1708.d029f8776e4578de.js +1 -0
  341. package/.next/static/chunks/1781.866132cea8e77cd0.js +1 -0
  342. package/.next/static/chunks/1ba63609.b2ae90f43319a29e.js +153 -0
  343. package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
  344. package/.next/static/chunks/2181.ba21239d3ac39f81.js +1 -0
  345. package/.next/static/chunks/2258.4defa30121ef44a5.js +1 -0
  346. package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
  347. package/.next/static/chunks/2356.523277bb8c6bf72a.js +23 -0
  348. package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
  349. package/.next/static/chunks/2480.cf27ca02e5b19761.js +24 -0
  350. package/.next/static/chunks/2539.c5a4f2fd8e421c70.js +41 -0
  351. package/.next/static/chunks/2619.9431a3f48da8eef4.js +1 -0
  352. package/.next/static/chunks/268.72794ee2773c2060.js +80 -0
  353. package/.next/static/chunks/2695.6f49435bae1e6f33.js +90 -0
  354. package/.next/static/chunks/2703.495a65ed14b2f094.js +36 -0
  355. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  356. package/.next/static/chunks/3251.0dce7a0a0ff67235.js +1 -0
  357. package/.next/static/chunks/3308.be8762955e7155d1.js +73 -0
  358. package/.next/static/chunks/3336.a76f9485fe7cb762.js +1 -0
  359. package/.next/static/chunks/370.8e8f3cf8eb0e29dd.js +1 -0
  360. package/.next/static/chunks/3716.72bf4c9d7325debd.js +1 -0
  361. package/.next/static/chunks/3794-d29203733ca4633c.js +52 -0
  362. package/.next/static/chunks/398.ffa02af9062a3950.js +77 -0
  363. package/.next/static/chunks/3995.eca0f5bef1fc3ae5.js +38 -0
  364. package/.next/static/chunks/4004.74b9bcf5478b1663.js +160 -0
  365. package/.next/static/chunks/4202.8440832386f023c7.js +226 -0
  366. package/.next/static/chunks/4238.6f102dcbcf2ae339.js +141 -0
  367. package/.next/static/chunks/4405.7a19458960a1058e.js +287 -0
  368. package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
  369. package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
  370. package/.next/static/chunks/4970.8a63b4953b0e4946.js +1 -0
  371. package/.next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js +1 -0
  372. package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
  373. package/.next/static/chunks/5137.f163e94c74a94d01.js +1 -0
  374. package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
  375. package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
  376. package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
  377. package/.next/static/chunks/5526.ff46471041fdcb79.js +86 -0
  378. package/.next/static/chunks/5681.dd0e66b0de16e54b.js +27 -0
  379. package/.next/static/chunks/5772-ddd18c0d4b7715e5.js +3 -0
  380. package/.next/static/chunks/6121.eb9023b1cbc78ee2.js +1 -0
  381. package/.next/static/chunks/6161.4836cd7d031026bf.js +1 -0
  382. package/.next/static/chunks/6195.1153369f5f8b13a2.js +24 -0
  383. package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
  384. package/.next/static/chunks/6654.16f727522ec47f5a.js +1 -0
  385. package/.next/static/chunks/6794.f746d8fbbf248ecf.js +93 -0
  386. package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
  387. package/.next/static/chunks/7268.236544be8e242c16.js +1 -0
  388. package/.next/static/chunks/7331.2add3c4e125a2dba.js +104 -0
  389. package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
  390. package/.next/static/chunks/8200.a36b9f8c983c6b9e.js +5 -0
  391. package/.next/static/chunks/869.7152372b662e31af.js +1 -0
  392. package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
  393. package/.next/static/chunks/8885.cf60cac98bf8b70c.js +79 -0
  394. package/.next/static/chunks/8901.e117d206a917bda0.js +1 -0
  395. package/.next/static/chunks/90542734.ae439f2382f58c51.js +1 -0
  396. package/.next/static/chunks/918.6a9bbe564e4a2d0f.js +115 -0
  397. package/.next/static/chunks/934.9006461bd0548660.js +1 -0
  398. package/.next/static/chunks/9445-fde6feabcb39142c.js +7 -0
  399. package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
  400. package/.next/static/chunks/9614.3221013d7f0af27f.js +64 -0
  401. package/.next/static/chunks/9698.4d09a99b9d99f3e5.js +148 -0
  402. package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
  403. package/.next/static/chunks/973.88e865b52eff479a.js +8 -0
  404. package/.next/static/chunks/9764.2669775c6e107a01.js +62 -0
  405. package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
  406. package/.next/static/chunks/993e5495.8797001fcfcf2889.js +62 -0
  407. package/.next/static/chunks/9974.9a0f79beca65e8c4.js +34 -0
  408. package/.next/static/chunks/app/_global-error/page-24ad8f9c794ebb73.js +1 -0
  409. package/.next/static/chunks/app/_not-found/page-d1e0360401438077.js +1 -0
  410. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-24ad8f9c794ebb73.js +1 -0
  411. package/.next/static/chunks/app/api/agent/[id]/events/route-24ad8f9c794ebb73.js +1 -0
  412. package/.next/static/chunks/app/api/agent/[id]/lease/route-24ad8f9c794ebb73.js +1 -0
  413. package/.next/static/chunks/app/api/agent/[id]/route-24ad8f9c794ebb73.js +1 -0
  414. package/.next/static/chunks/app/api/agent/new/route-24ad8f9c794ebb73.js +1 -0
  415. package/.next/static/chunks/app/api/agent/running/route-24ad8f9c794ebb73.js +1 -0
  416. package/.next/static/chunks/app/api/app-update/route-24ad8f9c794ebb73.js +1 -0
  417. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-24ad8f9c794ebb73.js +1 -0
  418. package/.next/static/chunks/app/api/auth/login/[provider]/route-24ad8f9c794ebb73.js +1 -0
  419. package/.next/static/chunks/app/api/auth/logout/[provider]/route-24ad8f9c794ebb73.js +1 -0
  420. package/.next/static/chunks/app/api/auth/providers/route-24ad8f9c794ebb73.js +1 -0
  421. package/.next/static/chunks/app/api/cwd/browse/route-24ad8f9c794ebb73.js +1 -0
  422. package/.next/static/chunks/app/api/cwd/validate/route-24ad8f9c794ebb73.js +1 -0
  423. package/.next/static/chunks/app/api/default-cwd/route-24ad8f9c794ebb73.js +1 -0
  424. package/.next/static/chunks/app/api/file-index/route-24ad8f9c794ebb73.js +1 -0
  425. package/.next/static/chunks/app/api/files/[...path]/route-24ad8f9c794ebb73.js +1 -0
  426. package/.next/static/chunks/app/api/git/diff/route-24ad8f9c794ebb73.js +1 -0
  427. package/.next/static/chunks/app/api/git/status/route-24ad8f9c794ebb73.js +1 -0
  428. package/.next/static/chunks/app/api/home/route-24ad8f9c794ebb73.js +1 -0
  429. package/.next/static/chunks/app/api/image-generation/route-24ad8f9c794ebb73.js +1 -0
  430. package/.next/static/chunks/app/api/image-generation/settings/connections/route-24ad8f9c794ebb73.js +1 -0
  431. package/.next/static/chunks/app/api/image-generation/settings/route-24ad8f9c794ebb73.js +1 -0
  432. package/.next/static/chunks/app/api/models/route-24ad8f9c794ebb73.js +1 -0
  433. package/.next/static/chunks/app/api/models-config/catalog/route-24ad8f9c794ebb73.js +1 -0
  434. package/.next/static/chunks/app/api/models-config/discover/route-24ad8f9c794ebb73.js +1 -0
  435. package/.next/static/chunks/app/api/models-config/picker/route-24ad8f9c794ebb73.js +1 -0
  436. package/.next/static/chunks/app/api/models-config/route-24ad8f9c794ebb73.js +1 -0
  437. package/.next/static/chunks/app/api/models-config/runtime/route-24ad8f9c794ebb73.js +1 -0
  438. package/.next/static/chunks/app/api/models-config/test/route-24ad8f9c794ebb73.js +1 -0
  439. package/.next/static/chunks/app/api/plugins/check/route-24ad8f9c794ebb73.js +1 -0
  440. package/.next/static/chunks/app/api/plugins/route-24ad8f9c794ebb73.js +1 -0
  441. package/.next/static/chunks/app/api/project-trust/route-24ad8f9c794ebb73.js +1 -0
  442. package/.next/static/chunks/app/api/push/config/route-24ad8f9c794ebb73.js +1 -0
  443. package/.next/static/chunks/app/api/push/subscribe/route-24ad8f9c794ebb73.js +1 -0
  444. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-24ad8f9c794ebb73.js +1 -0
  445. package/.next/static/chunks/app/api/sessions/[id]/context/route-24ad8f9c794ebb73.js +1 -0
  446. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-24ad8f9c794ebb73.js +1 -0
  447. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-24ad8f9c794ebb73.js +1 -0
  448. package/.next/static/chunks/app/api/sessions/[id]/export/route-24ad8f9c794ebb73.js +1 -0
  449. package/.next/static/chunks/app/api/sessions/[id]/outline/route-24ad8f9c794ebb73.js +1 -0
  450. package/.next/static/chunks/app/api/sessions/[id]/route-24ad8f9c794ebb73.js +1 -0
  451. package/.next/static/chunks/app/api/sessions/[id]/state/route-24ad8f9c794ebb73.js +1 -0
  452. package/.next/static/chunks/app/api/sessions/route-24ad8f9c794ebb73.js +1 -0
  453. package/.next/static/chunks/app/api/sessions/search/route-24ad8f9c794ebb73.js +1 -0
  454. package/.next/static/chunks/app/api/skills/check/route-24ad8f9c794ebb73.js +1 -0
  455. package/.next/static/chunks/app/api/skills/install/route-24ad8f9c794ebb73.js +1 -0
  456. package/.next/static/chunks/app/api/skills/route-24ad8f9c794ebb73.js +1 -0
  457. package/.next/static/chunks/app/api/skills/search/route-24ad8f9c794ebb73.js +1 -0
  458. package/.next/static/chunks/app/api/skills/update/route-24ad8f9c794ebb73.js +1 -0
  459. package/.next/static/chunks/app/api/subagents/[id]/route-24ad8f9c794ebb73.js +1 -0
  460. package/.next/static/chunks/app/api/subagents/profiles/route-24ad8f9c794ebb73.js +1 -0
  461. package/.next/static/chunks/app/api/subagents/settings/route-24ad8f9c794ebb73.js +1 -0
  462. package/.next/static/chunks/app/api/terminal/[id]/events/route-24ad8f9c794ebb73.js +1 -0
  463. package/.next/static/chunks/app/api/terminal/[id]/route-24ad8f9c794ebb73.js +1 -0
  464. package/.next/static/chunks/app/api/terminal/route-24ad8f9c794ebb73.js +1 -0
  465. package/.next/static/chunks/app/api/tools/settings/route-24ad8f9c794ebb73.js +1 -0
  466. package/.next/static/chunks/app/api/web-auth/route-24ad8f9c794ebb73.js +1 -0
  467. package/.next/static/chunks/app/api/worktrees/route-24ad8f9c794ebb73.js +1 -0
  468. package/.next/static/chunks/app/layout-f900e4d3794672ad.js +1 -0
  469. package/.next/static/chunks/app/login/page-4d08a41789f24789.js +1 -0
  470. package/.next/static/chunks/app/manifest.webmanifest/route-24ad8f9c794ebb73.js +1 -0
  471. package/.next/static/chunks/app/page-3c64134d63e2eff9.js +232 -0
  472. package/.next/static/chunks/bf2ff291.3a109dffc1fe84af.js +122 -0
  473. package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
  474. package/.next/static/chunks/da12927c.476aa688a637649c.js +82 -0
  475. package/.next/static/chunks/db9d41be.e72ce090a86a3691.js +1 -0
  476. package/.next/static/chunks/e868780c-1584512c612787d7.js +18 -0
  477. package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
  478. package/.next/static/chunks/main-app-5f091d229b1e5a0e.js +1 -0
  479. package/.next/static/chunks/main-dac5ab3797407fcb.js +5 -0
  480. package/.next/static/chunks/next/dist/client/components/builtin/app-error-24ad8f9c794ebb73.js +1 -0
  481. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-24ad8f9c794ebb73.js +1 -0
  482. package/.next/static/chunks/next/dist/client/components/builtin/global-error-ae6c57598b75d8bb.js +1 -0
  483. package/.next/static/chunks/next/dist/client/components/builtin/not-found-24ad8f9c794ebb73.js +1 -0
  484. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-24ad8f9c794ebb73.js +1 -0
  485. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  486. package/.next/static/chunks/webpack-25464d90fe89e601.js +1 -0
  487. package/.next/static/css/2ac0338d70747eca.css +1 -0
  488. package/.next/static/css/2f46e0db0d4a3aed.css +1 -0
  489. package/.next/static/css/444123c292add02f.css +1 -0
  490. package/.next/static/css/58d019c61385df31.css +1 -0
  491. package/.next/static/css/89aae141d5b3edde.css +1 -0
  492. package/.next/static/css/fddca953485158e4.css +1 -0
  493. package/.next/static/media/01bdb1c2bb2f530a-s.woff2 +0 -0
  494. package/.next/static/media/060fd7a2ba6f57dc-s.woff2 +0 -0
  495. package/.next/static/media/06d755a5cd3e2b96-s.woff2 +0 -0
  496. package/.next/static/media/09341845bc7215c3-s.woff2 +0 -0
  497. package/.next/static/media/09d8b46d011a8a55-s.woff2 +0 -0
  498. package/.next/static/media/0ac3ab6b6a54cd96-s.woff2 +0 -0
  499. package/.next/static/media/0cb7a0edc360425e-s.woff2 +0 -0
  500. package/.next/static/media/0de82041d2acf4c3-s.woff2 +0 -0
  501. package/.next/static/media/1249fbbadbb69451-s.woff2 +0 -0
  502. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  503. package/.next/static/media/182682366c265526-s.woff2 +0 -0
  504. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  505. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  506. package/.next/static/media/246116fa49278f72-s.woff2 +0 -0
  507. package/.next/static/media/2ad4a039dd2c0f35-s.woff2 +0 -0
  508. package/.next/static/media/2cd94acf7f6a8cd1-s.woff2 +0 -0
  509. package/.next/static/media/30af2a5bc088caeb-s.woff2 +0 -0
  510. package/.next/static/media/3117748ae3be552d-s.woff2 +0 -0
  511. package/.next/static/media/373befd5a68230ff-s.woff2 +0 -0
  512. package/.next/static/media/37ae20ae1d329cc2-s.woff2 +0 -0
  513. package/.next/static/media/3832bef2caf4f297-s.woff2 +0 -0
  514. package/.next/static/media/3b6ebd4dd223d8c1-s.woff2 +0 -0
  515. package/.next/static/media/3da25081fc21e3b2-s.woff2 +0 -0
  516. package/.next/static/media/3eb545844a1630b6-s.woff2 +0 -0
  517. package/.next/static/media/41870aeb5505be99-s.woff2 +0 -0
  518. package/.next/static/media/45c8f5377f81d417-s.woff2 +0 -0
  519. package/.next/static/media/48d86e2f8821c61e-s.woff2 +0 -0
  520. package/.next/static/media/4957022da3161c6e-s.woff2 +0 -0
  521. package/.next/static/media/4be71ddc6c749643-s.woff2 +0 -0
  522. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  523. package/.next/static/media/4dc4381bbf526d04-s.woff2 +0 -0
  524. package/.next/static/media/4eb0814ea9e22f45-s.woff2 +0 -0
  525. package/.next/static/media/4f86cf50532e0e9b-s.woff2 +0 -0
  526. package/.next/static/media/5022b11bb4a81e48-s.woff2 +0 -0
  527. package/.next/static/media/5080c55e2dccd63d-s.woff2 +0 -0
  528. package/.next/static/media/5348b1e69a651725-s.woff2 +0 -0
  529. package/.next/static/media/54c50561be23e605-s.woff2 +0 -0
  530. package/.next/static/media/567d6f765096ee76-s.woff2 +0 -0
  531. package/.next/static/media/58045d1f8695a418-s.woff2 +0 -0
  532. package/.next/static/media/5a274ddc03d9a5ab-s.woff2 +0 -0
  533. package/.next/static/media/5feee92221bb8605-s.woff2 +0 -0
  534. package/.next/static/media/6067d3f78ecc4535-s.woff2 +0 -0
  535. package/.next/static/media/61a11ca45429493a-s.woff2 +0 -0
  536. package/.next/static/media/63d030730737efae-s.woff2 +0 -0
  537. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  538. package/.next/static/media/6bd056ddce336924-s.woff2 +0 -0
  539. package/.next/static/media/6dc0bae4a5666821-s.woff2 +0 -0
  540. package/.next/static/media/7513cc52807669ca-s.woff2 +0 -0
  541. package/.next/static/media/75ae81fea4aec8c5-s.woff2 +0 -0
  542. package/.next/static/media/77f6534b6a3eb37a-s.woff2 +0 -0
  543. package/.next/static/media/782d4006a26041e7-s.woff2 +0 -0
  544. package/.next/static/media/7d509f4f988023eb-s.woff2 +0 -0
  545. package/.next/static/media/7d58f39a50828c68-s.woff2 +0 -0
  546. package/.next/static/media/7db71cc013812f1c-s.woff2 +0 -0
  547. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  548. package/.next/static/media/7eb3f914ae6dd7a0-s.woff2 +0 -0
  549. package/.next/static/media/8051eb8307aa13c8-s.woff2 +0 -0
  550. package/.next/static/media/829dca987e1e010e-s.woff2 +0 -0
  551. package/.next/static/media/842f675c7a332a48-s.woff2 +0 -0
  552. package/.next/static/media/866e2e7b0cbc2cb4-s.woff2 +0 -0
  553. package/.next/static/media/86b38dc7f713ddda-s.woff2 +0 -0
  554. package/.next/static/media/8a3a66ae6bb27151-s.woff2 +0 -0
  555. package/.next/static/media/8b56b70f6d577d9f-s.woff2 +0 -0
  556. package/.next/static/media/8d93dbb77672da11-s.woff2 +0 -0
  557. package/.next/static/media/8f5c2d0a25b8f50c-s.woff2 +0 -0
  558. package/.next/static/media/966e6d14b6c229fc-s.woff2 +0 -0
  559. package/.next/static/media/9877fefe733dd250-s.woff2 +0 -0
  560. package/.next/static/media/9c57f4420502d43a-s.woff2 +0 -0
  561. package/.next/static/media/9cedd2ad7b0bcf3d-s.woff2 +0 -0
  562. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  563. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  564. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  565. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  566. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  567. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  568. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  569. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  570. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  571. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  572. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  573. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  574. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  575. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  576. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  577. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  578. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  579. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  580. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  581. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  582. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  583. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  584. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  585. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  586. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  587. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  588. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  589. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  590. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  591. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  592. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  593. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  594. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  595. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  596. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  597. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  598. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  599. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  600. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  601. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  602. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  603. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  604. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  605. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  606. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  607. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  608. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  609. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  610. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  611. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  612. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  613. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  614. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  615. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  616. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  617. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  618. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  619. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  620. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  621. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  622. package/.next/static/media/a00fb5ef1ca68e5d-s.woff2 +0 -0
  623. package/.next/static/media/a171b1d72388367c-s.woff2 +0 -0
  624. package/.next/static/media/a310fb84e6868735-s.woff2 +0 -0
  625. package/.next/static/media/a53504b22c396db6-s.woff2 +0 -0
  626. package/.next/static/media/aabb87babcdda375-s.woff2 +0 -0
  627. package/.next/static/media/afe75c8050c8fd4e-s.woff2 +0 -0
  628. package/.next/static/media/b201193f76404e13-s.woff2 +0 -0
  629. package/.next/static/media/b20daecae68a588f-s.woff2 +0 -0
  630. package/.next/static/media/b2574bc564dca98d-s.woff2 +0 -0
  631. package/.next/static/media/b6a1339c290590d0-s.woff2 +0 -0
  632. package/.next/static/media/b6fe4b2295863fe4-s.woff2 +0 -0
  633. package/.next/static/media/bb8ff9c700288292-s.woff2 +0 -0
  634. package/.next/static/media/bc1ccfae4ae17995-s.woff2 +0 -0
  635. package/.next/static/media/be15c189f996aeb2-s.woff2 +0 -0
  636. package/.next/static/media/c0d1f6928a1dbc31-s.woff2 +0 -0
  637. package/.next/static/media/c36d8bb68a53eb60-s.woff2 +0 -0
  638. package/.next/static/media/c5db947ee2561e06-s.woff2 +0 -0
  639. package/.next/static/media/c77ac7f613b44045-s.woff2 +0 -0
  640. package/.next/static/media/ca73d0c74010e612-s.woff2 +0 -0
  641. package/.next/static/media/cfbad6ceeeca5c58-s.woff2 +0 -0
  642. package/.next/static/media/d24aebb82f01e48d-s.woff2 +0 -0
  643. package/.next/static/media/d2c6107607eb7d44-s.woff2 +0 -0
  644. package/.next/static/media/d2c7d5e8db7ce20a-s.woff2 +0 -0
  645. package/.next/static/media/d51f7558abc55aa6-s.woff2 +0 -0
  646. package/.next/static/media/da718921282f76d0-s.woff2 +0 -0
  647. package/.next/static/media/dae37106d788c7c9-s.woff2 +0 -0
  648. package/.next/static/media/e0d4cd45847004a4-s.woff2 +0 -0
  649. package/.next/static/media/e100c7a7874aebd9-s.woff2 +0 -0
  650. package/.next/static/media/e26dff18031f4a7e-s.woff2 +0 -0
  651. package/.next/static/media/e5b759c1d5c42d99-s.woff2 +0 -0
  652. package/.next/static/media/ea21a07081db26d0-s.woff2 +0 -0
  653. package/.next/static/media/eaee7682c49bd1c2-s.woff2 +0 -0
  654. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  655. package/.next/static/media/ec408158b9e08aea-s.woff2 +0 -0
  656. package/.next/static/media/ee5d9aad76ea4c0a-s.woff2 +0 -0
  657. package/.next/static/media/efdbc7cff3271ee9-s.woff2 +0 -0
  658. package/.next/static/media/f128be4e72405705-s.woff2 +0 -0
  659. package/.next/static/media/fb6cfff6119f26e8-s.woff2 +0 -0
  660. package/.next/static/media/fd516adbc3328c82-s.woff2 +0 -0
  661. package/.next/trace +7 -0
  662. package/.next/trace-build +1 -0
  663. package/.next/types/app/api/agent/[id]/bash-output/route.ts +353 -0
  664. package/.next/types/app/api/agent/[id]/events/route.ts +353 -0
  665. package/.next/types/app/api/agent/[id]/lease/route.ts +353 -0
  666. package/.next/types/app/api/agent/[id]/route.ts +353 -0
  667. package/.next/types/app/api/agent/new/route.ts +353 -0
  668. package/.next/types/app/api/agent/running/route.ts +353 -0
  669. package/.next/types/app/api/app-update/route.ts +353 -0
  670. package/.next/types/app/api/auth/api-key/[provider]/route.ts +353 -0
  671. package/.next/types/app/api/auth/login/[provider]/route.ts +353 -0
  672. package/.next/types/app/api/auth/logout/[provider]/route.ts +353 -0
  673. package/.next/types/app/api/auth/providers/route.ts +353 -0
  674. package/.next/types/app/api/cwd/browse/route.ts +353 -0
  675. package/.next/types/app/api/cwd/validate/route.ts +353 -0
  676. package/.next/types/app/api/default-cwd/route.ts +353 -0
  677. package/.next/types/app/api/file-index/route.ts +353 -0
  678. package/.next/types/app/api/files/[...path]/route.ts +353 -0
  679. package/.next/types/app/api/git/diff/route.ts +353 -0
  680. package/.next/types/app/api/git/status/route.ts +353 -0
  681. package/.next/types/app/api/home/route.ts +353 -0
  682. package/.next/types/app/api/image-generation/route.ts +353 -0
  683. package/.next/types/app/api/image-generation/settings/connections/route.ts +353 -0
  684. package/.next/types/app/api/image-generation/settings/route.ts +353 -0
  685. package/.next/types/app/api/models/route.ts +353 -0
  686. package/.next/types/app/api/models-config/catalog/route.ts +353 -0
  687. package/.next/types/app/api/models-config/discover/route.ts +353 -0
  688. package/.next/types/app/api/models-config/picker/route.ts +353 -0
  689. package/.next/types/app/api/models-config/route.ts +353 -0
  690. package/.next/types/app/api/models-config/runtime/route.ts +353 -0
  691. package/.next/types/app/api/models-config/test/route.ts +353 -0
  692. package/.next/types/app/api/plugins/check/route.ts +353 -0
  693. package/.next/types/app/api/plugins/route.ts +353 -0
  694. package/.next/types/app/api/project-trust/route.ts +353 -0
  695. package/.next/types/app/api/push/config/route.ts +353 -0
  696. package/.next/types/app/api/push/subscribe/route.ts +353 -0
  697. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +353 -0
  698. package/.next/types/app/api/sessions/[id]/context/route.ts +353 -0
  699. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +353 -0
  700. package/.next/types/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.ts +353 -0
  701. package/.next/types/app/api/sessions/[id]/export/route.ts +353 -0
  702. package/.next/types/app/api/sessions/[id]/outline/route.ts +353 -0
  703. package/.next/types/app/api/sessions/[id]/route.ts +353 -0
  704. package/.next/types/app/api/sessions/[id]/state/route.ts +353 -0
  705. package/.next/types/app/api/sessions/route.ts +353 -0
  706. package/.next/types/app/api/sessions/search/route.ts +353 -0
  707. package/.next/types/app/api/skills/check/route.ts +353 -0
  708. package/.next/types/app/api/skills/install/route.ts +353 -0
  709. package/.next/types/app/api/skills/route.ts +353 -0
  710. package/.next/types/app/api/skills/search/route.ts +353 -0
  711. package/.next/types/app/api/skills/update/route.ts +353 -0
  712. package/.next/types/app/api/subagents/[id]/route.ts +353 -0
  713. package/.next/types/app/api/subagents/profiles/route.ts +353 -0
  714. package/.next/types/app/api/subagents/settings/route.ts +353 -0
  715. package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
  716. package/.next/types/app/api/terminal/[id]/route.ts +353 -0
  717. package/.next/types/app/api/terminal/route.ts +353 -0
  718. package/.next/types/app/api/tools/settings/route.ts +353 -0
  719. package/.next/types/app/api/web-auth/route.ts +353 -0
  720. package/.next/types/app/api/worktrees/route.ts +353 -0
  721. package/.next/types/app/layout.ts +89 -0
  722. package/.next/types/app/login/page.ts +89 -0
  723. package/.next/types/app/page.ts +89 -0
  724. package/.next/types/cache-life.d.ts +146 -0
  725. package/.next/types/package.json +1 -0
  726. package/.next/types/root-params.d.ts +3 -0
  727. package/.next/types/routes.d.ts +131 -0
  728. package/.next/types/validator.ts +601 -0
  729. package/LICENSE +22 -0
  730. package/README.md +64 -0
  731. package/bin/node-version.js +24 -0
  732. package/bin/pi-web-options.js +87 -0
  733. package/bin/pi-web.js +132 -0
  734. package/bin/prepare-terminal.js +14 -0
  735. package/bin/process-lifecycle.js +81 -0
  736. package/next.config.ts +73 -0
  737. package/package.json +95 -0
  738. package/public/icons/apple-touch-icon.png +0 -0
  739. package/public/icons/catppuccin/LICENSE +22 -0
  740. package/public/icons/catppuccin/README.md +9 -0
  741. package/public/icons/catppuccin/latte/_file.svg +3 -0
  742. package/public/icons/catppuccin/latte/_folder.svg +3 -0
  743. package/public/icons/catppuccin/latte/_folder_open.svg +3 -0
  744. package/public/icons/catppuccin/latte/bash.svg +7 -0
  745. package/public/icons/catppuccin/latte/bun-lock.svg +8 -0
  746. package/public/icons/catppuccin/latte/config.svg +3 -0
  747. package/public/icons/catppuccin/latte/css.svg +6 -0
  748. package/public/icons/catppuccin/latte/database.svg +3 -0
  749. package/public/icons/catppuccin/latte/docker.svg +3 -0
  750. package/public/icons/catppuccin/latte/env.svg +3 -0
  751. package/public/icons/catppuccin/latte/eslint.svg +6 -0
  752. package/public/icons/catppuccin/latte/git.svg +6 -0
  753. package/public/icons/catppuccin/latte/go.svg +3 -0
  754. package/public/icons/catppuccin/latte/graphql.svg +3 -0
  755. package/public/icons/catppuccin/latte/html.svg +6 -0
  756. package/public/icons/catppuccin/latte/javascript-react.svg +8 -0
  757. package/public/icons/catppuccin/latte/javascript.svg +6 -0
  758. package/public/icons/catppuccin/latte/json.svg +3 -0
  759. package/public/icons/catppuccin/latte/lock.svg +3 -0
  760. package/public/icons/catppuccin/latte/markdown.svg +3 -0
  761. package/public/icons/catppuccin/latte/ms-word.svg +6 -0
  762. package/public/icons/catppuccin/latte/next.svg +6 -0
  763. package/public/icons/catppuccin/latte/npm-lock.svg +7 -0
  764. package/public/icons/catppuccin/latte/pdf.svg +3 -0
  765. package/public/icons/catppuccin/latte/python.svg +8 -0
  766. package/public/icons/catppuccin/latte/rust.svg +6 -0
  767. package/public/icons/catppuccin/latte/sass.svg +3 -0
  768. package/public/icons/catppuccin/latte/terraform.svg +3 -0
  769. package/public/icons/catppuccin/latte/toml.svg +3 -0
  770. package/public/icons/catppuccin/latte/typescript-react.svg +8 -0
  771. package/public/icons/catppuccin/latte/typescript.svg +6 -0
  772. package/public/icons/catppuccin/latte/yaml.svg +3 -0
  773. package/public/icons/icon-192.png +0 -0
  774. package/public/icons/icon-512.png +0 -0
  775. package/public/offline.html +83 -0
  776. package/public/provider-icons.svg +54 -0
  777. package/public/sw.js +145 -0
  778. package/public/sw.test.mjs +141 -0
@@ -0,0 +1,115 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[918],{918:(t,e,n)=>{n.d(e,{diagram:()=>te});var i=n(56174),r=n(86305),a=n(37325),s=n(56037),o=n(89851),l=n(33948),c=n(6424),h=n(99507),d=n(68195),u=function(){var t=(0,o.K)(function(t,e,n,i){for(n=n||{},i=t.length;i--;n[t[i]]=e);return n},"o"),e=[6,11,13,14,15,17,19,20,23,24],n=[1,12],i=[1,13],r=[1,14],a=[1,15],s=[1,16],l=[1,19],c=[1,20],h={trace:(0,o.K)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,timeline_header:4,document:5,EOF:6,timeline:7,timeline_lr:8,timeline_td:9,line:10,SPACE:11,statement:12,NEWLINE:13,title:14,acc_title:15,acc_title_value:16,acc_descr:17,acc_descr_value:18,acc_descr_multiline_value:19,section:20,period_statement:21,event_statement:22,period:23,event:24,$accept:0,$end:1},terminals_:{2:"error",6:"EOF",7:"timeline",8:"timeline_lr",9:"timeline_td",11:"SPACE",13:"NEWLINE",14:"title",15:"acc_title",16:"acc_title_value",17:"acc_descr",18:"acc_descr_value",19:"acc_descr_multiline_value",20:"section",23:"period",24:"event"},productions_:[0,[3,3],[4,1],[4,1],[4,1],[5,0],[5,2],[10,2],[10,1],[10,1],[10,1],[12,1],[12,2],[12,2],[12,1],[12,1],[12,1],[12,1],[21,1],[22,1]],performAction:(0,o.K)(function(t,e,n,i,r,a,s){var o=a.length-1;switch(r){case 1:return a[o-1];case 3:i.setDirection("LR");break;case 4:i.setDirection("TD");break;case 5:case 9:case 10:this.$=[];break;case 6:a[o-1].push(a[o]),this.$=a[o-1];break;case 7:case 8:this.$=a[o];break;case 11:i.getCommonDb().setDiagramTitle(a[o].substr(6)),this.$=a[o].substr(6);break;case 12:this.$=a[o].trim(),i.getCommonDb().setAccTitle(this.$);break;case 13:case 14:this.$=a[o].trim(),i.getCommonDb().setAccDescription(this.$);break;case 15:i.addSection(a[o].substr(8)),this.$=a[o].substr(8);break;case 18:i.addTask(a[o],0,""),this.$=a[o];break;case 19:i.addEvent(a[o].substr(2)),this.$=a[o]}},"anonymous"),table:[{3:1,4:2,7:[1,3],8:[1,4],9:[1,5]},{1:[3]},t(e,[2,5],{5:6}),t(e,[2,2]),t(e,[2,3]),t(e,[2,4]),{6:[1,7],10:8,11:[1,9],12:10,13:[1,11],14:n,15:i,17:r,19:a,20:s,21:17,22:18,23:l,24:c},t(e,[2,10],{1:[2,1]}),t(e,[2,6]),{12:21,14:n,15:i,17:r,19:a,20:s,21:17,22:18,23:l,24:c},t(e,[2,8]),t(e,[2,9]),t(e,[2,11]),{16:[1,22]},{18:[1,23]},t(e,[2,14]),t(e,[2,15]),t(e,[2,16]),t(e,[2,17]),t(e,[2,18]),t(e,[2,19]),t(e,[2,7]),t(e,[2,12]),t(e,[2,13])],defaultActions:{},parseError:(0,o.K)(function(t,e){if(e.recoverable)this.trace(t);else{var n=Error(t);throw n.hash=e,n}},"parseError"),parse:(0,o.K)(function(t){var e=this,n=[0],i=[],r=[null],a=[],s=this.table,l="",c=0,h=0,d=0,u=a.slice.call(arguments,1),p=Object.create(this.lexer),g={};for(var f in this.yy)Object.prototype.hasOwnProperty.call(this.yy,f)&&(g[f]=this.yy[f]);p.setInput(t,g),g.lexer=p,g.parser=this,void 0===p.yylloc&&(p.yylloc={});var y=p.yylloc;a.push(y);var m=p.options&&p.options.ranges;function b(){var t;return"number"!=typeof(t=i.pop()||p.lex()||1)&&(t instanceof Array&&(t=(i=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof g.parseError?this.parseError=g.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,o.K)(function(t){n.length=n.length-2*t,r.length=r.length-t,a.length=a.length-t},"popStack"),(0,o.K)(b,"lex");for(var x,k,_,w,$,v,K,S,E,R={};;){if(_=n[n.length-1],this.defaultActions[_]?w=this.defaultActions[_]:(null==x&&(x=b()),w=s[_]&&s[_][x]),void 0===w||!w.length||!w[0]){var I="";for(v in E=[],s[_])this.terminals_[v]&&v>2&&E.push("'"+this.terminals_[v]+"'");I=p.showPosition?"Parse error on line "+(c+1)+":\n"+p.showPosition()+"\nExpecting "+E.join(", ")+", got '"+(this.terminals_[x]||x)+"'":"Parse error on line "+(c+1)+": Unexpected "+(1==x?"end of input":"'"+(this.terminals_[x]||x)+"'"),this.parseError(I,{text:p.match,token:this.terminals_[x]||x,line:p.yylineno,loc:y,expected:E})}if(w[0]instanceof Array&&w.length>1)throw Error("Parse Error: multiple actions possible at state: "+_+", token: "+x);switch(w[0]){case 1:n.push(x),r.push(p.yytext),a.push(p.yylloc),n.push(w[1]),x=null,k?(x=k,k=null):(h=p.yyleng,l=p.yytext,c=p.yylineno,y=p.yylloc,d>0&&d--);break;case 2:if(K=this.productions_[w[1]][1],R.$=r[r.length-K],R._$={first_line:a[a.length-(K||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(K||1)].first_column,last_column:a[a.length-1].last_column},m&&(R._$.range=[a[a.length-(K||1)].range[0],a[a.length-1].range[1]]),void 0!==($=this.performAction.apply(R,[l,h,c,g,w[1],r,a].concat(u))))return $;K&&(n=n.slice(0,-1*K*2),r=r.slice(0,-1*K),a=a.slice(0,-1*K)),n.push(this.productions_[w[1]][0]),r.push(R.$),a.push(R._$),S=s[n[n.length-2]][n[n.length-1]],n.push(S);break;case 3:return!0}}return!0},"parse")};function d(){this.yy={}}return h.lexer={EOF:1,parseError:(0,o.K)(function(t,e){if(this.yy.parser)this.yy.parser.parseError(t,e);else throw Error(t)},"parseError"),setInput:(0,o.K)(function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:(0,o.K)(function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},"input"),unput:(0,o.K)(function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var r=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===i.length?this.yylloc.first_column:0)+i[i.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[r[0],r[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},"unput"),more:(0,o.K)(function(){return this._more=!0,this},"more"),reject:(0,o.K)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,o.K)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,o.K)(function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,o.K)(function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,o.K)(function(){var t=this.pastInput(),e=Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,o.K)(function(t,e){var n,i,r;if(this.options.backtrack_lexer&&(r={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(r.yylloc.range=this.yylloc.range.slice(0))),(i=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack)for(var a in r)this[a]=r[a];return!1},"test_match"),next:(0,o.K)(function(){if(this.done)return this.EOF;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var t,e,n,i,r=this._currentRules(),a=0;a<r.length;a++)if((n=this._input.match(this.rules[r[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,i=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,r[a])))return t;if(!this._backtrack)return!1;e=!1;continue}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,r[i]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,o.K)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,o.K)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,o.K)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,o.K)(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:(0,o.K)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,o.K)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,o.K)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,o.K)(function(t,e,n,i){switch(n){case 0:case 1:case 3:case 4:break;case 2:return 13;case 5:return 8;case 6:return 9;case 7:return 7;case 8:return 14;case 9:return this.begin("acc_title"),15;case 10:return this.popState(),"acc_title_value";case 11:return this.begin("acc_descr"),17;case 12:return this.popState(),"acc_descr_value";case 13:this.begin("acc_descr_multiline");break;case 14:this.popState();break;case 15:return"acc_descr_multiline_value";case 16:return 20;case 17:return 24;case 18:return 23;case 19:return 6;case 20:return"INVALID"}},"anonymous"),rules:[/^(?:%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:timeline[ \t]+LR\b)/i,/^(?:timeline[ \t]+TD\b)/i,/^(?:timeline\b)/i,/^(?:title\s[^\n]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:section\s[^:\n]+)/i,/^(?::\s(?:[^:\n]|:(?!\s))+)/i,/^(?:[^#:\n]+)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[14,15],inclusive:!1},acc_descr:{rules:[12],inclusive:!1},acc_title:{rules:[10],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,11,13,16,17,18,19,20],inclusive:!0}}},(0,o.K)(d,"Parser"),d.prototype=h,h.Parser=d,new d}();u.parser=u;var p={};(0,o.V)(p,{addEvent:()=>R,addSection:()=>v,addTask:()=>E,addTaskOrg:()=>I,clear:()=>_,default:()=>M,getCommonDb:()=>k,getDirection:()=>$,getSections:()=>K,getTasks:()=>S,setDirection:()=>w});var g="",f=0,y="LR",m=[],b=[],x=[],k=(0,o.K)(()=>a.Wt,"getCommonDb"),_=(0,o.K)(function(){m.length=0,b.length=0,g="",x.length=0,y="LR",(0,a.IU)()},"clear"),w=(0,o.K)(function(t){y=t},"setDirection"),$=(0,o.K)(function(){return y},"getDirection"),v=(0,o.K)(function(t){g=t,m.push(t)},"addSection"),K=(0,o.K)(function(){return m},"getSections"),S=(0,o.K)(function(){let t=T(),e=0;for(;!t&&e<100;)t=T(),e++;return b.push(...x),b},"getTasks"),E=(0,o.K)(function(t,e,n){let i={id:f++,section:g,type:g,task:t,score:e||0,events:n?[n]:[]};x.push(i)},"addTask"),R=(0,o.K)(function(t){x.find(t=>t.id===f-1).events.push(t)},"addEvent"),I=(0,o.K)(function(t){let e={section:g,type:g,description:t,task:t,classes:[]};b.push(e)},"addTaskOrg"),T=(0,o.K)(function(){let t=(0,o.K)(function(t){return x[t].processed},"compileTask"),e=!0;for(let[n,i]of x.entries())t(n),e=e&&i.processed;return e},"compileTasks"),M={clear:_,getCommonDb:k,getDirection:$,setDirection:w,addSection:v,getSections:K,getTasks:S,addTask:E,addTaskOrg:I,addEvent:R},L=0,C=(0,o.K)(function(t,e){let n=t.append("rect");return n.attr("x",e.x),n.attr("y",e.y),n.attr("fill",e.fill),n.attr("stroke",e.stroke),n.attr("width",e.width),n.attr("height",e.height),n.attr("rx",e.rx),n.attr("ry",e.ry),void 0!==e.class&&n.attr("class",e.class),n},"drawRect"),H=(0,o.K)(function(t,e){let n=t.append("circle").attr("cx",e.cx).attr("cy",e.cy).attr("class","face").attr("r",15).attr("stroke-width",2).attr("overflow","visible"),i=t.append("g");function r(t){let n=(0,l.JLW)().startAngle(Math.PI/2).endAngle(Math.PI/2*3).innerRadius(7.5).outerRadius(15/2.2);t.append("path").attr("class","mouth").attr("d",n).attr("transform","translate("+e.cx+","+(e.cy+2)+")")}function a(t){let n=(0,l.JLW)().startAngle(3*Math.PI/2).endAngle(Math.PI/2*5).innerRadius(7.5).outerRadius(15/2.2);t.append("path").attr("class","mouth").attr("d",n).attr("transform","translate("+e.cx+","+(e.cy+7)+")")}function s(t){t.append("line").attr("class","mouth").attr("stroke",2).attr("x1",e.cx-5).attr("y1",e.cy+7).attr("x2",e.cx+5).attr("y2",e.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return i.append("circle").attr("cx",e.cx-5).attr("cy",e.cy-5).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),i.append("circle").attr("cx",e.cx+5).attr("cy",e.cy-5).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),(0,o.K)(r,"smile"),(0,o.K)(a,"sad"),(0,o.K)(s,"ambivalent"),e.score>3?r(i):e.score<3?a(i):s(i),n},"drawFace"),D=(0,o.K)(function(t,e){let n=e.text.replace(/<br\s*\/?>/gi," "),i=t.append("text");i.attr("x",e.x),i.attr("y",e.y),i.attr("class","legend"),i.style("text-anchor",e.anchor),void 0!==e.class&&i.attr("class",e.class);let r=i.append("tspan");return r.attr("x",e.x+2*e.textMargin),r.text(n),i},"drawText"),A=-1,O=(0,o.K)(function(){return{x:0,y:0,width:100,anchor:"start",height:100,rx:0,ry:0}},"getNoteRect"),B=function(){function t(t,e,n,r,a,s,o,l){i(e.append("text").attr("x",n+a/2).attr("y",r+s/2+5).style("font-color",l).style("text-anchor","middle").text(t),o)}function e(t,e,n,r,a,s,o,l,c){let{taskFontSize:h,taskFontFamily:d}=l,u=t.split(/<br\s*\/?>/gi);for(let t=0;t<u.length;t++){let l=t*h-h*(u.length-1)/2,p=e.append("text").attr("x",n+a/2).attr("y",r).attr("fill",c).style("text-anchor","middle").style("font-size",h).style("font-family",d);p.append("tspan").attr("x",n+a/2).attr("dy",l).text(u[t]),p.attr("y",r+s/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),i(p,o)}}function n(t,n,r,a,s,o,l,c){let h=n.append("switch"),d=h.append("foreignObject").attr("x",r).attr("y",a).attr("width",s).attr("height",o).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");d.append("div").attr("class","label").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(t),e(t,h,r,a,s,o,l,c),i(d,l)}function i(t,e){for(let n in e)n in e&&t.attr(n,e[n])}return(0,o.K)(t,"byText"),(0,o.K)(e,"byTspan"),(0,o.K)(n,"byFo"),(0,o.K)(i,"_setTextAttrs"),function(i){return"fo"===i.textPlacement?n:"old"===i.textPlacement?t:e}}(),N=(0,o.K)(function(t,e){L=0,A=-1,t.append("defs").append("marker").attr("id",e+"-arrowhead").attr("refX",5).attr("refY",2).attr("markerWidth",6).attr("markerHeight",4).attr("orient","auto").append("path").attr("d","M 0,0 V 4 L6,2 Z")},"initGraphics");function W(t,e){t.each(function(){var t,n=(0,l.Ltv)(this),i=n.text().split(/(\s+|<br>)/).reverse(),r=[],a=n.attr("y"),s=parseFloat(n.attr("dy")),o=n.text(null).append("tspan").attr("x",0).attr("y",a).attr("dy",s+"em");for(let s=0;s<i.length;s++)t=i[i.length-1-s],r.push(t),o.text(r.join(" ").trim()),(o.node().getComputedTextLength()>e||"<br>"===t)&&(r.pop(),o.text(r.join(" ").trim()),r="<br>"===t?[""]:[t],o=n.append("tspan").attr("x",0).attr("y",a).attr("dy","1.1em").text(t))})}(0,o.K)(W,"wrap");var P=(0,o.K)(function(t,e,n,i,r,a=!1){let{theme:s,look:o}=i,c=s?.includes("redux"),h=n%(i?.themeVariables?.THEME_COLOR_LIMIT??12)-1,d=t.append("g");e.section=h,d.attr("class",(e.class?e.class+" ":"")+"timeline-node section-"+h);let u=d.append("g"),p=d.append("g"),g=p.append("text").text(e.descr).attr("dy","1em").attr("alignment-baseline","middle").attr("dominant-baseline","middle").attr("text-anchor","middle").call(W,e.width).node().getBBox(),f=i.fontSize?.replace?i.fontSize.replace("px",""):i.fontSize;if(e.height=g.height+1.1*f*.5+e.padding,e.height=Math.max(e.height,e.maxHeight),e.width=e.width+2*e.padding,p.attr("transform","translate("+e.width/2+", "+e.padding/2+")"),c&&p.attr("transform",`translate(${e.width/2}, ${a?e.padding/2+3:e.padding})`),j(u,e,h,r,i),"neo"===o&&(d.attr("data-look","neo"),c)){let e=s.includes("dark"),n=t.node()?.ownerSVGElement??t.node(),i=(0,l.Ltv)(n),r=i.attr("id")??"",a=r?`${r}-drop-shadow`:"drop-shadow";if(i.select(`#${a}`).empty()){let t=i.select("defs");(t.empty()?i.append("defs"):t).append("filter").attr("id",a).attr("height","130%").attr("width","130%").append("feDropShadow").attr("dx","4").attr("dy","4").attr("stdDeviation",0).attr("flood-opacity",e?"0.2":"0.06").attr("flood-color",e?"#FFFFFF":"#000000")}}return e},"drawNode"),z=(0,o.K)(function(t,e,n){let i=t.append("g"),r=i.append("text").text(e.descr).attr("dy","1em").attr("alignment-baseline","middle").attr("dominant-baseline","middle").attr("text-anchor","middle").call(W,e.width).node().getBBox(),a=n.fontSize?.replace?n.fontSize.replace("px",""):n.fontSize;return i.remove(),r.height+1.1*a*.5+e.padding},"getVirtualNodeHeight"),j=(0,o.K)(function(t,e,n,i,r){let{theme:a}=r,s=5*!a?.includes("redux"),o=s>0?`M0 ${e.height-5} v${-e.height+10} q0,-${s},${s},-${s} h${e.width-10} q${s},0,${s},${s} v${e.height-5} H0 Z`:`M0 ${e.height-5} v${-(e.height-5)} h${e.width} v${e.height} H0 Z`;t.append("path").attr("id",i+"-node-"+L++).attr("class","node-bkg node-"+e.type).attr("d",o),a?.includes("redux")||t.append("line").attr("class","node-line-"+n).attr("x1",0).attr("y1",e.height).attr("x2",e.width).attr("y2",e.height)},"defaultBkg"),F=(0,o.K)(function(t,e,n,i){let r,o=(0,a.D7)(),{look:c,theme:h,themeVariables:d}=o,{useGradient:u,gradientStart:p,gradientStop:g}=d,f=o.timeline?.leftMargin??50;s.R.debug("timeline",i.db);let y=o.securityLevel;"sandbox"===y&&(r=(0,l.Ltv)("#i"+e));let m=("sandbox"===y?(0,l.Ltv)(r.nodes()[0].contentDocument.body):(0,l.Ltv)("body")).select("#"+e);m.append("g");let b=i.db.getTasks(),x=i.db.getCommonDb().getDiagramTitle();s.R.debug("task",b),N(m,e);let k=i.db.getSections();s.R.debug("sections",k);let _=0,w=0,$=0,v=0,K=50+f,S=50;v=50;let E=0,R=!0;k.forEach(function(t){let e=z(m,{number:E,descr:t,section:E,width:150,padding:20,maxHeight:_},o);s.R.debug("sectionHeight before draw",e),_=Math.max(_,e+20)});let I=0,T=0;for(let[t,e]of(s.R.debug("tasks.length",b.length),b.entries())){let n=z(m,{number:t,descr:e,section:e.section,width:150,padding:20,maxHeight:w},o);s.R.debug("taskHeight before draw",n),w=Math.max(w,n+20),I=Math.max(I,e.events.length);let i=0;for(let t of e.events)i+=z(m,{descr:t,section:e.section,number:e.section,width:150,padding:20,maxHeight:50},o);e.events.length>0&&(i+=(e.events.length-1)*10),T=Math.max(T,i)}s.R.debug("maxSectionHeight before draw",_),s.R.debug("maxTaskHeight before draw",w),k&&k.length>0?k.forEach(t=>{let n=b.filter(e=>e.section===t),i={number:E,descr:t,section:E,width:200*Math.max(n.length,1)-50,padding:20,maxHeight:_};s.R.debug("sectionNode",i);let r=m.append("g"),a=P(r,i,E,o,e);s.R.debug("sectionNode output",a),r.attr("transform",`translate(${K}, ${v})`),S+=_+50,n.length>0&&V(m,n,E,K,S,w,o,I,T,_,!1,e),K+=200*Math.max(n.length,1),S=v,E++}):(R=!1,V(m,b,E,K,S,w,o,I,T,_,!0,e));let M=m.node().getBBox();if(s.R.debug("bounds",M),x&&m.append("text").text(x).attr("x","neo"===c?2*M.x+f:M.width/2-f).attr("font-size","4ex").attr("font-weight","bold").attr("y",20),$=R?_+w+150:w+100,m.append("g").attr("class","lineWrapper").append("line").attr("x1",f).attr("y1",$).attr("x2",M.width+3*f).attr("y2",$).attr("stroke-width",4).attr("stroke","black").attr("marker-end",`url(#${e}-arrowhead)`),"neo"===c&&u&&"neutral"!==h){let t=m.select("defs"),e=(t.empty()?m.append("defs"):t).append("linearGradient").attr("id",m.attr("id")+"-gradient").attr("gradientUnits","objectBoundingBox").attr("x1","0%").attr("y1","0%").attr("x2","100%").attr("y2","0%");e.append("stop").attr("offset","0%").attr("stop-color",p).attr("stop-opacity",1),e.append("stop").attr("offset","100%").attr("stop-color",g).attr("stop-opacity",1)}(0,a.ot)(void 0,m,o.timeline?.padding??50,o.timeline?.useMaxWidth??!1)},"draw"),V=(0,o.K)(function(t,e,n,i,r,a,o,l,c,h,d,u){for(let l of e){let e={descr:l.task,section:n,number:n,width:150,padding:20,maxHeight:a};s.R.debug("taskNode",e);let h=t.append("g").attr("class","taskWrapper"),p=P(h,e,n,o,u).height;if(s.R.debug("taskHeight after draw",p),h.attr("transform",`translate(${i}, ${r})`),a=Math.max(a,p),l.events){let e=t.append("g").attr("class","lineWrapper");r+=100,G(t,l.events,n,i,r,o,u),r-=100,e.append("line").attr("x1",i+95).attr("y1",r+a).attr("x2",i+95).attr("y2",r+a+100+c+100).attr("stroke-width",2).attr("stroke","black").attr("marker-end",`url(#${u}-arrowhead)`).attr("stroke-dasharray","5,5")}i+=200,d&&!o.timeline?.disableMulticolor&&n++}},"drawTasks"),G=(0,o.K)(function(t,e,n,i,r,a,o){let l=0,c=r;for(let c of(r+=100,e)){let e={descr:c,section:n,number:n,width:150,padding:20,maxHeight:50};s.R.debug("eventNode",e);let h=t.append("g").attr("class","eventWrapper"),d=P(h,e,n,a,o,!0).height;l+=d,h.attr("transform",`translate(${i}, ${r})`),r=r+10+d}return r=c,l},"drawEvents"),U={setConf:(0,o.K)(()=>{},"setConf"),draw:F},Z=(0,o.K)(function(t,e,n,o){let l=(0,a.D7)(),c=l.timeline?.leftMargin??50;s.R.debug("timeline",o.db);let h=(0,i.D)(e);h.append("g");let d=o.db.getTasks(),u=o.db.getCommonDb().getDiagramTitle();s.R.debug("task",d),N(h);let p=o.db.getSections();s.R.debug("sections",p);let g=0,f=0,y=50,m=230,b=0,x=p&&p.length>0,k=50+c+m,_=Math.max(50,m+360-10);p.forEach(function(t){let e=z(h,{number:b,descr:t,section:b,width:_,padding:5,maxHeight:g},l);s.R.debug("sectionHeight before draw",e),g=Math.max(g,e)});let w=0;for(let[t,e]of(s.R.debug("tasks.length",d.length),d.entries())){let n=z(h,{number:t,descr:e,section:e.section,width:200,padding:5,maxHeight:f},l);s.R.debug("taskHeight before draw",n),f=Math.max(f,n);let i=0;for(let t of e.events)i+=z(h,{descr:t,section:e.section,number:e.section,width:300,padding:5,maxHeight:50},l);e.events.length>0&&(i+=(e.events.length-1)*10),w=Math.max(w,i)+0}s.R.debug("maxSectionHeight before draw",g),s.R.debug("maxTaskHeight before draw",f);let $=Math.max(f,w)+30;x?p.forEach(t=>{let e=d.filter(e=>e.section===t),n={number:b,descr:t,section:b,width:_,padding:5,maxHeight:g};s.R.debug("sectionNode",n);let i=h.append("g"),r=P(i,n,b,l);s.R.debug("sectionNode output",r);let a=k-m;i.attr("transform",`translate(${a}, ${y})`);let o=y+r.height+20;e.length>0&&q(h,e,b,k,o,f,l,$,!1);let c=e.length,u=r.height+20+$*Math.max(c,1)-60*(c>0);y+=u,b++}):q(h,d,b,k,y,f,l,$,!0);let v=h.node()?.getBBox();if(!v)throw Error("bbox not found");if(s.R.debug("bounds",v),u){if(h.append("text").text(u).attr("x",v.width/2-c).attr("font-size","4ex").attr("font-weight","bold").attr("y",20),!(v=h.node()?.getBBox()))throw Error("bbox not found");s.R.debug("bounds after title",v)}let[K]=(0,r.I5)(l.fontSize),S=h.append("g").attr("class","lineWrapper");S.append("line").attr("x1",k).attr("y1",50-(K??16)*2).attr("x2",k).attr("y2",v.y+v.height+((K??16)*.5+20)).attr("stroke-width",4).attr("stroke","black").attr("marker-end","url(#arrowhead)"),S.lower(),(0,a.ot)(void 0,h,l.timeline?.padding??50,l.timeline?.useMaxWidth??!1)},"draw"),q=(0,o.K)(function(t,e,n,i,r,a,o,l,c){for(let h of e){let e={descr:h.task,section:n,number:n,width:200,padding:5,maxHeight:a};s.R.debug("taskNode",e);let d=t.append("g").attr("class","taskWrapper"),u=P(d,e,n,o),p=u.height;s.R.debug("taskHeight after draw",p);let g=i-20-u.width;if(d.attr("transform",`translate(${g}, ${r})`),a=Math.max(a,p),h.events&&h.events.length>0){let e=r,a=i+50;J(t,h.events,n,i,a,e,o)}r+=l,c&&!o.timeline?.disableMulticolor&&n++}},"drawTasks"),J=(0,o.K)(function(t,e,n,i,r,a,o){let l=a;for(let a of e){let e={descr:a,section:n,number:n,width:300,padding:5,maxHeight:0};s.R.debug("eventNode",e);let c=t.append("g").attr("class","eventWrapper"),h=P(c,e,n,o).height;c.attr("transform",`translate(${r}, ${l})`);let d=t.append("g").attr("class","lineWrapper"),u=l+h/2;d.append("line").attr("x1",i).attr("y1",u).attr("x2",r).attr("y2",u).attr("stroke-width",2).attr("stroke","black").attr("marker-end","url(#arrowhead)").attr("stroke-dasharray","5,5"),l=l+h+10}return l-a},"drawEvents"),Y={setConf:(0,o.K)(()=>{},"setConf"),draw:Z},X=(0,o.K)(t=>{let{theme:e}=(0,a.zj)(),n=e?.includes("dark"),i=e?.includes("color"),r=t.svgId?.replace(/^#/,"")??"",s=r?`url(#${r}-drop-shadow)`:t.dropShadow??"none",o="";for(let e=0;e<t.THEME_COLOR_LIMIT;e++){let r=`${17-3*e}`,a=i?t.borderColorArray[e]:t.mainBkg,l=i?t.borderColorArray[e]:t.nodeBorder;o+=`
2
+ .section-${e-1} rect,
3
+ .section-${e-1} path,
4
+ .section-${e-1} circle {
5
+ fill: ${n&&i?t.mainBkg:a};
6
+ stroke: ${l};
7
+ stroke-width: ${t.strokeWidth};
8
+ filter: ${s};
9
+ }
10
+
11
+ .section-${e-1} text {
12
+ fill: ${t.nodeBorder};
13
+ font-weight: ${t.fontWeight}
14
+ }
15
+
16
+ .node-icon-${e-1} {
17
+ font-size: 40px;
18
+ color: ${t["cScaleLabel"+e]};
19
+ }
20
+
21
+ .section-edge-${e-1} {
22
+ stroke: ${t["cScale"+e]};
23
+ }
24
+
25
+ .edge-depth-${e-1} {
26
+ stroke-width: ${r};
27
+ }
28
+
29
+ .section-${e-1} line {
30
+ stroke: ${t["cScaleInv"+e]};
31
+ stroke-width: 3;
32
+ }
33
+
34
+ .lineWrapper line {
35
+ stroke: ${t.nodeBorder};
36
+ stroke-width:${t.strokeWidth}
37
+ }
38
+
39
+ .disabled,
40
+ .disabled circle,
41
+ .disabled text {
42
+ fill: ${t.tertiaryColor??"lightgray"};
43
+ }
44
+
45
+ .disabled text {
46
+ fill: ${t.clusterBorder??"#efefef"};
47
+ }
48
+ `}return o},"genReduxSections"),Q=(0,o.K)(t=>{let e="";for(let e=0;e<t.THEME_COLOR_LIMIT;e++)t["lineColor"+e]=t["lineColor"+e]||t["cScaleInv"+e],(0,c.A)(t["lineColor"+e])?t["lineColor"+e]=(0,h.A)(t["lineColor"+e],20):t["lineColor"+e]=(0,d.A)(t["lineColor"+e],20);for(let n=0;n<t.THEME_COLOR_LIMIT;n++){let i=""+(17-3*n);e+=`
49
+ .section-${n-1} rect, .section-${n-1} path, .section-${n-1} circle, .section-${n-1} path {
50
+ fill: ${t["cScale"+n]};
51
+ }
52
+ .section-${n-1} text {
53
+ fill: ${t["cScaleLabel"+n]};
54
+ }
55
+ .node-icon-${n-1} {
56
+ font-size: 40px;
57
+ color: ${t["cScaleLabel"+n]};
58
+ }
59
+ .section-edge-${n-1}{
60
+ stroke: ${t["cScale"+n]};
61
+ }
62
+ .edge-depth-${n-1}{
63
+ stroke-width: ${i};
64
+ }
65
+ .section-${n-1} line {
66
+ stroke: ${t["cScaleInv"+n]} ;
67
+ stroke-width: 3;
68
+ }
69
+
70
+ .lineWrapper line{
71
+ stroke: ${t["cScaleLabel"+n]} ;
72
+ }
73
+
74
+ .disabled, .disabled circle, .disabled text {
75
+ fill: ${t.tertiaryColor??"lightgray"};
76
+ }
77
+ .disabled text {
78
+ fill: ${t.clusterBorder??"#efefef"};
79
+ }
80
+ `}return e},"genSections"),tt=(0,o.K)(t=>{let{theme:e}=(0,a.zj)(),n=e?.includes("redux"),i="neutral"===e,r=t.svgId?.replace(/^#/,"")??"",s="";if(t.useGradient&&r&&t.THEME_COLOR_LIMIT&&!i)for(let e=0;e<t.THEME_COLOR_LIMIT;e++)s+=`
81
+ .section-${e-1}[data-look="neo"] rect,
82
+ .section-${e-1}[data-look="neo"] path,
83
+ .section-${e-1}[data-look="neo"] circle {
84
+ fill: ${t.mainBkg};
85
+ stroke: url(#${r}-gradient);
86
+ stroke-width: 2;
87
+ }
88
+ .section-${e-1}[data-look="neo"] line {
89
+ stroke: url(#${r}-gradient);
90
+ stroke-width: 2;
91
+ }`;return`
92
+ .edge {
93
+ stroke-width: 3;
94
+ }
95
+ ${n?X(t):Q(t)}
96
+ ${s}
97
+ .section-root rect, .section-root path, .section-root circle {
98
+ fill: ${t.git0};
99
+ }
100
+ .section-root text {
101
+ fill: ${t.gitBranchLabel0};
102
+ }
103
+ .icon-container {
104
+ height:100%;
105
+ display: flex;
106
+ justify-content: center;
107
+ align-items: center;
108
+ }
109
+ .edge {
110
+ fill: none;
111
+ }
112
+ .eventWrapper {
113
+ filter: brightness(120%);
114
+ }
115
+ `},"getStyles"),te={db:p,renderer:{setConf:(0,o.K)(()=>{},"setConf"),draw:(0,o.K)((t,e,n,i)=>"TD"===(i?.db?.getDirection?.()??"LR")?Y.draw(t,e,n,i):U.draw(t,e,n,i),"draw")},parser:u,styles:tt}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[934],{60934:(e,s,a)=>{a.d(s,{createWardleyServices:()=>c.J});var c=a(55797);a(11176)}}]);