@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,810 +0,0 @@
1
- import { _ as g, p as _t, q as xt, s as vt, g as bt, b as wt, a as St, c as lt, z as Lt, d as H, V as Et, y as At, k as Tt } from "./mermaid.core-QjuzH7xx.js";
2
- import { o as Mt } from "./ordinal-DfAQgscy.js";
3
- function Nt(t) {
4
- for (var e = t.length / 6 | 0, i = new Array(e), a = 0; a < e; ) i[a] = "#" + t.slice(a * 6, ++a * 6);
5
- return i;
6
- }
7
- const It = Nt("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab");
8
- function ct(t, e) {
9
- let i;
10
- if (e === void 0)
11
- for (const a of t)
12
- a != null && (i < a || i === void 0 && a >= a) && (i = a);
13
- else {
14
- let a = -1;
15
- for (let h of t)
16
- (h = e(h, ++a, t)) != null && (i < h || i === void 0 && h >= h) && (i = h);
17
- }
18
- return i;
19
- }
20
- function pt(t, e) {
21
- let i;
22
- if (e === void 0)
23
- for (const a of t)
24
- a != null && (i > a || i === void 0 && a >= a) && (i = a);
25
- else {
26
- let a = -1;
27
- for (let h of t)
28
- (h = e(h, ++a, t)) != null && (i > h || i === void 0 && h >= h) && (i = h);
29
- }
30
- return i;
31
- }
32
- function nt(t, e) {
33
- let i = 0;
34
- if (e === void 0)
35
- for (let a of t)
36
- (a = +a) && (i += a);
37
- else {
38
- let a = -1;
39
- for (let h of t)
40
- (h = +e(h, ++a, t)) && (i += h);
41
- }
42
- return i;
43
- }
44
- function Pt(t) {
45
- return t.target.depth;
46
- }
47
- function Ct(t) {
48
- return t.depth;
49
- }
50
- function Ot(t, e) {
51
- return e - 1 - t.height;
52
- }
53
- function mt(t, e) {
54
- return t.sourceLinks.length ? t.depth : e - 1;
55
- }
56
- function zt(t) {
57
- return t.targetLinks.length ? t.depth : t.sourceLinks.length ? pt(t.sourceLinks, Pt) - 1 : 0;
58
- }
59
- function X(t) {
60
- return function() {
61
- return t;
62
- };
63
- }
64
- function ut(t, e) {
65
- return Q(t.source, e.source) || t.index - e.index;
66
- }
67
- function ht(t, e) {
68
- return Q(t.target, e.target) || t.index - e.index;
69
- }
70
- function Q(t, e) {
71
- return t.y0 - e.y0;
72
- }
73
- function it(t) {
74
- return t.value;
75
- }
76
- function Dt(t) {
77
- return t.index;
78
- }
79
- function $t(t) {
80
- return t.nodes;
81
- }
82
- function jt(t) {
83
- return t.links;
84
- }
85
- function ft(t, e) {
86
- const i = t.get(e);
87
- if (!i) throw new Error("missing: " + e);
88
- return i;
89
- }
90
- function yt({ nodes: t }) {
91
- for (const e of t) {
92
- let i = e.y0, a = i;
93
- for (const h of e.sourceLinks)
94
- h.y0 = i + h.width / 2, i += h.width;
95
- for (const h of e.targetLinks)
96
- h.y1 = a + h.width / 2, a += h.width;
97
- }
98
- }
99
- function Bt() {
100
- let t = 0, e = 0, i = 1, a = 1, h = 24, b = 8, p, k = Dt, s = mt, o, l, _ = $t, x = jt, y = 6;
101
- function v() {
102
- const n = { nodes: _.apply(null, arguments), links: x.apply(null, arguments) };
103
- return M(n), T(n), N(n), C(n), S(n), yt(n), n;
104
- }
105
- v.update = function(n) {
106
- return yt(n), n;
107
- }, v.nodeId = function(n) {
108
- return arguments.length ? (k = typeof n == "function" ? n : X(n), v) : k;
109
- }, v.nodeAlign = function(n) {
110
- return arguments.length ? (s = typeof n == "function" ? n : X(n), v) : s;
111
- }, v.nodeSort = function(n) {
112
- return arguments.length ? (o = n, v) : o;
113
- }, v.nodeWidth = function(n) {
114
- return arguments.length ? (h = +n, v) : h;
115
- }, v.nodePadding = function(n) {
116
- return arguments.length ? (b = p = +n, v) : b;
117
- }, v.nodes = function(n) {
118
- return arguments.length ? (_ = typeof n == "function" ? n : X(n), v) : _;
119
- }, v.links = function(n) {
120
- return arguments.length ? (x = typeof n == "function" ? n : X(n), v) : x;
121
- }, v.linkSort = function(n) {
122
- return arguments.length ? (l = n, v) : l;
123
- }, v.size = function(n) {
124
- return arguments.length ? (t = e = 0, i = +n[0], a = +n[1], v) : [i - t, a - e];
125
- }, v.extent = function(n) {
126
- return arguments.length ? (t = +n[0][0], i = +n[1][0], e = +n[0][1], a = +n[1][1], v) : [[t, e], [i, a]];
127
- }, v.iterations = function(n) {
128
- return arguments.length ? (y = +n, v) : y;
129
- };
130
- function M({ nodes: n, links: f }) {
131
- for (const [c, r] of n.entries())
132
- r.index = c, r.sourceLinks = [], r.targetLinks = [];
133
- const u = new Map(n.map((c, r) => [k(c, r, n), c]));
134
- for (const [c, r] of f.entries()) {
135
- r.index = c;
136
- let { source: m, target: w } = r;
137
- typeof m != "object" && (m = r.source = ft(u, m)), typeof w != "object" && (w = r.target = ft(u, w)), m.sourceLinks.push(r), w.targetLinks.push(r);
138
- }
139
- if (l != null)
140
- for (const { sourceLinks: c, targetLinks: r } of n)
141
- c.sort(l), r.sort(l);
142
- }
143
- function T({ nodes: n }) {
144
- for (const f of n)
145
- f.value = f.fixedValue === void 0 ? Math.max(nt(f.sourceLinks, it), nt(f.targetLinks, it)) : f.fixedValue;
146
- }
147
- function N({ nodes: n }) {
148
- const f = n.length;
149
- let u = new Set(n), c = /* @__PURE__ */ new Set(), r = 0;
150
- for (; u.size; ) {
151
- for (const m of u) {
152
- m.depth = r;
153
- for (const { target: w } of m.sourceLinks)
154
- c.add(w);
155
- }
156
- if (++r > f) throw new Error("circular link");
157
- u = c, c = /* @__PURE__ */ new Set();
158
- }
159
- }
160
- function C({ nodes: n }) {
161
- const f = n.length;
162
- let u = new Set(n), c = /* @__PURE__ */ new Set(), r = 0;
163
- for (; u.size; ) {
164
- for (const m of u) {
165
- m.height = r;
166
- for (const { source: w } of m.targetLinks)
167
- c.add(w);
168
- }
169
- if (++r > f) throw new Error("circular link");
170
- u = c, c = /* @__PURE__ */ new Set();
171
- }
172
- }
173
- function D({ nodes: n }) {
174
- const f = ct(n, (r) => r.depth) + 1, u = (i - t - h) / (f - 1), c = new Array(f);
175
- for (const r of n) {
176
- const m = Math.max(0, Math.min(f - 1, Math.floor(s.call(null, r, f))));
177
- r.layer = m, r.x0 = t + m * u, r.x1 = r.x0 + h, c[m] ? c[m].push(r) : c[m] = [r];
178
- }
179
- if (o) for (const r of c)
180
- r.sort(o);
181
- return c;
182
- }
183
- function R(n) {
184
- const f = pt(n, (u) => (a - e - (u.length - 1) * p) / nt(u, it));
185
- for (const u of n) {
186
- let c = e;
187
- for (const r of u) {
188
- r.y0 = c, r.y1 = c + r.value * f, c = r.y1 + p;
189
- for (const m of r.sourceLinks)
190
- m.width = m.value * f;
191
- }
192
- c = (a - c + p) / (u.length + 1);
193
- for (let r = 0; r < u.length; ++r) {
194
- const m = u[r];
195
- m.y0 += c * (r + 1), m.y1 += c * (r + 1);
196
- }
197
- A(u);
198
- }
199
- }
200
- function S(n) {
201
- const f = D(n);
202
- p = Math.min(b, (a - e) / (ct(f, (u) => u.length) - 1)), R(f);
203
- for (let u = 0; u < y; ++u) {
204
- const c = Math.pow(0.99, u), r = Math.max(1 - c, (u + 1) / y);
205
- B(f, c, r), P(f, c, r);
206
- }
207
- }
208
- function P(n, f, u) {
209
- for (let c = 1, r = n.length; c < r; ++c) {
210
- const m = n[c];
211
- for (const w of m) {
212
- let L = 0, V = 0;
213
- for (const { source: Y, value: et } of w.targetLinks) {
214
- let q = et * (w.layer - Y.layer);
215
- L += $(Y, w) * q, V += q;
216
- }
217
- if (!(V > 0)) continue;
218
- let G = (L / V - w.y0) * f;
219
- w.y0 += G, w.y1 += G, E(w);
220
- }
221
- o === void 0 && m.sort(Q), O(m, u);
222
- }
223
- }
224
- function B(n, f, u) {
225
- for (let c = n.length, r = c - 2; r >= 0; --r) {
226
- const m = n[r];
227
- for (const w of m) {
228
- let L = 0, V = 0;
229
- for (const { target: Y, value: et } of w.sourceLinks) {
230
- let q = et * (Y.layer - w.layer);
231
- L += I(w, Y) * q, V += q;
232
- }
233
- if (!(V > 0)) continue;
234
- let G = (L / V - w.y0) * f;
235
- w.y0 += G, w.y1 += G, E(w);
236
- }
237
- o === void 0 && m.sort(Q), O(m, u);
238
- }
239
- }
240
- function O(n, f) {
241
- const u = n.length >> 1, c = n[u];
242
- d(n, c.y0 - p, u - 1, f), z(n, c.y1 + p, u + 1, f), d(n, a, n.length - 1, f), z(n, e, 0, f);
243
- }
244
- function z(n, f, u, c) {
245
- for (; u < n.length; ++u) {
246
- const r = n[u], m = (f - r.y0) * c;
247
- m > 1e-6 && (r.y0 += m, r.y1 += m), f = r.y1 + p;
248
- }
249
- }
250
- function d(n, f, u, c) {
251
- for (; u >= 0; --u) {
252
- const r = n[u], m = (r.y1 - f) * c;
253
- m > 1e-6 && (r.y0 -= m, r.y1 -= m), f = r.y0 - p;
254
- }
255
- }
256
- function E({ sourceLinks: n, targetLinks: f }) {
257
- if (l === void 0) {
258
- for (const { source: { sourceLinks: u } } of f)
259
- u.sort(ht);
260
- for (const { target: { targetLinks: u } } of n)
261
- u.sort(ut);
262
- }
263
- }
264
- function A(n) {
265
- if (l === void 0)
266
- for (const { sourceLinks: f, targetLinks: u } of n)
267
- f.sort(ht), u.sort(ut);
268
- }
269
- function $(n, f) {
270
- let u = n.y0 - (n.sourceLinks.length - 1) * p / 2;
271
- for (const { target: c, width: r } of n.sourceLinks) {
272
- if (c === f) break;
273
- u += r + p;
274
- }
275
- for (const { source: c, width: r } of f.targetLinks) {
276
- if (c === n) break;
277
- u -= r;
278
- }
279
- return u;
280
- }
281
- function I(n, f) {
282
- let u = f.y0 - (f.targetLinks.length - 1) * p / 2;
283
- for (const { source: c, width: r } of f.targetLinks) {
284
- if (c === n) break;
285
- u += r + p;
286
- }
287
- for (const { target: c, width: r } of n.sourceLinks) {
288
- if (c === f) break;
289
- u -= r;
290
- }
291
- return u;
292
- }
293
- return v;
294
- }
295
- var st = Math.PI, rt = 2 * st, F = 1e-6, Rt = rt - F;
296
- function ot() {
297
- this._x0 = this._y0 = // start of current subpath
298
- this._x1 = this._y1 = null, this._ = "";
299
- }
300
- function kt() {
301
- return new ot();
302
- }
303
- ot.prototype = kt.prototype = {
304
- constructor: ot,
305
- moveTo: function(t, e) {
306
- this._ += "M" + (this._x0 = this._x1 = +t) + "," + (this._y0 = this._y1 = +e);
307
- },
308
- closePath: function() {
309
- this._x1 !== null && (this._x1 = this._x0, this._y1 = this._y0, this._ += "Z");
310
- },
311
- lineTo: function(t, e) {
312
- this._ += "L" + (this._x1 = +t) + "," + (this._y1 = +e);
313
- },
314
- quadraticCurveTo: function(t, e, i, a) {
315
- this._ += "Q" + +t + "," + +e + "," + (this._x1 = +i) + "," + (this._y1 = +a);
316
- },
317
- bezierCurveTo: function(t, e, i, a, h, b) {
318
- this._ += "C" + +t + "," + +e + "," + +i + "," + +a + "," + (this._x1 = +h) + "," + (this._y1 = +b);
319
- },
320
- arcTo: function(t, e, i, a, h) {
321
- t = +t, e = +e, i = +i, a = +a, h = +h;
322
- var b = this._x1, p = this._y1, k = i - t, s = a - e, o = b - t, l = p - e, _ = o * o + l * l;
323
- if (h < 0) throw new Error("negative radius: " + h);
324
- if (this._x1 === null)
325
- this._ += "M" + (this._x1 = t) + "," + (this._y1 = e);
326
- else if (_ > F) if (!(Math.abs(l * k - s * o) > F) || !h)
327
- this._ += "L" + (this._x1 = t) + "," + (this._y1 = e);
328
- else {
329
- var x = i - b, y = a - p, v = k * k + s * s, M = x * x + y * y, T = Math.sqrt(v), N = Math.sqrt(_), C = h * Math.tan((st - Math.acos((v + _ - M) / (2 * T * N))) / 2), D = C / N, R = C / T;
330
- Math.abs(D - 1) > F && (this._ += "L" + (t + D * o) + "," + (e + D * l)), this._ += "A" + h + "," + h + ",0,0," + +(l * x > o * y) + "," + (this._x1 = t + R * k) + "," + (this._y1 = e + R * s);
331
- }
332
- },
333
- arc: function(t, e, i, a, h, b) {
334
- t = +t, e = +e, i = +i, b = !!b;
335
- var p = i * Math.cos(a), k = i * Math.sin(a), s = t + p, o = e + k, l = 1 ^ b, _ = b ? a - h : h - a;
336
- if (i < 0) throw new Error("negative radius: " + i);
337
- this._x1 === null ? this._ += "M" + s + "," + o : (Math.abs(this._x1 - s) > F || Math.abs(this._y1 - o) > F) && (this._ += "L" + s + "," + o), i && (_ < 0 && (_ = _ % rt + rt), _ > Rt ? this._ += "A" + i + "," + i + ",0,1," + l + "," + (t - p) + "," + (e - k) + "A" + i + "," + i + ",0,1," + l + "," + (this._x1 = s) + "," + (this._y1 = o) : _ > F && (this._ += "A" + i + "," + i + ",0," + +(_ >= st) + "," + l + "," + (this._x1 = t + i * Math.cos(h)) + "," + (this._y1 = e + i * Math.sin(h))));
338
- },
339
- rect: function(t, e, i, a) {
340
- this._ += "M" + (this._x0 = this._x1 = +t) + "," + (this._y0 = this._y1 = +e) + "h" + +i + "v" + +a + "h" + -i + "Z";
341
- },
342
- toString: function() {
343
- return this._;
344
- }
345
- };
346
- function dt(t) {
347
- return function() {
348
- return t;
349
- };
350
- }
351
- function Vt(t) {
352
- return t[0];
353
- }
354
- function Ft(t) {
355
- return t[1];
356
- }
357
- var Wt = Array.prototype.slice;
358
- function Ut(t) {
359
- return t.source;
360
- }
361
- function Gt(t) {
362
- return t.target;
363
- }
364
- function Yt(t) {
365
- var e = Ut, i = Gt, a = Vt, h = Ft, b = null;
366
- function p() {
367
- var k, s = Wt.call(arguments), o = e.apply(this, s), l = i.apply(this, s);
368
- if (b || (b = k = kt()), t(b, +a.apply(this, (s[0] = o, s)), +h.apply(this, s), +a.apply(this, (s[0] = l, s)), +h.apply(this, s)), k) return b = null, k + "" || null;
369
- }
370
- return p.source = function(k) {
371
- return arguments.length ? (e = k, p) : e;
372
- }, p.target = function(k) {
373
- return arguments.length ? (i = k, p) : i;
374
- }, p.x = function(k) {
375
- return arguments.length ? (a = typeof k == "function" ? k : dt(+k), p) : a;
376
- }, p.y = function(k) {
377
- return arguments.length ? (h = typeof k == "function" ? k : dt(+k), p) : h;
378
- }, p.context = function(k) {
379
- return arguments.length ? (b = k ?? null, p) : b;
380
- }, p;
381
- }
382
- function qt(t, e, i, a, h) {
383
- t.moveTo(e, i), t.bezierCurveTo(e = (e + a) / 2, i, e, h, a, h);
384
- }
385
- function Ht() {
386
- return Yt(qt);
387
- }
388
- function Xt(t) {
389
- return [t.source.x1, t.y0];
390
- }
391
- function Qt(t) {
392
- return [t.target.x0, t.y1];
393
- }
394
- function Kt() {
395
- return Ht().source(Xt).target(Qt);
396
- }
397
- var at = (function() {
398
- var t = /* @__PURE__ */ g(function(k, s, o, l) {
399
- for (o = o || {}, l = k.length; l--; o[k[l]] = s) ;
400
- return o;
401
- }, "o"), e = [1, 9], i = [1, 10], a = [1, 5, 10, 12], h = {
402
- trace: /* @__PURE__ */ g(function() {
403
- }, "trace"),
404
- yy: {},
405
- symbols_: { error: 2, start: 3, SANKEY: 4, NEWLINE: 5, csv: 6, opt_eof: 7, record: 8, csv_tail: 9, EOF: 10, "field[source]": 11, COMMA: 12, "field[target]": 13, "field[value]": 14, field: 15, escaped: 16, non_escaped: 17, DQUOTE: 18, ESCAPED_TEXT: 19, NON_ESCAPED_TEXT: 20, $accept: 0, $end: 1 },
406
- terminals_: { 2: "error", 4: "SANKEY", 5: "NEWLINE", 10: "EOF", 11: "field[source]", 12: "COMMA", 13: "field[target]", 14: "field[value]", 18: "DQUOTE", 19: "ESCAPED_TEXT", 20: "NON_ESCAPED_TEXT" },
407
- productions_: [0, [3, 4], [6, 2], [9, 2], [9, 0], [7, 1], [7, 0], [8, 5], [15, 1], [15, 1], [16, 3], [17, 1]],
408
- performAction: /* @__PURE__ */ g(function(s, o, l, _, x, y, v) {
409
- var M = y.length - 1;
410
- switch (x) {
411
- case 7:
412
- const T = _.findOrCreateNode(y[M - 4].trim().replaceAll('""', '"')), N = _.findOrCreateNode(y[M - 2].trim().replaceAll('""', '"')), C = parseFloat(y[M].trim());
413
- _.addLink(T, N, C);
414
- break;
415
- case 8:
416
- case 9:
417
- case 11:
418
- this.$ = y[M];
419
- break;
420
- case 10:
421
- this.$ = y[M - 1];
422
- break;
423
- }
424
- }, "anonymous"),
425
- table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, { 5: [1, 3] }, { 6: 4, 8: 5, 15: 6, 16: 7, 17: 8, 18: e, 20: i }, { 1: [2, 6], 7: 11, 10: [1, 12] }, t(i, [2, 4], { 9: 13, 5: [1, 14] }), { 12: [1, 15] }, t(a, [2, 8]), t(a, [2, 9]), { 19: [1, 16] }, t(a, [2, 11]), { 1: [2, 1] }, { 1: [2, 5] }, t(i, [2, 2]), { 6: 17, 8: 5, 15: 6, 16: 7, 17: 8, 18: e, 20: i }, { 15: 18, 16: 7, 17: 8, 18: e, 20: i }, { 18: [1, 19] }, t(i, [2, 3]), { 12: [1, 20] }, t(a, [2, 10]), { 15: 21, 16: 7, 17: 8, 18: e, 20: i }, t([1, 5, 10], [2, 7])],
426
- defaultActions: { 11: [2, 1], 12: [2, 5] },
427
- parseError: /* @__PURE__ */ g(function(s, o) {
428
- if (o.recoverable)
429
- this.trace(s);
430
- else {
431
- var l = new Error(s);
432
- throw l.hash = o, l;
433
- }
434
- }, "parseError"),
435
- parse: /* @__PURE__ */ g(function(s) {
436
- var o = this, l = [0], _ = [], x = [null], y = [], v = this.table, M = "", T = 0, N = 0, C = 2, D = 1, R = y.slice.call(arguments, 1), S = Object.create(this.lexer), P = { yy: {} };
437
- for (var B in this.yy)
438
- Object.prototype.hasOwnProperty.call(this.yy, B) && (P.yy[B] = this.yy[B]);
439
- S.setInput(s, P.yy), P.yy.lexer = S, P.yy.parser = this, typeof S.yylloc > "u" && (S.yylloc = {});
440
- var O = S.yylloc;
441
- y.push(O);
442
- var z = S.options && S.options.ranges;
443
- typeof P.yy.parseError == "function" ? this.parseError = P.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
444
- function d(L) {
445
- l.length = l.length - 2 * L, x.length = x.length - L, y.length = y.length - L;
446
- }
447
- g(d, "popStack");
448
- function E() {
449
- var L;
450
- return L = _.pop() || S.lex() || D, typeof L != "number" && (L instanceof Array && (_ = L, L = _.pop()), L = o.symbols_[L] || L), L;
451
- }
452
- g(E, "lex");
453
- for (var A, $, I, n, f = {}, u, c, r, m; ; ) {
454
- if ($ = l[l.length - 1], this.defaultActions[$] ? I = this.defaultActions[$] : ((A === null || typeof A > "u") && (A = E()), I = v[$] && v[$][A]), typeof I > "u" || !I.length || !I[0]) {
455
- var w = "";
456
- m = [];
457
- for (u in v[$])
458
- this.terminals_[u] && u > C && m.push("'" + this.terminals_[u] + "'");
459
- S.showPosition ? w = "Parse error on line " + (T + 1) + `:
460
- ` + S.showPosition() + `
461
- Expecting ` + m.join(", ") + ", got '" + (this.terminals_[A] || A) + "'" : w = "Parse error on line " + (T + 1) + ": Unexpected " + (A == D ? "end of input" : "'" + (this.terminals_[A] || A) + "'"), this.parseError(w, {
462
- text: S.match,
463
- token: this.terminals_[A] || A,
464
- line: S.yylineno,
465
- loc: O,
466
- expected: m
467
- });
468
- }
469
- if (I[0] instanceof Array && I.length > 1)
470
- throw new Error("Parse Error: multiple actions possible at state: " + $ + ", token: " + A);
471
- switch (I[0]) {
472
- case 1:
473
- l.push(A), x.push(S.yytext), y.push(S.yylloc), l.push(I[1]), A = null, N = S.yyleng, M = S.yytext, T = S.yylineno, O = S.yylloc;
474
- break;
475
- case 2:
476
- if (c = this.productions_[I[1]][1], f.$ = x[x.length - c], f._$ = {
477
- first_line: y[y.length - (c || 1)].first_line,
478
- last_line: y[y.length - 1].last_line,
479
- first_column: y[y.length - (c || 1)].first_column,
480
- last_column: y[y.length - 1].last_column
481
- }, z && (f._$.range = [
482
- y[y.length - (c || 1)].range[0],
483
- y[y.length - 1].range[1]
484
- ]), n = this.performAction.apply(f, [
485
- M,
486
- N,
487
- T,
488
- P.yy,
489
- I[1],
490
- x,
491
- y
492
- ].concat(R)), typeof n < "u")
493
- return n;
494
- c && (l = l.slice(0, -1 * c * 2), x = x.slice(0, -1 * c), y = y.slice(0, -1 * c)), l.push(this.productions_[I[1]][0]), x.push(f.$), y.push(f._$), r = v[l[l.length - 2]][l[l.length - 1]], l.push(r);
495
- break;
496
- case 3:
497
- return !0;
498
- }
499
- }
500
- return !0;
501
- }, "parse")
502
- }, b = /* @__PURE__ */ (function() {
503
- var k = {
504
- EOF: 1,
505
- parseError: /* @__PURE__ */ g(function(o, l) {
506
- if (this.yy.parser)
507
- this.yy.parser.parseError(o, l);
508
- else
509
- throw new Error(o);
510
- }, "parseError"),
511
- // resets the lexer, sets new input
512
- setInput: /* @__PURE__ */ g(function(s, o) {
513
- return this.yy = o || this.yy || {}, this._input = s, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
514
- first_line: 1,
515
- first_column: 0,
516
- last_line: 1,
517
- last_column: 0
518
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
519
- }, "setInput"),
520
- // consumes and returns one char from the input
521
- input: /* @__PURE__ */ g(function() {
522
- var s = this._input[0];
523
- this.yytext += s, this.yyleng++, this.offset++, this.match += s, this.matched += s;
524
- var o = s.match(/(?:\r\n?|\n).*/g);
525
- return o ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), s;
526
- }, "input"),
527
- // unshifts one char (or a string) into the input
528
- unput: /* @__PURE__ */ g(function(s) {
529
- var o = s.length, l = s.split(/(?:\r\n?|\n)/g);
530
- this._input = s + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - o), this.offset -= o;
531
- var _ = this.match.split(/(?:\r\n?|\n)/g);
532
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), l.length - 1 && (this.yylineno -= l.length - 1);
533
- var x = this.yylloc.range;
534
- return this.yylloc = {
535
- first_line: this.yylloc.first_line,
536
- last_line: this.yylineno + 1,
537
- first_column: this.yylloc.first_column,
538
- last_column: l ? (l.length === _.length ? this.yylloc.first_column : 0) + _[_.length - l.length].length - l[0].length : this.yylloc.first_column - o
539
- }, this.options.ranges && (this.yylloc.range = [x[0], x[0] + this.yyleng - o]), this.yyleng = this.yytext.length, this;
540
- }, "unput"),
541
- // When called from action, caches matched text and appends it on next action
542
- more: /* @__PURE__ */ g(function() {
543
- return this._more = !0, this;
544
- }, "more"),
545
- // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
546
- reject: /* @__PURE__ */ g(function() {
547
- if (this.options.backtrack_lexer)
548
- this._backtrack = !0;
549
- else
550
- return 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).
551
- ` + this.showPosition(), {
552
- text: "",
553
- token: null,
554
- line: this.yylineno
555
- });
556
- return this;
557
- }, "reject"),
558
- // retain first n characters of the match
559
- less: /* @__PURE__ */ g(function(s) {
560
- this.unput(this.match.slice(s));
561
- }, "less"),
562
- // displays already matched input, i.e. for error messages
563
- pastInput: /* @__PURE__ */ g(function() {
564
- var s = this.matched.substr(0, this.matched.length - this.match.length);
565
- return (s.length > 20 ? "..." : "") + s.substr(-20).replace(/\n/g, "");
566
- }, "pastInput"),
567
- // displays upcoming input, i.e. for error messages
568
- upcomingInput: /* @__PURE__ */ g(function() {
569
- var s = this.match;
570
- return s.length < 20 && (s += this._input.substr(0, 20 - s.length)), (s.substr(0, 20) + (s.length > 20 ? "..." : "")).replace(/\n/g, "");
571
- }, "upcomingInput"),
572
- // displays the character position where the lexing error occurred, i.e. for error messages
573
- showPosition: /* @__PURE__ */ g(function() {
574
- var s = this.pastInput(), o = new Array(s.length + 1).join("-");
575
- return s + this.upcomingInput() + `
576
- ` + o + "^";
577
- }, "showPosition"),
578
- // test the lexed token: return FALSE when not a match, otherwise return token
579
- test_match: /* @__PURE__ */ g(function(s, o) {
580
- var l, _, x;
581
- if (this.options.backtrack_lexer && (x = {
582
- yylineno: this.yylineno,
583
- yylloc: {
584
- first_line: this.yylloc.first_line,
585
- last_line: this.last_line,
586
- first_column: this.yylloc.first_column,
587
- last_column: this.yylloc.last_column
588
- },
589
- yytext: this.yytext,
590
- match: this.match,
591
- matches: this.matches,
592
- matched: this.matched,
593
- yyleng: this.yyleng,
594
- offset: this.offset,
595
- _more: this._more,
596
- _input: this._input,
597
- yy: this.yy,
598
- conditionStack: this.conditionStack.slice(0),
599
- done: this.done
600
- }, this.options.ranges && (x.yylloc.range = this.yylloc.range.slice(0))), _ = s[0].match(/(?:\r\n?|\n).*/g), _ && (this.yylineno += _.length), this.yylloc = {
601
- first_line: this.yylloc.last_line,
602
- last_line: this.yylineno + 1,
603
- first_column: this.yylloc.last_column,
604
- last_column: _ ? _[_.length - 1].length - _[_.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + s[0].length
605
- }, this.yytext += s[0], this.match += s[0], this.matches = s, 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(s[0].length), this.matched += s[0], l = this.performAction.call(this, this.yy, this, o, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), l)
606
- return l;
607
- if (this._backtrack) {
608
- for (var y in x)
609
- this[y] = x[y];
610
- return !1;
611
- }
612
- return !1;
613
- }, "test_match"),
614
- // return next match in input
615
- next: /* @__PURE__ */ g(function() {
616
- if (this.done)
617
- return this.EOF;
618
- this._input || (this.done = !0);
619
- var s, o, l, _;
620
- this._more || (this.yytext = "", this.match = "");
621
- for (var x = this._currentRules(), y = 0; y < x.length; y++)
622
- if (l = this._input.match(this.rules[x[y]]), l && (!o || l[0].length > o[0].length)) {
623
- if (o = l, _ = y, this.options.backtrack_lexer) {
624
- if (s = this.test_match(l, x[y]), s !== !1)
625
- return s;
626
- if (this._backtrack) {
627
- o = !1;
628
- continue;
629
- } else
630
- return !1;
631
- } else if (!this.options.flex)
632
- break;
633
- }
634
- return o ? (s = this.test_match(o, x[_]), s !== !1 ? s : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
635
- ` + this.showPosition(), {
636
- text: "",
637
- token: null,
638
- line: this.yylineno
639
- });
640
- }, "next"),
641
- // return next match that has a token
642
- lex: /* @__PURE__ */ g(function() {
643
- var o = this.next();
644
- return o || this.lex();
645
- }, "lex"),
646
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
647
- begin: /* @__PURE__ */ g(function(o) {
648
- this.conditionStack.push(o);
649
- }, "begin"),
650
- // pop the previously active lexer condition state off the condition stack
651
- popState: /* @__PURE__ */ g(function() {
652
- var o = this.conditionStack.length - 1;
653
- return o > 0 ? this.conditionStack.pop() : this.conditionStack[0];
654
- }, "popState"),
655
- // produce the lexer rule set which is active for the currently active lexer condition state
656
- _currentRules: /* @__PURE__ */ g(function() {
657
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
658
- }, "_currentRules"),
659
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
660
- topState: /* @__PURE__ */ g(function(o) {
661
- return o = this.conditionStack.length - 1 - Math.abs(o || 0), o >= 0 ? this.conditionStack[o] : "INITIAL";
662
- }, "topState"),
663
- // alias for begin(condition)
664
- pushState: /* @__PURE__ */ g(function(o) {
665
- this.begin(o);
666
- }, "pushState"),
667
- // return the number of states currently on the stack
668
- stateStackSize: /* @__PURE__ */ g(function() {
669
- return this.conditionStack.length;
670
- }, "stateStackSize"),
671
- options: { "case-insensitive": !0 },
672
- performAction: /* @__PURE__ */ g(function(o, l, _, x) {
673
- switch (_) {
674
- case 0:
675
- return this.pushState("csv"), 4;
676
- case 1:
677
- return this.pushState("csv"), 4;
678
- case 2:
679
- return 10;
680
- case 3:
681
- return 5;
682
- case 4:
683
- return 12;
684
- case 5:
685
- return this.pushState("escaped_text"), 18;
686
- case 6:
687
- return 20;
688
- case 7:
689
- return this.popState("escaped_text"), 18;
690
- case 8:
691
- return 19;
692
- }
693
- }, "anonymous"),
694
- rules: [/^(?:sankey-beta\b)/i, /^(?:sankey\b)/i, /^(?:$)/i, /^(?:((\u000D\u000A)|(\u000A)))/i, /^(?:(\u002C))/i, /^(?:(\u0022))/i, /^(?:([\u0020-\u0021\u0023-\u002B\u002D-\u007E])*)/i, /^(?:(\u0022)(?!(\u0022)))/i, /^(?:(([\u0020-\u0021\u0023-\u002B\u002D-\u007E])|(\u002C)|(\u000D)|(\u000A)|(\u0022)(\u0022))*)/i],
695
- conditions: { csv: { rules: [2, 3, 4, 5, 6, 7, 8], inclusive: !1 }, escaped_text: { rules: [7, 8], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8], inclusive: !0 } }
696
- };
697
- return k;
698
- })();
699
- h.lexer = b;
700
- function p() {
701
- this.yy = {};
702
- }
703
- return g(p, "Parser"), p.prototype = h, h.Parser = p, new p();
704
- })();
705
- at.parser = at;
706
- var K = at, J = [], tt = [], Z = /* @__PURE__ */ new Map(), Zt = /* @__PURE__ */ g(() => {
707
- J = [], tt = [], Z = /* @__PURE__ */ new Map(), At();
708
- }, "clear"), W, Jt = (W = class {
709
- constructor(e, i, a = 0) {
710
- this.source = e, this.target = i, this.value = a;
711
- }
712
- }, g(W, "SankeyLink"), W), te = /* @__PURE__ */ g((t, e, i) => {
713
- J.push(new Jt(t, e, i));
714
- }, "addLink"), U, ee = (U = class {
715
- constructor(e) {
716
- this.ID = e;
717
- }
718
- }, g(U, "SankeyNode"), U), ne = /* @__PURE__ */ g((t) => {
719
- t = Tt.sanitizeText(t, lt());
720
- let e = Z.get(t);
721
- return e === void 0 && (e = new ee(t), Z.set(t, e), tt.push(e)), e;
722
- }, "findOrCreateNode"), ie = /* @__PURE__ */ g(() => tt, "getNodes"), se = /* @__PURE__ */ g(() => J, "getLinks"), re = /* @__PURE__ */ g(() => ({
723
- nodes: tt.map((t) => ({ id: t.ID })),
724
- links: J.map((t) => ({
725
- source: t.source.ID,
726
- target: t.target.ID,
727
- value: t.value
728
- }))
729
- }), "getGraph"), oe = {
730
- nodesMap: Z,
731
- getConfig: /* @__PURE__ */ g(() => lt().sankey, "getConfig"),
732
- getNodes: ie,
733
- getLinks: se,
734
- getGraph: re,
735
- addLink: te,
736
- findOrCreateNode: ne,
737
- getAccTitle: St,
738
- setAccTitle: wt,
739
- getAccDescription: bt,
740
- setAccDescription: vt,
741
- getDiagramTitle: xt,
742
- setDiagramTitle: _t,
743
- clear: Zt
744
- }, j, gt = (j = class {
745
- static next(e) {
746
- return new j(e + ++j.count);
747
- }
748
- constructor(e) {
749
- this.id = e, this.href = `#${e}`;
750
- }
751
- toString() {
752
- return "url(" + this.href + ")";
753
- }
754
- }, g(j, "Uid"), j.count = 0, j), ae = {
755
- left: Ct,
756
- right: Ot,
757
- center: zt,
758
- justify: mt
759
- }, le = /* @__PURE__ */ g(function(t, e, i, a) {
760
- const { securityLevel: h, sankey: b } = lt(), p = Lt.sankey;
761
- let k;
762
- h === "sandbox" && (k = H("#i" + e));
763
- const s = h === "sandbox" ? H(k.nodes()[0].contentDocument.body) : H("body"), o = h === "sandbox" ? s.select(`[id="${e}"]`) : H(`[id="${e}"]`), l = b?.width ?? p.width, _ = b?.height ?? p.width, x = b?.useMaxWidth ?? p.useMaxWidth, y = b?.nodeAlignment ?? p.nodeAlignment, v = b?.prefix ?? p.prefix, M = b?.suffix ?? p.suffix, T = b?.showValues ?? p.showValues, N = a.db.getGraph(), C = ae[y];
764
- Bt().nodeId((d) => d.id).nodeWidth(10).nodePadding(10 + (T ? 15 : 0)).nodeAlign(C).extent([
765
- [0, 0],
766
- [l, _]
767
- ])(N);
768
- const S = Mt(It);
769
- o.append("g").attr("class", "nodes").selectAll(".node").data(N.nodes).join("g").attr("class", "node").attr("id", (d) => (d.uid = gt.next("node-")).id).attr("transform", function(d) {
770
- return "translate(" + d.x0 + "," + d.y0 + ")";
771
- }).attr("x", (d) => d.x0).attr("y", (d) => d.y0).append("rect").attr("height", (d) => d.y1 - d.y0).attr("width", (d) => d.x1 - d.x0).attr("fill", (d) => S(d.id));
772
- const P = /* @__PURE__ */ g(({ id: d, value: E }) => T ? `${d}
773
- ${v}${Math.round(E * 100) / 100}${M}` : d, "getText");
774
- o.append("g").attr("class", "node-labels").attr("font-size", 14).selectAll("text").data(N.nodes).join("text").attr("x", (d) => d.x0 < l / 2 ? d.x1 + 6 : d.x0 - 6).attr("y", (d) => (d.y1 + d.y0) / 2).attr("dy", `${T ? "0" : "0.35"}em`).attr("text-anchor", (d) => d.x0 < l / 2 ? "start" : "end").text(P);
775
- const B = o.append("g").attr("class", "links").attr("fill", "none").attr("stroke-opacity", 0.5).selectAll(".link").data(N.links).join("g").attr("class", "link").style("mix-blend-mode", "multiply"), O = b?.linkColor ?? "gradient";
776
- if (O === "gradient") {
777
- const d = B.append("linearGradient").attr("id", (E) => (E.uid = gt.next("linearGradient-")).id).attr("gradientUnits", "userSpaceOnUse").attr("x1", (E) => E.source.x1).attr("x2", (E) => E.target.x0);
778
- d.append("stop").attr("offset", "0%").attr("stop-color", (E) => S(E.source.id)), d.append("stop").attr("offset", "100%").attr("stop-color", (E) => S(E.target.id));
779
- }
780
- let z;
781
- switch (O) {
782
- case "gradient":
783
- z = /* @__PURE__ */ g((d) => d.uid, "coloring");
784
- break;
785
- case "source":
786
- z = /* @__PURE__ */ g((d) => S(d.source.id), "coloring");
787
- break;
788
- case "target":
789
- z = /* @__PURE__ */ g((d) => S(d.target.id), "coloring");
790
- break;
791
- default:
792
- z = O;
793
- }
794
- B.append("path").attr("d", Kt()).attr("stroke", z).attr("stroke-width", (d) => Math.max(1, d.width)), Et(void 0, o, 0, x);
795
- }, "draw"), ce = {
796
- draw: le
797
- }, ue = /* @__PURE__ */ g((t) => t.replaceAll(/^[^\S\n\r]+|[^\S\n\r]+$/g, "").replaceAll(/([\n\r])+/g, `
798
- `).trim(), "prepareTextForParsing"), he = /* @__PURE__ */ g((t) => `.label {
799
- font-family: ${t.fontFamily};
800
- }`, "getStyles"), fe = he, ye = K.parse.bind(K);
801
- K.parse = (t) => ye(ue(t));
802
- var pe = {
803
- styles: fe,
804
- parser: K,
805
- db: oe,
806
- renderer: ce
807
- };
808
- export {
809
- pe as diagram
810
- };