abstra 3.24.3__py3-none-any.whl → 3.24.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.
- abstra/ai.py +2 -0
- {abstra-3.24.3.dist-info → abstra-3.24.5.dist-info}/METADATA +2 -1
- {abstra-3.24.3.dist-info → abstra-3.24.5.dist-info}/RECORD +195 -192
- abstra_internals/contracts_generated.py +3737 -2560
- abstra_internals/controllers/workflows.py +42 -0
- abstra_internals/interface/sdk/ai.py +69 -0
- abstra_internals/repositories/execution.py +3 -6
- abstra_internals/repositories/git/native.py +90 -3
- abstra_internals/repositories/git/types.py +10 -0
- abstra_internals/repositories/linter/rules/env_in_bundle.py +2 -0
- abstra_internals/repositories/project/json_migrations/__init__.py +2 -0
- abstra_internals/repositories/project/json_migrations/migration_016.py +17 -0
- abstra_internals/repositories/project/json_migrations/migration_016_test.py +141 -0
- abstra_internals/repositories/project/project.py +62 -17
- abstra_internals/repositories/project/project_test.py +279 -0
- abstra_internals/repositories/tasks.py +2 -2
- abstra_internals/services/fs.py +311 -32
- abstra_internals/services/fs_test.py +28 -5
- abstra_internals/services/sql_storage.py +236 -0
- abstra_internals/services/sql_storage_test.py +112 -0
- abstra_internals/utils/file.py +7 -3
- abstra_internals/utils/fs_cache.py +173 -0
- abstra_statics/dist/assets/{AbstraButton.vue_vue_type_script_setup_true_lang.13670ae7.js → AbstraButton.vue_vue_type_script_setup_true_lang.6c541630.js} +2 -2
- abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.e1cfa824.js +2 -0
- abstra_statics/dist/assets/{ApiKeys.9b0b18b5.js → ApiKeys.96f96fe2.js} +2 -2
- abstra_statics/dist/assets/App.6b1b6a94.js +2 -0
- abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.08210ecb.js +2 -0
- abstra_statics/dist/assets/BaseLayout.2a82be24.js +2 -0
- abstra_statics/dist/assets/{Billing.f9062d88.js → Billing.24199f3a.js} +2 -2
- abstra_statics/dist/assets/{Breadcrumb.e54636d6.js → Breadcrumb.c8da3019.js} +2 -2
- abstra_statics/dist/assets/{Builds.c7363e1b.js → Builds.366d6ceb.js} +2 -2
- abstra_statics/dist/assets/{Card.4a8a30bb.js → Card.0d56c597.js} +2 -2
- abstra_statics/dist/assets/{CircularLoading.d81a4cac.js → CircularLoading.daf759d9.js} +2 -2
- abstra_statics/dist/assets/CloseCircleOutlined.2be0ee6c.js +2 -0
- abstra_statics/dist/assets/{ConnectorsView.d4b67e2e.js → ConnectorsView.904ff1c0.js} +2 -2
- abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.17fc3e62.js +2 -0
- abstra_statics/dist/assets/ContentLayout.c133929b.js +2 -0
- abstra_statics/dist/assets/{CrudView.57e8b29a.js → CrudView.789b533f.js} +2 -2
- abstra_statics/dist/assets/{DocsButton.vue_vue_type_script_setup_true_lang.108b18e1.js → DocsButton.vue_vue_type_script_setup_true_lang.a2b3eeb7.js} +2 -2
- abstra_statics/dist/assets/{EditorLogin.2f00deb7.js → EditorLogin.cac0ed52.js} +2 -2
- abstra_statics/dist/assets/{EditorsView.eb87a2d8.js → EditorsView.4b74b13b.js} +2 -2
- abstra_statics/dist/assets/EnvVars.0dfba770.js +2 -0
- abstra_statics/dist/assets/{Error.98b8036c.js → Error.c7f25d1b.js} +2 -2
- abstra_statics/dist/assets/ExclamationCircleOutlined.ad66211a.js +2 -0
- abstra_statics/dist/assets/ExecutionContext.91c0e0db.js +2 -0
- abstra_statics/dist/assets/ExecutionStatusIcon.vue_vue_type_script_setup_true_lang.31b499a5.js +2 -0
- abstra_statics/dist/assets/{Files.9fc8199a.js → Files.4ec90b9a.js} +2 -2
- abstra_statics/dist/assets/Form.5a5cac5f.js +2 -0
- abstra_statics/dist/assets/Form.7d1b0423.css +1 -0
- abstra_statics/dist/assets/FormRunner.4a5270dc.js +2 -0
- abstra_statics/dist/assets/{Home.191a6dce.js → Home.1271fb51.js} +2 -2
- abstra_statics/dist/assets/Home.f82c1587.js +2 -0
- abstra_statics/dist/assets/LoadingContainer.4430af86.js +2 -0
- abstra_statics/dist/assets/{LoadingOutlined.4c40acc4.js → LoadingOutlined.2d29f0e1.js} +2 -2
- abstra_statics/dist/assets/{Login.edfbdaea.js → Login.180d7b1c.js} +2 -2
- abstra_statics/dist/assets/Login.8e13b15d.js +2 -0
- abstra_statics/dist/assets/{Login.vue_vue_type_script_setup_true_lang.02acef81.js → Login.vue_vue_type_script_setup_true_lang.ab4402e7.js} +2 -2
- abstra_statics/dist/assets/Logo.e86b6b23.js +2 -0
- abstra_statics/dist/assets/Logs.03931b09.js +2 -0
- abstra_statics/dist/assets/Main.3afc4ba4.js +2 -0
- abstra_statics/dist/assets/MockForm.025d99f9.css +1 -0
- abstra_statics/dist/assets/{MockForm.091aa4ce.js → MockForm.1fa371d2.js} +2 -2
- abstra_statics/dist/assets/{Navbar.24019fd6.js → Navbar.2d7490c1.js} +2 -2
- abstra_statics/dist/assets/{NewEditor.f2d1c0c3.css → NewEditor.d2ee5048.css} +1 -1
- abstra_statics/dist/assets/NewEditor.dc0e868f.js +8 -0
- abstra_statics/dist/assets/OidcLoginCallback.8216e341.js +2 -0
- abstra_statics/dist/assets/OidcLogoutCallback.f471ecec.js +2 -0
- abstra_statics/dist/assets/{OmniChat.c78c1e51.js → OmniChat.be2d3d92.js} +2 -2
- abstra_statics/dist/assets/{OnboardingView.687780ed.js → OnboardingView.4957b5f8.js} +2 -2
- abstra_statics/dist/assets/{Organization.0ac1bf79.js → Organization.27e529a7.js} +2 -2
- abstra_statics/dist/assets/{Organizations.fc123489.js → Organizations.88897e55.js} +2 -2
- abstra_statics/dist/assets/{PhArrowCounterClockwise.vue.6ab1b899.js → PhArrowCounterClockwise.vue.9ad742bf.js} +2 -2
- abstra_statics/dist/assets/{PhArrowSquareOut.vue.1cebb708.js → PhArrowSquareOut.vue.2a07a9b3.js} +2 -2
- abstra_statics/dist/assets/{PhClockCounterClockwise.vue.dae2e135.js → PhClockCounterClockwise.vue.b4dc22ed.js} +2 -2
- abstra_statics/dist/assets/{PhCopy.vue.71703533.js → PhCopy.vue.17ec4184.js} +2 -2
- abstra_statics/dist/assets/PhCopySimple.vue.d9213ca9.js +2 -0
- abstra_statics/dist/assets/{PhCube.vue.f8549a9b.js → PhCube.vue.027246a6.js} +2 -2
- abstra_statics/dist/assets/PhDatabase.vue.a188015f.js +2 -0
- abstra_statics/dist/assets/{PhDotsThreeVertical.vue.9d76c4de.js → PhDotsThreeVertical.vue.e9c6f787.js} +2 -2
- abstra_statics/dist/assets/{PhDownloadSimple.vue.21156b6d.js → PhDownloadSimple.vue.9ba8ac6f.js} +2 -2
- abstra_statics/dist/assets/{PhFileArrowUp.vue.406b22e3.js → PhFileArrowUp.vue.cd3d3139.js} +2 -2
- abstra_statics/dist/assets/{PhFilePlus.vue.b180df90.js → PhFilePlus.vue.2464bbea.js} +2 -2
- abstra_statics/dist/assets/{PhFolderPlus.vue.b18fd061.js → PhFolderPlus.vue.696aab26.js} +2 -2
- abstra_statics/dist/assets/{PhGear.vue.bed38929.js → PhGear.vue.c247e86d.js} +2 -2
- abstra_statics/dist/assets/{PhKey.vue.6ef5fdd3.js → PhKey.vue.1a84e5d0.js} +2 -2
- abstra_statics/dist/assets/{PhPencil.vue.0fc0fcc0.js → PhPencil.vue.3586175f.js} +2 -2
- abstra_statics/dist/assets/{PhPencilSimple.vue.0707effd.js → PhPencilSimple.vue.e88b8fd0.js} +2 -2
- abstra_statics/dist/assets/{PhRocket.vue.761192f5.js → PhRocket.vue.8b8080c3.js} +2 -2
- abstra_statics/dist/assets/{PhSignOut.vue.8d8dfd96.js → PhSignOut.vue.9eb21b1c.js} +2 -2
- abstra_statics/dist/assets/{PhSparkle.vue.18ed0427.js → PhSparkle.vue.70bce97e.js} +2 -2
- abstra_statics/dist/assets/{PhTranslate.vue.00a17a08.js → PhTranslate.vue.e579c286.js} +2 -2
- abstra_statics/dist/assets/{PhUsersThree.vue.d69f0723.js → PhUsersThree.vue.65e9b349.js} +2 -2
- abstra_statics/dist/assets/{PhWarningCircle.vue.20bfeba7.js → PhWarningCircle.vue.3134c1fb.js} +2 -2
- abstra_statics/dist/assets/{PhWebhooksLogo.vue.58a98824.js → PhWebhooksLogo.vue.e7321653.js} +2 -2
- abstra_statics/dist/assets/{PlayerConfigProvider.ad360920.js → PlayerConfigProvider.f0eaf9f3.js} +2 -2
- abstra_statics/dist/assets/{PlayerNavbar.97e8dee9.js → PlayerNavbar.7c0453f2.js} +2 -2
- abstra_statics/dist/assets/Project.fad3c835.js +2 -0
- abstra_statics/dist/assets/{ProjectLogin.f92a038d.js → ProjectLogin.83ae9c4c.js} +2 -2
- abstra_statics/dist/assets/{ProjectSettings.582746dc.js → ProjectSettings.f4e91391.js} +2 -2
- abstra_statics/dist/assets/{ProjectsView.a6b3674b.js → ProjectsView.c4e3053a.js} +2 -2
- abstra_statics/dist/assets/{SaveButton.c3ad6e9b.js → SaveButton.986667ef.js} +2 -2
- abstra_statics/dist/assets/ScrollArea.vue_vue_type_script_setup_true_lang.077a2088.js +2 -0
- abstra_statics/dist/assets/{Sidebar.69f9369e.js → Sidebar.b1e6ca23.js} +2 -2
- abstra_statics/dist/assets/{Sql.cdefe5b9.js → Sql.24116fa0.js} +4 -4
- abstra_statics/dist/assets/Steps.95771774.js +2 -0
- abstra_statics/dist/assets/TableCard.981d88c4.js +2 -0
- abstra_statics/dist/assets/{TableEditor.fcfa13de.js → TableEditor.a74fc9f4.js} +2 -2
- abstra_statics/dist/assets/{Tables.4ee84a7c.js → Tables.870957e7.js} +2 -2
- abstra_statics/dist/assets/{TablesDiagram.b1d1579e.js → TablesDiagram.6a217e62.js} +3 -3
- abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.983777c7.js +2 -0
- abstra_statics/dist/assets/{Tasks.fd2605bd.js → Tasks.8fbc0cc0.js} +2 -2
- abstra_statics/dist/assets/{UploadOutlined.64837788.js → UploadOutlined.e2352877.js} +2 -2
- abstra_statics/dist/assets/{View.b144c5e3.js → View.fd9cb47e.js} +2 -2
- abstra_statics/dist/assets/{View.vue_vue_type_script_setup_true_lang.c79117ce.js → View.vue_vue_type_script_setup_true_lang.69e51c6f.js} +2 -2
- abstra_statics/dist/assets/{Watermark.c0756030.js → Watermark.b1fed4a7.js} +2 -2
- abstra_statics/dist/assets/{WebEditor.774989ad.js → WebEditor.75ce5bd6.js} +2 -2
- abstra_statics/dist/assets/{WidgetPreview.4fd6afc0.js → WidgetPreview.5b0abaab.js} +2 -2
- abstra_statics/dist/assets/WorkflowViewer.0a209003.css +1 -0
- abstra_statics/dist/assets/WorkflowViewer.6f38d23f.js +2 -0
- abstra_statics/dist/assets/ant-design.5bd7ec4d.js +2 -0
- abstra_statics/dist/assets/{apiKey.ee792d72.js → apiKey.7cf16e08.js} +2 -2
- abstra_statics/dist/assets/asyncComputed.febe2b11.js +2 -0
- abstra_statics/dist/assets/{build.6e7d77b3.js → build.db7d8668.js} +2 -2
- abstra_statics/dist/assets/colorHelpers.939427f5.js +2 -0
- abstra_statics/dist/assets/{console.38bda98e.js → console.f402574a.js} +3 -3
- abstra_statics/dist/assets/{constants.be8ad36c.js → constants.bbfdfb21.js} +2 -2
- abstra_statics/dist/assets/contracts.generated.3f22c968.js +2 -0
- abstra_statics/dist/assets/{cssMode.408206bf.js → cssMode.d0c8e26e.js} +2 -2
- abstra_statics/dist/assets/{datetime.a6d58ce1.js → datetime.d5fe62ba.js} +2 -2
- abstra_statics/dist/assets/{dayjs.703ebc20.js → dayjs.8c9480e7.js} +2 -2
- abstra_statics/dist/assets/editor.11a4f0cf.js +2 -0
- abstra_statics/dist/assets/editor.main.2f21f781.js +2 -0
- abstra_statics/dist/assets/fetch.e0dfa394.js +2 -0
- abstra_statics/dist/assets/{files.1c1692f5.js → files.59b464cc.js} +2 -2
- abstra_statics/dist/assets/{folder.1b74b12c.js → folder.5b0f3179.js} +2 -2
- abstra_statics/dist/assets/{freemarker2.e62e067c.js → freemarker2.03629ab6.js} +2 -2
- abstra_statics/dist/assets/{handlebars.604fc901.js → handlebars.1163d9ba.js} +2 -2
- abstra_statics/dist/assets/{html.c02f177e.js → html.ef74c7bd.js} +2 -2
- abstra_statics/dist/assets/{htmlMode.64078e03.js → htmlMode.8829acd3.js} +2 -2
- abstra_statics/dist/assets/{index.2ec95eae.js → index.07e9309d.js} +2 -2
- abstra_statics/dist/assets/{index.5197afb2.js → index.12e6cfe2.js} +2 -2
- abstra_statics/dist/assets/{index.a12eba98.js → index.2aa34d4f.js} +5 -5
- abstra_statics/dist/assets/{index.82590a75.js → index.5eeedb69.js} +2 -2
- abstra_statics/dist/assets/{index.b91afb03.js → index.63e70668.js} +2 -2
- abstra_statics/dist/assets/index.75a16b09.js +2 -0
- abstra_statics/dist/assets/{index.bec0ecd0.js → index.76cbd30f.js} +2 -2
- abstra_statics/dist/assets/{index.015caad7.js → index.8995a499.js} +2 -2
- abstra_statics/dist/assets/{index.82842143.js → index.d408b03e.js} +2 -2
- abstra_statics/dist/assets/{javascript.57026f87.js → javascript.0dfeb7bb.js} +3 -3
- abstra_statics/dist/assets/{jsonMode.9b45b375.js → jsonMode.179b6695.js} +2 -2
- abstra_statics/dist/assets/{jwt-decode.c5760184.css → jwt-decode.cfe2994b.css} +1 -1
- abstra_statics/dist/assets/{jwt-decode.esm.3348bca5.js → jwt-decode.esm.47f59010.js} +88 -54
- abstra_statics/dist/assets/linters.9f818fd6.js +2 -0
- abstra_statics/dist/assets/{liquid.233d5164.js → liquid.0627704b.js} +3 -3
- abstra_statics/dist/assets/{member.d878cf3f.js → member.689a99e8.js} +2 -2
- abstra_statics/dist/assets/{metadata.9f7495db.js → metadata.69e468d6.js} +2 -2
- abstra_statics/dist/assets/{omniChatStore.40ad0b1b.js → omniChatStore.07f62bd5.js} +2 -2
- abstra_statics/dist/assets/{organization.8f08e075.js → organization.298987a0.js} +2 -2
- abstra_statics/dist/assets/{os.8ffdbf05.js → os.faa277a9.js} +2 -2
- abstra_statics/dist/assets/player.ebf3133f.js +2 -0
- abstra_statics/dist/assets/{plotly.min.da87d61b.js → plotly.min.16914e67.js} +2 -2
- abstra_statics/dist/assets/polling.96dd15ee.js +2 -0
- abstra_statics/dist/assets/{project.2483de10.js → project.8a5a3632.js} +2 -2
- abstra_statics/dist/assets/{python.1bdbd404.js → python.3bf17d7f.js} +3 -3
- abstra_statics/dist/assets/{razor.be821b87.js → razor.ea162aec.js} +3 -3
- abstra_statics/dist/assets/{record.a108da5a.js → record.30ff6eef.js} +2 -2
- abstra_statics/dist/assets/{redirect.eedb2bf6.js → redirect.d0ca2136.js} +2 -2
- abstra_statics/dist/assets/{repository.48119e01.js → repository.5c0cd878.js} +2 -2
- abstra_statics/dist/assets/repository.b1c27c35.js +2 -0
- abstra_statics/dist/assets/router.ae5c14de.js +2 -0
- abstra_statics/dist/assets/{router.c6e27700.js → router.cfb03f89.js} +5 -5
- abstra_statics/dist/assets/{string.998fa621.js → string.39c8a903.js} +2 -2
- abstra_statics/dist/assets/{tables.9701f90c.js → tables.34208b7c.js} +2 -2
- abstra_statics/dist/assets/tasksController.04461f1a.js +4 -0
- abstra_statics/dist/assets/{toggleHighContrast.23d5a1ab.js → toggleHighContrast.fa77fdf8.js} +7 -7
- abstra_statics/dist/assets/{tsMode.4558d65a.js → tsMode.a5869619.js} +2 -2
- abstra_statics/dist/assets/{typescript.4445d2fa.js → typescript.f2aa2c4b.js} +3 -3
- abstra_statics/dist/assets/url.4ba49005.js +2 -0
- abstra_statics/dist/assets/{useCodebaseEvents.6ebbc5a2.js → useCodebaseEvents.3542d20f.js} +2 -2
- abstra_statics/dist/assets/useTables.3e387cf0.js +2 -0
- abstra_statics/dist/assets/userStore.e8304ebc.js +2 -0
- abstra_statics/dist/assets/uuid.2075c158.js +2 -0
- abstra_statics/dist/assets/{vue-flow-background.f1022925.js → vue-flow-background.32950d16.js} +2 -2
- abstra_statics/dist/assets/{vue-flow-core.0de753a6.js → vue-flow-core.d96b7b33.js} +2 -2
- abstra_statics/dist/assets/{vue-quill.esm-bundler.8f4ad2b3.js → vue-quill.esm-bundler.42450ff3.js} +2 -2
- abstra_statics/dist/assets/{workspaceStore.5d3f2aec.js → workspaceStore.9693f43b.js} +2 -2
- abstra_statics/dist/assets/{xml.8a25758b.js → xml.a1244cf9.js} +3 -3
- abstra_statics/dist/assets/{yaml.e466330b.js → yaml.759fa896.js} +3 -3
- abstra_statics/dist/console.html +15 -15
- abstra_statics/dist/editor.html +14 -14
- abstra_statics/dist/player.html +10 -10
- abstra_internals/services/fs_storage.py +0 -76
- abstra_internals/services/fs_storage_test.py +0 -71
- abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.1035457c.js +0 -2
- abstra_statics/dist/assets/App.9ab9cabb.js +0 -2
- abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.6713c9c9.js +0 -2
- abstra_statics/dist/assets/BaseLayout.28c01b5b.js +0 -2
- abstra_statics/dist/assets/CloseCircleOutlined.39b5ab06.js +0 -2
- abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.5360224e.js +0 -2
- abstra_statics/dist/assets/ContentLayout.10f24838.js +0 -2
- abstra_statics/dist/assets/EnvVars.883a4a57.js +0 -2
- abstra_statics/dist/assets/ExclamationCircleOutlined.2441b96e.js +0 -2
- abstra_statics/dist/assets/Form.5d562f15.js +0 -2
- abstra_statics/dist/assets/Form.7493bc0a.css +0 -1
- abstra_statics/dist/assets/FormRunner.2b1b3c45.js +0 -2
- abstra_statics/dist/assets/Home.8502aa41.js +0 -2
- abstra_statics/dist/assets/LoadingContainer.ac03ea28.js +0 -2
- abstra_statics/dist/assets/Login.8bd6a07a.js +0 -2
- abstra_statics/dist/assets/Logo.fc8ace6c.js +0 -2
- abstra_statics/dist/assets/Logs.4c6c0b3a.js +0 -2
- abstra_statics/dist/assets/LogsController.a58ca42a.js +0 -2
- abstra_statics/dist/assets/Main.e6b2d2d5.js +0 -2
- abstra_statics/dist/assets/MockForm.e410c2c1.css +0 -1
- abstra_statics/dist/assets/NewEditor.2b6f4ed3.js +0 -8
- abstra_statics/dist/assets/OidcLoginCallback.987cebba.js +0 -2
- abstra_statics/dist/assets/OidcLogoutCallback.6c00d878.js +0 -2
- abstra_statics/dist/assets/PhCopySimple.vue.369eb629.js +0 -2
- abstra_statics/dist/assets/PhDatabase.vue.0d3246d7.js +0 -2
- abstra_statics/dist/assets/Project.6c4642b5.js +0 -2
- abstra_statics/dist/assets/ScrollArea.vue_vue_type_script_setup_true_lang.62178939.js +0 -2
- abstra_statics/dist/assets/Steps.82252fc0.js +0 -2
- abstra_statics/dist/assets/TableCard.5462c89d.js +0 -2
- abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.3e5206e0.js +0 -2
- abstra_statics/dist/assets/WorkflowViewer.2666936e.js +0 -2
- abstra_statics/dist/assets/WorkflowViewer.3b6aee8e.css +0 -1
- abstra_statics/dist/assets/ant-design.b3eefa58.js +0 -2
- abstra_statics/dist/assets/asyncComputed.c73d027a.js +0 -2
- abstra_statics/dist/assets/colorHelpers.5ee17d14.js +0 -2
- abstra_statics/dist/assets/contracts.generated.f01de5a3.js +0 -2
- abstra_statics/dist/assets/editor.a77b56bd.js +0 -2
- abstra_statics/dist/assets/editor.main.a1ebf0ab.js +0 -2
- abstra_statics/dist/assets/fetch.cd29ef4c.js +0 -2
- abstra_statics/dist/assets/index.b72cb2b3.js +0 -2
- abstra_statics/dist/assets/linters.903f3240.js +0 -2
- abstra_statics/dist/assets/player.7112583e.js +0 -2
- abstra_statics/dist/assets/polling.f547718c.js +0 -2
- abstra_statics/dist/assets/repository.353e892d.js +0 -2
- abstra_statics/dist/assets/repository.677ca13c.js +0 -2
- abstra_statics/dist/assets/router.c7abfb0c.js +0 -2
- abstra_statics/dist/assets/tasksController.5db769f7.js +0 -4
- abstra_statics/dist/assets/url.5d02a63f.js +0 -2
- abstra_statics/dist/assets/useTables.4d5edd80.js +0 -2
- abstra_statics/dist/assets/userStore.34b8f1eb.js +0 -2
- abstra_statics/dist/assets/uuid.6980e2bb.js +0 -2
- {abstra-3.24.3.dist-info → abstra-3.24.5.dist-info}/WHEEL +0 -0
- {abstra-3.24.3.dist-info → abstra-3.24.5.dist-info}/entry_points.txt +0 -0
- {abstra-3.24.3.dist-info → abstra-3.24.5.dist-info}/top_level.txt +0 -0
- /abstra_statics/dist/assets/{LogsController.61f8e22d.css → ExecutionContext.61f8e22d.css} +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.
|
|
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.fa77fdf8.js";import"./jwt-decode.esm.47f59010.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]="39f4b18b-afd4-4b85-88df-f442013371d6",e._sentryDebugIdIdentifier="sentry-dbid-39f4b18b-afd4-4b85-88df-f442013371d6")}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.
|
|
17
|
+
//# sourceMappingURL=tsMode.a5869619.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import{m as
|
|
1
|
+
import{m as c}from"./toggleHighContrast.fa77fdf8.js";import"./jwt-decode.esm.47f59010.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]="82b0f705-c0ca-4d3e-812f-97f0cf09e96d",t._sentryDebugIdIdentifier="sentry-dbid-82b0f705-c0ca-4d3e-812f-97f0cf09e96d")}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
|
|
7
|
-
//# sourceMappingURL=typescript.
|
|
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.f2aa2c4b.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"./jwt-decode.esm.47f59010.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]="bd5cd475-09e2-4e19-81d6-b84549797de4",e._sentryDebugIdIdentifier="sentry-dbid-bd5cd475-09e2-4e19-81d6-b84549797de4")}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(([s,d])=>{t.searchParams.delete(s),n.set(s,d)}),`${t.origin}${t.pathname}?${n.toString()}`};export{c as i,o as m};
|
|
2
|
+
//# sourceMappingURL=url.4ba49005.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
//# sourceMappingURL=useCodebaseEvents.
|
|
1
|
+
var p=Object.defineProperty;var b=(s,e,t)=>e in s?p(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t;var n=(s,e,t)=>(b(s,typeof e!="symbol"?e+"":e,t),t);import{A as f}from"./contracts.generated.3f22c968.js";import{Q as u,r as d,R as m,U as I,V as c}from"./jwt-decode.esm.47f59010.js";(function(){try{var s=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(s._sentryDebugIds=s._sentryDebugIds||{},s._sentryDebugIds[e]="b079ea19-2c75-4246-a067-2895fda99a49",s._sentryDebugIdIdentifier="sentry-dbid-b079ea19-2c75-4246-a067-2895fda99a49")}catch{}})();const r=class{constructor(){n(this,"ws",null);n(this,"reconnectTimer");n(this,"keepaliveInterval");n(this,"messageHandlers",new Set);n(this,"KEEPALIVE_INTERVAL",3e4);n(this,"RECONNECT_DELAY",1e3);this.connect()}static getInstance(){return r.instance||(r.instance=new r),r.instance}get url(){return"/_editor/api/codebase/events"}handleMessage(e){try{const t=JSON.parse(e.data),a=f.parse(t);this.messageHandlers.forEach(l=>{try{l(a)}catch(i){u(i)}})}catch(t){u(t)}}handleClose(){this.clearTimers(),this.scheduleReconnect()}handleError(){this.clearTimers(),this.scheduleReconnect()}clearTimers(){this.keepaliveInterval&&(clearInterval(this.keepaliveInterval),this.keepaliveInterval=void 0),this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=void 0)}scheduleReconnect(){this.reconnectTimer||(this.reconnectTimer=setTimeout(()=>{this.reconnectTimer=void 0,this.connect()},this.RECONNECT_DELAY))}startKeepalive(){this.keepaliveInterval=setInterval(()=>{this.sendKeepalive()},this.KEEPALIVE_INTERVAL)}sendKeepalive(){if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.handleError();return}try{this.ws.send(JSON.stringify({type:"keepalive"}))}catch(e){console.error("CodebaseEventsService: Failed to send keepalive:",e),this.handleError()}}async connect(){var e;if(((e=this.ws)==null?void 0:e.readyState)!==WebSocket.OPEN)try{this.ws=new WebSocket(this.url),this.ws.onopen=()=>this.startKeepalive(),this.ws.onclose=()=>this.handleClose(),this.ws.onerror=()=>this.handleError(),this.ws.onmessage=t=>this.handleMessage(t)}catch(t){console.error("CodebaseEventsService: Failed to create WebSocket:",t),this.scheduleReconnect()}}subscribe(e){return this.messageHandlers.add(e),()=>this.messageHandlers.delete(e)}isConnected(){var e;return((e=this.ws)==null?void 0:e.readyState)===WebSocket.OPEN}};let o=r;n(o,"instance",null);function T(){const s=d(!1),e=d(null),t=d(null),a=o.getInstance(),l=E=>{e.value=E},i=()=>{s.value=a.isConnected()};let h;const v=setInterval(i,1e3);return m(()=>{h(),clearInterval(v)}),I(()=>{h=a.subscribe(l),i()}),{isConnected:c(s),lastEvent:c(e),error:c(t),service:c(a)}}export{T as u};
|
|
2
|
+
//# sourceMappingURL=useCodebaseEvents.3542d20f.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"./router.cfb03f89.js";import{r as u}from"./jwt-decode.esm.47f59010.js";import{T as d}from"./tables.34208b7c.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},a=new Error().stack;a&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[a]="37014439-aa24-4656-935b-f07aa62e57f7",e._sentryDebugIdIdentifier="sentry-dbid-37014439-aa24-4656-935b-f07aa62e57f7")}catch{}})();const s=new Map,n=new Set,y=e=>{const a=u([]),t=u(!1),r=u(null),f=async(i=!1)=>{if(!i&&s.has(e))return a.value=s.get(e),a.value;if(n.has(e)){for(;n.has(e);)await new Promise(l=>setTimeout(l,100));return a.value=s.get(e)||[],a.value}try{t.value=!0,n.add(e),r.value=null;const l=await d.list(e);return a.value=l,s.set(e,l),l}catch(l){throw r.value=l,console.error("Error fetching tables:",l),l}finally{t.value=!1,n.delete(e)}},o=i=>a.value.find(l=>l.id===i)||null,b=()=>{s.delete(e)},h=()=>{s.clear()};return!s.has(e)&&!n.has(e)?f():s.has(e)&&(a.value=s.get(e)),{tables:a,loading:t,error:r,fetchTables:f,getTableById:o,invalidateCache:b,invalidateAllCache:h}};export{y as u};
|
|
2
|
+
//# sourceMappingURL=useTables.3e387cf0.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{v as f,a0 as v,Z as b,r as w,c as r,a1 as m}from"./jwt-decode.esm.47f59010.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]="0235dc5d-c2f5-482e-8bb7-2c71db2ea3aa",t._sentryDebugIdIdentifier="sentry-dbid-0235dc5d-c2f5-482e-8bb7-2c71db2ea3aa")}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=a=>{t.set(a),e.value=a},u=()=>{e.value=t.get()},l=r(()=>e.value?{Authorization:`Bearer ${e.value}`}:{}),c=r(()=>e.value?["default",`base64url.bearer.authorization.${e.value}`]:[]),n=r(()=>e.value?y(e.value):null),d=r(()=>{var a;return(a=n.value)==null?void 0:a.email}),i=()=>n.value?n.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.e8304ebc.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"./jwt-decode.esm.47f59010.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},x=new Error().stack;x&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[x]="f8f2d6e6-ef91-4f93-9324-dab008b5e48e",e._sentryDebugIdIdentifier="sentry-dbid-f8f2d6e6-ef91-4f93-9324-dab008b5e48e")}catch{}})();const d=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){const x=Math.random()*16|0;return(e=="x"?x:x&3|8).toString(16)});export{d as u};
|
|
2
|
+
//# sourceMappingURL=uuid.2075c158.js.map
|
abstra_statics/dist/assets/{vue-flow-background.f1022925.js → vue-flow-background.32950d16.js}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{u as G}from"./vue-flow-core.
|
|
2
|
-
//# sourceMappingURL=vue-flow-background.
|
|
1
|
+
import{u as G}from"./vue-flow-core.d96b7b33.js";import{d as I,c as B,bG as g,o as i,ac as v,ae as f,e as u,u as n,a as y,h as w,ad as L,K as m}from"./jwt-decode.esm.47f59010.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},o=new Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="37ee5301-6599-4411-88b6-8da15eacffdc",e._sentryDebugIdIdentifier="sentry-dbid-37ee5301-6599-4411-88b6-8da15eacffdc")}catch{}})();var a=(e=>(e.Lines="lines",e.Dots="dots",e))(a||{});const b=function({dimensions:e,size:o,color:l}){return m("path",{stroke:l,"stroke-width":o,d:`M${e[0]/2} 0 V${e[1]} M0 ${e[1]/2} H${e[0]}`})},$=function({radius:e,color:o}){return m("circle",{cx:e,cy:e,r:e,fill:o})};a.Lines+"",a.Dots+"";const A={[a.Dots]:"#81818a",[a.Lines]:"#eee"},S=["id","x","y","width","height","patternTransform"],E={key:2,height:"100",width:"100"},M=["fill"],O=["x","y","fill"],V={name:"Background",compatConfig:{MODE:3}},P=I({...V,props:{id:{},variant:{default:()=>a.Dots},gap:{default:20},size:{default:1},lineWidth:{default:1},patternColor:{},color:{},bgColor:{},height:{default:100},width:{default:100},x:{default:0},y:{default:0},offset:{default:0}},setup(e){const{id:o,viewport:l}=G(),s=B(()=>{const t=l.value.zoom,[h,p]=Array.isArray(e.gap)?e.gap:[e.gap,e.gap],d=[h*t||1,p*t||1],D=e.size*t,[k,z]=Array.isArray(e.offset)?e.offset:[e.offset,e.offset],C=[k*t||1+d[0]/2,z*t||1+d[1]/2];return{scaledGap:d,offset:C,size:D}}),r=g(()=>`pattern-${o}${e.id?`-${e.id}`:""}`),c=g(()=>e.color||e.patternColor||A[e.variant||a.Dots]);return(t,h)=>(i(),v("svg",{class:"vue-flow__background vue-flow__container",style:L({height:`${t.height>100?100:t.height}%`,width:`${t.width>100?100:t.width}%`})},[f(t.$slots,"pattern-container",{id:r.value},()=>[u("pattern",{id:r.value,x:n(l).x%s.value.scaledGap[0],y:n(l).y%s.value.scaledGap[1],width:s.value.scaledGap[0],height:s.value.scaledGap[1],patternTransform:`translate(-${s.value.offset[0]},-${s.value.offset[1]})`,patternUnits:"userSpaceOnUse"},[f(t.$slots,"pattern",{},()=>[t.variant===n(a).Lines?(i(),y(n(b),{key:0,size:t.lineWidth,color:c.value,dimensions:s.value.scaledGap},null,8,["size","color","dimensions"])):t.variant===n(a).Dots?(i(),y(n($),{key:1,color:c.value,radius:s.value.size/2},null,8,["color","radius"])):w("",!0),t.bgColor?(i(),v("svg",E,[u("rect",{width:"100%",height:"100%",fill:t.bgColor},null,8,M)])):w("",!0)])],8,S)]),u("rect",{x:t.x,y:t.y,width:"100%",height:"100%",fill:`url(#${r.value})`},null,8,O),f(t.$slots,"default",{id:r.value})],4))}});export{P as _};
|
|
2
|
+
//# sourceMappingURL=vue-flow-background.32950d16.js.map
|