@scalar/agent-chat 0.2.3 → 0.2.5

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 (262) 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/SendingRequest.vue.d.ts.map +1 -1
  78. package/dist/components/SendingRequest.vue.js +24 -0
  79. package/dist/components/Suggestion.vue.d.ts.map +1 -1
  80. package/dist/components/TestRequestButton.vue.d.ts.map +1 -1
  81. package/dist/components/{Endpoint.vue.d.ts → UploadSection.vue.d.ts} +3 -5
  82. package/dist/components/UploadSection.vue.d.ts.map +1 -0
  83. package/dist/components/UploadSection.vue.js +7 -0
  84. package/dist/components/UploadSection.vue2.js +62 -0
  85. package/dist/entities/prompt/constants.d.ts +2 -0
  86. package/dist/entities/prompt/constants.d.ts.map +1 -0
  87. package/dist/entities/prompt/constants.js +4 -0
  88. package/dist/entities/registry/document.d.ts +21 -0
  89. package/dist/entities/registry/document.d.ts.map +1 -0
  90. package/dist/entities/registry/document.js +12 -0
  91. package/dist/entities/tools/ask-for-authentication.d.ts +7 -0
  92. package/dist/entities/tools/ask-for-authentication.d.ts.map +1 -0
  93. package/dist/entities/tools/ask-for-authentication.js +8 -0
  94. package/dist/entities/tools/constants.d.ts +2 -0
  95. package/dist/entities/tools/constants.d.ts.map +1 -0
  96. package/dist/entities/tools/constants.js +4 -0
  97. package/dist/entities/tools/execute-request.d.ts +42 -0
  98. package/dist/entities/tools/execute-request.d.ts.map +1 -0
  99. package/dist/entities/tools/execute-request.js +11 -0
  100. package/dist/entities/tools/get-mini-openapi-spec.d.ts +12 -0
  101. package/dist/entities/tools/get-mini-openapi-spec.d.ts.map +1 -0
  102. package/dist/entities/tools/get-mini-openapi-spec.js +8 -0
  103. package/dist/entities/tools/get-openapi-spec-summary.d.ts +10 -0
  104. package/dist/entities/tools/get-openapi-spec-summary.d.ts.map +1 -0
  105. package/dist/entities/tools/get-openapi-spec-summary.js +4 -0
  106. package/dist/helpers.d.ts +20 -12
  107. package/dist/helpers.d.ts.map +1 -1
  108. package/dist/helpers.js +115 -0
  109. package/dist/hooks/{useChatApprovals.d.ts → use-chat-approvals.d.ts} +1 -1
  110. package/dist/hooks/use-chat-approvals.d.ts.map +1 -0
  111. package/dist/hooks/use-chat-approvals.js +21 -0
  112. package/dist/hooks/use-chat-error.d.ts +14 -0
  113. package/dist/hooks/use-chat-error.d.ts.map +1 -0
  114. package/dist/hooks/use-chat-error.js +23 -0
  115. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts +19 -0
  116. package/dist/hooks/use-chat-pending-client-tool-parts.d.ts.map +1 -0
  117. package/dist/hooks/use-chat-pending-client-tool-parts.js +12 -0
  118. package/dist/hooks/{useChatScroll.d.ts → use-chat-scroll.d.ts} +1 -1
  119. package/dist/hooks/use-chat-scroll.d.ts.map +1 -0
  120. package/dist/hooks/use-chat-scroll.js +16 -0
  121. package/dist/hooks/{useSearch.d.ts → use-search.d.ts} +11 -11
  122. package/dist/hooks/use-search.d.ts.map +1 -0
  123. package/dist/hooks/use-search.js +25 -0
  124. package/dist/hooks/use-term-and-conditions.d.ts +6 -0
  125. package/dist/hooks/use-term-and-conditions.d.ts.map +1 -0
  126. package/dist/hooks/use-term-and-conditions.js +16 -0
  127. package/dist/hooks/use-upload-tmp-document.d.ts +19 -0
  128. package/dist/hooks/use-upload-tmp-document.d.ts.map +1 -0
  129. package/dist/hooks/use-upload-tmp-document.js +64 -0
  130. package/dist/index.d.ts +2 -1
  131. package/dist/index.d.ts.map +1 -1
  132. package/dist/index.js +2 -1
  133. package/dist/package.json +35 -23
  134. package/dist/registry/add-documents-to-store.d.ts +6 -6
  135. package/dist/registry/add-documents-to-store.d.ts.map +1 -1
  136. package/dist/registry/add-documents-to-store.js +39 -0
  137. package/dist/registry/create-document-name.d.ts +2 -0
  138. package/dist/registry/create-document-name.d.ts.map +1 -0
  139. package/dist/registry/create-document-name.js +6 -0
  140. package/dist/state/state.d.ts +20 -8
  141. package/dist/state/state.d.ts.map +1 -1
  142. package/dist/state/state.js +110 -0
  143. package/dist/style.css +1 -1
  144. package/dist/types.d.ts +2 -0
  145. package/dist/types.d.ts.map +1 -0
  146. package/dist/views/Chat/Chat.vue.d.ts.map +1 -1
  147. package/dist/views/Chat/Chat.vue.js +7 -0
  148. package/dist/views/Chat/Chat.vue2.js +77 -0
  149. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts +10 -0
  150. package/dist/views/Chat/Messages/AskForAuthentication.vue.d.ts.map +1 -0
  151. package/dist/views/Chat/Messages/AskForAuthentication.vue.js +7 -0
  152. package/dist/views/Chat/Messages/AskForAuthentication.vue2.js +89 -0
  153. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts +2 -2
  154. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.d.ts.map +1 -1
  155. package/dist/views/Chat/Messages/ExecuteRequestTool.vue.js +7 -0
  156. package/dist/views/Chat/Messages/ExecuteRequestTool.vue2.js +23 -0
  157. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts +2 -2
  158. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.d.ts.map +1 -1
  159. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue.js +7 -0
  160. package/dist/views/Chat/Messages/GetMiniOpenAPIDocTool.vue2.js +56 -0
  161. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts +2 -2
  162. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.d.ts.map +1 -1
  163. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue.js +26 -0
  164. package/dist/views/Chat/Messages/GetOpenAPISpecsSummary.vue2.js +4 -0
  165. package/dist/views/Chat/Messages/Text.vue.d.ts.map +1 -1
  166. package/dist/views/Chat/Messages/Text.vue.js +16 -0
  167. package/dist/views/Chat/Messages/Text.vue2.js +4 -0
  168. package/dist/views/Layout.vue.d.ts.map +1 -1
  169. package/dist/views/Layout.vue.js +7 -0
  170. package/dist/views/Layout.vue2.js +23 -0
  171. package/dist/views/PromptForm.vue.d.ts.map +1 -1
  172. package/dist/views/PromptForm.vue.js +7 -0
  173. package/dist/views/PromptForm.vue2.js +212 -0
  174. package/dist/views/Settings/Auth.vue.d.ts.map +1 -1
  175. package/dist/views/Settings/Auth.vue.js +67 -0
  176. package/dist/views/Settings/Auth.vue2.js +4 -0
  177. package/dist/views/Settings/DocSettings.vue.d.ts.map +1 -1
  178. package/dist/views/Settings/DocSettings.vue.js +7 -0
  179. package/dist/views/Settings/DocSettings.vue2.js +43 -0
  180. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  181. package/dist/views/Settings/Settings.vue.js +8 -0
  182. package/dist/views/Settings/Settings.vue2.js +67 -0
  183. package/dist/views/Start.vue.d.ts.map +1 -1
  184. package/dist/views/Start.vue.js +7 -0
  185. package/dist/views/Start.vue2.js +41 -0
  186. package/package.json +53 -7
  187. package/dist/Tooltip-Cm82QgNj.js +0 -575
  188. package/dist/__vite-optional-peer-dep_stream-markdown_markstream-vue_false-sdjmOmXd.js +0 -5
  189. package/dist/__vite-optional-peer-dep_stream-monaco_markstream-vue_false-HdL4xm5U.js +0 -5
  190. package/dist/__vite-optional-peer-dep_vue-i18n_markstream-vue_false-B9Pwe5kz.js +0 -5
  191. package/dist/_basePickBy-hHD8tMGb.js +0 -151
  192. package/dist/_baseUniq-DTF1wuF6.js +0 -614
  193. package/dist/arc-Dw2RQerU.js +0 -83
  194. package/dist/architecture-U656AL7Q-B00Z9eXr.js +0 -36
  195. package/dist/architectureDiagram-VXUJARFQ-BtOffFaM.js +0 -4662
  196. package/dist/blockDiagram-VD42YOAC-BUqFMMQe.js +0 -2261
  197. package/dist/c4Diagram-YG6GDRKO-NrM1YcpG.js +0 -1579
  198. package/dist/channel-105myCGU.js +0 -5
  199. package/dist/chunk-4BX2VUAB-TAxJli7C.js +0 -8
  200. package/dist/chunk-55IACEB6-VXFJ4bz5.js +0 -8
  201. package/dist/chunk-B4BG7PRW-CZDQpfj5.js +0 -1375
  202. package/dist/chunk-DI55MBZ5-D3l7TA-E.js +0 -1370
  203. package/dist/chunk-FMBD7UC4-BMXFm8I3.js +0 -19
  204. package/dist/chunk-QN33PNHL-BOUpbpWp.js +0 -19
  205. package/dist/chunk-QZHKN3VN-C-TEEx05.js +0 -15
  206. package/dist/chunk-TZMSLE5B-BUiROKNR.js +0 -64
  207. package/dist/classDiagram-2ON5EDUG-HQET4ybK.js +0 -16
  208. package/dist/classDiagram-v2-WZHVMYZB-HQET4ybK.js +0 -16
  209. package/dist/clone-CIIO71O9.js +0 -8
  210. package/dist/components/Endpoint.vue.d.ts.map +0 -1
  211. package/dist/cose-bilkent-S5V4N54A-CMsF4n-5.js +0 -2609
  212. package/dist/cytoscape.esm-DfdJODL8.js +0 -18735
  213. package/dist/dagre-6UL2VRFP-DqzdQ6Qg.js +0 -444
  214. package/dist/defaultLocale-BEa-49Qz.js +0 -171
  215. package/dist/diagram-PSM6KHXK-1xyGntw2.js +0 -531
  216. package/dist/diagram-QEK2KX5R-DdZdlAm1.js +0 -217
  217. package/dist/diagram-S2PKOQOG-C80Eo2jp.js +0 -142
  218. package/dist/erDiagram-Q2GNP2WA-DFVRrMXT.js +0 -841
  219. package/dist/flowDiagram-NV44I4VS-D9QK_qqB.js +0 -1620
  220. package/dist/ganttDiagram-LVOFAZNH-Bo1NTkeQ.js +0 -2506
  221. package/dist/gitGraph-F6HP7TQM-C5hdgcgO.js +0 -27
  222. package/dist/gitGraphDiagram-NY62KEGX-BZqnqZh6.js +0 -699
  223. package/dist/graph-Dth4IhEK.js +0 -247
  224. package/dist/hooks/useChatApprovals.d.ts.map +0 -1
  225. package/dist/hooks/useChatOperationBlocks.d.ts +0 -3
  226. package/dist/hooks/useChatOperationBlocks.d.ts.map +0 -1
  227. package/dist/hooks/useChatScroll.d.ts.map +0 -1
  228. package/dist/hooks/useSearch.d.ts.map +0 -1
  229. package/dist/index-BOvT43H8.js +0 -111780
  230. package/dist/index2-B36B-gt0.js +0 -69
  231. package/dist/index3-CtIyYUnG.js +0 -70
  232. package/dist/index4-Dzz91Ao2.js +0 -537
  233. package/dist/index5-Bmz0gMSP.js +0 -590
  234. package/dist/index6-DMB3qTSV.js +0 -196
  235. package/dist/info-NVLQJR56-azt5obk5.js +0 -27
  236. package/dist/infoDiagram-ER5ION4S-DD4Jtctm.js +0 -24
  237. package/dist/infographic_markstream-vue_false-BfsmcXxk.js +0 -5
  238. package/dist/init-DjUOC4st.js +0 -16
  239. package/dist/journeyDiagram-XKPGCS4Q-CXL6UO0r.js +0 -834
  240. package/dist/kanban-definition-3W4ZIXB7-B57do5Wg.js +0 -719
  241. package/dist/katex-SsTUIUTC.js +0 -11688
  242. package/dist/layout-7TCY8eA2.js +0 -1332
  243. package/dist/linear-DSm5i91N.js +0 -625
  244. package/dist/mermaid-parser.core-CUQWpAMM.js +0 -12746
  245. package/dist/mermaid.core-QjuzH7xx.js +0 -14164
  246. package/dist/mhchem-XHl7cef5.js +0 -2306
  247. package/dist/mindmap-definition-VGOIOE7T-DAQyGNAM.js +0 -784
  248. package/dist/ordinal-DfAQgscy.js +0 -61
  249. package/dist/packet-BFZMPI3H-CixuxAEA.js +0 -27
  250. package/dist/pie-7BOR55EZ-D3cgnzR1.js +0 -32
  251. package/dist/pieDiagram-ADFJNKIX-BqxgYwrL.js +0 -161
  252. package/dist/quadrantDiagram-AYHSOK5B-CQ4v-9Hh.js +0 -1022
  253. package/dist/radar-NHE76QYJ-DhV0Od_M.js +0 -27
  254. package/dist/requirementDiagram-UZGBJVZJ-ncWNAgFi.js +0 -850
  255. package/dist/safeRaf-I3a3-dyJ.js +0 -10
  256. package/dist/sankeyDiagram-TZEHDZUN-yCR2_cH5.js +0 -810
  257. package/dist/sequenceDiagram-WL72ISMW-DZ7wqFyd.js +0 -2511
  258. package/dist/stateDiagram-FKZM4ZOC-Dra68Tzi.js +0 -263
  259. package/dist/stateDiagram-v2-4FDKWEC3-CARbPECD.js +0 -16
  260. package/dist/timeline-definition-IT6M3QCI-DEbG9QIM.js +0 -795
  261. package/dist/treemap-KMMF4GRG-CQbPsyWe.js +0 -81
  262. package/dist/xychartDiagram-PRI3JC2R-C94Pu8hL.js +0 -1340
@@ -1,625 +0,0 @@
1
- import { i as te } from "./init-DjUOC4st.js";
2
- import { e as y, a as ie, b as fe, f as ae } from "./defaultLocale-BEa-49Qz.js";
3
- function H(e, n) {
4
- return e == null || n == null ? NaN : e < n ? -1 : e > n ? 1 : e >= n ? 0 : NaN;
5
- }
6
- function ue(e, n) {
7
- return e == null || n == null ? NaN : n < e ? -1 : n > e ? 1 : n >= e ? 0 : NaN;
8
- }
9
- function X(e) {
10
- let n, r, t;
11
- e.length !== 2 ? (n = H, r = (a, c) => H(e(a), c), t = (a, c) => e(a) - c) : (n = e === H || e === ue ? e : oe, r = e, t = e);
12
- function i(a, c, u = 0, l = a.length) {
13
- if (u < l) {
14
- if (n(c, c) !== 0) return l;
15
- do {
16
- const s = u + l >>> 1;
17
- r(a[s], c) < 0 ? u = s + 1 : l = s;
18
- } while (u < l);
19
- }
20
- return u;
21
- }
22
- function o(a, c, u = 0, l = a.length) {
23
- if (u < l) {
24
- if (n(c, c) !== 0) return l;
25
- do {
26
- const s = u + l >>> 1;
27
- r(a[s], c) <= 0 ? u = s + 1 : l = s;
28
- } while (u < l);
29
- }
30
- return u;
31
- }
32
- function f(a, c, u = 0, l = a.length) {
33
- const s = i(a, c, u, l - 1);
34
- return s > u && t(a[s - 1], c) > -t(a[s], c) ? s - 1 : s;
35
- }
36
- return { left: i, center: f, right: o };
37
- }
38
- function oe() {
39
- return 0;
40
- }
41
- function ce(e) {
42
- return e === null ? NaN : +e;
43
- }
44
- const le = X(H), se = le.right;
45
- X(ce).center;
46
- const he = Math.sqrt(50), xe = Math.sqrt(10), ge = Math.sqrt(2);
47
- function A(e, n, r) {
48
- const t = (n - e) / Math.max(0, r), i = Math.floor(Math.log10(t)), o = t / Math.pow(10, i), f = o >= he ? 10 : o >= xe ? 5 : o >= ge ? 2 : 1;
49
- let a, c, u;
50
- return i < 0 ? (u = Math.pow(10, -i) / f, a = Math.round(e * u), c = Math.round(n * u), a / u < e && ++a, c / u > n && --c, u = -u) : (u = Math.pow(10, i) * f, a = Math.round(e / u), c = Math.round(n / u), a * u < e && ++a, c * u > n && --c), c < a && 0.5 <= r && r < 2 ? A(e, n, r * 2) : [a, c, u];
51
- }
52
- function de(e, n, r) {
53
- if (n = +n, e = +e, r = +r, !(r > 0)) return [];
54
- if (e === n) return [e];
55
- const t = n < e, [i, o, f] = t ? A(n, e, r) : A(e, n, r);
56
- if (!(o >= i)) return [];
57
- const a = o - i + 1, c = new Array(a);
58
- if (t)
59
- if (f < 0) for (let u = 0; u < a; ++u) c[u] = (o - u) / -f;
60
- else for (let u = 0; u < a; ++u) c[u] = (o - u) * f;
61
- else if (f < 0) for (let u = 0; u < a; ++u) c[u] = (i + u) / -f;
62
- else for (let u = 0; u < a; ++u) c[u] = (i + u) * f;
63
- return c;
64
- }
65
- function _(e, n, r) {
66
- return n = +n, e = +e, r = +r, A(e, n, r)[2];
67
- }
68
- function me(e, n, r) {
69
- n = +n, e = +e, r = +r;
70
- const t = n < e, i = t ? _(n, e, r) : _(e, n, r);
71
- return (t ? -1 : 1) * (i < 0 ? 1 / -i : i);
72
- }
73
- function B(e, n, r) {
74
- e.prototype = n.prototype = r, r.constructor = e;
75
- }
76
- function Y(e, n) {
77
- var r = Object.create(e.prototype);
78
- for (var t in n) r[t] = n[t];
79
- return r;
80
- }
81
- function $() {
82
- }
83
- var N = 0.7, q = 1 / N, w = "\\s*([+-]?\\d+)\\s*", M = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*", d = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*", be = /^#([0-9a-f]{3,8})$/, pe = new RegExp(`^rgb\\(${w},${w},${w}\\)$`), we = new RegExp(`^rgb\\(${d},${d},${d}\\)$`), ye = new RegExp(`^rgba\\(${w},${w},${w},${M}\\)$`), Ne = new RegExp(`^rgba\\(${d},${d},${d},${M}\\)$`), Me = new RegExp(`^hsl\\(${M},${d},${d}\\)$`), ve = new RegExp(`^hsla\\(${M},${d},${d},${M}\\)$`), F = {
84
- aliceblue: 15792383,
85
- antiquewhite: 16444375,
86
- aqua: 65535,
87
- aquamarine: 8388564,
88
- azure: 15794175,
89
- beige: 16119260,
90
- bisque: 16770244,
91
- black: 0,
92
- blanchedalmond: 16772045,
93
- blue: 255,
94
- blueviolet: 9055202,
95
- brown: 10824234,
96
- burlywood: 14596231,
97
- cadetblue: 6266528,
98
- chartreuse: 8388352,
99
- chocolate: 13789470,
100
- coral: 16744272,
101
- cornflowerblue: 6591981,
102
- cornsilk: 16775388,
103
- crimson: 14423100,
104
- cyan: 65535,
105
- darkblue: 139,
106
- darkcyan: 35723,
107
- darkgoldenrod: 12092939,
108
- darkgray: 11119017,
109
- darkgreen: 25600,
110
- darkgrey: 11119017,
111
- darkkhaki: 12433259,
112
- darkmagenta: 9109643,
113
- darkolivegreen: 5597999,
114
- darkorange: 16747520,
115
- darkorchid: 10040012,
116
- darkred: 9109504,
117
- darksalmon: 15308410,
118
- darkseagreen: 9419919,
119
- darkslateblue: 4734347,
120
- darkslategray: 3100495,
121
- darkslategrey: 3100495,
122
- darkturquoise: 52945,
123
- darkviolet: 9699539,
124
- deeppink: 16716947,
125
- deepskyblue: 49151,
126
- dimgray: 6908265,
127
- dimgrey: 6908265,
128
- dodgerblue: 2003199,
129
- firebrick: 11674146,
130
- floralwhite: 16775920,
131
- forestgreen: 2263842,
132
- fuchsia: 16711935,
133
- gainsboro: 14474460,
134
- ghostwhite: 16316671,
135
- gold: 16766720,
136
- goldenrod: 14329120,
137
- gray: 8421504,
138
- green: 32768,
139
- greenyellow: 11403055,
140
- grey: 8421504,
141
- honeydew: 15794160,
142
- hotpink: 16738740,
143
- indianred: 13458524,
144
- indigo: 4915330,
145
- ivory: 16777200,
146
- khaki: 15787660,
147
- lavender: 15132410,
148
- lavenderblush: 16773365,
149
- lawngreen: 8190976,
150
- lemonchiffon: 16775885,
151
- lightblue: 11393254,
152
- lightcoral: 15761536,
153
- lightcyan: 14745599,
154
- lightgoldenrodyellow: 16448210,
155
- lightgray: 13882323,
156
- lightgreen: 9498256,
157
- lightgrey: 13882323,
158
- lightpink: 16758465,
159
- lightsalmon: 16752762,
160
- lightseagreen: 2142890,
161
- lightskyblue: 8900346,
162
- lightslategray: 7833753,
163
- lightslategrey: 7833753,
164
- lightsteelblue: 11584734,
165
- lightyellow: 16777184,
166
- lime: 65280,
167
- limegreen: 3329330,
168
- linen: 16445670,
169
- magenta: 16711935,
170
- maroon: 8388608,
171
- mediumaquamarine: 6737322,
172
- mediumblue: 205,
173
- mediumorchid: 12211667,
174
- mediumpurple: 9662683,
175
- mediumseagreen: 3978097,
176
- mediumslateblue: 8087790,
177
- mediumspringgreen: 64154,
178
- mediumturquoise: 4772300,
179
- mediumvioletred: 13047173,
180
- midnightblue: 1644912,
181
- mintcream: 16121850,
182
- mistyrose: 16770273,
183
- moccasin: 16770229,
184
- navajowhite: 16768685,
185
- navy: 128,
186
- oldlace: 16643558,
187
- olive: 8421376,
188
- olivedrab: 7048739,
189
- orange: 16753920,
190
- orangered: 16729344,
191
- orchid: 14315734,
192
- palegoldenrod: 15657130,
193
- palegreen: 10025880,
194
- paleturquoise: 11529966,
195
- palevioletred: 14381203,
196
- papayawhip: 16773077,
197
- peachpuff: 16767673,
198
- peru: 13468991,
199
- pink: 16761035,
200
- plum: 14524637,
201
- powderblue: 11591910,
202
- purple: 8388736,
203
- rebeccapurple: 6697881,
204
- red: 16711680,
205
- rosybrown: 12357519,
206
- royalblue: 4286945,
207
- saddlebrown: 9127187,
208
- salmon: 16416882,
209
- sandybrown: 16032864,
210
- seagreen: 3050327,
211
- seashell: 16774638,
212
- sienna: 10506797,
213
- silver: 12632256,
214
- skyblue: 8900331,
215
- slateblue: 6970061,
216
- slategray: 7372944,
217
- slategrey: 7372944,
218
- snow: 16775930,
219
- springgreen: 65407,
220
- steelblue: 4620980,
221
- tan: 13808780,
222
- teal: 32896,
223
- thistle: 14204888,
224
- tomato: 16737095,
225
- turquoise: 4251856,
226
- violet: 15631086,
227
- wheat: 16113331,
228
- white: 16777215,
229
- whitesmoke: 16119285,
230
- yellow: 16776960,
231
- yellowgreen: 10145074
232
- };
233
- B($, v, {
234
- copy(e) {
235
- return Object.assign(new this.constructor(), this, e);
236
- },
237
- displayable() {
238
- return this.rgb().displayable();
239
- },
240
- hex: V,
241
- // Deprecated! Use color.formatHex.
242
- formatHex: V,
243
- formatHex8: $e,
244
- formatHsl: ke,
245
- formatRgb: G,
246
- toString: G
247
- });
248
- function V() {
249
- return this.rgb().formatHex();
250
- }
251
- function $e() {
252
- return this.rgb().formatHex8();
253
- }
254
- function ke() {
255
- return Z(this).formatHsl();
256
- }
257
- function G() {
258
- return this.rgb().formatRgb();
259
- }
260
- function v(e) {
261
- var n, r;
262
- return e = (e + "").trim().toLowerCase(), (n = be.exec(e)) ? (r = n[1].length, n = parseInt(n[1], 16), r === 6 ? L(n) : r === 3 ? new x(n >> 8 & 15 | n >> 4 & 240, n >> 4 & 15 | n & 240, (n & 15) << 4 | n & 15, 1) : r === 8 ? k(n >> 24 & 255, n >> 16 & 255, n >> 8 & 255, (n & 255) / 255) : r === 4 ? k(n >> 12 & 15 | n >> 8 & 240, n >> 8 & 15 | n >> 4 & 240, n >> 4 & 15 | n & 240, ((n & 15) << 4 | n & 15) / 255) : null) : (n = pe.exec(e)) ? new x(n[1], n[2], n[3], 1) : (n = we.exec(e)) ? new x(n[1] * 255 / 100, n[2] * 255 / 100, n[3] * 255 / 100, 1) : (n = ye.exec(e)) ? k(n[1], n[2], n[3], n[4]) : (n = Ne.exec(e)) ? k(n[1] * 255 / 100, n[2] * 255 / 100, n[3] * 255 / 100, n[4]) : (n = Me.exec(e)) ? K(n[1], n[2] / 100, n[3] / 100, 1) : (n = ve.exec(e)) ? K(n[1], n[2] / 100, n[3] / 100, n[4]) : F.hasOwnProperty(e) ? L(F[e]) : e === "transparent" ? new x(NaN, NaN, NaN, 0) : null;
263
- }
264
- function L(e) {
265
- return new x(e >> 16 & 255, e >> 8 & 255, e & 255, 1);
266
- }
267
- function k(e, n, r, t) {
268
- return t <= 0 && (e = n = r = NaN), new x(e, n, r, t);
269
- }
270
- function Re(e) {
271
- return e instanceof $ || (e = v(e)), e ? (e = e.rgb(), new x(e.r, e.g, e.b, e.opacity)) : new x();
272
- }
273
- function C(e, n, r, t) {
274
- return arguments.length === 1 ? Re(e) : new x(e, n, r, t ?? 1);
275
- }
276
- function x(e, n, r, t) {
277
- this.r = +e, this.g = +n, this.b = +r, this.opacity = +t;
278
- }
279
- B(x, C, Y($, {
280
- brighter(e) {
281
- return e = e == null ? q : Math.pow(q, e), new x(this.r * e, this.g * e, this.b * e, this.opacity);
282
- },
283
- darker(e) {
284
- return e = e == null ? N : Math.pow(N, e), new x(this.r * e, this.g * e, this.b * e, this.opacity);
285
- },
286
- rgb() {
287
- return this;
288
- },
289
- clamp() {
290
- return new x(b(this.r), b(this.g), b(this.b), E(this.opacity));
291
- },
292
- displayable() {
293
- return -0.5 <= this.r && this.r < 255.5 && -0.5 <= this.g && this.g < 255.5 && -0.5 <= this.b && this.b < 255.5 && 0 <= this.opacity && this.opacity <= 1;
294
- },
295
- hex: T,
296
- // Deprecated! Use color.formatHex.
297
- formatHex: T,
298
- formatHex8: He,
299
- formatRgb: J,
300
- toString: J
301
- }));
302
- function T() {
303
- return `#${m(this.r)}${m(this.g)}${m(this.b)}`;
304
- }
305
- function He() {
306
- return `#${m(this.r)}${m(this.g)}${m(this.b)}${m((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
307
- }
308
- function J() {
309
- const e = E(this.opacity);
310
- return `${e === 1 ? "rgb(" : "rgba("}${b(this.r)}, ${b(this.g)}, ${b(this.b)}${e === 1 ? ")" : `, ${e})`}`;
311
- }
312
- function E(e) {
313
- return isNaN(e) ? 1 : Math.max(0, Math.min(1, e));
314
- }
315
- function b(e) {
316
- return Math.max(0, Math.min(255, Math.round(e) || 0));
317
- }
318
- function m(e) {
319
- return e = b(e), (e < 16 ? "0" : "") + e.toString(16);
320
- }
321
- function K(e, n, r, t) {
322
- return t <= 0 ? e = n = r = NaN : r <= 0 || r >= 1 ? e = n = NaN : n <= 0 && (e = NaN), new g(e, n, r, t);
323
- }
324
- function Z(e) {
325
- if (e instanceof g) return new g(e.h, e.s, e.l, e.opacity);
326
- if (e instanceof $ || (e = v(e)), !e) return new g();
327
- if (e instanceof g) return e;
328
- e = e.rgb();
329
- var n = e.r / 255, r = e.g / 255, t = e.b / 255, i = Math.min(n, r, t), o = Math.max(n, r, t), f = NaN, a = o - i, c = (o + i) / 2;
330
- return a ? (n === o ? f = (r - t) / a + (r < t) * 6 : r === o ? f = (t - n) / a + 2 : f = (n - r) / a + 4, a /= c < 0.5 ? o + i : 2 - o - i, f *= 60) : a = c > 0 && c < 1 ? 0 : f, new g(f, a, c, e.opacity);
331
- }
332
- function Ae(e, n, r, t) {
333
- return arguments.length === 1 ? Z(e) : new g(e, n, r, t ?? 1);
334
- }
335
- function g(e, n, r, t) {
336
- this.h = +e, this.s = +n, this.l = +r, this.opacity = +t;
337
- }
338
- B(g, Ae, Y($, {
339
- brighter(e) {
340
- return e = e == null ? q : Math.pow(q, e), new g(this.h, this.s, this.l * e, this.opacity);
341
- },
342
- darker(e) {
343
- return e = e == null ? N : Math.pow(N, e), new g(this.h, this.s, this.l * e, this.opacity);
344
- },
345
- rgb() {
346
- var e = this.h % 360 + (this.h < 0) * 360, n = isNaN(e) || isNaN(this.s) ? 0 : this.s, r = this.l, t = r + (r < 0.5 ? r : 1 - r) * n, i = 2 * r - t;
347
- return new x(
348
- P(e >= 240 ? e - 240 : e + 120, i, t),
349
- P(e, i, t),
350
- P(e < 120 ? e + 240 : e - 120, i, t),
351
- this.opacity
352
- );
353
- },
354
- clamp() {
355
- return new g(Q(this.h), R(this.s), R(this.l), E(this.opacity));
356
- },
357
- displayable() {
358
- return (0 <= this.s && this.s <= 1 || isNaN(this.s)) && 0 <= this.l && this.l <= 1 && 0 <= this.opacity && this.opacity <= 1;
359
- },
360
- formatHsl() {
361
- const e = E(this.opacity);
362
- return `${e === 1 ? "hsl(" : "hsla("}${Q(this.h)}, ${R(this.s) * 100}%, ${R(this.l) * 100}%${e === 1 ? ")" : `, ${e})`}`;
363
- }
364
- }));
365
- function Q(e) {
366
- return e = (e || 0) % 360, e < 0 ? e + 360 : e;
367
- }
368
- function R(e) {
369
- return Math.max(0, Math.min(1, e || 0));
370
- }
371
- function P(e, n, r) {
372
- return (e < 60 ? n + (r - n) * e / 60 : e < 180 ? r : e < 240 ? n + (r - n) * (240 - e) / 60 : n) * 255;
373
- }
374
- const j = (e) => () => e;
375
- function ee(e, n) {
376
- return function(r) {
377
- return e + r * n;
378
- };
379
- }
380
- function qe(e, n, r) {
381
- return e = Math.pow(e, r), n = Math.pow(n, r) - e, r = 1 / r, function(t) {
382
- return Math.pow(e + t * n, r);
383
- };
384
- }
385
- function rn(e, n) {
386
- var r = n - e;
387
- return r ? ee(e, r > 180 || r < -180 ? r - 360 * Math.round(r / 360) : r) : j(isNaN(e) ? n : e);
388
- }
389
- function Ee(e) {
390
- return (e = +e) == 1 ? ne : function(n, r) {
391
- return r - n ? qe(n, r, e) : j(isNaN(n) ? r : n);
392
- };
393
- }
394
- function ne(e, n) {
395
- var r = n - e;
396
- return r ? ee(e, r) : j(isNaN(e) ? n : e);
397
- }
398
- const U = (function e(n) {
399
- var r = Ee(n);
400
- function t(i, o) {
401
- var f = r((i = C(i)).r, (o = C(o)).r), a = r(i.g, o.g), c = r(i.b, o.b), u = ne(i.opacity, o.opacity);
402
- return function(l) {
403
- return i.r = f(l), i.g = a(l), i.b = c(l), i.opacity = u(l), i + "";
404
- };
405
- }
406
- return t.gamma = e, t;
407
- })(1);
408
- function Ie(e, n) {
409
- n || (n = []);
410
- var r = e ? Math.min(n.length, e.length) : 0, t = n.slice(), i;
411
- return function(o) {
412
- for (i = 0; i < r; ++i) t[i] = e[i] * (1 - o) + n[i] * o;
413
- return t;
414
- };
415
- }
416
- function je(e) {
417
- return ArrayBuffer.isView(e) && !(e instanceof DataView);
418
- }
419
- function Pe(e, n) {
420
- var r = n ? n.length : 0, t = e ? Math.min(r, e.length) : 0, i = new Array(t), o = new Array(r), f;
421
- for (f = 0; f < t; ++f) i[f] = D(e[f], n[f]);
422
- for (; f < r; ++f) o[f] = n[f];
423
- return function(a) {
424
- for (f = 0; f < t; ++f) o[f] = i[f](a);
425
- return o;
426
- };
427
- }
428
- function Se(e, n) {
429
- var r = /* @__PURE__ */ new Date();
430
- return e = +e, n = +n, function(t) {
431
- return r.setTime(e * (1 - t) + n * t), r;
432
- };
433
- }
434
- function I(e, n) {
435
- return e = +e, n = +n, function(r) {
436
- return e * (1 - r) + n * r;
437
- };
438
- }
439
- function _e(e, n) {
440
- var r = {}, t = {}, i;
441
- (e === null || typeof e != "object") && (e = {}), (n === null || typeof n != "object") && (n = {});
442
- for (i in n)
443
- i in e ? r[i] = D(e[i], n[i]) : t[i] = n[i];
444
- return function(o) {
445
- for (i in r) t[i] = r[i](o);
446
- return t;
447
- };
448
- }
449
- var z = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g, S = new RegExp(z.source, "g");
450
- function Ce(e) {
451
- return function() {
452
- return e;
453
- };
454
- }
455
- function ze(e) {
456
- return function(n) {
457
- return e(n) + "";
458
- };
459
- }
460
- function Oe(e, n) {
461
- var r = z.lastIndex = S.lastIndex = 0, t, i, o, f = -1, a = [], c = [];
462
- for (e = e + "", n = n + ""; (t = z.exec(e)) && (i = S.exec(n)); )
463
- (o = i.index) > r && (o = n.slice(r, o), a[f] ? a[f] += o : a[++f] = o), (t = t[0]) === (i = i[0]) ? a[f] ? a[f] += i : a[++f] = i : (a[++f] = null, c.push({ i: f, x: I(t, i) })), r = S.lastIndex;
464
- return r < n.length && (o = n.slice(r), a[f] ? a[f] += o : a[++f] = o), a.length < 2 ? c[0] ? ze(c[0].x) : Ce(n) : (n = c.length, function(u) {
465
- for (var l = 0, s; l < n; ++l) a[(s = c[l]).i] = s.x(u);
466
- return a.join("");
467
- });
468
- }
469
- function D(e, n) {
470
- var r = typeof n, t;
471
- return n == null || r === "boolean" ? j(n) : (r === "number" ? I : r === "string" ? (t = v(n)) ? (n = t, U) : Oe : n instanceof v ? U : n instanceof Date ? Se : je(n) ? Ie : Array.isArray(n) ? Pe : typeof n.valueOf != "function" && typeof n.toString != "function" || isNaN(n) ? _e : I)(e, n);
472
- }
473
- function Be(e, n) {
474
- return e = +e, n = +n, function(r) {
475
- return Math.round(e * (1 - r) + n * r);
476
- };
477
- }
478
- function De(e) {
479
- return Math.max(0, -y(Math.abs(e)));
480
- }
481
- function Fe(e, n) {
482
- return Math.max(0, Math.max(-8, Math.min(8, Math.floor(y(n) / 3))) * 3 - y(Math.abs(e)));
483
- }
484
- function Ve(e, n) {
485
- return e = Math.abs(e), n = Math.abs(n) - e, Math.max(0, y(n) - y(e)) + 1;
486
- }
487
- function Ge(e) {
488
- return function() {
489
- return e;
490
- };
491
- }
492
- function Le(e) {
493
- return +e;
494
- }
495
- var W = [0, 1];
496
- function p(e) {
497
- return e;
498
- }
499
- function O(e, n) {
500
- return (n -= e = +e) ? function(r) {
501
- return (r - e) / n;
502
- } : Ge(isNaN(n) ? NaN : 0.5);
503
- }
504
- function Te(e, n) {
505
- var r;
506
- return e > n && (r = e, e = n, n = r), function(t) {
507
- return Math.max(e, Math.min(n, t));
508
- };
509
- }
510
- function Je(e, n, r) {
511
- var t = e[0], i = e[1], o = n[0], f = n[1];
512
- return i < t ? (t = O(i, t), o = r(f, o)) : (t = O(t, i), o = r(o, f)), function(a) {
513
- return o(t(a));
514
- };
515
- }
516
- function Ke(e, n, r) {
517
- var t = Math.min(e.length, n.length) - 1, i = new Array(t), o = new Array(t), f = -1;
518
- for (e[t] < e[0] && (e = e.slice().reverse(), n = n.slice().reverse()); ++f < t; )
519
- i[f] = O(e[f], e[f + 1]), o[f] = r(n[f], n[f + 1]);
520
- return function(a) {
521
- var c = se(e, a, 1, t) - 1;
522
- return o[c](i[c](a));
523
- };
524
- }
525
- function Qe(e, n) {
526
- return n.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown());
527
- }
528
- function Ue() {
529
- var e = W, n = W, r = D, t, i, o, f = p, a, c, u;
530
- function l() {
531
- var h = Math.min(e.length, n.length);
532
- return f !== p && (f = Te(e[0], e[h - 1])), a = h > 2 ? Ke : Je, c = u = null, s;
533
- }
534
- function s(h) {
535
- return h == null || isNaN(h = +h) ? o : (c || (c = a(e.map(t), n, r)))(t(f(h)));
536
- }
537
- return s.invert = function(h) {
538
- return f(i((u || (u = a(n, e.map(t), I)))(h)));
539
- }, s.domain = function(h) {
540
- return arguments.length ? (e = Array.from(h, Le), l()) : e.slice();
541
- }, s.range = function(h) {
542
- return arguments.length ? (n = Array.from(h), l()) : n.slice();
543
- }, s.rangeRound = function(h) {
544
- return n = Array.from(h), r = Be, l();
545
- }, s.clamp = function(h) {
546
- return arguments.length ? (f = h ? !0 : p, l()) : f !== p;
547
- }, s.interpolate = function(h) {
548
- return arguments.length ? (r = h, l()) : r;
549
- }, s.unknown = function(h) {
550
- return arguments.length ? (o = h, s) : o;
551
- }, function(h, re) {
552
- return t = h, i = re, l();
553
- };
554
- }
555
- function We() {
556
- return Ue()(p, p);
557
- }
558
- function Xe(e, n, r, t) {
559
- var i = me(e, n, r), o;
560
- switch (t = ie(t ?? ",f"), t.type) {
561
- case "s": {
562
- var f = Math.max(Math.abs(e), Math.abs(n));
563
- return t.precision == null && !isNaN(o = Fe(i, f)) && (t.precision = o), fe(t, f);
564
- }
565
- case "":
566
- case "e":
567
- case "g":
568
- case "p":
569
- case "r": {
570
- t.precision == null && !isNaN(o = Ve(i, Math.max(Math.abs(e), Math.abs(n)))) && (t.precision = o - (t.type === "e"));
571
- break;
572
- }
573
- case "f":
574
- case "%": {
575
- t.precision == null && !isNaN(o = De(i)) && (t.precision = o - (t.type === "%") * 2);
576
- break;
577
- }
578
- }
579
- return ae(t);
580
- }
581
- function Ye(e) {
582
- var n = e.domain;
583
- return e.ticks = function(r) {
584
- var t = n();
585
- return de(t[0], t[t.length - 1], r ?? 10);
586
- }, e.tickFormat = function(r, t) {
587
- var i = n();
588
- return Xe(i[0], i[i.length - 1], r ?? 10, t);
589
- }, e.nice = function(r) {
590
- r == null && (r = 10);
591
- var t = n(), i = 0, o = t.length - 1, f = t[i], a = t[o], c, u, l = 10;
592
- for (a < f && (u = f, f = a, a = u, u = i, i = o, o = u); l-- > 0; ) {
593
- if (u = _(f, a, r), u === c)
594
- return t[i] = f, t[o] = a, n(t);
595
- if (u > 0)
596
- f = Math.floor(f / u) * u, a = Math.ceil(a / u) * u;
597
- else if (u < 0)
598
- f = Math.ceil(f * u) / u, a = Math.floor(a * u) / u;
599
- else
600
- break;
601
- c = u;
602
- }
603
- return e;
604
- }, e;
605
- }
606
- function Ze() {
607
- var e = We();
608
- return e.copy = function() {
609
- return Qe(e, Ze());
610
- }, te.apply(e, arguments), Ye(e);
611
- }
612
- export {
613
- $ as C,
614
- x as R,
615
- Qe as a,
616
- X as b,
617
- We as c,
618
- B as d,
619
- Y as e,
620
- rn as h,
621
- Ze as l,
622
- ne as n,
623
- Re as r,
624
- me as t
625
- };