@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,834 +0,0 @@
1
- import { a as gt, g as lt, f as mt, d as xt } from "./chunk-TZMSLE5B-BUiROKNR.js";
2
- import { g as kt } from "./chunk-FMBD7UC4-BMXFm8I3.js";
3
- import { _ as n, g as _t, s as vt, a as bt, b as wt, q as Tt, p as St, c as R, d as X, e as $t, y as Mt } from "./mermaid.core-QjuzH7xx.js";
4
- import { d as et } from "./arc-Dw2RQerU.js";
5
- var U = (function() {
6
- var t = /* @__PURE__ */ n(function(h, i, a, l) {
7
- for (a = a || {}, l = h.length; l--; a[h[l]] = i) ;
8
- return a;
9
- }, "o"), e = [6, 8, 10, 11, 12, 14, 16, 17, 18], s = [1, 9], c = [1, 10], r = [1, 11], f = [1, 12], u = [1, 13], y = [1, 14], g = {
10
- trace: /* @__PURE__ */ n(function() {
11
- }, "trace"),
12
- yy: {},
13
- symbols_: { error: 2, start: 3, journey: 4, document: 5, EOF: 6, line: 7, SPACE: 8, statement: 9, NEWLINE: 10, title: 11, acc_title: 12, acc_title_value: 13, acc_descr: 14, acc_descr_value: 15, acc_descr_multiline_value: 16, section: 17, taskName: 18, taskData: 19, $accept: 0, $end: 1 },
14
- terminals_: { 2: "error", 4: "journey", 6: "EOF", 8: "SPACE", 10: "NEWLINE", 11: "title", 12: "acc_title", 13: "acc_title_value", 14: "acc_descr", 15: "acc_descr_value", 16: "acc_descr_multiline_value", 17: "section", 18: "taskName", 19: "taskData" },
15
- productions_: [0, [3, 3], [5, 0], [5, 2], [7, 2], [7, 1], [7, 1], [7, 1], [9, 1], [9, 2], [9, 2], [9, 1], [9, 1], [9, 2]],
16
- performAction: /* @__PURE__ */ n(function(i, a, l, d, p, o, b) {
17
- var k = o.length - 1;
18
- switch (p) {
19
- case 1:
20
- return o[k - 1];
21
- case 2:
22
- this.$ = [];
23
- break;
24
- case 3:
25
- o[k - 1].push(o[k]), this.$ = o[k - 1];
26
- break;
27
- case 4:
28
- case 5:
29
- this.$ = o[k];
30
- break;
31
- case 6:
32
- case 7:
33
- this.$ = [];
34
- break;
35
- case 8:
36
- d.setDiagramTitle(o[k].substr(6)), this.$ = o[k].substr(6);
37
- break;
38
- case 9:
39
- this.$ = o[k].trim(), d.setAccTitle(this.$);
40
- break;
41
- case 10:
42
- case 11:
43
- this.$ = o[k].trim(), d.setAccDescription(this.$);
44
- break;
45
- case 12:
46
- d.addSection(o[k].substr(8)), this.$ = o[k].substr(8);
47
- break;
48
- case 13:
49
- d.addTask(o[k - 1], o[k]), this.$ = "task";
50
- break;
51
- }
52
- }, "anonymous"),
53
- table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, t(e, [2, 2], { 5: 3 }), { 6: [1, 4], 7: 5, 8: [1, 6], 9: 7, 10: [1, 8], 11: s, 12: c, 14: r, 16: f, 17: u, 18: y }, t(e, [2, 7], { 1: [2, 1] }), t(e, [2, 3]), { 9: 15, 11: s, 12: c, 14: r, 16: f, 17: u, 18: y }, t(e, [2, 5]), t(e, [2, 6]), t(e, [2, 8]), { 13: [1, 16] }, { 15: [1, 17] }, t(e, [2, 11]), t(e, [2, 12]), { 19: [1, 18] }, t(e, [2, 4]), t(e, [2, 9]), t(e, [2, 10]), t(e, [2, 13])],
54
- defaultActions: {},
55
- parseError: /* @__PURE__ */ n(function(i, a) {
56
- if (a.recoverable)
57
- this.trace(i);
58
- else {
59
- var l = new Error(i);
60
- throw l.hash = a, l;
61
- }
62
- }, "parseError"),
63
- parse: /* @__PURE__ */ n(function(i) {
64
- var a = this, l = [0], d = [], p = [null], o = [], b = this.table, k = "", C = 0, K = 0, dt = 2, Q = 1, yt = o.slice.call(arguments, 1), _ = Object.create(this.lexer), I = { yy: {} };
65
- for (var O in this.yy)
66
- Object.prototype.hasOwnProperty.call(this.yy, O) && (I.yy[O] = this.yy[O]);
67
- _.setInput(i, I.yy), I.yy.lexer = _, I.yy.parser = this, typeof _.yylloc > "u" && (_.yylloc = {});
68
- var Y = _.yylloc;
69
- o.push(Y);
70
- var ft = _.options && _.options.ranges;
71
- typeof I.yy.parseError == "function" ? this.parseError = I.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
72
- function pt(w) {
73
- l.length = l.length - 2 * w, p.length = p.length - w, o.length = o.length - w;
74
- }
75
- n(pt, "popStack");
76
- function D() {
77
- var w;
78
- return w = d.pop() || _.lex() || Q, typeof w != "number" && (w instanceof Array && (d = w, w = d.pop()), w = a.symbols_[w] || w), w;
79
- }
80
- n(D, "lex");
81
- for (var v, A, T, q, F = {}, N, M, tt, z; ; ) {
82
- if (A = l[l.length - 1], this.defaultActions[A] ? T = this.defaultActions[A] : ((v === null || typeof v > "u") && (v = D()), T = b[A] && b[A][v]), typeof T > "u" || !T.length || !T[0]) {
83
- var H = "";
84
- z = [];
85
- for (N in b[A])
86
- this.terminals_[N] && N > dt && z.push("'" + this.terminals_[N] + "'");
87
- _.showPosition ? H = "Parse error on line " + (C + 1) + `:
88
- ` + _.showPosition() + `
89
- Expecting ` + z.join(", ") + ", got '" + (this.terminals_[v] || v) + "'" : H = "Parse error on line " + (C + 1) + ": Unexpected " + (v == Q ? "end of input" : "'" + (this.terminals_[v] || v) + "'"), this.parseError(H, {
90
- text: _.match,
91
- token: this.terminals_[v] || v,
92
- line: _.yylineno,
93
- loc: Y,
94
- expected: z
95
- });
96
- }
97
- if (T[0] instanceof Array && T.length > 1)
98
- throw new Error("Parse Error: multiple actions possible at state: " + A + ", token: " + v);
99
- switch (T[0]) {
100
- case 1:
101
- l.push(v), p.push(_.yytext), o.push(_.yylloc), l.push(T[1]), v = null, K = _.yyleng, k = _.yytext, C = _.yylineno, Y = _.yylloc;
102
- break;
103
- case 2:
104
- if (M = this.productions_[T[1]][1], F.$ = p[p.length - M], F._$ = {
105
- first_line: o[o.length - (M || 1)].first_line,
106
- last_line: o[o.length - 1].last_line,
107
- first_column: o[o.length - (M || 1)].first_column,
108
- last_column: o[o.length - 1].last_column
109
- }, ft && (F._$.range = [
110
- o[o.length - (M || 1)].range[0],
111
- o[o.length - 1].range[1]
112
- ]), q = this.performAction.apply(F, [
113
- k,
114
- K,
115
- C,
116
- I.yy,
117
- T[1],
118
- p,
119
- o
120
- ].concat(yt)), typeof q < "u")
121
- return q;
122
- M && (l = l.slice(0, -1 * M * 2), p = p.slice(0, -1 * M), o = o.slice(0, -1 * M)), l.push(this.productions_[T[1]][0]), p.push(F.$), o.push(F._$), tt = b[l[l.length - 2]][l[l.length - 1]], l.push(tt);
123
- break;
124
- case 3:
125
- return !0;
126
- }
127
- }
128
- return !0;
129
- }, "parse")
130
- }, m = /* @__PURE__ */ (function() {
131
- var h = {
132
- EOF: 1,
133
- parseError: /* @__PURE__ */ n(function(a, l) {
134
- if (this.yy.parser)
135
- this.yy.parser.parseError(a, l);
136
- else
137
- throw new Error(a);
138
- }, "parseError"),
139
- // resets the lexer, sets new input
140
- setInput: /* @__PURE__ */ n(function(i, a) {
141
- return this.yy = a || this.yy || {}, this._input = i, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
142
- first_line: 1,
143
- first_column: 0,
144
- last_line: 1,
145
- last_column: 0
146
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
147
- }, "setInput"),
148
- // consumes and returns one char from the input
149
- input: /* @__PURE__ */ n(function() {
150
- var i = this._input[0];
151
- this.yytext += i, this.yyleng++, this.offset++, this.match += i, this.matched += i;
152
- var a = i.match(/(?:\r\n?|\n).*/g);
153
- 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), i;
154
- }, "input"),
155
- // unshifts one char (or a string) into the input
156
- unput: /* @__PURE__ */ n(function(i) {
157
- var a = i.length, l = i.split(/(?:\r\n?|\n)/g);
158
- this._input = i + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - a), this.offset -= a;
159
- var d = this.match.split(/(?:\r\n?|\n)/g);
160
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), l.length - 1 && (this.yylineno -= l.length - 1);
161
- var p = this.yylloc.range;
162
- return this.yylloc = {
163
- first_line: this.yylloc.first_line,
164
- last_line: this.yylineno + 1,
165
- first_column: this.yylloc.first_column,
166
- last_column: l ? (l.length === d.length ? this.yylloc.first_column : 0) + d[d.length - l.length].length - l[0].length : this.yylloc.first_column - a
167
- }, this.options.ranges && (this.yylloc.range = [p[0], p[0] + this.yyleng - a]), this.yyleng = this.yytext.length, this;
168
- }, "unput"),
169
- // When called from action, caches matched text and appends it on next action
170
- more: /* @__PURE__ */ n(function() {
171
- return this._more = !0, this;
172
- }, "more"),
173
- // 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.
174
- reject: /* @__PURE__ */ n(function() {
175
- if (this.options.backtrack_lexer)
176
- this._backtrack = !0;
177
- else
178
- 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).
179
- ` + this.showPosition(), {
180
- text: "",
181
- token: null,
182
- line: this.yylineno
183
- });
184
- return this;
185
- }, "reject"),
186
- // retain first n characters of the match
187
- less: /* @__PURE__ */ n(function(i) {
188
- this.unput(this.match.slice(i));
189
- }, "less"),
190
- // displays already matched input, i.e. for error messages
191
- pastInput: /* @__PURE__ */ n(function() {
192
- var i = this.matched.substr(0, this.matched.length - this.match.length);
193
- return (i.length > 20 ? "..." : "") + i.substr(-20).replace(/\n/g, "");
194
- }, "pastInput"),
195
- // displays upcoming input, i.e. for error messages
196
- upcomingInput: /* @__PURE__ */ n(function() {
197
- var i = this.match;
198
- return i.length < 20 && (i += this._input.substr(0, 20 - i.length)), (i.substr(0, 20) + (i.length > 20 ? "..." : "")).replace(/\n/g, "");
199
- }, "upcomingInput"),
200
- // displays the character position where the lexing error occurred, i.e. for error messages
201
- showPosition: /* @__PURE__ */ n(function() {
202
- var i = this.pastInput(), a = new Array(i.length + 1).join("-");
203
- return i + this.upcomingInput() + `
204
- ` + a + "^";
205
- }, "showPosition"),
206
- // test the lexed token: return FALSE when not a match, otherwise return token
207
- test_match: /* @__PURE__ */ n(function(i, a) {
208
- var l, d, p;
209
- if (this.options.backtrack_lexer && (p = {
210
- yylineno: this.yylineno,
211
- yylloc: {
212
- first_line: this.yylloc.first_line,
213
- last_line: this.last_line,
214
- first_column: this.yylloc.first_column,
215
- last_column: this.yylloc.last_column
216
- },
217
- yytext: this.yytext,
218
- match: this.match,
219
- matches: this.matches,
220
- matched: this.matched,
221
- yyleng: this.yyleng,
222
- offset: this.offset,
223
- _more: this._more,
224
- _input: this._input,
225
- yy: this.yy,
226
- conditionStack: this.conditionStack.slice(0),
227
- done: this.done
228
- }, this.options.ranges && (p.yylloc.range = this.yylloc.range.slice(0))), d = i[0].match(/(?:\r\n?|\n).*/g), d && (this.yylineno += d.length), this.yylloc = {
229
- first_line: this.yylloc.last_line,
230
- last_line: this.yylineno + 1,
231
- first_column: this.yylloc.last_column,
232
- last_column: d ? d[d.length - 1].length - d[d.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + i[0].length
233
- }, this.yytext += i[0], this.match += i[0], this.matches = i, 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(i[0].length), this.matched += i[0], l = this.performAction.call(this, this.yy, this, a, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), l)
234
- return l;
235
- if (this._backtrack) {
236
- for (var o in p)
237
- this[o] = p[o];
238
- return !1;
239
- }
240
- return !1;
241
- }, "test_match"),
242
- // return next match in input
243
- next: /* @__PURE__ */ n(function() {
244
- if (this.done)
245
- return this.EOF;
246
- this._input || (this.done = !0);
247
- var i, a, l, d;
248
- this._more || (this.yytext = "", this.match = "");
249
- for (var p = this._currentRules(), o = 0; o < p.length; o++)
250
- if (l = this._input.match(this.rules[p[o]]), l && (!a || l[0].length > a[0].length)) {
251
- if (a = l, d = o, this.options.backtrack_lexer) {
252
- if (i = this.test_match(l, p[o]), i !== !1)
253
- return i;
254
- if (this._backtrack) {
255
- a = !1;
256
- continue;
257
- } else
258
- return !1;
259
- } else if (!this.options.flex)
260
- break;
261
- }
262
- return a ? (i = this.test_match(a, p[d]), i !== !1 ? i : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
263
- ` + this.showPosition(), {
264
- text: "",
265
- token: null,
266
- line: this.yylineno
267
- });
268
- }, "next"),
269
- // return next match that has a token
270
- lex: /* @__PURE__ */ n(function() {
271
- var a = this.next();
272
- return a || this.lex();
273
- }, "lex"),
274
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
275
- begin: /* @__PURE__ */ n(function(a) {
276
- this.conditionStack.push(a);
277
- }, "begin"),
278
- // pop the previously active lexer condition state off the condition stack
279
- popState: /* @__PURE__ */ n(function() {
280
- var a = this.conditionStack.length - 1;
281
- return a > 0 ? this.conditionStack.pop() : this.conditionStack[0];
282
- }, "popState"),
283
- // produce the lexer rule set which is active for the currently active lexer condition state
284
- _currentRules: /* @__PURE__ */ n(function() {
285
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
286
- }, "_currentRules"),
287
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
288
- topState: /* @__PURE__ */ n(function(a) {
289
- return a = this.conditionStack.length - 1 - Math.abs(a || 0), a >= 0 ? this.conditionStack[a] : "INITIAL";
290
- }, "topState"),
291
- // alias for begin(condition)
292
- pushState: /* @__PURE__ */ n(function(a) {
293
- this.begin(a);
294
- }, "pushState"),
295
- // return the number of states currently on the stack
296
- stateStackSize: /* @__PURE__ */ n(function() {
297
- return this.conditionStack.length;
298
- }, "stateStackSize"),
299
- options: { "case-insensitive": !0 },
300
- performAction: /* @__PURE__ */ n(function(a, l, d, p) {
301
- switch (d) {
302
- case 0:
303
- break;
304
- case 1:
305
- break;
306
- case 2:
307
- return 10;
308
- case 3:
309
- break;
310
- case 4:
311
- break;
312
- case 5:
313
- return 4;
314
- case 6:
315
- return 11;
316
- case 7:
317
- return this.begin("acc_title"), 12;
318
- case 8:
319
- return this.popState(), "acc_title_value";
320
- case 9:
321
- return this.begin("acc_descr"), 14;
322
- case 10:
323
- return this.popState(), "acc_descr_value";
324
- case 11:
325
- this.begin("acc_descr_multiline");
326
- break;
327
- case 12:
328
- this.popState();
329
- break;
330
- case 13:
331
- return "acc_descr_multiline_value";
332
- case 14:
333
- return 17;
334
- case 15:
335
- return 18;
336
- case 16:
337
- return 19;
338
- case 17:
339
- return ":";
340
- case 18:
341
- return 6;
342
- case 19:
343
- return "INVALID";
344
- }
345
- }, "anonymous"),
346
- rules: [/^(?:%(?!\{)[^\n]*)/i, /^(?:[^\}]%%[^\n]*)/i, /^(?:[\n]+)/i, /^(?:\s+)/i, /^(?:#[^\n]*)/i, /^(?:journey\b)/i, /^(?:title\s[^#\n;]+)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:section\s[^#:\n;]+)/i, /^(?:[^#:\n;]+)/i, /^(?::[^#\n;]+)/i, /^(?::)/i, /^(?:$)/i, /^(?:.)/i],
347
- conditions: { acc_descr_multiline: { rules: [12, 13], inclusive: !1 }, acc_descr: { rules: [10], inclusive: !1 }, acc_title: { rules: [8], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 14, 15, 16, 17, 18, 19], inclusive: !0 } }
348
- };
349
- return h;
350
- })();
351
- g.lexer = m;
352
- function x() {
353
- this.yy = {};
354
- }
355
- return n(x, "Parser"), x.prototype = g, g.Parser = x, new x();
356
- })();
357
- U.parser = U;
358
- var Et = U, V = "", Z = [], L = [], B = [], Ct = /* @__PURE__ */ n(function() {
359
- Z.length = 0, L.length = 0, V = "", B.length = 0, Mt();
360
- }, "clear"), Pt = /* @__PURE__ */ n(function(t) {
361
- V = t, Z.push(t);
362
- }, "addSection"), It = /* @__PURE__ */ n(function() {
363
- return Z;
364
- }, "getSections"), At = /* @__PURE__ */ n(function() {
365
- let t = it();
366
- const e = 100;
367
- let s = 0;
368
- for (; !t && s < e; )
369
- t = it(), s++;
370
- return L.push(...B), L;
371
- }, "getTasks"), Ft = /* @__PURE__ */ n(function() {
372
- const t = [];
373
- return L.forEach((s) => {
374
- s.people && t.push(...s.people);
375
- }), [...new Set(t)].sort();
376
- }, "updateActors"), Vt = /* @__PURE__ */ n(function(t, e) {
377
- const s = e.substr(1).split(":");
378
- let c = 0, r = [];
379
- s.length === 1 ? (c = Number(s[0]), r = []) : (c = Number(s[0]), r = s[1].split(","));
380
- const f = r.map((y) => y.trim()), u = {
381
- section: V,
382
- type: V,
383
- people: f,
384
- task: t,
385
- score: c
386
- };
387
- B.push(u);
388
- }, "addTask"), Rt = /* @__PURE__ */ n(function(t) {
389
- const e = {
390
- section: V,
391
- type: V,
392
- description: t,
393
- task: t,
394
- classes: []
395
- };
396
- L.push(e);
397
- }, "addTaskOrg"), it = /* @__PURE__ */ n(function() {
398
- const t = /* @__PURE__ */ n(function(s) {
399
- return B[s].processed;
400
- }, "compileTask");
401
- let e = !0;
402
- for (const [s, c] of B.entries())
403
- t(s), e = e && c.processed;
404
- return e;
405
- }, "compileTasks"), Lt = /* @__PURE__ */ n(function() {
406
- return Ft();
407
- }, "getActors"), rt = {
408
- getConfig: /* @__PURE__ */ n(() => R().journey, "getConfig"),
409
- clear: Ct,
410
- setDiagramTitle: St,
411
- getDiagramTitle: Tt,
412
- setAccTitle: wt,
413
- getAccTitle: bt,
414
- setAccDescription: vt,
415
- getAccDescription: _t,
416
- addSection: Pt,
417
- getSections: It,
418
- getTasks: At,
419
- addTask: Vt,
420
- addTaskOrg: Rt,
421
- getActors: Lt
422
- }, Bt = /* @__PURE__ */ n((t) => `.label {
423
- font-family: ${t.fontFamily};
424
- color: ${t.textColor};
425
- }
426
- .mouth {
427
- stroke: #666;
428
- }
429
-
430
- line {
431
- stroke: ${t.textColor}
432
- }
433
-
434
- .legend {
435
- fill: ${t.textColor};
436
- font-family: ${t.fontFamily};
437
- }
438
-
439
- .label text {
440
- fill: #333;
441
- }
442
- .label {
443
- color: ${t.textColor}
444
- }
445
-
446
- .face {
447
- ${t.faceColor ? `fill: ${t.faceColor}` : "fill: #FFF8DC"};
448
- stroke: #999;
449
- }
450
-
451
- .node rect,
452
- .node circle,
453
- .node ellipse,
454
- .node polygon,
455
- .node path {
456
- fill: ${t.mainBkg};
457
- stroke: ${t.nodeBorder};
458
- stroke-width: 1px;
459
- }
460
-
461
- .node .label {
462
- text-align: center;
463
- }
464
- .node.clickable {
465
- cursor: pointer;
466
- }
467
-
468
- .arrowheadPath {
469
- fill: ${t.arrowheadColor};
470
- }
471
-
472
- .edgePath .path {
473
- stroke: ${t.lineColor};
474
- stroke-width: 1.5px;
475
- }
476
-
477
- .flowchart-link {
478
- stroke: ${t.lineColor};
479
- fill: none;
480
- }
481
-
482
- .edgeLabel {
483
- background-color: ${t.edgeLabelBackground};
484
- rect {
485
- opacity: 0.5;
486
- }
487
- text-align: center;
488
- }
489
-
490
- .cluster rect {
491
- }
492
-
493
- .cluster text {
494
- fill: ${t.titleColor};
495
- }
496
-
497
- div.mermaidTooltip {
498
- position: absolute;
499
- text-align: center;
500
- max-width: 200px;
501
- padding: 2px;
502
- font-family: ${t.fontFamily};
503
- font-size: 12px;
504
- background: ${t.tertiaryColor};
505
- border: 1px solid ${t.border2};
506
- border-radius: 2px;
507
- pointer-events: none;
508
- z-index: 100;
509
- }
510
-
511
- .task-type-0, .section-type-0 {
512
- ${t.fillType0 ? `fill: ${t.fillType0}` : ""};
513
- }
514
- .task-type-1, .section-type-1 {
515
- ${t.fillType0 ? `fill: ${t.fillType1}` : ""};
516
- }
517
- .task-type-2, .section-type-2 {
518
- ${t.fillType0 ? `fill: ${t.fillType2}` : ""};
519
- }
520
- .task-type-3, .section-type-3 {
521
- ${t.fillType0 ? `fill: ${t.fillType3}` : ""};
522
- }
523
- .task-type-4, .section-type-4 {
524
- ${t.fillType0 ? `fill: ${t.fillType4}` : ""};
525
- }
526
- .task-type-5, .section-type-5 {
527
- ${t.fillType0 ? `fill: ${t.fillType5}` : ""};
528
- }
529
- .task-type-6, .section-type-6 {
530
- ${t.fillType0 ? `fill: ${t.fillType6}` : ""};
531
- }
532
- .task-type-7, .section-type-7 {
533
- ${t.fillType0 ? `fill: ${t.fillType7}` : ""};
534
- }
535
-
536
- .actor-0 {
537
- ${t.actor0 ? `fill: ${t.actor0}` : ""};
538
- }
539
- .actor-1 {
540
- ${t.actor1 ? `fill: ${t.actor1}` : ""};
541
- }
542
- .actor-2 {
543
- ${t.actor2 ? `fill: ${t.actor2}` : ""};
544
- }
545
- .actor-3 {
546
- ${t.actor3 ? `fill: ${t.actor3}` : ""};
547
- }
548
- .actor-4 {
549
- ${t.actor4 ? `fill: ${t.actor4}` : ""};
550
- }
551
- .actor-5 {
552
- ${t.actor5 ? `fill: ${t.actor5}` : ""};
553
- }
554
- ${kt()}
555
- `, "getStyles"), jt = Bt, J = /* @__PURE__ */ n(function(t, e) {
556
- return xt(t, e);
557
- }, "drawRect"), Nt = /* @__PURE__ */ n(function(t, e) {
558
- const c = t.append("circle").attr("cx", e.cx).attr("cy", e.cy).attr("class", "face").attr("r", 15).attr("stroke-width", 2).attr("overflow", "visible"), r = t.append("g");
559
- r.append("circle").attr("cx", e.cx - 15 / 3).attr("cy", e.cy - 15 / 3).attr("r", 1.5).attr("stroke-width", 2).attr("fill", "#666").attr("stroke", "#666"), r.append("circle").attr("cx", e.cx + 15 / 3).attr("cy", e.cy - 15 / 3).attr("r", 1.5).attr("stroke-width", 2).attr("fill", "#666").attr("stroke", "#666");
560
- function f(g) {
561
- const m = et().startAngle(Math.PI / 2).endAngle(3 * (Math.PI / 2)).innerRadius(7.5).outerRadius(6.8181818181818175);
562
- g.append("path").attr("class", "mouth").attr("d", m).attr("transform", "translate(" + e.cx + "," + (e.cy + 2) + ")");
563
- }
564
- n(f, "smile");
565
- function u(g) {
566
- const m = et().startAngle(3 * Math.PI / 2).endAngle(5 * (Math.PI / 2)).innerRadius(7.5).outerRadius(6.8181818181818175);
567
- g.append("path").attr("class", "mouth").attr("d", m).attr("transform", "translate(" + e.cx + "," + (e.cy + 7) + ")");
568
- }
569
- n(u, "sad");
570
- function y(g) {
571
- g.append("line").attr("class", "mouth").attr("stroke", 2).attr("x1", e.cx - 5).attr("y1", e.cy + 7).attr("x2", e.cx + 5).attr("y2", e.cy + 7).attr("class", "mouth").attr("stroke-width", "1px").attr("stroke", "#666");
572
- }
573
- return n(y, "ambivalent"), e.score > 3 ? f(r) : e.score < 3 ? u(r) : y(r), c;
574
- }, "drawFace"), ot = /* @__PURE__ */ n(function(t, e) {
575
- const s = t.append("circle");
576
- return s.attr("cx", e.cx), s.attr("cy", e.cy), s.attr("class", "actor-" + e.pos), s.attr("fill", e.fill), s.attr("stroke", e.stroke), s.attr("r", e.r), s.class !== void 0 && s.attr("class", s.class), e.title !== void 0 && s.append("title").text(e.title), s;
577
- }, "drawCircle"), ct = /* @__PURE__ */ n(function(t, e) {
578
- return mt(t, e);
579
- }, "drawText"), zt = /* @__PURE__ */ n(function(t, e) {
580
- function s(r, f, u, y, g) {
581
- return r + "," + f + " " + (r + u) + "," + f + " " + (r + u) + "," + (f + y - g) + " " + (r + u - g * 1.2) + "," + (f + y) + " " + r + "," + (f + y);
582
- }
583
- n(s, "genPoints");
584
- const c = t.append("polygon");
585
- c.attr("points", s(e.x, e.y, 50, 20, 7)), c.attr("class", "labelBox"), e.y = e.y + e.labelMargin, e.x = e.x + 0.5 * e.labelMargin, ct(t, e);
586
- }, "drawLabel"), Wt = /* @__PURE__ */ n(function(t, e, s) {
587
- const c = t.append("g"), r = lt();
588
- r.x = e.x, r.y = e.y, r.fill = e.fill, r.width = s.width * e.taskCount + // width of the tasks
589
- s.diagramMarginX * (e.taskCount - 1), r.height = s.height, r.class = "journey-section section-type-" + e.num, r.rx = 3, r.ry = 3, J(c, r), ht(s)(
590
- e.text,
591
- c,
592
- r.x,
593
- r.y,
594
- r.width,
595
- r.height,
596
- { class: "journey-section section-type-" + e.num },
597
- s,
598
- e.colour
599
- );
600
- }, "drawSection"), nt = -1, Ot = /* @__PURE__ */ n(function(t, e, s) {
601
- const c = e.x + s.width / 2, r = t.append("g");
602
- nt++, r.append("line").attr("id", "task" + nt).attr("x1", c).attr("y1", e.y).attr("x2", c).attr("y2", 450).attr("class", "task-line").attr("stroke-width", "1px").attr("stroke-dasharray", "4 2").attr("stroke", "#666"), Nt(r, {
603
- cx: c,
604
- cy: 300 + (5 - e.score) * 30,
605
- score: e.score
606
- });
607
- const u = lt();
608
- u.x = e.x, u.y = e.y, u.fill = e.fill, u.width = s.width, u.height = s.height, u.class = "task task-type-" + e.num, u.rx = 3, u.ry = 3, J(r, u);
609
- let y = e.x + 14;
610
- e.people.forEach((g) => {
611
- const m = e.actors[g].color, x = {
612
- cx: y,
613
- cy: e.y,
614
- r: 7,
615
- fill: m,
616
- stroke: "#000",
617
- title: g,
618
- pos: e.actors[g].position
619
- };
620
- ot(r, x), y += 10;
621
- }), ht(s)(
622
- e.task,
623
- r,
624
- u.x,
625
- u.y,
626
- u.width,
627
- u.height,
628
- { class: "task" },
629
- s,
630
- e.colour
631
- );
632
- }, "drawTask"), Yt = /* @__PURE__ */ n(function(t, e) {
633
- gt(t, e);
634
- }, "drawBackgroundRect"), ht = /* @__PURE__ */ (function() {
635
- function t(r, f, u, y, g, m, x, h) {
636
- const i = f.append("text").attr("x", u + g / 2).attr("y", y + m / 2 + 5).style("font-color", h).style("text-anchor", "middle").text(r);
637
- c(i, x);
638
- }
639
- n(t, "byText");
640
- function e(r, f, u, y, g, m, x, h, i) {
641
- const { taskFontSize: a, taskFontFamily: l } = h, d = r.split(/<br\s*\/?>/gi);
642
- for (let p = 0; p < d.length; p++) {
643
- const o = p * a - a * (d.length - 1) / 2, b = f.append("text").attr("x", u + g / 2).attr("y", y).attr("fill", i).style("text-anchor", "middle").style("font-size", a).style("font-family", l);
644
- b.append("tspan").attr("x", u + g / 2).attr("dy", o).text(d[p]), b.attr("y", y + m / 2).attr("dominant-baseline", "central").attr("alignment-baseline", "central"), c(b, x);
645
- }
646
- }
647
- n(e, "byTspan");
648
- function s(r, f, u, y, g, m, x, h) {
649
- const i = f.append("switch"), l = i.append("foreignObject").attr("x", u).attr("y", y).attr("width", g).attr("height", m).attr("position", "fixed").append("xhtml:div").style("display", "table").style("height", "100%").style("width", "100%");
650
- l.append("div").attr("class", "label").style("display", "table-cell").style("text-align", "center").style("vertical-align", "middle").text(r), e(r, i, u, y, g, m, x, h), c(l, x);
651
- }
652
- n(s, "byFo");
653
- function c(r, f) {
654
- for (const u in f)
655
- u in f && r.attr(u, f[u]);
656
- }
657
- return n(c, "_setTextAttrs"), function(r) {
658
- return r.textPlacement === "fo" ? s : r.textPlacement === "old" ? t : e;
659
- };
660
- })(), qt = /* @__PURE__ */ n(function(t) {
661
- t.append("defs").append("marker").attr("id", "arrowhead").attr("refX", 5).attr("refY", 2).attr("markerWidth", 6).attr("markerHeight", 4).attr("orient", "auto").append("path").attr("d", "M 0,0 V 4 L6,2 Z");
662
- }, "initGraphics"), j = {
663
- drawRect: J,
664
- drawCircle: ot,
665
- drawSection: Wt,
666
- drawText: ct,
667
- drawLabel: zt,
668
- drawTask: Ot,
669
- drawBackgroundRect: Yt,
670
- initGraphics: qt
671
- }, Ht = /* @__PURE__ */ n(function(t) {
672
- Object.keys(t).forEach(function(s) {
673
- $[s] = t[s];
674
- });
675
- }, "setConf"), E = {}, W = 0;
676
- function ut(t) {
677
- const e = R().journey, s = e.maxLabelWidth;
678
- W = 0;
679
- let c = 60;
680
- Object.keys(E).forEach((r) => {
681
- const f = E[r].color, u = {
682
- cx: 20,
683
- cy: c,
684
- r: 7,
685
- fill: f,
686
- stroke: "#000",
687
- pos: E[r].position
688
- };
689
- j.drawCircle(t, u);
690
- let y = t.append("text").attr("visibility", "hidden").text(r);
691
- const g = y.node().getBoundingClientRect().width;
692
- y.remove();
693
- let m = [];
694
- if (g <= s)
695
- m = [r];
696
- else {
697
- const x = r.split(" ");
698
- let h = "";
699
- y = t.append("text").attr("visibility", "hidden"), x.forEach((i) => {
700
- const a = h ? `${h} ${i}` : i;
701
- if (y.text(a), y.node().getBoundingClientRect().width > s) {
702
- if (h && m.push(h), h = i, y.text(i), y.node().getBoundingClientRect().width > s) {
703
- let d = "";
704
- for (const p of i)
705
- d += p, y.text(d + "-"), y.node().getBoundingClientRect().width > s && (m.push(d.slice(0, -1) + "-"), d = p);
706
- h = d;
707
- }
708
- } else
709
- h = a;
710
- }), h && m.push(h), y.remove();
711
- }
712
- m.forEach((x, h) => {
713
- const i = {
714
- x: 40,
715
- y: c + 7 + h * 20,
716
- fill: "#666",
717
- text: x,
718
- textMargin: e.boxTextMargin ?? 5
719
- }, l = j.drawText(t, i).node().getBoundingClientRect().width;
720
- l > W && l > e.leftMargin - l && (W = l);
721
- }), c += Math.max(20, m.length * 20);
722
- });
723
- }
724
- n(ut, "drawActorLegend");
725
- var $ = R().journey, P = 0, Xt = /* @__PURE__ */ n(function(t, e, s, c) {
726
- const r = R(), f = r.journey.titleColor, u = r.journey.titleFontSize, y = r.journey.titleFontFamily, g = r.securityLevel;
727
- let m;
728
- g === "sandbox" && (m = X("#i" + e));
729
- const x = g === "sandbox" ? X(m.nodes()[0].contentDocument.body) : X("body");
730
- S.init();
731
- const h = x.select("#" + e);
732
- j.initGraphics(h);
733
- const i = c.db.getTasks(), a = c.db.getDiagramTitle(), l = c.db.getActors();
734
- for (const C in E)
735
- delete E[C];
736
- let d = 0;
737
- l.forEach((C) => {
738
- E[C] = {
739
- color: $.actorColours[d % $.actorColours.length],
740
- position: d
741
- }, d++;
742
- }), ut(h), P = $.leftMargin + W, S.insert(0, 0, P, Object.keys(E).length * 50), Gt(h, i, 0);
743
- const p = S.getBounds();
744
- a && h.append("text").text(a).attr("x", P).attr("font-size", u).attr("font-weight", "bold").attr("y", 25).attr("fill", f).attr("font-family", y);
745
- const o = p.stopy - p.starty + 2 * $.diagramMarginY, b = P + p.stopx + 2 * $.diagramMarginX;
746
- $t(h, o, b, $.useMaxWidth), h.append("line").attr("x1", P).attr("y1", $.height * 4).attr("x2", b - P - 4).attr("y2", $.height * 4).attr("stroke-width", 4).attr("stroke", "black").attr("marker-end", "url(#arrowhead)");
747
- const k = a ? 70 : 0;
748
- h.attr("viewBox", `${p.startx} -25 ${b} ${o + k}`), h.attr("preserveAspectRatio", "xMinYMin meet"), h.attr("height", o + k + 25);
749
- }, "draw"), S = {
750
- data: {
751
- startx: void 0,
752
- stopx: void 0,
753
- starty: void 0,
754
- stopy: void 0
755
- },
756
- verticalPos: 0,
757
- sequenceItems: [],
758
- init: /* @__PURE__ */ n(function() {
759
- this.sequenceItems = [], this.data = {
760
- startx: void 0,
761
- stopx: void 0,
762
- starty: void 0,
763
- stopy: void 0
764
- }, this.verticalPos = 0;
765
- }, "init"),
766
- updateVal: /* @__PURE__ */ n(function(t, e, s, c) {
767
- t[e] === void 0 ? t[e] = s : t[e] = c(s, t[e]);
768
- }, "updateVal"),
769
- updateBounds: /* @__PURE__ */ n(function(t, e, s, c) {
770
- const r = R().journey, f = this;
771
- let u = 0;
772
- function y(g) {
773
- return /* @__PURE__ */ n(function(x) {
774
- u++;
775
- const h = f.sequenceItems.length - u + 1;
776
- f.updateVal(x, "starty", e - h * r.boxMargin, Math.min), f.updateVal(x, "stopy", c + h * r.boxMargin, Math.max), f.updateVal(S.data, "startx", t - h * r.boxMargin, Math.min), f.updateVal(S.data, "stopx", s + h * r.boxMargin, Math.max), g !== "activation" && (f.updateVal(x, "startx", t - h * r.boxMargin, Math.min), f.updateVal(x, "stopx", s + h * r.boxMargin, Math.max), f.updateVal(S.data, "starty", e - h * r.boxMargin, Math.min), f.updateVal(S.data, "stopy", c + h * r.boxMargin, Math.max));
777
- }, "updateItemBounds");
778
- }
779
- n(y, "updateFn"), this.sequenceItems.forEach(y());
780
- }, "updateBounds"),
781
- insert: /* @__PURE__ */ n(function(t, e, s, c) {
782
- const r = Math.min(t, s), f = Math.max(t, s), u = Math.min(e, c), y = Math.max(e, c);
783
- this.updateVal(S.data, "startx", r, Math.min), this.updateVal(S.data, "starty", u, Math.min), this.updateVal(S.data, "stopx", f, Math.max), this.updateVal(S.data, "stopy", y, Math.max), this.updateBounds(r, u, f, y);
784
- }, "insert"),
785
- bumpVerticalPos: /* @__PURE__ */ n(function(t) {
786
- this.verticalPos = this.verticalPos + t, this.data.stopy = this.verticalPos;
787
- }, "bumpVerticalPos"),
788
- getVerticalPos: /* @__PURE__ */ n(function() {
789
- return this.verticalPos;
790
- }, "getVerticalPos"),
791
- getBounds: /* @__PURE__ */ n(function() {
792
- return this.data;
793
- }, "getBounds")
794
- }, G = $.sectionFills, st = $.sectionColours, Gt = /* @__PURE__ */ n(function(t, e, s) {
795
- const c = R().journey;
796
- let r = "";
797
- const f = c.height * 2 + c.diagramMarginY, u = s + f;
798
- let y = 0, g = "#CCC", m = "black", x = 0;
799
- for (const [h, i] of e.entries()) {
800
- if (r !== i.section) {
801
- g = G[y % G.length], x = y % G.length, m = st[y % st.length];
802
- let l = 0;
803
- const d = i.section;
804
- for (let o = h; o < e.length && e[o].section == d; o++)
805
- l = l + 1;
806
- const p = {
807
- x: h * c.taskMargin + h * c.width + P,
808
- y: 50,
809
- text: i.section,
810
- fill: g,
811
- num: x,
812
- colour: m,
813
- taskCount: l
814
- };
815
- j.drawSection(t, p, c), r = i.section, y++;
816
- }
817
- const a = i.people.reduce((l, d) => (E[d] && (l[d] = E[d]), l), {});
818
- i.x = h * c.taskMargin + h * c.width + P, i.y = u, i.width = c.diagramMarginX, i.height = c.diagramMarginY, i.colour = m, i.fill = g, i.num = x, i.actors = a, j.drawTask(t, i, c), S.insert(i.x, i.y, i.x + i.width + c.taskMargin, 450);
819
- }
820
- }, "drawTasks"), at = {
821
- setConf: Ht,
822
- draw: Xt
823
- }, Qt = {
824
- parser: Et,
825
- db: rt,
826
- renderer: at,
827
- styles: jt,
828
- init: /* @__PURE__ */ n((t) => {
829
- at.setConf(t.journey), rt.clear();
830
- }, "init")
831
- };
832
- export {
833
- Qt as diagram
834
- };