@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,850 +0,0 @@
1
- import { g as Ge } from "./chunk-55IACEB6-VXFJ4bz5.js";
2
- import { s as ze } from "./chunk-QN33PNHL-BOUpbpWp.js";
3
- import { _ as f, b as Xe, a as Je, s as Ze, g as et, p as tt, q as st, c as Ne, l as qe, y as it, B as rt, o as nt, r as at, u as lt } from "./mermaid.core-QjuzH7xx.js";
4
- var Ae = (function() {
5
- var e = /* @__PURE__ */ f(function(P, i, n, c) {
6
- for (n = n || {}, c = P.length; c--; n[P[c]] = i) ;
7
- return n;
8
- }, "o"), l = [1, 3], u = [1, 4], h = [1, 5], r = [1, 6], o = [5, 6, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], m = [1, 22], y = [2, 7], _ = [1, 26], b = [1, 27], N = [1, 28], q = [1, 29], A = [1, 33], C = [1, 34], V = [1, 35], v = [1, 36], x = [1, 37], L = [1, 38], D = [1, 24], O = [1, 31], w = [1, 32], M = [1, 30], p = [1, 39], R = [1, 40], d = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], $ = [1, 61], X = [89, 90], Ce = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 29, 41, 42, 43, 44, 45, 46, 54, 61, 63, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], de = [27, 29], Ve = [1, 70], ve = [1, 71], xe = [1, 72], Le = [1, 73], De = [1, 74], Oe = [1, 75], we = [1, 76], ee = [1, 83], U = [1, 80], te = [1, 84], se = [1, 85], ie = [1, 86], re = [1, 87], ne = [1, 88], ae = [1, 89], le = [1, 90], ce = [1, 91], oe = [1, 92], pe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], Y = [63, 64], Me = [1, 101], Fe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 76, 77, 89, 90], T = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], B = [1, 110], Q = [1, 106], H = [1, 107], K = [1, 108], W = [1, 109], j = [1, 111], he = [1, 116], ue = [1, 117], fe = [1, 114], me = [1, 115], Se = {
9
- trace: /* @__PURE__ */ f(function() {
10
- }, "trace"),
11
- yy: {},
12
- symbols_: { error: 2, start: 3, directive: 4, NEWLINE: 5, RD: 6, diagram: 7, EOF: 8, acc_title: 9, acc_title_value: 10, acc_descr: 11, acc_descr_value: 12, acc_descr_multiline_value: 13, requirementDef: 14, elementDef: 15, relationshipDef: 16, direction: 17, styleStatement: 18, classDefStatement: 19, classStatement: 20, direction_tb: 21, direction_bt: 22, direction_rl: 23, direction_lr: 24, requirementType: 25, requirementName: 26, STRUCT_START: 27, requirementBody: 28, STYLE_SEPARATOR: 29, idList: 30, ID: 31, COLONSEP: 32, id: 33, TEXT: 34, text: 35, RISK: 36, riskLevel: 37, VERIFYMTHD: 38, verifyType: 39, STRUCT_STOP: 40, REQUIREMENT: 41, FUNCTIONAL_REQUIREMENT: 42, INTERFACE_REQUIREMENT: 43, PERFORMANCE_REQUIREMENT: 44, PHYSICAL_REQUIREMENT: 45, DESIGN_CONSTRAINT: 46, LOW_RISK: 47, MED_RISK: 48, HIGH_RISK: 49, VERIFY_ANALYSIS: 50, VERIFY_DEMONSTRATION: 51, VERIFY_INSPECTION: 52, VERIFY_TEST: 53, ELEMENT: 54, elementName: 55, elementBody: 56, TYPE: 57, type: 58, DOCREF: 59, ref: 60, END_ARROW_L: 61, relationship: 62, LINE: 63, END_ARROW_R: 64, CONTAINS: 65, COPIES: 66, DERIVES: 67, SATISFIES: 68, VERIFIES: 69, REFINES: 70, TRACES: 71, CLASSDEF: 72, stylesOpt: 73, CLASS: 74, ALPHA: 75, COMMA: 76, STYLE: 77, style: 78, styleComponent: 79, NUM: 80, COLON: 81, UNIT: 82, SPACE: 83, BRKT: 84, PCT: 85, MINUS: 86, LABEL: 87, SEMICOLON: 88, unqString: 89, qString: 90, $accept: 0, $end: 1 },
13
- terminals_: { 2: "error", 5: "NEWLINE", 6: "RD", 8: "EOF", 9: "acc_title", 10: "acc_title_value", 11: "acc_descr", 12: "acc_descr_value", 13: "acc_descr_multiline_value", 21: "direction_tb", 22: "direction_bt", 23: "direction_rl", 24: "direction_lr", 27: "STRUCT_START", 29: "STYLE_SEPARATOR", 31: "ID", 32: "COLONSEP", 34: "TEXT", 36: "RISK", 38: "VERIFYMTHD", 40: "STRUCT_STOP", 41: "REQUIREMENT", 42: "FUNCTIONAL_REQUIREMENT", 43: "INTERFACE_REQUIREMENT", 44: "PERFORMANCE_REQUIREMENT", 45: "PHYSICAL_REQUIREMENT", 46: "DESIGN_CONSTRAINT", 47: "LOW_RISK", 48: "MED_RISK", 49: "HIGH_RISK", 50: "VERIFY_ANALYSIS", 51: "VERIFY_DEMONSTRATION", 52: "VERIFY_INSPECTION", 53: "VERIFY_TEST", 54: "ELEMENT", 57: "TYPE", 59: "DOCREF", 61: "END_ARROW_L", 63: "LINE", 64: "END_ARROW_R", 65: "CONTAINS", 66: "COPIES", 67: "DERIVES", 68: "SATISFIES", 69: "VERIFIES", 70: "REFINES", 71: "TRACES", 72: "CLASSDEF", 74: "CLASS", 75: "ALPHA", 76: "COMMA", 77: "STYLE", 80: "NUM", 81: "COLON", 82: "UNIT", 83: "SPACE", 84: "BRKT", 85: "PCT", 86: "MINUS", 87: "LABEL", 88: "SEMICOLON", 89: "unqString", 90: "qString" },
14
- productions_: [0, [3, 3], [3, 2], [3, 4], [4, 2], [4, 2], [4, 1], [7, 0], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [17, 1], [17, 1], [17, 1], [17, 1], [14, 5], [14, 7], [28, 5], [28, 5], [28, 5], [28, 5], [28, 2], [28, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [37, 1], [37, 1], [37, 1], [39, 1], [39, 1], [39, 1], [39, 1], [15, 5], [15, 7], [56, 5], [56, 5], [56, 2], [56, 1], [16, 5], [16, 5], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [19, 3], [20, 3], [20, 3], [30, 1], [30, 3], [30, 1], [30, 3], [18, 3], [73, 1], [73, 3], [78, 1], [78, 2], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [26, 1], [26, 1], [33, 1], [33, 1], [35, 1], [35, 1], [55, 1], [55, 1], [58, 1], [58, 1], [60, 1], [60, 1]],
15
- performAction: /* @__PURE__ */ f(function(i, n, c, s, E, t, Ee) {
16
- var a = t.length - 1;
17
- switch (E) {
18
- case 4:
19
- this.$ = t[a].trim(), s.setAccTitle(this.$);
20
- break;
21
- case 5:
22
- case 6:
23
- this.$ = t[a].trim(), s.setAccDescription(this.$);
24
- break;
25
- case 7:
26
- this.$ = [];
27
- break;
28
- case 17:
29
- s.setDirection("TB");
30
- break;
31
- case 18:
32
- s.setDirection("BT");
33
- break;
34
- case 19:
35
- s.setDirection("RL");
36
- break;
37
- case 20:
38
- s.setDirection("LR");
39
- break;
40
- case 21:
41
- s.addRequirement(t[a - 3], t[a - 4]);
42
- break;
43
- case 22:
44
- s.addRequirement(t[a - 5], t[a - 6]), s.setClass([t[a - 5]], t[a - 3]);
45
- break;
46
- case 23:
47
- s.setNewReqId(t[a - 2]);
48
- break;
49
- case 24:
50
- s.setNewReqText(t[a - 2]);
51
- break;
52
- case 25:
53
- s.setNewReqRisk(t[a - 2]);
54
- break;
55
- case 26:
56
- s.setNewReqVerifyMethod(t[a - 2]);
57
- break;
58
- case 29:
59
- this.$ = s.RequirementType.REQUIREMENT;
60
- break;
61
- case 30:
62
- this.$ = s.RequirementType.FUNCTIONAL_REQUIREMENT;
63
- break;
64
- case 31:
65
- this.$ = s.RequirementType.INTERFACE_REQUIREMENT;
66
- break;
67
- case 32:
68
- this.$ = s.RequirementType.PERFORMANCE_REQUIREMENT;
69
- break;
70
- case 33:
71
- this.$ = s.RequirementType.PHYSICAL_REQUIREMENT;
72
- break;
73
- case 34:
74
- this.$ = s.RequirementType.DESIGN_CONSTRAINT;
75
- break;
76
- case 35:
77
- this.$ = s.RiskLevel.LOW_RISK;
78
- break;
79
- case 36:
80
- this.$ = s.RiskLevel.MED_RISK;
81
- break;
82
- case 37:
83
- this.$ = s.RiskLevel.HIGH_RISK;
84
- break;
85
- case 38:
86
- this.$ = s.VerifyType.VERIFY_ANALYSIS;
87
- break;
88
- case 39:
89
- this.$ = s.VerifyType.VERIFY_DEMONSTRATION;
90
- break;
91
- case 40:
92
- this.$ = s.VerifyType.VERIFY_INSPECTION;
93
- break;
94
- case 41:
95
- this.$ = s.VerifyType.VERIFY_TEST;
96
- break;
97
- case 42:
98
- s.addElement(t[a - 3]);
99
- break;
100
- case 43:
101
- s.addElement(t[a - 5]), s.setClass([t[a - 5]], t[a - 3]);
102
- break;
103
- case 44:
104
- s.setNewElementType(t[a - 2]);
105
- break;
106
- case 45:
107
- s.setNewElementDocRef(t[a - 2]);
108
- break;
109
- case 48:
110
- s.addRelationship(t[a - 2], t[a], t[a - 4]);
111
- break;
112
- case 49:
113
- s.addRelationship(t[a - 2], t[a - 4], t[a]);
114
- break;
115
- case 50:
116
- this.$ = s.Relationships.CONTAINS;
117
- break;
118
- case 51:
119
- this.$ = s.Relationships.COPIES;
120
- break;
121
- case 52:
122
- this.$ = s.Relationships.DERIVES;
123
- break;
124
- case 53:
125
- this.$ = s.Relationships.SATISFIES;
126
- break;
127
- case 54:
128
- this.$ = s.Relationships.VERIFIES;
129
- break;
130
- case 55:
131
- this.$ = s.Relationships.REFINES;
132
- break;
133
- case 56:
134
- this.$ = s.Relationships.TRACES;
135
- break;
136
- case 57:
137
- this.$ = t[a - 2], s.defineClass(t[a - 1], t[a]);
138
- break;
139
- case 58:
140
- s.setClass(t[a - 1], t[a]);
141
- break;
142
- case 59:
143
- s.setClass([t[a - 2]], t[a]);
144
- break;
145
- case 60:
146
- case 62:
147
- this.$ = [t[a]];
148
- break;
149
- case 61:
150
- case 63:
151
- this.$ = t[a - 2].concat([t[a]]);
152
- break;
153
- case 64:
154
- this.$ = t[a - 2], s.setCssStyle(t[a - 1], t[a]);
155
- break;
156
- case 65:
157
- this.$ = [t[a]];
158
- break;
159
- case 66:
160
- t[a - 2].push(t[a]), this.$ = t[a - 2];
161
- break;
162
- case 68:
163
- this.$ = t[a - 1] + t[a];
164
- break;
165
- }
166
- }, "anonymous"),
167
- table: [{ 3: 1, 4: 2, 6: l, 9: u, 11: h, 13: r }, { 1: [3] }, { 3: 8, 4: 2, 5: [1, 7], 6: l, 9: u, 11: h, 13: r }, { 5: [1, 9] }, { 10: [1, 10] }, { 12: [1, 11] }, e(o, [2, 6]), { 3: 12, 4: 2, 6: l, 9: u, 11: h, 13: r }, { 1: [2, 2] }, { 4: 17, 5: m, 7: 13, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, e(o, [2, 4]), e(o, [2, 5]), { 1: [2, 1] }, { 8: [1, 41] }, { 4: 17, 5: m, 7: 42, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 43, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 44, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 45, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 46, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 47, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 48, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 49, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 50, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 26: 51, 89: [1, 52], 90: [1, 53] }, { 55: 54, 89: [1, 55], 90: [1, 56] }, { 29: [1, 59], 61: [1, 57], 63: [1, 58] }, e(d, [2, 17]), e(d, [2, 18]), e(d, [2, 19]), e(d, [2, 20]), { 30: 60, 33: 62, 75: $, 89: p, 90: R }, { 30: 63, 33: 62, 75: $, 89: p, 90: R }, { 30: 64, 33: 62, 75: $, 89: p, 90: R }, e(X, [2, 29]), e(X, [2, 30]), e(X, [2, 31]), e(X, [2, 32]), e(X, [2, 33]), e(X, [2, 34]), e(Ce, [2, 81]), e(Ce, [2, 82]), { 1: [2, 3] }, { 8: [2, 8] }, { 8: [2, 9] }, { 8: [2, 10] }, { 8: [2, 11] }, { 8: [2, 12] }, { 8: [2, 13] }, { 8: [2, 14] }, { 8: [2, 15] }, { 8: [2, 16] }, { 27: [1, 65], 29: [1, 66] }, e(de, [2, 79]), e(de, [2, 80]), { 27: [1, 67], 29: [1, 68] }, e(de, [2, 85]), e(de, [2, 86]), { 62: 69, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 62: 77, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 30: 78, 33: 62, 75: $, 89: p, 90: R }, { 73: 79, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 60]), e(pe, [2, 62]), { 73: 93, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, { 30: 94, 33: 62, 75: $, 76: U, 89: p, 90: R }, { 5: [1, 95] }, { 30: 96, 33: 62, 75: $, 89: p, 90: R }, { 5: [1, 97] }, { 30: 98, 33: 62, 75: $, 89: p, 90: R }, { 63: [1, 99] }, e(Y, [2, 50]), e(Y, [2, 51]), e(Y, [2, 52]), e(Y, [2, 53]), e(Y, [2, 54]), e(Y, [2, 55]), e(Y, [2, 56]), { 64: [1, 100] }, e(d, [2, 59], { 76: U }), e(d, [2, 64], { 76: Me }), { 33: 103, 75: [1, 102], 89: p, 90: R }, e(Fe, [2, 65], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), e(T, [2, 67]), e(T, [2, 69]), e(T, [2, 70]), e(T, [2, 71]), e(T, [2, 72]), e(T, [2, 73]), e(T, [2, 74]), e(T, [2, 75]), e(T, [2, 76]), e(T, [2, 77]), e(T, [2, 78]), e(d, [2, 57], { 76: Me }), e(d, [2, 58], { 76: U }), { 5: B, 28: 105, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 27: [1, 112], 76: U }, { 5: he, 40: ue, 56: 113, 57: fe, 59: me }, { 27: [1, 118], 76: U }, { 33: 119, 89: p, 90: R }, { 33: 120, 89: p, 90: R }, { 75: ee, 78: 121, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 61]), e(pe, [2, 63]), e(T, [2, 68]), e(d, [2, 21]), { 32: [1, 122] }, { 32: [1, 123] }, { 32: [1, 124] }, { 32: [1, 125] }, { 5: B, 28: 126, 31: Q, 34: H, 36: K, 38: W, 40: j }, e(d, [2, 28]), { 5: [1, 127] }, e(d, [2, 42]), { 32: [1, 128] }, { 32: [1, 129] }, { 5: he, 40: ue, 56: 130, 57: fe, 59: me }, e(d, [2, 47]), { 5: [1, 131] }, e(d, [2, 48]), e(d, [2, 49]), e(Fe, [2, 66], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), { 33: 132, 89: p, 90: R }, { 35: 133, 89: [1, 134], 90: [1, 135] }, { 37: 136, 47: [1, 137], 48: [1, 138], 49: [1, 139] }, { 39: 140, 50: [1, 141], 51: [1, 142], 52: [1, 143], 53: [1, 144] }, e(d, [2, 27]), { 5: B, 28: 145, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 58: 146, 89: [1, 147], 90: [1, 148] }, { 60: 149, 89: [1, 150], 90: [1, 151] }, e(d, [2, 46]), { 5: he, 40: ue, 56: 152, 57: fe, 59: me }, { 5: [1, 153] }, { 5: [1, 154] }, { 5: [2, 83] }, { 5: [2, 84] }, { 5: [1, 155] }, { 5: [2, 35] }, { 5: [2, 36] }, { 5: [2, 37] }, { 5: [1, 156] }, { 5: [2, 38] }, { 5: [2, 39] }, { 5: [2, 40] }, { 5: [2, 41] }, e(d, [2, 22]), { 5: [1, 157] }, { 5: [2, 87] }, { 5: [2, 88] }, { 5: [1, 158] }, { 5: [2, 89] }, { 5: [2, 90] }, e(d, [2, 43]), { 5: B, 28: 159, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 160, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 161, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 162, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: he, 40: ue, 56: 163, 57: fe, 59: me }, { 5: he, 40: ue, 56: 164, 57: fe, 59: me }, e(d, [2, 23]), e(d, [2, 24]), e(d, [2, 25]), e(d, [2, 26]), e(d, [2, 44]), e(d, [2, 45])],
168
- defaultActions: { 8: [2, 2], 12: [2, 1], 41: [2, 3], 42: [2, 8], 43: [2, 9], 44: [2, 10], 45: [2, 11], 46: [2, 12], 47: [2, 13], 48: [2, 14], 49: [2, 15], 50: [2, 16], 134: [2, 83], 135: [2, 84], 137: [2, 35], 138: [2, 36], 139: [2, 37], 141: [2, 38], 142: [2, 39], 143: [2, 40], 144: [2, 41], 147: [2, 87], 148: [2, 88], 150: [2, 89], 151: [2, 90] },
169
- parseError: /* @__PURE__ */ f(function(i, n) {
170
- if (n.recoverable)
171
- this.trace(i);
172
- else {
173
- var c = new Error(i);
174
- throw c.hash = n, c;
175
- }
176
- }, "parseError"),
177
- parse: /* @__PURE__ */ f(function(i) {
178
- var n = this, c = [0], s = [], E = [null], t = [], Ee = this.table, a = "", ye = 0, Pe = 0, He = 2, $e = 1, Ke = t.slice.call(arguments, 1), g = Object.create(this.lexer), G = { yy: {} };
179
- for (var Ie in this.yy)
180
- Object.prototype.hasOwnProperty.call(this.yy, Ie) && (G.yy[Ie] = this.yy[Ie]);
181
- g.setInput(i, G.yy), G.yy.lexer = g, G.yy.parser = this, typeof g.yylloc > "u" && (g.yylloc = {});
182
- var be = g.yylloc;
183
- t.push(be);
184
- var We = g.options && g.options.ranges;
185
- typeof G.yy.parseError == "function" ? this.parseError = G.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
186
- function je(I) {
187
- c.length = c.length - 2 * I, E.length = E.length - I, t.length = t.length - I;
188
- }
189
- f(je, "popStack");
190
- function Ue() {
191
- var I;
192
- return I = s.pop() || g.lex() || $e, typeof I != "number" && (I instanceof Array && (s = I, I = s.pop()), I = n.symbols_[I] || I), I;
193
- }
194
- f(Ue, "lex");
195
- for (var S, z, k, Te, J = {}, ge, F, Ye, _e; ; ) {
196
- if (z = c[c.length - 1], this.defaultActions[z] ? k = this.defaultActions[z] : ((S === null || typeof S > "u") && (S = Ue()), k = Ee[z] && Ee[z][S]), typeof k > "u" || !k.length || !k[0]) {
197
- var ke = "";
198
- _e = [];
199
- for (ge in Ee[z])
200
- this.terminals_[ge] && ge > He && _e.push("'" + this.terminals_[ge] + "'");
201
- g.showPosition ? ke = "Parse error on line " + (ye + 1) + `:
202
- ` + g.showPosition() + `
203
- Expecting ` + _e.join(", ") + ", got '" + (this.terminals_[S] || S) + "'" : ke = "Parse error on line " + (ye + 1) + ": Unexpected " + (S == $e ? "end of input" : "'" + (this.terminals_[S] || S) + "'"), this.parseError(ke, {
204
- text: g.match,
205
- token: this.terminals_[S] || S,
206
- line: g.yylineno,
207
- loc: be,
208
- expected: _e
209
- });
210
- }
211
- if (k[0] instanceof Array && k.length > 1)
212
- throw new Error("Parse Error: multiple actions possible at state: " + z + ", token: " + S);
213
- switch (k[0]) {
214
- case 1:
215
- c.push(S), E.push(g.yytext), t.push(g.yylloc), c.push(k[1]), S = null, Pe = g.yyleng, a = g.yytext, ye = g.yylineno, be = g.yylloc;
216
- break;
217
- case 2:
218
- if (F = this.productions_[k[1]][1], J.$ = E[E.length - F], J._$ = {
219
- first_line: t[t.length - (F || 1)].first_line,
220
- last_line: t[t.length - 1].last_line,
221
- first_column: t[t.length - (F || 1)].first_column,
222
- last_column: t[t.length - 1].last_column
223
- }, We && (J._$.range = [
224
- t[t.length - (F || 1)].range[0],
225
- t[t.length - 1].range[1]
226
- ]), Te = this.performAction.apply(J, [
227
- a,
228
- Pe,
229
- ye,
230
- G.yy,
231
- k[1],
232
- E,
233
- t
234
- ].concat(Ke)), typeof Te < "u")
235
- return Te;
236
- F && (c = c.slice(0, -1 * F * 2), E = E.slice(0, -1 * F), t = t.slice(0, -1 * F)), c.push(this.productions_[k[1]][0]), E.push(J.$), t.push(J._$), Ye = Ee[c[c.length - 2]][c[c.length - 1]], c.push(Ye);
237
- break;
238
- case 3:
239
- return !0;
240
- }
241
- }
242
- return !0;
243
- }, "parse")
244
- }, Qe = /* @__PURE__ */ (function() {
245
- var P = {
246
- EOF: 1,
247
- parseError: /* @__PURE__ */ f(function(n, c) {
248
- if (this.yy.parser)
249
- this.yy.parser.parseError(n, c);
250
- else
251
- throw new Error(n);
252
- }, "parseError"),
253
- // resets the lexer, sets new input
254
- setInput: /* @__PURE__ */ f(function(i, n) {
255
- return this.yy = n || 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 = {
256
- first_line: 1,
257
- first_column: 0,
258
- last_line: 1,
259
- last_column: 0
260
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
261
- }, "setInput"),
262
- // consumes and returns one char from the input
263
- input: /* @__PURE__ */ f(function() {
264
- var i = this._input[0];
265
- this.yytext += i, this.yyleng++, this.offset++, this.match += i, this.matched += i;
266
- var n = i.match(/(?:\r\n?|\n).*/g);
267
- return n ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), i;
268
- }, "input"),
269
- // unshifts one char (or a string) into the input
270
- unput: /* @__PURE__ */ f(function(i) {
271
- var n = i.length, c = i.split(/(?:\r\n?|\n)/g);
272
- this._input = i + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - n), this.offset -= n;
273
- var s = this.match.split(/(?:\r\n?|\n)/g);
274
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), c.length - 1 && (this.yylineno -= c.length - 1);
275
- var E = this.yylloc.range;
276
- return this.yylloc = {
277
- first_line: this.yylloc.first_line,
278
- last_line: this.yylineno + 1,
279
- first_column: this.yylloc.first_column,
280
- last_column: c ? (c.length === s.length ? this.yylloc.first_column : 0) + s[s.length - c.length].length - c[0].length : this.yylloc.first_column - n
281
- }, this.options.ranges && (this.yylloc.range = [E[0], E[0] + this.yyleng - n]), this.yyleng = this.yytext.length, this;
282
- }, "unput"),
283
- // When called from action, caches matched text and appends it on next action
284
- more: /* @__PURE__ */ f(function() {
285
- return this._more = !0, this;
286
- }, "more"),
287
- // 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.
288
- reject: /* @__PURE__ */ f(function() {
289
- if (this.options.backtrack_lexer)
290
- this._backtrack = !0;
291
- else
292
- 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).
293
- ` + this.showPosition(), {
294
- text: "",
295
- token: null,
296
- line: this.yylineno
297
- });
298
- return this;
299
- }, "reject"),
300
- // retain first n characters of the match
301
- less: /* @__PURE__ */ f(function(i) {
302
- this.unput(this.match.slice(i));
303
- }, "less"),
304
- // displays already matched input, i.e. for error messages
305
- pastInput: /* @__PURE__ */ f(function() {
306
- var i = this.matched.substr(0, this.matched.length - this.match.length);
307
- return (i.length > 20 ? "..." : "") + i.substr(-20).replace(/\n/g, "");
308
- }, "pastInput"),
309
- // displays upcoming input, i.e. for error messages
310
- upcomingInput: /* @__PURE__ */ f(function() {
311
- var i = this.match;
312
- return i.length < 20 && (i += this._input.substr(0, 20 - i.length)), (i.substr(0, 20) + (i.length > 20 ? "..." : "")).replace(/\n/g, "");
313
- }, "upcomingInput"),
314
- // displays the character position where the lexing error occurred, i.e. for error messages
315
- showPosition: /* @__PURE__ */ f(function() {
316
- var i = this.pastInput(), n = new Array(i.length + 1).join("-");
317
- return i + this.upcomingInput() + `
318
- ` + n + "^";
319
- }, "showPosition"),
320
- // test the lexed token: return FALSE when not a match, otherwise return token
321
- test_match: /* @__PURE__ */ f(function(i, n) {
322
- var c, s, E;
323
- if (this.options.backtrack_lexer && (E = {
324
- yylineno: this.yylineno,
325
- yylloc: {
326
- first_line: this.yylloc.first_line,
327
- last_line: this.last_line,
328
- first_column: this.yylloc.first_column,
329
- last_column: this.yylloc.last_column
330
- },
331
- yytext: this.yytext,
332
- match: this.match,
333
- matches: this.matches,
334
- matched: this.matched,
335
- yyleng: this.yyleng,
336
- offset: this.offset,
337
- _more: this._more,
338
- _input: this._input,
339
- yy: this.yy,
340
- conditionStack: this.conditionStack.slice(0),
341
- done: this.done
342
- }, this.options.ranges && (E.yylloc.range = this.yylloc.range.slice(0))), s = i[0].match(/(?:\r\n?|\n).*/g), s && (this.yylineno += s.length), this.yylloc = {
343
- first_line: this.yylloc.last_line,
344
- last_line: this.yylineno + 1,
345
- first_column: this.yylloc.last_column,
346
- last_column: s ? s[s.length - 1].length - s[s.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + i[0].length
347
- }, 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], c = this.performAction.call(this, this.yy, this, n, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), c)
348
- return c;
349
- if (this._backtrack) {
350
- for (var t in E)
351
- this[t] = E[t];
352
- return !1;
353
- }
354
- return !1;
355
- }, "test_match"),
356
- // return next match in input
357
- next: /* @__PURE__ */ f(function() {
358
- if (this.done)
359
- return this.EOF;
360
- this._input || (this.done = !0);
361
- var i, n, c, s;
362
- this._more || (this.yytext = "", this.match = "");
363
- for (var E = this._currentRules(), t = 0; t < E.length; t++)
364
- if (c = this._input.match(this.rules[E[t]]), c && (!n || c[0].length > n[0].length)) {
365
- if (n = c, s = t, this.options.backtrack_lexer) {
366
- if (i = this.test_match(c, E[t]), i !== !1)
367
- return i;
368
- if (this._backtrack) {
369
- n = !1;
370
- continue;
371
- } else
372
- return !1;
373
- } else if (!this.options.flex)
374
- break;
375
- }
376
- return n ? (i = this.test_match(n, E[s]), i !== !1 ? i : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
377
- ` + this.showPosition(), {
378
- text: "",
379
- token: null,
380
- line: this.yylineno
381
- });
382
- }, "next"),
383
- // return next match that has a token
384
- lex: /* @__PURE__ */ f(function() {
385
- var n = this.next();
386
- return n || this.lex();
387
- }, "lex"),
388
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
389
- begin: /* @__PURE__ */ f(function(n) {
390
- this.conditionStack.push(n);
391
- }, "begin"),
392
- // pop the previously active lexer condition state off the condition stack
393
- popState: /* @__PURE__ */ f(function() {
394
- var n = this.conditionStack.length - 1;
395
- return n > 0 ? this.conditionStack.pop() : this.conditionStack[0];
396
- }, "popState"),
397
- // produce the lexer rule set which is active for the currently active lexer condition state
398
- _currentRules: /* @__PURE__ */ f(function() {
399
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
400
- }, "_currentRules"),
401
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
402
- topState: /* @__PURE__ */ f(function(n) {
403
- return n = this.conditionStack.length - 1 - Math.abs(n || 0), n >= 0 ? this.conditionStack[n] : "INITIAL";
404
- }, "topState"),
405
- // alias for begin(condition)
406
- pushState: /* @__PURE__ */ f(function(n) {
407
- this.begin(n);
408
- }, "pushState"),
409
- // return the number of states currently on the stack
410
- stateStackSize: /* @__PURE__ */ f(function() {
411
- return this.conditionStack.length;
412
- }, "stateStackSize"),
413
- options: { "case-insensitive": !0 },
414
- performAction: /* @__PURE__ */ f(function(n, c, s, E) {
415
- switch (s) {
416
- case 0:
417
- return "title";
418
- case 1:
419
- return this.begin("acc_title"), 9;
420
- case 2:
421
- return this.popState(), "acc_title_value";
422
- case 3:
423
- return this.begin("acc_descr"), 11;
424
- case 4:
425
- return this.popState(), "acc_descr_value";
426
- case 5:
427
- this.begin("acc_descr_multiline");
428
- break;
429
- case 6:
430
- this.popState();
431
- break;
432
- case 7:
433
- return "acc_descr_multiline_value";
434
- case 8:
435
- return 21;
436
- case 9:
437
- return 22;
438
- case 10:
439
- return 23;
440
- case 11:
441
- return 24;
442
- case 12:
443
- return 5;
444
- case 13:
445
- break;
446
- case 14:
447
- break;
448
- case 15:
449
- break;
450
- case 16:
451
- return 8;
452
- case 17:
453
- return 6;
454
- case 18:
455
- return 27;
456
- case 19:
457
- return 40;
458
- case 20:
459
- return 29;
460
- case 21:
461
- return 32;
462
- case 22:
463
- return 31;
464
- case 23:
465
- return 34;
466
- case 24:
467
- return 36;
468
- case 25:
469
- return 38;
470
- case 26:
471
- return 41;
472
- case 27:
473
- return 42;
474
- case 28:
475
- return 43;
476
- case 29:
477
- return 44;
478
- case 30:
479
- return 45;
480
- case 31:
481
- return 46;
482
- case 32:
483
- return 47;
484
- case 33:
485
- return 48;
486
- case 34:
487
- return 49;
488
- case 35:
489
- return 50;
490
- case 36:
491
- return 51;
492
- case 37:
493
- return 52;
494
- case 38:
495
- return 53;
496
- case 39:
497
- return 54;
498
- case 40:
499
- return 65;
500
- case 41:
501
- return 66;
502
- case 42:
503
- return 67;
504
- case 43:
505
- return 68;
506
- case 44:
507
- return 69;
508
- case 45:
509
- return 70;
510
- case 46:
511
- return 71;
512
- case 47:
513
- return 57;
514
- case 48:
515
- return 59;
516
- case 49:
517
- return this.begin("style"), 77;
518
- case 50:
519
- return 75;
520
- case 51:
521
- return 81;
522
- case 52:
523
- return 88;
524
- case 53:
525
- return "PERCENT";
526
- case 54:
527
- return 86;
528
- case 55:
529
- return 84;
530
- case 56:
531
- break;
532
- case 57:
533
- this.begin("string");
534
- break;
535
- case 58:
536
- this.popState();
537
- break;
538
- case 59:
539
- return this.begin("style"), 72;
540
- case 60:
541
- return this.begin("style"), 74;
542
- case 61:
543
- return 61;
544
- case 62:
545
- return 64;
546
- case 63:
547
- return 63;
548
- case 64:
549
- this.begin("string");
550
- break;
551
- case 65:
552
- this.popState();
553
- break;
554
- case 66:
555
- return "qString";
556
- case 67:
557
- return c.yytext = c.yytext.trim(), 89;
558
- case 68:
559
- return 75;
560
- case 69:
561
- return 80;
562
- case 70:
563
- return 76;
564
- }
565
- }, "anonymous"),
566
- rules: [/^(?:title\s[^#\n;]+)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:.*direction\s+TB[^\n]*)/i, /^(?:.*direction\s+BT[^\n]*)/i, /^(?:.*direction\s+RL[^\n]*)/i, /^(?:.*direction\s+LR[^\n]*)/i, /^(?:(\r?\n)+)/i, /^(?:\s+)/i, /^(?:#[^\n]*)/i, /^(?:%[^\n]*)/i, /^(?:$)/i, /^(?:requirementDiagram\b)/i, /^(?:\{)/i, /^(?:\})/i, /^(?::{3})/i, /^(?::)/i, /^(?:id\b)/i, /^(?:text\b)/i, /^(?:risk\b)/i, /^(?:verifyMethod\b)/i, /^(?:requirement\b)/i, /^(?:functionalRequirement\b)/i, /^(?:interfaceRequirement\b)/i, /^(?:performanceRequirement\b)/i, /^(?:physicalRequirement\b)/i, /^(?:designConstraint\b)/i, /^(?:low\b)/i, /^(?:medium\b)/i, /^(?:high\b)/i, /^(?:analysis\b)/i, /^(?:demonstration\b)/i, /^(?:inspection\b)/i, /^(?:test\b)/i, /^(?:element\b)/i, /^(?:contains\b)/i, /^(?:copies\b)/i, /^(?:derives\b)/i, /^(?:satisfies\b)/i, /^(?:verifies\b)/i, /^(?:refines\b)/i, /^(?:traces\b)/i, /^(?:type\b)/i, /^(?:docref\b)/i, /^(?:style\b)/i, /^(?:\w+)/i, /^(?::)/i, /^(?:;)/i, /^(?:%)/i, /^(?:-)/i, /^(?:#)/i, /^(?: )/i, /^(?:["])/i, /^(?:\n)/i, /^(?:classDef\b)/i, /^(?:class\b)/i, /^(?:<-)/i, /^(?:->)/i, /^(?:-)/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:[\w][^:,\r\n\{\<\>\-\=]*)/i, /^(?:\w+)/i, /^(?:[0-9]+)/i, /^(?:,)/i],
567
- conditions: { acc_descr_multiline: { rules: [6, 7, 68, 69, 70], inclusive: !1 }, acc_descr: { rules: [4, 68, 69, 70], inclusive: !1 }, acc_title: { rules: [2, 68, 69, 70], inclusive: !1 }, style: { rules: [50, 51, 52, 53, 54, 55, 56, 57, 58, 68, 69, 70], inclusive: !1 }, unqString: { rules: [68, 69, 70], inclusive: !1 }, token: { rules: [68, 69, 70], inclusive: !1 }, string: { rules: [65, 66, 68, 69, 70], inclusive: !1 }, INITIAL: { rules: [0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70], inclusive: !0 } }
568
- };
569
- return P;
570
- })();
571
- Se.lexer = Qe;
572
- function Re() {
573
- this.yy = {};
574
- }
575
- return f(Re, "Parser"), Re.prototype = Se, Se.Parser = Re, new Re();
576
- })();
577
- Ae.parser = Ae;
578
- var ct = Ae, Z, ot = (Z = class {
579
- constructor() {
580
- this.relations = [], this.latestRequirement = this.getInitialRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.latestElement = this.getInitialElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), this.direction = "TB", this.RequirementType = {
581
- REQUIREMENT: "Requirement",
582
- FUNCTIONAL_REQUIREMENT: "Functional Requirement",
583
- INTERFACE_REQUIREMENT: "Interface Requirement",
584
- PERFORMANCE_REQUIREMENT: "Performance Requirement",
585
- PHYSICAL_REQUIREMENT: "Physical Requirement",
586
- DESIGN_CONSTRAINT: "Design Constraint"
587
- }, this.RiskLevel = {
588
- LOW_RISK: "Low",
589
- MED_RISK: "Medium",
590
- HIGH_RISK: "High"
591
- }, this.VerifyType = {
592
- VERIFY_ANALYSIS: "Analysis",
593
- VERIFY_DEMONSTRATION: "Demonstration",
594
- VERIFY_INSPECTION: "Inspection",
595
- VERIFY_TEST: "Test"
596
- }, this.Relationships = {
597
- CONTAINS: "contains",
598
- COPIES: "copies",
599
- DERIVES: "derives",
600
- SATISFIES: "satisfies",
601
- VERIFIES: "verifies",
602
- REFINES: "refines",
603
- TRACES: "traces"
604
- }, this.setAccTitle = Xe, this.getAccTitle = Je, this.setAccDescription = Ze, this.getAccDescription = et, this.setDiagramTitle = tt, this.getDiagramTitle = st, this.getConfig = /* @__PURE__ */ f(() => Ne().requirement, "getConfig"), this.clear(), this.setDirection = this.setDirection.bind(this), this.addRequirement = this.addRequirement.bind(this), this.setNewReqId = this.setNewReqId.bind(this), this.setNewReqRisk = this.setNewReqRisk.bind(this), this.setNewReqText = this.setNewReqText.bind(this), this.setNewReqVerifyMethod = this.setNewReqVerifyMethod.bind(this), this.addElement = this.addElement.bind(this), this.setNewElementType = this.setNewElementType.bind(this), this.setNewElementDocRef = this.setNewElementDocRef.bind(this), this.addRelationship = this.addRelationship.bind(this), this.setCssStyle = this.setCssStyle.bind(this), this.setClass = this.setClass.bind(this), this.defineClass = this.defineClass.bind(this), this.setAccTitle = this.setAccTitle.bind(this), this.setAccDescription = this.setAccDescription.bind(this);
605
- }
606
- getDirection() {
607
- return this.direction;
608
- }
609
- setDirection(l) {
610
- this.direction = l;
611
- }
612
- resetLatestRequirement() {
613
- this.latestRequirement = this.getInitialRequirement();
614
- }
615
- resetLatestElement() {
616
- this.latestElement = this.getInitialElement();
617
- }
618
- getInitialRequirement() {
619
- return {
620
- requirementId: "",
621
- text: "",
622
- risk: "",
623
- verifyMethod: "",
624
- name: "",
625
- type: "",
626
- cssStyles: [],
627
- classes: ["default"]
628
- };
629
- }
630
- getInitialElement() {
631
- return {
632
- name: "",
633
- type: "",
634
- docRef: "",
635
- cssStyles: [],
636
- classes: ["default"]
637
- };
638
- }
639
- addRequirement(l, u) {
640
- return this.requirements.has(l) || this.requirements.set(l, {
641
- name: l,
642
- type: u,
643
- requirementId: this.latestRequirement.requirementId,
644
- text: this.latestRequirement.text,
645
- risk: this.latestRequirement.risk,
646
- verifyMethod: this.latestRequirement.verifyMethod,
647
- cssStyles: [],
648
- classes: ["default"]
649
- }), this.resetLatestRequirement(), this.requirements.get(l);
650
- }
651
- getRequirements() {
652
- return this.requirements;
653
- }
654
- setNewReqId(l) {
655
- this.latestRequirement !== void 0 && (this.latestRequirement.requirementId = l);
656
- }
657
- setNewReqText(l) {
658
- this.latestRequirement !== void 0 && (this.latestRequirement.text = l);
659
- }
660
- setNewReqRisk(l) {
661
- this.latestRequirement !== void 0 && (this.latestRequirement.risk = l);
662
- }
663
- setNewReqVerifyMethod(l) {
664
- this.latestRequirement !== void 0 && (this.latestRequirement.verifyMethod = l);
665
- }
666
- addElement(l) {
667
- return this.elements.has(l) || (this.elements.set(l, {
668
- name: l,
669
- type: this.latestElement.type,
670
- docRef: this.latestElement.docRef,
671
- cssStyles: [],
672
- classes: ["default"]
673
- }), qe.info("Added new element: ", l)), this.resetLatestElement(), this.elements.get(l);
674
- }
675
- getElements() {
676
- return this.elements;
677
- }
678
- setNewElementType(l) {
679
- this.latestElement !== void 0 && (this.latestElement.type = l);
680
- }
681
- setNewElementDocRef(l) {
682
- this.latestElement !== void 0 && (this.latestElement.docRef = l);
683
- }
684
- addRelationship(l, u, h) {
685
- this.relations.push({
686
- type: l,
687
- src: u,
688
- dst: h
689
- });
690
- }
691
- getRelationships() {
692
- return this.relations;
693
- }
694
- clear() {
695
- this.relations = [], this.resetLatestRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.resetLatestElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), it();
696
- }
697
- setCssStyle(l, u) {
698
- for (const h of l) {
699
- const r = this.requirements.get(h) ?? this.elements.get(h);
700
- if (!u || !r)
701
- return;
702
- for (const o of u)
703
- o.includes(",") ? r.cssStyles.push(...o.split(",")) : r.cssStyles.push(o);
704
- }
705
- }
706
- setClass(l, u) {
707
- for (const h of l) {
708
- const r = this.requirements.get(h) ?? this.elements.get(h);
709
- if (r)
710
- for (const o of u) {
711
- r.classes.push(o);
712
- const m = this.classes.get(o)?.styles;
713
- m && r.cssStyles.push(...m);
714
- }
715
- }
716
- }
717
- defineClass(l, u) {
718
- for (const h of l) {
719
- let r = this.classes.get(h);
720
- r === void 0 && (r = { id: h, styles: [], textStyles: [] }, this.classes.set(h, r)), u && u.forEach(function(o) {
721
- if (/color/.exec(o)) {
722
- const m = o.replace("fill", "bgFill");
723
- r.textStyles.push(m);
724
- }
725
- r.styles.push(o);
726
- }), this.requirements.forEach((o) => {
727
- o.classes.includes(h) && o.cssStyles.push(...u.flatMap((m) => m.split(",")));
728
- }), this.elements.forEach((o) => {
729
- o.classes.includes(h) && o.cssStyles.push(...u.flatMap((m) => m.split(",")));
730
- });
731
- }
732
- }
733
- getClasses() {
734
- return this.classes;
735
- }
736
- getData() {
737
- const l = Ne(), u = [], h = [];
738
- for (const r of this.requirements.values()) {
739
- const o = r;
740
- o.id = r.name, o.cssStyles = r.cssStyles, o.cssClasses = r.classes.join(" "), o.shape = "requirementBox", o.look = l.look, u.push(o);
741
- }
742
- for (const r of this.elements.values()) {
743
- const o = r;
744
- o.shape = "requirementBox", o.look = l.look, o.id = r.name, o.cssStyles = r.cssStyles, o.cssClasses = r.classes.join(" "), u.push(o);
745
- }
746
- for (const r of this.relations) {
747
- let o = 0;
748
- const m = r.type === this.Relationships.CONTAINS, y = {
749
- id: `${r.src}-${r.dst}-${o}`,
750
- start: this.requirements.get(r.src)?.name ?? this.elements.get(r.src)?.name,
751
- end: this.requirements.get(r.dst)?.name ?? this.elements.get(r.dst)?.name,
752
- label: `&lt;&lt;${r.type}&gt;&gt;`,
753
- classes: "relationshipLine",
754
- style: ["fill:none", m ? "" : "stroke-dasharray: 10,7"],
755
- labelpos: "c",
756
- thickness: "normal",
757
- type: "normal",
758
- pattern: m ? "normal" : "dashed",
759
- arrowTypeStart: m ? "requirement_contains" : "",
760
- arrowTypeEnd: m ? "" : "requirement_arrow",
761
- look: l.look
762
- };
763
- h.push(y), o++;
764
- }
765
- return { nodes: u, edges: h, other: {}, config: l, direction: this.getDirection() };
766
- }
767
- }, f(Z, "RequirementDB"), Z), ht = /* @__PURE__ */ f((e) => `
768
-
769
- marker {
770
- fill: ${e.relationColor};
771
- stroke: ${e.relationColor};
772
- }
773
-
774
- marker.cross {
775
- stroke: ${e.lineColor};
776
- }
777
-
778
- svg {
779
- font-family: ${e.fontFamily};
780
- font-size: ${e.fontSize};
781
- }
782
-
783
- .reqBox {
784
- fill: ${e.requirementBackground};
785
- fill-opacity: 1.0;
786
- stroke: ${e.requirementBorderColor};
787
- stroke-width: ${e.requirementBorderSize};
788
- }
789
-
790
- .reqTitle, .reqLabel{
791
- fill: ${e.requirementTextColor};
792
- }
793
- .reqLabelBox {
794
- fill: ${e.relationLabelBackground};
795
- fill-opacity: 1.0;
796
- }
797
-
798
- .req-title-line {
799
- stroke: ${e.requirementBorderColor};
800
- stroke-width: ${e.requirementBorderSize};
801
- }
802
- .relationshipLine {
803
- stroke: ${e.relationColor};
804
- stroke-width: 1;
805
- }
806
- .relationshipLabel {
807
- fill: ${e.relationLabelColor};
808
- }
809
- .divider {
810
- stroke: ${e.nodeBorder};
811
- stroke-width: 1;
812
- }
813
- .label {
814
- font-family: ${e.fontFamily};
815
- color: ${e.nodeTextColor || e.textColor};
816
- }
817
- .label text,span {
818
- fill: ${e.nodeTextColor || e.textColor};
819
- color: ${e.nodeTextColor || e.textColor};
820
- }
821
- .labelBkg {
822
- background-color: ${e.edgeLabelBackground};
823
- }
824
-
825
- `, "getStyles"), ut = ht, Be = {};
826
- rt(Be, {
827
- draw: () => ft
828
- });
829
- var ft = /* @__PURE__ */ f(async function(e, l, u, h) {
830
- qe.info("REF0:"), qe.info("Drawing requirement diagram (unified)", l);
831
- const { securityLevel: r, state: o, layout: m } = Ne(), y = h.db.getData(), _ = Ge(l, r);
832
- y.type = h.type, y.layoutAlgorithm = nt(m), y.nodeSpacing = o?.nodeSpacing ?? 50, y.rankSpacing = o?.rankSpacing ?? 50, y.markers = ["requirement_contains", "requirement_arrow"], y.diagramId = l, await at(y, _);
833
- const b = 8;
834
- lt.insertTitle(
835
- _,
836
- "requirementDiagramTitleText",
837
- o?.titleTopMargin ?? 25,
838
- h.db.getDiagramTitle()
839
- ), ze(_, b, "requirementDiagram", o?.useMaxWidth ?? !0);
840
- }, "draw"), pt = {
841
- parser: ct,
842
- get db() {
843
- return new ot();
844
- },
845
- renderer: Be,
846
- styles: ut
847
- };
848
- export {
849
- pt as diagram
850
- };