@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,1375 +0,0 @@
1
- import { g as et } from "./chunk-FMBD7UC4-BMXFm8I3.js";
2
- import { g as tt } from "./chunk-55IACEB6-VXFJ4bz5.js";
3
- import { s as st } from "./chunk-QN33PNHL-BOUpbpWp.js";
4
- import { _ as A, l as Oe, c as D, o as it, r as at, u as we, d as ee, b as nt, a as rt, s as ut, g as lt, p as ot, q as ct, k as v, y as ht, x as dt, i as pt, Q as R } from "./mermaid.core-QjuzH7xx.js";
5
- var Ve = (function() {
6
- var s = /* @__PURE__ */ A(function(I, o, c, d) {
7
- for (c = c || {}, d = I.length; d--; c[I[d]] = o) ;
8
- return c;
9
- }, "o"), i = [1, 18], a = [1, 19], u = [1, 20], l = [1, 41], n = [1, 42], p = [1, 26], f = [1, 24], C = [1, 25], B = [1, 32], L = [1, 33], Ae = [1, 34], m = [1, 45], fe = [1, 35], ge = [1, 36], Ce = [1, 37], me = [1, 38], be = [1, 27], Ee = [1, 28], ye = [1, 29], Te = [1, 30], ke = [1, 31], b = [1, 44], E = [1, 46], y = [1, 43], T = [1, 47], De = [1, 9], h = [1, 8, 9], te = [1, 58], se = [1, 59], ie = [1, 60], ae = [1, 61], ne = [1, 62], Fe = [1, 63], Be = [1, 64], z = [1, 8, 9, 41], Pe = [1, 76], P = [1, 8, 9, 12, 13, 22, 39, 41, 44, 68, 69, 70, 71, 72, 73, 74, 79, 81], re = [1, 8, 9, 12, 13, 18, 20, 22, 39, 41, 44, 50, 60, 68, 69, 70, 71, 72, 73, 74, 79, 81, 86, 100, 102, 103], ue = [13, 60, 86, 100, 102, 103], K = [13, 60, 73, 74, 86, 100, 102, 103], Me = [13, 60, 68, 69, 70, 71, 72, 86, 100, 102, 103], _e = [1, 100], Y = [1, 117], Q = [1, 113], W = [1, 109], j = [1, 115], X = [1, 110], q = [1, 111], H = [1, 112], J = [1, 114], Z = [1, 116], Re = [22, 48, 60, 61, 82, 86, 87, 88, 89, 90], Se = [1, 8, 9, 39, 41, 44], le = [1, 8, 9, 22], Ge = [1, 145], Ue = [1, 8, 9, 61], N = [1, 8, 9, 22, 48, 60, 61, 82, 86, 87, 88, 89, 90], Ne = {
10
- trace: /* @__PURE__ */ A(function() {
11
- }, "trace"),
12
- yy: {},
13
- symbols_: { error: 2, start: 3, mermaidDoc: 4, statements: 5, graphConfig: 6, CLASS_DIAGRAM: 7, NEWLINE: 8, EOF: 9, statement: 10, classLabel: 11, SQS: 12, STR: 13, SQE: 14, namespaceName: 15, alphaNumToken: 16, classLiteralName: 17, DOT: 18, className: 19, GENERICTYPE: 20, relationStatement: 21, LABEL: 22, namespaceStatement: 23, classStatement: 24, memberStatement: 25, annotationStatement: 26, clickStatement: 27, styleStatement: 28, cssClassStatement: 29, noteStatement: 30, classDefStatement: 31, direction: 32, acc_title: 33, acc_title_value: 34, acc_descr: 35, acc_descr_value: 36, acc_descr_multiline_value: 37, namespaceIdentifier: 38, STRUCT_START: 39, classStatements: 40, STRUCT_STOP: 41, NAMESPACE: 42, classIdentifier: 43, STYLE_SEPARATOR: 44, members: 45, CLASS: 46, emptyBody: 47, SPACE: 48, ANNOTATION_START: 49, ANNOTATION_END: 50, MEMBER: 51, SEPARATOR: 52, relation: 53, NOTE_FOR: 54, noteText: 55, NOTE: 56, CLASSDEF: 57, classList: 58, stylesOpt: 59, ALPHA: 60, COMMA: 61, direction_tb: 62, direction_bt: 63, direction_rl: 64, direction_lr: 65, relationType: 66, lineType: 67, AGGREGATION: 68, EXTENSION: 69, COMPOSITION: 70, DEPENDENCY: 71, LOLLIPOP: 72, LINE: 73, DOTTED_LINE: 74, CALLBACK: 75, LINK: 76, LINK_TARGET: 77, CLICK: 78, CALLBACK_NAME: 79, CALLBACK_ARGS: 80, HREF: 81, STYLE: 82, CSSCLASS: 83, style: 84, styleComponent: 85, NUM: 86, COLON: 87, UNIT: 88, BRKT: 89, PCT: 90, commentToken: 91, textToken: 92, graphCodeTokens: 93, textNoTagsToken: 94, TAGSTART: 95, TAGEND: 96, "==": 97, "--": 98, DEFAULT: 99, MINUS: 100, keywords: 101, UNICODE_TEXT: 102, BQUOTE_STR: 103, $accept: 0, $end: 1 },
14
- terminals_: { 2: "error", 7: "CLASS_DIAGRAM", 8: "NEWLINE", 9: "EOF", 12: "SQS", 13: "STR", 14: "SQE", 18: "DOT", 20: "GENERICTYPE", 22: "LABEL", 33: "acc_title", 34: "acc_title_value", 35: "acc_descr", 36: "acc_descr_value", 37: "acc_descr_multiline_value", 39: "STRUCT_START", 41: "STRUCT_STOP", 42: "NAMESPACE", 44: "STYLE_SEPARATOR", 46: "CLASS", 48: "SPACE", 49: "ANNOTATION_START", 50: "ANNOTATION_END", 51: "MEMBER", 52: "SEPARATOR", 54: "NOTE_FOR", 56: "NOTE", 57: "CLASSDEF", 60: "ALPHA", 61: "COMMA", 62: "direction_tb", 63: "direction_bt", 64: "direction_rl", 65: "direction_lr", 68: "AGGREGATION", 69: "EXTENSION", 70: "COMPOSITION", 71: "DEPENDENCY", 72: "LOLLIPOP", 73: "LINE", 74: "DOTTED_LINE", 75: "CALLBACK", 76: "LINK", 77: "LINK_TARGET", 78: "CLICK", 79: "CALLBACK_NAME", 80: "CALLBACK_ARGS", 81: "HREF", 82: "STYLE", 83: "CSSCLASS", 86: "NUM", 87: "COLON", 88: "UNIT", 89: "BRKT", 90: "PCT", 93: "graphCodeTokens", 95: "TAGSTART", 96: "TAGEND", 97: "==", 98: "--", 99: "DEFAULT", 100: "MINUS", 101: "keywords", 102: "UNICODE_TEXT", 103: "BQUOTE_STR" },
15
- productions_: [0, [3, 1], [3, 1], [4, 1], [6, 4], [5, 1], [5, 2], [5, 3], [11, 3], [15, 1], [15, 1], [15, 3], [15, 2], [19, 1], [19, 3], [19, 1], [19, 2], [19, 2], [19, 2], [10, 1], [10, 2], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 2], [10, 2], [10, 1], [23, 4], [23, 5], [38, 2], [40, 1], [40, 2], [40, 3], [24, 1], [24, 3], [24, 4], [24, 3], [24, 6], [43, 2], [43, 3], [47, 0], [47, 2], [47, 2], [26, 4], [45, 1], [45, 2], [25, 1], [25, 2], [25, 1], [25, 1], [21, 3], [21, 4], [21, 4], [21, 5], [30, 3], [30, 2], [31, 3], [58, 1], [58, 3], [32, 1], [32, 1], [32, 1], [32, 1], [53, 3], [53, 2], [53, 2], [53, 1], [66, 1], [66, 1], [66, 1], [66, 1], [66, 1], [67, 1], [67, 1], [27, 3], [27, 4], [27, 3], [27, 4], [27, 4], [27, 5], [27, 3], [27, 4], [27, 4], [27, 5], [27, 4], [27, 5], [27, 5], [27, 6], [28, 3], [29, 3], [59, 1], [59, 3], [84, 1], [84, 2], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [91, 1], [91, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [94, 1], [94, 1], [94, 1], [94, 1], [16, 1], [16, 1], [16, 1], [16, 1], [17, 1], [55, 1]],
16
- performAction: /* @__PURE__ */ A(function(o, c, d, r, g, e, $) {
17
- var t = e.length - 1;
18
- switch (g) {
19
- case 8:
20
- this.$ = e[t - 1];
21
- break;
22
- case 9:
23
- case 10:
24
- case 13:
25
- case 15:
26
- this.$ = e[t];
27
- break;
28
- case 11:
29
- case 14:
30
- this.$ = e[t - 2] + "." + e[t];
31
- break;
32
- case 12:
33
- case 16:
34
- this.$ = e[t - 1] + e[t];
35
- break;
36
- case 17:
37
- case 18:
38
- this.$ = e[t - 1] + "~" + e[t] + "~";
39
- break;
40
- case 19:
41
- r.addRelation(e[t]);
42
- break;
43
- case 20:
44
- e[t - 1].title = r.cleanupLabel(e[t]), r.addRelation(e[t - 1]);
45
- break;
46
- case 31:
47
- this.$ = e[t].trim(), r.setAccTitle(this.$);
48
- break;
49
- case 32:
50
- case 33:
51
- this.$ = e[t].trim(), r.setAccDescription(this.$);
52
- break;
53
- case 34:
54
- r.addClassesToNamespace(e[t - 3], e[t - 1]);
55
- break;
56
- case 35:
57
- r.addClassesToNamespace(e[t - 4], e[t - 1]);
58
- break;
59
- case 36:
60
- this.$ = e[t], r.addNamespace(e[t]);
61
- break;
62
- case 37:
63
- this.$ = [e[t]];
64
- break;
65
- case 38:
66
- this.$ = [e[t - 1]];
67
- break;
68
- case 39:
69
- e[t].unshift(e[t - 2]), this.$ = e[t];
70
- break;
71
- case 41:
72
- r.setCssClass(e[t - 2], e[t]);
73
- break;
74
- case 42:
75
- r.addMembers(e[t - 3], e[t - 1]);
76
- break;
77
- case 44:
78
- r.setCssClass(e[t - 5], e[t - 3]), r.addMembers(e[t - 5], e[t - 1]);
79
- break;
80
- case 45:
81
- this.$ = e[t], r.addClass(e[t]);
82
- break;
83
- case 46:
84
- this.$ = e[t - 1], r.addClass(e[t - 1]), r.setClassLabel(e[t - 1], e[t]);
85
- break;
86
- case 50:
87
- r.addAnnotation(e[t], e[t - 2]);
88
- break;
89
- case 51:
90
- case 64:
91
- this.$ = [e[t]];
92
- break;
93
- case 52:
94
- e[t].push(e[t - 1]), this.$ = e[t];
95
- break;
96
- case 53:
97
- break;
98
- case 54:
99
- r.addMember(e[t - 1], r.cleanupLabel(e[t]));
100
- break;
101
- case 55:
102
- break;
103
- case 56:
104
- break;
105
- case 57:
106
- this.$ = { id1: e[t - 2], id2: e[t], relation: e[t - 1], relationTitle1: "none", relationTitle2: "none" };
107
- break;
108
- case 58:
109
- this.$ = { id1: e[t - 3], id2: e[t], relation: e[t - 1], relationTitle1: e[t - 2], relationTitle2: "none" };
110
- break;
111
- case 59:
112
- this.$ = { id1: e[t - 3], id2: e[t], relation: e[t - 2], relationTitle1: "none", relationTitle2: e[t - 1] };
113
- break;
114
- case 60:
115
- this.$ = { id1: e[t - 4], id2: e[t], relation: e[t - 2], relationTitle1: e[t - 3], relationTitle2: e[t - 1] };
116
- break;
117
- case 61:
118
- r.addNote(e[t], e[t - 1]);
119
- break;
120
- case 62:
121
- r.addNote(e[t]);
122
- break;
123
- case 63:
124
- this.$ = e[t - 2], r.defineClass(e[t - 1], e[t]);
125
- break;
126
- case 65:
127
- this.$ = e[t - 2].concat([e[t]]);
128
- break;
129
- case 66:
130
- r.setDirection("TB");
131
- break;
132
- case 67:
133
- r.setDirection("BT");
134
- break;
135
- case 68:
136
- r.setDirection("RL");
137
- break;
138
- case 69:
139
- r.setDirection("LR");
140
- break;
141
- case 70:
142
- this.$ = { type1: e[t - 2], type2: e[t], lineType: e[t - 1] };
143
- break;
144
- case 71:
145
- this.$ = { type1: "none", type2: e[t], lineType: e[t - 1] };
146
- break;
147
- case 72:
148
- this.$ = { type1: e[t - 1], type2: "none", lineType: e[t] };
149
- break;
150
- case 73:
151
- this.$ = { type1: "none", type2: "none", lineType: e[t] };
152
- break;
153
- case 74:
154
- this.$ = r.relationType.AGGREGATION;
155
- break;
156
- case 75:
157
- this.$ = r.relationType.EXTENSION;
158
- break;
159
- case 76:
160
- this.$ = r.relationType.COMPOSITION;
161
- break;
162
- case 77:
163
- this.$ = r.relationType.DEPENDENCY;
164
- break;
165
- case 78:
166
- this.$ = r.relationType.LOLLIPOP;
167
- break;
168
- case 79:
169
- this.$ = r.lineType.LINE;
170
- break;
171
- case 80:
172
- this.$ = r.lineType.DOTTED_LINE;
173
- break;
174
- case 81:
175
- case 87:
176
- this.$ = e[t - 2], r.setClickEvent(e[t - 1], e[t]);
177
- break;
178
- case 82:
179
- case 88:
180
- this.$ = e[t - 3], r.setClickEvent(e[t - 2], e[t - 1]), r.setTooltip(e[t - 2], e[t]);
181
- break;
182
- case 83:
183
- this.$ = e[t - 2], r.setLink(e[t - 1], e[t]);
184
- break;
185
- case 84:
186
- this.$ = e[t - 3], r.setLink(e[t - 2], e[t - 1], e[t]);
187
- break;
188
- case 85:
189
- this.$ = e[t - 3], r.setLink(e[t - 2], e[t - 1]), r.setTooltip(e[t - 2], e[t]);
190
- break;
191
- case 86:
192
- this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 2], e[t]), r.setTooltip(e[t - 3], e[t - 1]);
193
- break;
194
- case 89:
195
- this.$ = e[t - 3], r.setClickEvent(e[t - 2], e[t - 1], e[t]);
196
- break;
197
- case 90:
198
- this.$ = e[t - 4], r.setClickEvent(e[t - 3], e[t - 2], e[t - 1]), r.setTooltip(e[t - 3], e[t]);
199
- break;
200
- case 91:
201
- this.$ = e[t - 3], r.setLink(e[t - 2], e[t]);
202
- break;
203
- case 92:
204
- this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 1], e[t]);
205
- break;
206
- case 93:
207
- this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 1]), r.setTooltip(e[t - 3], e[t]);
208
- break;
209
- case 94:
210
- this.$ = e[t - 5], r.setLink(e[t - 4], e[t - 2], e[t]), r.setTooltip(e[t - 4], e[t - 1]);
211
- break;
212
- case 95:
213
- this.$ = e[t - 2], r.setCssStyle(e[t - 1], e[t]);
214
- break;
215
- case 96:
216
- r.setCssClass(e[t - 1], e[t]);
217
- break;
218
- case 97:
219
- this.$ = [e[t]];
220
- break;
221
- case 98:
222
- e[t - 2].push(e[t]), this.$ = e[t - 2];
223
- break;
224
- case 100:
225
- this.$ = e[t - 1] + e[t];
226
- break;
227
- }
228
- }, "anonymous"),
229
- table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: [1, 6], 10: 5, 16: 39, 17: 40, 19: 21, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: i, 35: a, 37: u, 38: 22, 42: l, 43: 23, 46: n, 49: p, 51: f, 52: C, 54: B, 56: L, 57: Ae, 60: m, 62: fe, 63: ge, 64: Ce, 65: me, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, s(De, [2, 5], { 8: [1, 48] }), { 8: [1, 49] }, s(h, [2, 19], { 22: [1, 50] }), s(h, [2, 21]), s(h, [2, 22]), s(h, [2, 23]), s(h, [2, 24]), s(h, [2, 25]), s(h, [2, 26]), s(h, [2, 27]), s(h, [2, 28]), s(h, [2, 29]), s(h, [2, 30]), { 34: [1, 51] }, { 36: [1, 52] }, s(h, [2, 33]), s(h, [2, 53], { 53: 53, 66: 56, 67: 57, 13: [1, 54], 22: [1, 55], 68: te, 69: se, 70: ie, 71: ae, 72: ne, 73: Fe, 74: Be }), { 39: [1, 65] }, s(z, [2, 40], { 39: [1, 67], 44: [1, 66] }), s(h, [2, 55]), s(h, [2, 56]), { 16: 68, 60: m, 86: b, 100: E, 102: y }, { 16: 39, 17: 40, 19: 69, 60: m, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 70, 60: m, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 71, 60: m, 86: b, 100: E, 102: y, 103: T }, { 60: [1, 72] }, { 13: [1, 73] }, { 16: 39, 17: 40, 19: 74, 60: m, 86: b, 100: E, 102: y, 103: T }, { 13: Pe, 55: 75 }, { 58: 77, 60: [1, 78] }, s(h, [2, 66]), s(h, [2, 67]), s(h, [2, 68]), s(h, [2, 69]), s(P, [2, 13], { 16: 39, 17: 40, 19: 80, 18: [1, 79], 20: [1, 81], 60: m, 86: b, 100: E, 102: y, 103: T }), s(P, [2, 15], { 20: [1, 82] }), { 15: 83, 16: 84, 17: 85, 60: m, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 86, 60: m, 86: b, 100: E, 102: y, 103: T }, s(re, [2, 123]), s(re, [2, 124]), s(re, [2, 125]), s(re, [2, 126]), s([1, 8, 9, 12, 13, 20, 22, 39, 41, 44, 68, 69, 70, 71, 72, 73, 74, 79, 81], [2, 127]), s(De, [2, 6], { 10: 5, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 19: 21, 38: 22, 43: 23, 16: 39, 17: 40, 5: 87, 33: i, 35: a, 37: u, 42: l, 46: n, 49: p, 51: f, 52: C, 54: B, 56: L, 57: Ae, 60: m, 62: fe, 63: ge, 64: Ce, 65: me, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }), { 5: 88, 10: 5, 16: 39, 17: 40, 19: 21, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: i, 35: a, 37: u, 38: 22, 42: l, 43: 23, 46: n, 49: p, 51: f, 52: C, 54: B, 56: L, 57: Ae, 60: m, 62: fe, 63: ge, 64: Ce, 65: me, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }, s(h, [2, 20]), s(h, [2, 31]), s(h, [2, 32]), { 13: [1, 90], 16: 39, 17: 40, 19: 89, 60: m, 86: b, 100: E, 102: y, 103: T }, { 53: 91, 66: 56, 67: 57, 68: te, 69: se, 70: ie, 71: ae, 72: ne, 73: Fe, 74: Be }, s(h, [2, 54]), { 67: 92, 73: Fe, 74: Be }, s(ue, [2, 73], { 66: 93, 68: te, 69: se, 70: ie, 71: ae, 72: ne }), s(K, [2, 74]), s(K, [2, 75]), s(K, [2, 76]), s(K, [2, 77]), s(K, [2, 78]), s(Me, [2, 79]), s(Me, [2, 80]), { 8: [1, 95], 24: 96, 40: 94, 43: 23, 46: n }, { 16: 97, 60: m, 86: b, 100: E, 102: y }, { 41: [1, 99], 45: 98, 51: _e }, { 50: [1, 101] }, { 13: [1, 102] }, { 13: [1, 103] }, { 79: [1, 104], 81: [1, 105] }, { 22: Y, 48: Q, 59: 106, 60: W, 82: j, 84: 107, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, { 60: [1, 118] }, { 13: Pe, 55: 119 }, s(h, [2, 62]), s(h, [2, 128]), { 22: Y, 48: Q, 59: 120, 60: W, 61: [1, 121], 82: j, 84: 107, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, s(Re, [2, 64]), { 16: 39, 17: 40, 19: 122, 60: m, 86: b, 100: E, 102: y, 103: T }, s(P, [2, 16]), s(P, [2, 17]), s(P, [2, 18]), { 39: [2, 36] }, { 15: 124, 16: 84, 17: 85, 18: [1, 123], 39: [2, 9], 60: m, 86: b, 100: E, 102: y, 103: T }, { 39: [2, 10] }, s(Se, [2, 45], { 11: 125, 12: [1, 126] }), s(De, [2, 7]), { 9: [1, 127] }, s(le, [2, 57]), { 16: 39, 17: 40, 19: 128, 60: m, 86: b, 100: E, 102: y, 103: T }, { 13: [1, 130], 16: 39, 17: 40, 19: 129, 60: m, 86: b, 100: E, 102: y, 103: T }, s(ue, [2, 72], { 66: 131, 68: te, 69: se, 70: ie, 71: ae, 72: ne }), s(ue, [2, 71]), { 41: [1, 132] }, { 24: 96, 40: 133, 43: 23, 46: n }, { 8: [1, 134], 41: [2, 37] }, s(z, [2, 41], { 39: [1, 135] }), { 41: [1, 136] }, s(z, [2, 43]), { 41: [2, 51], 45: 137, 51: _e }, { 16: 39, 17: 40, 19: 138, 60: m, 86: b, 100: E, 102: y, 103: T }, s(h, [2, 81], { 13: [1, 139] }), s(h, [2, 83], { 13: [1, 141], 77: [1, 140] }), s(h, [2, 87], { 13: [1, 142], 80: [1, 143] }), { 13: [1, 144] }, s(h, [2, 95], { 61: Ge }), s(Ue, [2, 97], { 85: 146, 22: Y, 48: Q, 60: W, 82: j, 86: X, 87: q, 88: H, 89: J, 90: Z }), s(N, [2, 99]), s(N, [2, 101]), s(N, [2, 102]), s(N, [2, 103]), s(N, [2, 104]), s(N, [2, 105]), s(N, [2, 106]), s(N, [2, 107]), s(N, [2, 108]), s(N, [2, 109]), s(h, [2, 96]), s(h, [2, 61]), s(h, [2, 63], { 61: Ge }), { 60: [1, 147] }, s(P, [2, 14]), { 15: 148, 16: 84, 17: 85, 60: m, 86: b, 100: E, 102: y, 103: T }, { 39: [2, 12] }, s(Se, [2, 46]), { 13: [1, 149] }, { 1: [2, 4] }, s(le, [2, 59]), s(le, [2, 58]), { 16: 39, 17: 40, 19: 150, 60: m, 86: b, 100: E, 102: y, 103: T }, s(ue, [2, 70]), s(h, [2, 34]), { 41: [1, 151] }, { 24: 96, 40: 152, 41: [2, 38], 43: 23, 46: n }, { 45: 153, 51: _e }, s(z, [2, 42]), { 41: [2, 52] }, s(h, [2, 50]), s(h, [2, 82]), s(h, [2, 84]), s(h, [2, 85], { 77: [1, 154] }), s(h, [2, 88]), s(h, [2, 89], { 13: [1, 155] }), s(h, [2, 91], { 13: [1, 157], 77: [1, 156] }), { 22: Y, 48: Q, 60: W, 82: j, 84: 158, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, s(N, [2, 100]), s(Re, [2, 65]), { 39: [2, 11] }, { 14: [1, 159] }, s(le, [2, 60]), s(h, [2, 35]), { 41: [2, 39] }, { 41: [1, 160] }, s(h, [2, 86]), s(h, [2, 90]), s(h, [2, 92]), s(h, [2, 93], { 77: [1, 161] }), s(Ue, [2, 98], { 85: 146, 22: Y, 48: Q, 60: W, 82: j, 86: X, 87: q, 88: H, 89: J, 90: Z }), s(Se, [2, 8]), s(z, [2, 44]), s(h, [2, 94])],
230
- defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 3], 83: [2, 36], 85: [2, 10], 124: [2, 12], 127: [2, 4], 137: [2, 52], 148: [2, 11], 152: [2, 39] },
231
- parseError: /* @__PURE__ */ A(function(o, c) {
232
- if (c.recoverable)
233
- this.trace(o);
234
- else {
235
- var d = new Error(o);
236
- throw d.hash = c, d;
237
- }
238
- }, "parseError"),
239
- parse: /* @__PURE__ */ A(function(o) {
240
- var c = this, d = [0], r = [], g = [null], e = [], $ = this.table, t = "", ce = 0, ze = 0, He = 2, Ke = 1, Je = e.slice.call(arguments, 1), k = Object.create(this.lexer), O = { yy: {} };
241
- for (var Le in this.yy)
242
- Object.prototype.hasOwnProperty.call(this.yy, Le) && (O.yy[Le] = this.yy[Le]);
243
- k.setInput(o, O.yy), O.yy.lexer = k, O.yy.parser = this, typeof k.yylloc > "u" && (k.yylloc = {});
244
- var xe = k.yylloc;
245
- e.push(xe);
246
- var Ze = k.options && k.options.ranges;
247
- typeof O.yy.parseError == "function" ? this.parseError = O.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
248
- function $e(_) {
249
- d.length = d.length - 2 * _, g.length = g.length - _, e.length = e.length - _;
250
- }
251
- A($e, "popStack");
252
- function Ye() {
253
- var _;
254
- return _ = r.pop() || k.lex() || Ke, typeof _ != "number" && (_ instanceof Array && (r = _, _ = r.pop()), _ = c.symbols_[_] || _), _;
255
- }
256
- A(Ye, "lex");
257
- for (var F, w, S, ve, M = {}, he, x, Qe, de; ; ) {
258
- if (w = d[d.length - 1], this.defaultActions[w] ? S = this.defaultActions[w] : ((F === null || typeof F > "u") && (F = Ye()), S = $[w] && $[w][F]), typeof S > "u" || !S.length || !S[0]) {
259
- var Ie = "";
260
- de = [];
261
- for (he in $[w])
262
- this.terminals_[he] && he > He && de.push("'" + this.terminals_[he] + "'");
263
- k.showPosition ? Ie = "Parse error on line " + (ce + 1) + `:
264
- ` + k.showPosition() + `
265
- Expecting ` + de.join(", ") + ", got '" + (this.terminals_[F] || F) + "'" : Ie = "Parse error on line " + (ce + 1) + ": Unexpected " + (F == Ke ? "end of input" : "'" + (this.terminals_[F] || F) + "'"), this.parseError(Ie, {
266
- text: k.match,
267
- token: this.terminals_[F] || F,
268
- line: k.yylineno,
269
- loc: xe,
270
- expected: de
271
- });
272
- }
273
- if (S[0] instanceof Array && S.length > 1)
274
- throw new Error("Parse Error: multiple actions possible at state: " + w + ", token: " + F);
275
- switch (S[0]) {
276
- case 1:
277
- d.push(F), g.push(k.yytext), e.push(k.yylloc), d.push(S[1]), F = null, ze = k.yyleng, t = k.yytext, ce = k.yylineno, xe = k.yylloc;
278
- break;
279
- case 2:
280
- if (x = this.productions_[S[1]][1], M.$ = g[g.length - x], M._$ = {
281
- first_line: e[e.length - (x || 1)].first_line,
282
- last_line: e[e.length - 1].last_line,
283
- first_column: e[e.length - (x || 1)].first_column,
284
- last_column: e[e.length - 1].last_column
285
- }, Ze && (M._$.range = [
286
- e[e.length - (x || 1)].range[0],
287
- e[e.length - 1].range[1]
288
- ]), ve = this.performAction.apply(M, [
289
- t,
290
- ze,
291
- ce,
292
- O.yy,
293
- S[1],
294
- g,
295
- e
296
- ].concat(Je)), typeof ve < "u")
297
- return ve;
298
- x && (d = d.slice(0, -1 * x * 2), g = g.slice(0, -1 * x), e = e.slice(0, -1 * x)), d.push(this.productions_[S[1]][0]), g.push(M.$), e.push(M._$), Qe = $[d[d.length - 2]][d[d.length - 1]], d.push(Qe);
299
- break;
300
- case 3:
301
- return !0;
302
- }
303
- }
304
- return !0;
305
- }, "parse")
306
- }, qe = /* @__PURE__ */ (function() {
307
- var I = {
308
- EOF: 1,
309
- parseError: /* @__PURE__ */ A(function(c, d) {
310
- if (this.yy.parser)
311
- this.yy.parser.parseError(c, d);
312
- else
313
- throw new Error(c);
314
- }, "parseError"),
315
- // resets the lexer, sets new input
316
- setInput: /* @__PURE__ */ A(function(o, c) {
317
- return this.yy = c || this.yy || {}, this._input = o, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
318
- first_line: 1,
319
- first_column: 0,
320
- last_line: 1,
321
- last_column: 0
322
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
323
- }, "setInput"),
324
- // consumes and returns one char from the input
325
- input: /* @__PURE__ */ A(function() {
326
- var o = this._input[0];
327
- this.yytext += o, this.yyleng++, this.offset++, this.match += o, this.matched += o;
328
- var c = o.match(/(?:\r\n?|\n).*/g);
329
- return c ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), o;
330
- }, "input"),
331
- // unshifts one char (or a string) into the input
332
- unput: /* @__PURE__ */ A(function(o) {
333
- var c = o.length, d = o.split(/(?:\r\n?|\n)/g);
334
- this._input = o + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - c), this.offset -= c;
335
- var r = this.match.split(/(?:\r\n?|\n)/g);
336
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), d.length - 1 && (this.yylineno -= d.length - 1);
337
- var g = this.yylloc.range;
338
- return this.yylloc = {
339
- first_line: this.yylloc.first_line,
340
- last_line: this.yylineno + 1,
341
- first_column: this.yylloc.first_column,
342
- last_column: d ? (d.length === r.length ? this.yylloc.first_column : 0) + r[r.length - d.length].length - d[0].length : this.yylloc.first_column - c
343
- }, this.options.ranges && (this.yylloc.range = [g[0], g[0] + this.yyleng - c]), this.yyleng = this.yytext.length, this;
344
- }, "unput"),
345
- // When called from action, caches matched text and appends it on next action
346
- more: /* @__PURE__ */ A(function() {
347
- return this._more = !0, this;
348
- }, "more"),
349
- // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
350
- reject: /* @__PURE__ */ A(function() {
351
- if (this.options.backtrack_lexer)
352
- this._backtrack = !0;
353
- else
354
- return this.parseError("Lexical error on line " + (this.yylineno + 1) + `. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
355
- ` + this.showPosition(), {
356
- text: "",
357
- token: null,
358
- line: this.yylineno
359
- });
360
- return this;
361
- }, "reject"),
362
- // retain first n characters of the match
363
- less: /* @__PURE__ */ A(function(o) {
364
- this.unput(this.match.slice(o));
365
- }, "less"),
366
- // displays already matched input, i.e. for error messages
367
- pastInput: /* @__PURE__ */ A(function() {
368
- var o = this.matched.substr(0, this.matched.length - this.match.length);
369
- return (o.length > 20 ? "..." : "") + o.substr(-20).replace(/\n/g, "");
370
- }, "pastInput"),
371
- // displays upcoming input, i.e. for error messages
372
- upcomingInput: /* @__PURE__ */ A(function() {
373
- var o = this.match;
374
- return o.length < 20 && (o += this._input.substr(0, 20 - o.length)), (o.substr(0, 20) + (o.length > 20 ? "..." : "")).replace(/\n/g, "");
375
- }, "upcomingInput"),
376
- // displays the character position where the lexing error occurred, i.e. for error messages
377
- showPosition: /* @__PURE__ */ A(function() {
378
- var o = this.pastInput(), c = new Array(o.length + 1).join("-");
379
- return o + this.upcomingInput() + `
380
- ` + c + "^";
381
- }, "showPosition"),
382
- // test the lexed token: return FALSE when not a match, otherwise return token
383
- test_match: /* @__PURE__ */ A(function(o, c) {
384
- var d, r, g;
385
- if (this.options.backtrack_lexer && (g = {
386
- yylineno: this.yylineno,
387
- yylloc: {
388
- first_line: this.yylloc.first_line,
389
- last_line: this.last_line,
390
- first_column: this.yylloc.first_column,
391
- last_column: this.yylloc.last_column
392
- },
393
- yytext: this.yytext,
394
- match: this.match,
395
- matches: this.matches,
396
- matched: this.matched,
397
- yyleng: this.yyleng,
398
- offset: this.offset,
399
- _more: this._more,
400
- _input: this._input,
401
- yy: this.yy,
402
- conditionStack: this.conditionStack.slice(0),
403
- done: this.done
404
- }, this.options.ranges && (g.yylloc.range = this.yylloc.range.slice(0))), r = o[0].match(/(?:\r\n?|\n).*/g), r && (this.yylineno += r.length), this.yylloc = {
405
- first_line: this.yylloc.last_line,
406
- last_line: this.yylineno + 1,
407
- first_column: this.yylloc.last_column,
408
- last_column: r ? r[r.length - 1].length - r[r.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + o[0].length
409
- }, this.yytext += o[0], this.match += o[0], this.matches = o, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(o[0].length), this.matched += o[0], d = this.performAction.call(this, this.yy, this, c, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), d)
410
- return d;
411
- if (this._backtrack) {
412
- for (var e in g)
413
- this[e] = g[e];
414
- return !1;
415
- }
416
- return !1;
417
- }, "test_match"),
418
- // return next match in input
419
- next: /* @__PURE__ */ A(function() {
420
- if (this.done)
421
- return this.EOF;
422
- this._input || (this.done = !0);
423
- var o, c, d, r;
424
- this._more || (this.yytext = "", this.match = "");
425
- for (var g = this._currentRules(), e = 0; e < g.length; e++)
426
- if (d = this._input.match(this.rules[g[e]]), d && (!c || d[0].length > c[0].length)) {
427
- if (c = d, r = e, this.options.backtrack_lexer) {
428
- if (o = this.test_match(d, g[e]), o !== !1)
429
- return o;
430
- if (this._backtrack) {
431
- c = !1;
432
- continue;
433
- } else
434
- return !1;
435
- } else if (!this.options.flex)
436
- break;
437
- }
438
- return c ? (o = this.test_match(c, g[r]), o !== !1 ? o : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
439
- ` + this.showPosition(), {
440
- text: "",
441
- token: null,
442
- line: this.yylineno
443
- });
444
- }, "next"),
445
- // return next match that has a token
446
- lex: /* @__PURE__ */ A(function() {
447
- var c = this.next();
448
- return c || this.lex();
449
- }, "lex"),
450
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
451
- begin: /* @__PURE__ */ A(function(c) {
452
- this.conditionStack.push(c);
453
- }, "begin"),
454
- // pop the previously active lexer condition state off the condition stack
455
- popState: /* @__PURE__ */ A(function() {
456
- var c = this.conditionStack.length - 1;
457
- return c > 0 ? this.conditionStack.pop() : this.conditionStack[0];
458
- }, "popState"),
459
- // produce the lexer rule set which is active for the currently active lexer condition state
460
- _currentRules: /* @__PURE__ */ A(function() {
461
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
462
- }, "_currentRules"),
463
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
464
- topState: /* @__PURE__ */ A(function(c) {
465
- return c = this.conditionStack.length - 1 - Math.abs(c || 0), c >= 0 ? this.conditionStack[c] : "INITIAL";
466
- }, "topState"),
467
- // alias for begin(condition)
468
- pushState: /* @__PURE__ */ A(function(c) {
469
- this.begin(c);
470
- }, "pushState"),
471
- // return the number of states currently on the stack
472
- stateStackSize: /* @__PURE__ */ A(function() {
473
- return this.conditionStack.length;
474
- }, "stateStackSize"),
475
- options: {},
476
- performAction: /* @__PURE__ */ A(function(c, d, r, g) {
477
- switch (r) {
478
- case 0:
479
- return 62;
480
- case 1:
481
- return 63;
482
- case 2:
483
- return 64;
484
- case 3:
485
- return 65;
486
- case 4:
487
- break;
488
- case 5:
489
- break;
490
- case 6:
491
- return this.begin("acc_title"), 33;
492
- case 7:
493
- return this.popState(), "acc_title_value";
494
- case 8:
495
- return this.begin("acc_descr"), 35;
496
- case 9:
497
- return this.popState(), "acc_descr_value";
498
- case 10:
499
- this.begin("acc_descr_multiline");
500
- break;
501
- case 11:
502
- this.popState();
503
- break;
504
- case 12:
505
- return "acc_descr_multiline_value";
506
- case 13:
507
- return 8;
508
- case 14:
509
- break;
510
- case 15:
511
- return 7;
512
- case 16:
513
- return 7;
514
- case 17:
515
- return "EDGE_STATE";
516
- case 18:
517
- this.begin("callback_name");
518
- break;
519
- case 19:
520
- this.popState();
521
- break;
522
- case 20:
523
- this.popState(), this.begin("callback_args");
524
- break;
525
- case 21:
526
- return 79;
527
- case 22:
528
- this.popState();
529
- break;
530
- case 23:
531
- return 80;
532
- case 24:
533
- this.popState();
534
- break;
535
- case 25:
536
- return "STR";
537
- case 26:
538
- this.begin("string");
539
- break;
540
- case 27:
541
- return 82;
542
- case 28:
543
- return 57;
544
- case 29:
545
- return this.begin("namespace"), 42;
546
- case 30:
547
- return this.popState(), 8;
548
- case 31:
549
- break;
550
- case 32:
551
- return this.begin("namespace-body"), 39;
552
- case 33:
553
- return this.popState(), 41;
554
- case 34:
555
- return "EOF_IN_STRUCT";
556
- case 35:
557
- return 8;
558
- case 36:
559
- break;
560
- case 37:
561
- return "EDGE_STATE";
562
- case 38:
563
- return this.begin("class"), 46;
564
- case 39:
565
- return this.popState(), 8;
566
- case 40:
567
- break;
568
- case 41:
569
- return this.popState(), this.popState(), 41;
570
- case 42:
571
- return this.begin("class-body"), 39;
572
- case 43:
573
- return this.popState(), 41;
574
- case 44:
575
- return "EOF_IN_STRUCT";
576
- case 45:
577
- return "EDGE_STATE";
578
- case 46:
579
- return "OPEN_IN_STRUCT";
580
- case 47:
581
- break;
582
- case 48:
583
- return "MEMBER";
584
- case 49:
585
- return 83;
586
- case 50:
587
- return 75;
588
- case 51:
589
- return 76;
590
- case 52:
591
- return 78;
592
- case 53:
593
- return 54;
594
- case 54:
595
- return 56;
596
- case 55:
597
- return 49;
598
- case 56:
599
- return 50;
600
- case 57:
601
- return 81;
602
- case 58:
603
- this.popState();
604
- break;
605
- case 59:
606
- return "GENERICTYPE";
607
- case 60:
608
- this.begin("generic");
609
- break;
610
- case 61:
611
- this.popState();
612
- break;
613
- case 62:
614
- return "BQUOTE_STR";
615
- case 63:
616
- this.begin("bqstring");
617
- break;
618
- case 64:
619
- return 77;
620
- case 65:
621
- return 77;
622
- case 66:
623
- return 77;
624
- case 67:
625
- return 77;
626
- case 68:
627
- return 69;
628
- case 69:
629
- return 69;
630
- case 70:
631
- return 71;
632
- case 71:
633
- return 71;
634
- case 72:
635
- return 70;
636
- case 73:
637
- return 68;
638
- case 74:
639
- return 72;
640
- case 75:
641
- return 73;
642
- case 76:
643
- return 74;
644
- case 77:
645
- return 22;
646
- case 78:
647
- return 44;
648
- case 79:
649
- return 100;
650
- case 80:
651
- return 18;
652
- case 81:
653
- return "PLUS";
654
- case 82:
655
- return 87;
656
- case 83:
657
- return 61;
658
- case 84:
659
- return 89;
660
- case 85:
661
- return 89;
662
- case 86:
663
- return 90;
664
- case 87:
665
- return "EQUALS";
666
- case 88:
667
- return "EQUALS";
668
- case 89:
669
- return 60;
670
- case 90:
671
- return 12;
672
- case 91:
673
- return 14;
674
- case 92:
675
- return "PUNCTUATION";
676
- case 93:
677
- return 86;
678
- case 94:
679
- return 102;
680
- case 95:
681
- return 48;
682
- case 96:
683
- return 48;
684
- case 97:
685
- return 9;
686
- }
687
- }, "anonymous"),
688
- rules: [/^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/, /^(?:%%[^\n]*(\r?\n)*)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:classDiagram-v2\b)/, /^(?:classDiagram\b)/, /^(?:\[\*\])/, /^(?:call[\s]+)/, /^(?:\([\s]*\))/, /^(?:\()/, /^(?:[^(]*)/, /^(?:\))/, /^(?:[^)]*)/, /^(?:["])/, /^(?:[^"]*)/, /^(?:["])/, /^(?:style\b)/, /^(?:classDef\b)/, /^(?:namespace\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:\[\*\])/, /^(?:class\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[}])/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\[\*\])/, /^(?:[{])/, /^(?:[\n])/, /^(?:[^{}\n]*)/, /^(?:cssClass\b)/, /^(?:callback\b)/, /^(?:link\b)/, /^(?:click\b)/, /^(?:note for\b)/, /^(?:note\b)/, /^(?:<<)/, /^(?:>>)/, /^(?:href\b)/, /^(?:[~])/, /^(?:[^~]*)/, /^(?:~)/, /^(?:[`])/, /^(?:[^`]+)/, /^(?:[`])/, /^(?:_self\b)/, /^(?:_blank\b)/, /^(?:_parent\b)/, /^(?:_top\b)/, /^(?:\s*<\|)/, /^(?:\s*\|>)/, /^(?:\s*>)/, /^(?:\s*<)/, /^(?:\s*\*)/, /^(?:\s*o\b)/, /^(?:\s*\(\))/, /^(?:--)/, /^(?:\.\.)/, /^(?::{1}[^:\n;]+)/, /^(?::{3})/, /^(?:-)/, /^(?:\.)/, /^(?:\+)/, /^(?::)/, /^(?:,)/, /^(?:#)/, /^(?:#)/, /^(?:%)/, /^(?:=)/, /^(?:=)/, /^(?:\w+)/, /^(?:\[)/, /^(?:\])/, /^(?:[!"#$%&'*+,-.`?\\/])/, /^(?:[0-9]+)/, /^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/, /^(?:\s)/, /^(?:\s)/, /^(?:$)/],
689
- conditions: { "namespace-body": { rules: [26, 33, 34, 35, 36, 37, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, namespace: { rules: [26, 29, 30, 31, 32, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, "class-body": { rules: [26, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, class: { rules: [26, 39, 40, 41, 42, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_descr_multiline: { rules: [11, 12, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_descr: { rules: [9, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_title: { rules: [7, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, callback_args: { rules: [22, 23, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, callback_name: { rules: [19, 20, 21, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, href: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, struct: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, generic: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, bqstring: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, string: { rules: [24, 25, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 26, 27, 28, 29, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], inclusive: !0 } }
690
- };
691
- return I;
692
- })();
693
- Ne.lexer = qe;
694
- function oe() {
695
- this.yy = {};
696
- }
697
- return A(oe, "Parser"), oe.prototype = Ne, Ne.Parser = oe, new oe();
698
- })();
699
- Ve.parser = Ve;
700
- var Tt = Ve, We = ["#", "+", "~", "-", ""], G, je = (G = class {
701
- constructor(i, a) {
702
- this.memberType = a, this.visibility = "", this.classifier = "", this.text = "";
703
- const u = pt(i, D());
704
- this.parseMember(u);
705
- }
706
- getDisplayDetails() {
707
- let i = this.visibility + R(this.id);
708
- this.memberType === "method" && (i += `(${R(this.parameters.trim())})`, this.returnType && (i += " : " + R(this.returnType))), i = i.trim();
709
- const a = this.parseClassifier();
710
- return {
711
- displayText: i,
712
- cssStyle: a
713
- };
714
- }
715
- parseMember(i) {
716
- let a = "";
717
- if (this.memberType === "method") {
718
- const n = /([#+~-])?(.+)\((.*)\)([\s$*])?(.*)([$*])?/.exec(i);
719
- if (n) {
720
- const p = n[1] ? n[1].trim() : "";
721
- if (We.includes(p) && (this.visibility = p), this.id = n[2], this.parameters = n[3] ? n[3].trim() : "", a = n[4] ? n[4].trim() : "", this.returnType = n[5] ? n[5].trim() : "", a === "") {
722
- const f = this.returnType.substring(this.returnType.length - 1);
723
- /[$*]/.exec(f) && (a = f, this.returnType = this.returnType.substring(0, this.returnType.length - 1));
724
- }
725
- }
726
- } else {
727
- const l = i.length, n = i.substring(0, 1), p = i.substring(l - 1);
728
- We.includes(n) && (this.visibility = n), /[$*]/.exec(p) && (a = p), this.id = i.substring(
729
- this.visibility === "" ? 0 : 1,
730
- a === "" ? l : l - 1
731
- );
732
- }
733
- this.classifier = a, this.id = this.id.startsWith(" ") ? " " + this.id.trim() : this.id.trim();
734
- const u = `${this.visibility ? "\\" + this.visibility : ""}${R(this.id)}${this.memberType === "method" ? `(${R(this.parameters)})${this.returnType ? " : " + R(this.returnType) : ""}` : ""}`;
735
- this.text = u.replaceAll("<", "&lt;").replaceAll(">", "&gt;"), this.text.startsWith("\\&lt;") && (this.text = this.text.replace("\\&lt;", "~"));
736
- }
737
- parseClassifier() {
738
- switch (this.classifier) {
739
- case "*":
740
- return "font-style:italic;";
741
- case "$":
742
- return "text-decoration:underline;";
743
- default:
744
- return "";
745
- }
746
- }
747
- }, A(G, "ClassMember"), G), pe = "classId-", Xe = 0, V = /* @__PURE__ */ A((s) => v.sanitizeText(s, D()), "sanitizeText"), U, kt = (U = class {
748
- constructor() {
749
- this.relations = [], this.classes = /* @__PURE__ */ new Map(), this.styleClasses = /* @__PURE__ */ new Map(), this.notes = [], this.interfaces = [], this.namespaces = /* @__PURE__ */ new Map(), this.namespaceCounter = 0, this.functions = [], this.lineType = {
750
- LINE: 0,
751
- DOTTED_LINE: 1
752
- }, this.relationType = {
753
- AGGREGATION: 0,
754
- EXTENSION: 1,
755
- COMPOSITION: 2,
756
- DEPENDENCY: 3,
757
- LOLLIPOP: 4
758
- }, this.setupToolTips = /* @__PURE__ */ A((i) => {
759
- let a = ee(".mermaidTooltip");
760
- (a._groups || a)[0][0] === null && (a = ee("body").append("div").attr("class", "mermaidTooltip").style("opacity", 0)), ee(i).select("svg").selectAll("g.node").on("mouseover", (n) => {
761
- const p = ee(n.currentTarget);
762
- if (p.attr("title") === null)
763
- return;
764
- const C = this.getBoundingClientRect();
765
- a.transition().duration(200).style("opacity", ".9"), a.text(p.attr("title")).style("left", window.scrollX + C.left + (C.right - C.left) / 2 + "px").style("top", window.scrollY + C.top - 14 + document.body.scrollTop + "px"), a.html(a.html().replace(/&lt;br\/&gt;/g, "<br/>")), p.classed("hover", !0);
766
- }).on("mouseout", (n) => {
767
- a.transition().duration(500).style("opacity", 0), ee(n.currentTarget).classed("hover", !1);
768
- });
769
- }, "setupToolTips"), this.direction = "TB", this.setAccTitle = nt, this.getAccTitle = rt, this.setAccDescription = ut, this.getAccDescription = lt, this.setDiagramTitle = ot, this.getDiagramTitle = ct, this.getConfig = /* @__PURE__ */ A(() => D().class, "getConfig"), this.functions.push(this.setupToolTips.bind(this)), this.clear(), this.addRelation = this.addRelation.bind(this), this.addClassesToNamespace = this.addClassesToNamespace.bind(this), this.addNamespace = this.addNamespace.bind(this), this.setCssClass = this.setCssClass.bind(this), this.addMembers = this.addMembers.bind(this), this.addClass = this.addClass.bind(this), this.setClassLabel = this.setClassLabel.bind(this), this.addAnnotation = this.addAnnotation.bind(this), this.addMember = this.addMember.bind(this), this.cleanupLabel = this.cleanupLabel.bind(this), this.addNote = this.addNote.bind(this), this.defineClass = this.defineClass.bind(this), this.setDirection = this.setDirection.bind(this), this.setLink = this.setLink.bind(this), this.bindFunctions = this.bindFunctions.bind(this), this.clear = this.clear.bind(this), this.setTooltip = this.setTooltip.bind(this), this.setClickEvent = this.setClickEvent.bind(this), this.setCssStyle = this.setCssStyle.bind(this);
770
- }
771
- splitClassNameAndType(i) {
772
- const a = v.sanitizeText(i, D());
773
- let u = "", l = a;
774
- if (a.indexOf("~") > 0) {
775
- const n = a.split("~");
776
- l = V(n[0]), u = V(n[1]);
777
- }
778
- return { className: l, type: u };
779
- }
780
- setClassLabel(i, a) {
781
- const u = v.sanitizeText(i, D());
782
- a && (a = V(a));
783
- const { className: l } = this.splitClassNameAndType(u);
784
- this.classes.get(l).label = a, this.classes.get(l).text = `${a}${this.classes.get(l).type ? `<${this.classes.get(l).type}>` : ""}`;
785
- }
786
- /**
787
- * Function called by parser when a node definition has been found.
788
- *
789
- * @param id - ID of the class to add
790
- * @public
791
- */
792
- addClass(i) {
793
- const a = v.sanitizeText(i, D()), { className: u, type: l } = this.splitClassNameAndType(a);
794
- if (this.classes.has(u))
795
- return;
796
- const n = v.sanitizeText(u, D());
797
- this.classes.set(n, {
798
- id: n,
799
- type: l,
800
- label: n,
801
- text: `${n}${l ? `&lt;${l}&gt;` : ""}`,
802
- shape: "classBox",
803
- cssClasses: "default",
804
- methods: [],
805
- members: [],
806
- annotations: [],
807
- styles: [],
808
- domId: pe + n + "-" + Xe
809
- }), Xe++;
810
- }
811
- addInterface(i, a) {
812
- const u = {
813
- id: `interface${this.interfaces.length}`,
814
- label: i,
815
- classId: a
816
- };
817
- this.interfaces.push(u);
818
- }
819
- /**
820
- * Function to lookup domId from id in the graph definition.
821
- *
822
- * @param id - class ID to lookup
823
- * @public
824
- */
825
- lookUpDomId(i) {
826
- const a = v.sanitizeText(i, D());
827
- if (this.classes.has(a))
828
- return this.classes.get(a).domId;
829
- throw new Error("Class not found: " + a);
830
- }
831
- clear() {
832
- this.relations = [], this.classes = /* @__PURE__ */ new Map(), this.notes = [], this.interfaces = [], this.functions = [], this.functions.push(this.setupToolTips.bind(this)), this.namespaces = /* @__PURE__ */ new Map(), this.namespaceCounter = 0, this.direction = "TB", ht();
833
- }
834
- getClass(i) {
835
- return this.classes.get(i);
836
- }
837
- getClasses() {
838
- return this.classes;
839
- }
840
- getRelations() {
841
- return this.relations;
842
- }
843
- getNotes() {
844
- return this.notes;
845
- }
846
- addRelation(i) {
847
- Oe.debug("Adding relation: " + JSON.stringify(i));
848
- const a = [
849
- this.relationType.LOLLIPOP,
850
- this.relationType.AGGREGATION,
851
- this.relationType.COMPOSITION,
852
- this.relationType.DEPENDENCY,
853
- this.relationType.EXTENSION
854
- ];
855
- i.relation.type1 === this.relationType.LOLLIPOP && !a.includes(i.relation.type2) ? (this.addClass(i.id2), this.addInterface(i.id1, i.id2), i.id1 = `interface${this.interfaces.length - 1}`) : i.relation.type2 === this.relationType.LOLLIPOP && !a.includes(i.relation.type1) ? (this.addClass(i.id1), this.addInterface(i.id2, i.id1), i.id2 = `interface${this.interfaces.length - 1}`) : (this.addClass(i.id1), this.addClass(i.id2)), i.id1 = this.splitClassNameAndType(i.id1).className, i.id2 = this.splitClassNameAndType(i.id2).className, i.relationTitle1 = v.sanitizeText(
856
- i.relationTitle1.trim(),
857
- D()
858
- ), i.relationTitle2 = v.sanitizeText(
859
- i.relationTitle2.trim(),
860
- D()
861
- ), this.relations.push(i);
862
- }
863
- /**
864
- * Adds an annotation to the specified class Annotations mark special properties of the given type
865
- * (like 'interface' or 'service')
866
- *
867
- * @param className - The class name
868
- * @param annotation - The name of the annotation without any brackets
869
- * @public
870
- */
871
- addAnnotation(i, a) {
872
- const u = this.splitClassNameAndType(i).className;
873
- this.classes.get(u).annotations.push(a);
874
- }
875
- /**
876
- * Adds a member to the specified class
877
- *
878
- * @param className - The class name
879
- * @param member - The full name of the member. If the member is enclosed in `<<brackets>>` it is
880
- * treated as an annotation If the member is ending with a closing bracket ) it is treated as a
881
- * method Otherwise the member will be treated as a normal property
882
- * @public
883
- */
884
- addMember(i, a) {
885
- this.addClass(i);
886
- const u = this.splitClassNameAndType(i).className, l = this.classes.get(u);
887
- if (typeof a == "string") {
888
- const n = a.trim();
889
- n.startsWith("<<") && n.endsWith(">>") ? l.annotations.push(V(n.substring(2, n.length - 2))) : n.indexOf(")") > 0 ? l.methods.push(new je(n, "method")) : n && l.members.push(new je(n, "attribute"));
890
- }
891
- }
892
- addMembers(i, a) {
893
- Array.isArray(a) && (a.reverse(), a.forEach((u) => this.addMember(i, u)));
894
- }
895
- addNote(i, a) {
896
- const u = {
897
- id: `note${this.notes.length}`,
898
- class: a,
899
- text: i
900
- };
901
- this.notes.push(u);
902
- }
903
- cleanupLabel(i) {
904
- return i.startsWith(":") && (i = i.substring(1)), V(i.trim());
905
- }
906
- /**
907
- * Called by parser when assigning cssClass to a class
908
- *
909
- * @param ids - Comma separated list of ids
910
- * @param className - Class to add
911
- */
912
- setCssClass(i, a) {
913
- i.split(",").forEach((u) => {
914
- let l = u;
915
- /\d/.exec(u[0]) && (l = pe + l);
916
- const n = this.classes.get(l);
917
- n && (n.cssClasses += " " + a);
918
- });
919
- }
920
- defineClass(i, a) {
921
- for (const u of i) {
922
- let l = this.styleClasses.get(u);
923
- l === void 0 && (l = { id: u, styles: [], textStyles: [] }, this.styleClasses.set(u, l)), a && a.forEach((n) => {
924
- if (/color/.exec(n)) {
925
- const p = n.replace("fill", "bgFill");
926
- l.textStyles.push(p);
927
- }
928
- l.styles.push(n);
929
- }), this.classes.forEach((n) => {
930
- n.cssClasses.includes(u) && n.styles.push(...a.flatMap((p) => p.split(",")));
931
- });
932
- }
933
- }
934
- /**
935
- * Called by parser when a tooltip is found, e.g. a clickable element.
936
- *
937
- * @param ids - Comma separated list of ids
938
- * @param tooltip - Tooltip to add
939
- */
940
- setTooltip(i, a) {
941
- i.split(",").forEach((u) => {
942
- a !== void 0 && (this.classes.get(u).tooltip = V(a));
943
- });
944
- }
945
- getTooltip(i, a) {
946
- return a && this.namespaces.has(a) ? this.namespaces.get(a).classes.get(i).tooltip : this.classes.get(i).tooltip;
947
- }
948
- /**
949
- * Called by parser when a link is found. Adds the URL to the vertex data.
950
- *
951
- * @param ids - Comma separated list of ids
952
- * @param linkStr - URL to create a link for
953
- * @param target - Target of the link, _blank by default as originally defined in the svgDraw.js file
954
- */
955
- setLink(i, a, u) {
956
- const l = D();
957
- i.split(",").forEach((n) => {
958
- let p = n;
959
- /\d/.exec(n[0]) && (p = pe + p);
960
- const f = this.classes.get(p);
961
- f && (f.link = we.formatUrl(a, l), l.securityLevel === "sandbox" ? f.linkTarget = "_top" : typeof u == "string" ? f.linkTarget = V(u) : f.linkTarget = "_blank");
962
- }), this.setCssClass(i, "clickable");
963
- }
964
- /**
965
- * Called by parser when a click definition is found. Registers an event handler.
966
- *
967
- * @param ids - Comma separated list of ids
968
- * @param functionName - Function to be called on click
969
- * @param functionArgs - Function args the function should be called with
970
- */
971
- setClickEvent(i, a, u) {
972
- i.split(",").forEach((l) => {
973
- this.setClickFunc(l, a, u), this.classes.get(l).haveCallback = !0;
974
- }), this.setCssClass(i, "clickable");
975
- }
976
- setClickFunc(i, a, u) {
977
- const l = v.sanitizeText(i, D());
978
- if (D().securityLevel !== "loose" || a === void 0)
979
- return;
980
- const p = l;
981
- if (this.classes.has(p)) {
982
- const f = this.lookUpDomId(p);
983
- let C = [];
984
- if (typeof u == "string") {
985
- C = u.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);
986
- for (let B = 0; B < C.length; B++) {
987
- let L = C[B].trim();
988
- L.startsWith('"') && L.endsWith('"') && (L = L.substr(1, L.length - 2)), C[B] = L;
989
- }
990
- }
991
- C.length === 0 && C.push(f), this.functions.push(() => {
992
- const B = document.querySelector(`[id="${f}"]`);
993
- B !== null && B.addEventListener(
994
- "click",
995
- () => {
996
- we.runFunc(a, ...C);
997
- },
998
- !1
999
- );
1000
- });
1001
- }
1002
- }
1003
- bindFunctions(i) {
1004
- this.functions.forEach((a) => {
1005
- a(i);
1006
- });
1007
- }
1008
- getDirection() {
1009
- return this.direction;
1010
- }
1011
- setDirection(i) {
1012
- this.direction = i;
1013
- }
1014
- /**
1015
- * Function called by parser when a namespace definition has been found.
1016
- *
1017
- * @param id - ID of the namespace to add
1018
- * @public
1019
- */
1020
- addNamespace(i) {
1021
- this.namespaces.has(i) || (this.namespaces.set(i, {
1022
- id: i,
1023
- classes: /* @__PURE__ */ new Map(),
1024
- children: {},
1025
- domId: pe + i + "-" + this.namespaceCounter
1026
- }), this.namespaceCounter++);
1027
- }
1028
- getNamespace(i) {
1029
- return this.namespaces.get(i);
1030
- }
1031
- getNamespaces() {
1032
- return this.namespaces;
1033
- }
1034
- /**
1035
- * Function called by parser when a namespace definition has been found.
1036
- *
1037
- * @param id - ID of the namespace to add
1038
- * @param classNames - IDs of the class to add
1039
- * @public
1040
- */
1041
- addClassesToNamespace(i, a) {
1042
- if (this.namespaces.has(i))
1043
- for (const u of a) {
1044
- const { className: l } = this.splitClassNameAndType(u);
1045
- this.classes.get(l).parent = i, this.namespaces.get(i).classes.set(l, this.classes.get(l));
1046
- }
1047
- }
1048
- setCssStyle(i, a) {
1049
- const u = this.classes.get(i);
1050
- if (!(!a || !u))
1051
- for (const l of a)
1052
- l.includes(",") ? u.styles.push(...l.split(",")) : u.styles.push(l);
1053
- }
1054
- /**
1055
- * Gets the arrow marker for a type index
1056
- *
1057
- * @param type - The type to look for
1058
- * @returns The arrow marker
1059
- */
1060
- getArrowMarker(i) {
1061
- let a;
1062
- switch (i) {
1063
- case 0:
1064
- a = "aggregation";
1065
- break;
1066
- case 1:
1067
- a = "extension";
1068
- break;
1069
- case 2:
1070
- a = "composition";
1071
- break;
1072
- case 3:
1073
- a = "dependency";
1074
- break;
1075
- case 4:
1076
- a = "lollipop";
1077
- break;
1078
- default:
1079
- a = "none";
1080
- }
1081
- return a;
1082
- }
1083
- getData() {
1084
- const i = [], a = [], u = D();
1085
- for (const n of this.namespaces.keys()) {
1086
- const p = this.namespaces.get(n);
1087
- if (p) {
1088
- const f = {
1089
- id: p.id,
1090
- label: p.id,
1091
- isGroup: !0,
1092
- padding: u.class.padding ?? 16,
1093
- // parent node must be one of [rect, roundedWithTitle, noteGroup, divider]
1094
- shape: "rect",
1095
- cssStyles: ["fill: none", "stroke: black"],
1096
- look: u.look
1097
- };
1098
- i.push(f);
1099
- }
1100
- }
1101
- for (const n of this.classes.keys()) {
1102
- const p = this.classes.get(n);
1103
- if (p) {
1104
- const f = p;
1105
- f.parentId = p.parent, f.look = u.look, i.push(f);
1106
- }
1107
- }
1108
- let l = 0;
1109
- for (const n of this.notes) {
1110
- l++;
1111
- const p = {
1112
- id: n.id,
1113
- label: n.text,
1114
- isGroup: !1,
1115
- shape: "note",
1116
- padding: u.class.padding ?? 6,
1117
- cssStyles: [
1118
- "text-align: left",
1119
- "white-space: nowrap",
1120
- `fill: ${u.themeVariables.noteBkgColor}`,
1121
- `stroke: ${u.themeVariables.noteBorderColor}`
1122
- ],
1123
- look: u.look
1124
- };
1125
- i.push(p);
1126
- const f = this.classes.get(n.class)?.id ?? "";
1127
- if (f) {
1128
- const C = {
1129
- id: `edgeNote${l}`,
1130
- start: n.id,
1131
- end: f,
1132
- type: "normal",
1133
- thickness: "normal",
1134
- classes: "relation",
1135
- arrowTypeStart: "none",
1136
- arrowTypeEnd: "none",
1137
- arrowheadStyle: "",
1138
- labelStyle: [""],
1139
- style: ["fill: none"],
1140
- pattern: "dotted",
1141
- look: u.look
1142
- };
1143
- a.push(C);
1144
- }
1145
- }
1146
- for (const n of this.interfaces) {
1147
- const p = {
1148
- id: n.id,
1149
- label: n.label,
1150
- isGroup: !1,
1151
- shape: "rect",
1152
- cssStyles: ["opacity: 0;"],
1153
- look: u.look
1154
- };
1155
- i.push(p);
1156
- }
1157
- l = 0;
1158
- for (const n of this.relations) {
1159
- l++;
1160
- const p = {
1161
- id: dt(n.id1, n.id2, {
1162
- prefix: "id",
1163
- counter: l
1164
- }),
1165
- start: n.id1,
1166
- end: n.id2,
1167
- type: "normal",
1168
- label: n.title,
1169
- labelpos: "c",
1170
- thickness: "normal",
1171
- classes: "relation",
1172
- arrowTypeStart: this.getArrowMarker(n.relation.type1),
1173
- arrowTypeEnd: this.getArrowMarker(n.relation.type2),
1174
- startLabelRight: n.relationTitle1 === "none" ? "" : n.relationTitle1,
1175
- endLabelLeft: n.relationTitle2 === "none" ? "" : n.relationTitle2,
1176
- arrowheadStyle: "",
1177
- labelStyle: ["display: inline-block"],
1178
- style: n.style || "",
1179
- pattern: n.relation.lineType == 1 ? "dashed" : "solid",
1180
- look: u.look
1181
- };
1182
- a.push(p);
1183
- }
1184
- return { nodes: i, edges: a, other: {}, config: u, direction: this.getDirection() };
1185
- }
1186
- }, A(U, "ClassDB"), U), At = /* @__PURE__ */ A((s) => `g.classGroup text {
1187
- fill: ${s.nodeBorder || s.classText};
1188
- stroke: none;
1189
- font-family: ${s.fontFamily};
1190
- font-size: 10px;
1191
-
1192
- .title {
1193
- font-weight: bolder;
1194
- }
1195
-
1196
- }
1197
-
1198
- .nodeLabel, .edgeLabel {
1199
- color: ${s.classText};
1200
- }
1201
- .edgeLabel .label rect {
1202
- fill: ${s.mainBkg};
1203
- }
1204
- .label text {
1205
- fill: ${s.classText};
1206
- }
1207
-
1208
- .labelBkg {
1209
- background: ${s.mainBkg};
1210
- }
1211
- .edgeLabel .label span {
1212
- background: ${s.mainBkg};
1213
- }
1214
-
1215
- .classTitle {
1216
- font-weight: bolder;
1217
- }
1218
- .node rect,
1219
- .node circle,
1220
- .node ellipse,
1221
- .node polygon,
1222
- .node path {
1223
- fill: ${s.mainBkg};
1224
- stroke: ${s.nodeBorder};
1225
- stroke-width: 1px;
1226
- }
1227
-
1228
-
1229
- .divider {
1230
- stroke: ${s.nodeBorder};
1231
- stroke-width: 1;
1232
- }
1233
-
1234
- g.clickable {
1235
- cursor: pointer;
1236
- }
1237
-
1238
- g.classGroup rect {
1239
- fill: ${s.mainBkg};
1240
- stroke: ${s.nodeBorder};
1241
- }
1242
-
1243
- g.classGroup line {
1244
- stroke: ${s.nodeBorder};
1245
- stroke-width: 1;
1246
- }
1247
-
1248
- .classLabel .box {
1249
- stroke: none;
1250
- stroke-width: 0;
1251
- fill: ${s.mainBkg};
1252
- opacity: 0.5;
1253
- }
1254
-
1255
- .classLabel .label {
1256
- fill: ${s.nodeBorder};
1257
- font-size: 10px;
1258
- }
1259
-
1260
- .relation {
1261
- stroke: ${s.lineColor};
1262
- stroke-width: 1;
1263
- fill: none;
1264
- }
1265
-
1266
- .dashed-line{
1267
- stroke-dasharray: 3;
1268
- }
1269
-
1270
- .dotted-line{
1271
- stroke-dasharray: 1 2;
1272
- }
1273
-
1274
- #compositionStart, .composition {
1275
- fill: ${s.lineColor} !important;
1276
- stroke: ${s.lineColor} !important;
1277
- stroke-width: 1;
1278
- }
1279
-
1280
- #compositionEnd, .composition {
1281
- fill: ${s.lineColor} !important;
1282
- stroke: ${s.lineColor} !important;
1283
- stroke-width: 1;
1284
- }
1285
-
1286
- #dependencyStart, .dependency {
1287
- fill: ${s.lineColor} !important;
1288
- stroke: ${s.lineColor} !important;
1289
- stroke-width: 1;
1290
- }
1291
-
1292
- #dependencyStart, .dependency {
1293
- fill: ${s.lineColor} !important;
1294
- stroke: ${s.lineColor} !important;
1295
- stroke-width: 1;
1296
- }
1297
-
1298
- #extensionStart, .extension {
1299
- fill: transparent !important;
1300
- stroke: ${s.lineColor} !important;
1301
- stroke-width: 1;
1302
- }
1303
-
1304
- #extensionEnd, .extension {
1305
- fill: transparent !important;
1306
- stroke: ${s.lineColor} !important;
1307
- stroke-width: 1;
1308
- }
1309
-
1310
- #aggregationStart, .aggregation {
1311
- fill: transparent !important;
1312
- stroke: ${s.lineColor} !important;
1313
- stroke-width: 1;
1314
- }
1315
-
1316
- #aggregationEnd, .aggregation {
1317
- fill: transparent !important;
1318
- stroke: ${s.lineColor} !important;
1319
- stroke-width: 1;
1320
- }
1321
-
1322
- #lollipopStart, .lollipop {
1323
- fill: ${s.mainBkg} !important;
1324
- stroke: ${s.lineColor} !important;
1325
- stroke-width: 1;
1326
- }
1327
-
1328
- #lollipopEnd, .lollipop {
1329
- fill: ${s.mainBkg} !important;
1330
- stroke: ${s.lineColor} !important;
1331
- stroke-width: 1;
1332
- }
1333
-
1334
- .edgeTerminals {
1335
- font-size: 11px;
1336
- line-height: initial;
1337
- }
1338
-
1339
- .classTitleText {
1340
- text-anchor: middle;
1341
- font-size: 18px;
1342
- fill: ${s.textColor};
1343
- }
1344
- ${et()}
1345
- `, "getStyles"), Dt = At, ft = /* @__PURE__ */ A((s, i = "TB") => {
1346
- if (!s.doc)
1347
- return i;
1348
- let a = i;
1349
- for (const u of s.doc)
1350
- u.stmt === "dir" && (a = u.value);
1351
- return a;
1352
- }, "getDir"), gt = /* @__PURE__ */ A(function(s, i) {
1353
- return i.db.getClasses();
1354
- }, "getClasses"), Ct = /* @__PURE__ */ A(async function(s, i, a, u) {
1355
- Oe.info("REF0:"), Oe.info("Drawing class diagram (v3)", i);
1356
- const { securityLevel: l, state: n, layout: p } = D(), f = u.db.getData(), C = tt(i, l);
1357
- f.type = u.type, f.layoutAlgorithm = it(p), f.nodeSpacing = n?.nodeSpacing || 50, f.rankSpacing = n?.rankSpacing || 50, f.markers = ["aggregation", "extension", "composition", "dependency", "lollipop"], f.diagramId = i, await at(f, C);
1358
- const B = 8;
1359
- we.insertTitle(
1360
- C,
1361
- "classDiagramTitleText",
1362
- n?.titleTopMargin ?? 25,
1363
- u.db.getDiagramTitle()
1364
- ), st(C, B, "classDiagram", n?.useMaxWidth ?? !0);
1365
- }, "draw"), Ft = {
1366
- getClasses: gt,
1367
- draw: Ct,
1368
- getDir: ft
1369
- };
1370
- export {
1371
- kt as C,
1372
- Tt as a,
1373
- Ft as c,
1374
- Dt as s
1375
- };