@scalar/agent-chat 0.2.3 → 0.2.6

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 (270) hide show
  1. package/LICENSE +21 -0
  2. package/dist/App.vue.d.ts +3 -2
  3. package/dist/App.vue.d.ts.map +1 -1
  4. package/dist/App.vue.js +32 -0
  5. package/dist/App.vue2.js +4 -0
  6. package/dist/Chat.vue.d.ts.map +1 -1
  7. package/dist/Chat.vue.js +23 -0
  8. package/dist/Chat.vue2.js +4 -0
  9. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  10. package/dist/api.d.ts +50 -0
  11. package/dist/api.d.ts.map +1 -0
  12. package/dist/api.js +68 -0
  13. package/dist/components/ApprovalSection.vue.d.ts.map +1 -1
  14. package/dist/components/ApprovalSection.vue.js +7 -0
  15. package/dist/components/ApprovalSection.vue2.js +42 -0
  16. package/dist/components/AuthenticationProvided.vue.d.ts +3 -0
  17. package/dist/components/AuthenticationProvided.vue.d.ts.map +1 -0
  18. package/dist/components/AuthenticationProvided.vue.js +13 -0
  19. package/dist/components/AuthenticationRequired.vue.d.ts +3 -0
  20. package/dist/components/AuthenticationRequired.vue.d.ts.map +1 -0
  21. package/dist/components/AuthenticationRequired.vue.js +13 -0
  22. package/dist/components/AutosendPaused.vue.d.ts.map +1 -1
  23. package/dist/components/AutosendPaused.vue.js +13 -0
  24. package/dist/components/ContextItem.vue.d.ts.map +1 -1
  25. package/dist/components/ContextItem.vue.js +7 -0
  26. package/dist/components/ContextItem.vue2.js +19 -0
  27. package/dist/components/ErrorMessage.vue.d.ts +2 -1
  28. package/dist/components/ErrorMessage.vue.d.ts.map +1 -1
  29. package/dist/components/ErrorMessage.vue.js +7 -0
  30. package/dist/components/ErrorMessage.vue2.js +22 -0
  31. package/dist/components/LoadingMiniOpenAPIDoc.vue.d.ts.map +1 -1
  32. package/dist/components/LoadingMiniOpenAPIDoc.vue.js +14 -0
  33. package/dist/components/LoadingOpenAPISpecsSummary.vue.d.ts.map +1 -1
  34. package/dist/components/LoadingOpenAPISpecsSummary.vue.js +14 -0
  35. package/dist/components/Logo.vue.d.ts.map +1 -1
  36. package/dist/components/Logo.vue.js +23 -0
  37. package/dist/components/PaymentSection.vue.d.ts.map +1 -1
  38. package/dist/components/PaymentSection.vue.js +7 -0
  39. package/dist/components/PaymentSection.vue2.js +34 -0
  40. package/dist/components/RequestApproved.vue.d.ts.map +1 -1
  41. package/dist/components/RequestApproved.vue.js +13 -0
  42. package/dist/components/RequestFailed.vue.d.ts.map +1 -1
  43. package/dist/components/RequestFailed.vue.js +24 -0
  44. package/dist/components/RequestPreview.vue.d.ts +1 -1
  45. package/dist/components/RequestPreview.vue.d.ts.map +1 -1
  46. package/dist/components/RequestPreview.vue.js +7 -0
  47. package/dist/components/RequestPreview.vue2.js +123 -0
  48. package/dist/components/RequestRejected.vue.d.ts.map +1 -1
  49. package/dist/components/RequestRejected.vue.js +22 -0
  50. package/dist/components/RequestSuccess.vue.d.ts.map +1 -1
  51. package/dist/components/RequestSuccess.vue.js +13 -0
  52. package/dist/components/ResponseBody/ResponseBody.vue.d.ts +1 -1
  53. package/dist/components/ResponseBody/ResponseBody.vue.d.ts.map +1 -1
  54. package/dist/components/ResponseBody/ResponseBody.vue.js +41 -0
  55. package/dist/components/ResponseBody/ResponseBody.vue2.js +4 -0
  56. package/dist/components/ResponseBody/ResponseBodyInfo.vue.d.ts.map +1 -1
  57. package/dist/components/ResponseBody/ResponseBodyInfo.vue.js +14 -0
  58. package/dist/components/ResponseBody/ResponseBodyPreview.vue.d.ts +1 -1
  59. package/dist/components/ResponseBody/ResponseBodyPreview.vue.d.ts.map +1 -1
  60. package/dist/components/ResponseBody/ResponseBodyPreview.vue.js +7 -0
  61. package/dist/components/ResponseBody/ResponseBodyPreview.vue2.js +65 -0
  62. package/dist/components/ResponseBody/ResponseBodyRaw.vue.d.ts.map +1 -1
  63. package/dist/components/ResponseBody/ResponseBodyRaw.vue.js +20 -0
  64. package/dist/components/ResponseBody/ResponseBodyRaw.vue2.js +4 -0
  65. package/dist/components/ResponseBody/ResponseBodyToggle.vue.d.ts +2 -2
  66. package/dist/components/ResponseBody/ResponseBodyToggle.vue.d.ts.map +1 -1
  67. package/dist/components/ResponseBody/ResponseBodyToggle.vue.js +26 -0
  68. package/dist/components/ResponseBody/ResponseBodyToggle.vue2.js +4 -0
  69. package/dist/components/ResponseBody/helpers/media-types.js +130 -0
  70. package/dist/components/ResponseBody/helpers/process-response-body.d.ts +1 -1
  71. package/dist/components/ResponseBody/helpers/process-response-body.d.ts.map +1 -1
  72. package/dist/components/ResponseBody/helpers/process-response-body.js +33 -0
  73. package/dist/components/SearchPopover.vue.d.ts +2 -2
  74. package/dist/components/SearchPopover.vue.d.ts.map +1 -1
  75. package/dist/components/SearchPopover.vue.js +7 -0
  76. package/dist/components/SearchPopover.vue2.js +67 -0
  77. package/dist/components/Selector.vue.d.ts +24 -0
  78. package/dist/components/Selector.vue.d.ts.map +1 -0
  79. package/dist/components/Selector.vue.js +67 -0
  80. package/dist/components/Selector.vue2.js +4 -0
  81. package/dist/components/SendingRequest.vue.d.ts.map +1 -1
  82. package/dist/components/SendingRequest.vue.js +24 -0
  83. package/dist/components/ServerSelector.vue.d.ts +22 -0
  84. package/dist/components/ServerSelector.vue.d.ts.map +1 -0
  85. package/dist/components/ServerSelector.vue.js +57 -0
  86. package/dist/components/ServerSelector.vue2.js +4 -0
  87. package/dist/components/Suggestion.vue.d.ts.map +1 -1
  88. package/dist/components/TestRequestButton.vue.d.ts.map +1 -1
  89. package/dist/components/{Endpoint.vue.d.ts → UploadSection.vue.d.ts} +3 -5
  90. package/dist/components/UploadSection.vue.d.ts.map +1 -0
  91. package/dist/components/UploadSection.vue.js +7 -0
  92. package/dist/components/UploadSection.vue2.js +62 -0
  93. package/dist/entities/prompt/constants.d.ts +2 -0
  94. package/dist/entities/prompt/constants.d.ts.map +1 -0
  95. package/dist/entities/prompt/constants.js +4 -0
  96. package/dist/entities/registry/document.d.ts +21 -0
  97. package/dist/entities/registry/document.d.ts.map +1 -0
  98. package/dist/entities/registry/document.js +12 -0
  99. package/dist/entities/tools/ask-for-authentication.d.ts +7 -0
  100. package/dist/entities/tools/ask-for-authentication.d.ts.map +1 -0
  101. package/dist/entities/tools/ask-for-authentication.js +8 -0
  102. package/dist/entities/tools/constants.d.ts +2 -0
  103. package/dist/entities/tools/constants.d.ts.map +1 -0
  104. package/dist/entities/tools/constants.js +4 -0
  105. package/dist/entities/tools/execute-request.d.ts +42 -0
  106. package/dist/entities/tools/execute-request.d.ts.map +1 -0
  107. package/dist/entities/tools/execute-request.js +11 -0
  108. package/dist/entities/tools/get-mini-openapi-spec.d.ts +12 -0
  109. package/dist/entities/tools/get-mini-openapi-spec.d.ts.map +1 -0
  110. package/dist/entities/tools/get-mini-openapi-spec.js +8 -0
  111. package/dist/entities/tools/get-openapi-spec-summary.d.ts +10 -0
  112. package/dist/entities/tools/get-openapi-spec-summary.d.ts.map +1 -0
  113. package/dist/entities/tools/get-openapi-spec-summary.js +4 -0
  114. package/dist/helpers.d.ts +20 -12
  115. package/dist/helpers.d.ts.map +1 -1
  116. package/dist/helpers.js +122 -0
  117. package/dist/hooks/{useChatApprovals.d.ts → use-chat-approvals.d.ts} +1 -1
  118. package/dist/hooks/use-chat-approvals.d.ts.map +1 -0
  119. package/dist/hooks/use-chat-approvals.js +21 -0
  120. package/dist/hooks/use-chat-error.d.ts +14 -0
  121. package/dist/hooks/use-chat-error.d.ts.map +1 -0
  122. package/dist/hooks/use-chat-error.js +23 -0
  123. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts +19 -0
  124. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts.map +1 -0
  125. package/dist/hooks/use-chat-pending-client-tool-parts.js +12 -0
  126. package/dist/hooks/{useChatScroll.d.ts → use-chat-scroll.d.ts} +1 -1
  127. package/dist/hooks/use-chat-scroll.d.ts.map +1 -0
  128. package/dist/hooks/use-chat-scroll.js +16 -0
  129. package/dist/hooks/{useSearch.d.ts → use-search.d.ts} +11 -11
  130. package/dist/hooks/use-search.d.ts.map +1 -0
  131. package/dist/hooks/use-search.js +25 -0
  132. package/dist/hooks/use-term-and-conditions.d.ts +6 -0
  133. package/dist/hooks/use-term-and-conditions.d.ts.map +1 -0
  134. package/dist/hooks/use-term-and-conditions.js +16 -0
  135. package/dist/hooks/use-upload-tmp-document.d.ts +19 -0
  136. package/dist/hooks/use-upload-tmp-document.d.ts.map +1 -0
  137. package/dist/hooks/use-upload-tmp-document.js +64 -0
  138. package/dist/index.d.ts +2 -1
  139. package/dist/index.d.ts.map +1 -1
  140. package/dist/index.js +2 -1
  141. package/dist/package.json +34 -23
  142. package/dist/registry/add-documents-to-store.d.ts +6 -6
  143. package/dist/registry/add-documents-to-store.d.ts.map +1 -1
  144. package/dist/registry/add-documents-to-store.js +40 -0
  145. package/dist/registry/create-document-name.d.ts +2 -0
  146. package/dist/registry/create-document-name.d.ts.map +1 -0
  147. package/dist/registry/create-document-name.js +6 -0
  148. package/dist/state/state.d.ts +20 -8
  149. package/dist/state/state.d.ts.map +1 -1
  150. package/dist/state/state.js +110 -0
  151. package/dist/style.css +1 -1
  152. package/dist/types.d.ts +2 -0
  153. package/dist/types.d.ts.map +1 -0
  154. package/dist/views/Chat/Chat.vue.d.ts.map +1 -1
  155. package/dist/views/Chat/Chat.vue.js +7 -0
  156. package/dist/views/Chat/Chat.vue2.js +77 -0
  157. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts +10 -0
  158. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts.map +1 -0
  159. package/dist/views/Chat/Messages/AskForAuthentication.vue.js +7 -0
  160. package/dist/views/Chat/Messages/AskForAuthentication.vue2.js +93 -0
  161. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts +2 -2
  162. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts.map +1 -1
  163. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.js +7 -0
  164. package/dist/views/Chat/Messages/ExecuteRequestTool.vue2.js +23 -0
  165. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts +2 -2
  166. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts.map +1 -1
  167. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.js +7 -0
  168. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue2.js +56 -0
  169. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts +2 -2
  170. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts.map +1 -1
  171. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.js +26 -0
  172. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue2.js +4 -0
  173. package/dist/views/Chat/Messages/Text.vue.d.ts.map +1 -1
  174. package/dist/views/Chat/Messages/Text.vue.js +16 -0
  175. package/dist/views/Chat/Messages/Text.vue2.js +4 -0
  176. package/dist/views/Layout.vue.d.ts.map +1 -1
  177. package/dist/views/Layout.vue.js +7 -0
  178. package/dist/views/Layout.vue2.js +23 -0
  179. package/dist/views/PromptForm.vue.d.ts.map +1 -1
  180. package/dist/views/PromptForm.vue.js +7 -0
  181. package/dist/views/PromptForm.vue2.js +212 -0
  182. package/dist/views/Settings/Auth.vue.d.ts.map +1 -1
  183. package/dist/views/Settings/Auth.vue.js +67 -0
  184. package/dist/views/Settings/Auth.vue2.js +4 -0
  185. package/dist/views/Settings/DocSettings.vue.d.ts.map +1 -1
  186. package/dist/views/Settings/DocSettings.vue.js +7 -0
  187. package/dist/views/Settings/DocSettings.vue2.js +48 -0
  188. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  189. package/dist/views/Settings/Settings.vue.js +8 -0
  190. package/dist/views/Settings/Settings.vue2.js +67 -0
  191. package/dist/views/Start.vue.d.ts.map +1 -1
  192. package/dist/views/Start.vue.js +7 -0
  193. package/dist/views/Start.vue2.js +41 -0
  194. package/package.json +52 -7
  195. package/dist/Tooltip-Cm82QgNj.js +0 -575
  196. package/dist/__vite-optional-peer-dep_stream-markdown_markstream-vue_false-sdjmOmXd.js +0 -5
  197. package/dist/__vite-optional-peer-dep_stream-monaco_markstream-vue_false-HdL4xm5U.js +0 -5
  198. package/dist/__vite-optional-peer-dep_vue-i18n_markstream-vue_false-B9Pwe5kz.js +0 -5
  199. package/dist/_basePickBy-hHD8tMGb.js +0 -151
  200. package/dist/_baseUniq-DTF1wuF6.js +0 -614
  201. package/dist/arc-Dw2RQerU.js +0 -83
  202. package/dist/architecture-U656AL7Q-B00Z9eXr.js +0 -36
  203. package/dist/architectureDiagram-VXUJARFQ-BtOffFaM.js +0 -4662
  204. package/dist/blockDiagram-VD42YOAC-BUqFMMQe.js +0 -2261
  205. package/dist/c4Diagram-YG6GDRKO-NrM1YcpG.js +0 -1579
  206. package/dist/channel-105myCGU.js +0 -5
  207. package/dist/chunk-4BX2VUAB-TAxJli7C.js +0 -8
  208. package/dist/chunk-55IACEB6-VXFJ4bz5.js +0 -8
  209. package/dist/chunk-B4BG7PRW-CZDQpfj5.js +0 -1375
  210. package/dist/chunk-DI55MBZ5-D3l7TA-E.js +0 -1370
  211. package/dist/chunk-FMBD7UC4-BMXFm8I3.js +0 -19
  212. package/dist/chunk-QN33PNHL-BOUpbpWp.js +0 -19
  213. package/dist/chunk-QZHKN3VN-C-TEEx05.js +0 -15
  214. package/dist/chunk-TZMSLE5B-BUiROKNR.js +0 -64
  215. package/dist/classDiagram-2ON5EDUG-HQET4ybK.js +0 -16
  216. package/dist/classDiagram-v2-WZHVMYZB-HQET4ybK.js +0 -16
  217. package/dist/clone-CIIO71O9.js +0 -8
  218. package/dist/components/Endpoint.vue.d.ts.map +0 -1
  219. package/dist/cose-bilkent-S5V4N54A-CMsF4n-5.js +0 -2609
  220. package/dist/cytoscape.esm-DfdJODL8.js +0 -18735
  221. package/dist/dagre-6UL2VRFP-DqzdQ6Qg.js +0 -444
  222. package/dist/defaultLocale-BEa-49Qz.js +0 -171
  223. package/dist/diagram-PSM6KHXK-1xyGntw2.js +0 -531
  224. package/dist/diagram-QEK2KX5R-DdZdlAm1.js +0 -217
  225. package/dist/diagram-S2PKOQOG-C80Eo2jp.js +0 -142
  226. package/dist/erDiagram-Q2GNP2WA-DFVRrMXT.js +0 -841
  227. package/dist/flowDiagram-NV44I4VS-D9QK_qqB.js +0 -1620
  228. package/dist/ganttDiagram-LVOFAZNH-Bo1NTkeQ.js +0 -2506
  229. package/dist/gitGraph-F6HP7TQM-C5hdgcgO.js +0 -27
  230. package/dist/gitGraphDiagram-NY62KEGX-BZqnqZh6.js +0 -699
  231. package/dist/graph-Dth4IhEK.js +0 -247
  232. package/dist/hooks/useChatApprovals.d.ts.map +0 -1
  233. package/dist/hooks/useChatOperationBlocks.d.ts +0 -3
  234. package/dist/hooks/useChatOperationBlocks.d.ts.map +0 -1
  235. package/dist/hooks/useChatScroll.d.ts.map +0 -1
  236. package/dist/hooks/useSearch.d.ts.map +0 -1
  237. package/dist/index-BOvT43H8.js +0 -111780
  238. package/dist/index2-B36B-gt0.js +0 -69
  239. package/dist/index3-CtIyYUnG.js +0 -70
  240. package/dist/index4-Dzz91Ao2.js +0 -537
  241. package/dist/index5-Bmz0gMSP.js +0 -590
  242. package/dist/index6-DMB3qTSV.js +0 -196
  243. package/dist/info-NVLQJR56-azt5obk5.js +0 -27
  244. package/dist/infoDiagram-ER5ION4S-DD4Jtctm.js +0 -24
  245. package/dist/infographic_markstream-vue_false-BfsmcXxk.js +0 -5
  246. package/dist/init-DjUOC4st.js +0 -16
  247. package/dist/journeyDiagram-XKPGCS4Q-CXL6UO0r.js +0 -834
  248. package/dist/kanban-definition-3W4ZIXB7-B57do5Wg.js +0 -719
  249. package/dist/katex-SsTUIUTC.js +0 -11688
  250. package/dist/layout-7TCY8eA2.js +0 -1332
  251. package/dist/linear-DSm5i91N.js +0 -625
  252. package/dist/mermaid-parser.core-CUQWpAMM.js +0 -12746
  253. package/dist/mermaid.core-QjuzH7xx.js +0 -14164
  254. package/dist/mhchem-XHl7cef5.js +0 -2306
  255. package/dist/mindmap-definition-VGOIOE7T-DAQyGNAM.js +0 -784
  256. package/dist/ordinal-DfAQgscy.js +0 -61
  257. package/dist/packet-BFZMPI3H-CixuxAEA.js +0 -27
  258. package/dist/pie-7BOR55EZ-D3cgnzR1.js +0 -32
  259. package/dist/pieDiagram-ADFJNKIX-BqxgYwrL.js +0 -161
  260. package/dist/quadrantDiagram-AYHSOK5B-CQ4v-9Hh.js +0 -1022
  261. package/dist/radar-NHE76QYJ-DhV0Od_M.js +0 -27
  262. package/dist/requirementDiagram-UZGBJVZJ-ncWNAgFi.js +0 -850
  263. package/dist/safeRaf-I3a3-dyJ.js +0 -10
  264. package/dist/sankeyDiagram-TZEHDZUN-yCR2_cH5.js +0 -810
  265. package/dist/sequenceDiagram-WL72ISMW-DZ7wqFyd.js +0 -2511
  266. package/dist/stateDiagram-FKZM4ZOC-Dra68Tzi.js +0 -263
  267. package/dist/stateDiagram-v2-4FDKWEC3-CARbPECD.js +0 -16
  268. package/dist/timeline-definition-IT6M3QCI-DEbG9QIM.js +0 -795
  269. package/dist/treemap-KMMF4GRG-CQbPsyWe.js +0 -81
  270. package/dist/xychartDiagram-PRI3JC2R-C94Pu8hL.js +0 -1340
@@ -1,531 +0,0 @@
1
- import { _ as w, D as te, E as ae, H as he, e as ue, l as K, aU as P, d as Y, b as pe, a as fe, p as ge, q as me, g as ye, s as Se, F as ve, aV as xe, y as be } from "./mermaid.core-QjuzH7xx.js";
2
- import { s as we } from "./chunk-QN33PNHL-BOUpbpWp.js";
3
- import { p as Ce } from "./chunk-4BX2VUAB-TAxJli7C.js";
4
- import { p as Te } from "./mermaid-parser.core-CUQWpAMM.js";
5
- import { f as O } from "./defaultLocale-BEa-49Qz.js";
6
- import { o as J } from "./ordinal-DfAQgscy.js";
7
- function Le(t) {
8
- var a = 0, l = t.children, n = l && l.length;
9
- if (!n) a = 1;
10
- else for (; --n >= 0; ) a += l[n].value;
11
- t.value = a;
12
- }
13
- function $e() {
14
- return this.eachAfter(Le);
15
- }
16
- function Ae(t, a) {
17
- let l = -1;
18
- for (const n of this)
19
- t.call(a, n, ++l, this);
20
- return this;
21
- }
22
- function Fe(t, a) {
23
- for (var l = this, n = [l], o, s, d = -1; l = n.pop(); )
24
- if (t.call(a, l, ++d, this), o = l.children)
25
- for (s = o.length - 1; s >= 0; --s)
26
- n.push(o[s]);
27
- return this;
28
- }
29
- function ke(t, a) {
30
- for (var l = this, n = [l], o = [], s, d, h, g = -1; l = n.pop(); )
31
- if (o.push(l), s = l.children)
32
- for (d = 0, h = s.length; d < h; ++d)
33
- n.push(s[d]);
34
- for (; l = o.pop(); )
35
- t.call(a, l, ++g, this);
36
- return this;
37
- }
38
- function Ne(t, a) {
39
- let l = -1;
40
- for (const n of this)
41
- if (t.call(a, n, ++l, this))
42
- return n;
43
- }
44
- function Me(t) {
45
- return this.eachAfter(function(a) {
46
- for (var l = +t(a.data) || 0, n = a.children, o = n && n.length; --o >= 0; ) l += n[o].value;
47
- a.value = l;
48
- });
49
- }
50
- function _e(t) {
51
- return this.eachBefore(function(a) {
52
- a.children && a.children.sort(t);
53
- });
54
- }
55
- function ze(t) {
56
- for (var a = this, l = Ve(a, t), n = [a]; a !== l; )
57
- a = a.parent, n.push(a);
58
- for (var o = n.length; t !== l; )
59
- n.splice(o, 0, t), t = t.parent;
60
- return n;
61
- }
62
- function Ve(t, a) {
63
- if (t === a) return t;
64
- var l = t.ancestors(), n = a.ancestors(), o = null;
65
- for (t = l.pop(), a = n.pop(); t === a; )
66
- o = t, t = l.pop(), a = n.pop();
67
- return o;
68
- }
69
- function De() {
70
- for (var t = this, a = [t]; t = t.parent; )
71
- a.push(t);
72
- return a;
73
- }
74
- function Pe() {
75
- return Array.from(this);
76
- }
77
- function Be() {
78
- var t = [];
79
- return this.eachBefore(function(a) {
80
- a.children || t.push(a);
81
- }), t;
82
- }
83
- function Ee() {
84
- var t = this, a = [];
85
- return t.each(function(l) {
86
- l !== t && a.push({ source: l.parent, target: l });
87
- }), a;
88
- }
89
- function* Re() {
90
- var t = this, a, l = [t], n, o, s;
91
- do
92
- for (a = l.reverse(), l = []; t = a.pop(); )
93
- if (yield t, n = t.children)
94
- for (o = 0, s = n.length; o < s; ++o)
95
- l.push(n[o]);
96
- while (l.length);
97
- }
98
- function Q(t, a) {
99
- t instanceof Map ? (t = [void 0, t], a === void 0 && (a = Ie)) : a === void 0 && (a = He);
100
- for (var l = new U(t), n, o = [l], s, d, h, g; n = o.pop(); )
101
- if ((d = a(n.data)) && (g = (d = Array.from(d)).length))
102
- for (n.children = d, h = g - 1; h >= 0; --h)
103
- o.push(s = d[h] = new U(d[h])), s.parent = n, s.depth = n.depth + 1;
104
- return l.eachBefore(qe);
105
- }
106
- function We() {
107
- return Q(this).eachBefore(Oe);
108
- }
109
- function He(t) {
110
- return t.children;
111
- }
112
- function Ie(t) {
113
- return Array.isArray(t) ? t[1] : null;
114
- }
115
- function Oe(t) {
116
- t.data.value !== void 0 && (t.value = t.data.value), t.data = t.data.data;
117
- }
118
- function qe(t) {
119
- var a = 0;
120
- do
121
- t.height = a;
122
- while ((t = t.parent) && t.height < ++a);
123
- }
124
- function U(t) {
125
- this.data = t, this.depth = this.height = 0, this.parent = null;
126
- }
127
- U.prototype = Q.prototype = {
128
- constructor: U,
129
- count: $e,
130
- each: Ae,
131
- eachAfter: ke,
132
- eachBefore: Fe,
133
- find: Ne,
134
- sum: Me,
135
- sort: _e,
136
- path: ze,
137
- ancestors: De,
138
- descendants: Pe,
139
- leaves: Be,
140
- links: Ee,
141
- copy: We,
142
- [Symbol.iterator]: Re
143
- };
144
- function Ge(t) {
145
- if (typeof t != "function") throw new Error();
146
- return t;
147
- }
148
- function q() {
149
- return 0;
150
- }
151
- function G(t) {
152
- return function() {
153
- return t;
154
- };
155
- }
156
- function Xe(t) {
157
- t.x0 = Math.round(t.x0), t.y0 = Math.round(t.y0), t.x1 = Math.round(t.x1), t.y1 = Math.round(t.y1);
158
- }
159
- function je(t, a, l, n, o) {
160
- for (var s = t.children, d, h = -1, g = s.length, c = t.value && (n - a) / t.value; ++h < g; )
161
- d = s[h], d.y0 = l, d.y1 = o, d.x0 = a, d.x1 = a += d.value * c;
162
- }
163
- function Ye(t, a, l, n, o) {
164
- for (var s = t.children, d, h = -1, g = s.length, c = t.value && (o - l) / t.value; ++h < g; )
165
- d = s[h], d.x0 = a, d.x1 = n, d.y0 = l, d.y1 = l += d.value * c;
166
- }
167
- var Ue = (1 + Math.sqrt(5)) / 2;
168
- function Ze(t, a, l, n, o, s) {
169
- for (var d = [], h = a.children, g, c, u = 0, b = 0, r = h.length, x, S, v = a.value, p, m, N, k, V, R, M; u < r; ) {
170
- x = o - l, S = s - n;
171
- do
172
- p = h[b++].value;
173
- while (!p && b < r);
174
- for (m = N = p, R = Math.max(S / x, x / S) / (v * t), M = p * p * R, V = Math.max(N / M, M / m); b < r; ++b) {
175
- if (p += c = h[b].value, c < m && (m = c), c > N && (N = c), M = p * p * R, k = Math.max(N / M, M / m), k > V) {
176
- p -= c;
177
- break;
178
- }
179
- V = k;
180
- }
181
- d.push(g = { value: p, dice: x < S, children: h.slice(u, b) }), g.dice ? je(g, l, n, o, v ? n += S * p / v : s) : Ye(g, l, n, v ? l += x * p / v : o, s), v -= p, u = b;
182
- }
183
- return d;
184
- }
185
- const Je = (function t(a) {
186
- function l(n, o, s, d, h) {
187
- Ze(a, n, o, s, d, h);
188
- }
189
- return l.ratio = function(n) {
190
- return t((n = +n) > 1 ? n : 1);
191
- }, l;
192
- })(Ue);
193
- function Ke() {
194
- var t = Je, a = !1, l = 1, n = 1, o = [0], s = q, d = q, h = q, g = q, c = q;
195
- function u(r) {
196
- return r.x0 = r.y0 = 0, r.x1 = l, r.y1 = n, r.eachBefore(b), o = [0], a && r.eachBefore(Xe), r;
197
- }
198
- function b(r) {
199
- var x = o[r.depth], S = r.x0 + x, v = r.y0 + x, p = r.x1 - x, m = r.y1 - x;
200
- p < S && (S = p = (S + p) / 2), m < v && (v = m = (v + m) / 2), r.x0 = S, r.y0 = v, r.x1 = p, r.y1 = m, r.children && (x = o[r.depth + 1] = s(r) / 2, S += c(r) - x, v += d(r) - x, p -= h(r) - x, m -= g(r) - x, p < S && (S = p = (S + p) / 2), m < v && (v = m = (v + m) / 2), t(r, S, v, p, m));
201
- }
202
- return u.round = function(r) {
203
- return arguments.length ? (a = !!r, u) : a;
204
- }, u.size = function(r) {
205
- return arguments.length ? (l = +r[0], n = +r[1], u) : [l, n];
206
- }, u.tile = function(r) {
207
- return arguments.length ? (t = Ge(r), u) : t;
208
- }, u.padding = function(r) {
209
- return arguments.length ? u.paddingInner(r).paddingOuter(r) : u.paddingInner();
210
- }, u.paddingInner = function(r) {
211
- return arguments.length ? (s = typeof r == "function" ? r : G(+r), u) : s;
212
- }, u.paddingOuter = function(r) {
213
- return arguments.length ? u.paddingTop(r).paddingRight(r).paddingBottom(r).paddingLeft(r) : u.paddingTop();
214
- }, u.paddingTop = function(r) {
215
- return arguments.length ? (d = typeof r == "function" ? r : G(+r), u) : d;
216
- }, u.paddingRight = function(r) {
217
- return arguments.length ? (h = typeof r == "function" ? r : G(+r), u) : h;
218
- }, u.paddingBottom = function(r) {
219
- return arguments.length ? (g = typeof r == "function" ? r : G(+r), u) : g;
220
- }, u.paddingLeft = function(r) {
221
- return arguments.length ? (c = typeof r == "function" ? r : G(+r), u) : c;
222
- }, u;
223
- }
224
- var E, ne = (E = class {
225
- constructor() {
226
- this.nodes = [], this.levels = /* @__PURE__ */ new Map(), this.outerNodes = [], this.classes = /* @__PURE__ */ new Map(), this.setAccTitle = pe, this.getAccTitle = fe, this.setDiagramTitle = ge, this.getDiagramTitle = me, this.getAccDescription = ye, this.setAccDescription = Se;
227
- }
228
- getNodes() {
229
- return this.nodes;
230
- }
231
- getConfig() {
232
- const a = ve, l = ae();
233
- return te({
234
- ...a.treemap,
235
- ...l.treemap ?? {}
236
- });
237
- }
238
- addNode(a, l) {
239
- this.nodes.push(a), this.levels.set(a, l), l === 0 && (this.outerNodes.push(a), this.root ??= a);
240
- }
241
- getRoot() {
242
- return { name: "", children: this.outerNodes };
243
- }
244
- addClass(a, l) {
245
- const n = this.classes.get(a) ?? { id: a, styles: [], textStyles: [] }, o = l.replace(/\\,/g, "§§§").replace(/,/g, ";").replace(/§§§/g, ",").split(";");
246
- o && o.forEach((s) => {
247
- xe(s) && (n?.textStyles ? n.textStyles.push(s) : n.textStyles = [s]), n?.styles ? n.styles.push(s) : n.styles = [s];
248
- }), this.classes.set(a, n);
249
- }
250
- getClasses() {
251
- return this.classes;
252
- }
253
- getStylesForClass(a) {
254
- return this.classes.get(a)?.styles ?? [];
255
- }
256
- clear() {
257
- be(), this.nodes = [], this.levels = /* @__PURE__ */ new Map(), this.outerNodes = [], this.classes = /* @__PURE__ */ new Map(), this.root = void 0;
258
- }
259
- }, w(E, "TreeMapDB"), E);
260
- function le(t) {
261
- if (!t.length)
262
- return [];
263
- const a = [], l = [];
264
- return t.forEach((n) => {
265
- const o = {
266
- name: n.name,
267
- children: n.type === "Leaf" ? void 0 : []
268
- };
269
- for (o.classSelector = n?.classSelector, n?.cssCompiledStyles && (o.cssCompiledStyles = [n.cssCompiledStyles]), n.type === "Leaf" && n.value !== void 0 && (o.value = n.value); l.length > 0 && l[l.length - 1].level >= n.level; )
270
- l.pop();
271
- if (l.length === 0)
272
- a.push(o);
273
- else {
274
- const s = l[l.length - 1].node;
275
- s.children ? s.children.push(o) : s.children = [o];
276
- }
277
- n.type !== "Leaf" && l.push({ node: o, level: n.level });
278
- }), a;
279
- }
280
- w(le, "buildHierarchy");
281
- var Qe = /* @__PURE__ */ w((t, a) => {
282
- Ce(t, a);
283
- const l = [];
284
- for (const s of t.TreemapRows ?? [])
285
- s.$type === "ClassDefStatement" && a.addClass(s.className ?? "", s.styleText ?? "");
286
- for (const s of t.TreemapRows ?? []) {
287
- const d = s.item;
288
- if (!d)
289
- continue;
290
- const h = s.indent ? parseInt(s.indent) : 0, g = et(d), c = d.classSelector ? a.getStylesForClass(d.classSelector) : [], u = c.length > 0 ? c.join(";") : void 0, b = {
291
- level: h,
292
- name: g,
293
- type: d.$type,
294
- value: d.value,
295
- classSelector: d.classSelector,
296
- cssCompiledStyles: u
297
- };
298
- l.push(b);
299
- }
300
- const n = le(l), o = /* @__PURE__ */ w((s, d) => {
301
- for (const h of s)
302
- a.addNode(h, d), h.children && h.children.length > 0 && o(h.children, d + 1);
303
- }, "addNodesRecursively");
304
- o(n, 0);
305
- }, "populate"), et = /* @__PURE__ */ w((t) => t.name ? String(t.name) : "", "getItemName"), re = {
306
- // @ts-expect-error - TreeMapDB is not assignable to DiagramDB
307
- parser: { yy: void 0 },
308
- parse: /* @__PURE__ */ w(async (t) => {
309
- try {
310
- const l = await Te("treemap", t);
311
- K.debug("Treemap AST:", l);
312
- const n = re.parser?.yy;
313
- if (!(n instanceof ne))
314
- throw new Error(
315
- "parser.parser?.yy was not a TreemapDB. This is due to a bug within Mermaid, please report this issue at https://github.com/mermaid-js/mermaid/issues."
316
- );
317
- Qe(l, n);
318
- } catch (a) {
319
- throw K.error("Error parsing treemap:", a), a;
320
- }
321
- }, "parse")
322
- }, tt = 10, B = 10, X = 25, at = /* @__PURE__ */ w((t, a, l, n) => {
323
- const o = n.db, s = o.getConfig(), d = s.padding ?? tt, h = o.getDiagramTitle(), g = o.getRoot(), { themeVariables: c } = ae();
324
- if (!g)
325
- return;
326
- const u = h ? 30 : 0, b = he(a), r = s.nodeWidth ? s.nodeWidth * B : 960, x = s.nodeHeight ? s.nodeHeight * B : 500, S = r, v = x + u;
327
- b.attr("viewBox", `0 0 ${S} ${v}`), ue(b, v, S, s.useMaxWidth);
328
- let p;
329
- try {
330
- const e = s.valueFormat || ",";
331
- if (e === "$0,0")
332
- p = /* @__PURE__ */ w((i) => "$" + O(",")(i), "valueFormat");
333
- else if (e.startsWith("$") && e.includes(",")) {
334
- const i = /\.\d+/.exec(e), f = i ? i[0] : "";
335
- p = /* @__PURE__ */ w((C) => "$" + O("," + f)(C), "valueFormat");
336
- } else if (e.startsWith("$")) {
337
- const i = e.substring(1);
338
- p = /* @__PURE__ */ w((f) => "$" + O(i || "")(f), "valueFormat");
339
- } else
340
- p = O(e);
341
- } catch (e) {
342
- K.error("Error creating format function:", e), p = O(",");
343
- }
344
- const m = J().range([
345
- "transparent",
346
- c.cScale0,
347
- c.cScale1,
348
- c.cScale2,
349
- c.cScale3,
350
- c.cScale4,
351
- c.cScale5,
352
- c.cScale6,
353
- c.cScale7,
354
- c.cScale8,
355
- c.cScale9,
356
- c.cScale10,
357
- c.cScale11
358
- ]), N = J().range([
359
- "transparent",
360
- c.cScalePeer0,
361
- c.cScalePeer1,
362
- c.cScalePeer2,
363
- c.cScalePeer3,
364
- c.cScalePeer4,
365
- c.cScalePeer5,
366
- c.cScalePeer6,
367
- c.cScalePeer7,
368
- c.cScalePeer8,
369
- c.cScalePeer9,
370
- c.cScalePeer10,
371
- c.cScalePeer11
372
- ]), k = J().range([
373
- c.cScaleLabel0,
374
- c.cScaleLabel1,
375
- c.cScaleLabel2,
376
- c.cScaleLabel3,
377
- c.cScaleLabel4,
378
- c.cScaleLabel5,
379
- c.cScaleLabel6,
380
- c.cScaleLabel7,
381
- c.cScaleLabel8,
382
- c.cScaleLabel9,
383
- c.cScaleLabel10,
384
- c.cScaleLabel11
385
- ]);
386
- h && b.append("text").attr("x", S / 2).attr("y", u / 2).attr("class", "treemapTitle").attr("text-anchor", "middle").attr("dominant-baseline", "middle").text(h);
387
- const V = b.append("g").attr("transform", `translate(0, ${u})`).attr("class", "treemapContainer"), R = Q(g).sum((e) => e.value ?? 0).sort((e, i) => (i.value ?? 0) - (e.value ?? 0)), ee = Ke().size([r, x]).paddingTop(
388
- (e) => e.children && e.children.length > 0 ? X + B : 0
389
- ).paddingInner(d).paddingLeft((e) => e.children && e.children.length > 0 ? B : 0).paddingRight((e) => e.children && e.children.length > 0 ? B : 0).paddingBottom((e) => e.children && e.children.length > 0 ? B : 0).round(!0)(R), se = ee.descendants().filter((e) => e.children && e.children.length > 0), W = V.selectAll(".treemapSection").data(se).enter().append("g").attr("class", "treemapSection").attr("transform", (e) => `translate(${e.x0},${e.y0})`);
390
- W.append("rect").attr("width", (e) => e.x1 - e.x0).attr("height", X).attr("class", "treemapSectionHeader").attr("fill", "none").attr("fill-opacity", 0.6).attr("stroke-width", 0.6).attr("style", (e) => e.depth === 0 ? "display: none;" : ""), W.append("clipPath").attr("id", (e, i) => `clip-section-${a}-${i}`).append("rect").attr("width", (e) => Math.max(0, e.x1 - e.x0 - 12)).attr("height", X), W.append("rect").attr("width", (e) => e.x1 - e.x0).attr("height", (e) => e.y1 - e.y0).attr("class", (e, i) => `treemapSection section${i}`).attr("fill", (e) => m(e.data.name)).attr("fill-opacity", 0.6).attr("stroke", (e) => N(e.data.name)).attr("stroke-width", 2).attr("stroke-opacity", 0.4).attr("style", (e) => {
391
- if (e.depth === 0)
392
- return "display: none;";
393
- const i = P({ cssCompiledStyles: e.data.cssCompiledStyles });
394
- return i.nodeStyles + ";" + i.borderStyles.join(";");
395
- }), W.append("text").attr("class", "treemapSectionLabel").attr("x", 6).attr("y", X / 2).attr("dominant-baseline", "middle").text((e) => e.depth === 0 ? "" : e.data.name).attr("font-weight", "bold").attr("style", (e) => {
396
- if (e.depth === 0)
397
- return "display: none;";
398
- const i = "dominant-baseline: middle; font-size: 12px; fill:" + k(e.data.name) + "; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;", f = P({ cssCompiledStyles: e.data.cssCompiledStyles });
399
- return i + f.labelStyles.replace("color:", "fill:");
400
- }).each(function(e) {
401
- if (e.depth === 0)
402
- return;
403
- const i = Y(this), f = e.data.name;
404
- i.text(f);
405
- const C = e.x1 - e.x0, L = 6;
406
- let $;
407
- s.showValues !== !1 && e.value ? $ = C - 10 - 30 - 10 - L : $ = C - L - 6;
408
- const A = Math.max(15, $), y = i.node();
409
- if (y.getComputedTextLength() > A) {
410
- let T = f;
411
- for (; T.length > 0; ) {
412
- if (T = f.substring(0, T.length - 1), T.length === 0) {
413
- i.text("..."), y.getComputedTextLength() > A && i.text("");
414
- break;
415
- }
416
- if (i.text(T + "..."), y.getComputedTextLength() <= A)
417
- break;
418
- }
419
- }
420
- }), s.showValues !== !1 && W.append("text").attr("class", "treemapSectionValue").attr("x", (e) => e.x1 - e.x0 - 10).attr("y", X / 2).attr("text-anchor", "end").attr("dominant-baseline", "middle").text((e) => e.value ? p(e.value) : "").attr("font-style", "italic").attr("style", (e) => {
421
- if (e.depth === 0)
422
- return "display: none;";
423
- const i = "text-anchor: end; dominant-baseline: middle; font-size: 10px; fill:" + k(e.data.name) + "; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;", f = P({ cssCompiledStyles: e.data.cssCompiledStyles });
424
- return i + f.labelStyles.replace("color:", "fill:");
425
- });
426
- const ie = ee.leaves(), j = V.selectAll(".treemapLeafGroup").data(ie).enter().append("g").attr("class", (e, i) => `treemapNode treemapLeafGroup leaf${i}${e.data.classSelector ? ` ${e.data.classSelector}` : ""}x`).attr("transform", (e) => `translate(${e.x0},${e.y0})`);
427
- j.append("rect").attr("width", (e) => e.x1 - e.x0).attr("height", (e) => e.y1 - e.y0).attr("class", "treemapLeaf").attr("fill", (e) => e.parent ? m(e.parent.data.name) : m(e.data.name)).attr("style", (e) => P({ cssCompiledStyles: e.data.cssCompiledStyles }).nodeStyles).attr("fill-opacity", 0.3).attr("stroke", (e) => e.parent ? m(e.parent.data.name) : m(e.data.name)).attr("stroke-width", 3), j.append("clipPath").attr("id", (e, i) => `clip-${a}-${i}`).append("rect").attr("width", (e) => Math.max(0, e.x1 - e.x0 - 4)).attr("height", (e) => Math.max(0, e.y1 - e.y0 - 4)), j.append("text").attr("class", "treemapLabel").attr("x", (e) => (e.x1 - e.x0) / 2).attr("y", (e) => (e.y1 - e.y0) / 2).attr("style", (e) => {
428
- const i = "text-anchor: middle; dominant-baseline: middle; font-size: 38px;fill:" + k(e.data.name) + ";", f = P({ cssCompiledStyles: e.data.cssCompiledStyles });
429
- return i + f.labelStyles.replace("color:", "fill:");
430
- }).attr("clip-path", (e, i) => `url(#clip-${a}-${i})`).text((e) => e.data.name).each(function(e) {
431
- const i = Y(this), f = e.x1 - e.x0, C = e.y1 - e.y0, L = i.node(), $ = 4, D = f - 2 * $, A = C - 2 * $;
432
- if (D < 10 || A < 10) {
433
- i.style("display", "none");
434
- return;
435
- }
436
- let y = parseInt(i.style("font-size"), 10);
437
- const _ = 8, F = 28, T = 0.6, z = 6, H = 2;
438
- for (; L.getComputedTextLength() > D && y > _; )
439
- y--, i.style("font-size", `${y}px`);
440
- let I = Math.max(
441
- z,
442
- Math.min(F, Math.round(y * T))
443
- ), Z = y + H + I;
444
- for (; Z > A && y > _ && (y--, I = Math.max(
445
- z,
446
- Math.min(F, Math.round(y * T))
447
- ), !(I < z && y === _)); )
448
- i.style("font-size", `${y}px`), Z = y + H + I;
449
- i.style("font-size", `${y}px`), (L.getComputedTextLength() > D || y < _ || A < y) && i.style("display", "none");
450
- }), s.showValues !== !1 && j.append("text").attr("class", "treemapValue").attr("x", (i) => (i.x1 - i.x0) / 2).attr("y", function(i) {
451
- return (i.y1 - i.y0) / 2;
452
- }).attr("style", (i) => {
453
- const f = "text-anchor: middle; dominant-baseline: hanging; font-size: 28px;fill:" + k(i.data.name) + ";", C = P({ cssCompiledStyles: i.data.cssCompiledStyles });
454
- return f + C.labelStyles.replace("color:", "fill:");
455
- }).attr("clip-path", (i, f) => `url(#clip-${a}-${f})`).text((i) => i.value ? p(i.value) : "").each(function(i) {
456
- const f = Y(this), C = this.parentNode;
457
- if (!C) {
458
- f.style("display", "none");
459
- return;
460
- }
461
- const L = Y(C).select(".treemapLabel");
462
- if (L.empty() || L.style("display") === "none") {
463
- f.style("display", "none");
464
- return;
465
- }
466
- const $ = parseFloat(L.style("font-size")), D = 28, A = 0.6, y = 6, _ = 2, F = Math.max(
467
- y,
468
- Math.min(D, Math.round($ * A))
469
- );
470
- f.style("font-size", `${F}px`);
471
- const z = (i.y1 - i.y0) / 2 + $ / 2 + _;
472
- f.attr("y", z);
473
- const H = i.x1 - i.x0, ce = i.y1 - i.y0 - 4, de = H - 8;
474
- f.node().getComputedTextLength() > de || z + F > ce || F < y ? f.style("display", "none") : f.style("display", null);
475
- });
476
- const oe = s.diagramPadding ?? 8;
477
- we(b, oe, "flowchart", s?.useMaxWidth || !1);
478
- }, "draw"), nt = /* @__PURE__ */ w(function(t, a) {
479
- return a.db.getClasses();
480
- }, "getClasses"), lt = { draw: at, getClasses: nt }, rt = {
481
- sectionStrokeColor: "black",
482
- sectionStrokeWidth: "1",
483
- sectionFillColor: "#efefef",
484
- leafStrokeColor: "black",
485
- leafStrokeWidth: "1",
486
- leafFillColor: "#efefef",
487
- labelColor: "black",
488
- labelFontSize: "12px",
489
- valueFontSize: "10px",
490
- valueColor: "black",
491
- titleColor: "black",
492
- titleFontSize: "14px"
493
- }, st = /* @__PURE__ */ w(({
494
- treemap: t
495
- } = {}) => {
496
- const a = te(rt, t);
497
- return `
498
- .treemapNode.section {
499
- stroke: ${a.sectionStrokeColor};
500
- stroke-width: ${a.sectionStrokeWidth};
501
- fill: ${a.sectionFillColor};
502
- }
503
- .treemapNode.leaf {
504
- stroke: ${a.leafStrokeColor};
505
- stroke-width: ${a.leafStrokeWidth};
506
- fill: ${a.leafFillColor};
507
- }
508
- .treemapLabel {
509
- fill: ${a.labelColor};
510
- font-size: ${a.labelFontSize};
511
- }
512
- .treemapValue {
513
- fill: ${a.valueColor};
514
- font-size: ${a.valueFontSize};
515
- }
516
- .treemapTitle {
517
- fill: ${a.titleColor};
518
- font-size: ${a.titleFontSize};
519
- }
520
- `;
521
- }, "getStyles"), it = st, gt = {
522
- parser: re,
523
- get db() {
524
- return new ne();
525
- },
526
- renderer: lt,
527
- styles: it
528
- };
529
- export {
530
- gt as diagram
531
- };