ezekiel-cli 5.8.2

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 (854) hide show
  1. package/.editorconfig +24 -0
  2. package/.eslintrc +40 -0
  3. package/.prettierignore +1 -0
  4. package/README.md +139 -0
  5. package/bin/insites-cli-archive.js +35 -0
  6. package/bin/insites-cli-audit.js +5 -0
  7. package/bin/insites-cli-data-clean.js +69 -0
  8. package/bin/insites-cli-data-export.js +111 -0
  9. package/bin/insites-cli-data-import.js +105 -0
  10. package/bin/insites-cli-data.js +15 -0
  11. package/bin/insites-cli-deploy.js +43 -0
  12. package/bin/insites-cli-env-add.js +107 -0
  13. package/bin/insites-cli-env-list.js +22 -0
  14. package/bin/insites-cli-env.js +12 -0
  15. package/bin/insites-cli-gui-serve.js +47 -0
  16. package/bin/insites-cli-gui.js +8 -0
  17. package/bin/insites-cli-init.js +44 -0
  18. package/bin/insites-cli-logs.js +124 -0
  19. package/bin/insites-cli-logsv2-alerts-add.js +34 -0
  20. package/bin/insites-cli-logsv2-alerts-list.js +24 -0
  21. package/bin/insites-cli-logsv2-alerts-trigger.js +25 -0
  22. package/bin/insites-cli-logsv2-alerts.js +11 -0
  23. package/bin/insites-cli-logsv2-reports.js +36 -0
  24. package/bin/insites-cli-logsv2-search.js +40 -0
  25. package/bin/insites-cli-logsv2-searchAround.js +29 -0
  26. package/bin/insites-cli-logsv2.js +11 -0
  27. package/bin/insites-cli-modules-init.js +54 -0
  28. package/bin/insites-cli-modules-list.js +28 -0
  29. package/bin/insites-cli-modules-pull.js +43 -0
  30. package/bin/insites-cli-modules-remove.js +26 -0
  31. package/bin/insites-cli-modules-version.js +60 -0
  32. package/bin/insites-cli-modules.js +13 -0
  33. package/bin/insites-cli-pull.js +42 -0
  34. package/bin/insites-cli-sync.js +30 -0
  35. package/bin/insites-cli.js +53 -0
  36. package/gui/graphql/babel.config.js +21 -0
  37. package/gui/graphql/package-lock.json +4772 -0
  38. package/gui/graphql/package.json +28 -0
  39. package/gui/graphql/public/105.js +7 -0
  40. package/gui/graphql/public/178.js +1 -0
  41. package/gui/graphql/public/198.js +1 -0
  42. package/gui/graphql/public/441.js +4 -0
  43. package/gui/graphql/public/471.js +1 -0
  44. package/gui/graphql/public/480.js +24 -0
  45. package/gui/graphql/public/481.js +1 -0
  46. package/gui/graphql/public/571.js +12 -0
  47. package/gui/graphql/public/573.js +8 -0
  48. package/gui/graphql/public/574.js +1 -0
  49. package/gui/graphql/public/584.js +38 -0
  50. package/gui/graphql/public/588.js +1 -0
  51. package/gui/graphql/public/662.js +8 -0
  52. package/gui/graphql/public/724.js +1 -0
  53. package/gui/graphql/public/739.js +1 -0
  54. package/gui/graphql/public/744.js +1 -0
  55. package/gui/graphql/public/768.js +1 -0
  56. package/gui/graphql/public/79.js +1 -0
  57. package/gui/graphql/public/845.js +2 -0
  58. package/gui/graphql/public/863.js +1 -0
  59. package/gui/graphql/public/896.js +1 -0
  60. package/gui/graphql/public/92.js +2 -0
  61. package/gui/graphql/public/98.js +1 -0
  62. package/gui/graphql/public/980.js +1 -0
  63. package/gui/graphql/public/995.js +1 -0
  64. package/gui/graphql/public/index.html +12 -0
  65. package/gui/graphql/public/main.css +27 -0
  66. package/gui/graphql/public/main.js +2230 -0
  67. package/gui/graphql/public/main.js.LICENSE.txt +39 -0
  68. package/gui/graphql/src/index.jsx +139 -0
  69. package/gui/graphql/webpack.config.js +52 -0
  70. package/gui/liquid/public/index.html +82 -0
  71. package/gui/v1/build/_app/immutable/assets/0.251ef76d.css +1 -0
  72. package/gui/v1/build/_app/immutable/assets/10.ee72ee6d.css +1 -0
  73. package/gui/v1/build/_app/immutable/assets/12.f6879dba.css +1 -0
  74. package/gui/v1/build/_app/immutable/assets/13.bf080bcc.css +1 -0
  75. package/gui/v1/build/_app/immutable/assets/15.0e0670ce.css +1 -0
  76. package/gui/v1/build/_app/immutable/assets/2.4a46c382.css +1 -0
  77. package/gui/v1/build/_app/immutable/assets/4.73dde45b.css +1 -0
  78. package/gui/v1/build/_app/immutable/assets/6.6bcda092.css +1 -0
  79. package/gui/v1/build/_app/immutable/assets/7.c0038863.css +1 -0
  80. package/gui/v1/build/_app/immutable/assets/9.6957ad32.css +1 -0
  81. package/gui/v1/build/_app/immutable/assets/Aside.66c2d12f.css +1 -0
  82. package/gui/v1/build/_app/immutable/assets/JSONTree.507a2dde.css +1 -0
  83. package/gui/v1/build/_app/immutable/assets/JSONTree.79010849.css +1 -0
  84. package/gui/v1/build/_app/immutable/assets/_layout.4a46c382.css +1 -0
  85. package/gui/v1/build/_app/immutable/assets/_layout.6bcda092.css +1 -0
  86. package/gui/v1/build/_app/immutable/assets/_layout.73dde45b.css +1 -0
  87. package/gui/v1/build/_app/immutable/assets/_layout.85c17bd0.css +1 -0
  88. package/gui/v1/build/_app/immutable/assets/_page.0e0670ce.css +1 -0
  89. package/gui/v1/build/_app/immutable/assets/_page.425c1d28.css +1 -0
  90. package/gui/v1/build/_app/immutable/assets/_page.6957ad32.css +1 -0
  91. package/gui/v1/build/_app/immutable/assets/_page.bf080bcc.css +1 -0
  92. package/gui/v1/build/_app/immutable/assets/_page.c0038863.css +1 -0
  93. package/gui/v1/build/_app/immutable/assets/_page.ee72ee6d.css +1 -0
  94. package/gui/v1/build/_app/immutable/chunks/Aside.c28a1ec5.js +1 -0
  95. package/gui/v1/build/_app/immutable/chunks/Icon.1db6668c.js +1 -0
  96. package/gui/v1/build/_app/immutable/chunks/JSONTree.641da795.js +2 -0
  97. package/gui/v1/build/_app/immutable/chunks/backgroundJob.0f2693c5.js +53 -0
  98. package/gui/v1/build/_app/immutable/chunks/graphql.6101590b.js +1 -0
  99. package/gui/v1/build/_app/immutable/chunks/index.50c00146.js +1 -0
  100. package/gui/v1/build/_app/immutable/chunks/index.5744cd58.js +1 -0
  101. package/gui/v1/build/_app/immutable/chunks/index.88325b8f.js +4 -0
  102. package/gui/v1/build/_app/immutable/chunks/index.c35021d1.js +1 -0
  103. package/gui/v1/build/_app/immutable/chunks/singletons.b6d4da89.js +1 -0
  104. package/gui/v1/build/_app/immutable/chunks/state.adc829f2.js +1 -0
  105. package/gui/v1/build/_app/immutable/chunks/stores.71f75302.js +1 -0
  106. package/gui/v1/build/_app/immutable/chunks/table.71e66f99.js +16 -0
  107. package/gui/v1/build/_app/immutable/chunks/tryParseJSON.f125f883.js +1 -0
  108. package/gui/v1/build/_app/immutable/chunks/user.039256f6.js +31 -0
  109. package/gui/v1/build/_app/immutable/entry/app.44548b11.js +1 -0
  110. package/gui/v1/build/_app/immutable/entry/start.4e385061.js +3 -0
  111. package/gui/v1/build/_app/immutable/nodes/0.d27a86c9.js +1 -0
  112. package/gui/v1/build/_app/immutable/nodes/1.532e414a.js +1 -0
  113. package/gui/v1/build/_app/immutable/nodes/10.962850d6.js +26 -0
  114. package/gui/v1/build/_app/immutable/nodes/11.d0e2eb78.js +1 -0
  115. package/gui/v1/build/_app/immutable/nodes/12.6449d2bf.js +74 -0
  116. package/gui/v1/build/_app/immutable/nodes/13.d3883433.js +1 -0
  117. package/gui/v1/build/_app/immutable/nodes/14.b1e09778.js +1 -0
  118. package/gui/v1/build/_app/immutable/nodes/15.af2c20ae.js +1 -0
  119. package/gui/v1/build/_app/immutable/nodes/2.4d90d0b8.js +9 -0
  120. package/gui/v1/build/_app/immutable/nodes/3.06f6ef98.js +1 -0
  121. package/gui/v1/build/_app/immutable/nodes/4.32a26935.js +1 -0
  122. package/gui/v1/build/_app/immutable/nodes/5.06f6ef98.js +1 -0
  123. package/gui/v1/build/_app/immutable/nodes/6.57fec5aa.js +7 -0
  124. package/gui/v1/build/_app/immutable/nodes/7.ae78c23b.js +13 -0
  125. package/gui/v1/build/_app/immutable/nodes/8.f57c5fbf.js +1 -0
  126. package/gui/v1/build/_app/immutable/nodes/9.374909fd.js +1 -0
  127. package/gui/v1/build/_app/version.json +1 -0
  128. package/gui/v1/build/favicon.png +0 -0
  129. package/gui/v1/build/icon/apple-touch-icon-114x114.png +0 -0
  130. package/gui/v1/build/icon/apple-touch-icon-120x120.png +0 -0
  131. package/gui/v1/build/icon/apple-touch-icon-144x144.png +0 -0
  132. package/gui/v1/build/icon/apple-touch-icon-152x152.png +0 -0
  133. package/gui/v1/build/icon/apple-touch-icon-57x57.png +0 -0
  134. package/gui/v1/build/icon/apple-touch-icon-60x60.png +0 -0
  135. package/gui/v1/build/icon/apple-touch-icon-72x72.png +0 -0
  136. package/gui/v1/build/icon/apple-touch-icon-76x76.png +0 -0
  137. package/gui/v1/build/icon/code.txt +20 -0
  138. package/gui/v1/build/icon/favicon-128.png +0 -0
  139. package/gui/v1/build/icon/favicon-16x16.png +0 -0
  140. package/gui/v1/build/icon/favicon-196x196.png +0 -0
  141. package/gui/v1/build/icon/favicon-32x32.png +0 -0
  142. package/gui/v1/build/icon/favicon-96x96.png +0 -0
  143. package/gui/v1/build/icon/favicon.ico +0 -0
  144. package/gui/v1/build/icon/mstile-144x144.png +0 -0
  145. package/gui/v1/build/icon/mstile-150x150.png +0 -0
  146. package/gui/v1/build/icon/mstile-310x150.png +0 -0
  147. package/gui/v1/build/icon/mstile-310x310.png +0 -0
  148. package/gui/v1/build/icon/mstile-70x70.png +0 -0
  149. package/gui/v1/build/index.html +35 -0
  150. package/gui/v1/build/insites-logo-old.png +0 -0
  151. package/gui/v1/build/insites-logo.png +0 -0
  152. package/gui/v1/build/prism.js +8 -0
  153. package/gui/v1/package-lock.json +1616 -0
  154. package/gui/v1/package.json +27 -0
  155. package/gui/v1/playwright.config.js +10 -0
  156. package/gui/v1/pnpm-lock.yaml +992 -0
  157. package/gui/v1/src/app.html +12 -0
  158. package/gui/v1/src/lib/api/backgroundJob.js +124 -0
  159. package/gui/v1/src/lib/api/constant.js +68 -0
  160. package/gui/v1/src/lib/api/graphql.js +57 -0
  161. package/gui/v1/src/lib/api/logs.js +45 -0
  162. package/gui/v1/src/lib/api/record.js +286 -0
  163. package/gui/v1/src/lib/api/table.js +45 -0
  164. package/gui/v1/src/lib/api/user.js +78 -0
  165. package/gui/v1/src/lib/backgroundJob/Delete.svelte +61 -0
  166. package/gui/v1/src/lib/backgroundJob/Retry.svelte +45 -0
  167. package/gui/v1/src/lib/database/Create.svelte +324 -0
  168. package/gui/v1/src/lib/database/Delete.svelte +61 -0
  169. package/gui/v1/src/lib/database/Filters.svelte +155 -0
  170. package/gui/v1/src/lib/database/Sort.svelte +110 -0
  171. package/gui/v1/src/lib/database/Table.svelte +261 -0
  172. package/gui/v1/src/lib/database/Tables.svelte +276 -0
  173. package/gui/v1/src/lib/parseValue.js +51 -0
  174. package/gui/v1/src/lib/relativeTime.js +33 -0
  175. package/gui/v1/src/lib/state.js +190 -0
  176. package/gui/v1/src/lib/tryParseJSON.js +32 -0
  177. package/gui/v1/src/lib/ui/Aside.svelte +176 -0
  178. package/gui/v1/src/lib/ui/Code.svelte +50 -0
  179. package/gui/v1/src/lib/ui/ConnectionIndicator.svelte +133 -0
  180. package/gui/v1/src/lib/ui/Header.svelte +252 -0
  181. package/gui/v1/src/lib/ui/Icon.svelte +55 -0
  182. package/gui/v1/src/lib/ui/JSONTree.svelte +77 -0
  183. package/gui/v1/src/lib/ui/Notifications.svelte +111 -0
  184. package/gui/v1/src/lib/ui/forms/Toggle.svelte +114 -0
  185. package/gui/v1/src/routes/+layout.svelte +25 -0
  186. package/gui/v1/src/routes/+page.svelte +511 -0
  187. package/gui/v1/src/routes/backgroundJobs/+layout.svelte +366 -0
  188. package/gui/v1/src/routes/backgroundJobs/+page.svelte +0 -0
  189. package/gui/v1/src/routes/backgroundJobs/[type]/[id]/+page.svelte +157 -0
  190. package/gui/v1/src/routes/constants/+layout.svelte +1 -0
  191. package/gui/v1/src/routes/constants/+page.svelte +382 -0
  192. package/gui/v1/src/routes/database/+layout.svelte +67 -0
  193. package/gui/v1/src/routes/database/+page.svelte +3 -0
  194. package/gui/v1/src/routes/database/table/[id]/+page.svelte +219 -0
  195. package/gui/v1/src/routes/logs/+layout.svelte +1 -0
  196. package/gui/v1/src/routes/logs/+page.svelte +512 -0
  197. package/gui/v1/src/routes/users/+layout.svelte +252 -0
  198. package/gui/v1/src/routes/users/+page.svelte +4 -0
  199. package/gui/v1/src/routes/users/[id]/+page.svelte +127 -0
  200. package/gui/v1/src/style/button.css +141 -0
  201. package/gui/v1/src/style/code.css +4 -0
  202. package/gui/v1/src/style/config.css +186 -0
  203. package/gui/v1/src/style/forms.css +55 -0
  204. package/gui/v1/src/style/general.css +53 -0
  205. package/gui/v1/src/style/reset.css +75 -0
  206. package/gui/v1/static/favicon.png +0 -0
  207. package/gui/v1/static/icon/apple-touch-icon-114x114.png +0 -0
  208. package/gui/v1/static/icon/apple-touch-icon-120x120.png +0 -0
  209. package/gui/v1/static/icon/apple-touch-icon-144x144.png +0 -0
  210. package/gui/v1/static/icon/apple-touch-icon-152x152.png +0 -0
  211. package/gui/v1/static/icon/apple-touch-icon-57x57.png +0 -0
  212. package/gui/v1/static/icon/apple-touch-icon-60x60.png +0 -0
  213. package/gui/v1/static/icon/apple-touch-icon-72x72.png +0 -0
  214. package/gui/v1/static/icon/apple-touch-icon-76x76.png +0 -0
  215. package/gui/v1/static/icon/code.txt +20 -0
  216. package/gui/v1/static/icon/favicon-128.png +0 -0
  217. package/gui/v1/static/icon/favicon-16x16.png +0 -0
  218. package/gui/v1/static/icon/favicon-196x196.png +0 -0
  219. package/gui/v1/static/icon/favicon-32x32.png +0 -0
  220. package/gui/v1/static/icon/favicon-96x96.png +0 -0
  221. package/gui/v1/static/icon/favicon.ico +0 -0
  222. package/gui/v1/static/icon/mstile-144x144.png +0 -0
  223. package/gui/v1/static/icon/mstile-150x150.png +0 -0
  224. package/gui/v1/static/icon/mstile-310x150.png +0 -0
  225. package/gui/v1/static/icon/mstile-310x310.png +0 -0
  226. package/gui/v1/static/icon/mstile-70x70.png +0 -0
  227. package/gui/v1/static/insites-logo-old.png +0 -0
  228. package/gui/v1/static/insites-logo.png +0 -0
  229. package/gui/v1/static/prism.js +8 -0
  230. package/gui/v1/svelte.config.js +12 -0
  231. package/gui/v1/vite.config.js +9 -0
  232. package/gui/v2/.env.local.sample +1 -0
  233. package/gui/v2/.eslintrc.json +3 -0
  234. package/gui/v2/README.md +36 -0
  235. package/gui/v2/jsconfig.json +7 -0
  236. package/gui/v2/next.config.mjs +8 -0
  237. package/gui/v2/out/404/index.html +1 -0
  238. package/gui/v2/out/404.html +1 -0
  239. package/gui/v2/out/_next/static/chunks/1255.653490595d3fc3e0.js +1 -0
  240. package/gui/v2/out/_next/static/chunks/156-d7f9f402651cf1ce.js +1 -0
  241. package/gui/v2/out/_next/static/chunks/1607-f540467bd5a5afbb.js +1 -0
  242. package/gui/v2/out/_next/static/chunks/1846.1d14172e53de7bd5.js +1 -0
  243. package/gui/v2/out/_next/static/chunks/2380.950327f4432936af.js +1 -0
  244. package/gui/v2/out/_next/static/chunks/2572.bec81f6c42bcb825.js +1 -0
  245. package/gui/v2/out/_next/static/chunks/2650.fe9586a828cdca9d.js +1 -0
  246. package/gui/v2/out/_next/static/chunks/3331.562d592a07589250.js +1 -0
  247. package/gui/v2/out/_next/static/chunks/3510.61b58fad9f502d34.js +1 -0
  248. package/gui/v2/out/_next/static/chunks/363642f4-2accd15316551dfa.js +1 -0
  249. package/gui/v2/out/_next/static/chunks/4704.c49f871da8f25277.js +1 -0
  250. package/gui/v2/out/_next/static/chunks/49448ee7.02b7afe6f73c8f9d.js +1 -0
  251. package/gui/v2/out/_next/static/chunks/4d1bfaba-4c00fd5561f9a075.js +1 -0
  252. package/gui/v2/out/_next/static/chunks/5103.b86a80704c50b2cb.js +1 -0
  253. package/gui/v2/out/_next/static/chunks/5250-f85a6556cdac145c.js +1 -0
  254. package/gui/v2/out/_next/static/chunks/5253.6fc3f7a625a83de9.js +1 -0
  255. package/gui/v2/out/_next/static/chunks/6163.50329d0319b2e55b.js +1 -0
  256. package/gui/v2/out/_next/static/chunks/6262.57b323874390cc1b.js +1 -0
  257. package/gui/v2/out/_next/static/chunks/6442.5e49a9feebedaf1a.js +1 -0
  258. package/gui/v2/out/_next/static/chunks/6711.076ab1f536726d8d.js +1 -0
  259. package/gui/v2/out/_next/static/chunks/6729.9cc7e67fe8be26d8.js +1 -0
  260. package/gui/v2/out/_next/static/chunks/6744.73e5042f769356c2.js +1 -0
  261. package/gui/v2/out/_next/static/chunks/7058.e63b764d613d6d14.js +1 -0
  262. package/gui/v2/out/_next/static/chunks/714.039f29b090afd075.js +1 -0
  263. package/gui/v2/out/_next/static/chunks/720.b5dff7afd9961ccc.js +1 -0
  264. package/gui/v2/out/_next/static/chunks/7283.e2af380e1cb385c4.js +1 -0
  265. package/gui/v2/out/_next/static/chunks/7567.fb1e0ef7389df59d.js +1 -0
  266. package/gui/v2/out/_next/static/chunks/7604.12b8307c002ce3f4.js +1 -0
  267. package/gui/v2/out/_next/static/chunks/7612.f071dccc7f2b0711.js +1 -0
  268. package/gui/v2/out/_next/static/chunks/7737.6191e6708d094927.js +1 -0
  269. package/gui/v2/out/_next/static/chunks/7833.6ff3b0179c6aab2e.js +1 -0
  270. package/gui/v2/out/_next/static/chunks/7934.875b05fd89a8eeae.js +1 -0
  271. package/gui/v2/out/_next/static/chunks/7957.c1f316fb4f52b181.js +1 -0
  272. package/gui/v2/out/_next/static/chunks/7979.1ed8d3011a12e2f1.js +1 -0
  273. package/gui/v2/out/_next/static/chunks/8043.592171badd8f3ea1.js +57 -0
  274. package/gui/v2/out/_next/static/chunks/8047-327e12b999e88629.js +1 -0
  275. package/gui/v2/out/_next/static/chunks/8069-99e6658a6772ea80.js +1 -0
  276. package/gui/v2/out/_next/static/chunks/8414.c85352362d33de3e.js +1 -0
  277. package/gui/v2/out/_next/static/chunks/8700.4409d1a867db1bf3.js +1 -0
  278. package/gui/v2/out/_next/static/chunks/9121.b83f5b8780f6c093.js +1 -0
  279. package/gui/v2/out/_next/static/chunks/9336.17897c831ce187f3.js +1 -0
  280. package/gui/v2/out/_next/static/chunks/9479.f984522cec5ff059.js +1 -0
  281. package/gui/v2/out/_next/static/chunks/9557.471a0e1662abe246.js +1 -0
  282. package/gui/v2/out/_next/static/chunks/989.aa0766c8bb66a392.js +1 -0
  283. package/gui/v2/out/_next/static/chunks/app/background-job/page-0521f8d6e8ec9b55.js +1 -0
  284. package/gui/v2/out/_next/static/chunks/app/constants/page-f1397b414fe2e4c0.js +1 -0
  285. package/gui/v2/out/_next/static/chunks/app/database/layout-c1e28d1ae358bc77.js +1 -0
  286. package/gui/v2/out/_next/static/chunks/app/database/page-d2f667b24c673fbb.js +1 -0
  287. package/gui/v2/out/_next/static/chunks/app/error-3cf235b6b99c469f.js +1 -0
  288. package/gui/v2/out/_next/static/chunks/app/global-error-afc2c2c9b5e82f57.js +1 -0
  289. package/gui/v2/out/_next/static/chunks/app/graphql/page-ae7c858f41b54801.js +1 -0
  290. package/gui/v2/out/_next/static/chunks/app/layout-8194e46834cb4aba.js +1 -0
  291. package/gui/v2/out/_next/static/chunks/app/liquid/page-02caf239e75f472f.js +1 -0
  292. package/gui/v2/out/_next/static/chunks/app/loading-54414b5097331d64.js +1 -0
  293. package/gui/v2/out/_next/static/chunks/app/logs/layout-5f78d72b1b805625.js +1 -0
  294. package/gui/v2/out/_next/static/chunks/app/logs/page-ef7dd2b328d24734.js +1 -0
  295. package/gui/v2/out/_next/static/chunks/app/not-found-33cae8ec5bdcd26f.js +1 -0
  296. package/gui/v2/out/_next/static/chunks/app/page-73b1f8b1f7552d3f.js +1 -0
  297. package/gui/v2/out/_next/static/chunks/app/users/page-2195ac1594366ce4.js +1 -0
  298. package/gui/v2/out/_next/static/chunks/d9670eb5.68da5e9f84dd26cf.js +1 -0
  299. package/gui/v2/out/_next/static/chunks/fd9d1056-0e6b8922e4ebe23a.js +1 -0
  300. package/gui/v2/out/_next/static/chunks/framework-08aa667e5202eed8.js +33 -0
  301. package/gui/v2/out/_next/static/chunks/main-7b334683379129cf.js +1 -0
  302. package/gui/v2/out/_next/static/chunks/main-app-35b90d128e2e05cf.js +1 -0
  303. package/gui/v2/out/_next/static/chunks/pages/_app-57bdff7978360b1c.js +1 -0
  304. package/gui/v2/out/_next/static/chunks/pages/_error-29037c284dd0eec6.js +1 -0
  305. package/gui/v2/out/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
  306. package/gui/v2/out/_next/static/chunks/webpack-d07cc8d61c19af5d.js +1 -0
  307. package/gui/v2/out/_next/static/css/874c6e64ab8446a4.css +6 -0
  308. package/gui/v2/out/_next/static/css/88716ec5fc4aa1e3.css +15 -0
  309. package/gui/v2/out/_next/static/wmD1UwESxpzZj8pfiHFeB/_buildManifest.js +1 -0
  310. package/gui/v2/out/_next/static/wmD1UwESxpzZj8pfiHFeB/_ssgManifest.js +1 -0
  311. package/gui/v2/out/assets/icons/home-bg-job.png +0 -0
  312. package/gui/v2/out/assets/icons/home-constants.png +0 -0
  313. package/gui/v2/out/assets/icons/home-database.png +0 -0
  314. package/gui/v2/out/assets/icons/home-graphql.png +0 -0
  315. package/gui/v2/out/assets/icons/home-info-fill-light.png +0 -0
  316. package/gui/v2/out/assets/icons/home-info-light.png +0 -0
  317. package/gui/v2/out/assets/icons/home-liquid.png +0 -0
  318. package/gui/v2/out/assets/icons/home-logs.png +0 -0
  319. package/gui/v2/out/assets/icons/home-pin-fill-light.png +0 -0
  320. package/gui/v2/out/assets/icons/home-pin-light.png +0 -0
  321. package/gui/v2/out/assets/icons/home-support.png +0 -0
  322. package/gui/v2/out/assets/icons/home-users.png +0 -0
  323. package/gui/v2/out/assets/icons/menu-bg-job-dark.png +0 -0
  324. package/gui/v2/out/assets/icons/menu-bg-job-light.png +0 -0
  325. package/gui/v2/out/assets/icons/menu-console-dark.png +0 -0
  326. package/gui/v2/out/assets/icons/menu-console-light.png +0 -0
  327. package/gui/v2/out/assets/icons/menu-constants-dark.png +0 -0
  328. package/gui/v2/out/assets/icons/menu-constants-light.png +0 -0
  329. package/gui/v2/out/assets/icons/menu-database-dark.png +0 -0
  330. package/gui/v2/out/assets/icons/menu-database-light.png +0 -0
  331. package/gui/v2/out/assets/icons/menu-docs-dark.png +0 -0
  332. package/gui/v2/out/assets/icons/menu-docs-light.png +0 -0
  333. package/gui/v2/out/assets/icons/menu-graphql-dark.png +0 -0
  334. package/gui/v2/out/assets/icons/menu-graphql-light.png +0 -0
  335. package/gui/v2/out/assets/icons/menu-iia-dark.png +0 -0
  336. package/gui/v2/out/assets/icons/menu-iia-light.png +0 -0
  337. package/gui/v2/out/assets/icons/menu-liquid-dark.png +0 -0
  338. package/gui/v2/out/assets/icons/menu-liquid-light.png +0 -0
  339. package/gui/v2/out/assets/icons/menu-logs-dark.png +0 -0
  340. package/gui/v2/out/assets/icons/menu-logs-light.png +0 -0
  341. package/gui/v2/out/assets/icons/menu-support-dark.png +0 -0
  342. package/gui/v2/out/assets/icons/menu-support-light.png +0 -0
  343. package/gui/v2/out/assets/icons/menu-theme-dark.png +0 -0
  344. package/gui/v2/out/assets/icons/menu-theme-light.png +0 -0
  345. package/gui/v2/out/assets/icons/menu-users-dark.png +0 -0
  346. package/gui/v2/out/assets/icons/menu-users-light.png +0 -0
  347. package/gui/v2/out/assets/icons/search-icon-dark.svg +3 -0
  348. package/gui/v2/out/assets/ins-logo-dark.svg +35 -0
  349. package/gui/v2/out/assets/ins-logo-light.svg +35 -0
  350. package/gui/v2/out/background-job/index.html +1 -0
  351. package/gui/v2/out/background-job/index.txt +9 -0
  352. package/gui/v2/out/constants/index.html +1 -0
  353. package/gui/v2/out/constants/index.txt +11 -0
  354. package/gui/v2/out/database/index.html +1 -0
  355. package/gui/v2/out/database/index.txt +13 -0
  356. package/gui/v2/out/favicon.ico +0 -0
  357. package/gui/v2/out/favicon.png +0 -0
  358. package/gui/v2/out/graphql/index.html +1 -0
  359. package/gui/v2/out/graphql/index.txt +11 -0
  360. package/gui/v2/out/index.html +1 -0
  361. package/gui/v2/out/index.txt +11 -0
  362. package/gui/v2/out/liquid/index.html +1 -0
  363. package/gui/v2/out/liquid/index.txt +11 -0
  364. package/gui/v2/out/logs/index.html +1 -0
  365. package/gui/v2/out/logs/index.txt +13 -0
  366. package/gui/v2/out/next.svg +1 -0
  367. package/gui/v2/out/users/index.html +1 -0
  368. package/gui/v2/out/users/index.txt +11 -0
  369. package/gui/v2/out/vercel.svg +1 -0
  370. package/gui/v2/package-lock.json +9575 -0
  371. package/gui/v2/package.json +37 -0
  372. package/gui/v2/postcss.config.js +6 -0
  373. package/gui/v2/public/assets/icons/home-bg-job.png +0 -0
  374. package/gui/v2/public/assets/icons/home-constants.png +0 -0
  375. package/gui/v2/public/assets/icons/home-database.png +0 -0
  376. package/gui/v2/public/assets/icons/home-graphql.png +0 -0
  377. package/gui/v2/public/assets/icons/home-info-fill-light.png +0 -0
  378. package/gui/v2/public/assets/icons/home-info-light.png +0 -0
  379. package/gui/v2/public/assets/icons/home-liquid.png +0 -0
  380. package/gui/v2/public/assets/icons/home-logs.png +0 -0
  381. package/gui/v2/public/assets/icons/home-pin-fill-light.png +0 -0
  382. package/gui/v2/public/assets/icons/home-pin-light.png +0 -0
  383. package/gui/v2/public/assets/icons/home-support.png +0 -0
  384. package/gui/v2/public/assets/icons/home-users.png +0 -0
  385. package/gui/v2/public/assets/icons/menu-bg-job-dark.png +0 -0
  386. package/gui/v2/public/assets/icons/menu-bg-job-light.png +0 -0
  387. package/gui/v2/public/assets/icons/menu-console-dark.png +0 -0
  388. package/gui/v2/public/assets/icons/menu-console-light.png +0 -0
  389. package/gui/v2/public/assets/icons/menu-constants-dark.png +0 -0
  390. package/gui/v2/public/assets/icons/menu-constants-light.png +0 -0
  391. package/gui/v2/public/assets/icons/menu-database-dark.png +0 -0
  392. package/gui/v2/public/assets/icons/menu-database-light.png +0 -0
  393. package/gui/v2/public/assets/icons/menu-docs-dark.png +0 -0
  394. package/gui/v2/public/assets/icons/menu-docs-light.png +0 -0
  395. package/gui/v2/public/assets/icons/menu-graphql-dark.png +0 -0
  396. package/gui/v2/public/assets/icons/menu-graphql-light.png +0 -0
  397. package/gui/v2/public/assets/icons/menu-iia-dark.png +0 -0
  398. package/gui/v2/public/assets/icons/menu-iia-light.png +0 -0
  399. package/gui/v2/public/assets/icons/menu-liquid-dark.png +0 -0
  400. package/gui/v2/public/assets/icons/menu-liquid-light.png +0 -0
  401. package/gui/v2/public/assets/icons/menu-logs-dark.png +0 -0
  402. package/gui/v2/public/assets/icons/menu-logs-light.png +0 -0
  403. package/gui/v2/public/assets/icons/menu-support-dark.png +0 -0
  404. package/gui/v2/public/assets/icons/menu-support-light.png +0 -0
  405. package/gui/v2/public/assets/icons/menu-theme-dark.png +0 -0
  406. package/gui/v2/public/assets/icons/menu-theme-light.png +0 -0
  407. package/gui/v2/public/assets/icons/menu-users-dark.png +0 -0
  408. package/gui/v2/public/assets/icons/menu-users-light.png +0 -0
  409. package/gui/v2/public/assets/icons/search-icon-dark.svg +3 -0
  410. package/gui/v2/public/assets/ins-logo-dark.svg +35 -0
  411. package/gui/v2/public/assets/ins-logo-light.svg +35 -0
  412. package/gui/v2/public/favicon.png +0 -0
  413. package/gui/v2/public/next.svg +1 -0
  414. package/gui/v2/public/vercel.svg +1 -0
  415. package/gui/v2/src/app/background-job/page.js +35 -0
  416. package/gui/v2/src/app/constants/components/Field/Field.css +11 -0
  417. package/gui/v2/src/app/constants/components/Field/Field.js +52 -0
  418. package/gui/v2/src/app/constants/components/Filter.js +50 -0
  419. package/gui/v2/src/app/constants/components/Form/Form.css +3 -0
  420. package/gui/v2/src/app/constants/components/Form/Form.js +41 -0
  421. package/gui/v2/src/app/constants/page.js +40 -0
  422. package/gui/v2/src/app/database/components/Filters/FilterForm.js +70 -0
  423. package/gui/v2/src/app/database/components/Filters/FilterValue.js +68 -0
  424. package/gui/v2/src/app/database/components/Filters/Filters.js +72 -0
  425. package/gui/v2/src/app/database/components/Sidebar.js +46 -0
  426. package/gui/v2/src/app/database/components/Table.js +122 -0
  427. package/gui/v2/src/app/database/context.js +106 -0
  428. package/gui/v2/src/app/database/layout.js +10 -0
  429. package/gui/v2/src/app/database/page.js +31 -0
  430. package/gui/v2/src/app/error.js +25 -0
  431. package/gui/v2/src/app/favicon.ico +0 -0
  432. package/gui/v2/src/app/global-error.js +20 -0
  433. package/gui/v2/src/app/globals.css +30 -0
  434. package/gui/v2/src/app/graphql/graphql.js +71 -0
  435. package/gui/v2/src/app/graphql/page.js +11 -0
  436. package/gui/v2/src/app/layout.js +27 -0
  437. package/gui/v2/src/app/liquid/page.js +68 -0
  438. package/gui/v2/src/app/loading.js +7 -0
  439. package/gui/v2/src/app/logs/components/JsonTree.js +31 -0
  440. package/gui/v2/src/app/logs/components/LogMetadata/LogMetadata.js +61 -0
  441. package/gui/v2/src/app/logs/components/LogRow.js +62 -0
  442. package/gui/v2/src/app/logs/components/PinnedPanel/PinnedPanel.js +46 -0
  443. package/gui/v2/src/app/logs/components/Toolbar/ClearButton.js +10 -0
  444. package/gui/v2/src/app/logs/components/Toolbar/Filter.js +13 -0
  445. package/gui/v2/src/app/logs/components/Toolbar/MetaDataCheckbox.js +11 -0
  446. package/gui/v2/src/app/logs/components/Toolbar/ShowPinnedButton.js +8 -0
  447. package/gui/v2/src/app/logs/components/Toolbar/Toolbar.js +45 -0
  448. package/gui/v2/src/app/logs/context.js +66 -0
  449. package/gui/v2/src/app/logs/layout.js +10 -0
  450. package/gui/v2/src/app/logs/page.js +73 -0
  451. package/gui/v2/src/app/not-found.js +11 -0
  452. package/gui/v2/src/app/page.js +103 -0
  453. package/gui/v2/src/app/providers.js +18 -0
  454. package/gui/v2/src/app/users/components/UserDetails.js +38 -0
  455. package/gui/v2/src/app/users/page.js +121 -0
  456. package/gui/v2/src/components/CodeEditor/CodeEditor.css +12 -0
  457. package/gui/v2/src/components/CodeEditor/CodeEditor.js +76 -0
  458. package/gui/v2/src/components/layout/Header/Header.css +6 -0
  459. package/gui/v2/src/components/layout/Header/Header.js +139 -0
  460. package/gui/v2/src/constants/filters.js +32 -0
  461. package/gui/v2/src/constants/records.js +17 -0
  462. package/gui/v2/src/context/config.js +27 -0
  463. package/gui/v2/src/context/filters.js +22 -0
  464. package/gui/v2/src/context/menu.js +14 -0
  465. package/gui/v2/src/context/theme.js +29 -0
  466. package/gui/v2/src/hooks/config.js +6 -0
  467. package/gui/v2/src/hooks/constants.js +99 -0
  468. package/gui/v2/src/hooks/database.js +44 -0
  469. package/gui/v2/src/hooks/filters.js +30 -0
  470. package/gui/v2/src/hooks/menu.js +19 -0
  471. package/gui/v2/src/hooks/query.js +10 -0
  472. package/gui/v2/src/hooks/queryParams.js +20 -0
  473. package/gui/v2/src/hooks/recordQuery.js +109 -0
  474. package/gui/v2/src/hooks/theme.js +6 -0
  475. package/gui/v2/src/hooks/users.js +63 -0
  476. package/gui/v2/src/reducers/filter.js +28 -0
  477. package/gui/v2/src/reducers/menu.js +125 -0
  478. package/gui/v2/src/reducers/query.js +143 -0
  479. package/gui/v2/src/services/ConfigService.js +7 -0
  480. package/gui/v2/src/services/CoreService.js +68 -0
  481. package/gui/v2/src/services/GraphiQLService.js +14 -0
  482. package/gui/v2/src/services/LiquidService.js +7 -0
  483. package/gui/v2/src/services/LogService.js +7 -0
  484. package/gui/v2/src/services/RecordService.js +27 -0
  485. package/gui/v2/src/styles/app/database.css +10 -0
  486. package/gui/v2/src/styles/app/graphql.css +100 -0
  487. package/gui/v2/src/styles/app/liquid.css +4 -0
  488. package/gui/v2/src/styles/app/users.css +3 -0
  489. package/gui/v2/src/styles/general.css +31 -0
  490. package/gui/v2/src/styles/icons.css +7 -0
  491. package/gui/v2/src/styles/utils.css +103 -0
  492. package/gui/v2/src/styles/variables.css +94 -0
  493. package/gui/v2/tailwind.config.js +18 -0
  494. package/gui/v3/.cta.json +13 -0
  495. package/gui/v3/.cursorrules +7 -0
  496. package/gui/v3/.vscode/settings.json +18 -0
  497. package/gui/v3/README.md +300 -0
  498. package/gui/v3/components.json +21 -0
  499. package/gui/v3/index.html +17 -0
  500. package/gui/v3/out/assets/asn1-EdZsLKOL.js +1 -0
  501. package/gui/v3/out/assets/babel-C9dsZwsK.js +15 -0
  502. package/gui/v3/out/assets/clojure-BMjYHr_A.js +1 -0
  503. package/gui/v3/out/assets/codicon-DCmgc-ay.ttf +0 -0
  504. package/gui/v3/out/assets/constants-BTP7rcyh.js +1 -0
  505. package/gui/v3/out/assets/createLucideIcon-C36JZ1s3.js +21 -0
  506. package/gui/v3/out/assets/css-BnMrqG3P.js +1 -0
  507. package/gui/v3/out/assets/database-DV7gHS2m.js +106 -0
  508. package/gui/v3/out/assets/estree-DZUM3lmb.js +36 -0
  509. package/gui/v3/out/assets/format-Bs4upCOt.js +1 -0
  510. package/gui/v3/out/assets/graphql-7Dzro_xV.js +29 -0
  511. package/gui/v3/out/assets/graphql-Cg7bfA9N.js +6 -0
  512. package/gui/v3/out/assets/graphql-D05RS2Ys.js +29 -0
  513. package/gui/v3/out/assets/graphql-DeSRErpC.css +6 -0
  514. package/gui/v3/out/assets/graphql-Kf_-WQAL.js +335 -0
  515. package/gui/v3/out/assets/graphqlMode-BiZPK6IB.js +2 -0
  516. package/gui/v3/out/assets/icons/home-bg-job.png +0 -0
  517. package/gui/v3/out/assets/icons/home-constants.png +0 -0
  518. package/gui/v3/out/assets/icons/home-database.png +0 -0
  519. package/gui/v3/out/assets/icons/home-graphql.png +0 -0
  520. package/gui/v3/out/assets/icons/home-info-fill-light.png +0 -0
  521. package/gui/v3/out/assets/icons/home-info-light.png +0 -0
  522. package/gui/v3/out/assets/icons/home-liquid.png +0 -0
  523. package/gui/v3/out/assets/icons/home-logs.png +0 -0
  524. package/gui/v3/out/assets/icons/home-pin-fill-light.png +0 -0
  525. package/gui/v3/out/assets/icons/home-pin-light.png +0 -0
  526. package/gui/v3/out/assets/icons/home-support.png +0 -0
  527. package/gui/v3/out/assets/icons/home-users.png +0 -0
  528. package/gui/v3/out/assets/icons/menu-bg-job-dark.png +0 -0
  529. package/gui/v3/out/assets/icons/menu-bg-job-light.png +0 -0
  530. package/gui/v3/out/assets/icons/menu-console-dark.png +0 -0
  531. package/gui/v3/out/assets/icons/menu-console-light.png +0 -0
  532. package/gui/v3/out/assets/icons/menu-constants-dark.png +0 -0
  533. package/gui/v3/out/assets/icons/menu-constants-light.png +0 -0
  534. package/gui/v3/out/assets/icons/menu-database-dark.png +0 -0
  535. package/gui/v3/out/assets/icons/menu-database-light.png +0 -0
  536. package/gui/v3/out/assets/icons/menu-docs-dark.png +0 -0
  537. package/gui/v3/out/assets/icons/menu-docs-light.png +0 -0
  538. package/gui/v3/out/assets/icons/menu-graphql-dark.png +0 -0
  539. package/gui/v3/out/assets/icons/menu-graphql-light.png +0 -0
  540. package/gui/v3/out/assets/icons/menu-iia-dark.png +0 -0
  541. package/gui/v3/out/assets/icons/menu-iia-light.png +0 -0
  542. package/gui/v3/out/assets/icons/menu-liquid-dark.png +0 -0
  543. package/gui/v3/out/assets/icons/menu-liquid-light.png +0 -0
  544. package/gui/v3/out/assets/icons/menu-logs-dark.png +0 -0
  545. package/gui/v3/out/assets/icons/menu-logs-light.png +0 -0
  546. package/gui/v3/out/assets/icons/menu-support-dark.png +0 -0
  547. package/gui/v3/out/assets/icons/menu-support-light.png +0 -0
  548. package/gui/v3/out/assets/icons/menu-theme-dark.png +0 -0
  549. package/gui/v3/out/assets/icons/menu-theme-light.png +0 -0
  550. package/gui/v3/out/assets/icons/menu-users-dark.png +0 -0
  551. package/gui/v3/out/assets/icons/menu-users-light.png +0 -0
  552. package/gui/v3/out/assets/icons/search-icon-dark.svg +3 -0
  553. package/gui/v3/out/assets/index-AQmQqDwZ.js +68 -0
  554. package/gui/v3/out/assets/index-BkuncLX2.js +1 -0
  555. package/gui/v3/out/assets/index-Cf5jXmk6.css +1 -0
  556. package/gui/v3/out/assets/index-CizP5xBC.js +7 -0
  557. package/gui/v3/out/assets/index-DO4-OviR.js +1 -0
  558. package/gui/v3/out/assets/index-DuTWoEAJ.js +1 -0
  559. package/gui/v3/out/assets/index-Fzn1QYI7.js +41 -0
  560. package/gui/v3/out/assets/ins-logo-dark.svg +35 -0
  561. package/gui/v3/out/assets/ins-logo-light.svg +35 -0
  562. package/gui/v3/out/assets/javascript-qCveANmP.js +1 -0
  563. package/gui/v3/out/assets/jsonMode-D3_vpDO9.js +15 -0
  564. package/gui/v3/out/assets/liquid-eqk0BGFR.js +56 -0
  565. package/gui/v3/out/assets/lite-BCVbb_oz.js +2 -0
  566. package/gui/v3/out/assets/logs-DI6Go5dW.js +16 -0
  567. package/gui/v3/out/assets/mllike-CXdrOF99.js +1 -0
  568. package/gui/v3/out/assets/monaco-editor-C4cuflwX.js +722 -0
  569. package/gui/v3/out/assets/monaco-editor-D6kYW_CN.css +1 -0
  570. package/gui/v3/out/assets/mouseTarget-B_KnTiWf.js +9 -0
  571. package/gui/v3/out/assets/objectWithoutPropertiesLoose-Ls7qkcH1.js +1 -0
  572. package/gui/v3/out/assets/pug-DukmZTjD.js +1 -0
  573. package/gui/v3/out/assets/python-BuPzkPfP.js +1 -0
  574. package/gui/v3/out/assets/rpm-CTu-6PCP.js +1 -0
  575. package/gui/v3/out/assets/sql-D0XecflT.js +1 -0
  576. package/gui/v3/out/assets/standalone-BS_cqyLa.js +39 -0
  577. package/gui/v3/out/assets/table-D17Bwjdk.js +6 -0
  578. package/gui/v3/out/assets/toolkit-DToHxdMP.js +1 -0
  579. package/gui/v3/out/assets/ttcn-cfg-B9xdYoR4.js +1 -0
  580. package/gui/v3/out/assets/users-DI3wqkEI.js +1 -0
  581. package/gui/v3/out/favicon.png +0 -0
  582. package/gui/v3/out/index.html +41 -0
  583. package/gui/v3/out/logo192.png +0 -0
  584. package/gui/v3/out/logo512.png +0 -0
  585. package/gui/v3/out/manifest.json +25 -0
  586. package/gui/v3/out/monacoeditorwork/editor.worker.bundle.js +13519 -0
  587. package/gui/v3/out/monacoeditorwork/graphql.worker..bundle.js +32105 -0
  588. package/gui/v3/out/monacoeditorwork/json.worker.bundle.js +21320 -0
  589. package/gui/v3/out/robots.txt +3 -0
  590. package/gui/v3/package-lock.json +7193 -0
  591. package/gui/v3/package.json +69 -0
  592. package/gui/v3/public/assets/icons/home-bg-job.png +0 -0
  593. package/gui/v3/public/assets/icons/home-constants.png +0 -0
  594. package/gui/v3/public/assets/icons/home-database.png +0 -0
  595. package/gui/v3/public/assets/icons/home-graphql.png +0 -0
  596. package/gui/v3/public/assets/icons/home-info-fill-light.png +0 -0
  597. package/gui/v3/public/assets/icons/home-info-light.png +0 -0
  598. package/gui/v3/public/assets/icons/home-liquid.png +0 -0
  599. package/gui/v3/public/assets/icons/home-logs.png +0 -0
  600. package/gui/v3/public/assets/icons/home-pin-fill-light.png +0 -0
  601. package/gui/v3/public/assets/icons/home-pin-light.png +0 -0
  602. package/gui/v3/public/assets/icons/home-support.png +0 -0
  603. package/gui/v3/public/assets/icons/home-users.png +0 -0
  604. package/gui/v3/public/assets/icons/menu-bg-job-dark.png +0 -0
  605. package/gui/v3/public/assets/icons/menu-bg-job-light.png +0 -0
  606. package/gui/v3/public/assets/icons/menu-console-dark.png +0 -0
  607. package/gui/v3/public/assets/icons/menu-console-light.png +0 -0
  608. package/gui/v3/public/assets/icons/menu-constants-dark.png +0 -0
  609. package/gui/v3/public/assets/icons/menu-constants-light.png +0 -0
  610. package/gui/v3/public/assets/icons/menu-database-dark.png +0 -0
  611. package/gui/v3/public/assets/icons/menu-database-light.png +0 -0
  612. package/gui/v3/public/assets/icons/menu-docs-dark.png +0 -0
  613. package/gui/v3/public/assets/icons/menu-docs-light.png +0 -0
  614. package/gui/v3/public/assets/icons/menu-graphql-dark.png +0 -0
  615. package/gui/v3/public/assets/icons/menu-graphql-light.png +0 -0
  616. package/gui/v3/public/assets/icons/menu-iia-dark.png +0 -0
  617. package/gui/v3/public/assets/icons/menu-iia-light.png +0 -0
  618. package/gui/v3/public/assets/icons/menu-liquid-dark.png +0 -0
  619. package/gui/v3/public/assets/icons/menu-liquid-light.png +0 -0
  620. package/gui/v3/public/assets/icons/menu-logs-dark.png +0 -0
  621. package/gui/v3/public/assets/icons/menu-logs-light.png +0 -0
  622. package/gui/v3/public/assets/icons/menu-support-dark.png +0 -0
  623. package/gui/v3/public/assets/icons/menu-support-light.png +0 -0
  624. package/gui/v3/public/assets/icons/menu-theme-dark.png +0 -0
  625. package/gui/v3/public/assets/icons/menu-theme-light.png +0 -0
  626. package/gui/v3/public/assets/icons/menu-users-dark.png +0 -0
  627. package/gui/v3/public/assets/icons/menu-users-light.png +0 -0
  628. package/gui/v3/public/assets/icons/search-icon-dark.svg +3 -0
  629. package/gui/v3/public/assets/ins-logo-dark.svg +35 -0
  630. package/gui/v3/public/assets/ins-logo-light.svg +35 -0
  631. package/gui/v3/public/favicon.png +0 -0
  632. package/gui/v3/public/logo192.png +0 -0
  633. package/gui/v3/public/logo512.png +0 -0
  634. package/gui/v3/public/manifest.json +25 -0
  635. package/gui/v3/public/robots.txt +3 -0
  636. package/gui/v3/src/components/CodeEditor.tsx +100 -0
  637. package/gui/v3/src/components/commons/DatePicker.tsx +93 -0
  638. package/gui/v3/src/components/commons/DateRangeFilter.tsx +76 -0
  639. package/gui/v3/src/components/commons/InputBox.tsx +88 -0
  640. package/gui/v3/src/components/data/DataPagination.tsx +116 -0
  641. package/gui/v3/src/components/data/DataTable.tsx +84 -0
  642. package/gui/v3/src/components/layout/Header.tsx +42 -0
  643. package/gui/v3/src/components/layout/Layout.tsx +15 -0
  644. package/gui/v3/src/components/ui/alert.tsx +66 -0
  645. package/gui/v3/src/components/ui/badge.tsx +48 -0
  646. package/gui/v3/src/components/ui/button.tsx +59 -0
  647. package/gui/v3/src/components/ui/calendar.tsx +211 -0
  648. package/gui/v3/src/components/ui/card.tsx +92 -0
  649. package/gui/v3/src/components/ui/dropdown-menu.tsx +255 -0
  650. package/gui/v3/src/components/ui/hover-card.tsx +42 -0
  651. package/gui/v3/src/components/ui/input.tsx +21 -0
  652. package/gui/v3/src/components/ui/navigation-menu.tsx +168 -0
  653. package/gui/v3/src/components/ui/pagination.tsx +127 -0
  654. package/gui/v3/src/components/ui/popover.tsx +46 -0
  655. package/gui/v3/src/components/ui/resizable.tsx +54 -0
  656. package/gui/v3/src/components/ui/select.tsx +183 -0
  657. package/gui/v3/src/components/ui/separator.tsx +28 -0
  658. package/gui/v3/src/components/ui/sheet.tsx +137 -0
  659. package/gui/v3/src/components/ui/sidebar.tsx +724 -0
  660. package/gui/v3/src/components/ui/skeleton.tsx +13 -0
  661. package/gui/v3/src/components/ui/switch.tsx +29 -0
  662. package/gui/v3/src/components/ui/table.tsx +114 -0
  663. package/gui/v3/src/components/ui/tooltip.tsx +61 -0
  664. package/gui/v3/src/features/config/context.ts +21 -0
  665. package/gui/v3/src/features/config/hooks.ts +11 -0
  666. package/gui/v3/src/features/config/provider.tsx +33 -0
  667. package/gui/v3/src/features/config/services.ts +14 -0
  668. package/gui/v3/src/features/config/type.ts +7 -0
  669. package/gui/v3/src/features/database/components/DatabaseLayout.tsx +44 -0
  670. package/gui/v3/src/features/database/components/DatabaseLoader.tsx +3 -0
  671. package/gui/v3/src/features/database/components/DatabaseNotFound.tsx +6 -0
  672. package/gui/v3/src/features/database/components/DatabaseSidebar.tsx +60 -0
  673. package/gui/v3/src/features/database/components/LoadingIndicator.tsx +3 -0
  674. package/gui/v3/src/features/database/components/RecordsFilter.tsx +89 -0
  675. package/gui/v3/src/features/database/components/RecordsTable.tsx +64 -0
  676. package/gui/v3/src/features/database/components/RecordsViewer.tsx +39 -0
  677. package/gui/v3/src/features/database/graphql/queries.ts +64 -0
  678. package/gui/v3/src/features/database/hooks/useDatabaseColumns.ts +34 -0
  679. package/gui/v3/src/features/database/hooks/useRecords.ts +21 -0
  680. package/gui/v3/src/features/database/hooks/useSelectedTable.ts +14 -0
  681. package/gui/v3/src/features/database/hooks/useTables.ts +18 -0
  682. package/gui/v3/src/features/database/reducers/useRecordsVariable.ts +66 -0
  683. package/gui/v3/src/features/database/schema/records.ts +82 -0
  684. package/gui/v3/src/features/database/schema/tables.ts +51 -0
  685. package/gui/v3/src/features/graphiql/components/GraphiQL.tsx +21 -0
  686. package/gui/v3/src/features/graphiql/style.css +120 -0
  687. package/gui/v3/src/features/liquid/components/LiquidEditor.tsx +95 -0
  688. package/gui/v3/src/features/liquid/service.ts +13 -0
  689. package/gui/v3/src/features/logs/components/LogMessage.tsx +83 -0
  690. package/gui/v3/src/features/logs/components/LogsTable.tsx +121 -0
  691. package/gui/v3/src/features/logs/components/LogsViewer.tsx +30 -0
  692. package/gui/v3/src/features/logs/hooks/useLogs.tsx +59 -0
  693. package/gui/v3/src/features/logs/types/schema.ts +8 -0
  694. package/gui/v3/src/features/menu/components/GuiMenu.tsx +32 -0
  695. package/gui/v3/src/features/menu/components/InsitesMenu.tsx +56 -0
  696. package/gui/v3/src/features/menu/components/TileMenu.tsx +88 -0
  697. package/gui/v3/src/features/menu/constants.ts +99 -0
  698. package/gui/v3/src/features/menu/hooks.ts +11 -0
  699. package/gui/v3/src/features/menu/store.ts +26 -0
  700. package/gui/v3/src/features/menu/types.ts +16 -0
  701. package/gui/v3/src/features/theme/context.tsx +16 -0
  702. package/gui/v3/src/features/theme/hook.tsx +11 -0
  703. package/gui/v3/src/features/theme/provider.tsx +35 -0
  704. package/gui/v3/src/features/theme/store.ts +17 -0
  705. package/gui/v3/src/features/theme/types.ts +1 -0
  706. package/gui/v3/src/features/users/components/Users.tsx +77 -0
  707. package/gui/v3/src/features/users/types.ts +31 -0
  708. package/gui/v3/src/features/users/usernames.ts +45 -0
  709. package/gui/v3/src/hooks/use-mobile.ts +19 -0
  710. package/gui/v3/src/lib/api/constants.ts +1 -0
  711. package/gui/v3/src/lib/api/errors.ts +22 -0
  712. package/gui/v3/src/lib/api/request.ts +57 -0
  713. package/gui/v3/src/lib/api/types.ts +16 -0
  714. package/gui/v3/src/lib/graphql/hooks.ts +27 -0
  715. package/gui/v3/src/lib/graphql/request.ts +31 -0
  716. package/gui/v3/src/lib/graphql/schema/filters.ts +108 -0
  717. package/gui/v3/src/lib/graphql/schema/sorts.ts +10 -0
  718. package/gui/v3/src/lib/graphql/types.ts +29 -0
  719. package/gui/v3/src/lib/providers/entries.ts +21 -0
  720. package/gui/v3/src/lib/providers/index.tsx +10 -0
  721. package/gui/v3/src/lib/providers/queryClient.tsx +16 -0
  722. package/gui/v3/src/lib/providers/types.ts +9 -0
  723. package/gui/v3/src/lib/utils.ts +30 -0
  724. package/gui/v3/src/logo.svg +44 -0
  725. package/gui/v3/src/main.tsx +42 -0
  726. package/gui/v3/src/pages/ConstantPage.tsx +3 -0
  727. package/gui/v3/src/pages/DatabasePage.tsx +31 -0
  728. package/gui/v3/src/pages/GraphqlPage.tsx +9 -0
  729. package/gui/v3/src/pages/HomePage.tsx +36 -0
  730. package/gui/v3/src/pages/LiquidPage.tsx +5 -0
  731. package/gui/v3/src/pages/LogsPage.tsx +10 -0
  732. package/gui/v3/src/pages/Userspage.tsx +5 -0
  733. package/gui/v3/src/reportWebVitals.ts +13 -0
  734. package/gui/v3/src/routeTree.gen.ts +189 -0
  735. package/gui/v3/src/routes/__root.tsx +6 -0
  736. package/gui/v3/src/routes/constants.tsx +7 -0
  737. package/gui/v3/src/routes/database.tsx +6 -0
  738. package/gui/v3/src/routes/graphql.tsx +6 -0
  739. package/gui/v3/src/routes/index.tsx +6 -0
  740. package/gui/v3/src/routes/liquid.tsx +6 -0
  741. package/gui/v3/src/routes/logs.tsx +6 -0
  742. package/gui/v3/src/routes/users.tsx +6 -0
  743. package/gui/v3/src/styles.css +247 -0
  744. package/gui/v3/tsconfig.json +28 -0
  745. package/gui/v3/vite.config.ts +43 -0
  746. package/lib/ServerError.js +122 -0
  747. package/lib/apiRequest.js +15 -0
  748. package/lib/archive.js +126 -0
  749. package/lib/assets/insites-icon.png +0 -0
  750. package/lib/assets/manifest.js +34 -0
  751. package/lib/assets/packAssets.js +53 -0
  752. package/lib/assets.js +56 -0
  753. package/lib/audit/detailed.js +97 -0
  754. package/lib/audit/duplicateFile.js +31 -0
  755. package/lib/audit/extensions.js +53 -0
  756. package/lib/audit/fileName.js +20 -0
  757. package/lib/audit/filters.js +99 -0
  758. package/lib/audit/orphanedIncludes.js +85 -0
  759. package/lib/audit/tags.js +69 -0
  760. package/lib/audit.js +47 -0
  761. package/lib/data/fetchFiles.js +93 -0
  762. package/lib/data/isValidJSON.js +12 -0
  763. package/lib/data/uploadFiles.js +92 -0
  764. package/lib/data/waitForStatus.js +31 -0
  765. package/lib/deploy/directAssetsUploadStrategy.js +57 -0
  766. package/lib/deploy/strategy.js +8 -0
  767. package/lib/directories.js +23 -0
  768. package/lib/downloadFile.js +16 -0
  769. package/lib/duration.js +7 -0
  770. package/lib/files.js +96 -0
  771. package/lib/insites-apig.js +18 -0
  772. package/lib/insites-console.js +24 -0
  773. package/lib/logger/rainbow.js +11 -0
  774. package/lib/logger/simple.js +9 -0
  775. package/lib/logger.js +63 -0
  776. package/lib/logsv2/http.js +40 -0
  777. package/lib/modules.js +129 -0
  778. package/lib/portal.js +52 -0
  779. package/lib/pos-proxy.js +162 -0
  780. package/lib/prepareArchive.js +49 -0
  781. package/lib/presignUrl.js +71 -0
  782. package/lib/proxy.js +75 -0
  783. package/lib/push.js +62 -0
  784. package/lib/s3UploadFile.js +56 -0
  785. package/lib/server.js +123 -0
  786. package/lib/settings.js +42 -0
  787. package/lib/shouldBeSynced.js +89 -0
  788. package/lib/swagger-client.js +287 -0
  789. package/lib/templates.js +52 -0
  790. package/lib/updateNotifier.js +8 -0
  791. package/lib/utils/valid-file-path.js +21 -0
  792. package/lib/validators/directoryEmpty.js +12 -0
  793. package/lib/validators/directoryExists.js +12 -0
  794. package/lib/validators/email.js +8 -0
  795. package/lib/validators/existence.js +9 -0
  796. package/lib/validators/index.js +13 -0
  797. package/lib/validators/url.js +8 -0
  798. package/lib/watch-files-extensions.js +39 -0
  799. package/lib/watch.js +192 -0
  800. package/mock/app.js +45 -0
  801. package/mock/bin/www +91 -0
  802. package/mock/package-lock.json +2287 -0
  803. package/mock/package.json +18 -0
  804. package/mock/public/stylesheets/style.css +8 -0
  805. package/mock/responses/constants.js +39 -0
  806. package/mock/responses/databases.js +3589 -0
  807. package/mock/responses/logs.js +126 -0
  808. package/mock/responses/records.js +443 -0
  809. package/mock/responses/schemas.js +36896 -0
  810. package/mock/responses/users.js +194 -0
  811. package/mock/routes/api.js +53 -0
  812. package/mock/routes/index.js +13 -0
  813. package/mock/routes/users.js +9 -0
  814. package/mock/views/error.jade +6 -0
  815. package/mock/views/index.jade +5 -0
  816. package/mock/views/layout.jade +7 -0
  817. package/package.json +77 -0
  818. package/tests/archive.test.js +33 -0
  819. package/tests/deploy.test.js +26 -0
  820. package/tests/fixtures/archive/default/app/assets/images/insites-logo.svg +55 -0
  821. package/tests/fixtures/archive/default/app/views/pages/hello.liquid +4 -0
  822. package/tests/fixtures/archive/default/modules/testModule/public/views/pages/hello-test-module.liquid +4 -0
  823. package/tests/fixtures/archive/default/modules/testModule/public/views/partials/dir/subdir/foo.liquid +1 -0
  824. package/tests/fixtures/deploy/default/app/assets/images/insites-logo.svg +55 -0
  825. package/tests/fixtures/deploy/default/app/views/pages/index.liquid +6 -0
  826. package/tests/fixtures/deploy/default/app/views/partials/test.liquid +1 -0
  827. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/README.md +22 -0
  828. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/api_calls/.keep +0 -0
  829. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/assets/.keep +0 -0
  830. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/emails/.keep +0 -0
  831. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/graphql/.keep +0 -0
  832. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/model_schemas/.keep +0 -0
  833. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/smses/.keep +0 -0
  834. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/translations/.keep +0 -0
  835. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/layouts/.keep +0 -0
  836. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/pages/.keep +0 -0
  837. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/partials/.keep +0 -0
  838. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/api_calls/.keep +0 -0
  839. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/assets/.keep +0 -0
  840. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/emails/.keep +0 -0
  841. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/graphql/.keep +0 -0
  842. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/model_schemas/.keep +0 -0
  843. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/smses/.keep +0 -0
  844. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/translations/.keep +0 -0
  845. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/layouts/.keep +0 -0
  846. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/pages/.keep +0 -0
  847. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/pages/demo.json.liquid +4 -0
  848. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/.keep +0 -0
  849. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/.keep +0 -0
  850. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/test.html.liquid +1 -0
  851. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/test.liquid +1 -0
  852. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/template-values.json +7 -0
  853. package/tests/utils/cliPath.js +4 -0
  854. package/tests/utils/exec.js +12 -0
@@ -0,0 +1,2230 @@
1
+ (()=>{var md={9361:(w,B,o)=>{"use strict";o.d(B,{A:()=>Jl,B:()=>tc,C:()=>Gp,D:()=>ia,G:()=>Rp,I:()=>Vp,J:()=>ta,K:()=>dd,L:()=>Xy,P:()=>eE,R:()=>tE,a:()=>pd,c:()=>j,e:()=>pu,f:()=>Lr,g:()=>xo,h:()=>Co,i:()=>Jy,j:()=>aa,k:()=>Wi,l:()=>gt,m:()=>hu,n:()=>ko,o:()=>qt,p:()=>et,r:()=>lu,s:()=>ec,t:()=>uu,u:()=>Ka,w:()=>rc,x:()=>Yp,y:()=>Hp,z:()=>lg});var b=o(398),m=o(4275),d=o(2676),u=o(7304),p=o(9011),f=o(7359),c=o(77),y=o(5397),k=o(9678),_=o(9120),A=o(9655),T=o(2254),g=o(7294),D=o(3935),C=Object.defineProperty,O=Object.defineProperties,N=Object.getOwnPropertyDescriptors,P=Object.getOwnPropertySymbols,R=Object.prototype.hasOwnProperty,M=Object.prototype.propertyIsEnumerable,F=(r,n,a)=>n in r?C(r,n,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[n]=a,W=(r,n)=>{for(var a in n||(n={}))R.call(n,a)&&F(r,a,n[a]);if(P)for(var a of P(n))M.call(n,a)&&F(r,a,n[a]);return r},ne=(r,n)=>O(r,N(n)),v=(r,n)=>C(r,"name",{value:n,configurable:!0}),L=(r,n)=>{var a={};for(var s in r)R.call(r,s)&&n.indexOf(s)<0&&(a[s]=r[s]);if(r!=null&&P)for(var s of P(r))n.indexOf(s)<0&&M.call(r,s)&&(a[s]=r[s]);return a},j=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof o.g<"u"?o.g:typeof self<"u"?self:{};function U(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}v(U,"getDefaultExportFromCjs");function J(r){if(r.__esModule)return r;var n=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(r).forEach(function(a){var s=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(n,a,s.get?s:{enumerable:!0,get:function(){return r[a]}})}),n}v(J,"getAugmentedNamespace");/*!
2
+ * escape-html
3
+ * Copyright(c) 2012-2013 TJ Holowaychuk
4
+ * Copyright(c) 2015 Andreas Lubbe
5
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
6
+ * MIT Licensed
7
+ */var ae=/["'&<>]/,q=te;function te(r){var n=""+r,a=ae.exec(n);if(!a)return n;var s,l="",E=0,S=0;for(E=a.index;E<n.length;E++){switch(n.charCodeAt(E)){case 34:s="&quot;";break;case 38:s="&amp;";break;case 39:s="&#39;";break;case 60:s="&lt;";break;case 62:s="&gt;";break;default:continue}S!==E&&(l+=n.substring(S,E)),S=E+1,l+=s}return S!==E?l+n.substring(S,E):l}v(te,"escapeHtml$1");var ie={},Tg={Aacute:"\xC1",aacute:"\xE1",Abreve:"\u0102",abreve:"\u0103",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",Acirc:"\xC2",acirc:"\xE2",acute:"\xB4",Acy:"\u0410",acy:"\u0430",AElig:"\xC6",aelig:"\xE6",af:"\u2061",Afr:"\u{1D504}",afr:"\u{1D51E}",Agrave:"\xC0",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",Alpha:"\u0391",alpha:"\u03B1",Amacr:"\u0100",amacr:"\u0101",amalg:"\u2A3F",amp:"&",AMP:"&",andand:"\u2A55",And:"\u2A53",and:"\u2227",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angmsd:"\u2221",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",Aogon:"\u0104",aogon:"\u0105",Aopf:"\u{1D538}",aopf:"\u{1D552}",apacir:"\u2A6F",ap:"\u2248",apE:"\u2A70",ape:"\u224A",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",Aring:"\xC5",aring:"\xE5",Ascr:"\u{1D49C}",ascr:"\u{1D4B6}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",Bcy:"\u0411",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",Beta:"\u0392",beta:"\u03B2",beth:"\u2136",between:"\u226C",Bfr:"\u{1D505}",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bNot:"\u2AED",bnot:"\u2310",Bopf:"\u{1D539}",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250C",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252C",boxHd:"\u2564",boxhD:"\u2565",boxHD:"\u2566",boxhu:"\u2534",boxHu:"\u2567",boxhU:"\u2568",boxHU:"\u2569",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxul:"\u2518",boxuL:"\u255B",boxUl:"\u255C",boxUL:"\u255D",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255A",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253C",boxvH:"\u256A",boxVh:"\u256B",boxVH:"\u256C",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251C",boxvR:"\u255E",boxVr:"\u255F",boxVR:"\u2560",bprime:"\u2035",breve:"\u02D8",Breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",Bscr:"\u212C",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsolb:"\u29C5",bsol:"\\",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",Bumpeq:"\u224E",bumpeq:"\u224F",Cacute:"\u0106",cacute:"\u0107",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",cap:"\u2229",Cap:"\u22D2",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",Ccaron:"\u010C",ccaron:"\u010D",Ccedil:"\xC7",ccedil:"\xE7",Ccirc:"\u0108",ccirc:"\u0109",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",Cdot:"\u010A",cdot:"\u010B",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",CenterDot:"\xB7",cfr:"\u{1D520}",Cfr:"\u212D",CHcy:"\u0427",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",Chi:"\u03A7",chi:"\u03C7",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cir:"\u25CB",cirE:"\u29C3",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",Colone:"\u2A74",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",conint:"\u222E",Conint:"\u222F",ContourIntegral:"\u222E",copf:"\u{1D554}",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xA9",COPY:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",cross:"\u2717",Cross:"\u2A2F",Cscr:"\u{1D49E}",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cupbrcap:"\u2A48",cupcap:"\u2A46",CupCap:"\u224D",cup:"\u222A",Cup:"\u22D3",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",Darr:"\u21A1",dArr:"\u21D3",dash:"\u2010",Dashv:"\u2AE4",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",Dcaron:"\u010E",dcaron:"\u010F",Dcy:"\u0414",dcy:"\u0434",ddagger:"\u2021",ddarr:"\u21CA",DD:"\u2145",dd:"\u2146",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",Delta:"\u0394",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",Dfr:"\u{1D507}",dfr:"\u{1D521}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",diamond:"\u22C4",Diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",DJcy:"\u0402",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",Dopf:"\u{1D53B}",dopf:"\u{1D555}",Dot:"\xA8",dot:"\u02D9",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrowBar:"\u2913",downarrow:"\u2193",DownArrow:"\u2193",Downarrow:"\u21D3",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVectorBar:"\u2956",DownLeftVector:"\u21BD",DownRightTeeVector:"\u295F",DownRightVectorBar:"\u2957",DownRightVector:"\u21C1",DownTeeArrow:"\u21A7",DownTee:"\u22A4",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",Dscr:"\u{1D49F}",dscr:"\u{1D4B9}",DScy:"\u0405",dscy:"\u0455",dsol:"\u29F6",Dstrok:"\u0110",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",DZcy:"\u040F",dzcy:"\u045F",dzigrarr:"\u27FF",Eacute:"\xC9",eacute:"\xE9",easter:"\u2A6E",Ecaron:"\u011A",ecaron:"\u011B",Ecirc:"\xCA",ecirc:"\xEA",ecir:"\u2256",ecolon:"\u2255",Ecy:"\u042D",ecy:"\u044D",eDDot:"\u2A77",Edot:"\u0116",edot:"\u0117",eDot:"\u2251",ee:"\u2147",efDot:"\u2252",Efr:"\u{1D508}",efr:"\u{1D522}",eg:"\u2A9A",Egrave:"\xC8",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",Emacr:"\u0112",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",ENG:"\u014A",eng:"\u014B",ensp:"\u2002",Eogon:"\u0118",eogon:"\u0119",Eopf:"\u{1D53C}",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",Epsilon:"\u0395",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",escr:"\u212F",Escr:"\u2130",esdot:"\u2250",Esim:"\u2A73",esim:"\u2242",Eta:"\u0397",eta:"\u03B7",ETH:"\xD0",eth:"\xF0",Euml:"\xCB",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",Fcy:"\u0424",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",Ffr:"\u{1D509}",ffr:"\u{1D523}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",Fopf:"\u{1D53D}",fopf:"\u{1D557}",forall:"\u2200",ForAll:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",Fscr:"\u2131",gacute:"\u01F5",Gamma:"\u0393",gamma:"\u03B3",Gammad:"\u03DC",gammad:"\u03DD",gap:"\u2A86",Gbreve:"\u011E",gbreve:"\u011F",Gcedil:"\u0122",Gcirc:"\u011C",gcirc:"\u011D",Gcy:"\u0413",gcy:"\u0433",Gdot:"\u0120",gdot:"\u0121",ge:"\u2265",gE:"\u2267",gEl:"\u2A8C",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",gescc:"\u2AA9",ges:"\u2A7E",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",Gfr:"\u{1D50A}",gfr:"\u{1D524}",gg:"\u226B",Gg:"\u22D9",ggg:"\u22D9",gimel:"\u2137",GJcy:"\u0403",gjcy:"\u0453",gla:"\u2AA5",gl:"\u2277",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gnE:"\u2269",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",Gopf:"\u{1D53E}",gopf:"\u{1D558}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gtcc:"\u2AA7",gtcir:"\u2A7A",gt:">",GT:">",Gt:"\u226B",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",HARDcy:"\u042A",hardcy:"\u044A",harrcir:"\u2948",harr:"\u2194",hArr:"\u21D4",harrw:"\u21AD",Hat:"^",hbar:"\u210F",Hcirc:"\u0124",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",Hfr:"\u210C",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",Hopf:"\u210D",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\u{1D4BD}",Hscr:"\u210B",hslash:"\u210F",Hstrok:"\u0126",hstrok:"\u0127",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",Iacute:"\xCD",iacute:"\xED",ic:"\u2063",Icirc:"\xCE",icirc:"\xEE",Icy:"\u0418",icy:"\u0438",Idot:"\u0130",IEcy:"\u0415",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",Ifr:"\u2111",Igrave:"\xCC",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",IJlig:"\u0132",ijlig:"\u0133",Imacr:"\u012A",imacr:"\u012B",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",Im:"\u2111",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",incare:"\u2105",in:"\u2208",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",intcal:"\u22BA",int:"\u222B",Int:"\u222C",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",IOcy:"\u0401",iocy:"\u0451",Iogon:"\u012E",iogon:"\u012F",Iopf:"\u{1D540}",iopf:"\u{1D55A}",Iota:"\u0399",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",Iscr:"\u2110",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",Itilde:"\u0128",itilde:"\u0129",Iukcy:"\u0406",iukcy:"\u0456",Iuml:"\xCF",iuml:"\xEF",Jcirc:"\u0134",jcirc:"\u0135",Jcy:"\u0419",jcy:"\u0439",Jfr:"\u{1D50D}",jfr:"\u{1D527}",jmath:"\u0237",Jopf:"\u{1D541}",jopf:"\u{1D55B}",Jscr:"\u{1D4A5}",jscr:"\u{1D4BF}",Jsercy:"\u0408",jsercy:"\u0458",Jukcy:"\u0404",jukcy:"\u0454",Kappa:"\u039A",kappa:"\u03BA",kappav:"\u03F0",Kcedil:"\u0136",kcedil:"\u0137",Kcy:"\u041A",kcy:"\u043A",Kfr:"\u{1D50E}",kfr:"\u{1D528}",kgreen:"\u0138",KHcy:"\u0425",khcy:"\u0445",KJcy:"\u040C",kjcy:"\u045C",Kopf:"\u{1D542}",kopf:"\u{1D55C}",Kscr:"\u{1D4A6}",kscr:"\u{1D4C0}",lAarr:"\u21DA",Lacute:"\u0139",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",Lambda:"\u039B",lambda:"\u03BB",lang:"\u27E8",Lang:"\u27EA",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",larrb:"\u21E4",larrbfs:"\u291F",larr:"\u2190",Larr:"\u219E",lArr:"\u21D0",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",latail:"\u2919",lAtail:"\u291B",lat:"\u2AAB",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lBarr:"\u290E",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",Lcaron:"\u013D",lcaron:"\u013E",Lcedil:"\u013B",lcedil:"\u013C",lceil:"\u2308",lcub:"{",Lcy:"\u041B",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27E8",LeftArrowBar:"\u21E4",leftarrow:"\u2190",LeftArrow:"\u2190",Leftarrow:"\u21D0",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVectorBar:"\u2959",LeftDownVector:"\u21C3",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",LeftRightArrow:"\u2194",Leftrightarrow:"\u21D4",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTeeArrow:"\u21A4",LeftTee:"\u22A3",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangleBar:"\u29CF",LeftTriangle:"\u22B2",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVectorBar:"\u2958",LeftUpVector:"\u21BF",LeftVectorBar:"\u2952",LeftVector:"\u21BC",lEg:"\u2A8B",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",lescc:"\u2AA8",les:"\u2A7D",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",Lfr:"\u{1D50F}",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",LJcy:"\u0409",ljcy:"\u0459",llarr:"\u21C7",ll:"\u226A",Ll:"\u22D8",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",Lmidot:"\u013F",lmidot:"\u0140",lmoustache:"\u23B0",lmoust:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lnE:"\u2268",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",LongLeftArrow:"\u27F5",Longleftarrow:"\u27F8",longleftrightarrow:"\u27F7",LongLeftRightArrow:"\u27F7",Longleftrightarrow:"\u27FA",longmapsto:"\u27FC",longrightarrow:"\u27F6",LongRightArrow:"\u27F6",Longrightarrow:"\u27F9",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",Lopf:"\u{1D543}",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",Lscr:"\u2112",lsh:"\u21B0",Lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",Lstrok:"\u0141",lstrok:"\u0142",ltcc:"\u2AA6",ltcir:"\u2A79",lt:"<",LT:"<",Lt:"\u226A",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",Map:"\u2905",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",Mcy:"\u041C",mcy:"\u043C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",midast:"*",midcir:"\u2AF0",mid:"\u2223",middot:"\xB7",minusb:"\u229F",minus:"\u2212",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",Mopf:"\u{1D544}",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",Mscr:"\u2133",mstpos:"\u223E",Mu:"\u039C",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",Nacute:"\u0143",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natural:"\u266E",naturals:"\u2115",natur:"\u266E",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",Ncaron:"\u0147",ncaron:"\u0148",Ncedil:"\u0145",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",Ncy:"\u041D",ncy:"\u043D",ndash:"\u2013",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21D7",nearrow:"\u2197",ne:"\u2260",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
8
+ `,nexist:"\u2204",nexists:"\u2204",Nfr:"\u{1D511}",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",nGt:"\u226B\u20D2",ngt:"\u226F",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",NJcy:"\u040A",njcy:"\u045A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nlE:"\u2266\u0338",nle:"\u2270",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nLt:"\u226A\u20D2",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",Not:"\u2AEC",not:"\xAC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangle:"\u22EB",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",nparallel:"\u2226",npar:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",nprec:"\u2280",npreceq:"\u2AAF\u0338",npre:"\u2AAF\u0338",nrarrc:"\u2933\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",Nscr:"\u{1D4A9}",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",Ntilde:"\xD1",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",Nu:"\u039D",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",Oacute:"\xD3",oacute:"\xF3",oast:"\u229B",Ocirc:"\xD4",ocirc:"\xF4",ocir:"\u229A",Ocy:"\u041E",ocy:"\u043E",odash:"\u229D",Odblac:"\u0150",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",OElig:"\u0152",oelig:"\u0153",ofcir:"\u29BF",Ofr:"\u{1D512}",ofr:"\u{1D52C}",ogon:"\u02DB",Ograve:"\xD2",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",Omacr:"\u014C",omacr:"\u014D",Omega:"\u03A9",omega:"\u03C9",Omicron:"\u039F",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",Oopf:"\u{1D546}",oopf:"\u{1D560}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",orarr:"\u21BB",Or:"\u2A54",or:"\u2228",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",Oscr:"\u{1D4AA}",oscr:"\u2134",Oslash:"\xD8",oslash:"\xF8",osol:"\u2298",Otilde:"\xD5",otilde:"\xF5",otimesas:"\u2A36",Otimes:"\u2A37",otimes:"\u2297",Ouml:"\xD6",ouml:"\xF6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",para:"\xB6",parallel:"\u2225",par:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",Pcy:"\u041F",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",Pfr:"\u{1D513}",pfr:"\u{1D52D}",Phi:"\u03A6",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",Pi:"\u03A0",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plus:"+",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",popf:"\u{1D561}",Popf:"\u2119",pound:"\xA3",prap:"\u2AB7",Pr:"\u2ABB",pr:"\u227A",prcue:"\u227C",precapprox:"\u2AB7",prec:"\u227A",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",pre:"\u2AAF",prE:"\u2AB3",precsim:"\u227E",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportional:"\u221D",Proportion:"\u2237",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",Pscr:"\u{1D4AB}",pscr:"\u{1D4C5}",Psi:"\u03A8",psi:"\u03C8",puncsp:"\u2008",Qfr:"\u{1D514}",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",Qopf:"\u211A",qprime:"\u2057",Qscr:"\u{1D4AC}",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',QUOT:'"',rAarr:"\u21DB",race:"\u223D\u0331",Racute:"\u0154",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",Rang:"\u27EB",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarr:"\u2192",Rarr:"\u21A0",rArr:"\u21D2",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",Rarrtl:"\u2916",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",rAtail:"\u291C",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rBarr:"\u290F",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",Rcaron:"\u0158",rcaron:"\u0159",Rcedil:"\u0156",rcedil:"\u0157",rceil:"\u2309",rcub:"}",Rcy:"\u0420",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",Re:"\u211C",rect:"\u25AD",reg:"\xAE",REG:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",Rfr:"\u211C",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",Rho:"\u03A1",rho:"\u03C1",rhov:"\u03F1",RightAngleBracket:"\u27E9",RightArrowBar:"\u21E5",rightarrow:"\u2192",RightArrow:"\u2192",Rightarrow:"\u21D2",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVectorBar:"\u2955",RightDownVector:"\u21C2",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTeeArrow:"\u21A6",RightTee:"\u22A2",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangleBar:"\u29D0",RightTriangle:"\u22B3",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVectorBar:"\u2954",RightUpVector:"\u21BE",RightVectorBar:"\u2953",RightVector:"\u21C0",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoustache:"\u23B1",rmoust:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",Ropf:"\u211D",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",rscr:"\u{1D4C7}",Rscr:"\u211B",rsh:"\u21B1",Rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",Sacute:"\u015A",sacute:"\u015B",sbquo:"\u201A",scap:"\u2AB8",Scaron:"\u0160",scaron:"\u0161",Sc:"\u2ABC",sc:"\u227B",sccue:"\u227D",sce:"\u2AB0",scE:"\u2AB4",Scedil:"\u015E",scedil:"\u015F",Scirc:"\u015C",scirc:"\u015D",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",Scy:"\u0421",scy:"\u0441",sdotb:"\u22A1",sdot:"\u22C5",sdote:"\u2A66",searhk:"\u2925",searr:"\u2198",seArr:"\u21D8",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",Sfr:"\u{1D516}",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",SHCHcy:"\u0429",shchcy:"\u0449",SHcy:"\u0428",shcy:"\u0448",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",Sigma:"\u03A3",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",SOFTcy:"\u042C",softcy:"\u044C",solbar:"\u233F",solb:"\u29C4",sol:"/",Sopf:"\u{1D54A}",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",square:"\u25A1",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squ:"\u25A1",squf:"\u25AA",srarr:"\u2192",Sscr:"\u{1D4AE}",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",Star:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",Sub:"\u22D0",subdot:"\u2ABD",subE:"\u2AC5",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",Subset:"\u22D0",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succapprox:"\u2AB8",succ:"\u227B",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",sum:"\u2211",Sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",Sup:"\u22D1",supdot:"\u2ABE",supdsub:"\u2AD8",supE:"\u2AC6",supe:"\u2287",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",Supset:"\u22D1",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21D9",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",Tau:"\u03A4",tau:"\u03C4",tbrk:"\u23B4",Tcaron:"\u0164",tcaron:"\u0165",Tcedil:"\u0162",tcedil:"\u0163",Tcy:"\u0422",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",Tfr:"\u{1D517}",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",Theta:"\u0398",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",THORN:"\xDE",thorn:"\xFE",tilde:"\u02DC",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",timesbar:"\u2A31",timesb:"\u22A0",times:"\xD7",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",topbot:"\u2336",topcir:"\u2AF1",top:"\u22A4",Topf:"\u{1D54B}",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",Tscr:"\u{1D4AF}",tscr:"\u{1D4C9}",TScy:"\u0426",tscy:"\u0446",TSHcy:"\u040B",tshcy:"\u045B",Tstrok:"\u0166",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",Uacute:"\xDA",uacute:"\xFA",uarr:"\u2191",Uarr:"\u219F",uArr:"\u21D1",Uarrocir:"\u2949",Ubrcy:"\u040E",ubrcy:"\u045E",Ubreve:"\u016C",ubreve:"\u016D",Ucirc:"\xDB",ucirc:"\xFB",Ucy:"\u0423",ucy:"\u0443",udarr:"\u21C5",Udblac:"\u0170",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",Ufr:"\u{1D518}",ufr:"\u{1D532}",Ugrave:"\xD9",ugrave:"\xF9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",Umacr:"\u016A",umacr:"\u016B",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",uogon:"\u0173",Uopf:"\u{1D54C}",uopf:"\u{1D566}",UpArrowBar:"\u2912",uparrow:"\u2191",UpArrow:"\u2191",Uparrow:"\u21D1",UpArrowDownArrow:"\u21C5",updownarrow:"\u2195",UpDownArrow:"\u2195",Updownarrow:"\u21D5",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03C5",Upsi:"\u03D2",upsih:"\u03D2",Upsilon:"\u03A5",upsilon:"\u03C5",UpTeeArrow:"\u21A5",UpTee:"\u22A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",Uring:"\u016E",uring:"\u016F",urtri:"\u25F9",Uscr:"\u{1D4B0}",uscr:"\u{1D4CA}",utdot:"\u22F0",Utilde:"\u0168",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",Uuml:"\xDC",uuml:"\xFC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",vArr:"\u21D5",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vBar:"\u2AE8",Vbar:"\u2AEB",vBarv:"\u2AE9",Vcy:"\u0412",vcy:"\u0432",vdash:"\u22A2",vDash:"\u22A8",Vdash:"\u22A9",VDash:"\u22AB",Vdashl:"\u2AE6",veebar:"\u22BB",vee:"\u2228",Vee:"\u22C1",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",Vopf:"\u{1D54D}",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",Vscr:"\u{1D4B1}",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",Wedge:"\u22C0",wedgeq:"\u2259",weierp:"\u2118",Wfr:"\u{1D51A}",wfr:"\u{1D534}",Wopf:"\u{1D54E}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",Wscr:"\u{1D4B2}",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",Xfr:"\u{1D51B}",xfr:"\u{1D535}",xharr:"\u27F7",xhArr:"\u27FA",Xi:"\u039E",xi:"\u03BE",xlarr:"\u27F5",xlArr:"\u27F8",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",Xopf:"\u{1D54F}",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrarr:"\u27F6",xrArr:"\u27F9",Xscr:"\u{1D4B3}",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",Yacute:"\xDD",yacute:"\xFD",YAcy:"\u042F",yacy:"\u044F",Ycirc:"\u0176",ycirc:"\u0177",Ycy:"\u042B",ycy:"\u044B",yen:"\xA5",Yfr:"\u{1D51C}",yfr:"\u{1D536}",YIcy:"\u0407",yicy:"\u0457",Yopf:"\u{1D550}",yopf:"\u{1D56A}",Yscr:"\u{1D4B4}",yscr:"\u{1D4CE}",YUcy:"\u042E",yucy:"\u044E",yuml:"\xFF",Yuml:"\u0178",Zacute:"\u0179",zacute:"\u017A",Zcaron:"\u017D",zcaron:"\u017E",Zcy:"\u0417",zcy:"\u0437",Zdot:"\u017B",zdot:"\u017C",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",Zeta:"\u0396",zeta:"\u03B6",zfr:"\u{1D537}",Zfr:"\u2128",ZHcy:"\u0416",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",Zopf:"\u2124",Zscr:"\u{1D4B5}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"},Ch=Tg,qf=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Fa={},xh={};function kh(r){var n,a,s=xh[r];if(s)return s;for(s=xh[r]=[],n=0;n<128;n++)a=String.fromCharCode(n),/^[0-9a-z]$/i.test(a)?s.push(a):s.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2));for(n=0;n<r.length;n++)s[r.charCodeAt(n)]=r[n];return s}v(kh,"getEncodeCache");function Ks(r,n,a){var s,l,E,S,I,V="";for(typeof n!="string"&&(a=n,n=Ks.defaultChars),typeof a>"u"&&(a=!0),I=kh(n),s=0,l=r.length;s<l;s++){if(E=r.charCodeAt(s),a&&E===37&&s+2<l&&/^[0-9a-f]{2}$/i.test(r.slice(s+1,s+3))){V+=r.slice(s,s+3),s+=2;continue}if(E<128){V+=I[E];continue}if(E>=55296&&E<=57343){if(E>=55296&&E<=56319&&s+1<l&&(S=r.charCodeAt(s+1),S>=56320&&S<=57343)){V+=encodeURIComponent(r[s]+r[s+1]),s++;continue}V+="%EF%BF%BD";continue}V+=encodeURIComponent(r[s])}return V}v(Ks,"encode$1"),Ks.defaultChars=";/?:@&=+$,-_.!~*'()#",Ks.componentChars="-_.!~*'()";var Dg=Ks,Sh={};function wh(r){var n,a,s=Sh[r];if(s)return s;for(s=Sh[r]=[],n=0;n<128;n++)a=String.fromCharCode(n),s.push(a);for(n=0;n<r.length;n++)a=r.charCodeAt(n),s[a]="%"+("0"+a.toString(16).toUpperCase()).slice(-2);return s}v(wh,"getDecodeCache");function qs(r,n){var a;return typeof n!="string"&&(n=qs.defaultChars),a=wh(n),r.replace(/(%[a-f0-9]{2})+/gi,function(s){var l,E,S,I,V,K,ue,me="";for(l=0,E=s.length;l<E;l+=3){if(S=parseInt(s.slice(l+1,l+3),16),S<128){me+=a[S];continue}if((S&224)===192&&l+3<E&&(I=parseInt(s.slice(l+4,l+6),16),(I&192)===128)){ue=S<<6&1984|I&63,ue<128?me+="\uFFFD\uFFFD":me+=String.fromCharCode(ue),l+=3;continue}if((S&240)===224&&l+6<E&&(I=parseInt(s.slice(l+4,l+6),16),V=parseInt(s.slice(l+7,l+9),16),(I&192)===128&&(V&192)===128)){ue=S<<12&61440|I<<6&4032|V&63,ue<2048||ue>=55296&&ue<=57343?me+="\uFFFD\uFFFD\uFFFD":me+=String.fromCharCode(ue),l+=6;continue}if((S&248)===240&&l+9<E&&(I=parseInt(s.slice(l+4,l+6),16),V=parseInt(s.slice(l+7,l+9),16),K=parseInt(s.slice(l+10,l+12),16),(I&192)===128&&(V&192)===128&&(K&192)===128)){ue=S<<18&1835008|I<<12&258048|V<<6&4032|K&63,ue<65536||ue>1114111?me+="\uFFFD\uFFFD\uFFFD\uFFFD":(ue-=65536,me+=String.fromCharCode(55296+(ue>>10),56320+(ue&1023))),l+=9;continue}me+="\uFFFD"}return me})}v(qs,"decode$1"),qs.defaultChars=";/?:@&=+$,#",qs.componentChars="";var Cg=qs,xg=v(function(n){var a="";return a+=n.protocol||"",a+=n.slashes?"//":"",a+=n.auth?n.auth+"@":"",n.hostname&&n.hostname.indexOf(":")!==-1?a+="["+n.hostname+"]":a+=n.hostname||"",a+=n.port?":"+n.port:"",a+=n.pathname||"",a+=n.search||"",a+=n.hash||"",a},"format");function Hs(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}v(Hs,"Url");var kg=/^([a-z0-9.+-]+:)/i,Sg=/:[0-9]*$/,wg=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Og=["<",">",'"',"`"," ","\r",`
9
+ `," "],Ig=["{","}","|","\\","^","`"].concat(Og),Ng=["'"].concat(Ig),Oh=["%","/","?",";","#"].concat(Ng),Ih=["/","?","#"],Pg=255,Nh=/^[+a-z0-9A-Z_-]{0,63}$/,Mg=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Ph={javascript:!0,"javascript:":!0},Mh={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Rh(r,n){if(r&&r instanceof Hs)return r;var a=new Hs;return a.parse(r,n),a}v(Rh,"urlParse"),Hs.prototype.parse=function(r,n){var a,s,l,E,S,I=r;if(I=I.trim(),!n&&r.split("#").length===1){var V=wg.exec(I);if(V)return this.pathname=V[1],V[2]&&(this.search=V[2]),this}var K=kg.exec(I);if(K&&(K=K[0],l=K.toLowerCase(),this.protocol=K,I=I.substr(K.length)),(n||K||I.match(/^\/\/[^@\/]+@[^@\/]+/))&&(S=I.substr(0,2)==="//",S&&!(K&&Ph[K])&&(I=I.substr(2),this.slashes=!0)),!Ph[K]&&(S||K&&!Mh[K])){var ue=-1;for(a=0;a<Ih.length;a++)E=I.indexOf(Ih[a]),E!==-1&&(ue===-1||E<ue)&&(ue=E);var me,ye;for(ue===-1?ye=I.lastIndexOf("@"):ye=I.lastIndexOf("@",ue),ye!==-1&&(me=I.slice(0,ye),I=I.slice(ye+1),this.auth=me),ue=-1,a=0;a<Oh.length;a++)E=I.indexOf(Oh[a]),E!==-1&&(ue===-1||E<ue)&&(ue=E);ue===-1&&(ue=I.length),I[ue-1]===":"&&ue--;var ve=I.slice(0,ue);I=I.slice(ue),this.parseHost(ve),this.hostname=this.hostname||"";var Ke=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!Ke){var He=this.hostname.split(/\./);for(a=0,s=He.length;a<s;a++){var sn=He[a];if(sn&&!sn.match(Nh)){for(var en="",Le=0,Je=sn.length;Le<Je;Le++)sn.charCodeAt(Le)>127?en+="x":en+=sn[Le];if(!en.match(Nh)){var cn=He.slice(0,a),Tn=He.slice(a+1),on=sn.match(Mg);on&&(cn.push(on[1]),Tn.unshift(on[2])),Tn.length&&(I=Tn.join(".")+I),this.hostname=cn.join(".");break}}}}this.hostname.length>Pg&&(this.hostname=""),Ke&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var Kn=I.indexOf("#");Kn!==-1&&(this.hash=I.substr(Kn),I=I.slice(0,Kn));var dt=I.indexOf("?");return dt!==-1&&(this.search=I.substr(dt),I=I.slice(0,dt)),I&&(this.pathname=I),Mh[l]&&this.hostname&&!this.pathname&&(this.pathname=""),this},Hs.prototype.parseHost=function(r){var n=Sg.exec(r);n&&(n=n[0],n!==":"&&(this.port=n.substr(1)),r=r.substr(0,r.length-n.length)),r&&(this.hostname=r)};var Rg=Rh;Fa.encode=Dg,Fa.decode=Cg,Fa.format=xg,Fa.parse=Rg;var La={},Fh=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Lh=/[\0-\x1F\x7F-\x9F]/,Fg=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,Bh=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/;La.Any=Fh,La.Cc=Lh,La.Cf=Fg,La.P=qf,La.Z=Bh,function(r){function n(Qe){return Object.prototype.toString.call(Qe)}v(n,"_class");function a(Qe){return n(Qe)==="[object String]"}v(a,"isString");var s=Object.prototype.hasOwnProperty;function l(Qe,qn){return s.call(Qe,qn)}v(l,"has");function E(Qe){var qn=Array.prototype.slice.call(arguments,1);return qn.forEach(function(Bn){if(Bn){if(typeof Bn!="object")throw new TypeError(Bn+"must be object");Object.keys(Bn).forEach(function(st){Qe[st]=Bn[st]})}}),Qe}v(E,"assign");function S(Qe,qn,Bn){return[].concat(Qe.slice(0,qn),Bn,Qe.slice(qn+1))}v(S,"arrayReplaceAt");function I(Qe){return!(Qe>=55296&&Qe<=57343||Qe>=64976&&Qe<=65007||(Qe&65535)===65535||(Qe&65535)===65534||Qe>=0&&Qe<=8||Qe===11||Qe>=14&&Qe<=31||Qe>=127&&Qe<=159||Qe>1114111)}v(I,"isValidEntityCode");function V(Qe){if(Qe>65535){Qe-=65536;var qn=55296+(Qe>>10),Bn=56320+(Qe&1023);return String.fromCharCode(qn,Bn)}return String.fromCharCode(Qe)}v(V,"fromCodePoint");var K=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,ue=/&([a-z#][a-z0-9]{1,31});/gi,me=new RegExp(K.source+"|"+ue.source,"gi"),ye=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,ve=Ch;function Ke(Qe,qn){var Bn=0;return l(ve,qn)?ve[qn]:qn.charCodeAt(0)===35&&ye.test(qn)&&(Bn=qn[1].toLowerCase()==="x"?parseInt(qn.slice(2),16):parseInt(qn.slice(1),10),I(Bn))?V(Bn):Qe}v(Ke,"replaceEntityPattern");function He(Qe){return Qe.indexOf("\\")<0?Qe:Qe.replace(K,"$1")}v(He,"unescapeMd");function sn(Qe){return Qe.indexOf("\\")<0&&Qe.indexOf("&")<0?Qe:Qe.replace(me,function(qn,Bn,st){return Bn||Ke(qn,st)})}v(sn,"unescapeAll");var en=/[&<>"]/,Le=/[&<>"]/g,Je={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function cn(Qe){return Je[Qe]}v(cn,"replaceUnsafeChar");function Tn(Qe){return en.test(Qe)?Qe.replace(Le,cn):Qe}v(Tn,"escapeHtml");var on=/[.?*+^$[\]\\(){}|-]/g;function Kn(Qe){return Qe.replace(on,"\\$&")}v(Kn,"escapeRE");function dt(Qe){switch(Qe){case 9:case 32:return!0}return!1}v(dt,"isSpace");function At(Qe){if(Qe>=8192&&Qe<=8202)return!0;switch(Qe){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}v(At,"isWhiteSpace");var yn=qf;function Qn(Qe){return yn.test(Qe)}v(Qn,"isPunctChar");function lt(Qe){switch(Qe){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}v(lt,"isMdAsciiPunct");function at(Qe){return Qe=Qe.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(Qe=Qe.replace(/ẞ/g,"\xDF")),Qe.toLowerCase().toUpperCase()}v(at,"normalizeReference"),r.lib={},r.lib.mdurl=Fa,r.lib.ucmicro=La,r.assign=E,r.isString=a,r.has=l,r.unescapeMd=He,r.unescapeAll=sn,r.isValidEntityCode=I,r.fromCodePoint=V,r.escapeHtml=Tn,r.arrayReplaceAt=S,r.isSpace=dt,r.isWhiteSpace=At,r.isMdAsciiPunct=lt,r.isPunctChar=Qn,r.escapeRE=Kn,r.normalizeReference=at}(ie);var Al={},Lg=v(function(n,a,s){var l,E,S,I,V=-1,K=n.posMax,ue=n.pos;for(n.pos=a+1,l=1;n.pos<K;){if(S=n.src.charCodeAt(n.pos),S===93&&(l--,l===0)){E=!0;break}if(I=n.pos,n.md.inline.skipToken(n),S===91){if(I===n.pos-1)l++;else if(s)return n.pos=ue,-1}}return E&&(V=n.pos),n.pos=ue,V},"parseLinkLabel"),jh=ie.unescapeAll,Bg=v(function(n,a,s){var l,E,S=0,I=a,V={ok:!1,pos:0,lines:0,str:""};if(n.charCodeAt(a)===60){for(a++;a<s;){if(l=n.charCodeAt(a),l===10||l===60)return V;if(l===62)return V.pos=a+1,V.str=jh(n.slice(I+1,a)),V.ok=!0,V;if(l===92&&a+1<s){a+=2;continue}a++}return V}for(E=0;a<s&&(l=n.charCodeAt(a),!(l===32||l<32||l===127));){if(l===92&&a+1<s){if(n.charCodeAt(a+1)===32)break;a+=2;continue}if(l===40&&(E++,E>32))return V;if(l===41){if(E===0)break;E--}a++}return I===a||E!==0||(V.str=jh(n.slice(I,a)),V.lines=S,V.pos=a,V.ok=!0),V},"parseLinkDestination"),jg=ie.unescapeAll,Ug=v(function(n,a,s){var l,E,S=0,I=a,V={ok:!1,pos:0,lines:0,str:""};if(a>=s||(E=n.charCodeAt(a),E!==34&&E!==39&&E!==40))return V;for(a++,E===40&&(E=41);a<s;){if(l=n.charCodeAt(a),l===E)return V.pos=a+1,V.lines=S,V.str=jg(n.slice(I+1,a)),V.ok=!0,V;if(l===40&&E===41)return V;l===10?S++:l===92&&a+1<s&&(a++,n.charCodeAt(a)===10&&S++),a++}return V},"parseLinkTitle");Al.parseLinkLabel=Lg,Al.parseLinkDestination=Bg,Al.parseLinkTitle=Ug;var Vg=ie.assign,zg=ie.unescapeAll,$o=ie.escapeHtml,yi={};yi.code_inline=function(r,n,a,s,l){var E=r[n];return"<code"+l.renderAttrs(E)+">"+$o(r[n].content)+"</code>"},yi.code_block=function(r,n,a,s,l){var E=r[n];return"<pre"+l.renderAttrs(E)+"><code>"+$o(r[n].content)+`</code></pre>
10
+ `},yi.fence=function(r,n,a,s,l){var E=r[n],S=E.info?zg(E.info).trim():"",I="",V="",K,ue,me,ye,ve;return S&&(me=S.split(/(\s+)/g),I=me[0],V=me.slice(2).join("")),a.highlight?K=a.highlight(E.content,I,V)||$o(E.content):K=$o(E.content),K.indexOf("<pre")===0?K+`
11
+ `:S?(ue=E.attrIndex("class"),ye=E.attrs?E.attrs.slice():[],ue<0?ye.push(["class",a.langPrefix+I]):(ye[ue]=ye[ue].slice(),ye[ue][1]+=" "+a.langPrefix+I),ve={attrs:ye},"<pre><code"+l.renderAttrs(ve)+">"+K+`</code></pre>
12
+ `):"<pre><code"+l.renderAttrs(E)+">"+K+`</code></pre>
13
+ `},yi.image=function(r,n,a,s,l){var E=r[n];return E.attrs[E.attrIndex("alt")][1]=l.renderInlineAsText(E.children,a,s),l.renderToken(r,n,a)},yi.hardbreak=function(r,n,a){return a.xhtmlOut?`<br />
14
+ `:`<br>
15
+ `},yi.softbreak=function(r,n,a){return a.breaks?a.xhtmlOut?`<br />
16
+ `:`<br>
17
+ `:`
18
+ `},yi.text=function(r,n){return $o(r[n].content)},yi.html_block=function(r,n){return r[n].content},yi.html_inline=function(r,n){return r[n].content};function Yo(){this.rules=Vg({},yi)}v(Yo,"Renderer$1"),Yo.prototype.renderAttrs=v(function(n){var a,s,l;if(!n.attrs)return"";for(l="",a=0,s=n.attrs.length;a<s;a++)l+=" "+$o(n.attrs[a][0])+'="'+$o(n.attrs[a][1])+'"';return l},"renderAttrs"),Yo.prototype.renderToken=v(function(n,a,s){var l,E="",S=!1,I=n[a];return I.hidden?"":(I.block&&I.nesting!==-1&&a&&n[a-1].hidden&&(E+=`
19
+ `),E+=(I.nesting===-1?"</":"<")+I.tag,E+=this.renderAttrs(I),I.nesting===0&&s.xhtmlOut&&(E+=" /"),I.block&&(S=!0,I.nesting===1&&a+1<n.length&&(l=n[a+1],(l.type==="inline"||l.hidden||l.nesting===-1&&l.tag===I.tag)&&(S=!1))),E+=S?`>
20
+ `:">",E)},"renderToken"),Yo.prototype.renderInline=function(r,n,a){for(var s,l="",E=this.rules,S=0,I=r.length;S<I;S++)s=r[S].type,typeof E[s]<"u"?l+=E[s](r,S,n,a,this):l+=this.renderToken(r,S,n);return l},Yo.prototype.renderInlineAsText=function(r,n,a){for(var s="",l=0,E=r.length;l<E;l++)r[l].type==="text"?s+=r[l].content:r[l].type==="image"?s+=this.renderInlineAsText(r[l].children,n,a):r[l].type==="softbreak"&&(s+=`
21
+ `);return s},Yo.prototype.render=function(r,n,a){var s,l,E,S="",I=this.rules;for(s=0,l=r.length;s<l;s++)E=r[s].type,E==="inline"?S+=this.renderInline(r[s].children,n,a):typeof I[E]<"u"?S+=I[r[s].type](r,s,n,a,this):S+=this.renderToken(r,s,n,a);return S};var Wg=Yo;function zr(){this.__rules__=[],this.__cache__=null}v(zr,"Ruler$3"),zr.prototype.__find__=function(r){for(var n=0;n<this.__rules__.length;n++)if(this.__rules__[n].name===r)return n;return-1},zr.prototype.__compile__=function(){var r=this,n=[""];r.__rules__.forEach(function(a){a.enabled&&a.alt.forEach(function(s){n.indexOf(s)<0&&n.push(s)})}),r.__cache__={},n.forEach(function(a){r.__cache__[a]=[],r.__rules__.forEach(function(s){s.enabled&&(a&&s.alt.indexOf(a)<0||r.__cache__[a].push(s.fn))})})},zr.prototype.at=function(r,n,a){var s=this.__find__(r),l=a||{};if(s===-1)throw new Error("Parser rule not found: "+r);this.__rules__[s].fn=n,this.__rules__[s].alt=l.alt||[],this.__cache__=null},zr.prototype.before=function(r,n,a,s){var l=this.__find__(r),E=s||{};if(l===-1)throw new Error("Parser rule not found: "+r);this.__rules__.splice(l,0,{name:n,enabled:!0,fn:a,alt:E.alt||[]}),this.__cache__=null},zr.prototype.after=function(r,n,a,s){var l=this.__find__(r),E=s||{};if(l===-1)throw new Error("Parser rule not found: "+r);this.__rules__.splice(l+1,0,{name:n,enabled:!0,fn:a,alt:E.alt||[]}),this.__cache__=null},zr.prototype.push=function(r,n,a){var s=a||{};this.__rules__.push({name:r,enabled:!0,fn:n,alt:s.alt||[]}),this.__cache__=null},zr.prototype.enable=function(r,n){Array.isArray(r)||(r=[r]);var a=[];return r.forEach(function(s){var l=this.__find__(s);if(l<0){if(n)return;throw new Error("Rules manager: invalid rule name "+s)}this.__rules__[l].enabled=!0,a.push(s)},this),this.__cache__=null,a},zr.prototype.enableOnly=function(r,n){Array.isArray(r)||(r=[r]),this.__rules__.forEach(function(a){a.enabled=!1}),this.enable(r,n)},zr.prototype.disable=function(r,n){Array.isArray(r)||(r=[r]);var a=[];return r.forEach(function(s){var l=this.__find__(s);if(l<0){if(n)return;throw new Error("Rules manager: invalid rule name "+s)}this.__rules__[l].enabled=!1,a.push(s)},this),this.__cache__=null,a},zr.prototype.getRules=function(r){return this.__cache__===null&&this.__compile__(),this.__cache__[r]||[]};var Hf=zr,Gg=/\r\n?|\n/g,Zg=/\0/g,Kg=v(function(n){var a;a=n.src.replace(Gg,`
22
+ `),a=a.replace(Zg,"\uFFFD"),n.src=a},"normalize"),qg=v(function(n){var a;n.inlineMode?(a=new n.Token("inline","",0),a.content=n.src,a.map=[0,1],a.children=[],n.tokens.push(a)):n.md.block.parse(n.src,n.md,n.env,n.tokens)},"block"),Hg=v(function(n){var a=n.tokens,s,l,E;for(l=0,E=a.length;l<E;l++)s=a[l],s.type==="inline"&&n.md.inline.parse(s.content,n.md,n.env,s.children)},"inline"),Qg=ie.arrayReplaceAt;function Uh(r){return/^<a[>\s]/i.test(r)}v(Uh,"isLinkOpen");function Vh(r){return/^<\/a\s*>/i.test(r)}v(Vh,"isLinkClose");var $g=v(function(n){var a,s,l,E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le=n.tokens,Je;if(n.md.options.linkify){for(s=0,l=Le.length;s<l;s++)if(!(Le[s].type!=="inline"||!n.md.linkify.pretest(Le[s].content)))for(E=Le[s].children,Ke=0,a=E.length-1;a>=0;a--){if(I=E[a],I.type==="link_close"){for(a--;E[a].level!==I.level&&E[a].type!=="link_open";)a--;continue}if(I.type==="html_inline"&&(Uh(I.content)&&Ke>0&&Ke--,Vh(I.content)&&Ke++),!(Ke>0)&&I.type==="text"&&n.md.linkify.test(I.content)){for(ue=I.content,Je=n.md.linkify.match(ue),V=[],ve=I.level,ye=0,K=0;K<Je.length;K++)He=Je[K].url,sn=n.md.normalizeLink(He),n.md.validateLink(sn)&&(en=Je[K].text,Je[K].schema?Je[K].schema==="mailto:"&&!/^mailto:/i.test(en)?en=n.md.normalizeLinkText("mailto:"+en).replace(/^mailto:/,""):en=n.md.normalizeLinkText(en):en=n.md.normalizeLinkText("http://"+en).replace(/^http:\/\//,""),me=Je[K].index,me>ye&&(S=new n.Token("text","",0),S.content=ue.slice(ye,me),S.level=ve,V.push(S)),S=new n.Token("link_open","a",1),S.attrs=[["href",sn]],S.level=ve++,S.markup="linkify",S.info="auto",V.push(S),S=new n.Token("text","",0),S.content=en,S.level=ve,V.push(S),S=new n.Token("link_close","a",-1),S.level=--ve,S.markup="linkify",S.info="auto",V.push(S),ye=Je[K].lastIndex);ye<ue.length&&(S=new n.Token("text","",0),S.content=ue.slice(ye),S.level=ve,V.push(S)),Le[s].children=E=Qg(E,a,V)}}}},"linkify"),zh=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Yg=/\((c|tm|r|p)\)/i,Jg=/\((c|tm|r|p)\)/ig,Xg={c:"\xA9",r:"\xAE",p:"\xA7",tm:"\u2122"};function Wh(r,n){return Xg[n.toLowerCase()]}v(Wh,"replaceFn");function Gh(r){var n,a,s=0;for(n=r.length-1;n>=0;n--)a=r[n],a.type==="text"&&!s&&(a.content=a.content.replace(Jg,Wh)),a.type==="link_open"&&a.info==="auto"&&s--,a.type==="link_close"&&a.info==="auto"&&s++}v(Gh,"replace_scoped");function Zh(r){var n,a,s=0;for(n=r.length-1;n>=0;n--)a=r[n],a.type==="text"&&!s&&zh.test(a.content)&&(a.content=a.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1\u2014").replace(/(^|\s)--(?=\s|$)/mg,"$1\u2013").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1\u2013")),a.type==="link_open"&&a.info==="auto"&&s--,a.type==="link_close"&&a.info==="auto"&&s++}v(Zh,"replace_rare");var e0=v(function(n){var a;if(n.md.options.typographer)for(a=n.tokens.length-1;a>=0;a--)n.tokens[a].type==="inline"&&(Yg.test(n.tokens[a].content)&&Gh(n.tokens[a].children),zh.test(n.tokens[a].content)&&Zh(n.tokens[a].children))},"replace"),Kh=ie.isWhiteSpace,qh=ie.isPunctChar,Hh=ie.isMdAsciiPunct,n0=/['"]/,Qh=/['"]/g,$h="\u2019";function Qs(r,n,a){return r.substr(0,n)+a+r.substr(n+1)}v(Qs,"replaceAt");function Yh(r,n){var a,s,l,E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le,Je,cn,Tn,on;for(cn=[],a=0;a<r.length;a++){for(s=r[a],V=r[a].level,Le=cn.length-1;Le>=0&&!(cn[Le].level<=V);Le--);if(cn.length=Le+1,s.type!=="text")continue;l=s.content,S=0,I=l.length;e:for(;S<I&&(Qh.lastIndex=S,E=Qh.exec(l),!!E);){if(sn=en=!0,S=E.index+1,Je=E[0]==="'",ue=32,E.index-1>=0)ue=l.charCodeAt(E.index-1);else for(Le=a-1;Le>=0&&!(r[Le].type==="softbreak"||r[Le].type==="hardbreak");Le--)if(r[Le].content){ue=r[Le].content.charCodeAt(r[Le].content.length-1);break}if(me=32,S<I)me=l.charCodeAt(S);else for(Le=a+1;Le<r.length&&!(r[Le].type==="softbreak"||r[Le].type==="hardbreak");Le++)if(r[Le].content){me=r[Le].content.charCodeAt(0);break}if(ye=Hh(ue)||qh(String.fromCharCode(ue)),ve=Hh(me)||qh(String.fromCharCode(me)),Ke=Kh(ue),He=Kh(me),He?sn=!1:ve&&(Ke||ye||(sn=!1)),Ke?en=!1:ye&&(He||ve||(en=!1)),me===34&&E[0]==='"'&&ue>=48&&ue<=57&&(en=sn=!1),sn&&en&&(sn=ye,en=ve),!sn&&!en){Je&&(s.content=Qs(s.content,E.index,$h));continue}if(en){for(Le=cn.length-1;Le>=0&&(K=cn[Le],!(cn[Le].level<V));Le--)if(K.single===Je&&cn[Le].level===V){K=cn[Le],Je?(Tn=n.md.options.quotes[2],on=n.md.options.quotes[3]):(Tn=n.md.options.quotes[0],on=n.md.options.quotes[1]),s.content=Qs(s.content,E.index,on),r[K.token].content=Qs(r[K.token].content,K.pos,Tn),S+=on.length-1,K.token===a&&(S+=Tn.length-1),l=s.content,I=l.length,cn.length=Le;continue e}}sn?cn.push({token:a,pos:E.index,single:Je,level:V}):en&&Je&&(s.content=Qs(s.content,E.index,$h))}}}v(Yh,"process_inlines");var t0=v(function(n){var a;if(n.md.options.typographer)for(a=n.tokens.length-1;a>=0;a--)n.tokens[a].type!=="inline"||!n0.test(n.tokens[a].content)||Yh(n.tokens[a].children,n)},"smartquotes");function Jo(r,n,a){this.type=r,this.tag=n,this.attrs=null,this.map=null,this.nesting=a,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}v(Jo,"Token$3"),Jo.prototype.attrIndex=v(function(n){var a,s,l;if(!this.attrs)return-1;for(a=this.attrs,s=0,l=a.length;s<l;s++)if(a[s][0]===n)return s;return-1},"attrIndex"),Jo.prototype.attrPush=v(function(n){this.attrs?this.attrs.push(n):this.attrs=[n]},"attrPush"),Jo.prototype.attrSet=v(function(n,a){var s=this.attrIndex(n),l=[n,a];s<0?this.attrPush(l):this.attrs[s]=l},"attrSet"),Jo.prototype.attrGet=v(function(n){var a=this.attrIndex(n),s=null;return a>=0&&(s=this.attrs[a][1]),s},"attrGet"),Jo.prototype.attrJoin=v(function(n,a){var s=this.attrIndex(n);s<0?this.attrPush([n,a]):this.attrs[s][1]=this.attrs[s][1]+" "+a},"attrJoin");var Qf=Jo,r0=Qf;function $f(r,n,a){this.src=r,this.env=a,this.tokens=[],this.inlineMode=!1,this.md=n}v($f,"StateCore"),$f.prototype.Token=r0;var i0=$f,o0=Hf,Yf=[["normalize",Kg],["block",qg],["inline",Hg],["linkify",$g],["replacements",e0],["smartquotes",t0]];function Tl(){this.ruler=new o0;for(var r=0;r<Yf.length;r++)this.ruler.push(Yf[r][0],Yf[r][1])}v(Tl,"Core"),Tl.prototype.process=function(r){var n,a,s;for(s=this.ruler.getRules(""),n=0,a=s.length;n<a;n++)s[n](r)},Tl.prototype.State=i0;var a0=Tl,Jf=ie.isSpace;function Dl(r,n){var a=r.bMarks[n]+r.tShift[n],s=r.eMarks[n];return r.src.substr(a,s-a)}v(Dl,"getLine");function Xf(r){var n=[],a=0,s=r.length,l,E=!1,S=0,I="";for(l=r.charCodeAt(a);a<s;)l===124&&(E?(I+=r.substring(S,a-1),S=a):(n.push(I+r.substring(S,a)),I="",S=a+1)),E=l===92,a++,l=r.charCodeAt(a);return n.push(I+r.substring(S)),n}v(Xf,"escapedSplit");var s0=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le,Je,cn,Tn,on;if(a+2>s||(ue=a+1,n.sCount[ue]<n.blkIndent)||n.sCount[ue]-n.blkIndent>=4||(I=n.bMarks[ue]+n.tShift[ue],I>=n.eMarks[ue])||(Tn=n.src.charCodeAt(I++),Tn!==124&&Tn!==45&&Tn!==58)||I>=n.eMarks[ue]||(on=n.src.charCodeAt(I++),on!==124&&on!==45&&on!==58&&!Jf(on))||Tn===45&&Jf(on))return!1;for(;I<n.eMarks[ue];){if(E=n.src.charCodeAt(I),E!==124&&E!==45&&E!==58&&!Jf(E))return!1;I++}for(S=Dl(n,a+1),me=S.split("|"),Ke=[],V=0;V<me.length;V++){if(He=me[V].trim(),!He){if(V===0||V===me.length-1)continue;return!1}if(!/^:?-+:?$/.test(He))return!1;He.charCodeAt(He.length-1)===58?Ke.push(He.charCodeAt(0)===58?"center":"right"):He.charCodeAt(0)===58?Ke.push("left"):Ke.push("")}if(S=Dl(n,a).trim(),S.indexOf("|")===-1||n.sCount[a]-n.blkIndent>=4||(me=Xf(S),me.length&&me[0]===""&&me.shift(),me.length&&me[me.length-1]===""&&me.pop(),ye=me.length,ye===0||ye!==Ke.length))return!1;if(l)return!0;for(Le=n.parentType,n.parentType="table",cn=n.md.block.ruler.getRules("blockquote"),ve=n.push("table_open","table",1),ve.map=sn=[a,0],ve=n.push("thead_open","thead",1),ve.map=[a,a+1],ve=n.push("tr_open","tr",1),ve.map=[a,a+1],V=0;V<me.length;V++)ve=n.push("th_open","th",1),Ke[V]&&(ve.attrs=[["style","text-align:"+Ke[V]]]),ve=n.push("inline","",0),ve.content=me[V].trim(),ve.children=[],ve=n.push("th_close","th",-1);for(ve=n.push("tr_close","tr",-1),ve=n.push("thead_close","thead",-1),ue=a+2;ue<s&&!(n.sCount[ue]<n.blkIndent);ue++){for(Je=!1,V=0,K=cn.length;V<K;V++)if(cn[V](n,ue,s,!0)){Je=!0;break}if(Je||(S=Dl(n,ue).trim(),!S)||n.sCount[ue]-n.blkIndent>=4)break;for(me=Xf(S),me.length&&me[0]===""&&me.shift(),me.length&&me[me.length-1]===""&&me.pop(),ue===a+2&&(ve=n.push("tbody_open","tbody",1),ve.map=en=[a+2,0]),ve=n.push("tr_open","tr",1),ve.map=[ue,ue+1],V=0;V<ye;V++)ve=n.push("td_open","td",1),Ke[V]&&(ve.attrs=[["style","text-align:"+Ke[V]]]),ve=n.push("inline","",0),ve.content=me[V]?me[V].trim():"",ve.children=[],ve=n.push("td_close","td",-1);ve=n.push("tr_close","tr",-1)}return en&&(ve=n.push("tbody_close","tbody",-1),en[1]=ue),ve=n.push("table_close","table",-1),sn[1]=ue,n.parentType=Le,n.line=ue,!0},"table"),u0=v(function(n,a,s){var l,E,S;if(n.sCount[a]-n.blkIndent<4)return!1;for(E=l=a+1;l<s;){if(n.isEmpty(l)){l++;continue}if(n.sCount[l]-n.blkIndent>=4){l++,E=l;continue}break}return n.line=E,S=n.push("code_block","code",0),S.content=n.getLines(a,E,4+n.blkIndent,!1)+`
23
+ `,S.map=[a,n.line],!0},"code"),l0=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye=!1,ve=n.bMarks[a]+n.tShift[a],Ke=n.eMarks[a];if(n.sCount[a]-n.blkIndent>=4||ve+3>Ke||(E=n.src.charCodeAt(ve),E!==126&&E!==96)||(K=ve,ve=n.skipChars(ve,E),S=ve-K,S<3)||(me=n.src.slice(K,ve),I=n.src.slice(ve,Ke),E===96&&I.indexOf(String.fromCharCode(E))>=0))return!1;if(l)return!0;for(V=a;V++,!(V>=s||(ve=K=n.bMarks[V]+n.tShift[V],Ke=n.eMarks[V],ve<Ke&&n.sCount[V]<n.blkIndent));)if(n.src.charCodeAt(ve)===E&&!(n.sCount[V]-n.blkIndent>=4)&&(ve=n.skipChars(ve,E),!(ve-K<S)&&(ve=n.skipSpaces(ve),!(ve<Ke)))){ye=!0;break}return S=n.sCount[a],n.line=V+(ye?1:0),ue=n.push("fence","code",0),ue.info=I,ue.content=n.getLines(a+1,V,S,!0),ue.markup=me,ue.map=[a,n.line],!0},"fence"),Jh=ie.isSpace,c0=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le,Je,cn,Tn,on,Kn,dt,At=n.lineMax,yn=n.bMarks[a]+n.tShift[a],Qn=n.eMarks[a];if(n.sCount[a]-n.blkIndent>=4||n.src.charCodeAt(yn++)!==62)return!1;if(l)return!0;for(V=ve=n.sCount[a]+1,n.src.charCodeAt(yn)===32?(yn++,V++,ve++,E=!1,cn=!0):n.src.charCodeAt(yn)===9?(cn=!0,(n.bsCount[a]+ve)%4===3?(yn++,V++,ve++,E=!1):E=!0):cn=!1,Ke=[n.bMarks[a]],n.bMarks[a]=yn;yn<Qn&&(S=n.src.charCodeAt(yn),Jh(S));){S===9?ve+=4-(ve+n.bsCount[a]+(E?1:0))%4:ve++;yn++}for(He=[n.bsCount[a]],n.bsCount[a]=n.sCount[a]+1+(cn?1:0),ue=yn>=Qn,Le=[n.sCount[a]],n.sCount[a]=ve-V,Je=[n.tShift[a]],n.tShift[a]=yn-n.bMarks[a],on=n.md.block.ruler.getRules("blockquote"),en=n.parentType,n.parentType="blockquote",ye=a+1;ye<s&&(dt=n.sCount[ye]<n.blkIndent,yn=n.bMarks[ye]+n.tShift[ye],Qn=n.eMarks[ye],!(yn>=Qn));ye++){if(n.src.charCodeAt(yn++)===62&&!dt){for(V=ve=n.sCount[ye]+1,n.src.charCodeAt(yn)===32?(yn++,V++,ve++,E=!1,cn=!0):n.src.charCodeAt(yn)===9?(cn=!0,(n.bsCount[ye]+ve)%4===3?(yn++,V++,ve++,E=!1):E=!0):cn=!1,Ke.push(n.bMarks[ye]),n.bMarks[ye]=yn;yn<Qn&&(S=n.src.charCodeAt(yn),Jh(S));){S===9?ve+=4-(ve+n.bsCount[ye]+(E?1:0))%4:ve++;yn++}ue=yn>=Qn,He.push(n.bsCount[ye]),n.bsCount[ye]=n.sCount[ye]+1+(cn?1:0),Le.push(n.sCount[ye]),n.sCount[ye]=ve-V,Je.push(n.tShift[ye]),n.tShift[ye]=yn-n.bMarks[ye];continue}if(ue)break;for(Tn=!1,I=0,K=on.length;I<K;I++)if(on[I](n,ye,s,!0)){Tn=!0;break}if(Tn){n.lineMax=ye,n.blkIndent!==0&&(Ke.push(n.bMarks[ye]),He.push(n.bsCount[ye]),Je.push(n.tShift[ye]),Le.push(n.sCount[ye]),n.sCount[ye]-=n.blkIndent);break}Ke.push(n.bMarks[ye]),He.push(n.bsCount[ye]),Je.push(n.tShift[ye]),Le.push(n.sCount[ye]),n.sCount[ye]=-1}for(sn=n.blkIndent,n.blkIndent=0,Kn=n.push("blockquote_open","blockquote",1),Kn.markup=">",Kn.map=me=[a,0],n.md.block.tokenize(n,a,ye),Kn=n.push("blockquote_close","blockquote",-1),Kn.markup=">",n.lineMax=At,n.parentType=en,me[1]=n.line,I=0;I<Je.length;I++)n.bMarks[I+a]=Ke[I],n.tShift[I+a]=Je[I],n.sCount[I+a]=Le[I],n.bsCount[I+a]=He[I];return n.blkIndent=sn,!0},"blockquote"),f0=ie.isSpace,p0=v(function(n,a,s,l){var E,S,I,V,K=n.bMarks[a]+n.tShift[a],ue=n.eMarks[a];if(n.sCount[a]-n.blkIndent>=4||(E=n.src.charCodeAt(K++),E!==42&&E!==45&&E!==95))return!1;for(S=1;K<ue;){if(I=n.src.charCodeAt(K++),I!==E&&!f0(I))return!1;I===E&&S++}return S<3?!1:(l||(n.line=a+1,V=n.push("hr","hr",0),V.map=[a,n.line],V.markup=Array(S+1).join(String.fromCharCode(E))),!0)},"hr"),Xh=ie.isSpace;function ep(r,n){var a,s,l,E;return s=r.bMarks[n]+r.tShift[n],l=r.eMarks[n],a=r.src.charCodeAt(s++),a!==42&&a!==45&&a!==43||s<l&&(E=r.src.charCodeAt(s),!Xh(E))?-1:s}v(ep,"skipBulletListMarker");function np(r,n){var a,s=r.bMarks[n]+r.tShift[n],l=s,E=r.eMarks[n];if(l+1>=E||(a=r.src.charCodeAt(l++),a<48||a>57))return-1;for(;;){if(l>=E)return-1;if(a=r.src.charCodeAt(l++),a>=48&&a<=57){if(l-s>=10)return-1;continue}if(a===41||a===46)break;return-1}return l<E&&(a=r.src.charCodeAt(l),!Xh(a))?-1:l}v(np,"skipOrderedListMarker");function em(r,n){var a,s,l=r.level+2;for(a=n+2,s=r.tokens.length-2;a<s;a++)r.tokens[a].level===l&&r.tokens[a].type==="paragraph_open"&&(r.tokens[a+2].hidden=!0,r.tokens[a].hidden=!0,a+=2)}v(em,"markTightParagraphs");var d0=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le,Je,cn,Tn,on,Kn,dt,At,yn,Qn,lt,at,Qe,qn,Bn,st=!1,Ln=!0;if(n.sCount[a]-n.blkIndent>=4||n.listIndent>=0&&n.sCount[a]-n.listIndent>=4&&n.sCount[a]<n.blkIndent)return!1;if(l&&n.parentType==="paragraph"&&n.tShift[a]>=n.blkIndent&&(st=!0),(Qn=np(n,a))>=0){if(me=!0,at=n.bMarks[a]+n.tShift[a],en=Number(n.src.slice(at,Qn-1)),st&&en!==1)return!1}else if((Qn=ep(n,a))>=0)me=!1;else return!1;if(st&&n.skipSpaces(Qn)>=n.eMarks[a])return!1;if(sn=n.src.charCodeAt(Qn-1),l)return!0;for(He=n.tokens.length,me?(Bn=n.push("ordered_list_open","ol",1),en!==1&&(Bn.attrs=[["start",en]])):Bn=n.push("bullet_list_open","ul",1),Bn.map=Ke=[a,0],Bn.markup=String.fromCharCode(sn),Je=a,lt=!1,qn=n.md.block.ruler.getRules("list"),on=n.parentType,n.parentType="list";Je<s;){for(yn=Qn,Le=n.eMarks[Je],ue=cn=n.sCount[Je]+Qn-(n.bMarks[a]+n.tShift[a]);yn<Le;){if(E=n.src.charCodeAt(yn),E===9)cn+=4-(cn+n.bsCount[Je])%4;else if(E===32)cn++;else break;yn++}if(S=yn,S>=Le?K=1:K=cn-ue,K>4&&(K=1),V=ue+K,Bn=n.push("list_item_open","li",1),Bn.markup=String.fromCharCode(sn),Bn.map=ye=[a,0],me&&(Bn.info=n.src.slice(at,Qn-1)),At=n.tight,dt=n.tShift[a],Kn=n.sCount[a],Tn=n.listIndent,n.listIndent=n.blkIndent,n.blkIndent=V,n.tight=!0,n.tShift[a]=S-n.bMarks[a],n.sCount[a]=cn,S>=Le&&n.isEmpty(a+1)?n.line=Math.min(n.line+2,s):n.md.block.tokenize(n,a,s,!0),(!n.tight||lt)&&(Ln=!1),lt=n.line-a>1&&n.isEmpty(n.line-1),n.blkIndent=n.listIndent,n.listIndent=Tn,n.tShift[a]=dt,n.sCount[a]=Kn,n.tight=At,Bn=n.push("list_item_close","li",-1),Bn.markup=String.fromCharCode(sn),Je=a=n.line,ye[1]=Je,S=n.bMarks[a],Je>=s||n.sCount[Je]<n.blkIndent||n.sCount[a]-n.blkIndent>=4)break;for(Qe=!1,I=0,ve=qn.length;I<ve;I++)if(qn[I](n,Je,s,!0)){Qe=!0;break}if(Qe)break;if(me){if(Qn=np(n,Je),Qn<0)break;at=n.bMarks[Je]+n.tShift[Je]}else if(Qn=ep(n,Je),Qn<0)break;if(sn!==n.src.charCodeAt(Qn-1))break}return me?Bn=n.push("ordered_list_close","ol",-1):Bn=n.push("bullet_list_close","ul",-1),Bn.markup=String.fromCharCode(sn),Ke[1]=Je,n.line=Je,n.parentType=on,Ln&&em(n,He),!0},"list"),h0=ie.normalizeReference,Cl=ie.isSpace,m0=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye,ve,Ke,He,sn,en,Le,Je,cn,Tn=0,on=n.bMarks[a]+n.tShift[a],Kn=n.eMarks[a],dt=a+1;if(n.sCount[a]-n.blkIndent>=4||n.src.charCodeAt(on)!==91)return!1;for(;++on<Kn;)if(n.src.charCodeAt(on)===93&&n.src.charCodeAt(on-1)!==92){if(on+1===Kn||n.src.charCodeAt(on+1)!==58)return!1;break}for(V=n.lineMax,Je=n.md.block.ruler.getRules("reference"),Ke=n.parentType,n.parentType="reference";dt<V&&!n.isEmpty(dt);dt++)if(!(n.sCount[dt]-n.blkIndent>3)&&!(n.sCount[dt]<0)){for(Le=!1,ue=0,me=Je.length;ue<me;ue++)if(Je[ue](n,dt,V,!0)){Le=!0;break}if(Le)break}for(en=n.getLines(a,dt,n.blkIndent,!1).trim(),Kn=en.length,on=1;on<Kn;on++){if(E=en.charCodeAt(on),E===91)return!1;if(E===93){ve=on;break}else E===10?Tn++:E===92&&(on++,on<Kn&&en.charCodeAt(on)===10&&Tn++)}if(ve<0||en.charCodeAt(ve+1)!==58)return!1;for(on=ve+2;on<Kn;on++)if(E=en.charCodeAt(on),E===10)Tn++;else if(!Cl(E))break;if(He=n.md.helpers.parseLinkDestination(en,on,Kn),!He.ok||(K=n.md.normalizeLink(He.str),!n.md.validateLink(K)))return!1;for(on=He.pos,Tn+=He.lines,S=on,I=Tn,sn=on;on<Kn;on++)if(E=en.charCodeAt(on),E===10)Tn++;else if(!Cl(E))break;for(He=n.md.helpers.parseLinkTitle(en,on,Kn),on<Kn&&sn!==on&&He.ok?(cn=He.str,on=He.pos,Tn+=He.lines):(cn="",on=S,Tn=I);on<Kn&&(E=en.charCodeAt(on),!!Cl(E));)on++;if(on<Kn&&en.charCodeAt(on)!==10&&cn)for(cn="",on=S,Tn=I;on<Kn&&(E=en.charCodeAt(on),!!Cl(E));)on++;return on<Kn&&en.charCodeAt(on)!==10||(ye=h0(en.slice(1,ve)),!ye)?!1:(l||(typeof n.env.references>"u"&&(n.env.references={}),typeof n.env.references[ye]>"u"&&(n.env.references[ye]={title:cn,href:K}),n.parentType=Ke,n.line=a+Tn+1),!0)},"reference"),v0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],xl={},g0="[a-zA-Z_:][a-zA-Z0-9:._-]*",y0="[^\"'=<>`\\x00-\\x20]+",E0="'[^']*'",_0='"[^"]*"',b0="(?:"+y0+"|"+E0+"|"+_0+")",A0="(?:\\s+"+g0+"(?:\\s*=\\s*"+b0+")?)",nm="<[A-Za-z][A-Za-z0-9\\-]*"+A0+"*\\s*\\/?>",tm="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",T0="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",D0="<[?][\\s\\S]*?[?]>",C0="<![A-Z]+\\s+[^>]*>",x0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",k0=new RegExp("^(?:"+nm+"|"+tm+"|"+T0+"|"+D0+"|"+C0+"|"+x0+")"),S0=new RegExp("^(?:"+nm+"|"+tm+")");xl.HTML_TAG_RE=k0,xl.HTML_OPEN_CLOSE_TAG_RE=S0;var w0=v0,O0=xl.HTML_OPEN_CLOSE_TAG_RE,Ba=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+w0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(O0.source+"\\s*$"),/^$/,!1]],I0=v(function(n,a,s,l){var E,S,I,V,K=n.bMarks[a]+n.tShift[a],ue=n.eMarks[a];if(n.sCount[a]-n.blkIndent>=4||!n.md.options.html||n.src.charCodeAt(K)!==60)return!1;for(V=n.src.slice(K,ue),E=0;E<Ba.length&&!Ba[E][0].test(V);E++);if(E===Ba.length)return!1;if(l)return Ba[E][2];if(S=a+1,!Ba[E][1].test(V)){for(;S<s&&!(n.sCount[S]<n.blkIndent);S++)if(K=n.bMarks[S]+n.tShift[S],ue=n.eMarks[S],V=n.src.slice(K,ue),Ba[E][1].test(V)){V.length!==0&&S++;break}}return n.line=S,I=n.push("html_block","",0),I.map=[a,S],I.content=n.getLines(a,S,n.blkIndent,!0),!0},"html_block"),rm=ie.isSpace,N0=v(function(n,a,s,l){var E,S,I,V,K=n.bMarks[a]+n.tShift[a],ue=n.eMarks[a];if(n.sCount[a]-n.blkIndent>=4||(E=n.src.charCodeAt(K),E!==35||K>=ue))return!1;for(S=1,E=n.src.charCodeAt(++K);E===35&&K<ue&&S<=6;)S++,E=n.src.charCodeAt(++K);return S>6||K<ue&&!rm(E)?!1:(l||(ue=n.skipSpacesBack(ue,K),I=n.skipCharsBack(ue,35,K),I>K&&rm(n.src.charCodeAt(I-1))&&(ue=I),n.line=a+1,V=n.push("heading_open","h"+String(S),1),V.markup="########".slice(0,S),V.map=[a,n.line],V=n.push("inline","",0),V.content=n.src.slice(K,ue).trim(),V.map=[a,n.line],V.children=[],V=n.push("heading_close","h"+String(S),-1),V.markup="########".slice(0,S)),!0)},"heading"),P0=v(function(n,a,s){var l,E,S,I,V,K,ue,me,ye,ve=a+1,Ke,He=n.md.block.ruler.getRules("paragraph");if(n.sCount[a]-n.blkIndent>=4)return!1;for(Ke=n.parentType,n.parentType="paragraph";ve<s&&!n.isEmpty(ve);ve++)if(!(n.sCount[ve]-n.blkIndent>3)){if(n.sCount[ve]>=n.blkIndent&&(K=n.bMarks[ve]+n.tShift[ve],ue=n.eMarks[ve],K<ue&&(ye=n.src.charCodeAt(K),(ye===45||ye===61)&&(K=n.skipChars(K,ye),K=n.skipSpaces(K),K>=ue)))){me=ye===61?1:2;break}if(!(n.sCount[ve]<0)){for(E=!1,S=0,I=He.length;S<I;S++)if(He[S](n,ve,s,!0)){E=!0;break}if(E)break}}return me?(l=n.getLines(a,ve,n.blkIndent,!1).trim(),n.line=ve+1,V=n.push("heading_open","h"+String(me),1),V.markup=String.fromCharCode(ye),V.map=[a,n.line],V=n.push("inline","",0),V.content=l,V.map=[a,n.line-1],V.children=[],V=n.push("heading_close","h"+String(me),-1),V.markup=String.fromCharCode(ye),n.parentType=Ke,!0):!1},"lheading"),M0=v(function(n,a){var s,l,E,S,I,V,K=a+1,ue=n.md.block.ruler.getRules("paragraph"),me=n.lineMax;for(V=n.parentType,n.parentType="paragraph";K<me&&!n.isEmpty(K);K++)if(!(n.sCount[K]-n.blkIndent>3)&&!(n.sCount[K]<0)){for(l=!1,E=0,S=ue.length;E<S;E++)if(ue[E](n,K,me,!0)){l=!0;break}if(l)break}return s=n.getLines(a,K,n.blkIndent,!1).trim(),n.line=K,I=n.push("paragraph_open","p",1),I.map=[a,n.line],I=n.push("inline","",0),I.content=s,I.map=[a,n.line],I.children=[],I=n.push("paragraph_close","p",-1),n.parentType=V,!0},"paragraph"),im=Qf,kl=ie.isSpace;function ri(r,n,a,s){var l,E,S,I,V,K,ue,me;for(this.src=r,this.md=n,this.env=a,this.tokens=s,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",E=this.src,me=!1,S=I=K=ue=0,V=E.length;I<V;I++){if(l=E.charCodeAt(I),!me)if(kl(l)){K++,l===9?ue+=4-ue%4:ue++;continue}else me=!0;(l===10||I===V-1)&&(l!==10&&I++,this.bMarks.push(S),this.eMarks.push(I),this.tShift.push(K),this.sCount.push(ue),this.bsCount.push(0),me=!1,K=0,ue=0,S=I+1)}this.bMarks.push(E.length),this.eMarks.push(E.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}v(ri,"StateBlock"),ri.prototype.push=function(r,n,a){var s=new im(r,n,a);return s.block=!0,a<0&&this.level--,s.level=this.level,a>0&&this.level++,this.tokens.push(s),s},ri.prototype.isEmpty=v(function(n){return this.bMarks[n]+this.tShift[n]>=this.eMarks[n]},"isEmpty"),ri.prototype.skipEmptyLines=v(function(n){for(var a=this.lineMax;n<a&&!(this.bMarks[n]+this.tShift[n]<this.eMarks[n]);n++);return n},"skipEmptyLines"),ri.prototype.skipSpaces=v(function(n){for(var a,s=this.src.length;n<s&&(a=this.src.charCodeAt(n),!!kl(a));n++);return n},"skipSpaces"),ri.prototype.skipSpacesBack=v(function(n,a){if(n<=a)return n;for(;n>a;)if(!kl(this.src.charCodeAt(--n)))return n+1;return n},"skipSpacesBack"),ri.prototype.skipChars=v(function(n,a){for(var s=this.src.length;n<s&&this.src.charCodeAt(n)===a;n++);return n},"skipChars"),ri.prototype.skipCharsBack=v(function(n,a,s){if(n<=s)return n;for(;n>s;)if(a!==this.src.charCodeAt(--n))return n+1;return n},"skipCharsBack"),ri.prototype.getLines=v(function(n,a,s,l){var E,S,I,V,K,ue,me,ye=n;if(n>=a)return"";for(ue=new Array(a-n),E=0;ye<a;ye++,E++){for(S=0,me=V=this.bMarks[ye],ye+1<a||l?K=this.eMarks[ye]+1:K=this.eMarks[ye];V<K&&S<s;){if(I=this.src.charCodeAt(V),kl(I))I===9?S+=4-(S+this.bsCount[ye])%4:S++;else if(V-me<this.tShift[ye])S++;else break;V++}S>s?ue[E]=new Array(S-s+1).join(" ")+this.src.slice(V,K):ue[E]=this.src.slice(V,K)}return ue.join("")},"getLines"),ri.prototype.Token=im;var R0=ri,F0=Hf,Sl=[["table",s0,["paragraph","reference"]],["code",u0],["fence",l0,["paragraph","reference","blockquote","list"]],["blockquote",c0,["paragraph","reference","blockquote","list"]],["hr",p0,["paragraph","reference","blockquote","list"]],["list",d0,["paragraph","reference","blockquote"]],["reference",m0],["html_block",I0,["paragraph","reference","blockquote"]],["heading",N0,["paragraph","reference","blockquote"]],["lheading",P0],["paragraph",M0]];function $s(){this.ruler=new F0;for(var r=0;r<Sl.length;r++)this.ruler.push(Sl[r][0],Sl[r][1],{alt:(Sl[r][2]||[]).slice()})}v($s,"ParserBlock$1"),$s.prototype.tokenize=function(r,n,a){for(var s,l,E=this.ruler.getRules(""),S=E.length,I=n,V=!1,K=r.md.options.maxNesting;I<a&&(r.line=I=r.skipEmptyLines(I),!(I>=a||r.sCount[I]<r.blkIndent));){if(r.level>=K){r.line=a;break}for(l=0;l<S&&(s=E[l](r,I,a,!1),!s);l++);r.tight=!V,r.isEmpty(r.line-1)&&(V=!0),I=r.line,I<a&&r.isEmpty(I)&&(V=!0,I++,r.line=I)}},$s.prototype.parse=function(r,n,a,s){var l;r&&(l=new this.State(r,n,a,s),this.tokenize(l,l.line,l.lineMax))},$s.prototype.State=R0;var L0=$s;function om(r){switch(r){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}v(om,"isTerminatorChar");for(var B0=v(function(n,a){for(var s=n.pos;s<n.posMax&&!om(n.src.charCodeAt(s));)s++;return s===n.pos?!1:(a||(n.pending+=n.src.slice(n.pos,s)),n.pos=s,!0)},"text"),j0=ie.isSpace,U0=v(function(n,a){var s,l,E=n.pos;if(n.src.charCodeAt(E)!==10)return!1;for(s=n.pending.length-1,l=n.posMax,a||(s>=0&&n.pending.charCodeAt(s)===32?s>=1&&n.pending.charCodeAt(s-1)===32?(n.pending=n.pending.replace(/ +$/,""),n.push("hardbreak","br",0)):(n.pending=n.pending.slice(0,-1),n.push("softbreak","br",0)):n.push("softbreak","br",0)),E++;E<l&&j0(n.src.charCodeAt(E));)E++;return n.pos=E,!0},"newline"),V0=ie.isSpace,tp=[],am=0;am<256;am++)tp.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(r){tp[r.charCodeAt(0)]=1});var z0=v(function(n,a){var s,l=n.pos,E=n.posMax;if(n.src.charCodeAt(l)!==92)return!1;if(l++,l<E){if(s=n.src.charCodeAt(l),s<256&&tp[s]!==0)return a||(n.pending+=n.src[l]),n.pos+=2,!0;if(s===10){for(a||n.push("hardbreak","br",0),l++;l<E&&(s=n.src.charCodeAt(l),!!V0(s));)l++;return n.pos=l,!0}}return a||(n.pending+="\\"),n.pos++,!0},"escape"),W0=v(function(n,a){var s,l,E,S,I,V,K,ue,me=n.pos,ye=n.src.charCodeAt(me);if(ye!==96)return!1;for(s=me,me++,l=n.posMax;me<l&&n.src.charCodeAt(me)===96;)me++;if(E=n.src.slice(s,me),K=E.length,n.backticksScanned&&(n.backticks[K]||0)<=s)return a||(n.pending+=E),n.pos+=K,!0;for(I=V=me;(I=n.src.indexOf("`",V))!==-1;){for(V=I+1;V<l&&n.src.charCodeAt(V)===96;)V++;if(ue=V-I,ue===K)return a||(S=n.push("code_inline","code",0),S.markup=E,S.content=n.src.slice(me,I).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),n.pos=V,!0;n.backticks[ue]=I}return n.backticksScanned=!0,a||(n.pending+=E),n.pos+=K,!0},"backtick"),wl={};wl.tokenize=v(function(n,a){var s,l,E,S,I,V=n.pos,K=n.src.charCodeAt(V);if(a||K!==126||(l=n.scanDelims(n.pos,!0),S=l.length,I=String.fromCharCode(K),S<2))return!1;for(S%2&&(E=n.push("text","",0),E.content=I,S--),s=0;s<S;s+=2)E=n.push("text","",0),E.content=I+I,n.delimiters.push({marker:K,length:0,jump:s/2,token:n.tokens.length-1,end:-1,open:l.can_open,close:l.can_close});return n.pos+=l.length,!0},"strikethrough");function rp(r,n){var a,s,l,E,S,I=[],V=n.length;for(a=0;a<V;a++)l=n[a],l.marker===126&&l.end!==-1&&(E=n[l.end],S=r.tokens[l.token],S.type="s_open",S.tag="s",S.nesting=1,S.markup="~~",S.content="",S=r.tokens[E.token],S.type="s_close",S.tag="s",S.nesting=-1,S.markup="~~",S.content="",r.tokens[E.token-1].type==="text"&&r.tokens[E.token-1].content==="~"&&I.push(E.token-1));for(;I.length;){for(a=I.pop(),s=a+1;s<r.tokens.length&&r.tokens[s].type==="s_close";)s++;s--,a!==s&&(S=r.tokens[s],r.tokens[s]=r.tokens[a],r.tokens[a]=S)}}v(rp,"postProcess$1"),wl.postProcess=v(function(n){var a,s=n.tokens_meta,l=n.tokens_meta.length;for(rp(n,n.delimiters),a=0;a<l;a++)s[a]&&s[a].delimiters&&rp(n,s[a].delimiters)},"strikethrough");var Ol={};Ol.tokenize=v(function(n,a){var s,l,E,S=n.pos,I=n.src.charCodeAt(S);if(a||I!==95&&I!==42)return!1;for(l=n.scanDelims(n.pos,I===42),s=0;s<l.length;s++)E=n.push("text","",0),E.content=String.fromCharCode(I),n.delimiters.push({marker:I,length:l.length,jump:s,token:n.tokens.length-1,end:-1,open:l.can_open,close:l.can_close});return n.pos+=l.length,!0},"emphasis");function ip(r,n){var a,s,l,E,S,I,V=n.length;for(a=V-1;a>=0;a--)s=n[a],!(s.marker!==95&&s.marker!==42)&&s.end!==-1&&(l=n[s.end],I=a>0&&n[a-1].end===s.end+1&&n[a-1].token===s.token-1&&n[s.end+1].token===l.token+1&&n[a-1].marker===s.marker,S=String.fromCharCode(s.marker),E=r.tokens[s.token],E.type=I?"strong_open":"em_open",E.tag=I?"strong":"em",E.nesting=1,E.markup=I?S+S:S,E.content="",E=r.tokens[l.token],E.type=I?"strong_close":"em_close",E.tag=I?"strong":"em",E.nesting=-1,E.markup=I?S+S:S,E.content="",I&&(r.tokens[n[a-1].token].content="",r.tokens[n[s.end+1].token].content="",a--))}v(ip,"postProcess"),Ol.postProcess=v(function(n){var a,s=n.tokens_meta,l=n.tokens_meta.length;for(ip(n,n.delimiters),a=0;a<l;a++)s[a]&&s[a].delimiters&&ip(n,s[a].delimiters)},"emphasis");var G0=ie.normalizeReference,op=ie.isSpace,Z0=v(function(n,a){var s,l,E,S,I,V,K,ue,me,ye="",ve="",Ke=n.pos,He=n.posMax,sn=n.pos,en=!0;if(n.src.charCodeAt(n.pos)!==91||(I=n.pos+1,S=n.md.helpers.parseLinkLabel(n,n.pos,!0),S<0))return!1;if(V=S+1,V<He&&n.src.charCodeAt(V)===40){for(en=!1,V++;V<He&&(l=n.src.charCodeAt(V),!(!op(l)&&l!==10));V++);if(V>=He)return!1;if(sn=V,K=n.md.helpers.parseLinkDestination(n.src,V,n.posMax),K.ok){for(ye=n.md.normalizeLink(K.str),n.md.validateLink(ye)?V=K.pos:ye="",sn=V;V<He&&(l=n.src.charCodeAt(V),!(!op(l)&&l!==10));V++);if(K=n.md.helpers.parseLinkTitle(n.src,V,n.posMax),V<He&&sn!==V&&K.ok)for(ve=K.str,V=K.pos;V<He&&(l=n.src.charCodeAt(V),!(!op(l)&&l!==10));V++);}(V>=He||n.src.charCodeAt(V)!==41)&&(en=!0),V++}if(en){if(typeof n.env.references>"u")return!1;if(V<He&&n.src.charCodeAt(V)===91?(sn=V+1,V=n.md.helpers.parseLinkLabel(n,V),V>=0?E=n.src.slice(sn,V++):V=S+1):V=S+1,E||(E=n.src.slice(I,S)),ue=n.env.references[G0(E)],!ue)return n.pos=Ke,!1;ye=ue.href,ve=ue.title}return a||(n.pos=I,n.posMax=S,me=n.push("link_open","a",1),me.attrs=s=[["href",ye]],ve&&s.push(["title",ve]),n.md.inline.tokenize(n),me=n.push("link_close","a",-1)),n.pos=V,n.posMax=He,!0},"link"),K0=ie.normalizeReference,ap=ie.isSpace,q0=v(function(n,a){var s,l,E,S,I,V,K,ue,me,ye,ve,Ke,He,sn="",en=n.pos,Le=n.posMax;if(n.src.charCodeAt(n.pos)!==33||n.src.charCodeAt(n.pos+1)!==91||(V=n.pos+2,I=n.md.helpers.parseLinkLabel(n,n.pos+1,!1),I<0))return!1;if(K=I+1,K<Le&&n.src.charCodeAt(K)===40){for(K++;K<Le&&(l=n.src.charCodeAt(K),!(!ap(l)&&l!==10));K++);if(K>=Le)return!1;for(He=K,me=n.md.helpers.parseLinkDestination(n.src,K,n.posMax),me.ok&&(sn=n.md.normalizeLink(me.str),n.md.validateLink(sn)?K=me.pos:sn=""),He=K;K<Le&&(l=n.src.charCodeAt(K),!(!ap(l)&&l!==10));K++);if(me=n.md.helpers.parseLinkTitle(n.src,K,n.posMax),K<Le&&He!==K&&me.ok)for(ye=me.str,K=me.pos;K<Le&&(l=n.src.charCodeAt(K),!(!ap(l)&&l!==10));K++);else ye="";if(K>=Le||n.src.charCodeAt(K)!==41)return n.pos=en,!1;K++}else{if(typeof n.env.references>"u")return!1;if(K<Le&&n.src.charCodeAt(K)===91?(He=K+1,K=n.md.helpers.parseLinkLabel(n,K),K>=0?S=n.src.slice(He,K++):K=I+1):K=I+1,S||(S=n.src.slice(V,I)),ue=n.env.references[K0(S)],!ue)return n.pos=en,!1;sn=ue.href,ye=ue.title}return a||(E=n.src.slice(V,I),n.md.inline.parse(E,n.md,n.env,Ke=[]),ve=n.push("image","img",0),ve.attrs=s=[["src",sn],["alt",""]],ve.children=Ke,ve.content=E,ye&&s.push(["title",ye])),n.pos=K,n.posMax=Le,!0},"image"),H0=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Q0=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,$0=v(function(n,a){var s,l,E,S,I,V,K=n.pos;if(n.src.charCodeAt(K)!==60)return!1;for(I=n.pos,V=n.posMax;;){if(++K>=V||(S=n.src.charCodeAt(K),S===60))return!1;if(S===62)break}return s=n.src.slice(I+1,K),Q0.test(s)?(l=n.md.normalizeLink(s),n.md.validateLink(l)?(a||(E=n.push("link_open","a",1),E.attrs=[["href",l]],E.markup="autolink",E.info="auto",E=n.push("text","",0),E.content=n.md.normalizeLinkText(s),E=n.push("link_close","a",-1),E.markup="autolink",E.info="auto"),n.pos+=s.length+2,!0):!1):H0.test(s)?(l=n.md.normalizeLink("mailto:"+s),n.md.validateLink(l)?(a||(E=n.push("link_open","a",1),E.attrs=[["href",l]],E.markup="autolink",E.info="auto",E=n.push("text","",0),E.content=n.md.normalizeLinkText(s),E=n.push("link_close","a",-1),E.markup="autolink",E.info="auto"),n.pos+=s.length+2,!0):!1):!1},"autolink"),Y0=xl.HTML_TAG_RE;function sm(r){var n=r|32;return n>=97&&n<=122}v(sm,"isLetter");var J0=v(function(n,a){var s,l,E,S,I=n.pos;return!n.md.options.html||(E=n.posMax,n.src.charCodeAt(I)!==60||I+2>=E)||(s=n.src.charCodeAt(I+1),s!==33&&s!==63&&s!==47&&!sm(s))||(l=n.src.slice(I).match(Y0),!l)?!1:(a||(S=n.push("html_inline","",0),S.content=n.src.slice(I,I+l[0].length)),n.pos+=l[0].length,!0)},"html_inline"),um=Ch,X0=ie.has,ey=ie.isValidEntityCode,lm=ie.fromCodePoint,ny=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,ty=/^&([a-z][a-z0-9]{1,31});/i,ry=v(function(n,a){var s,l,E,S=n.pos,I=n.posMax;if(n.src.charCodeAt(S)!==38)return!1;if(S+1<I){if(s=n.src.charCodeAt(S+1),s===35){if(E=n.src.slice(S).match(ny),E)return a||(l=E[1][0].toLowerCase()==="x"?parseInt(E[1].slice(1),16):parseInt(E[1],10),n.pending+=ey(l)?lm(l):lm(65533)),n.pos+=E[0].length,!0}else if(E=n.src.slice(S).match(ty),E&&X0(um,E[1]))return a||(n.pending+=um[E[1]]),n.pos+=E[0].length,!0}return a||(n.pending+="&"),n.pos++,!0},"entity");function sp(r,n){var a,s,l,E,S,I,V,K,ue={},me=n.length;for(a=0;a<me;a++)if(l=n[a],l.length=l.length||0,!!l.close){for(ue.hasOwnProperty(l.marker)||(ue[l.marker]=[-1,-1,-1,-1,-1,-1]),S=ue[l.marker][(l.open?3:0)+l.length%3],s=a-l.jump-1,s<-1&&(s=-1),I=s;s>S;s-=E.jump+1)if(E=n[s],E.marker===l.marker&&E.open&&E.end<0&&(V=!1,(E.close||l.open)&&(E.length+l.length)%3===0&&(E.length%3!==0||l.length%3!==0)&&(V=!0),!V)){K=s>0&&!n[s-1].open?n[s-1].jump+1:0,l.jump=a-s+K,l.open=!1,E.end=a,E.jump=K,E.close=!1,I=-1;break}I!==-1&&(ue[l.marker][(l.open?3:0)+(l.length||0)%3]=I)}}v(sp,"processDelimiters");var iy=v(function(n){var a,s=n.tokens_meta,l=n.tokens_meta.length;for(sp(n,n.delimiters),a=0;a<l;a++)s[a]&&s[a].delimiters&&sp(n,s[a].delimiters)},"link_pairs"),oy=v(function(n){var a,s,l=0,E=n.tokens,S=n.tokens.length;for(a=s=0;a<S;a++)E[a].nesting<0&&l--,E[a].level=l,E[a].nesting>0&&l++,E[a].type==="text"&&a+1<S&&E[a+1].type==="text"?E[a+1].content=E[a].content+E[a+1].content:(a!==s&&(E[s]=E[a]),s++);a!==s&&(E.length=s)},"text_collapse"),up=Qf,cm=ie.isWhiteSpace,fm=ie.isPunctChar,pm=ie.isMdAsciiPunct;function ja(r,n,a,s){this.src=r,this.env=a,this.md=n,this.tokens=s,this.tokens_meta=Array(s.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}v(ja,"StateInline"),ja.prototype.pushPending=function(){var r=new up("text","",0);return r.content=this.pending,r.level=this.pendingLevel,this.tokens.push(r),this.pending="",r},ja.prototype.push=function(r,n,a){this.pending&&this.pushPending();var s=new up(r,n,a),l=null;return a<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),s.level=this.level,a>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],l={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(s),this.tokens_meta.push(l),s},ja.prototype.scanDelims=function(r,n){var a=r,s,l,E,S,I,V,K,ue,me,ye=!0,ve=!0,Ke=this.posMax,He=this.src.charCodeAt(r);for(s=r>0?this.src.charCodeAt(r-1):32;a<Ke&&this.src.charCodeAt(a)===He;)a++;return E=a-r,l=a<Ke?this.src.charCodeAt(a):32,K=pm(s)||fm(String.fromCharCode(s)),me=pm(l)||fm(String.fromCharCode(l)),V=cm(s),ue=cm(l),ue?ye=!1:me&&(V||K||(ye=!1)),V?ve=!1:K&&(ue||me||(ve=!1)),n?(S=ye,I=ve):(S=ye&&(!ve||K),I=ve&&(!ye||me)),{can_open:S,can_close:I,length:E}},ja.prototype.Token=up;var ay=ja,dm=Hf,lp=[["text",B0],["newline",U0],["escape",z0],["backticks",W0],["strikethrough",wl.tokenize],["emphasis",Ol.tokenize],["link",Z0],["image",q0],["autolink",$0],["html_inline",J0],["entity",ry]],cp=[["balance_pairs",iy],["strikethrough",wl.postProcess],["emphasis",Ol.postProcess],["text_collapse",oy]];function Ua(){var r;for(this.ruler=new dm,r=0;r<lp.length;r++)this.ruler.push(lp[r][0],lp[r][1]);for(this.ruler2=new dm,r=0;r<cp.length;r++)this.ruler2.push(cp[r][0],cp[r][1])}v(Ua,"ParserInline$1"),Ua.prototype.skipToken=function(r){var n,a,s=r.pos,l=this.ruler.getRules(""),E=l.length,S=r.md.options.maxNesting,I=r.cache;if(typeof I[s]<"u"){r.pos=I[s];return}if(r.level<S)for(a=0;a<E&&(r.level++,n=l[a](r,!0),r.level--,!n);a++);else r.pos=r.posMax;n||r.pos++,I[s]=r.pos},Ua.prototype.tokenize=function(r){for(var n,a,s=this.ruler.getRules(""),l=s.length,E=r.posMax,S=r.md.options.maxNesting;r.pos<E;){if(r.level<S)for(a=0;a<l&&(n=s[a](r,!1),!n);a++);if(n){if(r.pos>=E)break;continue}r.pending+=r.src[r.pos++]}r.pending&&r.pushPending()},Ua.prototype.parse=function(r,n,a,s){var l,E,S,I=new this.State(r,n,a,s);for(this.tokenize(I),E=this.ruler2.getRules(""),S=E.length,l=0;l<S;l++)E[l](I)},Ua.prototype.State=ay;var sy=Ua,uy=v(function(r){var n={};n.src_Any=Fh.source,n.src_Cc=Lh.source,n.src_Z=Bh.source,n.src_P=qf.source,n.src_ZPCc=[n.src_Z,n.src_P,n.src_Cc].join("|"),n.src_ZCc=[n.src_Z,n.src_Cc].join("|");var a="[><\uFF5C]";return n.src_pseudo_letter="(?:(?!"+a+"|"+n.src_ZPCc+")"+n.src_Any+")",n.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",n.src_auth="(?:(?:(?!"+n.src_ZCc+"|[@/\\[\\]()]).)+@)?",n.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",n.src_host_terminator="(?=$|"+a+"|"+n.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+n.src_ZPCc+"))",n.src_path="(?:[/?#](?:(?!"+n.src_ZCc+"|"+a+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+n.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+n.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+n.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+n.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+n.src_ZCc+"|[']).)+\\'|\\'(?="+n.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+n.src_ZCc+"|[.]).|"+(r&&r["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+n.src_ZCc+").|;(?!"+n.src_ZCc+").|\\!+(?!"+n.src_ZCc+"|[!]).|\\?(?!"+n.src_ZCc+"|[?]).)+|\\/)?",n.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',n.src_xn="xn--[a-z0-9\\-]{1,59}",n.src_domain_root="(?:"+n.src_xn+"|"+n.src_pseudo_letter+"{1,63})",n.src_domain="(?:"+n.src_xn+"|(?:"+n.src_pseudo_letter+")|(?:"+n.src_pseudo_letter+"(?:-|"+n.src_pseudo_letter+"){0,61}"+n.src_pseudo_letter+"))",n.src_host="(?:(?:(?:(?:"+n.src_domain+")\\.)*"+n.src_domain+"))",n.tpl_host_fuzzy="(?:"+n.src_ip4+"|(?:(?:(?:"+n.src_domain+")\\.)+(?:%TLDS%)))",n.tpl_host_no_ip_fuzzy="(?:(?:(?:"+n.src_domain+")\\.)+(?:%TLDS%))",n.src_host_strict=n.src_host+n.src_host_terminator,n.tpl_host_fuzzy_strict=n.tpl_host_fuzzy+n.src_host_terminator,n.src_host_port_strict=n.src_host+n.src_port+n.src_host_terminator,n.tpl_host_port_fuzzy_strict=n.tpl_host_fuzzy+n.src_port+n.src_host_terminator,n.tpl_host_port_no_ip_fuzzy_strict=n.tpl_host_no_ip_fuzzy+n.src_port+n.src_host_terminator,n.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+n.src_ZPCc+"|>|$))",n.tpl_email_fuzzy="(^|"+a+'|"|\\(|'+n.src_ZCc+")("+n.src_email_name+"@"+n.tpl_host_fuzzy_strict+")",n.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+n.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+n.tpl_host_port_fuzzy_strict+n.src_path+")",n.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+n.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+n.tpl_host_port_no_ip_fuzzy_strict+n.src_path+")",n},"re");function Il(r){var n=Array.prototype.slice.call(arguments,1);return n.forEach(function(a){a&&Object.keys(a).forEach(function(s){r[s]=a[s]})}),r}v(Il,"assign");function Ys(r){return Object.prototype.toString.call(r)}v(Ys,"_class");function hm(r){return Ys(r)==="[object String]"}v(hm,"isString");function mm(r){return Ys(r)==="[object Object]"}v(mm,"isObject$2");function vm(r){return Ys(r)==="[object RegExp]"}v(vm,"isRegExp");function fp(r){return Ys(r)==="[object Function]"}v(fp,"isFunction");function gm(r){return r.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}v(gm,"escapeRE");var ym={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Em(r){return Object.keys(r||{}).reduce(function(n,a){return n||ym.hasOwnProperty(a)},!1)}v(Em,"isOptionsObj");var ly={"http:":{validate:function(r,n,a){var s=r.slice(n);return a.re.http||(a.re.http=new RegExp("^\\/\\/"+a.re.src_auth+a.re.src_host_port_strict+a.re.src_path,"i")),a.re.http.test(s)?s.match(a.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(r,n,a){var s=r.slice(n);return a.re.no_http||(a.re.no_http=new RegExp("^"+a.re.src_auth+"(?:localhost|(?:(?:"+a.re.src_domain+")\\.)+"+a.re.src_domain_root+")"+a.re.src_port+a.re.src_host_terminator+a.re.src_path,"i")),a.re.no_http.test(s)?n>=3&&r[n-3]===":"||n>=3&&r[n-3]==="/"?0:s.match(a.re.no_http)[0].length:0}},"mailto:":{validate:function(r,n,a){var s=r.slice(n);return a.re.mailto||(a.re.mailto=new RegExp("^"+a.re.src_email_name+"@"+a.re.src_host_strict,"i")),a.re.mailto.test(s)?s.match(a.re.mailto)[0].length:0}}},cy="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",fy="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function _m(r){r.__index__=-1,r.__text_cache__=""}v(_m,"resetScanCache");function bm(r){return function(n,a){var s=n.slice(a);return r.test(s)?s.match(r)[0].length:0}}v(bm,"createValidator");function pp(){return function(r,n){n.normalize(r)}}v(pp,"createNormalizer");function Js(r){var n=r.re=uy(r.__opts__),a=r.__tlds__.slice();r.onCompile(),r.__tlds_replaced__||a.push(cy),a.push(n.src_xn),n.src_tlds=a.join("|");function s(I){return I.replace("%TLDS%",n.src_tlds)}v(s,"untpl"),n.email_fuzzy=RegExp(s(n.tpl_email_fuzzy),"i"),n.link_fuzzy=RegExp(s(n.tpl_link_fuzzy),"i"),n.link_no_ip_fuzzy=RegExp(s(n.tpl_link_no_ip_fuzzy),"i"),n.host_fuzzy_test=RegExp(s(n.tpl_host_fuzzy_test),"i");var l=[];r.__compiled__={};function E(I,V){throw new Error('(LinkifyIt) Invalid schema "'+I+'": '+V)}v(E,"schemaError"),Object.keys(r.__schemas__).forEach(function(I){var V=r.__schemas__[I];if(V!==null){var K={validate:null,link:null};if(r.__compiled__[I]=K,mm(V)){vm(V.validate)?K.validate=bm(V.validate):fp(V.validate)?K.validate=V.validate:E(I,V),fp(V.normalize)?K.normalize=V.normalize:V.normalize?E(I,V):K.normalize=pp();return}if(hm(V)){l.push(I);return}E(I,V)}}),l.forEach(function(I){r.__compiled__[r.__schemas__[I]]&&(r.__compiled__[I].validate=r.__compiled__[r.__schemas__[I]].validate,r.__compiled__[I].normalize=r.__compiled__[r.__schemas__[I]].normalize)}),r.__compiled__[""]={validate:null,normalize:pp()};var S=Object.keys(r.__compiled__).filter(function(I){return I.length>0&&r.__compiled__[I]}).map(gm).join("|");r.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+n.src_ZPCc+"))("+S+")","i"),r.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+n.src_ZPCc+"))("+S+")","ig"),r.re.pretest=RegExp("("+r.re.schema_test.source+")|("+r.re.host_fuzzy_test.source+")|@","i"),_m(r)}v(Js,"compile");function Am(r,n){var a=r.__index__,s=r.__last_index__,l=r.__text_cache__.slice(a,s);this.schema=r.__schema__.toLowerCase(),this.index=a+n,this.lastIndex=s+n,this.raw=l,this.text=l,this.url=l}v(Am,"Match");function dp(r,n){var a=new Am(r,n);return r.__compiled__[a.schema].normalize(a,r),a}v(dp,"createMatch");function Rr(r,n){if(!(this instanceof Rr))return new Rr(r,n);n||Em(r)&&(n=r,r={}),this.__opts__=Il({},ym,n),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Il({},ly,r),this.__compiled__={},this.__tlds__=fy,this.__tlds_replaced__=!1,this.re={},Js(this)}v(Rr,"LinkifyIt$1"),Rr.prototype.add=v(function(n,a){return this.__schemas__[n]=a,Js(this),this},"add"),Rr.prototype.set=v(function(n){return this.__opts__=Il(this.__opts__,n),this},"set"),Rr.prototype.test=v(function(n){if(this.__text_cache__=n,this.__index__=-1,!n.length)return!1;var a,s,l,E,S,I,V,K,ue;if(this.re.schema_test.test(n)){for(V=this.re.schema_search,V.lastIndex=0;(a=V.exec(n))!==null;)if(E=this.testSchemaAt(n,a[2],V.lastIndex),E){this.__schema__=a[2],this.__index__=a.index+a[1].length,this.__last_index__=a.index+a[0].length+E;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(K=n.search(this.re.host_fuzzy_test),K>=0&&(this.__index__<0||K<this.__index__)&&(s=n.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(S=s.index+s[1].length,(this.__index__<0||S<this.__index__)&&(this.__schema__="",this.__index__=S,this.__last_index__=s.index+s[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(ue=n.indexOf("@"),ue>=0&&(l=n.match(this.re.email_fuzzy))!==null&&(S=l.index+l[1].length,I=l.index+l[0].length,(this.__index__<0||S<this.__index__||S===this.__index__&&I>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=S,this.__last_index__=I))),this.__index__>=0},"test"),Rr.prototype.pretest=v(function(n){return this.re.pretest.test(n)},"pretest"),Rr.prototype.testSchemaAt=v(function(n,a,s){return this.__compiled__[a.toLowerCase()]?this.__compiled__[a.toLowerCase()].validate(n,s,this):0},"testSchemaAt"),Rr.prototype.match=v(function(n){var a=0,s=[];this.__index__>=0&&this.__text_cache__===n&&(s.push(dp(this,a)),a=this.__last_index__);for(var l=a?n.slice(a):n;this.test(l);)s.push(dp(this,a)),l=l.slice(this.__last_index__),a+=this.__last_index__;return s.length?s:null},"match"),Rr.prototype.tlds=v(function(n,a){return n=Array.isArray(n)?n:[n],a?(this.__tlds__=this.__tlds__.concat(n).sort().filter(function(s,l,E){return s!==E[l-1]}).reverse(),Js(this),this):(this.__tlds__=n.slice(),this.__tlds_replaced__=!0,Js(this),this)},"tlds"),Rr.prototype.normalize=v(function(n){n.schema||(n.url="http://"+n.url),n.schema==="mailto:"&&!/^mailto:/i.test(n.url)&&(n.url="mailto:"+n.url)},"normalize"),Rr.prototype.onCompile=v(function(){},"onCompile");var py=Rr;const Va=2147483647,Ei=36,hp=1,Xs=26,dy=38,hy=700,Tm=72,Dm=128,Cm="-",my=/^xn--/,vy=/[^\0-\x7E]/,gy=/[\x2E\u3002\uFF0E\uFF61]/g,yy={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},mp=Ei-hp,_i=Math.floor,vp=String.fromCharCode;function bo(r){throw new RangeError(yy[r])}v(bo,"error");function xm(r,n){const a=[];let s=r.length;for(;s--;)a[s]=n(r[s]);return a}v(xm,"map");function gp(r,n){const a=r.split("@");let s="";a.length>1&&(s=a[0]+"@",r=a[1]),r=r.replace(gy,".");const l=r.split("."),E=xm(l,n).join(".");return s+E}v(gp,"mapDomain");function Nl(r){const n=[];let a=0;const s=r.length;for(;a<s;){const l=r.charCodeAt(a++);if(l>=55296&&l<=56319&&a<s){const E=r.charCodeAt(a++);(E&64512)==56320?n.push(((l&1023)<<10)+(E&1023)+65536):(n.push(l),a--)}else n.push(l)}return n}v(Nl,"ucs2decode");const km=v(r=>String.fromCodePoint(...r),"ucs2encode"),Ey=v(function(r){return r-48<10?r-22:r-65<26?r-65:r-97<26?r-97:Ei},"basicToDigit"),Sm=v(function(r,n){return r+22+75*(r<26)-((n!=0)<<5)},"digitToBasic"),wm=v(function(r,n,a){let s=0;for(r=a?_i(r/hy):r>>1,r+=_i(r/n);r>mp*Xs>>1;s+=Ei)r=_i(r/mp);return _i(s+(mp+1)*r/(r+dy))},"adapt"),yp=v(function(r){const n=[],a=r.length;let s=0,l=Dm,E=Tm,S=r.lastIndexOf(Cm);S<0&&(S=0);for(let I=0;I<S;++I)r.charCodeAt(I)>=128&&bo("not-basic"),n.push(r.charCodeAt(I));for(let I=S>0?S+1:0;I<a;){let V=s;for(let ue=1,me=Ei;;me+=Ei){I>=a&&bo("invalid-input");const ye=Ey(r.charCodeAt(I++));(ye>=Ei||ye>_i((Va-s)/ue))&&bo("overflow"),s+=ye*ue;const ve=me<=E?hp:me>=E+Xs?Xs:me-E;if(ye<ve)break;const Ke=Ei-ve;ue>_i(Va/Ke)&&bo("overflow"),ue*=Ke}const K=n.length+1;E=wm(s-V,K,V==0),_i(s/K)>Va-l&&bo("overflow"),l+=_i(s/K),s%=K,n.splice(s++,0,l)}return String.fromCodePoint(...n)},"decode"),Ep=v(function(r){const n=[];r=Nl(r);let a=r.length,s=Dm,l=0,E=Tm;for(const V of r)V<128&&n.push(vp(V));let S=n.length,I=S;for(S&&n.push(Cm);I<a;){let V=Va;for(const ue of r)ue>=s&&ue<V&&(V=ue);const K=I+1;V-s>_i((Va-l)/K)&&bo("overflow"),l+=(V-s)*K,s=V;for(const ue of r)if(ue<s&&++l>Va&&bo("overflow"),ue==s){let me=l;for(let ye=Ei;;ye+=Ei){const ve=ye<=E?hp:ye>=E+Xs?Xs:ye-E;if(me<ve)break;const Ke=me-ve,He=Ei-ve;n.push(vp(Sm(ve+Ke%He,0))),me=_i(Ke/He)}n.push(vp(Sm(me,0))),E=wm(l,K,I==S),l=0,++I}++l,++s}return n.join("")},"encode"),Om=v(function(r){return gp(r,function(n){return my.test(n)?yp(n.slice(4).toLowerCase()):n})},"toUnicode"),Im=v(function(r){return gp(r,function(n){return vy.test(n)?"xn--"+Ep(n):n})},"toASCII"),_y={version:"2.1.0",ucs2:{decode:Nl,encode:km},decode:yp,encode:Ep,toASCII:Im,toUnicode:Om};var by=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",ucs2decode:Nl,ucs2encode:km,decode:yp,encode:Ep,toASCII:Im,toUnicode:Om,default:_y}),Ay=J(by),Ty={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Dy={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}},Cy={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}},eu=ie,xy=Al,ky=Wg,Sy=a0,wy=L0,Oy=sy,Iy=py,Xo=Fa,Nm=Ay,Ny={default:Ty,zero:Dy,commonmark:Cy},Py=/^(vbscript|javascript|file|data):/,My=/^data:image\/(gif|png|jpeg|webp);/;function Pm(r){var n=r.trim().toLowerCase();return Py.test(n)?!!My.test(n):!0}v(Pm,"validateLink");var Mm=["http:","https:","mailto:"];function Rm(r){var n=Xo.parse(r,!0);if(n.hostname&&(!n.protocol||Mm.indexOf(n.protocol)>=0))try{n.hostname=Nm.toASCII(n.hostname)}catch{}return Xo.encode(Xo.format(n))}v(Rm,"normalizeLink");function Fm(r){var n=Xo.parse(r,!0);if(n.hostname&&(!n.protocol||Mm.indexOf(n.protocol)>=0))try{n.hostname=Nm.toUnicode(n.hostname)}catch{}return Xo.decode(Xo.format(n),Xo.decode.defaultChars+"%")}v(Fm,"normalizeLinkText");function Fr(r,n){if(!(this instanceof Fr))return new Fr(r,n);n||eu.isString(r)||(n=r||{},r="default"),this.inline=new Oy,this.block=new wy,this.core=new Sy,this.renderer=new ky,this.linkify=new Iy,this.validateLink=Pm,this.normalizeLink=Rm,this.normalizeLinkText=Fm,this.utils=eu,this.helpers=eu.assign({},xy),this.options={},this.configure(r),n&&this.set(n)}v(Fr,"MarkdownIt"),Fr.prototype.set=function(r){return eu.assign(this.options,r),this},Fr.prototype.configure=function(r){var n=this,a;if(eu.isString(r)&&(a=r,r=Ny[a],!r))throw new Error('Wrong `markdown-it` preset "'+a+'", check name');if(!r)throw new Error("Wrong `markdown-it` preset, can't be empty");return r.options&&n.set(r.options),r.components&&Object.keys(r.components).forEach(function(s){r.components[s].rules&&n[s].ruler.enableOnly(r.components[s].rules),r.components[s].rules2&&n[s].ruler2.enableOnly(r.components[s].rules2)}),this},Fr.prototype.enable=function(r,n){var a=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(l){a=a.concat(this[l].ruler.enable(r,!0))},this),a=a.concat(this.inline.ruler2.enable(r,!0));var s=r.filter(function(l){return a.indexOf(l)<0});if(s.length&&!n)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+s);return this},Fr.prototype.disable=function(r,n){var a=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(l){a=a.concat(this[l].ruler.disable(r,!0))},this),a=a.concat(this.inline.ruler2.disable(r,!0));var s=r.filter(function(l){return a.indexOf(l)<0});if(s.length&&!n)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+s);return this},Fr.prototype.use=function(r){var n=[this].concat(Array.prototype.slice.call(arguments,1));return r.apply(r,n),this},Fr.prototype.parse=function(r,n){if(typeof r!="string")throw new Error("Input data should be a String");var a=new this.core.State(r,this,n);return this.core.process(a),a.tokens},Fr.prototype.render=function(r,n){return n=n||{},this.renderer.render(this.parse(r,n),this.options,n)},Fr.prototype.parseInline=function(r,n){var a=new this.core.State(r,this,n);return a.inlineMode=!0,this.core.process(a),a.tokens},Fr.prototype.renderInline=function(r,n){return n=n||{},this.renderer.render(this.parseInline(r,n),this.options,n)};var Ry=Fr,Fy=Ry;const _p=new Fy;var Ly=Object.defineProperty,By=v((r,n)=>Ly(r,"name",{value:n,configurable:!0}),"__name$j");const Pl="graphiql",Ml="sublime";let Lm=!1;typeof window=="object"&&(Lm=window.navigator.platform.toLowerCase().indexOf("mac")===0);const Rl={[Lm?"Cmd-F":"Ctrl-F"]:"findPersistent","Cmd-G":"findPersistent","Ctrl-G":"findPersistent","Ctrl-Left":"goSubwordLeft","Ctrl-Right":"goSubwordRight","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight"};async function ea(r,n){const a=await o.e(480).then(o.bind(o,7480)).then(function(s){return s.c}).then(s=>typeof s=="function"?s:s.default);return await Promise.all((n==null?void 0:n.useCommonAddons)===!1?r:[Promise.all([o.e(480),o.e(79)]).then(o.bind(o,6079)).then(function(s){return s.s}),Promise.all([o.e(480),o.e(980)]).then(o.bind(o,4980)).then(function(s){return s.m}),Promise.all([o.e(480),o.e(845)]).then(o.bind(o,845)).then(function(s){return s.c}),Promise.all([o.e(480),o.e(768)]).then(o.bind(o,768)).then(function(s){return s.b}),Promise.all([o.e(480),o.e(739)]).then(o.bind(o,5739)).then(function(s){return s.f}),Promise.all([o.e(480),o.e(481)]).then(o.bind(o,7481)).then(function(s){return s.l}),Promise.all([o.e(480),o.e(105)]).then(o.bind(o,6105)).then(function(s){return s.s}),Promise.all([o.e(480),o.e(198)]).then(o.bind(o,2198)).then(function(s){return s.j}),Promise.all([o.e(480),o.e(744)]).then(o.bind(o,9744)).then(function(s){return s.d}),Promise.all([o.e(480),o.e(571)]).then(o.bind(o,3571)).then(function(s){return s.s}),...r]),a}v(ea,"importCodeMirror"),By(ea,"importCodeMirror");var jy=Object.defineProperty,Fl=v((r,n)=>jy(r,"name",{value:n,configurable:!0}),"__name$i");function bp(r,n,a,s){ea([],{useCommonAddons:!1}).then(E=>{let S,I;E.on(n,"select",(V,K)=>{if(!S){const ye=K.parentNode;S=document.createElement("div"),S.className="CodeMirror-hint-information",S.addEventListener("click",l),ye.appendChild(S),I=document.createElement("div"),I.className="CodeMirror-hint-deprecation",ye.appendChild(I);let ve;ye.addEventListener("DOMNodeRemoved",ve=Fl(Ke=>{Ke.target===ye&&(ye.removeEventListener("DOMNodeRemoved",ve),S&&S.removeEventListener("click",l),S=null,I=null,ve=null)},"onRemoveFn"))}const ue=V.description?_p.render(V.description):"Self descriptive.",me=V.type?'<span class="infoType">'+nu(V.type)+"</span>":"";if(S.innerHTML='<div class="content">'+(ue.slice(0,3)==="<p>"?"<p>"+me+ue.slice(3):me+ue)+"</div>",V&&I&&V.deprecationReason){const ye=V.deprecationReason?_p.render(V.deprecationReason):"";I.innerHTML='<span class="deprecation-label">Deprecated</span>'+ye,I.style.display="block"}else I&&(I.style.display="none")})});function l(E){if(!a||!s||!(E.currentTarget instanceof HTMLElement)||E.currentTarget.className!=="typeName")return;const S=E.currentTarget.innerHTML,I=a.getType(S);I&&(s.show(),s.push({name:I.name,def:I}))}v(l,"onClickHintInformation"),Fl(l,"onClickHintInformation")}v(bp,"onHasCompletion"),Fl(bp,"onHasCompletion");function nu(r){return(0,b.zM)(r)?`${nu(r.ofType)}!`:(0,b.HG)(r)?`[${nu(r.ofType)}]`:`<a class="typeName">${q(r.name)}</a>`}v(nu,"renderType"),Fl(nu,"renderType");var Ap={exports:{}},tu={};/*
24
+ object-assign
25
+ (c) Sindre Sorhus
26
+ @license MIT
27
+ */var Bm=Object.getOwnPropertySymbols,Uy=Object.prototype.hasOwnProperty,Vy=Object.prototype.propertyIsEnumerable;function jm(r){if(r==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}v(jm,"toObject");function Um(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de",Object.getOwnPropertyNames(r)[0]==="5")return!1;for(var n={},a=0;a<10;a++)n["_"+String.fromCharCode(a)]=a;var s=Object.getOwnPropertyNames(n).map(function(E){return n[E]});if(s.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(E){l[E]=E}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}v(Um,"shouldUseNative"),Um();/** @license React v17.0.2
28
+ * react-jsx-runtime.production.min.js
29
+ *
30
+ * Copyright (c) Facebook, Inc. and its affiliates.
31
+ *
32
+ * This source code is licensed under the MIT license found in the
33
+ * LICENSE file in the root directory of this source tree.
34
+ */var zy=g,Vm=60103;if(tu.Fragment=60107,typeof Symbol=="function"&&Symbol.for){var zm=Symbol.for;Vm=zm("react.element"),tu.Fragment=zm("react.fragment")}var Wy=zy.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Gy=Object.prototype.hasOwnProperty,Zy={key:!0,ref:!0,__self:!0,__source:!0};function Tp(r,n,a){var s,l={},E=null,S=null;a!==void 0&&(E=""+a),n.key!==void 0&&(E=""+n.key),n.ref!==void 0&&(S=n.ref);for(s in n)Gy.call(n,s)&&!Zy.hasOwnProperty(s)&&(l[s]=n[s]);if(r&&r.defaultProps)for(s in n=r.defaultProps,n)l[s]===void 0&&(l[s]=n[s]);return{$$typeof:Vm,type:r,key:E,ref:S,props:l,_owner:Wy.current}}v(Tp,"q"),tu.jsx=Tp,tu.jsxs=Tp,Ap.exports=tu;const Vi=Ap.exports.jsx,Wm=Ap.exports.jsxs;var Ky=Object.defineProperty,Ll=v((r,n)=>Ky(r,"name",{value:n,configurable:!0}),"__name$h");function ru(r){var n;const[a,s]=(0,g.useState)({width:null,height:null}),[l,E]=(0,g.useState)(null),S=(0,g.useRef)(null),I=(n=Bl(r.token))==null?void 0:n.href;(0,g.useEffect)(()=>{if(S.current){if(!I){s({width:null,height:null}),E(null);return}fetch(I,{method:"HEAD"}).then(K=>{E(K.headers.get("Content-Type"))}).catch(()=>{E(null)})}},[I]);const V=a.width!==null&&a.height!==null?Wm("div",{children:[a.width,"x",a.height,l!==null?" "+l:null]}):null;return Wm("div",{children:[Vi("img",{onLoad:()=>{var K,ue,me,ye;s({width:(ue=(K=S.current)==null?void 0:K.naturalWidth)!=null?ue:null,height:(ye=(me=S.current)==null?void 0:me.naturalHeight)!=null?ye:null})},ref:S,src:I}),V]})}v(ru,"ImagePreview"),Ll(ru,"ImagePreview"),ru.shouldRender=Ll(v(function(n){const a=Bl(n);return a?Dp(a):!1},"shouldRender"),"shouldRender");function Bl(r){if(r.type!=="string")return;const n=r.string.slice(1).slice(0,-1).trim();try{const a=window.location;return new URL(n,a.protocol+"//"+a.host)}catch{return}}v(Bl,"tokenToURL"),Ll(Bl,"tokenToURL");function Dp(r){return/(bmp|gif|jpeg|jpg|png|svg)$/.test(r.pathname)}v(Dp,"isImageURL"),Ll(Dp,"isImageURL");function Cp(r){return typeof r=="object"&&typeof r.then=="function"}v(Cp,"isPromise");function Gm(r){return new Promise((n,a)=>{const s=r.subscribe({next:l=>{n(l),s.unsubscribe()},error:a,complete:()=>{a(new Error("no value resolved"))}})})}v(Gm,"observableToPromise");function xp(r){return typeof r=="object"&&"subscribe"in r&&typeof r.subscribe=="function"}v(xp,"isObservable");function kp(r){return typeof r=="object"&&r!==null&&(r[Symbol.toStringTag]==="AsyncGenerator"||Symbol.asyncIterator in r)}v(kp,"isAsyncIterable");function Zm(r){return new Promise((n,a)=>{var s;const l=(s=("return"in r?r:r[Symbol.asyncIterator]()).return)===null||s===void 0?void 0:s.bind(r);("next"in r?r:r[Symbol.asyncIterator]()).next.bind(r)().then(S=>{n(S.value),l==null||l()}).catch(S=>{a(S)})})}v(Zm,"asyncIterableToPromise");function Sp(r){return Promise.resolve(r).then(n=>kp(n)?Zm(n):xp(n)?Gm(n):n)}v(Sp,"fetcherReturnToPromise"),globalThis&&globalThis.__awaiter;var wp=globalThis&&globalThis.__await||function(r){return this instanceof wp?(this.v=r,this):new wp(r)};globalThis&&globalThis.__asyncValues,globalThis&&globalThis.__asyncGenerator;function jl(r){return JSON.stringify(r,null,2)}v(jl,"stringify");function Km(r){return Object.assign(Object.assign({},r),{message:r.message,stack:r.stack})}v(Km,"formatSingleError");function Op(r){return r instanceof Error?Km(r):r}v(Op,"handleSingleError");function na(r){return Array.isArray(r)?jl({errors:r.map(n=>Op(n))}):jl({errors:[Op(r)]})}v(na,"formatError");function Ul(r){return jl(r)}v(Ul,"formatResult");function qm(r,n,a){const s=[];if(!r||!n)return{insertions:s,result:n};let l;try{l=(0,m.Qc)(n)}catch{return{insertions:s,result:n}}const E=a||Hm,S=new d.a(r);return(0,u.Vn)(l,{leave(I){S.leave(I)},enter(I){if(S.enter(I),I.kind==="Field"&&!I.selectionSet){const V=S.getType(),K=Ip(Ym(V),E);if(K&&I.loc){const ue=$m(n,I.loc.start);s.push({index:I.loc.end,string:" "+(0,p.S)(K).replace(/\n/g,`
35
+ `+ue)})}}}}),{insertions:s,result:Qm(n,s)}}v(qm,"fillLeafs");function Hm(r){if(!("getFields"in r))return[];const n=r.getFields();if(n.id)return["id"];if(n.edges)return["edges"];if(n.node)return["node"];const a=[];return Object.keys(n).forEach(s=>{(0,b.UT)(n[s].type)&&a.push(s)}),a}v(Hm,"defaultGetDefaultFieldNames");function Ip(r,n){const a=(0,b.xC)(r);if(!r||(0,b.UT)(r))return;const s=n(a);if(!(!Array.isArray(s)||s.length===0||!("getFields"in a)))return{kind:f.h.SELECTION_SET,selections:s.map(l=>{const E=a.getFields()[l],S=E?E.type:null;return{kind:f.h.FIELD,name:{kind:f.h.NAME,value:l},selectionSet:Ip(S,n)}})}}v(Ip,"buildSelectionSet");function Qm(r,n){if(n.length===0)return r;let a="",s=0;return n.forEach(({index:l,string:E})=>{a+=r.slice(s,l)+E,s=l}),a+=r.slice(s),a}v(Qm,"withInsertions");function $m(r,n){let a=n,s=n;for(;a;){const l=r.charCodeAt(a-1);if(l===10||l===13||l===8232||l===8233)break;a--,l!==9&&l!==11&&l!==12&&l!==32&&l!==160&&(s=a)}return r.substring(a,s)}v($m,"getIndentation");function Ym(r){if(r)return r}v(Ym,"isFieldType");function Jm(r,n){var a;const s=new Map,l=[];for(const E of r)if(E.kind==="Field"){const S=n(E),I=s.get(S);if(!((a=E.directives)===null||a===void 0)&&a.length){const V=Object.assign({},E);l.push(V)}else if(I!=null&&I.selectionSet&&E.selectionSet)I.selectionSet.selections=[...I.selectionSet.selections,...E.selectionSet.selections];else if(!I){const V=Object.assign({},E);s.set(S,V),l.push(V)}}else l.push(E);return l}v(Jm,"uniqueBy");function Np(r,n,a){var s;const l=a?(0,b.xC)(a).name:null,E=[],S=[];for(let I of n){if(I.kind==="FragmentSpread"){const V=I.name.value;if(!I.directives||I.directives.length===0){if(S.indexOf(V)>=0)continue;S.push(V)}const K=r[I.name.value];if(K){const{typeCondition:ue,directives:me,selectionSet:ye}=K;I={kind:f.h.INLINE_FRAGMENT,typeCondition:ue,directives:me,selectionSet:ye}}}if(I.kind===f.h.INLINE_FRAGMENT&&(!I.directives||((s=I.directives)===null||s===void 0?void 0:s.length)===0)){const V=I.typeCondition?I.typeCondition.name.value:null;if(!V||V===l){E.push(...Np(r,I.selectionSet.selections,a));continue}}E.push(I)}return E}v(Np,"inlineRelevantFragmentSpreads");function Xm(r,n){const a=n?new d.a(n):null,s=Object.create(null);for(const E of r.definitions)E.kind===f.h.FRAGMENT_DEFINITION&&(s[E.name.value]=E);const l={SelectionSet(E){const S=a?a.getParentType():null;let{selections:I}=E;return I=Np(s,I,S),I=Jm(I,V=>V.alias?V.alias.value:V.name.value),Object.assign(Object.assign({},E),{selections:I})},FragmentDefinition(){return null}};return(0,u.Vn)(r,a?(0,d.y)(a,l):l)}v(Xm,"mergeAst");function ev(r,n,a){if(!a||a.length<1)return;const s=a.map(l=>{var E;return(E=l.name)===null||E===void 0?void 0:E.value});if(n&&s.indexOf(n)!==-1)return n;if(n&&r){const E=r.map(S=>{var I;return(I=S.name)===null||I===void 0?void 0:I.value}).indexOf(n);if(E!==-1&&E<s.length)return s[E]}return s[0]}v(ev,"getSelectedOperationName");function nv(r,n){return n instanceof DOMException&&(n.code===22||n.code===1014||n.name==="QuotaExceededError"||n.name==="NS_ERROR_DOM_QUOTA_REACHED")&&r.length!==0}v(nv,"isQuotaError");class Vl{constructor(n){n?this.storage=n:n===null?this.storage=null:this.storage=typeof window<"u"?window.localStorage:null}get(n){if(!this.storage)return null;const a=`${tv}:${n}`,s=this.storage.getItem(a);return s==="null"||s==="undefined"?(this.storage.removeItem(a),null):s||null}set(n,a){let s=!1,l=null;if(this.storage){const E=`${tv}:${n}`;if(a)try{this.storage.setItem(E,a)}catch(S){l=S instanceof Error?S:new Error(`${S}`),s=nv(this.storage,S)}else this.storage.removeItem(E)}return{isQuotaError:s,error:l}}}v(Vl,"StorageAPI");const tv="graphiql";class Pp{constructor(n,a,s=null){this.key=n,this.storage=a,this.maxSize=s,this.items=this.fetchAll()}get length(){return this.items.length}contains(n){return this.items.some(a=>a.query===n.query&&a.variables===n.variables&&a.headers===n.headers&&a.operationName===n.operationName)}edit(n){const a=this.items.findIndex(s=>s.query===n.query&&s.variables===n.variables&&s.headers===n.headers&&s.operationName===n.operationName);a!==-1&&(this.items.splice(a,1,n),this.save())}delete(n){const a=this.items.findIndex(s=>s.query===n.query&&s.variables===n.variables&&s.headers===n.headers&&s.operationName===n.operationName);a!==-1&&(this.items.splice(a,1),this.save())}fetchRecent(){return this.items[this.items.length-1]}fetchAll(){const n=this.storage.get(this.key);return n?JSON.parse(n)[this.key]:[]}push(n){const a=[...this.items,n];this.maxSize&&a.length>this.maxSize&&a.shift();for(let s=0;s<5;s++){const l=this.storage.set(this.key,JSON.stringify({[this.key]:a}));if(!l||!l.error)this.items=a;else if(l.isQuotaError&&this.maxSize)a.shift();else return}}save(){this.storage.set(this.key,JSON.stringify({[this.key]:this.items}))}}v(Pp,"QueryStore");const qy=1e5;class rv{constructor(n,a){this.storage=n,this.maxHistoryLength=a,this.updateHistory=(s,l,E,S)=>{if(this.shouldSaveQuery(s,l,E,this.history.fetchRecent())){this.history.push({query:s,variables:l,headers:E,operationName:S});const I=this.history.items,V=this.favorite.items;this.queries=I.concat(V)}},this.history=new Pp("queries",this.storage,this.maxHistoryLength),this.favorite=new Pp("favorites",this.storage,null),this.queries=[...this.history.fetchAll(),...this.favorite.fetchAll()]}shouldSaveQuery(n,a,s,l){if(!n)return!1;try{(0,m.Qc)(n)}catch{return!1}return n.length>qy?!1:l?!(JSON.stringify(n)===JSON.stringify(l.query)&&(JSON.stringify(a)===JSON.stringify(l.variables)&&(JSON.stringify(s)===JSON.stringify(l.headers)||s&&!l.headers)||a&&!l.variables)):!0}toggleFavorite(n,a,s,l,E,S){const I={query:n,variables:a,headers:s,operationName:l,label:E};this.favorite.contains(I)?S&&(I.favorite=!1,this.favorite.delete(I)):(I.favorite=!0,this.favorite.push(I)),this.queries=[...this.history.items,...this.favorite.items]}editLabel(n,a,s,l,E,S){const I={query:n,variables:a,headers:s,operationName:l,label:E};S?this.favorite.edit(Object.assign(Object.assign({},I),{favorite:S})):this.history.edit(I),this.queries=[...this.history.items,...this.favorite.items]}}v(rv,"HistoryStore");var Hy=Object.defineProperty,Mp=v((r,n)=>Hy(r,"name",{value:n,configurable:!0}),"__name$g");function Ao(r){const n=(0,g.createContext)(null);return n.displayName=r,n}v(Ao,"createNullableContext"),Mp(Ao,"createNullableContext");function To(r){function n(a){var s;const l=(0,g.useContext)(r);if(l===null&&(a!=null&&a.nonNull))throw new Error(`Tried to use \`${((s=a.caller)==null?void 0:s.name)||n.caller.name}\` without the necessary context. Make sure to render the \`${r.displayName}Provider\` component higher up the tree.`);return l}return v(n,"useGivenContext"),Mp(n,"useGivenContext"),Object.defineProperty(n,"name",{value:`use${r.displayName}`}),n}v(To,"createContextHook"),Mp(To,"createContextHook");var Qy=Object.defineProperty,$y=v((r,n)=>Qy(r,"name",{value:n,configurable:!0}),"__name$f");const iv=Ao("StorageContext");function Rp(r){const n=(0,g.useRef)(!0),[a,s]=(0,g.useState)(new Vl(r.storage));return(0,g.useEffect)(()=>{n.current?n.current=!1:s(new Vl(r.storage))},[r.storage]),Vi(iv.Provider,{value:a,children:r.children})}v(Rp,"StorageContextProvider"),$y(Rp,"StorageContextProvider");const ta=To(iv);var ov;(function(r){function n(a){return typeof a=="string"}v(n,"is"),r.is=n})(ov||(ov={}));var Fp;(function(r){function n(a){return typeof a=="string"}v(n,"is"),r.is=n})(Fp||(Fp={}));var av;(function(r){r.MIN_VALUE=-2147483648,r.MAX_VALUE=2147483647;function n(a){return typeof a=="number"&&r.MIN_VALUE<=a&&a<=r.MAX_VALUE}v(n,"is"),r.is=n})(av||(av={}));var zl;(function(r){r.MIN_VALUE=0,r.MAX_VALUE=2147483647;function n(a){return typeof a=="number"&&r.MIN_VALUE<=a&&a<=r.MAX_VALUE}v(n,"is"),r.is=n})(zl||(zl={}));var ii;(function(r){function n(s,l){return s===Number.MAX_VALUE&&(s=zl.MAX_VALUE),l===Number.MAX_VALUE&&(l=zl.MAX_VALUE),{line:s,character:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Pe.uinteger(l.line)&&Pe.uinteger(l.character)}v(a,"is"),r.is=a})(ii||(ii={}));var Jt;(function(r){function n(s,l,E,S){if(Pe.uinteger(s)&&Pe.uinteger(l)&&Pe.uinteger(E)&&Pe.uinteger(S))return{start:ii.create(s,l),end:ii.create(E,S)};if(ii.is(s)&&ii.is(l))return{start:s,end:l};throw new Error("Range#create called with invalid arguments[".concat(s,", ").concat(l,", ").concat(E,", ").concat(S,"]"))}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&ii.is(l.start)&&ii.is(l.end)}v(a,"is"),r.is=a})(Jt||(Jt={}));var Wl;(function(r){function n(s,l){return{uri:s,range:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Jt.is(l.range)&&(Pe.string(l.uri)||Pe.undefined(l.uri))}v(a,"is"),r.is=a})(Wl||(Wl={}));var sv;(function(r){function n(s,l,E,S){return{targetUri:s,targetRange:l,targetSelectionRange:E,originSelectionRange:S}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Jt.is(l.targetRange)&&Pe.string(l.targetUri)&&Jt.is(l.targetSelectionRange)&&(Jt.is(l.originSelectionRange)||Pe.undefined(l.originSelectionRange))}v(a,"is"),r.is=a})(sv||(sv={}));var Lp;(function(r){function n(s,l,E,S){return{red:s,green:l,blue:E,alpha:S}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Pe.numberRange(l.red,0,1)&&Pe.numberRange(l.green,0,1)&&Pe.numberRange(l.blue,0,1)&&Pe.numberRange(l.alpha,0,1)}v(a,"is"),r.is=a})(Lp||(Lp={}));var uv;(function(r){function n(s,l){return{range:s,color:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Jt.is(l.range)&&Lp.is(l.color)}v(a,"is"),r.is=a})(uv||(uv={}));var lv;(function(r){function n(s,l,E){return{label:s,textEdit:l,additionalTextEdits:E}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Pe.string(l.label)&&(Pe.undefined(l.textEdit)||zi.is(l))&&(Pe.undefined(l.additionalTextEdits)||Pe.typedArray(l.additionalTextEdits,zi.is))}v(a,"is"),r.is=a})(lv||(lv={}));var cv;(function(r){r.Comment="comment",r.Imports="imports",r.Region="region"})(cv||(cv={}));var fv;(function(r){function n(s,l,E,S,I,V){var K={startLine:s,endLine:l};return Pe.defined(E)&&(K.startCharacter=E),Pe.defined(S)&&(K.endCharacter=S),Pe.defined(I)&&(K.kind=I),Pe.defined(V)&&(K.collapsedText=V),K}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Pe.uinteger(l.startLine)&&Pe.uinteger(l.startLine)&&(Pe.undefined(l.startCharacter)||Pe.uinteger(l.startCharacter))&&(Pe.undefined(l.endCharacter)||Pe.uinteger(l.endCharacter))&&(Pe.undefined(l.kind)||Pe.string(l.kind))}v(a,"is"),r.is=a})(fv||(fv={}));var Bp;(function(r){function n(s,l){return{location:s,message:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Wl.is(l.location)&&Pe.string(l.message)}v(a,"is"),r.is=a})(Bp||(Bp={}));var pv;(function(r){r.Error=1,r.Warning=2,r.Information=3,r.Hint=4})(pv||(pv={}));var dv;(function(r){r.Unnecessary=1,r.Deprecated=2})(dv||(dv={}));var hv;(function(r){function n(a){var s=a;return Pe.objectLiteral(s)&&Pe.string(s.href)}v(n,"is"),r.is=n})(hv||(hv={}));var Gl;(function(r){function n(s,l,E,S,I,V){var K={range:s,message:l};return Pe.defined(E)&&(K.severity=E),Pe.defined(S)&&(K.code=S),Pe.defined(I)&&(K.source=I),Pe.defined(V)&&(K.relatedInformation=V),K}v(n,"create"),r.create=n;function a(s){var l,E=s;return Pe.defined(E)&&Jt.is(E.range)&&Pe.string(E.message)&&(Pe.number(E.severity)||Pe.undefined(E.severity))&&(Pe.integer(E.code)||Pe.string(E.code)||Pe.undefined(E.code))&&(Pe.undefined(E.codeDescription)||Pe.string((l=E.codeDescription)===null||l===void 0?void 0:l.href))&&(Pe.string(E.source)||Pe.undefined(E.source))&&(Pe.undefined(E.relatedInformation)||Pe.typedArray(E.relatedInformation,Bp.is))}v(a,"is"),r.is=a})(Gl||(Gl={}));var za;(function(r){function n(s,l){for(var E=[],S=2;S<arguments.length;S++)E[S-2]=arguments[S];var I={title:s,command:l};return Pe.defined(E)&&E.length>0&&(I.arguments=E),I}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.string(l.title)&&Pe.string(l.command)}v(a,"is"),r.is=a})(za||(za={}));var zi;(function(r){function n(E,S){return{range:E,newText:S}}v(n,"replace"),r.replace=n;function a(E,S){return{range:{start:E,end:E},newText:S}}v(a,"insert"),r.insert=a;function s(E){return{range:E,newText:""}}v(s,"del"),r.del=s;function l(E){var S=E;return Pe.objectLiteral(S)&&Pe.string(S.newText)&&Jt.is(S.range)}v(l,"is"),r.is=l})(zi||(zi={}));var Wa;(function(r){function n(s,l,E){var S={label:s};return l!==void 0&&(S.needsConfirmation=l),E!==void 0&&(S.description=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Pe.string(l.label)&&(Pe.boolean(l.needsConfirmation)||l.needsConfirmation===void 0)&&(Pe.string(l.description)||l.description===void 0)}v(a,"is"),r.is=a})(Wa||(Wa={}));var yr;(function(r){function n(a){var s=a;return Pe.string(s)}v(n,"is"),r.is=n})(yr||(yr={}));var Do;(function(r){function n(E,S,I){return{range:E,newText:S,annotationId:I}}v(n,"replace"),r.replace=n;function a(E,S,I){return{range:{start:E,end:E},newText:S,annotationId:I}}v(a,"insert"),r.insert=a;function s(E,S){return{range:E,newText:"",annotationId:S}}v(s,"del"),r.del=s;function l(E){var S=E;return zi.is(S)&&(Wa.is(S.annotationId)||yr.is(S.annotationId))}v(l,"is"),r.is=l})(Do||(Do={}));var Zl;(function(r){function n(s,l){return{textDocument:s,edits:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&ql.is(l.textDocument)&&Array.isArray(l.edits)}v(a,"is"),r.is=a})(Zl||(Zl={}));var iu;(function(r){function n(s,l,E){var S={kind:"create",uri:s};return l!==void 0&&(l.overwrite!==void 0||l.ignoreIfExists!==void 0)&&(S.options=l),E!==void 0&&(S.annotationId=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return l&&l.kind==="create"&&Pe.string(l.uri)&&(l.options===void 0||(l.options.overwrite===void 0||Pe.boolean(l.options.overwrite))&&(l.options.ignoreIfExists===void 0||Pe.boolean(l.options.ignoreIfExists)))&&(l.annotationId===void 0||yr.is(l.annotationId))}v(a,"is"),r.is=a})(iu||(iu={}));var ou;(function(r){function n(s,l,E,S){var I={kind:"rename",oldUri:s,newUri:l};return E!==void 0&&(E.overwrite!==void 0||E.ignoreIfExists!==void 0)&&(I.options=E),S!==void 0&&(I.annotationId=S),I}v(n,"create"),r.create=n;function a(s){var l=s;return l&&l.kind==="rename"&&Pe.string(l.oldUri)&&Pe.string(l.newUri)&&(l.options===void 0||(l.options.overwrite===void 0||Pe.boolean(l.options.overwrite))&&(l.options.ignoreIfExists===void 0||Pe.boolean(l.options.ignoreIfExists)))&&(l.annotationId===void 0||yr.is(l.annotationId))}v(a,"is"),r.is=a})(ou||(ou={}));var au;(function(r){function n(s,l,E){var S={kind:"delete",uri:s};return l!==void 0&&(l.recursive!==void 0||l.ignoreIfNotExists!==void 0)&&(S.options=l),E!==void 0&&(S.annotationId=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return l&&l.kind==="delete"&&Pe.string(l.uri)&&(l.options===void 0||(l.options.recursive===void 0||Pe.boolean(l.options.recursive))&&(l.options.ignoreIfNotExists===void 0||Pe.boolean(l.options.ignoreIfNotExists)))&&(l.annotationId===void 0||yr.is(l.annotationId))}v(a,"is"),r.is=a})(au||(au={}));var jp;(function(r){function n(a){var s=a;return s&&(s.changes!==void 0||s.documentChanges!==void 0)&&(s.documentChanges===void 0||s.documentChanges.every(function(l){return Pe.string(l.kind)?iu.is(l)||ou.is(l)||au.is(l):Zl.is(l)}))}v(n,"is"),r.is=n})(jp||(jp={}));var Kl=function(){function r(n,a){this.edits=n,this.changeAnnotations=a}return v(r,"TextEditChangeImpl"),r.prototype.insert=function(n,a,s){var l,E;if(s===void 0?l=zi.insert(n,a):yr.is(s)?(E=s,l=Do.insert(n,a,s)):(this.assertChangeAnnotations(this.changeAnnotations),E=this.changeAnnotations.manage(s),l=Do.insert(n,a,E)),this.edits.push(l),E!==void 0)return E},r.prototype.replace=function(n,a,s){var l,E;if(s===void 0?l=zi.replace(n,a):yr.is(s)?(E=s,l=Do.replace(n,a,s)):(this.assertChangeAnnotations(this.changeAnnotations),E=this.changeAnnotations.manage(s),l=Do.replace(n,a,E)),this.edits.push(l),E!==void 0)return E},r.prototype.delete=function(n,a){var s,l;if(a===void 0?s=zi.del(n):yr.is(a)?(l=a,s=Do.del(n,a)):(this.assertChangeAnnotations(this.changeAnnotations),l=this.changeAnnotations.manage(a),s=Do.del(n,l)),this.edits.push(s),l!==void 0)return l},r.prototype.add=function(n){this.edits.push(n)},r.prototype.all=function(){return this.edits},r.prototype.clear=function(){this.edits.splice(0,this.edits.length)},r.prototype.assertChangeAnnotations=function(n){if(n===void 0)throw new Error("Text edit change is not configured to manage change annotations.")},r}(),mv=function(){function r(n){this._annotations=n===void 0?Object.create(null):n,this._counter=0,this._size=0}return v(r,"ChangeAnnotations"),r.prototype.all=function(){return this._annotations},Object.defineProperty(r.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),r.prototype.manage=function(n,a){var s;if(yr.is(n)?s=n:(s=this.nextId(),a=n),this._annotations[s]!==void 0)throw new Error("Id ".concat(s," is already in use."));if(a===void 0)throw new Error("No annotation provided for id ".concat(s));return this._annotations[s]=a,this._size++,s},r.prototype.nextId=function(){return this._counter++,this._counter.toString()},r}();(function(){function r(n){var a=this;this._textEditChanges=Object.create(null),n!==void 0?(this._workspaceEdit=n,n.documentChanges?(this._changeAnnotations=new mv(n.changeAnnotations),n.changeAnnotations=this._changeAnnotations.all(),n.documentChanges.forEach(function(s){if(Zl.is(s)){var l=new Kl(s.edits,a._changeAnnotations);a._textEditChanges[s.textDocument.uri]=l}})):n.changes&&Object.keys(n.changes).forEach(function(s){var l=new Kl(n.changes[s]);a._textEditChanges[s]=l})):this._workspaceEdit={}}return v(r,"WorkspaceChange"),Object.defineProperty(r.prototype,"edit",{get:function(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),r.prototype.getTextEditChange=function(n){if(ql.is(n)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var a={uri:n.uri,version:n.version},s=this._textEditChanges[a.uri];if(!s){var l=[],E={textDocument:a,edits:l};this._workspaceEdit.documentChanges.push(E),s=new Kl(l,this._changeAnnotations),this._textEditChanges[a.uri]=s}return s}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");var s=this._textEditChanges[n];if(!s){var l=[];this._workspaceEdit.changes[n]=l,s=new Kl(l),this._textEditChanges[n]=s}return s}},r.prototype.initDocumentChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new mv,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},r.prototype.initChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))},r.prototype.createFile=function(n,a,s){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var l;Wa.is(a)||yr.is(a)?l=a:s=a;var E,S;if(l===void 0?E=iu.create(n,s):(S=yr.is(l)?l:this._changeAnnotations.manage(l),E=iu.create(n,s,S)),this._workspaceEdit.documentChanges.push(E),S!==void 0)return S},r.prototype.renameFile=function(n,a,s,l){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var E;Wa.is(s)||yr.is(s)?E=s:l=s;var S,I;if(E===void 0?S=ou.create(n,a,l):(I=yr.is(E)?E:this._changeAnnotations.manage(E),S=ou.create(n,a,l,I)),this._workspaceEdit.documentChanges.push(S),I!==void 0)return I},r.prototype.deleteFile=function(n,a,s){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var l;Wa.is(a)||yr.is(a)?l=a:s=a;var E,S;if(l===void 0?E=au.create(n,s):(S=yr.is(l)?l:this._changeAnnotations.manage(l),E=au.create(n,s,S)),this._workspaceEdit.documentChanges.push(E),S!==void 0)return S},r})();var vv;(function(r){function n(s){return{uri:s}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.string(l.uri)}v(a,"is"),r.is=a})(vv||(vv={}));var gv;(function(r){function n(s,l){return{uri:s,version:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.string(l.uri)&&Pe.integer(l.version)}v(a,"is"),r.is=a})(gv||(gv={}));var ql;(function(r){function n(s,l){return{uri:s,version:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.string(l.uri)&&(l.version===null||Pe.integer(l.version))}v(a,"is"),r.is=a})(ql||(ql={}));var yv;(function(r){function n(s,l,E,S){return{uri:s,languageId:l,version:E,text:S}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.string(l.uri)&&Pe.string(l.languageId)&&Pe.integer(l.version)&&Pe.string(l.text)}v(a,"is"),r.is=a})(yv||(yv={}));var Up;(function(r){r.PlainText="plaintext",r.Markdown="markdown";function n(a){var s=a;return s===r.PlainText||s===r.Markdown}v(n,"is"),r.is=n})(Up||(Up={}));var su;(function(r){function n(a){var s=a;return Pe.objectLiteral(a)&&Up.is(s.kind)&&Pe.string(s.value)}v(n,"is"),r.is=n})(su||(su={}));var Ev;(function(r){r.Text=1,r.Method=2,r.Function=3,r.Constructor=4,r.Field=5,r.Variable=6,r.Class=7,r.Interface=8,r.Module=9,r.Property=10,r.Unit=11,r.Value=12,r.Enum=13,r.Keyword=14,r.Snippet=15,r.Color=16,r.File=17,r.Reference=18,r.Folder=19,r.EnumMember=20,r.Constant=21,r.Struct=22,r.Event=23,r.Operator=24,r.TypeParameter=25})(Ev||(Ev={}));var Vp;(function(r){r.PlainText=1,r.Snippet=2})(Vp||(Vp={}));var _v;(function(r){r.Deprecated=1})(_v||(_v={}));var bv;(function(r){function n(s,l,E){return{newText:s,insert:l,replace:E}}v(n,"create"),r.create=n;function a(s){var l=s;return l&&Pe.string(l.newText)&&Jt.is(l.insert)&&Jt.is(l.replace)}v(a,"is"),r.is=a})(bv||(bv={}));var Av;(function(r){r.asIs=1,r.adjustIndentation=2})(Av||(Av={}));var Tv;(function(r){function n(a){var s=a;return s&&(Pe.string(s.detail)||s.detail===void 0)&&(Pe.string(s.description)||s.description===void 0)}v(n,"is"),r.is=n})(Tv||(Tv={}));var Dv;(function(r){function n(a){return{label:a}}v(n,"create"),r.create=n})(Dv||(Dv={}));var Cv;(function(r){function n(a,s){return{items:a||[],isIncomplete:!!s}}v(n,"create"),r.create=n})(Cv||(Cv={}));var Hl;(function(r){function n(s){return s.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}v(n,"fromPlainText"),r.fromPlainText=n;function a(s){var l=s;return Pe.string(l)||Pe.objectLiteral(l)&&Pe.string(l.language)&&Pe.string(l.value)}v(a,"is"),r.is=a})(Hl||(Hl={}));var xv;(function(r){function n(a){var s=a;return!!s&&Pe.objectLiteral(s)&&(su.is(s.contents)||Hl.is(s.contents)||Pe.typedArray(s.contents,Hl.is))&&(a.range===void 0||Jt.is(a.range))}v(n,"is"),r.is=n})(xv||(xv={}));var kv;(function(r){function n(a,s){return s?{label:a,documentation:s}:{label:a}}v(n,"create"),r.create=n})(kv||(kv={}));var Sv;(function(r){function n(a,s){for(var l=[],E=2;E<arguments.length;E++)l[E-2]=arguments[E];var S={label:a};return Pe.defined(s)&&(S.documentation=s),Pe.defined(l)?S.parameters=l:S.parameters=[],S}v(n,"create"),r.create=n})(Sv||(Sv={}));var wv;(function(r){r.Text=1,r.Read=2,r.Write=3})(wv||(wv={}));var Ov;(function(r){function n(a,s){var l={range:a};return Pe.number(s)&&(l.kind=s),l}v(n,"create"),r.create=n})(Ov||(Ov={}));var Iv;(function(r){r.File=1,r.Module=2,r.Namespace=3,r.Package=4,r.Class=5,r.Method=6,r.Property=7,r.Field=8,r.Constructor=9,r.Enum=10,r.Interface=11,r.Function=12,r.Variable=13,r.Constant=14,r.String=15,r.Number=16,r.Boolean=17,r.Array=18,r.Object=19,r.Key=20,r.Null=21,r.EnumMember=22,r.Struct=23,r.Event=24,r.Operator=25,r.TypeParameter=26})(Iv||(Iv={}));var Nv;(function(r){r.Deprecated=1})(Nv||(Nv={}));var Pv;(function(r){function n(a,s,l,E,S){var I={name:a,kind:s,location:{uri:E,range:l}};return S&&(I.containerName=S),I}v(n,"create"),r.create=n})(Pv||(Pv={}));var Mv;(function(r){function n(a,s,l,E){return E!==void 0?{name:a,kind:s,location:{uri:l,range:E}}:{name:a,kind:s,location:{uri:l}}}v(n,"create"),r.create=n})(Mv||(Mv={}));var Rv;(function(r){function n(s,l,E,S,I,V){var K={name:s,detail:l,kind:E,range:S,selectionRange:I};return V!==void 0&&(K.children=V),K}v(n,"create"),r.create=n;function a(s){var l=s;return l&&Pe.string(l.name)&&Pe.number(l.kind)&&Jt.is(l.range)&&Jt.is(l.selectionRange)&&(l.detail===void 0||Pe.string(l.detail))&&(l.deprecated===void 0||Pe.boolean(l.deprecated))&&(l.children===void 0||Array.isArray(l.children))&&(l.tags===void 0||Array.isArray(l.tags))}v(a,"is"),r.is=a})(Rv||(Rv={}));var Fv;(function(r){r.Empty="",r.QuickFix="quickfix",r.Refactor="refactor",r.RefactorExtract="refactor.extract",r.RefactorInline="refactor.inline",r.RefactorRewrite="refactor.rewrite",r.Source="source",r.SourceOrganizeImports="source.organizeImports",r.SourceFixAll="source.fixAll"})(Fv||(Fv={}));var Ql;(function(r){r.Invoked=1,r.Automatic=2})(Ql||(Ql={}));var Lv;(function(r){function n(s,l,E){var S={diagnostics:s};return l!=null&&(S.only=l),E!=null&&(S.triggerKind=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.typedArray(l.diagnostics,Gl.is)&&(l.only===void 0||Pe.typedArray(l.only,Pe.string))&&(l.triggerKind===void 0||l.triggerKind===Ql.Invoked||l.triggerKind===Ql.Automatic)}v(a,"is"),r.is=a})(Lv||(Lv={}));var Bv;(function(r){function n(s,l,E){var S={title:s},I=!0;return typeof l=="string"?(I=!1,S.kind=l):za.is(l)?S.command=l:S.edit=l,I&&E!==void 0&&(S.kind=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return l&&Pe.string(l.title)&&(l.diagnostics===void 0||Pe.typedArray(l.diagnostics,Gl.is))&&(l.kind===void 0||Pe.string(l.kind))&&(l.edit!==void 0||l.command!==void 0)&&(l.command===void 0||za.is(l.command))&&(l.isPreferred===void 0||Pe.boolean(l.isPreferred))&&(l.edit===void 0||jp.is(l.edit))}v(a,"is"),r.is=a})(Bv||(Bv={}));var jv;(function(r){function n(s,l){var E={range:s};return Pe.defined(l)&&(E.data=l),E}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Jt.is(l.range)&&(Pe.undefined(l.command)||za.is(l.command))}v(a,"is"),r.is=a})(jv||(jv={}));var Uv;(function(r){function n(s,l){return{tabSize:s,insertSpaces:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Pe.uinteger(l.tabSize)&&Pe.boolean(l.insertSpaces)}v(a,"is"),r.is=a})(Uv||(Uv={}));var Vv;(function(r){function n(s,l,E){return{range:s,target:l,data:E}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Jt.is(l.range)&&(Pe.undefined(l.target)||Pe.string(l.target))}v(a,"is"),r.is=a})(Vv||(Vv={}));var zv;(function(r){function n(s,l){return{range:s,parent:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&Jt.is(l.range)&&(l.parent===void 0||r.is(l.parent))}v(a,"is"),r.is=a})(zv||(zv={}));var Wv;(function(r){r.namespace="namespace",r.type="type",r.class="class",r.enum="enum",r.interface="interface",r.struct="struct",r.typeParameter="typeParameter",r.parameter="parameter",r.variable="variable",r.property="property",r.enumMember="enumMember",r.event="event",r.function="function",r.method="method",r.macro="macro",r.keyword="keyword",r.modifier="modifier",r.comment="comment",r.string="string",r.number="number",r.regexp="regexp",r.operator="operator",r.decorator="decorator"})(Wv||(Wv={}));var Gv;(function(r){r.declaration="declaration",r.definition="definition",r.readonly="readonly",r.static="static",r.deprecated="deprecated",r.abstract="abstract",r.async="async",r.modification="modification",r.documentation="documentation",r.defaultLibrary="defaultLibrary"})(Gv||(Gv={}));var Zv;(function(r){function n(a){var s=a;return Pe.objectLiteral(s)&&(s.resultId===void 0||typeof s.resultId=="string")&&Array.isArray(s.data)&&(s.data.length===0||typeof s.data[0]=="number")}v(n,"is"),r.is=n})(Zv||(Zv={}));var Kv;(function(r){function n(s,l){return{range:s,text:l}}v(n,"create"),r.create=n;function a(s){var l=s;return l!=null&&Jt.is(l.range)&&Pe.string(l.text)}v(a,"is"),r.is=a})(Kv||(Kv={}));var qv;(function(r){function n(s,l,E){return{range:s,variableName:l,caseSensitiveLookup:E}}v(n,"create"),r.create=n;function a(s){var l=s;return l!=null&&Jt.is(l.range)&&Pe.boolean(l.caseSensitiveLookup)&&(Pe.string(l.variableName)||l.variableName===void 0)}v(a,"is"),r.is=a})(qv||(qv={}));var Hv;(function(r){function n(s,l){return{range:s,expression:l}}v(n,"create"),r.create=n;function a(s){var l=s;return l!=null&&Jt.is(l.range)&&(Pe.string(l.expression)||l.expression===void 0)}v(a,"is"),r.is=a})(Hv||(Hv={}));var Qv;(function(r){function n(s,l){return{frameId:s,stoppedLocation:l}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.defined(l)&&Jt.is(s.stoppedLocation)}v(a,"is"),r.is=a})(Qv||(Qv={}));var zp;(function(r){r.Type=1,r.Parameter=2;function n(a){return a===1||a===2}v(n,"is"),r.is=n})(zp||(zp={}));var Wp;(function(r){function n(s){return{value:s}}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&(l.tooltip===void 0||Pe.string(l.tooltip)||su.is(l.tooltip))&&(l.location===void 0||Wl.is(l.location))&&(l.command===void 0||za.is(l.command))}v(a,"is"),r.is=a})(Wp||(Wp={}));var $v;(function(r){function n(s,l,E){var S={position:s,label:l};return E!==void 0&&(S.kind=E),S}v(n,"create"),r.create=n;function a(s){var l=s;return Pe.objectLiteral(l)&&ii.is(l.position)&&(Pe.string(l.label)||Pe.typedArray(l.label,Wp.is))&&(l.kind===void 0||zp.is(l.kind))&&l.textEdits===void 0||Pe.typedArray(l.textEdits,zi.is)&&(l.tooltip===void 0||Pe.string(l.tooltip)||su.is(l.tooltip))&&(l.paddingLeft===void 0||Pe.boolean(l.paddingLeft))&&(l.paddingRight===void 0||Pe.boolean(l.paddingRight))}v(a,"is"),r.is=a})($v||($v={}));var Yv;(function(r){function n(a){var s=a;return Pe.objectLiteral(s)&&Fp.is(s.uri)&&Pe.string(s.name)}v(n,"is"),r.is=n})(Yv||(Yv={}));var Jv;(function(r){function n(E,S,I,V){return new Yy(E,S,I,V)}v(n,"create"),r.create=n;function a(E){var S=E;return!!(Pe.defined(S)&&Pe.string(S.uri)&&(Pe.undefined(S.languageId)||Pe.string(S.languageId))&&Pe.uinteger(S.lineCount)&&Pe.func(S.getText)&&Pe.func(S.positionAt)&&Pe.func(S.offsetAt))}v(a,"is"),r.is=a;function s(E,S){for(var I=E.getText(),V=l(S,function(Ke,He){var sn=Ke.range.start.line-He.range.start.line;return sn===0?Ke.range.start.character-He.range.start.character:sn}),K=I.length,ue=V.length-1;ue>=0;ue--){var me=V[ue],ye=E.offsetAt(me.range.start),ve=E.offsetAt(me.range.end);if(ve<=K)I=I.substring(0,ye)+me.newText+I.substring(ve,I.length);else throw new Error("Overlapping edit");K=ye}return I}v(s,"applyEdits"),r.applyEdits=s;function l(E,S){if(E.length<=1)return E;var I=E.length/2|0,V=E.slice(0,I),K=E.slice(I);l(V,S),l(K,S);for(var ue=0,me=0,ye=0;ue<V.length&&me<K.length;){var ve=S(V[ue],K[me]);ve<=0?E[ye++]=V[ue++]:E[ye++]=K[me++]}for(;ue<V.length;)E[ye++]=V[ue++];for(;me<K.length;)E[ye++]=K[me++];return E}v(l,"mergeSort")})(Jv||(Jv={}));var Yy=function(){function r(n,a,s,l){this._uri=n,this._languageId=a,this._version=s,this._content=l,this._lineOffsets=void 0}return v(r,"FullTextDocument"),Object.defineProperty(r.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),r.prototype.getText=function(n){if(n){var a=this.offsetAt(n.start),s=this.offsetAt(n.end);return this._content.substring(a,s)}return this._content},r.prototype.update=function(n,a){this._content=n.text,this._version=a,this._lineOffsets=void 0},r.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var n=[],a=this._content,s=!0,l=0;l<a.length;l++){s&&(n.push(l),s=!1);var E=a.charAt(l);s=E==="\r"||E===`
36
+ `,E==="\r"&&l+1<a.length&&a.charAt(l+1)===`
37
+ `&&l++}s&&a.length>0&&n.push(a.length),this._lineOffsets=n}return this._lineOffsets},r.prototype.positionAt=function(n){n=Math.max(Math.min(n,this._content.length),0);var a=this.getLineOffsets(),s=0,l=a.length;if(l===0)return ii.create(0,n);for(;s<l;){var E=Math.floor((s+l)/2);a[E]>n?l=E:s=E+1}var S=s-1;return ii.create(S,n-a[S])},r.prototype.offsetAt=function(n){var a=this.getLineOffsets();if(n.line>=a.length)return this._content.length;if(n.line<0)return 0;var s=a[n.line],l=n.line+1<a.length?a[n.line+1]:this._content.length;return Math.max(Math.min(s+n.character,l),s)},Object.defineProperty(r.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),r}(),Pe;(function(r){var n=Object.prototype.toString;function a(ve){return typeof ve<"u"}v(a,"defined"),r.defined=a;function s(ve){return typeof ve>"u"}v(s,"undefined$1"),r.undefined=s;function l(ve){return ve===!0||ve===!1}v(l,"boolean"),r.boolean=l;function E(ve){return n.call(ve)==="[object String]"}v(E,"string"),r.string=E;function S(ve){return n.call(ve)==="[object Number]"}v(S,"number"),r.number=S;function I(ve,Ke,He){return n.call(ve)==="[object Number]"&&Ke<=ve&&ve<=He}v(I,"numberRange"),r.numberRange=I;function V(ve){return n.call(ve)==="[object Number]"&&-2147483648<=ve&&ve<=2147483647}v(V,"integer"),r.integer=V;function K(ve){return n.call(ve)==="[object Number]"&&0<=ve&&ve<=2147483647}v(K,"uinteger"),r.uinteger=K;function ue(ve){return n.call(ve)==="[object Function]"}v(ue,"func"),r.func=ue;function me(ve){return ve!==null&&typeof ve=="object"}v(me,"objectLiteral"),r.objectLiteral=me;function ye(ve,Ke){return Array.isArray(ve)&&ve.every(Ke)}v(ye,"typedArray"),r.typedArray=ye})(Pe||(Pe={}));var Gp;(function(r){r.Text=1,r.Method=2,r.Function=3,r.Constructor=4,r.Field=5,r.Variable=6,r.Class=7,r.Interface=8,r.Module=9,r.Property=10,r.Unit=11,r.Value=12,r.Enum=13,r.Keyword=14,r.Snippet=15,r.Color=16,r.File=17,r.Reference=18,r.Folder=19,r.EnumMember=20,r.Constant=21,r.Struct=22,r.Event=23,r.Operator=24,r.TypeParameter=25})(Gp||(Gp={}));function qt(r){return{ofRule:r}}v(qt,"opt");function gt(r,n){return{ofRule:r,isList:!0,separator:n}}v(gt,"list");function Xv(r,n){const a=r.match;return r.match=s=>{let l=!1;return a&&(l=a(s)),l&&n.every(E=>E.match&&!E.match(s))},r}v(Xv,"butNot");function uu(r,n){return{style:n,match:a=>a.kind===r}}v(uu,"t");function et(r,n){return{style:n||"punctuation",match:a=>a.kind==="Punctuation"&&a.value===r}}v(et,"p");const Jy=v(r=>r===" "||r===" "||r===","||r===`
38
+ `||r==="\r"||r==="\uFEFF"||r==="\xA0","isIgnored"),Xy={Name:/^[_A-Za-z][_0-9A-Za-z]*/,Punctuation:/^(?:!|\$|\(|\)|\.\.\.|:|=|&|@|\[|]|\{|\||\})/,Number:/^-?(?:0|(?:[1-9][0-9]*))(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?/,String:/^(?:"""(?:\\"""|[^"]|"[^"]|""[^"])*(?:""")?|"(?:[^"\\]|\\(?:"|\/|\\|b|f|n|r|t|u[0-9a-fA-F]{4}))*"?)/,Comment:/^#.*/},eE={Document:[gt("Definition")],Definition(r){switch(r.value){case"{":return"ShortQuery";case"query":return"Query";case"mutation":return"Mutation";case"subscription":return"Subscription";case"fragment":return f.h.FRAGMENT_DEFINITION;case"schema":return"SchemaDef";case"scalar":return"ScalarDef";case"type":return"ObjectTypeDef";case"interface":return"InterfaceDef";case"union":return"UnionDef";case"enum":return"EnumDef";case"input":return"InputDef";case"extend":return"ExtendDef";case"directive":return"DirectiveDef"}},ShortQuery:["SelectionSet"],Query:[cr("query"),qt(Lt("def")),qt("VariableDefinitions"),gt("Directive"),"SelectionSet"],Mutation:[cr("mutation"),qt(Lt("def")),qt("VariableDefinitions"),gt("Directive"),"SelectionSet"],Subscription:[cr("subscription"),qt(Lt("def")),qt("VariableDefinitions"),gt("Directive"),"SelectionSet"],VariableDefinitions:[et("("),gt("VariableDefinition"),et(")")],VariableDefinition:["Variable",et(":"),"Type",qt("DefaultValue")],Variable:[et("$","variable"),Lt("variable")],DefaultValue:[et("="),"Value"],SelectionSet:[et("{"),gt("Selection"),et("}")],Selection(r,n){return r.value==="..."?n.match(/[\s\u00a0,]*(on\b|@|{)/,!1)?"InlineFragment":"FragmentSpread":n.match(/[\s\u00a0,]*:/,!1)?"AliasedField":"Field"},AliasedField:[Lt("property"),et(":"),Lt("qualifier"),qt("Arguments"),gt("Directive"),qt("SelectionSet")],Field:[Lt("property"),qt("Arguments"),gt("Directive"),qt("SelectionSet")],Arguments:[et("("),gt("Argument"),et(")")],Argument:[Lt("attribute"),et(":"),"Value"],FragmentSpread:[et("..."),Lt("def"),gt("Directive")],InlineFragment:[et("..."),qt("TypeCondition"),gt("Directive"),"SelectionSet"],FragmentDefinition:[cr("fragment"),qt(Xv(Lt("def"),[cr("on")])),"TypeCondition",gt("Directive"),"SelectionSet"],TypeCondition:[cr("on"),"NamedType"],Value(r){switch(r.kind){case"Number":return"NumberValue";case"String":return"StringValue";case"Punctuation":switch(r.value){case"[":return"ListValue";case"{":return"ObjectValue";case"$":return"Variable";case"&":return"NamedType"}return null;case"Name":switch(r.value){case"true":case"false":return"BooleanValue"}return r.value==="null"?"NullValue":"EnumValue"}},NumberValue:[uu("Number","number")],StringValue:[{style:"string",match:r=>r.kind==="String",update(r,n){n.value.startsWith('"""')&&(r.inBlockstring=!n.value.slice(3).endsWith('"""'))}}],BooleanValue:[uu("Name","builtin")],NullValue:[uu("Name","keyword")],EnumValue:[Lt("string-2")],ListValue:[et("["),gt("Value"),et("]")],ObjectValue:[et("{"),gt("ObjectField"),et("}")],ObjectField:[Lt("attribute"),et(":"),"Value"],Type(r){return r.value==="["?"ListType":"NonNullType"},ListType:[et("["),"Type",et("]"),qt(et("!"))],NonNullType:["NamedType",qt(et("!"))],NamedType:[eg("atom")],Directive:[et("@","meta"),Lt("meta"),qt("Arguments")],DirectiveDef:[cr("directive"),et("@","meta"),Lt("meta"),qt("ArgumentsDef"),cr("on"),gt("DirectiveLocation",et("|"))],InterfaceDef:[cr("interface"),Lt("atom"),qt("Implements"),gt("Directive"),et("{"),gt("FieldDef"),et("}")],Implements:[cr("implements"),gt("NamedType",et("&"))],DirectiveLocation:[Lt("string-2")],SchemaDef:[cr("schema"),gt("Directive"),et("{"),gt("OperationTypeDef"),et("}")],OperationTypeDef:[Lt("keyword"),et(":"),Lt("atom")],ScalarDef:[cr("scalar"),Lt("atom"),gt("Directive")],ObjectTypeDef:[cr("type"),Lt("atom"),qt("Implements"),gt("Directive"),et("{"),gt("FieldDef"),et("}")],FieldDef:[Lt("property"),qt("ArgumentsDef"),et(":"),"Type",gt("Directive")],ArgumentsDef:[et("("),gt("InputValueDef"),et(")")],InputValueDef:[Lt("attribute"),et(":"),"Type",qt("DefaultValue"),gt("Directive")],UnionDef:[cr("union"),Lt("atom"),gt("Directive"),et("="),gt("UnionMember",et("|"))],UnionMember:["NamedType"],EnumDef:[cr("enum"),Lt("atom"),gt("Directive"),et("{"),gt("EnumValueDef"),et("}")],EnumValueDef:[Lt("string-2"),gt("Directive")],InputDef:[cr("input"),Lt("atom"),gt("Directive"),et("{"),gt("InputValueDef"),et("}")],ExtendDef:[cr("extend"),"ObjectTypeDef"]};function cr(r){return{style:"keyword",match:n=>n.kind==="Name"&&n.value===r}}v(cr,"word");function Lt(r){return{style:r,match:n=>n.kind==="Name",update(n,a){n.name=a.value}}}v(Lt,"name");function eg(r){return{style:r,match:n=>n.kind==="Name",update(n,a){var s;!((s=n.prevState)===null||s===void 0)&&s.prevState&&(n.name=a.value,n.prevState.prevState.type=a.value)}}}v(eg,"type");const nE={ALIASED_FIELD:"AliasedField",ARGUMENTS:"Arguments",SHORT_QUERY:"ShortQuery",QUERY:"Query",MUTATION:"Mutation",SUBSCRIPTION:"Subscription",TYPE_CONDITION:"TypeCondition",INVALID:"Invalid",COMMENT:"Comment",SCHEMA_DEF:"SchemaDef",SCALAR_DEF:"ScalarDef",OBJECT_TYPE_DEF:"ObjectTypeDef",OBJECT_VALUE:"ObjectValue",LIST_VALUE:"ListValue",INTERFACE_DEF:"InterfaceDef",UNION_DEF:"UnionDef",ENUM_DEF:"EnumDef",ENUM_VALUE:"EnumValue",FIELD_DEF:"FieldDef",INPUT_DEF:"InputDef",INPUT_VALUE_DEF:"InputValueDef",ARGUMENTS_DEF:"ArgumentsDef",EXTEND_DEF:"ExtendDef",DIRECTIVE_DEF:"DirectiveDef",IMPLEMENTS:"Implements",VARIABLE_DEFINITIONS:"VariableDefinitions",TYPE:"Type"},tE=Object.assign(Object.assign({},f.h),nE);var $l={exports:{}};function Zp(r,n){if(r!=null)return r;var a=new Error(n!==void 0?n:"Got unexpected "+r);throw a.framesToPop=1,a}v(Zp,"nullthrows"),$l.exports=Zp,$l.exports.default=Zp,Object.defineProperty($l.exports,"__esModule",{value:!0});var ng=U($l.exports);const rE=v((r,n)=>{if(!n)return[];const a=new Map,s=new Set;(0,u.Vn)(r,{FragmentDefinition(S){a.set(S.name.value,!0)},FragmentSpread(S){s.has(S.name.value)||s.add(S.name.value)}});const l=new Set;s.forEach(S=>{!a.has(S)&&n.has(S)&&l.add(ng(n.get(S)))});const E=[];return l.forEach(S=>{(0,u.Vn)(S,{FragmentSpread(I){!s.has(I.name.value)&&n.get(I.name.value)&&(l.add(ng(n.get(I.name.value))),s.add(I.name.value))}}),a.has(S.name.value)||E.push(S)}),E},"getFragmentDependenciesForAST");function tg(r,n){const a=Object.create(null);return n.definitions.forEach(s=>{if(s.kind==="OperationDefinition"){const l=s.variableDefinitions;l&&l.forEach(({variable:E,type:S})=>{const I=(0,c._)(r,S);I?a[E.name.value]=I:S.kind===f.h.NAMED_TYPE&&S.name.value==="Float"&&(a[E.name.value]=y.av)})}}),a}v(tg,"collectVariables");function rg(r,n){const a=n?tg(n,r):void 0,s=[];return(0,u.Vn)(r,{OperationDefinition(l){s.push(l)}}),{variableToType:a,operations:s}}v(rg,"getOperationASTFacts");function ig(r,n){if(n)try{const a=(0,m.Qc)(n);return Object.assign(Object.assign({},rg(a,r)),{documentAST:a})}catch{return}}v(ig,"getOperationFacts"),globalThis&&globalThis.__awaiter;/*!
39
+ * is-primitive <https://github.com/jonschlinkert/is-primitive>
40
+ *
41
+ * Copyright (c) 2014-present, Jon Schlinkert.
42
+ * Released under the MIT License.
43
+ */var iE=v(function(n){return typeof n=="object"?n===null:typeof n!="function"},"isPrimitive");/*!
44
+ * isobject <https://github.com/jonschlinkert/isobject>
45
+ *
46
+ * Copyright (c) 2014-2017, Jon Schlinkert.
47
+ * Released under the MIT License.
48
+ */var oE=v(function(n){return n!=null&&typeof n=="object"&&Array.isArray(n)===!1},"isObject");/*!
49
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
50
+ *
51
+ * Copyright (c) 2014-2017, Jon Schlinkert.
52
+ * Released under the MIT License.
53
+ */var aE=oE;function Kp(r){return aE(r)===!0&&Object.prototype.toString.call(r)==="[object Object]"}v(Kp,"isObjectObject");var sE=v(function(n){var a,s;return!(Kp(n)===!1||(a=n.constructor,typeof a!="function")||(s=a.prototype,Kp(s)===!1)||s.hasOwnProperty("isPrototypeOf")===!1)},"isPlainObject");/*!
54
+ * set-value <https://github.com/jonschlinkert/set-value>
55
+ *
56
+ * Copyright (c) Jon Schlinkert (https://github.com/jonschlinkert).
57
+ * Released under the MIT License.
58
+ */const{deleteProperty:uE}=Reflect,lE=iE,og=sE,ag=v(r=>typeof r=="object"&&r!==null||typeof r=="function","isObject"),cE=v(r=>r==="__proto__"||r==="constructor"||r==="prototype","isUnsafeKey"),qp=v(r=>{if(!lE(r))throw new TypeError("Object keys must be strings or symbols");if(cE(r))throw new Error(`Cannot set unsafe key: "${r}"`)},"validateKey"),fE=v(r=>Array.isArray(r)?r.flat().map(String).join(","):r,"toStringKey"),pE=v((r,n)=>{if(typeof r!="string"||!n)return r;let a=r+";";return n.arrays!==void 0&&(a+=`arrays=${n.arrays};`),n.separator!==void 0&&(a+=`separator=${n.separator};`),n.split!==void 0&&(a+=`split=${n.split};`),n.merge!==void 0&&(a+=`merge=${n.merge};`),n.preservePaths!==void 0&&(a+=`preservePaths=${n.preservePaths};`),a},"createMemoKey"),dE=v((r,n,a)=>{const s=fE(n?pE(r,n):r);qp(s);const l=ra.cache.get(s)||a();return ra.cache.set(s,l),l},"memoize"),hE=v((r,n={})=>{const a=n.separator||".",s=a==="/"?!1:n.preservePaths;if(typeof r=="string"&&s!==!1&&/\//.test(r))return[r];const l=[];let E="";const S=v(I=>{let V;I.trim()!==""&&Number.isInteger(V=Number(I))?l.push(V):l.push(I)},"push");for(let I=0;I<r.length;I++){const V=r[I];if(V==="\\"){E+=r[++I];continue}if(V===a){S(E),E="";continue}E+=V}return E&&S(E),l},"splitString"),sg=v((r,n)=>n&&typeof n.split=="function"?n.split(r):typeof r=="symbol"?[r]:Array.isArray(r)?r:dE(r,n,()=>hE(r,n)),"split"),mE=v((r,n,a,s)=>{if(qp(n),a===void 0)uE(r,n);else if(s&&s.merge){const l=s.merge==="function"?s.merge:Object.assign;l&&og(r[n])&&og(a)?r[n]=l(r[n],a):r[n]=a}else r[n]=a;return r},"assignProp"),ra=v((r,n,a,s)=>{if(!n||!ag(r))return r;const l=sg(n,s);let E=r;for(let S=0;S<l.length;S++){const I=l[S],V=l[S+1];if(qp(I),V===void 0){mE(E,I,a,s);break}if(typeof V=="number"&&!Array.isArray(E[I])){E=E[I]=[];continue}ag(E[I])||(E[I]={}),E=E[I]}return r},"setValue");ra.split=sg,ra.cache=new Map,ra.clear=()=>{ra.cache=new Map};var vE=ra,gE=Object.defineProperty,yE=v((r,n)=>gE(r,"name",{value:n,configurable:!0}),"__name$e");const ug=Ao("HistoryContext");function Hp(r){var n;const a=ta(),s=(0,g.useRef)(new rv(a||new Vl(null),r.maxHistoryLength||EE)),[l,E]=(0,g.useState)(((n=s.current)==null?void 0:n.queries)||[]),[S,I]=(0,g.useState)((a==null?void 0:a.get(Yl))==="true"||!1),V=(0,g.useCallback)(({query:sn,variables:en,headers:Le,operationName:Je})=>{var cn;(cn=s.current)==null||cn.updateHistory(sn,en,Le,Je),E(s.current.queries)},[]),K=(0,g.useCallback)(({query:sn,variables:en,headers:Le,operationName:Je,label:cn,favorite:Tn})=>{s.current.editLabel(sn,en,Le,Je,cn,Tn),E(s.current.queries)},[]),{onToggle:ue}=r,me=(0,g.useCallback)(()=>{ue==null||ue(!1),a==null||a.set(Yl,JSON.stringify(!1)),I(!1)},[ue,a]),ye=(0,g.useCallback)(()=>{ue==null||ue(!0),a==null||a.set(Yl,JSON.stringify(!0)),I(!0)},[ue,a]),ve=(0,g.useCallback)(()=>{I(sn=>{const en=!sn;return ue==null||ue(en),a==null||a.set(Yl,JSON.stringify(en)),en})},[ue,a]),Ke=(0,g.useCallback)(({query:sn,variables:en,headers:Le,operationName:Je,label:cn,favorite:Tn})=>{s.current.toggleFavorite(sn,en,Le,Je,cn,Tn),E(s.current.queries)},[]),He=(0,g.useMemo)(()=>({addToHistory:V,editLabel:K,hide:me,isVisible:S,items:l,show:ye,toggle:ve,toggleFavorite:Ke}),[V,K,me,S,l,ye,ve,Ke]);return Vi(ug.Provider,{value:He,children:r.children})}v(Hp,"HistoryContextProvider"),yE(Hp,"HistoryContextProvider");const lg=To(ug),EE=20,Yl="historyPaneOpen";var _E=Object.defineProperty,bE=v((r,n)=>_E(r,"name",{value:n,configurable:!0}),"__name$d");function Jl(){const{headerEditor:r,queryEditor:n,variableEditor:a}=Lr({nonNull:!0,caller:Jl});return s=>{var l,E,S;n==null||n.setValue((l=s.query)!=null?l:""),a==null||a.setValue((E=s.variables)!=null?E:""),r==null||r.setValue((S=s.headers)!=null?S:"")}}v(Jl,"useSelectHistoryItem"),bE(Jl,"useSelectHistoryItem");var AE=Object.defineProperty,Xl=v((r,n)=>AE(r,"name",{value:n,configurable:!0}),"__name$c");const cg=Ao("ExecutionContext");function lu(r){const{externalFragments:n,headerEditor:a,queryEditor:s,responseEditor:l,shouldPersistHeaders:E,variableEditor:S,updateActiveTabValues:I}=Lr({nonNull:!0,caller:lu}),V=lg(),K=Ka({caller:lu}),[ue,me]=(0,g.useState)(!1),[ye,ve]=(0,g.useState)(null),Ke=(0,g.useRef)(0),He=(0,g.useCallback)(()=>{ye==null||ye.unsubscribe(),me(!1),ve(null)},[ye]),{fetcher:sn}=r,en=(0,g.useCallback)(async()=>{var Je,cn,Tn;if(!s||!l)return;if(ye){He();return}const on=Xl(Qe=>{l.setValue(Qe),I({response:Qe})},"setResponse");Ke.current+=1;const Kn=Ke.current;let dt=K()||s.getValue();const At=S==null?void 0:S.getValue();let yn;try{yn=nc({json:At,errorMessageParse:"Variables are invalid JSON",errorMessageType:"Variables are not a JSON object."})}catch(Qe){on(Qe instanceof Error?Qe.message:`${Qe}`);return}const Qn=a==null?void 0:a.getValue();let lt;try{lt=nc({json:Qn,errorMessageParse:"Headers are invalid JSON",errorMessageType:"Headers are not a JSON object."})}catch(Qe){on(Qe instanceof Error?Qe.message:`${Qe}`);return}if(n){const Qe=s.documentAST?rE(s.documentAST,n):[];Qe.length>0&&(dt+=`
59
+ `+Qe.map(qn=>(0,p.S)(qn)).join(`
60
+ `))}on(""),me(!0);const at=(cn=(Je=r.operationName)!=null?Je:s.operationName)!=null?cn:void 0;V==null||V.addToHistory({query:dt,variables:At,headers:Qn,operationName:at});try{let Qe={data:{}};const qn=Xl(Ln=>{if(Kn!==Ke.current)return;let ht=Array.isArray(Ln)?Ln:!1;if(!ht&&typeof Ln=="object"&&Ln!==null&&"hasNext"in Ln&&(ht=[Ln]),ht){const bi={data:Qe.data},ua=[...(Qe==null?void 0:Qe.errors)||[],...ht.map(So=>So.errors).flat().filter(Boolean)];ua.length&&(bi.errors=ua);for(const So of ht){const bg=So,{path:Ag,data:hd,errors:eV}=bg,JE=L(bg,["path","data","errors"]);if(Ag){if(!hd)throw new Error(`Expected part to contain a data property, but got ${So}`);vE(bi.data,Ag,hd,{merge:!0})}else hd&&(bi.data=So.data);Qe=W(W({},bi),JE)}me(!1),on(Ul(Qe))}else{const bi=Ul(Ln);me(!1),on(bi)}},"handleResponse"),Bn=sn({query:dt,variables:yn,operationName:at},{headers:lt!=null?lt:void 0,shouldPersistHeaders:E,documentAST:(Tn=s.documentAST)!=null?Tn:void 0}),st=await Promise.resolve(Bn);if(xp(st))ve(st.subscribe({next(Ln){qn(Ln)},error(Ln){me(!1),Ln&&on(na(Ln)),ve(null)},complete(){me(!1),ve(null)}}));else if(kp(st)){ve({unsubscribe:()=>{var Ln,ht;return(ht=(Ln=st[Symbol.asyncIterator]()).return)==null?void 0:ht.call(Ln)}});try{for await(const Ln of st)qn(Ln);me(!1),ve(null)}catch(Ln){me(!1),on(na(Ln)),ve(null)}}else qn(st)}catch(Qe){me(!1),on(na(Qe)),ve(null)}},[K,n,sn,a,V,r.operationName,s,l,E,He,ye,I,S]),Le=(0,g.useMemo)(()=>{var Je;return{isFetching:ue,operationName:(Je=r.operationName)!=null?Je:null,run:en,stop:He}},[ue,r.operationName,en,He]);return Vi(cg.Provider,{value:Le,children:r.children})}v(lu,"ExecutionContextProvider"),Xl(lu,"ExecutionContextProvider");const ec=To(cg);function nc({json:r,errorMessageParse:n,errorMessageType:a}){let s;try{s=r&&r.trim()!==""?JSON.parse(r):void 0}catch(E){throw new Error(`${n}: ${E instanceof Error?E.message:E}.`)}const l=typeof s=="object"&&s!==null&&!Array.isArray(s);if(s!==void 0&&!l)throw new Error(a);return s}v(nc,"tryParseJsonObject"),Xl(nc,"tryParseJsonObject");var TE=v(function(){var r=document.getSelection();if(!r.rangeCount)return function(){};for(var n=document.activeElement,a=[],s=0;s<r.rangeCount;s++)a.push(r.getRangeAt(s));switch(n.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":n.blur();break;default:n=null;break}return r.removeAllRanges(),function(){r.type==="Caret"&&r.removeAllRanges(),r.rangeCount||a.forEach(function(l){r.addRange(l)}),n&&n.focus()}},"toggleSelection"),DE=TE,fg={"text/plain":"Text","text/html":"Url",default:"Text"},CE="Copy to clipboard: #{key}, Enter";function pg(r){var n=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return r.replace(/#{\s*key\s*}/g,n)}v(pg,"format");function dg(r,n){var a,s,l,E,S,I,V=!1;n||(n={}),a=n.debug||!1;try{l=DE(),E=document.createRange(),S=document.getSelection(),I=document.createElement("span"),I.textContent=r,I.style.all="unset",I.style.position="fixed",I.style.top=0,I.style.clip="rect(0, 0, 0, 0)",I.style.whiteSpace="pre",I.style.webkitUserSelect="text",I.style.MozUserSelect="text",I.style.msUserSelect="text",I.style.userSelect="text",I.addEventListener("copy",function(ue){if(ue.stopPropagation(),n.format)if(ue.preventDefault(),typeof ue.clipboardData>"u"){a&&console.warn("unable to use e.clipboardData"),a&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var me=fg[n.format]||fg.default;window.clipboardData.setData(me,r)}else ue.clipboardData.clearData(),ue.clipboardData.setData(n.format,r);n.onCopy&&(ue.preventDefault(),n.onCopy(ue.clipboardData))}),document.body.appendChild(I),E.selectNodeContents(I),S.addRange(E);var K=document.execCommand("copy");if(!K)throw new Error("copy command was unsuccessful");V=!0}catch(ue){a&&console.error("unable to copy using execCommand: ",ue),a&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(n.format||"text",r),n.onCopy&&n.onCopy(window.clipboardData),V=!0}catch(me){a&&console.error("unable to copy using clipboardData: ",me),a&&console.error("falling back to prompt"),s=pg("message"in n?n.message:CE),window.prompt(s,r)}}finally{S&&(typeof S.removeRange=="function"?S.removeRange(E):S.removeAllRanges()),I&&document.body.removeChild(I),l()}return V}v(dg,"copy");var xE=dg,kE=Object.defineProperty,cu=v((r,n)=>kE(r,"name",{value:n,configurable:!0}),"__name$b");const hg=Ao("SchemaContext");function tc(r){const{initialHeaders:n,headerEditor:a}=Lr({nonNull:!0,caller:tc}),[s,l]=(0,g.useState)(),[E,S]=(0,g.useState)(!1),[I,V]=(0,g.useState)(null),K=(0,g.useRef)(0);(0,g.useEffect)(()=>{l((0,k.nN)(r.schema)||r.schema===null||r.schema===void 0?r.schema:void 0),K.current++},[r.schema]);const ue=(0,g.useRef)(n);(0,g.useEffect)(()=>{a&&(ue.current=a.getValue())});const{introspectionQuery:me,introspectionQueryName:ye,introspectionQuerySansSubscriptions:ve}=Qp({inputValueDeprecation:r.inputValueDeprecation,introspectionQueryName:r.introspectionQueryName,schemaDescription:r.schemaDescription}),{fetcher:Ke,onSchemaChange:He}=r,sn=(0,g.useCallback)(()=>{if((0,k.nN)(r.schema)||r.schema===null)return;const Je=++K.current;l(void 0);const cn=r.schema;async function Tn(){if(cn)return cn;const on=$p(ue.current);if(!on.isValidJSON){V("Introspection failed as headers are invalid.");return}const Kn=on.headers?{headers:on.headers}:{},dt=Sp(Ke({query:me,operationName:ye},Kn));if(!Cp(dt)){V("Fetcher did not return a Promise for introspection.");return}S(!0);let At=await dt;if(typeof At!="object"||At===null||!("data"in At)){const Qn=Sp(Ke({query:ve,operationName:ye},Kn));if(!Cp(Qn))throw new Error("Fetcher did not return a Promise for introspection.");At=await Qn}if(S(!1),At!=null&&At.data&&"__schema"in At.data)return At.data;const yn=typeof At=="string"?At:Ul(At);V(yn)}v(Tn,"fetchIntrospectionData"),cu(Tn,"fetchIntrospectionData"),Tn().then(on=>{if(!(Je!==K.current||!on))try{const Kn=(0,_.Z)(on);l(Kn),He==null||He(Kn)}catch(Kn){V(na(Kn))}}).catch(on=>{Je===K.current&&(V(na(on)),S(!1))})},[Ke,ye,me,ve,He,r.schema]);(0,g.useEffect)(()=>{sn()},[sn]),(0,g.useEffect)(()=>{function Je(cn){cn.keyCode===82&&cn.shiftKey&&cn.ctrlKey&&sn()}return v(Je,"triggerIntrospection"),cu(Je,"triggerIntrospection"),window.addEventListener("keydown",Je),()=>window.removeEventListener("keydown",Je)});const en=(0,g.useMemo)(()=>!s||r.dangerouslyAssumeSchemaIsValid?[]:(0,A.F)(s),[s,r.dangerouslyAssumeSchemaIsValid]),Le=(0,g.useMemo)(()=>({fetchError:I,introspect:sn,isFetching:E,schema:s,validationErrors:en}),[I,sn,E,s,en]);return Vi(hg.Provider,{value:Le,children:r.children})}v(tc,"SchemaContextProvider"),cu(tc,"SchemaContextProvider");const ia=To(hg);function Qp({inputValueDeprecation:r,introspectionQueryName:n,schemaDescription:a}){return(0,g.useMemo)(()=>{const s=n||"IntrospectionQuery";let l=(0,T.K)({inputValueDeprecation:r,schemaDescription:a});n&&(l=l.replace("query IntrospectionQuery",`query ${s}`));const E=l.replace("subscriptionType { name }","");return{introspectionQueryName:s,introspectionQuery:l,introspectionQuerySansSubscriptions:E}},[r,n,a])}v(Qp,"useIntrospectionQuery"),cu(Qp,"useIntrospectionQuery");function $p(r){let n=null,a=!0;try{r&&(n=JSON.parse(r))}catch{a=!1}return{headers:n,isValidJSON:a}}v($p,"parseHeaderString"),cu($p,"parseHeaderString");var SE=Object.defineProperty,wE=v((r,n)=>SE(r,"name",{value:n,configurable:!0}),"__name$a");const mg={name:"Schema",title:"Documentation Explorer"},vg=Ao("ExplorerContext");function rc(r){var n,a;const{isFetching:s}=ia({nonNull:!0,caller:rc}),l=ta(),[E,S]=(0,g.useState)((a=(n=r.isVisible)!=null?n:(l==null?void 0:l.get(Jp))==="true")!=null?a:!1),[I,V]=(0,g.useState)([mg]),{onToggleVisibility:K}=r,ue=(0,g.useRef)(!0);(0,g.useEffect)(()=>{ue.current?ue.current=!1:r.isVisible!==void 0&&S(r.isVisible)},[r.isVisible]);const me=(0,g.useCallback)(()=>{K==null||K(!1),l==null||l.set(Jp,"false"),S(!1)},[K,l]),ye=(0,g.useCallback)(Le=>{V(Je=>Je[Je.length-1].def===Le.def?Je:[...Je,Le])},[]),ve=(0,g.useCallback)(()=>{V(Le=>Le.length>1?Le.slice(0,-1):Le)},[]),Ke=(0,g.useCallback)(()=>{V(Le=>Le.length===1?Le:[mg])},[]),He=(0,g.useCallback)(()=>{K==null||K(!0),l==null||l.set(Jp,"true"),S(!0)},[K,l]),sn=(0,g.useCallback)(Le=>{V(Je=>{const cn=Je[Je.length-1];return[...Je.slice(0,-1),ne(W({},cn),{search:Le})]})},[]);(0,g.useEffect)(()=>{s&&Ke()},[s,Ke]);const en=(0,g.useMemo)(()=>({explorerNavStack:I,hide:me,isVisible:E,push:ye,pop:ve,reset:Ke,show:He,showSearch:sn}),[me,E,I,ye,ve,Ke,He,sn]);return Vi(vg.Provider,{value:en,children:r.children})}v(rc,"ExplorerContextProvider"),wE(rc,"ExplorerContextProvider");const Yp=To(vg),Jp="docExplorerOpen";var OE=Object.defineProperty,IE=v((r,n)=>OE(r,"name",{value:n,configurable:!0}),"__name$9");function oa(r,n){let a;return function(...s){a&&window.clearTimeout(a),a=window.setTimeout(()=>{a=null,n(...s)},r)}}v(oa,"debounce"),IE(oa,"debounce");var NE=Object.defineProperty,oi=v((r,n)=>NE(r,"name",{value:n,configurable:!0}),"__name$8");function Ga(r,n){(0,g.useEffect)(()=>{r&&typeof n=="string"&&n!==r.getValue()&&r.setValue(n)},[r,n])}v(Ga,"useSynchronizeValue"),oi(Ga,"useSynchronizeValue");function Za(r,n,a){(0,g.useEffect)(()=>{r&&r.setOption(n,a)},[r,n,a])}v(Za,"useSynchronizeOption"),oi(Za,"useSynchronizeOption");function ic(r,n,a,s,l){const{updateActiveTabValues:E}=Lr({nonNull:!0,caller:l}),S=ta();(0,g.useEffect)(()=>{if(!r)return;const I=oa(500,ue=>{!S||a===null||S.set(a,ue)}),V=oa(100,ue=>{E({[s]:ue})}),K=oi((ue,me)=>{if(!me)return;const ye=ue.getValue();I(ye),V(ye),n==null||n(ye)},"handleChange");return r.on("change",K),()=>r.off("change",K)},[n,r,S,a,s,E])}v(ic,"useChangeHandler"),oi(ic,"useChangeHandler");function fu(r,n){const{schema:a}=ia({nonNull:!0,caller:n}),s=Yp();(0,g.useEffect)(()=>{if(!r)return;const l=oi((E,S)=>{bp(E,S,a,s)},"handleCompletion");return r.on("hasCompletion",l),()=>r.off("hasCompletion",l)},[r,s,a])}v(fu,"useCompletion"),oi(fu,"useCompletion");function Wr(r,n,a){(0,g.useEffect)(()=>{if(r){for(const s of n)r.removeKeyMap(s);if(a){const s={};for(const l of n)s[l]=()=>a();r.addKeyMap(s)}}},[r,n,a])}v(Wr,"useKeyMap"),oi(Wr,"useKeyMap");function pu({caller:r,onCopyQuery:n}={}){const{queryEditor:a}=Lr({nonNull:!0,caller:r||pu});return(0,g.useCallback)(()=>{if(!a)return;const s=a.getValue();xE(s),n==null||n(s)},[a,n])}v(pu,"useCopyQuery"),oi(pu,"useCopyQuery");function Co({caller:r}={}){const{queryEditor:n}=Lr({nonNull:!0,caller:r||Co}),{schema:a}=ia({nonNull:!0,caller:Co});return(0,g.useCallback)(()=>{const s=n==null?void 0:n.documentAST,l=n==null?void 0:n.getValue();!s||!l||n.setValue((0,p.S)(Xm(s,a)))},[n,a])}v(Co,"useMergeQuery"),oi(Co,"useMergeQuery");function aa({caller:r}={}){const{queryEditor:n,headerEditor:a,variableEditor:s}=Lr({nonNull:!0,caller:r||aa});return(0,g.useCallback)(()=>{if(s){const l=s.getValue();try{const E=JSON.stringify(JSON.parse(l),null,2);E!==l&&s.setValue(E)}catch{}}if(a){const l=a.getValue();try{const E=JSON.stringify(JSON.parse(l),null,2);E!==l&&a.setValue(E)}catch{}}if(n){const l=n.getValue(),E=(0,p.S)((0,m.Qc)(l));E!==l&&n.setValue(E)}},[n,s,a])}v(aa,"usePrettifyEditors"),oi(aa,"usePrettifyEditors");function Ka({getDefaultFieldNames:r,caller:n}={}){const{schema:a}=ia({nonNull:!0,caller:n||Ka}),{queryEditor:s}=Lr({nonNull:!0,caller:n||Ka});return(0,g.useCallback)(()=>{if(!s)return;const l=s.getValue(),{insertions:E,result:S}=qm(a,l,r);return E&&E.length>0&&s.operation(()=>{const I=s.getCursor(),V=s.indexFromPos(I);s.setValue(S||"");let K=0;const ue=E.map(({index:ye,string:ve})=>s.markText(s.posFromIndex(ye+K),s.posFromIndex(ye+(K+=ve.length)),{className:"autoInsertedLeaf",clearOnEnter:!0,title:"Automatically added leaf fields"}));setTimeout(()=>ue.forEach(ye=>ye.clear()),7e3);let me=V;E.forEach(({index:ye,string:ve})=>{ye<V&&(me+=ve.length)}),s.setCursor(s.posFromIndex(me))}),S},[r,s,a])}v(Ka,"useAutoCompleteLeafs"),oi(Ka,"useAutoCompleteLeafs");var PE=Object.defineProperty,ME=v((r,n)=>PE(r,"name",{value:n,configurable:!0}),"__name$7");function xo({editorTheme:r=Pl,keyMap:n=Ml,onEdit:a,readOnly:s=!1}={}){const{initialHeaders:l,headerEditor:E,setHeaderEditor:S,shouldPersistHeaders:I}=Lr({nonNull:!0,caller:xo}),V=ec(),K=Co({caller:xo}),ue=aa({caller:xo}),me=(0,g.useRef)(null);return(0,g.useEffect)(()=>{let ye=!0;return ea([Promise.all([o.e(480),o.e(863)]).then(o.bind(o,9863)).then(function(ve){return ve.j})]).then(ve=>{if(!ye)return;const Ke=me.current;if(!Ke)return;const He=ve(Ke,{value:l,lineNumbers:!0,tabSize:2,mode:{name:"javascript",json:!0},theme:r,autoCloseBrackets:!0,matchBrackets:!0,showCursorWhenSelecting:!0,readOnly:s?"nocursor":!1,foldGutter:!0,gutters:["CodeMirror-linenumbers","CodeMirror-foldgutter"],extraKeys:Rl});He.addKeyMap({"Cmd-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Ctrl-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Alt-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Shift-Space"(){He.showHint({completeSingle:!1,container:Ke})}}),He.on("keyup",(sn,en)=>{const Le=en.keyCode;(Le>=65&&Le<=90||!en.shiftKey&&Le>=48&&Le<=57||en.shiftKey&&Le===189||en.shiftKey&&Le===222)&&sn.execCommand("autocomplete")}),S(He)}),()=>{ye=!1}},[r,l,s,S]),Za(E,"keyMap",n),ic(E,a,I?gg:null,"headers",xo),fu(E,xo),Wr(E,["Cmd-Enter","Ctrl-Enter"],V==null?void 0:V.run),Wr(E,["Shift-Ctrl-P"],ue),Wr(E,["Shift-Ctrl-M"],K),me}v(xo,"useHeaderEditor"),ME(xo,"useHeaderEditor");const gg="headers";var RE=Object.defineProperty,FE=v((r,n)=>RE(r,"name",{value:n,configurable:!0}),"__name$6");const LE=Array.from({length:11},(r,n)=>String.fromCharCode(8192+n)).concat(["\u2028","\u2029","\u202F","\xA0"]),BE=new RegExp("["+LE.join("")+"]","g");function Xp(r){return r.replace(BE," ")}v(Xp,"normalizeWhitespace"),FE(Xp,"normalizeWhitespace");var jE=Object.defineProperty,du=v((r,n)=>jE(r,"name",{value:n,configurable:!0}),"__name$5");function Wi({editorTheme:r=Pl,keyMap:n=Ml,onClickReference:a,onCopyQuery:s,onEdit:l,readOnly:E=!1}={}){const{schema:S}=ia({nonNull:!0,caller:Wi}),{externalFragments:I,initialQuery:V,queryEditor:K,setOperationName:ue,setQueryEditor:me,validationRules:ye,variableEditor:ve,updateActiveTabValues:Ke}=Lr({nonNull:!0,caller:Wi}),He=ec(),sn=ta(),en=Yp(),Le=pu({caller:Wi,onCopyQuery:s}),Je=Co({caller:Wi}),cn=aa({caller:Wi}),Tn=(0,g.useRef)(null),on=(0,g.useRef)(),Kn=(0,g.useRef)(()=>{});(0,g.useEffect)(()=>{Kn.current=yn=>{en&&(en.show(),yn&&yn.kind==="Type"?en.push({name:yn.type.name,def:yn.type}):yn.kind==="Field"?en.push({name:yn.field.name,def:yn.field}):yn.kind==="Argument"&&yn.field?en.push({name:yn.field.name,def:yn.field}):yn.kind==="EnumValue"&&yn.type&&en.push({name:yn.type.name,def:yn.type}),a==null||a(yn))}},[en,a]),(0,g.useEffect)(()=>{let yn=!0;return ea([Promise.all([o.e(480),o.e(92)]).then(o.bind(o,5092)).then(function(Qn){return Qn.c}),Promise.all([o.e(480),o.e(573)]).then(o.bind(o,2573)).then(function(Qn){return Qn.s}),Promise.all([o.e(480),o.e(584),o.e(79),o.e(441)]).then(o.bind(o,1441)),Promise.all([o.e(480),o.e(662)]).then(o.bind(o,7662)),Promise.all([o.e(480),o.e(584),o.e(471)]).then(o.bind(o,7471)),Promise.all([o.e(480),o.e(584),o.e(724)]).then(o.bind(o,724)),Promise.all([o.e(480),o.e(98)]).then(o.bind(o,2098))]).then(Qn=>{if(!yn)return;on.current=Qn;const lt=Tn.current;if(!lt)return;const at=Qn(lt,{value:V,lineNumbers:!0,tabSize:2,foldGutter:!0,mode:"graphql",theme:r,autoCloseBrackets:!0,matchBrackets:!0,showCursorWhenSelecting:!0,readOnly:E?"nocursor":!1,lint:{schema:void 0,validationRules:null,externalFragments:void 0},hintOptions:{schema:void 0,closeOnUnfocus:!1,completeSingle:!1,container:lt,externalFragments:void 0},info:{schema:void 0,renderDescription:Qe=>_p.render(Qe),onClick:Qe=>{Kn.current(Qe)}},jump:{schema:void 0,onClick:Qe=>{Kn.current(Qe)}},gutters:["CodeMirror-linenumbers","CodeMirror-foldgutter"],extraKeys:ne(W({},Rl),{"Cmd-S"(){},"Ctrl-S"(){}})});at.addKeyMap({"Cmd-Space"(){at.showHint({completeSingle:!0,container:lt})},"Ctrl-Space"(){at.showHint({completeSingle:!0,container:lt})},"Alt-Space"(){at.showHint({completeSingle:!0,container:lt})},"Shift-Space"(){at.showHint({completeSingle:!0,container:lt})},"Shift-Alt-Space"(){at.showHint({completeSingle:!0,container:lt})}}),at.on("keyup",(Qe,qn)=>{UE.test(qn.key)&&Qe.execCommand("autocomplete")}),at.on("beforeChange",(Qe,qn)=>{var Bn;if(qn.origin==="paste"){const st=qn.text.map(Xp);(Bn=qn.update)==null||Bn.call(qn,qn.from,qn.to,st)}}),at.documentAST=null,at.operationName=null,at.operations=null,at.variableToType=null,me(at)}),()=>{yn=!1}},[r,V,E,me]),Za(K,"keyMap",n),(0,g.useEffect)(()=>{if(!K)return;function yn(lt){var at,Qe,qn,Bn,st;const Ln=ig(S,lt.getValue()),ht=ev((at=lt.operations)!=null?at:void 0,(Qe=lt.operationName)!=null?Qe:void 0,Ln==null?void 0:Ln.operations);return lt.documentAST=(qn=Ln==null?void 0:Ln.documentAST)!=null?qn:null,lt.operationName=ht!=null?ht:null,lt.operations=(Bn=Ln==null?void 0:Ln.operations)!=null?Bn:null,ve&&(ve.state.lint.linterOptions.variableToType=Ln==null?void 0:Ln.variableToType,ve.options.lint.variableToType=Ln==null?void 0:Ln.variableToType,ve.options.hintOptions.variableToType=Ln==null?void 0:Ln.variableToType,(st=on.current)==null||st.signal(ve,"change",ve)),Ln?ne(W({},Ln),{operationName:ht}):null}v(yn,"getAndUpdateOperationFacts"),du(yn,"getAndUpdateOperationFacts");const Qn=oa(100,lt=>{var at;const Qe=lt.getValue();sn==null||sn.set(yg,Qe);const qn=lt.operationName,Bn=yn(lt);(Bn==null?void 0:Bn.operationName)!==void 0&&(sn==null||sn.set(VE,Bn.operationName)),l==null||l(Qe,Bn==null?void 0:Bn.documentAST),Bn!=null&&Bn.operationName&&qn!==Bn.operationName&&ue(Bn.operationName),Ke({query:Qe,operationName:(at=Bn==null?void 0:Bn.operationName)!=null?at:null})});return yn(K),K.on("change",Qn),()=>K.off("change",Qn)},[l,K,S,ue,sn,ve,Ke]),ed(K,S!=null?S:null,on),nd(K,ye!=null?ye:null,on),td(K,I,on),fu(K,Wi);const dt=He==null?void 0:He.run,At=(0,g.useCallback)(()=>{var yn;if(!dt||!K||!K.operations||!K.hasFocus()){dt==null||dt();return}const Qn=K.indexFromPos(K.getCursor());let lt;for(const at of K.operations)at.loc&&at.loc.start<=Qn&&at.loc.end>=Qn&&(lt=(yn=at.name)==null?void 0:yn.value);lt&&lt!==K.operationName&&ue(lt),dt()},[K,dt,ue]);return Wr(K,["Cmd-Enter","Ctrl-Enter"],At),Wr(K,["Shift-Ctrl-C"],Le),Wr(K,["Shift-Ctrl-P","Shift-Ctrl-F"],cn),Wr(K,["Shift-Ctrl-M"],Je),Tn}v(Wi,"useQueryEditor"),du(Wi,"useQueryEditor");function ed(r,n,a){(0,g.useEffect)(()=>{if(!r)return;const s=r.options.lint.schema!==n;r.state.lint.linterOptions.schema=n,r.options.lint.schema=n,r.options.hintOptions.schema=n,r.options.info.schema=n,r.options.jump.schema=n,s&&a.current&&a.current.signal(r,"change",r)},[r,n,a])}v(ed,"useSynchronizeSchema"),du(ed,"useSynchronizeSchema");function nd(r,n,a){(0,g.useEffect)(()=>{if(!r)return;const s=r.options.lint.validationRules!==n;r.state.lint.linterOptions.validationRules=n,r.options.lint.validationRules=n,s&&a.current&&a.current.signal(r,"change",r)},[r,n,a])}v(nd,"useSynchronizeValidationRules"),du(nd,"useSynchronizeValidationRules");function td(r,n,a){const s=(0,g.useMemo)(()=>[...n.values()],[n]);(0,g.useEffect)(()=>{if(!r)return;const l=r.options.lint.externalFragments!==s;r.state.lint.linterOptions.externalFragments=s,r.options.lint.externalFragments=s,r.options.hintOptions.externalFragments=s,l&&a.current&&a.current.signal(r,"change",r)},[r,s,a])}v(td,"useSynchronizeExternalFragments"),du(td,"useSynchronizeExternalFragments");const UE=/^[a-zA-Z0-9_@(]$/,yg="query",VE="operationName";var zE=Object.defineProperty,Ar=v((r,n)=>zE(r,"name",{value:n,configurable:!0}),"__name$4");function rd({headers:r,query:n,variables:a,storage:s}){const l=s==null?void 0:s.get(fd);try{if(!l)throw new Error("Storage for tabs is empty");const E=JSON.parse(l);if(id(E)){const S=qa({query:n,variables:a,headers:r});let I=-1;for(let V=0;V<E.tabs.length;V++){const K=E.tabs[V];K.hash=qa({query:K.query,variables:K.variables,headers:K.headers}),K.hash===S&&(I=V)}if(I>=0)E.activeTabIndex=I;else{const V=n?lc(n):null;E.tabs.push({id:uc(),hash:S,title:V||cd,query:n,variables:a,headers:r,operationName:V,response:null})}return E}else throw new Error("Storage for tabs is invalid")}catch{return s==null||s.set(fd,""),{activeTabIndex:0,tabs:[ac()]}}}v(rd,"getDefaultTabState"),Ar(rd,"getDefaultTabState");function id(r){return r&&typeof r=="object"&&!Array.isArray(r)&&ad(r,"activeTabIndex")&&"tabs"in r&&Array.isArray(r.tabs)&&r.tabs.every(od)}v(id,"isTabsState"),Ar(id,"isTabsState");function od(r){return r&&typeof r=="object"&&!Array.isArray(r)&&oc(r,"id")&&oc(r,"title")&&sa(r,"query")&&sa(r,"variables")&&sa(r,"headers")&&sa(r,"operationName")&&sa(r,"response")}v(od,"isTabState"),Ar(od,"isTabState");function ad(r,n){return n in r&&typeof r[n]=="number"}v(ad,"hasNumberKey"),Ar(ad,"hasNumberKey");function oc(r,n){return n in r&&typeof r[n]=="string"}v(oc,"hasStringKey"),Ar(oc,"hasStringKey");function sa(r,n){return n in r&&(typeof r[n]=="string"||r[n]===null)}v(sa,"hasStringOrNullKey"),Ar(sa,"hasStringOrNullKey");function sd({queryEditor:r,variableEditor:n,headerEditor:a,responseEditor:s}){return(0,g.useCallback)(l=>{var E,S,I,V,K;const ue=(E=r==null?void 0:r.getValue())!=null?E:null,me=(S=n==null?void 0:n.getValue())!=null?S:null,ye=(I=a==null?void 0:a.getValue())!=null?I:null,ve=(V=r==null?void 0:r.operationName)!=null?V:null,Ke=(K=s==null?void 0:s.getValue())!=null?K:null;return sc(l,{query:ue,variables:me,headers:ye,response:Ke,operationName:ve})},[r,n,a,s])}v(sd,"useSynchronizeActiveTabValues"),Ar(sd,"useSynchronizeActiveTabValues");function ud({storage:r,shouldPersistHeaders:n}){const a=(0,g.useMemo)(()=>oa(500,s=>{r==null||r.set(fd,s)}),[r]);return(0,g.useCallback)(s=>{a(JSON.stringify(s,(l,E)=>l==="hash"||l==="response"||!n&&l==="headers"?null:E))},[n,a])}v(ud,"useStoreTabs"),Ar(ud,"useStoreTabs");function ld({queryEditor:r,variableEditor:n,headerEditor:a,responseEditor:s}){return(0,g.useCallback)(({query:l,variables:E,headers:S,response:I})=>{r==null||r.setValue(l!=null?l:""),n==null||n.setValue(E!=null?E:""),a==null||a.setValue(S!=null?S:""),s==null||s.setValue(I!=null?I:"")},[a,r,s,n])}v(ld,"useSetEditorValues"),Ar(ld,"useSetEditorValues");function ac(){return{id:uc(),hash:qa({query:null,variables:null,headers:null}),title:cd,query:null,variables:null,headers:null,operationName:null,response:null}}v(ac,"emptyTab"),Ar(ac,"emptyTab");function sc(r,n){return ne(W({},r),{tabs:r.tabs.map((a,s)=>{if(s!==r.activeTabIndex)return a;const l=W(W({},a),n);return ne(W({},l),{hash:qa(l),title:l.operationName||(l.query?lc(l.query):void 0)||cd})})})}v(sc,"setPropertiesInActiveTab"),Ar(sc,"setPropertiesInActiveTab");function uc(){const r=Ar(()=>Math.floor((1+Math.random())*65536).toString(16).substring(1),"s4");return`${r()}${r()}-${r()}-${r()}-${r()}-${r()}${r()}${r()}`}v(uc,"guid"),Ar(uc,"guid");function qa(r){var n,a,s;return[(n=r.query)!=null?n:"",(a=r.variables)!=null?a:"",(s=r.headers)!=null?s:""].join("|")}v(qa,"hashFromTabContents"),Ar(qa,"hashFromTabContents");function lc(r){var n;const s=/^(?!.*#).*(query|subscription|mutation)\s+([a-zA-Z0-9_]+)/.exec(r);return(n=s==null?void 0:s[2])!=null?n:null}v(lc,"fuzzyExtractOperationName"),Ar(lc,"fuzzyExtractOperationName");const cd="<untitled>",fd="tabState";var WE=Object.defineProperty,GE=v((r,n)=>WE(r,"name",{value:n,configurable:!0}),"__name$3");function ko({editorTheme:r=Pl,keyMap:n=Ml,onEdit:a,readOnly:s=!1}={}){const{initialVariables:l,variableEditor:E,setVariableEditor:S}=Lr({nonNull:!0,caller:ko}),I=ec(),V=Co({caller:ko}),K=aa({caller:ko}),ue=(0,g.useRef)(null),me=(0,g.useRef)();return(0,g.useEffect)(()=>{let ye=!0;return ea([Promise.all([o.e(480),o.e(995)]).then(o.bind(o,5995)),Promise.all([o.e(480),o.e(588)]).then(o.bind(o,7588)),Promise.all([o.e(480),o.e(178)]).then(o.bind(o,4178))]).then(ve=>{if(!ye)return;me.current=ve;const Ke=ue.current;if(!Ke)return;const He=ve(Ke,{value:l,lineNumbers:!0,tabSize:2,mode:"graphql-variables",theme:r,autoCloseBrackets:!0,matchBrackets:!0,showCursorWhenSelecting:!0,readOnly:s?"nocursor":!1,foldGutter:!0,lint:{variableToType:void 0},hintOptions:{closeOnUnfocus:!1,completeSingle:!1,container:Ke,variableToType:void 0},gutters:["CodeMirror-linenumbers","CodeMirror-foldgutter"],extraKeys:Rl});He.addKeyMap({"Cmd-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Ctrl-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Alt-Space"(){He.showHint({completeSingle:!1,container:Ke})},"Shift-Space"(){He.showHint({completeSingle:!1,container:Ke})}}),He.on("keyup",(sn,en)=>{const Le=en.keyCode;(Le>=65&&Le<=90||!en.shiftKey&&Le>=48&&Le<=57||en.shiftKey&&Le===189||en.shiftKey&&Le===222)&&sn.execCommand("autocomplete")}),S(He)}),()=>{ye=!1}},[r,l,s,S]),Za(E,"keyMap",n),ic(E,a,Eg,"variables",ko),fu(E,ko),Wr(E,["Cmd-Enter","Ctrl-Enter"],I==null?void 0:I.run),Wr(E,["Shift-Ctrl-P"],K),Wr(E,["Shift-Ctrl-M"],V),ue}v(ko,"useVariableEditor"),GE(ko,"useVariableEditor");const Eg="variables";var ZE=Object.defineProperty,KE=v((r,n)=>ZE(r,"name",{value:n,configurable:!0}),"__name$2");const _g=Ao("EditorContext");function pd(r){var n,a,s,l,E;const S=ta(),[I,V]=(0,g.useState)(null),[K,ue]=(0,g.useState)(null),[me,ye]=(0,g.useState)(null),[ve,Ke]=(0,g.useState)(null);Ga(I,r.headers),Ga(K,r.query),Ga(me,r.response),Ga(ve,r.variables);const[He]=(0,g.useState)(()=>{var st,Ln,ht,bi,ua,So;return{headers:(Ln=(st=r.headers)!=null?st:S==null?void 0:S.get(gg))!=null?Ln:null,query:(bi=(ht=r.query)!=null?ht:S==null?void 0:S.get(yg))!=null?bi:null,variables:(So=(ua=r.variables)!=null?ua:S==null?void 0:S.get(Eg))!=null?So:null}}),[sn,en]=(0,g.useState)(()=>rd(ne(W({},He),{storage:S}))),Le=ud({storage:S,shouldPersistHeaders:r.shouldPersistHeaders}),Je=sd({queryEditor:K,variableEditor:ve,headerEditor:I,responseEditor:me}),cn=ld({queryEditor:K,variableEditor:ve,headerEditor:I,responseEditor:me}),{onTabChange:Tn}=r,on=(0,g.useCallback)(()=>{en(st=>{const Ln=Je(st),ht={tabs:[...Ln.tabs,ac()],activeTabIndex:Ln.tabs.length};return Le(ht),cn(ht.tabs[ht.activeTabIndex]),Tn==null||Tn(ht),ht})},[Tn,cn,Le,Je]),Kn=(0,g.useCallback)(st=>{en(Ln=>{const ht=ne(W({},Je(Ln)),{activeTabIndex:st});return Le(ht),cn(ht.tabs[ht.activeTabIndex]),Tn==null||Tn(ht),ht})},[Tn,cn,Le,Je]),dt=(0,g.useCallback)(st=>{en(Ln=>{const ht={tabs:Ln.tabs.filter((bi,ua)=>st!==ua),activeTabIndex:Math.max(Ln.activeTabIndex-1,0)};return Le(ht),cn(ht.tabs[ht.activeTabIndex]),Tn==null||Tn(ht),ht})},[Tn,cn,Le]),At=(0,g.useCallback)(st=>{en(Ln=>{const ht=sc(Ln,st);return Le(ht),Tn==null||Tn(ht),ht})},[Tn,Le]),{onEditOperationName:yn}=r,Qn=(0,g.useCallback)(st=>{K&&(K.operationName=st,At({operationName:st}),yn==null||yn(st))},[yn,K,At]),lt=sn.activeTabIndex>0?"":(n=r.defaultQuery)!=null?n:qE,at=(0,g.useRef)({initialHeaders:(a=He.headers)!=null?a:"",initialQuery:(s=He.query)!=null?s:lt,initialResponse:(l=r.response)!=null?l:"",initialVariables:(E=He.variables)!=null?E:""}),Qe=(0,g.useMemo)(()=>{const st=new Map;if(Array.isArray(r.externalFragments))for(const Ln of r.externalFragments)st.set(Ln.name.value,Ln);else if(typeof r.externalFragments=="string")(0,u.Vn)((0,m.Qc)(r.externalFragments,{}),{FragmentDefinition(Ln){st.set(Ln.name.value,Ln)}});else if(r.externalFragments)throw new Error("The `externalFragments` prop must either be a string that contains the fragment definitions in SDL or a list of FragmentDefinitionNode objects.");return st},[r.externalFragments]),qn=(0,g.useMemo)(()=>r.validationRules||[],[r.validationRules]),Bn=(0,g.useMemo)(()=>ne(W(ne(W({},sn),{addTab:on,changeTab:Kn,closeTab:dt,updateActiveTabValues:At,headerEditor:I,queryEditor:K,responseEditor:me,variableEditor:ve,setHeaderEditor:V,setQueryEditor:ue,setResponseEditor:ye,setVariableEditor:Ke,setOperationName:Qn}),at.current),{externalFragments:Qe,validationRules:qn,shouldPersistHeaders:r.shouldPersistHeaders||!1}),[sn,on,Kn,dt,At,I,K,me,ve,Qn,Qe,qn,r.shouldPersistHeaders]);return Vi(_g.Provider,{value:Bn,children:r.children})}v(pd,"EditorContextProvider"),KE(pd,"EditorContextProvider");const Lr=To(_g),qE=`# Welcome to GraphiQL
61
+ #
62
+ # GraphiQL is an in-browser tool for writing, validating, and
63
+ # testing GraphQL queries.
64
+ #
65
+ # Type queries into this side of the screen, and you will see intelligent
66
+ # typeaheads aware of the current GraphQL type schema and live syntax and
67
+ # validation errors highlighted within the text.
68
+ #
69
+ # GraphQL queries typically start with a "{" character. Lines that start
70
+ # with a # are ignored.
71
+ #
72
+ # An example GraphQL query might look like:
73
+ #
74
+ # {
75
+ # field(arg: "value") {
76
+ # subField
77
+ # }
78
+ # }
79
+ #
80
+ # Keyboard shortcuts:
81
+ #
82
+ # Prettify Query: Shift-Ctrl-P (or press the prettify button above)
83
+ #
84
+ # Merge Query: Shift-Ctrl-M (or press the merge button above)
85
+ #
86
+ # Run Query: Ctrl-Enter (or press the play button above)
87
+ #
88
+ # Auto Complete: Ctrl-Space (or just start typing)
89
+ #
90
+
91
+ `;var HE=Object.defineProperty,QE=v((r,n)=>HE(r,"name",{value:n,configurable:!0}),"__name$1");function hu({ResponseTooltip:r,editorTheme:n=Pl,keyMap:a=Ml}={}){const{fetchError:s,validationErrors:l}=ia({nonNull:!0,caller:hu}),{initialResponse:E,responseEditor:S,setResponseEditor:I}=Lr({nonNull:!0,caller:hu}),V=(0,g.useRef)(null),K=(0,g.useRef)(r);return(0,g.useEffect)(()=>{K.current=r},[r]),(0,g.useEffect)(()=>{let ue=!0;return ea([Promise.all([o.e(480),o.e(739)]).then(o.bind(o,5739)).then(function(me){return me.f}),Promise.all([o.e(480),o.e(768)]).then(o.bind(o,768)).then(function(me){return me.b}),Promise.all([o.e(480),o.e(744)]).then(o.bind(o,9744)).then(function(me){return me.d}),Promise.all([o.e(480),o.e(573)]).then(o.bind(o,2573)).then(function(me){return me.s}),Promise.all([o.e(480),o.e(105)]).then(o.bind(o,6105)).then(function(me){return me.s}),Promise.all([o.e(480),o.e(198)]).then(o.bind(o,2198)).then(function(me){return me.j}),Promise.all([o.e(480),o.e(571)]).then(o.bind(o,3571)).then(function(me){return me.s}),Promise.all([o.e(480),o.e(896)]).then(o.bind(o,6896)),Promise.all([o.e(480),o.e(574)]).then(o.bind(o,1574))],{useCommonAddons:!1}).then(me=>{if(!ue)return;const ye=document.createElement("div");me.registerHelper("info","graphql-results",(He,sn,en,Le)=>{const Je=[],cn=K.current;return cn&&Je.push(Vi(cn,{pos:Le})),ru.shouldRender(He)&&Je.push(Vi(ru,{token:He},"image-preview")),Je.length?(D.render(Je,ye),ye):(D.unmountComponentAtNode(ye),null)});const ve=V.current;if(!ve)return;const Ke=me(ve,{value:E,lineWrapping:!0,readOnly:!0,theme:n,mode:"graphql-results",foldGutter:!0,gutters:["CodeMirror-foldgutter"],info:!0,extraKeys:Rl});I(Ke)}),()=>{ue=!1}},[n,E,I]),Za(S,"keyMap",a),(0,g.useEffect)(()=>{s&&(S==null||S.setValue(s)),l.length>0&&(S==null||S.setValue(na(l)))},[S,s,l]),V}v(hu,"useResponseEditor"),QE(hu,"useResponseEditor");var $E=Object.defineProperty,mu=v((r,n)=>$E(r,"name",{value:n,configurable:!0}),"__name");function dd({defaultSizeRelation:r=YE,direction:n,initiallyHidden:a,onHiddenElementChange:s,sizeThresholdFirst:l=100,sizeThresholdSecond:E=100,storageKey:S}){const I=ta(),V=(0,g.useCallback)(oa(500,Le=>{I&&S&&I.set(S,Le)}),[I,S]),[K,ue]=(0,g.useState)(()=>{const Le=I&&S?I.get(S):null;return Le===cc||a==="first"?"first":Le===fc||a==="second"?"second":null}),me=(0,g.useCallback)(Le=>{ue(Le),s==null||s(Le)},[s]),ye=(0,g.useRef)(null),ve=(0,g.useRef)(null),Ke=(0,g.useRef)(null),He=(0,g.useRef)(`${r}`);(0,g.useLayoutEffect)(()=>{const Le=I&&S&&I.get(S)||He.current,Je=n==="horizontal"?"row":"column";ye.current&&(ye.current.style.display="flex",ye.current.style.flexDirection=Je,ye.current.style.flex=Le===cc||Le===fc?He.current:Le),Ke.current&&(Ke.current.style.display="flex",Ke.current.style.flexDirection=Je,Ke.current.style.flex="1"),ve.current&&(ve.current.style.display="flex",ve.current.style.flexDirection=Je)},[n,I,S]);const sn=(0,g.useCallback)(Le=>{const Je=Le==="first"?ye.current:Ke.current;if(Je&&(Je.style.left="-1000px",Je.style.position="absolute",Je.style.opacity="0",Je.style.height="500px",Je.style.width="500px",ye.current)){const cn=parseFloat(ye.current.style.flex);(!Number.isFinite(cn)||cn<1)&&(ye.current.style.flex="1"),ye.current.style.flex}},[]),en=(0,g.useCallback)(Le=>{const Je=Le==="first"?ye.current:Ke.current;if(Je&&(Je.style.width="",Je.style.height="",Je.style.opacity="",Je.style.position="",Je.style.left="",ye.current&&I&&S)){const cn=I==null?void 0:I.get(S);cn&&cn!==cc&&cn!==fc&&(ye.current.style.flex=cn)}},[I,S]);return(0,g.useLayoutEffect)(()=>{K==="first"?sn("first"):en("first"),K==="second"?sn("second"):en("second")},[K,sn,en]),(0,g.useEffect)(()=>{if(!ve.current||!ye.current||!Ke.current)return;const Le=ve.current,Je=ye.current,cn=Je.parentElement,Tn=n==="horizontal"?"clientX":"clientY",on=n==="horizontal"?"left":"top",Kn=n==="horizontal"?"right":"bottom",dt=n==="horizontal"?"clientWidth":"clientHeight";function At(Qn){Qn.preventDefault();const lt=Qn[Tn]-Le.getBoundingClientRect()[on];function at(qn){if(qn.buttons===0)return Qe();const Bn=qn[Tn]-cn.getBoundingClientRect()[on]-lt,st=cn.getBoundingClientRect()[Kn]-qn[Tn]+lt-Le[dt];if(Bn<l)me("first"),V(cc);else if(st<E)me("second"),V(fc);else{me(null);const Ln=`${Bn/st}`;Je.style.flex=Ln,V(Ln)}}v(at,"handleMouseMove"),mu(at,"handleMouseMove");function Qe(){document.removeEventListener("mousemove",at),document.removeEventListener("mouseup",Qe)}v(Qe,"handleMouseUp"),mu(Qe,"handleMouseUp"),document.addEventListener("mousemove",at),document.addEventListener("mouseup",Qe)}v(At,"handleMouseDown"),mu(At,"handleMouseDown"),Le.addEventListener("mousedown",At);function yn(){ye.current&&(ye.current.style.flex=He.current),V(He.current),me(null)}return v(yn,"reset"),mu(yn,"reset"),Le.addEventListener("dblclick",yn),()=>{Le.removeEventListener("mousedown",At),Le.removeEventListener("dblclick",yn)}},[n,me,l,E,V]),(0,g.useMemo)(()=>({dragBarRef:ve,hiddenElement:K,firstRef:ye,setHiddenElement:me,secondRef:Ke}),[K,me])}v(dd,"useDragResize"),mu(dd,"useDragResize");const YE=1,cc="hide-first",fc="hide-second"},1701:(w,B,o)=>{"use strict";o.d(B,{Z:()=>u});var b=o(3645),m=o.n(b),d=m()(function(p){return p[1]});d.push([w.id,`.graphiql-container,
92
+ .graphiql-container button,
93
+ .graphiql-container input {
94
+ color: #141823;
95
+ font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
96
+ 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande',
97
+ arial, sans-serif;
98
+ font-size: 14px;
99
+ }
100
+
101
+ .graphiql-container {
102
+ display: flex;
103
+ flex-direction: row;
104
+ height: 100%;
105
+ margin: 0;
106
+ overflow: hidden;
107
+ width: 100%;
108
+ }
109
+
110
+ .graphiql-container .editorWrap {
111
+ display: flex;
112
+ flex-direction: column;
113
+ flex: 1;
114
+ overflow-x: hidden;
115
+ }
116
+
117
+ .graphiql-container .title {
118
+ font-size: 18px;
119
+ }
120
+
121
+ .graphiql-container .title em {
122
+ font-family: georgia;
123
+ font-size: 19px;
124
+ }
125
+
126
+ .graphiql-container .topBarWrap {
127
+ display: flex;
128
+ flex-direction: row;
129
+ }
130
+
131
+ .graphiql-container .topBar {
132
+ align-items: center;
133
+ background: #1d2833;
134
+ color: #ffffff;
135
+ cursor: default;
136
+ display: flex;
137
+ flex-direction: row;
138
+ flex: 1;
139
+ height: 34px;
140
+ overflow-y: visible;
141
+ padding: 7px 14px 6px;
142
+ user-select: none;
143
+ }
144
+
145
+ .graphiql-container .toolbar {
146
+ overflow-x: visible;
147
+ display: flex;
148
+ }
149
+
150
+ .graphiql-container .docExplorerShow,
151
+ .graphiql-container .historyShow {
152
+ background: #1d2833;
153
+ border-radius: 0;
154
+ border: none;
155
+ color: #e7e7e7;
156
+ cursor: pointer;
157
+ font-size: 14px;
158
+ margin: 0;
159
+ padding: 2px 20px 0 18px;
160
+ }
161
+
162
+
163
+ .graphiql-container .historyShow {
164
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
165
+ border-left: 0;
166
+ }
167
+
168
+ .graphiql-container .docExplorerShow:before {
169
+ border-left: 2px solid #729498;
170
+ border-top: 2px solid #729498;
171
+ content: '';
172
+ display: inline-block;
173
+ height: 9px;
174
+ margin: 0 3px -1px 0;
175
+ position: relative;
176
+ transform: rotate(-45deg);
177
+ width: 9px;
178
+ }
179
+
180
+ .graphiql-container .editorBar {
181
+ display: flex;
182
+ flex-direction: row;
183
+ flex: 1;
184
+ max-height: 100%;
185
+ }
186
+
187
+ .graphiql-container .queryWrap {
188
+ display: flex;
189
+ flex-direction: column;
190
+ flex: 1;
191
+ }
192
+
193
+ .graphiql-container .resultWrap {
194
+ display: flex;
195
+ flex-direction: column;
196
+ flex: 1;
197
+ flex-basis: 1em;
198
+ position: relative;
199
+ }
200
+
201
+ .graphiql-container .docExplorerWrap,
202
+ .graphiql-container .historyPaneWrap {
203
+ background: #0f1923;
204
+ color: #ffffff;
205
+ box-shadow: none;
206
+ position: relative;
207
+ width: 100%;
208
+ z-index: 3;
209
+ }
210
+
211
+ .graphiql-container .historyPaneWrap {
212
+ min-width: 230px;
213
+ z-index: 5;
214
+ }
215
+
216
+ .graphiql-container .docExplorerResizer {
217
+ cursor: col-resize;
218
+ height: 100%;
219
+ position: absolute;
220
+ width: 10px;
221
+ z-index: 10;
222
+ }
223
+
224
+ .graphiql-container .docExplorerHide {
225
+ cursor: pointer;
226
+ color: #729498;
227
+ font-size: 18px;
228
+ margin: -7px -8px -6px 0;
229
+ padding: 18px 16px 15px 12px;
230
+ background: 0;
231
+ border: 0;
232
+ line-height: 14px;
233
+ }
234
+
235
+ .graphiql-container div .query-editor {
236
+ flex: 1;
237
+ position: relative;
238
+ }
239
+
240
+ .graphiql-container .secondary-editor {
241
+ display: flex;
242
+ flex-direction: column;
243
+ height: 100%;
244
+ position: relative;
245
+ }
246
+
247
+ .graphiql-container .secondary-editor-title {
248
+ background: #eeeeee;
249
+ border-bottom: 1px solid #d6d6d6;
250
+ border-top: 1px solid #e0e0e0;
251
+ color: #777;
252
+ cursor: row-resize;
253
+ font-variant: small-caps;
254
+ font-weight: bold;
255
+ letter-spacing: 1px;
256
+ line-height: 14px;
257
+ padding: 6px 0 8px 43px;
258
+ text-transform: lowercase;
259
+ user-select: none;
260
+ }
261
+
262
+ .graphiql-container .codemirrorWrap {
263
+ flex: 1;
264
+ height: 100%;
265
+ position: relative;
266
+ }
267
+
268
+ .graphiql-container .result-window {
269
+ flex: 1;
270
+ height: 100%;
271
+ position: relative;
272
+ }
273
+
274
+ .graphiql-container .footer {
275
+ background: #f6f7f8;
276
+ border-left: 1px solid #e0e0e0;
277
+ border-top: 1px solid #e0e0e0;
278
+ margin-left: 12px;
279
+ position: relative;
280
+ }
281
+
282
+ .graphiql-container .footer:before {
283
+ background: #eeeeee;
284
+ bottom: 0;
285
+ content: ' ';
286
+ left: -13px;
287
+ position: absolute;
288
+ top: -1px;
289
+ width: 12px;
290
+ }
291
+
292
+ /* No \`.graphiql-container\` here so themes can overwrite */
293
+
294
+ .result-window .CodeMirror.cm-s-graphiql {
295
+ background: #f6f7f8;
296
+ }
297
+
298
+ .graphiql-container .result-window .CodeMirror-gutters {
299
+ background-color: #f6f7f8;
300
+ border: none;
301
+ }
302
+
303
+ .editor-drag-bar {
304
+ width: 12px;
305
+ background-color: #eeeeee;
306
+ border-left: 1px solid #e0e0e0;
307
+ border-right: 1px solid #e0e0e0;
308
+ cursor: col-resize;
309
+ }
310
+
311
+ .graphiql-container .result-window .CodeMirror-foldgutter,
312
+ .graphiql-container .result-window .CodeMirror-foldgutter-open:after,
313
+ .graphiql-container .result-window .CodeMirror-foldgutter-folded:after {
314
+ padding-left: 3px;
315
+ }
316
+
317
+ .graphiql-container .toolbar-button {
318
+ border: 0;
319
+ border-radius: 3px;
320
+ cursor: pointer;
321
+ display: inline-block;
322
+ margin: 0 5px;
323
+ text-decoration: none;
324
+ text-overflow: ellipsis;
325
+ white-space: nowrap;
326
+ max-width: 150px;
327
+
328
+ background: #13202d;
329
+ color: #729498;
330
+ box-shadow: none;
331
+ padding: 5px 11px 7px;
332
+ }
333
+
334
+ .graphiql-container .toolbar-button:active {
335
+ background: #13202a;
336
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7),
337
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px 1px rgba(0, 0, 0, 0.12),
338
+ inset 0 0 5px rgba(0, 0, 0, 0.1);
339
+ }
340
+
341
+ .graphiql-container .toolbar-button.error {
342
+ background: #13202d;
343
+ color: #b00;
344
+ }
345
+
346
+ .graphiql-container .toolbar-button-group {
347
+ margin: 0 5px;
348
+ white-space: nowrap;
349
+ }
350
+
351
+ .graphiql-container .toolbar-button-group > * {
352
+ margin: 0;
353
+ }
354
+
355
+ .graphiql-container .toolbar-button-group > *:not(:last-child) {
356
+ border-top-right-radius: 0;
357
+ border-bottom-right-radius: 0;
358
+ }
359
+
360
+ .graphiql-container .toolbar-button-group > *:not(:first-child) {
361
+ border-top-left-radius: 0;
362
+ border-bottom-left-radius: 0;
363
+ margin-left: -1px;
364
+ }
365
+
366
+ .graphiql-container .execute-button-wrap {
367
+ height: 34px;
368
+ margin: 0 14px 0 28px;
369
+ position: relative;
370
+ }
371
+
372
+ .graphiql-container .execute-button {
373
+ background: #13202d;
374
+ border-radius: 3px;
375
+ border: 1px solid rgba(0, 0, 0, 0.25);
376
+ box-shadow: none;
377
+ cursor: pointer;
378
+ fill: #f7f7f7;
379
+ height: 34px;
380
+ margin: 0;
381
+ padding: 0;
382
+ width: 34px;
383
+ }
384
+
385
+ .graphiql-container .toolbar-button > svg,
386
+ .graphiql-container .execute-button svg {
387
+ pointer-events: none;
388
+ }
389
+
390
+ .graphiql-container .execute-button:active {
391
+ background: linear-gradient(#e6e6e6, #c3c3c3);
392
+ box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0, 0, 0, 0.2),
393
+ inset 0 0 6px rgba(0, 0, 0, 0.1);
394
+ }
395
+
396
+ .graphiql-container .toolbar-menu,
397
+ .graphiql-container .toolbar-select {
398
+ position: relative;
399
+ }
400
+
401
+ .graphiql-container .execute-options,
402
+ .graphiql-container .toolbar-menu-items,
403
+ .graphiql-container .toolbar-select-options {
404
+ background: #13202d;
405
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.25);
406
+ margin: 0;
407
+ padding: 6px 0;
408
+ position: absolute;
409
+ z-index: 100;
410
+ }
411
+
412
+ .graphiql-container .execute-options {
413
+ min-width: 100px;
414
+ top: 37px;
415
+ left: -1px;
416
+ }
417
+
418
+ .graphiql-container .toolbar-menu-items {
419
+ left: 1px;
420
+ margin-top: -1px;
421
+ min-width: 110%;
422
+ top: 100%;
423
+ visibility: hidden;
424
+ }
425
+
426
+ .graphiql-container .toolbar-menu-items.open {
427
+ visibility: visible;
428
+ }
429
+
430
+ .graphiql-container .toolbar-select-options {
431
+ left: 0;
432
+ min-width: 100%;
433
+ top: -5px;
434
+ visibility: hidden;
435
+ }
436
+
437
+ .graphiql-container .toolbar-select-options.open {
438
+ visibility: visible;
439
+ }
440
+
441
+ .graphiql-container .execute-options > li,
442
+ .graphiql-container .toolbar-menu-items > li,
443
+ .graphiql-container .toolbar-select-options > li {
444
+ cursor: pointer;
445
+ display: block;
446
+ margin: none;
447
+ max-width: 300px;
448
+ overflow: hidden;
449
+ padding: 2px 20px 4px 11px;
450
+ white-space: nowrap;
451
+ }
452
+
453
+ .graphiql-container .execute-options > li.selected,
454
+ .graphiql-container .toolbar-menu-items > li.hover,
455
+ .graphiql-container .toolbar-menu-items > li:active,
456
+ .graphiql-container .toolbar-menu-items > li:hover,
457
+ .graphiql-container .toolbar-select-options > li.hover,
458
+ .graphiql-container .toolbar-select-options > li:active,
459
+ .graphiql-container .toolbar-select-options > li:hover,
460
+ .graphiql-container .history-contents > li:hover,
461
+ .graphiql-container .history-contents > li:active {
462
+ background: #e10098;
463
+ color: #fff;
464
+ }
465
+
466
+ .graphiql-container .toolbar-select-options > li > svg {
467
+ display: inline;
468
+ fill: #666;
469
+ margin: 0 -6px 0 6px;
470
+ pointer-events: none;
471
+ vertical-align: middle;
472
+ }
473
+
474
+ .graphiql-container .toolbar-select-options > li.hover > svg,
475
+ .graphiql-container .toolbar-select-options > li:active > svg,
476
+ .graphiql-container .toolbar-select-options > li:hover > svg {
477
+ fill: #fff;
478
+ }
479
+
480
+ .graphiql-container .CodeMirror-scroll {
481
+ overflow-scrolling: touch;
482
+ }
483
+
484
+ .graphiql-container .CodeMirror {
485
+ color: #141823;
486
+ font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
487
+ font-size: 13px;
488
+ height: 100%;
489
+ left: 0;
490
+ position: absolute;
491
+ top: 0;
492
+ width: 100%;
493
+ }
494
+
495
+ .graphiql-container .CodeMirror-lines {
496
+ padding: 20px 0;
497
+ }
498
+
499
+ .CodeMirror-hint-information .content {
500
+ box-orient: vertical;
501
+ color: #141823;
502
+ display: flex;
503
+ font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
504
+ 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande',
505
+ arial, sans-serif;
506
+ font-size: 13px;
507
+ line-clamp: 3;
508
+ line-height: 16px;
509
+ max-height: 48px;
510
+ overflow: hidden;
511
+ text-overflow: -o-ellipsis-lastline;
512
+ }
513
+
514
+ .CodeMirror-hint-information .content p:first-child {
515
+ margin-top: 0;
516
+ }
517
+
518
+ .CodeMirror-hint-information .content p:last-child {
519
+ margin-bottom: 0;
520
+ }
521
+
522
+ .CodeMirror-hint-information .infoType {
523
+ color: #ca9800;
524
+ cursor: pointer;
525
+ display: inline;
526
+ margin-right: 0.5em;
527
+ }
528
+
529
+ .autoInsertedLeaf.cm-property {
530
+ animation-duration: 6s;
531
+ animation-name: insertionFade;
532
+ border-bottom: 2px solid rgba(255, 255, 255, 0);
533
+ border-radius: 2px;
534
+ margin: -2px -4px -1px;
535
+ padding: 2px 4px 1px;
536
+ }
537
+
538
+ @keyframes insertionFade {
539
+ from,
540
+ to {
541
+ background: rgba(255, 255, 255, 0);
542
+ border-color: rgba(255, 255, 255, 0);
543
+ }
544
+
545
+ 15%,
546
+ 85% {
547
+ background: #fbffc9;
548
+ border-color: #f0f3c0;
549
+ }
550
+ }
551
+
552
+ div.CodeMirror-lint-tooltip {
553
+ background-color: white;
554
+ border-radius: 2px;
555
+ border: 0;
556
+ color: #141823;
557
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
558
+ font-size: 13px;
559
+ line-height: 16px;
560
+ max-width: 430px;
561
+ opacity: 0;
562
+ padding: 8px 10px;
563
+ transition: opacity 0.15s;
564
+ white-space: pre-wrap;
565
+ }
566
+
567
+ div.CodeMirror-lint-tooltip > * {
568
+ padding-left: 23px;
569
+ }
570
+
571
+ div.CodeMirror-lint-tooltip > * + * {
572
+ margin-top: 12px;
573
+ }
574
+
575
+ .graphiql-container .variable-editor-title-text {
576
+ cursor: pointer;
577
+ display: inline-block;
578
+ color: gray;
579
+ }
580
+
581
+ .graphiql-container .variable-editor-title-text.active {
582
+ color: #000;
583
+ }
584
+
585
+ .graphiql-container .tabs {
586
+ height: 42px;
587
+ background-image: linear-gradient(#f7f7f7, #e2e2e2);
588
+ display: flex;
589
+ align-items: center;
590
+ }
591
+
592
+ .graphiql-container .tab {
593
+ position: relative;
594
+ cursor: pointer;
595
+ display: flex;
596
+ align-items: center;
597
+ justify-content: center;
598
+ padding-top: 0;
599
+ padding-right: 6px;
600
+ padding-left: 14px;
601
+ height: 100%;
602
+ color: rgba(0, 0, 0, 0.6);
603
+
604
+ border-left: 1px solid lightgray;
605
+ /*
606
+ Needed for \`button\` components.
607
+ */
608
+ border-top-style: none;
609
+ border-bottom-style: none;
610
+ border-right-style: none;
611
+ }
612
+
613
+ /*
614
+ If it's only one tab, we don't have the X button, so we want more padding.
615
+ In the .tabs container, we have one more child - the plus button.
616
+ So if this tab is first child and the second last at the same time,
617
+ this is the case we want to target.
618
+ */
619
+
620
+ .graphiql-container .tab:first-child:nth-last-child(2) {
621
+ padding-right: 14px;
622
+ }
623
+
624
+ .graphiql-container .tab:hover {
625
+ background-image: linear-gradient(
626
+ rgba(245, 245, 245, 0.7),
627
+ rgba(215, 215, 215, 1)
628
+ );
629
+ color: rgba(0, 0, 0, 0.8);
630
+ }
631
+
632
+ .graphiql-container .tab.active {
633
+ background-image: linear-gradient(
634
+ rgba(233, 233, 233, 0.7),
635
+ rgba(205, 205, 205, 1)
636
+ );
637
+ color: black;
638
+ }
639
+
640
+ /* {
641
+ background-image: linear-gradient(
642
+ rgba(223, 223, 223, 0.5),
643
+ rgba(196, 196, 196, 1)
644
+ );
645
+ } */
646
+
647
+ .graphiql-container .tab .close {
648
+ display: inline-block;
649
+ cursor: pointer;
650
+ border: none;
651
+ background: transparent;
652
+ margin-left: 6px;
653
+ padding: 3px 6px;
654
+ border-radius: 4px;
655
+ }
656
+
657
+ .graphiql-container .tab:hover .close,
658
+ .graphiql-container .tab.active .close {
659
+ opacity: 1;
660
+ }
661
+
662
+ .graphiql-container .tab .close::before {
663
+ content: '\u2715';
664
+ display: inline-block;
665
+ font-weight: bold;
666
+ font-size: 12px;
667
+ color: rgba(0, 0, 0, 0.7);
668
+ height: 14px;
669
+ }
670
+
671
+ .graphiql-container .tab .close:hover {
672
+ background: rgba(0, 0, 0, 0.08);
673
+ }
674
+
675
+ .graphiql-container .tab .close:active {
676
+ background: rgba(0, 0, 0, 0.12);
677
+ }
678
+
679
+ .graphiql-container .tab-add {
680
+ display: flex;
681
+ align-items: center;
682
+ justify-content: center;
683
+ border: none;
684
+ background: transparent;
685
+ line-height: 1;
686
+ font-size: 26px;
687
+ padding: 0 8px;
688
+ height: 30px;
689
+ border-radius: 4px;
690
+ color: rgba(0, 0, 0, 0.5);
691
+ padding-bottom: 3px;
692
+ margin-left: 6px;
693
+ cursor: pointer;
694
+ }
695
+
696
+ .graphiql-container .tab-add:hover {
697
+ background: rgba(0, 0, 0, 0.06);
698
+ }
699
+
700
+ .graphiql-container .tab-add:active {
701
+ background: rgba(0, 0, 0, 0.1);
702
+ }
703
+
704
+ /* COLORS */
705
+
706
+ .graphiql-container .CodeMirror-foldmarker {
707
+ border-radius: 4px;
708
+ background: #08f;
709
+ background: linear-gradient(#43a8ff, #0f83e8);
710
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
711
+ color: white;
712
+ font-family: arial;
713
+ font-size: 12px;
714
+ line-height: 0;
715
+ margin: 0 3px;
716
+ padding: 0px 4px 1px;
717
+ text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
718
+ }
719
+
720
+ .graphiql-container div.CodeMirror span.CodeMirror-matchingbracket {
721
+ color: #555;
722
+ text-decoration: underline;
723
+ }
724
+
725
+ .graphiql-container div.CodeMirror span.CodeMirror-nonmatchingbracket {
726
+ color: #f00;
727
+ }
728
+
729
+ /* Comment */
730
+
731
+ .cm-comment {
732
+ color: #666;
733
+ }
734
+
735
+ /* Punctuation */
736
+
737
+ .cm-punctuation {
738
+ color: #555;
739
+ }
740
+
741
+ /* Keyword */
742
+
743
+ .cm-keyword {
744
+ color: #b11a04;
745
+ }
746
+
747
+ /* OperationName, FragmentName */
748
+
749
+ .cm-def {
750
+ color: #d2054e;
751
+ }
752
+
753
+ /* FieldName */
754
+
755
+ .cm-property {
756
+ color: #1f61a0;
757
+ }
758
+
759
+ /* FieldAlias */
760
+
761
+ .cm-qualifier {
762
+ color: #1c92a9;
763
+ }
764
+
765
+ /* ArgumentName and ObjectFieldName */
766
+
767
+ .cm-attribute {
768
+ color: #8b2bb9;
769
+ }
770
+
771
+ /* Number */
772
+
773
+ .cm-number {
774
+ color: #2882f9;
775
+ }
776
+
777
+ /* String */
778
+
779
+ .cm-string {
780
+ color: #d64292;
781
+ }
782
+
783
+ /* Boolean */
784
+
785
+ .cm-builtin {
786
+ color: #d47509;
787
+ }
788
+
789
+ /* EnumValue */
790
+
791
+ .cm-string-2 {
792
+ color: #0b7fc7;
793
+ }
794
+
795
+ /* Variable */
796
+
797
+ .cm-variable {
798
+ color: #397d13;
799
+ }
800
+
801
+ /* Directive */
802
+
803
+ .cm-meta {
804
+ color: #b33086;
805
+ }
806
+
807
+ /* Type */
808
+
809
+ .cm-atom {
810
+ color: #ca9800;
811
+ }
812
+
813
+ /* BASICS */
814
+
815
+ .CodeMirror {
816
+ /* Set height, width, borders, and global font properties here */
817
+ color: black;
818
+ font-family: monospace;
819
+ height: 300px;
820
+ }
821
+
822
+ /* PADDING */
823
+
824
+ .CodeMirror-lines {
825
+ padding: 4px 0; /* Vertical padding around content */
826
+ }
827
+
828
+ .CodeMirror pre {
829
+ padding: 0 4px; /* Horizontal padding of content */
830
+ }
831
+
832
+ .CodeMirror-scrollbar-filler,
833
+ .CodeMirror-gutter-filler {
834
+ background-color: white; /* The little square between H and V scrollbars */
835
+ }
836
+
837
+ /* GUTTER */
838
+
839
+ .CodeMirror-gutters {
840
+ border-right: 1px solid #ddd;
841
+ background-color: #f7f7f7;
842
+ white-space: nowrap;
843
+ }
844
+
845
+ .CodeMirror-linenumbers {
846
+ }
847
+
848
+ .CodeMirror-linenumber {
849
+ color: #666;
850
+ min-width: 20px;
851
+ padding: 0 3px 0 5px;
852
+ text-align: right;
853
+ white-space: nowrap;
854
+ }
855
+
856
+ .CodeMirror-guttermarker {
857
+ color: black;
858
+ }
859
+
860
+ .CodeMirror-guttermarker-subtle {
861
+ color: #666;
862
+ }
863
+
864
+ /* CURSOR */
865
+
866
+ .CodeMirror .CodeMirror-cursor {
867
+ border-left: 1px solid black;
868
+ }
869
+
870
+ /* Shown when moving in bi-directional text */
871
+
872
+ .CodeMirror div.CodeMirror-secondarycursor {
873
+ border-left: 1px solid silver;
874
+ }
875
+
876
+ .CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
877
+ background: #7e7;
878
+ border: 0;
879
+ width: auto;
880
+ }
881
+
882
+ .CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
883
+ z-index: 1;
884
+ }
885
+
886
+ .cm-animate-fat-cursor {
887
+ animation: blink 1.06s steps(1) infinite;
888
+ border: 0;
889
+ width: auto;
890
+ }
891
+
892
+ @keyframes blink {
893
+ 0% {
894
+ background: #7e7;
895
+ }
896
+ 50% {
897
+ background: none;
898
+ }
899
+ 100% {
900
+ background: #7e7;
901
+ }
902
+ }
903
+
904
+ /* Can style cursor different in overwrite (non-insert) mode */
905
+
906
+ div.CodeMirror-overwrite div.CodeMirror-cursor {
907
+ }
908
+
909
+ .cm-tab {
910
+ display: inline-block;
911
+ text-decoration: inherit;
912
+ }
913
+
914
+ .CodeMirror-ruler {
915
+ border-left: 1px solid #ccc;
916
+ position: absolute;
917
+ }
918
+
919
+ /* DEFAULT THEME */
920
+
921
+ .cm-s-default .cm-keyword {
922
+ color: #708;
923
+ }
924
+
925
+ .cm-s-default .cm-atom {
926
+ color: #219;
927
+ }
928
+
929
+ .cm-s-default .cm-number {
930
+ color: #164;
931
+ }
932
+
933
+ .cm-s-default .cm-def {
934
+ color: #00f;
935
+ }
936
+
937
+ .cm-s-default .cm-variable,
938
+ .cm-s-default .cm-punctuation,
939
+ .cm-s-default .cm-property,
940
+ .cm-s-default .cm-operator {
941
+ }
942
+
943
+ .cm-s-default .cm-variable-2 {
944
+ color: #05a;
945
+ }
946
+
947
+ .cm-s-default .cm-variable-3 {
948
+ color: #085;
949
+ }
950
+
951
+ .cm-s-default .cm-comment {
952
+ color: #a50;
953
+ }
954
+
955
+ .cm-s-default .cm-string {
956
+ color: #a11;
957
+ }
958
+
959
+ .cm-s-default .cm-string-2 {
960
+ color: #f50;
961
+ }
962
+
963
+ .cm-s-default .cm-meta {
964
+ color: #555;
965
+ }
966
+
967
+ .cm-s-default .cm-qualifier {
968
+ color: #555;
969
+ }
970
+
971
+ .cm-s-default .cm-builtin {
972
+ color: #30a;
973
+ }
974
+
975
+ .cm-s-default .cm-bracket {
976
+ color: #666;
977
+ }
978
+
979
+ .cm-s-default .cm-tag {
980
+ color: #170;
981
+ }
982
+
983
+ .cm-s-default .cm-attribute {
984
+ color: #00c;
985
+ }
986
+
987
+ .cm-s-default .cm-header {
988
+ color: blue;
989
+ }
990
+
991
+ .cm-s-default .cm-quote {
992
+ color: #090;
993
+ }
994
+
995
+ .cm-s-default .cm-hr {
996
+ color: #666;
997
+ }
998
+
999
+ .cm-s-default .cm-link {
1000
+ color: #00c;
1001
+ }
1002
+
1003
+ .cm-negative {
1004
+ color: #d44;
1005
+ }
1006
+
1007
+ .cm-positive {
1008
+ color: #292;
1009
+ }
1010
+
1011
+ .cm-header,
1012
+ .cm-strong {
1013
+ font-weight: bold;
1014
+ }
1015
+
1016
+ .cm-em {
1017
+ font-style: italic;
1018
+ }
1019
+
1020
+ .cm-link {
1021
+ text-decoration: underline;
1022
+ }
1023
+
1024
+ .cm-strikethrough {
1025
+ text-decoration: line-through;
1026
+ }
1027
+
1028
+ .cm-s-default .cm-error {
1029
+ color: #f00;
1030
+ }
1031
+
1032
+ .cm-invalidchar {
1033
+ color: #f00;
1034
+ }
1035
+
1036
+ .CodeMirror-composing {
1037
+ border-bottom: 2px solid;
1038
+ }
1039
+
1040
+ /* Default styles for common addons */
1041
+
1042
+ div.CodeMirror span.CodeMirror-matchingbracket {
1043
+ color: #0f0;
1044
+ }
1045
+
1046
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {
1047
+ color: #f22;
1048
+ }
1049
+
1050
+ .CodeMirror-matchingtag {
1051
+ background: rgba(255, 150, 0, 0.3);
1052
+ }
1053
+
1054
+ .CodeMirror-activeline-background {
1055
+ background: #e8f2ff;
1056
+ }
1057
+
1058
+ /* STOP */
1059
+
1060
+ /* The rest of this file contains styles related to the mechanics of
1061
+ the editor. You probably shouldn't touch them. */
1062
+
1063
+ .CodeMirror {
1064
+ background: white;
1065
+ overflow: hidden;
1066
+ position: relative;
1067
+ }
1068
+
1069
+ .CodeMirror-scroll {
1070
+ height: 100%;
1071
+ /* 30px is the magic margin used to hide the element's real scrollbars */
1072
+ /* See overflow: hidden in .CodeMirror */
1073
+ margin-bottom: -30px;
1074
+ margin-right: -30px;
1075
+ outline: none; /* Prevent dragging from highlighting the element */
1076
+ overflow: scroll !important; /* Things will break if this is overridden */
1077
+ padding-bottom: 30px;
1078
+ position: relative;
1079
+ }
1080
+
1081
+ .CodeMirror-sizer {
1082
+ border-right: 30px solid transparent;
1083
+ position: relative;
1084
+ }
1085
+
1086
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
1087
+ before actual scrolling happens, thus preventing shaking and
1088
+ flickering artifacts. */
1089
+
1090
+ .CodeMirror-vscrollbar,
1091
+ .CodeMirror-hscrollbar,
1092
+ .CodeMirror-scrollbar-filler,
1093
+ .CodeMirror-gutter-filler {
1094
+ display: none;
1095
+ position: absolute;
1096
+ z-index: 6;
1097
+ }
1098
+
1099
+ .CodeMirror-vscrollbar {
1100
+ overflow-x: hidden;
1101
+ overflow-y: scroll;
1102
+ right: 0;
1103
+ top: 0;
1104
+ }
1105
+
1106
+ .CodeMirror-hscrollbar {
1107
+ bottom: 0;
1108
+ left: 0;
1109
+ overflow-x: scroll;
1110
+ overflow-y: hidden;
1111
+ }
1112
+
1113
+ .CodeMirror-scrollbar-filler {
1114
+ right: 0;
1115
+ bottom: 0;
1116
+ }
1117
+
1118
+ .CodeMirror-gutter-filler {
1119
+ left: 0;
1120
+ bottom: 0;
1121
+ }
1122
+
1123
+ .CodeMirror-gutters {
1124
+ min-height: 100%;
1125
+ position: absolute;
1126
+ left: 0;
1127
+ top: 0;
1128
+ z-index: 3;
1129
+ }
1130
+
1131
+ .CodeMirror-gutter {
1132
+ display: inline-block;
1133
+ height: 100%;
1134
+ margin-bottom: -30px;
1135
+ vertical-align: top;
1136
+ white-space: normal;
1137
+ }
1138
+
1139
+ .CodeMirror-gutter-wrapper {
1140
+ background: none !important;
1141
+ border: none !important;
1142
+ position: absolute;
1143
+ z-index: 4;
1144
+ }
1145
+
1146
+ .CodeMirror-gutter-background {
1147
+ position: absolute;
1148
+ top: 0;
1149
+ bottom: 0;
1150
+ z-index: 4;
1151
+ }
1152
+
1153
+ .CodeMirror-gutter-elt {
1154
+ cursor: default;
1155
+ position: absolute;
1156
+ z-index: 4;
1157
+ }
1158
+
1159
+ .CodeMirror-gutter-wrapper {
1160
+ user-select: none;
1161
+ }
1162
+
1163
+ .CodeMirror-lines {
1164
+ cursor: text;
1165
+ min-height: 1px; /* prevents collapsing before first draw */
1166
+ }
1167
+
1168
+ .CodeMirror pre {
1169
+ -webkit-tap-highlight-color: transparent;
1170
+ /* Reset some styles that the rest of the page might have set */
1171
+ background: transparent;
1172
+ border-radius: 0;
1173
+ border-width: 0;
1174
+ color: inherit;
1175
+ font-family: inherit;
1176
+ font-size: inherit;
1177
+ font-variant-ligatures: none;
1178
+ line-height: inherit;
1179
+ margin: 0;
1180
+ overflow: visible;
1181
+ position: relative;
1182
+ white-space: pre;
1183
+ word-wrap: normal;
1184
+ z-index: 2;
1185
+ }
1186
+
1187
+ .CodeMirror-wrap pre {
1188
+ word-wrap: break-word;
1189
+ white-space: pre-wrap;
1190
+ word-break: normal;
1191
+ }
1192
+
1193
+ .CodeMirror-linebackground {
1194
+ position: absolute;
1195
+ left: 0;
1196
+ right: 0;
1197
+ top: 0;
1198
+ bottom: 0;
1199
+ z-index: 0;
1200
+ }
1201
+
1202
+ .CodeMirror-linewidget {
1203
+ overflow: auto;
1204
+ position: relative;
1205
+ z-index: 2;
1206
+ }
1207
+
1208
+ .CodeMirror-widget {
1209
+ }
1210
+
1211
+ .CodeMirror-code {
1212
+ outline: none;
1213
+ }
1214
+
1215
+ /* Force content-box sizing for the elements where we expect it */
1216
+
1217
+ .CodeMirror-scroll,
1218
+ .CodeMirror-sizer,
1219
+ .CodeMirror-gutter,
1220
+ .CodeMirror-gutters,
1221
+ .CodeMirror-linenumber {
1222
+ box-sizing: content-box;
1223
+ }
1224
+
1225
+ .CodeMirror-measure {
1226
+ height: 0;
1227
+ overflow: hidden;
1228
+ position: absolute;
1229
+ visibility: hidden;
1230
+ width: 100%;
1231
+ }
1232
+
1233
+ .CodeMirror-cursor {
1234
+ position: absolute;
1235
+ }
1236
+
1237
+ .CodeMirror-measure pre {
1238
+ position: static;
1239
+ }
1240
+
1241
+ div.CodeMirror-cursors {
1242
+ position: relative;
1243
+ visibility: hidden;
1244
+ z-index: 3;
1245
+ }
1246
+
1247
+ div.CodeMirror-dragcursors {
1248
+ visibility: visible;
1249
+ }
1250
+
1251
+ .CodeMirror-focused div.CodeMirror-cursors {
1252
+ visibility: visible;
1253
+ }
1254
+
1255
+ .CodeMirror-selected {
1256
+ background: #d9d9d9;
1257
+ }
1258
+
1259
+ .CodeMirror-focused .CodeMirror-selected {
1260
+ background: #d7d4f0;
1261
+ }
1262
+
1263
+ .CodeMirror-crosshair {
1264
+ cursor: crosshair;
1265
+ }
1266
+
1267
+ .CodeMirror-line::selection,
1268
+ .CodeMirror-line > span::selection,
1269
+ .CodeMirror-line > span > span::selection {
1270
+ background: #d7d4f0;
1271
+ }
1272
+
1273
+ .CodeMirror-line::-moz-selection,
1274
+ .CodeMirror-line > span::-moz-selection,
1275
+ .CodeMirror-line > span > span::-moz-selection {
1276
+ background: #d7d4f0;
1277
+ }
1278
+
1279
+ .cm-searching {
1280
+ background: #ffa;
1281
+ background: rgba(255, 255, 0, 0.4);
1282
+ }
1283
+
1284
+ /* Used to force a border model for a node */
1285
+
1286
+ .cm-force-border {
1287
+ padding-right: 0.1px;
1288
+ }
1289
+
1290
+ @media print {
1291
+ /* Hide the cursor when printing */
1292
+ .CodeMirror div.CodeMirror-cursors {
1293
+ visibility: hidden;
1294
+ }
1295
+ }
1296
+
1297
+ /* See issue #2901 */
1298
+
1299
+ .cm-tab-wrap-hack:after {
1300
+ content: '';
1301
+ }
1302
+
1303
+ /* Help users use markselection to safely style text background */
1304
+
1305
+ span.CodeMirror-selectedtext {
1306
+ background: none;
1307
+ }
1308
+
1309
+ .CodeMirror-dialog {
1310
+ background: inherit;
1311
+ color: inherit;
1312
+ left: 0;
1313
+ right: 0;
1314
+ overflow: hidden;
1315
+ padding: 0.1em 0.8em;
1316
+ position: absolute;
1317
+ z-index: 15;
1318
+ }
1319
+
1320
+ .CodeMirror-dialog-top {
1321
+ border-bottom: 1px solid #eee;
1322
+ top: 0;
1323
+ }
1324
+
1325
+ .CodeMirror-dialog-bottom {
1326
+ border-top: 1px solid #eee;
1327
+ bottom: 0;
1328
+ }
1329
+
1330
+ .CodeMirror-dialog input {
1331
+ background: transparent;
1332
+ border: 1px solid #d3d6db;
1333
+ color: inherit;
1334
+ font-family: monospace;
1335
+ outline: none;
1336
+ width: 20em;
1337
+ }
1338
+
1339
+ .CodeMirror-dialog button {
1340
+ font-size: 70%;
1341
+ }
1342
+
1343
+ .CodeMirror-foldmarker {
1344
+ color: blue;
1345
+ cursor: pointer;
1346
+ font-family: arial;
1347
+ line-height: 0.3;
1348
+ text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px,
1349
+ #b9f -1px 1px 2px;
1350
+ }
1351
+ .CodeMirror-foldgutter {
1352
+ width: 0.7em;
1353
+ }
1354
+ .CodeMirror-foldgutter-open,
1355
+ .CodeMirror-foldgutter-folded {
1356
+ cursor: pointer;
1357
+ }
1358
+ .CodeMirror-foldgutter-open:after {
1359
+ content: '\\25BE';
1360
+ }
1361
+ .CodeMirror-foldgutter-folded:after {
1362
+ content: '\\25B8';
1363
+ }
1364
+
1365
+ .CodeMirror-info {
1366
+ background: white;
1367
+ border-radius: 2px;
1368
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
1369
+ box-sizing: border-box;
1370
+ color: #555;
1371
+ font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
1372
+ 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande',
1373
+ arial, sans-serif;
1374
+ font-size: 13px;
1375
+ line-height: 16px;
1376
+ margin: 8px -8px;
1377
+ max-width: 400px;
1378
+ opacity: 0;
1379
+ overflow: hidden;
1380
+ padding: 8px 8px;
1381
+ position: fixed;
1382
+ transition: opacity 0.15s;
1383
+ z-index: 50;
1384
+ }
1385
+
1386
+ .CodeMirror-info :first-child {
1387
+ margin-top: 0;
1388
+ }
1389
+
1390
+ .CodeMirror-info :last-child {
1391
+ margin-bottom: 0;
1392
+ }
1393
+
1394
+ .CodeMirror-info p {
1395
+ margin: 1em 0;
1396
+ }
1397
+
1398
+ .CodeMirror-info .info-description {
1399
+ color: #777;
1400
+ line-height: 16px;
1401
+ margin-top: 1em;
1402
+ max-height: 80px;
1403
+ overflow: hidden;
1404
+ }
1405
+
1406
+ .CodeMirror-info .info-deprecation {
1407
+ background: #fffae8;
1408
+ box-shadow: inset 0 1px 1px -1px #bfb063;
1409
+ color: #867f70;
1410
+ line-height: 16px;
1411
+ margin: -8px;
1412
+ margin-top: 8px;
1413
+ max-height: 80px;
1414
+ overflow: hidden;
1415
+ padding: 8px;
1416
+ }
1417
+
1418
+ .CodeMirror-info .info-deprecation-label {
1419
+ color: #c79b2e;
1420
+ cursor: default;
1421
+ display: block;
1422
+ font-size: 9px;
1423
+ font-weight: bold;
1424
+ letter-spacing: 1px;
1425
+ line-height: 1;
1426
+ padding-bottom: 5px;
1427
+ text-transform: uppercase;
1428
+ user-select: none;
1429
+ }
1430
+
1431
+ .CodeMirror-info .info-deprecation-label + * {
1432
+ margin-top: 0;
1433
+ }
1434
+
1435
+ .CodeMirror-info a {
1436
+ text-decoration: none;
1437
+ }
1438
+
1439
+ .CodeMirror-info a:hover {
1440
+ text-decoration: underline;
1441
+ }
1442
+
1443
+ .CodeMirror-info .type-name {
1444
+ color: #ca9800;
1445
+ }
1446
+
1447
+ .CodeMirror-info .field-name {
1448
+ color: #1f61a0;
1449
+ }
1450
+
1451
+ .CodeMirror-info .enum-value {
1452
+ color: #0b7fc7;
1453
+ }
1454
+
1455
+ .CodeMirror-info .arg-name {
1456
+ color: #8b2bb9;
1457
+ }
1458
+
1459
+ .CodeMirror-info .directive-name {
1460
+ color: #b33086;
1461
+ }
1462
+
1463
+ .CodeMirror-jump-token {
1464
+ text-decoration: underline;
1465
+ cursor: pointer;
1466
+ }
1467
+
1468
+ /* The lint marker gutter */
1469
+ .CodeMirror-lint-markers {
1470
+ width: 16px;
1471
+ }
1472
+ .CodeMirror-lint-tooltip {
1473
+ background-color: infobackground;
1474
+ border-radius: 4px 4px 4px 4px;
1475
+ border: 1px solid black;
1476
+ color: infotext;
1477
+ font-family: monospace;
1478
+ font-size: 10pt;
1479
+ max-width: 600px;
1480
+ opacity: 0;
1481
+ overflow: hidden;
1482
+ padding: 2px 5px;
1483
+ position: fixed;
1484
+ transition: opacity 0.4s;
1485
+ white-space: pre-wrap;
1486
+ z-index: 100;
1487
+ }
1488
+ .CodeMirror-lint-mark-error,
1489
+ .CodeMirror-lint-mark-warning {
1490
+ background-position: left bottom;
1491
+ background-repeat: repeat-x;
1492
+ }
1493
+ .CodeMirror-lint-mark-error {
1494
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==');
1495
+ }
1496
+ .CodeMirror-lint-mark-warning {
1497
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=');
1498
+ }
1499
+ .CodeMirror-lint-marker-error,
1500
+ .CodeMirror-lint-marker-warning {
1501
+ background-position: center center;
1502
+ background-repeat: no-repeat;
1503
+ cursor: pointer;
1504
+ display: inline-block;
1505
+ height: 16px;
1506
+ position: relative;
1507
+ vertical-align: middle;
1508
+ width: 16px;
1509
+ }
1510
+ .CodeMirror-lint-message-error,
1511
+ .CodeMirror-lint-message-warning {
1512
+ background-position: top left;
1513
+ background-repeat: no-repeat;
1514
+ padding-left: 18px;
1515
+ }
1516
+ .CodeMirror-lint-marker-error,
1517
+ .CodeMirror-lint-message-error {
1518
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=');
1519
+ }
1520
+ .CodeMirror-lint-marker-warning,
1521
+ .CodeMirror-lint-message-warning {
1522
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=');
1523
+ }
1524
+ .CodeMirror-lint-marker-multiple {
1525
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC');
1526
+ background-position: right bottom;
1527
+ background-repeat: no-repeat;
1528
+ width: 100%;
1529
+ height: 100%;
1530
+ }
1531
+
1532
+ .graphiql-container .spinner-container {
1533
+ height: 36px;
1534
+ left: 50%;
1535
+ position: absolute;
1536
+ top: 50%;
1537
+ transform: translate(-50%, -50%);
1538
+ width: 36px;
1539
+ z-index: 10;
1540
+ }
1541
+
1542
+ .graphiql-container .spinner {
1543
+ animation: rotation 0.6s infinite linear;
1544
+ border-bottom: 6px solid rgba(150, 150, 150, 0.15);
1545
+ border-left: 6px solid rgba(150, 150, 150, 0.15);
1546
+ border-radius: 100%;
1547
+ border-right: 6px solid rgba(150, 150, 150, 0.15);
1548
+ border-top: 6px solid rgba(150, 150, 150, 0.8);
1549
+ display: inline-block;
1550
+ height: 24px;
1551
+ position: absolute;
1552
+ vertical-align: middle;
1553
+ width: 24px;
1554
+ }
1555
+
1556
+ @keyframes rotation {
1557
+ from {
1558
+ transform: rotate(0deg);
1559
+ }
1560
+ to {
1561
+ transform: rotate(359deg);
1562
+ }
1563
+ }
1564
+
1565
+ .CodeMirror-hints {
1566
+ background: white;
1567
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
1568
+ font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
1569
+ font-size: 13px;
1570
+ list-style: none;
1571
+ margin-left: -6px;
1572
+ margin: 0;
1573
+ max-height: 14.5em;
1574
+ overflow: hidden;
1575
+ overflow-y: auto;
1576
+ padding: 0;
1577
+ position: absolute;
1578
+ z-index: 10;
1579
+ }
1580
+
1581
+ .CodeMirror-hint {
1582
+ border-top: solid 1px #f7f7f7;
1583
+ color: #141823;
1584
+ cursor: pointer;
1585
+ margin: 0;
1586
+ max-width: 300px;
1587
+ overflow: hidden;
1588
+ padding: 2px 6px;
1589
+ white-space: pre;
1590
+ }
1591
+
1592
+ li.CodeMirror-hint-active {
1593
+ background-color: #08f;
1594
+ border-top-color: white;
1595
+ color: white;
1596
+ }
1597
+
1598
+ .CodeMirror-hint-information {
1599
+ border-top: solid 1px #c0c0c0;
1600
+ max-width: 300px;
1601
+ padding: 4px 6px;
1602
+ position: relative;
1603
+ z-index: 1;
1604
+ }
1605
+
1606
+ .CodeMirror-hint-information:first-child {
1607
+ border-bottom: solid 1px #c0c0c0;
1608
+ border-top: none;
1609
+ margin-bottom: -1px;
1610
+ }
1611
+
1612
+ .CodeMirror-hint-deprecation {
1613
+ background: #fffae8;
1614
+ box-shadow: inset 0 1px 1px -1px #bfb063;
1615
+ color: #867f70;
1616
+ font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular',
1617
+ 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande',
1618
+ arial, sans-serif;
1619
+ font-size: 13px;
1620
+ line-height: 16px;
1621
+ margin-top: 4px;
1622
+ max-height: 80px;
1623
+ overflow: hidden;
1624
+ padding: 6px;
1625
+ }
1626
+
1627
+ .CodeMirror-hint-deprecation .deprecation-label {
1628
+ color: #c79b2e;
1629
+ cursor: default;
1630
+ display: block;
1631
+ font-size: 9px;
1632
+ font-weight: bold;
1633
+ letter-spacing: 1px;
1634
+ line-height: 1;
1635
+ padding-bottom: 5px;
1636
+ text-transform: uppercase;
1637
+ user-select: none;
1638
+ }
1639
+
1640
+ .CodeMirror-hint-deprecation .deprecation-label + * {
1641
+ margin-top: 0;
1642
+ }
1643
+
1644
+ .CodeMirror-hint-deprecation :last-child {
1645
+ margin-bottom: 0;
1646
+ }
1647
+
1648
+ .graphiql-container .doc-explorer-title-bar,
1649
+ .graphiql-container .history-title-bar {
1650
+ cursor: default;
1651
+ display: flex;
1652
+ height: 34px;
1653
+ line-height: 14px;
1654
+ padding: 8px 8px 5px;
1655
+ position: relative;
1656
+ user-select: none;
1657
+ }
1658
+
1659
+ .graphiql-container .doc-explorer-title,
1660
+ .graphiql-container .history-title {
1661
+ flex: 1;
1662
+ font-weight: bold;
1663
+ overflow-x: hidden;
1664
+ padding: 10px 0 10px 10px;
1665
+ text-align: center;
1666
+ text-overflow: ellipsis;
1667
+ user-select: text;
1668
+ white-space: nowrap;
1669
+ }
1670
+
1671
+ .graphiql-container .doc-explorer-back {
1672
+ color: #729498;
1673
+ cursor: pointer;
1674
+ margin: -7px 0 -6px -8px;
1675
+ overflow-x: hidden;
1676
+ padding: 17px 12px 16px 16px;
1677
+ text-overflow: ellipsis;
1678
+ white-space: nowrap;
1679
+ background: 0;
1680
+ border: 0;
1681
+ line-height: 14px;
1682
+ }
1683
+
1684
+ .graphiql-container .doc-explorer-back:before {
1685
+ border-left: 2px solid #729498;
1686
+ border-top: 2px solid #729498;
1687
+ content: '';
1688
+ display: inline-block;
1689
+ height: 9px;
1690
+ margin: 0 3px -1px 0;
1691
+ position: relative;
1692
+ transform: rotate(-45deg);
1693
+ width: 9px;
1694
+ }
1695
+
1696
+ .graphiql-container .doc-explorer-rhs {
1697
+ position: relative;
1698
+ }
1699
+
1700
+ .graphiql-container .doc-explorer-contents,
1701
+ .graphiql-container .history-contents {
1702
+ background-color: #ffffff;
1703
+ border-top: 1px solid #d6d6d6;
1704
+ bottom: 0;
1705
+ left: 0;
1706
+ overflow-y: auto;
1707
+ padding: 20px 15px;
1708
+ position: absolute;
1709
+ right: 0;
1710
+ top: 47px;
1711
+ }
1712
+ .graphiql-container .doc-type-description {
1713
+ color: #0f1923;
1714
+ }
1715
+
1716
+ .graphiql-container .doc-type-description p:first-child,
1717
+ .graphiql-container .doc-type-description blockquote:first-child {
1718
+ margin-top: 0;
1719
+ }
1720
+
1721
+ .graphiql-container .doc-explorer-contents a {
1722
+ cursor: pointer;
1723
+ text-decoration: none;
1724
+ }
1725
+
1726
+ .graphiql-container .doc-explorer-contents a:hover {
1727
+ text-decoration: underline;
1728
+ }
1729
+
1730
+ .graphiql-container .doc-value-description > :first-child {
1731
+ margin-top: 4px;
1732
+ }
1733
+
1734
+ .graphiql-container .doc-value-description > :last-child {
1735
+ margin-bottom: 4px;
1736
+ }
1737
+
1738
+ .graphiql-container .doc-type-description code,
1739
+ .graphiql-container .doc-type-description pre,
1740
+ .graphiql-container .doc-category code,
1741
+ .graphiql-container .doc-category pre {
1742
+ --saf-0: rgba(var(--sk_foreground_low, 29, 28, 29), 0.13);
1743
+ font-size: 12px;
1744
+ line-height: 1.50001;
1745
+ font-variant-ligatures: none;
1746
+ white-space: pre;
1747
+ white-space: pre-wrap;
1748
+ word-wrap: break-word;
1749
+ word-break: normal;
1750
+ -webkit-tab-size: 4;
1751
+ -moz-tab-size: 4;
1752
+ tab-size: 4;
1753
+ }
1754
+
1755
+ .graphiql-container .doc-type-description code,
1756
+ .graphiql-container .doc-category code {
1757
+ padding: 2px 3px 1px;
1758
+ border: 1px solid var(--saf-0);
1759
+ border-radius: 3px;
1760
+ background-color: rgba(var(--sk_foreground_min, 29, 28, 29), 0.04);
1761
+ color: #e01e5a;
1762
+ background-color: white;
1763
+ }
1764
+
1765
+ .graphiql-container .doc-category {
1766
+ margin: 20px 0;
1767
+ }
1768
+
1769
+ .graphiql-container .doc-category-title {
1770
+ border-bottom: 1px solid #e0e0e0;
1771
+ color: #777;
1772
+ cursor: default;
1773
+ font-size: 14px;
1774
+ font-variant: small-caps;
1775
+ font-weight: bold;
1776
+ letter-spacing: 1px;
1777
+ margin: 0 -15px 10px 0;
1778
+ padding: 10px 0;
1779
+ user-select: none;
1780
+ }
1781
+
1782
+ .graphiql-container .doc-category-item {
1783
+ margin: 12px 0;
1784
+ color: #555;
1785
+ }
1786
+
1787
+ .graphiql-container .keyword {
1788
+ color: #b11a04;
1789
+ }
1790
+
1791
+ .graphiql-container .type-name {
1792
+ color: #ca9800;
1793
+ }
1794
+
1795
+ .graphiql-container .field-name {
1796
+ color: #1f61a0;
1797
+ }
1798
+
1799
+ .graphiql-container .field-short-description {
1800
+ color: #666;
1801
+ margin-left: 5px;
1802
+ overflow: hidden;
1803
+ text-overflow: ellipsis;
1804
+ }
1805
+
1806
+ .graphiql-container .enum-value {
1807
+ color: #0b7fc7;
1808
+ }
1809
+
1810
+ .graphiql-container .arg-name {
1811
+ color: #8b2bb9;
1812
+ }
1813
+
1814
+ .graphiql-container .arg {
1815
+ display: block;
1816
+ margin-left: 1em;
1817
+ }
1818
+
1819
+ .graphiql-container .arg:first-child:last-child,
1820
+ .graphiql-container .arg:first-child:nth-last-child(2),
1821
+ .graphiql-container .arg:first-child:nth-last-child(2) ~ .arg {
1822
+ display: inherit;
1823
+ margin: inherit;
1824
+ }
1825
+
1826
+ .graphiql-container .arg:first-child:nth-last-child(2):after {
1827
+ content: ', ';
1828
+ }
1829
+
1830
+ .graphiql-container .arg-default-value {
1831
+ color: #43a047;
1832
+ }
1833
+
1834
+ .graphiql-container .doc-deprecation {
1835
+ background: #fffae8;
1836
+ box-shadow: inset 0 0 1px #bfb063;
1837
+ color: #867f70;
1838
+ line-height: 16px;
1839
+ margin: 8px -8px;
1840
+ max-height: 80px;
1841
+ overflow: hidden;
1842
+ padding: 8px;
1843
+ border-radius: 3px;
1844
+ }
1845
+
1846
+ .graphiql-container .doc-deprecation:before {
1847
+ content: 'Deprecated:';
1848
+ color: #c79b2e;
1849
+ cursor: default;
1850
+ display: block;
1851
+ font-size: 9px;
1852
+ font-weight: bold;
1853
+ letter-spacing: 1px;
1854
+ line-height: 1;
1855
+ padding-bottom: 5px;
1856
+ text-transform: uppercase;
1857
+ user-select: none;
1858
+ }
1859
+
1860
+ .graphiql-container .doc-deprecation > :first-child {
1861
+ margin-top: 0;
1862
+ }
1863
+
1864
+ .graphiql-container .doc-deprecation > :last-child {
1865
+ margin-bottom: 0;
1866
+ }
1867
+
1868
+ .graphiql-container .show-btn {
1869
+ -webkit-appearance: initial;
1870
+ display: block;
1871
+ border-radius: 3px;
1872
+ border: solid 1px #ccc;
1873
+ text-align: center;
1874
+ padding: 8px 12px 10px;
1875
+ width: 100%;
1876
+ box-sizing: border-box;
1877
+ background: #fbfcfc;
1878
+ color: #555;
1879
+ cursor: pointer;
1880
+ }
1881
+
1882
+ .graphiql-container .search-box {
1883
+ border-bottom: 1px solid #d3d6db;
1884
+ display: flex;
1885
+ align-items: center;
1886
+ font-size: 14px;
1887
+ margin: -15px -15px 12px 0;
1888
+ position: relative;
1889
+ }
1890
+
1891
+ .graphiql-container .search-box-icon {
1892
+ cursor: pointer;
1893
+ display: block;
1894
+ font-size: 24px;
1895
+ transform: rotate(-45deg);
1896
+ user-select: none;
1897
+ }
1898
+
1899
+ .graphiql-container .search-box .search-box-clear {
1900
+ background-color: #d0d0d0;
1901
+ border-radius: 12px;
1902
+ color: #fff;
1903
+ cursor: pointer;
1904
+ font-size: 11px;
1905
+ padding: 1px 5px 2px;
1906
+ position: absolute;
1907
+ right: 3px;
1908
+ user-select: none;
1909
+ border: 0;
1910
+ }
1911
+
1912
+ .graphiql-container .search-box .search-box-clear:hover {
1913
+ background-color: #b9b9b9;
1914
+ }
1915
+
1916
+ .graphiql-container .search-box > input {
1917
+ border: none;
1918
+ box-sizing: border-box;
1919
+ font-size: 14px;
1920
+ outline: none;
1921
+ padding: 6px 24px 8px 20px;
1922
+ width: 100%;
1923
+ }
1924
+
1925
+ .graphiql-container .error-container {
1926
+ font-weight: bold;
1927
+ left: 0;
1928
+ letter-spacing: 1px;
1929
+ opacity: 0.5;
1930
+ position: absolute;
1931
+ right: 0;
1932
+ text-align: center;
1933
+ text-transform: uppercase;
1934
+ top: 50%;
1935
+ transform: translate(0, -50%);
1936
+ }
1937
+
1938
+ .graphiql-container .history-contents {
1939
+ font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
1940
+ }
1941
+
1942
+ .graphiql-container .history-contents {
1943
+ margin: 0;
1944
+ padding: 0;
1945
+ }
1946
+
1947
+ .graphiql-container .history-contents li {
1948
+ align-items: center;
1949
+ display: flex;
1950
+ font-size: 12px;
1951
+ overflow: hidden;
1952
+ text-overflow: ellipsis;
1953
+ white-space: nowrap;
1954
+ margin: 0;
1955
+ padding: 8px;
1956
+ border-bottom: 1px solid #e0e0e0;
1957
+ }
1958
+
1959
+ .graphiql-container .history-contents li button:not(.history-label) {
1960
+ display: none;
1961
+ margin-left: 10px;
1962
+ }
1963
+
1964
+ .graphiql-container .history-contents li:hover button:not(.history-label),
1965
+ .graphiql-container
1966
+ .history-contents
1967
+ li:focus-within
1968
+ button:not(.history-label) {
1969
+ display: inline-block;
1970
+ }
1971
+
1972
+ .graphiql-container .history-contents input,
1973
+ .graphiql-container .history-contents button {
1974
+ padding: 0;
1975
+ background: 0;
1976
+ border: 0;
1977
+ font-size: inherit;
1978
+ font-family: inherit;
1979
+ line-height: 14px;
1980
+ color: inherit;
1981
+ }
1982
+
1983
+ .graphiql-container .history-contents input {
1984
+ flex-grow: 1;
1985
+ }
1986
+
1987
+ .graphiql-container .history-contents input::placeholder {
1988
+ color: inherit;
1989
+ }
1990
+
1991
+ .graphiql-container .history-contents button {
1992
+ cursor: pointer;
1993
+ text-align: left;
1994
+ }
1995
+
1996
+ .graphiql-container .history-contents .history-label {
1997
+ flex-grow: 1;
1998
+ overflow: hidden;
1999
+ text-overflow: ellipsis;
2000
+ }
2001
+
2002
+ `,""]);const u=d},3645:w=>{"use strict";w.exports=function(B){var o=[];return o.toString=function(){return this.map(function(m){var d=B(m);return m[2]?"@media ".concat(m[2]," {").concat(d,"}"):d}).join("")},o.i=function(b,m,d){typeof b=="string"&&(b=[[null,b,""]]);var u={};if(d)for(var p=0;p<this.length;p++){var f=this[p][0];f!=null&&(u[f]=!0)}for(var c=0;c<b.length;c++){var y=[].concat(b[c]);d&&u[y[0]]||(m&&(y[2]?y[2]="".concat(m," and ").concat(y[2]):y[2]=m),o.push(y))}},o}},5875:(w,B,o)=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});var b=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(re){return typeof re}:function(re){return re&&typeof Symbol=="function"&&re.constructor===Symbol&&re!==Symbol.prototype?"symbol":typeof re},m=function(){function re(X,Te){var oe=[],G=!0,De=!1,Re=void 0;try{for(var Ve=X[Symbol.iterator](),Be;!(G=(Be=Ve.next()).done)&&(oe.push(Be.value),!(Te&&oe.length===Te));G=!0);}catch(Ee){De=!0,Re=Ee}finally{try{!G&&Ve.return&&Ve.return()}finally{if(De)throw Re}}return oe}return function(X,Te){if(Array.isArray(X))return X;if(Symbol.iterator in Object(X))return re(X,Te);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=Object.assign||function(re){for(var X=1;X<arguments.length;X++){var Te=arguments[X];for(var oe in Te)Object.prototype.hasOwnProperty.call(Te,oe)&&(re[oe]=Te[oe])}return re},u=function(){function re(X,Te){for(var oe=0;oe<Te.length;oe++){var G=Te[oe];G.enumerable=G.enumerable||!1,G.configurable=!0,"value"in G&&(G.writable=!0),Object.defineProperty(X,G.key,G)}}return function(X,Te,oe){return Te&&re(X.prototype,Te),oe&&re(X,oe),X}}();B.defaultValue=U;var p=o(7294),f=y(p),c=o(3962);function y(re){if(re&&re.__esModule)return re;var X={};if(re!=null)for(var Te in re)Object.prototype.hasOwnProperty.call(re,Te)&&(X[Te]=re[Te]);return X.default=re,X}function k(re,X,Te){return X in re?Object.defineProperty(re,X,{value:Te,enumerable:!0,configurable:!0,writable:!0}):re[X]=Te,re}function _(re){if(Array.isArray(re)){for(var X=0,Te=Array(re.length);X<re.length;X++)Te[X]=re[X];return Te}else return Array.from(re)}function A(re,X){if(!(re instanceof X))throw new TypeError("Cannot call a class as a function")}function T(re,X){if(!re)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return X&&(typeof X=="object"||typeof X=="function")?X:re}function g(re,X){if(typeof X!="function"&&X!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof X);re.prototype=Object.create(X&&X.prototype,{constructor:{value:re,enumerable:!1,writable:!0,configurable:!0}}),X&&(Object.setPrototypeOf?Object.setPrototypeOf(re,X):re.__proto__=X)}function D(re){return re.charAt(0).toUpperCase()+re.slice(1)}var C={keyword:"#B11A04",def:"#D2054E",property:"#1F61A0",qualifier:"#1C92A9",attribute:"#8B2BB9",number:"#2882F9",string:"#D64292",builtin:"#D47509",string2:"#0B7FC7",variable:"#397D13",atom:"#CA9800"},O=f.createElement("svg",{width:"12",height:"9"},f.createElement("path",{fill:"#666",d:"M 0 2 L 9 2 L 4.5 7.5 z"})),N=f.createElement("svg",{width:"12",height:"9"},f.createElement("path",{fill:"#666",d:"M 0 0 L 0 9 L 5.5 4.5 z"})),P=f.createElement("svg",{style:{marginRight:"3px",marginLeft:"-3px"},width:"12",height:"12",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},f.createElement("path",{d:"M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM16 16H2V2H16V16ZM14.99 6L13.58 4.58L6.99 11.17L4.41 8.6L2.99 10.01L6.99 14L14.99 6Z",fill:"#666"})),R=f.createElement("svg",{style:{marginRight:"3px",marginLeft:"-3px"},width:"12",height:"12",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},f.createElement("path",{d:"M16 2V16H2V2H16ZM16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0Z",fill:"#CCC"}));function M(re){return re.checked?re.styleConfig.checkboxChecked:re.styleConfig.checkboxUnchecked}function F(re){var X=re.getFields();if(X.id){var Te=["id"];return X.email?Te.push("email"):X.name&&Te.push("name"),Te}if(X.edges)return["edges"];if(X.node)return["node"];if(X.nodes)return["nodes"];var oe=[];return Object.keys(X).forEach(function(G){(0,c.isLeafType)(X[G].type)&&oe.push(G)}),oe.length?oe.slice(0,2):["__typename"]}function W(re){return(0,c.isNonNullType)(re.type)&&re.defaultValue===void 0}function ne(re){for(var X=re;(0,c.isWrappingType)(X);)X=X.ofType;return X}function v(re){for(var X=re;(0,c.isWrappingType)(X);)X=X.ofType;return X}function L(re,X){if(typeof X!="string"&&X.kind==="VariableDefinition")return X.variable;if((0,c.isScalarType)(re))try{switch(re.name){case"String":return{kind:"StringValue",value:String(re.parseValue(X))};case"Float":return{kind:"FloatValue",value:String(re.parseValue(parseFloat(X)))};case"Int":return{kind:"IntValue",value:String(re.parseValue(parseInt(X,10)))};case"Boolean":try{var Te=JSON.parse(X);return typeof Te=="boolean"?{kind:"BooleanValue",value:Te}:{kind:"BooleanValue",value:!1}}catch{return{kind:"BooleanValue",value:!1}}default:return{kind:"StringValue",value:String(re.parseValue(X))}}}catch(G){return console.error("error coercing arg value",G,X),{kind:"StringValue",value:X}}else try{var oe=re.parseValue(X);return oe?{kind:"EnumValue",value:String(oe)}:{kind:"EnumValue",value:re.getValues()[0].name}}catch{return{kind:"EnumValue",value:re.getValues()[0].name}}}var j=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G._getArgSelection=function(){return G.props.selection.fields.find(function(Ee){return Ee.name.value===G.props.arg.name})},G._removeArg=function(){var Ee=G.props.selection,Fe=G._getArgSelection();G._previousArgSelection=Fe,G.props.modifyFields(Ee.fields.filter(function(Ye){return Ye!==Fe}),!0)},G._addArg=function(){var Ee=G.props,Fe=Ee.selection,Ye=Ee.arg,fn=Ee.getDefaultScalarArgValue,jn=Ee.parentField,Gn=Ee.makeDefaultArg,dn=v(Ye.type),zn=null;if(G._previousArgSelection)zn=G._previousArgSelection;else if((0,c.isInputObjectType)(dn)){var Mn=dn.getFields();zn={kind:"ObjectField",name:{kind:"Name",value:Ye.name},value:{kind:"ObjectValue",fields:Ie(fn,Gn,jn,Object.keys(Mn).map(function(Jn){return Mn[Jn]}))}}}else(0,c.isLeafType)(dn)&&(zn={kind:"ObjectField",name:{kind:"Name",value:Ye.name},value:fn(jn,Ye,dn)});if(!zn)console.error("Unable to add arg for argType",dn);else return G.props.modifyFields([].concat(_(Fe.fields||[]),[zn]),!0)},G._setArgValue=function(Ee,Fe){var Ye=!1,fn=!1,jn=!1;try{Ee.kind==="VariableDefinition"?fn=!0:Ee===null||typeof Ee>"u"?Ye=!0:typeof Ee.kind=="string"&&(jn=!0)}catch{}var Gn=G.props.selection,dn=G._getArgSelection();if(!dn){console.error("missing arg selection when setting arg value");return}var zn=v(G.props.arg.type),Mn=(0,c.isLeafType)(zn)||fn||Ye||jn;if(!Mn){console.warn("Unable to handle non leaf types in InputArgView.setArgValue",Ee);return}var Jn=void 0,nt=void 0;Ee===null||typeof Ee>"u"?nt=null:!Ee.target&&Ee.kind&&Ee.kind==="VariableDefinition"?(Jn=Ee,nt=Jn.variable):typeof Ee.kind=="string"?nt=Ee:Ee.target&&typeof Ee.target.value=="string"&&(Jn=Ee.target.value,nt=L(zn,Jn));var mt=G.props.modifyFields((Gn.fields||[]).map(function(xt){var Ot=xt===dn,yt=Ot?d({},xt,{value:nt}):xt;return yt}),Fe);return mt},G._modifyChildFields=function(Ee){return G.props.modifyFields(G.props.selection.fields.map(function(Fe){return Fe.name.value===G.props.arg.name?d({},Fe,{value:{kind:"ObjectValue",fields:Ee}}):Fe}),!0)},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this.props,G=oe.arg,De=oe.parentField,Re=this._getArgSelection();return f.createElement(de,{argValue:Re?Re.value:null,arg:G,parentField:De,addArg:this._addArg,removeArg:this._removeArg,setArgFields:this._modifyChildFields,setArgValue:this._setArgValue,getDefaultScalarArgValue:this.props.getDefaultScalarArgValue,makeDefaultArg:this.props.makeDefaultArg,onRunOperation:this.props.onRunOperation,styleConfig:this.props.styleConfig,onCommit:this.props.onCommit,definition:this.props.definition})}}]),X}(f.PureComponent);function U(re){if((0,c.isEnumType)(re))return{kind:"EnumValue",value:re.getValues()[0].name};switch(re.name){case"String":return{kind:"StringValue",value:""};case"Float":return{kind:"FloatValue",value:"1.5"};case"Int":return{kind:"IntValue",value:"10"};case"Boolean":return{kind:"BooleanValue",value:!1};default:return{kind:"StringValue",value:""}}}function J(re,X,Te){return U(Te)}var ae=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G._getArgSelection=function(){var Ee=G.props.selection;return(Ee.arguments||[]).find(function(Fe){return Fe.name.value===G.props.arg.name})},G._removeArg=function(Ee){var Fe=G.props.selection,Ye=G._getArgSelection();return G._previousArgSelection=Ye,G.props.modifyArguments((Fe.arguments||[]).filter(function(fn){return fn!==Ye}),Ee)},G._addArg=function(Ee){var Fe=G.props,Ye=Fe.selection,fn=Fe.getDefaultScalarArgValue,jn=Fe.makeDefaultArg,Gn=Fe.parentField,dn=Fe.arg,zn=v(dn.type),Mn=null;if(G._previousArgSelection)Mn=G._previousArgSelection;else if((0,c.isInputObjectType)(zn)){var Jn=zn.getFields();Mn={kind:"Argument",name:{kind:"Name",value:dn.name},value:{kind:"ObjectValue",fields:Ie(fn,jn,Gn,Object.keys(Jn).map(function(nt){return Jn[nt]}))}}}else(0,c.isLeafType)(zn)&&(Mn={kind:"Argument",name:{kind:"Name",value:dn.name},value:fn(Gn,dn,zn)});return Mn?G.props.modifyArguments([].concat(_(Ye.arguments||[]),[Mn]),Ee):(console.error("Unable to add arg for argType",zn),null)},G._setArgValue=function(Ee,Fe){var Ye=!1,fn=!1,jn=!1;try{Ee.kind==="VariableDefinition"?fn=!0:Ee===null||typeof Ee>"u"?Ye=!0:typeof Ee.kind=="string"&&(jn=!0)}catch{}var Gn=G.props.selection,dn=G._getArgSelection();if(!dn&&!fn){console.error("missing arg selection when setting arg value");return}var zn=v(G.props.arg.type),Mn=(0,c.isLeafType)(zn)||fn||Ye||jn;if(!Mn){console.warn("Unable to handle non leaf types in ArgView._setArgValue");return}var Jn=void 0,nt=void 0;return Ee===null||typeof Ee>"u"?nt=null:Ee.target&&typeof Ee.target.value=="string"?(Jn=Ee.target.value,nt=L(zn,Jn)):!Ee.target&&Ee.kind==="VariableDefinition"?(Jn=Ee,nt=Jn.variable):typeof Ee.kind=="string"&&(nt=Ee),G.props.modifyArguments((Gn.arguments||[]).map(function(mt){return mt===dn?d({},mt,{value:nt}):mt}),Fe)},G._setArgFields=function(Ee,Fe){var Ye=G.props.selection,fn=G._getArgSelection();if(!fn){console.error("missing arg selection when setting arg value");return}return G.props.modifyArguments((Ye.arguments||[]).map(function(jn){return jn===fn?d({},jn,{value:{kind:"ObjectValue",fields:Ee}}):jn}),Fe)},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this.props,G=oe.arg,De=oe.parentField,Re=this._getArgSelection();return f.createElement(de,{argValue:Re?Re.value:null,arg:G,parentField:De,addArg:this._addArg,removeArg:this._removeArg,setArgFields:this._setArgFields,setArgValue:this._setArgValue,getDefaultScalarArgValue:this.props.getDefaultScalarArgValue,makeDefaultArg:this.props.makeDefaultArg,onRunOperation:this.props.onRunOperation,styleConfig:this.props.styleConfig,onCommit:this.props.onCommit,definition:this.props.definition})}}]),X}(f.PureComponent);function q(re){return re.ctrlKey&&re.key==="Enter"}function te(re){return re!=="FragmentDefinition"}var ie=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G._handleChange=function(Ee){G.props.setArgValue(Ee,!0)},oe),T(G,De)}return u(X,[{key:"componentDidMount",value:function(){var oe=this._ref,G=document.activeElement;oe&&G&&!(G instanceof HTMLTextAreaElement)&&(oe.focus(),oe.setSelectionRange(0,oe.value.length))}},{key:"render",value:function(){var oe=this,G=this.props,De=G.arg,Re=G.argValue,Ve=G.styleConfig,Be=v(De.type),Ee=typeof Re.value=="string"?Re.value:"",Fe=this.props.argValue.kind==="StringValue"?Ve.colors.string:Ve.colors.number;return f.createElement("span",{style:{color:Fe}},Be.name==="String"?'"':"",f.createElement("input",{style:{border:"none",borderBottom:"1px solid #888",outline:"none",width:Math.max(1,Math.min(15,Ee.length))+"ch",color:Fe},ref:function(fn){oe._ref=fn},type:"text",onChange:this._handleChange,value:Ee}),Be.name==="String"?'"':"")}}]),X}(f.PureComponent),de=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G.state={displayArgActions:!1},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this,G=this.props,De=G.argValue,Re=G.arg,Ve=G.styleConfig,Be=v(Re.type),Ee=null;if(De){if(De.kind==="Variable")Ee=f.createElement("span",{style:{color:Ve.colors.variable}},"$",De.name.value);else if((0,c.isScalarType)(Be))Be.name==="Boolean"?Ee=f.createElement("select",{style:{color:Ve.colors.builtin},onChange:this.props.setArgValue,value:De.kind==="BooleanValue"?De.value:void 0},f.createElement("option",{key:"true",value:"true"},"true"),f.createElement("option",{key:"false",value:"false"},"false")):Ee=f.createElement(ie,{setArgValue:this.props.setArgValue,arg:Re,argValue:De,onRunOperation:this.props.onRunOperation,styleConfig:this.props.styleConfig});else if((0,c.isEnumType)(Be))De.kind==="EnumValue"?Ee=f.createElement("select",{style:{backgroundColor:"white",color:Ve.colors.string2},onChange:this.props.setArgValue,value:De.value},Be.getValues().map(function(dn){return f.createElement("option",{key:dn.name,value:dn.name},dn.name)})):console.error("arg mismatch between arg and selection",Be,De);else if((0,c.isInputObjectType)(Be))if(De.kind==="ObjectValue"){var Fe=Be.getFields();Ee=f.createElement("div",{style:{marginLeft:16}},Object.keys(Fe).sort().map(function(dn){return f.createElement(j,{key:dn,arg:Fe[dn],parentField:oe.props.parentField,selection:De,modifyFields:oe.props.setArgFields,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit,definition:oe.props.definition})}))}else console.error("arg mismatch between arg and selection",Be,De)}var Ye=function(){var zn=Re.name,Mn=(oe.props.definition.variableDefinitions||[]).filter(function(ft){return ft.variable.name.value.startsWith(zn)}).length,Jn=void 0;Mn>0?Jn=""+zn+Mn:Jn=zn;var nt=Re.type.toString(),mt=(0,c.parseType)(nt),xt={kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:Jn}},type:mt,directives:[]},Ot=function(Tt){return(oe.props.definition.variableDefinitions||[]).find(function(jt){return jt.variable.name.value===Tt})},yt=void 0,Ht={};if(typeof De<"u"&&De!==null){var kt=(0,c.visit)(De,{Variable:function(Tt){var jt=Tt.name.value,ur=Ot(jt);if(Ht[jt]=Ht[jt]+1||1,!!ur)return ur.defaultValue}}),sr=xt.type.kind==="NonNullType",Wt=sr?d({},xt,{type:xt.type.type}):xt;yt=d({},Wt,{defaultValue:kt})}else yt=xt;var fe=Object.entries(Ht).filter(function(ft){var Tt=m(ft,2),jt=Tt[0],ur=Tt[1];return ur<2}).map(function(ft){var Tt=m(ft,2),jt=Tt[0],ur=Tt[1];return jt});if(yt){var ze=oe.props.setArgValue(yt,!1);if(ze){var Ce=ze.definitions.find(function(ft){return ft.operation&&ft.name&&ft.name.value&&oe.props.definition.name&&oe.props.definition.name.value?ft.name.value===oe.props.definition.name.value:!1}),tn=[].concat(_(Ce.variableDefinitions||[]),[yt]).filter(function(ft){return fe.indexOf(ft.variable.name.value)===-1}),wn=d({},Ce,{variableDefinitions:tn}),Wn=ze.definitions,wt=Wn.map(function(ft){return Ce===ft?wn:ft}),Pn=d({},ze,{definitions:wt});oe.props.onCommit(Pn)}}},fn=function(){if(!(!De||!De.name||!De.name.value)){var zn=De.name.value,Mn=(oe.props.definition.variableDefinitions||[]).find(function(Wt){return Wt.variable.name.value===zn});if(Mn){var Jn=Mn.defaultValue,nt=oe.props.setArgValue(Jn,{commit:!1});if(nt){var mt=nt.definitions.find(function(Wt){return Wt.name.value===oe.props.definition.name.value});if(!mt)return;var xt=0;(0,c.visit)(mt,{Variable:function(fe){fe.name.value===zn&&(xt=xt+1)}});var Ot=mt.variableDefinitions||[];xt<2&&(Ot=Ot.filter(function(Wt){return Wt.variable.name.value!==zn}));var yt=d({},mt,{variableDefinitions:Ot}),Ht=nt.definitions,kt=Ht.map(function(Wt){return mt===Wt?yt:Wt}),sr=d({},nt,{definitions:kt});oe.props.onCommit(sr)}}}},jn=De&&De.kind==="Variable",Gn=this.state.displayArgActions?f.createElement("button",{type:"submit",className:"toolbar-button",title:jn?"Remove the variable":"Extract the current value into a GraphQL variable",onClick:function(zn){zn.preventDefault(),zn.stopPropagation(),jn?fn():Ye()},style:Ve.styles.actionButtonStyle},f.createElement("span",{style:{color:Ve.colors.variable}},"$")):null;return f.createElement("div",{style:{cursor:"pointer",minHeight:"16px",WebkitUserSelect:"none",userSelect:"none"},"data-arg-name":Re.name,"data-arg-type":Be.name,className:"graphiql-explorer-"+Re.name},f.createElement("span",{style:{cursor:"pointer"},onClick:function(zn){var Mn=!De;Mn?oe.props.addArg(!0):oe.props.removeArg(!0),oe.setState({displayArgActions:Mn})}},(0,c.isInputObjectType)(Be)?f.createElement("span",null,De?this.props.styleConfig.arrowOpen:this.props.styleConfig.arrowClosed):f.createElement(M,{checked:!!De,styleConfig:this.props.styleConfig}),f.createElement("span",{style:{color:Ve.colors.attribute},title:Re.description,onMouseEnter:function(){De!==null&&typeof De<"u"&&oe.setState({displayArgActions:!0})},onMouseLeave:function(){return oe.setState({displayArgActions:!1})}},Re.name,W(Re)?"*":"",": ",Gn," ")," "),Ee||f.createElement("span",null)," ")}}]),X}(f.PureComponent),ce=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G._addFragment=function(){G.props.modifySelections([].concat(_(G.props.selections),[G._previousSelection||{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:G.props.implementingType.name}},selectionSet:{kind:"SelectionSet",selections:G.props.getDefaultFieldNames(G.props.implementingType).map(function(Ee){return{kind:"Field",name:{kind:"Name",value:Ee}}})}}]))},G._removeFragment=function(){var Ee=G._getSelection();G._previousSelection=Ee,G.props.modifySelections(G.props.selections.filter(function(Fe){return Fe!==Ee}))},G._getSelection=function(){var Ee=G.props.selections.find(function(Fe){return Fe.kind==="InlineFragment"&&Fe.typeCondition&&G.props.implementingType.name===Fe.typeCondition.name.value});if(!Ee)return null;if(Ee.kind==="InlineFragment")return Ee},G._modifyChildSelections=function(Ee,Fe){var Ye=G._getSelection();return G.props.modifySelections(G.props.selections.map(function(fn){return fn===Ye?{directives:fn.directives,kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:G.props.implementingType.name}},selectionSet:{kind:"SelectionSet",selections:Ee}}:fn}),Fe)},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this,G=this.props,De=G.implementingType,Re=G.schema,Ve=G.getDefaultFieldNames,Be=G.styleConfig,Ee=this._getSelection(),Fe=De.getFields(),Ye=Ee?Ee.selectionSet?Ee.selectionSet.selections:[]:[];return f.createElement("div",{className:"graphiql-explorer-"+De.name},f.createElement("span",{style:{cursor:"pointer"},onClick:Ee?this._removeFragment:this._addFragment},f.createElement(M,{checked:!!Ee,styleConfig:this.props.styleConfig}),f.createElement("span",{style:{color:Be.colors.atom}},this.props.implementingType.name)),Ee?f.createElement("div",{style:{marginLeft:16}},Object.keys(Fe).sort().map(function(fn){return f.createElement(xe,{key:fn,field:Fe[fn],selections:Ye,modifySelections:oe._modifyChildSelections,schema:Re,getDefaultFieldNames:Ve,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,onCommit:oe.props.onCommit,styleConfig:oe.props.styleConfig,definition:oe.props.definition,availableFragments:oe.props.availableFragments})})):null)}}]),X}(f.PureComponent),be=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G._addFragment=function(){G.props.modifySelections([].concat(_(G.props.selections),[G._previousSelection||{kind:"FragmentSpread",name:G.props.fragment.name}]))},G._removeFragment=function(){var Ee=G._getSelection();G._previousSelection=Ee,G.props.modifySelections(G.props.selections.filter(function(Fe){var Ye=Fe.kind==="FragmentSpread"&&Fe.name.value===G.props.fragment.name.value;return!Ye}))},G._getSelection=function(){var Ee=G.props.selections.find(function(Fe){return Fe.kind==="FragmentSpread"&&Fe.name.value===G.props.fragment.name.value});return Ee},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this.props.styleConfig,G=this._getSelection();return f.createElement("div",{className:"graphiql-explorer-"+this.props.fragment.name.value},f.createElement("span",{style:{cursor:"pointer"},onClick:G?this._removeFragment:this._addFragment},f.createElement(M,{checked:!!G,styleConfig:this.props.styleConfig}),f.createElement("span",{style:{color:oe.colors.def},className:"graphiql-explorer-"+this.props.fragment.name.value},this.props.fragment.name.value)))}}]),X}(f.PureComponent);function Ie(re,X,Te,oe){var G=[],De=!0,Re=!1,Ve=void 0;try{for(var Be=oe[Symbol.iterator](),Ee;!(De=(Ee=Be.next()).done);De=!0){var Fe=Ee.value;if((0,c.isRequiredInputField)(Fe)||X&&X(Te,Fe)){var Ye=v(Fe.type);(0,c.isInputObjectType)(Ye)?function(){var fn=Ye.getFields();G.push({kind:"ObjectField",name:{kind:"Name",value:Fe.name},value:{kind:"ObjectValue",fields:Ie(re,X,Te,Object.keys(fn).map(function(jn){return fn[jn]}))}})}():(0,c.isLeafType)(Ye)&&G.push({kind:"ObjectField",name:{kind:"Name",value:Fe.name},value:re(Te,Fe,Ye)})}}}catch(fn){Re=!0,Ve=fn}finally{try{!De&&Be.return&&Be.return()}finally{if(Re)throw Ve}}return G}function _e(re,X,Te){var oe=[],G=!0,De=!1,Re=void 0;try{for(var Ve=Te.args[Symbol.iterator](),Be;!(G=(Be=Ve.next()).done);G=!0){var Ee=Be.value;if(W(Ee)||X&&X(Te,Ee)){var Fe=v(Ee.type);(0,c.isInputObjectType)(Fe)?function(){var Ye=Fe.getFields();oe.push({kind:"Argument",name:{kind:"Name",value:Ee.name},value:{kind:"ObjectValue",fields:Ie(re,X,Te,Object.keys(Ye).map(function(fn){return Ye[fn]}))}})}():(0,c.isLeafType)(Fe)&&oe.push({kind:"Argument",name:{kind:"Name",value:Ee.name},value:re(Te,Ee,Fe)})}}}catch(Ye){De=!0,Re=Ye}finally{try{!G&&Ve.return&&Ve.return()}finally{if(De)throw Re}}return oe}var xe=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G.state={displayFieldActions:!1},G._addAllFieldsToSelections=function(Ee){var Fe=Ee?Object.keys(Ee).map(function(jn){return{kind:"Field",name:{kind:"Name",value:jn},arguments:[]}}):[],Ye={kind:"SelectionSet",selections:Fe},fn=[].concat(_(G.props.selections.filter(function(jn){return jn.kind==="InlineFragment"?!0:jn.name.value!==G.props.field.name})),[{kind:"Field",name:{kind:"Name",value:G.props.field.name},arguments:_e(G.props.getDefaultScalarArgValue,G.props.makeDefaultArg,G.props.field),selectionSet:Ye}]);G.props.modifySelections(fn)},G._addFieldToSelections=function(Ee){var Fe=[].concat(_(G.props.selections),[G._previousSelection||{kind:"Field",name:{kind:"Name",value:G.props.field.name},arguments:_e(G.props.getDefaultScalarArgValue,G.props.makeDefaultArg,G.props.field)}]);G.props.modifySelections(Fe)},G._handleUpdateSelections=function(Ee){var Fe=G._getSelection();if(Fe&&!Ee.altKey)G._removeFieldFromSelections();else{var Ye=(0,c.getNamedType)(G.props.field.type),fn=(0,c.isObjectType)(Ye)&&Ye.getFields(),jn=!!fn&&Ee.altKey;jn?G._addAllFieldsToSelections(fn):G._addFieldToSelections(fn)}},G._removeFieldFromSelections=function(){var Ee=G._getSelection();G._previousSelection=Ee,G.props.modifySelections(G.props.selections.filter(function(Fe){return Fe!==Ee}))},G._getSelection=function(){var Ee=G.props.selections.find(function(Fe){return Fe.kind==="Field"&&G.props.field.name===Fe.name.value});if(!Ee)return null;if(Ee.kind==="Field")return Ee},G._setArguments=function(Ee,Fe){var Ye=G._getSelection();if(!Ye){console.error("Missing selection when setting arguments",Ee);return}return G.props.modifySelections(G.props.selections.map(function(fn){return fn===Ye?{alias:Ye.alias,arguments:Ee,directives:Ye.directives,kind:"Field",name:Ye.name,selectionSet:Ye.selectionSet}:fn}),Fe)},G._modifyChildSelections=function(Ee,Fe){return G.props.modifySelections(G.props.selections.map(function(Ye){if(Ye.kind==="Field"&&G.props.field.name===Ye.name.value){if(Ye.kind!=="Field")throw new Error("invalid selection");return{alias:Ye.alias,arguments:Ye.arguments,directives:Ye.directives,kind:"Field",name:Ye.name,selectionSet:{kind:"SelectionSet",selections:Ee}}}return Ye}),Fe)},oe),T(G,De)}return u(X,[{key:"render",value:function(){var oe=this,G=this.props,De=G.field,Re=G.schema,Ve=G.getDefaultFieldNames,Be=G.styleConfig,Ee=this._getSelection(),Fe=ne(De.type),Ye=De.args.sort(function(Mn,Jn){return Mn.name.localeCompare(Jn.name)}),fn="graphiql-explorer-node graphiql-explorer-"+De.name;De.isDeprecated&&(fn+=" graphiql-explorer-deprecated");var jn=(0,c.isObjectType)(Fe)||(0,c.isInterfaceType)(Fe)||(0,c.isUnionType)(Fe)?this.props.availableFragments&&this.props.availableFragments[Fe.name]:null,Gn=f.createElement("div",{className:fn},f.createElement("span",{title:De.description,style:{cursor:"pointer",display:"inline-flex",alignItems:"center",minHeight:"16px",WebkitUserSelect:"none",userSelect:"none"},"data-field-name":De.name,"data-field-type":Fe.name,onClick:this._handleUpdateSelections,onMouseEnter:function(){var Jn=(0,c.isObjectType)(Fe)&&Ee&&Ee.selectionSet&&Ee.selectionSet.selections.filter(function(nt){return nt.kind!=="FragmentSpread"}).length>0;Jn&&oe.setState({displayFieldActions:!0})},onMouseLeave:function(){return oe.setState({displayFieldActions:!1})}},(0,c.isObjectType)(Fe)?f.createElement("span",null,Ee?this.props.styleConfig.arrowOpen:this.props.styleConfig.arrowClosed):null,(0,c.isObjectType)(Fe)?null:f.createElement(M,{checked:!!Ee,styleConfig:this.props.styleConfig}),f.createElement("span",{style:{color:Be.colors.property},className:"graphiql-explorer-field-view"},De.name),this.state.displayFieldActions?f.createElement("button",{type:"submit",className:"toolbar-button",title:"Extract selections into a new reusable fragment",onClick:function(Jn){Jn.preventDefault(),Jn.stopPropagation();var nt=Fe.name,mt=nt+"Fragment",xt=(jn||[]).filter(function(Wt){return Wt.name.value.startsWith(mt)}).length;xt>0&&(mt=""+mt+xt);var Ot=Ee?Ee.selectionSet?Ee.selectionSet.selections:[]:[],yt=[{kind:"FragmentSpread",name:{kind:"Name",value:mt},directives:[]}],Ht={kind:"FragmentDefinition",name:{kind:"Name",value:mt},typeCondition:{kind:"NamedType",name:{kind:"Name",value:Fe.name}},directives:[],selectionSet:{kind:"SelectionSet",selections:Ot}},kt=oe._modifyChildSelections(yt,!1);if(kt){var sr=d({},kt,{definitions:[].concat(_(kt.definitions),[Ht])});oe.props.onCommit(sr)}else console.warn("Unable to complete extractFragment operation")},style:d({},Be.styles.actionButtonStyle)},f.createElement("span",null,"\u2026")):null),Ee&&Ye.length?f.createElement("div",{style:{marginLeft:16},className:"graphiql-explorer-graphql-arguments"},Ye.map(function(Mn){return f.createElement(ae,{key:Mn.name,parentField:De,arg:Mn,selection:Ee,modifyArguments:oe._setArguments,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit,definition:oe.props.definition})})):null);if(Ee&&((0,c.isObjectType)(Fe)||(0,c.isInterfaceType)(Fe)||(0,c.isUnionType)(Fe))){var dn=(0,c.isUnionType)(Fe)?{}:Fe.getFields(),zn=Ee?Ee.selectionSet?Ee.selectionSet.selections:[]:[];return f.createElement("div",{className:"graphiql-explorer-"+De.name},Gn,f.createElement("div",{style:{marginLeft:16}},jn?jn.map(function(Mn){var Jn=Re.getType(Mn.typeCondition.name.value),nt=Mn.name.value;return Jn?f.createElement(be,{key:nt,fragment:Mn,selections:zn,modifySelections:oe._modifyChildSelections,schema:Re,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit}):null}):null,Object.keys(dn).sort().map(function(Mn){return f.createElement(X,{key:Mn,field:dn[Mn],selections:zn,modifySelections:oe._modifyChildSelections,schema:Re,getDefaultFieldNames:Ve,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit,definition:oe.props.definition,availableFragments:oe.props.availableFragments})}),(0,c.isInterfaceType)(Fe)||(0,c.isUnionType)(Fe)?Re.getPossibleTypes(Fe).map(function(Mn){return f.createElement(ce,{key:Mn.name,implementingType:Mn,selections:zn,modifySelections:oe._modifyChildSelections,schema:Re,getDefaultFieldNames:Ve,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit,definition:oe.props.definition})}):null))}return Gn}}]),X}(f.PureComponent);function Ae(re){try{return re.trim()?(0,c.parse)(re,{noLocation:!0}):null}catch(X){return new Error(X)}}var Oe={kind:"OperationDefinition",operation:"query",variableDefinitions:[],name:{kind:"Name",value:"MyQuery"},directives:[],selectionSet:{kind:"SelectionSet",selections:[]}},Me={kind:"Document",definitions:[Oe]},Z=null;function he(re){if(Z&&Z[0]===re)return Z[1];var X=Ae(re);return X?X instanceof Error?Z?Z[1]:Me:(Z=[re,X],X):Me}var Ze={buttonStyle:{fontSize:"1.2em",padding:"0px",backgroundColor:"white",border:"none",margin:"5px 0px",height:"40px",width:"100%",display:"block",maxWidth:"none"},actionButtonStyle:{padding:"0px",backgroundColor:"white",border:"none",margin:"0px",maxWidth:"none",height:"15px",width:"15px",display:"inline-block",fontSize:"smaller"},explorerActionsStyle:{margin:"4px -8px -8px",paddingLeft:"8px",bottom:"0px",width:"100%",textAlign:"center",background:"none",borderTop:"none",borderBottom:"none"}},rn=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G.state={newOperationType:"query",displayTitleActions:!1},G._modifySelections=function(Ee,Fe){var Ye=G.props.definition;Ye.selectionSet.selections.length===0&&G._previousOperationDef&&(Ye=G._previousOperationDef);var fn=void 0;if(Ye.kind==="FragmentDefinition")fn=d({},Ye,{selectionSet:d({},Ye.selectionSet,{selections:Ee})});else if(Ye.kind==="OperationDefinition"){var jn=Ee.filter(function(Gn){return!(Gn.kind==="Field"&&Gn.name.value==="__typename")});jn.length===0&&(jn=[{kind:"Field",name:{kind:"Name",value:"__typename ## Placeholder value"}}]),fn=d({},Ye,{selectionSet:d({},Ye.selectionSet,{selections:jn})})}return G.props.onEdit(fn,Fe)},G._onOperationRename=function(Ee){return G.props.onOperationRename(Ee.target.value)},G._handlePotentialRun=function(Ee){q(Ee)&&te(G.props.definition.kind)&&G.props.onRunOperation(G.props.name)},G._rootViewElId=function(){var Ee=G.props,Fe=Ee.operationType,Ye=Ee.name,fn=Fe+"-"+(Ye||"unknown");return fn},oe),T(G,De)}return u(X,[{key:"componentDidMount",value:function(){var oe=this._rootViewElId();this.props.onMount(oe)}},{key:"render",value:function(){var oe=this,G=this.props,De=G.operationType,Re=G.definition,Ve=G.schema,Be=G.getDefaultFieldNames,Ee=G.styleConfig,Fe=this._rootViewElId(),Ye=this.props.fields||{},fn=Re,jn=fn.selectionSet.selections,Gn=this.props.name||D(De)+" Name";return f.createElement("div",{id:Fe,tabIndex:"0",onKeyDown:this._handlePotentialRun,style:{borderBottom:this.props.isLast?"none":"1px solid #d6d6d6",marginBottom:"0em",paddingBottom:"1em"}},f.createElement("div",{style:{color:Ee.colors.keyword,paddingBottom:4},className:"graphiql-operation-title-bar",onMouseEnter:function(){return oe.setState({displayTitleActions:!0})},onMouseLeave:function(){return oe.setState({displayTitleActions:!1})}},De," ",f.createElement("span",{style:{color:Ee.colors.def}},f.createElement("input",{style:{color:Ee.colors.def,border:"none",borderBottom:"1px solid #888",outline:"none",width:Math.max(4,Gn.length)+"ch"},autoComplete:"false",placeholder:D(De)+" Name",value:this.props.name,onKeyDown:this._handlePotentialRun,onChange:this._onOperationRename})),this.props.onTypeName?f.createElement("span",null,f.createElement("br",null),"on "+this.props.onTypeName):"",this.state.displayTitleActions?f.createElement(f.Fragment,null,f.createElement("button",{type:"submit",className:"toolbar-button",onClick:function(){return oe.props.onOperationDestroy()},style:d({},Ee.styles.actionButtonStyle)},f.createElement("span",null,"\u2715")),f.createElement("button",{type:"submit",className:"toolbar-button",onClick:function(){return oe.props.onOperationClone()},style:d({},Ee.styles.actionButtonStyle)},f.createElement("span",null,"\u2398"))):""),Object.keys(Ye).sort().map(function(dn){return f.createElement(xe,{key:dn,field:Ye[dn],selections:jn,modifySelections:oe._modifySelections,schema:Ve,getDefaultFieldNames:Be,getDefaultScalarArgValue:oe.props.getDefaultScalarArgValue,makeDefaultArg:oe.props.makeDefaultArg,onRunOperation:oe.props.onRunOperation,styleConfig:oe.props.styleConfig,onCommit:oe.props.onCommit,definition:oe.props.definition,availableFragments:oe.props.availableFragments})}))}}]),X}(f.PureComponent);function un(){return f.createElement("div",{style:{fontFamily:"sans-serif",display:"flex",flexDirection:"column",alignItems:"center",margin:"1em",marginTop:0,flexGrow:1,justifyContent:"flex-end"}},f.createElement("div",{style:{borderTop:"1px solid #d6d6d6",paddingTop:"1em",width:"100%",textAlign:"center"}},"GraphiQL Explorer by ",f.createElement("a",{href:"https://www.onegraph.com"},"OneGraph")),f.createElement("div",null,"Contribute on"," ",f.createElement("a",{href:"https://github.com/OneGraph/graphiql-explorer"},"GitHub")))}var Sn=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G.state={newOperationType:"query",operation:null,operationToScrollTo:null},G._resetScroll=function(){var Ee=G._ref;Ee&&(Ee.scrollLeft=0)},G._onEdit=function(Ee){return G.props.onEdit(Ee)},G._setAddOperationType=function(Ee){G.setState({newOperationType:Ee})},G._handleRootViewMount=function(Ee){if(G.state.operationToScrollTo&&G.state.operationToScrollTo===Ee){var Fe=".graphiql-explorer-root #"+Ee,Ye=document.querySelector(Fe);Ye&&Ye.scrollIntoView()}},oe),T(G,De)}return u(X,[{key:"componentDidMount",value:function(){this._resetScroll()}},{key:"render",value:function(){var oe=this,G=this.props,De=G.schema,Re=G.query,Ve=G.makeDefaultArg;if(!De)return f.createElement("div",{style:{fontFamily:"sans-serif"},className:"error-container"},"No Schema Available");var Be={colors:this.props.colors||C,checkboxChecked:this.props.checkboxChecked||P,checkboxUnchecked:this.props.checkboxUnchecked||R,arrowClosed:this.props.arrowClosed||N,arrowOpen:this.props.arrowOpen||O,styles:this.props.styles?d({},Ze,this.props.styles):Ze},Ee=De.getQueryType(),Fe=De.getMutationType(),Ye=De.getSubscriptionType();if(!Ee&&!Fe&&!Ye)return f.createElement("div",null,"Missing query type");var fn=Ee&&Ee.getFields(),jn=Fe&&Fe.getFields(),Gn=Ye&&Ye.getFields(),dn=he(Re),zn=this.props.getDefaultFieldNames||F,Mn=this.props.getDefaultScalarArgValue||J,Jn=dn.definitions,nt=Jn.map(function(ze){return ze.kind==="FragmentDefinition"||ze.kind==="OperationDefinition"?ze:null}).filter(Boolean),mt=nt.length===0?Me.definitions:nt,xt=function(Ce,tn){var wn=tn==null||tn===""?null:{kind:"Name",value:tn,loc:void 0},Wn=d({},Ce,{name:wn}),wt=dn.definitions,Pn=wt.map(function(ft){return Ce===ft?Wn:ft});return d({},dn,{definitions:Pn})},Ot=function(Ce){var tn=void 0;Ce.kind==="FragmentDefinition"?tn="fragment":tn=Ce.operation;var wn=(Ce.name&&Ce.name.value||"")+"Copy",Wn={kind:"Name",value:wn,loc:void 0},wt=d({},Ce,{name:Wn}),Pn=dn.definitions,ft=[].concat(_(Pn),[wt]);return oe.setState({operationToScrollTo:tn+"-"+wn}),d({},dn,{definitions:ft})},yt=function(Ce){var tn=dn.definitions,wn=tn.filter(function(Wn){return Ce!==Wn});return d({},dn,{definitions:wn})},Ht=function(Ce){var tn=dn.definitions,wn=dn.definitions.length===1&&dn.definitions[0]===Me.definitions[0],Wn=wn?[]:tn.filter(function(vr){return vr.kind==="OperationDefinition"?vr.operation===Ce:!1}),wt="My"+D(Ce)+(Wn.length===0?"":Wn.length+1),Pn="__typename # Placeholder value",ft={kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:Pn,loc:null},arguments:[],directives:[],selectionSet:null,loc:null}],loc:null},Tt={kind:"OperationDefinition",operation:Ce,name:{kind:"Name",value:wt},variableDefinitions:[],directives:[],selectionSet:ft,loc:null},jt=wn?[Tt]:[].concat(_(dn.definitions),[Tt]),ur=d({},dn,{definitions:jt});oe.setState({operationToScrollTo:Ce+"-"+wt}),oe.props.onEdit((0,c.print)(ur))},kt=[fn?f.createElement("option",{key:"query",className:"toolbar-button",style:Be.styles.buttonStyle,type:"link",value:"query"},"Query"):null,jn?f.createElement("option",{key:"mutation",className:"toolbar-button",style:Be.styles.buttonStyle,type:"link",value:"mutation"},"Mutation"):null,Gn?f.createElement("option",{key:"subscription",className:"toolbar-button",style:Be.styles.buttonStyle,type:"link",value:"subscription"},"Subscription"):null].filter(Boolean),sr=kt.length===0?null:f.createElement("div",{style:{minHeight:"50px",maxHeight:"50px",overflow:"none"}},f.createElement("form",{className:"variable-editor-title graphiql-explorer-actions",style:d({},Be.styles.explorerActionsStyle,{display:"flex",flexDirection:"row",alignItems:"center",borderTop:"1px solid rgb(214, 214, 214)"}),onSubmit:function(Ce){return Ce.preventDefault()}},f.createElement("span",{style:{display:"inline-block",flexGrow:"0",textAlign:"right"}},"Add new"," "),f.createElement("select",{onChange:function(Ce){return oe._setAddOperationType(Ce.target.value)},value:this.state.newOperationType,style:{flexGrow:"2"}},kt),f.createElement("button",{type:"submit",className:"toolbar-button",onClick:function(){return oe.state.newOperationType?Ht(oe.state.newOperationType):null},style:d({},Be.styles.buttonStyle,{height:"22px",width:"22px"})},f.createElement("span",null,"+")))),Wt=mt.reduce(function(ze,Ce){if(Ce.kind==="FragmentDefinition"){var tn=Ce.typeCondition.name.value,wn=ze[tn]||[],Wn=[].concat(_(wn),[Ce]).sort(function(wt,Pn){return wt.name.value.localeCompare(Pn.name.value)});return d({},ze,k({},tn,Wn))}return ze},{}),fe=this.props.showAttribution?f.createElement(un,null):null;return f.createElement("div",{ref:function(Ce){oe._ref=Ce},style:{fontSize:12,textOverflow:"ellipsis",whiteSpace:"nowrap",margin:0,padding:8,fontFamily:'Consolas, Inconsolata, "Droid Sans Mono", Monaco, monospace',display:"flex",flexDirection:"column",height:"100%"},className:"graphiql-explorer-root"},f.createElement("div",{style:{flexGrow:"1",overflow:"scroll"}},mt.map(function(ze,Ce){var tn=ze&&ze.name&&ze.name.value,wn=ze.kind==="FragmentDefinition"?"fragment":ze&&ze.operation||"query",Wn=function(Mt){var nr=xt(ze,Mt);oe.props.onEdit((0,c.print)(nr))},wt=function(){var Mt=Ot(ze);oe.props.onEdit((0,c.print)(Mt))},Pn=function(){var Mt=yt(ze);oe.props.onEdit((0,c.print)(Mt))},ft=ze.kind==="FragmentDefinition"&&ze.typeCondition.kind==="NamedType"&&De.getType(ze.typeCondition.name.value),Tt=ft instanceof c.GraphQLObjectType?ft.getFields():null,jt=wn==="query"?fn:wn==="mutation"?jn:wn==="subscription"?Gn:ze.kind==="FragmentDefinition"?Tt:null,ur=ze.kind==="FragmentDefinition"?ze.typeCondition.name.value:null,vr=function(Mt){var nr=(0,c.print)(Mt);oe.props.onEdit(nr)};return f.createElement(rn,{key:Ce,isLast:Ce===mt.length-1,fields:jt,operationType:wn,name:tn,definition:ze,onOperationRename:Wn,onOperationDestroy:Pn,onOperationClone:wt,onTypeName:ur,onMount:oe._handleRootViewMount,onCommit:vr,onEdit:function(Mt,nr){var pr=void 0;if((typeof nr>"u"?"undefined":b(nr))==="object"&&typeof nr.commit<"u"?pr=nr.commit:pr=!0,Mt){var Gr=d({},dn,{definitions:dn.definitions.map(function(Zr){return Zr===ze?Mt:Zr})});return pr&&vr(Gr),Gr}else return dn},schema:De,getDefaultFieldNames:zn,getDefaultScalarArgValue:Mn,makeDefaultArg:Ve,onRunOperation:function(){oe.props.onRunOperation&&oe.props.onRunOperation(tn)},styleConfig:Be,availableFragments:Wt})}),fe),sr)}}]),X}(f.PureComponent);Sn.defaultProps={getDefaultFieldNames:F,getDefaultScalarArgValue:J};var ln=function(re){g(X,re);function X(){var Te,oe,G,De;A(this,X);for(var Re=arguments.length,Ve=Array(Re),Be=0;Be<Re;Be++)Ve[Be]=arguments[Be];return De=(oe=(G=T(this,(Te=X.__proto__||Object.getPrototypeOf(X)).call.apply(Te,[this].concat(Ve))),G),G.state={hasError:!1,error:null,errorInfo:null},oe),T(G,De)}return u(X,[{key:"componentDidCatch",value:function(oe,G){this.setState({hasError:!0,error:oe,errorInfo:G}),console.error("Error in component",oe,G)}},{key:"render",value:function(){return this.state.hasError?f.createElement("div",{style:{padding:18,fontFamily:"sans-serif"}},f.createElement("div",null,"Something went wrong"),f.createElement("details",{style:{whiteSpace:"pre-wrap"}},this.state.error?this.state.error.toString():null,f.createElement("br",null),this.state.errorInfo?this.state.errorInfo.componentStack:null)):this.props.children}}]),X}(f.Component),nn=function(re){g(X,re);function X(){return A(this,X),T(this,(X.__proto__||Object.getPrototypeOf(X)).apply(this,arguments))}return u(X,[{key:"render",value:function(){return f.createElement("div",{className:"docExplorerWrap",style:{height:"100%",width:this.props.width,minWidth:this.props.width,zIndex:7,display:this.props.explorerIsOpen?"flex":"none",flexDirection:"column",overflow:"hidden"}},f.createElement("div",{className:"doc-explorer-title-bar"},f.createElement("div",{className:"doc-explorer-title"},this.props.title),f.createElement("div",{className:"doc-explorer-rhs"},f.createElement("div",{className:"docExplorerHide",onClick:this.props.onToggleExplorer},"\u2715"))),f.createElement("div",{className:"doc-explorer-contents",style:{padding:"0px",overflowY:"unset"}},f.createElement(ln,null,f.createElement(Sn,this.props))))}}]),X}(f.PureComponent);nn.defaultValue=U,nn.defaultProps={width:320,title:"Explorer"},B.default=nn},6193:(w,B,o)=>{"use strict";var b;b={value:!0},b=void 0;var m=o(5875),d=u(m);function u(p){return p&&p.__esModule?p:{default:p}}b=d.default,B.ZP=d.default},1458:function(w,B,o){"use strict";var b=this&&this.__createBinding||(Object.create?function(d,u,p,f){f===void 0&&(f=p);var c=Object.getOwnPropertyDescriptor(u,p);(!c||("get"in c?!u.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:function(){return u[p]}}),Object.defineProperty(d,f,c)}:function(d,u,p,f){f===void 0&&(f=p),d[f]=u[p]}),m=this&&this.__exportStar||function(d,u){for(var p in d)p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p)&&b(u,d,p)};Object.defineProperty(B,"__esModule",{value:!0}),m(o(2555),B),m(o(2806),B),m(o(7092),B)},8337:(w,B,o)=>{"use strict";function b(M){var F=Array.prototype.slice.call(arguments,1);return F.forEach(function(W){W&&Object.keys(W).forEach(function(ne){M[ne]=W[ne]})}),M}function m(M){return Object.prototype.toString.call(M)}function d(M){return m(M)==="[object String]"}function u(M){return m(M)==="[object Object]"}function p(M){return m(M)==="[object RegExp]"}function f(M){return m(M)==="[object Function]"}function c(M){return M.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var y={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function k(M){return Object.keys(M||{}).reduce(function(F,W){return F||y.hasOwnProperty(W)},!1)}var _={"http:":{validate:function(M,F,W){var ne=M.slice(F);return W.re.http||(W.re.http=new RegExp("^\\/\\/"+W.re.src_auth+W.re.src_host_port_strict+W.re.src_path,"i")),W.re.http.test(ne)?ne.match(W.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(M,F,W){var ne=M.slice(F);return W.re.no_http||(W.re.no_http=new RegExp("^"+W.re.src_auth+"(?:localhost|(?:(?:"+W.re.src_domain+")\\.)+"+W.re.src_domain_root+")"+W.re.src_port+W.re.src_host_terminator+W.re.src_path,"i")),W.re.no_http.test(ne)?F>=3&&M[F-3]===":"||F>=3&&M[F-3]==="/"?0:ne.match(W.re.no_http)[0].length:0}},"mailto:":{validate:function(M,F,W){var ne=M.slice(F);return W.re.mailto||(W.re.mailto=new RegExp("^"+W.re.src_email_name+"@"+W.re.src_host_strict,"i")),W.re.mailto.test(ne)?ne.match(W.re.mailto)[0].length:0}}},A="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",T="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function g(M){M.__index__=-1,M.__text_cache__=""}function D(M){return function(F,W){var ne=F.slice(W);return M.test(ne)?ne.match(M)[0].length:0}}function C(){return function(M,F){F.normalize(M)}}function O(M){var F=M.re=o(6066)(M.__opts__),W=M.__tlds__.slice();M.onCompile(),M.__tlds_replaced__||W.push(A),W.push(F.src_xn),F.src_tlds=W.join("|");function ne(U){return U.replace("%TLDS%",F.src_tlds)}F.email_fuzzy=RegExp(ne(F.tpl_email_fuzzy),"i"),F.link_fuzzy=RegExp(ne(F.tpl_link_fuzzy),"i"),F.link_no_ip_fuzzy=RegExp(ne(F.tpl_link_no_ip_fuzzy),"i"),F.host_fuzzy_test=RegExp(ne(F.tpl_host_fuzzy_test),"i");var v=[];M.__compiled__={};function L(U,J){throw new Error('(LinkifyIt) Invalid schema "'+U+'": '+J)}Object.keys(M.__schemas__).forEach(function(U){var J=M.__schemas__[U];if(J!==null){var ae={validate:null,link:null};if(M.__compiled__[U]=ae,u(J)){p(J.validate)?ae.validate=D(J.validate):f(J.validate)?ae.validate=J.validate:L(U,J),f(J.normalize)?ae.normalize=J.normalize:J.normalize?L(U,J):ae.normalize=C();return}if(d(J)){v.push(U);return}L(U,J)}}),v.forEach(function(U){M.__compiled__[M.__schemas__[U]]&&(M.__compiled__[U].validate=M.__compiled__[M.__schemas__[U]].validate,M.__compiled__[U].normalize=M.__compiled__[M.__schemas__[U]].normalize)}),M.__compiled__[""]={validate:null,normalize:C()};var j=Object.keys(M.__compiled__).filter(function(U){return U.length>0&&M.__compiled__[U]}).map(c).join("|");M.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+F.src_ZPCc+"))("+j+")","i"),M.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+F.src_ZPCc+"))("+j+")","ig"),M.re.pretest=RegExp("("+M.re.schema_test.source+")|("+M.re.host_fuzzy_test.source+")|@","i"),g(M)}function N(M,F){var W=M.__index__,ne=M.__last_index__,v=M.__text_cache__.slice(W,ne);this.schema=M.__schema__.toLowerCase(),this.index=W+F,this.lastIndex=ne+F,this.raw=v,this.text=v,this.url=v}function P(M,F){var W=new N(M,F);return M.__compiled__[W.schema].normalize(W,M),W}function R(M,F){if(!(this instanceof R))return new R(M,F);F||k(M)&&(F=M,M={}),this.__opts__=b({},y,F),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=b({},_,M),this.__compiled__={},this.__tlds__=T,this.__tlds_replaced__=!1,this.re={},O(this)}R.prototype.add=function(F,W){return this.__schemas__[F]=W,O(this),this},R.prototype.set=function(F){return this.__opts__=b(this.__opts__,F),this},R.prototype.test=function(F){if(this.__text_cache__=F,this.__index__=-1,!F.length)return!1;var W,ne,v,L,j,U,J,ae,q;if(this.re.schema_test.test(F)){for(J=this.re.schema_search,J.lastIndex=0;(W=J.exec(F))!==null;)if(L=this.testSchemaAt(F,W[2],J.lastIndex),L){this.__schema__=W[2],this.__index__=W.index+W[1].length,this.__last_index__=W.index+W[0].length+L;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(ae=F.search(this.re.host_fuzzy_test),ae>=0&&(this.__index__<0||ae<this.__index__)&&(ne=F.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(j=ne.index+ne[1].length,(this.__index__<0||j<this.__index__)&&(this.__schema__="",this.__index__=j,this.__last_index__=ne.index+ne[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(q=F.indexOf("@"),q>=0&&(v=F.match(this.re.email_fuzzy))!==null&&(j=v.index+v[1].length,U=v.index+v[0].length,(this.__index__<0||j<this.__index__||j===this.__index__&&U>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=j,this.__last_index__=U))),this.__index__>=0},R.prototype.pretest=function(F){return this.re.pretest.test(F)},R.prototype.testSchemaAt=function(F,W,ne){return this.__compiled__[W.toLowerCase()]?this.__compiled__[W.toLowerCase()].validate(F,ne,this):0},R.prototype.match=function(F){var W=0,ne=[];this.__index__>=0&&this.__text_cache__===F&&(ne.push(P(this,W)),W=this.__last_index__);for(var v=W?F.slice(W):F;this.test(v);)ne.push(P(this,W)),v=v.slice(this.__last_index__),W+=this.__last_index__;return ne.length?ne:null},R.prototype.tlds=function(F,W){return F=Array.isArray(F)?F:[F],W?(this.__tlds__=this.__tlds__.concat(F).sort().filter(function(ne,v,L){return ne!==L[v-1]}).reverse(),O(this),this):(this.__tlds__=F.slice(),this.__tlds_replaced__=!0,O(this),this)},R.prototype.normalize=function(F){F.schema||(F.url="http://"+F.url),F.schema==="mailto:"&&!/^mailto:/i.test(F.url)&&(F.url="mailto:"+F.url)},R.prototype.onCompile=function(){},w.exports=R},6066:(w,B,o)=>{"use strict";w.exports=function(b){var m={};m.src_Any=o(9369).source,m.src_Cc=o(9413).source,m.src_Z=o(5045).source,m.src_P=o(3189).source,m.src_ZPCc=[m.src_Z,m.src_P,m.src_Cc].join("|"),m.src_ZCc=[m.src_Z,m.src_Cc].join("|");var d="[><\uFF5C]";return m.src_pseudo_letter="(?:(?!"+d+"|"+m.src_ZPCc+")"+m.src_Any+")",m.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",m.src_auth="(?:(?:(?!"+m.src_ZCc+"|[@/\\[\\]()]).)+@)?",m.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",m.src_host_terminator="(?=$|"+d+"|"+m.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+m.src_ZPCc+"))",m.src_path="(?:[/?#](?:(?!"+m.src_ZCc+"|"+d+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+m.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+m.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+m.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+m.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+m.src_ZCc+"|[']).)+\\'|\\'(?="+m.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+m.src_ZCc+"|[.]).|"+(b&&b["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+m.src_ZCc+").|;(?!"+m.src_ZCc+").|\\!+(?!"+m.src_ZCc+"|[!]).|\\?(?!"+m.src_ZCc+"|[?]).)+|\\/)?",m.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',m.src_xn="xn--[a-z0-9\\-]{1,59}",m.src_domain_root="(?:"+m.src_xn+"|"+m.src_pseudo_letter+"{1,63})",m.src_domain="(?:"+m.src_xn+"|(?:"+m.src_pseudo_letter+")|(?:"+m.src_pseudo_letter+"(?:-|"+m.src_pseudo_letter+"){0,61}"+m.src_pseudo_letter+"))",m.src_host="(?:(?:(?:(?:"+m.src_domain+")\\.)*"+m.src_domain+"))",m.tpl_host_fuzzy="(?:"+m.src_ip4+"|(?:(?:(?:"+m.src_domain+")\\.)+(?:%TLDS%)))",m.tpl_host_no_ip_fuzzy="(?:(?:(?:"+m.src_domain+")\\.)+(?:%TLDS%))",m.src_host_strict=m.src_host+m.src_host_terminator,m.tpl_host_fuzzy_strict=m.tpl_host_fuzzy+m.src_host_terminator,m.src_host_port_strict=m.src_host+m.src_port+m.src_host_terminator,m.tpl_host_port_fuzzy_strict=m.tpl_host_fuzzy+m.src_port+m.src_host_terminator,m.tpl_host_port_no_ip_fuzzy_strict=m.tpl_host_no_ip_fuzzy+m.src_port+m.src_host_terminator,m.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+m.src_ZPCc+"|>|$))",m.tpl_email_fuzzy="(^|"+d+'|"|\\(|'+m.src_ZCc+")("+m.src_email_name+"@"+m.tpl_host_fuzzy_strict+")",m.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+m.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+m.tpl_host_port_fuzzy_strict+m.src_path+")",m.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+m.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+m.tpl_host_port_no_ip_fuzzy_strict+m.src_path+")",m}},9980:(w,B,o)=>{"use strict";w.exports=o(7024)},6233:(w,B,o)=>{"use strict";w.exports=o(5485)},813:w=>{"use strict";w.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},1947:w=>{"use strict";var B="[a-zA-Z_:][a-zA-Z0-9:._-]*",o="[^\"'=<>`\\x00-\\x20]+",b="'[^']*'",m='"[^"]*"',d="(?:"+o+"|"+b+"|"+m+")",u="(?:\\s+"+B+"(?:\\s*=\\s*"+d+")?)",p="<[A-Za-z][A-Za-z0-9\\-]*"+u+"*\\s*\\/?>",f="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",c="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",y="<[?][\\s\\S]*?[?]>",k="<![A-Z]+\\s+[^>]*>",_="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",A=new RegExp("^(?:"+p+"|"+f+"|"+c+"|"+y+"|"+k+"|"+_+")"),T=new RegExp("^(?:"+p+"|"+f+")");w.exports.n=A,w.exports.q=T},7022:(w,B,o)=>{"use strict";function b(q){return Object.prototype.toString.call(q)}function m(q){return b(q)==="[object String]"}var d=Object.prototype.hasOwnProperty;function u(q,te){return d.call(q,te)}function p(q){var te=Array.prototype.slice.call(arguments,1);return te.forEach(function(ie){if(ie){if(typeof ie!="object")throw new TypeError(ie+"must be object");Object.keys(ie).forEach(function(de){q[de]=ie[de]})}}),q}function f(q,te,ie){return[].concat(q.slice(0,te),ie,q.slice(te+1))}function c(q){return!(q>=55296&&q<=57343||q>=64976&&q<=65007||(q&65535)===65535||(q&65535)===65534||q>=0&&q<=8||q===11||q>=14&&q<=31||q>=127&&q<=159||q>1114111)}function y(q){if(q>65535){q-=65536;var te=55296+(q>>10),ie=56320+(q&1023);return String.fromCharCode(te,ie)}return String.fromCharCode(q)}var k=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,_=/&([a-z#][a-z0-9]{1,31});/gi,A=new RegExp(k.source+"|"+_.source,"gi"),T=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=o(6233);function D(q,te){var ie=0;return u(g,te)?g[te]:te.charCodeAt(0)===35&&T.test(te)&&(ie=te[1].toLowerCase()==="x"?parseInt(te.slice(2),16):parseInt(te.slice(1),10),c(ie))?y(ie):q}function C(q){return q.indexOf("\\")<0?q:q.replace(k,"$1")}function O(q){return q.indexOf("\\")<0&&q.indexOf("&")<0?q:q.replace(A,function(te,ie,de){return ie||D(te,de)})}var N=/[&<>"]/,P=/[&<>"]/g,R={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function M(q){return R[q]}function F(q){return N.test(q)?q.replace(P,M):q}var W=/[.?*+^$[\]\\(){}|-]/g;function ne(q){return q.replace(W,"\\$&")}function v(q){switch(q){case 9:case 32:return!0}return!1}function L(q){if(q>=8192&&q<=8202)return!0;switch(q){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var j=o(3189);function U(q){return j.test(q)}function J(q){switch(q){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function ae(q){return q=q.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(q=q.replace(/ẞ/g,"\xDF")),q.toLowerCase().toUpperCase()}B.lib={},B.lib.mdurl=o(8765),B.lib.ucmicro=o(4205),B.assign=p,B.isString=m,B.has=u,B.unescapeMd=C,B.unescapeAll=O,B.isValidEntityCode=c,B.fromCodePoint=y,B.escapeHtml=F,B.arrayReplaceAt=f,B.isSpace=v,B.isWhiteSpace=L,B.isMdAsciiPunct=J,B.isPunctChar=U,B.escapeRE=ne,B.normalizeReference=ae},1685:(w,B,o)=>{"use strict";B.parseLinkLabel=o(3595),B.parseLinkDestination=o(2548),B.parseLinkTitle=o(8040)},2548:(w,B,o)=>{"use strict";var b=o(7022).unescapeAll;w.exports=function(d,u,p){var f,c,y=0,k=u,_={ok:!1,pos:0,lines:0,str:""};if(d.charCodeAt(u)===60){for(u++;u<p;){if(f=d.charCodeAt(u),f===10||f===60)return _;if(f===62)return _.pos=u+1,_.str=b(d.slice(k+1,u)),_.ok=!0,_;if(f===92&&u+1<p){u+=2;continue}u++}return _}for(c=0;u<p&&(f=d.charCodeAt(u),!(f===32||f<32||f===127));){if(f===92&&u+1<p){if(d.charCodeAt(u+1)===32)break;u+=2;continue}if(f===40&&(c++,c>32))return _;if(f===41){if(c===0)break;c--}u++}return k===u||c!==0||(_.str=b(d.slice(k,u)),_.lines=y,_.pos=u,_.ok=!0),_}},3595:w=>{"use strict";w.exports=function(o,b,m){var d,u,p,f,c=-1,y=o.posMax,k=o.pos;for(o.pos=b+1,d=1;o.pos<y;){if(p=o.src.charCodeAt(o.pos),p===93&&(d--,d===0)){u=!0;break}if(f=o.pos,o.md.inline.skipToken(o),p===91){if(f===o.pos-1)d++;else if(m)return o.pos=k,-1}}return u&&(c=o.pos),o.pos=k,c}},8040:(w,B,o)=>{"use strict";var b=o(7022).unescapeAll;w.exports=function(d,u,p){var f,c,y=0,k=u,_={ok:!1,pos:0,lines:0,str:""};if(u>=p||(c=d.charCodeAt(u),c!==34&&c!==39&&c!==40))return _;for(u++,c===40&&(c=41);u<p;){if(f=d.charCodeAt(u),f===c)return _.pos=u+1,_.lines=y,_.str=b(d.slice(k+1,u)),_.ok=!0,_;if(f===40&&c===41)return _;f===10?y++:f===92&&u+1<p&&(u++,d.charCodeAt(u)===10&&y++),u++}return _}},7024:(w,B,o)=>{"use strict";var b=o(7022),m=o(1685),d=o(7529),u=o(7346),p=o(2471),f=o(4485),c=o(8337),y=o(8765),k=o(3689),_={default:o(4218),zero:o(873),commonmark:o(6895)},A=/^(vbscript|javascript|file|data):/,T=/^data:image\/(gif|png|jpeg|webp);/;function g(P){var R=P.trim().toLowerCase();return A.test(R)?!!T.test(R):!0}var D=["http:","https:","mailto:"];function C(P){var R=y.parse(P,!0);if(R.hostname&&(!R.protocol||D.indexOf(R.protocol)>=0))try{R.hostname=k.toASCII(R.hostname)}catch{}return y.encode(y.format(R))}function O(P){var R=y.parse(P,!0);if(R.hostname&&(!R.protocol||D.indexOf(R.protocol)>=0))try{R.hostname=k.toUnicode(R.hostname)}catch{}return y.decode(y.format(R),y.decode.defaultChars+"%")}function N(P,R){if(!(this instanceof N))return new N(P,R);R||b.isString(P)||(R=P||{},P="default"),this.inline=new f,this.block=new p,this.core=new u,this.renderer=new d,this.linkify=new c,this.validateLink=g,this.normalizeLink=C,this.normalizeLinkText=O,this.utils=b,this.helpers=b.assign({},m),this.options={},this.configure(P),R&&this.set(R)}N.prototype.set=function(P){return b.assign(this.options,P),this},N.prototype.configure=function(P){var R=this,M;if(b.isString(P)&&(M=P,P=_[M],!P))throw new Error('Wrong `markdown-it` preset "'+M+'", check name');if(!P)throw new Error("Wrong `markdown-it` preset, can't be empty");return P.options&&R.set(P.options),P.components&&Object.keys(P.components).forEach(function(F){P.components[F].rules&&R[F].ruler.enableOnly(P.components[F].rules),P.components[F].rules2&&R[F].ruler2.enableOnly(P.components[F].rules2)}),this},N.prototype.enable=function(P,R){var M=[];Array.isArray(P)||(P=[P]),["core","block","inline"].forEach(function(W){M=M.concat(this[W].ruler.enable(P,!0))},this),M=M.concat(this.inline.ruler2.enable(P,!0));var F=P.filter(function(W){return M.indexOf(W)<0});if(F.length&&!R)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+F);return this},N.prototype.disable=function(P,R){var M=[];Array.isArray(P)||(P=[P]),["core","block","inline"].forEach(function(W){M=M.concat(this[W].ruler.disable(P,!0))},this),M=M.concat(this.inline.ruler2.disable(P,!0));var F=P.filter(function(W){return M.indexOf(W)<0});if(F.length&&!R)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+F);return this},N.prototype.use=function(P){var R=[this].concat(Array.prototype.slice.call(arguments,1));return P.apply(P,R),this},N.prototype.parse=function(P,R){if(typeof P!="string")throw new Error("Input data should be a String");var M=new this.core.State(P,this,R);return this.core.process(M),M.tokens},N.prototype.render=function(P,R){return R=R||{},this.renderer.render(this.parse(P,R),this.options,R)},N.prototype.parseInline=function(P,R){var M=new this.core.State(P,this,R);return M.inlineMode=!0,this.core.process(M),M.tokens},N.prototype.renderInline=function(P,R){return R=R||{},this.renderer.render(this.parseInline(P,R),this.options,R)},w.exports=N},2471:(w,B,o)=>{"use strict";var b=o(9580),m=[["table",o(1785),["paragraph","reference"]],["code",o(8768)],["fence",o(3542),["paragraph","reference","blockquote","list"]],["blockquote",o(5258),["paragraph","reference","blockquote","list"]],["hr",o(5634),["paragraph","reference","blockquote","list"]],["list",o(8532),["paragraph","reference","blockquote"]],["reference",o(3804)],["html_block",o(6329),["paragraph","reference","blockquote"]],["heading",o(1630),["paragraph","reference","blockquote"]],["lheading",o(6850)],["paragraph",o(6864)]];function d(){this.ruler=new b;for(var u=0;u<m.length;u++)this.ruler.push(m[u][0],m[u][1],{alt:(m[u][2]||[]).slice()})}d.prototype.tokenize=function(u,p,f){for(var c,y,k=this.ruler.getRules(""),_=k.length,A=p,T=!1,g=u.md.options.maxNesting;A<f&&(u.line=A=u.skipEmptyLines(A),!(A>=f||u.sCount[A]<u.blkIndent));){if(u.level>=g){u.line=f;break}for(y=0;y<_&&(c=k[y](u,A,f,!1),!c);y++);u.tight=!T,u.isEmpty(u.line-1)&&(T=!0),A=u.line,A<f&&u.isEmpty(A)&&(T=!0,A++,u.line=A)}},d.prototype.parse=function(u,p,f,c){var y;u&&(y=new this.State(u,p,f,c),this.tokenize(y,y.line,y.lineMax))},d.prototype.State=o(2948),w.exports=d},7346:(w,B,o)=>{"use strict";var b=o(9580),m=[["normalize",o(4129)],["block",o(898)],["inline",o(9827)],["linkify",o(7830)],["replacements",o(2834)],["smartquotes",o(8450)]];function d(){this.ruler=new b;for(var u=0;u<m.length;u++)this.ruler.push(m[u][0],m[u][1])}d.prototype.process=function(u){var p,f,c;for(c=this.ruler.getRules(""),p=0,f=c.length;p<f;p++)c[p](u)},d.prototype.State=o(6480),w.exports=d},4485:(w,B,o)=>{"use strict";var b=o(9580),m=[["text",o(9941)],["newline",o(3905)],["escape",o(1917)],["backticks",o(9755)],["strikethrough",o(4814).w],["emphasis",o(7894).w],["link",o(1727)],["image",o(3006)],["autolink",o(3420)],["html_inline",o(1779)],["entity",o(9391)]],d=[["balance_pairs",o(9354)],["strikethrough",o(4814).g],["emphasis",o(7894).g],["text_collapse",o(8996)]];function u(){var p;for(this.ruler=new b,p=0;p<m.length;p++)this.ruler.push(m[p][0],m[p][1]);for(this.ruler2=new b,p=0;p<d.length;p++)this.ruler2.push(d[p][0],d[p][1])}u.prototype.skipToken=function(p){var f,c,y=p.pos,k=this.ruler.getRules(""),_=k.length,A=p.md.options.maxNesting,T=p.cache;if(typeof T[y]<"u"){p.pos=T[y];return}if(p.level<A)for(c=0;c<_&&(p.level++,f=k[c](p,!0),p.level--,!f);c++);else p.pos=p.posMax;f||p.pos++,T[y]=p.pos},u.prototype.tokenize=function(p){for(var f,c,y=this.ruler.getRules(""),k=y.length,_=p.posMax,A=p.md.options.maxNesting;p.pos<_;){if(p.level<A)for(c=0;c<k&&(f=y[c](p,!1),!f);c++);if(f){if(p.pos>=_)break;continue}p.pending+=p.src[p.pos++]}p.pending&&p.pushPending()},u.prototype.parse=function(p,f,c,y){var k,_,A,T=new this.State(p,f,c,y);for(this.tokenize(T),_=this.ruler2.getRules(""),A=_.length,k=0;k<A;k++)_[k](T)},u.prototype.State=o(670),w.exports=u},6895:w=>{"use strict";w.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}}},4218:w=>{"use strict";w.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},873:w=>{"use strict";w.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},7529:(w,B,o)=>{"use strict";var b=o(7022).assign,m=o(7022).unescapeAll,d=o(7022).escapeHtml,u={};u.code_inline=function(f,c,y,k,_){var A=f[c];return"<code"+_.renderAttrs(A)+">"+d(f[c].content)+"</code>"},u.code_block=function(f,c,y,k,_){var A=f[c];return"<pre"+_.renderAttrs(A)+"><code>"+d(f[c].content)+`</code></pre>
2003
+ `},u.fence=function(f,c,y,k,_){var A=f[c],T=A.info?m(A.info).trim():"",g="",D="",C,O,N,P,R;return T&&(N=T.split(/(\s+)/g),g=N[0],D=N.slice(2).join("")),y.highlight?C=y.highlight(A.content,g,D)||d(A.content):C=d(A.content),C.indexOf("<pre")===0?C+`
2004
+ `:T?(O=A.attrIndex("class"),P=A.attrs?A.attrs.slice():[],O<0?P.push(["class",y.langPrefix+g]):(P[O]=P[O].slice(),P[O][1]+=" "+y.langPrefix+g),R={attrs:P},"<pre><code"+_.renderAttrs(R)+">"+C+`</code></pre>
2005
+ `):"<pre><code"+_.renderAttrs(A)+">"+C+`</code></pre>
2006
+ `},u.image=function(f,c,y,k,_){var A=f[c];return A.attrs[A.attrIndex("alt")][1]=_.renderInlineAsText(A.children,y,k),_.renderToken(f,c,y)},u.hardbreak=function(f,c,y){return y.xhtmlOut?`<br />
2007
+ `:`<br>
2008
+ `},u.softbreak=function(f,c,y){return y.breaks?y.xhtmlOut?`<br />
2009
+ `:`<br>
2010
+ `:`
2011
+ `},u.text=function(f,c){return d(f[c].content)},u.html_block=function(f,c){return f[c].content},u.html_inline=function(f,c){return f[c].content};function p(){this.rules=b({},u)}p.prototype.renderAttrs=function(c){var y,k,_;if(!c.attrs)return"";for(_="",y=0,k=c.attrs.length;y<k;y++)_+=" "+d(c.attrs[y][0])+'="'+d(c.attrs[y][1])+'"';return _},p.prototype.renderToken=function(c,y,k){var _,A="",T=!1,g=c[y];return g.hidden?"":(g.block&&g.nesting!==-1&&y&&c[y-1].hidden&&(A+=`
2012
+ `),A+=(g.nesting===-1?"</":"<")+g.tag,A+=this.renderAttrs(g),g.nesting===0&&k.xhtmlOut&&(A+=" /"),g.block&&(T=!0,g.nesting===1&&y+1<c.length&&(_=c[y+1],(_.type==="inline"||_.hidden||_.nesting===-1&&_.tag===g.tag)&&(T=!1))),A+=T?`>
2013
+ `:">",A)},p.prototype.renderInline=function(f,c,y){for(var k,_="",A=this.rules,T=0,g=f.length;T<g;T++)k=f[T].type,typeof A[k]<"u"?_+=A[k](f,T,c,y,this):_+=this.renderToken(f,T,c);return _},p.prototype.renderInlineAsText=function(f,c,y){for(var k="",_=0,A=f.length;_<A;_++)f[_].type==="text"?k+=f[_].content:f[_].type==="image"?k+=this.renderInlineAsText(f[_].children,c,y):f[_].type==="softbreak"&&(k+=`
2014
+ `);return k},p.prototype.render=function(f,c,y){var k,_,A,T="",g=this.rules;for(k=0,_=f.length;k<_;k++)A=f[k].type,A==="inline"?T+=this.renderInline(f[k].children,c,y):typeof g[A]<"u"?T+=g[f[k].type](f,k,c,y,this):T+=this.renderToken(f,k,c,y);return T},w.exports=p},9580:w=>{"use strict";function B(){this.__rules__=[],this.__cache__=null}B.prototype.__find__=function(o){for(var b=0;b<this.__rules__.length;b++)if(this.__rules__[b].name===o)return b;return-1},B.prototype.__compile__=function(){var o=this,b=[""];o.__rules__.forEach(function(m){m.enabled&&m.alt.forEach(function(d){b.indexOf(d)<0&&b.push(d)})}),o.__cache__={},b.forEach(function(m){o.__cache__[m]=[],o.__rules__.forEach(function(d){d.enabled&&(m&&d.alt.indexOf(m)<0||o.__cache__[m].push(d.fn))})})},B.prototype.at=function(o,b,m){var d=this.__find__(o),u=m||{};if(d===-1)throw new Error("Parser rule not found: "+o);this.__rules__[d].fn=b,this.__rules__[d].alt=u.alt||[],this.__cache__=null},B.prototype.before=function(o,b,m,d){var u=this.__find__(o),p=d||{};if(u===-1)throw new Error("Parser rule not found: "+o);this.__rules__.splice(u,0,{name:b,enabled:!0,fn:m,alt:p.alt||[]}),this.__cache__=null},B.prototype.after=function(o,b,m,d){var u=this.__find__(o),p=d||{};if(u===-1)throw new Error("Parser rule not found: "+o);this.__rules__.splice(u+1,0,{name:b,enabled:!0,fn:m,alt:p.alt||[]}),this.__cache__=null},B.prototype.push=function(o,b,m){var d=m||{};this.__rules__.push({name:o,enabled:!0,fn:b,alt:d.alt||[]}),this.__cache__=null},B.prototype.enable=function(o,b){Array.isArray(o)||(o=[o]);var m=[];return o.forEach(function(d){var u=this.__find__(d);if(u<0){if(b)return;throw new Error("Rules manager: invalid rule name "+d)}this.__rules__[u].enabled=!0,m.push(d)},this),this.__cache__=null,m},B.prototype.enableOnly=function(o,b){Array.isArray(o)||(o=[o]),this.__rules__.forEach(function(m){m.enabled=!1}),this.enable(o,b)},B.prototype.disable=function(o,b){Array.isArray(o)||(o=[o]);var m=[];return o.forEach(function(d){var u=this.__find__(d);if(u<0){if(b)return;throw new Error("Rules manager: invalid rule name "+d)}this.__rules__[u].enabled=!1,m.push(d)},this),this.__cache__=null,m},B.prototype.getRules=function(o){return this.__cache__===null&&this.__compile__(),this.__cache__[o]||[]},w.exports=B},5258:(w,B,o)=>{"use strict";var b=o(7022).isSpace;w.exports=function(d,u,p,f){var c,y,k,_,A,T,g,D,C,O,N,P,R,M,F,W,ne,v,L,j,U=d.lineMax,J=d.bMarks[u]+d.tShift[u],ae=d.eMarks[u];if(d.sCount[u]-d.blkIndent>=4||d.src.charCodeAt(J++)!==62)return!1;if(f)return!0;for(_=C=d.sCount[u]+1,d.src.charCodeAt(J)===32?(J++,_++,C++,c=!1,W=!0):d.src.charCodeAt(J)===9?(W=!0,(d.bsCount[u]+C)%4===3?(J++,_++,C++,c=!1):c=!0):W=!1,O=[d.bMarks[u]],d.bMarks[u]=J;J<ae&&(y=d.src.charCodeAt(J),b(y));){y===9?C+=4-(C+d.bsCount[u]+(c?1:0))%4:C++;J++}for(N=[d.bsCount[u]],d.bsCount[u]=d.sCount[u]+1+(W?1:0),T=J>=ae,M=[d.sCount[u]],d.sCount[u]=C-_,F=[d.tShift[u]],d.tShift[u]=J-d.bMarks[u],v=d.md.block.ruler.getRules("blockquote"),R=d.parentType,d.parentType="blockquote",D=u+1;D<p&&(j=d.sCount[D]<d.blkIndent,J=d.bMarks[D]+d.tShift[D],ae=d.eMarks[D],!(J>=ae));D++){if(d.src.charCodeAt(J++)===62&&!j){for(_=C=d.sCount[D]+1,d.src.charCodeAt(J)===32?(J++,_++,C++,c=!1,W=!0):d.src.charCodeAt(J)===9?(W=!0,(d.bsCount[D]+C)%4===3?(J++,_++,C++,c=!1):c=!0):W=!1,O.push(d.bMarks[D]),d.bMarks[D]=J;J<ae&&(y=d.src.charCodeAt(J),b(y));){y===9?C+=4-(C+d.bsCount[D]+(c?1:0))%4:C++;J++}T=J>=ae,N.push(d.bsCount[D]),d.bsCount[D]=d.sCount[D]+1+(W?1:0),M.push(d.sCount[D]),d.sCount[D]=C-_,F.push(d.tShift[D]),d.tShift[D]=J-d.bMarks[D];continue}if(T)break;for(ne=!1,k=0,A=v.length;k<A;k++)if(v[k](d,D,p,!0)){ne=!0;break}if(ne){d.lineMax=D,d.blkIndent!==0&&(O.push(d.bMarks[D]),N.push(d.bsCount[D]),F.push(d.tShift[D]),M.push(d.sCount[D]),d.sCount[D]-=d.blkIndent);break}O.push(d.bMarks[D]),N.push(d.bsCount[D]),F.push(d.tShift[D]),M.push(d.sCount[D]),d.sCount[D]=-1}for(P=d.blkIndent,d.blkIndent=0,L=d.push("blockquote_open","blockquote",1),L.markup=">",L.map=g=[u,0],d.md.block.tokenize(d,u,D),L=d.push("blockquote_close","blockquote",-1),L.markup=">",d.lineMax=U,d.parentType=R,g[1]=d.line,k=0;k<F.length;k++)d.bMarks[k+u]=O[k],d.tShift[k+u]=F[k],d.sCount[k+u]=M[k],d.bsCount[k+u]=N[k];return d.blkIndent=P,!0}},8768:w=>{"use strict";w.exports=function(o,b,m){var d,u,p;if(o.sCount[b]-o.blkIndent<4)return!1;for(u=d=b+1;d<m;){if(o.isEmpty(d)){d++;continue}if(o.sCount[d]-o.blkIndent>=4){d++,u=d;continue}break}return o.line=u,p=o.push("code_block","code",0),p.content=o.getLines(b,u,4+o.blkIndent,!1)+`
2015
+ `,p.map=[b,o.line],!0}},3542:w=>{"use strict";w.exports=function(o,b,m,d){var u,p,f,c,y,k,_,A=!1,T=o.bMarks[b]+o.tShift[b],g=o.eMarks[b];if(o.sCount[b]-o.blkIndent>=4||T+3>g||(u=o.src.charCodeAt(T),u!==126&&u!==96)||(y=T,T=o.skipChars(T,u),p=T-y,p<3)||(_=o.src.slice(y,T),f=o.src.slice(T,g),u===96&&f.indexOf(String.fromCharCode(u))>=0))return!1;if(d)return!0;for(c=b;c++,!(c>=m||(T=y=o.bMarks[c]+o.tShift[c],g=o.eMarks[c],T<g&&o.sCount[c]<o.blkIndent));)if(o.src.charCodeAt(T)===u&&!(o.sCount[c]-o.blkIndent>=4)&&(T=o.skipChars(T,u),!(T-y<p)&&(T=o.skipSpaces(T),!(T<g)))){A=!0;break}return p=o.sCount[b],o.line=c+(A?1:0),k=o.push("fence","code",0),k.info=f,k.content=o.getLines(b+1,c,p,!0),k.markup=_,k.map=[b,o.line],!0}},1630:(w,B,o)=>{"use strict";var b=o(7022).isSpace;w.exports=function(d,u,p,f){var c,y,k,_,A=d.bMarks[u]+d.tShift[u],T=d.eMarks[u];if(d.sCount[u]-d.blkIndent>=4||(c=d.src.charCodeAt(A),c!==35||A>=T))return!1;for(y=1,c=d.src.charCodeAt(++A);c===35&&A<T&&y<=6;)y++,c=d.src.charCodeAt(++A);return y>6||A<T&&!b(c)?!1:(f||(T=d.skipSpacesBack(T,A),k=d.skipCharsBack(T,35,A),k>A&&b(d.src.charCodeAt(k-1))&&(T=k),d.line=u+1,_=d.push("heading_open","h"+String(y),1),_.markup="########".slice(0,y),_.map=[u,d.line],_=d.push("inline","",0),_.content=d.src.slice(A,T).trim(),_.map=[u,d.line],_.children=[],_=d.push("heading_close","h"+String(y),-1),_.markup="########".slice(0,y)),!0)}},5634:(w,B,o)=>{"use strict";var b=o(7022).isSpace;w.exports=function(d,u,p,f){var c,y,k,_,A=d.bMarks[u]+d.tShift[u],T=d.eMarks[u];if(d.sCount[u]-d.blkIndent>=4||(c=d.src.charCodeAt(A++),c!==42&&c!==45&&c!==95))return!1;for(y=1;A<T;){if(k=d.src.charCodeAt(A++),k!==c&&!b(k))return!1;k===c&&y++}return y<3?!1:(f||(d.line=u+1,_=d.push("hr","hr",0),_.map=[u,d.line],_.markup=Array(y+1).join(String.fromCharCode(c))),!0)}},6329:(w,B,o)=>{"use strict";var b=o(813),m=o(1947).q,d=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+b.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(m.source+"\\s*$"),/^$/,!1]];w.exports=function(p,f,c,y){var k,_,A,T,g=p.bMarks[f]+p.tShift[f],D=p.eMarks[f];if(p.sCount[f]-p.blkIndent>=4||!p.md.options.html||p.src.charCodeAt(g)!==60)return!1;for(T=p.src.slice(g,D),k=0;k<d.length&&!d[k][0].test(T);k++);if(k===d.length)return!1;if(y)return d[k][2];if(_=f+1,!d[k][1].test(T)){for(;_<c&&!(p.sCount[_]<p.blkIndent);_++)if(g=p.bMarks[_]+p.tShift[_],D=p.eMarks[_],T=p.src.slice(g,D),d[k][1].test(T)){T.length!==0&&_++;break}}return p.line=_,A=p.push("html_block","",0),A.map=[f,_],A.content=p.getLines(f,_,p.blkIndent,!0),!0}},6850:w=>{"use strict";w.exports=function(o,b,m){var d,u,p,f,c,y,k,_,A,T=b+1,g,D=o.md.block.ruler.getRules("paragraph");if(o.sCount[b]-o.blkIndent>=4)return!1;for(g=o.parentType,o.parentType="paragraph";T<m&&!o.isEmpty(T);T++)if(!(o.sCount[T]-o.blkIndent>3)){if(o.sCount[T]>=o.blkIndent&&(y=o.bMarks[T]+o.tShift[T],k=o.eMarks[T],y<k&&(A=o.src.charCodeAt(y),(A===45||A===61)&&(y=o.skipChars(y,A),y=o.skipSpaces(y),y>=k)))){_=A===61?1:2;break}if(!(o.sCount[T]<0)){for(u=!1,p=0,f=D.length;p<f;p++)if(D[p](o,T,m,!0)){u=!0;break}if(u)break}}return _?(d=o.getLines(b,T,o.blkIndent,!1).trim(),o.line=T+1,c=o.push("heading_open","h"+String(_),1),c.markup=String.fromCharCode(A),c.map=[b,o.line],c=o.push("inline","",0),c.content=d,c.map=[b,o.line-1],c.children=[],c=o.push("heading_close","h"+String(_),-1),c.markup=String.fromCharCode(A),o.parentType=g,!0):!1}},8532:(w,B,o)=>{"use strict";var b=o(7022).isSpace;function m(p,f){var c,y,k,_;return y=p.bMarks[f]+p.tShift[f],k=p.eMarks[f],c=p.src.charCodeAt(y++),c!==42&&c!==45&&c!==43||y<k&&(_=p.src.charCodeAt(y),!b(_))?-1:y}function d(p,f){var c,y=p.bMarks[f]+p.tShift[f],k=y,_=p.eMarks[f];if(k+1>=_||(c=p.src.charCodeAt(k++),c<48||c>57))return-1;for(;;){if(k>=_)return-1;if(c=p.src.charCodeAt(k++),c>=48&&c<=57){if(k-y>=10)return-1;continue}if(c===41||c===46)break;return-1}return k<_&&(c=p.src.charCodeAt(k),!b(c))?-1:k}function u(p,f){var c,y,k=p.level+2;for(c=f+2,y=p.tokens.length-2;c<y;c++)p.tokens[c].level===k&&p.tokens[c].type==="paragraph_open"&&(p.tokens[c+2].hidden=!0,p.tokens[c].hidden=!0,c+=2)}w.exports=function(f,c,y,k){var _,A,T,g,D,C,O,N,P,R,M,F,W,ne,v,L,j,U,J,ae,q,te,ie,de,ce,be,Ie,_e,xe=!1,Ae=!0;if(f.sCount[c]-f.blkIndent>=4||f.listIndent>=0&&f.sCount[c]-f.listIndent>=4&&f.sCount[c]<f.blkIndent)return!1;if(k&&f.parentType==="paragraph"&&f.sCount[c]>=f.blkIndent&&(xe=!0),(ie=d(f,c))>=0){if(O=!0,ce=f.bMarks[c]+f.tShift[c],W=Number(f.src.slice(ce,ie-1)),xe&&W!==1)return!1}else if((ie=m(f,c))>=0)O=!1;else return!1;if(xe&&f.skipSpaces(ie)>=f.eMarks[c])return!1;if(F=f.src.charCodeAt(ie-1),k)return!0;for(M=f.tokens.length,O?(_e=f.push("ordered_list_open","ol",1),W!==1&&(_e.attrs=[["start",W]])):_e=f.push("bullet_list_open","ul",1),_e.map=R=[c,0],_e.markup=String.fromCharCode(F),v=c,de=!1,Ie=f.md.block.ruler.getRules("list"),U=f.parentType,f.parentType="list";v<y;){for(te=ie,ne=f.eMarks[v],C=L=f.sCount[v]+ie-(f.bMarks[c]+f.tShift[c]);te<ne;){if(_=f.src.charCodeAt(te),_===9)L+=4-(L+f.bsCount[v])%4;else if(_===32)L++;else break;te++}if(A=te,A>=ne?D=1:D=L-C,D>4&&(D=1),g=C+D,_e=f.push("list_item_open","li",1),_e.markup=String.fromCharCode(F),_e.map=N=[c,0],O&&(_e.info=f.src.slice(ce,ie-1)),q=f.tight,ae=f.tShift[c],J=f.sCount[c],j=f.listIndent,f.listIndent=f.blkIndent,f.blkIndent=g,f.tight=!0,f.tShift[c]=A-f.bMarks[c],f.sCount[c]=L,A>=ne&&f.isEmpty(c+1)?f.line=Math.min(f.line+2,y):f.md.block.tokenize(f,c,y,!0),(!f.tight||de)&&(Ae=!1),de=f.line-c>1&&f.isEmpty(f.line-1),f.blkIndent=f.listIndent,f.listIndent=j,f.tShift[c]=ae,f.sCount[c]=J,f.tight=q,_e=f.push("list_item_close","li",-1),_e.markup=String.fromCharCode(F),v=c=f.line,N[1]=v,A=f.bMarks[c],v>=y||f.sCount[v]<f.blkIndent||f.sCount[c]-f.blkIndent>=4)break;for(be=!1,T=0,P=Ie.length;T<P;T++)if(Ie[T](f,v,y,!0)){be=!0;break}if(be)break;if(O){if(ie=d(f,v),ie<0)break;ce=f.bMarks[v]+f.tShift[v]}else if(ie=m(f,v),ie<0)break;if(F!==f.src.charCodeAt(ie-1))break}return O?_e=f.push("ordered_list_close","ol",-1):_e=f.push("bullet_list_close","ul",-1),_e.markup=String.fromCharCode(F),R[1]=v,f.line=v,f.parentType=U,Ae&&u(f,M),!0}},6864:w=>{"use strict";w.exports=function(o,b){var m,d,u,p,f,c,y=b+1,k=o.md.block.ruler.getRules("paragraph"),_=o.lineMax;for(c=o.parentType,o.parentType="paragraph";y<_&&!o.isEmpty(y);y++)if(!(o.sCount[y]-o.blkIndent>3)&&!(o.sCount[y]<0)){for(d=!1,u=0,p=k.length;u<p;u++)if(k[u](o,y,_,!0)){d=!0;break}if(d)break}return m=o.getLines(b,y,o.blkIndent,!1).trim(),o.line=y,f=o.push("paragraph_open","p",1),f.map=[b,o.line],f=o.push("inline","",0),f.content=m,f.map=[b,o.line],f.children=[],f=o.push("paragraph_close","p",-1),o.parentType=c,!0}},3804:(w,B,o)=>{"use strict";var b=o(7022).normalizeReference,m=o(7022).isSpace;w.exports=function(u,p,f,c){var y,k,_,A,T,g,D,C,O,N,P,R,M,F,W,ne,v=0,L=u.bMarks[p]+u.tShift[p],j=u.eMarks[p],U=p+1;if(u.sCount[p]-u.blkIndent>=4||u.src.charCodeAt(L)!==91)return!1;for(;++L<j;)if(u.src.charCodeAt(L)===93&&u.src.charCodeAt(L-1)!==92){if(L+1===j||u.src.charCodeAt(L+1)!==58)return!1;break}for(A=u.lineMax,W=u.md.block.ruler.getRules("reference"),N=u.parentType,u.parentType="reference";U<A&&!u.isEmpty(U);U++)if(!(u.sCount[U]-u.blkIndent>3)&&!(u.sCount[U]<0)){for(F=!1,g=0,D=W.length;g<D;g++)if(W[g](u,U,A,!0)){F=!0;break}if(F)break}for(M=u.getLines(p,U,u.blkIndent,!1).trim(),j=M.length,L=1;L<j;L++){if(y=M.charCodeAt(L),y===91)return!1;if(y===93){O=L;break}else y===10?v++:y===92&&(L++,L<j&&M.charCodeAt(L)===10&&v++)}if(O<0||M.charCodeAt(O+1)!==58)return!1;for(L=O+2;L<j;L++)if(y=M.charCodeAt(L),y===10)v++;else if(!m(y))break;if(P=u.md.helpers.parseLinkDestination(M,L,j),!P.ok||(T=u.md.normalizeLink(P.str),!u.md.validateLink(T)))return!1;for(L=P.pos,v+=P.lines,k=L,_=v,R=L;L<j;L++)if(y=M.charCodeAt(L),y===10)v++;else if(!m(y))break;for(P=u.md.helpers.parseLinkTitle(M,L,j),L<j&&R!==L&&P.ok?(ne=P.str,L=P.pos,v+=P.lines):(ne="",L=k,v=_);L<j&&(y=M.charCodeAt(L),!!m(y));)L++;if(L<j&&M.charCodeAt(L)!==10&&ne)for(ne="",L=k,v=_;L<j&&(y=M.charCodeAt(L),!!m(y));)L++;return L<j&&M.charCodeAt(L)!==10||(C=b(M.slice(1,O)),!C)?!1:(c||(typeof u.env.references>"u"&&(u.env.references={}),typeof u.env.references[C]>"u"&&(u.env.references[C]={title:ne,href:T}),u.parentType=N,u.line=p+v+1),!0)}},2948:(w,B,o)=>{"use strict";var b=o(5872),m=o(7022).isSpace;function d(u,p,f,c){var y,k,_,A,T,g,D,C;for(this.src=u,this.md=p,this.env=f,this.tokens=c,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",k=this.src,C=!1,_=A=g=D=0,T=k.length;A<T;A++){if(y=k.charCodeAt(A),!C)if(m(y)){g++,y===9?D+=4-D%4:D++;continue}else C=!0;(y===10||A===T-1)&&(y!==10&&A++,this.bMarks.push(_),this.eMarks.push(A),this.tShift.push(g),this.sCount.push(D),this.bsCount.push(0),C=!1,g=0,D=0,_=A+1)}this.bMarks.push(k.length),this.eMarks.push(k.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}d.prototype.push=function(u,p,f){var c=new b(u,p,f);return c.block=!0,f<0&&this.level--,c.level=this.level,f>0&&this.level++,this.tokens.push(c),c},d.prototype.isEmpty=function(p){return this.bMarks[p]+this.tShift[p]>=this.eMarks[p]},d.prototype.skipEmptyLines=function(p){for(var f=this.lineMax;p<f&&!(this.bMarks[p]+this.tShift[p]<this.eMarks[p]);p++);return p},d.prototype.skipSpaces=function(p){for(var f,c=this.src.length;p<c&&(f=this.src.charCodeAt(p),!!m(f));p++);return p},d.prototype.skipSpacesBack=function(p,f){if(p<=f)return p;for(;p>f;)if(!m(this.src.charCodeAt(--p)))return p+1;return p},d.prototype.skipChars=function(p,f){for(var c=this.src.length;p<c&&this.src.charCodeAt(p)===f;p++);return p},d.prototype.skipCharsBack=function(p,f,c){if(p<=c)return p;for(;p>c;)if(f!==this.src.charCodeAt(--p))return p+1;return p},d.prototype.getLines=function(p,f,c,y){var k,_,A,T,g,D,C,O=p;if(p>=f)return"";for(D=new Array(f-p),k=0;O<f;O++,k++){for(_=0,C=T=this.bMarks[O],O+1<f||y?g=this.eMarks[O]+1:g=this.eMarks[O];T<g&&_<c;){if(A=this.src.charCodeAt(T),m(A))A===9?_+=4-(_+this.bsCount[O])%4:_++;else if(T-C<this.tShift[O])_++;else break;T++}_>c?D[k]=new Array(_-c+1).join(" ")+this.src.slice(T,g):D[k]=this.src.slice(T,g)}return D.join("")},d.prototype.Token=b,w.exports=d},1785:(w,B,o)=>{"use strict";var b=o(7022).isSpace;function m(u,p){var f=u.bMarks[p]+u.tShift[p],c=u.eMarks[p];return u.src.substr(f,c-f)}function d(u){var p=[],f=0,c=u.length,y,k=!1,_=0,A="";for(y=u.charCodeAt(f);f<c;)y===124&&(k?(A+=u.substring(_,f-1),_=f):(p.push(A+u.substring(_,f)),A="",_=f+1)),k=y===92,f++,y=u.charCodeAt(f);return p.push(A+u.substring(_)),p}w.exports=function(p,f,c,y){var k,_,A,T,g,D,C,O,N,P,R,M,F,W,ne,v,L,j;if(f+2>c||(D=f+1,p.sCount[D]<p.blkIndent)||p.sCount[D]-p.blkIndent>=4||(A=p.bMarks[D]+p.tShift[D],A>=p.eMarks[D])||(L=p.src.charCodeAt(A++),L!==124&&L!==45&&L!==58)||A>=p.eMarks[D]||(j=p.src.charCodeAt(A++),j!==124&&j!==45&&j!==58&&!b(j))||L===45&&b(j))return!1;for(;A<p.eMarks[D];){if(k=p.src.charCodeAt(A),k!==124&&k!==45&&k!==58&&!b(k))return!1;A++}for(_=m(p,f+1),C=_.split("|"),P=[],T=0;T<C.length;T++){if(R=C[T].trim(),!R){if(T===0||T===C.length-1)continue;return!1}if(!/^:?-+:?$/.test(R))return!1;R.charCodeAt(R.length-1)===58?P.push(R.charCodeAt(0)===58?"center":"right"):R.charCodeAt(0)===58?P.push("left"):P.push("")}if(_=m(p,f).trim(),_.indexOf("|")===-1||p.sCount[f]-p.blkIndent>=4||(C=d(_),C.length&&C[0]===""&&C.shift(),C.length&&C[C.length-1]===""&&C.pop(),O=C.length,O===0||O!==P.length))return!1;if(y)return!0;for(W=p.parentType,p.parentType="table",v=p.md.block.ruler.getRules("blockquote"),N=p.push("table_open","table",1),N.map=M=[f,0],N=p.push("thead_open","thead",1),N.map=[f,f+1],N=p.push("tr_open","tr",1),N.map=[f,f+1],T=0;T<C.length;T++)N=p.push("th_open","th",1),P[T]&&(N.attrs=[["style","text-align:"+P[T]]]),N=p.push("inline","",0),N.content=C[T].trim(),N.children=[],N=p.push("th_close","th",-1);for(N=p.push("tr_close","tr",-1),N=p.push("thead_close","thead",-1),D=f+2;D<c&&!(p.sCount[D]<p.blkIndent);D++){for(ne=!1,T=0,g=v.length;T<g;T++)if(v[T](p,D,c,!0)){ne=!0;break}if(ne||(_=m(p,D).trim(),!_)||p.sCount[D]-p.blkIndent>=4)break;for(C=d(_),C.length&&C[0]===""&&C.shift(),C.length&&C[C.length-1]===""&&C.pop(),D===f+2&&(N=p.push("tbody_open","tbody",1),N.map=F=[f+2,0]),N=p.push("tr_open","tr",1),N.map=[D,D+1],T=0;T<O;T++)N=p.push("td_open","td",1),P[T]&&(N.attrs=[["style","text-align:"+P[T]]]),N=p.push("inline","",0),N.content=C[T]?C[T].trim():"",N.children=[],N=p.push("td_close","td",-1);N=p.push("tr_close","tr",-1)}return F&&(N=p.push("tbody_close","tbody",-1),F[1]=D),N=p.push("table_close","table",-1),M[1]=D,p.parentType=W,p.line=D,!0}},898:w=>{"use strict";w.exports=function(o){var b;o.inlineMode?(b=new o.Token("inline","",0),b.content=o.src,b.map=[0,1],b.children=[],o.tokens.push(b)):o.md.block.parse(o.src,o.md,o.env,o.tokens)}},9827:w=>{"use strict";w.exports=function(o){var b=o.tokens,m,d,u;for(d=0,u=b.length;d<u;d++)m=b[d],m.type==="inline"&&o.md.inline.parse(m.content,o.md,o.env,m.children)}},7830:(w,B,o)=>{"use strict";var b=o(7022).arrayReplaceAt;function m(u){return/^<a[>\s]/i.test(u)}function d(u){return/^<\/a\s*>/i.test(u)}w.exports=function(p){var f,c,y,k,_,A,T,g,D,C,O,N,P,R,M,F,W=p.tokens,ne;if(p.md.options.linkify){for(c=0,y=W.length;c<y;c++)if(!(W[c].type!=="inline"||!p.md.linkify.pretest(W[c].content)))for(k=W[c].children,P=0,f=k.length-1;f>=0;f--){if(A=k[f],A.type==="link_close"){for(f--;k[f].level!==A.level&&k[f].type!=="link_open";)f--;continue}if(A.type==="html_inline"&&(m(A.content)&&P>0&&P--,d(A.content)&&P++),!(P>0)&&A.type==="text"&&p.md.linkify.test(A.content)){for(D=A.content,ne=p.md.linkify.match(D),T=[],N=A.level,O=0,g=0;g<ne.length;g++)R=ne[g].url,M=p.md.normalizeLink(R),p.md.validateLink(M)&&(F=ne[g].text,ne[g].schema?ne[g].schema==="mailto:"&&!/^mailto:/i.test(F)?F=p.md.normalizeLinkText("mailto:"+F).replace(/^mailto:/,""):F=p.md.normalizeLinkText(F):F=p.md.normalizeLinkText("http://"+F).replace(/^http:\/\//,""),C=ne[g].index,C>O&&(_=new p.Token("text","",0),_.content=D.slice(O,C),_.level=N,T.push(_)),_=new p.Token("link_open","a",1),_.attrs=[["href",M]],_.level=N++,_.markup="linkify",_.info="auto",T.push(_),_=new p.Token("text","",0),_.content=F,_.level=N,T.push(_),_=new p.Token("link_close","a",-1),_.level=--N,_.markup="linkify",_.info="auto",T.push(_),O=ne[g].lastIndex);O<D.length&&(_=new p.Token("text","",0),_.content=D.slice(O),_.level=N,T.push(_)),W[c].children=k=b(k,f,T)}}}}},4129:w=>{"use strict";var B=/\r\n?|\n/g,o=/\0/g;w.exports=function(m){var d;d=m.src.replace(B,`
2016
+ `),d=d.replace(o,"\uFFFD"),m.src=d}},2834:w=>{"use strict";var B=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,o=/\((c|tm|r|p)\)/i,b=/\((c|tm|r|p)\)/ig,m={c:"\xA9",r:"\xAE",p:"\xA7",tm:"\u2122"};function d(f,c){return m[c.toLowerCase()]}function u(f){var c,y,k=0;for(c=f.length-1;c>=0;c--)y=f[c],y.type==="text"&&!k&&(y.content=y.content.replace(b,d)),y.type==="link_open"&&y.info==="auto"&&k--,y.type==="link_close"&&y.info==="auto"&&k++}function p(f){var c,y,k=0;for(c=f.length-1;c>=0;c--)y=f[c],y.type==="text"&&!k&&B.test(y.content)&&(y.content=y.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1\u2014").replace(/(^|\s)--(?=\s|$)/mg,"$1\u2013").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1\u2013")),y.type==="link_open"&&y.info==="auto"&&k--,y.type==="link_close"&&y.info==="auto"&&k++}w.exports=function(c){var y;if(c.md.options.typographer)for(y=c.tokens.length-1;y>=0;y--)c.tokens[y].type==="inline"&&(o.test(c.tokens[y].content)&&u(c.tokens[y].children),B.test(c.tokens[y].content)&&p(c.tokens[y].children))}},8450:(w,B,o)=>{"use strict";var b=o(7022).isWhiteSpace,m=o(7022).isPunctChar,d=o(7022).isMdAsciiPunct,u=/['"]/,p=/['"]/g,f="\u2019";function c(k,_,A){return k.substr(0,_)+A+k.substr(_+1)}function y(k,_){var A,T,g,D,C,O,N,P,R,M,F,W,ne,v,L,j,U,J,ae,q,te;for(ae=[],A=0;A<k.length;A++){for(T=k[A],N=k[A].level,U=ae.length-1;U>=0&&!(ae[U].level<=N);U--);if(ae.length=U+1,T.type!=="text")continue;g=T.content,C=0,O=g.length;e:for(;C<O&&(p.lastIndex=C,D=p.exec(g),!!D);){if(L=j=!0,C=D.index+1,J=D[0]==="'",R=32,D.index-1>=0)R=g.charCodeAt(D.index-1);else for(U=A-1;U>=0&&!(k[U].type==="softbreak"||k[U].type==="hardbreak");U--)if(k[U].content){R=k[U].content.charCodeAt(k[U].content.length-1);break}if(M=32,C<O)M=g.charCodeAt(C);else for(U=A+1;U<k.length&&!(k[U].type==="softbreak"||k[U].type==="hardbreak");U++)if(k[U].content){M=k[U].content.charCodeAt(0);break}if(F=d(R)||m(String.fromCharCode(R)),W=d(M)||m(String.fromCharCode(M)),ne=b(R),v=b(M),v?L=!1:W&&(ne||F||(L=!1)),ne?j=!1:F&&(v||W||(j=!1)),M===34&&D[0]==='"'&&R>=48&&R<=57&&(j=L=!1),L&&j&&(L=F,j=W),!L&&!j){J&&(T.content=c(T.content,D.index,f));continue}if(j){for(U=ae.length-1;U>=0&&(P=ae[U],!(ae[U].level<N));U--)if(P.single===J&&ae[U].level===N){P=ae[U],J?(q=_.md.options.quotes[2],te=_.md.options.quotes[3]):(q=_.md.options.quotes[0],te=_.md.options.quotes[1]),T.content=c(T.content,D.index,te),k[P.token].content=c(k[P.token].content,P.pos,q),C+=te.length-1,P.token===A&&(C+=q.length-1),g=T.content,O=g.length,ae.length=U;continue e}}L?ae.push({token:A,pos:D.index,single:J,level:N}):j&&J&&(T.content=c(T.content,D.index,f))}}}w.exports=function(_){var A;if(_.md.options.typographer)for(A=_.tokens.length-1;A>=0;A--)_.tokens[A].type!=="inline"||!u.test(_.tokens[A].content)||y(_.tokens[A].children,_)}},6480:(w,B,o)=>{"use strict";var b=o(5872);function m(d,u,p){this.src=d,this.env=p,this.tokens=[],this.inlineMode=!1,this.md=u}m.prototype.Token=b,w.exports=m},3420:w=>{"use strict";var B=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,o=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;w.exports=function(m,d){var u,p,f,c,y,k,_=m.pos;if(m.src.charCodeAt(_)!==60)return!1;for(y=m.pos,k=m.posMax;;){if(++_>=k||(c=m.src.charCodeAt(_),c===60))return!1;if(c===62)break}return u=m.src.slice(y+1,_),o.test(u)?(p=m.md.normalizeLink(u),m.md.validateLink(p)?(d||(f=m.push("link_open","a",1),f.attrs=[["href",p]],f.markup="autolink",f.info="auto",f=m.push("text","",0),f.content=m.md.normalizeLinkText(u),f=m.push("link_close","a",-1),f.markup="autolink",f.info="auto"),m.pos+=u.length+2,!0):!1):B.test(u)?(p=m.md.normalizeLink("mailto:"+u),m.md.validateLink(p)?(d||(f=m.push("link_open","a",1),f.attrs=[["href",p]],f.markup="autolink",f.info="auto",f=m.push("text","",0),f.content=m.md.normalizeLinkText(u),f=m.push("link_close","a",-1),f.markup="autolink",f.info="auto"),m.pos+=u.length+2,!0):!1):!1}},9755:w=>{"use strict";w.exports=function(o,b){var m,d,u,p,f,c,y,k,_=o.pos,A=o.src.charCodeAt(_);if(A!==96)return!1;for(m=_,_++,d=o.posMax;_<d&&o.src.charCodeAt(_)===96;)_++;if(u=o.src.slice(m,_),y=u.length,o.backticksScanned&&(o.backticks[y]||0)<=m)return b||(o.pending+=u),o.pos+=y,!0;for(f=c=_;(f=o.src.indexOf("`",c))!==-1;){for(c=f+1;c<d&&o.src.charCodeAt(c)===96;)c++;if(k=c-f,k===y)return b||(p=o.push("code_inline","code",0),p.markup=u,p.content=o.src.slice(_,f).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),o.pos=c,!0;o.backticks[k]=f}return o.backticksScanned=!0,b||(o.pending+=u),o.pos+=y,!0}},9354:w=>{"use strict";function B(o,b){var m,d,u,p,f,c,y,k,_={},A=b.length;if(A){var T=0,g=-2,D=[];for(m=0;m<A;m++)if(u=b[m],D.push(0),(b[T].marker!==u.marker||g!==u.token-1)&&(T=m),g=u.token,u.length=u.length||0,!!u.close){for(_.hasOwnProperty(u.marker)||(_[u.marker]=[-1,-1,-1,-1,-1,-1]),f=_[u.marker][(u.open?3:0)+u.length%3],d=T-D[T]-1,c=d;d>f;d-=D[d]+1)if(p=b[d],p.marker===u.marker&&p.open&&p.end<0&&(y=!1,(p.close||u.open)&&(p.length+u.length)%3===0&&(p.length%3!==0||u.length%3!==0)&&(y=!0),!y)){k=d>0&&!b[d-1].open?D[d-1]+1:0,D[m]=m-d+k,D[d]=k,u.open=!1,p.end=m,p.close=!1,c=-1,g=-2;break}c!==-1&&(_[u.marker][(u.open?3:0)+(u.length||0)%3]=c)}}}w.exports=function(b){var m,d=b.tokens_meta,u=b.tokens_meta.length;for(B(b,b.delimiters),m=0;m<u;m++)d[m]&&d[m].delimiters&&B(b,d[m].delimiters)}},7894:w=>{"use strict";w.exports.w=function(b,m){var d,u,p,f=b.pos,c=b.src.charCodeAt(f);if(m||c!==95&&c!==42)return!1;for(u=b.scanDelims(b.pos,c===42),d=0;d<u.length;d++)p=b.push("text","",0),p.content=String.fromCharCode(c),b.delimiters.push({marker:c,length:u.length,token:b.tokens.length-1,end:-1,open:u.can_open,close:u.can_close});return b.pos+=u.length,!0};function B(o,b){var m,d,u,p,f,c,y=b.length;for(m=y-1;m>=0;m--)d=b[m],!(d.marker!==95&&d.marker!==42)&&d.end!==-1&&(u=b[d.end],c=m>0&&b[m-1].end===d.end+1&&b[m-1].marker===d.marker&&b[m-1].token===d.token-1&&b[d.end+1].token===u.token+1,f=String.fromCharCode(d.marker),p=o.tokens[d.token],p.type=c?"strong_open":"em_open",p.tag=c?"strong":"em",p.nesting=1,p.markup=c?f+f:f,p.content="",p=o.tokens[u.token],p.type=c?"strong_close":"em_close",p.tag=c?"strong":"em",p.nesting=-1,p.markup=c?f+f:f,p.content="",c&&(o.tokens[b[m-1].token].content="",o.tokens[b[d.end+1].token].content="",m--))}w.exports.g=function(b){var m,d=b.tokens_meta,u=b.tokens_meta.length;for(B(b,b.delimiters),m=0;m<u;m++)d[m]&&d[m].delimiters&&B(b,d[m].delimiters)}},9391:(w,B,o)=>{"use strict";var b=o(6233),m=o(7022).has,d=o(7022).isValidEntityCode,u=o(7022).fromCodePoint,p=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,f=/^&([a-z][a-z0-9]{1,31});/i;w.exports=function(y,k){var _,A,T,g=y.pos,D=y.posMax;if(y.src.charCodeAt(g)!==38)return!1;if(g+1<D){if(_=y.src.charCodeAt(g+1),_===35){if(T=y.src.slice(g).match(p),T)return k||(A=T[1][0].toLowerCase()==="x"?parseInt(T[1].slice(1),16):parseInt(T[1],10),y.pending+=d(A)?u(A):u(65533)),y.pos+=T[0].length,!0}else if(T=y.src.slice(g).match(f),T&&m(b,T[1]))return k||(y.pending+=b[T[1]]),y.pos+=T[0].length,!0}return k||(y.pending+="&"),y.pos++,!0}},1917:(w,B,o)=>{"use strict";for(var b=o(7022).isSpace,m=[],d=0;d<256;d++)m.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(u){m[u.charCodeAt(0)]=1}),w.exports=function(p,f){var c,y=p.pos,k=p.posMax;if(p.src.charCodeAt(y)!==92)return!1;if(y++,y<k){if(c=p.src.charCodeAt(y),c<256&&m[c]!==0)return f||(p.pending+=p.src[y]),p.pos+=2,!0;if(c===10){for(f||p.push("hardbreak","br",0),y++;y<k&&(c=p.src.charCodeAt(y),!!b(c));)y++;return p.pos=y,!0}}return f||(p.pending+="\\"),p.pos++,!0}},1779:(w,B,o)=>{"use strict";var b=o(1947).n;function m(d){var u=d|32;return u>=97&&u<=122}w.exports=function(u,p){var f,c,y,k,_=u.pos;return!u.md.options.html||(y=u.posMax,u.src.charCodeAt(_)!==60||_+2>=y)||(f=u.src.charCodeAt(_+1),f!==33&&f!==63&&f!==47&&!m(f))||(c=u.src.slice(_).match(b),!c)?!1:(p||(k=u.push("html_inline","",0),k.content=u.src.slice(_,_+c[0].length)),u.pos+=c[0].length,!0)}},3006:(w,B,o)=>{"use strict";var b=o(7022).normalizeReference,m=o(7022).isSpace;w.exports=function(u,p){var f,c,y,k,_,A,T,g,D,C,O,N,P,R="",M=u.pos,F=u.posMax;if(u.src.charCodeAt(u.pos)!==33||u.src.charCodeAt(u.pos+1)!==91||(A=u.pos+2,_=u.md.helpers.parseLinkLabel(u,u.pos+1,!1),_<0))return!1;if(T=_+1,T<F&&u.src.charCodeAt(T)===40){for(T++;T<F&&(c=u.src.charCodeAt(T),!(!m(c)&&c!==10));T++);if(T>=F)return!1;for(P=T,D=u.md.helpers.parseLinkDestination(u.src,T,u.posMax),D.ok&&(R=u.md.normalizeLink(D.str),u.md.validateLink(R)?T=D.pos:R=""),P=T;T<F&&(c=u.src.charCodeAt(T),!(!m(c)&&c!==10));T++);if(D=u.md.helpers.parseLinkTitle(u.src,T,u.posMax),T<F&&P!==T&&D.ok)for(C=D.str,T=D.pos;T<F&&(c=u.src.charCodeAt(T),!(!m(c)&&c!==10));T++);else C="";if(T>=F||u.src.charCodeAt(T)!==41)return u.pos=M,!1;T++}else{if(typeof u.env.references>"u")return!1;if(T<F&&u.src.charCodeAt(T)===91?(P=T+1,T=u.md.helpers.parseLinkLabel(u,T),T>=0?k=u.src.slice(P,T++):T=_+1):T=_+1,k||(k=u.src.slice(A,_)),g=u.env.references[b(k)],!g)return u.pos=M,!1;R=g.href,C=g.title}return p||(y=u.src.slice(A,_),u.md.inline.parse(y,u.md,u.env,N=[]),O=u.push("image","img",0),O.attrs=f=[["src",R],["alt",""]],O.children=N,O.content=y,C&&f.push(["title",C])),u.pos=T,u.posMax=F,!0}},1727:(w,B,o)=>{"use strict";var b=o(7022).normalizeReference,m=o(7022).isSpace;w.exports=function(u,p){var f,c,y,k,_,A,T,g,D,C="",O="",N=u.pos,P=u.posMax,R=u.pos,M=!0;if(u.src.charCodeAt(u.pos)!==91||(_=u.pos+1,k=u.md.helpers.parseLinkLabel(u,u.pos,!0),k<0))return!1;if(A=k+1,A<P&&u.src.charCodeAt(A)===40){for(M=!1,A++;A<P&&(c=u.src.charCodeAt(A),!(!m(c)&&c!==10));A++);if(A>=P)return!1;if(R=A,T=u.md.helpers.parseLinkDestination(u.src,A,u.posMax),T.ok){for(C=u.md.normalizeLink(T.str),u.md.validateLink(C)?A=T.pos:C="",R=A;A<P&&(c=u.src.charCodeAt(A),!(!m(c)&&c!==10));A++);if(T=u.md.helpers.parseLinkTitle(u.src,A,u.posMax),A<P&&R!==A&&T.ok)for(O=T.str,A=T.pos;A<P&&(c=u.src.charCodeAt(A),!(!m(c)&&c!==10));A++);}(A>=P||u.src.charCodeAt(A)!==41)&&(M=!0),A++}if(M){if(typeof u.env.references>"u")return!1;if(A<P&&u.src.charCodeAt(A)===91?(R=A+1,A=u.md.helpers.parseLinkLabel(u,A),A>=0?y=u.src.slice(R,A++):A=k+1):A=k+1,y||(y=u.src.slice(_,k)),g=u.env.references[b(y)],!g)return u.pos=N,!1;C=g.href,O=g.title}return p||(u.pos=_,u.posMax=k,D=u.push("link_open","a",1),D.attrs=f=[["href",C]],O&&f.push(["title",O]),u.md.inline.tokenize(u),D=u.push("link_close","a",-1)),u.pos=A,u.posMax=P,!0}},3905:(w,B,o)=>{"use strict";var b=o(7022).isSpace;w.exports=function(d,u){var p,f,c,y=d.pos;if(d.src.charCodeAt(y)!==10)return!1;if(p=d.pending.length-1,f=d.posMax,!u)if(p>=0&&d.pending.charCodeAt(p)===32)if(p>=1&&d.pending.charCodeAt(p-1)===32){for(c=p-1;c>=1&&d.pending.charCodeAt(c-1)===32;)c--;d.pending=d.pending.slice(0,c),d.push("hardbreak","br",0)}else d.pending=d.pending.slice(0,-1),d.push("softbreak","br",0);else d.push("softbreak","br",0);for(y++;y<f&&b(d.src.charCodeAt(y));)y++;return d.pos=y,!0}},670:(w,B,o)=>{"use strict";var b=o(5872),m=o(7022).isWhiteSpace,d=o(7022).isPunctChar,u=o(7022).isMdAsciiPunct;function p(f,c,y,k){this.src=f,this.env=y,this.md=c,this.tokens=k,this.tokens_meta=Array(k.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}p.prototype.pushPending=function(){var f=new b("text","",0);return f.content=this.pending,f.level=this.pendingLevel,this.tokens.push(f),this.pending="",f},p.prototype.push=function(f,c,y){this.pending&&this.pushPending();var k=new b(f,c,y),_=null;return y<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),k.level=this.level,y>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],_={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(k),this.tokens_meta.push(_),k},p.prototype.scanDelims=function(f,c){var y=f,k,_,A,T,g,D,C,O,N,P=!0,R=!0,M=this.posMax,F=this.src.charCodeAt(f);for(k=f>0?this.src.charCodeAt(f-1):32;y<M&&this.src.charCodeAt(y)===F;)y++;return A=y-f,_=y<M?this.src.charCodeAt(y):32,C=u(k)||d(String.fromCharCode(k)),N=u(_)||d(String.fromCharCode(_)),D=m(k),O=m(_),O?P=!1:N&&(D||C||(P=!1)),D?R=!1:C&&(O||N||(R=!1)),c?(T=P,g=R):(T=P&&(!R||C),g=R&&(!P||N)),{can_open:T,can_close:g,length:A}},p.prototype.Token=b,w.exports=p},4814:w=>{"use strict";w.exports.w=function(b,m){var d,u,p,f,c,y=b.pos,k=b.src.charCodeAt(y);if(m||k!==126||(u=b.scanDelims(b.pos,!0),f=u.length,c=String.fromCharCode(k),f<2))return!1;for(f%2&&(p=b.push("text","",0),p.content=c,f--),d=0;d<f;d+=2)p=b.push("text","",0),p.content=c+c,b.delimiters.push({marker:k,length:0,token:b.tokens.length-1,end:-1,open:u.can_open,close:u.can_close});return b.pos+=u.length,!0};function B(o,b){var m,d,u,p,f,c=[],y=b.length;for(m=0;m<y;m++)u=b[m],u.marker===126&&u.end!==-1&&(p=b[u.end],f=o.tokens[u.token],f.type="s_open",f.tag="s",f.nesting=1,f.markup="~~",f.content="",f=o.tokens[p.token],f.type="s_close",f.tag="s",f.nesting=-1,f.markup="~~",f.content="",o.tokens[p.token-1].type==="text"&&o.tokens[p.token-1].content==="~"&&c.push(p.token-1));for(;c.length;){for(m=c.pop(),d=m+1;d<o.tokens.length&&o.tokens[d].type==="s_close";)d++;d--,m!==d&&(f=o.tokens[d],o.tokens[d]=o.tokens[m],o.tokens[m]=f)}}w.exports.g=function(b){var m,d=b.tokens_meta,u=b.tokens_meta.length;for(B(b,b.delimiters),m=0;m<u;m++)d[m]&&d[m].delimiters&&B(b,d[m].delimiters)}},9941:w=>{"use strict";function B(o){switch(o){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}w.exports=function(b,m){for(var d=b.pos;d<b.posMax&&!B(b.src.charCodeAt(d));)d++;return d===b.pos?!1:(m||(b.pending+=b.src.slice(b.pos,d)),b.pos=d,!0)}},8996:w=>{"use strict";w.exports=function(o){var b,m,d=0,u=o.tokens,p=o.tokens.length;for(b=m=0;b<p;b++)u[b].nesting<0&&d--,u[b].level=d,u[b].nesting>0&&d++,u[b].type==="text"&&b+1<p&&u[b+1].type==="text"?u[b+1].content=u[b].content+u[b+1].content:(b!==m&&(u[m]=u[b]),m++);b!==m&&(u.length=m)}},5872:w=>{"use strict";function B(o,b,m){this.type=o,this.tag=b,this.attrs=null,this.map=null,this.nesting=m,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}B.prototype.attrIndex=function(b){var m,d,u;if(!this.attrs)return-1;for(m=this.attrs,d=0,u=m.length;d<u;d++)if(m[d][0]===b)return d;return-1},B.prototype.attrPush=function(b){this.attrs?this.attrs.push(b):this.attrs=[b]},B.prototype.attrSet=function(b,m){var d=this.attrIndex(b),u=[b,m];d<0?this.attrPush(u):this.attrs[d]=u},B.prototype.attrGet=function(b){var m=this.attrIndex(b),d=null;return m>=0&&(d=this.attrs[m][1]),d},B.prototype.attrJoin=function(b,m){var d=this.attrIndex(b);d<0?this.attrPush([b,m]):this.attrs[d][1]=this.attrs[d][1]+" "+m},w.exports=B},3122:w=>{"use strict";var B={};function o(m){var d,u,p=B[m];if(p)return p;for(p=B[m]=[],d=0;d<128;d++)u=String.fromCharCode(d),p.push(u);for(d=0;d<m.length;d++)u=m.charCodeAt(d),p[u]="%"+("0"+u.toString(16).toUpperCase()).slice(-2);return p}function b(m,d){var u;return typeof d!="string"&&(d=b.defaultChars),u=o(d),m.replace(/(%[a-f0-9]{2})+/gi,function(p){var f,c,y,k,_,A,T,g="";for(f=0,c=p.length;f<c;f+=3){if(y=parseInt(p.slice(f+1,f+3),16),y<128){g+=u[y];continue}if((y&224)===192&&f+3<c&&(k=parseInt(p.slice(f+4,f+6),16),(k&192)===128)){T=y<<6&1984|k&63,T<128?g+="\uFFFD\uFFFD":g+=String.fromCharCode(T),f+=3;continue}if((y&240)===224&&f+6<c&&(k=parseInt(p.slice(f+4,f+6),16),_=parseInt(p.slice(f+7,f+9),16),(k&192)===128&&(_&192)===128)){T=y<<12&61440|k<<6&4032|_&63,T<2048||T>=55296&&T<=57343?g+="\uFFFD\uFFFD\uFFFD":g+=String.fromCharCode(T),f+=6;continue}if((y&248)===240&&f+9<c&&(k=parseInt(p.slice(f+4,f+6),16),_=parseInt(p.slice(f+7,f+9),16),A=parseInt(p.slice(f+10,f+12),16),(k&192)===128&&(_&192)===128&&(A&192)===128)){T=y<<18&1835008|k<<12&258048|_<<6&4032|A&63,T<65536||T>1114111?g+="\uFFFD\uFFFD\uFFFD\uFFFD":(T-=65536,g+=String.fromCharCode(55296+(T>>10),56320+(T&1023))),f+=9;continue}g+="\uFFFD"}return g})}b.defaultChars=";/?:@&=+$,#",b.componentChars="",w.exports=b},729:w=>{"use strict";var B={};function o(m){var d,u,p=B[m];if(p)return p;for(p=B[m]=[],d=0;d<128;d++)u=String.fromCharCode(d),/^[0-9a-z]$/i.test(u)?p.push(u):p.push("%"+("0"+d.toString(16).toUpperCase()).slice(-2));for(d=0;d<m.length;d++)p[m.charCodeAt(d)]=m[d];return p}function b(m,d,u){var p,f,c,y,k,_="";for(typeof d!="string"&&(u=d,d=b.defaultChars),typeof u>"u"&&(u=!0),k=o(d),p=0,f=m.length;p<f;p++){if(c=m.charCodeAt(p),u&&c===37&&p+2<f&&/^[0-9a-f]{2}$/i.test(m.slice(p+1,p+3))){_+=m.slice(p,p+3),p+=2;continue}if(c<128){_+=k[c];continue}if(c>=55296&&c<=57343){if(c>=55296&&c<=56319&&p+1<f&&(y=m.charCodeAt(p+1),y>=56320&&y<=57343)){_+=encodeURIComponent(m[p]+m[p+1]),p++;continue}_+="%EF%BF%BD";continue}_+=encodeURIComponent(m[p])}return _}b.defaultChars=";/?:@&=+$,-_.!~*'()#",b.componentChars="-_.!~*'()",w.exports=b},2201:w=>{"use strict";w.exports=function(o){var b="";return b+=o.protocol||"",b+=o.slashes?"//":"",b+=o.auth?o.auth+"@":"",o.hostname&&o.hostname.indexOf(":")!==-1?b+="["+o.hostname+"]":b+=o.hostname||"",b+=o.port?":"+o.port:"",b+=o.pathname||"",b+=o.search||"",b+=o.hash||"",b}},8765:(w,B,o)=>{"use strict";w.exports.encode=o(729),w.exports.decode=o(3122),w.exports.format=o(2201),w.exports.parse=o(9553)},9553:w=>{"use strict";function B(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var o=/^([a-z0-9.+-]+:)/i,b=/:[0-9]*$/,m=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,d=["<",">",'"',"`"," ","\r",`
2017
+ `," "],u=["{","}","|","\\","^","`"].concat(d),p=["'"].concat(u),f=["%","/","?",";","#"].concat(p),c=["/","?","#"],y=255,k=/^[+a-z0-9A-Z_-]{0,63}$/,_=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,A={javascript:!0,"javascript:":!0},T={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function g(D,C){if(D&&D instanceof B)return D;var O=new B;return O.parse(D,C),O}B.prototype.parse=function(D,C){var O,N,P,R,M,F=D;if(F=F.trim(),!C&&D.split("#").length===1){var W=m.exec(F);if(W)return this.pathname=W[1],W[2]&&(this.search=W[2]),this}var ne=o.exec(F);if(ne&&(ne=ne[0],P=ne.toLowerCase(),this.protocol=ne,F=F.substr(ne.length)),(C||ne||F.match(/^\/\/[^@\/]+@[^@\/]+/))&&(M=F.substr(0,2)==="//",M&&!(ne&&A[ne])&&(F=F.substr(2),this.slashes=!0)),!A[ne]&&(M||ne&&!T[ne])){var v=-1;for(O=0;O<c.length;O++)R=F.indexOf(c[O]),R!==-1&&(v===-1||R<v)&&(v=R);var L,j;for(v===-1?j=F.lastIndexOf("@"):j=F.lastIndexOf("@",v),j!==-1&&(L=F.slice(0,j),F=F.slice(j+1),this.auth=L),v=-1,O=0;O<f.length;O++)R=F.indexOf(f[O]),R!==-1&&(v===-1||R<v)&&(v=R);v===-1&&(v=F.length),F[v-1]===":"&&v--;var U=F.slice(0,v);F=F.slice(v),this.parseHost(U),this.hostname=this.hostname||"";var J=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!J){var ae=this.hostname.split(/\./);for(O=0,N=ae.length;O<N;O++){var q=ae[O];if(q&&!q.match(k)){for(var te="",ie=0,de=q.length;ie<de;ie++)q.charCodeAt(ie)>127?te+="x":te+=q[ie];if(!te.match(k)){var ce=ae.slice(0,O),be=ae.slice(O+1),Ie=q.match(_);Ie&&(ce.push(Ie[1]),be.unshift(Ie[2])),be.length&&(F=be.join(".")+F),this.hostname=ce.join(".");break}}}}this.hostname.length>y&&(this.hostname=""),J&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var _e=F.indexOf("#");_e!==-1&&(this.hash=F.substr(_e),F=F.slice(0,_e));var xe=F.indexOf("?");return xe!==-1&&(this.search=F.substr(xe),F=F.slice(0,xe)),F&&(this.pathname=F),T[P]&&this.hostname&&!this.pathname&&(this.pathname=""),this},B.prototype.parseHost=function(D){var C=b.exec(D);C&&(C=C[0],C!==":"&&(this.port=C.substr(1)),D=D.substr(0,D.length-C.length)),D&&(this.hostname=D)},w.exports=g},7418:w=>{"use strict";/*
2018
+ object-assign
2019
+ (c) Sindre Sorhus
2020
+ @license MIT
2021
+ */var B=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,b=Object.prototype.propertyIsEnumerable;function m(u){if(u==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(u)}function d(){try{if(!Object.assign)return!1;var u=new String("abc");if(u[5]="de",Object.getOwnPropertyNames(u)[0]==="5")return!1;for(var p={},f=0;f<10;f++)p["_"+String.fromCharCode(f)]=f;var c=Object.getOwnPropertyNames(p).map(function(k){return p[k]});if(c.join("")!=="0123456789")return!1;var y={};return"abcdefghijklmnopqrst".split("").forEach(function(k){y[k]=k}),Object.keys(Object.assign({},y)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}w.exports=d()?Object.assign:function(u,p){for(var f,c=m(u),y,k=1;k<arguments.length;k++){f=Object(arguments[k]);for(var _ in f)o.call(f,_)&&(c[_]=f[_]);if(B){y=B(f);for(var A=0;A<y.length;A++)b.call(f,y[A])&&(c[y[A]]=f[y[A]])}}return c}},3689:(w,B,o)=>{"use strict";o.r(B),o.d(B,{decode:()=>L,default:()=>q,encode:()=>j,toASCII:()=>J,toUnicode:()=>U,ucs2decode:()=>M,ucs2encode:()=>F});const b=2147483647,m=36,d=1,u=26,p=38,f=700,c=72,y=128,k="-",_=/^xn--/,A=/[^\0-\x7E]/,T=/[\x2E\u3002\uFF0E\uFF61]/g,g={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},D=m-d,C=Math.floor,O=String.fromCharCode;function N(te){throw new RangeError(g[te])}function P(te,ie){const de=[];let ce=te.length;for(;ce--;)de[ce]=ie(te[ce]);return de}function R(te,ie){const de=te.split("@");let ce="";de.length>1&&(ce=de[0]+"@",te=de[1]),te=te.replace(T,".");const be=te.split("."),Ie=P(be,ie).join(".");return ce+Ie}function M(te){const ie=[];let de=0;const ce=te.length;for(;de<ce;){const be=te.charCodeAt(de++);if(be>=55296&&be<=56319&&de<ce){const Ie=te.charCodeAt(de++);(Ie&64512)==56320?ie.push(((be&1023)<<10)+(Ie&1023)+65536):(ie.push(be),de--)}else ie.push(be)}return ie}const F=te=>String.fromCodePoint(...te),W=function(te){return te-48<10?te-22:te-65<26?te-65:te-97<26?te-97:m},ne=function(te,ie){return te+22+75*(te<26)-((ie!=0)<<5)},v=function(te,ie,de){let ce=0;for(te=de?C(te/f):te>>1,te+=C(te/ie);te>D*u>>1;ce+=m)te=C(te/D);return C(ce+(D+1)*te/(te+p))},L=function(te){const ie=[],de=te.length;let ce=0,be=y,Ie=c,_e=te.lastIndexOf(k);_e<0&&(_e=0);for(let xe=0;xe<_e;++xe)te.charCodeAt(xe)>=128&&N("not-basic"),ie.push(te.charCodeAt(xe));for(let xe=_e>0?_e+1:0;xe<de;){let Ae=ce;for(let Me=1,Z=m;;Z+=m){xe>=de&&N("invalid-input");const he=W(te.charCodeAt(xe++));(he>=m||he>C((b-ce)/Me))&&N("overflow"),ce+=he*Me;const Ze=Z<=Ie?d:Z>=Ie+u?u:Z-Ie;if(he<Ze)break;const rn=m-Ze;Me>C(b/rn)&&N("overflow"),Me*=rn}const Oe=ie.length+1;Ie=v(ce-Ae,Oe,Ae==0),C(ce/Oe)>b-be&&N("overflow"),be+=C(ce/Oe),ce%=Oe,ie.splice(ce++,0,be)}return String.fromCodePoint(...ie)},j=function(te){const ie=[];te=M(te);let de=te.length,ce=y,be=0,Ie=c;for(const Ae of te)Ae<128&&ie.push(O(Ae));let _e=ie.length,xe=_e;for(_e&&ie.push(k);xe<de;){let Ae=b;for(const Me of te)Me>=ce&&Me<Ae&&(Ae=Me);const Oe=xe+1;Ae-ce>C((b-be)/Oe)&&N("overflow"),be+=(Ae-ce)*Oe,ce=Ae;for(const Me of te)if(Me<ce&&++be>b&&N("overflow"),Me==ce){let Z=be;for(let he=m;;he+=m){const Ze=he<=Ie?d:he>=Ie+u?u:he-Ie;if(Z<Ze)break;const rn=Z-Ze,un=m-Ze;ie.push(O(ne(Ze+rn%un,0))),Z=C(rn/un)}ie.push(O(ne(Z,0))),Ie=v(be,Oe,xe==_e),be=0,++xe}++be,++ce}return ie.join("")},U=function(te){return R(te,function(ie){return _.test(ie)?L(ie.slice(4).toLowerCase()):ie})},J=function(te){return R(te,function(ie){return A.test(ie)?"xn--"+j(ie):ie})},q={version:"2.1.0",ucs2:{decode:M,encode:F},decode:L,encode:j,toASCII:J,toUnicode:U}},4448:(w,B,o)=>{"use strict";/** @license React v16.14.0
2022
+ * react-dom.production.min.js
2023
+ *
2024
+ * Copyright (c) Facebook, Inc. and its affiliates.
2025
+ *
2026
+ * This source code is licensed under the MIT license found in the
2027
+ * LICENSE file in the root directory of this source tree.
2028
+ */var b=o(7294),m=o(7418),d=o(3840);function u(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i<arguments.length;i++)t+="&args[]="+encodeURIComponent(arguments[i]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!b)throw Error(u(227));function p(e,t,i,h,x,z,H,pe,je){var Ue=Array.prototype.slice.call(arguments,3);try{t.apply(i,Ue)}catch(_n){this.onError(_n)}}var f=!1,c=null,y=!1,k=null,_={onError:function(e){f=!0,c=e}};function A(e,t,i,h,x,z,H,pe,je){f=!1,c=null,p.apply(_,arguments)}function T(e,t,i,h,x,z,H,pe,je){if(A.apply(this,arguments),f){if(f){var Ue=c;f=!1,c=null}else throw Error(u(198));y||(y=!0,k=Ue)}}var g=null,D=null,C=null;function O(e,t,i){var h=e.type||"unknown-event";e.currentTarget=C(i),T(h,t,void 0,e),e.currentTarget=null}var N=null,P={};function R(){if(N)for(var e in P){var t=P[e],i=N.indexOf(e);if(!(-1<i))throw Error(u(96,e));if(!F[i]){if(!t.extractEvents)throw Error(u(97,e));F[i]=t,i=t.eventTypes;for(var h in i){var x=void 0,z=i[h],H=t,pe=h;if(W.hasOwnProperty(pe))throw Error(u(99,pe));W[pe]=z;var je=z.phasedRegistrationNames;if(je){for(x in je)je.hasOwnProperty(x)&&M(je[x],H,pe);x=!0}else z.registrationName?(M(z.registrationName,H,pe),x=!0):x=!1;if(!x)throw Error(u(98,h,e))}}}}function M(e,t,i){if(ne[e])throw Error(u(100,e));ne[e]=t,v[e]=t.eventTypes[i].dependencies}var F=[],W={},ne={},v={};function L(e){var t=!1,i;for(i in e)if(e.hasOwnProperty(i)){var h=e[i];if(!P.hasOwnProperty(i)||P[i]!==h){if(P[i])throw Error(u(102,i));P[i]=h,t=!0}}t&&R()}var j=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),U=null,J=null,ae=null;function q(e){if(e=D(e)){if(typeof U!="function")throw Error(u(280));var t=e.stateNode;t&&(t=g(t),U(e.stateNode,e.type,t))}}function te(e){J?ae?ae.push(e):ae=[e]:J=e}function ie(){if(J){var e=J,t=ae;if(ae=J=null,q(e),t)for(e=0;e<t.length;e++)q(t[e])}}function de(e,t){return e(t)}function ce(e,t,i,h,x){return e(t,i,h,x)}function be(){}var Ie=de,_e=!1,xe=!1;function Ae(){(J!==null||ae!==null)&&(be(),ie())}function Oe(e,t,i){if(xe)return e(t,i);xe=!0;try{return Ie(e,t,i)}finally{xe=!1,Ae()}}var Me=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Z=Object.prototype.hasOwnProperty,he={},Ze={};function rn(e){return Z.call(Ze,e)?!0:Z.call(he,e)?!1:Me.test(e)?Ze[e]=!0:(he[e]=!0,!1)}function un(e,t,i,h){if(i!==null&&i.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return h?!1:i!==null?!i.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Sn(e,t,i,h){if(t===null||typeof t>"u"||un(e,t,i,h))return!0;if(h)return!1;if(i!==null)switch(i.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function ln(e,t,i,h,x,z){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=h,this.attributeNamespace=x,this.mustUseProperty=i,this.propertyName=e,this.type=t,this.sanitizeURL=z}var nn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){nn[e]=new ln(e,0,!1,e,null,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];nn[t]=new ln(t,1,!1,e[1],null,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){nn[e]=new ln(e,2,!1,e.toLowerCase(),null,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){nn[e]=new ln(e,2,!1,e,null,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){nn[e]=new ln(e,3,!1,e.toLowerCase(),null,!1)}),["checked","multiple","muted","selected"].forEach(function(e){nn[e]=new ln(e,3,!0,e,null,!1)}),["capture","download"].forEach(function(e){nn[e]=new ln(e,4,!1,e,null,!1)}),["cols","rows","size","span"].forEach(function(e){nn[e]=new ln(e,6,!1,e,null,!1)}),["rowSpan","start"].forEach(function(e){nn[e]=new ln(e,5,!1,e.toLowerCase(),null,!1)});var re=/[\-:]([a-z])/g;function X(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(re,X);nn[t]=new ln(t,1,!1,e,null,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(re,X);nn[t]=new ln(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(re,X);nn[t]=new ln(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)}),["tabIndex","crossOrigin"].forEach(function(e){nn[e]=new ln(e,1,!1,e.toLowerCase(),null,!1)}),nn.xlinkHref=new ln("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach(function(e){nn[e]=new ln(e,1,!1,e.toLowerCase(),null,!0)});var Te=b.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Te.hasOwnProperty("ReactCurrentDispatcher")||(Te.ReactCurrentDispatcher={current:null}),Te.hasOwnProperty("ReactCurrentBatchConfig")||(Te.ReactCurrentBatchConfig={suspense:null});function oe(e,t,i,h){var x=nn.hasOwnProperty(t)?nn[t]:null,z=x!==null?x.type===0:h?!1:!(!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N");z||(Sn(t,i,x,h)&&(i=null),h||x===null?rn(t)&&(i===null?e.removeAttribute(t):e.setAttribute(t,""+i)):x.mustUseProperty?e[x.propertyName]=i===null?x.type===3?!1:"":i:(t=x.attributeName,h=x.attributeNamespace,i===null?e.removeAttribute(t):(x=x.type,i=x===3||x===4&&i===!0?"":""+i,h?e.setAttributeNS(h,t,i):e.setAttribute(t,i))))}var G=/^(.*)[\\\/]/,De=typeof Symbol=="function"&&Symbol.for,Re=De?Symbol.for("react.element"):60103,Ve=De?Symbol.for("react.portal"):60106,Be=De?Symbol.for("react.fragment"):60107,Ee=De?Symbol.for("react.strict_mode"):60108,Fe=De?Symbol.for("react.profiler"):60114,Ye=De?Symbol.for("react.provider"):60109,fn=De?Symbol.for("react.context"):60110,jn=De?Symbol.for("react.concurrent_mode"):60111,Gn=De?Symbol.for("react.forward_ref"):60112,dn=De?Symbol.for("react.suspense"):60113,zn=De?Symbol.for("react.suspense_list"):60120,Mn=De?Symbol.for("react.memo"):60115,Jn=De?Symbol.for("react.lazy"):60116,nt=De?Symbol.for("react.block"):60121,mt=typeof Symbol=="function"&&Symbol.iterator;function xt(e){return e===null||typeof e!="object"?null:(e=mt&&e[mt]||e["@@iterator"],typeof e=="function"?e:null)}function Ot(e){if(e._status===-1){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then(function(i){e._status===0&&(i=i.default,e._status=1,e._result=i)},function(i){e._status===0&&(e._status=2,e._result=i)})}}function yt(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Be:return"Fragment";case Ve:return"Portal";case Fe:return"Profiler";case Ee:return"StrictMode";case dn:return"Suspense";case zn:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case fn:return"Context.Consumer";case Ye:return"Context.Provider";case Gn:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case Mn:return yt(e.type);case nt:return yt(e.render);case Jn:if(e=e._status===1?e._result:null)return yt(e)}return null}function Ht(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var i="";break e;default:var h=e._debugOwner,x=e._debugSource,z=yt(e.type);i=null,h&&(i=yt(h.type)),h=z,z="",x?z=" (at "+x.fileName.replace(G,"")+":"+x.lineNumber+")":i&&(z=" (created by "+i+")"),i=`
2029
+ in `+(h||"Unknown")+z}t+=i,e=e.return}while(e);return t}function kt(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function sr(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Wt(e){var t=sr(e)?"checked":"value",i=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),h=""+e[t];if(!e.hasOwnProperty(t)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var x=i.get,z=i.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return x.call(this)},set:function(H){h=""+H,z.call(this,H)}}),Object.defineProperty(e,t,{enumerable:i.enumerable}),{getValue:function(){return h},setValue:function(H){h=""+H},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function fe(e){e._valueTracker||(e._valueTracker=Wt(e))}function ze(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var i=t.getValue(),h="";return e&&(h=sr(e)?e.checked?"true":"false":e.value),e=h,e!==i?(t.setValue(e),!0):!1}function Ce(e,t){var i=t.checked;return m({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:i!=null?i:e._wrapperState.initialChecked})}function tn(e,t){var i=t.defaultValue==null?"":t.defaultValue,h=t.checked!=null?t.checked:t.defaultChecked;i=kt(t.value!=null?t.value:i),e._wrapperState={initialChecked:h,initialValue:i,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function wn(e,t){t=t.checked,t!=null&&oe(e,"checked",t,!1)}function Wn(e,t){wn(e,t);var i=kt(t.value),h=t.type;if(i!=null)h==="number"?(i===0&&e.value===""||e.value!=i)&&(e.value=""+i):e.value!==""+i&&(e.value=""+i);else if(h==="submit"||h==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Pn(e,t.type,i):t.hasOwnProperty("defaultValue")&&Pn(e,t.type,kt(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function wt(e,t,i){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var h=t.type;if(!(h!=="submit"&&h!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,i||t===e.value||(e.value=t),e.defaultValue=t}i=e.name,i!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,i!==""&&(e.name=i)}function Pn(e,t,i){(t!=="number"||e.ownerDocument.activeElement!==e)&&(i==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+i&&(e.defaultValue=""+i))}function ft(e){var t="";return b.Children.forEach(e,function(i){i!=null&&(t+=i)}),t}function Tt(e,t){return e=m({children:void 0},t),(t=ft(t.children))&&(e.children=t),e}function jt(e,t,i,h){if(e=e.options,t){t={};for(var x=0;x<i.length;x++)t["$"+i[x]]=!0;for(i=0;i<e.length;i++)x=t.hasOwnProperty("$"+e[i].value),e[i].selected!==x&&(e[i].selected=x),x&&h&&(e[i].defaultSelected=!0)}else{for(i=""+kt(i),t=null,x=0;x<e.length;x++){if(e[x].value===i){e[x].selected=!0,h&&(e[x].defaultSelected=!0);return}t!==null||e[x].disabled||(t=e[x])}t!==null&&(t.selected=!0)}}function ur(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(u(91));return m({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function vr(e,t){var i=t.value;if(i==null){if(i=t.children,t=t.defaultValue,i!=null){if(t!=null)throw Error(u(92));if(Array.isArray(i)){if(!(1>=i.length))throw Error(u(93));i=i[0]}t=i}t==null&&(t=""),i=t}e._wrapperState={initialValue:kt(i)}}function fr(e,t){var i=kt(t.value),h=kt(t.defaultValue);i!=null&&(i=""+i,i!==e.value&&(e.value=i),t.defaultValue==null&&e.defaultValue!==i&&(e.defaultValue=i)),h!=null&&(e.defaultValue=""+h)}function Mt(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}var nr={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function pr(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Gr(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?pr(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Zr,wo=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,i,h,x){MSApp.execUnsafeLocalFunction(function(){return e(t,i,h,x)})}:e}(function(e,t){if(e.namespaceURI!==nr.svg||"innerHTML"in e)e.innerHTML=t;else{for(Zr=Zr||document.createElement("div"),Zr.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Zr.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function ai(e,t){if(t){var i=e.firstChild;if(i&&i===e.lastChild&&i.nodeType===3){i.nodeValue=t;return}}e.textContent=t}function Nt(e,t){var i={};return i[e.toLowerCase()]=t.toLowerCase(),i["Webkit"+e]="webkit"+t,i["Moz"+e]="moz"+t,i}var Kr={animationend:Nt("Animation","AnimationEnd"),animationiteration:Nt("Animation","AnimationIteration"),animationstart:Nt("Animation","AnimationStart"),transitionend:Nt("Transition","TransitionEnd")},Gi={},qr={};j&&(qr=document.createElement("div").style,"AnimationEvent"in window||(delete Kr.animationend.animation,delete Kr.animationiteration.animation,delete Kr.animationstart.animation),"TransitionEvent"in window||delete Kr.transitionend.transition);function Sr(e){if(Gi[e])return Gi[e];if(!Kr[e])return e;var t=Kr[e],i;for(i in t)if(t.hasOwnProperty(i)&&i in qr)return Gi[e]=t[i];return e}var Zi=Sr("animationend"),si=Sr("animationiteration"),Oo=Sr("animationstart"),Ki=Sr("transitionend"),ui="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),qi=new(typeof WeakMap=="function"?WeakMap:Map);function Hi(e){var t=qi.get(e);return t===void 0&&(t=new Map,qi.set(e,t)),t}function Q(e){var t=e,i=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.effectTag&1026&&(i=t.return),e=t.return;while(e)}return t.tag===3?i:null}function Y(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function $(e){if(Q(e)!==e)throw Error(u(188))}function le(e){var t=e.alternate;if(!t){if(t=Q(e),t===null)throw Error(u(188));return t!==e?null:e}for(var i=e,h=t;;){var x=i.return;if(x===null)break;var z=x.alternate;if(z===null){if(h=x.return,h!==null){i=h;continue}break}if(x.child===z.child){for(z=x.child;z;){if(z===i)return $(x),e;if(z===h)return $(x),t;z=z.sibling}throw Error(u(188))}if(i.return!==h.return)i=x,h=z;else{for(var H=!1,pe=x.child;pe;){if(pe===i){H=!0,i=x,h=z;break}if(pe===h){H=!0,h=x,i=z;break}pe=pe.sibling}if(!H){for(pe=z.child;pe;){if(pe===i){H=!0,i=z,h=x;break}if(pe===h){H=!0,h=z,i=x;break}pe=pe.sibling}if(!H)throw Error(u(189))}}if(i.alternate!==h)throw Error(u(190))}if(i.tag!==3)throw Error(u(188));return i.stateNode.current===i?e:t}function ke(e){if(e=le(e),!e)return null;for(var t=e;;){if(t.tag===5||t.tag===6)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function qe(e,t){if(t==null)throw Error(u(30));return e==null?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function Ge(e,t,i){Array.isArray(e)?e.forEach(t,i):e&&t.call(i,e)}var hn=null;function Un(e){if(e){var t=e._dispatchListeners,i=e._dispatchInstances;if(Array.isArray(t))for(var h=0;h<t.length&&!e.isPropagationStopped();h++)O(e,t[h],i[h]);else t&&O(e,t,i);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function Vn(e){if(e!==null&&(hn=qe(hn,e)),e=hn,hn=null,e){if(Ge(e,Un),hn)throw Error(u(95));if(y)throw e=k,y=!1,k=null,e}}function $n(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}function bn(e){if(!j)return!1;e="on"+e;var t=e in document;return t||(t=document.createElement("div"),t.setAttribute(e,"return;"),t=typeof t[e]=="function"),t}var mn=[];function tt(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>mn.length&&mn.push(e)}function It(e,t,i,h){if(mn.length){var x=mn.pop();return x.topLevelType=e,x.eventSystemFlags=h,x.nativeEvent=t,x.targetInst=i,x}return{topLevelType:e,eventSystemFlags:h,nativeEvent:t,targetInst:i,ancestors:[]}}function Ut(e){var t=e.targetInst,i=t;do{if(!i){e.ancestors.push(i);break}var h=i;if(h.tag===3)h=h.stateNode.containerInfo;else{for(;h.return;)h=h.return;h=h.tag!==3?null:h.stateNode.containerInfo}if(!h)break;t=i.tag,t!==5&&t!==6||e.ancestors.push(i),i=no(h)}while(i);for(i=0;i<e.ancestors.length;i++){t=e.ancestors[i];var x=$n(e.nativeEvent);h=e.topLevelType;var z=e.nativeEvent,H=e.eventSystemFlags;i===0&&(H|=64);for(var pe=null,je=0;je<F.length;je++){var Ue=F[je];Ue&&(Ue=Ue.extractEvents(h,t,z,x,H))&&(pe=qe(pe,Ue))}Vn(pe)}}function ct(e,t,i){if(!i.has(e)){switch(e){case"scroll":Ji(t,"scroll",!0);break;case"focus":case"blur":Ji(t,"focus",!0),Ji(t,"blur",!0),i.set("blur",null),i.set("focus",null);break;case"cancel":case"close":bn(e)&&Ji(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:ui.indexOf(e)===-1&&Ft(e,t)}i.set(e,null)}}var Bt,Pt,it,Yt=!1,Vt=[],Xt=null,gr=null,Qt=null,Ai=new Map,Qi=new Map,Rt=[],Tr="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),vu="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function gu(e,t){var i=Hi(t);Tr.forEach(function(h){ct(h,t,i)}),vu.forEach(function(h){ct(h,t,i)})}function Io(e,t,i,h,x){return{blockedOn:e,topLevelType:t,eventSystemFlags:i|32,nativeEvent:x,container:h}}function Ha(e,t){switch(e){case"focus":case"blur":Xt=null;break;case"dragenter":case"dragleave":gr=null;break;case"mouseover":case"mouseout":Qt=null;break;case"pointerover":case"pointerout":Ai.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Qi.delete(t.pointerId)}}function $i(e,t,i,h,x,z){return e===null||e.nativeEvent!==z?(e=Io(t,i,h,x,z),t!==null&&(t=to(t),t!==null&&Pt(t)),e):(e.eventSystemFlags|=h,e)}function yu(e,t,i,h,x){switch(t){case"focus":return Xt=$i(Xt,e,t,i,h,x),!0;case"dragenter":return gr=$i(gr,e,t,i,h,x),!0;case"mouseover":return Qt=$i(Qt,e,t,i,h,x),!0;case"pointerover":var z=x.pointerId;return Ai.set(z,$i(Ai.get(z)||null,e,t,i,h,x)),!0;case"gotpointercapture":return z=x.pointerId,Qi.set(z,$i(Qi.get(z)||null,e,t,i,h,x)),!0}return!1}function Eu(e){var t=no(e.target);if(t!==null){var i=Q(t);if(i!==null){if(t=i.tag,t===13){if(t=Y(i),t!==null){e.blockedOn=t,d.unstable_runWithPriority(e.priority,function(){it(i)});return}}else if(t===3&&i.stateNode.hydrate){e.blockedOn=i.tag===3?i.stateNode.containerInfo:null;return}}}e.blockedOn=null}function No(e){if(e.blockedOn!==null)return!1;var t=se(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(t!==null){var i=to(t);return i!==null&&Pt(i),e.blockedOn=t,!1}return!0}function la(e,t,i){No(e)&&i.delete(t)}function Qa(){for(Yt=!1;0<Vt.length;){var e=Vt[0];if(e.blockedOn!==null){e=to(e.blockedOn),e!==null&&Bt(e);break}var t=se(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);t!==null?e.blockedOn=t:Vt.shift()}Xt!==null&&No(Xt)&&(Xt=null),gr!==null&&No(gr)&&(gr=null),Qt!==null&&No(Qt)&&(Qt=null),Ai.forEach(la),Qi.forEach(la)}function Yi(e,t){e.blockedOn===t&&(e.blockedOn=null,Yt||(Yt=!0,d.unstable_scheduleCallback(d.unstable_NormalPriority,Qa)))}function Ti(e){function t(x){return Yi(x,e)}if(0<Vt.length){Yi(Vt[0],e);for(var i=1;i<Vt.length;i++){var h=Vt[i];h.blockedOn===e&&(h.blockedOn=null)}}for(Xt!==null&&Yi(Xt,e),gr!==null&&Yi(gr,e),Qt!==null&&Yi(Qt,e),Ai.forEach(t),Qi.forEach(t),i=0;i<Rt.length;i++)h=Rt[i],h.blockedOn===e&&(h.blockedOn=null);for(;0<Rt.length&&(i=Rt[0],i.blockedOn===null);)Eu(i),i.blockedOn===null&&Rt.shift()}var Di={},ca=new Map,Po=new Map,Br=["abort","abort",Zi,"animationEnd",si,"animationIteration",Oo,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Ki,"transitionEnd","waiting","waiting"];function fa(e,t){for(var i=0;i<e.length;i+=2){var h=e[i],x=e[i+1],z="on"+(x[0].toUpperCase()+x.slice(1));z={phasedRegistrationNames:{bubbled:z,captured:z+"Capture"},dependencies:[h],eventPriority:t},Po.set(h,t),ca.set(h,z),Di[x]=z}}fa("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),fa("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),fa(Br,2);for(var $a="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),pa=0;pa<$a.length;pa++)Po.set($a[pa],0);var _u=d.unstable_UserBlockingPriority,bu=d.unstable_runWithPriority,Mo=!0;function Ft(e,t){Ji(t,e,!1)}function Ji(e,t,i){var h=Po.get(t);switch(h===void 0?2:h){case 0:h=da.bind(null,t,1,e);break;case 1:h=Ya.bind(null,t,1,e);break;default:h=ee.bind(null,t,1,e)}i?e.addEventListener(t,h,!0):e.addEventListener(t,h,!1)}function da(e,t,i,h){_e||be();var x=ee,z=_e;_e=!0;try{ce(x,e,t,i,h)}finally{(_e=z)||Ae()}}function Ya(e,t,i,h){bu(_u,ee.bind(null,e,t,i,h))}function ee(e,t,i,h){if(Mo)if(0<Vt.length&&-1<Tr.indexOf(e))e=Io(null,e,t,i,h),Vt.push(e);else{var x=se(e,t,i,h);if(x===null)Ha(e,h);else if(-1<Tr.indexOf(e))e=Io(x,e,t,i,h),Vt.push(e);else if(!yu(x,e,t,i,h)){Ha(e,h),e=It(e,h,null,t);try{Oe(Ut,e)}finally{tt(e)}}}}function se(e,t,i,h){if(i=$n(h),i=no(i),i!==null){var x=Q(i);if(x===null)i=null;else{var z=x.tag;if(z===13){if(i=Y(x),i!==null)return i;i=null}else if(z===3){if(x.stateNode.hydrate)return x.tag===3?x.stateNode.containerInfo:null;i=null}else x!==i&&(i=null)}}e=It(e,h,i,t);try{Oe(Ut,e)}finally{tt(e)}return null}var ge={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Se=["Webkit","ms","Moz","O"];Object.keys(ge).forEach(function(e){Se.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ge[t]=ge[e]})});function $e(e,t,i){return t==null||typeof t=="boolean"||t===""?"":i||typeof t!="number"||t===0||ge.hasOwnProperty(e)&&ge[e]?(""+t).trim():t+"px"}function gn(e,t){e=e.style;for(var i in t)if(t.hasOwnProperty(i)){var h=i.indexOf("--")===0,x=$e(i,t[i],h);i==="float"&&(i="cssFloat"),h?e.setProperty(i,x):e[i]=x}}var On=m({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Cn(e,t){if(t){if(On[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(u(137,e,""));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(u(60));if(!(typeof t.dangerouslySetInnerHTML=="object"&&"__html"in t.dangerouslySetInnerHTML))throw Error(u(61))}if(t.style!=null&&typeof t.style!="object")throw Error(u(62,""))}}function xn(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Xn=nr.html;function An(e,t){e=e.nodeType===9||e.nodeType===11?e:e.ownerDocument;var i=Hi(e);t=v[t];for(var h=0;h<t.length;h++)ct(t[h],e,i)}function Rn(){}function En(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function rt(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Et(e,t){var i=rt(e);e=0;for(var h;i;){if(i.nodeType===3){if(h=e+i.textContent.length,e<=t&&h>=t)return{node:i,offset:t-e};e=h}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=rt(i)}}function tr(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?tr(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function rr(){for(var e=window,t=En();t instanceof e.HTMLIFrameElement;){try{var i=typeof t.contentWindow.location.href=="string"}catch{i=!1}if(i)e=t.contentWindow;else break;t=En(e.document)}return t}function Zt(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}var ir="$",li="/$",ci="$?",Hr="$!",Xi=null,Ro=null;function ha(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function ma(e,t){return e==="textarea"||e==="option"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var fi=typeof setTimeout=="function"?setTimeout:void 0,pi=typeof clearTimeout=="function"?clearTimeout:void 0;function Ci(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break}return e}function Ja(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var i=e.data;if(i===ir||i===Hr||i===ci){if(t===0)return e;t--}else i===li&&t++}e=e.previousSibling}return null}var va=Math.random().toString(36).slice(2),Qr="__reactInternalInstance$"+va,Fo="__reactEventHandlers$"+va,eo="__reactContainere$"+va;function no(e){var t=e[Qr];if(t)return t;for(var i=e.parentNode;i;){if(t=i[eo]||i[Qr]){if(i=t.alternate,t.child!==null||i!==null&&i.child!==null)for(e=Ja(e);e!==null;){if(i=e[Qr])return i;e=Ja(e)}return t}e=i,i=e.parentNode}return null}function to(e){return e=e[Qr]||e[eo],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function $r(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(u(33))}function Lo(e){return e[Fo]||null}function wr(e){do e=e.return;while(e&&e.tag!==5);return e||null}function ro(e,t){var i=e.stateNode;if(!i)return null;var h=g(i);if(!h)return null;i=h[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(h=!h.disabled)||(e=e.type,h=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!h;break e;default:e=!1}if(e)return null;if(i&&typeof i!="function")throw Error(u(231,t,typeof i));return i}function xi(e,t,i){(t=ro(e,i.dispatchConfig.phasedRegistrationNames[t]))&&(i._dispatchListeners=qe(i._dispatchListeners,t),i._dispatchInstances=qe(i._dispatchInstances,e))}function Au(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,i=[];t;)i.push(t),t=wr(t);for(t=i.length;0<t--;)xi(i[t],"captured",e);for(t=0;t<i.length;t++)xi(i[t],"bubbled",e)}}function ki(e,t,i){e&&i&&i.dispatchConfig.registrationName&&(t=ro(e,i.dispatchConfig.registrationName))&&(i._dispatchListeners=qe(i._dispatchListeners,t),i._dispatchInstances=qe(i._dispatchInstances,e))}function Xa(e){e&&e.dispatchConfig.registrationName&&ki(e._targetInst,null,e)}function di(e){Ge(e,Au)}var jr=null,Si=null,io=null;function es(){if(io)return io;var e,t=Si,i=t.length,h,x="value"in jr?jr.value:jr.textContent,z=x.length;for(e=0;e<i&&t[e]===x[e];e++);var H=i-e;for(h=1;h<=H&&t[i-h]===x[z-h];h++);return io=x.slice(e,1<h?1-h:void 0)}function Xe(){return!0}function In(){return!1}function pn(e,t,i,h){this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=i,e=this.constructor.Interface;for(var x in e)e.hasOwnProperty(x)&&((t=e[x])?this[x]=t(i):x==="target"?this.target=h:this[x]=i[x]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?Xe:In,this.isPropagationStopped=In,this}m(pn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():typeof e.returnValue!="unknown"&&(e.returnValue=!1),this.isDefaultPrevented=Xe)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():typeof e.cancelBubble!="unknown"&&(e.cancelBubble=!0),this.isPropagationStopped=Xe)},persist:function(){this.isPersistent=Xe},isPersistent:In,destructor:function(){var e=this.constructor.Interface,t;for(t in e)this[t]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=In,this._dispatchInstances=this._dispatchListeners=null}}),pn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},pn.extend=function(e){function t(){}function i(){return h.apply(this,arguments)}var h=this;t.prototype=h.prototype;var x=new t;return m(x,i.prototype),i.prototype=x,i.prototype.constructor=i,i.Interface=m({},h.Interface,e),i.extend=h.extend,_t(i),i},_t(pn);function Nn(e,t,i,h){if(this.eventPool.length){var x=this.eventPool.pop();return this.call(x,e,t,i,h),x}return new this(e,t,i,h)}function pt(e){if(!(e instanceof this))throw Error(u(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function _t(e){e.eventPool=[],e.getPooled=Nn,e.release=pt}var Dt=pn.extend({data:null}),Ct=pn.extend({data:null}),oo=[9,13,27,32],Bo=j&&"CompositionEvent"in window,ao=null;j&&"documentMode"in document&&(ao=document.documentMode);var ns=j&&"TextEvent"in window&&!ao,ts=j&&(!Bo||ao&&8<ao&&11>=ao),rs=String.fromCharCode(32),Or={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},is=!1;function wi(e,t){switch(e){case"keyup":return oo.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function pc(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var jo=!1;function gd(e,t){switch(e){case"compositionend":return pc(t);case"keypress":return t.which!==32?null:(is=!0,rs);case"textInput":return e=t.data,e===rs&&is?null:e;default:return null}}function yd(e,t){if(jo)return e==="compositionend"||!Bo&&wi(e,t)?(e=es(),io=Si=jr=null,jo=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return ts&&t.locale!=="ko"?null:t.data;default:return null}}var Ed={eventTypes:Or,extractEvents:function(e,t,i,h){var x;if(Bo)e:{switch(e){case"compositionstart":var z=Or.compositionStart;break e;case"compositionend":z=Or.compositionEnd;break e;case"compositionupdate":z=Or.compositionUpdate;break e}z=void 0}else jo?wi(e,i)&&(z=Or.compositionEnd):e==="keydown"&&i.keyCode===229&&(z=Or.compositionStart);return z?(ts&&i.locale!=="ko"&&(jo||z!==Or.compositionStart?z===Or.compositionEnd&&jo&&(x=es()):(jr=h,Si="value"in jr?jr.value:jr.textContent,jo=!0)),z=Dt.getPooled(z,t,i,h),x?z.data=x:(x=pc(i),x!==null&&(z.data=x)),di(z),x=z):x=null,(e=ns?gd(e,i):yd(e,i))?(t=Ct.getPooled(Or.beforeInput,t,i,h),t.data=e,di(t)):t=null,x===null?t:t===null?x:[x,t]}},_d={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function dc(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!_d[e.type]:t==="textarea"}var hc={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function mc(e,t,i){return e=pn.getPooled(hc.change,e,t,i),e.type="change",te(i),di(e),e}var ga=null,ya=null;function bd(e){Vn(e)}function os(e){var t=$r(e);if(ze(t))return e}function Ad(e,t){if(e==="change")return t}var Tu=!1;j&&(Tu=bn("input")&&(!document.documentMode||9<document.documentMode));function vc(){ga&&(ga.detachEvent("onpropertychange",gc),ya=ga=null)}function gc(e){if(e.propertyName==="value"&&os(ya))if(e=mc(ya,e,$n(e)),_e)Vn(e);else{_e=!0;try{de(bd,e)}finally{_e=!1,Ae()}}}function Td(e,t,i){e==="focus"?(vc(),ga=t,ya=i,ga.attachEvent("onpropertychange",gc)):e==="blur"&&vc()}function Dd(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return os(ya)}function Cd(e,t){if(e==="click")return os(t)}function xd(e,t){if(e==="input"||e==="change")return os(t)}var kd={eventTypes:hc,_isInputEventSupported:Tu,extractEvents:function(e,t,i,h){var x=t?$r(t):window,z=x.nodeName&&x.nodeName.toLowerCase();if(z==="select"||z==="input"&&x.type==="file")var H=Ad;else if(dc(x))if(Tu)H=xd;else{H=Dd;var pe=Td}else(z=x.nodeName)&&z.toLowerCase()==="input"&&(x.type==="checkbox"||x.type==="radio")&&(H=Cd);if(H&&(H=H(e,t)))return mc(H,i,h);pe&&pe(e,x,t),e==="blur"&&(e=x._wrapperState)&&e.controlled&&x.type==="number"&&Pn(x,"number",x.value)}},Ea=pn.extend({view:null,detail:null}),Sd={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function wd(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=Sd[e])?!!t[e]:!1}function Du(){return wd}var yc=0,Ec=0,_c=!1,bc=!1,_a=Ea.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Du,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=yc;return yc=e.screenX,_c?e.type==="mousemove"?e.screenX-t:0:(_c=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Ec;return Ec=e.screenY,bc?e.type==="mousemove"?e.screenY-t:0:(bc=!0,0)}}),Ac=_a.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),ba={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Od={eventTypes:ba,extractEvents:function(e,t,i,h,x){var z=e==="mouseover"||e==="pointerover",H=e==="mouseout"||e==="pointerout";if(z&&!(x&32)&&(i.relatedTarget||i.fromElement)||!H&&!z)return null;if(z=h.window===h?h:(z=h.ownerDocument)?z.defaultView||z.parentWindow:window,H){if(H=t,t=(t=i.relatedTarget||i.toElement)?no(t):null,t!==null){var pe=Q(t);(t!==pe||t.tag!==5&&t.tag!==6)&&(t=null)}}else H=null;if(H===t)return null;if(e==="mouseout"||e==="mouseover")var je=_a,Ue=ba.mouseLeave,_n=ba.mouseEnter,Dn="mouse";else(e==="pointerout"||e==="pointerover")&&(je=Ac,Ue=ba.pointerLeave,_n=ba.pointerEnter,Dn="pointer");if(e=H==null?z:$r(H),z=t==null?z:$r(t),Ue=je.getPooled(Ue,H,i,h),Ue.type=Dn+"leave",Ue.target=e,Ue.relatedTarget=z,i=je.getPooled(_n,t,i,h),i.type=Dn+"enter",i.target=z,i.relatedTarget=e,h=H,Dn=t,h&&Dn)e:{for(je=h,_n=Dn,H=0,e=je;e;e=wr(e))H++;for(e=0,t=_n;t;t=wr(t))e++;for(;0<H-e;)je=wr(je),H--;for(;0<e-H;)_n=wr(_n),e--;for(;H--;){if(je===_n||je===_n.alternate)break e;je=wr(je),_n=wr(_n)}je=null}else je=null;for(_n=je,je=[];h&&h!==_n&&(H=h.alternate,!(H!==null&&H===_n));)je.push(h),h=wr(h);for(h=[];Dn&&Dn!==_n&&(H=Dn.alternate,!(H!==null&&H===_n));)h.push(Dn),Dn=wr(Dn);for(Dn=0;Dn<je.length;Dn++)ki(je[Dn],"bubbled",Ue);for(Dn=h.length;0<Dn--;)ki(h[Dn],"captured",i);return x&64?[Ue,i]:[Ue]}};function Id(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var so=typeof Object.is=="function"?Object.is:Id,Nd=Object.prototype.hasOwnProperty;function Aa(e,t){if(so(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var i=Object.keys(e),h=Object.keys(t);if(i.length!==h.length)return!1;for(h=0;h<i.length;h++)if(!Nd.call(t,i[h])||!so(e[i[h]],t[i[h]]))return!1;return!0}var Pd=j&&"documentMode"in document&&11>=document.documentMode,Tc={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Uo=null,Cu=null,Ta=null,xu=!1;function Dc(e,t){var i=t.window===t?t.document:t.nodeType===9?t:t.ownerDocument;return xu||Uo==null||Uo!==En(i)?null:(i=Uo,"selectionStart"in i&&Zt(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),Ta&&Aa(Ta,i)?null:(Ta=i,e=pn.getPooled(Tc.select,Cu,e,t),e.type="select",e.target=Uo,di(e),e))}var Md={eventTypes:Tc,extractEvents:function(e,t,i,h,x,z){if(x=z||(h.window===h?h.document:h.nodeType===9?h:h.ownerDocument),!(z=!x)){e:{x=Hi(x),z=v.onSelect;for(var H=0;H<z.length;H++)if(!x.has(z[H])){x=!1;break e}x=!0}z=!x}if(z)return null;switch(x=t?$r(t):window,e){case"focus":(dc(x)||x.contentEditable==="true")&&(Uo=x,Cu=t,Ta=null);break;case"blur":Ta=Cu=Uo=null;break;case"mousedown":xu=!0;break;case"contextmenu":case"mouseup":case"dragend":return xu=!1,Dc(i,h);case"selectionchange":if(Pd)break;case"keydown":case"keyup":return Dc(i,h)}return null}},Rd=pn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Fd=pn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Ld=Ea.extend({relatedTarget:null});function as(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}var Bd={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},jd={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Ud=Ea.extend({key:function(e){if(e.key){var t=Bd[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=as(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?jd[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Du,charCode:function(e){return e.type==="keypress"?as(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?as(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),Vd=_a.extend({dataTransfer:null}),zd=Ea.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Du}),Wd=pn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),Gd=_a.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),Zd={eventTypes:Di,extractEvents:function(e,t,i,h){var x=ca.get(e);if(!x)return null;switch(e){case"keypress":if(as(i)===0)return null;case"keydown":case"keyup":e=Ud;break;case"blur":case"focus":e=Ld;break;case"click":if(i.button===2)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=_a;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=Vd;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=zd;break;case Zi:case si:case Oo:e=Rd;break;case Ki:e=Wd;break;case"scroll":e=Ea;break;case"wheel":e=Gd;break;case"copy":case"cut":case"paste":e=Fd;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Ac;break;default:e=pn}return t=e.getPooled(x,t,i,h),di(t),t}};if(N)throw Error(u(101));N=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),R();var Kd=to;g=Lo,D=Kd,C=$r,L({SimpleEventPlugin:Zd,EnterLeaveEventPlugin:Od,ChangeEventPlugin:kd,SelectEventPlugin:Md,BeforeInputEventPlugin:Ed});var ku=[],Vo=-1;function zt(e){0>Vo||(e.current=ku[Vo],ku[Vo]=null,Vo--)}function $t(e,t){Vo++,ku[Vo]=e.current,e.current=t}var Oi={},dr={current:Oi},Er={current:!1},uo=Oi;function zo(e,t){var i=e.type.contextTypes;if(!i)return Oi;var h=e.stateNode;if(h&&h.__reactInternalMemoizedUnmaskedChildContext===t)return h.__reactInternalMemoizedMaskedChildContext;var x={},z;for(z in i)x[z]=t[z];return h&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=x),x}function _r(e){return e=e.childContextTypes,e!=null}function ss(){zt(Er),zt(dr)}function Cc(e,t,i){if(dr.current!==Oi)throw Error(u(168));$t(dr,t),$t(Er,i)}function xc(e,t,i){var h=e.stateNode;if(e=t.childContextTypes,typeof h.getChildContext!="function")return i;h=h.getChildContext();for(var x in h)if(!(x in e))throw Error(u(108,yt(t)||"Unknown",x));return m({},i,{},h)}function us(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Oi,uo=dr.current,$t(dr,e),$t(Er,Er.current),!0}function kc(e,t,i){var h=e.stateNode;if(!h)throw Error(u(169));i?(e=xc(e,t,uo),h.__reactInternalMemoizedMergedChildContext=e,zt(Er),zt(dr),$t(dr,e)):zt(Er),$t(Er,i)}var qd=d.unstable_runWithPriority,Su=d.unstable_scheduleCallback,Sc=d.unstable_cancelCallback,wc=d.unstable_requestPaint,wu=d.unstable_now,Hd=d.unstable_getCurrentPriorityLevel,ls=d.unstable_ImmediatePriority,Oc=d.unstable_UserBlockingPriority,Ic=d.unstable_NormalPriority,Nc=d.unstable_LowPriority,Pc=d.unstable_IdlePriority,Mc={},Qd=d.unstable_shouldYield,$d=wc!==void 0?wc:function(){},hi=null,cs=null,Ou=!1,Rc=wu(),Ir=1e4>Rc?wu:function(){return wu()-Rc};function fs(){switch(Hd()){case ls:return 99;case Oc:return 98;case Ic:return 97;case Nc:return 96;case Pc:return 95;default:throw Error(u(332))}}function Fc(e){switch(e){case 99:return ls;case 98:return Oc;case 97:return Ic;case 96:return Nc;case 95:return Pc;default:throw Error(u(332))}}function Ii(e,t){return e=Fc(e),qd(e,t)}function Lc(e,t,i){return e=Fc(e),Su(e,t,i)}function Bc(e){return hi===null?(hi=[e],cs=Su(ls,jc)):hi.push(e),Mc}function Yr(){if(cs!==null){var e=cs;cs=null,Sc(e)}jc()}function jc(){if(!Ou&&hi!==null){Ou=!0;var e=0;try{var t=hi;Ii(99,function(){for(;e<t.length;e++){var i=t[e];do i=i(!0);while(i!==null)}}),hi=null}catch(i){throw hi!==null&&(hi=hi.slice(e+1)),Su(ls,Yr),i}finally{Ou=!1}}}function ps(e,t,i){return i/=10,1073741821-(((1073741821-e+t/10)/i|0)+1)*i}function Ur(e,t){if(e&&e.defaultProps){t=m({},t),e=e.defaultProps;for(var i in e)t[i]===void 0&&(t[i]=e[i])}return t}var ds={current:null},hs=null,Wo=null,ms=null;function Iu(){ms=Wo=hs=null}function Nu(e){var t=ds.current;zt(ds),e.type._context._currentValue=t}function Uc(e,t){for(;e!==null;){var i=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,i!==null&&i.childExpirationTime<t&&(i.childExpirationTime=t);else if(i!==null&&i.childExpirationTime<t)i.childExpirationTime=t;else break;e=e.return}}function Go(e,t){hs=e,ms=Wo=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.expirationTime>=t&&(Xr=!0),e.firstContext=null)}function Nr(e,t){if(ms!==e&&t!==!1&&t!==0)if((typeof t!="number"||t===1073741823)&&(ms=e,t=1073741823),t={context:e,observedBits:t,next:null},Wo===null){if(hs===null)throw Error(u(308));Wo=t,hs.dependencies={expirationTime:0,firstContext:t,responders:null}}else Wo=Wo.next=t;return e._currentValue}var Ni=!1;function Pu(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function Mu(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function Pi(e,t){return e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null},e.next=e}function Mi(e,t){if(e=e.updateQueue,e!==null){e=e.shared;var i=e.pending;i===null?t.next=t:(t.next=i.next,i.next=t),e.pending=t}}function Vc(e,t){var i=e.alternate;i!==null&&Mu(i,e),e=e.updateQueue,i=e.baseQueue,i===null?(e.baseQueue=t.next=t,t.next=t):(t.next=i.next,i.next=t)}function Da(e,t,i,h){var x=e.updateQueue;Ni=!1;var z=x.baseQueue,H=x.shared.pending;if(H!==null){if(z!==null){var pe=z.next;z.next=H.next,H.next=pe}z=H,x.shared.pending=null,pe=e.alternate,pe!==null&&(pe=pe.updateQueue,pe!==null&&(pe.baseQueue=H))}if(z!==null){pe=z.next;var je=x.baseState,Ue=0,_n=null,Dn=null,vt=null;if(pe!==null){var St=pe;do{if(H=St.expirationTime,H<h){var Mr={expirationTime:St.expirationTime,suspenseConfig:St.suspenseConfig,tag:St.tag,payload:St.payload,callback:St.callback,next:null};vt===null?(Dn=vt=Mr,_n=je):vt=vt.next=Mr,H>Ue&&(Ue=H)}else{vt!==null&&(vt=vt.next={expirationTime:1073741823,suspenseConfig:St.suspenseConfig,tag:St.tag,payload:St.payload,callback:St.callback,next:null}),Bf(H,St.suspenseConfig);e:{var lr=e,Ne=St;switch(H=t,Mr=i,Ne.tag){case 1:if(lr=Ne.payload,typeof lr=="function"){je=lr.call(Mr,je,H);break e}je=lr;break e;case 3:lr.effectTag=lr.effectTag&-4097|64;case 0:if(lr=Ne.payload,H=typeof lr=="function"?lr.call(Mr,je,H):lr,H==null)break e;je=m({},je,H);break e;case 2:Ni=!0}}St.callback!==null&&(e.effectTag|=32,H=x.effects,H===null?x.effects=[St]:H.push(St))}if(St=St.next,St===null||St===pe){if(H=x.shared.pending,H===null)break;St=z.next=H.next,H.next=pe,x.baseQueue=z=H,x.shared.pending=null}}while(1)}vt===null?_n=je:vt.next=Dn,x.baseState=_n,x.baseQueue=vt,zs(Ue),e.expirationTime=Ue,e.memoizedState=je}}function zc(e,t,i){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var h=e[t],x=h.callback;if(x!==null){if(h.callback=null,h=x,x=i,typeof h!="function")throw Error(u(191,h));h.call(x)}}}var Ca=Te.ReactCurrentBatchConfig,Wc=new b.Component().refs;function vs(e,t,i,h){t=e.memoizedState,i=i(h,t),i=i==null?t:m({},t,i),e.memoizedState=i,e.expirationTime===0&&(e.updateQueue.baseState=i)}var gs={isMounted:function(e){return(e=e._reactInternalFiber)?Q(e)===e:!1},enqueueSetState:function(e,t,i){e=e._reactInternalFiber;var h=ni(),x=Ca.suspense;h=mo(h,e,x),x=Pi(h,x),x.payload=t,i!=null&&(x.callback=i),Mi(e,x),Bi(e,h)},enqueueReplaceState:function(e,t,i){e=e._reactInternalFiber;var h=ni(),x=Ca.suspense;h=mo(h,e,x),x=Pi(h,x),x.tag=1,x.payload=t,i!=null&&(x.callback=i),Mi(e,x),Bi(e,h)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var i=ni(),h=Ca.suspense;i=mo(i,e,h),h=Pi(i,h),h.tag=2,t!=null&&(h.callback=t),Mi(e,h),Bi(e,i)}};function Gc(e,t,i,h,x,z,H){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(h,z,H):t.prototype&&t.prototype.isPureReactComponent?!Aa(i,h)||!Aa(x,z):!0}function Zc(e,t,i){var h=!1,x=Oi,z=t.contextType;return typeof z=="object"&&z!==null?z=Nr(z):(x=_r(t)?uo:dr.current,h=t.contextTypes,z=(h=h!=null)?zo(e,x):Oi),t=new t(i,z),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=gs,e.stateNode=t,t._reactInternalFiber=e,h&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=x,e.__reactInternalMemoizedMaskedChildContext=z),t}function Kc(e,t,i,h){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(i,h),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(i,h),t.state!==e&&gs.enqueueReplaceState(t,t.state,null)}function Ru(e,t,i,h){var x=e.stateNode;x.props=i,x.state=e.memoizedState,x.refs=Wc,Pu(e);var z=t.contextType;typeof z=="object"&&z!==null?x.context=Nr(z):(z=_r(t)?uo:dr.current,x.context=zo(e,z)),Da(e,i,x,h),x.state=e.memoizedState,z=t.getDerivedStateFromProps,typeof z=="function"&&(vs(e,t,z,i),x.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof x.getSnapshotBeforeUpdate=="function"||typeof x.UNSAFE_componentWillMount!="function"&&typeof x.componentWillMount!="function"||(t=x.state,typeof x.componentWillMount=="function"&&x.componentWillMount(),typeof x.UNSAFE_componentWillMount=="function"&&x.UNSAFE_componentWillMount(),t!==x.state&&gs.enqueueReplaceState(x,x.state,null),Da(e,i,x,h),x.state=e.memoizedState),typeof x.componentDidMount=="function"&&(e.effectTag|=4)}var ys=Array.isArray;function xa(e,t,i){if(e=i.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(i._owner){if(i=i._owner,i){if(i.tag!==1)throw Error(u(309));var h=i.stateNode}if(!h)throw Error(u(147,e));var x=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===x?t.ref:(t=function(z){var H=h.refs;H===Wc&&(H=h.refs={}),z===null?delete H[x]:H[x]=z},t._stringRef=x,t)}if(typeof e!="string")throw Error(u(284));if(!i._owner)throw Error(u(290,e))}return e}function Es(e,t){if(e.type!=="textarea")throw Error(u(31,Object.prototype.toString.call(t)==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function qc(e){function t(Ne,we){if(e){var We=Ne.lastEffect;We!==null?(We.nextEffect=we,Ne.lastEffect=we):Ne.firstEffect=Ne.lastEffect=we,we.nextEffect=null,we.effectTag=8}}function i(Ne,we){if(!e)return null;for(;we!==null;)t(Ne,we),we=we.sibling;return null}function h(Ne,we){for(Ne=new Map;we!==null;)we.key!==null?Ne.set(we.key,we):Ne.set(we.index,we),we=we.sibling;return Ne}function x(Ne,we){return Ne=Eo(Ne,we),Ne.index=0,Ne.sibling=null,Ne}function z(Ne,we,We){return Ne.index=We,e?(We=Ne.alternate,We!==null?(We=We.index,We<we?(Ne.effectTag=2,we):We):(Ne.effectTag=2,we)):we}function H(Ne){return e&&Ne.alternate===null&&(Ne.effectTag=2),Ne}function pe(Ne,we,We,an){return we===null||we.tag!==6?(we=vl(We,Ne.mode,an),we.return=Ne,we):(we=x(we,We),we.return=Ne,we)}function je(Ne,we,We,an){return we!==null&&we.elementType===We.type?(an=x(we,We.props),an.ref=xa(Ne,we,We),an.return=Ne,an):(an=Ws(We.type,We.key,We.props,null,Ne.mode,an),an.ref=xa(Ne,we,We),an.return=Ne,an)}function Ue(Ne,we,We,an){return we===null||we.tag!==4||we.stateNode.containerInfo!==We.containerInfo||we.stateNode.implementation!==We.implementation?(we=gl(We,Ne.mode,an),we.return=Ne,we):(we=x(we,We.children||[]),we.return=Ne,we)}function _n(Ne,we,We,an,vn){return we===null||we.tag!==7?(we=ji(We,Ne.mode,an,vn),we.return=Ne,we):(we=x(we,We),we.return=Ne,we)}function Dn(Ne,we,We){if(typeof we=="string"||typeof we=="number")return we=vl(""+we,Ne.mode,We),we.return=Ne,we;if(typeof we=="object"&&we!==null){switch(we.$$typeof){case Re:return We=Ws(we.type,we.key,we.props,null,Ne.mode,We),We.ref=xa(Ne,null,we),We.return=Ne,We;case Ve:return we=gl(we,Ne.mode,We),we.return=Ne,we}if(ys(we)||xt(we))return we=ji(we,Ne.mode,We,null),we.return=Ne,we;Es(Ne,we)}return null}function vt(Ne,we,We,an){var vn=we!==null?we.key:null;if(typeof We=="string"||typeof We=="number")return vn!==null?null:pe(Ne,we,""+We,an);if(typeof We=="object"&&We!==null){switch(We.$$typeof){case Re:return We.key===vn?We.type===Be?_n(Ne,we,We.props.children,an,vn):je(Ne,we,We,an):null;case Ve:return We.key===vn?Ue(Ne,we,We,an):null}if(ys(We)||xt(We))return vn!==null?null:_n(Ne,we,We,an,null);Es(Ne,We)}return null}function St(Ne,we,We,an,vn){if(typeof an=="string"||typeof an=="number")return Ne=Ne.get(We)||null,pe(we,Ne,""+an,vn);if(typeof an=="object"&&an!==null){switch(an.$$typeof){case Re:return Ne=Ne.get(an.key===null?We:an.key)||null,an.type===Be?_n(we,Ne,an.props.children,vn,an.key):je(we,Ne,an,vn);case Ve:return Ne=Ne.get(an.key===null?We:an.key)||null,Ue(we,Ne,an,vn)}if(ys(an)||xt(an))return Ne=Ne.get(We)||null,_n(we,Ne,an,vn,null);Es(we,an)}return null}function Mr(Ne,we,We,an){for(var vn=null,kn=null,Zn=we,bt=we=0,Gt=null;Zn!==null&&bt<We.length;bt++){Zn.index>bt?(Gt=Zn,Zn=null):Gt=Zn.sibling;var ut=vt(Ne,Zn,We[bt],an);if(ut===null){Zn===null&&(Zn=Gt);break}e&&Zn&&ut.alternate===null&&t(Ne,Zn),we=z(ut,we,bt),kn===null?vn=ut:kn.sibling=ut,kn=ut,Zn=Gt}if(bt===We.length)return i(Ne,Zn),vn;if(Zn===null){for(;bt<We.length;bt++)Zn=Dn(Ne,We[bt],an),Zn!==null&&(we=z(Zn,we,bt),kn===null?vn=Zn:kn.sibling=Zn,kn=Zn);return vn}for(Zn=h(Ne,Zn);bt<We.length;bt++)Gt=St(Zn,Ne,bt,We[bt],an),Gt!==null&&(e&&Gt.alternate!==null&&Zn.delete(Gt.key===null?bt:Gt.key),we=z(Gt,we,bt),kn===null?vn=Gt:kn.sibling=Gt,kn=Gt);return e&&Zn.forEach(function(Ui){return t(Ne,Ui)}),vn}function lr(Ne,we,We,an){var vn=xt(We);if(typeof vn!="function")throw Error(u(150));if(We=vn.call(We),We==null)throw Error(u(151));for(var kn=vn=null,Zn=we,bt=we=0,Gt=null,ut=We.next();Zn!==null&&!ut.done;bt++,ut=We.next()){Zn.index>bt?(Gt=Zn,Zn=null):Gt=Zn.sibling;var Ui=vt(Ne,Zn,ut.value,an);if(Ui===null){Zn===null&&(Zn=Gt);break}e&&Zn&&Ui.alternate===null&&t(Ne,Zn),we=z(Ui,we,bt),kn===null?vn=Ui:kn.sibling=Ui,kn=Ui,Zn=Gt}if(ut.done)return i(Ne,Zn),vn;if(Zn===null){for(;!ut.done;bt++,ut=We.next())ut=Dn(Ne,ut.value,an),ut!==null&&(we=z(ut,we,bt),kn===null?vn=ut:kn.sibling=ut,kn=ut);return vn}for(Zn=h(Ne,Zn);!ut.done;bt++,ut=We.next())ut=St(Zn,Ne,bt,ut.value,an),ut!==null&&(e&&ut.alternate!==null&&Zn.delete(ut.key===null?bt:ut.key),we=z(ut,we,bt),kn===null?vn=ut:kn.sibling=ut,kn=ut);return e&&Zn.forEach(function(Dh){return t(Ne,Dh)}),vn}return function(Ne,we,We,an){var vn=typeof We=="object"&&We!==null&&We.type===Be&&We.key===null;vn&&(We=We.props.children);var kn=typeof We=="object"&&We!==null;if(kn)switch(We.$$typeof){case Re:e:{for(kn=We.key,vn=we;vn!==null;){if(vn.key===kn){switch(vn.tag){case 7:if(We.type===Be){i(Ne,vn.sibling),we=x(vn,We.props.children),we.return=Ne,Ne=we;break e}break;default:if(vn.elementType===We.type){i(Ne,vn.sibling),we=x(vn,We.props),we.ref=xa(Ne,vn,We),we.return=Ne,Ne=we;break e}}i(Ne,vn);break}else t(Ne,vn);vn=vn.sibling}We.type===Be?(we=ji(We.props.children,Ne.mode,an,We.key),we.return=Ne,Ne=we):(an=Ws(We.type,We.key,We.props,null,Ne.mode,an),an.ref=xa(Ne,we,We),an.return=Ne,Ne=an)}return H(Ne);case Ve:e:{for(vn=We.key;we!==null;){if(we.key===vn)if(we.tag===4&&we.stateNode.containerInfo===We.containerInfo&&we.stateNode.implementation===We.implementation){i(Ne,we.sibling),we=x(we,We.children||[]),we.return=Ne,Ne=we;break e}else{i(Ne,we);break}else t(Ne,we);we=we.sibling}we=gl(We,Ne.mode,an),we.return=Ne,Ne=we}return H(Ne)}if(typeof We=="string"||typeof We=="number")return We=""+We,we!==null&&we.tag===6?(i(Ne,we.sibling),we=x(we,We),we.return=Ne,Ne=we):(i(Ne,we),we=vl(We,Ne.mode,an),we.return=Ne,Ne=we),H(Ne);if(ys(We))return Mr(Ne,we,We,an);if(xt(We))return lr(Ne,we,We,an);if(kn&&Es(Ne,We),typeof We>"u"&&!vn)switch(Ne.tag){case 1:case 0:throw Ne=Ne.type,Error(u(152,Ne.displayName||Ne.name||"Component"))}return i(Ne,we)}}var Zo=qc(!0),Fu=qc(!1),ka={},Jr={current:ka},Sa={current:ka},wa={current:ka};function lo(e){if(e===ka)throw Error(u(174));return e}function Lu(e,t){switch($t(wa,t),$t(Sa,e),$t(Jr,ka),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Gr(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Gr(t,e)}zt(Jr),$t(Jr,t)}function Ko(){zt(Jr),zt(Sa),zt(wa)}function Hc(e){lo(wa.current);var t=lo(Jr.current),i=Gr(t,e.type);t!==i&&($t(Sa,e),$t(Jr,i))}function Bu(e){Sa.current===e&&(zt(Jr),zt(Sa))}var Kt={current:0};function _s(e){for(var t=e;t!==null;){if(t.tag===13){var i=t.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||i.data===ci||i.data===Hr))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.effectTag&64)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function ju(e,t){return{responder:e,props:t}}var bs=Te.ReactCurrentDispatcher,Pr=Te.ReactCurrentBatchConfig,Ri=0,er=null,hr=null,mr=null,As=!1;function Dr(){throw Error(u(321))}function Uu(e,t){if(t===null)return!1;for(var i=0;i<t.length&&i<e.length;i++)if(!so(e[i],t[i]))return!1;return!0}function Vu(e,t,i,h,x,z){if(Ri=z,er=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,bs.current=e===null||e.memoizedState===null?Yd:Jd,e=i(h,x),t.expirationTime===Ri){z=0;do{if(t.expirationTime=0,!(25>z))throw Error(u(301));z+=1,mr=hr=null,t.updateQueue=null,bs.current=Xd,e=i(h,x)}while(t.expirationTime===Ri)}if(bs.current=ks,t=hr!==null&&hr.next!==null,Ri=0,mr=hr=er=null,As=!1,t)throw Error(u(300));return e}function qo(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return mr===null?er.memoizedState=mr=e:mr=mr.next=e,mr}function Ho(){if(hr===null){var e=er.alternate;e=e!==null?e.memoizedState:null}else e=hr.next;var t=mr===null?er.memoizedState:mr.next;if(t!==null)mr=t,hr=e;else{if(e===null)throw Error(u(310));hr=e,e={memoizedState:hr.memoizedState,baseState:hr.baseState,baseQueue:hr.baseQueue,queue:hr.queue,next:null},mr===null?er.memoizedState=mr=e:mr=mr.next=e}return mr}function co(e,t){return typeof t=="function"?t(e):t}function Ts(e){var t=Ho(),i=t.queue;if(i===null)throw Error(u(311));i.lastRenderedReducer=e;var h=hr,x=h.baseQueue,z=i.pending;if(z!==null){if(x!==null){var H=x.next;x.next=z.next,z.next=H}h.baseQueue=x=z,i.pending=null}if(x!==null){x=x.next,h=h.baseState;var pe=H=z=null,je=x;do{var Ue=je.expirationTime;if(Ue<Ri){var _n={expirationTime:je.expirationTime,suspenseConfig:je.suspenseConfig,action:je.action,eagerReducer:je.eagerReducer,eagerState:je.eagerState,next:null};pe===null?(H=pe=_n,z=h):pe=pe.next=_n,Ue>er.expirationTime&&(er.expirationTime=Ue,zs(Ue))}else pe!==null&&(pe=pe.next={expirationTime:1073741823,suspenseConfig:je.suspenseConfig,action:je.action,eagerReducer:je.eagerReducer,eagerState:je.eagerState,next:null}),Bf(Ue,je.suspenseConfig),h=je.eagerReducer===e?je.eagerState:e(h,je.action);je=je.next}while(je!==null&&je!==x);pe===null?z=h:pe.next=H,so(h,t.memoizedState)||(Xr=!0),t.memoizedState=h,t.baseState=z,t.baseQueue=pe,i.lastRenderedState=h}return[t.memoizedState,i.dispatch]}function Ds(e){var t=Ho(),i=t.queue;if(i===null)throw Error(u(311));i.lastRenderedReducer=e;var h=i.dispatch,x=i.pending,z=t.memoizedState;if(x!==null){i.pending=null;var H=x=x.next;do z=e(z,H.action),H=H.next;while(H!==x);so(z,t.memoizedState)||(Xr=!0),t.memoizedState=z,t.baseQueue===null&&(t.baseState=z),i.lastRenderedState=z}return[z,h]}function zu(e){var t=qo();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e=t.queue={pending:null,dispatch:null,lastRenderedReducer:co,lastRenderedState:e},e=e.dispatch=tf.bind(null,er,e),[t.memoizedState,e]}function Wu(e,t,i,h){return e={tag:e,create:t,destroy:i,deps:h,next:null},t=er.updateQueue,t===null?(t={lastEffect:null},er.updateQueue=t,t.lastEffect=e.next=e):(i=t.lastEffect,i===null?t.lastEffect=e.next=e:(h=i.next,i.next=e,e.next=h,t.lastEffect=e)),e}function Qc(){return Ho().memoizedState}function Gu(e,t,i,h){var x=qo();er.effectTag|=e,x.memoizedState=Wu(1|t,i,void 0,h===void 0?null:h)}function Zu(e,t,i,h){var x=Ho();h=h===void 0?null:h;var z=void 0;if(hr!==null){var H=hr.memoizedState;if(z=H.destroy,h!==null&&Uu(h,H.deps)){Wu(t,i,z,h);return}}er.effectTag|=e,x.memoizedState=Wu(1|t,i,z,h)}function $c(e,t){return Gu(516,4,e,t)}function Cs(e,t){return Zu(516,4,e,t)}function Yc(e,t){return Zu(4,2,e,t)}function Jc(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function Xc(e,t,i){return i=i!=null?i.concat([e]):null,Zu(4,2,Jc.bind(null,t,e),i)}function Ku(){}function ef(e,t){return qo().memoizedState=[e,t===void 0?null:t],e}function xs(e,t){var i=Ho();t=t===void 0?null:t;var h=i.memoizedState;return h!==null&&t!==null&&Uu(t,h[1])?h[0]:(i.memoizedState=[e,t],e)}function nf(e,t){var i=Ho();t=t===void 0?null:t;var h=i.memoizedState;return h!==null&&t!==null&&Uu(t,h[1])?h[0]:(e=e(),i.memoizedState=[e,t],e)}function qu(e,t,i){var h=fs();Ii(98>h?98:h,function(){e(!0)}),Ii(97<h?97:h,function(){var x=Pr.suspense;Pr.suspense=t===void 0?null:t;try{e(!1),i()}finally{Pr.suspense=x}})}function tf(e,t,i){var h=ni(),x=Ca.suspense;h=mo(h,e,x),x={expirationTime:h,suspenseConfig:x,action:i,eagerReducer:null,eagerState:null,next:null};var z=t.pending;if(z===null?x.next=x:(x.next=z.next,z.next=x),t.pending=x,z=e.alternate,e===er||z!==null&&z===er)As=!0,x.expirationTime=Ri,er.expirationTime=Ri;else{if(e.expirationTime===0&&(z===null||z.expirationTime===0)&&(z=t.lastRenderedReducer,z!==null))try{var H=t.lastRenderedState,pe=z(H,i);if(x.eagerReducer=z,x.eagerState=pe,so(pe,H))return}catch{}finally{}Bi(e,h)}}var ks={readContext:Nr,useCallback:Dr,useContext:Dr,useEffect:Dr,useImperativeHandle:Dr,useLayoutEffect:Dr,useMemo:Dr,useReducer:Dr,useRef:Dr,useState:Dr,useDebugValue:Dr,useResponder:Dr,useDeferredValue:Dr,useTransition:Dr},Yd={readContext:Nr,useCallback:ef,useContext:Nr,useEffect:$c,useImperativeHandle:function(e,t,i){return i=i!=null?i.concat([e]):null,Gu(4,2,Jc.bind(null,t,e),i)},useLayoutEffect:function(e,t){return Gu(4,2,e,t)},useMemo:function(e,t){var i=qo();return t=t===void 0?null:t,e=e(),i.memoizedState=[e,t],e},useReducer:function(e,t,i){var h=qo();return t=i!==void 0?i(t):t,h.memoizedState=h.baseState=t,e=h.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},e=e.dispatch=tf.bind(null,er,e),[h.memoizedState,e]},useRef:function(e){var t=qo();return e={current:e},t.memoizedState=e},useState:zu,useDebugValue:Ku,useResponder:ju,useDeferredValue:function(e,t){var i=zu(e),h=i[0],x=i[1];return $c(function(){var z=Pr.suspense;Pr.suspense=t===void 0?null:t;try{x(e)}finally{Pr.suspense=z}},[e,t]),h},useTransition:function(e){var t=zu(!1),i=t[0];return t=t[1],[ef(qu.bind(null,t,e),[t,e]),i]}},Jd={readContext:Nr,useCallback:xs,useContext:Nr,useEffect:Cs,useImperativeHandle:Xc,useLayoutEffect:Yc,useMemo:nf,useReducer:Ts,useRef:Qc,useState:function(){return Ts(co)},useDebugValue:Ku,useResponder:ju,useDeferredValue:function(e,t){var i=Ts(co),h=i[0],x=i[1];return Cs(function(){var z=Pr.suspense;Pr.suspense=t===void 0?null:t;try{x(e)}finally{Pr.suspense=z}},[e,t]),h},useTransition:function(e){var t=Ts(co),i=t[0];return t=t[1],[xs(qu.bind(null,t,e),[t,e]),i]}},Xd={readContext:Nr,useCallback:xs,useContext:Nr,useEffect:Cs,useImperativeHandle:Xc,useLayoutEffect:Yc,useMemo:nf,useReducer:Ds,useRef:Qc,useState:function(){return Ds(co)},useDebugValue:Ku,useResponder:ju,useDeferredValue:function(e,t){var i=Ds(co),h=i[0],x=i[1];return Cs(function(){var z=Pr.suspense;Pr.suspense=t===void 0?null:t;try{x(e)}finally{Pr.suspense=z}},[e,t]),h},useTransition:function(e){var t=Ds(co),i=t[0];return t=t[1],[xs(qu.bind(null,t,e),[t,e]),i]}},mi=null,Fi=null,fo=!1;function rf(e,t){var i=ti(5,null,null,0);i.elementType="DELETED",i.type="DELETED",i.stateNode=t,i.return=e,i.effectTag=8,e.lastEffect!==null?(e.lastEffect.nextEffect=i,e.lastEffect=i):e.firstEffect=e.lastEffect=i}function of(e,t){switch(e.tag){case 5:var i=e.type;return t=t.nodeType!==1||i.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,!0):!1;case 13:return!1;default:return!1}}function Hu(e){if(fo){var t=Fi;if(t){var i=t;if(!of(e,t)){if(t=Ci(i.nextSibling),!t||!of(e,t)){e.effectTag=e.effectTag&-1025|2,fo=!1,mi=e;return}rf(mi,i)}mi=e,Fi=Ci(t.firstChild)}else e.effectTag=e.effectTag&-1025|2,fo=!1,mi=e}}function af(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;mi=e}function Ss(e){if(e!==mi)return!1;if(!fo)return af(e),fo=!0,!1;var t=e.type;if(e.tag!==5||t!=="head"&&t!=="body"&&!ma(t,e.memoizedProps))for(t=Fi;t;)rf(e,t),t=Ci(t.nextSibling);if(af(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(u(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var i=e.data;if(i===li){if(t===0){Fi=Ci(e.nextSibling);break e}t--}else i!==ir&&i!==Hr&&i!==ci||t++}e=e.nextSibling}Fi=null}}else Fi=mi?Ci(e.stateNode.nextSibling):null;return!0}function Qu(){Fi=mi=null,fo=!1}var eh=Te.ReactCurrentOwner,Xr=!1;function Cr(e,t,i,h){t.child=e===null?Fu(t,null,i,h):Zo(t,e.child,i,h)}function sf(e,t,i,h,x){i=i.render;var z=t.ref;return Go(t,x),h=Vu(e,t,i,h,z,x),e!==null&&!Xr?(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=x&&(e.expirationTime=0),vi(e,t,x)):(t.effectTag|=1,Cr(e,t,h,x),t.child)}function uf(e,t,i,h,x,z){if(e===null){var H=i.type;return typeof H=="function"&&!ml(H)&&H.defaultProps===void 0&&i.compare===null&&i.defaultProps===void 0?(t.tag=15,t.type=H,lf(e,t,H,h,x,z)):(e=Ws(i.type,null,h,null,t.mode,z),e.ref=t.ref,e.return=t,t.child=e)}return H=e.child,x<z&&(x=H.memoizedProps,i=i.compare,i=i!==null?i:Aa,i(x,h)&&e.ref===t.ref)?vi(e,t,z):(t.effectTag|=1,e=Eo(H,h),e.ref=t.ref,e.return=t,t.child=e)}function lf(e,t,i,h,x,z){return e!==null&&Aa(e.memoizedProps,h)&&e.ref===t.ref&&(Xr=!1,x<z)?(t.expirationTime=e.expirationTime,vi(e,t,z)):$u(e,t,i,h,z)}function cf(e,t){var i=t.ref;(e===null&&i!==null||e!==null&&e.ref!==i)&&(t.effectTag|=128)}function $u(e,t,i,h,x){var z=_r(i)?uo:dr.current;return z=zo(t,z),Go(t,x),i=Vu(e,t,i,h,z,x),e!==null&&!Xr?(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=x&&(e.expirationTime=0),vi(e,t,x)):(t.effectTag|=1,Cr(e,t,i,x),t.child)}function ff(e,t,i,h,x){if(_r(i)){var z=!0;us(t)}else z=!1;if(Go(t,x),t.stateNode===null)e!==null&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Zc(t,i,h),Ru(t,i,h,x),h=!0;else if(e===null){var H=t.stateNode,pe=t.memoizedProps;H.props=pe;var je=H.context,Ue=i.contextType;typeof Ue=="object"&&Ue!==null?Ue=Nr(Ue):(Ue=_r(i)?uo:dr.current,Ue=zo(t,Ue));var _n=i.getDerivedStateFromProps,Dn=typeof _n=="function"||typeof H.getSnapshotBeforeUpdate=="function";Dn||typeof H.UNSAFE_componentWillReceiveProps!="function"&&typeof H.componentWillReceiveProps!="function"||(pe!==h||je!==Ue)&&Kc(t,H,h,Ue),Ni=!1;var vt=t.memoizedState;H.state=vt,Da(t,h,H,x),je=t.memoizedState,pe!==h||vt!==je||Er.current||Ni?(typeof _n=="function"&&(vs(t,i,_n,h),je=t.memoizedState),(pe=Ni||Gc(t,i,pe,h,vt,je,Ue))?(Dn||typeof H.UNSAFE_componentWillMount!="function"&&typeof H.componentWillMount!="function"||(typeof H.componentWillMount=="function"&&H.componentWillMount(),typeof H.UNSAFE_componentWillMount=="function"&&H.UNSAFE_componentWillMount()),typeof H.componentDidMount=="function"&&(t.effectTag|=4)):(typeof H.componentDidMount=="function"&&(t.effectTag|=4),t.memoizedProps=h,t.memoizedState=je),H.props=h,H.state=je,H.context=Ue,h=pe):(typeof H.componentDidMount=="function"&&(t.effectTag|=4),h=!1)}else H=t.stateNode,Mu(e,t),pe=t.memoizedProps,H.props=t.type===t.elementType?pe:Ur(t.type,pe),je=H.context,Ue=i.contextType,typeof Ue=="object"&&Ue!==null?Ue=Nr(Ue):(Ue=_r(i)?uo:dr.current,Ue=zo(t,Ue)),_n=i.getDerivedStateFromProps,(Dn=typeof _n=="function"||typeof H.getSnapshotBeforeUpdate=="function")||typeof H.UNSAFE_componentWillReceiveProps!="function"&&typeof H.componentWillReceiveProps!="function"||(pe!==h||je!==Ue)&&Kc(t,H,h,Ue),Ni=!1,je=t.memoizedState,H.state=je,Da(t,h,H,x),vt=t.memoizedState,pe!==h||je!==vt||Er.current||Ni?(typeof _n=="function"&&(vs(t,i,_n,h),vt=t.memoizedState),(_n=Ni||Gc(t,i,pe,h,je,vt,Ue))?(Dn||typeof H.UNSAFE_componentWillUpdate!="function"&&typeof H.componentWillUpdate!="function"||(typeof H.componentWillUpdate=="function"&&H.componentWillUpdate(h,vt,Ue),typeof H.UNSAFE_componentWillUpdate=="function"&&H.UNSAFE_componentWillUpdate(h,vt,Ue)),typeof H.componentDidUpdate=="function"&&(t.effectTag|=4),typeof H.getSnapshotBeforeUpdate=="function"&&(t.effectTag|=256)):(typeof H.componentDidUpdate!="function"||pe===e.memoizedProps&&je===e.memoizedState||(t.effectTag|=4),typeof H.getSnapshotBeforeUpdate!="function"||pe===e.memoizedProps&&je===e.memoizedState||(t.effectTag|=256),t.memoizedProps=h,t.memoizedState=vt),H.props=h,H.state=vt,H.context=Ue,h=_n):(typeof H.componentDidUpdate!="function"||pe===e.memoizedProps&&je===e.memoizedState||(t.effectTag|=4),typeof H.getSnapshotBeforeUpdate!="function"||pe===e.memoizedProps&&je===e.memoizedState||(t.effectTag|=256),h=!1);return Yu(e,t,i,h,z,x)}function Yu(e,t,i,h,x,z){cf(e,t);var H=(t.effectTag&64)!==0;if(!h&&!H)return x&&kc(t,i,!1),vi(e,t,z);h=t.stateNode,eh.current=t;var pe=H&&typeof i.getDerivedStateFromError!="function"?null:h.render();return t.effectTag|=1,e!==null&&H?(t.child=Zo(t,e.child,null,z),t.child=Zo(t,null,pe,z)):Cr(e,t,pe,z),t.memoizedState=h.state,x&&kc(t,i,!0),t.child}function pf(e){var t=e.stateNode;t.pendingContext?Cc(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Cc(e,t.context,!1),Lu(e,t.containerInfo)}var Ju={dehydrated:null,retryTime:0};function df(e,t,i){var h=t.mode,x=t.pendingProps,z=Kt.current,H=!1,pe;if((pe=(t.effectTag&64)!==0)||(pe=(z&2)!==0&&(e===null||e.memoizedState!==null)),pe?(H=!0,t.effectTag&=-65):e!==null&&e.memoizedState===null||x.fallback===void 0||x.unstable_avoidThisFallback===!0||(z|=1),$t(Kt,z&1),e===null){if(x.fallback!==void 0&&Hu(t),H){if(H=x.fallback,x=ji(null,h,0,null),x.return=t,!(t.mode&2))for(e=t.memoizedState!==null?t.child.child:t.child,x.child=e;e!==null;)e.return=x,e=e.sibling;return i=ji(H,h,i,null),i.return=t,x.sibling=i,t.memoizedState=Ju,t.child=x,i}return h=x.children,t.memoizedState=null,t.child=Fu(t,null,h,i)}if(e.memoizedState!==null){if(e=e.child,h=e.sibling,H){if(x=x.fallback,i=Eo(e,e.pendingProps),i.return=t,!(t.mode&2)&&(H=t.memoizedState!==null?t.child.child:t.child,H!==e.child))for(i.child=H;H!==null;)H.return=i,H=H.sibling;return h=Eo(h,x),h.return=t,i.sibling=h,i.childExpirationTime=0,t.memoizedState=Ju,t.child=i,h}return i=Zo(t,e.child,x.children,i),t.memoizedState=null,t.child=i}if(e=e.child,H){if(H=x.fallback,x=ji(null,h,0,null),x.return=t,x.child=e,e!==null&&(e.return=x),!(t.mode&2))for(e=t.memoizedState!==null?t.child.child:t.child,x.child=e;e!==null;)e.return=x,e=e.sibling;return i=ji(H,h,i,null),i.return=t,x.sibling=i,i.effectTag|=2,x.childExpirationTime=0,t.memoizedState=Ju,t.child=x,i}return t.memoizedState=null,t.child=Zo(t,e,x.children,i)}function hf(e,t){e.expirationTime<t&&(e.expirationTime=t);var i=e.alternate;i!==null&&i.expirationTime<t&&(i.expirationTime=t),Uc(e.return,t)}function Xu(e,t,i,h,x,z){var H=e.memoizedState;H===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:h,tail:i,tailExpiration:0,tailMode:x,lastEffect:z}:(H.isBackwards=t,H.rendering=null,H.renderingStartTime=0,H.last=h,H.tail=i,H.tailExpiration=0,H.tailMode=x,H.lastEffect=z)}function mf(e,t,i){var h=t.pendingProps,x=h.revealOrder,z=h.tail;if(Cr(e,t,h.children,i),h=Kt.current,h&2)h=h&1|2,t.effectTag|=64;else{if(e!==null&&e.effectTag&64)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&hf(e,i);else if(e.tag===19)hf(e,i);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}h&=1}if($t(Kt,h),!(t.mode&2))t.memoizedState=null;else switch(x){case"forwards":for(i=t.child,x=null;i!==null;)e=i.alternate,e!==null&&_s(e)===null&&(x=i),i=i.sibling;i=x,i===null?(x=t.child,t.child=null):(x=i.sibling,i.sibling=null),Xu(t,!1,x,i,z,t.lastEffect);break;case"backwards":for(i=null,x=t.child,t.child=null;x!==null;){if(e=x.alternate,e!==null&&_s(e)===null){t.child=x;break}e=x.sibling,x.sibling=i,i=x,x=e}Xu(t,!0,i,null,z,t.lastEffect);break;case"together":Xu(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function vi(e,t,i){e!==null&&(t.dependencies=e.dependencies);var h=t.expirationTime;if(h!==0&&zs(h),t.childExpirationTime<i)return null;if(e!==null&&t.child!==e.child)throw Error(u(153));if(t.child!==null){for(e=t.child,i=Eo(e,e.pendingProps),t.child=i,i.return=t;e.sibling!==null;)e=e.sibling,i=i.sibling=Eo(e,e.pendingProps),i.return=t;i.sibling=null}return t.child}var vf,el,gf,yf;vf=function(e,t){for(var i=t.child;i!==null;){if(i.tag===5||i.tag===6)e.appendChild(i.stateNode);else if(i.tag!==4&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===t)break;for(;i.sibling===null;){if(i.return===null||i.return===t)return;i=i.return}i.sibling.return=i.return,i=i.sibling}},el=function(){},gf=function(e,t,i,h,x){var z=e.memoizedProps;if(z!==h){var H=t.stateNode;switch(lo(Jr.current),e=null,i){case"input":z=Ce(H,z),h=Ce(H,h),e=[];break;case"option":z=Tt(H,z),h=Tt(H,h),e=[];break;case"select":z=m({},z,{value:void 0}),h=m({},h,{value:void 0}),e=[];break;case"textarea":z=ur(H,z),h=ur(H,h),e=[];break;default:typeof z.onClick!="function"&&typeof h.onClick=="function"&&(H.onclick=Rn)}Cn(i,h);var pe,je;i=null;for(pe in z)if(!h.hasOwnProperty(pe)&&z.hasOwnProperty(pe)&&z[pe]!=null)if(pe==="style")for(je in H=z[pe],H)H.hasOwnProperty(je)&&(i||(i={}),i[je]="");else pe!=="dangerouslySetInnerHTML"&&pe!=="children"&&pe!=="suppressContentEditableWarning"&&pe!=="suppressHydrationWarning"&&pe!=="autoFocus"&&(ne.hasOwnProperty(pe)?e||(e=[]):(e=e||[]).push(pe,null));for(pe in h){var Ue=h[pe];if(H=z!=null?z[pe]:void 0,h.hasOwnProperty(pe)&&Ue!==H&&(Ue!=null||H!=null))if(pe==="style")if(H){for(je in H)!H.hasOwnProperty(je)||Ue&&Ue.hasOwnProperty(je)||(i||(i={}),i[je]="");for(je in Ue)Ue.hasOwnProperty(je)&&H[je]!==Ue[je]&&(i||(i={}),i[je]=Ue[je])}else i||(e||(e=[]),e.push(pe,i)),i=Ue;else pe==="dangerouslySetInnerHTML"?(Ue=Ue?Ue.__html:void 0,H=H?H.__html:void 0,Ue!=null&&H!==Ue&&(e=e||[]).push(pe,Ue)):pe==="children"?H===Ue||typeof Ue!="string"&&typeof Ue!="number"||(e=e||[]).push(pe,""+Ue):pe!=="suppressContentEditableWarning"&&pe!=="suppressHydrationWarning"&&(ne.hasOwnProperty(pe)?(Ue!=null&&An(x,pe),e||H===Ue||(e=[])):(e=e||[]).push(pe,Ue))}i&&(e=e||[]).push("style",i),x=e,(t.updateQueue=x)&&(t.effectTag|=4)}},yf=function(e,t,i,h){i!==h&&(t.effectTag|=4)};function ws(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var i=null;t!==null;)t.alternate!==null&&(i=t),t=t.sibling;i===null?e.tail=null:i.sibling=null;break;case"collapsed":i=e.tail;for(var h=null;i!==null;)i.alternate!==null&&(h=i),i=i.sibling;h===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:h.sibling=null}}function nh(e,t,i){var h=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return _r(t.type)&&ss(),null;case 3:return Ko(),zt(Er),zt(dr),i=t.stateNode,i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),e!==null&&e.child!==null||!Ss(t)||(t.effectTag|=4),el(t),null;case 5:Bu(t),i=lo(wa.current);var x=t.type;if(e!==null&&t.stateNode!=null)gf(e,t,x,h,i),e.ref!==t.ref&&(t.effectTag|=128);else{if(!h){if(t.stateNode===null)throw Error(u(166));return null}if(e=lo(Jr.current),Ss(t)){h=t.stateNode,x=t.type;var z=t.memoizedProps;switch(h[Qr]=t,h[Fo]=z,x){case"iframe":case"object":case"embed":Ft("load",h);break;case"video":case"audio":for(e=0;e<ui.length;e++)Ft(ui[e],h);break;case"source":Ft("error",h);break;case"img":case"image":case"link":Ft("error",h),Ft("load",h);break;case"form":Ft("reset",h),Ft("submit",h);break;case"details":Ft("toggle",h);break;case"input":tn(h,z),Ft("invalid",h),An(i,"onChange");break;case"select":h._wrapperState={wasMultiple:!!z.multiple},Ft("invalid",h),An(i,"onChange");break;case"textarea":vr(h,z),Ft("invalid",h),An(i,"onChange")}Cn(x,z),e=null;for(var H in z)if(z.hasOwnProperty(H)){var pe=z[H];H==="children"?typeof pe=="string"?h.textContent!==pe&&(e=["children",pe]):typeof pe=="number"&&h.textContent!==""+pe&&(e=["children",""+pe]):ne.hasOwnProperty(H)&&pe!=null&&An(i,H)}switch(x){case"input":fe(h),wt(h,z,!0);break;case"textarea":fe(h),Mt(h);break;case"select":case"option":break;default:typeof z.onClick=="function"&&(h.onclick=Rn)}i=e,t.updateQueue=i,i!==null&&(t.effectTag|=4)}else{switch(H=i.nodeType===9?i:i.ownerDocument,e===Xn&&(e=pr(x)),e===Xn?x==="script"?(e=H.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof h.is=="string"?e=H.createElement(x,{is:h.is}):(e=H.createElement(x),x==="select"&&(H=e,h.multiple?H.multiple=!0:h.size&&(H.size=h.size))):e=H.createElementNS(e,x),e[Qr]=t,e[Fo]=h,vf(e,t,!1,!1),t.stateNode=e,H=xn(x,h),x){case"iframe":case"object":case"embed":Ft("load",e),pe=h;break;case"video":case"audio":for(pe=0;pe<ui.length;pe++)Ft(ui[pe],e);pe=h;break;case"source":Ft("error",e),pe=h;break;case"img":case"image":case"link":Ft("error",e),Ft("load",e),pe=h;break;case"form":Ft("reset",e),Ft("submit",e),pe=h;break;case"details":Ft("toggle",e),pe=h;break;case"input":tn(e,h),pe=Ce(e,h),Ft("invalid",e),An(i,"onChange");break;case"option":pe=Tt(e,h);break;case"select":e._wrapperState={wasMultiple:!!h.multiple},pe=m({},h,{value:void 0}),Ft("invalid",e),An(i,"onChange");break;case"textarea":vr(e,h),pe=ur(e,h),Ft("invalid",e),An(i,"onChange");break;default:pe=h}Cn(x,pe);var je=pe;for(z in je)if(je.hasOwnProperty(z)){var Ue=je[z];z==="style"?gn(e,Ue):z==="dangerouslySetInnerHTML"?(Ue=Ue?Ue.__html:void 0,Ue!=null&&wo(e,Ue)):z==="children"?typeof Ue=="string"?(x!=="textarea"||Ue!=="")&&ai(e,Ue):typeof Ue=="number"&&ai(e,""+Ue):z!=="suppressContentEditableWarning"&&z!=="suppressHydrationWarning"&&z!=="autoFocus"&&(ne.hasOwnProperty(z)?Ue!=null&&An(i,z):Ue!=null&&oe(e,z,Ue,H))}switch(x){case"input":fe(e),wt(e,h,!1);break;case"textarea":fe(e),Mt(e);break;case"option":h.value!=null&&e.setAttribute("value",""+kt(h.value));break;case"select":e.multiple=!!h.multiple,i=h.value,i!=null?jt(e,!!h.multiple,i,!1):h.defaultValue!=null&&jt(e,!!h.multiple,h.defaultValue,!0);break;default:typeof pe.onClick=="function"&&(e.onclick=Rn)}ha(x,h)&&(t.effectTag|=4)}t.ref!==null&&(t.effectTag|=128)}return null;case 6:if(e&&t.stateNode!=null)yf(e,t,e.memoizedProps,h);else{if(typeof h!="string"&&t.stateNode===null)throw Error(u(166));i=lo(wa.current),lo(Jr.current),Ss(t)?(i=t.stateNode,h=t.memoizedProps,i[Qr]=t,i.nodeValue!==h&&(t.effectTag|=4)):(i=(i.nodeType===9?i:i.ownerDocument).createTextNode(h),i[Qr]=t,t.stateNode=i)}return null;case 13:return zt(Kt),h=t.memoizedState,t.effectTag&64?(t.expirationTime=i,t):(i=h!==null,h=!1,e===null?t.memoizedProps.fallback!==void 0&&Ss(t):(x=e.memoizedState,h=x!==null,i||x===null||(x=e.child.sibling,x!==null&&(z=t.firstEffect,z!==null?(t.firstEffect=x,x.nextEffect=z):(t.firstEffect=t.lastEffect=x,x.nextEffect=null),x.effectTag=8))),i&&!h&&t.mode&2&&(e===null&&t.memoizedProps.unstable_avoidThisFallback!==!0||Kt.current&1?ar===po&&(ar=Ns):((ar===po||ar===Ns)&&(ar=Ps),Ia!==0&&xr!==null&&(_o(xr,br),Gf(xr,Ia)))),(i||h)&&(t.effectTag|=4),null);case 4:return Ko(),el(t),null;case 10:return Nu(t),null;case 17:return _r(t.type)&&ss(),null;case 19:if(zt(Kt),h=t.memoizedState,h===null)return null;if(x=(t.effectTag&64)!==0,z=h.rendering,z===null){if(x)ws(h,!1);else if(ar!==po||e!==null&&e.effectTag&64)for(z=t.child;z!==null;){if(e=_s(z),e!==null){for(t.effectTag|=64,ws(h,!1),x=e.updateQueue,x!==null&&(t.updateQueue=x,t.effectTag|=4),h.lastEffect===null&&(t.firstEffect=null),t.lastEffect=h.lastEffect,h=t.child;h!==null;)x=h,z=i,x.effectTag&=2,x.nextEffect=null,x.firstEffect=null,x.lastEffect=null,e=x.alternate,e===null?(x.childExpirationTime=0,x.expirationTime=z,x.child=null,x.memoizedProps=null,x.memoizedState=null,x.updateQueue=null,x.dependencies=null):(x.childExpirationTime=e.childExpirationTime,x.expirationTime=e.expirationTime,x.child=e.child,x.memoizedProps=e.memoizedProps,x.memoizedState=e.memoizedState,x.updateQueue=e.updateQueue,z=e.dependencies,x.dependencies=z===null?null:{expirationTime:z.expirationTime,firstContext:z.firstContext,responders:z.responders}),h=h.sibling;return $t(Kt,Kt.current&1|2),t.child}z=z.sibling}}else{if(!x)if(e=_s(z),e!==null){if(t.effectTag|=64,x=!0,i=e.updateQueue,i!==null&&(t.updateQueue=i,t.effectTag|=4),ws(h,!0),h.tail===null&&h.tailMode==="hidden"&&!z.alternate)return t=t.lastEffect=h.lastEffect,t!==null&&(t.nextEffect=null),null}else 2*Ir()-h.renderingStartTime>h.tailExpiration&&1<i&&(t.effectTag|=64,x=!0,ws(h,!1),t.expirationTime=t.childExpirationTime=i-1);h.isBackwards?(z.sibling=t.child,t.child=z):(i=h.last,i!==null?i.sibling=z:t.child=z,h.last=z)}return h.tail!==null?(h.tailExpiration===0&&(h.tailExpiration=Ir()+500),i=h.tail,h.rendering=i,h.tail=i.sibling,h.lastEffect=t.lastEffect,h.renderingStartTime=Ir(),i.sibling=null,t=Kt.current,$t(Kt,x?t&1|2:t&1),i):null}throw Error(u(156,t.tag))}function th(e){switch(e.tag){case 1:_r(e.type)&&ss();var t=e.effectTag;return t&4096?(e.effectTag=t&-4097|64,e):null;case 3:if(Ko(),zt(Er),zt(dr),t=e.effectTag,t&64)throw Error(u(285));return e.effectTag=t&-4097|64,e;case 5:return Bu(e),null;case 13:return zt(Kt),t=e.effectTag,t&4096?(e.effectTag=t&-4097|64,e):null;case 19:return zt(Kt),null;case 4:return Ko(),null;case 10:return Nu(e),null;default:return null}}function nl(e,t){return{value:e,source:t,stack:Ht(t)}}var rh=typeof WeakSet=="function"?WeakSet:Set;function tl(e,t){var i=t.source,h=t.stack;h===null&&i!==null&&(h=Ht(i)),i!==null&&yt(i.type),t=t.value,e!==null&&e.tag===1&&yt(e.type);try{console.error(t)}catch(x){setTimeout(function(){throw x})}}function ih(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(i){yo(e,i)}}function Ef(e){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(i){yo(e,i)}else t.current=null}function oh(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(t.effectTag&256&&e!==null){var i=e.memoizedProps,h=e.memoizedState;e=t.stateNode,t=e.getSnapshotBeforeUpdate(t.elementType===t.type?i:Ur(t.type,i),h),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(u(163))}function _f(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var i=t=t.next;do{if((i.tag&e)===e){var h=i.destroy;i.destroy=void 0,h!==void 0&&h()}i=i.next}while(i!==t)}}function bf(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var i=t=t.next;do{if((i.tag&e)===e){var h=i.create;i.destroy=h()}i=i.next}while(i!==t)}}function ah(e,t,i){switch(i.tag){case 0:case 11:case 15:case 22:bf(3,i);return;case 1:if(e=i.stateNode,i.effectTag&4)if(t===null)e.componentDidMount();else{var h=i.elementType===i.type?t.memoizedProps:Ur(i.type,t.memoizedProps);e.componentDidUpdate(h,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}t=i.updateQueue,t!==null&&zc(i,t,e);return;case 3:if(t=i.updateQueue,t!==null){if(e=null,i.child!==null)switch(i.child.tag){case 5:e=i.child.stateNode;break;case 1:e=i.child.stateNode}zc(i,t,e)}return;case 5:e=i.stateNode,t===null&&i.effectTag&4&&ha(i.type,i.memoizedProps)&&e.focus();return;case 6:return;case 4:return;case 12:return;case 13:i.memoizedState===null&&(i=i.alternate,i!==null&&(i=i.memoizedState,i!==null&&(i=i.dehydrated,i!==null&&Ti(i))));return;case 19:case 17:case 20:case 21:return}throw Error(u(163))}function Af(e,t,i){switch(typeof hl=="function"&&hl(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(e=t.updateQueue,e!==null&&(e=e.lastEffect,e!==null)){var h=e.next;Ii(97<i?97:i,function(){var x=h;do{var z=x.destroy;if(z!==void 0){var H=t;try{z()}catch(pe){yo(H,pe)}}x=x.next}while(x!==h)})}break;case 1:Ef(t),i=t.stateNode,typeof i.componentWillUnmount=="function"&&ih(t,i);break;case 5:Ef(t);break;case 4:xf(e,t,i)}}function Tf(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,t!==null&&Tf(t)}function Df(e){return e.tag===5||e.tag===3||e.tag===4}function Cf(e){e:{for(var t=e.return;t!==null;){if(Df(t)){var i=t;break e}t=t.return}throw Error(u(160))}switch(t=i.stateNode,i.tag){case 5:var h=!1;break;case 3:t=t.containerInfo,h=!0;break;case 4:t=t.containerInfo,h=!0;break;default:throw Error(u(161))}i.effectTag&16&&(ai(t,""),i.effectTag&=-17);e:n:for(i=e;;){for(;i.sibling===null;){if(i.return===null||Df(i.return)){i=null;break e}i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.effectTag&2||i.child===null||i.tag===4)continue n;i.child.return=i,i=i.child}if(!(i.effectTag&2)){i=i.stateNode;break e}}h?rl(e,i,t):il(e,i,t)}function rl(e,t,i){var h=e.tag,x=h===5||h===6;if(x)e=x?e.stateNode:e.stateNode.instance,t?i.nodeType===8?i.parentNode.insertBefore(e,t):i.insertBefore(e,t):(i.nodeType===8?(t=i.parentNode,t.insertBefore(e,i)):(t=i,t.appendChild(e)),i=i._reactRootContainer,i!=null||t.onclick!==null||(t.onclick=Rn));else if(h!==4&&(e=e.child,e!==null))for(rl(e,t,i),e=e.sibling;e!==null;)rl(e,t,i),e=e.sibling}function il(e,t,i){var h=e.tag,x=h===5||h===6;if(x)e=x?e.stateNode:e.stateNode.instance,t?i.insertBefore(e,t):i.appendChild(e);else if(h!==4&&(e=e.child,e!==null))for(il(e,t,i),e=e.sibling;e!==null;)il(e,t,i),e=e.sibling}function xf(e,t,i){for(var h=t,x=!1,z,H;;){if(!x){x=h.return;e:for(;;){if(x===null)throw Error(u(160));switch(z=x.stateNode,x.tag){case 5:H=!1;break e;case 3:z=z.containerInfo,H=!0;break e;case 4:z=z.containerInfo,H=!0;break e}x=x.return}x=!0}if(h.tag===5||h.tag===6){e:for(var pe=e,je=h,Ue=i,_n=je;;)if(Af(pe,_n,Ue),_n.child!==null&&_n.tag!==4)_n.child.return=_n,_n=_n.child;else{if(_n===je)break e;for(;_n.sibling===null;){if(_n.return===null||_n.return===je)break e;_n=_n.return}_n.sibling.return=_n.return,_n=_n.sibling}H?(pe=z,je=h.stateNode,pe.nodeType===8?pe.parentNode.removeChild(je):pe.removeChild(je)):z.removeChild(h.stateNode)}else if(h.tag===4){if(h.child!==null){z=h.stateNode.containerInfo,H=!0,h.child.return=h,h=h.child;continue}}else if(Af(e,h,i),h.child!==null){h.child.return=h,h=h.child;continue}if(h===t)break;for(;h.sibling===null;){if(h.return===null||h.return===t)return;h=h.return,h.tag===4&&(x=!1)}h.sibling.return=h.return,h=h.sibling}}function ol(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:_f(3,t);return;case 1:return;case 5:var i=t.stateNode;if(i!=null){var h=t.memoizedProps,x=e!==null?e.memoizedProps:h;e=t.type;var z=t.updateQueue;if(t.updateQueue=null,z!==null){for(i[Fo]=h,e==="input"&&h.type==="radio"&&h.name!=null&&wn(i,h),xn(e,x),t=xn(e,h),x=0;x<z.length;x+=2){var H=z[x],pe=z[x+1];H==="style"?gn(i,pe):H==="dangerouslySetInnerHTML"?wo(i,pe):H==="children"?ai(i,pe):oe(i,H,pe,t)}switch(e){case"input":Wn(i,h);break;case"textarea":fr(i,h);break;case"select":t=i._wrapperState.wasMultiple,i._wrapperState.wasMultiple=!!h.multiple,e=h.value,e!=null?jt(i,!!h.multiple,e,!1):t!==!!h.multiple&&(h.defaultValue!=null?jt(i,!!h.multiple,h.defaultValue,!0):jt(i,!!h.multiple,h.multiple?[]:"",!1))}}}return;case 6:if(t.stateNode===null)throw Error(u(162));t.stateNode.nodeValue=t.memoizedProps;return;case 3:t=t.stateNode,t.hydrate&&(t.hydrate=!1,Ti(t.containerInfo));return;case 12:return;case 13:if(i=t,t.memoizedState===null?h=!1:(h=!0,i=t.child,ul=Ir()),i!==null)e:for(e=i;;){if(e.tag===5)z=e.stateNode,h?(z=z.style,typeof z.setProperty=="function"?z.setProperty("display","none","important"):z.display="none"):(z=e.stateNode,x=e.memoizedProps.style,x=x!=null&&x.hasOwnProperty("display")?x.display:null,z.style.display=$e("display",x));else if(e.tag===6)e.stateNode.nodeValue=h?"":e.memoizedProps;else if(e.tag===13&&e.memoizedState!==null&&e.memoizedState.dehydrated===null){z=e.child.sibling,z.return=e,e=z;continue}else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===i)break;for(;e.sibling===null;){if(e.return===null||e.return===i)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}kf(t);return;case 19:kf(t);return;case 17:return}throw Error(u(163))}function kf(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var i=e.stateNode;i===null&&(i=e.stateNode=new rh),t.forEach(function(h){var x=vh.bind(null,e,h);i.has(h)||(i.add(h),h.then(x,x))})}}var sh=typeof WeakMap=="function"?WeakMap:Map;function Sf(e,t,i){i=Pi(i,null),i.tag=3,i.payload={element:null};var h=t.value;return i.callback=function(){Ls||(Ls=!0,ll=h),tl(e,t)},i}function wf(e,t,i){i=Pi(i,null),i.tag=3;var h=e.type.getDerivedStateFromError;if(typeof h=="function"){var x=t.value;i.payload=function(){return tl(e,t),h(x)}}var z=e.stateNode;return z!==null&&typeof z.componentDidCatch=="function"&&(i.callback=function(){typeof h!="function"&&(Li===null?Li=new Set([this]):Li.add(this),tl(e,t));var H=t.stack;this.componentDidCatch(t.value,{componentStack:H!==null?H:""})}),i}var uh=Math.ceil,Os=Te.ReactCurrentDispatcher,Of=Te.ReactCurrentOwner,or=0,al=8,Vr=16,ei=32,po=0,Is=1,If=2,Ns=3,Ps=4,sl=5,Yn=or,xr=null,ot=null,br=0,ar=po,Ms=null,gi=1073741823,Oa=1073741823,Rs=null,Ia=0,Fs=!1,ul=0,Nf=500,Fn=null,Ls=!1,ll=null,Li=null,Bs=!1,Na=null,Pa=90,ho=null,Ma=0,cl=null,js=0;function ni(){return(Yn&(Vr|ei))!==or?1073741821-(Ir()/10|0):js!==0?js:js=1073741821-(Ir()/10|0)}function mo(e,t,i){if(t=t.mode,!(t&2))return 1073741823;var h=fs();if(!(t&4))return h===99?1073741823:1073741822;if((Yn&Vr)!==or)return br;if(i!==null)e=ps(e,i.timeoutMs|0||5e3,250);else switch(h){case 99:e=1073741823;break;case 98:e=ps(e,150,100);break;case 97:case 96:e=ps(e,5e3,250);break;case 95:e=2;break;default:throw Error(u(326))}return xr!==null&&e===br&&--e,e}function Bi(e,t){if(50<Ma)throw Ma=0,cl=null,Error(u(185));if(e=Us(e,t),e!==null){var i=fs();t===1073741823?(Yn&al)!==or&&(Yn&(Vr|ei))===or?fl(e):(kr(e),Yn===or&&Yr()):kr(e),(Yn&4)===or||i!==98&&i!==99||(ho===null?ho=new Map([[e,t]]):(i=ho.get(e),(i===void 0||i>t)&&ho.set(e,t)))}}function Us(e,t){e.expirationTime<t&&(e.expirationTime=t);var i=e.alternate;i!==null&&i.expirationTime<t&&(i.expirationTime=t);var h=e.return,x=null;if(h===null&&e.tag===3)x=e.stateNode;else for(;h!==null;){if(i=h.alternate,h.childExpirationTime<t&&(h.childExpirationTime=t),i!==null&&i.childExpirationTime<t&&(i.childExpirationTime=t),h.return===null&&h.tag===3){x=h.stateNode;break}h=h.return}return x!==null&&(xr===x&&(zs(t),ar===Ps&&_o(x,br)),Gf(x,t)),x}function Vs(e){var t=e.lastExpiredTime;if(t!==0||(t=e.firstPendingTime,!Wf(e,t)))return t;var i=e.lastPingedTime;return e=e.nextKnownPendingLevel,e=i>e?i:e,2>=e&&t!==e?0:e}function kr(e){if(e.lastExpiredTime!==0)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Bc(fl.bind(null,e));else{var t=Vs(e),i=e.callbackNode;if(t===0)i!==null&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var h=ni();if(t===1073741823?h=99:t===1||t===2?h=95:(h=10*(1073741821-t)-10*(1073741821-h),h=0>=h?99:250>=h?98:5250>=h?97:95),i!==null){var x=e.callbackPriority;if(e.callbackExpirationTime===t&&x>=h)return;i!==Mc&&Sc(i)}e.callbackExpirationTime=t,e.callbackPriority=h,t=t===1073741823?Bc(fl.bind(null,e)):Lc(h,Pf.bind(null,e),{timeout:10*(1073741821-t)-Ir()}),e.callbackNode=t}}}function Pf(e,t){if(js=0,t)return t=ni(),yl(e,t),kr(e),null;var i=Vs(e);if(i!==0){if(t=e.callbackNode,(Yn&(Vr|ei))!==or)throw Error(u(327));if(Qo(),e===xr&&i===br||vo(e,i),ot!==null){var h=Yn;Yn|=Vr;var x=Lf();do try{fh();break}catch(pe){Ff(e,pe)}while(1);if(Iu(),Yn=h,Os.current=x,ar===Is)throw t=Ms,vo(e,i),_o(e,i),kr(e),t;if(ot===null)switch(x=e.finishedWork=e.current.alternate,e.finishedExpirationTime=i,h=ar,xr=null,h){case po:case Is:throw Error(u(345));case If:yl(e,2<i?2:i);break;case Ns:if(_o(e,i),h=e.lastSuspendedTime,i===h&&(e.nextKnownPendingLevel=pl(x)),gi===1073741823&&(x=ul+Nf-Ir(),10<x)){if(Fs){var z=e.lastPingedTime;if(z===0||z>=i){e.lastPingedTime=i,vo(e,i);break}}if(z=Vs(e),z!==0&&z!==i)break;if(h!==0&&h!==i){e.lastPingedTime=h;break}e.timeoutHandle=fi(go.bind(null,e),x);break}go(e);break;case Ps:if(_o(e,i),h=e.lastSuspendedTime,i===h&&(e.nextKnownPendingLevel=pl(x)),Fs&&(x=e.lastPingedTime,x===0||x>=i)){e.lastPingedTime=i,vo(e,i);break}if(x=Vs(e),x!==0&&x!==i)break;if(h!==0&&h!==i){e.lastPingedTime=h;break}if(Oa!==1073741823?h=10*(1073741821-Oa)-Ir():gi===1073741823?h=0:(h=10*(1073741821-gi)-5e3,x=Ir(),i=10*(1073741821-i)-x,h=x-h,0>h&&(h=0),h=(120>h?120:480>h?480:1080>h?1080:1920>h?1920:3e3>h?3e3:4320>h?4320:1960*uh(h/1960))-h,i<h&&(h=i)),10<h){e.timeoutHandle=fi(go.bind(null,e),h);break}go(e);break;case sl:if(gi!==1073741823&&Rs!==null){z=gi;var H=Rs;if(h=H.busyMinDurationMs|0,0>=h?h=0:(x=H.busyDelayMs|0,z=Ir()-(10*(1073741821-z)-(H.timeoutMs|0||5e3)),h=z<=x?0:x+h-z),10<h){_o(e,i),e.timeoutHandle=fi(go.bind(null,e),h);break}}go(e);break;default:throw Error(u(329))}if(kr(e),e.callbackNode===t)return Pf.bind(null,e)}}return null}function fl(e){var t=e.lastExpiredTime;if(t=t!==0?t:1073741823,(Yn&(Vr|ei))!==or)throw Error(u(327));if(Qo(),e===xr&&t===br||vo(e,t),ot!==null){var i=Yn;Yn|=Vr;var h=Lf();do try{ch();break}catch(x){Ff(e,x)}while(1);if(Iu(),Yn=i,Os.current=h,ar===Is)throw i=Ms,vo(e,t),_o(e,t),kr(e),i;if(ot!==null)throw Error(u(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,xr=null,go(e),kr(e)}return null}function lh(){if(ho!==null){var e=ho;ho=null,e.forEach(function(t,i){yl(i,t),kr(i)}),Yr()}}function Mf(e,t){var i=Yn;Yn|=1;try{return e(t)}finally{Yn=i,Yn===or&&Yr()}}function Rf(e,t){var i=Yn;Yn&=-2,Yn|=al;try{return e(t)}finally{Yn=i,Yn===or&&Yr()}}function vo(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var i=e.timeoutHandle;if(i!==-1&&(e.timeoutHandle=-1,pi(i)),ot!==null)for(i=ot.return;i!==null;){var h=i;switch(h.tag){case 1:h=h.type.childContextTypes,h!=null&&ss();break;case 3:Ko(),zt(Er),zt(dr);break;case 5:Bu(h);break;case 4:Ko();break;case 13:zt(Kt);break;case 19:zt(Kt);break;case 10:Nu(h)}i=i.return}xr=e,ot=Eo(e.current,null),br=t,ar=po,Ms=null,Oa=gi=1073741823,Rs=null,Ia=0,Fs=!1}function Ff(e,t){do{try{if(Iu(),bs.current=ks,As)for(var i=er.memoizedState;i!==null;){var h=i.queue;h!==null&&(h.pending=null),i=i.next}if(Ri=0,mr=hr=er=null,As=!1,ot===null||ot.return===null)return ar=Is,Ms=t,ot=null;e:{var x=e,z=ot.return,H=ot,pe=t;if(t=br,H.effectTag|=2048,H.firstEffect=H.lastEffect=null,pe!==null&&typeof pe=="object"&&typeof pe.then=="function"){var je=pe;if(!(H.mode&2)){var Ue=H.alternate;Ue?(H.updateQueue=Ue.updateQueue,H.memoizedState=Ue.memoizedState,H.expirationTime=Ue.expirationTime):(H.updateQueue=null,H.memoizedState=null)}var _n=(Kt.current&1)!==0,Dn=z;do{var vt;if(vt=Dn.tag===13){var St=Dn.memoizedState;if(St!==null)vt=St.dehydrated!==null;else{var Mr=Dn.memoizedProps;vt=Mr.fallback===void 0?!1:Mr.unstable_avoidThisFallback!==!0?!0:!_n}}if(vt){var lr=Dn.updateQueue;if(lr===null){var Ne=new Set;Ne.add(je),Dn.updateQueue=Ne}else lr.add(je);if(!(Dn.mode&2)){if(Dn.effectTag|=64,H.effectTag&=-2981,H.tag===1)if(H.alternate===null)H.tag=17;else{var we=Pi(1073741823,null);we.tag=2,Mi(H,we)}H.expirationTime=1073741823;break e}pe=void 0,H=t;var We=x.pingCache;if(We===null?(We=x.pingCache=new sh,pe=new Set,We.set(je,pe)):(pe=We.get(je),pe===void 0&&(pe=new Set,We.set(je,pe))),!pe.has(H)){pe.add(H);var an=mh.bind(null,x,je,H);je.then(an,an)}Dn.effectTag|=4096,Dn.expirationTime=t;break e}Dn=Dn.return}while(Dn!==null);pe=Error((yt(H.type)||"A React component")+` suspended while rendering, but no fallback UI was specified.
2030
+
2031
+ Add a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.`+Ht(H))}ar!==sl&&(ar=If),pe=nl(pe,H),Dn=z;do{switch(Dn.tag){case 3:je=pe,Dn.effectTag|=4096,Dn.expirationTime=t;var vn=Sf(Dn,je,t);Vc(Dn,vn);break e;case 1:je=pe;var kn=Dn.type,Zn=Dn.stateNode;if(!(Dn.effectTag&64)&&(typeof kn.getDerivedStateFromError=="function"||Zn!==null&&typeof Zn.componentDidCatch=="function"&&(Li===null||!Li.has(Zn)))){Dn.effectTag|=4096,Dn.expirationTime=t;var bt=wf(Dn,je,t);Vc(Dn,bt);break e}}Dn=Dn.return}while(Dn!==null)}ot=Uf(ot)}catch(Gt){t=Gt;continue}break}while(1)}function Lf(){var e=Os.current;return Os.current=ks,e===null?ks:e}function Bf(e,t){e<gi&&2<e&&(gi=e),t!==null&&e<Oa&&2<e&&(Oa=e,Rs=t)}function zs(e){e>Ia&&(Ia=e)}function ch(){for(;ot!==null;)ot=jf(ot)}function fh(){for(;ot!==null&&!Qd();)ot=jf(ot)}function jf(e){var t=zf(e.alternate,e,br);return e.memoizedProps=e.pendingProps,t===null&&(t=Uf(e)),Of.current=null,t}function Uf(e){ot=e;do{var t=ot.alternate;if(e=ot.return,ot.effectTag&2048){if(t=th(ot),t!==null)return t.effectTag&=2047,t;e!==null&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}else{if(t=nh(t,ot,br),br===1||ot.childExpirationTime!==1){for(var i=0,h=ot.child;h!==null;){var x=h.expirationTime,z=h.childExpirationTime;x>i&&(i=x),z>i&&(i=z),h=h.sibling}ot.childExpirationTime=i}if(t!==null)return t;e!==null&&!(e.effectTag&2048)&&(e.firstEffect===null&&(e.firstEffect=ot.firstEffect),ot.lastEffect!==null&&(e.lastEffect!==null&&(e.lastEffect.nextEffect=ot.firstEffect),e.lastEffect=ot.lastEffect),1<ot.effectTag&&(e.lastEffect!==null?e.lastEffect.nextEffect=ot:e.firstEffect=ot,e.lastEffect=ot))}if(t=ot.sibling,t!==null)return t;ot=e}while(ot!==null);return ar===po&&(ar=sl),null}function pl(e){var t=e.expirationTime;return e=e.childExpirationTime,t>e?t:e}function go(e){var t=fs();return Ii(99,ph.bind(null,e,t)),null}function ph(e,t){do Qo();while(Na!==null);if((Yn&(Vr|ei))!==or)throw Error(u(327));var i=e.finishedWork,h=e.finishedExpirationTime;if(i===null)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,i===e.current)throw Error(u(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var x=pl(i);if(e.firstPendingTime=x,h<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:h<=e.firstSuspendedTime&&(e.firstSuspendedTime=h-1),h<=e.lastPingedTime&&(e.lastPingedTime=0),h<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===xr&&(ot=xr=null,br=0),1<i.effectTag?i.lastEffect!==null?(i.lastEffect.nextEffect=i,x=i.firstEffect):x=i:x=i.firstEffect,x!==null){var z=Yn;Yn|=ei,Of.current=null,Xi=Mo;var H=rr();if(Zt(H)){if("selectionStart"in H)var pe={start:H.selectionStart,end:H.selectionEnd};else e:{pe=(pe=H.ownerDocument)&&pe.defaultView||window;var je=pe.getSelection&&pe.getSelection();if(je&&je.rangeCount!==0){pe=je.anchorNode;var Ue=je.anchorOffset,_n=je.focusNode;je=je.focusOffset;try{pe.nodeType,_n.nodeType}catch{pe=null;break e}var Dn=0,vt=-1,St=-1,Mr=0,lr=0,Ne=H,we=null;n:for(;;){for(var We;Ne!==pe||Ue!==0&&Ne.nodeType!==3||(vt=Dn+Ue),Ne!==_n||je!==0&&Ne.nodeType!==3||(St=Dn+je),Ne.nodeType===3&&(Dn+=Ne.nodeValue.length),(We=Ne.firstChild)!==null;)we=Ne,Ne=We;for(;;){if(Ne===H)break n;if(we===pe&&++Mr===Ue&&(vt=Dn),we===_n&&++lr===je&&(St=Dn),(We=Ne.nextSibling)!==null)break;Ne=we,we=Ne.parentNode}Ne=We}pe=vt===-1||St===-1?null:{start:vt,end:St}}else pe=null}pe=pe||{start:0,end:0}}else pe=null;Ro={activeElementDetached:null,focusedElem:H,selectionRange:pe},Mo=!1,Fn=x;do try{dh()}catch(ut){if(Fn===null)throw Error(u(330));yo(Fn,ut),Fn=Fn.nextEffect}while(Fn!==null);Fn=x;do try{for(H=e,pe=t;Fn!==null;){var an=Fn.effectTag;if(an&16&&ai(Fn.stateNode,""),an&128){var vn=Fn.alternate;if(vn!==null){var kn=vn.ref;kn!==null&&(typeof kn=="function"?kn(null):kn.current=null)}}switch(an&1038){case 2:Cf(Fn),Fn.effectTag&=-3;break;case 6:Cf(Fn),Fn.effectTag&=-3,ol(Fn.alternate,Fn);break;case 1024:Fn.effectTag&=-1025;break;case 1028:Fn.effectTag&=-1025,ol(Fn.alternate,Fn);break;case 4:ol(Fn.alternate,Fn);break;case 8:Ue=Fn,xf(H,Ue,pe),Tf(Ue)}Fn=Fn.nextEffect}}catch(ut){if(Fn===null)throw Error(u(330));yo(Fn,ut),Fn=Fn.nextEffect}while(Fn!==null);if(kn=Ro,vn=rr(),an=kn.focusedElem,pe=kn.selectionRange,vn!==an&&an&&an.ownerDocument&&tr(an.ownerDocument.documentElement,an)){for(pe!==null&&Zt(an)&&(vn=pe.start,kn=pe.end,kn===void 0&&(kn=vn),"selectionStart"in an?(an.selectionStart=vn,an.selectionEnd=Math.min(kn,an.value.length)):(kn=(vn=an.ownerDocument||document)&&vn.defaultView||window,kn.getSelection&&(kn=kn.getSelection(),Ue=an.textContent.length,H=Math.min(pe.start,Ue),pe=pe.end===void 0?H:Math.min(pe.end,Ue),!kn.extend&&H>pe&&(Ue=pe,pe=H,H=Ue),Ue=Et(an,H),_n=Et(an,pe),Ue&&_n&&(kn.rangeCount!==1||kn.anchorNode!==Ue.node||kn.anchorOffset!==Ue.offset||kn.focusNode!==_n.node||kn.focusOffset!==_n.offset)&&(vn=vn.createRange(),vn.setStart(Ue.node,Ue.offset),kn.removeAllRanges(),H>pe?(kn.addRange(vn),kn.extend(_n.node,_n.offset)):(vn.setEnd(_n.node,_n.offset),kn.addRange(vn)))))),vn=[],kn=an;kn=kn.parentNode;)kn.nodeType===1&&vn.push({element:kn,left:kn.scrollLeft,top:kn.scrollTop});for(typeof an.focus=="function"&&an.focus(),an=0;an<vn.length;an++)kn=vn[an],kn.element.scrollLeft=kn.left,kn.element.scrollTop=kn.top}Mo=!!Xi,Ro=Xi=null,e.current=i,Fn=x;do try{for(an=e;Fn!==null;){var Zn=Fn.effectTag;if(Zn&36&&ah(an,Fn.alternate,Fn),Zn&128){vn=void 0;var bt=Fn.ref;if(bt!==null){var Gt=Fn.stateNode;switch(Fn.tag){case 5:vn=Gt;break;default:vn=Gt}typeof bt=="function"?bt(vn):bt.current=vn}}Fn=Fn.nextEffect}}catch(ut){if(Fn===null)throw Error(u(330));yo(Fn,ut),Fn=Fn.nextEffect}while(Fn!==null);Fn=null,$d(),Yn=z}else e.current=i;if(Bs)Bs=!1,Na=e,Pa=t;else for(Fn=x;Fn!==null;)t=Fn.nextEffect,Fn.nextEffect=null,Fn=t;if(t=e.firstPendingTime,t===0&&(Li=null),t===1073741823?e===cl?Ma++:(Ma=0,cl=e):Ma=0,typeof dl=="function"&&dl(i.stateNode,h),kr(e),Ls)throw Ls=!1,e=ll,ll=null,e;return(Yn&al)!==or||Yr(),null}function dh(){for(;Fn!==null;){var e=Fn.effectTag;e&256&&oh(Fn.alternate,Fn),!(e&512)||Bs||(Bs=!0,Lc(97,function(){return Qo(),null})),Fn=Fn.nextEffect}}function Qo(){if(Pa!==90){var e=97<Pa?97:Pa;return Pa=90,Ii(e,hh)}}function hh(){if(Na===null)return!1;var e=Na;if(Na=null,(Yn&(Vr|ei))!==or)throw Error(u(331));var t=Yn;for(Yn|=ei,e=e.current.firstEffect;e!==null;){try{var i=e;if(i.effectTag&512)switch(i.tag){case 0:case 11:case 15:case 22:_f(5,i),bf(5,i)}}catch(h){if(e===null)throw Error(u(330));yo(e,h)}i=e.nextEffect,e.nextEffect=null,e=i}return Yn=t,Yr(),!0}function Vf(e,t,i){t=nl(i,t),t=Sf(e,t,1073741823),Mi(e,t),e=Us(e,1073741823),e!==null&&kr(e)}function yo(e,t){if(e.tag===3)Vf(e,e,t);else for(var i=e.return;i!==null;){if(i.tag===3){Vf(i,e,t);break}else if(i.tag===1){var h=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&(Li===null||!Li.has(h))){e=nl(t,e),e=wf(i,e,1073741823),Mi(i,e),i=Us(i,1073741823),i!==null&&kr(i);break}}i=i.return}}function mh(e,t,i){var h=e.pingCache;h!==null&&h.delete(t),xr===e&&br===i?ar===Ps||ar===Ns&&gi===1073741823&&Ir()-ul<Nf?vo(e,br):Fs=!0:Wf(e,i)&&(t=e.lastPingedTime,t!==0&&t<i||(e.lastPingedTime=i,kr(e)))}function vh(e,t){var i=e.stateNode;i!==null&&i.delete(t),t=0,t===0&&(t=ni(),t=mo(t,e,null)),e=Us(e,t),e!==null&&kr(e)}var zf;zf=function(e,t,i){var h=t.expirationTime;if(e!==null){var x=t.pendingProps;if(e.memoizedProps!==x||Er.current)Xr=!0;else{if(h<i){switch(Xr=!1,t.tag){case 3:pf(t),Qu();break;case 5:if(Hc(t),t.mode&4&&i!==1&&x.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:_r(t.type)&&us(t);break;case 4:Lu(t,t.stateNode.containerInfo);break;case 10:h=t.memoizedProps.value,x=t.type._context,$t(ds,x._currentValue),x._currentValue=h;break;case 13:if(t.memoizedState!==null)return h=t.child.childExpirationTime,h!==0&&h>=i?df(e,t,i):($t(Kt,Kt.current&1),t=vi(e,t,i),t!==null?t.sibling:null);$t(Kt,Kt.current&1);break;case 19:if(h=t.childExpirationTime>=i,e.effectTag&64){if(h)return mf(e,t,i);t.effectTag|=64}if(x=t.memoizedState,x!==null&&(x.rendering=null,x.tail=null),$t(Kt,Kt.current),!h)return null}return vi(e,t,i)}Xr=!1}}else Xr=!1;switch(t.expirationTime=0,t.tag){case 2:if(h=t.type,e!==null&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,x=zo(t,dr.current),Go(t,i),x=Vu(null,t,h,e,x,i),t.effectTag|=1,typeof x=="object"&&x!==null&&typeof x.render=="function"&&x.$$typeof===void 0){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,_r(h)){var z=!0;us(t)}else z=!1;t.memoizedState=x.state!==null&&x.state!==void 0?x.state:null,Pu(t);var H=h.getDerivedStateFromProps;typeof H=="function"&&vs(t,h,H,e),x.updater=gs,t.stateNode=x,x._reactInternalFiber=t,Ru(t,h,e,i),t=Yu(null,t,h,!0,z,i)}else t.tag=0,Cr(null,t,x,i),t=t.child;return t;case 16:e:{if(x=t.elementType,e!==null&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,Ot(x),x._status!==1)throw x._result;switch(x=x._result,t.type=x,z=t.tag=Eh(x),e=Ur(x,e),z){case 0:t=$u(null,t,x,e,i);break e;case 1:t=ff(null,t,x,e,i);break e;case 11:t=sf(null,t,x,e,i);break e;case 14:t=uf(null,t,x,Ur(x.type,e),h,i);break e}throw Error(u(306,x,""))}return t;case 0:return h=t.type,x=t.pendingProps,x=t.elementType===h?x:Ur(h,x),$u(e,t,h,x,i);case 1:return h=t.type,x=t.pendingProps,x=t.elementType===h?x:Ur(h,x),ff(e,t,h,x,i);case 3:if(pf(t),h=t.updateQueue,e===null||h===null)throw Error(u(282));if(h=t.pendingProps,x=t.memoizedState,x=x!==null?x.element:null,Mu(e,t),Da(t,h,null,i),h=t.memoizedState.element,h===x)Qu(),t=vi(e,t,i);else{if((x=t.stateNode.hydrate)&&(Fi=Ci(t.stateNode.containerInfo.firstChild),mi=t,x=fo=!0),x)for(i=Fu(t,null,h,i),t.child=i;i;)i.effectTag=i.effectTag&-3|1024,i=i.sibling;else Cr(e,t,h,i),Qu();t=t.child}return t;case 5:return Hc(t),e===null&&Hu(t),h=t.type,x=t.pendingProps,z=e!==null?e.memoizedProps:null,H=x.children,ma(h,x)?H=null:z!==null&&ma(h,z)&&(t.effectTag|=16),cf(e,t),t.mode&4&&i!==1&&x.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(Cr(e,t,H,i),t=t.child),t;case 6:return e===null&&Hu(t),null;case 13:return df(e,t,i);case 4:return Lu(t,t.stateNode.containerInfo),h=t.pendingProps,e===null?t.child=Zo(t,null,h,i):Cr(e,t,h,i),t.child;case 11:return h=t.type,x=t.pendingProps,x=t.elementType===h?x:Ur(h,x),sf(e,t,h,x,i);case 7:return Cr(e,t,t.pendingProps,i),t.child;case 8:return Cr(e,t,t.pendingProps.children,i),t.child;case 12:return Cr(e,t,t.pendingProps.children,i),t.child;case 10:e:{h=t.type._context,x=t.pendingProps,H=t.memoizedProps,z=x.value;var pe=t.type._context;if($t(ds,pe._currentValue),pe._currentValue=z,H!==null)if(pe=H.value,z=so(pe,z)?0:(typeof h._calculateChangedBits=="function"?h._calculateChangedBits(pe,z):1073741823)|0,z===0){if(H.children===x.children&&!Er.current){t=vi(e,t,i);break e}}else for(pe=t.child,pe!==null&&(pe.return=t);pe!==null;){var je=pe.dependencies;if(je!==null){H=pe.child;for(var Ue=je.firstContext;Ue!==null;){if(Ue.context===h&&Ue.observedBits&z){pe.tag===1&&(Ue=Pi(i,null),Ue.tag=2,Mi(pe,Ue)),pe.expirationTime<i&&(pe.expirationTime=i),Ue=pe.alternate,Ue!==null&&Ue.expirationTime<i&&(Ue.expirationTime=i),Uc(pe.return,i),je.expirationTime<i&&(je.expirationTime=i);break}Ue=Ue.next}}else H=pe.tag===10&&pe.type===t.type?null:pe.child;if(H!==null)H.return=pe;else for(H=pe;H!==null;){if(H===t){H=null;break}if(pe=H.sibling,pe!==null){pe.return=H.return,H=pe;break}H=H.return}pe=H}Cr(e,t,x.children,i),t=t.child}return t;case 9:return x=t.type,z=t.pendingProps,h=z.children,Go(t,i),x=Nr(x,z.unstable_observedBits),h=h(x),t.effectTag|=1,Cr(e,t,h,i),t.child;case 14:return x=t.type,z=Ur(x,t.pendingProps),z=Ur(x.type,z),uf(e,t,x,z,h,i);case 15:return lf(e,t,t.type,t.pendingProps,h,i);case 17:return h=t.type,x=t.pendingProps,x=t.elementType===h?x:Ur(h,x),e!==null&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,_r(h)?(e=!0,us(t)):e=!1,Go(t,i),Zc(t,h,x),Ru(t,h,x,i),Yu(null,t,h,!0,e,i);case 19:return mf(e,t,i)}throw Error(u(156,t.tag))};var dl=null,hl=null;function gh(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var i=t.inject(e);dl=function(h){try{t.onCommitFiberRoot(i,h,void 0,(h.current.effectTag&64)===64)}catch{}},hl=function(h){try{t.onCommitFiberUnmount(i,h)}catch{}}}catch{}return!0}function yh(e,t,i,h){this.tag=e,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=h,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function ti(e,t,i,h){return new yh(e,t,i,h)}function ml(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Eh(e){if(typeof e=="function")return ml(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Gn)return 11;if(e===Mn)return 14}return 2}function Eo(e,t){var i=e.alternate;return i===null?(i=ti(e.tag,t,e.key,e.mode),i.elementType=e.elementType,i.type=e.type,i.stateNode=e.stateNode,i.alternate=e,e.alternate=i):(i.pendingProps=t,i.effectTag=0,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null),i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,t=e.dependencies,i.dependencies=t===null?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},i.sibling=e.sibling,i.index=e.index,i.ref=e.ref,i}function Ws(e,t,i,h,x,z){var H=2;if(h=e,typeof e=="function")ml(e)&&(H=1);else if(typeof e=="string")H=5;else e:switch(e){case Be:return ji(i.children,x,z,t);case jn:H=8,x|=7;break;case Ee:H=8,x|=1;break;case Fe:return e=ti(12,i,t,x|8),e.elementType=Fe,e.type=Fe,e.expirationTime=z,e;case dn:return e=ti(13,i,t,x),e.type=dn,e.elementType=dn,e.expirationTime=z,e;case zn:return e=ti(19,i,t,x),e.elementType=zn,e.expirationTime=z,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Ye:H=10;break e;case fn:H=9;break e;case Gn:H=11;break e;case Mn:H=14;break e;case Jn:H=16,h=null;break e;case nt:H=22;break e}throw Error(u(130,e==null?e:typeof e,""))}return t=ti(H,i,t,x),t.elementType=e,t.type=h,t.expirationTime=z,t}function ji(e,t,i,h){return e=ti(7,e,h,t),e.expirationTime=i,e}function vl(e,t,i){return e=ti(6,e,null,t),e.expirationTime=i,e}function gl(e,t,i){return t=ti(4,e.children!==null?e.children:[],e.key,t),t.expirationTime=i,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function _h(e,t,i){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=i,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Wf(e,t){var i=e.firstSuspendedTime;return e=e.lastSuspendedTime,i!==0&&i>=t&&e<=t}function _o(e,t){var i=e.firstSuspendedTime,h=e.lastSuspendedTime;i<t&&(e.firstSuspendedTime=t),(h>t||i===0)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function Gf(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var i=e.firstSuspendedTime;i!==0&&(t>=i?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function yl(e,t){var i=e.lastExpiredTime;(i===0||i>t)&&(e.lastExpiredTime=t)}function Gs(e,t,i,h){var x=t.current,z=ni(),H=Ca.suspense;z=mo(z,x,H);e:if(i){i=i._reactInternalFiber;n:{if(Q(i)!==i||i.tag!==1)throw Error(u(170));var pe=i;do{switch(pe.tag){case 3:pe=pe.stateNode.context;break n;case 1:if(_r(pe.type)){pe=pe.stateNode.__reactInternalMemoizedMergedChildContext;break n}}pe=pe.return}while(pe!==null);throw Error(u(171))}if(i.tag===1){var je=i.type;if(_r(je)){i=xc(i,je,pe);break e}}i=pe}else i=Oi;return t.context===null?t.context=i:t.pendingContext=i,t=Pi(z,H),t.payload={element:e},h=h===void 0?null:h,h!==null&&(t.callback=h),Mi(x,t),Bi(x,z),z}function El(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function Zf(e,t){e=e.memoizedState,e!==null&&e.dehydrated!==null&&e.retryTime<t&&(e.retryTime=t)}function _l(e,t){Zf(e,t),(e=e.alternate)&&Zf(e,t)}function bl(e,t,i){i=i!=null&&i.hydrate===!0;var h=new _h(e,t,i),x=ti(3,null,null,t===2?7:t===1?3:0);h.current=x,x.stateNode=h,Pu(x),e[eo]=h.current,i&&t!==0&&gu(e,e.nodeType===9?e:e.ownerDocument),this._internalRoot=h}bl.prototype.render=function(e){Gs(e,this._internalRoot,null,null)},bl.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;Gs(null,e,null,function(){t[eo]=null})};function Ra(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function bh(e,t){if(t||(t=e?e.nodeType===9?e.documentElement:e.firstChild:null,t=!(!t||t.nodeType!==1||!t.hasAttribute("data-reactroot"))),!t)for(var i;i=e.lastChild;)e.removeChild(i);return new bl(e,0,t?{hydrate:!0}:void 0)}function Zs(e,t,i,h,x){var z=i._reactRootContainer;if(z){var H=z._internalRoot;if(typeof x=="function"){var pe=x;x=function(){var Ue=El(H);pe.call(Ue)}}Gs(t,H,e,x)}else{if(z=i._reactRootContainer=bh(i,h),H=z._internalRoot,typeof x=="function"){var je=x;x=function(){var Ue=El(H);je.call(Ue)}}Rf(function(){Gs(t,H,e,x)})}return El(H)}function Ah(e,t,i){var h=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Ve,key:h==null?null:""+h,children:e,containerInfo:t,implementation:i}}Bt=function(e){if(e.tag===13){var t=ps(ni(),150,100);Bi(e,t),_l(e,t)}},Pt=function(e){e.tag===13&&(Bi(e,3),_l(e,3))},it=function(e){if(e.tag===13){var t=ni();t=mo(t,e,null),Bi(e,t),_l(e,t)}},U=function(e,t,i){switch(t){case"input":if(Wn(e,i),t=i.name,i.type==="radio"&&t!=null){for(i=e;i.parentNode;)i=i.parentNode;for(i=i.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<i.length;t++){var h=i[t];if(h!==e&&h.form===e.form){var x=Lo(h);if(!x)throw Error(u(90));ze(h),Wn(h,x)}}}break;case"textarea":fr(e,i);break;case"select":t=i.value,t!=null&&jt(e,!!i.multiple,t,!1)}},de=Mf,ce=function(e,t,i,h,x){var z=Yn;Yn|=4;try{return Ii(98,e.bind(null,t,i,h,x))}finally{Yn=z,Yn===or&&Yr()}},be=function(){(Yn&(1|Vr|ei))===or&&(lh(),Qo())},Ie=function(e,t){var i=Yn;Yn|=2;try{return e(t)}finally{Yn=i,Yn===or&&Yr()}};function Kf(e,t){var i=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Ra(t))throw Error(u(200));return Ah(e,t,null,i)}var Th={Events:[to,$r,Lo,L,W,di,function(e){Ge(e,Xa)},te,ie,ee,Vn,Qo,{current:!1}]};(function(e){var t=e.findFiberByHostInstance;return gh(m({},e,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Te.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=ke(i),i===null?null:i.stateNode},findFiberByHostInstance:function(i){return t?t(i):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:no,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}),B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Th,B.createPortal=Kf,B.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternalFiber;if(t===void 0)throw typeof e.render=="function"?Error(u(188)):Error(u(268,Object.keys(e)));return e=ke(t),e=e===null?null:e.stateNode,e},B.flushSync=function(e,t){if((Yn&(Vr|ei))!==or)throw Error(u(187));var i=Yn;Yn|=1;try{return Ii(99,e.bind(null,t))}finally{Yn=i,Yr()}},B.hydrate=function(e,t,i){if(!Ra(t))throw Error(u(200));return Zs(null,e,t,!0,i)},B.render=function(e,t,i){if(!Ra(t))throw Error(u(200));return Zs(null,e,t,!1,i)},B.unmountComponentAtNode=function(e){if(!Ra(e))throw Error(u(40));return e._reactRootContainer?(Rf(function(){Zs(null,null,e,!1,function(){e._reactRootContainer=null,e[eo]=null})}),!0):!1},B.unstable_batchedUpdates=Mf,B.unstable_createPortal=function(e,t){return Kf(e,t,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},B.unstable_renderSubtreeIntoContainer=function(e,t,i,h){if(!Ra(i))throw Error(u(200));if(e==null||e._reactInternalFiber===void 0)throw Error(u(38));return Zs(e,t,i,!1,h)},B.version="16.14.0"},3935:(w,B,o)=>{"use strict";function b(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(b)}catch(m){console.error(m)}}b(),w.exports=o(4448)},2408:(w,B,o)=>{"use strict";/** @license React v16.14.0
2032
+ * react.production.min.js
2033
+ *
2034
+ * Copyright (c) Facebook, Inc. and its affiliates.
2035
+ *
2036
+ * This source code is licensed under the MIT license found in the
2037
+ * LICENSE file in the root directory of this source tree.
2038
+ */var b=o(7418),m=typeof Symbol=="function"&&Symbol.for,d=m?Symbol.for("react.element"):60103,u=m?Symbol.for("react.portal"):60106,p=m?Symbol.for("react.fragment"):60107,f=m?Symbol.for("react.strict_mode"):60108,c=m?Symbol.for("react.profiler"):60114,y=m?Symbol.for("react.provider"):60109,k=m?Symbol.for("react.context"):60110,_=m?Symbol.for("react.forward_ref"):60112,A=m?Symbol.for("react.suspense"):60113,T=m?Symbol.for("react.memo"):60115,g=m?Symbol.for("react.lazy"):60116,D=typeof Symbol=="function"&&Symbol.iterator;function C(Z){for(var he="https://reactjs.org/docs/error-decoder.html?invariant="+Z,Ze=1;Ze<arguments.length;Ze++)he+="&args[]="+encodeURIComponent(arguments[Ze]);return"Minified React error #"+Z+"; visit "+he+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var O={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},N={};function P(Z,he,Ze){this.props=Z,this.context=he,this.refs=N,this.updater=Ze||O}P.prototype.isReactComponent={},P.prototype.setState=function(Z,he){if(typeof Z!="object"&&typeof Z!="function"&&Z!=null)throw Error(C(85));this.updater.enqueueSetState(this,Z,he,"setState")},P.prototype.forceUpdate=function(Z){this.updater.enqueueForceUpdate(this,Z,"forceUpdate")};function R(){}R.prototype=P.prototype;function M(Z,he,Ze){this.props=Z,this.context=he,this.refs=N,this.updater=Ze||O}var F=M.prototype=new R;F.constructor=M,b(F,P.prototype),F.isPureReactComponent=!0;var W={current:null},ne=Object.prototype.hasOwnProperty,v={key:!0,ref:!0,__self:!0,__source:!0};function L(Z,he,Ze){var rn,un={},Sn=null,ln=null;if(he!=null)for(rn in he.ref!==void 0&&(ln=he.ref),he.key!==void 0&&(Sn=""+he.key),he)ne.call(he,rn)&&!v.hasOwnProperty(rn)&&(un[rn]=he[rn]);var nn=arguments.length-2;if(nn===1)un.children=Ze;else if(1<nn){for(var re=Array(nn),X=0;X<nn;X++)re[X]=arguments[X+2];un.children=re}if(Z&&Z.defaultProps)for(rn in nn=Z.defaultProps,nn)un[rn]===void 0&&(un[rn]=nn[rn]);return{$$typeof:d,type:Z,key:Sn,ref:ln,props:un,_owner:W.current}}function j(Z,he){return{$$typeof:d,type:Z.type,key:he,ref:Z.ref,props:Z.props,_owner:Z._owner}}function U(Z){return typeof Z=="object"&&Z!==null&&Z.$$typeof===d}function J(Z){var he={"=":"=0",":":"=2"};return"$"+(""+Z).replace(/[=:]/g,function(Ze){return he[Ze]})}var ae=/\/+/g,q=[];function te(Z,he,Ze,rn){if(q.length){var un=q.pop();return un.result=Z,un.keyPrefix=he,un.func=Ze,un.context=rn,un.count=0,un}return{result:Z,keyPrefix:he,func:Ze,context:rn,count:0}}function ie(Z){Z.result=null,Z.keyPrefix=null,Z.func=null,Z.context=null,Z.count=0,10>q.length&&q.push(Z)}function de(Z,he,Ze,rn){var un=typeof Z;(un==="undefined"||un==="boolean")&&(Z=null);var Sn=!1;if(Z===null)Sn=!0;else switch(un){case"string":case"number":Sn=!0;break;case"object":switch(Z.$$typeof){case d:case u:Sn=!0}}if(Sn)return Ze(rn,Z,he===""?"."+be(Z,0):he),1;if(Sn=0,he=he===""?".":he+":",Array.isArray(Z))for(var ln=0;ln<Z.length;ln++){un=Z[ln];var nn=he+be(un,ln);Sn+=de(un,nn,Ze,rn)}else if(Z===null||typeof Z!="object"?nn=null:(nn=D&&Z[D]||Z["@@iterator"],nn=typeof nn=="function"?nn:null),typeof nn=="function")for(Z=nn.call(Z),ln=0;!(un=Z.next()).done;)un=un.value,nn=he+be(un,ln++),Sn+=de(un,nn,Ze,rn);else if(un==="object")throw Ze=""+Z,Error(C(31,Ze==="[object Object]"?"object with keys {"+Object.keys(Z).join(", ")+"}":Ze,""));return Sn}function ce(Z,he,Ze){return Z==null?0:de(Z,"",he,Ze)}function be(Z,he){return typeof Z=="object"&&Z!==null&&Z.key!=null?J(Z.key):he.toString(36)}function Ie(Z,he){Z.func.call(Z.context,he,Z.count++)}function _e(Z,he,Ze){var rn=Z.result,un=Z.keyPrefix;Z=Z.func.call(Z.context,he,Z.count++),Array.isArray(Z)?xe(Z,rn,Ze,function(Sn){return Sn}):Z!=null&&(U(Z)&&(Z=j(Z,un+(!Z.key||he&&he.key===Z.key?"":(""+Z.key).replace(ae,"$&/")+"/")+Ze)),rn.push(Z))}function xe(Z,he,Ze,rn,un){var Sn="";Ze!=null&&(Sn=(""+Ze).replace(ae,"$&/")+"/"),he=te(he,Sn,rn,un),ce(Z,_e,he),ie(he)}var Ae={current:null};function Oe(){var Z=Ae.current;if(Z===null)throw Error(C(321));return Z}var Me={ReactCurrentDispatcher:Ae,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:W,IsSomeRendererActing:{current:!1},assign:b};B.Children={map:function(Z,he,Ze){if(Z==null)return Z;var rn=[];return xe(Z,rn,null,he,Ze),rn},forEach:function(Z,he,Ze){if(Z==null)return Z;he=te(null,null,he,Ze),ce(Z,Ie,he),ie(he)},count:function(Z){return ce(Z,function(){return null},null)},toArray:function(Z){var he=[];return xe(Z,he,null,function(Ze){return Ze}),he},only:function(Z){if(!U(Z))throw Error(C(143));return Z}},B.Component=P,B.Fragment=p,B.Profiler=c,B.PureComponent=M,B.StrictMode=f,B.Suspense=A,B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Me,B.cloneElement=function(Z,he,Ze){if(Z==null)throw Error(C(267,Z));var rn=b({},Z.props),un=Z.key,Sn=Z.ref,ln=Z._owner;if(he!=null){if(he.ref!==void 0&&(Sn=he.ref,ln=W.current),he.key!==void 0&&(un=""+he.key),Z.type&&Z.type.defaultProps)var nn=Z.type.defaultProps;for(re in he)ne.call(he,re)&&!v.hasOwnProperty(re)&&(rn[re]=he[re]===void 0&&nn!==void 0?nn[re]:he[re])}var re=arguments.length-2;if(re===1)rn.children=Ze;else if(1<re){nn=Array(re);for(var X=0;X<re;X++)nn[X]=arguments[X+2];rn.children=nn}return{$$typeof:d,type:Z.type,key:un,ref:Sn,props:rn,_owner:ln}},B.createContext=function(Z,he){return he===void 0&&(he=null),Z={$$typeof:k,_calculateChangedBits:he,_currentValue:Z,_currentValue2:Z,_threadCount:0,Provider:null,Consumer:null},Z.Provider={$$typeof:y,_context:Z},Z.Consumer=Z},B.createElement=L,B.createFactory=function(Z){var he=L.bind(null,Z);return he.type=Z,he},B.createRef=function(){return{current:null}},B.forwardRef=function(Z){return{$$typeof:_,render:Z}},B.isValidElement=U,B.lazy=function(Z){return{$$typeof:g,_ctor:Z,_status:-1,_result:null}},B.memo=function(Z,he){return{$$typeof:T,type:Z,compare:he===void 0?null:he}},B.useCallback=function(Z,he){return Oe().useCallback(Z,he)},B.useContext=function(Z,he){return Oe().useContext(Z,he)},B.useDebugValue=function(){},B.useEffect=function(Z,he){return Oe().useEffect(Z,he)},B.useImperativeHandle=function(Z,he,Ze){return Oe().useImperativeHandle(Z,he,Ze)},B.useLayoutEffect=function(Z,he){return Oe().useLayoutEffect(Z,he)},B.useMemo=function(Z,he){return Oe().useMemo(Z,he)},B.useReducer=function(Z,he,Ze){return Oe().useReducer(Z,he,Ze)},B.useRef=function(Z){return Oe().useRef(Z)},B.useState=function(Z){return Oe().useState(Z)},B.version="16.14.0"},7294:(w,B,o)=>{"use strict";w.exports=o(2408)},53:(w,B)=>{"use strict";/** @license React v0.19.1
2039
+ * scheduler.production.min.js
2040
+ *
2041
+ * Copyright (c) Facebook, Inc. and its affiliates.
2042
+ *
2043
+ * This source code is licensed under the MIT license found in the
2044
+ * LICENSE file in the root directory of this source tree.
2045
+ */var o,b,m,d,u;if(typeof window>"u"||typeof MessageChannel!="function"){var p=null,f=null,c=function(){if(p!==null)try{var Ae=B.unstable_now();p(!0,Ae),p=null}catch(Oe){throw setTimeout(c,0),Oe}},y=Date.now();B.unstable_now=function(){return Date.now()-y},o=function(Ae){p!==null?setTimeout(o,0,Ae):(p=Ae,setTimeout(c,0))},b=function(Ae,Oe){f=setTimeout(Ae,Oe)},m=function(){clearTimeout(f)},d=function(){return!1},u=B.unstable_forceFrameRate=function(){}}else{var k=window.performance,_=window.Date,A=window.setTimeout,T=window.clearTimeout;if(typeof console<"u"){var g=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),typeof g!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if(typeof k=="object"&&typeof k.now=="function")B.unstable_now=function(){return k.now()};else{var D=_.now();B.unstable_now=function(){return _.now()-D}}var C=!1,O=null,N=-1,P=5,R=0;d=function(){return B.unstable_now()>=R},u=function(){},B.unstable_forceFrameRate=function(Ae){0>Ae||125<Ae?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):P=0<Ae?Math.floor(1e3/Ae):5};var M=new MessageChannel,F=M.port2;M.port1.onmessage=function(){if(O!==null){var Ae=B.unstable_now();R=Ae+P;try{O(!0,Ae)?F.postMessage(null):(C=!1,O=null)}catch(Oe){throw F.postMessage(null),Oe}}else C=!1},o=function(Ae){O=Ae,C||(C=!0,F.postMessage(null))},b=function(Ae,Oe){N=A(function(){Ae(B.unstable_now())},Oe)},m=function(){T(N),N=-1}}function W(Ae,Oe){var Me=Ae.length;Ae.push(Oe);e:for(;;){var Z=Me-1>>>1,he=Ae[Z];if(he!==void 0&&0<L(he,Oe))Ae[Z]=Oe,Ae[Me]=he,Me=Z;else break e}}function ne(Ae){return Ae=Ae[0],Ae===void 0?null:Ae}function v(Ae){var Oe=Ae[0];if(Oe!==void 0){var Me=Ae.pop();if(Me!==Oe){Ae[0]=Me;e:for(var Z=0,he=Ae.length;Z<he;){var Ze=2*(Z+1)-1,rn=Ae[Ze],un=Ze+1,Sn=Ae[un];if(rn!==void 0&&0>L(rn,Me))Sn!==void 0&&0>L(Sn,rn)?(Ae[Z]=Sn,Ae[un]=Me,Z=un):(Ae[Z]=rn,Ae[Ze]=Me,Z=Ze);else if(Sn!==void 0&&0>L(Sn,Me))Ae[Z]=Sn,Ae[un]=Me,Z=un;else break e}}return Oe}return null}function L(Ae,Oe){var Me=Ae.sortIndex-Oe.sortIndex;return Me!==0?Me:Ae.id-Oe.id}var j=[],U=[],J=1,ae=null,q=3,te=!1,ie=!1,de=!1;function ce(Ae){for(var Oe=ne(U);Oe!==null;){if(Oe.callback===null)v(U);else if(Oe.startTime<=Ae)v(U),Oe.sortIndex=Oe.expirationTime,W(j,Oe);else break;Oe=ne(U)}}function be(Ae){if(de=!1,ce(Ae),!ie)if(ne(j)!==null)ie=!0,o(Ie);else{var Oe=ne(U);Oe!==null&&b(be,Oe.startTime-Ae)}}function Ie(Ae,Oe){ie=!1,de&&(de=!1,m()),te=!0;var Me=q;try{for(ce(Oe),ae=ne(j);ae!==null&&(!(ae.expirationTime>Oe)||Ae&&!d());){var Z=ae.callback;if(Z!==null){ae.callback=null,q=ae.priorityLevel;var he=Z(ae.expirationTime<=Oe);Oe=B.unstable_now(),typeof he=="function"?ae.callback=he:ae===ne(j)&&v(j),ce(Oe)}else v(j);ae=ne(j)}if(ae!==null)var Ze=!0;else{var rn=ne(U);rn!==null&&b(be,rn.startTime-Oe),Ze=!1}return Ze}finally{ae=null,q=Me,te=!1}}function _e(Ae){switch(Ae){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var xe=u;B.unstable_IdlePriority=5,B.unstable_ImmediatePriority=1,B.unstable_LowPriority=4,B.unstable_NormalPriority=3,B.unstable_Profiling=null,B.unstable_UserBlockingPriority=2,B.unstable_cancelCallback=function(Ae){Ae.callback=null},B.unstable_continueExecution=function(){ie||te||(ie=!0,o(Ie))},B.unstable_getCurrentPriorityLevel=function(){return q},B.unstable_getFirstCallbackNode=function(){return ne(j)},B.unstable_next=function(Ae){switch(q){case 1:case 2:case 3:var Oe=3;break;default:Oe=q}var Me=q;q=Oe;try{return Ae()}finally{q=Me}},B.unstable_pauseExecution=function(){},B.unstable_requestPaint=xe,B.unstable_runWithPriority=function(Ae,Oe){switch(Ae){case 1:case 2:case 3:case 4:case 5:break;default:Ae=3}var Me=q;q=Ae;try{return Oe()}finally{q=Me}},B.unstable_scheduleCallback=function(Ae,Oe,Me){var Z=B.unstable_now();if(typeof Me=="object"&&Me!==null){var he=Me.delay;he=typeof he=="number"&&0<he?Z+he:Z,Me=typeof Me.timeout=="number"?Me.timeout:_e(Ae)}else Me=_e(Ae),he=Z;return Me=he+Me,Ae={id:J++,callback:Oe,priorityLevel:Ae,startTime:he,expirationTime:Me,sortIndex:-1},he>Z?(Ae.sortIndex=he,W(U,Ae),ne(j)===null&&Ae===ne(U)&&(de?m():de=!0,b(be,he-Z))):(Ae.sortIndex=Me,W(j,Ae),ie||te||(ie=!0,o(Ie))),Ae},B.unstable_shouldYield=function(){var Ae=B.unstable_now();ce(Ae);var Oe=ne(j);return Oe!==ae&&ae!==null&&Oe!==null&&Oe.callback!==null&&Oe.startTime<=Ae&&Oe.expirationTime<ae.expirationTime||d()},B.unstable_wrapCallback=function(Ae){var Oe=q;return function(){var Me=q;q=Oe;try{return Ae.apply(this,arguments)}finally{q=Me}}}},3840:(w,B,o)=>{"use strict";w.exports=o(53)},3379:(w,B,o)=>{"use strict";var b=function(){var C;return function(){return typeof C>"u"&&(C=Boolean(window&&document&&document.all&&!window.atob)),C}}(),m=function(){var C={};return function(N){if(typeof C[N]>"u"){var P=document.querySelector(N);if(window.HTMLIFrameElement&&P instanceof window.HTMLIFrameElement)try{P=P.contentDocument.head}catch{P=null}C[N]=P}return C[N]}}(),d=[];function u(D){for(var C=-1,O=0;O<d.length;O++)if(d[O].identifier===D){C=O;break}return C}function p(D,C){for(var O={},N=[],P=0;P<D.length;P++){var R=D[P],M=C.base?R[0]+C.base:R[0],F=O[M]||0,W="".concat(M," ").concat(F);O[M]=F+1;var ne=u(W),v={css:R[1],media:R[2],sourceMap:R[3]};ne!==-1?(d[ne].references++,d[ne].updater(v)):d.push({identifier:W,updater:g(v,C),references:1}),N.push(W)}return N}function f(D){var C=document.createElement("style"),O=D.attributes||{};if(typeof O.nonce>"u"){var N=o.nc;N&&(O.nonce=N)}if(Object.keys(O).forEach(function(R){C.setAttribute(R,O[R])}),typeof D.insert=="function")D.insert(C);else{var P=m(D.insert||"head");if(!P)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");P.appendChild(C)}return C}function c(D){if(D.parentNode===null)return!1;D.parentNode.removeChild(D)}var y=function(){var C=[];return function(N,P){return C[N]=P,C.filter(Boolean).join(`
2046
+ `)}}();function k(D,C,O,N){var P=O?"":N.media?"@media ".concat(N.media," {").concat(N.css,"}"):N.css;if(D.styleSheet)D.styleSheet.cssText=y(C,P);else{var R=document.createTextNode(P),M=D.childNodes;M[C]&&D.removeChild(M[C]),M.length?D.insertBefore(R,M[C]):D.appendChild(R)}}function _(D,C,O){var N=O.css,P=O.media,R=O.sourceMap;if(P?D.setAttribute("media",P):D.removeAttribute("media"),R&&typeof btoa<"u"&&(N+=`
2047
+ /*# sourceMappingURL=data:application/json;base64,`.concat(btoa(unescape(encodeURIComponent(JSON.stringify(R))))," */")),D.styleSheet)D.styleSheet.cssText=N;else{for(;D.firstChild;)D.removeChild(D.firstChild);D.appendChild(document.createTextNode(N))}}var A=null,T=0;function g(D,C){var O,N,P;if(C.singleton){var R=T++;O=A||(A=f(C)),N=k.bind(null,O,R,!1),P=k.bind(null,O,R,!0)}else O=f(C),N=_.bind(null,O,C),P=function(){c(O)};return N(D),function(F){if(F){if(F.css===D.css&&F.media===D.media&&F.sourceMap===D.sourceMap)return;N(D=F)}else P()}}w.exports=function(D,C){C=C||{},!C.singleton&&typeof C.singleton!="boolean"&&(C.singleton=b()),D=D||[];var O=p(D,C);return function(P){if(P=P||[],Object.prototype.toString.call(P)==="[object Array]"){for(var R=0;R<O.length;R++){var M=O[R],F=u(M);d[F].references--}for(var W=p(P,C),ne=0;ne<O.length;ne++){var v=O[ne],L=u(v);d[L].references===0&&(d[L].updater(),d.splice(L,1))}O=W}}}},9413:w=>{w.exports=/[\0-\x1F\x7F-\x9F]/},2326:w=>{w.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},3189:w=>{w.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},5045:w=>{w.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},4205:(w,B,o)=>{"use strict";B.Any=o(9369),B.Cc=o(9413),B.Cf=o(2326),B.P=o(3189),B.Z=o(5045)},9369:w=>{w.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},2555:(w,B,o)=>{"use strict";o.r(B),o.d(B,{CloseCode:()=>b.CloseCode,DEPRECATED_GRAPHQL_WS_PROTOCOL:()=>b.DEPRECATED_GRAPHQL_WS_PROTOCOL,GRAPHQL_TRANSPORT_WS_PROTOCOL:()=>b.GRAPHQL_TRANSPORT_WS_PROTOCOL,MessageType:()=>b.MessageType,createClient:()=>d,isMessage:()=>b.isMessage,parseMessage:()=>b.parseMessage,stringifyMessage:()=>b.stringifyMessage,validateMessage:()=>b.validateMessage});var b=o(7092),m=o(6637);function d(c){const{url:y,connectionParams:k,lazy:_=!0,onNonLazyError:A=console.error,lazyCloseTimeout:T=0,keepAlive:g=0,disablePong:D,connectionAckWaitTimeout:C=0,retryAttempts:O=5,retryWait:N=async function(xe){let Ae=1e3;for(let Oe=0;Oe<xe;Oe++)Ae*=2;await new Promise(Oe=>setTimeout(Oe,Ae+Math.floor(Math.random()*2700+300)))},shouldRetry:P=u,isFatalConnectionProblem:R,on:M,webSocketImpl:F,generateID:W=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,xe=>{const Ae=Math.random()*16|0;return(xe=="x"?Ae:Ae&3|8).toString(16)})},jsonMessageReplacer:ne,jsonMessageReviver:v}=c;let L;if(F){if(!f(F))throw new Error("Invalid WebSocket implementation provided");L=F}else typeof WebSocket<"u"?L=WebSocket:typeof global<"u"?L=global.WebSocket||global.MozWebSocket:typeof window<"u"&&(L=window.WebSocket||window.MozWebSocket);if(!L)throw new Error("WebSocket implementation missing; on Node you can `import WebSocket from 'ws';` and pass `webSocketImpl: WebSocket` to `createClient`");const j=L,U=(()=>{const _e=(()=>{const Ae={};return{on(Oe,Me){return Ae[Oe]=Me,()=>{delete Ae[Oe]}},emit(Oe){var Me;"id"in Oe&&((Me=Ae[Oe.id])===null||Me===void 0||Me.call(Ae,Oe))}}})(),xe={connecting:M!=null&&M.connecting?[M.connecting]:[],opened:M!=null&&M.opened?[M.opened]:[],connected:M!=null&&M.connected?[M.connected]:[],ping:M!=null&&M.ping?[M.ping]:[],pong:M!=null&&M.pong?[M.pong]:[],message:M!=null&&M.message?[_e.emit,M.message]:[_e.emit],closed:M!=null&&M.closed?[M.closed]:[],error:M!=null&&M.error?[M.error]:[]};return{onMessage:_e.on,on(Ae,Oe){const Me=xe[Ae];return Me.push(Oe),()=>{Me.splice(Me.indexOf(Oe),1)}},emit(Ae,...Oe){for(const Me of[...xe[Ae]])Me(...Oe)}}})();function J(_e){const xe=[U.on("error",Ae=>{xe.forEach(Oe=>Oe()),_e(Ae)}),U.on("closed",Ae=>{xe.forEach(Oe=>Oe()),_e(Ae)})]}let ae,q=0,te,ie=!1,de=0,ce=!1;async function be(){clearTimeout(te);const[_e,xe]=await(ae!=null?ae:ae=new Promise((Me,Z)=>(async()=>{if(ie){if(await N(de),!q)return ae=void 0,Z({code:1e3,reason:"All Subscriptions Gone"});de++}U.emit("connecting");const he=new j(typeof y=="function"?await y():y,b.GRAPHQL_TRANSPORT_WS_PROTOCOL);let Ze,rn;function un(){isFinite(g)&&g>0&&(clearTimeout(rn),rn=setTimeout(()=>{he.readyState===j.OPEN&&(he.send((0,b.stringifyMessage)({type:b.MessageType.Ping})),U.emit("ping",!1,void 0))},g))}J(ln=>{ae=void 0,clearTimeout(Ze),clearTimeout(rn),Z(ln),u(ln)&&ln.code===4499&&(he.close(4499,"Terminated"),he.onerror=null,he.onclose=null)}),he.onerror=ln=>U.emit("error",ln),he.onclose=ln=>U.emit("closed",ln),he.onopen=async()=>{try{U.emit("opened",he);const ln=typeof k=="function"?await k():k;if(he.readyState!==j.OPEN)return;he.send((0,b.stringifyMessage)(ln?{type:b.MessageType.ConnectionInit,payload:ln}:{type:b.MessageType.ConnectionInit},ne)),isFinite(C)&&C>0&&(Ze=setTimeout(()=>{he.close(b.CloseCode.ConnectionAcknowledgementTimeout,"Connection acknowledgement timeout")},C)),un()}catch(ln){U.emit("error",ln),he.close(b.CloseCode.InternalClientError,(0,m.qj)(ln instanceof Error?ln.message:new Error(ln).message,"Internal client error"))}};let Sn=!1;he.onmessage=({data:ln})=>{try{const nn=(0,b.parseMessage)(ln,v);if(U.emit("message",nn),nn.type==="ping"||nn.type==="pong"){U.emit(nn.type,!0,nn.payload),nn.type==="pong"?un():D||(he.send((0,b.stringifyMessage)(nn.payload?{type:b.MessageType.Pong,payload:nn.payload}:{type:b.MessageType.Pong})),U.emit("pong",!1,nn.payload));return}if(Sn)return;if(nn.type!==b.MessageType.ConnectionAck)throw new Error(`First message cannot be of type ${nn.type}`);clearTimeout(Ze),Sn=!0,U.emit("connected",he,nn.payload),ie=!1,de=0,Me([he,new Promise((re,X)=>J(X))])}catch(nn){he.onmessage=null,U.emit("error",nn),he.close(b.CloseCode.BadResponse,(0,m.qj)(nn instanceof Error?nn.message:new Error(nn).message,"Bad response"))}}})()));_e.readyState===j.CLOSING&&await xe;let Ae=()=>{};const Oe=new Promise(Me=>Ae=Me);return[_e,Ae,Promise.race([Oe.then(()=>{if(!q){const Me=()=>_e.close(1e3,"Normal Closure");isFinite(T)&&T>0?te=setTimeout(()=>{_e.readyState===j.OPEN&&Me()},T):Me()}}),xe])]}function Ie(_e){if(u(_e)&&(p(_e.code)||[b.CloseCode.InternalServerError,b.CloseCode.InternalClientError,b.CloseCode.BadRequest,b.CloseCode.BadResponse,b.CloseCode.Unauthorized,b.CloseCode.SubprotocolNotAcceptable,b.CloseCode.SubscriberAlreadyExists,b.CloseCode.TooManyInitialisationRequests].includes(_e.code)))throw _e;if(ce)return!1;if(u(_e)&&_e.code===1e3)return q>0;if(!O||de>=O||!P(_e)||R!=null&&R(_e))throw _e;return ie=!0}return _||(async()=>{for(q++;;)try{const[,,_e]=await be();await _e}catch(_e){try{if(!Ie(_e))return}catch(xe){return A==null?void 0:A(xe)}}})(),{on:U.on,subscribe(_e,xe){const Ae=W(_e);let Oe=!1,Me=!1,Z=()=>{q--,Oe=!0};return(async()=>{for(q++;;)try{const[he,Ze,rn]=await be();if(Oe)return Ze();const un=U.onMessage(Ae,Sn=>{switch(Sn.type){case b.MessageType.Next:{xe.next(Sn.payload);return}case b.MessageType.Error:{Me=!0,Oe=!0,xe.error(Sn.payload),Z();return}case b.MessageType.Complete:{Oe=!0,Z();return}}});he.send((0,b.stringifyMessage)({id:Ae,type:b.MessageType.Subscribe,payload:_e},ne)),Z=()=>{!Oe&&he.readyState===j.OPEN&&he.send((0,b.stringifyMessage)({id:Ae,type:b.MessageType.Complete},ne)),q--,Oe=!0,Ze()},await rn.finally(un);return}catch(he){if(!Ie(he))return}})().then(()=>{Me||xe.complete()}).catch(he=>{xe.error(he)}),()=>{Oe||Z()}},async dispose(){if(ce=!0,ae){const[_e]=await ae;_e.close(1e3,"Normal Closure")}},terminate(){ae&&U.emit("closed",{code:4499,reason:"Terminated",wasClean:!1})}}}function u(c){return(0,m.Kn)(c)&&"code"in c&&"reason"in c}function p(c){return[1e3,1001,1006,1005,1012,1013,1013].includes(c)?!1:c>=1e3&&c<=1999}function f(c){return typeof c=="function"&&"constructor"in c&&"CLOSED"in c&&"CLOSING"in c&&"CONNECTING"in c&&"OPEN"in c}},7092:(w,B,o)=>{"use strict";o.r(B),o.d(B,{CloseCode:()=>u,DEPRECATED_GRAPHQL_WS_PROTOCOL:()=>d,GRAPHQL_TRANSPORT_WS_PROTOCOL:()=>m,MessageType:()=>p,isMessage:()=>c,parseMessage:()=>y,stringifyMessage:()=>k,validateMessage:()=>f});var b=o(6637);const m="graphql-transport-ws",d="graphql-ws";var u;(function(_){_[_.InternalServerError=4500]="InternalServerError",_[_.InternalClientError=4005]="InternalClientError",_[_.BadRequest=4400]="BadRequest",_[_.BadResponse=4004]="BadResponse",_[_.Unauthorized=4401]="Unauthorized",_[_.Forbidden=4403]="Forbidden",_[_.SubprotocolNotAcceptable=4406]="SubprotocolNotAcceptable",_[_.ConnectionInitialisationTimeout=4408]="ConnectionInitialisationTimeout",_[_.ConnectionAcknowledgementTimeout=4504]="ConnectionAcknowledgementTimeout",_[_.SubscriberAlreadyExists=4409]="SubscriberAlreadyExists",_[_.TooManyInitialisationRequests=4429]="TooManyInitialisationRequests"})(u||(u={}));var p;(function(_){_.ConnectionInit="connection_init",_.ConnectionAck="connection_ack",_.Ping="ping",_.Pong="pong",_.Subscribe="subscribe",_.Next="next",_.Error="error",_.Complete="complete"})(p||(p={}));function f(_){if(!(0,b.Kn)(_))throw new Error(`Message is expected to be an object, but got ${(0,b.IR)(_)}`);if(!_.type)throw new Error("Message is missing the 'type' property");if(typeof _.type!="string")throw new Error(`Message is expects the 'type' property to be a string, but got ${(0,b.IR)(_.type)}`);switch(_.type){case p.ConnectionInit:case p.ConnectionAck:case p.Ping:case p.Pong:{if(_.payload!=null&&!(0,b.Kn)(_.payload))throw new Error(`"${_.type}" message expects the 'payload' property to be an object or nullish or missing, but got "${_.payload}"`);break}case p.Subscribe:{if(typeof _.id!="string")throw new Error(`"${_.type}" message expects the 'id' property to be a string, but got ${(0,b.IR)(_.id)}`);if(!_.id)throw new Error(`"${_.type}" message requires a non-empty 'id' property`);if(!(0,b.Kn)(_.payload))throw new Error(`"${_.type}" message expects the 'payload' property to be an object, but got ${(0,b.IR)(_.payload)}`);if(typeof _.payload.query!="string")throw new Error(`"${_.type}" message payload expects the 'query' property to be a string, but got ${(0,b.IR)(_.payload.query)}`);if(_.payload.variables!=null&&!(0,b.Kn)(_.payload.variables))throw new Error(`"${_.type}" message payload expects the 'variables' property to be a an object or nullish or missing, but got ${(0,b.IR)(_.payload.variables)}`);if(_.payload.operationName!=null&&(0,b.IR)(_.payload.operationName)!=="string")throw new Error(`"${_.type}" message payload expects the 'operationName' property to be a string or nullish or missing, but got ${(0,b.IR)(_.payload.operationName)}`);if(_.payload.extensions!=null&&!(0,b.Kn)(_.payload.extensions))throw new Error(`"${_.type}" message payload expects the 'extensions' property to be a an object or nullish or missing, but got ${(0,b.IR)(_.payload.extensions)}`);break}case p.Next:{if(typeof _.id!="string")throw new Error(`"${_.type}" message expects the 'id' property to be a string, but got ${(0,b.IR)(_.id)}`);if(!_.id)throw new Error(`"${_.type}" message requires a non-empty 'id' property`);if(!(0,b.Kn)(_.payload))throw new Error(`"${_.type}" message expects the 'payload' property to be an object, but got ${(0,b.IR)(_.payload)}`);break}case p.Error:{if(typeof _.id!="string")throw new Error(`"${_.type}" message expects the 'id' property to be a string, but got ${(0,b.IR)(_.id)}`);if(!_.id)throw new Error(`"${_.type}" message requires a non-empty 'id' property`);if(!(0,b.Ox)(_.payload))throw new Error(`"${_.type}" message expects the 'payload' property to be an array of GraphQL errors, but got ${JSON.stringify(_.payload)}`);break}case p.Complete:{if(typeof _.id!="string")throw new Error(`"${_.type}" message expects the 'id' property to be a string, but got ${(0,b.IR)(_.id)}`);if(!_.id)throw new Error(`"${_.type}" message requires a non-empty 'id' property`);break}default:throw new Error(`Invalid message 'type' property "${_.type}"`)}return _}function c(_){try{return f(_),!0}catch{return!1}}function y(_,A){return f(typeof _=="string"?JSON.parse(_,A):_)}function k(_,A){return f(_),JSON.stringify(_,A)}},2806:(w,B,o)=>{"use strict";o.r(B),o.d(B,{handleProtocols:()=>A,makeServer:()=>_});var b=o(4275),m=o(6584),d=o(2100),u=o(8087),p=o(6378),f=o(5329),c=o(7092),y=o(6637),k=function(T){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var g=T[Symbol.asyncIterator],D;return g?g.call(T):(T=typeof __values=="function"?__values(T):T[Symbol.iterator](),D={},C("next"),C("throw"),C("return"),D[Symbol.asyncIterator]=function(){return this},D);function C(N){D[N]=T[N]&&function(P){return new Promise(function(R,M){P=T[N](P),O(R,M,P.done,P.value)})}}function O(N,P,R,M){Promise.resolve(M).then(function(F){N({value:F,done:R})},P)}};function _(T){const{schema:g,context:D,roots:C,validate:O,execute:N,subscribe:P,connectionInitWaitTimeout:R=3e3,onConnect:M,onDisconnect:F,onClose:W,onSubscribe:ne,onOperation:v,onNext:L,onError:j,onComplete:U,jsonMessageReviver:J,jsonMessageReplacer:ae}=T;return{opened(q,te){const ie={connectionInitReceived:!1,acknowledged:!1,subscriptions:{},extra:te};if(q.protocol!==c.GRAPHQL_TRANSPORT_WS_PROTOCOL)return q.close(c.CloseCode.SubprotocolNotAcceptable,"Subprotocol not acceptable"),async(ce,be)=>{await(W==null?void 0:W(ie,ce,be))};const de=R>0&&isFinite(R)?setTimeout(()=>{ie.connectionInitReceived||q.close(c.CloseCode.ConnectionInitialisationTimeout,"Connection initialisation timeout")},R):null;return q.onMessage(async function(be){var Ie,_e,xe,Ae,Oe;let Me;try{Me=(0,c.parseMessage)(be,J)}catch{return q.close(c.CloseCode.BadRequest,"Invalid message received")}switch(Me.type){case c.MessageType.ConnectionInit:{if(ie.connectionInitReceived)return q.close(c.CloseCode.TooManyInitialisationRequests,"Too many initialisation requests");ie.connectionInitReceived=!0,(0,y.Kn)(Me.payload)&&(ie.connectionParams=Me.payload);const rn=await(M==null?void 0:M(ie));if(rn===!1)return q.close(c.CloseCode.Forbidden,"Forbidden");await q.send((0,c.stringifyMessage)((0,y.Kn)(rn)?{type:c.MessageType.ConnectionAck,payload:rn}:{type:c.MessageType.ConnectionAck},ae)),ie.acknowledged=!0;return}case c.MessageType.Ping:{if(q.onPing)return await q.onPing(Me.payload);await q.send((0,c.stringifyMessage)(Me.payload?{type:c.MessageType.Pong,payload:Me.payload}:{type:c.MessageType.Pong}));return}case c.MessageType.Pong:return await((Oe=q.onPong)===null||Oe===void 0?void 0:Oe.call(q,Me.payload));case c.MessageType.Subscribe:{if(!ie.acknowledged)return q.close(c.CloseCode.Unauthorized,"Unauthorized");const{id:rn,payload:un}=Me;if(rn in ie.subscriptions)return q.close(c.CloseCode.SubscriberAlreadyExists,`Subscriber for ${rn} already exists`);ie.subscriptions[rn]=null;const Sn={next:async(ln,nn)=>{let re={id:rn,type:c.MessageType.Next,payload:ln};const X=await(L==null?void 0:L(ie,re,nn,ln));X&&(re=Object.assign(Object.assign({},re),{payload:X})),await q.send((0,c.stringifyMessage)(re,ae))},error:async ln=>{let nn={id:rn,type:c.MessageType.Error,payload:ln};const re=await(j==null?void 0:j(ie,nn,ln));re&&(nn=Object.assign(Object.assign({},nn),{payload:re})),await q.send((0,c.stringifyMessage)(nn,ae))},complete:async ln=>{const nn={id:rn,type:c.MessageType.Complete};await(U==null?void 0:U(ie,nn)),ln&&await q.send((0,c.stringifyMessage)(nn,ae))}};try{let ln;const nn=await(ne==null?void 0:ne(ie,Me));if(nn){if((0,y.Ox)(nn))return await Sn.error(nn);if(Array.isArray(nn))throw new Error("Invalid return value from onSubscribe hook, expected an array of GraphQLError objects");ln=nn}else{if(!g)throw new Error("The GraphQL schema is not provided");const oe={operationName:un.operationName,document:(0,b.Qc)(un.query),variableValues:un.variables};ln=Object.assign(Object.assign({},oe),{schema:typeof g=="function"?await g(ie,Me,oe):g});const G=(O!=null?O:m.Gu)(ln.schema,ln.document);if(G.length>0)return await Sn.error(G)}const re=(0,d.S)(ln.document,ln.operationName);if(!re)return await Sn.error([new u._("Unable to identify operation")]);"rootValue"in ln||(ln.rootValue=C==null?void 0:C[re.operation]),"contextValue"in ln||(ln.contextValue=typeof D=="function"?await D(ie,Me,ln):D);let X;re.operation==="subscription"?X=await(P!=null?P:p.L)(ln):X=await(N!=null?N:f.ht)(ln);const Te=await(v==null?void 0:v(ie,Me,ln,X));if(Te&&(X=Te),(0,y.D0)(X))if(!(rn in ie.subscriptions))(0,y.Jy)(X)&&X.return(void 0);else{ie.subscriptions[rn]=X;try{for(var Z=!0,he=k(X),Ze;Ze=await he.next(),Ie=Ze.done,!Ie;){Ae=Ze.value,Z=!1;try{const oe=Ae;await Sn.next(oe,ln)}finally{Z=!0}}}catch(oe){_e={error:oe}}finally{try{!Z&&!Ie&&(xe=he.return)&&await xe.call(he)}finally{if(_e)throw _e.error}}}else rn in ie.subscriptions&&await Sn.next(X,ln);await Sn.complete(rn in ie.subscriptions)}finally{delete ie.subscriptions[rn]}return}case c.MessageType.Complete:{const rn=ie.subscriptions[Me.id];delete ie.subscriptions[Me.id],(0,y.Jy)(rn)&&await rn.return(void 0);return}default:throw new Error(`Unexpected message of type ${Me.type} received`)}}),async(ce,be)=>{de&&clearTimeout(de);for(const Ie of Object.values(ie.subscriptions))(0,y.Jy)(Ie)&&await Ie.return(void 0);ie.acknowledged&&await(F==null?void 0:F(ie,ce,be)),await(W==null?void 0:W(ie,ce,be))}}}}function A(T){switch(!0){case(T instanceof Set&&T.has(c.GRAPHQL_TRANSPORT_WS_PROTOCOL)):case(Array.isArray(T)&&T.includes(c.GRAPHQL_TRANSPORT_WS_PROTOCOL)):case(typeof T=="string"&&T.split(",").map(g=>g.trim()).includes(c.GRAPHQL_TRANSPORT_WS_PROTOCOL)):return c.GRAPHQL_TRANSPORT_WS_PROTOCOL;default:return!1}}},6637:(w,B,o)=>{"use strict";o.d(B,{D0:()=>d,IR:()=>b,Jy:()=>u,Kn:()=>m,Ox:()=>p,qj:()=>f});function b(c){return c===null?"null":Array.isArray(c)?"array":typeof c}function m(c){return b(c)==="object"}function d(c){return typeof Object(c)[Symbol.asyncIterator]=="function"}function u(c){return m(c)&&typeof Object(c)[Symbol.asyncIterator]=="function"&&typeof c.return=="function"}function p(c){return Array.isArray(c)&&c.length>0&&c.every(y=>"message"in y)}function f(c,y){return c.length<124?c:y}},8087:(w,B,o)=>{"use strict";o.d(B,{O:()=>v,_:()=>W});var b=o(8495),m=o(9763),d=o(7867),u=o(850);function p(L){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?p=function(U){return typeof U}:p=function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},p(L)}function f(L,j){var U=Object.keys(L);if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols(L);j&&(J=J.filter(function(ae){return Object.getOwnPropertyDescriptor(L,ae).enumerable})),U.push.apply(U,J)}return U}function c(L){for(var j=1;j<arguments.length;j++){var U=arguments[j]!=null?arguments[j]:{};j%2?f(Object(U),!0).forEach(function(J){y(L,J,U[J])}):Object.getOwnPropertyDescriptors?Object.defineProperties(L,Object.getOwnPropertyDescriptors(U)):f(Object(U)).forEach(function(J){Object.defineProperty(L,J,Object.getOwnPropertyDescriptor(U,J))})}return L}function y(L,j,U){return j in L?Object.defineProperty(L,j,{value:U,enumerable:!0,configurable:!0,writable:!0}):L[j]=U,L}function k(L,j){if(!(L instanceof j))throw new TypeError("Cannot call a class as a function")}function _(L,j){for(var U=0;U<j.length;U++){var J=j[U];J.enumerable=J.enumerable||!1,J.configurable=!0,"value"in J&&(J.writable=!0),Object.defineProperty(L,J.key,J)}}function A(L,j,U){return j&&_(L.prototype,j),U&&_(L,U),L}function T(L,j){if(typeof j!="function"&&j!==null)throw new TypeError("Super expression must either be null or a function");L.prototype=Object.create(j&&j.prototype,{constructor:{value:L,writable:!0,configurable:!0}}),j&&M(L,j)}function g(L){var j=P();return function(){var J=F(L),ae;if(j){var q=F(this).constructor;ae=Reflect.construct(J,arguments,q)}else ae=J.apply(this,arguments);return D(this,ae)}}function D(L,j){return j&&(p(j)==="object"||typeof j=="function")?j:C(L)}function C(L){if(L===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return L}function O(L){var j=typeof Map=="function"?new Map:void 0;return O=function(J){if(J===null||!R(J))return J;if(typeof J!="function")throw new TypeError("Super expression must either be null or a function");if(typeof j<"u"){if(j.has(J))return j.get(J);j.set(J,ae)}function ae(){return N(J,arguments,F(this).constructor)}return ae.prototype=Object.create(J.prototype,{constructor:{value:ae,enumerable:!1,writable:!0,configurable:!0}}),M(ae,J)},O(L)}function N(L,j,U){return P()?N=Reflect.construct:N=function(ae,q,te){var ie=[null];ie.push.apply(ie,q);var de=Function.bind.apply(ae,ie),ce=new de;return te&&M(ce,te.prototype),ce},N.apply(null,arguments)}function P(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function R(L){return Function.toString.call(L).indexOf("[native code]")!==-1}function M(L,j){return M=Object.setPrototypeOf||function(J,ae){return J.__proto__=ae,J},M(L,j)}function F(L){return F=Object.setPrototypeOf?Object.getPrototypeOf:function(U){return U.__proto__||Object.getPrototypeOf(U)},F(L)}var W=function(L){T(U,L);var j=g(U);function U(J,ae,q,te,ie,de,ce){var be,Ie,_e,xe;k(this,U),xe=j.call(this,J),xe.name="GraphQLError",xe.originalError=de!=null?de:void 0,xe.nodes=ne(Array.isArray(ae)?ae:ae?[ae]:void 0);for(var Ae=[],Oe=0,Me=(Z=xe.nodes)!==null&&Z!==void 0?Z:[];Oe<Me.length;Oe++){var Z,he=Me[Oe],Ze=he.loc;Ze!=null&&Ae.push(Ze)}Ae=ne(Ae),xe.source=q!=null?q:(be=Ae)===null||be===void 0?void 0:be[0].source,xe.positions=te!=null?te:(Ie=Ae)===null||Ie===void 0?void 0:Ie.map(function(un){return un.start}),xe.locations=te&&q?te.map(function(un){return(0,d.k)(q,un)}):(_e=Ae)===null||_e===void 0?void 0:_e.map(function(un){return(0,d.k)(un.source,un.start)}),xe.path=ie!=null?ie:void 0;var rn=de==null?void 0:de.extensions;return ce==null&&(0,b.Z)(rn)?xe.extensions=c({},rn):xe.extensions=ce!=null?ce:{},Object.defineProperties(C(xe),{message:{enumerable:!0},locations:{enumerable:xe.locations!=null},path:{enumerable:xe.path!=null},extensions:{enumerable:xe.extensions!=null&&Object.keys(xe.extensions).length>0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),de!=null&&de.stack?(Object.defineProperty(C(xe),"stack",{value:de.stack,writable:!0,configurable:!0}),D(xe)):(Error.captureStackTrace?Error.captureStackTrace(C(xe),U):Object.defineProperty(C(xe),"stack",{value:Error().stack,writable:!0,configurable:!0}),xe)}return A(U,[{key:"toString",value:function(){return v(this)}},{key:m.YF,get:function(){return"Object"}}]),U}(O(Error));function ne(L){return L===void 0||L.length===0?void 0:L}function v(L){var j=L.message;if(L.nodes)for(var U=0,J=L.nodes;U<J.length;U++){var ae=J[U];ae.loc&&(j+=`
2048
+
2049
+ `+(0,u.Q)(ae.loc))}else if(L.source&&L.locations)for(var q=0,te=L.locations;q<te.length;q++){var ie=te[q];j+=`
2050
+
2051
+ `+(0,u.z)(L.source,ie)}return j}},5548:(w,B,o)=>{"use strict";o.d(B,{y:()=>d});var b=o(5821),m=o(8087);function d(u,p,f){var c,y=u instanceof Error?u:new Error("Unexpected error value: "+(0,b.Z)(u));return Array.isArray(y.path)?y:new m._(y.message,(c=y.nodes)!==null&&c!==void 0?c:p,y.source,y.positions,f,y)}},5219:(w,B,o)=>{"use strict";o.d(B,{h:()=>m});var b=o(8087);function m(d,u,p){return new b._("Syntax Error: ".concat(p),void 0,d,[u])}},5329:(w,B,o)=>{"use strict";o.d(B,{td:()=>L,VZ:()=>j,p$:()=>be,gd:()=>q,El:()=>ln,mn:()=>Sn,ht:()=>F,p0:()=>W,Vm:()=>nn});var b=o(5821);function m(re){var X;return function(oe,G,De){X||(X=new WeakMap);var Re=X.get(oe),Ve;if(Re){if(Ve=Re.get(G),Ve){var Be=Ve.get(De);if(Be!==void 0)return Be}}else Re=new WeakMap,X.set(oe,Re);Ve||(Ve=new WeakMap,Re.set(G,Ve));var Ee=re(oe,G,De);return Ve.set(De,Ee),Ee}}var d=o(9551),u=o(7826),p=o(8659),f=o(8495),c=o(4657);function y(re,X,Te){return re.reduce(function(oe,G){return(0,p.Z)(oe)?oe.then(function(De){return X(De,G)}):X(oe,G)},Te)}function k(re){var X=Object.keys(re),Te=X.map(function(oe){return re[oe]});return Promise.all(Te).then(function(oe){return oe.reduce(function(G,De,Re){return G[X[Re]]=De,G},Object.create(null))})}var _=o(9380),A=o(8087),T=o(5548),g=o(7359),D=o(9655),C=o(2433),O=o(8238),N=o(398),P=o(77),R=o(3335),M=o(6422);function F(re,X,Te,oe,G,De,Re,Ve){return arguments.length===1?ne(re):ne({schema:re,document:X,rootValue:Te,contextValue:oe,variableValues:G,operationName:De,fieldResolver:Re,typeResolver:Ve})}function W(re){var X=ne(re);if((0,p.Z)(X))throw new Error("GraphQL execution failed to complete synchronously.");return X}function ne(re){var X=re.schema,Te=re.document,oe=re.rootValue,G=re.contextValue,De=re.variableValues,Re=re.operationName,Ve=re.fieldResolver,Be=re.typeResolver;L(X,Te,De);var Ee=j(X,Te,oe,G,De,Re,Ve,Be);if(Array.isArray(Ee))return{errors:Ee};var Fe=U(Ee,Ee.operation,oe);return v(Ee,Fe)}function v(re,X){return(0,p.Z)(X)?X.then(function(Te){return v(re,Te)}):re.errors.length===0?{data:X}:{errors:re.errors,data:X}}function L(re,X,Te){X||(0,u.Z)(0,"Must provide document."),(0,D.J)(re),Te==null||(0,f.Z)(Te)||(0,u.Z)(0,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function j(re,X,Te,oe,G,De,Re,Ve){for(var Be,Ee,Fe,Ye=Object.create(null),fn=0,jn=X.definitions;fn<jn.length;fn++){var Gn=jn[fn];switch(Gn.kind){case g.h.OPERATION_DEFINITION:if(De==null){if(Fe!==void 0)return[new A._("Must provide operation name if query contains multiple operations.")];Fe=Gn}else((Be=Gn.name)===null||Be===void 0?void 0:Be.value)===De&&(Fe=Gn);break;case g.h.FRAGMENT_DEFINITION:Ye[Gn.name.value]=Gn;break}}if(!Fe)return De!=null?[new A._('Unknown operation named "'.concat(De,'".'))]:[new A._("Must provide an operation.")];var dn=(Ee=Fe.variableDefinitions)!==null&&Ee!==void 0?Ee:[],zn=(0,M.QF)(re,dn,G!=null?G:{},{maxErrors:50});return zn.errors?zn.errors:{schema:re,fragments:Ye,rootValue:Te,contextValue:oe,operation:Fe,variableValues:zn.coerced,fieldResolver:Re!=null?Re:ln,typeResolver:Ve!=null?Ve:Sn,errors:[]}}function U(re,X,Te){var oe=(0,R.J)(re.schema,X),G=q(re,oe,X.selectionSet,Object.create(null),Object.create(null)),De=void 0;try{var Re=X.operation==="mutation"?J(re,oe,Te,De,G):ae(re,oe,Te,De,G);return(0,p.Z)(Re)?Re.then(void 0,function(Ve){return re.errors.push(Ve),Promise.resolve(null)}):Re}catch(Ve){return re.errors.push(Ve),null}}function J(re,X,Te,oe,G){return y(Object.keys(G),function(De,Re){var Ve=G[Re],Be=(0,_.Q)(oe,Re,X.name),Ee=ce(re,X,Te,Ve,Be);return Ee===void 0?De:(0,p.Z)(Ee)?Ee.then(function(Fe){return De[Re]=Fe,De}):(De[Re]=Ee,De)},Object.create(null))}function ae(re,X,Te,oe,G){for(var De=Object.create(null),Re=!1,Ve=0,Be=Object.keys(G);Ve<Be.length;Ve++){var Ee=Be[Ve],Fe=G[Ee],Ye=(0,_.Q)(oe,Ee,X.name),fn=ce(re,X,Te,Fe,Ye);fn!==void 0&&(De[Ee]=fn,(0,p.Z)(fn)&&(Re=!0))}return Re?k(De):De}function q(re,X,Te,oe,G){for(var De=0,Re=Te.selections;De<Re.length;De++){var Ve=Re[De];switch(Ve.kind){case g.h.FIELD:{if(!te(re,Ve))continue;var Be=de(Ve);oe[Be]||(oe[Be]=[]),oe[Be].push(Ve);break}case g.h.INLINE_FRAGMENT:{if(!te(re,Ve)||!ie(re,Ve,X))continue;q(re,X,Ve.selectionSet,oe,G);break}case g.h.FRAGMENT_SPREAD:{var Ee=Ve.name.value;if(G[Ee]||!te(re,Ve))continue;G[Ee]=!0;var Fe=re.fragments[Ee];if(!Fe||!ie(re,Fe,X))continue;q(re,X,Fe.selectionSet,oe,G);break}}}return oe}function te(re,X){var Te=(0,M.zu)(O.QE,X,re.variableValues);if((Te==null?void 0:Te.if)===!0)return!1;var oe=(0,M.zu)(O.Yf,X,re.variableValues);return(oe==null?void 0:oe.if)!==!1}function ie(re,X,Te){var oe=X.typeCondition;if(!oe)return!0;var G=(0,P._)(re.schema,oe);return G===Te?!0:(0,N.m0)(G)?re.schema.isSubType(G,Te):!1}function de(re){return re.alias?re.alias.value:re.name.value}function ce(re,X,Te,oe,G){var De,Re=oe[0],Ve=Re.name.value,Be=nn(re.schema,X,Ve);if(Be){var Ee=Be.type,Fe=(De=Be.resolve)!==null&&De!==void 0?De:re.fieldResolver,Ye=be(re,Be,oe,X,G);try{var fn=(0,M.LX)(Be,oe[0],re.variableValues),jn=re.contextValue,Gn=Fe(Te,fn,jn,Ye),dn;return(0,p.Z)(Gn)?dn=Gn.then(function(Mn){return _e(re,Ee,oe,Ye,G,Mn)}):dn=_e(re,Ee,oe,Ye,G,Gn),(0,p.Z)(dn)?dn.then(void 0,function(Mn){var Jn=(0,T.y)(Mn,oe,(0,_.N)(G));return Ie(Jn,Ee,re)}):dn}catch(Mn){var zn=(0,T.y)(Mn,oe,(0,_.N)(G));return Ie(zn,Ee,re)}}}function be(re,X,Te,oe,G){return{fieldName:X.name,fieldNodes:Te,returnType:X.type,parentType:oe,path:G,schema:re.schema,fragments:re.fragments,rootValue:re.rootValue,operation:re.operation,variableValues:re.variableValues}}function Ie(re,X,Te){if((0,N.zM)(X))throw re;return Te.errors.push(re),null}function _e(re,X,Te,oe,G,De){if(De instanceof Error)throw De;if((0,N.zM)(X)){var Re=_e(re,X.ofType,Te,oe,G,De);if(Re===null)throw new Error("Cannot return null for non-nullable field ".concat(oe.parentType.name,".").concat(oe.fieldName,"."));return Re}if(De==null)return null;if((0,N.HG)(X))return xe(re,X,Te,oe,G,De);if((0,N.UT)(X))return Ae(X,De);if((0,N.m0)(X))return Oe(re,X,Te,oe,G,De);if((0,N.lp)(X))return Z(re,X,Te,oe,G,De);(0,d.Z)(0,"Cannot complete value of unexpected output type: "+(0,b.Z)(X))}function xe(re,X,Te,oe,G,De){var Re=X.ofType,Ve=!1,Be=(0,c.Z)(De,function(Ee,Fe){var Ye=(0,_.Q)(G,Fe,void 0);try{var fn;return(0,p.Z)(Ee)?fn=Ee.then(function(Gn){return _e(re,Re,Te,oe,Ye,Gn)}):fn=_e(re,Re,Te,oe,Ye,Ee),(0,p.Z)(fn)?(Ve=!0,fn.then(void 0,function(Gn){var dn=(0,T.y)(Gn,Te,(0,_.N)(Ye));return Ie(dn,Re,re)})):fn}catch(Gn){var jn=(0,T.y)(Gn,Te,(0,_.N)(Ye));return Ie(jn,Re,re)}});if(Be==null)throw new A._('Expected Iterable, but did not find one for field "'.concat(oe.parentType.name,".").concat(oe.fieldName,'".'));return Ve?Promise.all(Be):Be}function Ae(re,X){var Te=re.serialize(X);if(Te===void 0)throw new Error('Expected a value of type "'.concat((0,b.Z)(re),'" but ')+"received: ".concat((0,b.Z)(X)));return Te}function Oe(re,X,Te,oe,G,De){var Re,Ve=(Re=X.resolveType)!==null&&Re!==void 0?Re:re.typeResolver,Be=re.contextValue,Ee=Ve(De,Be,oe,X);return(0,p.Z)(Ee)?Ee.then(function(Fe){return Z(re,Me(Fe,re,X,Te,oe,De),Te,oe,G,De)}):Z(re,Me(Ee,re,X,Te,oe,De),Te,oe,G,De)}function Me(re,X,Te,oe,G,De){if(re==null)throw new A._('Abstract type "'.concat(Te.name,'" must resolve to an Object type at runtime for field "').concat(G.parentType.name,".").concat(G.fieldName,'". Either the "').concat(Te.name,'" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.'),oe);var Re=(0,N.Zs)(re)?re.name:re;if(typeof Re!="string")throw new A._('Abstract type "'.concat(Te.name,'" must resolve to an Object type at runtime for field "').concat(G.parentType.name,".").concat(G.fieldName,'" with ')+"value ".concat((0,b.Z)(De),', received "').concat((0,b.Z)(re),'".'));var Ve=X.schema.getType(Re);if(Ve==null)throw new A._('Abstract type "'.concat(Te.name,'" was resolve to a type "').concat(Re,'" that does not exist inside schema.'),oe);if(!(0,N.lp)(Ve))throw new A._('Abstract type "'.concat(Te.name,'" was resolve to a non-object type "').concat(Re,'".'),oe);if(!X.schema.isSubType(Te,Ve))throw new A._('Runtime Object type "'.concat(Ve.name,'" is not a possible type for "').concat(Te.name,'".'),oe);return Ve}function Z(re,X,Te,oe,G,De){if(X.isTypeOf){var Re=X.isTypeOf(De,re.contextValue,oe);if((0,p.Z)(Re))return Re.then(function(Ve){if(!Ve)throw he(X,De,Te);return Ze(re,X,Te,G,De)});if(!Re)throw he(X,De,Te)}return Ze(re,X,Te,G,De)}function he(re,X,Te){return new A._('Expected value of type "'.concat(re.name,'" but got: ').concat((0,b.Z)(X),"."),Te)}function Ze(re,X,Te,oe,G){var De=rn(re,X,Te);return ae(re,X,G,oe,De)}var rn=m(un);function un(re,X,Te){for(var oe=Object.create(null),G=Object.create(null),De=0;De<Te.length;De++){var Re=Te[De];Re.selectionSet&&(oe=q(re,X,Re.selectionSet,oe,G))}return oe}var Sn=function(X,Te,oe,G){if((0,f.Z)(X)&&typeof X.__typename=="string")return X.__typename;for(var De=oe.schema.getPossibleTypes(G),Re=[],Ve=0;Ve<De.length;Ve++){var Be=De[Ve];if(Be.isTypeOf){var Ee=Be.isTypeOf(X,Te,oe);if((0,p.Z)(Ee))Re[Ve]=Ee;else if(Ee)return Be.name}}if(Re.length)return Promise.all(Re).then(function(Fe){for(var Ye=0;Ye<Fe.length;Ye++)if(Fe[Ye])return De[Ye].name})},ln=function(X,Te,oe,G){if((0,f.Z)(X)||typeof X=="function"){var De=X[G.fieldName];return typeof De=="function"?X[G.fieldName](Te,oe,G):De}};function nn(re,X,Te){return Te===C.Az.name&&re.getQueryType()===X?C.Az:Te===C.tF.name&&re.getQueryType()===X?C.tF:Te===C.hU.name?C.hU:X.getFields()[Te]}},6422:(w,B,o)=>{"use strict";o.d(B,{LX:()=>D,QF:()=>T,zu:()=>C});var b=o(5318),m=o(3498),d=o(5821),u=o(4244),p=o(8087),f=o(7359),c=o(9011),y=o(398),k=o(77),_=o(8081),A=o(7816);function T(N,P,R,M){var F=[],W=M==null?void 0:M.maxErrors;try{var ne=g(N,P,R,function(v){if(W!=null&&F.length>=W)throw new p._("Too many errors processing variables, error limit reached. Execution aborted.");F.push(v)});if(F.length===0)return{coerced:ne}}catch(v){F.push(v)}return{errors:F}}function g(N,P,R,M){for(var F={},W=function(j){var U=P[j],J=U.variable.name.value,ae=(0,k._)(N,U.type);if(!(0,y.j$)(ae)){var q=(0,c.S)(U.type);return M(new p._('Variable "$'.concat(J,'" expected value of type "').concat(q,'" which cannot be used as an input type.'),U.type)),"continue"}if(!O(R,J)){if(U.defaultValue)F[J]=(0,_.u)(U.defaultValue,ae);else if((0,y.zM)(ae)){var te=(0,d.Z)(ae);M(new p._('Variable "$'.concat(J,'" of required type "').concat(te,'" was not provided.'),U))}return"continue"}var ie=R[J];if(ie===null&&(0,y.zM)(ae)){var de=(0,d.Z)(ae);return M(new p._('Variable "$'.concat(J,'" of non-null type "').concat(de,'" must not be null.'),U)),"continue"}F[J]=(0,A.K)(ie,ae,function(ce,be,Ie){var _e='Variable "$'.concat(J,'" got invalid value ')+(0,d.Z)(be);ce.length>0&&(_e+=' at "'.concat(J).concat((0,u.Z)(ce),'"')),M(new p._(_e+"; "+Ie.message,U,void 0,void 0,void 0,Ie.originalError))})},ne=0;ne<P.length;ne++)var v=W(ne);return F}function D(N,P,R){for(var M,F={},W=(M=P.arguments)!==null&&M!==void 0?M:[],ne=(0,m.Z)(W,function(ce){return ce.name.value}),v=0,L=N.args;v<L.length;v++){var j=L[v],U=j.name,J=j.type,ae=ne[U];if(!ae){if(j.defaultValue!==void 0)F[U]=j.defaultValue;else if((0,y.zM)(J))throw new p._('Argument "'.concat(U,'" of required type "').concat((0,d.Z)(J),'" ')+"was not provided.",P);continue}var q=ae.value,te=q.kind===f.h.NULL;if(q.kind===f.h.VARIABLE){var ie=q.name.value;if(R==null||!O(R,ie)){if(j.defaultValue!==void 0)F[U]=j.defaultValue;else if((0,y.zM)(J))throw new p._('Argument "'.concat(U,'" of required type "').concat((0,d.Z)(J),'" ')+'was provided the variable "$'.concat(ie,'" which was not provided a runtime value.'),q);continue}te=R[ie]==null}if(te&&(0,y.zM)(J))throw new p._('Argument "'.concat(U,'" of non-null type "').concat((0,d.Z)(J),'" ')+"must not be null.",q);var de=(0,_.u)(q,J,R);if(de===void 0)throw new p._('Argument "'.concat(U,'" has invalid value ').concat((0,c.S)(q),"."),q);F[U]=de}return F}function C(N,P,R){var M=P.directives&&(0,b.Z)(P.directives,function(F){return F.name.value===N.name});if(M)return D(N,M,R)}function O(N,P){return Object.prototype.hasOwnProperty.call(N,P)}},3962:(w,B,o)=>{"use strict";o.r(B),o.d(B,{BREAK:()=>ne.$_,BreakingChangeType:()=>Rt,DEFAULT_DEPRECATION_REASON:()=>T.SY,DangerousChangeType:()=>Tr,DirectiveLocation:()=>L.B,ExecutableDefinitionsRule:()=>ce.i,FieldsOnCorrectTypeRule:()=>be.A,FragmentsOnCompositeTypesRule:()=>Ie.T,GraphQLBoolean:()=>D.EZ,GraphQLDeprecatedDirective:()=>T.fg,GraphQLDirective:()=>T.NZ,GraphQLEnumType:()=>g.mR,GraphQLError:()=>q._,GraphQLFloat:()=>D.av,GraphQLID:()=>D.km,GraphQLIncludeDirective:()=>T.Yf,GraphQLInputObjectType:()=>g.sR,GraphQLInt:()=>D._o,GraphQLInterfaceType:()=>g.oW,GraphQLList:()=>g.p2,GraphQLNonNull:()=>g.bM,GraphQLObjectType:()=>g.h6,GraphQLScalarType:()=>g.n2,GraphQLSchema:()=>A.XO,GraphQLSkipDirective:()=>T.QE,GraphQLSpecifiedByDirective:()=>T.df,GraphQLString:()=>D.kH,GraphQLUnionType:()=>g.Gp,Kind:()=>v.h,KnownArgumentNamesRule:()=>_e.e,KnownDirectivesRule:()=>xe.J,KnownFragmentNamesRule:()=>Ae.a,KnownTypeNamesRule:()=>Oe.I,Lexer:()=>M.h,Location:()=>O.Ye,LoneAnonymousOperationRule:()=>Me.F,LoneSchemaDefinitionRule:()=>Fe.t,NoDeprecatedCustomRule:()=>Mn.r,NoFragmentCyclesRule:()=>Z.H,NoSchemaIntrospectionCustomRule:()=>te,NoUndefinedVariablesRule:()=>he.$,NoUnusedFragmentsRule:()=>Ze.J,NoUnusedVariablesRule:()=>rn.p,OverlappingFieldsCanBeMergedRule:()=>un.y,PossibleFragmentSpreadsRule:()=>Sn.a,PossibleTypeExtensionsRule:()=>zn.g,ProvidedRequiredArgumentsRule:()=>ln.s,ScalarLeafsRule:()=>nn.O,SchemaMetaFieldDef:()=>C.Az,SingleFieldSubscriptionsRule:()=>re.Z,Source:()=>N.H,Token:()=>O.WU,TokenKind:()=>F.T,TypeInfo:()=>Ft.a,TypeKind:()=>C.zU,TypeMetaFieldDef:()=>C.tF,TypeNameMetaFieldDef:()=>C.hU,UniqueArgumentNamesRule:()=>X.L,UniqueDirectiveNamesRule:()=>dn.o,UniqueDirectivesPerLocationRule:()=>Te.k,UniqueEnumValueNamesRule:()=>jn.L,UniqueFieldDefinitionNamesRule:()=>Gn.y,UniqueFragmentNamesRule:()=>oe.N,UniqueInputFieldNamesRule:()=>G.P,UniqueOperationNamesRule:()=>De.H,UniqueOperationTypesRule:()=>Ye.q,UniqueTypeNamesRule:()=>fn.P,UniqueVariableNamesRule:()=>Re.H,ValidationContext:()=>ie._t,ValuesOfCorrectTypeRule:()=>Ve.j,VariablesAreInputTypesRule:()=>Be.I,VariablesInAllowedPositionRule:()=>Ee.w,__Directive:()=>C.l3,__DirectiveLocation:()=>C.x2,__EnumValue:()=>C.jT,__Field:()=>C.e_,__InputValue:()=>C.XQ,__Schema:()=>C.TK,__Type:()=>C.qz,__TypeKind:()=>C.PX,assertAbstractType:()=>g.fU,assertCompositeType:()=>g.M_,assertDirective:()=>T.CO,assertEnumType:()=>g.Zu,assertInputObjectType:()=>g.U8,assertInputType:()=>g.qT,assertInterfaceType:()=>g.k2,assertLeafType:()=>g.H5,assertListType:()=>g.kS,assertNamedType:()=>g.rM,assertNonNullType:()=>g.E$,assertNullableType:()=>g.i_,assertObjectType:()=>g.Z6,assertOutputType:()=>g.Gt,assertScalarType:()=>g.Pt,assertSchema:()=>A.EO,assertType:()=>g.p_,assertUnionType:()=>g.rc,assertValidName:()=>Ya.k,assertValidSchema:()=>f.J,assertWrappingType:()=>g.vX,astFromValue:()=>si.J,buildASTSchema:()=>pr,buildClientSchema:()=>_u.Z,buildSchema:()=>Gr,coerceInputValue:()=>Ji.K,concatAST:()=>Pt,createSourceEventStream:()=>ae.z,defaultFieldResolver:()=>c.El,defaultTypeResolver:()=>c.mn,doTypesOverlap:()=>da.zR,execute:()=>c.ht,executeSync:()=>c.p0,extendSchema:()=>Tt,findBreakingChanges:()=>vu,findDangerousChanges:()=>gu,findDeprecatedUsages:()=>fa,formatError:()=>nt,getDescription:()=>Mt,getDirectiveValues:()=>J.zu,getIntrospectionQuery:()=>yt.K,getLocation:()=>P.k,getNamedType:()=>g.xC,getNullableType:()=>g.tf,getOperationAST:()=>$a.S,getOperationRootType:()=>pa.J,getVisitFn:()=>ne.CK,graphql:()=>y,graphqlSync:()=>k,introspectionFromSchema:()=>Wt,introspectionTypes:()=>C.nL,isAbstractType:()=>g.m0,isCompositeType:()=>g.Gv,isDefinitionNode:()=>j.Ir,isDirective:()=>T.wX,isEnumType:()=>g.EM,isEqualType:()=>da._7,isExecutableDefinitionNode:()=>j.Wk,isInputObjectType:()=>g.hL,isInputType:()=>g.j$,isInterfaceType:()=>g.oT,isIntrospectionType:()=>C.s9,isLeafType:()=>g.UT,isListType:()=>g.HG,isNamedType:()=>g.Zs,isNonNullType:()=>g.zM,isNullableType:()=>g.zP,isObjectType:()=>g.lp,isOutputType:()=>g.SZ,isRequiredArgument:()=>g.dK,isRequiredInputField:()=>g.Wd,isScalarType:()=>g.KA,isSchema:()=>A.nN,isSelectionNode:()=>j.pO,isSpecifiedDirective:()=>T.xg,isSpecifiedScalarType:()=>D.u1,isType:()=>g.P9,isTypeDefinitionNode:()=>j.zT,isTypeExtensionNode:()=>j.D$,isTypeNode:()=>j.VB,isTypeSubTypeOf:()=>da.uJ,isTypeSystemDefinitionNode:()=>j.G4,isTypeSystemExtensionNode:()=>j.aU,isUnionType:()=>g.EN,isValidNameError:()=>Ya.u,isValueNode:()=>j.nr,isWrappingType:()=>g.fw,lexicographicSortSchema:()=>Gi,locatedError:()=>xt.y,parse:()=>u.Qc,parseType:()=>u.gZ,parseValue:()=>u.H2,print:()=>W.S,printError:()=>q.O,printIntrospectionSchema:()=>Ki,printLocation:()=>R.Q,printSchema:()=>Oo,printSourceLocation:()=>R.z,printType:()=>Y,responsePathAsArray:()=>U.N,separateOperations:()=>it,specifiedDirectives:()=>T.V4,specifiedRules:()=>de.i,specifiedScalarTypes:()=>D.HS,stripIgnoredCharacters:()=>Xt,subscribe:()=>ae.L,syntaxError:()=>mt.h,typeFromAST:()=>bu._,validate:()=>p.Gu,validateSchema:()=>f.F,valueFromAST:()=>Wn.u,valueFromASTUntyped:()=>Mo.M,version:()=>b,versionInfo:()=>m,visit:()=>ne.Vn,visitInParallel:()=>ne.j1,visitWithTypeInfo:()=>Ft.y});var b="15.8.0",m=Object.freeze({major:15,minor:8,patch:0,preReleaseTag:null}),d=o(8659),u=o(4275),p=o(6584),f=o(9655),c=o(5329);function y(ee,se,ge,Se,$e,gn,On,Cn){var xn=arguments;return new Promise(function(Xn){return Xn(xn.length===1?_(ee):_({schema:ee,source:se,rootValue:ge,contextValue:Se,variableValues:$e,operationName:gn,fieldResolver:On,typeResolver:Cn}))})}function k(ee,se,ge,Se,$e,gn,On,Cn){var xn=arguments.length===1?_(ee):_({schema:ee,source:se,rootValue:ge,contextValue:Se,variableValues:$e,operationName:gn,fieldResolver:On,typeResolver:Cn});if((0,d.Z)(xn))throw new Error("GraphQL execution failed to complete synchronously.");return xn}function _(ee){var se=ee.schema,ge=ee.source,Se=ee.rootValue,$e=ee.contextValue,gn=ee.variableValues,On=ee.operationName,Cn=ee.fieldResolver,xn=ee.typeResolver,Xn=(0,f.F)(se);if(Xn.length>0)return{errors:Xn};var An;try{An=(0,u.Qc)(ge)}catch(En){return{errors:[En]}}var Rn=(0,p.Gu)(se,An);return Rn.length>0?{errors:Rn}:(0,c.ht)({schema:se,document:An,rootValue:Se,contextValue:$e,variableValues:gn,operationName:On,fieldResolver:Cn,typeResolver:xn})}var A=o(9678),T=o(8238),g=o(398),D=o(5397),C=o(2433),O=o(2380),N=o(7926),P=o(7867),R=o(850),M=o(2105),F=o(4635),W=o(9011),ne=o(7304),v=o(7359),L=o(9878),j=o(5844),U=o(9380),J=o(6422),ae=o(6378),q=o(8087);function te(ee){return{Field:function(ge){var Se=(0,g.xC)(ee.getType());Se&&(0,C.s9)(Se)&&ee.reportError(new q._('GraphQL introspection has been disabled, but the requested query contained the field "'.concat(ge.name.value,'".'),ge))}}}var ie=o(2734),de=o(4196),ce=o(9092),be=o(8741),Ie=o(7143),_e=o(7815),xe=o(4873),Ae=o(5311),Oe=o(5580),Me=o(7898),Z=o(1422),he=o(4790),Ze=o(1294),rn=o(2283),un=o(4203),Sn=o(3259),ln=o(1967),nn=o(1954),re=o(423),X=o(2266),Te=o(6300),oe=o(5591),G=o(2767),De=o(2621),Re=o(1564),Ve=o(9831),Be=o(5972),Ee=o(9701),Fe=o(2877),Ye=o(7990),fn=o(9538),jn=o(3201),Gn=o(2618),dn=o(3274),zn=o(4800),Mn=o(5394),Jn=o(7826);function nt(ee){var se;ee||(0,Jn.Z)(0,"Received null or undefined error.");var ge=(se=ee.message)!==null&&se!==void 0?se:"An unknown error occurred.",Se=ee.locations,$e=ee.path,gn=ee.extensions;return gn&&Object.keys(gn).length>0?{message:ge,locations:Se,path:$e,extensions:gn}:{message:ge,locations:Se,path:$e}}var mt=o(5219),xt=o(5548),Ot=o(9551),yt=o(2254);function Ht(ee,se){var ge=Object.keys(ee);if(Object.getOwnPropertySymbols){var Se=Object.getOwnPropertySymbols(ee);se&&(Se=Se.filter(function($e){return Object.getOwnPropertyDescriptor(ee,$e).enumerable})),ge.push.apply(ge,Se)}return ge}function kt(ee){for(var se=1;se<arguments.length;se++){var ge=arguments[se]!=null?arguments[se]:{};se%2?Ht(Object(ge),!0).forEach(function(Se){sr(ee,Se,ge[Se])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ee,Object.getOwnPropertyDescriptors(ge)):Ht(Object(ge)).forEach(function(Se){Object.defineProperty(ee,Se,Object.getOwnPropertyDescriptor(ge,Se))})}return ee}function sr(ee,se,ge){return se in ee?Object.defineProperty(ee,se,{value:ge,enumerable:!0,configurable:!0,writable:!0}):ee[se]=ge,ee}function Wt(ee,se){var ge=kt({specifiedByUrl:!0,directiveIsRepeatable:!0,schemaDescription:!0,inputValueDeprecation:!0},se),Se=(0,u.Qc)((0,yt.K)(ge)),$e=(0,c.p0)({schema:ee,document:Se});return!$e.errors&&$e.data||(0,Ot.Z)(0),$e.data}var fe=o(4913),ze=o(3498),Ce=o(5821),tn=o(5723),wn=o(7392),Wn=o(8081);function wt(ee,se){var ge=Object.keys(ee);if(Object.getOwnPropertySymbols){var Se=Object.getOwnPropertySymbols(ee);se&&(Se=Se.filter(function($e){return Object.getOwnPropertyDescriptor(ee,$e).enumerable})),ge.push.apply(ge,Se)}return ge}function Pn(ee){for(var se=1;se<arguments.length;se++){var ge=arguments[se]!=null?arguments[se]:{};se%2?wt(Object(ge),!0).forEach(function(Se){ft(ee,Se,ge[Se])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ee,Object.getOwnPropertyDescriptors(ge)):wt(Object(ge)).forEach(function(Se){Object.defineProperty(ee,Se,Object.getOwnPropertyDescriptor(ge,Se))})}return ee}function ft(ee,se,ge){return se in ee?Object.defineProperty(ee,se,{value:ge,enumerable:!0,configurable:!0,writable:!0}):ee[se]=ge,ee}function Tt(ee,se,ge){(0,A.EO)(ee),se!=null&&se.kind===v.h.DOCUMENT||(0,Jn.Z)(0,"Must provide valid Document AST."),(ge==null?void 0:ge.assumeValid)!==!0&&(ge==null?void 0:ge.assumeValidSDL)!==!0&&(0,p.ED)(se,ee);var Se=ee.toConfig(),$e=jt(Se,se,ge);return Se===$e?ee:new A.XO($e)}function jt(ee,se,ge){for(var Se,$e,gn,On,Cn=[],xn=Object.create(null),Xn=[],An,Rn=[],En=0,rt=se.definitions;En<rt.length;En++){var Et=rt[En];if(Et.kind===v.h.SCHEMA_DEFINITION)An=Et;else if(Et.kind===v.h.SCHEMA_EXTENSION)Rn.push(Et);else if((0,j.zT)(Et))Cn.push(Et);else if((0,j.D$)(Et)){var tr=Et.name.value,rr=xn[tr];xn[tr]=rr?rr.concat([Et]):[Et]}else Et.kind===v.h.DIRECTIVE_DEFINITION&&Xn.push(Et)}if(Object.keys(xn).length===0&&Cn.length===0&&Xn.length===0&&Rn.length===0&&An==null)return ee;for(var Zt=Object.create(null),ir=0,li=ee.types;ir<li.length;ir++){var ci=li[ir];Zt[ci.name]=Ja(ci)}for(var Hr=0;Hr<Cn.length;Hr++){var Xi,Ro=Cn[Hr],ha=Ro.name.value;Zt[ha]=(Xi=ur[ha])!==null&&Xi!==void 0?Xi:es(Ro)}var ma=Pn(Pn({query:ee.query&&pi(ee.query),mutation:ee.mutation&&pi(ee.mutation),subscription:ee.subscription&&pi(ee.subscription)},An&&wr([An])),wr(Rn));return Pn(Pn({description:(Se=An)===null||Se===void 0||($e=Se.description)===null||$e===void 0?void 0:$e.value},ma),{},{types:(0,fe.Z)(Zt),directives:[].concat(ee.directives.map(Ci),Xn.map(Au)),extensions:void 0,astNode:(gn=An)!==null&&gn!==void 0?gn:ee.astNode,extensionASTNodes:ee.extensionASTNodes.concat(Rn),assumeValid:(On=ge==null?void 0:ge.assumeValid)!==null&&On!==void 0?On:!1});function fi(Xe){return(0,g.HG)(Xe)?new g.p2(fi(Xe.ofType)):(0,g.zM)(Xe)?new g.bM(fi(Xe.ofType)):pi(Xe)}function pi(Xe){return Zt[Xe.name]}function Ci(Xe){var In=Xe.toConfig();return new T.NZ(Pn(Pn({},In),{},{args:(0,tn.Z)(In.args,Lo)}))}function Ja(Xe){if((0,C.s9)(Xe)||(0,D.u1)(Xe))return Xe;if((0,g.KA)(Xe))return Fo(Xe);if((0,g.lp)(Xe))return eo(Xe);if((0,g.oT)(Xe))return no(Xe);if((0,g.EN)(Xe))return to(Xe);if((0,g.EM)(Xe))return Qr(Xe);if((0,g.hL)(Xe))return va(Xe);(0,Ot.Z)(0,"Unexpected type: "+(0,Ce.Z)(Xe))}function va(Xe){var In,pn=Xe.toConfig(),Nn=(In=xn[pn.name])!==null&&In!==void 0?In:[];return new g.sR(Pn(Pn({},pn),{},{fields:function(){return Pn(Pn({},(0,tn.Z)(pn.fields,function(_t){return Pn(Pn({},_t),{},{type:fi(_t.type)})})),di(Nn))},extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function Qr(Xe){var In,pn=Xe.toConfig(),Nn=(In=xn[Xe.name])!==null&&In!==void 0?In:[];return new g.mR(Pn(Pn({},pn),{},{values:Pn(Pn({},pn.values),jr(Nn)),extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function Fo(Xe){for(var In,pn=Xe.toConfig(),Nn=(In=xn[pn.name])!==null&&In!==void 0?In:[],pt=pn.specifiedByUrl,_t=0;_t<Nn.length;_t++){var Dt,Ct=Nn[_t];pt=(Dt=fr(Ct))!==null&&Dt!==void 0?Dt:pt}return new g.n2(Pn(Pn({},pn),{},{specifiedByUrl:pt,extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function eo(Xe){var In,pn=Xe.toConfig(),Nn=(In=xn[pn.name])!==null&&In!==void 0?In:[];return new g.h6(Pn(Pn({},pn),{},{interfaces:function(){return[].concat(Xe.getInterfaces().map(pi),Si(Nn))},fields:function(){return Pn(Pn({},(0,tn.Z)(pn.fields,$r)),ki(Nn))},extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function no(Xe){var In,pn=Xe.toConfig(),Nn=(In=xn[pn.name])!==null&&In!==void 0?In:[];return new g.oW(Pn(Pn({},pn),{},{interfaces:function(){return[].concat(Xe.getInterfaces().map(pi),Si(Nn))},fields:function(){return Pn(Pn({},(0,tn.Z)(pn.fields,$r)),ki(Nn))},extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function to(Xe){var In,pn=Xe.toConfig(),Nn=(In=xn[pn.name])!==null&&In!==void 0?In:[];return new g.Gp(Pn(Pn({},pn),{},{types:function(){return[].concat(Xe.getTypes().map(pi),io(Nn))},extensionASTNodes:pn.extensionASTNodes.concat(Nn)}))}function $r(Xe){return Pn(Pn({},Xe),{},{type:fi(Xe.type),args:(0,tn.Z)(Xe.args,Lo)})}function Lo(Xe){return Pn(Pn({},Xe),{},{type:fi(Xe.type)})}function wr(Xe){for(var In={},pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.operationTypes)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt];In[Ct.operation]=ro(Ct.type)}return In}function ro(Xe){var In,pn=Xe.name.value,Nn=(In=ur[pn])!==null&&In!==void 0?In:Zt[pn];if(Nn===void 0)throw new Error('Unknown type: "'.concat(pn,'".'));return Nn}function xi(Xe){return Xe.kind===v.h.LIST_TYPE?new g.p2(xi(Xe.type)):Xe.kind===v.h.NON_NULL_TYPE?new g.bM(xi(Xe.type)):ro(Xe)}function Au(Xe){var In=Xe.locations.map(function(pn){var Nn=pn.value;return Nn});return new T.NZ({name:Xe.name.value,description:Mt(Xe,ge),locations:In,isRepeatable:Xe.repeatable,args:Xa(Xe.arguments),astNode:Xe})}function ki(Xe){for(var In=Object.create(null),pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.fields)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt];In[Ct.name.value]={type:xi(Ct.type),description:Mt(Ct,ge),args:Xa(Ct.arguments),deprecationReason:vr(Ct),astNode:Ct}}return In}function Xa(Xe){for(var In=Xe!=null?Xe:[],pn=Object.create(null),Nn=0;Nn<In.length;Nn++){var pt=In[Nn],_t=xi(pt.type);pn[pt.name.value]={type:_t,description:Mt(pt,ge),defaultValue:(0,Wn.u)(pt.defaultValue,_t),deprecationReason:vr(pt),astNode:pt}}return pn}function di(Xe){for(var In=Object.create(null),pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.fields)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt],oo=xi(Ct.type);In[Ct.name.value]={type:oo,description:Mt(Ct,ge),defaultValue:(0,Wn.u)(Ct.defaultValue,oo),deprecationReason:vr(Ct),astNode:Ct}}return In}function jr(Xe){for(var In=Object.create(null),pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.values)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt];In[Ct.name.value]={description:Mt(Ct,ge),deprecationReason:vr(Ct),astNode:Ct}}return In}function Si(Xe){for(var In=[],pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.interfaces)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt];In.push(ro(Ct))}return In}function io(Xe){for(var In=[],pn=0;pn<Xe.length;pn++)for(var Nn,pt=Xe[pn],_t=(Nn=pt.types)!==null&&Nn!==void 0?Nn:[],Dt=0;Dt<_t.length;Dt++){var Ct=_t[Dt];In.push(ro(Ct))}return In}function es(Xe){var In,pn=Xe.name.value,Nn=Mt(Xe,ge),pt=(In=xn[pn])!==null&&In!==void 0?In:[];switch(Xe.kind){case v.h.OBJECT_TYPE_DEFINITION:{var _t=pt,Dt=[Xe].concat(_t);return new g.h6({name:pn,description:Nn,interfaces:function(){return Si(Dt)},fields:function(){return ki(Dt)},astNode:Xe,extensionASTNodes:_t})}case v.h.INTERFACE_TYPE_DEFINITION:{var Ct=pt,oo=[Xe].concat(Ct);return new g.oW({name:pn,description:Nn,interfaces:function(){return Si(oo)},fields:function(){return ki(oo)},astNode:Xe,extensionASTNodes:Ct})}case v.h.ENUM_TYPE_DEFINITION:{var Bo=pt,ao=[Xe].concat(Bo);return new g.mR({name:pn,description:Nn,values:jr(ao),astNode:Xe,extensionASTNodes:Bo})}case v.h.UNION_TYPE_DEFINITION:{var ns=pt,ts=[Xe].concat(ns);return new g.Gp({name:pn,description:Nn,types:function(){return io(ts)},astNode:Xe,extensionASTNodes:ns})}case v.h.SCALAR_TYPE_DEFINITION:{var rs=pt;return new g.n2({name:pn,description:Nn,specifiedByUrl:fr(Xe),astNode:Xe,extensionASTNodes:rs})}case v.h.INPUT_OBJECT_TYPE_DEFINITION:{var Or=pt,is=[Xe].concat(Or);return new g.sR({name:pn,description:Nn,fields:function(){return di(is)},astNode:Xe,extensionASTNodes:Or})}}(0,Ot.Z)(0,"Unexpected type definition node: "+(0,Ce.Z)(Xe))}}var ur=(0,ze.Z)(D.HS.concat(C.nL),function(ee){return ee.name});function vr(ee){var se=(0,J.zu)(T.fg,ee);return se==null?void 0:se.reason}function fr(ee){var se=(0,J.zu)(T.df,ee);return se==null?void 0:se.url}function Mt(ee,se){if(ee.description)return ee.description.value;if((se==null?void 0:se.commentDescriptions)===!0){var ge=nr(ee);if(ge!==void 0)return(0,wn.W7)(`
2052
+ `+ge)}}function nr(ee){var se=ee.loc;if(se){for(var ge=[],Se=se.startToken.prev;Se!=null&&Se.kind===F.T.COMMENT&&Se.next&&Se.prev&&Se.line+1===Se.next.line&&Se.line!==Se.prev.line;){var $e=String(Se.value);ge.push($e),Se=Se.prev}return ge.length>0?ge.reverse().join(`
2053
+ `):void 0}}function pr(ee,se){ee!=null&&ee.kind===v.h.DOCUMENT||(0,Jn.Z)(0,"Must provide valid Document AST."),(se==null?void 0:se.assumeValid)!==!0&&(se==null?void 0:se.assumeValidSDL)!==!0&&(0,p.zo)(ee);var ge={description:void 0,types:[],directives:[],extensions:void 0,extensionASTNodes:[],assumeValid:!1},Se=jt(ge,ee,se);if(Se.astNode==null)for(var $e=0,gn=Se.types;$e<gn.length;$e++){var On=gn[$e];switch(On.name){case"Query":Se.query=On;break;case"Mutation":Se.mutation=On;break;case"Subscription":Se.subscription=On;break}}for(var Cn=Se.directives,xn=function(Rn){var En=T.V4[Rn];Cn.every(function(rt){return rt.name!==En.name})&&Cn.push(En)},Xn=0;Xn<T.V4.length;Xn++)xn(Xn);return new A.XO(Se)}function Gr(ee,se){var ge=(0,u.Qc)(ee,{noLocation:se==null?void 0:se.noLocation,allowLegacySDLEmptyFields:se==null?void 0:se.allowLegacySDLEmptyFields,allowLegacySDLImplementsInterfaces:se==null?void 0:se.allowLegacySDLImplementsInterfaces,experimentalFragmentVariables:se==null?void 0:se.experimentalFragmentVariables});return pr(ge,{commentDescriptions:se==null?void 0:se.commentDescriptions,assumeValidSDL:se==null?void 0:se.assumeValidSDL,assumeValid:se==null?void 0:se.assumeValid})}var Zr=o(4950),wo=o(8224);function ai(ee,se){var ge=Object.keys(ee);if(Object.getOwnPropertySymbols){var Se=Object.getOwnPropertySymbols(ee);se&&(Se=Se.filter(function($e){return Object.getOwnPropertyDescriptor(ee,$e).enumerable})),ge.push.apply(ge,Se)}return ge}function Nt(ee){for(var se=1;se<arguments.length;se++){var ge=arguments[se]!=null?arguments[se]:{};se%2?ai(Object(ge),!0).forEach(function(Se){Kr(ee,Se,ge[Se])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ee,Object.getOwnPropertyDescriptors(ge)):ai(Object(ge)).forEach(function(Se){Object.defineProperty(ee,Se,Object.getOwnPropertyDescriptor(ge,Se))})}return ee}function Kr(ee,se,ge){return se in ee?Object.defineProperty(ee,se,{value:ge,enumerable:!0,configurable:!0,writable:!0}):ee[se]=ge,ee}function Gi(ee){var se=ee.toConfig(),ge=(0,Zr.Z)(Sr(se.types),function(En){return En.name},Rn);return new A.XO(Nt(Nt({},se),{},{types:(0,fe.Z)(ge),directives:Sr(se.directives).map(On),query:gn(se.query),mutation:gn(se.mutation),subscription:gn(se.subscription)}));function Se(En){return(0,g.HG)(En)?new g.p2(Se(En.ofType)):(0,g.zM)(En)?new g.bM(Se(En.ofType)):$e(En)}function $e(En){return ge[En.name]}function gn(En){return En&&$e(En)}function On(En){var rt=En.toConfig();return new T.NZ(Nt(Nt({},rt),{},{locations:Zi(rt.locations,function(Et){return Et}),args:Cn(rt.args)}))}function Cn(En){return qr(En,function(rt){return Nt(Nt({},rt),{},{type:Se(rt.type)})})}function xn(En){return qr(En,function(rt){return Nt(Nt({},rt),{},{type:Se(rt.type),args:Cn(rt.args)})})}function Xn(En){return qr(En,function(rt){return Nt(Nt({},rt),{},{type:Se(rt.type)})})}function An(En){return Sr(En).map($e)}function Rn(En){if((0,g.KA)(En)||(0,C.s9)(En))return En;if((0,g.lp)(En)){var rt=En.toConfig();return new g.h6(Nt(Nt({},rt),{},{interfaces:function(){return An(rt.interfaces)},fields:function(){return xn(rt.fields)}}))}if((0,g.oT)(En)){var Et=En.toConfig();return new g.oW(Nt(Nt({},Et),{},{interfaces:function(){return An(Et.interfaces)},fields:function(){return xn(Et.fields)}}))}if((0,g.EN)(En)){var tr=En.toConfig();return new g.Gp(Nt(Nt({},tr),{},{types:function(){return An(tr.types)}}))}if((0,g.EM)(En)){var rr=En.toConfig();return new g.mR(Nt(Nt({},rr),{},{values:qr(rr.values)}))}if((0,g.hL)(En)){var Zt=En.toConfig();return new g.sR(Nt(Nt({},Zt),{},{fields:function(){return Xn(Zt.fields)}}))}(0,Ot.Z)(0,"Unexpected type: "+(0,Ce.Z)(En))}}function qr(ee,se){for(var ge=Object.create(null),Se=Zi(Object.keys(ee),function(Cn){return Cn}),$e=0;$e<Se.length;$e++){var gn=Se[$e],On=ee[gn];ge[gn]=se?se(On):On}return ge}function Sr(ee){return Zi(ee,function(se){return se.name})}function Zi(ee,se){return ee.slice().sort(function(ge,Se){var $e=se(ge),gn=se(Se);return(0,wo.Z)($e,gn)})}var si=o(8631);function Oo(ee,se){return qi(ee,function(ge){return!(0,T.xg)(ge)},ui,se)}function Ki(ee,se){return qi(ee,T.xg,C.s9,se)}function ui(ee){return!(0,D.u1)(ee)&&!(0,C.s9)(ee)}function qi(ee,se,ge,Se){var $e=ee.getDirectives().filter(se),gn=(0,fe.Z)(ee.getTypeMap()).filter(ge);return[Hi(ee)].concat($e.map(function(On){return tt(On,Se)}),gn.map(function(On){return Y(On,Se)})).filter(Boolean).join(`
2054
+
2055
+ `)+`
2056
+ `}function Hi(ee){if(!(ee.description==null&&Q(ee))){var se=[],ge=ee.getQueryType();ge&&se.push(" query: ".concat(ge.name));var Se=ee.getMutationType();Se&&se.push(" mutation: ".concat(Se.name));var $e=ee.getSubscriptionType();return $e&&se.push(" subscription: ".concat($e.name)),ct({},ee)+`schema {
2057
+ `.concat(se.join(`
2058
+ `),`
2059
+ }`)}}function Q(ee){var se=ee.getQueryType();if(se&&se.name!=="Query")return!1;var ge=ee.getMutationType();if(ge&&ge.name!=="Mutation")return!1;var Se=ee.getSubscriptionType();return!(Se&&Se.name!=="Subscription")}function Y(ee,se){if((0,g.KA)(ee))return $(ee,se);if((0,g.lp)(ee))return ke(ee,se);if((0,g.oT)(ee))return qe(ee,se);if((0,g.EN)(ee))return Ge(ee,se);if((0,g.EM)(ee))return hn(ee,se);if((0,g.hL)(ee))return Un(ee,se);(0,Ot.Z)(0,"Unexpected type: "+(0,Ce.Z)(ee))}function $(ee,se){return ct(se,ee)+"scalar ".concat(ee.name)+Ut(ee)}function le(ee){var se=ee.getInterfaces();return se.length?" implements "+se.map(function(ge){return ge.name}).join(" & "):""}function ke(ee,se){return ct(se,ee)+"type ".concat(ee.name)+le(ee)+Vn(se,ee)}function qe(ee,se){return ct(se,ee)+"interface ".concat(ee.name)+le(ee)+Vn(se,ee)}function Ge(ee,se){var ge=ee.getTypes(),Se=ge.length?" = "+ge.join(" | "):"";return ct(se,ee)+"union "+ee.name+Se}function hn(ee,se){var ge=ee.getValues().map(function(Se,$e){return ct(se,Se," ",!$e)+" "+Se.name+It(Se.deprecationReason)});return ct(se,ee)+"enum ".concat(ee.name)+$n(ge)}function Un(ee,se){var ge=(0,fe.Z)(ee.getFields()).map(function(Se,$e){return ct(se,Se," ",!$e)+" "+mn(Se)});return ct(se,ee)+"input ".concat(ee.name)+$n(ge)}function Vn(ee,se){var ge=(0,fe.Z)(se.getFields()).map(function(Se,$e){return ct(ee,Se," ",!$e)+" "+Se.name+bn(ee,Se.args," ")+": "+String(Se.type)+It(Se.deprecationReason)});return $n(ge)}function $n(ee){return ee.length!==0?` {
2060
+ `+ee.join(`
2061
+ `)+`
2062
+ }`:""}function bn(ee,se){var ge=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";return se.length===0?"":se.every(function(Se){return!Se.description})?"("+se.map(mn).join(", ")+")":`(
2063
+ `+se.map(function(Se,$e){return ct(ee,Se," "+ge,!$e)+" "+ge+mn(Se)}).join(`
2064
+ `)+`
2065
+ `+ge+")"}function mn(ee){var se=(0,si.J)(ee.defaultValue,ee.type),ge=ee.name+": "+String(ee.type);return se&&(ge+=" = ".concat((0,W.S)(se))),ge+It(ee.deprecationReason)}function tt(ee,se){return ct(se,ee)+"directive @"+ee.name+bn(se,ee.args)+(ee.isRepeatable?" repeatable":"")+" on "+ee.locations.join(" | ")}function It(ee){if(ee==null)return"";var se=(0,si.J)(ee,D.kH);return se&&ee!==T.SY?" @deprecated(reason: "+(0,W.S)(se)+")":" @deprecated"}function Ut(ee){if(ee.specifiedByUrl==null)return"";var se=ee.specifiedByUrl,ge=(0,si.J)(se,D.kH);return ge||(0,Ot.Z)(0,"Unexpected null value returned from `astFromValue` for specifiedByUrl")," @specifiedBy(url: "+(0,W.S)(ge)+")"}function ct(ee,se){var ge=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Se=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,$e=se.description;if($e==null)return"";if((ee==null?void 0:ee.commentDescriptions)===!0)return Bt($e,ge,Se);var gn=$e.length>70,On=(0,wn.LZ)($e,"",gn),Cn=ge&&!Se?`
2066
+ `+ge:ge;return Cn+On.replace(/\n/g,`
2067
+ `+ge)+`
2068
+ `}function Bt(ee,se,ge){var Se=se&&!ge?`
2069
+ `:"",$e=ee.split(`
2070
+ `).map(function(gn){return se+(gn!==""?"# "+gn:"#")}).join(`
2071
+ `);return Se+$e+`
2072
+ `}function Pt(ee){for(var se=[],ge=0;ge<ee.length;ge++){var Se=ee[ge];se=se.concat(Se.definitions)}return{kind:"Document",definitions:se}}function it(ee){for(var se=[],ge=Object.create(null),Se=0,$e=ee.definitions;Se<$e.length;Se++){var gn=$e[Se];switch(gn.kind){case v.h.OPERATION_DEFINITION:se.push(gn);break;case v.h.FRAGMENT_DEFINITION:ge[gn.name.value]=Vt(gn.selectionSet);break}}for(var On=Object.create(null),Cn=function(An){for(var Rn=se[An],En=new Set,rt=0,Et=Vt(Rn.selectionSet);rt<Et.length;rt++){var tr=Et[rt];Yt(En,ge,tr)}var rr=Rn.name?Rn.name.value:"";On[rr]={kind:v.h.DOCUMENT,definitions:ee.definitions.filter(function(Zt){return Zt===Rn||Zt.kind===v.h.FRAGMENT_DEFINITION&&En.has(Zt.name.value)})}},xn=0;xn<se.length;xn++)Cn(xn);return On}function Yt(ee,se,ge){if(!ee.has(ge)){ee.add(ge);var Se=se[ge];if(Se!==void 0)for(var $e=0;$e<Se.length;$e++){var gn=Se[$e];Yt(ee,se,gn)}}}function Vt(ee){var se=[];return(0,ne.Vn)(ee,{FragmentSpread:function(Se){se.push(Se.name.value)}}),se}function Xt(ee){for(var se=(0,N.T)(ee)?ee:new N.H(ee),ge=se.body,Se=new M.h(se),$e="",gn=!1;Se.advance().kind!==F.T.EOF;){var On=Se.token,Cn=On.kind,xn=!(0,M.u)(On.kind);gn&&(xn||On.kind===F.T.SPREAD)&&($e+=" ");var Xn=ge.slice(On.start,On.end);Cn===F.T.BLOCK_STRING?$e+=gr(Xn):$e+=Xn,gn=xn}return $e}function gr(ee){var se=ee.slice(3,-3),ge=(0,wn.W7)(se);(0,wn.Z2)(ge)>0&&(ge=`
2073
+ `+ge);var Se=ge[ge.length-1],$e=Se==='"'&&ge.slice(-4)!=='\\"""';return($e||Se==="\\")&&(ge+=`
2074
+ `),'"""'+ge+'"""'}function Qt(ee,se){var ge=Object.keys(ee);if(Object.getOwnPropertySymbols){var Se=Object.getOwnPropertySymbols(ee);se&&(Se=Se.filter(function($e){return Object.getOwnPropertyDescriptor(ee,$e).enumerable})),ge.push.apply(ge,Se)}return ge}function Ai(ee){for(var se=1;se<arguments.length;se++){var ge=arguments[se]!=null?arguments[se]:{};se%2?Qt(Object(ge),!0).forEach(function(Se){Qi(ee,Se,ge[Se])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ee,Object.getOwnPropertyDescriptors(ge)):Qt(Object(ge)).forEach(function(Se){Object.defineProperty(ee,Se,Object.getOwnPropertyDescriptor(ge,Se))})}return ee}function Qi(ee,se,ge){return se in ee?Object.defineProperty(ee,se,{value:ge,enumerable:!0,configurable:!0,writable:!0}):ee[se]=ge,ee}var Rt=Object.freeze({TYPE_REMOVED:"TYPE_REMOVED",TYPE_CHANGED_KIND:"TYPE_CHANGED_KIND",TYPE_REMOVED_FROM_UNION:"TYPE_REMOVED_FROM_UNION",VALUE_REMOVED_FROM_ENUM:"VALUE_REMOVED_FROM_ENUM",REQUIRED_INPUT_FIELD_ADDED:"REQUIRED_INPUT_FIELD_ADDED",IMPLEMENTED_INTERFACE_REMOVED:"IMPLEMENTED_INTERFACE_REMOVED",FIELD_REMOVED:"FIELD_REMOVED",FIELD_CHANGED_KIND:"FIELD_CHANGED_KIND",REQUIRED_ARG_ADDED:"REQUIRED_ARG_ADDED",ARG_REMOVED:"ARG_REMOVED",ARG_CHANGED_KIND:"ARG_CHANGED_KIND",DIRECTIVE_REMOVED:"DIRECTIVE_REMOVED",DIRECTIVE_ARG_REMOVED:"DIRECTIVE_ARG_REMOVED",REQUIRED_DIRECTIVE_ARG_ADDED:"REQUIRED_DIRECTIVE_ARG_ADDED",DIRECTIVE_REPEATABLE_REMOVED:"DIRECTIVE_REPEATABLE_REMOVED",DIRECTIVE_LOCATION_REMOVED:"DIRECTIVE_LOCATION_REMOVED"}),Tr=Object.freeze({VALUE_ADDED_TO_ENUM:"VALUE_ADDED_TO_ENUM",TYPE_ADDED_TO_UNION:"TYPE_ADDED_TO_UNION",OPTIONAL_INPUT_FIELD_ADDED:"OPTIONAL_INPUT_FIELD_ADDED",OPTIONAL_ARG_ADDED:"OPTIONAL_ARG_ADDED",IMPLEMENTED_INTERFACE_ADDED:"IMPLEMENTED_INTERFACE_ADDED",ARG_DEFAULT_VALUE_CHANGE:"ARG_DEFAULT_VALUE_CHANGE"});function vu(ee,se){var ge=Io(ee,se).filter(function(Se){return Se.type in Rt});return ge}function gu(ee,se){var ge=Io(ee,se).filter(function(Se){return Se.type in Tr});return ge}function Io(ee,se){return[].concat($i(ee,se),Ha(ee,se))}function Ha(ee,se){for(var ge=[],Se=Br(ee.getDirectives(),se.getDirectives()),$e=0,gn=Se.removed;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Rt.DIRECTIVE_REMOVED,description:"".concat(On.name," was removed.")})}for(var Cn=0,xn=Se.persisted;Cn<xn.length;Cn++){for(var Xn=xn[Cn],An=Xn[0],Rn=Xn[1],En=Br(An.args,Rn.args),rt=0,Et=En.added;rt<Et.length;rt++){var tr=Et[rt];(0,g.dK)(tr)&&ge.push({type:Rt.REQUIRED_DIRECTIVE_ARG_ADDED,description:"A required arg ".concat(tr.name," on directive ").concat(An.name," was added.")})}for(var rr=0,Zt=En.removed;rr<Zt.length;rr++){var ir=Zt[rr];ge.push({type:Rt.DIRECTIVE_ARG_REMOVED,description:"".concat(ir.name," was removed from ").concat(An.name,".")})}An.isRepeatable&&!Rn.isRepeatable&&ge.push({type:Rt.DIRECTIVE_REPEATABLE_REMOVED,description:"Repeatable flag was removed from ".concat(An.name,".")});for(var li=0,ci=An.locations;li<ci.length;li++){var Hr=ci[li];Rn.locations.indexOf(Hr)===-1&&ge.push({type:Rt.DIRECTIVE_LOCATION_REMOVED,description:"".concat(Hr," was removed from ").concat(An.name,".")})}}return ge}function $i(ee,se){for(var ge=[],Se=Br((0,fe.Z)(ee.getTypeMap()),(0,fe.Z)(se.getTypeMap())),$e=0,gn=Se.removed;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Rt.TYPE_REMOVED,description:(0,D.u1)(On)?"Standard scalar ".concat(On.name," was removed because it is not referenced anymore."):"".concat(On.name," was removed.")})}for(var Cn=0,xn=Se.persisted;Cn<xn.length;Cn++){var Xn=xn[Cn],An=Xn[0],Rn=Xn[1];(0,g.EM)(An)&&(0,g.EM)(Rn)?ge.push.apply(ge,No(An,Rn)):(0,g.EN)(An)&&(0,g.EN)(Rn)?ge.push.apply(ge,Eu(An,Rn)):(0,g.hL)(An)&&(0,g.hL)(Rn)?ge.push.apply(ge,yu(An,Rn)):(0,g.lp)(An)&&(0,g.lp)(Rn)||(0,g.oT)(An)&&(0,g.oT)(Rn)?ge.push.apply(ge,Qa(An,Rn).concat(la(An,Rn))):An.constructor!==Rn.constructor&&ge.push({type:Rt.TYPE_CHANGED_KIND,description:"".concat(An.name," changed from ")+"".concat(ca(An)," to ").concat(ca(Rn),".")})}return ge}function yu(ee,se){for(var ge=[],Se=Br((0,fe.Z)(ee.getFields()),(0,fe.Z)(se.getFields())),$e=0,gn=Se.added;$e<gn.length;$e++){var On=gn[$e];(0,g.Wd)(On)?ge.push({type:Rt.REQUIRED_INPUT_FIELD_ADDED,description:"A required field ".concat(On.name," on input type ").concat(ee.name," was added.")}):ge.push({type:Tr.OPTIONAL_INPUT_FIELD_ADDED,description:"An optional field ".concat(On.name," on input type ").concat(ee.name," was added.")})}for(var Cn=0,xn=Se.removed;Cn<xn.length;Cn++){var Xn=xn[Cn];ge.push({type:Rt.FIELD_REMOVED,description:"".concat(ee.name,".").concat(Xn.name," was removed.")})}for(var An=0,Rn=Se.persisted;An<Rn.length;An++){var En=Rn[An],rt=En[0],Et=En[1],tr=Di(rt.type,Et.type);tr||ge.push({type:Rt.FIELD_CHANGED_KIND,description:"".concat(ee.name,".").concat(rt.name," changed type from ")+"".concat(String(rt.type)," to ").concat(String(Et.type),".")})}return ge}function Eu(ee,se){for(var ge=[],Se=Br(ee.getTypes(),se.getTypes()),$e=0,gn=Se.added;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Tr.TYPE_ADDED_TO_UNION,description:"".concat(On.name," was added to union type ").concat(ee.name,".")})}for(var Cn=0,xn=Se.removed;Cn<xn.length;Cn++){var Xn=xn[Cn];ge.push({type:Rt.TYPE_REMOVED_FROM_UNION,description:"".concat(Xn.name," was removed from union type ").concat(ee.name,".")})}return ge}function No(ee,se){for(var ge=[],Se=Br(ee.getValues(),se.getValues()),$e=0,gn=Se.added;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Tr.VALUE_ADDED_TO_ENUM,description:"".concat(On.name," was added to enum type ").concat(ee.name,".")})}for(var Cn=0,xn=Se.removed;Cn<xn.length;Cn++){var Xn=xn[Cn];ge.push({type:Rt.VALUE_REMOVED_FROM_ENUM,description:"".concat(Xn.name," was removed from enum type ").concat(ee.name,".")})}return ge}function la(ee,se){for(var ge=[],Se=Br(ee.getInterfaces(),se.getInterfaces()),$e=0,gn=Se.added;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Tr.IMPLEMENTED_INTERFACE_ADDED,description:"".concat(On.name," added to interfaces implemented by ").concat(ee.name,".")})}for(var Cn=0,xn=Se.removed;Cn<xn.length;Cn++){var Xn=xn[Cn];ge.push({type:Rt.IMPLEMENTED_INTERFACE_REMOVED,description:"".concat(ee.name," no longer implements interface ").concat(Xn.name,".")})}return ge}function Qa(ee,se){for(var ge=[],Se=Br((0,fe.Z)(ee.getFields()),(0,fe.Z)(se.getFields())),$e=0,gn=Se.removed;$e<gn.length;$e++){var On=gn[$e];ge.push({type:Rt.FIELD_REMOVED,description:"".concat(ee.name,".").concat(On.name," was removed.")})}for(var Cn=0,xn=Se.persisted;Cn<xn.length;Cn++){var Xn=xn[Cn],An=Xn[0],Rn=Xn[1];ge.push.apply(ge,Yi(ee,An,Rn));var En=Ti(An.type,Rn.type);En||ge.push({type:Rt.FIELD_CHANGED_KIND,description:"".concat(ee.name,".").concat(An.name," changed type from ")+"".concat(String(An.type)," to ").concat(String(Rn.type),".")})}return ge}function Yi(ee,se,ge){for(var Se=[],$e=Br(se.args,ge.args),gn=0,On=$e.removed;gn<On.length;gn++){var Cn=On[gn];Se.push({type:Rt.ARG_REMOVED,description:"".concat(ee.name,".").concat(se.name," arg ").concat(Cn.name," was removed.")})}for(var xn=0,Xn=$e.persisted;xn<Xn.length;xn++){var An=Xn[xn],Rn=An[0],En=An[1],rt=Di(Rn.type,En.type);if(!rt)Se.push({type:Rt.ARG_CHANGED_KIND,description:"".concat(ee.name,".").concat(se.name," arg ").concat(Rn.name," has changed type from ")+"".concat(String(Rn.type)," to ").concat(String(En.type),".")});else if(Rn.defaultValue!==void 0)if(En.defaultValue===void 0)Se.push({type:Tr.ARG_DEFAULT_VALUE_CHANGE,description:"".concat(ee.name,".").concat(se.name," arg ").concat(Rn.name," defaultValue was removed.")});else{var Et=Po(Rn.defaultValue,Rn.type),tr=Po(En.defaultValue,En.type);Et!==tr&&Se.push({type:Tr.ARG_DEFAULT_VALUE_CHANGE,description:"".concat(ee.name,".").concat(se.name," arg ").concat(Rn.name," has changed defaultValue from ").concat(Et," to ").concat(tr,".")})}}for(var rr=0,Zt=$e.added;rr<Zt.length;rr++){var ir=Zt[rr];(0,g.dK)(ir)?Se.push({type:Rt.REQUIRED_ARG_ADDED,description:"A required arg ".concat(ir.name," on ").concat(ee.name,".").concat(se.name," was added.")}):Se.push({type:Tr.OPTIONAL_ARG_ADDED,description:"An optional arg ".concat(ir.name," on ").concat(ee.name,".").concat(se.name," was added.")})}return Se}function Ti(ee,se){return(0,g.HG)(ee)?(0,g.HG)(se)&&Ti(ee.ofType,se.ofType)||(0,g.zM)(se)&&Ti(ee,se.ofType):(0,g.zM)(ee)?(0,g.zM)(se)&&Ti(ee.ofType,se.ofType):(0,g.Zs)(se)&&ee.name===se.name||(0,g.zM)(se)&&Ti(ee,se.ofType)}function Di(ee,se){return(0,g.HG)(ee)?(0,g.HG)(se)&&Di(ee.ofType,se.ofType):(0,g.zM)(ee)?(0,g.zM)(se)&&Di(ee.ofType,se.ofType)||!(0,g.zM)(se)&&Di(ee.ofType,se):(0,g.Zs)(se)&&ee.name===se.name}function ca(ee){if((0,g.KA)(ee))return"a Scalar type";if((0,g.lp)(ee))return"an Object type";if((0,g.oT)(ee))return"an Interface type";if((0,g.EN)(ee))return"a Union type";if((0,g.EM)(ee))return"an Enum type";if((0,g.hL)(ee))return"an Input type";(0,Ot.Z)(0,"Unexpected type: "+(0,Ce.Z)(ee))}function Po(ee,se){var ge=(0,si.J)(ee,se);ge!=null||(0,Ot.Z)(0);var Se=(0,ne.Vn)(ge,{ObjectValue:function(gn){var On=[].concat(gn.fields);return On.sort(function(Cn,xn){return(0,wo.Z)(Cn.name.value,xn.name.value)}),Ai(Ai({},gn),{},{fields:On})}});return(0,W.S)(Se)}function Br(ee,se){for(var ge=[],Se=[],$e=[],gn=(0,ze.Z)(ee,function(En){var rt=En.name;return rt}),On=(0,ze.Z)(se,function(En){var rt=En.name;return rt}),Cn=0;Cn<ee.length;Cn++){var xn=ee[Cn],Xn=On[xn.name];Xn===void 0?Se.push(xn):$e.push([xn,Xn])}for(var An=0;An<se.length;An++){var Rn=se[An];gn[Rn.name]===void 0&&ge.push(Rn)}return{added:ge,persisted:$e,removed:Se}}function fa(ee,se){return(0,p.Gu)(ee,se,[Mn.r])}var $a=o(2100),pa=o(3335),_u=o(9120),bu=o(77),Mo=o(2319),Ft=o(2676),Ji=o(7816),da=o(316),Ya=o(9377)},9380:(w,B,o)=>{"use strict";o.d(B,{N:()=>m,Q:()=>b});function b(d,u,p){return{prev:d,key:u,typename:p}}function m(d){for(var u=[],p=d;p;)u.push(p.key),p=p.prev;return u.reverse()}},9215:(w,B,o)=>{"use strict";o.d(B,{Z:()=>d});var b=o(9551),m=o(5695);function d(u){var p=u.prototype.toJSON;typeof p=="function"||(0,b.Z)(0),u.prototype.inspect=p,m.Z&&(u.prototype[m.Z]=p)}},7826:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m,d){var u=Boolean(m);if(!u)throw new Error(d)}},3177:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=5;function m(d,u){var p=typeof d=="string"?[d,u]:[void 0,d],f=p[0],c=p[1],y=" Did you mean ";f&&(y+=f+" ");var k=c.map(function(T){return'"'.concat(T,'"')});switch(k.length){case 0:return"";case 1:return y+k[0]+"?";case 2:return y+k[0]+" or "+k[1]+"?"}var _=k.slice(0,b),A=_.pop();return y+_.join(", ")+", or "+A+"?"}},5821:(w,B,o)=>{"use strict";o.d(B,{Z:()=>p});var b=o(5695);function m(T){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?m=function(D){return typeof D}:m=function(D){return D&&typeof Symbol=="function"&&D.constructor===Symbol&&D!==Symbol.prototype?"symbol":typeof D},m(T)}var d=10,u=2;function p(T){return f(T,[])}function f(T,g){switch(m(T)){case"string":return JSON.stringify(T);case"function":return T.name?"[function ".concat(T.name,"]"):"[function]";case"object":return T===null?"null":c(T,g);default:return String(T)}}function c(T,g){if(g.indexOf(T)!==-1)return"[Circular]";var D=[].concat(g,[T]),C=_(T);if(C!==void 0){var O=C.call(T);if(O!==T)return typeof O=="string"?O:f(O,D)}else if(Array.isArray(T))return k(T,D);return y(T,D)}function y(T,g){var D=Object.keys(T);if(D.length===0)return"{}";if(g.length>u)return"["+A(T)+"]";var C=D.map(function(O){var N=f(T[O],g);return O+": "+N});return"{ "+C.join(", ")+" }"}function k(T,g){if(T.length===0)return"[]";if(g.length>u)return"[Array]";for(var D=Math.min(d,T.length),C=T.length-D,O=[],N=0;N<D;++N)O.push(f(T[N],g));return C===1?O.push("... 1 more item"):C>1&&O.push("... ".concat(C," more items")),"["+O.join(", ")+"]"}function _(T){var g=T[String(b.Z)];if(typeof g=="function")return g;if(typeof T.inspect=="function")return T.inspect}function A(T){var g=Object.prototype.toString.call(T).replace(/^\[object /,"").replace(/]$/,"");if(g==="Object"&&typeof T.constructor=="function"){var D=T.constructor.name;if(typeof D=="string"&&D!=="")return D}return g}},8306:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});function b(d){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?b=function(p){return typeof p}:b=function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p},b(d)}const m=function(u,p){return u instanceof p}},9551:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m,d){var u=Boolean(m);if(!u)throw new Error(d!=null?d:"Unexpected invariant triggered.")}},8495:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});function b(d){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?b=function(p){return typeof p}:b=function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p},b(d)}function m(d){return b(d)=="object"&&d!==null}},8659:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m){return typeof(m==null?void 0:m.then)=="function"}},3498:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m,d){return m.reduce(function(u,p){return u[d(p)]=p,u},Object.create(null))}},4950:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m,d,u){return m.reduce(function(p,f){return p[d(f)]=u(f),p},Object.create(null))}},5723:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=o(5009);function m(d,u){for(var p=Object.create(null),f=0,c=(0,b.Z)(d);f<c.length;f++){var y=c[f],k=y[0],_=y[1];p[k]=u(_,k)}return p}},8224:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(p,f){for(var c=0,y=0;c<p.length&&y<f.length;){var k=p.charCodeAt(c),_=f.charCodeAt(y);if(u(k)&&u(_)){var A=0;do++c,A=A*10+k-m,k=p.charCodeAt(c);while(u(k)&&A>0);var T=0;do++y,T=T*10+_-m,_=f.charCodeAt(y);while(u(_)&&T>0);if(A<T)return-1;if(A>T)return 1}else{if(k<_)return-1;if(k>_)return 1;++c,++y}}return p.length-f.length}var m=48,d=57;function u(p){return!isNaN(p)&&m<=p&&p<=d}},5695:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):void 0;const m=b},4244:(w,B,o)=>{"use strict";o.d(B,{Z:()=>b});function b(m){return m.map(function(d){return typeof d=="number"?"["+d.toString()+"]":"."+d}).join("")}},4657:(w,B,o)=>{"use strict";o.d(B,{Z:()=>d});var b=o(9763);function m(u){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?m=function(f){return typeof f}:m=function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},m(u)}function d(u){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(D){return D};if(u==null||m(u)!=="object")return null;if(Array.isArray(u))return u.map(p);var f=u[b.Xr];if(typeof f=="function"){for(var c=f.call(u),y=[],k,_=0;!(k=c.next()).done;++_)y.push(p(k.value,_));return y}var A=u.length;if(typeof A=="number"&&A>=0&&A%1===0){for(var T=[],g=0;g<A;++g){if(!Object.prototype.hasOwnProperty.call(u,g))return null;T.push(p(u[String(g)],g))}return T}return null}},3294:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=o(8224);function m(p,f){for(var c=Object.create(null),y=new d(p),k=Math.floor(p.length*.4)+1,_=0;_<f.length;_++){var A=f[_],T=y.measure(A,k);T!==void 0&&(c[A]=T)}return Object.keys(c).sort(function(g,D){var C=c[g]-c[D];return C!==0?C:(0,b.Z)(g,D)})}var d=function(){function p(c){this._input=c,this._inputLowerCase=c.toLowerCase(),this._inputArray=u(this._inputLowerCase),this._rows=[new Array(c.length+1).fill(0),new Array(c.length+1).fill(0),new Array(c.length+1).fill(0)]}var f=p.prototype;return f.measure=function(y,k){if(this._input===y)return 0;var _=y.toLowerCase();if(this._inputLowerCase===_)return 1;var A=u(_),T=this._inputArray;if(A.length<T.length){var g=A;A=T,T=g}var D=A.length,C=T.length;if(!(D-C>k)){for(var O=this._rows,N=0;N<=C;N++)O[0][N]=N;for(var P=1;P<=D;P++){for(var R=O[(P-1)%3],M=O[P%3],F=M[0]=P,W=1;W<=C;W++){var ne=A[P-1]===T[W-1]?0:1,v=Math.min(R[W]+1,M[W-1]+1,R[W-1]+ne);if(P>1&&W>1&&A[P-1]===T[W-2]&&A[P-2]===T[W-1]){var L=O[(P-2)%3][W-2];v=Math.min(v,L+1)}v<F&&(F=v),M[W]=v}if(F>k)return}var j=O[D%3][C];return j<=k?j:void 0}},p}();function u(p){for(var f=p.length,c=new Array(f),y=0;y<f;++y)c[y]=p.charCodeAt(y);return c}},8824:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=o(5009);function m(d){if(Object.getPrototypeOf(d)===null)return d;for(var u=Object.create(null),p=0,f=(0,b.Z)(d);p<f.length;p++){var c=f[p],y=c[0],k=c[1];u[y]=k}return u}},2380:(w,B,o)=>{"use strict";o.d(B,{UG:()=>u,WU:()=>d,Ye:()=>m});var b=o(9215),m=function(){function p(c,y,k){this.start=c.start,this.end=y.end,this.startToken=c,this.endToken=y,this.source=k}var f=p.prototype;return f.toJSON=function(){return{start:this.start,end:this.end}},p}();(0,b.Z)(m);var d=function(){function p(c,y,k,_,A,T,g){this.kind=c,this.start=y,this.end=k,this.line=_,this.column=A,this.value=g,this.prev=T,this.next=null}var f=p.prototype;return f.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},p}();(0,b.Z)(d);function u(p){return p!=null&&typeof p.kind=="string"}},7392:(w,B,o)=>{"use strict";o.d(B,{LZ:()=>u,W7:()=>b,Z2:()=>d});function b(p){var f=p.split(/\r\n|[\n\r]/g),c=d(p);if(c!==0)for(var y=1;y<f.length;y++)f[y]=f[y].slice(c);for(var k=0;k<f.length&&m(f[k]);)++k;for(var _=f.length;_>k&&m(f[_-1]);)--_;return f.slice(k,_).join(`
2075
+ `)}function m(p){for(var f=0;f<p.length;++f)if(p[f]!==" "&&p[f]!==" ")return!1;return!0}function d(p){for(var f,c=!0,y=!0,k=0,_=null,A=0;A<p.length;++A)switch(p.charCodeAt(A)){case 13:p.charCodeAt(A+1)===10&&++A;case 10:c=!1,y=!0,k=0;break;case 9:case 32:++k;break;default:y&&!c&&(_===null||k<_)&&(_=k),y=!1}return(f=_)!==null&&f!==void 0?f:0}function u(p){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,y=p.indexOf(`
2076
+ `)===-1,k=p[0]===" "||p[0]===" ",_=p[p.length-1]==='"',A=p[p.length-1]==="\\",T=!y||_||A||c,g="";return T&&!(y&&k)&&(g+=`
2077
+ `+f),g+=f?p.replace(/\n/g,`
2078
+ `+f):p,T&&(g+=`
2079
+ `),'"""'+g.replace(/"""/g,'\\"""')+'"""'}},9878:(w,B,o)=>{"use strict";o.d(B,{B:()=>b});var b=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"})},7359:(w,B,o)=>{"use strict";o.d(B,{h:()=>b});var b=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"})},2105:(w,B,o)=>{"use strict";o.d(B,{h:()=>p,u:()=>f});var b=o(5219),m=o(2380),d=o(4635),u=o(7392),p=function(){function R(F){var W=new m.WU(d.T.SOF,0,0,0,0,null);this.source=F,this.lastToken=W,this.token=W,this.line=1,this.lineStart=0}var M=R.prototype;return M.advance=function(){this.lastToken=this.token;var W=this.token=this.lookahead();return W},M.lookahead=function(){var W=this.token;if(W.kind!==d.T.EOF)do{var ne;W=(ne=W.next)!==null&&ne!==void 0?ne:W.next=y(this,W)}while(W.kind===d.T.COMMENT);return W},R}();function f(R){return R===d.T.BANG||R===d.T.DOLLAR||R===d.T.AMP||R===d.T.PAREN_L||R===d.T.PAREN_R||R===d.T.SPREAD||R===d.T.COLON||R===d.T.EQUALS||R===d.T.AT||R===d.T.BRACKET_L||R===d.T.BRACKET_R||R===d.T.BRACE_L||R===d.T.PIPE||R===d.T.BRACE_R}function c(R){return isNaN(R)?d.T.EOF:R<127?JSON.stringify(String.fromCharCode(R)):'"\\u'.concat(("00"+R.toString(16).toUpperCase()).slice(-4),'"')}function y(R,M){for(var F=R.source,W=F.body,ne=W.length,v=M.end;v<ne;){var L=W.charCodeAt(v),j=R.line,U=1+v-R.lineStart;switch(L){case 65279:case 9:case 32:case 44:++v;continue;case 10:++v,++R.line,R.lineStart=v;continue;case 13:W.charCodeAt(v+1)===10?v+=2:++v,++R.line,R.lineStart=v;continue;case 33:return new m.WU(d.T.BANG,v,v+1,j,U,M);case 35:return _(F,v,j,U,M);case 36:return new m.WU(d.T.DOLLAR,v,v+1,j,U,M);case 38:return new m.WU(d.T.AMP,v,v+1,j,U,M);case 40:return new m.WU(d.T.PAREN_L,v,v+1,j,U,M);case 41:return new m.WU(d.T.PAREN_R,v,v+1,j,U,M);case 46:if(W.charCodeAt(v+1)===46&&W.charCodeAt(v+2)===46)return new m.WU(d.T.SPREAD,v,v+3,j,U,M);break;case 58:return new m.WU(d.T.COLON,v,v+1,j,U,M);case 61:return new m.WU(d.T.EQUALS,v,v+1,j,U,M);case 64:return new m.WU(d.T.AT,v,v+1,j,U,M);case 91:return new m.WU(d.T.BRACKET_L,v,v+1,j,U,M);case 93:return new m.WU(d.T.BRACKET_R,v,v+1,j,U,M);case 123:return new m.WU(d.T.BRACE_L,v,v+1,j,U,M);case 124:return new m.WU(d.T.PIPE,v,v+1,j,U,M);case 125:return new m.WU(d.T.BRACE_R,v,v+1,j,U,M);case 34:return W.charCodeAt(v+1)===34&&W.charCodeAt(v+2)===34?D(F,v,j,U,M,R):g(F,v,j,U,M);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return A(F,v,L,j,U,M);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return N(F,v,j,U,M)}throw(0,b.h)(F,v,k(L))}var J=R.line,ae=1+v-R.lineStart;return new m.WU(d.T.EOF,ne,ne,J,ae,M)}function k(R){return R<32&&R!==9&&R!==10&&R!==13?"Cannot contain the invalid character ".concat(c(R),"."):R===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:"Cannot parse the unexpected character ".concat(c(R),".")}function _(R,M,F,W,ne){var v=R.body,L,j=M;do L=v.charCodeAt(++j);while(!isNaN(L)&&(L>31||L===9));return new m.WU(d.T.COMMENT,M,j,F,W,ne,v.slice(M+1,j))}function A(R,M,F,W,ne,v){var L=R.body,j=F,U=M,J=!1;if(j===45&&(j=L.charCodeAt(++U)),j===48){if(j=L.charCodeAt(++U),j>=48&&j<=57)throw(0,b.h)(R,U,"Invalid number, unexpected digit after 0: ".concat(c(j),"."))}else U=T(R,U,j),j=L.charCodeAt(U);if(j===46&&(J=!0,j=L.charCodeAt(++U),U=T(R,U,j),j=L.charCodeAt(U)),(j===69||j===101)&&(J=!0,j=L.charCodeAt(++U),(j===43||j===45)&&(j=L.charCodeAt(++U)),U=T(R,U,j),j=L.charCodeAt(U)),j===46||P(j))throw(0,b.h)(R,U,"Invalid number, expected digit but got: ".concat(c(j),"."));return new m.WU(J?d.T.FLOAT:d.T.INT,M,U,W,ne,v,L.slice(M,U))}function T(R,M,F){var W=R.body,ne=M,v=F;if(v>=48&&v<=57){do v=W.charCodeAt(++ne);while(v>=48&&v<=57);return ne}throw(0,b.h)(R,ne,"Invalid number, expected digit but got: ".concat(c(v),"."))}function g(R,M,F,W,ne){for(var v=R.body,L=M+1,j=L,U=0,J="";L<v.length&&!isNaN(U=v.charCodeAt(L))&&U!==10&&U!==13;){if(U===34)return J+=v.slice(j,L),new m.WU(d.T.STRING,M,L+1,F,W,ne,J);if(U<32&&U!==9)throw(0,b.h)(R,L,"Invalid character within String: ".concat(c(U),"."));if(++L,U===92){switch(J+=v.slice(j,L-1),U=v.charCodeAt(L),U){case 34:J+='"';break;case 47:J+="/";break;case 92:J+="\\";break;case 98:J+="\b";break;case 102:J+="\f";break;case 110:J+=`
2080
+ `;break;case 114:J+="\r";break;case 116:J+=" ";break;case 117:{var ae=C(v.charCodeAt(L+1),v.charCodeAt(L+2),v.charCodeAt(L+3),v.charCodeAt(L+4));if(ae<0){var q=v.slice(L+1,L+5);throw(0,b.h)(R,L,"Invalid character escape sequence: \\u".concat(q,"."))}J+=String.fromCharCode(ae),L+=4;break}default:throw(0,b.h)(R,L,"Invalid character escape sequence: \\".concat(String.fromCharCode(U),"."))}++L,j=L}}throw(0,b.h)(R,L,"Unterminated string.")}function D(R,M,F,W,ne,v){for(var L=R.body,j=M+3,U=j,J=0,ae="";j<L.length&&!isNaN(J=L.charCodeAt(j));){if(J===34&&L.charCodeAt(j+1)===34&&L.charCodeAt(j+2)===34)return ae+=L.slice(U,j),new m.WU(d.T.BLOCK_STRING,M,j+3,F,W,ne,(0,u.W7)(ae));if(J<32&&J!==9&&J!==10&&J!==13)throw(0,b.h)(R,j,"Invalid character within String: ".concat(c(J),"."));J===10?(++j,++v.line,v.lineStart=j):J===13?(L.charCodeAt(j+1)===10?j+=2:++j,++v.line,v.lineStart=j):J===92&&L.charCodeAt(j+1)===34&&L.charCodeAt(j+2)===34&&L.charCodeAt(j+3)===34?(ae+=L.slice(U,j)+'"""',j+=4,U=j):++j}throw(0,b.h)(R,j,"Unterminated string.")}function C(R,M,F,W){return O(R)<<12|O(M)<<8|O(F)<<4|O(W)}function O(R){return R>=48&&R<=57?R-48:R>=65&&R<=70?R-55:R>=97&&R<=102?R-87:-1}function N(R,M,F,W,ne){for(var v=R.body,L=v.length,j=M+1,U=0;j!==L&&!isNaN(U=v.charCodeAt(j))&&(U===95||U>=48&&U<=57||U>=65&&U<=90||U>=97&&U<=122);)++j;return new m.WU(d.T.NAME,M,j,F,W,ne,v.slice(M,j))}function P(R){return R===95||R>=65&&R<=90||R>=97&&R<=122}},7867:(w,B,o)=>{"use strict";o.d(B,{k:()=>b});function b(m,d){for(var u=/\r\n|[\n\r]/g,p=1,f=d+1,c;(c=u.exec(m.body))&&c.index<d;)p+=1,f=d+1-(c.index+c[0].length);return{line:p,column:f}}},4275:(w,B,o)=>{"use strict";o.d(B,{H2:()=>k,Qc:()=>y,gZ:()=>_});var b=o(5219),m=o(7359),d=o(2380),u=o(4635),p=o(7926),f=o(9878),c=o(2105);function y(D,C){var O=new A(D,C);return O.parseDocument()}function k(D,C){var O=new A(D,C);O.expectToken(u.T.SOF);var N=O.parseValueLiteral(!1);return O.expectToken(u.T.EOF),N}function _(D,C){var O=new A(D,C);O.expectToken(u.T.SOF);var N=O.parseTypeReference();return O.expectToken(u.T.EOF),N}var A=function(){function D(O,N){var P=(0,p.T)(O)?O:new p.H(O);this._lexer=new c.h(P),this._options=N}var C=D.prototype;return C.parseName=function(){var N=this.expectToken(u.T.NAME);return{kind:m.h.NAME,value:N.value,loc:this.loc(N)}},C.parseDocument=function(){var N=this._lexer.token;return{kind:m.h.DOCUMENT,definitions:this.many(u.T.SOF,this.parseDefinition,u.T.EOF),loc:this.loc(N)}},C.parseDefinition=function(){if(this.peek(u.T.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(u.T.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},C.parseOperationDefinition=function(){var N=this._lexer.token;if(this.peek(u.T.BRACE_L))return{kind:m.h.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(N)};var P=this.parseOperationType(),R;return this.peek(u.T.NAME)&&(R=this.parseName()),{kind:m.h.OPERATION_DEFINITION,operation:P,name:R,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(N)}},C.parseOperationType=function(){var N=this.expectToken(u.T.NAME);switch(N.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(N)},C.parseVariableDefinitions=function(){return this.optionalMany(u.T.PAREN_L,this.parseVariableDefinition,u.T.PAREN_R)},C.parseVariableDefinition=function(){var N=this._lexer.token;return{kind:m.h.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(u.T.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(u.T.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(N)}},C.parseVariable=function(){var N=this._lexer.token;return this.expectToken(u.T.DOLLAR),{kind:m.h.VARIABLE,name:this.parseName(),loc:this.loc(N)}},C.parseSelectionSet=function(){var N=this._lexer.token;return{kind:m.h.SELECTION_SET,selections:this.many(u.T.BRACE_L,this.parseSelection,u.T.BRACE_R),loc:this.loc(N)}},C.parseSelection=function(){return this.peek(u.T.SPREAD)?this.parseFragment():this.parseField()},C.parseField=function(){var N=this._lexer.token,P=this.parseName(),R,M;return this.expectOptionalToken(u.T.COLON)?(R=P,M=this.parseName()):M=P,{kind:m.h.FIELD,alias:R,name:M,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(u.T.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(N)}},C.parseArguments=function(N){var P=N?this.parseConstArgument:this.parseArgument;return this.optionalMany(u.T.PAREN_L,P,u.T.PAREN_R)},C.parseArgument=function(){var N=this._lexer.token,P=this.parseName();return this.expectToken(u.T.COLON),{kind:m.h.ARGUMENT,name:P,value:this.parseValueLiteral(!1),loc:this.loc(N)}},C.parseConstArgument=function(){var N=this._lexer.token;return{kind:m.h.ARGUMENT,name:this.parseName(),value:(this.expectToken(u.T.COLON),this.parseValueLiteral(!0)),loc:this.loc(N)}},C.parseFragment=function(){var N=this._lexer.token;this.expectToken(u.T.SPREAD);var P=this.expectOptionalKeyword("on");return!P&&this.peek(u.T.NAME)?{kind:m.h.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(N)}:{kind:m.h.INLINE_FRAGMENT,typeCondition:P?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(N)}},C.parseFragmentDefinition=function(){var N,P=this._lexer.token;return this.expectKeyword("fragment"),((N=this._options)===null||N===void 0?void 0:N.experimentalFragmentVariables)===!0?{kind:m.h.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(P)}:{kind:m.h.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(P)}},C.parseFragmentName=function(){if(this._lexer.token.value==="on")throw this.unexpected();return this.parseName()},C.parseValueLiteral=function(N){var P=this._lexer.token;switch(P.kind){case u.T.BRACKET_L:return this.parseList(N);case u.T.BRACE_L:return this.parseObject(N);case u.T.INT:return this._lexer.advance(),{kind:m.h.INT,value:P.value,loc:this.loc(P)};case u.T.FLOAT:return this._lexer.advance(),{kind:m.h.FLOAT,value:P.value,loc:this.loc(P)};case u.T.STRING:case u.T.BLOCK_STRING:return this.parseStringLiteral();case u.T.NAME:switch(this._lexer.advance(),P.value){case"true":return{kind:m.h.BOOLEAN,value:!0,loc:this.loc(P)};case"false":return{kind:m.h.BOOLEAN,value:!1,loc:this.loc(P)};case"null":return{kind:m.h.NULL,loc:this.loc(P)};default:return{kind:m.h.ENUM,value:P.value,loc:this.loc(P)}}case u.T.DOLLAR:if(!N)return this.parseVariable();break}throw this.unexpected()},C.parseStringLiteral=function(){var N=this._lexer.token;return this._lexer.advance(),{kind:m.h.STRING,value:N.value,block:N.kind===u.T.BLOCK_STRING,loc:this.loc(N)}},C.parseList=function(N){var P=this,R=this._lexer.token,M=function(){return P.parseValueLiteral(N)};return{kind:m.h.LIST,values:this.any(u.T.BRACKET_L,M,u.T.BRACKET_R),loc:this.loc(R)}},C.parseObject=function(N){var P=this,R=this._lexer.token,M=function(){return P.parseObjectField(N)};return{kind:m.h.OBJECT,fields:this.any(u.T.BRACE_L,M,u.T.BRACE_R),loc:this.loc(R)}},C.parseObjectField=function(N){var P=this._lexer.token,R=this.parseName();return this.expectToken(u.T.COLON),{kind:m.h.OBJECT_FIELD,name:R,value:this.parseValueLiteral(N),loc:this.loc(P)}},C.parseDirectives=function(N){for(var P=[];this.peek(u.T.AT);)P.push(this.parseDirective(N));return P},C.parseDirective=function(N){var P=this._lexer.token;return this.expectToken(u.T.AT),{kind:m.h.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(N),loc:this.loc(P)}},C.parseTypeReference=function(){var N=this._lexer.token,P;return this.expectOptionalToken(u.T.BRACKET_L)?(P=this.parseTypeReference(),this.expectToken(u.T.BRACKET_R),P={kind:m.h.LIST_TYPE,type:P,loc:this.loc(N)}):P=this.parseNamedType(),this.expectOptionalToken(u.T.BANG)?{kind:m.h.NON_NULL_TYPE,type:P,loc:this.loc(N)}:P},C.parseNamedType=function(){var N=this._lexer.token;return{kind:m.h.NAMED_TYPE,name:this.parseName(),loc:this.loc(N)}},C.parseTypeSystemDefinition=function(){var N=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(N.kind===u.T.NAME)switch(N.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(N)},C.peekDescription=function(){return this.peek(u.T.STRING)||this.peek(u.T.BLOCK_STRING)},C.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},C.parseSchemaDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("schema");var R=this.parseDirectives(!0),M=this.many(u.T.BRACE_L,this.parseOperationTypeDefinition,u.T.BRACE_R);return{kind:m.h.SCHEMA_DEFINITION,description:P,directives:R,operationTypes:M,loc:this.loc(N)}},C.parseOperationTypeDefinition=function(){var N=this._lexer.token,P=this.parseOperationType();this.expectToken(u.T.COLON);var R=this.parseNamedType();return{kind:m.h.OPERATION_TYPE_DEFINITION,operation:P,type:R,loc:this.loc(N)}},C.parseScalarTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("scalar");var R=this.parseName(),M=this.parseDirectives(!0);return{kind:m.h.SCALAR_TYPE_DEFINITION,description:P,name:R,directives:M,loc:this.loc(N)}},C.parseObjectTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("type");var R=this.parseName(),M=this.parseImplementsInterfaces(),F=this.parseDirectives(!0),W=this.parseFieldsDefinition();return{kind:m.h.OBJECT_TYPE_DEFINITION,description:P,name:R,interfaces:M,directives:F,fields:W,loc:this.loc(N)}},C.parseImplementsInterfaces=function(){var N;if(!this.expectOptionalKeyword("implements"))return[];if(((N=this._options)===null||N===void 0?void 0:N.allowLegacySDLImplementsInterfaces)===!0){var P=[];this.expectOptionalToken(u.T.AMP);do P.push(this.parseNamedType());while(this.expectOptionalToken(u.T.AMP)||this.peek(u.T.NAME));return P}return this.delimitedMany(u.T.AMP,this.parseNamedType)},C.parseFieldsDefinition=function(){var N;return((N=this._options)===null||N===void 0?void 0:N.allowLegacySDLEmptyFields)===!0&&this.peek(u.T.BRACE_L)&&this._lexer.lookahead().kind===u.T.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(u.T.BRACE_L,this.parseFieldDefinition,u.T.BRACE_R)},C.parseFieldDefinition=function(){var N=this._lexer.token,P=this.parseDescription(),R=this.parseName(),M=this.parseArgumentDefs();this.expectToken(u.T.COLON);var F=this.parseTypeReference(),W=this.parseDirectives(!0);return{kind:m.h.FIELD_DEFINITION,description:P,name:R,arguments:M,type:F,directives:W,loc:this.loc(N)}},C.parseArgumentDefs=function(){return this.optionalMany(u.T.PAREN_L,this.parseInputValueDef,u.T.PAREN_R)},C.parseInputValueDef=function(){var N=this._lexer.token,P=this.parseDescription(),R=this.parseName();this.expectToken(u.T.COLON);var M=this.parseTypeReference(),F;this.expectOptionalToken(u.T.EQUALS)&&(F=this.parseValueLiteral(!0));var W=this.parseDirectives(!0);return{kind:m.h.INPUT_VALUE_DEFINITION,description:P,name:R,type:M,defaultValue:F,directives:W,loc:this.loc(N)}},C.parseInterfaceTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("interface");var R=this.parseName(),M=this.parseImplementsInterfaces(),F=this.parseDirectives(!0),W=this.parseFieldsDefinition();return{kind:m.h.INTERFACE_TYPE_DEFINITION,description:P,name:R,interfaces:M,directives:F,fields:W,loc:this.loc(N)}},C.parseUnionTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("union");var R=this.parseName(),M=this.parseDirectives(!0),F=this.parseUnionMemberTypes();return{kind:m.h.UNION_TYPE_DEFINITION,description:P,name:R,directives:M,types:F,loc:this.loc(N)}},C.parseUnionMemberTypes=function(){return this.expectOptionalToken(u.T.EQUALS)?this.delimitedMany(u.T.PIPE,this.parseNamedType):[]},C.parseEnumTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("enum");var R=this.parseName(),M=this.parseDirectives(!0),F=this.parseEnumValuesDefinition();return{kind:m.h.ENUM_TYPE_DEFINITION,description:P,name:R,directives:M,values:F,loc:this.loc(N)}},C.parseEnumValuesDefinition=function(){return this.optionalMany(u.T.BRACE_L,this.parseEnumValueDefinition,u.T.BRACE_R)},C.parseEnumValueDefinition=function(){var N=this._lexer.token,P=this.parseDescription(),R=this.parseName(),M=this.parseDirectives(!0);return{kind:m.h.ENUM_VALUE_DEFINITION,description:P,name:R,directives:M,loc:this.loc(N)}},C.parseInputObjectTypeDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("input");var R=this.parseName(),M=this.parseDirectives(!0),F=this.parseInputFieldsDefinition();return{kind:m.h.INPUT_OBJECT_TYPE_DEFINITION,description:P,name:R,directives:M,fields:F,loc:this.loc(N)}},C.parseInputFieldsDefinition=function(){return this.optionalMany(u.T.BRACE_L,this.parseInputValueDef,u.T.BRACE_R)},C.parseTypeSystemExtension=function(){var N=this._lexer.lookahead();if(N.kind===u.T.NAME)switch(N.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(N)},C.parseSchemaExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var P=this.parseDirectives(!0),R=this.optionalMany(u.T.BRACE_L,this.parseOperationTypeDefinition,u.T.BRACE_R);if(P.length===0&&R.length===0)throw this.unexpected();return{kind:m.h.SCHEMA_EXTENSION,directives:P,operationTypes:R,loc:this.loc(N)}},C.parseScalarTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var P=this.parseName(),R=this.parseDirectives(!0);if(R.length===0)throw this.unexpected();return{kind:m.h.SCALAR_TYPE_EXTENSION,name:P,directives:R,loc:this.loc(N)}},C.parseObjectTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var P=this.parseName(),R=this.parseImplementsInterfaces(),M=this.parseDirectives(!0),F=this.parseFieldsDefinition();if(R.length===0&&M.length===0&&F.length===0)throw this.unexpected();return{kind:m.h.OBJECT_TYPE_EXTENSION,name:P,interfaces:R,directives:M,fields:F,loc:this.loc(N)}},C.parseInterfaceTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var P=this.parseName(),R=this.parseImplementsInterfaces(),M=this.parseDirectives(!0),F=this.parseFieldsDefinition();if(R.length===0&&M.length===0&&F.length===0)throw this.unexpected();return{kind:m.h.INTERFACE_TYPE_EXTENSION,name:P,interfaces:R,directives:M,fields:F,loc:this.loc(N)}},C.parseUnionTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var P=this.parseName(),R=this.parseDirectives(!0),M=this.parseUnionMemberTypes();if(R.length===0&&M.length===0)throw this.unexpected();return{kind:m.h.UNION_TYPE_EXTENSION,name:P,directives:R,types:M,loc:this.loc(N)}},C.parseEnumTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var P=this.parseName(),R=this.parseDirectives(!0),M=this.parseEnumValuesDefinition();if(R.length===0&&M.length===0)throw this.unexpected();return{kind:m.h.ENUM_TYPE_EXTENSION,name:P,directives:R,values:M,loc:this.loc(N)}},C.parseInputObjectTypeExtension=function(){var N=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var P=this.parseName(),R=this.parseDirectives(!0),M=this.parseInputFieldsDefinition();if(R.length===0&&M.length===0)throw this.unexpected();return{kind:m.h.INPUT_OBJECT_TYPE_EXTENSION,name:P,directives:R,fields:M,loc:this.loc(N)}},C.parseDirectiveDefinition=function(){var N=this._lexer.token,P=this.parseDescription();this.expectKeyword("directive"),this.expectToken(u.T.AT);var R=this.parseName(),M=this.parseArgumentDefs(),F=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var W=this.parseDirectiveLocations();return{kind:m.h.DIRECTIVE_DEFINITION,description:P,name:R,arguments:M,repeatable:F,locations:W,loc:this.loc(N)}},C.parseDirectiveLocations=function(){return this.delimitedMany(u.T.PIPE,this.parseDirectiveLocation)},C.parseDirectiveLocation=function(){var N=this._lexer.token,P=this.parseName();if(f.B[P.value]!==void 0)return P;throw this.unexpected(N)},C.loc=function(N){var P;if(((P=this._options)===null||P===void 0?void 0:P.noLocation)!==!0)return new d.Ye(N,this._lexer.lastToken,this._lexer.source)},C.peek=function(N){return this._lexer.token.kind===N},C.expectToken=function(N){var P=this._lexer.token;if(P.kind===N)return this._lexer.advance(),P;throw(0,b.h)(this._lexer.source,P.start,"Expected ".concat(g(N),", found ").concat(T(P),"."))},C.expectOptionalToken=function(N){var P=this._lexer.token;if(P.kind===N)return this._lexer.advance(),P},C.expectKeyword=function(N){var P=this._lexer.token;if(P.kind===u.T.NAME&&P.value===N)this._lexer.advance();else throw(0,b.h)(this._lexer.source,P.start,'Expected "'.concat(N,'", found ').concat(T(P),"."))},C.expectOptionalKeyword=function(N){var P=this._lexer.token;return P.kind===u.T.NAME&&P.value===N?(this._lexer.advance(),!0):!1},C.unexpected=function(N){var P=N!=null?N:this._lexer.token;return(0,b.h)(this._lexer.source,P.start,"Unexpected ".concat(T(P),"."))},C.any=function(N,P,R){this.expectToken(N);for(var M=[];!this.expectOptionalToken(R);)M.push(P.call(this));return M},C.optionalMany=function(N,P,R){if(this.expectOptionalToken(N)){var M=[];do M.push(P.call(this));while(!this.expectOptionalToken(R));return M}return[]},C.many=function(N,P,R){this.expectToken(N);var M=[];do M.push(P.call(this));while(!this.expectOptionalToken(R));return M},C.delimitedMany=function(N,P){this.expectOptionalToken(N);var R=[];do R.push(P.call(this));while(this.expectOptionalToken(N));return R},D}();function T(D){var C=D.value;return g(D.kind)+(C!=null?' "'.concat(C,'"'):"")}function g(D){return(0,c.u)(D)?'"'.concat(D,'"'):D}},5844:(w,B,o)=>{"use strict";o.d(B,{D$:()=>_,G4:()=>c,Ir:()=>m,VB:()=>f,Wk:()=>d,aU:()=>k,nr:()=>p,pO:()=>u,zT:()=>y});var b=o(7359);function m(A){return d(A)||c(A)||k(A)}function d(A){return A.kind===b.h.OPERATION_DEFINITION||A.kind===b.h.FRAGMENT_DEFINITION}function u(A){return A.kind===b.h.FIELD||A.kind===b.h.FRAGMENT_SPREAD||A.kind===b.h.INLINE_FRAGMENT}function p(A){return A.kind===b.h.VARIABLE||A.kind===b.h.INT||A.kind===b.h.FLOAT||A.kind===b.h.STRING||A.kind===b.h.BOOLEAN||A.kind===b.h.NULL||A.kind===b.h.ENUM||A.kind===b.h.LIST||A.kind===b.h.OBJECT}function f(A){return A.kind===b.h.NAMED_TYPE||A.kind===b.h.LIST_TYPE||A.kind===b.h.NON_NULL_TYPE}function c(A){return A.kind===b.h.SCHEMA_DEFINITION||y(A)||A.kind===b.h.DIRECTIVE_DEFINITION}function y(A){return A.kind===b.h.SCALAR_TYPE_DEFINITION||A.kind===b.h.OBJECT_TYPE_DEFINITION||A.kind===b.h.INTERFACE_TYPE_DEFINITION||A.kind===b.h.UNION_TYPE_DEFINITION||A.kind===b.h.ENUM_TYPE_DEFINITION||A.kind===b.h.INPUT_OBJECT_TYPE_DEFINITION}function k(A){return A.kind===b.h.SCHEMA_EXTENSION||_(A)}function _(A){return A.kind===b.h.SCALAR_TYPE_EXTENSION||A.kind===b.h.OBJECT_TYPE_EXTENSION||A.kind===b.h.INTERFACE_TYPE_EXTENSION||A.kind===b.h.UNION_TYPE_EXTENSION||A.kind===b.h.ENUM_TYPE_EXTENSION||A.kind===b.h.INPUT_OBJECT_TYPE_EXTENSION}},850:(w,B,o)=>{"use strict";o.d(B,{Q:()=>m,z:()=>d});var b=o(7867);function m(c){return d(c.source,(0,b.k)(c.source,c.start))}function d(c,y){var k=c.locationOffset.column-1,_=p(k)+c.body,A=y.line-1,T=c.locationOffset.line-1,g=y.line+T,D=y.line===1?k:0,C=y.column+D,O="".concat(c.name,":").concat(g,":").concat(C,`
2081
+ `),N=_.split(/\r\n|[\n\r]/g),P=N[A];if(P.length>120){for(var R=Math.floor(C/80),M=C%80,F=[],W=0;W<P.length;W+=80)F.push(P.slice(W,W+80));return O+u([["".concat(g),F[0]]].concat(F.slice(1,R+1).map(function(ne){return["",ne]}),[[" ",p(M-1)+"^"],["",F[R+1]]]))}return O+u([["".concat(g-1),N[A-1]],["".concat(g),P],["",p(C-1)+"^"],["".concat(g+1),N[A+1]]])}function u(c){var y=c.filter(function(_){var A=_[0],T=_[1];return T!==void 0}),k=Math.max.apply(Math,y.map(function(_){var A=_[0];return A.length}));return y.map(function(_){var A=_[0],T=_[1];return f(k,A)+(T?" | "+T:" |")}).join(`
2082
+ `)}function p(c){return Array(c+1).join(" ")}function f(c,y){return p(c-y.length)+y}},9011:(w,B,o)=>{"use strict";o.d(B,{S:()=>d});var b=o(7304),m=o(7392);function d(g){return(0,b.Vn)(g,{leave:p})}var u=80,p={Name:function(D){return D.value},Variable:function(D){return"$"+D.name},Document:function(D){return c(D.definitions,`
2083
+
2084
+ `)+`
2085
+ `},OperationDefinition:function(D){var C=D.operation,O=D.name,N=k("(",c(D.variableDefinitions,", "),")"),P=c(D.directives," "),R=D.selectionSet;return!O&&!P&&!N&&C==="query"?R:c([C,c([O,N]),P,R]," ")},VariableDefinition:function(D){var C=D.variable,O=D.type,N=D.defaultValue,P=D.directives;return C+": "+O+k(" = ",N)+k(" ",c(P," "))},SelectionSet:function(D){var C=D.selections;return y(C)},Field:function(D){var C=D.alias,O=D.name,N=D.arguments,P=D.directives,R=D.selectionSet,M=k("",C,": ")+O,F=M+k("(",c(N,", "),")");return F.length>u&&(F=M+k(`(
2086
+ `,_(c(N,`
2087
+ `)),`
2088
+ )`)),c([F,c(P," "),R]," ")},Argument:function(D){var C=D.name,O=D.value;return C+": "+O},FragmentSpread:function(D){var C=D.name,O=D.directives;return"..."+C+k(" ",c(O," "))},InlineFragment:function(D){var C=D.typeCondition,O=D.directives,N=D.selectionSet;return c(["...",k("on ",C),c(O," "),N]," ")},FragmentDefinition:function(D){var C=D.name,O=D.typeCondition,N=D.variableDefinitions,P=D.directives,R=D.selectionSet;return"fragment ".concat(C).concat(k("(",c(N,", "),")")," ")+"on ".concat(O," ").concat(k("",c(P," ")," "))+R},IntValue:function(D){var C=D.value;return C},FloatValue:function(D){var C=D.value;return C},StringValue:function(D,C){var O=D.value,N=D.block;return N?(0,m.LZ)(O,C==="description"?"":" "):JSON.stringify(O)},BooleanValue:function(D){var C=D.value;return C?"true":"false"},NullValue:function(){return"null"},EnumValue:function(D){var C=D.value;return C},ListValue:function(D){var C=D.values;return"["+c(C,", ")+"]"},ObjectValue:function(D){var C=D.fields;return"{"+c(C,", ")+"}"},ObjectField:function(D){var C=D.name,O=D.value;return C+": "+O},Directive:function(D){var C=D.name,O=D.arguments;return"@"+C+k("(",c(O,", "),")")},NamedType:function(D){var C=D.name;return C},ListType:function(D){var C=D.type;return"["+C+"]"},NonNullType:function(D){var C=D.type;return C+"!"},SchemaDefinition:f(function(g){var D=g.directives,C=g.operationTypes;return c(["schema",c(D," "),y(C)]," ")}),OperationTypeDefinition:function(D){var C=D.operation,O=D.type;return C+": "+O},ScalarTypeDefinition:f(function(g){var D=g.name,C=g.directives;return c(["scalar",D,c(C," ")]," ")}),ObjectTypeDefinition:f(function(g){var D=g.name,C=g.interfaces,O=g.directives,N=g.fields;return c(["type",D,k("implements ",c(C," & ")),c(O," "),y(N)]," ")}),FieldDefinition:f(function(g){var D=g.name,C=g.arguments,O=g.type,N=g.directives;return D+(T(C)?k(`(
2089
+ `,_(c(C,`
2090
+ `)),`
2091
+ )`):k("(",c(C,", "),")"))+": "+O+k(" ",c(N," "))}),InputValueDefinition:f(function(g){var D=g.name,C=g.type,O=g.defaultValue,N=g.directives;return c([D+": "+C,k("= ",O),c(N," ")]," ")}),InterfaceTypeDefinition:f(function(g){var D=g.name,C=g.interfaces,O=g.directives,N=g.fields;return c(["interface",D,k("implements ",c(C," & ")),c(O," "),y(N)]," ")}),UnionTypeDefinition:f(function(g){var D=g.name,C=g.directives,O=g.types;return c(["union",D,c(C," "),O&&O.length!==0?"= "+c(O," | "):""]," ")}),EnumTypeDefinition:f(function(g){var D=g.name,C=g.directives,O=g.values;return c(["enum",D,c(C," "),y(O)]," ")}),EnumValueDefinition:f(function(g){var D=g.name,C=g.directives;return c([D,c(C," ")]," ")}),InputObjectTypeDefinition:f(function(g){var D=g.name,C=g.directives,O=g.fields;return c(["input",D,c(C," "),y(O)]," ")}),DirectiveDefinition:f(function(g){var D=g.name,C=g.arguments,O=g.repeatable,N=g.locations;return"directive @"+D+(T(C)?k(`(
2092
+ `,_(c(C,`
2093
+ `)),`
2094
+ )`):k("(",c(C,", "),")"))+(O?" repeatable":"")+" on "+c(N," | ")}),SchemaExtension:function(D){var C=D.directives,O=D.operationTypes;return c(["extend schema",c(C," "),y(O)]," ")},ScalarTypeExtension:function(D){var C=D.name,O=D.directives;return c(["extend scalar",C,c(O," ")]," ")},ObjectTypeExtension:function(D){var C=D.name,O=D.interfaces,N=D.directives,P=D.fields;return c(["extend type",C,k("implements ",c(O," & ")),c(N," "),y(P)]," ")},InterfaceTypeExtension:function(D){var C=D.name,O=D.interfaces,N=D.directives,P=D.fields;return c(["extend interface",C,k("implements ",c(O," & ")),c(N," "),y(P)]," ")},UnionTypeExtension:function(D){var C=D.name,O=D.directives,N=D.types;return c(["extend union",C,c(O," "),N&&N.length!==0?"= "+c(N," | "):""]," ")},EnumTypeExtension:function(D){var C=D.name,O=D.directives,N=D.values;return c(["extend enum",C,c(O," "),y(N)]," ")},InputObjectTypeExtension:function(D){var C=D.name,O=D.directives,N=D.fields;return c(["extend input",C,c(O," "),y(N)]," ")}};function f(g){return function(D){return c([D.description,g(D)],`
2095
+ `)}}function c(g){var D,C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return(D=g==null?void 0:g.filter(function(O){return O}).join(C))!==null&&D!==void 0?D:""}function y(g){return k(`{
2096
+ `,_(c(g,`
2097
+ `)),`
2098
+ }`)}function k(g,D){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";return D!=null&&D!==""?g+D+C:""}function _(g){return k(" ",g.replace(/\n/g,`
2099
+ `))}function A(g){return g.indexOf(`
2100
+ `)!==-1}function T(g){return g!=null&&g.some(A)}},7926:(w,B,o)=>{"use strict";o.d(B,{H:()=>c,T:()=>y});var b=o(9763),m=o(5821),d=o(7826),u=o(8306);function p(k,_){for(var A=0;A<_.length;A++){var T=_[A];T.enumerable=T.enumerable||!1,T.configurable=!0,"value"in T&&(T.writable=!0),Object.defineProperty(k,T.key,T)}}function f(k,_,A){return _&&p(k.prototype,_),A&&p(k,A),k}var c=function(){function k(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GraphQL request",T=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{line:1,column:1};typeof _=="string"||(0,d.Z)(0,"Body must be a string. Received: ".concat((0,m.Z)(_),".")),this.body=_,this.name=A,this.locationOffset=T,this.locationOffset.line>0||(0,d.Z)(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,d.Z)(0,"column in locationOffset is 1-indexed and must be positive.")}return f(k,[{key:b.YF,get:function(){return"Source"}}]),k}();function y(k){return(0,u.Z)(k,c)}},4635:(w,B,o)=>{"use strict";o.d(B,{T:()=>b});var b=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"})},7304:(w,B,o)=>{"use strict";o.d(B,{$_:()=>u,CK:()=>c,Vn:()=>p,j1:()=>f});var b=o(5821),m=o(2380),d={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},u=Object.freeze({});function p(y,k){var _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:d,A=void 0,T=Array.isArray(y),g=[y],D=-1,C=[],O=void 0,N=void 0,P=void 0,R=[],M=[],F=y;do{D++;var W=D===g.length,ne=W&&C.length!==0;if(W){if(N=M.length===0?void 0:R[R.length-1],O=P,P=M.pop(),ne){if(T)O=O.slice();else{for(var v={},L=0,j=Object.keys(O);L<j.length;L++){var U=j[L];v[U]=O[U]}O=v}for(var J=0,ae=0;ae<C.length;ae++){var q=C[ae][0],te=C[ae][1];T&&(q-=J),T&&te===null?(O.splice(q,1),J++):O[q]=te}}D=A.index,g=A.keys,C=A.edits,T=A.inArray,A=A.prev}else{if(N=P?T?D:g[D]:void 0,O=P?P[N]:F,O==null)continue;P&&R.push(N)}var ie=void 0;if(!Array.isArray(O)){if(!(0,m.UG)(O))throw new Error("Invalid AST Node: ".concat((0,b.Z)(O),"."));var de=c(k,O.kind,W);if(de){if(ie=de.call(k,O,N,P,R,M),ie===u)break;if(ie===!1){if(!W){R.pop();continue}}else if(ie!==void 0&&(C.push([N,ie]),!W))if((0,m.UG)(ie))O=ie;else{R.pop();continue}}}if(ie===void 0&&ne&&C.push([N,O]),W)R.pop();else{var ce;A={inArray:T,index:D,keys:g,edits:C,prev:A},T=Array.isArray(O),g=T?O:(ce=_[O.kind])!==null&&ce!==void 0?ce:[],D=-1,C=[],P&&M.push(P),P=O}}while(A!==void 0);return C.length!==0&&(F=C[C.length-1][1]),F}function f(y){var k=new Array(y.length);return{enter:function(A){for(var T=0;T<y.length;T++)if(k[T]==null){var g=c(y[T],A.kind,!1);if(g){var D=g.apply(y[T],arguments);if(D===!1)k[T]=A;else if(D===u)k[T]=u;else if(D!==void 0)return D}}},leave:function(A){for(var T=0;T<y.length;T++)if(k[T]==null){var g=c(y[T],A.kind,!0);if(g){var D=g.apply(y[T],arguments);if(D===u)k[T]=u;else if(D!==void 0&&D!==!1)return D}}else k[T]===A&&(k[T]=null)}}}function c(y,k,_){var A=y[k];if(A){if(!_&&typeof A=="function")return A;var T=_?A.leave:A.enter;if(typeof T=="function")return T}else{var g=_?y.leave:y.enter;if(g){if(typeof g=="function")return g;var D=g[k];if(typeof D=="function")return D}}}},5960:(w,B,o)=>{"use strict";o.d(B,{Z:()=>d});var b=o(9763),m=Array.from||function(u,p,f){if(u==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");var c=u[b.Xr];if(typeof c=="function"){for(var y=c.call(u),k=[],_,A=0;!(_=y.next()).done;++A)if(k.push(p.call(f,_.value,A)),A>9999999)throw new TypeError("Near-infinite iteration.");return k}var T=u.length;if(typeof T=="number"&&T>=0&&T%1===0){for(var g=[],D=0;D<T;++D)Object.prototype.hasOwnProperty.call(u,D)&&g.push(p.call(f,u[D],D));return g}return[]};const d=m},5318:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=Array.prototype.find?function(d,u){return Array.prototype.find.call(d,u)}:function(d,u){for(var p=0;p<d.length;p++){var f=d[p];if(u(f))return f}};const m=b},3429:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=Number.isFinite||function(d){return typeof d=="number"&&isFinite(d)};const m=b},5009:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=Object.entries||function(d){return Object.keys(d).map(function(u){return[u,d[u]]})};const m=b},4913:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=Object.values||function(d){return Object.keys(d).map(function(u){return d[u]})};const m=b},9763:(w,B,o)=>{"use strict";o.d(B,{PA:()=>m,Xr:()=>b,YF:()=>d});var b=typeof Symbol=="function"&&Symbol.iterator!=null?Symbol.iterator:"@@iterator",m=typeof Symbol=="function"&&Symbol.asyncIterator!=null?Symbol.asyncIterator:"@@asyncIterator",d=typeof Symbol=="function"&&Symbol.toStringTag!=null?Symbol.toStringTag:"@@toStringTag"},6378:(w,B,o)=>{"use strict";o.d(B,{z:()=>N,L:()=>D});var b=o(5821),m=o(9763);function d(R){return typeof(R==null?void 0:R[m.PA])=="function"}var u=o(9380),p=o(8087),f=o(5548),c=o(6422),y=o(5329),k=o(3335);function _(R,M,F){return M in R?Object.defineProperty(R,M,{value:F,enumerable:!0,configurable:!0,writable:!0}):R[M]=F,R}function A(R,M,F){var W=R[m.PA],ne=W.call(R),v,L;typeof ne.return=="function"&&(v=ne.return,L=function(q){var te=function(){return Promise.reject(q)};return v.call(ne).then(te,te)});function j(ae){return ae.done?ae:T(ae.value,M).then(g,L)}var U;if(F){var J=F;U=function(q){return T(q,J).then(g,L)}}return _({next:function(){return ne.next().then(j,U)},return:function(){return v?v.call(ne).then(j,U):Promise.resolve({value:void 0,done:!0})},throw:function(q){return typeof ne.throw=="function"?ne.throw(q).then(j,U):Promise.reject(q).catch(L)}},m.PA,function(){return this})}function T(R,M){return new Promise(function(F){return F(M(R))})}function g(R){return{value:R,done:!1}}function D(R,M,F,W,ne,v,L,j){return arguments.length===1?O(R):O({schema:R,document:M,rootValue:F,contextValue:W,variableValues:ne,operationName:v,fieldResolver:L,subscribeFieldResolver:j})}function C(R){if(R instanceof p._)return{errors:[R]};throw R}function O(R){var M=R.schema,F=R.document,W=R.rootValue,ne=R.contextValue,v=R.variableValues,L=R.operationName,j=R.fieldResolver,U=R.subscribeFieldResolver,J=N(M,F,W,ne,v,L,U),ae=function(te){return(0,y.ht)({schema:M,document:F,rootValue:te,contextValue:ne,variableValues:v,operationName:L,fieldResolver:j})};return J.then(function(q){return d(q)?A(q,ae,C):q})}function N(R,M,F,W,ne,v,L){return(0,y.td)(R,M,ne),new Promise(function(j){var U=(0,y.VZ)(R,M,F,W,ne,v,L);j(Array.isArray(U)?{errors:U}:P(U))}).catch(C)}function P(R){var M=R.schema,F=R.operation,W=R.variableValues,ne=R.rootValue,v=(0,k.J)(M,F),L=(0,y.gd)(R,v,F.selectionSet,Object.create(null),Object.create(null)),j=Object.keys(L),U=j[0],J=L[U],ae=J[0],q=ae.name.value,te=(0,y.Vm)(M,v,q);if(!te)throw new p._('The subscription field "'.concat(q,'" is not defined.'),J);var ie=(0,u.Q)(void 0,U,v.name),de=(0,y.p$)(R,te,J,v,ie);return new Promise(function(ce){var be,Ie=(0,c.LX)(te,J[0],W),_e=R.contextValue,xe=(be=te.subscribe)!==null&&be!==void 0?be:R.fieldResolver;ce(xe(ne,Ie,_e,de))}).then(function(ce){if(ce instanceof Error)throw(0,f.y)(ce,J,(0,u.N)(ie));if(!d(ce))throw new Error("Subscription field must return Async Iterable. "+"Received: ".concat((0,b.Z)(ce),"."));return ce},function(ce){throw(0,f.y)(ce,J,(0,u.N)(ie))})}},398:(w,B,o)=>{"use strict";o.d(B,{mR:()=>Ot,sR:()=>kt,oW:()=>nt,p2:()=>nn,bM:()=>re,h6:()=>fn,n2:()=>Ye,Gp:()=>mt,DM:()=>Mn,fU:()=>ln,M_:()=>un,Zu:()=>ie,U8:()=>ce,qT:()=>Oe,k2:()=>J,H5:()=>Ze,kS:()=>Ie,rM:()=>Ve,E$:()=>xe,i_:()=>G,Z6:()=>j,Gt:()=>Z,Pt:()=>v,p_:()=>W,rc:()=>q,vX:()=>Te,xC:()=>Be,tf:()=>De,m0:()=>Sn,Gv:()=>rn,EM:()=>te,hL:()=>de,j$:()=>Ae,oT:()=>U,UT:()=>he,HG:()=>be,Zs:()=>Re,zM:()=>_e,zP:()=>oe,lp:()=>L,SZ:()=>Me,dK:()=>Jn,Wd:()=>Wt,KA:()=>ne,P9:()=>F,EN:()=>ae,fw:()=>X});var b=o(5009),m=o(9763),d=o(5821),u=o(3498),p=o(5723),f=o(8824),c=o(7826),y=o(4950),k=o(8306),_=o(3177),A=o(8495);function T(fe){return fe}var g=o(9215),D=o(3294),C=o(8087),O=o(7359),N=o(9011),P=o(2319);function R(fe,ze){for(var Ce=0;Ce<ze.length;Ce++){var tn=ze[Ce];tn.enumerable=tn.enumerable||!1,tn.configurable=!0,"value"in tn&&(tn.writable=!0),Object.defineProperty(fe,tn.key,tn)}}function M(fe,ze,Ce){return ze&&R(fe.prototype,ze),Ce&&R(fe,Ce),fe}function F(fe){return ne(fe)||L(fe)||U(fe)||ae(fe)||te(fe)||de(fe)||be(fe)||_e(fe)}function W(fe){if(!F(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL type."));return fe}function ne(fe){return(0,k.Z)(fe,Ye)}function v(fe){if(!ne(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Scalar type."));return fe}function L(fe){return(0,k.Z)(fe,fn)}function j(fe){if(!L(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Object type."));return fe}function U(fe){return(0,k.Z)(fe,nt)}function J(fe){if(!U(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Interface type."));return fe}function ae(fe){return(0,k.Z)(fe,mt)}function q(fe){if(!ae(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Union type."));return fe}function te(fe){return(0,k.Z)(fe,Ot)}function ie(fe){if(!te(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Enum type."));return fe}function de(fe){return(0,k.Z)(fe,kt)}function ce(fe){if(!de(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Input Object type."));return fe}function be(fe){return(0,k.Z)(fe,nn)}function Ie(fe){if(!be(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL List type."));return fe}function _e(fe){return(0,k.Z)(fe,re)}function xe(fe){if(!_e(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL Non-Null type."));return fe}function Ae(fe){return ne(fe)||te(fe)||de(fe)||X(fe)&&Ae(fe.ofType)}function Oe(fe){if(!Ae(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL input type."));return fe}function Me(fe){return ne(fe)||L(fe)||U(fe)||ae(fe)||te(fe)||X(fe)&&Me(fe.ofType)}function Z(fe){if(!Me(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL output type."));return fe}function he(fe){return ne(fe)||te(fe)}function Ze(fe){if(!he(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL leaf type."));return fe}function rn(fe){return L(fe)||U(fe)||ae(fe)}function un(fe){if(!rn(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL composite type."));return fe}function Sn(fe){return U(fe)||ae(fe)}function ln(fe){if(!Sn(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL abstract type."));return fe}function nn(fe){if(this instanceof nn)this.ofType=W(fe);else return new nn(fe)}nn.prototype.toString=function(){return"["+String(this.ofType)+"]"},nn.prototype.toJSON=function(){return this.toString()},Object.defineProperty(nn.prototype,m.YF,{get:function(){return"GraphQLList"}}),(0,g.Z)(nn);function re(fe){if(this instanceof re)this.ofType=G(fe);else return new re(fe)}re.prototype.toString=function(){return String(this.ofType)+"!"},re.prototype.toJSON=function(){return this.toString()},Object.defineProperty(re.prototype,m.YF,{get:function(){return"GraphQLNonNull"}}),(0,g.Z)(re);function X(fe){return be(fe)||_e(fe)}function Te(fe){if(!X(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL wrapping type."));return fe}function oe(fe){return F(fe)&&!_e(fe)}function G(fe){if(!oe(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL nullable type."));return fe}function De(fe){if(fe)return _e(fe)?fe.ofType:fe}function Re(fe){return ne(fe)||L(fe)||U(fe)||ae(fe)||te(fe)||de(fe)}function Ve(fe){if(!Re(fe))throw new Error("Expected ".concat((0,d.Z)(fe)," to be a GraphQL named type."));return fe}function Be(fe){if(fe){for(var ze=fe;X(ze);)ze=ze.ofType;return ze}}function Ee(fe){return typeof fe=="function"?fe():fe}function Fe(fe){return fe&&fe.length>0?fe:void 0}var Ye=function(){function fe(Ce){var tn,wn,Wn,wt=(tn=Ce.parseValue)!==null&&tn!==void 0?tn:T;this.name=Ce.name,this.description=Ce.description,this.specifiedByUrl=Ce.specifiedByUrl,this.serialize=(wn=Ce.serialize)!==null&&wn!==void 0?wn:T,this.parseValue=wt,this.parseLiteral=(Wn=Ce.parseLiteral)!==null&&Wn!==void 0?Wn:function(Pn,ft){return wt((0,P.M)(Pn,ft))},this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name."),Ce.specifiedByUrl==null||typeof Ce.specifiedByUrl=="string"||(0,c.Z)(0,"".concat(this.name,' must provide "specifiedByUrl" as a string, ')+"but got: ".concat((0,d.Z)(Ce.specifiedByUrl),".")),Ce.serialize==null||typeof Ce.serialize=="function"||(0,c.Z)(0,"".concat(this.name,' must provide "serialize" function. If this custom Scalar is also used as an input type, ensure "parseValue" and "parseLiteral" functions are also provided.')),Ce.parseLiteral&&(typeof Ce.parseValue=="function"&&typeof Ce.parseLiteral=="function"||(0,c.Z)(0,"".concat(this.name,' must provide both "parseValue" and "parseLiteral" functions.')))}var ze=fe.prototype;return ze.toConfig=function(){var tn;return{name:this.name,description:this.description,specifiedByUrl:this.specifiedByUrl,serialize:this.serialize,parseValue:this.parseValue,parseLiteral:this.parseLiteral,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(tn=this.extensionASTNodes)!==null&&tn!==void 0?tn:[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLScalarType"}}]),fe}();(0,g.Z)(Ye);var fn=function(){function fe(Ce){this.name=Ce.name,this.description=Ce.description,this.isTypeOf=Ce.isTypeOf,this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),this._fields=Gn.bind(void 0,Ce),this._interfaces=jn.bind(void 0,Ce),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name."),Ce.isTypeOf==null||typeof Ce.isTypeOf=="function"||(0,c.Z)(0,"".concat(this.name,' must provide "isTypeOf" as a function, ')+"but got: ".concat((0,d.Z)(Ce.isTypeOf),"."))}var ze=fe.prototype;return ze.getFields=function(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields},ze.getInterfaces=function(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces},ze.toConfig=function(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:zn(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes||[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLObjectType"}}]),fe}();(0,g.Z)(fn);function jn(fe){var ze,Ce=(ze=Ee(fe.interfaces))!==null&&ze!==void 0?ze:[];return Array.isArray(Ce)||(0,c.Z)(0,"".concat(fe.name," interfaces must be an Array or a function which returns an Array.")),Ce}function Gn(fe){var ze=Ee(fe.fields);return dn(ze)||(0,c.Z)(0,"".concat(fe.name," fields must be an object with field names as keys or a function which returns such an object.")),(0,p.Z)(ze,function(Ce,tn){var wn;dn(Ce)||(0,c.Z)(0,"".concat(fe.name,".").concat(tn," field config must be an object.")),!("isDeprecated"in Ce)||(0,c.Z)(0,"".concat(fe.name,".").concat(tn,' should provide "deprecationReason" instead of "isDeprecated".')),Ce.resolve==null||typeof Ce.resolve=="function"||(0,c.Z)(0,"".concat(fe.name,".").concat(tn," field resolver must be a function if ")+"provided, but got: ".concat((0,d.Z)(Ce.resolve),"."));var Wn=(wn=Ce.args)!==null&&wn!==void 0?wn:{};dn(Wn)||(0,c.Z)(0,"".concat(fe.name,".").concat(tn," args must be an object with argument names as keys."));var wt=(0,b.Z)(Wn).map(function(Pn){var ft=Pn[0],Tt=Pn[1];return{name:ft,description:Tt.description,type:Tt.type,defaultValue:Tt.defaultValue,deprecationReason:Tt.deprecationReason,extensions:Tt.extensions&&(0,f.Z)(Tt.extensions),astNode:Tt.astNode}});return{name:tn,description:Ce.description,type:Ce.type,args:wt,resolve:Ce.resolve,subscribe:Ce.subscribe,isDeprecated:Ce.deprecationReason!=null,deprecationReason:Ce.deprecationReason,extensions:Ce.extensions&&(0,f.Z)(Ce.extensions),astNode:Ce.astNode}})}function dn(fe){return(0,A.Z)(fe)&&!Array.isArray(fe)}function zn(fe){return(0,p.Z)(fe,function(ze){return{description:ze.description,type:ze.type,args:Mn(ze.args),resolve:ze.resolve,subscribe:ze.subscribe,deprecationReason:ze.deprecationReason,extensions:ze.extensions,astNode:ze.astNode}})}function Mn(fe){return(0,y.Z)(fe,function(ze){return ze.name},function(ze){return{description:ze.description,type:ze.type,defaultValue:ze.defaultValue,deprecationReason:ze.deprecationReason,extensions:ze.extensions,astNode:ze.astNode}})}function Jn(fe){return _e(fe.type)&&fe.defaultValue===void 0}var nt=function(){function fe(Ce){this.name=Ce.name,this.description=Ce.description,this.resolveType=Ce.resolveType,this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),this._fields=Gn.bind(void 0,Ce),this._interfaces=jn.bind(void 0,Ce),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name."),Ce.resolveType==null||typeof Ce.resolveType=="function"||(0,c.Z)(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat((0,d.Z)(Ce.resolveType),"."))}var ze=fe.prototype;return ze.getFields=function(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields},ze.getInterfaces=function(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces},ze.toConfig=function(){var tn;return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:zn(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(tn=this.extensionASTNodes)!==null&&tn!==void 0?tn:[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLInterfaceType"}}]),fe}();(0,g.Z)(nt);var mt=function(){function fe(Ce){this.name=Ce.name,this.description=Ce.description,this.resolveType=Ce.resolveType,this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),this._types=xt.bind(void 0,Ce),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name."),Ce.resolveType==null||typeof Ce.resolveType=="function"||(0,c.Z)(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat((0,d.Z)(Ce.resolveType),"."))}var ze=fe.prototype;return ze.getTypes=function(){return typeof this._types=="function"&&(this._types=this._types()),this._types},ze.toConfig=function(){var tn;return{name:this.name,description:this.description,types:this.getTypes(),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(tn=this.extensionASTNodes)!==null&&tn!==void 0?tn:[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLUnionType"}}]),fe}();(0,g.Z)(mt);function xt(fe){var ze=Ee(fe.types);return Array.isArray(ze)||(0,c.Z)(0,"Must provide Array of types or a function which returns such an array for Union ".concat(fe.name,".")),ze}var Ot=function(){function fe(Ce){this.name=Ce.name,this.description=Ce.description,this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),this._values=Ht(this.name,Ce.values),this._valueLookup=new Map(this._values.map(function(tn){return[tn.value,tn]})),this._nameLookup=(0,u.Z)(this._values,function(tn){return tn.name}),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name.")}var ze=fe.prototype;return ze.getValues=function(){return this._values},ze.getValue=function(tn){return this._nameLookup[tn]},ze.serialize=function(tn){var wn=this._valueLookup.get(tn);if(wn===void 0)throw new C._('Enum "'.concat(this.name,'" cannot represent value: ').concat((0,d.Z)(tn)));return wn.name},ze.parseValue=function(tn){if(typeof tn!="string"){var wn=(0,d.Z)(tn);throw new C._('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(wn,".")+yt(this,wn))}var Wn=this.getValue(tn);if(Wn==null)throw new C._('Value "'.concat(tn,'" does not exist in "').concat(this.name,'" enum.')+yt(this,tn));return Wn.value},ze.parseLiteral=function(tn,wn){if(tn.kind!==O.h.ENUM){var Wn=(0,N.S)(tn);throw new C._('Enum "'.concat(this.name,'" cannot represent non-enum value: ').concat(Wn,".")+yt(this,Wn),tn)}var wt=this.getValue(tn.value);if(wt==null){var Pn=(0,N.S)(tn);throw new C._('Value "'.concat(Pn,'" does not exist in "').concat(this.name,'" enum.')+yt(this,Pn),tn)}return wt.value},ze.toConfig=function(){var tn,wn=(0,y.Z)(this.getValues(),function(Wn){return Wn.name},function(Wn){return{description:Wn.description,value:Wn.value,deprecationReason:Wn.deprecationReason,extensions:Wn.extensions,astNode:Wn.astNode}});return{name:this.name,description:this.description,values:wn,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(tn=this.extensionASTNodes)!==null&&tn!==void 0?tn:[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLEnumType"}}]),fe}();(0,g.Z)(Ot);function yt(fe,ze){var Ce=fe.getValues().map(function(wn){return wn.name}),tn=(0,D.Z)(ze,Ce);return(0,_.Z)("the enum value",tn)}function Ht(fe,ze){return dn(ze)||(0,c.Z)(0,"".concat(fe," values must be an object with value names as keys.")),(0,b.Z)(ze).map(function(Ce){var tn=Ce[0],wn=Ce[1];return dn(wn)||(0,c.Z)(0,"".concat(fe,".").concat(tn,' must refer to an object with a "value" key ')+"representing an internal value but got: ".concat((0,d.Z)(wn),".")),!("isDeprecated"in wn)||(0,c.Z)(0,"".concat(fe,".").concat(tn,' should provide "deprecationReason" instead of "isDeprecated".')),{name:tn,description:wn.description,value:wn.value!==void 0?wn.value:tn,isDeprecated:wn.deprecationReason!=null,deprecationReason:wn.deprecationReason,extensions:wn.extensions&&(0,f.Z)(wn.extensions),astNode:wn.astNode}})}var kt=function(){function fe(Ce){this.name=Ce.name,this.description=Ce.description,this.extensions=Ce.extensions&&(0,f.Z)(Ce.extensions),this.astNode=Ce.astNode,this.extensionASTNodes=Fe(Ce.extensionASTNodes),this._fields=sr.bind(void 0,Ce),typeof Ce.name=="string"||(0,c.Z)(0,"Must provide name.")}var ze=fe.prototype;return ze.getFields=function(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields},ze.toConfig=function(){var tn,wn=(0,p.Z)(this.getFields(),function(Wn){return{description:Wn.description,type:Wn.type,defaultValue:Wn.defaultValue,deprecationReason:Wn.deprecationReason,extensions:Wn.extensions,astNode:Wn.astNode}});return{name:this.name,description:this.description,fields:wn,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(tn=this.extensionASTNodes)!==null&&tn!==void 0?tn:[]}},ze.toString=function(){return this.name},ze.toJSON=function(){return this.toString()},M(fe,[{key:m.YF,get:function(){return"GraphQLInputObjectType"}}]),fe}();(0,g.Z)(kt);function sr(fe){var ze=Ee(fe.fields);return dn(ze)||(0,c.Z)(0,"".concat(fe.name," fields must be an object with field names as keys or a function which returns such an object.")),(0,p.Z)(ze,function(Ce,tn){return!("resolve"in Ce)||(0,c.Z)(0,"".concat(fe.name,".").concat(tn," field has a resolve property, but Input Types cannot define resolvers.")),{name:tn,description:Ce.description,type:Ce.type,defaultValue:Ce.defaultValue,deprecationReason:Ce.deprecationReason,extensions:Ce.extensions&&(0,f.Z)(Ce.extensions),astNode:Ce.astNode}})}function Wt(fe){return _e(fe.type)&&fe.defaultValue===void 0}},8238:(w,B,o)=>{"use strict";o.d(B,{CO:()=>C,NZ:()=>O,QE:()=>P,SY:()=>R,V4:()=>W,Yf:()=>N,df:()=>F,fg:()=>M,wX:()=>D,xg:()=>ne});var b=o(5009),m=o(9763),d=o(5821),u=o(8824),p=o(7826),f=o(8306),c=o(8495),y=o(9215),k=o(9878),_=o(5397),A=o(398);function T(v,L){for(var j=0;j<L.length;j++){var U=L[j];U.enumerable=U.enumerable||!1,U.configurable=!0,"value"in U&&(U.writable=!0),Object.defineProperty(v,U.key,U)}}function g(v,L,j){return L&&T(v.prototype,L),j&&T(v,j),v}function D(v){return(0,f.Z)(v,O)}function C(v){if(!D(v))throw new Error("Expected ".concat((0,d.Z)(v)," to be a GraphQL directive."));return v}var O=function(){function v(j){var U,J;this.name=j.name,this.description=j.description,this.locations=j.locations,this.isRepeatable=(U=j.isRepeatable)!==null&&U!==void 0?U:!1,this.extensions=j.extensions&&(0,u.Z)(j.extensions),this.astNode=j.astNode,j.name||(0,p.Z)(0,"Directive must be named."),Array.isArray(j.locations)||(0,p.Z)(0,"@".concat(j.name," locations must be an Array."));var ae=(J=j.args)!==null&&J!==void 0?J:{};(0,c.Z)(ae)&&!Array.isArray(ae)||(0,p.Z)(0,"@".concat(j.name," args must be an object with argument names as keys.")),this.args=(0,b.Z)(ae).map(function(q){var te=q[0],ie=q[1];return{name:te,description:ie.description,type:ie.type,defaultValue:ie.defaultValue,deprecationReason:ie.deprecationReason,extensions:ie.extensions&&(0,u.Z)(ie.extensions),astNode:ie.astNode}})}var L=v.prototype;return L.toConfig=function(){return{name:this.name,description:this.description,locations:this.locations,args:(0,A.DM)(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}},L.toString=function(){return"@"+this.name},L.toJSON=function(){return this.toString()},g(v,[{key:m.YF,get:function(){return"GraphQLDirective"}}]),v}();(0,y.Z)(O);var N=new O({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[k.B.FIELD,k.B.FRAGMENT_SPREAD,k.B.INLINE_FRAGMENT],args:{if:{type:new A.bM(_.EZ),description:"Included when true."}}}),P=new O({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[k.B.FIELD,k.B.FRAGMENT_SPREAD,k.B.INLINE_FRAGMENT],args:{if:{type:new A.bM(_.EZ),description:"Skipped when true."}}}),R="No longer supported",M=new O({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[k.B.FIELD_DEFINITION,k.B.ARGUMENT_DEFINITION,k.B.INPUT_FIELD_DEFINITION,k.B.ENUM_VALUE],args:{reason:{type:_.kH,description:"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",defaultValue:R}}}),F=new O({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[k.B.SCALAR],args:{url:{type:new A.bM(_.kH),description:"The URL that specifies the behaviour of this scalar."}}}),W=Object.freeze([N,P,M,F]);function ne(v){return W.some(function(L){var j=L.name;return j===v.name})}},2433:(w,B,o)=>{"use strict";o.d(B,{Az:()=>P,PX:()=>N,TK:()=>k,XQ:()=>D,e_:()=>g,hU:()=>M,jT:()=>C,l3:()=>_,nL:()=>F,qz:()=>T,s9:()=>W,tF:()=>R,x2:()=>A,zU:()=>O});var b=o(4913),m=o(5821),d=o(9551),u=o(9011),p=o(9878),f=o(8631),c=o(5397),y=o(398),k=new y.h6({name:"__Schema",description:"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",fields:function(){return{description:{type:c.kH,resolve:function(L){return L.description}},types:{description:"A list of all types supported by this server.",type:new y.bM(new y.p2(new y.bM(T))),resolve:function(L){return(0,b.Z)(L.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new y.bM(T),resolve:function(L){return L.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:T,resolve:function(L){return L.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:T,resolve:function(L){return L.getSubscriptionType()}},directives:{description:"A list of all directives supported by this server.",type:new y.bM(new y.p2(new y.bM(_))),resolve:function(L){return L.getDirectives()}}}}}),_=new y.h6({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
2101
+
2102
+ In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.`,fields:function(){return{name:{type:new y.bM(c.kH),resolve:function(L){return L.name}},description:{type:c.kH,resolve:function(L){return L.description}},isRepeatable:{type:new y.bM(c.EZ),resolve:function(L){return L.isRepeatable}},locations:{type:new y.bM(new y.p2(new y.bM(A))),resolve:function(L){return L.locations}},args:{type:new y.bM(new y.p2(new y.bM(D))),args:{includeDeprecated:{type:c.EZ,defaultValue:!1}},resolve:function(L,j){var U=j.includeDeprecated;return U?L.args:L.args.filter(function(J){return J.deprecationReason==null})}}}}}),A=new y.mR({name:"__DirectiveLocation",description:"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",values:{QUERY:{value:p.B.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:p.B.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:p.B.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:p.B.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:p.B.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:p.B.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:p.B.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:p.B.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:p.B.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:p.B.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:p.B.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:p.B.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:p.B.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:p.B.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:p.B.UNION,description:"Location adjacent to a union definition."},ENUM:{value:p.B.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:p.B.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:p.B.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:p.B.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),T=new y.h6({name:"__Type",description:"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",fields:function(){return{kind:{type:new y.bM(N),resolve:function(L){if((0,y.KA)(L))return O.SCALAR;if((0,y.lp)(L))return O.OBJECT;if((0,y.oT)(L))return O.INTERFACE;if((0,y.EN)(L))return O.UNION;if((0,y.EM)(L))return O.ENUM;if((0,y.hL)(L))return O.INPUT_OBJECT;if((0,y.HG)(L))return O.LIST;if((0,y.zM)(L))return O.NON_NULL;(0,d.Z)(0,'Unexpected type: "'.concat((0,m.Z)(L),'".'))}},name:{type:c.kH,resolve:function(L){return L.name!==void 0?L.name:void 0}},description:{type:c.kH,resolve:function(L){return L.description!==void 0?L.description:void 0}},specifiedByUrl:{type:c.kH,resolve:function(L){return L.specifiedByUrl!==void 0?L.specifiedByUrl:void 0}},fields:{type:new y.p2(new y.bM(g)),args:{includeDeprecated:{type:c.EZ,defaultValue:!1}},resolve:function(L,j){var U=j.includeDeprecated;if((0,y.lp)(L)||(0,y.oT)(L)){var J=(0,b.Z)(L.getFields());return U?J:J.filter(function(ae){return ae.deprecationReason==null})}}},interfaces:{type:new y.p2(new y.bM(T)),resolve:function(L){if((0,y.lp)(L)||(0,y.oT)(L))return L.getInterfaces()}},possibleTypes:{type:new y.p2(new y.bM(T)),resolve:function(L,j,U,J){var ae=J.schema;if((0,y.m0)(L))return ae.getPossibleTypes(L)}},enumValues:{type:new y.p2(new y.bM(C)),args:{includeDeprecated:{type:c.EZ,defaultValue:!1}},resolve:function(L,j){var U=j.includeDeprecated;if((0,y.EM)(L)){var J=L.getValues();return U?J:J.filter(function(ae){return ae.deprecationReason==null})}}},inputFields:{type:new y.p2(new y.bM(D)),args:{includeDeprecated:{type:c.EZ,defaultValue:!1}},resolve:function(L,j){var U=j.includeDeprecated;if((0,y.hL)(L)){var J=(0,b.Z)(L.getFields());return U?J:J.filter(function(ae){return ae.deprecationReason==null})}}},ofType:{type:T,resolve:function(L){return L.ofType!==void 0?L.ofType:void 0}}}}}),g=new y.h6({name:"__Field",description:"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",fields:function(){return{name:{type:new y.bM(c.kH),resolve:function(L){return L.name}},description:{type:c.kH,resolve:function(L){return L.description}},args:{type:new y.bM(new y.p2(new y.bM(D))),args:{includeDeprecated:{type:c.EZ,defaultValue:!1}},resolve:function(L,j){var U=j.includeDeprecated;return U?L.args:L.args.filter(function(J){return J.deprecationReason==null})}},type:{type:new y.bM(T),resolve:function(L){return L.type}},isDeprecated:{type:new y.bM(c.EZ),resolve:function(L){return L.deprecationReason!=null}},deprecationReason:{type:c.kH,resolve:function(L){return L.deprecationReason}}}}}),D=new y.h6({name:"__InputValue",description:"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",fields:function(){return{name:{type:new y.bM(c.kH),resolve:function(L){return L.name}},description:{type:c.kH,resolve:function(L){return L.description}},type:{type:new y.bM(T),resolve:function(L){return L.type}},defaultValue:{type:c.kH,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function(L){var j=L.type,U=L.defaultValue,J=(0,f.J)(U,j);return J?(0,u.S)(J):null}},isDeprecated:{type:new y.bM(c.EZ),resolve:function(L){return L.deprecationReason!=null}},deprecationReason:{type:c.kH,resolve:function(L){return L.deprecationReason}}}}}),C=new y.h6({name:"__EnumValue",description:"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",fields:function(){return{name:{type:new y.bM(c.kH),resolve:function(L){return L.name}},description:{type:c.kH,resolve:function(L){return L.description}},isDeprecated:{type:new y.bM(c.EZ),resolve:function(L){return L.deprecationReason!=null}},deprecationReason:{type:c.kH,resolve:function(L){return L.deprecationReason}}}}}),O=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),N=new y.mR({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:O.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:O.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:O.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:O.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:O.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:O.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:O.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:O.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),P={name:"__schema",type:new y.bM(k),description:"Access the current type schema of this server.",args:[],resolve:function(v,L,j,U){var J=U.schema;return J},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},R={name:"__type",type:T,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new y.bM(c.kH),defaultValue:void 0,deprecationReason:void 0,extensions:void 0,astNode:void 0}],resolve:function(v,L,j,U){var J=L.name,ae=U.schema;return ae.getType(J)},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},M={name:"__typename",type:new y.bM(c.kH),description:"The name of the current Object type at runtime.",args:[],resolve:function(v,L,j,U){var J=U.parentType;return J.name},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},F=Object.freeze([k,_,A,T,g,D,C,N]);function W(ne){return F.some(function(v){var L=v.name;return ne.name===L})}},5397:(w,B,o)=>{"use strict";o.d(B,{EZ:()=>v,av:()=>N,km:()=>U,_o:()=>D,kH:()=>F,u1:()=>ae,HS:()=>J});var b=o(3429),m=Number.isInteger||function(q){return typeof q=="number"&&isFinite(q)&&Math.floor(q)===q};const d=m;var u=o(5821),p=o(8495),f=o(7359),c=o(9011),y=o(8087),k=o(398),_=2147483647,A=-2147483648;function T(q){var te=P(q);if(typeof te=="boolean")return te?1:0;var ie=te;if(typeof te=="string"&&te!==""&&(ie=Number(te)),!d(ie))throw new y._("Int cannot represent non-integer value: ".concat((0,u.Z)(te)));if(ie>_||ie<A)throw new y._("Int cannot represent non 32-bit signed integer value: "+(0,u.Z)(te));return ie}function g(q){if(!d(q))throw new y._("Int cannot represent non-integer value: ".concat((0,u.Z)(q)));if(q>_||q<A)throw new y._("Int cannot represent non 32-bit signed integer value: ".concat(q));return q}var D=new k.n2({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize:T,parseValue:g,parseLiteral:function(te){if(te.kind!==f.h.INT)throw new y._("Int cannot represent non-integer value: ".concat((0,c.S)(te)),te);var ie=parseInt(te.value,10);if(ie>_||ie<A)throw new y._("Int cannot represent non 32-bit signed integer value: ".concat(te.value),te);return ie}});function C(q){var te=P(q);if(typeof te=="boolean")return te?1:0;var ie=te;if(typeof te=="string"&&te!==""&&(ie=Number(te)),!(0,b.Z)(ie))throw new y._("Float cannot represent non numeric value: ".concat((0,u.Z)(te)));return ie}function O(q){if(!(0,b.Z)(q))throw new y._("Float cannot represent non numeric value: ".concat((0,u.Z)(q)));return q}var N=new k.n2({name:"Float",description:"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",serialize:C,parseValue:O,parseLiteral:function(te){if(te.kind!==f.h.FLOAT&&te.kind!==f.h.INT)throw new y._("Float cannot represent non numeric value: ".concat((0,c.S)(te)),te);return parseFloat(te.value)}});function P(q){if((0,p.Z)(q)){if(typeof q.valueOf=="function"){var te=q.valueOf();if(!(0,p.Z)(te))return te}if(typeof q.toJSON=="function")return q.toJSON()}return q}function R(q){var te=P(q);if(typeof te=="string")return te;if(typeof te=="boolean")return te?"true":"false";if((0,b.Z)(te))return te.toString();throw new y._("String cannot represent value: ".concat((0,u.Z)(q)))}function M(q){if(typeof q!="string")throw new y._("String cannot represent a non string value: ".concat((0,u.Z)(q)));return q}var F=new k.n2({name:"String",description:"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",serialize:R,parseValue:M,parseLiteral:function(te){if(te.kind!==f.h.STRING)throw new y._("String cannot represent a non string value: ".concat((0,c.S)(te)),te);return te.value}});function W(q){var te=P(q);if(typeof te=="boolean")return te;if((0,b.Z)(te))return te!==0;throw new y._("Boolean cannot represent a non boolean value: ".concat((0,u.Z)(te)))}function ne(q){if(typeof q!="boolean")throw new y._("Boolean cannot represent a non boolean value: ".concat((0,u.Z)(q)));return q}var v=new k.n2({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:W,parseValue:ne,parseLiteral:function(te){if(te.kind!==f.h.BOOLEAN)throw new y._("Boolean cannot represent a non boolean value: ".concat((0,c.S)(te)),te);return te.value}});function L(q){var te=P(q);if(typeof te=="string")return te;if(d(te))return String(te);throw new y._("ID cannot represent value: ".concat((0,u.Z)(q)))}function j(q){if(typeof q=="string")return q;if(d(q))return q.toString();throw new y._("ID cannot represent value: ".concat((0,u.Z)(q)))}var U=new k.n2({name:"ID",description:'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',serialize:L,parseValue:j,parseLiteral:function(te){if(te.kind!==f.h.STRING&&te.kind!==f.h.INT)throw new y._("ID cannot represent a non-string and non-integer value: "+(0,c.S)(te),te);return te.value}}),J=Object.freeze([F,D,N,v,U]);function ae(q){return J.some(function(te){var ie=te.name;return q.name===ie})}},9678:(w,B,o)=>{"use strict";o.d(B,{EO:()=>O,XO:()=>N,nN:()=>C});var b=o(5318),m=o(5960),d=o(4913),u=o(9763),p=o(5821),f=o(8824),c=o(7826),y=o(8306),k=o(8495),_=o(2433),A=o(8238),T=o(398);function g(R,M){for(var F=0;F<M.length;F++){var W=M[F];W.enumerable=W.enumerable||!1,W.configurable=!0,"value"in W&&(W.writable=!0),Object.defineProperty(R,W.key,W)}}function D(R,M,F){return M&&g(R.prototype,M),F&&g(R,F),R}function C(R){return(0,y.Z)(R,N)}function O(R){if(!C(R))throw new Error("Expected ".concat((0,p.Z)(R)," to be a GraphQL schema."));return R}var N=function(){function R(F){var W;this.__validationErrors=F.assumeValid===!0?[]:void 0,(0,k.Z)(F)||(0,c.Z)(0,"Must provide configuration object."),!F.types||Array.isArray(F.types)||(0,c.Z)(0,'"types" must be Array if provided but got: '.concat((0,p.Z)(F.types),".")),!F.directives||Array.isArray(F.directives)||(0,c.Z)(0,'"directives" must be Array if provided but got: '+"".concat((0,p.Z)(F.directives),".")),this.description=F.description,this.extensions=F.extensions&&(0,f.Z)(F.extensions),this.astNode=F.astNode,this.extensionASTNodes=F.extensionASTNodes,this._queryType=F.query,this._mutationType=F.mutation,this._subscriptionType=F.subscription,this._directives=(W=F.directives)!==null&&W!==void 0?W:A.V4;var ne=new Set(F.types);if(F.types!=null)for(var v=0,L=F.types;v<L.length;v++){var j=L[v];ne.delete(j),P(j,ne)}this._queryType!=null&&P(this._queryType,ne),this._mutationType!=null&&P(this._mutationType,ne),this._subscriptionType!=null&&P(this._subscriptionType,ne);for(var U=0,J=this._directives;U<J.length;U++){var ae=J[U];if((0,A.wX)(ae))for(var q=0,te=ae.args;q<te.length;q++){var ie=te[q];P(ie.type,ne)}}P(_.TK,ne),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var de=0,ce=(0,m.Z)(ne);de<ce.length;de++){var be=ce[de];if(be!=null){var Ie=be.name;if(Ie||(0,c.Z)(0,"One of the provided types for building the Schema is missing a name."),this._typeMap[Ie]!==void 0)throw new Error('Schema must contain uniquely named types but contains multiple types named "'.concat(Ie,'".'));if(this._typeMap[Ie]=be,(0,T.oT)(be))for(var _e=0,xe=be.getInterfaces();_e<xe.length;_e++){var Ae=xe[_e];if((0,T.oT)(Ae)){var Oe=this._implementationsMap[Ae.name];Oe===void 0&&(Oe=this._implementationsMap[Ae.name]={objects:[],interfaces:[]}),Oe.interfaces.push(be)}}else if((0,T.lp)(be))for(var Me=0,Z=be.getInterfaces();Me<Z.length;Me++){var he=Z[Me];if((0,T.oT)(he)){var Ze=this._implementationsMap[he.name];Ze===void 0&&(Ze=this._implementationsMap[he.name]={objects:[],interfaces:[]}),Ze.objects.push(be)}}}}}var M=R.prototype;return M.getQueryType=function(){return this._queryType},M.getMutationType=function(){return this._mutationType},M.getSubscriptionType=function(){return this._subscriptionType},M.getTypeMap=function(){return this._typeMap},M.getType=function(W){return this.getTypeMap()[W]},M.getPossibleTypes=function(W){return(0,T.EN)(W)?W.getTypes():this.getImplementations(W).objects},M.getImplementations=function(W){var ne=this._implementationsMap[W.name];return ne!=null?ne:{objects:[],interfaces:[]}},M.isPossibleType=function(W,ne){return this.isSubType(W,ne)},M.isSubType=function(W,ne){var v=this._subTypeMap[W.name];if(v===void 0){if(v=Object.create(null),(0,T.EN)(W))for(var L=0,j=W.getTypes();L<j.length;L++){var U=j[L];v[U.name]=!0}else{for(var J=this.getImplementations(W),ae=0,q=J.objects;ae<q.length;ae++){var te=q[ae];v[te.name]=!0}for(var ie=0,de=J.interfaces;ie<de.length;ie++){var ce=de[ie];v[ce.name]=!0}}this._subTypeMap[W.name]=v}return v[ne.name]!==void 0},M.getDirectives=function(){return this._directives},M.getDirective=function(W){return(0,b.Z)(this.getDirectives(),function(ne){return ne.name===W})},M.toConfig=function(){var W;return{description:this.description,query:this.getQueryType(),mutation:this.getMutationType(),subscription:this.getSubscriptionType(),types:(0,d.Z)(this.getTypeMap()),directives:this.getDirectives().slice(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:(W=this.extensionASTNodes)!==null&&W!==void 0?W:[],assumeValid:this.__validationErrors!==void 0}},D(R,[{key:u.YF,get:function(){return"GraphQLSchema"}}]),R}();function P(R,M){var F=(0,T.xC)(R);if(!M.has(F)){if(M.add(F),(0,T.EN)(F))for(var W=0,ne=F.getTypes();W<ne.length;W++){var v=ne[W];P(v,M)}else if((0,T.lp)(F)||(0,T.oT)(F)){for(var L=0,j=F.getInterfaces();L<j.length;L++){var U=j[L];P(U,M)}for(var J=0,ae=(0,d.Z)(F.getFields());J<ae.length;J++){var q=ae[J];P(q.type,M);for(var te=0,ie=q.args;te<ie.length;te++){var de=ie[te];P(de.type,M)}}}else if((0,T.hL)(F))for(var ce=0,be=(0,d.Z)(F.getFields());ce<be.length;ce++){var Ie=be[ce];P(Ie.type,M)}}return M}},9655:(w,B,o)=>{"use strict";o.d(B,{F:()=>T,J:()=>g});var b=o(5318),m=o(4913),d=o(5821),u=o(8087),p=o(5548),f=o(9377),c=o(316),y=o(9678),k=o(2433),_=o(8238),A=o(398);function T(de){if((0,y.EO)(de),de.__validationErrors)return de.__validationErrors;var ce=new D(de);C(ce),N(ce),R(ce);var be=ce.getErrors();return de.__validationErrors=be,be}function g(de){var ce=T(de);if(ce.length!==0)throw new Error(ce.map(function(be){return be.message}).join(`
2103
+
2104
+ `))}var D=function(){function de(be){this._errors=[],this.schema=be}var ce=de.prototype;return ce.reportError=function(Ie,_e){var xe=Array.isArray(_e)?_e.filter(Boolean):_e;this.addError(new u._(Ie,xe))},ce.addError=function(Ie){this._errors.push(Ie)},ce.getErrors=function(){return this._errors},de}();function C(de){var ce=de.schema,be=ce.getQueryType();if(!be)de.reportError("Query root type must be provided.",ce.astNode);else if(!(0,A.lp)(be)){var Ie;de.reportError("Query root type must be Object type, it cannot be ".concat((0,d.Z)(be),"."),(Ie=O(ce,"query"))!==null&&Ie!==void 0?Ie:be.astNode)}var _e=ce.getMutationType();if(_e&&!(0,A.lp)(_e)){var xe;de.reportError("Mutation root type must be Object type if provided, it cannot be "+"".concat((0,d.Z)(_e),"."),(xe=O(ce,"mutation"))!==null&&xe!==void 0?xe:_e.astNode)}var Ae=ce.getSubscriptionType();if(Ae&&!(0,A.lp)(Ae)){var Oe;de.reportError("Subscription root type must be Object type if provided, it cannot be "+"".concat((0,d.Z)(Ae),"."),(Oe=O(ce,"subscription"))!==null&&Oe!==void 0?Oe:Ae.astNode)}}function O(de,ce){for(var be=ae(de,function(xe){return xe.operationTypes}),Ie=0;Ie<be.length;Ie++){var _e=be[Ie];if(_e.operation===ce)return _e.type}}function N(de){for(var ce=0,be=de.schema.getDirectives();ce<be.length;ce++){var Ie=be[ce];if(!(0,_.wX)(Ie)){de.reportError("Expected directive but got: ".concat((0,d.Z)(Ie),"."),Ie==null?void 0:Ie.astNode);continue}P(de,Ie);for(var _e=0,xe=Ie.args;_e<xe.length;_e++){var Ae=xe[_e];if(P(de,Ae),(0,A.j$)(Ae.type)||de.reportError("The type of @".concat(Ie.name,"(").concat(Ae.name,":) must be Input Type ")+"but got: ".concat((0,d.Z)(Ae.type),"."),Ae.astNode),(0,A.dK)(Ae)&&Ae.deprecationReason!=null){var Oe;de.reportError("Required argument @".concat(Ie.name,"(").concat(Ae.name,":) cannot be deprecated."),[ie(Ae.astNode),(Oe=Ae.astNode)===null||Oe===void 0?void 0:Oe.type])}}}}function P(de,ce){var be=(0,f.u)(ce.name);be&&de.addError((0,p.y)(be,ce.astNode))}function R(de){for(var ce=U(de),be=de.schema.getTypeMap(),Ie=0,_e=(0,m.Z)(be);Ie<_e.length;Ie++){var xe=_e[Ie];if(!(0,A.Zs)(xe)){de.reportError("Expected GraphQL named type but got: ".concat((0,d.Z)(xe),"."),xe.astNode);continue}(0,k.s9)(xe)||P(de,xe),(0,A.lp)(xe)||(0,A.oT)(xe)?(M(de,xe),F(de,xe)):(0,A.EN)(xe)?v(de,xe):(0,A.EM)(xe)?L(de,xe):(0,A.hL)(xe)&&(j(de,xe),ce(xe))}}function M(de,ce){var be=(0,m.Z)(ce.getFields());be.length===0&&de.reportError("Type ".concat(ce.name," must define one or more fields."),J(ce));for(var Ie=0;Ie<be.length;Ie++){var _e=be[Ie];if(P(de,_e),!(0,A.SZ)(_e.type)){var xe;de.reportError("The type of ".concat(ce.name,".").concat(_e.name," must be Output Type ")+"but got: ".concat((0,d.Z)(_e.type),"."),(xe=_e.astNode)===null||xe===void 0?void 0:xe.type)}for(var Ae=0,Oe=_e.args;Ae<Oe.length;Ae++){var Me=Oe[Ae],Z=Me.name;if(P(de,Me),!(0,A.j$)(Me.type)){var he;de.reportError("The type of ".concat(ce.name,".").concat(_e.name,"(").concat(Z,":) must be Input ")+"Type but got: ".concat((0,d.Z)(Me.type),"."),(he=Me.astNode)===null||he===void 0?void 0:he.type)}if((0,A.dK)(Me)&&Me.deprecationReason!=null){var Ze;de.reportError("Required argument ".concat(ce.name,".").concat(_e.name,"(").concat(Z,":) cannot be deprecated."),[ie(Me.astNode),(Ze=Me.astNode)===null||Ze===void 0?void 0:Ze.type])}}}}function F(de,ce){for(var be=Object.create(null),Ie=0,_e=ce.getInterfaces();Ie<_e.length;Ie++){var xe=_e[Ie];if(!(0,A.oT)(xe)){de.reportError("Type ".concat((0,d.Z)(ce)," must only implement Interface types, ")+"it cannot implement ".concat((0,d.Z)(xe),"."),q(ce,xe));continue}if(ce===xe){de.reportError("Type ".concat(ce.name," cannot implement itself because it would create a circular reference."),q(ce,xe));continue}if(be[xe.name]){de.reportError("Type ".concat(ce.name," can only implement ").concat(xe.name," once."),q(ce,xe));continue}be[xe.name]=!0,ne(de,ce,xe),W(de,ce,xe)}}function W(de,ce,be){for(var Ie=ce.getFields(),_e=0,xe=(0,m.Z)(be.getFields());_e<xe.length;_e++){var Ae=xe[_e],Oe=Ae.name,Me=Ie[Oe];if(!Me){de.reportError("Interface field ".concat(be.name,".").concat(Oe," expected but ").concat(ce.name," does not provide it."),[Ae.astNode].concat(J(ce)));continue}if(!(0,c.uJ)(de.schema,Me.type,Ae.type)){var Z,he;de.reportError("Interface field ".concat(be.name,".").concat(Oe," expects type ")+"".concat((0,d.Z)(Ae.type)," but ").concat(ce.name,".").concat(Oe," ")+"is type ".concat((0,d.Z)(Me.type),"."),[(Z=Ae.astNode)===null||Z===void 0?void 0:Z.type,(he=Me.astNode)===null||he===void 0?void 0:he.type])}for(var Ze=function(Te,oe){var G=oe[Te],De=G.name,Re=(0,b.Z)(Me.args,function(Ee){return Ee.name===De});if(!Re)return de.reportError("Interface field argument ".concat(be.name,".").concat(Oe,"(").concat(De,":) expected but ").concat(ce.name,".").concat(Oe," does not provide it."),[G.astNode,Me.astNode]),"continue";if(!(0,c._7)(G.type,Re.type)){var Ve,Be;de.reportError("Interface field argument ".concat(be.name,".").concat(Oe,"(").concat(De,":) ")+"expects type ".concat((0,d.Z)(G.type)," but ")+"".concat(ce.name,".").concat(Oe,"(").concat(De,":) is type ")+"".concat((0,d.Z)(Re.type),"."),[(Ve=G.astNode)===null||Ve===void 0?void 0:Ve.type,(Be=Re.astNode)===null||Be===void 0?void 0:Be.type])}},rn=0,un=Ae.args;rn<un.length;rn++)var Sn=Ze(rn,un);for(var ln=function(Te,oe){var G=oe[Te],De=G.name,Re=(0,b.Z)(Ae.args,function(Ve){return Ve.name===De});!Re&&(0,A.dK)(G)&&de.reportError("Object field ".concat(ce.name,".").concat(Oe," includes required argument ").concat(De," that is missing from the Interface field ").concat(be.name,".").concat(Oe,"."),[G.astNode,Ae.astNode])},nn=0,re=Me.args;nn<re.length;nn++)ln(nn,re)}}function ne(de,ce,be){for(var Ie=ce.getInterfaces(),_e=0,xe=be.getInterfaces();_e<xe.length;_e++){var Ae=xe[_e];Ie.indexOf(Ae)===-1&&de.reportError(Ae===ce?"Type ".concat(ce.name," cannot implement ").concat(be.name," because it would create a circular reference."):"Type ".concat(ce.name," must implement ").concat(Ae.name," because it is implemented by ").concat(be.name,"."),[].concat(q(be,Ae),q(ce,be)))}}function v(de,ce){var be=ce.getTypes();be.length===0&&de.reportError("Union type ".concat(ce.name," must define one or more member types."),J(ce));for(var Ie=Object.create(null),_e=0;_e<be.length;_e++){var xe=be[_e];if(Ie[xe.name]){de.reportError("Union type ".concat(ce.name," can only include type ").concat(xe.name," once."),te(ce,xe.name));continue}Ie[xe.name]=!0,(0,A.lp)(xe)||de.reportError("Union type ".concat(ce.name," can only include Object types, ")+"it cannot include ".concat((0,d.Z)(xe),"."),te(ce,String(xe)))}}function L(de,ce){var be=ce.getValues();be.length===0&&de.reportError("Enum type ".concat(ce.name," must define one or more values."),J(ce));for(var Ie=0;Ie<be.length;Ie++){var _e=be[Ie],xe=_e.name;P(de,_e),(xe==="true"||xe==="false"||xe==="null")&&de.reportError("Enum type ".concat(ce.name," cannot include value: ").concat(xe,"."),_e.astNode)}}function j(de,ce){var be=(0,m.Z)(ce.getFields());be.length===0&&de.reportError("Input Object type ".concat(ce.name," must define one or more fields."),J(ce));for(var Ie=0;Ie<be.length;Ie++){var _e=be[Ie];if(P(de,_e),!(0,A.j$)(_e.type)){var xe;de.reportError("The type of ".concat(ce.name,".").concat(_e.name," must be Input Type ")+"but got: ".concat((0,d.Z)(_e.type),"."),(xe=_e.astNode)===null||xe===void 0?void 0:xe.type)}if((0,A.Wd)(_e)&&_e.deprecationReason!=null){var Ae;de.reportError("Required input field ".concat(ce.name,".").concat(_e.name," cannot be deprecated."),[ie(_e.astNode),(Ae=_e.astNode)===null||Ae===void 0?void 0:Ae.type])}}}function U(de){var ce=Object.create(null),be=[],Ie=Object.create(null);return _e;function _e(xe){if(!ce[xe.name]){ce[xe.name]=!0,Ie[xe.name]=be.length;for(var Ae=(0,m.Z)(xe.getFields()),Oe=0;Oe<Ae.length;Oe++){var Me=Ae[Oe];if((0,A.zM)(Me.type)&&(0,A.hL)(Me.type.ofType)){var Z=Me.type.ofType,he=Ie[Z.name];if(be.push(Me),he===void 0)_e(Z);else{var Ze=be.slice(he),rn=Ze.map(function(un){return un.name}).join(".");de.reportError('Cannot reference Input Object "'.concat(Z.name,'" within itself through a series of non-null fields: "').concat(rn,'".'),Ze.map(function(un){return un.astNode}))}be.pop()}}Ie[xe.name]=void 0}}}function J(de){var ce=de.astNode,be=de.extensionASTNodes;return ce?be?[ce].concat(be):[ce]:be!=null?be:[]}function ae(de,ce){for(var be=[],Ie=0,_e=J(de);Ie<_e.length;Ie++){var xe,Ae=_e[Ie];be=be.concat((xe=ce(Ae))!==null&&xe!==void 0?xe:[])}return be}function q(de,ce){return ae(de,function(be){return be.interfaces}).filter(function(be){return be.name.value===ce.name})}function te(de,ce){return ae(de,function(be){return be.types}).filter(function(be){return be.name.value===ce})}function ie(de){var ce;return de==null||(ce=de.directives)===null||ce===void 0?void 0:ce.find(function(be){return be.name.value===_.fg.name})}},2676:(w,B,o)=>{"use strict";o.d(B,{a:()=>y,y:()=>_});var b=o(5318),m=o(7359),d=o(2380),u=o(7304),p=o(398),f=o(2433),c=o(77),y=function(){function A(g,D,C){this._schema=g,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=D!=null?D:k,C&&((0,p.j$)(C)&&this._inputTypeStack.push(C),(0,p.Gv)(C)&&this._parentTypeStack.push(C),(0,p.SZ)(C)&&this._typeStack.push(C))}var T=A.prototype;return T.getType=function(){if(this._typeStack.length>0)return this._typeStack[this._typeStack.length-1]},T.getParentType=function(){if(this._parentTypeStack.length>0)return this._parentTypeStack[this._parentTypeStack.length-1]},T.getInputType=function(){if(this._inputTypeStack.length>0)return this._inputTypeStack[this._inputTypeStack.length-1]},T.getParentInputType=function(){if(this._inputTypeStack.length>1)return this._inputTypeStack[this._inputTypeStack.length-2]},T.getFieldDef=function(){if(this._fieldDefStack.length>0)return this._fieldDefStack[this._fieldDefStack.length-1]},T.getDefaultValue=function(){if(this._defaultValueStack.length>0)return this._defaultValueStack[this._defaultValueStack.length-1]},T.getDirective=function(){return this._directive},T.getArgument=function(){return this._argument},T.getEnumValue=function(){return this._enumValue},T.enter=function(D){var C=this._schema;switch(D.kind){case m.h.SELECTION_SET:{var O=(0,p.xC)(this.getType());this._parentTypeStack.push((0,p.Gv)(O)?O:void 0);break}case m.h.FIELD:{var N=this.getParentType(),P,R;N&&(P=this._getFieldDef(C,N,D),P&&(R=P.type)),this._fieldDefStack.push(P),this._typeStack.push((0,p.SZ)(R)?R:void 0);break}case m.h.DIRECTIVE:this._directive=C.getDirective(D.name.value);break;case m.h.OPERATION_DEFINITION:{var M;switch(D.operation){case"query":M=C.getQueryType();break;case"mutation":M=C.getMutationType();break;case"subscription":M=C.getSubscriptionType();break}this._typeStack.push((0,p.lp)(M)?M:void 0);break}case m.h.INLINE_FRAGMENT:case m.h.FRAGMENT_DEFINITION:{var F=D.typeCondition,W=F?(0,c._)(C,F):(0,p.xC)(this.getType());this._typeStack.push((0,p.SZ)(W)?W:void 0);break}case m.h.VARIABLE_DEFINITION:{var ne=(0,c._)(C,D.type);this._inputTypeStack.push((0,p.j$)(ne)?ne:void 0);break}case m.h.ARGUMENT:{var v,L,j,U=(v=this.getDirective())!==null&&v!==void 0?v:this.getFieldDef();U&&(L=(0,b.Z)(U.args,function(be){return be.name===D.name.value}),L&&(j=L.type)),this._argument=L,this._defaultValueStack.push(L?L.defaultValue:void 0),this._inputTypeStack.push((0,p.j$)(j)?j:void 0);break}case m.h.LIST:{var J=(0,p.tf)(this.getInputType()),ae=(0,p.HG)(J)?J.ofType:J;this._defaultValueStack.push(void 0),this._inputTypeStack.push((0,p.j$)(ae)?ae:void 0);break}case m.h.OBJECT_FIELD:{var q=(0,p.xC)(this.getInputType()),te,ie;(0,p.hL)(q)&&(ie=q.getFields()[D.name.value],ie&&(te=ie.type)),this._defaultValueStack.push(ie?ie.defaultValue:void 0),this._inputTypeStack.push((0,p.j$)(te)?te:void 0);break}case m.h.ENUM:{var de=(0,p.xC)(this.getInputType()),ce;(0,p.EM)(de)&&(ce=de.getValue(D.value)),this._enumValue=ce;break}}},T.leave=function(D){switch(D.kind){case m.h.SELECTION_SET:this._parentTypeStack.pop();break;case m.h.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case m.h.DIRECTIVE:this._directive=null;break;case m.h.OPERATION_DEFINITION:case m.h.INLINE_FRAGMENT:case m.h.FRAGMENT_DEFINITION:this._typeStack.pop();break;case m.h.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case m.h.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case m.h.LIST:case m.h.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case m.h.ENUM:this._enumValue=null;break}},A}();function k(A,T,g){var D=g.name.value;if(D===f.Az.name&&A.getQueryType()===T)return f.Az;if(D===f.tF.name&&A.getQueryType()===T)return f.tF;if(D===f.hU.name&&(0,p.Gv)(T))return f.hU;if((0,p.lp)(T)||(0,p.oT)(T))return T.getFields()[D]}function _(A,T){return{enter:function(D){A.enter(D);var C=(0,u.CK)(T,D.kind,!1);if(C){var O=C.apply(T,arguments);return O!==void 0&&(A.leave(D),(0,d.UG)(O)&&A.enter(O)),O}},leave:function(D){var C=(0,u.CK)(T,D.kind,!0),O;return C&&(O=C.apply(T,arguments)),A.leave(D),O}}}},9377:(w,B,o)=>{"use strict";o.d(B,{k:()=>u,u:()=>p});var b=o(7826),m=o(8087),d=/^[_a-zA-Z][_a-zA-Z0-9]*$/;function u(f){var c=p(f);if(c)throw c;return f}function p(f){if(typeof f=="string"||(0,b.Z)(0,"Expected name to be a string."),f.length>1&&f[0]==="_"&&f[1]==="_")return new m._('Name "'.concat(f,'" must not begin with "__", which is reserved by GraphQL introspection.'));if(!d.test(f))return new m._('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(f,'" does not.'))}},8631:(w,B,o)=>{"use strict";o.d(B,{J:()=>_});var b=o(3429),m=o(4913),d=o(5821),u=o(9551),p=o(8495),f=o(4657),c=o(7359),y=o(5397),k=o(398);function _(T,g){if((0,k.zM)(g)){var D=_(T,g.ofType);return(D==null?void 0:D.kind)===c.h.NULL?null:D}if(T===null)return{kind:c.h.NULL};if(T===void 0)return null;if((0,k.HG)(g)){var C=g.ofType,O=(0,f.Z)(T);if(O!=null){for(var N=[],P=0;P<O.length;P++){var R=O[P],M=_(R,C);M!=null&&N.push(M)}return{kind:c.h.LIST,values:N}}return _(T,C)}if((0,k.hL)(g)){if(!(0,p.Z)(T))return null;for(var F=[],W=0,ne=(0,m.Z)(g.getFields());W<ne.length;W++){var v=ne[W],L=_(T[v.name],v.type);L&&F.push({kind:c.h.OBJECT_FIELD,name:{kind:c.h.NAME,value:v.name},value:L})}return{kind:c.h.OBJECT,fields:F}}if((0,k.UT)(g)){var j=g.serialize(T);if(j==null)return null;if(typeof j=="boolean")return{kind:c.h.BOOLEAN,value:j};if(typeof j=="number"&&(0,b.Z)(j)){var U=String(j);return A.test(U)?{kind:c.h.INT,value:U}:{kind:c.h.FLOAT,value:U}}if(typeof j=="string")return(0,k.EM)(g)?{kind:c.h.ENUM,value:j}:g===y.km&&A.test(j)?{kind:c.h.INT,value:j}:{kind:c.h.STRING,value:j};throw new TypeError("Cannot convert value to AST: ".concat((0,d.Z)(j),"."))}(0,u.Z)(0,"Unexpected input type: "+(0,d.Z)(g))}var A=/^-?(?:0|[1-9][0-9]*)$/},9120:(w,B,o)=>{"use strict";o.d(B,{Z:()=>g});var b=o(4913),m=o(5821),d=o(7826),u=o(4950),p=o(8495),f=o(4275),c=o(9678),y=o(8238),k=o(5397),_=o(2433),A=o(398),T=o(8081);function g(D,C){(0,p.Z)(D)&&(0,p.Z)(D.__schema)||(0,d.Z)(0,'Invalid or incomplete introspection result. Ensure that you are passing "data" property of introspection response and no "errors" was returned alongside: '.concat((0,m.Z)(D),"."));for(var O=D.__schema,N=(0,u.Z)(O.types,function(Z){return Z.name},function(Z){return ae(Z)}),P=0,R=[].concat(k.HS,_.nL);P<R.length;P++){var M=R[P];N[M.name]&&(N[M.name]=M)}var F=O.queryType?U(O.queryType):null,W=O.mutationType?U(O.mutationType):null,ne=O.subscriptionType?U(O.subscriptionType):null,v=O.directives?O.directives.map(Me):[];return new c.XO({description:O.description,query:F,mutation:W,subscription:ne,types:(0,b.Z)(N),directives:v,assumeValid:C==null?void 0:C.assumeValid});function L(Z){if(Z.kind===_.zU.LIST){var he=Z.ofType;if(!he)throw new Error("Decorated type deeper than introspection query.");return new A.p2(L(he))}if(Z.kind===_.zU.NON_NULL){var Ze=Z.ofType;if(!Ze)throw new Error("Decorated type deeper than introspection query.");var rn=L(Ze);return new A.bM((0,A.i_)(rn))}return j(Z)}function j(Z){var he=Z.name;if(!he)throw new Error("Unknown type reference: ".concat((0,m.Z)(Z),"."));var Ze=N[he];if(!Ze)throw new Error("Invalid or incomplete schema, unknown type: ".concat(he,". Ensure that a full introspection query is used in order to build a client schema."));return Ze}function U(Z){return(0,A.Z6)(j(Z))}function J(Z){return(0,A.k2)(j(Z))}function ae(Z){if(Z!=null&&Z.name!=null&&Z.kind!=null)switch(Z.kind){case _.zU.SCALAR:return q(Z);case _.zU.OBJECT:return ie(Z);case _.zU.INTERFACE:return de(Z);case _.zU.UNION:return ce(Z);case _.zU.ENUM:return be(Z);case _.zU.INPUT_OBJECT:return Ie(Z)}var he=(0,m.Z)(Z);throw new Error("Invalid or incomplete introspection result. Ensure that a full introspection query is used in order to build a client schema: ".concat(he,"."))}function q(Z){return new A.n2({name:Z.name,description:Z.description,specifiedByUrl:Z.specifiedByUrl})}function te(Z){if(Z.interfaces===null&&Z.kind===_.zU.INTERFACE)return[];if(!Z.interfaces){var he=(0,m.Z)(Z);throw new Error("Introspection result missing interfaces: ".concat(he,"."))}return Z.interfaces.map(J)}function ie(Z){return new A.h6({name:Z.name,description:Z.description,interfaces:function(){return te(Z)},fields:function(){return _e(Z)}})}function de(Z){return new A.oW({name:Z.name,description:Z.description,interfaces:function(){return te(Z)},fields:function(){return _e(Z)}})}function ce(Z){if(!Z.possibleTypes){var he=(0,m.Z)(Z);throw new Error("Introspection result missing possibleTypes: ".concat(he,"."))}return new A.Gp({name:Z.name,description:Z.description,types:function(){return Z.possibleTypes.map(U)}})}function be(Z){if(!Z.enumValues){var he=(0,m.Z)(Z);throw new Error("Introspection result missing enumValues: ".concat(he,"."))}return new A.mR({name:Z.name,description:Z.description,values:(0,u.Z)(Z.enumValues,function(Ze){return Ze.name},function(Ze){return{description:Ze.description,deprecationReason:Ze.deprecationReason}})})}function Ie(Z){if(!Z.inputFields){var he=(0,m.Z)(Z);throw new Error("Introspection result missing inputFields: ".concat(he,"."))}return new A.sR({name:Z.name,description:Z.description,fields:function(){return Ae(Z.inputFields)}})}function _e(Z){if(!Z.fields)throw new Error("Introspection result missing fields: ".concat((0,m.Z)(Z),"."));return(0,u.Z)(Z.fields,function(he){return he.name},xe)}function xe(Z){var he=L(Z.type);if(!(0,A.SZ)(he)){var Ze=(0,m.Z)(he);throw new Error("Introspection must provide output type for fields, but received: ".concat(Ze,"."))}if(!Z.args){var rn=(0,m.Z)(Z);throw new Error("Introspection result missing field args: ".concat(rn,"."))}return{description:Z.description,deprecationReason:Z.deprecationReason,type:he,args:Ae(Z.args)}}function Ae(Z){return(0,u.Z)(Z,function(he){return he.name},Oe)}function Oe(Z){var he=L(Z.type);if(!(0,A.j$)(he)){var Ze=(0,m.Z)(he);throw new Error("Introspection must provide input type for arguments, but received: ".concat(Ze,"."))}var rn=Z.defaultValue!=null?(0,T.u)((0,f.H2)(Z.defaultValue),he):void 0;return{description:Z.description,type:he,defaultValue:rn,deprecationReason:Z.deprecationReason}}function Me(Z){if(!Z.args){var he=(0,m.Z)(Z);throw new Error("Introspection result missing directive args: ".concat(he,"."))}if(!Z.locations){var Ze=(0,m.Z)(Z);throw new Error("Introspection result missing directive locations: ".concat(Ze,"."))}return new y.NZ({name:Z.name,description:Z.description,isRepeatable:Z.isRepeatable,locations:Z.locations.slice(),args:Ae(Z.args)})}}},7816:(w,B,o)=>{"use strict";o.d(B,{K:()=>T});var b=o(4913),m=o(5821),d=o(9551),u=o(3177),p=o(8495),f=o(4657),c=o(3294),y=o(4244),k=o(9380),_=o(8087),A=o(398);function T(C,O){var N=arguments.length>2&&arguments[2]!==void 0?arguments[2]:g;return D(C,O,N)}function g(C,O,N){var P="Invalid value "+(0,m.Z)(O);throw C.length>0&&(P+=' at "value'.concat((0,y.Z)(C),'"')),N.message=P+": "+N.message,N}function D(C,O,N,P){if((0,A.zM)(O)){if(C!=null)return D(C,O.ofType,N,P);N((0,k.N)(P),C,new _._('Expected non-nullable type "'.concat((0,m.Z)(O),'" not to be null.')));return}if(C==null)return null;if((0,A.HG)(O)){var R=O.ofType,M=(0,f.Z)(C,function(de,ce){var be=(0,k.Q)(P,ce,void 0);return D(de,R,N,be)});return M!=null?M:[D(C,R,N,P)]}if((0,A.hL)(O)){if(!(0,p.Z)(C)){N((0,k.N)(P),C,new _._('Expected type "'.concat(O.name,'" to be an object.')));return}for(var F={},W=O.getFields(),ne=0,v=(0,b.Z)(W);ne<v.length;ne++){var L=v[ne],j=C[L.name];if(j===void 0){if(L.defaultValue!==void 0)F[L.name]=L.defaultValue;else if((0,A.zM)(L.type)){var U=(0,m.Z)(L.type);N((0,k.N)(P),C,new _._('Field "'.concat(L.name,'" of required type "').concat(U,'" was not provided.')))}continue}F[L.name]=D(j,L.type,N,(0,k.Q)(P,L.name,O.name))}for(var J=0,ae=Object.keys(C);J<ae.length;J++){var q=ae[J];if(!W[q]){var te=(0,c.Z)(q,Object.keys(O.getFields()));N((0,k.N)(P),C,new _._('Field "'.concat(q,'" is not defined by type "').concat(O.name,'".')+(0,u.Z)(te)))}}return F}if((0,A.UT)(O)){var ie;try{ie=O.parseValue(C)}catch(de){de instanceof _._?N((0,k.N)(P),C,de):N((0,k.N)(P),C,new _._('Expected type "'.concat(O.name,'". ')+de.message,void 0,void 0,void 0,void 0,de));return}return ie===void 0&&N((0,k.N)(P),C,new _._('Expected type "'.concat(O.name,'".'))),ie}(0,d.Z)(0,"Unexpected input type: "+(0,m.Z)(O))}},2254:(w,B,o)=>{"use strict";o.d(B,{K:()=>u});function b(p,f){var c=Object.keys(p);if(Object.getOwnPropertySymbols){var y=Object.getOwnPropertySymbols(p);f&&(y=y.filter(function(k){return Object.getOwnPropertyDescriptor(p,k).enumerable})),c.push.apply(c,y)}return c}function m(p){for(var f=1;f<arguments.length;f++){var c=arguments[f]!=null?arguments[f]:{};f%2?b(Object(c),!0).forEach(function(y){d(p,y,c[y])}):Object.getOwnPropertyDescriptors?Object.defineProperties(p,Object.getOwnPropertyDescriptors(c)):b(Object(c)).forEach(function(y){Object.defineProperty(p,y,Object.getOwnPropertyDescriptor(c,y))})}return p}function d(p,f,c){return f in p?Object.defineProperty(p,f,{value:c,enumerable:!0,configurable:!0,writable:!0}):p[f]=c,p}function u(p){var f=m({descriptions:!0,specifiedByUrl:!1,directiveIsRepeatable:!1,schemaDescription:!1,inputValueDeprecation:!1},p),c=f.descriptions?"description":"",y=f.specifiedByUrl?"specifiedByUrl":"",k=f.directiveIsRepeatable?"isRepeatable":"",_=f.schemaDescription?c:"";function A(T){return f.inputValueDeprecation?T:""}return`
2105
+ query IntrospectionQuery {
2106
+ __schema {
2107
+ `.concat(_,`
2108
+ queryType { name }
2109
+ mutationType { name }
2110
+ subscriptionType { name }
2111
+ types {
2112
+ ...FullType
2113
+ }
2114
+ directives {
2115
+ name
2116
+ `).concat(c,`
2117
+ `).concat(k,`
2118
+ locations
2119
+ args`).concat(A("(includeDeprecated: true)"),` {
2120
+ ...InputValue
2121
+ }
2122
+ }
2123
+ }
2124
+ }
2125
+
2126
+ fragment FullType on __Type {
2127
+ kind
2128
+ name
2129
+ `).concat(c,`
2130
+ `).concat(y,`
2131
+ fields(includeDeprecated: true) {
2132
+ name
2133
+ `).concat(c,`
2134
+ args`).concat(A("(includeDeprecated: true)"),` {
2135
+ ...InputValue
2136
+ }
2137
+ type {
2138
+ ...TypeRef
2139
+ }
2140
+ isDeprecated
2141
+ deprecationReason
2142
+ }
2143
+ inputFields`).concat(A("(includeDeprecated: true)"),` {
2144
+ ...InputValue
2145
+ }
2146
+ interfaces {
2147
+ ...TypeRef
2148
+ }
2149
+ enumValues(includeDeprecated: true) {
2150
+ name
2151
+ `).concat(c,`
2152
+ isDeprecated
2153
+ deprecationReason
2154
+ }
2155
+ possibleTypes {
2156
+ ...TypeRef
2157
+ }
2158
+ }
2159
+
2160
+ fragment InputValue on __InputValue {
2161
+ name
2162
+ `).concat(c,`
2163
+ type { ...TypeRef }
2164
+ defaultValue
2165
+ `).concat(A("isDeprecated"),`
2166
+ `).concat(A("deprecationReason"),`
2167
+ }
2168
+
2169
+ fragment TypeRef on __Type {
2170
+ kind
2171
+ name
2172
+ ofType {
2173
+ kind
2174
+ name
2175
+ ofType {
2176
+ kind
2177
+ name
2178
+ ofType {
2179
+ kind
2180
+ name
2181
+ ofType {
2182
+ kind
2183
+ name
2184
+ ofType {
2185
+ kind
2186
+ name
2187
+ ofType {
2188
+ kind
2189
+ name
2190
+ ofType {
2191
+ kind
2192
+ name
2193
+ }
2194
+ }
2195
+ }
2196
+ }
2197
+ }
2198
+ }
2199
+ }
2200
+ }
2201
+ `)}},2100:(w,B,o)=>{"use strict";o.d(B,{S:()=>m});var b=o(7359);function m(d,u){for(var p=null,f=0,c=d.definitions;f<c.length;f++){var y=c[f];if(y.kind===b.h.OPERATION_DEFINITION){var k;if(u==null){if(p)return null;p=y}else if(((k=y.name)===null||k===void 0?void 0:k.value)===u)return y}}return p}},3335:(w,B,o)=>{"use strict";o.d(B,{J:()=>m});var b=o(8087);function m(d,u){if(u.operation==="query"){var p=d.getQueryType();if(!p)throw new b._("Schema does not define the required query root type.",u);return p}if(u.operation==="mutation"){var f=d.getMutationType();if(!f)throw new b._("Schema is not configured for mutations.",u);return f}if(u.operation==="subscription"){var c=d.getSubscriptionType();if(!c)throw new b._("Schema is not configured for subscriptions.",u);return c}throw new b._("Can only have query, mutation and subscription operations.",u)}},316:(w,B,o)=>{"use strict";o.d(B,{_7:()=>m,uJ:()=>d,zR:()=>u});var b=o(398);function m(p,f){return p===f?!0:(0,b.zM)(p)&&(0,b.zM)(f)||(0,b.HG)(p)&&(0,b.HG)(f)?m(p.ofType,f.ofType):!1}function d(p,f,c){return f===c?!0:(0,b.zM)(c)?(0,b.zM)(f)?d(p,f.ofType,c.ofType):!1:(0,b.zM)(f)?d(p,f.ofType,c):(0,b.HG)(c)?(0,b.HG)(f)?d(p,f.ofType,c.ofType):!1:(0,b.HG)(f)?!1:(0,b.m0)(c)&&((0,b.oT)(f)||(0,b.lp)(f))&&p.isSubType(c,f)}function u(p,f,c){return f===c?!0:(0,b.m0)(f)?(0,b.m0)(c)?p.getPossibleTypes(f).some(function(y){return p.isSubType(c,y)}):p.isSubType(f,c):(0,b.m0)(c)?p.isSubType(c,f):!1}},77:(w,B,o)=>{"use strict";o.d(B,{_:()=>p});var b=o(5821),m=o(9551),d=o(7359),u=o(398);function p(f,c){var y;if(c.kind===d.h.LIST_TYPE)return y=p(f,c.type),y&&new u.p2(y);if(c.kind===d.h.NON_NULL_TYPE)return y=p(f,c.type),y&&new u.bM(y);if(c.kind===d.h.NAMED_TYPE)return f.getType(c.name.value);(0,m.Z)(0,"Unexpected type node: "+(0,b.Z)(c))}},8081:(w,B,o)=>{"use strict";o.d(B,{u:()=>c});var b=o(4913),m=o(3498),d=o(5821),u=o(9551),p=o(7359),f=o(398);function c(k,_,A){if(k){if(k.kind===p.h.VARIABLE){var T=k.name.value;if(A==null||A[T]===void 0)return;var g=A[T];return g===null&&(0,f.zM)(_)?void 0:g}if((0,f.zM)(_))return k.kind===p.h.NULL?void 0:c(k,_.ofType,A);if(k.kind===p.h.NULL)return null;if((0,f.HG)(_)){var D=_.ofType;if(k.kind===p.h.LIST){for(var C=[],O=0,N=k.values;O<N.length;O++){var P=N[O];if(y(P,A)){if((0,f.zM)(D))return;C.push(null)}else{var R=c(P,D,A);if(R===void 0)return;C.push(R)}}return C}var M=c(k,D,A);return M===void 0?void 0:[M]}if((0,f.hL)(_)){if(k.kind!==p.h.OBJECT)return;for(var F=Object.create(null),W=(0,m.Z)(k.fields,function(ae){return ae.name.value}),ne=0,v=(0,b.Z)(_.getFields());ne<v.length;ne++){var L=v[ne],j=W[L.name];if(!j||y(j.value,A)){if(L.defaultValue!==void 0)F[L.name]=L.defaultValue;else if((0,f.zM)(L.type))return;continue}var U=c(j.value,L.type,A);if(U===void 0)return;F[L.name]=U}return F}if((0,f.UT)(_)){var J;try{J=_.parseLiteral(k,A)}catch{return}return J===void 0?void 0:J}(0,u.Z)(0,"Unexpected input type: "+(0,d.Z)(_))}}function y(k,_){return k.kind===p.h.VARIABLE&&(_==null||_[k.name.value]===void 0)}},2319:(w,B,o)=>{"use strict";o.d(B,{M:()=>p});var b=o(5821),m=o(9551),d=o(4950),u=o(7359);function p(f,c){switch(f.kind){case u.h.NULL:return null;case u.h.INT:return parseInt(f.value,10);case u.h.FLOAT:return parseFloat(f.value);case u.h.STRING:case u.h.ENUM:case u.h.BOOLEAN:return f.value;case u.h.LIST:return f.values.map(function(y){return p(y,c)});case u.h.OBJECT:return(0,d.Z)(f.fields,function(y){return y.name.value},function(y){return p(y.value,c)});case u.h.VARIABLE:return c==null?void 0:c[f.name.value]}(0,m.Z)(0,"Unexpected value node: "+(0,b.Z)(f))}},2734:(w,B,o)=>{"use strict";o.d(B,{_t:()=>c,yv:()=>f});var b=o(7359),m=o(7304),d=o(2676);function u(y,k){y.prototype=Object.create(k.prototype),y.prototype.constructor=y,y.__proto__=k}var p=function(){function y(_,A){this._ast=_,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=A}var k=y.prototype;return k.reportError=function(A){this._onError(A)},k.getDocument=function(){return this._ast},k.getFragment=function(A){var T=this._fragments;return T||(this._fragments=T=this.getDocument().definitions.reduce(function(g,D){return D.kind===b.h.FRAGMENT_DEFINITION&&(g[D.name.value]=D),g},Object.create(null))),T[A]},k.getFragmentSpreads=function(A){var T=this._fragmentSpreads.get(A);if(!T){T=[];for(var g=[A];g.length!==0;)for(var D=g.pop(),C=0,O=D.selections;C<O.length;C++){var N=O[C];N.kind===b.h.FRAGMENT_SPREAD?T.push(N):N.selectionSet&&g.push(N.selectionSet)}this._fragmentSpreads.set(A,T)}return T},k.getRecursivelyReferencedFragments=function(A){var T=this._recursivelyReferencedFragments.get(A);if(!T){T=[];for(var g=Object.create(null),D=[A.selectionSet];D.length!==0;)for(var C=D.pop(),O=0,N=this.getFragmentSpreads(C);O<N.length;O++){var P=N[O],R=P.name.value;if(g[R]!==!0){g[R]=!0;var M=this.getFragment(R);M&&(T.push(M),D.push(M.selectionSet))}}this._recursivelyReferencedFragments.set(A,T)}return T},y}(),f=function(y){u(k,y);function k(A,T,g){var D;return D=y.call(this,A,g)||this,D._schema=T,D}var _=k.prototype;return _.getSchema=function(){return this._schema},k}(p),c=function(y){u(k,y);function k(A,T,g,D){var C;return C=y.call(this,T,D)||this,C._schema=A,C._typeInfo=g,C._variableUsages=new Map,C._recursiveVariableUsages=new Map,C}var _=k.prototype;return _.getSchema=function(){return this._schema},_.getVariableUsages=function(T){var g=this._variableUsages.get(T);if(!g){var D=[],C=new d.a(this._schema);(0,m.Vn)(T,(0,d.y)(C,{VariableDefinition:function(){return!1},Variable:function(N){D.push({node:N,type:C.getInputType(),defaultValue:C.getDefaultValue()})}})),g=D,this._variableUsages.set(T,g)}return g},_.getRecursiveVariableUsages=function(T){var g=this._recursiveVariableUsages.get(T);if(!g){g=this.getVariableUsages(T);for(var D=0,C=this.getRecursivelyReferencedFragments(T);D<C.length;D++){var O=C[D];g=g.concat(this.getVariableUsages(O))}this._recursiveVariableUsages.set(T,g)}return g},_.getType=function(){return this._typeInfo.getType()},_.getParentType=function(){return this._typeInfo.getParentType()},_.getInputType=function(){return this._typeInfo.getInputType()},_.getParentInputType=function(){return this._typeInfo.getParentInputType()},_.getFieldDef=function(){return this._typeInfo.getFieldDef()},_.getDirective=function(){return this._typeInfo.getDirective()},_.getArgument=function(){return this._typeInfo.getArgument()},_.getEnumValue=function(){return this._typeInfo.getEnumValue()},k}(p)},9092:(w,B,o)=>{"use strict";o.d(B,{i:()=>u});var b=o(8087),m=o(7359),d=o(5844);function u(p){return{Document:function(c){for(var y=0,k=c.definitions;y<k.length;y++){var _=k[y];if(!(0,d.Wk)(_)){var A=_.kind===m.h.SCHEMA_DEFINITION||_.kind===m.h.SCHEMA_EXTENSION?"schema":'"'+_.name.value+'"';p.reportError(new b._("The ".concat(A," definition is not executable."),_))}}return!1}}}},8741:(w,B,o)=>{"use strict";o.d(B,{A:()=>c});var b=o(5960),m=o(3177),d=o(3294),u=o(8224),p=o(8087),f=o(398);function c(_){return{Field:function(T){var g=_.getParentType();if(g){var D=_.getFieldDef();if(!D){var C=_.getSchema(),O=T.name.value,N=(0,m.Z)("to use an inline fragment on",y(C,g,O));N===""&&(N=(0,m.Z)(k(g,O))),_.reportError(new p._('Cannot query field "'.concat(O,'" on type "').concat(g.name,'".')+N,T))}}}}}function y(_,A,T){if(!(0,f.m0)(A))return[];for(var g=new Set,D=Object.create(null),C=0,O=_.getPossibleTypes(A);C<O.length;C++){var N=O[C];if(N.getFields()[T]){g.add(N),D[N.name]=1;for(var P=0,R=N.getInterfaces();P<R.length;P++){var M,F=R[P];F.getFields()[T]&&(g.add(F),D[F.name]=((M=D[F.name])!==null&&M!==void 0?M:0)+1)}}}return(0,b.Z)(g).sort(function(W,ne){var v=D[ne.name]-D[W.name];return v!==0?v:(0,f.oT)(W)&&_.isSubType(W,ne)?-1:(0,f.oT)(ne)&&_.isSubType(ne,W)?1:(0,u.Z)(W.name,ne.name)}).map(function(W){return W.name})}function k(_,A){if((0,f.lp)(_)||(0,f.oT)(_)){var T=Object.keys(_.getFields());return(0,d.Z)(A,T)}return[]}},7143:(w,B,o)=>{"use strict";o.d(B,{T:()=>p});var b=o(8087),m=o(9011),d=o(398),u=o(77);function p(f){return{InlineFragment:function(y){var k=y.typeCondition;if(k){var _=(0,u._)(f.getSchema(),k);if(_&&!(0,d.Gv)(_)){var A=(0,m.S)(k);f.reportError(new b._('Fragment cannot condition on non composite type "'.concat(A,'".'),k))}}},FragmentDefinition:function(y){var k=(0,u._)(f.getSchema(),y.typeCondition);if(k&&!(0,d.Gv)(k)){var _=(0,m.S)(y.typeCondition);f.reportError(new b._('Fragment "'.concat(y.name.value,'" cannot condition on non composite type "').concat(_,'".'),y.typeCondition))}}}}},7815:(w,B,o)=>{"use strict";o.d(B,{e:()=>k,o:()=>_});var b=o(3177),m=o(3294),d=o(8087),u=o(7359),p=o(8238);function f(A,T){var g=Object.keys(A);if(Object.getOwnPropertySymbols){var D=Object.getOwnPropertySymbols(A);T&&(D=D.filter(function(C){return Object.getOwnPropertyDescriptor(A,C).enumerable})),g.push.apply(g,D)}return g}function c(A){for(var T=1;T<arguments.length;T++){var g=arguments[T]!=null?arguments[T]:{};T%2?f(Object(g),!0).forEach(function(D){y(A,D,g[D])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(g)):f(Object(g)).forEach(function(D){Object.defineProperty(A,D,Object.getOwnPropertyDescriptor(g,D))})}return A}function y(A,T,g){return T in A?Object.defineProperty(A,T,{value:g,enumerable:!0,configurable:!0,writable:!0}):A[T]=g,A}function k(A){return c(c({},_(A)),{},{Argument:function(g){var D=A.getArgument(),C=A.getFieldDef(),O=A.getParentType();if(!D&&C&&O){var N=g.name.value,P=C.args.map(function(M){return M.name}),R=(0,m.Z)(N,P);A.reportError(new d._('Unknown argument "'.concat(N,'" on field "').concat(O.name,".").concat(C.name,'".')+(0,b.Z)(R),g))}}})}function _(A){for(var T=Object.create(null),g=A.getSchema(),D=g?g.getDirectives():p.V4,C=0;C<D.length;C++){var O=D[C];T[O.name]=O.args.map(function(W){return W.name})}for(var N=A.getDocument().definitions,P=0;P<N.length;P++){var R=N[P];if(R.kind===u.h.DIRECTIVE_DEFINITION){var M,F=(M=R.arguments)!==null&&M!==void 0?M:[];T[R.name.value]=F.map(function(W){return W.name.value})}}return{Directive:function(ne){var v=ne.name.value,L=T[v];if(ne.arguments&&L)for(var j=0,U=ne.arguments;j<U.length;j++){var J=U[j],ae=J.name.value;if(L.indexOf(ae)===-1){var q=(0,m.Z)(ae,L);A.reportError(new d._('Unknown argument "'.concat(ae,'" on directive "@').concat(v,'".')+(0,b.Z)(q),J))}}return!1}}}},4873:(w,B,o)=>{"use strict";o.d(B,{J:()=>c});var b=o(5821),m=o(9551),d=o(8087),u=o(7359),p=o(9878),f=o(8238);function c(_){for(var A=Object.create(null),T=_.getSchema(),g=T?T.getDirectives():f.V4,D=0;D<g.length;D++){var C=g[D];A[C.name]=C.locations}for(var O=_.getDocument().definitions,N=0;N<O.length;N++){var P=O[N];P.kind===u.h.DIRECTIVE_DEFINITION&&(A[P.name.value]=P.locations.map(function(R){return R.value}))}return{Directive:function(M,F,W,ne,v){var L=M.name.value,j=A[L];if(!j){_.reportError(new d._('Unknown directive "@'.concat(L,'".'),M));return}var U=y(v);U&&j.indexOf(U)===-1&&_.reportError(new d._('Directive "@'.concat(L,'" may not be used on ').concat(U,"."),M))}}}function y(_){var A=_[_.length-1];switch(!Array.isArray(A)||(0,m.Z)(0),A.kind){case u.h.OPERATION_DEFINITION:return k(A.operation);case u.h.FIELD:return p.B.FIELD;case u.h.FRAGMENT_SPREAD:return p.B.FRAGMENT_SPREAD;case u.h.INLINE_FRAGMENT:return p.B.INLINE_FRAGMENT;case u.h.FRAGMENT_DEFINITION:return p.B.FRAGMENT_DEFINITION;case u.h.VARIABLE_DEFINITION:return p.B.VARIABLE_DEFINITION;case u.h.SCHEMA_DEFINITION:case u.h.SCHEMA_EXTENSION:return p.B.SCHEMA;case u.h.SCALAR_TYPE_DEFINITION:case u.h.SCALAR_TYPE_EXTENSION:return p.B.SCALAR;case u.h.OBJECT_TYPE_DEFINITION:case u.h.OBJECT_TYPE_EXTENSION:return p.B.OBJECT;case u.h.FIELD_DEFINITION:return p.B.FIELD_DEFINITION;case u.h.INTERFACE_TYPE_DEFINITION:case u.h.INTERFACE_TYPE_EXTENSION:return p.B.INTERFACE;case u.h.UNION_TYPE_DEFINITION:case u.h.UNION_TYPE_EXTENSION:return p.B.UNION;case u.h.ENUM_TYPE_DEFINITION:case u.h.ENUM_TYPE_EXTENSION:return p.B.ENUM;case u.h.ENUM_VALUE_DEFINITION:return p.B.ENUM_VALUE;case u.h.INPUT_OBJECT_TYPE_DEFINITION:case u.h.INPUT_OBJECT_TYPE_EXTENSION:return p.B.INPUT_OBJECT;case u.h.INPUT_VALUE_DEFINITION:{var T=_[_.length-3];return T.kind===u.h.INPUT_OBJECT_TYPE_DEFINITION?p.B.INPUT_FIELD_DEFINITION:p.B.ARGUMENT_DEFINITION}}}function k(_){switch(_){case"query":return p.B.QUERY;case"mutation":return p.B.MUTATION;case"subscription":return p.B.SUBSCRIPTION}(0,m.Z)(0,"Unexpected operation: "+(0,b.Z)(_))}},5311:(w,B,o)=>{"use strict";o.d(B,{a:()=>m});var b=o(8087);function m(d){return{FragmentSpread:function(p){var f=p.name.value,c=d.getFragment(f);c||d.reportError(new b._('Unknown fragment "'.concat(f,'".'),p.name))}}}},5580:(w,B,o)=>{"use strict";o.d(B,{I:()=>c});var b=o(3177),m=o(3294),d=o(8087),u=o(5844),p=o(5397),f=o(2433);function c(A){for(var T=A.getSchema(),g=T?T.getTypeMap():Object.create(null),D=Object.create(null),C=0,O=A.getDocument().definitions;C<O.length;C++){var N=O[C];(0,u.zT)(N)&&(D[N.name.value]=!0)}var P=Object.keys(g).concat(Object.keys(D));return{NamedType:function(M,F,W,ne,v){var L=M.name.value;if(!g[L]&&!D[L]){var j,U=(j=v[2])!==null&&j!==void 0?j:W,J=U!=null&&_(U);if(J&&k(L))return;var ae=(0,m.Z)(L,J?y.concat(P):P);A.reportError(new d._('Unknown type "'.concat(L,'".')+(0,b.Z)(ae),M))}}}}var y=[].concat(p.HS,f.nL).map(function(A){return A.name});function k(A){return y.indexOf(A)!==-1}function _(A){return!Array.isArray(A)&&((0,u.G4)(A)||(0,u.aU)(A))}},7898:(w,B,o)=>{"use strict";o.d(B,{F:()=>d});var b=o(8087),m=o(7359);function d(u){var p=0;return{Document:function(c){p=c.definitions.filter(function(y){return y.kind===m.h.OPERATION_DEFINITION}).length},OperationDefinition:function(c){!c.name&&p>1&&u.reportError(new b._("This anonymous operation must be the only defined operation.",c))}}}},2877:(w,B,o)=>{"use strict";o.d(B,{t:()=>m});var b=o(8087);function m(d){var u,p,f,c=d.getSchema(),y=(u=(p=(f=c==null?void 0:c.astNode)!==null&&f!==void 0?f:c==null?void 0:c.getQueryType())!==null&&p!==void 0?p:c==null?void 0:c.getMutationType())!==null&&u!==void 0?u:c==null?void 0:c.getSubscriptionType(),k=0;return{SchemaDefinition:function(A){if(y){d.reportError(new b._("Cannot define a new schema within a schema extension.",A));return}k>0&&d.reportError(new b._("Must provide only one schema definition.",A)),++k}}}},1422:(w,B,o)=>{"use strict";o.d(B,{H:()=>m});var b=o(8087);function m(d){var u=Object.create(null),p=[],f=Object.create(null);return{OperationDefinition:function(){return!1},FragmentDefinition:function(k){return c(k),!1}};function c(y){if(!u[y.name.value]){var k=y.name.value;u[k]=!0;var _=d.getFragmentSpreads(y.selectionSet);if(_.length!==0){f[k]=p.length;for(var A=0;A<_.length;A++){var T=_[A],g=T.name.value,D=f[g];if(p.push(T),D===void 0){var C=d.getFragment(g);C&&c(C)}else{var O=p.slice(D),N=O.slice(0,-1).map(function(P){return'"'+P.name.value+'"'}).join(", ");d.reportError(new b._('Cannot spread fragment "'.concat(g,'" within itself')+(N!==""?" via ".concat(N,"."):"."),O))}p.pop()}f[k]=void 0}}}}},4790:(w,B,o)=>{"use strict";o.d(B,{$:()=>m});var b=o(8087);function m(d){var u=Object.create(null);return{OperationDefinition:{enter:function(){u=Object.create(null)},leave:function(f){for(var c=d.getRecursiveVariableUsages(f),y=0;y<c.length;y++){var k=c[y],_=k.node,A=_.name.value;u[A]!==!0&&d.reportError(new b._(f.name?'Variable "$'.concat(A,'" is not defined by operation "').concat(f.name.value,'".'):'Variable "$'.concat(A,'" is not defined.'),[_,f]))}}},VariableDefinition:function(f){u[f.variable.name.value]=!0}}}},1294:(w,B,o)=>{"use strict";o.d(B,{J:()=>m});var b=o(8087);function m(d){var u=[],p=[];return{OperationDefinition:function(c){return u.push(c),!1},FragmentDefinition:function(c){return p.push(c),!1},Document:{leave:function(){for(var c=Object.create(null),y=0;y<u.length;y++)for(var k=u[y],_=0,A=d.getRecursivelyReferencedFragments(k);_<A.length;_++){var T=A[_];c[T.name.value]=!0}for(var g=0;g<p.length;g++){var D=p[g],C=D.name.value;c[C]!==!0&&d.reportError(new b._('Fragment "'.concat(C,'" is never used.'),D))}}}}}},2283:(w,B,o)=>{"use strict";o.d(B,{p:()=>m});var b=o(8087);function m(d){var u=[];return{OperationDefinition:{enter:function(){u=[]},leave:function(f){for(var c=Object.create(null),y=d.getRecursiveVariableUsages(f),k=0;k<y.length;k++){var _=y[k],A=_.node;c[A.name.value]=!0}for(var T=0,g=u;T<g.length;T++){var D=g[T],C=D.variable.name.value;c[C]!==!0&&d.reportError(new b._(f.name?'Variable "$'.concat(C,'" is never used in operation "').concat(f.name.value,'".'):'Variable "$'.concat(C,'" is never used.'),D))}}},VariableDefinition:function(f){u.push(f)}}}},4203:(w,B,o)=>{"use strict";o.d(B,{y:()=>_});var b=o(5318),m=o(5009),d=o(5821),u=o(8087),p=o(7359),f=o(9011),c=o(398),y=o(77);function k(j){return Array.isArray(j)?j.map(function(U){var J=U[0],ae=U[1];return'subfields "'.concat(J,'" conflict because ')+k(ae)}).join(" and "):j}function _(j){var U=new L,J=new Map;return{SelectionSet:function(q){for(var te=A(j,J,U,j.getParentType(),q),ie=0;ie<te.length;ie++){var de=te[ie],ce=de[0],be=ce[0],Ie=ce[1],_e=de[1],xe=de[2],Ae=k(Ie);j.reportError(new u._('Fields "'.concat(be,'" conflict because ').concat(Ae,". Use different aliases on the fields to fetch both if this was intentional."),_e.concat(xe)))}}}}function A(j,U,J,ae,q){var te=[],ie=F(j,U,ae,q),de=ie[0],ce=ie[1];if(C(j,te,U,J,de),ce.length!==0)for(var be=0;be<ce.length;be++){T(j,te,U,J,!1,de,ce[be]);for(var Ie=be+1;Ie<ce.length;Ie++)g(j,te,U,J,!1,ce[be],ce[Ie])}return te}function T(j,U,J,ae,q,te,ie){var de=j.getFragment(ie);if(de){var ce=W(j,J,de),be=ce[0],Ie=ce[1];if(te!==be){O(j,U,J,ae,q,te,be);for(var _e=0;_e<Ie.length;_e++)T(j,U,J,ae,q,te,Ie[_e])}}}function g(j,U,J,ae,q,te,ie){if(te!==ie&&!ae.has(te,ie,q)){ae.add(te,ie,q);var de=j.getFragment(te),ce=j.getFragment(ie);if(!(!de||!ce)){var be=W(j,J,de),Ie=be[0],_e=be[1],xe=W(j,J,ce),Ae=xe[0],Oe=xe[1];O(j,U,J,ae,q,Ie,Ae);for(var Me=0;Me<Oe.length;Me++)g(j,U,J,ae,q,te,Oe[Me]);for(var Z=0;Z<_e.length;Z++)g(j,U,J,ae,q,_e[Z],ie)}}}function D(j,U,J,ae,q,te,ie,de){var ce=[],be=F(j,U,q,te),Ie=be[0],_e=be[1],xe=F(j,U,ie,de),Ae=xe[0],Oe=xe[1];if(O(j,ce,U,J,ae,Ie,Ae),Oe.length!==0)for(var Me=0;Me<Oe.length;Me++)T(j,ce,U,J,ae,Ie,Oe[Me]);if(_e.length!==0)for(var Z=0;Z<_e.length;Z++)T(j,ce,U,J,ae,Ae,_e[Z]);for(var he=0;he<_e.length;he++)for(var Ze=0;Ze<Oe.length;Ze++)g(j,ce,U,J,ae,_e[he],Oe[Ze]);return ce}function C(j,U,J,ae,q){for(var te=0,ie=(0,m.Z)(q);te<ie.length;te++){var de=ie[te],ce=de[0],be=de[1];if(be.length>1)for(var Ie=0;Ie<be.length;Ie++)for(var _e=Ie+1;_e<be.length;_e++){var xe=N(j,J,ae,!1,ce,be[Ie],be[_e]);xe&&U.push(xe)}}}function O(j,U,J,ae,q,te,ie){for(var de=0,ce=Object.keys(te);de<ce.length;de++){var be=ce[de],Ie=ie[be];if(Ie)for(var _e=te[be],xe=0;xe<_e.length;xe++)for(var Ae=0;Ae<Ie.length;Ae++){var Oe=N(j,J,ae,q,be,_e[xe],Ie[Ae]);Oe&&U.push(Oe)}}}function N(j,U,J,ae,q,te,ie){var de=te[0],ce=te[1],be=te[2],Ie=ie[0],_e=ie[1],xe=ie[2],Ae=ae||de!==Ie&&(0,c.lp)(de)&&(0,c.lp)(Ie);if(!Ae){var Oe,Me,Z=ce.name.value,he=_e.name.value;if(Z!==he)return[[q,'"'.concat(Z,'" and "').concat(he,'" are different fields')],[ce],[_e]];var Ze=(Oe=ce.arguments)!==null&&Oe!==void 0?Oe:[],rn=(Me=_e.arguments)!==null&&Me!==void 0?Me:[];if(!P(Ze,rn))return[[q,"they have differing arguments"],[ce],[_e]]}var un=be==null?void 0:be.type,Sn=xe==null?void 0:xe.type;if(un&&Sn&&M(un,Sn))return[[q,'they return conflicting types "'.concat((0,d.Z)(un),'" and "').concat((0,d.Z)(Sn),'"')],[ce],[_e]];var ln=ce.selectionSet,nn=_e.selectionSet;if(ln&&nn){var re=D(j,U,J,Ae,(0,c.xC)(un),ln,(0,c.xC)(Sn),nn);return v(re,q,ce,_e)}}function P(j,U){return j.length!==U.length?!1:j.every(function(J){var ae=(0,b.Z)(U,function(q){return q.name.value===J.name.value});return ae?R(J.value,ae.value):!1})}function R(j,U){return(0,f.S)(j)===(0,f.S)(U)}function M(j,U){return(0,c.HG)(j)?(0,c.HG)(U)?M(j.ofType,U.ofType):!0:(0,c.HG)(U)?!0:(0,c.zM)(j)?(0,c.zM)(U)?M(j.ofType,U.ofType):!0:(0,c.zM)(U)?!0:(0,c.UT)(j)||(0,c.UT)(U)?j!==U:!1}function F(j,U,J,ae){var q=U.get(ae);if(!q){var te=Object.create(null),ie=Object.create(null);ne(j,J,ae,te,ie),q=[te,Object.keys(ie)],U.set(ae,q)}return q}function W(j,U,J){var ae=U.get(J.selectionSet);if(ae)return ae;var q=(0,y._)(j.getSchema(),J.typeCondition);return F(j,U,q,J.selectionSet)}function ne(j,U,J,ae,q){for(var te=0,ie=J.selections;te<ie.length;te++){var de=ie[te];switch(de.kind){case p.h.FIELD:{var ce=de.name.value,be=void 0;((0,c.lp)(U)||(0,c.oT)(U))&&(be=U.getFields()[ce]);var Ie=de.alias?de.alias.value:ce;ae[Ie]||(ae[Ie]=[]),ae[Ie].push([U,de,be]);break}case p.h.FRAGMENT_SPREAD:q[de.name.value]=!0;break;case p.h.INLINE_FRAGMENT:{var _e=de.typeCondition,xe=_e?(0,y._)(j.getSchema(),_e):U;ne(j,xe,de.selectionSet,ae,q);break}}}}function v(j,U,J,ae){if(j.length>0)return[[U,j.map(function(q){var te=q[0];return te})],j.reduce(function(q,te){var ie=te[1];return q.concat(ie)},[J]),j.reduce(function(q,te){var ie=te[2];return q.concat(ie)},[ae])]}var L=function(){function j(){this._data=Object.create(null)}var U=j.prototype;return U.has=function(ae,q,te){var ie=this._data[ae],de=ie&&ie[q];return de===void 0?!1:te===!1?de===!1:!0},U.add=function(ae,q,te){this._pairSetAdd(ae,q,te),this._pairSetAdd(q,ae,te)},U._pairSetAdd=function(ae,q,te){var ie=this._data[ae];ie||(ie=Object.create(null),this._data[ae]=ie),ie[q]=te},j}()},3259:(w,B,o)=>{"use strict";o.d(B,{a:()=>f});var b=o(5821),m=o(8087),d=o(398),u=o(77),p=o(316);function f(y){return{InlineFragment:function(_){var A=y.getType(),T=y.getParentType();if((0,d.Gv)(A)&&(0,d.Gv)(T)&&!(0,p.zR)(y.getSchema(),A,T)){var g=(0,b.Z)(T),D=(0,b.Z)(A);y.reportError(new m._('Fragment cannot be spread here as objects of type "'.concat(g,'" can never be of type "').concat(D,'".'),_))}},FragmentSpread:function(_){var A=_.name.value,T=c(y,A),g=y.getParentType();if(T&&g&&!(0,p.zR)(y.getSchema(),T,g)){var D=(0,b.Z)(g),C=(0,b.Z)(T);y.reportError(new m._('Fragment "'.concat(A,'" cannot be spread here as objects of type "').concat(D,'" can never be of type "').concat(C,'".'),_))}}}}function c(y,k){var _=y.getFragment(k);if(_){var A=(0,u._)(y.getSchema(),_.typeCondition);if((0,d.Gv)(A))return A}}},4800:(w,B,o)=>{"use strict";o.d(B,{g:()=>A});var b=o(5821),m=o(9551),d=o(3177),u=o(3294),p=o(8087),f=o(7359),c=o(5844),y=o(398),k;function _(C,O,N){return O in C?Object.defineProperty(C,O,{value:N,enumerable:!0,configurable:!0,writable:!0}):C[O]=N,C}function A(C){for(var O=C.getSchema(),N=Object.create(null),P=0,R=C.getDocument().definitions;P<R.length;P++){var M=R[P];(0,c.zT)(M)&&(N[M.name.value]=M)}return{ScalarTypeExtension:F,ObjectTypeExtension:F,InterfaceTypeExtension:F,UnionTypeExtension:F,EnumTypeExtension:F,InputObjectTypeExtension:F};function F(W){var ne=W.name.value,v=N[ne],L=O==null?void 0:O.getType(ne),j;if(v?j=T[v.kind]:L&&(j=g(L)),j){if(j!==W.kind){var U=D(W.kind);C.reportError(new p._("Cannot extend non-".concat(U,' type "').concat(ne,'".'),v?[v,W]:W))}}else{var J=Object.keys(N);O&&(J=J.concat(Object.keys(O.getTypeMap())));var ae=(0,u.Z)(ne,J);C.reportError(new p._('Cannot extend type "'.concat(ne,'" because it is not defined.')+(0,d.Z)(ae),W.name))}}}var T=(k={},_(k,f.h.SCALAR_TYPE_DEFINITION,f.h.SCALAR_TYPE_EXTENSION),_(k,f.h.OBJECT_TYPE_DEFINITION,f.h.OBJECT_TYPE_EXTENSION),_(k,f.h.INTERFACE_TYPE_DEFINITION,f.h.INTERFACE_TYPE_EXTENSION),_(k,f.h.UNION_TYPE_DEFINITION,f.h.UNION_TYPE_EXTENSION),_(k,f.h.ENUM_TYPE_DEFINITION,f.h.ENUM_TYPE_EXTENSION),_(k,f.h.INPUT_OBJECT_TYPE_DEFINITION,f.h.INPUT_OBJECT_TYPE_EXTENSION),k);function g(C){if((0,y.KA)(C))return f.h.SCALAR_TYPE_EXTENSION;if((0,y.lp)(C))return f.h.OBJECT_TYPE_EXTENSION;if((0,y.oT)(C))return f.h.INTERFACE_TYPE_EXTENSION;if((0,y.EN)(C))return f.h.UNION_TYPE_EXTENSION;if((0,y.EM)(C))return f.h.ENUM_TYPE_EXTENSION;if((0,y.hL)(C))return f.h.INPUT_OBJECT_TYPE_EXTENSION;(0,m.Z)(0,"Unexpected type: "+(0,b.Z)(C))}function D(C){switch(C){case f.h.SCALAR_TYPE_EXTENSION:return"scalar";case f.h.OBJECT_TYPE_EXTENSION:return"object";case f.h.INTERFACE_TYPE_EXTENSION:return"interface";case f.h.UNION_TYPE_EXTENSION:return"union";case f.h.ENUM_TYPE_EXTENSION:return"enum";case f.h.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}(0,m.Z)(0,"Unexpected kind: "+(0,b.Z)(C))}},1967:(w,B,o)=>{"use strict";o.d(B,{c:()=>T,s:()=>A});var b=o(5821),m=o(3498),d=o(8087),u=o(7359),p=o(9011),f=o(8238),c=o(398);function y(D,C){var O=Object.keys(D);if(Object.getOwnPropertySymbols){var N=Object.getOwnPropertySymbols(D);C&&(N=N.filter(function(P){return Object.getOwnPropertyDescriptor(D,P).enumerable})),O.push.apply(O,N)}return O}function k(D){for(var C=1;C<arguments.length;C++){var O=arguments[C]!=null?arguments[C]:{};C%2?y(Object(O),!0).forEach(function(N){_(D,N,O[N])}):Object.getOwnPropertyDescriptors?Object.defineProperties(D,Object.getOwnPropertyDescriptors(O)):y(Object(O)).forEach(function(N){Object.defineProperty(D,N,Object.getOwnPropertyDescriptor(O,N))})}return D}function _(D,C,O){return C in D?Object.defineProperty(D,C,{value:O,enumerable:!0,configurable:!0,writable:!0}):D[C]=O,D}function A(D){return k(k({},T(D)),{},{Field:{leave:function(O){var N,P=D.getFieldDef();if(!P)return!1;for(var R=(N=O.arguments)!==null&&N!==void 0?N:[],M=(0,m.Z)(R,function(j){return j.name.value}),F=0,W=P.args;F<W.length;F++){var ne=W[F],v=M[ne.name];if(!v&&(0,c.dK)(ne)){var L=(0,b.Z)(ne.type);D.reportError(new d._('Field "'.concat(P.name,'" argument "').concat(ne.name,'" of type "').concat(L,'" is required, but it was not provided.'),O))}}}}})}function T(D){for(var C=Object.create(null),O=D.getSchema(),N=O?O.getDirectives():f.V4,P=0;P<N.length;P++){var R=N[P];C[R.name]=(0,m.Z)(R.args.filter(c.dK),function(L){return L.name})}for(var M=D.getDocument().definitions,F=0;F<M.length;F++){var W=M[F];if(W.kind===u.h.DIRECTIVE_DEFINITION){var ne,v=(ne=W.arguments)!==null&&ne!==void 0?ne:[];C[W.name.value]=(0,m.Z)(v.filter(g),function(L){return L.name.value})}}return{Directive:{leave:function(j){var U=j.name.value,J=C[U];if(J)for(var ae,q=(ae=j.arguments)!==null&&ae!==void 0?ae:[],te=(0,m.Z)(q,function(_e){return _e.name.value}),ie=0,de=Object.keys(J);ie<de.length;ie++){var ce=de[ie];if(!te[ce]){var be=J[ce].type,Ie=(0,c.P9)(be)?(0,b.Z)(be):(0,p.S)(be);D.reportError(new d._('Directive "@'.concat(U,'" argument "').concat(ce,'" of type "').concat(Ie,'" is required, but it was not provided.'),j))}}}}}}function g(D){return D.type.kind===u.h.NON_NULL_TYPE&&D.defaultValue==null}},1954:(w,B,o)=>{"use strict";o.d(B,{O:()=>u});var b=o(5821),m=o(8087),d=o(398);function u(p){return{Field:function(c){var y=p.getType(),k=c.selectionSet;if(y){if((0,d.UT)((0,d.xC)(y))){if(k){var _=c.name.value,A=(0,b.Z)(y);p.reportError(new m._('Field "'.concat(_,'" must not have a selection since type "').concat(A,'" has no subfields.'),k))}}else if(!k){var T=c.name.value,g=(0,b.Z)(y);p.reportError(new m._('Field "'.concat(T,'" of type "').concat(g,'" must have a selection of subfields. Did you mean "').concat(T,' { ... }"?'),c))}}}}}},423:(w,B,o)=>{"use strict";o.d(B,{Z:()=>m});var b=o(8087);function m(d){return{OperationDefinition:function(p){p.operation==="subscription"&&p.selectionSet.selections.length!==1&&d.reportError(new b._(p.name?'Subscription "'.concat(p.name.value,'" must select only one top level field.'):"Anonymous Subscription must select only one top level field.",p.selectionSet.selections.slice(1)))}}}},2266:(w,B,o)=>{"use strict";o.d(B,{L:()=>m});var b=o(8087);function m(d){var u=Object.create(null);return{Field:function(){u=Object.create(null)},Directive:function(){u=Object.create(null)},Argument:function(f){var c=f.name.value;return u[c]?d.reportError(new b._('There can be only one argument named "'.concat(c,'".'),[u[c],f.name])):u[c]=f.name,!1}}}},3274:(w,B,o)=>{"use strict";o.d(B,{o:()=>m});var b=o(8087);function m(d){var u=Object.create(null),p=d.getSchema();return{DirectiveDefinition:function(c){var y=c.name.value;if(p!=null&&p.getDirective(y)){d.reportError(new b._('Directive "@'.concat(y,'" already exists in the schema. It cannot be redefined.'),c.name));return}return u[y]?d.reportError(new b._('There can be only one directive named "@'.concat(y,'".'),[u[y],c.name])):u[y]=c.name,!1}}}},6300:(w,B,o)=>{"use strict";o.d(B,{k:()=>p});var b=o(8087),m=o(7359),d=o(5844),u=o(8238);function p(f){for(var c=Object.create(null),y=f.getSchema(),k=y?y.getDirectives():u.V4,_=0;_<k.length;_++){var A=k[_];c[A.name]=!A.isRepeatable}for(var T=f.getDocument().definitions,g=0;g<T.length;g++){var D=T[g];D.kind===m.h.DIRECTIVE_DEFINITION&&(c[D.name.value]=!D.repeatable)}var C=Object.create(null),O=Object.create(null);return{enter:function(P){if(P.directives!=null){var R;if(P.kind===m.h.SCHEMA_DEFINITION||P.kind===m.h.SCHEMA_EXTENSION)R=C;else if((0,d.zT)(P)||(0,d.D$)(P)){var M=P.name.value;R=O[M],R===void 0&&(O[M]=R=Object.create(null))}else R=Object.create(null);for(var F=0,W=P.directives;F<W.length;F++){var ne=W[F],v=ne.name.value;c[v]&&(R[v]?f.reportError(new b._('The directive "@'.concat(v,'" can only be used once at this location.'),[R[v],ne])):R[v]=ne)}}}}}},3201:(w,B,o)=>{"use strict";o.d(B,{L:()=>d});var b=o(8087),m=o(398);function d(u){var p=u.getSchema(),f=p?p.getTypeMap():Object.create(null),c=Object.create(null);return{EnumTypeDefinition:y,EnumTypeExtension:y};function y(k){var _,A=k.name.value;c[A]||(c[A]=Object.create(null));for(var T=(_=k.values)!==null&&_!==void 0?_:[],g=c[A],D=0;D<T.length;D++){var C=T[D],O=C.name.value,N=f[A];(0,m.EM)(N)&&N.getValue(O)?u.reportError(new b._('Enum value "'.concat(A,".").concat(O,'" already exists in the schema. It cannot also be defined in this type extension.'),C.name)):g[O]?u.reportError(new b._('Enum value "'.concat(A,".").concat(O,'" can only be defined once.'),[g[O],C.name])):g[O]=C.name}return!1}}},2618:(w,B,o)=>{"use strict";o.d(B,{y:()=>d});var b=o(8087),m=o(398);function d(p){var f=p.getSchema(),c=f?f.getTypeMap():Object.create(null),y=Object.create(null);return{InputObjectTypeDefinition:k,InputObjectTypeExtension:k,InterfaceTypeDefinition:k,InterfaceTypeExtension:k,ObjectTypeDefinition:k,ObjectTypeExtension:k};function k(_){var A,T=_.name.value;y[T]||(y[T]=Object.create(null));for(var g=(A=_.fields)!==null&&A!==void 0?A:[],D=y[T],C=0;C<g.length;C++){var O=g[C],N=O.name.value;u(c[T],N)?p.reportError(new b._('Field "'.concat(T,".").concat(N,'" already exists in the schema. It cannot also be defined in this type extension.'),O.name)):D[N]?p.reportError(new b._('Field "'.concat(T,".").concat(N,'" can only be defined once.'),[D[N],O.name])):D[N]=O.name}return!1}}function u(p,f){return(0,m.lp)(p)||(0,m.oT)(p)||(0,m.hL)(p)?p.getFields()[f]!=null:!1}},5591:(w,B,o)=>{"use strict";o.d(B,{N:()=>m});var b=o(8087);function m(d){var u=Object.create(null);return{OperationDefinition:function(){return!1},FragmentDefinition:function(f){var c=f.name.value;return u[c]?d.reportError(new b._('There can be only one fragment named "'.concat(c,'".'),[u[c],f.name])):u[c]=f.name,!1}}}},2767:(w,B,o)=>{"use strict";o.d(B,{P:()=>m});var b=o(8087);function m(d){var u=[],p=Object.create(null);return{ObjectValue:{enter:function(){u.push(p),p=Object.create(null)},leave:function(){p=u.pop()}},ObjectField:function(c){var y=c.name.value;p[y]?d.reportError(new b._('There can be only one input field named "'.concat(y,'".'),[p[y],c.name])):p[y]=c.name}}}},2621:(w,B,o)=>{"use strict";o.d(B,{H:()=>m});var b=o(8087);function m(d){var u=Object.create(null);return{OperationDefinition:function(f){var c=f.name;return c&&(u[c.value]?d.reportError(new b._('There can be only one operation named "'.concat(c.value,'".'),[u[c.value],c])):u[c.value]=c),!1},FragmentDefinition:function(){return!1}}}},7990:(w,B,o)=>{"use strict";o.d(B,{q:()=>m});var b=o(8087);function m(d){var u=d.getSchema(),p=Object.create(null),f=u?{query:u.getQueryType(),mutation:u.getMutationType(),subscription:u.getSubscriptionType()}:{};return{SchemaDefinition:c,SchemaExtension:c};function c(y){for(var k,_=(k=y.operationTypes)!==null&&k!==void 0?k:[],A=0;A<_.length;A++){var T=_[A],g=T.operation,D=p[g];f[g]?d.reportError(new b._("Type for ".concat(g," already defined in the schema. It cannot be redefined."),T)):D?d.reportError(new b._("There can be only one ".concat(g," type in schema."),[D,T])):p[g]=T}return!1}}},9538:(w,B,o)=>{"use strict";o.d(B,{P:()=>m});var b=o(8087);function m(d){var u=Object.create(null),p=d.getSchema();return{ScalarTypeDefinition:f,ObjectTypeDefinition:f,InterfaceTypeDefinition:f,UnionTypeDefinition:f,EnumTypeDefinition:f,InputObjectTypeDefinition:f};function f(c){var y=c.name.value;if(p!=null&&p.getType(y)){d.reportError(new b._('Type "'.concat(y,'" already exists in the schema. It cannot also be defined in this type definition.'),c.name));return}return u[y]?d.reportError(new b._('There can be only one type named "'.concat(y,'".'),[u[y],c.name])):u[y]=c.name,!1}}},1564:(w,B,o)=>{"use strict";o.d(B,{H:()=>m});var b=o(8087);function m(d){var u=Object.create(null);return{OperationDefinition:function(){u=Object.create(null)},VariableDefinition:function(f){var c=f.variable.name.value;u[c]?d.reportError(new b._('There can be only one variable named "$'.concat(c,'".'),[u[c],f.variable.name])):u[c]=f.variable.name}}}},9831:(w,B,o)=>{"use strict";o.d(B,{j:()=>k});var b=o(4913),m=o(3498),d=o(5821),u=o(3177),p=o(3294),f=o(8087),c=o(9011),y=o(398);function k(A){return{ListValue:function(g){var D=(0,y.tf)(A.getParentInputType());if(!(0,y.HG)(D))return _(A,g),!1},ObjectValue:function(g){var D=(0,y.xC)(A.getInputType());if(!(0,y.hL)(D))return _(A,g),!1;for(var C=(0,m.Z)(g.fields,function(F){return F.name.value}),O=0,N=(0,b.Z)(D.getFields());O<N.length;O++){var P=N[O],R=C[P.name];if(!R&&(0,y.Wd)(P)){var M=(0,d.Z)(P.type);A.reportError(new f._('Field "'.concat(D.name,".").concat(P.name,'" of required type "').concat(M,'" was not provided.'),g))}}},ObjectField:function(g){var D=(0,y.xC)(A.getParentInputType()),C=A.getInputType();if(!C&&(0,y.hL)(D)){var O=(0,p.Z)(g.name.value,Object.keys(D.getFields()));A.reportError(new f._('Field "'.concat(g.name.value,'" is not defined by type "').concat(D.name,'".')+(0,u.Z)(O),g))}},NullValue:function(g){var D=A.getInputType();(0,y.zM)(D)&&A.reportError(new f._('Expected value of type "'.concat((0,d.Z)(D),'", found ').concat((0,c.S)(g),"."),g))},EnumValue:function(g){return _(A,g)},IntValue:function(g){return _(A,g)},FloatValue:function(g){return _(A,g)},StringValue:function(g){return _(A,g)},BooleanValue:function(g){return _(A,g)}}}function _(A,T){var g=A.getInputType();if(g){var D=(0,y.xC)(g);if(!(0,y.UT)(D)){var C=(0,d.Z)(g);A.reportError(new f._('Expected value of type "'.concat(C,'", found ').concat((0,c.S)(T),"."),T));return}try{var O=D.parseLiteral(T,void 0);if(O===void 0){var N=(0,d.Z)(g);A.reportError(new f._('Expected value of type "'.concat(N,'", found ').concat((0,c.S)(T),"."),T))}}catch(R){var P=(0,d.Z)(g);R instanceof f._?A.reportError(R):A.reportError(new f._('Expected value of type "'.concat(P,'", found ').concat((0,c.S)(T),"; ")+R.message,T,void 0,void 0,void 0,R))}}}},5972:(w,B,o)=>{"use strict";o.d(B,{I:()=>p});var b=o(8087),m=o(9011),d=o(398),u=o(77);function p(f){return{VariableDefinition:function(y){var k=(0,u._)(f.getSchema(),y.type);if(k&&!(0,d.j$)(k)){var _=y.variable.name.value,A=(0,m.S)(y.type);f.reportError(new b._('Variable "$'.concat(_,'" cannot be non-input type "').concat(A,'".'),y.type))}}}}},9701:(w,B,o)=>{"use strict";o.d(B,{w:()=>c});var b=o(5821),m=o(8087),d=o(7359),u=o(398),p=o(77),f=o(316);function c(k){var _=Object.create(null);return{OperationDefinition:{enter:function(){_=Object.create(null)},leave:function(T){for(var g=k.getRecursiveVariableUsages(T),D=0;D<g.length;D++){var C=g[D],O=C.node,N=C.type,P=C.defaultValue,R=O.name.value,M=_[R];if(M&&N){var F=k.getSchema(),W=(0,p._)(F,M.type);if(W&&!y(F,W,M.defaultValue,N,P)){var ne=(0,b.Z)(W),v=(0,b.Z)(N);k.reportError(new m._('Variable "$'.concat(R,'" of type "').concat(ne,'" used in position expecting type "').concat(v,'".'),[M,O]))}}}}},VariableDefinition:function(T){_[T.variable.name.value]=T}}}function y(k,_,A,T,g){if((0,u.zM)(T)&&!(0,u.zM)(_)){var D=A!=null&&A.kind!==d.h.NULL,C=g!==void 0;if(!D&&!C)return!1;var O=T.ofType;return(0,f.uJ)(k,_,O)}return(0,f.uJ)(k,_,T)}},5394:(w,B,o)=>{"use strict";o.d(B,{r:()=>u});var b=o(9551),m=o(8087),d=o(398);function u(p){return{Field:function(c){var y=p.getFieldDef(),k=y==null?void 0:y.deprecationReason;if(y&&k!=null){var _=p.getParentType();_!=null||(0,b.Z)(0),p.reportError(new m._("The field ".concat(_.name,".").concat(y.name," is deprecated. ").concat(k),c))}},Argument:function(c){var y=p.getArgument(),k=y==null?void 0:y.deprecationReason;if(y&&k!=null){var _=p.getDirective();if(_!=null)p.reportError(new m._('Directive "@'.concat(_.name,'" argument "').concat(y.name,'" is deprecated. ').concat(k),c));else{var A=p.getParentType(),T=p.getFieldDef();A!=null&&T!=null||(0,b.Z)(0),p.reportError(new m._('Field "'.concat(A.name,".").concat(T.name,'" argument "').concat(y.name,'" is deprecated. ').concat(k),c))}}},ObjectField:function(c){var y=(0,d.xC)(p.getParentInputType());if((0,d.hL)(y)){var k=y.getFields()[c.name.value],_=k==null?void 0:k.deprecationReason;_!=null&&p.reportError(new m._("The input field ".concat(y.name,".").concat(k.name," is deprecated. ").concat(_),c))}},EnumValue:function(c){var y=p.getEnumValue(),k=y==null?void 0:y.deprecationReason;if(y&&k!=null){var _=(0,d.xC)(p.getInputType());_!=null||(0,b.Z)(0),p.reportError(new m._('The enum value "'.concat(_.name,".").concat(y.name,'" is deprecated. ').concat(k),c))}}}}},4196:(w,B,o)=>{"use strict";o.d(B,{M:()=>be,i:()=>ce});var b=o(9092),m=o(2621),d=o(7898),u=o(423),p=o(5580),f=o(7143),c=o(5972),y=o(1954),k=o(8741),_=o(5591),A=o(5311),T=o(1294),g=o(3259),D=o(1422),C=o(1564),O=o(4790),N=o(2283),P=o(4873),R=o(6300),M=o(7815),F=o(2266),W=o(9831),ne=o(1967),v=o(9701),L=o(4203),j=o(2767),U=o(2877),J=o(7990),ae=o(9538),q=o(3201),te=o(2618),ie=o(3274),de=o(4800),ce=Object.freeze([b.i,m.H,d.F,u.Z,p.I,f.T,c.I,y.O,k.A,_.N,A.a,T.J,g.a,D.H,C.H,O.$,N.p,P.J,R.k,M.e,F.L,W.j,ne.s,v.w,L.y,j.P]),be=Object.freeze([U.t,J.q,ae.P,q.L,te.y,ie.o,p.I,P.J,R.k,de.g,M.o,F.L,j.P,ne.c])},6584:(w,B,o)=>{"use strict";o.d(B,{ED:()=>A,Gu:()=>y,zo:()=>_});var b=o(7826),m=o(8087),d=o(7304),u=o(9655),p=o(2676),f=o(4196),c=o(2734);function y(T,g){var D=arguments.length>2&&arguments[2]!==void 0?arguments[2]:f.i,C=arguments.length>3&&arguments[3]!==void 0?arguments[3]:new p.a(T),O=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{maxErrors:void 0};g||(0,b.Z)(0,"Must provide document."),(0,u.J)(T);var N=Object.freeze({}),P=[],R=new c._t(T,g,C,function(F){if(O.maxErrors!=null&&P.length>=O.maxErrors)throw P.push(new m._("Too many validation errors, error limit reached. Validation aborted.")),N;P.push(F)}),M=(0,d.j1)(D.map(function(F){return F(R)}));try{(0,d.Vn)(g,(0,p.y)(C,M))}catch(F){if(F!==N)throw F}return P}function k(T,g){var D=arguments.length>2&&arguments[2]!==void 0?arguments[2]:f.M,C=[],O=new c.yv(T,g,function(P){C.push(P)}),N=D.map(function(P){return P(O)});return(0,d.Vn)(T,(0,d.j1)(N)),C}function _(T){var g=k(T);if(g.length!==0)throw new Error(g.map(function(D){return D.message}).join(`
2202
+
2203
+ `))}function A(T,g){var D=k(T,g);if(D.length!==0)throw new Error(D.map(function(C){return C.message}).join(`
2204
+
2205
+ `))}},5485:w=>{"use strict";w.exports=JSON.parse('{"Aacute":"\xC1","aacute":"\xE1","Abreve":"\u0102","abreve":"\u0103","ac":"\u223E","acd":"\u223F","acE":"\u223E\u0333","Acirc":"\xC2","acirc":"\xE2","acute":"\xB4","Acy":"\u0410","acy":"\u0430","AElig":"\xC6","aelig":"\xE6","af":"\u2061","Afr":"\u{1D504}","afr":"\u{1D51E}","Agrave":"\xC0","agrave":"\xE0","alefsym":"\u2135","aleph":"\u2135","Alpha":"\u0391","alpha":"\u03B1","Amacr":"\u0100","amacr":"\u0101","amalg":"\u2A3F","amp":"&","AMP":"&","andand":"\u2A55","And":"\u2A53","and":"\u2227","andd":"\u2A5C","andslope":"\u2A58","andv":"\u2A5A","ang":"\u2220","ange":"\u29A4","angle":"\u2220","angmsdaa":"\u29A8","angmsdab":"\u29A9","angmsdac":"\u29AA","angmsdad":"\u29AB","angmsdae":"\u29AC","angmsdaf":"\u29AD","angmsdag":"\u29AE","angmsdah":"\u29AF","angmsd":"\u2221","angrt":"\u221F","angrtvb":"\u22BE","angrtvbd":"\u299D","angsph":"\u2222","angst":"\xC5","angzarr":"\u237C","Aogon":"\u0104","aogon":"\u0105","Aopf":"\u{1D538}","aopf":"\u{1D552}","apacir":"\u2A6F","ap":"\u2248","apE":"\u2A70","ape":"\u224A","apid":"\u224B","apos":"\'","ApplyFunction":"\u2061","approx":"\u2248","approxeq":"\u224A","Aring":"\xC5","aring":"\xE5","Ascr":"\u{1D49C}","ascr":"\u{1D4B6}","Assign":"\u2254","ast":"*","asymp":"\u2248","asympeq":"\u224D","Atilde":"\xC3","atilde":"\xE3","Auml":"\xC4","auml":"\xE4","awconint":"\u2233","awint":"\u2A11","backcong":"\u224C","backepsilon":"\u03F6","backprime":"\u2035","backsim":"\u223D","backsimeq":"\u22CD","Backslash":"\u2216","Barv":"\u2AE7","barvee":"\u22BD","barwed":"\u2305","Barwed":"\u2306","barwedge":"\u2305","bbrk":"\u23B5","bbrktbrk":"\u23B6","bcong":"\u224C","Bcy":"\u0411","bcy":"\u0431","bdquo":"\u201E","becaus":"\u2235","because":"\u2235","Because":"\u2235","bemptyv":"\u29B0","bepsi":"\u03F6","bernou":"\u212C","Bernoullis":"\u212C","Beta":"\u0392","beta":"\u03B2","beth":"\u2136","between":"\u226C","Bfr":"\u{1D505}","bfr":"\u{1D51F}","bigcap":"\u22C2","bigcirc":"\u25EF","bigcup":"\u22C3","bigodot":"\u2A00","bigoplus":"\u2A01","bigotimes":"\u2A02","bigsqcup":"\u2A06","bigstar":"\u2605","bigtriangledown":"\u25BD","bigtriangleup":"\u25B3","biguplus":"\u2A04","bigvee":"\u22C1","bigwedge":"\u22C0","bkarow":"\u290D","blacklozenge":"\u29EB","blacksquare":"\u25AA","blacktriangle":"\u25B4","blacktriangledown":"\u25BE","blacktriangleleft":"\u25C2","blacktriangleright":"\u25B8","blank":"\u2423","blk12":"\u2592","blk14":"\u2591","blk34":"\u2593","block":"\u2588","bne":"=\u20E5","bnequiv":"\u2261\u20E5","bNot":"\u2AED","bnot":"\u2310","Bopf":"\u{1D539}","bopf":"\u{1D553}","bot":"\u22A5","bottom":"\u22A5","bowtie":"\u22C8","boxbox":"\u29C9","boxdl":"\u2510","boxdL":"\u2555","boxDl":"\u2556","boxDL":"\u2557","boxdr":"\u250C","boxdR":"\u2552","boxDr":"\u2553","boxDR":"\u2554","boxh":"\u2500","boxH":"\u2550","boxhd":"\u252C","boxHd":"\u2564","boxhD":"\u2565","boxHD":"\u2566","boxhu":"\u2534","boxHu":"\u2567","boxhU":"\u2568","boxHU":"\u2569","boxminus":"\u229F","boxplus":"\u229E","boxtimes":"\u22A0","boxul":"\u2518","boxuL":"\u255B","boxUl":"\u255C","boxUL":"\u255D","boxur":"\u2514","boxuR":"\u2558","boxUr":"\u2559","boxUR":"\u255A","boxv":"\u2502","boxV":"\u2551","boxvh":"\u253C","boxvH":"\u256A","boxVh":"\u256B","boxVH":"\u256C","boxvl":"\u2524","boxvL":"\u2561","boxVl":"\u2562","boxVL":"\u2563","boxvr":"\u251C","boxvR":"\u255E","boxVr":"\u255F","boxVR":"\u2560","bprime":"\u2035","breve":"\u02D8","Breve":"\u02D8","brvbar":"\xA6","bscr":"\u{1D4B7}","Bscr":"\u212C","bsemi":"\u204F","bsim":"\u223D","bsime":"\u22CD","bsolb":"\u29C5","bsol":"\\\\","bsolhsub":"\u27C8","bull":"\u2022","bullet":"\u2022","bump":"\u224E","bumpE":"\u2AAE","bumpe":"\u224F","Bumpeq":"\u224E","bumpeq":"\u224F","Cacute":"\u0106","cacute":"\u0107","capand":"\u2A44","capbrcup":"\u2A49","capcap":"\u2A4B","cap":"\u2229","Cap":"\u22D2","capcup":"\u2A47","capdot":"\u2A40","CapitalDifferentialD":"\u2145","caps":"\u2229\uFE00","caret":"\u2041","caron":"\u02C7","Cayleys":"\u212D","ccaps":"\u2A4D","Ccaron":"\u010C","ccaron":"\u010D","Ccedil":"\xC7","ccedil":"\xE7","Ccirc":"\u0108","ccirc":"\u0109","Cconint":"\u2230","ccups":"\u2A4C","ccupssm":"\u2A50","Cdot":"\u010A","cdot":"\u010B","cedil":"\xB8","Cedilla":"\xB8","cemptyv":"\u29B2","cent":"\xA2","centerdot":"\xB7","CenterDot":"\xB7","cfr":"\u{1D520}","Cfr":"\u212D","CHcy":"\u0427","chcy":"\u0447","check":"\u2713","checkmark":"\u2713","Chi":"\u03A7","chi":"\u03C7","circ":"\u02C6","circeq":"\u2257","circlearrowleft":"\u21BA","circlearrowright":"\u21BB","circledast":"\u229B","circledcirc":"\u229A","circleddash":"\u229D","CircleDot":"\u2299","circledR":"\xAE","circledS":"\u24C8","CircleMinus":"\u2296","CirclePlus":"\u2295","CircleTimes":"\u2297","cir":"\u25CB","cirE":"\u29C3","cire":"\u2257","cirfnint":"\u2A10","cirmid":"\u2AEF","cirscir":"\u29C2","ClockwiseContourIntegral":"\u2232","CloseCurlyDoubleQuote":"\u201D","CloseCurlyQuote":"\u2019","clubs":"\u2663","clubsuit":"\u2663","colon":":","Colon":"\u2237","Colone":"\u2A74","colone":"\u2254","coloneq":"\u2254","comma":",","commat":"@","comp":"\u2201","compfn":"\u2218","complement":"\u2201","complexes":"\u2102","cong":"\u2245","congdot":"\u2A6D","Congruent":"\u2261","conint":"\u222E","Conint":"\u222F","ContourIntegral":"\u222E","copf":"\u{1D554}","Copf":"\u2102","coprod":"\u2210","Coproduct":"\u2210","copy":"\xA9","COPY":"\xA9","copysr":"\u2117","CounterClockwiseContourIntegral":"\u2233","crarr":"\u21B5","cross":"\u2717","Cross":"\u2A2F","Cscr":"\u{1D49E}","cscr":"\u{1D4B8}","csub":"\u2ACF","csube":"\u2AD1","csup":"\u2AD0","csupe":"\u2AD2","ctdot":"\u22EF","cudarrl":"\u2938","cudarrr":"\u2935","cuepr":"\u22DE","cuesc":"\u22DF","cularr":"\u21B6","cularrp":"\u293D","cupbrcap":"\u2A48","cupcap":"\u2A46","CupCap":"\u224D","cup":"\u222A","Cup":"\u22D3","cupcup":"\u2A4A","cupdot":"\u228D","cupor":"\u2A45","cups":"\u222A\uFE00","curarr":"\u21B7","curarrm":"\u293C","curlyeqprec":"\u22DE","curlyeqsucc":"\u22DF","curlyvee":"\u22CE","curlywedge":"\u22CF","curren":"\xA4","curvearrowleft":"\u21B6","curvearrowright":"\u21B7","cuvee":"\u22CE","cuwed":"\u22CF","cwconint":"\u2232","cwint":"\u2231","cylcty":"\u232D","dagger":"\u2020","Dagger":"\u2021","daleth":"\u2138","darr":"\u2193","Darr":"\u21A1","dArr":"\u21D3","dash":"\u2010","Dashv":"\u2AE4","dashv":"\u22A3","dbkarow":"\u290F","dblac":"\u02DD","Dcaron":"\u010E","dcaron":"\u010F","Dcy":"\u0414","dcy":"\u0434","ddagger":"\u2021","ddarr":"\u21CA","DD":"\u2145","dd":"\u2146","DDotrahd":"\u2911","ddotseq":"\u2A77","deg":"\xB0","Del":"\u2207","Delta":"\u0394","delta":"\u03B4","demptyv":"\u29B1","dfisht":"\u297F","Dfr":"\u{1D507}","dfr":"\u{1D521}","dHar":"\u2965","dharl":"\u21C3","dharr":"\u21C2","DiacriticalAcute":"\xB4","DiacriticalDot":"\u02D9","DiacriticalDoubleAcute":"\u02DD","DiacriticalGrave":"`","DiacriticalTilde":"\u02DC","diam":"\u22C4","diamond":"\u22C4","Diamond":"\u22C4","diamondsuit":"\u2666","diams":"\u2666","die":"\xA8","DifferentialD":"\u2146","digamma":"\u03DD","disin":"\u22F2","div":"\xF7","divide":"\xF7","divideontimes":"\u22C7","divonx":"\u22C7","DJcy":"\u0402","djcy":"\u0452","dlcorn":"\u231E","dlcrop":"\u230D","dollar":"$","Dopf":"\u{1D53B}","dopf":"\u{1D555}","Dot":"\xA8","dot":"\u02D9","DotDot":"\u20DC","doteq":"\u2250","doteqdot":"\u2251","DotEqual":"\u2250","dotminus":"\u2238","dotplus":"\u2214","dotsquare":"\u22A1","doublebarwedge":"\u2306","DoubleContourIntegral":"\u222F","DoubleDot":"\xA8","DoubleDownArrow":"\u21D3","DoubleLeftArrow":"\u21D0","DoubleLeftRightArrow":"\u21D4","DoubleLeftTee":"\u2AE4","DoubleLongLeftArrow":"\u27F8","DoubleLongLeftRightArrow":"\u27FA","DoubleLongRightArrow":"\u27F9","DoubleRightArrow":"\u21D2","DoubleRightTee":"\u22A8","DoubleUpArrow":"\u21D1","DoubleUpDownArrow":"\u21D5","DoubleVerticalBar":"\u2225","DownArrowBar":"\u2913","downarrow":"\u2193","DownArrow":"\u2193","Downarrow":"\u21D3","DownArrowUpArrow":"\u21F5","DownBreve":"\u0311","downdownarrows":"\u21CA","downharpoonleft":"\u21C3","downharpoonright":"\u21C2","DownLeftRightVector":"\u2950","DownLeftTeeVector":"\u295E","DownLeftVectorBar":"\u2956","DownLeftVector":"\u21BD","DownRightTeeVector":"\u295F","DownRightVectorBar":"\u2957","DownRightVector":"\u21C1","DownTeeArrow":"\u21A7","DownTee":"\u22A4","drbkarow":"\u2910","drcorn":"\u231F","drcrop":"\u230C","Dscr":"\u{1D49F}","dscr":"\u{1D4B9}","DScy":"\u0405","dscy":"\u0455","dsol":"\u29F6","Dstrok":"\u0110","dstrok":"\u0111","dtdot":"\u22F1","dtri":"\u25BF","dtrif":"\u25BE","duarr":"\u21F5","duhar":"\u296F","dwangle":"\u29A6","DZcy":"\u040F","dzcy":"\u045F","dzigrarr":"\u27FF","Eacute":"\xC9","eacute":"\xE9","easter":"\u2A6E","Ecaron":"\u011A","ecaron":"\u011B","Ecirc":"\xCA","ecirc":"\xEA","ecir":"\u2256","ecolon":"\u2255","Ecy":"\u042D","ecy":"\u044D","eDDot":"\u2A77","Edot":"\u0116","edot":"\u0117","eDot":"\u2251","ee":"\u2147","efDot":"\u2252","Efr":"\u{1D508}","efr":"\u{1D522}","eg":"\u2A9A","Egrave":"\xC8","egrave":"\xE8","egs":"\u2A96","egsdot":"\u2A98","el":"\u2A99","Element":"\u2208","elinters":"\u23E7","ell":"\u2113","els":"\u2A95","elsdot":"\u2A97","Emacr":"\u0112","emacr":"\u0113","empty":"\u2205","emptyset":"\u2205","EmptySmallSquare":"\u25FB","emptyv":"\u2205","EmptyVerySmallSquare":"\u25AB","emsp13":"\u2004","emsp14":"\u2005","emsp":"\u2003","ENG":"\u014A","eng":"\u014B","ensp":"\u2002","Eogon":"\u0118","eogon":"\u0119","Eopf":"\u{1D53C}","eopf":"\u{1D556}","epar":"\u22D5","eparsl":"\u29E3","eplus":"\u2A71","epsi":"\u03B5","Epsilon":"\u0395","epsilon":"\u03B5","epsiv":"\u03F5","eqcirc":"\u2256","eqcolon":"\u2255","eqsim":"\u2242","eqslantgtr":"\u2A96","eqslantless":"\u2A95","Equal":"\u2A75","equals":"=","EqualTilde":"\u2242","equest":"\u225F","Equilibrium":"\u21CC","equiv":"\u2261","equivDD":"\u2A78","eqvparsl":"\u29E5","erarr":"\u2971","erDot":"\u2253","escr":"\u212F","Escr":"\u2130","esdot":"\u2250","Esim":"\u2A73","esim":"\u2242","Eta":"\u0397","eta":"\u03B7","ETH":"\xD0","eth":"\xF0","Euml":"\xCB","euml":"\xEB","euro":"\u20AC","excl":"!","exist":"\u2203","Exists":"\u2203","expectation":"\u2130","exponentiale":"\u2147","ExponentialE":"\u2147","fallingdotseq":"\u2252","Fcy":"\u0424","fcy":"\u0444","female":"\u2640","ffilig":"\uFB03","fflig":"\uFB00","ffllig":"\uFB04","Ffr":"\u{1D509}","ffr":"\u{1D523}","filig":"\uFB01","FilledSmallSquare":"\u25FC","FilledVerySmallSquare":"\u25AA","fjlig":"fj","flat":"\u266D","fllig":"\uFB02","fltns":"\u25B1","fnof":"\u0192","Fopf":"\u{1D53D}","fopf":"\u{1D557}","forall":"\u2200","ForAll":"\u2200","fork":"\u22D4","forkv":"\u2AD9","Fouriertrf":"\u2131","fpartint":"\u2A0D","frac12":"\xBD","frac13":"\u2153","frac14":"\xBC","frac15":"\u2155","frac16":"\u2159","frac18":"\u215B","frac23":"\u2154","frac25":"\u2156","frac34":"\xBE","frac35":"\u2157","frac38":"\u215C","frac45":"\u2158","frac56":"\u215A","frac58":"\u215D","frac78":"\u215E","frasl":"\u2044","frown":"\u2322","fscr":"\u{1D4BB}","Fscr":"\u2131","gacute":"\u01F5","Gamma":"\u0393","gamma":"\u03B3","Gammad":"\u03DC","gammad":"\u03DD","gap":"\u2A86","Gbreve":"\u011E","gbreve":"\u011F","Gcedil":"\u0122","Gcirc":"\u011C","gcirc":"\u011D","Gcy":"\u0413","gcy":"\u0433","Gdot":"\u0120","gdot":"\u0121","ge":"\u2265","gE":"\u2267","gEl":"\u2A8C","gel":"\u22DB","geq":"\u2265","geqq":"\u2267","geqslant":"\u2A7E","gescc":"\u2AA9","ges":"\u2A7E","gesdot":"\u2A80","gesdoto":"\u2A82","gesdotol":"\u2A84","gesl":"\u22DB\uFE00","gesles":"\u2A94","Gfr":"\u{1D50A}","gfr":"\u{1D524}","gg":"\u226B","Gg":"\u22D9","ggg":"\u22D9","gimel":"\u2137","GJcy":"\u0403","gjcy":"\u0453","gla":"\u2AA5","gl":"\u2277","glE":"\u2A92","glj":"\u2AA4","gnap":"\u2A8A","gnapprox":"\u2A8A","gne":"\u2A88","gnE":"\u2269","gneq":"\u2A88","gneqq":"\u2269","gnsim":"\u22E7","Gopf":"\u{1D53E}","gopf":"\u{1D558}","grave":"`","GreaterEqual":"\u2265","GreaterEqualLess":"\u22DB","GreaterFullEqual":"\u2267","GreaterGreater":"\u2AA2","GreaterLess":"\u2277","GreaterSlantEqual":"\u2A7E","GreaterTilde":"\u2273","Gscr":"\u{1D4A2}","gscr":"\u210A","gsim":"\u2273","gsime":"\u2A8E","gsiml":"\u2A90","gtcc":"\u2AA7","gtcir":"\u2A7A","gt":">","GT":">","Gt":"\u226B","gtdot":"\u22D7","gtlPar":"\u2995","gtquest":"\u2A7C","gtrapprox":"\u2A86","gtrarr":"\u2978","gtrdot":"\u22D7","gtreqless":"\u22DB","gtreqqless":"\u2A8C","gtrless":"\u2277","gtrsim":"\u2273","gvertneqq":"\u2269\uFE00","gvnE":"\u2269\uFE00","Hacek":"\u02C7","hairsp":"\u200A","half":"\xBD","hamilt":"\u210B","HARDcy":"\u042A","hardcy":"\u044A","harrcir":"\u2948","harr":"\u2194","hArr":"\u21D4","harrw":"\u21AD","Hat":"^","hbar":"\u210F","Hcirc":"\u0124","hcirc":"\u0125","hearts":"\u2665","heartsuit":"\u2665","hellip":"\u2026","hercon":"\u22B9","hfr":"\u{1D525}","Hfr":"\u210C","HilbertSpace":"\u210B","hksearow":"\u2925","hkswarow":"\u2926","hoarr":"\u21FF","homtht":"\u223B","hookleftarrow":"\u21A9","hookrightarrow":"\u21AA","hopf":"\u{1D559}","Hopf":"\u210D","horbar":"\u2015","HorizontalLine":"\u2500","hscr":"\u{1D4BD}","Hscr":"\u210B","hslash":"\u210F","Hstrok":"\u0126","hstrok":"\u0127","HumpDownHump":"\u224E","HumpEqual":"\u224F","hybull":"\u2043","hyphen":"\u2010","Iacute":"\xCD","iacute":"\xED","ic":"\u2063","Icirc":"\xCE","icirc":"\xEE","Icy":"\u0418","icy":"\u0438","Idot":"\u0130","IEcy":"\u0415","iecy":"\u0435","iexcl":"\xA1","iff":"\u21D4","ifr":"\u{1D526}","Ifr":"\u2111","Igrave":"\xCC","igrave":"\xEC","ii":"\u2148","iiiint":"\u2A0C","iiint":"\u222D","iinfin":"\u29DC","iiota":"\u2129","IJlig":"\u0132","ijlig":"\u0133","Imacr":"\u012A","imacr":"\u012B","image":"\u2111","ImaginaryI":"\u2148","imagline":"\u2110","imagpart":"\u2111","imath":"\u0131","Im":"\u2111","imof":"\u22B7","imped":"\u01B5","Implies":"\u21D2","incare":"\u2105","in":"\u2208","infin":"\u221E","infintie":"\u29DD","inodot":"\u0131","intcal":"\u22BA","int":"\u222B","Int":"\u222C","integers":"\u2124","Integral":"\u222B","intercal":"\u22BA","Intersection":"\u22C2","intlarhk":"\u2A17","intprod":"\u2A3C","InvisibleComma":"\u2063","InvisibleTimes":"\u2062","IOcy":"\u0401","iocy":"\u0451","Iogon":"\u012E","iogon":"\u012F","Iopf":"\u{1D540}","iopf":"\u{1D55A}","Iota":"\u0399","iota":"\u03B9","iprod":"\u2A3C","iquest":"\xBF","iscr":"\u{1D4BE}","Iscr":"\u2110","isin":"\u2208","isindot":"\u22F5","isinE":"\u22F9","isins":"\u22F4","isinsv":"\u22F3","isinv":"\u2208","it":"\u2062","Itilde":"\u0128","itilde":"\u0129","Iukcy":"\u0406","iukcy":"\u0456","Iuml":"\xCF","iuml":"\xEF","Jcirc":"\u0134","jcirc":"\u0135","Jcy":"\u0419","jcy":"\u0439","Jfr":"\u{1D50D}","jfr":"\u{1D527}","jmath":"\u0237","Jopf":"\u{1D541}","jopf":"\u{1D55B}","Jscr":"\u{1D4A5}","jscr":"\u{1D4BF}","Jsercy":"\u0408","jsercy":"\u0458","Jukcy":"\u0404","jukcy":"\u0454","Kappa":"\u039A","kappa":"\u03BA","kappav":"\u03F0","Kcedil":"\u0136","kcedil":"\u0137","Kcy":"\u041A","kcy":"\u043A","Kfr":"\u{1D50E}","kfr":"\u{1D528}","kgreen":"\u0138","KHcy":"\u0425","khcy":"\u0445","KJcy":"\u040C","kjcy":"\u045C","Kopf":"\u{1D542}","kopf":"\u{1D55C}","Kscr":"\u{1D4A6}","kscr":"\u{1D4C0}","lAarr":"\u21DA","Lacute":"\u0139","lacute":"\u013A","laemptyv":"\u29B4","lagran":"\u2112","Lambda":"\u039B","lambda":"\u03BB","lang":"\u27E8","Lang":"\u27EA","langd":"\u2991","langle":"\u27E8","lap":"\u2A85","Laplacetrf":"\u2112","laquo":"\xAB","larrb":"\u21E4","larrbfs":"\u291F","larr":"\u2190","Larr":"\u219E","lArr":"\u21D0","larrfs":"\u291D","larrhk":"\u21A9","larrlp":"\u21AB","larrpl":"\u2939","larrsim":"\u2973","larrtl":"\u21A2","latail":"\u2919","lAtail":"\u291B","lat":"\u2AAB","late":"\u2AAD","lates":"\u2AAD\uFE00","lbarr":"\u290C","lBarr":"\u290E","lbbrk":"\u2772","lbrace":"{","lbrack":"[","lbrke":"\u298B","lbrksld":"\u298F","lbrkslu":"\u298D","Lcaron":"\u013D","lcaron":"\u013E","Lcedil":"\u013B","lcedil":"\u013C","lceil":"\u2308","lcub":"{","Lcy":"\u041B","lcy":"\u043B","ldca":"\u2936","ldquo":"\u201C","ldquor":"\u201E","ldrdhar":"\u2967","ldrushar":"\u294B","ldsh":"\u21B2","le":"\u2264","lE":"\u2266","LeftAngleBracket":"\u27E8","LeftArrowBar":"\u21E4","leftarrow":"\u2190","LeftArrow":"\u2190","Leftarrow":"\u21D0","LeftArrowRightArrow":"\u21C6","leftarrowtail":"\u21A2","LeftCeiling":"\u2308","LeftDoubleBracket":"\u27E6","LeftDownTeeVector":"\u2961","LeftDownVectorBar":"\u2959","LeftDownVector":"\u21C3","LeftFloor":"\u230A","leftharpoondown":"\u21BD","leftharpoonup":"\u21BC","leftleftarrows":"\u21C7","leftrightarrow":"\u2194","LeftRightArrow":"\u2194","Leftrightarrow":"\u21D4","leftrightarrows":"\u21C6","leftrightharpoons":"\u21CB","leftrightsquigarrow":"\u21AD","LeftRightVector":"\u294E","LeftTeeArrow":"\u21A4","LeftTee":"\u22A3","LeftTeeVector":"\u295A","leftthreetimes":"\u22CB","LeftTriangleBar":"\u29CF","LeftTriangle":"\u22B2","LeftTriangleEqual":"\u22B4","LeftUpDownVector":"\u2951","LeftUpTeeVector":"\u2960","LeftUpVectorBar":"\u2958","LeftUpVector":"\u21BF","LeftVectorBar":"\u2952","LeftVector":"\u21BC","lEg":"\u2A8B","leg":"\u22DA","leq":"\u2264","leqq":"\u2266","leqslant":"\u2A7D","lescc":"\u2AA8","les":"\u2A7D","lesdot":"\u2A7F","lesdoto":"\u2A81","lesdotor":"\u2A83","lesg":"\u22DA\uFE00","lesges":"\u2A93","lessapprox":"\u2A85","lessdot":"\u22D6","lesseqgtr":"\u22DA","lesseqqgtr":"\u2A8B","LessEqualGreater":"\u22DA","LessFullEqual":"\u2266","LessGreater":"\u2276","lessgtr":"\u2276","LessLess":"\u2AA1","lesssim":"\u2272","LessSlantEqual":"\u2A7D","LessTilde":"\u2272","lfisht":"\u297C","lfloor":"\u230A","Lfr":"\u{1D50F}","lfr":"\u{1D529}","lg":"\u2276","lgE":"\u2A91","lHar":"\u2962","lhard":"\u21BD","lharu":"\u21BC","lharul":"\u296A","lhblk":"\u2584","LJcy":"\u0409","ljcy":"\u0459","llarr":"\u21C7","ll":"\u226A","Ll":"\u22D8","llcorner":"\u231E","Lleftarrow":"\u21DA","llhard":"\u296B","lltri":"\u25FA","Lmidot":"\u013F","lmidot":"\u0140","lmoustache":"\u23B0","lmoust":"\u23B0","lnap":"\u2A89","lnapprox":"\u2A89","lne":"\u2A87","lnE":"\u2268","lneq":"\u2A87","lneqq":"\u2268","lnsim":"\u22E6","loang":"\u27EC","loarr":"\u21FD","lobrk":"\u27E6","longleftarrow":"\u27F5","LongLeftArrow":"\u27F5","Longleftarrow":"\u27F8","longleftrightarrow":"\u27F7","LongLeftRightArrow":"\u27F7","Longleftrightarrow":"\u27FA","longmapsto":"\u27FC","longrightarrow":"\u27F6","LongRightArrow":"\u27F6","Longrightarrow":"\u27F9","looparrowleft":"\u21AB","looparrowright":"\u21AC","lopar":"\u2985","Lopf":"\u{1D543}","lopf":"\u{1D55D}","loplus":"\u2A2D","lotimes":"\u2A34","lowast":"\u2217","lowbar":"_","LowerLeftArrow":"\u2199","LowerRightArrow":"\u2198","loz":"\u25CA","lozenge":"\u25CA","lozf":"\u29EB","lpar":"(","lparlt":"\u2993","lrarr":"\u21C6","lrcorner":"\u231F","lrhar":"\u21CB","lrhard":"\u296D","lrm":"\u200E","lrtri":"\u22BF","lsaquo":"\u2039","lscr":"\u{1D4C1}","Lscr":"\u2112","lsh":"\u21B0","Lsh":"\u21B0","lsim":"\u2272","lsime":"\u2A8D","lsimg":"\u2A8F","lsqb":"[","lsquo":"\u2018","lsquor":"\u201A","Lstrok":"\u0141","lstrok":"\u0142","ltcc":"\u2AA6","ltcir":"\u2A79","lt":"<","LT":"<","Lt":"\u226A","ltdot":"\u22D6","lthree":"\u22CB","ltimes":"\u22C9","ltlarr":"\u2976","ltquest":"\u2A7B","ltri":"\u25C3","ltrie":"\u22B4","ltrif":"\u25C2","ltrPar":"\u2996","lurdshar":"\u294A","luruhar":"\u2966","lvertneqq":"\u2268\uFE00","lvnE":"\u2268\uFE00","macr":"\xAF","male":"\u2642","malt":"\u2720","maltese":"\u2720","Map":"\u2905","map":"\u21A6","mapsto":"\u21A6","mapstodown":"\u21A7","mapstoleft":"\u21A4","mapstoup":"\u21A5","marker":"\u25AE","mcomma":"\u2A29","Mcy":"\u041C","mcy":"\u043C","mdash":"\u2014","mDDot":"\u223A","measuredangle":"\u2221","MediumSpace":"\u205F","Mellintrf":"\u2133","Mfr":"\u{1D510}","mfr":"\u{1D52A}","mho":"\u2127","micro":"\xB5","midast":"*","midcir":"\u2AF0","mid":"\u2223","middot":"\xB7","minusb":"\u229F","minus":"\u2212","minusd":"\u2238","minusdu":"\u2A2A","MinusPlus":"\u2213","mlcp":"\u2ADB","mldr":"\u2026","mnplus":"\u2213","models":"\u22A7","Mopf":"\u{1D544}","mopf":"\u{1D55E}","mp":"\u2213","mscr":"\u{1D4C2}","Mscr":"\u2133","mstpos":"\u223E","Mu":"\u039C","mu":"\u03BC","multimap":"\u22B8","mumap":"\u22B8","nabla":"\u2207","Nacute":"\u0143","nacute":"\u0144","nang":"\u2220\u20D2","nap":"\u2249","napE":"\u2A70\u0338","napid":"\u224B\u0338","napos":"\u0149","napprox":"\u2249","natural":"\u266E","naturals":"\u2115","natur":"\u266E","nbsp":"\xA0","nbump":"\u224E\u0338","nbumpe":"\u224F\u0338","ncap":"\u2A43","Ncaron":"\u0147","ncaron":"\u0148","Ncedil":"\u0145","ncedil":"\u0146","ncong":"\u2247","ncongdot":"\u2A6D\u0338","ncup":"\u2A42","Ncy":"\u041D","ncy":"\u043D","ndash":"\u2013","nearhk":"\u2924","nearr":"\u2197","neArr":"\u21D7","nearrow":"\u2197","ne":"\u2260","nedot":"\u2250\u0338","NegativeMediumSpace":"\u200B","NegativeThickSpace":"\u200B","NegativeThinSpace":"\u200B","NegativeVeryThinSpace":"\u200B","nequiv":"\u2262","nesear":"\u2928","nesim":"\u2242\u0338","NestedGreaterGreater":"\u226B","NestedLessLess":"\u226A","NewLine":"\\n","nexist":"\u2204","nexists":"\u2204","Nfr":"\u{1D511}","nfr":"\u{1D52B}","ngE":"\u2267\u0338","nge":"\u2271","ngeq":"\u2271","ngeqq":"\u2267\u0338","ngeqslant":"\u2A7E\u0338","nges":"\u2A7E\u0338","nGg":"\u22D9\u0338","ngsim":"\u2275","nGt":"\u226B\u20D2","ngt":"\u226F","ngtr":"\u226F","nGtv":"\u226B\u0338","nharr":"\u21AE","nhArr":"\u21CE","nhpar":"\u2AF2","ni":"\u220B","nis":"\u22FC","nisd":"\u22FA","niv":"\u220B","NJcy":"\u040A","njcy":"\u045A","nlarr":"\u219A","nlArr":"\u21CD","nldr":"\u2025","nlE":"\u2266\u0338","nle":"\u2270","nleftarrow":"\u219A","nLeftarrow":"\u21CD","nleftrightarrow":"\u21AE","nLeftrightarrow":"\u21CE","nleq":"\u2270","nleqq":"\u2266\u0338","nleqslant":"\u2A7D\u0338","nles":"\u2A7D\u0338","nless":"\u226E","nLl":"\u22D8\u0338","nlsim":"\u2274","nLt":"\u226A\u20D2","nlt":"\u226E","nltri":"\u22EA","nltrie":"\u22EC","nLtv":"\u226A\u0338","nmid":"\u2224","NoBreak":"\u2060","NonBreakingSpace":"\xA0","nopf":"\u{1D55F}","Nopf":"\u2115","Not":"\u2AEC","not":"\xAC","NotCongruent":"\u2262","NotCupCap":"\u226D","NotDoubleVerticalBar":"\u2226","NotElement":"\u2209","NotEqual":"\u2260","NotEqualTilde":"\u2242\u0338","NotExists":"\u2204","NotGreater":"\u226F","NotGreaterEqual":"\u2271","NotGreaterFullEqual":"\u2267\u0338","NotGreaterGreater":"\u226B\u0338","NotGreaterLess":"\u2279","NotGreaterSlantEqual":"\u2A7E\u0338","NotGreaterTilde":"\u2275","NotHumpDownHump":"\u224E\u0338","NotHumpEqual":"\u224F\u0338","notin":"\u2209","notindot":"\u22F5\u0338","notinE":"\u22F9\u0338","notinva":"\u2209","notinvb":"\u22F7","notinvc":"\u22F6","NotLeftTriangleBar":"\u29CF\u0338","NotLeftTriangle":"\u22EA","NotLeftTriangleEqual":"\u22EC","NotLess":"\u226E","NotLessEqual":"\u2270","NotLessGreater":"\u2278","NotLessLess":"\u226A\u0338","NotLessSlantEqual":"\u2A7D\u0338","NotLessTilde":"\u2274","NotNestedGreaterGreater":"\u2AA2\u0338","NotNestedLessLess":"\u2AA1\u0338","notni":"\u220C","notniva":"\u220C","notnivb":"\u22FE","notnivc":"\u22FD","NotPrecedes":"\u2280","NotPrecedesEqual":"\u2AAF\u0338","NotPrecedesSlantEqual":"\u22E0","NotReverseElement":"\u220C","NotRightTriangleBar":"\u29D0\u0338","NotRightTriangle":"\u22EB","NotRightTriangleEqual":"\u22ED","NotSquareSubset":"\u228F\u0338","NotSquareSubsetEqual":"\u22E2","NotSquareSuperset":"\u2290\u0338","NotSquareSupersetEqual":"\u22E3","NotSubset":"\u2282\u20D2","NotSubsetEqual":"\u2288","NotSucceeds":"\u2281","NotSucceedsEqual":"\u2AB0\u0338","NotSucceedsSlantEqual":"\u22E1","NotSucceedsTilde":"\u227F\u0338","NotSuperset":"\u2283\u20D2","NotSupersetEqual":"\u2289","NotTilde":"\u2241","NotTildeEqual":"\u2244","NotTildeFullEqual":"\u2247","NotTildeTilde":"\u2249","NotVerticalBar":"\u2224","nparallel":"\u2226","npar":"\u2226","nparsl":"\u2AFD\u20E5","npart":"\u2202\u0338","npolint":"\u2A14","npr":"\u2280","nprcue":"\u22E0","nprec":"\u2280","npreceq":"\u2AAF\u0338","npre":"\u2AAF\u0338","nrarrc":"\u2933\u0338","nrarr":"\u219B","nrArr":"\u21CF","nrarrw":"\u219D\u0338","nrightarrow":"\u219B","nRightarrow":"\u21CF","nrtri":"\u22EB","nrtrie":"\u22ED","nsc":"\u2281","nsccue":"\u22E1","nsce":"\u2AB0\u0338","Nscr":"\u{1D4A9}","nscr":"\u{1D4C3}","nshortmid":"\u2224","nshortparallel":"\u2226","nsim":"\u2241","nsime":"\u2244","nsimeq":"\u2244","nsmid":"\u2224","nspar":"\u2226","nsqsube":"\u22E2","nsqsupe":"\u22E3","nsub":"\u2284","nsubE":"\u2AC5\u0338","nsube":"\u2288","nsubset":"\u2282\u20D2","nsubseteq":"\u2288","nsubseteqq":"\u2AC5\u0338","nsucc":"\u2281","nsucceq":"\u2AB0\u0338","nsup":"\u2285","nsupE":"\u2AC6\u0338","nsupe":"\u2289","nsupset":"\u2283\u20D2","nsupseteq":"\u2289","nsupseteqq":"\u2AC6\u0338","ntgl":"\u2279","Ntilde":"\xD1","ntilde":"\xF1","ntlg":"\u2278","ntriangleleft":"\u22EA","ntrianglelefteq":"\u22EC","ntriangleright":"\u22EB","ntrianglerighteq":"\u22ED","Nu":"\u039D","nu":"\u03BD","num":"#","numero":"\u2116","numsp":"\u2007","nvap":"\u224D\u20D2","nvdash":"\u22AC","nvDash":"\u22AD","nVdash":"\u22AE","nVDash":"\u22AF","nvge":"\u2265\u20D2","nvgt":">\u20D2","nvHarr":"\u2904","nvinfin":"\u29DE","nvlArr":"\u2902","nvle":"\u2264\u20D2","nvlt":"<\u20D2","nvltrie":"\u22B4\u20D2","nvrArr":"\u2903","nvrtrie":"\u22B5\u20D2","nvsim":"\u223C\u20D2","nwarhk":"\u2923","nwarr":"\u2196","nwArr":"\u21D6","nwarrow":"\u2196","nwnear":"\u2927","Oacute":"\xD3","oacute":"\xF3","oast":"\u229B","Ocirc":"\xD4","ocirc":"\xF4","ocir":"\u229A","Ocy":"\u041E","ocy":"\u043E","odash":"\u229D","Odblac":"\u0150","odblac":"\u0151","odiv":"\u2A38","odot":"\u2299","odsold":"\u29BC","OElig":"\u0152","oelig":"\u0153","ofcir":"\u29BF","Ofr":"\u{1D512}","ofr":"\u{1D52C}","ogon":"\u02DB","Ograve":"\xD2","ograve":"\xF2","ogt":"\u29C1","ohbar":"\u29B5","ohm":"\u03A9","oint":"\u222E","olarr":"\u21BA","olcir":"\u29BE","olcross":"\u29BB","oline":"\u203E","olt":"\u29C0","Omacr":"\u014C","omacr":"\u014D","Omega":"\u03A9","omega":"\u03C9","Omicron":"\u039F","omicron":"\u03BF","omid":"\u29B6","ominus":"\u2296","Oopf":"\u{1D546}","oopf":"\u{1D560}","opar":"\u29B7","OpenCurlyDoubleQuote":"\u201C","OpenCurlyQuote":"\u2018","operp":"\u29B9","oplus":"\u2295","orarr":"\u21BB","Or":"\u2A54","or":"\u2228","ord":"\u2A5D","order":"\u2134","orderof":"\u2134","ordf":"\xAA","ordm":"\xBA","origof":"\u22B6","oror":"\u2A56","orslope":"\u2A57","orv":"\u2A5B","oS":"\u24C8","Oscr":"\u{1D4AA}","oscr":"\u2134","Oslash":"\xD8","oslash":"\xF8","osol":"\u2298","Otilde":"\xD5","otilde":"\xF5","otimesas":"\u2A36","Otimes":"\u2A37","otimes":"\u2297","Ouml":"\xD6","ouml":"\xF6","ovbar":"\u233D","OverBar":"\u203E","OverBrace":"\u23DE","OverBracket":"\u23B4","OverParenthesis":"\u23DC","para":"\xB6","parallel":"\u2225","par":"\u2225","parsim":"\u2AF3","parsl":"\u2AFD","part":"\u2202","PartialD":"\u2202","Pcy":"\u041F","pcy":"\u043F","percnt":"%","period":".","permil":"\u2030","perp":"\u22A5","pertenk":"\u2031","Pfr":"\u{1D513}","pfr":"\u{1D52D}","Phi":"\u03A6","phi":"\u03C6","phiv":"\u03D5","phmmat":"\u2133","phone":"\u260E","Pi":"\u03A0","pi":"\u03C0","pitchfork":"\u22D4","piv":"\u03D6","planck":"\u210F","planckh":"\u210E","plankv":"\u210F","plusacir":"\u2A23","plusb":"\u229E","pluscir":"\u2A22","plus":"+","plusdo":"\u2214","plusdu":"\u2A25","pluse":"\u2A72","PlusMinus":"\xB1","plusmn":"\xB1","plussim":"\u2A26","plustwo":"\u2A27","pm":"\xB1","Poincareplane":"\u210C","pointint":"\u2A15","popf":"\u{1D561}","Popf":"\u2119","pound":"\xA3","prap":"\u2AB7","Pr":"\u2ABB","pr":"\u227A","prcue":"\u227C","precapprox":"\u2AB7","prec":"\u227A","preccurlyeq":"\u227C","Precedes":"\u227A","PrecedesEqual":"\u2AAF","PrecedesSlantEqual":"\u227C","PrecedesTilde":"\u227E","preceq":"\u2AAF","precnapprox":"\u2AB9","precneqq":"\u2AB5","precnsim":"\u22E8","pre":"\u2AAF","prE":"\u2AB3","precsim":"\u227E","prime":"\u2032","Prime":"\u2033","primes":"\u2119","prnap":"\u2AB9","prnE":"\u2AB5","prnsim":"\u22E8","prod":"\u220F","Product":"\u220F","profalar":"\u232E","profline":"\u2312","profsurf":"\u2313","prop":"\u221D","Proportional":"\u221D","Proportion":"\u2237","propto":"\u221D","prsim":"\u227E","prurel":"\u22B0","Pscr":"\u{1D4AB}","pscr":"\u{1D4C5}","Psi":"\u03A8","psi":"\u03C8","puncsp":"\u2008","Qfr":"\u{1D514}","qfr":"\u{1D52E}","qint":"\u2A0C","qopf":"\u{1D562}","Qopf":"\u211A","qprime":"\u2057","Qscr":"\u{1D4AC}","qscr":"\u{1D4C6}","quaternions":"\u210D","quatint":"\u2A16","quest":"?","questeq":"\u225F","quot":"\\"","QUOT":"\\"","rAarr":"\u21DB","race":"\u223D\u0331","Racute":"\u0154","racute":"\u0155","radic":"\u221A","raemptyv":"\u29B3","rang":"\u27E9","Rang":"\u27EB","rangd":"\u2992","range":"\u29A5","rangle":"\u27E9","raquo":"\xBB","rarrap":"\u2975","rarrb":"\u21E5","rarrbfs":"\u2920","rarrc":"\u2933","rarr":"\u2192","Rarr":"\u21A0","rArr":"\u21D2","rarrfs":"\u291E","rarrhk":"\u21AA","rarrlp":"\u21AC","rarrpl":"\u2945","rarrsim":"\u2974","Rarrtl":"\u2916","rarrtl":"\u21A3","rarrw":"\u219D","ratail":"\u291A","rAtail":"\u291C","ratio":"\u2236","rationals":"\u211A","rbarr":"\u290D","rBarr":"\u290F","RBarr":"\u2910","rbbrk":"\u2773","rbrace":"}","rbrack":"]","rbrke":"\u298C","rbrksld":"\u298E","rbrkslu":"\u2990","Rcaron":"\u0158","rcaron":"\u0159","Rcedil":"\u0156","rcedil":"\u0157","rceil":"\u2309","rcub":"}","Rcy":"\u0420","rcy":"\u0440","rdca":"\u2937","rdldhar":"\u2969","rdquo":"\u201D","rdquor":"\u201D","rdsh":"\u21B3","real":"\u211C","realine":"\u211B","realpart":"\u211C","reals":"\u211D","Re":"\u211C","rect":"\u25AD","reg":"\xAE","REG":"\xAE","ReverseElement":"\u220B","ReverseEquilibrium":"\u21CB","ReverseUpEquilibrium":"\u296F","rfisht":"\u297D","rfloor":"\u230B","rfr":"\u{1D52F}","Rfr":"\u211C","rHar":"\u2964","rhard":"\u21C1","rharu":"\u21C0","rharul":"\u296C","Rho":"\u03A1","rho":"\u03C1","rhov":"\u03F1","RightAngleBracket":"\u27E9","RightArrowBar":"\u21E5","rightarrow":"\u2192","RightArrow":"\u2192","Rightarrow":"\u21D2","RightArrowLeftArrow":"\u21C4","rightarrowtail":"\u21A3","RightCeiling":"\u2309","RightDoubleBracket":"\u27E7","RightDownTeeVector":"\u295D","RightDownVectorBar":"\u2955","RightDownVector":"\u21C2","RightFloor":"\u230B","rightharpoondown":"\u21C1","rightharpoonup":"\u21C0","rightleftarrows":"\u21C4","rightleftharpoons":"\u21CC","rightrightarrows":"\u21C9","rightsquigarrow":"\u219D","RightTeeArrow":"\u21A6","RightTee":"\u22A2","RightTeeVector":"\u295B","rightthreetimes":"\u22CC","RightTriangleBar":"\u29D0","RightTriangle":"\u22B3","RightTriangleEqual":"\u22B5","RightUpDownVector":"\u294F","RightUpTeeVector":"\u295C","RightUpVectorBar":"\u2954","RightUpVector":"\u21BE","RightVectorBar":"\u2953","RightVector":"\u21C0","ring":"\u02DA","risingdotseq":"\u2253","rlarr":"\u21C4","rlhar":"\u21CC","rlm":"\u200F","rmoustache":"\u23B1","rmoust":"\u23B1","rnmid":"\u2AEE","roang":"\u27ED","roarr":"\u21FE","robrk":"\u27E7","ropar":"\u2986","ropf":"\u{1D563}","Ropf":"\u211D","roplus":"\u2A2E","rotimes":"\u2A35","RoundImplies":"\u2970","rpar":")","rpargt":"\u2994","rppolint":"\u2A12","rrarr":"\u21C9","Rrightarrow":"\u21DB","rsaquo":"\u203A","rscr":"\u{1D4C7}","Rscr":"\u211B","rsh":"\u21B1","Rsh":"\u21B1","rsqb":"]","rsquo":"\u2019","rsquor":"\u2019","rthree":"\u22CC","rtimes":"\u22CA","rtri":"\u25B9","rtrie":"\u22B5","rtrif":"\u25B8","rtriltri":"\u29CE","RuleDelayed":"\u29F4","ruluhar":"\u2968","rx":"\u211E","Sacute":"\u015A","sacute":"\u015B","sbquo":"\u201A","scap":"\u2AB8","Scaron":"\u0160","scaron":"\u0161","Sc":"\u2ABC","sc":"\u227B","sccue":"\u227D","sce":"\u2AB0","scE":"\u2AB4","Scedil":"\u015E","scedil":"\u015F","Scirc":"\u015C","scirc":"\u015D","scnap":"\u2ABA","scnE":"\u2AB6","scnsim":"\u22E9","scpolint":"\u2A13","scsim":"\u227F","Scy":"\u0421","scy":"\u0441","sdotb":"\u22A1","sdot":"\u22C5","sdote":"\u2A66","searhk":"\u2925","searr":"\u2198","seArr":"\u21D8","searrow":"\u2198","sect":"\xA7","semi":";","seswar":"\u2929","setminus":"\u2216","setmn":"\u2216","sext":"\u2736","Sfr":"\u{1D516}","sfr":"\u{1D530}","sfrown":"\u2322","sharp":"\u266F","SHCHcy":"\u0429","shchcy":"\u0449","SHcy":"\u0428","shcy":"\u0448","ShortDownArrow":"\u2193","ShortLeftArrow":"\u2190","shortmid":"\u2223","shortparallel":"\u2225","ShortRightArrow":"\u2192","ShortUpArrow":"\u2191","shy":"\xAD","Sigma":"\u03A3","sigma":"\u03C3","sigmaf":"\u03C2","sigmav":"\u03C2","sim":"\u223C","simdot":"\u2A6A","sime":"\u2243","simeq":"\u2243","simg":"\u2A9E","simgE":"\u2AA0","siml":"\u2A9D","simlE":"\u2A9F","simne":"\u2246","simplus":"\u2A24","simrarr":"\u2972","slarr":"\u2190","SmallCircle":"\u2218","smallsetminus":"\u2216","smashp":"\u2A33","smeparsl":"\u29E4","smid":"\u2223","smile":"\u2323","smt":"\u2AAA","smte":"\u2AAC","smtes":"\u2AAC\uFE00","SOFTcy":"\u042C","softcy":"\u044C","solbar":"\u233F","solb":"\u29C4","sol":"/","Sopf":"\u{1D54A}","sopf":"\u{1D564}","spades":"\u2660","spadesuit":"\u2660","spar":"\u2225","sqcap":"\u2293","sqcaps":"\u2293\uFE00","sqcup":"\u2294","sqcups":"\u2294\uFE00","Sqrt":"\u221A","sqsub":"\u228F","sqsube":"\u2291","sqsubset":"\u228F","sqsubseteq":"\u2291","sqsup":"\u2290","sqsupe":"\u2292","sqsupset":"\u2290","sqsupseteq":"\u2292","square":"\u25A1","Square":"\u25A1","SquareIntersection":"\u2293","SquareSubset":"\u228F","SquareSubsetEqual":"\u2291","SquareSuperset":"\u2290","SquareSupersetEqual":"\u2292","SquareUnion":"\u2294","squarf":"\u25AA","squ":"\u25A1","squf":"\u25AA","srarr":"\u2192","Sscr":"\u{1D4AE}","sscr":"\u{1D4C8}","ssetmn":"\u2216","ssmile":"\u2323","sstarf":"\u22C6","Star":"\u22C6","star":"\u2606","starf":"\u2605","straightepsilon":"\u03F5","straightphi":"\u03D5","strns":"\xAF","sub":"\u2282","Sub":"\u22D0","subdot":"\u2ABD","subE":"\u2AC5","sube":"\u2286","subedot":"\u2AC3","submult":"\u2AC1","subnE":"\u2ACB","subne":"\u228A","subplus":"\u2ABF","subrarr":"\u2979","subset":"\u2282","Subset":"\u22D0","subseteq":"\u2286","subseteqq":"\u2AC5","SubsetEqual":"\u2286","subsetneq":"\u228A","subsetneqq":"\u2ACB","subsim":"\u2AC7","subsub":"\u2AD5","subsup":"\u2AD3","succapprox":"\u2AB8","succ":"\u227B","succcurlyeq":"\u227D","Succeeds":"\u227B","SucceedsEqual":"\u2AB0","SucceedsSlantEqual":"\u227D","SucceedsTilde":"\u227F","succeq":"\u2AB0","succnapprox":"\u2ABA","succneqq":"\u2AB6","succnsim":"\u22E9","succsim":"\u227F","SuchThat":"\u220B","sum":"\u2211","Sum":"\u2211","sung":"\u266A","sup1":"\xB9","sup2":"\xB2","sup3":"\xB3","sup":"\u2283","Sup":"\u22D1","supdot":"\u2ABE","supdsub":"\u2AD8","supE":"\u2AC6","supe":"\u2287","supedot":"\u2AC4","Superset":"\u2283","SupersetEqual":"\u2287","suphsol":"\u27C9","suphsub":"\u2AD7","suplarr":"\u297B","supmult":"\u2AC2","supnE":"\u2ACC","supne":"\u228B","supplus":"\u2AC0","supset":"\u2283","Supset":"\u22D1","supseteq":"\u2287","supseteqq":"\u2AC6","supsetneq":"\u228B","supsetneqq":"\u2ACC","supsim":"\u2AC8","supsub":"\u2AD4","supsup":"\u2AD6","swarhk":"\u2926","swarr":"\u2199","swArr":"\u21D9","swarrow":"\u2199","swnwar":"\u292A","szlig":"\xDF","Tab":"\\t","target":"\u2316","Tau":"\u03A4","tau":"\u03C4","tbrk":"\u23B4","Tcaron":"\u0164","tcaron":"\u0165","Tcedil":"\u0162","tcedil":"\u0163","Tcy":"\u0422","tcy":"\u0442","tdot":"\u20DB","telrec":"\u2315","Tfr":"\u{1D517}","tfr":"\u{1D531}","there4":"\u2234","therefore":"\u2234","Therefore":"\u2234","Theta":"\u0398","theta":"\u03B8","thetasym":"\u03D1","thetav":"\u03D1","thickapprox":"\u2248","thicksim":"\u223C","ThickSpace":"\u205F\u200A","ThinSpace":"\u2009","thinsp":"\u2009","thkap":"\u2248","thksim":"\u223C","THORN":"\xDE","thorn":"\xFE","tilde":"\u02DC","Tilde":"\u223C","TildeEqual":"\u2243","TildeFullEqual":"\u2245","TildeTilde":"\u2248","timesbar":"\u2A31","timesb":"\u22A0","times":"\xD7","timesd":"\u2A30","tint":"\u222D","toea":"\u2928","topbot":"\u2336","topcir":"\u2AF1","top":"\u22A4","Topf":"\u{1D54B}","topf":"\u{1D565}","topfork":"\u2ADA","tosa":"\u2929","tprime":"\u2034","trade":"\u2122","TRADE":"\u2122","triangle":"\u25B5","triangledown":"\u25BF","triangleleft":"\u25C3","trianglelefteq":"\u22B4","triangleq":"\u225C","triangleright":"\u25B9","trianglerighteq":"\u22B5","tridot":"\u25EC","trie":"\u225C","triminus":"\u2A3A","TripleDot":"\u20DB","triplus":"\u2A39","trisb":"\u29CD","tritime":"\u2A3B","trpezium":"\u23E2","Tscr":"\u{1D4AF}","tscr":"\u{1D4C9}","TScy":"\u0426","tscy":"\u0446","TSHcy":"\u040B","tshcy":"\u045B","Tstrok":"\u0166","tstrok":"\u0167","twixt":"\u226C","twoheadleftarrow":"\u219E","twoheadrightarrow":"\u21A0","Uacute":"\xDA","uacute":"\xFA","uarr":"\u2191","Uarr":"\u219F","uArr":"\u21D1","Uarrocir":"\u2949","Ubrcy":"\u040E","ubrcy":"\u045E","Ubreve":"\u016C","ubreve":"\u016D","Ucirc":"\xDB","ucirc":"\xFB","Ucy":"\u0423","ucy":"\u0443","udarr":"\u21C5","Udblac":"\u0170","udblac":"\u0171","udhar":"\u296E","ufisht":"\u297E","Ufr":"\u{1D518}","ufr":"\u{1D532}","Ugrave":"\xD9","ugrave":"\xF9","uHar":"\u2963","uharl":"\u21BF","uharr":"\u21BE","uhblk":"\u2580","ulcorn":"\u231C","ulcorner":"\u231C","ulcrop":"\u230F","ultri":"\u25F8","Umacr":"\u016A","umacr":"\u016B","uml":"\xA8","UnderBar":"_","UnderBrace":"\u23DF","UnderBracket":"\u23B5","UnderParenthesis":"\u23DD","Union":"\u22C3","UnionPlus":"\u228E","Uogon":"\u0172","uogon":"\u0173","Uopf":"\u{1D54C}","uopf":"\u{1D566}","UpArrowBar":"\u2912","uparrow":"\u2191","UpArrow":"\u2191","Uparrow":"\u21D1","UpArrowDownArrow":"\u21C5","updownarrow":"\u2195","UpDownArrow":"\u2195","Updownarrow":"\u21D5","UpEquilibrium":"\u296E","upharpoonleft":"\u21BF","upharpoonright":"\u21BE","uplus":"\u228E","UpperLeftArrow":"\u2196","UpperRightArrow":"\u2197","upsi":"\u03C5","Upsi":"\u03D2","upsih":"\u03D2","Upsilon":"\u03A5","upsilon":"\u03C5","UpTeeArrow":"\u21A5","UpTee":"\u22A5","upuparrows":"\u21C8","urcorn":"\u231D","urcorner":"\u231D","urcrop":"\u230E","Uring":"\u016E","uring":"\u016F","urtri":"\u25F9","Uscr":"\u{1D4B0}","uscr":"\u{1D4CA}","utdot":"\u22F0","Utilde":"\u0168","utilde":"\u0169","utri":"\u25B5","utrif":"\u25B4","uuarr":"\u21C8","Uuml":"\xDC","uuml":"\xFC","uwangle":"\u29A7","vangrt":"\u299C","varepsilon":"\u03F5","varkappa":"\u03F0","varnothing":"\u2205","varphi":"\u03D5","varpi":"\u03D6","varpropto":"\u221D","varr":"\u2195","vArr":"\u21D5","varrho":"\u03F1","varsigma":"\u03C2","varsubsetneq":"\u228A\uFE00","varsubsetneqq":"\u2ACB\uFE00","varsupsetneq":"\u228B\uFE00","varsupsetneqq":"\u2ACC\uFE00","vartheta":"\u03D1","vartriangleleft":"\u22B2","vartriangleright":"\u22B3","vBar":"\u2AE8","Vbar":"\u2AEB","vBarv":"\u2AE9","Vcy":"\u0412","vcy":"\u0432","vdash":"\u22A2","vDash":"\u22A8","Vdash":"\u22A9","VDash":"\u22AB","Vdashl":"\u2AE6","veebar":"\u22BB","vee":"\u2228","Vee":"\u22C1","veeeq":"\u225A","vellip":"\u22EE","verbar":"|","Verbar":"\u2016","vert":"|","Vert":"\u2016","VerticalBar":"\u2223","VerticalLine":"|","VerticalSeparator":"\u2758","VerticalTilde":"\u2240","VeryThinSpace":"\u200A","Vfr":"\u{1D519}","vfr":"\u{1D533}","vltri":"\u22B2","vnsub":"\u2282\u20D2","vnsup":"\u2283\u20D2","Vopf":"\u{1D54D}","vopf":"\u{1D567}","vprop":"\u221D","vrtri":"\u22B3","Vscr":"\u{1D4B1}","vscr":"\u{1D4CB}","vsubnE":"\u2ACB\uFE00","vsubne":"\u228A\uFE00","vsupnE":"\u2ACC\uFE00","vsupne":"\u228B\uFE00","Vvdash":"\u22AA","vzigzag":"\u299A","Wcirc":"\u0174","wcirc":"\u0175","wedbar":"\u2A5F","wedge":"\u2227","Wedge":"\u22C0","wedgeq":"\u2259","weierp":"\u2118","Wfr":"\u{1D51A}","wfr":"\u{1D534}","Wopf":"\u{1D54E}","wopf":"\u{1D568}","wp":"\u2118","wr":"\u2240","wreath":"\u2240","Wscr":"\u{1D4B2}","wscr":"\u{1D4CC}","xcap":"\u22C2","xcirc":"\u25EF","xcup":"\u22C3","xdtri":"\u25BD","Xfr":"\u{1D51B}","xfr":"\u{1D535}","xharr":"\u27F7","xhArr":"\u27FA","Xi":"\u039E","xi":"\u03BE","xlarr":"\u27F5","xlArr":"\u27F8","xmap":"\u27FC","xnis":"\u22FB","xodot":"\u2A00","Xopf":"\u{1D54F}","xopf":"\u{1D569}","xoplus":"\u2A01","xotime":"\u2A02","xrarr":"\u27F6","xrArr":"\u27F9","Xscr":"\u{1D4B3}","xscr":"\u{1D4CD}","xsqcup":"\u2A06","xuplus":"\u2A04","xutri":"\u25B3","xvee":"\u22C1","xwedge":"\u22C0","Yacute":"\xDD","yacute":"\xFD","YAcy":"\u042F","yacy":"\u044F","Ycirc":"\u0176","ycirc":"\u0177","Ycy":"\u042B","ycy":"\u044B","yen":"\xA5","Yfr":"\u{1D51C}","yfr":"\u{1D536}","YIcy":"\u0407","yicy":"\u0457","Yopf":"\u{1D550}","yopf":"\u{1D56A}","Yscr":"\u{1D4B4}","yscr":"\u{1D4CE}","YUcy":"\u042E","yucy":"\u044E","yuml":"\xFF","Yuml":"\u0178","Zacute":"\u0179","zacute":"\u017A","Zcaron":"\u017D","zcaron":"\u017E","Zcy":"\u0417","zcy":"\u0437","Zdot":"\u017B","zdot":"\u017C","zeetrf":"\u2128","ZeroWidthSpace":"\u200B","Zeta":"\u0396","zeta":"\u03B6","zfr":"\u{1D537}","Zfr":"\u2128","ZHcy":"\u0416","zhcy":"\u0436","zigrarr":"\u21DD","zopf":"\u{1D56B}","Zopf":"\u2124","Zscr":"\u{1D4B5}","zscr":"\u{1D4CF}","zwj":"\u200D","zwnj":"\u200C"}')}},vd={};function Hn(w){var B=vd[w];if(B!==void 0)return B.exports;var o=vd[w]={id:w,exports:{}};return md[w].call(o.exports,o,o.exports,Hn),o.exports}Hn.m=md,Hn.n=w=>{var B=w&&w.__esModule?()=>w.default:()=>w;return Hn.d(B,{a:B}),B},Hn.d=(w,B)=>{for(var o in B)Hn.o(B,o)&&!Hn.o(w,o)&&Object.defineProperty(w,o,{enumerable:!0,get:B[o]})},Hn.f={},Hn.e=w=>Promise.all(Object.keys(Hn.f).reduce((B,o)=>(Hn.f[o](w,B),B),[])),Hn.u=w=>""+w+".js",Hn.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),Hn.o=(w,B)=>Object.prototype.hasOwnProperty.call(w,B),(()=>{var w={},B="@platformos/gui:";Hn.l=(o,b,m,d)=>{if(w[o]){w[o].push(b);return}var u,p;if(m!==void 0)for(var f=document.getElementsByTagName("script"),c=0;c<f.length;c++){var y=f[c];if(y.getAttribute("src")==o||y.getAttribute("data-webpack")==B+m){u=y;break}}u||(p=!0,u=document.createElement("script"),u.charset="utf-8",u.timeout=120,Hn.nc&&u.setAttribute("nonce",Hn.nc),u.setAttribute("data-webpack",B+m),u.src=o),w[o]=[b];var k=(A,T)=>{u.onerror=u.onload=null,clearTimeout(_);var g=w[o];if(delete w[o],u.parentNode&&u.parentNode.removeChild(u),g&&g.forEach(D=>D(T)),A)return A(T)},_=setTimeout(k.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=k.bind(null,u.onerror),u.onload=k.bind(null,u.onload),p&&document.head.appendChild(u)}})(),Hn.r=w=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(w,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(w,"__esModule",{value:!0})},(()=>{var w;Hn.g.importScripts&&(w=Hn.g.location+"");var B=Hn.g.document;if(!w&&B&&(B.currentScript&&(w=B.currentScript.src),!w)){var o=B.getElementsByTagName("script");if(o.length)for(var b=o.length-1;b>-1&&!w;)w=o[b--].src}if(!w)throw new Error("Automatic publicPath is not supported in this browser");w=w.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),Hn.p=w})(),(()=>{var w={179:0};Hn.f.j=(b,m)=>{var d=Hn.o(w,b)?w[b]:void 0;if(d!==0)if(d)m.push(d[2]);else{var u=new Promise((y,k)=>d=w[b]=[y,k]);m.push(d[2]=u);var p=Hn.p+Hn.u(b),f=new Error,c=y=>{if(Hn.o(w,b)&&(d=w[b],d!==0&&(w[b]=void 0),d)){var k=y&&(y.type==="load"?"missing":y.type),_=y&&y.target&&y.target.src;f.message="Loading chunk "+b+` failed.
2206
+ (`+k+": "+_+")",f.name="ChunkLoadError",f.type=k,f.request=_,d[1](f)}};Hn.l(p,c,"chunk-"+b,b)}};var B=(b,m)=>{var[d,u,p]=m,f,c,y=0;if(d.some(_=>w[_]!==0)){for(f in u)Hn.o(u,f)&&(Hn.m[f]=u[f]);if(p)var k=p(Hn)}for(b&&b(m);y<d.length;y++)c=d[y],Hn.o(w,c)&&w[c]&&w[c][0](),w[c]=0},o=self.webpackChunk_platformos_gui=self.webpackChunk_platformos_gui||[];o.forEach(B.bind(null,0)),o.push=B.bind(null,o.push.bind(o))})(),Hn.nc=void 0;var XE={};(()=>{"use strict";var w=Hn(7294),B=Hn(3935),o=Hn(2254),b=Hn(9120),m=Hn(9361),d=function(Q,Y){var $=typeof Symbol=="function"&&Q[Symbol.iterator];if(!$)return Q;var le=$.call(Q),ke,qe=[],Ge;try{for(;(Y===void 0||Y-- >0)&&!(ke=le.next()).done;)qe.push(ke.value)}catch(hn){Ge={error:hn}}finally{try{ke&&!ke.done&&($=le.return)&&$.call(le)}finally{if(Ge)throw Ge.error}}return qe};function u(){var Q=(0,m.f)({nonNull:!0}),Y=Q.queryEditor,$=Q.setOperationName,le=(0,m.s)({nonNull:!0}),ke=le.isFetching,qe=le.operationName,Ge=le.run,hn=le.stop,Un=d((0,w.useState)(!1),2),Vn=Un[0],$n=Un[1],bn=d((0,w.useState)(null),2),mn=bn[0],tt=bn[1],It=(Y==null?void 0:Y.operations)||[],Ut=It.length>1&&typeof qe!="string";return w.createElement("div",{className:"execute-button-wrap"},w.createElement("button",{type:"button",className:"execute-button",onMouseDown:!ke&&Ut&&!Vn?function(ct){var Bt=!0,Pt=ct.currentTarget;tt(null),$n(!0);var it=function(Yt){var Vt;if(Bt&&Yt.target===Pt)Bt=!1;else{document.removeEventListener("mouseup",it),it=null;var Xt=Yt.currentTarget&&((Vt=Pt.parentNode)===null||Vt===void 0?void 0:Vt.compareDocumentPosition(Yt.currentTarget))&&Node.DOCUMENT_POSITION_CONTAINED_BY;Xt||$n(!1)}};document.addEventListener("mouseup",it)}:void 0,onClick:ke||!Ut?function(){ke?hn():Ge()}:void 0,title:"Execute Query (Ctrl-Enter)"},w.createElement("svg",{width:"34",height:"34"},ke?w.createElement("path",{d:"M 10 10 L 23 10 L 23 23 L 10 23 z"}):w.createElement("path",{d:"M 11 9 L 24 16 L 11 23 z"}))),Ut&&Vn?w.createElement("ul",{className:"execute-options"},It.map(function(ct,Bt){var Pt=ct.name?ct.name.value:"<Unnamed ".concat(ct.operation,">");return w.createElement("li",{key:"".concat(Pt,"-").concat(Bt),className:ct===mn?"selected":void 0,onMouseOver:function(){return tt(ct)},onMouseOut:function(){return tt(null)},onMouseUp:function(){var it;$n(!1);var Yt=(it=ct.name)===null||it===void 0?void 0:it.value;Y&&Yt&&Yt!==Y.operationName&&$(Yt),Ge()}},Pt)})):null)}var p=function(){var Q=function(Y,$){return Q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(le,ke){le.__proto__=ke}||function(le,ke){for(var qe in ke)Object.prototype.hasOwnProperty.call(ke,qe)&&(le[qe]=ke[qe])},Q(Y,$)};return function(Y,$){if(typeof $!="function"&&$!==null)throw new TypeError("Class extends value "+String($)+" is not a constructor or null");Q(Y,$);function le(){this.constructor=Y}Y.prototype=$===null?Object.create($):(le.prototype=$.prototype,new le)}}(),f=function(Q){p(Y,Q);function Y($){var le=Q.call(this,$)||this;return le.handleClick=function(){try{le.props.onClick(),le.setState({error:null})}catch(ke){if(ke instanceof Error){le.setState({error:ke});return}throw ke}},le.state={error:null},le}return Y.prototype.render=function(){var $=this.state.error;return w.createElement("button",{type:"button",className:"toolbar-button"+($?" error":""),onClick:this.handleClick,title:$?$.message:this.props.title,"aria-invalid":$?"true":"false"},this.props.label)},Y}(w.Component);function c(Q){var Y=Q.children;return w.createElement("div",{className:"toolbar-button-group"},Y)}var y=function(){var Q=function(Y,$){return Q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(le,ke){le.__proto__=ke}||function(le,ke){for(var qe in ke)Object.prototype.hasOwnProperty.call(ke,qe)&&(le[qe]=ke[qe])},Q(Y,$)};return function(Y,$){if(typeof $!="function"&&$!==null)throw new TypeError("Class extends value "+String($)+" is not a constructor or null");Q(Y,$);function le(){this.constructor=Y}Y.prototype=$===null?Object.create($):(le.prototype=$.prototype,new le)}}(),k=function(Q){y(Y,Q);function Y($){var le=Q.call(this,$)||this;return le._node=null,le._listener=null,le.handleOpen=function(ke){A(ke),le.setState({visible:!0}),le._subscribe()},le.state={visible:!1},le}return Y.prototype.componentWillUnmount=function(){this._release()},Y.prototype.render=function(){var $=this,le=this.state.visible;return w.createElement("a",{className:"toolbar-menu toolbar-button",onClick:this.handleOpen.bind(this),onMouseDown:A,ref:function(ke){ke&&($._node=ke)},title:this.props.title},this.props.label,w.createElement("svg",{width:"14",height:"8"},w.createElement("path",{fill:"#666",d:"M 5 1.5 L 14 1.5 L 9.5 7 z"})),w.createElement("ul",{className:"toolbar-menu-items"+(le?" open":"")},this.props.children))},Y.prototype._subscribe=function(){this._listener||(this._listener=this.handleClick.bind(this),document.addEventListener("click",this._listener))},Y.prototype._release=function(){this._listener&&(document.removeEventListener("click",this._listener),this._listener=null)},Y.prototype.handleClick=function($){this._node!==$.target&&($.preventDefault(),this.setState({visible:!1}),this._release())},Y}(w.Component),_=function(Q){var Y=Q.onSelect,$=Q.title,le=Q.label;return w.createElement("li",{onMouseOver:function(ke){ke.currentTarget.className="hover"},onMouseOut:function(ke){ke.currentTarget.className=""},onMouseDown:A,onMouseUp:Y,title:$},le)};function A(Q){Q.preventDefault()}function T(Q){var Y=(0,m.k)(Q);return w.createElement("section",{className:"query-editor","aria-label":"Query Editor",ref:Y})}var g=function(Q,Y){var $={};for(var le in Q)Object.prototype.hasOwnProperty.call(Q,le)&&Y.indexOf(le)<0&&($[le]=Q[le]);if(Q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ke=0,le=Object.getOwnPropertySymbols(Q);ke<le.length;ke++)Y.indexOf(le[ke])<0&&Object.prototype.propertyIsEnumerable.call(Q,le[ke])&&($[le[ke]]=Q[le[ke]]);return $};function D(Q){var Y=Q.active,$=g(Q,["active"]),le=(0,m.n)($);return w.createElement("div",{className:"codemirrorWrap",style:{position:Y?"relative":"absolute",visibility:Y?"visible":"hidden"},ref:le})}var C=function(Q,Y){var $={};for(var le in Q)Object.prototype.hasOwnProperty.call(Q,le)&&Y.indexOf(le)<0&&($[le]=Q[le]);if(Q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ke=0,le=Object.getOwnPropertySymbols(Q);ke<le.length;ke++)Y.indexOf(le[ke])<0&&Object.prototype.propertyIsEnumerable.call(Q,le[ke])&&($[le[ke]]=Q[le[ke]]);return $};function O(Q){var Y=Q.active,$=C(Q,["active"]),le=(0,m.g)($);return w.createElement("div",{className:"codemirrorWrap",style:{position:Y?"relative":"absolute",visibility:Y?"visible":"hidden"},ref:le})}function N(Q){var Y=(0,m.m)(Q);return w.createElement("section",{className:"result-window","aria-label":"Result Window","aria-live":"polite","aria-atomic":"true",ref:Y})}var P=Hn(398);function R(Q){var Y=(0,m.x)({nonNull:!0,caller:R}).push;if(!Q.type)return null;var $=Q.type;return(0,P.zM)($)?w.createElement(w.Fragment,null,w.createElement(R,{type:$.ofType}),"!"):(0,P.HG)($)?w.createElement(w.Fragment,null,"[",w.createElement(R,{type:$.ofType}),"]"):w.createElement("a",{className:"type-name",onClick:function(le){le.preventDefault(),Y({name:$.name,def:$})},href:"#"},$.name)}var M=Hn(9011),F=Hn(8631),W=function(Q){return Q?(0,M.S)(Q):""};function ne(Q){var Y=Q.field;return"defaultValue"in Y&&Y.defaultValue!==void 0?w.createElement("span",null," = ",w.createElement("span",{className:"arg-default-value"},W((0,F.J)(Y.defaultValue,Y.type)))):null}function v(Q){var Y=Q.arg,$=Q.showDefaultValue;return w.createElement("span",{className:"arg"},w.createElement("span",{className:"arg-name"},Y.name),": ",w.createElement(R,{type:Y.type}),$!==!1&&w.createElement(ne,{field:Y}))}function L(Q){var Y=Q.directive;return w.createElement("span",{className:"doc-category-item",id:Y.name.value},"@",Y.name.value)}var j=Hn(9980),U=Hn.n(j),J=new(U())({breaks:!0,linkify:!0});function ae(Q){var Y=Q.markdown,$=Q.className;return Y?w.createElement("div",{className:$,dangerouslySetInnerHTML:{__html:J.render(Y)}}):w.createElement("div",null)}var q=function(Q,Y){var $=typeof Symbol=="function"&&Q[Symbol.iterator];if(!$)return Q;var le=$.call(Q),ke,qe=[],Ge;try{for(;(Y===void 0||Y-- >0)&&!(ke=le.next()).done;)qe.push(ke.value)}catch(hn){Ge={error:hn}}finally{try{ke&&!ke.done&&($=le.return)&&$.call(le)}finally{if(Ge)throw Ge.error}}return qe};function te(){var Q,Y=(0,m.x)({nonNull:!0}).explorerNavStack,$=q(w.useState(!1),2),le=$[0],ke=$[1],qe=Y[Y.length-1],Ge=qe.def;if(!Ge||(0,P.P9)(Ge))return null;var hn,Un;if(Ge&&"args"in Ge&&Ge.args.length>0){hn=w.createElement("div",{id:"doc-args",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"arguments"),Ge.args.filter(function(bn){return!bn.deprecationReason}).map(function(bn){return w.createElement("div",{key:bn.name,className:"doc-category-item"},w.createElement("div",null,w.createElement(v,{arg:bn})),w.createElement(ae,{className:"doc-value-description",markdown:bn.description}),bn&&"deprecationReason"in bn&&w.createElement(ae,{className:"doc-deprecation",markdown:bn==null?void 0:bn.deprecationReason}))}));var Vn=Ge.args.filter(function(bn){return Boolean(bn.deprecationReason)});Vn.length>0&&(Un=w.createElement("div",{id:"doc-deprecated-args",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"deprecated arguments"),le?Vn.map(function(bn,mn){return w.createElement("div",{key:mn},w.createElement("div",null,w.createElement(v,{arg:bn})),w.createElement(ae,{className:"doc-value-description",markdown:bn.description}),bn&&"deprecationReason"in bn&&w.createElement(ae,{className:"doc-deprecation",markdown:bn==null?void 0:bn.deprecationReason}))}):w.createElement("button",{type:"button",className:"show-btn",onClick:function(){return ke(!le)}},"Show deprecated arguments...")))}var $n;return!((Q=Ge==null?void 0:Ge.astNode)===null||Q===void 0)&&Q.directives&&Ge.astNode.directives.length>0&&($n=w.createElement("div",{id:"doc-directives",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"directives"),Ge.astNode.directives.map(function(bn){return w.createElement("div",{key:bn.name.value,className:"doc-category-item"},w.createElement("div",null,w.createElement(L,{directive:bn})))}))),w.createElement("div",null,w.createElement(ae,{className:"doc-type-description",markdown:Ge.description||"No Description"}),Ge&&"deprecationReason"in Ge&&w.createElement(ae,{className:"doc-deprecation",markdown:Ge.deprecationReason}),w.createElement("div",{className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"type"),w.createElement(R,{type:Ge.type})),hn,$n,Un)}function ie(){var Q,Y,$=(0,m.D)({nonNull:!0}).schema;if(!$)return null;var le=$.getQueryType(),ke=(Q=$.getMutationType)===null||Q===void 0?void 0:Q.call($),qe=(Y=$.getSubscriptionType)===null||Y===void 0?void 0:Y.call($);return w.createElement("div",null,w.createElement(ae,{className:"doc-type-description",markdown:$.description||"A GraphQL schema provides a root type for each kind of operation."}),w.createElement("div",{className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"root types"),le?w.createElement("div",{className:"doc-category-item"},w.createElement("span",{className:"keyword"},"query"),": ",w.createElement(R,{type:le})):null,ke&&w.createElement("div",{className:"doc-category-item"},w.createElement("span",{className:"keyword"},"mutation"),": ",w.createElement(R,{type:ke})),qe&&w.createElement("div",{className:"doc-category-item"},w.createElement("span",{className:"keyword"},"subscription"),": ",w.createElement(R,{type:qe}))))}function de(Q,Y){var $;return function(){for(var le=this,ke=[],qe=0;qe<arguments.length;qe++)ke[qe]=arguments[qe];$&&window.clearTimeout($),$=window.setTimeout(function(){$=null,Y.apply(le,ke)},Q)}}var ce=function(){var Q=function(Y,$){return Q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(le,ke){le.__proto__=ke}||function(le,ke){for(var qe in ke)Object.prototype.hasOwnProperty.call(ke,qe)&&(le[qe]=ke[qe])},Q(Y,$)};return function(Y,$){if(typeof $!="function"&&$!==null)throw new TypeError("Class extends value "+String($)+" is not a constructor or null");Q(Y,$);function le(){this.constructor=Y}Y.prototype=$===null?Object.create($):(le.prototype=$.prototype,new le)}}(),be=function(Q){ce(Y,Q);function Y($){var le=Q.call(this,$)||this;return le.handleChange=function(ke){var qe=ke.currentTarget.value;le.setState({value:qe}),le.debouncedOnSearch(qe)},le.handleClear=function(){le.setState({value:""}),le.props.onSearch("")},le.state={value:$.value||""},le.debouncedOnSearch=de(200,le.props.onSearch),le}return Y.prototype.render=function(){return w.createElement("label",{className:"search-box"},w.createElement("div",{className:"search-box-icon","aria-hidden":"true"},"\u26B2"),w.createElement("input",{value:this.state.value,onChange:this.handleChange,type:"text",placeholder:this.props.placeholder,"aria-label":this.props.placeholder}),this.state.value&&w.createElement("button",{type:"button",className:"search-box-clear",onClick:this.handleClear,"aria-label":"Clear search input"},"\u2715"))},Y}(w.Component);const Ie=be;function _e(Q){var Y=(0,m.x)({nonNull:!0}).push;return w.createElement("a",{className:"field-name",onClick:function($){$.preventDefault(),Y({name:Q.field.name,def:Q.field})},href:"#"},Q.field.name)}var xe=function(Q){var Y=typeof Symbol=="function"&&Symbol.iterator,$=Y&&Q[Y],le=0;if($)return $.call(Q);if(Q&&typeof Q.length=="number")return{next:function(){return Q&&le>=Q.length&&(Q=void 0),{value:Q&&Q[le++],done:!Q}}};throw new TypeError(Y?"Object is not iterable.":"Symbol.iterator is not defined.")};function Ae(){var Q,Y,$=(0,m.x)({nonNull:!0}).explorerNavStack,le=(0,m.D)({nonNull:!0}).schema,ke=$[$.length-1];if(!le||!ke.search)return null;var qe=ke.search,Ge=ke.def,hn=[],Un=[],Vn=[],$n=le.getTypeMap(),bn=Object.keys($n);Ge&&(bn=bn.filter(function(Bt){return Bt!==Ge.name}),bn.unshift(Ge.name));var mn=function(Bt){if(hn.length+Un.length+Vn.length>=100)return"break";var Pt=$n[Bt];if(Ge!==Pt&&Oe(Bt,qe)&&Un.push(w.createElement("div",{className:"doc-category-item",key:Bt},w.createElement(R,{type:Pt}))),Pt&&"getFields"in Pt){var it=Pt.getFields();Object.keys(it).forEach(function(Yt){var Vt=it[Yt],Xt;if(!Oe(Yt,qe))if("args"in Vt&&Vt.args.length){if(Xt=Vt.args.filter(function(Qt){return Oe(Qt.name,qe)}),Xt.length===0)return}else return;var gr=w.createElement("div",{className:"doc-category-item",key:Bt+"."+Yt},Ge!==Pt&&[w.createElement(R,{key:"type",type:Pt}),"."],w.createElement(_e,{field:Vt}),Xt&&["(",w.createElement("span",{key:"args"},Xt.map(function(Qt){return w.createElement(v,{key:Qt.name,arg:Qt,showDefaultValue:!1})})),")"]);Ge===Pt?hn.push(gr):Vn.push(gr)})}};try{for(var tt=xe(bn),It=tt.next();!It.done;It=tt.next()){var Ut=It.value,ct=mn(Ut);if(ct==="break")break}}catch(Bt){Q={error:Bt}}finally{try{It&&!It.done&&(Y=tt.return)&&Y.call(tt)}finally{if(Q)throw Q.error}}return hn.length+Un.length+Vn.length===0?w.createElement("span",{className:"doc-alert-text"},"No results found."):Ge&&Un.length+Vn.length>0?w.createElement("div",null,hn,w.createElement("div",{className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"other results"),Un,Vn)):w.createElement("div",{className:"doc-search-items"},hn,Un,Vn)}function Oe(Q,Y){try{var $=Y.replace(/[^_0-9A-Za-z]/g,function(le){return"\\"+le});return Q.search(new RegExp($,"i"))!==-1}catch{return Q.toLowerCase().indexOf(Y.toLowerCase())!==-1}}var Me=function(Q,Y){var $=typeof Symbol=="function"&&Q[Symbol.iterator];if(!$)return Q;var le=$.call(Q),ke,qe=[],Ge;try{for(;(Y===void 0||Y-- >0)&&!(ke=le.next()).done;)qe.push(ke.value)}catch(hn){Ge={error:hn}}finally{try{ke&&!ke.done&&($=le.return)&&$.call(le)}finally{if(Ge)throw Ge.error}}return qe};function Z(){var Q=(0,m.D)({nonNull:!0}).schema,Y=(0,m.x)({nonNull:!0}).explorerNavStack,$=Me((0,w.useState)(!1),2),le=$[0],ke=$[1],qe=Y[Y.length-1],Ge=qe.def;if(!Q||!(0,P.Zs)(Ge))return null;var hn=null,Un=[];(0,P.EN)(Ge)?(hn="possible types",Un=Q.getPossibleTypes(Ge)):(0,P.oT)(Ge)?(hn="implementations",Un=Q.getPossibleTypes(Ge)):(0,P.lp)(Ge)&&(hn="implements",Un=Ge.getInterfaces());var Vn;Un&&Un.length>0&&(Vn=w.createElement("div",{id:"doc-types",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},hn),Un.map(function(it){return w.createElement("div",{key:it.name,className:"doc-category-item"},w.createElement(R,{type:it}))})));var $n,bn;if(Ge&&"getFields"in Ge){var mn=Ge.getFields(),tt=Object.keys(mn).map(function(it){return mn[it]});$n=w.createElement("div",{id:"doc-fields",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"fields"),tt.filter(function(it){return!it.deprecationReason}).map(function(it){return w.createElement(he,{key:it.name,type:Ge,field:it})}));var It=tt.filter(function(it){return Boolean(it.deprecationReason)});It.length>0&&(bn=w.createElement("div",{id:"doc-deprecated-fields",className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"deprecated fields"),le?It.map(function(it){return w.createElement(he,{key:it.name,type:Ge,field:it})}):w.createElement("button",{type:"button",className:"show-btn",onClick:function(){ke(!0)}},"Show deprecated fields...")))}var Ut,ct;if((0,P.EM)(Ge)){var Bt=Ge.getValues();Ut=w.createElement("div",{className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"values"),Bt.filter(function(it){return Boolean(!it.deprecationReason)}).map(function(it){return w.createElement(Ze,{key:it.name,value:it})}));var Pt=Bt.filter(function(it){return Boolean(it.deprecationReason)});Pt.length>0&&(ct=w.createElement("div",{className:"doc-category"},w.createElement("div",{className:"doc-category-title"},"deprecated values"),le?Pt.map(function(it){return w.createElement(Ze,{key:it.name,value:it})}):w.createElement("button",{type:"button",className:"show-btn",onClick:function(){ke(!0)}},"Show deprecated values...")))}return w.createElement("div",null,w.createElement(ae,{className:"doc-type-description",markdown:"description"in Ge&&Ge.description||"No Description"}),(0,P.lp)(Ge)&&Vn,$n,bn,Ut,ct,!(0,P.lp)(Ge)&&Vn)}function he(Q){var Y=Q.field;return w.createElement("div",{className:"doc-category-item"},w.createElement(_e,{field:Y}),"args"in Y&&Y.args&&Y.args.length>0&&["(",w.createElement("span",{key:"args"},Y.args.filter(function($){return!$.deprecationReason}).map(function($){return w.createElement(v,{key:$.name,arg:$})})),")"],": ",w.createElement(R,{type:Y.type}),w.createElement(ne,{field:Y}),Y.description&&w.createElement(ae,{className:"field-short-description",markdown:Y.description}),"deprecationReason"in Y&&Y.deprecationReason&&w.createElement(ae,{className:"doc-deprecation",markdown:Y.deprecationReason}))}function Ze(Q){var Y=Q.value;return w.createElement("div",{className:"doc-category-item"},w.createElement("div",{className:"enum-value"},Y.name),w.createElement(ae,{className:"doc-value-description",markdown:Y.description}),Y.deprecationReason&&w.createElement(ae,{className:"doc-deprecation",markdown:Y.deprecationReason}))}function rn(Q){var Y=(0,m.D)({nonNull:!0}),$=Y.fetchError,le=Y.isFetching,ke=Y.schema,qe=Y.validationErrors,Ge=(0,m.x)({nonNull:!0}),hn=Ge.explorerNavStack,Un=Ge.hide,Vn=Ge.pop,$n=Ge.showSearch,bn=hn[hn.length-1],mn=Q.schema===void 0?ke:Q.schema,tt=null;$?tt=w.createElement("div",{className:"error-container"},"Error fetching schema"):qe.length>0?tt=w.createElement("div",{className:"error-container"},"Schema is invalid: ",qe[0].message):le?tt=w.createElement("div",{className:"spinner-container"},w.createElement("div",{className:"spinner"})):mn?bn.search?tt=w.createElement(Ae,null):hn.length===1?tt=w.createElement(ie,null):(0,P.P9)(bn.def)?tt=w.createElement(Z,null):bn.def&&(tt=w.createElement(te,null)):tt=w.createElement("div",{className:"error-container"},"No Schema Available");var It=hn.length===1||(0,P.P9)(bn.def)&&"getFields"in bn.def,Ut;return hn.length>1&&(Ut=hn[hn.length-2].name),w.createElement("section",{className:"doc-explorer",key:bn.name,"aria-label":"Documentation Explorer"},w.createElement("div",{className:"doc-explorer-title-bar"},Ut&&w.createElement("button",{type:"button",className:"doc-explorer-back",onClick:Vn,"aria-label":"Go back to ".concat(Ut)},Ut),w.createElement("div",{className:"doc-explorer-title"},bn.title||bn.name),w.createElement("div",{className:"doc-explorer-rhs"},w.createElement("button",{type:"button",className:"docExplorerHide",onClick:function(){var ct;Un(),(ct=Q.onClose)===null||ct===void 0||ct.call(Q)},"aria-label":"Close Documentation Explorer"},"\u2715"))),w.createElement("div",{className:"doc-explorer-contents"},It&&w.createElement(Ie,{value:bn.search,placeholder:"Search ".concat(bn.name,"..."),onSearch:$n}),tt))}var un=function(){return un=Object.assign||function(Q){for(var Y,$=1,le=arguments.length;$<le;$++){Y=arguments[$];for(var ke in Y)Object.prototype.hasOwnProperty.call(Y,ke)&&(Q[ke]=Y[ke])}return Q},un.apply(this,arguments)},Sn=function(Q,Y){var $=typeof Symbol=="function"&&Q[Symbol.iterator];if(!$)return Q;var le=$.call(Q),ke,qe=[],Ge;try{for(;(Y===void 0||Y-- >0)&&!(ke=le.next()).done;)qe.push(ke.value)}catch(hn){Ge={error:hn}}finally{try{ke&&!ke.done&&($=le.return)&&$.call(le)}finally{if(Ge)throw Ge.error}}return qe};function ln(){var Q=(0,m.z)({nonNull:!0}),Y=Q.hide,$=Q.items;return w.createElement("section",{"aria-label":"History"},w.createElement("div",{className:"history-title-bar"},w.createElement("div",{className:"history-title"},"History"),w.createElement("div",{className:"doc-explorer-rhs"},w.createElement("button",{type:"button",className:"docExplorerHide",onClick:function(){return Y()},"aria-label":"Close History"},"\u2715"))),w.createElement("ul",{className:"history-contents"},$.slice().reverse().map(function(le,ke){return w.createElement(nn,{key:"".concat(ke,":").concat(le.label||le.query),item:le})})))}function nn(Q){var Y,$=(0,m.z)({nonNull:!0}),le=$.editLabel,ke=$.toggleFavorite,qe=(0,m.A)(),Ge=(0,w.useRef)(null),hn=Sn((0,w.useState)(!1),2),Un=hn[0],Vn=hn[1];(0,w.useEffect)(function(){Un&&Ge.current&&Ge.current.focus()},[Un]);var $n=Q.item.label||Q.item.operationName||((Y=Q.item.query)===null||Y===void 0?void 0:Y.split(`
2207
+ `).filter(function(mn){return mn.indexOf("#")!==0}).join("")),bn=Q.item.favorite?"\u2605":"\u2606";return w.createElement("li",{className:Un?"editable":void 0},Un?w.createElement("input",{type:"text",defaultValue:Q.item.label,ref:Ge,onBlur:function(mn){mn.stopPropagation(),Vn(!1),le(un(un({},Q.item),{label:mn.target.value}))},onKeyDown:function(mn){mn.keyCode===13&&(mn.stopPropagation(),Vn(!1),le(un(un({},Q.item),{label:mn.currentTarget.value})))},placeholder:"Type a label"}):w.createElement("button",{type:"button",className:"history-label",onClick:function(){qe(Q.item)}},$n),w.createElement("button",{type:"button",onClick:function(mn){mn.stopPropagation(),Vn(!0)},"aria-label":"Edit label"},"\u270E"),w.createElement("button",{type:"button",onClick:function(mn){mn.stopPropagation(),ke(Q.item)},"aria-label":Q.item.favorite?"Remove favorite":"Add favorite"},bn))}function re(Q,Y){for(var $=0;$<Q.length;$++)if(Y(Q[$]))return Q[$]}var X=function(Q,Y,$,le){function ke(qe){return qe instanceof $?qe:new $(function(Ge){Ge(qe)})}return new($||($=Promise))(function(qe,Ge){function hn($n){try{Vn(le.next($n))}catch(bn){Ge(bn)}}function Un($n){try{Vn(le.throw($n))}catch(bn){Ge(bn)}}function Vn($n){$n.done?qe($n.value):ke($n.value).then(hn,Un)}Vn((le=le.apply(Q,Y||[])).next())})},Te=function(Q){return this instanceof Te?(this.v=Q,this):new Te(Q)},oe=function(Q){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var Y=Q[Symbol.asyncIterator],$;return Y?Y.call(Q):(Q=typeof __values=="function"?__values(Q):Q[Symbol.iterator](),$={},le("next"),le("throw"),le("return"),$[Symbol.asyncIterator]=function(){return this},$);function le(qe){$[qe]=Q[qe]&&function(Ge){return new Promise(function(hn,Un){Ge=Q[qe](Ge),ke(hn,Un,Ge.done,Ge.value)})}}function ke(qe,Ge,hn,Un){Promise.resolve(Un).then(function(Vn){qe({value:Vn,done:hn})},Ge)}},G=function(Q,Y,$){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var le=$.apply(Q,Y||[]),ke,qe=[];return ke={},Ge("next"),Ge("throw"),Ge("return"),ke[Symbol.asyncIterator]=function(){return this},ke;function Ge(mn){le[mn]&&(ke[mn]=function(tt){return new Promise(function(It,Ut){qe.push([mn,tt,It,Ut])>1||hn(mn,tt)})})}function hn(mn,tt){try{Un(le[mn](tt))}catch(It){bn(qe[0][3],It)}}function Un(mn){mn.value instanceof Te?Promise.resolve(mn.value.v).then(Vn,$n):bn(qe[0][2],mn)}function Vn(mn){hn("next",mn)}function $n(mn){hn("throw",mn)}function bn(mn,tt){mn(tt),qe.shift(),qe.length&&hn(qe[0][0],qe[0][1])}};const De=Q=>typeof Q=="object"&&Q!==null&&"code"in Q,Re=(Q,Y)=>{let $=!1;return visit(Q,{OperationDefinition(le){var ke;Y===((ke=le.name)===null||ke===void 0?void 0:ke.value)&&le.operation==="subscription"&&($=!0)}}),$},Ve=(Q,Y)=>($,le)=>X(void 0,void 0,void 0,function*(){return(yield Y(Q.url,{method:"POST",body:JSON.stringify($),headers:Object.assign(Object.assign({"content-type":"application/json"},Q.headers),le==null?void 0:le.headers)})).json()}),Be=(Q,Y)=>{let $;try{const{createClient:le}=Hn(1458);return $=le({url:Q,connectionParams:Y}),Ee($)}catch(le){if(De(le)&&le.code==="MODULE_NOT_FOUND")throw Error("You need to install the 'graphql-ws' package to use websockets when passing a 'subscriptionUrl'");console.error(`Error creating websocket client for:
2208
+ ${Q}
2209
+
2210
+ ${le}`)}},Ee=Q=>Y=>makeAsyncIterableIteratorFromSink($=>Q.subscribe(Y,Object.assign(Object.assign({},$),{error:le=>{le instanceof CloseEvent?$.error(new Error(`Socket closed with event ${le.code} ${le.reason||""}`.trim())):$.error(le)}}))),Fe=Q=>Y=>{const $=Q.request(Y);return makeAsyncIterableIteratorFromSink(le=>$.subscribe(le).unsubscribe)},Ye=(Q,Y)=>function($,le){return G(this,arguments,function*(){var ke,qe;const Ge=yield Te(Y(Q.url,{method:"POST",body:JSON.stringify($),headers:Object.assign(Object.assign({"content-type":"application/json",accept:"application/json, multipart/mixed"},Q.headers),le==null?void 0:le.headers)}).then(Vn=>meros(Vn,{multiple:!0})));if(!isAsyncIterable(Ge))return yield Te(yield yield Te(Ge.json()));try{for(var hn=oe(Ge),Un;Un=yield Te(hn.next()),!Un.done;){const Vn=Un.value;if(Vn.some($n=>!$n.json)){const $n=Vn.map(bn=>`Headers::
2211
+ ${bn.headers}
2212
+
2213
+ Body::
2214
+ ${bn.body}`);throw new Error(`Expected multipart chunks to be of json type. got:
2215
+ ${$n}`)}yield yield Te(Vn.map($n=>$n.body))}}catch(Vn){ke={error:Vn}}finally{try{Un&&!Un.done&&(qe=hn.return)&&(yield Te(qe.call(hn)))}finally{if(ke)throw ke.error}}})},fn=Q=>{if(Q.wsClient)return Ee(Q.wsClient);if(Q.subscriptionUrl)return Be(Q.subscriptionUrl,Q.wsConnectionParams);const Y=Q.legacyClient||Q.legacyWsClient;if(Y)return Fe(Y)};function jn(Q){let Y;if(typeof window<"u"&&window.fetch&&(Y=window.fetch),((Q==null?void 0:Q.enableIncrementalDelivery)===null||Q.enableIncrementalDelivery!==!1)&&(Q.enableIncrementalDelivery=!0),Q.fetch&&(Y=Q.fetch),!Y)throw Error("No valid fetcher implementation available");const $=createSimpleFetcher(Q,Y),le=getWsFetcher(Q),ke=Q.enableIncrementalDelivery?createMultipartFetcher(Q,Y):$;return(qe,Ge)=>{if(qe.operationName==="IntrospectionQuery")return(Q.schemaFetcher||$)(qe,Ge);if(isSubscriptionWithName(Ge==null?void 0:Ge.documentAST,qe.operationName||void 0)){if(!le)throw Error(`Your GraphiQL createFetcher is not properly configured for websocket subscriptions yet. ${Q.subscriptionUrl?`Provided URL ${Q.subscriptionUrl} failed`:"Please provide subscriptionUrl, wsClient or legacyClient option first."}`);return le(qe)}return ke(qe,Ge)}}function Gn(Q){return JSON.stringify(Q,null,2)}function dn(Q){return Object.assign(Object.assign({},Q),{message:Q.message,stack:Q.stack})}function zn(Q){return Q instanceof Error?dn(Q):Q}function Mn(Q){return Array.isArray(Q)?Gn({errors:Q.map(Y=>zn(Y))}):Gn({errors:[zn(Q)]})}function Jn(Q){return Gn(Q)}var nt=function(){return nt=Object.assign||function(Q){for(var Y,$=1,le=arguments.length;$<le;$++){Y=arguments[$];for(var ke in Y)Object.prototype.hasOwnProperty.call(Y,ke)&&(Q[ke]=Y[ke])}return Q},nt.apply(this,arguments)};function mt(Q){return w.createElement("div",{role:"button","aria-pressed":!1,className:"close","aria-label":"Close Tab",title:"Close Tab",onClick:function(Y){Y.stopPropagation(),Q.onClick()}})}function xt(Q){return w.createElement("button",nt({},Q.tabProps,{role:"tab",type:"button","aria-selected":Q.isActive,title:Q.title,className:"tab".concat(Q.isActive?" active":""),onClick:Q.onSelect}),Q.title,Q.isCloseable?w.createElement(mt,{onClick:function(){return Q.onClose()}}):null)}function Ot(Q){return w.createElement("button",{type:"button",onClick:Q.onClick,className:"tab-add",title:"Create new tab"},w.createElement("span",null,"+"))}function yt(Q){return w.createElement("div",nt({role:"tablist",className:"tabs"},Q.tabsProps),Q.children)}var Ht=function(){var Q=function(Y,$){return Q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(le,ke){le.__proto__=ke}||function(le,ke){for(var qe in ke)Object.prototype.hasOwnProperty.call(ke,qe)&&(le[qe]=ke[qe])},Q(Y,$)};return function(Y,$){if(typeof $!="function"&&$!==null)throw new TypeError("Class extends value "+String($)+" is not a constructor or null");Q(Y,$);function le(){this.constructor=Y}Y.prototype=$===null?Object.create($):(le.prototype=$.prototype,new le)}}(),kt=function(){return kt=Object.assign||function(Q){for(var Y,$=1,le=arguments.length;$<le;$++){Y=arguments[$];for(var ke in Y)Object.prototype.hasOwnProperty.call(Y,ke)&&(Q[ke]=Y[ke])}return Q},kt.apply(this,arguments)},sr=function(Q,Y){var $={};for(var le in Q)Object.prototype.hasOwnProperty.call(Q,le)&&Y.indexOf(le)<0&&($[le]=Q[le]);if(Q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ke=0,le=Object.getOwnPropertySymbols(Q);ke<le.length;ke++)Y.indexOf(le[ke])<0&&Object.prototype.propertyIsEnumerable.call(Q,le[ke])&&($[le[ke]]=Q[le[ke]]);return $},Wt=parseInt(w.version.slice(0,2),10);if(Wt<16)throw Error(["GraphiQL 0.18.0 and after is not compatible with React 15 or below.","If you are using a CDN source (jsdelivr, unpkg, etc), follow this example:","https://github.com/graphql/graphiql/blob/master/examples/graphiql-cdn/index.html#L49"].join(`
2216
+ `));var fe=function(Q){Ht(Y,Q);function Y($){var le=Q.call(this,$)||this;return le.ref=null,le}return Y.prototype.componentDidMount=function(){typeof window<"u"&&(window.g=this)},Y.prototype.render=function(){var $=this;return w.createElement(ze,kt({},this.props,{ref:function(le){$.ref=le}}))},Y.prototype.getQueryEditor=function(){var $;return console.warn("The method `GraphiQL.getQueryEditor` is deprecated and will be removed in the next major version. To set the value of the editor you can use the `query` prop. To react on changes of the editor value you can pass a callback to the `onEditQuery` prop."),(($=this.ref)===null||$===void 0?void 0:$.getQueryEditor())||null},Y.prototype.getVariableEditor=function(){var $;return console.warn("The method `GraphiQL.getVariableEditor` is deprecated and will be removed in the next major version. To set the value of the editor you can use the `variables` prop. To react on changes of the editor value you can pass a callback to the `onEditVariables` prop."),(($=this.ref)===null||$===void 0?void 0:$.getVariableEditor())||null},Y.prototype.getHeaderEditor=function(){var $;return console.warn("The method `GraphiQL.getHeaderEditor` is deprecated and will be removed in the next major version. To set the value of the editor you can use the `headers` prop. To react on changes of the editor value you can pass a callback to the `onEditHeaders` prop."),(($=this.ref)===null||$===void 0?void 0:$.getHeaderEditor())||null},Y.prototype.refresh=function(){var $;console.warn("The method `GraphiQL.refresh` is deprecated and will be removed in the next major version. Already now, all editors should automatically refresh when their size changes."),($=this.ref)===null||$===void 0||$.refresh()},Y.prototype.autoCompleteLeafs=function(){var $;return console.warn("The method `GraphiQL.autoCompleteLeafs` is deprecated and will be removed in the next major version. Please switch to using the `autoCompleteLeafs` function provided by the `EditorContext` from the `@graphiql/react` package."),($=this.ref)===null||$===void 0?void 0:$.autoCompleteLeafs()},Y.formatResult=function($){return console.warn("The function `GraphiQL.formatResult` is deprecated and will be removed in the next major version. Please switch to using the `formatResult` function provided by the `@graphiql/toolkit` package."),Jn($)},Y.formatError=function($){return console.warn("The function `GraphiQL.formatError` is deprecated and will be removed in the next major version. Please switch to using the `formatError` function provided by the `@graphiql/toolkit` package."),Mn($)},Y.Logo=wn,Y.Toolbar=Wn,Y.Footer=wt,Y.QueryEditor=T,Y.VariableEditor=D,Y.HeaderEditor=O,Y.ResultViewer=N,Y.Button=f,Y.ToolbarButton=f,Y.Group=c,Y.Menu=k,Y.MenuItem=_,Y}(w.Component),ze=(0,w.forwardRef)(function(Y,$){var le=Y.dangerouslyAssumeSchemaIsValid,ke=Y.docExplorerOpen,qe=Y.externalFragments,Ge=Y.fetcher,hn=Y.headers,Un=Y.inputValueDeprecation,Vn=Y.introspectionQueryName,$n=Y.maxHistoryLength,bn=Y.onEditOperationName,mn=Y.onSchemaChange,tt=Y.onToggleHistory,It=Y.onToggleDocs,Ut=Y.operationName,ct=Y.query,Bt=Y.response,Pt=Y.storage,it=Y.schema,Yt=Y.schemaDescription,Vt=Y.shouldPersistHeaders,Xt=Y.validationRules,gr=Y.variables,Qt=sr(Y,["dangerouslyAssumeSchemaIsValid","docExplorerOpen","externalFragments","fetcher","headers","inputValueDeprecation","introspectionQueryName","maxHistoryLength","onEditOperationName","onSchemaChange","onToggleHistory","onToggleDocs","operationName","query","response","storage","schema","schemaDescription","shouldPersistHeaders","validationRules","variables"]);if(typeof Ge!="function")throw new TypeError("GraphiQL requires a fetcher function.");return w.createElement(m.G,{storage:Pt},w.createElement(m.y,{maxHistoryLength:$n,onToggle:tt},w.createElement(m.a,{defaultQuery:Qt.defaultQuery,externalFragments:qe,headers:hn,onEditOperationName:bn,onTabChange:typeof Qt.tabs=="object"?Qt.tabs.onTabChange:void 0,query:ct,response:Bt,shouldPersistHeaders:Vt,validationRules:Xt,variables:gr},w.createElement(m.B,{dangerouslyAssumeSchemaIsValid:le,fetcher:Ge,inputValueDeprecation:Un,introspectionQueryName:Vn,onSchemaChange:mn,schema:it,schemaDescription:Yt},w.createElement(m.r,{fetcher:Ge,operationName:Ut},w.createElement(m.w,{isVisible:ke,onToggleVisibility:It},w.createElement(Ce,kt({},Qt,{ref:$}))))))))}),Ce=(0,w.forwardRef)(function(Y,$){var le=Y.getDefaultFieldNames,ke=sr(Y,["getDefaultFieldNames"]),qe=(0,m.f)({nonNull:!0}),Ge=(0,m.s)({nonNull:!0}),hn=(0,m.x)(),Un=(0,m.z)(),Vn=(0,m.D)({nonNull:!0}),$n=(0,m.J)(),bn=(0,m.u)({getDefaultFieldNames:le}),mn=(0,m.e)({onCopyQuery:ke.onCopyQuery}),tt=(0,m.h)(),It=(0,m.j)(),Ut=(0,m.K)({defaultSizeRelation:3,direction:"horizontal",initiallyHidden:hn!=null&&hn.isVisible?void 0:"second",onHiddenElementChange:function(Pt){Pt==="second"?hn==null||hn.hide():hn==null||hn.show()},sizeThresholdSecond:200,storageKey:"docExplorerFlex"}),ct=(0,m.K)({direction:"horizontal",storageKey:"editorFlex"}),Bt=(0,m.K)({defaultSizeRelation:3,direction:"vertical",initiallyHidden:function(){return ke.defaultVariableEditorOpen!==void 0?ke.defaultVariableEditorOpen?void 0:"second":ke.defaultSecondaryEditorOpen!==void 0?ke.defaultSecondaryEditorOpen?void 0:"second":qe.initialVariables||qe.initialHeaders?void 0:"second"}(),sizeThresholdSecond:60,storageKey:"secondaryEditorFlex"});return w.createElement(tn,kt({},ke,{editorContext:qe,executionContext:Ge,explorerContext:hn,historyContext:Un,schemaContext:Vn,storageContext:$n,autoCompleteLeafs:bn,copy:mn,merge:tt,prettify:It,docResize:Ut,editorResize:ct,secondaryEditorResize:Bt,ref:$}))}),tn=function(Q){Ht(Y,Q);function Y($){var le=Q.call(this,$)||this;return le.state={activeSecondaryEditor:"variable"},le}return Y.prototype.render=function(){var $=this,le,ke,qe,Ge,hn=w.Children.toArray(this.props.children),Un=re(hn,function(mn){return Pn(mn,fe.Logo)})||w.createElement(fe.Logo,null),Vn=re(hn,function(mn){return Pn(mn,fe.Toolbar)})||w.createElement(fe.Toolbar,null,w.createElement(f,{onClick:function(){$.props.prettify()},title:"Prettify Query (Shift-Ctrl-P)",label:"Prettify"}),w.createElement(f,{onClick:function(){$.props.merge()},title:"Merge Query (Shift-Ctrl-M)",label:"Merge"}),w.createElement(f,{onClick:function(){$.props.copy()},title:"Copy Query (Shift-Ctrl-C)",label:"Copy"}),w.createElement(f,{onClick:function(){var mn;return(mn=$.props.historyContext)===null||mn===void 0?void 0:mn.toggle()},title:!((le=this.props.historyContext)===null||le===void 0)&&le.isVisible?"Hide History":"Show History",label:"History"}),w.createElement(f,{onClick:function(){return $.props.schemaContext.introspect()},title:"Fetch GraphQL schema using introspection (Shift-Ctrl-R)",label:"Introspect"}),!((ke=this.props.toolbar)===null||ke===void 0)&&ke.additionalContent?this.props.toolbar.additionalContent:null),$n=re(hn,function(mn){return Pn(mn,fe.Footer)}),bn=(qe=this.props.headerEditorEnabled)!==null&&qe!==void 0?qe:!0;return w.createElement("div",{"data-testid":"graphiql-container",className:"graphiql-container"},w.createElement("div",{ref:this.props.docResize.firstRef},((Ge=this.props.historyContext)===null||Ge===void 0?void 0:Ge.isVisible)&&w.createElement("div",{className:"historyPaneWrap",style:{width:"230px",zIndex:7}},w.createElement(ln,null)),w.createElement("div",{className:"editorWrap"},w.createElement("div",{className:"topBarWrap"},this.props.beforeTopBarContent,w.createElement("div",{className:"topBar"},Un,w.createElement(u,null),Vn),this.props.explorerContext&&!this.props.explorerContext.isVisible&&w.createElement("button",{type:"button",className:"docExplorerShow",onClick:function(){var mn;(mn=$.props.explorerContext)===null||mn===void 0||mn.show(),$.props.docResize.setHiddenElement(null)},"aria-label":"Open Documentation Explorer"},"Docs")),this.props.tabs?w.createElement(yt,{tabsProps:{"aria-label":"Select active operation"}},this.props.editorContext.tabs.map(function(mn,tt){return w.createElement(xt,{key:mn.id,isActive:tt===$.props.editorContext.activeTabIndex,title:mn.title,isCloseable:$.props.editorContext.tabs.length>1,onSelect:function(){$.props.executionContext.stop(),$.props.editorContext.changeTab(tt)},onClose:function(){$.props.editorContext.activeTabIndex===tt&&$.props.executionContext.stop(),$.props.editorContext.closeTab(tt)},tabProps:{"aria-controls":"sessionWrap",id:"session-tab-".concat(tt)}})}),w.createElement(Ot,{onClick:function(){$.props.editorContext.addTab()}})):null,w.createElement("div",{role:"tabpanel",id:"sessionWrap",className:"editorBar","aria-labelledby":"session-tab-".concat(this.props.editorContext.activeTabIndex)},w.createElement("div",{ref:this.props.editorResize.firstRef},w.createElement("div",{className:"queryWrap"},w.createElement("div",{ref:this.props.secondaryEditorResize.firstRef},w.createElement(T,{editorTheme:this.props.editorTheme,onClickReference:function(){$.props.docResize.hiddenElement==="second"&&$.props.docResize.setHiddenElement(null)},keyMap:this.props.keyMap,onCopyQuery:this.props.onCopyQuery,onEdit:this.props.onEditQuery,readOnly:this.props.readOnly})),w.createElement("div",{ref:this.props.secondaryEditorResize.dragBarRef},w.createElement("div",{className:"secondary-editor-title variable-editor-title",id:"secondary-editor-title"},w.createElement("div",{className:"variable-editor-title-text".concat(this.state.activeSecondaryEditor==="variable"?" active":""),onClick:function(){$.props.secondaryEditorResize.hiddenElement==="second"&&$.props.secondaryEditorResize.setHiddenElement(null),$.setState({activeSecondaryEditor:"variable"},function(){var mn;(mn=$.props.editorContext.variableEditor)===null||mn===void 0||mn.refresh()})}},"Query Variables"),bn&&w.createElement("div",{style:{marginLeft:"20px"},className:"variable-editor-title-text".concat(this.state.activeSecondaryEditor==="header"?" active":""),onClick:function(){$.props.secondaryEditorResize.hiddenElement==="second"&&$.props.secondaryEditorResize.setHiddenElement(null),$.setState({activeSecondaryEditor:"header"},function(){var mn;(mn=$.props.editorContext.headerEditor)===null||mn===void 0||mn.refresh()})}},"Request Headers"))),w.createElement("div",{ref:this.props.secondaryEditorResize.secondRef},w.createElement("section",{className:"variable-editor secondary-editor","aria-label":this.state.activeSecondaryEditor==="variable"?"Query Variables":"Request Headers"},w.createElement(D,{onEdit:this.props.onEditVariables,editorTheme:this.props.editorTheme,readOnly:this.props.readOnly,active:this.state.activeSecondaryEditor==="variable",keyMap:this.props.keyMap}),bn&&w.createElement(O,{active:this.state.activeSecondaryEditor==="header",editorTheme:this.props.editorTheme,onEdit:this.props.onEditHeaders,readOnly:this.props.readOnly,keyMap:this.props.keyMap}))))),w.createElement("div",{ref:this.props.editorResize.dragBarRef},w.createElement("div",{className:"editor-drag-bar"})),w.createElement("div",{ref:this.props.editorResize.secondRef},w.createElement("div",{className:"resultWrap"},this.props.executionContext.isFetching&&w.createElement("div",{className:"spinner-container"},w.createElement("div",{className:"spinner"})),w.createElement(N,{editorTheme:this.props.editorTheme,ResponseTooltip:this.props.ResultsTooltip,keyMap:this.props.keyMap}),$n))))),w.createElement("div",{ref:this.props.docResize.dragBarRef},w.createElement("div",{className:"docExplorerResizer"})),w.createElement("div",{ref:this.props.docResize.secondRef},w.createElement("div",{className:"docExplorerWrap"},w.createElement(rn,{onClose:function(){return $.props.docResize.setHiddenElement("second")}}))))},Y.prototype.getQueryEditor=function(){return this.props.editorContext.queryEditor||null},Y.prototype.getVariableEditor=function(){return this.props.editorContext.variableEditor||null},Y.prototype.getHeaderEditor=function(){return this.props.editorContext.headerEditor||null},Y.prototype.refresh=function(){var $,le,ke,qe;($=this.props.editorContext.queryEditor)===null||$===void 0||$.refresh(),(le=this.props.editorContext.variableEditor)===null||le===void 0||le.refresh(),(ke=this.props.editorContext.headerEditor)===null||ke===void 0||ke.refresh(),(qe=this.props.editorContext.responseEditor)===null||qe===void 0||qe.refresh()},Y.prototype.autoCompleteLeafs=function(){return this.props.autoCompleteLeafs()},Y}(w.Component);function wn(Q){return w.createElement("div",{className:"title"},Q.children||w.createElement("span",null,"Graph",w.createElement("em",null,"i"),"QL"))}wn.displayName="GraphiQLLogo";function Wn(Q){return w.createElement("div",{className:"toolbar",role:"toolbar","aria-label":"Editor Commands"},Q.children)}Wn.displayName="GraphiQLToolbar";function wt(Q){return w.createElement("div",{className:"footer"},Q.children)}wt.displayName="GraphiQLFooter";function Pn(Q,Y){var $;return!(($=Q==null?void 0:Q.type)===null||$===void 0)&&$.displayName&&Q.type.displayName===Y.displayName?!0:Q.type===Y}var ft=function(){var Q=function(Y,$){return Q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(le,ke){le.__proto__=ke}||function(le,ke){for(var qe in ke)Object.prototype.hasOwnProperty.call(ke,qe)&&(le[qe]=ke[qe])},Q(Y,$)};return function(Y,$){if(typeof $!="function"&&$!==null)throw new TypeError("Class extends value "+String($)+" is not a constructor or null");Q(Y,$);function le(){this.constructor=Y}Y.prototype=$===null?Object.create($):(le.prototype=$.prototype,new le)}}(),Tt=function(){return Tt=Object.assign||function(Q){for(var Y,$=1,le=arguments.length;$<le;$++){Y=arguments[$];for(var ke in Y)Object.prototype.hasOwnProperty.call(Y,ke)&&(Q[ke]=Y[ke])}return Q},Tt.apply(this,arguments)};function jt(Q){return!(!Q||typeof Q!="object"||!("props"in Q))}var ur=function(Q){ft(Y,Q);function Y($){var le=Q.call(this,$)||this;return le._node=null,le._listener=null,le.handleOpen=function(ke){fr(ke),le.setState({visible:!0}),le._subscribe()},le.state={visible:!1},le}return Y.prototype.componentWillUnmount=function(){this._release()},Y.prototype.render=function(){var $=this,le,ke=this.state.visible,qe=w.Children.map(this.props.children,function(Ge,hn){var Un;if(!jt(Ge))return null;(!le||Ge.props.selected)&&(le=Ge);var Vn=Ge.props.onSelect||((Un=$.props.onSelect)===null||Un===void 0?void 0:Un.bind(null,Ge.props.value,hn));return w.createElement(vr,Tt({},Ge.props,{onSelect:Vn}))});return w.createElement("a",{className:"toolbar-select toolbar-button",onClick:this.handleOpen.bind(this),onMouseDown:fr,ref:function(Ge){$._node=Ge},title:this.props.title},le==null?void 0:le.props.label,w.createElement("svg",{width:"13",height:"10"},w.createElement("path",{fill:"#666",d:"M 5 5 L 13 5 L 9 1 z"}),w.createElement("path",{fill:"#666",d:"M 5 6 L 13 6 L 9 10 z"})),w.createElement("ul",{className:"toolbar-select-options"+(ke?" open":"")},qe))},Y.prototype._subscribe=function(){this._listener||(this._listener=this.handleClick.bind(this),document.addEventListener("click",this._listener))},Y.prototype._release=function(){this._listener&&(document.removeEventListener("click",this._listener),this._listener=null)},Y.prototype.handleClick=function($){this._node!==$.target&&(fr($),this.setState({visible:!1}),this._release())},Y}(w.Component);function vr(Q){var Y=Q.onSelect,$=Q.label,le=Q.selected;return w.createElement("li",{onMouseOver:function(ke){ke.currentTarget.className="hover"},onMouseOut:function(ke){ke.currentTarget.className=""},onMouseDown:fr,onMouseUp:Y},$,le&&w.createElement("svg",{width:"13",height:"13"},w.createElement("polygon",{points:`4.851,10.462 0,5.611 2.314,3.297 4.851,5.835
2217
+ 10.686,0 13,2.314 4.851,10.462`})))}function fr(Q){Q.preventDefault()}var Mt=function(Q,Y){var $=typeof Symbol=="function"&&Q[Symbol.iterator];if(!$)return Q;var le=$.call(Q),ke,qe=[],Ge;try{for(;(Y===void 0||Y-- >0)&&!(ke=le.next()).done;)qe.push(ke.value)}catch(hn){Ge={error:hn}}finally{try{ke&&!ke.done&&($=le.return)&&$.call(le)}finally{if(Ge)throw Ge.error}}return qe},nr=function(Q,Y,$){if($||arguments.length===2)for(var le=0,ke=Y.length,qe;le<ke;le++)(qe||!(le in Y))&&(qe||(qe=Array.prototype.slice.call(Y,0,le)),qe[le]=Y[le]);return Q.concat(qe||Array.prototype.slice.call(Y))};const pr=fe;var Gr=function(){for(var Y=[],$=0;$<arguments.length;$++)Y[$]=arguments[$];return console.warn("Importing `onHasCompletion` from `graphiql` is deprecated and will be removed in the next major version. Please switch to importing the `onHasCompletion` function provided by the `@graphiql/react` package."),_onHasCompletion.apply(void 0,nr([],Mt(Y),!1))},Zr=function(){for(var Y=[],$=0;$<arguments.length;$++)Y[$]=arguments[$];return console.warn("Importing `fillLeafs` from `graphiql` is deprecated and will be removed in the next major version. Please switch to importing the `fillLeafs` function provided by the `@graphiql/toolkit` package."),_fillLeafs.apply(void 0,nr([],Mt(Y),!1))},wo=function(){for(var Y=[],$=0;$<arguments.length;$++)Y[$]=arguments[$];return console.warn("Importing `getSelectedOperationName` from `graphiql` is deprecated and will be removed in the next major version. Please switch to importing the `getSelectedOperationName` function provided by the `@graphiql/toolkit` package."),_getSelectedOperationName.apply(void 0,nr([],Mt(Y),!1))},ai=function(){for(var Y=[],$=0;$<arguments.length;$++)Y[$]=arguments[$];return console.warn("Importing `mergeAst` from `graphiql` is deprecated and will be removed in the next major version. Please switch to importing the `mergeAst` function provided by the `@graphiql/toolkit` package."),_mergeAst.apply(void 0,nr([],Mt(Y),!1))},Nt=Hn(6193),Kr=Hn(3379),Gi=Hn.n(Kr),qr=Hn(1701),Sr={};Sr.insert="head",Sr.singleton=!1;var Zi=Gi()(qr.Z,Sr);const si=qr.Z.locals||{};let Oo=Q=>{document.querySelector("#status-bar").textContent=`Insites - ${Q.MPKIT_URL}`};fetch("/info").then(Q=>Q.json()).then(Oo).catch(console.error);const Ki=Q=>fetch("/graphql",{method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify(Q)}).then(Y=>Y.text()).then(Y=>{try{return JSON.parse(Y)}catch{return Y}}),ui=`query GetModel {
2218
+ models(per_page: 10) {
2219
+ results {
2220
+ id
2221
+ model_schema_name
2222
+ }
2223
+ }
2224
+ }
2225
+
2226
+ mutation CreateSession {
2227
+ user_session_create(email: "test@example.com", password: "s3cretp@ssw0rd1337") {
2228
+ id
2229
+ }
2230
+ }`,qi=Q=>{const Y=Q.__schema.types.map($=>($.fields&&($.fields=$.fields.filter(le=>!le.isDeprecated)),$));return{...Q,types:Y}};class Hi extends w.Component{constructor(Y){super(Y),this._graphiql=pr,this.state={schema:null,query:this._getInitialQuery(),explorerIsOpen:!0}}componentDidMount(){Ki({query:(0,o.K)()}).then(Y=>{this.setState({schema:(0,b.Z)(Y.data)}),this.setState({cleanSchema:(0,b.Z)(qi(Y.data))})})}_getInitialQuery=()=>localStorage.getItem("query")||ui;_handleEditQuery=Y=>{this.setState({query:Y}),localStorage.setItem("query",Y)};_handleToggleExplorer=()=>{this.setState({explorerIsOpen:!this.state.explorerIsOpen})};render(){const{query:Y,schema:$,cleanSchema:le}=this.state;return w.createElement("div",{className:"graphiql-container"},w.createElement(Nt.ZP,{schema:le,query:Y,onEdit:this._handleEditQuery,explorerIsOpen:this.state.explorerIsOpen,onToggleExplorer:this._handleToggleExplorer}),w.createElement(pr,{ref:ke=>{this.editor=ke},fetcher:Ki,schema:$,query:Y,onEditQuery:this._handleEditQuery,docExplorerOpen:!1},w.createElement(pr.Toolbar,null,w.createElement(pr.Button,{onClick:()=>this.editor.handlePrettifyQuery(),title:"Prettify Query (Shift-Ctrl-P)",label:"Prettify"}),w.createElement(pr.Button,{onClick:()=>this.editor.handleToggleHistory(),title:"Show History",label:"History"}),w.createElement(pr.Button,{onClick:()=>this._handleToggleExplorer(),label:"Explorer",title:"Toggle Explorer"}))))}}(0,B.render)(w.createElement(Hi,null),document.getElementById("graphiql"))})()})();