abstra 3.23.3__py3-none-any.whl → 3.23.5__py3-none-any.whl

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 (239) hide show
  1. {abstra-3.23.3.dist-info → abstra-3.23.5.dist-info}/METADATA +1 -1
  2. {abstra-3.23.3.dist-info → abstra-3.23.5.dist-info}/RECORD +191 -192
  3. abstra_internals/contracts_generated.py +660 -652
  4. abstra_internals/controllers/execution/consumer.py +27 -39
  5. abstra_internals/controllers/execution/execution.py +7 -4
  6. abstra_internals/controllers/execution/execution_client.py +2 -11
  7. abstra_internals/controllers/execution/execution_client_form.py +10 -11
  8. abstra_internals/controllers/execution/execution_client_hook.py +3 -9
  9. abstra_internals/controllers/execution/execution_stdio.py +3 -14
  10. abstra_internals/controllers/execution/execution_test.py +5 -9
  11. abstra_internals/controllers/execution/worker_process.py +8 -33
  12. abstra_internals/controllers/main.py +18 -26
  13. abstra_internals/controllers/workflows.py +33 -0
  14. abstra_internals/entities/execution_context.py +1 -0
  15. abstra_internals/entities/execution_test.py +6 -3
  16. abstra_internals/entities/forms/widgets/file_upload.py +1 -1
  17. abstra_internals/interface/cli/editor.py +6 -3
  18. abstra_internals/interface/sdk/forms/deprecated/page_test.py +6 -8
  19. abstra_internals/interface/sdk/tables/api_test.py +1 -7
  20. abstra_internals/logs_watcher.py +13 -6
  21. abstra_internals/repositories/consumer.py +1 -3
  22. abstra_internals/repositories/factory.py +7 -6
  23. abstra_internals/repositories/producer.py +7 -41
  24. abstra_internals/repositories/project/project_test.py +1 -6
  25. abstra_internals/repositories/tasks.py +8 -4
  26. abstra_internals/server/blueprints/player.py +39 -24
  27. abstra_internals/server/guards/role_guard_test.py +1 -6
  28. abstra_internals/server/routes/forms.py +10 -3
  29. abstra_internals/server/routes/mcp.py +2 -1
  30. abstra_internals/server/routes/stdio.py +3 -3
  31. abstra_internals/stdio_patcher.py +4 -4
  32. abstra_internals/tasks_watcher.py +59 -0
  33. abstra_internals/utils/ai.py +4 -9
  34. abstra_statics/dist/assets/AbstraButton.vue_vue_type_script_setup_true_lang.ad9e23f0.js +2 -0
  35. abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.ee29465c.js +2 -0
  36. abstra_statics/dist/assets/ApiKeys.958a2342.js +2 -0
  37. abstra_statics/dist/assets/App.6c9e1d73.js +2 -0
  38. abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.46bbdba5.js +2 -0
  39. abstra_statics/dist/assets/{BaseLayout.670b8441.js → BaseLayout.d4459d3a.js} +2 -2
  40. abstra_statics/dist/assets/{Billing.80a50079.js → Billing.920e2b19.js} +2 -2
  41. abstra_statics/dist/assets/{Breadcrumb.1d42c80c.js → Breadcrumb.2d9d636f.js} +2 -2
  42. abstra_statics/dist/assets/{Builds.4641dcf9.js → Builds.11e86dae.js} +2 -2
  43. abstra_statics/dist/assets/{Card.774e5d67.js → Card.0b4293e1.js} +2 -2
  44. abstra_statics/dist/assets/{CircularLoading.02fd7b7b.js → CircularLoading.e2f7dd80.js} +2 -2
  45. abstra_statics/dist/assets/CloseCircleOutlined.196a309a.js +2 -0
  46. abstra_statics/dist/assets/{ConnectorsView.746c7417.js → ConnectorsView.cda5c60f.js} +2 -2
  47. abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.4d7bb007.js +2 -0
  48. abstra_statics/dist/assets/{ContentLayout.4fc85c66.js → ContentLayout.69b8ab09.js} +2 -2
  49. abstra_statics/dist/assets/{CrudView.7f2cbde4.js → CrudView.56ebce1a.js} +2 -2
  50. abstra_statics/dist/assets/DocsButton.vue_vue_type_script_setup_true_lang.4eb7d335.js +2 -0
  51. abstra_statics/dist/assets/{EditorLogin.45764526.js → EditorLogin.a10e3a50.js} +2 -2
  52. abstra_statics/dist/assets/{EditorsView.e9452d34.js → EditorsView.1925d1b5.js} +2 -2
  53. abstra_statics/dist/assets/EnvVars.67eed38a.js +2 -0
  54. abstra_statics/dist/assets/Error.66a8e630.js +2 -0
  55. abstra_statics/dist/assets/ExclamationCircleOutlined.3ef65f87.js +2 -0
  56. abstra_statics/dist/assets/{Files.8bcd4d1f.js → Files.e978e721.js} +2 -2
  57. abstra_statics/dist/assets/{Form.288a7191.js → Form.ba1aeab0.js} +2 -2
  58. abstra_statics/dist/assets/{FormRunner.f721431d.js → FormRunner.1a6e12cb.js} +2 -2
  59. abstra_statics/dist/assets/Home.2871cae9.js +2 -0
  60. abstra_statics/dist/assets/Home.de257b98.js +2 -0
  61. abstra_statics/dist/assets/{Live.2bbd1666.js → Live.cf58dd01.js} +2 -2
  62. abstra_statics/dist/assets/LoadingContainer.e6a98e2f.js +2 -0
  63. abstra_statics/dist/assets/LoadingOutlined.398021fd.js +2 -0
  64. abstra_statics/dist/assets/Login.604d7bbd.js +2 -0
  65. abstra_statics/dist/assets/{Login.186f24a9.js → Login.605b23e8.js} +2 -2
  66. abstra_statics/dist/assets/{Login.vue_vue_type_script_setup_true_lang.fab46c0c.js → Login.vue_vue_type_script_setup_true_lang.a8986f39.js} +2 -2
  67. abstra_statics/dist/assets/Logo.0fee0801.js +2 -0
  68. abstra_statics/dist/assets/Logs.e15923a0.js +2 -0
  69. abstra_statics/dist/assets/LogsController.35cad159.js +2 -0
  70. abstra_statics/dist/assets/Main.17024018.js +2 -0
  71. abstra_statics/dist/assets/{MockForm.9b6a244c.js → MockForm.603b1cbb.js} +2 -2
  72. abstra_statics/dist/assets/Navbar.d4751f52.js +2 -0
  73. abstra_statics/dist/assets/{NewEditor.1d7ddf86.js → NewEditor.bd4c258c.js} +5 -5
  74. abstra_statics/dist/assets/OidcLoginCallback.14f293b0.js +2 -0
  75. abstra_statics/dist/assets/OidcLogoutCallback.cb05eca4.js +2 -0
  76. abstra_statics/dist/assets/{OmniChat.5e68be1c.js → OmniChat.6d6fed9c.js} +2 -2
  77. abstra_statics/dist/assets/{OnboardingView.8733d184.js → OnboardingView.546afa14.js} +2 -2
  78. abstra_statics/dist/assets/{Organization.bcb76b94.js → Organization.a7309bfd.js} +2 -2
  79. abstra_statics/dist/assets/Organizations.91c269e6.js +2 -0
  80. abstra_statics/dist/assets/{PhArrowCounterClockwise.vue.d273955f.js → PhArrowCounterClockwise.vue.2706c012.js} +2 -2
  81. abstra_statics/dist/assets/{PhArrowSquareOut.vue.0d20b8e9.js → PhArrowSquareOut.vue.06e1e087.js} +2 -2
  82. abstra_statics/dist/assets/{PhBookBookmark.vue.8611e54f.js → PhBookBookmark.vue.b9569168.js} +2 -2
  83. abstra_statics/dist/assets/{PhChats.vue.3dd1c2d7.js → PhChats.vue.bb8ced1d.js} +2 -2
  84. abstra_statics/dist/assets/{PhClockCounterClockwise.vue.853bd5ec.js → PhClockCounterClockwise.vue.4252e6be.js} +2 -2
  85. abstra_statics/dist/assets/{PhCopy.vue.b1c2f21f.js → PhCopy.vue.59c3a353.js} +2 -2
  86. abstra_statics/dist/assets/{PhCopySimple.vue.ffc7ec94.js → PhCopySimple.vue.1c5a0760.js} +2 -2
  87. abstra_statics/dist/assets/{PhCube.vue.b5e79047.js → PhCube.vue.7728ef5a.js} +2 -2
  88. abstra_statics/dist/assets/{PhDotsThreeVertical.vue.89b627bd.js → PhDotsThreeVertical.vue.275748da.js} +2 -2
  89. abstra_statics/dist/assets/{PhDownloadSimple.vue.2c2eeb2c.js → PhDownloadSimple.vue.ed1fb44c.js} +2 -2
  90. abstra_statics/dist/assets/{PhFolderPlus.vue.e199ba17.js → PhFolderPlus.vue.aa7bc872.js} +2 -2
  91. abstra_statics/dist/assets/{PhGear.vue.fbac4098.js → PhGear.vue.ab14d56a.js} +2 -2
  92. abstra_statics/dist/assets/{PhKey.vue.1850e466.js → PhKey.vue.c0768b68.js} +2 -2
  93. abstra_statics/dist/assets/{PhPencil.vue.c3c70f7d.js → PhPencil.vue.aaf907d1.js} +2 -2
  94. abstra_statics/dist/assets/{PhPencilSimple.vue.ee9d03fc.js → PhPencilSimple.vue.2580bcf9.js} +2 -2
  95. abstra_statics/dist/assets/{PhPencilSimpleLine.vue.6eedd1e6.js → PhPencilSimpleLine.vue.2c2058ce.js} +2 -2
  96. abstra_statics/dist/assets/{PhRocket.vue.56a9b767.js → PhRocket.vue.67935a85.js} +2 -2
  97. abstra_statics/dist/assets/{PhSignOut.vue.ee548b4c.js → PhSignOut.vue.87084f39.js} +2 -2
  98. abstra_statics/dist/assets/{PhSparkle.vue.dc906cc7.js → PhSparkle.vue.707b3721.js} +2 -2
  99. abstra_statics/dist/assets/{PhUserList.vue.6d0e7bc8.js → PhUserList.vue.907c1a2b.js} +2 -2
  100. abstra_statics/dist/assets/{PhUsersThree.vue.528ec19f.js → PhUsersThree.vue.2c3539c7.js} +2 -2
  101. abstra_statics/dist/assets/{PhWebhooksLogo.vue.49b66d69.js → PhWebhooksLogo.vue.1134426a.js} +2 -2
  102. abstra_statics/dist/assets/{PlayerConfigProvider.ead35c7b.js → PlayerConfigProvider.bee6a260.js} +2 -2
  103. abstra_statics/dist/assets/{PlayerNavbar.523eb145.js → PlayerNavbar.b15bb1f3.js} +2 -2
  104. abstra_statics/dist/assets/{Project.d667be48.js → Project.c5ac4ebe.js} +2 -2
  105. abstra_statics/dist/assets/{ProjectLogin.ed25cb39.js → ProjectLogin.2905a0d6.js} +2 -2
  106. abstra_statics/dist/assets/{ProjectSettings.78ebb6ae.js → ProjectSettings.e40cc19c.js} +2 -2
  107. abstra_statics/dist/assets/{ProjectsView.0a9b802f.js → ProjectsView.3df99f87.js} +2 -2
  108. abstra_statics/dist/assets/{SaveButton.7c95c711.js → SaveButton.5a81e6f5.js} +2 -2
  109. abstra_statics/dist/assets/{Sidebar.88ff0297.js → Sidebar.f23acdbf.js} +2 -2
  110. abstra_statics/dist/assets/{Sql.cbcb65af.js → Sql.ea1ee70d.js} +5 -5
  111. abstra_statics/dist/assets/Steps.ad9ac163.js +2 -0
  112. abstra_statics/dist/assets/{TableEditor.8166dbd3.js → TableEditor.3150beb1.js} +2 -2
  113. abstra_statics/dist/assets/Tables.ad8c6f7a.js +2 -0
  114. abstra_statics/dist/assets/{TablesDiagram.67a07e98.js → TablesDiagram.5d3625d1.js} +2 -2
  115. abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.58bcff9a.js +2 -0
  116. abstra_statics/dist/assets/{Tasks.d7e74b8f.js → Tasks.d5e7bdf2.js} +2 -2
  117. abstra_statics/dist/assets/{UploadOutlined.6515c426.js → UploadOutlined.5f3b92b7.js} +2 -2
  118. abstra_statics/dist/assets/{View.2cf966b9.js → View.63e7c09c.js} +2 -2
  119. abstra_statics/dist/assets/{View.vue_vue_type_script_setup_true_lang.17304c45.js → View.vue_vue_type_script_setup_true_lang.a36086e8.js} +2 -2
  120. abstra_statics/dist/assets/{Watermark.4b6da85c.js → Watermark.a7a7af90.js} +2 -2
  121. abstra_statics/dist/assets/{WebEditor.969d0862.js → WebEditor.37194274.js} +2 -2
  122. abstra_statics/dist/assets/{WidgetPreview.6cc6a025.js → WidgetPreview.5d662c77.js} +2 -2
  123. abstra_statics/dist/assets/ant-design.9bb31d85.js +2 -0
  124. abstra_statics/dist/assets/apiKey.4f2a122c.js +2 -0
  125. abstra_statics/dist/assets/asyncComputed.06839806.js +2 -0
  126. abstra_statics/dist/assets/{build.c819a477.js → build.995e6997.js} +2 -2
  127. abstra_statics/dist/assets/colorHelpers.eb706cff.js +2 -0
  128. abstra_statics/dist/assets/{console.072f10aa.js → console.a07258d6.js} +2 -2
  129. abstra_statics/dist/assets/constants.d30e64e7.js +2 -0
  130. abstra_statics/dist/assets/{cssMode.b24669f0.js → cssMode.5c9f19b3.js} +2 -2
  131. abstra_statics/dist/assets/datetime.49213c3c.js +2 -0
  132. abstra_statics/dist/assets/dayjs.9d20dd08.js +2 -0
  133. abstra_statics/dist/assets/editor.a151d549.js +2 -0
  134. abstra_statics/dist/assets/editor.main.f809eb34.js +2 -0
  135. abstra_statics/dist/assets/fetch.ce34efab.js +2 -0
  136. abstra_statics/dist/assets/{files.ff551888.js → files.5dcc78be.js} +2 -2
  137. abstra_statics/dist/assets/{folder.92a70293.js → folder.777c3209.js} +2 -2
  138. abstra_statics/dist/assets/{freemarker2.c3563cfb.js → freemarker2.385a198f.js} +2 -2
  139. abstra_statics/dist/assets/{handlebars.bedd8360.js → handlebars.806a8b22.js} +3 -3
  140. abstra_statics/dist/assets/{html.3cfc37f8.js → html.8df330b0.js} +2 -2
  141. abstra_statics/dist/assets/{htmlMode.f9c29f9d.js → htmlMode.08713341.js} +2 -2
  142. abstra_statics/dist/assets/{index.5429e60c.js → index.11470ce1.js} +5 -5
  143. abstra_statics/dist/assets/index.15909af6.js +2 -0
  144. abstra_statics/dist/assets/{index.dfc9f500.js → index.227be58a.js} +2 -2
  145. abstra_statics/dist/assets/{index.9028af84.js → index.440bd76c.js} +2 -2
  146. abstra_statics/dist/assets/{index.138ad220.js → index.49f6d313.js} +2 -2
  147. abstra_statics/dist/assets/index.6f004291.js +2 -0
  148. abstra_statics/dist/assets/{index.a9e83a57.js → index.ad15e486.js} +2 -2
  149. abstra_statics/dist/assets/{index.26a34a52.js → index.cf5ef754.js} +2 -2
  150. abstra_statics/dist/assets/{index.b69b3146.js → index.f219d050.js} +2 -2
  151. abstra_statics/dist/assets/{index.e6b397aa.js → index.fdbbf978.js} +2 -2
  152. abstra_statics/dist/assets/{javascript.a4a24e63.js → javascript.7e683eb3.js} +2 -2
  153. abstra_statics/dist/assets/{jsonMode.4df0cb48.js → jsonMode.c71ca5e7.js} +2 -2
  154. abstra_statics/dist/assets/{jwt-decode.esm.b204fb7d.js → jwt-decode.esm.bcf2db26.js} +7 -7
  155. abstra_statics/dist/assets/linters.1f3c2bdc.js +2 -0
  156. abstra_statics/dist/assets/{liquid.6539d262.js → liquid.c89ab4d8.js} +3 -3
  157. abstra_statics/dist/assets/{member.c5283d66.js → member.39a2b810.js} +2 -2
  158. abstra_statics/dist/assets/{metadata.e6e36ac2.js → metadata.77edb2ef.js} +2 -2
  159. abstra_statics/dist/assets/{omniChatStore.0470e5b1.js → omniChatStore.13045a23.js} +2 -2
  160. abstra_statics/dist/assets/{organization.04cff158.js → organization.017d0932.js} +2 -2
  161. abstra_statics/dist/assets/player.490b5a36.js +2 -0
  162. abstra_statics/dist/assets/{plotly.min.e185d882.js → plotly.min.ebdb6341.js} +2 -2
  163. abstra_statics/dist/assets/polling.b53cbe3d.js +2 -0
  164. abstra_statics/dist/assets/{project.c198d794.js → project.6106c0ae.js} +2 -2
  165. abstra_statics/dist/assets/{python.5c45007e.js → python.fe5f6c61.js} +3 -3
  166. abstra_statics/dist/assets/{razor.dbd79c37.js → razor.63a60978.js} +2 -2
  167. abstra_statics/dist/assets/{record.316e025a.js → record.6b6d4da9.js} +2 -2
  168. abstra_statics/dist/assets/{redirect.d1904049.js → redirect.b8ba406b.js} +2 -2
  169. abstra_statics/dist/assets/{repository.ae6e826f.js → repository.54d4a909.js} +2 -2
  170. abstra_statics/dist/assets/{repository.babdc912.js → repository.f2f5d880.js} +2 -2
  171. abstra_statics/dist/assets/{router.29d47df0.js → router.e5052323.js} +3 -3
  172. abstra_statics/dist/assets/{string.4a80abd5.js → string.2f1abff3.js} +2 -2
  173. abstra_statics/dist/assets/{tables.e80a0328.js → tables.ecf1f359.js} +2 -2
  174. abstra_statics/dist/assets/{tasksController.307be8dc.js → tasksController.64f43cce.js} +3 -3
  175. abstra_statics/dist/assets/{toggleHighContrast.4184537f.js → toggleHighContrast.a33c9afc.js} +7 -7
  176. abstra_statics/dist/assets/{tsMode.12c94eed.js → tsMode.bbb62deb.js} +2 -2
  177. abstra_statics/dist/assets/{typescript.e087b68e.js → typescript.f3be1a16.js} +3 -3
  178. abstra_statics/dist/assets/url.79c72bde.js +2 -0
  179. abstra_statics/dist/assets/userStore.5dca7ff0.js +2 -0
  180. abstra_statics/dist/assets/uuid.3f5b8acd.js +2 -0
  181. abstra_statics/dist/assets/{vue-flow-background.402b0a32.js → vue-flow-background.939eca5f.js} +2 -2
  182. abstra_statics/dist/assets/{vue-quill.esm-bundler.10d49c97.js → vue-quill.esm-bundler.c86df351.js} +2 -2
  183. abstra_statics/dist/assets/workspaceStore.7283625b.js +2 -0
  184. abstra_statics/dist/assets/{xml.c4ef7130.js → xml.96392483.js} +3 -3
  185. abstra_statics/dist/assets/{yaml.5eb27541.js → yaml.96b91a1d.js} +3 -3
  186. abstra_statics/dist/console.html +15 -15
  187. abstra_statics/dist/editor.html +11 -11
  188. abstra_statics/dist/player.html +9 -9
  189. abstra_internals/utils/threading.py +0 -24
  190. abstra_internals/utils/websockets.py +0 -79
  191. abstra_statics/dist/assets/AbstraButton.vue_vue_type_script_setup_true_lang.c714d609.js +0 -2
  192. abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.37e7ad5b.js +0 -2
  193. abstra_statics/dist/assets/ApiKeys.94113392.js +0 -2
  194. abstra_statics/dist/assets/App.6c102d26.js +0 -2
  195. abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.26121baf.js +0 -2
  196. abstra_statics/dist/assets/CloseCircleOutlined.7ac8e1e8.js +0 -2
  197. abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.b85f86d8.js +0 -2
  198. abstra_statics/dist/assets/DocsButton.vue_vue_type_script_setup_true_lang.0b26fb89.js +0 -2
  199. abstra_statics/dist/assets/EnvVars.ccc24231.js +0 -2
  200. abstra_statics/dist/assets/Error.1bf571a6.js +0 -2
  201. abstra_statics/dist/assets/ExclamationCircleOutlined.f71fa58b.js +0 -2
  202. abstra_statics/dist/assets/Home.23f0cff8.js +0 -2
  203. abstra_statics/dist/assets/Home.5ce6aade.js +0 -2
  204. abstra_statics/dist/assets/LoadingContainer.3ea9ec8d.js +0 -2
  205. abstra_statics/dist/assets/LoadingOutlined.11688830.js +0 -2
  206. abstra_statics/dist/assets/Login.2a4c7e48.js +0 -2
  207. abstra_statics/dist/assets/Logo.cc2d4a95.js +0 -2
  208. abstra_statics/dist/assets/Logs.f57284a4.js +0 -2
  209. abstra_statics/dist/assets/LogsController.353f0002.js +0 -2
  210. abstra_statics/dist/assets/Main.635e443c.js +0 -2
  211. abstra_statics/dist/assets/Navbar.dacca218.js +0 -2
  212. abstra_statics/dist/assets/OidcLoginCallback.0dff6320.js +0 -2
  213. abstra_statics/dist/assets/OidcLogoutCallback.1f077fbb.js +0 -2
  214. abstra_statics/dist/assets/Organizations.3dbd99e1.js +0 -2
  215. abstra_statics/dist/assets/Steps.4c7bc2b0.js +0 -2
  216. abstra_statics/dist/assets/Tables.0da330b6.js +0 -2
  217. abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.2d88acf3.js +0 -2
  218. abstra_statics/dist/assets/ant-design.771baa34.js +0 -2
  219. abstra_statics/dist/assets/apiKey.8e591cfc.js +0 -2
  220. abstra_statics/dist/assets/asyncComputed.0f036eae.js +0 -2
  221. abstra_statics/dist/assets/colorHelpers.c4e8851c.js +0 -2
  222. abstra_statics/dist/assets/constants.6f822a9d.js +0 -2
  223. abstra_statics/dist/assets/datetime.7d5f4744.js +0 -2
  224. abstra_statics/dist/assets/dayjs.19defe89.js +0 -2
  225. abstra_statics/dist/assets/editor.6fa2da52.js +0 -2
  226. abstra_statics/dist/assets/editor.main.91c25311.js +0 -2
  227. abstra_statics/dist/assets/fetch.41281c28.js +0 -2
  228. abstra_statics/dist/assets/index.dccc1696.js +0 -2
  229. abstra_statics/dist/assets/index.e7bc0e19.js +0 -2
  230. abstra_statics/dist/assets/linters.5b679742.js +0 -2
  231. abstra_statics/dist/assets/player.c715ca22.js +0 -2
  232. abstra_statics/dist/assets/polling.5f85e241.js +0 -2
  233. abstra_statics/dist/assets/url.371275cf.js +0 -2
  234. abstra_statics/dist/assets/userStore.26658284.js +0 -2
  235. abstra_statics/dist/assets/uuid.ffd92735.js +0 -2
  236. abstra_statics/dist/assets/workspaceStore.9caf566c.js +0 -2
  237. {abstra-3.23.3.dist-info → abstra-3.23.5.dist-info}/WHEEL +0 -0
  238. {abstra-3.23.3.dist-info → abstra-3.23.5.dist-info}/entry_points.txt +0 -0
  239. {abstra-3.23.3.dist-info → abstra-3.23.5.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- var M=Object.defineProperty;var K=(e,t,r)=>t in e?M(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var _=(e,t,r)=>(K(e,typeof t!="symbol"?t+"":t,r),r);import{t as R,m as E}from"./toggleHighContrast.4184537f.js";import"./jwt-decode.esm.b204fb7d.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="3e3f3f90-6cbc-4079-b8f1-fa3d83c56782",e._sentryDebugIdIdentifier="sentry-dbid-3e3f3f90-6cbc-4079-b8f1-fa3d83c56782")}catch{}})();/*!-----------------------------------------------------------------------------
1
+ var M=Object.defineProperty;var K=(e,t,r)=>t in e?M(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var _=(e,t,r)=>(K(e,typeof t!="symbol"?t+"":t,r),r);import{t as R,m as E}from"./toggleHighContrast.a33c9afc.js";import"./jwt-decode.esm.bcf2db26.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="30af8966-a6db-4ff2-9c6c-c5469acc1b9f",e._sentryDebugIdIdentifier="sentry-dbid-30af8966-a6db-4ff2-9c6c-c5469acc1b9f")}catch{}})();/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
4
4
  * Released under the MIT license
@@ -14,4 +14,4 @@ ${O(r)}`;return t}};function O(e){let t=`*@${e.name}*`;if(e.name==="param"&&e.te
14
14
  `+n:"")}]}}},J=class extends w{async provideDocumentHighlights(e,t,r){const s=e.uri,a=e.getOffsetAt(t),u=await this._worker(s);if(e.isDisposed())return;const c=await u.getOccurrencesAtPosition(s.toString(),a);if(!(!c||e.isDisposed()))return c.map(g=>({range:this._textSpanToRange(e,g.textSpan),kind:g.isWriteAccess?i.languages.DocumentHighlightKind.Write:i.languages.DocumentHighlightKind.Text}))}},Q=class extends w{constructor(e,t){super(t),this._libFiles=e}async provideDefinition(e,t,r){const s=e.uri,a=e.getOffsetAt(t),u=await this._worker(s);if(e.isDisposed())return;const c=await u.getDefinitionAtPosition(s.toString(),a);if(!c||e.isDisposed()||(await this._libFiles.fetchLibFilesIfNecessary(c.map(n=>i.Uri.parse(n.fileName))),e.isDisposed()))return;const g=[];for(let n of c){const p=this._libFiles.getOrCreateModel(n.fileName);p&&g.push({uri:p.uri,range:this._textSpanToRange(p,n.textSpan)})}return g}},q=class extends w{constructor(e,t){super(t),this._libFiles=e}async provideReferences(e,t,r,s){const a=e.uri,u=e.getOffsetAt(t),c=await this._worker(a);if(e.isDisposed())return;const g=await c.getReferencesAtPosition(a.toString(),u);if(!g||e.isDisposed()||(await this._libFiles.fetchLibFilesIfNecessary(g.map(p=>i.Uri.parse(p.fileName))),e.isDisposed()))return;const n=[];for(let p of g){const d=this._libFiles.getOrCreateModel(p.fileName);d&&n.push({uri:d.uri,range:this._textSpanToRange(d,p.textSpan)})}return n}},X=class extends w{async provideDocumentSymbols(e,t){const r=e.uri,s=await this._worker(r);if(e.isDisposed())return;const a=await s.getNavigationBarItems(r.toString());if(!a||e.isDisposed())return;const u=(g,n,p)=>{let d={name:n.text,detail:"",kind:m[n.kind]||i.languages.SymbolKind.Variable,range:this._textSpanToRange(e,n.spans[0]),selectionRange:this._textSpanToRange(e,n.spans[0]),tags:[]};if(p&&(d.containerName=p),n.childItems&&n.childItems.length>0)for(let f of n.childItems)u(g,f,d.name);g.push(d)};let c=[];return a.forEach(g=>u(c,g)),c}},l=class{};b(l,"unknown","");b(l,"keyword","keyword");b(l,"script","script");b(l,"module","module");b(l,"class","class");b(l,"interface","interface");b(l,"type","type");b(l,"enum","enum");b(l,"variable","var");b(l,"localVariable","local var");b(l,"function","function");b(l,"localFunction","local function");b(l,"memberFunction","method");b(l,"memberGetAccessor","getter");b(l,"memberSetAccessor","setter");b(l,"memberVariable","property");b(l,"constructorImplementation","constructor");b(l,"callSignature","call");b(l,"indexSignature","index");b(l,"constructSignature","construct");b(l,"parameter","parameter");b(l,"typeParameter","type parameter");b(l,"primitiveType","primitive type");b(l,"label","label");b(l,"alias","alias");b(l,"const","const");b(l,"let","let");b(l,"warning","warning");var m=Object.create(null);m[l.module]=i.languages.SymbolKind.Module;m[l.class]=i.languages.SymbolKind.Class;m[l.enum]=i.languages.SymbolKind.Enum;m[l.interface]=i.languages.SymbolKind.Interface;m[l.memberFunction]=i.languages.SymbolKind.Method;m[l.memberVariable]=i.languages.SymbolKind.Property;m[l.memberGetAccessor]=i.languages.SymbolKind.Property;m[l.memberSetAccessor]=i.languages.SymbolKind.Property;m[l.variable]=i.languages.SymbolKind.Variable;m[l.const]=i.languages.SymbolKind.Variable;m[l.localVariable]=i.languages.SymbolKind.Variable;m[l.variable]=i.languages.SymbolKind.Variable;m[l.function]=i.languages.SymbolKind.Function;m[l.localFunction]=i.languages.SymbolKind.Function;var S=class extends w{static _convertOptions(e){return{ConvertTabsToSpaces:e.insertSpaces,TabSize:e.tabSize,IndentSize:e.tabSize,IndentStyle:2,NewLineCharacter:`
15
15
  `,InsertSpaceAfterCommaDelimiter:!0,InsertSpaceAfterSemicolonInForStatements:!0,InsertSpaceBeforeAndAfterBinaryOperators:!0,InsertSpaceAfterKeywordsInControlFlowStatements:!0,InsertSpaceAfterFunctionKeywordForAnonymousFunctions:!0,InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis:!1,InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets:!1,InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces:!1,PlaceOpenBraceOnNewLineForControlBlocks:!1,PlaceOpenBraceOnNewLineForFunctions:!1}}_convertTextChanges(e,t){return{text:t.newText,range:this._textSpanToRange(e,t.span)}}},Y=class extends S{async provideDocumentRangeFormattingEdits(e,t,r,s){const a=e.uri,u=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),c=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),g=await this._worker(a);if(e.isDisposed())return;const n=await g.getFormattingEditsForRange(a.toString(),u,c,S._convertOptions(r));if(!(!n||e.isDisposed()))return n.map(p=>this._convertTextChanges(e,p))}},Z=class extends S{get autoFormatTriggerCharacters(){return[";","}",`
16
16
  `]}async provideOnTypeFormattingEdits(e,t,r,s,a){const u=e.uri,c=e.getOffsetAt(t),g=await this._worker(u);if(e.isDisposed())return;const n=await g.getFormattingEditsAfterKeystroke(u.toString(),c,r,S._convertOptions(s));if(!(!n||e.isDisposed()))return n.map(p=>this._convertTextChanges(e,p))}},ee=class extends S{async provideCodeActions(e,t,r,s){const a=e.uri,u=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),c=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),g=S._convertOptions(e.getOptions()),n=r.markers.filter(h=>h.code).map(h=>h.code).map(Number),p=await this._worker(a);if(e.isDisposed())return;const d=await p.getCodeFixesAtPosition(a.toString(),u,c,n,g);return!d||e.isDisposed()?{actions:[],dispose:()=>{}}:{actions:d.filter(h=>h.changes.filter(y=>y.isNewFile).length===0).map(h=>this._tsCodeFixActionToMonacoCodeAction(e,r,h)),dispose:()=>{}}}_tsCodeFixActionToMonacoCodeAction(e,t,r){const s=[];for(const u of r.changes)for(const c of u.textChanges)s.push({resource:e.uri,versionId:void 0,textEdit:{range:this._textSpanToRange(e,c.span),text:c.newText}});return{title:r.description,edit:{edits:s},diagnostics:t.markers,kind:"quickfix"}}},te=class extends w{constructor(e,t){super(t),this._libFiles=e}async provideRenameEdits(e,t,r,s){const a=e.uri,u=a.toString(),c=e.getOffsetAt(t),g=await this._worker(a);if(e.isDisposed())return;const n=await g.getRenameInfo(u,c,{allowRenameOfImportPath:!1});if(n.canRename===!1)return{edits:[],rejectReason:n.localizedErrorMessage};if(n.fileToRename!==void 0)throw new Error("Renaming files is not supported.");const p=await g.findRenameLocations(u,c,!1,!1,!1);if(!p||e.isDisposed())return;const d=[];for(const f of p){const h=this._libFiles.getOrCreateModel(f.fileName);if(h)d.push({resource:h.uri,versionId:void 0,textEdit:{range:this._textSpanToRange(h,f.textSpan),text:r}});else throw new Error(`Unknown file ${f.fileName}.`)}return{edits:d}}},re=class extends w{async provideInlayHints(e,t,r){const s=e.uri,a=s.toString(),u=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),c=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),g=await this._worker(s);return e.isDisposed()?null:{hints:(await g.provideInlayHints(a,u,c)).map(d=>({...d,label:d.text,position:e.getPositionAt(d.position),kind:this._convertHintKind(d.kind)})),dispose:()=>{}}}_convertHintKind(e){switch(e){case"Parameter":return i.languages.InlayHintKind.Parameter;case"Type":return i.languages.InlayHintKind.Type;default:return i.languages.InlayHintKind.Type}}},A,L;function ae(e){L=N(e,"typescript")}function oe(e){A=N(e,"javascript")}function le(){return new Promise((e,t)=>{if(!A)return t("JavaScript not registered!");e(A)})}function ce(){return new Promise((e,t)=>{if(!L)return t("TypeScript not registered!");e(L)})}function N(e,t){const r=new U(t,e),s=(...u)=>r.getLanguageServiceWorker(...u),a=new $(s);return i.languages.registerCompletionItemProvider(t,new D(s)),i.languages.registerSignatureHelpProvider(t,new I(s)),i.languages.registerHoverProvider(t,new G(s)),i.languages.registerDocumentHighlightProvider(t,new J(s)),i.languages.registerDefinitionProvider(t,new Q(a,s)),i.languages.registerReferenceProvider(t,new q(a,s)),i.languages.registerDocumentSymbolProvider(t,new X(s)),i.languages.registerDocumentRangeFormattingEditProvider(t,new Y(s)),i.languages.registerOnTypeFormattingEditProvider(t,new Z(s)),i.languages.registerCodeActionProvider(t,new ee(s)),i.languages.registerRenameProvider(t,new te(a,s)),i.languages.registerInlayHintsProvider(t,new re(s)),new z(a,e,t,s),s}export{w as Adapter,ee as CodeActionAdaptor,Q as DefinitionAdapter,z as DiagnosticsAdapter,Y as FormatAdapter,S as FormatHelper,Z as FormatOnTypeAdapter,re as InlayHintsAdapter,l as Kind,$ as LibFiles,J as OccurrencesAdapter,X as OutlineAdapter,G as QuickInfoAdapter,q as ReferenceAdapter,te as RenameAdapter,I as SignatureHelpAdapter,D as SuggestAdapter,U as WorkerManager,F as flattenDiagnosticMessageText,le as getJavaScriptWorker,ce as getTypeScriptWorker,oe as setupJavaScript,ae as setupTypeScript};
17
- //# sourceMappingURL=tsMode.12c94eed.js.map
17
+ //# sourceMappingURL=tsMode.bbb62deb.js.map
@@ -1,7 +1,7 @@
1
- import{m as a}from"./toggleHighContrast.4184537f.js";import"./jwt-decode.esm.b204fb7d.js";(function(){try{var t=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="847512ec-9ebf-4903-ae2b-271a04a2791c",t._sentryDebugIdIdentifier="sentry-dbid-847512ec-9ebf-4903-ae2b-271a04a2791c")}catch{}})();/*!-----------------------------------------------------------------------------
1
+ import{m as c}from"./toggleHighContrast.a33c9afc.js";import"./jwt-decode.esm.bcf2db26.js";(function(){try{var t=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="f584efff-4f12-4346-81c3-387077c42ba6",t._sentryDebugIdIdentifier="sentry-dbid-f584efff-4f12-4346-81c3-387077c42ba6")}catch{}})();/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/var c=Object.defineProperty,p=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,d=Object.prototype.hasOwnProperty,s=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of g(e))!d.call(t,r)&&r!==n&&c(t,r,{get:()=>e[r],enumerable:!(i=p(e,r))||i.enumerable});return t},l=(t,e,n)=>(s(t,e,"default"),n&&s(n,e,"default")),o={};l(o,a);var u={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],onEnterRules:[{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,afterText:/^\s*\*\/$/,action:{indentAction:o.languages.IndentAction.IndentOutdent,appendText:" * "}},{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,action:{indentAction:o.languages.IndentAction.None,appendText:" * "}},{beforeText:/^(\t|(\ \ ))*\ \*(\ ([^\*]|\*(?!\/))*)?$/,action:{indentAction:o.languages.IndentAction.None,appendText:"* "}},{beforeText:/^(\t|(\ \ ))*\ \*\/\s*$/,action:{indentAction:o.languages.IndentAction.None,removeText:1}}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],folding:{markers:{start:new RegExp("^\\s*//\\s*#?region\\b"),end:new RegExp("^\\s*//\\s*#?endregion\\b")}}},f={defaultToken:"invalid",tokenPostfix:".ts",keywords:["abstract","any","as","asserts","bigint","boolean","break","case","catch","class","continue","const","constructor","debugger","declare","default","delete","do","else","enum","export","extends","false","finally","for","from","function","get","if","implements","import","in","infer","instanceof","interface","is","keyof","let","module","namespace","never","new","null","number","object","out","package","private","protected","public","override","readonly","require","global","return","set","static","string","super","switch","symbol","this","throw","true","try","type","typeof","undefined","unique","unknown","var","void","while","with","yield","async","await","of"],operators:["<=",">=","==","!=","===","!==","=>","+","-","**","*","/","%","++","--","<<","</",">>",">>>","&","|","^","!","~","&&","||","??","?",":","=","+=","-=","*=","**=","/=","%=","<<=",">>=",">>>=","&=","|=","^=","@"],symbols:/[=><!~?:&|+\-*\/\^%]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,regexpctl:/[(){}\[\]\$\^|\-*+?\.]/,regexpesc:/\\(?:[bBdDfnrstvwWn0\\\/]|@regexpctl|c[A-Z]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})/,tokenizer:{root:[[/[{}]/,"delimiter.bracket"],{include:"common"}],common:[[/[a-z_$][\w$]*/,{cases:{"@keywords":"keyword","@default":"identifier"}}],[/[A-Z][\w\$]*/,"type.identifier"],{include:"@whitespace"},[/\/(?=([^\\\/]|\\.)+\/([dgimsuy]*)(\s*)(\.|;|,|\)|\]|\}|$))/,{token:"regexp",bracket:"@open",next:"@regexp"}],[/[()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([dgimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}};export{u as conf,f as language};
7
- //# sourceMappingURL=typescript.e087b68e.js.map
6
+ *-----------------------------------------------------------------------------*/var a=Object.defineProperty,p=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,d=Object.prototype.hasOwnProperty,s=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of g(e))!d.call(t,r)&&r!==n&&a(t,r,{get:()=>e[r],enumerable:!(i=p(e,r))||i.enumerable});return t},l=(t,e,n)=>(s(t,e,"default"),n&&s(n,e,"default")),o={};l(o,c);var f={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],onEnterRules:[{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,afterText:/^\s*\*\/$/,action:{indentAction:o.languages.IndentAction.IndentOutdent,appendText:" * "}},{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,action:{indentAction:o.languages.IndentAction.None,appendText:" * "}},{beforeText:/^(\t|(\ \ ))*\ \*(\ ([^\*]|\*(?!\/))*)?$/,action:{indentAction:o.languages.IndentAction.None,appendText:"* "}},{beforeText:/^(\t|(\ \ ))*\ \*\/\s*$/,action:{indentAction:o.languages.IndentAction.None,removeText:1}}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],folding:{markers:{start:new RegExp("^\\s*//\\s*#?region\\b"),end:new RegExp("^\\s*//\\s*#?endregion\\b")}}},u={defaultToken:"invalid",tokenPostfix:".ts",keywords:["abstract","any","as","asserts","bigint","boolean","break","case","catch","class","continue","const","constructor","debugger","declare","default","delete","do","else","enum","export","extends","false","finally","for","from","function","get","if","implements","import","in","infer","instanceof","interface","is","keyof","let","module","namespace","never","new","null","number","object","out","package","private","protected","public","override","readonly","require","global","return","set","static","string","super","switch","symbol","this","throw","true","try","type","typeof","undefined","unique","unknown","var","void","while","with","yield","async","await","of"],operators:["<=",">=","==","!=","===","!==","=>","+","-","**","*","/","%","++","--","<<","</",">>",">>>","&","|","^","!","~","&&","||","??","?",":","=","+=","-=","*=","**=","/=","%=","<<=",">>=",">>>=","&=","|=","^=","@"],symbols:/[=><!~?:&|+\-*\/\^%]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,regexpctl:/[(){}\[\]\$\^|\-*+?\.]/,regexpesc:/\\(?:[bBdDfnrstvwWn0\\\/]|@regexpctl|c[A-Z]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})/,tokenizer:{root:[[/[{}]/,"delimiter.bracket"],{include:"common"}],common:[[/[a-z_$][\w$]*/,{cases:{"@keywords":"keyword","@default":"identifier"}}],[/[A-Z][\w\$]*/,"type.identifier"],{include:"@whitespace"},[/\/(?=([^\\\/]|\\.)+\/([dgimsuy]*)(\s*)(\.|;|,|\)|\]|\}|$))/,{token:"regexp",bracket:"@open",next:"@regexp"}],[/[()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([dgimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}};export{f as conf,u as language};
7
+ //# sourceMappingURL=typescript.f3be1a16.js.map
@@ -0,0 +1,2 @@
1
+ import"./jwt-decode.esm.bcf2db26.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},r=new Error().stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="73d43d16-3b18-4acf-8978-44cad3ab88d6",e._sentryDebugIdIdentifier="sentry-dbid-73d43d16-3b18-4acf-8978-44cad3ab88d6")}catch{}})();const c=e=>{try{return new URL(e),!0}catch{return!1}},o=(e,r)=>{if(!Object.keys(r).length)return e;const t=new URL(e),n=new URLSearchParams(t.search);return Object.entries(r).forEach(([a,s])=>{t.searchParams.delete(a),n.set(a,s)}),`${t.origin}${t.pathname}?${n.toString()}`};export{c as i,o as m};
2
+ //# sourceMappingURL=url.79c72bde.js.map
@@ -0,0 +1,2 @@
1
+ import{q as f,O as v,L as b,r as w,c as n,Q as m}from"./jwt-decode.esm.bcf2db26.js";(function(){try{var t=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="b2014438-bc29-43d5-ab5d-236554e07e53",t._sentryDebugIdIdentifier="sentry-dbid-b2014438-bc29-43d5-ab5d-236554e07e53")}catch{}})();const p=2*60*60,y=t=>{try{const e=m(t);if(!e.exp)throw Error("expired jwt");return{email:e.email,expiresInSeconds:e.exp*1e3}}catch{console.warn("Invalid JWT")}return null},g=f("user",()=>{const t=new v(b.string(),"auth:jwt"),e=w(null),s=()=>{e.value=null,t.remove()},o=r=>{t.set(r),e.value=r},u=()=>{e.value=t.get()},l=n(()=>e.value?{Authorization:`Bearer ${e.value}`}:{}),c=n(()=>e.value?["default",`base64url.bearer.authorization.${e.value}`]:[]),a=n(()=>e.value?y(e.value):null),d=n(()=>{var r;return(r=a.value)==null?void 0:r.email}),i=()=>a.value?a.value.expiresInSeconds-Date.now()>p:!1;return u(),{jwt:e,email:d,saveJWT:o,removeJWT:s,isJWTValid:i,authHeaders:l,wsAuthHeaders:c}});export{g as u};
2
+ //# sourceMappingURL=userStore.5dca7ff0.js.map
@@ -0,0 +1,2 @@
1
+ import"./jwt-decode.esm.bcf2db26.js";(function(){try{var x=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(x._sentryDebugIds=x._sentryDebugIds||{},x._sentryDebugIds[e]="910b9b57-57e5-405c-b91b-92acff038f25",x._sentryDebugIdIdentifier="sentry-dbid-910b9b57-57e5-405c-b91b-92acff038f25")}catch{}})();const r=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(x){const e=Math.random()*16|0;return(x=="x"?e:e&3|8).toString(16)});export{r as u};
2
+ //# sourceMappingURL=uuid.3f5b8acd.js.map