@henlii/pidance 0.2.33 → 0.2.34

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 (268) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +14 -15
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/required-server-files.json +1 -1
  6. package/.next/routes-manifest.json +0 -6
  7. package/.next/server/app/_global-error/page.js +3 -3
  8. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/_global-error.html +1 -1
  10. package/.next/server/app/_global-error.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +2 -2
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  24. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/.next/server/app/api/about/route.js +1 -1
  28. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  29. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/new/route.js +1 -1
  32. package/.next/server/app/api/agent/running/events/route.js +2 -2
  33. package/.next/server/app/api/agent/running/route.js +1 -1
  34. package/.next/server/app/api/agent/submissions/[submissionId]/route.js +1 -1
  35. package/.next/server/app/api/agent-settings/route.js +2 -2
  36. package/.next/server/app/api/attachments/route.js +1 -1
  37. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  38. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  39. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  40. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  41. package/.next/server/app/api/auth/providers/route.js +1 -1
  42. package/.next/server/app/api/auth/ui-session/route.js +1 -1
  43. package/.next/server/app/api/auth/ui-sessions/[id]/route.js +1 -1
  44. package/.next/server/app/api/auth/ui-sessions/route.js +1 -1
  45. package/.next/server/app/api/cwd/browse/route.js +1 -1
  46. package/.next/server/app/api/cwd/create/route.js +1 -1
  47. package/.next/server/app/api/cwd/validate/route.js +1 -1
  48. package/.next/server/app/api/default-cwd/route.js +1 -1
  49. package/.next/server/app/api/file-index/route.js +1 -1
  50. package/.next/server/app/api/files/[...path]/route.js +2 -2
  51. package/.next/server/app/api/git/diff/route.js +1 -1
  52. package/.next/server/app/api/git/status/route.js +1 -1
  53. package/.next/server/app/api/home/route.js +1 -1
  54. package/.next/server/app/api/message-media/route.js +1 -1
  55. package/.next/server/app/api/models/route.js +1 -1
  56. package/.next/server/app/api/models-config/raw/route.js +1 -1
  57. package/.next/server/app/api/models-config/route.js +1 -1
  58. package/.next/server/app/api/models-config/test/route.js +1 -1
  59. package/.next/server/app/api/plugins/route.js +1 -1
  60. package/.next/server/app/api/plugins/search/route.js +1 -1
  61. package/.next/server/app/api/plugins/updates/route.js +1 -1
  62. package/.next/server/app/api/preferences/route.js +1 -1
  63. package/.next/server/app/api/project-assets/route.js +2 -2
  64. package/.next/server/app/api/prompts/route.js +1 -1
  65. package/.next/server/app/api/pty/route.js +1 -1
  66. package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
  67. package/.next/server/app/api/sessions/[id]/auto-name/route.js +1 -1
  68. package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -1
  69. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  70. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  71. package/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  72. package/.next/server/app/api/sessions/[id]/info/route.js +1 -1
  73. package/.next/server/app/api/sessions/[id]/outline/route.js +1 -1
  74. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  75. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  76. package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route.js +1 -1
  77. package/.next/server/app/api/sessions/route.js +1 -1
  78. package/.next/server/app/api/sessions/search/route.js +1 -1
  79. package/.next/server/app/api/settings/raw/route.js +2 -2
  80. package/.next/server/app/api/settings/remote/route.js +1 -1
  81. package/.next/server/app/api/skills/check/route.js +1 -1
  82. package/.next/server/app/api/skills/install/route.js +1 -1
  83. package/.next/server/app/api/skills/route.js +2 -2
  84. package/.next/server/app/api/skills/search/route.js +1 -1
  85. package/.next/server/app/api/skills/update/route.js +1 -1
  86. package/.next/server/app/api/subagent-runs/route.js +1 -1
  87. package/.next/server/app/api/update/apply/route.js +2 -2
  88. package/.next/server/app/api/update/check/route.js +1 -1
  89. package/.next/server/app/icon.png/route.js +1 -1
  90. package/.next/server/app/index.html +1 -1
  91. package/.next/server/app/index.rsc +5 -5
  92. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  93. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  94. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  95. package/.next/server/app/index.segments/_index.segment.rsc +3 -3
  96. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  97. package/.next/server/app/page.js +14 -15
  98. package/.next/server/app/page_client-reference-manifest.js +1 -1
  99. package/.next/server/app-paths-manifest.json +14 -15
  100. package/.next/server/chunks/1707.js +1 -1
  101. package/.next/server/chunks/188.js +1 -1
  102. package/.next/server/chunks/2871.js +1 -1
  103. package/.next/server/chunks/3379.js +1 -1
  104. package/.next/server/chunks/5274.js +1 -1
  105. package/.next/server/chunks/5304.js +1 -1
  106. package/.next/server/chunks/5726.js +1 -0
  107. package/.next/server/chunks/6192.js +1 -1
  108. package/.next/server/chunks/6509.js +1 -1
  109. package/.next/server/chunks/7181.js +1 -1
  110. package/.next/server/chunks/7594.js +1 -1
  111. package/.next/server/chunks/9169.js +1 -1
  112. package/.next/server/chunks/9280.js +2 -2
  113. package/.next/server/chunks/9935.js +1 -1
  114. package/.next/server/instrumentation.js +1 -1
  115. package/.next/server/middleware-build-manifest.js +1 -1
  116. package/.next/server/pages/404.html +1 -1
  117. package/.next/server/pages/500.html +1 -1
  118. package/.next/server/server-reference-manifest.json +1 -1
  119. package/.next/static/Xz9XxhYAztXJctQiqfonK/_buildManifest.js +1 -0
  120. package/.next/static/chunks/9780-10c5b784a91324f0.js +1 -0
  121. package/.next/static/chunks/app/_global-error/page-b2c38d3e76d6c6b5.js +1 -0
  122. package/.next/static/chunks/app/api/about/route-b2c38d3e76d6c6b5.js +1 -0
  123. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-b2c38d3e76d6c6b5.js +1 -0
  124. package/.next/static/chunks/app/api/agent/[id]/events/route-b2c38d3e76d6c6b5.js +1 -0
  125. package/.next/static/chunks/app/api/agent/[id]/route-b2c38d3e76d6c6b5.js +1 -0
  126. package/.next/static/chunks/app/api/agent/new/route-b2c38d3e76d6c6b5.js +1 -0
  127. package/.next/static/chunks/app/api/agent/running/events/route-b2c38d3e76d6c6b5.js +1 -0
  128. package/.next/static/chunks/app/api/agent/running/route-b2c38d3e76d6c6b5.js +1 -0
  129. package/.next/static/chunks/app/api/agent/submissions/[submissionId]/route-b2c38d3e76d6c6b5.js +1 -0
  130. package/.next/static/chunks/app/api/agent-settings/route-b2c38d3e76d6c6b5.js +1 -0
  131. package/.next/static/chunks/app/api/attachments/route-b2c38d3e76d6c6b5.js +1 -0
  132. package/.next/static/chunks/app/api/auth/all-providers/route-b2c38d3e76d6c6b5.js +1 -0
  133. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-b2c38d3e76d6c6b5.js +1 -0
  134. package/.next/static/chunks/app/api/auth/login/[provider]/route-b2c38d3e76d6c6b5.js +1 -0
  135. package/.next/static/chunks/app/api/auth/logout/[provider]/route-b2c38d3e76d6c6b5.js +1 -0
  136. package/.next/static/chunks/app/api/auth/providers/route-b2c38d3e76d6c6b5.js +1 -0
  137. package/.next/static/chunks/app/api/auth/ui-session/route-b2c38d3e76d6c6b5.js +1 -0
  138. package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-b2c38d3e76d6c6b5.js +1 -0
  139. package/.next/static/chunks/app/api/auth/ui-sessions/route-b2c38d3e76d6c6b5.js +1 -0
  140. package/.next/static/chunks/app/api/cwd/browse/route-b2c38d3e76d6c6b5.js +1 -0
  141. package/.next/static/chunks/app/api/cwd/create/route-b2c38d3e76d6c6b5.js +1 -0
  142. package/.next/static/chunks/app/api/cwd/validate/route-b2c38d3e76d6c6b5.js +1 -0
  143. package/.next/static/chunks/app/api/default-cwd/route-b2c38d3e76d6c6b5.js +1 -0
  144. package/.next/static/chunks/app/api/file-index/route-b2c38d3e76d6c6b5.js +1 -0
  145. package/.next/static/chunks/app/api/files/[...path]/route-b2c38d3e76d6c6b5.js +1 -0
  146. package/.next/static/chunks/app/api/git/diff/route-b2c38d3e76d6c6b5.js +1 -0
  147. package/.next/static/chunks/app/api/git/status/route-b2c38d3e76d6c6b5.js +1 -0
  148. package/.next/static/chunks/app/api/home/route-b2c38d3e76d6c6b5.js +1 -0
  149. package/.next/static/chunks/app/api/message-media/route-b2c38d3e76d6c6b5.js +1 -0
  150. package/.next/static/chunks/app/api/models/route-b2c38d3e76d6c6b5.js +1 -0
  151. package/.next/static/chunks/app/api/models-config/raw/route-b2c38d3e76d6c6b5.js +1 -0
  152. package/.next/static/chunks/app/api/models-config/route-b2c38d3e76d6c6b5.js +1 -0
  153. package/.next/static/chunks/app/api/models-config/test/route-b2c38d3e76d6c6b5.js +1 -0
  154. package/.next/static/chunks/app/api/plugins/route-b2c38d3e76d6c6b5.js +1 -0
  155. package/.next/static/chunks/app/api/plugins/search/route-b2c38d3e76d6c6b5.js +1 -0
  156. package/.next/static/chunks/app/api/plugins/updates/route-b2c38d3e76d6c6b5.js +1 -0
  157. package/.next/static/chunks/app/api/preferences/route-b2c38d3e76d6c6b5.js +1 -0
  158. package/.next/static/chunks/app/api/project-assets/route-b2c38d3e76d6c6b5.js +1 -0
  159. package/.next/static/chunks/app/api/prompts/route-b2c38d3e76d6c6b5.js +1 -0
  160. package/.next/static/chunks/app/api/pty/route-b2c38d3e76d6c6b5.js +1 -0
  161. package/.next/static/chunks/app/api/sessions/[id]/archive/route-b2c38d3e76d6c6b5.js +1 -0
  162. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-b2c38d3e76d6c6b5.js +1 -0
  163. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-b2c38d3e76d6c6b5.js +1 -0
  164. package/.next/static/chunks/app/api/sessions/[id]/context/route-b2c38d3e76d6c6b5.js +1 -0
  165. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-b2c38d3e76d6c6b5.js +1 -0
  166. package/.next/static/chunks/app/api/sessions/[id]/export/route-b2c38d3e76d6c6b5.js +1 -0
  167. package/.next/static/chunks/app/api/sessions/[id]/info/route-b2c38d3e76d6c6b5.js +1 -0
  168. package/.next/static/chunks/app/api/sessions/[id]/outline/route-b2c38d3e76d6c6b5.js +1 -0
  169. package/.next/static/chunks/app/api/sessions/[id]/route-b2c38d3e76d6c6b5.js +1 -0
  170. package/.next/static/chunks/app/api/sessions/[id]/state/route-b2c38d3e76d6c6b5.js +1 -0
  171. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-b2c38d3e76d6c6b5.js +1 -0
  172. package/.next/static/chunks/app/api/sessions/route-b2c38d3e76d6c6b5.js +1 -0
  173. package/.next/static/chunks/app/api/sessions/search/route-b2c38d3e76d6c6b5.js +1 -0
  174. package/.next/static/chunks/app/api/settings/raw/route-b2c38d3e76d6c6b5.js +1 -0
  175. package/.next/static/chunks/app/api/settings/remote/route-b2c38d3e76d6c6b5.js +1 -0
  176. package/.next/static/chunks/app/api/skills/check/route-b2c38d3e76d6c6b5.js +1 -0
  177. package/.next/static/chunks/app/api/skills/install/route-b2c38d3e76d6c6b5.js +1 -0
  178. package/.next/static/chunks/app/api/skills/route-b2c38d3e76d6c6b5.js +1 -0
  179. package/.next/static/chunks/app/api/skills/search/route-b2c38d3e76d6c6b5.js +1 -0
  180. package/.next/static/chunks/app/api/skills/update/route-b2c38d3e76d6c6b5.js +1 -0
  181. package/.next/static/chunks/app/api/subagent-runs/route-b2c38d3e76d6c6b5.js +1 -0
  182. package/.next/static/chunks/app/api/update/apply/route-b2c38d3e76d6c6b5.js +1 -0
  183. package/.next/static/chunks/app/api/update/check/route-b2c38d3e76d6c6b5.js +1 -0
  184. package/.next/static/chunks/app/page-61e09e843c0fdee8.js +24 -0
  185. package/.next/static/chunks/next/dist/client/components/builtin/app-error-b2c38d3e76d6c6b5.js +1 -0
  186. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b2c38d3e76d6c6b5.js +1 -0
  187. package/.next/static/chunks/next/dist/client/components/builtin/not-found-b2c38d3e76d6c6b5.js +1 -0
  188. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b2c38d3e76d6c6b5.js +1 -0
  189. package/.next/static/css/{a2bef6e707e10928.css → 2c5193dd12bf5ffb.css} +1 -1
  190. package/README.en.md +5 -6
  191. package/README.md +3 -4
  192. package/README.zh-CN.md +0 -1
  193. package/package.json +1 -1
  194. package/.next/server/app/api/worktrees/route.js +0 -1
  195. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +0 -1
  196. package/.next/server/chunks/5582.js +0 -1
  197. package/.next/static/0jTCyAHZ1cMAQtbthkA6a/_buildManifest.js +0 -1
  198. package/.next/static/chunks/9780-b283d1d0384d11b4.js +0 -1
  199. package/.next/static/chunks/app/_global-error/page-fb11d0d31328bf72.js +0 -1
  200. package/.next/static/chunks/app/api/about/route-fb11d0d31328bf72.js +0 -1
  201. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-fb11d0d31328bf72.js +0 -1
  202. package/.next/static/chunks/app/api/agent/[id]/events/route-fb11d0d31328bf72.js +0 -1
  203. package/.next/static/chunks/app/api/agent/[id]/route-fb11d0d31328bf72.js +0 -1
  204. package/.next/static/chunks/app/api/agent/new/route-fb11d0d31328bf72.js +0 -1
  205. package/.next/static/chunks/app/api/agent/running/events/route-fb11d0d31328bf72.js +0 -1
  206. package/.next/static/chunks/app/api/agent/running/route-fb11d0d31328bf72.js +0 -1
  207. package/.next/static/chunks/app/api/agent/submissions/[submissionId]/route-fb11d0d31328bf72.js +0 -1
  208. package/.next/static/chunks/app/api/agent-settings/route-fb11d0d31328bf72.js +0 -1
  209. package/.next/static/chunks/app/api/attachments/route-fb11d0d31328bf72.js +0 -1
  210. package/.next/static/chunks/app/api/auth/all-providers/route-fb11d0d31328bf72.js +0 -1
  211. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-fb11d0d31328bf72.js +0 -1
  212. package/.next/static/chunks/app/api/auth/login/[provider]/route-fb11d0d31328bf72.js +0 -1
  213. package/.next/static/chunks/app/api/auth/logout/[provider]/route-fb11d0d31328bf72.js +0 -1
  214. package/.next/static/chunks/app/api/auth/providers/route-fb11d0d31328bf72.js +0 -1
  215. package/.next/static/chunks/app/api/auth/ui-session/route-fb11d0d31328bf72.js +0 -1
  216. package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-fb11d0d31328bf72.js +0 -1
  217. package/.next/static/chunks/app/api/auth/ui-sessions/route-fb11d0d31328bf72.js +0 -1
  218. package/.next/static/chunks/app/api/cwd/browse/route-fb11d0d31328bf72.js +0 -1
  219. package/.next/static/chunks/app/api/cwd/create/route-fb11d0d31328bf72.js +0 -1
  220. package/.next/static/chunks/app/api/cwd/validate/route-fb11d0d31328bf72.js +0 -1
  221. package/.next/static/chunks/app/api/default-cwd/route-fb11d0d31328bf72.js +0 -1
  222. package/.next/static/chunks/app/api/file-index/route-fb11d0d31328bf72.js +0 -1
  223. package/.next/static/chunks/app/api/files/[...path]/route-fb11d0d31328bf72.js +0 -1
  224. package/.next/static/chunks/app/api/git/diff/route-fb11d0d31328bf72.js +0 -1
  225. package/.next/static/chunks/app/api/git/status/route-fb11d0d31328bf72.js +0 -1
  226. package/.next/static/chunks/app/api/home/route-fb11d0d31328bf72.js +0 -1
  227. package/.next/static/chunks/app/api/message-media/route-fb11d0d31328bf72.js +0 -1
  228. package/.next/static/chunks/app/api/models/route-fb11d0d31328bf72.js +0 -1
  229. package/.next/static/chunks/app/api/models-config/raw/route-fb11d0d31328bf72.js +0 -1
  230. package/.next/static/chunks/app/api/models-config/route-fb11d0d31328bf72.js +0 -1
  231. package/.next/static/chunks/app/api/models-config/test/route-fb11d0d31328bf72.js +0 -1
  232. package/.next/static/chunks/app/api/plugins/route-fb11d0d31328bf72.js +0 -1
  233. package/.next/static/chunks/app/api/plugins/search/route-fb11d0d31328bf72.js +0 -1
  234. package/.next/static/chunks/app/api/plugins/updates/route-fb11d0d31328bf72.js +0 -1
  235. package/.next/static/chunks/app/api/preferences/route-fb11d0d31328bf72.js +0 -1
  236. package/.next/static/chunks/app/api/project-assets/route-fb11d0d31328bf72.js +0 -1
  237. package/.next/static/chunks/app/api/prompts/route-fb11d0d31328bf72.js +0 -1
  238. package/.next/static/chunks/app/api/pty/route-fb11d0d31328bf72.js +0 -1
  239. package/.next/static/chunks/app/api/sessions/[id]/archive/route-fb11d0d31328bf72.js +0 -1
  240. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-fb11d0d31328bf72.js +0 -1
  241. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-fb11d0d31328bf72.js +0 -1
  242. package/.next/static/chunks/app/api/sessions/[id]/context/route-fb11d0d31328bf72.js +0 -1
  243. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-fb11d0d31328bf72.js +0 -1
  244. package/.next/static/chunks/app/api/sessions/[id]/export/route-fb11d0d31328bf72.js +0 -1
  245. package/.next/static/chunks/app/api/sessions/[id]/info/route-fb11d0d31328bf72.js +0 -1
  246. package/.next/static/chunks/app/api/sessions/[id]/outline/route-fb11d0d31328bf72.js +0 -1
  247. package/.next/static/chunks/app/api/sessions/[id]/route-fb11d0d31328bf72.js +0 -1
  248. package/.next/static/chunks/app/api/sessions/[id]/state/route-fb11d0d31328bf72.js +0 -1
  249. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-fb11d0d31328bf72.js +0 -1
  250. package/.next/static/chunks/app/api/sessions/route-fb11d0d31328bf72.js +0 -1
  251. package/.next/static/chunks/app/api/sessions/search/route-fb11d0d31328bf72.js +0 -1
  252. package/.next/static/chunks/app/api/settings/raw/route-fb11d0d31328bf72.js +0 -1
  253. package/.next/static/chunks/app/api/settings/remote/route-fb11d0d31328bf72.js +0 -1
  254. package/.next/static/chunks/app/api/skills/check/route-fb11d0d31328bf72.js +0 -1
  255. package/.next/static/chunks/app/api/skills/install/route-fb11d0d31328bf72.js +0 -1
  256. package/.next/static/chunks/app/api/skills/route-fb11d0d31328bf72.js +0 -1
  257. package/.next/static/chunks/app/api/skills/search/route-fb11d0d31328bf72.js +0 -1
  258. package/.next/static/chunks/app/api/skills/update/route-fb11d0d31328bf72.js +0 -1
  259. package/.next/static/chunks/app/api/subagent-runs/route-fb11d0d31328bf72.js +0 -1
  260. package/.next/static/chunks/app/api/update/apply/route-fb11d0d31328bf72.js +0 -1
  261. package/.next/static/chunks/app/api/update/check/route-fb11d0d31328bf72.js +0 -1
  262. package/.next/static/chunks/app/api/worktrees/route-fb11d0d31328bf72.js +0 -1
  263. package/.next/static/chunks/app/page-f29f2997141a81c4.js +0 -25
  264. package/.next/static/chunks/next/dist/client/components/builtin/app-error-fb11d0d31328bf72.js +0 -1
  265. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-fb11d0d31328bf72.js +0 -1
  266. package/.next/static/chunks/next/dist/client/components/builtin/not-found-fb11d0d31328bf72.js +0 -1
  267. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-fb11d0d31328bf72.js +0 -1
  268. /package/.next/static/{0jTCyAHZ1cMAQtbthkA6a → Xz9XxhYAztXJctQiqfonK}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"84747":{"*":{"id":"17618","name":"*","chunks":[],"async":false}},"85832":{"*":{"id":"75012","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"99780":{"*":{"id":"80898","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/tmp/pidance-release-build/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/lib/i18n.tsx":{"id":99780,"name":"*","chunks":["9780","static/chunks/9780-b283d1d0384d11b4.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["9780","static/chunks/9780-b283d1d0384d11b4.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["9780","static/chunks/9780-b283d1d0384d11b4.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/app/globals.css":{"id":66872,"name":"*","chunks":["9780","static/chunks/9780-b283d1d0384d11b4.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/components/AppShell.tsx":{"id":85832,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","5519","static/chunks/5519-9fb47277a49697d8.js","9780","static/chunks/9780-b283d1d0384d11b4.js","8974","static/chunks/app/page-f29f2997141a81c4.js"],"async":false},"/tmp/pidance-release-build/components/UiLoginGate.tsx":{"id":84747,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","5519","static/chunks/5519-9fb47277a49697d8.js","9780","static/chunks/9780-b283d1d0384d11b4.js","8974","static/chunks/app/page-f29f2997141a81c4.js"],"async":false}},"entryCSSFiles":{"/tmp/pidance-release-build/":[],"/tmp/pidance-release-build/app/layout":[{"inlined":false,"path":"static/css/88714c00e109ce28.css"},{"inlined":false,"path":"static/css/a2bef6e707e10928.css"}],"/tmp/pidance-release-build/app/page":[{"inlined":false,"path":"static/css/659eccb5db697b76.css"}]},"rscModuleMapping":{"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"84559":{"*":{"id":"25319","name":"*","chunks":[],"async":false}},"84747":{"*":{"id":"38759","name":"*","chunks":[],"async":false}},"85832":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"99780":{"*":{"id":"59966","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"74852":{"*":{"id":"43456","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"84747":{"*":{"id":"17618","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"99780":{"*":{"id":"80898","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/tmp/pidance-release-build/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/tmp/pidance-release-build/lib/i18n.tsx":{"id":99780,"name":"*","chunks":["9780","static/chunks/9780-10c5b784a91324f0.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["9780","static/chunks/9780-10c5b784a91324f0.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["9780","static/chunks/9780-10c5b784a91324f0.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/app/globals.css":{"id":66872,"name":"*","chunks":["9780","static/chunks/9780-10c5b784a91324f0.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"async":false},"/tmp/pidance-release-build/components/AppShell.tsx":{"id":74852,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","5519","static/chunks/5519-9fb47277a49697d8.js","9780","static/chunks/9780-10c5b784a91324f0.js","8974","static/chunks/app/page-61e09e843c0fdee8.js"],"async":false},"/tmp/pidance-release-build/components/UiLoginGate.tsx":{"id":84747,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","5519","static/chunks/5519-9fb47277a49697d8.js","9780","static/chunks/9780-10c5b784a91324f0.js","8974","static/chunks/app/page-61e09e843c0fdee8.js"],"async":false}},"entryCSSFiles":{"/tmp/pidance-release-build/":[],"/tmp/pidance-release-build/app/layout":[{"inlined":false,"path":"static/css/88714c00e109ce28.css"},{"inlined":false,"path":"static/css/2c5193dd12bf5ffb.css"}],"/tmp/pidance-release-build/app/page":[{"inlined":false,"path":"static/css/659eccb5db697b76.css"}]},"rscModuleMapping":{"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"74852":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"84559":{"*":{"id":"25319","name":"*","chunks":[],"async":false}},"84747":{"*":{"id":"38759","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"99780":{"*":{"id":"59966","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -21,49 +21,48 @@
21
21
  "/api/sessions/[id]/tool-results/[toolCallId]/route": "app/api/sessions/[id]/tool-results/[toolCallId]/route.js",
22
22
  "/api/sessions/route": "app/api/sessions/route.js",
23
23
  "/api/subagent-runs/route": "app/api/subagent-runs/route.js",
24
- "/api/worktrees/route": "app/api/worktrees/route.js",
25
24
  "/icon.png/route": "app/icon.png/route.js",
26
- "/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
27
- "/api/agent/running/events/route": "app/api/agent/running/events/route.js",
28
25
  "/api/agent/new/route": "app/api/agent/new/route.js",
26
+ "/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
29
27
  "/api/agent/running/route": "app/api/agent/running/route.js",
30
28
  "/api/agent-settings/route": "app/api/agent-settings/route.js",
29
+ "/api/agent/running/events/route": "app/api/agent/running/events/route.js",
31
30
  "/api/agent/submissions/[submissionId]/route": "app/api/agent/submissions/[submissionId]/route.js",
32
- "/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
33
31
  "/api/attachments/route": "app/api/attachments/route.js",
34
- "/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
32
+ "/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
35
33
  "/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
36
- "/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
37
34
  "/api/auth/providers/route": "app/api/auth/providers/route.js",
35
+ "/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
38
36
  "/api/auth/ui-sessions/[id]/route": "app/api/auth/ui-sessions/[id]/route.js",
39
- "/api/auth/ui-session/route": "app/api/auth/ui-session/route.js",
37
+ "/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
40
38
  "/api/auth/ui-sessions/route": "app/api/auth/ui-sessions/route.js",
39
+ "/api/auth/ui-session/route": "app/api/auth/ui-session/route.js",
41
40
  "/api/cwd/browse/route": "app/api/cwd/browse/route.js",
42
41
  "/api/message-media/route": "app/api/message-media/route.js",
43
- "/api/models-config/raw/route": "app/api/models-config/raw/route.js",
44
42
  "/api/models-config/route": "app/api/models-config/route.js",
45
- "/api/plugins/route": "app/api/plugins/route.js",
43
+ "/api/models-config/raw/route": "app/api/models-config/raw/route.js",
46
44
  "/api/models/route": "app/api/models/route.js",
47
- "/api/plugins/search/route": "app/api/plugins/search/route.js",
45
+ "/api/plugins/route": "app/api/plugins/route.js",
46
+ "/api/models-config/test/route": "app/api/models-config/test/route.js",
48
47
  "/api/plugins/updates/route": "app/api/plugins/updates/route.js",
48
+ "/api/plugins/search/route": "app/api/plugins/search/route.js",
49
49
  "/api/preferences/route": "app/api/preferences/route.js",
50
- "/api/models-config/test/route": "app/api/models-config/test/route.js",
51
50
  "/api/pty/route": "app/api/pty/route.js",
52
- "/api/prompts/route": "app/api/prompts/route.js",
53
51
  "/api/sessions/[id]/archive/route": "app/api/sessions/[id]/archive/route.js",
54
52
  "/api/sessions/[id]/command-entry/route": "app/api/sessions/[id]/command-entry/route.js",
55
- "/api/project-assets/route": "app/api/project-assets/route.js",
56
53
  "/api/sessions/[id]/info/route": "app/api/sessions/[id]/info/route.js",
57
54
  "/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
58
55
  "/api/sessions/search/route": "app/api/sessions/search/route.js",
59
56
  "/api/settings/raw/route": "app/api/settings/raw/route.js",
57
+ "/api/project-assets/route": "app/api/project-assets/route.js",
60
58
  "/api/settings/remote/route": "app/api/settings/remote/route.js",
61
59
  "/api/skills/check/route": "app/api/skills/check/route.js",
62
- "/api/skills/route": "app/api/skills/route.js",
63
60
  "/api/skills/install/route": "app/api/skills/install/route.js",
61
+ "/api/skills/route": "app/api/skills/route.js",
64
62
  "/api/skills/update/route": "app/api/skills/update/route.js",
65
63
  "/api/update/check/route": "app/api/update/check/route.js",
66
- "/api/skills/search/route": "app/api/skills/search/route.js",
67
64
  "/api/update/apply/route": "app/api/update/apply/route.js",
65
+ "/api/skills/search/route": "app/api/skills/search/route.js",
66
+ "/api/prompts/route": "app/api/prompts/route.js",
68
67
  "/page": "app/page.js"
69
68
  }
@@ -12,7 +12,7 @@
12
12
  stroke: revert;
13
13
  stroke-width: revert;
14
14
  }
15
- `,"getIconStyles")},91707:(a,b,c)=>{c.d(b,{diagram:()=>G});var d=c(77893),e=c(23464),f=c(77404),g=c(38317);c(16367),c(97386),c(47147),c(70960),c(37879);var h=c(36594),i=c(58715),j=c(95097),k=c(67821),l=c(61255),m=c(30089),n=function(){var a=(0,j.K)(function(a,b,c,d){for(c=c||{},d=a.length;d--;c[a[d]]=b);return c},"o"),b=[1,4],c=[1,13],d=[1,12],e=[1,15],f=[1,16],g=[1,20],h=[1,19],i=[6,7,8],k=[1,26],l=[1,24],m=[1,25],n=[6,7,11],o=[1,31],p=[6,7,11,24],q=[1,6,13,16,17,20,23],r=[1,35],s=[1,36],t=[1,6,7,11,13,16,17,20,23],u=[1,38],v={trace:(0,j.K)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,KANBAN:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,shapeData:15,ICON:16,CLASS:17,nodeWithId:18,nodeWithoutId:19,NODE_DSTART:20,NODE_DESCR:21,NODE_DEND:22,NODE_ID:23,SHAPE_DATA:24,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"KANBAN",11:"EOF",13:"SPACELIST",16:"ICON",17:"CLASS",20:"NODE_DSTART",21:"NODE_DESCR",22:"NODE_DEND",23:"NODE_ID",24:"SHAPE_DATA"},productions_:[0,[3,1],[3,2],[5,1],[5,2],[5,2],[4,2],[4,3],[10,1],[10,1],[10,1],[10,2],[10,2],[9,3],[9,2],[12,3],[12,2],[12,2],[12,2],[12,1],[12,2],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[19,3],[18,1],[18,4],[15,2],[15,1]],performAction:(0,j.K)(function(a,b,c,d,e,f,g){var h=f.length-1;switch(e){case 6:case 7:return d;case 8:d.getLogger().trace("Stop NL ");break;case 9:d.getLogger().trace("Stop EOF ");break;case 11:d.getLogger().trace("Stop NL2 ");break;case 12:d.getLogger().trace("Stop EOF2 ");break;case 15:d.getLogger().info("Node: ",f[h-1].id),d.addNode(f[h-2].length,f[h-1].id,f[h-1].descr,f[h-1].type,f[h]);break;case 16:d.getLogger().info("Node: ",f[h].id),d.addNode(f[h-1].length,f[h].id,f[h].descr,f[h].type);break;case 17:d.getLogger().trace("Icon: ",f[h]),d.decorateNode({icon:f[h]});break;case 18:case 23:d.decorateNode({class:f[h]});break;case 19:d.getLogger().trace("SPACELIST");break;case 20:d.getLogger().trace("Node: ",f[h-1].id),d.addNode(0,f[h-1].id,f[h-1].descr,f[h-1].type,f[h]);break;case 21:d.getLogger().trace("Node: ",f[h].id),d.addNode(0,f[h].id,f[h].descr,f[h].type);break;case 22:d.decorateNode({icon:f[h]});break;case 27:d.getLogger().trace("node found ..",f[h-2]),this.$={id:f[h-1],descr:f[h-1],type:d.getType(f[h-2],f[h])};break;case 28:this.$={id:f[h],descr:f[h],type:0};break;case 29:d.getLogger().trace("node found ..",f[h-3]),this.$={id:f[h-3],descr:f[h-1],type:d.getType(f[h-2],f[h])};break;case 30:this.$=f[h-1]+f[h];break;case 31:this.$=f[h]}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:b},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:b},{6:c,7:[1,10],9:9,12:11,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},a(i,[2,3]),{1:[2,2]},a(i,[2,4]),a(i,[2,5]),{1:[2,6],6:c,12:21,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},{6:c,9:22,12:11,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},{6:k,7:l,10:23,11:m},a(n,[2,24],{18:17,19:18,14:27,16:[1,28],17:[1,29],20:g,23:h}),a(n,[2,19]),a(n,[2,21],{15:30,24:o}),a(n,[2,22]),a(n,[2,23]),a(p,[2,25]),a(p,[2,26]),a(p,[2,28],{20:[1,32]}),{21:[1,33]},{6:k,7:l,10:34,11:m},{1:[2,7],6:c,12:21,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},a(q,[2,14],{7:r,11:s}),a(t,[2,8]),a(t,[2,9]),a(t,[2,10]),a(n,[2,16],{15:37,24:o}),a(n,[2,17]),a(n,[2,18]),a(n,[2,20],{24:u}),a(p,[2,31]),{21:[1,39]},{22:[1,40]},a(q,[2,13],{7:r,11:s}),a(t,[2,11]),a(t,[2,12]),a(n,[2,15],{24:u}),a(p,[2,30]),{22:[1,41]},a(p,[2,27]),a(p,[2,29])],defaultActions:{2:[2,1],6:[2,2]},parseError:(0,j.K)(function(a,b){if(b.recoverable)this.trace(a);else{var c=Error(a);throw c.hash=b,c}},"parseError"),parse:(0,j.K)(function(a){var b=this,c=[0],d=[],e=[null],f=[],g=this.table,h="",i=0,k=0,l=0,m=f.slice.call(arguments,1),n=Object.create(this.lexer),o={};for(var p in this.yy)Object.prototype.hasOwnProperty.call(this.yy,p)&&(o[p]=this.yy[p]);n.setInput(a,o),o.lexer=n,o.parser=this,void 0===n.yylloc&&(n.yylloc={});var q=n.yylloc;f.push(q);var r=n.options&&n.options.ranges;function s(){var a;return"number"!=typeof(a=d.pop()||n.lex()||1)&&(a instanceof Array&&(a=(d=a).pop()),a=b.symbols_[a]||a),a}"function"==typeof o.parseError?this.parseError=o.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,j.K)(function(a){c.length=c.length-2*a,e.length=e.length-a,f.length=f.length-a},"popStack"),(0,j.K)(s,"lex");for(var t,u,v,w,x,y,z,A,B,C={};;){if(v=c[c.length-1],this.defaultActions[v]?w=this.defaultActions[v]:(null==t&&(t=s()),w=g[v]&&g[v][t]),void 0===w||!w.length||!w[0]){var D="";for(y in B=[],g[v])this.terminals_[y]&&y>2&&B.push("'"+this.terminals_[y]+"'");D=n.showPosition?"Parse error on line "+(i+1)+":\n"+n.showPosition()+"\nExpecting "+B.join(", ")+", got '"+(this.terminals_[t]||t)+"'":"Parse error on line "+(i+1)+": Unexpected "+(1==t?"end of input":"'"+(this.terminals_[t]||t)+"'"),this.parseError(D,{text:n.match,token:this.terminals_[t]||t,line:n.yylineno,loc:q,expected:B})}if(w[0]instanceof Array&&w.length>1)throw Error("Parse Error: multiple actions possible at state: "+v+", token: "+t);switch(w[0]){case 1:c.push(t),e.push(n.yytext),f.push(n.yylloc),c.push(w[1]),t=null,u?(t=u,u=null):(k=n.yyleng,h=n.yytext,i=n.yylineno,q=n.yylloc,l>0&&l--);break;case 2:if(z=this.productions_[w[1]][1],C.$=e[e.length-z],C._$={first_line:f[f.length-(z||1)].first_line,last_line:f[f.length-1].last_line,first_column:f[f.length-(z||1)].first_column,last_column:f[f.length-1].last_column},r&&(C._$.range=[f[f.length-(z||1)].range[0],f[f.length-1].range[1]]),void 0!==(x=this.performAction.apply(C,[h,k,i,o,w[1],e,f].concat(m))))return x;z&&(c=c.slice(0,-1*z*2),e=e.slice(0,-1*z),f=f.slice(0,-1*z)),c.push(this.productions_[w[1]][0]),e.push(C.$),f.push(C._$),A=g[c[c.length-2]][c[c.length-1]],c.push(A);break;case 3:return!0}}return!0},"parse")};function w(){this.yy={}}return v.lexer={EOF:1,parseError:(0,j.K)(function(a,b){if(this.yy.parser)this.yy.parser.parseError(a,b);else throw Error(a)},"parseError"),setInput:(0,j.K)(function(a,b){return this.yy=b||this.yy||{},this._input=a,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,j.K)(function(){var a=this._input[0];return this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a,a.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),a},"input"),unput:(0,j.K)(function(a){var b=a.length,c=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-b),this.offset-=b;var d=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),c.length-1&&(this.yylineno-=c.length-1);var e=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:c?(c.length===d.length?this.yylloc.first_column:0)+d[d.length-c.length].length-c[0].length:this.yylloc.first_column-b},this.options.ranges&&(this.yylloc.range=[e[0],e[0]+this.yyleng-b]),this.yyleng=this.yytext.length,this},"unput"),more:(0,j.K)(function(){return this._more=!0,this},"more"),reject:(0,j.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,j.K)(function(a){this.unput(this.match.slice(a))},"less"),pastInput:(0,j.K)(function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,j.K)(function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,j.K)(function(){var a=this.pastInput(),b=Array(a.length+1).join("-");return a+this.upcomingInput()+"\n"+b+"^"},"showPosition"),test_match:(0,j.K)(function(a,b){var c,d,e;if(this.options.backtrack_lexer&&(e={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&&(e.yylloc.range=this.yylloc.range.slice(0))),(d=a[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,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(a[0].length),this.matched+=a[0],c=this.performAction.call(this,this.yy,this,b,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),c)return c;if(this._backtrack)for(var f in e)this[f]=e[f];return!1},"test_match"),next:(0,j.K)(function(){if(this.done)return this.EOF;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var a,b,c,d,e=this._currentRules(),f=0;f<e.length;f++)if((c=this._input.match(this.rules[e[f]]))&&(!b||c[0].length>b[0].length)){if(b=c,d=f,this.options.backtrack_lexer){if(!1!==(a=this.test_match(c,e[f])))return a;if(!this._backtrack)return!1;b=!1;continue}if(!this.options.flex)break}return b?!1!==(a=this.test_match(b,e[d]))&&a:""===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,j.K)(function(){var a=this.next();return a||this.lex()},"lex"),begin:(0,j.K)(function(a){this.conditionStack.push(a)},"begin"),popState:(0,j.K)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,j.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,j.K)(function(a){return(a=this.conditionStack.length-1-Math.abs(a||0))>=0?this.conditionStack[a]:"INITIAL"},"topState"),pushState:(0,j.K)(function(a){this.begin(a)},"pushState"),stateStackSize:(0,j.K)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,j.K)(function(a,b,c,d){switch(c){case 0:return this.pushState("shapeData"),b.yytext="",24;case 1:return this.pushState("shapeDataStr"),24;case 2:return this.popState(),24;case 3:return b.yytext=b.yytext.replace(/\n\s*/g,"<br/>"),24;case 4:return 24;case 5:case 10:case 29:case 32:this.popState();break;case 6:return a.getLogger().trace("Found comment",b.yytext),6;case 7:return 8;case 8:this.begin("CLASS");break;case 9:return this.popState(),17;case 11:a.getLogger().trace("Begin icon"),this.begin("ICON");break;case 12:return a.getLogger().trace("SPACELINE"),6;case 13:return 7;case 14:return 16;case 15:a.getLogger().trace("end icon"),this.popState();break;case 16:return a.getLogger().trace("Exploding node"),this.begin("NODE"),20;case 17:return a.getLogger().trace("Cloud"),this.begin("NODE"),20;case 18:return a.getLogger().trace("Explosion Bang"),this.begin("NODE"),20;case 19:return a.getLogger().trace("Cloud Bang"),this.begin("NODE"),20;case 20:case 21:case 22:case 23:return this.begin("NODE"),20;case 24:return 13;case 25:return 23;case 26:return 11;case 27:this.begin("NSTR2");break;case 28:return"NODE_DESCR";case 30:a.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 31:return a.getLogger().trace("description:",b.yytext),"NODE_DESCR";case 33:return this.popState(),a.getLogger().trace("node end ))"),"NODE_DEND";case 34:return this.popState(),a.getLogger().trace("node end )"),"NODE_DEND";case 35:return this.popState(),a.getLogger().trace("node end ...",b.yytext),"NODE_DEND";case 36:case 39:case 40:return this.popState(),a.getLogger().trace("node end (("),"NODE_DEND";case 37:case 38:return this.popState(),a.getLogger().trace("node end (-"),"NODE_DEND";case 41:case 42:return a.getLogger().trace("Long description:",b.yytext),21}},"anonymous"),rules:[/^(?:@\{)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^\"]+)/i,/^(?:[^}^"]+)/i,/^(?:\})/i,/^(?:\s*%%.*)/i,/^(?:kanban\b)/i,/^(?::::)/i,/^(?:.+)/i,/^(?:\n)/i,/^(?:::icon\()/i,/^(?:[\s]+[\n])/i,/^(?:[\n]+)/i,/^(?:[^\)]+)/i,/^(?:\))/i,/^(?:-\))/i,/^(?:\(-)/i,/^(?:\)\))/i,/^(?:\))/i,/^(?:\(\()/i,/^(?:\{\{)/i,/^(?:\()/i,/^(?:\[)/i,/^(?:[\s]+)/i,/^(?:[^\(\[\n\)\{\}@]+)/i,/^(?:$)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:[^"]+)/i,/^(?:["])/i,/^(?:[\)]\))/i,/^(?:[\)])/i,/^(?:[\]])/i,/^(?:\}\})/i,/^(?:\(-)/i,/^(?:-\))/i,/^(?:\(\()/i,/^(?:\()/i,/^(?:[^\)\]\(\}]+)/i,/^(?:.+(?!\(\())/i],conditions:{shapeDataEndBracket:{rules:[],inclusive:!1},shapeDataStr:{rules:[2,3],inclusive:!1},shapeData:{rules:[1,4,5],inclusive:!1},CLASS:{rules:[9,10],inclusive:!1},ICON:{rules:[14,15],inclusive:!1},NSTR2:{rules:[28,29],inclusive:!1},NSTR:{rules:[31,32],inclusive:!1},NODE:{rules:[27,30,33,34,35,36,37,38,39,40,41,42],inclusive:!1},INITIAL:{rules:[0,6,7,8,11,12,13,16,17,18,19,20,21,22,23,24,25,26],inclusive:!0}}},(0,j.K)(w,"Parser"),w.prototype=v,v.Parser=w,new w}();n.parser=n;var o=[],p=[],q=0,r={},s=(0,j.K)(()=>{o=[],p=[],q=0,r={}},"clear"),t=(0,j.K)(a=>{if(0===o.length)return null;let b=o[0].level,c=null;for(let a=o.length-1;a>=0;a--)if(o[a].level!==b||c||(c=o[a]),o[a].level<b)throw Error('Items without section detected, found section ("'+o[a].label+'")');return a===c?.level?null:c},"getSection"),u=(0,j.K)(function(){return p},"getSections"),v=(0,j.K)(function(){let a=[],b=u(),c=(0,h.D7)();for(let d of b){let b={id:d.id,label:(0,h.jZ)(d.label??"",c),labelType:"markdown",isGroup:!0,ticket:d.ticket,shape:"kanbanSection",level:d.level,look:c.look};for(let e of(a.push(b),o.filter(a=>a.parentId===d.id))){let b={id:e.id,parentId:d.id,label:(0,h.jZ)(e.label??"",c),labelType:"markdown",isGroup:!1,ticket:e?.ticket,priority:e?.priority,assigned:e?.assigned,icon:e?.icon,shape:"kanbanItem",level:e.level,rx:5,ry:5,cssStyles:["text-align: left"]};a.push(b)}}return{nodes:a,edges:[],other:{},config:(0,h.D7)()}},"getData"),w=(0,j.K)((a,b,c,d,e)=>{let g=(0,h.D7)(),i=g.mindmap?.padding??h.UI.mindmap.padding;switch(d){case x.ROUNDED_RECT:case x.RECT:case x.HEXAGON:i*=2}let j={id:(0,h.jZ)(b,g)||"kbn"+q++,level:a,label:(0,h.jZ)(c,g),width:g.mindmap?.maxNodeWidth??h.UI.mindmap.maxNodeWidth,padding:i,isGroup:!1};if(void 0!==e){let a;a=e.includes("\n")?e+"\n":"{\n"+e+"\n}";let b=(0,f.H)(a,{schema:f.r});if(b.shape&&(b.shape!==b.shape.toLowerCase()||b.shape.includes("_")))throw Error(`No such shape: ${b.shape}. Shape names should be lowercase.`);b?.shape&&"kanbanItem"===b.shape&&(j.shape=b?.shape),b?.label&&(j.label=b?.label),b?.icon&&(j.icon=b?.icon.toString()),b?.assigned&&(j.assigned=b?.assigned.toString()),b?.ticket&&(j.ticket=b?.ticket.toString()),b?.priority&&(j.priority=b?.priority)}let k=t(a);k?j.parentId=k.id||"kbn"+q++:p.push(j),o.push(j)},"addNode"),x={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},y=(0,j.K)((a,b)=>{switch(i.R.debug("In get type",a,b),a){case"[":return x.RECT;case"(":return")"===b?x.ROUNDED_RECT:x.CLOUD;case"((":return x.CIRCLE;case")":return x.CLOUD;case"))":return x.BANG;case"{{":return x.HEXAGON;default:return x.DEFAULT}},"getType"),z=(0,j.K)((a,b)=>{r[a]=b},"setElementForId"),A=(0,j.K)(a=>{if(!a)return;let b=(0,h.D7)(),c=o[o.length-1];a.icon&&(c.icon=(0,h.jZ)(a.icon,b)),a.class&&(c.cssClasses=(0,h.jZ)(a.class,b))},"decorateNode"),B=(0,j.K)(a=>{switch(a){case x.DEFAULT:return"no-border";case x.RECT:return"rect";case x.ROUNDED_RECT:return"rounded-rect";case x.CIRCLE:return"circle";case x.CLOUD:return"cloud";case x.BANG:return"bang";case x.HEXAGON:return"hexgon";default:return"no-border"}},"type2Str"),C=(0,j.K)(()=>i.R,"getLogger"),D=(0,j.K)(a=>r[a],"getElementById"),E=(0,j.K)(async(a,b,c,e)=>{i.R.debug("Rendering kanban diagram\n"+a);let f=e.db.getData(),j=(0,h.D7)();j.htmlLabels=!1;let k=(0,d.D)(b);for(let a of f.nodes)a.domId=`${b}-${a.id}`;let l=k.append("g");l.attr("class","sections");let m=k.append("g");m.attr("class","items");let n=f.nodes.filter(a=>a.isGroup),o=0,p=[],q=25;for(let a of n){let b=j?.kanban?.sectionWidth||200;a.x=b*(o+=1)+(o-1)*10/2,a.width=b,a.y=0,a.height=3*b,a.rx=5,a.ry=5,a.cssClasses=a.cssClasses+" section-"+o;let c=await (0,g.U)(l,a);q=Math.max(q,c?.labelBBox?.height),p.push(c)}let r=0;for(let a of n){let b=p[r];r+=1;let c=j?.kanban?.sectionWidth||200,d=-(3*c)/2+q,e=d;for(let b of f.nodes.filter(b=>b.parentId===a.id)){if(b.isGroup)throw Error("Groups within groups are not allowed in Kanban diagrams");b.x=a.x,b.width=c-15;let d=(await (0,g.on)(m,b,{config:j})).node().getBBox();b.y=e+d.height/2,await (0,g.U_)(b),e=b.y+d.height/2+5}let h=b.cluster.select("rect"),i=Math.max(e-d+30,50)+(q-25);h.attr("height",i)}(0,h.ot)(void 0,k,j.mindmap?.padding??h.UI.kanban.padding,j.mindmap?.useMaxWidth??h.UI.kanban.useMaxWidth)},"draw"),F=(0,j.K)(a=>{let b="";for(let b=0;b<a.THEME_COLOR_LIMIT;b++)a["lineColor"+b]=a["lineColor"+b]||a["cScaleInv"+b],(0,k.A)(a["lineColor"+b])?a["lineColor"+b]=(0,l.A)(a["lineColor"+b],20):a["lineColor"+b]=(0,m.A)(a["lineColor"+b],20);let c=(0,j.K)((b,c)=>a.darkMode?(0,m.A)(b,c):(0,l.A)(b,c),"adjuster");for(let d=0;d<a.THEME_COLOR_LIMIT;d++){let e=""+(17-3*d);b+=`
15
+ `,"getIconStyles")},91707:(a,b,c)=>{c.d(b,{diagram:()=>G});var d=c(77893),e=c(23464),f=c(55023),g=c(38317);c(16367),c(97386),c(47147),c(70960),c(37879);var h=c(36594),i=c(58715),j=c(95097),k=c(67821),l=c(61255),m=c(30089),n=function(){var a=(0,j.K)(function(a,b,c,d){for(c=c||{},d=a.length;d--;c[a[d]]=b);return c},"o"),b=[1,4],c=[1,13],d=[1,12],e=[1,15],f=[1,16],g=[1,20],h=[1,19],i=[6,7,8],k=[1,26],l=[1,24],m=[1,25],n=[6,7,11],o=[1,31],p=[6,7,11,24],q=[1,6,13,16,17,20,23],r=[1,35],s=[1,36],t=[1,6,7,11,13,16,17,20,23],u=[1,38],v={trace:(0,j.K)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,KANBAN:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,shapeData:15,ICON:16,CLASS:17,nodeWithId:18,nodeWithoutId:19,NODE_DSTART:20,NODE_DESCR:21,NODE_DEND:22,NODE_ID:23,SHAPE_DATA:24,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"KANBAN",11:"EOF",13:"SPACELIST",16:"ICON",17:"CLASS",20:"NODE_DSTART",21:"NODE_DESCR",22:"NODE_DEND",23:"NODE_ID",24:"SHAPE_DATA"},productions_:[0,[3,1],[3,2],[5,1],[5,2],[5,2],[4,2],[4,3],[10,1],[10,1],[10,1],[10,2],[10,2],[9,3],[9,2],[12,3],[12,2],[12,2],[12,2],[12,1],[12,2],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[19,3],[18,1],[18,4],[15,2],[15,1]],performAction:(0,j.K)(function(a,b,c,d,e,f,g){var h=f.length-1;switch(e){case 6:case 7:return d;case 8:d.getLogger().trace("Stop NL ");break;case 9:d.getLogger().trace("Stop EOF ");break;case 11:d.getLogger().trace("Stop NL2 ");break;case 12:d.getLogger().trace("Stop EOF2 ");break;case 15:d.getLogger().info("Node: ",f[h-1].id),d.addNode(f[h-2].length,f[h-1].id,f[h-1].descr,f[h-1].type,f[h]);break;case 16:d.getLogger().info("Node: ",f[h].id),d.addNode(f[h-1].length,f[h].id,f[h].descr,f[h].type);break;case 17:d.getLogger().trace("Icon: ",f[h]),d.decorateNode({icon:f[h]});break;case 18:case 23:d.decorateNode({class:f[h]});break;case 19:d.getLogger().trace("SPACELIST");break;case 20:d.getLogger().trace("Node: ",f[h-1].id),d.addNode(0,f[h-1].id,f[h-1].descr,f[h-1].type,f[h]);break;case 21:d.getLogger().trace("Node: ",f[h].id),d.addNode(0,f[h].id,f[h].descr,f[h].type);break;case 22:d.decorateNode({icon:f[h]});break;case 27:d.getLogger().trace("node found ..",f[h-2]),this.$={id:f[h-1],descr:f[h-1],type:d.getType(f[h-2],f[h])};break;case 28:this.$={id:f[h],descr:f[h],type:0};break;case 29:d.getLogger().trace("node found ..",f[h-3]),this.$={id:f[h-3],descr:f[h-1],type:d.getType(f[h-2],f[h])};break;case 30:this.$=f[h-1]+f[h];break;case 31:this.$=f[h]}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:b},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:b},{6:c,7:[1,10],9:9,12:11,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},a(i,[2,3]),{1:[2,2]},a(i,[2,4]),a(i,[2,5]),{1:[2,6],6:c,12:21,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},{6:c,9:22,12:11,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},{6:k,7:l,10:23,11:m},a(n,[2,24],{18:17,19:18,14:27,16:[1,28],17:[1,29],20:g,23:h}),a(n,[2,19]),a(n,[2,21],{15:30,24:o}),a(n,[2,22]),a(n,[2,23]),a(p,[2,25]),a(p,[2,26]),a(p,[2,28],{20:[1,32]}),{21:[1,33]},{6:k,7:l,10:34,11:m},{1:[2,7],6:c,12:21,13:d,14:14,16:e,17:f,18:17,19:18,20:g,23:h},a(q,[2,14],{7:r,11:s}),a(t,[2,8]),a(t,[2,9]),a(t,[2,10]),a(n,[2,16],{15:37,24:o}),a(n,[2,17]),a(n,[2,18]),a(n,[2,20],{24:u}),a(p,[2,31]),{21:[1,39]},{22:[1,40]},a(q,[2,13],{7:r,11:s}),a(t,[2,11]),a(t,[2,12]),a(n,[2,15],{24:u}),a(p,[2,30]),{22:[1,41]},a(p,[2,27]),a(p,[2,29])],defaultActions:{2:[2,1],6:[2,2]},parseError:(0,j.K)(function(a,b){if(b.recoverable)this.trace(a);else{var c=Error(a);throw c.hash=b,c}},"parseError"),parse:(0,j.K)(function(a){var b=this,c=[0],d=[],e=[null],f=[],g=this.table,h="",i=0,k=0,l=0,m=f.slice.call(arguments,1),n=Object.create(this.lexer),o={};for(var p in this.yy)Object.prototype.hasOwnProperty.call(this.yy,p)&&(o[p]=this.yy[p]);n.setInput(a,o),o.lexer=n,o.parser=this,void 0===n.yylloc&&(n.yylloc={});var q=n.yylloc;f.push(q);var r=n.options&&n.options.ranges;function s(){var a;return"number"!=typeof(a=d.pop()||n.lex()||1)&&(a instanceof Array&&(a=(d=a).pop()),a=b.symbols_[a]||a),a}"function"==typeof o.parseError?this.parseError=o.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,j.K)(function(a){c.length=c.length-2*a,e.length=e.length-a,f.length=f.length-a},"popStack"),(0,j.K)(s,"lex");for(var t,u,v,w,x,y,z,A,B,C={};;){if(v=c[c.length-1],this.defaultActions[v]?w=this.defaultActions[v]:(null==t&&(t=s()),w=g[v]&&g[v][t]),void 0===w||!w.length||!w[0]){var D="";for(y in B=[],g[v])this.terminals_[y]&&y>2&&B.push("'"+this.terminals_[y]+"'");D=n.showPosition?"Parse error on line "+(i+1)+":\n"+n.showPosition()+"\nExpecting "+B.join(", ")+", got '"+(this.terminals_[t]||t)+"'":"Parse error on line "+(i+1)+": Unexpected "+(1==t?"end of input":"'"+(this.terminals_[t]||t)+"'"),this.parseError(D,{text:n.match,token:this.terminals_[t]||t,line:n.yylineno,loc:q,expected:B})}if(w[0]instanceof Array&&w.length>1)throw Error("Parse Error: multiple actions possible at state: "+v+", token: "+t);switch(w[0]){case 1:c.push(t),e.push(n.yytext),f.push(n.yylloc),c.push(w[1]),t=null,u?(t=u,u=null):(k=n.yyleng,h=n.yytext,i=n.yylineno,q=n.yylloc,l>0&&l--);break;case 2:if(z=this.productions_[w[1]][1],C.$=e[e.length-z],C._$={first_line:f[f.length-(z||1)].first_line,last_line:f[f.length-1].last_line,first_column:f[f.length-(z||1)].first_column,last_column:f[f.length-1].last_column},r&&(C._$.range=[f[f.length-(z||1)].range[0],f[f.length-1].range[1]]),void 0!==(x=this.performAction.apply(C,[h,k,i,o,w[1],e,f].concat(m))))return x;z&&(c=c.slice(0,-1*z*2),e=e.slice(0,-1*z),f=f.slice(0,-1*z)),c.push(this.productions_[w[1]][0]),e.push(C.$),f.push(C._$),A=g[c[c.length-2]][c[c.length-1]],c.push(A);break;case 3:return!0}}return!0},"parse")};function w(){this.yy={}}return v.lexer={EOF:1,parseError:(0,j.K)(function(a,b){if(this.yy.parser)this.yy.parser.parseError(a,b);else throw Error(a)},"parseError"),setInput:(0,j.K)(function(a,b){return this.yy=b||this.yy||{},this._input=a,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,j.K)(function(){var a=this._input[0];return this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a,a.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),a},"input"),unput:(0,j.K)(function(a){var b=a.length,c=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-b),this.offset-=b;var d=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),c.length-1&&(this.yylineno-=c.length-1);var e=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:c?(c.length===d.length?this.yylloc.first_column:0)+d[d.length-c.length].length-c[0].length:this.yylloc.first_column-b},this.options.ranges&&(this.yylloc.range=[e[0],e[0]+this.yyleng-b]),this.yyleng=this.yytext.length,this},"unput"),more:(0,j.K)(function(){return this._more=!0,this},"more"),reject:(0,j.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,j.K)(function(a){this.unput(this.match.slice(a))},"less"),pastInput:(0,j.K)(function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,j.K)(function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,j.K)(function(){var a=this.pastInput(),b=Array(a.length+1).join("-");return a+this.upcomingInput()+"\n"+b+"^"},"showPosition"),test_match:(0,j.K)(function(a,b){var c,d,e;if(this.options.backtrack_lexer&&(e={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&&(e.yylloc.range=this.yylloc.range.slice(0))),(d=a[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,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(a[0].length),this.matched+=a[0],c=this.performAction.call(this,this.yy,this,b,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),c)return c;if(this._backtrack)for(var f in e)this[f]=e[f];return!1},"test_match"),next:(0,j.K)(function(){if(this.done)return this.EOF;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var a,b,c,d,e=this._currentRules(),f=0;f<e.length;f++)if((c=this._input.match(this.rules[e[f]]))&&(!b||c[0].length>b[0].length)){if(b=c,d=f,this.options.backtrack_lexer){if(!1!==(a=this.test_match(c,e[f])))return a;if(!this._backtrack)return!1;b=!1;continue}if(!this.options.flex)break}return b?!1!==(a=this.test_match(b,e[d]))&&a:""===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,j.K)(function(){var a=this.next();return a||this.lex()},"lex"),begin:(0,j.K)(function(a){this.conditionStack.push(a)},"begin"),popState:(0,j.K)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,j.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,j.K)(function(a){return(a=this.conditionStack.length-1-Math.abs(a||0))>=0?this.conditionStack[a]:"INITIAL"},"topState"),pushState:(0,j.K)(function(a){this.begin(a)},"pushState"),stateStackSize:(0,j.K)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,j.K)(function(a,b,c,d){switch(c){case 0:return this.pushState("shapeData"),b.yytext="",24;case 1:return this.pushState("shapeDataStr"),24;case 2:return this.popState(),24;case 3:return b.yytext=b.yytext.replace(/\n\s*/g,"<br/>"),24;case 4:return 24;case 5:case 10:case 29:case 32:this.popState();break;case 6:return a.getLogger().trace("Found comment",b.yytext),6;case 7:return 8;case 8:this.begin("CLASS");break;case 9:return this.popState(),17;case 11:a.getLogger().trace("Begin icon"),this.begin("ICON");break;case 12:return a.getLogger().trace("SPACELINE"),6;case 13:return 7;case 14:return 16;case 15:a.getLogger().trace("end icon"),this.popState();break;case 16:return a.getLogger().trace("Exploding node"),this.begin("NODE"),20;case 17:return a.getLogger().trace("Cloud"),this.begin("NODE"),20;case 18:return a.getLogger().trace("Explosion Bang"),this.begin("NODE"),20;case 19:return a.getLogger().trace("Cloud Bang"),this.begin("NODE"),20;case 20:case 21:case 22:case 23:return this.begin("NODE"),20;case 24:return 13;case 25:return 23;case 26:return 11;case 27:this.begin("NSTR2");break;case 28:return"NODE_DESCR";case 30:a.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 31:return a.getLogger().trace("description:",b.yytext),"NODE_DESCR";case 33:return this.popState(),a.getLogger().trace("node end ))"),"NODE_DEND";case 34:return this.popState(),a.getLogger().trace("node end )"),"NODE_DEND";case 35:return this.popState(),a.getLogger().trace("node end ...",b.yytext),"NODE_DEND";case 36:case 39:case 40:return this.popState(),a.getLogger().trace("node end (("),"NODE_DEND";case 37:case 38:return this.popState(),a.getLogger().trace("node end (-"),"NODE_DEND";case 41:case 42:return a.getLogger().trace("Long description:",b.yytext),21}},"anonymous"),rules:[/^(?:@\{)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^\"]+)/i,/^(?:[^}^"]+)/i,/^(?:\})/i,/^(?:\s*%%.*)/i,/^(?:kanban\b)/i,/^(?::::)/i,/^(?:.+)/i,/^(?:\n)/i,/^(?:::icon\()/i,/^(?:[\s]+[\n])/i,/^(?:[\n]+)/i,/^(?:[^\)]+)/i,/^(?:\))/i,/^(?:-\))/i,/^(?:\(-)/i,/^(?:\)\))/i,/^(?:\))/i,/^(?:\(\()/i,/^(?:\{\{)/i,/^(?:\()/i,/^(?:\[)/i,/^(?:[\s]+)/i,/^(?:[^\(\[\n\)\{\}@]+)/i,/^(?:$)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:[^"]+)/i,/^(?:["])/i,/^(?:[\)]\))/i,/^(?:[\)])/i,/^(?:[\]])/i,/^(?:\}\})/i,/^(?:\(-)/i,/^(?:-\))/i,/^(?:\(\()/i,/^(?:\()/i,/^(?:[^\)\]\(\}]+)/i,/^(?:.+(?!\(\())/i],conditions:{shapeDataEndBracket:{rules:[],inclusive:!1},shapeDataStr:{rules:[2,3],inclusive:!1},shapeData:{rules:[1,4,5],inclusive:!1},CLASS:{rules:[9,10],inclusive:!1},ICON:{rules:[14,15],inclusive:!1},NSTR2:{rules:[28,29],inclusive:!1},NSTR:{rules:[31,32],inclusive:!1},NODE:{rules:[27,30,33,34,35,36,37,38,39,40,41,42],inclusive:!1},INITIAL:{rules:[0,6,7,8,11,12,13,16,17,18,19,20,21,22,23,24,25,26],inclusive:!0}}},(0,j.K)(w,"Parser"),w.prototype=v,v.Parser=w,new w}();n.parser=n;var o=[],p=[],q=0,r={},s=(0,j.K)(()=>{o=[],p=[],q=0,r={}},"clear"),t=(0,j.K)(a=>{if(0===o.length)return null;let b=o[0].level,c=null;for(let a=o.length-1;a>=0;a--)if(o[a].level!==b||c||(c=o[a]),o[a].level<b)throw Error('Items without section detected, found section ("'+o[a].label+'")');return a===c?.level?null:c},"getSection"),u=(0,j.K)(function(){return p},"getSections"),v=(0,j.K)(function(){let a=[],b=u(),c=(0,h.D7)();for(let d of b){let b={id:d.id,label:(0,h.jZ)(d.label??"",c),labelType:"markdown",isGroup:!0,ticket:d.ticket,shape:"kanbanSection",level:d.level,look:c.look};for(let e of(a.push(b),o.filter(a=>a.parentId===d.id))){let b={id:e.id,parentId:d.id,label:(0,h.jZ)(e.label??"",c),labelType:"markdown",isGroup:!1,ticket:e?.ticket,priority:e?.priority,assigned:e?.assigned,icon:e?.icon,shape:"kanbanItem",level:e.level,rx:5,ry:5,cssStyles:["text-align: left"]};a.push(b)}}return{nodes:a,edges:[],other:{},config:(0,h.D7)()}},"getData"),w=(0,j.K)((a,b,c,d,e)=>{let g=(0,h.D7)(),i=g.mindmap?.padding??h.UI.mindmap.padding;switch(d){case x.ROUNDED_RECT:case x.RECT:case x.HEXAGON:i*=2}let j={id:(0,h.jZ)(b,g)||"kbn"+q++,level:a,label:(0,h.jZ)(c,g),width:g.mindmap?.maxNodeWidth??h.UI.mindmap.maxNodeWidth,padding:i,isGroup:!1};if(void 0!==e){let a;a=e.includes("\n")?e+"\n":"{\n"+e+"\n}";let b=(0,f.H)(a,{schema:f.r});if(b.shape&&(b.shape!==b.shape.toLowerCase()||b.shape.includes("_")))throw Error(`No such shape: ${b.shape}. Shape names should be lowercase.`);b?.shape&&"kanbanItem"===b.shape&&(j.shape=b?.shape),b?.label&&(j.label=b?.label),b?.icon&&(j.icon=b?.icon.toString()),b?.assigned&&(j.assigned=b?.assigned.toString()),b?.ticket&&(j.ticket=b?.ticket.toString()),b?.priority&&(j.priority=b?.priority)}let k=t(a);k?j.parentId=k.id||"kbn"+q++:p.push(j),o.push(j)},"addNode"),x={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},y=(0,j.K)((a,b)=>{switch(i.R.debug("In get type",a,b),a){case"[":return x.RECT;case"(":return")"===b?x.ROUNDED_RECT:x.CLOUD;case"((":return x.CIRCLE;case")":return x.CLOUD;case"))":return x.BANG;case"{{":return x.HEXAGON;default:return x.DEFAULT}},"getType"),z=(0,j.K)((a,b)=>{r[a]=b},"setElementForId"),A=(0,j.K)(a=>{if(!a)return;let b=(0,h.D7)(),c=o[o.length-1];a.icon&&(c.icon=(0,h.jZ)(a.icon,b)),a.class&&(c.cssClasses=(0,h.jZ)(a.class,b))},"decorateNode"),B=(0,j.K)(a=>{switch(a){case x.DEFAULT:return"no-border";case x.RECT:return"rect";case x.ROUNDED_RECT:return"rounded-rect";case x.CIRCLE:return"circle";case x.CLOUD:return"cloud";case x.BANG:return"bang";case x.HEXAGON:return"hexgon";default:return"no-border"}},"type2Str"),C=(0,j.K)(()=>i.R,"getLogger"),D=(0,j.K)(a=>r[a],"getElementById"),E=(0,j.K)(async(a,b,c,e)=>{i.R.debug("Rendering kanban diagram\n"+a);let f=e.db.getData(),j=(0,h.D7)();j.htmlLabels=!1;let k=(0,d.D)(b);for(let a of f.nodes)a.domId=`${b}-${a.id}`;let l=k.append("g");l.attr("class","sections");let m=k.append("g");m.attr("class","items");let n=f.nodes.filter(a=>a.isGroup),o=0,p=[],q=25;for(let a of n){let b=j?.kanban?.sectionWidth||200;a.x=b*(o+=1)+(o-1)*10/2,a.width=b,a.y=0,a.height=3*b,a.rx=5,a.ry=5,a.cssClasses=a.cssClasses+" section-"+o;let c=await (0,g.U)(l,a);q=Math.max(q,c?.labelBBox?.height),p.push(c)}let r=0;for(let a of n){let b=p[r];r+=1;let c=j?.kanban?.sectionWidth||200,d=-(3*c)/2+q,e=d;for(let b of f.nodes.filter(b=>b.parentId===a.id)){if(b.isGroup)throw Error("Groups within groups are not allowed in Kanban diagrams");b.x=a.x,b.width=c-15;let d=(await (0,g.on)(m,b,{config:j})).node().getBBox();b.y=e+d.height/2,await (0,g.U_)(b),e=b.y+d.height/2+5}let h=b.cluster.select("rect"),i=Math.max(e-d+30,50)+(q-25);h.attr("height",i)}(0,h.ot)(void 0,k,j.mindmap?.padding??h.UI.kanban.padding,j.mindmap?.useMaxWidth??h.UI.kanban.useMaxWidth)},"draw"),F=(0,j.K)(a=>{let b="";for(let b=0;b<a.THEME_COLOR_LIMIT;b++)a["lineColor"+b]=a["lineColor"+b]||a["cScaleInv"+b],(0,k.A)(a["lineColor"+b])?a["lineColor"+b]=(0,l.A)(a["lineColor"+b],20):a["lineColor"+b]=(0,m.A)(a["lineColor"+b],20);let c=(0,j.K)((b,c)=>a.darkMode?(0,m.A)(b,c):(0,l.A)(b,c),"adjuster");for(let d=0;d<a.THEME_COLOR_LIMIT;d++){let e=""+(17-3*d);b+=`
16
16
  .section-${d-1} rect, .section-${d-1} path, .section-${d-1} circle, .section-${d-1} polygon, .section-${d-1} path {
17
17
  fill: ${c(a["cScale"+d],10)};
18
18
  stroke: ${c(a["cScale"+d],10)};