@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,1340 +0,0 @@
1
- import { _ as a, s as gi, g as xi, q as Xt, p as di, a as fi, b as pi, l as Nt, H as mi, e as yi, y as bi, E as St, D as Yt, F as Ai, K as wi, i as Ci, aF as Si, R as Wt } from "./mermaid.core-QjuzH7xx.js";
2
- import { i as _i } from "./init-DjUOC4st.js";
3
- import { o as ki } from "./ordinal-DfAQgscy.js";
4
- import { l as zt } from "./linear-DSm5i91N.js";
5
- function Ri(e, t, i) {
6
- e = +e, t = +t, i = (n = arguments.length) < 2 ? (t = e, e = 0, 1) : n < 3 ? 1 : +i;
7
- for (var s = -1, n = Math.max(0, Math.ceil((t - e) / i)) | 0, o = new Array(n); ++s < n; )
8
- o[s] = e + s * i;
9
- return o;
10
- }
11
- function yt() {
12
- var e = ki().unknown(void 0), t = e.domain, i = e.range, s = 0, n = 1, o, g, m = !1, p = 0, k = 0, v = 0.5;
13
- delete e.unknown;
14
- function C() {
15
- var b = t().length, E = n < s, D = E ? n : s, P = E ? s : n;
16
- o = (P - D) / Math.max(1, b - p + k * 2), m && (o = Math.floor(o)), D += (P - D - o * (b - p)) * v, g = o * (1 - p), m && (D = Math.round(D), g = Math.round(g));
17
- var I = Ri(b).map(function(y) {
18
- return D + o * y;
19
- });
20
- return i(E ? I.reverse() : I);
21
- }
22
- return e.domain = function(b) {
23
- return arguments.length ? (t(b), C()) : t();
24
- }, e.range = function(b) {
25
- return arguments.length ? ([s, n] = b, s = +s, n = +n, C()) : [s, n];
26
- }, e.rangeRound = function(b) {
27
- return [s, n] = b, s = +s, n = +n, m = !0, C();
28
- }, e.bandwidth = function() {
29
- return g;
30
- }, e.step = function() {
31
- return o;
32
- }, e.round = function(b) {
33
- return arguments.length ? (m = !!b, C()) : m;
34
- }, e.padding = function(b) {
35
- return arguments.length ? (p = Math.min(1, k = +b), C()) : p;
36
- }, e.paddingInner = function(b) {
37
- return arguments.length ? (p = Math.min(1, b), C()) : p;
38
- }, e.paddingOuter = function(b) {
39
- return arguments.length ? (k = +b, C()) : k;
40
- }, e.align = function(b) {
41
- return arguments.length ? (v = Math.max(0, Math.min(1, b)), C()) : v;
42
- }, e.copy = function() {
43
- return yt(t(), [s, n]).round(m).paddingInner(p).paddingOuter(k).align(v);
44
- }, _i.apply(C(), arguments);
45
- }
46
- var bt = (function() {
47
- var e = /* @__PURE__ */ a(function(F, h, u, x) {
48
- for (u = u || {}, x = F.length; x--; u[F[x]] = h) ;
49
- return u;
50
- }, "o"), t = [1, 10, 12, 14, 16, 18, 19, 21, 23], i = [2, 6], s = [1, 3], n = [1, 5], o = [1, 6], g = [1, 7], m = [1, 5, 10, 12, 14, 16, 18, 19, 21, 23, 34, 35, 36], p = [1, 25], k = [1, 26], v = [1, 28], C = [1, 29], b = [1, 30], E = [1, 31], D = [1, 32], P = [1, 33], I = [1, 34], y = [1, 35], _ = [1, 36], c = [1, 37], W = [1, 43], z = [1, 42], U = [1, 47], X = [1, 50], l = [1, 10, 12, 14, 16, 18, 19, 21, 23, 34, 35, 36], L = [1, 10, 12, 14, 16, 18, 19, 21, 23, 24, 26, 27, 28, 34, 35, 36], S = [1, 10, 12, 14, 16, 18, 19, 21, 23, 24, 26, 27, 28, 34, 35, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50], R = [1, 64], $ = {
51
- trace: /* @__PURE__ */ a(function() {
52
- }, "trace"),
53
- yy: {},
54
- symbols_: { error: 2, start: 3, eol: 4, XYCHART: 5, chartConfig: 6, document: 7, CHART_ORIENTATION: 8, statement: 9, title: 10, text: 11, X_AXIS: 12, parseXAxis: 13, Y_AXIS: 14, parseYAxis: 15, LINE: 16, plotData: 17, BAR: 18, acc_title: 19, acc_title_value: 20, acc_descr: 21, acc_descr_value: 22, acc_descr_multiline_value: 23, SQUARE_BRACES_START: 24, commaSeparatedNumbers: 25, SQUARE_BRACES_END: 26, NUMBER_WITH_DECIMAL: 27, COMMA: 28, xAxisData: 29, bandData: 30, ARROW_DELIMITER: 31, commaSeparatedTexts: 32, yAxisData: 33, NEWLINE: 34, SEMI: 35, EOF: 36, alphaNum: 37, STR: 38, MD_STR: 39, alphaNumToken: 40, AMP: 41, NUM: 42, ALPHA: 43, PLUS: 44, EQUALS: 45, MULT: 46, DOT: 47, BRKT: 48, MINUS: 49, UNDERSCORE: 50, $accept: 0, $end: 1 },
55
- terminals_: { 2: "error", 5: "XYCHART", 8: "CHART_ORIENTATION", 10: "title", 12: "X_AXIS", 14: "Y_AXIS", 16: "LINE", 18: "BAR", 19: "acc_title", 20: "acc_title_value", 21: "acc_descr", 22: "acc_descr_value", 23: "acc_descr_multiline_value", 24: "SQUARE_BRACES_START", 26: "SQUARE_BRACES_END", 27: "NUMBER_WITH_DECIMAL", 28: "COMMA", 31: "ARROW_DELIMITER", 34: "NEWLINE", 35: "SEMI", 36: "EOF", 38: "STR", 39: "MD_STR", 41: "AMP", 42: "NUM", 43: "ALPHA", 44: "PLUS", 45: "EQUALS", 46: "MULT", 47: "DOT", 48: "BRKT", 49: "MINUS", 50: "UNDERSCORE" },
56
- productions_: [0, [3, 2], [3, 3], [3, 2], [3, 1], [6, 1], [7, 0], [7, 2], [9, 2], [9, 2], [9, 2], [9, 2], [9, 2], [9, 3], [9, 2], [9, 3], [9, 2], [9, 2], [9, 1], [17, 3], [25, 3], [25, 1], [13, 1], [13, 2], [13, 1], [29, 1], [29, 3], [30, 3], [32, 3], [32, 1], [15, 1], [15, 2], [15, 1], [33, 3], [4, 1], [4, 1], [4, 1], [11, 1], [11, 1], [11, 1], [37, 1], [37, 2], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1], [40, 1]],
57
- performAction: /* @__PURE__ */ a(function(h, u, x, d, w, r, at) {
58
- var f = r.length - 1;
59
- switch (w) {
60
- case 5:
61
- d.setOrientation(r[f]);
62
- break;
63
- case 9:
64
- d.setDiagramTitle(r[f].text.trim());
65
- break;
66
- case 12:
67
- d.setLineData({ text: "", type: "text" }, r[f]);
68
- break;
69
- case 13:
70
- d.setLineData(r[f - 1], r[f]);
71
- break;
72
- case 14:
73
- d.setBarData({ text: "", type: "text" }, r[f]);
74
- break;
75
- case 15:
76
- d.setBarData(r[f - 1], r[f]);
77
- break;
78
- case 16:
79
- this.$ = r[f].trim(), d.setAccTitle(this.$);
80
- break;
81
- case 17:
82
- case 18:
83
- this.$ = r[f].trim(), d.setAccDescription(this.$);
84
- break;
85
- case 19:
86
- this.$ = r[f - 1];
87
- break;
88
- case 20:
89
- this.$ = [Number(r[f - 2]), ...r[f]];
90
- break;
91
- case 21:
92
- this.$ = [Number(r[f])];
93
- break;
94
- case 22:
95
- d.setXAxisTitle(r[f]);
96
- break;
97
- case 23:
98
- d.setXAxisTitle(r[f - 1]);
99
- break;
100
- case 24:
101
- d.setXAxisTitle({ type: "text", text: "" });
102
- break;
103
- case 25:
104
- d.setXAxisBand(r[f]);
105
- break;
106
- case 26:
107
- d.setXAxisRangeData(Number(r[f - 2]), Number(r[f]));
108
- break;
109
- case 27:
110
- this.$ = r[f - 1];
111
- break;
112
- case 28:
113
- this.$ = [r[f - 2], ...r[f]];
114
- break;
115
- case 29:
116
- this.$ = [r[f]];
117
- break;
118
- case 30:
119
- d.setYAxisTitle(r[f]);
120
- break;
121
- case 31:
122
- d.setYAxisTitle(r[f - 1]);
123
- break;
124
- case 32:
125
- d.setYAxisTitle({ type: "text", text: "" });
126
- break;
127
- case 33:
128
- d.setYAxisRangeData(Number(r[f - 2]), Number(r[f]));
129
- break;
130
- case 37:
131
- this.$ = { text: r[f], type: "text" };
132
- break;
133
- case 38:
134
- this.$ = { text: r[f], type: "text" };
135
- break;
136
- case 39:
137
- this.$ = { text: r[f], type: "markdown" };
138
- break;
139
- case 40:
140
- this.$ = r[f];
141
- break;
142
- case 41:
143
- this.$ = r[f - 1] + "" + r[f];
144
- break;
145
- }
146
- }, "anonymous"),
147
- table: [e(t, i, { 3: 1, 4: 2, 7: 4, 5: s, 34: n, 35: o, 36: g }), { 1: [3] }, e(t, i, { 4: 2, 7: 4, 3: 8, 5: s, 34: n, 35: o, 36: g }), e(t, i, { 4: 2, 7: 4, 6: 9, 3: 10, 5: s, 8: [1, 11], 34: n, 35: o, 36: g }), { 1: [2, 4], 9: 12, 10: [1, 13], 12: [1, 14], 14: [1, 15], 16: [1, 16], 18: [1, 17], 19: [1, 18], 21: [1, 19], 23: [1, 20] }, e(m, [2, 34]), e(m, [2, 35]), e(m, [2, 36]), { 1: [2, 1] }, e(t, i, { 4: 2, 7: 4, 3: 21, 5: s, 34: n, 35: o, 36: g }), { 1: [2, 3] }, e(m, [2, 5]), e(t, [2, 7], { 4: 22, 34: n, 35: o, 36: g }), { 11: 23, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, { 11: 39, 13: 38, 24: W, 27: z, 29: 40, 30: 41, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, { 11: 45, 15: 44, 27: U, 33: 46, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, { 11: 49, 17: 48, 24: X, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, { 11: 52, 17: 51, 24: X, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, { 20: [1, 53] }, { 22: [1, 54] }, e(l, [2, 18]), { 1: [2, 2] }, e(l, [2, 8]), e(l, [2, 9]), e(L, [2, 37], { 40: 55, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }), e(L, [2, 38]), e(L, [2, 39]), e(S, [2, 40]), e(S, [2, 42]), e(S, [2, 43]), e(S, [2, 44]), e(S, [2, 45]), e(S, [2, 46]), e(S, [2, 47]), e(S, [2, 48]), e(S, [2, 49]), e(S, [2, 50]), e(S, [2, 51]), e(l, [2, 10]), e(l, [2, 22], { 30: 41, 29: 56, 24: W, 27: z }), e(l, [2, 24]), e(l, [2, 25]), { 31: [1, 57] }, { 11: 59, 32: 58, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, e(l, [2, 11]), e(l, [2, 30], { 33: 60, 27: U }), e(l, [2, 32]), { 31: [1, 61] }, e(l, [2, 12]), { 17: 62, 24: X }, { 25: 63, 27: R }, e(l, [2, 14]), { 17: 65, 24: X }, e(l, [2, 16]), e(l, [2, 17]), e(S, [2, 41]), e(l, [2, 23]), { 27: [1, 66] }, { 26: [1, 67] }, { 26: [2, 29], 28: [1, 68] }, e(l, [2, 31]), { 27: [1, 69] }, e(l, [2, 13]), { 26: [1, 70] }, { 26: [2, 21], 28: [1, 71] }, e(l, [2, 15]), e(l, [2, 26]), e(l, [2, 27]), { 11: 59, 32: 72, 37: 24, 38: p, 39: k, 40: 27, 41: v, 42: C, 43: b, 44: E, 45: D, 46: P, 47: I, 48: y, 49: _, 50: c }, e(l, [2, 33]), e(l, [2, 19]), { 25: 73, 27: R }, { 26: [2, 28] }, { 26: [2, 20] }],
148
- defaultActions: { 8: [2, 1], 10: [2, 3], 21: [2, 2], 72: [2, 28], 73: [2, 20] },
149
- parseError: /* @__PURE__ */ a(function(h, u) {
150
- if (u.recoverable)
151
- this.trace(h);
152
- else {
153
- var x = new Error(h);
154
- throw x.hash = u, x;
155
- }
156
- }, "parseError"),
157
- parse: /* @__PURE__ */ a(function(h) {
158
- var u = this, x = [0], d = [], w = [null], r = [], at = this.table, f = "", lt = 0, It = 0, hi = 2, Mt = 1, li = r.slice.call(arguments, 1), T = Object.create(this.lexer), Y = { yy: {} };
159
- for (var dt in this.yy)
160
- Object.prototype.hasOwnProperty.call(this.yy, dt) && (Y.yy[dt] = this.yy[dt]);
161
- T.setInput(h, Y.yy), Y.yy.lexer = T, Y.yy.parser = this, typeof T.yylloc > "u" && (T.yylloc = {});
162
- var ft = T.yylloc;
163
- r.push(ft);
164
- var ci = T.options && T.options.ranges;
165
- typeof Y.yy.parseError == "function" ? this.parseError = Y.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
166
- function ui(V) {
167
- x.length = x.length - 2 * V, w.length = w.length - V, r.length = r.length - V;
168
- }
169
- a(ui, "popStack");
170
- function Vt() {
171
- var V;
172
- return V = d.pop() || T.lex() || Mt, typeof V != "number" && (V instanceof Array && (d = V, V = d.pop()), V = u.symbols_[V] || V), V;
173
- }
174
- a(Vt, "lex");
175
- for (var M, H, B, pt, q = {}, ct, O, Bt, ut; ; ) {
176
- if (H = x[x.length - 1], this.defaultActions[H] ? B = this.defaultActions[H] : ((M === null || typeof M > "u") && (M = Vt()), B = at[H] && at[H][M]), typeof B > "u" || !B.length || !B[0]) {
177
- var mt = "";
178
- ut = [];
179
- for (ct in at[H])
180
- this.terminals_[ct] && ct > hi && ut.push("'" + this.terminals_[ct] + "'");
181
- T.showPosition ? mt = "Parse error on line " + (lt + 1) + `:
182
- ` + T.showPosition() + `
183
- Expecting ` + ut.join(", ") + ", got '" + (this.terminals_[M] || M) + "'" : mt = "Parse error on line " + (lt + 1) + ": Unexpected " + (M == Mt ? "end of input" : "'" + (this.terminals_[M] || M) + "'"), this.parseError(mt, {
184
- text: T.match,
185
- token: this.terminals_[M] || M,
186
- line: T.yylineno,
187
- loc: ft,
188
- expected: ut
189
- });
190
- }
191
- if (B[0] instanceof Array && B.length > 1)
192
- throw new Error("Parse Error: multiple actions possible at state: " + H + ", token: " + M);
193
- switch (B[0]) {
194
- case 1:
195
- x.push(M), w.push(T.yytext), r.push(T.yylloc), x.push(B[1]), M = null, It = T.yyleng, f = T.yytext, lt = T.yylineno, ft = T.yylloc;
196
- break;
197
- case 2:
198
- if (O = this.productions_[B[1]][1], q.$ = w[w.length - O], q._$ = {
199
- first_line: r[r.length - (O || 1)].first_line,
200
- last_line: r[r.length - 1].last_line,
201
- first_column: r[r.length - (O || 1)].first_column,
202
- last_column: r[r.length - 1].last_column
203
- }, ci && (q._$.range = [
204
- r[r.length - (O || 1)].range[0],
205
- r[r.length - 1].range[1]
206
- ]), pt = this.performAction.apply(q, [
207
- f,
208
- It,
209
- lt,
210
- Y.yy,
211
- B[1],
212
- w,
213
- r
214
- ].concat(li)), typeof pt < "u")
215
- return pt;
216
- O && (x = x.slice(0, -1 * O * 2), w = w.slice(0, -1 * O), r = r.slice(0, -1 * O)), x.push(this.productions_[B[1]][0]), w.push(q.$), r.push(q._$), Bt = at[x[x.length - 2]][x[x.length - 1]], x.push(Bt);
217
- break;
218
- case 3:
219
- return !0;
220
- }
221
- }
222
- return !0;
223
- }, "parse")
224
- }, Et = /* @__PURE__ */ (function() {
225
- var F = {
226
- EOF: 1,
227
- parseError: /* @__PURE__ */ a(function(u, x) {
228
- if (this.yy.parser)
229
- this.yy.parser.parseError(u, x);
230
- else
231
- throw new Error(u);
232
- }, "parseError"),
233
- // resets the lexer, sets new input
234
- setInput: /* @__PURE__ */ a(function(h, u) {
235
- return this.yy = u || this.yy || {}, this._input = h, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
236
- first_line: 1,
237
- first_column: 0,
238
- last_line: 1,
239
- last_column: 0
240
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
241
- }, "setInput"),
242
- // consumes and returns one char from the input
243
- input: /* @__PURE__ */ a(function() {
244
- var h = this._input[0];
245
- this.yytext += h, this.yyleng++, this.offset++, this.match += h, this.matched += h;
246
- var u = h.match(/(?:\r\n?|\n).*/g);
247
- return u ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), h;
248
- }, "input"),
249
- // unshifts one char (or a string) into the input
250
- unput: /* @__PURE__ */ a(function(h) {
251
- var u = h.length, x = h.split(/(?:\r\n?|\n)/g);
252
- this._input = h + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - u), this.offset -= u;
253
- var d = this.match.split(/(?:\r\n?|\n)/g);
254
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), x.length - 1 && (this.yylineno -= x.length - 1);
255
- var w = this.yylloc.range;
256
- return this.yylloc = {
257
- first_line: this.yylloc.first_line,
258
- last_line: this.yylineno + 1,
259
- first_column: this.yylloc.first_column,
260
- last_column: x ? (x.length === d.length ? this.yylloc.first_column : 0) + d[d.length - x.length].length - x[0].length : this.yylloc.first_column - u
261
- }, this.options.ranges && (this.yylloc.range = [w[0], w[0] + this.yyleng - u]), this.yyleng = this.yytext.length, this;
262
- }, "unput"),
263
- // When called from action, caches matched text and appends it on next action
264
- more: /* @__PURE__ */ a(function() {
265
- return this._more = !0, this;
266
- }, "more"),
267
- // 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.
268
- reject: /* @__PURE__ */ a(function() {
269
- if (this.options.backtrack_lexer)
270
- this._backtrack = !0;
271
- else
272
- 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).
273
- ` + this.showPosition(), {
274
- text: "",
275
- token: null,
276
- line: this.yylineno
277
- });
278
- return this;
279
- }, "reject"),
280
- // retain first n characters of the match
281
- less: /* @__PURE__ */ a(function(h) {
282
- this.unput(this.match.slice(h));
283
- }, "less"),
284
- // displays already matched input, i.e. for error messages
285
- pastInput: /* @__PURE__ */ a(function() {
286
- var h = this.matched.substr(0, this.matched.length - this.match.length);
287
- return (h.length > 20 ? "..." : "") + h.substr(-20).replace(/\n/g, "");
288
- }, "pastInput"),
289
- // displays upcoming input, i.e. for error messages
290
- upcomingInput: /* @__PURE__ */ a(function() {
291
- var h = this.match;
292
- return h.length < 20 && (h += this._input.substr(0, 20 - h.length)), (h.substr(0, 20) + (h.length > 20 ? "..." : "")).replace(/\n/g, "");
293
- }, "upcomingInput"),
294
- // displays the character position where the lexing error occurred, i.e. for error messages
295
- showPosition: /* @__PURE__ */ a(function() {
296
- var h = this.pastInput(), u = new Array(h.length + 1).join("-");
297
- return h + this.upcomingInput() + `
298
- ` + u + "^";
299
- }, "showPosition"),
300
- // test the lexed token: return FALSE when not a match, otherwise return token
301
- test_match: /* @__PURE__ */ a(function(h, u) {
302
- var x, d, w;
303
- if (this.options.backtrack_lexer && (w = {
304
- yylineno: this.yylineno,
305
- yylloc: {
306
- first_line: this.yylloc.first_line,
307
- last_line: this.last_line,
308
- first_column: this.yylloc.first_column,
309
- last_column: this.yylloc.last_column
310
- },
311
- yytext: this.yytext,
312
- match: this.match,
313
- matches: this.matches,
314
- matched: this.matched,
315
- yyleng: this.yyleng,
316
- offset: this.offset,
317
- _more: this._more,
318
- _input: this._input,
319
- yy: this.yy,
320
- conditionStack: this.conditionStack.slice(0),
321
- done: this.done
322
- }, this.options.ranges && (w.yylloc.range = this.yylloc.range.slice(0))), d = h[0].match(/(?:\r\n?|\n).*/g), d && (this.yylineno += d.length), this.yylloc = {
323
- first_line: this.yylloc.last_line,
324
- last_line: this.yylineno + 1,
325
- first_column: this.yylloc.last_column,
326
- last_column: d ? d[d.length - 1].length - d[d.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + h[0].length
327
- }, this.yytext += h[0], this.match += h[0], this.matches = h, 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(h[0].length), this.matched += h[0], x = this.performAction.call(this, this.yy, this, u, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), x)
328
- return x;
329
- if (this._backtrack) {
330
- for (var r in w)
331
- this[r] = w[r];
332
- return !1;
333
- }
334
- return !1;
335
- }, "test_match"),
336
- // return next match in input
337
- next: /* @__PURE__ */ a(function() {
338
- if (this.done)
339
- return this.EOF;
340
- this._input || (this.done = !0);
341
- var h, u, x, d;
342
- this._more || (this.yytext = "", this.match = "");
343
- for (var w = this._currentRules(), r = 0; r < w.length; r++)
344
- if (x = this._input.match(this.rules[w[r]]), x && (!u || x[0].length > u[0].length)) {
345
- if (u = x, d = r, this.options.backtrack_lexer) {
346
- if (h = this.test_match(x, w[r]), h !== !1)
347
- return h;
348
- if (this._backtrack) {
349
- u = !1;
350
- continue;
351
- } else
352
- return !1;
353
- } else if (!this.options.flex)
354
- break;
355
- }
356
- return u ? (h = this.test_match(u, w[d]), h !== !1 ? h : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
357
- ` + this.showPosition(), {
358
- text: "",
359
- token: null,
360
- line: this.yylineno
361
- });
362
- }, "next"),
363
- // return next match that has a token
364
- lex: /* @__PURE__ */ a(function() {
365
- var u = this.next();
366
- return u || this.lex();
367
- }, "lex"),
368
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
369
- begin: /* @__PURE__ */ a(function(u) {
370
- this.conditionStack.push(u);
371
- }, "begin"),
372
- // pop the previously active lexer condition state off the condition stack
373
- popState: /* @__PURE__ */ a(function() {
374
- var u = this.conditionStack.length - 1;
375
- return u > 0 ? this.conditionStack.pop() : this.conditionStack[0];
376
- }, "popState"),
377
- // produce the lexer rule set which is active for the currently active lexer condition state
378
- _currentRules: /* @__PURE__ */ a(function() {
379
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
380
- }, "_currentRules"),
381
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
382
- topState: /* @__PURE__ */ a(function(u) {
383
- return u = this.conditionStack.length - 1 - Math.abs(u || 0), u >= 0 ? this.conditionStack[u] : "INITIAL";
384
- }, "topState"),
385
- // alias for begin(condition)
386
- pushState: /* @__PURE__ */ a(function(u) {
387
- this.begin(u);
388
- }, "pushState"),
389
- // return the number of states currently on the stack
390
- stateStackSize: /* @__PURE__ */ a(function() {
391
- return this.conditionStack.length;
392
- }, "stateStackSize"),
393
- options: { "case-insensitive": !0 },
394
- performAction: /* @__PURE__ */ a(function(u, x, d, w) {
395
- switch (d) {
396
- case 0:
397
- break;
398
- case 1:
399
- break;
400
- case 2:
401
- return this.popState(), 34;
402
- case 3:
403
- return this.popState(), 34;
404
- case 4:
405
- return 34;
406
- case 5:
407
- break;
408
- case 6:
409
- return 10;
410
- case 7:
411
- return this.pushState("acc_title"), 19;
412
- case 8:
413
- return this.popState(), "acc_title_value";
414
- case 9:
415
- return this.pushState("acc_descr"), 21;
416
- case 10:
417
- return this.popState(), "acc_descr_value";
418
- case 11:
419
- this.pushState("acc_descr_multiline");
420
- break;
421
- case 12:
422
- this.popState();
423
- break;
424
- case 13:
425
- return "acc_descr_multiline_value";
426
- case 14:
427
- return 5;
428
- case 15:
429
- return 5;
430
- case 16:
431
- return 8;
432
- case 17:
433
- return this.pushState("axis_data"), "X_AXIS";
434
- case 18:
435
- return this.pushState("axis_data"), "Y_AXIS";
436
- case 19:
437
- return this.pushState("axis_band_data"), 24;
438
- case 20:
439
- return 31;
440
- case 21:
441
- return this.pushState("data"), 16;
442
- case 22:
443
- return this.pushState("data"), 18;
444
- case 23:
445
- return this.pushState("data_inner"), 24;
446
- case 24:
447
- return 27;
448
- case 25:
449
- return this.popState(), 26;
450
- case 26:
451
- this.popState();
452
- break;
453
- case 27:
454
- this.pushState("string");
455
- break;
456
- case 28:
457
- this.popState();
458
- break;
459
- case 29:
460
- return "STR";
461
- case 30:
462
- return 24;
463
- case 31:
464
- return 26;
465
- case 32:
466
- return 43;
467
- case 33:
468
- return "COLON";
469
- case 34:
470
- return 44;
471
- case 35:
472
- return 28;
473
- case 36:
474
- return 45;
475
- case 37:
476
- return 46;
477
- case 38:
478
- return 48;
479
- case 39:
480
- return 50;
481
- case 40:
482
- return 47;
483
- case 41:
484
- return 41;
485
- case 42:
486
- return 49;
487
- case 43:
488
- return 42;
489
- case 44:
490
- break;
491
- case 45:
492
- return 35;
493
- case 46:
494
- return 36;
495
- }
496
- }, "anonymous"),
497
- rules: [/^(?:%%(?!\{)[^\n]*)/i, /^(?:[^\}]%%[^\n]*)/i, /^(?:(\r?\n))/i, /^(?:(\r?\n))/i, /^(?:[\n\r]+)/i, /^(?:%%[^\n]*)/i, /^(?:title\b)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:\{)/i, /^(?:[^\}]*)/i, /^(?:xychart-beta\b)/i, /^(?:xychart\b)/i, /^(?:(?:vertical|horizontal))/i, /^(?:x-axis\b)/i, /^(?:y-axis\b)/i, /^(?:\[)/i, /^(?:-->)/i, /^(?:line\b)/i, /^(?:bar\b)/i, /^(?:\[)/i, /^(?:[+-]?(?:\d+(?:\.\d+)?|\.\d+))/i, /^(?:\])/i, /^(?:(?:`\) \{ this\.pushState\(md_string\); \}\n<md_string>\(\?:\(\?!`"\)\.\)\+ \{ return MD_STR; \}\n<md_string>\(\?:`))/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:\[)/i, /^(?:\])/i, /^(?:[A-Za-z]+)/i, /^(?::)/i, /^(?:\+)/i, /^(?:,)/i, /^(?:=)/i, /^(?:\*)/i, /^(?:#)/i, /^(?:[\_])/i, /^(?:\.)/i, /^(?:&)/i, /^(?:-)/i, /^(?:[0-9]+)/i, /^(?:\s+)/i, /^(?:;)/i, /^(?:$)/i],
498
- conditions: { data_inner: { rules: [0, 1, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 21, 22, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], inclusive: !0 }, data: { rules: [0, 1, 3, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 21, 22, 23, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], inclusive: !0 }, axis_band_data: { rules: [0, 1, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 21, 22, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], inclusive: !0 }, axis_data: { rules: [0, 1, 2, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], inclusive: !0 }, acc_descr_multiline: { rules: [12, 13], inclusive: !1 }, acc_descr: { rules: [10], inclusive: !1 }, acc_title: { rules: [8], inclusive: !1 }, title: { rules: [], inclusive: !1 }, md_string: { rules: [], inclusive: !1 }, string: { rules: [28, 29], inclusive: !1 }, INITIAL: { rules: [0, 1, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 21, 22, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], inclusive: !0 } }
499
- };
500
- return F;
501
- })();
502
- $.lexer = Et;
503
- function N() {
504
- this.yy = {};
505
- }
506
- return a(N, "Parser"), N.prototype = $, $.Parser = N, new N();
507
- })();
508
- bt.parser = bt;
509
- var Ti = bt;
510
- function At(e) {
511
- return e.type === "bar";
512
- }
513
- a(At, "isBarPlot");
514
- function _t(e) {
515
- return e.type === "band";
516
- }
517
- a(_t, "isBandAxisData");
518
- function G(e) {
519
- return e.type === "linear";
520
- }
521
- a(G, "isLinearAxisData");
522
- var j, Ht = (j = class {
523
- constructor(t) {
524
- this.parentGroup = t;
525
- }
526
- getMaxDimension(t, i) {
527
- if (!this.parentGroup)
528
- return {
529
- width: t.reduce((o, g) => Math.max(g.length, o), 0) * i,
530
- height: i
531
- };
532
- const s = {
533
- width: 0,
534
- height: 0
535
- }, n = this.parentGroup.append("g").attr("visibility", "hidden").attr("font-size", i);
536
- for (const o of t) {
537
- const g = Si(n, 1, o), m = g ? g.width : o.length * i, p = g ? g.height : i;
538
- s.width = Math.max(s.width, m), s.height = Math.max(s.height, p);
539
- }
540
- return n.remove(), s;
541
- }
542
- }, a(j, "TextDimensionCalculatorWithFont"), j), Ft = 0.7, Ot = 0.2, Q, Ut = (Q = class {
543
- constructor(t, i, s, n) {
544
- this.axisConfig = t, this.title = i, this.textDimensionCalculator = s, this.axisThemeConfig = n, this.boundingRect = { x: 0, y: 0, width: 0, height: 0 }, this.axisPosition = "left", this.showTitle = !1, this.showLabel = !1, this.showTick = !1, this.showAxisLine = !1, this.outerPadding = 0, this.titleTextHeight = 0, this.labelTextHeight = 0, this.range = [0, 10], this.boundingRect = { x: 0, y: 0, width: 0, height: 0 }, this.axisPosition = "left";
545
- }
546
- setRange(t) {
547
- this.range = t, this.axisPosition === "left" || this.axisPosition === "right" ? this.boundingRect.height = t[1] - t[0] : this.boundingRect.width = t[1] - t[0], this.recalculateScale();
548
- }
549
- getRange() {
550
- return [this.range[0] + this.outerPadding, this.range[1] - this.outerPadding];
551
- }
552
- setAxisPosition(t) {
553
- this.axisPosition = t, this.setRange(this.range);
554
- }
555
- getTickDistance() {
556
- const t = this.getRange();
557
- return Math.abs(t[0] - t[1]) / this.getTickValues().length;
558
- }
559
- getAxisOuterPadding() {
560
- return this.outerPadding;
561
- }
562
- getLabelDimension() {
563
- return this.textDimensionCalculator.getMaxDimension(
564
- this.getTickValues().map((t) => t.toString()),
565
- this.axisConfig.labelFontSize
566
- );
567
- }
568
- recalculateOuterPaddingToDrawBar() {
569
- Ft * this.getTickDistance() > this.outerPadding * 2 && (this.outerPadding = Math.floor(Ft * this.getTickDistance() / 2)), this.recalculateScale();
570
- }
571
- calculateSpaceIfDrawnHorizontally(t) {
572
- let i = t.height;
573
- if (this.axisConfig.showAxisLine && i > this.axisConfig.axisLineWidth && (i -= this.axisConfig.axisLineWidth, this.showAxisLine = !0), this.axisConfig.showLabel) {
574
- const s = this.getLabelDimension(), n = Ot * t.width;
575
- this.outerPadding = Math.min(s.width / 2, n);
576
- const o = s.height + this.axisConfig.labelPadding * 2;
577
- this.labelTextHeight = s.height, o <= i && (i -= o, this.showLabel = !0);
578
- }
579
- if (this.axisConfig.showTick && i >= this.axisConfig.tickLength && (this.showTick = !0, i -= this.axisConfig.tickLength), this.axisConfig.showTitle && this.title) {
580
- const s = this.textDimensionCalculator.getMaxDimension(
581
- [this.title],
582
- this.axisConfig.titleFontSize
583
- ), n = s.height + this.axisConfig.titlePadding * 2;
584
- this.titleTextHeight = s.height, n <= i && (i -= n, this.showTitle = !0);
585
- }
586
- this.boundingRect.width = t.width, this.boundingRect.height = t.height - i;
587
- }
588
- calculateSpaceIfDrawnVertical(t) {
589
- let i = t.width;
590
- if (this.axisConfig.showAxisLine && i > this.axisConfig.axisLineWidth && (i -= this.axisConfig.axisLineWidth, this.showAxisLine = !0), this.axisConfig.showLabel) {
591
- const s = this.getLabelDimension(), n = Ot * t.height;
592
- this.outerPadding = Math.min(s.height / 2, n);
593
- const o = s.width + this.axisConfig.labelPadding * 2;
594
- o <= i && (i -= o, this.showLabel = !0);
595
- }
596
- if (this.axisConfig.showTick && i >= this.axisConfig.tickLength && (this.showTick = !0, i -= this.axisConfig.tickLength), this.axisConfig.showTitle && this.title) {
597
- const s = this.textDimensionCalculator.getMaxDimension(
598
- [this.title],
599
- this.axisConfig.titleFontSize
600
- ), n = s.height + this.axisConfig.titlePadding * 2;
601
- this.titleTextHeight = s.height, n <= i && (i -= n, this.showTitle = !0);
602
- }
603
- this.boundingRect.width = t.width - i, this.boundingRect.height = t.height;
604
- }
605
- calculateSpace(t) {
606
- return this.axisPosition === "left" || this.axisPosition === "right" ? this.calculateSpaceIfDrawnVertical(t) : this.calculateSpaceIfDrawnHorizontally(t), this.recalculateScale(), {
607
- width: this.boundingRect.width,
608
- height: this.boundingRect.height
609
- };
610
- }
611
- setBoundingBoxXY(t) {
612
- this.boundingRect.x = t.x, this.boundingRect.y = t.y;
613
- }
614
- getDrawableElementsForLeftAxis() {
615
- const t = [];
616
- if (this.showAxisLine) {
617
- const i = this.boundingRect.x + this.boundingRect.width - this.axisConfig.axisLineWidth / 2;
618
- t.push({
619
- type: "path",
620
- groupTexts: ["left-axis", "axisl-line"],
621
- data: [
622
- {
623
- path: `M ${i},${this.boundingRect.y} L ${i},${this.boundingRect.y + this.boundingRect.height} `,
624
- strokeFill: this.axisThemeConfig.axisLineColor,
625
- strokeWidth: this.axisConfig.axisLineWidth
626
- }
627
- ]
628
- });
629
- }
630
- if (this.showLabel && t.push({
631
- type: "text",
632
- groupTexts: ["left-axis", "label"],
633
- data: this.getTickValues().map((i) => ({
634
- text: i.toString(),
635
- x: this.boundingRect.x + this.boundingRect.width - (this.showLabel ? this.axisConfig.labelPadding : 0) - (this.showTick ? this.axisConfig.tickLength : 0) - (this.showAxisLine ? this.axisConfig.axisLineWidth : 0),
636
- y: this.getScaleValue(i),
637
- fill: this.axisThemeConfig.labelColor,
638
- fontSize: this.axisConfig.labelFontSize,
639
- rotation: 0,
640
- verticalPos: "middle",
641
- horizontalPos: "right"
642
- }))
643
- }), this.showTick) {
644
- const i = this.boundingRect.x + this.boundingRect.width - (this.showAxisLine ? this.axisConfig.axisLineWidth : 0);
645
- t.push({
646
- type: "path",
647
- groupTexts: ["left-axis", "ticks"],
648
- data: this.getTickValues().map((s) => ({
649
- path: `M ${i},${this.getScaleValue(s)} L ${i - this.axisConfig.tickLength},${this.getScaleValue(s)}`,
650
- strokeFill: this.axisThemeConfig.tickColor,
651
- strokeWidth: this.axisConfig.tickWidth
652
- }))
653
- });
654
- }
655
- return this.showTitle && t.push({
656
- type: "text",
657
- groupTexts: ["left-axis", "title"],
658
- data: [
659
- {
660
- text: this.title,
661
- x: this.boundingRect.x + this.axisConfig.titlePadding,
662
- y: this.boundingRect.y + this.boundingRect.height / 2,
663
- fill: this.axisThemeConfig.titleColor,
664
- fontSize: this.axisConfig.titleFontSize,
665
- rotation: 270,
666
- verticalPos: "top",
667
- horizontalPos: "center"
668
- }
669
- ]
670
- }), t;
671
- }
672
- getDrawableElementsForBottomAxis() {
673
- const t = [];
674
- if (this.showAxisLine) {
675
- const i = this.boundingRect.y + this.axisConfig.axisLineWidth / 2;
676
- t.push({
677
- type: "path",
678
- groupTexts: ["bottom-axis", "axis-line"],
679
- data: [
680
- {
681
- path: `M ${this.boundingRect.x},${i} L ${this.boundingRect.x + this.boundingRect.width},${i}`,
682
- strokeFill: this.axisThemeConfig.axisLineColor,
683
- strokeWidth: this.axisConfig.axisLineWidth
684
- }
685
- ]
686
- });
687
- }
688
- if (this.showLabel && t.push({
689
- type: "text",
690
- groupTexts: ["bottom-axis", "label"],
691
- data: this.getTickValues().map((i) => ({
692
- text: i.toString(),
693
- x: this.getScaleValue(i),
694
- y: this.boundingRect.y + this.axisConfig.labelPadding + (this.showTick ? this.axisConfig.tickLength : 0) + (this.showAxisLine ? this.axisConfig.axisLineWidth : 0),
695
- fill: this.axisThemeConfig.labelColor,
696
- fontSize: this.axisConfig.labelFontSize,
697
- rotation: 0,
698
- verticalPos: "top",
699
- horizontalPos: "center"
700
- }))
701
- }), this.showTick) {
702
- const i = this.boundingRect.y + (this.showAxisLine ? this.axisConfig.axisLineWidth : 0);
703
- t.push({
704
- type: "path",
705
- groupTexts: ["bottom-axis", "ticks"],
706
- data: this.getTickValues().map((s) => ({
707
- path: `M ${this.getScaleValue(s)},${i} L ${this.getScaleValue(s)},${i + this.axisConfig.tickLength}`,
708
- strokeFill: this.axisThemeConfig.tickColor,
709
- strokeWidth: this.axisConfig.tickWidth
710
- }))
711
- });
712
- }
713
- return this.showTitle && t.push({
714
- type: "text",
715
- groupTexts: ["bottom-axis", "title"],
716
- data: [
717
- {
718
- text: this.title,
719
- x: this.range[0] + (this.range[1] - this.range[0]) / 2,
720
- y: this.boundingRect.y + this.boundingRect.height - this.axisConfig.titlePadding - this.titleTextHeight,
721
- fill: this.axisThemeConfig.titleColor,
722
- fontSize: this.axisConfig.titleFontSize,
723
- rotation: 0,
724
- verticalPos: "top",
725
- horizontalPos: "center"
726
- }
727
- ]
728
- }), t;
729
- }
730
- getDrawableElementsForTopAxis() {
731
- const t = [];
732
- if (this.showAxisLine) {
733
- const i = this.boundingRect.y + this.boundingRect.height - this.axisConfig.axisLineWidth / 2;
734
- t.push({
735
- type: "path",
736
- groupTexts: ["top-axis", "axis-line"],
737
- data: [
738
- {
739
- path: `M ${this.boundingRect.x},${i} L ${this.boundingRect.x + this.boundingRect.width},${i}`,
740
- strokeFill: this.axisThemeConfig.axisLineColor,
741
- strokeWidth: this.axisConfig.axisLineWidth
742
- }
743
- ]
744
- });
745
- }
746
- if (this.showLabel && t.push({
747
- type: "text",
748
- groupTexts: ["top-axis", "label"],
749
- data: this.getTickValues().map((i) => ({
750
- text: i.toString(),
751
- x: this.getScaleValue(i),
752
- y: this.boundingRect.y + (this.showTitle ? this.titleTextHeight + this.axisConfig.titlePadding * 2 : 0) + this.axisConfig.labelPadding,
753
- fill: this.axisThemeConfig.labelColor,
754
- fontSize: this.axisConfig.labelFontSize,
755
- rotation: 0,
756
- verticalPos: "top",
757
- horizontalPos: "center"
758
- }))
759
- }), this.showTick) {
760
- const i = this.boundingRect.y;
761
- t.push({
762
- type: "path",
763
- groupTexts: ["top-axis", "ticks"],
764
- data: this.getTickValues().map((s) => ({
765
- path: `M ${this.getScaleValue(s)},${i + this.boundingRect.height - (this.showAxisLine ? this.axisConfig.axisLineWidth : 0)} L ${this.getScaleValue(s)},${i + this.boundingRect.height - this.axisConfig.tickLength - (this.showAxisLine ? this.axisConfig.axisLineWidth : 0)}`,
766
- strokeFill: this.axisThemeConfig.tickColor,
767
- strokeWidth: this.axisConfig.tickWidth
768
- }))
769
- });
770
- }
771
- return this.showTitle && t.push({
772
- type: "text",
773
- groupTexts: ["top-axis", "title"],
774
- data: [
775
- {
776
- text: this.title,
777
- x: this.boundingRect.x + this.boundingRect.width / 2,
778
- y: this.boundingRect.y + this.axisConfig.titlePadding,
779
- fill: this.axisThemeConfig.titleColor,
780
- fontSize: this.axisConfig.titleFontSize,
781
- rotation: 0,
782
- verticalPos: "top",
783
- horizontalPos: "center"
784
- }
785
- ]
786
- }), t;
787
- }
788
- getDrawableElements() {
789
- if (this.axisPosition === "left")
790
- return this.getDrawableElementsForLeftAxis();
791
- if (this.axisPosition === "right")
792
- throw Error("Drawing of right axis is not implemented");
793
- return this.axisPosition === "bottom" ? this.getDrawableElementsForBottomAxis() : this.axisPosition === "top" ? this.getDrawableElementsForTopAxis() : [];
794
- }
795
- }, a(Q, "BaseAxis"), Q), K, Di = (K = class extends Ut {
796
- constructor(t, i, s, n, o) {
797
- super(t, n, o, i), this.categories = s, this.scale = yt().domain(this.categories).range(this.getRange());
798
- }
799
- setRange(t) {
800
- super.setRange(t);
801
- }
802
- recalculateScale() {
803
- this.scale = yt().domain(this.categories).range(this.getRange()).paddingInner(1).paddingOuter(0).align(0.5), Nt.trace("BandAxis axis final categories, range: ", this.categories, this.getRange());
804
- }
805
- getTickValues() {
806
- return this.categories;
807
- }
808
- getScaleValue(t) {
809
- return this.scale(t) ?? this.getRange()[0];
810
- }
811
- }, a(K, "BandAxis"), K), Z, vi = (Z = class extends Ut {
812
- constructor(t, i, s, n, o) {
813
- super(t, n, o, i), this.domain = s, this.scale = zt().domain(this.domain).range(this.getRange());
814
- }
815
- getTickValues() {
816
- return this.scale.ticks();
817
- }
818
- recalculateScale() {
819
- const t = [...this.domain];
820
- this.axisPosition === "left" && t.reverse(), this.scale = zt().domain(t).range(this.getRange());
821
- }
822
- getScaleValue(t) {
823
- return this.scale(t);
824
- }
825
- }, a(Z, "LinearAxis"), Z);
826
- function wt(e, t, i, s) {
827
- const n = new Ht(s);
828
- return _t(e) ? new Di(
829
- t,
830
- i,
831
- e.categories,
832
- e.title,
833
- n
834
- ) : new vi(
835
- t,
836
- i,
837
- [e.min, e.max],
838
- e.title,
839
- n
840
- );
841
- }
842
- a(wt, "getAxis");
843
- var J, Pi = (J = class {
844
- constructor(t, i, s, n) {
845
- this.textDimensionCalculator = t, this.chartConfig = i, this.chartData = s, this.chartThemeConfig = n, this.boundingRect = {
846
- x: 0,
847
- y: 0,
848
- width: 0,
849
- height: 0
850
- }, this.showChartTitle = !1;
851
- }
852
- setBoundingBoxXY(t) {
853
- this.boundingRect.x = t.x, this.boundingRect.y = t.y;
854
- }
855
- calculateSpace(t) {
856
- const i = this.textDimensionCalculator.getMaxDimension(
857
- [this.chartData.title],
858
- this.chartConfig.titleFontSize
859
- ), s = Math.max(i.width, t.width), n = i.height + 2 * this.chartConfig.titlePadding;
860
- return i.width <= s && i.height <= n && this.chartConfig.showTitle && this.chartData.title && (this.boundingRect.width = s, this.boundingRect.height = n, this.showChartTitle = !0), {
861
- width: this.boundingRect.width,
862
- height: this.boundingRect.height
863
- };
864
- }
865
- getDrawableElements() {
866
- const t = [];
867
- return this.showChartTitle && t.push({
868
- groupTexts: ["chart-title"],
869
- type: "text",
870
- data: [
871
- {
872
- fontSize: this.chartConfig.titleFontSize,
873
- text: this.chartData.title,
874
- verticalPos: "middle",
875
- horizontalPos: "center",
876
- x: this.boundingRect.x + this.boundingRect.width / 2,
877
- y: this.boundingRect.y + this.boundingRect.height / 2,
878
- fill: this.chartThemeConfig.titleColor,
879
- rotation: 0
880
- }
881
- ]
882
- }), t;
883
- }
884
- }, a(J, "ChartTitle"), J);
885
- function $t(e, t, i, s) {
886
- const n = new Ht(s);
887
- return new Pi(n, e, t, i);
888
- }
889
- a($t, "getChartTitleComponent");
890
- var tt, Li = (tt = class {
891
- constructor(t, i, s, n, o) {
892
- this.plotData = t, this.xAxis = i, this.yAxis = s, this.orientation = n, this.plotIndex = o;
893
- }
894
- getDrawableElement() {
895
- const t = this.plotData.data.map((s) => [
896
- this.xAxis.getScaleValue(s[0]),
897
- this.yAxis.getScaleValue(s[1])
898
- ]);
899
- let i;
900
- return this.orientation === "horizontal" ? i = Wt().y((s) => s[0]).x((s) => s[1])(t) : i = Wt().x((s) => s[0]).y((s) => s[1])(t), i ? [
901
- {
902
- groupTexts: ["plot", `line-plot-${this.plotIndex}`],
903
- type: "path",
904
- data: [
905
- {
906
- path: i,
907
- strokeFill: this.plotData.strokeFill,
908
- strokeWidth: this.plotData.strokeWidth
909
- }
910
- ]
911
- }
912
- ] : [];
913
- }
914
- }, a(tt, "LinePlot"), tt), it, Ei = (it = class {
915
- constructor(t, i, s, n, o, g) {
916
- this.barData = t, this.boundingRect = i, this.xAxis = s, this.yAxis = n, this.orientation = o, this.plotIndex = g;
917
- }
918
- getDrawableElement() {
919
- const t = this.barData.data.map((o) => [
920
- this.xAxis.getScaleValue(o[0]),
921
- this.yAxis.getScaleValue(o[1])
922
- ]), s = Math.min(this.xAxis.getAxisOuterPadding() * 2, this.xAxis.getTickDistance()) * (1 - 0.05), n = s / 2;
923
- return this.orientation === "horizontal" ? [
924
- {
925
- groupTexts: ["plot", `bar-plot-${this.plotIndex}`],
926
- type: "rect",
927
- data: t.map((o) => ({
928
- x: this.boundingRect.x,
929
- y: o[0] - n,
930
- height: s,
931
- width: o[1] - this.boundingRect.x,
932
- fill: this.barData.fill,
933
- strokeWidth: 0,
934
- strokeFill: this.barData.fill
935
- }))
936
- }
937
- ] : [
938
- {
939
- groupTexts: ["plot", `bar-plot-${this.plotIndex}`],
940
- type: "rect",
941
- data: t.map((o) => ({
942
- x: o[0] - n,
943
- y: o[1],
944
- width: s,
945
- height: this.boundingRect.y + this.boundingRect.height - o[1],
946
- fill: this.barData.fill,
947
- strokeWidth: 0,
948
- strokeFill: this.barData.fill
949
- }))
950
- }
951
- ];
952
- }
953
- }, a(it, "BarPlot"), it), et, Ii = (et = class {
954
- constructor(t, i, s) {
955
- this.chartConfig = t, this.chartData = i, this.chartThemeConfig = s, this.boundingRect = {
956
- x: 0,
957
- y: 0,
958
- width: 0,
959
- height: 0
960
- };
961
- }
962
- setAxes(t, i) {
963
- this.xAxis = t, this.yAxis = i;
964
- }
965
- setBoundingBoxXY(t) {
966
- this.boundingRect.x = t.x, this.boundingRect.y = t.y;
967
- }
968
- calculateSpace(t) {
969
- return this.boundingRect.width = t.width, this.boundingRect.height = t.height, {
970
- width: this.boundingRect.width,
971
- height: this.boundingRect.height
972
- };
973
- }
974
- getDrawableElements() {
975
- if (!(this.xAxis && this.yAxis))
976
- throw Error("Axes must be passed to render Plots");
977
- const t = [];
978
- for (const [i, s] of this.chartData.plots.entries())
979
- switch (s.type) {
980
- case "line":
981
- {
982
- const n = new Li(
983
- s,
984
- this.xAxis,
985
- this.yAxis,
986
- this.chartConfig.chartOrientation,
987
- i
988
- );
989
- t.push(...n.getDrawableElement());
990
- }
991
- break;
992
- case "bar":
993
- {
994
- const n = new Ei(
995
- s,
996
- this.boundingRect,
997
- this.xAxis,
998
- this.yAxis,
999
- this.chartConfig.chartOrientation,
1000
- i
1001
- );
1002
- t.push(...n.getDrawableElement());
1003
- }
1004
- break;
1005
- }
1006
- return t;
1007
- }
1008
- }, a(et, "BasePlot"), et);
1009
- function qt(e, t, i) {
1010
- return new Ii(e, t, i);
1011
- }
1012
- a(qt, "getPlotComponent");
1013
- var st, Mi = (st = class {
1014
- constructor(t, i, s, n) {
1015
- this.chartConfig = t, this.chartData = i, this.componentStore = {
1016
- title: $t(t, i, s, n),
1017
- plot: qt(t, i, s),
1018
- xAxis: wt(
1019
- i.xAxis,
1020
- t.xAxis,
1021
- {
1022
- titleColor: s.xAxisTitleColor,
1023
- labelColor: s.xAxisLabelColor,
1024
- tickColor: s.xAxisTickColor,
1025
- axisLineColor: s.xAxisLineColor
1026
- },
1027
- n
1028
- ),
1029
- yAxis: wt(
1030
- i.yAxis,
1031
- t.yAxis,
1032
- {
1033
- titleColor: s.yAxisTitleColor,
1034
- labelColor: s.yAxisLabelColor,
1035
- tickColor: s.yAxisTickColor,
1036
- axisLineColor: s.yAxisLineColor
1037
- },
1038
- n
1039
- )
1040
- };
1041
- }
1042
- calculateVerticalSpace() {
1043
- let t = this.chartConfig.width, i = this.chartConfig.height, s = 0, n = 0, o = Math.floor(t * this.chartConfig.plotReservedSpacePercent / 100), g = Math.floor(
1044
- i * this.chartConfig.plotReservedSpacePercent / 100
1045
- ), m = this.componentStore.plot.calculateSpace({
1046
- width: o,
1047
- height: g
1048
- });
1049
- t -= m.width, i -= m.height, m = this.componentStore.title.calculateSpace({
1050
- width: this.chartConfig.width,
1051
- height: i
1052
- }), n = m.height, i -= m.height, this.componentStore.xAxis.setAxisPosition("bottom"), m = this.componentStore.xAxis.calculateSpace({
1053
- width: t,
1054
- height: i
1055
- }), i -= m.height, this.componentStore.yAxis.setAxisPosition("left"), m = this.componentStore.yAxis.calculateSpace({
1056
- width: t,
1057
- height: i
1058
- }), s = m.width, t -= m.width, t > 0 && (o += t, t = 0), i > 0 && (g += i, i = 0), this.componentStore.plot.calculateSpace({
1059
- width: o,
1060
- height: g
1061
- }), this.componentStore.plot.setBoundingBoxXY({ x: s, y: n }), this.componentStore.xAxis.setRange([s, s + o]), this.componentStore.xAxis.setBoundingBoxXY({ x: s, y: n + g }), this.componentStore.yAxis.setRange([n, n + g]), this.componentStore.yAxis.setBoundingBoxXY({ x: 0, y: n }), this.chartData.plots.some((p) => At(p)) && this.componentStore.xAxis.recalculateOuterPaddingToDrawBar();
1062
- }
1063
- calculateHorizontalSpace() {
1064
- let t = this.chartConfig.width, i = this.chartConfig.height, s = 0, n = 0, o = 0, g = Math.floor(t * this.chartConfig.plotReservedSpacePercent / 100), m = Math.floor(
1065
- i * this.chartConfig.plotReservedSpacePercent / 100
1066
- ), p = this.componentStore.plot.calculateSpace({
1067
- width: g,
1068
- height: m
1069
- });
1070
- t -= p.width, i -= p.height, p = this.componentStore.title.calculateSpace({
1071
- width: this.chartConfig.width,
1072
- height: i
1073
- }), s = p.height, i -= p.height, this.componentStore.xAxis.setAxisPosition("left"), p = this.componentStore.xAxis.calculateSpace({
1074
- width: t,
1075
- height: i
1076
- }), t -= p.width, n = p.width, this.componentStore.yAxis.setAxisPosition("top"), p = this.componentStore.yAxis.calculateSpace({
1077
- width: t,
1078
- height: i
1079
- }), i -= p.height, o = s + p.height, t > 0 && (g += t, t = 0), i > 0 && (m += i, i = 0), this.componentStore.plot.calculateSpace({
1080
- width: g,
1081
- height: m
1082
- }), this.componentStore.plot.setBoundingBoxXY({ x: n, y: o }), this.componentStore.yAxis.setRange([n, n + g]), this.componentStore.yAxis.setBoundingBoxXY({ x: n, y: s }), this.componentStore.xAxis.setRange([o, o + m]), this.componentStore.xAxis.setBoundingBoxXY({ x: 0, y: o }), this.chartData.plots.some((k) => At(k)) && this.componentStore.xAxis.recalculateOuterPaddingToDrawBar();
1083
- }
1084
- calculateSpace() {
1085
- this.chartConfig.chartOrientation === "horizontal" ? this.calculateHorizontalSpace() : this.calculateVerticalSpace();
1086
- }
1087
- getDrawableElement() {
1088
- this.calculateSpace();
1089
- const t = [];
1090
- this.componentStore.plot.setAxes(this.componentStore.xAxis, this.componentStore.yAxis);
1091
- for (const i of Object.values(this.componentStore))
1092
- t.push(...i.getDrawableElements());
1093
- return t;
1094
- }
1095
- }, a(st, "Orchestrator"), st), nt, Vi = (nt = class {
1096
- static build(t, i, s, n) {
1097
- return new Mi(t, i, s, n).getDrawableElement();
1098
- }
1099
- }, a(nt, "XYChartBuilder"), nt), rt = 0, Gt, ot = Tt(), ht = Rt(), A = Dt(), Ct = ht.plotColorPalette.split(",").map((e) => e.trim()), gt = !1, kt = !1;
1100
- function Rt() {
1101
- const e = wi(), t = St();
1102
- return Yt(e.xyChart, t.themeVariables.xyChart);
1103
- }
1104
- a(Rt, "getChartDefaultThemeConfig");
1105
- function Tt() {
1106
- const e = St();
1107
- return Yt(
1108
- Ai.xyChart,
1109
- e.xyChart
1110
- );
1111
- }
1112
- a(Tt, "getChartDefaultConfig");
1113
- function Dt() {
1114
- return {
1115
- yAxis: {
1116
- type: "linear",
1117
- title: "",
1118
- min: 1 / 0,
1119
- max: -1 / 0
1120
- },
1121
- xAxis: {
1122
- type: "band",
1123
- title: "",
1124
- categories: []
1125
- },
1126
- title: "",
1127
- plots: []
1128
- };
1129
- }
1130
- a(Dt, "getChartDefaultData");
1131
- function xt(e) {
1132
- const t = St();
1133
- return Ci(e.trim(), t);
1134
- }
1135
- a(xt, "textSanitizer");
1136
- function jt(e) {
1137
- Gt = e;
1138
- }
1139
- a(jt, "setTmpSVGG");
1140
- function Qt(e) {
1141
- e === "horizontal" ? ot.chartOrientation = "horizontal" : ot.chartOrientation = "vertical";
1142
- }
1143
- a(Qt, "setOrientation");
1144
- function Kt(e) {
1145
- A.xAxis.title = xt(e.text);
1146
- }
1147
- a(Kt, "setXAxisTitle");
1148
- function vt(e, t) {
1149
- A.xAxis = { type: "linear", title: A.xAxis.title, min: e, max: t }, gt = !0;
1150
- }
1151
- a(vt, "setXAxisRangeData");
1152
- function Zt(e) {
1153
- A.xAxis = {
1154
- type: "band",
1155
- title: A.xAxis.title,
1156
- categories: e.map((t) => xt(t.text))
1157
- }, gt = !0;
1158
- }
1159
- a(Zt, "setXAxisBand");
1160
- function Jt(e) {
1161
- A.yAxis.title = xt(e.text);
1162
- }
1163
- a(Jt, "setYAxisTitle");
1164
- function ti(e, t) {
1165
- A.yAxis = { type: "linear", title: A.yAxis.title, min: e, max: t }, kt = !0;
1166
- }
1167
- a(ti, "setYAxisRangeData");
1168
- function ii(e) {
1169
- const t = Math.min(...e), i = Math.max(...e), s = G(A.yAxis) ? A.yAxis.min : 1 / 0, n = G(A.yAxis) ? A.yAxis.max : -1 / 0;
1170
- A.yAxis = {
1171
- type: "linear",
1172
- title: A.yAxis.title,
1173
- min: Math.min(s, t),
1174
- max: Math.max(n, i)
1175
- };
1176
- }
1177
- a(ii, "setYAxisRangeFromPlotData");
1178
- function Pt(e) {
1179
- let t = [];
1180
- if (e.length === 0)
1181
- return t;
1182
- if (!gt) {
1183
- const i = G(A.xAxis) ? A.xAxis.min : 1 / 0, s = G(A.xAxis) ? A.xAxis.max : -1 / 0;
1184
- vt(Math.min(i, 1), Math.max(s, e.length));
1185
- }
1186
- if (kt || ii(e), _t(A.xAxis) && (t = A.xAxis.categories.map((i, s) => [i, e[s]])), G(A.xAxis)) {
1187
- const i = A.xAxis.min, s = A.xAxis.max, n = (s - i) / (e.length - 1), o = [];
1188
- for (let g = i; g <= s; g += n)
1189
- o.push(`${g}`);
1190
- t = o.map((g, m) => [g, e[m]]);
1191
- }
1192
- return t;
1193
- }
1194
- a(Pt, "transformDataWithoutCategory");
1195
- function Lt(e) {
1196
- return Ct[e === 0 ? 0 : e % Ct.length];
1197
- }
1198
- a(Lt, "getPlotColorFromPalette");
1199
- function ei(e, t) {
1200
- const i = Pt(t);
1201
- A.plots.push({
1202
- type: "line",
1203
- strokeFill: Lt(rt),
1204
- strokeWidth: 2,
1205
- data: i
1206
- }), rt++;
1207
- }
1208
- a(ei, "setLineData");
1209
- function si(e, t) {
1210
- const i = Pt(t);
1211
- A.plots.push({
1212
- type: "bar",
1213
- fill: Lt(rt),
1214
- data: i
1215
- }), rt++;
1216
- }
1217
- a(si, "setBarData");
1218
- function ni() {
1219
- if (A.plots.length === 0)
1220
- throw Error("No Plot to render, please provide a plot with some data");
1221
- return A.title = Xt(), Vi.build(ot, A, ht, Gt);
1222
- }
1223
- a(ni, "getDrawableElem");
1224
- function ai() {
1225
- return ht;
1226
- }
1227
- a(ai, "getChartThemeConfig");
1228
- function ri() {
1229
- return ot;
1230
- }
1231
- a(ri, "getChartConfig");
1232
- function oi() {
1233
- return A;
1234
- }
1235
- a(oi, "getXYChartData");
1236
- var Bi = /* @__PURE__ */ a(function() {
1237
- bi(), rt = 0, ot = Tt(), A = Dt(), ht = Rt(), Ct = ht.plotColorPalette.split(",").map((e) => e.trim()), gt = !1, kt = !1;
1238
- }, "clear"), Wi = {
1239
- getDrawableElem: ni,
1240
- clear: Bi,
1241
- setAccTitle: pi,
1242
- getAccTitle: fi,
1243
- setDiagramTitle: di,
1244
- getDiagramTitle: Xt,
1245
- getAccDescription: xi,
1246
- setAccDescription: gi,
1247
- setOrientation: Qt,
1248
- setXAxisTitle: Kt,
1249
- setXAxisRangeData: vt,
1250
- setXAxisBand: Zt,
1251
- setYAxisTitle: Jt,
1252
- setYAxisRangeData: ti,
1253
- setLineData: ei,
1254
- setBarData: si,
1255
- setTmpSVGG: jt,
1256
- getChartThemeConfig: ai,
1257
- getChartConfig: ri,
1258
- getXYChartData: oi
1259
- }, zi = /* @__PURE__ */ a((e, t, i, s) => {
1260
- const n = s.db, o = n.getChartThemeConfig(), g = n.getChartConfig(), m = n.getXYChartData().plots[0].data.map((y) => y[1]);
1261
- function p(y) {
1262
- return y === "top" ? "text-before-edge" : "middle";
1263
- }
1264
- a(p, "getDominantBaseLine");
1265
- function k(y) {
1266
- return y === "left" ? "start" : y === "right" ? "end" : "middle";
1267
- }
1268
- a(k, "getTextAnchor");
1269
- function v(y) {
1270
- return `translate(${y.x}, ${y.y}) rotate(${y.rotation || 0})`;
1271
- }
1272
- a(v, "getTextTransformation"), Nt.debug(`Rendering xychart chart
1273
- ` + e);
1274
- const C = mi(t), b = C.append("g").attr("class", "main"), E = b.append("rect").attr("width", g.width).attr("height", g.height).attr("class", "background");
1275
- yi(C, g.height, g.width, !0), C.attr("viewBox", `0 0 ${g.width} ${g.height}`), E.attr("fill", o.backgroundColor), n.setTmpSVGG(C.append("g").attr("class", "mermaid-tmp-group"));
1276
- const D = n.getDrawableElem(), P = {};
1277
- function I(y) {
1278
- let _ = b, c = "";
1279
- for (const [W] of y.entries()) {
1280
- let z = b;
1281
- W > 0 && P[c] && (z = P[c]), c += y[W], _ = P[c], _ || (_ = P[c] = z.append("g").attr("class", y[W]));
1282
- }
1283
- return _;
1284
- }
1285
- a(I, "getGroup");
1286
- for (const y of D) {
1287
- if (y.data.length === 0)
1288
- continue;
1289
- const _ = I(y.groupTexts);
1290
- switch (y.type) {
1291
- case "rect":
1292
- if (_.selectAll("rect").data(y.data).enter().append("rect").attr("x", (c) => c.x).attr("y", (c) => c.y).attr("width", (c) => c.width).attr("height", (c) => c.height).attr("fill", (c) => c.fill).attr("stroke", (c) => c.strokeFill).attr("stroke-width", (c) => c.strokeWidth), g.showDataLabel)
1293
- if (g.chartOrientation === "horizontal") {
1294
- let c = function(l, L) {
1295
- const { data: S, label: R } = l;
1296
- return L * R.length * W <= S.width - 10;
1297
- };
1298
- a(c, "fitsHorizontally");
1299
- const W = 0.7, z = y.data.map((l, L) => ({ data: l, label: m[L].toString() })).filter((l) => l.data.width > 0 && l.data.height > 0), U = z.map((l) => {
1300
- const { data: L } = l;
1301
- let S = L.height * 0.7;
1302
- for (; !c(l, S) && S > 0; )
1303
- S -= 1;
1304
- return S;
1305
- }), X = Math.floor(Math.min(...U));
1306
- _.selectAll("text").data(z).enter().append("text").attr("x", (l) => l.data.x + l.data.width - 10).attr("y", (l) => l.data.y + l.data.height / 2).attr("text-anchor", "end").attr("dominant-baseline", "middle").attr("fill", "black").attr("font-size", `${X}px`).text((l) => l.label);
1307
- } else {
1308
- let c = function(l, L, S) {
1309
- const { data: R, label: $ } = l, N = L * $.length * 0.7, F = R.x + R.width / 2, h = F - N / 2, u = F + N / 2, x = h >= R.x && u <= R.x + R.width, d = R.y + S + L <= R.y + R.height;
1310
- return x && d;
1311
- };
1312
- a(c, "fitsInBar");
1313
- const W = 10, z = y.data.map((l, L) => ({ data: l, label: m[L].toString() })).filter((l) => l.data.width > 0 && l.data.height > 0), U = z.map((l) => {
1314
- const { data: L, label: S } = l;
1315
- let R = L.width / (S.length * 0.7);
1316
- for (; !c(l, R, W) && R > 0; )
1317
- R -= 1;
1318
- return R;
1319
- }), X = Math.floor(Math.min(...U));
1320
- _.selectAll("text").data(z).enter().append("text").attr("x", (l) => l.data.x + l.data.width / 2).attr("y", (l) => l.data.y + W).attr("text-anchor", "middle").attr("dominant-baseline", "hanging").attr("fill", "black").attr("font-size", `${X}px`).text((l) => l.label);
1321
- }
1322
- break;
1323
- case "text":
1324
- _.selectAll("text").data(y.data).enter().append("text").attr("x", 0).attr("y", 0).attr("fill", (c) => c.fill).attr("font-size", (c) => c.fontSize).attr("dominant-baseline", (c) => p(c.verticalPos)).attr("text-anchor", (c) => k(c.horizontalPos)).attr("transform", (c) => v(c)).text((c) => c.text);
1325
- break;
1326
- case "path":
1327
- _.selectAll("path").data(y.data).enter().append("path").attr("d", (c) => c.path).attr("fill", (c) => c.fill ? c.fill : "none").attr("stroke", (c) => c.strokeFill).attr("stroke-width", (c) => c.strokeWidth);
1328
- break;
1329
- }
1330
- }
1331
- }, "draw"), Fi = {
1332
- draw: zi
1333
- }, Hi = {
1334
- parser: Ti,
1335
- db: Wi,
1336
- renderer: Fi
1337
- };
1338
- export {
1339
- Hi as diagram
1340
- };