@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,444 +0,0 @@
1
- import { _ as w, aw as F, ax as Y, ay as _, az as H, l as i, c as V, aA as z, aB as U, ai as $, an as q, aj as P, ah as K, aC as Q, aD as W, aE as Z } from "./mermaid.core-QjuzH7xx.js";
2
- import { l as I } from "./layout-7TCY8eA2.js";
3
- import { i as b } from "./_baseUniq-DTF1wuF6.js";
4
- import { c as L } from "./clone-CIIO71O9.js";
5
- import { m as B } from "./_basePickBy-hHD8tMGb.js";
6
- import { G as A } from "./graph-Dth4IhEK.js";
7
- function h(e) {
8
- var t = {
9
- options: {
10
- directed: e.isDirected(),
11
- multigraph: e.isMultigraph(),
12
- compound: e.isCompound()
13
- },
14
- nodes: ee(e),
15
- edges: ne(e)
16
- };
17
- return b(e.graph()) || (t.value = L(e.graph())), t;
18
- }
19
- function ee(e) {
20
- return B(e.nodes(), function(t) {
21
- var n = e.node(t), a = e.parent(t), r = { v: t };
22
- return b(n) || (r.value = n), b(a) || (r.parent = a), r;
23
- });
24
- }
25
- function ne(e) {
26
- return B(e.edges(), function(t) {
27
- var n = e.edge(t), a = { v: t.v, w: t.w };
28
- return b(t.name) || (a.name = t.name), b(n) || (a.value = n), a;
29
- });
30
- }
31
- var d = /* @__PURE__ */ new Map(), y = /* @__PURE__ */ new Map(), J = /* @__PURE__ */ new Map(), te = /* @__PURE__ */ w(() => {
32
- y.clear(), J.clear(), d.clear();
33
- }, "clear"), D = /* @__PURE__ */ w((e, t) => {
34
- const n = y.get(t) || [];
35
- return i.trace("In isDescendant", t, " ", e, " = ", n.includes(e)), n.includes(e);
36
- }, "isDescendant"), se = /* @__PURE__ */ w((e, t) => {
37
- const n = y.get(t) || [];
38
- return i.info("Descendants of ", t, " is ", n), i.info("Edge is ", e), e.v === t || e.w === t ? !1 : n ? n.includes(e.v) || D(e.v, t) || D(e.w, t) || n.includes(e.w) : (i.debug("Tilt, ", t, ",not in descendants"), !1);
39
- }, "edgeInCluster"), G = /* @__PURE__ */ w((e, t, n, a) => {
40
- i.warn(
41
- "Copying children of ",
42
- e,
43
- "root",
44
- a,
45
- "data",
46
- t.node(e),
47
- a
48
- );
49
- const r = t.children(e) || [];
50
- e !== a && r.push(e), i.warn("Copying (nodes) clusterId", e, "nodes", r), r.forEach((o) => {
51
- if (t.children(o).length > 0)
52
- G(o, t, n, a);
53
- else {
54
- const l = t.node(o);
55
- i.info("cp ", o, " to ", a, " with parent ", e), n.setNode(o, l), a !== t.parent(o) && (i.warn("Setting parent", o, t.parent(o)), n.setParent(o, t.parent(o))), e !== a && o !== e ? (i.debug("Setting parent", o, e), n.setParent(o, e)) : (i.info("In copy ", e, "root", a, "data", t.node(e), a), i.debug(
56
- "Not Setting parent for node=",
57
- o,
58
- "cluster!==rootId",
59
- e !== a,
60
- "node!==clusterId",
61
- o !== e
62
- ));
63
- const u = t.edges(o);
64
- i.debug("Copying Edges", u), u.forEach((c) => {
65
- i.info("Edge", c);
66
- const m = t.edge(c.v, c.w, c.name);
67
- i.info("Edge data", m, a);
68
- try {
69
- se(c, a) ? (i.info("Copying as ", c.v, c.w, m, c.name), n.setEdge(c.v, c.w, m, c.name), i.info("newGraph edges ", n.edges(), n.edge(n.edges()[0]))) : i.info(
70
- "Skipping copy of edge ",
71
- c.v,
72
- "-->",
73
- c.w,
74
- " rootId: ",
75
- a,
76
- " clusterId:",
77
- e
78
- );
79
- } catch (v) {
80
- i.error(v);
81
- }
82
- });
83
- }
84
- i.debug("Removing node", o), t.removeNode(o);
85
- });
86
- }, "copy"), R = /* @__PURE__ */ w((e, t) => {
87
- const n = t.children(e);
88
- let a = [...n];
89
- for (const r of n)
90
- J.set(r, e), a = [...a, ...R(r, t)];
91
- return a;
92
- }, "extractDescendants"), ie = /* @__PURE__ */ w((e, t, n) => {
93
- const a = e.edges().filter((c) => c.v === t || c.w === t), r = e.edges().filter((c) => c.v === n || c.w === n), o = a.map((c) => ({ v: c.v === t ? n : c.v, w: c.w === t ? t : c.w })), l = r.map((c) => ({ v: c.v, w: c.w }));
94
- return o.filter((c) => l.some((m) => c.v === m.v && c.w === m.w));
95
- }, "findCommonEdges"), C = /* @__PURE__ */ w((e, t, n) => {
96
- const a = t.children(e);
97
- if (i.trace("Searching children of id ", e, a), a.length < 1)
98
- return e;
99
- let r;
100
- for (const o of a) {
101
- const l = C(o, t, n), u = ie(t, n, l);
102
- if (l)
103
- if (u.length > 0)
104
- r = l;
105
- else
106
- return l;
107
- }
108
- return r;
109
- }, "findNonClusterChild"), k = /* @__PURE__ */ w((e) => !d.has(e) || !d.get(e).externalConnections ? e : d.has(e) ? d.get(e).id : e, "getAnchorId"), re = /* @__PURE__ */ w((e, t) => {
110
- if (!e || t > 10) {
111
- i.debug("Opting out, no graph ");
112
- return;
113
- } else
114
- i.debug("Opting in, graph ");
115
- e.nodes().forEach(function(n) {
116
- e.children(n).length > 0 && (i.warn(
117
- "Cluster identified",
118
- n,
119
- " Replacement id in edges: ",
120
- C(n, e, n)
121
- ), y.set(n, R(n, e)), d.set(n, { id: C(n, e, n), clusterData: e.node(n) }));
122
- }), e.nodes().forEach(function(n) {
123
- const a = e.children(n), r = e.edges();
124
- a.length > 0 ? (i.debug("Cluster identified", n, y), r.forEach((o) => {
125
- const l = D(o.v, n), u = D(o.w, n);
126
- l ^ u && (i.warn("Edge: ", o, " leaves cluster ", n), i.warn("Descendants of XXX ", n, ": ", y.get(n)), d.get(n).externalConnections = !0);
127
- })) : i.debug("Not a cluster ", n, y);
128
- });
129
- for (let n of d.keys()) {
130
- const a = d.get(n).id, r = e.parent(a);
131
- r !== n && d.has(r) && !d.get(r).externalConnections && (d.get(n).id = r);
132
- }
133
- e.edges().forEach(function(n) {
134
- const a = e.edge(n);
135
- i.warn("Edge " + n.v + " -> " + n.w + ": " + JSON.stringify(n)), i.warn("Edge " + n.v + " -> " + n.w + ": " + JSON.stringify(e.edge(n)));
136
- let r = n.v, o = n.w;
137
- if (i.warn(
138
- "Fix XXX",
139
- d,
140
- "ids:",
141
- n.v,
142
- n.w,
143
- "Translating: ",
144
- d.get(n.v),
145
- " --- ",
146
- d.get(n.w)
147
- ), d.get(n.v) || d.get(n.w)) {
148
- if (i.warn("Fixing and trying - removing XXX", n.v, n.w, n.name), r = k(n.v), o = k(n.w), e.removeEdge(n.v, n.w, n.name), r !== n.v) {
149
- const l = e.parent(r);
150
- d.get(l).externalConnections = !0, a.fromCluster = n.v;
151
- }
152
- if (o !== n.w) {
153
- const l = e.parent(o);
154
- d.get(l).externalConnections = !0, a.toCluster = n.w;
155
- }
156
- i.warn("Fix Replacing with XXX", r, o, n.name), e.setEdge(r, o, a, n.name);
157
- }
158
- }), i.warn("Adjusted Graph", h(e)), T(e, 0), i.trace(d);
159
- }, "adjustClustersAndEdges"), T = /* @__PURE__ */ w((e, t) => {
160
- if (i.warn("extractor - ", t, h(e), e.children("D")), t > 10) {
161
- i.error("Bailing out");
162
- return;
163
- }
164
- let n = e.nodes(), a = !1;
165
- for (const r of n) {
166
- const o = e.children(r);
167
- a = a || o.length > 0;
168
- }
169
- if (!a) {
170
- i.debug("Done, no node has children", e.nodes());
171
- return;
172
- }
173
- i.debug("Nodes = ", n, t);
174
- for (const r of n)
175
- if (i.debug(
176
- "Extracting node",
177
- r,
178
- d,
179
- d.has(r) && !d.get(r).externalConnections,
180
- !e.parent(r),
181
- e.node(r),
182
- e.children("D"),
183
- " Depth ",
184
- t
185
- ), !d.has(r))
186
- i.debug("Not a cluster", r, t);
187
- else if (!d.get(r).externalConnections && e.children(r) && e.children(r).length > 0) {
188
- i.warn(
189
- "Cluster without external connections, without a parent and with children",
190
- r,
191
- t
192
- );
193
- let l = e.graph().rankdir === "TB" ? "LR" : "TB";
194
- d.get(r)?.clusterData?.dir && (l = d.get(r).clusterData.dir, i.warn("Fixing dir", d.get(r).clusterData.dir, l));
195
- const u = new A({
196
- multigraph: !0,
197
- compound: !0
198
- }).setGraph({
199
- rankdir: l,
200
- nodesep: 50,
201
- ranksep: 50,
202
- marginx: 8,
203
- marginy: 8
204
- }).setDefaultEdgeLabel(function() {
205
- return {};
206
- });
207
- i.warn("Old graph before copy", h(e)), G(r, e, u, r), e.setNode(r, {
208
- clusterNode: !0,
209
- id: r,
210
- clusterData: d.get(r).clusterData,
211
- label: d.get(r).label,
212
- graph: u
213
- }), i.warn("New graph after copy node: (", r, ")", h(u)), i.debug("Old graph after copy", h(e));
214
- } else
215
- i.warn(
216
- "Cluster ** ",
217
- r,
218
- " **not meeting the criteria !externalConnections:",
219
- !d.get(r).externalConnections,
220
- " no parent: ",
221
- !e.parent(r),
222
- " children ",
223
- e.children(r) && e.children(r).length > 0,
224
- e.children("D"),
225
- t
226
- ), i.debug(d);
227
- n = e.nodes(), i.warn("New list of nodes", n);
228
- for (const r of n) {
229
- const o = e.node(r);
230
- i.warn(" Now next level", r, o), o?.clusterNode && T(o.graph, t + 1);
231
- }
232
- }, "extractor"), M = /* @__PURE__ */ w((e, t) => {
233
- if (t.length === 0)
234
- return [];
235
- let n = Object.assign([], t);
236
- return t.forEach((a) => {
237
- const r = e.children(a), o = M(e, r);
238
- n = [...n, ...o];
239
- }), n;
240
- }, "sorter"), oe = /* @__PURE__ */ w((e) => M(e, e.children()), "sortNodesByHierarchy"), j = /* @__PURE__ */ w(async (e, t, n, a, r, o) => {
241
- i.warn("Graph in recursive render:XAX", h(t), r);
242
- const l = t.graph().rankdir;
243
- i.trace("Dir in recursive render - dir:", l);
244
- const u = e.insert("g").attr("class", "root");
245
- t.nodes() ? i.info("Recursive render XXX", t.nodes()) : i.info("No nodes found for", t), t.edges().length > 0 && i.info("Recursive edges", t.edge(t.edges()[0]));
246
- const c = u.insert("g").attr("class", "clusters"), m = u.insert("g").attr("class", "edgePaths"), v = u.insert("g").attr("class", "edgeLabels"), X = u.insert("g").attr("class", "nodes");
247
- await Promise.all(
248
- t.nodes().map(async function(f) {
249
- const s = t.node(f);
250
- if (r !== void 0) {
251
- const g = JSON.parse(JSON.stringify(r.clusterData));
252
- i.trace(
253
- `Setting data for parent cluster XXX
254
- Node.id = `,
255
- f,
256
- `
257
- data=`,
258
- g.height,
259
- `
260
- Parent cluster`,
261
- r.height
262
- ), t.setNode(r.id, g), t.parent(f) || (i.trace("Setting parent", f, r.id), t.setParent(f, r.id, g));
263
- }
264
- if (i.info("(Insert) Node XXX" + f + ": " + JSON.stringify(t.node(f))), s?.clusterNode) {
265
- i.info("Cluster identified XBX", f, s.width, t.node(f));
266
- const { ranksep: g, nodesep: E } = t.graph();
267
- s.graph.setGraph({
268
- ...s.graph.graph(),
269
- ranksep: g + 25,
270
- nodesep: E
271
- });
272
- const N = await j(
273
- X,
274
- s.graph,
275
- n,
276
- a,
277
- t.node(f),
278
- o
279
- ), x = N.elem;
280
- z(s, x), s.diff = N.diff || 0, i.info(
281
- "New compound node after recursive render XAX",
282
- f,
283
- "width",
284
- // node,
285
- s.width,
286
- "height",
287
- s.height
288
- // node.x,
289
- // node.y
290
- ), U(x, s);
291
- } else
292
- t.children(f).length > 0 ? (i.trace(
293
- "Cluster - the non recursive path XBX",
294
- f,
295
- s.id,
296
- s,
297
- s.width,
298
- "Graph:",
299
- t
300
- ), i.trace(C(s.id, t)), d.set(s.id, { id: C(s.id, t), node: s })) : (i.trace("Node - the non recursive path XAX", f, X, t.node(f), l), await $(X, t.node(f), { config: o, dir: l }));
301
- })
302
- ), await (/* @__PURE__ */ w(async () => {
303
- const f = t.edges().map(async function(s) {
304
- const g = t.edge(s.v, s.w, s.name);
305
- i.info("Edge " + s.v + " -> " + s.w + ": " + JSON.stringify(s)), i.info("Edge " + s.v + " -> " + s.w + ": ", s, " ", JSON.stringify(t.edge(s))), i.info(
306
- "Fix",
307
- d,
308
- "ids:",
309
- s.v,
310
- s.w,
311
- "Translating: ",
312
- d.get(s.v),
313
- d.get(s.w)
314
- ), await Z(v, g);
315
- });
316
- await Promise.all(f);
317
- }, "processEdges"))(), i.info("Graph before layout:", JSON.stringify(h(t))), i.info("############################################# XXX"), i.info("### Layout ### XXX"), i.info("############################################# XXX"), I(t), i.info("Graph after layout:", JSON.stringify(h(t)));
318
- let O = 0, { subGraphTitleTotalMargin: S } = q(o);
319
- return await Promise.all(
320
- oe(t).map(async function(f) {
321
- const s = t.node(f);
322
- if (i.info(
323
- "Position XBX => " + f + ": (" + s.x,
324
- "," + s.y,
325
- ") width: ",
326
- s.width,
327
- " height: ",
328
- s.height
329
- ), s?.clusterNode)
330
- s.y += S, i.info(
331
- "A tainted cluster node XBX1",
332
- f,
333
- s.id,
334
- s.width,
335
- s.height,
336
- s.x,
337
- s.y,
338
- t.parent(f)
339
- ), d.get(s.id).node = s, P(s);
340
- else if (t.children(f).length > 0) {
341
- i.info(
342
- "A pure cluster node XBX1",
343
- f,
344
- s.id,
345
- s.x,
346
- s.y,
347
- s.width,
348
- s.height,
349
- t.parent(f)
350
- ), s.height += S, t.node(s.parentId);
351
- const g = s?.padding / 2 || 0, E = s?.labelBBox?.height || 0, N = E - g || 0;
352
- i.debug("OffsetY", N, "labelHeight", E, "halfPadding", g), await K(c, s), d.get(s.id).node = s;
353
- } else {
354
- const g = t.node(s.parentId);
355
- s.y += S / 2, i.info(
356
- "A regular node XBX1 - using the padding",
357
- s.id,
358
- "parent",
359
- s.parentId,
360
- s.width,
361
- s.height,
362
- s.x,
363
- s.y,
364
- "offsetY",
365
- s.offsetY,
366
- "parent",
367
- g,
368
- g?.offsetY,
369
- s
370
- ), P(s);
371
- }
372
- })
373
- ), t.edges().forEach(function(f) {
374
- const s = t.edge(f);
375
- i.info("Edge " + f.v + " -> " + f.w + ": " + JSON.stringify(s), s), s.points.forEach((x) => x.y += S / 2);
376
- const g = t.node(f.v);
377
- var E = t.node(f.w);
378
- const N = Q(m, s, d, n, g, E, a);
379
- W(s, N);
380
- }), t.nodes().forEach(function(f) {
381
- const s = t.node(f);
382
- i.info(f, s.type, s.diff), s.isGroup && (O = s.diff);
383
- }), i.warn("Returning from recursive render XAX", u, O), { elem: u, diff: O };
384
- }, "recursiveRender"), ge = /* @__PURE__ */ w(async (e, t) => {
385
- const n = new A({
386
- multigraph: !0,
387
- compound: !0
388
- }).setGraph({
389
- rankdir: e.direction,
390
- nodesep: e.config?.nodeSpacing || e.config?.flowchart?.nodeSpacing || e.nodeSpacing,
391
- ranksep: e.config?.rankSpacing || e.config?.flowchart?.rankSpacing || e.rankSpacing,
392
- marginx: 8,
393
- marginy: 8
394
- }).setDefaultEdgeLabel(function() {
395
- return {};
396
- }), a = t.select("g");
397
- F(a, e.markers, e.type, e.diagramId), Y(), _(), H(), te(), e.nodes.forEach((o) => {
398
- n.setNode(o.id, { ...o }), o.parentId && n.setParent(o.id, o.parentId);
399
- }), i.debug("Edges:", e.edges), e.edges.forEach((o) => {
400
- if (o.start === o.end) {
401
- const l = o.start, u = l + "---" + l + "---1", c = l + "---" + l + "---2", m = n.node(l);
402
- n.setNode(u, {
403
- domId: u,
404
- id: u,
405
- parentId: m.parentId,
406
- labelStyle: "",
407
- label: "",
408
- padding: 0,
409
- shape: "labelRect",
410
- // shape: 'rect',
411
- style: "",
412
- width: 10,
413
- height: 10
414
- }), n.setParent(u, m.parentId), n.setNode(c, {
415
- domId: c,
416
- id: c,
417
- parentId: m.parentId,
418
- labelStyle: "",
419
- padding: 0,
420
- // shape: 'rect',
421
- shape: "labelRect",
422
- label: "",
423
- style: "",
424
- width: 10,
425
- height: 10
426
- }), n.setParent(c, m.parentId);
427
- const v = structuredClone(o), X = structuredClone(o), p = structuredClone(o);
428
- v.label = "", v.arrowTypeEnd = "none", v.id = l + "-cyclic-special-1", X.arrowTypeStart = "none", X.arrowTypeEnd = "none", X.id = l + "-cyclic-special-mid", p.label = "", m.isGroup && (v.fromCluster = l, p.toCluster = l), p.id = l + "-cyclic-special-2", p.arrowTypeStart = "none", n.setEdge(l, u, v, l + "-cyclic-special-0"), n.setEdge(u, c, X, l + "-cyclic-special-1"), n.setEdge(c, l, p, l + "-cyc<lic-special-2");
429
- } else
430
- n.setEdge(o.start, o.end, { ...o }, o.id);
431
- }), i.warn("Graph at first:", JSON.stringify(h(n))), re(n), i.warn("Graph after XAX:", JSON.stringify(h(n)));
432
- const r = V();
433
- await j(
434
- a,
435
- n,
436
- e.type,
437
- e.diagramId,
438
- void 0,
439
- r
440
- );
441
- }, "render");
442
- export {
443
- ge as render
444
- };
@@ -1,171 +0,0 @@
1
- function H(n) {
2
- return Math.abs(n = Math.round(n)) >= 1e21 ? n.toLocaleString("en").replace(/,/g, "") : n.toString(10);
3
- }
4
- function j(n, t) {
5
- if ((e = (n = t ? n.toExponential(t - 1) : n.toExponential()).indexOf("e")) < 0) return null;
6
- var e, i = n.slice(0, e);
7
- return [
8
- i.length > 1 ? i[0] + i.slice(2) : i,
9
- +n.slice(e + 1)
10
- ];
11
- }
12
- function J(n) {
13
- return n = j(Math.abs(n)), n ? n[1] : NaN;
14
- }
15
- function K(n, t) {
16
- return function(e, i) {
17
- for (var o = e.length, f = [], c = 0, u = n[0], p = 0; o > 0 && u > 0 && (p + u + 1 > i && (u = Math.max(1, i - p)), f.push(e.substring(o -= u, o + u)), !((p += u + 1) > i)); )
18
- u = n[c = (c + 1) % n.length];
19
- return f.reverse().join(t);
20
- };
21
- }
22
- function Q(n) {
23
- return function(t) {
24
- return t.replace(/[0-9]/g, function(e) {
25
- return n[+e];
26
- });
27
- };
28
- }
29
- var V = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
30
- function N(n) {
31
- if (!(t = V.exec(n))) throw new Error("invalid format: " + n);
32
- var t;
33
- return new $({
34
- fill: t[1],
35
- align: t[2],
36
- sign: t[3],
37
- symbol: t[4],
38
- zero: t[5],
39
- width: t[6],
40
- comma: t[7],
41
- precision: t[8] && t[8].slice(1),
42
- trim: t[9],
43
- type: t[10]
44
- });
45
- }
46
- N.prototype = $.prototype;
47
- function $(n) {
48
- this.fill = n.fill === void 0 ? " " : n.fill + "", this.align = n.align === void 0 ? ">" : n.align + "", this.sign = n.sign === void 0 ? "-" : n.sign + "", this.symbol = n.symbol === void 0 ? "" : n.symbol + "", this.zero = !!n.zero, this.width = n.width === void 0 ? void 0 : +n.width, this.comma = !!n.comma, this.precision = n.precision === void 0 ? void 0 : +n.precision, this.trim = !!n.trim, this.type = n.type === void 0 ? "" : n.type + "";
49
- }
50
- $.prototype.toString = function() {
51
- return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
52
- };
53
- function W(n) {
54
- n: for (var t = n.length, e = 1, i = -1, o; e < t; ++e)
55
- switch (n[e]) {
56
- case ".":
57
- i = o = e;
58
- break;
59
- case "0":
60
- i === 0 && (i = e), o = e;
61
- break;
62
- default:
63
- if (!+n[e]) break n;
64
- i > 0 && (i = 0);
65
- break;
66
- }
67
- return i > 0 ? n.slice(0, i) + n.slice(o + 1) : n;
68
- }
69
- var U;
70
- function _(n, t) {
71
- var e = j(n, t);
72
- if (!e) return n + "";
73
- var i = e[0], o = e[1], f = o - (U = Math.max(-8, Math.min(8, Math.floor(o / 3))) * 3) + 1, c = i.length;
74
- return f === c ? i : f > c ? i + new Array(f - c + 1).join("0") : f > 0 ? i.slice(0, f) + "." + i.slice(f) : "0." + new Array(1 - f).join("0") + j(n, Math.max(0, t + f - 1))[0];
75
- }
76
- function G(n, t) {
77
- var e = j(n, t);
78
- if (!e) return n + "";
79
- var i = e[0], o = e[1];
80
- return o < 0 ? "0." + new Array(-o).join("0") + i : i.length > o + 1 ? i.slice(0, o + 1) + "." + i.slice(o + 1) : i + new Array(o - i.length + 2).join("0");
81
- }
82
- const I = {
83
- "%": (n, t) => (n * 100).toFixed(t),
84
- b: (n) => Math.round(n).toString(2),
85
- c: (n) => n + "",
86
- d: H,
87
- e: (n, t) => n.toExponential(t),
88
- f: (n, t) => n.toFixed(t),
89
- g: (n, t) => n.toPrecision(t),
90
- o: (n) => Math.round(n).toString(8),
91
- p: (n, t) => G(n * 100, t),
92
- r: G,
93
- s: _,
94
- X: (n) => Math.round(n).toString(16).toUpperCase(),
95
- x: (n) => Math.round(n).toString(16)
96
- };
97
- function X(n) {
98
- return n;
99
- }
100
- var O = Array.prototype.map, R = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
101
- function v(n) {
102
- var t = n.grouping === void 0 || n.thousands === void 0 ? X : K(O.call(n.grouping, Number), n.thousands + ""), e = n.currency === void 0 ? "" : n.currency[0] + "", i = n.currency === void 0 ? "" : n.currency[1] + "", o = n.decimal === void 0 ? "." : n.decimal + "", f = n.numerals === void 0 ? X : Q(O.call(n.numerals, String)), c = n.percent === void 0 ? "%" : n.percent + "", u = n.minus === void 0 ? "−" : n.minus + "", p = n.nan === void 0 ? "NaN" : n.nan + "";
103
- function F(a) {
104
- a = N(a);
105
- var x = a.fill, M = a.align, m = a.sign, w = a.symbol, l = a.zero, S = a.width, E = a.comma, g = a.precision, L = a.trim, d = a.type;
106
- d === "n" ? (E = !0, d = "g") : I[d] || (g === void 0 && (g = 12), L = !0, d = "g"), (l || x === "0" && M === "=") && (l = !0, x = "0", M = "=");
107
- var Z = w === "$" ? e : w === "#" && /[boxX]/.test(d) ? "0" + d.toLowerCase() : "", q = w === "$" ? i : /[%p]/.test(d) ? c : "", T = I[d], B = /[defgprs%]/.test(d);
108
- g = g === void 0 ? 6 : /[gprs]/.test(d) ? Math.max(1, Math.min(21, g)) : Math.max(0, Math.min(20, g));
109
- function C(r) {
110
- var y = Z, h = q, b, D, k;
111
- if (d === "c")
112
- h = T(r) + h, r = "";
113
- else {
114
- r = +r;
115
- var P = r < 0 || 1 / r < 0;
116
- if (r = isNaN(r) ? p : T(Math.abs(r), g), L && (r = W(r)), P && +r == 0 && m !== "+" && (P = !1), y = (P ? m === "(" ? m : u : m === "-" || m === "(" ? "" : m) + y, h = (d === "s" ? R[8 + U / 3] : "") + h + (P && m === "(" ? ")" : ""), B) {
117
- for (b = -1, D = r.length; ++b < D; )
118
- if (k = r.charCodeAt(b), 48 > k || k > 57) {
119
- h = (k === 46 ? o + r.slice(b + 1) : r.slice(b)) + h, r = r.slice(0, b);
120
- break;
121
- }
122
- }
123
- }
124
- E && !l && (r = t(r, 1 / 0));
125
- var z = y.length + r.length + h.length, s = z < S ? new Array(S - z + 1).join(x) : "";
126
- switch (E && l && (r = t(s + r, s.length ? S - h.length : 1 / 0), s = ""), M) {
127
- case "<":
128
- r = y + r + h + s;
129
- break;
130
- case "=":
131
- r = y + s + r + h;
132
- break;
133
- case "^":
134
- r = s.slice(0, z = s.length >> 1) + y + r + h + s.slice(z);
135
- break;
136
- default:
137
- r = s + y + r + h;
138
- break;
139
- }
140
- return f(r);
141
- }
142
- return C.toString = function() {
143
- return a + "";
144
- }, C;
145
- }
146
- function Y(a, x) {
147
- var M = F((a = N(a), a.type = "f", a)), m = Math.max(-8, Math.min(8, Math.floor(J(x) / 3))) * 3, w = Math.pow(10, -m), l = R[8 + m / 3];
148
- return function(S) {
149
- return M(w * S) + l;
150
- };
151
- }
152
- return {
153
- format: F,
154
- formatPrefix: Y
155
- };
156
- }
157
- var A, nn, tn;
158
- rn({
159
- thousands: ",",
160
- grouping: [3],
161
- currency: ["$", ""]
162
- });
163
- function rn(n) {
164
- return A = v(n), nn = A.format, tn = A.formatPrefix, A;
165
- }
166
- export {
167
- N as a,
168
- tn as b,
169
- J as e,
170
- nn as f
171
- };