@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,4662 +0,0 @@
1
- import { _ as dt, H as Ze, V as ke, l as Se, b as qe, a as Qe, p as Je, q as Ke, g as je, s as _e, y as tr, D as er, E as rr, F as ir, c as Ee, am as me, aI as pe, i as ar, d as nr, x as or, aJ as sr, aK as hr } from "./mermaid.core-QjuzH7xx.js";
2
- import { p as lr } from "./chunk-4BX2VUAB-TAxJli7C.js";
3
- import { p as fr } from "./mermaid-parser.core-CUQWpAMM.js";
4
- import { c as Fe } from "./cytoscape.esm-DfdJODL8.js";
5
- import { g as cr } from "./index-BOvT43H8.js";
6
- var he = { exports: {} }, le = { exports: {} }, fe = { exports: {} }, gr = fe.exports, we;
7
- function ur() {
8
- return we || (we = 1, (function(I, x) {
9
- (function(P, N) {
10
- I.exports = N();
11
- })(gr, function() {
12
- return (
13
- /******/
14
- (function(A) {
15
- var P = {};
16
- function N(u) {
17
- if (P[u])
18
- return P[u].exports;
19
- var h = P[u] = {
20
- /******/
21
- i: u,
22
- /******/
23
- l: !1,
24
- /******/
25
- exports: {}
26
- /******/
27
- };
28
- return A[u].call(h.exports, h, h.exports, N), h.l = !0, h.exports;
29
- }
30
- return N.m = A, N.c = P, N.i = function(u) {
31
- return u;
32
- }, N.d = function(u, h, a) {
33
- N.o(u, h) || Object.defineProperty(u, h, {
34
- /******/
35
- configurable: !1,
36
- /******/
37
- enumerable: !0,
38
- /******/
39
- get: a
40
- /******/
41
- });
42
- }, N.n = function(u) {
43
- var h = u && u.__esModule ? (
44
- /******/
45
- function() {
46
- return u.default;
47
- }
48
- ) : (
49
- /******/
50
- function() {
51
- return u;
52
- }
53
- );
54
- return N.d(h, "a", h), h;
55
- }, N.o = function(u, h) {
56
- return Object.prototype.hasOwnProperty.call(u, h);
57
- }, N.p = "", N(N.s = 28);
58
- })([
59
- /* 0 */
60
- /***/
61
- (function(A, P, N) {
62
- function u() {
63
- }
64
- u.QUALITY = 1, u.DEFAULT_CREATE_BENDS_AS_NEEDED = !1, u.DEFAULT_INCREMENTAL = !1, u.DEFAULT_ANIMATION_ON_LAYOUT = !0, u.DEFAULT_ANIMATION_DURING_LAYOUT = !1, u.DEFAULT_ANIMATION_PERIOD = 50, u.DEFAULT_UNIFORM_LEAF_NODE_SIZES = !1, u.DEFAULT_GRAPH_MARGIN = 15, u.NODE_DIMENSIONS_INCLUDE_LABELS = !1, u.SIMPLE_NODE_SIZE = 40, u.SIMPLE_NODE_HALF_SIZE = u.SIMPLE_NODE_SIZE / 2, u.EMPTY_COMPOUND_NODE_SIZE = 40, u.MIN_EDGE_LENGTH = 1, u.WORLD_BOUNDARY = 1e6, u.INITIAL_WORLD_BOUNDARY = u.WORLD_BOUNDARY / 1e3, u.WORLD_CENTER_X = 1200, u.WORLD_CENTER_Y = 900, A.exports = u;
65
- }),
66
- /* 1 */
67
- /***/
68
- (function(A, P, N) {
69
- var u = N(2), h = N(8), a = N(9);
70
- function e(l, i, g) {
71
- u.call(this, g), this.isOverlapingSourceAndTarget = !1, this.vGraphObject = g, this.bendpoints = [], this.source = l, this.target = i;
72
- }
73
- e.prototype = Object.create(u.prototype);
74
- for (var r in u)
75
- e[r] = u[r];
76
- e.prototype.getSource = function() {
77
- return this.source;
78
- }, e.prototype.getTarget = function() {
79
- return this.target;
80
- }, e.prototype.isInterGraph = function() {
81
- return this.isInterGraph;
82
- }, e.prototype.getLength = function() {
83
- return this.length;
84
- }, e.prototype.isOverlapingSourceAndTarget = function() {
85
- return this.isOverlapingSourceAndTarget;
86
- }, e.prototype.getBendpoints = function() {
87
- return this.bendpoints;
88
- }, e.prototype.getLca = function() {
89
- return this.lca;
90
- }, e.prototype.getSourceInLca = function() {
91
- return this.sourceInLca;
92
- }, e.prototype.getTargetInLca = function() {
93
- return this.targetInLca;
94
- }, e.prototype.getOtherEnd = function(l) {
95
- if (this.source === l)
96
- return this.target;
97
- if (this.target === l)
98
- return this.source;
99
- throw "Node is not incident with this edge";
100
- }, e.prototype.getOtherEndInGraph = function(l, i) {
101
- for (var g = this.getOtherEnd(l), t = i.getGraphManager().getRoot(); ; ) {
102
- if (g.getOwner() == i)
103
- return g;
104
- if (g.getOwner() == t)
105
- break;
106
- g = g.getOwner().getParent();
107
- }
108
- return null;
109
- }, e.prototype.updateLength = function() {
110
- var l = new Array(4);
111
- this.isOverlapingSourceAndTarget = h.getIntersection(this.target.getRect(), this.source.getRect(), l), this.isOverlapingSourceAndTarget || (this.lengthX = l[0] - l[2], this.lengthY = l[1] - l[3], Math.abs(this.lengthX) < 1 && (this.lengthX = a.sign(this.lengthX)), Math.abs(this.lengthY) < 1 && (this.lengthY = a.sign(this.lengthY)), this.length = Math.sqrt(this.lengthX * this.lengthX + this.lengthY * this.lengthY));
112
- }, e.prototype.updateLengthSimple = function() {
113
- this.lengthX = this.target.getCenterX() - this.source.getCenterX(), this.lengthY = this.target.getCenterY() - this.source.getCenterY(), Math.abs(this.lengthX) < 1 && (this.lengthX = a.sign(this.lengthX)), Math.abs(this.lengthY) < 1 && (this.lengthY = a.sign(this.lengthY)), this.length = Math.sqrt(this.lengthX * this.lengthX + this.lengthY * this.lengthY);
114
- }, A.exports = e;
115
- }),
116
- /* 2 */
117
- /***/
118
- (function(A, P, N) {
119
- function u(h) {
120
- this.vGraphObject = h;
121
- }
122
- A.exports = u;
123
- }),
124
- /* 3 */
125
- /***/
126
- (function(A, P, N) {
127
- var u = N(2), h = N(10), a = N(13), e = N(0), r = N(16), l = N(5);
128
- function i(t, o, s, c) {
129
- s == null && c == null && (c = o), u.call(this, c), t.graphManager != null && (t = t.graphManager), this.estimatedSize = h.MIN_VALUE, this.inclusionTreeDepth = h.MAX_VALUE, this.vGraphObject = c, this.edges = [], this.graphManager = t, s != null && o != null ? this.rect = new a(o.x, o.y, s.width, s.height) : this.rect = new a();
130
- }
131
- i.prototype = Object.create(u.prototype);
132
- for (var g in u)
133
- i[g] = u[g];
134
- i.prototype.getEdges = function() {
135
- return this.edges;
136
- }, i.prototype.getChild = function() {
137
- return this.child;
138
- }, i.prototype.getOwner = function() {
139
- return this.owner;
140
- }, i.prototype.getWidth = function() {
141
- return this.rect.width;
142
- }, i.prototype.setWidth = function(t) {
143
- this.rect.width = t;
144
- }, i.prototype.getHeight = function() {
145
- return this.rect.height;
146
- }, i.prototype.setHeight = function(t) {
147
- this.rect.height = t;
148
- }, i.prototype.getCenterX = function() {
149
- return this.rect.x + this.rect.width / 2;
150
- }, i.prototype.getCenterY = function() {
151
- return this.rect.y + this.rect.height / 2;
152
- }, i.prototype.getCenter = function() {
153
- return new l(this.rect.x + this.rect.width / 2, this.rect.y + this.rect.height / 2);
154
- }, i.prototype.getLocation = function() {
155
- return new l(this.rect.x, this.rect.y);
156
- }, i.prototype.getRect = function() {
157
- return this.rect;
158
- }, i.prototype.getDiagonal = function() {
159
- return Math.sqrt(this.rect.width * this.rect.width + this.rect.height * this.rect.height);
160
- }, i.prototype.getHalfTheDiagonal = function() {
161
- return Math.sqrt(this.rect.height * this.rect.height + this.rect.width * this.rect.width) / 2;
162
- }, i.prototype.setRect = function(t, o) {
163
- this.rect.x = t.x, this.rect.y = t.y, this.rect.width = o.width, this.rect.height = o.height;
164
- }, i.prototype.setCenter = function(t, o) {
165
- this.rect.x = t - this.rect.width / 2, this.rect.y = o - this.rect.height / 2;
166
- }, i.prototype.setLocation = function(t, o) {
167
- this.rect.x = t, this.rect.y = o;
168
- }, i.prototype.moveBy = function(t, o) {
169
- this.rect.x += t, this.rect.y += o;
170
- }, i.prototype.getEdgeListToNode = function(t) {
171
- var o = [], s = this;
172
- return s.edges.forEach(function(c) {
173
- if (c.target == t) {
174
- if (c.source != s) throw "Incorrect edge source!";
175
- o.push(c);
176
- }
177
- }), o;
178
- }, i.prototype.getEdgesBetween = function(t) {
179
- var o = [], s = this;
180
- return s.edges.forEach(function(c) {
181
- if (!(c.source == s || c.target == s)) throw "Incorrect edge source and/or target";
182
- (c.target == t || c.source == t) && o.push(c);
183
- }), o;
184
- }, i.prototype.getNeighborsList = function() {
185
- var t = /* @__PURE__ */ new Set(), o = this;
186
- return o.edges.forEach(function(s) {
187
- if (s.source == o)
188
- t.add(s.target);
189
- else {
190
- if (s.target != o)
191
- throw "Incorrect incidency!";
192
- t.add(s.source);
193
- }
194
- }), t;
195
- }, i.prototype.withChildren = function() {
196
- var t = /* @__PURE__ */ new Set(), o, s;
197
- if (t.add(this), this.child != null)
198
- for (var c = this.child.getNodes(), f = 0; f < c.length; f++)
199
- o = c[f], s = o.withChildren(), s.forEach(function(T) {
200
- t.add(T);
201
- });
202
- return t;
203
- }, i.prototype.getNoOfChildren = function() {
204
- var t = 0, o;
205
- if (this.child == null)
206
- t = 1;
207
- else
208
- for (var s = this.child.getNodes(), c = 0; c < s.length; c++)
209
- o = s[c], t += o.getNoOfChildren();
210
- return t == 0 && (t = 1), t;
211
- }, i.prototype.getEstimatedSize = function() {
212
- if (this.estimatedSize == h.MIN_VALUE)
213
- throw "assert failed";
214
- return this.estimatedSize;
215
- }, i.prototype.calcEstimatedSize = function() {
216
- return this.child == null ? this.estimatedSize = (this.rect.width + this.rect.height) / 2 : (this.estimatedSize = this.child.calcEstimatedSize(), this.rect.width = this.estimatedSize, this.rect.height = this.estimatedSize, this.estimatedSize);
217
- }, i.prototype.scatter = function() {
218
- var t, o, s = -e.INITIAL_WORLD_BOUNDARY, c = e.INITIAL_WORLD_BOUNDARY;
219
- t = e.WORLD_CENTER_X + r.nextDouble() * (c - s) + s;
220
- var f = -e.INITIAL_WORLD_BOUNDARY, T = e.INITIAL_WORLD_BOUNDARY;
221
- o = e.WORLD_CENTER_Y + r.nextDouble() * (T - f) + f, this.rect.x = t, this.rect.y = o;
222
- }, i.prototype.updateBounds = function() {
223
- if (this.getChild() == null)
224
- throw "assert failed";
225
- if (this.getChild().getNodes().length != 0) {
226
- var t = this.getChild();
227
- if (t.updateBounds(!0), this.rect.x = t.getLeft(), this.rect.y = t.getTop(), this.setWidth(t.getRight() - t.getLeft()), this.setHeight(t.getBottom() - t.getTop()), e.NODE_DIMENSIONS_INCLUDE_LABELS) {
228
- var o = t.getRight() - t.getLeft(), s = t.getBottom() - t.getTop();
229
- this.labelWidth && (this.labelPosHorizontal == "left" ? (this.rect.x -= this.labelWidth, this.setWidth(o + this.labelWidth)) : this.labelPosHorizontal == "center" && this.labelWidth > o ? (this.rect.x -= (this.labelWidth - o) / 2, this.setWidth(this.labelWidth)) : this.labelPosHorizontal == "right" && this.setWidth(o + this.labelWidth)), this.labelHeight && (this.labelPosVertical == "top" ? (this.rect.y -= this.labelHeight, this.setHeight(s + this.labelHeight)) : this.labelPosVertical == "center" && this.labelHeight > s ? (this.rect.y -= (this.labelHeight - s) / 2, this.setHeight(this.labelHeight)) : this.labelPosVertical == "bottom" && this.setHeight(s + this.labelHeight));
230
- }
231
- }
232
- }, i.prototype.getInclusionTreeDepth = function() {
233
- if (this.inclusionTreeDepth == h.MAX_VALUE)
234
- throw "assert failed";
235
- return this.inclusionTreeDepth;
236
- }, i.prototype.transform = function(t) {
237
- var o = this.rect.x;
238
- o > e.WORLD_BOUNDARY ? o = e.WORLD_BOUNDARY : o < -e.WORLD_BOUNDARY && (o = -e.WORLD_BOUNDARY);
239
- var s = this.rect.y;
240
- s > e.WORLD_BOUNDARY ? s = e.WORLD_BOUNDARY : s < -e.WORLD_BOUNDARY && (s = -e.WORLD_BOUNDARY);
241
- var c = new l(o, s), f = t.inverseTransformPoint(c);
242
- this.setLocation(f.x, f.y);
243
- }, i.prototype.getLeft = function() {
244
- return this.rect.x;
245
- }, i.prototype.getRight = function() {
246
- return this.rect.x + this.rect.width;
247
- }, i.prototype.getTop = function() {
248
- return this.rect.y;
249
- }, i.prototype.getBottom = function() {
250
- return this.rect.y + this.rect.height;
251
- }, i.prototype.getParent = function() {
252
- return this.owner == null ? null : this.owner.getParent();
253
- }, A.exports = i;
254
- }),
255
- /* 4 */
256
- /***/
257
- (function(A, P, N) {
258
- var u = N(0);
259
- function h() {
260
- }
261
- for (var a in u)
262
- h[a] = u[a];
263
- h.MAX_ITERATIONS = 2500, h.DEFAULT_EDGE_LENGTH = 50, h.DEFAULT_SPRING_STRENGTH = 0.45, h.DEFAULT_REPULSION_STRENGTH = 4500, h.DEFAULT_GRAVITY_STRENGTH = 0.4, h.DEFAULT_COMPOUND_GRAVITY_STRENGTH = 1, h.DEFAULT_GRAVITY_RANGE_FACTOR = 3.8, h.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR = 1.5, h.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION = !0, h.DEFAULT_USE_SMART_REPULSION_RANGE_CALCULATION = !0, h.DEFAULT_COOLING_FACTOR_INCREMENTAL = 0.3, h.COOLING_ADAPTATION_FACTOR = 0.33, h.ADAPTATION_LOWER_NODE_LIMIT = 1e3, h.ADAPTATION_UPPER_NODE_LIMIT = 5e3, h.MAX_NODE_DISPLACEMENT_INCREMENTAL = 100, h.MAX_NODE_DISPLACEMENT = h.MAX_NODE_DISPLACEMENT_INCREMENTAL * 3, h.MIN_REPULSION_DIST = h.DEFAULT_EDGE_LENGTH / 10, h.CONVERGENCE_CHECK_PERIOD = 100, h.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR = 0.1, h.MIN_EDGE_LENGTH = 1, h.GRID_CALCULATION_CHECK_PERIOD = 10, A.exports = h;
264
- }),
265
- /* 5 */
266
- /***/
267
- (function(A, P, N) {
268
- function u(h, a) {
269
- h == null && a == null ? (this.x = 0, this.y = 0) : (this.x = h, this.y = a);
270
- }
271
- u.prototype.getX = function() {
272
- return this.x;
273
- }, u.prototype.getY = function() {
274
- return this.y;
275
- }, u.prototype.setX = function(h) {
276
- this.x = h;
277
- }, u.prototype.setY = function(h) {
278
- this.y = h;
279
- }, u.prototype.getDifference = function(h) {
280
- return new DimensionD(this.x - h.x, this.y - h.y);
281
- }, u.prototype.getCopy = function() {
282
- return new u(this.x, this.y);
283
- }, u.prototype.translate = function(h) {
284
- return this.x += h.width, this.y += h.height, this;
285
- }, A.exports = u;
286
- }),
287
- /* 6 */
288
- /***/
289
- (function(A, P, N) {
290
- var u = N(2), h = N(10), a = N(0), e = N(7), r = N(3), l = N(1), i = N(13), g = N(12), t = N(11);
291
- function o(c, f, T) {
292
- u.call(this, T), this.estimatedSize = h.MIN_VALUE, this.margin = a.DEFAULT_GRAPH_MARGIN, this.edges = [], this.nodes = [], this.isConnected = !1, this.parent = c, f != null && f instanceof e ? this.graphManager = f : f != null && f instanceof Layout && (this.graphManager = f.graphManager);
293
- }
294
- o.prototype = Object.create(u.prototype);
295
- for (var s in u)
296
- o[s] = u[s];
297
- o.prototype.getNodes = function() {
298
- return this.nodes;
299
- }, o.prototype.getEdges = function() {
300
- return this.edges;
301
- }, o.prototype.getGraphManager = function() {
302
- return this.graphManager;
303
- }, o.prototype.getParent = function() {
304
- return this.parent;
305
- }, o.prototype.getLeft = function() {
306
- return this.left;
307
- }, o.prototype.getRight = function() {
308
- return this.right;
309
- }, o.prototype.getTop = function() {
310
- return this.top;
311
- }, o.prototype.getBottom = function() {
312
- return this.bottom;
313
- }, o.prototype.isConnected = function() {
314
- return this.isConnected;
315
- }, o.prototype.add = function(c, f, T) {
316
- if (f == null && T == null) {
317
- var d = c;
318
- if (this.graphManager == null)
319
- throw "Graph has no graph mgr!";
320
- if (this.getNodes().indexOf(d) > -1)
321
- throw "Node already in graph!";
322
- return d.owner = this, this.getNodes().push(d), d;
323
- } else {
324
- var v = c;
325
- if (!(this.getNodes().indexOf(f) > -1 && this.getNodes().indexOf(T) > -1))
326
- throw "Source or target not in graph!";
327
- if (!(f.owner == T.owner && f.owner == this))
328
- throw "Both owners must be this graph!";
329
- return f.owner != T.owner ? null : (v.source = f, v.target = T, v.isInterGraph = !1, this.getEdges().push(v), f.edges.push(v), T != f && T.edges.push(v), v);
330
- }
331
- }, o.prototype.remove = function(c) {
332
- var f = c;
333
- if (c instanceof r) {
334
- if (f == null)
335
- throw "Node is null!";
336
- if (!(f.owner != null && f.owner == this))
337
- throw "Owner graph is invalid!";
338
- if (this.graphManager == null)
339
- throw "Owner graph manager is invalid!";
340
- for (var T = f.edges.slice(), d, v = T.length, L = 0; L < v; L++)
341
- d = T[L], d.isInterGraph ? this.graphManager.remove(d) : d.source.owner.remove(d);
342
- var b = this.nodes.indexOf(f);
343
- if (b == -1)
344
- throw "Node not in owner node list!";
345
- this.nodes.splice(b, 1);
346
- } else if (c instanceof l) {
347
- var d = c;
348
- if (d == null)
349
- throw "Edge is null!";
350
- if (!(d.source != null && d.target != null))
351
- throw "Source and/or target is null!";
352
- if (!(d.source.owner != null && d.target.owner != null && d.source.owner == this && d.target.owner == this))
353
- throw "Source and/or target owner is invalid!";
354
- var C = d.source.edges.indexOf(d), G = d.target.edges.indexOf(d);
355
- if (!(C > -1 && G > -1))
356
- throw "Source and/or target doesn't know this edge!";
357
- d.source.edges.splice(C, 1), d.target != d.source && d.target.edges.splice(G, 1);
358
- var b = d.source.owner.getEdges().indexOf(d);
359
- if (b == -1)
360
- throw "Not in owner's edge list!";
361
- d.source.owner.getEdges().splice(b, 1);
362
- }
363
- }, o.prototype.updateLeftTop = function() {
364
- for (var c = h.MAX_VALUE, f = h.MAX_VALUE, T, d, v, L = this.getNodes(), b = L.length, C = 0; C < b; C++) {
365
- var G = L[C];
366
- T = G.getTop(), d = G.getLeft(), c > T && (c = T), f > d && (f = d);
367
- }
368
- return c == h.MAX_VALUE ? null : (L[0].getParent().paddingLeft != null ? v = L[0].getParent().paddingLeft : v = this.margin, this.left = f - v, this.top = c - v, new g(this.left, this.top));
369
- }, o.prototype.updateBounds = function(c) {
370
- for (var f = h.MAX_VALUE, T = -h.MAX_VALUE, d = h.MAX_VALUE, v = -h.MAX_VALUE, L, b, C, G, k, Y = this.nodes, K = Y.length, O = 0; O < K; O++) {
371
- var it = Y[O];
372
- c && it.child != null && it.updateBounds(), L = it.getLeft(), b = it.getRight(), C = it.getTop(), G = it.getBottom(), f > L && (f = L), T < b && (T = b), d > C && (d = C), v < G && (v = G);
373
- }
374
- var n = new i(f, d, T - f, v - d);
375
- f == h.MAX_VALUE && (this.left = this.parent.getLeft(), this.right = this.parent.getRight(), this.top = this.parent.getTop(), this.bottom = this.parent.getBottom()), Y[0].getParent().paddingLeft != null ? k = Y[0].getParent().paddingLeft : k = this.margin, this.left = n.x - k, this.right = n.x + n.width + k, this.top = n.y - k, this.bottom = n.y + n.height + k;
376
- }, o.calculateBounds = function(c) {
377
- for (var f = h.MAX_VALUE, T = -h.MAX_VALUE, d = h.MAX_VALUE, v = -h.MAX_VALUE, L, b, C, G, k = c.length, Y = 0; Y < k; Y++) {
378
- var K = c[Y];
379
- L = K.getLeft(), b = K.getRight(), C = K.getTop(), G = K.getBottom(), f > L && (f = L), T < b && (T = b), d > C && (d = C), v < G && (v = G);
380
- }
381
- var O = new i(f, d, T - f, v - d);
382
- return O;
383
- }, o.prototype.getInclusionTreeDepth = function() {
384
- return this == this.graphManager.getRoot() ? 1 : this.parent.getInclusionTreeDepth();
385
- }, o.prototype.getEstimatedSize = function() {
386
- if (this.estimatedSize == h.MIN_VALUE)
387
- throw "assert failed";
388
- return this.estimatedSize;
389
- }, o.prototype.calcEstimatedSize = function() {
390
- for (var c = 0, f = this.nodes, T = f.length, d = 0; d < T; d++) {
391
- var v = f[d];
392
- c += v.calcEstimatedSize();
393
- }
394
- return c == 0 ? this.estimatedSize = a.EMPTY_COMPOUND_NODE_SIZE : this.estimatedSize = c / Math.sqrt(this.nodes.length), this.estimatedSize;
395
- }, o.prototype.updateConnected = function() {
396
- var c = this;
397
- if (this.nodes.length == 0) {
398
- this.isConnected = !0;
399
- return;
400
- }
401
- var f = new t(), T = /* @__PURE__ */ new Set(), d = this.nodes[0], v, L, b = d.withChildren();
402
- for (b.forEach(function(O) {
403
- f.push(O), T.add(O);
404
- }); f.length !== 0; ) {
405
- d = f.shift(), v = d.getEdges();
406
- for (var C = v.length, G = 0; G < C; G++) {
407
- var k = v[G];
408
- if (L = k.getOtherEndInGraph(d, this), L != null && !T.has(L)) {
409
- var Y = L.withChildren();
410
- Y.forEach(function(O) {
411
- f.push(O), T.add(O);
412
- });
413
- }
414
- }
415
- }
416
- if (this.isConnected = !1, T.size >= this.nodes.length) {
417
- var K = 0;
418
- T.forEach(function(O) {
419
- O.owner == c && K++;
420
- }), K == this.nodes.length && (this.isConnected = !0);
421
- }
422
- }, A.exports = o;
423
- }),
424
- /* 7 */
425
- /***/
426
- (function(A, P, N) {
427
- var u, h = N(1);
428
- function a(e) {
429
- u = N(6), this.layout = e, this.graphs = [], this.edges = [];
430
- }
431
- a.prototype.addRoot = function() {
432
- var e = this.layout.newGraph(), r = this.layout.newNode(null), l = this.add(e, r);
433
- return this.setRootGraph(l), this.rootGraph;
434
- }, a.prototype.add = function(e, r, l, i, g) {
435
- if (l == null && i == null && g == null) {
436
- if (e == null)
437
- throw "Graph is null!";
438
- if (r == null)
439
- throw "Parent node is null!";
440
- if (this.graphs.indexOf(e) > -1)
441
- throw "Graph already in this graph mgr!";
442
- if (this.graphs.push(e), e.parent != null)
443
- throw "Already has a parent!";
444
- if (r.child != null)
445
- throw "Already has a child!";
446
- return e.parent = r, r.child = e, e;
447
- } else {
448
- g = l, i = r, l = e;
449
- var t = i.getOwner(), o = g.getOwner();
450
- if (!(t != null && t.getGraphManager() == this))
451
- throw "Source not in this graph mgr!";
452
- if (!(o != null && o.getGraphManager() == this))
453
- throw "Target not in this graph mgr!";
454
- if (t == o)
455
- return l.isInterGraph = !1, t.add(l, i, g);
456
- if (l.isInterGraph = !0, l.source = i, l.target = g, this.edges.indexOf(l) > -1)
457
- throw "Edge already in inter-graph edge list!";
458
- if (this.edges.push(l), !(l.source != null && l.target != null))
459
- throw "Edge source and/or target is null!";
460
- if (!(l.source.edges.indexOf(l) == -1 && l.target.edges.indexOf(l) == -1))
461
- throw "Edge already in source and/or target incidency list!";
462
- return l.source.edges.push(l), l.target.edges.push(l), l;
463
- }
464
- }, a.prototype.remove = function(e) {
465
- if (e instanceof u) {
466
- var r = e;
467
- if (r.getGraphManager() != this)
468
- throw "Graph not in this graph mgr";
469
- if (!(r == this.rootGraph || r.parent != null && r.parent.graphManager == this))
470
- throw "Invalid parent node!";
471
- var l = [];
472
- l = l.concat(r.getEdges());
473
- for (var i, g = l.length, t = 0; t < g; t++)
474
- i = l[t], r.remove(i);
475
- var o = [];
476
- o = o.concat(r.getNodes());
477
- var s;
478
- g = o.length;
479
- for (var t = 0; t < g; t++)
480
- s = o[t], r.remove(s);
481
- r == this.rootGraph && this.setRootGraph(null);
482
- var c = this.graphs.indexOf(r);
483
- this.graphs.splice(c, 1), r.parent = null;
484
- } else if (e instanceof h) {
485
- if (i = e, i == null)
486
- throw "Edge is null!";
487
- if (!i.isInterGraph)
488
- throw "Not an inter-graph edge!";
489
- if (!(i.source != null && i.target != null))
490
- throw "Source and/or target is null!";
491
- if (!(i.source.edges.indexOf(i) != -1 && i.target.edges.indexOf(i) != -1))
492
- throw "Source and/or target doesn't know this edge!";
493
- var c = i.source.edges.indexOf(i);
494
- if (i.source.edges.splice(c, 1), c = i.target.edges.indexOf(i), i.target.edges.splice(c, 1), !(i.source.owner != null && i.source.owner.getGraphManager() != null))
495
- throw "Edge owner graph or owner graph manager is null!";
496
- if (i.source.owner.getGraphManager().edges.indexOf(i) == -1)
497
- throw "Not in owner graph manager's edge list!";
498
- var c = i.source.owner.getGraphManager().edges.indexOf(i);
499
- i.source.owner.getGraphManager().edges.splice(c, 1);
500
- }
501
- }, a.prototype.updateBounds = function() {
502
- this.rootGraph.updateBounds(!0);
503
- }, a.prototype.getGraphs = function() {
504
- return this.graphs;
505
- }, a.prototype.getAllNodes = function() {
506
- if (this.allNodes == null) {
507
- for (var e = [], r = this.getGraphs(), l = r.length, i = 0; i < l; i++)
508
- e = e.concat(r[i].getNodes());
509
- this.allNodes = e;
510
- }
511
- return this.allNodes;
512
- }, a.prototype.resetAllNodes = function() {
513
- this.allNodes = null;
514
- }, a.prototype.resetAllEdges = function() {
515
- this.allEdges = null;
516
- }, a.prototype.resetAllNodesToApplyGravitation = function() {
517
- this.allNodesToApplyGravitation = null;
518
- }, a.prototype.getAllEdges = function() {
519
- if (this.allEdges == null) {
520
- var e = [], r = this.getGraphs();
521
- r.length;
522
- for (var l = 0; l < r.length; l++)
523
- e = e.concat(r[l].getEdges());
524
- e = e.concat(this.edges), this.allEdges = e;
525
- }
526
- return this.allEdges;
527
- }, a.prototype.getAllNodesToApplyGravitation = function() {
528
- return this.allNodesToApplyGravitation;
529
- }, a.prototype.setAllNodesToApplyGravitation = function(e) {
530
- if (this.allNodesToApplyGravitation != null)
531
- throw "assert failed";
532
- this.allNodesToApplyGravitation = e;
533
- }, a.prototype.getRoot = function() {
534
- return this.rootGraph;
535
- }, a.prototype.setRootGraph = function(e) {
536
- if (e.getGraphManager() != this)
537
- throw "Root not in this graph mgr!";
538
- this.rootGraph = e, e.parent == null && (e.parent = this.layout.newNode("Root node"));
539
- }, a.prototype.getLayout = function() {
540
- return this.layout;
541
- }, a.prototype.isOneAncestorOfOther = function(e, r) {
542
- if (!(e != null && r != null))
543
- throw "assert failed";
544
- if (e == r)
545
- return !0;
546
- var l = e.getOwner(), i;
547
- do {
548
- if (i = l.getParent(), i == null)
549
- break;
550
- if (i == r)
551
- return !0;
552
- if (l = i.getOwner(), l == null)
553
- break;
554
- } while (!0);
555
- l = r.getOwner();
556
- do {
557
- if (i = l.getParent(), i == null)
558
- break;
559
- if (i == e)
560
- return !0;
561
- if (l = i.getOwner(), l == null)
562
- break;
563
- } while (!0);
564
- return !1;
565
- }, a.prototype.calcLowestCommonAncestors = function() {
566
- for (var e, r, l, i, g, t = this.getAllEdges(), o = t.length, s = 0; s < o; s++) {
567
- if (e = t[s], r = e.source, l = e.target, e.lca = null, e.sourceInLca = r, e.targetInLca = l, r == l) {
568
- e.lca = r.getOwner();
569
- continue;
570
- }
571
- for (i = r.getOwner(); e.lca == null; ) {
572
- for (e.targetInLca = l, g = l.getOwner(); e.lca == null; ) {
573
- if (g == i) {
574
- e.lca = g;
575
- break;
576
- }
577
- if (g == this.rootGraph)
578
- break;
579
- if (e.lca != null)
580
- throw "assert failed";
581
- e.targetInLca = g.getParent(), g = e.targetInLca.getOwner();
582
- }
583
- if (i == this.rootGraph)
584
- break;
585
- e.lca == null && (e.sourceInLca = i.getParent(), i = e.sourceInLca.getOwner());
586
- }
587
- if (e.lca == null)
588
- throw "assert failed";
589
- }
590
- }, a.prototype.calcLowestCommonAncestor = function(e, r) {
591
- if (e == r)
592
- return e.getOwner();
593
- var l = e.getOwner();
594
- do {
595
- if (l == null)
596
- break;
597
- var i = r.getOwner();
598
- do {
599
- if (i == null)
600
- break;
601
- if (i == l)
602
- return i;
603
- i = i.getParent().getOwner();
604
- } while (!0);
605
- l = l.getParent().getOwner();
606
- } while (!0);
607
- return l;
608
- }, a.prototype.calcInclusionTreeDepths = function(e, r) {
609
- e == null && r == null && (e = this.rootGraph, r = 1);
610
- for (var l, i = e.getNodes(), g = i.length, t = 0; t < g; t++)
611
- l = i[t], l.inclusionTreeDepth = r, l.child != null && this.calcInclusionTreeDepths(l.child, r + 1);
612
- }, a.prototype.includesInvalidEdge = function() {
613
- for (var e, r = [], l = this.edges.length, i = 0; i < l; i++)
614
- e = this.edges[i], this.isOneAncestorOfOther(e.source, e.target) && r.push(e);
615
- for (var i = 0; i < r.length; i++)
616
- this.remove(r[i]);
617
- return !1;
618
- }, A.exports = a;
619
- }),
620
- /* 8 */
621
- /***/
622
- (function(A, P, N) {
623
- var u = N(12);
624
- function h() {
625
- }
626
- h.calcSeparationAmount = function(a, e, r, l) {
627
- if (!a.intersects(e))
628
- throw "assert failed";
629
- var i = new Array(2);
630
- this.decideDirectionsForOverlappingNodes(a, e, i), r[0] = Math.min(a.getRight(), e.getRight()) - Math.max(a.x, e.x), r[1] = Math.min(a.getBottom(), e.getBottom()) - Math.max(a.y, e.y), a.getX() <= e.getX() && a.getRight() >= e.getRight() ? r[0] += Math.min(e.getX() - a.getX(), a.getRight() - e.getRight()) : e.getX() <= a.getX() && e.getRight() >= a.getRight() && (r[0] += Math.min(a.getX() - e.getX(), e.getRight() - a.getRight())), a.getY() <= e.getY() && a.getBottom() >= e.getBottom() ? r[1] += Math.min(e.getY() - a.getY(), a.getBottom() - e.getBottom()) : e.getY() <= a.getY() && e.getBottom() >= a.getBottom() && (r[1] += Math.min(a.getY() - e.getY(), e.getBottom() - a.getBottom()));
631
- var g = Math.abs((e.getCenterY() - a.getCenterY()) / (e.getCenterX() - a.getCenterX()));
632
- e.getCenterY() === a.getCenterY() && e.getCenterX() === a.getCenterX() && (g = 1);
633
- var t = g * r[0], o = r[1] / g;
634
- r[0] < o ? o = r[0] : t = r[1], r[0] = -1 * i[0] * (o / 2 + l), r[1] = -1 * i[1] * (t / 2 + l);
635
- }, h.decideDirectionsForOverlappingNodes = function(a, e, r) {
636
- a.getCenterX() < e.getCenterX() ? r[0] = -1 : r[0] = 1, a.getCenterY() < e.getCenterY() ? r[1] = -1 : r[1] = 1;
637
- }, h.getIntersection2 = function(a, e, r) {
638
- var l = a.getCenterX(), i = a.getCenterY(), g = e.getCenterX(), t = e.getCenterY();
639
- if (a.intersects(e))
640
- return r[0] = l, r[1] = i, r[2] = g, r[3] = t, !0;
641
- var o = a.getX(), s = a.getY(), c = a.getRight(), f = a.getX(), T = a.getBottom(), d = a.getRight(), v = a.getWidthHalf(), L = a.getHeightHalf(), b = e.getX(), C = e.getY(), G = e.getRight(), k = e.getX(), Y = e.getBottom(), K = e.getRight(), O = e.getWidthHalf(), it = e.getHeightHalf(), n = !1, m = !1;
642
- if (l === g) {
643
- if (i > t)
644
- return r[0] = l, r[1] = s, r[2] = g, r[3] = Y, !1;
645
- if (i < t)
646
- return r[0] = l, r[1] = T, r[2] = g, r[3] = C, !1;
647
- } else if (i === t) {
648
- if (l > g)
649
- return r[0] = o, r[1] = i, r[2] = G, r[3] = t, !1;
650
- if (l < g)
651
- return r[0] = c, r[1] = i, r[2] = b, r[3] = t, !1;
652
- } else {
653
- var p = a.height / a.width, E = e.height / e.width, y = (t - i) / (g - l), R = void 0, M = void 0, S = void 0, W = void 0, D = void 0, q = void 0;
654
- if (-p === y ? l > g ? (r[0] = f, r[1] = T, n = !0) : (r[0] = c, r[1] = s, n = !0) : p === y && (l > g ? (r[0] = o, r[1] = s, n = !0) : (r[0] = d, r[1] = T, n = !0)), -E === y ? g > l ? (r[2] = k, r[3] = Y, m = !0) : (r[2] = G, r[3] = C, m = !0) : E === y && (g > l ? (r[2] = b, r[3] = C, m = !0) : (r[2] = K, r[3] = Y, m = !0)), n && m)
655
- return !1;
656
- if (l > g ? i > t ? (R = this.getCardinalDirection(p, y, 4), M = this.getCardinalDirection(E, y, 2)) : (R = this.getCardinalDirection(-p, y, 3), M = this.getCardinalDirection(-E, y, 1)) : i > t ? (R = this.getCardinalDirection(-p, y, 1), M = this.getCardinalDirection(-E, y, 3)) : (R = this.getCardinalDirection(p, y, 2), M = this.getCardinalDirection(E, y, 4)), !n)
657
- switch (R) {
658
- case 1:
659
- W = s, S = l + -L / y, r[0] = S, r[1] = W;
660
- break;
661
- case 2:
662
- S = d, W = i + v * y, r[0] = S, r[1] = W;
663
- break;
664
- case 3:
665
- W = T, S = l + L / y, r[0] = S, r[1] = W;
666
- break;
667
- case 4:
668
- S = f, W = i + -v * y, r[0] = S, r[1] = W;
669
- break;
670
- }
671
- if (!m)
672
- switch (M) {
673
- case 1:
674
- q = C, D = g + -it / y, r[2] = D, r[3] = q;
675
- break;
676
- case 2:
677
- D = K, q = t + O * y, r[2] = D, r[3] = q;
678
- break;
679
- case 3:
680
- q = Y, D = g + it / y, r[2] = D, r[3] = q;
681
- break;
682
- case 4:
683
- D = k, q = t + -O * y, r[2] = D, r[3] = q;
684
- break;
685
- }
686
- }
687
- return !1;
688
- }, h.getCardinalDirection = function(a, e, r) {
689
- return a > e ? r : 1 + r % 4;
690
- }, h.getIntersection = function(a, e, r, l) {
691
- if (l == null)
692
- return this.getIntersection2(a, e, r);
693
- var i = a.x, g = a.y, t = e.x, o = e.y, s = r.x, c = r.y, f = l.x, T = l.y, d = void 0, v = void 0, L = void 0, b = void 0, C = void 0, G = void 0, k = void 0, Y = void 0, K = void 0;
694
- return L = o - g, C = i - t, k = t * g - i * o, b = T - c, G = s - f, Y = f * c - s * T, K = L * G - b * C, K === 0 ? null : (d = (C * Y - G * k) / K, v = (b * k - L * Y) / K, new u(d, v));
695
- }, h.angleOfVector = function(a, e, r, l) {
696
- var i = void 0;
697
- return a !== r ? (i = Math.atan((l - e) / (r - a)), r < a ? i += Math.PI : l < e && (i += this.TWO_PI)) : l < e ? i = this.ONE_AND_HALF_PI : i = this.HALF_PI, i;
698
- }, h.doIntersect = function(a, e, r, l) {
699
- var i = a.x, g = a.y, t = e.x, o = e.y, s = r.x, c = r.y, f = l.x, T = l.y, d = (t - i) * (T - c) - (f - s) * (o - g);
700
- if (d === 0)
701
- return !1;
702
- var v = ((T - c) * (f - i) + (s - f) * (T - g)) / d, L = ((g - o) * (f - i) + (t - i) * (T - g)) / d;
703
- return 0 < v && v < 1 && 0 < L && L < 1;
704
- }, h.findCircleLineIntersections = function(a, e, r, l, i, g, t) {
705
- var o = (r - a) * (r - a) + (l - e) * (l - e), s = 2 * ((a - i) * (r - a) + (e - g) * (l - e)), c = (a - i) * (a - i) + (e - g) * (e - g) - t * t, f = s * s - 4 * o * c;
706
- if (f >= 0) {
707
- var T = (-s + Math.sqrt(s * s - 4 * o * c)) / (2 * o), d = (-s - Math.sqrt(s * s - 4 * o * c)) / (2 * o), v = null;
708
- return T >= 0 && T <= 1 ? [T] : d >= 0 && d <= 1 ? [d] : v;
709
- } else return null;
710
- }, h.HALF_PI = 0.5 * Math.PI, h.ONE_AND_HALF_PI = 1.5 * Math.PI, h.TWO_PI = 2 * Math.PI, h.THREE_PI = 3 * Math.PI, A.exports = h;
711
- }),
712
- /* 9 */
713
- /***/
714
- (function(A, P, N) {
715
- function u() {
716
- }
717
- u.sign = function(h) {
718
- return h > 0 ? 1 : h < 0 ? -1 : 0;
719
- }, u.floor = function(h) {
720
- return h < 0 ? Math.ceil(h) : Math.floor(h);
721
- }, u.ceil = function(h) {
722
- return h < 0 ? Math.floor(h) : Math.ceil(h);
723
- }, A.exports = u;
724
- }),
725
- /* 10 */
726
- /***/
727
- (function(A, P, N) {
728
- function u() {
729
- }
730
- u.MAX_VALUE = 2147483647, u.MIN_VALUE = -2147483648, A.exports = u;
731
- }),
732
- /* 11 */
733
- /***/
734
- (function(A, P, N) {
735
- var u = /* @__PURE__ */ (function() {
736
- function i(g, t) {
737
- for (var o = 0; o < t.length; o++) {
738
- var s = t[o];
739
- s.enumerable = s.enumerable || !1, s.configurable = !0, "value" in s && (s.writable = !0), Object.defineProperty(g, s.key, s);
740
- }
741
- }
742
- return function(g, t, o) {
743
- return t && i(g.prototype, t), o && i(g, o), g;
744
- };
745
- })();
746
- function h(i, g) {
747
- if (!(i instanceof g))
748
- throw new TypeError("Cannot call a class as a function");
749
- }
750
- var a = function(g) {
751
- return { value: g, next: null, prev: null };
752
- }, e = function(g, t, o, s) {
753
- return g !== null ? g.next = t : s.head = t, o !== null ? o.prev = t : s.tail = t, t.prev = g, t.next = o, s.length++, t;
754
- }, r = function(g, t) {
755
- var o = g.prev, s = g.next;
756
- return o !== null ? o.next = s : t.head = s, s !== null ? s.prev = o : t.tail = o, g.prev = g.next = null, t.length--, g;
757
- }, l = (function() {
758
- function i(g) {
759
- var t = this;
760
- h(this, i), this.length = 0, this.head = null, this.tail = null, g?.forEach(function(o) {
761
- return t.push(o);
762
- });
763
- }
764
- return u(i, [{
765
- key: "size",
766
- value: function() {
767
- return this.length;
768
- }
769
- }, {
770
- key: "insertBefore",
771
- value: function(t, o) {
772
- return e(o.prev, a(t), o, this);
773
- }
774
- }, {
775
- key: "insertAfter",
776
- value: function(t, o) {
777
- return e(o, a(t), o.next, this);
778
- }
779
- }, {
780
- key: "insertNodeBefore",
781
- value: function(t, o) {
782
- return e(o.prev, t, o, this);
783
- }
784
- }, {
785
- key: "insertNodeAfter",
786
- value: function(t, o) {
787
- return e(o, t, o.next, this);
788
- }
789
- }, {
790
- key: "push",
791
- value: function(t) {
792
- return e(this.tail, a(t), null, this);
793
- }
794
- }, {
795
- key: "unshift",
796
- value: function(t) {
797
- return e(null, a(t), this.head, this);
798
- }
799
- }, {
800
- key: "remove",
801
- value: function(t) {
802
- return r(t, this);
803
- }
804
- }, {
805
- key: "pop",
806
- value: function() {
807
- return r(this.tail, this).value;
808
- }
809
- }, {
810
- key: "popNode",
811
- value: function() {
812
- return r(this.tail, this);
813
- }
814
- }, {
815
- key: "shift",
816
- value: function() {
817
- return r(this.head, this).value;
818
- }
819
- }, {
820
- key: "shiftNode",
821
- value: function() {
822
- return r(this.head, this);
823
- }
824
- }, {
825
- key: "get_object_at",
826
- value: function(t) {
827
- if (t <= this.length()) {
828
- for (var o = 1, s = this.head; o < t; )
829
- s = s.next, o++;
830
- return s.value;
831
- }
832
- }
833
- }, {
834
- key: "set_object_at",
835
- value: function(t, o) {
836
- if (t <= this.length()) {
837
- for (var s = 1, c = this.head; s < t; )
838
- c = c.next, s++;
839
- c.value = o;
840
- }
841
- }
842
- }]), i;
843
- })();
844
- A.exports = l;
845
- }),
846
- /* 12 */
847
- /***/
848
- (function(A, P, N) {
849
- function u(h, a, e) {
850
- this.x = null, this.y = null, h == null && a == null && e == null ? (this.x = 0, this.y = 0) : typeof h == "number" && typeof a == "number" && e == null ? (this.x = h, this.y = a) : h.constructor.name == "Point" && a == null && e == null && (e = h, this.x = e.x, this.y = e.y);
851
- }
852
- u.prototype.getX = function() {
853
- return this.x;
854
- }, u.prototype.getY = function() {
855
- return this.y;
856
- }, u.prototype.getLocation = function() {
857
- return new u(this.x, this.y);
858
- }, u.prototype.setLocation = function(h, a, e) {
859
- h.constructor.name == "Point" && a == null && e == null ? (e = h, this.setLocation(e.x, e.y)) : typeof h == "number" && typeof a == "number" && e == null && (parseInt(h) == h && parseInt(a) == a ? this.move(h, a) : (this.x = Math.floor(h + 0.5), this.y = Math.floor(a + 0.5)));
860
- }, u.prototype.move = function(h, a) {
861
- this.x = h, this.y = a;
862
- }, u.prototype.translate = function(h, a) {
863
- this.x += h, this.y += a;
864
- }, u.prototype.equals = function(h) {
865
- if (h.constructor.name == "Point") {
866
- var a = h;
867
- return this.x == a.x && this.y == a.y;
868
- }
869
- return this == h;
870
- }, u.prototype.toString = function() {
871
- return new u().constructor.name + "[x=" + this.x + ",y=" + this.y + "]";
872
- }, A.exports = u;
873
- }),
874
- /* 13 */
875
- /***/
876
- (function(A, P, N) {
877
- function u(h, a, e, r) {
878
- this.x = 0, this.y = 0, this.width = 0, this.height = 0, h != null && a != null && e != null && r != null && (this.x = h, this.y = a, this.width = e, this.height = r);
879
- }
880
- u.prototype.getX = function() {
881
- return this.x;
882
- }, u.prototype.setX = function(h) {
883
- this.x = h;
884
- }, u.prototype.getY = function() {
885
- return this.y;
886
- }, u.prototype.setY = function(h) {
887
- this.y = h;
888
- }, u.prototype.getWidth = function() {
889
- return this.width;
890
- }, u.prototype.setWidth = function(h) {
891
- this.width = h;
892
- }, u.prototype.getHeight = function() {
893
- return this.height;
894
- }, u.prototype.setHeight = function(h) {
895
- this.height = h;
896
- }, u.prototype.getRight = function() {
897
- return this.x + this.width;
898
- }, u.prototype.getBottom = function() {
899
- return this.y + this.height;
900
- }, u.prototype.intersects = function(h) {
901
- return !(this.getRight() < h.x || this.getBottom() < h.y || h.getRight() < this.x || h.getBottom() < this.y);
902
- }, u.prototype.getCenterX = function() {
903
- return this.x + this.width / 2;
904
- }, u.prototype.getMinX = function() {
905
- return this.getX();
906
- }, u.prototype.getMaxX = function() {
907
- return this.getX() + this.width;
908
- }, u.prototype.getCenterY = function() {
909
- return this.y + this.height / 2;
910
- }, u.prototype.getMinY = function() {
911
- return this.getY();
912
- }, u.prototype.getMaxY = function() {
913
- return this.getY() + this.height;
914
- }, u.prototype.getWidthHalf = function() {
915
- return this.width / 2;
916
- }, u.prototype.getHeightHalf = function() {
917
- return this.height / 2;
918
- }, A.exports = u;
919
- }),
920
- /* 14 */
921
- /***/
922
- (function(A, P, N) {
923
- var u = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
924
- return typeof a;
925
- } : function(a) {
926
- return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a;
927
- };
928
- function h() {
929
- }
930
- h.lastID = 0, h.createID = function(a) {
931
- return h.isPrimitive(a) ? a : (a.uniqueID != null || (a.uniqueID = h.getString(), h.lastID++), a.uniqueID);
932
- }, h.getString = function(a) {
933
- return a == null && (a = h.lastID), "Object#" + a;
934
- }, h.isPrimitive = function(a) {
935
- var e = typeof a > "u" ? "undefined" : u(a);
936
- return a == null || e != "object" && e != "function";
937
- }, A.exports = h;
938
- }),
939
- /* 15 */
940
- /***/
941
- (function(A, P, N) {
942
- function u(s) {
943
- if (Array.isArray(s)) {
944
- for (var c = 0, f = Array(s.length); c < s.length; c++)
945
- f[c] = s[c];
946
- return f;
947
- } else
948
- return Array.from(s);
949
- }
950
- var h = N(0), a = N(7), e = N(3), r = N(1), l = N(6), i = N(5), g = N(17), t = N(29);
951
- function o(s) {
952
- t.call(this), this.layoutQuality = h.QUALITY, this.createBendsAsNeeded = h.DEFAULT_CREATE_BENDS_AS_NEEDED, this.incremental = h.DEFAULT_INCREMENTAL, this.animationOnLayout = h.DEFAULT_ANIMATION_ON_LAYOUT, this.animationDuringLayout = h.DEFAULT_ANIMATION_DURING_LAYOUT, this.animationPeriod = h.DEFAULT_ANIMATION_PERIOD, this.uniformLeafNodeSizes = h.DEFAULT_UNIFORM_LEAF_NODE_SIZES, this.edgeToDummyNodes = /* @__PURE__ */ new Map(), this.graphManager = new a(this), this.isLayoutFinished = !1, this.isSubLayout = !1, this.isRemoteUse = !1, s != null && (this.isRemoteUse = s);
953
- }
954
- o.RANDOM_SEED = 1, o.prototype = Object.create(t.prototype), o.prototype.getGraphManager = function() {
955
- return this.graphManager;
956
- }, o.prototype.getAllNodes = function() {
957
- return this.graphManager.getAllNodes();
958
- }, o.prototype.getAllEdges = function() {
959
- return this.graphManager.getAllEdges();
960
- }, o.prototype.getAllNodesToApplyGravitation = function() {
961
- return this.graphManager.getAllNodesToApplyGravitation();
962
- }, o.prototype.newGraphManager = function() {
963
- var s = new a(this);
964
- return this.graphManager = s, s;
965
- }, o.prototype.newGraph = function(s) {
966
- return new l(null, this.graphManager, s);
967
- }, o.prototype.newNode = function(s) {
968
- return new e(this.graphManager, s);
969
- }, o.prototype.newEdge = function(s) {
970
- return new r(null, null, s);
971
- }, o.prototype.checkLayoutSuccess = function() {
972
- return this.graphManager.getRoot() == null || this.graphManager.getRoot().getNodes().length == 0 || this.graphManager.includesInvalidEdge();
973
- }, o.prototype.runLayout = function() {
974
- this.isLayoutFinished = !1, this.tilingPreLayout && this.tilingPreLayout(), this.initParameters();
975
- var s;
976
- return this.checkLayoutSuccess() ? s = !1 : s = this.layout(), h.ANIMATE === "during" ? !1 : (s && (this.isSubLayout || this.doPostLayout()), this.tilingPostLayout && this.tilingPostLayout(), this.isLayoutFinished = !0, s);
977
- }, o.prototype.doPostLayout = function() {
978
- this.incremental || this.transform(), this.update();
979
- }, o.prototype.update2 = function() {
980
- if (this.createBendsAsNeeded && (this.createBendpointsFromDummyNodes(), this.graphManager.resetAllEdges()), !this.isRemoteUse) {
981
- for (var s = this.graphManager.getAllEdges(), c = 0; c < s.length; c++)
982
- s[c];
983
- for (var f = this.graphManager.getRoot().getNodes(), c = 0; c < f.length; c++)
984
- f[c];
985
- this.update(this.graphManager.getRoot());
986
- }
987
- }, o.prototype.update = function(s) {
988
- if (s == null)
989
- this.update2();
990
- else if (s instanceof e) {
991
- var c = s;
992
- if (c.getChild() != null)
993
- for (var f = c.getChild().getNodes(), T = 0; T < f.length; T++)
994
- update(f[T]);
995
- if (c.vGraphObject != null) {
996
- var d = c.vGraphObject;
997
- d.update(c);
998
- }
999
- } else if (s instanceof r) {
1000
- var v = s;
1001
- if (v.vGraphObject != null) {
1002
- var L = v.vGraphObject;
1003
- L.update(v);
1004
- }
1005
- } else if (s instanceof l) {
1006
- var b = s;
1007
- if (b.vGraphObject != null) {
1008
- var C = b.vGraphObject;
1009
- C.update(b);
1010
- }
1011
- }
1012
- }, o.prototype.initParameters = function() {
1013
- this.isSubLayout || (this.layoutQuality = h.QUALITY, this.animationDuringLayout = h.DEFAULT_ANIMATION_DURING_LAYOUT, this.animationPeriod = h.DEFAULT_ANIMATION_PERIOD, this.animationOnLayout = h.DEFAULT_ANIMATION_ON_LAYOUT, this.incremental = h.DEFAULT_INCREMENTAL, this.createBendsAsNeeded = h.DEFAULT_CREATE_BENDS_AS_NEEDED, this.uniformLeafNodeSizes = h.DEFAULT_UNIFORM_LEAF_NODE_SIZES), this.animationDuringLayout && (this.animationOnLayout = !1);
1014
- }, o.prototype.transform = function(s) {
1015
- if (s == null)
1016
- this.transform(new i(0, 0));
1017
- else {
1018
- var c = new g(), f = this.graphManager.getRoot().updateLeftTop();
1019
- if (f != null) {
1020
- c.setWorldOrgX(s.x), c.setWorldOrgY(s.y), c.setDeviceOrgX(f.x), c.setDeviceOrgY(f.y);
1021
- for (var T = this.getAllNodes(), d, v = 0; v < T.length; v++)
1022
- d = T[v], d.transform(c);
1023
- }
1024
- }
1025
- }, o.prototype.positionNodesRandomly = function(s) {
1026
- if (s == null)
1027
- this.positionNodesRandomly(this.getGraphManager().getRoot()), this.getGraphManager().getRoot().updateBounds(!0);
1028
- else
1029
- for (var c, f, T = s.getNodes(), d = 0; d < T.length; d++)
1030
- c = T[d], f = c.getChild(), f == null || f.getNodes().length == 0 ? c.scatter() : (this.positionNodesRandomly(f), c.updateBounds());
1031
- }, o.prototype.getFlatForest = function() {
1032
- for (var s = [], c = !0, f = this.graphManager.getRoot().getNodes(), T = !0, d = 0; d < f.length; d++)
1033
- f[d].getChild() != null && (T = !1);
1034
- if (!T)
1035
- return s;
1036
- var v = /* @__PURE__ */ new Set(), L = [], b = /* @__PURE__ */ new Map(), C = [];
1037
- for (C = C.concat(f); C.length > 0 && c; ) {
1038
- for (L.push(C[0]); L.length > 0 && c; ) {
1039
- var G = L[0];
1040
- L.splice(0, 1), v.add(G);
1041
- for (var k = G.getEdges(), d = 0; d < k.length; d++) {
1042
- var Y = k[d].getOtherEnd(G);
1043
- if (b.get(G) != Y)
1044
- if (!v.has(Y))
1045
- L.push(Y), b.set(Y, G);
1046
- else {
1047
- c = !1;
1048
- break;
1049
- }
1050
- }
1051
- }
1052
- if (!c)
1053
- s = [];
1054
- else {
1055
- var K = [].concat(u(v));
1056
- s.push(K);
1057
- for (var d = 0; d < K.length; d++) {
1058
- var O = K[d], it = C.indexOf(O);
1059
- it > -1 && C.splice(it, 1);
1060
- }
1061
- v = /* @__PURE__ */ new Set(), b = /* @__PURE__ */ new Map();
1062
- }
1063
- }
1064
- return s;
1065
- }, o.prototype.createDummyNodesForBendpoints = function(s) {
1066
- for (var c = [], f = s.source, T = this.graphManager.calcLowestCommonAncestor(s.source, s.target), d = 0; d < s.bendpoints.length; d++) {
1067
- var v = this.newNode(null);
1068
- v.setRect(new Point(0, 0), new Dimension(1, 1)), T.add(v);
1069
- var L = this.newEdge(null);
1070
- this.graphManager.add(L, f, v), c.add(v), f = v;
1071
- }
1072
- var L = this.newEdge(null);
1073
- return this.graphManager.add(L, f, s.target), this.edgeToDummyNodes.set(s, c), s.isInterGraph() ? this.graphManager.remove(s) : T.remove(s), c;
1074
- }, o.prototype.createBendpointsFromDummyNodes = function() {
1075
- var s = [];
1076
- s = s.concat(this.graphManager.getAllEdges()), s = [].concat(u(this.edgeToDummyNodes.keys())).concat(s);
1077
- for (var c = 0; c < s.length; c++) {
1078
- var f = s[c];
1079
- if (f.bendpoints.length > 0) {
1080
- for (var T = this.edgeToDummyNodes.get(f), d = 0; d < T.length; d++) {
1081
- var v = T[d], L = new i(v.getCenterX(), v.getCenterY()), b = f.bendpoints.get(d);
1082
- b.x = L.x, b.y = L.y, v.getOwner().remove(v);
1083
- }
1084
- this.graphManager.add(f, f.source, f.target);
1085
- }
1086
- }
1087
- }, o.transform = function(s, c, f, T) {
1088
- if (f != null && T != null) {
1089
- var d = c;
1090
- if (s <= 50) {
1091
- var v = c / f;
1092
- d -= (c - v) / 50 * (50 - s);
1093
- } else {
1094
- var L = c * T;
1095
- d += (L - c) / 50 * (s - 50);
1096
- }
1097
- return d;
1098
- } else {
1099
- var b, C;
1100
- return s <= 50 ? (b = 9 * c / 500, C = c / 10) : (b = 9 * c / 50, C = -8 * c), b * s + C;
1101
- }
1102
- }, o.findCenterOfTree = function(s) {
1103
- var c = [];
1104
- c = c.concat(s);
1105
- var f = [], T = /* @__PURE__ */ new Map(), d = !1, v = null;
1106
- (c.length == 1 || c.length == 2) && (d = !0, v = c[0]);
1107
- for (var L = 0; L < c.length; L++) {
1108
- var b = c[L], C = b.getNeighborsList().size;
1109
- T.set(b, b.getNeighborsList().size), C == 1 && f.push(b);
1110
- }
1111
- var G = [];
1112
- for (G = G.concat(f); !d; ) {
1113
- var k = [];
1114
- k = k.concat(G), G = [];
1115
- for (var L = 0; L < c.length; L++) {
1116
- var b = c[L], Y = c.indexOf(b);
1117
- Y >= 0 && c.splice(Y, 1);
1118
- var K = b.getNeighborsList();
1119
- K.forEach(function(n) {
1120
- if (f.indexOf(n) < 0) {
1121
- var m = T.get(n), p = m - 1;
1122
- p == 1 && G.push(n), T.set(n, p);
1123
- }
1124
- });
1125
- }
1126
- f = f.concat(G), (c.length == 1 || c.length == 2) && (d = !0, v = c[0]);
1127
- }
1128
- return v;
1129
- }, o.prototype.setGraphManager = function(s) {
1130
- this.graphManager = s;
1131
- }, A.exports = o;
1132
- }),
1133
- /* 16 */
1134
- /***/
1135
- (function(A, P, N) {
1136
- function u() {
1137
- }
1138
- u.seed = 1, u.x = 0, u.nextDouble = function() {
1139
- return u.x = Math.sin(u.seed++) * 1e4, u.x - Math.floor(u.x);
1140
- }, A.exports = u;
1141
- }),
1142
- /* 17 */
1143
- /***/
1144
- (function(A, P, N) {
1145
- var u = N(5);
1146
- function h(a, e) {
1147
- this.lworldOrgX = 0, this.lworldOrgY = 0, this.ldeviceOrgX = 0, this.ldeviceOrgY = 0, this.lworldExtX = 1, this.lworldExtY = 1, this.ldeviceExtX = 1, this.ldeviceExtY = 1;
1148
- }
1149
- h.prototype.getWorldOrgX = function() {
1150
- return this.lworldOrgX;
1151
- }, h.prototype.setWorldOrgX = function(a) {
1152
- this.lworldOrgX = a;
1153
- }, h.prototype.getWorldOrgY = function() {
1154
- return this.lworldOrgY;
1155
- }, h.prototype.setWorldOrgY = function(a) {
1156
- this.lworldOrgY = a;
1157
- }, h.prototype.getWorldExtX = function() {
1158
- return this.lworldExtX;
1159
- }, h.prototype.setWorldExtX = function(a) {
1160
- this.lworldExtX = a;
1161
- }, h.prototype.getWorldExtY = function() {
1162
- return this.lworldExtY;
1163
- }, h.prototype.setWorldExtY = function(a) {
1164
- this.lworldExtY = a;
1165
- }, h.prototype.getDeviceOrgX = function() {
1166
- return this.ldeviceOrgX;
1167
- }, h.prototype.setDeviceOrgX = function(a) {
1168
- this.ldeviceOrgX = a;
1169
- }, h.prototype.getDeviceOrgY = function() {
1170
- return this.ldeviceOrgY;
1171
- }, h.prototype.setDeviceOrgY = function(a) {
1172
- this.ldeviceOrgY = a;
1173
- }, h.prototype.getDeviceExtX = function() {
1174
- return this.ldeviceExtX;
1175
- }, h.prototype.setDeviceExtX = function(a) {
1176
- this.ldeviceExtX = a;
1177
- }, h.prototype.getDeviceExtY = function() {
1178
- return this.ldeviceExtY;
1179
- }, h.prototype.setDeviceExtY = function(a) {
1180
- this.ldeviceExtY = a;
1181
- }, h.prototype.transformX = function(a) {
1182
- var e = 0, r = this.lworldExtX;
1183
- return r != 0 && (e = this.ldeviceOrgX + (a - this.lworldOrgX) * this.ldeviceExtX / r), e;
1184
- }, h.prototype.transformY = function(a) {
1185
- var e = 0, r = this.lworldExtY;
1186
- return r != 0 && (e = this.ldeviceOrgY + (a - this.lworldOrgY) * this.ldeviceExtY / r), e;
1187
- }, h.prototype.inverseTransformX = function(a) {
1188
- var e = 0, r = this.ldeviceExtX;
1189
- return r != 0 && (e = this.lworldOrgX + (a - this.ldeviceOrgX) * this.lworldExtX / r), e;
1190
- }, h.prototype.inverseTransformY = function(a) {
1191
- var e = 0, r = this.ldeviceExtY;
1192
- return r != 0 && (e = this.lworldOrgY + (a - this.ldeviceOrgY) * this.lworldExtY / r), e;
1193
- }, h.prototype.inverseTransformPoint = function(a) {
1194
- var e = new u(this.inverseTransformX(a.x), this.inverseTransformY(a.y));
1195
- return e;
1196
- }, A.exports = h;
1197
- }),
1198
- /* 18 */
1199
- /***/
1200
- (function(A, P, N) {
1201
- function u(t) {
1202
- if (Array.isArray(t)) {
1203
- for (var o = 0, s = Array(t.length); o < t.length; o++)
1204
- s[o] = t[o];
1205
- return s;
1206
- } else
1207
- return Array.from(t);
1208
- }
1209
- var h = N(15), a = N(4), e = N(0), r = N(8), l = N(9);
1210
- function i() {
1211
- h.call(this), this.useSmartIdealEdgeLengthCalculation = a.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION, this.gravityConstant = a.DEFAULT_GRAVITY_STRENGTH, this.compoundGravityConstant = a.DEFAULT_COMPOUND_GRAVITY_STRENGTH, this.gravityRangeFactor = a.DEFAULT_GRAVITY_RANGE_FACTOR, this.compoundGravityRangeFactor = a.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR, this.displacementThresholdPerNode = 3 * a.DEFAULT_EDGE_LENGTH / 100, this.coolingFactor = a.DEFAULT_COOLING_FACTOR_INCREMENTAL, this.initialCoolingFactor = a.DEFAULT_COOLING_FACTOR_INCREMENTAL, this.totalDisplacement = 0, this.oldTotalDisplacement = 0, this.maxIterations = a.MAX_ITERATIONS;
1212
- }
1213
- i.prototype = Object.create(h.prototype);
1214
- for (var g in h)
1215
- i[g] = h[g];
1216
- i.prototype.initParameters = function() {
1217
- h.prototype.initParameters.call(this, arguments), this.totalIterations = 0, this.notAnimatedIterations = 0, this.useFRGridVariant = a.DEFAULT_USE_SMART_REPULSION_RANGE_CALCULATION, this.grid = [];
1218
- }, i.prototype.calcIdealEdgeLengths = function() {
1219
- for (var t, o, s, c, f, T, d, v = this.getGraphManager().getAllEdges(), L = 0; L < v.length; L++)
1220
- t = v[L], o = t.idealLength, t.isInterGraph && (c = t.getSource(), f = t.getTarget(), T = t.getSourceInLca().getEstimatedSize(), d = t.getTargetInLca().getEstimatedSize(), this.useSmartIdealEdgeLengthCalculation && (t.idealLength += T + d - 2 * e.SIMPLE_NODE_SIZE), s = t.getLca().getInclusionTreeDepth(), t.idealLength += o * a.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR * (c.getInclusionTreeDepth() + f.getInclusionTreeDepth() - 2 * s));
1221
- }, i.prototype.initSpringEmbedder = function() {
1222
- var t = this.getAllNodes().length;
1223
- this.incremental ? (t > a.ADAPTATION_LOWER_NODE_LIMIT && (this.coolingFactor = Math.max(this.coolingFactor * a.COOLING_ADAPTATION_FACTOR, this.coolingFactor - (t - a.ADAPTATION_LOWER_NODE_LIMIT) / (a.ADAPTATION_UPPER_NODE_LIMIT - a.ADAPTATION_LOWER_NODE_LIMIT) * this.coolingFactor * (1 - a.COOLING_ADAPTATION_FACTOR))), this.maxNodeDisplacement = a.MAX_NODE_DISPLACEMENT_INCREMENTAL) : (t > a.ADAPTATION_LOWER_NODE_LIMIT ? this.coolingFactor = Math.max(a.COOLING_ADAPTATION_FACTOR, 1 - (t - a.ADAPTATION_LOWER_NODE_LIMIT) / (a.ADAPTATION_UPPER_NODE_LIMIT - a.ADAPTATION_LOWER_NODE_LIMIT) * (1 - a.COOLING_ADAPTATION_FACTOR)) : this.coolingFactor = 1, this.initialCoolingFactor = this.coolingFactor, this.maxNodeDisplacement = a.MAX_NODE_DISPLACEMENT), this.maxIterations = Math.max(this.getAllNodes().length * 5, this.maxIterations), this.displacementThresholdPerNode = 3 * a.DEFAULT_EDGE_LENGTH / 100, this.totalDisplacementThreshold = this.displacementThresholdPerNode * this.getAllNodes().length, this.repulsionRange = this.calcRepulsionRange();
1224
- }, i.prototype.calcSpringForces = function() {
1225
- for (var t = this.getAllEdges(), o, s = 0; s < t.length; s++)
1226
- o = t[s], this.calcSpringForce(o, o.idealLength);
1227
- }, i.prototype.calcRepulsionForces = function() {
1228
- var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !0, o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, s, c, f, T, d = this.getAllNodes(), v;
1229
- if (this.useFRGridVariant)
1230
- for (this.totalIterations % a.GRID_CALCULATION_CHECK_PERIOD == 1 && t && this.updateGrid(), v = /* @__PURE__ */ new Set(), s = 0; s < d.length; s++)
1231
- f = d[s], this.calculateRepulsionForceOfANode(f, v, t, o), v.add(f);
1232
- else
1233
- for (s = 0; s < d.length; s++)
1234
- for (f = d[s], c = s + 1; c < d.length; c++)
1235
- T = d[c], f.getOwner() == T.getOwner() && this.calcRepulsionForce(f, T);
1236
- }, i.prototype.calcGravitationalForces = function() {
1237
- for (var t, o = this.getAllNodesToApplyGravitation(), s = 0; s < o.length; s++)
1238
- t = o[s], this.calcGravitationalForce(t);
1239
- }, i.prototype.moveNodes = function() {
1240
- for (var t = this.getAllNodes(), o, s = 0; s < t.length; s++)
1241
- o = t[s], o.move();
1242
- }, i.prototype.calcSpringForce = function(t, o) {
1243
- var s = t.getSource(), c = t.getTarget(), f, T, d, v;
1244
- if (this.uniformLeafNodeSizes && s.getChild() == null && c.getChild() == null)
1245
- t.updateLengthSimple();
1246
- else if (t.updateLength(), t.isOverlapingSourceAndTarget)
1247
- return;
1248
- f = t.getLength(), f != 0 && (T = t.edgeElasticity * (f - o), d = T * (t.lengthX / f), v = T * (t.lengthY / f), s.springForceX += d, s.springForceY += v, c.springForceX -= d, c.springForceY -= v);
1249
- }, i.prototype.calcRepulsionForce = function(t, o) {
1250
- var s = t.getRect(), c = o.getRect(), f = new Array(2), T = new Array(4), d, v, L, b, C, G, k;
1251
- if (s.intersects(c)) {
1252
- r.calcSeparationAmount(s, c, f, a.DEFAULT_EDGE_LENGTH / 2), G = 2 * f[0], k = 2 * f[1];
1253
- var Y = t.noOfChildren * o.noOfChildren / (t.noOfChildren + o.noOfChildren);
1254
- t.repulsionForceX -= Y * G, t.repulsionForceY -= Y * k, o.repulsionForceX += Y * G, o.repulsionForceY += Y * k;
1255
- } else
1256
- this.uniformLeafNodeSizes && t.getChild() == null && o.getChild() == null ? (d = c.getCenterX() - s.getCenterX(), v = c.getCenterY() - s.getCenterY()) : (r.getIntersection(s, c, T), d = T[2] - T[0], v = T[3] - T[1]), Math.abs(d) < a.MIN_REPULSION_DIST && (d = l.sign(d) * a.MIN_REPULSION_DIST), Math.abs(v) < a.MIN_REPULSION_DIST && (v = l.sign(v) * a.MIN_REPULSION_DIST), L = d * d + v * v, b = Math.sqrt(L), C = (t.nodeRepulsion / 2 + o.nodeRepulsion / 2) * t.noOfChildren * o.noOfChildren / L, G = C * d / b, k = C * v / b, t.repulsionForceX -= G, t.repulsionForceY -= k, o.repulsionForceX += G, o.repulsionForceY += k;
1257
- }, i.prototype.calcGravitationalForce = function(t) {
1258
- var o, s, c, f, T, d, v, L;
1259
- o = t.getOwner(), s = (o.getRight() + o.getLeft()) / 2, c = (o.getTop() + o.getBottom()) / 2, f = t.getCenterX() - s, T = t.getCenterY() - c, d = Math.abs(f) + t.getWidth() / 2, v = Math.abs(T) + t.getHeight() / 2, t.getOwner() == this.graphManager.getRoot() ? (L = o.getEstimatedSize() * this.gravityRangeFactor, (d > L || v > L) && (t.gravitationForceX = -this.gravityConstant * f, t.gravitationForceY = -this.gravityConstant * T)) : (L = o.getEstimatedSize() * this.compoundGravityRangeFactor, (d > L || v > L) && (t.gravitationForceX = -this.gravityConstant * f * this.compoundGravityConstant, t.gravitationForceY = -this.gravityConstant * T * this.compoundGravityConstant));
1260
- }, i.prototype.isConverged = function() {
1261
- var t, o = !1;
1262
- return this.totalIterations > this.maxIterations / 3 && (o = Math.abs(this.totalDisplacement - this.oldTotalDisplacement) < 2), t = this.totalDisplacement < this.totalDisplacementThreshold, this.oldTotalDisplacement = this.totalDisplacement, t || o;
1263
- }, i.prototype.animate = function() {
1264
- this.animationDuringLayout && !this.isSubLayout && (this.notAnimatedIterations == this.animationPeriod ? (this.update(), this.notAnimatedIterations = 0) : this.notAnimatedIterations++);
1265
- }, i.prototype.calcNoOfChildrenForAllNodes = function() {
1266
- for (var t, o = this.graphManager.getAllNodes(), s = 0; s < o.length; s++)
1267
- t = o[s], t.noOfChildren = t.getNoOfChildren();
1268
- }, i.prototype.calcGrid = function(t) {
1269
- var o = 0, s = 0;
1270
- o = parseInt(Math.ceil((t.getRight() - t.getLeft()) / this.repulsionRange)), s = parseInt(Math.ceil((t.getBottom() - t.getTop()) / this.repulsionRange));
1271
- for (var c = new Array(o), f = 0; f < o; f++)
1272
- c[f] = new Array(s);
1273
- for (var f = 0; f < o; f++)
1274
- for (var T = 0; T < s; T++)
1275
- c[f][T] = new Array();
1276
- return c;
1277
- }, i.prototype.addNodeToGrid = function(t, o, s) {
1278
- var c = 0, f = 0, T = 0, d = 0;
1279
- c = parseInt(Math.floor((t.getRect().x - o) / this.repulsionRange)), f = parseInt(Math.floor((t.getRect().width + t.getRect().x - o) / this.repulsionRange)), T = parseInt(Math.floor((t.getRect().y - s) / this.repulsionRange)), d = parseInt(Math.floor((t.getRect().height + t.getRect().y - s) / this.repulsionRange));
1280
- for (var v = c; v <= f; v++)
1281
- for (var L = T; L <= d; L++)
1282
- this.grid[v][L].push(t), t.setGridCoordinates(c, f, T, d);
1283
- }, i.prototype.updateGrid = function() {
1284
- var t, o, s = this.getAllNodes();
1285
- for (this.grid = this.calcGrid(this.graphManager.getRoot()), t = 0; t < s.length; t++)
1286
- o = s[t], this.addNodeToGrid(o, this.graphManager.getRoot().getLeft(), this.graphManager.getRoot().getTop());
1287
- }, i.prototype.calculateRepulsionForceOfANode = function(t, o, s, c) {
1288
- if (this.totalIterations % a.GRID_CALCULATION_CHECK_PERIOD == 1 && s || c) {
1289
- var f = /* @__PURE__ */ new Set();
1290
- t.surrounding = new Array();
1291
- for (var T, d = this.grid, v = t.startX - 1; v < t.finishX + 2; v++)
1292
- for (var L = t.startY - 1; L < t.finishY + 2; L++)
1293
- if (!(v < 0 || L < 0 || v >= d.length || L >= d[0].length)) {
1294
- for (var b = 0; b < d[v][L].length; b++)
1295
- if (T = d[v][L][b], !(t.getOwner() != T.getOwner() || t == T) && !o.has(T) && !f.has(T)) {
1296
- var C = Math.abs(t.getCenterX() - T.getCenterX()) - (t.getWidth() / 2 + T.getWidth() / 2), G = Math.abs(t.getCenterY() - T.getCenterY()) - (t.getHeight() / 2 + T.getHeight() / 2);
1297
- C <= this.repulsionRange && G <= this.repulsionRange && f.add(T);
1298
- }
1299
- }
1300
- t.surrounding = [].concat(u(f));
1301
- }
1302
- for (v = 0; v < t.surrounding.length; v++)
1303
- this.calcRepulsionForce(t, t.surrounding[v]);
1304
- }, i.prototype.calcRepulsionRange = function() {
1305
- return 0;
1306
- }, A.exports = i;
1307
- }),
1308
- /* 19 */
1309
- /***/
1310
- (function(A, P, N) {
1311
- var u = N(1), h = N(4);
1312
- function a(r, l, i) {
1313
- u.call(this, r, l, i), this.idealLength = h.DEFAULT_EDGE_LENGTH, this.edgeElasticity = h.DEFAULT_SPRING_STRENGTH;
1314
- }
1315
- a.prototype = Object.create(u.prototype);
1316
- for (var e in u)
1317
- a[e] = u[e];
1318
- A.exports = a;
1319
- }),
1320
- /* 20 */
1321
- /***/
1322
- (function(A, P, N) {
1323
- var u = N(3), h = N(4);
1324
- function a(r, l, i, g) {
1325
- u.call(this, r, l, i, g), this.nodeRepulsion = h.DEFAULT_REPULSION_STRENGTH, this.springForceX = 0, this.springForceY = 0, this.repulsionForceX = 0, this.repulsionForceY = 0, this.gravitationForceX = 0, this.gravitationForceY = 0, this.displacementX = 0, this.displacementY = 0, this.startX = 0, this.finishX = 0, this.startY = 0, this.finishY = 0, this.surrounding = [];
1326
- }
1327
- a.prototype = Object.create(u.prototype);
1328
- for (var e in u)
1329
- a[e] = u[e];
1330
- a.prototype.setGridCoordinates = function(r, l, i, g) {
1331
- this.startX = r, this.finishX = l, this.startY = i, this.finishY = g;
1332
- }, A.exports = a;
1333
- }),
1334
- /* 21 */
1335
- /***/
1336
- (function(A, P, N) {
1337
- function u(h, a) {
1338
- this.width = 0, this.height = 0, h !== null && a !== null && (this.height = a, this.width = h);
1339
- }
1340
- u.prototype.getWidth = function() {
1341
- return this.width;
1342
- }, u.prototype.setWidth = function(h) {
1343
- this.width = h;
1344
- }, u.prototype.getHeight = function() {
1345
- return this.height;
1346
- }, u.prototype.setHeight = function(h) {
1347
- this.height = h;
1348
- }, A.exports = u;
1349
- }),
1350
- /* 22 */
1351
- /***/
1352
- (function(A, P, N) {
1353
- var u = N(14);
1354
- function h() {
1355
- this.map = {}, this.keys = [];
1356
- }
1357
- h.prototype.put = function(a, e) {
1358
- var r = u.createID(a);
1359
- this.contains(r) || (this.map[r] = e, this.keys.push(a));
1360
- }, h.prototype.contains = function(a) {
1361
- return u.createID(a), this.map[a] != null;
1362
- }, h.prototype.get = function(a) {
1363
- var e = u.createID(a);
1364
- return this.map[e];
1365
- }, h.prototype.keySet = function() {
1366
- return this.keys;
1367
- }, A.exports = h;
1368
- }),
1369
- /* 23 */
1370
- /***/
1371
- (function(A, P, N) {
1372
- var u = N(14);
1373
- function h() {
1374
- this.set = {};
1375
- }
1376
- h.prototype.add = function(a) {
1377
- var e = u.createID(a);
1378
- this.contains(e) || (this.set[e] = a);
1379
- }, h.prototype.remove = function(a) {
1380
- delete this.set[u.createID(a)];
1381
- }, h.prototype.clear = function() {
1382
- this.set = {};
1383
- }, h.prototype.contains = function(a) {
1384
- return this.set[u.createID(a)] == a;
1385
- }, h.prototype.isEmpty = function() {
1386
- return this.size() === 0;
1387
- }, h.prototype.size = function() {
1388
- return Object.keys(this.set).length;
1389
- }, h.prototype.addAllTo = function(a) {
1390
- for (var e = Object.keys(this.set), r = e.length, l = 0; l < r; l++)
1391
- a.push(this.set[e[l]]);
1392
- }, h.prototype.size = function() {
1393
- return Object.keys(this.set).length;
1394
- }, h.prototype.addAll = function(a) {
1395
- for (var e = a.length, r = 0; r < e; r++) {
1396
- var l = a[r];
1397
- this.add(l);
1398
- }
1399
- }, A.exports = h;
1400
- }),
1401
- /* 24 */
1402
- /***/
1403
- (function(A, P, N) {
1404
- function u() {
1405
- }
1406
- u.multMat = function(h, a) {
1407
- for (var e = [], r = 0; r < h.length; r++) {
1408
- e[r] = [];
1409
- for (var l = 0; l < a[0].length; l++) {
1410
- e[r][l] = 0;
1411
- for (var i = 0; i < h[0].length; i++)
1412
- e[r][l] += h[r][i] * a[i][l];
1413
- }
1414
- }
1415
- return e;
1416
- }, u.transpose = function(h) {
1417
- for (var a = [], e = 0; e < h[0].length; e++) {
1418
- a[e] = [];
1419
- for (var r = 0; r < h.length; r++)
1420
- a[e][r] = h[r][e];
1421
- }
1422
- return a;
1423
- }, u.multCons = function(h, a) {
1424
- for (var e = [], r = 0; r < h.length; r++)
1425
- e[r] = h[r] * a;
1426
- return e;
1427
- }, u.minusOp = function(h, a) {
1428
- for (var e = [], r = 0; r < h.length; r++)
1429
- e[r] = h[r] - a[r];
1430
- return e;
1431
- }, u.dotProduct = function(h, a) {
1432
- for (var e = 0, r = 0; r < h.length; r++)
1433
- e += h[r] * a[r];
1434
- return e;
1435
- }, u.mag = function(h) {
1436
- return Math.sqrt(this.dotProduct(h, h));
1437
- }, u.normalize = function(h) {
1438
- for (var a = [], e = this.mag(h), r = 0; r < h.length; r++)
1439
- a[r] = h[r] / e;
1440
- return a;
1441
- }, u.multGamma = function(h) {
1442
- for (var a = [], e = 0, r = 0; r < h.length; r++)
1443
- e += h[r];
1444
- e *= -1 / h.length;
1445
- for (var l = 0; l < h.length; l++)
1446
- a[l] = e + h[l];
1447
- return a;
1448
- }, u.multL = function(h, a, e) {
1449
- for (var r = [], l = [], i = [], g = 0; g < a[0].length; g++) {
1450
- for (var t = 0, o = 0; o < a.length; o++)
1451
- t += -0.5 * a[o][g] * h[o];
1452
- l[g] = t;
1453
- }
1454
- for (var s = 0; s < e.length; s++) {
1455
- for (var c = 0, f = 0; f < e.length; f++)
1456
- c += e[s][f] * l[f];
1457
- i[s] = c;
1458
- }
1459
- for (var T = 0; T < a.length; T++) {
1460
- for (var d = 0, v = 0; v < a[0].length; v++)
1461
- d += a[T][v] * i[v];
1462
- r[T] = d;
1463
- }
1464
- return r;
1465
- }, A.exports = u;
1466
- }),
1467
- /* 25 */
1468
- /***/
1469
- (function(A, P, N) {
1470
- var u = /* @__PURE__ */ (function() {
1471
- function r(l, i) {
1472
- for (var g = 0; g < i.length; g++) {
1473
- var t = i[g];
1474
- t.enumerable = t.enumerable || !1, t.configurable = !0, "value" in t && (t.writable = !0), Object.defineProperty(l, t.key, t);
1475
- }
1476
- }
1477
- return function(l, i, g) {
1478
- return i && r(l.prototype, i), g && r(l, g), l;
1479
- };
1480
- })();
1481
- function h(r, l) {
1482
- if (!(r instanceof l))
1483
- throw new TypeError("Cannot call a class as a function");
1484
- }
1485
- var a = N(11), e = (function() {
1486
- function r(l, i) {
1487
- h(this, r), (i !== null || i !== void 0) && (this.compareFunction = this._defaultCompareFunction);
1488
- var g = void 0;
1489
- l instanceof a ? g = l.size() : g = l.length, this._quicksort(l, 0, g - 1);
1490
- }
1491
- return u(r, [{
1492
- key: "_quicksort",
1493
- value: function(i, g, t) {
1494
- if (g < t) {
1495
- var o = this._partition(i, g, t);
1496
- this._quicksort(i, g, o), this._quicksort(i, o + 1, t);
1497
- }
1498
- }
1499
- }, {
1500
- key: "_partition",
1501
- value: function(i, g, t) {
1502
- for (var o = this._get(i, g), s = g, c = t; ; ) {
1503
- for (; this.compareFunction(o, this._get(i, c)); )
1504
- c--;
1505
- for (; this.compareFunction(this._get(i, s), o); )
1506
- s++;
1507
- if (s < c)
1508
- this._swap(i, s, c), s++, c--;
1509
- else return c;
1510
- }
1511
- }
1512
- }, {
1513
- key: "_get",
1514
- value: function(i, g) {
1515
- return i instanceof a ? i.get_object_at(g) : i[g];
1516
- }
1517
- }, {
1518
- key: "_set",
1519
- value: function(i, g, t) {
1520
- i instanceof a ? i.set_object_at(g, t) : i[g] = t;
1521
- }
1522
- }, {
1523
- key: "_swap",
1524
- value: function(i, g, t) {
1525
- var o = this._get(i, g);
1526
- this._set(i, g, this._get(i, t)), this._set(i, t, o);
1527
- }
1528
- }, {
1529
- key: "_defaultCompareFunction",
1530
- value: function(i, g) {
1531
- return g > i;
1532
- }
1533
- }]), r;
1534
- })();
1535
- A.exports = e;
1536
- }),
1537
- /* 26 */
1538
- /***/
1539
- (function(A, P, N) {
1540
- function u() {
1541
- }
1542
- u.svd = function(h) {
1543
- this.U = null, this.V = null, this.s = null, this.m = 0, this.n = 0, this.m = h.length, this.n = h[0].length;
1544
- var a = Math.min(this.m, this.n);
1545
- this.s = (function(Tt) {
1546
- for (var Ct = []; Tt-- > 0; )
1547
- Ct.push(0);
1548
- return Ct;
1549
- })(Math.min(this.m + 1, this.n)), this.U = (function(Tt) {
1550
- var Ct = function Bt(bt) {
1551
- if (bt.length == 0)
1552
- return 0;
1553
- for (var zt = [], St = 0; St < bt[0]; St++)
1554
- zt.push(Bt(bt.slice(1)));
1555
- return zt;
1556
- };
1557
- return Ct(Tt);
1558
- })([this.m, a]), this.V = (function(Tt) {
1559
- var Ct = function Bt(bt) {
1560
- if (bt.length == 0)
1561
- return 0;
1562
- for (var zt = [], St = 0; St < bt[0]; St++)
1563
- zt.push(Bt(bt.slice(1)));
1564
- return zt;
1565
- };
1566
- return Ct(Tt);
1567
- })([this.n, this.n]);
1568
- for (var e = (function(Tt) {
1569
- for (var Ct = []; Tt-- > 0; )
1570
- Ct.push(0);
1571
- return Ct;
1572
- })(this.n), r = (function(Tt) {
1573
- for (var Ct = []; Tt-- > 0; )
1574
- Ct.push(0);
1575
- return Ct;
1576
- })(this.m), l = !0, i = Math.min(this.m - 1, this.n), g = Math.max(0, Math.min(this.n - 2, this.m)), t = 0; t < Math.max(i, g); t++) {
1577
- if (t < i) {
1578
- this.s[t] = 0;
1579
- for (var o = t; o < this.m; o++)
1580
- this.s[t] = u.hypot(this.s[t], h[o][t]);
1581
- if (this.s[t] !== 0) {
1582
- h[t][t] < 0 && (this.s[t] = -this.s[t]);
1583
- for (var s = t; s < this.m; s++)
1584
- h[s][t] /= this.s[t];
1585
- h[t][t] += 1;
1586
- }
1587
- this.s[t] = -this.s[t];
1588
- }
1589
- for (var c = t + 1; c < this.n; c++) {
1590
- if (/* @__PURE__ */ (function(Tt, Ct) {
1591
- return Tt && Ct;
1592
- })(t < i, this.s[t] !== 0)) {
1593
- for (var f = 0, T = t; T < this.m; T++)
1594
- f += h[T][t] * h[T][c];
1595
- f = -f / h[t][t];
1596
- for (var d = t; d < this.m; d++)
1597
- h[d][c] += f * h[d][t];
1598
- }
1599
- e[c] = h[t][c];
1600
- }
1601
- if (/* @__PURE__ */ (function(Tt, Ct) {
1602
- return Ct;
1603
- })(l, t < i))
1604
- for (var v = t; v < this.m; v++)
1605
- this.U[v][t] = h[v][t];
1606
- if (t < g) {
1607
- e[t] = 0;
1608
- for (var L = t + 1; L < this.n; L++)
1609
- e[t] = u.hypot(e[t], e[L]);
1610
- if (e[t] !== 0) {
1611
- e[t + 1] < 0 && (e[t] = -e[t]);
1612
- for (var b = t + 1; b < this.n; b++)
1613
- e[b] /= e[t];
1614
- e[t + 1] += 1;
1615
- }
1616
- if (e[t] = -e[t], /* @__PURE__ */ (function(Tt, Ct) {
1617
- return Tt && Ct;
1618
- })(t + 1 < this.m, e[t] !== 0)) {
1619
- for (var C = t + 1; C < this.m; C++)
1620
- r[C] = 0;
1621
- for (var G = t + 1; G < this.n; G++)
1622
- for (var k = t + 1; k < this.m; k++)
1623
- r[k] += e[G] * h[k][G];
1624
- for (var Y = t + 1; Y < this.n; Y++)
1625
- for (var K = -e[Y] / e[t + 1], O = t + 1; O < this.m; O++)
1626
- h[O][Y] += K * r[O];
1627
- }
1628
- for (var it = t + 1; it < this.n; it++)
1629
- this.V[it][t] = e[it];
1630
- }
1631
- }
1632
- var n = Math.min(this.n, this.m + 1);
1633
- i < this.n && (this.s[i] = h[i][i]), this.m < n && (this.s[n - 1] = 0), g + 1 < n && (e[g] = h[g][n - 1]), e[n - 1] = 0;
1634
- {
1635
- for (var m = i; m < a; m++) {
1636
- for (var p = 0; p < this.m; p++)
1637
- this.U[p][m] = 0;
1638
- this.U[m][m] = 1;
1639
- }
1640
- for (var E = i - 1; E >= 0; E--)
1641
- if (this.s[E] !== 0) {
1642
- for (var y = E + 1; y < a; y++) {
1643
- for (var R = 0, M = E; M < this.m; M++)
1644
- R += this.U[M][E] * this.U[M][y];
1645
- R = -R / this.U[E][E];
1646
- for (var S = E; S < this.m; S++)
1647
- this.U[S][y] += R * this.U[S][E];
1648
- }
1649
- for (var W = E; W < this.m; W++)
1650
- this.U[W][E] = -this.U[W][E];
1651
- this.U[E][E] = 1 + this.U[E][E];
1652
- for (var D = 0; D < E - 1; D++)
1653
- this.U[D][E] = 0;
1654
- } else {
1655
- for (var q = 0; q < this.m; q++)
1656
- this.U[q][E] = 0;
1657
- this.U[E][E] = 1;
1658
- }
1659
- }
1660
- for (var V = this.n - 1; V >= 0; V--) {
1661
- if (/* @__PURE__ */ (function(Tt, Ct) {
1662
- return Tt && Ct;
1663
- })(V < g, e[V] !== 0))
1664
- for (var X = V + 1; X < a; X++) {
1665
- for (var et = 0, z = V + 1; z < this.n; z++)
1666
- et += this.V[z][V] * this.V[z][X];
1667
- et = -et / this.V[V + 1][V];
1668
- for (var w = V + 1; w < this.n; w++)
1669
- this.V[w][X] += et * this.V[w][V];
1670
- }
1671
- for (var H = 0; H < this.n; H++)
1672
- this.V[H][V] = 0;
1673
- this.V[V][V] = 1;
1674
- }
1675
- for (var B = n - 1, _ = Math.pow(2, -52), ht = Math.pow(2, -966); n > 0; ) {
1676
- var Q = void 0, It = void 0;
1677
- for (Q = n - 2; Q >= -1 && Q !== -1; Q--)
1678
- if (Math.abs(e[Q]) <= ht + _ * (Math.abs(this.s[Q]) + Math.abs(this.s[Q + 1]))) {
1679
- e[Q] = 0;
1680
- break;
1681
- }
1682
- if (Q === n - 2)
1683
- It = 4;
1684
- else {
1685
- var Nt = void 0;
1686
- for (Nt = n - 1; Nt >= Q && Nt !== Q; Nt--) {
1687
- var vt = (Nt !== n ? Math.abs(e[Nt]) : 0) + (Nt !== Q + 1 ? Math.abs(e[Nt - 1]) : 0);
1688
- if (Math.abs(this.s[Nt]) <= ht + _ * vt) {
1689
- this.s[Nt] = 0;
1690
- break;
1691
- }
1692
- }
1693
- Nt === Q ? It = 3 : Nt === n - 1 ? It = 1 : (It = 2, Q = Nt);
1694
- }
1695
- switch (Q++, It) {
1696
- case 1:
1697
- {
1698
- var rt = e[n - 2];
1699
- e[n - 2] = 0;
1700
- for (var gt = n - 2; gt >= Q; gt--) {
1701
- var mt = u.hypot(this.s[gt], rt), At = this.s[gt] / mt, Ot = rt / mt;
1702
- this.s[gt] = mt, gt !== Q && (rt = -Ot * e[gt - 1], e[gt - 1] = At * e[gt - 1]);
1703
- for (var Et = 0; Et < this.n; Et++)
1704
- mt = At * this.V[Et][gt] + Ot * this.V[Et][n - 1], this.V[Et][n - 1] = -Ot * this.V[Et][gt] + At * this.V[Et][n - 1], this.V[Et][gt] = mt;
1705
- }
1706
- }
1707
- break;
1708
- case 2:
1709
- {
1710
- var Dt = e[Q - 1];
1711
- e[Q - 1] = 0;
1712
- for (var Rt = Q; Rt < n; Rt++) {
1713
- var Ht = u.hypot(this.s[Rt], Dt), Ut = this.s[Rt] / Ht, Pt = Dt / Ht;
1714
- this.s[Rt] = Ht, Dt = -Pt * e[Rt], e[Rt] = Ut * e[Rt];
1715
- for (var Ft = 0; Ft < this.m; Ft++)
1716
- Ht = Ut * this.U[Ft][Rt] + Pt * this.U[Ft][Q - 1], this.U[Ft][Q - 1] = -Pt * this.U[Ft][Rt] + Ut * this.U[Ft][Q - 1], this.U[Ft][Rt] = Ht;
1717
- }
1718
- }
1719
- break;
1720
- case 3:
1721
- {
1722
- var Yt = Math.max(Math.max(Math.max(Math.max(Math.abs(this.s[n - 1]), Math.abs(this.s[n - 2])), Math.abs(e[n - 2])), Math.abs(this.s[Q])), Math.abs(e[Q])), Vt = this.s[n - 1] / Yt, F = this.s[n - 2] / Yt, U = e[n - 2] / Yt, $ = this.s[Q] / Yt, J = e[Q] / Yt, Z = ((F + Vt) * (F - Vt) + U * U) / 2, at = Vt * U * (Vt * U), ct = 0;
1723
- /* @__PURE__ */ (function(Tt, Ct) {
1724
- return Tt || Ct;
1725
- })(Z !== 0, at !== 0) && (ct = Math.sqrt(Z * Z + at), Z < 0 && (ct = -ct), ct = at / (Z + ct));
1726
- for (var nt = ($ + Vt) * ($ - Vt) + ct, tt = $ * J, j = Q; j < n - 1; j++) {
1727
- var ut = u.hypot(nt, tt), Mt = nt / ut, pt = tt / ut;
1728
- j !== Q && (e[j - 1] = ut), nt = Mt * this.s[j] + pt * e[j], e[j] = Mt * e[j] - pt * this.s[j], tt = pt * this.s[j + 1], this.s[j + 1] = Mt * this.s[j + 1];
1729
- for (var xt = 0; xt < this.n; xt++)
1730
- ut = Mt * this.V[xt][j] + pt * this.V[xt][j + 1], this.V[xt][j + 1] = -pt * this.V[xt][j] + Mt * this.V[xt][j + 1], this.V[xt][j] = ut;
1731
- if (ut = u.hypot(nt, tt), Mt = nt / ut, pt = tt / ut, this.s[j] = ut, nt = Mt * e[j] + pt * this.s[j + 1], this.s[j + 1] = -pt * e[j] + Mt * this.s[j + 1], tt = pt * e[j + 1], e[j + 1] = Mt * e[j + 1], j < this.m - 1)
1732
- for (var lt = 0; lt < this.m; lt++)
1733
- ut = Mt * this.U[lt][j] + pt * this.U[lt][j + 1], this.U[lt][j + 1] = -pt * this.U[lt][j] + Mt * this.U[lt][j + 1], this.U[lt][j] = ut;
1734
- }
1735
- e[n - 2] = nt;
1736
- }
1737
- break;
1738
- case 4:
1739
- {
1740
- if (this.s[Q] <= 0) {
1741
- this.s[Q] = this.s[Q] < 0 ? -this.s[Q] : 0;
1742
- for (var ot = 0; ot <= B; ot++)
1743
- this.V[ot][Q] = -this.V[ot][Q];
1744
- }
1745
- for (; Q < B && !(this.s[Q] >= this.s[Q + 1]); ) {
1746
- var Lt = this.s[Q];
1747
- if (this.s[Q] = this.s[Q + 1], this.s[Q + 1] = Lt, Q < this.n - 1)
1748
- for (var ft = 0; ft < this.n; ft++)
1749
- Lt = this.V[ft][Q + 1], this.V[ft][Q + 1] = this.V[ft][Q], this.V[ft][Q] = Lt;
1750
- if (Q < this.m - 1)
1751
- for (var st = 0; st < this.m; st++)
1752
- Lt = this.U[st][Q + 1], this.U[st][Q + 1] = this.U[st][Q], this.U[st][Q] = Lt;
1753
- Q++;
1754
- }
1755
- n--;
1756
- }
1757
- break;
1758
- }
1759
- }
1760
- var Xt = { U: this.U, V: this.V, S: this.s };
1761
- return Xt;
1762
- }, u.hypot = function(h, a) {
1763
- var e = void 0;
1764
- return Math.abs(h) > Math.abs(a) ? (e = a / h, e = Math.abs(h) * Math.sqrt(1 + e * e)) : a != 0 ? (e = h / a, e = Math.abs(a) * Math.sqrt(1 + e * e)) : e = 0, e;
1765
- }, A.exports = u;
1766
- }),
1767
- /* 27 */
1768
- /***/
1769
- (function(A, P, N) {
1770
- var u = /* @__PURE__ */ (function() {
1771
- function e(r, l) {
1772
- for (var i = 0; i < l.length; i++) {
1773
- var g = l[i];
1774
- g.enumerable = g.enumerable || !1, g.configurable = !0, "value" in g && (g.writable = !0), Object.defineProperty(r, g.key, g);
1775
- }
1776
- }
1777
- return function(r, l, i) {
1778
- return l && e(r.prototype, l), i && e(r, i), r;
1779
- };
1780
- })();
1781
- function h(e, r) {
1782
- if (!(e instanceof r))
1783
- throw new TypeError("Cannot call a class as a function");
1784
- }
1785
- var a = (function() {
1786
- function e(r, l) {
1787
- var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1, g = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : -1, t = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : -1;
1788
- h(this, e), this.sequence1 = r, this.sequence2 = l, this.match_score = i, this.mismatch_penalty = g, this.gap_penalty = t, this.iMax = r.length + 1, this.jMax = l.length + 1, this.grid = new Array(this.iMax);
1789
- for (var o = 0; o < this.iMax; o++) {
1790
- this.grid[o] = new Array(this.jMax);
1791
- for (var s = 0; s < this.jMax; s++)
1792
- this.grid[o][s] = 0;
1793
- }
1794
- this.tracebackGrid = new Array(this.iMax);
1795
- for (var c = 0; c < this.iMax; c++) {
1796
- this.tracebackGrid[c] = new Array(this.jMax);
1797
- for (var f = 0; f < this.jMax; f++)
1798
- this.tracebackGrid[c][f] = [null, null, null];
1799
- }
1800
- this.alignments = [], this.score = -1, this.computeGrids();
1801
- }
1802
- return u(e, [{
1803
- key: "getScore",
1804
- value: function() {
1805
- return this.score;
1806
- }
1807
- }, {
1808
- key: "getAlignments",
1809
- value: function() {
1810
- return this.alignments;
1811
- }
1812
- // Main dynamic programming procedure
1813
- }, {
1814
- key: "computeGrids",
1815
- value: function() {
1816
- for (var l = 1; l < this.jMax; l++)
1817
- this.grid[0][l] = this.grid[0][l - 1] + this.gap_penalty, this.tracebackGrid[0][l] = [!1, !1, !0];
1818
- for (var i = 1; i < this.iMax; i++)
1819
- this.grid[i][0] = this.grid[i - 1][0] + this.gap_penalty, this.tracebackGrid[i][0] = [!1, !0, !1];
1820
- for (var g = 1; g < this.iMax; g++)
1821
- for (var t = 1; t < this.jMax; t++) {
1822
- var o = void 0;
1823
- this.sequence1[g - 1] === this.sequence2[t - 1] ? o = this.grid[g - 1][t - 1] + this.match_score : o = this.grid[g - 1][t - 1] + this.mismatch_penalty;
1824
- var s = this.grid[g - 1][t] + this.gap_penalty, c = this.grid[g][t - 1] + this.gap_penalty, f = [o, s, c], T = this.arrayAllMaxIndexes(f);
1825
- this.grid[g][t] = f[T[0]], this.tracebackGrid[g][t] = [T.includes(0), T.includes(1), T.includes(2)];
1826
- }
1827
- this.score = this.grid[this.iMax - 1][this.jMax - 1];
1828
- }
1829
- // Gets all possible valid sequence combinations
1830
- }, {
1831
- key: "alignmentTraceback",
1832
- value: function() {
1833
- var l = [];
1834
- for (l.push({
1835
- pos: [this.sequence1.length, this.sequence2.length],
1836
- seq1: "",
1837
- seq2: ""
1838
- }); l[0]; ) {
1839
- var i = l[0], g = this.tracebackGrid[i.pos[0]][i.pos[1]];
1840
- g[0] && l.push({
1841
- pos: [i.pos[0] - 1, i.pos[1] - 1],
1842
- seq1: this.sequence1[i.pos[0] - 1] + i.seq1,
1843
- seq2: this.sequence2[i.pos[1] - 1] + i.seq2
1844
- }), g[1] && l.push({
1845
- pos: [i.pos[0] - 1, i.pos[1]],
1846
- seq1: this.sequence1[i.pos[0] - 1] + i.seq1,
1847
- seq2: "-" + i.seq2
1848
- }), g[2] && l.push({
1849
- pos: [i.pos[0], i.pos[1] - 1],
1850
- seq1: "-" + i.seq1,
1851
- seq2: this.sequence2[i.pos[1] - 1] + i.seq2
1852
- }), i.pos[0] === 0 && i.pos[1] === 0 && this.alignments.push({
1853
- sequence1: i.seq1,
1854
- sequence2: i.seq2
1855
- }), l.shift();
1856
- }
1857
- return this.alignments;
1858
- }
1859
- // Helper Functions
1860
- }, {
1861
- key: "getAllIndexes",
1862
- value: function(l, i) {
1863
- for (var g = [], t = -1; (t = l.indexOf(i, t + 1)) !== -1; )
1864
- g.push(t);
1865
- return g;
1866
- }
1867
- }, {
1868
- key: "arrayAllMaxIndexes",
1869
- value: function(l) {
1870
- return this.getAllIndexes(l, Math.max.apply(null, l));
1871
- }
1872
- }]), e;
1873
- })();
1874
- A.exports = a;
1875
- }),
1876
- /* 28 */
1877
- /***/
1878
- (function(A, P, N) {
1879
- var u = function() {
1880
- };
1881
- u.FDLayout = N(18), u.FDLayoutConstants = N(4), u.FDLayoutEdge = N(19), u.FDLayoutNode = N(20), u.DimensionD = N(21), u.HashMap = N(22), u.HashSet = N(23), u.IGeometry = N(8), u.IMath = N(9), u.Integer = N(10), u.Point = N(12), u.PointD = N(5), u.RandomSeed = N(16), u.RectangleD = N(13), u.Transform = N(17), u.UniqueIDGeneretor = N(14), u.Quicksort = N(25), u.LinkedList = N(11), u.LGraphObject = N(2), u.LGraph = N(6), u.LEdge = N(1), u.LGraphManager = N(7), u.LNode = N(3), u.Layout = N(15), u.LayoutConstants = N(0), u.NeedlemanWunsch = N(27), u.Matrix = N(24), u.SVD = N(26), A.exports = u;
1882
- }),
1883
- /* 29 */
1884
- /***/
1885
- (function(A, P, N) {
1886
- function u() {
1887
- this.listeners = [];
1888
- }
1889
- var h = u.prototype;
1890
- h.addListener = function(a, e) {
1891
- this.listeners.push({
1892
- event: a,
1893
- callback: e
1894
- });
1895
- }, h.removeListener = function(a, e) {
1896
- for (var r = this.listeners.length; r >= 0; r--) {
1897
- var l = this.listeners[r];
1898
- l.event === a && l.callback === e && this.listeners.splice(r, 1);
1899
- }
1900
- }, h.emit = function(a, e) {
1901
- for (var r = 0; r < this.listeners.length; r++) {
1902
- var l = this.listeners[r];
1903
- a === l.event && l.callback(e);
1904
- }
1905
- }, A.exports = u;
1906
- })
1907
- /******/
1908
- ])
1909
- );
1910
- });
1911
- })(fe)), fe.exports;
1912
- }
1913
- var dr = le.exports, Oe;
1914
- function vr() {
1915
- return Oe || (Oe = 1, (function(I, x) {
1916
- (function(P, N) {
1917
- I.exports = N(/* @__PURE__ */ ur());
1918
- })(dr, function(A) {
1919
- return (
1920
- /******/
1921
- (() => {
1922
- var P = {
1923
- /***/
1924
- 45: (
1925
- /***/
1926
- ((a, e, r) => {
1927
- var l = {};
1928
- l.layoutBase = r(551), l.CoSEConstants = r(806), l.CoSEEdge = r(767), l.CoSEGraph = r(880), l.CoSEGraphManager = r(578), l.CoSELayout = r(765), l.CoSENode = r(991), l.ConstraintHandler = r(902), a.exports = l;
1929
- })
1930
- ),
1931
- /***/
1932
- 806: (
1933
- /***/
1934
- ((a, e, r) => {
1935
- var l = r(551).FDLayoutConstants;
1936
- function i() {
1937
- }
1938
- for (var g in l)
1939
- i[g] = l[g];
1940
- i.DEFAULT_USE_MULTI_LEVEL_SCALING = !1, i.DEFAULT_RADIAL_SEPARATION = l.DEFAULT_EDGE_LENGTH, i.DEFAULT_COMPONENT_SEPERATION = 60, i.TILE = !0, i.TILING_PADDING_VERTICAL = 10, i.TILING_PADDING_HORIZONTAL = 10, i.TRANSFORM_ON_CONSTRAINT_HANDLING = !0, i.ENFORCE_CONSTRAINTS = !0, i.APPLY_LAYOUT = !0, i.RELAX_MOVEMENT_ON_CONSTRAINTS = !0, i.TREE_REDUCTION_ON_INCREMENTAL = !0, i.PURE_INCREMENTAL = i.DEFAULT_INCREMENTAL, a.exports = i;
1941
- })
1942
- ),
1943
- /***/
1944
- 767: (
1945
- /***/
1946
- ((a, e, r) => {
1947
- var l = r(551).FDLayoutEdge;
1948
- function i(t, o, s) {
1949
- l.call(this, t, o, s);
1950
- }
1951
- i.prototype = Object.create(l.prototype);
1952
- for (var g in l)
1953
- i[g] = l[g];
1954
- a.exports = i;
1955
- })
1956
- ),
1957
- /***/
1958
- 880: (
1959
- /***/
1960
- ((a, e, r) => {
1961
- var l = r(551).LGraph;
1962
- function i(t, o, s) {
1963
- l.call(this, t, o, s);
1964
- }
1965
- i.prototype = Object.create(l.prototype);
1966
- for (var g in l)
1967
- i[g] = l[g];
1968
- a.exports = i;
1969
- })
1970
- ),
1971
- /***/
1972
- 578: (
1973
- /***/
1974
- ((a, e, r) => {
1975
- var l = r(551).LGraphManager;
1976
- function i(t) {
1977
- l.call(this, t);
1978
- }
1979
- i.prototype = Object.create(l.prototype);
1980
- for (var g in l)
1981
- i[g] = l[g];
1982
- a.exports = i;
1983
- })
1984
- ),
1985
- /***/
1986
- 765: (
1987
- /***/
1988
- ((a, e, r) => {
1989
- var l = r(551).FDLayout, i = r(578), g = r(880), t = r(991), o = r(767), s = r(806), c = r(902), f = r(551).FDLayoutConstants, T = r(551).LayoutConstants, d = r(551).Point, v = r(551).PointD, L = r(551).DimensionD, b = r(551).Layout, C = r(551).Integer, G = r(551).IGeometry, k = r(551).LGraph, Y = r(551).Transform, K = r(551).LinkedList;
1990
- function O() {
1991
- l.call(this), this.toBeTiled = {}, this.constraints = {};
1992
- }
1993
- O.prototype = Object.create(l.prototype);
1994
- for (var it in l)
1995
- O[it] = l[it];
1996
- O.prototype.newGraphManager = function() {
1997
- var n = new i(this);
1998
- return this.graphManager = n, n;
1999
- }, O.prototype.newGraph = function(n) {
2000
- return new g(null, this.graphManager, n);
2001
- }, O.prototype.newNode = function(n) {
2002
- return new t(this.graphManager, n);
2003
- }, O.prototype.newEdge = function(n) {
2004
- return new o(null, null, n);
2005
- }, O.prototype.initParameters = function() {
2006
- l.prototype.initParameters.call(this, arguments), this.isSubLayout || (s.DEFAULT_EDGE_LENGTH < 10 ? this.idealEdgeLength = 10 : this.idealEdgeLength = s.DEFAULT_EDGE_LENGTH, this.useSmartIdealEdgeLengthCalculation = s.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION, this.gravityConstant = f.DEFAULT_GRAVITY_STRENGTH, this.compoundGravityConstant = f.DEFAULT_COMPOUND_GRAVITY_STRENGTH, this.gravityRangeFactor = f.DEFAULT_GRAVITY_RANGE_FACTOR, this.compoundGravityRangeFactor = f.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR, this.prunedNodesAll = [], this.growTreeIterations = 0, this.afterGrowthIterations = 0, this.isTreeGrowing = !1, this.isGrowthFinished = !1);
2007
- }, O.prototype.initSpringEmbedder = function() {
2008
- l.prototype.initSpringEmbedder.call(this), this.coolingCycle = 0, this.maxCoolingCycle = this.maxIterations / f.CONVERGENCE_CHECK_PERIOD, this.finalTemperature = 0.04, this.coolingAdjuster = 1;
2009
- }, O.prototype.layout = function() {
2010
- var n = T.DEFAULT_CREATE_BENDS_AS_NEEDED;
2011
- return n && (this.createBendpoints(), this.graphManager.resetAllEdges()), this.level = 0, this.classicLayout();
2012
- }, O.prototype.classicLayout = function() {
2013
- if (this.nodesWithGravity = this.calculateNodesToApplyGravitationTo(), this.graphManager.setAllNodesToApplyGravitation(this.nodesWithGravity), this.calcNoOfChildrenForAllNodes(), this.graphManager.calcLowestCommonAncestors(), this.graphManager.calcInclusionTreeDepths(), this.graphManager.getRoot().calcEstimatedSize(), this.calcIdealEdgeLengths(), this.incremental) {
2014
- if (s.TREE_REDUCTION_ON_INCREMENTAL) {
2015
- this.reduceTrees(), this.graphManager.resetAllNodesToApplyGravitation();
2016
- var m = new Set(this.getAllNodes()), p = this.nodesWithGravity.filter(function(R) {
2017
- return m.has(R);
2018
- });
2019
- this.graphManager.setAllNodesToApplyGravitation(p);
2020
- }
2021
- } else {
2022
- var n = this.getFlatForest();
2023
- if (n.length > 0)
2024
- this.positionNodesRadially(n);
2025
- else {
2026
- this.reduceTrees(), this.graphManager.resetAllNodesToApplyGravitation();
2027
- var m = new Set(this.getAllNodes()), p = this.nodesWithGravity.filter(function(E) {
2028
- return m.has(E);
2029
- });
2030
- this.graphManager.setAllNodesToApplyGravitation(p), this.positionNodesRandomly();
2031
- }
2032
- }
2033
- return Object.keys(this.constraints).length > 0 && (c.handleConstraints(this), this.initConstraintVariables()), this.initSpringEmbedder(), s.APPLY_LAYOUT && this.runSpringEmbedder(), !0;
2034
- }, O.prototype.tick = function() {
2035
- if (this.totalIterations++, this.totalIterations === this.maxIterations && !this.isTreeGrowing && !this.isGrowthFinished)
2036
- if (this.prunedNodesAll.length > 0)
2037
- this.isTreeGrowing = !0;
2038
- else
2039
- return !0;
2040
- if (this.totalIterations % f.CONVERGENCE_CHECK_PERIOD == 0 && !this.isTreeGrowing && !this.isGrowthFinished) {
2041
- if (this.isConverged())
2042
- if (this.prunedNodesAll.length > 0)
2043
- this.isTreeGrowing = !0;
2044
- else
2045
- return !0;
2046
- this.coolingCycle++, this.layoutQuality == 0 ? this.coolingAdjuster = this.coolingCycle : this.layoutQuality == 1 && (this.coolingAdjuster = this.coolingCycle / 3), this.coolingFactor = Math.max(this.initialCoolingFactor - Math.pow(this.coolingCycle, Math.log(100 * (this.initialCoolingFactor - this.finalTemperature)) / Math.log(this.maxCoolingCycle)) / 100 * this.coolingAdjuster, this.finalTemperature), this.animationPeriod = Math.ceil(this.initialAnimationPeriod * Math.sqrt(this.coolingFactor));
2047
- }
2048
- if (this.isTreeGrowing) {
2049
- if (this.growTreeIterations % 10 == 0)
2050
- if (this.prunedNodesAll.length > 0) {
2051
- this.graphManager.updateBounds(), this.updateGrid(), this.growTree(this.prunedNodesAll), this.graphManager.resetAllNodesToApplyGravitation();
2052
- var n = new Set(this.getAllNodes()), m = this.nodesWithGravity.filter(function(y) {
2053
- return n.has(y);
2054
- });
2055
- this.graphManager.setAllNodesToApplyGravitation(m), this.graphManager.updateBounds(), this.updateGrid(), s.PURE_INCREMENTAL ? this.coolingFactor = f.DEFAULT_COOLING_FACTOR_INCREMENTAL / 2 : this.coolingFactor = f.DEFAULT_COOLING_FACTOR_INCREMENTAL;
2056
- } else
2057
- this.isTreeGrowing = !1, this.isGrowthFinished = !0;
2058
- this.growTreeIterations++;
2059
- }
2060
- if (this.isGrowthFinished) {
2061
- if (this.isConverged())
2062
- return !0;
2063
- this.afterGrowthIterations % 10 == 0 && (this.graphManager.updateBounds(), this.updateGrid()), s.PURE_INCREMENTAL ? this.coolingFactor = f.DEFAULT_COOLING_FACTOR_INCREMENTAL / 2 * ((100 - this.afterGrowthIterations) / 100) : this.coolingFactor = f.DEFAULT_COOLING_FACTOR_INCREMENTAL * ((100 - this.afterGrowthIterations) / 100), this.afterGrowthIterations++;
2064
- }
2065
- var p = !this.isTreeGrowing && !this.isGrowthFinished, E = this.growTreeIterations % 10 == 1 && this.isTreeGrowing || this.afterGrowthIterations % 10 == 1 && this.isGrowthFinished;
2066
- return this.totalDisplacement = 0, this.graphManager.updateBounds(), this.calcSpringForces(), this.calcRepulsionForces(p, E), this.calcGravitationalForces(), this.moveNodes(), this.animate(), !1;
2067
- }, O.prototype.getPositionsData = function() {
2068
- for (var n = this.graphManager.getAllNodes(), m = {}, p = 0; p < n.length; p++) {
2069
- var E = n[p].rect, y = n[p].id;
2070
- m[y] = {
2071
- id: y,
2072
- x: E.getCenterX(),
2073
- y: E.getCenterY(),
2074
- w: E.width,
2075
- h: E.height
2076
- };
2077
- }
2078
- return m;
2079
- }, O.prototype.runSpringEmbedder = function() {
2080
- this.initialAnimationPeriod = 25, this.animationPeriod = this.initialAnimationPeriod;
2081
- var n = !1;
2082
- if (f.ANIMATE === "during")
2083
- this.emit("layoutstarted");
2084
- else {
2085
- for (; !n; )
2086
- n = this.tick();
2087
- this.graphManager.updateBounds();
2088
- }
2089
- }, O.prototype.moveNodes = function() {
2090
- for (var n = this.getAllNodes(), m, p = 0; p < n.length; p++)
2091
- m = n[p], m.calculateDisplacement();
2092
- Object.keys(this.constraints).length > 0 && this.updateDisplacements();
2093
- for (var p = 0; p < n.length; p++)
2094
- m = n[p], m.move();
2095
- }, O.prototype.initConstraintVariables = function() {
2096
- var n = this;
2097
- this.idToNodeMap = /* @__PURE__ */ new Map(), this.fixedNodeSet = /* @__PURE__ */ new Set();
2098
- for (var m = this.graphManager.getAllNodes(), p = 0; p < m.length; p++) {
2099
- var E = m[p];
2100
- this.idToNodeMap.set(E.id, E);
2101
- }
2102
- var y = function w(H) {
2103
- for (var B = H.getChild().getNodes(), _, ht = 0, Q = 0; Q < B.length; Q++)
2104
- _ = B[Q], _.getChild() == null ? n.fixedNodeSet.has(_.id) && (ht += 100) : ht += w(_);
2105
- return ht;
2106
- };
2107
- if (this.constraints.fixedNodeConstraint) {
2108
- this.constraints.fixedNodeConstraint.forEach(function(B) {
2109
- n.fixedNodeSet.add(B.nodeId);
2110
- });
2111
- for (var m = this.graphManager.getAllNodes(), E, p = 0; p < m.length; p++)
2112
- if (E = m[p], E.getChild() != null) {
2113
- var R = y(E);
2114
- R > 0 && (E.fixedNodeWeight = R);
2115
- }
2116
- }
2117
- if (this.constraints.relativePlacementConstraint) {
2118
- var M = /* @__PURE__ */ new Map(), S = /* @__PURE__ */ new Map();
2119
- if (this.dummyToNodeForVerticalAlignment = /* @__PURE__ */ new Map(), this.dummyToNodeForHorizontalAlignment = /* @__PURE__ */ new Map(), this.fixedNodesOnHorizontal = /* @__PURE__ */ new Set(), this.fixedNodesOnVertical = /* @__PURE__ */ new Set(), this.fixedNodeSet.forEach(function(w) {
2120
- n.fixedNodesOnHorizontal.add(w), n.fixedNodesOnVertical.add(w);
2121
- }), this.constraints.alignmentConstraint) {
2122
- if (this.constraints.alignmentConstraint.vertical)
2123
- for (var W = this.constraints.alignmentConstraint.vertical, p = 0; p < W.length; p++)
2124
- this.dummyToNodeForVerticalAlignment.set("dummy" + p, []), W[p].forEach(function(H) {
2125
- M.set(H, "dummy" + p), n.dummyToNodeForVerticalAlignment.get("dummy" + p).push(H), n.fixedNodeSet.has(H) && n.fixedNodesOnHorizontal.add("dummy" + p);
2126
- });
2127
- if (this.constraints.alignmentConstraint.horizontal)
2128
- for (var D = this.constraints.alignmentConstraint.horizontal, p = 0; p < D.length; p++)
2129
- this.dummyToNodeForHorizontalAlignment.set("dummy" + p, []), D[p].forEach(function(H) {
2130
- S.set(H, "dummy" + p), n.dummyToNodeForHorizontalAlignment.get("dummy" + p).push(H), n.fixedNodeSet.has(H) && n.fixedNodesOnVertical.add("dummy" + p);
2131
- });
2132
- }
2133
- if (s.RELAX_MOVEMENT_ON_CONSTRAINTS)
2134
- this.shuffle = function(w) {
2135
- var H, B, _;
2136
- for (_ = w.length - 1; _ >= 2 * w.length / 3; _--)
2137
- H = Math.floor(Math.random() * (_ + 1)), B = w[_], w[_] = w[H], w[H] = B;
2138
- return w;
2139
- }, this.nodesInRelativeHorizontal = [], this.nodesInRelativeVertical = [], this.nodeToRelativeConstraintMapHorizontal = /* @__PURE__ */ new Map(), this.nodeToRelativeConstraintMapVertical = /* @__PURE__ */ new Map(), this.nodeToTempPositionMapHorizontal = /* @__PURE__ */ new Map(), this.nodeToTempPositionMapVertical = /* @__PURE__ */ new Map(), this.constraints.relativePlacementConstraint.forEach(function(w) {
2140
- if (w.left) {
2141
- var H = M.has(w.left) ? M.get(w.left) : w.left, B = M.has(w.right) ? M.get(w.right) : w.right;
2142
- n.nodesInRelativeHorizontal.includes(H) || (n.nodesInRelativeHorizontal.push(H), n.nodeToRelativeConstraintMapHorizontal.set(H, []), n.dummyToNodeForVerticalAlignment.has(H) ? n.nodeToTempPositionMapHorizontal.set(H, n.idToNodeMap.get(n.dummyToNodeForVerticalAlignment.get(H)[0]).getCenterX()) : n.nodeToTempPositionMapHorizontal.set(H, n.idToNodeMap.get(H).getCenterX())), n.nodesInRelativeHorizontal.includes(B) || (n.nodesInRelativeHorizontal.push(B), n.nodeToRelativeConstraintMapHorizontal.set(B, []), n.dummyToNodeForVerticalAlignment.has(B) ? n.nodeToTempPositionMapHorizontal.set(B, n.idToNodeMap.get(n.dummyToNodeForVerticalAlignment.get(B)[0]).getCenterX()) : n.nodeToTempPositionMapHorizontal.set(B, n.idToNodeMap.get(B).getCenterX())), n.nodeToRelativeConstraintMapHorizontal.get(H).push({ right: B, gap: w.gap }), n.nodeToRelativeConstraintMapHorizontal.get(B).push({ left: H, gap: w.gap });
2143
- } else {
2144
- var _ = S.has(w.top) ? S.get(w.top) : w.top, ht = S.has(w.bottom) ? S.get(w.bottom) : w.bottom;
2145
- n.nodesInRelativeVertical.includes(_) || (n.nodesInRelativeVertical.push(_), n.nodeToRelativeConstraintMapVertical.set(_, []), n.dummyToNodeForHorizontalAlignment.has(_) ? n.nodeToTempPositionMapVertical.set(_, n.idToNodeMap.get(n.dummyToNodeForHorizontalAlignment.get(_)[0]).getCenterY()) : n.nodeToTempPositionMapVertical.set(_, n.idToNodeMap.get(_).getCenterY())), n.nodesInRelativeVertical.includes(ht) || (n.nodesInRelativeVertical.push(ht), n.nodeToRelativeConstraintMapVertical.set(ht, []), n.dummyToNodeForHorizontalAlignment.has(ht) ? n.nodeToTempPositionMapVertical.set(ht, n.idToNodeMap.get(n.dummyToNodeForHorizontalAlignment.get(ht)[0]).getCenterY()) : n.nodeToTempPositionMapVertical.set(ht, n.idToNodeMap.get(ht).getCenterY())), n.nodeToRelativeConstraintMapVertical.get(_).push({ bottom: ht, gap: w.gap }), n.nodeToRelativeConstraintMapVertical.get(ht).push({ top: _, gap: w.gap });
2146
- }
2147
- });
2148
- else {
2149
- var q = /* @__PURE__ */ new Map(), V = /* @__PURE__ */ new Map();
2150
- this.constraints.relativePlacementConstraint.forEach(function(w) {
2151
- if (w.left) {
2152
- var H = M.has(w.left) ? M.get(w.left) : w.left, B = M.has(w.right) ? M.get(w.right) : w.right;
2153
- q.has(H) ? q.get(H).push(B) : q.set(H, [B]), q.has(B) ? q.get(B).push(H) : q.set(B, [H]);
2154
- } else {
2155
- var _ = S.has(w.top) ? S.get(w.top) : w.top, ht = S.has(w.bottom) ? S.get(w.bottom) : w.bottom;
2156
- V.has(_) ? V.get(_).push(ht) : V.set(_, [ht]), V.has(ht) ? V.get(ht).push(_) : V.set(ht, [_]);
2157
- }
2158
- });
2159
- var X = function(H, B) {
2160
- var _ = [], ht = [], Q = new K(), It = /* @__PURE__ */ new Set(), Nt = 0;
2161
- return H.forEach(function(vt, rt) {
2162
- if (!It.has(rt)) {
2163
- _[Nt] = [], ht[Nt] = !1;
2164
- var gt = rt;
2165
- for (Q.push(gt), It.add(gt), _[Nt].push(gt); Q.length != 0; ) {
2166
- gt = Q.shift(), B.has(gt) && (ht[Nt] = !0);
2167
- var mt = H.get(gt);
2168
- mt.forEach(function(At) {
2169
- It.has(At) || (Q.push(At), It.add(At), _[Nt].push(At));
2170
- });
2171
- }
2172
- Nt++;
2173
- }
2174
- }), { components: _, isFixed: ht };
2175
- }, et = X(q, n.fixedNodesOnHorizontal);
2176
- this.componentsOnHorizontal = et.components, this.fixedComponentsOnHorizontal = et.isFixed;
2177
- var z = X(V, n.fixedNodesOnVertical);
2178
- this.componentsOnVertical = z.components, this.fixedComponentsOnVertical = z.isFixed;
2179
- }
2180
- }
2181
- }, O.prototype.updateDisplacements = function() {
2182
- var n = this;
2183
- if (this.constraints.fixedNodeConstraint && this.constraints.fixedNodeConstraint.forEach(function(z) {
2184
- var w = n.idToNodeMap.get(z.nodeId);
2185
- w.displacementX = 0, w.displacementY = 0;
2186
- }), this.constraints.alignmentConstraint) {
2187
- if (this.constraints.alignmentConstraint.vertical)
2188
- for (var m = this.constraints.alignmentConstraint.vertical, p = 0; p < m.length; p++) {
2189
- for (var E = 0, y = 0; y < m[p].length; y++) {
2190
- if (this.fixedNodeSet.has(m[p][y])) {
2191
- E = 0;
2192
- break;
2193
- }
2194
- E += this.idToNodeMap.get(m[p][y]).displacementX;
2195
- }
2196
- for (var R = E / m[p].length, y = 0; y < m[p].length; y++)
2197
- this.idToNodeMap.get(m[p][y]).displacementX = R;
2198
- }
2199
- if (this.constraints.alignmentConstraint.horizontal)
2200
- for (var M = this.constraints.alignmentConstraint.horizontal, p = 0; p < M.length; p++) {
2201
- for (var S = 0, y = 0; y < M[p].length; y++) {
2202
- if (this.fixedNodeSet.has(M[p][y])) {
2203
- S = 0;
2204
- break;
2205
- }
2206
- S += this.idToNodeMap.get(M[p][y]).displacementY;
2207
- }
2208
- for (var W = S / M[p].length, y = 0; y < M[p].length; y++)
2209
- this.idToNodeMap.get(M[p][y]).displacementY = W;
2210
- }
2211
- }
2212
- if (this.constraints.relativePlacementConstraint)
2213
- if (s.RELAX_MOVEMENT_ON_CONSTRAINTS)
2214
- this.totalIterations % 10 == 0 && (this.shuffle(this.nodesInRelativeHorizontal), this.shuffle(this.nodesInRelativeVertical)), this.nodesInRelativeHorizontal.forEach(function(z) {
2215
- if (!n.fixedNodesOnHorizontal.has(z)) {
2216
- var w = 0;
2217
- n.dummyToNodeForVerticalAlignment.has(z) ? w = n.idToNodeMap.get(n.dummyToNodeForVerticalAlignment.get(z)[0]).displacementX : w = n.idToNodeMap.get(z).displacementX, n.nodeToRelativeConstraintMapHorizontal.get(z).forEach(function(H) {
2218
- if (H.right) {
2219
- var B = n.nodeToTempPositionMapHorizontal.get(H.right) - n.nodeToTempPositionMapHorizontal.get(z) - w;
2220
- B < H.gap && (w -= H.gap - B);
2221
- } else {
2222
- var B = n.nodeToTempPositionMapHorizontal.get(z) - n.nodeToTempPositionMapHorizontal.get(H.left) + w;
2223
- B < H.gap && (w += H.gap - B);
2224
- }
2225
- }), n.nodeToTempPositionMapHorizontal.set(z, n.nodeToTempPositionMapHorizontal.get(z) + w), n.dummyToNodeForVerticalAlignment.has(z) ? n.dummyToNodeForVerticalAlignment.get(z).forEach(function(H) {
2226
- n.idToNodeMap.get(H).displacementX = w;
2227
- }) : n.idToNodeMap.get(z).displacementX = w;
2228
- }
2229
- }), this.nodesInRelativeVertical.forEach(function(z) {
2230
- if (!n.fixedNodesOnHorizontal.has(z)) {
2231
- var w = 0;
2232
- n.dummyToNodeForHorizontalAlignment.has(z) ? w = n.idToNodeMap.get(n.dummyToNodeForHorizontalAlignment.get(z)[0]).displacementY : w = n.idToNodeMap.get(z).displacementY, n.nodeToRelativeConstraintMapVertical.get(z).forEach(function(H) {
2233
- if (H.bottom) {
2234
- var B = n.nodeToTempPositionMapVertical.get(H.bottom) - n.nodeToTempPositionMapVertical.get(z) - w;
2235
- B < H.gap && (w -= H.gap - B);
2236
- } else {
2237
- var B = n.nodeToTempPositionMapVertical.get(z) - n.nodeToTempPositionMapVertical.get(H.top) + w;
2238
- B < H.gap && (w += H.gap - B);
2239
- }
2240
- }), n.nodeToTempPositionMapVertical.set(z, n.nodeToTempPositionMapVertical.get(z) + w), n.dummyToNodeForHorizontalAlignment.has(z) ? n.dummyToNodeForHorizontalAlignment.get(z).forEach(function(H) {
2241
- n.idToNodeMap.get(H).displacementY = w;
2242
- }) : n.idToNodeMap.get(z).displacementY = w;
2243
- }
2244
- });
2245
- else {
2246
- for (var p = 0; p < this.componentsOnHorizontal.length; p++) {
2247
- var D = this.componentsOnHorizontal[p];
2248
- if (this.fixedComponentsOnHorizontal[p])
2249
- for (var y = 0; y < D.length; y++)
2250
- this.dummyToNodeForVerticalAlignment.has(D[y]) ? this.dummyToNodeForVerticalAlignment.get(D[y]).forEach(function(H) {
2251
- n.idToNodeMap.get(H).displacementX = 0;
2252
- }) : this.idToNodeMap.get(D[y]).displacementX = 0;
2253
- else {
2254
- for (var q = 0, V = 0, y = 0; y < D.length; y++)
2255
- if (this.dummyToNodeForVerticalAlignment.has(D[y])) {
2256
- var X = this.dummyToNodeForVerticalAlignment.get(D[y]);
2257
- q += X.length * this.idToNodeMap.get(X[0]).displacementX, V += X.length;
2258
- } else
2259
- q += this.idToNodeMap.get(D[y]).displacementX, V++;
2260
- for (var et = q / V, y = 0; y < D.length; y++)
2261
- this.dummyToNodeForVerticalAlignment.has(D[y]) ? this.dummyToNodeForVerticalAlignment.get(D[y]).forEach(function(H) {
2262
- n.idToNodeMap.get(H).displacementX = et;
2263
- }) : this.idToNodeMap.get(D[y]).displacementX = et;
2264
- }
2265
- }
2266
- for (var p = 0; p < this.componentsOnVertical.length; p++) {
2267
- var D = this.componentsOnVertical[p];
2268
- if (this.fixedComponentsOnVertical[p])
2269
- for (var y = 0; y < D.length; y++)
2270
- this.dummyToNodeForHorizontalAlignment.has(D[y]) ? this.dummyToNodeForHorizontalAlignment.get(D[y]).forEach(function(B) {
2271
- n.idToNodeMap.get(B).displacementY = 0;
2272
- }) : this.idToNodeMap.get(D[y]).displacementY = 0;
2273
- else {
2274
- for (var q = 0, V = 0, y = 0; y < D.length; y++)
2275
- if (this.dummyToNodeForHorizontalAlignment.has(D[y])) {
2276
- var X = this.dummyToNodeForHorizontalAlignment.get(D[y]);
2277
- q += X.length * this.idToNodeMap.get(X[0]).displacementY, V += X.length;
2278
- } else
2279
- q += this.idToNodeMap.get(D[y]).displacementY, V++;
2280
- for (var et = q / V, y = 0; y < D.length; y++)
2281
- this.dummyToNodeForHorizontalAlignment.has(D[y]) ? this.dummyToNodeForHorizontalAlignment.get(D[y]).forEach(function(Q) {
2282
- n.idToNodeMap.get(Q).displacementY = et;
2283
- }) : this.idToNodeMap.get(D[y]).displacementY = et;
2284
- }
2285
- }
2286
- }
2287
- }, O.prototype.calculateNodesToApplyGravitationTo = function() {
2288
- var n = [], m, p = this.graphManager.getGraphs(), E = p.length, y;
2289
- for (y = 0; y < E; y++)
2290
- m = p[y], m.updateConnected(), m.isConnected || (n = n.concat(m.getNodes()));
2291
- return n;
2292
- }, O.prototype.createBendpoints = function() {
2293
- var n = [];
2294
- n = n.concat(this.graphManager.getAllEdges());
2295
- var m = /* @__PURE__ */ new Set(), p;
2296
- for (p = 0; p < n.length; p++) {
2297
- var E = n[p];
2298
- if (!m.has(E)) {
2299
- var y = E.getSource(), R = E.getTarget();
2300
- if (y == R)
2301
- E.getBendpoints().push(new v()), E.getBendpoints().push(new v()), this.createDummyNodesForBendpoints(E), m.add(E);
2302
- else {
2303
- var M = [];
2304
- if (M = M.concat(y.getEdgeListToNode(R)), M = M.concat(R.getEdgeListToNode(y)), !m.has(M[0])) {
2305
- if (M.length > 1) {
2306
- var S;
2307
- for (S = 0; S < M.length; S++) {
2308
- var W = M[S];
2309
- W.getBendpoints().push(new v()), this.createDummyNodesForBendpoints(W);
2310
- }
2311
- }
2312
- M.forEach(function(D) {
2313
- m.add(D);
2314
- });
2315
- }
2316
- }
2317
- }
2318
- if (m.size == n.length)
2319
- break;
2320
- }
2321
- }, O.prototype.positionNodesRadially = function(n) {
2322
- for (var m = new d(0, 0), p = Math.ceil(Math.sqrt(n.length)), E = 0, y = 0, R = 0, M = new v(0, 0), S = 0; S < n.length; S++) {
2323
- S % p == 0 && (R = 0, y = E, S != 0 && (y += s.DEFAULT_COMPONENT_SEPERATION), E = 0);
2324
- var W = n[S], D = b.findCenterOfTree(W);
2325
- m.x = R, m.y = y, M = O.radialLayout(W, D, m), M.y > E && (E = Math.floor(M.y)), R = Math.floor(M.x + s.DEFAULT_COMPONENT_SEPERATION);
2326
- }
2327
- this.transform(new v(T.WORLD_CENTER_X - M.x / 2, T.WORLD_CENTER_Y - M.y / 2));
2328
- }, O.radialLayout = function(n, m, p) {
2329
- var E = Math.max(this.maxDiagonalInTree(n), s.DEFAULT_RADIAL_SEPARATION);
2330
- O.branchRadialLayout(m, null, 0, 359, 0, E);
2331
- var y = k.calculateBounds(n), R = new Y();
2332
- R.setDeviceOrgX(y.getMinX()), R.setDeviceOrgY(y.getMinY()), R.setWorldOrgX(p.x), R.setWorldOrgY(p.y);
2333
- for (var M = 0; M < n.length; M++) {
2334
- var S = n[M];
2335
- S.transform(R);
2336
- }
2337
- var W = new v(y.getMaxX(), y.getMaxY());
2338
- return R.inverseTransformPoint(W);
2339
- }, O.branchRadialLayout = function(n, m, p, E, y, R) {
2340
- var M = (E - p + 1) / 2;
2341
- M < 0 && (M += 180);
2342
- var S = (M + p) % 360, W = S * G.TWO_PI / 360, D = y * Math.cos(W), q = y * Math.sin(W);
2343
- n.setCenter(D, q);
2344
- var V = [];
2345
- V = V.concat(n.getEdges());
2346
- var X = V.length;
2347
- m != null && X--;
2348
- for (var et = 0, z = V.length, w, H = n.getEdgesBetween(m); H.length > 1; ) {
2349
- var B = H[0];
2350
- H.splice(0, 1);
2351
- var _ = V.indexOf(B);
2352
- _ >= 0 && V.splice(_, 1), z--, X--;
2353
- }
2354
- m != null ? w = (V.indexOf(H[0]) + 1) % z : w = 0;
2355
- for (var ht = Math.abs(E - p) / X, Q = w; et != X; Q = ++Q % z) {
2356
- var It = V[Q].getOtherEnd(n);
2357
- if (It != m) {
2358
- var Nt = (p + et * ht) % 360, vt = (Nt + ht) % 360;
2359
- O.branchRadialLayout(It, n, Nt, vt, y + R, R), et++;
2360
- }
2361
- }
2362
- }, O.maxDiagonalInTree = function(n) {
2363
- for (var m = C.MIN_VALUE, p = 0; p < n.length; p++) {
2364
- var E = n[p], y = E.getDiagonal();
2365
- y > m && (m = y);
2366
- }
2367
- return m;
2368
- }, O.prototype.calcRepulsionRange = function() {
2369
- return 2 * (this.level + 1) * this.idealEdgeLength;
2370
- }, O.prototype.groupZeroDegreeMembers = function() {
2371
- var n = this, m = {};
2372
- this.memberGroups = {}, this.idToDummyNode = {};
2373
- for (var p = [], E = this.graphManager.getAllNodes(), y = 0; y < E.length; y++) {
2374
- var R = E[y], M = R.getParent();
2375
- this.getNodeDegreeWithChildren(R) === 0 && (M.id == null || !this.getToBeTiled(M)) && p.push(R);
2376
- }
2377
- for (var y = 0; y < p.length; y++) {
2378
- var R = p[y], S = R.getParent().id;
2379
- typeof m[S] > "u" && (m[S] = []), m[S] = m[S].concat(R);
2380
- }
2381
- Object.keys(m).forEach(function(W) {
2382
- if (m[W].length > 1) {
2383
- var D = "DummyCompound_" + W;
2384
- n.memberGroups[D] = m[W];
2385
- var q = m[W][0].getParent(), V = new t(n.graphManager);
2386
- V.id = D, V.paddingLeft = q.paddingLeft || 0, V.paddingRight = q.paddingRight || 0, V.paddingBottom = q.paddingBottom || 0, V.paddingTop = q.paddingTop || 0, n.idToDummyNode[D] = V;
2387
- var X = n.getGraphManager().add(n.newGraph(), V), et = q.getChild();
2388
- et.add(V);
2389
- for (var z = 0; z < m[W].length; z++) {
2390
- var w = m[W][z];
2391
- et.remove(w), X.add(w);
2392
- }
2393
- }
2394
- });
2395
- }, O.prototype.clearCompounds = function() {
2396
- var n = {}, m = {};
2397
- this.performDFSOnCompounds();
2398
- for (var p = 0; p < this.compoundOrder.length; p++)
2399
- m[this.compoundOrder[p].id] = this.compoundOrder[p], n[this.compoundOrder[p].id] = [].concat(this.compoundOrder[p].getChild().getNodes()), this.graphManager.remove(this.compoundOrder[p].getChild()), this.compoundOrder[p].child = null;
2400
- this.graphManager.resetAllNodes(), this.tileCompoundMembers(n, m);
2401
- }, O.prototype.clearZeroDegreeMembers = function() {
2402
- var n = this, m = this.tiledZeroDegreePack = [];
2403
- Object.keys(this.memberGroups).forEach(function(p) {
2404
- var E = n.idToDummyNode[p];
2405
- if (m[p] = n.tileNodes(n.memberGroups[p], E.paddingLeft + E.paddingRight), E.rect.width = m[p].width, E.rect.height = m[p].height, E.setCenter(m[p].centerX, m[p].centerY), E.labelMarginLeft = 0, E.labelMarginTop = 0, s.NODE_DIMENSIONS_INCLUDE_LABELS) {
2406
- var y = E.rect.width, R = E.rect.height;
2407
- E.labelWidth && (E.labelPosHorizontal == "left" ? (E.rect.x -= E.labelWidth, E.setWidth(y + E.labelWidth), E.labelMarginLeft = E.labelWidth) : E.labelPosHorizontal == "center" && E.labelWidth > y ? (E.rect.x -= (E.labelWidth - y) / 2, E.setWidth(E.labelWidth), E.labelMarginLeft = (E.labelWidth - y) / 2) : E.labelPosHorizontal == "right" && E.setWidth(y + E.labelWidth)), E.labelHeight && (E.labelPosVertical == "top" ? (E.rect.y -= E.labelHeight, E.setHeight(R + E.labelHeight), E.labelMarginTop = E.labelHeight) : E.labelPosVertical == "center" && E.labelHeight > R ? (E.rect.y -= (E.labelHeight - R) / 2, E.setHeight(E.labelHeight), E.labelMarginTop = (E.labelHeight - R) / 2) : E.labelPosVertical == "bottom" && E.setHeight(R + E.labelHeight));
2408
- }
2409
- });
2410
- }, O.prototype.repopulateCompounds = function() {
2411
- for (var n = this.compoundOrder.length - 1; n >= 0; n--) {
2412
- var m = this.compoundOrder[n], p = m.id, E = m.paddingLeft, y = m.paddingTop, R = m.labelMarginLeft, M = m.labelMarginTop;
2413
- this.adjustLocations(this.tiledMemberPack[p], m.rect.x, m.rect.y, E, y, R, M);
2414
- }
2415
- }, O.prototype.repopulateZeroDegreeMembers = function() {
2416
- var n = this, m = this.tiledZeroDegreePack;
2417
- Object.keys(m).forEach(function(p) {
2418
- var E = n.idToDummyNode[p], y = E.paddingLeft, R = E.paddingTop, M = E.labelMarginLeft, S = E.labelMarginTop;
2419
- n.adjustLocations(m[p], E.rect.x, E.rect.y, y, R, M, S);
2420
- });
2421
- }, O.prototype.getToBeTiled = function(n) {
2422
- var m = n.id;
2423
- if (this.toBeTiled[m] != null)
2424
- return this.toBeTiled[m];
2425
- var p = n.getChild();
2426
- if (p == null)
2427
- return this.toBeTiled[m] = !1, !1;
2428
- for (var E = p.getNodes(), y = 0; y < E.length; y++) {
2429
- var R = E[y];
2430
- if (this.getNodeDegree(R) > 0)
2431
- return this.toBeTiled[m] = !1, !1;
2432
- if (R.getChild() == null) {
2433
- this.toBeTiled[R.id] = !1;
2434
- continue;
2435
- }
2436
- if (!this.getToBeTiled(R))
2437
- return this.toBeTiled[m] = !1, !1;
2438
- }
2439
- return this.toBeTiled[m] = !0, !0;
2440
- }, O.prototype.getNodeDegree = function(n) {
2441
- n.id;
2442
- for (var m = n.getEdges(), p = 0, E = 0; E < m.length; E++) {
2443
- var y = m[E];
2444
- y.getSource().id !== y.getTarget().id && (p = p + 1);
2445
- }
2446
- return p;
2447
- }, O.prototype.getNodeDegreeWithChildren = function(n) {
2448
- var m = this.getNodeDegree(n);
2449
- if (n.getChild() == null)
2450
- return m;
2451
- for (var p = n.getChild().getNodes(), E = 0; E < p.length; E++) {
2452
- var y = p[E];
2453
- m += this.getNodeDegreeWithChildren(y);
2454
- }
2455
- return m;
2456
- }, O.prototype.performDFSOnCompounds = function() {
2457
- this.compoundOrder = [], this.fillCompexOrderByDFS(this.graphManager.getRoot().getNodes());
2458
- }, O.prototype.fillCompexOrderByDFS = function(n) {
2459
- for (var m = 0; m < n.length; m++) {
2460
- var p = n[m];
2461
- p.getChild() != null && this.fillCompexOrderByDFS(p.getChild().getNodes()), this.getToBeTiled(p) && this.compoundOrder.push(p);
2462
- }
2463
- }, O.prototype.adjustLocations = function(n, m, p, E, y, R, M) {
2464
- m += E + R, p += y + M;
2465
- for (var S = m, W = 0; W < n.rows.length; W++) {
2466
- var D = n.rows[W];
2467
- m = S;
2468
- for (var q = 0, V = 0; V < D.length; V++) {
2469
- var X = D[V];
2470
- X.rect.x = m, X.rect.y = p, m += X.rect.width + n.horizontalPadding, X.rect.height > q && (q = X.rect.height);
2471
- }
2472
- p += q + n.verticalPadding;
2473
- }
2474
- }, O.prototype.tileCompoundMembers = function(n, m) {
2475
- var p = this;
2476
- this.tiledMemberPack = [], Object.keys(n).forEach(function(E) {
2477
- var y = m[E];
2478
- if (p.tiledMemberPack[E] = p.tileNodes(n[E], y.paddingLeft + y.paddingRight), y.rect.width = p.tiledMemberPack[E].width, y.rect.height = p.tiledMemberPack[E].height, y.setCenter(p.tiledMemberPack[E].centerX, p.tiledMemberPack[E].centerY), y.labelMarginLeft = 0, y.labelMarginTop = 0, s.NODE_DIMENSIONS_INCLUDE_LABELS) {
2479
- var R = y.rect.width, M = y.rect.height;
2480
- y.labelWidth && (y.labelPosHorizontal == "left" ? (y.rect.x -= y.labelWidth, y.setWidth(R + y.labelWidth), y.labelMarginLeft = y.labelWidth) : y.labelPosHorizontal == "center" && y.labelWidth > R ? (y.rect.x -= (y.labelWidth - R) / 2, y.setWidth(y.labelWidth), y.labelMarginLeft = (y.labelWidth - R) / 2) : y.labelPosHorizontal == "right" && y.setWidth(R + y.labelWidth)), y.labelHeight && (y.labelPosVertical == "top" ? (y.rect.y -= y.labelHeight, y.setHeight(M + y.labelHeight), y.labelMarginTop = y.labelHeight) : y.labelPosVertical == "center" && y.labelHeight > M ? (y.rect.y -= (y.labelHeight - M) / 2, y.setHeight(y.labelHeight), y.labelMarginTop = (y.labelHeight - M) / 2) : y.labelPosVertical == "bottom" && y.setHeight(M + y.labelHeight));
2481
- }
2482
- });
2483
- }, O.prototype.tileNodes = function(n, m) {
2484
- var p = this.tileNodesByFavoringDim(n, m, !0), E = this.tileNodesByFavoringDim(n, m, !1), y = this.getOrgRatio(p), R = this.getOrgRatio(E), M;
2485
- return R < y ? M = E : M = p, M;
2486
- }, O.prototype.getOrgRatio = function(n) {
2487
- var m = n.width, p = n.height, E = m / p;
2488
- return E < 1 && (E = 1 / E), E;
2489
- }, O.prototype.calcIdealRowWidth = function(n, m) {
2490
- var p = s.TILING_PADDING_VERTICAL, E = s.TILING_PADDING_HORIZONTAL, y = n.length, R = 0, M = 0, S = 0;
2491
- n.forEach(function(z) {
2492
- R += z.getWidth(), M += z.getHeight(), z.getWidth() > S && (S = z.getWidth());
2493
- });
2494
- var W = R / y, D = M / y, q = Math.pow(p - E, 2) + 4 * (W + E) * (D + p) * y, V = (E - p + Math.sqrt(q)) / (2 * (W + E)), X;
2495
- m ? (X = Math.ceil(V), X == V && X++) : X = Math.floor(V);
2496
- var et = X * (W + E) - E;
2497
- return S > et && (et = S), et += E * 2, et;
2498
- }, O.prototype.tileNodesByFavoringDim = function(n, m, p) {
2499
- var E = s.TILING_PADDING_VERTICAL, y = s.TILING_PADDING_HORIZONTAL, R = s.TILING_COMPARE_BY, M = {
2500
- rows: [],
2501
- rowWidth: [],
2502
- rowHeight: [],
2503
- width: 0,
2504
- height: m,
2505
- // assume minHeight equals to minWidth
2506
- verticalPadding: E,
2507
- horizontalPadding: y,
2508
- centerX: 0,
2509
- centerY: 0
2510
- };
2511
- R && (M.idealRowWidth = this.calcIdealRowWidth(n, p));
2512
- var S = function(w) {
2513
- return w.rect.width * w.rect.height;
2514
- }, W = function(w, H) {
2515
- return S(H) - S(w);
2516
- };
2517
- n.sort(function(z, w) {
2518
- var H = W;
2519
- return M.idealRowWidth ? (H = R, H(z.id, w.id)) : H(z, w);
2520
- });
2521
- for (var D = 0, q = 0, V = 0; V < n.length; V++) {
2522
- var X = n[V];
2523
- D += X.getCenterX(), q += X.getCenterY();
2524
- }
2525
- M.centerX = D / n.length, M.centerY = q / n.length;
2526
- for (var V = 0; V < n.length; V++) {
2527
- var X = n[V];
2528
- if (M.rows.length == 0)
2529
- this.insertNodeToRow(M, X, 0, m);
2530
- else if (this.canAddHorizontal(M, X.rect.width, X.rect.height)) {
2531
- var et = M.rows.length - 1;
2532
- M.idealRowWidth || (et = this.getShortestRowIndex(M)), this.insertNodeToRow(M, X, et, m);
2533
- } else
2534
- this.insertNodeToRow(M, X, M.rows.length, m);
2535
- this.shiftToLastRow(M);
2536
- }
2537
- return M;
2538
- }, O.prototype.insertNodeToRow = function(n, m, p, E) {
2539
- var y = E;
2540
- if (p == n.rows.length) {
2541
- var R = [];
2542
- n.rows.push(R), n.rowWidth.push(y), n.rowHeight.push(0);
2543
- }
2544
- var M = n.rowWidth[p] + m.rect.width;
2545
- n.rows[p].length > 0 && (M += n.horizontalPadding), n.rowWidth[p] = M, n.width < M && (n.width = M);
2546
- var S = m.rect.height;
2547
- p > 0 && (S += n.verticalPadding);
2548
- var W = 0;
2549
- S > n.rowHeight[p] && (W = n.rowHeight[p], n.rowHeight[p] = S, W = n.rowHeight[p] - W), n.height += W, n.rows[p].push(m);
2550
- }, O.prototype.getShortestRowIndex = function(n) {
2551
- for (var m = -1, p = Number.MAX_VALUE, E = 0; E < n.rows.length; E++)
2552
- n.rowWidth[E] < p && (m = E, p = n.rowWidth[E]);
2553
- return m;
2554
- }, O.prototype.getLongestRowIndex = function(n) {
2555
- for (var m = -1, p = Number.MIN_VALUE, E = 0; E < n.rows.length; E++)
2556
- n.rowWidth[E] > p && (m = E, p = n.rowWidth[E]);
2557
- return m;
2558
- }, O.prototype.canAddHorizontal = function(n, m, p) {
2559
- if (n.idealRowWidth) {
2560
- var E = n.rows.length - 1, y = n.rowWidth[E];
2561
- return y + m + n.horizontalPadding <= n.idealRowWidth;
2562
- }
2563
- var R = this.getShortestRowIndex(n);
2564
- if (R < 0)
2565
- return !0;
2566
- var M = n.rowWidth[R];
2567
- if (M + n.horizontalPadding + m <= n.width) return !0;
2568
- var S = 0;
2569
- n.rowHeight[R] < p && R > 0 && (S = p + n.verticalPadding - n.rowHeight[R]);
2570
- var W;
2571
- n.width - M >= m + n.horizontalPadding ? W = (n.height + S) / (M + m + n.horizontalPadding) : W = (n.height + S) / n.width, S = p + n.verticalPadding;
2572
- var D;
2573
- return n.width < m ? D = (n.height + S) / m : D = (n.height + S) / n.width, D < 1 && (D = 1 / D), W < 1 && (W = 1 / W), W < D;
2574
- }, O.prototype.shiftToLastRow = function(n) {
2575
- var m = this.getLongestRowIndex(n), p = n.rowWidth.length - 1, E = n.rows[m], y = E[E.length - 1], R = y.width + n.horizontalPadding;
2576
- if (n.width - n.rowWidth[p] > R && m != p) {
2577
- E.splice(-1, 1), n.rows[p].push(y), n.rowWidth[m] = n.rowWidth[m] - R, n.rowWidth[p] = n.rowWidth[p] + R, n.width = n.rowWidth[instance.getLongestRowIndex(n)];
2578
- for (var M = Number.MIN_VALUE, S = 0; S < E.length; S++)
2579
- E[S].height > M && (M = E[S].height);
2580
- m > 0 && (M += n.verticalPadding);
2581
- var W = n.rowHeight[m] + n.rowHeight[p];
2582
- n.rowHeight[m] = M, n.rowHeight[p] < y.height + n.verticalPadding && (n.rowHeight[p] = y.height + n.verticalPadding);
2583
- var D = n.rowHeight[m] + n.rowHeight[p];
2584
- n.height += D - W, this.shiftToLastRow(n);
2585
- }
2586
- }, O.prototype.tilingPreLayout = function() {
2587
- s.TILE && (this.groupZeroDegreeMembers(), this.clearCompounds(), this.clearZeroDegreeMembers());
2588
- }, O.prototype.tilingPostLayout = function() {
2589
- s.TILE && (this.repopulateZeroDegreeMembers(), this.repopulateCompounds());
2590
- }, O.prototype.reduceTrees = function() {
2591
- for (var n = [], m = !0, p; m; ) {
2592
- var E = this.graphManager.getAllNodes(), y = [];
2593
- m = !1;
2594
- for (var R = 0; R < E.length; R++)
2595
- if (p = E[R], p.getEdges().length == 1 && !p.getEdges()[0].isInterGraph && p.getChild() == null) {
2596
- if (s.PURE_INCREMENTAL) {
2597
- var M = p.getEdges()[0].getOtherEnd(p), S = new L(p.getCenterX() - M.getCenterX(), p.getCenterY() - M.getCenterY());
2598
- y.push([p, p.getEdges()[0], p.getOwner(), S]);
2599
- } else
2600
- y.push([p, p.getEdges()[0], p.getOwner()]);
2601
- m = !0;
2602
- }
2603
- if (m == !0) {
2604
- for (var W = [], D = 0; D < y.length; D++)
2605
- y[D][0].getEdges().length == 1 && (W.push(y[D]), y[D][0].getOwner().remove(y[D][0]));
2606
- n.push(W), this.graphManager.resetAllNodes(), this.graphManager.resetAllEdges();
2607
- }
2608
- }
2609
- this.prunedNodesAll = n;
2610
- }, O.prototype.growTree = function(n) {
2611
- for (var m = n.length, p = n[m - 1], E, y = 0; y < p.length; y++)
2612
- E = p[y], this.findPlaceforPrunedNode(E), E[2].add(E[0]), E[2].add(E[1], E[1].source, E[1].target);
2613
- n.splice(n.length - 1, 1), this.graphManager.resetAllNodes(), this.graphManager.resetAllEdges();
2614
- }, O.prototype.findPlaceforPrunedNode = function(n) {
2615
- var m, p, E = n[0];
2616
- if (E == n[1].source ? p = n[1].target : p = n[1].source, s.PURE_INCREMENTAL)
2617
- E.setCenter(p.getCenterX() + n[3].getWidth(), p.getCenterY() + n[3].getHeight());
2618
- else {
2619
- var y = p.startX, R = p.finishX, M = p.startY, S = p.finishY, W = 0, D = 0, q = 0, V = 0, X = [W, q, D, V];
2620
- if (M > 0)
2621
- for (var et = y; et <= R; et++)
2622
- X[0] += this.grid[et][M - 1].length + this.grid[et][M].length - 1;
2623
- if (R < this.grid.length - 1)
2624
- for (var et = M; et <= S; et++)
2625
- X[1] += this.grid[R + 1][et].length + this.grid[R][et].length - 1;
2626
- if (S < this.grid[0].length - 1)
2627
- for (var et = y; et <= R; et++)
2628
- X[2] += this.grid[et][S + 1].length + this.grid[et][S].length - 1;
2629
- if (y > 0)
2630
- for (var et = M; et <= S; et++)
2631
- X[3] += this.grid[y - 1][et].length + this.grid[y][et].length - 1;
2632
- for (var z = C.MAX_VALUE, w, H, B = 0; B < X.length; B++)
2633
- X[B] < z ? (z = X[B], w = 1, H = B) : X[B] == z && w++;
2634
- if (w == 3 && z == 0)
2635
- X[0] == 0 && X[1] == 0 && X[2] == 0 ? m = 1 : X[0] == 0 && X[1] == 0 && X[3] == 0 ? m = 0 : X[0] == 0 && X[2] == 0 && X[3] == 0 ? m = 3 : X[1] == 0 && X[2] == 0 && X[3] == 0 && (m = 2);
2636
- else if (w == 2 && z == 0) {
2637
- var _ = Math.floor(Math.random() * 2);
2638
- X[0] == 0 && X[1] == 0 ? _ == 0 ? m = 0 : m = 1 : X[0] == 0 && X[2] == 0 ? _ == 0 ? m = 0 : m = 2 : X[0] == 0 && X[3] == 0 ? _ == 0 ? m = 0 : m = 3 : X[1] == 0 && X[2] == 0 ? _ == 0 ? m = 1 : m = 2 : X[1] == 0 && X[3] == 0 ? _ == 0 ? m = 1 : m = 3 : _ == 0 ? m = 2 : m = 3;
2639
- } else if (w == 4 && z == 0) {
2640
- var _ = Math.floor(Math.random() * 4);
2641
- m = _;
2642
- } else
2643
- m = H;
2644
- m == 0 ? E.setCenter(p.getCenterX(), p.getCenterY() - p.getHeight() / 2 - f.DEFAULT_EDGE_LENGTH - E.getHeight() / 2) : m == 1 ? E.setCenter(p.getCenterX() + p.getWidth() / 2 + f.DEFAULT_EDGE_LENGTH + E.getWidth() / 2, p.getCenterY()) : m == 2 ? E.setCenter(p.getCenterX(), p.getCenterY() + p.getHeight() / 2 + f.DEFAULT_EDGE_LENGTH + E.getHeight() / 2) : E.setCenter(p.getCenterX() - p.getWidth() / 2 - f.DEFAULT_EDGE_LENGTH - E.getWidth() / 2, p.getCenterY());
2645
- }
2646
- }, a.exports = O;
2647
- })
2648
- ),
2649
- /***/
2650
- 991: (
2651
- /***/
2652
- ((a, e, r) => {
2653
- var l = r(551).FDLayoutNode, i = r(551).IMath;
2654
- function g(o, s, c, f) {
2655
- l.call(this, o, s, c, f);
2656
- }
2657
- g.prototype = Object.create(l.prototype);
2658
- for (var t in l)
2659
- g[t] = l[t];
2660
- g.prototype.calculateDisplacement = function() {
2661
- var o = this.graphManager.getLayout();
2662
- this.getChild() != null && this.fixedNodeWeight ? (this.displacementX += o.coolingFactor * (this.springForceX + this.repulsionForceX + this.gravitationForceX) / this.fixedNodeWeight, this.displacementY += o.coolingFactor * (this.springForceY + this.repulsionForceY + this.gravitationForceY) / this.fixedNodeWeight) : (this.displacementX += o.coolingFactor * (this.springForceX + this.repulsionForceX + this.gravitationForceX) / this.noOfChildren, this.displacementY += o.coolingFactor * (this.springForceY + this.repulsionForceY + this.gravitationForceY) / this.noOfChildren), Math.abs(this.displacementX) > o.coolingFactor * o.maxNodeDisplacement && (this.displacementX = o.coolingFactor * o.maxNodeDisplacement * i.sign(this.displacementX)), Math.abs(this.displacementY) > o.coolingFactor * o.maxNodeDisplacement && (this.displacementY = o.coolingFactor * o.maxNodeDisplacement * i.sign(this.displacementY)), this.child && this.child.getNodes().length > 0 && this.propogateDisplacementToChildren(this.displacementX, this.displacementY);
2663
- }, g.prototype.propogateDisplacementToChildren = function(o, s) {
2664
- for (var c = this.getChild().getNodes(), f, T = 0; T < c.length; T++)
2665
- f = c[T], f.getChild() == null ? (f.displacementX += o, f.displacementY += s) : f.propogateDisplacementToChildren(o, s);
2666
- }, g.prototype.move = function() {
2667
- var o = this.graphManager.getLayout();
2668
- (this.child == null || this.child.getNodes().length == 0) && (this.moveBy(this.displacementX, this.displacementY), o.totalDisplacement += Math.abs(this.displacementX) + Math.abs(this.displacementY)), this.springForceX = 0, this.springForceY = 0, this.repulsionForceX = 0, this.repulsionForceY = 0, this.gravitationForceX = 0, this.gravitationForceY = 0, this.displacementX = 0, this.displacementY = 0;
2669
- }, g.prototype.setPred1 = function(o) {
2670
- this.pred1 = o;
2671
- }, g.prototype.getPred1 = function() {
2672
- return pred1;
2673
- }, g.prototype.getPred2 = function() {
2674
- return pred2;
2675
- }, g.prototype.setNext = function(o) {
2676
- this.next = o;
2677
- }, g.prototype.getNext = function() {
2678
- return next;
2679
- }, g.prototype.setProcessed = function(o) {
2680
- this.processed = o;
2681
- }, g.prototype.isProcessed = function() {
2682
- return processed;
2683
- }, a.exports = g;
2684
- })
2685
- ),
2686
- /***/
2687
- 902: (
2688
- /***/
2689
- ((a, e, r) => {
2690
- function l(c) {
2691
- if (Array.isArray(c)) {
2692
- for (var f = 0, T = Array(c.length); f < c.length; f++)
2693
- T[f] = c[f];
2694
- return T;
2695
- } else
2696
- return Array.from(c);
2697
- }
2698
- var i = r(806), g = r(551).LinkedList, t = r(551).Matrix, o = r(551).SVD;
2699
- function s() {
2700
- }
2701
- s.handleConstraints = function(c) {
2702
- var f = {};
2703
- f.fixedNodeConstraint = c.constraints.fixedNodeConstraint, f.alignmentConstraint = c.constraints.alignmentConstraint, f.relativePlacementConstraint = c.constraints.relativePlacementConstraint;
2704
- for (var T = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ new Map(), v = [], L = [], b = c.getAllNodes(), C = 0, G = 0; G < b.length; G++) {
2705
- var k = b[G];
2706
- k.getChild() == null && (d.set(k.id, C++), v.push(k.getCenterX()), L.push(k.getCenterY()), T.set(k.id, k));
2707
- }
2708
- f.relativePlacementConstraint && f.relativePlacementConstraint.forEach(function(F) {
2709
- !F.gap && F.gap != 0 && (F.left ? F.gap = i.DEFAULT_EDGE_LENGTH + T.get(F.left).getWidth() / 2 + T.get(F.right).getWidth() / 2 : F.gap = i.DEFAULT_EDGE_LENGTH + T.get(F.top).getHeight() / 2 + T.get(F.bottom).getHeight() / 2);
2710
- });
2711
- var Y = function(U, $) {
2712
- return { x: U.x - $.x, y: U.y - $.y };
2713
- }, K = function(U) {
2714
- var $ = 0, J = 0;
2715
- return U.forEach(function(Z) {
2716
- $ += v[d.get(Z)], J += L[d.get(Z)];
2717
- }), { x: $ / U.size, y: J / U.size };
2718
- }, O = function(U, $, J, Z, at) {
2719
- function ct(lt, ot) {
2720
- var Lt = new Set(lt), ft = !0, st = !1, Xt = void 0;
2721
- try {
2722
- for (var Tt = ot[Symbol.iterator](), Ct; !(ft = (Ct = Tt.next()).done); ft = !0) {
2723
- var Bt = Ct.value;
2724
- Lt.add(Bt);
2725
- }
2726
- } catch (bt) {
2727
- st = !0, Xt = bt;
2728
- } finally {
2729
- try {
2730
- !ft && Tt.return && Tt.return();
2731
- } finally {
2732
- if (st)
2733
- throw Xt;
2734
- }
2735
- }
2736
- return Lt;
2737
- }
2738
- var nt = /* @__PURE__ */ new Map();
2739
- U.forEach(function(lt, ot) {
2740
- nt.set(ot, 0);
2741
- }), U.forEach(function(lt, ot) {
2742
- lt.forEach(function(Lt) {
2743
- nt.set(Lt.id, nt.get(Lt.id) + 1);
2744
- });
2745
- });
2746
- var tt = /* @__PURE__ */ new Map(), j = /* @__PURE__ */ new Map(), ut = new g();
2747
- nt.forEach(function(lt, ot) {
2748
- lt == 0 ? (ut.push(ot), J || ($ == "horizontal" ? tt.set(ot, d.has(ot) ? v[d.get(ot)] : Z.get(ot)) : tt.set(ot, d.has(ot) ? L[d.get(ot)] : Z.get(ot)))) : tt.set(ot, Number.NEGATIVE_INFINITY), J && j.set(ot, /* @__PURE__ */ new Set([ot]));
2749
- }), J && at.forEach(function(lt) {
2750
- var ot = [];
2751
- if (lt.forEach(function(st) {
2752
- J.has(st) && ot.push(st);
2753
- }), ot.length > 0) {
2754
- var Lt = 0;
2755
- ot.forEach(function(st) {
2756
- $ == "horizontal" ? (tt.set(st, d.has(st) ? v[d.get(st)] : Z.get(st)), Lt += tt.get(st)) : (tt.set(st, d.has(st) ? L[d.get(st)] : Z.get(st)), Lt += tt.get(st));
2757
- }), Lt = Lt / ot.length, lt.forEach(function(st) {
2758
- J.has(st) || tt.set(st, Lt);
2759
- });
2760
- } else {
2761
- var ft = 0;
2762
- lt.forEach(function(st) {
2763
- $ == "horizontal" ? ft += d.has(st) ? v[d.get(st)] : Z.get(st) : ft += d.has(st) ? L[d.get(st)] : Z.get(st);
2764
- }), ft = ft / lt.length, lt.forEach(function(st) {
2765
- tt.set(st, ft);
2766
- });
2767
- }
2768
- });
2769
- for (var Mt = function() {
2770
- var ot = ut.shift(), Lt = U.get(ot);
2771
- Lt.forEach(function(ft) {
2772
- if (tt.get(ft.id) < tt.get(ot) + ft.gap)
2773
- if (J && J.has(ft.id)) {
2774
- var st = void 0;
2775
- if ($ == "horizontal" ? st = d.has(ft.id) ? v[d.get(ft.id)] : Z.get(ft.id) : st = d.has(ft.id) ? L[d.get(ft.id)] : Z.get(ft.id), tt.set(ft.id, st), st < tt.get(ot) + ft.gap) {
2776
- var Xt = tt.get(ot) + ft.gap - st;
2777
- j.get(ot).forEach(function(Tt) {
2778
- tt.set(Tt, tt.get(Tt) - Xt);
2779
- });
2780
- }
2781
- } else
2782
- tt.set(ft.id, tt.get(ot) + ft.gap);
2783
- nt.set(ft.id, nt.get(ft.id) - 1), nt.get(ft.id) == 0 && ut.push(ft.id), J && j.set(ft.id, ct(j.get(ot), j.get(ft.id)));
2784
- });
2785
- }; ut.length != 0; )
2786
- Mt();
2787
- if (J) {
2788
- var pt = /* @__PURE__ */ new Set();
2789
- U.forEach(function(lt, ot) {
2790
- lt.length == 0 && pt.add(ot);
2791
- });
2792
- var xt = [];
2793
- j.forEach(function(lt, ot) {
2794
- if (pt.has(ot)) {
2795
- var Lt = !1, ft = !0, st = !1, Xt = void 0;
2796
- try {
2797
- for (var Tt = lt[Symbol.iterator](), Ct; !(ft = (Ct = Tt.next()).done); ft = !0) {
2798
- var Bt = Ct.value;
2799
- J.has(Bt) && (Lt = !0);
2800
- }
2801
- } catch (St) {
2802
- st = !0, Xt = St;
2803
- } finally {
2804
- try {
2805
- !ft && Tt.return && Tt.return();
2806
- } finally {
2807
- if (st)
2808
- throw Xt;
2809
- }
2810
- }
2811
- if (!Lt) {
2812
- var bt = !1, zt = void 0;
2813
- xt.forEach(function(St, Zt) {
2814
- St.has([].concat(l(lt))[0]) && (bt = !0, zt = Zt);
2815
- }), bt ? lt.forEach(function(St) {
2816
- xt[zt].add(St);
2817
- }) : xt.push(new Set(lt));
2818
- }
2819
- }
2820
- }), xt.forEach(function(lt, ot) {
2821
- var Lt = Number.POSITIVE_INFINITY, ft = Number.POSITIVE_INFINITY, st = Number.NEGATIVE_INFINITY, Xt = Number.NEGATIVE_INFINITY, Tt = !0, Ct = !1, Bt = void 0;
2822
- try {
2823
- for (var bt = lt[Symbol.iterator](), zt; !(Tt = (zt = bt.next()).done); Tt = !0) {
2824
- var St = zt.value, Zt = void 0;
2825
- $ == "horizontal" ? Zt = d.has(St) ? v[d.get(St)] : Z.get(St) : Zt = d.has(St) ? L[d.get(St)] : Z.get(St);
2826
- var Kt = tt.get(St);
2827
- Zt < Lt && (Lt = Zt), Zt > st && (st = Zt), Kt < ft && (ft = Kt), Kt > Xt && (Xt = Kt);
2828
- }
2829
- } catch (ee) {
2830
- Ct = !0, Bt = ee;
2831
- } finally {
2832
- try {
2833
- !Tt && bt.return && bt.return();
2834
- } finally {
2835
- if (Ct)
2836
- throw Bt;
2837
- }
2838
- }
2839
- var ce = (Lt + st) / 2 - (ft + Xt) / 2, Qt = !0, jt = !1, _t = void 0;
2840
- try {
2841
- for (var Jt = lt[Symbol.iterator](), oe; !(Qt = (oe = Jt.next()).done); Qt = !0) {
2842
- var te = oe.value;
2843
- tt.set(te, tt.get(te) + ce);
2844
- }
2845
- } catch (ee) {
2846
- jt = !0, _t = ee;
2847
- } finally {
2848
- try {
2849
- !Qt && Jt.return && Jt.return();
2850
- } finally {
2851
- if (jt)
2852
- throw _t;
2853
- }
2854
- }
2855
- });
2856
- }
2857
- return tt;
2858
- }, it = function(U) {
2859
- var $ = 0, J = 0, Z = 0, at = 0;
2860
- if (U.forEach(function(j) {
2861
- j.left ? v[d.get(j.left)] - v[d.get(j.right)] >= 0 ? $++ : J++ : L[d.get(j.top)] - L[d.get(j.bottom)] >= 0 ? Z++ : at++;
2862
- }), $ > J && Z > at)
2863
- for (var ct = 0; ct < d.size; ct++)
2864
- v[ct] = -1 * v[ct], L[ct] = -1 * L[ct];
2865
- else if ($ > J)
2866
- for (var nt = 0; nt < d.size; nt++)
2867
- v[nt] = -1 * v[nt];
2868
- else if (Z > at)
2869
- for (var tt = 0; tt < d.size; tt++)
2870
- L[tt] = -1 * L[tt];
2871
- }, n = function(U) {
2872
- var $ = [], J = new g(), Z = /* @__PURE__ */ new Set(), at = 0;
2873
- return U.forEach(function(ct, nt) {
2874
- if (!Z.has(nt)) {
2875
- $[at] = [];
2876
- var tt = nt;
2877
- for (J.push(tt), Z.add(tt), $[at].push(tt); J.length != 0; ) {
2878
- tt = J.shift();
2879
- var j = U.get(tt);
2880
- j.forEach(function(ut) {
2881
- Z.has(ut.id) || (J.push(ut.id), Z.add(ut.id), $[at].push(ut.id));
2882
- });
2883
- }
2884
- at++;
2885
- }
2886
- }), $;
2887
- }, m = function(U) {
2888
- var $ = /* @__PURE__ */ new Map();
2889
- return U.forEach(function(J, Z) {
2890
- $.set(Z, []);
2891
- }), U.forEach(function(J, Z) {
2892
- J.forEach(function(at) {
2893
- $.get(Z).push(at), $.get(at.id).push({ id: Z, gap: at.gap, direction: at.direction });
2894
- });
2895
- }), $;
2896
- }, p = function(U) {
2897
- var $ = /* @__PURE__ */ new Map();
2898
- return U.forEach(function(J, Z) {
2899
- $.set(Z, []);
2900
- }), U.forEach(function(J, Z) {
2901
- J.forEach(function(at) {
2902
- $.get(at.id).push({ id: Z, gap: at.gap, direction: at.direction });
2903
- });
2904
- }), $;
2905
- }, E = [], y = [], R = !1, M = !1, S = /* @__PURE__ */ new Set(), W = /* @__PURE__ */ new Map(), D = /* @__PURE__ */ new Map(), q = [];
2906
- if (f.fixedNodeConstraint && f.fixedNodeConstraint.forEach(function(F) {
2907
- S.add(F.nodeId);
2908
- }), f.relativePlacementConstraint && (f.relativePlacementConstraint.forEach(function(F) {
2909
- F.left ? (W.has(F.left) ? W.get(F.left).push({ id: F.right, gap: F.gap, direction: "horizontal" }) : W.set(F.left, [{ id: F.right, gap: F.gap, direction: "horizontal" }]), W.has(F.right) || W.set(F.right, [])) : (W.has(F.top) ? W.get(F.top).push({ id: F.bottom, gap: F.gap, direction: "vertical" }) : W.set(F.top, [{ id: F.bottom, gap: F.gap, direction: "vertical" }]), W.has(F.bottom) || W.set(F.bottom, []));
2910
- }), D = m(W), q = n(D)), i.TRANSFORM_ON_CONSTRAINT_HANDLING) {
2911
- if (f.fixedNodeConstraint && f.fixedNodeConstraint.length > 1)
2912
- f.fixedNodeConstraint.forEach(function(F, U) {
2913
- E[U] = [F.position.x, F.position.y], y[U] = [v[d.get(F.nodeId)], L[d.get(F.nodeId)]];
2914
- }), R = !0;
2915
- else if (f.alignmentConstraint)
2916
- (function() {
2917
- var F = 0;
2918
- if (f.alignmentConstraint.vertical) {
2919
- for (var U = f.alignmentConstraint.vertical, $ = function(tt) {
2920
- var j = /* @__PURE__ */ new Set();
2921
- U[tt].forEach(function(pt) {
2922
- j.add(pt);
2923
- });
2924
- var ut = new Set([].concat(l(j)).filter(function(pt) {
2925
- return S.has(pt);
2926
- })), Mt = void 0;
2927
- ut.size > 0 ? Mt = v[d.get(ut.values().next().value)] : Mt = K(j).x, U[tt].forEach(function(pt) {
2928
- E[F] = [Mt, L[d.get(pt)]], y[F] = [v[d.get(pt)], L[d.get(pt)]], F++;
2929
- });
2930
- }, J = 0; J < U.length; J++)
2931
- $(J);
2932
- R = !0;
2933
- }
2934
- if (f.alignmentConstraint.horizontal) {
2935
- for (var Z = f.alignmentConstraint.horizontal, at = function(tt) {
2936
- var j = /* @__PURE__ */ new Set();
2937
- Z[tt].forEach(function(pt) {
2938
- j.add(pt);
2939
- });
2940
- var ut = new Set([].concat(l(j)).filter(function(pt) {
2941
- return S.has(pt);
2942
- })), Mt = void 0;
2943
- ut.size > 0 ? Mt = v[d.get(ut.values().next().value)] : Mt = K(j).y, Z[tt].forEach(function(pt) {
2944
- E[F] = [v[d.get(pt)], Mt], y[F] = [v[d.get(pt)], L[d.get(pt)]], F++;
2945
- });
2946
- }, ct = 0; ct < Z.length; ct++)
2947
- at(ct);
2948
- R = !0;
2949
- }
2950
- f.relativePlacementConstraint && (M = !0);
2951
- })();
2952
- else if (f.relativePlacementConstraint) {
2953
- for (var V = 0, X = 0, et = 0; et < q.length; et++)
2954
- q[et].length > V && (V = q[et].length, X = et);
2955
- if (V < D.size / 2)
2956
- it(f.relativePlacementConstraint), R = !1, M = !1;
2957
- else {
2958
- var z = /* @__PURE__ */ new Map(), w = /* @__PURE__ */ new Map(), H = [];
2959
- q[X].forEach(function(F) {
2960
- W.get(F).forEach(function(U) {
2961
- U.direction == "horizontal" ? (z.has(F) ? z.get(F).push(U) : z.set(F, [U]), z.has(U.id) || z.set(U.id, []), H.push({ left: F, right: U.id })) : (w.has(F) ? w.get(F).push(U) : w.set(F, [U]), w.has(U.id) || w.set(U.id, []), H.push({ top: F, bottom: U.id }));
2962
- });
2963
- }), it(H), M = !1;
2964
- var B = O(z, "horizontal"), _ = O(w, "vertical");
2965
- q[X].forEach(function(F, U) {
2966
- y[U] = [v[d.get(F)], L[d.get(F)]], E[U] = [], B.has(F) ? E[U][0] = B.get(F) : E[U][0] = v[d.get(F)], _.has(F) ? E[U][1] = _.get(F) : E[U][1] = L[d.get(F)];
2967
- }), R = !0;
2968
- }
2969
- }
2970
- if (R) {
2971
- for (var ht = void 0, Q = t.transpose(E), It = t.transpose(y), Nt = 0; Nt < Q.length; Nt++)
2972
- Q[Nt] = t.multGamma(Q[Nt]), It[Nt] = t.multGamma(It[Nt]);
2973
- var vt = t.multMat(Q, t.transpose(It)), rt = o.svd(vt);
2974
- ht = t.multMat(rt.V, t.transpose(rt.U));
2975
- for (var gt = 0; gt < d.size; gt++) {
2976
- var mt = [v[gt], L[gt]], At = [ht[0][0], ht[1][0]], Ot = [ht[0][1], ht[1][1]];
2977
- v[gt] = t.dotProduct(mt, At), L[gt] = t.dotProduct(mt, Ot);
2978
- }
2979
- M && it(f.relativePlacementConstraint);
2980
- }
2981
- }
2982
- if (i.ENFORCE_CONSTRAINTS) {
2983
- if (f.fixedNodeConstraint && f.fixedNodeConstraint.length > 0) {
2984
- var Et = { x: 0, y: 0 };
2985
- f.fixedNodeConstraint.forEach(function(F, U) {
2986
- var $ = { x: v[d.get(F.nodeId)], y: L[d.get(F.nodeId)] }, J = F.position, Z = Y(J, $);
2987
- Et.x += Z.x, Et.y += Z.y;
2988
- }), Et.x /= f.fixedNodeConstraint.length, Et.y /= f.fixedNodeConstraint.length, v.forEach(function(F, U) {
2989
- v[U] += Et.x;
2990
- }), L.forEach(function(F, U) {
2991
- L[U] += Et.y;
2992
- }), f.fixedNodeConstraint.forEach(function(F) {
2993
- v[d.get(F.nodeId)] = F.position.x, L[d.get(F.nodeId)] = F.position.y;
2994
- });
2995
- }
2996
- if (f.alignmentConstraint) {
2997
- if (f.alignmentConstraint.vertical)
2998
- for (var Dt = f.alignmentConstraint.vertical, Rt = function(U) {
2999
- var $ = /* @__PURE__ */ new Set();
3000
- Dt[U].forEach(function(at) {
3001
- $.add(at);
3002
- });
3003
- var J = new Set([].concat(l($)).filter(function(at) {
3004
- return S.has(at);
3005
- })), Z = void 0;
3006
- J.size > 0 ? Z = v[d.get(J.values().next().value)] : Z = K($).x, $.forEach(function(at) {
3007
- S.has(at) || (v[d.get(at)] = Z);
3008
- });
3009
- }, Ht = 0; Ht < Dt.length; Ht++)
3010
- Rt(Ht);
3011
- if (f.alignmentConstraint.horizontal)
3012
- for (var Ut = f.alignmentConstraint.horizontal, Pt = function(U) {
3013
- var $ = /* @__PURE__ */ new Set();
3014
- Ut[U].forEach(function(at) {
3015
- $.add(at);
3016
- });
3017
- var J = new Set([].concat(l($)).filter(function(at) {
3018
- return S.has(at);
3019
- })), Z = void 0;
3020
- J.size > 0 ? Z = L[d.get(J.values().next().value)] : Z = K($).y, $.forEach(function(at) {
3021
- S.has(at) || (L[d.get(at)] = Z);
3022
- });
3023
- }, Ft = 0; Ft < Ut.length; Ft++)
3024
- Pt(Ft);
3025
- }
3026
- f.relativePlacementConstraint && (function() {
3027
- var F = /* @__PURE__ */ new Map(), U = /* @__PURE__ */ new Map(), $ = /* @__PURE__ */ new Map(), J = /* @__PURE__ */ new Map(), Z = /* @__PURE__ */ new Map(), at = /* @__PURE__ */ new Map(), ct = /* @__PURE__ */ new Set(), nt = /* @__PURE__ */ new Set();
3028
- if (S.forEach(function(Gt) {
3029
- ct.add(Gt), nt.add(Gt);
3030
- }), f.alignmentConstraint) {
3031
- if (f.alignmentConstraint.vertical)
3032
- for (var tt = f.alignmentConstraint.vertical, j = function(yt) {
3033
- $.set("dummy" + yt, []), tt[yt].forEach(function(wt) {
3034
- F.set(wt, "dummy" + yt), $.get("dummy" + yt).push(wt), S.has(wt) && ct.add("dummy" + yt);
3035
- }), Z.set("dummy" + yt, v[d.get(tt[yt][0])]);
3036
- }, ut = 0; ut < tt.length; ut++)
3037
- j(ut);
3038
- if (f.alignmentConstraint.horizontal)
3039
- for (var Mt = f.alignmentConstraint.horizontal, pt = function(yt) {
3040
- J.set("dummy" + yt, []), Mt[yt].forEach(function(wt) {
3041
- U.set(wt, "dummy" + yt), J.get("dummy" + yt).push(wt), S.has(wt) && nt.add("dummy" + yt);
3042
- }), at.set("dummy" + yt, L[d.get(Mt[yt][0])]);
3043
- }, xt = 0; xt < Mt.length; xt++)
3044
- pt(xt);
3045
- }
3046
- var lt = /* @__PURE__ */ new Map(), ot = /* @__PURE__ */ new Map(), Lt = function(yt) {
3047
- W.get(yt).forEach(function(wt) {
3048
- var kt = void 0, $t = void 0;
3049
- wt.direction == "horizontal" ? (kt = F.get(yt) ? F.get(yt) : yt, F.get(wt.id) ? $t = { id: F.get(wt.id), gap: wt.gap, direction: wt.direction } : $t = wt, lt.has(kt) ? lt.get(kt).push($t) : lt.set(kt, [$t]), lt.has($t.id) || lt.set($t.id, [])) : (kt = U.get(yt) ? U.get(yt) : yt, U.get(wt.id) ? $t = { id: U.get(wt.id), gap: wt.gap, direction: wt.direction } : $t = wt, ot.has(kt) ? ot.get(kt).push($t) : ot.set(kt, [$t]), ot.has($t.id) || ot.set($t.id, []));
3050
- });
3051
- }, ft = !0, st = !1, Xt = void 0;
3052
- try {
3053
- for (var Tt = W.keys()[Symbol.iterator](), Ct; !(ft = (Ct = Tt.next()).done); ft = !0) {
3054
- var Bt = Ct.value;
3055
- Lt(Bt);
3056
- }
3057
- } catch (Gt) {
3058
- st = !0, Xt = Gt;
3059
- } finally {
3060
- try {
3061
- !ft && Tt.return && Tt.return();
3062
- } finally {
3063
- if (st)
3064
- throw Xt;
3065
- }
3066
- }
3067
- var bt = m(lt), zt = m(ot), St = n(bt), Zt = n(zt), Kt = p(lt), ce = p(ot), Qt = [], jt = [];
3068
- St.forEach(function(Gt, yt) {
3069
- Qt[yt] = [], Gt.forEach(function(wt) {
3070
- Kt.get(wt).length == 0 && Qt[yt].push(wt);
3071
- });
3072
- }), Zt.forEach(function(Gt, yt) {
3073
- jt[yt] = [], Gt.forEach(function(wt) {
3074
- ce.get(wt).length == 0 && jt[yt].push(wt);
3075
- });
3076
- });
3077
- var _t = O(lt, "horizontal", ct, Z, Qt), Jt = O(ot, "vertical", nt, at, jt), oe = function(yt) {
3078
- $.get(yt) ? $.get(yt).forEach(function(wt) {
3079
- v[d.get(wt)] = _t.get(yt);
3080
- }) : v[d.get(yt)] = _t.get(yt);
3081
- }, te = !0, ee = !1, Ne = void 0;
3082
- try {
3083
- for (var ge = _t.keys()[Symbol.iterator](), Le; !(te = (Le = ge.next()).done); te = !0) {
3084
- var ue = Le.value;
3085
- oe(ue);
3086
- }
3087
- } catch (Gt) {
3088
- ee = !0, Ne = Gt;
3089
- } finally {
3090
- try {
3091
- !te && ge.return && ge.return();
3092
- } finally {
3093
- if (ee)
3094
- throw Ne;
3095
- }
3096
- }
3097
- var $e = function(yt) {
3098
- J.get(yt) ? J.get(yt).forEach(function(wt) {
3099
- L[d.get(wt)] = Jt.get(yt);
3100
- }) : L[d.get(yt)] = Jt.get(yt);
3101
- }, de = !0, Ce = !1, Ae = void 0;
3102
- try {
3103
- for (var ve = Jt.keys()[Symbol.iterator](), Me; !(de = (Me = ve.next()).done); de = !0) {
3104
- var ue = Me.value;
3105
- $e(ue);
3106
- }
3107
- } catch (Gt) {
3108
- Ce = !0, Ae = Gt;
3109
- } finally {
3110
- try {
3111
- !de && ve.return && ve.return();
3112
- } finally {
3113
- if (Ce)
3114
- throw Ae;
3115
- }
3116
- }
3117
- })();
3118
- }
3119
- for (var Yt = 0; Yt < b.length; Yt++) {
3120
- var Vt = b[Yt];
3121
- Vt.getChild() == null && Vt.setCenter(v[d.get(Vt.id)], L[d.get(Vt.id)]);
3122
- }
3123
- }, a.exports = s;
3124
- })
3125
- ),
3126
- /***/
3127
- 551: (
3128
- /***/
3129
- ((a) => {
3130
- a.exports = A;
3131
- })
3132
- )
3133
- /******/
3134
- }, N = {};
3135
- function u(a) {
3136
- var e = N[a];
3137
- if (e !== void 0)
3138
- return e.exports;
3139
- var r = N[a] = {
3140
- /******/
3141
- // no module.id needed
3142
- /******/
3143
- // no module.loaded needed
3144
- /******/
3145
- exports: {}
3146
- /******/
3147
- };
3148
- return P[a](r, r.exports, u), r.exports;
3149
- }
3150
- var h = u(45);
3151
- return h;
3152
- })()
3153
- );
3154
- });
3155
- })(le)), le.exports;
3156
- }
3157
- var pr = he.exports, De;
3158
- function yr() {
3159
- return De || (De = 1, (function(I, x) {
3160
- (function(P, N) {
3161
- I.exports = N(/* @__PURE__ */ vr());
3162
- })(pr, function(A) {
3163
- return (
3164
- /******/
3165
- (() => {
3166
- var P = {
3167
- /***/
3168
- 658: (
3169
- /***/
3170
- ((a) => {
3171
- a.exports = Object.assign != null ? Object.assign.bind(Object) : function(e) {
3172
- for (var r = arguments.length, l = Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
3173
- l[i - 1] = arguments[i];
3174
- return l.forEach(function(g) {
3175
- Object.keys(g).forEach(function(t) {
3176
- return e[t] = g[t];
3177
- });
3178
- }), e;
3179
- };
3180
- })
3181
- ),
3182
- /***/
3183
- 548: (
3184
- /***/
3185
- ((a, e, r) => {
3186
- var l = /* @__PURE__ */ (function() {
3187
- function t(o, s) {
3188
- var c = [], f = !0, T = !1, d = void 0;
3189
- try {
3190
- for (var v = o[Symbol.iterator](), L; !(f = (L = v.next()).done) && (c.push(L.value), !(s && c.length === s)); f = !0)
3191
- ;
3192
- } catch (b) {
3193
- T = !0, d = b;
3194
- } finally {
3195
- try {
3196
- !f && v.return && v.return();
3197
- } finally {
3198
- if (T) throw d;
3199
- }
3200
- }
3201
- return c;
3202
- }
3203
- return function(o, s) {
3204
- if (Array.isArray(o))
3205
- return o;
3206
- if (Symbol.iterator in Object(o))
3207
- return t(o, s);
3208
- throw new TypeError("Invalid attempt to destructure non-iterable instance");
3209
- };
3210
- })(), i = r(140).layoutBase.LinkedList, g = {};
3211
- g.getTopMostNodes = function(t) {
3212
- for (var o = {}, s = 0; s < t.length; s++)
3213
- o[t[s].id()] = !0;
3214
- var c = t.filter(function(f, T) {
3215
- typeof f == "number" && (f = T);
3216
- for (var d = f.parent()[0]; d != null; ) {
3217
- if (o[d.id()])
3218
- return !1;
3219
- d = d.parent()[0];
3220
- }
3221
- return !0;
3222
- });
3223
- return c;
3224
- }, g.connectComponents = function(t, o, s, c) {
3225
- var f = new i(), T = /* @__PURE__ */ new Set(), d = [], v = void 0, L = void 0, b = void 0, C = !1, G = 1, k = [], Y = [], K = function() {
3226
- var it = t.collection();
3227
- Y.push(it);
3228
- var n = s[0], m = t.collection();
3229
- m.merge(n).merge(n.descendants().intersection(o)), d.push(n), m.forEach(function(y) {
3230
- f.push(y), T.add(y), it.merge(y);
3231
- });
3232
- for (var p = function() {
3233
- n = f.shift();
3234
- var R = t.collection();
3235
- n.neighborhood().nodes().forEach(function(D) {
3236
- o.intersection(n.edgesWith(D)).length > 0 && R.merge(D);
3237
- });
3238
- for (var M = 0; M < R.length; M++) {
3239
- var S = R[M];
3240
- if (v = s.intersection(S.union(S.ancestors())), v != null && !T.has(v[0])) {
3241
- var W = v.union(v.descendants());
3242
- W.forEach(function(D) {
3243
- f.push(D), T.add(D), it.merge(D), s.has(D) && d.push(D);
3244
- });
3245
- }
3246
- }
3247
- }; f.length != 0; )
3248
- p();
3249
- if (it.forEach(function(y) {
3250
- o.intersection(y.connectedEdges()).forEach(function(R) {
3251
- it.has(R.source()) && it.has(R.target()) && it.merge(R);
3252
- });
3253
- }), d.length == s.length && (C = !0), !C || C && G > 1) {
3254
- L = d[0], b = L.connectedEdges().length, d.forEach(function(y) {
3255
- y.connectedEdges().length < b && (b = y.connectedEdges().length, L = y);
3256
- }), k.push(L.id());
3257
- var E = t.collection();
3258
- E.merge(d[0]), d.forEach(function(y) {
3259
- E.merge(y);
3260
- }), d = [], s = s.difference(E), G++;
3261
- }
3262
- };
3263
- do
3264
- K();
3265
- while (!C);
3266
- return c && k.length > 0 && c.set("dummy" + (c.size + 1), k), Y;
3267
- }, g.relocateComponent = function(t, o, s) {
3268
- if (!s.fixedNodeConstraint) {
3269
- var c = Number.POSITIVE_INFINITY, f = Number.NEGATIVE_INFINITY, T = Number.POSITIVE_INFINITY, d = Number.NEGATIVE_INFINITY;
3270
- if (s.quality == "draft") {
3271
- var v = !0, L = !1, b = void 0;
3272
- try {
3273
- for (var C = o.nodeIndexes[Symbol.iterator](), G; !(v = (G = C.next()).done); v = !0) {
3274
- var k = G.value, Y = l(k, 2), K = Y[0], O = Y[1], it = s.cy.getElementById(K);
3275
- if (it) {
3276
- var n = it.boundingBox(), m = o.xCoords[O] - n.w / 2, p = o.xCoords[O] + n.w / 2, E = o.yCoords[O] - n.h / 2, y = o.yCoords[O] + n.h / 2;
3277
- m < c && (c = m), p > f && (f = p), E < T && (T = E), y > d && (d = y);
3278
- }
3279
- }
3280
- } catch (D) {
3281
- L = !0, b = D;
3282
- } finally {
3283
- try {
3284
- !v && C.return && C.return();
3285
- } finally {
3286
- if (L)
3287
- throw b;
3288
- }
3289
- }
3290
- var R = t.x - (f + c) / 2, M = t.y - (d + T) / 2;
3291
- o.xCoords = o.xCoords.map(function(D) {
3292
- return D + R;
3293
- }), o.yCoords = o.yCoords.map(function(D) {
3294
- return D + M;
3295
- });
3296
- } else {
3297
- Object.keys(o).forEach(function(D) {
3298
- var q = o[D], V = q.getRect().x, X = q.getRect().x + q.getRect().width, et = q.getRect().y, z = q.getRect().y + q.getRect().height;
3299
- V < c && (c = V), X > f && (f = X), et < T && (T = et), z > d && (d = z);
3300
- });
3301
- var S = t.x - (f + c) / 2, W = t.y - (d + T) / 2;
3302
- Object.keys(o).forEach(function(D) {
3303
- var q = o[D];
3304
- q.setCenter(q.getCenterX() + S, q.getCenterY() + W);
3305
- });
3306
- }
3307
- }
3308
- }, g.calcBoundingBox = function(t, o, s, c) {
3309
- for (var f = Number.MAX_SAFE_INTEGER, T = Number.MIN_SAFE_INTEGER, d = Number.MAX_SAFE_INTEGER, v = Number.MIN_SAFE_INTEGER, L = void 0, b = void 0, C = void 0, G = void 0, k = t.descendants().not(":parent"), Y = k.length, K = 0; K < Y; K++) {
3310
- var O = k[K];
3311
- L = o[c.get(O.id())] - O.width() / 2, b = o[c.get(O.id())] + O.width() / 2, C = s[c.get(O.id())] - O.height() / 2, G = s[c.get(O.id())] + O.height() / 2, f > L && (f = L), T < b && (T = b), d > C && (d = C), v < G && (v = G);
3312
- }
3313
- var it = {};
3314
- return it.topLeftX = f, it.topLeftY = d, it.width = T - f, it.height = v - d, it;
3315
- }, g.calcParentsWithoutChildren = function(t, o) {
3316
- var s = t.collection();
3317
- return o.nodes(":parent").forEach(function(c) {
3318
- var f = !1;
3319
- c.children().forEach(function(T) {
3320
- T.css("display") != "none" && (f = !0);
3321
- }), f || s.merge(c);
3322
- }), s;
3323
- }, a.exports = g;
3324
- })
3325
- ),
3326
- /***/
3327
- 816: (
3328
- /***/
3329
- ((a, e, r) => {
3330
- var l = r(548), i = r(140).CoSELayout, g = r(140).CoSENode, t = r(140).layoutBase.PointD, o = r(140).layoutBase.DimensionD, s = r(140).layoutBase.LayoutConstants, c = r(140).layoutBase.FDLayoutConstants, f = r(140).CoSEConstants, T = function(v, L) {
3331
- var b = v.cy, C = v.eles, G = C.nodes(), k = C.edges(), Y = void 0, K = void 0, O = void 0, it = {};
3332
- v.randomize && (Y = L.nodeIndexes, K = L.xCoords, O = L.yCoords);
3333
- var n = function(D) {
3334
- return typeof D == "function";
3335
- }, m = function(D, q) {
3336
- return n(D) ? D(q) : D;
3337
- }, p = l.calcParentsWithoutChildren(b, C), E = function W(D, q, V, X) {
3338
- for (var et = q.length, z = 0; z < et; z++) {
3339
- var w = q[z], H = null;
3340
- w.intersection(p).length == 0 && (H = w.children());
3341
- var B = void 0, _ = w.layoutDimensions({
3342
- nodeDimensionsIncludeLabels: X.nodeDimensionsIncludeLabels
3343
- });
3344
- if (w.outerWidth() != null && w.outerHeight() != null)
3345
- if (X.randomize)
3346
- if (!w.isParent())
3347
- B = D.add(new g(V.graphManager, new t(K[Y.get(w.id())] - _.w / 2, O[Y.get(w.id())] - _.h / 2), new o(parseFloat(_.w), parseFloat(_.h))));
3348
- else {
3349
- var ht = l.calcBoundingBox(w, K, O, Y);
3350
- w.intersection(p).length == 0 ? B = D.add(new g(V.graphManager, new t(ht.topLeftX, ht.topLeftY), new o(ht.width, ht.height))) : B = D.add(new g(V.graphManager, new t(ht.topLeftX, ht.topLeftY), new o(parseFloat(_.w), parseFloat(_.h))));
3351
- }
3352
- else
3353
- B = D.add(new g(V.graphManager, new t(w.position("x") - _.w / 2, w.position("y") - _.h / 2), new o(parseFloat(_.w), parseFloat(_.h))));
3354
- else
3355
- B = D.add(new g(this.graphManager));
3356
- if (B.id = w.data("id"), B.nodeRepulsion = m(X.nodeRepulsion, w), B.paddingLeft = parseInt(w.css("padding")), B.paddingTop = parseInt(w.css("padding")), B.paddingRight = parseInt(w.css("padding")), B.paddingBottom = parseInt(w.css("padding")), X.nodeDimensionsIncludeLabels && (B.labelWidth = w.boundingBox({ includeLabels: !0, includeNodes: !1, includeOverlays: !1 }).w, B.labelHeight = w.boundingBox({ includeLabels: !0, includeNodes: !1, includeOverlays: !1 }).h, B.labelPosVertical = w.css("text-valign"), B.labelPosHorizontal = w.css("text-halign")), it[w.data("id")] = B, isNaN(B.rect.x) && (B.rect.x = 0), isNaN(B.rect.y) && (B.rect.y = 0), H != null && H.length > 0) {
3357
- var Q = void 0;
3358
- Q = V.getGraphManager().add(V.newGraph(), B), W(Q, H, V, X);
3359
- }
3360
- }
3361
- }, y = function(D, q, V) {
3362
- for (var X = 0, et = 0, z = 0; z < V.length; z++) {
3363
- var w = V[z], H = it[w.data("source")], B = it[w.data("target")];
3364
- if (H && B && H !== B && H.getEdgesBetween(B).length == 0) {
3365
- var _ = q.add(D.newEdge(), H, B);
3366
- _.id = w.id(), _.idealLength = m(v.idealEdgeLength, w), _.edgeElasticity = m(v.edgeElasticity, w), X += _.idealLength, et++;
3367
- }
3368
- }
3369
- v.idealEdgeLength != null && (et > 0 ? f.DEFAULT_EDGE_LENGTH = c.DEFAULT_EDGE_LENGTH = X / et : n(v.idealEdgeLength) ? f.DEFAULT_EDGE_LENGTH = c.DEFAULT_EDGE_LENGTH = 50 : f.DEFAULT_EDGE_LENGTH = c.DEFAULT_EDGE_LENGTH = v.idealEdgeLength, f.MIN_REPULSION_DIST = c.MIN_REPULSION_DIST = c.DEFAULT_EDGE_LENGTH / 10, f.DEFAULT_RADIAL_SEPARATION = c.DEFAULT_EDGE_LENGTH);
3370
- }, R = function(D, q) {
3371
- q.fixedNodeConstraint && (D.constraints.fixedNodeConstraint = q.fixedNodeConstraint), q.alignmentConstraint && (D.constraints.alignmentConstraint = q.alignmentConstraint), q.relativePlacementConstraint && (D.constraints.relativePlacementConstraint = q.relativePlacementConstraint);
3372
- };
3373
- v.nestingFactor != null && (f.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR = c.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR = v.nestingFactor), v.gravity != null && (f.DEFAULT_GRAVITY_STRENGTH = c.DEFAULT_GRAVITY_STRENGTH = v.gravity), v.numIter != null && (f.MAX_ITERATIONS = c.MAX_ITERATIONS = v.numIter), v.gravityRange != null && (f.DEFAULT_GRAVITY_RANGE_FACTOR = c.DEFAULT_GRAVITY_RANGE_FACTOR = v.gravityRange), v.gravityCompound != null && (f.DEFAULT_COMPOUND_GRAVITY_STRENGTH = c.DEFAULT_COMPOUND_GRAVITY_STRENGTH = v.gravityCompound), v.gravityRangeCompound != null && (f.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR = c.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR = v.gravityRangeCompound), v.initialEnergyOnIncremental != null && (f.DEFAULT_COOLING_FACTOR_INCREMENTAL = c.DEFAULT_COOLING_FACTOR_INCREMENTAL = v.initialEnergyOnIncremental), v.tilingCompareBy != null && (f.TILING_COMPARE_BY = v.tilingCompareBy), v.quality == "proof" ? s.QUALITY = 2 : s.QUALITY = 0, f.NODE_DIMENSIONS_INCLUDE_LABELS = c.NODE_DIMENSIONS_INCLUDE_LABELS = s.NODE_DIMENSIONS_INCLUDE_LABELS = v.nodeDimensionsIncludeLabels, f.DEFAULT_INCREMENTAL = c.DEFAULT_INCREMENTAL = s.DEFAULT_INCREMENTAL = !v.randomize, f.ANIMATE = c.ANIMATE = s.ANIMATE = v.animate, f.TILE = v.tile, f.TILING_PADDING_VERTICAL = typeof v.tilingPaddingVertical == "function" ? v.tilingPaddingVertical.call() : v.tilingPaddingVertical, f.TILING_PADDING_HORIZONTAL = typeof v.tilingPaddingHorizontal == "function" ? v.tilingPaddingHorizontal.call() : v.tilingPaddingHorizontal, f.DEFAULT_INCREMENTAL = c.DEFAULT_INCREMENTAL = s.DEFAULT_INCREMENTAL = !0, f.PURE_INCREMENTAL = !v.randomize, s.DEFAULT_UNIFORM_LEAF_NODE_SIZES = v.uniformNodeDimensions, v.step == "transformed" && (f.TRANSFORM_ON_CONSTRAINT_HANDLING = !0, f.ENFORCE_CONSTRAINTS = !1, f.APPLY_LAYOUT = !1), v.step == "enforced" && (f.TRANSFORM_ON_CONSTRAINT_HANDLING = !1, f.ENFORCE_CONSTRAINTS = !0, f.APPLY_LAYOUT = !1), v.step == "cose" && (f.TRANSFORM_ON_CONSTRAINT_HANDLING = !1, f.ENFORCE_CONSTRAINTS = !1, f.APPLY_LAYOUT = !0), v.step == "all" && (v.randomize ? f.TRANSFORM_ON_CONSTRAINT_HANDLING = !0 : f.TRANSFORM_ON_CONSTRAINT_HANDLING = !1, f.ENFORCE_CONSTRAINTS = !0, f.APPLY_LAYOUT = !0), v.fixedNodeConstraint || v.alignmentConstraint || v.relativePlacementConstraint ? f.TREE_REDUCTION_ON_INCREMENTAL = !1 : f.TREE_REDUCTION_ON_INCREMENTAL = !0;
3374
- var M = new i(), S = M.newGraphManager();
3375
- return E(S.addRoot(), l.getTopMostNodes(G), M, v), y(M, S, k), R(M, v), M.runLayout(), it;
3376
- };
3377
- a.exports = { coseLayout: T };
3378
- })
3379
- ),
3380
- /***/
3381
- 212: (
3382
- /***/
3383
- ((a, e, r) => {
3384
- var l = /* @__PURE__ */ (function() {
3385
- function v(L, b) {
3386
- for (var C = 0; C < b.length; C++) {
3387
- var G = b[C];
3388
- G.enumerable = G.enumerable || !1, G.configurable = !0, "value" in G && (G.writable = !0), Object.defineProperty(L, G.key, G);
3389
- }
3390
- }
3391
- return function(L, b, C) {
3392
- return b && v(L.prototype, b), C && v(L, C), L;
3393
- };
3394
- })();
3395
- function i(v, L) {
3396
- if (!(v instanceof L))
3397
- throw new TypeError("Cannot call a class as a function");
3398
- }
3399
- var g = r(658), t = r(548), o = r(657), s = o.spectralLayout, c = r(816), f = c.coseLayout, T = Object.freeze({
3400
- // 'draft', 'default' or 'proof'
3401
- // - 'draft' only applies spectral layout
3402
- // - 'default' improves the quality with subsequent CoSE layout (fast cooling rate)
3403
- // - 'proof' improves the quality with subsequent CoSE layout (slow cooling rate)
3404
- quality: "default",
3405
- // Use random node positions at beginning of layout
3406
- // if this is set to false, then quality option must be "proof"
3407
- randomize: !0,
3408
- // Whether or not to animate the layout
3409
- animate: !0,
3410
- // Duration of animation in ms, if enabled
3411
- animationDuration: 1e3,
3412
- // Easing of animation, if enabled
3413
- animationEasing: void 0,
3414
- // Fit the viewport to the repositioned nodes
3415
- fit: !0,
3416
- // Padding around layout
3417
- padding: 30,
3418
- // Whether to include labels in node dimensions. Valid in "proof" quality
3419
- nodeDimensionsIncludeLabels: !1,
3420
- // Whether or not simple nodes (non-compound nodes) are of uniform dimensions
3421
- uniformNodeDimensions: !1,
3422
- // Whether to pack disconnected components - valid only if randomize: true
3423
- packComponents: !0,
3424
- // Layout step - all, transformed, enforced, cose - for debug purpose only
3425
- step: "all",
3426
- /* spectral layout options */
3427
- // False for random, true for greedy
3428
- samplingType: !0,
3429
- // Sample size to construct distance matrix
3430
- sampleSize: 25,
3431
- // Separation amount between nodes
3432
- nodeSeparation: 75,
3433
- // Power iteration tolerance
3434
- piTol: 1e-7,
3435
- /* CoSE layout options */
3436
- // Node repulsion (non overlapping) multiplier
3437
- nodeRepulsion: function(L) {
3438
- return 4500;
3439
- },
3440
- // Ideal edge (non nested) length
3441
- idealEdgeLength: function(L) {
3442
- return 50;
3443
- },
3444
- // Divisor to compute edge forces
3445
- edgeElasticity: function(L) {
3446
- return 0.45;
3447
- },
3448
- // Nesting factor (multiplier) to compute ideal edge length for nested edges
3449
- nestingFactor: 0.1,
3450
- // Gravity force (constant)
3451
- gravity: 0.25,
3452
- // Maximum number of iterations to perform
3453
- numIter: 2500,
3454
- // For enabling tiling
3455
- tile: !0,
3456
- // The function that specifies the criteria for comparing nodes while sorting them during tiling operation.
3457
- // Takes the node id as a parameter and the default tiling operation is perfomed when this option is not set.
3458
- tilingCompareBy: void 0,
3459
- // Represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function)
3460
- tilingPaddingVertical: 10,
3461
- // Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function)
3462
- tilingPaddingHorizontal: 10,
3463
- // Gravity range (constant) for compounds
3464
- gravityRangeCompound: 1.5,
3465
- // Gravity force (constant) for compounds
3466
- gravityCompound: 1,
3467
- // Gravity range (constant)
3468
- gravityRange: 3.8,
3469
- // Initial cooling factor for incremental layout
3470
- initialEnergyOnIncremental: 0.3,
3471
- /* constraint options */
3472
- // Fix required nodes to predefined positions
3473
- // [{nodeId: 'n1', position: {x: 100, y: 200}, {...}]
3474
- fixedNodeConstraint: void 0,
3475
- // Align required nodes in vertical/horizontal direction
3476
- // {vertical: [['n1', 'n2')], ['n3', 'n4']], horizontal: ['n2', 'n4']}
3477
- alignmentConstraint: void 0,
3478
- // Place two nodes relatively in vertical/horizontal direction
3479
- // [{top: 'n1', bottom: 'n2', gap: 100}, {left: 'n3', right: 'n4', gap: 75}]
3480
- relativePlacementConstraint: void 0,
3481
- /* layout event callbacks */
3482
- ready: function() {
3483
- },
3484
- // on layoutready
3485
- stop: function() {
3486
- }
3487
- // on layoutstop
3488
- }), d = (function() {
3489
- function v(L) {
3490
- i(this, v), this.options = g({}, T, L);
3491
- }
3492
- return l(v, [{
3493
- key: "run",
3494
- value: function() {
3495
- var b = this, C = this.options, G = C.cy, k = C.eles, Y = [], K = [], O = void 0, it = [];
3496
- C.fixedNodeConstraint && (!Array.isArray(C.fixedNodeConstraint) || C.fixedNodeConstraint.length == 0) && (C.fixedNodeConstraint = void 0), C.alignmentConstraint && (C.alignmentConstraint.vertical && (!Array.isArray(C.alignmentConstraint.vertical) || C.alignmentConstraint.vertical.length == 0) && (C.alignmentConstraint.vertical = void 0), C.alignmentConstraint.horizontal && (!Array.isArray(C.alignmentConstraint.horizontal) || C.alignmentConstraint.horizontal.length == 0) && (C.alignmentConstraint.horizontal = void 0)), C.relativePlacementConstraint && (!Array.isArray(C.relativePlacementConstraint) || C.relativePlacementConstraint.length == 0) && (C.relativePlacementConstraint = void 0);
3497
- var n = C.fixedNodeConstraint || C.alignmentConstraint || C.relativePlacementConstraint;
3498
- n && (C.tile = !1, C.packComponents = !1);
3499
- var m = void 0, p = !1;
3500
- if (G.layoutUtilities && C.packComponents && (m = G.layoutUtilities("get"), m || (m = G.layoutUtilities()), p = !0), k.nodes().length > 0)
3501
- if (p) {
3502
- var R = t.getTopMostNodes(C.eles.nodes());
3503
- if (O = t.connectComponents(G, C.eles, R), O.forEach(function(vt) {
3504
- var rt = vt.boundingBox();
3505
- it.push({ x: rt.x1 + rt.w / 2, y: rt.y1 + rt.h / 2 });
3506
- }), C.randomize && O.forEach(function(vt) {
3507
- C.eles = vt, Y.push(s(C));
3508
- }), C.quality == "default" || C.quality == "proof") {
3509
- var M = G.collection();
3510
- if (C.tile) {
3511
- var S = /* @__PURE__ */ new Map(), W = [], D = [], q = 0, V = { nodeIndexes: S, xCoords: W, yCoords: D }, X = [];
3512
- if (O.forEach(function(vt, rt) {
3513
- vt.edges().length == 0 && (vt.nodes().forEach(function(gt, mt) {
3514
- M.merge(vt.nodes()[mt]), gt.isParent() || (V.nodeIndexes.set(vt.nodes()[mt].id(), q++), V.xCoords.push(vt.nodes()[0].position().x), V.yCoords.push(vt.nodes()[0].position().y));
3515
- }), X.push(rt));
3516
- }), M.length > 1) {
3517
- var et = M.boundingBox();
3518
- it.push({ x: et.x1 + et.w / 2, y: et.y1 + et.h / 2 }), O.push(M), Y.push(V);
3519
- for (var z = X.length - 1; z >= 0; z--)
3520
- O.splice(X[z], 1), Y.splice(X[z], 1), it.splice(X[z], 1);
3521
- }
3522
- }
3523
- O.forEach(function(vt, rt) {
3524
- C.eles = vt, K.push(f(C, Y[rt])), t.relocateComponent(it[rt], K[rt], C);
3525
- });
3526
- } else
3527
- O.forEach(function(vt, rt) {
3528
- t.relocateComponent(it[rt], Y[rt], C);
3529
- });
3530
- var w = /* @__PURE__ */ new Set();
3531
- if (O.length > 1) {
3532
- var H = [], B = k.filter(function(vt) {
3533
- return vt.css("display") == "none";
3534
- });
3535
- O.forEach(function(vt, rt) {
3536
- var gt = void 0;
3537
- if (C.quality == "draft" && (gt = Y[rt].nodeIndexes), vt.nodes().not(B).length > 0) {
3538
- var mt = {};
3539
- mt.edges = [], mt.nodes = [];
3540
- var At = void 0;
3541
- vt.nodes().not(B).forEach(function(Ot) {
3542
- if (C.quality == "draft")
3543
- if (!Ot.isParent())
3544
- At = gt.get(Ot.id()), mt.nodes.push({ x: Y[rt].xCoords[At] - Ot.boundingbox().w / 2, y: Y[rt].yCoords[At] - Ot.boundingbox().h / 2, width: Ot.boundingbox().w, height: Ot.boundingbox().h });
3545
- else {
3546
- var Et = t.calcBoundingBox(Ot, Y[rt].xCoords, Y[rt].yCoords, gt);
3547
- mt.nodes.push({ x: Et.topLeftX, y: Et.topLeftY, width: Et.width, height: Et.height });
3548
- }
3549
- else
3550
- K[rt][Ot.id()] && mt.nodes.push({ x: K[rt][Ot.id()].getLeft(), y: K[rt][Ot.id()].getTop(), width: K[rt][Ot.id()].getWidth(), height: K[rt][Ot.id()].getHeight() });
3551
- }), vt.edges().forEach(function(Ot) {
3552
- var Et = Ot.source(), Dt = Ot.target();
3553
- if (Et.css("display") != "none" && Dt.css("display") != "none")
3554
- if (C.quality == "draft") {
3555
- var Rt = gt.get(Et.id()), Ht = gt.get(Dt.id()), Ut = [], Pt = [];
3556
- if (Et.isParent()) {
3557
- var Ft = t.calcBoundingBox(Et, Y[rt].xCoords, Y[rt].yCoords, gt);
3558
- Ut.push(Ft.topLeftX + Ft.width / 2), Ut.push(Ft.topLeftY + Ft.height / 2);
3559
- } else
3560
- Ut.push(Y[rt].xCoords[Rt]), Ut.push(Y[rt].yCoords[Rt]);
3561
- if (Dt.isParent()) {
3562
- var Yt = t.calcBoundingBox(Dt, Y[rt].xCoords, Y[rt].yCoords, gt);
3563
- Pt.push(Yt.topLeftX + Yt.width / 2), Pt.push(Yt.topLeftY + Yt.height / 2);
3564
- } else
3565
- Pt.push(Y[rt].xCoords[Ht]), Pt.push(Y[rt].yCoords[Ht]);
3566
- mt.edges.push({ startX: Ut[0], startY: Ut[1], endX: Pt[0], endY: Pt[1] });
3567
- } else
3568
- K[rt][Et.id()] && K[rt][Dt.id()] && mt.edges.push({ startX: K[rt][Et.id()].getCenterX(), startY: K[rt][Et.id()].getCenterY(), endX: K[rt][Dt.id()].getCenterX(), endY: K[rt][Dt.id()].getCenterY() });
3569
- }), mt.nodes.length > 0 && (H.push(mt), w.add(rt));
3570
- }
3571
- });
3572
- var _ = m.packComponents(H, C.randomize).shifts;
3573
- if (C.quality == "draft")
3574
- Y.forEach(function(vt, rt) {
3575
- var gt = vt.xCoords.map(function(At) {
3576
- return At + _[rt].dx;
3577
- }), mt = vt.yCoords.map(function(At) {
3578
- return At + _[rt].dy;
3579
- });
3580
- vt.xCoords = gt, vt.yCoords = mt;
3581
- });
3582
- else {
3583
- var ht = 0;
3584
- w.forEach(function(vt) {
3585
- Object.keys(K[vt]).forEach(function(rt) {
3586
- var gt = K[vt][rt];
3587
- gt.setCenter(gt.getCenterX() + _[ht].dx, gt.getCenterY() + _[ht].dy);
3588
- }), ht++;
3589
- });
3590
- }
3591
- }
3592
- } else {
3593
- var E = C.eles.boundingBox();
3594
- if (it.push({ x: E.x1 + E.w / 2, y: E.y1 + E.h / 2 }), C.randomize) {
3595
- var y = s(C);
3596
- Y.push(y);
3597
- }
3598
- C.quality == "default" || C.quality == "proof" ? (K.push(f(C, Y[0])), t.relocateComponent(it[0], K[0], C)) : t.relocateComponent(it[0], Y[0], C);
3599
- }
3600
- var Q = function(rt, gt) {
3601
- if (C.quality == "default" || C.quality == "proof") {
3602
- typeof rt == "number" && (rt = gt);
3603
- var mt = void 0, At = void 0, Ot = rt.data("id");
3604
- return K.forEach(function(Dt) {
3605
- Ot in Dt && (mt = { x: Dt[Ot].getRect().getCenterX(), y: Dt[Ot].getRect().getCenterY() }, At = Dt[Ot]);
3606
- }), C.nodeDimensionsIncludeLabels && (At.labelWidth && (At.labelPosHorizontal == "left" ? mt.x += At.labelWidth / 2 : At.labelPosHorizontal == "right" && (mt.x -= At.labelWidth / 2)), At.labelHeight && (At.labelPosVertical == "top" ? mt.y += At.labelHeight / 2 : At.labelPosVertical == "bottom" && (mt.y -= At.labelHeight / 2))), mt == null && (mt = { x: rt.position("x"), y: rt.position("y") }), {
3607
- x: mt.x,
3608
- y: mt.y
3609
- };
3610
- } else {
3611
- var Et = void 0;
3612
- return Y.forEach(function(Dt) {
3613
- var Rt = Dt.nodeIndexes.get(rt.id());
3614
- Rt != null && (Et = { x: Dt.xCoords[Rt], y: Dt.yCoords[Rt] });
3615
- }), Et == null && (Et = { x: rt.position("x"), y: rt.position("y") }), {
3616
- x: Et.x,
3617
- y: Et.y
3618
- };
3619
- }
3620
- };
3621
- if (C.quality == "default" || C.quality == "proof" || C.randomize) {
3622
- var It = t.calcParentsWithoutChildren(G, k), Nt = k.filter(function(vt) {
3623
- return vt.css("display") == "none";
3624
- });
3625
- C.eles = k.not(Nt), k.nodes().not(":parent").not(Nt).layoutPositions(b, C, Q), It.length > 0 && It.forEach(function(vt) {
3626
- vt.position(Q(vt));
3627
- });
3628
- } else
3629
- console.log("If randomize option is set to false, then quality option must be 'default' or 'proof'.");
3630
- }
3631
- }]), v;
3632
- })();
3633
- a.exports = d;
3634
- })
3635
- ),
3636
- /***/
3637
- 657: (
3638
- /***/
3639
- ((a, e, r) => {
3640
- var l = r(548), i = r(140).layoutBase.Matrix, g = r(140).layoutBase.SVD, t = function(s) {
3641
- var c = s.cy, f = s.eles, T = f.nodes(), d = f.nodes(":parent"), v = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new Map(), b = /* @__PURE__ */ new Map(), C = [], G = [], k = [], Y = [], K = [], O = [], it = [], n = [], m = void 0, p = 1e8, E = 1e-9, y = s.piTol, R = s.samplingType, M = s.nodeSeparation, S = void 0, W = function() {
3642
- for (var U = 0, $ = 0, J = !1; $ < S; ) {
3643
- U = Math.floor(Math.random() * m), J = !1;
3644
- for (var Z = 0; Z < $; Z++)
3645
- if (Y[Z] == U) {
3646
- J = !0;
3647
- break;
3648
- }
3649
- if (!J)
3650
- Y[$] = U, $++;
3651
- else
3652
- continue;
3653
- }
3654
- }, D = function(U, $, J) {
3655
- for (var Z = [], at = 0, ct = 0, nt = 0, tt = void 0, j = [], ut = 0, Mt = 1, pt = 0; pt < m; pt++)
3656
- j[pt] = p;
3657
- for (Z[ct] = U, j[U] = 0; ct >= at; ) {
3658
- nt = Z[at++];
3659
- for (var xt = C[nt], lt = 0; lt < xt.length; lt++)
3660
- tt = L.get(xt[lt]), j[tt] == p && (j[tt] = j[nt] + 1, Z[++ct] = tt);
3661
- O[nt][$] = j[nt] * M;
3662
- }
3663
- if (J) {
3664
- for (var ot = 0; ot < m; ot++)
3665
- O[ot][$] < K[ot] && (K[ot] = O[ot][$]);
3666
- for (var Lt = 0; Lt < m; Lt++)
3667
- K[Lt] > ut && (ut = K[Lt], Mt = Lt);
3668
- }
3669
- return Mt;
3670
- }, q = function(U) {
3671
- var $ = void 0;
3672
- if (U) {
3673
- $ = Math.floor(Math.random() * m);
3674
- for (var Z = 0; Z < m; Z++)
3675
- K[Z] = p;
3676
- for (var at = 0; at < S; at++)
3677
- Y[at] = $, $ = D($, at, U);
3678
- } else {
3679
- W();
3680
- for (var J = 0; J < S; J++)
3681
- D(Y[J], J, U);
3682
- }
3683
- for (var ct = 0; ct < m; ct++)
3684
- for (var nt = 0; nt < S; nt++)
3685
- O[ct][nt] *= O[ct][nt];
3686
- for (var tt = 0; tt < S; tt++)
3687
- it[tt] = [];
3688
- for (var j = 0; j < S; j++)
3689
- for (var ut = 0; ut < S; ut++)
3690
- it[j][ut] = O[Y[ut]][j];
3691
- }, V = function() {
3692
- for (var U = g.svd(it), $ = U.S, J = U.U, Z = U.V, at = $[0] * $[0] * $[0], ct = [], nt = 0; nt < S; nt++) {
3693
- ct[nt] = [];
3694
- for (var tt = 0; tt < S; tt++)
3695
- ct[nt][tt] = 0, nt == tt && (ct[nt][tt] = $[nt] / ($[nt] * $[nt] + at / ($[nt] * $[nt])));
3696
- }
3697
- n = i.multMat(i.multMat(Z, ct), i.transpose(J));
3698
- }, X = function() {
3699
- for (var U = void 0, $ = void 0, J = [], Z = [], at = [], ct = [], nt = 0; nt < m; nt++)
3700
- J[nt] = Math.random(), Z[nt] = Math.random();
3701
- J = i.normalize(J), Z = i.normalize(Z);
3702
- for (var tt = E, j = E, ut = void 0; ; ) {
3703
- for (var Mt = 0; Mt < m; Mt++)
3704
- at[Mt] = J[Mt];
3705
- if (J = i.multGamma(i.multL(i.multGamma(at), O, n)), U = i.dotProduct(at, J), J = i.normalize(J), tt = i.dotProduct(at, J), ut = Math.abs(tt / j), ut <= 1 + y && ut >= 1)
3706
- break;
3707
- j = tt;
3708
- }
3709
- for (var pt = 0; pt < m; pt++)
3710
- at[pt] = J[pt];
3711
- for (j = E; ; ) {
3712
- for (var xt = 0; xt < m; xt++)
3713
- ct[xt] = Z[xt];
3714
- if (ct = i.minusOp(ct, i.multCons(at, i.dotProduct(at, ct))), Z = i.multGamma(i.multL(i.multGamma(ct), O, n)), $ = i.dotProduct(ct, Z), Z = i.normalize(Z), tt = i.dotProduct(ct, Z), ut = Math.abs(tt / j), ut <= 1 + y && ut >= 1)
3715
- break;
3716
- j = tt;
3717
- }
3718
- for (var lt = 0; lt < m; lt++)
3719
- ct[lt] = Z[lt];
3720
- G = i.multCons(at, Math.sqrt(Math.abs(U))), k = i.multCons(ct, Math.sqrt(Math.abs($)));
3721
- };
3722
- l.connectComponents(c, f, l.getTopMostNodes(T), v), d.forEach(function(F) {
3723
- l.connectComponents(c, f, l.getTopMostNodes(F.descendants().intersection(f)), v);
3724
- });
3725
- for (var et = 0, z = 0; z < T.length; z++)
3726
- T[z].isParent() || L.set(T[z].id(), et++);
3727
- var w = !0, H = !1, B = void 0;
3728
- try {
3729
- for (var _ = v.keys()[Symbol.iterator](), ht; !(w = (ht = _.next()).done); w = !0) {
3730
- var Q = ht.value;
3731
- L.set(Q, et++);
3732
- }
3733
- } catch (F) {
3734
- H = !0, B = F;
3735
- } finally {
3736
- try {
3737
- !w && _.return && _.return();
3738
- } finally {
3739
- if (H)
3740
- throw B;
3741
- }
3742
- }
3743
- for (var It = 0; It < L.size; It++)
3744
- C[It] = [];
3745
- d.forEach(function(F) {
3746
- for (var U = F.children().intersection(f); U.nodes(":childless").length == 0; )
3747
- U = U.nodes()[0].children().intersection(f);
3748
- var $ = 0, J = U.nodes(":childless")[0].connectedEdges().length;
3749
- U.nodes(":childless").forEach(function(Z, at) {
3750
- Z.connectedEdges().length < J && (J = Z.connectedEdges().length, $ = at);
3751
- }), b.set(F.id(), U.nodes(":childless")[$].id());
3752
- }), T.forEach(function(F) {
3753
- var U = void 0;
3754
- F.isParent() ? U = L.get(b.get(F.id())) : U = L.get(F.id()), F.neighborhood().nodes().forEach(function($) {
3755
- f.intersection(F.edgesWith($)).length > 0 && ($.isParent() ? C[U].push(b.get($.id())) : C[U].push($.id()));
3756
- });
3757
- });
3758
- var Nt = function(U) {
3759
- var $ = L.get(U), J = void 0;
3760
- v.get(U).forEach(function(Z) {
3761
- c.getElementById(Z).isParent() ? J = b.get(Z) : J = Z, C[$].push(J), C[L.get(J)].push(U);
3762
- });
3763
- }, vt = !0, rt = !1, gt = void 0;
3764
- try {
3765
- for (var mt = v.keys()[Symbol.iterator](), At; !(vt = (At = mt.next()).done); vt = !0) {
3766
- var Ot = At.value;
3767
- Nt(Ot);
3768
- }
3769
- } catch (F) {
3770
- rt = !0, gt = F;
3771
- } finally {
3772
- try {
3773
- !vt && mt.return && mt.return();
3774
- } finally {
3775
- if (rt)
3776
- throw gt;
3777
- }
3778
- }
3779
- m = L.size;
3780
- var Et = void 0;
3781
- if (m > 2) {
3782
- S = m < s.sampleSize ? m : s.sampleSize;
3783
- for (var Dt = 0; Dt < m; Dt++)
3784
- O[Dt] = [];
3785
- for (var Rt = 0; Rt < S; Rt++)
3786
- n[Rt] = [];
3787
- return s.quality == "draft" || s.step == "all" ? (q(R), V(), X(), Et = { nodeIndexes: L, xCoords: G, yCoords: k }) : (L.forEach(function(F, U) {
3788
- G.push(c.getElementById(U).position("x")), k.push(c.getElementById(U).position("y"));
3789
- }), Et = { nodeIndexes: L, xCoords: G, yCoords: k }), Et;
3790
- } else {
3791
- var Ht = L.keys(), Ut = c.getElementById(Ht.next().value), Pt = Ut.position(), Ft = Ut.outerWidth();
3792
- if (G.push(Pt.x), k.push(Pt.y), m == 2) {
3793
- var Yt = c.getElementById(Ht.next().value), Vt = Yt.outerWidth();
3794
- G.push(Pt.x + Ft / 2 + Vt / 2 + s.idealEdgeLength), k.push(Pt.y);
3795
- }
3796
- return Et = { nodeIndexes: L, xCoords: G, yCoords: k }, Et;
3797
- }
3798
- };
3799
- a.exports = { spectralLayout: t };
3800
- })
3801
- ),
3802
- /***/
3803
- 579: (
3804
- /***/
3805
- ((a, e, r) => {
3806
- var l = r(212), i = function(t) {
3807
- t && t("layout", "fcose", l);
3808
- };
3809
- typeof cytoscape < "u" && i(cytoscape), a.exports = i;
3810
- })
3811
- ),
3812
- /***/
3813
- 140: (
3814
- /***/
3815
- ((a) => {
3816
- a.exports = A;
3817
- })
3818
- )
3819
- /******/
3820
- }, N = {};
3821
- function u(a) {
3822
- var e = N[a];
3823
- if (e !== void 0)
3824
- return e.exports;
3825
- var r = N[a] = {
3826
- /******/
3827
- // no module.id needed
3828
- /******/
3829
- // no module.loaded needed
3830
- /******/
3831
- exports: {}
3832
- /******/
3833
- };
3834
- return P[a](r, r.exports, u), r.exports;
3835
- }
3836
- var h = u(579);
3837
- return h;
3838
- })()
3839
- );
3840
- });
3841
- })(he)), he.exports;
3842
- }
3843
- var Er = /* @__PURE__ */ yr();
3844
- const mr = /* @__PURE__ */ cr(Er);
3845
- var xe = {
3846
- L: "left",
3847
- R: "right",
3848
- T: "top",
3849
- B: "bottom"
3850
- }, Ie = {
3851
- L: /* @__PURE__ */ dt((I) => `${I},${I / 2} 0,${I} 0,0`, "L"),
3852
- R: /* @__PURE__ */ dt((I) => `0,${I / 2} ${I},0 ${I},${I}`, "R"),
3853
- T: /* @__PURE__ */ dt((I) => `0,0 ${I},0 ${I / 2},${I}`, "T"),
3854
- B: /* @__PURE__ */ dt((I) => `${I / 2},0 ${I},${I} 0,${I}`, "B")
3855
- }, se = {
3856
- L: /* @__PURE__ */ dt((I, x) => I - x + 2, "L"),
3857
- R: /* @__PURE__ */ dt((I, x) => I - 2, "R"),
3858
- T: /* @__PURE__ */ dt((I, x) => I - x + 2, "T"),
3859
- B: /* @__PURE__ */ dt((I, x) => I - 2, "B")
3860
- }, Tr = /* @__PURE__ */ dt(function(I) {
3861
- return Wt(I) ? I === "L" ? "R" : "L" : I === "T" ? "B" : "T";
3862
- }, "getOppositeArchitectureDirection"), Re = /* @__PURE__ */ dt(function(I) {
3863
- const x = I;
3864
- return x === "L" || x === "R" || x === "T" || x === "B";
3865
- }, "isArchitectureDirection"), Wt = /* @__PURE__ */ dt(function(I) {
3866
- const x = I;
3867
- return x === "L" || x === "R";
3868
- }, "isArchitectureDirectionX"), qt = /* @__PURE__ */ dt(function(I) {
3869
- const x = I;
3870
- return x === "T" || x === "B";
3871
- }, "isArchitectureDirectionY"), Te = /* @__PURE__ */ dt(function(I, x) {
3872
- const A = Wt(I) && qt(x), P = qt(I) && Wt(x);
3873
- return A || P;
3874
- }, "isArchitectureDirectionXY"), Nr = /* @__PURE__ */ dt(function(I) {
3875
- const x = I[0], A = I[1], P = Wt(x) && qt(A), N = qt(x) && Wt(A);
3876
- return P || N;
3877
- }, "isArchitecturePairXY"), Lr = /* @__PURE__ */ dt(function(I) {
3878
- return I !== "LL" && I !== "RR" && I !== "TT" && I !== "BB";
3879
- }, "isValidArchitectureDirectionPair"), ye = /* @__PURE__ */ dt(function(I, x) {
3880
- const A = `${I}${x}`;
3881
- return Lr(A) ? A : void 0;
3882
- }, "getArchitectureDirectionPair"), Cr = /* @__PURE__ */ dt(function([I, x], A) {
3883
- const P = A[0], N = A[1];
3884
- return Wt(P) ? qt(N) ? [I + (P === "L" ? -1 : 1), x + (N === "T" ? 1 : -1)] : [I + (P === "L" ? -1 : 1), x] : Wt(N) ? [I + (N === "L" ? 1 : -1), x + (P === "T" ? 1 : -1)] : [I, x + (P === "T" ? 1 : -1)];
3885
- }, "shiftPositionByArchitectureDirectionPair"), Ar = /* @__PURE__ */ dt(function(I) {
3886
- return I === "LT" || I === "TL" ? [1, 1] : I === "BL" || I === "LB" ? [1, -1] : I === "BR" || I === "RB" ? [-1, -1] : [-1, 1];
3887
- }, "getArchitectureDirectionXYFactors"), Mr = /* @__PURE__ */ dt(function(I, x) {
3888
- return Te(I, x) ? "bend" : Wt(I) ? "horizontal" : "vertical";
3889
- }, "getArchitectureDirectionAlignment"), wr = /* @__PURE__ */ dt(function(I) {
3890
- return I.type === "service";
3891
- }, "isArchitectureService"), Or = /* @__PURE__ */ dt(function(I) {
3892
- return I.type === "junction";
3893
- }, "isArchitectureJunction"), be = /* @__PURE__ */ dt((I) => I.data(), "edgeData"), ie = /* @__PURE__ */ dt((I) => I.data(), "nodeData"), Dr = ir.architecture, ae, Pe = (ae = class {
3894
- constructor() {
3895
- this.nodes = {}, this.groups = {}, this.edges = [], this.registeredIds = {}, this.elements = {}, this.setAccTitle = qe, this.getAccTitle = Qe, this.setDiagramTitle = Je, this.getDiagramTitle = Ke, this.getAccDescription = je, this.setAccDescription = _e, this.clear();
3896
- }
3897
- clear() {
3898
- this.nodes = {}, this.groups = {}, this.edges = [], this.registeredIds = {}, this.dataStructures = void 0, this.elements = {}, tr();
3899
- }
3900
- addService({
3901
- id: x,
3902
- icon: A,
3903
- in: P,
3904
- title: N,
3905
- iconText: u
3906
- }) {
3907
- if (this.registeredIds[x] !== void 0)
3908
- throw new Error(
3909
- `The service id [${x}] is already in use by another ${this.registeredIds[x]}`
3910
- );
3911
- if (P !== void 0) {
3912
- if (x === P)
3913
- throw new Error(`The service [${x}] cannot be placed within itself`);
3914
- if (this.registeredIds[P] === void 0)
3915
- throw new Error(
3916
- `The service [${x}]'s parent does not exist. Please make sure the parent is created before this service`
3917
- );
3918
- if (this.registeredIds[P] === "node")
3919
- throw new Error(`The service [${x}]'s parent is not a group`);
3920
- }
3921
- this.registeredIds[x] = "node", this.nodes[x] = {
3922
- id: x,
3923
- type: "service",
3924
- icon: A,
3925
- iconText: u,
3926
- title: N,
3927
- edges: [],
3928
- in: P
3929
- };
3930
- }
3931
- getServices() {
3932
- return Object.values(this.nodes).filter(wr);
3933
- }
3934
- addJunction({ id: x, in: A }) {
3935
- this.registeredIds[x] = "node", this.nodes[x] = {
3936
- id: x,
3937
- type: "junction",
3938
- edges: [],
3939
- in: A
3940
- };
3941
- }
3942
- getJunctions() {
3943
- return Object.values(this.nodes).filter(Or);
3944
- }
3945
- getNodes() {
3946
- return Object.values(this.nodes);
3947
- }
3948
- getNode(x) {
3949
- return this.nodes[x] ?? null;
3950
- }
3951
- addGroup({ id: x, icon: A, in: P, title: N }) {
3952
- if (this.registeredIds?.[x] !== void 0)
3953
- throw new Error(
3954
- `The group id [${x}] is already in use by another ${this.registeredIds[x]}`
3955
- );
3956
- if (P !== void 0) {
3957
- if (x === P)
3958
- throw new Error(`The group [${x}] cannot be placed within itself`);
3959
- if (this.registeredIds?.[P] === void 0)
3960
- throw new Error(
3961
- `The group [${x}]'s parent does not exist. Please make sure the parent is created before this group`
3962
- );
3963
- if (this.registeredIds?.[P] === "node")
3964
- throw new Error(`The group [${x}]'s parent is not a group`);
3965
- }
3966
- this.registeredIds[x] = "group", this.groups[x] = {
3967
- id: x,
3968
- icon: A,
3969
- title: N,
3970
- in: P
3971
- };
3972
- }
3973
- getGroups() {
3974
- return Object.values(this.groups);
3975
- }
3976
- addEdge({
3977
- lhsId: x,
3978
- rhsId: A,
3979
- lhsDir: P,
3980
- rhsDir: N,
3981
- lhsInto: u,
3982
- rhsInto: h,
3983
- lhsGroup: a,
3984
- rhsGroup: e,
3985
- title: r
3986
- }) {
3987
- if (!Re(P))
3988
- throw new Error(
3989
- `Invalid direction given for left hand side of edge ${x}--${A}. Expected (L,R,T,B) got ${String(P)}`
3990
- );
3991
- if (!Re(N))
3992
- throw new Error(
3993
- `Invalid direction given for right hand side of edge ${x}--${A}. Expected (L,R,T,B) got ${String(N)}`
3994
- );
3995
- if (this.nodes[x] === void 0 && this.groups[x] === void 0)
3996
- throw new Error(
3997
- `The left-hand id [${x}] does not yet exist. Please create the service/group before declaring an edge to it.`
3998
- );
3999
- if (this.nodes[A] === void 0 && this.groups[A] === void 0)
4000
- throw new Error(
4001
- `The right-hand id [${A}] does not yet exist. Please create the service/group before declaring an edge to it.`
4002
- );
4003
- const l = this.nodes[x].in, i = this.nodes[A].in;
4004
- if (a && l && i && l == i)
4005
- throw new Error(
4006
- `The left-hand id [${x}] is modified to traverse the group boundary, but the edge does not pass through two groups.`
4007
- );
4008
- if (e && l && i && l == i)
4009
- throw new Error(
4010
- `The right-hand id [${A}] is modified to traverse the group boundary, but the edge does not pass through two groups.`
4011
- );
4012
- const g = {
4013
- lhsId: x,
4014
- lhsDir: P,
4015
- lhsInto: u,
4016
- lhsGroup: a,
4017
- rhsId: A,
4018
- rhsDir: N,
4019
- rhsInto: h,
4020
- rhsGroup: e,
4021
- title: r
4022
- };
4023
- this.edges.push(g), this.nodes[x] && this.nodes[A] && (this.nodes[x].edges.push(this.edges[this.edges.length - 1]), this.nodes[A].edges.push(this.edges[this.edges.length - 1]));
4024
- }
4025
- getEdges() {
4026
- return this.edges;
4027
- }
4028
- /**
4029
- * Returns the current diagram's adjacency list, spatial map, & group alignments.
4030
- * If they have not been created, run the algorithms to generate them.
4031
- * @returns
4032
- */
4033
- getDataStructures() {
4034
- if (this.dataStructures === void 0) {
4035
- const x = {}, A = Object.entries(this.nodes).reduce((e, [r, l]) => (e[r] = l.edges.reduce((i, g) => {
4036
- const t = this.getNode(g.lhsId)?.in, o = this.getNode(g.rhsId)?.in;
4037
- if (t && o && t !== o) {
4038
- const s = Mr(g.lhsDir, g.rhsDir);
4039
- s !== "bend" && (x[t] ??= {}, x[t][o] = s, x[o] ??= {}, x[o][t] = s);
4040
- }
4041
- if (g.lhsId === r) {
4042
- const s = ye(g.lhsDir, g.rhsDir);
4043
- s && (i[s] = g.rhsId);
4044
- } else {
4045
- const s = ye(g.rhsDir, g.lhsDir);
4046
- s && (i[s] = g.lhsId);
4047
- }
4048
- return i;
4049
- }, {}), e), {}), P = Object.keys(A)[0], N = { [P]: 1 }, u = Object.keys(A).reduce(
4050
- (e, r) => r === P ? e : { ...e, [r]: 1 },
4051
- {}
4052
- ), h = /* @__PURE__ */ dt((e) => {
4053
- const r = { [e]: [0, 0] }, l = [e];
4054
- for (; l.length > 0; ) {
4055
- const i = l.shift();
4056
- if (i) {
4057
- N[i] = 1, delete u[i];
4058
- const g = A[i], [t, o] = r[i];
4059
- Object.entries(g).forEach(([s, c]) => {
4060
- N[c] || (r[c] = Cr(
4061
- [t, o],
4062
- s
4063
- ), l.push(c));
4064
- });
4065
- }
4066
- }
4067
- return r;
4068
- }, "BFS"), a = [h(P)];
4069
- for (; Object.keys(u).length > 0; )
4070
- a.push(h(Object.keys(u)[0]));
4071
- this.dataStructures = {
4072
- adjList: A,
4073
- spatialMaps: a,
4074
- groupAlignments: x
4075
- };
4076
- }
4077
- return this.dataStructures;
4078
- }
4079
- setElementForId(x, A) {
4080
- this.elements[x] = A;
4081
- }
4082
- getElementById(x) {
4083
- return this.elements[x];
4084
- }
4085
- getConfig() {
4086
- return er({
4087
- ...Dr,
4088
- ...rr().architecture
4089
- });
4090
- }
4091
- getConfigField(x) {
4092
- return this.getConfig()[x];
4093
- }
4094
- }, dt(ae, "ArchitectureDB"), ae), xr = /* @__PURE__ */ dt((I, x) => {
4095
- lr(I, x), I.groups.map((A) => x.addGroup(A)), I.services.map((A) => x.addService({ ...A, type: "service" })), I.junctions.map((A) => x.addJunction({ ...A, type: "junction" })), I.edges.map((A) => x.addEdge(A));
4096
- }, "populateDb"), Ge = {
4097
- parser: {
4098
- // @ts-expect-error - ArchitectureDB is not assignable to DiagramDB
4099
- yy: void 0
4100
- },
4101
- parse: /* @__PURE__ */ dt(async (I) => {
4102
- const x = await fr("architecture", I);
4103
- Se.debug(x);
4104
- const A = Ge.parser?.yy;
4105
- if (!(A instanceof Pe))
4106
- throw new Error(
4107
- "parser.parser?.yy was not a ArchitectureDB. This is due to a bug within Mermaid, please report this issue at https://github.com/mermaid-js/mermaid/issues."
4108
- );
4109
- xr(x, A);
4110
- }, "parse")
4111
- }, Ir = /* @__PURE__ */ dt((I) => `
4112
- .edge {
4113
- stroke-width: ${I.archEdgeWidth};
4114
- stroke: ${I.archEdgeColor};
4115
- fill: none;
4116
- }
4117
-
4118
- .arrow {
4119
- fill: ${I.archEdgeArrowColor};
4120
- }
4121
-
4122
- .node-bkg {
4123
- fill: none;
4124
- stroke: ${I.archGroupBorderColor};
4125
- stroke-width: ${I.archGroupBorderWidth};
4126
- stroke-dasharray: 8;
4127
- }
4128
- .node-icon-text {
4129
- display: flex;
4130
- align-items: center;
4131
- }
4132
-
4133
- .node-icon-text > div {
4134
- color: #fff;
4135
- margin: 1px;
4136
- height: fit-content;
4137
- text-align: center;
4138
- overflow: hidden;
4139
- display: -webkit-box;
4140
- -webkit-box-orient: vertical;
4141
- }
4142
- `, "getStyles"), Rr = Ir, re = /* @__PURE__ */ dt((I) => `<g><rect width="80" height="80" style="fill: #087ebf; stroke-width: 0px;"/>${I}</g>`, "wrapIcon"), ne = {
4143
- prefix: "mermaid-architecture",
4144
- height: 80,
4145
- width: 80,
4146
- icons: {
4147
- database: {
4148
- body: re(
4149
- '<path id="b" data-name="4" d="m20,57.86c0,3.94,8.95,7.14,20,7.14s20-3.2,20-7.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><path id="c" data-name="3" d="m20,45.95c0,3.94,8.95,7.14,20,7.14s20-3.2,20-7.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><path id="d" data-name="2" d="m20,34.05c0,3.94,8.95,7.14,20,7.14s20-3.2,20-7.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse id="e" data-name="1" cx="40" cy="22.14" rx="20" ry="7.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="20" y1="57.86" x2="20" y2="22.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="60" y1="57.86" x2="60" y2="22.14" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/>'
4150
- )
4151
- },
4152
- server: {
4153
- body: re(
4154
- '<rect x="17.5" y="17.5" width="45" height="45" rx="2" ry="2" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="17.5" y1="32.5" x2="62.5" y2="32.5" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="17.5" y1="47.5" x2="62.5" y2="47.5" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><g><path d="m56.25,25c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: #fff; stroke-width: 0px;"/><path d="m56.25,25c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: none; stroke: #fff; stroke-miterlimit: 10;"/></g><g><path d="m56.25,40c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: #fff; stroke-width: 0px;"/><path d="m56.25,40c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: none; stroke: #fff; stroke-miterlimit: 10;"/></g><g><path d="m56.25,55c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: #fff; stroke-width: 0px;"/><path d="m56.25,55c0,.27-.45.5-1,.5h-10.5c-.55,0-1-.23-1-.5s.45-.5,1-.5h10.5c.55,0,1,.23,1,.5Z" style="fill: none; stroke: #fff; stroke-miterlimit: 10;"/></g><g><circle cx="32.5" cy="25" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="27.5" cy="25" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="22.5" cy="25" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/></g><g><circle cx="32.5" cy="40" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="27.5" cy="40" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="22.5" cy="40" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/></g><g><circle cx="32.5" cy="55" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="27.5" cy="55" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/><circle cx="22.5" cy="55" r=".75" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10;"/></g>'
4155
- )
4156
- },
4157
- disk: {
4158
- body: re(
4159
- '<rect x="20" y="15" width="40" height="50" rx="1" ry="1" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="24" cy="19.17" rx=".8" ry=".83" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="56" cy="19.17" rx=".8" ry=".83" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="24" cy="60.83" rx=".8" ry=".83" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="56" cy="60.83" rx=".8" ry=".83" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="40" cy="33.75" rx="14" ry="14.58" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><ellipse cx="40" cy="33.75" rx="4" ry="4.17" style="fill: #fff; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="m37.51,42.52l-4.83,13.22c-.26.71-1.1,1.02-1.76.64l-4.18-2.42c-.66-.38-.81-1.26-.33-1.84l9.01-10.8c.88-1.05,2.56-.08,2.09,1.2Z" style="fill: #fff; stroke-width: 0px;"/>'
4160
- )
4161
- },
4162
- internet: {
4163
- body: re(
4164
- '<circle cx="40" cy="40" r="22.5" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="40" y1="17.5" x2="40" y2="62.5" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="17.5" y1="40" x2="62.5" y2="40" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="m39.99,17.51c-15.28,11.1-15.28,33.88,0,44.98" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="m40.01,17.51c15.28,11.1,15.28,33.88,0,44.98" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="19.75" y1="30.1" x2="60.25" y2="30.1" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/><line x1="19.75" y1="49.9" x2="60.25" y2="49.9" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/>'
4165
- )
4166
- },
4167
- cloud: {
4168
- body: re(
4169
- '<path d="m65,47.5c0,2.76-2.24,5-5,5H20c-2.76,0-5-2.24-5-5,0-1.87,1.03-3.51,2.56-4.36-.04-.21-.06-.42-.06-.64,0-2.6,2.48-4.74,5.65-4.97,1.65-4.51,6.34-7.76,11.85-7.76.86,0,1.69.08,2.5.23,2.09-1.57,4.69-2.5,7.5-2.5,6.1,0,11.19,4.38,12.28,10.17,2.14.56,3.72,2.51,3.72,4.83,0,.03,0,.07-.01.1,2.29.46,4.01,2.48,4.01,4.9Z" style="fill: none; stroke: #fff; stroke-miterlimit: 10; stroke-width: 2px;"/>'
4170
- )
4171
- },
4172
- unknown: hr,
4173
- blank: {
4174
- body: re("")
4175
- }
4176
- }
4177
- }, Sr = /* @__PURE__ */ dt(async function(I, x, A) {
4178
- const P = A.getConfigField("padding"), N = A.getConfigField("iconSize"), u = N / 2, h = N / 6, a = h / 2;
4179
- await Promise.all(
4180
- x.edges().map(async (e) => {
4181
- const {
4182
- source: r,
4183
- sourceDir: l,
4184
- sourceArrow: i,
4185
- sourceGroup: g,
4186
- target: t,
4187
- targetDir: o,
4188
- targetArrow: s,
4189
- targetGroup: c,
4190
- label: f
4191
- } = be(e);
4192
- let { x: T, y: d } = e[0].sourceEndpoint();
4193
- const { x: v, y: L } = e[0].midpoint();
4194
- let { x: b, y: C } = e[0].targetEndpoint();
4195
- const G = P + 4;
4196
- if (g && (Wt(l) ? T += l === "L" ? -G : G : d += l === "T" ? -G : G + 18), c && (Wt(o) ? b += o === "L" ? -G : G : C += o === "T" ? -G : G + 18), !g && A.getNode(r)?.type === "junction" && (Wt(l) ? T += l === "L" ? u : -u : d += l === "T" ? u : -u), !c && A.getNode(t)?.type === "junction" && (Wt(o) ? b += o === "L" ? u : -u : C += o === "T" ? u : -u), e[0]._private.rscratch) {
4197
- const k = I.insert("g");
4198
- if (k.insert("path").attr("d", `M ${T},${d} L ${v},${L} L${b},${C} `).attr("class", "edge").attr("id", or(r, t, { prefix: "L" })), i) {
4199
- const Y = Wt(l) ? se[l](T, h) : T - a, K = qt(l) ? se[l](d, h) : d - a;
4200
- k.insert("polygon").attr("points", Ie[l](h)).attr("transform", `translate(${Y},${K})`).attr("class", "arrow");
4201
- }
4202
- if (s) {
4203
- const Y = Wt(o) ? se[o](b, h) : b - a, K = qt(o) ? se[o](C, h) : C - a;
4204
- k.insert("polygon").attr("points", Ie[o](h)).attr("transform", `translate(${Y},${K})`).attr("class", "arrow");
4205
- }
4206
- if (f) {
4207
- const Y = Te(l, o) ? "XY" : Wt(l) ? "X" : "Y";
4208
- let K = 0;
4209
- Y === "X" ? K = Math.abs(T - b) : Y === "Y" ? K = Math.abs(d - C) / 1.5 : K = Math.abs(T - b) / 2;
4210
- const O = k.append("g");
4211
- if (await me(
4212
- O,
4213
- f,
4214
- {
4215
- useHtmlLabels: !1,
4216
- width: K,
4217
- classes: "architecture-service-label"
4218
- },
4219
- Ee()
4220
- ), O.attr("dy", "1em").attr("alignment-baseline", "middle").attr("dominant-baseline", "middle").attr("text-anchor", "middle"), Y === "X")
4221
- O.attr("transform", "translate(" + v + ", " + L + ")");
4222
- else if (Y === "Y")
4223
- O.attr("transform", "translate(" + v + ", " + L + ") rotate(-90)");
4224
- else if (Y === "XY") {
4225
- const it = ye(l, o);
4226
- if (it && Nr(it)) {
4227
- const n = O.node().getBoundingClientRect(), [m, p] = Ar(it);
4228
- O.attr("dominant-baseline", "auto").attr("transform", `rotate(${-1 * m * p * 45})`);
4229
- const E = O.node().getBoundingClientRect();
4230
- O.attr(
4231
- "transform",
4232
- `
4233
- translate(${v}, ${L - n.height / 2})
4234
- translate(${m * E.width / 2}, ${p * E.height / 2})
4235
- rotate(${-1 * m * p * 45}, 0, ${n.height / 2})
4236
- `
4237
- );
4238
- }
4239
- }
4240
- }
4241
- }
4242
- })
4243
- );
4244
- }, "drawEdges"), Fr = /* @__PURE__ */ dt(async function(I, x, A) {
4245
- const N = A.getConfigField("padding") * 0.75, u = A.getConfigField("fontSize"), a = A.getConfigField("iconSize") / 2;
4246
- await Promise.all(
4247
- x.nodes().map(async (e) => {
4248
- const r = ie(e);
4249
- if (r.type === "group") {
4250
- const { h: l, w: i, x1: g, y1: t } = e.boundingBox(), o = I.append("rect");
4251
- o.attr("id", `group-${r.id}`).attr("x", g + a).attr("y", t + a).attr("width", i).attr("height", l).attr("class", "node-bkg");
4252
- const s = I.append("g");
4253
- let c = g, f = t;
4254
- if (r.icon) {
4255
- const T = s.append("g");
4256
- T.html(
4257
- `<g>${await pe(r.icon, { height: N, width: N, fallbackPrefix: ne.prefix })}</g>`
4258
- ), T.attr(
4259
- "transform",
4260
- "translate(" + (c + a + 1) + ", " + (f + a + 1) + ")"
4261
- ), c += N, f += u / 2 - 1 - 2;
4262
- }
4263
- if (r.label) {
4264
- const T = s.append("g");
4265
- await me(
4266
- T,
4267
- r.label,
4268
- {
4269
- useHtmlLabels: !1,
4270
- width: i,
4271
- classes: "architecture-service-label"
4272
- },
4273
- Ee()
4274
- ), T.attr("dy", "1em").attr("alignment-baseline", "middle").attr("dominant-baseline", "start").attr("text-anchor", "start"), T.attr(
4275
- "transform",
4276
- "translate(" + (c + a + 4) + ", " + (f + a + 2) + ")"
4277
- );
4278
- }
4279
- A.setElementForId(r.id, o);
4280
- }
4281
- })
4282
- );
4283
- }, "drawGroups"), br = /* @__PURE__ */ dt(async function(I, x, A) {
4284
- const P = Ee();
4285
- for (const N of A) {
4286
- const u = x.append("g"), h = I.getConfigField("iconSize");
4287
- if (N.title) {
4288
- const l = u.append("g");
4289
- await me(
4290
- l,
4291
- N.title,
4292
- {
4293
- useHtmlLabels: !1,
4294
- width: h * 1.5,
4295
- classes: "architecture-service-label"
4296
- },
4297
- P
4298
- ), l.attr("dy", "1em").attr("alignment-baseline", "middle").attr("dominant-baseline", "middle").attr("text-anchor", "middle"), l.attr("transform", "translate(" + h / 2 + ", " + h + ")");
4299
- }
4300
- const a = u.append("g");
4301
- if (N.icon)
4302
- a.html(
4303
- `<g>${await pe(N.icon, { height: h, width: h, fallbackPrefix: ne.prefix })}</g>`
4304
- );
4305
- else if (N.iconText) {
4306
- a.html(
4307
- `<g>${await pe("blank", { height: h, width: h, fallbackPrefix: ne.prefix })}</g>`
4308
- );
4309
- const g = a.append("g").append("foreignObject").attr("width", h).attr("height", h).append("div").attr("class", "node-icon-text").attr("style", `height: ${h}px;`).append("div").html(ar(N.iconText, P)), t = parseInt(
4310
- window.getComputedStyle(g.node(), null).getPropertyValue("font-size").replace(/\D/g, "")
4311
- ) ?? 16;
4312
- g.attr("style", `-webkit-line-clamp: ${Math.floor((h - 2) / t)};`);
4313
- } else
4314
- a.append("path").attr("class", "node-bkg").attr("id", "node-" + N.id).attr(
4315
- "d",
4316
- `M0 ${h} v${-h} q0,-5 5,-5 h${h} q5,0 5,5 v${h} H0 Z`
4317
- );
4318
- u.attr("id", `service-${N.id}`).attr("class", "architecture-service");
4319
- const { width: e, height: r } = u.node().getBBox();
4320
- N.width = e, N.height = r, I.setElementForId(N.id, u);
4321
- }
4322
- return 0;
4323
- }, "drawServices"), Pr = /* @__PURE__ */ dt(function(I, x, A) {
4324
- A.forEach((P) => {
4325
- const N = x.append("g"), u = I.getConfigField("iconSize");
4326
- N.append("g").append("rect").attr("id", "node-" + P.id).attr("fill-opacity", "0").attr("width", u).attr("height", u), N.attr("class", "architecture-junction");
4327
- const { width: a, height: e } = N._groups[0][0].getBBox();
4328
- N.width = a, N.height = e, I.setElementForId(P.id, N);
4329
- });
4330
- }, "drawJunctions");
4331
- sr([
4332
- {
4333
- name: ne.prefix,
4334
- icons: ne
4335
- }
4336
- ]);
4337
- Fe.use(mr);
4338
- function Ue(I, x, A) {
4339
- I.forEach((P) => {
4340
- x.add({
4341
- group: "nodes",
4342
- data: {
4343
- type: "service",
4344
- id: P.id,
4345
- icon: P.icon,
4346
- label: P.title,
4347
- parent: P.in,
4348
- width: A.getConfigField("iconSize"),
4349
- height: A.getConfigField("iconSize")
4350
- },
4351
- classes: "node-service"
4352
- });
4353
- });
4354
- }
4355
- dt(Ue, "addServices");
4356
- function Ye(I, x, A) {
4357
- I.forEach((P) => {
4358
- x.add({
4359
- group: "nodes",
4360
- data: {
4361
- type: "junction",
4362
- id: P.id,
4363
- parent: P.in,
4364
- width: A.getConfigField("iconSize"),
4365
- height: A.getConfigField("iconSize")
4366
- },
4367
- classes: "node-junction"
4368
- });
4369
- });
4370
- }
4371
- dt(Ye, "addJunctions");
4372
- function Xe(I, x) {
4373
- x.nodes().map((A) => {
4374
- const P = ie(A);
4375
- if (P.type === "group")
4376
- return;
4377
- P.x = A.position().x, P.y = A.position().y, I.getElementById(P.id).attr("transform", "translate(" + (P.x || 0) + "," + (P.y || 0) + ")");
4378
- });
4379
- }
4380
- dt(Xe, "positionNodes");
4381
- function He(I, x) {
4382
- I.forEach((A) => {
4383
- x.add({
4384
- group: "nodes",
4385
- data: {
4386
- type: "group",
4387
- id: A.id,
4388
- icon: A.icon,
4389
- label: A.title,
4390
- parent: A.in
4391
- },
4392
- classes: "node-group"
4393
- });
4394
- });
4395
- }
4396
- dt(He, "addGroups");
4397
- function We(I, x) {
4398
- I.forEach((A) => {
4399
- const { lhsId: P, rhsId: N, lhsInto: u, lhsGroup: h, rhsInto: a, lhsDir: e, rhsDir: r, rhsGroup: l, title: i } = A, g = Te(A.lhsDir, A.rhsDir) ? "segments" : "straight", t = {
4400
- id: `${P}-${N}`,
4401
- label: i,
4402
- source: P,
4403
- sourceDir: e,
4404
- sourceArrow: u,
4405
- sourceGroup: h,
4406
- sourceEndpoint: e === "L" ? "0 50%" : e === "R" ? "100% 50%" : e === "T" ? "50% 0" : "50% 100%",
4407
- target: N,
4408
- targetDir: r,
4409
- targetArrow: a,
4410
- targetGroup: l,
4411
- targetEndpoint: r === "L" ? "0 50%" : r === "R" ? "100% 50%" : r === "T" ? "50% 0" : "50% 100%"
4412
- };
4413
- x.add({
4414
- group: "edges",
4415
- data: t,
4416
- classes: g
4417
- });
4418
- });
4419
- }
4420
- dt(We, "addEdges");
4421
- function Ve(I, x, A) {
4422
- const P = /* @__PURE__ */ dt((a, e) => Object.entries(a).reduce(
4423
- (r, [l, i]) => {
4424
- let g = 0;
4425
- const t = Object.entries(i);
4426
- if (t.length === 1)
4427
- return r[l] = t[0][1], r;
4428
- for (let o = 0; o < t.length - 1; o++)
4429
- for (let s = o + 1; s < t.length; s++) {
4430
- const [c, f] = t[o], [T, d] = t[s];
4431
- if (A[c]?.[T] === e)
4432
- r[l] ??= [], r[l] = [...r[l], ...f, ...d];
4433
- else if (c === "default" || T === "default")
4434
- r[l] ??= [], r[l] = [...r[l], ...f, ...d];
4435
- else {
4436
- const L = `${l}-${g++}`;
4437
- r[L] = f;
4438
- const b = `${l}-${g++}`;
4439
- r[b] = d;
4440
- }
4441
- }
4442
- return r;
4443
- },
4444
- {}
4445
- ), "flattenAlignments"), N = x.map((a) => {
4446
- const e = {}, r = {};
4447
- return Object.entries(a).forEach(([l, [i, g]]) => {
4448
- const t = I.getNode(l)?.in ?? "default";
4449
- e[g] ??= {}, e[g][t] ??= [], e[g][t].push(l), r[i] ??= {}, r[i][t] ??= [], r[i][t].push(l);
4450
- }), {
4451
- horiz: Object.values(P(e, "horizontal")).filter(
4452
- (l) => l.length > 1
4453
- ),
4454
- vert: Object.values(P(r, "vertical")).filter(
4455
- (l) => l.length > 1
4456
- )
4457
- };
4458
- }), [u, h] = N.reduce(
4459
- ([a, e], { horiz: r, vert: l }) => [
4460
- [...a, ...r],
4461
- [...e, ...l]
4462
- ],
4463
- [[], []]
4464
- );
4465
- return {
4466
- horizontal: u,
4467
- vertical: h
4468
- };
4469
- }
4470
- dt(Ve, "getAlignments");
4471
- function ze(I, x) {
4472
- const A = [], P = /* @__PURE__ */ dt((u) => `${u[0]},${u[1]}`, "posToStr"), N = /* @__PURE__ */ dt((u) => u.split(",").map((h) => parseInt(h)), "strToPos");
4473
- return I.forEach((u) => {
4474
- const h = Object.fromEntries(
4475
- Object.entries(u).map(([l, i]) => [P(i), l])
4476
- ), a = [P([0, 0])], e = {}, r = {
4477
- L: [-1, 0],
4478
- R: [1, 0],
4479
- T: [0, 1],
4480
- B: [0, -1]
4481
- };
4482
- for (; a.length > 0; ) {
4483
- const l = a.shift();
4484
- if (l) {
4485
- e[l] = 1;
4486
- const i = h[l];
4487
- if (i) {
4488
- const g = N(l);
4489
- Object.entries(r).forEach(([t, o]) => {
4490
- const s = P([g[0] + o[0], g[1] + o[1]]), c = h[s];
4491
- c && !e[s] && (a.push(s), A.push({
4492
- [xe[t]]: c,
4493
- [xe[Tr(t)]]: i,
4494
- gap: 1.5 * x.getConfigField("iconSize")
4495
- }));
4496
- });
4497
- }
4498
- }
4499
- }
4500
- }), A;
4501
- }
4502
- dt(ze, "getRelativeConstraints");
4503
- function Be(I, x, A, P, N, { spatialMaps: u, groupAlignments: h }) {
4504
- return new Promise((a) => {
4505
- const e = nr("body").append("div").attr("id", "cy").attr("style", "display:none"), r = Fe({
4506
- container: document.getElementById("cy"),
4507
- style: [
4508
- {
4509
- selector: "edge",
4510
- style: {
4511
- "curve-style": "straight",
4512
- label: "data(label)",
4513
- "source-endpoint": "data(sourceEndpoint)",
4514
- "target-endpoint": "data(targetEndpoint)"
4515
- }
4516
- },
4517
- {
4518
- selector: "edge.segments",
4519
- style: {
4520
- "curve-style": "segments",
4521
- "segment-weights": "0",
4522
- "segment-distances": [0.5],
4523
- // @ts-ignore Incorrect library types
4524
- "edge-distances": "endpoints",
4525
- "source-endpoint": "data(sourceEndpoint)",
4526
- "target-endpoint": "data(targetEndpoint)"
4527
- }
4528
- },
4529
- {
4530
- selector: "node",
4531
- style: {
4532
- // @ts-ignore Incorrect library types
4533
- "compound-sizing-wrt-labels": "include"
4534
- }
4535
- },
4536
- {
4537
- selector: "node[label]",
4538
- style: {
4539
- "text-valign": "bottom",
4540
- "text-halign": "center",
4541
- "font-size": `${N.getConfigField("fontSize")}px`
4542
- }
4543
- },
4544
- {
4545
- selector: ".node-service",
4546
- style: {
4547
- label: "data(label)",
4548
- width: "data(width)",
4549
- height: "data(height)"
4550
- }
4551
- },
4552
- {
4553
- selector: ".node-junction",
4554
- style: {
4555
- width: "data(width)",
4556
- height: "data(height)"
4557
- }
4558
- },
4559
- {
4560
- selector: ".node-group",
4561
- style: {
4562
- // @ts-ignore Incorrect library types
4563
- padding: `${N.getConfigField("padding")}px`
4564
- }
4565
- }
4566
- ],
4567
- layout: {
4568
- name: "grid",
4569
- boundingBox: {
4570
- x1: 0,
4571
- x2: 100,
4572
- y1: 0,
4573
- y2: 100
4574
- }
4575
- }
4576
- });
4577
- e.remove(), He(A, r), Ue(I, r, N), Ye(x, r, N), We(P, r);
4578
- const l = Ve(N, u, h), i = ze(u, N), g = r.layout({
4579
- name: "fcose",
4580
- quality: "proof",
4581
- styleEnabled: !1,
4582
- animate: !1,
4583
- nodeDimensionsIncludeLabels: !1,
4584
- // Adjust the edge parameters if it passes through the border of a group
4585
- // Hacky fix for: https://github.com/iVis-at-Bilkent/cytoscape.js-fcose/issues/67
4586
- idealEdgeLength(t) {
4587
- const [o, s] = t.connectedNodes(), { parent: c } = ie(o), { parent: f } = ie(s);
4588
- return c === f ? 1.5 * N.getConfigField("iconSize") : 0.5 * N.getConfigField("iconSize");
4589
- },
4590
- edgeElasticity(t) {
4591
- const [o, s] = t.connectedNodes(), { parent: c } = ie(o), { parent: f } = ie(s);
4592
- return c === f ? 0.45 : 1e-3;
4593
- },
4594
- alignmentConstraint: l,
4595
- relativePlacementConstraint: i
4596
- });
4597
- g.one("layoutstop", () => {
4598
- function t(o, s, c, f) {
4599
- let T, d;
4600
- const { x: v, y: L } = o, { x: b, y: C } = s;
4601
- d = (f - L + (v - c) * (L - C) / (v - b)) / Math.sqrt(1 + Math.pow((L - C) / (v - b), 2)), T = Math.sqrt(Math.pow(f - L, 2) + Math.pow(c - v, 2) - Math.pow(d, 2));
4602
- const G = Math.sqrt(Math.pow(b - v, 2) + Math.pow(C - L, 2));
4603
- T = T / G;
4604
- let k = (b - v) * (f - L) - (C - L) * (c - v);
4605
- switch (!0) {
4606
- case k >= 0:
4607
- k = 1;
4608
- break;
4609
- case k < 0:
4610
- k = -1;
4611
- break;
4612
- }
4613
- let Y = (b - v) * (c - v) + (C - L) * (f - L);
4614
- switch (!0) {
4615
- case Y >= 0:
4616
- Y = 1;
4617
- break;
4618
- case Y < 0:
4619
- Y = -1;
4620
- break;
4621
- }
4622
- return d = Math.abs(d) * k, T = T * Y, {
4623
- distances: d,
4624
- weights: T
4625
- };
4626
- }
4627
- dt(t, "getSegmentWeights"), r.startBatch();
4628
- for (const o of Object.values(r.edges()))
4629
- if (o.data?.()) {
4630
- const { x: s, y: c } = o.source().position(), { x: f, y: T } = o.target().position();
4631
- if (s !== f && c !== T) {
4632
- const d = o.sourceEndpoint(), v = o.targetEndpoint(), { sourceDir: L } = be(o), [b, C] = qt(L) ? [d.x, v.y] : [v.x, d.y], { weights: G, distances: k } = t(d, v, b, C);
4633
- o.style("segment-distances", k), o.style("segment-weights", G);
4634
- }
4635
- }
4636
- r.endBatch(), g.run();
4637
- }), g.run(), r.ready((t) => {
4638
- Se.info("Ready", t), a(r);
4639
- });
4640
- });
4641
- }
4642
- dt(Be, "layoutArchitecture");
4643
- var Gr = /* @__PURE__ */ dt(async (I, x, A, P) => {
4644
- const N = P.db, u = N.getServices(), h = N.getJunctions(), a = N.getGroups(), e = N.getEdges(), r = N.getDataStructures(), l = Ze(x), i = l.append("g");
4645
- i.attr("class", "architecture-edges");
4646
- const g = l.append("g");
4647
- g.attr("class", "architecture-services");
4648
- const t = l.append("g");
4649
- t.attr("class", "architecture-groups"), await br(N, g, u), Pr(N, g, h);
4650
- const o = await Be(u, h, a, e, N, r);
4651
- await Sr(i, o, N), await Fr(t, o, N), Xe(N, o), ke(void 0, l, N.getConfigField("padding"), N.getConfigField("useMaxWidth"));
4652
- }, "draw"), Ur = { draw: Gr }, zr = {
4653
- parser: Ge,
4654
- get db() {
4655
- return new Pe();
4656
- },
4657
- renderer: Ur,
4658
- styles: Rr
4659
- };
4660
- export {
4661
- zr as diagram
4662
- };