@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,841 +0,0 @@
1
- import { g as Dt } from "./chunk-55IACEB6-VXFJ4bz5.js";
2
- import { s as wt } from "./chunk-QN33PNHL-BOUpbpWp.js";
3
- import { _ as u, b as Vt, a as Lt, s as Mt, g as Bt, p as Ft, q as Yt, c as tt, l as D, y as Pt, x as zt, A as Gt, B as Kt, o as Zt, r as Ut, d as jt, u as Wt } from "./mermaid.core-QjuzH7xx.js";
4
- import { c as Qt } from "./channel-105myCGU.js";
5
- var dt = (function() {
6
- var s = /* @__PURE__ */ u(function(R, n, a, c) {
7
- for (a = a || {}, c = R.length; c--; a[R[c]] = n) ;
8
- return a;
9
- }, "o"), i = [6, 8, 10, 22, 24, 26, 28, 33, 34, 35, 36, 37, 40, 43, 44, 50], l = [1, 10], d = [1, 11], o = [1, 12], h = [1, 13], y = [1, 20], _ = [1, 21], E = [1, 22], V = [1, 23], Z = [1, 24], S = [1, 19], et = [1, 25], U = [1, 26], T = [1, 18], L = [1, 33], st = [1, 34], it = [1, 35], rt = [1, 36], nt = [1, 37], pt = [6, 8, 10, 13, 15, 17, 20, 21, 22, 24, 26, 28, 33, 34, 35, 36, 37, 40, 43, 44, 50, 63, 64, 65, 66, 67], O = [1, 42], A = [1, 43], M = [1, 52], B = [40, 50, 68, 69], F = [1, 63], Y = [1, 61], N = [1, 58], P = [1, 62], z = [1, 64], j = [6, 8, 10, 13, 17, 22, 24, 26, 28, 33, 34, 35, 36, 37, 40, 41, 42, 43, 44, 48, 49, 50, 63, 64, 65, 66, 67], ft = [63, 64, 65, 66, 67], yt = [1, 81], _t = [1, 80], gt = [1, 78], bt = [1, 79], mt = [6, 10, 42, 47], C = [6, 10, 13, 41, 42, 47, 48, 49], W = [1, 89], Q = [1, 88], X = [1, 87], G = [19, 56], Et = [1, 98], kt = [1, 97], at = [19, 56, 58, 60], ct = {
10
- trace: /* @__PURE__ */ u(function() {
11
- }, "trace"),
12
- yy: {},
13
- symbols_: { error: 2, start: 3, ER_DIAGRAM: 4, document: 5, EOF: 6, line: 7, SPACE: 8, statement: 9, NEWLINE: 10, entityName: 11, relSpec: 12, COLON: 13, role: 14, STYLE_SEPARATOR: 15, idList: 16, BLOCK_START: 17, attributes: 18, BLOCK_STOP: 19, SQS: 20, SQE: 21, title: 22, title_value: 23, acc_title: 24, acc_title_value: 25, acc_descr: 26, acc_descr_value: 27, acc_descr_multiline_value: 28, direction: 29, classDefStatement: 30, classStatement: 31, styleStatement: 32, direction_tb: 33, direction_bt: 34, direction_rl: 35, direction_lr: 36, CLASSDEF: 37, stylesOpt: 38, separator: 39, UNICODE_TEXT: 40, STYLE_TEXT: 41, COMMA: 42, CLASS: 43, STYLE: 44, style: 45, styleComponent: 46, SEMI: 47, NUM: 48, BRKT: 49, ENTITY_NAME: 50, attribute: 51, attributeType: 52, attributeName: 53, attributeKeyTypeList: 54, attributeComment: 55, ATTRIBUTE_WORD: 56, attributeKeyType: 57, ",": 58, ATTRIBUTE_KEY: 59, COMMENT: 60, cardinality: 61, relType: 62, ZERO_OR_ONE: 63, ZERO_OR_MORE: 64, ONE_OR_MORE: 65, ONLY_ONE: 66, MD_PARENT: 67, NON_IDENTIFYING: 68, IDENTIFYING: 69, WORD: 70, $accept: 0, $end: 1 },
14
- terminals_: { 2: "error", 4: "ER_DIAGRAM", 6: "EOF", 8: "SPACE", 10: "NEWLINE", 13: "COLON", 15: "STYLE_SEPARATOR", 17: "BLOCK_START", 19: "BLOCK_STOP", 20: "SQS", 21: "SQE", 22: "title", 23: "title_value", 24: "acc_title", 25: "acc_title_value", 26: "acc_descr", 27: "acc_descr_value", 28: "acc_descr_multiline_value", 33: "direction_tb", 34: "direction_bt", 35: "direction_rl", 36: "direction_lr", 37: "CLASSDEF", 40: "UNICODE_TEXT", 41: "STYLE_TEXT", 42: "COMMA", 43: "CLASS", 44: "STYLE", 47: "SEMI", 48: "NUM", 49: "BRKT", 50: "ENTITY_NAME", 56: "ATTRIBUTE_WORD", 58: ",", 59: "ATTRIBUTE_KEY", 60: "COMMENT", 63: "ZERO_OR_ONE", 64: "ZERO_OR_MORE", 65: "ONE_OR_MORE", 66: "ONLY_ONE", 67: "MD_PARENT", 68: "NON_IDENTIFYING", 69: "IDENTIFYING", 70: "WORD" },
15
- productions_: [0, [3, 3], [5, 0], [5, 2], [7, 2], [7, 1], [7, 1], [7, 1], [9, 5], [9, 9], [9, 7], [9, 7], [9, 4], [9, 6], [9, 3], [9, 5], [9, 1], [9, 3], [9, 7], [9, 9], [9, 6], [9, 8], [9, 4], [9, 6], [9, 2], [9, 2], [9, 2], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [29, 1], [29, 1], [29, 1], [29, 1], [30, 4], [16, 1], [16, 1], [16, 3], [16, 3], [31, 3], [32, 4], [38, 1], [38, 3], [45, 1], [45, 2], [39, 1], [39, 1], [39, 1], [46, 1], [46, 1], [46, 1], [46, 1], [11, 1], [11, 1], [18, 1], [18, 2], [51, 2], [51, 3], [51, 3], [51, 4], [52, 1], [53, 1], [54, 1], [54, 3], [57, 1], [55, 1], [12, 3], [61, 1], [61, 1], [61, 1], [61, 1], [61, 1], [62, 1], [62, 1], [14, 1], [14, 1], [14, 1]],
16
- performAction: /* @__PURE__ */ u(function(n, a, c, r, p, t, K) {
17
- var e = t.length - 1;
18
- switch (p) {
19
- case 1:
20
- break;
21
- case 2:
22
- this.$ = [];
23
- break;
24
- case 3:
25
- t[e - 1].push(t[e]), this.$ = t[e - 1];
26
- break;
27
- case 4:
28
- case 5:
29
- this.$ = t[e];
30
- break;
31
- case 6:
32
- case 7:
33
- this.$ = [];
34
- break;
35
- case 8:
36
- r.addEntity(t[e - 4]), r.addEntity(t[e - 2]), r.addRelationship(t[e - 4], t[e], t[e - 2], t[e - 3]);
37
- break;
38
- case 9:
39
- r.addEntity(t[e - 8]), r.addEntity(t[e - 4]), r.addRelationship(t[e - 8], t[e], t[e - 4], t[e - 5]), r.setClass([t[e - 8]], t[e - 6]), r.setClass([t[e - 4]], t[e - 2]);
40
- break;
41
- case 10:
42
- r.addEntity(t[e - 6]), r.addEntity(t[e - 2]), r.addRelationship(t[e - 6], t[e], t[e - 2], t[e - 3]), r.setClass([t[e - 6]], t[e - 4]);
43
- break;
44
- case 11:
45
- r.addEntity(t[e - 6]), r.addEntity(t[e - 4]), r.addRelationship(t[e - 6], t[e], t[e - 4], t[e - 5]), r.setClass([t[e - 4]], t[e - 2]);
46
- break;
47
- case 12:
48
- r.addEntity(t[e - 3]), r.addAttributes(t[e - 3], t[e - 1]);
49
- break;
50
- case 13:
51
- r.addEntity(t[e - 5]), r.addAttributes(t[e - 5], t[e - 1]), r.setClass([t[e - 5]], t[e - 3]);
52
- break;
53
- case 14:
54
- r.addEntity(t[e - 2]);
55
- break;
56
- case 15:
57
- r.addEntity(t[e - 4]), r.setClass([t[e - 4]], t[e - 2]);
58
- break;
59
- case 16:
60
- r.addEntity(t[e]);
61
- break;
62
- case 17:
63
- r.addEntity(t[e - 2]), r.setClass([t[e - 2]], t[e]);
64
- break;
65
- case 18:
66
- r.addEntity(t[e - 6], t[e - 4]), r.addAttributes(t[e - 6], t[e - 1]);
67
- break;
68
- case 19:
69
- r.addEntity(t[e - 8], t[e - 6]), r.addAttributes(t[e - 8], t[e - 1]), r.setClass([t[e - 8]], t[e - 3]);
70
- break;
71
- case 20:
72
- r.addEntity(t[e - 5], t[e - 3]);
73
- break;
74
- case 21:
75
- r.addEntity(t[e - 7], t[e - 5]), r.setClass([t[e - 7]], t[e - 2]);
76
- break;
77
- case 22:
78
- r.addEntity(t[e - 3], t[e - 1]);
79
- break;
80
- case 23:
81
- r.addEntity(t[e - 5], t[e - 3]), r.setClass([t[e - 5]], t[e]);
82
- break;
83
- case 24:
84
- case 25:
85
- this.$ = t[e].trim(), r.setAccTitle(this.$);
86
- break;
87
- case 26:
88
- case 27:
89
- this.$ = t[e].trim(), r.setAccDescription(this.$);
90
- break;
91
- case 32:
92
- r.setDirection("TB");
93
- break;
94
- case 33:
95
- r.setDirection("BT");
96
- break;
97
- case 34:
98
- r.setDirection("RL");
99
- break;
100
- case 35:
101
- r.setDirection("LR");
102
- break;
103
- case 36:
104
- this.$ = t[e - 3], r.addClass(t[e - 2], t[e - 1]);
105
- break;
106
- case 37:
107
- case 38:
108
- case 56:
109
- case 64:
110
- this.$ = [t[e]];
111
- break;
112
- case 39:
113
- case 40:
114
- this.$ = t[e - 2].concat([t[e]]);
115
- break;
116
- case 41:
117
- this.$ = t[e - 2], r.setClass(t[e - 1], t[e]);
118
- break;
119
- case 42:
120
- this.$ = t[e - 3], r.addCssStyles(t[e - 2], t[e - 1]);
121
- break;
122
- case 43:
123
- this.$ = [t[e]];
124
- break;
125
- case 44:
126
- t[e - 2].push(t[e]), this.$ = t[e - 2];
127
- break;
128
- case 46:
129
- this.$ = t[e - 1] + t[e];
130
- break;
131
- case 54:
132
- case 76:
133
- case 77:
134
- this.$ = t[e].replace(/"/g, "");
135
- break;
136
- case 55:
137
- case 78:
138
- this.$ = t[e];
139
- break;
140
- case 57:
141
- t[e].push(t[e - 1]), this.$ = t[e];
142
- break;
143
- case 58:
144
- this.$ = { type: t[e - 1], name: t[e] };
145
- break;
146
- case 59:
147
- this.$ = { type: t[e - 2], name: t[e - 1], keys: t[e] };
148
- break;
149
- case 60:
150
- this.$ = { type: t[e - 2], name: t[e - 1], comment: t[e] };
151
- break;
152
- case 61:
153
- this.$ = { type: t[e - 3], name: t[e - 2], keys: t[e - 1], comment: t[e] };
154
- break;
155
- case 62:
156
- case 63:
157
- case 66:
158
- this.$ = t[e];
159
- break;
160
- case 65:
161
- t[e - 2].push(t[e]), this.$ = t[e - 2];
162
- break;
163
- case 67:
164
- this.$ = t[e].replace(/"/g, "");
165
- break;
166
- case 68:
167
- this.$ = { cardA: t[e], relType: t[e - 1], cardB: t[e - 2] };
168
- break;
169
- case 69:
170
- this.$ = r.Cardinality.ZERO_OR_ONE;
171
- break;
172
- case 70:
173
- this.$ = r.Cardinality.ZERO_OR_MORE;
174
- break;
175
- case 71:
176
- this.$ = r.Cardinality.ONE_OR_MORE;
177
- break;
178
- case 72:
179
- this.$ = r.Cardinality.ONLY_ONE;
180
- break;
181
- case 73:
182
- this.$ = r.Cardinality.MD_PARENT;
183
- break;
184
- case 74:
185
- this.$ = r.Identification.NON_IDENTIFYING;
186
- break;
187
- case 75:
188
- this.$ = r.Identification.IDENTIFYING;
189
- break;
190
- }
191
- }, "anonymous"),
192
- table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, s(i, [2, 2], { 5: 3 }), { 6: [1, 4], 7: 5, 8: [1, 6], 9: 7, 10: [1, 8], 11: 9, 22: l, 24: d, 26: o, 28: h, 29: 14, 30: 15, 31: 16, 32: 17, 33: y, 34: _, 35: E, 36: V, 37: Z, 40: S, 43: et, 44: U, 50: T }, s(i, [2, 7], { 1: [2, 1] }), s(i, [2, 3]), { 9: 27, 11: 9, 22: l, 24: d, 26: o, 28: h, 29: 14, 30: 15, 31: 16, 32: 17, 33: y, 34: _, 35: E, 36: V, 37: Z, 40: S, 43: et, 44: U, 50: T }, s(i, [2, 5]), s(i, [2, 6]), s(i, [2, 16], { 12: 28, 61: 32, 15: [1, 29], 17: [1, 30], 20: [1, 31], 63: L, 64: st, 65: it, 66: rt, 67: nt }), { 23: [1, 38] }, { 25: [1, 39] }, { 27: [1, 40] }, s(i, [2, 27]), s(i, [2, 28]), s(i, [2, 29]), s(i, [2, 30]), s(i, [2, 31]), s(pt, [2, 54]), s(pt, [2, 55]), s(i, [2, 32]), s(i, [2, 33]), s(i, [2, 34]), s(i, [2, 35]), { 16: 41, 40: O, 41: A }, { 16: 44, 40: O, 41: A }, { 16: 45, 40: O, 41: A }, s(i, [2, 4]), { 11: 46, 40: S, 50: T }, { 16: 47, 40: O, 41: A }, { 18: 48, 19: [1, 49], 51: 50, 52: 51, 56: M }, { 11: 53, 40: S, 50: T }, { 62: 54, 68: [1, 55], 69: [1, 56] }, s(B, [2, 69]), s(B, [2, 70]), s(B, [2, 71]), s(B, [2, 72]), s(B, [2, 73]), s(i, [2, 24]), s(i, [2, 25]), s(i, [2, 26]), { 13: F, 38: 57, 41: Y, 42: N, 45: 59, 46: 60, 48: P, 49: z }, s(j, [2, 37]), s(j, [2, 38]), { 16: 65, 40: O, 41: A, 42: N }, { 13: F, 38: 66, 41: Y, 42: N, 45: 59, 46: 60, 48: P, 49: z }, { 13: [1, 67], 15: [1, 68] }, s(i, [2, 17], { 61: 32, 12: 69, 17: [1, 70], 42: N, 63: L, 64: st, 65: it, 66: rt, 67: nt }), { 19: [1, 71] }, s(i, [2, 14]), { 18: 72, 19: [2, 56], 51: 50, 52: 51, 56: M }, { 53: 73, 56: [1, 74] }, { 56: [2, 62] }, { 21: [1, 75] }, { 61: 76, 63: L, 64: st, 65: it, 66: rt, 67: nt }, s(ft, [2, 74]), s(ft, [2, 75]), { 6: yt, 10: _t, 39: 77, 42: gt, 47: bt }, { 40: [1, 82], 41: [1, 83] }, s(mt, [2, 43], { 46: 84, 13: F, 41: Y, 48: P, 49: z }), s(C, [2, 45]), s(C, [2, 50]), s(C, [2, 51]), s(C, [2, 52]), s(C, [2, 53]), s(i, [2, 41], { 42: N }), { 6: yt, 10: _t, 39: 85, 42: gt, 47: bt }, { 14: 86, 40: W, 50: Q, 70: X }, { 16: 90, 40: O, 41: A }, { 11: 91, 40: S, 50: T }, { 18: 92, 19: [1, 93], 51: 50, 52: 51, 56: M }, s(i, [2, 12]), { 19: [2, 57] }, s(G, [2, 58], { 54: 94, 55: 95, 57: 96, 59: Et, 60: kt }), s([19, 56, 59, 60], [2, 63]), s(i, [2, 22], { 15: [1, 100], 17: [1, 99] }), s([40, 50], [2, 68]), s(i, [2, 36]), { 13: F, 41: Y, 45: 101, 46: 60, 48: P, 49: z }, s(i, [2, 47]), s(i, [2, 48]), s(i, [2, 49]), s(j, [2, 39]), s(j, [2, 40]), s(C, [2, 46]), s(i, [2, 42]), s(i, [2, 8]), s(i, [2, 76]), s(i, [2, 77]), s(i, [2, 78]), { 13: [1, 102], 42: N }, { 13: [1, 104], 15: [1, 103] }, { 19: [1, 105] }, s(i, [2, 15]), s(G, [2, 59], { 55: 106, 58: [1, 107], 60: kt }), s(G, [2, 60]), s(at, [2, 64]), s(G, [2, 67]), s(at, [2, 66]), { 18: 108, 19: [1, 109], 51: 50, 52: 51, 56: M }, { 16: 110, 40: O, 41: A }, s(mt, [2, 44], { 46: 84, 13: F, 41: Y, 48: P, 49: z }), { 14: 111, 40: W, 50: Q, 70: X }, { 16: 112, 40: O, 41: A }, { 14: 113, 40: W, 50: Q, 70: X }, s(i, [2, 13]), s(G, [2, 61]), { 57: 114, 59: Et }, { 19: [1, 115] }, s(i, [2, 20]), s(i, [2, 23], { 17: [1, 116], 42: N }), s(i, [2, 11]), { 13: [1, 117], 42: N }, s(i, [2, 10]), s(at, [2, 65]), s(i, [2, 18]), { 18: 118, 19: [1, 119], 51: 50, 52: 51, 56: M }, { 14: 120, 40: W, 50: Q, 70: X }, { 19: [1, 121] }, s(i, [2, 21]), s(i, [2, 9]), s(i, [2, 19])],
193
- defaultActions: { 52: [2, 62], 72: [2, 57] },
194
- parseError: /* @__PURE__ */ u(function(n, a) {
195
- if (a.recoverable)
196
- this.trace(n);
197
- else {
198
- var c = new Error(n);
199
- throw c.hash = a, c;
200
- }
201
- }, "parseError"),
202
- parse: /* @__PURE__ */ u(function(n) {
203
- var a = this, c = [0], r = [], p = [null], t = [], K = this.table, e = "", H = 0, St = 0, xt = 2, Tt = 1, It = t.slice.call(arguments, 1), f = Object.create(this.lexer), x = { yy: {} };
204
- for (var lt in this.yy)
205
- Object.prototype.hasOwnProperty.call(this.yy, lt) && (x.yy[lt] = this.yy[lt]);
206
- f.setInput(n, x.yy), x.yy.lexer = f, x.yy.parser = this, typeof f.yylloc > "u" && (f.yylloc = {});
207
- var ot = f.yylloc;
208
- t.push(ot);
209
- var Ct = f.options && f.options.ranges;
210
- typeof x.yy.parseError == "function" ? this.parseError = x.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
211
- function vt(b) {
212
- c.length = c.length - 2 * b, p.length = p.length - b, t.length = t.length - b;
213
- }
214
- u(vt, "popStack");
215
- function Ot() {
216
- var b;
217
- return b = r.pop() || f.lex() || Tt, typeof b != "number" && (b instanceof Array && (r = b, b = r.pop()), b = a.symbols_[b] || b), b;
218
- }
219
- u(Ot, "lex");
220
- for (var g, I, m, ht, v = {}, J, k, At, $; ; ) {
221
- if (I = c[c.length - 1], this.defaultActions[I] ? m = this.defaultActions[I] : ((g === null || typeof g > "u") && (g = Ot()), m = K[I] && K[I][g]), typeof m > "u" || !m.length || !m[0]) {
222
- var ut = "";
223
- $ = [];
224
- for (J in K[I])
225
- this.terminals_[J] && J > xt && $.push("'" + this.terminals_[J] + "'");
226
- f.showPosition ? ut = "Parse error on line " + (H + 1) + `:
227
- ` + f.showPosition() + `
228
- Expecting ` + $.join(", ") + ", got '" + (this.terminals_[g] || g) + "'" : ut = "Parse error on line " + (H + 1) + ": Unexpected " + (g == Tt ? "end of input" : "'" + (this.terminals_[g] || g) + "'"), this.parseError(ut, {
229
- text: f.match,
230
- token: this.terminals_[g] || g,
231
- line: f.yylineno,
232
- loc: ot,
233
- expected: $
234
- });
235
- }
236
- if (m[0] instanceof Array && m.length > 1)
237
- throw new Error("Parse Error: multiple actions possible at state: " + I + ", token: " + g);
238
- switch (m[0]) {
239
- case 1:
240
- c.push(g), p.push(f.yytext), t.push(f.yylloc), c.push(m[1]), g = null, St = f.yyleng, e = f.yytext, H = f.yylineno, ot = f.yylloc;
241
- break;
242
- case 2:
243
- if (k = this.productions_[m[1]][1], v.$ = p[p.length - k], v._$ = {
244
- first_line: t[t.length - (k || 1)].first_line,
245
- last_line: t[t.length - 1].last_line,
246
- first_column: t[t.length - (k || 1)].first_column,
247
- last_column: t[t.length - 1].last_column
248
- }, Ct && (v._$.range = [
249
- t[t.length - (k || 1)].range[0],
250
- t[t.length - 1].range[1]
251
- ]), ht = this.performAction.apply(v, [
252
- e,
253
- St,
254
- H,
255
- x.yy,
256
- m[1],
257
- p,
258
- t
259
- ].concat(It)), typeof ht < "u")
260
- return ht;
261
- k && (c = c.slice(0, -1 * k * 2), p = p.slice(0, -1 * k), t = t.slice(0, -1 * k)), c.push(this.productions_[m[1]][0]), p.push(v.$), t.push(v._$), At = K[c[c.length - 2]][c[c.length - 1]], c.push(At);
262
- break;
263
- case 3:
264
- return !0;
265
- }
266
- }
267
- return !0;
268
- }, "parse")
269
- }, Rt = /* @__PURE__ */ (function() {
270
- var R = {
271
- EOF: 1,
272
- parseError: /* @__PURE__ */ u(function(a, c) {
273
- if (this.yy.parser)
274
- this.yy.parser.parseError(a, c);
275
- else
276
- throw new Error(a);
277
- }, "parseError"),
278
- // resets the lexer, sets new input
279
- setInput: /* @__PURE__ */ u(function(n, a) {
280
- return this.yy = a || this.yy || {}, this._input = n, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
281
- first_line: 1,
282
- first_column: 0,
283
- last_line: 1,
284
- last_column: 0
285
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
286
- }, "setInput"),
287
- // consumes and returns one char from the input
288
- input: /* @__PURE__ */ u(function() {
289
- var n = this._input[0];
290
- this.yytext += n, this.yyleng++, this.offset++, this.match += n, this.matched += n;
291
- var a = n.match(/(?:\r\n?|\n).*/g);
292
- return a ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), n;
293
- }, "input"),
294
- // unshifts one char (or a string) into the input
295
- unput: /* @__PURE__ */ u(function(n) {
296
- var a = n.length, c = n.split(/(?:\r\n?|\n)/g);
297
- this._input = n + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - a), this.offset -= a;
298
- var r = this.match.split(/(?:\r\n?|\n)/g);
299
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), c.length - 1 && (this.yylineno -= c.length - 1);
300
- var p = this.yylloc.range;
301
- return this.yylloc = {
302
- first_line: this.yylloc.first_line,
303
- last_line: this.yylineno + 1,
304
- first_column: this.yylloc.first_column,
305
- last_column: c ? (c.length === r.length ? this.yylloc.first_column : 0) + r[r.length - c.length].length - c[0].length : this.yylloc.first_column - a
306
- }, this.options.ranges && (this.yylloc.range = [p[0], p[0] + this.yyleng - a]), this.yyleng = this.yytext.length, this;
307
- }, "unput"),
308
- // When called from action, caches matched text and appends it on next action
309
- more: /* @__PURE__ */ u(function() {
310
- return this._more = !0, this;
311
- }, "more"),
312
- // 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.
313
- reject: /* @__PURE__ */ u(function() {
314
- if (this.options.backtrack_lexer)
315
- this._backtrack = !0;
316
- else
317
- 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).
318
- ` + this.showPosition(), {
319
- text: "",
320
- token: null,
321
- line: this.yylineno
322
- });
323
- return this;
324
- }, "reject"),
325
- // retain first n characters of the match
326
- less: /* @__PURE__ */ u(function(n) {
327
- this.unput(this.match.slice(n));
328
- }, "less"),
329
- // displays already matched input, i.e. for error messages
330
- pastInput: /* @__PURE__ */ u(function() {
331
- var n = this.matched.substr(0, this.matched.length - this.match.length);
332
- return (n.length > 20 ? "..." : "") + n.substr(-20).replace(/\n/g, "");
333
- }, "pastInput"),
334
- // displays upcoming input, i.e. for error messages
335
- upcomingInput: /* @__PURE__ */ u(function() {
336
- var n = this.match;
337
- return n.length < 20 && (n += this._input.substr(0, 20 - n.length)), (n.substr(0, 20) + (n.length > 20 ? "..." : "")).replace(/\n/g, "");
338
- }, "upcomingInput"),
339
- // displays the character position where the lexing error occurred, i.e. for error messages
340
- showPosition: /* @__PURE__ */ u(function() {
341
- var n = this.pastInput(), a = new Array(n.length + 1).join("-");
342
- return n + this.upcomingInput() + `
343
- ` + a + "^";
344
- }, "showPosition"),
345
- // test the lexed token: return FALSE when not a match, otherwise return token
346
- test_match: /* @__PURE__ */ u(function(n, a) {
347
- var c, r, p;
348
- if (this.options.backtrack_lexer && (p = {
349
- yylineno: this.yylineno,
350
- yylloc: {
351
- first_line: this.yylloc.first_line,
352
- last_line: this.last_line,
353
- first_column: this.yylloc.first_column,
354
- last_column: this.yylloc.last_column
355
- },
356
- yytext: this.yytext,
357
- match: this.match,
358
- matches: this.matches,
359
- matched: this.matched,
360
- yyleng: this.yyleng,
361
- offset: this.offset,
362
- _more: this._more,
363
- _input: this._input,
364
- yy: this.yy,
365
- conditionStack: this.conditionStack.slice(0),
366
- done: this.done
367
- }, this.options.ranges && (p.yylloc.range = this.yylloc.range.slice(0))), r = n[0].match(/(?:\r\n?|\n).*/g), r && (this.yylineno += r.length), this.yylloc = {
368
- first_line: this.yylloc.last_line,
369
- last_line: this.yylineno + 1,
370
- first_column: this.yylloc.last_column,
371
- last_column: r ? r[r.length - 1].length - r[r.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + n[0].length
372
- }, this.yytext += n[0], this.match += n[0], this.matches = n, 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(n[0].length), this.matched += n[0], c = this.performAction.call(this, this.yy, this, a, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), c)
373
- return c;
374
- if (this._backtrack) {
375
- for (var t in p)
376
- this[t] = p[t];
377
- return !1;
378
- }
379
- return !1;
380
- }, "test_match"),
381
- // return next match in input
382
- next: /* @__PURE__ */ u(function() {
383
- if (this.done)
384
- return this.EOF;
385
- this._input || (this.done = !0);
386
- var n, a, c, r;
387
- this._more || (this.yytext = "", this.match = "");
388
- for (var p = this._currentRules(), t = 0; t < p.length; t++)
389
- if (c = this._input.match(this.rules[p[t]]), c && (!a || c[0].length > a[0].length)) {
390
- if (a = c, r = t, this.options.backtrack_lexer) {
391
- if (n = this.test_match(c, p[t]), n !== !1)
392
- return n;
393
- if (this._backtrack) {
394
- a = !1;
395
- continue;
396
- } else
397
- return !1;
398
- } else if (!this.options.flex)
399
- break;
400
- }
401
- return a ? (n = this.test_match(a, p[r]), n !== !1 ? n : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
402
- ` + this.showPosition(), {
403
- text: "",
404
- token: null,
405
- line: this.yylineno
406
- });
407
- }, "next"),
408
- // return next match that has a token
409
- lex: /* @__PURE__ */ u(function() {
410
- var a = this.next();
411
- return a || this.lex();
412
- }, "lex"),
413
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
414
- begin: /* @__PURE__ */ u(function(a) {
415
- this.conditionStack.push(a);
416
- }, "begin"),
417
- // pop the previously active lexer condition state off the condition stack
418
- popState: /* @__PURE__ */ u(function() {
419
- var a = this.conditionStack.length - 1;
420
- return a > 0 ? this.conditionStack.pop() : this.conditionStack[0];
421
- }, "popState"),
422
- // produce the lexer rule set which is active for the currently active lexer condition state
423
- _currentRules: /* @__PURE__ */ u(function() {
424
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
425
- }, "_currentRules"),
426
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
427
- topState: /* @__PURE__ */ u(function(a) {
428
- return a = this.conditionStack.length - 1 - Math.abs(a || 0), a >= 0 ? this.conditionStack[a] : "INITIAL";
429
- }, "topState"),
430
- // alias for begin(condition)
431
- pushState: /* @__PURE__ */ u(function(a) {
432
- this.begin(a);
433
- }, "pushState"),
434
- // return the number of states currently on the stack
435
- stateStackSize: /* @__PURE__ */ u(function() {
436
- return this.conditionStack.length;
437
- }, "stateStackSize"),
438
- options: { "case-insensitive": !0 },
439
- performAction: /* @__PURE__ */ u(function(a, c, r, p) {
440
- switch (r) {
441
- case 0:
442
- return this.begin("acc_title"), 24;
443
- case 1:
444
- return this.popState(), "acc_title_value";
445
- case 2:
446
- return this.begin("acc_descr"), 26;
447
- case 3:
448
- return this.popState(), "acc_descr_value";
449
- case 4:
450
- this.begin("acc_descr_multiline");
451
- break;
452
- case 5:
453
- this.popState();
454
- break;
455
- case 6:
456
- return "acc_descr_multiline_value";
457
- case 7:
458
- return 33;
459
- case 8:
460
- return 34;
461
- case 9:
462
- return 35;
463
- case 10:
464
- return 36;
465
- case 11:
466
- return 10;
467
- case 12:
468
- break;
469
- case 13:
470
- return 8;
471
- case 14:
472
- return 50;
473
- case 15:
474
- return 70;
475
- case 16:
476
- return 4;
477
- case 17:
478
- return this.begin("block"), 17;
479
- case 18:
480
- return 49;
481
- case 19:
482
- return 49;
483
- case 20:
484
- return 42;
485
- case 21:
486
- return 15;
487
- case 22:
488
- return 13;
489
- case 23:
490
- break;
491
- case 24:
492
- return 59;
493
- case 25:
494
- return 56;
495
- case 26:
496
- return 56;
497
- case 27:
498
- return 60;
499
- case 28:
500
- break;
501
- case 29:
502
- return this.popState(), 19;
503
- case 30:
504
- return c.yytext[0];
505
- case 31:
506
- return 20;
507
- case 32:
508
- return 21;
509
- case 33:
510
- return this.begin("style"), 44;
511
- case 34:
512
- return this.popState(), 10;
513
- case 35:
514
- break;
515
- case 36:
516
- return 13;
517
- case 37:
518
- return 42;
519
- case 38:
520
- return 49;
521
- case 39:
522
- return this.begin("style"), 37;
523
- case 40:
524
- return 43;
525
- case 41:
526
- return 63;
527
- case 42:
528
- return 65;
529
- case 43:
530
- return 65;
531
- case 44:
532
- return 65;
533
- case 45:
534
- return 63;
535
- case 46:
536
- return 63;
537
- case 47:
538
- return 64;
539
- case 48:
540
- return 64;
541
- case 49:
542
- return 64;
543
- case 50:
544
- return 64;
545
- case 51:
546
- return 64;
547
- case 52:
548
- return 65;
549
- case 53:
550
- return 64;
551
- case 54:
552
- return 65;
553
- case 55:
554
- return 66;
555
- case 56:
556
- return 66;
557
- case 57:
558
- return 66;
559
- case 58:
560
- return 66;
561
- case 59:
562
- return 63;
563
- case 60:
564
- return 64;
565
- case 61:
566
- return 65;
567
- case 62:
568
- return 67;
569
- case 63:
570
- return 68;
571
- case 64:
572
- return 69;
573
- case 65:
574
- return 69;
575
- case 66:
576
- return 68;
577
- case 67:
578
- return 68;
579
- case 68:
580
- return 68;
581
- case 69:
582
- return 41;
583
- case 70:
584
- return 47;
585
- case 71:
586
- return 40;
587
- case 72:
588
- return 48;
589
- case 73:
590
- return c.yytext[0];
591
- case 74:
592
- return 6;
593
- }
594
- }, "anonymous"),
595
- rules: [/^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:.*direction\s+TB[^\n]*)/i, /^(?:.*direction\s+BT[^\n]*)/i, /^(?:.*direction\s+RL[^\n]*)/i, /^(?:.*direction\s+LR[^\n]*)/i, /^(?:[\n]+)/i, /^(?:\s+)/i, /^(?:[\s]+)/i, /^(?:"[^"%\r\n\v\b\\]+")/i, /^(?:"[^"]*")/i, /^(?:erDiagram\b)/i, /^(?:\{)/i, /^(?:#)/i, /^(?:#)/i, /^(?:,)/i, /^(?::::)/i, /^(?::)/i, /^(?:\s+)/i, /^(?:\b((?:PK)|(?:FK)|(?:UK))\b)/i, /^(?:([^\s]*)[~].*[~]([^\s]*))/i, /^(?:([\*A-Za-z_\u00C0-\uFFFF][A-Za-z0-9\-\_\[\]\(\)\u00C0-\uFFFF\*]*))/i, /^(?:"[^"]*")/i, /^(?:[\n]+)/i, /^(?:\})/i, /^(?:.)/i, /^(?:\[)/i, /^(?:\])/i, /^(?:style\b)/i, /^(?:[\n]+)/i, /^(?:\s+)/i, /^(?::)/i, /^(?:,)/i, /^(?:#)/i, /^(?:classDef\b)/i, /^(?:class\b)/i, /^(?:one or zero\b)/i, /^(?:one or more\b)/i, /^(?:one or many\b)/i, /^(?:1\+)/i, /^(?:\|o\b)/i, /^(?:zero or one\b)/i, /^(?:zero or more\b)/i, /^(?:zero or many\b)/i, /^(?:0\+)/i, /^(?:\}o\b)/i, /^(?:many\(0\))/i, /^(?:many\(1\))/i, /^(?:many\b)/i, /^(?:\}\|)/i, /^(?:one\b)/i, /^(?:only one\b)/i, /^(?:1\b)/i, /^(?:\|\|)/i, /^(?:o\|)/i, /^(?:o\{)/i, /^(?:\|\{)/i, /^(?:\s*u\b)/i, /^(?:\.\.)/i, /^(?:--)/i, /^(?:to\b)/i, /^(?:optionally to\b)/i, /^(?:\.-)/i, /^(?:-\.)/i, /^(?:([^\x00-\x7F]|\w|-|\*)+)/i, /^(?:;)/i, /^(?:([^\x00-\x7F]|\w|-|\*)+)/i, /^(?:[0-9])/i, /^(?:.)/i, /^(?:$)/i],
596
- conditions: { style: { rules: [34, 35, 36, 37, 38, 69, 70], inclusive: !1 }, acc_descr_multiline: { rules: [5, 6], inclusive: !1 }, acc_descr: { rules: [3], inclusive: !1 }, acc_title: { rules: [1], inclusive: !1 }, block: { rules: [23, 24, 25, 26, 27, 28, 29, 30], inclusive: !1 }, INITIAL: { rules: [0, 2, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 31, 32, 33, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73, 74], inclusive: !0 } }
597
- };
598
- return R;
599
- })();
600
- ct.lexer = Rt;
601
- function q() {
602
- this.yy = {};
603
- }
604
- return u(q, "Parser"), q.prototype = ct, ct.Parser = q, new q();
605
- })();
606
- dt.parser = dt;
607
- var Xt = dt, w, qt = (w = class {
608
- constructor() {
609
- this.entities = /* @__PURE__ */ new Map(), this.relationships = [], this.classes = /* @__PURE__ */ new Map(), this.direction = "TB", this.Cardinality = {
610
- ZERO_OR_ONE: "ZERO_OR_ONE",
611
- ZERO_OR_MORE: "ZERO_OR_MORE",
612
- ONE_OR_MORE: "ONE_OR_MORE",
613
- ONLY_ONE: "ONLY_ONE",
614
- MD_PARENT: "MD_PARENT"
615
- }, this.Identification = {
616
- NON_IDENTIFYING: "NON_IDENTIFYING",
617
- IDENTIFYING: "IDENTIFYING"
618
- }, this.setAccTitle = Vt, this.getAccTitle = Lt, this.setAccDescription = Mt, this.getAccDescription = Bt, this.setDiagramTitle = Ft, this.getDiagramTitle = Yt, this.getConfig = /* @__PURE__ */ u(() => tt().er, "getConfig"), this.clear(), this.addEntity = this.addEntity.bind(this), this.addAttributes = this.addAttributes.bind(this), this.addRelationship = this.addRelationship.bind(this), this.setDirection = this.setDirection.bind(this), this.addCssStyles = this.addCssStyles.bind(this), this.addClass = this.addClass.bind(this), this.setClass = this.setClass.bind(this), this.setAccTitle = this.setAccTitle.bind(this), this.setAccDescription = this.setAccDescription.bind(this);
619
- }
620
- /**
621
- * Add entity
622
- * @param name - The name of the entity
623
- * @param alias - The alias of the entity
624
- */
625
- addEntity(i, l = "") {
626
- return this.entities.has(i) ? !this.entities.get(i)?.alias && l && (this.entities.get(i).alias = l, D.info(`Add alias '${l}' to entity '${i}'`)) : (this.entities.set(i, {
627
- id: `entity-${i}-${this.entities.size}`,
628
- label: i,
629
- attributes: [],
630
- alias: l,
631
- shape: "erBox",
632
- look: tt().look ?? "default",
633
- cssClasses: "default",
634
- cssStyles: []
635
- }), D.info("Added new entity :", i)), this.entities.get(i);
636
- }
637
- getEntity(i) {
638
- return this.entities.get(i);
639
- }
640
- getEntities() {
641
- return this.entities;
642
- }
643
- getClasses() {
644
- return this.classes;
645
- }
646
- addAttributes(i, l) {
647
- const d = this.addEntity(i);
648
- let o;
649
- for (o = l.length - 1; o >= 0; o--)
650
- l[o].keys || (l[o].keys = []), l[o].comment || (l[o].comment = ""), d.attributes.push(l[o]), D.debug("Added attribute ", l[o].name);
651
- }
652
- /**
653
- * Add a relationship
654
- *
655
- * @param entA - The first entity in the relationship
656
- * @param rolA - The role played by the first entity in relation to the second
657
- * @param entB - The second entity in the relationship
658
- * @param rSpec - The details of the relationship between the two entities
659
- */
660
- addRelationship(i, l, d, o) {
661
- const h = this.entities.get(i), y = this.entities.get(d);
662
- if (!h || !y)
663
- return;
664
- const _ = {
665
- entityA: h.id,
666
- roleA: l,
667
- entityB: y.id,
668
- relSpec: o
669
- };
670
- this.relationships.push(_), D.debug("Added new relationship :", _);
671
- }
672
- getRelationships() {
673
- return this.relationships;
674
- }
675
- getDirection() {
676
- return this.direction;
677
- }
678
- setDirection(i) {
679
- this.direction = i;
680
- }
681
- getCompiledStyles(i) {
682
- let l = [];
683
- for (const d of i) {
684
- const o = this.classes.get(d);
685
- o?.styles && (l = [...l, ...o.styles ?? []].map((h) => h.trim())), o?.textStyles && (l = [...l, ...o.textStyles ?? []].map((h) => h.trim()));
686
- }
687
- return l;
688
- }
689
- addCssStyles(i, l) {
690
- for (const d of i) {
691
- const o = this.entities.get(d);
692
- if (!l || !o)
693
- return;
694
- for (const h of l)
695
- o.cssStyles.push(h);
696
- }
697
- }
698
- addClass(i, l) {
699
- i.forEach((d) => {
700
- let o = this.classes.get(d);
701
- o === void 0 && (o = { id: d, styles: [], textStyles: [] }, this.classes.set(d, o)), l && l.forEach(function(h) {
702
- if (/color/.exec(h)) {
703
- const y = h.replace("fill", "bgFill");
704
- o.textStyles.push(y);
705
- }
706
- o.styles.push(h);
707
- });
708
- });
709
- }
710
- setClass(i, l) {
711
- for (const d of i) {
712
- const o = this.entities.get(d);
713
- if (o)
714
- for (const h of l)
715
- o.cssClasses += " " + h;
716
- }
717
- }
718
- clear() {
719
- this.entities = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), this.relationships = [], Pt();
720
- }
721
- getData() {
722
- const i = [], l = [], d = tt();
723
- for (const h of this.entities.keys()) {
724
- const y = this.entities.get(h);
725
- y && (y.cssCompiledStyles = this.getCompiledStyles(y.cssClasses.split(" ")), i.push(y));
726
- }
727
- let o = 0;
728
- for (const h of this.relationships) {
729
- const y = {
730
- id: zt(h.entityA, h.entityB, {
731
- prefix: "id",
732
- counter: o++
733
- }),
734
- type: "normal",
735
- curve: "basis",
736
- start: h.entityA,
737
- end: h.entityB,
738
- label: h.roleA,
739
- labelpos: "c",
740
- thickness: "normal",
741
- classes: "relationshipLine",
742
- arrowTypeStart: h.relSpec.cardB.toLowerCase(),
743
- arrowTypeEnd: h.relSpec.cardA.toLowerCase(),
744
- pattern: h.relSpec.relType == "IDENTIFYING" ? "solid" : "dashed",
745
- look: d.look
746
- };
747
- l.push(y);
748
- }
749
- return { nodes: i, edges: l, other: {}, config: d, direction: "TB" };
750
- }
751
- }, u(w, "ErDB"), w), Nt = {};
752
- Kt(Nt, {
753
- draw: () => Ht
754
- });
755
- var Ht = /* @__PURE__ */ u(async function(s, i, l, d) {
756
- D.info("REF0:"), D.info("Drawing er diagram (unified)", i);
757
- const { securityLevel: o, er: h, layout: y } = tt(), _ = d.db.getData(), E = Dt(i, o);
758
- _.type = d.type, _.layoutAlgorithm = Zt(y), _.config.flowchart.nodeSpacing = h?.nodeSpacing || 140, _.config.flowchart.rankSpacing = h?.rankSpacing || 80, _.direction = d.db.getDirection(), _.markers = ["only_one", "zero_or_one", "one_or_more", "zero_or_more"], _.diagramId = i, await Ut(_, E), _.layoutAlgorithm === "elk" && E.select(".edges").lower();
759
- const V = E.selectAll('[id*="-background"]');
760
- Array.from(V).length > 0 && V.each(function() {
761
- const S = jt(this), U = S.attr("id").replace("-background", ""), T = E.select(`#${CSS.escape(U)}`);
762
- if (!T.empty()) {
763
- const L = T.attr("transform");
764
- S.attr("transform", L);
765
- }
766
- });
767
- const Z = 8;
768
- Wt.insertTitle(
769
- E,
770
- "erDiagramTitleText",
771
- h?.titleTopMargin ?? 25,
772
- d.db.getDiagramTitle()
773
- ), wt(E, Z, "erDiagram", h?.useMaxWidth ?? !0);
774
- }, "draw"), Jt = /* @__PURE__ */ u((s, i) => {
775
- const l = Qt, d = l(s, "r"), o = l(s, "g"), h = l(s, "b");
776
- return Gt(d, o, h, i);
777
- }, "fade"), $t = /* @__PURE__ */ u((s) => `
778
- .entityBox {
779
- fill: ${s.mainBkg};
780
- stroke: ${s.nodeBorder};
781
- }
782
-
783
- .relationshipLabelBox {
784
- fill: ${s.tertiaryColor};
785
- opacity: 0.7;
786
- background-color: ${s.tertiaryColor};
787
- rect {
788
- opacity: 0.5;
789
- }
790
- }
791
-
792
- .labelBkg {
793
- background-color: ${Jt(s.tertiaryColor, 0.5)};
794
- }
795
-
796
- .edgeLabel .label {
797
- fill: ${s.nodeBorder};
798
- font-size: 14px;
799
- }
800
-
801
- .label {
802
- font-family: ${s.fontFamily};
803
- color: ${s.nodeTextColor || s.textColor};
804
- }
805
-
806
- .edge-pattern-dashed {
807
- stroke-dasharray: 8,8;
808
- }
809
-
810
- .node rect,
811
- .node circle,
812
- .node ellipse,
813
- .node polygon
814
- {
815
- fill: ${s.mainBkg};
816
- stroke: ${s.nodeBorder};
817
- stroke-width: 1px;
818
- }
819
-
820
- .relationshipLine {
821
- stroke: ${s.lineColor};
822
- stroke-width: 1;
823
- fill: none;
824
- }
825
-
826
- .marker {
827
- fill: none !important;
828
- stroke: ${s.lineColor} !important;
829
- stroke-width: 1;
830
- }
831
- `, "getStyles"), te = $t, ne = {
832
- parser: Xt,
833
- get db() {
834
- return new qt();
835
- },
836
- renderer: Nt,
837
- styles: te
838
- };
839
- export {
840
- ne as diagram
841
- };